/* Custom styles for SACCO System */

/* Logo size in sidebar */
.brand-image {
    height: 33px;
    width: 33px;
    object-fit: cover;
}

/* User role styling in sidebar */
.user-panel .info span {
    font-size: 12px;
    display: block;
    margin-top: 3px;
}

/* Table styling */
.table th {
    background-color: #f8f9fa;
}

/* Form control styling */
.form-control:focus {
    border-color: #17a2b8;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.25);
}

/* Button styling */
.btn-primary {
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-primary:hover {
    background-color: #138496;
    border-color: #117a8b;
}

/* Card header styling */
.card-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

/* Small box icon styling */
.small-box .icon {
    font-size: 70px;
    top: 15px;
}

/* Login page styling */
.login-page {
    background-color: #f8f9fa;
}

.login-logo a {
    color: #17a2b8;
    font-weight: 700;
}

.login-card-body {
    padding: 2rem;
}

/* Toast notification styling */
.toast {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
}