html,
body {
    min-height: 100%;
}

body {
    background: #f4f6f8;
    color: #1f2933;
}

.app-navbar {
    background: #17212f;
    box-shadow: 0 10px 22px rgba(15, 23, 42, .12);
}

.app-navbar .navbar-brand,
.app-navbar .nav-link,
.app-navbar .navbar-text {
    color: #f8fafc;
}

.app-navbar .nav-link {
    color: rgba(248, 250, 252, .78);
}

.app-navbar .nav-link:hover {
    color: #fff;
}

.app-shell {
    max-width: 1280px;
    padding: 28px 22px 46px;
}

.page-card {
    background: #fff;
    border: 1px solid #dde3ea;
    border-radius: 12px;
    box-shadow: 0 14px 30px rgba(15, 23, 42, .06);
}

.page-title {
    font-size: 1.55rem;
    font-weight: 700;
    margin: 0;
}

.page-subtitle {
    color: #64748b;
    margin: .25rem 0 0;
}

.metric-card {
    background: #fff;
    border: 1px solid #dde3ea;
    border-radius: 12px;
    padding: 18px;
}

.metric-label {
    color: #64748b;
    font-size: .9rem;
}

.metric-value {
    font-size: 2rem;
    font-weight: 750;
}

.login-shell {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 24px;
}

.login-card {
    width: min(430px, 100%);
    background: #fff;
    border: 1px solid #dde3ea;
    border-radius: 14px;
    box-shadow: 0 24px 44px rgba(15, 23, 42, .12);
    padding: 30px;
}

.table td,
.table th {
    vertical-align: middle;
}

.calendar-card {
    padding: 18px;
}

.dashboard-calendar-card {
    min-height: 560px;
}

.fc .fc-timegrid-slot {
    height: 46px;
}

.fc .fc-timegrid-event {
    min-height: 38px;
    padding: 4px 6px;
    border-radius: 8px;
    border-width: 1px;
    box-shadow: none;
    font-weight: 650;
}

.fc .fc-event-main {
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.fc .fc-event-title,
.fc .fc-event-time {
    white-space: normal;
    overflow-wrap: anywhere;
}

.fc .fc-col-header-cell-cushion,
.fc .fc-timegrid-slot-label-cushion {
    padding-top: 6px;
    padding-bottom: 6px;
}

.fc .fc-timegrid-slot-label-cushion {
    color: #334155;
    font-weight: 650;
}

.table-sort-button {
    appearance: none;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    font-weight: 650;
    padding: 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.table-sort-button:hover {
    color: #2563eb;
}

.sort-icon {
    color: #64748b;
    font-size: .78rem;
}

.slot-help {
    background: #edf2f7;
    border: 1px solid #d7e0e8;
    border-radius: 10px;
    padding: 12px 14px;
    color: #475569;
}
