body {
    font-size: 0.78rem;
    background-color: #eef1f9;
}

a {
    text-decoration: none !important;
}

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

.form-select{
    font-size: 0.67rem;;
}

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

.dragging-row {
    background-color: #f58989 !important;
    opacity: 0.85;
    transform: scale(1.01);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    position: relative;
}

.gu-mirror {
    background-color: #fefefe !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
    opacity: 0.9;
    border: 2px dashed #007bff;
}

/* .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;
} */
