*{
    font-size:9pt;
    overflow-y: auto;
/*    font-family: Comic Sans MS;*/
}

::-webkit-scrollbar {
    display: none;
}

.wrapper{
    background: white;
}
/* .main-form{
} */
.main-form.col, .side-menu.col{
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 3px;
    margin: 0px;
}
/*  .side-menu{
    height: 100%;
    width: 12%;
    padding: 2px;
    position: fixed;
    margin-left: 88%;
    background: rgb(130,180,234);
}
.side-menu .btn-group1{
    position: absolute;
    top: 2px;
}
.side-menu .btn-group2{
    position: absolute;
    bottom: 2px;
}
.side-menu button{
    background: rgb(225, 225, 225);
    border: 1px solid rgb(173,173,173);
    border-radius: 0;
    font-weight: 600;
    margin-bottom: 2px;
}*/
#main-data-antrian{
    box-shadow: -2px 4px 10px rgba(0,0,0,0.44);
}
.tombol-form{
    width: 100%;
}
.btn-light{
    background: white !important;
    box-shadow: none !important;
    border: none !important;
}
.btn-menu{
    color:red;
    border: none;
    height: 30px;
    /* background: rgb(225, 225, 225);
    border: 1px solid rgb(173,173,173);
    border-radius: 0;
    font-weight: 600;
    margin-bottom: 2px;
    width: 100%; */
}

.box{
    display: flex;
    flex-direction: column;
    overflow: auto;

}

/* .panel {
    position: fixed;
    height: 100%;
    width: 0;
    top: 0;
    right: 0;
    overflow-x: hidden;
    transition: 0.5s;
    z-index: 1;
    background: lightgrey;
} */

.panel {
    position: absolute;
    height: 100%;
    width: 0;
    right: 0;
    overflow-x: hidden;
    transition: 0.5s;
    background: #fff;
    display: block;
    z-index: 9;
}
.panel-cetak {
    position: absolute;
    height: 100%;
    width: 0;
    right: 0;
    overflow-x: hidden;
    transition: 0.5s;
    background: #ddd;
    display: block;
    z-index: 9;
}
.nav-tabs .nav-item .nav-link.active,
.nav-tabs .nav-item .nav-link:active {
    border-top: 1px solid #000; 
    border-right: 1px solid #000; 
    border-left: 1px solid #000; 
    border-bottom: 1px solid #ddd; 
    background-color: #ddd ;
}

.nav-tabs .nav-item .nav-link{
    background-color: white;
    border: 1px solid #ddd;
}
@media (max-width: 450px) {
    .text-auto-res {
        font-size: 14px; /* Ukuran font untuk layar kecil */
    }
}

/* Media query untuk layar besar (contoh: lebar minimum 1200px) */
@media (min-width: 500px) {
    .text-auto-res {
        font-size: 20px; /* Ukuran font untuk layar besar */
    }
}
@media (min-width: 576px) {
    .content-right {
        margin-left: auto;
        width: 35%;
    }
}


.form-control-underline {
    border: none;
    border-bottom: 2px solid #ccc;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
}

.form-control-underline:focus {
    box-shadow: none;
    border-bottom: 2px solid orange;
}

.container-center {
    display: flex;
    justify-content: center;
    align-items: center;

}

.input-group-underline .form-control-underline {
    border-right: none;
}

.input-group-underline .input-group-text {
    background: none;
    border: none;
    border-bottom: 2px solid #ccc;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 8px;
}

.search-input {
    position: relative;
    display: inline-block;
    width: 300px; /* Atur lebar */
}
.search-input input {
    padding-right: 30px;
}
.search-input .search-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    color: gray;
    cursor: pointer;
}
.btn-cancel {
    background-color: #dc3545;
    color: white;
    border: none;
    padding: 5px 10px;
    font-size: 14px;
}
.btn-cancel:hover {
    background-color: #c82333;
}
.menu-icon {
    font-size: 24px;
    color: black;
    cursor: pointer;
}
.align-center {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.card-container {
    display: flex;
    align-items: stretch;
}
.callout {
    background-color: #C5CFD6; /* Warna callout */
    color: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    width: 45px;
    position: relative;
    border-radius: 5px 0 0 5px; /* Sisi kiri melengkung */
    border-right: none;
}
.callout-head {
    top: 0px;
    background-color: #8A8A8A;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 45px;
    position: relative;
    border-radius: 5px 0 0 5px; /* Sisi kiri melengkung */
}
.callout-head .add-button {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #8A8A8A;
    color: #000;
    border: none;
    cursor: pointer;
    font-weight: bold;
}
.callout .number {
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.card {
    border-left: none; /* Menghilangkan border kiri bawaan card */
    flex: 1; /* Agar card memanjang sesuai ruang */
    border-radius: 0 5px 5px 0; /* Sisi kanan melengkung */
}
.callout-top {
    background-color: #C5CFD6;
    color: black;
    text-align: center;
    font-weight: bold;
    border-left: none;
    padding-left: 10px;
}