/* search code */
/* .searchInput input{
    height: 55px;
    width: 100%;
    outline: none;
    border: none;
    border-radius: 5px;
    padding: 0 60px 0 20px;
    font-size: 18px;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
  }
   */

   .pswd_eye {
    z-index: 9;
    position: absolute;
    right: 1rem;
    top: 2rem;
    padding: 10px 10px 7px;
    margin-top: 2px;
    border-radius: 10px;
    cursor:pointer;
}   
.group_student_number img {
    margin-right: 6.18px;
    /*vertical-align: baseline;*/
}

.searchInput.active input {
    border-radius: 5px 5px 0 0;
}

.searchInput .resultBox {
    padding: 0;
    opacity: 0;
    pointer-events: none;
    max-height: 280px;
    overflow-y: auto;
}

.searchInput.active .resultBox {
    padding: 10px 8px;
    opacity: 1;
    pointer-events: auto;
    position: absolute;
    z-index: 999;
    width: 233px;
    height: 144px;
    border-radius: 7px;
    border: 1px solid;
    background: #fff;
    border-color: #DADADA;
}

.resultBox li {
    list-style: none;
    padding: 8px 12px;
    display: none;
    width: 100%;
    cursor: default;
    border-radius: 3px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    font-weight: 500;
}


.searchInput.active .resultBox li {
    display: block;
}

.resultBox li:hover {
    background: #efefef;
}

/* .searchInput .icon{
    position: absolute;
    right: 0px;
    top: 0px;
    height: 55px;
    width: 55px;
    text-align: center;
    line-height: 55px;
    font-size: 20px;
    color: #000;
    cursor: pointer;
  } */
.form8 {
    width: 232px;
    height: 55px;
    border: 1px solid #DADADA;
    border-radius: 12px;
    font-weight: 500;
    color: #1C1F24;
    padding: 0 30px;
    font-size: 18px
}

.login_btn {
    width: 528px;
    height: 56px;
    left: 456px;
    top: 616px;
    font-size: 20px;
    font-weight: 400;
    background: #005826;
    border-radius: 12px;
    color: #fff;
}

.search_img {
    position: relative;
    bottom: 2.5rem;
    padding: 0px 2px 1px 7px;
}

i#eye {
    transform: scaleX(-1);
}

.student_modal_head {
    font-size: 24px;
    font-weight: 600;
}

.coustom_car_btn {
    background: #0B5D2D !important;
    border-color: #0B5D2D !important;
    font-size: 18px;
    border-radius: 10px;
    width: 248px;
    height: 48px;
    color: #FFFFFF;
}

.close_btn {
    width: 148px;
    height: 43px;
    left: 646px;
    top: 680px;
    background: #FFFFFF;
    border: 1px solid #DADADA;
    border-radius: 10px;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    /* identical to box height */

    text-align: center;

    color: #1C1F24;
}

.manger_name {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 14px;
    /* identical to box height, or 93% */

    text-align: center;

    color: #1C1F24;

}

/*.coustom_instructor_btn {*/
/*    background: #0B5D2D !important;*/
/*    border-color: #0B5D2D !important;*/
/*    font-size: 16px;*/
/*    border-radius: 10px;*/
/*    width: 266px;*/
/*    height: 48px;*/
/*    color: #FFFFFF;*/
/*    padding: 8px 15px !important;*/
/*}*/
.coustom_instructor_btn {
    background: #0B5D2D !important;
    border-color: #0B5D2D !important;
    font-size: 18px;
    font-weight:500;
    border-radius: 10px;
    width: 266px;
    height: 48px;
    color: #FFFFFF;
    padding: 8px 5px !important;
}

.history_btn {
    width: 122px;
    height: 48px;
    background: #0B5D2D;
    border-radius: 10px;
}

.ride_box {
    width: 100%;
    height: 310px;
    background: #FFFFFF;
    border: 1px solid #DADADA;
    border-radius: 14px;
}
.ride_date{
    font-size: 14px;
    font-weight: 700;
}
.ride_time{
    font-size: 13px;
    font-weight: 700;   
    color: #14A852;
}
.ride2_time{
    color: #FF3838;
    font-size: 14px;
    font-weight: 400;
}
.coustom_check {

    width: 20px;
    height: 20px;

}

.group_images {
    height: 77px;
    width: 77px;
    border: 3px solid #FFFFFF;
    border-radius: 46px;
    margin-right: -14px;
}

.group_name_box {
    text-align: center;
}

.btn-soft-light {
    font-size: 16px;
    font-weight: 500;
    color: #29343E;
}

i.fa.fa-times-circle {
    color: #EF3D3D;
    font-size: 25px;
    cursor: pointer;
    position: relative;
    bottom: 1rem;
    right: 0.7rem;
}

span.new_r {
    color: #505252;
    font-size: 14px;
    font-weight: 400;
}

span.rat_mun {
    margin-right: 10px;
}

.Recenzie-text {
    position: absolute;
    top: -22px;
    left: 11rem;
    color: #505252;
    font-size: 14px;
}

.progress_text {
    font-weight: 500;
    font-size: 12px;
}

.forgot-psw_btn {
    width: 528px;
    height: 56px;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    text-align: center;

    color: #FFFFFF;

    background: #005826;
    border-radius: 12px;
}

.select2_class {
    width: 309px;
    height: 48px;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    /* identical to box height */
    padding: 13px;

    color: #656969;

    background: #FFFFFF;
    /* Borders */

    border: 1px solid #DADADA;
    border-radius: 14px;
}

.label_head_new {
    font-size: 18px;
    font-weight: 500;
    color: #666666;
    margin-right: 5px;
}

.contact_btn_mo {
    width: 188px;
    height: 48px;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    padding: 8px 15px !important;
    /* identical to box height */
    color: #FFFFFF;
    background: #0B5D2D;
    border-radius: 10px;
}

.contact_btn_mo img {
    margin-right: 6px;
}

.right_modal {
    width: 438px;
    height: 423px;
    background: #FFFFFF;
    border-radius: 25px;

}

.Uloziť_btn {
    width: 148px;
    height: 43px;
    background: #FFFFFF;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    /* identical to box height */

    text-align: center;

    color: #1C1F24;

    border: 1px solid #DADADA;
    border-radius: 10px;
}

.naozaj {
    font-weight: 600;
    font-size: 30px;
    text-align: center;

    color: #1C1F24;
}

.confirm_modal {
    width: 438px;
    height: 423px;

    background: #FFFFFF;
    border-radius: 25px;
}

.del_btn {
    background: #005826;
    border-radius: 12px;
    width: 148px;
    height: 43px;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
}

.confirm_del {
    font-weight: 600;
    font-size: 30px;

    text-align: center;

    color: #1C1F24;

}

.color_head {
    font-weight: 500;
    font-size: 22px;
}

.green_color {
    width: 52px;
    height: 52px;
    border-radius: 26px;

    background: #37A042;
}

.red_color {
    width: 52px;
    height: 52px;
    border-radius: 26px;

    background: #EF282D;
}

.blue_color {
    width: 52px;
    height: 52px;
    border-radius: 26px;

    background: #692CFF;
}

.black_color {
    width: 52px;
    height: 52px;
    border-radius: 26px;

    background: #000000;
}

.add_color_btn {
    width: 175px;
    height: 48px;
    color: #fff;
    background: #0B5D2D;
    border-radius: 10px;
    font-weight: 500;
    font-size: 15px;
}

.color_class {
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-top: 10px;
    color: #818285;
    text-align: center;
}

.label_class {
    font-weight: 400;
    font-size: 16px;
    color: #666666;

}

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

.pridrot_btn {
    width: 245px;
    height: 48px;
    background: #0B5D2D;
    border-radius: 10px;
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    color: #FFFFFF;

}

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

.fee_content {
    font-weight: 600;
    font-size: 28px;
    line-height: 33px;
    text-align: center;

    color: #1C1F24;

}

.pencil_class {}

.coustom_input_btn {
    width: 115px;
    height: 36px;
    background: #005826;
    border-radius: 9px;
    position: absolute;
    right: 4rem;
    top: 33px;
    font-size: 16px;
    color: #FFFFFF;

    /* identical to box height */

    text-align: center;

    color: #FFFFFF;

}

.fee_btn {
    width: 148px;
    height: 43px;
    background: #005826;
    border-radius: 12px;
    color: #fff;
}

.td_head {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #5D5E60;
}

.instructors-img {
    width: 82px !important;
    height: 82px;
    object-fit: cover;
    border-radius: 50px;
}

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

.ride {
    font-weight: 500;
    font-size: 22px;
}

.date_control {
    width: 230px;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #CACACA;
    border-radius: 12px;
    margin: auto;
    font-weight: 500;
    font-size: 16px;
}

.date_control1 {
    width: 186px;
    height: 44px;


    background: #FFFFFF;
    border: 1px solid #CACACA;
    border-radius: 12px;
}

.input_control {
    width: 81px;
    height: 44px;
    background: #FFFFFF;
    border: 1px solid #CACACA;
    border-radius: 12px;
    margin: auto;
}

.fee {
    font-weight: 400;
    font-size: 16px;
    color: #0B5D2D;
}

.Aktivovať_btn {
    width: 198px;
    height: 50px;
    background: #005826;
    border-radius: 12px;
    margin: auto;
    color: #fff;
}

.min {
    font-weight: 600;
    font-size: 16px;
    color: #0B5D2D;
}

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

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

.amount_btn {
    width: 110px;
    height: 44px;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    background: #0B5D2D;
    border-radius: 10px;
}

.admin {
    font-size: 22px;
    font-weight: 500;
}

.Contact_developers_btn {
    width: 221px;
    height: 50px;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: #FFFFFF;
    border-color: #E40F15;
    background: #E40F15;
    border-radius: 25px;
    color: #fff;
    z-index: 9;
    padding: 0 23px 3px 2px;
}

.devloper_div {
    position: absolute;
    right: 53px;
    /* bottom: 25px; */
}

.forget_psw {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: right;
    text-decoration: underline !important;
    color: #111111;
}

.form-login {
    width: 640px;
    height: auto;
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
    border-radius: 26px !important;
}

.log_name {
    font-weight: 500;
    font-size: 32px;
    color: #333333;
    font-family: 'Roboto';
}

.admin_name {
    font-weight: 700;
    font-size: 32px;
    color: #333333;

}

.zobrazit_class {
    font-weight: 400;
    font-size: 18px;
    color: rgba(102, 102, 102, 0.8);
    position: relative;
    left: 24rem;
}

.bg-success {
    background-color: #0B5D2D !important;
}

.coustom_star {
    height: 20px;
    width: 20px;
    color: #FFBB00;
}

.coustom_bar {
    width: 227px;
    height: 10px;
}

.number_review {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #505252;
}

.theory-content_modal {
    width: 716px;
    height: auto;
    background: #FFFFFF;
    border-radius: 25px;
}

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

.bezny_student {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #1C1F24;
}

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

.meno {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
}

.new_edit_btn {
    width: 442px;
    height: 56px;
    background: #005826;
    border-radius: 12px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #FFFFFF;
}



.meno_name {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #1C1F24;
}

.coustom_checkbox {
    border-radius: 9px !important;
    width: 45px;
    height: 45px;
}

.checkbox_label {
    font-weight: 400;
    font-size: 22px;
    color: #656969;
    position: relative;
    right: 1rem;
    top: 0.5rem;
}

.new_btn_cls {
    right: 10px;
    top: 5px;
    position: absolute;
}

.car_logo {
    position: relative;
    left: 46.71%;
    right: 46.69%;
}

.theory_save_btn {
    width: 248px;
    height: 50px;
    color: #fff;
    background: #005826;
    border-radius: 12px;
    font-size: 20px;
    font-weight: 400;
}

.color_code_input {
    width: 378px;
    height: 46px;
    background: #FFFFFF;
    border: 1px solid #DADADA;
    border-radius: 12px;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #1C1F24;
}

.hexa_label {
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;

    color: #8F8F8F;

}

.delete_color_content {
    font-weight: 600;
    font-size: 34px;
    line-height: 40px;
    text-align: center;

    color: #1C1F24;
}

.confirm_color_del_btn {
    width: 194px;
    height: 48px;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    text-align: center;

    color: #FFFFFF;
    background: #FF3838;
    border-radius: 12px;
}

.color_del_btn {
    width: 374px;
    height: 43px;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    /* identical to box height */

    text-align: center;

    color: #FFFFFF;

    background: #0B5D2D;
    border-radius: 10px
}

.td_class {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #5D5E60;
}

.tr_class {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #1D242E;
}

.green {
    font-size: 14px;
    font-weight: 500;
    color: #005826;
}

.red {
    font-size: 14px;
    font-weight: 500;
    color: #E40F15;
}

.text-success {
    color: #005826 !important;
    width: 25px;
    height: 25px;
}

.circle-chart {
    width: 25px;
    height: 25px;
}

.circle-chart__circle {
    stroke: #00acc1;
    stroke-width: 2;
    stroke-linecap: square;
    fill: none;
    animation: circle-chart-fill 2s reverse;
    /* 1 */
    transform: rotate(-90deg);
    /* 2, 3 */
    transform-origin: center;
    /* 4 */
}

/**
   * 1. Rotate by -90 degree to make the starting point of the
   *    stroke the top of the circle.
   * 2. Scaling mirrors the circle to make the stroke move right
   *    to mark a positive chart value.
   * 3. Using CSS transforms on SVG elements is not supported by Internet Explorer
   *    and Edge, use the transform attribute directly on the SVG element as a
   * .  workaround.
   */

.circle-chart__circle--negative {
    transform: rotate(-90deg) scale(1, -1);
    /* 1, 2, 3 */
}

.circle-chart__background {
    stroke: #efefef;
    stroke-width: 4;
    fill: none;
}

.circle-chart__info {
    animation: circle-chart-appear 2s forwards;
    opacity: 0;
    transform: translateY(0.3em);
}

.circle-chart__percent {
    alignment-baseline: central;
    text-anchor: middle;
    font-size: 8px;
}

.circle-chart__subline {
    alignment-baseline: central;
    text-anchor: middle;
    font-size: 3px;
}

.success-stroke {
    stroke: #00C851;
}

.warning-stroke {
    stroke: #ffbb33;
}

.danger-stroke {
    stroke: #ff4444;
}

@keyframes circle-chart-fill {
    to {
        stroke-dasharray: 0 100;
    }
}

@keyframes circle-chart-appear {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.skills {
    color: black;
}

.skills_section {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 80px;
}

.skill-head {
    margin: 80px 0;
}

.skill-head h1 {
    font-size: 60px;
    font-weight: 700;
}


.skill-head p {
    margin-bottom: 10px;
}

.skills-area {
    margin-top: 5%;
    display: flex;
    flex-wrap: wrap;
}



.success-stroke {
    stroke: #005826;
}

.circle-chart__background {
    stroke: #ede4e4;
    stroke-width: 1;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

    .skill-head {
        margin: 50px 0;
    }

    .skill-head h1 {
        font-size: 30px;
    }

    .skill-icon {
        width: 50%;
    }

    .skill-icon i {
        font-size: 70px;
    }

    .single-skill {
        width: 50%;
    }

    .circle-chart {
        width: 130px;
        height: 130px;
    }
}

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

.form-control2 {
    width: 528px;
    height: 56px;
    border-radius: 12px;
}

.label_head {

    font-size: 14px;
    font-weight: 400;
    color: #666666;
    margin-right: 5px;
}

.select_head {
    font-weight: 700;
    font-size: 16px;
    color: #005826;
    width: 442px;
    height: 44px;
    background: #F4FAF7;
    border-radius: 12px;
}

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

.group_box {
    min-width: 338px;
    height: 236px;
    background: #FFFFFF;
    border: 1px solid #DADADA;
    border-radius: 14px;
    margin-bottom: 31px;
}

.image1 {
    position: relative;
    left: 2rem;
}

.image2 {
    position: relative;
}

img.image3 {
    position: relative;
    right: 2rem;
}

.instructor_del {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 34px;
    line-height: 40px;
    text-align: center;

    color: #1C1F24;
}

img.image4 {
    position: relative;
    right: 3rem;
}

.cross_btn {
    height: 35px;
    width: 35px;
    /* position: relative;
    bottom: 1.5rem;
    left: 1.5rem;
    cursor: pointer; */

}

.group_name {
    font-weight: 700;
    font-size: 18px;
    color: #1C1F24;
}

.students_no {
    font-weight: 400;
    font-size: 15px;
    color: #1C1F24;
}

.select_class {
    width: 140px;
    height: 43px;
    border: 1px solid #DADADA;
    border-radius: 10px;
    position: relative;
    padding: 0.375rem 2.25rem 0.375rem 2.75rem;
    margin-right: 10px;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;

}

.confirm_del_content {
    font-weight: 600;
    font-size: 30px;
    line-height: 35px;
    text-align: center;

    color: #1C1F24;
}

.delete_group_name {
    font-weight: 600;
    font-size: 30px;
    line-height: 35px;
    text-align: center;

    color: #37A042;
}

/*.select_box {*/
/*    position: relative;*/
/*    left: 18rem;*/
/*}*/

.group_btn {
    width: 210px;
    height: 48px;
    background: #0B5D2D;
    border-radius: 10px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    padding: 0px;

}

.car_btn {
    width: 188px;
    height: 48px;
    background: #0B5D2D;
    border-radius: 10px;
    color: #fff;
}

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

.car_name {
    font-weight: 700;
    font-size: 18px;
    color: #242731;
}

.car_name2 {
    font-weight: 400;
    font-size: 17px;
    color: #72767C;
}

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

.group_modal {
    width: 538px;
    height: auto;
    background: #FFFFFF;
    border-radius: 25px;
    overflow-y: auto !important;
}

.camera {
    position: relative;
    left: 4px;
    top: 2px;

}

.image5 {
    height: 68px;
    width: 68px;
    border-radius: 50px;
    object-fit: cover;
}

.form-ctl {
    background: #FFFFFF;
    border: 1px solid #CACACA;
    border-radius: 12px;
    width: 214px;
    height: 44px;
}

.form-ctl2 {
    width: 442px;
    height: 44px;
    background: #FFFFFF;
    border: 1px solid #CACACA;
    border-radius: 12px;
}

.group_student_name {
    font-weight: 700;
    font-size: 18px;
}

.group_student_number {
    font-weight: 400;
    font-size: 15px;
    color: #656969;
}

.menu.activeness {
    /* background: #E3F2FD; */
    font-size: 0.65rem;
    border-left: 1px solid #0085dd;
}

.modal.fade:not(.in).left .modal-dialog {
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
}

.modal.fade:not(.in).right .modal-dialog {
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
}

.modal.fade:not(.in).bottom .modal-dialog {
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0);
}

.modal.right .modal-dialog {
    position: absolute;
    top: 0;
    right: 45px;
    margin: 0;
}

.modal.left .modal-dialog {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
}

.modal.left .modal-dialog.modal-sm {
    max-width: 300px;
}

.modal.left .modal-content,
.modal.right .modal-content {
    min-height: 100vh;
    border: 0;
}

.main_modal {
    position: absolute;
    top: 140px !important;
}

.inst_right_close {
    position: absolute;
    top: 20px;
    font-size: 30px;
    color: #000 !important;
}

.instructors_right_side .modal-title {
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 33px;
    text-align: center;
    color: #29343E;
}

.include-profile {
    height: 56px;
    left: 1066px;
    top: 943px;
    background: #005826;
    border-radius: 12px;
    border-color: #005826;
}

.student_detail_box {
    background: #F4FAF7;
    border-radius: 18px;
    width: 480px;
    height: 111px;
}

.lessons {
    font-weight: 600;
    font-size: 24px;
    color: #000000;
}

.remainig {
    font-weight: 500;
    font-size: 16px;
    color: #656969;
}

/* .modal_padding{
    margin-right: 1.5rem ;
    margin-left: 1.5rem ;
} */
.history {
    /* width: 530px; */
    height: 814px;
    background: #F4FAF7;
    border-radius: 25px;
    padding: 40px 6px;
    overflow: scroll;
}

.history_name {
    font-weight: 600;
    font-size: 24px;
    color: #000000;
    /* position: relative;
    top: 1rem;
    left: 2rem; */
}

.driver_lesson {
    width: 473px;
    height: 130px;
    background: #FFFFFF;
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
}

.active_name {
    font-weight: 700;
    font-size: 20px;
    color: #0B5D2D;
}

.time {
    font-weight: 700;
    font-size: 14px;
    color: #14A852;
}

.month {
    font-weight: 700;
    font-size: 16px;
    color: #1C1F24;
}

.traffic {
    font-weight: 400;
    font-size: 14px;
    color: #797D83
}

.driver_img {
    width: 82px;
    height: 82px;
}

.driver_box {
    width: 662px;
    height: auto;
    margin-bottom: 15px;
    background: #FFFFFF;
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    padding: 4px 4px 3px 23px;
}

.main_attandance_box {
    margin-left: -69px;
}

/*.notification-control1:{*/
/*        border: 1px solid #FF0000!important;*/
/*}*/
input.form-control.notification-control1:focus {
    border: 1px solid #FF0000;
}

.s_name {
    font-weight: 400;
    font-size: 14px;
    color: #797D83;
}

.day {
    font-weight: 600;
    font-size: 17px;
    color: #03045E;
}

.driver_name {
    font-weight: 600;
    font-size: 16px;
    color: #1C1F24;
}

.time_box {
    border-bottom: 1px dashed #000000;
    ;
}

.student_main_box {
    width: 530px;
    height: auto;
    background: #fff;
}

.badge_complete {
    width: 88px;
    height: 25px;
    background: #03045E;
    border-radius: 25px;
    font-weight: 700;
    font-size: 9px;
    margin-top: 14px;

    padding: 7px 2px 1px 3px;
}

.date_time {
    font-weight: 700;
    font-size: 17px;
    color: #1C1F24;
    margin-top: 17px;

}

.date_time2 {
    font-weight: 400;
    font-size: 15px;
    color: #797D83;

}

.attendens {
    font-weight: 400;
    font-size: 15px;
    color: #797D83;
}

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

.pencil {
    position: relative;
    right: 1.5rem;
    top: 0.5rem;
}

.theory_lesson {
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;

    color: #000000;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    /*background-color: #DEF3E9;*/
    width: 256px;
    height: 60px;
    border-bottom: 2px solid #0B5D2D;
}

.btn-soft-light {
    color: #000 !important;
}

.coustom_dropdwon {
    background: #FFFFFF;
    border: 1px solid #DADADA;
    border-radius: 12px;
    width: 232px;
    height: 55px;
}

.coustom_dropdown-menu {
    width: 232px;
    height: 255px;
    background: #FFFFFF;
    border: 1px solid #DADADA;
    box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
}

.head_content {
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;

    color: #8F8F8F;
}

.coustom_dropdown-item {
    padding: 15px 6px 6px 22px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #818285;
    border-bottom: 1px solid #DADADA
}

.drop_arrow {
    position: relative;
    left: 4rem;
}

.drop_arrow2 {
    position: relative;
    left: 2rem;
}

.drop_arrow3 {
    position: relative;
    left: 3rem;
}

.sessons {
    font-weight: 500;
    font-size: 36px;
    line-height: 42px;

    color: #000000;

}

.schedule_btn {
    width: 261px;
    height: 48px;
    background: #0B5D2D;
    border-radius: 10px;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;

    color: #FFFFFF;
}

.datepicker {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #707070;

}

.driver_mainbox {
    padding: 3px 4px 6px 14px;
}

.coustom_toggle {
    width: 122px;
    height: 43px;
    background: #FFFFFF;
    border: 1px solid #DADADA;
    border-radius: 10px;
}

.day {
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    text-align: right;
    color: #0B5D2D;

}

.week {
    font-weight: 500;
    font-size: 14px !important;
    line-height: 16px;
    /* 
color: #9D9D9D; */
}

.coustom_control {
    width: 340px;
    height: 43px;
    background: #FFFFFF;
    border: 1px solid #DADADA;
    border-radius: 10px;
}

.coustom_select {
    width: 140px;
    height: 43px;
    /* background: #FFFFFF; */
    border: 1px solid #DADADA;
    border-radius: 10px;
}

/*.btn:hover {*/
/*    color: #fff!important;*/
/*}*/
.toggle-password {
    float: right;
    cursor: pointer;
    margin-right: 10px;
    margin-top: -25px;
}

.upload__box {
    /*padding: 40px;*/
    display: flex;
    gap: 30px;
}

.upload__inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.upload__btn {
    display: inline-block;
    font-weight: 600;
    color: #000;
    text-align: center;
    width: 50px;
    height: 50px;
    padding: 3px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 1px dashed #DADADA;
    border-radius: 10px;
    line-height: 26px;
    font-size: 25px;
}

.upload__btn:hover {
    background-color: unset;
    color: #4045ba;
    transition: all 0.3s ease;
}

.upload__btn-box {
    margin-bottom: 10px;
}

.upload__img-wrap {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    /*margin: 0 -10px;*/
}

.upload__img-box {
    width: 50px;
    height: 50px;
    /*padding: 0 10px;*/
    /*margin-bottom: 12px;*/
    border-radius: 10px;
    border: 1px dashed #ccc;
}

.upload__img-close {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #EF3D3D;
    position: absolute;
    top: 3px;
    right: -12px;
    text-align: center;
    line-height: 24px;
    z-index: 1;
    cursor: pointer;
}

.upload__img-close:after {
    content: "✖";
    font-size: 14px;
    color: white;
}

.img-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-bottom: 100%;
    height: 50px;
    width: 50px;
}

.attandance_box {
    width: 393px;
    height: auto;
    background: #F4FAF7;
    border-radius: 25px;
}

.attentd-group {
    width: 339px;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.08);
    border-radius: 13px;
    padding: 15px 8px 15px 17px;
}

.attentd-group .user {
    margin-right: 12px;
}

.attandance_head {
    padding: 22px 2px 4px 15px;
}

.attend_srudent_img {
    width: 39px;
    height: 39px;
    border-radius: 50px;
}

.attentd-group {
    width: 339px;
    height: 69px;

    margin-bottom: 12px;
    background: #FFFFFF;
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.08);
    border-radius: 13px;
}

.attentd-group.mx-auto.d-flex.attendance_box {
    background: #EF3D3D;
    color: #fff !important;
    position: relative;
}

.attendance_box .attandent_name {
    color: #fff;
}

.attendance_box .cross_head {
    color: #fff;
}

img.attend_cross {
    display: none;
}

.attendance_box img.attend_cross {
    display: block !important;
    position: absolute;
    right: 20px;
    top: 18px;
    cursor: pointer;
}

.attandent_name {
    font-weight: 500;
    font-size: 16px;
    color: #1C1F24;
}

.attandent_name2 {
    font-weight: 500;
    font-size: 16px;
    color: #fff;
}

.cross_head {
    font-weight: 400;
    font-size: 11px;
    color: #797D83;

}

.cross_head2 {
    font-weight: 400;
    font-size: 11px;
    color: #fff;

}

.edit_img_cls {
    width: 50px;
    height: 50px;
    border: 2px dashed #ccc;
    border-radius: 10px;
}

.attentd-group2 {
    width: 339px;
    height: 69px;

    margin-bottom: 12px;
    background: #EF3D3D;
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.08);
    border-radius: 13px;

}

.nsapat_btn {
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    border-radius: 12px;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    /* identical to box height */

    text-align: center;

    color: #656969;
}

.upravit_btn {
    background: #0B5D2D;
    border-radius: 12px;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    /* identical to box height */

    text-align: center;

    color: #FFFFFF;
    width: 338px;
    height: 50px;
}

.attendbox_footer {
    position: relative;
    top: 9rem;
}

.driver_box:hover {
    border: 3px solid #0B5D2D;
}

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

.poplatkom_btn {
    width: 148px;
    height: 43px;
    background: #0B5D2D;
    border-radius: 10px;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
}

.poplatku_btn {
    width: 148px;
    height: 43px;
    background: #FFFFFF;
    border: 1px solid #0B5D2D;
    border-radius: 10px;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    /* identical to box height */

    text-align: center;

    color: #0B5D2D;
}

.vestci {
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    /* identical to box height, or 136% */


}

/* select css start */
.select-menu {
    width: 330px;
    /* margin: 50px auto; */
}

.select-menu .select-btn {
    display: flex;
    width: 480px;
    height: 50px;
    background-color: #F4FAF7;
    padding: 20px;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    /* identical to box height */


    color: #005826;
    border-radius: 12px;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;

}

.select-menu .options {
    position: absolute;
    width: 330px;
    overflow-y: auto;
    max-height: 295px;

    margin-top: 10px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-duration: 0.35s;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.35s;
    -webkit-animation-fill-mode: both;
    border: 1px solid #CACACA;
    list-style: none;
}

.select-menu .options .option {
    /*width: 480px;*/
    height: auto;
    background: #FFFFFF;
    cursor: pointer;
    padding: 11px 10px;
    background: #FFFFFF;
    border-bottom: 1px solid #CACACA;


}

.select-menu .options .option:hover {
    background: #F4FAF7;
}

.select-menu .options .option i {
    font-size: 25px;
    margin-right: 12px;
}

.select-menu .options .option .option-text {
    font-size: 16px;
    color: #242731;
    font-weight: 500;
}

.select-menu .options .option:hover span.option-text {
    color: #005826;
}

.inst_del {
    font-weight: 600;
    font-size: 34px;
    line-height: 40px;
    /* identical to box height */

    text-align: center;

    color: #1C1F24;

}

.modal-title1 {
    margin-right: 7.5rem;
    margin-left: 6.5rem;
}

.select-btn i {
    font-size: 25px;
    transition: 0.3s;
}

.select-menu.active .select-btn i {
    transform: rotate(-180deg);
}

.select-menu.active .options {
    display: block;
    opacity: 0;
    z-index: 10;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation-duration: 0.4s;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    width: 480px;
    border-radius: 12px;
    overflow-x: hidden;
    padding: 0px 3px 0;
}

label.blue_camera {
    background: #03045E !important;
}

@keyframes fadeInUp {
    from {
        transform: translate3d(0, 30px, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes fadeInDown {
    from {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }

    to {
        transform: translate3d(0, 20px, 0);
        opacity: 0;
    }
}

/* end select css */



.detail_student_link {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-decoration-line: underline;
    color: #0B5D2D;
}

/* Responsive css */
@media only screen and (max-width: 768px) {
    .car_modal {
        width: 100%;
        height: auto;
        background: #FFFFFF;
        border-radius: 25px;
    }

    .ride_box {
        width: 100%!important;
        height: auto;
    }
    .ride_calendar_img{
        display: block;
        margin: 0 auto;
    }
    .ride_time_img{
        display: block;
        margin: 0 auto;
    }
    .ride_time {
        font-size: 13px;
        font-weight: 700;
        color: #14A852;
    }
    .ride_date_div{
        margin-top:15px
    }
    .ride_date {
        font-size: 13px;
        font-weight: 700;
        margin-top: 15px;
    }
    .sub_comment_box {
        width: 300px !important;
        height: auto;
        background: #FFFFFF;
        border: 1px solid #EDEDED;
        border-radius: 15px;
        margin-bottom: 20px;

    }

    .comment-modal {
        width: 400px !important;
        height: 880px;
        background: #FFFFFF;
        border-radius: 25px;
    }

    .group_student_name {
        font-weight: 700;
        font-size: 13px;
    }

    .detail_student_link {
        font-weight: 500;
        font-size: 12px;
        line-height: 20px;
        text-decoration-line: underline;
        color: #0B5D2D;
    }

    .circle-chart {
        width: 30px;
        height: 30px;
    }

    .pridrot_btn {
        width: 150px;
        height: 52px;
        background: #0B5D2D;
        border-radius: 10px;
        font-weight: 500;
        font-size: 11px;
        line-height: 21px;
        color: #FFFFFF;
    }

    .Aktivovať_btn {
        width: 100% !important;
        height: 50px;
        background: #005826;
        border-radius: 12px;
        margin: auto;
        color: #fff;
    }

    .coustom_instructor_btn {
        background: #0B5D2D !important;
        border-color: #0B5D2D !important;
        font-size: 12px;
        border-radius: 10px;
        width: auto;
        height: auto;
        color: #FFFFFF;
        padding: 6px;
    }

    .first_select {
        width: 300px !important;
        height: 44px;
        background: #FFFFFF;
        border: 1px solid #CACACA;
        border-radius: 12px;
    }

    .newadd_modal {
        width: 100% !important;
        height: auto;
        background: #FFFFFF;
        border-radius: 25px;
        padding: 0 0 0 20px;
    }

    .cancel_ride {
        width: 100%;
        height: 377px;
        background: #FFFFFF;
        border-radius: 25px;
    }

    .theory_modal {
        width: 100% !important;
        /* height: auto; */
        background: #FFFFFF;
        border-radius: 25px;
    }

    .group_select {
        width: 300px !important;
        height: 44px;
        background: #F4FAF7;
        border-radius: 12px;
        font-weight: 700;
        font-size: 16px;
        line-height: 19px;
        color: #005826;
    }

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

    .modal_padding {
        margin-right: 0rem !important;
        margin-left: 0rem !important;
    }

    .modal_student {
        width: 100% !important;
        height: auto;
        background: #FFFFFF;
        border-radius: 25px;
    }

    .form-ctl2 {
        width: 100% !important;
        height: 44px;
        background: #FFFFFF;
        border: 1px solid #CACACA;
        border-radius: 12px;
    }

    .form-ctl {
        background: #FFFFFF;
        border: 1px solid #CACACA;
        border-radius: 12px;
        width: 100% !important;
        height: 44px;
    }

    input.form-control.instructors_input_1 {
        width: 100%;
        height: 44px;
        background: #FFFFFF;
        border: 1px solid #CACACA;
        border-radius: 12px;
        margin-bottom: 19px;
    }

    .select_head {
        font-weight: 700;
        font-size: 16px;
        color: #005826;
        width: 100% !important;
        height: 44px;
        background: #F4FAF7;
        border-radius: 12px;
    }

    .select_head2 {
        font-weight: 700;
        font-size: 16px;
        color: #005826;
        width: 100% !important;
        height: 44px;
        background: #F4FAF7;
        border-radius: 12px;
    }

    .notification_btn {
        width: 195px !important;
        height: 42px !important;
        background: #005826;
        border-radius: 12px;
        border-color: #005826;
    }

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

    .zobrazit_class {
        font-weight: 400;
        font-size: 18px;
        color: rgba(102, 102, 102, 0.8);
        position: relative;
        left: 8rem;
    }

    .form-login {
        width: 349px;
        height: 445px;
        background: #FFFFFF;
        border: 1px solid #E1E1E1;
        border-radius: 26px !important;

    }

    .Contact_developers_btn {
        width: 221px;
        height: 50px;
        font-weight: 400;
        font-size: 18px;
        line-height: 18px;
        color: #FFFFFF;
        border-color: #E40F15;
        background: #E40F15;
        border-radius: 25px;
        color: #fff;
        z-index: 9;
        margin-top: 3rem;
    }

    .form-signin {
        width: 350px !important;
        height: auto;
        background: #FFFFFF;
        border: 1px solid #E1E1E1;
        border-radius: 26px !important;
    }

    .log_name {
        font-weight: 500;
        font-size: 25px;
        color: #333333;
        font-family: 'Roboto' !important;
    }

    .admin_name {
        font-weight: 700;
        font-size: 25px;
        color: #333333;
    }

    .form-control2 {
        width: 276px;
        height: 56px;
        border-radius: 12px;
    }

    .notification-section {
        width: auto !important;
        height: auto;
        background: #F4FAF7;
        border-radius: 25px;
        padding: 23px 25px 15px 24px;
    }

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

    .notification-control {
        width: 100% !important;
        height: 50px;
        background: #FFFFFF;
        border: 1px solid #CACACA;
        border-radius: 12px;
        margin-bottom: 15px;
        outline: none !important;
    }

    .modal_button button.btn.btn-success {
        background: #0b5d2d !important;
        border-color: #0b5d2d !important;
        font-size: 14px;
        width: 100%;
        height: 56px;
        font-weight: 400 !important;
        border-radius: 10px;
    }

    .driver_box {
        width: 334px;
        height: auto;
        background: #FFFFFF;
        box-shadow: 0px 1px 7px rgb(0 0 0 / 8%);
        border-radius: 16px;
        margin-bottom: 15px;
        padding: 6px 7px 6px 29px;
    }

    .driver_mainbox {
        padding: 0px 19px 31px 8px;
    }

    .driver_lesson {
        width: 320px;
        height: 130px;
        background: #FFFFFF;
        box-shadow: 0px 1px 7px rgb(0 0 0 / 8%);
        border-radius: 16px;
        margin-left: 0px;
    }

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

    .edit_group_control {
        width: 303px;
        height: 44px;
        background: #FFFFFF;
        border: 1px solid #CACACA;
        border-radius: 12px;
    }

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

    .coustom_car_btn {
        background: #0B5D2D !important;
        border-color: #0B5D2D !important;
        font-size: 13px;
        border-radius: 10px;
        width: 193px;
        height: 48px;
        color: #FFFFFF;
    }

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

    .history {
        /* width: 530px; */
        height: auto;
        background: #F4FAF7;
        border-radius: 25px;
        position: relative;
        bottom: 10rem;
        padding: 40px 6px;
    }

    .instructors_icon {
        position: absolute;
        top: 15px;
        right: 28px;
    }

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

    /* .notification-section {
        width: 370px;
        height: auto;
        background: #F4FAF7;
        border-radius: 25px;
        padding: 23px 33px 15px 24px;
    } */

    .notification_btn {
        width: 313px !important;
        height: 56px;
        background: #005826;
        border-radius: 12px;
        border-color: #005826;
    }

    .instructor-text {
        text-align: center;
    }



    input.form-control.instructors_input {
        width: 100%;
        height: 44px;
        background: #FFFFFF;
        border: 1px solid #CACACA;
        border-radius: 12px;
        margin-bottom: 19px;
    }

    .group_btn {
        width: 141px;
        height: 40px;
        background: #0B5D2D;
        border-radius: 10px;
        color: #fff;
        font-weight: 500;
        font-size: 14px;
        padding: 0px;
        margin-right: 0px;
    }

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

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

    .attentd-group {
        width: 274px;
        height: 69px;
        margin-bottom: 12px;
        background: #FFFFFF;
        box-shadow: 0px 1px 7px rgb(0 0 0 / 8%);
        border-radius: 13px;
    }

    .attentd-group2 {
        width: 274px;
        height: 69px;

        margin-bottom: 12px;
        background: #EF3D3D;
        box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.08);
        border-radius: 13px;

    }

    .attandance_box {
        width: 326px;
        height: 770px;
        background: #F4FAF7;
        border-radius: 25px;
        position: relative;
        bottom: 10rem;
    }
}

.wrapper {

    /*max-width: 1080px;*/
    width: 100%
}

h1 {
    font-size: 9vmin;
    text-align: center;
    line-height: 1;
    color: #333;

}

.sticky-header {
    height: var(--sticky-height);
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--body-bg);
    z-index: 7;
    position: sticky;
    top: 0;
    font-weight: 700;
    overflow: hidden;
}

.sticky-header span {
    opacity: 0;
    transform: translateY(-100%);
    transition: .4s;
}

.reveal .sticky-header span {
    opacity: 1;
    transform: none;
}

.table {
    position: relative;
    border: solid var(--bd-color);
    border-width: 0 1px 0 0;
    overscroll-behavior: contain;
}

.headers {
    top: var(--sticky-height);
    position: -webkit-sticky;
    position: sticky;
    display: flex;
    justify-content: flex-end;
    z-index: 1;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.04);
}

.tracks,
.scroller {
    display: flex;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.scroller {
    overflow-x: hidden;
    flex: 1;
}

.tracks {
    overflow: auto;
}

.tracks::-webkit-scrollbar,
.scroller::-webkit-scrollbar {
    display: none;
}

.track {
    flex: 1 0 22%;
}

.track+.track {
    margin-left: -1px;
}

.time {
    flex: 0 0 var(--time-width);
    position: -webkit-sticky;
    position: sticky;
    left: 0;
}

.headers .time {
    z-index: 5;
}

.tracks .time {
    box-shadow: 20px 0 50px rgba(0, 0, 0, 0.05);
}

time {
    font-weight: 600;
    font-size: 12px;
    letter-spacing: .03em;
}

time {
    color: hsl(210, 5%, 70%);
    text-align: right;
}

.time .heading {
    justify-content: flex-end;
    padding-right: 1em;
    font-weight: 500;
    background: #F9F9F9;
}

.heading {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    border: solid var(--bd-color);
    border-width: 1px;
    color: hsla(210, 5%, 40%, 1);
    z-index: 1;
    background: var(--thead-bg);
    font-weight: 700;
}

.entry {
    border: 1px solid #ebebeb;
    border-top: 0;
    background: var(--body-bg);
    height: 55px;
    padding: 1em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 141px;
}

.entry:not(:last-of-type) {
    border-bottom-style: dashed;
}

.track:last-of-type>div {
    border-right: 0;
}

.time .entry,
.time .heading {
    position: relative;
    border-color: transparent var(--bd-color) var(--bd-color) transparent;
    border-color: transparent var(--bd-color) transparent transparent;
}

.time .entry:after,
.time .heading:after {
    content: '';
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 50%;
    height: 1px;
    z-index: 3;
    background: linear-gradient(to left, var(--bd-color), var(--body-bg));
}

.double {
    height: 18em;
}

.treble {
    height: 27em;
}

.details {
    width: 141px;
    height: 55px;
    background: #37A042;
    border-radius: 8px;
    color: #fff;
}

/*h3 {*/
/*  font-size: 12px;*/
/*  background: var(--theme-bg);*/
/*  padding: 2px 5px;*/
/*  font-weight: 600;*/
/*  line-height: 1.4;*/
/*  border-radius: 2px;*/
/*  color: var(--theme-color);*/
/*  width: max-content;*/
/*}*/

.yellow {
    --theme-color: hsl(40, 50%, 30%);
    --theme-bg: #ffd800;
}

.turq {
    --theme-color: hsl(180, 50%, 30%);
    --theme-bg: #00facd;
}

.blue {
    --theme-color: hsl(200, 50%, 30%);
    --theme-bg: #52F0FA;
}

.purple {
    --theme-color: hsl(235, 75%, 90%);
    --theme-bg: #473BBE;
}

.green {
    --theme-color: #2d4710;
    --theme-bg: #86F250;
}

.gray {
    --theme-color: var(--thead-bg);
    --theme-bg: #BBBCBC;
}

/*p {*/
/*  font-size: 12px;*/
/*  color: #333;*/
/*  font-weight: 500;*/
/*  margin: 0;*/
/*}*/

/*p + p {*/
/*  color: #858585;*/
/*  margin-top: 5px;*/
/*  font-weight: 400;*/
/*}*/

.buttons {
    display: flex;
    justify-content: space-between;
    position: absolute;
    z-index: 6;
    height: 100%;
    padding: 1px 0;
    width: calc(100% - var(--time-width));
}

button {
    border-radius: 0;
    border: 0;
    padding: 5px;
    font: inherit;
    display: inline-flex;
    justify-content: end;
    align-items: center;
    outline: none !important;
    cursor: pointer;
    background: var(--thead-bg);
}

button>svg {
    line-height: 0;
    /* width: 18px;
    height: 18px; */
    fill: none;
    pointer-events: none;
}
span#conatct_stu1 {
    padding: 2px 5px;
}
span#driving-complete-count{
    padding: 2px 5px;
}

.modal_tittle2 {

    font-weight: 600;
    font-size: 28px;
    line-height: 33px;
    /* identical to box height */


    text-align: center;

    color: #000000;
}

.modal_tittle3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    color: #1C1F24;
}

.btn-left {
    transform: scaleX(-1);
}


#top-of-site-pixel-anchor {
    position: absolute;
    width: 1px;
    height: 1px;
    top: 15em;
    left: 0;
}

@media (max-width: 767px) {
    .track:not(.time) {
        flex: 1 0 calc(50% + 7px);
    }

    .inst_del {
        font-size: 32px !important;
    }

    input#searchText {
        width: 100%;
    }

    img.filter_ico {
        position: absolute;
        right: 1rem !important;
        top: 13px;
    }

    .case_col {
        margin-left: 0px !important;
    }

    .pridrot_btn {
        width: fit-content !important;
        height: auto;
        background: #0B5D2D;
        border-radius: 10px;
        font-weight: 500;
        font-size: 17px;
        line-height: 21px;
        color: #FFFFFF;
    }

    /*deepak*/
    .group_flex_m {
        flex-direction: column;
        align-items: start !important;
    }

    .student_details_subox {
        width: 300px;
        height: 89px;
        background: #FFFFFF;
        box-shadow: 0px 1px 7px rgb(0 0 0 / 8%);
        border-radius: 16px;
        padding: 9px 3px 3px 21px;
    }

    .student_detail_box {
        background: #F4FAF7;
        border-radius: 18px;
        width: 300px;
        height: 111px;
    }

    .driver_lesson {
        width: 287px;
        height: 130px;
        background: #FFFFFF;
        box-shadow: 0px 1px 7px rgb(0 0 0 / 8%);
        border-radius: 16px;
        margin-left: 0px;
    }

    .select-menu .select-btn {
        display: flex;
        width: 335px;
        height: 50px;
        background-color: #F4FAF7;
        padding: 20px;
        font-weight: 700;
        font-size: 16px;
        line-height: 19px;
        color: #005826;
        border-radius: 12px;
        align-items: center;
        cursor: pointer;
        justify-content: space-between;
    }

    .notification-box .noti_time {
        float: right;
        font-size: 12px;
        font-weight: 400;
        color: #797D83;
        /* padding-top: 9px; */
        padding: 8px 11px 3px 5px;
    }

    .heading_w_content {
        margin-bottom: 14px;
        flex-direction: column;
    }

    .setting_title {
        flex-direction: column;
    }

    .content_heading {
        flex-direction: column;
    }

    .history_btn {
        width: 122px !important;
        height: 46px;
        background: #0B5D2D;
        border-radius: 10px;
        font-size: 17px;
    }

    .box_his_ride {
        width: 100% !important;
    }

    .box_his_ride1 {
        width: 100% !important;
    }

    .hide_input {
        width: auto;
    }

    .group_modal {
        width: auto;
    }

    .amount_mobile_res {
        flex-direction: column;
    }

    .amount_btn {
        width: 100%;
    }

    .mob_margin {
        margin-left: 0px !important;
    }

    .amount_input {
        width: 100%;
    }

    .add_color_btn {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .notification-control1 {
        width: 100%;
    }

    .date_control {
        width: 100%;
    }

    .contact_flex {
        flex-direction: column;
    }

    .contact_btn_mo {
        width: auto;
    }

    .menu_btn_toggle {
        float: right;
        position: absolute;
        right: 25px;
    }

    .cars_image {
        width: auto;
        height: 133px;
    }

}

:root {
    --numDays: 5;
    --numHours: 10;
    --timeHeight: 60px;
    --calBgColor: #fff1f8;
    --eventBorderColor: #f2d3d8;
    --eventColor1: #ffd6d1;
    --eventColor2: #fafaa3;
    --eventColor3: #e2f8ff;
    --eventColor4: #d1ffe6;
}

.user_name {
    font-weight: 500;
    font-size: 8px;
    line-height: 9px;

    color: #FFFFFF;
}

.time-marker {
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #ADB8CC;
}

.time2 {
    flex: 0 0 var(--time-width);
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    color: #FFFFFF;
}

.calendar {
    display: grid;
    gap: 10px;
    grid-template-columns: auto 1fr;
    background: #FFF3F3;
    /* margin: 2rem; */
}

.timeline {
    display: grid;
    grid-template-rows: repeat(var(--numHours), var(--timeHeight));
    background-color: #fff;
}

.days {
    display: grid;
    grid-column: 2;
    gap: 5px;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    width: 100%;
    height: auto;
    overflow: auto;
    grid-template-areas: '1 1 1 1 1 1 1 1 1 1';
}

.events {
    display: grid;
    grid-template-rows: repeat(var(--numHours), var(--timeHeight));
    border-radius: 5px;
    background: #FFF3F3;
    ;
}

.start-10 {
    grid-row-start: 2;
}

.start-12 {
    grid-row-start: 4;
}

.start-1 {
    grid-row-start: 5;
}

.start-2 {
    grid-row-start: 6;
}

.end-12 {
    grid-row-end: 4;
}

.end-1 {
    grid-row-end: 5;
}

.end-3 {
    grid-row-end: 7;
}

.end-4 {
    grid-row-end: 8;
}

.end-5 {
    grid-row-end: 9;
}

.title {
    font-weight: 600;
    margin-bottom: 0.25rem;
    color: #FFFFFF;
}

.event {
    border: 1px solid var(--eventBorderColor);
    border-radius: 5px;
    padding: 0.5rem;
    margin: 0 0.5rem;
    background: white;
}

.space,
.date {
    height: 35px;
}


.corp-fi {
    background: #37A042;
    border-radius: 14px;
    width: 141px;
    height: auto;
    padding: 8px 8px 4px 9px;
    margin: auto;
}

.ent-law {
    width: auto;
    height: 96px;
    left: 745px;
    top: 649px;
    background: #692CFF;
    border-radius: 8px;
}

.writing {
    width: auto;
    min-height: 115px;
    left: 1282px;
    top: 531px;
    background: #FF7B4F;
    border-radius: 8px;
}

.securities {
    background: var(--eventColor4);
}

.date {
    /* display: flex; */
    gap: 1em;
}

.date-num {
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    /* identical to box height, or 167% */

    text-align: center;

    /* Grey Blue 60 */

    color: #6B7A99;
}

.date-day {
    display: inline;
    font-size: 3rem;
    font-weight: 100;
}

.car_select_class {
    width: 232px;
    height: 55px;
    /*background: #FFFFFF;*/
    /* Borders */
    border: 1px solid #DADADA;
    border-radius: 12px;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    /* identical to box height */
    color: #1C1F24;
    padding: 0 10px;
}

.recipient-name_type {
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;

    color: #8F8F8F;
}

.all_select_box {
    position: relative;
    bottom: 21px;
}

.date_time_box {
    /*width: 406px;*/
    height: 96px;
    background: #692CFF;
    border-radius: 14px;


}

.t-cross {
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    color: #FFFFFF;
    position: relative;
    top: 15px;
    left: 2.5rem;
    top:1.2rem;
}

.r-name {
    font-weight: 400;
    font-size: 17px;
    color: #FFFFFF;
    margin-left: 2.55rem;
}

.time_set {

    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    color: #FFFFFF;
}

.date-time {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #707070;

}

.tabs {
    /* --bar-color: red;
    --background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, #e0e0e0);
  
  
    width: 600px;
    border: 1px solid #ddd; */
    width: 122px;
    height: 43px;
    display: flex;
    background: #FFFFFF;
    /* Borders */

    border: 1px solid #DADADA;
    border-radius: 10px;
}

.tabs>.tab {
    flex: 1;
    display: flex;
}

.tab>.tab-input {
    width: 0;
    height: 0;
    margin: 0;
    display: none;
}

.tab>.tab-box {
    padding: .5rem;
    width: 100%;
    text-align: center;
    transition: 0.5s;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
}

.tab>.tab-input:checked+.tab-box {
    background: var(--background);
    /* border-color: var(--bar-color); */
}

.day-tab-box {
    width: 122px;
    height: 43px;
    background: #FFFFFF;
    border: 1px solid #DADADA;
    border-radius: 10px;
}

.week_tab {
    padding: 6px 3px 3px 5px;
    ;
    cursor: pointer;
}

.search_bar {
    width: 282px;
    height: 43px;
    background: #FFFFFF;
    border: 1px solid #DADADA;
    border-radius: 10px;
    padding-left: 35px;
}

.day_head {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;

    color: #9D9D9D;
}

.week_head {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;

    color: #1C1F24;
}

.car_image_name {
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    color: #29343E;
}

.car_image_new {
    width: 289px;
    height: 162px;
}

.pondalak {
    font-weight: 500;
    font-size: 16px;
    line-height: 14px;
    /* identical to box height, or 88% */
    color: #1C1F24;

}

.calendar_date {
    font-weight: 500;
    font-size: 16px;
    line-height: 14px;
    /* identical to box height, or 88% */
    color: #1C1F24;
}

.jazda {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    /* identical to box height */
    text-align: center;
    color: #919497;

}

.instructor {
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #0B5D2D;
}

.car_student_name {
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: #1C1F24;
}

.pridat_instructor_btn {
    width: 309px;
    height: 56px;
    background: #005826;
    border-radius: 12px;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
}

.group_images2 {
    height: 49px;
    width: 49px;
    border: 2.29688px solid #FFFFFF;
    border-radius: 46px;
    margin-right: -18px;
    border: 3px solid #FFFFFF;
}

.screen_image {
    width: 261px;
    height: 180px;
    border-radius: 16px;
}

.group_name_info {
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #1C1F24;

}

.attand_btn {
    width: 309px;
    height: 56px;
    background: #005826;
    border-radius: 12px;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
}

.instructor_box {
    width: 309px;
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #DADADA;
    border-radius: 14px;
}

.offcanvas.offcanvas-end,
.offcanvas.offcanvas-start {
    width: 394px !important;
    height: auto !important;
}

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

.move_btn {
    width: 374px;
    height: 43px;
    background: #0B5D2D;
    border-radius: 10px;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
}

.theory_confirm {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #1C1F24;
    margin: auto;
}

.coustom_textarea {
    width: 378px;
    height: 90px;
    background: #FFFFFF;
    border-radius: 25px;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #1C1F24 !important;
}

.newadd_modal {
    width: 538px;
    height: auto;
    background: #FFFFFF;
    border-radius: 25px;
    padding: 0 0 0 20px;
}

.month_tab {
    padding: 9px 20px 1px 13px;
    cursor: pointer;
}

.new_theory_head {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    text-align: center;

    color: #1C1F24;
}

i.fas.fa-search {
    position: relative;
    right: 16.5rem;
    top: 0.8rem;
}


.group_select {
    width: 442px;
    height: 44px;
    background: #F4FAF7;
    border-radius: 12px;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #005826;

}

.grouo_label {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #666666;
}

.begnier_select {
    width: 192px;
    height: 44px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #242731;
    background: #FFFFFF;
    border: 1px solid #CACACA;
    border-radius: 12px;
}

.beginning {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #1C1F24 !important;
}

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

.UloZiť_btn {
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #FFFFFF;
    width: 442px;
    height: 56px;
    background: #005826;
    border-radius: 12px;
}

span.fa.fa-search.form-control-feedback {
    position: relative;
    top: 2rem;
    margin-left: 1rem;
}

.search_group {
    width: 282px;
    height: 43px;
    background: #FFFFFF;
    border: 1px solid #DADADA;
    border-radius: 10px;
}

.checkbox-alias {
    background-color: #F4F4F4;
    display: inline-block;
    width: 41px;
    height: 31px;
    z-index: 1;
    position: relative;
    transition: all 250ms ease-out;
    cursor: pointer;
    border-radius: 6px;
    text-align: center;
    padding: 3px 3px 2px 2px;
}

.comment_name {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #1F1F24;
}

.comment_date {
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #96979C;
}

.comment_img {
    width: 33px;
    height: 33px;
    border-radius: 25px;
}

.comment_des {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    /* or 136% */
    color: #5A5A5A;
}

.dg-color {
    background: #f4faf7;
}

.comment-modal {
    width: 446px;
    height: 880px;
    background: #FFFFFF;
    border-radius: 25px;
}

.sub_comment_box {
    width: 392px;
    height: auto;
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    border-radius: 15px;
    margin-bottom: 20px;
    padding: 15px;
}

.commemt-box2 {
    cursor: pointer;
}

.pink_div {
    width: 257px;
    height: 126px;
    background: rgba(138, 43, 226, 0.2);
    border-radius: 9px;
    margin-right: 5px;
}

.trainer {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    /* identical to box height */


    color: #000000;

}

.blue_div {
    width: 254px;
    height: 126px;
    background: #28CDFF;
    border-radius: 9px;
}

.profile_created {
    font-weight: 300;
    font-size: 13px;
    line-height: 7px;
    text-align: right;
    color: #1C1F24;
}

.more {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    text-decoration-line: underline !important;
    color: #0B5D2D;
}

.invisible-checkboxes input[type=checkbox] {
    display: none;
    /*   margin-right: -20px;
  position: relative;
  z-index: 2; */
}

.invisible-checkboxes input[type=checkbox]:checked+.checkbox-alias {
    background-color: green;
    text-align: center;
    color: #fff;
}

.Volkswagen {
    color: #797D83;
    font-size: 13px;
    margin-bottom: 20px;
}

.search_box_1 {
    width: 152px;
    height: 44px;
    background: #FFFFFF;
    border: 1px solid #CACACA;
    border-radius: 10px;
    padding: 6px 12px 6px 12px;
    color: #666666 !important;
    font-size: 14px;
    font-weight: 500;
}

img.filter_ico {
    position: absolute;
    right: 4rem;
    top: 13px;
}

.Poplatky {
    font-size: 24px;
}

.box_his_ride {
    width: 387px;
    height: 168px;
    background: rgba(214, 231, 213, 0.4);
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.08) !important;
    border-radius: 16px;
    padding: 12px;
}

.box_his_ride1 {
    width: 387px;
    height: 168px;
    background: rgba(255, 56, 56, 0.2);
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.08) !important;
    border-radius: 16px;
    padding: 12px;
}

.date_control {
    width: 230px;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #CACACA;
    border-radius: 12px;
    margin: unset;
    /*margin-right: 29px;*/
}

.recipient-name_type {
    font-size: 16px;
}

span.Volkswagen {
    font-size: 14px;
    color: #797D83;
}

.select_head_2 {
    width: 88px;
    height: 40px;
    outline: none;
    font-size: 12px;
    padding-left: 0.3rem;
    font-weight: 400;
    padding-top: 0.6rem;
    background: #F5F6F8 !important;
    border-color: #B0C3DE !important;
}

.logo_cls {
    height: 96px;
    width: 95px;
}

input.form-control.color_picker {

    width: 66px;
    height: 66px;
    border-radius: 50px;
    overflow: auto;
}

@media (min-width: 1440px) and (max-width: 1920px) {
    .page-wrapper.toggled .page-content {
        padding-left: 260px;
    }

    .new_date_control {
        width: 350px !important;
        height: 44px;
        margin-right: 29px;
    }

    .zrusit_btn {
        width: 309px;
        height: 56px;
        top: 927px;
        background: #EF3D3D;
        border-radius: 12px;
        font-weight: 400;
font-size: 18px;

/* identical to box height */

text-align: center;

color: #FFFFFF;
    }

    img.filter_ico {
        position: absolute;
        right: 15rem !important;
        top: 13px;
    }

    .devloper_div {
        position: absolute;
        right: 53px;
        bottom: 25px !important;
    }

    .active_div {

        width: 195px;
        height: 65px;
        background: #45D22A;
        border-radius: 12px;
        color: #fff;
        padding: 0 0 0 5px;
        margin-left: 2rem !important;
        margin-top: -3rem !important;
    }

    .active_cls {
        font-size: 11px;
        font-weight: 700;
    }

    .dni_cls {
        font-size: 11px;
        font-weight: 700;
    }

    .limit-modal-btn {
        display: block;
        margin: auto;
        border-color: #005826;
        width: 195px;
        height: 56px;
        background: #005826;
        border-radius: 12px;
        font-size: 16px;
        text-align: center;
        line-height: 2.5;
        margin-top: -2.2rem !important;
        margin-left: 2rem !important;
    }

    .form8 {
        width: 100% !important;
    }

    .date_search {

        justify-content: unset !important;
    }

    .date_search_1 {
        margin-left: 16rem !important;

    }

    .car_select_class {
        width: 100% !important;
        height: 55px;
    }

    .page-wrapper .sidebar-wrapper {
        width: 248px;
        height: 100%;
    }

    .driver_box {
        width: 100%;
        height: auto;
        margin-bottom: 15px;
        background: #FFFFFF;
        box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.08);
        border-radius: 16px;
        padding: 6px 7px 6px 29px;
    }

    .page-wrapper .page-content .layout-specing {
        /* padding: 44px 52px 24px !important; */
        min-height: calc(100vh - 100px) !important;
        position: relative;
        margin-top: 80px;
    }

    .ride_box {
        width: 100%;
        height: 335px;
        background: #FFFFFF;
        border: 1px solid #DADADA;
        border-radius: 14px;
    }
    .ride_time {
        font-size: 14px;
        font-weight: 700;
        color: #14A852;
    }
    .ride2_time {
        color: #FF3838;
        font-size: 15px;
        font-weight: 400;
    }
    .ride_date {
        font-size: 15px;
        font-weight: 700;
    }
    .box1 {
        padding: 20px;
    }

    .currency {
        font-weight: 400;
        font-size: 15px;
        line-height: 14px;
        text-align: center;

        color: #1C1F24;
    }

    /* deepak */
    .driver_lesson {
        width: auto;
    }

    .fame_img {
        right: 9rem;
    }

    .driver_mainbox {
        padding: 3px 30px 6px 30px;
    }

    .lang-select {
        position: relative;
    }

    .arrow-down {
        position: absolute;
        right: 30px;
        top: 22px;
        width: 12px;

    }

    .date_time_box {
        width: 406px;
        height: 96px;
        background: #692CFF !important;
        border-radius: 14px !important;
    }

    button.btn-select {
        width: 232px;
        height: 55px;
        /* background: #FFFFFF; */
        border: 1px solid #DADADA;
        border-radius: 12px;
        font-weight: 500;
        font-size: 18px;
        line-height: 21px;
        color: #1C1F24;
        padding: 0 10px;
        margin: 0px !important;
        display: block;
        justify-content: initial !important;
    }

    /*.nav-tabs .nav-item.show .nav-link,*/
    /*.nav-tabs .nav-link.active {*/
    /*    width: 300px;*/
    /*}*/

    /*.active_name {*/
    /*    width: 300px;*/
    /*}*/

    /*.nav-tabs .nav-link:focus,*/
    /*.nav-tabs .nav-link:hover {*/
    /*    padding-bottom: 18px;*/
    /*}*/
    .attandance_box {
        width: 100%;
        height: auto;
        background: #F4FAF7;
        border-radius: 25px;
    }

    .attentd-group {
        width: 85%;
        height: 69px;
        margin-bottom: 12px;
        background: #FFFFFF;
        box-shadow: 0px 1px 7px rgb(0 0 0 / 8%);
        border-radius: 13px;
    }

    .attentd-group2 {
        width: 85%;
        height: 69px;
        margin-bottom: 12px;
        background: #EF3D3D;
        box-shadow: 0px 1px 7px rgb(0 0 0 / 8%);
        border-radius: 13px;
    }

    .student_main_box {
        width: 100%;
        height: 570px;
        background: #fff;
        overflow-x: auto;
        padding:  0 11px 0 0;
    }
    .student_main_box::-webkit-scrollbar {
        width: 7px !important;
        background-color: #fff;
        border-radius: 3.5px;
        height: 41px !important;
    }
    .student_main_box::-webkit-scrollbar-thumb {
        -webkit-border-radius: 10px;
        border-radius: 3.5px;
        background: #0b5d2d;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    }
    .student_main_box::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }
    .td_class {
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        color: #5D5E60;
    }

    .tr_class {
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        color: #1D242E;
    }

    .page-wrapper .sidebar-wrapper .sidebar-brand>a,
    .page-wrapper .sidebar-wrapper .sidebar-header .user-info .user-role,
    .page-wrapper .sidebar-wrapper .sidebar-header .user-info .user-status,
    .page-wrapper .sidebar-wrapper .sidebar-menu li a {
        color: #161c2d;
        font-weight: 400 !important;
        font-size: 18px;
    }

    .customer_div_btn {
        display: flex;
        justify-content: end;
        margin-top: 6px;
    }

    .student_details_subox {
        width: 634px;
        height: 89px;
        background: #FFFFFF;
        box-shadow: 0px 1px 7px rgb(0 0 0 / 8%);
        border-radius: 16px;
        padding: 17px 3px 3px 21px;
    }

    .student_detail_box {
        background: #F4FAF7;
        border-radius: 18px;
        width: 634px;
        height: 111px;
    }

    .group_images {
        height: 81px;
        width: 81px;
        border-radius: 46px;
        margin-right: -18px;
        margin-top: 29px;
    }

    .group_box {
        min-width: 338px;
        height: 304px;
        background: #FFFFFF;
        border: 1px solid #DADADA;
        border-radius: 14px;
        margin-bottom: 31px;
    }

    .group_name {
        font-weight: 700;
        font-size: 22px;
        color: #242731;
    }

    .group_name_box {
        margin-top: 23px !important;
    }

    .students_no {
        font-weight: 400;
        font-size: 16px;
        color: #1C1F24;
    }

    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        width: 355px;
    }

    .st_detail_tab {
        width: 355px !important;
    }
    .container-fluid{
        padding: 0 50px !important;
    }
}


/* deepak */

.form-check-input:checked[type=checkbox] {
    background-image: url("../new_img/checked_img2.png") !important;
    background-repeat: no-repeat;
    background-position: center;
}

.color-picker {
    padding: 10px 15px;
    border-radius: 10px;
    border: 1px solid #ccc;
    background-color: #f8f9f9;
    position: absolute;
    width: 378px;
    height: 46px;
    background: #FFFFFF;
    color: #000;
    border: 1px solid #DADADA;
    border-radius: 12px;
    left: 28px;
}

/* serch css */

.autocomplete {
    position: relative;
    display: inline-block;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    /* border-top: none; */
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 6rem;
    left: 0;
    right: 0;
    border-radius: 8px;
    width: 100%;

}

.autocomplete-items div {
    padding: 16px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

/*when hovering an item:*/
.autocomplete-items div:hover {
    background-color: #e9e9e9;
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}

.modal.show .modal-dialog {
    justify-content: center !important;
}

.event-danger {
    background-color: #df3c4e !important;
    border-color: #df3c4e !important;
}

.event-primary {
    background-color: #5f38f9 !important;
    border-color: #5f38f9 !important;
}

.event-dark {
    background-color: #1f2937 !important;
    border-color: #1f2937 !important;
}

.event-success {
    background-color: #2c4e3a !important;
    border-color: #2c4e3a !important;
}

.event-orange {
    background-color: #FFA500 !important;
    border-color: #FFA500 !important;
}

.event-violet {
    background-color: #8a2be2 !important;
    border-color: #8a2be2 !important;
}

.event-cyan {
    background-color: #29cdff !important;
    border-color: #29cdff !important;
}

.event-cancel{
    background-color: #FFA500 !important;
    border-color: #FFA500 !important;
}
.event-cancel .fc-event-main {
    background-color: #FFA500 !important;
}

.event-pink{
    background-color: #f24a8b !important;
    border-color: #f24a8b !important;
}
.event-pink .fc-event-main {
    background-color: #f24a8b !important;
}


.event-danger .fc-event-main {
    background-color: #df3c4e !important;
}

.event-cyan .fc-event-main {
    background-color: #29cdff !important;
}

.event-violet .fc-event-main {
    background-color: #8a2be2 !important
}

.event-primary .fc-event-main {
    background-color: #5f38f9 !important;
}

.event-dark .fc-event-main {
    background-color: #1f2937 !important;
}

.event-success .fc-event-main {
    background-color: #2c4e3a !important;
}

.event-orange .fc-event-main {
    background-color: #FFA500 !important;
}
.purple_badge{
    background: transparent;
    border:1px solid #80008082;
    color: purple !important;
    font-size: 12px;
    font-weight: 600;
    width: auto;
}
.blue_badge{
    background: transparent;
    border: 1px solid #3754b5;
    color: blue;
    font-size: 12px;
    font-weight: 600;
    width: auto;
}
.orange_badge{
    background: transparent;
    border: 1px solid #f17425;
    color: #f17425;
    font-size: 12px;
    font-weight: 600;
    width: auto;
}
.green_badge{
    background: transparent;
    border: 1px solid #005826;
    color: #005826;
    font-size: 12px;
    font-weight: 600;
    width: auto;
}

.red_badge{
    background: transparent;
    border: 1px solid #ff0000;
    color: #ff0000;
    font-size: 12px;
    font-weight: 600;
    width: auto;
}
.trainer2{
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
}
    .switch {
        position: relative;
        display: inline-block;
        width: 60px;
        height: 34px;
        position: relative;
        bottom: 5px;
    }

    .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: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

    input:checked+.slider {
        background-color: #149d4f8c;
    }

    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%;
    }
    .box_cancel {
        width: 387px;
    height: 168px !important;
    background: #def3e9 !important;
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.08) !important;
    border-radius: 16px;
    padding: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    .data_box{
        height: 100%;
    width: 387px;
    display: flex;
    justify-content: center;
    align-items: center;
    }