body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100dvh;
  font-family: "Roboto", sans-serif !important;
}

button:focus {
  outline: none !important;
}
/* Scroll Bar CSS Starts Here */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}
/* Scroll Bar CSS Ends Here */
.gap {
  gap: 10px;
}
/* .footer-space{
    gap: 10px;
} */
p {
  margin-bottom: 0 !important;
}
.heading-conatiner {
  display: flex;
  gap: 10px;
  flex-grow: 0;
}
.required-symbol {
  color: red;
}
.background {
  background-image: url(/img/public/signinWall.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
  /* height: 100vh; */
  position: relative;
}
.wrapper {
  height: calc(100vh - 194px) !important;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80%;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.main-container {
  height: 100%;
  background-color: #ff7500;
  max-height: 85%;
  min-height: 60%;
  width: 84%;
  padding: 15px;
  border-radius: 6px;
  max-width: 935px;
  position: sticky !important;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.main-container form{
  height: 100%;
}
.main-container form > div:first-child{
  height: 100%;
  display: flex;
  flex-flow: column;
}
.inner-contaner {
  background: #fff;
  width: 100%;
  border-radius: 4px;
  padding: 1rem;
  flex-grow: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.contact-footer {
  color: #fff;
  display: flex;
  gap: 15px;
}
.sign-in-footer {
  font-size: 0.8rem;
  /* position: absolute; */
  bottom: 0;
  padding: 20px;
  width: 100%;
}
.terms {
  display: flex;
  gap: 15px;
  color: #fff;
  text-decoration: underline;
}
.dropdown-btn {
  background-color: rgba(0, 0, 0, 0.548) !important;
  border-color: rgb(244, 117, 33) !important;
  box-shadow: none !important;
}
.bi-globe,
.bi-info-circle {
  color: #ff7500;
}
.dropdown-toggle::after {
  color: #ff7500;
}
.terms-and-condition {
  flex-grow: 1;
  overflow: auto;
}
.blk-btn {
  color: rgb(255, 255, 255);
  background-color: black;
  padding: 6px 16px;
  font-size: 14px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
}
.org-btn {
  background-color: #ff7500;
  color: rgb(255, 255, 255);
  padding: 6px 16px;
  font-size: 14px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
}
.terms-and-condition-p {
  font-size: 13px;
  line-height: 1.7em;
  margin-right: 14px;
}
.btn-container {
  margin-top: 10px;
  display: flex;
  justify-content: end;
  gap: 10px;
}
li {
  list-style: none;
}
/* Stepper Starts Here */
.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100vh;
  justify-content: center;
}
.stepper-conatiner {
  display: flex;
  flex-grow: 0;
}
.stepper {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 !important;
}
.stepper > li {
  display: flex;
  align-items: center;
  width: 100%;
  text-align: center;
  flex-direction: column;
  position: relative;
  gap: 6px;
  font-size: 12px;
}
/* .stepper > li.complete::after {
    content: "";
    background: #000000;
    position: absolute;
    top: 20px;
    left: 50%;
    right: -50%;
    height: 4px;
    display: block;
    z-index: -1;
  } */
.stepper > li::after {
  content: "";
  background: #e0e0e7;
  position: absolute;
  top: 20px;
  left: 50%;
  right: -50%;
  height: 4px;
  display: block;
  z-index: -1;
}
.stepper > li:last-child::after {
  display: none;
}

.stepper .icon {
  width: 20px;
  height: 20px;
  background-color: #f3f4f6;
  border-radius: 100%;
  color: #6b7280;
  line-height: 40px;
  margin: 0 auto 10px auto;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 10px;
  position: relative;
}

.stepper .active,
.stepper .active .icon,
.stepper .complete {
  color: #000000;
}

.stepper .active .icon,
.stepper .complete .icon,
.stepper .complete::after {
  background-color: #000000;
}
/* Stepper Ends Here */
.custom-form-control {
  background-color: rgba(0, 0, 0, 0.06) !important;
  font-size: 16px !important;
  box-shadow: none;
  border-color: none;
  border: transparent !important;
  padding: 18px !important;
}
.custom-form-control::placeholder {
  color: #7b8389 !important;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: transparent !important;
  outline: 0;
  box-shadow: none !important;
}
.drop-down-custom {
  background-color: rgba(0, 0, 0, 0.06) !important;
  font-size: 16px !important;
  box-shadow: none;
  border-color: none;
  border: transparent !important;
  height: 36px !important;
}
#flexCheckChecked {
  accent-color: #ff7500;
}
.form-check-input:checked {
  accent-color: #ff7500;
}
.promo-code-field {
  height: 28px !important;
  font-size: .9rem !important;
  border: 2px dotted #ff7500 !important;
  background-color: #f5e4d5 !important;
}
.promo-code-field:focus {
  border-color: #ff7500 !important;
}
.promocode-container {
  display: flex;
  align-items: center;
}
.orange-promo-btn {
  background-color: #ff7500 !important;
  color: #fff !important;
  margin-top: 16px !important;
  height: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.F-14 {
  font-size: 14px;
}

.F-18 {
  font-size: 16px;
}


.F-9 {
  font-size: 9px;
}

.number-align {
  text-align: right;
}

.center-align {
  text-align: center;
}

.review-box {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.05);
  margin-bottom: 10px !important;
  border-radius: 4px;
  padding: 10px;
  flex: auto !important;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.review-box p {
  font-size: 16px;
  font-weight: 500;
}
.review-box span {
  font-size: 16px;
  font-weight: 400;
}
.modal-custom{
    padding: 1.5rem !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.errors {
  color: #F00;
  font-size: 12px !important;
}

.client-errors {
  color: #F00;
  font-size: 12px !important;
  display: none;
}

.client-warning {
  color: darkorange;
  font-size: 12px !important;
}

.svg_check{
  width: 16px;
  height: 16px;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23fff" class="bi bi-check" viewBox="0 0 16 16"%3E%3Cpath d="M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425z"%3E%3C/path%3E%3C/svg%3E');
  background-size: contain;
  background-repeat: no-repeat;}
.svg_circle{
  width: 10px;
  height: 10px;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="10" height="10" fill="%23E0E0E7" viewBox="0 0 16 16"%3E%3Ccircle cx="8" cy="8" r="8" /%3E%3C/svg%3E');
  background-size: contain;
  display: inline-block;}

.css-w9em9w {
  margin: 0px;
  text-decoration: underline rgba(255, 255, 255, 0.4);
  color: rgb(255, 255, 255);
}