.sms-body, .sms-body * {box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.sms-body {font-size:14px;line-height:18px;}
.sms-customize-body {background:#f6f5f7;}
.sms-body h1, .sms-body h2, .sms-body h3, .sms-body h4 {display: inline-block; margin: 0; padding: 0; font-weight: normal; width: 100%;}
.sms-box {max-width: 360px; margin: 20px auto 80px auto;}
.sms-box > .sms-wrap {display: block; width: 100%; margin: 0; background: #fff; box-shadow: 1px 1px 5px rgba(0,0,0,0.08); border-radius: 5px;}
.sms-wrap h2 {padding: 20px 20px 25px 20px; border-bottom: 1px solid rgba(0,0,0,0.1); display: block; font-size: 21px;}
.sms-inside {padding: 20px; display: inline-block; width: 100%;}
.sms-body label {display: block; width: 100%; margin: 0 0 5px 0;font-weight:bolder;}
.sms-body .sms-row {display:inline-block;width:100%;margin:0 0 20px 0;}
.sms-body .sms-row.sms-rsnd {margin-top:20px;}
.sms-body input[type="text"], .sms-body input[type="tel"], .sms-body input[type="email"] {width:100%;height:auto;padding: 8px; font-size: 14px; line-height: 18px; border: 1px solid rgba(0,0,0,0.2);margin:0; border-radius: 3px; box-shadow: none; outline: none; background: #fff;}
.sms-body input[type="text"]:hover, .sms-body input[type="tel"]:hover, .sms-body input[type="email"]:hover {border-color: rgba(0,0,0,0.3);}
.sms-body input[type="text"].error, .sms-body input[type="tel"].error, .sms-body input[type="email"].error {background:#ffecec;}
.sms-body .sms-button, .sms-body .sms-button-resend {text-decoration:none;position: relative; text-align: center; float: left; background: #0d9ecc; width:100%;color: #fff!important; padding: 9px 10px; font-size: 14px; line-height: 18px; font-weight:bold;border: 1px solid rgba(0,0,0,0.05); border-bottom-color: rgba(0,0,0,0.1); border-radius: 4px; box-shadow: none; outline: none; cursor: pointer; transition: 0.1s;}
.sms-body .sms-button:not(.disabled):not(.loading):hover, .sms-body .sms-button-resend:not(.disabled):not(.loading):hover {text-decoration: none; opacity: 0.8;text-decoration:none;}
.sms-body .sms-button.disabled, .sms-body .sms-button-resend.disabled {opacity: 0.5; cursor: not-allowed;}
.sms-body .sms-button.loading, .sms-body .sms-button-resend.loading {opacity: 0.5; cursor: wait;position:relative;}
.sms-body .sms-button.loading:before, .sms-body .sms-button-resend.loading:before {content: "\f110"; font-family: "FontAwesome","Font Awesome 5 Free"; position: absolute; left: 10px; top: 8px;animation: smsSpin 1.5s linear infinite;}
.sms-body .sms-button-resend {background:#777!important;}
.sms-body .sms-only-text {font-size:14px;display:block;float:left;clear:both;width:100%;}
.sms-body input[type="text"].sms-code {float:left;width:23%;margin-right:2.65%;text-align:center;font-size:26px;line-height:30px;padding:15px 5px!important;height:62px!important;margin-top:8px;margin-bottom:4px;}
.sms-body input[type="text"].sms-code#code4 {margin-right:0;}
.sms-body .sms-row.sms-error {text-align:center;width: 100%; padding: 10px; font-size: 13px; font-weight: bold; background: #e68383; color: #fff; border-radius: 3px; margin: 0 0 20px 0;display:inline-block;}
.sms-body .sms-row.sms-success {text-align:center;width: 100%; padding: 10px; font-size: 14px; font-weight: bold; background: #43d6a0; color: #fff; border-radius: 3px; margin: 0 0 20px 0;display:inline-block;}
.sms-body .sms-row.sms-support-note {margin:16px 0 0;padding:10px 12px;background:#f6f7f8;border:1px solid #dde1e5;border-radius:4px;color:#555;font-size:12px;line-height:18px;}
.sms-body .sms-row.sms-support-note.sms-support-active {margin:0 0 20px;background:#fff7df;border-color:#e7c766;color:#6e5714;font-weight:600;}
.sms-body .sms-row.sms-support-note a {font-weight:700;}

@keyframes smsSpin { 0% { transform: rotate(0); } 100% { transform: rotate(360deg); } }

.intl-tel-input .country-list {min-width:240px;}
.intl-tel-input .country-list.dropup {width:auto;max-width:320px;}
.intl-tel-input .flag-container {left:0;}
.intl-tel-input .flag-container + input[type="text"] {padding-left:45px!important;}
.intl-tel-input .flag-container .fa {display:none!important;}
.intl-tel-input .sms-validation {clear: both; display: inline-block; position: absolute; right: 8px; font-size: 11px; font-style: normal; color: #888; letter-spacing: -0.2px; line-height: 16px; top: 50%; margin-top: -8px;}
.sms-body .intl-tel-input {width:100%;display:inline-block;}
.input-box > .intl-tel-input {float: left; z-index: 12; width: 100%; }
.add_item .input-box > .intl-tel-input input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]) {padding-left:45px!important;}

/* Full-screen country selector shared by every intl-tel-input instance. */
:root {
  --sms-country-picker-z: 2147483000;
  --sms-country-picker-header-height: calc(132px + env(safe-area-inset-top, 0px));
}

body.sms-country-picker-open {
  overflow: hidden !important;
}

.sms-country-picker-header {
  position: fixed;
  z-index: calc(var(--sms-country-picker-z) + 2);
  top: 0;
  right: 0;
  left: 0;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: var(--sms-country-picker-header-height);
  padding: env(safe-area-inset-top, 0px) 18px 10px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.12);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-sizing: border-box;
}

.sms-country-picker-title-row {
  position: relative;
  display: flex;
  flex: 0 0 68px;
  align-items: center;
  justify-content: center;
  width: 100%;
}

body.sms-country-picker-open .sms-country-picker-header {
  display: flex;
}

.sms-country-picker-title {
  margin: 0;
  color: #0b1645;
  font-family: inherit;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}

.sms-country-picker-close {
  position: absolute;
  right: 0;
  top: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin: 0;
  padding: 0;
  border: 2px solid #2f70c9;
  border-radius: 50%;
  outline: 0;
  background: transparent;
  box-shadow: none;
  color: #2f70c9;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.sms-country-picker-search-wrap {
  position: relative;
  display: flex;
  flex: 0 0 44px;
  align-items: center;
  width: min(100%, 780px);
  margin: 0;
  color: #2566bd;
}

.sms-country-picker-search-wrap > .fa {
  position: absolute;
  z-index: 1;
  left: 15px;
  top: 50%;
  margin-top: -9px;
  font-size: 18px;
  line-height: 18px;
  pointer-events: none;
}

.sms-country-picker-search-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sms-country-picker-search {
  display: block;
  width: 100%;
  height: 44px;
  margin: 0;
  padding: 0 42px 0 45px;
  border: 1px solid #b9c6d8;
  border-radius: 10px;
  outline: 0;
  background: #fff;
  box-shadow: none;
  color: #111827;
  font: inherit;
  font-size: 16px;
  line-height: 42px;
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
}

.sms-country-picker-search::placeholder {
  color: #7b8493;
  opacity: 1;
}

.sms-country-picker-search:focus {
  border-color: #2f70c9;
  box-shadow: 0 0 0 3px rgba(47, 112, 201, 0.16);
}

.sms-country-picker-close:hover,
.sms-country-picker-close:focus-visible {
  background: #edf5ff;
  color: #155db7;
}

.sms-country-picker-close:focus-visible {
  box-shadow: 0 0 0 3px rgba(47, 112, 201, 0.24);
}

body.sms-country-picker-open .intl-tel-input.sms-country-picker-host {
  z-index: var(--sms-country-picker-z) !important;
}

body > .sms-country-picker-portal {
  position: fixed !important;
  z-index: var(--sms-country-picker-z) !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  pointer-events: none;
}

body.sms-country-picker-open > .sms-country-picker-portal.sms-country-picker-host {
  pointer-events: auto;
}

body.sms-country-picker-open.iti-mobile > .intl-tel-input.sms-country-picker-host.iti-container {
  position: fixed !important;
  z-index: var(--sms-country-picker-z) !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.sms-country-picker-open .intl-tel-input.sms-country-picker-host .country-list,
body.sms-country-picker-open .intl-tel-input.sms-country-picker-host .country-list.dropup {
  position: fixed !important;
  z-index: calc(var(--sms-country-picker-z) + 1) !important;
  top: var(--sms-country-picker-header-height) !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  height: auto !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 18px calc(20px + env(safe-area-inset-bottom, 0px)) !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  border: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
  scrollbar-width: thin;
  scrollbar-color: #b9cae2 transparent;
  box-sizing: border-box;
}

body.sms-country-picker-open .intl-tel-input.sms-country-picker-host .country-list .country {
  display: flex;
  align-items: center;
  min-height: 58px;
  margin: 0;
  padding: 12px 18px;
  border-radius: 10px;
  color: #111827;
  font-family: inherit;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
  white-space: nowrap;
  transition: background-color 120ms ease, color 120ms ease;
  box-sizing: border-box;
}

body.sms-country-picker-open .intl-tel-input.sms-country-picker-host .country-list .sms-country-picker-filtered {
  display: none !important;
}

body.sms-country-picker-open .intl-tel-input.sms-country-picker-host .country-list .sms-country-picker-empty {
  padding: 26px 18px;
  color: #6b7280;
  font-size: 15px;
  text-align: center;
}

body.sms-country-picker-open .intl-tel-input.sms-country-picker-host .country-list .country.highlight,
body.sms-country-picker-open .intl-tel-input.sms-country-picker-host .country-list .country.active {
  color: #174ea6;
  background: #edf5ff;
}

body.sms-country-picker-open .intl-tel-input.sms-country-picker-host .country-list .iti-flag {
  flex: 0 0 auto;
  margin-right: 16px;
}

body.sms-country-picker-open .intl-tel-input.sms-country-picker-host .country-list .country-name {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.sms-country-picker-open .intl-tel-input.sms-country-picker-host .country-list .dial-code {
  flex: 0 0 auto;
  margin-left: 9px;
  color: #9a9da4;
  font-size: 0.92em;
  font-weight: 400;
}

body.sms-country-picker-open .intl-tel-input.sms-country-picker-host .country-list .divider {
  min-height: 0;
  margin: 8px -18px;
  padding: 0;
  border-bottom: 1px solid rgba(15, 23, 42, 0.13);
  border-radius: 0;
}

@media (max-width: 480px) {
  :root {
    --sms-country-picker-header-height: calc(124px + env(safe-area-inset-top, 0px));
  }

  .sms-country-picker-header {
    padding-right: 10px;
    padding-bottom: 8px;
    padding-left: 10px;
  }

  .sms-country-picker-title-row {
    flex-basis: 64px;
  }

  .sms-country-picker-title {
    font-size: 20px;
  }

  .sms-country-picker-close {
    right: 4px;
    top: 10px;
    width: 44px;
    height: 44px;
    font-size: 20px;
  }

  .sms-country-picker-search-wrap {
    flex-basis: 42px;
  }

  .sms-country-picker-search {
    height: 42px;
    font-size: 15px;
    line-height: 40px;
  }

  body.sms-country-picker-open .intl-tel-input.sms-country-picker-host .country-list,
  body.sms-country-picker-open .intl-tel-input.sms-country-picker-host .country-list.dropup {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  body.sms-country-picker-open .intl-tel-input.sms-country-picker-host .country-list .country {
    min-height: 54px;
    padding: 10px 12px;
    font-size: 17px;
  }

  body.sms-country-picker-open .intl-tel-input.sms-country-picker-host .country-list .iti-flag {
    margin-right: 13px;
  }

  body.sms-country-picker-open .intl-tel-input.sms-country-picker-host .country-list .divider {
    margin-right: -10px;
    margin-left: -10px;
  }
}

.sms-bo-user-ver {display:block;width:100%;padding-top:2px;}
.sms-bo-user-ver span {display:inline-block;width:auto;height:18px;overflow:hidden;border:1px solid rgba(0,0,0,0.1);padding:2px 5px 2px 23px;position:relative;font-size:10px;font-weight:500;line-height:12px;border-radius:4px;margin:0;}
.sms-bo-user-ver span.sms-missing {background:#e0e0e0;color:#555;}
.sms-bo-user-ver span.sms-error {background:#e85d5d;color:#fff;}
.sms-bo-user-ver span.sms-ok {background:#39c476;color:#fff;text-transform: uppercase; letter-spacing: 0.5px;}
.sms-bo-user-ver span.sms-exception {background:#e4aa35;color:#fff;}
.sms-bo-user-ver span:before {font-weight:normal;position:absolute;width:18px;height:18px;top:-1px;left:-1px;text-align:center;line-height:18px;font-size:12px;text-indent:1px;background:rgba(0,0,0,0.1);border-right:1px solid rgba(0,0,0,0.1);border-radius:4px 0 0 4px;color:rgba(0,0,0,0.4);font-family:"FontAwesome","Font Awesome 5 Free";}
.sms-bo-user-ver span.sms-missing:before {content:"\f128";color:#444;}
.sms-bo-user-ver span.sms-error:before {content:"\f00d";color:rgba(255,255,255,0.9);}
.sms-bo-user-ver span.sms-ok:before {content:"\f00c";color:rgba(255,255,255,0.9);}
.sms-bo-user-ver span.sms-exception:before {content:"\f0e3";color:rgba(255,255,255,0.9);}

/* Registration-aligned SMS OTP card shared by user and item verification. */
.sms-body .sms-step2.sms-otp-surface {
  background: #f3f8fe;
  border: 1px solid #bed2ef;
  border-radius: 10px;
  box-sizing: border-box;
  margin: 0 8px;
  padding: 14px;
  width: calc(100% - 16px);
}

.sms-body .sms-otp-phone-summary {
  align-items: center;
  background: #fff;
  border: 1px solid #bed0e8;
  border-radius: 8px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin: 0 0 10px;
  min-height: 46px;
  padding: 6px 8px 6px 12px;
  width: 100%;
}

.sms-body .sms-otp-phone-copy {
  align-items: center;
  color: #172554;
  display: flex;
  font-size: 13px;
  gap: 9px;
  min-width: 0;
}

.sms-body .sms-otp-phone-copy i {
  color: #4169a7;
  flex: 0 0 auto;
  font-size: 18px;
}

.sms-body .sms-phone-code-sent {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sms-body .sms-step2 a.sms-button-resend {
  align-items: center;
  background: transparent !important;
  border: 0;
  border-radius: 0;
  color: #075fd2 !important;
  display: inline-flex;
  flex: 0 0 auto;
  float: none;
  font-size: 10px;
  font-weight: 600;
  height: auto;
  justify-content: center;
  line-height: 14px;
  margin-left: auto;
  min-width: 0;
  padding: 0;
  text-align: right;
  white-space: nowrap;
  width: auto;
}

.sms-body .sms-step2 a.sms-button-resend.disabled {
  cursor: default;
  opacity: 1;
}

.sms-body .sms-step2 a.sms-button-resend:not(.disabled):hover,
.sms-body .sms-step2 a.sms-button-resend:not(.disabled):focus {
  color: #064fa6 !important;
  text-decoration: underline;
}

.sms-body .sms-step2 a.sms-button-resend .counter:not(:empty) {
  margin-left: 3px;
}

.sms-body .sms-otp-heading {
  align-items: center;
  color: #111827;
  display: flex;
  font-size: 14px;
  gap: 10px;
  line-height: 22px;
  margin: 0 0 5px;
}

.sms-body .sms-otp-heading > strong {
  flex: 0 0 auto;
  min-width: auto;
  overflow-wrap: normal;
  white-space: nowrap;
  word-break: normal;
}

.sms-body .sms-otp-heading i {
  color: #075fe8;
  font-size: 20px;
}

.sms-body .sms-otp-instruction {
  color: #374151;
  font-size: 12px;
  line-height: 1.45;
  margin: 0 0 10px;
}

.sms-body .sms-otp-visually-hidden {
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

.sms-body .sms-row.sms-four-inputs {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  width: 100%;
}

.sms-body .sms-row.sms-four-inputs input[type="text"].sms-code,
.sms-body .sms-row.sms-four-inputs input[type="text"].sms-code#code4 {
  background: #fff;
  border: 1px solid #bed0e8;
  border-radius: 8px;
  box-shadow: none;
  box-sizing: border-box;
  float: none;
  font-size: 20px;
  font-variant-numeric: tabular-nums;
  height: 46px !important;
  line-height: 28px;
  margin: 0;
  min-height: 46px;
  min-width: 0;
  padding: 6px 2px !important;
  text-align: center;
  width: 100%;
}

.sms-body .sms-row.sms-four-inputs input[type="text"].sms-code:focus {
  border-color: #075fe8;
  box-shadow: 0 0 0 2px rgba(7, 95, 232, 0.12);
  outline: 0;
}

.sms-body .sms-step2 .sms-button-primary.sms-verify {
  align-items: center;
  background: #075fe8;
  border: 0;
  border-radius: 7px;
  color: #fff !important;
  display: flex;
  float: none;
  font-size: 13px;
  font-weight: 600;
  height: 38px;
  justify-content: center;
  margin: 9px 0 0;
  padding: 0 14px;
  width: 100%;
}

.sms-body .sms-step2 .sms-button-primary.sms-verify:not(.disabled):not(.loading):hover,
.sms-body .sms-step2 .sms-button-primary.sms-verify:not(.disabled):not(.loading):focus {
  background: #0755cf;
  opacity: 1;
}

.sms-body .sms-otp-resend-row {
  align-items: center;
  color: #5b6474;
  display: flex;
  flex-wrap: wrap;
  font-size: 11px;
  gap: 4px;
  justify-content: center;
  line-height: 16px;
  margin: 9px 0 0;
}

.sms-body .sms-button-resend-secondary {
  appearance: none;
  background: transparent;
  border: 0;
  color: #075fd2;
  cursor: pointer;
  font: inherit;
  font-weight: 600;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

.sms-body .sms-button-resend-secondary.disabled {
  color: #64748b;
  cursor: default;
  opacity: 0.85;
}

.sms-body .sms-otp-status {
  color: #078735;
  font-size: 11px;
  line-height: 15px;
  margin: 8px 0 0;
  text-align: center;
}

.sms-body .sms-row.sms-rsnd {
  color: #64748b;
  display: block;
  font-size: 10px;
  line-height: 14px;
  margin: 2px 0 0;
  text-align: center;
}

@media (max-width: 380px) {
  .sms-body .sms-step2.sms-otp-surface {
    padding: 12px;
  }

  .sms-body .sms-row.sms-four-inputs {
    gap: 7px;
  }

  .sms-body .sms-otp-phone-copy {
    font-size: 12px;
  }
}
