.brand-text,
.brand-mini {
    color: #fff;
    font-weight: 700;
    letter-spacing: 0;
}

.brand-text {
    font-size: 1.15rem;
}

.brand-mini {
    align-items: center;
    background: #0090e7;
    border-radius: 6px;
    display: inline-flex;
    height: 34px;
    justify-content: center;
    width: 38px;
}

.brand-logo-img {
    max-height: 42px;
    max-width: 170px;
    object-fit: contain;
}

.brand-logo-mini-img {
    max-height: 38px;
    max-width: 44px;
    object-fit: contain;
}

.sidebar-brand-wrapper .brand-logo,
.sidebar-brand-wrapper .brand-logo-mini {
    min-height: 24px;
}

.profile-avatar {
    align-items: center;
    background: #0090e7;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    font-weight: 700;
    height: 38px;
    justify-content: center;
    width: 38px;
}

.profile-avatar-sm {
    height: 32px;
    margin-right: 10px;
    width: 32px;
}

.profile-logo {
    background: #fff;
    height: 42px;
    object-fit: contain;
    padding: 5px;
    width: 42px;
}

.page-title-pill {
    align-items: center;
    color: #e4e7ec;
    font-size: 0.95rem;
    font-weight: 600;
}

.cms-content-card {
    border-radius: 6px;
}

.grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.logout-form,
.logout-form button {
    width: 100%;
}

.logout-form button,
.dropdown-menu button.dropdown-item {
    background: transparent;
    border: 0;
    text-align: left;
}

.sidebar .nav.sub-menu .nav-item .nav-link {
    align-items: center;
    display: flex;
    gap: 8px;
}

.sidebar .nav.sub-menu .nav-item .nav-link.active {
    color: #fff;
}

.content-wrapper h1 {
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
}

.content-wrapper p,
.content-wrapper label {
    color: #c9ccd7;
}

.content-wrapper .card p {
    margin-bottom: 0.65rem;
}

.content-wrapper table {
    color: #c9ccd7;
    margin-bottom: 0;
    width: 100%;
}

.content-wrapper th,
.content-wrapper td {
    border-bottom: 1px solid #2c2e33;
    padding: 10px;
    text-align: left;
    vertical-align: middle;
}

.content-wrapper th {
    color: #fff;
    font-weight: 600;
}

.content-wrapper input[type="text"],
.content-wrapper input[type="email"],
.content-wrapper input[type="password"],
.content-wrapper input[type="number"],
.content-wrapper input[type="url"],
.content-wrapper input[type="date"],
.content-wrapper input[type="time"],
.content-wrapper input[type="file"],
.content-wrapper select,
.content-wrapper textarea {
    background: #2a3038;
    border: 1px solid #2c2e33;
    border-radius: 4px;
    color: #fff;
    display: block;
    margin-bottom: 10px;
    margin-top: 4px;
    padding: 0.625rem 0.75rem;
    width: 100%;
}

.content-wrapper input[type="checkbox"],
.content-wrapper input[type="radio"] {
    width: auto;
}

.content-wrapper input::placeholder,
.content-wrapper textarea::placeholder {
    color: #6c7293;
}

.content-wrapper .btn {
    background: #0090e7;
    border-color: #0090e7;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
}

.content-wrapper .btn:hover {
    background: #0078c1;
    border-color: #0078c1;
    color: #fff;
}

.content-wrapper .btn-secondary {
    background: #6c7293;
    border-color: #6c7293;
    color: #fff;
}

.content-wrapper .modal-content {
    background: #191c24;
    color: #c9ccd7;
}

.content-wrapper .modal-header,
.content-wrapper .modal-footer {
    border-color: #2c2e33;
}

.content-wrapper .modal-title {
    color: #fff;
}

.content-wrapper .btn-close {
    filter: invert(1) grayscale(100%);
}

.pagination {
    gap: 4px;
}

.page-link {
    background: #191c24;
    border-color: #2c2e33;
    color: #0090e7;
}

.page-item.active .page-link {
    background: #0090e7;
    border-color: #0090e7;
}

.auth-card {
    max-width: 480px;
}

.sidebar-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: #6c7293;
    color: #6c7293;
    font-size: 0.78rem;
    line-height: 1.4;
    margin: 8px 20px 0;
    padding: 14px 0 18px;
    text-align: left;
}
