.lqt_header_icon{
    border-radius: 8px;
    height: 50px;
    width: 50px;
     box-shadow: inset 0 -4px rgba(0,0,0,0.1);
    align-items: center;
    background: #2c77f4;
    display: flex;
    fill: #fff;
    flex-direction: column;
    justify-content: center;
    flex: 0 0 auto;
    float: left;
    margin-top: 10px;
    margin-left: 20px;
    color: #fff;
}
.lqt_page_heading h1 {
    margin-bottom: 0;
    font-size: 1.9rem;
    margin-top: 10px;
    font-weight: 400;
    color: #1e1e2d;
    float: left;
}
.lqt_page_heading .dropdown.dropdown-inline {
    display: flex;
    margin-top: 5px;
    margin-left: 5px;
}
.lqt_style.kt-header--fixed.kt-header--minimize .kt-header{
    height: auto !important;
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link{
    padding: 6px 30px;         
}
span.kt-badge.kt-badge--username.kt-badge--unified-success.kt-badge--lg.kt-badge--rounded.kt-badge--bolder.circle {
    border-radius: 50%;
}


@media (min-width: 1025px){
    .kt-aside .kt-aside-menu{
        padding: 0;
    }
    .lqt_style.kt-header-menu{
        display: grid;
        padding-left: 10px;
        margin-left: 0;
    }
    .lqt_style.kt-header-menu .kt-menu__nav > .kt-menu__item{
        align-items: flex-end;      
    }  
    .lqt_style.kt-header-menu .kt-menu__nav > .kt-menu__item:hover > .kt-menu__link, .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover > .kt-menu__link, .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link, .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link{
        background: none;
        border-bottom: 2px solid #48a2e8;    
    }
    .lqt_style.kt-header-menu .kt-menu__nav > .kt-menu__item a{
        background: none;
        border: none;
        border-radius: 0;
        border-bottom: 2px solid transparent;       
    }  
    .lqt_style.kt-header-menu .kt-menu__nav > .kt-menu__item a:hover{
        background: none;
        border: none;
        border-radius: 0;
        border-bottom: 2px solid #48a2e8;       
    }  
    .kt-header--fixed .kt-header {
        height: auto !important;
    }
    .kt-header--fixed.kt-subheader--fixed.kt-subheader--enabled .kt-wrapper{
        padding-top: 80px;      
    }
    .lqt_header_icon i{
        font-size: 1.6rem;
    }
    .lqt_style.kt-header-menu .kt-menu__nav > .kt-menu__item:hover > .kt-menu__link .kt-menu__link-text, .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover > .kt-menu__link .kt-menu__link-text, .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-text, .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-text{
        color: #48a2e8;
    }
    .kt-aside .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon{
        font-size: 2.1rem;
        margin-bottom: 5px; 
    }
    .kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-icon, .kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-icon{
        color: #e91862;
    }
    .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-icon, .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon{        
        color: #e91862;
    }
    
}
.kt-header__topbar-item.dropdown.topbar_btn {
    margin: 0 5px;
}
 
.kt-header__topbar .topbar_btn.kt-header__topbar-item .kt-header__topbar-icon {
    height: auto;
    width: auto;
    font-weight: 500;
    line-height: normal;
}

.kt-header__topbar .topbar_btn.kt-header__topbar-item .kt-header__topbar-icon i {
    font-size: 1.1rem;
}

.kt-header__topbar .topbar_btn.kt-header__topbar-item .kt-header__topbar-icon.btn-add{
    background: rgba(157,11,184,1);
    background: -moz-linear-gradient(left, rgba(157,11,184,1) 0%, rgba(137,16,206,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(157,11,184,1)), color-stop(100%, rgba(137,16,206,1)));
    background: -webkit-linear-gradient(left, rgba(157,11,184,1) 0%, rgba(137,16,206,1) 100%);
    background: -o-linear-gradient(left, rgba(157,11,184,1) 0%, rgba(137,16,206,1) 100%);
    background: -ms-linear-gradient(left, rgba(157,11,184,1) 0%, rgba(137,16,206,1) 100%);
    background: linear-gradient(to right, rgba(157,11,184,1) 0%, rgba(137,16,206,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d0bb8', endColorstr='#8910ce', GradientType=1 );
    border:none;
    transition: 0.3s ease all;
}

.kt-header__topbar .topbar_btn.kt-header__topbar-item .kt-header__topbar-icon.btn-add:hover{
    background: rgba(157,11,184,1);
    background: -moz-linear-gradient(left, rgba(137,16,206,1) 0%, rgba(157,11,184,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(137,16,206,1)), color-stop(100%, rgba(157,11,184,1)));
    background: -webkit-linear-gradient(left, rgba(137,16,206,1) 0%, rgba(157,11,184,1) 100%);
    background: -o-linear-gradient(left, rgba(137,16,206,1) 0%, rgba(157,11,184,1) 100%);
    background: -ms-linear-gradient(left, rgba(137,16,206,1) 0%, rgba(157,11,184,1) 100%);
    background: linear-gradient(to right, rgba(137,16,206,1) 0%, rgba(157,11,184,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d0bb8', endColorstr='#8910ce', GradientType=1 );
    transition: 0.3s ease all;
    color: #fff;
}
.kt-header__topbar .topbar_btn.kt-header__topbar-item .kt-header__topbar-icon.btn-add:hover i{
    color: #fff !important;
}
.kt-header__topbar .topbar_btn.kt-header__topbar-item .kt-header__topbar-icon.btn-add i{
    color: #fff !important;
}
.dropdown-menu.dropdown-menu-fit.dropdown-menu-right.dropdown-menu-anim.dropdown-menu-top-unround.dropdown-menu-xs.lqt_add ul li a:hover{
    background: linear-gradient(to right, rgba(157,11,184,1) 0%, rgba(137,16,206,1) 100%);
    color: #fff; 
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.dropdown-menu.dropdown-menu-fit.dropdown-menu-right.dropdown-menu-anim.dropdown-menu-top-unround.dropdown-menu-xs.lqt_add ul li a:hover i{
    color: #fff; 
    transition: 0.3s ease all;
}
 .dropdown-menu.dropdown-menu-fit.dropdown-menu-right.dropdown-menu-anim.dropdown-menu-top-unround.dropdown-menu-xs.lqt_add ul li a:hover span{
    color: #fff; 
    transition: 0.3s ease all;
 }


.live_btn .btn-outline-danger {
    font-weight: 600;
}
span.kt-header__topbar-icon.btn.btn-outline-danger.btn-sm.live_btn:hover{
  color: #e91862;
}

span.kt-header__topbar-icon.btn.btn-outline-danger.btn-sm.live_btn, span.kt-header__topbar-icon.btn.btn-outline-danger.btn-sm.live_btn i {
    color: #e91862;
    font-weight:600; 
}
 .kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-icon{
   color: #a7abc3; 
 }
 span.live_btn{
    position: relative;
 }
 .not_live{
    width: 20px;
    height: 20px;
    position: absolute;
    background: #e91862;
    right: -8px;
    top: -8px;
    z-index: 999;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    line-height: 20px;
 }
 .form-control.default_style {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    padding-left: 0;
} 

.kt-aside-menu .kt-menu__nav{
    padding: 5px 0;
}
span.input-group-text {
    background: none;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
}

.kt-grid.kt-grid--hor:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item{
    box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);   
}
.font-2rem{
    font-size: 2rem;
}
 


/*-------5 Col ---------*/
.kt-wizard-v4 .kt-wizard-v4__nav .kt-wizard-v4__nav-items .kt-wizard-v4__nav-item.kt-wizard-v5{
    flex: 0 0 calc(20% - 0.25rem);
}
/*-------5 Col ---------*/
/*-------5 Col ---------*/
.kt-wizard-v4 .kt-wizard-v4__nav .kt-wizard-v4__nav-items .kt-wizard-v4__nav-item.kt-wizard-v3{
    flex: 0 0 calc(33.33333% - 0.25rem);
}
/*-------5 Col ---------*/

 
/*-------2 Col ---------*/
.kt-wizard-v4 .kt-wizard-v4__nav .kt-wizard-v4__nav-items .kt-wizard-v4__nav-item.kt-wizard-v2{
   flex: 0 0 calc(50% - 0.25rem);
}
/*-------5 Col ---------*/

.loqqat_login.kt-grid.kt-grid--hor:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item{
    box-shadow: none;
}

.loqqat_inupt.kt-login.kt-login--v4 .kt-login__wrapper .kt-login__container .kt-form .form-control{
    border-radius: 0;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    padding-left: 0;
}

.loqqat_inupt.kt-login.kt-login--v4 .kt-login__wrapper .kt-login__container .kt-form .kt-login__extra{
    padding: 0; 
}
.loqqat_inupt.kt-login.kt-login--v4 .kt-login__wrapper .kt-login__container .kt-form .form-control.is-valid + .valid-feedback, .kt-login.kt-login--v4 .kt-login__wrapper .kt-login__container .kt-form .form-control.is-invalid + .invalid-feedback{
    padding: 0;
}
.margin-b0{
    margin-bottom: 0 !important;
}
.school_btn{
    text-align: center;;
}
.school_btn ul{
    display: inline-block;
    text-align: center;
    margin: 0 auto;
}
.school_btn ul {
    padding: 50px 0;
    text-align: center;
}

.school_btn ul li {
    list-style: none;
    float: left;
    margin: 0 10px;
}
.btn_edge_curve {
    padding: 25px 30px;
    background: #1cbbb4;
    border-radius: 40px;
    color: #fff;
    display: inline-table;  
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.05);
    transition: 0.3s ease all;
    margin-top: 0px;
    width: 150px;
    height: 150px;
}
.btn_edge_curve.primary { 
    background: #5867dd; 
}

.btn_edge_curve i {
    font-size: 4.2rem;
}

.kt-login.kt-login--v4 .kt-login__wrapper .kt-login__container.loqqat_landing{
    width: 100%;
}
.school_btn ul li a:hover .btn_edge_curve {
    box-shadow: 0px 0px 0px 11px rgba(0,0,0,0.05);
    transition: 0.3s ease all; 
}
.btn_edge_curve.stroke {
    border: 3px dashed #ccc;
    background: transparent;
    padding: 22px 30px;
    color: #ccc;
}
.btn_edge_curve.stroke i {
   color: #c7cdd2;
}
.center{
    text-align: center;
    margin-bottom: 20px;
}
.contianer_md{
    width: 70%;
    margin: 0 auto;
}
.school_btn.vehicle ul li{
    margin-bottom: 30px;
}
.btn_edge_curve:hover {
    background: #e91862;
    color: #fff;    
}
.btn_edge_curve:hover i{ 
    color: #fff;    
}

.kt-checkbox-inline.loqqat_weekdays label {
    background: transparent;
    padding: 5px 7px 5px 26px;
    border-radius: 5px; 
    margin-right: 5px;
    font-size: 0.9rem;
    line-height: 18px;
    border: 1px solid #e8ebf1;
    color: #495057;
}

.kt-checkbox-inline.loqqat_weekdays .kt-checkbox > span {
    left: 7px;
    top: 7px;
    height: 14px;
    width: 14px;
}
.kt-wizard-v4 .kt-wizard-v4__wrapper .kt-form{
    width: 70%;
}
.kt-checkbox-inline{
    margin-top: 10px;
}
.loqqat_weekdays .kt-checkbox > span:after{
    border: solid #fff;
    margin-left: -2px;
    margin-top: -5px;
    width: 4px;
    height: 8px;
}
.loqqat_weekdays label.kt-checkbox:hover span {
    background: #175cd0;
}
.loqqat_weekdays label.kt-checkbox span {
    background: #2c77f4;
    color: #fff;
    border: none;
}
/* .kt-form.container_route_assign{
    width: 90% !important;
    padding: 2rem 0 5rem !important;
} */

@media (min-device-width:1024px) and (max-device-width:1441px){
   .kt-wizard-v4 .kt-wizard-v4__wrapper .kt-form{
        width: 80%;
    }
}

 .item{
    width:100%; 
    color:black; 
    margin-bottom: 10px;
    border: none;
    background: #ebedf2;
    cursor: move;   
    border-radius: 5px;
}
/*.selected{
    background-color:#2c77f4;
}
*/
.drag_drop_style .list{
    height:400px;
    width:100%;
    border:1px solid #ebedf2;
    color:white; 
    border-radius: 0px 0px 10px 10px;
    padding: 15px;
    border-top: 0;
}
 
.drag_drop_style .bg_none{
    background: none !important;
}
.drag_drop_style .drab_box{
    padding: 15px; 
}
.drag_drop_style .drab_box .item {
    margin-bottom: 10px;
    border: none;
    background: #ebedf2;
    border-radius: 2px;
}
.drag_drop_style .dd_head.kt-portlet__head{
    border: 1px solid #ebedf2;
    border-radius: 10px 10px 0px 0px;
}
.drag_drop_style .accordion.accordion-solid .card .card-header .card-title.collapsed{
    border-radius: 2px;
}
 
.drag_drop_style .selected .accordion.accordion-solid .card .card-header .card-title{
    background: #2c77f4;
}
.drag_drop_style .selected .accordion.accordion-solid .card .card-header .card-title span{
    color: #fff;
}
.drag_drop_style .selected .accordion.accordion-solid .card .card-header .card-title{
    color: #fff;
}
.drag_drop_style .selected .accordion.accordion-solid .card .card-header .card-title.collapsed i{
    color: #fff;
}
.drag_drop_style .kt-widget4__item span.kt-widget4__number.kt-font-info {
    font-size: 0.9rem;
}
.drag_drop_style .accordion.accordion-toggle-plus .card .card-header .card-title.collapsed:after{
    display: none;
}
.drag_drop_style .collapse_icon{
    position: absolute;
    right: 10px;
}
.drag_drop_style .item.draggable.ui-draggable.ui-draggable-handle.selected i {
    color: #fff;
}
.drag_drop_style .item.draggable.ui-draggable.ui-draggable-handle a.collapse_icon i{
    transform: rotate(90deg);
    transition: 0.3s ease all;
} 
 

.drag_drop_style .item.draggable.ui-draggable.ui-draggable-handle.selected .card-title.collapsed {
    color: #fff;
} 


.drag_drop_style .female {
    width: 25px;
    height: 25px;
    background: #e91862;
    text-align: center;
    border-radius: 50%;
    line-height: 25px;
    color: #fff;
    margin-right: 10px;
    font-size: 1.3rem;
    border: 1px solid transparent;    
    transition: 0.3s ease all;
}
.drag_drop_style .item.draggable.ui-draggable.ui-draggable-handle.selected .female {
    border: 1px solid #fff;
    transition: 0.3s ease all;
    background: #fff;
    color: #e91862;
}
.drag_drop_style .item.draggable.ui-draggable.ui-draggable-handle.selected .female i{
    color: #e91862;
    transition: 0.3s ease all;
}
 
.drag_drop_style .male {
    width: 25px;
    height: 25px;
    background: #0c61ed;
    text-align: center;
    border-radius: 50%;
    line-height: 25px;
    color: #fff;
    margin-right: 10px;
    font-size: 1.3rem;
    border: 1px solid transparent;    
    transition: 0.3s ease all;
}
.drag_drop_style .item.draggable.ui-draggable.ui-draggable-handle.selected .male {
    border: 1px solid #fff;
    transition: 0.3s ease all;
    background: #fff;
    color: #0c61ed;
}
.drag_drop_style .item.draggable.ui-draggable.ui-draggable-handle.selected .male i{
    color: #0c61ed;
    transition: 0.3s ease all;
}

.drag_drop_style .reg_no_blue {
    padding: 5px 10px; 
    color: #2c77f4;
    border-radius: 30px;
    font-size: 0.8rem;
    position: absolute;
    right: 40px;
 }
.drag_drop_style .reg_no_pink {
    padding: 5px 10px; 
    color: #2c77f4;
    border-radius: 30px;
    font-size: 0.8rem;
    position: absolute;
    right: 40px;
 }
 .drag_drop_style .item.draggable.ui-draggable.ui-draggable-handle.selected .reg_no_pink {
    background: transparent;
}
.drag_drop_style .accordion.accordion-solid .card .card-header .card-title{
    padding: 1rem;
}
.badge_route{
    margin:5px 0;
    margin-top: 0px;
}
.badge_route span{
    margin-right: 5px;
}

.loqqat_main_menu {
    display: flex; 
}



.kt-portlet .kt-portlet__head.height_35{
    min-height: 35px !important;
}


button.btn.btn-primary.btn-loc {
     background-color: transparent;
    text-align: center !important;
    border-radius: 2px;
    color: #5867dd;
    position: absolute;
    right: 0;
    top: 1px;
    z-index: 999;
    background: #fff;
}

button.btn.btn-primary.btn-loc:active i {
 
    color: #fff;
}

button.btn.btn-primary.btn-loc i {
    padding: 0;
    color: #5867dd;
}

.loqqat-map{
    height:500px;
}
.loc_name input {
   margin: 10px 0;
   width: 100% !important;
   background: #fff !important; 
   border: 1px solid #ccc;
   padding: 10px;
   border-radius: 3px;
   margin-top: 0;
}
.loc_name span span i {
   color: #2e40d4 !important;
}
.kt-checkbox-inline.loqqat_weekdays.privilages label{
    min-width: 100px;
    font-size:  1rem;
    line-height: 25px;
}
.kt-checkbox-inline.loqqat_weekdays.privilages .kt-checkbox > span{
    top: 10px;

}
.border_drag{
    border: 1px dashed #2c77f4;
    padding: 25px;
    min-height: 460px;
}
.drag_box{
    width: 200px;
    border: 1px dashed #2c77f4;
    float: left;
    margin: 0 15px 15px 0;
    cursor: move;    
}
.drag_box .card-title{ 
    cursor: move;    
}
.drag_box .kt-portlet__body.kt-portlet__head.ui-sortable-handle{
    padding: 5px;
    min-height: 46px;
}
.drag_box .accordion.accordion-solid .card .card-header{ 
    border-radius: 3px;
}
.margin-bottom20{
    margin-bottom: 20px;
}

.margin-t-0{
    margin-top: 0 !important;
}
.border_drag:after {
    position: absolute;
    content: 'Drag Here';
    font-size: 50px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.1;
}
.left_right_align{
    justify-content: space-between;
}
button.btn.btn-primary.btn-loc:hover {
    background: #2e40d4;
}

button.btn.btn-primary.btn-loc:hover i {
    color: #fff;
}
.notification_box{
    width: 100%;
}
.notification_wrapper{
    margin-bottom: 20px;
}
.notification_wrapper .kt-portlet__head{
    padding: 0;
}
.notification_wrapper .kt-widget4__item {
    line-height: 30px;
    padding: 10px;
}
.notification_wrapper .kt-portlet .kt-portlet__head{
    min-height: 30px;
}
.notification_wrapper .head_icon i { 
    line-height: 35px;
    color: #fff;
}

.notification_wrapper .kt-widget4__icon.head_icon {
    width: 35px;
    height: 35px;
    background: #2c77f4;
    text-align: center;
    border-radius: 50%;
    margin-right: 15px;
}

.notification_wrapper .kt-widget4__icon.head_icon span {
    padding: 0;
}

.notification_wrapper .kt-widget4__icon.head_icon {
    padding-right: 0;
}

.notification_wrapper .kt-widget4__icon.head_icon {
    padding: 0 !important;
}
.notification_wrapper .kt-widget4 .kt-widget4__item .kt-widget4__icon > i{
    color: #fff;
} 
.notification_wrapper .kt-badge.kt-badge--primary.kt-badge--inline.kt-badge--pill {
    padding: 15px;
    font-size: 1rem;
}

.notification_wrapper .kt-badge.kt-badge--primary.kt-badge--inline.kt-badge--pill i {
    font-size: 1.3rem;
    margin-right: 5px;
}
.margin_top15{
    margin-top: 15px; 
} 

.notification_wrapper .kt-portlet.kt-portlet--sortable-empty{
    width: 100%; 
    /*min-height: 800px;*/
}
.notification_box_height{
    height: 400px; 
    overflow: hidden; 
}

.padding_t_0{
   padding-top: 0 !important;
}
.kt-portlet__body.padding_t_0.view_trip_styles .kt-widget__bottom {
   margin: 0;
   border: none;
}
.view_trip_styles .kt-widget__icon.trip_top_icon {
   font-size: 35px;
   width: 60px;
   height: 60px;
   background: #1dc9b7;
   text-align: center;
   line-height: 60px;
   color: #fff;
   border-radius: 50%;
}
.view_trip_styles .kt-widget__icon.trip_top_icon .kt-font-brand {
   color: #1dc9b7; 
}
.bg_yellow{
   background: #ffb822 !important;  
}
.bg_blue{
   background: #2c77f4 !important;  
} 
.bg_pink{
   background: #e91862 !important;  
}
.shadow_none{
    box-shadow: none !important
}
.kt-portlet__body.stayback{
    padding: 0;
    margin-bottom: 30px;
}
.stayback .kt-wizard-v4__form{
    margin-top: 0 !important;
}
.stayback.text_area{
    margin-top: 30px;
    margin-bottom: 0px;
}
.stayback.text_area .form-group{ 
    margin-bottom: 0px;
}

.view_request_style .kt-widget6__head {
    background: #f2f3f8;
    padding: 10px;
    line-height: 30px;
    border-radius: 3px;
    margin-top: 30px;
}

.view_request_style .kt-widget6__head .kt-widget6__item {
    margin-bottom: 0;
}

.view_request_style .kt-widget6__head span {
    font-size: 1.5rem;
}

.view_request_style .kt-widget6__head .kt-widget6__item span {
    font-size: 1.2rem;
    color: #464457;
}

.view_request_style .kt-widget6__item span {
    color: #000 !important;
}

.view_request_style .kt-widget6__item span.kt-font-bold {
    color: #a7abc3 !important;
}
.dashboad_style .dash_status_wrapper span {
    padding: 15px;
    margin-right: 2px;
    margin-bottom: 2px;
    font-size: 0.8rem;
    font-weight: 500;
}

.dashboad_style .dash_status_wrapper {
    margin: 10px 0;
    margin-bottom: 0;
}
.dashboad_style .dash_status_wrapper span i {
    font-size: 1.1rem;
    padding-right: 5px;
}
.dashboad_style .kt-widget24 .kt-widget24__details .kt-widget24__stats {
    font-size: 3rem;
    font-weight: 100;
}
.kt-link.blue{
    color: #2c77f4 !important;
}
.kt-link.yellow{
    color: #ffb822 !important;
}
.kt-link.yellow:hover:after{
    color: #ffb822 !important;
    border-bottom: 1px solid #ffb822;
}
.kt-link.pink{
    color: #fd397a !important;
}
.kt-link.pink:hover:after{
    color: #fd397a !important;
    border-bottom: 1px solid #fd397a;
}
.kt-link.green{
    color: #1dc9b7 !important;
}
.kt-link.green:hover:after{
    color: #1dc9b7 !important;
    border-bottom: 1px solid #1dc9b7;
}
.map-markers .btn-marker{
    padding: 0 10px;
    background: #fff; 
    border-radius: 30px;
    margin-left: 5px;
}
.map-markers .btn:hover span.btn-marker {
    color: #fff;
    background: #1e1e2d;
}
.lq_map{
    height: 450px ; 
    overflow: unset !important;
    position: unset !important;
}
.lq_map > div{
    overflow: hidden !important;
    left: inherit !important;
    border-radius: 10px;
}

.live_monitoring .lq_map{
    height: calc(100vh - 200px) ; 
    overflow: hidden !important;
    position: relative !important;  
}
.live_monitoring .lq_map > div{
    border-radius: 5px;
}

.form-wrapper-lqt {
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 90;
    min-width: 300px;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
}

.kt-portlet.live_monitoring {
    position: relative;
}

.form-wrapper-lqt .form-group {
    margin-bottom: 0;
}
.min_heig_600{
    height: 600px !important;
}
@media (max-width: 767px){
    .school_btn ul li{
        float: none;
        margin-bottom: 20px;
    }
    .kt-grid__item.kt-grid__item--fluid.kt-grid.kt-grid--hor.loqqat_login {
        background-image: none !important;
        background: #fff;
    }
}
.login_color{
    background: #fff;
}
.img_login img{
    width: 100%;
}
.req_font{
   font-size: 0.8rem;
}
.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 21px;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #e2e5ec;
}
.select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--single, .select2-container--default.select2-container--open .select2-selection--multiple, .select2-container--default.select2-container--open .select2-selection--single{
    border-color: #ccc;
}
.photo_cover .kt-avatar.kt-avatar--outline .kt-avatar__holder{
    background-size: cover;
}
.margin_20{
   margin-bottom: 20px;
}
.err_span{
   margin-top: 0.25rem;
   font-size: 80%;
   color: #fd397a;
}
.lqt_page_heading_dashboard h1 {
   padding-bottom: 20px;
   margin-top: 20px;
}
.dash_padding {
   padding-top: 70px !important;
}
.lq_map_normal {
   height: 500px;
   border-radius: 5px;
}
.dataTables_wrapper.dt-bootstrap4 .dt-buttons.btn-group {
   display: block;
}

.dataTables_wrapper.dt-bootstrap4 .dt-buttons.btn-group button {
   margin: 0 10px 10px 0px;
   border-radius: 5px;
}

.dataTables_wrapper.dt-bootstrap4 .dt-buttons.btn-group button span {
   font-size: 0.9rem;
}

.dataTables_wrapper.dt-bootstrap4 .dt-buttons.btn-group button span i {
   filter:;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
   background: #d1376b;
   color: #fff;
   border: 1px solid #fff;
}
.btn_req{
   background: linear-gradient(to right, rgb(255, 18, 18) 0%, rgb(255, 140, 43) 100%) !important;
}
.kt-portlet.q_p_btn {
   box-shadow: none;
   padding: 0;
}
.kt-portlet.q_p_btn .kt-portlet__body { 
   padding: 0 20px;
}
.header_setting_bar .kt-grid-nav > .kt-grid-nav__row > .kt-grid-nav__item {
    padding: 1.3rem 0.75rem;
    width: 50%;
    float: left;
    display: block;
}
.header_setting_bar .kt-grid-nav > .kt-grid-nav__row > .kt-grid-nav__item .kt-grid-nav__title{
    font-size: 1rem;
}
.custom .kt-notification .kt-notification__item::after {
    display: none;
}
.loqqat_login .kt-login.kt-login--v4 .kt-login__wrapper{
    padding: 2% 2rem 1rem 2rem;
}
.loqqat_login .img_emma.center img{
    width: 150px;
}
.kt-grid__item.kt-grid__item--fluid.kt-grid.kt-grid--hor.loqqat_login {
    background-repeat: repeat-x;
    background-position: bottom;
}
div#loading {
   width: 100%;
   height: 100vh;
   position: fixed;
   z-index: 10000;
   background: #fff;
   left: 0;
   top: 0;
   text-align: center;
   opacity: 0.8;
}
div#loading img {
   top: 50%;
   position: absolute;
   left: 50%;
   transform: translate(-50%, -50%);
}

div#loading1 {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 10000;
    background: #fff;
    left: 0;
    top: 0;
    text-align: center;
    opacity: 0.8;
    display: none;
 }
 div#loading1 img {
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
 }

.adv_search_dot .searchItem{
    position: relative;
}
.adv_search_dot .kt-badge--dot{
    margin-top: 5px;
    position: absolute;
    right: 10px;
}
.adv_search_btn {
    min-width: 182px;
    text-align: left;
}
.nav-link.dropdown-toggle.adv_search_btn:after, .btn.dropdown-toggle.adv_search_btn:after{
    float: right;
    margin-top: 8px;
}

.stayback_span_styles {
  color: #9d9999;
  font-size: 0.7rem;
}
.stayback_span_styles i {
  font-size: 1rem;
  vertical-align: middle;
}
div#kt_demo_panel {
   display: none;
}

.requests_not_read{
    width: 20px;
    height: 20px;
    position: absolute;
    /*background: #1dc9b7;*/
    right: -10px;
    top: 15px;
    z-index: 999;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    line-height: 20px;

    margin-right: 3px;
   background: #e91862;
   /*text-align: center;*/
   border: 1px solid #ffb276;
   box-shadow: 0px 0px 2px 0px rgba(6, 6, 6, 0.58);
}

.requests_not_read i {
   margin-left: 3px;
   font-size: 0.8rem;
   margin-top: -4px;
}


.location_change_requests_not_read{
    /*width: 20px;*/
    height: 20px;
    position: absolute;
    /*background: #1cbbb4;*/
    right: 2px;
    top: 13px;
    z-index: 999;
    /*border-radius: 50%;*/
    text-align: center;
    color: #fff;
    line-height: 20px;
    border-radius: 5px;
    margin-right: 5px;
    width: auto;
    background: #1cbbb4;
    padding: 0 5px;
}
.early_leaving_not_read{
    top: 47px !important;
}
.stayback_not_read{
     top: 79px !important;    
}

.location_change_requests_not_read.early_leaving_not_read.stayback_not_read {
   
}

.requests_not_read i:before {
   font-size: 0.9rem;
   margin-left: 0px;
}

a#btn_check_seat_availability {
    padding: 0;
}

a#btn_check_seat_availability {
    padding: 10px !important;
    margin-left: 5px;
    font-size: 1rem !important;
    /* background: #2c77f4; */
    color: #2c77f4;
    border-color: #2c77f4;
    margin-bottom: 20px;
    text-transform: uppercase;
}

a#btn_check_seat_availability i {
    color: #2c77f4;
}

.check_avilability .swal2-content {
    text-align: center;
}
 

.check_avilability .swal2-content i {
    font-size: 4rem;
}

.check_avilability .swal2-content .count {
    font-size: 3rem;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    /* background: #fd397a; */
    border-radius: 50%;
    margin: 20px auto;
    color: #2c77f4;
    font-weight: 100;
    text-align: center;
    line-height: 80px;
    border: 2px solid #2c77f4;
    margin-bottom: 0;
}

.check_avilability #swal2-content {
    font-size: 1.2rem;
    margin-top: 10px;
}
 

.check_avi:hover {
    background: #2c77f4;
    color: #fff !important;
}
.check_avi:active {
    background: #2c77f4 !important;
    color: #fff !important;
}

.check_avi:hover i {
    color: #fff !important;
}
.check_avi:active i {
    color: #fff !important;
}

.td_green{
    background-color: #59ca5c;
    text-align: center !important;
}
.td_yellow{
    background-color: #ffb822;
    text-align: center !important;
}
.td_orange{
    background-color: #f5761c;
    text-align: center !important;
}
.td_red{
    background-color: #f51c1c;
    text-align: center !important;
}
.heatmap_span{
    background: transparent !important;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
    border: none !important;
}