.pemesanan_content {
    padding: 80px 15px;
}

.box_form {
    border-radius: 15px;
    padding: 35px;
    box-shadow: 3px 3px 5px #888;
}

.box_form .box_title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
}

.box_form .box_title:before {
    content: ' ';
    position: absolute;
    width: 85px;
    border-bottom: 3px solid #414042;
    bottom: -8px;
}

.box_result {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100vw;
    height: 100vh;
    overflow-y: auto;
    display: flex;
    justify-content: space-around;
    background-color: rgba(0, 0, 0, 0.7);
    flex-wrap: wrap;
    z-index: 999;
    padding: 55px;
}

.info_notes {
    font-size: 10px;
    font-weight: bold;
    display: block;
}

.btn_close {
    position: absolute;
    top: 10px;
    right: 10px;
}

.ticket {
    background: white;
    border-radius: 20px;
    padding: 15px 5px;
}

.bg_secondary {
    background-color: var(--bs-info);
    color: white;
}

.separator {
    width: 100%;
    border-bottom: 2px dashed #888888;
    margin: 25px 0px;
}

.my_print {
    position: absolute;
    right: 10px;
}

.bootbox.modal {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bootbox .modal-header {
    display: block;
}

.UNPAID {
    color: var(--bs-red);
}

.PAID {
    color: var(--bs-teal);
}