.block-member-div {
  font-family: "Kanit", sans-serif !important;
}
#block-member-div-id {
  font-family: "Kanit", sans-serif !important;
}
.login-p {
  font-family: "Kanit", sans-serif !important;
}
.member-button {
  background-color: #04aa6d;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  /* width: 100%; */
}

.member-button:hover {
  opacity: 0.8;
}

.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}

.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
}

img.avatar {
  width: 40%;
  border-radius: 50%;
}

.container {
  padding: 16px;
}

.button-login {
  background-color: #32adeb;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  width: auto;
  border-radius: 10px;
  padding: 10px 20px 10px 20px;
}

.button-login:disabled,
.button-login[disabled] {
  background-color: #a3e0ff;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  width: auto;
  border-radius: 10px;
  padding: 10px 20px 10px 20px;
}

.log_p {
  padding-right: 5%;
  padding-left: 20%;
}

.wnLogin {
  padding: 0px 0 20% 0;
}

.form-login {
  border: 0px solid;
  text-align: center;
  padding: 0px 0px 0 0px;
}

.wy-form-login {
  margin-top: 100px;
}

.wy-form {
  margin: 40px 0 10px 0px;
}

.require {
  color: red;
}

#chk-accept {
  height: unset;
  float: left;
}

.varidate-error {
  color: red;
}

.background-c {
  background-color: white;
}

.login-container {
  padding: 50px 15px;
}

.login-box {
  background-color: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  max-width: 990px;
  margin: 0 auto;
}

.login-box h2 {
  margin-bottom: 20px;
}

.login-box .form-group {
  margin-bottom: 15px;
}

.login-box button {
  width: 100%;
}

.register-link {
  margin-top: 15px;
  display: block;
  color: #007bff;
}

@media (max-width: 768px) {
  .login-box {
    padding: 20px;
  }
}

.form-container {
  background-color: #e3f4fc;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 990px;
  box-sizing: border-box;
}

.form-header {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}

.form-header img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  object-fit: cover;
  border: 2px solid #0066cc;
  cursor: pointer;
}

.form-header .fa-pen {
  position: absolute;
  bottom: 5px;
  right: 5px;
  background-color: #0066cc;
  color: white;
  padding: 5px;
  border-radius: 50%;
  cursor: pointer;
}

.form-footer {
  text-align: center;
  margin-top: 20px;
}

.form-footer button {
  padding: 10px 20px;
  background-color: #0066cc;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}

.form-footer button:hover {
  background-color: #005bb5;
}
.login-section.login-bg {
  background-image: url(/asset/images/bg-login.png);
}
.login-section {
  padding: 20px 60px 20px 60px;
  background-size: 100% 100%;
  border-radius: 10px;
}

/* .login-section h3 {
        font-size: 18px;
        color: #0066cc;
        margin-bottom: 10px;
        text-align: center;
        padding: 15px;
    } */

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  font-weight: bold;
  margin-bottom: 5px;
  padding-top: 6px;
}

.form-group .form-control {
  display: inline-block;
  padding-right: 30px;
}

.form-group.required {
  position: relative;
}

.one-hundred-percent .form-control {
  padding-right: 30px;
}

.one-hundred-percent.required::after {
  content: "*";
  color: red;
  position: absolute;
  right: -15px;
  top: 75%;
  transform: translateY(-50%);
}

.div-fullname.required::after {
  content: "*";
  color: red;
  position: absolute;
  right: -15px;
  top: 88%;
  transform: translateY(-50%);
}

.fifty-percent.required {
  position: relative;
}

.fifty-percent.required .form-control {
  padding-right: 30px;
}

.fifty-percent.required::after {
  content: "*";
  color: red;
  position: absolute;
  margin-left: 15px;
  top: 75%;
  transform: translateY(-50%);
}

.label-name {
  width: 400px !important;
}

.input-name {
  width: 150px !important;
}

.input-name::after {
  content: "*";
  color: red;
  position: absolute;
  right: -15px;
  top: 70%;
  transform: translateY(-50%);
}

.label-lname {
  width: 300px !important;
}

.input-lname {
  width: 150px !important;
}

.span-name-require {
  margin-left: 4px;
  margin-top: 10px;
}

.image label {
  position: absolute;
  display: block;
  right: 0px;
  bottom: 30px;
  color: #157efb;
  background-color: white;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  font-size: 15px;
  cursor: pointer;
  pointer-events: none;
  transition: 0.2s;
  border: 3px solid #157efb;
}

.image {
  position: relative;
  display: inline-block;
  padding-bottom: 30px;
}

#image-user {
  width: 106px;
  height: 106px;
  object-fit: cover;
  border-radius: 50%;
}

.icon-label {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fff;
  border-radius: 50%;
  padding: 5px;
  cursor: pointer;
  border: 1px solid #ccc;
}

.icon-label .fa {
  font-size: 14px;
  color: #333;
}

.user-profile-img {
  display: none !important;
}

.image label {
  display: block;
}

.wrapper h2 {
  margin-bottom: 20px;
}

.image {
  position: relative;
}

.image:hover label {
  opacity: 1;
  pointer-events: all;
}

.dropdown-toggle-langues.open > a:hover {
  background: #ffffff00;
  min-height: 100%;
}
.member-menu > .active {
  font-weight: bold;
  background-color: #00c0ff;
  /* background-color: #f6f7f8; */
}

.nav>li>a:focus, .nav>li>a:hover {
  text-decoration: none;
  background-color: #00c0ff;
}
.nav > li > a.active {
  text-decoration: none;
  /* background-color: #666666; */
  background-color: #00c0ff;
  font-weight: bold;
}
.nav > li > a:hover {
  text-decoration: none;
  /* background-color: #666666; */
  background-color: #00c0ff;
  font-weight: bold;
}
.block-member-div {
  /* background-color: #32ccfe; */
  background-color: #0f3a48;
  padding: 0px;
  border-radius: 10px;
  /* margin-left: -40px; */
}
.block-member-right-div {
  background-color: #e0e3ea;
  padding: 0px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  min-height: 50vh;
}
.member-profile-section {
  background-color: #ffffff;
  margin: 30px 60px 30px 30px;
  border-radius: 10px;
}
.login-section {
  background-color: #bfecf400;
  padding: 20px 30px 20px 30px;
}
.login-p {
  padding: 0 0% 0 0%;
}
.login-section label {
  font-weight: normal;
}

.login-section label.title-text {
  font-weight: bold;
}
.edit-pen {
  color: #339aff;
  cursor: pointer;
}
.wy-form {
  margin: 0px 0 0px 0px;
}
.login-section {
  margin-left: 30px;
}
.order-details {
  width: 450px;
}

.address-card {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.address-card .edit-address {
  color: #337ab7;
  text-decoration: none;
}
.address-info {
  flex-grow: 1;
}

.badge {
  display: inline-block;
  background-color: #d9d9d9;
  color: #333;
  border-radius: 10px;
  padding: 4px 8px;
  font-size: 14px;
  margin-left: 8px;
}

.badge-main {
  background-color: #9adf8f;
  color: white;
  display: inline-flex;
  align-items: center;
  padding: 4px 8px;
  border-radius: 10px;
}

.badge-main i {
  margin-right: 4px;
}

@media (min-width: 1281px) {
  .order-details {
    width: 450px;
  }
  .input-group {
    width: 100%;
  }

  .one-hundred-percent.required::after {
    content: "*";
    color: red;
    position: absolute;
    right: -15px;
    top: 70%;
    transform: translateY(-50%);
  }

  .div-varidate-error {
    margin: -10px 0px 0px 122px;
  }

  .wnLogin {
    padding: 0px 0 5% 0;
    width: 990px;
    left: calc((100% - 990px) / 2);
    right: calc((100% - 990px) / 2);
    position: relative;
  }

  .label-name {
    width: 240px !important;
  }

  .input-name {
    width: 150px !important;
  }

  .label-lname {
    width: 300px !important;
  }

  .input-lname {
    width: 150px !important;
  }

  .div-fullname.required::after {
    content: "*";
    color: red;
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
  }
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

/* @media (min-width: 1025px) and (max-width: 1280px) {

        .input-group {
            width: 104%;
        }
        .one-hundred-percent.required::after {
            content: "*";
            color: red;
            position: absolute;
            right: -15px;
            top: 70%;
            transform: translateY(-50%);
        }
        .form-group label{
            justify-content: flex-end;
            margin-right: 20px;
        }
        .div-varidate-error{
            margin: -10px 0px 0px 150px;
        }
        .login-p {
            padding: 0 15% 0 15%;
        }

        .wnLogin {
            padding: 0px 0 20% 0;
            width: 990px;
            left: calc((100% - 990px) / 2);
            right: calc((100% - 990px) / 2);
            position: relative;
        }
    } */
@media (min-width: 1200px) and (max-width: 1280px) {
  .order-details {
    width: 450px;
  }
  /* CSS */
  .input-group {
    width: 100%;
  }

  .one-hundred-percent.required::after {
    content: "*";
    color: red;
    position: absolute;
    right: -15px;
    /* margin-left: 351px; */
    top: 70%;
    transform: translateY(-50%);
  }

  .div-varidate-error {
    margin: -10px 0px 0px 122px;
  }

  .login-p {
    padding: 0 0% 0 0%;
  }

  .wnLogin {
    padding: 0px 0 20% 0;
    width: 990px;
    left: calc((100% - 990px) / 2);
    right: calc((100% - 990px) / 2);
    position: relative;
  }

  .label-name {
    width: 240px !important;
  }

  .input-name {
    width: 200px !important;
  }

  .label-lname {
    width: 300px !important;
  }

  .input-lname {
    width: 200px !important;
  }

  .div-fullname.required::after {
    content: "*";
    color: red;
    position: absolute;
    right: -15px;
    /* margin-left: 15px; */
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (min-width: 990px) and (max-width: 1199px) {
  .order-details {
    width: 300px;
  }
  .container {
    width: 970px !important;
  }
  /* CSS */

  .input-group {
    width: 100%;
  }

  .one-hundred-percent.required::after {
    content: "*";
    color: red;
    position: absolute;
    right: -15px;
    /* margin-left: 351px; */
    top: 50%;
    transform: translateY(-50%);
  }

  .div-varidate-error {
    margin: -10px 0px 0px 122px;
  }

  .login-p {
    padding: 0px 0% 0 0%;
  }

  .wnLogin {
    padding: 0px 0 20% 0;
    width: 990px;
    left: calc((100% - 990px) / 2);
    right: calc((100% - 990px) / 2);
    position: relative;
  }

  .div-fullname.required::after {
    content: "*";
    color: red;
    position: absolute;
    right: -15px;
    /* margin-left: 15px; */
    top: 50%;
    transform: translateY(-50%);
  }

  .label-name {
    width: 180px !important;
  }

  .input-name {
    width: 400px !important;
  }

  .label-lname {
    width: 225px !important;
  }

  .input-lname {
    width: 400px !important;
  }
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 989px) {
  .order-details {
    width: 150px;
  }
  /* CSS */

  .input-group {
    width: 100%;
  }

  .one-hundred-percent.required::after {
    content: "*";
    color: red;
    position: absolute;
    right: -15px;
    top: 70%;
    transform: translateY(-50%);
  }

  .div-varidate-error {
    margin: -10px 0px 0px 0px;
  }

  /* .login-p {
            padding: 0 0% 0 0%;
        } */

  .wnLogin {
    padding: 0px 0 20% 0;
    width: 990px;
    left: calc((100% - 990px) / 2);
    right: calc((100% - 990px) / 2);
    position: relative;
  }

  .input-name {
    width: 100% !important;
  }

  .input-lname {
    width: 100% !important;
  }

  .span-name-require {
    position: absolute;
    margin-top: 35px;
    right: -16px;
  }
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 989px) and (orientation: landscape) {
  .order-details {
    width: 220px;
  }
  /* CSS */

  .input-group {
    width: 100%;
  }

  .one-hundred-percent.required::after {
    content: "*";
    color: red;
    position: absolute;
    right: -15px;
    /* margin-left: 351px; */
    top: 70%;
    transform: translateY(-50%);
  }

  .div-varidate-error {
    margin: -10px 0px 0px 0px;
  }

  .login-p {
    padding: 0 0% 0 0%;
  }

  .wnLogin {
    padding: 0px 0 20% 0;
    width: 990px;
    left: calc((100% - 990px) / 2);
    right: calc((100% - 990px) / 2);
    position: relative;
  }

  .input-name {
    width: 100% !important;
  }

  .input-lname {
    width: 100% !important;
  }

  .span-name-require {
    position: absolute;
    margin-top: 35px;
    right: -16px;
  }
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  .order-details {
    width: 220px;
  }
  /* CSS */
  .login-section {
    padding: 20px 40px 20px 20px;
    background-size: 100% 100%;
    border-radius: 10px;
  }

  .div-varidate-error {
    margin: -15px 0px 0px 0px;
  }

  .one-hundred-percent.required::after {
    content: "*";
    color: red;
    position: absolute;
    right: -15px;
    /* margin-left: 638px; */
    top: 75%;
    transform: translateY(-50%);
  }

  .input-name {
    width: 100% !important;
  }

  .input-lname {
    width: 100% !important;
  }

  .span-name-require {
    position: absolute;
    margin-top: 35px;
    right: -16px;
  }
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 120px) and (max-width: 480px) {
  .order-details {
    width: 100px;
  }
  /* CSS */
  .login-section {
    padding: 20px 40px 20px 20px;
    background-size: 100% 100%;
    border-radius: 10px;
  }

  .div-varidate-error {
    margin: -15px 0px 0px 0px;
  }

  .input-name {
    width: 100% !important;
  }

  .input-lname {
    width: 100% !important;
  }

  .span-name-require {
    position: absolute;
    margin-top: 35px;
    right: -16px;
  }
}

.btn-outline-member {
  color: #32adeb;
  border-color: #32adeb;
}
.btn-outline-member:hover {
  color: #fff;
  background-color: #32adeb;
  border-color: #32adeb;
}

.btn-outline-member.focus,
.btn-outline-member:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-member.disabled,
.btn-outline-member:disabled {
  color: #32adeb;
  background-color: transparent;
}
.btn-outline-member:not(:disabled):not(.disabled).active,
.btn-outline-member:not(:disabled):not(.disabled):active,
.show > .btn-outline-member.dropdown-toggle {
  color: #fff;
  background-color: #32adeb;
  border-color: #32adeb;
}
.btn-outline-member:not(:disabled):not(.disabled).active:focus,
.btn-outline-member:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-member.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
