#custom-onboarding-client-profile label.field-label {
    display: none !important;
}

.custom_client_profile_update header {
    border: none;
}

#custom-onboarding-client-profile .ideal__select-form-control{
    width: 100%;
    border-radius: 12px !important;
    font-family: "Manrope";
    background: url("/themes/curam/assets/images/select.png") no-repeat right #fff;
    background-position-x: 98%;
    color: #9FA0B0;
    font-weight: 560;
    font-size: 15px;
}


#custom-onboarding-client-profile.ideal__select-form-control.selected{
  color: #35353F
}

#custom-onboarding-client-profile .ideal__select-form-control:focus{
  border-color: #A2A5E4 !important;
  box-shadow: 0 0 0 4px #D7D8F3 !important;
}

#custom-onboarding-client-profile .ideal__select-form-control option{
  color: #35353F;
}
#custom-onboarding-client-profile .ideal__select-form-control {
    appearance: none;
    border: 1px solid #e0e0e0 !important;
    padding-left: 13px !important;
    height: 44px !important;
    font-size: 14px;
    box-sizing: border-box !important;
    margin-bottom: 0;
    background-color: white;
    outline: 0;
    cursor: pointer;
    height: 55px !important;
    font-size: 15px;
}
.custom_client_profile_update .ideal__select-form-control.selected {
  color: #35353F !important;
}