
.container {
  padding: 2em;
}

/* body {
  overflow: hidden;
  height: 115vh;
} */
.v-input__slot {
  margin-bottom: 0px;
}
.v-text-field {
  border-radius: 6px;
}

/* .v-text-field.v-text-field--enclosed .v-text-field__details {
  margin-top: -6px;
} */
.v-btn {
  border-radius: 6px;
}
.card-errors {
  color: #003876;
}
.mt1 {
  margin-top: 10px;
}
.v-messages__message {
  margin-top: 12px;
}
.disable-events {
  pointer-events: none;
  opacity: 0.5;
}
.center-img {
  display: flex;
  justify-content: center;
}
.help-text {
  display: flex;
  margin: 30px 16px 0 0;
}
.m-l-16 {
  margin-left: 16px;
}
.p-0 {
  padding: 0;
}
.m-1 {
  margin: 1em 0em 1em 0;
}
.logo {
  width: 200px !important;
}


.mb1[data-v-52f606e4] {
  margin-bottom: 1em;
}
.search-btn[data-v-52f606e4] {
  display: flex;
  justify-content: flex-end;
}


.float-right[data-v-50d389f3] {
    display: flex;
    justify-content: flex-end;
}
.promo-table[data-v-50d389f3] {
    margin-top: 80px;
    margin-bottom: 20px;
}

/* Hero Banner Styles */
.hero-banner[data-v-50d389f3] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 16px !important;
    margin-bottom: 2rem;
    box-shadow: 0 8px 32px rgba(102, 126, 234, 0.3);
}
.hero-content[data-v-50d389f3] {
    color: white;
}
.hero-title[data-v-50d389f3] {
    font-size: 2.2rem !important;
    font-weight: 700 !important;
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.hero-subtitle[data-v-50d389f3] {
    font-size: 1.5rem !important;
    font-weight: 500 !important;
    color: rgba(255, 255, 255, 0.95);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.urgency-banner[data-v-50d389f3] {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 25px;
    padding: 12px 20px;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: inline-block;
}
.urgency-text[data-v-50d389f3] {
    font-size: 1.1rem;
    font-weight: 500;
    color: #FFE082;
}
.hero-cta-btn[data-v-50d389f3] {
    font-size: 1.2rem !important;
    font-weight: 600 !important;
    border-radius: 50px !important;
    text-transform: none !important;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    background: linear-gradient(45deg, #4CAF50, #45A049) !important;
}
.hero-cta-btn[data-v-50d389f3]:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(76, 175, 80, 0.4);
}

/* Offer Extended Banner Styles */
.offer-extended-container[data-v-50d389f3] {
    text-align: center;
}
.offer-extended-banner[data-v-50d389f3] {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    background: linear-gradient(135deg, #FF1744 0%, #FF5252 50%, #FF1744 100%);
    background-size: 200% 200%;
    border-radius: 50px;
    padding: 18px 36px;
    box-shadow: 0 10px 30px rgba(255, 23, 68, 0.6);
    border: 3px solid rgba(255, 255, 255, 0.7);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    animation: gradient-shift-50d389f3 3s ease infinite,pulse-glow-50d389f3 2s ease-in-out infinite;
    position: relative;
    overflow: hidden;
}
.offer-extended-banner[data-v-50d389f3]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    animation: shine-50d389f3 2.5s infinite;
}
.offer-icon[data-v-50d389f3] {
    font-size: 2rem;
    display: inline-block;
    animation: rotate-star-50d389f3 3s ease-in-out infinite;
    filter: drop-shadow(0 2px 8px rgba(255, 215, 0, 1));
}
.offer-extended-text[data-v-50d389f3] {
    font-size: 1.5rem;
    font-weight: 800;
    color: white;
    text-shadow: 0 3px 10px rgba(0, 0, 0, 0.6), 0 0 25px rgba(255, 215, 0, 0.4);
    letter-spacing: 0.5px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}
@keyframes gradient-shift-50d389f3 {
0%, 100% {
        background-position: 0% 50%;
}
50% {
        background-position: 100% 50%;
}
}
@keyframes pulse-glow-50d389f3 {
0%, 100% {
        box-shadow: 0 10px 30px rgba(255, 23, 68, 0.6);
        transform: scale(1);
}
50% {
        box-shadow: 0 15px 50px rgba(255, 23, 68, 0.9), 0 0 40px rgba(255, 82, 82, 0.7);
        transform: scale(1.03);
}
}
@keyframes rotate-star-50d389f3 {
0%, 100% {
        transform: rotate(0deg) scale(1);
}
25% {
        transform: rotate(-15deg) scale(1.1);
}
75% {
        transform: rotate(15deg) scale(1.1);
}
}
@keyframes shine-50d389f3 {
0% {
        left: -100%;
}
100% {
        left: 100%;
}
}

/* Payment Button Container */
.payment-button-container[data-v-50d389f3] {
    display: flex;
    justify-content: flex-end;
    margin-top: 2rem;
    margin-bottom: 2rem;
    clear: both;
}
.payment-btn[data-v-50d389f3] {
    min-width: 200px !important;
}

/* Benefits Section Styles */
.benefits-section[data-v-50d389f3] {
    margin: 3rem 0;
    padding: 0 1rem;
    clear: both;
    width: 100%;
}
.benefits-card[data-v-50d389f3] {
    border-radius: 16px !important;
    background: linear-gradient(145deg, #f8f9fa, #e9ecef);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    max-width: 100%;
}
.benefits-main-title[data-v-50d389f3] {
    font-size: 2rem !important;
    font-weight: 700 !important;
    color: #2c3e50;
    text-align: center;
    background: linear-gradient(45deg, #667eea, #764ba2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.benefit-item[data-v-50d389f3] {
    padding: 1.5rem;
    border-radius: 12px;
    background: white;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    margin-bottom: 1rem;
}
.benefit-item[data-v-50d389f3]:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}
.benefit-icon[data-v-50d389f3] {
    font-size: 3rem;
    line-height: 1;
}
.benefit-title[data-v-50d389f3] {
    font-size: 1.3rem !important;
    font-weight: 600 !important;
    color: #2c3e50;
    margin-bottom: 0.5rem;
}
.benefit-description[data-v-50d389f3] {
    font-size: 1rem;
    color: #6c757d;
    line-height: 1.5;
    margin: 0;
}
.benefits-row[data-v-50d389f3] {
    align-items: stretch;
}

/* Expiration Notice Styles */
.expiration-notice[data-v-50d389f3] {
    background: linear-gradient(135deg, #ff6b6b, #ee5a52);
    color: white;
    padding: 2rem;
    border-radius: 12px;
    margin-top: 1rem;
}
.expiration-title[data-v-50d389f3] {
    font-size: 1.5rem !important;
    font-weight: 600 !important;
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.expiration-description[data-v-50d389f3] {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.95);
    margin: 0;
    line-height: 1.5;
}

/* Mobile Responsive */
@media (max-width: 960px) {
.hero-title[data-v-50d389f3] {
        font-size: 1.8rem !important;
}
.hero-subtitle[data-v-50d389f3] {
        font-size: 1.2rem !important;
}
.urgency-text[data-v-50d389f3] {
        font-size: 1rem;
}
.urgency-banner[data-v-50d389f3] {
        padding: 10px 15px;
}
.benefits-main-title[data-v-50d389f3] {
        font-size: 1.6rem !important;
}
.benefit-item[data-v-50d389f3] {
        padding: 1rem;
        margin-bottom: 1rem;
}
.benefit-icon[data-v-50d389f3] {
        font-size: 2.5rem;
}
.benefit-title[data-v-50d389f3] {
        font-size: 1.1rem !important;
}
.benefit-description[data-v-50d389f3] {
        font-size: 0.9rem;
}
.hero-cta-btn[data-v-50d389f3] {
        font-size: 1.1rem !important;
        padding: 12px 24px !important;
}
.payment-button-container[data-v-50d389f3] {
        justify-content: center;
        margin: 1.5rem 0;
}
.payment-btn[data-v-50d389f3] {
        min-width: 160px !important;
        width: 100%;
        max-width: 300px;
}
.benefits-section[data-v-50d389f3] {
        margin: 2rem 0;
        padding: 0 0.5rem;
}
.offer-extended-banner[data-v-50d389f3] {
        gap: 12px;
        padding: 14px 28px;
}
.offer-icon[data-v-50d389f3] {
        font-size: 1.6rem;
}
.offer-extended-text[data-v-50d389f3] {
        font-size: 1.15rem;
}
.expiration-notice[data-v-50d389f3] {
        padding: 1.5rem;
}
.expiration-title[data-v-50d389f3] {
        font-size: 1.2rem !important;
}
.expiration-description[data-v-50d389f3] {
        font-size: 1rem;
}
}
@media (max-width: 600px) {
.hero-title[data-v-50d389f3] {
        font-size: 1.5rem !important;
}
.hero-subtitle[data-v-50d389f3] {
        font-size: 1rem !important;
}
.hero-cta-btn[data-v-50d389f3] {
        font-size: 1rem !important;
        padding: 10px 20px !important;
}
.benefits-main-title[data-v-50d389f3] {
        font-size: 1.4rem !important;
}
.benefit-item[data-v-50d389f3] {
        padding: 0.8rem;
}
.benefit-icon[data-v-50d389f3] {
        font-size: 2rem;
}
.benefit-title[data-v-50d389f3] {
        font-size: 1rem !important;
}
.expiration-title[data-v-50d389f3] {
        font-size: 1.1rem !important;
}
.expiration-description[data-v-50d389f3] {
        font-size: 0.9rem;
}
.offer-extended-banner[data-v-50d389f3] {
        gap: 10px;
        padding: 12px 24px;
}
.offer-icon[data-v-50d389f3] {
        font-size: 1.4rem;
}
.offer-extended-text[data-v-50d389f3] {
        font-size: 0.95rem;
}
}

/* Savings Message Styles */
.savings-message[data-v-50d389f3] {
    background: linear-gradient(135deg, #e8f5e8 0%, #d4f1d4 100%) !important;
    border: 2px solid #4CAF50;
    padding: 20px !important;
}
.savings-text[data-v-50d389f3] {
    text-align: center;
}
.original-amount[data-v-50d389f3] {
    font-size: 1.6rem;
    color: #ed7d31;
    margin-bottom: 8px;
    font-weight: 500;
}
.savings-highlight[data-v-50d389f3] {
    font-size: 1.4rem;
    color: red;
    font-weight: 700;
    margin: 12px 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.discount-note[data-v-50d389f3] {
    font-size: 1.2rem;
    color: #ed7d31;
    margin-top: 8px;
    line-height: 1.4;
}

/* Dark mode adjustments */
.theme--dark .benefits-card[data-v-50d389f3] {
    background: linear-gradient(145deg, #424242, #616161) !important;
}
.theme--dark .benefit-item[data-v-50d389f3] {
    background: #515151 !important;
    color: white;
}
.theme--dark .benefit-title[data-v-50d389f3] {
    color: #e0e0e0 !important;
}
.theme--dark .benefit-description[data-v-50d389f3] {
    color: #bdbdbd !important;
}
.theme--dark .savings-message[data-v-50d389f3] {
    background: linear-gradient(135deg, #2d4a2d 0%, #1e3a1e 100%) !important;
    border: 2px solid #4CAF50;
}
.theme--dark .original-amount[data-v-50d389f3] {
    color: #e8f5e8 !important;
}
.theme--dark .savings-highlight[data-v-50d389f3] {
    color: #66bb6a !important;
}
.theme--dark .discount-note[data-v-50d389f3] {
    color: #bdbdbd !important;
}

/* Countdown Timer Styles */
.countdown-container[data-v-50d389f3] {
    text-align: center;
}
.countdown-title[data-v-50d389f3] {
    font-size: 1.2rem;
    font-weight: 600;
    color: #FFE082;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.countdown-timer[data-v-50d389f3] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    padding: 12px 16px;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    max-width: 420px;
    margin: 0 auto;
}
.countdown-item[data-v-50d389f3] {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 45px;
}
.countdown-number[data-v-50d389f3] {
    font-size: 1.8rem;
    font-weight: 800;
    color: white;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
    line-height: 1;
}
.countdown-label[data-v-50d389f3] {
    font-size: 0.75rem;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-top: 3px;
}
.countdown-separator[data-v-50d389f3] {
    font-size: 1.3rem;
    font-weight: 700;
    color: white;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
    margin: 0 3px;
}


.congratulations[data-v-a84a436c] {
    color: #183B34;
    align-items: center;
    text-align: center;
}
.coupon-link[data-v-a84a436c] {
    color: #183B34;
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
}
.subtitle[data-v-a84a436c] {
    background-color: #f8f8f8;
}


.float-right[data-v-51e3e684] {
    display: flex;
    justify-content: flex-end;
}
.promo-table[data-v-51e3e684] {
    margin-top: 80px;
    margin-bottom: 20px;
}
[data-v-51e3e684] .v-messages__message {
    margin-top: 0px !important;
    margin-bottom: 12px !important;
}


/* Header styling */
.gradient-header[data-v-2a725924] {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%) !important;
    color: white !important;
}
.header-card[data-v-2a725924] {
    border: none;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(44, 62, 80, 0.15);
}

/* Payment card styling */
.invoice-header[data-v-2a725924] {
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%) !important;
    color: white !important;
}
.payment-card[data-v-2a725924] {
    border: 1px solid #e8f4f8;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(52, 152, 219, 0.1);
}

/* Form card styling */
.form-header[data-v-2a725924] {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%) !important;
    color: white !important;
}
.form-card[data-v-2a725924] {
    border: 1px solid #fdf2f2;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(231, 76, 60, 0.1);
}

/* Button styling */
.payment-btn[data-v-2a725924] {
    min-width: 220px;
    font-weight: 600;
    text-transform: none;
    border-radius: 6px;
    font-size: 16px;
}
.gradient-button[data-v-2a725924] {
    background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%) !important;
    box-shadow: 0 3px 10px rgba(39, 174, 96, 0.3);
    color: white !important;
}
.gradient-button[data-v-2a725924]:hover {
    background: linear-gradient(135deg, #229954 0%, #27ae60 100%) !important;
    box-shadow: 0 4px 15px rgba(39, 174, 96, 0.4);
    transform: translateY(-2px);
}

/* Status chips */
.paid-chip[data-v-2a725924] {
    font-weight: 600;
    border-radius: 12px;
    background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%) !important;
}
.pending-chip[data-v-2a725924] {
    font-weight: 600;
    border-radius: 12px;
    background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%) !important;
}

/* Payment amount row styling */
.payment-amount-row[data-v-2a725924] {
    background: linear-gradient(135deg, #ecf0f1 0%, #d5dbdb 100%);
    border-top: 3px solid #3498db;
}
.payment-amount-row td[data-v-2a725924] {
    padding: 20px 16px !important;
}

/* Color adjustments */
.text-green[data-v-2a725924] {
    color: #27ae60 !important;
}

/* Enhanced table styling */
.v-simple-table[data-v-2a725924] {
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #bdc3c7;
}
.v-simple-table thead th[data-v-2a725924] {
    background: linear-gradient(135deg, #ecf0f1 0%, #d5dbdb 100%);
    font-weight: 600;
    color: #2c3e50;
    border-bottom: 2px solid #bdc3c7;
}
.v-simple-table tbody tr[data-v-2a725924]:nth-child(even) {
    background-color: #f8f9fa;
}
.v-simple-table tbody tr[data-v-2a725924]:hover {
    background: linear-gradient(135deg, #e8f6f3 0%, #d5f4e6 100%);
    transition: all 0.2s ease;
}

/* Card title enhancements */
.v-card__title[data-v-2a725924] {
    padding: 20px 24px;
    font-size: 1.3rem;
    font-weight: 600;
}
.v-subheader[data-v-2a725924] {
    height: auto;
    padding: 12px 0;
    font-size: 16px;
    color: #37474f;
    font-weight: 500;
}

/* Alert styling */
.v-alert.v-alert--prominent[data-v-2a725924] {
    border-left: 4px solid currentColor;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Loading section */
.center-img[data-v-2a725924] {
    text-align: center;
    margin: 40px 0;
}
.center-img .v-progress-circular[data-v-2a725924] {
    margin: 20px auto;
}

/* Responsive design */
@media (max-width: 768px) {
.payment-btn[data-v-2a725924] {
        width: 100%;
        min-width: auto;
        border-radius: 12px;
}
.display-1[data-v-2a725924] {
        font-size: 1.5rem !important;
}
.v-card__title[data-v-2a725924] {
        font-size: 1.1rem;
        padding: 16px 20px;
}
.header-card[data-v-2a725924],
    .payment-card[data-v-2a725924],
    .form-card[data-v-2a725924] {
        border-radius: 8px;
}
}

/* Smooth transitions and animations */
.v-card[data-v-2a725924] {
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.v-card[data-v-2a725924]:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}
.v-btn[data-v-2a725924] {
    transition: all 0.3s ease;
}

/* Icon colors for better contrast */
.v-simple-table .v-icon[data-v-2a725924] {
    margin-right: 8px;
}

/* Container spacing */
.v-container[data-v-2a725924] {
    max-width: 1000px;
}

/* Text field improvements */
.v-text-field.v-text-field--outlined[data-v-2a725924] {
    border-radius: 8px;
}

/* Success alert styling */
.v-alert.v-alert--type-success[data-v-2a725924] {
    background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%) !important;
    border: 1px solid #b8dabd;
}

/* Enhanced payment details */
.v-simple-table td[data-v-2a725924] {
    font-weight: 500;
    color: #2c3e50;
}
.v-simple-table td[data-v-2a725924]:first-child {
    color: #495057;
    font-weight: 600;
}

