/* sidebar-css */

.group_btn img {
    margin-right: 6px;
    vertical-align: middle;
}
/*wrapper.sidebar-dark .sidebar-menu li:hover>a, img {*/
/*    filter: unset !important;*/
/*}*/
.sidebar-menu li:hover img {
    filter: unset !important;
}
.sidebar-menu img {
    margin-right: 13px;
    filter: grayscale(1);
}
.active .activeness img {
    filter: unset !important;
}

a#close-sidebar {
    display: none;
}

.hide_input {
    width: 442px;
    height: 44px;
    background: #FFFFFF;
    border: none;
    font-weight: 600;
    font-size: 24px;
    color: #1C1F24;
    text-align: center;
}


/* sidebar-css */
.main_index_box {
    height: 120px;
    overflow-y: auto;
    overflow-x: hidden;
}


/* Instructors-css */

.instructors_button {
    margin-right: 20px;
}


.cars_image {
    width: 255px;
    height: 133px;
    object-fit: contain;
}

.instructors-box {
    min-width: 338px;
    height: 236px;
    background: #FFFFFF;
    border: 1px solid #DADADA;
    border-radius: 14px;
    margin-bottom: 31px;
    position: relative;
}
.coustom_instructor_btn img {
    margin-right: 6px;
}

.box {
    padding: 45px;
}
.box1 {
    padding: 9px;
}


.instructors-box i.fas.fa-star {
    margin-right: 3.83px;
    color: #FFBB00;
    font-size: 14.17px;
}

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




.instructor-text h5 {
    font-size: 18px;
    font-weight: 700 !important;
    margin-bottom: 4px !important;
}

input.form-control.instructors_input {
    width: 214px;
    height: 44px;
    background: #FFFFFF;
    border: 1px solid #CACACA;
    border-radius: 12px;
    margin-bottom: 19px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #242731!important;
}

input.form-control.instructors_input_1 {
    width: 442px;
    height: 44px;
    background: #FFFFFF;
    border: 1px solid #CACACA;
    border-radius: 12px;
    margin-bottom: 19px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #242731!important;
    /* padding-right: 11rem; */
}

.modal_button button.btn.btn-success {
    background: #0b5d2d !important;
    border-color: #0b5d2d !important;
    font-size: 20px;
    width: 442px;
    height: 56px;
    font-weight: 400 !important;
    border-radius: 10px;
    /*margin-top:64px;*/
    /*margin-bottom:25px;*/
}

.modal-content.instructors_modal_content {
    width: 538px;
    height: auto;
    background: #FFFFFF;
    border-radius: 25px;
}

.modal-content.contact_modal_content {
    width: 538px;
    height: 613px;
    background: #FFFFFF;
    border-radius: 25px;
}

button.btn-close.instructore_close {
    position: absolute;
    right: 20px;
    top: 13px;
    font-size: 18px;
    box-shadow: unset !important;
}

.instructor_add {
    font-size: 24px !important;
    font-weight: 700;
    color: #1C1F24 !important;
}

p.info_text {
    font-size: 16px !important;
    color: #666666;
    font-weight: 400;
    vertical-align: baseline !important;
    align-items: baseline !important;
    margin-bottom: 43px;
}

.avatar-upload {
    position: relative;
    max-width: 150px;
    margin: 0px auto;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 25px;
    z-index: 1;
    bottom: 1px;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input+label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #0B5D2D !important;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
    margin-right: 0px;
}

.avatar-upload .avatar-edit input+label:hover {
    background: #03045E;
    border-color: #0b5d2d !important;
}

.avatar-upload .avatar-edit input+label:after {
    content: "";
    background-image: url("assets/images/client/camera.png");
    /* font-family: 'FontAwesome'; */
    color: #757575;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.avatar-upload .avatar-preview {
    width: 106px;
    height: 106px;
    position: relative;
    border-radius: 100%;
    /* border: 6px solid #F8F8F8; */
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 30.9px;
    height: 106px;
    width: 106px;
    /* background: #E0E3E7; */
    margin:0 auto;
    background-image:url("https://shrinkcom.com/driving_school/assets/driving/dummy_image.png");
}

.avatar-upload .avatar-preview>div {
    width: 106.1px;
    height: 106.1px;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

img.instructors_upload_image {
    position: absolute;
    bottom: 13px;
    right: 20px;
}


/* edit-modal */

a.Recover_Password {
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #666666;
}


/* end-edit-modal */


/* delete */

.modal-content.instructors_delete {
    width: 438px;
    height: 423px;
    background: #FFFFFF;
    border-radius: 25px;
    margin:0 auto !important;
}

/* .delete_user {
    padding: 70px 0px;
} */

.user_img h6 {
    font-size: 34px;
    font-weight: 600;
    margin-top: 33px;
}

/* .user_img p {
    font-size: 24px;
    font-weight: 400 !important;
    /* margin: 0px !important; */
    /* margin-bottom: 30px !important; */
} */

.trash {
    position: absolute;
    width: 35px;
    height: 35px;
    background: #FF3838;
    border-radius: 50px;
    line-height: 2;
    top: 75px;
    right: 38%;
}

button.btn.btn-danger.Close {
    background: unset !important;
    border: unset !important;
    color: #1C1F24;
    font-size: 15px;
    font-weight: 500;
}


/* end delete */

label.lable_nm_text {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin-bottom: 5px;
}

.modal-content.instructors_right_side {
    width: 394px;
    height: 964px;
    background: #FFFFFF;
    box-shadow: 0px 0px 32px rgba(10, 32, 66, 0.08);
    border-radius: 30px 0px 0px 0px;
}

.ratting i.fas.fa-star {
    color: #FFBB00;
}

.driving_lessons h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin: 63px 0px 0px;
}

.complete-section {
    width: 339px;
    height: auto;
    background: #F4FAF7;
    box-shadow: 0px 1px 7px rgb(244 250 247 / 8%);
    border-radius: 16px;
    margin: 0 auto;
    margin-bottom: 15px;
    padding: 0px 0px 22px 21px;
}

.complete-box {
    width: 88px;
    height: 25px;
    background: #03045E;
    border-radius: 25px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 8px;
}

.complete-box a {
    font-size: 9px;
    color: #fff;
    transition: unset;
}

a:hover,
a:focus {
    color: unset;
}

.day_time {
    font-size: 17px;
    font-weight: 700;
}

.calender {
    font-size: 15px;
    font-weight: 400;
    color: #797D83;
    vertical-align: baseline !important;
}

.group-section {
    margin-top: 51px;
}

.group {
    font-size: 15px;
    color: #1C1F24 !important;
    font-weight: 700;
}


/* Instructors-css end */


/* contact-css */

.contact_btn {
    margin-top: 41px;
}

.add_contact {
    width: 442px;
    height: 56px;
    background: #005826;
    border-radius: 12px;
}

.car_img {
    width: 68px;
    height: 68px;
    border: 1px solid #DADADA;
    border-radius: 10px;
}


/* end contact css */


/* car-css */

.car-box {
    min-width: 338px;
    height: 264px;
    background: #FFFFFF;
    border: 1px solid #DADADA;
    border-radius: 14px;
}

.box.car-box-1 {
    padding: 49px 49px;
}

.year_model {
    font-size: 16px;
    color: #72767C;
    font-weight: 400;
}

.car_text {
    font-size: 16px;
    font-weight: 400;
    color: #72767C;
}

button.btn.btn-danger.Close {
    width: 148px;
    height: 43px;
    left: 646px;
    top: 630px;
    background: #FFFFFF;
    border: 1px solid #DADADA !important;
    border-radius: 10px;
}

.success_full {
    background: #0B9B47;
}

.success_full i.fas.fa-check {
    color: #fff;
    line-height: 2.2;
}

.student_details_subox{
    width: 480px;
    height: 89px;
    background: #FFFFFF;
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.08);
    border-radius: 16px;  
    padding: 18px 3px 19px 21px;
}
.stu_name{
    font-weight: 700;
    font-size: 20px;
    color: #1C1F24;  
}
.stu_day{
    font-weight: 400;
font-size: 15px;
color: #797D83;
}
/* end car-css */


/* notification-css */


/* .notification-control{

} */

label.lable_name {
    font-size: 16px;
    color: #666666;
    font-weight: 400;
}

.notification-control {
    width: 480px;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #CACACA;
    border-radius: 12px;
    margin-bottom: 15px;
    outline: none !important;
    font-weight: 500;
font-size: 16px;
}

.notification-control1 {
    width: 480px;
    height: 83px;
    background: #FFFFFF;
    border-radius: 12px;
    margin-bottom: 15px;
    outline: none !important;
}

.car_modal {
    width: 538px;
    height: auto;
    background: #FFFFFF;
    border-radius: 25px;
}

.instructor_profile_btn {
    width: 354px;
    height: 56px;
    top: 943px;
    background: #005826;
    border-radius: 12px;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
}

.note {
    width: 442px;
    height: 83px;
    background: #FFFFFF;
    border: 1px solid #CACACA;
    border-radius: 12px;
}

.contact_modal_content {}

img.link_img {
    position: absolute;
    top: 45px;
    right: 85px;
}

label.lable_name2 {
    font-size: 16px;
    color: #666666;
    font-weight: 400;
}

.data-upend {
    width: 50px;
    height: 50px;
    background: #FFFFFF;
    border: 1px dashed #DADADA;
    border-radius: 11px;
    text-align: center;
    line-height: 3;
    top: 0px;
    position: relative;
    right: 4rem;
}

.upend_icon {
    width: 17.5px;
    height: 17.5px;
    background: #EF3D3D;
    color: #fff;
    border-radius: 50px;
    position: absolute;
    left: 45%;
    top: 25px;
}

img.upend_data_img {
    position: absolute;
    left: 85px;
    height: 50px;
    width: 50px;
    border: 1px solid #DADADA;
    border-radius: 10px;
}

.notification1-section {
    background: #fff;
}

.notification-select {
    width: 480px;
    height: 50px;
    background: #F4FAF7;
    ;
    border: 1px solid #CACACA;
    border-radius: 12px;
    box-shadow: unset !important;
    outline: none !important;
    margin-bottom: 15px;
}

.form-check-input {
    /* border: 1px solid #626466 !important; */
    background-color: #fff;
    width: 27px;
    height: 27px;
    background: #FFFFFF;
    border: 1px solid #CACACA;
    border-radius: 7px;
}

.schedule {
    padding: 6px 10px !important;
    font-size: 16px;
    color: #666666;
    font-weight: 400;
}

.anchor_tag {
    color: #000;
    font-weight: 600;
}

.notification_btn {
    width: 442px;
    height: 56px;
    background: #005826;
    border-radius: 12px;
    border-color: #005826;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
}

.date_group {
    width: 230px;
    height: 50px;
    left: 298px;
    top: 634px;
    background: #FFFFFF;
    border: 1px solid #CACACA;
    border-radius: 12px;
}

.date_control {
    width: 230px;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #CACACA;
    border-radius: 12px;
}

.notification_his h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 0px !important;
    cursor: pointer;
}

.notification-day h6 {
    margin-top: 25px;
    font-size: 16px;
    font-weight: 600;
    color: #1C1F24;
}

.notification-box {
    width: 480px;
    height: 131px;
    background: #FFFFFF;
    box-shadow: 0px 2px 2px rgb(0 0 0 / 10%);
    border-radius: 10px;
    margin-bottom: 15px;
}

.notification-box .noti_time {
    float: right;
    font-size: 12px;
    font-weight: 400;
    color: #797D83;
    padding-top: 10px;
}

/* .user-group.d-flex {
    padding: 20px 10px;
} */

.user i.fas.fa-user {
    width: 35px;
    height: 35px;
    /* border: 1px solid; */
    background: #fff;
    text-align: center;
    line-height: 2;
    border-radius: 50px;
    margin-right: 5px;
}

.user-text h6 {
    font-size: 16px !important;
    font-weight: 700;
    color: #1C1F24;
}

.user-text span {
    font-size: 15px;
    color: #797D83;
    font-weight: 400;
}
img#edit-image {
    height: 106px;
    /* width: 106px;
    margin-top: 10px; */
    object-fit: contain;
    border-radius: 53px;
}
.user-text p {
    font-size: 14px;
    font-weight: 400;
    color: #797D83;
}
.fame_img{
    position: absolute;
    top: 2.7rem;
    right: 5rem;
}
.select-btn {
    border: 1px solid #CACACA !important;
    background: transparent !important;
}
.notification-section {
    width: 530px;
    height: 770px;
    background: #F4FAF7;
    border-radius: 25px;
    padding: 23px 33px 15px 24px;
    overflow:auto;
    overflow-x:hidden;
}
.contact_dropdwon
{
    background: #FFFFFF;
    border: 1px solid #DADADA;
    border-radius: 12px;
    width: 250px;
    height: 46px;
}


/* end notification-css */
/*new*/
button.btn.group_btn {
    width: 222px;
    height: 48px;
}
.inst_btn_con {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.inst_btn_con a {
    color: #0B5D2D !important;
    font-size: 18px;
    font-weight: 600;
    margin-left: 30px;
}

/* responsive-css */

@media(max-width: 767px) {
    a#close-sidebar {
        display: block !important;
    }
    .instructors-box {
        width: auto !important;
        height:auto !important;
    }
    .textfirst {
        width: 250px !important;
    }
    .inst_btn_con {
        flex-direction: column-reverse;
    }
    .inst_btn_con a{
        margin-top:8px;
        margin-right: 5rem;
    }
   
}
.form-check-input.form-check-input:checked {
    /* background-color: #0B9B47 !important;
    border-color: #0B9B47  !important; */
    background-color: #0B5D2D !important;
    border-color: #0B5D2D !important;
}
@media(max-width: 768px) {
    .modal-content.contact_modal_content {
        width: 358px;
        height: auto;
        background: #FFFFFF;
        border-radius: 25px;
    }
    .fame_img{
        position: absolute;
        top: 2.7rem;
        right: 2rem;
    }
    .car-box{
        min-width: 100% !important;
    }
    .group_box{
        min-width: 100% !important;
    }
    .instructors-box {
        min-width: 100% !important;
        height: auto !important;
    }
    
}

/* end responsive-css */
@media(min-width: 1440px) and (max-width: 1920px){
    .page-wrapper .sidebar-wrapper .sidebar-menu li a{
        padding: 15px 0px 15px 15px !important;
    }
    .instructors-box{
        /*height:auto !important;*/
        height:100% !important;
        margin-bottom: 0px !important;
    }
    .car-box{
        height:auto !important;
    }
    .coustom_instructor_btn, .coustom_car_btn, button.btn.group_btn{
        width: 300px !important;
        height:auto !important;
        padding: 15px 10px;
        font-size: 18px !important;
    }
    h3.car_auto {
        margin-top: 40px !important;
    }
    .Aktualizovat_btn{
        width: 442px;
        height: 56px;
        border-radius: 12px;
        background-color: #005826 !important;
        color: #fff !important;
    }
    .Close-z {
        background: transparent !important;
        color: #000 !important;
        border: 1px solid gainsboro !important;
        margin-top: 80px !important;
    }
    button.btn.group_btn{
        width:auto !important;
    }
    .box {
        padding: 49px !important;
    }
    button.btn.group_btn {
        width: 100% !important;
        padding: 12px 8px !important;
    }
    /*input.form8 {*/
    /*    width:100% !important;*/
    /*}*/
    /*.car_select_class{*/
    /*    width:100% !important;*/
    /*}*/
    .calendar_index {
        justify-content: unset !important;
    }
    .notification-control, .notification-control1, .select-menu, .select-menu{
        width:85% !important;
    }
    .select-btn {
        width:100% !important;
    }
    button.btn.btn-success.notification_btn {
        width: 80% !important;
    }
    .notification-section.mx-auto {
        margin: unset !important;
    }
    #calendar {
        max-width: 100% !important;
    }
    ul.options {
        width: 83% !important;
    }
    .select-menu .options .option{
        width:unset !important;
    }
    .box_his_ride{
        width:100% !important;
        height:auto !important;
    }
    .box_his_ride1{
         width:100% !important;
        height:auto !important;
    }
    h6.name_rider.mb-0 {
        font-size: 20px;
    }
    .Volkswagen {
        font-size: 16px !important;
    }
    .box_contant .time {
        font-size: 15px !important;
    }
    .date_contant {
        font-size: 17px !important;
    }
    .Poplatky {
        font-size: 25px !important;
    }
    button.btn.group_btn.student_btn {
        width: 75% !important;
    }
    .table-responsive .table-center th {
        vertical-align: middle !important;
        font-size: 19px !important;
    }
    .table-responsive .table td, .table-responsive .table th {
        vertical-align: middle;
        font-size: 17px !important;
    }
    .pridrot_btn {
        width: 260px !important;
        height: 55px !important;
        background: #0B5D2D;
        border-radius: 10px;
        font-weight: 500;
        font-size: 18px !important;
        line-height: 25px;
        color: #FFFFFF;
    }
    .inst_btn_con a {
        color: #0B5D2D !important;
        font-size: 18px;
        font-weight: 600;
        margin-right: 43px;
    }
    button.btn.coustom_instructor_btn {
        padding: 12px 8px !important;
        color: #fff !important;
    }
    .contact-box {
        width: 100% !important;
        height: 100% !important;
    }
    .contact_icon {
        position: absolute;
        right: 20px !important;
        top: 15px;
    }
}
.srch_in_f {
    width: 241px;
    padding: 5px 30px 5px 10px;
}
input#searchText {
    border-color: #D3D6DA !important;
}
/*contact*/
.contact-box {
    width: 338px;
    height: 236px;
    background: #FFFFFF;
    border: 1px solid #DADADA;
    border-radius: 14px;
    position: relative;
}
.contact_icon {
    position: absolute;
    right: 10px;
    top: 10px;
}

.modal-content.cancle_student_drive {
    width: 438px;
    height: 377px;
    background: #FFFFFF;
    border-radius: 25px;
}