.preloader {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.preloader img {
  opacity: 0.5;
}

.preloader .preloader-icon {
  border: 1px solid #eeeeee;
  border-top-color: rgb(238, 238, 238);
  border-top-style: solid;
  border-top-width: 1px;
  border-radius: 50%;
  border-top: 5px solid #5c6bc0;
  width: 35px;
  height: 35px;
  -webkit-animation: spin 0.4s linear infinite;
  animation: spin 0.4s linear infinite;
  margin-top: 30px;
}


.proccessingPreloader {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}


/* Backgroud Gradients Color */

.bg-gradient-1 {
  background: #ff00cc;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #333399, #ff00cc);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #333399, #ff00cc); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}


.bg-gradient-2 {
  background: #FFAFBD;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #ffc3a0, #FFAFBD);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #ffc3a0, #FFAFBD); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}


.bg-gradient-3 {
  background: #c0c0aa;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #1cefff, #c0c0aa);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #1cefff, #c0c0aa); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}


.bg-gradient-4 {
  background: #A1FFCE;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #FAFFD1, #A1FFCE);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #FAFFD1, #A1FFCE); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}


.bg-gradient-5 {
  background: #E0EAFC;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #CFDEF3, #E0EAFC);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #CFDEF3, #E0EAFC); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.badge-soft-reversal {
  color: #ffffff;
  background-color: rgba(153, 153, 153, 0.5);
}


/*Service Hub CSS*/
.btn-service {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.5rem 0.9rem;
  font-size: 0.8125rem;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn-service {
    -webkit-transition: none;
    transition: none;
  }
}


.rounded-circle-shadow {
  width:110px;
  height:110px;
  border-radius: 100px;
  background-color: #ffffff;
  box-shadow:  0 0 10px  rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 10px  rgba(0,0,0,0.3);
  -webkit-box-shadow: 0 0 10px  rgba(0,0,0,0.3);
  -o-box-shadow: 0 0 10px  rgba(0,0,0,0.3);
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.rounded-circle-shadow:hover {
   box-shadow:  0 0 10px  rgba(1,0,0,0.3);
  -moz-box-shadow: 0 0 10px  rgba(1,0,0,0.3);
  -webkit-box-shadow: 0 0 10px  rgba(1,0,0,0.3);
  -o-box-shadow: 0 0 10px  rgba(1,0,0,0.3);
}

.comming-soon {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  position: absolute;
  top: -16px;
  left: 13px;
}


.new-service {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  position: absolute;
  top: -16px;
  left: 37px;
}


.main-heading {
  color: #222;
  font-size: 1.286em;
  font-weight: 300;
  line-height: 24px;
}

.heading-image {
  max-height: 450px;
  position: absolute;
  right: 0;
  top: 100px;
  width: 400px;
}

/*Switcher button*/
.toggle-button {
    width: 75px;
    height: 21px;
    background-color: blue;
    border-radius: 15px;
    position: relative;
    cursor: pointer;
    margin-top: 0px;
}
.toggle-button:before {
    content: "";
    position: absolute;
    top: 2.5px;
    left: 3px;
    width: 15px;
    height: 15px;
    background-color: white;
    border-radius: 50%;
    transition: left 0.3s;
}
.toggle-button.selected:before {
    left: 57px;
}
.toggle-button.selected {
    background-color: orange;
}
.toggle-label {
    width: 85px;
    font-size: 12px;
    line-height: 22px;
    color: white;
    text-align: center;
}

/* for individual record */
.single {
    width: 75px;
    height: 21px;
    background-color: blue;
    border-radius: 15px;
    position: relative;
    cursor: pointer;
    margin-top: 0px;
}
.single:before {
    content: "";
    position: absolute;
    top: 2.5px;
    left: 3px;
    width: 15px;
    height: 15px;
    background-color: white;
    border-radius: 50%;
    transition: left 0.3s;
}
.single.selected:before {
    left: 57px;
}
.single.selected {
    background-color: orange;
}
.single-label {
    width: 85px;
    font-size: 12px;
    line-height: 22px;
    color: white;
    text-align: center;
}

/*Otp enter input box*/
.verification-code {
  max-width: 300px;
  position: relative;
  margin:50px auto;
  text-align:center;
}
.control-label{
  display:block;
  margin:40px auto;
  font-weight:900;
}
.verification-code--inputs input[type=text] {
  border: 2px solid #CED4DA;
  width: 46px;
  height: 46px;
  padding: 10px;
  text-align: center;
  display: inline-block;
  box-sizing:border-box;
  font-weight: bold;
  font-size: 14px;
}

/* Change border color when the input is focused */
.verification-code--inputs input[type=text]:focus {
  border-color: #35439d; /* Change the border color to your desired color */
  outline: none; /* Remove the default focus outline */
}


.payout-card {
  height: 120px;
  width: 100%;
  border: 1px solid transparent!important;
  display: flex; 
  justify-content: center; 
  align-items: center;
}

.payout-card:hover {
  width: 100%;
  border: 1px solid #0033a1!important;
  border-radius: 6px;
}

.count-box {
  height: 120px;
  background: #F9FCFF;
  border: 1px solid #EAF4FC;
  border-radius: 6px;
  align-items: center!important;
  justify-content: space-around!important;
}