[v-cloak] {
    display: none;
}

[v-cloak]::before {
    content: "loading...";
}

.banner-checkbia-landing {
    background-image: url("../img/bg-car-ins.png");
    padding-top: 55px;
    background-position: center top;
    /* height: 640px; */
}

.txt-sub-title-step {
    line-height: 60px;
    color: #373737;
    margin-bottom: 40px;
}

.txt-sub-head-title-prakun-template {
    margin-top: 56px;
}

.box-table-car-ins {
    margin-top: 40px;
}

.table.table-car-ins thead tr th {
    vertical-align: middle;
    text-align: center;
    padding: 21.5px 5px;
}

.table.table-car-ins thead tr:nth-child(1) th {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #ffffff;
    background: #03256c;
    border: 1px solid #ffffff;
}

.table.table-car-ins thead tr:nth-child(1) th:nth-child(1) {
    width: 45%;
}

.table.table-car-ins thead tr:nth-child(2) th {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #ffffff;
    background: #2541b2;
    border: 1px solid #ffffff;
    width: 13.75%;
}

.table.table-car-ins tbody tr td {
    padding: 21.5px 5px;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #c4c4c4;
    background: #ffffff;
}

.table.table-car-ins tbody tr td:nth-child(1) {
    text-align: left;
    padding-left: 76px;
}

.table.table-car-ins tbody tr td.bg-gray {
    background: #dee3f3;
    padding-left: 32px;
    font-weight: 500;
}

.table.table-car-ins tbody tr td.bg-gray img {
    margin-right: 14px;
}

.table.table-car-ins tbody tr td.bg-gray:nth-child(1) {
    border-right: 0;
}

.table.table-car-ins tbody tr td.bg-gray:nth-child(2) {
    border-left: 0;
}

.text-note-in-bottom-table .txt-title {
    font-size: 25px;
    line-height: 37px;
    color: #373737;
    margin-bottom: 20px;
}

.text-note-in-bottom-table .txt-detail {
    font-size: 17px;
    line-height: 25px;
    color: #373737;
    margin-bottom: 40px;
}

.border_danger {
    border: 1px solid red !important;
}

.border_success {
    border: 1px solid #20c997 !important;
}

.border_normal {
    border: 1px solid #ced4da !important;
}

.card {
    border: 1px solid #c4c4c4 !important;
    box-sizing: border-box !important;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15) !important;
    border-radius: 10px 10px 10px 10px !important;
}

.wp_index_covid b {
    font-weight: 400 !important;
}

.text-main {
    color: #03256c !important;
}

.wp_index_covid * {
    font-family: "Kanit", sans-serif !important;
}

.bt-calender-box-checkbia-question {
    padding: 0 11px;
    border-radius: 0 .25rem .25rem 0;
    border: 1px solid #03256C;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

/* 01. padding */
.p-quest-l-12px {
    padding-left: 12px;
}

/* 02. start text */
.h-quest-1 {
    font-weight: 500;
    font-size: 17px;
    color: #03256C;
}

.h-quest-2 {
    font-weight: 500;
    font-size: 17px;
    color: #2541B2;
}

.h-quest-3 {
    font-weight: 400;
    font-size: 16px;
    color: #2541B2;
}

/* end text */

/* 03. Border */
.border-break-quest {
    width: 3px;
    height: 40px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.21);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* 04. color */
.card-stripped-primary:nth-child(even) {
    background-color: #F2F5F6;
}

.card-stripped-primary:nth-child(odd) {
    background-color: #FFFFFF;
}

/* custom */
.f-gray {
    color: #7D7D7D !important;
}

.f-weight-300 {
    font-weight: 300;
}

.card-stripped-primary {
    padding: 24px 5px 25px;
}

label.checkbox-prakun-template {
    margin-bottom: 0px;
}

.checkbox-prakun-template {
    font-weight: 300;
}

.padding-box-accept {
    padding: 20px 5px 30px;
}

.custom-radio.custom-prakun-template {
    margin-right: 0;
}

label.txt-title-question.f-gray {
    margin-top: 10px;
}

.card.custom-question .card-body .custom-control-label.h6 {
    line-height: 28px;
}

.h1.txt-head-title-question {
    margin-top: 40px;
}


.fade-enter-active,
.fade-leave-active {
    transition: opacity .25s ease;
}

.fade-enter,
.fade-leave-to {
    opacity: 0;
}

#deleteSign,
#btnClearSign {
    color: var(--main02) !important;
}

.sign-pad {
    touch-action: none;
    user-select: none;
}

.question-gap {
    column-gap: 30px;
    row-gap: 10px;
}

.question-layout-gap {
    gap: 30px;
}

@media (min-width: 768px) {
    .col-md-6.col-md-6-question {
        max-width: calc(50% - 15px);
    }
}

@media (max-width: 1200px) {
    .txt-sub-title-step {
        line-height: 42px;
    }
}


@media (max-width: 767px) {
    .box-table-car-ins {
        position: relative;
        overflow: auto;
        border: 1px solid #dee2e6;
        white-space: nowrap;
        margin-bottom: 30px;
        margin-top: 20px;
    }

    .table.table-car-ins {
        min-width: 700px;
        margin-bottom: 0;
    }

    .table.table-car-ins .sticky-col {
        position: -webkit-sticky;
        position: sticky;
    }

    .table.table-car-ins .first-col {
        left: 0;
    }

    .box-table-car-ins::-webkit-scrollbar {
        height: 0px;
    }

    /* Track */
    .box-table-car-ins::-webkit-scrollbar-track {
        background: #ffffff;
    }

    /* Handle */
    .box-table-car-ins::-webkit-scrollbar-thumb {
        background: #ffffff;
    }

    /* Handle on hover */
    .box-table-car-ins::-webkit-scrollbar-thumb:hover {
        background: #ffffff;
    }

    .question-layout-gap {
        gap: 20px;
    }

}

@media (max-width: 575px) {}

@media (max-width: 500px) {
    .txt-sub-title-step {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .table.table-car-ins {
        min-width: 581px;
    }

    .txt-sub-head-title-prakun-template {
        margin-top: 40px;
    }

    .text-note-in-bottom-table .txt-title {
        font-size: 16px;
        line-height: 24px;
        color: #373737;
        margin-bottom: 8px;
    }

    .text-note-in-bottom-table .txt-detail {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 15px;
    }
}

@media (max-width: 424px) {
    .table.table-car-ins {
        min-width: 425px;
    }

    .table.table-car-ins tbody tr td {
        font-size: 16px;
    }

    .table.table-car-ins tbody tr td:nth-child(1) {
        text-align: left;
        padding-left: 61px;
    }

    .table.table-car-ins tbody tr td.bg-gray {
        background: #dee3f3;
        padding-left: 15px;
    }
}

@media (max-width: 374px) {
    .txt-sub-title-step {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .h1.txt-head-title-question {
        font-size: 30px;
        line-height: 39px;
        margin-top: 13px;
    }

    .card.custom-question .card-body {
        padding: 20px 20px 40px 20px;
    }

    .card.custom-question .card-body .txt-title-question {
        font-size: 15px;
        line-height: 22px;
    }

    .card.custom-question .card-body .custom-control-label.h6 {
        font-size: 15px;
    }

    /* .card.custom-question .card-body.for-kid {
        padding-bottom: 0;
    } */
    .card.custom-question .card-body .box-form-input-txt {
        padding: 0px 20px 35px;
    }
}

@media (max-width: 500px) {
    .col-6-for-500 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 425px) {
    .h1.txt-head-title-question {
        font-size: 25px;
        line-height: 33px;
    }

    label {
        padding-top: 0;
    }

    .col-12-for-425 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}