.font-grade {
    font-family: "Atomic Age", cursive;
}

.font10 {
    font-size: 10px;
}

.font12 {
    font-size: 12px;
}

.font14 {
    font-size: 14px;
}

.font16 {
    font-size: 16px;
}

.font20 {
    font-size: 20px;
}

.font24 {
    font-size: 24px;
}

.font36 {
    font-size: 36px;
}

.ic-10 {
    width: 10px;
}

.ic-14 {
    height: 14px;
}

.ic-18 {
    height: 18px;
}

.ic-20 {
    height: 20px;
}

.ic-24 {
    height: 24px;
}

.ic-40 {
    width: 40px;
}

.ic-50 {
    width: 50px;
}

.ic-60 {
    width: 60px;
}

.ic-80 {
    width: 80px;
}

.weight {
    font-weight: 400;
}

.weight400 {
    font-weight: 400;
}

.weight600 {
    font-weight: 600;
}

.weight700 {
    font-weight: 700;
}

.flex-gap5 {
    gap: 5px !important;
}

.flex-gap10 {
    gap: 10px !important;
}

.flex-gap15 {
    gap: 15px !important;
}

.flex-gap20 {
    gap: 20px !important;
}

.flex-gap40 {
    gap: 40px !important;
}

.pr-20 {
    padding-right: 20px;
}

.pr-70 {
    padding-right: 70px;
}

.lh-17 {
    line-height: 17px;
}

.color-dark {
    color: #0a2240;
}

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

.color-white {
    color: #ffffff;
}

.color-gray {
    color: gray;
}

.rotate {
    transform: rotate(180deg);
}

.w-100 {
    width: 100%;
}

.w-90 {
    width: 90%;
}

.w-85 {
    width: 85%;
}

.w-80 {
    width: 80%;
}

.w-70 {
    width: 70%;
}

.w-50 {
    width: 50%;
}

.w-30 {
    width: 30%;
}

.w-20 {
    width: 20%;
}

.w-15 {
    width: 15%;
}

.w-10 {
    width: 10%;
}

.txt-right {
    text-align: right;
    padding-right: 50px;
}

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

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

.p-10 {
    padding: 10px;
}

.p-12 {
    padding: 12px;
}

.p-24 {
    padding: 24px;
}

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

.ml-5 {
    margin-left: -5px;
}

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

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

.bg-softyellow {
    background-color: #fff8e3 !important;
}

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

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

.bl-br-2-gray {
    border-left: 2px solid #f2f2f2;
    border-right: 2px solid #f2f2f2;
}

.border-top-right-radius-8 {
    border-top-right-radius: 8px;
}

.border-top-left-radius-8 {
    border-top-left-radius: 8px;
}

.border-bottom-right-radius-8 {
    border-bottom-right-radius: 8px;
}

.border-bottom-left-radius-8 {
    border-bottom-left-radius: 8px;
}

.card-bank {
    border: 1px solid black;
    padding: 16px 50px;
    border-radius: 8px;
    width: 335px;
}

.btn-detail-foto {
    position: absolute;
    right: 50px;
    bottom: 15px;
    border: 0px;
    background: rgba(28, 39, 76, 0.5);
    border-radius: 4px;
    padding: 12px 16px;
}

.mouse-disabled {
    pointer-events: none;
    opacity: 0.4;
}

.btn-detail-foto-small {
    position: absolute;
    /* right: 50px; */
    bottom: 10px;
    border: 0px;
    background: rgba(28, 39, 76, 0.5);
    border-radius: 4px;
    /* padding: 12px 16px; */
    left: 30px;
}

.btn-detail-foto-addon {
    position: absolute;
    /* right: 0px; */
    bottom: 5px;
    border: 0px;
    background: rgba(28, 39, 76, 0.5);
    border-radius: 4px;
    /* padding: 12px 16px; */
    left: 50px;
}

.btn-detail-foto-addon-p {
    position: absolute;
    /* right: 0px; */
    bottom: 35%;
    border: 0px;
    background: rgba(28, 39, 76, 0.5);
    border-radius: 4px;
    /* padding: 12px 16px; */
    left: 40%;
}

.img-card-result {
    margin-left: -40px;
    width: 50px;
    height: 40px;
}

.badge {
    padding: 8px;
    border-radius: 4px;
}

span#procent_summary,
span#procent_interior,
span#procent_exterior,
span#procent_machine,
span#procent_tire {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 10px;
    transform: translate(-50%, -50%);
    color: #1c274c;
}

span#procent_summary::after,
span#procent_interior::after,
span#procent_exterior::after,
span#procent_machine::after,
span#procent_tire::after {
    content: "%";
}

.canvas-wrap {
    position: relative;
    width: 50px;
    height: 50px;
}

.vector-1 {
    width: 336px;
    margin-top: -45px;
}

.vector-2 {
    top: 17%;
    position: absolute;
    right: 0px;
    width: 75px;
}

.table th,
.table td {
    padding: 10px !important;
}

.line {
    border: 0.2px solid #c4c4c4 !important;
    width: 100%;
    margin: 15px 0px;
}

.pl-60 {
    /* padding-left: 40px; */
    padding: 0px 50px;
}

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

.txt-underline {
    text-decoration: underline;
}

.card-detail {
    background-color: whitesmoke;
    margin-left: 148px;
    padding: 20px 0px 20px 30px;
    border-radius: 10px;
}

.pay-detail {
    background-color: whitesmoke;
    padding: 20px 0px 20px 20px;
    border-radius: 10px;
}

.space-left {
    /* margin-left: -5px; */
    padding-left: 15px;
}

.wrapper-card {
    width: 150px;
    margin-left: 57px;
}

.col-rp {
    padding: 0px;
    padding-right: 3px;
}

.col-num {
    padding: 0px;
    padding-right: 30px;
}

@media print {
    body {
        -webkit-print-color-adjust: exact !important;
    }

    .card-detail {
        background-color: whitesmoke !important;
        margin-left: 120px !important;
        padding: 20px 0px 20px 30px !important;
        border-radius: 10px !important;
    }

    .space-left {
        /* margin-left: -5px; */
        padding-left: 15px !important;
    }

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

    span#procent_summary,
    span#procent_interior,
    span#procent_exterior,
    span#procent_machine,
    span#procent_tire {
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        font-size: 10px;
        transform: translate(-50%, -50%);
        color: #1c274c;
    }

    span#procent_summary::after,
    span#procent_interior::after,
    span#procent_exterior::after,
    span#procent_machine::after,
    span#procent_tire::after {
        content: "%";
    }

    .canvas-wrap {
        position: relative;
        width: 50px;
        height: 50px;
    }

    .ic_arrow,
    .ic-18 {
        display: none !important;
    }

    .content-header-title,
    .btn-primary,
    .card-header {
        display: none;
    }

    #resultInspection {
        margin-top: -80px !important;
    }
}
