.moving{
    border-color: #83E83C;
    background-color: #83E83C;
}
.idlea{
    border-color: #FFCC00;
    background-color: #FFCC00;
}
.stopped{
    border-color: #E33244;
    background-color: #E33244;
}
.bg-gray{
    border-color: #E2E2E2;
    background-color: #E2E2E2;
}
.vehicle-wrap{
    background-color: #fff;
}
/*|===================================================================================
    Search Area
======================================================================================|*/
.search-area{}
.search-area.sticky-top{
    top: 0;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
    background-color: #fff;
}
.search-area .form-group{
    position: relative;
}
.search-area .form-group .form-control,.search-area .form-group .form-select{
    padding-top: 1rem !important;
    padding-bottom: 1rem;
    border-color: #999999;
    height: 50px;
    border-radius: .5rem !important;
}
.search-area .form-group label{
    position: absolute;
    top: -5px;
    left: 0;
    font-size: .75rem;
    padding: 0 6px;
    margin-left: 12px;
    margin-right: 12px;
    display: inline-block;
    line-height: 1;
    width: auto;
    height: auto;
    border: none;
    z-index: 2;
}
.search-area .form-group label::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: #fff;
    z-index: -1;
}
.search-area .btn{
    height: 50px;
    border-radius: .5rem !important;
}
.search-area .btn-download{
    border: 2px solid #83E83C !important;
    background-color: #D8FFBC;
}
.search-area .btn-download img{}
.current-datetime{ 
    margin-bottom: 1rem;
}
.current-datetime span{}
/*| Media Query =====================================================================|*/
@media (min-width: 992px){
    .search-area{
        padding: 1.5rem;
    }
    .vehicle-wrap{
        padding: 1.5rem;
    }
    .search-area.sticky-top{
        top: 69px;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }
}
@media (max-width: 767.98px){
    .search-area .btn-download img{
        height: 32px;
    }
}
/*|===================================================================================
    Total Vehicle
======================================================================================|*/
.total-vehicle{
    /* margin-bottom: 1rem; */
}
.total-vehicle .total-item{
    padding: .75rem;
    border-radius: 3px;
}
.total-vehicle .total-item .total-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.total-vehicle .total-item .total-header h4{
    color: #fff;
}
.total-vehicle .total-item.bg-gray .total-header h4{
    color: #000;
}
.total-vehicle .total-item .total-text{}
.total-vehicle .total-item .total-text span{
    color: #fff;
    display: block;
    font-size: .685rem;
    font-weight: 500;
}
.total-vehicle .total-item.bg-gray .total-text span{
    color: #000;
}
/*| Media Query =====================================================================|*/
@media (min-width: 992px){
    .total-vehicle{
        /* margin-bottom: 1.25rem; */
    }
    .total-vehicle .total-item .total-text span{
        font-size: .875rem;
    }
}
/*|===================================================================================
    Vehicle List
======================================================================================|*/
.vehicle-list{}
.vehicle-list .card{
    border: 1px solid #EBEDEF;
    border-radius: .5rem;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 1rem;
    padding: .75rem;
}
.vehicle-list .card a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.vehicle-list .card ul{
    padding-left: 0;
    margin-bottom: 0;
}
.vehicle-list .card ul li{
    list-style: none;
}
.vehicle-list .card .card-header{
    padding: 0;
    min-height: auto;
    border-bottom: none;
    margin-bottom: .5rem;
}
.vehicle-list .card .card-header ul{
    display: flex;
    width: 100%;
    align-items: center;
}
.vehicle-list .card .card-header ul li span{
    display: block;
}
.vehicle-list .card .card-header ul li:first-child{
    width: 50%;
}
.vehicle-list .card .card-header ul li:last-child{
    margin-left: auto;
}
.vehicle-list .card .card-header .vehicle-number{
    font-size: 1.5rem;
    font-weight: 700;
}
.vehicle-list .card .card-header .vehicle-battery{
    color: #666666;
    font-size: 1.125rem;
    font-weight: 500;
}
.vehicle-status{
    padding: .625rem 1rem;
    font-size: .75rem;
    font-weight: 700;
    line-height: 1;
    border-radius: 2rem;
}
.vehicle-list .card .card-body{
    padding: 0;
}
.vehicle-list .card .card-body ul{
    columns: 2;
}
.vehicle-list .card .card-body ul li{
    color: #666666;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: .5rem;
    width: 50%;
}
.vehicle-list .card .card-body ul li:nth-child(2),.vehicle-list .card .card-body ul li:nth-child(4){
    margin-bottom: 0;
}
/*| Media Query =====================================================================|*/
@media (min-width: 992px){
    .vehicle-list{
        padding: 1rem 1.5rem 1.5rem;
    }
    .vehicle-list .card{
        padding: 1rem;
        margin-bottom: 1.25rem;
    }
}
/*|===================================================================================
    Vehicle Details
======================================================================================|*/
.vehicle-details{}
.vehicle-details .card{
    padding: 1rem;
    border: 1px solid #EBEDEF;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
}
.vehicle-details .card .card-header{
    padding: 0;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-color: #AAAAAA;
}
.vehicle-details .card .card-header ul{
    columns: 2;
    padding-left: 2rem;
    margin-bottom: 0;
    flex-grow: 1;
}
.vehicle-details .card .card-header ul li{
    list-style: none;
    margin-bottom: .5rem;
}
.vehicle-details .card .card-header .vehicle-number{
    font-size: 1.5rem;
    font-weight: 700;
}
.vehicle-details .card .card-body{
    padding: 0;
}
.vehicle-details .card .card-body .card-body-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}
.vehicle-details .card .card-body .card-body-header .img-box{}
.vehicle-details .card .card-body .card-body-header .img-box img{
    width: 150px;
}
.vehicle-details .card .card-body .card-body-header .vehicle-status{}
.vehicle-details .card .card-body .vehicle-information{
    margin-bottom: 1rem;
}
.vehicle-details .card .card-body .vehicle-information .section-title{
    font-size: 1.5rem;
    margin-bottom: .75rem;
}
.vehicle-details .card .card-body .vehicle-information .info-meta{
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.vehicle-details .card .card-body .vehicle-information .info-meta .info-meta-item{}
.vehicle-details .card .card-body .vehicle-information .info-meta .info-meta-item .title{
    font-size: 1.125rem;
    font-weight: 600;
}
.vehicle-details .card .card-body .vehicle-information .info-meta .info-meta-item span{
    display: block;
}
.odometer-wrap{
    border-top: 1px solid #AAAAAA;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    text-align: center;
}
.odometer-wrap p{
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: .5rem;
}
.odometer-value{}
.odometer-value span{
    display: inline-block;
    width: 3.25rem;
    height: 3.25rem;
    color: #fff;
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 42px;
    text-align: center;
    border-radius: 3px;
    background-color: #374151;
}
.odometer-value span:last-of-type{
    color: #eab308;
    background-color: rgba(0, 0, 0, 0.1);
}
.vehicle-info2{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    margin-top: 2rem;
    border-radius: 1rem;
    background-color: #ECECEC;
}
.vehicle-info2 .info-meta-item{}
.vehicle-info2 .info-meta-item .title{
    font-size: 1.75rem;
    font-weight: 700;
}
.vehicle-info2 .info-meta-item span{
    display: block;
    font-size: 1rem;
    font-weight: 400;
    color: #555555;
}
.vehicle-details .card .card-footer{
    display: flex;
    gap: 1rem;
    align-items: center;
    padding: 0;
    padding-top: 2rem;
}
.vehicle-details .card .card-footer .vehicle-meta-item{
    flex: 1;
    padding: .75rem;
    border: 1px solid #cfcccc;
    border-radius: .5rem;
}
.vehicle-details .card .card-footer .vehicle-meta-item .icon{
    margin-bottom: .625rem;
}
.vehicle-details .card .card-footer .vehicle-meta-item .icon img{
    width: 1.75rem;
    height: 1.75rem;
}
.vehicle-details .card .card-footer .vehicle-meta-item .value{
    font-size: 1.25rem;
    font-weight: 700;
}
.vehicle-details .card .card-footer .vehicle-meta-item .value span{
    font-size: 1rem;
    font-weight: 500;
}
.vehicle-details .card .card-footer .vehicle-meta-item p{
    font-size: .875rem;
    margin-bottom: 0;
}
.road-map iframe{
    max-width: 100%;
    height: 550px;
}
/*| Media Query =====================================================================|*/
@media (min-width: 992px){
    .vehicle-details .card{
        padding: 1.5rem;
    }
    .vehicle-details .card .card-header ul{
        padding-left: 1rem;
    }
    .vehicle-info2{
        padding: 1.75rem;
        margin-top: 1.75rem;
    }
    .vehicle-details .card .card-footer{
        padding-top: 1.5rem;
    }
    .vehicle-details .card .card-footer .vehicle-meta-item{
        padding: 1rem;
        border-radius: 1rem;
    }
    .vehicle-details .card .card-footer .vehicle-meta-item p{
        font-size: .875rem;
    }
    .road-map{
        position: sticky;
        top: 69px;
    }
}
@media (max-width: 767.98px){
    .vehicle-details .card .card-header a{
        position: absolute;
        left: .75rem;
        top: 1.5rem;
    }
    .vehicle-details .card .card-header a img{
        width: 16px;
    }
    .vehicle-details .card .card-header ul{
        padding-left: 2rem;
    }
    .road-map{
        margin-top: 1rem;
    }
}