/* ==========================================================================
   الجمعية التعاونية للبناء و الاسكان - ملف الألوان الخضراء
   ========================================================================== */

/* الألوان الرئيسية */
:root {
    --primary-color: #0d6832 !important;
    --secondary-color: #28a745 !important;
    --accent-color: #43a047 !important;
    --light-green: #8bc34a !important;
    --very-light-green: #e8f5e9 !important;
}

/* الأزرار */
.btn-primary {
    background-color: #28a745 !important;
    border-color: #28a745 !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #0d6832 !important;
    border-color: #0d6832 !important;
}

.btn-outline-primary {
    color: #28a745 !important;
    border-color: #28a745 !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
    background-color: #28a745 !important;
    color: white !important;
}

/* الروابط */
a {
    color: #28a745;
}

a:hover {
    color: #0d6832;
}

/* العناوين */
h1, h2, h3, h4, h5, h6 {
    color: #0d6832;
}

/* الأيقونات */
.icon, .bi, .fa, .fas, .far, .fab {
    color: #28a745 !important;
}

.icon:hover, .bi:hover, .fa:hover, .fas:hover, .far:hover, .fab:hover {
    color: #0d6832 !important;
}

/* القوائم النشطة */
.nav-link.active {
    color: #28a745 !important;
    border-color: #28a745 !important;
}

/* تنسيق العنصر النشط في القائمة الرئيسية لأجهزة الكمبيوتر */
.navbar .nav-item .nav-link.active,
.navbar .nav-item.active .nav-link,
.navbar-nav .active .nav-link {
    color: #28a745 !important;
    background-color: rgba(40, 167, 69, 0.1) !important;
    border-color: #28a745 !important;
}

.nav-link:hover {
    color: #0d6832 !important;
}

.navbar-nav .nav-link {
    color: #28a745 !important;
}

.navbar-nav .nav-link:hover {
    color: #0d6832 !important;
}

.dropdown-item:hover, .dropdown-item:focus {
    background-color: #e8f5e9 !important;
    color: #0d6832 !important;
}

/* الشريط الجانبي */
.sidebar {
    background-color: #0d6832 !important;
}

/* البطاقات */
.card-header {
    background-color: #e8f5e9 !important;
    border-bottom: 1px solid #8bc34a !important;
}

/* الجداول */
.table thead th {
    background-color: #e8f5e9 !important;
    color: #0d6832 !important;
    border-color: #8bc34a !important;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(232, 245, 233, 0.5) !important;
}

.table-hover tbody tr:hover {
    background-color: rgba(139, 195, 74, 0.1) !important;
}

.table td, .table th {
    border-color: rgba(40, 167, 69, 0.2) !important;
}

/* الخلفيات */
body {
    background-color: #e8f5e9 !important;
}

.bg-primary {
    background-color: #0d6832 !important;
}

.bg-secondary {
    background-color: #28a745 !important;
}

.bg-light {
    background-color: #e8f5e9 !important;
}

/* النماذج */
.form-control:focus {
    border-color: #8bc34a !important;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25) !important;
}

.form-control {
    border-color: rgba(40, 167, 69, 0.2) !important;
}

.form-check-input:checked {
    background-color: #28a745 !important;
    border-color: #28a745 !important;
}

.input-group-text {
    background-color: #e8f5e9 !important;
    border-color: rgba(40, 167, 69, 0.2) !important;
    color: #0d6832 !important;
}

.form-select:focus {
    border-color: #8bc34a !important;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25) !important;
}

.btn-success {
    background-color: #28a745 !important;
    border-color: #28a745 !important;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
    background-color: #0d6832 !important;
    border-color: #0d6832 !important;
}

/* الأشرطة */
.progress-bar {
    background-color: #28a745 !important;
}

/* التبويبات */
.nav-tabs .nav-link.active {
    color: #0d6832 !important;
    border-color: #8bc34a !important;
}

/* الشارات */
.badge-primary {
    background-color: #28a745 !important;
}

/* الأزرار المستديرة */
.btn-circle {
    background-color: #28a745 !important;
}

.btn-circle:hover {
    background-color: #0d6832 !important;
}

/* الأزرار العائمة */
.floating-button {
    background-color: #28a745 !important;
}

.floating-button:hover {
    background-color: #0d6832 !important;
}

/* تذييل الصفحة */
footer {
    background-color: #111 !important;
    color: white !important;
    border-top: 3px solid #28a745 !important;
}

footer a {
    color: #8bc34a !important;
}

footer a:hover {
    color: #e8f5e9 !important;
    text-decoration: none;
}

footer h5, footer .h5 {
    color: #28a745 !important;
    border-bottom: 1px solid #28a745;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

/* التنقل */
.pagination .page-item.active .page-link {
    background-color: #28a745 !important;
    border-color: #28a745 !important;
}

.pagination .page-link {
    color: #28a745 !important;
}

.pagination .page-link:hover {
    color: #0d6832 !important;
}

/* شريط التمرير */
::-webkit-scrollbar-thumb {
    background: #28a745 !important;
}

::-webkit-scrollbar-thumb:hover {
    background: #0d6832 !important;
}
