﻿@font-face {
    font-family: 'Vazir';
    src: url('fonts/Vazir-FD.eot') format('eot');
    src: url('fonts/Vazir-FD.woff') format('woff');
    src: url('fonts/Vazir-FD.ttf') format('truetype');
}

* {
    padding: 0;
    margin: 0;
    outline: 0;
    outline: none;
    font-family: Vazir;
    box-sizing: border-box !important;
}

input::placeholder {
    color: #ccc;
    text-align: right;
}

.clr {
    padding: 0;
    margin: 0;
    clear: both;
}


.col-row.vc > div {
    align-content: center;
}

.brk {
    flex-basis: 100% !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

.ic {
    font-size: 20px;
    font-style: normal;
}

    .ic:before {
        font-family: FontAwesome;
    }

    .ic:hover {
        cursor: pointer;
        transition: margin-right .5s;
        transition: 0.5s;
    }

    .ic.ibtn {
        padding: 0 3px;
    }

        .ic.ibtn:before {
            font-size: 20px;
        }

::selection {
    background: #1c86db;
    color: #fff;
    text-shadow: none;
}

body {
    margin: 0;
    padding: 0;
    color: #333;
    background: #fff;
    font: 14px/30px Vazir, tahoma;
    direction: rtl;
    text-align: justify;
    display: flex;
    flex-direction: column;
}

a, a:visited, a:hover, a:visited:hover {
    text-decoration: none;
    color: #1c86db;
}

.hr {
    border: none;
    border-top: 3px solid #1c86db;
    margin-top: 10px;
}

li {
    margin-right: 30px;
}

section {
    padding: 0;
    margin: 0;
    clear: both;
}

.rgb {
    background-color: #1c86db;
}

    .rgb a, .rgb a:visited {
        color: #000000;
    }

        .rgb a:hover, .rgb a:visited:hover {
            color: #444444;
        }

.container {
    padding: 5px 10px;
    margin: 0 auto;
}

.login-container {
    padding: 20px;
    margin: 0 auto;
    width: 33.33%;
}

header {
    display: flex;
    flex-direction: column;
    -webkit-sticky: sticky;
    position: sticky;
    top: 0;
    z-index: 99;
    background: #fff;
    box-shadow: 0 4px 5px #eee;
}

    header i:before {
        font-size: 14px;
        margin: 0 5px;
    }

    header img.logo {
        margin-left: 10px;
        height: 60px;
        width: auto;
    }

        header img.logo.small {
            height: 35px;
        }

    header .top-menu {
    }

        header .top-menu ul {
            display: flex;
            flex-direction: row;
            list-style-type: none;
        }

        header .top-menu li {
            margin-left: 10px;
            margin-right: 0;
        }

    header i#nav-menu-icon {
        display: none;
        left: 0;
        position: absolute;
        margin: 12px;
        z-index: 100;
        cursor: pointer;
    }

        header i#nav-menu-icon:before {
            color: #333;
            font-size: 24px;
        }

        header i#nav-menu-icon.open {
            top: 12px;
            left: 185px;
            position: absolute;
            margin: 14px;
        }

.head {
    display: flex;
    flex-direction: row;
}

.left {
    text-align: left;
    direction: ltr;
    flex-grow: 1;
}

nav.ws-menu {
}

    nav.ws-menu a {
        text-decoration: none;
        color: #333;
        padding: 8px 10px 8px 0;
        display: block;
        background: #fff;
    }

        nav.ws-menu a:hover, nav.ws-menu ul li:hover > a {
            color: #1c86db;
            background: #fff;
        }

    nav.ws-menu > ul {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
    }

        nav.ws-menu > ul > li {
        }

            nav.ws-menu > ul > li > a {
                padding: 23px 8px 15px;
            }

                nav.ws-menu > ul > li > a.small {
                    padding: 8px;
                }

                nav.ws-menu > ul > li > a:not(:only-child):after {
                    font-family: FontAwesome;
                    font-size: 16px;
                    content: "\f107";
                    position: relative;
                    padding-right: 7px;
                }

            nav.ws-menu > ul > li:hover > ul {
                border-top: 3px solid #1c86db;
                z-index: 1000;
            }

    nav.ws-menu ul {
        list-style: none;
        position: relative;
        padding: 0;
    }

        nav.ws-menu ul li {
            position: relative;
            transition: all 5s linear;
            background: #fff;
            margin: 0;
        }

        nav.ws-menu ul ul {
            display: none;
            position: absolute;
            -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 40%);
            box-shadow: 0 6px 12px rgb(0 0 0 / 40%);
            z-index: 1001;
        }

            nav.ws-menu ul ul a:not(:only-child):after {
                font-family: FontAwesome;
                font-size: 16px;
                content: "\f104";
                position: absolute;
                left: 7px;
            }

            nav.ws-menu ul ul li {
                width: 220px;
                border-bottom: 1px dotted #ddd;
            }

            nav.ws-menu ul ul ul {
                display: none;
                position: absolute;
                top: 0;
                right: 220px;
            }

    nav.ws-menu > ul li:hover > ul {
        display: block;
    }

ul.ws-slider {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 70vh;
}

    ul.ws-slider > li {
        position: absolute;
        top: 0;
        left: 0;
        padding: 0;
        margin: 0;
        width: 100%;
        height: 100%;
        background-color: #f8f8f8;
        background-repeat: no-repeat;
        background-position: center;
    }

        ul.ws-slider > li > img {
            width: 100%;
            height: 100%;
        }

        ul.ws-slider > li > div {
            position: absolute;
            bottom: 0;
            left: 0;
            padding: 15px 20px;
            margin: 0;
            width: 100%;
            background: #111;
            opacity: 0.8;
            color: #fff;
        }

div.ws-logo-carousel {
    list-style: none;
    display: flex;
    flex-direction: row;
    padding: 20px;
    margin: 0;
    width: 100%;
    height: 100px;
}

    div.ws-logo-carousel > a {
        padding: 5px;
        margin: 2px;
        text-align: center;
        width: 100%;
        height: 100%;
        background: #ddd;
        border: 1px solid #ccc;
    }

        div.ws-logo-carousel > a > img {
            width: 100%;
            height: auto;
        }

footer {
    margin-top: 30px;
    padding: 30px 0;
}

    footer div.sign {
        clear: both;
        margin: 10px 0;
        font: normal 13px/18px 'Segoe UI';
        direction: ltr;
        text-align: left;
    }

.sign {
    clear: both;
    margin: 10px 0;
    font: normal 13px/18px 'Segoe UI';
    direction: ltr;
    text-align: left;
}

.widget-title {
    margin-bottom: 32px;
    font-size: 19px;
}

#totop {
    display: none;
    position: fixed;
    left: 34px;
    bottom: 34px;
    z-index: 999;
    text-align: center;
    border-radius: 50%;
    background-color: #888;
    -webkit-box-shadow: 0 6px 9px rgb(0 0 0 / 15%);
    box-shadow: 0 6px 9px rgb(0 0 0 / 15%);
}

    #totop.top-visible {
        height: 40px;
        width: 40px;
        padding-top: 8px;
    }

        #totop.top-visible i:before {
            margin-top: 7px;
            color: #fff;
            font-size: 24px;
        }

.content-title {
    color: #1c86db;
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0;
    padding: 15px;
    border-bottom: 2px solid #eee;
    text-align: center;
}

.content-date {
    color: #bbb;
    font-size: 11px;
    text-align: left;
    margin: -20px 5px 0;
}

    .content-date .ic:before {
        color: #bbb;
        font-size: 13px;
        margin: 0 0 0 7px;
    }

.content-text {
    margin: 20px 10px;
    line-height: 30px;
    text-align: justify;
}

    .content-text ul {
        padding-right: 30px;
    }

.content-category-list-item {
    padding: 10px 0;
    border-bottom: 1px dotted #ccc;
}

    .content-category-list-item:last-of-type {
        border-bottom: none;
    }

    .content-category-list-item h1 {
        font-size: 14px;
        color: #83c329;
    }

    .content-category-list-item .info {
        font-size: 11px;
        color: #aaa;
    }

        .content-category-list-item .info i.ic:before {
            font-size: 13px;
            color: #aaa;
            margin: 0 0 0 5px;
        }

.tag-list {
    margin: 10px 0;
    border-top: 1px dotted #eee;
    padding: 5px;
}

.tag-item {
    width: auto;
    font-size: 11px;
    background: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 8px 0 8px 0;
    padding: 2px 4px;
    line-height: 28px;
}

    .tag-item:hover {
        background: #bbb;
        color: #fff;
    }

ul.user-account-links {
    display: flex;
    flex-direction: row;
    list-style: none;
}

    ul.user-account-links li {
        background: #f5f5f5;
        border: 1px solid #ccc;
        padding: 7px 15px;
        border-radius: 8px 0 8px 0;
        text-align: center;
        margin-right: 3px;
    }

        ul.user-account-links li:hover {
            background: #f1f1f1;
            color: #fff;
        }

ul.link-list,
ul.contact-list,
ul.web-visit-statistic {
    list-style: none;
}

    ul.link-list li,
    ul.contact-list li,
    ul.web-visit-statistic li {
        margin: 0 0 12px 0;
    }

        ul.link-list li i:before,
        ul.contact-list li i:before,
        ul.web-visit-statistic li i:before,
        ul.link-list li i.title,
        ul.contact-list li i.title,
        ul.web-visit-statistic li i.title {
            color: #000000;
            font-size: 16px;
            margin-left: 5px;
        }

        ul.web-visit-statistic li span.title {
            width: 40%;
            display: inline-block;
        }

ul.social-icons {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

    ul.social-icons li {
        margin: 0px 2px;
        padding: 0px 10px;
    }

        ul.social-icons li i:before {
            font-family: fontawesome;
            font-size: 20px;
            margin: 0;
            padding: 0;
            font-size: 24px;
        }

ul.notice-list {
    list-style: none;
    margin: 10px 0;
    padding: 10px;
    -webkit-box-shadow: 0 6px 9px rgb(0 0 0 / 15%);
    box-shadow: 0 6px 9px rgb(0 0 0 / 15%);
    line-height: 28px;
    width: 100%;
}

    ul.notice-list li {
        margin: 7px;
    }

.description {
    list-style: none;
    margin: 10px 0;
    padding: 10px;
    -webkit-box-shadow: 0 6px 9px rgb(0 0 0 / 15%);
    box-shadow: 0 6px 9px rgb(0 0 0 / 15%);
    width: 100%;
    text-align: justify;
}

ul.user-dashboard-menu-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 15px 0;
}

    ul.user-dashboard-menu-list li {
        list-style: none;
        display: flex;
        width: 20%;
        padding: 3px;
        margin: 0;
        -webkit-transition: all .3s ease 0s;
        -moz-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }

        ul.user-dashboard-menu-list li a {
            width: 100%;
            text-align: center;
            border: 1px solid #ccc;
            border-radius: 4px;
            padding: 20px 0;
            background: #fff;
            color: #1c86db;
        }

            ul.user-dashboard-menu-list li a:hover {
                -webkit-box-shadow: 0 6px 9px rgb(0 0 0 / 15%);
                box-shadow: 0 6px 9px rgb(0 0 0 / 15%);
                background: #1c86db;
                color: #fff;
            }

.btn {
    border: 0;
    background: #1c86db;
    color: #fff;
    padding: 7px 15px;
    border-radius: 3px;
    text-align: center;
    margin-right: 1px;
    display: inline-block;
}

    .btn:hover {
        background: #4aa0e5;
        cursor: pointer;
    }

    .btn:disabled,
    .btn:disabled:hover,
    .btn.disabled,
    .btn.disabled:hover {
        border-color: #ccc;
        background: #ccc;
        color: #888;
        cursor: not-allowed;
    }

    .btn.success {
        background: #1c86db;
    }

        .btn.success:hover {
            background: #4aa0e5;
        }

    .btn.info {
        background-color: #07d;
    }

        .btn.info:hover {
            background: #0b7dda;
        }

    .btn.warning {
        background: #ff9800;
    }

        .btn.warning:hover {
            background: #e68a00;
        }

    .btn.danger {
        background: #b00;
    }

        .btn.danger:hover {
            background: #da190b;
        }

    .btn.small, .btn.small:before {
        background: #f1f1f1;
        color: #000;
    }

        .btn.small:hover, .btn.small:hover:before {
            background: #ddd;
            color: #000;
        }

    .btn[class^="fa-"]:before, .btn[class*=" fa-"]:before {
        padding: 0;
        margin: 4px -2px 0;
        font-size: 14px;
    }

.ct-footer-bottunbar {
    margin: 15px 0 10px;
    padding: 10px 10px 0 0;
    border-top: 1px dotted #dfdfdf;
    width: 100%;
}

@media only screen and (max-width: 320px) {
    .login-container {
        width: 100%;
    }

    ul.ws-slider {
        height: 270px;
    }

    ul.user-dashboard-menu-list li {
        width: 100%;
    }
}

@media only screen and (min-width: 321px) and (max-width:480px) {
    .login-container {
        width: 100%;
    }

    ul.ws-slider {
        height: 190px;
    }

    ul.user-dashboard-menu-list li {
        width: 50%;
    }
}

@media only screen and (min-width: 481px) and (max-width:768px) {
    .login-container {
        width: 66.66%;
    }

    ul.ws-slider {
        height: 270px;
    }

    ul.user-dashboard-menu-list li {
        width: 33.33%;
    }
}

@media only screen and (min-width: 769px) and (max-width:1024px) {
    ul.user-dashboard-menu-list li {
        width: 25%;
    }
}

@media only screen and (min-width: 1025px) {
    .container {
        min-width: 1025px;
        max-width: 1140px;
    }
}

@media only screen and (max-width: 768px) {
    header i#nav-menu-icon {
        display: block;
    }

    nav.ws-menu {
        display: none;
        height: 100%;
        width: 250px;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background: #111;
        color: #fff;
        overflow-y: auto;
        transition: 0.5s;
        padding-top: 74px;
    }

        nav.ws-menu * {
            width: 100% !important;
            position: relative !important;
            float: none;
            background: #111 !important;
        }

        nav.ws-menu > ul {
            flex-direction: column;
        }

            nav.ws-menu > ul > li a {
                padding: 8px 10px 8px 0 !important;
                color: #bbb;
            }

            nav.ws-menu > ul > li > a:not(:only-child):after {
                position: absolute;
                left: 15px;
            }

        nav.ws-menu ul ul a:not(:only-child):after {
            content: "\f107";
            position: absolute;
            left: 15px;
        }

        nav.ws-menu ul ul ul {
            right: 0;
        }
}

.light {
    color: #999;
}

.game-info {
    margin-bottom: 10px;
}

    .game-info label {
        font-weight: bold;
        margin: 0 5px 0 10px;
    }

    .game-info .title {
        background: #ffeba8;
        color: #333940;
        border-radius: 4px;
        display: flex;
        flex-direction: row;
        font-weight: bold;
    }

        .game-info .title div {
            flex-grow: 1;
        }

            .game-info .title div:last-child {
                text-align: left;
            }

    .game-info .game-type {
        display: flex;
        flex-direction: column;
    }

    .game-info div > i.ic {
        color: #ffcb05;
        width: 25px;
        text-align: center;
    }

    .game-info div i.ic:before {
        font-size: 16px;
    }

    .game-info .items {
    }

        .game-info .items div {
        }

    .game-info .category-list {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
    }

        .game-info .category-list div {
            border: 1px solid #ffcb05;
            border-radius: 4px;
            padding: 5px 10px;
            margin: 1px;
        }

            .game-info .category-list div:first-child {
                background: #ffcb05;
            }

.underline3 {
    text-decoration: underline #ffcb05 3px;
    text-underline-offset: 15px;
}

ul.lang-list {
    list-style: none;
    display: flex;
    flex-direction: row;
}

    ul.lang-list > li {
        margin-right: 5px;
    }

        ul.lang-list > li > img {
            width: 20px;
            height: auto;
            cursor: pointer;
        }

.tiling {
    height: 470px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

    .tiling > div.v2 {
        /* background: #e5eef7; */
        border-radius: 0 0 20px 20px;
        padding: 0 20px 20px;
        display: flex;
        flex-direction: column;
        border: 1px solid #ccc;
        border-top: 0;
    }

    .tiling > div > img {
        border-radius: 20px 20px 0 0;
        width: 100%;
        height: 230px;
    }

    .tiling > div p {
        line-height: 20px;
        flex-grow: 1;
        height: 80px;
    }

    .tiling > div > h2 {
        font-size: 15px;
        margin: 10px 0;
        color: #081b53;
    }

    .tiling > div > div.lnk {
        margin-top: 15px;
    }

        .tiling > div > div.lnk a, .tiling > div > div.lnk a:visited {
            color: #ED1164;
            font-weight: bold;
        }

        .tiling > div > div.lnk i {
            font-size: 95%;
            font-weight: bold;
            margin-right: 7px;
        }

.title-b5 {
    font-size: 48px;
    padding: 50px 0;
    text-align: center;
}

.content-inline-image {
    width: 70% !important;
    margin: 30px 0;
    border-radius: 10px;
}

.content-inline-image-50p {
    width: 50% !important;
    margin: 30px 0;
    border-radius: 10px;
}

@media only screen and (max-width: 481px) {
    .title-b5 {
        font-size: 28px;
    }

    .content-inline-image-50p {
        width: 90% !important;
    }
}

.a-weather {
}

.r4 {
    margin: 7px 0 0;
    color: #0089bf;
    font-size: 12px;
    text-align: center;
}
    .a-weather .date-time {
        font-size: 11px;
    }

    .a-weather .no-data {
    }

.div-tbl02 {
    width: 100%;
}

    .div-tbl02 > div {
        display: flex;
        flex-direction: row;
        border-radius: 10px;
        box-shadow: 0 4px 5px #eee;
        padding: 8px;
        margin: 5px 0;
    }

        .div-tbl02 > div > div {
            flex-grow: 1;
            min-width: 50%;
        }

            .div-tbl02 > div > div:first-child {
            }

                .div-tbl02 > div > div:first-child i {
                    margin: 0 5px 0 10px;
                    min-width: 25px;
                    text-align: center;
                }

            .div-tbl02 > div > div:last-child {
                direction: ltr;
                text-align: right;
                display:flex;
                flex-direction:row;
            }

                .div-tbl02 > div > div:last-child > span {
                    font-family: arial;
                    font-size: 16px;
                    font-weight: bold;
                    margin: 0 10px;
                    min-width: 45%;
                }

                    .div-tbl02 > div > div:last-child > span.value {
                        color: #666;
                    }
                    .div-tbl02 > div > div:last-child > span.unit {
                        color: #639;
                        text-align: left;
                        font-size: 13px;
                        font-weight: normal;
                    }


.more-link {
    margin: 10px 5px;
    padding: 10px;
}

.more-list {
}
