.modal-wrap {
  background: rgba(169, 165, 165, 0.7);
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  visibility: hidden;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.modal-wrap.visible {
  opacity: 1;
  visibility: visible;
}

.modal-wrap .modal-container {
  background: none;
  margin: 1em;
  max-width: 100%;
  width: 400px;
  z-index: 100;
}

.modal-wrap .modal-container .modal-header,  .modal-wrap .modal-container .modal-footer {
  background: #00294a;
  float: left;
  width: 100%;
}

    .modal-wrap .modal-header .modal-title {
        color: #fff;
        /* float: left; */
        font-size: 18px;
        margin: 0;
        flex: 1;
        /* padding: 15px 30px; */
    }

.modal-wrap .modal-header .close-modal {
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  float: right;
  font-size: 40px;
  opacity: 0.4;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.modal-wrap .modal-header .close-modal:hover { opacity: 1; }

.modal-wrap .modal-content {
  float: left;
  margin: 0;
  padding: 15px 30px 35px 30px;
  width: 100%;
  border: none;
  border-radius: 0;
}

.modal-wrap .modal-content p:last-child { margin-bottom: 0; }

.modal-wrap .modal-footer { text-align: center; }

.modal-wrap .modal-footer p {
  color: #ccc;
  font-size: 12px;
  font-style: italic;
  margin: 10px;
}

.modal-wrap .modal-footer a { color: #fff; }

.modal-button {
  background: #00294a;
  color: white;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  display: inline-block;
  padding: 10px 20px;
  margin-top: 20px;
  font-size: 18px;
}

.col-2-custom {
    flex: 0 0 14.666667%;
    max-width: 14.666667%;
}



.modal-input-custom {
  width: 100%;
  margin-top: 20px;
  border: none;
  border-bottom: 1px solid #00294a;
  margin-bottom: 10px;
  color: #00294a;
}

.otp-2 {
  font-size: 20px !important;
}

.otp-3 {
  font-size: 20px !important;
}

input:focus {
  outline: none;
}

.content-row {
  justify-content: center!important;
  display: flex;
  flex-direction: unset;
}

.otp-1 {
    min-width: 36px;
}


.w-100 {
  width: 100%;
}

.w-80 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.w-70 {
  width: 80%;
}

.modal-header {
    padding: 10px;
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
}

.header-title-custom {
  font-weight: bold;
}

.modal-text {
    font-weight: bold;
    color: #002d4c;
    text-align: center;
}

.blur-modal-body {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
}


.modal-button-light {
  background-color:#9facd6;
}

.custom-positioning {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}


.modal-otp-input {
    border: none;
    color: #00294a;
    width: 100%;
    background: lightgrey;
    text-align: center;
    font-size: 30px;
    padding: 5px;
}

.step4-header-message {
  color: white !important;
}

.white {
    color: white !important;
}

.step4-header-title {
  font-size: 24px;
  color: white !important;
}

.otp-input-parent {
  background: lightgrey;
}

.force-hide {
  display: none !important;
}

.otp-success-message {
    color: #00294a !important;
    align-items: center;
    display: flex;
    justify-content: space-evenly;
}

.pin-desc {
  color: #00294a;
  font-size: 11px;
}

.blue-background {
  background: #00294a;
}

.otp-success-message span {
    color: #00294a !important;
    font-weight: bold;
}

#comparedValueHere {
    font-size: 20px;
}


.icon-main {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
}

.icon-check {
  width: 30px;
  height: 30px;
  background-image: url("./check-circle.png");
}

.icon-check-extra-large {
  width: 100px;
  height: 100px;
  background-image: url("./check-circle.png");
}

@media(max-width:410px){
  .w-80 {
    width: 100%;
  }
}

/* FLEX START */

.d-flex {
  display: flex!important;
}

.justify-content-between {
  justify-content: space-between!important;
}

.inherit-padding {
  padding: inherit;
}

.content-custom-paddings {
  margin-top: 30px;
  margin-bottom: 20px;
}

.alert-fina > span, .alert-fina > strong {
  color: #a94442 !important;
  font-weight: bold;
}

.content-custom-paddings-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.alert-fina {
  margin: 0px !important;
  border-radius: 0px;
}

/* FLEX END */

/* MARGINS & PADDINGS START */


.m-t-30 {
  margin-top: 30px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.m-t-0 {
  margin-top: 0px !important;
}

.m-r-0 {
  margin-right: 0px;
}

.m-b-0 {
  margin-bottom: 0px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.m-b-50 {
  margin-bottom: 50px;
}

.p-0 {
  padding: 0px !important;
}

.p-r-l-20 {
  padding-left: 20px;
  padding-right: 20px;
}

#modal-message {
    border-radius: 10px;
    background-color: #FF4D5A;
    height: unset;
    width: 85%;
    position: relative;
    margin: 0 auto;
    top: 25px;
    margin-right: 7.5%;
}

#modal-message .modal-content, #modal-message .modal-header {
    background-color: unset;
    border: none;
}

    #modal-message .modal-container {
        margin: unset;
        width: 100%;
    }

    #modal-message .modal-content {
        padding: 10px;
        align-items: center;
    }
    /* MARGINS & PADDINGS END */
    /* SPINNER START */
    .spinner-display {
        display: block !important;
    }

.spinner {
  display: none;
  position: relative;
  /* left: 50%; */
  /* top: 50%; */
  top: 100px;
  height:60px;
  width:60px;
  margin:0px auto;
  -webkit-animation: rotation .6s infinite linear;
  -moz-animation: rotation .6s infinite linear;
  -o-animation: rotation .6s infinite linear;
  animation: rotation .6s infinite linear;
  border-left:6px solid rgba(0,174,239,.15);
  border-right:6px solid rgba(0,174,239,.15);
  border-bottom:6px solid rgba(0,174,239,.15);
  border-top:6px solid rgba(0,174,239,.8);
  border-radius:100%;
}

@-webkit-keyframes rotation {
  from {-webkit-transform: rotate(0deg);}
  to {-webkit-transform: rotate(359deg);}
}
@-moz-keyframes rotation {
  from {-moz-transform: rotate(0deg);}
  to {-moz-transform: rotate(359deg);}
}
@-o-keyframes rotation {
  from {-o-transform: rotate(0deg);}
  to {-o-transform: rotate(359deg);}
}
@keyframes rotation {
  from {transform: rotate(0deg);}
  to {transform: rotate(359deg);}
}
/* SPINNER END */
