﻿.e-grid .e-gridheader th {
    background-color: #e9ecef !important;
    font-weight: 600;
    text-align: center !important;
}
.e-ddt .e-input-group-icon.e-ddt-icon {
    display: none !important;
}
.e-grid .e-rowcell {
    padding: 10px 8px !important;
    vertical-align: middle;
}

.staff-photo {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.name-cell {
    font-weight: 600;
    color: #015198;
    font-size: 1.02rem;
}

.email-link {
    color: #0056b3;
    text-decoration: none;
}

.email-link:hover {
    text-decoration: underline;
}

.phone-icon {
    color: #2e7d32;
}

.email-icon {
    color: #c62828;
}

.e-input-group {
    border-radius: 0.375rem;
    border: 1px solid #ced4da;
}

.e-input-group:not(.e-disabled):hover {
    border-color: #86b7fe;
}

.e-input-group.e-control-wrapper:not(.e-disabled):focus-within {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.e-clear-icon {
    color: #6c757d;
}

.e-clear-icon:hover {
    color: #dc3545;
}

.e-card .e-card-image {
    background-size: cover !important;
    min-height: 198.5px !important;
    position: relative !important;
    width: 100% !important;
}

.card-layout .e-card {
    height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.e-card .e-card-image {
    height: 180px !important;
    width: 100% !important;
    object-fit: cover;
    background-size: cover !important;
    background-position: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
}

.staff-card-photo {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.e-card .e-card-header,
.e-card .e-card-content {
    text-align: left;
}

.e-card .e-card-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 120px;
}

.card-title {
    font-weight: 600;
    color: #015198;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.no-hover:hover {
    background-color: transparent !important;
}

.icon-hover:hover {
    color: #007bff !important;
    cursor: pointer;
}

.button-h {
    height: 13px;
}

.e-grid .e-gridheader {
    height: 0 !important;
    min-height: 0 !important;
}

.e-grid .e-gridheader table {
    visibility: hidden;
}

.e-groupcaption {
    font-weight: 600;
    font-size: 1rem;
    background-color: #f8f9fa;
}

.e-switch-control {
    padding: 10px 0;
    margin-bottom: 10px;
}

.division-header-listview {
    width: 100%;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    padding: 10px 14px;
    margin: 15px 0 10px 0;
    font-weight: 600;
    font-size: 0.95rem;
    color: #212529;
    cursor: pointer;
}

.division-header-listview:hover {
    background: #eef2f6;
}

.chevron-icon {
    color: #6c757d;
    font-size: 0.85rem;
}

.title {
    color: #212529;
}

.staff-card {
    transition: transform 0.2s, box-shadow 0.2s;
}

.photo-column {
    overflow: hidden;
    border-radius: 0.375rem 0 0 0.375rem;
}

.staff-card-photo {
    transition: transform 0.3s ease;
}
