.nav-pills .nav-link.active{
    /* background-color: #ff4612; */
    /* background-color: #FF8C00; */
    background-color: #E89C26;
}

.shipping-address-box select {
    width: 665px;
}

.nav-pills .nav-link {
    font-weight: 600;
    color: #52465e;
}
@media (min-width: 994.98px) {
    li>a.nav_hide {
        display: none!important;
    }
}
@media (max-width: 575.98px) {
    .fare-rate-tab-content{
    padding: 0;
    }
    .modal-tracking-info input{
        width: 100px;
    }
    .modal-tracking-info .btn{
        width: 190px;
    }
}

.fare-rate-tab-content{
    overflow: auto;
    max-height: 480px;
}

/* order tracking */
.bs4-order-tracking {
    margin-bottom: 30px;
    overflow: hidden;
    color: #878788;
    padding-left: 0px;
    margin-top: 30px
}

.bs4-order-tracking li {
    list-style-type: none;
    font-size: 13px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400;
    color: #878788;
    text-align: center
}

.bs4-order-tracking li:first-child:before {
    margin-left: 15px !important;
    padding-left: 11px !important;
    text-align: left !important
}

.bs4-order-tracking li:last-child:before {
    margin-right: 5px !important;
    padding-right: 11px !important;
    text-align: right !important
}

.bs4-order-tracking li>div {
    color: #fff;
    width: 50px;
    text-align: center;
    line-height: 50px;
    display: block;
    font-size: 25px;
    background: #878788;
    border-radius: 50%;
    margin: auto
}

.bs4-order-tracking li:after {
    content: '';
    width: 150%;
    height: 2px;
    background: #878788;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 26px;
    z-index: -1
}

.bs4-order-tracking li:first-child:after {
    left: 50%
}

.bs4-order-tracking li:last-child:after {
    left: 0% !important;
    width: 0% !important
}

.bs4-order-tracking li.active {
    font-weight: bold;
    color: #dc3545
}

.bs4-order-tracking li.active>div {
    background: #dc3545
}

.bs4-order-tracking li.active:after {
    background: #dc3545
}

.card-timeline {
    background-color: #fff;
    z-index: 0;
    min-width:400px;
}

.card {
    box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
    border-width: 0;
    transition: all .2s
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(26, 54, 126, 0.125);
    border-radius: .25rem
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem
}

.scroll-area {
    overflow-x: hidden;
    height: 400px
}

.vertical-timeline {
    width: 100%;
    position: relative;
    padding: 1.5rem 0 1rem
}

.vertical-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 85px;
    height: 93%;
    width: 4px;
    background: #e9ecef;
    border-radius: .25rem;
}

.vertical-timeline-element {
    position: relative;
    margin: 0 0 4rem;
}

.vertical-timeline--animate .vertical-timeline-element-icon.bounce-in {
    visibility: visible;
    animation: cd-bounce-1 .8s
}

.vertical-timeline-element-icon {
    position: absolute;
    top: 0;
    left: 78px;
}

.vertical-timeline-element-icon .badge-dot-xl {
    box-shadow: 0 0 0 5px #fff
}

.badge-dot-xl {
    width: 18px;
    height: 18px;
    position: relative
}

.badge:empty {
    display: none
}

.badge-dot-xl::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: .25rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -5px;
    background: #fff
}

.vertical-timeline-element-content {
    position: relative;
    margin-left: 100px;
    font-size: .8rem;
    top: 0;
}

.vertical-timeline-element-content .timeline-title {
    font-size: .8rem;
    text-transform: uppercase;
    margin: 0 0 .5rem;
    padding: 2px 0 0;
    font-weight: bold
}

.vertical-timeline-element-content .vertical-timeline-element-date {
    display: block;
    position: absolute;
    left: -98px;
    top: 0px;
    padding-right: 10px;
    text-align: right;
    color: #adb5bd;
    font-size: .7619rem;
    width: 80px;
}

.vertical-timeline-element-content:after {
    content: "";
    display: table;
    clear: both
}

/* class untuk me default kan list html */
.ordered-number li{
    list-style: inherit;
}
.ordered-alphabet li{
    list-style: lower-alpha;
}
.ordered-circle li{
    list-style: circle;
}

#pills-visi_misi li {
    list-style: unset;
}

/* footer */
.footer-text p{
    margin-bottom: 10px;
}

.footer-text p a{
    color: #aeaeae;
    font-weight: 600;
}

.footer-text p a:hover{
    color: #d8450b;
}

/* loader */
.lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ripple div {
    position: absolute;
    border: 4px solid #ff4800;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}

.shadow-cs{
    box-shadow: 2px 3px 48px -12px rgba(0, 0, 0, 0.45);
    -webkit-box-shadow: 2px 3px 48px -12px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 2px 3px 48px -12px rgba(0, 0, 0, 0.45);
}


/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
    .logo img {
        width: 147px;
    }

}

/* small mobile :320px. */
@media (max-width: 767px) {
    .card-timeline{
        min-width: 309px;
    }
    .vertical-timeline-element {
        width: 82%;
        margin: auto;
    }
    .vertical-timeline::before{
        left: 116px;
    }
    .bs4-order-tracking li::after{
        top:25px;
    }
    .bs4-order-tracking li > div {
  width: 40px;
  line-height: 40px;
}

.bs4-order-tracking li > div {
    font-size: 16px;
}
}

/* untuk jquery vaidate */
.error {
    color: #dc3545;
}

/* loading fullscreen */
.loading-animation {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    background-color: rgba(255, 255, 255, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
}
/* end loading fullscreen */

.blog-read-more{
    position: absolute;
    bottom: 23px;
    left: 0;
    right: 0;
}

/* maps */
#all_branch-map,
#head_office-map{
    min-height: 330px;
    width: 100%;
}
div>button.custom-map-control-button {
  background-color: #fff;
  border: 0;
  border-radius: 2px;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
  margin: 10px;
  padding: 0 0.5em;
  font: 400 16px Roboto, Arial, sans-serif;
  overflow: hidden;
  height: 35px;
  cursor: pointer;
  width: unset;
  color: var(--blue);
}
.custom-map-control-button:hover {
  background: rgb(235, 235, 235);
}