:root {
    --main-background-color: var(--gray-body-bg) !important;
}

.custom-card {
    background: white;
    padding: 1.3rem !important;
    border-radius: 8px;
}

.dropdown button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
}

.card-ticket {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.ticket-detail {
    width: 80%;
}

.price {
    font-weight: bold;
    color: var(--primary);
}

.zone-seat-section .mdi::before {
    font-size: 16px;
}

.dropdown .mdi::before {
    color: var(--primary);
}

.btn-buy-ticket {
    width: 95px;
    padding: 10px;
}

#result-list-ticket hr:last-of-type {
    display: none;
}

.container-left.logout img {
    width: 100%;
}

.card-ticket .img-ticket {
    min-width: 56px;
}

.custom-card.login {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    min-height: 85px;
}

.list-ticket hr:last-of-type {
    display: none;
}

#my-ticket {
    overflow: hidden;
    max-height: 400px;
}

.list-ticket {
    overflow: auto;
    padding-bottom: 60px;
}

    .list-ticket::-webkit-scrollbar {
        display: none;
    }

.fs-7 {
    font-size: 12px;
}

.list-order {
    min-height: 60vh;
}

.resale-container:hover {
    color: var(--primary);
}

    .resale-container:hover .text-black-50 {
        color: var(--primary) !important;
    }

.user-account:hover {
    color: var(--primary);
}

.container-left img {
    box-shadow: 0 3px 6px 0 #00000029;
    border-radius: 8px;
}

.img-store img {
    box-shadow: none;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: var(--primary) !important;
}

.order-countdown-footer {
    position: fixed;
    top: 65px;
    left: 0;
    width: 100%;
    background: var(--white);
    z-index: 51;
    padding: 10px 0;
    transition: transform .3s ease-in-out;
    will-change: transform;
}

.order-countdown {
    display: flex;
    align-items: center;
    justify-content: center;
}

.order-countdown-footer .btn-continue, .order-countdown-footer .btn-cancel {
    width: 120px;
}

.order-countdown .timer {
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
}

@media (max-width: 992px) {
    .container-btn-buy-ticket {
        display: flex;
        flex-direction: column;
        gap: 5px;
        align-items: center;
        height: 100%;
    }

    #my-ticket {
        max-height: 250px;
    }

    .list-ticket {
        padding-bottom: 60px;
    }

}
@media (min-width: 992px) {
    .order-countdown-footer.down {
        top: 95px;
    }
}
@media (max-width: 992px) {
    .order-countdown-footer.up {
        transform: translateY(-65px);
    }
}
