:root{
    --yellow: #F4D118;
    --gray-light: #00000029;
}

.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 0px;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
}
.error{
    color: #D8000C;
    background-color: #FFBABA;
}

.form-login{
    border: 1px solid #fff;
}

.icon-form{
    padding: 10px;
    min-width: 40px;
    text-align: center;
    border-left: 4px solid var(--yellow);
}

.icon-form::before{
    content: '' !important;
}

.f-blue{
    color: rgb(40, 134, 221);
}

.input-container{
    display: -ms-flexbox; /* IE10 */
    display: flex;
    width: 100%;
    margin-bottom: 15px;
}

.btn-yellow{
    background-color: var(--yellow);
}

.btn-yellow:disabled,
button[disabled]{
  background-color: #cccccc;
  color: #666666;
}

.deznav{
    background: url('/assets/images/background-sidebar.svg') bottom left no-repeat;
    /* background-size: cover; */
}

li.mm-active.child-sidebar{
    background-color: #F4D118 !important;
    box-shadow: 3px 3px 6px #4409651F;
    border-radius: 10px;
    margin: 5px 0px 5px 10px;
}

li.mm-active.child-sidebar > a{
    color: #0F1E3D;
    font-weight: bold;
}

.deznav .metismenu > li.mm-active > a{
    color: red !important;
}

li.child-sidebar:hover,
li > .has-arrow:hover{
    background-color: #E0EAFC;
    color: black !important;
}

li.mm-active.child-sidebar:hover{
    background-color: #F4D118;
}

.btn-green-outline{
    color: #3AC47D;
    background-color: #fff;
    font-weight: 500;
    font-size: 1rem;
    display: flex;
    border: 1px solid #3AC47D;
    border-radius: 5px;
    box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);
    align-items: center;
    padding: 0px 15px;
}

.btn-green{
    color: #fff;
    background-color: #3AC47D;
    font-weight: 500;
    font-size: 1rem;
    display: flex;
    border: 1px solid transparent;
    border-radius: 5px;
    box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);
}

.btn-green:hover{
    background-color: #2a8b59;
}

.btn-green > div{
    background-color: #31a368;
    padding: 5px 10px;
}

.btn-gray{
    color: #fff;
    background-color: #AAAAAA;
    font-weight: 500;
    font-size: 1rem;
    display: flex;
    border: 1px solid transparent;
    border-radius: 5px;
    box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);
    max-height: 35px;
}

.btn-gray:hover{
    background-color: #979595;
}

.strike{
    text-decoration: line-through;
}

.btn-gray > div{
    background-color: #9A9A9A;
    padding: 5px 10px;
}

.btn-blue{
    color: #fff;
    background-color: #1492E6;
    font-weight: 500;
    font-size: 1rem;
    display: flex;
    border: 1px solid transparent;
    border-radius: 5px;
    box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);
    max-height: 35px;
}

.btn-blue:hover{
    background-color: #0276C4;
}

.btn-blue > div{
    background-color: #0276C4;
    padding: 5px 10px;
}

.btn-blue > span,
.btn-green > span,
.btn-gray > span{
    margin: 0px 5px 0px 5px;
}

.dataTables_length .btn{
    padding: 5px 10px;
}

.dataTables_length label{
    margin-bottom: 0px;
}

.dataTables_length{
    align-items: center;
    display: flex;
    margin-top: 10px;
}

table.dataTable.no-footer{
    border-bottom: 1px solid #D1CAC7 !important;
}

table{
    padding: 0px !important;
}

thead{
    background-color: #E4E4E4;
    border: 1px solid #D1CAC7;
}

table.dataTable thead th{
    border-bottom: 0px !important;
}

.form-search{
    background: url("/assets/images/search.svg") no-repeat scroll 7px 7px;
    background-position: 97% center;
}

.breadcrumb-container{
    background-color: #E4E4E4;
    padding: 5px 10px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.breadcrumb-container > div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color: black;
    font-size: 13px;
}

.copyright{
    font-size: 12px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 18px;
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: -3px;
    bottom: 1px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #2196F3;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

  .child-sidebar{
      background-color: #fff;
  }

  .d-grid{
      display: grid;
  }

  .head-table-admisi{
      background-color: rgb(91, 165, 250);
      border: 1px solid black;
  }

  .head-table-admisi > div,
  .table-dashboard-admisi > div{
    text-align: center;
    width: 25%;
  }

  .carousel-slider * {
    touch-action: manipulation;
}

.carousel-slider {
    position: relative;
    background: #fff;
    width: 100%;
    height: auto;
    border: 1px solid #e2e2e2;
    padding: 0;
    overflow: hidden;
}

.carousel-slider > .carousel-content {
    position: relative;
    -webkit-display: inline-flex;
    -moz-display: inline-flex;
    -ms-display: inline-flex;
    -o-display: inline-flex;
    display: inline-flex;
    user-select: none;
}

.carousel-slider > .carousel-content > .slide-item.selected{
    border: 2px solid #0F1E3D;
    background-color: #d1f2ff;
    color: black;
}

.carousel-slider > .carousel-content > .slide-item {
    background: white;
    text-align: center;
    border: 1px solid #C7C7C7;
    padding: 3px;
    cursor: pointer;
    position: relative;
}

.slide-item > .dot{
    height: 6px;
    width: 6px;
    background-color: rgb(250, 17, 17);
    border-radius: 50%;
    position: absolute;
    right: 3px;
}

.carousel-next-btn,
.carousel-prev-btn {
    border: 1px solid rgb(179, 178, 178);
    text-align: center;
    align-items: center;
    display: flex;
    padding: 0px 5px;
}

.carousel-prev-btn{
    border-radius: 10px 0px 0px 10px;
}

.carousel-next-btn{
    border-radius: 0px 10px 10px 0px;
}

.calendar-input{
    height: 100%;
    background: url("/assets/images/date.svg") no-repeat scroll 7px 7px;
    background-position: 97% center;
    background-size: 20px 20px;
}

.shadow-border{
    box-shadow: 0px 0px 4px #0000004D;
}

.shadow-border-sm{
    box-shadow: 0px 0px 8px #00000026;
}

.box-waiting{
    background: linear-gradient(to left, rgb(255, 255, 255) 50%, #EB8500 50%) right;
    border-left: 5px solid #EB8500;
}

.box-confirmed{
    background: linear-gradient(to left, rgb(255, 255, 255) 50%, #0665FF 50%) right;
    border-left: 5px solid #0665FF;
}

.box-check-in{
    background: linear-gradient(to left, rgb(255, 255, 255) 50%, #E0C016 50%) right;
    border-left: 5px solid #E0C016;
}

.box-doctor-handle{
    background: linear-gradient(to left, rgb(255, 255, 255) 50%, #CF07E5 50%) right;
    border-left: 5px solid #CF07E5;
}

.box-kasir{
    background: linear-gradient(to left, rgb(255, 255, 255) 50%, #FF5393 50%) right;
    border-left: 5px solid #FF5393;
}

.box-finish{
    background: linear-gradient(to left, rgb(255, 255, 255) 50%, #39AB70 50%) right;
    border-left: 5px solid #39AB70;
}

.box-pending{
    background: linear-gradient(to left, rgb(255, 255, 255) 50%, #EE6055 50%) right;
    border-left: 5px solid #EE6055;
}

.box-cancel{
    background: linear-gradient(to left, rgb(255, 255, 255) 50%, #717171 50%) right;
    border-left: 5px solid #717171;
}

.box-schedule > div:hover,
.box-schedule > a:hover{
    background-position: left;
    color: white;
}

.box-tomorrow{
    min-width: 190px;
    background-color: #FF101A;
    background: linear-gradient(to right, rgb(255, 255, 255) 50%, #FF101A 50%) right;
}

.box-tomorrow > div{
    padding: 5px;
    border-radius: 8px;
    background-color: #FF101A;
}

.box-lusa{
    min-width: 190px;
    margin-left: 10px;
    background-color: #cf0a14;
    background: linear-gradient(to right, rgb(255, 255, 255) 50%, #cf0a14 50%) right;
}

.box-lusa > div{
    padding: 5px;
    border-radius: 8px;
    background-color: #cf0a14;
    color: white;
    align-items: center;
}


.box-schedule-sm > div,
.box-schedule-sm > a{
    background-size: 200%;
    transition: .3s ease-out;
    border-radius: 8px;
    font-size: 12px;
    padding: 5px 0px 5px 5px;
    position: relative;
    align-items: center;
    height: 30px;
    color: white;
    align-items: center;
    justify-content: space-between;
}

.box-schedule-sm > div:hover,
.box-schedule-sm > a:hover{
    background-position: left;
    color: #FF101A;    
    border: 1px solid #FF101A;
}

.box-schedule-sm > div:hover .f-inner,
.box-schedule-sm > a:hover .f-inner{
    color: white !important;
}

.box-schedule > div,
.box-schedule > a{
    background-size: 200%;
    transition: .3s ease-out;
    border-radius: 8px;
    border-right: 1px solid #E9E9E9;
    border-top: 1px solid #E9E9E9;
    border-bottom: 1px solid #E9E9E9;
    font-size: 12px;
    padding: 5px;
    position: relative;
    align-items: center;
    height: 50px;
}

.box-schedule > div > div,
.box-schedule > a > div{
    position: absolute;
    right: 6px;
    top: 6px;
}

.weekly-picker{
    display: inline-flex;
    user-select: none;
    position: relative;
}

.weekly-picker > aside{
    background: white;
    text-align: center;
    border: 1px solid rgb(207, 205, 205);
    padding: 3px;
    cursor: pointer;
    position: relative;
    width: 30px;
}

.weekly-picker > aside.active{
    border: 2px solid rgb(99, 98, 98); 
}

.weekly-picker > aside.disabled{
    background-color: #E9E9E9; 
}

.asColorPicker-trigger{
    width: 50px !important;
    height: 50px !important;
    left: 0px !important;
}

.asColorPicker-dropdown{
    top: 263px !important;
    max-width: 100% !important;
}

.thead-schedule-doctor{
    background-color: #E4EEFF !important;
}

.row-time-schedule > td{
    padding: 4px 2px !important;
    text-align: center;
}

.row-time-schedule span{
    padding: 4px 11px !important;
    text-align: center;
    border-radius: 8px;
    display: inline-flex;
    font-size: 10px;
    align-items: center;
    font-weight: bold;
    margin: 3px 0px;
}

.row-time-schedule td{
    position: relative !important;
}

.tbody-doctor-schedule tr:nth-child(2) > td{
    padding: 4px 2px !important;
    text-align: center;
    border-color: #F1F6FF !important;
}

.thead-schedule-doctor > tr > td{
    position: sticky;
    top: 0;
}

.day-title{
    padding: 4px 2px !important;
}

.room-title{
    display: flex;
}

.room-title > span{
    font-size: 12px;
}

.tbody-doctor-schedule tr:nth-child(2) span{
    background-color: white;
    padding: 3px;
    border-radius: 2px;
    font-size: 12px;
}

.tbody-doctor-schedule tr:nth-child(2){
    background-color: #F1F6FF;
}

.sunday{
    color:#EE6055;
}

.other-month{
    color: rgb(216, 215, 215);
}

.progress-success{
    background-color: #39AB70 !important;
    border-radius: 10px !important;
}

.progress-now{
    background-color: #EB8500;
    border-radius: 10px !important;
    border: 2px solid #0665FF;
}

.progress-none{
    background-color: #d3dbd7;
    border-radius: 10px !important;
}

.progress{
    background-color: #0665FF;
    height: 26px;
}

.text-progress{
    right: 10px;
    top: 5px; 
    color: #fff;
    position: absolute;
}

.bullet-8{
    width: 8px !important;
    height: 8px !important;
}

.bullet-waiting{
    background-color: #EB8500;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0px 1px;
}

.bullet-confirmed{
    background-color: #0665FF;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0px 1px;
}

.bullet-check-in{
    background-color: #E0C016;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0px 1px;
}

.bullet-waiting-list{
    background-color: #725800;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0px 1px;
}

.bullet-treatment{
    background-color: #CF07E5;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0px 1px;
}

.bullet-cashier{
    background-color: #FF5393;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0px 1px;
}

.bullet-done{
    background-color: #39AB70;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0px 1px;
}

.bullet-delay{
    background-color: #EE6055;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0px 1px;
}

.bullet-rollback{
    background-color: #208852;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0px 1px;
}

.bullet-cancel{
    background-color: #717171;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0px 1px;
}

.f-12{
    font-size: 13px;
}

.content-body{
    margin-left: 15rem !important;
}

.deznav{
    width: 15rem !important;
}

.header{
    padding-left: 15rem !important;
}

.nav-header{
    width: 15rem !important;
}

.menu-toggle .deznav{
    width: 5rem !important;
}

.menu-toggle .content-body{
    margin-left: 5rem !important;
}

.menu-toggle .header{
    padding-left: 5rem !important;
}

.menu-toggle .nav-header{
    width: 5rem !important;
}

@media only screen and (min-width:768px){
    [data-sidebar-style="mini"] .deznav .nav-text{
        display: inline !important;
    }    

    [data-sidebar-style="mini"][data-layout="vertical"] .deznav .metismenu > li.mm-active > a{
        background: #fff !important;
        color: red;
    }

    [data-sidebar-style="mini"] .deznav .metismenu > li > a.has-arrow::after{
        display: inline;
    }

    [data-sidebar-style="mini"] .deznav .metismenu li > ul{
        display: none !important;
        left: 2rem !important;
    }

    [data-sidebar-style="mini"] .deznav .metismenu li > ul.mm-show{
        display: contents !important;
        left: 2rem !important;
    }

    .nav-control,
    .nav-control > .hamburger{
        display: inline !important;
    }

    [data-sidebar-style="mini"] .nav-header .nav-control .hamburger{
        left: 0rem !important;
    }

    .menu-toggle .deznav .nav-text,
    .menu-toggle .deznav .metismenu > li > a.has-arrow::after{
        display: none !important;
    }

    [data-sidebar-style="mini"][data-layout="vertical"] .deznav .metismenu > li:nth-last-child(-n+1) > ul{
        top: 50px !important;
    }
    

    [data-sidebar-style="mini"] .deznav .deznav-scroll{
        overflow: auto !important;
    }

    .metismenu > li{
        background-color: #fff;
    }

    .header-left{
        margin-left: 50px;
    }
}

.metismenu > li{
    margin: 10px;
}

.metismenu a{
    padding: 10px 15px !important;
}

.metismenu > li.child-mm-active{
    background-color: #F4D118;
    border-radius: 10px;
}

.menu-toggle .metismenu > li{
    margin: 5px;
}

.date-now-reschedule.disabled{
    background-color: rgb(232, 229, 229);
}

.date-now-schedule > div.active{
    border: 2px solid #0665FF;
    border-radius: 10px;
}

.date-now-schedule > div,
.date-now-reschedule > div{
    padding: 2px;
    cursor: pointer;
}

.date-now-schedule > div:hover{
    border: 2px solid #0665FF;
    border-radius: 10px;
}

.date-now-reschedule > div{
    min-height: 80px;
}

.date-now-reschedule.selected{
    background-color: #1492E6;
    color: white;
}

.date-now-schedule,
.date-now-reschedule{
    padding: 1px !important;
}

.date-now-schedule strong{
    font-size: 17px;
    margin: 5px;
}

.thead-schedule-lusa{
    background-color: white !important;
    border: 1px solid white !important;
}

.tbody-schedule-time{
    display: flex;
    flex-wrap: wrap;
}

.tbody-schedule-time td{
    min-width: 100px;
}

.tbody-schedule-lusa td,
.tbody-schedule-time td{
    border: 1px solid;
}

.content-body .container-fluid{
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.breadcrumb-dashboard{
    padding: 10px 20px;
    background-color: #EEF0F2;
    box-shadow: 0px 6px 10px #0000001A;
}

.box-waiting-list{
    background-color: #BAA777;
    color: white;
    margin-left: 20px;
    padding: 0px 10px !important;
}

.box-waiting-list:hover{
    border: 1px solid #BAA777 !important;
    color: white !important;
}

.input-select2 button{
    display: none !important
}

#timeSchedule td{
    padding: 0px !important;
    position: relative;
}

.item-schedule{
    padding: 3px 0px;
    cursor: pointer;
    min-height: 45px;
}

.border-status-schedule{
    width: 5px; 
    border-radius: 5px;
}

.f-12-bold{
    font-size: 12px; 
    font-weight: bold;
}

.month-input:disabled{
    background-color: #E9E9E9;
}

.modal-schedule,
.modal-schedule-2{
    box-shadow: 0px 0px 10px #00000033;
    width: 300px; 
    background-color: #fff; 
    position: absolute; 
    padding: 30px 10px 20px 10px;
    display: none;
    z-index: 1;
    border-radius: 5px;
}

.right .item-schedule .modal-schedule{
    right: -301px; 
}

.left .item-schedule .modal-schedule{
    left: -301px; 
}

.modal-schedule > .icon-title,
.modal-schedule-2 > .icon-title{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: -20px;
    background-color: #fff;
    left: 40%;
    box-shadow: 0px 0px 10px #0003;
    display: grid;
}

.icon-title > img{
    margin: auto;
}

.back-btn{
    background-color: #606C85;
    width: 25px;
    height: 25px;
    display: grid;
    border-radius: 50%;
}

.back-btn > img{
    margin: auto;
}

.header-left .dashboard_bar{
    font-size: 13px !important;
}

.deznav-header{
    background-color: #fff;
}

.content-body,
.header{
    background-color: #F5F7FA;
}

.btn-blue-submit{
    background-color: #1492E6;
    border-color: #1492E6;
    text-align: center;
    color: #fff;
}

.btn-orange-submit{
    background-color: #EE6055;
    border-color: #EE6055;
    text-align: center;
    color: #fff;
}
/* .btn:hover{
    color: #fff !important;
} */

.detail-old{
    font-size: 12px;
    margin-left: 9px;
}

.item-patient{
    margin: 2px 0px;
    display: grid;
    width: 100%;
    color: #393939;
    display: grid;
}

.item-patient strong{
    font-size: 12px;
    margin-right: 5px;
}

.label-status{
    display: grid;
}

.label-status > i{
    font-size: 12px;
}

.label-status > strong{
    font-size: 14px;
}

#tableWaitingList td{
    padding: 0px !important;
}

.pasien-waiting-list{
    padding: 5px;
    background-color: #fff;
    border-radius: 5px;
    margin-top: 5px;
}

.btn-orange{
    background: #EB8500 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 4px #00000040;
    border-radius: 13px;
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    min-width: 100px;
    display: flex;
    align-items: center;
    padding: 5px;
}

.btn-orange > span{
    margin-left: 5px;
}

.btn-orange.active > i{
    rotate: 180deg;
}

#bookSchedule td{
    padding: 4px !important;
}

#bookSchedule label{
    font-size: 13px;
    height: 15px;
}


#bookSchedule .form-check-label{
    font-weight: bold;
}

#headColumn{
    width: 99%;
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
}

#headColumn th{
    position: sticky;
    top: 0;
    border-bottom-width: 1px;
    border-color: #d7dae3;
    background-color: #E4EEFF;
}

.table-schedule-doctor > thead > tr > th:nth-child(1){
    left: 1px;
    z-index: 2;
}

.table-schedule-doctor > thead > tr > th:nth-child(2),
.table-schedule-doctor > thead > tr > th:nth-child(3),
.table-schedule-doctor > thead > tr > th:nth-child(4),
.table-schedule-doctor > thead > tr > th:nth-child(5),
.table-schedule-doctor > thead > tr > th:nth-child(6),
.table-schedule-doctor > thead > tr > th:nth-child(7),
.table-schedule-doctor > thead > tr > th:nth-child(8){
    z-index: 1;
}

.table-schedule-doctor.active > tbody > tr > td:nth-child(1){
    position: sticky !important;
    left: 1px;
    z-index: 1;
    background-color: #fff;
}


.text-underline{
    text-decoration: underline;
}

.icon-sidebar{
    width: 100%;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.icon-dashboard{
    background-image: url("/assets/images/icon-masterdata.svg");
}

.child-mm-active .icon-dashboard{
    background-image: url("/assets/images/icon-masterdata-black.svg");
}

.icon-pasien{
    background-image: url("/assets/images/add-red.svg");
}

.child-mm-active .icon-pasien{
    background-image: url("/assets/images/add-black.svg");
}

.icon-schedule{
    background-image: url("/assets/images/schedule.svg");
}

.child-mm-active .icon-schedule{
    background-image: url("/assets/images/schedule-black.svg");
}

.child-mm-active span{
    color: black;
}

.doctor-choose-container .dropdown-toggle{
    display: none !important;
}

.doctor-choose-container .bootstrap-select{
    width: 100% !important;
}

.col-room{
    white-space: nowrap;
    min-width: 100px;
}

#selectInsurance .dropdown-toggle,
#noRekamMedis .dropdown-toggle{
    display: none !important;
}

.filter-container{
    padding: 20px;
    position: absolute;
    width: 86%;
    background-color: white;
    margin: 10px;
    z-index: 1;
    box-shadow: 0px 0px 8px #00000033;
}

.checkbox-waiting .custom-control-input:checked ~ .custom-control-label::before{
    background-color: #EB8500;
    border-color: #EB8500;
}

.checkbox-confirmed .custom-control-input:checked ~ .custom-control-label::before{
    background-color: #0665FF;
    border-color: #0665FF;
}

.checkbox-checkin .custom-control-input:checked ~ .custom-control-label::before{
    background-color: #00FF90;
    border-color: #00FF90;
}

.checkbox-treatment .custom-control-input:checked ~ .custom-control-label::before{
    background-color: #CF07E5;
    border-color: #CF07E5;
}

.checkbox-cashier .custom-control-input:checked ~ .custom-control-label::before{
    background-color: #FF5393;
    border-color: #FF5393;
}

.pasien-waiting-list{
    position: relative;
}

.tbodyRegisPasien > tr{
    cursor: pointer;
}

.tbodyRegisPasien > tr:hover{
    background-color: #fdfae1;
}

.table-container-regis-pasien{
    height: 300px; 
    overflow: auto;
}

.btn-container-regis-pasien{
    display: grid;
    text-align: center;
    margin-top: 20px;
}

.btn-container-regis-pasien > span{
    margin-bottom: 10px;
}

.btn-container-regis-pasien > a{
    margin: auto;
    width: 20%;
}

.btn-action{
    background-color: #b7dffa;
    border-radius: 5px;
    width: 20px;
    height: 20px;
    display: grid;
}

.btn-action > img{
    margin: auto;
}

.insurance-container .bootstrap-select,
.family-container .bootstrap-select,
.pasien-choose .bootstrap-select{
    width: 100% !important;
}

.red-dot{
    height: 5px;
    width: 5px;
    background-color: rgb(192, 47, 47);
    border-radius: 50%;
    display: inline-block;
    position: absolute;
}

.pick-doctor{
    color: #393939;
}

.pick-doctor.active{
    cursor: pointer;
}

.signature-pad--body canvas{
    border: 1px dashed black;
}

.red-background{
    background-color: rgb(251, 181, 181);
}

.modal-choose-date-now{
    position: absolute;
    background-color: #fff;
    right: -150px;
    padding: 5px;
    box-shadow: 0px 2px 6px #00000029;
    height: 90px;
    border-radius: 10px;
}

.checker-background .form-check-input:disabled{
    background-color: #E9E9E9;
    border: 1px solid #fff;
}

input[type=checkbox]:disabled:checked:after {
    width: 1rem;
    height: 1rem;
    display: block;
    content: "\f00c";
    font-family: FontAwesome;
    color: #fff;
    font-weight: 100;   
    font-size: 12px;
    text-align: center;
    border-radius: 3px !important;
    background: #cacaca !important;
}   

.toggle-head-table{
    display: none;
}

.box-color{
    width: 50px;
    height: 50px;
    background-color: rgb(223, 219, 219);
}

input[type="checkbox"]:disabled + label::before{
    background: red;
}

.disabled-schedule{
    height: 18px;
    width: 18px;
    background-color: #1492E6;
    left: -3px;
    border-radius: 3px;
    position: absolute;
}

.modal-create-pasien.active{
    display: none !important;
}

#timeSchedule td:hover{
    background-color: rgb(246, 246, 246);
}

.btn-waiting-green{
    color: #fff;
    background-color: #008000;
    font-weight: 500;
    font-size: 1rem;
    border: 1px solid transparent;
    border-radius: 5px;
    box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);
}

.btn-waiting-red{
    color: #fff;
    background-color: #B22222;
    font-weight: 500;
    font-size: 1rem;
    border: 1px solid transparent;
    border-radius: 5px;
    box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);
}

.btn-waiting-orange{
    color: #fff;
    background-color: #FF8C00;
    font-weight: 500;
    font-size: 1rem;
    border: 1px solid transparent;
    border-radius: 5px;
    box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);
}

.non-schedule{
    pointer-events: none;
    opacity: 0.4;
}

.dropdown-menu.show {
    width: 100%;; 
}