@charset "UTF-8";

/*---- open itonn เรียกไม่เจอ ขอปิด ไว้ก่อน -----

@font-face {
  font-family: "krungsri_simplemedium";
  src: url("../../../../../Content/fonts/krungsri_simple_med-webfont.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "sarabun";
  src: url("../../../../../KrungsriCreditCard/media/ic-asset/fonts/sarabun/Sarabun-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "sarabun";
  src: url("../../../../../KrungsriCreditCard/media/ic-asset/fonts/sarabun/Sarabun-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "sarabun";
  src: url("../../../../../KrungsriCreditCard/media/ic-asset/fonts/sarabun/Sarabun-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "sarabun";
  src: url("../../../../../KrungsriCreditCard/media/ic-asset/fonts/sarabun/Sarabun-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "sarabun";
  src: url("../../../../../KrungsriCreditCard/media/ic-asset/fonts/sarabun/Sarabun-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "sarabun";
  src: url("../../../../../KrungsriCreditCard/media/ic-asset/fonts/sarabun/Sarabun-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

----- close itonn เรียกไม่เจอ ขอปิด ไว้ก่อน ------ */

body {
  font-family: "krungsri_simplemedium", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-smooth: always;
  overflow-x: hidden;
}
body p,
body .h1,
body .h2,
body .h3,
body .h4,
body .h5,
body .h6,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  margin-bottom: 0;
}
body .container {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  body .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
body img {
  width: 100%;
}
body .nw {
  white-space: nowrap;
}
body .word {
  display: inline-block;
}
body .icw-link-action {
  text-decoration: none;
  font-weight: 700;
  color: inherit;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
body .icw-link-action:hover {
  opacity: 0.8;
}
body .icw-link-action:active {
  opacity: 0.6;
}
body .icw-link-action:focus {
  outline: none;
}
body .icw-link-action:visited {
  color: inherit;
}
body ul.list-disc {
  list-style: none !important;
  padding-inline-start: 0 !important;
  gap: 4px !important;
  margin-top: 4px !important;
}
body ul.list-disc li {
  padding-left: 20px !important;
}
body ul.list-disc li:before {
  display: flex !important;
  position: absolute !important;
  content: "" !important;
  flex: 0 0 3px;
  width: 3px;
  height: 3px;
  left: 8px !important;
  background-color: #333333;
  border-radius: 50%;
  margin-top: 0.75em;
}
body .show-w768 {
  display: none;
}
@media (max-width: 768px) {
  body .show-w768 {
    display: inline;
  }
}
body .show-w1024 {
  display: none;
}
@media (max-width: 1024px) {
  body .show-w1024 {
    display: inline;
  }
}
body .show-w1200 {
  display: none;
}
@media (max-width: 1200px) {
  body .show-w1200 {
    display: inline;
  }
}
body .hide-w1200 {
  display: inline;
}
@media (max-width: 1200px) {
  body .hide-w1200 {
    display: none;
  }
}
@media (max-width: 1024px) {
  body .show-desktop-only {
    display: none;
  }
}
body header .ctn-main-menu-mobile .top-menu-mb-bar > img {
  max-width: 16px !important;
}
body .FB-Chat-push {
  max-width: 60px !important;
}
@media (max-width: 768px) {
  body .FB-Chat-push {
    max-width: 50px !important;
    bottom: 70px !important;
  }
}

.icw-form-droplead-section {
  background-color: #ffd400;
  padding: 80px 0 !important;
  margin: 0;
  text-align: center;
}
.icw-form-droplead-section p {
  margin: 0;
}
.icw-form-droplead-section .nw {
  white-space: nowrap;
}
@media (min-width: 768px) {
  .icw-form-droplead-section .d-md-none {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .icw-form-droplead-section {
    padding: 64px 0 !important;
  }
}
.icw-form-droplead-section .icw-form-droplead-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  color: #111111;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .icw-form-droplead-section .icw-form-droplead-title {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.icw-form-droplead-section .icw-form-droplead-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 8px;
  position: relative;
  align-items: stretch;
}
@media (max-width: 768px) {
  .icw-form-droplead-section .icw-form-droplead-wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
}
.icw-form-droplead-section .icw-form-droplead-wrapper .icw-grid-item-wrapper {
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.0784313725);
  display: flex;
  flex-direction: column;
  border-radius: 16px;
}
.icw-form-droplead-section .icw-form-droplead-wrapper .icw-grid-item-wrapper .icw-grid-item-header {
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 16px 16px 0 0;
  padding: 16px 0;
}
.icw-form-droplead-section .icw-form-droplead-wrapper .icw-grid-item-wrapper .icw-grid-item-header .icw-howto-head-number {
  color: #ffd400;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}
@media (max-width: 768px) {
  .icw-form-droplead-section .icw-form-droplead-wrapper .icw-grid-item-wrapper .icw-grid-item-header .icw-howto-head-number {
    font-size: 18px;
  }
}
.icw-form-droplead-section .icw-form-droplead-wrapper .icw-grid-item-wrapper .icw-grid-item-header .icw-howto-head-desc {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
}
@media (max-width: 768px) {
  .icw-form-droplead-section .icw-form-droplead-wrapper .icw-grid-item-wrapper .icw-grid-item-header .icw-howto-head-desc {
    font-size: 16px;
  }
}
.icw-form-droplead-section .icw-form-droplead-wrapper .icw-grid-item-wrapper .icw-grid-item-body {
  background-color: #ffffff;
  padding: 48px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  border-radius: 0 0 16px 16px;
  overflow: hidden;
  flex: 1;
}
.icw-form-droplead-section .icw-form-droplead-wrapper .icw-grid-item-wrapper .icw-grid-item-body:last-child {
  gap: 24px;
}
@media (max-width: 768px) {
  .icw-form-droplead-section .icw-form-droplead-wrapper .icw-grid-item-wrapper .icw-grid-item-body:last-child {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .icw-form-droplead-section .icw-form-droplead-wrapper .icw-grid-item-wrapper .icw-grid-item-body {
    padding: 24px;
    gap: 16px;
  }
}
.icw-form-droplead-section .icw-form-droplead-wrapper .icw-grid-item-wrapper .icw-grid-item-body .icw-howto-title-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 768px) {
  .icw-form-droplead-section .icw-form-droplead-wrapper .icw-grid-item-wrapper .icw-grid-item-body .icw-howto-title-wrapper {
    font-size: 16px;
  }
}
.icw-form-droplead-section .icw-form-droplead-wrapper .icw-grid-item-wrapper .icw-grid-item-body .icw-howto-title-wrapper .icw-howto-title {
  color: #111111;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
}
@media (max-width: 768px) {
  .icw-form-droplead-section .icw-form-droplead-wrapper .icw-grid-item-wrapper .icw-grid-item-body .icw-howto-title-wrapper .icw-howto-title {
    font-size: 18px;
  }
}
.icw-form-droplead-section .icw-form-droplead-wrapper .icw-grid-item-wrapper .icw-grid-item-body .icw-howto-title-wrapper .icw-howto-subtitle {
  font-weight: 500;
  font-size: 13px;
  line-height: 150%;
  color: #999999;
}
.icw-form-droplead-section .icw-form-droplead-wrapper .icw-grid-item-wrapper .icw-grid-item-body .icw-howto-content {
  position: relative;
}
.icw-form-droplead-section .icw-form-droplead-wrapper .icw-grid-item-wrapper .icw-grid-item-body .icw-howto-content:has(.icw-form-wrapper) {
  position: relative;
  padding-bottom: 75px;
}
.icw-form-droplead-section .icw-form-droplead-wrapper .icw-grid-item-wrapper .icw-grid-item-body .icw-howto-content.preload::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 500;
  background-image: url("/KrungsriCreditCard/media/ic-asset/img/icon/pulse-preload.svg");
  background-repeat: no-repeat;
  background-position: center 25%;
  background-size: 300px auto;
}
@media (max-width: 768px) {
  .icw-form-droplead-section .icw-form-droplead-wrapper .icw-grid-item-wrapper .icw-grid-item-body .icw-howto-content.preload::after {
    top: -2px;
  }
}
.icw-form-droplead-section .icw-form-droplead-wrapper .icw-grid-item-wrapper .icw-grid-item-body .icw-howto-content .icw-howto-content-img1 {
  max-width: 470px;
  width: 100%;
}
.icw-form-droplead-section .icw-form-droplead-wrapper .icw-grid-item-wrapper .icw-grid-item-body .icw-howto-content .icw-howto-content-wrapper {
  position: relative;
  background-color: #ffffff;
  padding: 16px 0 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media (max-width: 768px) {
  .icw-form-droplead-section .icw-form-droplead-wrapper .icw-grid-item-wrapper .icw-grid-item-body .icw-howto-content .icw-howto-content-wrapper {
    padding: 12px 0 0;
  }
}
.icw-form-droplead-section .icw-form-droplead-wrapper .icw-grid-item-wrapper .icw-grid-item-body .icw-howto-content .icw-howto-content-wrapper .icw-howto-content-qr {
  display: flex;
  gap: 16px;
  max-width: 293px;
}
.icw-form-droplead-section .icw-form-droplead-wrapper .icw-grid-item-wrapper .icw-grid-item-body .icw-howto-content .icw-howto-content-wrapper .icw-howto-content-qr .icw-howto-content-img1-qr {
  max-width: 140px;
}
.icw-form-droplead-section .icw-form-droplead-wrapper .icw-grid-item-wrapper .icw-grid-item-body .icw-howto-content .icw-howto-content-wrapper .icw-howto-content-qr .icw-howto-content-img-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}
@media (max-width: 768px) {
  .icw-form-droplead-section .icw-form-droplead-wrapper .icw-grid-item-wrapper .icw-grid-item-body .icw-howto-content .icw-howto-content-wrapper .icw-howto-content-qr .icw-howto-content-img-text {
    flex-direction: row;
    gap: 16px;
    align-items: center;
  }
}
.icw-form-droplead-section .icw-form-droplead-wrapper .icw-grid-item-wrapper .icw-grid-item-body .icw-howto-content .icw-howto-content-wrapper .icw-howto-content-qr .icw-howto-content-img-text p {
  font-size: 11px;
  font-weight: 500;
  line-height: 150%;
  color: #111111;
}
.icw-form-droplead-section .icw-form-droplead-wrapper .icw-grid-item-wrapper .icw-grid-item-body .icw-howto-content .icw-howto-content-wrapper .icw-howto-content-qr .icw-howto-content-img-text .icw-howto-content-img-icon-wrapper {
  display: flex;
  gap: 8px;
}
.icw-form-droplead-section .icw-form-droplead-wrapper .icw-grid-item-wrapper .icw-grid-item-body .icw-howto-content .icw-howto-content-wrapper .icw-howto-content-qr .icw-howto-content-img-text .icw-howto-content-img-icon-wrapper img {
  width: 30px;
  height: 30px;
}
.icw-form-droplead-section .icw-form-droplead-wrapper .icw-grid-item-wrapper .icw-grid-item-body .icw-howto-content .icw-howto-content-wrapper .icw-howto-content-apply-step-btn {
  padding: 16px 0;
  border-radius: 4px;
  border: 1px solid #6f5f5e;
  width: 100%;
  max-width: 260px;
  font-size: 14px;
  font-weight: 700;
  line-height: 130%;
  color: #6f5f5e;
  transition: all 0.3s ease-in-out;
}
.icw-form-droplead-section .icw-form-droplead-wrapper .icw-grid-item-wrapper .icw-grid-item-body .icw-howto-content .icw-howto-content-wrapper .icw-howto-content-apply-step-btn:hover {
  background-color: #ffd400;
}
@media (max-width: 768px) {
  .icw-form-droplead-section .icw-form-droplead-wrapper .icw-grid-item-wrapper .icw-grid-item-body .icw-howto-content .icw-howto-content-wrapper .icw-howto-content-apply-step-btn {
    color: #111111;
    max-width: 295px;
    background-color: #ffd400;
    border: none;
  }
}
.icw-form-droplead-section .icw-form-droplead-wrapper .icw-grid-item-wrapper .icw-grid-item-body .icw-howto-content .icw-howto-content-wrapper .icw-howto-content-apply-step-mobile-btn {
  font-size: 13px;
  font-weight: 700;
  line-height: 130%;
  color: #6f5f5e;
}
.icw-form-droplead-section .icw-form-droplead-wrapper .icw-grid-item-wrapper .icw-grid-item-body .icw-howto-content .icw-form-wrapper .icw-form-row-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 768px) {
  .icw-form-droplead-section .icw-form-droplead-wrapper .icw-grid-item-wrapper .icw-grid-item-body .icw-howto-content .icw-form-wrapper .icw-form-row-wrapper {
    gap: 16px;
  }
}
.icw-form-droplead-section .icw-form-droplead-wrapper .icw-grid-item-wrapper .icw-grid-item-body .icw-howto-content .icw-form-wrapper .icw-form-row-wrapper .icw-form-row {
  display: grid;
  gap: 0;
  align-items: flex-end;
}
.icw-form-droplead-section .icw-form-droplead-wrapper .icw-grid-item-wrapper .icw-grid-item-body .icw-howto-content .icw-form-wrapper .icw-form-row-wrapper .icw-form-row:first-child {
  grid-template-columns: minmax(0, 140px) repeat(2, minmax(0, 1fr));
}
@media (max-width: 768px) {
  .icw-form-droplead-section .icw-form-droplead-wrapper .icw-grid-item-wrapper .icw-grid-item-body .icw-howto-content .icw-form-wrapper .icw-form-row-wrapper .icw-form-row:first-child {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto auto;
    row-gap: 16px;
  }
  .icw-form-droplead-section .icw-form-droplead-wrapper .icw-grid-item-wrapper .icw-grid-item-body .icw-howto-content .icw-form-wrapper .icw-form-row-wrapper .icw-form-row:first-child .form-field:first-child {
    grid-column: 1/-1;
  }
}
.icw-form-droplead-section .icw-form-droplead-wrapper .icw-grid-item-wrapper .icw-grid-item-body .icw-howto-content .icw-form-wrapper .icw-form-row-wrapper .icw-form-row:first-child .form-field:first-child select {
  border-radius: 4px 0 0 4px;
}
@media (max-width: 768px) {
  .icw-form-droplead-section .icw-form-droplead-wrapper .icw-grid-item-wrapper .icw-grid-item-body .icw-howto-content .icw-form-wrapper .icw-form-row-wrapper .icw-form-row:first-child .form-field:first-child select {
    border-radius: 4px;
  }
}
.icw-form-droplead-section .icw-form-droplead-wrapper .icw-grid-item-wrapper .icw-grid-item-body .icw-howto-content .icw-form-wrapper .icw-form-row-wrapper .icw-form-row:first-child .form-field:nth-child(2) input {
  border-radius: 0;
  border-left: none;
  border-right: none;
}
.icw-form-droplead-section .icw-form-droplead-wrapper .icw-grid-item-wrapper .icw-grid-item-body .icw-howto-content .icw-form-wrapper .icw-form-row-wrapper .icw-form-row:first-child .form-field:nth-child(2) input.input-validation-error.form-control {
  border-left: solid 1px;
  border-color: #d42620;
}
@media (max-width: 768px) {
  .icw-form-droplead-section .icw-form-droplead-wrapper .icw-grid-item-wrapper .icw-grid-item-body .icw-howto-content .icw-form-wrapper .icw-form-row-wrapper .icw-form-row:first-child .form-field:nth-child(2) input {
    border-left: 1px solid #e0e0e0;
    border-radius: 4px 0 0 4px;
  }
}
.icw-form-droplead-section .icw-form-droplead-wrapper .icw-grid-item-wrapper .icw-grid-item-body .icw-howto-content .icw-form-wrapper .icw-form-row-wrapper .icw-form-row:first-child .form-field:nth-child(3) input {
  border-radius: 0 4px 4px 0;
}
.icw-form-droplead-section .icw-form-droplead-wrapper .icw-grid-item-wrapper .icw-grid-item-body .icw-howto-content .icw-form-wrapper .icw-form-row-wrapper .icw-form-row:nth-child(2) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
@media (max-width: 768px) {
  .icw-form-droplead-section .icw-form-droplead-wrapper .icw-grid-item-wrapper .icw-grid-item-body .icw-howto-content .icw-form-wrapper .icw-form-row-wrapper .icw-form-row:nth-child(2) {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-template-rows: auto auto;
    row-gap: 16px;
  }
}
.icw-form-droplead-section .icw-form-droplead-wrapper .icw-grid-item-wrapper .icw-grid-item-body .icw-howto-content .icw-form-wrapper .icw-form-row-wrapper .icw-form-row:nth-child(4) {
  text-align: left;
}
.icw-form-droplead-section .icw-form-droplead-wrapper .icw-grid-item-wrapper .icw-grid-item-body .icw-howto-content .icw-form-wrapper .icw-form-row-wrapper .icw-form-row:nth-child(4) .form-field {
  gap: 12px;
}
@media (max-width: 768px) {
  .icw-form-droplead-section .icw-form-droplead-wrapper .icw-grid-item-wrapper .icw-grid-item-body .icw-howto-content .icw-form-wrapper .icw-form-row-wrapper .icw-form-row:nth-child(4) .form-field {
    gap: 10px;
  }
}
.icw-form-droplead-section .icw-form-droplead-wrapper .icw-grid-item-wrapper .icw-grid-item-body .icw-howto-content .icw-form-wrapper .icw-form-row-wrapper .icw-form-row:nth-child(4) .form-field p {
  font-family: "sarabun", "krungsri_simplemedium", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 170%;
}
.icw-form-droplead-section .icw-form-droplead-wrapper .icw-grid-item-wrapper .icw-grid-item-body .icw-howto-content .icw-form-wrapper .icw-form-row-wrapper .icw-form-row:nth-child(4) .form-field label {
  font-family: "sarabun", "krungsri_simplemedium", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 170%;
  color: #666666;
  margin: 0;
}
.icw-form-droplead-section .icw-form-droplead-wrapper .icw-grid-item-wrapper .icw-grid-item-body .icw-howto-content .icw-form-wrapper .icw-form-row-wrapper .icw-form-row:nth-child(4) .form-field .editing-form-control-nested-control .ktc-checkbox {
  display: flex;
  gap: 6px;
}
.icw-form-droplead-section .icw-form-droplead-wrapper .icw-grid-item-wrapper .icw-grid-item-body .icw-howto-content .icw-form-wrapper .icw-form-row-wrapper .icw-form-row:nth-child(4) .form-field .editing-form-control-nested-control .ktc-checkbox a {
  color: #111111;
  font-family: "sarabun", "krungsri_simplemedium", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 170%;
  text-decoration: underline !important;
}
.icw-form-droplead-section .icw-form-droplead-wrapper .icw-grid-item-wrapper .icw-grid-item-body .icw-howto-content .icw-form-wrapper .icw-form-row-wrapper .icw-form-row:nth-child(4) .form-field .editing-form-control-nested-control input[type=checkbox] {
  border: 1px solid #6f5f5e;
  border-radius: 4px;
  height: 16px;
  width: 16px;
  padding: 0;
  /* -- appearance: none; -- */
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.25 4L3.75 6.5L8.75 1.5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: 4px;
}
.icw-form-droplead-section .icw-form-droplead-wrapper .icw-grid-item-wrapper .icw-grid-item-body .icw-howto-content .icw-form-wrapper .icw-form-row-wrapper .icw-form-row:nth-child(4) .form-field .editing-form-control-nested-control input[type=checkbox]:checked {
  background-color: #6f5f5e;
  border-color: #6f5f5e;
  margin-top: 4px;
}
.icw-form-droplead-section .icw-form-droplead-wrapper .icw-grid-item-wrapper .icw-grid-item-body .icw-howto-content .icw-form-wrapper .icw-form-row-wrapper .icw-form-row:nth-child(4) .form-field .editing-form-control-nested-control label {
  font-family: "sarabun", "krungsri_simplemedium", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 170%;
}
.icw-form-droplead-section .icw-form-droplead-wrapper .icw-grid-item-wrapper .icw-grid-item-body .icw-howto-content .icw-form-wrapper .icw-form-row-wrapper .icw-form-row .form-field {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 4px;
}
.icw-form-droplead-section .icw-form-droplead-wrapper .icw-grid-item-wrapper .icw-grid-item-body .icw-howto-content .icw-form-wrapper .icw-form-row-wrapper .icw-form-row .form-field .editing-form-control-nested-control {
  width: 100% !important;
  position: relative !important;
}
.icw-form-droplead-section .icw-form-droplead-wrapper .icw-grid-item-wrapper .icw-grid-item-body .icw-howto-content .icw-form-wrapper .icw-form-row-wrapper .icw-form-row .form-field .editing-form-control-nested-control select,
.icw-form-droplead-section .icw-form-droplead-wrapper .icw-grid-item-wrapper .icw-grid-item-body .icw-howto-content .icw-form-wrapper .icw-form-row-wrapper .icw-form-row .form-field .editing-form-control-nested-control input {
  margin: 0 !important;
  font-family: "sarabun", "krungsri_simplemedium", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 170%;
  border: 1px solid #e0e0e0;
  padding: 16px;
  height: auto;
  cursor: pointer;
}
.icw-form-droplead-section .icw-form-droplead-wrapper .icw-grid-item-wrapper .icw-grid-item-body .icw-howto-content .icw-form-wrapper .icw-form-row-wrapper .icw-form-row .form-field .editing-form-control-nested-control select {
  /* appearance: none; */
  /* -webkit-appearance: none; */
  /* -moz-appearance: none; */
  background-image: url("../../../../../KrungsriCreditCard/media/ic-asset/img/icon/dropdown-brown-icon.svg") !important;
  background-repeat: no-repeat;
  background-position: right 16px center !important;
  background-size: 16px 16px !important;
  padding-right: 40px !important;
}
.icw-form-droplead-section .icw-form-droplead-wrapper .icw-grid-item-wrapper .icw-grid-item-body .icw-howto-content .icw-form-wrapper .icw-form-row-wrapper .icw-form-row .form-field .editing-form-control-nested-control select::placeholder {
  color: #111111;
}
.icw-form-droplead-section .icw-form-droplead-wrapper .icw-grid-item-wrapper .icw-grid-item-body .icw-howto-content .icw-form-wrapper .icw-form-row-wrapper .icw-form-row .form-field .editing-form-control-nested-control input::placeholder {
  color: #dedede;
}
.icw-form-droplead-section .icw-form-droplead-wrapper .icw-grid-item-wrapper .icw-grid-item-body .icw-howto-content .icw-form-wrapper .icw-form-row-wrapper .icw-form-row .form-field .editing-form-control-nested-control .form-control:focus {
  box-shadow: inset 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.icw-form-droplead-section .icw-form-droplead-wrapper .icw-grid-item-wrapper .icw-grid-item-body .icw-howto-content .icw-form-wrapper .icw-form-row-wrapper .icw-form-row .form-field .editing-form-control-nested-control .field-validation-error {
  position: absolute !important;
  padding-left: 16px;
  padding-top: 4px;
}
.icw-form-droplead-section .icw-form-droplead-wrapper .icw-grid-item-wrapper .icw-grid-item-body .icw-howto-content .icw-form-wrapper .icw-form-row-wrapper .icw-form-row .form-field .editing-form-control-nested-control .input-validation-error.form-control {
  border-color: #d42620;
}
.icw-form-droplead-section .icw-form-droplead-wrapper .icw-grid-item-wrapper .icw-grid-item-body .icw-howto-content .icw-form-wrapper .icw-form-row-wrapper .icw-form-row .form-field .editing-form-control-nested-control .kcc-dropdraw {
  */ appearance: none; */
  position: relative !important;
}
.icw-form-droplead-section .icw-form-droplead-wrapper .icw-grid-item-wrapper .icw-grid-item-body .icw-howto-content .icw-form-wrapper .icw-form-row-wrapper .icw-form-row .form-field .editing-form-control-nested-control .kcc-dropdraw select {
  width: 100%;
}
.icw-form-droplead-section .icw-form-droplead-wrapper .icw-grid-item-wrapper .icw-grid-item-body .icw-howto-content .icw-form-wrapper .icw-form-row-wrapper .icw-form-row .form-field .editing-form-control-nested-control .kcc-input {
  position: relative !important;
}
.icw-form-droplead-section .icw-form-droplead-wrapper .icw-grid-item-wrapper .icw-grid-item-body .icw-howto-content .icw-form-wrapper .icw-form-row-wrapper .icw-form-row .form-field .editing-form-control-nested-control .error-name,
.icw-form-droplead-section .icw-form-droplead-wrapper .icw-grid-item-wrapper .icw-grid-item-body .icw-howto-content .icw-form-wrapper .icw-form-row-wrapper .icw-form-row .form-field .editing-form-control-nested-control .error-province {
  position: absolute !important;
  left: 0;
  top: 100%;
  font-size: 10px;
  padding: 4px;
}
.icw-form-droplead-section .icw-form-droplead-wrapper .icw-grid-item-wrapper .icw-grid-item-body .icw-howto-content .icw-form-wrapper .icw-form-row-wrapper .form-field:nth-child(n+8) {
  display: none;
}
.icw-form-droplead-section .icw-form-droplead-wrapper .icw-grid-item-wrapper .icw-grid-item-body .icw-howto-content .icw-form-wrapper .icw-form-row-wrapper .form-field:nth-child(5) {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 12px;
}
.icw-form-droplead-section .icw-form-droplead-wrapper .icw-grid-item-wrapper .icw-grid-item-body .icw-howto-content .icw-form-wrapper .icw-form-row-wrapper .form-field:nth-child(5) .editing-form-control-nested-control .ktc-checkbox {
  display: flex;
  gap: 6px;
}
.icw-form-droplead-section .icw-form-droplead-wrapper .icw-grid-item-wrapper .icw-grid-item-body .icw-howto-content .icw-form-wrapper .icw-form-row-wrapper .form-field:nth-child(5) .editing-form-control-nested-control .ktc-checkbox a {
  color: #111111;
  font-family: "sarabun", "krungsri_simplemedium", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 170%;
  text-decoration: underline !important;
}
.icw-form-droplead-section .icw-form-droplead-wrapper .icw-grid-item-wrapper .icw-grid-item-body .icw-howto-content .icw-form-wrapper .icw-form-row-wrapper .form-field:nth-child(5) .editing-form-control-nested-control input[type=checkbox] {
  border: 1px solid #6f5f5e;
  border-radius: 4px;
  height: 16px;
  width: 16px;
  padding: 0;
  */ appearance: none; */
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.25 4L3.75 6.5L8.75 1.5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: 4px;
}
.icw-form-droplead-section .icw-form-droplead-wrapper .icw-grid-item-wrapper .icw-grid-item-body .icw-howto-content .icw-form-wrapper .icw-form-row-wrapper .form-field:nth-child(5) .editing-form-control-nested-control input[type=checkbox]:checked {
  background-color: #6f5f5e;
  border-color: #6f5f5e;
  margin-top: 4px;
}
.icw-form-droplead-section .icw-form-droplead-wrapper .icw-grid-item-wrapper .icw-grid-item-body .icw-howto-content .icw-form-wrapper .icw-form-row-wrapper .form-field:nth-child(5) label {
  font-family: "sarabun", "krungsri_simplemedium", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 170%;
}
.icw-form-droplead-section .icw-form-droplead-wrapper .icw-grid-item-wrapper .icw-grid-item-body .icw-howto-content .icw-form-wrapper .icw-form-row-wrapper .form-field .kcc-capcha {
  position: relative;
}
.icw-form-droplead-section .icw-form-droplead-wrapper .icw-grid-item-wrapper .icw-grid-item-body .icw-howto-content .icw-form-wrapper .icw-form-row-wrapper .form-field .kcc-capcha .error-message {
  text-align: center;
  font-size: 10px;
  padding: 4px;
  line-height: 24px;
  margin: 0;
}
.icw-form-droplead-section .icw-form-droplead-wrapper .icw-grid-item-wrapper .icw-grid-item-body .icw-howto-content .icw-form-wrapper form input[type=submit] {
  position: relative;
  bottom: unset;
  left: unset;
  transform: unset;
  display: none;
  margin: 24px 0 0;
  padding: 16px 0;
  max-width: 260px;
  width: 100%;
  height: auto;
  border: none;
  border-radius: 4px;
  font-family: "krungsri_simplemedium", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 130%;
  color: #111111 !important;
}
.icw-form-droplead-section .icw-form-droplead-wrapper .icw-grid-item-wrapper .icw-grid-item-body .icw-howto-content .icw-form-wrapper form input[type=submit][value=สมัครบัตร], .icw-form-droplead-section .icw-form-droplead-wrapper .icw-grid-item-wrapper .icw-grid-item-body .icw-howto-content .icw-form-wrapper form input[type=submit][value=Submit] {
  background-image: url(https://krungsricard.com/KrungsriCreditCard/media/html/submit-button.png) !important;
  background-repeat: no-repeat !important;
  background-color: transparent !important;
  background-position: center;
  border: none !important;
  height: 55px !important;
  max-width: unset;
  width: 100% !important;
  margin: 24px 0 0 !important;
  padding: 0;
  font-size: 0px !important;
  display: flex;
  position: absolute;
  bottom: 0 !important;
}
.icw-form-droplead-section .icw-form-droplead-wrapper .icw-yellow-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffd400;
  border-radius: 88px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 48px;
  height: 48px;
  font-size: 13px;
  font-weight: 700;
  line-height: 150%;
  color: #111111;
}
@media (max-width: 768px) {
  .icw-form-droplead-section .icw-form-droplead-wrapper .icw-yellow-circle {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    width: auto;
    height: auto;
  }
}

/*# sourceMappingURL=icw-form-droplead.css.map */
