

.popup .btnPublic.btnSave {
    width: 83%;
    height: 3.3rem;
    background-color: var(--pcolor3);
    color: #eee;
    font-family: 'Kaghaz',sans-serif;
    font-size: 21pt;
}
.parentTextLink {
    display: flex;
    align-items: center;
}
.textLink{
    color: var(--pcolor3);
    border-bottom: 1px solid var(--pcolor3);
    height: 1.5rem;
    display: flex;
    width: fit-content;
    margin: 0 0.3rem;
}
header .ht.desktop .bxDown {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .ht.desktop .bxUp {
    display: flex;
    justify-content: space-between;
}
header .ht.desktop{
    display: flex;
    flex-direction: column;
}
header .ht.phone{
    display: none;
}
.popup .bxPopupHeart .bxLogo > img{
    width: 20rem;
}
.popup .shellDark{
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0,.4);
    position: absolute;
    top: 0;
    right: 0;
}
.popup{
    position: fixed;
    display: flex;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    justify-content: center;
    align-items: center;
    z-index: 999;
}
.popup .bxPopupHeart {
    width: 25rem;
    height: 20rem;
    box-shadow: 0 0 18px;
    border-radius: 0.8rem;
    overflow: hidden;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background-color: #fff;
    position: relative;
    flex-direction: column;
}
header ul.bxLogin > li {
    display: flex;
    justify-content: flex-end;
    margin: 0 1rem;
}
header .login .icn.exit{
    background: url("../img/core/exit.svg") no-repeat center;
}
header .login .icn.profile{
    background: url("../img/core/profile.svg") no-repeat center;
}
header .notLogin .icn.signup{
    background: url("../img/core/signup.svg") no-repeat center;
}
header .notLogin .icn.login{
    background: url("../img/core/login.svg") no-repeat center;
}
header .bxLogin .icn:hover{
    background-color: #fff;
    border-radius: 0.2rem;
}
header .bxLogin .icn{
    display: flex;
    width: 2.1rem;
    height: 2.1rem;
    background-size: 1.8rem 1.8rem!important;
    margin: .5rem;
    cursor: pointer;
}
header img.logo2 {
    width: 15rem;
    margin: 0.5rem;
}

.bxLogoClock {
    display: flex;
}

ul.bxHearts > li.heartW, ul.bxHearts > li.heartR {
    width: 1.5rem;
    height: 1.5rem;
}

ul.bxHearts > li.heartR {
    background: url("../img/home/heartR.svg") no-repeat center;
    background-size: contain;
}

ul.bxHearts > li.heartW {
    background: url("../img/home/heartW.svg") no-repeat center;
    background-size: contain;
}

ul.bxHearts {
    width: 2rem;
    height: 2rem;
    position: absolute;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.bxL .cellsTitle {
    margin: 0 auto;
}

.container .bxNameArrow {
    display: flex;
}

.container .icnArrow.fa-angle-right {
    border-radius: 0 0.4rem .4rem 0;

}

.container .icnArrow.fa-angle-left {
    border-radius: .4rem 0 0 .4rem;
}

.container .bxArrows {
    display: flex;
    width: fit-content;
    margin-right: 1.3rem;
}

.container .icnArrow:hover {
    box-shadow: 0 0;
}

.container .icnArrow {
    width: 1.9rem;
    height: 1.8rem;
    background-color: rgb(0, 0, 0, .4);
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 5px #000;
    margin: 0.12rem;
}

main {
    max-width: 1280px;
    margin: 0 auto;
    min-height: 50rem;
}

.container .bxL ul.cells > li {
    width: 10rem;
    margin: 1rem;
}

.container .bxL ul.cells {
    display: flex;
    flex-direction: column;
    align-items: center;
}

main#articleView .bxL > h2 {
    width: 100%;
    margin: 4.4rem auto 2.6rem;
    text-align: center;
    font-family: titer, sans-serif;
    font-size: 19pt;
}

ul.listRelatedArticles > li:hover .name {
    color: var(--pcolor3);
    font-width: 900;
}

footer {
    height: 5rem;
}

footer > ul > li:not(:last-child):after {
    content: '';
    width: 0.1rem;
    height: 0.8rem;
    background-color: #999;
    position: absolute;
    top: 0.1rem;
    left: -1rem;
}

footer > ul > li > a:hover {
    color: var(--pcolor3);
}

footer > ul > li > a {
    font-size: 8pt;
    color: #999;
}

footer > ul > li {
    position: relative;
    margin: 0 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer > ul {
    display: flex;
    justify-content: center;
}

footer > hr {
    border: 1.2px solid var(--pcolor3);
    margin: 1rem auto;
    width: 90%;
    border-radius: .2rem;
}

ul.listRelatedArticles > li > a .name {
    font-size: 10pt;
    margin: 0.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.listRelatedArticles > li {
    margin: .5rem;
}

ul.listRelatedArticles > li > a {
    display: grid;
    grid-template-columns: 25% 75%;
    height: 4rem;
}

ul.listRelatedArticles .bxImg {
    border-radius: .4rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

main#articleView li.bxParagraph * {
    text-align: justify;
}

main#articleView li.bxParagraph {
    padding: 1rem;
}

main#articleView {
    display: grid;
    grid-template-columns: 73% 25%;
    column-gap: 1%;
}

main#articleView .bxFirst > ul li.abstractBx {
    display: flex;
    align-items: center;
}

main#articleView .bxFirst > ul li.abstractBx > p {
    width: 20rem;
    text-align: justify;
    margin: 1rem;
    font-size: 12pt;
}

main#articleView .bxFirst > ul {
    display: flex;
    flex-direction: column;
    align-items: center;
}

main#articleView img {
    width: 100%;
    height: 100%;
}

main#articleView .bxImgArticle {
    width: 28rem;
    height: fit-content;
    margin: 1rem auto;
}

main#articleView .bxImgFirst {
    width: 21rem;
    height: fit-content;
    margin: .5rem;
}

main#articleView .bxImgFirst, main#articleView .bxImgArticle {
    display: flex;
    justify-content: center;
    align-items: center;

    overflow: hidden;
    border-radius: 0.4rem;
}

main#articleView h1 {
    font-size: 20pt;
    text-align: center;
    margin: 2rem 0;
    font-family: titer, sans-serif;
    width: 100%;
}

ul.articleRoot > li *, ul.articleRoot > li {
    color: #787878;
}

ul.articleRoot > li {
    padding: 0 .2rem;
    font-size: 11pt;
}

ul.articleRoot {
    display: flex;
    align-items: center;
    margin: 1rem auto;
}

.container ul.bxR ul.cells {
    display: flex;
    justify-content: space-around;
    overflow: hidden;
    margin: 0 1rem;
    padding: 1rem 0;
    overflow-x: auto;
    overflow-y: hidden;
}

.container ul.cells {
    display: flex;
    justify-content: space-around;
}

.container ul.cells > li .abstract {
    margin: auto;
    width: fit-content;
    color: #333;
    font-size: 10.4pt;
    overflow-y: auto;
    overflow-x: hidden;
    height: 2.1rem;
    display: flex;
    align-items: center;
    text-align: center;
    padding: .2rem;
}

.cellsTitle {
    font-family: titer, sans-serif;
    font-size: 19pt;
    margin: 0 2rem;
    display: block;
    width: fit-content;
}

.container ul.cells > li > i {
    position: absolute;
    top: 0.4rem;
    right: 0.5rem;
    z-index: 10;
}

.container ul.cells > li {
    position: relative;
    margin: 0 0.35rem;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    box-shadow: 0 0 5px #333;
    border-radius: .4rem;
}


.container ul.cells > li .bxImg > img {
    width: 10rem;
    height: 10rem;
}

.container ul.cells > li .bxImg {
    width: 10rem;
    height: 10rem;
    display: flex;
    background-color: #6613d3;
    /*position: relative;*/
    border-radius: .4rem .4rem 0 0;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}

section.container {
    display: grid;
    grid-template-columns: 79% 20.5%;
    column-gap: 0.2rem;
}

header .bxMenuPhone .btnMenuPhone {
    display: none;
}

header .bxMenuPhone {
    display: none;
}

header nav.mhd {
    display: block;
}

.bxClockAnalog .shCd {
    width: 9.6rem;
    height: 9.6rem;
    border-radius: 50%;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 2.4rem;
}

ul.circles > li > a#weather {
    color: #019fff;
    border: 4px dashed #019fff;
}

ul.circles > li > a#CurrencyGoldPrices {
    position: relative;
    border: 4px dashed #bb8507;
}

ul.circles > li > a#CurrencyGoldPrices > .name {
    position: absolute;
    top: 5.9rem;
    color: #bb8507;
}

ul.circles > li > a#CurrencyGoldPrices > img {
    max-width: 6.6rem;
    height: 5.6rem;
    position: absolute;
    top: 0.5rem;
}

ul.circles > li > a#HafezHoroscope {
    color: #764e24;
    border: 4px dashed #764e24;
}

ul.circles > li > a#IstikharaQuran {
    color: #008000;
    border: 4px dashed #008000;
}

ul.circles > li > a > .name {
    font-weight: 900;
    font-size: 12pt;
    margin-top: 0.3rem;
}

ul.circles > li > a > img {
    max-width: 5rem;
    height: 5rem;
}

ul.circles {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 2rem auto;
    justify-items: center;
}

ul.circles > li > a {
    width: 9rem;
    height: 9rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.bxNavis li > a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.bxNavis {
    display: flex;
    width: 100%;
    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;
}

input.iptEdit {
    width: 6rem;
    text-align: center;
    box-shadow: inset 0 0 5px #000;
    border: 1px solid #999;
    outline: none;
}

main#grouping .bxSummer ul.cell li.name:hover {
    background-color: var(--pcolor3);
    color: #fff;
}

main#grouping .bxForm .nameFloat {
    position: absolute;
    font-size: 10pt;
    top: 0.4rem;
    right: 0;
    left: 0;
    margin: auto;
    width: fit-content;
    color: #000;
    font-weight: 900;
}

main.mainAdmin .bxSummer.labels[name] {
    height: 10rem;
}

.sort .cell_U0:not(:last-child) {
    border-bottom: 1px solid #ccc;
}

.sort .cell_U0:hover {
    background-color: var(--pcolor3);
    color: #fff;
}

/*.sort.category.groups {*/
/*    margin: .8rem auto 1.5rem auto;*/
/*}*/
.sort.category {
    width: 12rem;
}

.rot180 {
    transform: rotate(180deg);
}

.U0Sort .cell_U0 {
    background-color: #fff;
    font-size: 11pt;
    padding: 0.3rem;
    text-align: center !important;
}

.sort .b_cells {
    max-height: 10rem !important;
}

.sort .b_cells {
    display: flex;
    flex-direction: column;
    text-align: center;
    direction: ltr;
    overflow-y: scroll;
}

.U0Sort {
    font-family: inherit !important;
    position: absolute;
    z-index: 2;
    border: 1px solid #999;
    background-color: #fff;
    top: 36px;
    left: 0;
    right: 0;
    margin: auto;
    box-shadow: 1px 3px 5px #333;
}

.sort_head i {
    transition: all .2s ease-in-out;
}

.sort_head .name {
    font-size: 11pt;
    display: flex;
    justify-content: center;
    min-width: 10rem;
}

.sort, .sort_head {
    height: 100%;
}

.sort_head {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.sort {
    position: relative;
    border: 1px solid #ccc;
    border-radius: 0.2rem;
    padding: 0.2rem;
    cursor: pointer;
    background-color: #fff;
    margin: 0 .1rem;
}

.bxClockAnalog {
    position: relative;
    width: 10rem;
    height: 6rem;
}

.bxClockAnalog .clock-wrapper {
    position: absolute;
    top: -68px;
    right: -35px;
    width: 250px;
    height: 250px;
    transform: scale(0.5);
}

.bxClockAnalog .clock-base {
    width: 250px;
    height: 250px;
}

.bxClockAnalog .clock-dial {
    position: relative;
    width: 100%;
    height: 100%;
}

.bxClockAnalog .clock-dial .clock-indicator {
    position: absolute;
    width: 2px;
    height: 10px;
    background-color: #000;
    top: 4.5rem;
    right: 4.8rem;
}

.bxClockAnalog .clock-indicator:nth-child(1) {
    transform: rotate(30deg) translateY(-4.4rem);
}

.bxClockAnalog .clock-indicator:nth-child(2) {
    transform: rotate(60deg) translateY(-4.4rem);
}

.bxClockAnalog .clock-indicator:nth-child(3) {
    transform: rotate(90deg) translateY(-4.4rem);
}

.bxClockAnalog .clock-indicator:nth-child(4) {
    transform: rotate(120deg) translateY(-4.4rem);
}

.bxClockAnalog .clock-indicator:nth-child(5) {
    transform: rotate(150deg) translateY(-4.4rem);
}

.bxClockAnalog .clock-indicator:nth-child(6) {
    transform: rotate(180deg) translateY(-4.4rem);
}

.bxClockAnalog .clock-indicator:nth-child(7) {
    transform: rotate(210deg) translateY(-4.4rem);
}

.bxClockAnalog .clock-indicator:nth-child(8) {
    transform: rotate(240deg) translateY(-4.4rem);
}

.bxClockAnalog .clock-indicator:nth-child(9) {
    transform: rotate(270deg) translateY(-4.4rem);
}

.bxClockAnalog .clock-indicator:nth-child(10) {
    transform: rotate(300deg) translateY(-4.4rem);
}

.bxClockAnalog .clock-indicator:nth-child(11) {
    transform: rotate(330deg) translateY(-4.4rem);
}

.bxClockAnalog .clock-indicator:nth-child(12) {
    transform: rotate(360deg) translateY(-4.4rem);
}

.bxClockAnalog .clock-hour {
    position: absolute;
    z-index: 2;
    top: 80px;
    left: 128px;
    width: 4px;
    height: 65px;
    background-color: #6613d3;
    border-radius: 2px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    transform-origin: 2px 50px;
    transition: .5s;
    -webkit-animation: rotate-hour 43200s linear infinite;
    -moz-animation: rotate-hour 43200s linear infinite;

}

.bxClockAnalog .clock-minute {
    position: absolute;
    z-index: 3;
    top: 60px;
    left: 128px;
    width: 4px;
    height: 85px;
    background-color: #6613d3;
    border-radius: 2px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    transform-origin: 2px 70px;
    transition: .5s;
    -webkit-animation: rotate-minute 3600s linear infinite;
    -moz-animation: rotate-minute 3600s linear infinite;

}

.bxClockAnalog .clock-second {
    position: absolute;
    z-index: 4;
    /* top: 20px; */
    top: 85px;
    left: 129px;
    width: 2px;
    /* height: 130px; */
    height: 62px;
    background-color: #3b951e;
    box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    /* transform-origin: 1px 110px; */
    transform-origin: 1px 42px;
    transition: .5s;
    -webkit-animation: rotate-second 60s linear infinite;
    -moz-animation: rotate-second 60s linear infinite;

}

.bxClockAnalog .clock-second:after {
    content: "";
    display: block;
    position: absolute;
    /* left: -5px; */
    left: -3px;
    bottom: 14px;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border: solid 2px #fff;
    border-radius: 50%;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

.bxClockAnalog .clock-center {
    position: absolute;
    z-index: 1;
    width: 150px;
    height: 150px;
    top: 55px;
    left: 55px;
}

.bxClockAnalog .clock-center:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    margin: 65px;
    background-color: #ddd;
    border-radius: 50%;
}

.btnPublic:hover {
    cursor: pointer;
    box-shadow: 0 0 !important;
    border: 1px solid #ccc;
}

.btnPublic {
    box-shadow: 0 0 6px #666;
    border-radius: .2rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 12.1pt;
    transition: all .2s ease-in-out;
    border: 1px solid transparent;
    padding: 0 2rem;
    margin: .5rem 0;
    background-color: #fff;
    user-select: none;
}


.bxForm input {
    height: 2rem;
}

.bxForm textarea {
    height: 8rem;
    resize: none;
    overflow-y: auto;
    padding: .5rem !important;
    outline: none;
}

.bxForm input, .bxForm textarea {
    border: 1px solid #ccc;
    border-radius: .2rem;
    padding: 0 .5rem;
    font-size: 12pt;
    font-family: vazir, sans-serif;
}

.bxForm .bx {
    display: flex;
    flex-direction: column;
    margin: .5rem 0;
}

main.mainAdmin {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #eee;
    flex-direction: column;
}

.bxForm .footnote {
    position: absolute;
    font-size: 10pt;
    border: 1px dashed #999;
    padding: .5rem;
    border-radius: .4rem;
    top: 5.6rem;
    right: 1rem;
    color: #999;
    margin: 1rem;
}

main.mainAdmin .bxForm {
    width: 33rem;
    box-shadow: 0 0 5px;
    border-radius: .4rem;
    padding: 2rem .5rem 0.5rem;
    background-color: #fff;
    margin: .5rem;
    position: relative;
}

.dirR {
    direction: rtl;
}

header .bxCalender > li.titleDate {
    font-weight: 900;
    color: #6613d3;
}

header .bxCalender > li {
    font-size: 10pt;
    margin: 0 .2rem;
}

header .bxCalender {
    display: flex;
}

header .btnSearch {
    width: 2.4rem;
    margin: 0 0 0.4rem .5rem;
}

header .logoMenuSearch.searchOn {
    grid-template-columns: 100%;
}

header input#searchHeader {
    border: unset;
    margin: 0 0 0 1rem;
    text-align: right;
    padding-right: 0;
}

header {
    position: relative;
    box-shadow: 0 0 5px;
}

header nav ul.subMenu {
    background-color: #fff;
}

header nav {
    display: flex;
    justify-content: flex-end;
}

[role=btm] {
    cursor: pointer;
}

header .siteName {
    font-family: BLoghman, sans-serif;
    font-size: 30pt;
    color: #fff;
    text-shadow: 0 0 10px #6613d3;
    position: absolute;
    top: 0;
    right: 5rem;
}

header .bxSearch {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: .5rem;
}

header .bxSearch > i {
    padding: 0.6rem;
    margin-right: .5rem;
}

header .bxLogo > img {
    width: 3.8rem;
    margin: 0 0.6rem;
}

header .bxLogo {
    display: flex;
    height: 5.4rem;
    position: relative;
    align-items: center;
    width: 14rem;
}

header .logoMenuSearch ul.bxMenu > li > .shellSubMenu.showSubMenu > ul li {
    margin-right: .7rem;
    opacity: 1;
}

header .logoMenuSearch ul.bxMenu > li .shellSubMenu.showSubMenu {
    width: 8rem;
    opacity: 1;
    z-index: 10;
}

header .logoMenuSearch ul.bxMenu > li ul.subMenu > li > .name {
    width: fit-content;
    position: relative;
    font-size: 10pt;
}

header .logoMenuSearch ul.bxMenu > li ul.subMenu > li > .name::after {
    content: '';
    position: absolute;
    width: 0;
    height: .12rem;
    background-color: var(--pcolor2);
    transition: all .3s ease-in-out;
    bottom: 0;
    right: 0;
}

header .logoMenuSearch ul.bxMenu > li ul.subMenu > li > .name:hover:after {
    width: 100%;
}

header .logoMenuSearch ul.bxMenu > li ul.subMenu > li {
    padding: 0 .4rem;
    opacity: .5;
    transition: all .12s ease-in-out;
    text-overflow: ellipsis;
    display: flex;
    justify-content: flex-start;
    height: 2rem;
    align-items: center;
}

header .logoMenuSearch ul.bxMenu > li > .shellSubMenu {
    position: absolute;
    width: 0;
    height: 0;
    box-shadow: 0 0 5px #999;
    right: 0;
    top: 2rem;
    opacity: 0;
    overflow: hidden;
    transition: all .3s cubic-bezier(0.22, 0.61, 0.36, 1);
    z-index: 0;
}

header .logoMenuSearch ul.bxMenu > li.mouseHover .bxMU::before {
    width: 100%;
}

header .logoMenuSearch ul.bxMenu > li .bxMU::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: -0.3rem;
    width: 0;
    opacity: 1;
    height: 0.15rem;
    transition: width .3s ease-in-out;
    background-color: var(--pcolor2);
}

header .logoMenuSearch ul.bxMenu > li .bxMU {
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
}

header .logoMenuSearch ul.bxMenu > li > .bxMU i {
    transition: all .3s ease-in-out;
}

header .logoMenuSearch ul.bxMenu > li.mouseHover > .bxMU i {
    color: var(--pcolor2);
    transform: rotate(180deg);
}

header .logoMenuSearch ul.bxMenu > li.mouseHover > .bxMU .name {
    color: var(--pcolor2);
}

header .logoMenuSearch ul.bxMenu > li {
    height: 2rem;
    position: relative;
    min-width: 5rem;
    margin: 0 .5rem;
}

header .logoMenuSearch ul.bxMenu {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

header #searchClose:hover {
    color: var(--pcolor);
}

header #searchClose {
    margin-left: 0.5rem;
    font-size: 22pt;
}

header .logoMenuSearch {
    display: grid;
    grid-template-columns: 70% 30%;
    width: 100%;
    margin: 1.2rem auto 0.5rem;
    height: 2.8rem;
}

header .ribbleTop {
    width: 100%;
    background: radial-gradient(circle at 50% 0%, var(--pcolor) 25%, #FFFFFF 26%, #FFFFFF 40%);
    background-color: var(--pcolor);
    background-size: 25px 50px;
    height: 25px;
    background-repeat: repeat-x;
    z-index: 99999;
}

header .ht, header .hB {
    position: relative;
}

header > ul.bxPrimeHeader > li:first-child {
    background-color: var(--pcolor);
}
header .hB {
    display: flex;
    justify-content: space-between;
    max-width: 1280px;
    margin: 0 auto;
}


header .ht{
    max-width: 1280px;
    margin: 0 auto;


}


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: 'Kaghaz';
    src: url("../fonts/Kaghaz/Kaghaz.eot");
    src: url("../fonts/Kaghaz/Kaghaz.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Kaghaz/KaghazAlef-Bold.woff") format("woff"),
    url("../fonts/Kaghaz/KaghazAlef-Bold.ttf") format("truetype"),
    url("../fonts/Kaghaz/Kaghaz.ttf") format("truetype"),
    url("../fonts/Kaghaz/KaghazAlef-Bold.otf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'titer';
    src: url(../fonts/B_Titr_Bold.ttf);
}

@font-face {
    font-family: 'nbyekan';
    src: url(../fonts/NBYekan.woff);
}

@font-face {
    font-family: 'BLoghman';
    src: url(../fonts/BLoghman.ttf);
}

@font-face {
    font-family: 'quran';
    src: url(../fonts/quran/KFGQPC.otf);
}


:root {
    display: block;
    --pcolor: #F2D6D0;
    --pcolor2: #ca7b66;
    --white: #fff;
    --b4rem: .4rem;
    --b3rem: .3rem;
    --vlight: #e7e7e7;
    --shadow: 0 0 5px #999;
    --pcolor3: #6613d3;
    --pshadow: 0 0 5px #00f;
    --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(--pcolor3);
    color: var(--white);
    text-shadow: none;
}

::-moz-selection {
    background: var(--pcolor3);
    color: #fff;
}

::selection {
    background: var(--pcolor3);
    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: scroll;
    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 {
    direction: rtl;
}
footer {
    position: relative;
}