.navbar {
background-color: #ffffff !important;
}

.navbar-collapse {
    background-color: #ffffff !important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
     background-color: #191c22 !important;
}

.nav-link {
    color: #ffffff !important;
}

.navbar-nav a {
    color: #ffffff !important;
}

.nav-link:hover {
    color: #ffffff !important;
}

.navbar-toggler svg {
    fill: #ffffff !important;
}

.dropdown-item:active, .dropdown-item:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}

.dropdown-toggle::after {
      color: #ffffff !important;
}

.offcanvas-title {
      color: #191c22 !important;
}
/* bg-white */
.bg-white {
    background-color: #191c22 !important;
    color: #191c22 !important;
}
.bg-white * { color: #ffffff !important; }

/* form-control */
.form-control {
    background-color: #191c22 !important;
    color: #ffffff !important;
    border: 1px solid #2a2f45 !important;
    caret-color: #ffffff;
}
.form-control::placeholder { color: #cfd3de !important; }

/* bg-other */
.bg-other {
    background-color: #191c22 !important;
    color: #ffffff !important;
}
.bg-other * { color: #ffffff !important; }

/* footer */
.footer-container {
    background-color: #191c22 !important;
    color: #ffffff !important;
}
.footer-container * { color: #191c22 !important; }

.footer-copyright {
    background-color: #191c22 !important;
    color: #ffffff !important;
}
.footer-copyright * { color: #191c22 !important; }

body {
    background-color: #13161B !important; /* Telegram-like deep dark */
    color: #ffffff !important;
}



.footer-container *
 {
    color: #ffffff !important;
}

.submit-app {
    background-color: #191c22;
    
 }
 
 .alert-warning {
    background-color: #13161B !important; /* داكن */
    color: #ffffff !important;            /* نص أبيض */
    border: 1px solid #2a2f35 !important; /* حدّ خفيف (اختياري) */
}
.bg-category {
    background-color: #191c22;
    color: #fff !important;
}
.bg-category,
.bg-category * {
    color: #fff !important;
}

