
.bxMenuRight ul.bxList li .fa-angle-left {
    position: absolute;
    left: .5rem;
    color: #fff;
}
.bxMenuRight ul.bxList li ul.subMenu {
    position: absolute;
    left: -10.3rem;
    display: flex;
    flex-direction: column;
    top: 0;
    background-color: var(--pcolor);
    width: 10rem;
}
.bxMenuRight ul.bxList li:hover{
    cursor: pointer;
    background-color: rgba(0,0,0,.4);
}
.bxMenuRight ul.bxList li{
    display: grid;
    grid-template-columns: 66% 34%;
    align-items: center;
    justify-items: end;
    height: 3.5rem;
    padding-right: 0.5rem;
    position: relative;
}
.bxMenuRight ul.bxList .name {
    color: #fff;
    font-size: 10pt;
}
.bxMenuRight ul.bxList .icn{
    background-image: url("../imgs/core/product.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 2.2rem;
    height: 2.2rem;
}
ul.bxUserInfo li.btnExitUser:hover{
    background-image: url("../imgs/core/exitF30.png");
    cursor: pointer;
}
ul.bxUserInfo li.btnExitUser {
    background-image: url("../imgs/core/exitFFF.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 1.7rem;
    height: 1.7rem;
    top: 0.2rem;
    right: .5rem;
    border-radius: 50%;
}

ul.bxUserInfo {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 5rem;
    justify-content: center;
    position: relative;
}

.bxMenuRight ul.bxUserInfo li.bxUsername {
    font-size: 10pt;
    color: #fff;
    text-align: center;
}

.bxMenuRight ul.bxUserInfo li.bxUserImg img {
    width: 100%;
    height: 100%;
}

.bxMenuRight ul.bxUserInfo li.bxUserImg {
    width: 2.5rem;
    height: 2.5rem;
    overflow: hidden;
    border-radius: 50%;
    border: 0.2rem solid #fff;
}

.bxMenuRight {
    background-color: #333;
    position: fixed;
    right: 0;
    height: 100%;
    width: 10.5rem;
}

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    font-size: 18px;
    font-family: vazir, sans-serif;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@charset "UTF-8";

@font-face {
    font-family: 'vazir';
    src: url("../fonts/vazir/Vazir.eot");
    src: url("../fonts/vazir/Vazir.eot?#iefix") format("embedded-opentype"), url("../fonts/vazir/Vazir.woff") format("woff"),
    url("../fonts/vazir/Vazir.woff2") format("woff"),
    url("../fonts/vazir/Vazir.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nbyekan';
    src: url(../fonts/NBYekan.woff);
}


:root {
    display: block;
    --pcolor: #333;
    --white: #fff;
    --b4rem: .4rem;
    --b3rem: .3rem;
    --vlight: #e7e7e7;
    --shadow: 0 0 5px #999;
    --pshadow: 0 0 5px #116b2c;
    --btnshadow: 1px 3px 5px #000;
    --border: 1px solid #999;
    --bsm: 1px solid var(--vlight);
    --fnb: 'nbyekan', sans-serif;
    --fv: 'vazir', sans-serif;
    --fCode: 'Consolas', sans-serif;
    --hb1: rgb(17, 107, 44);
    --hb2: linear-gradient(0deg, rgba(17, 107, 44, 1) 10%, rgba(255, 255, 255, 1) 76%);

}

*::-moz-selection {
    background: none repeat scroll 0 0 var(--pcolor);
    color: var(--white);
    text-shadow: none;
}

::-moz-selection {
    background: var(--pcolor);
    color: #fff;
}

::selection {
    background: var(--pcolor);
    color: #fff;
}

input[type=file] {
    display: none !important;
}


input[type=text]:focus, input[type=password]:focus, input[type=number]:focus, input[type=email]:focus, textarea:focus {
    outline: none;
}

input[type=text], input[type=email], input[type=password], textarea, input[type=number] {
    height: 2.5rem;
    border-radius: 0.2rem;
    padding: 0 0.4rem;
    font-size: 11pt;
    color: #333;
    box-shadow: inset 6px 6px 6px #cbced1, inset -6px -6px 6px white;
    border: 1px solid #999;
    background: #ecf0f3;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    font-family: vazir, sans-serif;
}

textarea {
    padding: .5rem;
    text-align: justify;
    font-family: 'vazir', sans-serif;
    resize: none;
    overflow-y: auto;
    overflow-x: hidden;
    height: 10rem;
}

input[type=text]::placeholder {
    font-family: vazir, sans-serif;
    letter-spacing: 0;
    color: #777;
}

main.auth input[type=text]::placeholder {
    font-family: vazir, sans-serif;
    color: #ccc;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.hover {
    cursor: pointer;
}

.hidden {
    display: none !important;
}

body {
    overflow-x: hidden;
    position: relative;
}

footer {
    height: 5rem;
}

.btnPublic {
    box-shadow: 0 0 6px #666;
    border-radius: .2rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12.1pt;
    transition: all .2s ease-in-out;
    border: 1px solid transparent;
    padding: 0 2rem;
    margin: .5rem 0;
    background-color: #fff;
    cursor: pointer;
    user-select: none;
}