body {
  margin: 0px;
    font-family: 'Lato', sans-serif !important;
}

/* Prevent flash of hidden flow sections on slow refresh */
.otp,
.folio_no {
    display: none;
}

.tds-step-active {
    display: block !important;
}

/* Initial boot loader behavior */
body.js-loading .tds-form {
    visibility: hidden;
}
body.js-loading #loader {
    display: inline-block !important;
}

.header {
  text-align: center;
  padding: 5px;
  border-bottom: solid 6px #8599A4;
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 99999;
}
@media (min-width: 768px) {
  .header {
    display: flex;
    align-items: center;
    padding: 10px 20px;
  }
}
@media (min-width: 768px) {
  .header h3 {
    display: flex;
    flex: 1 1 0%;
    justify-content: center;
  }
}

@media (max-width: 991px) {
  h3 {
    font-size: 18px;
  }
}

.content {
  background-color: #cef5ce;
  padding: 20px;
  margin: 20px;
  border-radius: 10px;
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
}
.content .content-link {
  text-align: center;
}
.content .content-link h3 {
  margin-bottom: 10px;
}
.content .content-link a:not(:first-child) {
  margin-left: 10px;
}

.tds-form {
  margin: 40px;
}
@media (max-width: 767px) {
  .tds-form {
    margin: 20px;
  }
}
.tds-form form {
  max-width: 800px;
  background-color: #cef5ce;
  padding: 50px 150px;
  box-sizing: border-box;
  margin: 0px auto;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .tds-form form {
    padding: 30px;
  }
}
.tds-form form .form-group {
  margin-bottom: 30px !important;
}
.tds-form form .form-group .text-danger {
  color: #f1605e !important;
}
.tds-form form .form-control.is-invalid {
    border: 1px solid #f1605e;
}

.tds-form form .form-control:focus {
  border-color: transparent;
  box-shadow: none;
  outline: none;
}
.tds-form form .radio-inline {
  background-color: #ffffff;
  padding: 10px 40px;
  font-family: 'Lato', sans-serif !important;
  font-size: 16px;
  border: 1px solid #44444447;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .tds-form form .radio-inline {
    margin-bottom: 10px !important;
    margin-left: 0px !important;
  }
}
.tds-form form .radio-inline span {
  display: block;
}
.tds-form form .radio-inline span:not(:last-child) {
  font-weight: bold;
}

.upper-case{
    text-transform: uppercase;
}

.lds-dual-ring.hidden {
    display: none;
}
.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 25% auto;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.8);
    z-index: 999;
    opacity: 1;
    transition: all 0.5s;
}

.swal-modal{
    width: 600px !important;
}

.swal-text{
    line-height: 1.5;
}
/*# sourceMappingURL=output.css.map */
.flex{
    diplay:flex;
}
.justify-between{
    justify-content: space-between;
}

/* ----------- Starts ----------*/
/* Bootstrap migration from 3.6.3 to 5.3.7 */
/* These are the missing changes from the older version */
.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px;
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

.form-control::placeholder {
    color: #b7b7b7; /* Replace with any color you want */
}
/* ----------- Ends ----------*/
