@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');

html, body{
  background-color: #fff !important;
  scroll-behavior: smooth;
  font-family: 'Lato', sans-serif !important;
}
#load{
  width:100%;
  height:100%;
  position:fixed;
  z-index:9999;
  background-color: #fffd;
  display: flex;
  color: #0E2550;
  user-select: none;
  cursor: none;
}
.progress-bars{
  position: relative;
  background: #cdcdcd;
  height: 8px;
  width: 100%;
}
.progress-bars::after{
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  animation: 1s ease-in infinite load;
  background: linear-gradient(94.56deg, #5D5FEF 0%, #464783 124.86%);
  height: 8px;
  width: 100%;
}
.content-wrapper-bg{
  background: #fff !important;
}
.page-content {
  background-color: #fff;
  height: 100vh;
}
.logos_img{
  width: 100px;
}
@media (max-width:700px){
  .logos_img{
    width: 90px;
  }
}
.navbar-light{
  background-color: #FFFFFF !important;
  border-color: #D9D9D9 !important;
}
.sidebar{
  background-color: #FBF9F9 !important;
  border-color: transparent !important;
  padding: 30px 10px 0;
}
.sidebar-light .nav-link.active{
  color: #fff !important;
  background: #5D5FEF !important;
}
a.nav-link{
  color: #434343;
  border-radius: 14px;
  margin-bottom: 8px;
  display: flex;
  line-height: 30px;
}
a.nav-link::after{
  margin: 8px 0 0  !important;
}
a.nav-link:hover{
  color: #434343;
}
a.nav-link i{
  font-size: 13px !important;
  width: 28px;
  height: 28px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
a.nav-link i[class*="ph-"]{
  font-size: 17px !important;
  font-weight: 600 !important;
}
a.nav-link.active i{
  background-color: #fff;
  color: #5D5FEF !important;
}
.navbar-nav-link-icon{
  background-color: #CDE5F233;
  border-radius: 8px !important;
}
.form-control-search{
  background-color: #F9FAFB !important;
  border-radius: 13px;
  border: none !important;
}
.form-control-search, .form-control-search-icon{
  padding: 15px 20px !important;
}
.title-bar{
  border-bottom: 1px solid #D9D9D9;
  font-size: 16px;
  font-weight: 600;
}
.title-bar,.contents,.footers{
  padding: 15px 30px;
}
.dashboard-card-pannel{
  border-color: transparent !important;
  box-shadow: 0px 4px 20px 0px #EEEEEE80 !important;
}
.card-custom{
  border-color: transparent !important;
  box-shadow: 0px 4px 20px 0px #EEEEEECC !important;
  border-radius: 12px !important;
}
.dashboard-card{
  border: none !important;
  box-shadow: none !important;
  border-radius: 12px !important;
}
.dashboard-card-title, span.data-length{
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.dashboard-card-icon{
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dashboard-card-icon i{
  font-weight: 600 !important;
  color: #fff !important;
  font-size: 15px !important;
}
.active>.page-link, .page-link.active {
  background-color: #EDEDED !important;
  border-color: transparent !important;
  box-shadow: 0px 4px 20px 0px #3331 !important;
  width: 30px !important;
  height: 30px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111111 !important;
}
.page-link{
  padding: 0 !important;
  min-width: 0px !important ;
}
.pagination-flat{
  display: flex;
  align-items: center;
}
.paginate_button.previous{
  margin-right: 10px !important;
}
.paginate_button.next{
  margin-left: 10px !important;
}
.full-layout{
  background-color: #F8F8F8;
  height: 100vh;
}
span.required{
  color: #ED6667;
}
.frame-login{
  position: relative;
}
.frame-login .login-title{
  font-size: 46px;
}
.frame-login .login-desc{
  font-size: 16px;
  color: #ddd;
}
.frame-login .banner{
  position: absolute;
  bottom: 0;
  left: 0;
  object-fit: contain;
  object-position: left;
  width: 100%;
  height: 60vh;
}
.frame-login .ellipse{
  position: absolute;
  top: 0;
  right: -30px;
  object-fit: cover;
  object-position: right;
  height: 90px;
}
.forgot-part{
  height: 120px;
}
/* .auth input{
  border-color: transparent !important;
} */
a.disabled, button.disabled{
  background-color: #B4B4B4 !important;
  color: #eee !important;
  border-color: transparent !important;
}
label{
  color: #344054 !important;
  font-weight: 600 !important;
  margin-bottom: 3px !important;
}
.otp-input{
  height: 60px;
  width: 60px;
  margin: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  color: #111;
  text-align: center;
  border-radius: 6px;
  box-shadow: none;
  border:1px solid #B4B4B4;
}

.dataTables_filter,.dataTables_length{
  margin-bottom: 0 !important;
}
.datatable-header{
  padding: 20px !important;
}
.breadcrumbs{
  padding: 8px 0;
}
.breadcrumbs ul{
  list-style: none;
  display: flex;
}
.breadcrumbs ul li{
  color: #8E8E8E;
}
.breadcrumbs ul li:last-child{
  color: #111111;
}
.breadcrumbs ul li:first-child:before{
  content: "";
  margin: 0;
}
.breadcrumbs ul li::before{
  content: "/";
  margin: 0 5px;
}
.truck-list{
  border-radius: 8px !important;
  border-color: transparent !important;
  box-shadow: 0px 4px 20px 0px #EEEEEE !important;
  position: relative;
  padding: 0 !important;
}
.truck-list img{
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.truck-list .badge-status{
  position: absolute;
  top: 0;
  left: 0;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  min-width: 100px;
  height: 30px;
}
.truck-list .badge-status.avail{
  background-color: #DFF2DD;
  color: #8DC53C;
}
.truck-list .badge-status.rusak{
  background-color: #FAD9D9;
  color: #E84041;
}
.banner-truk{
  height: 280px;
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}
.detail-truk{
  border-radius: 8px !important;
  border-color: transparent !important;
  box-shadow: 0px 4px 20px 0px #EEEEEE !important;
}
.nav-tabs .nav-link{
  border-bottom: 2px solid transparent !important;
  border: none !important;
}
.nav-tabs .nav-link.active{
  border-bottom: 2px solid #5D5FEF !important;
  color: #5D5FEF !important;
  font-weight: 600;
}
.nav-pills .nav-link{
  height: 30px;
  padding: 0 20px;
  border-radius: 8px !important;
}
.nav-pills .nav-link.active{
  background-color: #5D5FEF !important;
}
.tab-content{
  position: relative;
}
.tab-pane .select2{
  width: 150px !important;
}
.append_action{
  position: absolute;
  top: -40px;
  right: 0;
}
.textarea{
  resize: none;
}




.bg-pink-pallet{ background-color: #ED6667 !important; }
.bg-yellow-pallet{ background-color: #FF947A !important; }
.bg-green-pallet{ background-color: #8DC53C !important; }
.bg-blue-pallet{ background-color: #6AB2D7 !important; }
.bg-purple-pallet{ background-color: #A3A4FF !important; }
.bg-grey-pallet{ background-color: #807c7c !important; }

.bg-pink-smooth{ background-color: #FDECED !important; }
.bg-yellow-smooth{ background-color: #FFF4DE !important; }
.bg-green-smooth{ background-color: #EAFFF1 !important; }
.bg-blue-smooth{ background-color: #DBF1FF !important; }
.bg-purple-smooth{ background-color: #ECEFFF !important; }
.bg-grey-smooth{ background-color: #f0f0f0 !important; }

.bg-layout-purple{background-color: #5D5FEF;}

.cover{
  object-fit: cover;
}
.unread-notif{
  content: " ";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #5D5FEF;
  display: inline-block;
  line-height: 30px;
}
.unread-notif-sm {
  width: 5px !important;
  height: 5px !important;
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: #EB5757 !important;
}

.btn-indigo{
  background-color: #5D5FEF !important;
  border-color: #5D5FEF !important;
}
.text-gray{
  color: #B4B4B4 !important;
}
.br-8{
  border-radius: 8px !important;
}
.text-invalid{
  color: #E84041;
}
.mini-img{
  height: 80px;
  width: 150px;
  object-fit: cover;
  border-radius: 5px;
}
.skeleton{
  padding: 30px;
  min-height: 100vh;
}
.skeleton-loader {
  width: 100%;
  height: 8vh;
  background: linear-gradient(90deg, #868686 25%, #d9d9d9 50%, #868686 75%);
  animation: loading 4s infinite ease;
  border-radius: 2px;
  margin-bottom: 10px;
  border-radius: 8px;
}

@keyframes load {
  0%{
    background-position:0vw; 
  }
  100% {
    background-position:100vw; 
  }
}

@keyframes loading {
  0%{
    background-position:0vw; 
  }
  100% {
    background-position:100vw; 
  }
}

.action-list{
  width: 80px;
  justify-content: end;
}
/* .btn:hover{
  box-shadow: 0px 5px 20px 0px #9663e280 !important;
} */

.ranges{
  display: none !important;
}
.drp-calendar .calendar-table table{
  font-size: 11px !important;
}
.daterangepicker {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  left: unset !important;
}
.drp-calendar.left{
  border-left: none !important;
}

.avatar-selected{
  position: relative;
  width: 120px;
  height: 120px;
}
.avatar-preview{
  position: absolute;
  top: 0;
}
.avatar-image{
  height: 120px;
  width: 120px;
  border-radius: 10px;
}
.avatar-action{
  position: absolute;
  bottom: -10px;
  right: -10px;
}

.disabled{
  user-select: none;
}
input.disabled,select.disabled,textarea.disabled{
  background-color: whitesmoke !important;
}