.shadows {
    background-color: #ffffff !important;
    padding: 3%;
    margin: 2%;
    border-radius: 15px;
}
.table img {
    width: 60px !important;
    height: 60px !important;
    border-radius: 50% !important;
}
.btn,
label, 
legend{
    text-transform: uppercase !important;
}
.add-cursor,
a,
button {
    cursor: pointer !important;
}

.hide-div {
    display: none !important;
}
.form-check-input:checked {
    background-color: #FF4800;
    border-color: #FF4800;
}