h1,h2,h3,h4,h5,h6,p,span,input,button{
    font-family:"Work Sans", Sans-serif!important;
}
.page-header{
    display:none!important;
}
.profile-image-section{
    text-align:center!important;
    padding-top:20px!important;
}
#profile-image-preview{
    border: 2px solid #9D6F3B!important;
    max-width: 260px!important;
    height: 260px!important;
    border-radius: 50%!important;
    margin-bottom: 20px!important;
    padding: 1px!important;   
}
.profile-actions-btns{
    text-align:center!important;
}
#upload-profile-image,#remove-profile-image,.save-btn,.cancel-btn{
    border-radius: 20px!important;
    background-color: #9D6F3B!important;
    color: white!important;
    border: none!important;
}
#remove-profile-image{
    background-color: #2A2A2A!important;
}
.cancel-btn{
    background-color:#FF3333!important;
    padding: .5rem 1rem!important;
    margin-right: 10px!important;
    text-decoration: none!important;
}
.field-title{
    font-size:24px!important;
    font-weight:600!important;
    color:#2A2A2A!important;
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea{
    border: 1px solid #66666659!important;
    border-radius: 12px!important;
    color: #666666!important;
}
label{
    color: #666666!important;
    margin-bottom: 10px!important;
}
.form-row {
    margin-bottom:20px!important;
}
.details-action-btn{
    text-align: right;
    margin-bottom: 15px;
}