/* -------------------------------------------------------------------------- */
/*                                Falcon Button                               */
/* -------------------------------------------------------------------------- */
/* prettier-ignore */
/*# sourceMappingURL=user.css.map */
.form-group {
    margin-bottom: 0.4rem;
}
.content {
    /* padding-bottom: 0 !important; */
    padding-bottom: 3rem !important;
}
label.form-label,
label.form-check-label {
    font-weight: 600;
    color: #000;
}

fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
    margin-top: 0 !important;
    border-radius: 5px;
}

legend.scheduler-border {
    font-size: 1em !important;
    font-weight: 500 !important;
    text-align: left !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
    margin-top: -15px;
    background-color: white;
    color: var(--falcon-card-color);
}
/* .navbar-vertical .toggle-icon-wrapper {
  margin-right: 0.2rem !important;
}

@media (min-width: 1200px) {
  .navbar-vertical.navbar-expand-xl + .content {
    margin-left: 14.5rem !important;
  }
} */
