.bg-primar {
    background-color: #a5a4dd !important;
    }

#research {
        margin-top: 20px;
        padding: 10px;
        border: 1px solid #ddd;
        background-color: #f9f9f9;
    }
    
#research h2 {
        color: #333;
    }
    
#research ul {
        list-style-type: none;
        padding: 0;
    }
    
#research li {
        margin-bottom: 15px;
        padding: 10px;
        border-bottom: 1px dashed #ccc;
    }
    
    .edit-btn, .delete-btn {
        font-size: 20px;
        color: #007bff;
        text-decoration: none;
        padding: 5px;
    }
    
    .edit-btn:hover, .delete-btn:hover {
        color: #dc3545;
    }
    
    .fas {
        margin-right: 5px;
    }
    .wrapper {
    margin: 20px auto;
    padding: 20px;
    max-width: 1200px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.header-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.header-section h2 {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.add-btn {
    background-color: #007bff;
    color: white;
    padding: 8px 16px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.add-btn:hover {
    background-color: #0056b3;
}

.table-wrapper {
    margin-top: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: white;
    padding: 20px;
}

.table-section h3 {
    margin-bottom: 10px;
    font-size: 20px;
    color: #555;
}

.styled-table {
    width: 100%;
    border-collapse: collapse;
}

.styled-table thead {
    background-color: #007bff;
    color: white;
}

.styled-table th,
.styled-table td {
    padding: 12px;
    text-align: center;
    border: 1px solid #ddd;
    font-size: 14px;
}

.styled-table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

.styled-table tbody tr:hover {
    background-color: #f1f1f1;
}

.styled-table a.btn {
    color: #007bff;
    text-decoration: none;
    font-size: 14px;
    padding: 6px 12px;
    border: 1px solid #007bff;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.styled-table a.btn:hover {
    background-color: #007bff;
    color: white;
}

.styled-table button {
    color: white;
    background-color: #dc3545;
    border: none;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
}

.styled-table button:hover {
    background-color: #c82333;
}

.text-center {
    text-align: center;
    color: #777;
    font-size: 16px;
}
/* Global Font */
body, *:not(i) {
    font-family: 'Cairo', sans-serif !important;
}


/* Navbar Font */
.navbar, .navbar a, .navbar-brand, .navbar-nav .nav-link {
    font-family: 'Cairo', sans-serif !important;
    font-size: 1.25rem;
}

/* Other Styles */
.bg-primar {
    background-color: #a5a4dd !important;
}

/* Research Section */
#research {
    margin-top: 20px;
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
}

#research h2 {
    color: #333;
}

/* Table Styles */
.styled-table {
    width: 100%;
    border-collapse: collapse;
}

.styled-table thead {
    background-color: #007bff;
    color: white;
}

.styled-table th, .styled-table td {
    padding: 12px;
    text-align: center;
    border: 1px solid #ddd;
    font-size: 14px;
}