a {
    text-decoration: none !important;
}

.form-control {
    background-color: #ffff;
}

.form-label {
    font-size: 12px;
    margin-bottom: 0px;
}


.hover-bg-light:hover {
    background-color: #0f4377;
    transform:translateY(-2px);
    transition: 0.2s all ease-in-out;
    background-color:#e9f2ff; 
    color:#0d6efd;
}

/* .dropify-message p {
    font-size: 15px;
}

fieldset,
legend {
    all: revert;
}

.dropify-wrapper {
    height: 100px;
}


fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend.scheduler-border {
    font-size: 1.2em !important;
    font-weight: semibold !important;
    text-align: left !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
    margin-top: -15px;
    background-color: white;
    color: black;
} */