header.masthead {
    background-color: #bdd2db !important;
    color: white !important;
}

/* لون الشريط العلوي (الحساب / تسجيل الدخول) */
.account-masthead {
    background-color: #005d77 !important;
    color: #fff !important; .account-masthead a 
}

.navbar a {
    color: #071222 !important;
}

.navbar a:hover {
    color: #bdd2db !important; 
}

.masthead .main-navbar ul li.active a,
.masthead .main-navbar ul li.active a:hover,
.masthead .main-navbar ul li.active a:focus {
    
    color: #ffffff !important;            
    
}
.navbar .masthead .main-navbar ul li a:hover {
   
    color: #bdd2db !important;  
}

body, textarea, input, select, button, h1, h2, h3, h4, h5, h6, p, a, li {
    font-family: 'Noto Kufi Arabic', sans-serif;
}

.btn.btn-primary {
    background-color: #03BFCB; 
    color: #fff;               
    border: 1px solid #03BFCB; 
    border-radius: 3px;
    font-weight: 600;
    padding: 10px 30px;
    font-size: 15px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s ease; 
}

.btn.btn-primary:hover,
.btn.btn-primary:active {
    transform: scale(0.994);  
    background-color: #05a0c7; 
    border-color: #05a0c7;   
    box-shadow: rgba(21, 59, 93, 0.05) 0px 1.38px 2.76px -1.15px;
}

.page-header .nav-tabs li.active a,
.nav-tabs .nav-link.active {
    color: #05a0c7;            
}

.toolbar .breadcrumb a {
    color: #004767 !important; 
    font-weight: bold;
    transition: color 0.3s ease;
}

.toolbar .breadcrumb a:hover {
    color: #206b82 !important; 
    text-decoration: underline; 
}

.toolbar .breadcrumb .active,
.toolbar .breadcrumb .active a,
.toolbar .breadcrumb a.active {
    color: #03BFCB !important; 
    font-weight: bold;
}

.module-heading {
    color: #206b82 !important;        
    font-weight: 700;                 
    transition: all 0.3s ease;
}
