.btnReadiness {
  background-color: #2E72F5 !important;
  color: #FFFFFF !important;
  border-color: #2E72F5 !important;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: var(--e-global-color-primary);
  border-radius: 5px 5px 5px 5px;
  padding: 5px 20px 5px 20px;
  font-family: "Inter", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  fill: #FFFFFF;
  width: fit-content;
}

.btnReadiness[disabled] {
  background-color: #F3F2F1 !important;
  color: #A19F9D !important;
  pointer-events: none;
  border: 2px;
}







.footer-bottom {
  padding: 20px 0 !important;
}

p,
li {
  font-size: 18px !important;
  font-family: sans-serif !important;
  color: #333333 !important;
}

.modal-header>h1 {
  color: white !important;
}

.readinessFont {
  font-size: 18px !important;
  font-family: sans-serif !important;
  color: #333333 !important;
}


h1 {
  font-size: 28px !important;
  font-family: sans-serif !important;
  color: #333333 !important;
}

.readinessHeaderFont {
  font-size: 28px !important;
  font-family: sans-serif !important;
  color: #333333 !important;
}

.readinessTitleFont {
  font-size: 22px !important;
  font-family: sans-serif !important;
  color: #333333 !important;
}



.required label:after {
  content: " *";
  color: red;
}

.wizardBtnGroup {
  /* position: absolute; */
  bottom: 70px;
  left: 25%;
  /* width: 50%; */
}

.wizardBackground {
  background-color: whitesmoke;
}

.wizardBodyMainContent {
  /* height: 80vh; */
  background-color: white;
}



.column {
  float: left;
  width: 25%;
  padding: 10px;
  /* height: 300px; */
}


.row:after {
  content: "";
  display: table;
  clear: both;
}

/* HTML: <div class="loader"></div> */
.loader {
  width: 50px;
  aspect-ratio: 1;
  display: grid;
  margin: auto;
}

.loader:before,
.loader:after {
  content: "";
  grid-area: 1/1;
  --c: #0000 calc(100%/3), #2E72F5 0 calc(2*100%/3), #0000 0;
  --c1: linear-gradient(90deg, var(--c));
  --c2: linear-gradient(0deg, var(--c));
  background: var(--c1), var(--c2), var(--c1), var(--c2);
  background-size: 300% 4px, 4px 300%;
  background-repeat: no-repeat;
  animation: l11 1s infinite linear;
}

.loader:after {
  margin: 10px;
  transform: scaleX(-1);
  animation-delay: -.25s;
}

@keyframes l11 {
  0% {
    background-position: 50% 0, 100% 100%, 0 100%, 0 0
  }

  25% {
    background-position: 0 0, 100% 50%, 0 100%, 0 0
  }

  50% {
    background-position: 0 0, 100% 0, 50% 100%, 0 0
  }

  75% {
    background-position: 0 0, 100% 0, 100% 100%, 0 50%
  }

  75.01% {
    background-position: 100% 0, 100% 0, 100% 100%, 0 50%
  }

  100% {
    background-position: 50% 0, 100% 0, 100% 100%, 0 100%
  }
}




@media screen and (max-width: 900px) {
  label.select {
    width: 100% !important;
  }

  .form__group {
    width: 100% !important;
  }

  .dateRows {
    column-gap: 10px !important;
  }

  .step8Image {
    width: 100% !important;
  }


}

@media screen and (min-width: 901px) and (max-width: 1500px) {
  label.select {
    width: 70% !important;
  }

  .form__group {
    width: 70% !important;
  }

  .dateRows {
    column-gap: 40px !important;
  }

  .step6Image {
    width: auto;
  }

  .step8Image {
    width: 60% !important;
  }

}


@media screen and (max-width: 1200px) {
  .wizardBody {
    background-color: white;
    min-height: 90vh;
    padding: 2%;
  }

  .revTable>tbody>tr {
    display: grid;
  }

  .step10-mainDiv{
    display: grid;
    /* column-gap: 50px; */
    grid-template-columns: 200px 200px;
    align-items: center;
  }
  
  .step10-labels{
    margin-left: 20px;
  }
  

}

@media screen and (min-width: 1201px) {
  .wizardBody {
    margin-left: 10%;
    margin-right: 10%;
    background-color: white;
    min-height: 90vh;
    padding: 2%;
  }

  .dateRows {
    column-gap: 70px !important;
  }

  .step6Image {
    width: 60% !important;
  }

  .step8Image {
    width: 60% !important;
  }

  .revTable>tbody>tr {
    display: table-row;
  }

  .step10-mainDiv{
    display: flex;
    align-items: center;
    column-gap: 50px;
  }
  
  .step10-labels{
    margin-left: 0px;
  }
  
}






.form__group {
  position: relative;
  padding: 15px 0 0;
  margin-top: 10px;
  width: 40%;
}

.form__field {
  font-family: sans-serif;
  width: 100%;
  border: 0;
  border-bottom: 2px solid #9b9b9b;
  outline: 0;
  font-size: 18px;
  color: #333333;
  padding: 7px 0;
  background: transparent;
  transition: border-color 0.2s;
  margin-top: 10px;

  &::placeholder {
    color: transparent;
  }

  &:placeholder-shown~.form__label {
    font-size: 18px;
    cursor: text;
    top: 20px;
  }
}

.form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 18px;
  color: #333333;
}

.form__field:focus {
  ~.form__label {
    position: absolute;
    top: 0;
    display: block;
    transition: 0.2s;
    font-size: 18px;
    color: #2E72F5;
    font-weight: 700;
  }

  padding-bottom: 6px;
  font-weight: 700;
  border-width: 3px;
  border-image: linear-gradient(to right, #2E72F5, #9cb4e0);
  border-image-slice: 1;
}

/* reset input */
.form__field {

  &:required,
  &:invalid {
    box-shadow: none;
  }
}


.modal,
.modal-box {
  z-index: 900;
}

.modal-sandbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
}

.modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, .8);
  overflow: auto;
}

.modal-box {
  position: relative;
  width: 80%;
  max-width: 920px;
  margin: 100px auto;
  animation-name: modalbox;
  animation-duration: .4s;
  animation-timing-function: cubic-bezier(0, 0, .3, 1.6);
}

.modal-header {
  padding: 5px 40px;
  background: #2E72F5;
  color: #ffffff;
}

.modal-body {
  background: #ECEFF1;
  /* padding: 60px 40px; */
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

/* Close Button */
.close-modal {
  text-align: right;
  cursor: pointer;
}

/* Animation */
@-webkit-keyframes modalbox {
  0% {
    top: -250px;
    opacity: 0;
  }

  100% {
    top: 0;
    opacity: 1;
  }
}

@keyframes modalbox {
  0% {
    top: -250px;
    opacity: 0;
  }

  100% {
    top: 0;
    opacity: 1;
  }
}



label,input,option{
  font-family: sans-serif !important;
  font-size: 18px !important;
}




label.select {
  display: block;
  position: relative;
  width: 40%;
  font-family: 'Sans-serif';
  font-size: 18px;
  color: #2E72F5;
  font-weight: 700;

  select {
    display: block;
    position: relative;
    z-index: 10;
    width: 100%;
    height: 30px;
    font-size: 18px;
    border: none;
    opacity: 0;
    cursor: pointer;
  }

  span.select {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: white;
    border: 1px solid #2E72F5;
    border-radius: rem(3);
    color: black;
    font-size: rem(26);
    padding: 0 10px;

    &:after {
      content: '\f078';
      position: absolute;
      right: -1px;
      top: -1px;
      height: 30px;
      width: 30px;
      font-family: 'FontAwesome';
      font-size: 12px;
      background: #2E72F5;
      text-align: center;
      color: white;
      border-radius: 0 rem(3) rem(3) 0;
    }
  }
}

@supports(-webkit-appearance: none) or (-moz-appearance: none) {

  input[type='checkbox'],
  input[type='radio'] {
    --active: #275EFE;
    --active-inner: #fff;
    --focus: 2px rgba(39, 94, 254, .3);
    --border: #BBC1E1;
    --border-hover: #275EFE;
    --background: #fff;
    --disabled: #F6F8FF;
    --disabled-inner: #E1E6F9;
    height: 21px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    transition: background .3s, border-color .3s, box-shadow .2s;

    &:after {
      content: '';
      display: block;
      left: 0;
      top: 0;
      position: absolute;
      transition: transform var(--d-t, .3s) var(--d-t-e, ease), opacity var(--d-o, .2s);
    }

    &:checked {
      --b: var(--active);
      --bc: var(--active);
      --d-o: .3s;
      --d-t: .6s;
      --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
    }

    &:disabled {
      --b: var(--disabled);
      cursor: not-allowed;
      opacity: .9;

      &:checked {
        --b: var(--disabled-inner);
        --bc: var(--border);
      }

      &+label {
        cursor: not-allowed;
      }
    }

    &:hover {
      &:not(:checked) {
        &:not(:disabled) {
          --bc: var(--border-hover);
        }
      }
    }

    &:focus {
      box-shadow: 0 0 0 var(--focus);
    }

    &:not(.switch) {
      width: 21px;

      &:after {
        opacity: var(--o, 0);
      }

      &:checked {
        --o: 1;
      }
    }

    &+label {
      font-size: 14px;
      line-height: 21px;
      display: inline-block;
      vertical-align: top;
      cursor: pointer;
      margin-left: 4px;
    }
  }

  input[type='checkbox'] {
    &:not(.switch) {
      border-radius: 7px;

      &:after {
        width: 5px;
        height: 9px;
        border: 2px solid var(--active-inner);
        border-top: 0;
        border-left: 0;
        left: 7px;
        top: 4px;
        transform: rotate(var(--r, 20deg));
      }

      &:checked {
        --r: 43deg;
      }
    }

    &.switch {
      width: 38px;
      border-radius: 11px;

      &:after {
        left: 2px;
        top: 2px;
        border-radius: 50%;
        width: 15px;
        height: 15px;
        background: var(--ab, var(--border));
        transform: translateX(var(--x, 0));
      }

      &:checked {
        --ab: var(--active-inner);
        --x: 17px;
      }

      &:disabled {
        &:not(:checked) {
          &:after {
            opacity: .6;
          }
        }
      }
    }
  }

  input[type='radio'] {
    border-radius: 50%;

    &:after {
      width: 19px;
      height: 19px;
      border-radius: 50%;
      background: var(--active-inner);
      opacity: 0;
      transform: scale(var(--s, .7));
    }

    &:checked {
      --s: .5;
    }
  }
}

.revTable tr>td {
  padding: 10px;
}

.revTable tr>td>label>span {
  margin-top: 10px;
  font-weight: normal;
}