:root{
    --primary-color: #FFDD26;
}

body {
    font-family: 'Poppins', sans-serif;
    min-height: 100%!important;
}

.primary-color{
    color: var(--primary-color);
}

.bg-primary-color{
    background-color: var(--primary-color)!important;
}

/* Top Navbar Menu */
.navbar{
    padding:1rem;
    font-size: 1.05rem;
}

.navbar-brand img{
    max-width: 180px;
    max-height: 60px;
}

.error-container{
    min-width: 350px;
}

.button-search {
    color: #DDD;
    background: none;
    position: absolute;
    right: 0;
    cursor: pointer;
    outline: none;
    border: none;
}

.home-user-avatar{
    width: 32px;
    height: 32px;
    margin-left:0.5rem;
}

/* Login Register pages  */
.login,
.image {
    min-height: 100vh
}

.bg-image {
    background-size: cover;
    background-position: center center
}

.brand-logo{
    width: 200px;
}

.rounded-lg{
    border-radius: 0.4rem!important;
}

.hidden{
    display: none!important;
}

/* Dropzone preview boxes + other general fixes */
.audio-preview-item {
    padding-right: 36px;
}

.video-preview-item{
    border-radius: 20px;
}

.video-preview-item .video-preview {
    border-radius: 20px;
    overflow: hidden;
    width: 240px;
    height: 240px;
    position: relative;
    display: block;
    z-index: 10;
    background: linear-gradient(to bottom, #eee, #ddd);
}

.dropzone-previews.dropzone {
    background: none!important;
}

.sticky {
    position: sticky;
    top: 1.5rem;
}

.sticky-sm{
    position: sticky;
    top:1rem;
}

.min-h-75{
    min-height: 75%;
}

.sticky-profile-widgets {
    position: sticky;
    top: 1rem;
}

.sticky-widgets {
    position: sticky!important;
    padding-top: .5rem!important;
}

.pointer-cursor{
    cursor:pointer;
}

.avatar-placeholder i{
    font-size: 2.8rem;
}

.line-clamp-1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.side-menu .icon-wrapper{
    width: 2.6rem;
}
.side-menu .nav{
    flex-wrap:nowrap;
}

.side-menu .nav-item i{
    font-size: 2.0rem!important;
}

.side-menu .user-avatar, .sidebar .user-avatar{
    width: 50px;
    height: 50px;
}

/* Toasts */
.toast-container {
    position: fixed;
    z-index: 1055;
    margin: .5rem!important;
}

.top-right {
    top: 0;
    right: 0
}

.top-left {
    top: 0;
    left: 0
}

.top-center {
    transform: translateX(-50%);
    top: 0;
    left: 50%
}

.bottom-right {
    right: 0;
    bottom: 0
}

.bottom-left {
    left: 0;
    bottom: 0
}

.bottom-center {
    transform: translateX(-50%);
    bottom: 0;
    left: 50%
}

.toast-container>.toast {
    min-width: 200px;
    max-width: 300px;
}

.toast .toast-indicator{
    width:20px;
    height:20px;
}

/* Feed component */
.half-bg {
    background-color: rgba(0,0,0,.45);
}

.suggestion-box{
    background-color: #FFF!important;
}

.suggestion-box .avatar{
    width: 55px!important;
    height: 55px!important;
    border: 2px solid #fefefe;
}

.post-box .avatar{
    width:48px;
    height: 48px;
}

.post-box .post-content-data p{
    margin-bottom: 0px;
    font-size: 14px;
}

.post-details .dropdown .dropdown-toggle:after,.post-details .dropdown .dropdown-toggle:before{
    display: none;
}

.post-box .post-count-details{
    font-size: 15px;
}

.dropdown .dropdown-toggle:after, .dropdown .dropdown-toggle:before{
    display: none;
}

.post-box .post-comments .form-control.is-invalid, .was-validated .form-control:invalid {
    background-image: none!important;
}

.suggestions-header i{
    cursor: pointer;
}

.dropdown:not(.dropdown-hover) .dropdown-menu {
    margin-top: 0px!important;
}

.pswp_video{
    position: relative!important;
}
.pswp_audio{
    position: relative!important;
    width:75%!important;
    height:100px!important;
}

.pswp--zoom-allowed .pswp__img {
    cursor: default !important
}


/* Menu */
.open-menu{
    text-decoration: none!important;
}

.dropleft .dropdown-menu {
    top: 0!important;
    right: 0%!important;
    left: auto!important;
    margin-top: 0!important;
    margin-right: 0!important;
}

.dropright .dropdown-menu {
    top: 0!important;
    right: auto!important;
    left: 0%!important;
    margin-top: 0!important;
    margin-left: 0!important;
}


/* Icons wrapper for backend SVGs includes */
.ion-icon-wrapper{
    display: inline-block;
    width: 1em;
    height: 1em;
    contain: strict;
    fill: currentcolor;
    box-sizing: content-box !important;
}

.input-group-prepend .ion-icon-wrapper{
    width: 20px!important;
    height: 20px!important;
}

.ion-icon-inner, .ion-icon-inner svg{
    display: block;
    height: 100%;
    width: 100%;
}

.icon-large{
    font-size: 32px;
}

.icon-xlarge{
    font-size: 50px;
}

.icon-medium{
    font-size: 24px;
}

.icon-small{
    font-size: 18px;
}

.icon-xsmall{
    font-size: 11px;
}

.social-media-icon{
    width: 1.4rem;
    height: 1.4rem
}

/* Global nav override */
.page-item, .page-link{
    margin-left:4px;
    width:34px;
    height:34px;
    border-radius: 50%!important;
    text-align: center;
}

.btn-rounded-icon{
    width: 45px!important;
    height: 45px!important;
    padding:0;
    transition: 0.3s;
    border: none!important;
    border-radius: 50%;
    font-size: 20px;
    margin:0;
}

#login-dialog .card-wrapper{
    height: 100%;
}

/* User cards */
.suggestion-header-bg {
    background-color: #50505047;
    background-position: center center!important;
    background-size: cover!important;
    height: 80px!important;
    border-radius: .5rem!important;
    border: 1px solid #ccc;
}

.creator-body{
    margin-top:-50px;
}

.creator-body .avatar{
    width: 100px;
    height: 100px;
}

.suggestion-card-btn{
    width: 30px;
    height: 30px;
}

/*  */

.installer-bg{
    background-color: #f8f9fa;
}


/* */

.checkout-dialog .rounded-circle.user-avatar{
    width:50px;
    height:50px;
}

/*  */

footer .copyRightInfo .d-flex.flex-row.nav{
    margin-left:-1rem;
}

footer .copyRightInfo .nav-link:nth-child(1){
    padding-left:0px!important;
}

footer .text-lg{
    font-size: 1.1rem!important;
}
footer .ion-icon-wrapper{
    font-size: 1.25rem!important;
}

footer .brand-logo{
    max-width: 180px;
    max-height: 60px;
}

/* Profile / Posts widget */
.recent-media .card-body img{
    width:75px!important;
    height:75px!important;
}

.dropdown:not(.nav-item) .dropdown-menu:before {
    content: none!important;
}


.grayscale {
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(95%); /* Chrome 19+ & Safari 6+ */
}

.grayscale:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}

.contact-illustration{
    width: 450px;
}

.posts-loading-indicator .spinner-border{
    width:2rem;
    height: 2rem;
}

.page-content-wrapper p{
    margin:0px;
}

.page-content-wrapper h4{
    margin-bottom:1rem!important;
}

.min-vh-65{
    min-height: 65vh;
}

.page-link{
    display: flex;
    justify-content: center;
    align-items: center;
}

.w-16{
    width: 16px;
    height: 16px;
}

.w-24{
    width:24px;
    height:24px;
}

.w-32{
    width:32px;
    height:32px;
}

.w-40{
    width:40px;
    height:40px;
}

.text-bold-600{
    font-weight: 600;
}

.blob {
    background: black;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    margin: 8px;
    height: 6px;
    width: 6px;
    transform: scale(1);
    animation: pulse-black 2s infinite;
}

@keyframes pulse-black {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.blob.red {
    background: rgba(234, 6, 5, 1);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 1);
    animation: pulse-red 2s infinite;
}

@keyframes pulse-red {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(234, 6, 5, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(234, 6, 5, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(234, 6, 5, 0);
    }
}


.text-orange{
    color:#FD7E14;
}


/* Streams CSS */
.stream-cover, .stream-cover-public{
    max-height: 40px;
    max-width: 150px;
    height:40px;
    width: 80px
}

.stream-chat-no-message{
    height: 300px;
}

.grecaptcha-badge{
    z-index: 100;
}

.captcha-field .text-danger{
    font-size: .875em;
}

.blurred{
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
}

/* Laravel-Bootstrap mobile navigation hack for larger pagination numbers */
@media screen and ( max-width: 400px ){
    li.page-item {

        display: none;
    }
    .page-item:first-child,
    .page-item:nth-child( 2 ),
    .page-item:nth-last-child( 2 ),
    .page-item:last-child,
    .page-item.active,
    .page-item.disabled {
        display: block;
    }
}

.max-width-150{
    max-width: 150px;
}

.n-mt-2{
    margin-top:-2rem;
}

.widgets-footer-link{
    font-size: 15px;
}

.widgets-footer .widgets-footer-link:not(:last-child):after {
    content: "\2022";
    margin-left: 15px;
    font-size: 12px;
    display: inline-flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    color: #8a96a3;
}

.swiper-pagination-wrapper{
    height: 18px;
}

.feed-widgets .swiper-pagination{
    position: relative;
}


.sticky-info-bar {
    position: -webkit-sticky; /* For Safari */
    position: sticky;
    top: 0;
    z-index: 1030; /* Ensure it is above other content */
}

.global-announcement-banner .content p{
    margin-bottom: 0px!important;
}

.global-announcement-banner .content{
    color: #fff;
}

/*.no-long-press {*/
/*    user-select: none;*/
/*    -webkit-user-select: none; !* Safari *!*/
/*}*/

.no-long-press {
    /* Disable text selection */
    user-select: none;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none;     /* IE 10+ */

    /* Disable image saving and callout menu on iOS */
    -webkit-touch-callout: none; /* Disable callout menu */
    -webkit-user-drag: none;     /* Disable image dragging */

    /* Allow touch actions like swipe and scroll */
    touch-action: manipulation; /* Prevent double-tap zoom, allow pan and pinch-zoom */
}

.fs-point-85{
   font-size:.83rem;
}

.bottom-0{
    bottom:0;
}
.poll-bar {
    width: 0;
    transition: width 0.8s ease-in-out;
    left: 1%;
    right: 0%;
    top: 10%;
    height: 80%;
    width: 0%;
    border-radius: .25rem
}

.lang-btn-light:hover{
    /* background-color: var(--primary-color)!important; */
    color: #000!important;
}

.lang-btn-dark:hover{
    /* background-color: var(--primary-color)!important; */
    color: #fff!important;
}

.nav-link-color, .nav-link-dark-color.active{
    color: #000;
}

.nav-link-dark-color{
    color: #fff!important;
}

.password-wrapper {
    position: relative;
}
.pw-progress {
    display: flex;
    gap: 16px;
    margin: 16px 0 12px 0;
}
.pw-bar {
    flex: 1;
    height: 14px;
    border-radius: 8px;
    background: #e0e0e0;
    transition: background 0.3s;
}
.pw-bar.weak {
    background: #ff5252 !important; /* Red */
}
.pw-bar.normal {
    background: var(--primary-color) !important; /* Yellow */
}
.pw-bar.strong {
    background: #4caf50 !important; /* Green */
}
.pw-bar.active {
    background: var(--primary-color);
}
#password-requirements {
    list-style: none;
    padding: 0;
    margin: 0;
}
#password-requirements li {
    display: flex;
    align-items: center;
    color: #888;
    font-size: 1em;
    margin-bottom: 8px;
    font-weight: 500;
}

.pw-icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: transparent;
    color: #bdbdbd;
    text-align: center;
    line-height: 22px;
    margin-right: 10px;
    font-size: 1em;
    transition: color 0.3s;
    vertical-align: middle;
}
#password-requirements li.active .pw-icon {
    color: var(--primary-color); /* or #4caf50 for green if you want */
}

.error-message {
    color: #ea0606;
    font-size: 0.95em;
    margin-top: 2px;
    margin-bottom: 4px;
}

.toggle-password, .toggle-password-confirm{
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.category-group {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 15px;
    justify-content: center;
    margin-bottom: 16px;
}
.category-label {
    display: inline-block;
    padding: 8px 24px;
    border-radius: 24px;
    border: 1.5px solid #e0e0e0;
    background: #fff;
    color: #222;
    font-weight: 500;
    font-size: 1em;
    cursor: pointer;
    transition: background 0.2s, color 0.2s, border 0.2s;
    margin-bottom: 8px;
    user-select: none;
}
.category-checkbox:checked + .category-label {
    background: var(--primary-color);
    color: #222;
    border-color: var(--primary-color);
}

.profile-image-upload{
    position: relative;
    width: 140px;
    height: 140px;
    margin-bottom: 10px;
}

.profile-image-placeholder{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.profile-image-actions{
    position: absolute;
    left: 50%;
    top: 53%;
    transform: translate(-50%, -50%);
    display: none;
    gap: 10px;
    transition: all 0.3s ease;
    flex-direction: row;
}

.profile-image-preview{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #b0b0b0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.profile-upload-btn{
    background: var(--primary-color);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.profile-remove-btn{
    background: var(--primary-color);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: none;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.cover-image-upload{
    position: relative;
    width: 100%;
    max-width: 700px;
    height: 140px;
    background: #b0b0b0;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    overflow: hidden;
}

.cover-image-preview{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 12px;
    overflow: hidden;
}

.cover-image-placeholder{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.cover-image-actions{
    position: absolute;
    z-index: 2;
    display: none;
    gap: 10px;
    transition: all 0.3s ease;
    flex-direction: row;
}

.cover-upload-btn{
    background: var(--primary-color);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.cover-remove-btn{
    background: var(--primary-color);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: none;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.step-1-mobile, .step-2-mobile{
    width: 75%;
    margin: 0 auto;
}

option:hover {
    background-color: var(--primary-color) !important;
}

.error-message{
    font-size: 14px;
}

.confirm-title {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.confirm-subtitle {
    text-align: center;
    color: #888;
    font-size: 1.1rem;
    margin-bottom: 2rem;
}
.code-label {
    text-align: center;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
.code-inputs {
    display: flex;
    justify-content: center;
    gap: 1.2rem;
}
.code-box {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    border: none;
    background: #e5e5e5;
    font-size: 1.5rem;
    text-align: center;
    font-weight: 600;
    outline: none;
    transition: border 0.2s;
    color: #000;
}
.code-box:focus {
    border: 1px solid var(--primary-color);
    background: #fffbe6;
}
.code-resend-section {
    text-align: center;
    margin-top: 2rem;
}
.code-not-received {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #000;
}
.resend-btn {
    width: 90%;
    max-width: 500px;
    background: var(--primary-color);
    color: #111;
    font-weight: 700;
    font-size: 1.1rem;
    border: none;
    border-radius: 12px;
    padding: 1.1rem 0;
    margin: 0 auto;
    display: block;
    cursor: pointer;
    transition: background 0.2s;
}
.resend-btn:hover {
    background: var(--primary-color);
}

.code-resend-section button{
    width: 55%;
}

.custom-toast-success {
    border-radius: 8px !important;
    border: 1px solid #e6f4ea !important;
    background: #fff !important;
    color: #222 !important;
    box-shadow: 0 2px 8px rgba(60, 60, 60, 0.07) !important;
    min-width: 340px;
    padding: 0 !important;
    overflow: hidden;
}

.custom-toast-danger {
    border-radius: 8px !important;
    border: 1px solid #e6f4ea !important;
    background: #fff !important;
    color: #222 !important;
    box-shadow: 0 2px 8px rgba(60, 60, 60, 0.07) !important;
    min-width: 340px;
    padding: 0 !important;
    overflow: hidden;
}

.toast-content {
    display: flex;
    align-items: center;
    padding: 14px;
    font-size: 0.9rem;
    font-weight: 500;
}

.toast-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #22c55e;
    color: #fff;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    font-size: 1.5rem;
    margin-right: 16px;
}

.custom-toast-success .toastify-close {
    color: #22c55e !important;
    opacity: 0.7;
    font-size: 1.2rem;
    right: 12px !important;
    top: 12px !important;
}

.custom-toast-success,.custom-toast-danger .toastify-close:hover {
    opacity: 1;
}

.custom-toast-success::after {
    content: "";
    display: block;
    height: 4px;
    background: #22c55e;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    animation: toast-progress 3s linear forwards;
}

.custom-toast-danger .toastify-close {
    color: #ea0606 !important;
    opacity: 0.7;
    font-size: 1.2rem;
    right: 12px !important;
    top: 12px !important;
}

.custom-toast-danger::after {
    content: "";
    display: block;
    height: 4px;
    background: #ea0606;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    animation: toast-progress 3s linear forwards;
}

.nav-user-role{
    border:none;
    background-color: #E6E6E6;
    color: #000!important;
}

.dropdown-menu-right-side{
    left: -7.5rem!important;
}

@keyframes toast-progress {
    from { width: 0; }
    to { width: 100%; }
}

.mobile-lang-switch{
    display: none;
}

.cd-subscription-plan{
    font-size: 2rem;
    font-weight: 900;
    color: #000;
}

.story-progress-multi {
    position: absolute;
    top: 4px;
    left: 2px;
    right: 2px;
    z-index: 10;
    pointer-events: none;
}
.story-progress-segment {
    background: #eee;
    height: 4px;
    border-radius: 4px;
    overflow: hidden;
    min-width: 30px;
    /* max-width: 100px; */
    flex: 1 1 0;
    position: relative;
}
.story-progress-inner {
    height: 100%;
    width: 0;
    background: #FFD600;
    transition: width 0.2s linear;
}

.story-image{
    height: 260px;
    border-radius: 10px;
    object-fit: cover;
}

.owl-prev-custom{
    position:absolute;
    top:50%;
    left:5px;
    transform:translateY(-50%);
    z-index:2;
}

.owl-next-custom{
    position:absolute;
    top:50%;
    right:5px;
    transform:translateY(-50%);
    z-index:2;
}

.story-image{
    border:1px solid rgba(0,0,0,.1)
}

.story-image-overlay{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.story-image-overlay-content{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    /* backdrop-filter: blur(2px); */
    height: 45px;
    background-color: rgba(0,0,0,0.3);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.story-image-overlay-content-text {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    z-index: 3;
    color: #fff;
}
.story-views-list {
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
    border: 1px solid #eee;
}
.story-views-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 100%;
    background: rgba(0,0,0,0.15); /* Optional: darken background */
    transition: background 0.2s;
}
.story-views-overlay-content {
    width: 100%;
    max-width: 320px;
    border-radius: 18px 18px 0 0;
    box-shadow: 0 -2px 16px rgba(0,0,0,0.08);
    transform: translateY(100%);
    opacity: 0;
    transition: transform 0.35s cubic-bezier(.4,2,.6,1), opacity 0.2s;
}
.story-views-overlay.show .story-views-overlay-content {
    transform: translateY(0);
    opacity: 1;
}

.owl-dots{
    display: flex!important;
    flex-direction: row!important;
    justify-content: center!important;
    align-items: center!important;
}


.main-container {
    margin: 0 auto;
    cursor: pointer;
    border-radius: 10px;
    border:1px solid rgba(0,0,0,.1);
}

.main-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: -50px; /* Pulls the profile up over the image */
    position: relative;
    z-index: 1;
}

.hover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-container:hover .hover-overlay {
    opacity: 1;
}

.profile-section {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 2;
    padding: 6px 10px;
    gap: 7px;
    backdrop-filter: blur(5px);
}

.profile-avatar {
    width: 35px !important;
    height: 35px !important;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.profile-name {
    font-size: 13px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: white;
}

.profile-username {
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgba(255, 255, 255, 0.8);
}

/* Additional improvements */
.story-item {
    transition: transform 0.2s ease;
}

.bi-eye-fill {
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.5));
}

.col-mds-3{
    flex: 0 0 20%;
    max-width: 20%;
}

.col-mds-9{
    flex: 0 0 80%;
    max-width: 80%;
}

.feed-wrapper{
    padding: 0!important;
}

.earnings-overview-bubble{
    height: 120px;
    width: 100%;
}

.earnings-overview-container{
    height: 180px;
    width: 100%;
}

.earnings-overview-card{
    height: 100%;
    border-radius: 10px;
}

.earnings-overview-pending-payouts{
    font-size:0.8rem;
    font-weight:normal;
}

.earnings-overview-total-earnings{
    font-size:1rem!important;
    font-weight:normal;
}

.earnings-overview-tips-received{
    font-size:0.9rem!important;
    font-weight:normal;
}

.sidebar .dropdown-toggle::after{
    display: none!important;
}

.navbar-nav .dropdown-menu{position: absolute!important;}
.custom-align-items-center{align-items: center;}

@media screen and (max-width: 768px) {
    .step-1-mobile, .step-2-mobile{
        width: 100%;
    }
    .code-resend-section button{
        width: 100%;
    }
    .code-box{
        width: 50px;
        height: 50px;
        font-size: 1rem;
    }

    .code-inputs{
        gap: 0.5rem;
    }

    .mobile-lang-switch{
        display: block;
    }

    .col-mds-3{
        flex: 0 0 21%;
        max-width: 21%;
    }

    .col-mds-9{
        flex: 0 0 100%;
        max-width: 100%;
    }

    .earnings-overview-container{
        height: 100%;
        width: 100%;
    }

    .earnings-overview-card{
        height: auto;
        border-radius: 10px;
    }

    .earnings-overview-bubble{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
        width: 100%;
    }

    .earning-pending-payouts, .earning-total-earning{
        position: relative!important;
        width: 100%!important;
        height: 100%!important;
        border-radius: 10px!important;
        top: 0!important;
        left: 0!important;
        right: 0!important;
        bottom: 0!important;
        margin-bottom: .7rem!important;
        padding: 1rem!important;
        font-size:1.3rem!important;
        font-weight:normal;
    }

    .earning-tips-received{
        position: relative!important;
        width: 100%!important;
        height: 100%!important;
        border-radius: 10px!important;
        top: 0!important;
        left: 0!important;
        right: 0!important;
        bottom: 0!important;
        padding: 1rem!important;
        font-size:1.3rem!important;
        font-weight:normal;
    }

    .earnings-overview-pending-payouts{
        font-size:0.9rem;
        font-weight:normal;
    }

    .custom-align-items-center{flex-direction: row!important;justify-content: space-between!important;}
    .custom-align-items-center-first{flex-direction: row!important;gap: 1.5rem!important;padding-top: 15px!important;padding-bottom: 10px!important;}
    .lang-btn{padding: 0px!important;}
}