*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Literata;
    
}
*::-webkit-scrollbar {
    display: none; /* Chrome, Safari, and Opera */
  }
body{
    background-color: #e9ecef;
    height: 100%;
    /* flex:1;
    overflow-y: scroll; */
    margin: 0;
}
.vehicle-stats {
    display: flex;
    align-items: center;
    gap: 15px;
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.stat-label {
    font-size: 12px;
    color: #666;
}

.stat-value {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.stat-icon {
    width: 36px;
    height: 36px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 14px;
}

.running-icon {
    background-color: #4CAF50;
}

.stopped-icon {
    background-color: #f44336;
}

.idle-icon {
    background-color: #FF9800;
}
.zoom-img:hover{
    transform: scale(2); /* Scale the image to 2x its original size */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(2); /* Center the image */
    z-index: 1000;
    width: 200px;
    height: 200px;
}
a{
    color: black;
    text-decoration: none;
    cursor: pointer;
}
p{
    margin-bottom: 0;
}
.bus-id{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 350px;
   
}
.list-profile{
    height: 30px;
    width: 30px;
    position: sticky;
    margin-right: 5px;
    border-radius: 50%;
    object-fit: cover;
}
.bus-id > img{
    height: 30px;
    width: 30px;
    position: sticky;
    margin-right: 5px;
    border-radius: 50%;
    object-fit: cover;
    /* border: 5px solid #fff; Optional: add a border */
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.detail-name{
    overflow-x: scroll;
    white-space: nowrap;
}
.driver-anchor{
    font-size: 16px;
}
.li-edit-icon img{
    max-width: 20px;
}

.route-drop-dwn{
    margin-top: -13px;
}
.list_wrapper{
    /* height: 100vh; */
    overflow-y: scroll;
    padding-left: 20px;
}
.main_container {
    height: 100vh;
    overflow: hidden;
    /* overflow-y: hidden; */
    /* padding: 40px 28px; */
    /* max-width: 1550px; */ /* previous */
    max-width: 100vw;  /* new */
  display: flex;
  margin: auto;
  /* gap: 10px; */ /*previous*/
  gap: 0px; /* new */

}
.navbar_container, .heading_container {
    position: sticky;
    top: 0;
    z-index: 10;
}
.navbar_container{
    background-color: white;
    display: flex;
    justify-content: space-between;
    height: 70px;
    align-items: center;
    padding: 0 16px;
    /* max-width: 1110px; */
}
.student-search-container{
    position: relative;
    max-width: 250px;
    left: -30px;
}
.student-search-container .search_input {
   max-width: 266px;
    /* top: 20px;
    left: 320px; */
    padding: 6px 8px;
    gap: 200px;
    border-radius: 20px;
    border: none;
    opacity: 0px;
    background-color: #ffffff;
    font-size:22px ;

  }
  .student-search-container .search-icon {
    position: absolute;
    width: 22px;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    color: #aaa;
  }
#suggestions {
    border: 1px solid #ccc;
    max-height: 200px;
    overflow-y: auto;
    position: absolute;
    background-color: white;
    width: 250px;
}
#suggestions ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#suggestions li {
    padding: 10px;
    cursor: pointer;
    font-size: 16px;
    border-bottom: 1px solid rgb(192, 192, 192);
    width: 250px;
    white-space: nowrap;
    overflow-x: scroll;
}
#suggestions li:hover {
    background-color: #eee;
}
.search-container {
    position: relative;
    /* margin: 20px auto; */
    max-width: 400px;
    /* margin-left: 10px; */
  }
  .search-container .search_input {
    width: Hug (356px)px;
    height: Hug (63px)px;
    /* top: 20px;
    left: 320px; */
    padding: 16px 32px 16px 32px;
    gap: 200px;
    border-radius: 20px;
    border: none;
    opacity: 0px;
    background-color: #DAE8FF;

  }
  .search-container .search-icon {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    color: #aaa;
  }
.search-opt-div{
    display: flex;
    gap: 10px;
    align-items: center;
}
.school-name{
    cursor: pointer;
font-size: 18px;
font-weight: 500;
line-height: 26.73px;
letter-spacing: 0.5px;
text-align: left;

}
.notification-icon,.school-logo{
    width: 56px;
height: 56px;
border-radius: 50%;
background-color: #DAE8FF;
overflow: hidden;

}
.school-logo img,.notification-icon img{
    max-width: 100px;
max-height: 100%;
/* border-radius: 50%; */
overflow: hidden;

}

.del-icon{
    height: 20px;
}
.heading_container{
    height: min-content;
}

.main_container > div {
  /* background-color: rgba(255, 255, 255, 0.8); */
  /* text-align: center; */
  /* padding: 20px 0; */
  font-size: 30px;
}
.clr-circle {
    width: 15px;
    height: 15px;
    /* background-color: green; */
    border-radius: 50%;
    margin-right: 0px;
}
        /* Main Container Styling Start */
/* .main_container{
    display: flex;
    background-color: #F5F6FB;
} */
/* Main Container Styling End */

/* Side Bar Menu Styling Start */
.dashboard-title-wrap{  
    width: 99%;

}
.sidebar{
    /* grid-row: 1/4;
    background-color: white!important;
    height: 100vh; */
    /* min-height: min-content; */
     height: 100vh;               
    overflow-y: auto;            
    overflow-x: hidden;
    background-color: white !important;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.title_img{
    /* width: 227px;
    height: 82.68px;
    margin-left: 28px;
    margin-right: 28px; */
    width: fit-content;
    padding: 10px 28px;    
    display: flex;
    align-items: center; 
    justify-content: center;
}
.title_img img{
    /* display: block;
    max-width: 100%;
    max-height: 100%;
    margin-top: 40px; */
    width: auto;
    height: auto;
    max-width: 227px;  
    max-height: 70px; 
    object-fit: contain; 
}
.sidebar_list{
    margin: 0 28px;
    /* padding: 4px 8px;
    border-radius: 2px; */

}
.detail-cont{
    background-color: white;
    border-radius: 20px;
}
a:hover,a:hover + .menu_icon{
    text-decoration: none;
    color: black;
    background-color: #eff4f5;

}
.doc-list-item{
    font-size: 20px;
}
.list-user-name{
    width: 100px;
    overflow-x: scroll;
    margin: auto 0px;
    white-space: nowrap;
    font-size: 16px;
}
.home_menu{
    margin-top: 40px!important;
}
.home_icon img{
    height: 32px!important;
    width: 32px!important;
}
.home_icon{
    margin-left: -3px;
    margin-right: 17px !important;
}
.sidebar_menu{
    /* display: flex;
    align-items: center;
    height: auto;
    font-size: 20px;
    font-weight: 500;
    margin-top: 20px;
    color: black; */
    display: flex;
    align-items: center;
    height: auto;
    font-size: 20px;
    font-weight: 500;
    /* margin-top: 20px; */
    color: black;
    transition: all 0.2s ease;
    padding: 4px 8px;
    border-radius: 4px;
    cursor: pointer;
}
.menu_icon{
    margin-right: 20px;
    display: flex;
    align-items: center;
}
.menu_icon img{
    height: 26px;
    width: 26px;
    background-color: white!important;
    border-radius: 50%;
}
/* Side Bar Menu Styling End */

.main_content_wrapper{
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

/* List Page Start */
.list-detail-wrapper{
    flex: 1;
    display: flex;
    /* overflow: hidden; */
    gap: 20px;
    padding: 0 8px 0 0;
    margin-bottom: 10px;
}
.main_list_container, .element_details_container {
    flex: 1;
    overflow-y: auto;
    white-space: nowrap;
}
.main_list_container > *, .element_details_container > * {
    max-width: 100%; /* Ensure child elements do not exceed the container width */
    box-sizing: border-box; /* Include padding and border in the element's total width */
}
.main_list_container{
    grid-column: 2;
    grid-row: 3 / 4;
    /* height: 71vh;
    overflow-y: scroll; */
    /* width: 462px; */
    /* margin: 24px 14px; */
}
.list_page_title{
    font-size: 32px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.5px;
    /* padding: 24px  0px;  */
    padding: 24px  10px 24px 20px;
    display: flex;
    justify-content: space-between;
    z-index: 9;
    align-items: center;
}

/* .list_wrapper{
     margin: 24px 0px; 
} */
.elem_card{
    /* max-width: 462.01px; */
    max-height: 197px;
  
    border-radius: 20px;
    box-shadow: 0px 4px 4px 0px #00000040!important;
    margin-bottom: 8px;
    
}
.view-all-btn-div{
    text-align: center;
}
.view-all-btn{
    width: 236px;
    height: 45px;

    border-radius: 10px ;
    font-size: 20px;
    font-weight: 600;
    line-height: 18px;


}
.wrapper-div{
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
}

/* List Page End *0/

/* LEement Details Start */
.element_details_container{
    width: -webkit-fill-available;
    /* background-color: white; */
    /* height: 100vh;
    flex:1;
    overflow-y: scroll; */
    margin-right: 10px;
    /* height: 71vh;
    overflow-y: scroll; */


}
/* LEement Details Ens */


/* login CSS start */
.left-section {
    background-color: #007bff;
    color: white;
    padding: 15px;
}
.right-section {
    background-color: #e9f3ff;
    padding: 20px;
    width: 674px;

border-radius: 120px 0px 0px 120px;

}

.login-wrap{
    background-color: #007bff;

}
.login-powerby-txt{
    color: #343434;

font-size: 24px;
line-height: 35.64px;
text-align: center;

}
.login-form {
    /* max-width: 400px; */
    margin-top: 50px;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
}
.login-form-div{
    width: 531px;
    /* height: 500px; */
    padding: 20px;
    background-color: white;
    border-radius: 10px;
    /* border: 1.06px solid #343434; */
}
.login-main-head{
font-size: 40px;
font-weight: 600;
line-height: 95.04px;
text-align: center;
/* margin-top: 80px; */

}
.login-brandinfo{
    /* position: absolute; */
    bottom: 40px;
}
.brand-info-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: start;
    /* margin-top: 20px; */
}
.placeholder-img {
    width: 564px;
    height: 555px;
  
    
}
.login-head{
font-size: 25.39px;
font-weight: 500;
line-height: 37.7px;

}
.login-sub-head{
font-size: 14.81px;
font-weight: 400;
line-height: 21.99px;

}
.login-label{
font-size: 21.16px;
font-weight: 500;
line-height: 21.16px;

}
.login-form-div input{
    width: 446.38px;
height: 59.85px;
padding: 16.92px;
gap: 8.46px;
border-radius: 8.46px ;
border: 1.06px solid #343434;

}
.login-btn{
    width: 446.38px;


}
.field{
    margin-top: 20px;
}

#forgotPasswordOverlay,
    #messageOverlay {
        display: flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s, opacity 0.5s;
    }

    .centerElement {
        background: white;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        text-align: center;
    }

    .overlay.show {
        visibility: visible;
        opacity: 1;
    }

    .close-btn {
        cursor: pointer;
        color: red;
        font-size: 20px;
        margin-top: 10px;
    }
/* login CSS end */

/* dashboard styling start */
#charts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

#speed-chart, #fleet-status-chart {
    width: 45%;
    margin: 20px 0;
}

.label {
    font-size: 16px;
    font-weight: 500;
    line-height: 23.76px;
    letter-spacing: 0.5px;
    text-align: left;
    color: var(--PM, #4285F4);

}

.value {
    font-size: 18px;
    font-weight: 600;
    line-height: 26.73px;
    letter-spacing: 0.5px;
    text-align: left;

}
/* .dashboard-chart-cont{
    display: flex;
    justify-content: space-between;
    gap: 16px;
    background-color: #e9ecef;
    margin-bottom: 16px;

}
.chart-container{
    width: 100%;
    min-width: 541px; 
    height: 304px;
    overflow: hidden;
    border-radius: 20px ;
    box-shadow: 0px 4px 4px 0px #00000040;
    background-color:white;

}    */
.dash_title_btn{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
    
.dash-card-icon{
    /* padding: 0px 1.25rem 1.25rem 1.25rem; */
}
.dash-card{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
     /* width: 210px; */
     width: -webkit-fill-available;
    /* height: 136px;  */
    gap: 16px;
    padding: 1.25rem; 
    border-radius: 20px;
    /* opacity: 0px; */
    box-shadow: 0px 4px 4px 0px #00000040;

}
.dash-card-title{
font-size: 20px;
font-weight: 600;
line-height: 29.7px;
letter-spacing: 0.5px;
color: #343434;
margin-bottom: 16px;
}


/* HOVER on sidebar menu */
.sidebar_menu:hover {
    background-color: #eff4f5;
    color: black;
}

/* ACTIVE STATE on sidebar menu */
.sidebar_menu.active {
    background-color: #eff4f5;
    color: black;
    font-weight: 600;
}

/* dashboard styling end */

@media screen and (max-height: 670px) {
    .login-form {
        margin-top: 0px;
    }
    .login-brandinfo {
        bottom: 80px;
    }
  }
@media(max-width: 1380px) {
    .dash-card-title{
        font-size: 18px;
    }
    .dash-card-count {
       font-size: 30px;
    }
    .dash-card-icon{
        width: 50px;
        height: 50px;
    }
    .dash-card-icon img{
        max-width: 100%;
        max-height: 100%;
    }
    .dash-card{
        padding:10px;
        border-radius: 10px;
        gap: 5px;
    }
  }
@media(max-width: 1000px){
    .login-container{
        flex-direction: column;
        height: auto;
    }
    .login-form-cont,.login-page{
        max-width: 100%;
    }
    .login-form-cont{
        border-radius: 0px;
        margin-bottom: 40px;
        margin-left: auto;
        margin-right: auto;
    }
    .login-brandinfo {
        position: relative;
        bottom: 0px;
    }
}
@media(max-width:600px){
    .login-form-div{
        width: auto;
    }
    .placeholder-img{
        width: 300px;
        height: 300px;
    }
    .login-form-div input,.login-btn{
        width: 300px;
    }
    .brand-info-wrapper{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .brand-phone{
        margin-left: 0px!important;
        margin-right: 0px!important;

    }
    .brand-info-el{
        margin-top: 20px;
        width: 250px;
        text-align: center;
    }
}