
:root {
    --bs-primary: #363636!important;
}

.requiredinput:after {
    content: " *";
    font-weight: bold;
    color: #dc3b3b;
    padding-top: 5px;
}

.well-multiple {
    padding: 10px;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.list-group-multiple {
    padding: 5px 10px;
}



.medicalfooter {
    margin-bottom: 15px;
}

#logo-footer {
    margin-bottom: 20px;
}

.hidden {
    display: none !important;
}


.py-lg-5 {
    padding-bottom: 1rem !important; 
}