.bg-gray-200 {
    background-color: #f2f2f2 !important;
}

.bg-gray-card-footer {
    background-color: #F8FAFC !important;
    border-top: 1px solid #E2E8F0 !important;
}

.btn {
    --bs-btn-border-radius: 0.5rem;
}

.btn.btn-hover {
    transition: all 0.8s ease;
}

.btn.btn-hover:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08) !important;
}

.btn-outline-dark {
    transition: background-color 0.5s ease, color 0.5s ease, box-shadow 0.5s ease, opacity 0.5s ease;
}

.btn-outline-dark:hover {
    background-color: #000;
    color: #fff;
}

.btn.btn-outline-primary:hover {
    background-color: #dc1e4d;
    color: #fff;
    box-shadow: 0 8px 14px -8px rgba(38, 38, 38, 0.3), 0 3px 18px 0 rgba(38, 38, 38, 0.1), 0 7px 8px -4px rgba(38, 38, 38, 0.18);
    opacity: 1;
}

.btn-outline-dark:hover:not(.active) {
    background-color: #000;
    color: #fff;
    box-shadow: none;
    opacity: 1;
    box-shadow: 0 8px 14px -8px rgba(38, 38, 38, 0.3), 0 3px 18px 0 rgba(38, 38, 38, 0.1), 0 7px 8px -4px rgba(38, 38, 38, 0.18);
}

.btn.btn-outline-dark.active:not(:hover),
.btn.btn-outline-dark:focus:not(:hover) {
    background-color: #000;
    color: #fff;
    box-shadow: none;
    opacity: 1;
}

.btn-outline-success {
    transition: background-color 0.5s ease, color 0.5s ease, box-shadow 0.5s ease, opacity 0.5s ease;
}

.btn-outline-success:hover {
    background-color: #4CAF50;
    color: #fff;
    box-shadow: 0 8px 14px -8px rgba(76, 175, 80, 0.3), 0 3px 18px 0 rgba(76, 175, 80, 0.1), 0 7px 8px -4px rgba(76, 175, 80, 0.18);
}

.btn-outline-success:hover:not(.active) {
    background-color: #4CAF50;
    color: #fff;
    box-shadow: none;
    opacity: 1;
    box-shadow: 0 8px 14px -8px rgba(76, 175, 80, 0.3), 0 3px 18px 0 rgba(76, 175, 80, 0.1), 0 7px 8px -4px rgba(76, 175, 80, 0.18);
}

.btn.btn-outline-success.active:not(:hover),
.btn.btn-outline-success:focus:not(:hover) {
    background-color: #4CAF50;
    color: #fff;
    box-shadow: none;
    opacity: 1;
}

.font-outfit {
    font-family: 'Outfit', sans-serif;
}

.font-quicksand {
    font-family: 'Quicksand', sans-serif;
}

.font-poppins {
    font-family: 'Poppins', sans-serif;
}

.font-inter {
    font-family: 'Inter', sans-serif;
}

.bg-primary {
    opacity: 1;
    background-color: rgb(220 30 77) !important;
    color: #fff;
}

.bg-primary:hover {
    background-color: rgb(220 38 38) !important;
    color: #fff;
}

.bg-none {
    background-color: unset !important;
}

a.card-title {
    font-size: 1rem;
    line-height: 1.3;
}

.img-grayscale {
    filter: grayscale(100%);
    opacity: 0.8;
    transition: all 0.3s ease;
}

.navbar {
    --bs-navbar-active-color: rgb(220 30 77);
}

.navbar-nav .nav-link {
    font-size: 1rem;
    font-weight: 400 !important;
    padding: 0 1rem !important;
    border-radius: 0.5rem;
    transition: all 0.3s ease;
    height: 38px !important;
    display: inline-flex !important;
    align-items: center !important;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #fff;
    background-color: var(--bs-navbar-active-color) !important;
}

.dropdown-item {
    font-size: 1rem;
}

.dropdown-item:hover {
color: #fff;
    background-color: var(--bs-navbar-active-color) !important;
}

.card {
    --bs-card-border-radius: 1rem;
    --bs-card-inner-border-radius: 1rem;
}

.card .card-body {
    padding: 0.7rem;
}

.card-img,
.card-img-top {
    border-radius: 1rem;
    margin-bottom: 1rem;
}

.card.card-hover {
    transition: all 0.8s ease;
}

.card.card-hover:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08) !important;
}

.icon-shape i {
    top: 0px;
}

.blur {
    background-color: rgba(255, 255, 255, 0.5) !important;
}

.rounded-3 {
    border-radius: 0.75rem !important;
}

.rounded-4 {
    border-radius: 1rem !important;
}

.rounded-5 {
    border-radius: 1.25rem !important;
}

.rounded-6 {
    border-radius: 1.5rem !important;
}

.sticky-sidebar {
    position: sticky;
    top: 100px;
    z-index: 10;
}

.input-group-text {
    border-radius: 0.5rem;
}

.input-group .input-group-text {
    padding: 1rem 0;
    left: 0;
}

.input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    text-align: right;
}

#event-tabs .nav-link.active {
    background-color: rgb(220 30 77) !important;
    color: white !important;
    border-color: rgb(220 30 77) !important;
}

#event-tabs .nav-link {
    color: rgb(220 30 77) !important;
    border: 1px solid rgb(220 30 77) !important;
}

#vacation-tabs .nav-link.active {
    background-color: rgb(220 30 77) !important;
    color: white !important;
    border-color: rgb(220 30 77) !important;
}

#vacation-tabs .nav-link {
    color: rgb(220 30 77) !important;
    border: 1px solid rgb(220 30 77) !important;
}

.ticket-card {
    position: relative;
    border-radius: 1.25rem;
    border: none !important;
    background: #fff;
    overflow: hidden;
    transition: transform 0.2s ease-in-out;
}

.ticket-card:hover {
    transform: translateY(-3px);
}

.ticket-divider {
    position: relative;
    border-top: 3px dashed #cbd5e1;
    margin: 1.5rem -1.5rem;
}

.ticket-divider::before,
.ticket-divider::after {
    content: '';
    position: absolute;
    top: -14px;
    width: 28px;
    height: 28px;
    background-color: #f2f2f2;
    border-radius: 50%;
    z-index: 10;
}

.ticket-divider::before {
    left: -14px;
    box-shadow: inset -2px 0 4px rgba(0, 0, 0, 0.04);
}

.ticket-divider::after {
    right: -14px;
    box-shadow: inset 2px 0 4px rgba(0, 0, 0, 0.04);
}

.flatpickr-calendar.inline {
    border: none !important;
    box-shadow: none !important;
    width: 100% !important;
    background: transparent !important;
}

.flatpickr-months .flatpickr-month {
    color: #000 !important;
    fill: #000 !important;
    height: 40px !important;
}

.flatpickr-current-month {
    font-family: 'Outfit', sans-serif !important;
    font-weight: 700 !important;
    font-size: 1.1rem !important;
    color: #1f2937 !important;
}

.flatpickr-monthDropdown-months {
    font-weight: 700 !important;
}

.flatpickr-weekdays {
    height: 35px !important;
}

span.flatpickr-weekday {
    color: #9ca3af !important;
    font-weight: 500 !important;
    font-size: 0.85rem !important;
    text-transform: capitalize !important;
}

.flatpickr-day {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500 !important;
    color: #374151;
    border-radius: 50% !important;
    max-width: 38px !important;
    height: 38px !important;
    line-height: 38px !important;
    margin: 2px auto !important;
    border: none !important;
}

.flatpickr-day:not(.selected):hover {
    background: #e91e63 !important;
    color: #fff !important;
}

.flatpickr-day.today {
    border: none !important;
    background: #e91e63 !important;
}

.flatpickr-day.selected,
.flatpickr-day.selected:hover {
    background: #4caf50 !important;
    color: #fff !important;
    border: none !important;
}

.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay {
    color: #d1d5db !important;
}

.flatpickr-day:hover {
    background: #f9fafb !important;
}

.flatpickr-calendar.inline {
    top: 0 !important;
}

#inline-calendar .flatpickr-days {
    width: 100% !important;
}

#inline-calendar .dayContainer {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
}

.ticket-card {
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
}

.ticket-card:hover {
    transform: translateY(-5px);
}

.ticket-cutout-top,
.ticket-cutout-bottom {
    position: absolute;
    right: -13px;
    width: 26px;
    height: 26px;
    background-color: #f2f2f2;
    border-radius: 50%;
    z-index: 5;
    border: 1px solid #f0f0f0;
}

.ticket-cutout-top {
    top: -13px;
}

.ticket-cutout-bottom {
    bottom: -13px;
}

.ticket-path-line {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-top: 2px dashed #e9ecef;
    z-index: 1;
    transform: translateY(-50%);
}

.splide__slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

#thumbnail-slider .splide__slide {
    opacity: 0.6;
    transition: opacity 0.2s ease;
    border: 2px solid transparent;
    border-radius: 0.75rem;
    overflow: hidden;
}

#thumbnail-slider .splide__slide.is-active {
    opacity: 1;
    border-color: var(--bs-primary, #e91e63);
    overflow: hidden;
}

.card-detail-order {
    border-radius: 1rem;
    background-color: #fff;
    padding: 1rem;
}

.main-event-img {
    width: 100%;
    max-height: 550px;
    object-fit: cover;
}

li.payment-card {
    background-color: #fff;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    width: 100px;
}

li.payment-card img {
    max-height: 25px;
}

.checkout-card {
    border: none;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
    background: #ffffff;
    transition: transform 0.3s ease;
}

.form-label {
    font-weight: 600;
    font-family: 'Quicksand', sans-serif;
    color: #344767;
    font-size: 0.85rem;
    margin-bottom: 0.5rem;
}

.form-control {
    border-radius: 0.75rem;
    padding: 0.75rem 1rem;
    border: 1px solid #e9ecef;
    font-family: 'Quicksand', sans-serif;
}

.form-control:focus {
    border-color: #DC1E4D;
    box-shadow: 0 0 0 2px rgba(220, 30, 77, 0.1);
}

.payment-method-item {
    border: 2px solid #f8f9fa;
    border-radius: 1rem;
    padding: 1.25rem;
    margin-bottom: 1rem;
    cursor: pointer;
    transition: all 0.2s ease;
    background: #f8f9fa;
}

.payment-method-item:hover {
    background: #fff;
    border-color: #DC1E4D;
    transform: scale(1.02);
}

.payment-method-item.selected {
    border-color: #DC1E4D;
    background-color: #fff;
    box-shadow: 0 8px 20px rgba(220, 30, 77, 0.1);
}

.otp-input {
    width: 50px;
    height: 60px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    border-radius: 0.5rem;
    border: 2px solid #f0f0f0;
    margin: 0 5px;
    background: #f8f9fa;
    transition: all 0.2s ease;
}

.otp-input:focus {
    border-color: #DC1E4D;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(220, 30, 77, 0.1);
    outline: none;
}

.holder-header {
    border-left: 4px solid #DC1E4D;
    padding-left: 1rem;
}

.invalid-feedback {
    font-size: 0.75rem;
    font-family: 'Quicksand', sans-serif;
}

.navbar-search {
    padding-top: 9px;
    padding-bottom: 9px;
}

.card-img-top {
    height: 180px;
    object-fit: cover;
}

.search-container {
    position: relative;
}

.search-clear {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #b5b5b5;
    display: none;
    transition: color 0.3s;
}

.search-clear:hover {
    color: #DC1E4D;
}

.search-input:not(:placeholder-shown)+.search-clear {
    display: block;
}

.search-spinner {
    position: absolute;
    right: 100px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}

.scrollable-tabs {
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 5px;
}

.scrollable-tabs::-webkit-scrollbar {
    display: none;
}

.scrollable-tabs .nav-item {
    flex: 0 0 auto;
}

.detail-desc img {
    display: block;
    width: 100%;
}

.right-0 {
    right: 0 !important;
}

.right-1 {
    right: 1% !important;
}

.right-2 {
    right: 2% !important;
}

.form-check-input:checked {
    background-color: var(--bs-primary, #DC1E4D);
    border-color: var(--bs-primary, #DC1E4D);
}

.right-3 {
    right: 3% !important;
}

.right-4 {
    right: 4% !important;
}

.right-5 {
    right: 5% !important;
}

.right-6 {
    right: 6% !important;
}

.right-7 {
    right: 7% !important;
}

.right-8 {
    right: 8% !important;
}

.right-9 {
    right: 9% !important;
}

.right-10 {
    right: 10% !important;
}

.card.card-info {
    height: 145%;
}

.nav-sosmed {
    border: 1px solid #E2E8F0;
    border-radius: 0.5rem;
}

.btn-sosmed {
    background-color: #fff;
    border-radius: 0.5rem;
}

.btn-sosmed:hover {
    background-color: rgb(220 30 77) !important;
    color: #fff;
    transform: translateY(-3px);
    transition: all 0.75s ease-in-out;
}

.nav-sosmed .btn-sosmed>i.fal {
    font-size: 1.35em;
    position: relative;
    top: 2px;
}

.nav-sosmed i.fa,
.nav-sosmed i.fal
.nav-sosmed i.fas,
.nav-sosmed i.far,
.nav-sosmed i.fab {
    font-size: 1.35em;
    position: relative;
    top: 2px;
}

@media (max-width: 991.98px) {
    .container,
    .container-fluid,
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm {
        padding-right: calc(var(--bs-gutter-x) * 0.75);
        padding-left: calc(var(--bs-gutter-x) * 0.75);
    }

    .navbar-nav .nav-link {
        padding: 0.5rem !important;
    }

    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link.active,
    .navbar-nav .nav-link.show {
        background-color: unset;
    }

    .navbar-collapse .dropdown-menu {
        position: static !important;
        box-shadow: none !important;
        background: transparent !important;
        transform: none !important;
        margin: 0 !important;
    }

    .dropdown.nav-item .dropdown-menu-animation.show {
        height: auto;
        left: 0 !important;
        top: 0 !important;
    }

    .dropdown .dropdown-menu.show:before {
        display: none !important;
    }

    .dropdown-item.active {
        color: var(--bs-navbar-active-color) !important;
    }

    .navbar:has(#navigation.show) {
        background-color: rgba(0, 0, 0, 0.4) !important;
    }

    .navbar:has(#navigation.show) .nav-link,
    .navbar:has(#navigation.show) .dropdown-item,
    .navbar:has(#navigation.show) .text-dark,
    .navbar:has(#navigation.show) .text-muted {
        color: #fff !important;
    }

    .navbar:has(#navigation.show) .form-check-input {
        border-color: rgba(255, 255, 255, 0.5);
    }
    
    .navbar:has(#navigation.show) .form-check-input:checked {
        background-color: var(--bs-primary, #DC1E4D);
        border-color: var(--bs-primary, #DC1E4D);
    }

    .navbar:has(#navigation.show) .arrow {
        filter: brightness(0) invert(1);
    }

    #navigation.show {
        min-height: calc(100vh - 60px);
        align-content: flex-start;
        padding-bottom: 2rem;
        margin-top: 1rem;
    }
}

@media (min-width: 992px) {

    .dropdown.dropdown-hover .dropdown-menu,
    .dropdown .dropdown-menu {
        margin-left: 10px !important;
        margin-top: 3.5rem !important;
    }

    .dropdown .dropdown-menu:before {
        left: 23px;
    }
}

@media (max-width: 767.98px) {
    .main-event-img {
        height: auto;
        max-height: 300px;
    }

    .col-xs-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .btn.btn-block {
        display: block;
        width: 100%
    }

    .card-img-top {
        height: 100px;
    }

    .card.card-info {
        height: 120%;
    }
}

/* Share Buttons Styling */
.share-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    color: #4b5563 !important;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid #e5e7eb;
    text-decoration: none;
    cursor: pointer;
}
.share-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}
.share-btn i {
    font-size: 16px;
    line-height: 0;
}
.share-btn-facebook:hover {
    background-color: #1877f2 !important;
    color: #ffffff !important;
    border-color: #1877f2 !important;
}
.share-btn-twitter:hover {
    background-color: #000000 !important;
    color: #ffffff !important;
    border-color: #000000 !important;
}
.share-btn-whatsapp:hover {
    background-color: #25d366 !important;
    color: #ffffff !important;
    border-color: #25d366 !important;
}
@media (max-width: 576px) {
    .detail-header-container {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 12px;
    }
}

.bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.05);
    z-index: 1030;
    height: calc(72px + env(safe-area-inset-bottom));
    border-top: 1px solid #f1f5f9;
    display: none !important;
    padding-bottom: env(safe-area-inset-bottom);
}

.bottom-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #64748b;
    text-decoration: none;
    font-size: 0.72rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    transition: all 0.2s ease;
    padding: 4px 0 !important;
    flex: 1;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    outline: none !important;
    height: 100%;
}

.bottom-nav > a,
.bottom-nav > .dropup {
    width: 100% !important;
    max-width: 100% !important;
    height: 100%;
}

.bottom-nav-item span {
    line-height: 1.2 !important;
    display: inline-block;
}

.bottom-nav-item i,
.bottom-nav-item .material-symbols-rounded {
    font-size: 24px;
    margin-bottom: 3px;
    transition: all 0.15s ease;
}

.bottom-nav-item:hover,
.bottom-nav-item.active {
    color: #DC1E4D !important;
}

.bottom-nav-item.active i,
.bottom-nav-item.active .material-symbols-rounded {
    font-variation-settings: 'FILL' 1;
}

@media (max-width: 991.98px) {
    .container-fluid.position-sticky {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        z-index: 1030 !important;
        width: 100% !important;
    }
    .navbar {
        top: 0 !important;
        margin-top: 0 !important;
        border-radius: 0 !important;
        left: 0 !important;
        right: 0 !important;
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }
    .bottom-nav {
        position: fixed !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        display: grid !important;
        grid-template-columns: repeat(5, 1fr) !important;
        z-index: 1030 !important;
        height: calc(72px + env(safe-area-inset-bottom)) !important;
    }
    body {
        padding-top: 64px !important;
        padding-bottom: calc(72px + env(safe-area-inset-bottom)) !important;
    }
    .navbar-toggler {
        display: none !important;
    }
    .navbar-collapse {
        display: none !important;
    }
}

.bottom-nav .dropdown-menu {
    position: fixed !important;
    bottom: calc(80px + env(safe-area-inset-bottom)) !important;
    top: auto !important;
    left: 1rem !important;
    right: 1rem !important;
    width: calc(100vw - 2rem) !important;
    max-width: calc(100vw - 2rem) !important;
    margin: 0 !important;
    box-shadow: 0 -5px 25px rgba(0, 0, 0, 0.12) !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    background-color: #ffffff !important;
    border-radius: 1.5rem!important;
    padding: 1.25rem 1.5rem !important;
    display: none;
    transform: translateY(100%) !important;
}

.bottom-nav .dropdown-menu:after {
    transform: translateX(-50%) !important;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.08), -1px 1px 0 rgba(0, 0, 0, 0.08), 0 1px 0 rgba(0, 0, 0, 0.08) !important;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.08)) !important;
}

.bottom-nav .dropdown-menu-explore:after {
    left: calc(30vw - 1rem) !important;
}

.bottom-nav .dropdown-menu-profile:after {
    left: calc(90vw - 1rem) !important;
}

.bottom-nav .dropdown-menu.show {
    display: block !important;
    transform: translateY(0) !important;
    animation: slideUpBottomNav 0.25s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.bottom-nav .dropdown-menu .dropdown-item {
    padding: 0.8rem 1.2rem !important;
    font-size: 0.95rem !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500 !important;
    color: #334155 !important;
    border-radius: 0.75rem !important;
    transition: all 0.15s ease !important;
    display: flex !important;
    align-items: center;
    margin-bottom: 0.5rem;
}

.bottom-nav .dropdown-menu .dropdown-item:last-child {
    margin-bottom: 0;
}

.bottom-nav .dropdown-menu .dropdown-item:hover {
    background-color: rgba(220, 30, 77, 0.08) !important;
    color: #DC1E4D !important;
}

.bottom-nav .dropdown-menu .dropdown-item i,
.bottom-nav .dropdown-menu .dropdown-item .material-symbols-rounded {
    font-size: 1.3rem !important;
    margin-right: 12px !important;
}

@keyframes slideUpBottomNav {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}

.lang-switch-pill {
    width: 86px;
    height: 38px;
    background-color: #d6dde4;
    border-radius: 19px;
    padding: 3px;
    position: relative;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    user-select: none;
    border: 1px solid #e2e8f0;
    transition: all 0.2s ease;
}

.lang-switch-pill:hover {
    border-color: #cbd5e1;
    background-color: #f1f5f9;
}

.lang-switch-slider {
    width: 48px;
    height: 30px;
    background-color: #ffffff;
    border-radius: 15px;
    position: absolute;
    left: 3px;
    transition: all 0.25s cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.lang-switch-slider.slide-en {
    left: 33px;
}

.lang-switch-active {
    display: flex;
    align-items: center;
    gap: 6px;
}

.lang-switch-active .lang-text {
    font-size: 0.78rem;
    font-weight: 700;
    color: #1e293b;
    font-family: 'Poppins', sans-serif;
    line-height: 1;
}

.lang-switch-inactive {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    z-index: 1;
    pointer-events: none;
}

.lang-inactive-text {
    font-size: 0.78rem;
    font-weight: 600;
    color: #424446;
    font-family: 'Poppins', sans-serif;
    line-height: 1;
    width: 100%;
    display: block !important;
    box-sizing: border-box;
}

.lang-inactive-text.english {
    padding-right: 10px;
}

.lang-inactive-text.indonesian {
    padding-left: 12px;
}

.btn-create-event {
    background-color: #ffffff !important;
    color: #334155 !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    font-size: 0.85rem !important;
    text-transform: none !important;
    box-shadow: none !important;
    padding: 0.5rem 1.5rem !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.2s ease-in-out !important;
    height: 38px !important;
}

.btn-create-event:hover {
    background-color: #dc1e4d !important;
    border-color: #dc1e4d !important;
    color: #fff !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -2px rgba(0, 0, 0, 0.05) !important;
}

.btn-login-desktop {
    height: 38px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    font-size: 0.85rem !important;
    text-transform: none !important;
    transition: all 0.2s ease-in-out !important;
}

@media (max-width: 991.98px) {
    .btn-buy-ticket {
        width: 38px !important;
        height: 38px !important;
        padding: 0 !important;
        border-radius: 8px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    .btn-buy-ticket i {
        font-size: 1rem !important;
        margin: 0 !important;
    }
}

.mobile-search-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 2000;
    display: none;
    flex-direction: column;
    overflow-y: auto;
    padding: 15px;
    box-sizing: border-box;
}

.mobile-search-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    width: 100%;
}

.mobile-search-body {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.mobile-search-input-wrapper {
    position: relative;
    width: 100%;
}

.mobile-search-input-wrapper i.search-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 18px;
}

.mobile-search-input {
    width: 100%;
    height: 50px;
    padding: 10px 15px 10px 45px;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: #1e293b;
    outline: none;
    transition: border-color 0.2s ease;
    box-sizing: border-box;
}

.mobile-search-input:focus {
    border-color: #dc1e4d;
}

.mobile-search-title {
    font-size: 16px;
    font-weight: 700;
    color: #1e293b;
    margin-top: 10px;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
}

.mobile-search-results-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.search-result-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    text-decoration: none !important;
    transition: all 0.2s ease;
}

.search-result-item:active, .search-result-item:hover {
    background-color: #f8fafc;
    border-color: #cbd5e1;
}

.search-result-img {
    width: 80px;
    height: 50px;
    object-fit: cover;
    border-radius: 8px;
    flex-shrink: 0;
}

.search-result-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    flex-grow: 1;
}

.search-result-title {
    font-size: 1rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Outfit', sans-serif;
}

.search-result-meta {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 14px;
    color: #64748b;
    font-family: 'Poppins', sans-serif;
}

.search-result-meta span {
    display: flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}