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

html, body { 
    height: 100%;
    font-family: 'Poppins', sans-serif;
    color: #423a30 !important;
}
::placeholder{
    color: #c8c0b7 !important;
    font-size: 12px;
}
a{
    transition: 0.3s;
}
a:hover{
    text-decoration: none;
    color: #f99a00;
    transition: 0.3s;
}
.row{
    margin-right: 0px;
    margin-left: 0px;
}

.w-full{
    width: 100%;
}
.w-1-2{
    width: 50%;
}
.w-1-4{
    width: 25%;
}
.w-1-5{
    width: 20%;
}
.w-30{
    width: 30%;
}

.f-12{
    font-size: 12px !important;
}
.f-14{
    font-size: 14px !important;
}
.f-20{
    font-size: 20px;
}

.c-grey{
    color: #dedbd8;
}
.c-red{
    color: #f75656;
}
.c-prim{
    color: #f99a00 !important;
}
.c-white{
    color: #fff;
}
.pd-0{
    padding: 0px !important;
}
.pd-5{
    padding: 5px !important;
}
.pd-10{
    padding: 10px 10px !important;
}
.pd-5-10{
    padding: 5px 10px !important;
}
.pd-10-20{
    padding: 10px 20px !important;
}
.bg-white{
    background-color:#fff !important;
}
.bg-grey{
    background-color:#f2f2f2 !important;
}
.bg-prim{
    background-color: #f5982f !important;
}

.btn-light {
    background-color: #fff;
    border-color: #ededed;
}

.img-mw-5{
    max-width: 27px;
    margin-right: 5px;
}

.margin-0{
    margin: 0px !important;
}

.margin-5{
    margin: 5px !important;
}

.mb-9{
    margin-bottom: 90px;
}

small{
    color: #c8c0b7 !important;
}
.path {
    width: 20%;
    border: solid 1px #fff0de;
    position: absolute;
    top:0;
}

.sidebar hr{
    border: solid 1px #fff0de;
}
.dot {
    opacity: 0.6;
}
.group-3 {
    width: 35%;
    position: absolute;
    left: 0;  
    bottom:0;  
}
.group-31 {
    position: absolute;
    top:60px;  
    right: 60px;
}
.form-label{
    font-size: 12px;
    color: #dedbd8;
}
.form-group input{
    border-radius: 4px;
    border: solid 1px #ededed;
    background-color: #ffffff;
    font-size: 12px;
    min-height: 39px;
}
.btn-primary{
    border-radius: 6px;
    background-color: #f99a00;
    border: solid 1px #f99a00;
    color: #fff;
    font-size: 12px;
}
.btn-secondary{
    border-radius: 6px;
    border: solid 1px #f99a00;
    background-color: #fff;
    color: #f99a00;
    font-size: 12px;
}
.link {
    color: #f5982f;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
}
.w-center{
    text-align: center;
    font-size: 14px;
}

.sidebar{
    background-color: #fffaf4; 
    padding-top: 30px;  
    padding-bottom: 30px;
    padding-right: 0px;
    padding-left: 0px;
}

.sidebar li{
    list-style: none;    
    padding: 15px 30px;
    padding-right: 0px;
    color: #c8c0b7 !important;
    margin: 15px 0px;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
    vertical-align: top;
}
.sidebar li:hover{
    transition: 0.3s;
    padding-left: 40px;    
}

.sidebar ul{
    padding: 0px;
}

.sidebar ul a{
    text-decoration: none;
}

.sidebar li.active{
    font-weight: bold;
    color: #f5982f !important;
    background-color: #fff0de;
    border-right: solid 3px #f5982f;
    padding-left: 40px;
}
.sidebar li.active{
    font-weight: bold;
    color: #f5982f !important;
    background-color: #fff0de;
    border-right: solid 3px #f5982f;
    padding-left: 40px;
}

.group-2{
    width: 50%;
}

.icon{
    height: 15px;
    width: 15px;
    display: inline-block; 
    background-repeat: no-repeat;    
    margin-right: 10px; 
}
.icon-dashboard{
    background: url(../img/icon/001-dashboard.png);  
}
.icon-invoice{
    background: url(../img/icon/002-invoice.png);       
}

.title-date{
    border-radius: 12px;
    background-color: #fff0de;
    font-size: 12px;
    color: #f5982f;
    padding: 4px 12px;
    margin-left: 10px;
}
.cole{
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    padding: 20px 20px !important;      
    position: relative;
    display: inline-block;
    margin: 10px 10px !important;
}
.info-box{
    font-size: 26px;
    font-weight: bold;
    color: #423a30;
    margin-bottom: 5px;
}
.info{
    border-radius: 2px;
    font-size: 12px;
    text-align: center;
    padding: 4px 17px;
    font-weight: normal;
    min-width: 100%;    
    border: 1px solid transparent; 
    vertical-align: middle;
}
.alert{
    border:none;
}
.success{
    background-color: #deffe0;
    color: #1cc22a;
}
.infoo{
    background-color: #deedff;
    color: #197bd5;
}
.warning{
    background-color: #fff8de;
    color: #f5982f;
}
.primary{
    background-color: #ffecde;
    color: #f5982f;
}
.pickup{
    background-color: #def3ff;
    color: #2f96f5;
}
.wait{
    background-color: #ffecde;
    color: #f5982f;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-color: #fff #fff #f5982f;
    border-bottom: 4px solid #f5982f;
    font-weight: bold !important;
    padding-bottom: 20px !important;    
}

.nav-tabs .nav-link {
    color: #c8c0b7;
}

.nav-item:hover {
    border-bottom: 4px solid #f5982f;
    border-top: none;
    border-left: none;
    border-right: none;
    transition: 0.3s;
}

.nav-item {
    transition: 0.3s;
    font-size: 14px;
}

.table thead{
    border-radius: 4px !important;
    background-color: #fffaf4 !important;
    font-size: 12px;
    text-align: center;
    color: #c8c0b7;
    font-weight: bold;
    border: none;
}

.table td, .table th {
    padding: 1rem;
    vertical-align: middle;
    border-bottom: 1px solid #dee2e6;
    border-top: none;
    border-left: none;
    border-right: none;
    text-align: center;
    font-size: 12px;
}
/* .table td{
    padding: 1.2rem;
} */

.table thead th {
    vertical-align: middle;
    border:none;
    margin-bottom: 10px;
}

.btn-custom{
    background-color: #f5982f;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    color: #fefefe;
    border-radius: 6px;
    padding: 5px 10px;
}

.btn-custom-sec{
    background-color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    color: #f5982f;
    border: 1px solid #f5982f;
    border-radius: 6px;
    padding: 5px 10px;
    margin: 0px 5px;
}
.btn-custom-prim{
    background-color: #f5982f;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    border: 1px solid #f5982f;
    border-radius: 6px;
    padding: 5px 10px;
    margin: 0px 5px;
}

.btn-shadow{
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.04); 
    background-color: #fff;
    padding: 0px 5px;
}

.popup-left{
    background-color: #ffe8cf;
    padding: 10px;
    font-size: 10px;
    color: #4b4236;
    line-height: 1.8;
    margin-bottom: 0px;
}
.popup-left::before{
    content: "";
    position: absolute;
    top: 68%;
    left: 23%;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 20px 20px 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #ffe8cf;
}

.popup-right{
    background-color: #ffe8cf;
    padding: 10px;
    font-size: 10px;
    color: #4b4236;
    line-height: 1.8;
    margin-bottom: 0px;
}
.popup-right::before{
    content: "";
    position: absolute;
    top: 68%;
    right: 23%;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 20px 20px 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #ffe8cf;
}

#modalChooseTrip .modal-content{
    width: 65%;
    border-radius: 10px;
}

#modalChooseTrip .modal-header{
    border-bottom: none;
    padding-bottom: 0px !important;
}

#modalChooseTrip .modal-body button{
    padding: 30px 10px;
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px #ededed;   
    font-size: 14px !important;
}

#loose.active{    
    border: solid 3px #f5982f !important;    
}
#full.active{    
    border: solid 3px #f5982f !important;    
}

#modalChooseTrip .modal-footer{
    border-top: none;
    padding-top: 0px !important;
    font-size: 12px !important;
}

#modalDetailPerjalanan{
    font-size: 12px;
}

.progressbar {
    counter-reset: step;
    margin-top:20px;
    height:10px;
}
.progressbar li {
    list-style-type: none;
    width: 222px;
    float: left;
    font-size: 12px;
    position: relative;
    text-align: left;
    color: #c8c0b7;
    line-height: 0px;
}
.progressbar li:nth-child(1) {
    width: 180px;
    margin-left: -40px;
}
.progressbar li:before {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    content: counter(step);
    counter-increment: step;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    margin: 0 auto 10px auto;    
    background-color: #c8c0b7; 
    color: #fff;
    margin-right: 10px;   
}

.progressbar li:after {
    width: 80px;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #c8c0b7;
    top: 15px;    
    margin-left: 10px;
}

.progressbar li:nth-last-child(1):after{
    height: 0px;
}

.progressbar li.active {
    color: #000;
    font-weight: bold;
}
.progressbar li.active:before {
    background-color: #f5982f;
}
.progressbar li.done {
    color: #000;
}
.progressbar li.done:before {
    background-color: #f5982f;
}
.btn-primary.disabled{
    background-color: #c8c0b7 !important;
}
.btn-primary:active,.btn-primary:hover{
    background-color: #E78313 !important;
    border-color: #E78313 !important;    
}
.btn-custom:active,.btn-custom:hover{
    background-color: #E78313 !important;
    border-color: #E78313 !important;   
    color: #fff; 
}

.heuheu{
    border-radius: 4px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
    font-size: 12px;
    padding: 15px 15px;
    margin: 5px;
    width: 32%;
}

.heuheuheu{
    font-size: 12px;
    padding: 15px 15px;
    margin: 5px;
    width: 32%;
    border: solid 1px #ededed;
}

.heuheuheuheu{
    font-size: 12px;
    padding: 15px 15px;
    margin: 5px;
    width: 23%;
    border: solid 1px #ededed;
}

.heuBtn{    
    margin: 5px;
    width: 32%;
    padding: 0px 65px;
}

.maps{
    border: solid 1px #ededed;
    height: 300px; 
}

.title-colee{
    color: #c8c0b7;
    margin-bottom: 0px;
}
.col, .col-6, .col-4{
    padding: 0px;
    margin: 5px;
}

.col.btn{
    padding: .375rem .75rem;
    margin: 0px;
}

.barbar{
    box-shadow: 0 -3px 4px 0 rgba(225, 225, 225, 0.5);    
    overflow: hidden;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 10px 30px;
}

.barbarbar{
    box-shadow: 0 -3px 4px 0 rgba(225, 225, 225, 0.5);    
    overflow: hidden;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 10px 30px;
}

.page-link{
    font-size: 14px;
    border: 0px;
    color: #f5982f;
    padding: 7px 14px;
}

.selected{
    color: #fff;
    background-color: #f5982f;
}

.bootstrap-select{
    width: 100% !important;
}
.sidebar-mobile .btn.dropdown-toggle{
    padding: 15px !important;
    font-size: 14px;
    color: #f5982f;
    font-weight: bold;
    border-radius: 6px;
    border: solid 1px #f2f2f2;
    background-color: #ffffff;
}
.sidebar-mobile .btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
    color: #f5982f;
    border: solid 1px #f2f2f2;
    background-color: #ffffff;
}

.sidebar-mobile li{
    list-style: none;    
    padding: 10px;
    color: #c8c0b7 !important;
    font-size: 14px;
    cursor: pointer;
    padding-left: 0px;
}

.sidebar-mobile ul{
    padding: 0px;
}

.sidebar-mobile ul a{
    text-decoration: none;
}

.sidebar-mobile li.active{
    color: #c8c0b7 !important;
    background-color: #fff;
    border-right: solid 0px #fff;
    padding-left: 0px;
}
.sidebar-mobile .dropdown-item.active, .dropdown-item:active {
    color: #f5982f !important;
    text-decoration: none;
    background-color: #fff;
}
.sidebar-mobile .dropdown-item{
    color: #c8c0b7 !important;
    padding: 10px;
}
.sidebar-mobile .bootstrap-select .dropdown-menu {
    min-width: 90%;
    margin: auto 0;
    left: 5% !important;
    top: 10px !important;
    border-radius: 6px;
    border: solid 1px #f2f2f2;
}
.sidebar-mobile .bootstrap-select .dropdown-menu ul{
    border: solid 0px #f2f2f2;
}

.dropdown-item.active, .dropdown-item:active {
    color: #423a30 !important;
    text-decoration: none;
    background-color: #fff;
}

.dropdown-item{
    padding: 0px;
}

.dropdown-menu {
    padding: 10px;
    font-size: 12px;
}

.select-link{
    margin-top: 10px; 
    padding-top:10px;
    border-top: 1px solid #ededed; 
    color: #f5982f;
}

.select-link:hover{
    background-color: #fff;
}

.append-button{
    border-right: 0px !important;
}

.input-group-text{
    border: 1px solid #ededed;
    border-left: 0px !important;
    background-color: #fff;
    font-size: 12px !important;
}

.input-group{
    border-radius: 4px;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {    
    font-size: 12px;
    padding: 2px;
}

.table thead th:last-child {
    width: 180px !important;
}


.table.hide-on-mobile{display: table !important;}
.hide-on-mobile{display: block !important;}
.hide-on-web{display: none !important;} 

#login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (6.9rem * 2));
    position: absolute;
    width: 100%;
}

.error{
    border: 1px solid #eb5858 !important;
}

.error-alert{
    position: absolute;
    font-size: 12px;
    color: #eb5858;    
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 0px);
    font-size: 12px;
    color: #c8c0b7 !important;
    border: solid 1px #ededed;
}

.dd .ddChild {
    border: 1px solid #ededed !important;
    height: unset !important;
}

.dd .ddChild li {
    padding: 14px !important;
}

.dd .ddChild li:first-child {
    display: none !important;
}

.ddTitleText:focus{
    border: 1px solid #ededed !important;
}

.dd .ddChild li img {
    width: 60px !important;
    margin-right: 15px !important;
}

.dd .ddTitle .ddTitleText {
    padding: 5px 20px 5px 12px !important;
}

.autosuggest__results-container{
    border-radius: 4px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.11);
    background-color: #ffffff;
    margin-left: 26px;
    position: absolute;
    width: 95%;
    z-index: 1;
    margin-top: 10px;
}

.autosuggest__results ul{
    list-style: none;
    font-size: 10px;
    padding: 0px;
    margin-bottom: 0;
    max-height: 150px;
    overflow: auto;
}
.autosuggest__results ul li{
    border-bottom: 1px solid #eee;
    padding: 8px 17px;
}

#app,main{
    min-height: 100%;
    height: 100%;
}

.pac-container{
    z-index: 9999 !important;
}

.pac-target-input{
    z-index: 1;
    margin: 10px 0px;
}

.multiselect__tags {
    font-size: 12px;
    line-height: 1.25;
}

.multiselect__input, .multiselect__single{
    border: none !important;
    min-height: 20px !important;
}

#id_location, #id_country{
    border: 0px;
}

#date_start, #date_end{
    font-size: 12px !important;
}

.bar-chart{
    width: 48%;
}

@media (min-width: 576px){
    #login {
        min-height: calc(100% - (1.75rem * 2));
    }
}

@media only screen and (min-width: 320px) and (max-width: 1180px) {
    .table.hide-on-mobile{display: none !important;}
    .hide-on-mobile, .hide-on-mobile-inline{display: none !important;}
    .hide-on-web{display: block !important;} 
    .hide-on-form{display: none !important;} 
    
    .w-m-full{
        max-width: 100% !important;
        width: 100% !important;
    }
    .w-m-1-2{
        max-width: 50% !important;
        width: 50% !important;
    }
    .w-m-1-4{
        max-width: 21% !important;
        width: 21% !important;
    }
    .w-m-1-5{
        max-width: 20% !important;
        width: 20% !important;
    } 

    .w-m-80{
        max-width: 80% !important;
        width: 80% !important;
    }

    .f-m-12{
        font-size: 12px !important;
    }
    .f-m-14{
        font-size: 14px !important;
    }

    .m-m-0{
        margin: 0px !important;
    }
    .mt-m-0{
        margin-top: 0px !important;
    }
    .mb-m-0{
        margin-bottom: 0px !important;
    }
    .ml-m-0{
        margin-left: 0px !important;
    }
    .mr-m-0{
        margin-right: 0px !important;
    }
    .mt-m-1{
        margin-top: 1rem !important;
    }
    .pd-m-0{
        padding: 0px !important;
    }

    .img-mw-5{
        max-width: 25px;
    }

    .info-box{
        font-size: 20px;
        font-weight: bold;
        color: #423a30;
        margin-bottom: 5px;
    }

    #modalChooseTrip .modal-content{
        width: 100%;
    }

    .table-responsive {
        display: block;
    }

    .dot{width: 20%;}

    .group-3 {
        width: 80%;
        margin-top: 10px;
        position: relative;
    }
    .group-31 {
        margin: 10px auto;
        margin-right: 10px;
        position: static;
    } 

    .m-center{
        text-align: center;
    }
    .form-group{
        text-align: left !important;
    }
    .sidebar{
        background-color: #fff;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .sidebar .group-2{
        width: 30%;
    }   
    .custom{
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 12px;
    }

    .form-group.col, .col-6{
        max-width: 100%;
        padding: 0px;
        flex-basis: unset;
    }
    .form-group{
        margin-bottom: 0px;
    }

    #statistic .cole{
        width: 100%;
    }

    .nav{
        overflow: auto;
        flex-wrap: unset;
    }

    .nav-tabs .nav-link {
        min-width: fit-content;
    }

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        padding-bottom: 10px !important;    
    }

    .nav-link {
        padding-bottom: 0px !important;
        font-size: 12px !important;
    }

    .img{
        max-width: 100% !important;
    }

    .colee{
        border-radius: 4px;
        box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
        padding: 10px;
        font-size: 12px;
        margin-bottom: 15px;
    }
    .title-colee{
        color: #c8c0b7;
        margin-bottom: 0px;
    }

    ::placeholder{
        font-size: 12px;
    }

    .progressbar li {
        width: 100px;
        font-size: 10px;
    }
    .progressbar li:nth-child(1) {
        width: 65px;
    }
    .progressbar li:before {
        width: 20px;
        height: 20px;
        line-height: 20px;  
        margin-right: 5px;  
    }
    
    .progressbar li:after {
        width: 9px;
        top: 10px;   
        height: 1px; 
        margin-left: 5px; 
    }

    .heuheu{
        width: 100%;
    }

    .heuheuheu{
        width: 46%;
    }

    .heuheuheuheu{
        width: 46%;
    }
    .barbar{
        box-shadow: none;    
        overflow: hidden;
        background-color: #fff;
        padding: 10px 30px;
        max-width: 100%;
    }
    .barbarbar{   
        overflow: hidden;
        background-color: #fff;
        padding: 10px 30px;
        max-width: 100%;
        z-index: 1;
        margin:0px;
    }
    .no-flex{
        flex-basis: unset;
    }
    .with-flex{
        flex-basis: 0 !important;
    }
    .bar-chart{
        width: 100%;
    }
}

.vue-numeric-input{
    display: block !important;
}

.vue-numeric-input input{
    text-align: center !important;    
    font-size: 12px !important;
    min-height: 30px !important;
}

.vue-numeric-input .numeric-input {
    border: solid 1px #ededed;
    border-radius: 4px;
}