.employee-table thead {
    background: #f8fafc;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.04em;
}

.employee-table th {
    color: #6b7280;
    font-weight: 600;
    border-bottom: none;
}

.employee-table td {
    padding: 16px 12px;
}

.employee-table tbody tr {
    border-bottom: 1px solid #f1f5f9;
}

.employee-table tbody tr:hover {
    background: #f9fbff;
}

.avatar-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #eaf1ff;
    color: #2563eb;
    font-size: 14px;
}

.btn-round {
    border-radius: 999px;
}

.tox-notifications-container {
    display: none !important;
}

.tox-statusbar__text-container {
    display: none !important;
}

.logo-header .logo {
    width: 85% !important;
}

.logo-header .logo img {
    width: 100% !important;
}

@media screen and (max-width: 991.5px) {
    .logo-header .logo {
        width: 61% !important;
    }
}

/* Background */
.gm-login-body {
    background: linear-gradient(180deg, #f8f9fb 0%, #ffffff 100%);
    font-family: 'Inter', sans-serif;
}

/* Navbar */
.gm-login-navbar {
    position: fixed;
    top: 0;
    width: 100%;
    background: #0f2a44;
    padding: 14px 0;
    z-index: 10;
}

/* Card */
.gm-login-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 40px;
    width: 420px;
}

/* Title */
.gm-title {
    color: #0f2a44;
}

.gm-subtitle {
    font-size: 14px;
    color: #6c757d;
}

/* Labels */
.gm-label {
    font-weight: 600;
    font-size: 14px;
    color: #0f2a44;
    margin-bottom: 6px;
}

/* Inputs */
.gm-input {
    height: 48px;
    border-radius: 10px;
    border: 1px solid #e2e6ea;
}

.gm-input:focus {
    border-color: #ff9f1c;
    box-shadow: 0 0 0 0.15rem rgba(255, 159, 28, 0.25);
}

/* Remember */
.gm-remember {
    font-size: 14px;
    color: #495057;
}

/* Button */
.gm-btn {
    background: #ff9f1c;
    color: #fff;
    font-weight: 600;
    border-radius: 12px;
    padding: 12px;
}

.gm-btn:hover {
    background: #ff8c00;
    color: #fff;
}
