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

.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: 18px !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;
    border-radius: 18px;
    border: 1px solid rgba(219, 227, 239, 0.9);
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(247,250,252,0.98));
    box-shadow: 0 18px 32px rgba(15, 23, 42, 0.08);
}

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

.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;
    gap: 10px;
    padding: 14px 12px;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(244,247,251,0.96));
    border: 1px solid rgba(219, 227, 239, 0.92);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.icon-link > a:hover,
.icon-link > a:focus {
    transform: translateY(-2px);
    box-shadow: 0 18px 30px rgba(15, 23, 42, 0.10);
    border-color: rgba(21, 112, 166, 0.28);
}

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

.link-des {
    display: inline-block;
    text-align: left;
    color: #122033;
    font-weight: 600;
}

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

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