body {
    /* color: #8d8d8d !important; */
    font-size: 0.9em !important;
    background-color: #ebebeb !important;
}

.bg-light-grey {
    background-color: #ededed !important;
}

.bg-white {
    background-color: #ffffff !important;
}

.img-user-index {
    max-width: 60px !important;
    width: 60px !important;
    height: auto;
    /* margin: 0px 10px; */
}

.img-user-modal {
    max-width: 150px !important;
    width: 150px !important;
    height: auto;

}

.img-logo-offcanvas {
    width: 110px !important;
    max-width: 110px !important;
}

.card {
    border: none !important;
}

div.left-menu>a.list-group-item {
    /* background-color: #ff8400; */
    background-color: #bbbbbb;
    color: #ffffff;
    border-bottom: 2px solid #fff;
}

div.left-menu>a.list-group-item:active,
div.left-menu>a.list-group-item.active,
div.left-menu>a.list-group-item:hover,
div.left-menu>a.list-group-item:focus {
    background-color: #0055be;
    color: #ffffff;
    border-bottom: 2px solid #fff;
}

/* --- LOGIN VIEW STYLES --- */
.login-container {
    max-width: 960px;
    width: 100%;
    margin: auto;
}

.login-card {
    border: none !important;
    border-radius: 20px !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08) !important;
    overflow: hidden;
    background: #ffffff;
}

.brand-side {
    background: linear-gradient(135deg, #003e8c 0%, #0055be 50%, #0d6efd 100%);
    position: relative;
    overflow: hidden;
    min-height: 550px;
}

/* Decorative Background Shapes */
.brand-side::before {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
    top: -100px;
    left: -100px;
}

.brand-side::after {
    content: '';
    position: absolute;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    bottom: -50px;
    right: -50px;
}

.form-side {
    background: #ffffff;
}

.form-control-custom {
    border-radius: 10px !important;
    border: 1px solid #d1d5db !important;
    padding: 12px 14px !important;
    font-size: 0.95rem;
    transition: all 0.25s ease !important;
}

.form-control-custom:focus {
    border-color: #0055be !important;
    box-shadow: 0 0 0 4px rgba(0, 85, 190, 0.1) !important;
}

.input-group-custom-text {
    border-radius: 10px 0 0 10px !important;
    border: 1px solid #d1d5db !important;
    border-right: none !important;
    background-color: #f9fafb !important;
    color: #6b7280 !important;
    padding: 12px 16px !important;
}

.input-group-custom-text.is-invalid-border {
    border-color: #dc3545 !important;
}

.input-group-custom-text+.form-control-custom {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.password-toggle-btn {
    border-radius: 0 10px 10px 0 !important;
    border: 1px solid #d1d5db !important;
    border-left: none !important;
    background-color: #ffffff !important;
    color: #6b7280 !important;
    transition: all 0.2s ease;
    padding: 12px 16px !important;
}

.password-toggle-btn:hover {
    background-color: #f9fafb !important;
    color: #374151 !important;
}

.form-control-custom.is-invalid {
    border-color: #dc3545 !important;
}

.form-control-custom.is-invalid:focus {
    box-shadow: 0 0 0 4px rgba(220, 53, 69, 0.1) !important;
}

.btn-submit {
    border-radius: 10px !important;
    padding: 12px 20px !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
    background: linear-gradient(135deg, #0055be 0%, #0d6efd 100%) !important;
    border: none !important;
    box-shadow: 0 4px 12px rgba(13, 110, 253, 0.2) !important;
    transition: all 0.25s ease !important;
    color: #ffffff !important;
}

.btn-submit:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 16px rgba(13, 110, 253, 0.3) !important;
    opacity: 0.95;
}

.btn-submit:active {
    transform: translateY(0) !important;
}

.form-label-bold {
    font-weight: 600;
    color: #374151;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
}

.form-check-input-custom {
    width: 1.15em;
    height: 1.15em;
    margin-top: 0.2em;
    border-radius: 4px !important;
    border: 1px solid #d1d5db;
    transition: all 0.2s ease;
}

.form-check-input-custom:checked {
    background-color: #0055be;
    border-color: #0055be;
}

.form-check-label-custom {
    color: #4b5563;
    font-size: 0.9rem;
    font-weight: 500;
}

.forgot-link {
    color: #0055be;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s ease;
}

.forgot-link:hover {
    color: #0d6efd;
    text-decoration: underline;
}

/* --- GLOBAL FORM STYLES --- */
.custom-card {
    border-radius: 16px !important;
}

.form-label-bold {
    font-weight: 600;
    color: #374151;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
}

.form-control,
.form-select {
    border-radius: 10px !important;
    padding: 10px 14px !important;
    border: 1px solid #d1d5db !important;
    transition: all 0.2s ease !important;
}

.form-control:focus,
.form-select:focus {
    border-color: #0d6efd !important;
    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.1) !important;
}

.btn-action {
    border-radius: 10px !important;
    font-weight: 600 !important;
    padding: 8px 16px !important;
    transition: all 0.2s ease !important;
}