*{
    padding: 2px;    
}
.shadow {
  -moz-box-shadow:    4px 5px 9px 3px rgb(26 54 94) !important;
  -webkit-box-shadow: 4px 5px 9px 3px rgb(26 54 94) !important;
  box-shadow:         4px 5px 9px 3px rgb(26 54 94) !important;
}

ul.ui-choose>li.selected {
    z-index: 3;
    border-color: #027bf7 !important;
    background-color: #027bf7 !important;
    color: #fff;
}

.btn-primary {
    color: #fff;
    background-color: #027bf7 !important;
    border-color: #027bf7 !important;
}

ul.choose-type-right>li.selected {
	color: #ffffff !important;
}

label{
font-weight: 900;
margin-bottom: 0.5rem;
color: #027bf7;
}


.rgform{
    background:honeydew; 
}
.rgform .title{
    font-size: 25px;
    font-weight: 500;
    justify-content: center;
    align-items: center;
    margin-left: 220px;
}
.rgform  .user-details{
    display: flex;
    flex-wrap: wrap;
    max-width: 700px;
    width: 120%;
    height: 25vh;
    padding: 25px 30PX;
    background-color: whitesmoke;
    border-radius: 10px;
    justify-content: space-between;
}
.rgform .user-details .input-box{
    margin: 20px 0px 12px 0px;
    width: calc(100% / 2 - 20px);
    margin-bottom: 10px;


}
.rgform .user-details .input-box input{
    height: 24px;
    width: 100%;
    width: 255px;
    outline: none;
    border-radius: 5px;
    border: 1px solid;
    font-size: 16px;
    display: inline-block
    
}
.rgform .user-details .input-box .details{
    
    font-weight: 500px;
    margin-bottom: 5px;

}

.rgform  .password{
    display: flex;
    flex-wrap: wrap;
    max-width: 700px;
    width: 120%;
    height: -20vh;
    padding: 25px 18PX;
    background-color: whitesmoke;
    border-radius: 10px;
    justify-content: space-between;
    margin-top: -10px;
}
.rgform .password .input-box{
    margin: 18px 0px 15px 0px;
    width: calc(100% / 2 - 20px);
    margin-bottom: 10px;
    margin-top: -3px;
    
    

}
.rgform .password .input-box input{
    height: 24px;
    width: 100%;
    width: 255px;
    outline: none;
    border-radius: 5px;
    border: 1px solid;
    font-size: 16px;
    
}
.rgform .password .input-box .details{
    
    font-weight: 500px;
    margin-bottom: 3px;

}
.rgform  .persanalInfo{
    max-width: 700px;
    width: 120%;
    height: 70vh;
    padding: 25px 30PX;
    background-color: whitesmoke;
    border-radius: 10px;
}
.rgform .persanalInfo .Designation{
    float: left;
    width: 48%;
    height: 10vh;  
}
.rgform .persanalInfo .Designation .select{
    font-display: 5px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 50px;
    gap: 1px;   
}
.rgform .persanalInfo .Designation .select__item{
    padding: 10px;
    cursor: pointer;
    font-size: 13px;
    border-radius: 3px;
    background: whitesmoke;
    transition: background 0.1s;
}
.rgform .persanalInfo .Designation .select__item--selected{
    background:blue;
    color: #ffff;

}

.rgform .persanalInfo .know{
    float: right;
    width: 45%;
    height: 10vh;
    

    
}
.rgform .persanalInfo .know .select{
    font-display: 5px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 50px;
    gap: 1px;   
}
.rgform .persanalInfo .know .select__item{
    padding: 10px;
    cursor: pointer;
    font-size: 13px;
    border-radius: 3px;
    background: whitesmoke;
    transition: background 0.1s;
}
.rgform .persanalInfo .know .select__item--selected{
    background:blue;
    color: #ffff;
}
.rgform .persanalInfo .exp{
    margin-top: 33vh;
    
}
.rgform .persanalInfo .exper{
    margin-top: 7vh;
}
.rgform .persanalInfo .Qualification{
    float: right;
    margin-top: -21vh;
    margin-right: 15.5vh;
}
.rgform .persanalInfo .Qualification .q{
    display: flex;
}
.rgform .persanalInfo .gradution{
    float: right;
    margin-right: 32.5%;
    margin-top: -9.5vh;

}
.rgform .persanalInfo .gradution .select{
    font-display: 5px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 50px;
    gap: 1px;   
}
.rgform .persanalInfo .gradution .select__item{
    padding: 10px;
    cursor: pointer;
    font-size: 13px;
    border-radius: 3px;
    background: whitesmoke;
    transition: background 0.1s;
}
.rgform .persanalInfo .gradution .select__item--selected{
    background:blue;
    color: #ffff;
}
.rgform .persanalInfo .post-gradution{
    float: right;
    margin-right: -17.7%;
    margin-top: 3vh;
}
.rgform .persanalInfo .post-gradution .select{
    font-display: 5px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    max-width: 50px;
    gap: 1px;   
}
.rgform .persanalInfo .post-gradution .select__item{
    padding: 10px;
    cursor: pointer;
    font-size: 13px;
    border-radius: 3px;
    background: whitesmoke;
    transition: background 0.1s;
}
.rgform .persanalInfo .post-gradution .select__item--selected{
    background:blue;
    color: #ffff;


.rgform .resume{
    max-width: 700px;
    width: 120%;
    height: 10vh;
    padding: 25px 30PX;
    border-radius: 10px;
}

}
.rgform .cntr {
    font-family: 'Courier New', Courier, monospace;
    border-bottom: #ffff;
    border-radius: 6px;
    padding: 16px 32px;
    margin-left: 289px;
    cursor: pointer;
}
.rgform .cntr .btn{
    background: blue;
    color: #ffff;
    cursor: pointer;
    font-size: 18px;
    border-radius: 4px;
}

    
    


