﻿body {
    background-color: #f3f3f3;
    font-size: 20px;
    font-family: 'Amasis MT Pro Black​​';
    color: #002C62;
    margin: auto;
    width: 100%;
}

a:link {
    color: #034af3;
}

a:visited {
    color: #034af3;
}

a:hover {
    color: #ff5733;
    text-decoration: none;
}

a:active {
    color: #c70039;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
    color: #002C62;
    font-size: 22px;
    font-family: 'Amasis MT Pro Black​​';
}

plight {
    margin-bottom: 10px;
    line-height: 1.6em;
    color: #f3f3f3;
    font-size: 22px;
    font-family: 'Amasis MT Pro Black​​';
}

h1, h2, h3, h4, h5, h6 {
    font-size: 28px;
    color: #002C62;
    text-transform: none;
    font-weight: 300;
    margin-bottom: 0px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

h1 {
    font-family: 'Amasis MT Pro Black​';
    font-size: 23px;
    color: #002C62;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 21px;
}

h3 {
    font-size: 19px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 17px;
}

h6 {
    font-size: 15px;
}

h1light, h2light, h3light, h4light, h5light, h6light {
    font-size: 28px;
    color: #f3f3f3;
    text-transform: none;
    font-weight: 300;
    margin-bottom: 0px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

h1light {
    font-family: 'Amasis MT Pro Black​';
    font-size: 23px;
    color: #f3f3f3;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2light {
    font-size: 21px;
}

h3light {
    font-size: 19px;
}

h4light {
    font-size: 18px;
}

h5light {
    font-size: 17px;
}

h6light {
    color: #f3f3f3;
    font-size: 15px;
}

hWorning {
    color: #e75b30;
    font-size: 16px;
    text-transform: none;
    font-weight: 300;
    margin-bottom: 0px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header {
    display: flow;
    position: static;
    margin: 0;
    padding: 0;
    width: 100%;
    align-content: center;
    justify-content: center;
    height: fit-content;
}

.logo {
    display: flow;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    padding: 0px 10px;
    left: 0px;
    top: 0px;
    width: 138px;
    height: 130px;
}

.mainContent {
    border: none;
    border-style: none;
    width: 100%;
    height: fit-content;
    justify-content: left;
}
.centered-panel {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: fit-content;
}

.inner-table {
    width: 50%; /* يشغل نصف العرض الكلي للشاشة */
    margin-left: 0vw; /* تبدأ من نهاية الربع الأول */
    padding: 10vh 5vw;
    text-align: center; /* توسيط النص داخل الجدول */
}

.textboxMargin {
    margin-left: 10px !important;
    margin-right: 10px !important;
    box-sizing: border-box;
}

.ButtonStyle {
    color: #002C62;
    display: block;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: 'Amasis MT Pro Black';
    font-size: 19px;
    background-color: #f3f3f3;
    border: none;
    border-radius: 28px;
    cursor: pointer;
    padding: 5px 10px;
    transition: background-color 0.3s;
    margin: 0px;
}

    .ButtonStyle:hover {
        color: #e75b30;
    }

.BorderStyle {
    border: 0.5px solid #002C62;
    border-radius: 28px; 
}

.HiddenButtonStyle {
    display: none;
}

div.menu {
    padding: 0px 30px;
    position: relative;
}

    div.menu ul {
        display: flex;
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
    }

        div.menu ul li {
            margin: 0px;
        }

            div.menu ul li a, div.menu ul li a:visited {
                color: #002C62;
                line-height: 1.8em;
                padding: 7px 20px;
                text-decoration: none;
                white-space: nowrap;
                font-size: 19px;
                transition: color 0.3s;
                border-radius: 5px;
            }

                div.menu ul li a img {
                    width: 50px;
                    height: 50px;
                    margin: auto;
                    display: block;
                }

                div.menu ul li a:hover {
                    color: #e75b30;
                    text-decoration: none;
                }

.menu ul li a.active {
    background-color: #e75b30;
    color: white;
    border-radius: 5px;
}

.loginDisplay {
    font-size: 1.1em;
    background-color: #c6c8cf;
    display: block;
    text-align: right;
    padding: 10px;
    color: #3a4f63;
    height: 30px;
    position: relative;
    top: 110px;
    left: 30px;
}

    .loginDisplay a:link {
        color: #3a4f63;
    }

    .loginDisplay a:visited {
        color: #034af3;
    }

    .loginDisplay a:hover {
        color: #666666;
    }

.containerPanel {
    display: compact;
    border-style: none;
    width: 100%;
    background-size: cover;
    background-position: center;
    height: fit-content;
    background-repeat: no-repeat;
}

.footer {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #c6c8cf;
    text-align: center;
    padding: 10px;
}

.slideshow-container {
    position: relative;
    max-width: 100%;
    height: 600px;
    overflow: hidden;
}

.slide {
    display: none;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.fade {
    animation: fade 2.5s;
}

@keyframes fade {
    from {
        opacity: 0.4;
    }

    to {
        opacity: 1;
    }
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: 50px;
    padding: 20px;
    color: white;
    font-weight: bold;
    font-size: 24px;
    transition: 0.6s ease;
    border-radius: 0 5px 5px 0;
    user-select: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.myGridView {
    margin: 10px;
    padding: 10px;
}

    .myGridView td {
        margin: 5px 10px;
        padding: 5px 10px;
    }

td {
    vertical-align: middle;
}

.align-bottom {
    display: flex;
    align-items: center;
}

.dropdown-container {
    position: relative;
    display: inline-block;
    margin-left: 10px;
}

.dropdown-btn {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    outline: none;
}

    .dropdown-btn .dropdown-image {
        width: 23px;
        height: 23px;
    }

.customCalendar {
    display: none;
    position: absolute;
    background-color: #fff;
    border-radius: 9px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1;
    right: 0;
}

    .customCalendar .calendar {
        border: none;
        background-color: transparent;
    }

    .customCalendar .rc-day {
        cursor: pointer;
    }

.dropdown-content {
    display: none;
}

.dropdown-container:hover .dropdown-content {
    display: block;
}
/*
.shifting {
    transform: translateX(53px);
}

.shiftinggg {
    transform: translateX(100px);
    margin-top: 5px;
}
*/