
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f4f8fb;
    direction: rtl;
    margin: 0;
    padding: 0;
    color: #003366;
}

header {
    background: linear-gradient(to left, #0d0d0d, #0056b3);
    color: white;
    padding: 20px 10px;
    text-align: center;
    font-family: Arial, sans-serif;
}

header img {
    width: 100px;
    height: auto;
}

header h1 {
    margin: 5px 0;
    font-size: 35px;
    font-weight: bold;
}

header h2 {
    margin: 0;
    font-size: 20px;
    font-weight:  bold;
}


footer {
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-top: 40px;
    padding: 15px;
    background-color: #f0f0f0;
}

table {
    margin: auto;
    border-collapse: collapse;
    width: 95%;
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

th, td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: center;
    vertical-align: middle;
}


th {
    background-color: #e1efff;
    font-weight: bold;
}

tr:nth-child(even) {
    background-color: #f9f9f9;
}

input, button {
    padding: 10px;
    margin: 5px;
    border: 1px solid #007BFF;
    border-radius: 4px;
    font-size: 16px;
}

button {
    background-color: #007BFF;
    color: white;
    cursor: pointer;
}

button:hover {
    background-color: #0056b3;
}

a {
    color: #007BFF;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#menu-icon {
    position: fixed;
    top: 10px;
    right: 10px;
    font-size: 28px;
    cursor: pointer;
    z-index: 1000;
    background-color: #3e6b9a;
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
}

#side-menu {
    position: fixed;
    top: 50px;
    right: 10px;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    padding: 10px 15px;
    display: none;
    z-index: 1000;
    border-radius: 6px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

#side-menu a {
    display: block;
    margin-bottom: 10px;
}

.search-section {
    text-align: center;
    margin: 30px auto 20px;
}

.search-section input {
    width: 60%;
    max-width: 500px;
    padding: 12px;
    font-size: 16px;
    border: 1px solid #007BFF;
    border-radius: 6px;
}

header {
    position: relative;
    background: linear-gradient(to left, #0d0d0d, #0056b3);
    color: white;
    padding: 20px 10px 10px;
    text-align: center;
}

.header-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-center img {
    width: 100px;
    height: auto;
    margin-bottom: 10px;
}

.header-center h1 {
    font-size: 28px;
    margin: 5px 0;
    font-family: Arial, sans-serif;
}

.header-center h2 {
    font-size: 18px;
    margin: 0;
    font-family: Arial, sans-serif;
}

.emergency-number {
    position: absolute;
    top: 10px;
    left: 15px;
    font-size: 16px;
    font-weight: bold;
    color: #ffcccc;
    white-space: nowrap;
}
.message-form {
    width: 80%;
    margin: auto;
    max-width: 600px;
}

.message-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.message-form select,
.message-form input {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 15px;
    box-sizing: border-box;
}

.message-form textarea {
    width: 100%;
    padding: 12px;
    font-size: 17px;
    height: 200px;
    box-sizing: border-box;
    resize: vertical;
    margin-bottom: 15px;
}

.message-form button {
    padding: 10px 20px;
    font-size: 16px;
    background-color: #007BFF;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.message-form button:hover {
    background-color: #0056b3;
}

.success-message {
    color: green;
    text-align: center;
    margin-top: 20px;
}

@media print {
            button {
                display: none;
            }
        }

        .print-container {
            width: 80%;
            margin: auto;
            padding: 20px;
            background-color: white;
            box-shadow: 0 0 10px rgba(0,0,0,0.1);
            margin-top: 30px;
            font-size: 18px;
        }

        .print-container h2 {
            text-align: center;
            margin-bottom: 30px;
        }

        .field {
            margin-bottom: 15px;
        }

        .field strong {
            display: inline-block;
            width: 150px;
            color: #003366;
        }

        .print-btn {
            display: block;
            margin: 20px auto;
            background-color: #007BFF;
            color: white;
            border: none;
            padding: 10px 20px;
            font-size: 16px;
            border-radius: 6px;
            cursor: pointer;
        }

        footer {
            text-align: center;
            font-size: 14px;
            color: #888;
            margin-top: 30px;
        }

        .badge {
    background-color: red;
    color: white;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 13px;
    vertical-align: middle;
    margin-right: 5px;
    font-weight: bold;
}
