html,
body {
    height: 100%;
}

.form-control:focus {
    border-color: transparent !important;
    outline: none !important;
    box-shadow: none !important;
}

.form-select option:nth-child(1) {
    color: #919191 !important;
}

td {
    vertical-align: middle;
}

table.dataTable td {
    vertical-align: middle;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

a {
    cursor: pointer;
}

p {
    padding: 0;
    margin: 0 0 4px;
}

.mt-minus-5 {
    margin-top: -5px !important;
}

.mt-minus-10 {
    margin-top: -10px !important;
}

/* CUSTOM CLASS */
.main-text {
    color: #15539a !important;
}

.color-dark {
    color: #1c274c !important;
}

.color-dark-1 {
    color: #1b2a41 !important;
}

.color-white {
    color: white !important;
}

.color-grey {
    color: #919191 !important;
}

.color-black {
    color: black !important;
}

.text-right {
    text-align: right !important;
}

.light-blue-text {
    color: #53b8be !important;
}

.red-text,
.notif-text,
.price-text {
    color: #f24a72;
}

.black-text {
    color: #272727 !important;
}

.dark-text {
    color: #5f5f5f !important;
}

.green-text,
.approved-text {
    color: #0ea87a !important;
}

.light-green-text {
    color: #45fb58 !important;
}

.appraisal-text,
.secondary-text {
    color: #febd11 !important;
}

.primary-text {
    color: #667080 !important;
}

.default-text {
    color: #c4c4c4 !important;
}

.form-select option:nth-child(1) {
    color: #919191 !important;
}

.text {
    color: #919191 !important;
}

.default-text {
    color: #c4c4c4 !important;
}

.transaksi-text {
    color: #53b8be !important;
}

.trans-tertinggi-text {
    color: #45fb58 !important;
}

.trans-terendah-text {
    color: #febd11 !important;
}

.white-text,
.white-text:hover {
    color: white !important;
    text-decoration: none;
}

/* END CUSTOM TEXT COLOR */

.text-capitalize {
    text-transform: capitalize;
}

.box-0 {
    border-radius: unset !important;
}

.box-2 {
    border-radius: 2px !important;
}

.box-4 {
    border-radius: 4px !important;
}

.box-6 {
    border-radius: 6px !important;
}

.box-8 {
    border-radius: 8px !important;
}

.box-16 {
    border-radius: 16px !important;
}

.box-24 {
    border-radius: 24px !important;
}

.box-32 {
    border-radius: 32px !important;
}

.box-50 {
    border-radius: 50px !important;
}

.box-100 {
    border-radius: 100px !important;
}

/* start css for modal foto kendaraan */

.blue-1 {
    color: #15539a;
}

.font-light {
    /* 300 */
    font-family: "Quicksand-Light" !important;
}

.font-regular {
    /* 400 */
    font-family: "Quicksand-Regular" !important;
}

.font-medium {
    /* 500 */
    font-family: "Quicksand-Medium" !important;
}

.font-semibold {
    /* 600 */
    font-family: "Quicksand-SemiBold" !important;
}

.font-bold {
    /* 700 */
    font-family: "Quicksand-Bold" !important;
}

.font12 {
    font-size: 12px;
}

.font14 {
    font-size: 14px;
}

.font15 {
    font-size: 15px;
}

.font16 {
    font-size: 16px;
}

.font40 {
    font-size: 40px;
}

.b-300 {
    font-weight: 300 !important;
}

.b-400 {
    font-weight: 400 !important;
}

.b-500 {
    font-weight: 500 !important;
}

.b-600 {
    font-weight: 600 !important;
}

.b-700 {
    font-weight: 700 !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-12 {
    margin-right: 12px !important;
}

.ml-2 {
    margin-left: 2px !important;
}

.ml-5 {
    margin-left: 10px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.my-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.p-0 {
    padding: 0px !important;
}

.p-4 {
    padding: 4px !important;
}

.p-8 {
    padding: 8px !important;
}

.p-10 {
    padding: 10px !important;
}

.p-16 {
    padding: 16px !important;
}

.p-20 {
    padding: 20px !important;
}

.p-24 {
    padding: 24px !important;
}

.p-40 {
    padding: 40px !important;
}

.py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.py-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

.py-5-px-16 {
    padding: 5px 16px;
}

.py-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.py-8-px-16 {
    padding: 8px 16px;
}

.py-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.py-12-px-16 {
    padding: 12px 16px;
}

.py-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}

.px-8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.px-16 {
    padding-left: 16px !important;
    padding-right: 16px !important;
}

.px-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.px-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pl-10-percent {
    padding-left: 10% !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pl-22 {
    padding-left: 22px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.pl-35 {
    padding-left: 35px !important;
}

.pr-0 {
    padding-right: 0px !important;
}

.pr-5 {
    padding-right: 5px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.pb-20 {
    padding-bottom: 20px;
}

.no-decoration {
    text-decoration: none !important;
}

.row-100 {
    width: 100%;
}

.h-100 {
    height: 100% !important;
}

.h-66 {
    height: 66% !important;
}

.h-39 {
    height: 39px !important;
}

.clear5 {
    height: 5px;
    width: 100%;
}

.clear10 {
    height: 10px;
    width: 100%;
}

.clear15 {
    height: 15px;
    width: 100%;
}

.clear20 {
    height: 20px;
    width: 100%;
}

.clear32 {
    height: 32px;
    width: 100%;
}

.text-left {
    text-align: left;
}

.mobile-hide {
    display: flex;
}

.mobile-show {
    display: none;
}

@media (max-width: 576px) {
    .mobile-show {
        display: flex;
    }

    .mobile-hide {
        display: none;
    }
}

.flex-gap2 {
    gap: 2px;
}

.flex-gap5 {
    gap: 5px;
}

.flex-gap8 {
    gap: 8px;
}

.flex-gap10 {
    gap: 10px;
}

.flex-gap15 {
    gap: 15px;
}

.flex-gap20 {
    gap: 20px;
}

.flex-gap25 {
    gap: 25px;
}

.flex-gap40 {
    gap: 40px;
}

.flex1 {
    flex: 1;
}

.flex2 {
    flex: 2;
}

.flex3 {
    flex: 3;
}

.wrapper-instruksi-detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 16px;
    width: 100%;
    background: #fefbf1;
    border-radius: 4px;
}

.list-detail-instruksi {
    margin-top: 15px;
    margin-left: 15px;
}

.modal-dialog-centered {
    justify-content: center;
}

.modal-content,
.modal-body {
    width: 920px;
}

.btn-small {
    border: none;
    border-radius: 4px;
    padding: 8px;
    float: left;
    cursor: pointer;
    text-decoration: none;
}

.btn-regular {
    border: none;
    min-width: 150px;
    display: flex;
    align-self: flex-start;
    border-radius: 4px;
    padding: 12px 16px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
}

.btn-regular:hover {
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
}

.btn-full {
    border: none;
    display: flex;
    flex: 1;
    border-radius: 4px;
    padding: 12px 16px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
}

.btn-small.right,
.btn-regular.right {
    float: right;
}

.btn-regular.fitcontent,
.btn-small.fitcontent {
    width: fit-content !important;
}

.tag-text {
    display: flex;
    padding: 4px 8px;
    border-radius: 4px;
    align-self: flex-start;
}

@media (max-width: 576px) {
    .modal-content,
    .modal-body {
        width: 100%;
    }

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

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

/* end css for modal foto kendaraan */

@media (max-width: 1200.5px) {
    .icon-58 {
        width: 38px;
        height: 38px;
    }
}

.object-cover {
    object-fit: cover;
}

.img-full {
    width: 100%;
    height: auto;
}

.img-16 {
    width: 16px;
    height: 16px;
    object-fit: cover;
}

.img-18 {
    width: 18px;
    height: 18px;
    object-fit: cover;
}

.img-60 {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.img-70 {
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.img-160 {
    height: 160px;
    object-fit: contain;
}

.img-200 {
    width: 200px;
    height: 200px;
}

.bg-white {
    background-color: white !important;
}

.bg-light {
    background-color: #f4f4f4 !important;
}

.bg-default {
    background-color: #c4c4c4 !important;
}

.bg-blue {
    background-color: #f2f8ff !important;
}

.bg-green {
    background-color: #0ea87a !important;
}

.bg-main {
    background-color: #15539a !important;
}

.bg-primary {
    background-color: #667080 !important;
}

.bg-black {
    background-color: #272727 !important;
}

.bg-dark1 {
    background-color: #1b2a41 !important;
}

.bg-dark2 {
    background-color: #1c274c !important;
}

.bg-basic {
    background: linear-gradient(
            180deg,
            rgba(255, 255, 255, 0) 0%,
            #f9fcff 14.06%
        ),
        #ffffff !important;
}

.bg-notif {
    background-color: #f24a72 !important;
}

.bg-notif-light {
    background-color: #ffe5ec !important;
}

.bg-notif-solid {
    background-color: #f24a72 !important;
}

.bg-green {
    background-color: #0ea87a !important;
}

.bg-secondary {
    background-color: #febd11 !important;
}

.bg-soft-yellow {
    background-color: #fff8e6 !important;
}

.bg-log {
    background-color: #f8f8f8 !important;
}

.bg-text {
    background-color: #919191 !important;
}

.bg-light-green {
    background-color: #9ad450 !important;
}

.bg-progres-light-green {
    background-color: #9ad450 !important;
    color: #ffffff !important;
}

.bg-progres-red {
    background-color: #d45050 !important;
    color: #ffffff !important;
}

.bg-progres-light-yellow {
    background-color: #d4cf50 !important;
    color: #ffffff !important;
}

.bg-progres-white {
    background-color: #f4f4f4 !important;
    color: #667080 !important;
}

.bg-progres-green {
    background-color: #5bd450 !important;
    color: #ffffff !important;
}

.bg-progres-yellow {
    background-color: #d4a750 !important;
    color: #ffffff !important;
}

.bg-transparent {
    background: transparent !important;
}

@media (max-width: 576px) {
    .m-bg-transparent {
        background: transparent !important;
    }

    .m-p-16 {
        padding: 16px !important;
    }
}

.w-5 {
    width: 5%;
}

.w-15 {
    width: 15%;
}

.w-20 {
    width: 20%;
}

.w-22 {
    width: 22%;
}

.w-25 {
    width: 25px;
}

.w-30 {
    width: 30%;
}

.w-40 {
    width: 40%;
}

.w-45 {
    width: 45%;
}

.w-50 {
    width: 50%;
}

.w-60 {
    width: 60%;
}

.w-70 {
    width: 70%;
}

.w-80 {
    width: 80%;
}

.w-85 {
    width: 85%;
}

.w-90 {
    width: 90%;
}

.w-95 {
    width: 95%;
}

.w-100 {
    width: 100%;
}

.w-150 {
    width: 150px;
}

.w-155 {
    width: 155px;
}

.no-border {
    border: none !important;
}

@media (max-width: 500px) {
    .m-w-100 {
        width: 100% !important;
    }

    .m-no-border {
        border: none !important;
    }

    .m-no-radius {
        border-radius: 0px !important;
    }
}

.w-fit {
    width: fit-content !important;
}

.w-max {
    width: max-content !important;
}

.line-150 {
    line-height: 150% !important;
}

.line-200 {
    line-height: 200% !important;
}

.border-none {
    border: none !important;
}

.border-dashed-c4 {
    border: 1px dashed #c4c4c4 !important;
}

.border4-dashed-c4 {
    border: 2px dashed #c4c4c4 !important;
    display: inline-block;
}

.border-solid-c4 {
    border: 1px solid #c4c4c4 !important;
}

.border-solid-black {
    border: 1px solid #272727 !important;
}

.border-solid-main {
    border: 1px solid #15539a !important;
}

.ps-2rem {
    padding-left: 2rem !important;
}

.pe-2rem {
    padding-right: 2rem !important;
}

/*END CUSTOM CLASS*/

/* CUSTOM BUTTON */
button:disabled {
    background-color: #c4c4c4 !important;
    color: #fff;
}

.main-button {
    background-color: #15539a !important;
    color: #fff;
}

.btn-confirm,
.btn-confirm:hover,
.btn-confirm:focus {
    font-family: "Quicksand-Bold";
    background-color: #017143 !important;
    border: none !important;
    font-size: 18px;
    color: #fff;
}

.btn-disabled {
    pointer-events: none;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus {
    font-family: "Quicksand-Semibold";
    background-color: #15539a !important;
    border: none !important;
    font-size: 16px;
}

.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
    font-family: "Quicksand-Bold";
    background-color: #f2f8ff;
    border: none;
    color: #15539a;
}

.btn-search {
    display: inline-flex;
    padding: 5px 10px !important;
}

.btn-search,
.btn-search:focus,
.btn-search:active {
    background-color: #fff;
    border-color: #15539a;
}

.btn-grey {
    background-color: #ffffff;
    color: #919191;
    border: 1px solid #919191;
}

.btn-grey.spu-konfirmasi.active,
.btn-grey.unit-masuk.active,
.btn-grey.inspeksi-house-assigned.active,
.btn-grey.appraisal-submited.active,
.btn-grey.negosiasi-submited.active,
.btn-grey.reparasi-onrequest.active,
.btn-grey.reparasi-onprogress.active,
.btn-grey.aging-14.active,
.btn-grey.aging-30.active,
.btn-grey.foto-submited.active,
.btn-grey.pembayaran-tdp.active,
.btn-grey.serah-terima-kendaraan.active,
.btn-grey.spd-konfirmasi.active,
.btn-grey.dokumen-sudah.active,
.btn-grey.pembatalan-review.active,
.btn-grey.pembatalan-keluar.active,
.btn-grey.penolakan-on-review.active {
    background-color: #febd11 !important;
    color: #ffffff !important;
    border: 1px solid #febd11 !important;
}

.btn-grey.spu-konfirmasi:hover,
.btn-grey.unit-masuk:hover,
.btn-grey.inspeksi-house-assigned:hover,
.btn-grey.appraisal-submited:hover,
.btn-grey.negosiasi-submited:hover,
.btn-grey.reparasi-onrequest:hover,
.btn-grey.reparasi-onprogress:hover,
.btn-grey.aging-14:hover,
.btn-grey.aging-30:hover,
.btn-grey.foto-submited:hover,
.btn-grey.pembayaran-tdp:hover,
.btn-grey.serah-terima-kendaraan:hover,
.btn-grey.spd-konfirmasi:hover,
.btn-grey.dokumen-sudah:hover,
.btn-grey.pembatalan-review:hover,
.btn-grey.pembatalan-keluar:hover,
.btn-grey.penolakan-on-review.hover {
    background-color: #ffffff !important;
    color: #febd11 !important;
    border: 1px solid #febd11 !important;
}

.btn-grey.spu-revisi.active,
.btn-grey.ios-belum.active,
.btn-grey.inspeksi-house-belum.active,
.btn-grey.appraisal-belum.active,
.btn-grey.negosiasi-approval.active,
.btn-grey.reparasi-belum.active,
.btn-grey.aging-45.active,
.btn-grey.aging-90.active,
.btn-grey.foto-belum.active,
.btn-grey.foto-reject.active,
.btn-grey.pembayaran-booking.active,
.btn-grey.serah-terima-belum.active,
.btn-grey.pembatalan-konfirmasi.active,
.btn-grey.penolakan-belum-konfirmasi.active,
.btn-grey.penolakan-revisi.active {
    background-color: #f24a72 !important;
    color: #ffffff !important;
    border: 1px solid #f24a72 !important;
}

.btn-grey.spu-revisi:hover,
.btn-grey.ios-belum:hover,
.btn-grey.inspeksi-house-belum:hover,
.btn-grey.appraisal-belum:hover,
.btn-grey.negosiasi-approval:hover,
.btn-grey.reparasi-belum:hover,
.btn-grey.aging-45:hover,
.btn-grey.aging-90:hover,
.btn-grey.foto-belum:hover,
.btn-grey.foto-reject:hover,
.btn-grey.pembayaran-booking:hover,
.btn-grey.serah-terima-belum:hover,
.btn-grey.pembatalan-konfirmasi:hover,
.btn-grey.penolakan-belum-konfirmasi:hover,
.btn-grey.penolakan-revisi:hover {
    background-color: #ffffff !important;
    color: #f24a72 !important;
    border: 1px solid #f24a72 !important;
}

.btn-grey.spu-on-review.active,
.btn-grey.spu-ready.active,
.btn-grey.ios-ready.active,
.btn-grey.unit-keluar.active,
.btn-grey.inspeksi-house-selesai.active,
.btn-grey.appraisal-approved.active,
.btn-grey.reparasi-selesai.active,
.btn-grey.pembayaran-lunas.active,
.btn-grey.serah-terima-selesai.active,
.btn-grey.spd-onreview.active,
.btn-grey.spd-ready.active,
.btn-grey.dokumen-masuk.active {
    background-color: #0ea87a;
    color: #ffffff;
    border: 1px solid #0ea87a;
}

.btn-grey.spu-on-review:hover,
.btn-grey.spu-ready:hover,
.btn-grey.ios-ready:hover,
.btn-grey.unit-keluar:hover,
.btn-grey.inspeksi-house-selesai:hover,
.btn-grey.appraisal-approved:hover,
.btn-grey.reparasi-selesai:hover,
.btn-grey.pembayaran-lunas:hover,
.btn-grey.serah-terima-selesai:hover,
.btn-grey.spd-onreview:hover,
.btn-grey.spd-ready:hover,
.btn-grey.dokumen-masuk:hover {
    background-color: #ffffff;
    color: #0ea87a;
    border: 1px solid #0ea87a;
}

.btn-warning {
    font-family: "Quicksand-Semibold";
    font-size: 16px;
    background-color: #febd11 !important;
    color: #ffffff !important;
}

.btn-success,
.btn-submit,
.btn-approved {
    font-family: "Quicksand-Semibold";
    font-size: 16px;
    background-color: #0ea87a !important;
    color: #ffffff !important;
}

.btn-reject {
    font-family: "Quicksand-Bold";
    font-size: 16px;
    background-color: #f24a72;
    color: #ffffff;
    border-radius: 6px;
}

.btn-belum {
    font-family: "Quicksand-Semibold";
    font-size: 16px;
    background-color: #f24a72 !important;
    color: #ffffff !important;
}

.btn-agree {
    font-family: "Quicksand-Bold";
    font-size: 16px;
    background-color: #0ea87a !important;
    color: #ffffff;
    border-radius: 6px;
}

.btn-delete,
.btn-delete:hover,
.btn-delete:active {
    background-color: #ffe5ec;
    color: #f24a72;
    border-radius: 6px !important;
}

/* Button active dropdown mobile */
button.dropdown-item.button_mobile.active {
    background: #12539a;
}

@media (max-width: 1200.5px) {
    .btn-success,
    .btn-submit,
    .btn-approved,
    .btn-warning,
    .btn-reject,
    .btn-agree,
    .btn-success,
    .btn-belum {
        font-size: 14px;
    }
}

/* END CUSTOM BUTTON */

/*CUSTOM ICON*/
.va-sub {
    vertical-align: sub;
}

.va-middle {
    vertical-align: middle;
}

.va-unset {
    vertical-align: unset;
}

.va-baseline {
    vertical-align: baseline;
}

/*END CUSTOM ICON*/

/* CUSTOM RADIO BUTTON */
.form-check-input:checked[type="radio"] {
    background-color: #fff !important;
    background-image: url(../icons/dot.png);
    background-size: 8px 8px !important;
    background-position: center;
    /*background-position: 40% 40% !important;*/
}

.form-check-input:checked {
    border: 2px solid #000 !important;
    box-shadow: none !important;
}

.form-check-input:checked ~ label {
    font-family: "Quicksand-Medium" !important;
    /* font-size: 14px !important; */
    color: #272727 !important;
}

.form-price-discount {
    text-align: right;
    background-color: transparent !important;
    border: 0.5px solid black !important;
    border-radius: 10px !important;
}

@media (max-width: 1200.5px) {
    /* .form-check-input:checked ~ label {
        font-family: "Inter-Medium" !important;
        font-size: 12px !important;
        color: #272727 !important;
    } */
}

/* END CUSTOM RADIO BUTTON */

/*CUSTOM PROGRESS BAR*/
.progressbar {
    padding: 0 1rem;
}

/*.step-ios,*/
/*.step-spu,*/
/*.step-iih,*/
/*.step-app,*/
/*.step-rep,*/
/*.step-fk,*/
/*.step-ons,*/
/*.step-bayar,*/
/*.step-stu,*/
/*.step-std,*/
.step-line,
.last-step {
    width: 10px;
    background-color: #dbdbdb;
    height: 50px;
    border-radius: 10px;
}

/*.step-ios.active,*/
/*.step-spu.active,*/
/*.step-iih.active,*/
/*.step-app.active,*/
/*.step-rep.active,*/
/*.step-fk.active,*/
/*.step-ons.active,*/
/*.step-bayar.active,*/
/*.step-stu.active,*/
/*.step-std.active,*/
.step-line.active,
.last-step.active {
    background-color: #15539a;
}

.progress-step a,
.progress-step.active a,
.progress-step.active-done a {
    display: flex;
    width: max-content;
    align-items: self-end;
    text-decoration: none;
}

.progress-step a img,
.progress-step.active a img,
.progress-step.active-done a img {
    margin-top: 2rem;
    transform: translateX(-12px);
}

.progress-step a span {
    color: #4f4f4f;
    font-family: "Quicksand-SemiBold";
    font-size: 14px;
}

.progress-step.active a span,
.progress-step.active-done a span {
    background: #fff;
    padding: 4px 8px;
    border-radius: 8px;
    color: #15539a;
    font-family: "Quicksand-SemiBold";
    font-size: 14px;
}

@media (max-width: 576px) {
    .wrapperProgressDetail {
        background-color: transparent;
        width: 100%;
        height: 100%;
        z-index: 99;
        position: fixed;
        top: 0px;
        right: -100%;
        transition: right 0.5s;
    }

    .progressDetail {
        background-color: white;
        width: 90%;
        height: 100%;
        z-index: 99;
        position: fixed;
        top: 16%;
        right: -100%;
        padding: 15px 15px 35px 25px;
        transition: right 0.5s;
        overflow: hidden;
    }

    .contentProgressDetail {
        max-height: 100%;
        overflow: scroll;
        height: 87%;
    }
}

/*END CUSTOM PROGRESS BAR*/

/* CUSTOM SIDEBAR & TOP BAR */
.sidebar,
.sidebar-mobile {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 75px;
    background: #ffffff;
    /* padding: 6px 14px; */
    z-index: 99;
    transition: all 0.5s ease;
}

.sidebar.open {
    /* width: 275px; */
    width: 332px;
}

.sidebar .logo-details {
    height: 64px;
    display: flex;
    align-items: center;
    position: relative;
}

/* .sidebar .logo-details .icon{
opacity: 0;
transition: all 0.5s ease;
} */
.sidebar .logo-details .logo_name {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    opacity: 0;
    transition: all 0.5s ease;
}

.sidebar.open .logo-details .icon,
.sidebar.open .logo-details .logo_name {
    opacity: 1;
}

.sidebar.open .logo-details #btn {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 17px;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s ease;
}

.sidebar .logo-details #btn {
    position: absolute;
    top: 60%;
    right: 20%;
    transform: translateY(-50%);
    font-size: 24px;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s ease;
}

.sidebar.open .logo-details #btn {
    text-align: center;
}

.sidebar .nav-list .nav-item .nav-link .text-wrap {
    white-space: nowrap !important;
}

.sidebar.open .nav-list .nav-item .nav-link .text-wrap {
    white-space: normal !important;
}

.sidebar .logo-details .logo_name {
    padding-left: 0 !important;
}

.sidebar i {
    color: #15539a;
    height: 60px;
    min-width: 50px;
    font-size: 28px;
    text-align: center;
    line-height: 60px;
}

.sidebar .nav-list {
    margin-top: 0px;
    height: auto;
    padding-left: 0 !important;
}

.sidebar li {
    position: relative;
    margin: 6px 0;
    list-style: none;
}

.sidebar li .tooltip {
    position: absolute;
    top: -20px;
    left: calc(100% + 15px);
    z-index: 3;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 400;
    opacity: 0;
    white-space: nowrap;
    pointer-events: none;
    transition: 0s;
}

.sidebar li:hover .tooltip {
    opacity: 1;
    pointer-events: auto;
    transition: all 0.4s ease;
    top: 50%;
    transform: translateY(-50%);
}

.sidebar.open li .tooltip {
    display: none;
}

.sidebar li a {
    display: flex;
    height: 100%;
    width: 100%;
    border-radius: 12px;
    align-items: center;
    text-decoration: none;
    transition: all 0.4s ease;
}

.sidebar li a:active {
    background: #15539a;
}

.sidebar li a:hover {
    /* background: #FFF; */
}

.sidebar li a .links_name {
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: 0.4s;
    /* padding-left: 8px; */
    padding: 0px;
}

.sidebar.open li a .links_name {
    opacity: 1;
    pointer-events: auto;
}

.sidebar li a:hover .links_name,
.sidebar li a:hover i {
    transition: all 0.5s ease;
    /* color: #15539A; */
}

.sidebar li i {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    border-radius: 12px;
}

.sidebar li img {
    height: 24px;
    width: 24px;
    object-fit: cover;
    border-radius: 6px;
    margin-right: 10px;
    margin-left: 1rem;
}

.sidebar li.profile .name,
.sidebar li.profile .job {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    white-space: nowrap;
}

.sidebar li.profile .job {
    font-size: 12px;
}

.sidebar .profile #log_out {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: #1d1b31;
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-radius: 0px;
    transition: all 0.5s ease;
}

.sidebar.open .profile #log_out {
    width: 50px;
    background: none;
}

.top-navbar {
    /* position: relative; */
    background: #e4e9f7;
    top: 0;
    left: 75px;
    width: calc(100% - 75px);
    transition: all 0.5s ease;
    z-index: 99;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.08);
}

.top-navbar .navbar {
    padding: 0px;
    height: 64px;
}

.section-content {
    position: relative;
    background: #f4f4f4;
    min-height: 85vh;
    /*margin-top: 6vh;*/
    left: 75px;
    top: 72px;
    width: calc(100% - 75px);
    transition: all 0.5s ease;
    z-index: 2;
    gap: 16px;
}

.sidebar.open ~ .top-navbar,
.sidebar.open ~ .section-content {
    /* left: 275px;
    width: calc(100% - 275px); */
    left: 332px;
    width: calc(100% - 332px);
}

.top-navbar .text,
.section-content .text {
    display: inline-block;
    /* margin: 18px; */
}

.navbar-brand {
    color: #15539a;
}

.dropdown-menu {
    width: 232px;
    padding: 16px 5px;
    border-radius: 0px;
    box-shadow: 0px;
}

.pointer-none {
    pointer-events: none !important;
}

.dropdown-toggle::after {
    display: none;
}

.navbar {
    background-color: #ffffff;
}

/*.nav-link {*/
/*    background-color: #FFFFFF !important;*/
/*    color: #15539A !important;*/
/*}*/
.nav-item .nav-link.active {
    background-color: #15539a !important;
    border-radius: 4px;
    padding: 16px;
}

.nav-item .nav-link {
    padding: 0px 22px;
}

.nav-item.active {
    margin: 0px 22px;
}

.nav-item .secNavTitle {
    border-radius: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

.nav-item .title-sub-page {
    background-color: white !important;
    border-radius: 0;
    padding-top: 10px;
    padding-bottom: 5px;
}

.nav-item .nav-link.active .img-surat-pengambilan-unit {
    color: #ffffff !important;
    background-image: url("../icons/ic_white_spu.png");
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position-y: center;
    margin-left: 5px;
}

.nav-item .nav-link .img-surat-pengambilan-unit {
    color: #15539a !important;
    background-image: url("../icons/ic_blue_spu.png");
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position-y: center;
    margin-left: 20px;
}

.nav-item .nav-link.active .img-pembatalan-unit {
    color: #ffffff !important;
    background-image: url("../icons/ic_white_pembatalan_unit.png");
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position-y: center;
    margin-left: 5px;
}

.nav-item .nav-link .img-pembatalan-unit {
    color: #15539a !important;
    background-image: url("../icons/ic_blue_pembatalan_unit.png");
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position-y: center;
    margin-left: 20px;
}

.nav-item .nav-link.active .img-persetujuan-harga {
    color: #ffffff !important;
    background-image: url("../icons/ic_white_persetujuan_harga.png");
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position-y: center;
    margin-left: 5px;
}

.nav-item .nav-link .img-persetujuan-harga {
    color: #15539a !important;
    background-image: url("../icons/ic_blue_persetujuan_harga.png");
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position-y: center;
    margin-left: 20px;
}

.nav-item .nav-link.active .img-surat-pengambilan-dokumen {
    color: #ffffff !important;
    background-image: url("../icons/ic_white_spd.png");
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position-y: center;
    margin-left: 5px;
}

.nav-item .nav-link .img-surat-pengambilan-dokumen {
    color: #15539a !important;
    background-image: url("../icons/ic_blue_spd.png");
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position-y: center;
    margin-left: 20px;
}

.nav-item .nav-link.active .img-dashboard {
    color: #ffffff !important;
    background-image: url("../icons/ic_white_dashboard.png");
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position-y: center;
    margin-left: 5px;
}

.nav-item .nav-link .img-dashboard {
    color: #15539a !important;
    background-image: url("../icons/ic_blue_dashboard.png");
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position-y: center;
    margin-left: 20px;
}

.nav-item .nav-link.active .img-unit {
    color: #ffffff !important;
    background-image: url("../icons/ic_white_pengambilan_unit.png");
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position-y: center;
    margin-left: 5px;
}

.nav-item .nav-link .img-unit {
    color: #15539a !important;
    background-image: url("../icons/ic_blue_pengambilan_unit.png");
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position-y: center;
    margin-left: 20px;
}

.nav-item .nav-link.active .img-penawaran {
    color: #ffffff !important;
    background-image: url("../icons/ic_white_penawaran_harga.png");
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position-y: center;
    margin-left: 5px;
}

.nav-item .nav-link .img-penawaran {
    color: #15539a !important;
    background-image: url("../icons/ic_blue_penawaran_harga.png");
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position-y: center;
    margin-left: 20px;
}

.nav-item .nav-link.active .img-reparasi {
    color: #ffffff !important;
    background-image: url("../icons/ic_white_reparasi.png");
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position-y: center;
    margin-left: 5px;
}

.nav-item .nav-link .img-reparasi {
    color: #15539a !important;
    background-image: url("../icons/ic_blue_reparasi.png");
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position-y: center;
    margin-left: 20px;
}

.nav-item .nav-link.active .img-sales {
    color: #ffffff !important;
    background-image: url("../icons/ic_white_sales.png");
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position-y: center;
    margin-left: 5px;
}

.nav-item .nav-link .img-sales {
    color: #15539a !important;
    background-image: url("../icons/ic_blue_sales.png");
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position-y: center;
    margin-left: 20px;
}

.nav-item .nav-link.active .img-transaksi {
    color: #ffffff !important;
    background-image: url("../icons/ic_white_transaksi.png");
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position-y: center;
    margin-left: 5px;
}

.nav-item .nav-link .img-transaksi {
    color: #15539a !important;
    background-image: url("../icons/ic_blue_transaksi.png");
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position-y: center;
    margin-left: 20px;
}

.nav-item .nav-link.active .img-pembatalan {
    color: #ffffff !important;
    background-image: url("../icons/ic_white_pembatalan.png");
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position-y: center;
    margin-left: 5px;
}

.nav-item .nav-link .img-pembatalan {
    color: #15539a !important;
    background-image: url("../icons/ic_blue_pembatalan.png");
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position-y: center;
    margin-left: 20px;
}

.nav-item .nav-link.active .img-pengembalian {
    color: #ffffff !important;
    background-image: url("../icons/ic_white_pengembalian.png");
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position-y: center;
    margin-left: 5px;
}

.nav-item .nav-link .img-pengembalian {
    color: #15539a !important;
    background-image: url("../icons/ic_blue_pengembalian.png");
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position-y: center;
    margin-left: 20px;
}

.notif-message {
    width: 10px;
    height: 10px;
    background-color: #f24a72;
    border-radius: 100%;
    position: absolute;
    top: 2px;
    right: 5px;
}

@media (max-width: 991.9px) {
    .sidebar {
        display: none;
    }

    .sidebar.open ~ .top-navbar,
    .sidebar.open ~ .section-content {
        left: 275px;
    }

    .top-navbar {
        width: calc(100% - 75px);
    }
}

@media (min-width: 767.5px) and (max-width: 991.5px) {
    .nav-item .nav-link.active .img-dashboard {
        background-size: 21px 21px;
        background-position: left;
    }

    .nav-item .nav-link .img-dashboard {
        background-size: 21px 21px;
        background-position: left;
    }

    .nav-item .nav-link.active .img-unit {
        background-size: 21px 21px;
        background-position: left;
    }

    .nav-item .nav-link .img-unit {
        background-size: 21px 21px;
        background-position: left;
    }

    .nav-item .nav-link.active .img-penawaran {
        background-size: 21px 21px;
        background-position: left;
    }

    .nav-item .nav-link .img-penawaran {
        background-size: 21px 21px;
        background-position: left;
    }

    .nav-item .nav-link.active .img-reparasi {
        background-size: 21px 21px;
        background-position: left;
    }

    .nav-item .nav-link .img-reparasi {
        background-size: 21px 21px;
        background-position: left;
    }

    .nav-item .nav-link.active .img-sales {
        background-size: 21px 21px;
        background-position: left;
    }

    .nav-item .nav-link .img-sales {
        background-size: 21px 21px;
        background-position: left;
    }

    .nav-item .nav-link.active .img-transaksi {
        background-size: 21px 21px;
        background-position: left;
    }

    .nav-item .nav-link .img-transaksi {
        background-size: 21px 21px;
        background-position: left;
    }

    .nav-item .nav-link.active .img-pembatalan {
        background-size: 21px 21px;
        background-position: left;
    }

    .nav-item .nav-link .img-pembatalan {
        background-size: 21px 21px;
        background-position: left;
    }
}

/* END SIDEBAR & TOP BAR */

/* CUSTOM TABS */
.nav-pills .nav-link,
.nav-pills .show > .nav-link {
    font-family: "Quicksand-Semibold";
    color: #5f5f5f !important;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    font-family: "Quicksand-Semibold";
    /* background-color: #f2f8ff !important; */
    color: #272727 !important;
}

.nav-pills .nav-link.active span {
    color: white !important;
}

.nav-pills .nav-link .badge {
    background-color: #febd11 !important;
    color: black !important;
    border-radius: 2px;
}

.nav-pills .nav-link.active .badge {
    background-color: #febd11 !important;
    color: black !important;
    border-radius: 2px;
}

.nav-pills .nav-link .img-ios,
.nav-pills .nav-link .img-iih {
    background-image: url("../icons/ic_grey_reparasi.png");
    background-repeat: no-repeat;
    background-size: 21px 21px;
    color: #5f5f5f;
}

.nav-pills .nav-link.active .img-ios,
.nav-pills .nav-link.active .img-iih {
    background-image: url("../icons/ic_blue_inspeksi_in_house.png");
    background-repeat: no-repeat;
    background-size: 21px 21px;
    color: #272727;
}

.nav-pills .nav-link .img-spu,
.nav-pills .nav-link .img-spd {
    background-image: url("../icons/ic_grey_document.png");
    background-repeat: no-repeat;
    background-size: 21px 21px;
    color: #5f5f5f;
}

.nav-pills .nav-link.active .img-spu,
.nav-pills .nav-link.active .img-spd {
    background-image: url("../icons/ic_blue_document.png");
    background-repeat: no-repeat;
    background-size: 21px 21px;
    color: #272727;
}

.nav-pills .nav-link.active .img-pembayaran {
    background-image: url("../icons/ic_white_pembayaran.png");
    background-repeat: no-repeat;
    background-size: 21px 21px;
    color: #272727;
}

.nav-pills .nav-link .img-pembayaran {
    background-image: url("../icons/ic_blue_pembayaran.png");
    background-repeat: no-repeat;
    background-size: 21px 21px;
    color: #5f5f5f;
}

.nav-pills .nav-link .img-serah-terima {
    background-image: url("../icons/ic_blue_serahterima.png");
    background-repeat: no-repeat;
    background-size: 21px 21px;
    color: #5f5f5f;
}

.nav-pills .nav-link.active .img-serah-terima {
    background-image: url("../icons/ic_white_serahterima.png");
    background-repeat: no-repeat;
    background-size: 21px 21px;
    color: #272727;
}

.nav-pills .nav-link .img-penolakan {
    background-image: url("../icons/ic_grey_pembatalan.png");
    background-repeat: no-repeat;
    background-size: 21px 21px;
    color: #5f5f5f;
}

.nav-pills .nav-link.active .img-penolakan {
    background-image: url("../icons/ic_blue_pembatalan.png");
    background-repeat: no-repeat;
    background-size: 21px 21px;
    color: #272727;
}

.nav-pills .nav-link .img-unitmasuk {
    background-image: url("../icons/ic_blue_doc.png");
    background-repeat: no-repeat;
    background-size: 21px 21px;
    color: #5f5f5f;
}

.nav-pills .nav-link.active .img-unitmasuk {
    background-image: url("../icons/ic_white_doc.png");
    background-repeat: no-repeat;
    background-size: 21px 21px;
    color: #272727;
}

.nav-pills .nav-link .img-appraisal {
    background-image: url("../icons/ic_blue_appraisal.png");
    background-repeat: no-repeat;
    background-size: 21px 21px;
    color: #5f5f5f;
}

.nav-pills .nav-link.active .img-appraisal {
    background-image: url("../icons/ic_blue_sales.png");
    background-repeat: no-repeat;
    background-size: 21px 21px;
    color: #272727;
}

.nav-pills .nav-link .img-negosiasi {
    background-image: url("../icons/ic_blue_negosiasi.png");
    background-repeat: no-repeat;
    background-size: 21px 21px;
    color: #5f5f5f;
}

.nav-pills .nav-link.active .img-negosiasi {
    background-image: url("../icons/ic_white_negosiasi.png");
    background-repeat: no-repeat;
    background-size: 21px 21px;
    color: #272727;
}

.nav-pills .nav-link .img-foto {
    background-image: url("../icons/ic_blue_gallery.png");
    background-repeat: no-repeat;
    background-size: 21px 21px;
    color: #5f5f5f;
}

.nav-pills .nav-link.active .img-foto {
    background-image: url("../icons/ic_white_gallery.png");
    background-repeat: no-repeat;
    background-size: 21px 21px;
    color: #272727;
}

.nav-pills .nav-link .img-appraisal {
    background-image: url("../icons/ic_blue_appraisal.png");
    background-repeat: no-repeat;
    background-size: 21px 21px;
    color: #5f5f5f;
}

.nav-pills .nav-link.active .img-appraisal {
    background-image: url("../icons/ic_white_appraisal.png");
    background-repeat: no-repeat;
    background-size: 21px 21px;
    color: #272727;
}

.nav-pills .nav-link .img-nego {
    background-image: url("../icons/ic_grey_negosiasi.png");
    background-repeat: no-repeat;
    background-size: 21px 21px;
    color: #5f5f5f;
}

.nav-pills .nav-link.active .img-nego {
    background-image: url("../icons/ic_blue_negosiasi.png");
    background-repeat: no-repeat;
    background-size: 21px 21px;
    color: #272727;
}

.text-bg-primary {
    background-color: #15539a !important;
}

.nav-pills .nav-link .badge {
    background-color: #febd11 !important;
    color: black !important;
    border-radius: 2px !important;
}

.nav-pills .nav-link.active .badge {
    background-color: #febd11 !important;
    color: black !important;
    border-radius: 2px !important;
}

.nav-pills .nav-link .img-ios {
    background-image: url("../icons/ic_blue_inspeksi_in_house.png");
    background-repeat: no-repeat;
    background-size: 21px 21px;
    color: #5f5f5f;
}

.nav-pills .nav-link.active .img-ios {
    background-image: url("../icons/ic_white_inspeksi_in_house.png");
    background-repeat: no-repeat;
    background-size: 21px 21px;
    color: #272727;
}

.nav-pills .nav-link .img-spu {
    background-image: url("../icons/ic_blue_spu.png");
    background-repeat: no-repeat;
    background-size: 21px 21px;
    color: #5f5f5f;
}

.nav-pills .nav-link.active .img-spu {
    background-image: url("../icons/ic_white_spu.png");
    background-repeat: no-repeat;
    background-size: 21px 21px;
    color: #5f5f5f;
}

.nav-pills .nav-link .img-spd {
    background-image: url("../icons/ic_blue_spd.png");
    background-repeat: no-repeat;
    background-size: 21px 21px;
    color: #5f5f5f;
}

.nav-pills .nav-link.active .img-spu {
    background-image: url("../icons/ic_white_spu.png");
    background-repeat: no-repeat;
    background-size: 21px 21px;
    color: #272727;
}

.nav-pills .nav-link.active .img-spd {
    background-image: url("../icons/ic_white_spd.png");
    background-repeat: no-repeat;
    background-size: 21px 21px;
    color: #272727;
}

.nav-pills .nav-link .img-penolakan {
    background-image: url("../icons/ic_blue_pembatalan_unit.png");
    background-repeat: no-repeat;
    background-size: 21px 21px;
    color: #5f5f5f;
}

.nav-pills .nav-link.active .img-penolakan {
    background-image: url("../icons/ic_white_pembatalan_unit.png");
    background-repeat: no-repeat;
    background-size: 21px 21px;
    color: #272727;
}

.nav-pills .nav-link .img-unitmasuk {
    background-image: url("../icons/ic_blue_unit.png");
    background-repeat: no-repeat;
    background-size: 21px 21px;
    color: #5f5f5f;
}

.nav-pills .nav-link.active .img-unitmasuk {
    background-image: url("../icons/ic_white_unit.png");
    background-repeat: no-repeat;
    background-size: 21px 21px;
    color: #272727;
}

.nav-pills .nav-link .img-docmasuk {
    background-image: url("../icons/ic_blue_doc.png");
    background-repeat: no-repeat;
    background-size: 21px 21px;
    color: #5f5f5f;
}

.nav-pills .nav-link.active .img-docmasuk {
    background-image: url("../icons/ic_white_doc.png");
    background-repeat: no-repeat;
    background-size: 21px 21px;
    color: #272727;
}

/* END TABS */

/* CUSTOM TABLE */
table.table.dataTable thead > tr > th.sorting:before,
table.dataTable thead > tr > th.sorting_asc:before,
table.dataTable thead > tr > th.sorting_desc:before,
table.dataTable thead > tr > th.sorting_asc_disabled:before,
table.dataTable thead > tr > th.sorting_desc_disabled:before,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:before {
    background-image: url("../icons/ic_blue_chevron_up.png") !important;
    background-size: 20px 20px;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: "" !important;
    background-repeat: no-repeat;
    top: 0 !important;
}

table.table.dataTable thead > tr > th.sorting:after,
table.dataTable thead > tr > th.sorting_asc:after,
table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > th.sorting_asc_disabled:after,
table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
    background-image: url("../icons/ic_blue_chevron_down.png") !important;
    background-size: 20px 20px;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: "" !important;
    background-repeat: no-repeat;
    top: 30% !important;
}

table thead>tr>th.sorting

/* table#data-spu-list.dataTable thead>tr>th.sorting,
table#data-kendaraan-list.dataTable thead>tr>th.sorting,
table#data-kendaraan-list.dataTable thead>tr>th.sorting,
table#data-appraisal-list.dataTable thead>tr>th.sorting,
table#data-negosiasi-list.dataTable thead>tr>th.sorting */ {
    padding: 4px 32px 4px 8px !important;
}

table thead tr th

/* table#data-spu-list.dataTable thead tr th,
table#data-kendaraan-list.dataTable thead tr th,
table#data-appraisal-list.dataTable thead tr th,
table#data-negosiasi-list.dataTable thead tr th */ {
    font-family: "Quicksand-Semibold" !important;
    font-size: 16px !important;
    color: #15539a;
}

table tbody

/* table#data-spu-list.dataTable tbody,
table#data-kendaraan-list.dataTable tbody,
table#data-appraisal-list.dataTable tbody,
table#data-negosiasi-list.dataTable tbody */ {
    font-family: "Quicksand-Regular" !important;
    font-size: 16px !important;
    color: #272727;
    padding: 1rem !important;
}

table thead

/* table#data-spu-list.dataTable thead,
table#data-kendaraan-list.dataTable thead,
table#data-appraisal-list.dataTable thead,
table#data-negosiasi-list.dataTable thead */ {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

table#data-spu-list.dataTable tbody tr td

/* table#data-spu-list.dataTable tbody tr td,
table#data-kendaraan-list.dataTable tbody tr td,
table#data-appraisal-list.dataTable tbody tr td,
table#data-negosiasi-list.dataTable tbody tr td */ {
    vertical-align: middle;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

table thead tr:nth-child(1) th

/* table#data-spu-list.dataTable thead tr:nth-child(1) th,
table#data-kendaraan-list.dataTable thead tr:nth-child(1) th,
table#data-appraisal-list.dataTable thead tr:nth-child(1) th,
table#data-negosiasi-list.dataTable thead tr:nth-child(1) th */ {
    border: none !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

/* table#data-spu-list.dataTable thead tr th:nth-child(7),
table#data-kendaraan-list.dataTable thead tr th:nth-child(6),
table#data-appraisal-list.dataTable thead tr th:nth-child(8) {
    display: none;
} */
.dataTables_paginate ul li a,
.dataTables_paginate ul li a:focus {
    border: none !important;
    box-shadow: none !important;
}

.dataTables_wrapper .col-sm-12.col-md-5,
.dataTables_wrapper .col-sm-12.col-md-7 {
    margin-top: 0.75rem !important;
}

/* DataTables Custom Pagination */
.active > .page-link,
.page-link.active {
    font-family: "Quicksand-Semibold" !important;
    font-size: 16px !important;
    background-color: #ffffff !important;
    border: none !important;
    color: #15539a !important;
}

.page-link {
    font-family: "Quicksand-Semibold" !important;
    font-size: 16px !important;
    background-color: #ffffff !important;
    border: none !important;
    color: #c4c4c4 !important;
}

@media (max-width: 1024.5px) {
    table thead tr th {
        font-family: "Quicksand-Semibold" !important;
        font-size: 14px !important;
        color: #15539a;
    }

    table tbody {
        font-family: "Quicksand-Regular" !important;
        font-size: 14px !important;
        color: #272727;
    }
}

@media (max-width: 576px) {
    div.dataTables_processing {
        top: unset !important;
        bottom: 7% !important;
    }
}

/* END CUSTOM TABLE */

/* CUSTOM INPUT SEARCH */
table .input-group input.form-control {
    height: 30px !important;
    background-color: #f4f4f4 !important;
    border: none !important;
    /* border-radius: 16px; */
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

table .input-group-text {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    /* border-end-end-radius: 16px !important;
    border-start-end-radius: 16px !important; */
    background-color: #f4f4f4 !important;
    border: none !important;
}

table .form-control {
    padding: 0.375rem 0.6rem !important;
}

table .form-control:focus {
    box-shadow: none !important;
}

/* END INPUT SEARCH */

/* START SEARCH UNIT */

.input-group-search-unit {
    background-color: #f2f8ff !important;
    border: none !important;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.input-search-unit {
    height: 40px !important;
    background-color: #f2f8ff !important;
    border: none !important;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    padding-bottom: 6px;
}

.input-search-unit::placeholder {
    font-size: 14px;
}

.input-search-unit:focus {
    outline: none;
}

.img-search-unit {
    margin-top: 2px;
}

@media (max-width: 576px) {
    .input-group-search-unit {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .input-search-keyword {
        width: 50%;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        padding-bottom: 0px;
    }
}

/* END SEARCH UNIT */

/* CUSTOM STATUS */
.text_underline {
    text-decoration: underline;
}

.status-belum {
    font-family: "Quicksand-Regular";
    font-size: 16px;
    color: #f24a72;
    text-align: center;
    text-transform: uppercase;
}

.status-ready {
    font-family: "Quicksand-Regular";
    font-size: 16px;
    background-color: #f2fffb;
    color: #0ea87a;
    text-transform: uppercase;
    width: fit-content;
    margin: auto;
    padding: 4px 10px;
}

.status-selesai {
    font-family: "Quicksand-Regular";
    font-size: 16px;
    color: #0ea87a;
    text-align: center;
    text-transform: uppercase;
    /*margin:auto;*/
    /*width: fit-content;*/
}

.status-konfirmasi,
.status-review-sppu {
    font-family: "Quicksand-Regular";
    font-size: 16px;
    color: #febd11 !important;
    text-align: center;
    text-transform: uppercase;
    margin: auto;
    width: fit-content;
}

.status-submited {
    font-family: "Quicksand-Regular";
    font-size: 16px;
    color: #febd11 !important;
    text-align: center;
    text-transform: uppercase;
}

.status-revisi,
.status-belum-konfirmasi,
.status-reject,
.status-konfirmasi-sppu {
    font-family: "Quicksand-Regular";
    font-size: 16px;
    color: #f24a72 !important;
    text-align: center;
    text-transform: uppercase;
    margin: auto;
    width: fit-content;
}

.status-reject {
    background-color: #ffe5ec;
}

.status-onreview,
.status-approved,
.status-masuk {
    font-family: "Quicksand-Regular" !important;
    font-size: 16px;
    color: #0ea87a !important;
    text-align: center;
    text-transform: uppercase;
    /*margin:auto;*/
    /*width: fit-content;*/
}

.status-submitted,
.status-on-request,
.status-konfirmasi,
.status-diambil {
    font-family: "Quicksand-Regular" !important;
    font-size: 16px;
    color: #febd11;
    text-align: center;
    text-transform: uppercase;
}

.status-on-progress,
.status-tdp {
    font-family: "Quicksand-Regular" !important;
    font-size: 16px;
    color: #febd11;
    background-color: #fefbf1;
    border-radius: 4px;
    text-align: center;
    margin: auto;
    text-transform: uppercase;
    width: fit-content;
}

.status-lunas {
    font-family: "Quicksand-SemiBold" !important;
    font-size: 16px;
    background-color: #0ea87a;
    color: #ffffff;
    text-align: center;
    width: fit-content;
    text-transform: uppercase;
    border-radius: 4px;
    margin: auto;
}

.status-booking-fee {
    font-family: "Quicksand-SemiBold" !important;
    color: #f24a72 !important;
    width: fit-content;
    border-radius: 4px;
    background: #ffe5ec !important;
    margin: auto;
    text-align: center;
    text-transform: uppercase;
}

.status-selesai-cancel {
    font-family: "Quicksand-Regular" !important;
    color: #919191 !important;
    font-size: 15px;
    margin: auto;
    text-align: center;
}

.status-kendaraan-keluar {
    border-radius: 4px;
    background-color: #febd11 !important;
    color: #15539a;
    font-family: "Quicksand-SemiBold";
    font-size: 15px;
    width: fit-content;
    margin: auto;
}

.status-kendaraan {
    font-family: "Quicksand-SemiBold" !important;
    font-size: 16px;
    color: #febd11 !important;
    background-color: #fefbf1 !important;
    text-align: center;
    text-transform: uppercase;
}

.wo-draft {
    border-radius: 4px;
    background: #f4f4f4;
    color: #5f5f5f;
    font-family: "Quicksand-SemiBold";
    font-size: 12px;
    width: fit-content;
    margin: auto;
}

.wo-on_progress {
    border-radius: 4px;
    background-color: #febd11 !important;
    color: #15539a;
    font-family: "Quicksand-SemiBold";
    font-size: 12px;
    width: fit-content;
    margin: auto;
}

.wo-done {
    border-radius: 4px;
    background-color: #0ea87a !important;
    color: #fff;
    font-family: "Quicksand-SemiBold";
    font-size: 12px;
    width: fit-content;
    margin: auto;
}

@media (max-width: 1200.5px) {
    .status-belum,
    .status-ready,
    .status-selesai,
    .status-konfirmasi,
    .status-submited,
    .status-review-sppu .status-revisi,
    .status-belum,
    .status-reject,
    .status-konfirmasi-sppu,
    .status-onreview,
    .status-approved,
    .status-selesai,
    .status-masuk,
    .status-submitted,
    .status-on-request,
    .status-konfirmasi,
    .status-diambil,
    .status-on-progress,
    .status-tdp,
    .status-lunas,
    .status-kendaraan {
        font-size: 14px;
    }
}

/*CUSTOM PAGINATION*/
.page-link {
    border: none;
    font-family: "Quicksand-SemiBold";
    font-size: 16px;
    color: #c4c4c4;
    background-color: unset;
}

.active > .page-link,
.page-link.active {
    font-family: "Quicksand-SemiBold";
    font-size: 16px;
    color: #15539a;
    background-color: unset;
}

/*CUSTOM PAGINATION*/

/* CUSTOM PROGRESS BAR */
.top-6 {
    top: 6% !important;
}

.top-12 {
    top: 12% !important;
}

.top-18 {
    top: 18% !important;
    z-index: 99;
}

.top-24 {
    top: 24% !important;
    z-index: 1;
}

.top-30 {
    top: 30% !important;
}

.top-36 {
    top: 36% !important;
}

.top-42 {
    top: 42% !important;
}

.top-48 {
    top: 48% !important;
}

.top-54 {
    top: 54% !important;
}

.top-60 {
    top: 60% !important;
}

.top-66 {
    top: 66% !important;
}

.top-72 {
    top: 72% !important;
}

.top-78 {
    top: 78% !important;
}

.top-84 {
    top: 84% !important;
}

.top-90 {
    top: 90% !important;
}

.top-96 {
    top: 96% !important;
}

.top-102 {
    top: 102% !important;
}

.top-108 {
    top: 108% !important;
}

.top-114 {
    top: 114% !important;
}

.top-120 {
    top: 120% !important;
}

.start-10 {
    left: 10% !important;
}

.start-15 {
    left: 10% !important;
}

.start-20 {
    left: 25% !important;
}

.start-23 {
    left: 30% !important;
}

.start-25 {
    left: 35% !important;
}

.start-35 {
    left: 40% !important;
}

.start-40 {
    left: 45% !important;
}

.start-45,
.start-48 {
    left: 48% !important;
}

.start-54 {
    left: 65% !important;
}

.progress-bar {
    background-color: #15539a !important;
}

.badge-progress {
    font-family: "Quicksand-Bold";
    color: #15539a;
    font-size: 14px;
    background-color: #fff;
    border-radius: 8px;
}

/* PROGRESS BAR MOBILE */
.start-10.mobile {
    left: 15% !important;
}

.start-25.mobile {
    left: 25% !important;
}

.start-55.mobile {
    left: 55% !important;
}

.start-85.mobile {
    left: 85% !important;
}

.start-100.mobile {
    left: 100% !important;
}

.start-115.mobile {
    left: 115% !important;
}

.start-145.mobile {
    left: 145% !important;
}

.start-175.mobile {
    left: 175% !important;
}

.start-205.mobile {
    left: 205% !important;
}

.start-235.mobile {
    left: 235% !important;
}

.start-265.mobile {
    left: 265% !important;
}

.start-300.mobile {
    left: 300% !important;
}

.top-25.mobile {
    top: 25% !important;
}

.top-50.mobile {
    top: 100% !important;
}

/* END PROGRESS BAR MOBILE */
@media (min-width: 1400.5px) {
    .start-23 {
        left: 25% !important;
        width: 100% !important;
    }

    .start-25,
    .start-40,
    .start-35,
    .start-48,
    .start-54 {
        left: 75% !important;
        width: 100% !important;
    }

    .start-45 {
        left: 75% !important;
        width: 100% !important;
    }
}

@media (min-width: 1200.5px) and (max-width: 1400.5px) {
    .start-23 {
        left: 25% !important;
    }

    .start-25,
    .start-35,
    .start-40,
    .start-45,
    .start-48,
    .start-54 {
        left: 75% !important;
        width: 100% !important;
    }
}

@media (min-width: 991.5px) and (max-width: 1200.5px) {
    .start-25 {
        left: 80% !important;
        width: 100% !important;
    }

    .start-35 {
        left: 80% !important;
        width: 100% !important;
    }

    .start-40 {
        left: 80% !important;
        width: 100% !important;
    }

    .start-44 {
        left: 77% !important;
        width: 100% !important;
    }

    .start-45 {
        left: 75% !important;
        width: 100% !important;
    }

    .start-48,
    .start-54 {
        left: 80% !important;
        width: 100% !important;
    }
}

/* END CUSTOM PROGRESS BAR */

/*LOGIN SECTION*/
/* .login-section {
    background: linear-gradient(
            180deg,
            rgba(255, 255, 255, 0) 0%,
            #f9fcff 14.06%
        ),
        #ffffff;
    padding: 5rem 12rem;
} */

.reset-pass-section {
    background: linear-gradient(
            180deg,
            rgba(255, 255, 255, 0) 0%,
            #f9fcff 14.06%
        ),
        #ffffff;
    padding: 7rem 12rem;
}

.form-signin,
.form-reset {
    position: relative;
    /* background-color: #f2f8ff; */
    /* border-radius: 16px; */
    /* max-width: 40%; */
    height: 100%;
    /* padding: 40px; */
    padding: 0px 140px;
    flex-direction: column;
}

.form-change-password {
    position: relative;
    height: 100%;
    padding: 0px 40px;
    flex-direction: column;
}

.btn-close-modal {
    width: 20px;
    cursor: pointer;
}

.btn-close {
    background: url(../icons/ic_blue_uncheck.png) !important;
    background-size: 24px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    opacity: 1;
}

.form-reset {
    max-width: 70% !important;
}

.span-required {
    color: #ff0000 !important;
}

input.form-control {
    /* height: 50px; */
    /* border: 1px solid #C4C4C4 !important; */
    /* border: 0px !important; */
    padding: 10px 12px;
    border-radius: 4px !important;
    /* border-bottom: 1px solid #667080 !important; */
}

input.form-control::placeholder {
    font-size: 14px !important;
}

input.form-change-password {
    padding: 16px;
    background: #ffffff;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
}

.input-side-element {
    border: none !important;
    background: transparent;
}

.cursor-pointer {
    cursor: pointer;
}

.btn-login {
    padding: 10px 24px;
    border-radius: 4px;
}

.btn-save,
.btn-cancel {
    padding: 10px 24px;
    border-radius: 4px;
}

.password-login > span {
    position: absolute;
    top: 55%;
    right: 5%;
}

.password-change > span {
    position: absolute;
    top: 54%;
    right: 2%;
    width: 10%;
}

.w-100 {
    width: 100% !important;
}

#toggler-password,
#toggler-password-mobile {
    cursor: pointer;
}

.login-button:hover {
    color: #fff;
}

#exampleInputNIK:focus,
#exampleInputPassword:focus {
    outline: none;
    outline-style: none;
    border-bottom: 1px solid #c4c4c4 !important;
    border-radius: 16px;
    box-shadow: none;
}

.full-height {
    height: 100vh;
}

.custom-container {
    width: 80%;
    margin: 0 10%;
    float: left;
    z-index: 99;
    position: relative;
}

.custom-container1 {
    width: 90%;
    margin: 0 5%;
    float: left;
    z-index: 99;
    position: relative;
}

.img-logo {
    width: 130px;
    margin-top: 25px;
}

.wrapper-login {
    background-image: url("../../assets/images/bg-login.png");
    background-position: left;
    background-position-y: bottom;
    background-repeat: no-repeat;
}

.clear100 {
    height: 20px;
    width: 100%;
}

@media (max-width: 576px) {
    .notif-message {
        top: 0px;
        right: -2px;
    }

    .custom-container-mobile {
        margin: 0px 24px;
    }

    .form-check {
        padding-left: 0px;
    }

    .form-check-ml {
        margin-left: 20px;
    }

    .password-login-mobile .ic-password {
        display: block;
        position: inherit;
        float: right;
        margin-right: 5px;
        margin-top: -25px;
    }

    #exampleNIKLogin:focus,
    #exampleInputPasswordMobile:focus {
        outline: none;
        outline-style: none;
        border-bottom: 1px solid #c4c4c4 !important;
        box-shadow: none;
    }

    .login-button {
        border-radius: 10px !important;
    }

    input.form-control {
        padding: 10px;
    }

    .good-deals-logo img {
        width: 145px !important;
        height: auto !important;
        margin: 24px 0px !important;
    }

    .title-login-mobile {
        margin: 16px 0px !important;
        font-weight: 500;
        font-size: 17.4545px;
    }

    .wrapper-login {
        background-size: contain;
    }
}

/*END LOGIN SECTION*/

/* PENGAMBILAN UNIT */
.form-select.select-dealer {
    background-color: #f2f8ff;
    border: none;
    color: #15539a;
    font-size: 14px !important;
    padding: 1rem 3.25rem 1rem 0.75rem !important;
    background-image: url("../icons/ic_blue_chevron_down.png");
    background-size: 24px 24px;
}

#select_dealer_id {
    background-color: #f2f8ff !important;
    border: none;
    color: #15539a !important;
    font-size: 14px !important;
    padding: 1rem 3.25rem 1rem 0.75rem !important;
    background-image: url(../icons/ic_blue_chevron_down.png);
    background-size: 24px 24px;
}

.select2-container {
    width: 100% !important;
    padding-right: 0.5rem;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #c4c4c4;
    width: 100% !important;
    border-radius: 4px !important;
    padding: 0.375rem 0.75rem;
    padding: 21px 3.25rem 1rem 0.75rem !important;
    background-image: url(../icons/ic_grey_chevron_down.png) !important;
    background-size: 18px 18px;
    background-repeat: no-repeat !important;
    background-position: 99% 12px !important;
}

#select-dealer {
    width: 100% !important;
    border-radius: 4px !important;
    background-color: #f2f8ff !important;
    border: none !important;
    padding: 18px 3.25rem 1rem 0.75rem !important;
    background-image: url(../icons/ic_blue_chevron_down.png) !important;
    background-size: 18px 18px;
    background-repeat: no-repeat !important;
    background-position: 230px 16px;
    min-height: 50px;
    display: flex;
    align-items: center;
}

.select2-container .select2-selection--single {
    min-height: 50px;
    display: flex;
    align-items: center;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0px;
    font-size: 16px;
    color: #15539a !important;
    margin-top: -7px;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: unset !important;
    right: 26% !important;
    display: none;
}

@media (max-width: 576px) {
    .select2-container--default .select2-selection--single {
        background-position: 98% 12px !important;
    }
}

.card-container {
    box-shadow: none !important;
    /* border: none; */
}

.card-container.noborder {
    border: none;
}

.border-0 {
    border: 0 !important;
}

.border-1-gray {
    border: 1px solid #c4c4c4;
}

.border-1-gray-2 {
    border: 1px solid #919191;
}

.border-1-yellow {
    border: 1px solid #febd11;
}

.border-1-blue {
    border: 1px solid #15539a;
}

.border-1-red {
    border: 1px solid #f24a72;
}

.border-1-dark {
    border: 1px solid #1b2a41;
}

.border-1-black {
    border: 1px solid black;
}

.border-error {
    border: 1px solid var(--Notif, #f24a72) !important;
    background: var(--Red-Light, #ffe6ec) !important;
}

.border-success {
    border: 1px solid var(--Green, #0ea87a) !important;
    background: var(--Backgroud-hijau, #e6fff7) !important;
}

.card-empty {
    box-shadow: none !important;
    border: none !important;
    background: #f4f4f4 !important;
}

.top-section {
    /* background-color: #f2f8ff; */
    background-color: transparent;
    border: none;
    border-radius: 4px;
}

.top-section .card-tak {
    border: 1px solid #c4c4c4;
    border-radius: 4px !important;
}

.card-img-top,
.card-body {
    padding: 24px !important;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.card-footer,
.card-footer-mobile {
    display: flex;
    flex-direction: row;
    padding: 16px 24px !important;
    align-items: center;
    justify-content: flex-end;
}

.card-footer-mobile {
    padding: 16px !important;
}

.document-box {
    background-color: #f2f8ff;
    border-radius: 8px;
}

/* END PENGAMBILAN UNIT */

/* Utilities Mobile*/
@media (max-width: 576px) {
    .m-p-0 {
        padding: 0px !important;
    }

    .m-no-border {
        border: none;
    }

    .m-border-bottom-1-gray {
        border-bottom: 1px solid #c4c4c4;
    }
}

/*INSPEKSI ON SITE*/
.print-form-inspeksi {
    background-color: #f2f8ff;
    padding: 12px 16px;
}

.print-form-inspeksi a {
    /*background-color: #F2F8FF;*/
    text-decoration: none;
}

.tag-box ul {
    display: flex;
}

.tag-box ul li {
    list-style: none;
    height: fit-content;
    align-self: center;
}

.form-check-input:checked {
    background-color: #0ea87a;
    border-color: #0ea87a;
}

.inspeksi-img-overlay,
.reparasi-img-overlay {
    position: absolute;
    top: unset !important;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(95, 95, 95, 0.5);
    padding: var(--bs-card-img-overlay-padding);
    border-top-left-radius: unset;
    border-top-right-radius: unset;
}

.pr-1-pl-0 {
    padding-right: 1rem !important;
    padding-left: 0;
}

.pl-1-pr-0 {
    padding-right: 0;
    padding-left: 1rem !important;
}

.inspeksi-img,
.reparasi-img {
    object-fit: contain;
}

/*INSPEKSI ON SITE*/

/* SPU */
.card.foto-spu .card-body {
    margin-top: -8vh;
}

@media screen and (min-width: 1440.5px), screen and (max-height: 900.5px) {
    .card-body.px-md-3.py-md-2 {
        margin-top: -5.75vh !important;
    }
}

@media (min-width: 1900.5px) {
    .card-body.px-md-3.py-md-2 {
        margin-top: -5vh !important;
    }
}

/* PENAWARAN HARGA */
.form-label {
    font-family: "Quicksand-Medium";
    font-size: 14px;
    color: #272727;
}

.form-control {
    border: 1px solid #c4c4c4 !important;
    border-radius: 16px;
}

.price-placeholder {
    position: absolute;
    top: 27% !important;
    color: #919191 !important;
    font-size: 14px;
    padding-left: 3% !important;
}

.input {
    padding-left: 6% !important;
    border: 0.5px solid #919191;
    background: #fff;
}

.input-group .form-control.input {
    border: 1px solid #919191 !important;
    border-radius: 4px !important;
}

.card-notes {
    background-color: #fefbf1;
    border: 1px solid #febd11 !important;
    border-radius: 4px;
}

.box-sellprice,
.box-sellprice:focus,
.box-sellprice:active {
    font-family: "Quicksand-SemiBold" !important;
    background-color: #febd11 !important;
    border-radius: 4px;
}

.box-komisi,
.box-komisi:focus,
.box-komisi:active {
    font-family: "Quicksand-SemiBold" !important;
    background-color: #0ea87a !important;
    border-radius: 4px;
    color: white !important;
    margin-top: 3px;
}

.box-komisi-danger,
.box-komisi-danger:focus,
.box-komisi-danger:active {
    font-family: "Quicksand-SemiBold" !important;
    background-color: #f24a72 !important;
    border-radius: 4px;
    color: white !important;
    margin-top: 3px;
}

.box-value {
    border-radius: 4px;
}

.box-margindealer {
    font-family: "Quicksand-SemiBold" !important;
    background-color: #0ea87a !important;
    color: #fff !important;
    font-size: 14px;
    border-radius: 4px;
}

.bg-margin-boi,
.bg-approval-reparasi {
    background-color: #fefbf1;
}

.bg-margin-dealer {
    background-color: #f2fffb;
}

@media (max-width: 991.5px) {
    .price-placeholder {
        padding-left: 4% !important;
    }

    .input {
        padding-left: 9% !important;
        border: 0.5px solid #919191;
        background: #fff;
    }
}

/* END PENAWARAN HARGA */

/* REPARASI */
.bg-approval-reparasi p {
    line-height: 2;
}

/* END REPARASI */

/* ON SALES */
.aging-1-hari {
    color: #0ea87a !important;
    width: fit-content;
    border-radius: 4px;
    background: none;
    margin: auto;
}

.aging-14-hari {
    color: #febd11 !important;
    width: fit-content;
    border-radius: 4px;
    background: none;
    margin: auto;
}

.aging-30-hari {
    color: #f24a72 !important;
    width: fit-content;
    border-radius: 4px;
    background: none;
    margin: auto;
}

.aging-45-hari {
    color: #f24a72 !important;
    width: fit-content;
    border-radius: 4px;
    background: #ffe5ec !important;
    margin: auto;
}

.aging-90-hari {
    color: #ffffff;
    width: fit-content;
    border-radius: 4px;
    background: #f24a72 !important;
    margin: auto;
}

/* END ON SALES */

/* CUSTOM FOTO KENDARAAN */
.list-group-item {
    border: none !important;
}

.box-reject {
    background-color: #ffe5ec;
    border-radius: 8px;
}

.modal-body .img-fluid:hover {
    transform: scale(1.5);
}

/* END FOTO KENDARAAN */

/* CUSTOM PENOLAKAN*/
.penolakan-status {
    word-break: break-word !important;
}

/* END PENOLAKAN*/

/* CUSTOM UNIT MASUK*/
/* .card-konfirmasi, */
/* .card-pengajuan */
.card-kendaraan-keluar {
    background: #f8f8f8 !important;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25) !important;
}

/* END UNIT MASUK*/

/* CUSTOM VEHICLE DETAIL*/
/* .card-konfirmasi, */
/* .card-pengajuan */
.card-kendaraan-keluar {
    background: #f8f8f8 !important;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25) !important;
}

/* END VEHICLE DETAIL*/

@media (min-width: 1800px) {
    /*LOGIN PAGE*/
    /* .login-section {
        padding: 10rem 12rem !important;
    } */
    .form-signin,
    .form-reset {
        position: relative;
        /* background-color: #f2f8ff; */
        border-radius: 16px;
        /* max-width: 40% !important; */
        height: 100%;
        /* padding: 60px 40px; */
        padding: 0px 140px;
        flex-direction: column;
    }

    /*END LOGIN PAGE*/
}

@media (min-width: 1401px) {
    /*LOGIN PAGE*/
    /* .login-section {
        padding: 7rem 12rem;
    } */
    .form-signin,
    .form-reset {
        position: relative;
        /* background-color: #f2f8ff; */
        border-radius: 16px;
        /* max-width: 40%; */
        height: 100%;
        /* padding: 60px 40px; */
        padding: 0px 140px;
        flex-direction: column;
    }

    /*END LOGIN PAGE*/
}

@media (min-width: 1281px) and(max-width: 1400px) {
    /*LOGIN PAGE*/
    /* .login-section {
        padding: 5rem 12rem;
    } */
    .form-signin,
    .form-reset {
        position: relative;
        /* background-color: #f2f8ff; */
        border-radius: 16px;
        max-width: 40%;
        height: 100%;
        padding: 60px 40px;
        flex-direction: column;
    }

    /*END LOGIN PAGE*/
}

@media (min-width: 1025px) and (max-width: 1280px) {
    /*LOGIN PAGE*/
    /* .login-section {
        padding: 8rem 21rem;
    } */
    .form-signin,
    .form-reset {
        position: relative;
        /* background-color: #f2f8ff; */
        border-radius: 16px;
        max-width: 100%;
        height: 100%;
        padding: 60px 40px;
        flex-direction: column;
    }

    /*END LOGIN PAGE*/

    /*DASHBOARD PAGE*/

    .h5-tak,
    .h5-diambil,
    .h5-ditolak,
    .h5-tidak-respon,
    .h5-belum-diambil,
    .h5-tk,
    .h5-15-hari,
    .h5-15-30-hari,
    .h5-30-45-hari,
    .h5-45-hari,
    .h5-90-hari {
        font-size: 12px !important;
    }

    .h5-total-tak,
    .h5-total-diambil,
    .h5-total-ditolak,
    .h5-total-tidak-respon,
    .h5-total-belum-diambil,
    .h5-total-tk,
    .h5-total-15-hari,
    .h5-total-15-30-hari,
    .h5-total-30-45-hari,
    .h5-total-45-hari,
    .h5-total-90-hari {
        font-size: 26px !important;
    }

    /*END DASHBOARD PAGE*/

    /*IOS PAGE*/
    .section-content {
        /*margin-top: 3vh;*/
        top: 80px;
        padding: 1rem;
    }

    .card-result .card-body,
    .card-form .card-body {
        padding: 0.5rem;
    }

    .upload-form-ios label {
        padding: 0.5rem 1.5rem !important;
        margin-top: 1rem;
    }

    /*END IOS PAGE*/
}

@media (min-width: 1024px) and (max-height: 768px) {
    /*.section-content{*/
    /*    padding: 3rem 1rem !important;*/
    /*    margin-top: 4.5vh !important;*/
    /*}*/
}

@media (min-width: 1024px) and (max-width: 1100px) {
    /*LOGIN PAGE*/
    /* .login-section {
        padding: 6rem 18rem;
    } */
    .form-signin,
    .form-reset {
        position: relative;
        /* background-color: #f2f8ff; */
        border-radius: 16px;
        max-width: 100%;
        height: 100%;
        padding: 60px 40px;
        flex-direction: column;
    }

    /*END LOGIN PAGE*/

    /*DASHBOARD PAGE*/
    .section-content {
        /*margin-top: 3vh;*/
        /*padding: 1rem;*/
    }

    .progress {
        height: 3vh !important;
        font-size: 12px;
    }

    .h5-pu,
    .h5-pa,
    .h5-reparasi {
        font-size: 14px !important;
    }

    .h5-tak,
    .h5-diambil,
    .h5-ditolak,
    .h5-tidak-respon,
    .h5-belum-diambil,
    .h5-tk,
    .h5-15-hari,
    .h5-15-30-hari,
    .h5-30-45-hari,
    .h5-45-hari,
    .h5-90-hari {
        font-size: 12px !important;
    }

    .h5-total-tak,
    .h5-total-diambil,
    .h5-total-ditolak,
    .h5-total-tidak-respon,
    .h5-total-belum-diambil,
    .h5-total-tk,
    .h5-total-15-hari,
    .h5-total-15-30-hari,
    .h5-total-30-45-hari,
    .h5-total-45-hari,
    .h5-total-90-hari {
        font-size: 26px !important;
    }

    .row-dash-pembelian,
    .row-dash-penjualan {
        flex-direction: row;
    }

    #pembayaranChart {
        margin-left: -6%;
    }

    #sourcingChart {
        margin-left: -4%;
    }

    .col-km,
    .col-pc {
        border-right: none !important;
    }

    /*END DASHBOARD PAGE*/

    /*IOS PAGE*/
    .card-result .card-body,
    .card-form .card-body {
        padding: 0.5rem;
    }

    .upload-form-ios label {
        padding: 0.5rem 1.5rem !important;
        margin-top: 1rem;
    }

    /*END IOS PAGE*/
}

/* HASIL INSPEKSI GOODSPECTOR */
.card-grade {
    padding: 2px 5px;
}

.color-grade-A,
.color-grade-B {
    color: #00cd8c !important;
}

.color-grade-C {
    color: #ffa12d !important;
}

.color-grade-D,
.color-grade-E {
    color: #d44038 !important;
}

.bg-indicator-green {
    background-color: #00cd8c !important;
}

.bg-indicator-red {
    background-color: #d44038 !important;
}

.bg_grade_A {
    background-color: #0afa3a !important;
}

.bg_grade_B {
    background-color: #b7ff00 !important;
}

.bg_grade_C {
    background-color: #d1e633 !important;
}

.bg_grade_D {
    background-color: #f0a313 !important;
}

.bg_grade_E {
    background-color: #ff0000 !important;
}

.icon-indicator-A,
.icon-indicator-B {
    width: 16px;
    height: 16px;
    margin-left: 8px;
    background-image: url("../icons/icon-indicator-good.png");
    background-position: center;
    background-repeat: no-repeat;
    float: left;
}

.icon-indicator-C {
    width: 16px;
    height: 16px;
    margin-left: 8px;
    background-image: url("../icons/icon-indicator-medium.png");
    background-position: center;
    background-repeat: no-repeat;
    float: left;
}

.icon-indicator-D,
.icon-indicator-E {
    width: 16px;
    height: 16px;
    margin-left: 8px;
    background-image: url("../icons/icon-indicator-bad.png");
    background-position: center;
    background-repeat: no-repeat;
    float: left;
}

.icon-bebas-banjir {
    width: 20px;
    height: 22px;
    background-image: url("../images/ic_bebas_banjir.png");
    background-position: center;
    background-repeat: no-repeat;
    float: left;
    background-size: cover;
}

.icon-bekas-banjir {
    width: 20px;
    height: 22px;
    background-image: url("../images/ic_bekas_banjir.png");
    background-position: center;
    background-repeat: no-repeat;
    float: left;
    background-size: cover;
}

.icon-bebas-tabrak {
    width: 20px;
    height: 22px;
    background-image: url("../images/ic_bebas_tabrak.png");
    background-position: center;
    background-repeat: no-repeat;
    float: left;
    background-size: cover;
}

.icon-bekas-tabrak {
    width: 20px;
    height: 22px;
    background-image: url("../images/ic_bekas_tabrak.png");
    background-position: center;
    background-repeat: no-repeat;
    float: left;
    background-size: cover;
}

/* END HASIL INSPEKSI GOODSPECTOR */

@media (min-width: 821px) and (max-width: 1023px) {
    /*LOGIN PAGE*/
    /* .login-section {
        padding: 8rem;
    } */
    .form-signin,
    .form-reset {
        position: relative;
        /* background-color: #f2f8ff; */
        border-radius: 16px;
        max-width: 100%;
        height: 100%;
        padding: 60px 40px;
        flex-direction: column;
    }

    /*END LOGIN PAGE*/

    /*DASHBOARD PAGE*/
    .section-content {
        top: 77px;
        padding: 1rem !important;
    }

    .progress {
        height: 3vh !important;
        font-size: 12px;
    }

    .h5-tak,
    .h5-diambil,
    .h5-ditolak,
    .h5-tidak-respon,
    .h5-belum-diambil,
    .h5-tk,
    .h5-15-hari,
    .h5-15-30-hari,
    .h5-30-45-hari,
    .h5-45-hari,
    .h5-90-hari {
        font-size: 12px !important;
    }

    .h5-total-tak,
    .h5-total-diambil,
    .h5-total-ditolak,
    .h5-total-tidak-respon,
    .h5-total-belum-diambil,
    .h5-total-tk,
    .h5-total-15-hari,
    .h5-total-15-30-hari,
    .h5-total-30-45-hari,
    .h5-total-45-hari,
    .h5-total-90-hari {
        font-size: 26px !important;
    }

    .row-dash-pembelian,
    .row-dash-penjualan {
        flex-direction: column;
    }

    #pembayaranChart {
        margin-left: -6%;
    }

    #sourcingChart {
        margin-left: -4%;
    }

    .col-km,
    .col-pc {
        border-right: none !important;
    }

    /*END DASHBOARD PAGE*/

    /*IOS PAGE*/
    .print-form-inspeksi {
        padding: 13px 10px;
    }

    .print-form-inspeksi a {
        font-size: 14px;
    }

    .filterForm {
        width: 100%;
    }

    .filterMenu {
        padding: 0 20px;
    }

    .card-filter {
        position: relative !important;
        height: fit-content;
        display: flex;
        margin-left: auto;
        top: 35% !important;
        z-index: 1;
        width: calc(100% - 275px) !important;
    }

    /*END IOS PAGE*/

    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        justify-content: center !important;
    }

    /*TOP CARD*/
    .top-card {
        padding-top: 1.5rem !important;
    }

    /*END TOP CARD*/

    .card-doc-masuk,
    .card-konfirmasi,
    .card-pengajuan {
        border-radius: 0px !important;
        background-color: #fff !important;
    }
}

@media (min-width: 768px) and (max-width: 820px) {
    /*LOGIN PAGE*/
    /* .login-section {
        padding: 8rem;
    } */
    .form-signin,
    .form-reset {
        position: relative;
        /* background-color: #f2f8ff; */
        border-radius: 16px;
        max-width: 100%;
        height: 100%;
        padding: 60px 40px;
        flex-direction: column;
    }

    /*END LOGIN PAGE*/

    /*DASHBOARD PAGE*/
    .section-content {
        top: 48px !important;
        padding: 3rem 1rem !important;
    }

    .progress {
        height: 3vh !important;
        font-size: 12px;
    }

    .h5-tak,
    .h5-diambil,
    .h5-ditolak,
    .h5-tidak-respon,
    .h5-belum-diambil,
    .h5-tk,
    .h5-15-hari,
    .h5-15-30-hari,
    .h5-30-45-hari,
    .h5-45-hari,
    .h5-90-hari {
        font-size: 12px !important;
    }

    .h5-total-tak,
    .h5-total-diambil,
    .h5-total-ditolak,
    .h5-total-tidak-respon,
    .h5-total-belum-diambil,
    .h5-total-tk,
    .h5-total-15-hari,
    .h5-total-15-30-hari,
    .h5-total-30-45-hari,
    .h5-total-45-hari,
    .h5-total-90-hari {
        font-size: 26px !important;
    }

    .row-dash-pembelian,
    .row-dash-penjualan {
        flex-direction: column;
    }

    #pembayaranChart {
        margin-left: -6%;
    }

    #sourcingChart {
        margin-left: -4%;
    }

    .col-km,
    .col-pc {
        border-right: none !important;
    }

    /*END DASHBOARD PAGE*/

    .top-card {
        padding-top: 1.5rem !important;
    }

    .print-form-inspeksi {
        padding: 13px 10px;
    }

    .print-form-inspeksi a {
        font-size: 14px;
    }

    .filterForm {
        width: 100%;
    }

    .filterMenu {
        padding: 0 20px;
    }

    .btn-all {
        width: 100%;
    }

    .dropdown-toggle::after {
        margin: auto 0 !important;
    }

    .card-filter {
        position: relative !important;
        height: fit-content;
        display: flex;
        margin-left: auto;
        top: 35% !important;
        z-index: 1;
        width: calc(100% - 275px) !important;
    }

    table.dataTable td {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
        border-bottom-width: 0 !important;
    }

    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        justify-content: center !important;
    }

    .dataTables_info {
        color: #15539a;
        font-family: "Quicksand-Medium";
        font-size: 12px;
        display: flex;
        justify-content: center;
    }

    .box-card-spk {
        border-radius: unset !important;
    }

    .card-doc-masuk,
    .card-konfirmasi,
    .card-pengajuan {
        border-radius: 0px !important;
        background-color: #fff !important;
    }
}

/*MOBILE VIEW*/

.section-content-mobile {
    position: relative;
    background-color: #f4f4f4 !important;
    width: 100%;
}

/*SIDEBAR PAGE*/
.offcanvas-sidebar-mobile:hover,
.offcanvas-sidebar-mobile:focus,
.offcanvas-sidebar-mobile:active {
    border: none !important;
    box-shadow: none !important;
    outline: 0 !important;
}

.offcanvas.offcanvas-mobile {
    background-color: unset !important;
    width: 70% !important;
}

.offcanvas-header.offcanvas-header-mobile {
    display: unset !important;
    padding: 0.5rem 0.5rem 0.5rem;
    background-color: #fff !important;
}

.offcanvas-body.offcanvas-body-mobile {
    background-color: #f2f8ff !important;
}

.offcanvas-body-1,
.offcanvas-body-2,
.offcanvas-body-3 {
    background-color: #fff !important;
}

.nav-item .nav-link.active .img-dashboard-mobile {
    color: #ffffff !important;
    background-image: url("../icons/ic_white_dashboard.png");
    background-repeat: no-repeat;
    background-size: 18px;
    /* margin-left: 1rem; */
}

.nav-item .nav-link .img-dashboard-mobile {
    color: #15539a !important;
    background-image: url("../icons/ic_blue_dashboard.png");
    background-repeat: no-repeat;
    background-size: 18px;
    /* margin-left: 1rem; */
}

.nav-item .nav-link.active .img-spu-mobile {
    color: #ffffff !important;
    background-image: url("../icons/ic_white_spu.png");
    background-repeat: no-repeat;
    background-size: 18px;
    /* margin-left: 1rem; */
}

.nav-item .nav-link .img-spu-mobile {
    color: #15539a !important;
    background-image: url("../icons/ic_blue_spu.png");
    background-repeat: no-repeat;
    background-size: 18px;
    /* margin-left: 1rem; */
}

.nav-item .nav-link.active .img-pembatalan-unit-mobile {
    color: #ffffff !important;
    background-image: url("../icons/ic_white_pembatalan_unit.png");
    background-repeat: no-repeat;
    background-size: 18px;
    /* margin-left: 1rem; */
}

.nav-item .nav-link .img-pembatalan-unit-mobile {
    color: #15539a !important;
    background-image: url("../icons/ic_blue_pembatalan_unit.png");
    background-repeat: no-repeat;
    background-size: 18px;
    /* margin-left: 1rem; */
}

.nav-item .nav-link.active .img-persetujuan-harga-mobile {
    color: #ffffff !important;
    background-image: url("../icons/ic_white_pembatalan_unit.png");
    background-repeat: no-repeat;
    background-size: 18px;
    /* margin-left: 1rem; */
}

.nav-item .nav-link .img-persetujuan-harga-mobile {
    color: #15539a !important;
    background-image: url("../icons/ic_blue_persetujuan_harga.png");
    background-repeat: no-repeat;
    background-size: 18px;
    /* margin-left: 1rem; */
}

.nav-item .nav-link.active .img-surat-pengambilan-dokumen-mobile {
    color: #ffffff !important;
    background-image: url("../icons/ic_white_spd.png");
    background-repeat: no-repeat;
    background-size: 18px;
    /* margin-left: 1rem; */
}

.nav-item .nav-link .img-surat-pengambilan-dokumen-mobile {
    color: #15539a !important;
    background-image: url("../icons/ic_blue_spd.png");
    background-repeat: no-repeat;
    background-size: 18px;
    /* margin-left: 1rem; */
}

.nav-item .nav-link.active .img-unit-mobile {
    color: #ffffff !important;
    background-image: url("../icons/ic_white_pengambilan_unit.png");
    background-repeat: no-repeat;
    background-size: 18px;
    /* margin-left: 1rem; */
}

.nav-item .nav-link .img-unit-mobile {
    color: #15539a !important;
    background-image: url("../icons/ic_blue_pengambilan_unit.png");
    background-repeat: no-repeat;
    background-size: 18px;
    /* margin-left: 1rem; */
}

.nav-item .nav-link.active .img-penawaran-mobile {
    color: #ffffff !important;
    background-image: url("../icons/ic_white_penawaran_harga.png");
    background-repeat: no-repeat;
    background-size: 18px;
    /* margin-left: 1rem; */
}

.nav-item .nav-link .img-penawaran-mobile {
    color: #15539a !important;
    background-image: url("../icons/ic_blue_penawaran_harga.png");
    background-repeat: no-repeat;
    background-size: 18px;
    /* margin-left: 1rem; */
}

.nav-item .nav-link.active .img-penawaran-mobile {
    color: #ffffff !important;
    background-image: url("../icons/ic_white_penawaran_harga.png");
    background-repeat: no-repeat;
    background-size: 18px;
    /* margin-left: 1rem; */
}

.nav-item .nav-link .img-penawaran-mobile {
    color: #15539a !important;
    background-image: url("../icons/ic_blue_penawaran_harga.png");
    background-repeat: no-repeat;
    background-size: 18px;
    /* margin-left: 1rem; */
}

.nav-item .nav-link.active .img-reparasi-mobile {
    color: #ffffff !important;
    background-image: url("../icons/ic_white_reparasi.png");
    background-repeat: no-repeat;
    background-size: 18px;
    /* margin-left: 1rem; */
}

.nav-item .nav-link .img-reparasi-mobile {
    color: #15539a !important;
    background-image: url("../icons/ic_blue_reparasi.png");
    background-repeat: no-repeat;
    background-size: 18px;
    /* margin-left: 1rem; */
}

.nav-item .nav-link.active .img-sales-mobile {
    color: #ffffff !important;
    background-image: url("../icons/ic_white_sales.png");
    background-repeat: no-repeat;
    background-size: 18px;
    /* margin-left: 1rem; */
}

.nav-item .nav-link .img-sales-mobile {
    color: #15539a !important;
    background-image: url("../icons/ic_blue_sales.png");
    background-repeat: no-repeat;
    background-size: 18px;
    /* margin-left: 1rem; */
}

.nav-item .nav-link.active .img-transaksi-mobile {
    color: #ffffff !important;
    background-image: url("../icons/ic_white_transaksi.png");
    background-repeat: no-repeat;
    background-size: 18px;
    /* margin-left: 1rem; */
}

.nav-item .nav-link .img-transaksi-mobile {
    color: #15539a !important;
    background-image: url("../icons/ic_blue_transaksi.png");
    background-repeat: no-repeat;
    background-size: 18px;
    /* margin-left: 1rem; */
}

.nav-item .nav-link.active .img-pembatalan-mobile {
    color: #ffffff !important;
    background-image: url("../icons/ic_white_pembatalan.png");
    background-repeat: no-repeat;
    background-size: 18px;
    /* margin-left: 1rem; */
}

.nav-item .nav-link .img-pembatalan-mobile {
    color: #15539a !important;
    background-image: url("../icons/ic_blue_pembatalan.png");
    background-repeat: no-repeat;
    background-size: 18px;
    /* margin-left: 1rem; */
}

.nav-item .nav-link.active .img-pengembalian-mobile {
    color: #ffffff !important;
    background-image: url("../icons/ic_white_pengembalian.png");
    background-repeat: no-repeat;
    background-size: 18px;
    /* margin-left: 1rem; */
}

.nav-item .nav-link .img-pengembalian-mobile {
    color: #15539a !important;
    background-image: url("../icons/ic_blue_pengembalian.png");
    background-repeat: no-repeat;
    background-size: 18px;
    /* margin-left: 1rem; */
}

.nav-item .nav-link .img-keluar-mobile {
    color: #15539a !important;
    background-image: url("../icons/ic_blue_power_off.png");
    background-repeat: no-repeat;
    background-size: 18px;
    /* margin-left: 1rem; */
}

.nav-item .nav-link .img-password-mobile {
    color: #15539a !important;
    background-image: url("../icons/ic_blue_lock.png");
    background-repeat: no-repeat;
    background-size: 18px;
    /* margin-left: 1rem; */
}

/*END SIDEBAR PAGE*/

/* DASHBOARD PAGE*/
.alokasi-kendaraan-progres-mobile .card {
    padding: 7rem 1rem 0rem !important;
}

.aging-stock-progres-mobile .card,
.status-pembelian-mobile .card,
.status-penjualan-mobile .card,
.status-revenue-transaction .card {
    padding: 2rem 1rem 0rem !important;
}

/*END DASHBOARD PAGE*/

/*PROGRESS BAR*/
.progressbar-mobile {
    height: auto;
    overflow-x: scroll;
}

.step-line-mobile {
    width: 35px;
    background-color: #dbdbdb;
    height: 8px;
    border-radius: 10px;
}

.last-step-mobile {
    margin-top: 1rem;
}

.step-line-mobile.active {
    background-color: #15539a;
}

.progress-step-mobile a,
.progress-step-mobile.active a {
    position: relative;
    z-index: 2;
    display: flex;
    width: max-content;
    align-items: self-end;
    text-decoration: none;
    margin-top: 1rem;
}

.progress-step-mobile a img,
.progress-step-mobile.active a img {
    /* transform: translateY(-100%); */
    /* margin-top: 15px; */
    transform: rotate(-80deg);
    margin-left: 33px;
    margin-top: -10px;
}

.progress-step-mobile a span {
    padding: 4px 8px;
    color: #4f4f4f;
    font-family: "Quicksand-SemiBold";
    font-size: 14px;
}

.progress-step-mobile.active a span {
    padding: 4px 8px;
    border-radius: 8px;
    color: #15539a;
    font-family: "Quicksand-SemiBold";
    font-size: 14px;
}

.progress-step-mobile a span.step-0,
.progress-step-mobile a span.step-2,
.progress-step-mobile a span.step-3,
.progress-step-mobile a span.step-5 {
    /* transform: translateX(-60%);
    margin-top: 1rem; */
    position: absolute;
    top: -640%;
    left: -74%;
    width: 300%;
}

.progress-step-mobile a span.step-1 {
    /* transform: translateX(-65%);
    margin-top: 1rem; */
    position: absolute;
    top: -468%;
    left: -22%;
    width: 200%;
}

.progress-step-mobile a span.step-4,
.progress-step-mobile a span.step-6,
.progress-step-mobile a span.step-7 {
    /* transform: translateX(-56%);
    margin-top: 1rem; */
    position: absolute;
    top: -634%;
    left: -72%;
    width: 300%;
}

/* .progress-step-mobile a span.step-2,
.progress-step-mobile a span.step-4,
.progress-step-mobile a span.step-6 {
    top: -636%;
} */

.progress-step-mobile a span.step-8 {
    /* transform: translateX(-55%);
    margin-top: 1rem; */
    position: absolute;
    top: -472%;
    left: -23%;
    width: 200%;
}

.progress-step-mobile a span.step-9 {
    /* transform: translateX(-56%);
    margin-top: 1rem; */
    position: absolute;
    top: -634%;
    left: -71%;
    width: 300%;
}

.progress-step-mobile a span.step-10 {
    /* transform: translateX(-53%);
    margin-top: 1rem; */
    position: absolute;
    top: -637%;
    left: -71%;
    width: 300%;
}

@media (max-width: 576px) {
    .progressbar-mobile {
        flex-direction: column;
        width: 100%;
        align-items: baseline;
        padding: 0px !important;
        overflow: unset;
    }

    .step {
        margin-top: 11%;
        transform: rotate(90deg);
        margin-left: 3%;
    }

    .progress-step-mobile a span {
        transform: rotate(-90deg);
    }
}

/*END PROGRESS BAR*/

/*DATATABLE*/
.filterMenu {
    display: none;
    position: fixed;
    z-index: 99;
    /*padding: 100px 20px 0;*/
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    /*animation: fadeIn 2s;*/
}

/*END DATATABLE*/

/*FOR ALL DEVICE < 768px*/
@media (max-width: 767.5px) {
    .dataTables_info {
        color: #15539a;
        font-family: "Quicksand-Regular";
        font-size: 12px;
    }

    .card-filter {
        bottom: -100%;
        position: relative;
    }

    #app {
        background-color: #f4f4f4;
    }

    /*LOGIN PAGE*/
    .login-section-mobile {
        background-color: #fff;
        /* padding: 7rem 3rem; */
    }

    .good-deals-logo img {
        max-width: -webkit-fill-available;
        width: 60%;
    }

    .form-signin-mobile {
        position: relative;
        background-color: unset;
    }

    .form-signin-mobile h1 {
        margin-top: 4rem;
        text-decoration: underline;
        text-decoration-color: #fdbd28;
        text-decoration-thickness: 2px;
    }

    .password-login-mobile > span {
        position: absolute;
        margin-top: -6%;
        right: 4%;
    }

    .login-button {
        font-size: 16px !important;
    }

    /*END LOGIN PAGE*/

    /*NAVBAR*/
    .navbar {
        height: 64px;
    }

    .top-navbar-mobile {
        /* position: relative; */
        background: #e4e9f7;
        top: 0;
        left: 0;
        /*width: calc(100% - 60px);*/
        transition: all 0.5s ease;
        z-index: 10;
        /* box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.08); */
    }

    /*END NAVBAR*/

    /*IOS*/
    .section-content {
        width: unset !important;
        left: 0 !important;
        padding: 0rem !important;
        top: 98px;
    }

    .top-section {
        background-color: transparent !important;
        /* padding-top: 2rem; */
    }

    .card-tak {
        border: 1px solid #f4f4f4;
        margin: 10px 13px 5px 13px !important;
    }

    .print-form-inspeksi {
        padding: 0px;
        width: 100%;
        /* margin: 6px 13px 5px 13px !important; */
    }

    .print-form-inspeksi a {
        font-size: 12px !important;
        font-family: "Quicksand-SemiBold";
    }

    .main-section {
        background-color: #fff;
    }

    .filterForm {
        width: 100%;
    }

    /*END IOS*/

    /*TOP CARD*/
    .top-card {
        padding-top: 1.5rem !important;
    }

    .icon-70 {
        width: 120px;
        height: 120px;
    }

    .modal-profile {
        margin: 1.5rem;
    }

    /*END TOP CARD*/

    .btn-all,
    .btn-submit-doc-masuk {
        width: 100%;
    }

    .dropdown-toggle::after {
        margin: auto 0 !important;
    }

    .box-card-spk {
        border-radius: unset !important;
    }

    .bg-tab {
        background-color: #fff !important;
    }

    .card-spd-confirm,
    .card-spd-onreview,
    .card-doc-masuk {
        border-radius: 0px !important;
    }

    .card-konfirmasi,
    .card-pengajuan {
        border-radius: 0px !important;
        background-color: #fff !important;
    }
}

@media (max-width: 600px) {
    /*LOGIN PAGE*/
    .login-section-mobile {
        background-color: #fff;
        /* padding: 6rem 3rem; */
    }

    .good-deals-logo img {
        max-width: -webkit-fill-available;
        width: 80%;
    }

    .password-login-mobile > span {
        position: absolute;
        margin-top: -7%;
        right: 4%;
    }

    .login-button {
        font-size: 14px !important;
    }

    /*END LOGIN PAGE*/

    /*SIDEBAR*/
    .ic-header-user {
        /* width: 24px;
        height: 24px; */
        width: 80px;
        height: auto;
    }

    .officer-profile {
        font-size: 16px !important;
    }

    .officer-position {
        font-size: 12px !important;
    }

    .ic-dealer-branch {
        width: 22px;
        height: 22px;
    }

    .dealer-branch {
        font-size: 14px !important;
        line-height: 1.5;
        white-space: break-spaces;
    }

    .nav-item .nav-link.active .img-dashboard-mobile,
    .nav-item .nav-link .img-dashboard-mobile,
    .nav-item .nav-link.active .img-unit-mobile,
    .nav-item .nav-link .img-unit-mobile,
    .nav-item .nav-link.active .img-penawaran-mobile,
    .nav-item .nav-link .img-penawaran-mobile,
    .nav-item .nav-link.active .img-reparasi-mobile,
    .nav-item .nav-link .img-reparasi-mobile,
    .nav-item .nav-link.active .img-sales-mobile,
    .nav-item .nav-link .img-sales-mobile,
    .nav-item .nav-link.active .img-transaksi-mobile,
    .nav-item .nav-link .img-transaksi-mobile,
    .nav-item .nav-link.active .img-pembatalan-mobile,
    .nav-item .nav-link .img-pembatalan-mobile,
    .nav-item .nav-link .img-keluar-mobile {
        background-size: 22px 22px;
    }

    .nav-dashboard-mobile,
    .nav-pu-mobile,
    .nav-penawaran-mobile,
    .nav-reparasi-mobile,
    .nav-sales-mobile,
    .nav-transaksi-mobile,
    .nav-pembatalan-mobile,
    .nav-keluar-mobile {
        font-family: "Quicksand-Regular";
        font-size: 14px !important;
        width: 100% !important;
    }

    /*END SIDEBAR*/

    /*TOP CARD*/
    .icon-70 {
        width: 100px;
        height: 100px;
    }

    /*END TOP CARD*/
}

@media (max-width: 576px) {
    /*LOGIN PAGE*/
    .password-login-mobile > span {
        position: absolute;
        margin-top: -8%;
        right: 4%;
    }

    .login-button {
        font-size: 14px !important;
    }

    /*END LOGIN PAGE*/
}

@media (max-width: 480px) {
    /*LOGIN PAGE*/
    .login-section-mobile {
        background-color: #fff;
        /* padding: 6rem 2rem; */
    }

    .good-deals-logo img {
        max-width: -webkit-fill-available;
        width: 80%;
    }

    .password-login-mobile > span {
        position: absolute;
        margin-top: -9%;
        right: 5%;
    }

    /*END LOGIN PAGE*/

    /*SIDEBAR*/

    .nav-item .nav-link.active .img-dashboard-mobile,
    .nav-item .nav-link .img-dashboard-mobile,
    .nav-item .nav-link.active .img-unit-mobile,
    .nav-item .nav-link .img-unit-mobile,
    .nav-item .nav-link.active .img-penawaran-mobile,
    .nav-item .nav-link .img-penawaran-mobile,
    .nav-item .nav-link.active .img-reparasi-mobile,
    .nav-item .nav-link .img-reparasi-mobile,
    .nav-item .nav-link.active .img-sales-mobile,
    .nav-item .nav-link .img-sales-mobile,
    .nav-item .nav-link.active .img-transaksi-mobile,
    .nav-item .nav-link .img-transaksi-mobile,
    .nav-item .nav-link.active .img-pembatalan-mobile,
    .nav-item .nav-link .img-pembatalan-mobile,
    .nav-item .nav-link .img-keluar-mobile {
        background-size: 18px 18px;
    }

    .nav-dashboard-mobile,
    .nav-pu-mobile,
    .nav-penawaran-mobile,
    .nav-reparasi-mobile,
    .nav-sales-mobile,
    .nav-transaksi-mobile,
    .nav-pembatalan-mobile,
    .nav-keluar-mobile {
        font-family: "Quicksand-Regular";
        font-size: 12px !important;
        width: 100% !important;
    }

    .form-select.select-dealer {
        width: 100% !important;
        padding: 6px !important;
        background-image: url("../icons/ic_blue_chevron_down.png");
        background-size: 18px 18px;
    }

    .select2-container .select2-selection--single .select2-selection__rendered {
        font-size: 14px;
        margin-top: 0px;
    }

    .select2-container {
        width: 100% !important;
        padding-right: 0;
    }

    #select-dealer {
        width: 100% !important;
        padding: 6px !important;
        background-size: 14px 14px;
        background-position: 95% 18px;
        min-height: none;
        display: flex;
        align-items: center;
    }

    .nav-item .nav-link {
        padding: 0px 16px;
    }

    /*END SIDEBAR*/

    .card-body {
        padding: 16px !important;
    }

    /* .top-section {
        padding-top: 1.5rem !important;
    } */
}

@media (max-width: 414px) {
    /*LOGIN PAGE*/
    .password-login-mobile > span {
        position: absolute;
        margin-top: -11%;
        right: 5%;
    }

    /*END LOGIN PAGE*/

    /*SIDEBAR*/
    .ic-header-user {
        width: 32px;
        height: 32px;
    }

    .officer-profile {
        font-size: 12px !important;
    }

    .officer-position {
        font-size: 10px !important;
    }

    .ic-dealer-branch {
        width: 16px;
        height: 16px;
    }

    .dealer-branch {
        font-size: 12px !important;
        line-height: 1.5;
        white-space: break-spaces;
    }

    /*END SIDEBAR*/
}

@media (max-width: 375px) {
    /*LOGIN PAGE*/
    .password-login-mobile > span {
        position: absolute;
        margin-top: -12%;
        right: 5%;
    }

    /*END LOGIN PAGE*/
}

/*END MOBILE VIEW*/

/* SPU LIST */
.button_status.active,
.button_status.active:focus {
    border-color: #15539a;
    background-color: #15539a;
    color: #ffffff;
}

.button_status,
.button_status:focus {
    background-color: #ffffff;
    color: #919191;
    border: 1px solid #919191;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}

/* PAGINATION */
.wrapper-pagination {
    justify-content: center;
    display: flex;
    gap: 10px;
}

.page-item {
    text-decoration: none !important;
}

.page-item-next,
.page-item-prev {
    /* background-image: url('../../../../public/assets/images/icon_arrow_right_grey.png'); */
    background-image: url("../images/icon_arrow_right_grey.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.page-item-prev {
    /* background-image: url('../../../../public/assets/images/icon_arrow_right_grey.png'); */
    background-image: url("../images/icon_arrow_left_grey.png");
}

.page-item-next:hover {
    background-image: url("../images/icon_arrow_right_white.png");
}

.page-item-prev:hover {
    background-image: url("../images/icon_arrow_left_white.png");
}

.pointer {
    cursor: pointer;
}

.right {
    float: right !important;
}

.left {
    float: left !important;
}
