[v-cloak] {
  display: none;
}

body {
  font-family: "Kanit", sans-serif !important;
}

.max-limit-size-logo {
  max-width: 160px;
}

.height70 {
  height: 70px;
}

.flag {
  width: 30px;
}

.between-menu {
  justify-content: space-between;
}

header {
  /* position     : fixed; */
  /* box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1); */
  width: 100%;
  /* background   : #1667B2; */
  z-index: 99;
  top: 0;
  left: 0;
}

header ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
  display: flex;
}

header ul li {
  float: left;
  margin-top: 10px;
  padding: 0px 10px;
  /* width     : 100%; */
}

.mTop5 {
  margin-top: 5px !important;
}

.shadow-box-0-1 {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

.shadow-box {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}

.dy-none {
  display: none;
}

.mTop80 {
  margin-top: 80px;
}

.mTop100 {
  margin-top: 100px;
}

.mTop140 {
  margin-top: 140px;
}

.bg-FF {
  background: #ffffff;
}

.bg-BD {
  background: #bdbdbd !important;
}

.bg-F2 {
  background: #f2f2f2;
}

.bg-CI {
  background: #1667b2;
}

.bs {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}

.bd-s-4 {
  border-radius: 4px;
}

.bd-s-5 {
  border-radius: 5px;
}

.bd-right-0 {
  border-right: 0px !important;
}

.bd-left-0 {
  border-left: 0px !important;
}

.icon-facebook {
  width: 27px;
}

.icon-google {
  width: 27;
}

.box-center {
  width: 100%;
  display: flex;
  justify-content: center;
}

.a-line-none {
  text-decoration: none;
}

.cs-pointer {
  cursor: pointer;
}

.swal2-title {
  font-weight: 300 !important;
}

.btn-facebook {
  background: #3b5998;
  border: 1px solid #3b5998;
  border-radius: 5px;
}

.btn-google {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
}

.bd-confirm {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 0px 15px 30px 15px;
}

.box-login {
  width: 25%;
}

.box-register {
  width: 35%;
}

.box-confirm {
  width: 35%;
}

.box-forgot {
  width: 30%;
}

.box-invite {
  width: 25%;
}

@media screen and (max-width: 1199px) {
  .box-login {
    width: 30%;
  }
  .box-register {
    width: 40%;
  }
  .box-confirm {
    width: 40%;
  }
  .box-forgot {
    width: 35%;
  }
  .box-invite {
    width: 30%;
  }
}

@media screen and (max-width: 991px) {
  .box-login {
    width: 45%;
  }
  .box-register {
    width: 50%;
  }
  .box-confirm {
    width: 50%;
  }
  .box-forgot {
    width: 50%;
  }
  .box-invite {
    width: 45%;
  }
}

@media only screen and (max-width: 767px) {
  .box-login {
    width: 80%;
  }
  .box-register {
    width: 80%;
  }
  .box-confirm {
    width: 90%;
  }
  .box-forgot {
    width: 85%;
  }
  .box-invite {
    width: 80%;
  }
}

@media only screen and (max-width: 331px) {
  .box-login {
    width: 90%;
  }
  .box-register {
    width: 90%;
  }
  .box-confirm {
    width: 95%;
  }
  .box-forgot {
    width: 95%;
  }
  .box-invite {
    width: 90%;
  }
}

.bg-wall {
  background-image: url("/esign/assets/images/bg/creden-town.jpg");
  width: 100%;
  background-size: cover;
  background-position: center;
}

.bg-wall2 {
  background-image: url("/esign/assets/images/bg/bg-creden.jpg");
  width: 100%;
  background-size: cover;
  background-position: center;
}

.bg-imgreview {
  background-image: url("/esign/assets/images/bg/creden-town.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  /* padding-bottom: 675px; */
  height: fit-content;
}

.m-t-50 {
  margin-top: 50px;
}

.m-t-20 {
  margin-top: 20px !important;
}

.m-b-20 {
  margin-bottom: 35px !important;
}

.m-l-50 {
  margin-left: 50px !important;
}

.m-l-100 {
  margin-left: 100px !important;
}

.p-t-200 {
  padding-top: 200px;
}

.p-t-20 {
  padding-top: 20px;
}

.p-b-200 {
  padding-bottom: 200px;
}

.p-b-100 {
  padding-bottom: 100px;
}

.m-b-100 {
  margin-bottom: 100px !important;
}

.m-b-120 {
  margin-bottom: 120px !important;
}

.f72 {
  font-size: 140px;
}

.text-cen {
  text-align: center;
}

ul.timeline {
  list-style-type: none;
  position: relative;
}

ul.timeline:before {
  content: " ";
  background: #1667b2;
  display: inline-block;
  position: absolute;
  left: 29px;
  width: 2px;
  height: 100%;
  z-index: 400;
}

ul.timeline > li {
  margin: 20px 0;
  padding-left: 20px;
}

ul.timeline > li:before {
  content: " ";
  background: #1667b2;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  left: 25px;
  width: 10px;
  height: 10px;
  z-index: 400;
}

ul.timeline2 {
  list-style-type: none;
  position: relative;
}

ul.timeline2:before {
  content: " ";
  background: #ffffff;
  display: inline-block;
  position: absolute;
  left: 29px;
  width: 2px;
  height: 100%;
  z-index: 400;
}

ul.timeline2 > li {
  margin: 20px 0;
  padding-left: 20px;
}

.h200 {
  height: 200px;
}

.h350 {
  height: 350px;
}
.h500 {
  height: 500px !important;
}

.h216 {
  height: 200px;
  margin-bottom: 20px;
}

.bg-wall3 {
  background-color: #1667b2;
  width: 100%;
  height: 640px;
  background-size: cover;
  background-position: center;
}

.card-success-main {
  background: #ffffff;
  box-shadow: 4px 4px 24px rgba(0, 0, 0, 0.15);
  border-radius: 50px;
  width: 40%;
  height: 650px;
}

.card-otp-main {
  background: #ffffff;
  box-shadow: 4px 4px 24px rgba(0, 0, 0, 0.15);
  border-radius: 50px;
  width: 60%;
  height: 500px;
}

.card-pin {
  background: #ffffff;
  box-shadow: 4px 4px 24px rgba(0, 0, 0, 0.15);
  border-radius: 50px;
  width: 60%;
  height: 300px;

}

@media only screen and (max-width: 600px) {
  .card-success-main {
    background: #ffffff;
    box-shadow: 4px 4px 24px rgba(0, 0, 0, 0.15);
    border-radius: 50px;
    width: 80%;
    height: 550px;
  }

  .card-pin {
    background: #ffffff;
    box-shadow: 4px 4px 24px rgba(0, 0, 0, 0.15);
    border-radius: 50px;
    width: 90%;
    height: 500px;
  
  }

  .card-otp-main {
    background: #ffffff;
    box-shadow: 4px 4px 24px rgba(0, 0, 0, 0.15);
    border-radius: 50px;
    width: 90%;
    height: 500px;
  }
}

@media only screen and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .card-success-main {
    background: #ffffff;
    box-shadow: 4px 4px 24px rgba(0, 0, 0, 0.15);
    border-radius: 50px;
    width: 60%;
    height: 550px;
  }
}

.img-size-text {
  width: 70%;
}

.btn-color-to-ndid {
  background-color: #f9c01a;
  border-color: #f9c01a;
  background: #f9c01a;
  border-radius: 30px;
  color: #333333;
}

.btn-color-to-ndid:hover {
  background-color: #f9c01a;
  border-color: #f9c01a;
  background: #f9c01a;
  border-radius: 30px;
  color: #333333;
}
.bg-cuttom {
  background: linear-gradient(
    90deg,
    #0767b0 0%,
    #0a86e3 43.35%,
    rgba(7, 103, 176, 0) 96.78%
  );
  border-radius: 15px 15px 0px 0px;
}
.button-cuttom {
  padding: 5px 10px;
  color: #f2f2f2;
  background: #0767b0;
  border: 2px solid #ffffff;
  box-shadow: 0px 20px 24px rgba(0, 0, 0, 0.15);
  border-radius: 25px;
}
.button-cuttom:hover {
  background-color: #086fbd;
  color: F2F2F2;
}
.cuttom-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
}
.img-cuttom {
  width: 65%;
}
@media only screen and (max-width: 767px) {
  .img-cuttom {
    margin-left: 30px;
    width: 80%;
  }
  .box-order {
    display: flex;
    flex-direction: column;
  }
  .box-order :nth-child(1) {
    order: 2;
  }
  .box-order :nth-child(2) {
    order: 1;
  }
  .box-order :nth-child(3) {
    order: 3;
  }
  .box-order :nth-child(4) {
    order: 4;
  }
}

.txt-btn-try {
  width: 70%;
}




.btn-circle {
  width: 35px;
  height: 35px;

  background: #FFFFFF;
  border: 1px solid #CECECE;
  border-radius: 17.5px;
}