﻿@font-face {
    font-family: Iransansweb;
    src: url('/content/fonts/Iransansweb.eot?#') format('eot'), /* IE6�8 */
    url('/content/fonts/Iransansweb.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('/content/fonts/Iransansweb.woff2') format('woff2'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('/content/fonts/Iransansweb.ttf') format('ttf'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('/content/fonts/Iransansweb.ttf') format('truetype'), /* Saf3�5, Chrome4+, FF3.5, Opera 10+ */
    url('/content/fonts/Iransansweb.woff2') format('truetype'), /* Saf3�5, Chrome4+, FF3.5, Opera 10+ */
    url('/content/fonts/Iransansweb.woff') format('truetype'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('/content/fonts/Iransansweb.eot?#') format('truetype'); /* IE6�8 */
}


* {
    font-family: "Iransansweb" !important;
}

p {
    margin: 0;
    color: #262626;
}

body {
    background: #F6F1EB;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.heightVH {
    height: 100vh;
}

.breadcrumb {
    display: flex;
}

.brdItemTitle {
    font-weight: 400;
    font-size: 14px;
    color: #262626;
}

.brdItemLine {
    margin: 0 10px;
}

.brdItemTitleact {
    font-weight: 400;
    font-size: 14px;
    color: #5E673C;
}

.swal2-title {
    font-size: 1rem !important;
}

.swal2-popup {
    font-size: 0.7rem !important;
}

@media (min-width: 768px) {
    .container {
        width: 750px !important;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px !important;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px !important;
    }
}

@media (min-width: 1400px) {
    .container {
        width: 1320px !important;
    }
}

.container {
    /*
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    */
    margin: auto;
    padding: 20px 0;
}

a {
    cursor: pointer;
}

ul {
    margin: 0;
    padding: 0;
}

.breadcrumb-item {
    list-style-type: none;
}

::-webkit-scrollbar {
    width: 8px;
}

}
::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    /* background: #888; */
    background: #6C744C;
    border-radius: 10px;
}

    ::-webkit-scrollbar-thumb:hover {
        /*background: #555;*/
        background: #4A4F20;
    }

header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: #FFFCF7;
}

.menu {
    max-height: 121px;
    background: #FFFCF7;
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}

.menuLeft {
    display: flex;
    justify-content: left;
    text-align: center;
    margin: auto 0;
}

.menuRight {
    display: flex;
    justify-content: right;
    text-align: center;
    margin: auto 0;
}

.menuRightInside {
    display: flex;
    gap: 3px;
}

.menuLeftInside {
    display: flex;
    gap: 15px;
    cursor: pointer;
}

.menuRightInsideName {
    display: flex;
    justify-content: center;
    margin: auto;
}

.menuCenterLogo {
    display: flex;
    justify-content: center;
}

.menuCenterListInside {
    display: flex;
    padding: 0;
    gap: 19px;
    font-size: 0.8em;
}

    .menuCenterListInside li {
        list-style-type: none;
        cursor: pointer;
    }

.menuNav {
    position: absolute;
    top: 0;
    width: 0;
    background: #fbf7f2;
    height: 100vh;
    left: 0;
    transition: all 0.7s;
    padding: 20px 0;
    opacity: 0;
}

.open {
    width: 60%;
    transition: all 0.7s;
    padding: 20px;
    opacity: 1;
}

.menuNavInside {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: auto;
}

.menuNavUl {
    width: 100%;
    margin-top: 30px;
}

.menuNavUlli {
    font-size: 13px;
    border-bottom: 1px solid rgba(112, 112, 112, .3);
    text-align: end;
    padding: 2% 0 !important;
    width: 0;
    overflow-x: hidden;
    cursor: pointer;
}

.menuNavUlliOpen {
    width: 100%;
}

.hideenDesk {
    display: none;
}

.hideenRes {
    display: flex;
}

.tabLine {
    position: relative;
    margin-top: 70px;
    margin-bottom: 70px;
}

.tabLineBorder {
    border-top: 1px solid #000;
    width: 100%;
}

.tabLineInside {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 20px;
    top: -9px;
}

.tablinks {
    border-radius: 20px;
    border: none;
    min-width: 80px;
    max-width: 142px;
    color: #F6F1EB;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    background: #6C744C;
    max-height: 60px;
    min-height: 60px;
}

.dropdown-item.selected {
    background-color: #808080 !important;
    color: white !important;
}

.tabInside {
    display: none;
    min-height: 36vh;
    flex-direction: column;
}

@media (max-width: 1200px) {
    .menuCenterListInside {
        gap: 15px;
    }
}

@media (max-width: 768px) {
    .centerListResInside p {
        margin-top: 0;
    }

    .menuRightInside {
        flex-direction: column;
    }

    .container {
        padding: 0 16px;
    }

    .hideenDesk {
        display: block;
    }

    .hideenRes {
        display: none;
    }

    .leftRes {
        display: flex;
        gap: 10px;
    }

    .menu {
        padding: 0;
    }

    header {
        padding-top: 10px;
    }

    .menuCenterLogo {
        width: 100%;
    }

    .centerListRes {
        display: flex;
        justify-content: space-between;
        /*margin-top: 10px;*/
        position: relative;
    }

    .centerListResInside {
        border-top: 1px solid #606060;
        display: flex;
        /*width: 25%;*/
        width: 34%;
        justify-content: center;
        gap: 5px;
        padding: 10px 0;
        border: none;
        outline: none;
        background: none;
        border-top: 1px solid #606060;
    }

    .menuRight {
        margin: auto 10px auto 0;
        width: 34%;
    }

    .menuLeft {
        margin: auto 0 auto 10px;
        width: 34%;
    }

    .menuCenter {
        width: 34%;
    }

    .centerListResInside p {
        font-size: 12px;
    }

    .tabLineInside {
        gap: 8px;
        flex-wrap: wrap;
    }

    .tablinks {
        font-size: 12px;
        min-height: 40px;
    }

    .tabLineBorder {
        border-top: none;
        padding-bottom: 22px;
    }
}

/*footer*/
