body{
    font-family: Almarai, sans-serif !important;
}

.rtl .sidenav
{
    left: auto;
    right: 0;
}

.rtl .navbar-nav .nav-link{
    float: right;
    text-align: right;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.auth-background{
    background-image: url(../images/background2.jpg);
    /* position: fixed; */
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.auth-container{
    padding: 30px;
    background: white;
    left: 50%;
    top: 50%;
    box-shadow: 0px 0px 33px 13px rgb(0 0 0 / 10%);
    border-radius: 40px;
    overflow-x: clip
}

.login-form{
    padding: 20px 50px 0 50px;
    overflow-y: auto;
    height: 400px;
}

.registration-form{
    padding: 20px 50px 50px 50px;
    margin: 50px 0 50px 0;
    background: white;
    left: 50%;
    top: 50%;
    box-shadow: 0px 0px 33px 13px rgb(0 0 0 / 10%);
    border-radius: 40px;
}

.buttons-style{
    border: none !important;
    border-color: transparent !important;
}

.a{
    color: black;
}

a:link { text-decoration: none; }


a:visited { text-decoration: none; }


a:hover { text-decoration: none; }


a:active { text-decoration: none; }

.navigation-bar {
    background-color: #F3FFF7;

}


/* Fixed sidenav, full height */
.sidenav {
    width: 20%;
    height: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #F3FFF7;
    overflow-x: hidden;
    padding-top: 20px;
}

.inner-content{
    width: 75%;
    margin-left: 22%;
    height: 100%;
}

.inner-content-ar{
    margin-right: 22%;
}

/* Style the sidenav links and the dropdown button */
.sidenav li, .dropdown-btn {
    padding: 20px 10px 6px 25px;
    text-decoration: none;
    font-size: 20px;
    color: black;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
}
.ngo-sub-menu{
    padding-left: 0 !important;
}

.ngo-sub-menu-ar{
    padding-right: 0 !important;
}
.ngo-sub-menu a{
    font-size: 15px;
}

.admin-icons {
    height: 20px;
    width: 20px;
}

/* On mouse-over */
.sidenav a:hover, .dropdown-btn:hover {
    color: #268040;
}
.sidenav a {
    color: black;
}

.navbar-nav{
    padding-top: 30px;
}
.nav-item{
    margin-left: 0!important;
}

.sidebar li .submenu{
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 1rem;
    padding-right: 1rem;
}



.dropdown-container {
    display: none;
    background-color: #262626;
    padding-left: 8px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
    float: right;
    padding-right: 8px;
}

.custom-dropdown-menu{
    background-color: transparent !important;
    border: none !important;
    color: black;
    font-family: sans-serif !important;
    font-size: 20px;
}

.custom-dropdown-menu:hover {
    color: #268040;
}

.dropdown-menu{
    background-color: white; !important;
}

.top-nav-bar {
    height: 70px;
    background: #F3FFF7;
    padding-right: 10px;
    padding-top: 10px;
}

.buttonAnchor  {
    color: white;
}

#dialog {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

#dialog {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

#dialog-content {
    padding-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    height: 300px;
    width: 300px;
    overflow-y: auto;
}

#dialog-content h2 {
    margin-top: 0;
}

#dialog-content div {
    margin-bottom: 20px;
}

#dialog-content button {
    padding: 10px 20px;
    background-color: #4CAF50;
    border: none;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
}

#registrationMsg{
    background-color: #2B8243;
    padding: 10px;
    color: white;
    border: none;
    border-radius: 5px;
}
