#form-1 .mandatory {
    color: #f33a58;
}
#form-1 .form-group .form-label {
    font-weight: 500;
}
#form-1 .form-group.invalid .form-control {
    border-color: #f33a58;
} 
#form-1 .form-group.invalid .form-message {
    color: #f33a58;
}
#form-1 .form-submit {
    outline: none;
    background-color: #1dbfaf;
    margin-top: 12px;
    padding: 12px 16px;
    font-weight: 600;
    color: #fff;
    border: none;
    width: 100%;
    font-size: 14px;
    border-radius: 8px;
    cursor: pointer;
}

.form-control:focus {
    box-shadow: none;
}
.hidden {
    display: none !important;
}

#fullname_patient {
    position: absolute;
    background-color: white;
    border: 1px solid blue;
    border-radius: 0 0 5px 5px;
    border-top: none;
    font-family: sans-serif;
    width: 350px;
    padding: 5px;
}
#fullname_patient option {
    background-color: white;
    padding: 4px;
    color: blue;
    margin-bottom: 1px;
    font-size: 18px;
    cursor: pointer;
}
/* #fullname_patient option:hover, .active{
    background-color: lightblue;
} */