:root {
    --primary: #03256C;
    --danger: #03256C;
    --warning: #03256C;
}

p,
label {
    margin-bottom: 0;
    padding-top: 0;
}

.form-check-input {
    margin-top: 0.45rem;
}

.bg-white {
    background-color: #fff !important;
}


/* backgroup */

.bg-gray {
    background-color: #F2F5F6;
}

.bg-gray-light {
    background-color: rgba(3, 37, 108, 0.3);
}

.bg-gray-dark {
    background-color: rgba(3, 37, 108, 0.5);
}

.bg-blue-dark {
    background-color: #03256C;
}

.bg-blue-light {
    background-color: #2541B2;
}

.bg-box-checkbox {
    background-color: #03256C40 !important;
}

.box-plan-pakun {
    padding-top: 50px;
    margin-bottom: 30px;
}

.anc-text-blue {
    color: #03256C !important;
}

.anc-text-blue-light {
    color: #03256C !important;
}

.box-border {
    width: 100%;
    background: #FFFFFF;
    border: 2px solid #03256C;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 30px 40px;
}

span.title {
    color: #03256C;
    font-style: normal;
    font-weight: normal;
    font-size: 50px;
    line-height: 75px;
}

.btn-buy {
    width: 100% !important;
    max-width: 180px !important;
    height: 48px !important;
    background-color: #ED3C53 !important;
    font-size: 18px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-top: 30px;
    cursor: pointer;
}

.btn-continue {
    width: 100%;
    max-width: 290px;
    background: #03256C;
    border-radius: 5px;
    font-weight: normal;
    font-size: 19px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
    padding-top: 8px;
    padding-bottom: 9px;
    margin-top: 19.74px;
}

.radio-container {
    display: block;
    position: relative;
    /* margin-bottom: 20px; */
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 0;
    margin-top: 9px;
    background-color: #c4c4c421;
    height: 103px;
    border: 1px solid #cccccc;
    border-radius: 10px;
}


/* Hide the browser's default radio button */

.radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.text-red {
    color: #F31C38;
}


/* Create a custom radio button */

.radio-checkmark {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #C4C4C4;
}


/* On mouse-over, add a grey background color */

.radio-container:hover input~.radio-checkmark {
    background-color: #C4C4C4;
}


/* When the radio button is checked, add a blue background */

.radio-container input:checked~.radio-checkmark {
    background-color: #03256C;
    border: 1px solid #03256C;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.radio-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the indicator (dot/circle) when checked */

.radio-container input:checked~.radio-checkmark:after {
    display: block;
}


/* Style the indicator (dot/circle) */

.radio-container .radio-checkmark:after {
    right: 32.5%;
    top: 6.5%;
    width: 6px;
    height: 13px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.anc-border {
    border: 2px solid #03256C !important;
}


/* Size Font */

.f-20 {
    font-size: 20px !important;
}

.f-30 {
    font-size: 40px !important;
}

.f-40 {
    font-size: 40px !important;
}

.icon-anc {
    width: 60px;
    height: 60px;
    display: inline-block;
}

.text-through {
    text-decoration: line-through;
}

.icon-motorcycle {
    background-image: url('../img/icons/motorcycle.png');
    background-repeat: no-repeat;
    background-size: 60px;
}

.icon-motorcycle-blue {
    background-image: url('../img/icons/motorcycle-hover.png');
    background-repeat: no-repeat;
    background-size: 60px;
}

.icon-sedan {
    background-image: url('../img/icons/sedan.png');
    background-repeat: no-repeat;
    background-size: 60px;
}

.icon-sedan-blue {
    background-image: url('../img/icons/sedan-hover.png');
    background-repeat: no-repeat;
    background-size: 60px;
}

.icon-pickup {
    background-image: url('../img/icons/pickup.png');
    background-repeat: no-repeat;
    background-size: 60px;
}

.icon-pickup-blue {
    background-image: url('../img/icons/pickup-hover.png');
    background-repeat: no-repeat;
    background-size: 60px;
}

.icon-van {
    background-image: url('../img/icons/van.png');
    background-repeat: no-repeat;
    background-size: 60px;
}

.icon-van-blue {
    background-image: url('../img/icons/van-hover.png');
    background-repeat: no-repeat;
    background-size: 60px;
}

.png-slide {
    display: none;
    margin-bottom: 15px;
}


/* table */

.table-compare th {
    background-color: var(--main01);
    font-size: 17px;
    font-weight: 400;
    border-bottom-width: 1px !important;
}

.bg-white {
    background-color: white;
}

.table-compare .first-col {
    width: 150px !important;
    min-width: 150px !important;
    left: 0;
}

.table-compare .second-col {
    width: 145px !important;
    min-width: 145px !important;
    left: 122px;
    background-color: var(--main01);
    color: var(--white);
    font-size: 17px;
}

.table-compare .second-col-split {
    left: 212px;
    background-color: var(--main01);
    color: var(--white);
    font-size: 17px;

}

.table-compare tbody tr .highlight {
    background-color: var(--main01);
}

.grid-second-col {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.table.table-compare td,
.table.table-compare th {
    padding: 0.75rem 5px;
    vertical-align: middle;
}

.btn-wtf-color {
    background-color: #ED3C53;
}


@media (max-width: 991px) {
    .wrapper_covid {
        position: relative;
        overflow: auto;
        border: 1px solid #dee2e6;
        /* white-space: nowrap; */
    }

    .wrapper_covid::-webkit-scrollbar {
        height: 0px;
    }

    /* Track */
    .wrapper_covid::-webkit-scrollbar-track {
        background: #ffffff;
    }

    /* Handle */
    .wrapper_covid::-webkit-scrollbar-thumb {
        background: #ffffff;
    }

    /* Handle on hover */
    .wrapper_covid::-webkit-scrollbar-thumb:hover {
        background: #ffffff;
    }

    .table-compare .sticky-col {
        position: -webkit-sticky;
        position: sticky;
    }

    .table.table-compare th {
        width: 145px;
        min-width: 145px;
    }

    .table.table-compare th:nth-child(4) {
        width: 200px;
        min-width: 200px;
    }

    .table-compare .first-col {
        width: 90px !important;
        min-width: 90px !important;
        left: 0;
    }

    .table-compare .second-col {
        width: 90px !important;
        min-width: 90px !important;
        left: 91px;
    }

    .png-slide {
        display: block;
        margin-bottom: 15px;
    }

    .png-slide {
        display: block;
        content: url(../imgs/slide-img.png);
    }
}


/* end table */

table.table-compare div.bt-brochure {
    padding: 5px 8px;
    border: 1px solid #2541B2;
    border-radius: 8px;
    max-width: 82px;
    margin: 16px auto 0;
    line-height: 20px;
}

table.table-compare i {
    height: 14px;
    vertical-align: middle;
}

table.table-compare div.bt-brochure span {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #2541B2;
}

table.table-compare .btn.btn-danger {
    background-color: #ED3C53;
}

.txt-price>p {
    font-size: 25px;
}

.txt-price>p span {
    font-size: 17px;
}

.fs-nm {
    font-size: 16px;
}

.btn-purchase {
    border-radius: 8px;
    width: 110px;
    font-size: 16px;
    line-height: 21.92px;
    font-weight: 400;
    height: 30px;

}

#checkbiaModal .close {
    opacity: 1;
    position: absolute;
    right: 16px;
    top: 16px;
    z-index: 200;
}

#checkbiaModal .modal-dialog {
    max-width: 650px;
}

#checkbiaModal .modal-body {
    padding: 56px;
}

#checkbiaModal .modal-content {
    border-radius: 10px;
    border: none;
    box-shadow: 0px 4px 16px 0px #00000026;
}


/* Hight */
.hi-45 {
    height: 45px !important;
}

.hi-50 {
    height: 50px !important;
}

.hi-55 {
    height: 55px !important;
}

.hi-49 {
    height: 49px !important;
}

@media screen and (max-width: 600px) {
    #checkbiaModal .modal-body {
        padding: 48px 24px;
    }

    .hi-55 {
        height: 50px !important;
    }

}


@media (max-width: 374px) {
    table.table-compare div.bt-brochure {
        padding: 0;
        margin: 10px 1px 0;
        line-height: 30px;
    }
}