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

html, body {
    height: 100%;
    font-family: 'Poppins', sans-serif;
    background-color: #FFFFFF;
    overflow-x: hidden;
}
.main {
    padding: 40px;
    background-color: #f8f8f8;
    height: 100vh;
}

@media only screen and (min-width: 320px) and (max-width: 1180px) {
    .main {
        padding: 20px;
    }
}

#app {
    height: 100%;
}
.sidebar {
    height: calc(100vh - 80px);
    background: #FFF;
    border-radius: 10px;
}
.list-pengiriman, .detail-pengiriman, .form-pengiriman{
    height: calc(100vh - 158px);
    background: #FFF;
    border-radius: 10px;
    padding: 1rem;
    overflow: auto;
}
.vertical-center {
    margin: 0;
    position: absolute;
    top: 44%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 8px;
    width: 100%;
    text-align: center;
}
.info{
    border-radius: 2px;
    font-size: 12px;
    text-align: center;
    padding: 4px 7px;
    font-weight: normal;  
    border-radius: 10px;
    align-self: center;
}
.success{
    background-color: #deffe0;
    color: #1cc22a;
}
.infoo{
    background-color: #deedff;
    color: #197bd5;
}
.warning{
    background-color: #FFF6EA;
    color: #FCA72A;
}
.primary{
    background-color: #ffecde;
    color: #f5982f;
}
.pickup{
    background-color: #def3ff;
    color: #2f96f5;
}
.wait{
    background-color: #ffecde;
    color: #f5982f;
}
.f-12{
    font-size: 12px;
}
.f-14{
    font-size: 14px;
}
.f-16{
    font-size: 16px;
}
.f-20{
    font-size: 20px;
}
.data-pengiriman {    
    background: #FFFFFF;
    border: 1px solid #F0F0F0;
    box-sizing: border-box;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}
.active-order {
    border: 1px solid #FCA72A !important;
}
.input-group-text{
    background-color: #fff;
    font-size: 12px !important;
    border-radius: 10px;
}

.input-group>.custom-select:not(:first-child), .input-group>.form-control:not(:first-child) {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

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

.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;
    margin-top: 30px;
}

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

.sidebar li.active{
    color: #FFF !important;
    background-color: #FCA72A;
    margin-right: 20px;
    box-shadow: 2px 6px 12px rgba(251, 161, 28, 0.2);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    font-weight: 500;
}

.btn {
    padding: 18px 40px;
}

.btn:focus {
    box-shadow: none;
}

.btn-primary, .btn-primary:hover, .btn-primary:disabled{
    background: #FCA72A;
    border-color: #FCA72A;
}

.btn-outline-primary {
    color: #FCA72A;
    background-color: transparent;
    background-image: none;
    border-color: #FCA72A;
}

.pointer{
    cursor: pointer;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color:#ced4da;
    outline: 0;
    box-shadow: none;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    width: 5px;
    background: #f5f5f5;
}

::-webkit-scrollbar-thumb {
    width: 1em;
    background-color: #FCA72A;
    outline: 1px solid #FCA72A;
    border-radius: 1rem;
}
label{
    font-size: 14px;
    color: #8A8A8A;
}
.form-control::placeholder{
    color: #CECECE;
    font-size: 14px;
}
.form-control{
    font-size: 14px;
    min-height: 56px !important;
}
b{
    font-weight: 500;
}
.popup-left{
    background-color: #FFF6EA;
    padding: 14px;
    font-size: 14px;
    color: #FCA72A;
    line-height: 1.8;
    margin-bottom: 0px;
    margin-top: 24px;
}
/* .popup-left::before{
    content: "";
    position: absolute;
    top: 77%;
    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 #FFF6EA;
} */

.popup-right{
    background-color: #FFF6EA;
    padding: 14px;
    font-size: 14px;
    color: #FCA72A;
    line-height: 1.8;
    margin-bottom: 0px;
    margin-top: 24px;
}
/* .popup-right::before{
    content: "";
    position: absolute;
    top: 77%;
    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 #FFF6EA;
} */
#loose.active{    
    border: solid 3px #f5982f !important;    
}
#full.active{    
    border: solid 3px #f5982f !important;    
}
.link {
    color: #FCA72A;
}
.pac-container{
    z-index: 9999 !important;
}

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

li.active path {
    fill: #FFF;
    stroke: #FFF;
}

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

.nav-tabs .nav-link {
    color: #c8c0b7;
    margin-right: 100px;
    font-size: 14px;
}

.nav-tabs {
    border: 0px;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
    border-color: #fff;
}

.font-normal{
    font-weight: normal;
}

.font-bold{
    font-weight: bold;
}

.text-primary{
    color: #f5982f !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;
}

.profile-avatar {
    text-align: center;
    position: relative;
    display: inline-block;
}

.profile-avatar img {
    position: relative;
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50% !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}

.profile-avatar .edit-avatar {
    position: absolute;
    top: 0;
    right: 0;
}

.profile-avatar .edit-avatar .btn {
    padding: .375rem .75rem;
}

.profile-avatar .edit-avatar .btn-edit{
    width: 40px;
    height: 40px;
    background: #16526A;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.profile-avatar .edit-avatar .input-file-avatar{
    display: none;
}

.avatar-small{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
}

.f-24 {
    font-size: 24px;
}

.table thead tr th{
    color: #FCA72A;
    font-weight: 500;
    font-size: 10px;
    background-color: #FFF6EA;
    border: 0px;
}

.table tbody tr td {
    font-size: 10px;
    color: #686868;
    border-top: 0px;
    border-bottom: 1px solid #dee2e6;
}

.multiselect__tags{
    min-height: 56px !important;
}

.multiselect__select{
    height: 56px !important;
}

.multiselect__placeholder, .multiselect__single{
    padding-top: 9px !important;
}