*{
    font-family: Vazir, "Comic Sans MS", sans-serif;
}

@font-face{
    font-family: Vazir;
    src: url('../fnt/Vazir-FD-WOL.eot');
    src: url('../fnt/Vazir-FD-WOL.eot?#iefix') format('embedded-opentype'),
    url('../fnt/Vazir-FD-WOL.woff') format('woff'),
    url('../fnt/Vazir-FD-WOL.ttf') format('truetype');
    font-weight: normal;
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    display: flex;
    overflow-x: auto;
    justify-content: space-between;
    z-index: 1000;
    nav {
        display: flex;
        #hom {
            display: inline-flex;
            margin-left: .5rem;
            img {
                max-height: 2.5rem;
                padding-right: 1rem;
                margin-right: .2rem;
            }
            span {
                padding: .2rem 0;
                i {
                    position: absolute;
                }
                i:nth-child(2) {
                    top: 1.4rem;
                }
            }
        }
        #hol {
            padding: .6rem .2rem;
        }
        #cmd {
            padding: 0 .2rem;
            margin: .2rem;
            min-width: fit-content;
            border-radius: 10px;
            height: fit-content;
            i {
                font-size: 1.7rem;
            }
            span{
                font-size: .8rem;
            }
            #txt {
                font-size: 1rem;
                margin-top: .5rem;
            }
        }
        #nf {
            display: flex;
            position: relative;
            input {
                height: fit-content;
            }
            a {
                position: absolute;
                margin-right: 1rem;
                font-size: .8rem;
                bottom: 0;
            }
        }
    }
}

body {
    background-color: #080411;
    margin: 4rem auto;
    text-align: center;
    width: 100%;
    #foo {
        height: 7rem;
    }
}

footer {
    display: flex;
    position: fixed;
    width: 95%;
    height: 2.5rem;
    bottom: 0;
    right: 2%;
    padding: .2rem;
    justify-content: space-between;
    #hom {
        display: inline-flex;
        max-width: 4rem;
        padding-right: 1rem;
        img {
            height: 100%;
        }
        span {
            width: 1.2rem;
            i {
                position: absolute;
                left: 0;
            }
            i:nth-child(1) {
                bottom: .2rem;
            }
        }
    }
    #cmd {
        padding: .5rem;
        margin: 0 .5rem;
        border-radius: 10px;
        i {
            font-size: 1.5rem;
        }
    }
    #sc {
        display: none;
    }
    input#sc:checked~#sch {
        display: block;
    }
    input#sc:checked~label {
        display: none;
    }
    #sch {
        display: none;
        margin-top: .5rem;
    }
}

a {
    cursor: pointer;
    color: #37bee0;
    text-decoration: none;
}

label {
    color: #bacada;
    font-size: .9rem;
    min-width: fit-content;
}
label:hover {
    cursor: pointer;
}

input {
    color: #fafafa;
    outline-color: #bacada;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ffe54c;
    border-radius: 3px;
    padding: 0 .3rem;
    text-align: center;
}
input:focus {
    outline: none;
}

textarea {
    font-size: .7rem;
    border-radius: 5px;
    resize: none;
}

button {
    background: none;
    border: none;
    border-radius: 5px;
    padding: 0 .5rem;
}
button:hover {
    cursor: pointer;
}

img, #img {
    border-radius: 3px;
}

h1, h2, h3, h4, h5, h6, p, ul {
    margin: 0;
    padding: 0;
    color: #fafafa;
}

select {
    padding-left: 4rem;
    margin-right: .5rem;
    font-size: .9rem;
    background-color: #080411;
    color: #fafafa;
    border: 1px solid #ffe54c;
    border-radius: 7px;
}
select:hover {
    cursor: pointer;
}

option {
    font-size: 1rem;
}

.mbs {
    display: block;
}

.mbh {
    display: none;
}

.dsf {
    display: inline-flex;
}

.dsb {
    display: flex;
    justify-content: space-around;
}

.abs {
    position: absolute;
}

.lft {
    left: 0;
}

.top {
    top: 0;
}

.btm {
    bottom: 0;
}

.rgh {
    float: right;
}
 
.blk {
    color: #080411;
}

.dgn {
    color: #0a990a;
}

.cyn {
    color: #37bee0;
}

.brn {
    color: #833000;
}

.grn {
    color: #92ef00;
}

.red {
    color: #e72727;
}

.org {
    color: #E99C22;
}

.prp {
    color: #5c339e;
}

.pnk {
    color: #f787c4;
}

.ylw {
    color: #ffe54c;
}

.lmn {
    color: #f2ff37;
}

.wit {
    color: #fafafa;
}

.obl {
    color: #1e4664;
}

.gry {
    color: #bacada;
}

.dgy {
    color: #647585;
}

.rtl {
    text-align: right;
}

.ltr {
    text-align: left;
}

.ftl {
    font-size: 1.2rem;
}

.ftn {
    font-size: 1rem!important;
}

.fts {
    font-size: .7rem;
    font-weight: 0;
}

.wds {
    max-width: 1.5rem;
}

.wdt {
    max-width: 2.5rem;
}

.wdm {
    max-width: 3.5rem;
}

.wdl {
    max-width: 5rem;
}

.wdx {
    max-width: 7.5rem;
}

.w00 {
    width: 100%;
}

.w30 {
    width: 30%;
}

.w40 {
    width: 40%;
}

.wxx {
    min-width: fit-content;
}

.hgs {
    max-height: 1.5rem;
}

.whp {
    max-height: 3rem;
    max-width: 3rem;
}

.mgb {
    margin-bottom: 2rem!important;
}

.mgt {
    margin-top: 2rem;
}

.mgo {
    margin-top: 1rem;
}

.mgr {
    margin-right: .5rem;
}

.pdt {
    padding-top: .2rem;
}

.blm {
    background-color: #f2ff37;
}

.bgn {
    background-color: #92ef00;
}

.bpr {
    background-color: #5c339e;
}

.byw {
    background-color: #ffe54c;
}

.bbk {
    background-color: #080411;
}

.bre {
    background-color: #e72727;
}

.bor {
    background-color: #E99C22;
}

.bdg {
    background-color: #0a990a;
}

.bbl {
    background-color: #37bee0;
}

.bob {
    background-color: #1e4664;
}

.bwt {
    background-color: #fafafa;
}

.bpk {
    background-color: #f787c4;
}

.btp {
    background-color: #fafafa30!important;
}

.bto {
    background: linear-gradient(90deg, #bacada 0%, #fafafa10 2%, rgba(255,255,255,0) 50%, #fafafa10 98%, #bacada 100%);
}

.btc {
    background: linear-gradient(180deg, #bacada 0%, #080411c0 15%, #080411c0 70%, rgba(255,255,255,0) 100%);
}

.btd {
    background: linear-gradient(0deg, #bacada 0%, #080411c0 25%, #080411c0 80%, rgba(255,255,255,0) 100%);
}

.btk {
    background-color: #08041190;
}

.bgy {
    background-color: #647585;
}

.brd {
    background: radial-gradient(circle, #e72727 40%, #833000 80%, #080411 90%);
}

.udl {
    border-bottom: 1px dotted #1e4664;
    }

.rea {
    color: #647585;
    font-weight: 100;
}

.errorlist {
    margin: 0!important;
    li {
        margin: 0!important;
        color: #e72727!important;
        font-size: .6rem;
    }
}

.trg {
    rotate: -90deg;
    margin-bottom: .2rem;
}

.tlf {
    rotate: 90deg;
    margin-bottom: .2rem;
}

.lgt {
    width: fit-content;
    border-radius: 10px;
}

li {
    list-style: none;
    font-size: .8rem;
}

.mns {
    width: fit-content;
    height: fit-content;
    padding: 0 .5rem;
    border-radius: 15px;
}

.sts {
    display: inline-block;
    width: 95%;
    padding: .5rem;
    #lin {
        display: inline-flex;
        justify-content: space-between;
        overflow-x: auto;
        width: 95%;
        div {
            display: inline-flex;
            min-width: fit-content;
        }
    }
    #sts {
        display: inline-flex;
        justify-content: space-around;
        h4 {
            width: 2.5rem;
        }
    }
    form {
        background: linear-gradient(0deg, #fafafa 0%, #fafafa10 2%, rgba(255,255,255,0) 98%, #fafafa 100%);
        border-radius: 5px;
        margin-top: .5rem;
        padding: .5rem 0;
    }
    button {
        position: relative;
        padding: 0;
        img {
            right: 2rem;
        }
        h3 {
            margin-right: 4rem;
        }
    }
    p {
        font-size: .8rem;
        text-indent: 6rem;
    }
}

.mnh {
    display: flex;
    justify-content: space-around;
    #mnh {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        padding: 0 5%;
        h4 {
            max-width: 30rem;
            cursor: pointer;
            span {
                padding: 0 .5rem;
            }
            i[class*="triangle"] {
                rotate: 180deg;
                font-size: .8rem;
                margin-left: 1rem;
            }
            #lin {
                width: 0;
                height: 0;
                button {
                    border-radius: 7px;
                    margin: .2rem .5rem;
                    padding: .2rem;
                    font-size: 0rem;
                    transition: .3s;
                }
                #fir:first-child {
                    width: 20%;
                }
                #fir:nth-child(2) {
                    width: 60%;
                }
                #sec {
                    width: 65%;
                }
                #sec:first-child {
                    width: 80%;
                }
                #sec:nth-child(2), #sec:nth-child(3), #sec:nth-child(4) {
                    width: 25%;
                }
                #sec:nth-child(7), #sec:nth-child(8), #sec:nth-child(9) {
                    width: 40%;
                }
            }
        }
        h4:hover {
            #lin {
                width: 100%;
                height: fit-content;
                transition: .5s;
                button {
                    font-size: 1rem;
                    transition: .5s;
                }
                #fir {
                    background-color: #fafafa10;
                    border: 2px solid #bacada;
                    transition: .5s;
                }
                #sec {
                    border: 2px solid #647585;
                    transition: .5s;
                    span {
                        font-size: .8rem;
                        margin-right: .5rem;
                        transition: .5s;
                    }
                }
            }
        }
    }
    #cth {
        height: fit-content;
    }
}

.itg {
    position: relative;
    aspect-ratio: 1/1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    div {
        display: flex;
        justify-content: space-between;
    }
    h5 {
        padding: 0 .5rem;
    }
}

.aks {
    width: 2rem;
    aspect-ratio: 1/1;
    margin: 0 auto;
    h6 {
        margin-top: .5rem;
    }
    h2 {
        margin-right: .2rem;
    }
}

.coc {
    background: linear-gradient(0deg, #647585 0%, #fafafa10 2%, rgba(255,255,255,0) 50%, #fafafa10 98%, #647585 100%);
    border-radius: 3px;
    display: inline-flex;
    margin: 1rem .5rem;
    padding: .5rem;
    #ict {
        display: flex;
        justify-content: space-between;
    }
    #sml {
        width: 7rem;
    }
    #med {
        width: 10rem;
    }
    #nor {
        width: 15rem;
    }
    #lar {
        width: 26rem;
        columns: 2;
    }
}

.dsc {
    border: 1px dotted #1e4664;
    border-radius: 3px;
    text-align: justify;
    height: 4.5rem;
    overflow-y: auto;
    text-indent: 1rem;
    padding: .2rem;
}

.afz {
    border: 1px solid #1e4664;
    transition: .3s;
}
.afz:hover {
    color: #080411;
    background-color: #ffe54c;
    transition: .5s;
}

.pgn {
    display: flex;
    justify-content: center;
    padding: .5rem 0;
    button {
        padding: 0 .5rem;
        color: #fafafa;
        font-size: 1rem;
    }
    button.active {
        background-color: #1e4664;
    }
    button:disabled {
        display: none;
    }
}

.flg {
    display: inline-block;
    width: 95%;
    padding: .5rem;
    margin: 0 auto;
    overflow-x: auto;
    overflow-y: hidden;
    div {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px dotted #1e4664;
        margin: .5rem 0;
        div {
            margin: 0;
        }
    }
    textarea {
        width: 95%;
        max-height: 3rem;
    }
    ul {
        text-align: right;
        margin: 1rem 0;
        i {
            font-size: .7rem;
        }
        li {
            color: #bacada;
            margin: .5rem 0;
        }
    }
}

.cmd {
    display: inline-flex;
    margin: .5rem;
    padding: .5rem .5rem .5rem 2rem;
    border-radius: 15px;
    border-top: 2px solid #bacada;
    border-bottom: 2px solid #647585;
    i {
        font-size: 1.5rem;
        margin-left: .5rem;
    }
}
.cmd:hover {
    border: none;
}

.fbx {
    display: inline-block;
    border: 1px solid #1e4664;
    border-radius: 10px;
    margin: .5rem;
    padding: .2rem;
    width: 95%;
    max-width: 30rem;
    #lin {
        display: inline-flex;
        justify-content: space-between;
        width: 95%;
    }
    #id_image {
        max-width: 45%;
    }
}

.itl {
    a {
        display: inline-flex;
        justify-content: space-between;
        width: 95%;
        border-bottom: 1px dotted #bacada;
        #itl {
            display: flex;
            h5 {
                padding: 0 .5rem;
            }
        }
        #mnb {
            display: flex;
            max-width: 0;
            max-height: .4rem;
            color: #5c339e;
            font-size: .7rem;
            rotate: 12deg;
        }
        .aks {
            width: 1rem;
            margin: 0;
        }
    }
}

.mmg {
    display: inline-block;
    transform: rotate(3deg);
    margin: 1rem;
    transition: .3s;
}
.mmg:hover {
    transform: rotate(0deg);
    transition: .5s;
}

.ipc {
    display: flex;
    img {
        width: 100%;
    }
}

.icg {
    font-size: 1.2rem;
    span {
        font-size: 0;
        transition: .3s;
    }
}
.icg:hover {
    span {
        font-size: 1.2rem;
        padding: .3rem;
        transition: .5s;
    }
}

.igt {
    justify-content: space-between;
    margin-bottom: 1rem;
    width: 75%;
    p {
        margin-right: 1rem;
        display: inline;
        font-size: .8rem;
        width: fit-content;
    }
}

.psh {
    padding: 0 1rem;
    margin: 0 1rem;
    border-bottom: 1px solid #f2ff37;
    input {
        display: none;
    }
    label {
        position: relative;
        display: block;
        text-align: right;
        text-indent: 2rem;
        transition: .3s;
    }
    #a {
        display: flex;
        height: 0;
        visibility: visible;
        font-size: 1.5rem;
        color: #ffe54c;
        transition: .3s;
    }
    input#ch:checked~#a {
        visibility: hidden;
        font-size: 0;
        color: #f2f2f200;
        transition: .5s;
    }
    #b {
        display: flex;
        height: 0;
        visibility: hidden;
        font-size: 0;
        color: #f2f2f200;
        transition: .5s;
    }
    input#ch:checked~#b {
        visibility: visible;
        font-size: 1.5rem;
        color: #ffe54c;
        transition: .3s;
    }
    #c {
        visibility: hidden;
        text-indent: 2rem;
        color: #f2f2f200;
        font-size: 0;
        transition: .3s;
    }
    input#ch:checked~#c {
        visibility: visible;
        font-size: .8rem;
        transition: .5s;
    }
    input#ch:checked~.b {
        color: #fafafa;
    }
    input#ch:checked~.d {
        color: #bacada;
    }
    input#ch:checked~h6 {
        color: #1e4664;
        text-align: left;
    }
}

.bta {
    position: fixed;
    width: 5rem;
    bottom: 3rem;
    right: 0;
    transition: .3s;
    h4 {
        display: inline-flex;
        cursor: pointer;
        padding: .5rem 0;
        margin-right: .5rem;
        border-radius: 10px;
        i {
            color: #f2f2f250;
            position: absolute;
            right: .5rem;
            font-size: 3.5rem;
        }
    }
    #bta {
        display: none;
        #lin {
            display: none;
            padding: 0 .5rem;
            a {
                display: none;
                margin: 0 .5rem;
                i {
                    display: none;
                    margin: .2rem;
                }
            }
            h5, h6 {
                display: none;
                margin: 0 .5rem;
            }
        }
    }
}
.bta:hover {
    width: 100%;
    transition: .5s;
    h4 {
        display: none;
        i {
            font-size: 0;
        }
    }
    #bta {
        display: inline;
        #lin {
            display: flex;
            justify-content: space-between;
            background-color: #080411;
            transition: .5s;
            a {
                display: flex;
                text-align: center;
                i {
                    display: block;
                }
            }
            h5, h6, span {
                display: flex;
            }
        }
    }
}

.rte {
    max-width: 40rem;
    display: inline-block;
    #tnp {
        display: flex;
        justify-content: space-between;
        margin: 0 1rem;
        button {
            border: 2px solid #ffe54c;
            border-radius: 7px;
            padding: 0 .5rem;
        }
    }
    p {
        width: 75%;
        max-width: 30rem;
        margin: auto;
    }
    #rgt {
        width: 55%;
        max-width: 20rem;
        display: inline-flex;
        float: right;
        flex-direction: column;
        #nut {
            display: flex;
            justify-content: space-around;
            h6 {
                display: inline;
                max-width: 3rem;
                i {
                    font-size: 1.2rem;
                    border-radius: 100%;
                    padding: .5rem;
                    border: 4px solid #fafafa10;
                }
            }
            .vgn {
                i {
                    border-color: #0a990a!important;
                }
            }
            .spt {
                i {
                    border-color: #37bee0!important;
                }
            }
            .cld {
                i {
                    border-color: #f787c4!important;
                }
            }
            .dtr {
                i {
                    border-color: #92ef00!important;
                }
            }
        }
        #rte {
            margin: .5rem 0;
            #pbr {
                display: flex;
                justify-content: space-around;
                h5 {
                    width: 30%;
                }
                #urt {
                    width: 70%;
                    display: flex;
                    button {
                        width: 20%;
                        color: #647585;
                        margin: 0;
                        padding: 0;
                        div {
                            border-top: 1px solid #1e4664;
                            border-bottom: 1px solid #1e4664;
                            border-radius: 25%;
                            width: 100%;
                            height: .5rem;
                        }
                    }
                    #r {
                        background-color: #92ef00;
                    }
                }
            }
        }
        #nud {
            display: flex;
            justify-content: space-around;
            #nub {
                flex-direction: column;
                border: 1px solid #647585;
                border-radius: 3px;
                #lin {
                    border-top: 1px dotted #1e4664;
                    display: flex;
                    justify-content: space-between;
                    padding: 0 .5rem;
                    h6:nth-child(2) {
                        padding-left: .5rem;
                    }
                }
            }
            #nuh {
                width: 50%;
            }
        }
    }
    #lft {
        max-width: 15rem;
        display: inline-flex;
        flex-direction: column;
    }
}

@media only screen and (min-width: 600px) {
    header, body, footer {
        width: 70%;
    }
    .sts {
        #sts {
            h4 {
                width: 4rem;
            }
        }
        form {
            margin-top: 1rem;
        }
    button {
        img {
            right: 5%;
        }
    }
    }
    footer, .bta {
        right: inherit;
    }
    .bta:hover {
        width: 70%;
    }
}

