@charset "UTF-8";
.font-darkblue {
  color: #003764;
}
.font-darkgray {
  color: #323232;
}
.font-gray {
  color: #888888;
}
.font-yellow {
  color: #f7941d;
}
.font-red {
  color: #ef1f1f;
}
.font-green {
  color: #39b54a;
}
.font-white {
  color: #ffffff;
}
.font-black {
  color: black;
}
.font-blue {
  color: #363a84;
}
.font-bluelight {
  color: #564fcc;
}
.font-mintGreen {
  color: #009993;
}
.font-navyblue {
  color: #0f1c43;
}
.font-oldrose {
  color: #ff7773;
}
.font-lightgreen {
  color: #5ac963;
}
.font-danger, .mark-required-right:after, .mark-required-left:before, .mark-required:after {
  color: #FF606D;
}
.font-bluesoft {
  color: #b6b9e3;
}

.fontsize-super {
  font-size: 8.2rem;
}
.fontsize-lg {
  font-size: 1.2rem;
}
.fontsize-md {
  font-size: 1rem;
}
.fontsize-sm {
  font-size: 0.75rem;
}
.fontsize-xs {
  font-size: 0.65rem;
}
.fontsize-xxs {
  font-size: 0.5rem;
}
.fontsize-subtitle {
  font-size: 0.85rem;
}

.backgroudColor-lightGray {
  background-color: #f7f7f7;
}
.backgroudColor-VegaGreen {
  background-color: #f2fff3;
}
.backgroudColor-white {
  background-color: white;
}

.bold {
  font-weight: 600;
}

.underline {
  text-decoration: underline;
}

.weight3 {
  font-weight: 300;
}

.b-rd-0 {
  border-radius: 0;
}

.bg-softblue {
  background: #eef2fb;
}
.bg-blueshade {
  background: rgb(23, 25, 62);
  background: linear-gradient(93deg, rgb(23, 25, 62) 35%, rgb(54, 58, 132) 100%);
}

/*@font-face {
    font-family: 'CS PraKas bold';
    src: url('../fonts/CSPraKas-Bold.woff2') format('woff2'),
    url('../fonts/CSPraKas-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}*/
@font-face {
  font-family: "CS PraKas";
  src: url("../fonts/CSPraKas.woff2") format("woff2"), url("../fonts/CSPraKas.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Kanit";
  src: url("../fonts/Kanit-Light.woff2") format("woff2"), url("../fonts/Kanit-Light.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
.test-body {
  color: red;
}

.iconimg-size-lg {
  width: 17px;
  height: 17px;
}
.iconimg-size-md {
  width: 13px;
  height: auto;
}
.iconimg-size-sm {
  width: 10px;
  height: 10px;
}

.sizemunu, .permiss, .user, .setting, .chart, .report, .message, .page {
  font-size: 18px;
}

.sizeimg, .man {
  width: 30px;
  height: 30px;
}

.sizeLanguage {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}

.circlecorrect {
  width: 20px;
  height: 20px;
  background-image: linear-gradient(to top, #0faba7, #77cd6a);
}

.circlecorrect-mini {
  width: 20px;
  height: 20px;
  color: steelblue;
}

.educational-body-panel {
  width: 414px;
  height: 154px;
  border-radius: 10px;
  box-shadow: 0px 10px 15px 0 rgba(85, 85, 85, 0.05);
  background-color: #ffffff;
}

.logo {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.thai {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.arrow {
  width: 55px;
  height: 50px;
  object-fit: contain;
  margin-top: 50px;
}

.downarrow {
  width: 55px;
  height: 50px;
  object-fit: contain;
  margin-top: 70px;
  margin-left: 110px;
  position: absolute;
  text-align: center;
}

.idcard {
  width: 300px;
  height: 185px;
  vertical-align: middle;
}

.idcard-2 {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.idcard-3 {
  width: 27px;
  height: 27px;
  object-fit: contain;
}

.scan {
  width: 285px;
  height: 187px;
  vertical-align: middle;
}

.iconmenu {
  width: 20px;
  height: 18px;
  object-fit: contain;
  opacity: 0.6;
}

.borderfinger {
  width: 195px;
  height: 177px;
  border-radius: 5px;
  box-shadow: 0px 10px 15px 0 rgba(85, 85, 85, 0.05);
  border: solid 1px #ebebeb;
  background-color: #ffffff;
  margin-top: 15px;
}

.borderfinger-frame {
  margin-top: 5px;
  width: 185px;
  height: 165px;
  background-color: #ffffff;
  background-image: url("../images/frame.png");
  background-size: 185px 165px;
}

.border-blue {
  width: 510px;
  height: 190px;
  border-radius: 10px;
  border: solid 2px #b5d4ed;
}
.border-blue .title-cardblue {
  margin-top: -0.9em;
  margin-left: 50px;
  background-color: #e6f1fa;
  width: 120px;
  height: 30px;
  text-align: center;
  padding-top: 5px;
}
.border-blue .body-cardblue {
  padding-left: 20px;
  /*margin-top:5px;*/
}

.finger {
  padding: 10px 10px 10px 10px;
}

/*.circlemark {
    background-image: $gradient-green-yello;
    display: flex;
    flex-direction: column;
    flex: 1;
    text-align: center;
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: white;

    .number {
        height: 30px;
        line-height: 30px;
    }
}*/
.circlemark {
  width: 30px;
  height: 30px;
  background-image: linear-gradient(to top, #0faba7, #77cd6a);
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  color: white;
}
.circlemark span {
  height: 30px;
  line-height: 30px;
}

/*down*/
[data-toggle=collapse] .CollabseIcon:before {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
}

/*Up*/
[data-toggle=collapse].collapsed .CollabseIcon:before {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
}

.btn-lg, .btnsize-lg {
  width: 220px;
  height: 50px;
  box-shadow: 0px 10px 15px 0 rgba(86, 87, 88, 0.2);
  border-radius: 5px;
}

.btn-md, .button-cancel, .button-print, .btnsize-md {
  width: 200px;
}

.btn-sm, .btnsize-sm {
  width: auto;
  height: 40px;
  border-radius: 5px;
}

.btn-modal, .btnsize-modal {
  width: 150px;
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
  cursor: not-allowed;
  filter: grayscale(1);
}
.btn.disabled:hover, .btn:disabled:hover {
  cursor: not-allowed;
}
.btn.disabled i, .btn:disabled i {
  cursor: not-allowed;
}

.btncolor-blue {
  background-color: #4A69AF;
  color: #ffffff;
}
.btncolor-lightblue {
  background-color: #e6fffb;
  color: #009993;
  border: solid 1px #009993;
}
.btncolor-lightgreen {
  background-color: #5ac963;
  color: white;
}
.btncolor-indigoBlue {
  background-color: #e6ecff;
  color: #363a84;
  border: solid 1px #363a84;
}
.btncolor-gradientGreen {
  background-image: linear-gradient(to top, #0faba7, #77cd6a);
  border: none;
  color: #ffffff;
}
.btncolor-darkBlue {
  background-color: #fff;
  color: #363a84;
  border: solid 1px #363a84;
}
.btncolor-darkBlue:hover {
  background-color: #363a84;
  color: #fff;
  border: solid 1px #363a84;
}
.btncolor-darkBlue:focus {
  background-color: #363a84;
  color: #fff;
  border: solid 1px #363a84;
}
.btncolor-vegaGreen {
  background-color: #f2fff3;
  color: #3fb347;
  border: solid 1px #3fb347;
}
.btncolor-collapse {
  color: #363a84;
}
.btncolor-collapse:hover {
  color: #363a84;
}
.btncolor-navyBlue {
  background-color: #363a84;
  color: #fff;
  border: solid 1px #363a84;
}
.btncolor-navyBlue:hover {
  background-color: #fff;
  color: #363a84;
  border: solid 1px #363a84;
}
.btncolor-navyBlue:focus {
  background-color: #fff;
  color: #363a84;
  border: solid 1px #363a84;
}
.btncolor-danger {
  background-color: #FF606D;
  color: #fff;
  border: solid 1px #FF606D;
}
.btncolor-danger:hover {
  background-color: #e44d4d;
  color: #ffffff;
  border: solid 1px #e44d4d;
}
.btncolor-danger:focus {
  background-color: #e44d4d;
  color: #ffffff;
  border: solid 1px #e44d4d;
}
.btncolor-oldrose {
  background-color: #ff7773;
  color: white;
}
.btncolor-oldrose:hover {
  background-color: #f14a45;
  color: #ffffff;
  border: solid 1px #f14a45;
}
.btncolor-oldrose:focus {
  background-color: #f14a45;
  color: #ffffff;
  border: solid 1px #f14a45;
}

.btncolor-lightblue:hover, .btncolor-lightblue:focus {
  background-color: #d0f5ef;
  color: #00736e;
  border: solid 1px #00736e;
}

.btncolor-blue:hover, .btncolor-blue:focus {
  color: #ffffff;
  /*opacity: 0.7;*/
  text-decoration: none;
  background-color: #2f4e94;
}

.btncolor-lightgreen:hover, .btncolor-lightgreen:focus {
  color: #ffffff;
  /*opacity: 0.7;*/
  text-decoration: none;
  background-color: #38b542;
}

.btncolor-indigoBlue:hover, .btncolor-indigoBlue:focus {
  background-color: #d0d9f5;
  color: #363a84;
  border: solid 1px #363a84;
}

.btncolor-vegaGreen:hover, .btncolor-vegaGreen:focus {
  background-color: #e1f5e3;
  color: #3fb347;
  border: solid 1px #2ea336;
}

.button-green {
  background-image: linear-gradient(to top, #0faba7, #77cd6a);
  border: none;
  color: #ffffff;
}

.button-green:hover, .button-green:focus {
  color: #ffffff;
  opacity: 0.6;
  text-decoration: none;
}

.button-print {
  box-shadow: 0px 10px 15px 0 rgba(86, 87, 88, 0.2);
  background-image: linear-gradient(to bottom, #003764, #003764), linear-gradient(to top, #0faba7, #77cd6a);
  color: white;
  margin-right: 20px;
}

.button-print:hover, .button-print:focus {
  color: #ffffff;
  opacity: 0.6;
  text-decoration: none;
}

.button-cancel {
  margin-right: 20px;
}

.button-stepbar {
  text-align: center;
  border: solid 1px #003764;
  background-color: #ffffff;
  color: #003764;
  border-radius: 5px;
  width: 10%;
}

.button-stepbar:hover, .button-stepbar:focus {
  color: #fff;
  background-color: #003764;
  border: solid 1px #003764;
  text-decoration: none;
}

.button-procedure {
  width: 100%;
  height: 150px;
  border-radius: 10px;
  box-shadow: 6px 6px 15px 0 rgba(0, 0, 0, 0.05);
  border: solid 3px #d3daeb;
  background-color: #ffffff;
  text-align: left;
}
.button-procedure .IconProcedure {
  content: url("../images/Report-Purple.png");
  width: 40px;
  height: 40px;
  float: right;
}

.button-procedure:hover {
  border-radius: 10px;
  border: solid 3px #6ac971;
  background-color: #ffffff;
}
.button-procedure:hover .IconProcedure {
  content: url("../images/Report-Green.png");
  width: 40px;
  height: 40px;
  float: right;
}

.button_ReadCard {
  width: 100%;
  line-height: 74%;
}

.btn-tryagain {
  background: #eef1fa;
  color: #363a84;
  padding: 0 2rem;
  font-size: 0.75rem;
}

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem transparent;
}

.a-color-gray {
  color: #888888;
}
.a-color-gray:hover {
  color: #323232;
}
.a-color-gray:focus {
  color: #323232;
}
.a-color-red {
  color: #ef1f1f;
}
.a-color-red:hover {
  color: #c91010;
}
.a-color-red:focus {
  color: #c91010;
}
.a-color-blue {
  color: #003764;
}
.a-color-blue:hover {
  color: #564fcc;
}
.a-color-blue:focus {
  color: #564fcc;
}

.loginLayout {
  border-radius: 10px;
  box-shadow: 15px 15px 40px 0 rgba(0, 0, 0, 0.05);
  border-color: aqua;
  height: 570px;
}

.bg-login-image {
  background-image: url("../images/Login_Pic.png");
  background-position: center;
  background-size: cover;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.login-form {
  background-color: #ffffff;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
}

.content {
  margin-top: 20%;
  text-align: center;
}
.content .logoLogin {
  width: 35%;
  height: 35%;
}

.form-field {
  display: flex;
  align-items: center;
  height: 55px;
  /*margin: 0 40px 30px 40px;*/
  border-bottom: 1px solid #9596A2;
}
.form-field label {
  width: 10px;
  padding: 0 15px 0 0;
  color: #363a84;
}
.form-field input {
  width: 100%;
  background: transparent;
  color: #9596A2;
  padding: 15px;
  border: 0;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-field input:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-field *::placeholder {
  color: #9596A2;
}

.switch {
  font-size: 1rem;
  position: relative;
}
.switch input {
  position: absolute;
  height: 1px;
  width: 1px;
  background: none;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  padding: 0;
}
.switch input + label {
  position: relative;
  min-width: calc(calc(2.375rem * .8) * 2);
  border-radius: calc(2.375rem * .8);
  height: calc(2.375rem * .8);
  line-height: calc(2.375rem * .8);
  display: inline-block;
  cursor: pointer;
  outline: none;
  user-select: none;
  vertical-align: middle;
  text-indent: calc((calc(2.375rem * .8) * 2) + 0.5rem);
}
.switch input + label::before,
.switch input + label::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(calc(2.375rem * .8) * 2);
  bottom: 0;
  display: block;
}
.switch input + label::before {
  right: 0;
  background-color: #dee2e6;
  border-radius: calc(2.375rem * .8);
  transition: 0.2s all;
}
.switch input + label::after {
  top: 2px;
  left: 2px;
  width: calc(calc(2.375rem * .8) - calc(2px * 2));
  height: calc(calc(2.375rem * .8) - calc(2px * 2));
  border-radius: 50%;
  background-color: white;
  transition: 0.2s all;
}
.switch input:checked + label::before {
  background-color: #08d;
}
.switch input:checked + label::after {
  margin-left: calc(2.375rem * .8);
}
.switch input:focus + label::before {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 136, 221, 0.25);
}
.switch input:disabled + label {
  color: #868e96;
  cursor: not-allowed;
}
.switch input:disabled + label::before {
  background-color: #e9ecef;
}
.switch.switch-sm {
  font-size: 0.875rem;
}
.switch.switch-sm input + label {
  min-width: calc(calc(1.9375rem * .8) * 2);
  height: calc(1.9375rem * .8);
  line-height: calc(1.9375rem * .8);
  text-indent: calc((calc(1.9375rem * .8) * 2) + 0.5rem);
}
.switch.switch-sm input + label::before {
  width: calc(calc(1.9375rem * .8) * 2);
}
.switch.switch-sm input + label::after {
  width: calc(calc(1.9375rem * .8) - calc(2px * 2));
  height: calc(calc(1.9375rem * .8) - calc(2px * 2));
}
.switch.switch-sm input:checked + label::after {
  margin-left: calc(1.9375rem * .8);
}
.switch.switch-lg {
  font-size: 1.25rem;
}
.switch.switch-lg input + label {
  min-width: calc(calc(3rem * .8) * 2);
  height: calc(3rem * .8);
  line-height: calc(3rem * .8);
  text-indent: calc((calc(3rem * .8) * 2) + 0.5rem);
}
.switch.switch-lg input + label::before {
  width: calc(calc(3rem * .8) * 2);
}
.switch.switch-lg input + label::after {
  width: calc(calc(3rem * .8) - calc(2px * 2));
  height: calc(calc(3rem * .8) - calc(2px * 2));
}
.switch.switch-lg input:checked + label::after {
  margin-left: calc(3rem * .8);
}
.switch + .switch {
  margin-left: 1rem;
}

/*body {
    padding: 1rem;
}

.dropdown-menu {
    margin-top: .75rem;
}*/
/*thead th {
    margin: 0 !important;
    border-collapse: separate;
    border-spacing: 0 !important;
    border: none !important;
    border-width: 0 !important;
    border-right: 0 !important;
    border-style: solid !important;
    border-right-color: #4A69AF !important;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
    background-color: #4A69AF !important;
}*/
/*table {
    border-collapse: collapse;
    border-top-left-radius: 0.7em;
    border-top-right-radius: 0.7em;
    overflow: hidden;
}*/
.theadcolor-blue {
  background-color: #e6f1fa;
  color: #003764;
  border: solid;
  border-color: #e6f1fa;
  border-radius: 10%;
  font-size: 16px;
}
.theadcolor-red {
  background-color: red;
}

.tablecolor-darkblue {
  background-color: #363a84;
}

.tableborder-gray {
  border: solid 1px #d1d3e2;
  border-right: 2px solid #d1d3e2;
}

.theadRadius {
  border-radius: 25px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.remove {
  background: #f1f1f1;
}

.editable {
  border: none;
  padding: 0;
  margin: 0;
  text-shadow: none;
  box-shadow: none;
}

.addBtn {
  cursor: pointer;
}

.blueborder {
  border: 1px solid #b6b9e3;
  padding: 5px 10px;
  border-radius: 6px;
}

td.un-border-l {
  border-left: 0px solid #e3e6f0 !important;
}

td.un-border-b {
  border-top: 0px solid #e3e6f0 !important;
}

td._custom-pd {
  padding: 0.75rem 0.75rem 0.25rem 0.75rem;
}

.table thead th {
  vertical-align: middle;
}

.table {
  color: #0F1C43;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #eef2fb;
}

.tableborder-gray2 {
  border: solid 1px #d1d3e2;
  border-right: 1px solid #d1d3e2;
}

/*body {
    font-family: $base-font;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: lighten($base-color, 45%);
}*/
.wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

/*h1 {
    font-family: inherit;
    margin: 0 0 .75em 0;
    color: desaturate($base-color, 15%);
    text-align: center;
}*/
.box {
  display: block;
  min-width: 300px;
  height: 270px;
  margin: 10px;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: hidden;
}

.upload-options {
  position: relative;
  height: 50px;
  background-color: cadetblue;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
  transition: background-color ease-in-out 150ms;
}
.upload-options:hover {
  background-color: #7fb1b3;
}
.upload-options input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.upload-options label {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
}
.upload-options label::after {
  content: "อัพโหลดรูปภาพ";
  font-family: "CS PraKas";
  position: absolute;
  font-size: 1rem;
  color: rgb(230, 230, 230);
  top: calc(50% - 1rem);
  left: calc(50% - 2.5rem);
  z-index: 0;
}
.upload-options label span {
  display: inline-block;
  width: 50%;
  height: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
}
.upload-options label span:hover i.material-icons {
  color: lightgray;
}

.js--image-preview {
  height: 225px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-image: url("");
  background-color: white;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.js--image-preview::after {
  content: "Photo";
  font-family: "CS PraKas";
  position: relative;
  font-size: 3.5em;
  color: rgb(230, 230, 230);
  top: calc(50% - 3rem);
  left: calc(50% - 4rem);
  z-index: 0;
}
.js--image-preview.js--no-default::after {
  display: none;
}
.js--image-preview:nth-child(2) {
  background-image: url("http://bastianandre.at/giphy.gif");
}

i.material-icons {
  transition: color 100ms ease-in-out;
  font-size: 2.25em;
  line-height: 55px;
  color: white;
  display: block;
}

.drop {
  display: block;
  position: absolute;
  background: rgba(95, 158, 160, 0.2);
  border-radius: 100%;
  transform: scale(0);
}

.animate {
  animation: ripple 0.4s linear;
}

@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
.id-card {
  background-color: #f7f7f7;
  border-radius: 7px;
  padding: 10px 15px;
  height: 370px;
  width: 650px;
  border: 1px solid;
}

.idcard-content {
  display: inline;
  line-height: 28px;
}

.logokrut {
  width: 50px;
  height: auto;
  margin-left: 25px;
}

.barcode {
  width: 60px;
  margin-top: -7px;
  height: 265px;
}

.chip {
  width: 45px;
  margin-top: 0px;
  margin-left: 0px;
}

.imgcard {
  /*  position: absolute;
    left: 65%;
    top: 75%;*/
  width: auto;
  height: 80px;
  border-radius: 7px;
}

/*.cardpermiss {
    &-header {
        padding: 20px;
        box-shadow: $box-shadow;
        height: 150px;
        background-color: #ffffff
    }

    &-body {
        padding: 30px;
        box-shadow: $box-shadow;
        height: auto;
        background-color: #ffffff
    }
}*/
/*.card-header {
    background-color: #003764;
    color: white;

    a {
        display: block;
        position: relative;
        color: white;
    }

    a:after {
        content: "\f106";
        font-family: 'FontAwesome';
        position: absolute;
        right: 0;
        font-size: 20px
    }

    a[aria-expanded="true"]:after {
        content: "\f107";
        font-size: 20px
    }
}*/
.card-task {
  background-color: #ededed;
  height: 100%;
}
.card-task svg {
  font-size: 24px;
}

.cardcolor-lightgray {
  background-color: #f7f8fb;
}

.centered {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.centered h2 {
  text-align: center;
  font-weight: bolder;
  opacity: 0.8;
}

.box-step-progressbar {
  padding: 30px 0 5px;
  margin: 20px 0;
  background-color: #f7f8fb;
  border-radius: 10px;
  font-size: 15px;
}

.step-progressbar {
  list-style: none;
  counter-reset: step;
  display: flex;
  padding: 0;
  /*.complete {
      &:before {
          content: '✔';
      }
  }*/
}
.step-progressbar .item {
  display: flex;
  flex-direction: column;
  flex: 1;
  text-align: center;
  position: relative;
}
.step-progressbar .item a {
  text-decoration: none;
  color: #3a3b45;
  line-height: 8px;
}
.step-progressbar .item a:hover {
  color: #00D1BA;
}
.step-progressbar .item:before {
  height: 3px;
  width: 100%;
  content: "";
  border: 2px solid #d9d9db;
  position: absolute;
  top: 1.5em;
  left: -45%;
  z-index: 1;
}
.step-progressbar .item:after {
  width: 3em;
  height: 3em;
  content: counter(step);
  counter-increment: step;
  align-self: center;
  background: #d9d9db;
  color: #fff;
  border-radius: 100%;
  line-height: 3em;
  margin-bottom: 0.5em;
  margin-right: 5px;
  z-index: 2;
}
.step-progressbar .item:first-child:before {
  content: none;
}
.step-progressbar .active {
  /*&:after {
      background: #00D1BA;
  }*/
  /*&:nth-last-child(2) {
      &:after {
          background: #d9d9db;
      }
  }*/
}
.step-progressbar .active a {
  color: #00D1BA;
}
.step-progressbar .active:before {
  border: 2px solid #00D1BA;
}
.step-progressbar li.item.active:after {
  background: #00D1BA;
}

body {
  overflow-x: hidden;
  background-color: #f7f7f8;
  font-family: "Kanit";
}

.app-title {
  color: #0f1c43;
  font-size: 22px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
}

.container-fluid {
  padding: 20px;
}

.navbar #sidebarToggle {
  font-size: 25px;
}
.navbar .app-title p {
  font-size: 16px;
}

a {
  font-weight: 500;
}

.page-content {
  /*    min-height: 100vh;*/
  min-height: 80vh;
}

.card-header:hover {
  cursor: pointer;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  border: 2px solid #c3c3c3 !important;
  outline: unset;
  border-radius: 6px;
}

.select2-container--default .select2-selection--single:focus {
  border: 2px solid #c3c3c3 !important;
  outline: unset;
  border-radius: 6px;
}

/* mark-required */
.mark-required:after {
  content: " *";
}
.mark-required-left:before {
  content: "* ";
}
.mark-required-right:after {
  content: " *";
}

/*ps-sweetalert style */
.ps-sweetalert {
  padding: 1em !important;
}
.ps-sweetalert .swal2-actions button {
  /*@extend .mx-2;*/
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.ps-sweetalert .btn-warning, .ps-sweetalert .btn-danger {
  color: white;
}

/*.ps-toast style*/
.ps-toast-success .swal2-title, .ps-toast-error .swal2-title, .ps-toast-warning .swal2-title {
  font-weight: normal;
  /*@extend .font-weight-normal;*/
}
.ps-toast-success {
  /*@extend .bg-success;*/
  background: #32CBB9;
}
.ps-toast-success .swal2-title {
  /*@extend .text-white;*/
  color: white;
}
.ps-toast-success .swal2-success-circular-line-left, .ps-toast-success .swal2-success-fix, .ps-toast-success .swal2-success-circular-line-right {
  /*@extend .d-none;*/
  display: none;
}
.ps-toast-success .swal2-icon.swal2-success {
  border-color: #b9f7c5;
}
.ps-toast-success .swal2-icon.swal2-success [class^=swal2-success-line] {
  background-color: #b9f7c5;
}
.ps-toast-warning {
  /*@extend .bg-warning;*/
  background: #F69562;
}
.ps-toast-warning .swal2-title {
  /*@extend .text-white;*/
  color: white;
}
.ps-toast-warning .swal2-success-circular-line-left, .ps-toast-warning .swal2-success-fix, .ps-toast-warning .swal2-success-circular-line-right {
  /*@extend .d-none;*/
  display: none;
}
.ps-toast-error {
  /*@extend .bg-danger;*/
  background: #FF606D;
}
.ps-toast-error .swal2-icon.swal2-error {
  border-color: #f9b0b0;
}
.ps-toast-error .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  background-color: #f9b0b0;
}
.ps-toast-error .swal2-title {
  /*@extend .text-white;*/
  color: white;
}
.ps-toast-error .swal2-success-circular-line-left, .ps-toast-error .swal2-success-fix, .ps-toast-error .swal2-success-circular-line-right {
  /*@extend .d-none;*/
  display: none;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #d1d3e2;
  border-radius: 0.35rem;
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6e707e;
  background-clip: padding-box;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 6px;
  right: 1px;
  width: 20px;
}

.position-error {
  top: 50%;
  left: 50%;
  transform: translate(-55%, -68%);
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #363a84 solid 1px;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #363a84;
  background-color: #fff;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #eaecf4;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgb(193, 239, 234);
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #eaecf4;
  border-color: #eaecf4;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url(/images/coxx.png);
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: -6px;
  bottom: 0;
  left: -32px;
  height: 30px;
  width: 38px;
}

.green-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #b7b9cc solid 1px;
}

.green-input:checked ~ .green-label::before {
  color: #fff;
  border-color: #5ac963;
  background-color: #5ac963;
}

.green-input:focus:not(:checked) ~ .green-label::before {
  border-color: #5ac963;
}

.green-input:focus ~ .green-label::before {
  box-shadow: 0 0 0 0.2rem rgb(193, 239, 234);
}

.progress {
  height: 1.3rem;
  background-color: #ffffff;
  border-radius: 1.35rem;
  border: 1px solid #DAF2EF;
}

.progress-bar {
  color: #fff;
  background-color: #5AC963;
  border-radius: 20px;
}

.nav-tabs {
  border-bottom: 1px solid #2b2e6b;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.35rem;
  border-top-right-radius: 0.35rem;
  background-color: #f7f7f7;
  color: #aaaaaa;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  color: #ffffff;
  background-color: #2b2e6b;
  border-color: #262960 #272a62 #262960;
  transition: 0.5s ease;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: #ffffff;
  background-color: #2b2e6b;
  border-color: #262960 #272a62 #262960;
}

.nav-tabs .nav-link {
  border: 1px solid #f7f7f7;
  border-left: 0px;
  border-right: 0px;
  border-bottom-color: #2a2d69;
}

.leftpad {
  padding-left: 130px !important;
}

.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-right .arrow::after {
  left: 1px;
  border-right-color: #363a84;
}

.popover {
  font-family: "Kanit" !important;
  background-color: #363a84;
  border: 1px solid #363a84;
}

.popover-header {
  color: white;
  background-color: #363a84;
  border: 1px solid #363a84;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: white;
}

#sidebar-wrapper {
  background-image: linear-gradient(to top, #363a84, #17193e);
  /*ul.sub-menu*/
}
#sidebar-wrapper .sidebar-brand {
  color: white;
  font-weight: 500;
  border-bottom: 1px solid #0d102e;
}
#sidebar-wrapper .menu-name {
  display: none;
}
#sidebar-wrapper .menu-title {
  display: inline-flex;
}
#sidebar-wrapper .menu-title span {
  margin-left: 1rem;
}
#sidebar-wrapper .nav-linksub:hover, #sidebar-wrapper .nav-linksub:focus {
  text-decoration: none;
}
#sidebar-wrapper > li.nav-item.nav-menu:hover > a {
  background-image: linear-gradient(to left, rgba(0, 209, 186, 0), #00d1ba);
}
#sidebar-wrapper > li.nav-item.nav-menu:hover > a span, #sidebar-wrapper > li.nav-item.nav-menu:hover > a i {
  color: #fff;
}
#sidebar-wrapper > li.nav-item.nav-menu:hover > a .iconmenu {
  opacity: 1;
}
#sidebar-wrapper > li.nav-item.nav-menu:not([data-toggle=collapse]).active > a {
  background-image: linear-gradient(to left, rgba(0, 209, 186, 0), #00d1ba);
}
#sidebar-wrapper > li.nav-item.nav-menu:not([data-toggle=collapse]).active > a span, #sidebar-wrapper > li.nav-item.nav-menu:not([data-toggle=collapse]).active > a i {
  color: #fff;
}
#sidebar-wrapper > li.nav-item.nav-menu:not([data-toggle=collapse]).active > a .iconmenu {
  opacity: 1;
}
#sidebar-wrapper .sub-menu {
  padding-left: 0;
  margin-left: 0;
  margin-right: 0;
}
#sidebar-wrapper .sub-menu li.nav-item {
  list-style: none;
  cursor: pointer;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
#sidebar-wrapper .sub-menu li.nav-item.active, #sidebar-wrapper .sub-menu li.nav-item:hover {
  background-image: linear-gradient(to left, rgba(0, 209, 186, 0), #00d1ba);
}
#sidebar-wrapper .sub-menu li.nav-item.active span, #sidebar-wrapper .sub-menu li.nav-item.active i, #sidebar-wrapper .sub-menu li.nav-item:hover span, #sidebar-wrapper .sub-menu li.nav-item:hover i {
  color: #fff;
}
#sidebar-wrapper .sub-menu li.nav-item.active .iconmenu, #sidebar-wrapper .sub-menu li.nav-item:hover .iconmenu {
  opacity: 1;
}
#sidebar-wrapper .sub-menu li.nav-item a > div {
  padding-left: 3rem;
}
#sidebar-wrapper [data-toggle=collapse].collapsed .MenuCollabseIcon:before {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: bolder;
  text-decoration: inherit;
}
#sidebar-wrapper [data-toggle=collapse] .MenuCollabseIcon:before {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: bolder;
  text-decoration: inherit;
}

@media (min-width: 768px) {
  .sidebar {
    width: 18rem !important;
  }
  .fa-rotation-90, #sidebar-wrapper.toggled .MenuCollabseIcon {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  /*.sidebar .nav-item .nav-menu .nav-link span {
      font-size: 1rem;
      display: inline;
  }*/
  #sidebar-wrapper.toggled {
    /*li mainmenu not li submenu*/
    /*.menu-name {
        display: block;
        padding: 10px 0;
        border-bottom: 1px solid #ddd;
        margin: 0 5px;
        text-align: center;
    }*/
  }
  #sidebar-wrapper.toggled .MenuCollabseIcon {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  #sidebar-wrapper.toggled li.nav-item .nav-link {
    text-align: center;
    padding: 0.5rem 0.45rem;
    width: 6.5rem;
  }
  #sidebar-wrapper.toggled li.nav-item .nav-link.active.collapsed > a {
    background-image: linear-gradient(to left, rgba(0, 209, 186, 0), #00d1ba);
  }
  #sidebar-wrapper.toggled li.nav-item .nav-link.active.collapsed > a span, #sidebar-wrapper.toggled li.nav-item .nav-link.active.collapsed > a i {
    color: #fff;
  }
  #sidebar-wrapper.toggled li.nav-item .nav-link.active.collapsed > a .iconmenu {
    opacity: 1;
  }
  #sidebar-wrapper.toggled .menu-title {
    display: block;
  }
  #sidebar-wrapper.toggled .menu-title span {
    margin-left: 0;
    font-size: 0.75rem !important;
  }
  #sidebar-wrapper.toggled li.nav-item.nav-menu.menu-focus > a {
    background-image: linear-gradient(to left, rgba(0, 209, 186, 0), #00d1ba);
  }
  #sidebar-wrapper.toggled li.nav-item.nav-menu.menu-focus > a span, #sidebar-wrapper.toggled li.nav-item.nav-menu.menu-focus > a i {
    color: #fff;
  }
  #sidebar-wrapper.toggled li.nav-item.nav-menu.menu-focus > a .iconmenu {
    opacity: 1;
  }
  #sidebar-wrapper.toggled li.nav-item.nav-menu.active[data-toggle=collapse] {
    position: relative;
    /*width: 200px;*/
    font-size: 0.85rem;
    /*background: #363a84;*/
  }
  #sidebar-wrapper.toggled li.nav-item.nav-menu.active[data-toggle=collapse] span {
    width: 100%;
    font-size: unset;
    display: unset;
  }
  #sidebar-wrapper.toggled ul.sub-menu.collapse.show {
    background: #1c1e4a;
    position: absolute;
    left: 6.75rem;
    z-index: 1;
    top: 2px;
    border-radius: 0.25rem;
    width: max-content;
  }
  #sidebar-wrapper.toggled ul.sub-menu.collapse.show li {
    padding: 0.5rem 0.5rem;
  }
  #sidebar-wrapper.toggled ul.sub-menu.collapse.show li:hover:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    -webkit-border-top-left-radius: 0.25rem;
    -webkit-border-top-right-radius: 0.25rem;
    -moz-border-radius-topleft: 0.25rem;
    -moz-border-radius-topright: 0.25rem;
  }
  #sidebar-wrapper.toggled ul.sub-menu.collapse.show li:hover:last-child {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    -webkit-border-bottom-left-radius: 0.25rem;
    -webkit-border-bottom-right-radius: 0.25rem;
    -moz-border-radius-bottomleft: 0.25rem;
    -moz-border-radius-bottomright: 0.25rem;
  }
  #sidebar-wrapper.toggled ul.sub-menu.collapse.show a > div {
    display: flex;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  #sidebar-wrapper.toggled ul.sub-menu.collapse.show a > div span {
    font-size: 0.85rem;
  }
}
#sidebar-wrapper:not(.toggled) {
  /*Menu have submenu*/
}
#sidebar-wrapper:not(.toggled) .nav-menu .nav-link:hover a, #sidebar-wrapper:not(.toggled) .nav-menu .nav-link.active a {
  background-image: linear-gradient(to left, rgba(0, 209, 186, 0), #00d1ba);
}
#sidebar-wrapper:not(.toggled) .nav-menu .nav-link:hover a span, #sidebar-wrapper:not(.toggled) .nav-menu .nav-link:hover a i, #sidebar-wrapper:not(.toggled) .nav-menu .nav-link.active a span, #sidebar-wrapper:not(.toggled) .nav-menu .nav-link.active a i {
  color: #fff;
}
#sidebar-wrapper:not(.toggled) .nav-menu .nav-link:hover a .iconmenu, #sidebar-wrapper:not(.toggled) .nav-menu .nav-link.active a .iconmenu {
  opacity: 1;
}
#sidebar-wrapper:not(.toggled) li.nav-item.nav-menu.menu-focus.collapsed > a {
  background-image: linear-gradient(to left, rgba(0, 209, 186, 0), #00d1ba);
}
#sidebar-wrapper:not(.toggled) li.nav-item.nav-menu.menu-focus.collapsed > a span, #sidebar-wrapper:not(.toggled) li.nav-item.nav-menu.menu-focus.collapsed > a i {
  color: #fff;
}
#sidebar-wrapper:not(.toggled) li.nav-item.nav-menu.menu-focus.collapsed > a .iconmenu {
  opacity: 1;
}

@media screen and (max-width: 2000px) and (min-width: 1800px) {
  .m-full {
    margin-left: 27% !important;
  }
  .m-full2 {
    margin-left: 16% !important;
  }
  .customform .col-sm-4 {
    max-width: 25%;
  }
}
@media only screen and (max-width: 768px) {
  /*.sidebar.toggled .nav-item .nav-link span {
      font-size: 0 ;
      display: block;
  }*/
  .img-card1 {
    height: 165px;
  }
  .img-card2 {
    height: 170px;
  }
  .px-mx-resp {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .pd-btn-resp {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .pd-zero-resp {
    padding: 0px !important;
  }
  .step-progressbar .item a {
    line-height: 14px;
  }
  .pb-resp {
    padding-bottom: 3rem;
  }
  .pb-resp2 {
    padding-bottom: 1rem;
  }
  .wd-btn {
    width: 158px;
  }
  .fixdt-TableFormDoc .col-sm-12 {
    display: block;
    width: 100%;
    overflow-x: auto;
  }
  .mg-tb-resp {
    margin: 1.5rem 0;
  }
  .mg-upload-resp {
    margin-right: 13rem;
    margin-bottom: 0.5rem !important;
  }
  .min-width-resp {
    min-width: 1500px;
  }
  .bg-login-image {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
  }
  .loginLayout .content {
    margin-top: 12%;
    margin-bottom: 12%;
  }
  .bd-login-resp {
    margin-top: 0px !important;
    padding-top: 0px !important;
  }
  .min-wd1000-resp {
    width: 1000px;
  }
  .md-pass {
    max-width: 580px !important;
  }
  #first {
    order: 2;
  }
  #second {
    order: 3;
  }
  #third {
    order: 1;
  }
  .md-file {
    max-width: 650px;
  }
}

/*# sourceMappingURL=style.css.map */
