@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,700&display=swap');

body {
  margin: 0;
  padding: 0;
  background-color: rgba(249, 250, 251, 1);
  font-family: 'Open Sans', sans-serif;
  color: black;
}

* {
  box-sizing: border-box;
}

.theme-text-color {
  color: #9a2874;
}
.alert-warning {
  background-color: #F8F4D5;
  border: #E9DD7E 2px solid;
  color: #96722E;
}
.SBSAlert {

  margin: 0px 0px 20px 0px;
}

.SBSAlert > p{
  margin: 0px;
  font-size: 14px;
}

.alert-success {
background-color: rgba(76, 175, 80, 0.2);
border: rgba(76, 175, 80, 0.1) 2px solid;
color: #000;
}

.alert {
  margin-bottom:10px;
  width: 100%;
  border-radius: 6px;
  padding: 10px;
}
.headerCust {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
}

.footer-content {
  /* height: 100px; */
  width: 100%;
}

.body-content {
  min-height: calc(100vh - 176px);
  /*overflow-y: scroll; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
}

h1 {
  font-size: 1.875rem;
  text-align: center;
}

h2 {
  margin: 0;
}

.mb-3 {
  margin-bottom: 2rem;
}

.text-center {
  text-align: center;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.pl-0 {
  padding-left: 0;
}

.button {
  padding: 0.7rem 1.5rem;
  border: 1px solid #4361ee;
  background-color: #4361ee;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}


.mt-3 {
  margin-top: 2rem;
}

.d-none {
  display: none;
}



.font-normal {
  font-weight: normal;
}

ul.form-stepper {
  counter-reset: section;
  margin-bottom: 3rem;
}

ul.form-stepper .form-stepper-circle {
  position: relative;
}

ul.form-stepper .form-stepper-circle span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.form-stepper-horizontal {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

ul.form-stepper>li:not(:last-of-type) {
  margin-bottom: 0.625rem;
  -webkit-transition: margin-bottom 0.4s;
  -o-transition: margin-bottom 0.4s;
  transition: margin-bottom 0.4s;
}

.form-stepper-horizontal>li:not(:last-of-type) {
  margin-bottom: 0 !important;
}

.form-stepper-horizontal li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.form-stepper-horizontal li:not(:last-child):after {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 1px;
  content: "";
  top: 32%;
}

.form-stepper-horizontal li:after {
  background-color: #dee2e6;
}

.form-stepper-horizontal li.form-stepper-completed:after {
  background-color: #4da3ff;
}

.form-stepper-horizontal li:last-child {
  flex: unset;
}

ul.form-stepper li a .form-stepper-circle {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 0;
  line-height: 1.7rem;
  text-align: center;
  background: rgba(0, 0, 0, 0.38);
  border-radius: 50%;
}

.form-stepper .form-stepper-active .form-stepper-circle {
  background-color: #4361ee !important;
  color: #fff;
}

.form-stepper .form-stepper-active .label {
  color: #4361ee !important;
}

.form-stepper .form-stepper-active .form-stepper-circle:hover {
  background-color: #4361ee !important;
  color: #fff !important;
}

.form-stepper .form-stepper-unfinished .form-stepper-circle {
  background-color: #f8f7ff;
}

.form-stepper .form-stepper-completed .form-stepper-circle {
  background-color: #0e9594 !important;
  color: #fff;
}

.form-stepper .form-stepper-completed .label {
  color: #0e9594 !important;
}

.form-stepper .form-stepper-completed .form-stepper-circle:hover {
  background-color: #0e9594 !important;
  color: #fff !important;
}

.form-stepper .form-stepper-active span.text-muted {
  color: #fff !important;
}

.form-stepper .form-stepper-completed span.text-muted {
  color: #fff !important;
}

.form-stepper .label {
  font-size: 1rem;
  margin-top: 0.5rem;
}

.form-stepper a {
  cursor: default;
}

/* navbar css */

.headerCust nav {
  text-align: center;
  width: 100%;
  background-color: rgba(229, 231, 235, 1);
  padding: 0;
  margin: 0;
  height: 100px;
  position: sticky;
  z-index: 20;
  display: flex;
  justify-content: center;
}

.headerCust nav .logo-container img {
  width: 70px;
  height: 70px;
}

.headerCust nav .poweredby {
  font-size: 16px;
  line-height: 1rem;
  color: white;
}

.headerCust nav .poweredby img {
  width: 60px;
}

.headerCust nav ul {
  background: #272727;
  list-style: none;
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
  padding: 0 20px;
  margin: 0;
  height: 100px;
  align-items: center;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}

.headerCust nav ul li:hover {
  background: transparent;
}


.headerCust nav ul li {
  display: inline-block;
}


.headerCust nav ul li a {
  color: #333333;
  display: block;
  padding: 0px 40px;
  text-decoration: none;
  float: left;
  height: 60px;
  line-height: 60px;
}


.hide {
  display: none !important;
}

.help-info {
  /* position: absolute;
  width: 100%;
  top: 100px;
  left: 0;
  height: 93vh;
  background-color: rgba(255, 255, 255, 1); */
  position: absolute;
  width: 100%;
  top: 100px;
  left: 0;
  padding: 20px;
  height: auto;
  background-color: #000;
}



.help-info .info h1 {
  color: #fff;
  margin-bottom: 10px;
}

.help-info .info span {
  color: #fff;
  width: 100%;
  float: left;
}

.help-info .info span a {
  color: #fff;
  width: 100%;
  float: left;
  height: auto;
  line-height: unset;
  text-align: center;
}

.help-container {
  width: 10em;
  top: 21px;
  /* position: absolute; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.help-container .help {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 58px;
  color: rgba(255, 255, 255, 1);
  font-size: .75rem;
}

.help-container .title {
  margin: .3em .3em .3em .3em;
  width: 100%;
}

.help-container .help .fa-angle-right {
  float: right;
  margin-right: .7em;
  transition: transform .3s;
}

.help-container .help-info {
  transition: max-height .5s ease-out;
  max-height: 100vh;
  width: 100%;
  overflow: hidden;
}

.help-container .help-info .option {
  margin: .3em .3em .3em .3em;
  margin-top: 0.3em;
}

.pointerCursor:hover {
  cursor: pointer;
}

.rotate-180 {
  transform: rotate(180deg);
}

/* footer */

footer {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  background: #272727;
  height: auto;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  display: flex;
  justify-content: center;

}

.footer-contentIn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.footer-contentIn img {
  height: 3.5rem;
}

.font-normal {
  font-weight: 500;
  margin-bottom: 2rem;
  font-size: 1.875rem;
  line-height: 2.25rem
}

/* form element */

#userAccountSetupForm {
  display: flex;
  justify-content: center;
}

.form-container {
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.form-element.dropdown span {
  padding: 30px;
  background: #2d2f31;
  color: white;
  font-size: 1.2em;
  font-variant: small-caps;
  cursor: pointer;
  display: block;
}

.form-element.dropdown span::after {
  float: right;
  right: 10%;
  content: "+";
}

.form-element.dropdown .slide {
  clear: both;
  width: 100%;
  height: 0px;
  overflow: hidden;
  text-align: center;
  transition: height .4s ease;
}

.form-element.dropdown .slide li {
  padding: 30px;
}

.form-element.dropdown li a {
  text-decoration: none;
  color: #2d2f31;
}

.form-element.dropdown #touch {
  position: absolute;
  opacity: 0;
  height: 0px;
}

.form-element.dropdown #touch:checked+.slide {
  height: 300px;
}


/*****************/

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}

.form_wrapper {
  width: 640px;
  max-width: 100%;
  box-sizing: border-box;
  margin: auto;
  position: relative;
  z-index: 1;
  padding: 30px 20px 100px 20px;
  /* -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); */
  /* -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: none;
  transition: none;
  -webkit-animation: expand 0.8s 0.6s ease-out forwards;
  animation: expand 0.8s 0.6s ease-out forwards;
  opacity: 0; */
}

.form_wrapper h2 {
  font-size: 1.5em;
  line-height: 1.5em;
  margin: 0;
}

.form_wrapper .title_container {
  margin-bottom: 10px;
}

.form_wrapper .title_container h1 {
  margin: 0rem;
}


.form_wrapper .title_container h4 {
  margin-bottom: 10px;
  margin-top: 0px;
}

.form_wrapper .title_container p {
  font-size: .875rem;
  line-height: 1.25rem;
}

.form_wrapper h3 {
  font-size: 1.1em;
  font-weight: normal;
  line-height: 1.5em;
  margin: 0;
}

.form_wrapper .labelText {
  font-size: 16px;
  margin-bottom: 10px;
}

.form_wrapper .row {
  margin: 10px -15px;
}

.form_wrapper .row>div {
  padding: 0 15px;
  box-sizing: border-box;
}

.form_wrapper .col_half {
  width: 50%;
  float: left;
}

.form_wrapper .input_field {
  position: relative;
  /* margin-bottom: 20px;
  -webkit-animation: bounce 0.6s ease-out;
  animation: bounce 0.6s ease-out; */
}

.form_wrapper .input_field>span {
  position: absolute;
  left: 0px;
  top: 0px;
  color: rgba(51, 51, 51, 0.5);
  height: 100%;
  /* border-right: 1px solid #ccc; */
  text-align: center;
  width: 40px;
  line-height: 55px;
}

.form_wrapper .input_field>span>i {
  padding-top: 10px;
}

.form_wrapper .textarea_field>span>i {
  padding-top: 10px;
}

.form_wrapper input[type="text"],
.form_wrapper input[type="email"],
.form_wrapper input[type="password"] {
  width: 100%;
  padding: 10px 10px 10px 0px;
  height: 55px;
  border: aliceblue;
  box-sizing: border-box;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.form_wrapper input[type="text"]:hover,
.form_wrapper input[type="email"]:hover,
.form_wrapper input[type="password"]:hover {
  background: #fafafa;
}

.form_wrapper input[type="text"]:focus,
.form_wrapper input[type="email"]:focus,
.form_wrapper input[type="password"]:focus {
  /* -webkit-box-shadow: 0 0 2px 1px rgba(255, 169, 0, 0.5);
  -moz-box-shadow: 0 0 2px 1px rgba(255, 169, 0, 0.5);
  box-shadow: 0 0 2px 1px rgba(255, 169, 0, 0.5);
  border: 1px solid #00b67a; */
  background: #fafafa;
}

.btn_theme {
  /* background: #9a2874; */
  background-color: #272727;
  height: 70px;
  line-height: 70px;
  width: 100%;
  border: none;
  outline: none;
  cursor: pointer;
  color: #fff;
  font-size: 1.1em;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0px;
  border-radius: 120px;
}

.btn_theme:hover {
  background: #000;
}

.btn_theme:focus {
  background: #000;
}

.btn_secondary {
  /* background: #9a2874; */
  background-color: #9f3275;
  height: 70px;
  line-height: 70px;
  width: 100%;
  border: none;
  outline: none;
  cursor: pointer;
  color: #fff;
  font-size: 1.1em;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0px;
  border-radius: 120px;
}

.btn_secondary:hover {
  background: #972a6e;
}

.btn_secondary:focus {
  background: #972a6e;
}

.btn_back {
  /* background: #9a2874; */
  background-color: #9E9E9E;
  height: 70px;
  line-height: 70px;
  width: 100%;
  border: none;
  outline: none;
  cursor: pointer;
  color: #fff;
  font-size: 1.1em;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0px;
  border-radius: 120px;
}

.btn_back:hover {
  background: #757575;
}

.btn_back:focus {
  background: #757575;
}

/* .form_wrapper input[type="checkbox"],
.form_wrapper input[type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
} */

.form_container .row .col_half.last {
  border-left: 1px solid #ccc;
}

.checkbox_option label {
  margin-right: 1em;
  position: relative;
}

.checkbox_option label:before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-right: 0.5em;
  vertical-align: -2px;
  border: 2px solid #ccc;
  padding: 0.12em;
  background-color: transparent;
  background-clip: content-box;
  transition: all 0.2s ease;
}

.checkbox_option label:after {
  border-right: 2px solid #9a2874;
  border-top: 2px solid #9a2874;
  content: "";
  height: 20px;
  left: 3px;
  position: absolute;
  top: 12px;
  transform: scaleX(-1) rotate(135deg);
  transform-origin: left top;
  width: 7px;
  display: none;
}

.checkbox_option input:hover+label:before {
  border-color: #9a2874;
}

.checkbox_option input:checked+label:before {
  border-color: #9a2874;
}

.checkbox_option input:checked+label:after {
  /* -moz-animation: check 0.8s ease 0s running;
  -webkit-animation: check 0.8s ease 0s running;
  animation: check 0.8s ease 0s running; */
  display: block;
  width: 2px;
  height: 7px;
  border-color: #9a2874;
}

.radio_option label {
  font-size: 14px;
  margin-right: 1em;
}

.radio_option label:before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-right: 0.5em;
  border-radius: 100%;
  vertical-align: -3px;
  border: 2px solid #ccc;
  padding: 0.15em;
  background-color: transparent;
  background-clip: content-box;
  transition: all 0.2s ease;
}

.radio_option input:hover+label:before {
  border-color: #9a2874;
}

.radio_option input:checked+label:before {
  background-color: #9a2874;
  border-color: #9a2874;
}

.select_option {
  position: relative;
  width: 100%;
}

.select_option select {
  display: inline-block;
  width: 100%;
  height: 35px;
  padding: 0px 15px;
  cursor: pointer;
  color: #7b7b7b;
  border: 1px solid #ccc;
  border-radius: 0;
  background: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: all 0.2s ease;
}

.select_option select::-ms-expand {
  display: none;
}

.select_option select:hover,
.select_option select:focus {
  color: #000;
  background: #fafafa;
  border-color: #000;
  outline: none;
}

.select_arrow {
  position: absolute;
  top: calc(50% - 4px);
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-width: 8px 5px 0 5px;
  border-style: solid;
  border-color: #7b7b7b transparent transparent transparent;
}

.select_option select:hover+.select_arrow,
.select_option select:focus+.select_arrow {
  border-top-color: #000;
}

@-webkit-keyframes check {
  0% {
    height: 0;
    width: 0;
  }

  25% {
    height: 0;
    width: 7px;
  }

  50% {
    height: 20px;
    width: 7px;
  }
}

@keyframes check {
  0% {
    height: 0;
    width: 0;
  }

  25% {
    height: 0;
    width: 7px;
  }

  50% {
    height: 20px;
    width: 7px;
  }
}

@-webkit-keyframes expand {
  0% {
    -webkit-transform: scale3d(1, 0, 1);
    opacity: 0;
  }

  25% {
    -webkit-transform: scale3d(1, 1.2, 1);
  }

  50% {
    -webkit-transform: scale3d(1, 0.85, 1);
  }

  75% {
    -webkit-transform: scale3d(1, 1.05, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}

@keyframes expand {
  0% {
    -webkit-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1);
    opacity: 0;
  }

  25% {
    -webkit-transform: scale3d(1, 1.2, 1);
    transform: scale3d(1, 1.2, 1);
  }

  50% {
    -webkit-transform: scale3d(1, 0.85, 1);
    transform: scale3d(1, 0.85, 1);
  }

  75% {
    -webkit-transform: scale3d(1, 1.05, 1);
    transform: scale3d(1, 1.05, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translate3d(0, -25px, 0);
    opacity: 0;
  }

  25% {
    -webkit-transform: translate3d(0, 10px, 0);
  }

  50% {
    -webkit-transform: translate3d(0, -6px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 2px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: translate3d(0, -25px, 0);
    transform: translate3d(0, -25px, 0);
    opacity: 0;
  }

  25% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  50% {
    -webkit-transform: translate3d(0, -6px, 0);
    transform: translate3d(0, -6px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@media (max-width: 600px) {
  .form_wrapper .col_half {
    width: 100%;
    float: none;
  }

  .bottom_row .col_half {
    width: 50%;
    float: left;
  }

  .form_container .row .col_half.last {
    border-left: none;
  }

  .remember_me {
    padding-bottom: 20px;
  }
}

/**********/
/* 
.form-content label,
.was-validated .form-check-input:invalid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
  color: #fff;
}

.form-content input[type=text],
.form-content input[type=password],
.form-content input[type=email],
.form-content select {
  width: 100%;
  padding: 9px 20px;
  text-align: left;
  border: 0;
  outline: 0;
  border-radius: 6px;
  background-color: #fff;
  font-size: 15px;
  font-weight: 300;
  color: #8D8D8D;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 16px;
}


.btn-primary {
  background-color: #6C757D;
  outline: none;
  border: 0px;
  box-shadow: none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #495056;
  outline: none !important;
  border: none !important;
  box-shadow: none;
}

.form-content textarea {
  position: static !important;
  width: 100%;
  padding: 8px 20px;
  border-radius: 6px;
  text-align: left;
  background-color: #fff;
  border: 0;
  font-size: 15px;
  font-weight: 300;
  color: #8D8D8D;
  outline: none;
  resize: none;
  height: 120px;
  -webkit-transition: none;
  transition: none;
  margin-bottom: 14px;
}

.form-content textarea:hover,
.form-content textarea:focus {
  border: 0;
  background-color: #ebeff8;
  color: #8D8D8D;
}

.mv-up {
  margin-top: -9px !important;
  margin-bottom: 8px !important;
}

.invalid-feedback {
  color: #ff606e;
}

.valid-feedback {
  color: #2acc80;
} */

/***********/
.DOB_DivWrp {
  display: flex;
  align-items: center;
  justify-content: space-between;

}

.DOB_DivFrm
{
  width: 100%
}


.DOB_DivWrp_padR20px {
  padding-right: 20px;

}

.formStepInner {
  width: 100%;
  float: left;
  padding: 100px 0px 20px 0px;
  min-height: calc(90vh - 0px);
}

.form-step {
  width: 100%;
}

.form_container {
  width: 100%;
}

.title_container {
  width: 100%;
}


/*******/
.form_Card {
  width: 100%;
  float: left;
  margin: 30px 0px;
}

.Scroll_Posblts_Broad-data-item {
  float: left;
  width: 100%;
  display: flex;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  align-items: center;
  padding: 10px;
  justify-content: center;
  flex-direction: revert;
  border: 1px solid #efefef;
  margin-bottom: 20px;
}

.Scroll_Posblts_Broad-data-item:hover {
  background: rgba(159, 50, 117, 0.1);
  transform: scale(1.05);
  transition: 0.3s;
}

.Scroll_Posblts_Broad-data-icon {
  width: 35px;
  height: 25px;
  border-radius: 0;
  float: none;
  padding: 0;
  display: flex;
  color: #000000;
  justify-content: center;
  align-items: center;
}

.Scroll_Posblts_Broad-data-ico {
  width: 50px;
  position: relative
}

.Scroll_Posblts_Broad-data-desc {
  position: relative;
  width: 100%;
  /* margin-top: 20px; */
}

.Scroll_Posblts_Broad-font-ico {
  width: 70px;
  position: relative;
  top: 8px;
  left: 10px;
  font-size: 50px
}

.Scroll_Posblts_brdSecContTxt_Note {
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  font-weight: 400;
  text-align: left;
  margin: 0;
}

.Scroll_posbltsHdTxt {
  font-weight: 700;
  font-weight: 20px;
}

/****/
.title_containerSub {
  margin: 20px 0px;
  text-align: center;
  width: 100%;
}

.title_containerSub h3 {
  font-weight: 600;
}

/************/

#wrapper #dialog {
  border: solid 1px #ccc;
  margin: 10px auto;
  padding: 20px 30px;
  display: inline-block;
  box-shadow: 0 0 4px #ccc;
  background-color: #FAF8F8;
  overflow: hidden;
  position: relative;
  max-width: 450px;
}

#wrapper #dialog h3 {
  margin: 0 0 10px;
  padding: 0;
  line-height: 1.25;
}

#wrapper #dialog span {
  font-size: 90%;
}

#wrapper #dialog #form {
  max-width: 240px;
  margin: 25px auto 0;
}

#wrapper #dialog #form input {
  margin: 0 5px;
  text-align: center;
  line-height: 80px;
  font-size: 50px;
  border: solid 1px #ccc;
  box-shadow: 0 0 5px #ccc inset;
  outline: none;
  width: 20%;
  transition: all .2s ease-in-out;
  border-radius: 3px;
}

#wrapper #dialog #form input:focus {
  border-color: purple;
  box-shadow: 0 0 5px purple inset;
}

#wrapper #dialog #form input::selection {
  background: transparent;
}

.MobileVerificationInputs {
  /* display: flex; */
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
}

.MblVrftionIn {
  font-size: 24px;
  margin-right: 10px;
  border: 1px solid #cccccc !important;
  border-radius: 4px;
  text-align: center;
}

.MblVrftionIn:last-child {
  margin-right: 0px;
}

.MblVrftionInWrp {
  width: 300px;
  margin: auto;
}

.text-center {
  text-align: center;
}

.resendCode {
  margin: 0px 0px;
}

.resendCode span {
  cursor: pointer;
  font-weight: 600;
}

.TroubleshootingWrp {
  float: left;
  width: 100%;
  margin-top: 40px;
}

.TroubleshootingWrp .title_containerSub {
  margin: 0px 0px 10px 0px;
  text-align: left;
}

.Troubleshootingform_Card {
  margin: 0px;
}

.label-lg {
  margin-bottom: 10px;
  float: left;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
}



.btnWrpBtm {
  margin-bottom: 20px;
  margin-top: 20px;
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
}

.btnWrpBtm .button {
  margin-right: 10px;
}

.btnWrpBtm .button:last-child {
  margin-right: 0px;
}

.col_halfInput {
  margin-right: 20px;
}

.cardBx {
  width: 100%;
  background: #fff;
  float: left;
  border: 1px solid #cccccc;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 20px;
}



.radioLabel>h4 {
  margin-top: 0px;
  margin-bottom: 10px;
}


/***/
.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 6px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 20px;
  width: 20px;
  transition: all 0.15s ease-out 0s;
  background: #CBD1D8;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
}
.option-input:hover {
  background: #9FAAB7;
}
.option-input:checked {
  background: #9F3275;
}
.option-input:checked::before {
  width: 20px;
  height: 20px;
  display:flex;
  content: '\f00c';
  font-size: 11px;
  font-weight:bold;
  position: absolute;
  align-items:center;
  justify-content:center;
  font-family:'Font Awesome 5 Free';
}
.option-input:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #40E0D0;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}
.option-input.radio {
  border-radius: 50%;
}
.option-input.radio::after {
  border-radius: 50%;
}

/***/
.credfiniframe {
  width: 100%;
  min-height: 84vh;
  border: none;
  margin: 0;
  padding: 0;
}

.css-fypovt-MuiTypography-root {
  color: #fff !important;
}

.css-i4bv87-MuiSvgIcon-root{
  color: #fff !important;}

.spinnerWrap{
    width: 100%;
    float: left;
    }
.spinnerWrap{
    display:flex;
    align-items: center;
    justify-content: center;
    }
.btnFixedFoot{
 margin-top: 30px; 
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
  
}

@media (min-width: 0px) and (max-width:559px) {
  .DOB_DivWrp {
    flex-direction: column;
  }

  .DOB_DivFrm {
    padding-right: 0px;
    width: 100%;
  }

  .MblVrftionInWrp {
    width: 100%;
  }
}

@media (min-width: 0px) and (max-width:767px) {
  .help-info
  {
  top: 50px;
  }
  .SBSAlert {
    margin-bottom: 20px !important;
    margin-top: 10px;
  }

  .btnFixedFoot{
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-top: 10px;
    border-top: 1px solid #333;
    background: #ffff;
}
  
  .Scroll_Posblts_brdSecContTxt_Note {
   
    line-height: 20px;
}
  .Scroll_Posblts_Broad-data-icon i {
    margin-top: 5px;
    font-size: 12px;
}
  .Scroll_Posblts_Broad-data-icon {
    height: calc(100% - 0px);
    padding: 0;
    display: flex;
    align-self: stretch;
    justify-content: center;
    align-items: flex-start;
}

  /* .Scroll_Posblts_Broad-data-item {
    background: transparent;
    border-radius: 0px;
    padding: 0px;
    border: 0px solid #EFEFEF;
    margin-bottom: 15px;
} */
  .form_Card {
  
    margin: 0px;
}
  .title_containerSub h3 {
   
    font-size: 14px;
}
  .title_containerSub {
    margin: 0px;
    
}
  .form_wrapper .title_container h1 {
    
    font-size: 16px;
}
.did-floating-input, .did-floating-select {
  font-size: 12px;
}

  .did-floating-label {
    font-size: 13px;
    left: 30px;
  }

  .did-floating-input,
  .did-floating-select {
    padding: 0 10px;
  }

  .input-group-text {
    width: 35px;
  }

  .radio_option label {
    margin-right: 0em;
    margin-bottom: 10px;
  }

  .radio_optionCss {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .help-container {
    width: auto;
    position: unset;
  }

  .headerCust nav .poweredby {
    font-size: 13px
  }

  .headerCust nav .logo-container img {
    width: 40px;
    height: 40px;
  }

  .headerCust nav ul {
    flex-direction: row;
    height: 50px;
  }
  .headerCust nav .logo-container img {
    width: 30px;
    height: 30px;
  }

.headerCust nav .poweredby {
    font-size: 11px;
    padding: 0px 12px;
  }
 .headerCust nav .poweredby img {
  width: 40px;
}
  .formStepInner {
    padding: 50px 0px 20px 0px;
}

  .headerCust nav
{
height: 50px;
}


  .col_halfInput {
    margin-right: 0px;
  }

  nav ul {
    flex-direction: column;
  }

  .form_wrapper {
    width: 100%;
   
  }

  .body-content {
    min-height: auto;
    /* overflow-y: scroll; */
  }
}


#loadingSpinner {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 3px solid rgba(255,255,255,.3);
  border-radius: 50%;
  border-top-color: #9F3275;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}
@keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}
.loadingSpinnerCon
{
  position: relative;
  margin-top: 30px;
}
.loadingSpinnerLogo
{
    position: absolute;
    width: 40px;
    border-radius: 110px;
}
.loadingSpinnerConIn{
    display: flex;
    align-items: center;
    justify-content: center;
}

.inputInsideError{
  position: absolute;
  width: 152px;
  right: 5px;
  background: #FFD2D2;
  z-index: 10;
  top: -15px;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.text-xs
{
    font-size: .75rem;
    line-height: 1rem;
}

.text-sm{
    font-size: .875rem;
    line-height: 1.25rem;
}



.list-disc{
    list-style-type: disc;
}

.pl-5{
    padding-left: 1.25rem;
}



.mb-4{
    margin-bottom: 1rem;
}

.flex{
    display: flex;
}

.text-xs
{
    font-size: .75rem;
    line-height: 1rem;
}

.mr-0\.5{
    margin-right: .125rem;
}

.font-bold
{
    font-weight: 700;
}


.mb-4{    
  margin-bottom: 1rem;}

  .text-3xl
{
    font-size: 1.875rem;
    line-height: 2.25rem;
}





.text-left
{
text-align: left;
}

.font-medium
{
    font-weight: 500;
}

.sm\:mb-8
{
  margin-bottom: 2rem;
}

.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}