﻿body {
    font-family: 'Cairo', 'sans-serif';
}

p, h1, h2, h3, h4, h5, h6, h7 {
    font-family: 'Cairo', 'sans-serif';
}

h1 {
    text-align: center;
    color: #343a40;
}

.metrics-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

    .metrics-table th,
    .metrics-table td {
        padding: 12px;
        border: 1px solid #dee2e6;
        text-align: left;
    }

    .metrics-table th {
        background-color: #007bff;
        color: #fff;
    }

    .metrics-table tbody tr:nth-child(even) {
        background-color: #f8f9fa;
    }

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




.dropdown-container {
    margin-bottom: 20px;
}

.sections {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.section {
    flex: 1;
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 5px;
    background-color: #f9f9f9;
}

    .section h4 {
        text-align: center;
        margin-bottom: 10px;
    }

.checkbox-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.save-btn-container {
    text-align: center;
    margin-top: 20px;
}

.save-btn {
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    background-color: #007bff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

    .save-btn:hover {
        background-color: #0056b3;
    }


h1 {
    text-align: center;
    color: #343a40;
}

form {
    margin-top: 20px;
}

.form-group {
    margin-bottom: 15px;
}

    .form-group label {
        display: block;
        font-weight: bold;
        margin-bottom: 5px;
        color: #495057;
    }

    .form-group input,
    .form-group select {
        width: 100%;
        padding: 10px;
        border: 1px solid #ced4da;
        border-radius: 4px;
        font-size: 16px;
        color: #495057;
    }

.btn-submit {
    display: inline-block;
    width: 100%;
    padding: 10px 15px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
}

    .btn-submit:hover {
        background-color: #0056b3;
    }








