
  .span_pseudo, .chiller_cb span:before, .chiller_cb span:after {
    content: "";
    display: inline-block;
    background: #fff;
    width: 0;
    height: 0.2rem;
    position: absolute;
    transform-origin: 0% 0%;
  }
  .chiller_cb label {
    color: #2B2B2B;
    text-align: center;
    font-family: Raleway;
    font-size: 13.391px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    padding-left: 40px;
}
  .chiller_cb {
    position: relative;
    height: 2rem;
    display: flex;
    align-items: center;
  }
  .chiller_cb input {
    display: none;
  }
  .chiller_cb input:checked ~ span {
    background: #FC0;
    border-color: #FC0;
  }
  .chiller_cb input:checked ~ span:before {
    width: 1rem;
    height: 0.15rem;
    transition: width 0.1s;
    transition-delay: 0.3s;
  }
  .chiller_cb input:checked ~ span:after {
    width: 0.4rem;
    height: 0.15rem;
    transition: width 0.1s;
    transition-delay: 0.2s;
  }
  .chiller_cb input:disabled ~ span {
    background:#FC0;
    border-color: #FC0;
  }
  .chiller_cb input:disabled ~ label {
    color: #FC0;
  }
  .chiller_cb input:disabled ~ label:hover {
    cursor: default;
  }
  .chiller_cb label {
    padding-left: 2rem;
    text-align: left;
    position: relative;
    z-index: 2;
    cursor: pointer;
    margin-bottom:0;
  }
  .chkpaddingbottom26{padding-bottom: 26px;}
  .chiller_cb span {
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 2.511px;
    border: 0.837px solid #D7D7D7;
    background: #FFF;
    box-shadow: 0px 0.8369275331497192px 0.8369275331497192px 0px rgba(0, 0, 0, 0.06);
    position: absolute;
    left: 0;
    transition: all 0.2s;
    z-index: 1;
    box-sizing: content-box;
  }
  .chiller_cb span:before {
    transform: rotate(-55deg);
    top: 1rem;
    left: 0.37rem;
  }
  .chiller_cb span:after {
    transform: rotate(35deg);
    bottom: 0.35rem;
    left: 0.2rem;
  }
  
  .info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 0px;
    padding: 10px 10px 10px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
} 
.success {
    color: #4F8A10;
    font-size: 14px;
    font-family: 'raleway';
    background-color: #DFF2BF;
    background-size: 20px;
    background-repeat: no-repeat;
    background-image: url('https://i.imgur.com/Q9BGTuy.png');
} 
.error{
    color: #D8000C;
    font-size: 14px;
    font-family: 'raleway';
    background-size: 20px;
    background-repeat: no-repeat;
    background-color: #FFBABA;
    background-image: url('https://i.imgur.com/GnyDvKN.png');
} 




/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.from_label.d-flex.justify-content-between.changenumberlink p {
  font-size: 12px;
  font-family: 'Raleway';
  color: #ffd52a;
  line-height: normal;
  cursor: pointer;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.code-inputs input[type=number] {
  border-radius: 10.976px;
  border: 0.844px solid #DDD;
  box-shadow: 0px 2.532841444015503px 5.065682888031006px 0px rgba(0, 0, 0, 0.06);
  height: 48px;
  width: 48px;
  margin: 0px;
  color: #2A2A2A;
font-family: Quicksand;
font-size: 16.886px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 25.328px */
text-align: center;
}
.code-inputs {
  
  gap: 18px;
}
 
.otp-input-wrapper input {
  padding: 0;
  width: 264px;
  font-size: 32px;
  font-weight: 600;
  color: #3e3e3e;
  background-color: transparent;
  border: 0;
  margin-left: 12px;
  letter-spacing: 48px;
  font-family: sans-serif !important;
}
.otp-input-wrapper input:focus {
  box-shadow: none;
  outline: none;
}
.otp-input-wrapper svg {
  position: relative;
  display: block;
  width: 240px;
  height: 2px;
}
