.navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: transform 0.3s ease-in-out;
    z-index: 999999 !important;
}


/* Base styles for the content area */
#navbarWithoutSearch {
    padding-top: 158px;
    margin-bottom: 20px;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    #navbarWithoutSearch {
        padding-top: 261px;
    }
}

@media (max-width: 768px) {
    #navbarWithoutSearch {
        padding-top: 211px;
    }
}


#navbarWithSearch {
    margin-top: 158px !important;
}

@media (max-width: 992px) {
    #navbarWithSearch {
        margin-top: 180px !important;
    }
}

@media (max-width: 768px) {
    #navbarWithSearch {
        margin-top: 150px !important;
    }
}

@media (max-width: 576px) {
    #navbarWithSearch {
        margin-top: 130px !important;
    }
}

/* Remove or adjust the body padding as it's redundant with our new approach */
body {
    padding-top: 0 !important;
}


.navigation.header-hidden {
    transform: translateY(-100%);
}

/* body {
        padding-top: 158px;
    } */

.categories-menu {
    position: fixed;
    top: 158px;
    left: 0;
    width: 100%;
    background: white;
    box-shadow: 0px 8px 12px rgba(245, 245, 247, 0.1);
    z-index: 999;
    transition: transform 0.3s ease-in-out;
    max-height: 100vh;
    overflow-y: auto;
}

.categories-menu.header-hidden {
    transform: translateY(-158px);

}

.profile-menu {
    position: absolute;
    right: 0;
    margin-top: 18px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    width: 256px;
    z-index: 999;
}

.profile-header {
    padding: 16px;
    border-bottom: 1px solid #E7E8EA;
}

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

.profile-image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.profile-name {
    font-size: 16px;
    font-weight: 500;
}

.profile-options {
    padding: 8px;
}

.dropdown-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    color: #101B30;
    text-decoration: none;
    transition: background-color 0.2s;
}

.dropdown-item:hover {
    background-color: #EFF0F2;
}

.option-content {
    display: flex;
    align-items: center;
    gap: 12px;
}

.option-icon {
    width: 20px;
    height: 20px;
}

.arrow-icon {
    width: 20px;
    height: 20px;
}

.notification-container {
    position: relative;
    display: inline-block;
}

.notification-icon {
    color: #e91e63;
    font-size: 24px;
    text-decoration: none;
}

.notification-badge {
    position: absolute;
    top: -2px;
    right: -2px;
    background-color: #fff;
    color: #404959;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    border: 1.5px solid #404959;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}


.dolar {
    font-family: "SignPainter";
    font-size: 36px;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    color: #ffffff;
    line-height: 25px;
}

.top-nav {
    background: var(--Primary-900, #2A0914);
    border: 1px solid var(--Neutral-700, #404959);
    box-shadow: 0px -1px 0px 0px #FFFFFF29 inset;
}

.top-nav-elements-wrapper {
    display: flex;
    padding: 19.5px 0px;
    justify-content: space-between;
    gap: 48px;
}

.top-nav-left {
    display: flex;
    align-items: center;
    gap: 48px;
    flex: 1 0 0%;
}

.top-nav-left .nav-logo {
    width: auto;
    height: 50px;
}

.top-nav-right {
    display: flex;
    align-items: center;
    gap: 24px;
}

.search-containers {
    position: relative;
    max-width: 492px;
    width: 100%;
}

.search-suggestions {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #FFFFFF;
    border: 1px solid #E7E8EA;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 1000;
    max-height: 400px;
    overflow-y: auto;
}

.category-header {
    padding: 8px 16px;
    background-color: #f5f5f5;
    font-weight: 600;
    color: #333;
    border-bottom: 1px solid #E7E8EA;
}

.suggestion-item {
    padding: 10px 16px;
    cursor: pointer;
    transition: background-color 0.2s;
    padding-left: 24px;
    /* Indent items under category */
}

.suggestion-item:hover {
    background-color: #f5f5f5;
}

.search-containers .form-control {
    height: 48px;
    padding: 12px;
    padding-left: 48px;
    border-radius: 12px;
    background: var(--Base-White, #FFFFFF);
    border: 1.5px solid var(--Neutral-200, #E7E8EA);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: var(--Neutral-900, #101B30);

}

.search-containers .form-control::placeholder {
    color: var(--Neutral-900, #101B30);
}

.search-image {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 12px;
    left: 12px;
}

.top-nav-right .btn {
    height: 48px;
    padding: 14px 24px 14px 24px;
    display: flex;
    gap: 8px;
    border-radius: 6px;
    border: none;
    font-family: Public Sans;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
}

.top-nav-right .btn-primary,
.btn-primary:active,
.btn-primary:focus-visible {
    background: var(--Primary-500, #D42B65) !important;
    color: var(--Base-White, #FFFFFF) !important;
    border: none;
    box-shadow: none !important;
}

.top-nav-right .btn-secondary,
.btn-secondary:active,
.btn-secondary:focus-visible {
    background: var(--Neutral-100, #EFF0F2) !important;
    color: var(--Neutral-900, #101B30) !important;
    border: none;
    box-shadow: none !important;
}

.secondary-nav {
    background: var(--Primary-400, #EE4E86);
}

.secondary-nav-elements-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px;
}

.secondary-nav-left {
    display: flex;
    align-items: center;
    gap: 24px;
}

.secondary-nav-left .navbar-nav {
    gap: 24px;
}

.secondary-nav-left .navbar-nav .nav-link {
    font-family: Public Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    padding: 9.5px 0px;
    color: #FFFFFF;
}

.menu-toggle {
    display: flex;
    gap: 9px;
    padding: 12.5px 2.89px 12.5px 9px;
    align-items: center;
    cursor: pointer;
}

.menu-toggle span {
    width: 23px;
    height: 12px;
    font-family: Public Sans;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}

.menu-toggle img {
    width: 17px;
    height: 14px;
}

.secondary-nav-right {
    display: flex;
    align-items: center;
}

.nav-icons {
    display: flex;
    gap: 24px;
}

.nav-icons img {
    width: 32px;
    height: 32px;
}

/* categories menu css */
.categories-menu {
    position: absolute;
    top: 100%;
    background: white;
    box-shadow: 0px 8px 12px rgba(245, 245, 247, 0.1);
    width: 100%;
    z-index: 1000;
}

.categories-menu.hidden {
    display: none;
}

.categories-wrapper {
    display: flex;
    padding: 60px 0px;
    gap: 100px;
    position: relative;
}

.categories-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.categories-header-container h1 {
    font-size: 20px;
    font-weight: 700;
    color: var(--Neutral-900);
    margin-bottom: 3.2px;
}

.categories-header-underline {
    width: 32px;
    border-top: 1px solid #000000;
    margin: 0;
    opacity: 1;
}

.categories-elements-container {
    display: flex;
    gap: 32px;
}

.categories-element {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 150px;
}

.categories-element span {
    font-size: 16px;
    font-weight: 500;
    color: var(--Neutral-800);
    cursor: pointer;
    transition: color 0.3s ease;
}

.categories-element span:hover {
    color: var(--Primary-500);
}

.browse-all-button {
    position: absolute;
    bottom: 56px;
    right: 0px;
    background: transparent;
    border: none;
    font-size: 14px;
    font-weight: 600;
    color: #D42B65;
    display: flex;
    gap: 8px;
    padding: 6px 0px;
    cursor: pointer;
}

.dropdown-item {
    display: block;
    padding: 8px 10px;
    color: #101B30;
    text-decoration: none;
    font-size: 14px;
    transition: background-color 0.2s;
}

.dropdown-item:hover {
    background-color: #EFF0F2;
}

.hidden {
    display: none;
}

.mobile-menu-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: transparent;
    border: none;
}

.mobile-menu-toggle img {
    width: 24px;
    height: 24px;
}

.categories-menu {
    scrollbar-width: thin;
    scrollbar-color: #D42B65 #f0f0f0;
    scroll-behavior: smooth;
}

/* Custom scrollbar styling */
.categories-menu::-webkit-scrollbar {
    width: 6px;
}

.categories-menu::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 10px;
}

.categories-menu::-webkit-scrollbar-thumb {
    background-color: #D42B65;
    border-radius: 10px;
}

/* Ensure categories have proper spacing when stacked */
.categories-container {
    width: 100%;
}

/* Enhanced Responsive Styles */
@media (max-width: 1200px) {
    .top-nav-elements-wrapper {
        gap: 20px;
    }

    .top-nav-left {
        gap: 20px;
    }

    .top-nav-right {
        gap: 12px;
    }

    .top-nav-right .btn {
        padding: 14px 16px;
        font-size: 13px;
    }

    .secondary-nav-left .navbar-nav {
        gap: 16px;
    }

    .categories-wrapper {
        gap: 40px;
        padding: 30px 0;
    }
}

@media (max-width: 992px) {
    body {
        padding-top: 180px;
    }

    .top-nav-elements-wrapper {
        flex-direction: column;
        padding: 15px 0;
        gap: 15px;
    }

    .top-nav-left {
        flex-direction: column;
        width: 100%;
        align-items: center;
    }

    .search-containers {
        width: 100%;
    }

    .top-nav-right {
        width: 100%;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .top-nav-right .btn {
        flex: 1;
        min-width: 120px;
        justify-content: center;
        text-align: center;
        font-size: 13px;
        padding: 10px;
    }

    .secondary-nav-left .navbar-nav {
        display: none;
    }

    .secondary-nav-elements-wrapper {
        padding: 15px 0;
        justify-content: space-between;
    }

    .categories-menu {
        top: 180px;
        max-height: 65vh;
    }

    .categories-wrapper {
        flex-direction: column;
        gap: 30px;
        padding: 25px 0;
    }

    .categories-elements-container {
        flex-wrap: wrap;
        gap: 20px;
    }

    .categories-element {
        width: calc(33.333% - 15px);
        min-width: 120px;
    }

    .browse-all-button {
        position: static;
        margin-top: 15px;
        align-self: flex-end;
    }

}

@media (max-width: 768px) {
    body {
        padding-top: 150px;
    }

    .search-suggestions {
        position: fixed;
        left: 0;
        right: 0;
        top: auto;
        /* Will be set by JavaScript */
        max-height: 60vh;
        z-index: 9999;
        margin-top: 8px;
        /* Add gap between search input and suggestions */
        border-top: 1px solid #E7E8EA;
        /* Add a subtle border at the top */
    }

    .small-device-search-container {
        position: relative;
    }

    /* Ensure other elements don't overlap */
    .small-device-icon {
        position: relative;
        z-index: 999;
        /* Lower than suggestions but still high */
    }

    /* Add some padding to suggestions items for better touch experience */
    .suggestion-item {
        padding: 12px 15px;
    }



    .top-nav-elements-wrapper {
        padding: 10px 0;
    }

    .top-nav-right {
        gap: 8px;
    }

    .top-nav-right .btn {
        font-size: 12px;
        padding: 8px 12px;
        height: 40px;
    }

    /* .top-nav-right .btn-first {
        display: none;
    } */

    .secondary-nav-elements-wrapper {
        padding: 12px 0;
    }

    .nav-icons {
        gap: 16px;
    }

    .nav-icons img {
        width: 28px;
        height: 28px;
    }

    .categories-elements-container {
        gap: 15px;
    }

    .categories-element {
        width: calc(50% - 10px);
    }

    .categories-header-container h1 {
        font-size: 18px;
    }

    /* Show mobile menu button */
    .mobile-menu-toggle {
        display: flex;
    }



    .profile-trigger span {
        display: none;
        /* Hide username on mobile */
    }

    .categories-menu {
        top: 150px;
        border-radius: 5px;
        max-height: 60vh;
        position: fixed;
        padding: 20px 10px;
    }

    .categories-wrapper {
        padding: 20px 15px;
        gap: 25px;
    }

    .profile-menu {
        right: -95px;
        position: absolute;
        margin-top: 12px;
        max-width: 220px;
        max-height: 60vh;
        overflow-y: auto;
        background: white;
        border-radius: 12px;
        -webkit-overflow-scrolling: touch;
        backface-visibility: hidden;
    }

    /* .profile-header {
        padding: 12px;
    } */

    .profile-name {
        font-size: 14px;
    }

    .dropdown-item {
        padding: 8px 12px;
    }

    .option-icon,
    .arrow-icon {
        width: 18px;
        height: 18px;
    }
}

@media (max-width: 576px) {
    body {
        padding-top: 130px;
    }

    .search-containers .form-control {
        height: 40px;
        font-size: 14px;
        padding-left: 40px;
    }

    .search-image {
        top: 8px;
        left: 10px;
        width: 20px;
        height: 20px;
    }

    .top-nav-right .btn {
        font-size: 11px;
        padding: 6px 10px;
        height: 36px;
    }

    .top-nav-right .btn-second img {
        display: none;
    }

    .nav-icons {
        gap: 12px;
    }

    .nav-icons img {
        width: 24px;
        height: 24px;
    }

    .categories-wrapper {
        padding: 15px 10px;
        gap: 20px;
    }

    .categories-menu {
        top: 130px;
        max-height: 70vh;
    }


    /* Create a hamburger menu for mobile */
    .menu-toggle {
        padding: 8px;
    }

    .categories-elements-container {
        gap: 10px;
    }

    .categories-element {
        width: 100%;
        gap: 12px;
    }

    .categories-header-container h1 {
        font-size: 16px;
    }

    .browse-all-button {
        font-size: 12px;
    }

    /* .menu-toggle span {
        display: none;
    } */
}

@media (max-width: 426px) {
    .top-nav-right .btn-first {

        font-size: 9px !important;
    }
}


/* Mobile nav menu overlay */
.mobile-nav-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 998;
}

.mobile-nav-overlay.active {
    display: block;
}

.mobile-nav-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 85%;
    max-width: 300px;
    height: 100%;
    background-color: white;
    z-index: 999;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
    overflow-y: auto;
}

.mobile-nav-menu.active {
    display: block;
    transform: translateX(0);
}

.mobile-nav-header {
    padding: 20px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E7E8EA;
}

.mobile-nav-close {
    background: transparent;
    border: none;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.mobile-nav-categories {
    padding: 15px;
}

.mobile-nav-category {
    padding: 10px 0;
    border-bottom: 1px solid #E7E8EA;
    font-weight: 500;
}

.mobile-nav-footer {
    padding: 20px 15px;
    border-top: 1px solid #E7E8EA;
}

.small-device-search-container {
    width: 100%;
    display: flex;
    justify-content: center;
}

.small-device-icon {
    display: none;
}

.secondary-nav-small-device {
    display: none;
}



@media(max-width:576px) {

    .top-nav {
        background: var(--Neutral-900, #101B30);
    }

    .top-nav-left {
        gap: 16px
    }

    .nav-logo {
        width: 63px;
        height: 31px;

    }

    .top-nav-elements-wrapper {
        padding: 16px 0px;
    }

    .top-nav-right {
        display: none
    }

    .search-containers {
        max-width: 271px;
    }

    .small-device-search-container {
        width: 100%;
        padding: 0px 24px;
        display: flex;
        gap: 19px
    }

    .small-device-icon {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .small-device-icon img {
        cursor: pointer;
    }

    .secondary-nav-elements-wrapper {
        padding: 16px 24px;
        overflow-x: auto;
    }

    .secondary-nav-left {
        display: none;
    }

    .secondary-nav-right {
        display: none;
    }

    .secondary-nav-small-device {
        display: flex;
        gap: 16px;
    }

    .secondary-nav-small-device {
        flex-shrink: 0;
    }


    .small-device-nav-options {
        border-width: 1px;
        border-radius: 24px;
        border: 1px solid var(--Neutral-200, #E7E8EA);
        background: var(--Neutral-100, #EFF0F2);
        padding: 10px 16px;
        display: flex;
        gap: 8px;
        justify-content: center;
        align-items: center;
        color: var(--Neutral-900, #101B30);
    }

    .category-modal .modal-dialog {
        max-width: 100%;
        bottom: 0;
        position: absolute;
        width: 100%;
        top: 50%;
        display: flex;
        align-items: flex-end;
        transition: transform 0.3s ease-out;
        transform: translateY(100%);
    }

    .category-modal.show .modal-dialog {
        transform: translateY(0);
    }

    .category-modal .modal-content {
        height: 100%;
        box-shadow:
            0px -4px 9px 0px #8787870F,
            0px -17px 17px 0px #8787870F,
            0px -37px 22px 0px #87878708,
            0px -66px 27px 0px #87878703,
            0px -104px 29px 0px #87878700;
        background: var(--Base-White, #FFFFFF);
        padding-top: 12px;
        padding-right: 20px;
        padding-bottom: 48px;
        padding-left: 20px;
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        border-top-width: 1px;
        width: 100%;
    }

    .category-modal .modal-header {
        padding: 0px;
        justify-content: center;
        display: flex;
    }

    .modal-slider {
        background: var(--Neutral-200, #E7E8EA);
        width: 30px;
        height: 4px;
        border-radius: 8px;
        margin-bottom: 24px;
    }

    .category-modal .modal-body {
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .modal-sign-in {
        display: flex;
        gap: 10px;
        align-items: center;
        color: var(--Neutral-700, #404959);

    }

    .category-modal .modal-body img {
        width: 20px !important;
        height: 20px !important;
        border-radius: 0;
        object-fit: none !important;
        box-shadow: none !important;
    }

    .small-modal-hr {
        border: 1px solid var(--Neutral-100, #EFF0F2);
        height: 1px;
        margin: 0px;
        width: 100%;
        opacity: 1;
        background: none;
    }

    .modal-categories {
        display: flex;
        flex-direction: column;
        gap: 16px;
        width: 100%;
    }

    .modal-categories-list {
        display: flex;
        align-items: center;
        gap: 10px;
        justify-content: space-between;
        color: var(--Neutral-700, #404959);
    }

    .modal-categories-list h4 {
        color: var(--Neutral-700, #404959);
    }

    .body-lg {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0px;
    }

    .small-device-modal-btn {
        background: var(--Primary-500, #D42B65);
        height: 54px;
        padding-top: 16px;
        padding-right: 24px;
        padding-bottom: 16px;
        padding-left: 24px;
        border-radius: 12px;
        border: none;
        color: var(--Base-White, #FFFFFF);
        font-weight: 600 !important;
    }

    .sub-category-modal {
        gap: 8px;
    }

}

.category-modal {
    display: none;
}

@media(max-width:400px) {
    .small-device-search-container {
        padding: 0px 20px;
        gap: 16px
    }

    .secondary-nav-elements-wrapper {
        padding: 16px 20px;
    }

    .category-modal .modal-content {
        padding-right: 12px;
        padding-left: 12px;
    }

    .sub-category-modal {
        gap: 4px;
    }


    .sub-category-modal .subtitle-xs {
        font-size: 16px !important;
    }


}

#inviteFriendModal .modal-content {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    border: none;
}

#inviteFriendModal .form-control-plaintext:focus {
    box-shadow: none;
}

#inviteFriendModal .email-tag {
    background-color: #e9ecef;
    color: #000000;
    padding: 1px 8px;
    border-radius: 20px;
    margin-right: 6px;
    margin-bottom: 4px;
    margin-top: 4px;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    line-height: 20px;
    transition: all 0.2s ease;
    border: 1px solid #dee2e6;
}

#inviteFriendModal .email-tag:hover {
    background-color: #dee2e6;
}

#inviteFriendModal .email-tag .remove-tag-btn {
    background: none;
    border: none;
    color: #707683;
    margin-left: 8px;
    padding: 0;
    cursor: pointer;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #707683;
}

#inviteFriendModal .email-tag .remove-tag-btn:hover {
    background-color: #dc3545;
    color: white;
}

#inviteFriendModal .multi-email-input-container {
    border: 1px solid #ced4da;
    border-radius: 12px;
    padding: 8px 16px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 48px;
    background: white;
}

#inviteFriendModal .multi-email-input-container:focus-within {
    border-color: #D42B65;
    box-shadow: 0 0 0 0.2rem rgba(212, 43, 101, 0.25);
}

#inviteFriendModal .multi-email-input-container input[type="email"] {
    min-width: 120px;
    flex-grow: 1;
    border: none;
    outline: none;
    padding: 8px 0;
    font-size: 15px;
    background: transparent !important;
}

#inviteFriendModal .multi-email-input-container input[type="email"]::placeholder {
    color: #6c757d;
    opacity: 1;
}

#inviteFriendModal .multi-email-input-container input[type="email"] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
}

#inviteFriendModal .multi-email-input-container input[type="email"]::selection {
    background: transparent;
}

#inviteFriendModal .multi-email-input-container input[type="email"]::-moz-selection {
    background: transparent;
}

#inviteFriendModal .multi-email-input-container input[type="email"]:-webkit-autofill,
#inviteFriendModal .multi-email-input-container input[type="email"]:-webkit-autofill:hover,
#inviteFriendModal .multi-email-input-container input[type="email"]:-webkit-autofill:focus,
#inviteFriendModal .multi-email-input-container input[type="email"]:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    -webkit-text-fill-color: #495057 !important;
    background-color: transparent !important;
    background: transparent !important;
}

#inviteFriendModal .multi-email-input-container input[type="email"]:focus {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

#inviteFriendModal .multi-email-input-container input[type="email"]:focus::placeholder {
    color: transparent;
}

.copy-btn.copied {
    color: white;
}

#inviteFriendModal .multi-email-input-container input:focus-visible {
    outline: none;
}

.form-control-custom {
    border-radius: 8px 0 0 8px;
    background-color: #f8f9fa;
    font-size: 15px;
    padding: 12px 16px;
    border: 2px solid #ced4da;
    border-right: none;
}

.form-label-custom {
    color: #283245;
    margin-bottom: 12px;
}

.modal-title-custom {
    color: #E91E63;
    margin-bottom: 23px;
}

.modal-subtitle {
    color: #6c757d;
    font-size: 16px;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .modal-dialog {
        margin: 1rem;
    }

    .btn-large {
        max-width: 100%;
        margin-top: 10px;
    }

    .row>div:first-child {
        margin-bottom: 10px;
    }
}

.btn-loading {
    pointer-events: none;
    opacity: 0.7;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
}

.btn-large {
    max-width: 110px;
    width: 100%;
    height: 48px;
    border-radius: 12px;
    padding: 14px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}

.sendInvitebtns {
    background-color: #D42B65;
    color: white;
}

.copy-btn {
    border: 1.5px solid #D42B65;
    background-color: transparent !important;
    color: #D42B65;
}


.textfield-1 input:focus-visible,
.textfield-1 .flatpickr-wrapper .date-input:focus-visible,
.textfield-1 select:focus-visible {
    outline: none;
}


.textfield-1 input,
.textfield-1 .flatpickr-wrapper .date-input,
.textfield-1 select {
    height: 48px;
    border-radius: 12px;
    border: 1.5px solid var(--Neutral-200, #E7E8EA);
    padding: 10px 16px;
    background: inherit;
    color: var(--Neutral-900, #101B30);
    width: 100%;
    font-size: 16px;
}

.textfield-1 input::placeholder,
.textfield-1 .flatpickr-wrapper .date-input::placeholder,
.textfield-1 select::placeholder {
    color: var(--Neutral-500, #888D98);
}

input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #D42B65;
    cursor: pointer;
    border: 2px solid #707683 !important;
    min-width: 18px;
    border-radius: 8px;
}

.subcategories-check-input:checked {
    background-color: #EE4E86 !important;
    border-color: #EE4E86 !important;
}

input::placeholder {
    color: #888D98 !important;
}

input::-webkit-input-placeholder {
    color: #888D98 !important;
}

input::-moz-placeholder {
    color: #888D98 !important;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #888D98 !important;
}


.modal-body {
    padding: 4px 30px 30px;
}

.modal-content {
    position: relative;
}

.invitemodal .close {
    right: 15px;
    top: 15px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #ff3b5c;
    background-color: inherit;
    color: #ff3b5c;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer !important;
}

.close-modal-btn:hover {
    background-color: #e0304e;
}

.modal-dialog {
    max-width: 492px;
}