﻿@font-face {
    font-family: 'DINNextLTArabic-Regular-3';
    src: url('../DINNtextArabic/DINNextLTArabic-Regular-3.ttf') format('truetype');
}

@font-face {
    font-family: 'DINNextLTArabic-Medium-4';
    src: url('../DINNtextArabic/DINNextLTArabic-Medium-4.ttf') format('truetype');
}

@font-face {
    font-family: 'DINNEXTLTARABIC-LIGHT-2-2';
    src: url('../DINNtextArabic/DINNEXTLTARABIC-LIGHT-2-2.ttf') format('truetype');
}

@font-face {
    font-family: 'DINNextLTArabic-Bold';
    src: url('../DINNtextArabic/DINNextLTArabic-Bold.ttf') format('truetype');
}

.page-body-wrapper {
    justify-content: center !important;
}

.content-wrapper {
    background: #f3f3f3 !important;
    padding: 1.75rem 1.25rem;
}

.navbar .navbar-brand-wrapper {
    background: transparent !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.arDINN {
    font-family: 'DIN Next LT Arabic' !important;
}

body {
    font-family: 'DIN Next LT Arabic' !important;
    background-color: #d5dde7ad;
}

.main-header {
    background: linear-gradient(135deg, #1e3c72, #2a5298);
    color: white;
    padding: 10px;
    border-radius: 15px;
}

.menu-btn {
    font-size: 18px;
    padding: 15px;
    border-radius: 12px;
}

.branch-card {
    transition: 0.3s;
    border-radius: 15px;
    padding: 25px;
    text-align: center;
    cursor: pointer;
}

.navbar {
    background-color: #e3e8ef !important;
}

.branch-card:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.research-card {
    border-radius: 15px;
    transition: 0.3s;
}

    .research-card:hover {
        box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    }

.touch-btn {
    font-size: 18px;
    padding: 12px 25px;
    border-radius: 10px;
}

.qr-box {
    background: #ffffff;
    padding: 15px;
    border-radius: 12px;
}

.py-4 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.btn:hover {
    color: white !important;
    background-color: #274d90 !important;
    border-color: white !important;
}

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
    background: linear-gradient(to right, #284e92, #274c8d) !important;
    color: white !important;
}
/*.btn-primary:not(.btn-light):hover, .btn-primary:not(.btn-light):focus, .btn-primary:not(.btn-light):active {
    color: #ffffff !important;
}*/
.btn-outline-primary:active{
    color: white !important;
}
.footer {
    background: #e3e8ef00 !important;
}

.justify-content-sm-between {
    justify-content: center !important;
}

.logo {
    width: -webkit-fill-available !important;
    padding: 20px !important;
}

.navbar .navbar-brand-wrapper {
    background: transparent !important;
}

@media (max-width: 480px) {
    .navbar .navbar-brand-wrapper {
        width: 50% !important;
    }

    .logo {
        width: 100% !important;
    }
}

@media (max-width: 991px) {
    .navbar .navbar-brand-wrapper {
        width: 50% !important;
    }

    .logo {
        width: 100% !important;
    }
}

@media (max-width: 991px) {
    .navbar .navbar-brand-wrapper {
        width: 50% !important;
    }

    .logo {
        width: 100% !important;
    }
}

.sidebar-desktop {
    min-height: 100vh;
    background: #1e3c72;
    color: white;
    padding: 20px;
}

    .sidebar-desktop a {
        display: block;
        color: white;
        text-decoration: none;
        margin-bottom: 15px;
        padding: 10px;
        border-radius: 8px;
    }

        .sidebar-desktop a:hover {
            background-color: rgba(255,255,255,0.1);
        }

.card-custom {
    border-radius: 15px;
}

.btn-custom {
    border-radius: 10px;
    padding: 10px 20px;
    width: fit-content !important;
    margin: 0 auto !important;
    background-color: #1e3c72 !important;
}

.form-select {
    padding-right: 2.5rem !important;
}

.login {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-card {
    width: 100%;
    max-width: 400px;
    border-radius: 15px;
}

.btnLogin {
    background-color: #1e3c72 !important;
}

.sidebar .nav .nav-item .nav-link i.menu-icon {
    margin-left: 3px !important;
    font-size: 1.325rem;
    line-height: 1;
    margin-left: auto;
    color: rgb(230 105 37);
}
/*.sidebar .nav .nav-item:hover {
    background: #1e3c72 !important;
    color:white;
}*/
@media (min-width: 1600px) {
    .page-body-wrapper {
        max-width: 1500px;
        margin: auto;
    }
}

.container-scroller {
    overflow: visible !important;
}

.btnDetails {
    width: fit-content !important;
    padding: 6px !important;
    background: #ffffff !important;
    color: #29338e !important;
    border: 1px solid #e66925 !important;
    margin: 0 auto !important;
}

.borderBlue {
    border: 1px solid #3959a8 !important;
}
.borderOrange {
    border: 1px solid #e66925 !important;
}
.txtDarkOrange {
    color: #e66925 !important;
}

.txtlightOrange {
    color: #f68921 !important;
}

.txtlightOrange1:hover {
    color: white !important;
}

.txtDarkBlue {
    color: #29338e;
}

.txtLightBlue {
    color: #3959a8;
}
.txtBlack{
    color:black;
}
.bgDarkBlue {
    background-color: #29338e !important;
}

.bgDarkOrange {
    background-color: #e66925 !important;
}
.btnDetails:hover {
    border: 1px solid #3959a8 !important;
    background: white !important;
    color: #29338e !important;
   
}
.btnAbstract:hover {
    border: 1px solid #e66925 !important;
    background: white !important;
    color: #e66925 !important;
}
.mb2 {
    margin-bottom: 2px !important
}

.modal-body {
    line-height: 1.8;
    font-size: 16px;
    text-align: justify;
}

.touch-btn {
    font-size: 16px !important;
}

.btn-borderRaduis {
    border-radius: 6px;
}

/*.btnAbstract:hover {
    color: white !important;
    background-color: #e66925 !important;
    border-color: white !important;
}*/
.btnSearch {
    border: 1.5px solid #e66925 !important;
}
select.form-select {
   color: #675e5e !important;
}
.stat-card {
    border-radius: 10px !important;
}
.txtwhite {
    color: #fff !important;
}
.shadow-sm {

 /*   box-shadow: 0 0.125rem 3rem 5px rgba(0, 0, 0, 0.075) !important;*/
}
.skip-link {
    position: absolute;
    left: -9999px;
    top: auto;
}

    .skip-link:focus {
        left: 20px;
        top: 20px;
        background: #000;
        color: #fff;
        padding: 10px;
        z-index: 10000;
    }

.accessibility-panel {
 font-size: 14px !important;
    position: fixed;
    left: 20px;
    top: 200px;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    z-index: 9999;
}

    .accessibility-panel button {
        display: block;
        margin: 5px 0;
        padding: 8px 12px;
        border: none;
        background: #3959a8;
        color: #fff;
        cursor: pointer;
        border-radius: 6px;
    }

        .accessibility-panel button:hover {
            background: #ff7a00;
        }
.dark-mode {
    background: #121212;
    color: #ffffff;
}

.high-contrast {
    background: #000;
    color: #ffff00;
}
.card-title {
    font-size: 1.1rem;
}
body {
    font-size: 1rem;
}

h1 {
    font-size: 2rem;
}

.card-title {
    font-size: 1.2rem;
}

.card-text {
    font-size: 1rem;
}
.sidebar .nav.sub-menu .nav-item .nav-link:before {
    content: "\f004D" !important; /* arrow-left */
    font-family: "Material Design Icons";
    display: block;
    position: absolute;
    right: 0px !important;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #a2a2a2;
    font-size: 0.75rem;
}
[dir="rtl"] .icon::before {
    content: "\F04D"; /* arrow-left */
}

[dir="ltr"] .icon::before {
    content: "\F054"; /* arrow-right */
}
.sidebar .nav .nav-item.active > .nav-link .menu-title {
    color: #3e4b5b !important;

}
.sidebar .nav .nav-item .nav-link i.menu-arrow:before {

    color: #121112 !important;
}
.sidebar .nav.sub-menu .nav-item .nav-link.active {
    color: #e66925 !important;
    background: transparent;
    font-weight:600 !important;
}