/*
Theme Name: CRM MVP Theme
Author: mohammed taha
Description: Custom CRM theme for managing contacts, emails, and organization relations.
Version: 1.0
*/

html, body {
    direction: rtl;
}
body {
    font-family: 'Cairo', sans-serif;
    background-color: #f8f9fa;
    color: #212529;
  }
  
  .navbar {
    font-weight: 600;
    font-size: 1.1rem;
  }
  
  .navbar-brand{
    font-weight: 700;
    font-size: 1.4rem;
    color: #ffffff !important;
  }
  
  .navbar a {
    color: #ffffff !important;
    text-decoration: none;
    margin-left: 1rem;
  }
  
  /* //start dashboard styles */
.dashboard .last{
   flex-grow: 1;
  }
  
  /* //end dashboard styles */

/* Invoice Styles */
.invoice-item-row input {
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
}

.invoice-item-row input:focus {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.badge {
    font-size: 0.75em;
}

/* .table th {
    background-color: #f8f9fa;
    border-bottom: 2px solid #dee2e6;
} */

.btn-group .btn {
    margin-left: 2px;
}

.btn-group .btn:first-child {
    margin-left: 0;
}

/* Print Styles */
@media print {
    .no-print {
        display: none !important;
    }
    
    .container-fluid {
        padding: 0 !important;
    }
    
    .card {
        border: none !important;
        box-shadow: none !important;
    }
    
    .card-body {
        padding: 0 !important;
    }
}

/* RTL Support */
[dir="rtl"] .dropdown-menu {
    text-align: right;
}

/* Dropdown Menu Styling - Black Theme */
.dropdown-menu {
    background-color: #000000 !important;
    border: 1px solid #333333 !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.dropdown-menu .dropdown-item {
    color: #ffffff !important;
    background-color: #000000 !important;
}

.dropdown-menu .dropdown-item:hover {
    background-color: #333333 !important;
    color: #ffffff !important;
}

.dropdown-menu .dropdown-item:focus {
    background-color: #333333 !important;
    color: #ffffff !important;
}

.dropdown-menu .dropdown-divider {
    border-color: #333333 !important;
}

[dir="rtl"] .form-select {
    background-position: left 0.75rem center;
}

[dir="rtl"] .btn-group .btn {
    margin-left: 0;
    margin-right: 2px;
}

[dir="rtl"] .btn-group .btn:first-child {
    margin-right: 0;
}
