.red {
  color: #d23e42;
  font-weight: bold;
}
#send_otp {
  width: 140px;
  border-left: 1px solid #ecf0f1;
  position: absolute;
  bottom: 17px;
  right: 0px;
  text-align: center;
  height: 46px;
  line-height: 46px;
  font-family: "sarabun";
  font-size: 1rem;
  color: #999999;
  z-index: 3;
}
#send_otp.act {
  color: #333333;
}
#send_otp.disable {
  pointer-events: none;
  color: #999999;
}
.form-edit-resume {
  padding-bottom: 40px;
}
.button-btn {
  height: 60px;
  padding: 10px 0px;
  background: #fff;
  left: 0px;
  bottom: 0px;
}
.flex {
  display: flex;
}
.sup-topic {
  font-size: 1.6em;
  font-family: "sarabun";
  color: rgba(51, 51, 51, 0.8);
  margin-bottom: 15px;
}
.button-btn .button {
  background: #fff;
  border: 2px solid var(--blue);
  left: 0px;
  transform: translateX(0px);
}
.button-btn.flex .button {
  margin: 0px 12px;
}
.button-btn .button a {
  color: var(--blue);
}
.button-btn .button.bold {
  background: var(--blue);
  border: none;
}
.list-frm-group .frm-group {
  padding-top: 16px;
  padding-bottom: 4px;
  margin-top: 4px;
  font-family: "sarabun";
  overflow: hidden;
}
.list-frm-group .frm-group .frm-control {
  position: relative;
  float: left;
  width: 100%;
  font-size: 1.6em;
  height: 48px;
  background: #fff;
  font-family: "sarabun";
  border: 1px solid #ecf0f1;
  border-radius: 4px;
  outline: none;
  -webkit-appearance: none;
  color: var(--main-txt);
  padding-left: 15px;
}
.list-frm-group.flex {
  width: calc(100% + 14px);
  margin-left: -7px;
  display: flex;
}
.list-frm-group.flex .frm-group {
  margin-left: 7px;
  margin-right: 7px;
}

.list-frm-group .frm-group textarea.frm-control {
  height: 80px;
  resize: none;
  padding-top: 12px;
}
.list-frm-group.inp-foreign {
  display: none;
}
.list-frm-group .frm-group.checkbox {
  margin-bottom: 0px;
}
.list-frm-group .frm-group.disable .frm-control {
  background: #f1f1f1;
  pointer-events: none;
}
.list-frm-group .frm-group.disable .top-frm {
  background: #f1f1f1;
}
.list-frm-group .frm-group.slc-tag {
  padding-top: 25px;
}
.list-frm-group .frm-group.radio.flex .type-box .text-detail {
  font-size: 1.2em;
}
.list-frm-group .frm-group.point .frm-control {
  padding-right: 45px;
}
.list-frm-group .frm-group.point span {
  position: absolute;
  right: 10px;
  font-size: 1.6em;
  color: #cccccc;
  font-family: "sarabun";
  line-height: 48px;
  pointer-events: none;
}
.list-frm-group .frm-group.date .frm-control {
  padding-right: 36px;
}
.list-frm-group .frm-group.date .fa-calendar-alt {
  position: absolute;
  font-size: 22px;
  color: #999999;
  top: 28px;
  right: 12px;
}
#menu-foot ul li:first-child + li + li a {
  color: #3355bb;
}
#wrap-content {
  background: #f9f9f9;
}
#wrap-content .box-topic {
  margin-top: 30px;
  margin-bottom: 10px;
}
#wrap-content .box-topic .box-progress {
  width: 80px;
}
#wrap-content .box-topic .box-progress * {
  box-sizing: content-box;
}
/* #wrap-content .box-topic .progress-circle {
    background-color: #EEEEEE;
    border-radius: 50%;
    display: inline-block;
    height: 80px;
    position: relative;
    width: 80px;
}
#wrap-content .box-topic .progress-circle:before {
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    content: '4/4';
    display: flex;
    font-size: 1.6em;
    justify-content: center;
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
}
#wrap-content .box-topic .progress-circle:after {
    background-color: #3E9B36;
    border-radius: 50%;
    content: '';
    display: inline-block;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(90deg, #3E9B36 50%, transparent 50%, transparent), linear-gradient(270deg, #3E9B36 50%, #EEEEEE 50%, #EEEEEE);
    } */

#wrap-content .box-topic .box-txt {
  width: calc(100% - 80px);
  padding-left: 16px;
  padding-top: 10px;
}
#wrap-content .box-topic .box-txt .head-topic {
  color: var(--purple);
  font-size: 2em;
  font-family: "prompt-m";
}
#wrap-content .box-topic .box-txt .head-topic h1 {
  color: var(--purple);
  font-weight: 100;
}
#wrap-content .box-topic .box-txt .sub-topic {
  color: #36373f;
  font-size: 1.6em;
  margin-top: 8px;
}
#wrap-content .box-form .condition {
  font-size: 1.2em;
  color: var(--sub-txt);
  font-family: sarabun;
  margin-top: 40px;
  text-align: center;
  padding: 0px 20px;
}
#wrap-content .box-form .condition span {
  font-weight: bold;
  color: #1a3485;
}
.button-btn button {
  margin-top: 10px;
}
.list-frm-group .top-frm {
  top: 30px;
}

/* select2 */
#wrap-content .select2-container--default .select2-selection--multiple {
  border: 1px solid #ecf0f1;
  min-height: 40px;
  font-size: 16px;
  font-family: sarabun;
  color: #575966;
  padding: 1.5px !important;
}
#wrap-content
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #f1f1f1;
  border: none;
  line-height: 30px;
  height: 30px;
  padding: 0 12px !important;
  border-radius: 50px;
  margin: 1.5px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 9px);
}
#wrap-content
  .select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: 2px solid #1a3485;
}
#wrap-content
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-right: 0;
  margin-left: 5px;
  float: right;
}
#wrap-content
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #cccccc;
}

.list-frm-group .frm-group #country.frm-control {
  padding: 2.5px;
  min-height: 48px;
  height: auto;
}
.list-frm-group .frm-group #country.frm-control:hover {
  border: 2px solid #1a3485;
}
.list-frm-group .frm-group #country.frm-control ul li {
  background: #f1f1f1;
  width: fit-content;
  max-width: calc(100% - 9px);
  line-height: 30px;
  margin: 2.5px;
  border-radius: 50px;
  padding: 0 12px;
  color: #575966;
  float: left;
}
.list-frm-group .frm-group #country.frm-control ul li span {
  color: #cccccc;
  font-weight: bold;
}

.list-frm-group .frm-group .frm-control:focus {
  padding-left: 14px;
}
.list-frm-group .frm-group .group-tags {
  font-size: 1.4em;
  padding: 5px 2.5px;
  min-height: 48px;
  height: auto;
  background: #fff;
  font-family: "sarabun";
  border: 1px solid #ecf0f1;
  border-radius: 4px;
  outline: none;
}
.list-frm-group .frm-group .group-tags .data-tag {
  position: relative;
  float: left;
  width: auto;
  height: 30px;
  line-height: 30px;
  background: #f1f1f1;
  border-radius: 15px;
  font-family: "sarabun";
  text-align: center;
  padding-left: 12px;
  padding-right: 36px;
  margin: 2.5px;
}
.list-frm-group .frm-group .group-tags .data-tag .del-tag {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  right: 6px;
  color: #cccccc;
}
.lightbox-slc {
  position: fixed;
  top: 20px;
  background: #fff;
  z-index: 7;
  height: calc(100% - 40px);
  width: calc(100% - 30px);
  padding: 15px;
  border-radius: 4px;
  display: none;
}
.lightbox-slc .close-lightbox {
  color: #cccccc;
  font-size: 15px;
  position: absolute;
  right: 15px;
  z-index: 1;
  width: 15px;
  height: 15px;
}
.lightbox-slc .topic-slc {
  margin-bottom: 20px;
  font-size: 1.6em;
  font-family: tahoma;
  font-weight: bold;
}
.lightbox-slc .topic-slc.province,
.lightbox-slc .topic-slc.aumphur {
  display: none;
}
.lightbox-slc[slc-list="province"] .topic-slc.province {
  display: block;
}
.lightbox-slc[slc-list="aumphur"] .topic-slc.aumphur {
  display: block;
}
.lightbox-slc .topic-slc span {
  color: var(--sub-txt);
  font-size: 14px;
  font-weight: normal;
}
.lightbox-slc input[type*="radio"],
.lightbox-slc input[type*="checkbox"] {
  width: 0px;
  height: 0px;
  position: absolute;
  visibility: hidden;
}
.lightbox-slc.active .box-position {
  display: block;
}
.lightbox-slc .box-province {
  height: auto;
  max-height: calc(100% - 100px);
  overflow: hidden;
  overflow-y: scroll;
}
.lightbox-slc .box-province .list-radio {
  margin: 2.5px 0px;
}
.lightbox-slc .list-radio .checkmark {
  border-radius: 4px;
  padding-left: 13px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #ecf0f1;
}
.lightbox-slc .list-radio .checkmark p {
  font-family: "sarabun";
  font-size: 1.4em;
  color: var(--main-txt);
}
.lightbox-slc .list-radio .checkmark .edit-prov {
  position: absolute;
  right: 5px;
  width: 30px;
  height: 100%;
  line-height: 36px;
  font-size: 18px;
  color: #cccccc;
  text-align: center;
  z-index: 2;
  display: none;
}
.lightbox-slc .box-aumphur {
  max-height: calc(100% - 40px);
}
.lightbox-slc .box-aumphur .list-radio .checkmark {
  height: 30px;
  line-height: 28px;
}
.lightbox-slc.active .box-position {
  display: block;
}
.lightbox-slc .line {
  position: absolute;
  height: calc(100% - 30px);
  left: 14.5px;
  top: 15px;
  width: 1px;
  border-left: 1px solid #e9e9f0;
}
.lightbox-slc .list-radio.radio-txt {
  width: calc(100% - 30px);
  margin: 2.5px 0;
  margin-left: 30px;
}
.lightbox-slc .list-radio.radio-txt .dotted {
  width: 15px;
  height: 15px;
  border: 1px solid #e7e8f0;
  background: #fff;
  border-radius: 50%;
  top: 8.5px;
  position: absolute;
  left: -24.5px;
}
.lightbox-slc .fa-map-marker-alt {
  color: #ffcc66;
  margin-right: 5px;
}
.lightbox-slc .button-btn {
  background: transparent;
  bottom: 20px;
}
.lightbox-slc .button-btn button {
  margin-top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 308px;
}
.lightbox-slc .list-radio input:checked + .checkmark .dotted {
  background: #1a3485;
  border: 1px solid #1a3485;
}
.lightbox-slc.active .box-province .list-radio input:checked + .checkmark {
  border: 2px solid #1a3485;
  line-height: 36px;
  padding-left: 12px;
}
.lightbox-slc .list-radio input:checked + .checkmark p {
  color: #1a3485;
}
.lightbox-slc.active .box-aumphur .list-radio input:checked + .checkmark {
  border: 2px solid #1a3485;
  line-height: 26px;
  padding-left: 12px;
}
.lightbox-slc .box-aumphur .list-radio input:checked + .checkmark p {
  color: #333333;
}
.lightbox-slc[slc-list="aumphur"] .list-radio .checkmark .edit-prov {
  display: block;
}

.lightbox-slc[slc-list="province"] .box-aumphur {
  display: none;
}

.lightbox-slc[slc-list="aumphur"] .box-province .btn-province {
  display: none;
}
.lightbox-slc[slc-list="aumphur"] .box-province .list-radio:not(.act) {
  display: none;
}
.list-frm-group .frm-group.radio.skill {
  padding-top: 0px;
}

.list-frm-group .frm-group.radio.skill .type-box {
  width: calc(33.3333% - 20px);
  margin: 0px;
  margin-top: 7px;
}
.list-frm-group .frm-group.radio.skill .type-box .radio-detail {
  border-radius: 0px;
}
.list-frm-group .frm-group.radio.skill .top-skill {
  height: 48px;
  line-height: 50px;
  width: 60px;
  text-align: center;
  margin-top: 7px;
  color: rgba(51, 51, 51, 0.8);
  font-size: 1.6em;
  font-family: "sarabun";
}
#edit-lang-skill .sup-topic {
  margin-bottom: 20px;
  margin-top: 10px;
}
.list-frm-group .frm-group .old-lang {
  color: #fc4a52;
  display: flex;
  font-size: 1.2em;
  font-family: "sarabun";
  margin-top: 10px;
  line-height: 16px;
}
.list-frm-group .frm-group .old-lang i {
  position: relative;
  margin-right: 6px;
  line-height: 16px;
}
.select2-container--default .select2-selection--single {
  height: 48px;
  border: 1px solid #ecf0f1;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 48px;
  font-size: 1.6em;
  font-family: "sarabun";
  outline: none;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  display: none;
}
.select2-results__option {
  font-size: 1.4em;
}
#ui-datepicker-div {
  width: 310px;
  margin-top: 5px;
}
/*
    #box-frm-register[step="1"] .box-topic .progress-circle::before{ content: '1/4';}
    #box-frm-register[step="1"] .box-topic .progress-circle:after{
        background-image: linear-gradient(90deg,#EEEEEE 50%,transparent 50%,transparent),
        linear-gradient(180deg,#3E9B36 50%,#EEEEEE 50%,#EEEEEE);
    }
    #box-frm-register[step="2"] .box-topic .progress-circle::before{ content: '2/4';}
    #box-frm-register[step="2"] .box-topic .progress-circle:after{
        background-image: linear-gradient(90deg, #EEEEEE 50%, transparent 50%, transparent),
        linear-gradient(270deg, #3E9B36 50%, #EEEEEE 50%, #EEEEEE);
    }
    #box-frm-register[step="3"] .box-topic .progress-circle::before{ content: '3/4';}
    #box-frm-register[step="3"] .box-topic .progress-circle:after{
        background-image: linear-gradient(0deg, #3E9B36 50%, transparent 50%, transparent),
        linear-gradient(270deg, #3E9B36 50%, #EEEEEE 50%, #EEEEEE);
    }
    #box-frm-register[step="4"] .box-topic .progress-circle::before{ content: '4/4';}
    #box-frm-register[step="4"] .box-topic .progress-circle:after{
        background-image: linear-gradient(90deg, #3E9B36 50%, transparent 50%, transparent),
        linear-gradient(270deg, #3E9B36 50%, #EEEEEE 50%, #EEEEEE)
        } */

#box-frm-register .box-form {
  position: absolute;
  top: 0px;
  left: 0px;
  background: #f9f9f9;
  display: none;
}
#box-frm-register .box-form.act {
  position: relative;
  visibility: visible;
  display: block;
}

#box-frm-register .btn-step {
  text-align: center;
  background: #f9f9f9;
}
#box-frm-register .btn-step button {
  width: 120px;
  margin: 0px 12px;
  left: unset;
  transform: unset;
  float: none;
}
#box-frm-register .btn-step .btn-to[to-step="back"] {
  color: var(--blue);
  background: #fff;
  border: 2px solid var(--blue);
}
.lightbox-slc .button-btn.btn-province,
.lightbox-slc .button-btn.btn-aumphur {
  bottom: 0px;
}
.lightbox-slc .box-province {
  height: 100%;
  max-height: 100%;
  overflow: unset;
  overflow-y: unset;
}
.lightbox-slc .box-aumphur {
  height: calc(100% - 40px);
}
.lightbox-slc .box-province .box-list-radio {
  height: auto;
  max-height: calc(100% - 100px);
  overflow: hidden;
  overflow-y: scroll;
}
.lightbox-slc[slc-list="aumphur"] .box-province {
  height: auto;
}
.lightbox-slc .box-aumphur .box-list-radio {
  height: auto;
  max-height: calc(100% - 100px);
  overflow: hidden;
  overflow-y: scroll;
}
.select2-container {
  width: 100% !important;
}
.field-icon {
  position: absolute;
  top: 17px;
  right: 16px;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  color: #cccccc;
}
.con-detail {
  position: fixed;
  background: #fff;
  z-index: 7;
  font-family: "sarabun";
  color: #333333;
  width: auto;
  left: 16px;
  right: 16px;
  max-width: 600px;
  margin: auto;
  padding: 20px;
  height: calc(100vh - 85px);
  display: none;
}
.con-detail .topic-con {
  font-weight: bold;
  font-size: 1.6em;
}
.con-detail .txt-con {
  height: calc(100% - 80px);
  overflow-y: scroll;
  font-size: 1.4em;
  font-family: "prompt-m";
}
.con-detail .txt-con h5 {
  font-size: 1rem;
  margin: 16px 0;
}
.con-detail .txt-con p {
  margin: 8px 0px;
}
.swal2-modal .swal2-title {
  font-family: "prompt";
  font-size: 1.625rem;
  color: #f7bf62;
}
.swal2-modal .swal2-content {
  font-family: "prompt";
  font-size: 1.125rem;
}
.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
  height: 250px;
  overflow-y: auto;
}
.ui-menu .ui-menu-item {
  font-size: 0.875rem;
}
#wrap-content .box-form .condition {
  padding: 0px;
  font-size: 1.1em;
}
#wrap-content .box-form .condition a {
  color: #1a3485;
}
