/* EgyFleet Consolidated CSS */
body {
    font-family: 'Noto Sans Arabic',sans-serif;
    background-color: #f8f9fa;
    margin: 0;
    padding: 0
}

.navbar {
    background: linear-gradient(90deg,#0d6efd,#004085);
    box-shadow: 0 2px 10px rgba(0,0,0,0.1)
}

.navbar-brand {
    font-weight: 700;
    font-size: 1.4rem;
    color: #fff !important;
    text-align: center;
    white-space: normal;
    word-break: break-all
}

.nav-link {
    color: #e9ecef !important;
    font-weight: 500;
    transition: 0.3s;
    border-radius: 0.5rem;
    margin: 0 0.1rem
}

    .nav-link:hover, .nav-link.active {
        color: #ffc107 !important;
        background-color: rgba(255,255,255,0.1)
    }

.dropdown-menu {
    border-radius: 0.75rem;
    border: 1px solid #dee2e6;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.1);
    right: auto;
    left: 0
}

.dropdown-menu-end {
    right: 0 !important;
    left: auto !important
}

.dropdown-item {
    font-weight: 500;
    transition: all 0.2s
}

    .dropdown-item:hover {
        background-color: #0d6efd;
        color: #fff
    }

.navbar-toggler {
    border: 1px solid rgba(255,255,255,0.3)
}

.badge-notification {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 0.6rem;
    padding: 0.2rem 0.4rem
}

footer {
    background-color: #f1f3f4;
    font-size: 0.9rem;
    padding: 1rem 0;
    margin-top: 2rem;
    border-top: 1px solid #e5e5e5
}

.card {
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075)
}

.dataTables_wrapper .dataTables_filter input {
    border-radius: 0.5rem
}

.dropdown-toggle::after {
    margin-right: 0.5rem;
    margin-left: 0
}

.main-content {
    min-height: calc(100vh - 200px)
}

.navbar-search .form-control {
    border-radius: 20px;
    border: none;
    background-color: rgba(255,255,255,0.2);
    color: #fff
}

    .navbar-search .form-control::placeholder {
        color: rgba(255,255,255,0.7)
    }

.navbar-search .btn {
    border-radius: 20px;
    background-color: rgba(255,255,255,0.2);
    color: #fff
}

a {
    color: #0077cc
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0,0,0,0.05)
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit
}

@media (max-width:768px) {
    .navbar-nav .nav-link {
        font-size: 0.9rem;
        padding: 0.5rem
    }

    .dropdown-menu {
        font-size: 0.9rem
    }
}
