﻿/*-- THIS CSS FILE IS AUTO GENERATED FROM SASS FOLDER ---*/
.signup-tabs {
  background: #FFF;
  border-radius: 6px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  max-width: 1004px;
  padding: 32px 48px;
}
.signup-tabs .top-spaces-large {
  margin-top: 48px !important;
}
.signup-tabs-heading {
  color: #FF795C;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 16px 0;
}
.signup-tabs-info {
  color: #737195;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.45;
  margin: 0 0 32px 0;
}

.report-item-status label a {
  font-size: 15px;
}

.ui-autocomplete {
  background: #FFF;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
  max-height: 200px;
  max-width: 422px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
}
.ui-autocomplete .ui-menu-item {
  cursor: pointer;
}

.section-form textarea,
.section-form input[type=email],
.section-form input[type=password],
.section-form input[type=text],
.section-form input[type=month],
.section-form input[type=tel],
.section-form input[type=number],
.section-form .select-style {
  background-color: #FFF !important;
  border: 1px solid #e2e2e2 !important;
}
.section-form textarea.error,
.section-form input[type=email].error,
.section-form input[type=password].error,
.section-form input[type=text].error,
.section-form input[type=month].error,
.section-form input[type=tel].error,
.section-form input[type=number].error,
.section-form .select-style.error {
  border: 1px solid #E02D3C !important;
}
.section-form label:not(.error) {
  color: inherit !important;
}
.section-form label.error {
  background: #FEF1F2 url(/Sitefinity/WebsiteTemplates/SNSTemplate/App_Themes/SNSTemplate/Images/Shop-Ship/exclamation-icon.svg) no-repeat;
  background-position: 2px 5px;
  border-radius: 4px;
  color: #1D2433;
  width: 100%;
  display: block;
  left: 0;
  line-height: 14px;
  padding: 6px 4px 6px 22px;
  position: relative;
  top: 4px;
}
.section-form label.custom-error img {
  margin: 0 4px;
}

.dvshipind .section-form label {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 4px 0;
}
.dvshipind .section-form input[type=text],
.dvshipind .section-form .date-style,
.dvshipind .section-form textarea,
.dvshipind .section-form input[type=email],
.dvshipind .section-form input[type=password],
.dvshipind .section-form input[type=text],
.dvshipind .section-form input[type=month],
.dvshipind .section-form input[type=tel],
.dvshipind .section-form input[type=number],
.dvshipind .section-form .select-style {
  border-radius: 4px;
}
.dvshipind .section-form .form-check {
  align-content: stretch;
  display: flex;
  font-size: 32px;
  gap: 16px;
  margin: 0;
  padding: 0;
  position: relative;
}
.dvshipind .section-form .form-check-input {
  align-self: center;
  border-radius: 4px;
  margin: 0;
}
.dvshipind .section-form .form-check-label {
  align-self: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
}
.dvshipind .section-form .form-check-label a {
  color: #28255C;
  font-weight: 700;
}
.dvshipind .section-form .form-check label.error {
  margin-top: 4px;
  position: absolute;
  top: 100%;
}
.dvshipind .section-form .form-row {
  margin: 16px 0 0 0;
}
.dvshipind .section-form .label-required:after {
  color: #FF795C;
  content: "*";
  display: inline-block;
  padding-left: 0.25em;
}

.dvshipind .form-row > .col,
.form-row > [class*=col-] {
  padding-right: 16px;
  padding-left: 16px;
}

.youAreBeingRedirected {
  font-size: 3.4em;
  line-height: 66px;
  text-align: center;
  color: #262261;
}

.pleaseWait {
  font-size: 3.4em;
  line-height: 66px;
  text-align: center;
  padding-bottom: 60px;
  color: #262261;
  margin-top: -4.5%;
}

.alignTop {
  margin-top: -1.3%;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border-radius: 4px 4px 0 0;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.fade.in {
  opacity: 1;
}

.select-style select {
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  width: 100%;
  height: 100%;
  border: none;
  background: 0 0;
  position: relative;
  z-index: 1;
  font-size: 1em;
  padding-left: 12px;
  font-family: anekdevanagari-regular, "Plus Jakarta Sans", sans-serif;
}

.number-circle {
  border-radius: 50%;
  padding: 0;
  background: #eff0f6;
  text-align: center;
  display: inline-flex;
  height: 1.5em;
  width: 1.5em;
  justify-content: center;
}

#signup-wizard {
  display: none;
  padding-bottom: 48px;
}
#signup-wizard .nav-tabs li a {
  background: none;
  color: #737195;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.33;
}
#signup-wizard .nav-tabs > li[visited=true] > a {
  color: #282576;
}
#signup-wizard .nav-tabs > li[visited=true] > a .number-circle {
  background: #272478;
  color: #FFF;
}
#signup-wizard .nav-tabs > li > a:hover,
#signup-wizard .nav-tabs > li.active > a {
  background: none;
  border-bottom: 2px solid;
  color: #FF795C;
  font-weight: 700;
}
#signup-wizard .nav-tabs > li > a:hover .number-circle,
#signup-wizard .nav-tabs > li.active > a .number-circle {
  background: #FF795C;
  border-color: #FF795C;
  color: #FFF;
}
#signup-wizard .nav-tabs {
  border-bottom: none;
}
#signup-wizard .btn-link {
  border: 0 none;
  display: inline;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  text-decoration: none;
  vertical-align: inherit;
}
#signup-wizard .field-inner {
  position: relative;
}
#signup-wizard .field-view {
  bottom: 50%;
  cursor: pointer;
  margin: -12px 0 0 0;
  position: absolute;
  right: 8px;
  top: 50%;
}
#signup-wizard #checkout {
  text-align: center;
}

.section-footer.row {
  display: flex;
  gap: 48px;
  justify-content: left;
  padding: 0 16px;
}
.section-footer.row button {
  background-color: #FF795C;
  border: none;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
  min-width: 156px;
  padding: 8px;
  width: auto;
}
.section-footer.row button.back-lnk-signup {
  border: 2px solid #4d5379;
  color: #4d5379;
  background-color: #FFF;
}

.have-account {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}
.have-account-txt {
  color: #737195;
  font-weight: 500;
}
.have-account-link {
  color: #FF795C;
  font-weight: 700;
  padding: 0;
}

@media (max-width: 1024px) {
  #signup-wizard .nav-tabs li a {
    display: none;
  }
  #signup-wizard .nav-tabs > li.active > a {
    background: none;
    color: #FF795C;
    display: inline-flex;
    width: 100%;
    justify-content: center;
  }
}
.balloon {
  background: transparent;
  border: 0 none;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  height: 18px;
  line-height: normal;
  margin: 0 0 0 0.5em;
  padding: 0;
  position: relative;
  text-align: center;
  vertical-align: middle;
}
.balloon:before {
  border: 1px solid #000;
  border-radius: 50%;
  box-sizing: content-box;
  color: #000;
  content: "i";
  display: inline-block;
  font-family: Times, "Times New Roman", serif;
  font-size: 14px;
  font-weight: 700;
  height: 16px;
  line-height: 16px;
  text-align: center;
  width: 16px;
}
.balloon:hover .balloon-content {
  display: block;
}
.balloon-content {
  background: #FFF;
  border: #000 solid 2px;
  box-sizing: border-box;
  display: none;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2;
  margin: 0 0 12px 0;
  min-width: 325px;
  padding: 15px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  text-align: left;
  transform: translateX(-50%);
  white-space: normal;
  z-index: 100;
}
.balloon-content:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  height: 0;
  width: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 12px solid #FFF;
  margin: 0 auto;
  z-index: 1;
}
.balloon-content:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -12px;
  left: 0;
  height: 0;
  width: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 12px solid #000;
  margin: 0 auto;
  z-index: 0;
}
.balloon-content table {
  margin: 0;
}
.balloon-content table tr:first-child td {
  border: 0 none;
}

#account_password-error + .field-view, #account_confirmPassword-error + .field-view {
    bottom: 50%;
    cursor: pointer;
    margin: -30px 0 0 0;
    position: absolute;
    right: 8px;
    top: 50%;
}


#selectedCountryAddress {
    border-radius: 4px;
    background-color: #FFF !important;
}