@import url("font.css");

:root {
    --clr-black: #000;
    --clr-white: #fff;
    --clr-light-primary: #e7f8f0;
    --clr-primary: #386a20;
    --clr-dark-primary: #042100;
    --clr-light-grey: #8f958d;
    --clr-edit: #00d407;
    --clr-del: #ff576d;
    --clr-Orange: #fde8d7;
    --clr-Green: #d5eec8;
}

* {
    direction: rtl !important;
    list-style-type: none;
    text-align: right;
    box-sizing: border-box !important;
    padding: 0;
    margin: 0;
    border: 0;
    font-family: b yekan;
}

body, html {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    margin: 0;
    font-family: "Vazir";
    /*   height: 100%;*/
    font-size: 16px;
    transition: font-size 0.2s ease;
}


.overflow-y-hidden {
    overflow-y: hidden;
}

.header {
    background-image: url('/Img/header/headerphoto.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
}

/*.fixed-menu {
    transition: background-color 0.3s;
}
.logo-small {
    width: 150px; 
    transition: width 0.3s ease; 
}
.fixed-menu.scrolled .logo-small {
    width: 100px; 
}
    .fixed-menu.scrolled {
        background-color: #012458;
    }

.scrolled {
    background-color: #012458;
}*/
.fixed-menu {
    transition: background-color 0.3s;
}

    .fixed-menu.scrolled {
        background-color: #012458;
    }

.logo-small {
    width: 150px;
    transition: width 0.3s ease;
}

.fixed-menu.scrolled .logo-small {
    width: 100px;
}


.pt-5 {
    padding-top: 5%;
}

.mb-7rem {
    margin-bottom: 7rem !important;
}

@media (max-width: 768px) {
    .logo-small {
        max-width: 50%;
    }

    .text-container {
        margin-top: 10px;
    }
}

.text-white {
    color: white;
}

ul {
    padding: 0;
    margin: 0;
}

.text-container {
    margin-top: 20px;
}

.logo-small {
    max-width: 30%;
    height: auto;
}

.white-line-r {
    height: 2px;
    background-color: white;
    width: 94%;
}

.white-line-l {
    height: 2px;
    background-color: white;
    width: 90%;
}

.logo-caption {
    font-size: 20px;
    text-align: center;
    font-family: "IranNastaliq";
}

.ml-20 {
    margin-left: 20px;
}

.r-30 {
    right: 1%;
}

.r-4 {
    right: 4%;
}

.navy-link {
    color: #31456a;
    text-decoration: none;
    color: var(--default-title-color);
    padding: 5px 15px;
}

    .navy-link:hover {
        text-decoration: none;
    }

.img-flag {
    position: absolute;
    top: 0px;
    left: 0px;
    width: auto;
    max-width: 20%;
    height: auto;
    z-index: 1000;
}

.img-shoaresal {
    right: 7%;
    width: auto;
    height: auto;
    z-index: 1000;
}

.r-6 {
    right: 5%;
}

.img-leader {
    position: absolute;
    top: 0%;
    width: auto;
    height: auto;
    z-index: 1000;
}

.flag {
    width: auto;
    height: auto;
    z-index: 1000;
}

.f-20 {
    font-size: 20pt;
}

.pr-xl-3- {
    padding-right: 7rem !important;
}

.image-container {
    margin: 15px 0;
    position: relative;
    background-color: #eaedf4;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.optometry-img {
    position: fixed;
    left: 0;
    top: 48%;
    width: 4%;
    height: auto;
    z-index: 1000;
}

.pr-5rem {
    padding-right: 5rem !important;
}

.square-image {
    height: 300px;
    width: 100%;
}

    .square-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.date-time {
    position: absolute;
    left: 27px;
    top: 27px;
    background-color: #1f349a;
    color: yellow;
    border-radius: 5px;
    opacity: 64%;
}

.read-more {
    color: blue;
    text-decoration: none;
    cursor: pointer;
}

.short-text {
    color: #1f349a;
}

.left-column, .right-column {
    padding-left: 0;
    padding-right: 0;
}


.fixed-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    z-index: 1000;
    transition: background-color 0.5s ease;
}

/*.scrolled {
    background-color: #012458;
}*/

.h-91 {
    height: 91% !important;
}
/*------*/
.container-news {
    display: flex;
    gap: 20px;
}

.card-news {
    background-color: #edf0f5;
    border-radius: 8px;
    padding: 15px;
    width: 51%;
}

.card-header-news {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.circle {
    width: 10px;
    height: 10px;
    background-color: orange;
    border-radius: 50%;
    margin-right: 5px;
}

.news-item {
    background-color: #eaedf4;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
}

.date-time-news {
    font-size: 0.9em;
    color: #555;
}

.read-more-news {
    color: blue;
    text-decoration: underline;
}

.circle-link {
    width: 29px;
    height: 26px;
    background-color: orange;
    border-radius: 50%;
}

.text-helpDesk {
    color: #02234a;
}

.footer {
    background-color: #00326b;
    color: white;
    text-align: center;
    padding: 20px 0;
    position: relative;
    bottom: 0;
    width: 100%;
}

.footer-content {
    padding: 20px;
}

.footer-small {
    background-color: #012458;
}

.bold {
    font-weight: bold;
}

.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

    .tab button {
        background-color: inherit;
        float: right;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
    }

        .tab button:hover {
            background-color: #ddd;
        }

        .tab button.active {
            background-color: #ccc;
        }

.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

.display-none {
    display: none;
}

.custom-border {
    border: 5px solid white;
    padding: 0;
}

.m-b-8 {
    margin-bottom: 8%;
}

.shift-right {
    margin-left: 5%;
}

.shift-left {
    margin-right: 10%;
}

.MoviesAlbum {
    width: 25%;
    height: auto;
    margin-right: 10%;
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.large-image {
    width: 50%;
    height: 50%;
    position: relative;
}

.small-image {
    width: 100%;
    object-fit: cover;
}

.m-b-39 {
    margin-bottom: 39%;
}

.required {
    content: "*";
    position: relative;
    font-size: inherit;
    color: #F1416C;
    padding-right: 0.25rem;
    font-weight: 600;
}

.toggle-switch {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1rem;
}

    .toggle-switch input {
        display: none;
    }

    .toggle-switch label {
        cursor: pointer;
        width: 40px;
        height: 20px;
        background-color: #ccc;
        border-radius: 10px;
        position: relative;
        transition: background-color 0.3s;
    }

        .toggle-switch label:before {
            content: '';
            position: absolute;
            width: 16px;
            height: 16px;
            background-color: white;
            border-radius: 50%;
            top: 2px;
            left: 2px;
            transition: transform 0.3s;
        }

    .toggle-switch input:checked + label {
        background-color: #012458;
    }

        .toggle-switch input:checked + label:before {
            transform: translateX(20px);
        }


.btn-MoviesAlbum {
    appearance: none;
    background-color: #012458;
    border: 1px solid rgba(27, 31, 35, .15);
    border-radius: 6px;
    box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 6px 16px;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
}

    .btn-MoviesAlbum:focus:not(:focus-visible):not(.focus-visible) {
        box-shadow: none;
        outline: none;
    }

.bg-blue {
    background-color: #009df7;
}

.search-container {
    opacity: 0.8;
    z-index: 1000;
}

/*.search-input {
    width: 20%; 
    height: 20%; 
}*/

.search-container {
    margin-left: 10%;
    position: relative;
}

.search-input {
    /* width: 200px;*/
    height: 40px;
    /* padding-left: 35px;*/
    padding-left: 30px;
    width: 100%;
}

.search-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: black;
    z-index: 1000;
    background-color: transparent !important;
}

.pt-6 {
    padding-top: 6%;
}

.bg-hotblue {
    background-color: #0030bb;
}

.lgo-small {
    width: 18%;
}

.fs-13 {
    font-size: 13pt;
}

.mt-9 {
    margin-top: 9rem !important;
}

.mb-4 {
    margin-bottom: 4%;
}

.opacity-50 {
    opacity: 50%;
}

.fixed-Optometry {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
}

.img-flag-small {
    margin-left: 0;
    width: auto;
    height: auto;
    z-index: 1000;
}


.nav-side-menu {
    overflow: auto;
    font-family: verdana;
    font-size: 12px;
    font-weight: 200;
    background-color: #4A47A3;
    position: fixed;
    top: 0px;
    padding-left: 0px;
    height: 100%;
    width: 13%;
    color: #AD62AA;
}

.brand {
    background-color: #413C69;
    line-height: 35px;
    display: block;
    text-align: center;
    /* font-size: 14px;*/
}

.nav-side-menu .toggle-btn {
    display: none;
}

.nav-side-menu ul,
.nav-side-menu li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    line-height: 45px;
    cursor: pointer;
}

    .nav-side-menu ul :not(collapsed) .arrow:before,
    .nav-side-menu li :not(collapsed) .arrow:before {
        font-family: 'Font Awesome 5 Free';
        content: "\f13a";
        display: inline-block;
        padding-left: 10px;
        padding-right: 10px;
        vertical-align: middle;
        float: right;
        font-weight: 900;
    }

    .nav-side-menu ul .active,
    .nav-side-menu li .active {
        border-left: 3px solid #fff;
        background-color: #4f5b69;
    }

    .nav-side-menu ul .sub-menu li.active,
    .nav-side-menu li .sub-menu li.active {
        color: #d19b3d;
    }

        .nav-side-menu ul .sub-menu li.active a,
        .nav-side-menu li .sub-menu li.active a {
            color: #d19b3d;
        }

    .nav-side-menu ul .sub-menu li,
    .nav-side-menu li .sub-menu li {
        background-color: #181c20;
        border: none;
        line-height: 35px;
        border-bottom: 1px solid #23282e;
        margin-left: 0px;
    }

        .nav-side-menu ul .sub-menu li:hover,
        .nav-side-menu li .sub-menu li:hover {
            background-color: #020203;
        }

        .nav-side-menu ul .sub-menu li:before,
        .nav-side-menu li .sub-menu li:before {
            font-family: 'Font Awesome 5 Free';
            content: "\f105";
            display: inline-block;
            padding-left: 10px;
            padding-right: 10px;
            vertical-align: middle;
            font-weight: 900;
        }

.nav-side-menu li {
    padding-left: 0px;
    border-bottom: 1px solid #6d6b9f;
}

    .nav-side-menu li a {
        text-decoration: none;
        color: #fff;
    }

        .nav-side-menu li a i {
            padding-left: 10px;
            width: 20px;
            padding-right: 20px;
        }

    .nav-side-menu li:hover {
        border-left: 3px solid #fff;
        background-color: #fe9b07;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
        transition: all 1s ease;
        color: #212122;
    }

@media (max-width: 767px) {
    .nav-side-menu {
        position: relative;
        width: 100%;
        margin-bottom: 10px;
    }

        .nav-side-menu .toggle-btn {
            display: block;
            cursor: pointer;
            position: absolute;
            right: 10px;
            top: 10px;
            z-index: 10 !important;
            padding: 3px;
            background-color: #ffffff;
            color: #000;
            width: 40px;
            text-align: center;
        }

    .brand {
        text-align: left !important;
        font-size: 22px;
        padding-left: 20px;
        line-height: 50px !important;
        font-family: Arial;
    }
    .hidden {
        display: none;
    }
}

@media (min-width: 767px) {
    .nav-side-menu .menu-list .menu-content {
        display: block;
    }
}

.fs-10 {
    font-size: 10pt;
}

.fs-16 {
    font-size: 16pt;
}

.a-Azhman {
    text-decoration: none;
    color: #fff;
    margin: 0;
    padding: 0;
}

    .a-Azhman:hover {
        text-decoration: none;
        color: #fff;
    }

.h-15 {
    height: 15% !important
}

.bg-purple {
    background-color: #413C69;
}

.svgIcon {
    width: 20px;
    height: 20px;
}

.imgShow {
    width: 72px;
    height: 49px;
}

.divPrevimg {
    text-align: center;
}

.imgPreview {
    width: 200px;
    height: 135px;
}

.OrgName {
    background-color: #413C69;
    line-height: 72px;
    display: block;
    color: #fff;
    padding-right: 18%;
    font-size: 13pt;
}

.options-box {
    display: none;
    position: absolute;
    top: 50%;
    left: 53px;
    transform: translateY(-50%);
    width: 116px;
    background-color: #fe9b07;
    color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: fixed;
    z-index: 1000;
}

.fixed-Optometry {
    cursor: pointer;
}


.custom-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    /*  .custom-list li {
        margin-bottom: 10px; 
    }
*/
    .custom-list a {
        display: block;
        color: #000;
        padding: 5%;
        text-decoration: none;
    }

        .custom-list a:hover {
            background-color: #012458;
            color: white;
        }

.bg-green {
    background-color: #c1d8be !important;
}

.bg-red {
    background-color: #c07e7c !important;
}

.pt-8 {
    padding-top: 8%;
}

.st-menu-wrap h4 {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    border-bottom: 1px solid #434343;
    display: block;
    padding-bottom: 10px;
}

.alert-info {
    color: #000;
    background-color: #ffd500;
    border-color: #e7e7e7;
    font-size: 1em;
    position: relative;
}

.classes_list .button-item:hover {
    color: black;
    background-color: #ffd500;
}

.classes_list .button-item {
    display: block;
    padding: 0.75em;
    margin: 0 0 5px;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: -webkit-box-shadow 0.2s ease-out;
    transition: -webkit-box-shadow 0.2s ease-out;
    transition: box-shadow 0.2s ease-out;
    transition: box-shadow 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
    text-decoration: none;
    border-bottom: none !important;
    font-size: 16px;
    background: #f4f8fb;
    width: 100%;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    color: #000;
}



.options {
    position: fixed;
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
    width: 15%;
    background-color: #d7d9de;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 0, 0, 0.1);
    z-index: 999;
}

.txt-center {
    text-align: center;
}

.btn-close {
    float: left;
    background: none;
    color: red;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

.p-m {
    padding: 0px;
    margin: 0px;
}

.nowrap {
    white-space: nowrap;
}

.lastTH {
    min-width: 120px;
    width: 120px;
    max-width: 120px;
}

.close {
    cursor: pointer;
    float: right;
}

#menu ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

.toggle {
    cursor: pointer;
    color: #fff;
    font-weight: bold;
}

    .toggle:hover {
        text-decoration: none;
    }

.submenu {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #012458;
    z-index: 1000;
    padding: 0;
    margin-top: 5px;
    border-radius: 6px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    width: 200px;
}


    .submenu li {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

        .submenu li:first-child {
            border-top: none;
        }

        .submenu li a {
            display: block;
            padding: 10px 13px;
            color: #fff;
            text-decoration: none;
            font-size: 10pt;
            transition: background-color 0.3s ease;
        }

            .submenu li a:hover {
                background-color: #ff9f0c;
                color: #000;
            }

/*#menu ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

.toggle {
    cursor: pointer;
    color: #fff;
    font-weight: bold;
}

.submenu {
    display: none; 
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #012458;
    z-index: 1000;
    padding: 0;
    margin-top: 5px;
    border-radius: 6px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}*/


.pt-57-5 {
    padding-top: 57.5 !important;
}


.pt-9-l {
    padding-top: 9%;
}

/*.search-container {
    z-index: 10; 
}

.search-input {
    width: 200px; 
    margin-right: 5px; 
}

.search-icon {
    cursor: pointer; 
    }*/
.h-50-h {
    height: 20%;
    background-color: #0030bb;
}

.pt-4rem {
    padding-top: 4rem !important;
}

.divcenter {
    padding-top: 30px;
}

.panel-body {
    background-color: #edb80c;
}

.text-decnone {
    text-decoration: none;
}

    .text-decnone:hover {
        text-decoration: none;
    }

.fn-11 {
    font-size: 11pt;
}

.h6 {
    height: 6%;
}

.fn-10 {
    font-size: 10pt;
}

.date-timeDetail {
    position: absolute;
    right: 27px;
    top: 2px;
    color: yellow;
    border-radius: 5px;
    opacity: 64%;
    color: #000000;
}

.containerdet {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.content {
    flex-grow: 1;
}

.magnifiers {
    display: flex;
    flex-direction: column;
    align-items: center;
}

button-zoom {
    font-weight: normal;
}

.button-zoom :hover {
    color: red;
}

.title {
    color: red;
    font-size: 10pt;
}

.shortText {
    font-size: clamp(1rem, -0.058rem + 0.2564vw, 1.25rem);
    font-weight: 700;
    margin-bottom: 1rem;
    color: #0f4c81;
}

.summary {
    font-size: clamp(0.875rem, 0.8462rem + 0.1282vw, 1rem);
    font-weight: 400;
    margin-bottom: 1rem;
    padding: 10px 15px;
    text-align: justify;
    line-height: 24px;
    color: #000;
    border-radius: 5px;
}

.gray {
    color: gray;
}

.fs-9 {
    font-size: 9pt;
}
/*
.link-style {
    color: blue;
    text-decoration: none;
}

    .link-style i {
        color: yellow;
    }*/

.nws-title {
    font-size: clamp(1.875rem, 0.846rem + 3.128vw, 1rem);
    margin-bottom: 1rem;
    background: rgba(0, 0, 0, 0.03);
    padding: 10px 15px;
    text-align: center;
    line-height: 24px;
    color: #000;
    border-radius: 5px;
}

.inline-divlinks {
    display: inline-block;
}

.mbf-5 {
    margin-bottom: 5.5rem !important;
}
.bullet {
    width: 42px;
    height: 37px;
    position: relative;
    background: url(../images/bullet-3.svg) no-repeat 0 0;
    background-size: 42px 37px;
    top: -1px;
    margin-left: 12px;
    float: right;
    display: table;
    text-align: left;
}
.btn-orange {
    border-radius: 5px !important;
    color: #fff;
}
.cursor-pointer {
    cursor: pointer;
}
.border-none{
    border :none;
}
.w-100 {
    width: 100%;
}
.text-grey{
    color:#555;
}
.card-PicGall {
    min-width: 8px;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    width: 62%;
}
.left-5{
    left:5%;
}
.wh-picAlbum{
    width : 191px;
    height:141px;
}
.img-link{
    width:90%
}
.mh-nwsSpecial {
    height: 510px;
    width: 510px;
}
.mh-nws{
    width:218px;
    height:187px;
}