@import url(../css/fontiran.css);

* {
    margin: 0;
    padding: 0;
}

body,
html {
    height: 100%;
}

body {
    font-family: IRANSans !important;
    font-size: 13px;

    direction: rtl;
    padding-top: 80px;
}


.header {
    height: auto;
    /* background: url(bg_top.png) repeat-x #ffffff; */
}

.navbar-nav li a.nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
}



.loginForm_link {
    margin-top: 10px;
    border-top: 2px solid #D9F1F1;
    padding: 10px;
    display: flex;
    justify-content: space-between;
}


.body {
    border-radius: 5px;
    padding: 5px;
    color: #34495e;
    background: white;
    height: 100%;
}

footer {
    padding: 10px;
    color: #7f8c8d;
    background: #ecf0f1;
    margin-top: 30px;
}

.waitMe_text {
    font-family: IRANSans !important;
}

.sweet-alert p,
.sweet-alert button {
    font-family: IRANSans !important;
}

th,
td {
    text-align: right !important;
}

tr>th {
    width: 150px;
}


.nav-tabs {
    border-bottom: 0;
}

.dashboardHolder {}

.card-holder {
    margin: 0 auto 0 0;
}

.pInfoRow {
    margin-bottom: 30px;
}

.infoCol {
    border: 1px solid #cfcfcf;
    border-radius: 6px;
}

.infoColBody {
    padding: 10px;
}

.infoColBody .itm {
    display: flex;
    font-size: 12px;
    padding: 3px 0;
}

.infoColBody .itm .tit {
    color: #a0a0a0;
    width: 100px;
    text-align: left;
    padding-left: 5px;
}

.infoColBody .itm .fld {
    font-weight: bold;
}

.infoCol .more {
    padding: 4px 10px;
    border-top: 1px solid #cfcfcf;
    display: flex;
    justify-content: space-between;
}


.rankRow {
    margin-bottom: 20px;
}

.rankRow .btnRow {
    display: flex;
    justify-content: space-between;
}

.userRank {
    border-radius: 5px;
    background: #eaeaea;
    overflow: hidden;
    display: flex;
    align-items: center;
    text-align: center;
}

.userRank .text {
    font-size: 17px;
    color: #646464;
    background: #d7d7d7;
    padding: 10px 5px;
    width: 70px;
    line-height: 1;
}

.userRank .num {
    color: #073642;
    font-size: 40px;
    font-weight: bold;
    padding: 0 15px;
    line-height: 1;
}

.rankRow .desc {
    margin-right: 30px;
}

.rankRow .desc .num {
    font-weight: bold;
    color: #073642;
}

.numRow {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.boxItem {
    margin-bottom: 20px;
    border: 1px solid #cfcfcf;
    border-radius: 6px;
}

.boxItem .hTitle {
    background: #ededed;
    padding: 15px 10px;
    font-size: 14px;
    margin: 0;
    border-radius: 6px 6px 0 0;
}

.boxItem .boxItemBody {
    padding: 10px;
}

.boxItem .boxItemBody .table {
    margin-bottom: 0;
}

.boxItem.blue {
    border-color: #4bbdda99
}

.boxItem.blue .hTitle {
    background: #4bbdda47;
}

.linksRow {
    margin-bottom: 30px;
}

.linkRow_body {
    display: flex;
    justify-content: space-between;
}

.linkRow_body a {
    text-align: center;
    font-weight: bold;
    padding-bottom: 15px;
}

.linkRow_body a:hover {
    text-decoration: none;
    color: #000;
}

.linkRow_body a img {
    display: block;
    margin: 10px auto;
}





/*----------------- Responsive Design -----------------*/
@media only screen and (max-width : 1024px) {}

@media only screen and (max-width : 992px) {}

@media only screen and (max-width : 768px) {
    .card-holder {
        margin: 15px auto;
    }

    .linkRow_body {
        flex-wrap: wrap;
    }

    .linkRow_body a {
        width: 33%;
    }

}

@media only screen and (max-width : 425px) {
    .linkRow_body a {
        width: 50%;
    }

}

@media only screen and (max-width : 320px) {
    .infoCol .more {
        flex-direction: column;
    }

    .cardCol {
        overflow: scroll;
    }

    .numRow {
        flex-direction: column;
    }

    .rankRow .desc {
        margin-right: 0;
        margin-top: 20px;
        text-align: center;
    }

}

.btn_here {
    font-size: 13px !important;
}

@media only screen and (min-width: 768px) {
    .btn_here {
        margin-left: 90px;
        position: relative;
        margin-top: 10px;
        background-color: red;
        float: right;
        padding: 10px;
    }
}

.title2 {
    font-size: 25px;
    font-weight: bolder;
}

.rank1 {
    border-radius: 18px !important;
    border: 10px solid #f7c60a !important;
    background: #f7c60a4a;
    min-height: 125px;
    max-height: 125px;
}

.rank2 {
    border-radius: 18px !important;
    border: 8px solid #96bbbb !important;
    background: #96bbbb63;
    min-height: 125px;
    max-height: 125px;
}

.rank3 {
    border-radius: 18px !important;
    border: 6px solid #8a732f !important;
    background: #8a732f2e;
    min-height: 125px;
    max-height: 125px;
}

.rank4,
.rank5,
.rank6,
.rank7,
.rank8,
.rank9 {
    border-radius: 18px !important;
    border: 2px solid #22dfc633 !important;
    background: #f4f4f4;
    min-height: 125px;
    max-height: 125px;
}

.rank10,
.rank11,
.rank12,
.rank13,
.rank14,
.rank15 {
    border-radius: 18px !important;
    border: 2px solid #df7d2246 !important;
    background: #f4f4f4;
    min-height: 125px;
    max-height: 125px;
}

.active_btn1 {
    background: #d9ece80a !important;
    border: 3px solid #2da1a1 !important;
    color: #3e3c3c !important;
}

.title1 {
    font-weight: 700;
    font-size: 2.5rem;

}