body {
    font-family: "Poppins" !important;
}
.btn-custom {
    font-size: 14px !important;
    font-weight: 500 !important;
    padding: 5px 10px !important;
    line-height: 1.571429;
}

.my-tickets-section {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 10px;
}

.my-ticket-tab li {
    background: #818284;
}

.my-ticket-tab li {
    background: #818284;
    margin-right: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
}
.my-ticket-tab .nav-link {
    padding: 12px 12px;
    color: #fff;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background: #25b36c;
    color: #fff;
}

.closed-black {
    color: black;
    font-size: 16px;
    font-weight: bold;
}

.closed-red {
    color: red;
    font-size: 16px;
    font-weight: bold;
}

.closed-blue {
    color: #2960c4;
    font-size: 16px;
    font-weight: bold;
}
.closed-green-search {
    color: #25b36c;
    font-size: 16px;
    font-weight: bold;
}
.closed-green-search:hover {
    color: #25b36c;
    font-size: 16px;
    font-weight: bold;
}

.filter-div {
    font-size: 16px;
    padding-right: 0;
}

.mt-20 {
    margin-top: 20px;
}
.mb-20 {
    margin-bottom: 20px;
}
.table-info,
.table-info > td,
.table-info > th {
    background: #e3e3e3 !important;
}
.table-info tbody + tbody,
.table-info td,
.table-info th,
.table-info thead th {
    border-color: #e3e3e3;
}
.box-shadow {
    box-shadow: 2px 3px 8px #d9d9d9;
}
.mb-10 {
    margin-bottom: 10px;
}

/* Coupon Styling */

#coupon_success {
    position: fixed;
    top: 30%;
    right: 20px;
    z-index: 9999;
}

.coupon-card {
    background: #fff;
    border: 2px dashed #28a745;
    border-radius: 12px;
    padding: 24px 20px;
    width: 300px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    font-family: "Segoe UI", sans-serif;
    position: relative;
    animation: slideInRight 0.4s ease-out;
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.coupon-card h4 {
    text-align: center;
    color: #28a745;
    margin-bottom: 20px;
    font-weight: 600;
}

.coupon-detail div {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    font-size: 15px;
    color: #333;
}

.coupon-detail span {
    color: #555;
}

.final-price {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 600;
    color: #1c7c34;
    margin-top: 10px;
}

.ribbon {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #28a745;
    color: #fff;
    padding: 4px 16px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

/* X Button Styling */
.social-link--colored.social-link--x {
    border-color: var(--color-x, #000);
    background: var(--color-x, #000);
    color: #fff !important;
}
.login .social-link--colored.social-link--x i {
    color: #fff;
}
.login .social-link--x {
    border-color: var(--color-x, #000);
    color: var(--color-x, #000);
}

.login .social-link--x:hover {
    border-color: var(--color-x, #000);
    background: var(--color-x, #000);
    color: #fff !important;
}

.header-buttons > .btn--secondary {
    font: 700 1.125rem/3rem Montserrat, sans-serif !important;
    background-color: #ac2201 !important;
    border: #ac2201 !important;
}
.promo > .btn--xs {
    line-height: 2.35rem !important;
    font-size: 0.8875rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.0225rem !important;
    height: 32px !important;
    padding-left: 0.9375rem !important;
    padding-right: 0.9375rem !important;
}

.modal-backdrop {
    background: #000 !important;
    opacity: 0.6 !important;
}

.menu__icon img {
    width: 15px;
    height: 15px;
}

.menu__icon svg {
    width: 15px;
    height: 15px;
}

.login-group-item h4 {
    display: flex;
    align-items: center;
    gap: 6px;
}

.login-group-item h4 .icon {
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.125rem;
    position: relative;
    display: inline-flex;
    align-items: center;
}

.svg-icon {
    width: 15px;
    height: 15px;
    display: block;
}
