 /* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 54px;
    height: 27px;
 
}
.mobile{
 float: right;
    font-size: 22px;
    font-weight: bold;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s; .4s;
    transition: .4s;
}

input:checked + .slider {
  background-color: #f23626;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.inactive{
	display:none;
}
.active{
	display:block;
}
 #verify ,#vforget, #pinverify , #setpin{
	display:none;
}
.input {
width: 47px;
    border: none;
    border-bottom: 3px solid rgb(243 243 243 / 56%);
    margin: 0 3px;
    text-align: center;
    font-size: 28px;
    cursor: not-allowed;
    pointer-events: none;
    border-radius: 5px;
    background: #5e5e5e57;
}
 
.input:focus {
       border-bottom: 3px solid #f23626;
    outline: none;
}
 
.input:nth-child(1) {
    cursor: pointer;
    pointer-events: all;
}
.input:nth-child(2) {
    cursor: pointer;
    pointer-events: all;
}
.input:nth-child(3) {
    cursor: pointer;
    pointer-events: all;
}
.input:nth-child(4) {
    cursor: pointer;
    pointer-events: all;
}
.input:nth-child(5) {
    cursor: pointer;
    pointer-events: all;
}
.input:nth-child(6) {
    cursor: pointer;
    pointer-events: all;
}
.time{
	    float: right;
    margin-right: 26px;
    margin-top: 5px;
	cursor: pointer;
}	  #loading {
        background: url('../../public/site_assets/images/LoaderIcon.gif') no-repeat center center;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: #00000061;
        z-index: 9999999;
        opacity: 1;
    }  
   .payment_loading{
     opacity: 0.5;
   }
   
/* Add this to your CSS file or within a <style> tag in your HTML */
.iti {
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: #000; /* Change text color to black */
}
.iti .iti__selected-flag {
    width: auto;
}
.iti__flag {
    width: 20px; /* Adjust flag size if necessary */
    height: 15px; /* Adjust flag size if necessary */
}
.iti__selected-flag .iti__flag {
    margin-right: 5px;
}
.iti__selected-flag .iti__arrow {
    margin-left: 5px;
}
.iti__country-list {
    background-color: #fff; /* Set background color for country dropdown */
    color: #000; /* Change text color for dropdown items */
}

.iti__selected-dial-code {
  color: white;
}

.iti input:focus {
      outline: none; /* Remove default focus outline */
      background-color: transparent; /* Keep the background transparent */
      color: #fff;
  }


 /* The switch - the box around the slider */
.switchs {
    position: relative;
    display: inline-block;
    width: 59px;
    height: 30px;
}
 

/* Hide default HTML checkbox */
.switchs input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.sliders {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.sliders:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 6px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s; .4s;
    transition: .4s;
}

input:checked + .sliders {
  background-color: #f23626;
}

input:focus + .sliders {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .sliders:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.sliders.round {
  border-radius: 34px;
}

.sliders.round:before {
  border-radius: 50%;
}
.splide .splide__track::after{
display:none
}
.splide .splide__track::before{
display:none
}
.splide .splide__slide::after{
display:none!important;
}