﻿
/* الستايلات الاخرى في ملف site.css */
body {
    /* background-image: url(img/apartments.jpg); */
    background-size: cover;
    font-family: 'Times New Roman', Times, serif;
}

.card {
    text-align: right;
    background-image: url(/img/connectwork.png);
    background-repeat: repeat;
    color: white;
    margin-bottom: 10px;
}
/*
        .dataTables_length select, .dataTables_filter input, .dataTables_length label, .dataTables_filter label {
            color: yellow;
        }*/

/* .dataTables_filter input {
            color: darkblue;  
        }

        .dataTables_filter label {
            color: darkblue;  
        }*/


.nav-main {
    background-image: url(img/prism.png);
    background-repeat: repeat;
    z-index: 1000;
}

.jumbotron {
    text-align: right;
    margin: auto;
}

.j1 {
    background-color: LightCyan;
}

.j2 {
    background-color: Beige;
}

.j3 {
    background-color: BlanchedAlmond;
}

.j4 {
    background-color: Lavender;
}

.j5 {
    background-color: PapayaWhip;
}

.j6 {
    background-color: LightBlue;
}

.j7 {
    background-color: Ivory;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield; /* Firefox */
}

.nav-blur {
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
}


.custom-footer {
    background-color: rgba(0, 0, 0, 0.5);
}

.custom-menu-icon {
    width: 30px;
    height: 30px;
    float: right;
}

.custom-footer-container {
    color: white;
    min-width: 100%;
}


/* تنسيق صورة الملف الشخصي */
.profile-picture {
    width: 55px;
    height: 55px;
    object-fit: cover; /* لضمان ملاءمة الصورة داخل الإطار */
    border-radius: 10px; /* لتدوير زوايا الصورة */
    margin-top: 2px;
}
/* تنسيق زر الخروج */
.navbar-nav .logout-button {
    background-color: transparent;
    border: none;
    font-size: medium;
    color: red;
    cursor: pointer;
}

    .navbar-nav .logout-button:hover {
        color: darkred; /* لون عند التحويم */
    }