* {
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    .navbar .nav-item { font-size: 15px; }
    .navbar .dropdown-item { font-size: 15px; }
    .navbar { background-color: #1b263b !important; }
    .navbar-brand { font-weight: 900; font-size: 22px; }
    .nav-link { color: #ffffff !important; font-weight: 300; }
    .nav-link.active { font-weight: 500; }
    .footer { background-color: #edf2f4 !important; border-top: 1px #cccccc solid; }
    .footer div  { color: #333; font-size: 13px; }
}
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.sidebar {
    min-width: 250px;
    background-color: #343a40;
    color: #fff;
}
.sidebar .nav-link {
    color: rgba(255, 255, 255, 0.75);
}
.sidebar .nav-link:hover {
    color: rgba(255, 255, 255, 1);
}
.sidebar .nav-link.active {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
}
.content {
    flex: 1;
}
.footer {
    margin-top: auto;
    background-color: #343a40;
    color: rgba(255, 255, 255, 0.75);
    padding: 1rem 0;
}
.dashboard-card {
    transition: transform 0.3s;
}
.dashboard-card:hover {
    transform: translateY(-5px);
}

.stats-icon {
    font-size:48px;
    padding-right:10px;
}

.stats-label {
    font-weight: 900;
    font-size: 18px;
}

.stats-para {
    font-weight: 300;
    font-size: 13px;
    margin-top: -5px;
}

.stats-value {
    font-weight: 700;
    font-size: 48px;
}

.text-bold-blue {
    color: #023047;
}

.breadcrumb-link {
    font-size: 14px;
    margin-right: 5px;
}

.form-control {
    border: 1px #8d99ae solid !important;
}

textarea {
    padding: 15px !important;
}

.message-field {
    margin-bottom: 35px !important;
}

.preserve-lines {
    white-space: pre-wrap;
}

.macros-headline {
    font-size: 16px;
    font-weight:400;
    margin-bottom:15px;
}

.macros-table td {
    font-size: 14px;
    font-weight: 300;
}