        .form-icon,
        .dollor-icon {
            pointer-events: none;
        }

        .flatpickr-calendar {
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            border-radius: 12px;
            border: 1px solid #E5E7EB;
        }



        /* Venue Picker Styles */
        .venue-list-container {
            max-height: 400px;
            overflow-y: auto;
        }

        .venue-item {
            padding: 16px 20px;
            border-bottom: 1px solid #f3f4f6;
            cursor: pointer;
            transition: background 0.2s;
        }

        .venue-item:hover {
            background: #f9fafb;
        }

        .venue-item h4 {
            margin: 0 0 4px 0;
            font-size: 16px;
            font-weight: 600;
            color: #111827;
        }

        .venue-item p {
            margin: 0;
            font-size: 14px;
            color: #6b7280;
        }

        .venue-item.selected {
            background: #eff6ff;
        }

        .add-venue-option {
            background: #fff;
            padding: 16px 20px;
            border-top: 1px solid #f3f4f6;
            cursor: pointer;
        }

        .add-venue-option:hover {
            background: #f9fafb;
        }




        /* webfonts */

        @font-face {
            font-family: 'Inter';
            src: url('../fonts/Inter18pt-Black.woff2') format('woff2'),
                url('../fonts/Inter18pt-Black.woff') format('woff');
            font-weight: 900;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: 'Inter';
            src: url('../fonts/Inter18pt-Bold.woff2') format('woff2'),
                url('../fonts/Inter18pt-Bold.woff') format('woff');
            font-weight: bold;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: 'Inter';
            src: url('../fonts/Inter18pt-ExtraBold.woff2') format('woff2'),
                url('../fonts/Inter18pt-ExtraBold.woff') format('woff');
            font-weight: bold;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: 'Inter';
            src: url('../fonts/Inter18pt-Medium.woff2') format('woff2'),
                url('../fonts/Inter18pt-Medium.woff') format('woff');
            font-weight: 500;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: 'Inter';
            src: url('../fonts/Inter18pt-ExtraLight.woff2') format('woff2'),
                url('../fonts/Inter18pt-ExtraLight.woff') format('woff');
            font-weight: 200;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: 'Inter';
            src: url('../fonts/Inter18pt-Light.woff2') format('woff2'),
                url('../fonts/Inter18pt-Light.woff') format('woff');
            font-weight: 300;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: 'Inter';
            src: url('../fonts/Inter18pt-Regular.woff2') format('woff2'),
                url('../fonts/Inter18pt-Regular.woff') format('woff');
            font-weight: normal;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: 'Inter';
            src: url('../fonts/Inter18pt-SemiBold.woff2') format('woff2'),
                url('../fonts/Inter18pt-SemiBold.woff') format('woff');
            font-weight: 600;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: 'Inter';
            src: url('../fonts/Inter18pt-Thin.woff2') format('woff2'),
                url('../fonts/Inter18pt-Thin.woff') format('woff');
            font-weight: 100;
            font-style: normal;
            font-display: swap;
        }




        /* webfonts end */

        :root {
            --primary-color: #4F7CFF;
            --secondary-color: #E5E5E7;
            --white: #fff;
            --black: #000;
            --border-color: #E8E8E8;
            --text-color: #6B6B6B;
            --heading-color: #111111;
            --border-color: #ebebed;
            --gray-color: #727272;
            --light-gray: #0000001a;
        }

        html {
            margin: 0;
        }

        body {
            font-family: 'Inter';
            overflow-x: hidden;
            color: var(--text-color);
            background-color: #F7F7F8;
        }

        main {
            position: relative;
        }

        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            margin: 0;
            white-space: normal;
            word-break: break-word;
            font-family: 'Inter';
            font-weight: 700;
            line-height: 1.1;
            color: var(--heading-color);
        }

        h1 {
            font-size: 80px;
        }

        h2 {
            font-size: 35px;
        }

        h3 {
            font-size: 22px;
        }

        h4 {
            font-size: 16px;
        }


        a,
        p,
        button,
        span {
            white-space: normal;
            word-break: break-word;
        }

        a {
            text-decoration: none !important;
            display: inline-block;
            color: var(--secondary-color);
        }

        a:hover {
            color: unset;
        }

        a:focus-visible {
            outline: transparent;
        }

        .page-link:focus {
            box-shadow: none;
        }

        .file>input[type='file'] {

            display: none;

        }

        p {
            font-size: 16px;
            margin: 0;
        }

        /* header {
    position: sticky;
    top: 0;
    z-index: 999;
} */

        ul {
            margin: 0;
            padding: 0;
            list-style-type: none;
        }


        button:focus {
            box-shadow: none !important;
            outline: transparent;
        }

        .btn-check:focus+.btn,
        .btn:focus {
            outline: 0;
            box-shadow: unset;
        }

        .form-control:focus,
        input {
            outline: 0;
        }

        .formfield {
            position: relative;
            width: 100%;
        }

        img {
            max-width: 100%;
        }

        .button {
            min-height: 54px;
            padding: 6px 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 16px;
            border: 1px solid transparent;
            font-size: 15px;
            min-width: 150px;
            font-weight: 500;
            line-height: 1.1;
            width: fit-content;
            transition: all 0.3s ease;
            cursor: pointer;


        }

        .primary-btn {
            background-color: var(--primary-color);
            color: var(--white);

            &:hover {
                opacity: 0.8;
            }

            &:disabled {
                background-color: #ddd;
                color: #6B6B6B;
            }
        }

        .white-btn {
            background-color: var(--white);
            border: 1px solid #0000001c;
            color: var(--heading-color);

            &:hover {
                background-color: #ddd;
            }
        }

        .full-btn {
            width: 100%;
            max-width: 100%;
        }

        .fw-1 {
            font-weight: 100;
        }

        .fw-2 {
            font-weight: 200;
        }

        .fw-3 {
            font-weight: 300;
        }

        .fw-4 {
            font-weight: 400;
        }

        .fw-5 {
            font-weight: 500;
        }

        .fw-6 {
            font-weight: 600;
        }

        .fw-7 {
            font-weight: 700;
        }

        .fw-8 {
            font-weight: 800;
        }

        .fw-9 {
            font-weight: 900;
        }

        .form-group {
            margin-bottom: 24px;
        }

        .formfield {
            position: relative;
        }

        label {
            font-size: 14px;
            color: var(--heading-color);
            margin-bottom: 8px;
            font-weight: 500;
            text-transform: capitalize;
            line-height: 1;

        }

        .form-control {
            border: 1px solid var(--light-gray);
            font-size: 14px;
            min-height: 48px;
            border-radius: 8px;
            font-weight: 500;
            background-color: var(--white);
            padding: 8px 12px;
            color: var(--black);
            box-shadow: 0px 1px 2px 0px #0000000D;

            &:focus {
                border-color: var(--primary-color);
                border-width: 2px;
                box-shadow: unset;
            }
        }

        #start_date,
        .flatpickr-input,
        .form-control[readonly],
        #start_time_display {
            cursor: pointer !important;
            background-color: var(--white) !important;
        }

        .form-icon {
            display: flex;
            position: absolute;
            right: 10px;
            top: 12px;
        }

        textarea.form-control {
            resize: none;
        }

        .underline {
            text-decoration: underline !important;
        }

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

        .flex-end {
            display: flex;
            justify-content: flex-end;
            align-items: center;
            gap: 10px;
        }

        ::-webkit-scrollbar {
            width: 2px;
        }

        /* Track */
        ::-webkit-scrollbar-track {
            box-shadow: inset 0 0 5px rgb(255, 255, 255);
            border-radius: 10px;
        }

        /* Handle */
        ::-webkit-scrollbar-thumb {
            background: var(--primary-color);
            border-radius: 10px;
        }

        /* Handle on hover */
        ::-webkit-scrollbar-thumb:hover {
            background: #5f2015;
        }

        .font-small {
            font-size: 14px;
        }

        .font-extra-small {
            font-size: 12px;
        }

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

        .container {
            padding-inline: 20px;
        }



        /* ==================== first screen css =========================== */

        .first-screen-sec {
            min-height: 100vh;
            background-color: #F7F7F8;

        }

        .first-screen-wrapper {
            height: 100%;
            min-height: 100vh;
        }

        .first-screen-box {
            width: 100%;
            max-width: 448px;
        }

        .first-screen-box h1 {
            font-size: 48px;
            margin-bottom: 8px;
            line-height: 72px;
        }

        .first-screen-box p {
            font-size: 20px;
            line-height: 30px;
            color: #6B7280;
        }

        .first-screen-box>.primary-btn {
            margin-top: 56px;
        }

        .or-divider hr {
            width: 100%;
        }

        .or-divider p {
            white-space: nowrap;
            padding: 0 30px;
            font-size: 13px;
        }

        .last-txt {
            font-size: 14px !important;
            margin-top: 32px;
        }

        /* ==================== Login css =========================== */

        .register-sec,
        .login-sec {
            min-height: 100vh;
            padding: 0 24px;
            padding-bottom: 20px;
            max-width: 1024px;
            margin: 0 auto;
        }

        .back-btn {
            width: 36px;
            height: 36px;
            border-radius: 10px;
            background-color: transparent;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            border: 0;

            &:hover {
                background-color: #ddd;
            }
        }

        .register-head,
        .login-head {
            padding: 32px 0 56px;
        }

        .register-head h2,
        .login-head h2 {
            margin: 24px 0 8px;
            font-size: 28px;
        }

        .register-head p,
        .login-head p {
            font-size: 15px;
            color: #6B6B6B;

        }

        .register-txt,
        .login-txt {
            margin-top: 26px;
        }

        .link:hover {
            color: var(--primary-color);
            text-decoration: underline !important;
        }

        /* ========================= shows css ============================== */

        .hedaer-content {
            max-width: 1024px;
            margin: 0 auto;
            width: 100%;
        }

        .hedaer-content h2 {
            font-size: 24px;
            line-height: 36px;
        }

        .footer-nav {
            max-width: 1064px;
            width: 100%;
            padding: 0 20px;
        }

        .hedaer-content p {
            font-size: 14px;
            line-height: 21px;
        }

        header {
            padding: 20px;
            background-color: #fff;
            min-height: 97px;
            display: flex;
            align-items: center;
        }

        footer {
            padding: 8px 20px calc(8px + env(safe-area-inset-bottom));
            background-color: #fff;
            display: flex;
            justify-content: center;
        }

        .footer-nav-link {
            background-color: transparent;
            border: 0;
            min-height: 60px;
            border-radius: 10px;
            padding: 8px 10px;
            min-width: auto;
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #6B6B6B;
            align-items: center;
            /* flex-direction: column; */
            gap: 10px;
            font-size: 16px;
            font-weight: 500;

            /* &:hover {
                background-color: #4f7bff2f;
                color: var(--primary-color)
            } */
        }

        .footer-nav-link.active {
            background-color: #4f7bff2f;
            color: var(--primary-color);
        }

        .main-sec {
            height: calc(100vh - 175px - env(safe-area-inset-bottom));
            height: calc(100dvh - 175px);
            padding: 24px 20px;
            overflow: auto;
        }

        .section-content {
            max-width: 1024px;
            margin: 0 auto;
        }

        .shows-heading {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 20px;
            margin-bottom: 24px;
        }

        .add-show-btn {
            min-width: 44px;
            min-height: 44px;
        }

        .shows-heading-left {
            font-size: 22px;
            line-height: 33px;
            margin-bottom: 4px;
        }

        .shows-heading-left h3 {
            font-size: 22px;
            line-height: 33px;
            margin-bottom: 4px;
        }

        .shows-heading-left p {
            line-height: 1;
            color: #6B6B6B;
        }

        .show-card {
            padding: 20px;
            background-color: var(--white);
            border-radius: 12px;
            box-shadow: 0px 1px 2px 0px #0000002e;
        }

        .card-head {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 20px;
            margin-bottom: 8px;
        }

        .card-head-right {
            display: flex;
            gap: 20px;
            align-items: center;
        }

        .card-next-btn {
            width: 20px;
            height: 20px;
            background: transparent;
            border: 0;
            cursor: pointer;
        }

        .card-head-right>p {
            position: relative;
            font-size: 12px;
            font-weight: 500;
            padding-left: 20px;
        }

        .card-head-right>p::after {
            content: "";
            width: 8px;
            height: 8px;
            background-color: gray;
            border-radius: 50px;
            position: absolute;
            left: 5px;
            top: 5px;
        }

        .card-head-right>p.draft-card::after {
            background-color: #F59E0B;
        }

        .card-head-right>p.onsale-card::after {
            background-color: #22c55e;
        }

        .card-head-right>p.sold-card::after {
            background-color: #ef4444;
        }

        .card-head h4 {
            font-size: 17px;
        }

        .card-date {
            display: flex;
            align-items: center;
            gap: 5px;
            margin-bottom: 4px;
        }

        .card-date span {
            display: flex;
        }

        .card-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 12px;
            margin-top: 16px;
        }

        .card-grid-box {
            padding: 12px;
            background-color: #F7F7F8;
            border-radius: 8px;

        }

        .gid-box-head {
            display: flex;
            align-items: center;
            gap: 4px;
            margin-bottom: 4px;
        }

        .card-grid-box strong {
            font-size: 18px;
            display: block;
            color: var(--heading-color);
            line-height: 27px;
            margin-bottom: 8px;
        }

        .progress {
            height: 6px;
        }

        .show-card+.show-card {
            margin-top: 16px;
        }

        .icon-box {
            width: 4rem;
            height: 4rem;
            background-color: var(--secondary-color);
            border-radius: 50px;
        }

        .no-shows-box .primary-btn {
            box-shadow: 0px 4px 6px -4px #000000;
        }

        .back-btn-header {
            display: flex;
            gap: 10px;
            align-items: center;
        }

        /* .hedaer-content:has(.back-btn-header){
    margin: 0;
} */

        .dollor-icon {
            position: absolute;
            left: 14px;
            top: 12px;
        }

        .formfield:has(.dollor-icon) .form-control {
            padding-left: 40px !important;
        }

        .service-fee-box h3 {
            font-size: 14px;
            margin-bottom: 16px;
            font-weight: 600;
        }

        .checkbox-field {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .checkbox-field label {
            margin-bottom: 0;
        }

        .checkbox-field input {
            width: 20px;
            height: 20px;
            accent-color: var(--primary-color);
            cursor: pointer;
        }

        .service-fee-box>p {
            font-size: 12px;
            margin-top: 8px;
        }

        .service-fee-box {
            margin: 64px 0;
        }

        .no-btn {
            border: 0;
            background: transparent;
        }

        .gray-color {
            color: var(--text-color);
        }

        /* FullCalendar styling tweaks to match the clean design */
        #calendar {
            max-width: 100%;
            margin: 0 auto;
            font-family: inherit;
        }

        .fc-theme-standard .fc-scrollgrid {
            border: none;
        }

        .fc-theme-standard td,
        .fc-theme-standard th {
            border: none;
            /* No borders for cells */
        }

        .fc-col-header-cell {
            padding: 10px 0 !important;
            color: #6B6B6B;
            font-weight: 500;
            font-size: 14px;
            text-transform: capitalize;
        }

        .fc-daygrid-day-number {
            color: #111;
            font-weight: 500;
            font-size: 14px;
            padding: 10px !important;
            width: 100%;
            text-align: center;
        }

        .fc .fc-toolbar-title {
            font-size: 1.25em;
            font-weight: 600;
        }

        .fc .fc-button-primary {
            background-color: transparent !important;
            border: none !important;
            color: #111 !important;
            box-shadow: none !important;
        }

        .fc .fc-button-primary:hover {
            color: #6B6B6B !important;
        }

        .fc-toolbar-chunk {
            display: flex;
            align-items: center;
        }

        .fc .fc-toolbar.fc-header-toolbar {
            margin-bottom: 2em;
            position: relative;
        }

        /* position arrows at extremes and title in center */
        .fc-header-toolbar {
            display: flex;
            justify-content: space-between;
        }

        .fc-toolbar-chunk:nth-child(2) {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
        }

        .fc .fc-event {
            cursor: pointer;
            background-color: #4F7CFF;
            border: none;
            border-radius: 4px;
            padding: 2px 4px;
            font-size: 12px;
        }

        .fc-daygrid-day-frame {
            min-height: 100px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .fc-daygrid-day {
            cursor: pointer;
            transition: background-color 0.2s ease;
        }

        .fc-daygrid-day:hover {
            background-color: #f9fafb;
        }

        .fc-daygrid-day.selected-date {
            background-color: #4F7CFF !important;
            border-radius: 8px;
        }

        .fc-daygrid-day.selected-date .fc-daygrid-day-number {
            color: #ffffff !important;
        }

        .followed-btn {
            background-color: #E5E7EB !important;
            color: #4B5563 !important;
            border-color: #E5E7EB !important;
        }

        .disable-event {
            pointer-events: none;
            cursor: not-allowed !important;
        }

        /* event image card css */
        .upload-card {
            border: 2px dashed #E5E7EB;
            border-radius: 12px;
            padding: 40px 20px;
            background-color: #fff;
            cursor: pointer;
            transition: all 0.2s ease;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            min-height: 200px;
        }

        .upload-card:hover {
            border-color: var(--primary-color);
            background-color: #f9fafb;
        }

        .upload-card.dragover {
            border-color: var(--primary-color);
            background-color: #eff6ff;
            transform: scale(1.02);
        }

        .upload-icon {
            width: 48px;
            height: 48px;
            background-color: #F3F4F6;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 16px;
            color: #6B7280;
            margin: 0 auto 16px;
        }

        .upload-card:hover .upload-icon {
            background-color: #EBF5FF;
            color: var(--primary-color);
        }

        .preview-container {
            position: relative;
            width: 100%;
        }

        .preview-image {
            width: 100%;
            max-height: 300px;
            object-fit: cover;
            border-radius: 12px;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
        }

        .btn-remove {
            background: none;
            border: none;
            color: #EF4444;
            font-weight: 500;
            padding: 8px 16px;
            cursor: pointer;
        }

        .btn-remove:hover {
            text-decoration: underline;
        }

        /* Navigation Glide Effect */
        .footer-nav {
            position: relative !important;
            display: flex;
            align-items: center;
        }

        .nav-indicator {
            position: absolute;
            background-color: #4f7bff2f;
            border-radius: 12px;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.1);
            z-index: 0;
            pointer-events: none;
            opacity: 0;
        }

        .footer-nav-link {
            position: relative;
            z-index: 1;
            transition: color 0.3s ease;
            background-color: transparent !important;
        }

        .footer-nav-link.active {
            color: var(--primary-color) !important;
            background-color: transparent !important;
        }

        .series-row {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 10px 0;
            transition: background-color 0.2s;
        }

        .series-row:hover {
            background-color: rgba(0, 0, 0, 0.02);
        }

        .series-col-date {
            flex: 0 0 110px;
            font-weight: 500;
            color: #111;
            font-size: 14px;
        }

        .series-col-status {
            flex: 0 0 100px;
            display: flex;
        }

        .series-col-count {
            flex: 0 0 80px;
            text-align: left;
            font-weight: 500;
            color: #6B6B6B;
            font-size: 14px;
        }

        .series-col-arrow {
            flex: 0 0 20px;
            display: flex;
            justify-content: flex-end;
        }

        .badge-pill {
            padding: 4px 12px;
            border-radius: 9999px;
            font-size: 11px;
            font-weight: 600;
            text-transform: capitalize;
            display: inline-block;
            white-space: nowrap;
        }

        .badge-draft {
            background-color: #FEF3C7;
            color: #D97706;
        }

        .badge-onsale {
            background-color: #DCFCE7;
            color: #166534;
        }

        .badge-sold {
            background-color: #FEE2E2;
            color: #991B1B;
        }

        /* Update main card statuses to also be pills if they aren't already */
        .card-head-right>p {
            /* padding-left: 0 !important; */
            margin-bottom: 0;
        }

        .card-head-right>p::after {
            display: none !important;
        }

        .card-head-right .status-badge {
            padding: 4px 12px;
            border-radius: 9999px;
            font-size: 12px;
            font-weight: 600;
        }

        /* Service Fee Styling */
        .service-fee-title {
            margin-bottom: 15px;
        }

        .service-fee-option {
            margin-bottom: 15px;
        }

        .service-fee-desc {
            margin-left: 28px;
            margin-top: -4px;
        }

        /* .service-fee-calc {
            font-weight: 600;
            color: #0d1d2a;
            margin-top: 20px;
        } */

.pac-container {
    z-index: 9999 !important;
}

/* Order Summary Card Styles */
.order-summary-card {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #F3F4F6;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    padding: 32px;
}

.order-summary-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}

.order-summary-item-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 24px;
}

.order-summary-subtotal-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.order-summary-fee-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.order-summary-total-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.order-summary-title {
    font-size: 18px;
    font-weight: 800;
    color: #111827;
}

.order-summary-count {
    font-size: 14px;
    font-weight: 400;
    color: #6B7280;
}

.order-summary-item-title {
    font-size: 16px;
    font-weight: 700;
    color: #111827;
}

.order-summary-item-desc {
    font-size: 14px;
    color: #6B7280;
    margin-top: 4px;
}

.order-summary-item-price {
    font-size: 15px;
    color: #111827;
    font-weight: 600;
}

.order-summary-label {
    font-size: 15px;
    color: #374151;
    font-weight: 500;
}

.order-summary-total-label {
    font-size: 20px;
    font-weight: 800;
    color: #111827;
}

.order-summary-total-price {
    font-size: 20px;
    font-weight: 800;
    color: #111827;
}

.order-summary-divider-solid {
    border-top: 1px solid #F3F4F6;
    margin: 24px 0;
}

.order-summary-divider-dashed {
    border-top: 1px dashed #E5E7EB;
    margin: 24px 0;
}

.order-summary-divider-dotted {
    border-top: 1px dotted #D1D5DB;
    margin: 24px 0;
}

.promo-code-toggle {
    color: #2563EB;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
}

.promo-code-input {
    padding: 12px 16px;
    font-size: 16px;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    max-width: 240px;
    box-shadow: none;
    outline: none;
    color: #111827;
    height: 48px;
}

.promo-code-input::placeholder {
    color: #9CA3AF;
    font-weight: 400;
}

.promo-code-apply-btn {
    background-color: #EFF6FF;
    color: #2563EB;
    border: none;
    font-size: 16px;
    font-weight: 500;
    border-radius: 8px;
    padding: 0 24px;
    height: 48px;
}

.promo-code-apply-btn:hover {
    background-color: #E0E7FF;
}

.promo-code-secure-text {
    font-size: 14px;
    color: #4B5563;
    margin-top: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.promo-code-secure-text svg {
    width: 16px;
    height: 16px;
}

.rotate-180 {
    transform: rotate(180deg) !important;
}

.chevron-icon {
    transition: transform 0.2s;
}

/* Attendance / urgency pills on ticket tier cards */
.attendance-pill {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 9999px;
    margin-top: 6px;
    line-height: 1.4;
    white-space: nowrap;
}

.attendance-pill svg {
    flex-shrink: 0;
}

.pill-attending {
    background-color: #EEF2FF;
    color: #4F6EF7;
}

.pill-popular {
    background-color: #EEF2FF;
    color: #4F6EF7;
}

.pill-selling-fast {
    background-color: #FFF4E5;
    color: #B45309;
}

.pill-sold-out {
    background-color: #FEEBEB;
    color: #B91C1C; 
}
.modal .form-control {
    border: 1px solid #00000024 !important;
}
.ticket-detail-card > p {
    margin-bottom: 10px;
}
#venue-suggestions{
        max-width: 415px;
}