/* CHANGED: standard font for clean FrontCare pages that do not use DevExpress. */
body {
    font-family: "Helvetica Neue", "Segoe UI", helvetica, verdana, sans-serif;
}

body input,
body button,
body select,
body textarea {
    font-family: inherit;
}

/* ADDED: opt-in body reset for standalone FrontCare pages. */
body.fc-standalone-body {
    min-height: 100%;
    margin: 0;
}

/* ADDED: reusable shell for standalone FrontCare pages. */
.fc-page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: linear-gradient(157deg, #4699a407 35%, #4699a455 90%, #bda46b44 105%) fixed;
}

.fc-page-header {
    min-height: 57px;
    background-color: #192752;
    flex: 0 0 auto;
}

.fc-page-content {
    flex: 1 1 auto;
    width: 100%;
}
