/* =================================my-css============== */
/* ------toggle-csss */
toggle input.toggle,
toggle input.normal {
  appearance: none;
  height: 20px;
  width: 40px;
  border: 1px solid var(--black-500);
  border-radius: 10px;
  position: relative;
  transition: all var(--togle-ts) ease;
  outline: none;
  vertical-align: sub;
}

toggle input.toggle::after,
toggle input.normal::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--black-500);
  transform: translate(0px);
  transition: all var(--togle-ts) ease;
}

toggle input.toggle:checked::after,
toggle input.normal:checked::after {
  transform: translate(20px);
  background-color: var(--basic-white);
}

toggle[color] input.toggle:checked,
toggle[color] input.normal:checked {
  background: var(--primary-gradient);
  border:1px solid var(--primary-gradient);
}
/* ------toggle-csss */
.form-card .form-title p{
    font-size: 32px;
    font-weight: 500;
    color: var(--secondary-color);
}
.page-content {
    position: relative;
    height: 100vh;
}

.page-content .form-section {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    /* width: 100%; */
}

.page-content .form-section .form-card{
    padding: 45px;
}
.page-content .form-section .form-card .form-title{

}
.page-content .form-section .form-card .form-title .form-input{

}
.form-card .text-wrap .text{
    margin-bottom: 15px !important;
}
.form-card .form-input-group{

}
.form-card .form-input-group .input-wrap {
    margin-top: 10px;
}
.input-wrap .label-text{
    font-size: 15px ;
    color: var(--black-900)!important;
    /* font-weight: 400; */
}
.form-select{
    border: 1px solid #D4D7E3;
    color: var(--black-500) !important;
}
.input-wrap .label-link{
    font-size: 15px;
    font-weight: 400;
    background: var(--primary-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.form-card .form-input-group .input-wrap .label-link:hover{
    border-bottom:1px solid var(--primary-color);

}
.form-card  .btn-wrap .form-btn{
    background: var(--primary-gradient);
    color: var(--basic-white);
    border: none;
    width: 100%;
    /* margin-top: 20px; */
}
.form-card .form-input-group .input-wrap .form-check-input:checked{
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.form__input{
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}
.form__input .input-span {
    position: absolute;
    right: 0px;
    font-size: 26px;
    top: 50%;
    opacity: 0.5;
    cursor: pointer;
    transform: translate(-50%, -50%);
    font-size: 16px;
    z-index: 11;
}
.form__input .input-span.eye {
    opacity: 0.5;
}
.form__input .input-span.toggle {
    opacity: 1;
}
.star-color{
    color: var(--required-field)
}
.form-card  .btn-wrap  .bodered-btn{
    color: var(--primary-color) !important;
    background: var(--basic-white) !important;
    border: 1px solid var(--primary-color) !important;
    padding-top: 4px;
    padding-bottom: 6px;
    font-size: 13px;
    font-weight: 700;
}
.form-section .form-card .text-wrap .text{
    font-size: 15px;
}
.form-card .form-brd {
    border-radius: 20px;
}
 .jus-con-center {
    justify-content: space-between !important;
}
.registration-text{
    font-size: 14px;
    color: var(--black-600);
    font-weight: 400;
}
.brd-btm {
    border-bottom: 1px solid var(--black-600);
}
.other-details-text {
    font-size: 14px !important;
    color: var(--black-600) !important;
    font-weight: 400 !important;
}
.form-section label {
    /* color: var(--black-900);
     */
    /* font-size: 15p;
    font-weight: 100 !important; */
    font-size: 15px ;
    color: var(--black-900)!important;
} 
/* personal-details-form-css  */

.personal-deatils-form .form-group {
    margin-bottom: 0px !important;
}
.form-section .form-card .text-wrap .personal-details{
    font-size: 20px;
    color: var(--black-600);
}


.form-section .dropdown-font-size {
    font-size: 13px !important;
}


@media (max-width: 1500px) {
    .width-btn {
        width: 130px !important;
    }
    .width-bdr-btn {
        width: 100px !important;
    }
}
@media (max-width:991px) {
    .from-group .form-display-none {
        display: none;    
    }
    .jus-con-center {
        justify-content: left !important;
    }
    .save-btn-res {
        margin-left: 25px;
    }
    .other-details-previous-btn-res {
        width: fit-content !important;
    }
}
@media (max-width: 767px) {
    .form-card .form-title p{
        font-size: 20px;
    }
    /* .from-group .form-display-none {
        display: none;    
    } */
   .from-group .next-btn {
        margin-top: 0 !important;
    }
    .jus-con-center {
        justify-content: center !important;
    }
    .width-btn {
        width: 100% !important;
    }
    .width-bdr-btn {
        width: 100% !important;
    }
    .save-btn-res {
        margin-left: 0px;
    }
    .other-details-previous-btn-res {
        width: 100% !important;
    }
}
