html, body{
    font-family: 'Inter', sans-serif;
}
main{
    margin:20px 0;
}
.error{
    color: red;
}
hr{
    margin:8px 0;
    border-color: #fff;
}
.form-control{
    border-color: #131313;
}
.col-form-label{
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}
.profile-image-wrap{
    width: 100%;
    height: 275px;
    padding:5px 20px;
}
.profile-image-wrap img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.card, .card-header, .card-header:first-child{
    border-radius: 0;
}
.d-flex .form-check{
    width: 20%;
    margin-bottom: 10px;
}
.d-flex .form-check label {
    font-weight: 500;
}
#hidden-form-1{
    display: none;
}
#hidden-form-2{
    display: none;
}
.form-check-input[type=checkbox]{
    border-color: #000;
}
#donot-add-address, #donot-add-employment{
    display: none;
}