/* ================================================================================================================== */
/* Main CSS Adjustments
/* ================================================================================================================== */

body {
    background-color: #f9f9f9;
}

.navbar {
    box-shadow: rgba(0, 0, 0, 0.16) 2px 3px 20px 0px!important;
}

.ico-opacity-fix{
    opacity: 85% !important;
}

.ellip {
    display: block;
    height: 100%;
  }
  
.bio-collapsed {
    max-height: 9em; 
    overflow-y: auto;
    scrollbar-width: thin;
    line-height: 1.5em;
}

/* Custom scrollbar styling for Webkit browsers */
.bio-collapsed::-webkit-scrollbar {
    width: 5px;
}

.bio-collapsed::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 12px;
}

.bio-collapsed::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 12px;
}

.bio-collapsed::-webkit-scrollbar-thumb:hover {
    background: var(--Primary);
}

.wall_mediaItem{
    display: inline-block;
    position: relative;
    border-radius: 4px;
}

.wall_mediaEmbedDiv{
    width: 100%;
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
}

#bio-expand {

}

.video-container {
    position: relative;
    height: 225px;
    margin: 0px;
    --aspect-ratio: 3 / 4;
}

.descriptions p {
    margin: 0px;
}

.video-container iframe {
    left:0;
    top:0;
    height: 100%;
    height: calc(100% - 12px);
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 !important;
    position:absolute;
}

.video-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 215px;
    object-fit: cover;
    border-radius: 8px 8px 0px 0px;
}

.wall_mediaDelete {
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 16px;
    font-size: 80%;
    border: 1px solid #a0a0a0;
    border-radius: 20px;
    padding: 2px;
    text-align: center;
    top: -10px;
    z-index: 3;
    background-color: #ffffff;
    color: #151515;
    transition-duration: 0.2s;
    background-image: url("../images/link_icons/clear.svg");
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
}

.wall_mediaDelete:hover{
    background-color: #f53e53;
    color: #ffffff;
    border-color: transparent;
}

/*!* EPOP UP WINDOW*!*/
#blocker{
    position: fixed;
    background-color: #303030;
    right: 0;
    height: 0;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.5;
    display: none;
}

#embedPopup{
    position: absolute;
    padding: 12px 16px;
    background-color: #ffffff;
    z-index: 20;
    border-radius: 8px;
    display: none;
    box-shadow: 1px 1px 8px 0px rgba(0,0,0,0.32);
    left: 200px;
}

#embedTitle {
    margin: 0px;
}

#embedCancel{
    position: absolute;
    top: 10px;
    right: 10px;
    height: 15px;
    width: 15px;

    font-size: 70%;
    border: none;
    background-color: transparent;
    color: #fb3b5a;

    background-image: url("../images/link_icons/clear.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.2;

    transition-duration: 0.2s;
}
#embedCancel:hover{
    opacity: 0.8;
}

#embedInfo{
    color: #6f6f6f;
    margin: 0px;
}
.embed-url{
    width: 80%;
    height: 30px;
    padding: 4px 9px;
    border: none;
    border-bottom: 1px solid #a0a0a0;
}
#embedButton{
    width: 18%;
    background-color: #fb3b5a;
    vertical-align: top;
    color: #ffffff;
    border: none;
    border-radius: 3px;
    height: 30px;
    opacity: 0.8;
    transition-duration: 0.2s;
    font-size: 16px;
}
#embedButton:hover{
    opacity: 1;
}
#embedErrors{
    margin-top: 5px;
    color: #ffffff;
    background-color: transparent;
    padding: 4px 8px;
}

#embedErrors[type="err"]{
    background-color: #ff9494;
}
#embedErrors[type="success"]{
    background-color: #96cc7f;
}

.wall_mediaAdd{
    border: 1px solid #a0a0a0;
    border-style: dashed;
    color: #a0a0a0;
    background-color: #ffffff;
    text-align: center;
    border-radius: 4px;
    transition-duration: 0.3s;
    vertical-align: top;
    box-shadow: none;
    cursor: pointer;
    width: calc(100% - 20px);
    height: 190px;
}

.wall_mediaAdd:hover{
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.1);
}

.detail-information {
    display: flex;
    padding-bottom: 16px;
    width: 100%;
    justify-content: center;
}

#social-details{
    background-color: #efefef;
    border-radius: 20px;
}
#other-social {
    display: flex;
    flex-wrap: wrap;
    align-self: center;
    width: 33.3%;
    gap: 7px;
    padding: 16px;
}
.toggle-socials {
    display: flex;
    flex-wrap: wrap;
    align-self: center;
    width: 33.3%;
    gap: 7px;
    padding: 16px;
}
.social-icons {
    text-align: center;
    flex-basis: calc((100% - (16px * 5)) / 6);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}
.social-icons img {
    height: auto;
    width: 32px;
}
#detail-elsewhere div   {
    background-color: #f2f2f2;
    color: #a9a9a9;
}

#profile-header{
    width: 100%;
    height: 318px;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #d9e3ed;
    margin: 0;
    position: relative;
}

#profile-photo {
    width: 300px;
    height: 300px;
    margin: 75px auto;
    position: relative;
    z-index: 2;
}

#profile-header .wave-bg {
    position: absolute;
    width: 100%;
    height: 318px;
    background-image: url('../images/animation/I_cover_bg.png');
    background-position: 0 0;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 1;
}

#profile-header .wave-bg .wave-1 {
    animation: animateWave 60s linear infinite;
    background-image: url('../images/animation/I_cover_wave.png');
    background-repeat: repeat-x;
    background-position: 0 0;
    background-size: 1920px;
    position:absolute;
    top: 5em;
    left: 0px;
    width: inherit;
    height:inherit;
}

#profile-header .wave-bg .wave-2 {
    animation: animateWave2 80s linear infinite;
    background-image: url('../images/animation/I_cover_wave_2.png');
    background-repeat: repeat-x;
    background-position: 0 0;
    background-size: 1920px;
    position:absolute;
    top: 6em;
    left: 0px;
    width: inherit;
    height:inherit;
  }

@keyframes animateWave  {0% {background-position: 0 0;}100% {background-position: 1920px 0}}
@keyframes animateWave2  {0% {background-position: 0 0;}100% {background-position: -1920px 0;}}

.profile-info {
    margin: 0px 40px;
    margin-top: 100px;
    padding: 0px;
    display: flex;
    justify-content: center;
}

#avatar {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: top;
    border-radius: 100%;
    box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.24);
    border: 10px solid white;
}

#username {
    font-size: 35px;
    text-align: center;
    display: inline-block;
    font-family: Roboto Slab;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #000000;
}

.social-link {
    width: 55px;
    height: 55px;
    border: 1px solid rgba(0,0,0,0.1);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
    border-radius: 100px;
    background-size: 27.5px;
    background-position:50%;
    background-repeat:no-repeat;
    float: right;
}

.social-link.first {
    margin-right: 20px;
    margin-top: 10px;
}

.social-link.second {
    margin-right: 20px;
    text-align: center;
    box-shadow: none;
    border: none;
    box-shadow: none;
}

.social-link.second:hover {
    background-color: limegreen;
}

.social-link.second i {
    margin-left: 0;
    color: white;
    font-size: 30px;
    padding-top: 10px;
}

.social-link a {
    display: inline-block;
    background-position: 50% 50%;
    background-size: cover;
}

#professional-icon {
    width: 32px;
    height: 32px;
    background-size: 32px;
    background-position: 50%;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.name-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    width: 33.33%;
}

.ellipsis-private{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.profile-bio .description #origin {
    line-height: 1.5;
}

.modal-backdrop.in {
    opacity: 0.7;
}

#bioModal .modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
}

#bioModal .modal-content {
    border-radius: 27.5px;
    border: solid 0.5px rgba(0,0,0,0.2);
    box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.2);
}

#bioModal .modal-header {
    position: relative;
    border: none;
    padding: 30px 30px 0 30px;
    display: flex;
    align-items: center;
}

#bioModal .modal-header .close {
    position: absolute;
    top: 15px;
    right: 15px;
    opacity: 0.8;
    padding: 0;
    margin: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
}

#bioModal .description-icon {
    margin-right: 15px;
    display: flex;
}

#bioModal .modal-title {
    font-size: 24px;
    margin: 0;
}

#bioModal .modal-body {
    padding: 20px 30px 30px 30px;
}

#origin *,
#origin {
    font-family: "Nunito Sans" !important;
    font-size: 16px !important;
    font-weight: normal;
    font-stretch: normal !important;
    font-style: normal;
    text-align: left !important;
    color: var(--Black);
    width: 100%;
}

.music-info {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-left: 0px;
    margin-bottom: 0px;
}

.music-info li {
    display: flex;
    clear: both;
    align-items: center;
}

.music-info li p {
    margin-bottom: 0;
    word-break: break-word;
}

.location .block-title {
    margin-bottom: 32px;
}

.location-info {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-left: 0px;
    margin-bottom: 0px;
}

.location-info li {
    display: flex;
    clear: both;
    align-items: center;
}

.location-info li p {
    margin-bottom: 0;
}

.description-icon .material-symbols-outlined {
    font-size: 22px;
    color: var(--SecondaryAccent);
}

.card-divider {
    height: 1px;
    background-color: var(--TertiaryAccent);
    margin: 12px 0px;
    width: 100%;
}

.profile-private-info{
    padding: 57px 50px 0px 50px !important;
    text-align: center;
    line-height: 3em;
    font-size: 25px;
    margin-top: -0.3em;
}

.video-header {
    position: relative;
}

.add-video {
    cursor: pointer;
}

.header-top {
    display: flex;
    gap: 16px;
    align-items: center;
    position: relative;
    padding-bottom: 12px;
    padding-top: 12px;
}

.absolute-header {
    display: flex;
    gap: 16px;
    align-items: center;
    position: absolute;
    width: 100%;
}

.carousel-item img {
    max-height: 229px;
}

.fa-chevron-left, .fa-chevron-right {
    position: absolute;
    font-size: 18px !important;
    top: 45%;
    color: #efefef;
}

.detail-information section {
    min-width: 350px;
    width: 100%;
}

.fa-chevron-left:hover, .fa-chevron-right:hover {
    color: black;
    cursor: pointer;
}

.fa-chevron-left {
    left: 30px;
    z-index: 1;
}

.fa-chevron-right {
    right: 30px;
}

.video-border {
    margin: 60px 20px 0 20px;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}


.video-count {
    opacity: 0.3;
    font-family: "Nunito Sans";
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.16px;
    color: #000000;
    display: inline;
    float: right;
    margin-right: 40px;
    margin-top: 12px;
}

.location #origin {
    display: inline;
}

.location .d-flex {
    display: flex;
    align-items: center;
}

.location .d-flex i {
    margin-right: 12px;
    margin-left: 1px;
    padding-right: 16px;
}

.location .d-flex p {
    margin-bottom: 0px;
}

#social-expand {
    border: none;
    box-shadow: none;
}

.expanded #social-expand {
    border: none;
    box-shadow: none;
}

.first{
    opacity: 1;
    display: block;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.disappear .first {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.second {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.expanded .second {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.social-share-btn, .social-follow-btn {
    border: none;
    box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.24);
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    background-color: var(--White);
}

.social-share-btn:hover, .social-follow-btn:hover {
    background-color: var(--WhiteDark);
}

.social-share-btn .material-symbols-outlined, .social-follow-btn .material-symbols-outlined {
    font-size: 26px;
    font-variation-settings: 'FILL' 0, 'wght' 350, 'GRAD' 0, 'opsz' 24;
}

#tip_jar_wrapper {
    position: fixed;
    width: 40em;
    max-height: 365px;
    bottom: 35px;
    left:-752px;
    z-index: 100000;
    border-top-right-radius: 23px;
    border-bottom-right-radius: 23px;
    border-left: none;
    transition: 0.4s all;
    box-shadow: none !important;
}

#tip_jar_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 25px;
    width: 100%;
    height: 70px;
    background-color: #df3d58;
    border-top-right-radius: 23px;
    border-bottom-right-radius: 23px;
    box-shadow: 0 5px 10px 5px rgba(0,0,0,0.1);
}

#tip_jar_content .slider-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 100px !important;
}

#tip_jar_content .slider-content span {
    color: #adadad;
}

#tip_jar_toggle {
    width: 20px;
    background-color: white;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    display: none;
}

#tip_jar_toggle:hover {
    cursor: pointer;
}

#tip_jar_toggle > div {
    margin: 10px 0 10px 2px;
    border-left: 1px solid #adadad;
    width: 100%;
    height: calc(100% - 20px);
    position: relative;
}

#tip_jar_toggle span {
    font-size: 25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#tip_jar_content {
    background-color: black;
    border-bottom-right-radius: 23px;
    width: calc(100% - 120px);
    box-shadow: 0 5px 10px 5px rgba(0,0,0,0.1);
}

#tip_jar_content #id_tip_jar_price {
    background-color: #e8e7e6;
    border: none;
    box-shadow: inset 0 5px 10px 5px rgba(0,0,0,0.1);
}

#tip_jar_content .btn-material {
    box-shadow: 5px 5px 15px rgba(0,0,0,0.35);
}

#tip_jar_nav {
    position: relative;
}

#tip_jar_nav p {
    color: white;
    margin-bottom: 0;
    font-size: 20px;
    font-family: 'Roboto Slab';
}

#tip_jar_nav i {
    color: white;
    font-size: 20px;
}

.tip_jar_info {
    padding: 30px 40px;
    list-style: none;
    margin-bottom: 0;
    width: 100%;
}

.tip_jar_info li {
    margin-bottom: 18px;
}

.tip_jar_info li.input {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tip_jar_info li.input #currency_symbol {
    font-size: 25px;
    opacity: 0.29;
    color:black;
    margin-left: 10px;
}

.tip_jar_info li.love-artists {
    color: #df3d58;
    margin-bottom: 18px;
    font-family: 'Roboto Slab';
    font-size: 20px;
}

.tip_jar_info li.slider-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tip_jar_info li:nth-child(3) {
    display: flex;
    align-items: center;
}

.tip_jar_info li:last-child {
    margin-top: -3%;
    font-size: 0.8em;
    text-align: center;
    margin-bottom: 0;
    display: none;
}

.tip_jar_info p {
    font-size: 20px;
    font-family: RobotoSlab;
    color: #df3d58;
}

#id_tip_jar_price {
    width: 100%;
    height: 55px;
    border-radius: 30.5px;
    font-size: 22px;
    font-family: "Nunito Sans";
    padding-left: 35px;
}

#tip_jar_content #currency_symbol {
    position: absolute;
    margin-left: 1px;
    margin-top: 1px;
    height: 55px;
    font-size: 22px;
    padding-left: 20px;
    padding-right: -30px;
    padding-top: 11px;
}

#tip_jar_slider {
    display: inline-block;
    width: 70%;
    margin-left: 13px;
    margin-right: 12px;
    height: 1px;
    background: #adadad;
    border: none;
}

.tip_jar_info .btn-material {
    width: 100%;
    height: 55px;
    font-size: 20px;
    font-family: "Nunito Sans";
    text-transform: none;
    letter-spacing: normal;
    color: #df3d58;
    background-color: white;
    text-align: center;
    line-height: 1;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-bottom: 0;
}

.tip_jar_info .ui-slider-horizontal {
    height: 1px;
    color: #adadad;
    margin: 0 10px;
}

#tip_jar_slider > span {
    border: 1px solid #adadad;
    border-radius: 50%;
    top: -12.5px;
    width: 25px;
    height: 25px;
    background-image: url('/static/images/plus-icon.png');
    background-repeat: no-repeat;
    background-color: white !important;
    cursor: pointer;
    background-size: 100% 100%;
    transform: translateX(-4.5px);
    box-shadow: 0 5px 10px 5px rgba(0,0,0,0.1);
}

.popup-warning {
    margin-top: 20px;
}

.createForm {
    display: flex;
    align-items: center;
    gap: 16px;
}

/* CSS FOR SMART DEVICES */

@media screen and (max-width: 1440px) {
    .social-link {
        width: 45px;
        height: 45px;
        background-size: 22.5px;
    }
    .social-link.first {
        margin-right: 15px;
    }
    #professional-icon {
        width: 30px;
        height: 30px;
        background-size: 30px;
        margin-top: 2px;
    }
    .video-header > img {
        width: 45px;
    }
    .description > img {
        width: 45px;
    }
    .social-link.second i {
        font-size: 24px;
    }
    .wall_addTitle {
        margin-top: 15px;
    }
}

.profile-bio, .profile-video {
    min-height: 800px;
    max-height: 800px;
    border-radius: 27.5px;
    overflow: hidden;
    box-shadow: 3px 3px 12px rgba(0,0,0,0.24);
    margin-top: 50px;
    position: relative;
    background-color: var(--White);
    overflow: unset;
    padding: 40px;
}

.profile-video {
    display: flex;
    flex-direction: column;
    gap: 64px;
    padding: 40px 50px;
}

.profile-bio  {
    max-width: 350px;
}

.profile-bio .description #origin {
    line-height: 1.5;
}

#origin {
    opacity: 0.65;
    font-family: "Nunito Sans";
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: -0.18px;
    text-align: left;
    color: #000000;
}

.bio-icon {
    opacity: 36%;
    width: 23px;
    height: 23px;
    background-size: 16px;
    background-position: 50%;
    background-repeat: no-repeat;
    margin-right: 12px;
    float: left;
}

.block-title {
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    margin-bottom: 0px;
    text-transform: uppercase;
    color: var(--Primary);
    font-family: "Lato";
    font-weight: 700;
    font-size: 20px;
}

.block-subtitle {
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    margin-bottom: 0px;
    text-transform: uppercase;
    color: var(--Primary);
    font-family: "Lato";
    font-weight: 700;
    font-size: 14px;
    margin-top: 24px;
}

.location {
    
}

.music-info li {
    clear: both;
    display: flex;
    align-items: center;
}

.music-info li p {
    margin-bottom: 0;
}

.description {
    display: flex!important;
    flex-direction: column;
    background: var(--WhiteDark);
    margin-top: 0em;
    padding: 12px;
    min-height: 11.5em;
    border-radius: 12px;
    border: 1px solid var(--TertiaryAccent);
}

.description.editing {
    background-color: transparent;
    padding: 0;
    border: none;
}

.description-info {
    display: flex;
    gap: 10px;
}

.description-icon {
    width: 22px;
    height: 25px;
    background-size: 20px;
    background-position: 50%;
    background-repeat: no-repeat;
    margin: 0 0;
}

.fa-chevron-left, .fa-chevron-right {
    position: absolute;
    font-size: 18px !important;
    top: 50%;
    color: rgba(0, 0, 0, 0.36);
}

.fa-chevron-left:hover, .fa-chevron-right:hover {
    color: black;
    cursor: pointer;
}

.fa-chevron-left {
    left: 30px;
    z-index: 1;
}

.fa-chevron-right {
    right: 30px;
}

.video-border {
    margin: 60px 20px 0 20px;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.video-count {
    opacity: 0.3;
    font-family: "Nunito Sans";
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.16px;
    color: #000000;
    display: inline;
    float: right;
    margin-left: auto;
    margin-bottom: 0px;
}

.location #origin {
    display: inline;
}

#social-expand {
    border: none;
    box-shadow: none;
}

.expanded #social-expand {
    border: none;
    box-shadow: none;
}

.first{
    opacity: 1;
    display: block;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.disappear .first {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.second {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.expanded .second {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

/* Profile - Network Tab */ 
img.avatar {
    border-radius: 50%;
    border: 3px solid white;
    object-fit: cover;
    box-shadow: 6px 7px 9px 0px rgba(0,0,0,0.1);
}

.user-avatar {
    border-width: 10px !important;
    max-width: 300px;
    width: 100%;
    height: 300px;
}

.expand-container {
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.expand-container button .partner-info {
    position: absolute;
    font-size: 16px;
    right: 0px;
    top: 0px;
    z-index: 100;
    transform-origin: top right;
    transform: scale(0.3);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.expand-container button:hover .partner-info {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.expand-container button .partner-collapse ul {
    width: 200px;
    height: auto;
    overflow: hidden;
    transition: 0.3s all;
    background: var(--WhiteDark);
    border-radius: 20px;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.16);
    border: 1px solid var(--Primary);
    transform-origin: top;
}

.expand-container button:hover .partner-collapse ul {
    opacity: 1;
}

/* Profile Network Page CSS*/

.profile-network .card {
    padding: 40px 50px;
    border-radius: 27px;
    box-shadow: 4px 4px 19px rgba(0, 0, 0, 0.15);
    margin: 30px 0;
}

.profile-network .partner-carousels {
    padding: 0 30px;
    background-size: 100% 40%;
    background-repeat: no-repeat;
    height: 330px;
}

.profile-network .partner-carousels .slick-list {
    z-index: 10;
}

.slick-arrow.slick-disabled{
    opacity: 36% !important;
}
#partnerCarousels .slick-prev{
    margin-left: 4%;
}
#partnerCarousels .slick-next{
    margin-right: 4%;
}
#followersCarousels .slick-prev{
    margin-left: 4%;
}
#followersCarousels .slick-next{
    margin-right: 4%;
}
#followingCarousels .slick-prev{
    margin-left: 4%;
}

#followingCarousels .slick-next{
    margin-right: 4%;
}
.profile-network .partner-carousels .slick-prev:before {
    background-image: url('../images/new-slide-arrow.png');
    background-size: contain;
    display: inline-block;
    width: 20px; 
    height: 20px;
    content:"";
    background-repeat: no-repeat;
} 

.profile-network .partner-carousels .slick-next {
    top: 80%;
    right: -8%;
}

.profile-network .partner-carousels .slick-prev {
    top: 80%;
    left: -8%;
}

.profile-network .partner-carousels .slick-next:before {
    background-image: url('../images/new-slide-arrow.png');
    background-size: contain;
    display: inline-block;
    width: 20px; 
    height: 20px;
    content:"";
    background-repeat: no-repeat;
    transform: rotate(180deg);
}

.profile-network .partner-item {
    text-align: center;
    margin: 0 10px;
    min-width: none;
    position: relative;
}

.profile-network .partner-item > .collapse-btn {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    background: white;
    position: absolute;
    top: 0;
    display: none;
    cursor: pointer;
    right: 0;
    justify-content: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.profile-network .partner-item > .collapse-btn i {
    color: #df3d58;
}

.profile-network .partner-item > .collapse-btn i.fa-eye {
    display: block;
}

.profile-network .partner-item > .collapse-btn i.fa-times {
    display: none;
}

.profile-network .partner-item > .collapse-btn.opened i.fa-eye {
    display: none;
}

.profile-network .partner-item > .collapse-btn.opened i.fa-times {
    display: block;
}

.profile-network .partner-item > .collapse-btn img {
    display: block;
}

.profile-network .partner-item > .collapse-btn.opened img {
    display: none;
}

.profile-network .partner-item > a {
    display: flex;
    justify-content: center;
}

.profile-network .partner-item img {
    margin: 0 auto;
    border-radius: 50%;
    border-width: 10px !important;
}

.profile-network .partner-item .partner-info {
    position: relative;
    margin-top: 15px;
    display: grid;
    justify-content: center;
}

.profile-network .partner-item .partner-info p{
    padding-left: 0;
    margin-bottom: 0;
    font-family: "Nunito Sans";
}

.profile-network .partner-item .partner-info img{
    box-shadow: 6px 7px 9px 0px rgba(0,0,0,0.1);
}

.profile-network .total-partners {
    font-size: 18px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
    font-family: "Nunito Sans";
}

.profile-network .followers {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.profile-network .followers .lookup{
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.profile-network .followers .lookup p {
    font-size: 16px;
    font-family: "Nunito Sans";
}

.profile-network .partner-collapse {
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 27.5px;
    transition: 0.3s all;
}

.profile-network .partner-collapse ul{
    min-height: 3.4em;
    padding: 0;
    margin-bottom: 0;
}

.partner-collapse ul li{
    list-style: none;
}

.profile-network .partner-collapse ul li:first-child .item{
    min-height: 3.4em;
    align-items: center !important;
    display: flex;
    align-items: flex-end;
    padding: 10px 24px;
    justify-content: center;
}

.profile-network .partner-collapse ul li:first-child .item p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.profile-network .partner-collapse ul li:first-child .item img {
    margin: 0 5px;
    object-fit: contain;
}

.profile-network .partner-collapse ul li:not(:first-child) .item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
    font-family: "Nunito Sans";
    padding: 15.4px 18.9px 15.4px 23.6px;
    border-radius: 27.5px;
    transition: 0.2s all;
    display: none;
}

.profile-network .partner-collapse ul li:not(:first-child) .item.follow-button:hover {
    background: #df3d58;
}

.profile-network .partner-collapse ul li:not(:first-child) .item.partner-button:hover {
    background: #336699;
}

.profile-network .partner-item.active .partner-collapse ul li:first-child .item p {
    overflow: visible;
    white-space: inherit;
}

.profile-network .partner-item.active .partner-collapse ul li:not(:first-child) .item {
    display: flex;
}

.profile-network .partner-item.active .partner-collapse ul li:first-child .item p {
    color: #fff;
}

.profile-network .partner-item.active .partner-collapse {
    background-color: #95c0e3;
    height: max-content;
}

.profile-info .partner-item.active .partner-collapse ul li .item {
    display: flex;
}

.profile-info .partner-item.active .partner-collapse {
    background-color: #95c0e3;
    height: max-content;
}

@media screen and (min-width: 992px) {
    .profile-network .partner-item:hover .partner-collapse ul li:first-child .item p {
        overflow: visible;
        white-space: inherit;
    }

    .profile-network .partner-item:hover .partner-collapse ul li:not(:first-child) .item {
        display: flex;
    }

    .profile-network .partner-item:hover .partner-collapse ul li:first-child .item p {
        color: #fff;
    }

    .profile-network .partner-item:hover .partner-collapse {
        background-color: #95c0e3;
        height: max-content;
    }

    .profile-info .partner-item:hover .partner-collapse ul li .item {
        display: flex;
    }

    .profile-info .partner-item:hover .partner-collapse {
        background-color: #95c0e3;
        height: max-content;
    }
}

.profile-network .followers .lookup button {
    background: transparent url(../images/lookup_btn.png);
    background-size: 27px 26px;
    background-repeat: no-repeat;
    background-position: center 16px;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    margin-left: 20px;
    border: solid 0.8px #187ae5;
    transition: 0.2s all;
}

.profile-network .followers .lookup button:hover {
    box-shadow: 6px 7px 9px 0px rgba(0,0,0,0.1);
}

.profile-network #followingCarousels,
.profile-network #followersCarousels {
    padding: 0 !important;
    height: 200px;
}

.profile-network #followingCarousels .partner-info,
.profile-network #followersCarousels .partner-info {
    padding: 0 10px !important;
    font-size: 14px;
}

.profile-network #followingCarousels .partner-item img,
.profile-network #followersCarousels .partner-item img {
    border-width: 6px !important;
}

.profile-network .follow-bg {
    box-shadow: inset 10px 10px 15px rgba(0,0,0,0.1);
    background-image: linear-gradient(to bottom, rgba(72, 131, 255, 0.06) 0%, rgba(100, 158, 221, 0.02) 100%);
}

.profile-network .followers-content {
   margin-right: 7%; 
   position: relative;
   z-index: 3;
}

.profile-network .following-content {
   margin-left: 7%; 
   position: relative;
   z-index: 2;
}

.profile-network .follow-count {
    opacity: 0.5;
    margin-bottom: 0;
}

.profile-network .mt-50 {
    margin-top: 50px;
}

.follow-button, .partner-button {
    cursor: pointer;
}

.profile-info .partner-collapse {
    position: relative;
    z-index: 9999;
    border-radius: 27.5px;
    transition: 0.3s all;
    color: white;
}

.profile-info .partner-collapse ul {
    padding: 0;
    margin-bottom: 0;
    float: right;
    color: #000;
    border-radius: 27.5px;
}

.profile-info ul li{
    list-style: none;
}

.profile-info .partner-collapse ul li .item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "Nunito Sans";
    padding: 12px 20px;
    transition: 0.3s all;
    width: 200px;
    color: var(--Primary);
}

.profile-info .partner-collapse ul li .item.follow-button:hover {
    background: var(--TertiaryAccent);
}

.profile-info .partner-collapse ul li .item.partner-button:hover {
    background: var(--TertiaryAccent);
}

.profile-info .followers .lookup button {
    background: transparent url(../images/lookup_btn.png);
    background-size: 27px 26px;
    background-repeat: no-repeat;
    background-position: center 16px;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    margin-left: 20px;
    border: solid 0.8px #187ae5;
    transition: 0.2s all;
}

.profile-info .followers .lookup button:hover {
    box-shadow: 6px 7px 9px 0px rgba(0,0,0,0.1);
}


/* Profile Video Page CSS*/

.profile-stream {
    background-color: black;
}

.profile-stream .artist-name {
    margin-top: 0 !important;
    font-family: "Nunito Sans";
    opacity: 0.8;
    margin-bottom: 0 !important;
    text-decoration: none;
    color: #ffffffd1 !important;
}

.profile-stream .artist-name:hover {
    color: #8c8c8c !important;
    text-decoration: underline;
}

.profile-stream h3 {
    font-weight: bold;
    font-family: "Nunito Sans";
    margin-top: 5px;
}

.profile-stream h3.stream-title {
    color: #FFFFFF;
    font-weight: bold;
    font-family: "Nunito Sans";
    margin-top: 5px;
    width: calc(100% - 50px);
    margin-bottom: 30px;
}

.profile-stream .block .tags {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.profile-stream .block .tags .tag-item {
    border: 1px solid rgba(255, 255, 255, 0.637);
    color: #ffffffd1;
    padding: 5px 15px;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 20px;
    font-family: "Nunito Sans";
}

.profile-stream ul li {
    margin: 10px 0;
    display: flex;
    align-items: flex-start;
    line-height: 20px;
}

.profile-stream .block i {
    margin-right: 15px;
    font-size: 20px;
}

.profile-stream .flag-icon {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background-size: cover;
    margin-right: 13px!important;
    flex: 0 0 20px;
}

.profile-stream .black-bg {
    background-color: black;
    height: calc(100vh - 80px);
    padding: 40px 10px 40px 100px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-stream .placeholder {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.5);
}

.profile-stream .placeholder h2 {
    text-shadow: 0 1px 0px rgb(75, 74, 74), 0 0 10px rgb(24, 23, 23), 0 0 20px #0c0c0c, 0 0 30px #161616;
}

.profile-stream .hover-anim {
    padding: 20px;
    transition: 0.3s all;
    text-align: center;
}

.profile-stream .hover-anim:hover {
    transform: scale(1.1);
}

.profile-stream .p-0 {
    padding: 0;
}

.profile-stream .stream-info {
    background-color: #ffffff29;
    width: 100%;
    height: calc(100vh - 80px);
    display: flex;
    min-height: 700px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.profile-stream .stream-info .block {
    padding: 20px 10%;
    color: #ffffffd1;
    width: 100%;
    font-family: "RobotoSlab";
    position: relative;
    background-color: #1d1d1d;
}

.profile-stream .stream-info .block .share-buttons {
    position: absolute;
    right: 20px;
    top: 20px;
}

.profile-stream .stream-info .block .share-buttons .toggle-button {
    padding: 3px;
    border-radius: 50%;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #df3d58;
    position: absolute;
    z-index: 2;
    right: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 2;
    transition: 0.3s all;
}

.profile-stream .stream-info .block .share-buttons .toggle-button svg {
    width: 23px !important;
    height: auto !important;
    fill: white;
    transition: 0.3s all;
}

.profile-stream .stream-info .block .sharing-icons.opened .toggle-button {
    background-color: transparent;
}

.profile-stream .stream-info .block .sharing-icons.opened .toggle-button svg {
    width: 23px !important;
    height: auto !important;
    fill: #898989;
}

.profile-stream .block.bg-black {
    background-color: #141414;
}

.profile-stream .block .stream-description {
   position: absolute;
   width: 87%;
   max-height: calc(100% - 32px);
   top: 15px;
   left: 10%;
}

.profile-stream .collapse-description,
.profile-stream .collapse-credits {
    width: 56px;
    height: 56px;
    margin: 30px auto 0 auto;
    display: none;
}

.profile-stream .collapse-description.clicked,
.profile-stream .collapse-credits.clicked {
    transform: rotate(-180deg);
}

.profile-stream .collapse-description img,
.profile-stream .collapse-credits img {
    width: 100%;
}

.profile-stream .block h3.credits {
    color: #FFFFFF;
    font-size: 17px;
    margin-top: 0;
}

.profile-stream .block .stream-credits {
    position: absolute;
    width: 87%;
    max-height: calc(100% - 75px);
    top: 55px;
    left: 10%;
}

.profile-stream .block .tags {
    width: 109%;
    max-height: 55px;
    top: 70px;
    left: 10%;
}

.profile-stream .stream-info .block p,
.profile-stream .stream-info .block ul {
    font-size: 16px;
    font-family: "Nunito Sans";
    margin-bottom: 0;
    line-height:1.5em;
}

.profile-stream .stream-info .small {
    font-size: 14px;
    color: #ffffffd1 !important;
}

.profile-stream .flex-1 {
    flex: 1;
}

.profile-stream .flex-2 {
    flex: 2;
}

.profile-stream .stream-info .block ul {
    padding: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10px;
}

.profile-stream .stream-info .block ul li {
    list-style: none;
    min-height: 20px;
}

.profile-stream .stream-info .block .tags {
    padding: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10px;
}

.profile-stream .stream-info .block .tags a {
    list-style: none;
    min-height: 20px;
}

.profile-stream .divider {
    width: 100%;
    border: solid 0.8px #000000;
    height: 1px;
}

.profile-stream .stream-content {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background-size: contain !important;
    background-position: center !important;
}

.profile-stream .stream-content img {
    width: auto;
    max-width: 100%;
    max-height: calc(100vh - 160px);
}

.profile-stream .mt-5 {
    margin-top: 5px !important;
}

.profile-stream .date-time {
    margin: 0 !important;
}

.purchase-link h2 {
    color: #FFFFFF;
}

.purchase-link h2:hover {
    color: #187AED;
}

.profile-stream video {
    width: 100%;
    border-radius: 15px;
}

.profile-stream .sharing-icons {
    position: absolute;
    border: 0.14em solid transparent;
    height: 54px;
    border-radius: 27px;
    padding-right: 48px;
    background: #1d1d1d;
    right: 0;
    top: 0;
    width: 54px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    transition: 0.3s all;
    flex-wrap: wrap;
    justify-content: flex-start !important;
}

.profile-stream .sharing-icons.opened {
    width: 408px;
    max-width: 88vw;
    padding-right: 50px;
    border-color: #707070;
}

.profile-stream .sharing-icons.opened > a,
.profile-stream .sharing-icons.opened > button {
    opacity: 1;
}

.profile-stream .sharing-icons img {
    cursor: pointer;
    width: 40px;
    height: 40px;
}

.footer-collapse-btn[aria-expanded="false"]:hover {
background-image: url(../images/footer_collapse_open_hover.png);
}

.footer-collapse-btn[aria-expanded="false"] {
background-image: url(../images/footer_collapse_open.png);
}

.profile-stream .sharing-icons > a,
.profile-stream .sharing-icons > button{
    width: 50px !important;
    height: 50px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: 0.3s all;
    position: relative;
    overflow: hidden;
    opacity: 0;
    z-index: 0;
}

.profile-stream a[class^="bg-"] img {
    width: 20px !important;
    height: 20px !important;
}

.profile-stream .sharing-icons > a.bg-linkedin:hover {
    background-color: #017ab9;
}

.profile-stream .sharing-icons > a.bg-reddit:hover {
    background-color: #ff4500;
}

.profile-stream .sharing-icons > a.bg-email:hover {
    background-color: #f04726;
}

.profile-stream .sharing-icons > a.bg-whatsapp:hover {
    background-color: #24d366;
}

.profile-stream .sharing-icons > a.bg-twitter:hover {
    background-color: #1ca1f1;
}

.profile-stream .sharing-icons > a.bg-facebook:hover {
    background-color: #3478eb;
}

#copy-link-input {
    display: none;
}
div.block ul a{
    color: white;
}
div.block ul a:hover{
    color: #3478eb;
}
#copy-link {
    border: none;
    background-color: rgb(36 36 36);
    border-radius: 50%;
    cursor: pointer;
    width: 40px;
    height: 35px;
}

#copy-link img {
    width: 32px;
    margin-top: 3px;
    height: auto;
}

/* Profile - Subpage Selection Tabs */

div.subpage-tab {
    min-width: 200px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    position: fixed;
    top: 110px;
    left: -135px;
    overflow: hidden;
    background: white;
    box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.24);
    transition: 0.3s all;
    z-index: 9998;
}

div.subpage-tab .menu li:nth-of-type(2) {
    border-top: 1px solid var(--TertiaryAccent);
    border-bottom: 1px solid var(--TertiaryAccent);
}

div.subpage-tab:hover {
    left: 0;
}

div.subpage-tab ul {
    padding-left: 0;
    margin-bottom: 0;
}

div.subpage-tab ul li{
    list-style: none;
    transition: 0.2s all;
    padding: 0 20px;
}

div.subpage-tab ul li.active,
div.subpage-tab ul li:hover{
    background: var(--Primary);
}

div.subpage-tab ul li .item{
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0px;
    min-height: 60px;
    color: black;
}

div.subpage-tab ul li .item label {
    cursor: pointer;
    margin-bottom: 0;
}

div.subpage-tab ul li .item img {
    width: 25px;
}

div.subpage-tab ul li .item img.black {
    display: block;
}

div.subpage-tab ul li .item img.white {
    display: none;
}

div.subpage-tab ul li.active .item,
div.subpage-tab ul li:hover .item{
    color: white;
}

div.subpage-tab ul li.active .item img.black,
div.subpage-tab ul li:hover .item img.black {
    display: none;
}

div.subpage-tab ul li.active .item img.white,
div.subpage-tab ul li:hover .item img.white {
    display: block;
}


/* Footer Collapse Button */

.footer-collapse-wrapper {
    width: 100%;
    text-align: center;
    margin-top: -40px;
    padding-bottom: 40px;
}

.footer-collapse-btn {
    background-color: transparent;
    background-size: contain;
    width: 50px;
    height: 50px;
    border: 0;
    border-radius: 50%;
    padding: 0;
    transition: 0.3s all;
    box-shadow: 0 0 22px 4px rgba(0,0,0,0.1);
}

.footer-collapse-btn[aria-expanded="false"] {
    background-image: url("../images/footer_collapse_open.png"); 
}

.footer-collapse-btn[aria-expanded="false"]:hover {
    background-image: url("../images/footer_collapse_open_hover.png"); 
}

.footer-collapse-btn[aria-expanded="true"] {
    background-image: url("../images/footer_collapse_open.png");
    transform: rotate(180deg);
}

.footer-collapse-btn[aria-expanded="true"]:hover {
    background-image: url("../images/footer_collapse_open_hover.png"); 
    transform: rotate(180deg);
}

.private-mode{
    text-overflow: clip;
    height: 14em !important;
    min-height: 14em !important;
}

/* CSS FOR SMART DEVICES */

@media screen and (max-width: 992px) {
    .profile-network .partner-item > .collapse-btn {
        display: flex;
    }

    #followersCarousels .partner-collapse ul li .item,
    #followingCarousels .partner-collapse ul li .item {
        width: 165px !important;
    }

    #followersCarousels .collapse-btn, 
    #followingCarousels .collapse-btn {
        width: 40px;
        height: 40px;
        right: 20%;
    }
}

@media screen and (max-width: 571px) {
    .profile-private-info{
        font-size: 1.2em;
    }
    .hover-anim{
        font-size: 1.5em;
    }
}

@media screen and (max-width: 511px) {
    .profile-private-info{
        font-size: 1.2em;
        margin-top: -1em;
    }
}

@media screen and (max-width: 375px) {
    .profile-private-info{
        font-size: 0.9em;
        margin-top: -1.5em;
    }
}
@media (max-width:374px) and (min-width:320px) {
    .profile-private-info{
        font-size: 0.9em;
        margin-top: -0.5em;
    }
}

@media screen and (max-width: 1440px) {
    .social-link {
        width: 45px;
        height: 45px;
        background-size: 22.5px;
    }
    .social-link.first {
        margin-right: 15px;
    }
    #professional-icon {
        width: 30px;
        height: 30px;
        background-size: 30px;
        margin-top: 2px;
    }
    .video-header > img {
        width: 45px;
    }
    .description > img {
        width: 45px;
    }
    .social-link.second i {
        font-size: 24px;
    }
    .wall_addTitle {
        margin-top: 15px;
    }
}


@media screen and (min-width: 991px) {
    .video-border {
        margin: 60px 20px 0 20px;
    }
    #username {
        font-size: 35px;
    }
    #origin {
        font-size: 16px !important;
    }
}

@media screen and (min-width: 1325px) {
    .container {
        width: 1280px;
    }
    .video-border {
        margin: 60px 20px 0 20px;
    }
    #origin {
        font-size: 16px !important;
    }
}

@media screen and (min-width: 1850px) {
    .container {
        width: 1790px;
    }
}

@media screen and (min-width: 1440px) {
    .container {
        width: 1380px;
    }
    .video-border {
        margin: 60px 20px 0 20px;
    }
}

@media screen and (min-width: 1660px) {
    .container {
        width: 1580px;
    }
    #origin {
        font-size: 16px !important;
    }
}

@media screen and (min-width: 1850px) {
    .container {
        width: 1790px;
    }
}

@media only screen and (max-width: 1199px) { 
    .profile-network .followers-content {
        margin-right: 0;
    }

    .profile-network .following-content {
        margin-left: 0;
    }
}

@media only screen and (max-width: 820px) {
    /* Tip Jar Responsive */
    #tip_jar_wrapper {
        top: 0;
        margin: 30px 0;
        margin-bottom: 127px;
        flex-direction: column !important;
        position: relative;
        min-width: 0 !important;
        max-height: 100% !important;
        height: 100%;
        left: 0px !important;
        width: 100% !important;
        z-index: 1;
        box-shadow: none !important;
    }

    #slide_heart {
        display: block !important;
    }

    #tip_jar_nav {
        display: none !important;
    }

    .tip_jar_header {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        background-color: #df3d58;
        padding: 20px 40px;
        font-size: 20px;
        font-family: "Robotoslab";
        color: white;
    }

    .tip_jar_content {
        width: 100%;
        display: flex;
        height: auto !important;
        flex-direction: column-reverse;
        box-shadow: none !important;
    }

    .profile-stream .block .stream-description,
    .profile-stream .block .stream-credits {
        position: relative;
        width: 100%;
        left: 0;
        top: 0;
        overflow: hidden !important;
    } 
}

@media only screen and (max-width: 767px) {
    .subpage-tab {
        width: 100%;
        height: 70px;
        top: calc(100% - 66px) !important;
        bottom: 0;
        left: 0 !important;
        border-top-left-radius: 12px;
        border-bottom-right-radius: 0 !important;
        box-shadow: 2px -2px 10px 10px rgba(0,0,0,0.12) !important;
    }

    .subpage-tab ul {
        width: 100%;
        display: inline-flex;
    }

    .subpage-tab ul li {
        flex: 1;
    }

    .subpage-tab ul li .item {
        padding: 0 !important;
        min-height: 70px !important;
    }

    .subpage-tab ul li .item label {
        display: none;
    }

    .subpage-tab ul li .item img {
        margin: 0 auto;
    }

    .footer-collapse-wrapper {
        margin-top: -135px;
    }

    /* Profile Network Responsive CSS */
    .profile-info {
        margin-top: 60px;
    }

    #profile-photo {
        text-align: center;
    }

    .user-avatar {
        max-width: 270px;
        height: 270px;
    }

    #username {
        font-size: 26px !important;
    }

    .profile-network .card {
        border-radius: 0;
        padding: 20px;
    }

    .profile-network .partner-carousels {
        padding: 0;
    }

    .profile-network .follow-count,
    .profile-network .total-partners {
        display: none;
    }

    .profile-network #followersCarousels .collapse-btn, 
    .profile-network #followingCarousels .collapse-btn {
        right: 30px;
    }

    .profile-network .followers-content {
        margin-right: 0;
    }

    .profile-network .xs-p-0 {
        padding: 0;
    }

    .profile-network .following-content {
        margin-left: 0;
    }

    .profile-network #followingCarousels .partner-item,
    .profile-network #followersCarousels .partner-item {
        margin: 0;
        max-width: 175px;
    }

    .profile-network #followingCarousels .partner-item img.avatar, 
    .profile-network #followersCarousels .partner-item img.avatar {
        margin: 0 30px;
    }

    .fa-chevron-left, .fa-chevron-right {
        font-size: 35px !important;
        top: 45%;
        opacity: 1;
        color: #ffffff !important;
        text-shadow: 0 0 17px black;
    }

    .fa-chevron-right {
        right: 5px;
    }

    .fa-chevron-left {
        left: 5px;
    }

    .profile-stream .block .tags {
        max-height: 82px;
    }

    .coming-soon-row .text-wrapper p,
    .coming-soon-row .video-wrapper img,
    #insipration-row-false .card-wrapper {
        max-width: 100% !important;
        width: 100% !important;
        margin-right: 0 !important;
    }
}

@media only screen and (max-width: 768px) {
    #info_middleDiv {
        height: 100%;
        background: linear-gradient(to bottom, #187AED, #2295f1, #2b7ab9);
    }

    #info_left{
        display: block;
        width: 100%;
        max-width: 450px;
        margin: 0px auto;
    }

    #info_right{
        display: block;
        width: 100%;
        max-width: none;

    }
    .editLinksContainer{
        width: 100%;
    }

    #userEditLinks{
        display: block;
        margin: 0px auto;
        width: 100%;
        text-align: center;
        position: relative;
        margin-top: 20px;
        bottom: 0;
        left: 0;
        right: 0;
    }

    #username{
        text-align: center;
        font-size: 350%;
    }

    a.userLink{
        min-width: 35px;
        height: 35px;
    }
    #info_bio{
        margin: 25px 0px;
    }

    #info_iconDiv{
        width: 100%;
        margin: 10px auto;
        max-width: 450px;
    }
    .info_iconRow{
        margin: 10px auto;
        font-size: 110%;
    }

    .info_iconImg{
        width: 28px;
        height: 28px;
    }
    .info_iconP{
        line-height: 28px;
    }

    #wall{
        padding: 10px 0px;
    }

    .wall_top{
        padding: 5px 10px;
    }

    .wall_title{
        font-size: 300%;
    }

    .wall_itemDiv{
        padding: 20px 0px;
    }

    .wall_mediaItem{
        width: 100%;
        border-radius: 0px;
        margin-right: 0;
    }

    .wall_mediaDelete{
        top: -4px;
        left: -4px;
    }

    #embedPopup{
        width: 92%;
        left: 4%;
    }

    #embedInfo{
        font-size: 110%;
    }

    .embed-url{
        width: 100%;
        border: none;
        border-bottom: 1px solid #a0a0a0;
        display: block;
        margin-bottom: 5px;
    }

    .embed-url:focus{
        border-color: #0d5bdd;
    }

    #embedButton{
        display: block;
        width: 100%;
    }


    #share_buttons{
        margin-top: 0px;
        margin-left: 0;
        width: 100%;
        height: auto;
    }
    #share_title{
        padding-left: 10px;
    }
    #share_buttons button, #share_buttons a{
        width: 100%;
        margin-top: 8px;

    }
}

@media only screen and (max-width: 991px) {
    /* Profile Stream Responsive */
    .profile-stream .black-bg {
        padding: 0 !important;
    }
    .profile-stream div[class^="col-xs-"] {
        width: 100% !important;
    }

    .profile-stream .black-bg,
    .profile-stream .stream-info {
        height: auto;
    }

    .profile-bio #origin {
        padding-left: 0;
    }
    .music-info p {
        float: left;
    }
    .description {
        position: initial;
    }
}

@media only screen and (max-width: 452px) {

    .video-header > img {
        width: 30px;
    }
    .profile-video {
        min-height: 780px;
    }
    .profile-stream .sharing-icons.opened {
        height: 103px;
    }
}

@media only screen and (max-width: 386px) {
    .fa-chevron-left {
        left: 5px;
    }
    .fa-chevron-right {
        right: 5px;
    }
}
.card-wrapper{
    height: fit-content;
    height: -moz-fit-content;
    box-shadow: 0px 6px 6px 1px rgba(0,0,0,0.12);
    border-radius: 8px;
    transition: opacity 0.5s ease;
}
.video-header + div.row-false{
    display: flex;
    width: 100%;
    margin-top: 2em;
    padding: 0 1em;
    justify-content: space-around;
}
.inspiration-card{
    border-radius: 0 0 5% 5%;
    background: white;
    padding: 7px 16px;
    display: block;
    margin-top: 0em;
}
.inspiration-card p {
    font-style: italic;
    font-family: "Nunito Sans";
    margin-bottom: 0;
}
#p-artist {
    font-weight: 700;
    font-style: normal;
    margin-bottom: 3px;
}
.inspiration-card p#p-title{
    color: var(--SecondaryText)!important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
div[media_id^="false_video_"] .video-container{
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
}
div[media_id^="false_inspiration_"]{
    height: 8em;
    width: 12em;
    background-size:contain;
    background-repeat:no-repeat;
    overflow:hidden
}

#insipration-row-false {
    display: flex;
    gap: 39.5px;
    padding: 0px 4px;
    padding-top: 0.5rem;
    overflow-x: clip;
}

#insipration-row-false .card-wrapper {
    margin: 0px;
    padding: 0;
    flex: 0 0 193.3px;
    border-radius: 8px;
}

#insipration-row-false .card-wrapper img {
    width: 100%;
}

.coming-soon-row {
    width: 100%;
    margin-top: 25px;
}

.coming-soon-row .video-wrapper {
    position: relative;
    overflow: hidden;
    padding: 0 40px;
    margin-left: -40px;
    width: calc(100% + 80px) !important;
}

.coming-soon-row .video-wrapper,
.coming-soon-row .text-wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.coming-soon-row .text-wrapper p {
    margin-top: 30px;
    font-family: "Nunito Sans";
    font-size: 18px;
    padding-left: 10px;
}

.coming-soon-row .text-wrapper p,
.coming-soon-row .video-wrapper img {
    flex: 1;
    max-width: 48%;
    min-width: 200px;
}

@media only screen and (max-width: 550px) {

    #insipration-row-false .card-wrapper,
    .coming-soon-row .text-wrapper p, 
    .coming-soon-row .video-wrapper img {
        max-width: 100%;
        margin-right: 0;
    }
}

.mobile-profile-header {
    display: none;
}

.descriptions .artist-name{
    padding-left: 0px !important;
    font-weight: 700;
}
.descriptions .title {
    font-style: italic!important;
    color: var(--SecondaryText)!important;
}
.description .title{
    padding-left: 10px !important;
    padding-bottom: 10px;
}

.profile-content {
    display: flex;
    justify-content: center;
    gap: 86px;
    margin: 0px 40px;
} 

.video-content {
    max-width: 1000px;
    margin-left: 50px;
    width: 100%;
    min-width: 350px;
}

.profile-user-header {
    width: 100%;
    padding: 16px 32px;
    border-radius: 16px;
    box-shadow: 3px 3px 12px rgba(0,0,0,0.24);
    background-color: var(--White);
    align-items: center;
    display: flex;
    height: 100px;
    max-width: 1404px;
    position: relative;
    min-width: 350px;
}

.profile-user-header p {
    margin-bottom: 0px;
}

.edit-button {
    position: absolute;
    top: -12.5px;
    height: 40px;
    width: 40px;
    left: -12.5px;
    border-radius: 50px;
    border: 1px solid var(--Primary);
    display: flex;
    background-color: var(--White);
    justify-content: center;
    align-items: center;
    box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.24);
    transition: background-color 0.3s ease;
    z-index: 1;
}

.edit-button:hover {
    background-color: var(--WhiteDark);
}

.edit-button .material-symbols-outlined {
    font-size: 20px;
}

.socials-edit.active {
    border-color: var(--Red);
}

.socials-edit.active .material-symbols-outlined {
    color: var(--Red);
}

.edit-socials-wrapper {
    position: absolute;
    z-index: 100;
    background: var(--White);
    box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.24);
    outline: 1px solid var(--TertiaryAccent);
    border-radius: 10px;
    bottom: 34px;
    left: 43px;
    padding: 12px 0px;
}

.social-input-group {
    display: flex;
    gap: 16px;
}

.profile-info .mt-btn-dropdown-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 350px;
    padding: 12px;
}

.profile-info .mt-btn-dropdown-container .mt-btn-primary {
    padding: 8px 20px;
    border-radius: 12px;
}

.profile-bio .mt-text-input {
    height: 35px;
}

.bio-edit.active {
    border-color: var(--Red);
}

.bio-edit.active .material-symbols-outlined {
    color: var(--Red);
}

.hidden {
    display: none;
}

.delete-btn {
    position: absolute;
    top: -5px;
    left: -4px;
    cursor: pointer;
    background-color: var(--White);
    border-radius: 64px;
    width: 20px;
    height: 20px;
    border: 2px solid var(--Red);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
}

.delete-btn .material-symbols-outlined {
    color: var(--Red);
    font-size: 12px;
    transition: all 0.3s ease;
}

.delete-btn:hover {
    background-color: var(--Red);
}

.delete-btn:hover .material-symbols-outlined {
    color: var(--White);
}

.card-wrapper iframe {
    border-radius: 10px 10px 0px 0px;
    box-shadow: 0px -2px 6px 1px rgba(0,0,0,0.12);
}

.add-icon {
    border-radius: 50px;
    border: 1px solid var(--Primary);
    display: flex;
    justify-content: center;
    height: 35px;
    width: 35px;
    min-width: 35px;
    align-items: center;
    transition: background-color 0.3s ease;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.28);
}

.add-icon .material-symbols-outlined {
    color: var(--Primary);
    font-size: 22px;
}

.add-icon:hover {
    background-color: var(--WhiteDark);
}

.confirm-delete-container {
    display: flex;
    background-color: var(--White);
    position: absolute;
    width: max-content;
    align-items: center;
    border-radius: 6px;
}

.confirm-delete-container .button-container {
    display: flex;
}
.confirm-delete-container p {
    margin: 0px;
}

.add-Portfolio-btn.active {
    border: 1px solid var(--Red);
}

.add-Portfolio-btn.active .material-symbols-outlined {
    color: var(--Red);
}

.add-Inspiration-btn.active {
    border: 1px solid var(--Red);
}

.add-Inspiration-btn.active .material-symbols-outlined {
    color: var(--Red);
}

.profile-video-edit.active {
    border-color: var(--Red);
}

.profile-video-edit.active .material-symbols-outlined {
    color: var(--Red);
}

.createForm .mt-btn-primary {
    border-radius: 8px;
    padding: 8px 20px;
    height: 35px;
    display: flex;
    align-items: center;
    font-size: 16px;
}

.createForm .mt-text-input {
    border-radius: 8px;
    height: 35px;
}

.video-card-wrapper {
    height: 280px;
    max-width: 426.3px;
    width: 100%;
    flex: 0 0 auto;
}

.inspiration-card-wrapper {
    flex: 0 0 193.3px;
}

.video-carousel-wrapper {
    gap: 39.5px!important;
}

.inspiration-carousel-wrapper {
    gap: 39.5px!important;
}

.video-card-wrapper .inspiration-card {
    padding-top: 0px;
}

.inspiration-card-wrapper .inspiration-card {
    padding-top: 3px;
    height: 77px;
}

.video-card .p-artist {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    margin: 0px;
}

.video-card {
    padding: 0px 16px;
}

.video-card .p-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    margin: 0;
}

.card-wrapper.deleting {
    opacity: 0.5;
    pointer-events: none;
}

.description .mt-btn-secondary, .description .mt-btn-primary { 
    font-size: 15px;
    height: 33px;
    margin: auto;
    padding: 0px 20px;
    margin-top: 16px;
    width: 100%;
    border-radius: 12px;
}

.right-buttons {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    width: 33.33%;
}

.social-follow-btn .group-icon {
    color: var(--Primary);
    font-size: 24px;
}

.profile-bio .card-divider {
    margin-top: 8px;
}

.profile-bio textarea {
    padding: 6px 16px;
    line-height: 1.375;
    height: 9em!important;
    resize: none;
    overflow: visible;
    scrollbar-width: thin;
}

.edit-socials-wrapper .mt-btn-dropdown-container {
    margin: 0px 12px;
    padding: 0px;
}

.button-group {
    display: flex;
    gap: 8px;
}

.button-group .mt-btn-danger-dark {
    border-radius: 12px;
    padding: 8px 20px;
}

.videos-mobile {
    display: none;
}

.inspiration-mobile {
    display: none!important;
}


@media (max-width: 991px) {
    #username {
        font-size: 30px;
    }

    #professional-icon {
        width: 26px;
        height: 26px;
        margin-top: 0px;
    }

    .profile-video {
        padding: 40px;
    }

    .profile-bio, .profile-video {
        margin-top: 32px;
    }

    .video-content {
        margin-left: 32px;
    }

    #embedPortfolioPopup, #embedInspirationPopup {
        position: absolute;
        z-index: 99;
        border-radius: 10px;
        background: var(--White);
        box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.24);
        padding: 12px;
        top: 54px;
    }

    .mobile-profile-header {
        display: flex;
        width: 100%;
        flex-direction: column;
    }

    .mobile-profile-header #other-social {
        width: 100%;
        padding: 0px;
        gap: 12px;
    }

    .mobile-profile-header .right-buttons {
        width: unset;
        padding-left: 4px;
    }

    .mobile-profile-header .social-icons {
        flex-basis: unset;
    }

    .profile-user-header {
        flex-direction: column;
        height: fit-content;
    }

    .name-container {
        width: 100%;
    }

    .desktop-social, .desktop-buttons {
        display: none !important;
    }

    .mobile-container {
        display: flex;
        justify-content: space-between;
    }
}

@media (max-width: 613px) {
    .hidden-xxs {
        display: none !important;
    }

    #insipration-row-false {
        justify-content: center!important;
    }

    .video-count {
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    .detail-information section {
        min-width: 290px;
        max-width: 350px;
    }
}

@media (max-width: 767px) {
    .detail-information {
        flex-direction: column;
        align-items: center;
        gap: 40px;
        margin: 0px;
    }

    div.subpage-tab .menu li:nth-of-type(2) {
        border-top: unset;
        border-bottom: unset;
        border-left: 1px solid var(--TertiaryAccent);
        border-right: 1px solid var(--TertiaryAccent);
    }

    .profile-info .mt-btn-dropdown-container {
        width: 300px;
    }

    .profile-user-header {
        margin-top: 16px;
    }

    .edit-socials-wrapper {
        left: 35px;
    }

    .profile-bio, .profile-video {
        max-width: unset;
        min-height: unset;
        height: fit-content;
    }

    .profile-video {
        margin-top: 0px;
        padding: 40px;
    }

    .description .mt-btn-primary {
        font-size: 16px;
        height: 35px
    }

    #insipration-row-false {
        justify-content: space-between;
    }

    .videos-mobile {
        display: flex;
        justify-content: center;
    }

    .videos-desktop {
        display: none;
    }

    .inspiration-mobile {
        display: flex;
    }

    .video-content {
        margin-left: 0px;
        width: 100%;
    }

    .videos-mobile .video-card-wrapper {
        width: 100%;
        flex: 1;
    }

    .videos-mobile .carousel-wrapper {
        overflow-x: visible;
        max-width: 433px;
        width: 100%;
    }

    .videos-real .video-card-wrapper {
        flex: 0 0 193.3px;
        max-width: 193.3px;
        height: 235px;
    }

    .videos-real .video-container {
        height: 160px;
    }

    .video-card .p-artist {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 14px;
    }

    .video-card .p-title {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        font-style: italic!important;
        color: var(--SecondaryText)!important;
        font-size: 14px!important;
        white-space: unset;
    }

    .video-content .block-title {
        font-size: 18px;
    }

    .profile-bio {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 1024px) {
    body {
        font-size: 14px!important;
    }
}


@media (max-width: 486px) {
    .mobile-profile-header #other-social {
        gap: 4px;
    }
}

.address-edit {
    display: none;

}

.address-edit.editing {
    display: flex;
    border-radius: 12px;
    padding: 8px 16px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
}

.address-edit a {
    color: var(--White)!important;
}

.bio-edit.active ~ .location .bio-icon.ico-padding-fix {
    padding-left: 10px;
}


/* NETWORK */

.network-profile-info {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
}

.network-profile-info .network-header {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.network-profile-info #username {
    margin-bottom: 0px;
}