@font-face {
    font-family: Sarabun;
    src: url('/css/Sarabun/Sarabun-Regular.ttf');
}

body {
    background-color: rgb(45 50 82 / 68%) !important; 
    font-family: Sarabun !important;
}

.bg-dark-o-70 {
    background-color: rgb(45 50 82 / 68%) !important;
}

.form-group {
    margin-bottom: 1.5rem !important;
}

.btn.btn-outline-white:hover:not(.btn-text):not(:disabled):not(.disabled),
.btn.btn-outline-white:focus:not(.btn-text),
.btn.btn-outline-white.focus:not(.btn-text) {
    color: #ffffff !important;
    background-color: #f9f9f921 !important;
    border-color: #ffffff;
}

.btn.btn-outline-white:hover:not(.btn-text):not(:disabled):not(.disabled) i,
.btn.btn-outline-white:focus:not(.btn-text) i,
.btn.btn-outline-white.focus:not(.btn-text) i {
    color: #ffffff;
}

#btn_waiting.btn i {
    font-size: 1.3rem;
    vertical-align: middle;
    position: relative !important;
    left: -30px !important;
}

.hidden {
    display: none;
}

.swal2-popup .swal2-actions {
    margin: 0.5rem auto 0rem auto;
}


.box_doc {
    line-height: 8px;
}

.form-group {
    margin-bottom: 1rem !important;
}
#box_1{
    background-image: url(/assets/media/bg/bg-2.jpg);
}