/**common css**/
#page-container{
    background: transparent radial-gradient(closest-side at 50% 50%, #0060ff 10%, #1750ae 90%) 0% 0% no-repeat padding-box;
}

#cndidate_wzrd .card{
    background-color:#F3F7FE;
    border-radius:15px;
    margin:0 auto;

}

#cndidate_wzrd{
    display: grid;
    place-items: center;
    height: 100vh;
    margin: 0;
}

#cndidate_wzrd .subtbtn{
    background: #ea4335 !important;
    border-color: #ea4335!important;
    border-radius: 25px !important;
}#cndidate_wzrd input::placeholder {
    color: #d3d1d1;
}


#cndidate_wzrd .card{
    width: 80%;
    padding: 0px;
}.lgncard1 .fw-bolder {
    font-weight: 600 !important;
}#cndidate_wzrd label.form-label{
    font-weight: 500 !important;
}

#cndidate_wzrd .cndte_mbile img{
    width:100%;
}

#cndidate_wzrd .site2_logo img{
    width:130px;

}

#cndidate_wzrd .progress{
    height:8px;
}

#cndidate_wzrd .lvledticn img{
    
    width: 35px;
   
}

.lvledticn div{
    align-items: center;
    justify-content: center;
    display: flex;
}


#cndidate_wzrd .grytxtv{
    color:#808080 !important;
}

.grytxtv.pdngtxt{
    padding: 0px 30px 0px 30px;

}

p.grytxtv{
    font-size: 14px;
}

#cndidate_wzrd .cdt_crtect button{
    background:#C4C4C4;
    border-radius:8px;
}

#cndidate_wzrd .restnt{
    color:#808080;
    font-size:14px;
}


.levtstge_fre, .levtstge_exp{
    margin: 0 auto;
    display: flex;
    height: 120px;
    width: 120px;
}

#cndidate_wzrd .slct_apnd select{
    border: 1px solid #ccc;
    padding: 5px;
    
}

#cndidate_wzrd .slct_apnd input{
    border-right:none;
    border-left:none;
}

#cndidate_wzrd .slct_apnd span{
    background: #fff;
    border: 1px solid #ced4da !important;
}

#cndidate_wzrd .skls_cdte{
    position: relative;
    background: #fff;
    max-width: 100%;
    word-wrap: break-word;
    padding: 5px 10px 5px 10px;
    border-radius: 15px;
    margin: 0 5px 5px 0;
    box-shadow: 2px 4px 6px #d6d6dd;
}

.skls_cdte .tag-plus{
    border: 0px;
    background: none;
}

.loadflebrd {
    align-items: center;
    justify-content: center;
    display: flex;
    margin: 0 auto;
    border: 3px solid #ccc;
    height: 200px;
    border-style: dashed;
    width: 300px;
    border-radius: 10px;
}



@media(max-width:480px){
    #cndidate_wzrd .cndte_mbile{
        display: none;
    }

    #cndidate_wzrd .card{
        width: 100%;
        padding: 0px;
    }
}
@media(min-width: 200px) and (max-width: 1024px){
    #cndidate_wzrd .cndte_mbile{
        display: none;
      }
}  
@media(min-width: 768px) and (max-width: 1024px){
    #cndidate_wzrd .card-size {
        width: 75%;
        margin: 0 auto;
    }
}  

@media(min-width: 280px) and (max-width: 767px){
    #cndidate_wzrd .card-size {
        width: 100%;
        margin: 0 auto;
    }
}

/***** Tharani ***/

.field-icon {
    float: right;
    margin-left: -25px !important;
    margin-top: -27px;
    position: relative;
    z-index: 5;
    left: -3%;
}
  
.hide { 
    display: none; 
}

.fw-bolder {
    font-weight: 400 !important;
}
.form-check label, .form-group label{
    font-weight: 400 !important;
}
label{
    font-weight: 500 !important;
}
form label{
    font-size: 14px!important;
    font-weight: 400 !important;
}
#dltaccountModal .modal-body{
    padding: 0%;
}
#dltaccountModal .modal-header{
    background: rgb(66,133,244);
    background: linear-gradient(180deg, rgba(66,133,244,1) 0%, rgba(52,105,192,1) 100%);
}
#dltaccountModal .img-fluid {
    max-width: 30%;
    height: auto;
}
.btn-dlt-acc,.btn-dlt-acc:focus, .btn-dlt-acc:hover {
  transition: 0.5s;
  color: #fff;
  background: #4285F4;
  border-color: #4285F4;
  border-radius: 5px;
  font-size: 14px;
}
.btn-cancel{
    background: #cccccc21 !important;
    color: #212529;
    transition: 0.5s;
    border-radius: 5px;
    font-size: 14px;
}
.modal.modal-static .modal-dialog{
    transform: none !important;
}