body {
    font-family: 'Inter', 'Open Sans', sans-serif;
    min-height: 100% !important;
}
.gap-2 {
    gap: 8px;
}
/* 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;
}

.avatar-placeholder i:hover {}

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

.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -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: 90px;
    height: 90px;
    border: 2px solid #fefefe;
}

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

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

.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;
}

.btn .ion-icon-wrapper {
    display: inline-block;
    width: 18px;
    height: 18px;
    contain: strict;
    fill: currentcolor;
    box-sizing: content-box !important;
    position: relative;
    top: 0px;
    left: 0px;
}

.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;
    border-radius: .25rem !important;
}

.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
}

body {
    -webkit-user-select: none;
    /* disable text selection */
    user-select: none;
}

.btn {
    font-size: 16px !important;
    padding: 14px 28px !important;
    line-height: 20px;
}

.custom-comment-btn>div {
    width: 19px;
    margin: 0 auto;
}

.custom-comment-btn {
    background: transparent;
}

.social-link {
    font-size: 20px;
}

.social-link.delete {
    color: #e43a3a;
}

.social-link.edit {
    color: #2f91b2;
}

i.toggle-password {
    position: absolute;
    right: 10px;
    top: 12px;
}

.relative {
    position: relative;
}

.profile-cover-bg .dz-image-preview {
    display: none !important;
}

.post-media-holder .post-media img {
    max-height: 100dvh;
    object-fit: cover;
    object-position: top;
}



.suggestions-box {
    position: absolute;
    border: 1px solid #ccc;
    background-color: white;
    max-height: 200px;
    overflow-y: auto;
    width: 485px;
    display: none;
    z-index: 1000;
    border-radius: 5px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    padding: 5px 10px;
}

.suggestions-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.suggestions-box li {
    padding: 7px 15px;
    cursor: pointer;
    border-bottom: 1px solid #cccc;
}

.suggestions-box li:hover {
    background-color: #f0f0f0;
}

.suggestions-box li:last-child {
    border: none;
}

div#crop-modal {
    height: 513px !important;
}

img#crop-image {
    object-fit: contain;
    object-position: top;
}

.locked-text {
    position: absolute;
    left: 0;
    right: 0;
    font-size: 16px;
    text-align: center;
    font-style: italic;
    bottom: 5px;
}

button.new-creator-follow-btn {
    position: absolute;
    right: 3px;
    top: 3px;
    cursor: pointer;
    z-index: 99;
    padding: 4px 16px;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.user-side-menu li.creator-side-menu svg {
    fill: #7e7e7e !important;
}

.user-side-menu li.creator-side-menu:hover svg {
    fill: #40e0d0 !important;
}


.become-creator {
    padding: 15px;
    border-radius: 10px;
    background: #fafafa;
}

.become-creator p {
    margin: 0;
}

.become-creator a {
    border: 2px solid #40e0d0;
    padding: 10px 28px !important;
    display: inline-block;
    border-radius: 25px;
    margin-top: 15px;
    font-size: 16px;
    font-weight: 500;
    color: #40e0d0;
}

.become-creator {
    margin: 3px 0px 10px;
}


.text-sm-1 {
    font-size: 14px;
}

.text-sm-2 {
    font-size: 14px;
    margin-top: 1px !important;
}

.text-sm-3 {
    font-size: 14px;
    margin-top: 4px !important;
}

.creators-wrapper {
    position: relative;
}

.creators-wrapper {
    position: relative;
}

.swiper-button-prev::after {
    color: #40e0d0;
    font-size: 30px !important;
}

.swiper-button-prev {
    color: #40e0d0 !important;
    background-image: none;
}

.swiper-button-next {
    color: #40e0d0 !important;
    background-image: none;
}

.creators-wrapper .swiper-button-prev {
    left: -40px !important;
}

.creators-wrapper .swiper-button-next {
    right: -40px !important;
}

.creators-wrapper .swiper-button-next::after {
    color: #40e0d0;
    font-size: 30px !important;
}

.side-menu-custom .icon-large {
    font-size: 24px;
}

.side-menu-custom li.nav-item a {
    padding: 10px 16px;
}

.user-side-menu .nav-item .side-menu-label {
    font-size: 16px;
    font-weight: 600;
}

.sidebar.light ul li a {
    font-size: 16px;
    font-weight: 600;
}

.dropzone .dz-preview .dz-remove {
    font-size: 16px !important;
    position: absolute;
    right: 4px;
    top: 5px;
    z-index: 999;
    background: #ffff;
    width: 24px;
    height: 24px;
    color: #000;
    border-radius: 100%;
    line-height: 22px;
}

button.follow-recommended-btn {
    font-size: 14px;
}

.modal-title {
    font-weight: 600;
}

a.text-hover:hover,
a.text-light:hover,
a.text-muted:hover {
    color: #1eb6a7 !important;
}

.post-box a.btn.dropdown-toggle {
    padding: 6px 8px !important;
}

.dropdown.dropleft .btn-outline-primary.dropdown-toggle {
    padding: 10px 10px !important;
}

.btn.btn-sm {
    padding: .5rem 2rem !important;
}

button.btn.btn-outline-primary.btn-sm.px-3.mb-0 {
    padding: 10px 10px !important;
}

.desktop-hide {
    display: none;
}

form.verify-form .ion-icon-wrapper {
    min-width: 24px;
}

.adds-content h2 {
    font-size: 18px;
    font-weight: 500;
}

.adds-content ul li {
    font-size: 16px;
    line-height: 28px;
    margin: 0px 0px;
}

.price-plan {
    max-width: 1200px;
    margin: 0 auto;
}

.price-plan h1 {
    font-size: 30px;
    font-weight: 600;
    color: #252f40;
    margin-bottom: 20;
    text-align: left;
}

.plans-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    margin-top: 30px;

}

.plan-card {
    background: white;
    border-radius: 12px;
    padding: 32px 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e7eb;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    position: relative;
}

.plan-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.plan-header {
    margin-bottom: 24px;
}

.plan-name {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.plan-price {
    font-size: 3rem;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1;
}

.plan-price .currency {
    font-size: 2rem;
}

.plan-price .period {
    font-size: 1rem;
    font-weight: 400;
    color: #6b7280;
}

.popular-badge {
    position: absolute;
    top: -8px;
    right: 16px;
    background: #40e0d0;
    color: white;
    padding: 4px 12px;
    border-radius: 6px;
    font-size: 0.875rem;
    font-weight: 500;
}

.choose-btn {
    width: 100%;
    padding: 12px 24px;
    background: #f3f4f6;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 500;
    color: #374151;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-bottom: 5px;
}

.choose-btn:hover {
    background: #e5e7eb;
    border-color: #9ca3af;
}

.premium .choose-btn {
    background: #40e0d0 !important;
    color: white;
    border-color: #40e0d0 !important;
}

.premium .choose-btn:hover {
    background: #1d4ed8;
    border-color: #1d4ed8;
}

.features-list {
    list-style: none;
}

.features-list li {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 0.95rem;
    color: #374151;
}

.features-list li::before {
    content: "✓";
    color: #10b981;
    font-weight: bold;
    margin-right: 12px;
    font-size: 1.1rem;
}

.enterprise-card {
    background: white;
    border-radius: 12px;
    padding: 32px 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e7eb;
    max-width: 320px;
    margin: 0 auto;
}

.enterprise-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.enterprise-subtitle {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 24px;
}

.contact-btn {
    width: 100%;
    padding: 12px 24px;
    background: #f3f4f6;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 500;
    color: #374151;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-bottom: 24px;
}

.contact-btn:hover {
    background: #e5e7eb;
    border-color: #9ca3af;
}

ul.features-list {
    padding-left: 0;
}

.top-earner-card-new {
    height: 185px !important;
    margin-bottom: 0 !important;
}

.top-earner-card-new .suggestion-header-bg {
    height: 185px !important;
}

.top-earner-card-new .badge {
    color: #fff;
    font-weight: 600;
    padding: 4px 10px !important;
    font-size: 0.75rem;
}

.custom-subscribe-btn {
    position: absolute;
    right: 5px;
    bottom: 64px;
    z-index: 5;
}

.custom-subscribe-btn .new-creator-follow-btn {
    padding: 0.5rem 1rem;
    margin: 0;
    font-weight: 600
}

.custom-subscribe-btn .disabled-btn {
    margin: 0;
    font-weight: 600;
    background-color: #aeb8c8 !important;
    border-color: transparent !important;
    box-shadow: none !important;
    margin-bottom: -5px !important;
    font-size: .75rem;
    border-radius: .5rem;
    color: #fff !important;
    padding: 3px 12px;
    line-height: 12px;
}

.total-earnings-badge-new {
    position: absolute;
    right: 10px;
    bottom: 5px;
}

.subscribe-btn {
    font-size: .75rem;
    line-height: 1.25;
    border-radius: .5rem;
    color: #212529 !important;
    background-color: #40e0d0;
    border-color: #40e0d0;
    padding: 3px 12px;
}

.tips-budget-wrapper {
    position: absolute;
    right: 10px;
    bottom: 5px;
}

.tips-budget-wrapper span {
    font-size: 0.75rem !important;
    border-radius: 5px;
}

.close-suggestions-mobile {
    display: none;
}

.open-suggestions-mobile {
    display: none;
}


.subscription-table {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    overflow-y: hidden;
    height: auto;
    padding-bottom: 65px;
}

.paid-profile-rates-suggestion.absolute {
    position: absolute;
    right: 0;
    top: 0;
}

/* new-homepage */
.home-new-body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    height: 100vh;
    display: flex;
}

.home-new-container {
    display: flex;
    width: 100%;
    height: 100vh;
}

/* Left Section */
.home-new-left-section {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 60px;
    color: white;
    background-size: contain;
}

.home-new-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 35px;
}

.home-new-feature {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.home-new-feature-icon {
    min-width: 40px !important;
    min-height: 40px;
    background: hsl(0deg 0% 100% / 20%);
    border-radius: 100%;
    display: inline-block;
    padding: 10px;
}

.home-new-feature-content h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #2c3e50;
}

.home-new-feature-content p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

.home-new-left-content {
    max-width: 530px;
    margin: 0 auto;
}

.home-new-logo-section {
    text-align: center;
}

h3.home-new-tagline {
    font-size: 25px;
    padding-top: 15px;
    font-weight: 600;
}

/* Right Section */
.home-new-right-section {
    background: #f8f9fb;
    flex: 0 0 670px;
    display: flex;
    flex-direction: column;
    padding: 40px;
    justify-content: center;
}

.home-new-header {
    text-align: center;
    margin-bottom: 40px;
}

.home-new-header-logo {
    font-size: 32px;
    font-weight: bold;
    color: #2c3e50;
}

.home-new-header-logo span {
    color: #4ECDC4;
}

.home-new-auth-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 30px;
}

.home-new-btn {
    padding: 13px 20px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    border: none;
    text-decoration: none;
    text-align: center;
    display: block;
}

.home-new-btn-primary {
    color: white !important;
    background: linear-gradient(90deg, rgba(74, 198, 226, 0) 0%, rgba(47, 180, 212, 1) 0%);
}

.home-new-btn-primary:hover {
    background: linear-gradient(90deg, rgba(74, 198, 226, 0) 0%, rgba(47, 180, 212, 1) 0%);
    transform: translateY(-1px);
}

.home-new-btn-secondary {
    background: transparent;
    color: #2fb4d4;
    border: 2px solid #2fb4d4;
}

.home-new-btn-secondary:hover {
    background: linear-gradient(90deg, rgba(74, 198, 226, 0) 0%, rgba(47, 180, 212, 1) 0%);
    color: white !important;
}

.home-new-divider {
    text-align: center;
    margin: 10px 0;
    color: #666;
    font-size: 14px;
    position: relative;
}

.home-new-divider span {
    background: #f8f9fb;
    position: relative;
    z-index: 5;
    padding: 0px 15px;
}

.home-new-social-buttons {
    display: flex;
    gap: 12px;
    margin-bottom: 40px;
    margin-top: 30px;
}

.home-new-footer p {
    margin: 0px;
}

.home-new-social-btn {
    flex: 1;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #ddd;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    font-weight: 500;
}

.home-new-social-btn:hover {
    transform: translateY(-1px);
}

.home-new-google-btn {
    color: #111827;
}
.home-new-google-btn img{
    width: 24px;
    height: 24px;
}
.home-new-instagram-btn {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: white;
    border: none;
}

.home-new-header img {
    width: 250px;
}

.home-new-logo-section img {
    width: 250px;
}

.home-new-footer {
    /* margin-top: auto; */
    text-align: center;
    font-size: 12px;
    color: #999;
}

.home-new-footer a {
    color: #2fb4d4;
    text-decoration: none;
    font-weight: 500;
}

.home-new-footer a:hover {
    text-decoration: underline;
}

.home-new-divider::after {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    background: #E5E7EB;
    height: 1px;
    content: '';
    top: 11px;
}


/* new-homepage */
.creators-wrapper .card-img-overlay.relative {
    position: absolute;
}

.trending-section {
    margin-bottom: 35px;
}

.trending-content {
    text-align: left;
    padding-top: 5px;
}

.trending-swiper {
    margin: 0 -10px;
}

.trending-slide {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    height: auto;
    cursor: pointer;
}

.trending-category {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    color: #111827;
}

.trending-viewers {
    font-size: 12px;
    color: #6B7280;
}

.featured-section {
    margin-bottom: 20px;
}

.featured-swiper {
    margin: 0 -10px;
}

.trending-slide img {
    width: 100%;
}

.featured-image>img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
}

.featured-image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.verified-icon {
    width: 14px;
    height: 14px;
    background: #00d4aa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 8px;
    color: white;
}

.featured-info {
    padding: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, #000000a3 0%, #00000000 100%);
}

.featured-creator-name {
    display: flex;
    gap: 10px;
    text-align: left;
}

.creator-name {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.creator-subs {
    font-size: 12px;
    color: #fff;
    margin-bottom: 0;
}

.creator-description {
    font-size: 14px;
    color: #fff;
    margin-bottom: 4px;
    text-align: left;
    margin-top: 5px;
    font-weight: 500;
}

.follow-btn {
    width: 100%;
    background: #40e0d0;
    color: white;
    border: none;
    padding: 8px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}


.swiper-pagination-bullet {
    background: #ddd;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: linear-gradient(135deg, #667eea, #764ba2);
}

.trending-section-title {
    font-size: 20px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 10px;
}

.recent-media-not-sticky.sticky-profile-widgets {
    position: unset !important;
    top: unset !important;
}

.trending-creator-feed-page .suggestion-header-bg {
    height: 150px !important;
}

.swiper-container-trending-creator,
.swiper-container-top-earner-feed-page {
    overflow: hidden;
}

.swiper-container-top-earner-feed-page .text-sm-3 {
    margin-top: 0px !important;
}

.min-icon-width .ion-icon-wrapper {
    min-width: 24px;
}

.card-image-icon {
    padding-left: 10px;
    height: 30px;
}

.wallet-amount {
    position: absolute;
    right: 1px;
    top: 0;
    background: #dddddd;
    padding: 8px;
    border-radius: 5px;
    color: #938888;
    font-weight: 600;
}


.mobile-header {
    display: none;
    justify-content: space-between;
    background-color: #fff;
    padding: 8px 15px;
    border-bottom: 1px solid #dee2e6;
    position: sticky;
    top: 0;
    z-index: 9;
}

.mobile-wallet a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.payment-method {
    /* background: #e9ecef; */
    padding: 4px;
}
.payment-method .custom-control {
    background: #e9ecef;
    padding: 10px;
    padding-left: 36px;
    display: flex;
    align-items: center;
    font-weight: 700;
    margin-bottom: 10px !important;
}
.custome-img-crypto {
    width: 30px !important;
}
.custom-border-black {
    border: 2px solid #000;
    border-radius: 30px;
   
}
span.d-none.d-md-block.d-xl-block.d-lg-block.ml-2.text-truncate.side-menu-label.font-weight-bolder {
    color:#212529;
}
a.scroll-link.d-flex.align-items-center.font-weight-bolder {
    color: #212529;
}
a.scroll-link.d-flex.align-items-center.font-weight-bolder {
    border-radius: inherit;
}
/* .custom-border-black a span{
    color: #40e0d0 !important;
} */
.custom-m {
    margin: 2px;
}
@media (max-width: 768px) {
    .home-new-dev-main {
        flex-direction: column;
    }

    .mobile-header {
        display: flex;
    }
    .mobile-header > div {
        width: 80px;
    }

    .home-new-dev-left {
        min-height: 60vh;
        padding: 2rem 1rem;
    }

    .home-new-dev-logo h1 {
        font-size: 2.5rem;
    }

    .home-new-dev-tagline {
        font-size: 20px;
        line-height: 22px;
    }

    .home-new-dev-right {
        flex: none;
        padding: 2rem 1rem;
    }

    .home-new-dev-footer-content {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

    .home-new-dev-footer-links,
    .home-new-dev-social-links {
        justify-content: center;
    }

    .home-new-dev-feature-text {
        font-size: 16px;
        line-height: 20px;
        text-align: left;
    }
.custom-wallet {
    display: none !important;
}
 







}

@media (max-width: 480px) {
    .home-new-dev-logo h1 {
        font-size: 2rem;
    }

    .home-new-dev-features {
        max-width: 100%;
    }

    .home-new-dev-feature {
        margin-bottom: 5px;
    }

    .home-new-dev-footer-links {
        gap: 1rem;
    }
}


@media (max-width: 767px) {
    .mobile--hide{
        display: none !important;
    }
    .home-new-container {
        flex-direction: column;
        height: auto;
    }

    .table-mobile {
        overflow: auto;
    }

    .desktop-hide {
        display: block;
    }

    .desktop-hide .btn-outline-danger {
        color: #ea0606 !important;
        border-color: #ea0606 !important;
        border: solid;
        width: 86%;
        margin-left: 15px;
        padding: 11px 15px !important;
    }

    .price-plan h1 {
        font-size: 2rem;
    }

    .plans-grid {
        grid-template-columns: 1fr;
    }

    .plan-price {
        font-size: 2.5rem;
    }


    .close-suggestions-mobile {
        position: absolute;
        top: 15px;
        right: 15px;
        border: 1px solid #fafafa;
        padding: 3px 5px;
        border-radius: 7px;
        background: #fafafa;
        box-shadow: 0px 1px 4px #898989cc;
        display: block;
        cursor: pointer;
    }

    .suggestions-box-content-new .swiper-wrapper {
        flex-direction: column;
        gap: 15px;
    }



    .suggestions-box-content-hide-mobile {
        display: none
    }

    .suggestions-wrapper-new {
        position: fixed;
        right: -100%;
        z-index: 99;
        background: #ffff;
        width: 100%;
        transition: all 0.5s ease;
        top: 0;
        height: 100vh;
        overflow: scroll;
    }

    .suggestions-wrapper-new.show {
        right: 0 !important;
    }

    .suggestions-feed-widgets .open-suggestions-mobile {
        display: block;
    }

    .custom-over-flow-hidden {
        overflow: hidden;
    }

    .custom-flex-group-input .search-box-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
    }

    .home-new-left-section {
        padding: 50px 20px;
    }

    .home-new-logo-section img {
        width: 200px;
    }

    h3.home-new-tagline {
        font-size: 20px;
    }




}