/* ==================== DASHBOARD CARDS ==================== */
.dashboard-section .box,
.dashboard-section .small-box,
.dashboard-section .info-box {
    font-size: 1.8em !important;
}

.dashboard-section .box h3,
.dashboard-section .info-box .info-box-number {
    font-size: 1.8em !important;
}

.dashboard-section .box-body,
.dashboard-section .info-box-content,
.dashboard-section .small-box .inner {
    padding: 15px !important;
}

.card .card-body h4,
.card .card-body h3,
.card .card-body .info-box-number {
    font-size: 2em !important;
    font-weight: bold !important;
    color: #000 !important;
}

.card .card-body p,
.card .card-body .info-box-text {
    font-size: 1.1em !important;
    font-weight: 500;
    margin-top: 5px;
}

.card {
    min-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}

.info-box .info-box-number {
    font-size: 1.4em !important;
    font-weight: bold !important;
}

.info-box .info-box-text {
    font-size: 1.1em !important;
    font-weight: 500 !important;
}

.small-box.bg-gray:hover {
    color: #000;
    text-decoration: none;
}

/* ==================== ICON LINKS ==================== */
.icon-link {
  text-align:center;
  display:block;
  margin-bottom: 18px;
}

.icon-link > a {
    display:grid;
}

.icon-link > .badge {
    position: absolute;
    top: 20px;
    right: 67px;
}

.link-des {
    display: inline-block;
    text-align: left;
}

/* ==================== HEADER ELEMENTS ==================== */
.header-right-div {
    right: 10px;
    float: right;
    position: absolute;
    top: 15px;
}

.header-left-div {
    margin-top: 15px;
    display: inline-flex;
}