@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, #067FBC 0%, #00aaff 124.86%);
  height: 8px;
  width: 100%;
}
.content-wrapper-bg{
  background: #FFF !important;
}
.bg-smooth{
  background: #FBF9F9 !important;
}
.page-content {
  background-color: #fff;
  /* height: 100vh; */
}
.logos_img{
  width: 30px;
}
@media (max-width:700px){
  .logos_img{
    width: 40px;
  }
}
.coming-soon{
  color: #ffaa00;
  font-size: 8px;
  display: flex;
  margin-left: 5px;
}
.navbar-light{
  background-color: #FFFFFF !important;
  border-color: #D9D9D9 !important;
}
.sidebar{
  background-color: #FBF9F9 !important;
}
.sidebar-light .nav-link.active{
  color: #fff !important;
  background: #56ADE1 !important;
}
a.nav-link{
  color: #434343;
  margin-bottom: 0px;
  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: 20px;
  height: 30px;
  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: #56ADE1 !important;
} */
.nav-link-underline{
  color: #067FBC;
  border-bottom: 1px solid transparent;
  padding: 3px 0;
  font-weight: 600;
}
.nav-link-underline.active{
  border-bottom: 1px solid #067FBC;
}
.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;
}
.contents{
  margin-top: 10px;
}
.dashboard-card-pannel{
  border-color: transparent !important;
  box-shadow: 0px 4px 20px 0px #EEEEEE80 !important;
}
.card-custom, .card{
  box-shadow: none !important;
  border: 1px solid #ddd !important;
  border-radius: 6px !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{
  background: linear-gradient(244.87deg, #AADBF8 6.37%, #F3FBFF 92.58%);
  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;
  right: 0;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.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: 500 !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{
  border-bottom: 1px solid #ebebeb;
  padding: 6px 0;
}
.breadcrumbs ul{
  font-size: 13px;
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0;
}
.breadcrumb-bar{
  width: 100%;
}
.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-top: 2px solid transparent !important;
  /* border: none !important; */
  border-radius: 0px !important;
}
.nav-tabs .nav-link.active{
  border-top: 2px solid #067FBC !important;
  color: #067FBC !important;
  font-weight: 600;
}
.nav-pills .nav-link{
  height: 30px;
  padding: 0 20px;
  border-radius: 0px !important;
}
.nav-pills .nav-link.active{
  background-color: #067FBC !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: #067FBC;}

.cover{
  object-fit: cover;
}
.unread-notif{
  content: " ";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #067FBC;
  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-primary{
  background-color: #067FBC !important;
  border-color: #067FBC !important;
}
.text-primary{
  color: #067FBC !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;
}

.border-right{
  border-right: 1px solid #ccc;
}
@media (max-width:700px){
  .border-right{
    border-right: 0px solid #ccc;
  }
}
.card-outline-primary{
  padding: 6px;
  border:1px solid #3899C9;
  border-radius: 4px;
  background-color: rgba(231, 247, 255, 0.8)
}
.card-outline-primary-thin{
  padding: 6px;
  border:1px solid #3899C9;
  border-radius: 4px;
  background-color: #fff;
  border-radius: 6px;
}
.card-catalog img{
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  height: 150px;
  width: 100%;
  object-fit: cover;
}
.card-cart{
  min-height: 200px;
  max-height: fit-content;
  border: 1px solid #ccc !important;
}
.h-100{
  height: 100%;
}
.note{
  color: #8E8E8E;
}
.absolute-mid{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
.text-smooth{
  color: #8E8E8E;
}
.text-smooth-primary{
  color: #6AB2D7;
  font-weight: 400;
}
.lh-thin{
  line-height: 18px;
}

.text-underline{
  border-bottom: 1px solid;
  line-height: 15px;
}
.fs-13{font-size: 13px;}
.fs-16{font-size: 14px;}
.fs-23{font-size: 18px;}

.promo-list-card.disabled{
  user-select: none;
  filter: grayscale(100%);
  opacity: .5;
}
.absolute-top-right{
  position: absolute;
  top: 20px;
  right: 20px;
}
.border-dashed{
  border-style: dashed;
  border-width: 1px;
}
.btn-linear-blue{
  background: radial-gradient(102.79% 221.59% at 50% -18.18%, #88D1FC 0%, #1C85C4 85.51%);
  border-radius: 8px !important;
  font-weight: 600 !important;
}
.h150{
  min-height: 150px;
}
.autocomplete{
  position: relative;
}
.autocomplete input{
  position: absolute;
  z-index: 9;
}
.autocomplete select{
  position: absolute;
  z-index: 1;
}
.wizard-list{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
.wizard-item{
  list-style: none;
  min-width: 100px;
  z-index: 5;
  background-color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: default;
}
.wizard-name{
  color: #aaa;
}
.wizard-item:first-child::after {
  z-index: 3;
  content: " ";
  display: inline-flex;
  width: 30vw;
  height: 50px;
  border-top: 2px solid #B4B4B4;
  position: absolute;
  top: 20%;
  right: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
}
.wizard-icon{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  border: 3px solid #B4B4B4;
  background-color: #fff;
  color: #B4B4B4;
}
.wizard-name{
  color: #B4B4B4;
}
.wizard-item.active .wizard-icon{
  border: 10px solid #CDE5F2;
  background-color: #9BCCE4;
  color: #333;
}
.wizard-item.active .wizard-name{
  color: #333;
  font-weight: 600;
}

.wizard-icon i {
  font-size: 15px;
}
.dashboard-list{
  border: 1px solid #ccc;
  box-shadow: 0px 4px 20px 0px #3331 !important;
  border: 1px solid #3331 !important;
  border-radius: 5px;
  margin-bottom: 20px;
}
.dashboard-list .icon{
  height: 70px;
  width: 50px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  margin-right: 10px;
}
.card-chart{
  box-shadow: 0px 4px 20px 0px #3331 !important;
  border: 1px solid #3331 !important;
}

.incominggood .page-link {
  border-color: transparent !important;
  width: 30px !important;
  height: 30px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111111 !important;
  display: flex;
}