.news-container::-webkit-scrollbar,
.card-informasi::-webkit-scrollbar,
body::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.news-container::-webkit-scrollbar-track,
.card-informasi::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.news-container::-webkit-scrollbar-thumb,
.card-informasi::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 100px;
}

/* Handle on hover */
.news-container::-webkit-scrollbar-thumb:hover,
.card-informasi::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar:hover {
    background: #666;
}

.btn-outline-white {
    color: white;
    outline: white solid 1px;
}

.btn-outline-white:hover,
.btn-outline-white:focus {
    background: transparent;
    color: white;
}

.header-perusahaan {
    height: 80px;
    max-height: 100px;
}

.footer-perusahaan {
    height: 40px;
    max-height: 50px;
}

.plat-container:hover {
    border: #ffcc29 2px solid;
    border-radius: 5px;
    cursor: pointer;
}
.plat-container.active {
    border: #ffcc29 2px solid;
    border-radius: 5px;
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar,
.card-how-to-pay::-webkit-scrollbar {
    width: 8px !important;
    display: none !important;
}

/* for device 320px */
.carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img {
    display: block;
    height: 250px;
    max-width: 90%;
    line-height: 1;
    width: 100%;
    border-radius: 1rem !important;
    margin: 1rem 0 2.5rem 0;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%235B86E5' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e") !important;
    width: 15px;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%235B86E5' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e") !important;
    width: 15px;
}

.carousel-control-prev-icon::before {
    content: "chevron_left";
    color: transparent;
}

.carousel-control-next-icon::before {
    content: "chevron_right";
    color: transparent;
}

.carousel-indicators li {
    height: 10px !important;
    width: 10px !important;
    border-radius: 50%;
    background-color: #888;
}

.carousel-indicators li.active {
    background-color: #5b86e5;
}
.carousel-control-prev {
    width: 20px;
    height: 20px;
    left: 2%;
    border-radius: 50%;
    background-color: #fff;
}
.carousel-control-next {
    width: 20px;
    height: 20px;
    right: 2%;
    border-radius: 50%;
    background-color: #fff;
}

.title-sum-home {
    font-size: 18px !important;
}
.title-sum-desc {
    font-size: 12px !important;
    letter-spacing: normal;
}
.card-summary {
    min-width: 50%;
    min-height: 50%;
    border-radius: 14px !important;
}

.fs-info-icons {
    font-size: 50px !important;
}
.fs-info-desc {
    font-size: 13px !important;
    font-weight: 500;
}
.fs-header-news {
    font-size: 14px !important;
}
.fs-desc-news {
    font-size: 12px !important;
    font-weight: 500;
}
.fs-date-news {
    font-size: 10px;
}
.fs-link-news {
    font-size: 10px;
}

.news-img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.fs-header {
    font-size: 1.3rem !important;
}

.tab-pane {
    min-height: 100px;
}
/* end for device 320px */

/* for device 768 px and up */
@media (min-device-width: 768px) and (max-device-width: 1440px) {
    .carousel-inner > .carousel-item > img,
    .carousel-inner > .carousel-item > a > img {
        display: block;
        height: 300px;
        max-width: 90%;
        line-height: 1;
        width: 100%;
        margin: 1rem 0 3rem 0;
    }

    .carousel-control-prev-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%235B86E5' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e") !important;
    }

    .carousel-control-next-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%235B86E5' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e") !important;
    }

    .carousel-control-prev-icon::before {
        content: "chevron_left";
        color: transparent;
    }

    .carousel-control-next-icon::before {
        content: "chevron_right";
        color: transparent;
    }

    .carousel-indicators li {
        height: 15px !important;
        width: 15px !important;
        border-radius: 50%;
        background-color: #888;
    }

    .carousel-indicators li.active {
        background-color: #5b86e5;
    }

    .carousel-control-prev {
        width: 30px;
        height: 30px;
        left: 3%;
        border-radius: 50%;
        background-color: #fff;
    }

    .carousel-control-next {
        width: 30px;
        height: 30px;
        right: 3%;
        border-radius: 50%;
        background-color: #fff;
    }

    .title-sum-home {
        font-size: 24px !important;
    }
    .title-sum-desc {
        font-size: 12px !important;
        letter-spacing: normal;
    }
    .card-summary {
        min-width: 50%;
        min-height: 50%;
        border-radius: 14px !important;
    }
    .fs-icons {
        font-size: 32px !important;
    }

    .fs-info-icons {
        font-size: 50px !important;
    }
    .fs-info-desc {
        font-size: 14px !important;
        font-weight: 500;
    }

    .fs-header-news {
        font-size: 16px !important;
    }
    .fs-desc-news {
        font-size: 14px !important;
        font-weight: 500;
    }
    .fs-date-news {
        font-size: 11px;
    }

    .fs-link-news {
        font-size: 12px;
    }
    .fs-header {
        font-size: 1.4rem !important;
    }

    .tab-pane {
        min-height: 150px;
    }
}
/* end for device 768 px and up */

/* for device 1440px and up */

@media screen and (min-device-width: 1440px) {
    .carousel-inner > .carousel-item > img,
    .carousel-inner > .carousel-item > a > img {
        display: block;
        height: 350px;
        max-width: 90%;
        line-height: 1;
        width: 100%;
        margin: 2rem 0 3.5rem 0;
        border-radius: 2.5rem;
    }

    .carousel-control-prev-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%235B86E5' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e") !important;
        width: 20px;
        height: 20px;
    }

    .carousel-control-next-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%235B86E5' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e") !important;
        width: 20px;
        height: 20px;
    }

    .carousel-control-prev-icon::before {
        content: "chevron_left";
        color: transparent;
    }

    .carousel-control-next-icon::before {
        content: "chevron_right";
        color: transparent;
    }

    .carousel-indicators li {
        height: 15px !important;
        width: 15px !important;
        border-radius: 50%;
        background-color: #888;
    }

    .carousel-indicators li.active {
        background-color: #5b86e5;
    }

    .carousel-control-prev {
        width: 50px;
        height: 50px;
        left: 3.5%;
        border-radius: 50%;
        background-color: #fff;
    }

    .carousel-control-next {
        width: 50px;
        height: 50px;
        right: 3.5%;
        border-radius: 50%;
        background-color: #fff;
    }

    .title-sum-home {
        font-size: 28px !important;
    }
    .title-sum-desc {
        font-size: 16px !important;
        letter-spacing: normal;
    }
    .card-summary {
        min-width: 50%;
        min-height: 50%;
        border-radius: 18px !important;
    }
    .fs-icons {
        font-size: 70px !important;
    }

    .fs-info-icons {
        font-size: 60px !important;
    }
    .fs-info-desc {
        font-size: 18px !important;
        font-weight: 500;
    }
    .fs-header {
        font-size: 2rem !important;
    }

    .fs-header-news {
        font-size: 18px !important;
    }
    .fs-desc-news {
        font-size: 14px !important;
        font-weight: 500;
    }
    .fs-date-news {
        font-size: 12px;
    }

    .fs-link-news {
        font-size: 14px;
    }

    .tab-pane {
        min-height: 200px;
    }
}
/* end for device 1024px and up*/

/* for device 1600 and up*/
/* @media (min-device-width: 1600px) {
    .carousel-inner > .carousel-item > img,
    .carousel-inner > .carousel-item > a > img {
        display: block;
        height: 800px;
        max-width: 90%;
        line-height: 1;
        width: 100%;
        margin: 3rem 0 6rem 0;
    }

    .carousel-control-prev-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='800' height='800' fill='%235B86E5' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e") !important;
        width: 200px !important;
        height: 50px !important;
    }

    .carousel-control-next-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%235B86E5' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e") !important;
        width: 200px !important;
        height: 50px !important;
    }

    .carousel-control-prev-icon::before {
        content: "chevron_left";
        color: transparent;
    }

    .carousel-control-next-icon::before {
        content: "chevron_right";
        color: transparent;
    }

    .carousel-indicators li {
        height: 40px !important;
        width: 40px !important;
        border-radius: 50%;
        background-color: #888;
    }

    .carousel-indicators li.active {
        background-color: #5b86e5;
    }

    .carousel-control-prev {
        width: 100px;
        height: 100px;
        left: 3%;
        border-radius: 50%;
        background-color: #fff;
    }

    .carousel-control-next {
        width: 100px;
        height: 100px;
        right: 3%;
        border-radius: 50%;
        background-color: #fff;
    }

    .fs-info-icons {
        font-size: 8pc !important;
    }
    .fs-info-desc {
        font-size: 34px !important;
        font-weight: 500;
    }
    .fs-header {
        font-size: 4rem !important;
    }

    .fs-header-news {
        font-size: 32px !important;
    }
    .fs-desc-news {
        font-size: 30px !important;
        font-weight: 500;
    }
    .fs-date-news {
        font-size: 28px !important;
    }
    .fs-link-news {
        font-size: 30px;
    }
    .tab-pane {
        min-height: 300px;
    }
} */
/* end for device 1600 and up*/

.text-warning-1{
    color: #f3bb08;
}

.info-tax .text-value, .confirm-data .text-value {
    text-align: right !important;
}

ul.delivery-info {
    padding: 0 !important;
    list-style-type: none !important;
}

.border-payment {
    border: 1px solid #C4C4C4 !important;
}

.text-payment-label {
    font-weight: 700 !important;
    font-size: 14px !important;
}

.list-register {
    height: 800px !important;
}

.card-bank {
    width: 200px !important;
    height: 200px !important;
}

.dropdown-bank {
    font-size: 36px !important;
}

.sample-img {
    position: static !important;
    max-width: 100% !important;
    width: 80px !important;
}

.card-body-payment {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
}

.label-ktp-verifikasi {
    font-weight: 800 !important;
}

.desc-payment {
    color: #D12F2F !important;
    font-weight: bold;
}

.text-payment-price {
    color: #000000 !important;
    font-size: 25px !important;
}

.text-payment-code {
    color: #000000 !important;
    font-weight: 700 !important;
    font-size: 16px !important;
}

.text-sukses {
    color: #198754;
}

.text-gagal {
    color: #dc3545;
}

.text-proses {
    color: #0d6efd;
}

.label-register {
    font-size: 14px !important;
    font-weight: 700 !important;
}

.text-value-register {
    color: #000000 !important;
    font-weight: bold !important;
    font-size: 12px !important;
}

.riwayat .text-label {
    color: #8B8B8B !important;
    font-weight: 700 !important;
    font-size: 12px !important;
}

.section-info-riwayat .text-value {
    color: #000000 !important;
    font-weight: bold !important;
    font-size: 12px !important;
    margin-bottom: 1em !important;
}

.card-header {
    background-color: #4C618F !important;
    color: #FFFFFF;
}

.card-list-vehicle {
    border: 1px solid #FFFFFF;
    color: #000000 !important;
    font-weight: bold !important;
}

