:root {
  --icon-shield-protected: url(/static/theme/2022/shield-protected.svg);
  --icon-success: url(/static/theme/2022/icon-success.svg);
  --icon-error: url(/static/theme/2022/icon-error.svg);
}

.icon_shield_protected {
  background: var(--icon-shield-protected) center no-repeat;
  display: inline-block;
  background-size: 24px;
  width: 24px;
  height: 24px;
  z-index: 1;
}

.form-inner {
  max-width: 760px;
  margin: 40px auto;
  padding: 0 20px;
}
.form-inner * {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
.form-inner h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin: 0;
}
.form-inner h3 > * {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin: 0;
}
.form-inner h3:empty {
  display: none;
}
.form-inner h2 {
  font-weight: 600;
  font-size: 26px;
  line-height: 34px;
  margin-bottom: 20px;
  margin-top: 0;
}
.form-inner h4 {
  font-weight: 700;
  margin: 0 0 10px;
}
.form-inner .f-bold-14 {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
}

.form-header {
  background: linear-gradient(180deg, #0070D7 0%, #00417D 100%);
  padding: 0 20px 30px;
  margin-top: 80px;
  border-radius: 5px 5px 0px 0px;
  color: #fff;
}
.form-header ul li {
  list-style: none;
  padding: 0 20px;
  position: relative;
}
.form-header ul li::before {
  content: "-";
  position: absolute;
  left: 0;
}
.form-header ul li + li {
  margin-top: 5px;
}
.form-header .col_pic {
  text-align: center;
}
.form-header .col_pic img {
  max-width: 185px;
  margin-top: -40px;
}
.form-header h2 {
  margin: 25px 0 10px;
}
.form-header > .row {
  flex-direction: column-reverse;
}

.form-body {
  padding: 30px 20px;
  border-radius: 5px;
  background: #FFFFFF;
  box-shadow: 0px 1px 5px rgba(188, 188, 188, 0.25);
}
.form-body .vib-v2-section-form-containt.eca .vib-v2-form-containt-width {
  min-height: auto;
}
.form-body .mb-0 {
  margin-bottom: 0px !important;
}
.form-body .vib-v2-section-form-containt {
  background: #fff;
  position: relative;
  padding: 0 !important;
}
.form-body #icard-container .magic-checkbox + label {
  font-size: 16px !important;
}
.form-body #refcode-container .magic-checkbox + label {
  font-size: 16px !important;
}
.form-body .select-card-content {
  align-items: center;
}
.form-body #tnc-wording {
  color: #5E5C62 !important;
}
.form-body #tnc-wording > * {
  color: #5E5C62 !important;
}
.form-body .suggest-account {
  margin-top: 15px;
}
.form-body .suggest-account span {
  border: 1px solid #E4E4E4;
  border-radius: 5px;
  padding: 5px 10px;
}
.form-body #icard-addr-rcvcard-edit {
  margin-top: 10px;
  display: inline-block;
}

.myvib-intro {
  height: 80px;
  background: #fff;
  box-shadow: 0px 1px 5px rgba(188, 188, 188, 0.5);
}
.myvib-intro .footer-download {
  padding-top: 0;
}
.myvib-intro .footer-download .page-banner-footer-detail {
  max-width: 760px;
  margin: 0 auto;
  background: none;
  box-shadow: none;
  color: #000;
  padding: 0;
}
.myvib-intro .footer-download .part-ad .part-ad-inner {
  min-height: auto;
}
.myvib-intro .footer-download .part-ad .part-ad-inner .qa-info {
  width: auto;
  padding: 10px 0;
}
.myvib-intro .footer-download .part-ad .part-ad-inner .qa-info .scan-qa img {
  max-width: 60px;
}
.myvib-intro .footer-download .part-ad .part-ad-inner .txt-conts-ad {
  padding-left: 0;
}
.myvib-intro .footer-download .part-ad .part-ad-inner .col_pic {
  min-height: auto;
}
.myvib-intro .footer-download h4 {
  font-weight: 700;
  margin: 0 0 5px;
  font-size: var(--font-body-bold-size);
}
.myvib-intro .row_btn {
  padding: 0 20px;
}
.myvib-intro .row_btn h4 {
  text-align: left;
}
.myvib-intro .row_btn a.new-style-link.btn_popup_store_mobile {
  color: #000 !important;
  padding: 12px 24px;
  font-weight: 600;
}

.photo-intro .col-contact {
  width: 200px;
}
.photo-intro > .row.has-line:not(:last-child) {
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.photo-intro > .row.has-line:not(:last-child)::after {
  content: "";
  position: relative;
  border-bottom: 1px solid var(--bg-color-mono-4);
  bottom: -30px;
  left: 15px;
  width: calc(100% - 30px);
}
.photo-intro > .row.has-line .txt-content {
  border-left: 1px solid var(--bg-color-mono-4);
  padding-left: 30px;
}
.photo-intro > .row.has-line .txt-content p {
  margin-bottom: 0;
}
.photo-intro > .row.has-line .txt-content p + p {
  margin-top: 10px;
}
.photo-intro > .row.has-line .form-credit-online-plus-identify-row-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
.photo-intro h3 p {
  margin-top: 10px;
}
.photo-intro .form-credit-online-plus-identify {
  margin-top: 10px;
}
.photo-intro .col-4:nth-child(n+4) .form-credit-online-plus-identify {
  margin-top: 20px;
}
.photo-intro .form-credit-online-plus-identify-row-text {
  font-weight: 600;
}
.photo-intro .img-fail .pic-bg {
  width: 100%;
  height: 88px;
  margin-bottom: 10px;
  background-image: url("/static/theme/2022/DigiForm/CCCD bi mo 1.webp");
  background-position: left center;
  background-size: cover;
}
.photo-intro .img-fail .fail1 {
  background-image: url("/static/theme/2022/DigiForm/CCCD bi mo 1.webp");
}
.photo-intro .img-fail .fail2 {
  background-image: url("/static/theme/2022/DigiForm/CCCD bi mo 2.webp");
}
.photo-intro .img-fail .fail3 {
  background-image: url("/static/theme/2022/DigiForm/CCCD bi mo 1-2.webp");
}
.photo-intro .img-fail .fail4 {
  background-image: url("/static/theme/2022/DigiForm/CCCD bi mo 2-2.webp");
}
.photo-intro .img-fail .fail5 {
  background-image: url("/static/theme/2022/DigiForm/CCCD bi mo 1-3.webp");
}
.photo-intro .img-fail .fail6 {
  background-image: url("/static/theme/2022/DigiForm/CCCD bi mo 2-3.webp");
}
.photo-intro .img-fail .fail7 {
  background-image: url("/static/theme/2022/DigiForm/CCCD bi mo 2-4.webp");
}
.photo-intro .img-fail .fail8 {
  background-image: url("/static/theme/2022/DigiForm/CCCD bi mo 3.webp");
}
.photo-intro .img-fail .fail9 {
  background-image: url("/static/theme/2022/DigiForm/CCCD bi mo 2-5.webp");
}
.photo-intro .img-fail .fail10 {
  background-image: url("/static/theme/2022/DigiForm/CCCD bi mo 3-2.webp");
}
.photo-intro .img-fail .fail11 {
  background-image: url("/static/theme/2022/DigiForm/CCCD bi mo 2-6.webp");
}
.photo-intro .img-fail .fail12 {
  background-image: url("/static/theme/2022/DigiForm/CCCD bi mo 3-3.webp");
}
.photo-intro .img-fail .form-credit-online-plus-identify-row-text {
  background: var(--icon-error) center no-repeat;
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
  line-height: 22px;
}
.photo-intro .img-pass .pic-bg {
  width: 100%;
  height: 100px;
  margin-bottom: 10px;
  background-image: url("/static/theme/2022/DigiForm/CCCD bi mo 1.webp");
  background-position: left center;
  background-size: cover;
  border: 3px solid #E4E4E4;
  border-radius: 5px;
}
.photo-intro .img-pass .form-credit-online-plus-identify-row-text {
  background: var(--icon-success) center no-repeat;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px;
  line-height: 22px;
}

.form-footer {
  margin-top: 20px;
  padding-left: 15px;
}
.form-footer .icon_shield_protected {
  display: block;
  margin-right: 5px;
}

.form-btn-footer {
  padding-top: 30px;
  margin-top: 30px;
  position: relative;
}
.form-btn-footer::before {
  content: "";
  position: absolute;
  border-bottom: 3px solid #f2f2f2;
  top: 0;
  left: -30px;
  width: calc(100% + 60px);
}

.floating-label {
  position: relative;
}
.floating-label .floating-input {
  padding: 5px 0;
  display: block;
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #aaa;
}
.floating-label .floating-input:hover {
  outline: none;
  border-bottom: 2px solid #000;
}
.floating-label .floating-input:focus {
  outline: none;
  border-bottom: 2px solid #000;
}
.floating-label .floating-input:focus ~ label {
  top: -18px;
  font-size: 14px;
}
.floating-label .floating-input:focus ~ .bar:before {
  width: 50%;
}
.floating-label .floating-input:focus ~ .bar:after {
  width: 50%;
}
.floating-label .floating-input:not(:placeholder-shown) ~ label {
  top: -18px;
  font-size: 14px;
}
.floating-label input[type=text].floating-input {
  padding: 5px 0;
  display: block;
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #aaa;
  padding: 22px 0 0;
  height: 50px;
}
.floating-label input[type=text].floating-input:focus {
  outline: none;
  border-bottom: 2px solid #000;
}
.floating-label input[type=text].floating-input:focus ~ label {
  top: 3px !important;
  top: -18px;
  font-size: 14px;
}
.floating-label input[type=text].floating-input:focus ~ .bar:before {
  width: 50%;
}
.floating-label input[type=text].floating-input:focus ~ .bar:after {
  width: 50%;
}
.floating-label input[type=text].floating-input:not(:placeholder-shown) ~ label {
  top: 3px !important;
  top: -18px;
  font-size: 14px;
}
.floating-label input[type=text].floating-input ~ label {
  top: 17px;
}
.floating-label input[type=text].floating-input:disabled {
  border-bottom: 1px solid #f1f1f1;
}
.floating-label input[type=text].floating-input:disabled:hover {
  border-bottom: 1px solid #f1f1f1;
}
.floating-label input[type=text].floating-input:disabled ~ label {
  color: var(--bg-color-mono-3);
}
.floating-label input[type=text].floating-input:hover {
  outline: none;
  border-bottom: 2px solid #000;
}
.floating-label input[type=tel].floating-input {
  padding: 5px 0;
  display: block;
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #aaa;
  padding: 22px 0 0;
  height: 50px;
}
.floating-label input[type=tel].floating-input:focus {
  outline: none;
  border-bottom: 2px solid #000;
}
.floating-label input[type=tel].floating-input:focus ~ label {
  top: 3px !important;
  top: -18px;
  font-size: 14px;
}
.floating-label input[type=tel].floating-input:focus ~ .bar:before {
  width: 50%;
}
.floating-label input[type=tel].floating-input:focus ~ .bar:after {
  width: 50%;
}
.floating-label input[type=tel].floating-input:not(:placeholder-shown) ~ label {
  top: 3px !important;
  top: -18px;
  font-size: 14px;
}
.floating-label input[type=tel].floating-input ~ label {
  top: 17px;
}
.floating-label input[type=tel].floating-input:disabled {
  border-bottom: 1px solid #f1f1f1;
}
.floating-label input[type=tel].floating-input:disabled:hover {
  border-bottom: 1px solid #f1f1f1;
}
.floating-label input[type=tel].floating-input:disabled ~ label {
  color: var(--bg-color-mono-3);
}
.floating-label input[type=tel].floating-input:hover {
  outline: none;
  border-bottom: 2px solid #000;
}
.floating-label .floating-select {
  padding: 5px 0;
  display: block;
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #aaa;
}
.floating-label .floating-select:focus {
  outline: none;
  border-bottom: 2px solid #000;
}
.floating-label .floating-select:focus ~ label {
  top: -18px;
}
.floating-label .floating-select:focus ~ .bar:before {
  width: 50%;
}
.floating-label .floating-select:focus ~ .bar:after {
  width: 50%;
}
.floating-label .floating-select:not([value=""]):valid ~ label {
  top: -18px;
}
.floating-label input[type=text].floating-input.input-placeholder ~ label {
  top: 3px !important;
  font-size: 14px;
}
.floating-label input[type=tel].floating-input.input-placeholder ~ label {
  top: 3px !important;
  font-size: 14px;
}
.floating-label label {
  color: #5e5c62;
  position: absolute;
  pointer-events: none;
  top: -3px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.floating-label * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.floating-label *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.floating-label *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.floating-label .floating-textarea {
  overflow: hidden;
  overflow-x: hidden;
}

.checkbox-custom:disabled ~ label {
  color: #aaa;
}
.checkbox-custom:disabled ~ label:hover {
  color: #aaa;
}
.checkbox-custom:disabled:hover + label:before {
  border: 2px solid #aaa;
}

.txt_error {
  font-weight: 400;
  font-size: 12px;
  color: #FF0000;
  margin: 5px 0 0;
}

.field-error + .txt_error {
  display: block;
  position: relative;
  top: 0;
  margin: 10px 0 0;
}

.form-group.field-error input[type=text]:not(.unformat) {
  border-bottom: 2px solid #FF0000;
}
.form-group.field-error input[type=tel]:not(.unformat) {
  border-bottom: 2px solid #FF0000;
}
.form-group.field-error input[type=password]:not(.unformat) {
  border-bottom: 2px solid #FF0000;
}
.form-group.field-error:hover input[type=text]:not(.unformat) {
  border-bottom: 2px solid #FF0000;
}
.form-group.field-error:hover input[type=tel]:not(.unformat) {
  border-bottom: 2px solid #FF0000;
}
.form-group.field-error:hover input[type=password]:not(.unformat) {
  border-bottom: 2px solid #FF0000;
}

.iao_input_otp {
  margin: 0;
  height: 60px;
  width: 60px;
}

.vib-v2-otp-input input {
  font-size: 20px;
  border-bottom: 2px solid #AAAAAA !important;
}

.vib-v2-txt-countdown #countdown-11 {
  padding-left: 5px;
  padding-right: 5px;
}

.vib-v2-popup-form-otp {
  padding-bottom: 0;
}

.form-group input[type=tel]:not(.unformat).iao_input_otp {
  background: transparent;
  width: 100%;
  padding: 25px 0 0;
  height: 50px;
  border: 0;
  border-bottom: 1px solid #AAAAAA;
  border-radius: 0;
  color: #000000;
}

.border-top-thin {
  border-top: 1px solid #f2f2f2 !important;
  overflow: hidden;
}

.float-right {
  float: right !important;
}

.spa_m {
  margin-top: 30px;
}

.wrapper.step.step-4.wrapper {
  padding-top: 1px;
}

.finish-digi {
  max-width: 790px;
  margin: 40px auto 0;
  background: #FFFFFF;
  box-shadow: 0px 1px 5px rgba(188, 188, 188, 0.25);
  border-radius: 5px;
  padding: 40px 30px;
}

.vib-v2-mt65 {
  margin-top: 0 !important;
}

.vib-v2-section-form-containt.eca.vs2.wrapper {
  padding: 0 !important;
}

#suggest-corner.wrapper .content {
  max-width: 790px !important;
}

#suggest-corner .vib-v2-banner-form-thank {
  height: 360px !important;
}
#suggest-corner .vib-v2-box-banner-thank {
  box-shadow: 0px 1px 5px rgba(188, 188, 188, 0.25);
  border-bottom: 0;
  border-radius: 0;
  text-decoration: none !important;
}
#suggest-corner .vib-v2-box-banner-thank .vib-v2-txt-box-banner-thank {
  top: initial !important;
  bottom: auto;
  box-sizing: border-box;
  position: relative;
  text-align: left;
  color: #000;
  margin-top: 200px;
  padding: 30px 20px;
}
#suggest-corner .vib-v2-box-banner-thank .vib-v2-txt-box-banner-thank h4 {
  font-weight: 600 !important;
  font-size: 20px !important;
  line-height: 24px;
  line-height: 28px;
  display: -webkit-box;
  overflow: hidden;
  position: relative;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
#suggest-corner .vib-v2-box-banner-thank .vib-v2-txt-box-banner-thank h4 > * {
  font-weight: 600 !important;
  font-size: 20px !important;
  line-height: 24px;
  line-height: 28px;
  display: -webkit-box;
  overflow: hidden;
  position: relative;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
#suggest-corner .vib-v2-box-banner-thank .vib-v2-txt-box-banner-thank h4 > * + p {
  font-size: 16px !important;
  font-weight: 400 !important;
  display: -webkit-box;
  overflow: hidden;
  position: relative;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
#suggest-corner .vib-v2-box-banner-thank .vib-v2-txt-box-banner-thank h4 + p {
  font-size: 16px !important;
  font-weight: 400 !important;
  display: -webkit-box;
  overflow: hidden;
  position: relative;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
#suggest-corner .vib-v2-box-banner-thank:hover::after {
  height: calc(100% - 200px) !important;
}
#suggest-corner .vib-v2-box-banner-thank:hover .vib-v2-txt-box-banner-thank {
  bottom: auto;
}
#suggest-corner .vib-v2-box-banner-thank:hover .vib-v2-txt-box-banner-thank h4 {
  color: var(--color-dard-orange);
}
#suggest-corner .vib-v2-box-banner-thank:before {
  display: none;
}
#suggest-corner .vib-v2-box-banner-thank::after {
  height: calc(100% - 200px) !important;
  background: #fff !important;
}

.vib-v2-sugges-list.vib-new-info > .container {
  max-width: 790px;
}
.vib-v2-sugges-list.vib-new-info > .container .tilte-item > a {
  text-decoration: none;
}
.vib-v2-sugges-list.vib-new-info > .container .vib-v2-sugges-box p {
  margin-bottom: 0;
}

#fixed-copyright {
  max-width: 790px;
  margin: 0 auto;
}
#fixed-copyright .fixed-copyright {
  max-width: 790px;
}

.magic-checkbox + label:before {
  top: 0;
}

#step2-sub .vn-countries.hidden + .space-bottom {
  display: none;
}

.space-bottom {
  margin-top: -30px;
  position: relative;
}

.space-bottom.space-bottom::after {
  position: absolute;
  content: "";
  background: #fff;
  height: 4px;
  bottom: -34px;
  width: calc(100% + 60px);
  z-index: 1;
  left: -30px;
}

#placeOfIssueString {
  white-space: nowrap;
}

#err_gender {
  top: unset !important;
  left: unset !important;
  display: block !important;
  white-space: nowrap;
}

.pass-info-content {
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-top: 10px;
}
.pass-info-content .txt_pass_info {
  margin-bottom: 0;
}
.pass-info-content .s-check {
  margin-top: 5px;
}
.pass-info-content .s-dot {
  margin-top: 7px;
}

#layoutContainers,
body.eca {
  background-color: #fafafa;
}

.vib-v2-section-form-containt.eca .vib-v2-form-containt-width {
  background: transparent;
}

.try-photo {
  border-radius: 5px;
  background: #FFFFFF;
  box-shadow: 0px 1px 5px rgba(188, 188, 188, 0.25);
  padding: 40px 5px 30px;
  margin: 40px auto;
}
.try-photo #eKYC-fail {
  padding-top: 0;
  margin-top: 30px;
}
.try-photo #eKYC-fail p {
  margin-bottom: 10px;
}
.try-photo .camera1 {
  margin-bottom: 30px;
}
.try-photo label.txt_r_l {
  font-weight: 600;
  font-size: 26px;
  line-height: 34px;
  margin-bottom: 20px;
  margin-top: 0 !important;
}
.try-photo .form-credit-online-plus-identify-row-img {
  border: 3px solid #E4E4E4;
  border-radius: 5px;
}
.try-photo .form-credit-online-plus-identify-row-text.txt_r_xs {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
}
.try-photo .camera1 .form-credit-online-plus-identify-row.img-error .form-credit-online-plus-identify-row-text {
  background: var(--icon-error) center no-repeat;
}
.try-photo .camera1 .form-credit-online-plus-identify-row .form-credit-online-plus-identify-row-img + .form-credit-online-plus-identify-row-upload {
  background-size: 24px 24px;
  width: 115px;
  height: 75px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
.try-photo .camera1 .form-credit-online-plus-identify-row {
  width: 25%;
}

@media only screen and (max-width: 767px) {
  .form-inner {
    padding: 0;
  }
  .form-inner .form-header {
    border-radius: 0;
  }
  .form-inner .form-footer {
    padding: 0 20px 0 30px;
  }

  .photo-intro .col-contact {
    width: 100%;
  }
  .photo-intro .txt-content {
    border-left: none !important;
    padding-left: 0 !important;
  }
  .photo-intro .txt-content > .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .photo-intro .txt-content .col-4 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .photo-intro .img-fail .pic-bg {
    height: 70px;
  }
  .photo-intro .img-pass .pic-bg {
    height: 80px;
  }
  .photo-intro h3 {
    margin-bottom: 10px;
  }
  .photo-intro h3 p {
    margin-top: 0;
    display: inline-block;
  }

  .form-body .suggest-account {
    margin-top: 15px;
  }
  .form-body .suggest-account span {
    border: 1px solid #E4E4E4;
    border-radius: 5px;
    padding: 5px 10px;
    margin-top: 15px;
    display: inline-block;
  }

  .form-btn-footer::before {
    left: -20px;
    width: calc(100% + 40px);
  }

  .finish-digi {
    padding: 30px 0;
    overflow: hidden;
  }
  .finish-digi .col_stick_img {
    padding-top: 0;
  }

  .space-bottom.space-bottom::after {
    width: calc(100% + 40px);
  }

  .pass-suggest {
    width: calc(100% + 10px);
  }
  .pass-suggest .txt-suggest {
    display: block !important;
    width: 100%;
  }

  #form-input {
    padding-bottom: 80px;
  }

  .vib-v2-sugges-list .vib-v2-sugges-box .tilte-item {
    height: auto;
  }
}
@media only screen and (max-width: 376px) {
  .pass-suggest .pass-suggest-item {
    padding: 5px 8px;
  }
}
@media only screen and (min-width: 768px) {
  .form-header {
    margin-top: 90px;
    padding: 0 20px 20px;
  }
  .form-header > .row {
    flex-direction: inherit;
  }
  .form-header .col_pic img {
    max-width: 226px;
    margin-top: -50px;
  }

  .form-body {
    padding: 40px 30px 30px;
  }
  .form-body .suggest-account .col-sm-2 {
    flex: 0 0 17.666667%;
    max-width: 17.666667%;
  }

  .in-value {
    margin-bottom: 20px;
  }
  .in-value .col-4.col-sm-auto {
    max-width: 120px;
    width: 120px;
  }
  .in-value .col_value {
    max-width: calc((100% - 240px) / 2);
    width: calc((100% - 240px) / 2);
  }
  .in-value .col_value2 {
    max-width: calc(100% - 240px);
    width: calc(100% - 240px);
  }
}
@media only screen and (min-width: 1024px) {
  .form-body #tnc-wording a:hover {
    color: var(--color-dard-orange) !important;
  }
  .form-body #tnc-wording > * a:hover {
    color: var(--color-dard-orange) !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .finish-digi {
    padding: 40px 0px;
  }

  .vib-v2-sugges-list.vib-new-info {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) and (max-height: 1024px) and (orientation: portrait) {
  .form-inner {
    max-width: 100%;
  }

  .wrapper .content {
    max-width: 100% !important;
  }
}

/*# sourceMappingURL=digi-form.css.map */
