body {
    font-family: 'Inter', sans-serif;
    color: #112A46;
    line-height: 1.3;
    /*overflow: hidden;*/
}
#confirm_page .bg-grey{
  background: #eaeaea;
}
.sidebar{overflow-x: auto;}
.sidebar-body{margin-top:25px;}

#dv21-special-top{display:block;}
.dv21-clearZindexTop{z-index:1100000 !important;}
.dv21-dfhide{display:none;}
.dv21-flax-inline{display: flex;}
.dv21-clearStyle{list-style: none;padding-left: 0px;}
#dv21-overlay-allbody {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0,0.30);
    z-index:1000000;
    -webkit-transition: all 0.15s ease-in-out 0.05s;
    -moz-transition: all 0.15s ease-in-out 0.05s;
    -ms-transition: all 0.15s ease-in-out 0.05s;
    -o-transition: all 0.15s ease-in-out 0.05s;
    transition: all 0.15s ease-in-out 0.05s;
}
#dv21-overlay-allbody.dv21-active {opacity: 1;visibility: visible !important;}
#dv21_loading {position: fixed;display: none;z-index: 10000001;}
/*

.dv21-open {display: block !important;background-image: url('../../assets/images/loading_2020-dtac.png');width: 103px;height: 103px;animation: steps(160) dv21-open 3s infinite;top: 25%;left: 50%;transform: translateX(-50%);}
@keyframes dv21-open {100% {background-position: -16480px;}}
*/

.dv21-open {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: block !important;
  margin:15px auto;
  position: relative;
  color: #3d97d9;
  top: 40%;left: 50%;
  box-sizing: border-box;
  animation: shadowRolling 2s linear infinite;
}

@keyframes shadowRolling {
  0% {
    box-shadow: 0px 0 rgba(42, 144, 231, 1), 0px 0 rgba(42, 144, 231, 1), 0px 0 rgba(42, 144, 231, 1), 0px 0 rgba(42, 144, 231, 1);
  }
  12% {
    box-shadow: 100px 0 cornflowerblue, 0px 0 rgba(42, 144, 231, 1), 0px 0 rgba(42, 144, 231, 1), 0px 0 rgba(42, 144, 231, 1);
  }
  25% {
    box-shadow: 110px 0 cornflowerblue, 100px 0 cornflowerblue, 0px 0 rgba(42, 144, 231, 1), 0px 0 rgba(42, 144, 231, 1);
  }
  36% {
    box-shadow: 120px 0 cornflowerblue, 110px 0 cornflowerblue, 100px 0 cornflowerblue, 0px 0 rgba(42, 144, 231, 1);
  }
  50% {
    box-shadow: 130px 0 cornflowerblue, 120px 0 cornflowerblue, 110px 0 cornflowerblue, 100px 0 cornflowerblue;
  }
  62% {
    box-shadow: 200px 0 rgba(42, 144, 231, 1), 130px 0 cornflowerblue, 120px 0 cornflowerblue, 110px 0 cornflowerblue;
  }
  75% {
    box-shadow: 200px 0 rgba(42, 144, 231, 1), 200px 0 rgba(42, 144, 231, 1), 130px 0 cornflowerblue, 120px 0 cornflowerblue;
  }
  87% {
    box-shadow: 200px 0 rgba(42, 144, 231, 1), 200px 0 rgba(42, 144, 231, 1), 200px 0 rgba(42, 144, 231, 1), 130px 0 cornflowerblue;
  }
  100% {
    box-shadow: 200px 0 rgba(42, 144, 231, 1), 200px 0 rgba(42, 144, 231, 1), 200px 0 rgba(42, 144, 231, 1), 200px 0 rgba(42, 144, 231, 1);
  }
}





.bg-grey {
    background: #CCC;
}
.bg-gradient {
    background: linear-gradient(163deg, #125398 -1.07%, #49238E 101.53%);
}
.c-gradient {
    background: linear-gradient(163deg, #125398 -1.07%, #49238E 101.53%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.error{
  border:1px solid #f7ebebba !important;
  background: #ff000017;
}

.bttn {
    padding: 15px 50px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    cursor: pointer;
    width: max-content;
    font-size: 20px;
    line-height: 1.3;
}
.bttn:disabled {
    cursor: default;
}

.btn-disable{
  opacity: 0.3;
  cursor: default;
}

.bttn:disabled.bttn-gradient {
    background: #BAB7CA;
}
.bttn:disabled.bttn-outline {
    opacity: 0.5;
}
.bttn-gradient {
    color: #fff;
    background: linear-gradient(163deg, #125398 -1.07%, #49238E 101.53%);
    border: 1px solid transparent;
}
.bttn-print {
    color: #fff;
    background: #138496;
    border: 1px solid transparent;
}
.bttn-print img {
    width:22px;
}


.bttn-outline {
    border: 1px solid #125398;
    background: #FFF;
}
.bttn-pdf {
    background: #C10000;
    color: #fff;
    font-size: 16px !important;
    font-weight: 700;
    border: none;
    padding: 13px 30px;
}
.bttn-excel {
    background: #006838;
    color: #fff;
    font-size: 16px !important;;
    font-weight: 700;
    border: none;
    padding: 13px 30px;
}
.fw-bold {
    font-weight: 700;
}
.txt-head {
    font-size: 20px;
    line-height: 1.3;
}

.sc-home {
    background: #E2EDFF;
    height: 100vh;
}
.home-desc {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.sc-home .-details {
    display: flex;
    column-gap: 80px;
    align-items: center;
    margin-top:-50px;
}
.sc-home .row-info {
    width: calc(70% - 20px);
}
.sc-home .txt-h1 {
    margin-bottom: 10px;
}
.sc-home .txt-subhead {
    font-size: 22px;
    margin-bottom: 30px;
}
.sc-home .txt-desc {
    font-size: 16px;
    margin-bottom: 25px;
}
.sc-home .row-img {
    width: calc(30% - 20px);
}

.txt-head{margin-top:-15px;}

.sc-checklist {
    height: 100vh;
    overflow: hidden;
}
.sc-checklist .wrap-inner {
    display: flex;
    height: 100%;
}
.sc-checklist .sidebar {

    width: 30%;
    height: 100vh;
    padding: 60px 50px 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.sc-checklist .sidebar .sidebar-head {
    color: #fff;
}
.sc-checklist .sidebar .list-menu {
    list-style: none;
    margin-bottom: 0;
    padding-inline-start: 0;
    display: flex;
    flex-direction: column;
    gap: 25px;
    font-size: 18px;
    font-weight: 700;
}
.sc-checklist .list-menu li {
    cursor: pointer;
    color: rgba(255, 255, 255, 0.50);
    cursor: default;
    pointer-events: none;
    line-height: 1.2;
    display: flex;
    align-items: center;
}
.sc-checklist .list-menu li.disable {
    color: rgba(255, 255, 255, 0.50);
    cursor: default;
    pointer-events: none;
}
.sc-checklist .list-menu li.active {
    color: #FCD770;
    pointer-events: none;
}
.sc-checklist .list-menu li.active::after {
  /*  content: ' ..';*/
}
.sc-checklist .list-menu li.complete {
    color: #fff;
    pointer-events: visible;
    cursor: pointer;
}
.sc-checklist .list-menu li.complete::before {
    content: url('../../assets/images/icon-check.svg');
    width: 20px;
    height: 20px;
    border-radius: 50px;
    background: #FFF;
    color: #49238E;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    margin-right: 10px;
}

.sc-checklist .sidebar .sidebar-footer {
    padding: 30px 0px 40px;
    color: #fff;
}
.sc-checklist .sidebar-footer .progress-desc {
    margin-bottom: 15px;
}
.sc-checklist .progress {
    height: 17px;
    border-radius: 30px;
}
.sc-checklist .progress .progress-bar {
    border-radius: 30px;
}
.sc-checklist .logo-box {
    margin-top: 60px;
    text-align: right;
}
.sc-checklist .logo-box .txt-logo {
    font-size: 36px;
    font-weight: 900;
    line-height: 1;
}

.sc-checklist .info-box {
    width: 70%;
    overflow-y: auto;
    padding: 50px 60px 100px 60px;
    background: #ECEEF3;
}

.choose-role-box {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.choose-role-box label {
    width: calc((100% / 2) - 15px);
    display: flex;
    margin-bottom: 0;
    cursor: pointer;
}

.choose-role-box .-item {
    background: #fff;
    border-radius: 10px;
    padding: 25px 50px;
    width: 100%;
    max-width: 640px;
    position: relative;
}

.role-check-input:checked + .-item {
    color: #fff;
    background: linear-gradient(163deg, #125398 -1.07%, #49238E 101.53%);
}

.role-check-input:checked + .-item .txt-desc {
    color: #fff;
}

.choose-role-box .-item::before {
    content: url('../../assets/images/check-radio.svg');
    width: 30px;
    height: 30px;
    position: absolute;
    right: 30px;
}
.role-check-input:checked + .-item::before {
    content: url('../../assets/images/check-radio-active.svg');
}

.choose-role-box input {
    display: none;
}
.choose-role-box .-item .img-role {
    margin-bottom: 25px;
}
.choose-role-box .-item .txt-title {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 700;
}
.choose-role-box .-item .txt-desc {
    color: #7D94AD;
    font-size: 14px;
    font-weight: 500;
}
.choose-role-head {
    margin-bottom: 30px;
}
.choose-role-head .title {
    font-size: 32px;
    font-weight: 700;
}
.choose-role-head .sub-title {
    font-size: 20px;
}
.row-control {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.navbar-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    gap: 20px;
}
.navbar-box .txt-topic {
    font-size: 32px;
    font-weight: 900;
}
.navbar-box .your-role {
    padding: 17px 20px;
    border-radius: 10px;
    background: #FFF;
    display: flex;
    column-gap: 20px;
    align-items: center;
    max-width: 290px;
    width: 100%;
}
.navbar-box .your-role .role-img img {
    width: 42px;
}
.navbar-box .your-role .role-desc {
    font-size: 14px;
    font-weight: 700;
}

.question-label{
  font-size: 22px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 15px;
}

.question-box {
    padding: 20px;
    border-radius: 10px;
    background: #FFF;
    margin-bottom: 20px;
}
.question-box:last-child {
    margin-bottom: 0;
}
.question-box .list-itm {
    margin-bottom: 25px;
    padding:15px;
    border: 1px solid #fff;
    border-radius: 10px;
}
.question-box .list-itm:last-child {
    margin-bottom: 0;
}
.question-box .list-itm .txt-question {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
}
.question-box .list-itm .txt-question-desc {
    font-size: 16px;
    line-height: 1.3;

}
.question-box .list-itm .mb-15 {
    margin-bottom: 15px;
}
.radio-input-box {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}
.radio-input-box input {
    display: none;
}
.radio-input-box .radio-btn {
    cursor: pointer;
    margin-bottom: 0;
}
.radio-input-box .radio-body {
    padding: 10px 20px;
    border-radius: 10px;
    border: 1px solid #CBD3F1;
    background: #FFF;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.radio-input-box .radio-body .check {
    width: 25px;
    height: 25px;
    background-image: url('../../assets/images/check-radio.svg');
    background-size: cover;
    background-repeat: no-repeat;
}
.radio-input:checked + .radio-body {
    color: #fff;
    background: linear-gradient(163deg, #125398 -1.07%, #49238E 101.53%);
}
.radio-input:checked + .radio-body .check {
    background-image: url('../../assets/images/check-radio-active.svg');
}

.row-note {
    padding-top: 20px;
}
.textarea-note {
    width: 100%;
    padding: 10px 17px;
    border-radius: 10px;
    border: 1px solid #CBD3F1;
    background: #FFF;
    outline:none;
}

textarea::placeholder {
    color: #DFDFDF;
    font-size: 14px;
    font-style: italic;
}
/* .radio-input-box .radio-body .check::before {
    content: url('../../assets/images/check-radio.svg');
} */

/* confirm */
.sc-confirm {
    background: #ECEEF3;
    height: 100%;
    min-height: 100vh;
    padding-bottom: 150px;
}
.sc-confirm .container {
    max-width: 1440px;
}
.sc-confirm .confirm-nav {
    background: linear-gradient(163deg, #125398 -1.07%, #49238E 101.53%);
    padding: 28px 0;
    color: #FFF;
}
.sc-confirm .confirm-nav .txt-nav {
    font-size: 36px;
    font-weight: 900;
}
.sc-confirm .confirm-body {
    background: #fff;
    padding: 60px 80px 80px 80px;
    margin-top: 60px;
    font-size: 14px;
}
.sc-confirm .confirm-body .bg-grey {
  font-size: 18px;
}

#confirm_page #txt_topic_preview{
  font-size: 32px;
    font-weight: 900;
    margin-bottom: 30px;
    margin-top: 50px;

}

.sc-confirm .confirm-body .head-box {
    margin-bottom: 35px;
}
.sc-confirm .confirm-body .txt-title {
    color: #323993;
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 20px;
}
.sc-confirm .txt-head {
    font-size: 16px;
}
.sc-confirm .confirm-body .head-box .txt-head {
    margin-bottom: 5px;
}
.sc-confirm .download-box {
    width: 100%;
    background: #fff;
    padding: 30px 0;
    filter: drop-shadow(0px 0px 7px rgba(0, 0, 0, 0.15));
    position: fixed;
    bottom: 0;
    left: 0;
}
.sc-confirm .download-box .wrap-inner {
    max-width: 1140px;
}
.sc-confirm .download-box .info {
    display: flex;
}

.sc-confirm .download-box .row-desc, .sc-confirm .download-box .row-btn {
    width: 50%;
}
.sc-confirm .download-box .row-desc .txt-head {
    margin-bottom: 10px;
}
.sc-confirm .download-box .row-desc .txt-desc {
    font-size: 14px;
    color: #727272;
}
.sc-confirm .download-box .row-btn {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: flex-end;
}


.row-table table {
    width: 100%;
}
.row-table table thead tr {
    background: #b5c7dd;
}
.row-table table,
.row-table th,
.row-table td {
    border: 1px solid black;
    border-collapse: collapse;
    padding: 20px 30px;
    vertical-align: top;
}
.row-table th:nth-child(1), .row-table td:nth-child(1) {
    width: 10%;
    text-align: center;
}
.row-table th:nth-child(2), .row-table td:nth-child(2) {
    width: 75%;
}
.row-table th:nth-child(3), .row-table td:nth-child(3) {
    width: 15%;
    text-align: center;
}
.row-table .topic {
    margin-bottom: 15px;
}
.navbar-mb {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}
.navbar-mb .top-nav {
    background: #412B90;
    padding: 25px 25px;
}
.navbar-mb .sub-nav {
    background: #3A2586;
    /* padding: 0px 25px; */
}
.navbar-mb .top-nav {
    display: flex;
    color: #fff;
    align-items: center;
}
.navbar-mb .top-nav .site-logo {
    width: 50%;
}
.navbar-mb .top-nav .site-logo .name {
    font-size: 32px;
    font-weight: 900;
}
.navbar-mb .top-nav .progress-box {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.navbar-mb .top-nav .progress-box .progress {
    width: 40%;
    height: 15px;
}
.navbar-mb .top-nav .progress-box .progress-desc {
    margin-bottom: 7px;
}

.select2 {
    width: 100%;
    min-height: 40px;
}
.select2-container--default .select2-selection--single {
    min-height: 40px;
    height: 100%;
    background-color: #3A2586;
    border: none;
    border-radius: 0px;
    color: #fff;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #fff;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 10px 25px;
    color: #FCD770;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
  height: 25px;
  width: 25px;
  background-image: url(../../assets/images/icon-caret.svg);
  background-repeat: no-repeat;
  margin: 0;
  left: 0;
  top: 0;
  background-position: center;
  transform: rotate(0deg);
  transition: all .35s ease-out;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: rotate(-180deg);
}
.select2-container .select2-selection--single .select2-selection__clear {
    display: none;
}
.select2-dropdown {
    border: none;
    background-color: #3A2586;
    border-radius: unset;
    padding-bottom: 15px;
}
.select2-results__option {
    padding: 8px 25px;
    color: #fff;
}
.select2-container--default .select2-results__option--selected {
    background-color: #3A2586;
    color: #FCD770;
}
.select2-container--default .select2-results__option--disabled {
    color: rgba(255, 255, 255, 0.50);
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #402c90;
    color: #FCD770;
}
.navbar-box .txt-topic-desc {
    display: none;
    font-size: 15px;
}

.sc-checklist .progress .progress-bar.start {
    width: 0% !important;
}
.sc-checklist .progress .progress-bar.end {
    background-color: #28a745 !important;
    width: 100% !important;
}

@media (min-width: 1600px) {
  .sc-checklist .sidebar {
      padding: 60px 35px 0;
      max-width: 25%;
  }
  .sc-checklist .info-box {
      width: 75%;
  }
}

@media (max-width: 1200px) {
    .sc-checklist .info-box {
        padding: 50px 60px;
    }
    .sc-checklist .sidebar {
        padding: 60px 35px 0;
    }
    .radio-input-box .radio-body {
        font-size: 16px;
    }
    .bttn {
        font-size: 18px;
        padding: 15px 30px;
    }
    .bttn img {
        width: 16px;
    }
}
@media (max-width: 1024px) {
    .sc-confirm .download-box {
        padding: 30px 10px;
    }
}
@media (max-width: 991px) {
    .sc-home {
        height: auto;
        min-height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .sc-home  .home-desc {
        padding: 60px 0 80px;
        text-align: center;
    }
    .sc-home .-details {
        flex-direction: column;
        column-gap: 0;
        row-gap: 50px;

    }
    .sc-home .row-info, .sc-home .row-img {
        width: 100%;
    }
    .sc-home .row-btn .bttn {
        margin: 0 auto;
    }
    .sc-home .row-img img {
        max-width: 400px;
        width: 100%;
    }
    .sc-home .txt-h1 {
        font-size: 64px;
    }
    .sc-home .txt-subhead {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .sc-home .txt-desc {
        font-size: 18px;
    }
    .sc-checklist {
        height: auto;
    }
    .sc-checklist .wrap-inner {
        flex-direction: column;
    }
    .sc-checklist .sidebar {
        display: none;
    }
    .sc-checklist .info-box {
        width: 100%;
        padding-top: 160px;
        padding-left: 25px;
        padding-right: 25px;
    }
    .radio-input-box {
        flex-wrap: wrap;
    }
    .radio-input-box .radio-body {
        font-size: 16px;
        padding: 10px 15px;
        column-gap: 10px;
    }
    .navbar-box .txt-topic {
        margin-bottom: 5px;
    }
    .navbar-box .txt-topic-desc {
        display: none;
    }
    .navbar-mb {
        display: block;
    }
    .sc-confirm .confirm-body {
        margin-top: 50px;
        padding: 60px;
    }
    .bttn {
        font-size: 18px;
        padding: 15px 20px;
    }
}
@media (max-width: 767px) {
    .bttn {
        font-size: 16px;
    }
    .sc-home .txt-h1 {
        font-size: 56px;
    }

    .sc-home .txt-subhead {
        font-size: 20px;
    }

    .sc-home .txt-desc {
        font-size: 16px;
    }
    .sc-home .row-img img {
        max-width: 350px;
    }
    .sc-confirm .confirm-body {
        padding: 50px;
    }
    .sc-confirm .download-box {
        padding: 20px 10px;
    }
}

@media (max-width: 575px) {
    .sc-home .txt-h1 {
        font-size: 40px;
    }
    .sc-home .txt-subhead {
        font-size: 20px;
    }
    .sc-home .row-img img {
        max-width: 300px;
    }
    .navbar-box {
        flex-direction: column-reverse;
        align-items: normal;
        gap: 15px;
    }
    .navbar-box .role-box {
        display: flex;
        justify-content: flex-end;
    }
    .navbar-box .your-role {
      max-width: initial;
    }
    .choose-role-box label {
        width: 100%;
    }
    .choose-role-box .-item {
        padding: 25px 35px;
    }
    .sc-confirm .confirm-body {
        padding: 35px 20px;
        margin-top: 30px;
    }
    .row-table table,
    .row-table th,
    .row-table td {
        padding: 15px;
    }
    .sc-confirm {
        padding-bottom: 210px;
    }
    .sc-confirm .download-box {
        padding: 20px;
    }
    .sc-confirm .download-box .info {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    .sc-confirm .download-box .row-desc,
    .sc-confirm .download-box .row-btn {
        width: 100%;
    }
    .sc-confirm .download-box .row-btn {
        justify-content: center;
    }
    .navbar-box .txt-topic {
        font-size: 28px;
    }
    .navbar-mb .top-nav .site-logo .name {
        font-size: 26px;
    }
    .question-box .list-itm .txt-question {
        font-size: 17px;
    }
    .question-box .list-itm .txt-question {
        font-size: 16px;
    }
    .navbar-mb .top-nav .progress-box .progress {
        max-width: 130px;
        width: 75%;
    }
}

@media print and (color) {
  * {
      -webkit-print-color-adjust: exact;
      print-color-adjust: exact;
   }
    @page {
        size: A4;
    }
    .sc-confirm{background:none;}
    .pagebreak { page-break-before: always; }
    #confirm_page .head-topic{display: none}
    #confirm_page .row-control{display: none}
    .sc-confirm .confirm-body{padding: 5px 50px 50px 50px;  margin-top:10px;}
    .sc-confirm {
        padding-bottom: 0;
    }
    #confirm_page .bg-grey{
      background: #ddd;
    }
    .sc-confirm .container {
        padding: 0;
        margin: 0;
    }
    .confirm-nav {
        display: none;
    }
    .confirm-body {
        margin-top: 0;
        padding: 0 5px!important;
    }
    .download-box {
        display: none;
    }
}
