
main#docSearch .b_list .pf_bdwn {
    height: 7rem!important;
}
main#stores .bxPrFilter input[type=text] {
    height: 2.5rem;
    margin: 0 0.3rem;
    width: 8.7rem;
}
.bxSearchList img.spinLoader {
    width: 2rem;
    height: 2rem;
    position: absolute;
    left: 12.5rem;
    z-index: 5;
}
.bxSearchList .fa-search {
    padding: 0;
    font-size: 16pt;
    color: #999;
    width: 2.5rem;
    height: 2.5rem;
    margin: 0;
}

.bxSearchList .iconMp.print {
    margin: 0 .2rem;
}
.iconMp.print.off {
    opacity: .5;
    pointer-events: none;
}

.bxSearchList .bxBtns {
    display: flex;
}

legend {
    background-color: #999!important;
    color: #fff;
    border-radius: .4rem;
    font-size: 10pt!important;
    width: 3rem;
    height: 1.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

fieldset {
    display: flex;
    padding: 1rem!important;
    border: 1px solid #999!important;
    border-radius: .2rem;
    align-items: center;
    position: relative;
}

table tbody tr.trEmpty {
    background-color: unset !important;
}

table td:has(.empty) {
    border-color: transparent !important;
}

table .empty {
    height: 20rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22pt;
}

td.notFound {
    height: 21rem;
    font-size: 20pt !important;
}

main.pf_cheque .sort .b_cells .cell_U0 {
    font-size: 10pt;
    padding: 0.3rem;
}

main.pf_cheque .sort .U0Sort {
    font-family: inherit !important;
    position: absolute;
    z-index: 99;
    border: 3px solid #999;
    background-color: #fff;
    left: 0;
    right: 0;
    margin: auto;
    box-shadow: 1px 3px 5px #333;
    top: 2rem;
}

main.pf_cheque .bxFilter .bxSearch .resP .bxName:hover {
    background-color: #999;
}

main.pf_cheque .bxFilter .bxSearch .resP .bxName > div {
    font-size: 10pt;
    padding: 0;
    text-align: center;
}

main.pf_cheque .bxFilter .bxSearch img.spinP {
    position: absolute;
    width: 1.7rem;
    top: 0.4rem;
    left: 0.4rem;
}

main.pf_cheque .bxFilter .bxSearch {
    position: relative;
}

.iconMp.print.off {
    opacity: .5;
    pointer-events: none;
}

main.pf_cheque .bxFilter .iconMp.print {
    margin-left: 2rem;
}

main.pf_cheque .bxSearchSort {
    display: grid;
    grid-template-columns: 13% 39% 45%;
    align-items: center;
    column-gap: 1%;
}

main.printCheque td .bxCheque .c .name {
    padding: .2rem;
    border-radius: .2rem;
    border: 1px solid #ccc;
    font-size: 7pt !important;
}

main.pf_cheque td .bxCheque .c .name {
    padding: .2rem;
    border-radius: .2rem;
    border: 1px solid #ccc;
}

main.pf_cheque .fa-search:hover {
    color: #0093ff;
}

main.pf_cheque .fa-search {
    padding: 0;
    font-size: 16pt;
    color: #999;
    width: 3.2rem;
    height: 2.3rem;
}

main.printCheque td .bxCheque {
    display: flex;
    overflow-y: unset;
    height: 3.3rem;
    flex-direction: column;
    width: 6.5rem;
    justify-content: center;
}

main.pf_cheque td .bxCheque {
    display: flex;
    overflow-y: auto;
    height: 5.6rem;
    flex-direction: column;
    width: 14rem;
    justify-content: center;
}

main.printCheque td .detail {
    font-size: 10pt;
    width: 7rem;
    max-height: 6rem;
    word-wrap: break-word;
    overflow: unset !important;
}

main.pf_cheque td .detail {
    font-size: 10pt;
    width: 11rem;
    max-height: 6rem;
    overflow: auto;
}

[role=btm] {
    cursor: pointer;
}

.-r100 {
    right: -100% !important;
}

.chart-container {
    position: relative;
    margin: 2rem auto;
    width: 100%;
    height: 20rem;
    box-shadow: 0 0 5px;
    border-radius: .4rem;
}

.colorGreen {
    color: #008000;
}

.colorRed {
    color: #f30;
}

main#dmg .mgDashboard ul.slides li.slide .bxInfos li.res i.fas {
    font-size: 8pt;
}

main#dmg .mgDashboard ul.slides li.slide .bxInfos li.res {
    padding: 0 0.6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

main#dmg .mgDashboard ul.slides li.slide .bxInfos {
    border-right: 2px solid #999;
    padding: 1rem 0.3rem 0 0;
}

main#dmg .mgDashboard ul.slides li.slide .bxListDmg {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 0.5rem auto 1rem;
    background-color: #eee;
    padding: 1rem;
    border-radius: .4rem;
    box-shadow: 0 0 5px var(--pcolor);
}

main#dmg ul.bxBtnsSliding li.btn.active::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0.2rem;
    background-color: var(--pcolor);
    bottom: 0;
}

main#dmg ul.bxBtnsSliding li.btn.hover.active {
    background-color: #eeee;
}

main#dmg ul.bxBtnsSliding li.btn {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

main#dmg ul.bxBtnsSliding {
    display: flex;
    height: 4rem;
    justify-content: space-evenly;
    border-radius: .4rem;
    overflow: hidden;
    box-shadow: 0 0 5px;
}

main#dmg .mgDashboard {
    width: 58rem;
    margin: 5rem auto 0 auto;
}

main#fatP2p ul.bxCheckBoxs > li > label {
    font-size: 12pt;
    margin: 0 .5rem;
}

main#fatP2p ul.bxCheckBoxs > li {
    display: flex;
    justify-content: center;
    align-items: center;
}

main#fatP2p ul.bxCheckBoxs {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 13rem;
    margin: 2rem auto;
    border: 1px dashed #999;
    padding: 1rem;
    box-shadow: 0 0 5px;
}

main#fatP2p .bxPrice .unit {
    position: absolute;
    left: 8rem;
    font-size: 10pt;
    color: #999;
    top: 2.2rem;
}

main#fatP2p .bxPrice input[type=text].price {
    width: 15rem;
    margin: 0 auto;
}

main#fatP2p .bxPrice {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

main#moeen .bxBtnList {
    padding-bottom: 5rem;
}

tbody td.tdP2p .bxP2p {
    position: absolute;
    top: 0;
    font-size: 10pt;
    color: #00f;
    font-weight: 900;
}

tbody td.tdP2p {
    position: relative;
}

table tbody td ul.bxUsername li.username {
    font-size: 10pt;
}

table tbody td ul.bxUsername li.smgUser {
    font-size: 6pt;
}


main.debtor section.analysis img.spin, main.creditor section.analysis img.spin {
    width: 2rem;
    position: unset;
}

main.debtor section.analysis, main.creditor section.analysis {
    display: flex;
}

main#dashboard ul.sections > li[name=crList] > .icn {
    background-image: url("../img/core/menu/us_dollar_circled.svg");
}

main#dashboard ul.sections > li[name=debtList] > .icn {
    background-image: url("../img/core/menu/debt.svg");
}

main#dashboard ul.sections > li[name=p2pFat] > .icn {
    background-image: url("../img/core/menu/exchange.svg");
}

main#dashboard ul.sections > li[name=p2pFac] > .icn {
    background-image: url("../img/core/menu/p2p.svg");
}

main#dashboard ul.sections {
    margin: 1.7rem auto 4rem;
    display: flex;
    flex-wrap: wrap;
    width: 42rem;
    gap: 4.3rem;
    justify-content: center;
}

main#p2pFac ul.bxSelPrint .btnPublic {
    padding: 0;
}

main#p2pFac ul.bxSelPrint {
    width: 20rem;
    margin: 1rem auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
    border: 2px dashed #999;
    padding: 2rem;
    border-radius: .4rem;
}

main#editFat .icon.inptDate {
    right: 1.6rem;
}

main#p2pFac .bxNcSearchBs .bxListF > ul.list i.btnEdit {
    left: 2rem;
    color: #00f;
}

main#p2pFac .bxNcSearchBs .bxListF > ul.list {
    box-shadow: inset 0 0 5px;
    margin: 0 .5rem .5rem;
    padding: .5rem;
    border-radius: .4rem;
    min-height: 15rem;
    max-height: 20rem;
    overflow-y: auto;
}

main#p2pFac .bxNcSearchBs .bxListF > ul.list > li > .fbs {
    display: grid;
    grid-template-columns: 55% 15% 30%;
    justify-items: center;
    height: 2rem;
    align-items: center;
    position: relative;
    width: 100%;
}

main#p2pFac .bxNcSearchBs .bxListF > ul.list > li:hover {
    box-shadow: 0 0 5px #00f;
}

main#p2pFac .bxNcSearchBs .bxListF > ul.list > li {
    display: flex !important;
    height: unset !important;
    position: relative;
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    box-shadow: 0 0 5px #008000;
    padding: 0.5rem;
    border-radius: .2rem;
    margin: .5rem auto;
}

main#p2pFac .bxNcSearchBs .bxListF .res {
    right: 12rem !important;
    top: 4.9rem;
}

main#p2pFac .bxNcSearchBs {
    width: fit-content;
}

main#p2pFac .bxNcSearchBs .bxListF {
    width: 35rem;
}

main#p2pFac .bxNcSearchBs .sumTotal {
    display: flex;
    justify-content: center;
    align-items: center;
}

main#p2pFac .bxNcSearchBs .ch.number {
    display: flex;
    flex-direction: column;
}

main#p2pFac .bxNcSearchBs .bxListF > ul.title > li .bBtm {
    display: grid;
    grid-template-columns: 34% 29% 31%;
    gap: 1rem;
}

main#p2pFac .bxNcSearchBs .bxPrices input {
    width: 9rem !important;
}

.nuSearch .res {
    width: 14.7rem !important;
    left: 0;
    right: 0 !important;
    margin: auto;
    border-radius: 0 0 .2rem .2rem !important;
}

.nuSearch .spin {
    position: absolute;
    right: 1.6rem;
    top: 0.3rem;
}

main#print li.bxFooter {
    border: 1px solid #000;
}

main.printFat .bxTSlip > img {
    width: 80%;
    max-height: 100%;
}

main.printFat .bxTSlip {
    width: 100%;
    height: 25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 4rem auto;
}

main#addFat #btnSave {
    margin: 4rem auto;
}

.transectionSlip .progress {
    background-color: #6e6ed5;
    height: 100%;
    text-align: center;
    color: #fff;
    font-size: 10pt;
    transition: width .35s ease-in-out;
}

.transectionSlip img.prw {
    width: 100%;
    height: 100%;
}

.transectionSlip .btnDelete:hover {
    color: #f00;
    cursor: pointer;
}

.transectionSlip .btnDelete {
    padding: .2rem;
    position: absolute;
}

.transectionSlip .btnPublic.upload {
    width: 10rem;
    padding: 0;
    margin: .5rem auto;
}

.transectionSlip .bxProgress {
    width: 100%;
    height: 1rem;
    background-color: #eee;
    display: flex;
    justify-content: flex-end;
}

.transectionSlip {
    width: 60%;
    margin: .5rem auto;
    padding: 0;
    border-radius: 0.2rem;
    box-shadow: 0 0 5px;
    overflow: hidden;
    position: relative;
}

.transectionSlip section.moni {
    width: 100%;
    height: 19rem;
    background-color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
}

main#moeen .bxBtnList ul li.bxHead {
    display: grid;
    grid-template-columns: 25% 50% 25%;
    height: 7rem;
    align-items: center;
}

main#print .unitRes {
    font-size: 10pt;
    margin: 0 0.3rem;
}

ul.menuFloatAdmin.mfaShow {
    top: 0;
    display: flex;
}

ul.menuFloatAdmin .bxIsm i.rotate180 {
    transform: rotate(180deg);
}

ul.menuFloatAdmin .bxIsm:hover {
    cursor: pointer;
}

ul.menuFloatAdmin .bxIsm {
    position: absolute;
    bottom: 4px;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    width: 95%;
    box-shadow: 0 0 5px;
    border-radius: .2rem .2rem 1rem 1rem;
    height: 0.9rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.menuFloatAdmin .pfUser {
    display: flex;
    align-items: center;
}

ul.menuFloatAdmin li.bxCenter {
    width: 10rem;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, .4);
    height: 100%;
    border-radius: 0 0 1rem 1rem;
    position: relative;
    box-shadow: 0 0 5px;
    overflow: hidden;
    backdrop-filter: blur(10px);
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.menuFloatAdmin {
    height: 6rem;
    position: fixed;
    top: -4.5rem;
    z-index: 999;
    width: fit-content;
    right: 0;
    left: 0;
    margin: auto;
    transition: top .2s ease-in-out;
}

.btnPublic.exitShop {
    background-image: url("../../asset/img/core/door.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 0;
    width: 4rem;
    height: 2.8rem;
    margin: 0 auto;
}

.btnPublic.enterShop {
    background-image: url("../../asset/img/core/door.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 0;
    width: 8rem;
    height: 2.8rem;
    margin: 0 auto;
}

.preLog {
    font-size: 9pt;
}

.tdDetail {
    background-color: #333;
    color: #fff;
    font-size: 10pt;
    min-height: 5rem;
    padding: .5rem;
    overflow-y: auto;
    overflow-x: hidden;
    width: 15rem;
    margin: 0 auto;
}

.bxListF > .sum > .name.btnPublic.btnOrderSum {
    color: #999;
    padding: 0;
    margin: 0.2rem;
    height: 1.6rem;
}

.bxListF input.price {
    width: 13rem;
}

.bxListF .bxOrderEdit > div {
    padding: 0;
    width: 3.4rem;
    margin: 0.2rem;
}

.bxListF .bxOrderEdit {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
}

.bxListF i.btnEdit:hover {
    cursor: pointer;
    color: #00f;
}

.bxListF i.btnEdit {
    z-index: 8;
}

main#stores .bxFilter .bxInput {
    display: flex;
    align-items: center;
}

main#moeen .bxSearch li .new {
    margin: 0;
    height: 2.5rem;
}

main#moeen .bxSearch li:has(.new) {
    display: flex;
    align-items: flex-end;
}

.bxSearch .resP .bxName:not(:last-child) {
    border-bottom: 1px solid #ccc;
}

.bxSearch .resP .bxName:hover {
    background-color: #ccc;
    color: #fff;
    cursor: pointer;
}

main#moeen .bxSearch .resP .bxName .nameShop {
    font-size: 10pt;
    margin: auto;
    display: flex;
    justify-content: center;
    color: #999;
}


.bxSearch .resP .bxName .fnln {
    font-size: 10pt;
    padding: .5rem;
    text-align: center;
}

.bxSearch .resP .bxEmpty {
    font-size: 10pt;
    text-align: center;
    padding: 2rem;
}

.bxSearch img.spinP {
    width: 2rem;
    height: 2rem;
    position: absolute;
    left: 0.2rem;
    top: 1.8rem;
}

.bxSearch .resP {
    background-color: #fff;
    position: absolute;
    width: 100%;
    box-shadow: 0 5px 5px;
    border-radius: 0 0 0.2rem 0.2rem;
    z-index: 99;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 12rem;
}

main#moeen ul.bxHeader li.bxfnln, main#printMoeen ul.bxHeader li.bxfnln {
    display: flex;
}

main#moeen ul.bxHeader li.bxSum, main#printMoeen ul.bxHeader li.bxSum {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    justify-items: center;
    width: 28rem;
}

main#moeen ul.bxHeader .res, main#printMoeen ul.bxHeader .res {
    margin: 0 .5rem;
    font-weight: 900;
}

main#moeen ul.bxHeader, main#printMoeen ul.bxHeader {
    display: grid;
    align-items: center;
    margin: 0.3rem 0.5rem;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
}

main#pf_backup input#inputSql {
    display: block !important;
}

main#pf_backup ul.bxBkEx li.bxBtnConPrg section.bxProgress .progress {
    width: 100%;
    height: 1.8rem;
    border-radius: 0.3rem;
    text-align: center;
    font-size: 11pt;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 0 5px;
    background-color: #eee;
}

main#pf_backup ul.bxBkEx li.bxBtnConPrg {
    position: relative;
}

main#pf_backup ul.bxBkEx li.bxBtnConPrg section.bxProgress {
    position: absolute;
    width: 100%;
    height: 2.5rem;
    background-color: #ccc;
    border-radius: 0.3rem;
    top: -4.1rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0.4rem;
}

main#pf_backup .btnCon {
    width: 11rem;
}

.bxHelper {
    display: flex;
    align-items: center;
    width: 90%;
    margin: 0.2rem auto;
}

.bxHelper .liner {
    background-color: #727ad7;
    width: 100%;
    height: 0.7rem;
}

.bxHelper .clc {
    width: 4.6rem;
    height: 2rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #727ad7;
    color: #fff;
    margin: 0 -0.3rem;
}

main#pf_backup li.slide ul.bxBkEx img#imgArrow {
    width: 6rem;
}

main#pf_backup .sort .b_cells {
    display: flex;
    flex-direction: column;
    text-align: center;
    max-height: 7rem;
    direction: ltr;
    overflow-y: auto;
}

main#pf_backup li .sort {
    margin: 0.2rem auto;
}

main#pf_backup li.slide ul.bxBkEx {
    margin: 8rem auto 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: flex-end;
    box-shadow: 0 0 5px;
    border-radius: .4rem;
    padding: 0.5rem;
    position: relative;
    height: 8.1rem;
    column-gap: 4rem;
}

main#pf_backup li.slide ul.bxBkEx li {
    display: flex;
    flex-direction: column;
    align-items: center;

}

main#pf_backup li.slide ul.bxBkEx li img {
    display: flex;
    width: 6rem;
    height: 6rem;
    position: absolute;
    top: -3rem;
}

main#pf_backup .slide[name=tableStatus] table th {
    min-width: 8rem;
}

main#pf_backup .slide[name=tableStatus] table {
    border-collapse: separate;
}

main#pf_backup section.bxTables {
    display: flex;
    justify-content: center;
    margin: 2rem auto;
    box-shadow: 1px 3px 5px;
    border: 10px solid #999;
    border-radius: .5rem;
    overflow: hidden;
    width: fit-content;
}

main#financial .bxInput i {
    padding: 0 0.3rem;
}

main#financial .bxInput {
    display: flex;
    align-items: center;
}

.iconClc {
    background-image: url("../../asset/img/core/calculator2.svg");
    background-size: contain;
    width: 2.5rem;
    height: 3rem;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    right: -2.5rem;
    top: 1.1rem;
}

.br4px999 {
    border: 4px solid #999 !important;
}

.backPrint {
    width: 8rem;
    margin: 1rem auto !important;
}

#profile main#pf_shops table tbody input.editNameShop {
    width: 7rem;
    height: 2.8rem;
    box-shadow: inset 0 0 5px;
    border-radius: .2rem;
    border: 1px solid #999;
    font-family: vazir, sans-serif;
    text-align: center;
    background-color: #eee;
    outline: none;
}

#profile main#pf_shops table tbody td.logoShop a {
    display: flex;
    width: 5rem;
    margin: auto;
    height: 5rem;
    align-items: center;
}

#profile main#pf_shops table tbody td.logoShop a img {
    width: 100%;
    max-height: 100%;
    border-radius: .2rem;
    display: block;
}

.bxFilter .bxSorts {
    display: flex;
}

main#adminLogin #btnSave {
    font-size: 16pt;
}

.pf_main.pf_dashboard .b_counters .counter > * {
    font-size: 11pt;
}

.pf_main.pf_dashboard .b_counters .counter {
    display: flex;
    justify-content: space-between;
    padding: 0 0.7rem;
}

.pf_main.pf_dashboard .b_counters {
    width: 86%;
    min-height: 5.6rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    border-radius: .4rem;
    box-shadow: inset 3px 3px 3px #999, inset -3px -3px 3px #999;
    background-color: #e7e7e7;
}

.pf_main.pf_dashboard .pfbxs .name {
    font-size: 16pt;
    font-weight: 900;
    color: #fff;
}

.pf_main .pfbxs {
    width: 12.8rem;
    min-height: 8rem;
    box-shadow: var(--shadow);
    border-radius: .3rem;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    background-color: var(--pcolor);
}

.pf_main.pf_dashboard .pf_b00 {
    width: 58rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 3rem;
    justify-items: center;
    min-height: 10rem;
    margin-right: 5rem;
}

.bxNavis span.current {
    width: 2rem;
    height: 2rem;
    display: flex;
    background-color: #ccc;
    justify-content: center;
    align-items: center;
    border-radius: .2rem;
    margin: 0.1rem;
}

main.pf_mgUsers table tbody .po[po='0'] {
    box-shadow: 0 0;
    border: 1px solid #ccc;
    background-color: #999;
}

main#docSearch .b_list table tbody .viewEdit {
    width: 9rem;
    padding: 0;
    margin: 0.3rem auto;
}

main#docSearch .b_list .pf_bdwn {
    overflow-y: unset;
}

main#docSearch .b_list {
    width: 50%;
    margin: auto;
}

main#docSearch section.bxPrFilter.search .bxInpt i.search {
    margin: 0 .2rem;
}

main#docSearch section.bxPrFilter.search .bxInpt {
    display: flex;
    align-items: center;
}

main#docSearch section.bxPrFilter.search {
    display: flex;
    justify-content: center;
}

#profile main#pf_shop .bxName .shell input.tempNameShop {
    height: 3rem;
    margin: .5rem;
    font-family: 'vazir', sans-serif;
    font-weight: 900;
    font-size: 17pt;
    box-shadow: inset 0 0 8px;
    border-radius: 0.3rem;
    outline: none;
    border: 1px solid #eee;
    text-align: center;
    background-color: #eee;
}

#profile main#pf_shop .bxLogo .shell .shell2 .progressBar .progress.data {
    background-color: #1d84b5;
}

#profile main#pf_shop .bxLogo .shell .shell2 .progressBar .progress {
    width: 0;
    display: block;
    background-color: #0000ffff;
    transition: all .4s ease-in-out;
    height: .3rem;
    border-radius: .2rem;
}

#profile main#pf_shop .bxLogo .shell .shell2 .progressBar {
    width: 100%;
    height: 1.2rem;
    background-color: #ccc;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-end;
    padding: .2rem;
    border-radius: .2rem;
}

#profile main#pf_shop .b00_up {
    position: relative;
    margin-right: 6rem;
}

#profile main#pf_shop .bxName .shell h3.shopName {
    font-size: 23pt;
    padding-bottom: 1rem;
    text-align: center;
}

#profile main#pf_shop .bxName .shell i.edit {
    width: 5rem;
}

#profile main#pf_shop .bxName .shell {
    display: flex;
    flex-direction: column;
    width: 14rem;
    align-items: center;
    margin: 4rem auto;
    padding-bottom: 5rem;
}

#profile main#pf_shop .bxLogo .shell .shell2 .bxIcns {
    display: flex;
    justify-content: space-around;
}

#profile main#pf_shop .bxLogo .shell img.shopLogo {
    width: 12.8rem;
    height: 12.8rem;
    margin: 1rem 0;
}

#profile main#pf_shop .bxLogo .shell {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#selectAdmin .bxRes .cell:hover {
    cursor: pointer;
    background-color: var(--pcolor);
    color: #fff;
}

#selectAdmin .bxRes .cell {
    font-size: 11pt;
}

#selectAdmin .bxRes .cell:not(:last-child) {
    border-bottom: 1px solid #ccc;
}

#selectAdmin .bxRes .cell {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 2rem;
    align-items: center;
    padding: .5rem;
    box-shadow: 0 2px 5px;
    z-index: 9;
    background-color: #fff;
    border-radius: .2rem;
}

#selectAdmin .bxRes {
    position: absolute;
    top: 2.5rem;
    background-color: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    max-height: 10rem;
    overflow-y: auto;
    box-shadow: 0 2px 5px;
    z-index: 9;
}

body#profile .bxSearchAdmin i.fas.fa-search {
    top: 0.9rem;
    left: -0.1rem;
    color: #999;
    position: absolute;
    width: 2rem;
}

body#profile .bxSearchAdmin img.loading {
    position: absolute;
    width: 2rem;
    left: 5px;
    top: 0.3rem;
}

body#profile .bxSearchAdmin {
    position: relative;
}

body#profile .pf_header .pf_br {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-evenly;
    width: 10rem;
}

body#profile .pf_header .pf-icn-menu:hover {
    background-color: #ccc;
}

body#profile .pf_header .pf-icn-menu {
    background-image: url("../img/core/menu/menu.svg");
    width: 1rem;
    height: 1rem;
    display: block;
    background-repeat: no-repeat;
    background-size: 1rem 1rem;
    padding: 1rem;
    background-position: center;
    border-radius: 0.3rem;
}

body#profile .pf_header .pf-logo {
    background-image: url("../img/core/icon.png");
    width: 4rem;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
}

body#profile ul.bxBtnsSliding li.btn.hover.active {
    background-color: #eeee;
}

body#profile ul.bxBtnsSliding li.btn.active::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0.2rem;
    background-color: var(--pcolor);
    bottom: 0;
}

body#profile ul.bxBtnsSliding li.btn {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

body#profile ul.bxBtnsSliding {
    display: flex;
    height: 4rem;
    justify-content: space-evenly;
    border-radius: .4rem;
    overflow: hidden;
    box-shadow: 0 0 5px;
}

body.bg .menuPr a.userAv {
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #999;
}

body#profile .pf_main .pbx:has(input[type=file]#avatar) .lastAvatar_manual .bxTrashAvatar {
    position: relative;
}

body#profile .pf_main .pbx:has(input[type=file]#avatar) .lastAvatar_manual .bxTrashAvatar i.btnPublic.fileDelete.fas.fa-trash {
    top: 5rem;
}

i.btnPublic.fileDelete.fas.fa-trash {
    padding: 0;
    width: 2rem;
    position: absolute;
}

body#profile .pf_main .pbx:has(input[type=file]#avatar) .lastAvatar_manual .b_lastAvatar img {
    width: 100%;
    height: 100%;
}

body#profile .pf_main .pbx:has(input[type=file]#avatar) .lastAvatar_manual .b_lastAvatar {
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    overflow: hidden;
}

body#profile .pf_main .pbx:has(input[type=file]#avatar) .lastAvatar_manual {
    display: flex;
    justify-content: space-around;
    margin: .5rem 0;
}

body#profile .pf_main .pbx:has(input[type=file]#avatar) p {
    text-align: justify;
    color: #999;
    font-size: 10.5pt;
    width: 14rem;
}

body#profile .pf_main .pbx:has(input[type=file]#avatar) {
    width: 30rem;
    margin: 0 auto;
}

body#profile main.setting .pf_b00 {
    width: 44rem;
    margin: 0 auto;
}

body#profile label {
    font-size: 11pt;
}

body#profile .pbx:hover {
    border: 1px solid var(--pcolor);
}

body#profile .pbx {
    color: #333;
    display: flex;
    flex-direction: column;
    position: relative;
    border: 1px solid #ccc;
    margin-top: 0.8rem;
    padding: 1rem;
    border-radius: .3rem;
    background-color: #fff;
}

body#profile .pf_main .pbx {
    width: 15rem;
}

body#profile .pf_main li.cbup .name {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

body#profile main.setting #btnSave.btnPublic, body#profile main.setting #btnEdit.btnPublic {
    display: flex;
    max-width: 10rem;
    height: 4rem;
    border-radius: .3rem;
    margin: 1rem auto;
    background-color: var(--pcolor);
    color: #fff;
    justify-content: center;
    align-items: center;
    font-size: 17pt;
}

body#profile .pf_main .bpi {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

body#profile main.pf_main.setting .pf_bdwn {
    width: 54%;
    margin: auto;
}

body#profile main.pf_mgUsers table .btnPublic {
    width: 4rem;
    margin: 0 auto;
    padding: 0;
}

body#profile .pf_main.pf_mgUsers table tbody tr {
    line-height: 2rem;
    height: 2rem;
}

body#profile .pf_main td {
    border: 1px solid #999;
    border-collapse: collapse;
    text-align: center;
    vertical-align: middle;
    padding: .5rem;
    font-size: 11pt;
}

body#profile .pf_main th {
    border: 2px solid #333;
    padding: 0.5rem;
}

body#profile main.pf_mgUsers thead {
    position: sticky;
    background-color: #fff;
    top: 0;
    z-index: 5;
    box-shadow: 0 0 5px #000;
    text-align: center;
}

body#profile .pf_main table, .pf_main tr, .pf_main td {
    border: 1px solid #999;
    border-collapse: collapse;
}

.pf_main.pf_mgUsers table, main#pf_shops table {
    width: 100%;
    border-radius: .5rem;
    position: relative;
    margin: 0;
    background-color: #fff;
}

main.pf_mgUsers .pf_b01, main#pf_shops .pf_b01 {
    max-height: 25rem;
    overflow-y: auto;
    margin-bottom: 1rem;
    box-shadow: inset 0 0 5px;
    border: 1px solid #ccc;
}

main.pf_mgUsers .pf_bdwn {
    width: 100%;
}

.pf_main.pf_allItems .pf_bup {
    margin-right: 3rem;
}

.pf_main.pf_ue .pf_bup {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.pf_active {
    background-color: var(--pcolor) !important;
    color: #fff;
}

.pf_main li.cbup {
    min-width: 6rem;
    height: 3rem;
    box-shadow: var(--shadow);
    border-radius: .3rem;
    font-size: 12pt;
    margin: 0 0.9rem;
    padding: 0 .5rem;
}

main.pf_mgUsers .pf_bup > ul > li {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pf_main section.pf_bup ul {
    display: flex;
    justify-content: center;
}

.pf_ue .pf_b00 {
    margin-right: 6rem;
}

body#profile {
    direction: rtl;
}

.name {
    font-size: 10pt;
}

.pf_ue span.line-b-corner {
    width: 100%;
    height: 0.5rem;
    display: flex;
    position: absolute;
    top: 50px !important;
    background: rgb(17, 107, 44);
    background: radial-gradient(circle, var(--pcolor) 31%, rgba(238, 238, 238, 1) 87%);
}

.pf_ue h1.page_name {
    font-family: var(--fnb);
    font-size: 24pt;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
}

.btn-back .fas.fa-angle-left {
    margin-right: 0.2rem;
    transition: all .3s ease-in-out;
}

.btn-back * {
    color: var(--pcolor);
}

.btn-back {
    box-shadow: var(--shadow);
    padding: .5rem;
    border-radius: 0.2rem;
    width: 4rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #fff;
}

.pf_main .btn-back {
    width: 4rem;
}

.pf_ue .b000_up {
    position: relative;
    height: 4rem;
    margin-right: 6rem;
}

.pf_main {
    width: 58rem;
    margin: 5rem auto 0 auto;
}

.pf_mr ul.pf_mr_list li:hover a > * {
    color: var(--pcolor);
}

.pf_mr ul.pf_mr_list li:hover a {
    background-color: #eee;
}

body#profile .pf_menu-r .pf_mr .pf_mr3 {
    position: relative;
}

.date_effect0 {
    position: absolute;
    left: -18px;
    transform: rotate(270deg);
    top: 16px;
    font-size: 9pt;
    color: #ccc;
}

body#profile .pf_menu-r .pf_mr1 .name {
    font-size: 10pt;
    font-weight: 900;
}

body#profile .pf_menu-r .pf_mr1 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--pcolor);
}

body#profile .pf_menu-r .pf_mr0 span.fa.fa-cog:hover {
    color: var(--pcolor);
    transform: rotate(90deg);
}

body#profile .pf_menu-r .pf_mr0 span.fa.fa-cog {
    position: absolute;
    left: 50.2px;
    top: 0.5rem;
    color: #999;
    transition: all .4s ease-in-out;
    background-color: #fff;
    border-radius: 50%;
}

body#profile .pf_menu-r .pf_mr0 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

body#profile .pf_menu-r .pf_bximg {
    width: 4rem;
    height: 4rem;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #ccc;
}

body#profile .pf_menu-r .pf_bximg img {
    width: 100%;
    height: 100%;
}

body#profile .pf_menu-r .pf_mr ul.pf_mr_list a .name {
    font-size: 11pt;
    margin-right: 1rem;
}

body#profile .pf_menu-r .pf_mr ul.pf_mr_list a .icn {
    font-size: 16pt;
    display: flex;
    width: 1.5rem;
    height: fit-content;
    margin: 0 0.9rem 0 0;
}

body#profile .pf_menu-r .pf_mr ul.pf_mr_list a {
    display: flex;
    align-items: center;
    color: #999;
    width: 100%;
    position: relative;
}

body#profile .pf_menu-r .pf_mr {
    margin-top: 5rem;
}

body#profile .pf_menu-r .pf_mr ul.pf_mr_list li {
    height: 2.4rem;
    display: flex;
    justify-content: flex-start;
}

body#profile .pf_menu-r .pf_mr ul.pf_mr_list {
    display: flex;
    justify-content: flex-start;
    margin: 1rem .2rem 0 0;
    flex-direction: column;
}

body#profile .pf_menu-r {
    z-index: 19;
    border-left: 1px solid #ccc;
    height: 100%;
    position: fixed;
    width: 10rem;
    background-color: #eee;
    box-shadow: var(--shadow);
    right: 0;
    top: 0;
    transition: all .28s ease-in-out;
}

body#profile .pf_header0 {
    background-color: #eee;
    padding: .5rem 0;
    display: flex;
    height: 4rem;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-bottom: 1px solid #ccc;
    z-index: 999;
    box-shadow: var(--shadow);
}

main#adminLogin .bxBtnTimer {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    height: 5rem;
    flex-direction: column;
}

main#adminLogin ul#bxTimer {
    display: flex;
    margin: 0.4rem 0 0.4rem;
}

main#adminLogin .container, main#adminCdm .container {
    width: 22rem;
    box-shadow: 0 0 5px var(--pcolor);
    border-radius: 0.4rem;
    background: url("../../asset/img/core/icon.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 75%;
}

main#adminLogin .container .boxInpts .bxInptgs input::-webkit-outer-spin-button,
main#adminLogin .container .boxInpts .bxInptgs input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

main#adminLogin .container .boxInpts .bxInptgs input {
    box-shadow: inset 0 0 5px;
}

main#adminLogin .container .boxInpts:has(.bxInptgs) {
    margin: 0 auto 2rem;
}

main#adminLogin .container .boxInpts .bxInptgs {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
    width: 90%;
    margin: 0.5rem auto;
}

main#adminLogin .container .boxInpts #btnSpe {
    height: 2rem;
    width: 10rem;
    margin: auto;
    box-shadow: 0 0 10px #fff;
}

main#adminLogin .container .inputs input {
    width: 100%;
    height: 3rem;
    background-color: rgba(255, 255, 255, 0.5) !important;
    border: 1px solid #ccc;
    border-radius: .4rem;
    text-align: center;
    font-size: 15pt;
}

main#adminLogin .container .inputs label {
    color: #fff;
    margin: 0.3rem;
    display: block;
    width: fit-content;
    font-family: vazir, sans-serif;
    font-size: 12pt;
}

main#adminLogin .container .boxInpts {
    position: relative;
}

main#adminLogin .container .inputs {
    background-color: rgba(0, 0, 0, .4);
    backdrop-filter: blur(4px);
    overflow: hidden;
    border-radius: .4rem;
    padding: 0.6rem 1.7rem;
}

body:has(#adminLogin) .menuPr {
    display: none;
}

main#adminLogin {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 40rem;
    background-color: #eee;
}

.menuTop .bl .pfUser {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 100%;
}

.menuTop .bl .pfUser img.huImg {
    display: block;
    width: 100%;
    height: 100%;
}

.menuTop .bl .pfUser .icn.logout {
    background: url("../img/core/menu/shutdown2.svg") no-repeat;
    width: 2rem;
    height: 2rem;
    background-size: contain;
    cursor: pointer;
}

.menuTop .bl .loginSignup > a .name {
    font-size: 10pt;
}

.menuTop .bl .loginSignup > a {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 3rem;
    height: 100%;
    margin: 0 auto;
}

.menuTop .bl .loginSignup {
    width: 6.4rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 2.2rem;
}

.menuPr.menuRight .sh01 > ul > li[name=p2pFat] span.iconMp {
    background: url("../img/core/menu/exchange.svg") no-repeat;
}

.menuPr.menuRight .sh01 > ul > li[name=p2pFac] span.iconMp {
    background: url("../img/core/menu/p2p.svg") no-repeat;
}

.menuPr.menuRight .sh01 > ul > li[name=docSearch] > a span.iconMp {
    background: url("../img/core/menu/search.svg") no-repeat;
}

.menuTop .bl {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

main#person .bxPrFilter.search ul.bxSearch li input[type=text]#inptSearch {
    text-align: center;
}

main#person .bxPrFilter.search ul.bxSearch li input[type=text]#inptSearch::placeholder {
    text-align: center;
    font-size: 10pt;
}

main#person .sort .sort_head {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-around;
    min-width: 10rem;
    height: 100%;
}

main#person .bxPrFilter.search ul.bxSearch {
    display: flex;
    align-items: center;
}

main#person .bxPrFilter.search ul.bxSearch li {
    display: flex;
}

main#person .bxPrFilter.search {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

main#lbs th .bxThPrice .name {
    font-size: 9.6pt;
}

.bxListF .sum .unit {
    position: absolute;
    left: .5rem;
    font-size: 10pt;
    bottom: 0.5rem;
}

.bxListF .ch.price .unit {
    position: absolute;
    left: 0.5rem;
    font-size: 9pt;
    color: #999;
    transform: rotate(90deg);
}

.bxListF .ch.price {
    position: relative;
}

th .bxThPrice .unit {
    font-size: 9pt;
    color: #999;
}

th .bxThPrice {
    position: relative;
}

td .detail {
    font-size: 10pt;
    width: 6rem;
    max-height: 6rem;
    overflow: auto;
}

main#addFat .icon.inptDate {
    right: 1.6rem;
}

.bxPrFilter.search .icon.inptDate {
    right: .5rem;
}

.bxPrFilter.search .bxPrint {
    width: 8rem;
    display: flex;
    align-items: center;
}

.bxPrFilter.search {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.bxPrFilter.search .btnPublic.search {
    padding: 0;
    width: 3rem;
    height: 2.4rem;
    margin: 0 0 .2rem 0.1rem;
}

main#moeen .bxPrFilter.search ul.bxSearch li input[type=text]#inptSearch {
    text-align: center;
}

.bxPrFilter.search ul.bxSearch li input[type=text]#inptSearch {
    text-align: right;
}

.bxPrFilter.search ul.bxSearch li input[type=text] {
    box-shadow: 0 0;
}

.bxPrFilter.search ul.bxSearch li {
    margin: 0.1rem;
    position: relative;
}

.bxPrFilter.search ul.bxSearch {
    display: flex;
}

table tbody td.listPdf .bxList {
    display: flex;
    justify-content: center;
    align-items: center;
}

table tbody td.listPdf .iconMp {
    background: url("../img/core/pdf.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    cursor: pointer;
}

ul.bxNavis {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.bxNavis li > a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.bxNavis > li {
    padding: 0;
    width: 2rem;
    height: 2rem;
    margin: 0.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bxNavis li.btnPublic.current {
    background-color: #999;
    color: #fff;
    box-shadow: 0 0;
}

table th {
    font-size: 12pt;
}

table th, table td {
    vertical-align: middle;
    text-align: center;
}

main#commodity .bxP, main#editCom .bxP {
    display: flex;
    flex-direction: column;
    width: 17rem;
    margin: 1rem auto;
    position: relative;
}

.bxCaCrCh ul.bxBtnsSliding li.btn.hover.active {
    background-color: #fff;
}

.bxCaCrCh.bxParentSlide .bxFloat {
    border: 1px solid #ccc;
    border-radius: 0 0 .4rem .4rem;
    border-top: unset;
}

.bxCaCrCh ul.bxBtnsSliding li.btn {
    border: 1px solid #ccc ;
    width: 100%;
    border-radius: 1rem 1rem 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: unset;
    background-color: #eee;
    font-size: 11pt;
}

ul.bxBtnsSliding.pf {
    grid-template-columns: repeat(2, 1fr) !important;
}

.bxCaCrCh ul.bxBtnsSliding {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: auto;
    width: 21rem;
    justify-items: center;
    height: 2.3rem;
}

main#print .bxFooter .countNumber {
    height: 1.5rem;
    display: flex;
    align-items: center;
    padding-right: 1rem;
}

main#print .bxFooter .detail {
    border-bottom: 1px solid #000;
    height: 1.6rem;
    display: flex;
    align-items: center;
    padding-right: 1rem;
}

main#print .bxFooter ul.bxSignatur li {
    font-size: 10pt;
}

main#print .bxFooter ul.bxSignatur {
    display: flex;
    justify-content: space-evenly;
    height: 3rem;
}

main#print .bxMain table tbody td .priceLetter .name, main#moeen .bxBtnList > ul .bxMain table tbody td .priceLetter .name {
    font-size: 9.5pt;
}

main#print .bxMain table tbody td .priceLetter, main#moeen .bxBtnList > ul .bxMain table tbody td .priceLetter {
    display: grid;
    align-items: center;
    height: 4.2rem;
    font-size: 11pt;
    grid-template-columns: 27% 73%;
}

main#print li.bxTitleList, main#moeen .bxBtnList > ul li.bxTitleList {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1rem;
    font-size: 11pt;
    font-weight: 900;
}

main#print .name, main#print .res, main#moeen .bxBtnList > ul .name, main#moeen .bxBtnList > ul .name .res {
    font-size: 11pt;
    padding-right: 0.5rem;
}

main#print > ul > li.bxHead ul.bxHeadData li, main#moeen .bxBtnList > ul > li.bxHead ul.bxHeadData li {
    display: flex;
    justify-content: center;
    align-items: center;
}

main#print > ul > li.bxHead ul.bxHeadData, main#moeen .bxBtnList > ul > li.bxHead ul.bxHeadData {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;
    min-height: 85%;
}

main#print > ul > li.bxHead h1, main#moeen .bxBtnList > ul > li.bxHead h1 {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16pt;
}

main#print > ul > li.bxHead .bxImg img.printLogo, main#moeen .bxBtnList > ul > li.bxHead .bxImg img {
    width: 6rem;
}

main#print > ul > li.bxHead > *, main#moeen .bxBtnList > ul > li.bxHead > * {
    display: flex;
    border: 1px solid #ccc;
    height: 88.4%;
    margin: .2rem;
    align-items: center;
    justify-content: center;
    border-radius: 0.4rem;
}

main#print > ul > li.bxHead .bxImg, main#moeen .bxBtnList > ul > li.bxHead .bxImg {
    display: flex;
    justify-content: center;
    align-items: center;
}

main#print.printMoeen2 .bxMain table ul.bxDetail {
    width: 7rem;
    height: 7rem;
    border: 1px solid #ccc;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

main#print.printMoeen2 > ul > li.bxHead > h2 {
    display: flex;
    justify-content: center;
}

main#print > ul > li.bxHead > * {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

main#print > ul > li.bxHead {
    display: grid;
    grid-template-columns: 30% 40% 30%;
    height: 10rem;
    align-items: center;
}

main#print > ul > li.bxHead main#moeen .bxBtnList > ul > li.bxHead {
    display: grid;
    grid-template-columns: 30% 40% 30%;
    height: 7rem;
    align-items: center;
}

main#print ul.bxUserStatus > li, main#moeen .bxBtnList > ul.bxUserStatus > li {
    display: flex;
    align-items: center;
    margin: 0 1rem;
    padding: 0.2rem;
}

main#print ul.bxUserStatus, main#moeen .bxBtnList > ul.bxUserStatus {
    display: flex;
    justify-content: center;
    border-top: 1px solid;
}

main#print ul.bxUserStatus .rs, main#moeen .bxBtnList > ul.bxUserStatus .rs {
    font-size: 9pt;
    margin: 0 0.3rem;
    font-weight: 900;
}

main#print ul.bxUserStatus .rs.resUs, main#moeen .bxBtnList > ul.bxUserStatus .rs {
    letter-spacing: 1px;
}

main#print ul.bxUserStatus .title, main#moeen .bxBtnList > ul.bxUserStatus .title {
    font-size: 9pt;
    padding-right: .2rem;
}

main#print > ul > li:nth-child(1), main#moeen .bxBtnList > ul li:nth-child(1) {
    border: 1px solid #000;
}

main#moeen .bxBtnList > ul {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 45rem;
}

main#print > ul {
    width: 38rem;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

main#print table thead th, main#printMoeen table thead th, main#printPerson table thead th, main#moeen .bxBtnList > ul table thead th {
    border: 2px solid #333;
    padding: 0.5rem;
}

main#print table thead, main#moeen .bxBtnList > ul table thead {
    text-align: center;
}

main#print table, main#printMoeen table, main#printPerson table, main#moeen .bxBtnList > ul table {
    width: 100%;
}

main#printPerson table, main#printPerson table tr, main#printPerson table td {
    border: 1px solid #999;
    border-collapse: collapse;
}

main#printMoeen table, main#printMoeen table tr, main#printMoeen table td, main#moeen .bxBtnList > ul table {
    border: 1px solid #999;
    border-collapse: collapse;
}

main#print table, body.print table tr, body.print table td, main#moeen .bxBtnList > ul table td {
    border: 1px solid #999;
    border-collapse: collapse;
}

main#print ul table tbody td > .bxDetails {
    max-width: 6rem;
    word-wrap: break-word;
    text-align: center;
    hyphens: auto;
}

main#moeen .bxBtnList > ul table tbody td > div, main#print ul table tbody td > div {
    font-size: 10pt;
}

main#print table tbody td, main#moeen .bxBtnList > ul table tbody td {
    padding: 0.3rem 0.3rem !important;
    border: 1px solid #000;
    border-collapse: collapse;
    text-align: center;
    font-size: 10pt;
}

.pageLoading .sh00 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pageLoading img.spinLoading {
    width: 8rem;
    position: absolute;
}

.pageLoading img.logoSite {
    width: 2.5rem;
}

.pageLoading {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    top: 0;
    background-color: rgba(0, 0, 0, .2);
}

.bxFloat .inptDate {
    right: -1.5rem;
}

.bxSUP .bxListF div.price img.spin {
    right: 2.6rem;
}

.bxSUP .bxListF .nameP img.spin {
    right: 8rem;
}

img.spin {
    width: 2rem;
    position: absolute;

}

.bxSUP .bxListF .res {
    right: 8.2rem !important;
}

.bxSUP.nuSearch .res {
    right: 2.2rem;
    width: 13.4rem;
    top: 2.7rem !important;
}

.bxSUP.nuSearch i.fas.fa-search {
    top: 0.8rem !important;
    left: 2.3rem !important;
}

.bxSUP.nuSearch .res {
    top: 2.6rem;
    right: 25px;
}

.bxSUP.nuSearch {
    width: 18rem;
}

.bxSUP .bxListF .res ul li .salePrice {
    width: 100%;
    display: flex;
    font-size: 11pt;
    justify-content: center;
    align-items: center;
}

.bxSUP .bxListF .res ul li .bxUn > * {
    font-size: 10pt;
    display: flex;
    justify-content: space-between;
}

.bxSUP .bxListF .res ul li .bxUn {
    width: 100%;
    display: flex;
    justify-content: space-around;
    min-height: 1.5rem;
    height: unset !important;
    align-items: center;
    border-bottom: 1px solid #ccc;
}

.bxSUP .bxListF .res ul li {
    border-bottom: 1px solid #ccc;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bxSUP .bxListF .delete:hover {
    background-color: #333;

}

.bxSUP .bxListF .delete {
    padding: 0;
    width: 1rem;
    height: 1rem;
    position: absolute;
    background-color: #f00;
    color: #fff;
    box-shadow: 0 0 2px;
    line-height: 1.2rem;
    text-align: center;
    border-radius: .2rem;
    right: 0.6rem;
}

.bxSUP .icon.inptDate {
    right: 5.9rem;
}

.bxSUP .bxListF i.fas.fa-search {
    top: 3.1rem;
}

.bxFbs ul.title li .add {
    width: 100%;
    padding: 0;
    margin: 0.3rem;
}

.bxFbs {
    width: 30rem;
    margin: auto;
}

.bxSUP .bxListF .sum #sumTotal {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bxSUP .bxListF .sum .name {
    display: flex;
    font-size: 11pt;
    justify-content: center;
    align-items: center;
}

.bxSUP .bxListF .sum {
    min-height: 2rem;
    background-color: #999;
    box-shadow: inset 0 0 5px #000;
    border-radius: 0.3rem;
    display: grid;
    grid-template-columns: 28% 72%;
    width: 95%;
    margin: 0.5rem auto;
    color: #fff;
    position: relative;
}

.bxSUP .bxListF > ul.list > li {
    display: grid;
    grid-template-columns: 55% 15% 30%;
    justify-items: center;
    min-height: 3rem;
    align-items: center;
    position: relative;
    background-color: rgba(0, 0, 0, .3);
    backdrop-filter: blur(10px);
}

.bxSUP .bxListF .bxConvert > h3 {
    color: #999;
    font-size: 12pt;
}

.bxSUP .bxListF .bxConvert > span.btnAct {
    box-shadow: 0 0;
    border: 1px solid #999;
    background-color: #ff0;
}

.bxSUP .bxListF .bxConvert > span.btnPublic {
    padding: .2rem 0.8rem;
    margin: .2rem;
}

.bxSUP .bxListF .bxConvert {
    display: grid;
    grid-template-columns: 20% 40% 40%;
    padding: 0.5rem 0.9rem;
    border: 2px solid #ccc;
    margin: 0.8rem;
    border-radius: .4rem;
    background-color: #eee;
    align-items: center;
}

.bxSUP .bxListF {
    border: 1px solid #999;
    border-radius: .4rem;
    margin: 1.5rem;
    background-color: #ccc;

}

.bxSUP .bxListF > ul.list {
    box-shadow: inset 0 0 5px;
    margin: 0 .5rem .5rem;
    padding: .5rem;
    border-radius: .4rem;
    min-height: 5.6rem;
    max-height: 20rem;
    overflow-y: auto;
    background-color: #eee;
    background-image: url('/asset/img/core/hsBg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.bxSUP .bxListF > ul.title {
    padding: .5rem;
}

.bxSUP .bxListF > ul.list > li .cl > div {
    font-size: 10pt;
    margin: 0 .5rem;
    text-align: center;
}

.bxSUP .bxListF > ul.list > li .cl {
    width: 96%;
    display: flex;
    justify-content: center;
    background-color: rgba(255, 255, 255, .4);
    align-items: center;
    border-radius: .2rem;
    height: 90%;
    font-size: 10pt;
}

.bxSUP .bxListF > ul.title > li .ch {
    margin: .2rem;
    width: 99%;
    display: flex;
    justify-content: center;
    background-color: #ccc;
    align-items: center;
    border-radius: .2rem;
    height: 100%;
}

.bxSUP .bxListF > ul.title > li .bBtm {
    display: grid;
    grid-template-columns: 53% 17% 30%;
    justify-items: center;
    align-items: center;
}

main#bs .bxSUP .res, main#editBs .bxSUP .res {
    right: 2.2rem;
    width: 13.4rem;
    top: 4.9rem;
}

td .bxCheque .c .name {
    position: absolute;
    font-size: 9pt;
    left: 5px;
    top: -10px;
    background-color: #fff;
}

td .bxCheque .c {
    border: 1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.4rem;
    font-size: 9pt;
    border-radius: .2rem;
    margin: 0.3rem;
    flex-direction: column;
    position: relative;
    background-color: #fff;
}

td .bxCheque {
    display: flex;
    overflow-y: auto;
    height: 5rem;
    flex-direction: column;
    width: 8rem;;
}

.bxSUP .res ul li:not(:last-child) {
    border-bottom: 1px solid #ccc;
}

.bxSUP .res ul li:hover {
    background-color: var(--pcolor);
    color: #fff;
    cursor: pointer;
}

.bxSUP .res ul li > .name {
    font-size: 10.6pt;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bxSUP .res {
    max-height: 10rem;
    width: 14rem;
    border-radius: 0 0 .4rem .4rem;
    box-shadow: 0 0 5px;
    overflow-y: auto;
    position: absolute;
    top: 2.7rem;
    background-color: #fff;
    z-index: 9;
    right: 2.8rem;
}

.bxSUP .resPasted {
    height: 1.7rem;
    width: 12rem;
    margin: 0.4rem auto 0;
    border-radius: .4rem;
    box-shadow: inset 0 0 5px #000;
    font-size: 10.3pt;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #eee;
    color: #00f;
}

.bxFloat ul > li .icon.inptDate {
    right: 0.6rem !important;
}

.bxFloat ul > li {
    position: relative;
}

main#addFat .bxFloat ul > li, main#editFat .bxFloat ul > li {
    margin: .5rem auto;
}

main#addFat .bxFloat, main#editFat .bxFloat {
    width: 100%;
}

main#addFat .sort.sendReceive, main#editFat .sort.sendReceive {
    width: 14rem;
    margin: auto;
}

main#addFat .bxSUP i.fas.fa-search, main#editFat .bxSUP i.fas.fa-search {
    left: 3.4rem;
    top: 0.8rem;
    color: #ccc;
}

main#addFat .bxSUP i.fa-plus {
    padding: 0;
    width: 2.3rem;
    height: 2.3rem;
    top: -8px;
    right: 0;
}

main#commodity .icon.inptDate, main#editCom .icon.inptDate {
    right: -0.7rem;
}

.b_list {
    box-shadow: inset 0 0 5px #333;
    max-height: 30rem;
    /*overflow-y: auto;*/
}

li .unit {
    /*position: absolute;*/
    /*left: 0;*/
    /*bottom: 0.7rem;*/
    font-size: 9pt;
    color: #999;
    /*transform: rotate(90deg);*/
}

main#bs .bxFloat ul > li, main#editBs .bxFloat ul > li {
    display: flex;
    flex-direction: column;
    margin: 1rem;
}

main#bs .bxCheckBoxs, main#editBs .bxCheckBoxs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 14.8rem;
    margin: 1rem auto !important;
    border: 1px dashed #999;
    padding: 1rem;
    border-radius: .4rem;
    flex-direction: row;
}

.bxP:has(textarea#detail) {
    width: 23rem;
    margin: auto;
}

main#bs section.bxinpts > ul > li:not(.parts), main#editBs section.bxinpts > ul > li:not(.parts) {
    display: flex;
    flex-direction: column;
}

main#bs section.bxinpts > ul, main#editBs section.bxinpts > ul {
    display: grid;
    grid-template-columns: unset;
}

main#bs label, main#editBs label {
    width: 15rem;
    margin: auto;
}

main#bs input[type=text], main#editBs input[type=text] {
    width: 15rem;
}

.icon.menuPhone {
    display: none;
}

.menuPr.menuTop .br {
    position: relative;
}

.bxSUP i.fas.fa-search {
    left: 8.4rem;
    top: 0.8rem;
    color: #ccc;
}

.icon.inptDate {
    background: url('../img/core/maintenance_date.svg') no-repeat;
    background-position: center;
    background-size: contain;
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top: 2rem;
    right: 4.6rem;
}

.pdp-latoja .yearSelect li, .pdp-latoja .monthSelect li {
    font-size: 10pt;
    background-color: #333;
    color: #fff;
}

.pdp-latoja .monthYear * {
    font-size: 10pt;
}

.pdp-latoja .dow {
    color: #ccc;
}

.pdp-latoja .cell {
    border-radius: .3rem;
}

.pdp-latoja .pdp-footer {
    background-color: var(--pcolor) !important;
    color: #fff !important;
}

.pdp-latoja .nextArrow {
    right: 12px !important;
}

.pdp-latoja .prevArrow {
    left: 12px !important;
}

.pdp-latoja .nextArrow, .pdp-latoja .prevArrow {
    top: 12.8px !important;
}

.pdp-latoja .pdp-header {
    font-size: 12px !important;
    margin-bottom: 0.5rem !important;
}

.pdp-latoja .pdp-header {
    background-color: var(--pcolor) !important;
    color: #fff !important;
    display: flex;
    align-items: center;
    text-shadow: unset !important;
    height: 50px !important;
}

.bxSUP i.fa-plus {
    padding: 0;
    width: 2.3rem;
    height: 2.3rem;
    top: -8px;
    right: 5rem;
}

.bxSUP i.fa-plus:hover {
    color: #333;
}

section.bxSP {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 2rem auto;
}

.bxSUP {
    position: relative;
    margin: 2.2rem auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.bxSUP i {
    position: absolute;
    z-index: 9;
    color: #999;
}

.bxSUP input[type=text] {
    width: 15rem;
    display: block;
    position: relative;
}

.bxAP {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bxinpts .bxP {
    padding: 0 1rem;
}

.bxinpts .bxP textarea#detail {
    height: 8rem;
}

.iconMp.print {
    background: url("../img/core/menu/print.svg") no-repeat;
    display: block;
    background-size: 2rem;
    background-position: center;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    background-color: #fff;
}

li:has(.sort.fnln) {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bxFloat > h3 {
    text-align: center;
    padding-bottom: 1.2rem;
}

.bxFloat {
    background-color: #fff;
    padding: 1rem;
    border: 1px dashed #999;
    border-radius: .4rem;
    width: 70%;
    margin: auto !important;
}

.bxCheckBoxs {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

main#addCustomer section.bxinpts, main#addFat section.bxinpts, main#editFat section.bxinpts {
    width: 20rem;
}

main#addCustomer section.bxinpts > ul, main#addFat section.bxinpts > ul, main#editFat section.bxinpts > ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}

.menuPr.menuRight .sh01 > ul > li[name=buySale] span.iconMp {
    background: url("../img/core/menu/shopping_bag.svg") no-repeat;
}

main.bx00 label, main#bs label, main#editBs label {
    font-size: 12pt;
}

#btnSave, #btnEdit {
    width: 10rem;
    height: 4rem;
    margin: 1rem auto;
}

section.bxinpts > ul > li textarea#detail {
    height: 10rem;
}

section.bxinpts > ul > li {
    margin: 1rem;
    position: relative;
}

section.bxinpts > ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

section.bxinpts {
    width: 30rem;
    margin: auto;
    position: relative;
}

.sort .b_cells .cell_U0:hover {
    background-color: var(--pcolor);
    color: #fff;
}

.sort .b_cells .cell_U0:not(:nth-child(1)) {
    border-top: 1px solid #999;
}

.sort .b_cells .cell_U0 {
    font-size: 12pt;
    padding: 0.3rem;
}

.sort .b_cells {
    display: flex;
    flex-direction: column;
    text-align: center;
    /*height: 4rem;*/
    direction: ltr;
    /*overflow-y: auto;*/
}

.sort .U0Sort {
    font-family: inherit !important;
    position: absolute;
    z-index: 99;
    border: 1px solid #999;
    background-color: #fff;
    left: 0;
    right: 0;
    margin: auto;
    box-shadow: 1px 3px 5px #333;
    top: 2rem;
}

.sort .sort_head i {
    transition: all .2s ease-in-out;
}

.sort .sort_head .name {
    font-size: 11pt;
    display: flex;
    width: 100%;
    justify-content: center;
}

.sort .sort_head {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-around;
    min-width: 10rem;
}

.sort {
    position: relative;
    border: 1px solid #ccc;
    border-radius: 0.2rem;
    padding: 0.3rem 0.4rem;
    cursor: pointer;
    background-color: #fff;
}

.b_list .pf_bdwn table tbody td {
    padding: 0.3rem 0.3rem !important;
    border: 1px solid #999;
    border-collapse: collapse;
    text-align: center;
    font-size: 11pt;
    vertical-align: middle;
}

.b_list .pf_bdwn table thead th {
    border: 2px solid #333;
    padding: 0.5rem;
    font-size: 10pt;
}

.b_list .pf_bdwn table thead {
    position: sticky;
    background-color: #fff;
    top: 0;
    z-index: 5;
    box-shadow: 0 0 5px #000;
    text-align: center;
}

.b_list .pf_bdwn table {
    width: 100%;
}

table thead tr {
    background-color: #eee;
}

table tbody tr:hover {
    background-color: #ccc;
}

.b_list .pf_bdwn table, .b_list .pf_bdwn tr, .b_list .pf_bdwn td {
    border: 1px solid #999;
    border-collapse: collapse;
}

.b_list .pf_bdwn {
    height: 25rem;
    overflow-y: auto;
    width: 100%;
    margin-bottom: 1rem;
    box-shadow: inset 0 0 5px;
    border: 1px solid #ccc;
}

main.bx00 {
    width: 90%;
    margin: 0 6rem 0 auto;
}

.menuPr.menuRight .sh01 > ul > li[name=person] > a span.iconMp {
    background: url("../img/core/menu/customer.svg") no-repeat;
}

.menuPr.menuRight .sh01 > ul > li[name=financial] > a span.iconMp {
    background: url("../img/core/menu/bank_building.svg") no-repeat;
}

.bxPrFilter input[type=text] {
    height: 2.5rem;
}

.bxPrFilter .bxFilter > * {
    margin: 0 .2rem;
}

.bxPrFilter .bxFilter {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

main#stores .bxPrFilter {
    display: grid;
    grid-template-columns: 80% 22%;
}

.bxPrFilter {
    display: flex;
    justify-content: space-evenly;
    margin: 1.5rem auto;
    padding: 1rem;
    border: 1px dashed #999;
    border-radius: .4rem;
    width: 100%;
    background-color: #eee;
}

.menuPr.menuRight .sh01 > ul > li[name=stores] > a span.iconMp {
    background: url("../img/core/menu/warehouse.svg") no-repeat;
}

.btnPublic:hover {
    cursor: pointer;
    box-shadow: 0 0;
    border: 1px solid #999;
}

.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;
}

main#dashboard ul.sections > li[name=bBuy] > .icn {
    background-image: url("../img/core/hesabDashboardIcons/bBuy.webp");
}

main#dashboard ul.sections > li[name=bSale] > .icn {
    background-image: url("../img/core/hesabDashboardIcons/bSale.webp");
}

main#dashboard ul.sections > li[name=fBuy] > .icn {
    background-image: url("../img/core/hesabDashboardIcons/fBuy.webp");
}

main#dashboard ul.sections > li[name=fSale] > .icn {
    background-image: url("../img/core/hesabDashboardIcons/fSale.webp");
}

main#dashboard ul.sections > li[name=lbBuy] > .icn {
    background-image: url("../img/core/hesabDashboardIcons/lbBuy.webp");
}

main#dashboard ul.sections > li[name=lbSale] > .icn {
    background-image: url("../img/core/hesabDashboardIcons/lbSale.webp");
}

main#dashboard ul.sections > li[name=lfBuy] > .icn {
    background-image: url("../img/core/hesabDashboardIcons/lfBuy.webp");
}

main#dashboard ul.sections > li[name=lfSale] > .icn {
    background-image: url("../img/core/hesabDashboardIcons/lfSale.webp");
}

main#dashboard ul.sections > li[name=lpfSale] > .icn {
    background-image: url("../img/core/hesabDashboardIcons/lpfSale.webp");
}

main#dashboard ul.sections > li[name=pfSale] > .icn {
    background-image: url("../img/core/hesabDashboardIcons/pfSale.webp");
}

main#dashboard ul.sections > li > .icn {
    width: 2.3rem;
    height: 2.6rem;
    display: flex;
    background-size: contain;
    background-repeat: no-repeat;
}

main#dashboard ul.sections > li > .name {
    font-size: 8pt;
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

main#dashboard ul.sections > li:hover {
    box-shadow: 0 0;
    cursor: pointer;
    border: 1px solid #ccc;
}

main#dashboard ul.sections > li:hover > .name {
    color: #00f;
}

main#dashboard ul.sections > li {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: .2rem;
    box-shadow: 0 0 5px var(--pcolor);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid transparent;
    transition: all .2s ease-in-out;
}


main#dashboard section.bxSections {
    margin: 1rem auto;
    width: 60rem;
}

main h1 {
    font-size: 24pt;
    text-align: center;
    margin-top: 4rem;
}

.menuPr.menuRight .sh01 > ul > li:has(.subMenu) {
    height: 54px;
    overflow: hidden;
    transition: all .2s linear;
}

.menuPr.menuRight .sh01 > ul > li:hover {
    background-color: #ccc;
}

.menuPr.menuRight .sh01 > ul > li:has(.subMenu) > .bxUp i.arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(0deg);
    transition: all .2s cubic-bezier(0, 0, 0, 0.96);
}

.menuPr.menuRight .sh01 > ul > li ul.subMenu > li > a:hover {
    background-color: #00f;
    color: #fff;
}

.menuPr.menuRight .sh01 > ul > li ul.subMenu > li:not(:last-child) {
    border-bottom: 1px solid #ccc;
}

.menuPr.menuRight .sh01 > ul > li ul.subMenu > li > a {
    display: flex;
    width: 15.5rem;
    justify-content: center;
    font-size: 8pt;
    font-weight: 600;
    height: 100%;
    align-items: center;
    padding: .5rem 0;
}

.menuPr.menuRight .sh01 > ul > li ul.subMenu {
    margin: 0.2rem auto .5rem;
    background-color: #fff;
}

.menuPr.menuRight .sh01 > ul > li:has(.subMenu) > .bxUp {
    display: grid;
    grid-template-columns: 3.6rem 4.2rem 1.4rem;
    width: 15.5rem;
    justify-content: space-between;
    height: 3rem;
    overflow: hidden;
    transition: all .2s cubic-bezier(0, 0, 0, 0.96);
    cursor: pointer;
    align-items: center;
}

.menuPr.menuRight .sh01 > ul > li > .bxUp i.icn {
    font-size: 19pt;
    color: #444;
    margin: 0 auto;
}

.menuPr.menuRight .sh01 > ul > li > a {
    display: grid;
    grid-template-columns: 3.6rem 6.4rem;
    align-items: center;
    width: 10rem;

}

.menuPr.menuRight .sh01 > ul > li:not(:has(.subMenu)) {
    display: flex;
    align-items: center;
}

.menuPr.menuRight .sh01 > ul > li {
    height: 3rem;
}

.menuPr.menuRight, .menu.close {
    transition: all .2s cubic-bezier(0, 0, 0, 0.96);
}

.menuPr.menuRight.open, .menuPr.menuRight.openSubMenu {
    width: 15.5rem;
}

.menuPr.menuRight .sh01 > ul {
    margin-top: 3.6rem;
}

.menuPr.menuRight .sh01 > ul > li[name=dashboard] > a span.iconMp {
    background: url("../img/core/dashboard.svg") no-repeat;
}

.menuPr.menuRight .sh01 > ul > li .name {
    font-size: 10pt;
}

.menuPr.menuRight .sh01 > ul > li span.iconMp {
    width: 100%;
    height: 1.8rem;
    display: flex;
    background-size: contain !important;
    background-position: center !important;
    justify-content: center;
}

.menuPr.menuRight .sh01 #menuLogo {
    position: absolute;
    background: url("../img/core/icon.png") no-repeat;
    width: 3.5rem;
    height: 2.5rem;
    background-size: contain;
    background-color: #fff;
    background-position: center;
    right: 0;
    top: -3.6rem;
}

.menuPr.menuRight .sh01 {
    position: relative;
}

body.bg {
    display: block;
    margin: auto !important;
    direction: rtl;
    /*background: url("../img/core/bgMain.webp") no-repeat!important;*/
    /*background-size: cover!important;*/
}

.menuPr.menuRight {
    width: 3.5rem;
    min-height: 50rem;
    height: 100%;
    overflow-x: hidden;
}

.menuPr.menuTop {
    height: 2.5rem;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.menuPr {
    background-color: rgba(150, 179, 227, 0.4);
    box-shadow: 0 0 5px;
    backdrop-filter: blur(5px);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 990;
}

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: #114c6b;
    --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;
}
