/* ------ default ------ */
* {
    margin: 0px;
    padding: 0px;
    outline: none !important;
}

a,
a:focus,
a:hover {
    color: inherit;
    text-decoration: none;
}

body {
    width: 100%;
    background: #fff;
    position: relative;
    display: inline-block;
    color: #000;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 400;
    font-family: 'DBHelvethaicaX', sans-serif;
    max-width: 500px;
    margin: 0 auto;
    display: block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

.font-primary {
    color: #006536;
}
.font-white {
    color: #ffffff;
}
.font-black {
    color: #000000;
}
.font-pink {
    color: #F69DA6;
}
.font-blue {
    color: #1D48E4;
}

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

.btn{
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    font-family: 'DBHelvethaicaX', sans-serif;
    background: #006536 !important;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    outline: none !important;
    border: 1px solid #006536 !important;
    padding: 9.5px 15px;
    box-shadow: none !important;
}
.btn-default {
    color: #006536 !important;
    border-color: #006536 !important;
    background: #fff !important;
}
.btn-primary {
    color: #fff !important;
    border-color: #006536 !important;
    background: #006536 !important;
}
.btn-white {
    color: #000 !important;
    border-color: #fff !important;
    background: #fff !important;
}
.btn-white-outline {
    color: #fff !important;
    border-color: #fff !important;
    background: transparent !important;
}
.btn-pink {
    color: #fff !important;
    border-color: #F69DA6 !important;
    background: #F69DA6 !important;
}
.btn-action {
    color: #006536 !important;
    border-color: transparent !important;
    background: transparent !important;
    text-decoration: underline;
}
.btn-minwidth {
    width: 250px;
    max-width: 100%;
}

.no-padding {
    padding: 0px;
}
.no-padding-top {
    padding-top: 0px;
}
.no-padding-bottom {
    padding-bottom: 0px;
}
.no-padding-left {
    padding-left: 0px;
}
.no-padding-right {
    padding-right: 0px;
}

.no-margin {
    margin: 0px !important;
}
.no-margin-top {
    margin-top: 0px;
}
.no-margin-bottom {
    margin-bottom: 0px;
}
.no-margin-left {
    margin-left: 0px;
}
.no-margin-right {
    margin-right: 0px;
}

.bg {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden !important;
}

/* ------ loading ------ */
#loading {
    text-align: center;
    padding-top: 42vh;
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    letter-spacing: 1px;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
}
#loading .icon {
    border: 10px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    border-top: 10px solid rgba(255, 255, 255, 0.8);
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: 0 auto 20px;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* ------ custom ------ */
#wrapper{
    width: 100%;
    position: relative;
    overflow-x: hidden
}
section {
    position: relative;
    padding: 25px 0px;
}
.container {
    max-width: 100%;
}

.cover {
    background: url('../images/cover-bg.png') no-repeat center center;
    background-size: cover;
    text-align: center;
    color: #fff;
    padding: 35px 15px;
}
.cover h2 {
    font-size: 26px;
    line-height: 30px;
}
.cover.style-2 {
    padding-bottom: 75px;
    padding-top: 45px;
    background-image: url('../images/cover-bg2.png');
}

h1, h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
}
h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
}
h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
}

.title {
    text-align: center;
    position: relative;
    padding: 8px 0px;
    margin-bottom: 20px;
}
.title:after {
    content: '';
    left: 0px;
    right: 0px;
    width: 49.87px;
    height: 3.76px;
    bottom: 0px;
    margin: 0 auto;
    position: absolute;
    background: #F69DA6;
    border-radius: 0px 0px 20px 20px;
}
.title > * {
    margin: 0px;
}

.form-apply {
    width: 100%;
    background: #006536;
    box-shadow: 0px 4px 10px rgba(0, 101, 54, 0.28);
    border-radius: 5px;
    padding: 32px 30px 40px;
    color: #fff;
}
.form-apply label {
    font-weight: 700;
    font-size: 20px;
    line-height: 12px;
    letter-spacing: -0.011em;
    margin-bottom: 10px;
}
.form-apply .form-control {
    background: #064025;
    border-radius: 5px;
    padding: 12px 15px 6px;
    height: auto;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    box-sizing: border-box;
    box-shadow: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.form-apply .form-control::placeholder {
    overflow: visible;
    color: #589B7C;
}
.form-apply .btn-white {
    margin-top: 10px;
    display: inline-block;
}

.or {
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.011em;
    color: #48A677;
    position: relative;
    margin: 25px 0px 15px;
    display: inline-block;
    width: 100%;
}
.or span {
    position: relative;
    padding: 10px;
    background: #fff;
    z-index: 1;
}
.or:after {
    content: '';
    position: absolute;
    top: 8px;
    left: 0px;
    width: 100%;
    border-top: 1px solid #298D5B;
}

.form-group {
    margin-bottom: 20px;
}
.form-group .form-control {
    box-shadow: none !important;
    outline: none !important;
    border: 0px;
}

.box-list {
    width: 100%;
    position: relative;
}
.box-list .item {
    background: #FFFFFF;
    border: 1px solid #B4D9C8;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    font-size: 20px;
    line-height: 9px;
    letter-spacing: -0.011em;
    color: #006536;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
}
.box-list h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 19px;
    letter-spacing: -0.011em;
    color: #006536;
    margin: 10px 0px 8px;
}
.box-list .item:last-child {
    margin-bottom: 0px;
}
.box-list .btn {
    float: right;
    font-weight: 400;
    padding-right: 0px;
}
.box-list .inner {
    display: flex;
    gap: 10px;
    align-items: center;
}

.heading {
    padding: 5px 0px;
    border-bottom: 1px solid #F69DA6;
}
.heading * {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.011em;
    color: #000000;
    margin: 0px;
}

.download-list {
    width: 100%;
    position: relative;
}
.download-list .item {
    background: #FFFFFF;
    border-bottom: 1px solid #F0F0F0;
    font-size: 20px;
    line-height: 9px;
    letter-spacing: -0.011em;
    color: #006536;
    display: flex;
    justify-content: space-between;
    padding: 15px 0px;
}
.download-list h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 9px;
    letter-spacing: -0.011em;
    color: #006536;
}
.download-list .btn {
    float: right;
    font-weight: 400;
    min-width: 140px;
    background: #006536 !important;
    color: #fff !important;
    justify-content: center;
    align-items: center;
}
.download-list .btn span {
    padding-top: 5px;
}
.download-list .inner {
    display: flex;
    gap: 10px;
    align-items: center;
}

header {
    position: sticky;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1000;
    height: 50px;
    border-bottom: 1px solid #eee;
}
header .navbar {
    margin: 0px;
    border: 0px;
    background: #fff;
    border-radius: 0px;
}
header .navbar-brand {
    padding: 7.5px 15px;
    height: auto;
}
header .navbar-brand img {
    height: 100%;
    width: autos;
}
header .navbar-toggle {
    display: block !important;
    position: absolute;
    right: 0px;
    top: 0px;
    border: 0px !important;
    background: transparent !important;
}
header .navbar-toggle .icon-bar {
    width: 26px;
    height: 2px;
    border-radius: 1px;
}
header .navbar-toggle .icon-bar {
    background-color: #006536 !important;
}
header .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 5px;
}
header #menu {
    position: absolute;
    top: 0px;
    right: -100%;
    width: 80%;
    height: 100vh !important;
    background: #fff;
    padding: 0px 30px 50px;
    overflow-y: auto;
    transition: .3s ease 0s;
    opacity: 0;
}
header #menu.in {
    right: 0px;
    opacity: 1;
    z-index: 5;
}
header #menu li {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #E7E7E7;
}
header #menu li a {
    padding-left: 0px;
    padding-right: 0px;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    color: #000000;
    padding-top: 24px;
}
header #menu li.li-regis-login {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}
header #menu li.li-regis-login a, header #menu li.li-regis-login span {
    color: #006536 !important;
    font-weight: 700;
}
header #menu .btn-close {
    float: right;
    margin: 10px -5px;
}
header .dropdown-user {
    position: absolute;
    top: 0px;
    right: 70px;
}
header .dropdown-user .dropdown-toggle {
    border: 0px !important;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    background: transparent !important;
    font-size: 24px;
    line-height: 24px;
}
header .dropdown-user .dropdown-toggle > span {
    font-size: 15px;
}
header .dropdown-user .dropdown-menu {
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 0px;
}
header .dropdown-user .dropdown-menu li a {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    padding: 8px 15px;
}
header .overlay-menu {
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: 2;
    left: 0px;
    top: 0px;
    display: none;
}
header #menu.in + .overlay-menu {
    display: block;
}

.ul-no {
    padding-left: 30px;
    list-style: decimal;
}

.select {
    width: 100%;
    position: relative;
    display: inline-block;
    border-bottom: 1px solid #006536;
    background: transparent;
}
.select select {
    border: 0px;
    width: 100%;
    box-shadow: none;
    display: inline-block;
    overflow: visible;
    -webkit-appearance: none;
    background: transparent;
}
.select > span {
    top: 50%;
    right: 0px;
    margin-top: -12px;
    font-size: 16px;
    position: absolute;
}
.select.style2 {
    border: 1px solid #D0D0D0;
    border-radius: 5px;
    font-weight: 400;
    font-size: 20px;
    line-height: 12px;
    letter-spacing: -0.011em;
}
.select.style2 select {
    padding: 13px 15px 8px;
    border: 0px solid #D0D0D0 !important;
    font-size: 20px;
    line-height: 24px;
}
.select.style2 > span {
    right: 8px;
    margin-top: -10px;
}

.form-control {
    border: 1px solid #D0D0D0 !important;
    border-radius: 5px;
    padding: 12px 15px 6px;
    height: auto;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #000;
    box-sizing: border-box;
    box-shadow: none !important;
    -webkit-appearance: none;
}
.form-control::placeholder {
    overflow: visible;
    color: #ccc;
}

.form-group > label {
    width: 100%;
    margin-bottom: 0px;
}

.form-calc > label {
    font-weight: 700;
    font-size: 20px;
    line-height: 12px;
    letter-spacing: -0.011em;
    color: #006536;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    margin-left: 0px;
}

.radio-box {
    width: 100%;
    position: relative;
    display: inline-block;
}
.radio-box .radio input {
    display: none;
}
.radio-box .radio input:checked + label {
    color: #006536 !important;
    /* font-weight: 700; */
    border: 1px solid #006536;
}
.radio-box .radio label {
    border: 1px solid #D0D0D0;
    border-radius: 5px;
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: -0.011em;
    color: #7E7E7E;
    padding: 10px 10px 2px;
    width: 100%;
    background: none !important;
}
.radio-box .radio {
    float: left;
    width: calc(33.33% - 10px);
    margin: 10px 0px 0px;
    margin-right: 10px;
}

.input-unit {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #006536;
    display: flex;
    align-items: center;
}
.input-unit .form-control {
    padding: 0px;
    font-size: 20px;
    line-height: 24px;
    height: auto;
    padding-top: 5px;
    border: 0px !important;
}
.input-unit.has-border {
    border: 1px solid #D0D0D0 !important;
    border-radius: 5px;
    padding: 6.5px 15px;
}
.input-unit.has-border > span {
    color: #7E7E7E;
}

.calc-card {
    width: 100%;
    position: relative;
    padding: 40px 25px 20px;
    border-radius: 5px;
    color: #ffffff;
    background: linear-gradient(308.52deg, #006536 1.38%, #008179 96.63%);
    margin: 40px 0px;
}
.calc-card h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 12px;
    color: #FFFFFF;
    margin: 0px 0px 25px;
}
.calc-card .form-group {
    margin-bottom: 5px;
}

.number-unit {
    width: 100%;
    margin-top: 5px;
    display: inline-flex;
    justify-content: space-between;
}
.number-unit .no {
    font-weight: 700;
    font-size: 40px;
    line-height: 12px;
    letter-spacing: -0.011em;
    color: #F69DA6;
}
.number-unit .unit {
    font-size: 24px;
    line-height: 28px;
}

.range-box {
    padding: 10px 0px;
}
.range-box input {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 10px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}
.range-box input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 22px;
    height: 22px;
    background: #F69DA6;
    cursor: pointer;
    border-radius: 50%;
    margin-top: -10px;
    border: 3px solid #FEF5F6;
}
.range-box input::-webkit-slider-runnable-track {
    width: 100%;
    height: 3px;
    background: #006536;
    border-radius: 2px;
    position: relative;
}

.range-result {
    font-size: 24px;
    line-height: 12px;
    letter-spacing: -0.011em;
    margin-bottom: 20px;
}
.range-result span {
    font-weight: 700;
    font-size: 24px;
    line-height: 12px;
    color: #F69DA6;
    margin-right: 10px;
}

.range-number {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 8px 4px;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.011em;
    color: #ADADAD;
}
.range-number span {
    padding: 0px 2px;
}

.modal-header {
    padding: 12px 12px 0px;
    border: 0px;
}
.modal-header .close {
    color: #009975;
    opacity: 1;
    font-size: 40px;
    margin: 0px;
    line-height: 25px;
}
.modal-body {
    padding-top: 0px;
    font-size: 19px;
    line-height: 24px;
    padding: 0px 20px 30px;
}
.modal-backdrop.in {
    opacity: .75;
}
.modal-dialog {
    width: 400px;
    max-width: 100%;
    margin: 20px auto;
}
.modal-dialog ul {
    padding-left: 15px;
    list-style: none;
}
.modal-dialog ul li {
    position: relative;
    padding-left: 10px;
}
.modal-dialog ul li:before {
    content: '•';
    position: absolute;
    left: -5px;
    top: 0px;
    font-size: 18px;
    line-height: 24px;
}

.regis-box {
    color: #fff !important;
    background: #F69DA6 !important;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    font-weight: 700;
    font-size: 24px;
    line-height: 12px;
    letter-spacing: -0.011em;
    position: relative;
    height: 85px;
    padding-left: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.regis-box img {
    position: absolute;
    left: 35px;
    top: 5px;
    height: calc(100% - 5px);
    width: auto;
}

.form-regis {
    width: 100%;
    position: relative;
    margin-bottom: 40px;
}
.form-regis .control {
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-top: -45px;
    padding: 25px;
    width: calc(100% - 40px);
    margin-left: 20px;
    position: relative;
    min-height: 350px;
}

.radio-inline {
    display: flex;
    flex-wrap: wrap;
    gap: 0px 35px;
    padding-left: 0px;
}
.radio-inline .radio {
    margin: 10px 0px 0px;
}
.radio label {
    padding-left: 30px;
    background: url('../images/radio.png') no-repeat top left;
    background-size: 22px 22px;
    padding-top: 3px;
}
.radio input {
    display: none;
}
.radio input:checked + label {
    background-image: url('../images/radio-active.png');
    color: #006536;
}

.checkbox label {
    padding-left: 30px;
    background: url('../images/checkbox.png') no-repeat top left;
    background-size: 22px 22px;
    padding-top: 3px;
}
.checkbox input {
    display: none;
}
.checkbox input:checked + label {
    background-image: url('../images/checkbox-active.png');
}

.form-btn {
    text-align: center;
    padding: 0px 0px 60px;
}
.form-btn .btn {
    padding-left: 30px;
    padding-right: 30px;
    min-width: 250px;
}
.form-regis .form-btn {
    padding: 20px 0px;
}

.required {
    color: red;
    font-size: 18px;
    line-height: 24px;
    margin-top: 3px;
    display: none;
    width: 100%;
    text-align: right;
}

.text-mask {
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    color: #7E7E7E;
    margin-top: 10px;
}

.method-regis {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 25px 0px;
}
.method-regis .item {
    flex: 1;
    background: #FFFFFF;
    border: 1px solid #589B7C;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 12px;
    color: #000000;
    padding: 15px 5px;
}
.method-regis img {
    width: 65px;
    height: 65px;
    margin-bottom: 10px;
    object-fit: contain;
    object-position: center;
}

.input-otp {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 20px auto 0px;
    width: 320px;
    max-width: 100%;
}
.input-otp .form-control {
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    color: #006536;
    padding: 10px 5px;
}
.input-otp .form-control:focus {
    border-color: #006536 !important;
}

.success-box {
    text-align: center;
    padding: 20px 0px;
}
.success-box img {
    margin-bottom: 10px;
}
.success-box .btn-box {
    margin-top: 35px;
}
.success-box .btn-box .btn {
    margin-bottom: 10px;
    width: 270px;
    max-width: 100%;
}

.step-box {
    width: 100%;
    position: relative;
}
.step-box .head {
    width: 100%;
    position: relative;
    display: flex;
    gap: 5px;
    margin-bottom: 10px;
}
.step-box .head .item {
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    color: #000000;
    position: relative;
    padding: 12px 0px;
    flex: 1;
}
.step-box .head .item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    background: #D9D9D9;
    border-radius: 3px;
    top: 0px;
    left: 0px;
}
.step-box .head .item.active:before {
    background: linear-gradient(90deg, #F69DA6 0%, #F15642 100%);
}
.step-box .body > .item:not(.active) {
    display: none;
}

.panel {
    border: 0px;
}
.panel .panel-heading {
    color: #fff;
    background: #008179 url('../images/mask.png') no-repeat right top;
    border-radius: 5px 5px 0px 0px;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    color: #FFFFFF;
}
.panel .panel-body {
    padding: 15px 20px 20px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}
.panel .panel-body .form-control {
    border: 1px solid #D0D0D0;
    border-radius: 5px;
}
.panel .panel-body .select {
    border: 0px;
}
.panel .panel-body .select > span {
    right: 10px;
    margin-top: -10px;
}
.panel .form-group {
    margin-bottom: 15px;
}

.btn-edit {
    color: #000 !important;
    padding: 0px;
}
.btn-edit-project {
    color: #fff !important;
    padding: 0px;
    background: transparent !important;
    float: right;
    display: flex;
    gap: 10px;
}

.input-date {
    width: 100%;
    display: inline-block;
    position: relative;
}
.input-date > img {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 26px;
    height: 26px;
    background: #fff;
}
.input-date > input[type="date"] {
    padding: 6px 15px 0px;
    position: relative;
    z-index: 2;
    background: transparent !important;
}

.datepicker .table-condensed {
    font-size: 18px;
    line-height: 22px;
}

/* input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
} */

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
}

input[readonly], .form-control[readonly] {
    color: #7E7E7E;
}

.select2-container {
    padding: 0px;
    background: none;
}
.select2-container .select2-arrow {
    display: none !important;
}
.select2-container .select2-choice {
    border: 0px;
    padding: 12px 15px 6px;
    height: auto;
    box-shadow: none;
    outline: none;
    background: none;
}

.btn-form {
    text-align: center;
    padding: 20px 0px 50px;
}
.btn-form .btn {
    margin-bottom: 10px;
    min-width: 270px;
    max-width: 100%;
}
.btn-icon {
    display: flex;
    gap: 5px;
    align-items: center;
    background: #fff !important;
    padding: 0px;
    font-weight: 700;
    font-size: 20px;
    line-height: 12px;
    color: #006536 !important;
    border: 0px !important;
}

.radio-list {
    padding-left: 25px;
}

.upload-file {
    width: 100%;
    position: relative;
}
.upload-file .empty {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    background: #E6F3ED;
    border: 2px dashed #006536;
    border-radius: 5px;
    padding: 10px;
}
.upload-file .empty > input {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}
.upload-file .empty > .text {
    padding: 10px 0px;
    font-weight: 300;
}
.upload-file .empty > .text p {
    margin: 0px;
}
.upload-file .empty > .text img {
    width: 35px;
    margin-bottom: 5px;
}
.upload-file .preview {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 10px 0px;
    /* display: none; */
}
.upload-file .preview .img {
    display: inline-block;
    position: relative;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
    width: 80px;
    height: 80px;
}
.upload-file .preview .img > span {
    position: absolute;
    right: -8px;
    top: -8px;
    cursor: pointer;
}
.upload-file .preview .img > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.upload-file .preview .file {
    width: 100%;
    position: relative;
}
.upload-file .preview .file .inner {
    background: #EEF7F9;
    border-radius: 5px;
    font-weight: 700;
    font-size: 20px;
    line-height: 12px;
    color: #338A9D;
    padding: 8px 20px 8px 8px;
    display: flex;
    gap: 10px;
    align-items: center;
}
.upload-file .preview .file .icon-remove {
    position: absolute;
    right: 8px;
    top: 8px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.upload-file .preview .file .icon-file {
    width: 24px;
    height: 24px;
    object-fit: contain;
    object-position: center;
}

.btn-back {
    margin-bottom: 15px;
}

.doc-pass {
    text-align: right;
}
.doc-pass .input-doc-pass {
    display: none;
    margin-top: 5px;
}
.doc-pass input:checked ~ .input-doc-pass {
    display: block;
}

.send-postcode {
    padding-left: 30px;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
}

.doc-link {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-decoration-line: underline !important;
    color: #2AB392;
    margin: 0px;
}

.thankyou-box {
    text-align: center;
    padding: 30px 0px;
    min-height: 60vh;
    width: 350px;
    max-width: 100%;
    margin: 0 auto;
}
.thankyou-box h3 {
    margin: 20px 0px;
}
.thankyou-box p {
    text-align: left;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}
.thankyou-box .text-center {
    text-align: center;
}

.project-box {
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 20px 20px;
    margin-top: 15px;
}
.project-box label {
    font-weight: 400;
    margin: 0px;
}
.project-box h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    color: #000000;
    margin: 0px;
    margin-top: -5px;
}
.project-box .btn-box {
    padding: 30px 0px 0px;
}

.project-check ul {
    padding-left: 40px;
    list-style: auto;
}

.no-min-height {
    min-height: auto;
}

.input-period {
    width: 50px !important;
    background: #fff !important;
    -moz-appearance: textfield;
    padding: 15px 15px 8px;
}
.input-period::-webkit-outer-spin-button,
.input-period::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.input-period-box {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: end;
    margin-top: -10px;
}
.card-box {
    background: #E1EBE6;
    border-radius: 5px;
    padding: 25px;
}
.card-box h3 {
    margin: 0px;
}
.card-box h3 .btn-edit {
    background: transparent !important;
}

.contact-list {
    width: 100%;
    position: relative;
    column-count: 2;
    margin-top: 15px;
}
.contact-list .item {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
}
.contact-list .item label {
    margin: 0px;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
}
.contact-list .item p {
    margin: 0px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    margin-top: -10px;
}

#modal-confirm .form-group {
    margin: 0px 0px 10px;
    font-size: 20px;
}
#modal-confirm .form-group > label {
    color: #006536;
}

.mask-help {
    font-weight: 400;
    font-size: 20px;
    line-height: 12px;
    color: #737373;
    margin-top: 15px;
    margin-bottom: 0px;
}

.font-20 {
    font-size: 20px !important;
}

.btn-check .btn {
    margin-top: 10px;
    min-width: 270px;
}

.input-detail {
    width: 100%;
    position: relative;
    display: none;
}
.input-detail .download-list .btn {
    background: #fff !important;
    color: #006536 !important;
    padding: 0px;
    width: auto;
    min-width: initial;
}
.input-detail .download-list .item {
    padding: 0px;
    border: 0px;
}
.input-detail hr {
    margin: 10px 0px;
}

.radio input:checked  .input-detail {
    display: block;
}

.ex {
    font-weight: 400;
    font-size: 20px;
    line-height: 12px;
    color: #006536;
    margin-left: 10px;
}

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