body{
    background-color: #a7a7a744
}

label{
    font-weight: bolder;
    color: #923534;
    font-size: 1.3em;
}

form input{
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
}

form select{
    width: 100% !important;
    padding: 10px !important;
    margin-bottom: 15px !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    background-color: #f8f8f8 !important;
}

#c-categorys-professionals{
    max-height: 150px;
    overflow-y: auto;
    background-color: #f8f8f8;
    padding: 12px;
    border-radius: 12px;
}

#c-categorys-professionals label{
    font-size: 1.1em !important;
    color: #252525;
    font-weight: 400;
    padding-left: 10px;
}
