body {
    font-family: "Manrope", "Segoe UI", sans-serif;
}
body,
button,
input,
select,
textarea {
    font-family: "Manrope", "Segoe UI", sans-serif;
}
.brand-link {
    display: flex;
    align-items: center;
    gap: .75rem;
}
.brand-link .brand-image {
    float: none;
    margin: 0;
}
.brand-text-wrap {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}
.brand-text-wrap small {
    font-size: .72rem;
    opacity: .75;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.main-sidebar {
    background: linear-gradient(180deg, #243447 0%, #1b2634 100%);
}
.main-sidebar .nav-sidebar > .nav-item > .nav-link.active {
    background-color: rgba(255,255,255,.14);
    color: #fff;
}
.content-wrapper {
    background: #f4f6f9;
}
.content-header h1 {
    font-weight: 700;
}
.small-box .icon {
    top: 12px;
    font-size: 56px;
}
.table td, .table th {
    vertical-align: middle;
}
.admin-thumb {
    width: 68px;
    height: 52px;
    object-fit: cover;
    border-radius: .5rem;
    box-shadow: 0 4px 12px rgba(0,0,0,.12);
}
.form-card .card-body {
    padding: 1.5rem;
}
.image-preview-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}
.image-preview-card {
    border: 1px solid #dee2e6;
    border-radius: .75rem;
    padding: .75rem;
    background: #fff;
}
.image-preview-card img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: .5rem;
    margin-bottom: .75rem;
}
.login-page,
.register-page {
    background: linear-gradient(135deg, #e5ecf6 0%, #dfe9f3 100%);
}
.login-box, .register-box {
    width: 430px;
}
.login-logo a {
    color: #1f2d3d;
    font-family: "Manrope", "Segoe UI", sans-serif;
    font-weight: 800;
    letter-spacing: -0.03em;
}
.brand-text,
.content-header h1,
.card-title,
.login-box-msg,
.btn,
.nav-sidebar .nav-link p {
    font-family: "Manrope", "Segoe UI", sans-serif;
}
.info-box .info-box-icon {
    width: 64px;
}
