

@font-face {
    font-family: IRANSansX;
    src: url("../fonts/IRANSansXFaNum-Regular.woff2");
    font-style: normal;
    font-display: swap;
  }


body {
    overflow-x: hidden;
    font-family: IRANSansX !important;
    word-spacing: -2px;
}

.select2-selection {
    border-radius: 0.5rem !important;
    border: 1px solid #e2e8f0 !important;
    background: #ffffff !important;
    height: 2.5rem !important;
    display: flex !important;
    align-items: center !important;
}

.select2-selection__arrow {
    height: 100% !important;
}

.side-menu__link__icon path,
.side-menu__link__icon circle {
    stroke: #fff;
    stroke-width: 1.5;
    transition: all 0.3s;
}

.mobile-sub-menu #mobile-menu-item .sub-nav-chevron {
    transform: rotate(180deg);
}

.mobile-menu-cnt .side-menu__link__icon path,
.mobile-menu-cnt .side-menu__link__icon circle {
    stroke: #434386;
    fill: #fff;
}

.sub-nav-cnt .side-menu__link__icon path,
.sub-nav-cnt .side-menu__link__icon circle {
    stroke: #434386;
    fill: #fff;
}

.simplebar-content .side-menu__link__icon path,
.simplebar-content .side-menu__link__icon circle {
    stroke: #03045e96;
    transition: all 0.3s;
}

.simplebar-content .side-menu__link__icon {
    fill: transparent;
}

.simplebar-content .side-menu__link:hover .side-menu__link__icon path,
.simplebar-content .side-menu__link:hover .side-menu__link__icon circle {
    stroke: #03055e;
}

.side-menu__link .side-menu__text {
    transition: all 0.3s;
}

.slick-slider .slick-track {
    margin-right: 0;
}

.loading {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #fff;
    border-bottom-color: transparent;
    border-top-color: transparent;
    animation: infinite linear 1s loading-circle;
}

.loading.dark {
    border: 2px solid #03045e;
    border-bottom-color: transparent;
    border-top-color: transparent;
}

@supports (-moz-appearance: none) {
    select,
    option {
        font-family: IRANSansX, system-ui, sans-serif !important;
        font-weight: 400;
        -moz-appearance: none !important;
        -webkit-appearance: none !important;
        appearance: none !important;
    }
}

@keyframes loading-circle {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.public-header {
    padding: 1.5rem 0;
    justify-content: space-between;
    margin-bottom: 0rem;
    border-radius: 1.5rem;
}

.public-header .title {
    font-size: 1.2rem;
    font-weight: bolder;
    margin-right: 1.5rem;
}

.public-header .logo-wrapper {
    display: flex;
    align-items: center;
}

.container
::-webkit-scrollbar {
  width: 6px;
  height: 8px;
  border-radius: 8px;
}

.container ::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 8px;
}

.container ::-webkit-scrollbar-thumb {
  background: #cfcfcf;
  border-radius: 8px;
  transition: all 0.3s;
}

.container
::-webkit-scrollbar-thumb:hover {
  background: #929292;
}

.public-header .logo-wrapper svg.logos {
    height: 3rem;
}

.public-header .logo-wrapper .divider {
    height: 4rem;
    width: 1px;
    border-right: 2px solid #f0f0f0;
    margin: 0 1rem;
}

.public-header__navbar-cnt {
    background: #03045e;
    border-radius: 0 0 1rem 1rem;
   
    transition: all 0.3s;
}

.nav-open .public-header__navbar-cnt {
    border-radius: 0;
}

.public-header__navbar .sub-nav-cnt {
    transition: all 0.4s;
    background-color: #fff;
    height: 100vh;
    width: 0;
    overflow: hidden;
    top: 0;
    right: 0;
    left: auto;
}

.public-header__navbar .sub-nav-chevron {
    transition: all 0.5s;
    margin-right: 4px;
}

.sub-nav-open .public-header__navbar > li .sub-nav-chevron {
    transform: rotate(180deg);
}

.news-item:hover img {
    transform: scale(1.05);
}

.two-lines-limitation-cnt {
 
    height: 40px;
    overflow: hidden;
  display: flex;
  align-items: center;
}

.two-lines-limitation {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-item .news-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.public-header__navbar .sub-nav-cnt .sub-nav {
    width: 400px;
}

.sub-nav-open .public-header__navbar > li .sub-nav-cnt {
    width: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

.mobile-menu-cnt {
    width: 0;
}

.nav-open .mobile-menu-cnt {
    width: 400px;
}

.mobile-menu-cnt .mobile-menu {
    width: 400px;
}

.mobile-menu-cnt .sub-nav-cnt {
    max-height: 0;
}

.mobile-sub-menu .mobile-menu-cnt .sub-nav-cnt {
    max-height: 800px;
}

.public-header__navbar li {
    display: inline-block;
}

.public-header__navbar a {
    color: white;
    transition: all 0.3s;
    border-radius: 0;
}

.chaveron {
    width: 0.7rem;
    height: 0.7rem;
    border-left: 2.5px solid #a1a1a1;
    border-bottom: 2.5px solid #a1a1a1;
    transform: rotate(-45deg);
    transition: all 200ms;
}

.chaveron.open {
    transform: translateY(4px) rotate(135deg);
}

.chevron-txt.invisible {
    /* opacity: 0; */
}

.chevron-txt {
    transition: all 0.5s;
}

.expandable {
    max-height: 0;
    transition: all 0.3s;
    overflow: hidden;
}

.expand-cnt {
    cursor: pointer;
    transition: all 0.3s;
    border-radius: 12px;
    border: 1px solid #d1d4d900;
}



.expandable .expandable__section {
    display: flex;
    flex-direction: column;
    padding: 1rem 2rem;
}

.expandable .expandable__section .file-preview {
    width: 5rem;
    height: 5.5rem;
    background: #f6f6f6;
    color: #858585;
    border-radius: 1px solid #858585;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
    margin-left: 0.7rem;
}

.expandable .expandable__section .file-preview .download {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background: #569ff7;
    padding: 5px;
    border-radius: 3px;
}

.expandable.show {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    max-height: 1500px;
}

.expandable:not(.show) .expandable {
    visibility: hidden;
    transition: all 0.3s;
}

.expandable.show .expandable.open {
    opacity: 1;
    visibility: visible;
    transition: all 0s;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    max-height: 1500px;
}

@media only screen and (max-width: 1024px) {
    .public-header {
        flex-direction: column-reverse;
    }

    .public-header .title {
        margin-top: 1.5rem;
    }
}

@media only screen and (max-width: 495px) {
    .public-header .title {
        font-size: 1.4rem;
    }

    .public-header .logo-wrapper svg.logos {
        height: 2.5rem;
    }


}

@media only screen and (max-width: 390px) {
    .public-header {
        flex-direction: column-reverse;
    }

    .public-header .title {
        font-size: 1.2rem;
    }

    .public-header .logo-wrapper svg.logos {
        height: 2rem;
    }

    .public-header .title {
        margin-top: 1.3rem;
    }
}

.ck-editor__editable {
    min-height: 300px;
    direction: rtl;
}

.ck-powered-by {
    display: none;
}

.footer {
    margin-top: 5rem;
    background: #03045e;
    border-radius: 2rem;
    padding: 2rem 3rem;
}

.footer .footer__links {
    display: flex;
    justify-content: space-between;
    color: #fff;
    margin-bottom: 2rem;
    padding: 0 3rem;
}

.footer .footer__links li {
    margin-bottom: 10px;
}

.footer .title {
    color: #fec20f;
    font-weight: bold;
    margin-bottom: 1rem;
}

.footer .footer__logos {
    padding: 1.5rem;
    background: #111171;
    border-radius: 1.5rem;
    display: flex;
    justify-content: center;
}

.footer .footer__logos svg {
    height: 5rem;
    margin-left: 2rem;
}

.footer .footer__copy {
    margin-top: 1.5rem;
    color: #fff;
    display: flex;
    justify-content: space-between;
}
.has-new-bg::after {
    background-image: url("/images/BackGround.svg") !important;
    background-position: center top -2rem !important;
}

@media (max-width: 576px) {
    .has-new-bg::after {
        background-position: center top 2.5rem !important;
    }

    .nav-open .mobile-menu-cnt {
        width: 100vw;
    }
    
    .mobile-menu-cnt .mobile-menu {
        width: 92vw;
    }
}

option.disable:disabled {
    background: #e6e6e6;
    cursor: not-allowed !important;
}

.side-menu__link__icon {
    opacity: 1 !important;
}

svg.error {
    stroke: #a51e1e;
    fill: #f0cccc;
}

svg.success {
    stroke: #23a51e;
    fill: #ccf0cd;
}

svg.warning {
    stroke: #d5ad0b;
    fill: #f3e5ad;
}

.menu-toggle {
    position: relative;
    height: 26px;
    width: 29px;
    color: #fff;
    cursor: pointer;
}


.nav-open .menu-toggle {
    transform: rotate(90deg);
    transition: all 0.5s 0.4s;
}

.menu-toggle {
    transform: rotate(180deg);
    transition: all 0.5s;
}

.menu-toggle-bar {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    right: 0;
    width: 100%;
    height: 2px;
    border-radius: 4px;
}

body:not(.nav-open) .menu-toggle .menu-toggle-bar {
    transition: all 0.3s ease 0.4s;
}

.nav-open .menu-toggle .menu-toggle-bar {
    transition: all 0.3s ease;
}

.menu-toggle-bar.menu-toggle-bar--top {
    transform: translate(0, -8px);
}

.menu-toggle-bar.menu-toggle-bar--middle {
    /* No specific styles */
}

.menu-toggle-bar.menu-toggle-bar--bottom {
    transform: translate(0, 8px);
}

.nav-open .menu-toggle-bar.menu-toggle-bar--top {
    transform: translate(0, 0) rotate(45deg);
}

.nav-open .menu-toggle-bar.menu-toggle-bar--middle {
    opacity: 0;
}

.nav-open .menu-toggle-bar.menu-toggle-bar--bottom {
    transform: translate(0, 0) rotate(-45deg);
}


.mobile-menu-padding {
    padding: 0 1.5rem 1.5rem 1.5rem;
}

.main-slide {
    height: 600px;
}

.main-slide-content h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 150%;
}

.main-slider .slick-list .slick-slide > div {
    display: flex;
}

.main-slider .slick-next {
    right: 32px;
    bottom: 40px;
}

.main-slider .slick-prev {
    right: 88px;
    bottom: 40px;
    z-index: 1;
}

.animated {
    transition: all 0.5s ease;
}

.header-cnt {
    background-image: url("/images/BackGround-1.svg");
    background-size: 50% 100%;
    background-repeat: no-repeat;
    background-position-x: -34%;
}

.btn {
    position: relative;
    overflow: hidden;
}

.btn:before {
    position: absolute;
    content: "";
    height: 100%;
    background: linear-gradient(
        -113deg,
        rgba(217, 217, 217, 0) 0%,
        rgba(249, 249, 249, 0) 42.19%,
        rgba(255, 255, 255, 0.61) 49.35%,
        rgba(217, 217, 217, 0) 64.06%
    );
    width: 100%;
    top: 0;
    right: -100%;
    transition: all 0.6s;
}

.btn:hover:before {
    right: 100%;
}

.main-slider .slick-next svg, .main-slider .slick-prev svg{
    stroke: #fff;
    transition: all 0.3s;
  }

.main-slider .slick-next:hover svg, .main-slider .slick-prev:hover svg{
  stroke: #b4b4b4;
}

@media (max-width: 1024px) {
    .footer .footer__links {
        padding: 0;
    }

    .main-slide {
        height: 500px;
    }
    .main-slide-content h1 {
        font-size: 28px;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .public-header .title {
        margin-top: 0;
        margin-right: 1rem;
        font-size: 1.1rem;
    }
}

@media (max-width: 767px) {
}

@media (max-width: 576px) {
    .public-header .title {
        margin-right: 0rem;
        margin-top: 1rem;
        text-align: right;
    }

    
.nav-open {
    overflow: hidden;
    transition: all 0.7s;
}

    .main-slide-content h1 {
        font-size: 24px;
    }

    .main-slide {
        height: 400px;
    }

    .header-cnt {
        background-image: none;
    }

    .mobile-menu-padding {
        padding-left: 0.5rem;
        padding-right: 0.55rem;
        padding-bottom: 1.5rem;
    }

    .public-header {
        padding: 0.5rem 0;
    }

    .footer {
        padding: 1rem 1.5rem;
    }
}

@media (min-width: 640px) {

}

@media (min-width: 768px) {

}

@media (min-width: 1024px) {

}

@media (min-width: 1280px) {
  
}





