.bg-red {
    background-color: var(--very-light-gray) !important;
}

.countdown-style-01 .counter-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.countdown-style-01 .counter-container .countdown-box {
    width: 60px;
    min-height: 60px;
    padding: 5px;
    margin: 0 5px;
}

.countdown-style-01 .counter-container .countdown-box .number {
    font-size: 22px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    letter-spacing: 0px;
}

.countdown-style-01 .counter-container .countdown-box span {
    font-size: 10px;
    line-height: 0px;
    color: black;
    text-transform: lowercase;
}

footer .footer-logo img {
    max-height: 80px !important;
}

.section-header {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 40px 0;
    background-color: transparent;
}

.line {
    flex-grow: 1;
    height: 2px;
    background-color: #A52A2A;
    margin: 0 15px;
}

.news-badge {
    background-color: #A52A2A;
    color: #FFFFFF;
    padding: 10px 25px;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 1.2em;
    text-transform: uppercase;
    clip-path: polygon(10% 0%, 90% 0%, 100% 50%, 90% 100%, 10% 100%, 0% 50%);
}

.counter-container {
    justify-content: center !important;
}

.hidden-radio {
    display: none;
}

.radio-button-label {
    display: inline-block;
    padding: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #f0f0f0;
    color: #333;
    text-align: center;
    transition: all 0.3s ease;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    width: 100%;
}

.radio-button-label:first-of-type {
    margin-right: 10px;
}


.radio-button-label:hover {
    background-color: #e0e0e0;
    border-color: #999;
}

.hidden-radio:checked+.radio-button-label {
    background-color: green;
    color: #fff;
    border-color: green;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.radio-button-group {
    display: flex;
}


/* .coupon-card {
    background-color: #f8f8f8;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    font-family: Arial, sans-serif;
    max-width: 450px;
    margin: 20px auto;
}

.coupon-item {
    display: flex;
    align-items: center;
    padding: 15px 0;
}

.coupon-icon {
    flex-shrink: 0;
    margin-right: 15px;
}

.coupon-icon img {
    filter: invert(19%) sepia(80%) saturate(692%) hue-rotate(337deg) brightness(98%) contrast(92%);
}

.coupon-details {
    flex-grow: 1;
}

.coupon-offer {
    font-size: 1.1em;
    color: #333;
    margin-bottom: 5px;
    font-weight: 600;
}

.coupon-description {
    font-size: 0.9em;
    color: #666;
    margin-bottom: 5px;
}

.coupon-code {
    font-size: 0.9em;
    color: #777;
    font-weight: 500;
    margin-bottom: 0;
}
*/

/* .coupon-item-display.active-coupon-applied {
    background-color: #d4edda;
    border-color: #28a745;
    box-shadow: 0 0 5px rgba(40, 167, 69, 0.5);
} */

.coupon-item-display.active-coupon-applied.coupon::before {
    background-image: radial-gradient(circle at 0 50%,
            transparent 25px,
            #d4edda 26px);
}

.coupon-item-display.active-coupon-applied.coupon::after {
    background-image: radial-gradient(circle at 100% 50%,
            transparent 25px,
            #d4edda 26px);

}

.coupon-item-display.inactive-coupon {
    background-color: #e9ecef;
    border-color: #ced4da;
    opacity: 0.7;
    cursor: not-allowed;
}

.coupon-item-display.inactive-coupon .fa-tag {
    color: #6c757d !important;
}

.coupon-item-display.inactive-coupon .btn.btn-secondary {
    cursor: not-allowed;
    pointer-events: none;
}



.coupon {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    margin: auto;
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.5));
    display: flex;
    align-items: stretch;
    position: relative;
    text-transform: uppercase;
}

.coupon::before,
.coupon::after {
    content: "";
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
}

.coupon::before {
    left: 0;
    background-image: radial-gradient(circle at 0 50%,
            transparent 25px,
            gold 26px);
}

.coupon::after {
    right: 0;
    background-image: radial-gradient(circle at 100% 50%,
            transparent 25px,
            gold 26px);
}

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

.left {
    width: 20%;
    border-right: 1px dotted var(--medium-gray);
}

.left div {
    transform: rotate(-90deg);
    white-space: nowrap;
    font-weight: bold;
}

.center {
    flex-grow: 1;
    text-align: center;
    width: 50%;
    border-right: 1px dotted var(--medium-gray);

}

.right {
    width: 30%;
    background-image: radial-gradient(circle at 100% 50%,
            transparent 25px,
            #fff 26px);
    justify-content: flex-start !important;
    padding: 0px 10px
}

.right div {
    font-family: "Libre Barcode 128 Text", cursive;
    font-size: 2.5rem;
    font-weight: 400;
    transform: rotate(-90deg);
}


@media screen and (max-width:500px) {
    .coupon {
        display: grid;
        grid-template-columns: 1fr;
    }

    .left div {
        transform: rotate(0deg);
    }

    .right div {
        transform: rotate(0deg);

    }
}

.btn-link-style {
    background-color: transparent !important;
    border: none !important;
    color: var(--bs-link-color, #0d6efd) !important;
    padding: 0 !important;
    text-decoration: underline;
    box-shadow: none !important;
    cursor: pointer;
}

.btn-link-style:hover {
    color: var(--bs-link-hover-color, #0a58ca) !important;
    text-decoration: underline;
}

.btn-link-style:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

.person-form-section {
    border-left: 5px solid #d32f2f !important;
    padding: 10px !important;
    background-color: #fffaf0 !important;
    margin-bottom: 2rem !important;
    border-radius: 10px !important;
    box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.05) !important;
}

/* .footer-dark a:hover,
.footer-light a:hover,
.footer-navbar li a:hover {
    color: black !important;
} */

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--base-color) !important;
}

.breadcrumb-item.active {
    color: var(--base-color) !important;
}

.scan-code {
    background-color: #e6e3e3;
    margin: 0px 20px 0px;
    border-radius: 99px;
    border: 1px dotted gray;
}

.ticket-content-dimmed {
    opacity: 0.6;
    filter: grayscale(80%);
    pointer-events: none;
}

.event-finished-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    overflow: hidden;
}

.event-finished-tag {
    position: relative;
    z-index: 11;
    background-color: #d9534f;
    color: white;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transform: rotate(-5deg);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    border: 2px solid rgba(255, 255, 255, 0.8);
}


#snackbar-container {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1050;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    width: 80%;
    pointer-events: none;
}

.snackbar-message {
    background-color: #333;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    font-weight: 600;
    opacity: 0;
    transform: translateY(100%);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
    pointer-events: auto;
    min-width: 250px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 20px !important;
}

.snackbar-message.show {
    opacity: 1;
    transform: translateY(0);
}

.snackbar-message.success {
    background-color: #28a745;
}

.snackbar-message.error {
    background-color: #dc3545;
}

.snackbar-message i {
    margin-right: 8px;
}

table {
    --bs-table-border-color: var(--very-light-gray) !important;
}

@media (max-width: 992px) {

    .table-container {
        width: 100%;
        overflow-x: auto;
    }

    .table-scroll {
        display: block;
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
    }

    .table {
        min-width: 100px;
        width: 100%;
        border-collapse: collapse;
    }

    .table-scroll::-webkit-scrollbar {
        height: 8px;
    }

    .table-scroll::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .table-scroll::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 4px;
    }

    .table-scroll::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
}

.tab-style-08 ul .nav-item .nav-link {
    padding: 10px !important;
}

.tab-style-08 ul .nav-item .nav-link.active,
.tab-style-08 ul .nav-item .nav-link.show,
.tab-style-08 ul .nav-item .nav-link:hover {
    color: var(--base-color) !important;
    background-color: var(--very-light-gray) !important;
}

form {
    margin-bottom: 0px !important;
}

.list-style-04 li {
    margin: 0px !important;
    list-style: disc;
}

.countdown-style-01 {
    text-align: left !important;
    justify-content: left !important;
    display: flex;
}

.btn-instagram {
    background: #E4405F;
    color: #fff;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 30px;
    text-decoration: none;
    transition: background 0.3s;
}

.btn-instagram:hover {
    background: #d32a4e;
    color: #fff;
}

@media only screen and (max-width: 600px) {
    .left {
        width: 100% !important;
        border-right: none !important;
    }

    .center {
        width: 100% !important;
        border-right: none !important;
    }

    .right {
        width: 100% !important;
        padding: 0px !important;
        justify-content: center !important;
        background: transparent !important;
    }

}