
.navigation-header
{ 
	padding-top: 20px
}
#main-menu-navigation .nav-item 
{
	background-color: #003366;
  
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

#main-menu-navigation .nav-item  a
{
    color: rgba(255, 255, 255, 0.796) !important;
}


#main-menu-navigation .nav-item:hover {
    /* background-color: rgba(0, 0, 0, .2) !important; */
}

#main-menu-navigation .active i {
    color: white !important;
}

#main-menu-navigation .active{
    background-color: #673ab7 !important;
    color: white;
}


#main-menu-navigation 
{
	background-color: #003366;
}

.icon-color {
    color:#ff8b3e;

}
tr.group, tr.group:hover {
    background-color: #ededed !important;
}

.btn-group {
    box-shadow: none !important;
}

@media only screen and (max-width: 767px) {
  .nav-link>.ft-menu, .nav-link>.material-icons {
    color: #2C343B !important;
  }
}


        .header-section {
            padding: 10px;
        }

        .header-section h1 {
            font-size: 28px;
            font-weight: 600;
            margin-bottom: 8px;
            color: #212529;
        }

        .header-section p {
            color: #6c757d;
            margin: 0;
            font-size: 14px;
        }

        .add-member-btn {
            background-color: #D54406;
            color: white;
            border: none;
            padding: 10px 24px;
            border-radius: 6px;
            font-weight: 500;
            transition: all 0.3s ease;
        }

        .add-member-btn:hover {
            background-color:#D54406;
            transform: translateY(-1px);
            box-shadow: 0 4px 8px rgba(216, 67, 21, 0.3);
        }

        .members-section {
            background: white;
           
        
        }

        .members-header {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
            font-size: 16px;
            font-weight: 600;
            color: #212529;
        }

        .members-header i {
            color: #6c757d;
            margin-left: 8px;
            font-size: 14px;
            cursor: help;
        }

        .table {
            margin-bottom: 0;
        }

        .table thead th {
            background-color: #f8f9fa;
            border-bottom: 2px solid #dee2e6;
            color: #495057;
            font-weight: 600;
            font-size: 13px;
            /* text-transform: uppercase; */
            letter-spacing: 0.5px;
            padding: 15px 12px;
        }

        .table tbody td {
            padding: 16px 12px;
            vertical-align: middle;
            color: #212529;
            font-size: 14px;
        }

        .table tbody tr {
            border-bottom: 1px solid #f0f0f0;
            transition: background-color 0.2s ease;
        }

        .table tbody tr:hover {
            background-color: #f8f9fa;
        }

        table{
            width: 100% !important;
        }

        .member-id {
            color: #9e9e9e;
            font-size: 13px;
        }

        .status-badge {
            display: inline-block;
            padding: 4px 12px;
            border-radius: 12px;
            font-size: 12px;
            font-weight: 500;
        }

        .status-active {
            background-color: #e8f5e9;
            color: #2e7d32;
        }

        .status-inactive {
            background-color: #fff3e0;
            color: #e65100;
        }

        .status-pending {
            background-color: #e3f2fd;
            color: #1565c0;
        }

        .manage-btn {
            background-color: #000;
            color: white;
            border: none;
            padding: 6px 20px;
            border-radius: 6px;
            font-size: 13px;
            font-weight: 500;
            transition: all 0.3s ease;
        }

        .manage-btn:hover {
            background-color: #333;
            transform: translateY(-1px);
        }

        .dataTables_wrapper .dataTables_length select {
            border: 1px solid #dee2e6;
            border-radius: 4px;
            padding: 4px 8px;
        }

        .dataTables_wrapper .dataTables_filter input {
            border: 1px solid #dee2e6;
            border-radius: 4px;
            padding: 6px 12px;
            margin-left: 8px;
        }

        .dataTables_wrapper .dataTables_info,
        .dataTables_wrapper .dataTables_paginate {
            padding-top: 15px;
        }

        /* Modal Styles */
        .modal-header {
            background-color: #D54406;
            color: white;
        }

        .modal-header .btn-close {
            filter: brightness(0) invert(1);
        }

        .form-label {
            font-weight: 500;
            color: #495057;
            margin-bottom: 6px;
        }

    

        .btn-primary {
            background-color: #D54406;
            border-color: #D54406;
        }

        .btn-primary:hover {
            background-color:#D54406;
            border-color:#D54406;
        }

        /* Fix dropdown appearing inside table scroll */
        .table-responsive, .dataTables_wrapper {
            overflow: visible !important;
        }

        .dropdown-menu {
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
            border: none;
        }

        .dropdown-item {
            font-size: 13px;
            padding: 8px 16px;
        }

        .dropdown-item i {
            width: 18px;
            color: #6c757d;
        }
    