.mh50 {
    min-height: 50vh;
}

.mh70 {
    min-height: 70vh;
}

.fs-10 {
    font-size: 10px;
}

.modal-bundling {
    width: 400px;
}

.close {
    outline: none !important;
}

.close-modal-bundling {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    font-size: 28px;
    background-color: #dc3545 !important;
    color: #ffffff !important;
    padding: 2px 8px !important;
    border-radius: 99px !important;
    opacity: 1 !important;
}

.scroll-modal {
    height: 150px;
    overflow-y: scroll;
}

.scroll-modal2 {
    height: 250px;
    overflow-y: scroll;
}

.bundling_duration {
    background-color: #F0FAFF;
    border: 1px solid #BBE8FC;
    color: #095C83;
    border-radius: 4px;
}

.voucher-ticket {
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #E5E7EB;
    background-color: #FAFAFA;
    align-items: stretch;
}

.ticket-left {
    background-color: #0078BA;
    color: white;
    padding: 20px;
    width: 72%;
    position: relative;
    border-left: 7px solid #095C83;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ticket-left::before,
.ticket-left::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: #FAFAFA;
    border-radius: 50%;
}

.ticket-left::before {
    top: -10px;
    left: 15px;
}

.ticket-left::after {
    bottom: -10px;
    left: 15px;
}

.ticket-right {
    background-color: #FAFAFA;
    padding: 20px 10px;
    width: 28%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ticket-divider {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-color: #FAFAFA;
}

.segitiga {
    width: 0;
    height: 0;
    border-left: 5px solid #0078ba; /* Runcing ke kanan */
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

.ticket-title {
    font-size: 16px;
    margin: 0 0 10px 0;
}

.ticket-subtitle {
    font-size: 12px;
    margin: 0;
}

.btn {
    border-radius: 10px !important;
}

.btn-backcheck {
    background-color: #bfe0ee !important;
    color: #057EB3 !important;
}

.btn-paid {
    background-color: #dfffea;
    color: #16A34A;
}

.btn-cancel {
    background-color: #ffd5d5;
    color: #DC2626;
}

.btn-pending {
    background-color: #f8e0c5;
    color: #f5870a;
}

.br8 {
    border-radius: 8px !important;
}

.br10 {
    border-radius: 10px !important;
}

.bg-list-voucher {
    background-color: #f6fcff !important;
    border: 1px solid #ceedff !important;
}

.bg-list-voucher-disabled {
    background-color: #FAFAFA !important;
    border: 1px solid #cccccc !important;
    color: #6f6f6f !important;
}

.btn-detail-voucher {
    border-radius: 100px;
    padding: 7px 10px;
}

.btn-list-voucher {
    border-radius: 100px;
    padding: 7px 10px;
    color: #3B82F6;
    border: 1px solid #e1e5e7;
    background-color: #f3fbff;
}

.pcapital::first-line {
    text-transform: capitalize !important;
}

.pcapital {
    display: inline-block;
}

@media (max-width: 767.98px) {
    .modal-bundling {
        width: 320px;
        margin: auto;
    }
}
