.user_list_checkbox{
    float: right;
    width: 17px;
    height: 17px;
}
.gsnet_turn_rs_number_list_item{
    float: left;
    background: #000;
    padding: 2px 8px;
    border-radius: 8px;
}
.gsnet_turn_rs_number_list_item_any_hospital{
    background: #ff0000;
}
.type_of_get_turn_box{
    display: none;
}
.gsnet_reserv_doctor_list{
    position: relative;
    min-width: max-content;
    padding: 6px 26px 6px 3px;
    text-align: center;
}
.doctor_list_details_btn{
    position: absolute;
    right: 5px;
    font-size: 20px;
    line-height: 5px;
    z-index: 999;
}
.doctor_list_details_btn.active_description i{
    color: #ff5700;
}
.gsnet_turn_rs_doctor_number_id{
    float: left;
    background: #000;
    padding: 2px 5px;
    border-radius: 8px;
    margin-right: 5px;
}
.gsnet_turn_rs_doctor_number_id.bg_red{
    background: #ff5700;
}
#gs_turn_rs_selected_doctor_title{
    text-align: center;
    font-size: 20px;
    margin-top: 10px;
    color: #db0f0f;
}
#gs_turn_rs_number_loaded_user{
    float: right;
    background: #000;
    color: #fff;
    padding: 2px 6px;
    border-radius: 10px;
}
.dr_edit_detail_week_days{
    display: inline-block;
}
.dr_edit_detail_week_days .inputGroup {
    float: right;
    margin: 0 4px;
}
.dr_edit_detail_week_days .inputGroup label {
    padding: 6px 16px;
    text-align: center;
    color: #3c454c;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: color 200ms ease-in;
    overflow: hidden;
    border-radius: 8px;
    background: #e1e1e1;
    font-size: 25px;
}
.dr_edit_detail_week_days .inputGroup label:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: "";
    background-color: #5562eb;
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0;
    z-index: -1;
}

.dr_edit_detail_week_days .inputGroup input:checked+label {
    color: #fff;
}
.dr_edit_detail_week_days .inputGroup input:checked+label:before {
    -webkit-transform: translate(-50%, -50%) scale3d(56, 56, 1);
    transform: translate(-50%, -50%) scale3d(56, 56, 1);
    opacity: 1;
}
.dr_edit_detail_week_days .inputGroup input:checked+label:after {
    background-color: #54e0c7;
    border-color: #54e0c7;
}
.dr_edit_detail_week_days .inputGroup input {
    width: 32px;
    height: 32px;
    order: 1;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    visibility: hidden;
}

.gsnet_rs_parent_list {
    border: 1px solid #c6c6c6;
    display: table-row;
}

.gsnet_rs_parent_list .list_title_div {
    border-right: 1px solid #c6c6c6;
}
.gsnet_rs_parent_list div {
    display: table-cell;
    padding: 11px 5px 10px;
}
.gsnet_program_table thead tr th {
    text-align: center;
}
.gsnet_turn_hp_change_list{
    min-width:max-content;
}
#gsnet_turn-all_turns_list_for_reservation{
    overflow-x: auto;
}
.active_doctor_for_today_get, .active_doctor_by_hospital_program {
    color: #00ff2d;
    font-weight: bold;
    font-size: 14px!important;
}
.select_with_button .input-group-btn>.btn{
    margin: 0 0 3px;
}
.option_list_active_turn{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.gsnet_turn_doctor_datatable .material-switch>label::before,
.gsnet_turn_hospital_datatable .material-switch>label::before{
    right: 0;
}