@import "/public/__Global/Styles/global.css";

/*root*/
:root {
    --base-color: #084d24;
    --back-color: #D9D9D9;
    --box-color: #31502c;
    --div-color: #FAF1D6;

    --hover-color: #8efd33;
    --bilt-color: #27fa6a;
    --boarder-color: #1bf67a;
    --select-color: #FAF1D6;
    --pop-color: #003D3B;

    --green-color: #3cb878;
    --snow-color: #f8f8f8;
    --red-color: #cd0303;
    --yellow-color: #ffcc00;
    --gold-color: gold;
}

::-webkit-scrollbar-thumb {
    background: var(--box-color) !important;
}

/* pages */
html, body {
    position: fixed;
    direction: ltr;
    display: block;
    clear: both;
    height: 100vH;
    width: 100vW;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    overflow: hidden;
    overflow-y: auto;
    background: var(--back-color);
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

i svg, i img {
    width: 100%;
    height: 100%;
    display: block;
    clear: both;
    cursor: pointer;
    position: relative;
}

i img {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: auto !important;
}

.clear {
    display: block;
    clear: both;
}

.popup_box {
    position: fixed;
    margin: auto;
    width: 100vW;
    height: 100vH;
    display: block;
    clear: both;
    z-index: 500;
    background: rgb(16 16 16 / 5%);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.popup_box object.box_show_link {
    position: relative;
    display: block;
    width: 97%;
    height: auto;
    max-height: calc(90vH - 60px);
    min-height: 200px;
    max-width: 1280px;
    min-width: 200px;
    top: 60px;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 0;
    border-radius: 10px;
    margin: 1.5vH auto;
    opacity: 1;
    overflow: hidden !important;
}

/*.popup_box object.box_show_link .close {*/
/*    display: none;*/
/*    visibility: hidden;*/
/*}*/
.popup_box object.box_show_link .close {
    position: absolute;
    background: #EF7900;
    display: block;
    margin: 0px auto auto 0px;
    font-size: 15px;
    font-weight: 100;
    padding: 15px;
    border-radius: 50%;
    text-align: left;
    direction: ltr;
    color: #f3f3f3;
    z-index: 20;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: 12%;
    left: 2%;
    cursor: pointer;
}

.popup_box object.box_show_link .close:before {
    cursor: pointer;
}

.popup_box object.box_show_link .show_responsive {
    position: relative;
    width: 100%;
    height: 100%;
    max-height: calc(85vH - 50px);
    min-height: calc(200px - 50px);
    margin: auto;
    display: block;
    direction: ltr;
    overflow: auto;
    padding-bottom: 5vH;
    z-index: 0;
    background: rgba(217, 217, 217, 0.90);
    border-radius: 2.6vW;
}

.popup_box object.box_show_link .show_responsive iframe {
    position: relative;
    overflow: hidden;
    display: block;
    clear: both;
    width: calc(100%);
    margin: auto;
    height: calc(87vH);
    z-index: 0;
    border-radius: 5px;
}

form {
    position: relative;
    margin: auto;
    display: block;
    clear: both;
}

form label {
    position: relative;
    display: block;
    margin: 20px 10px;
    clear: both;
}

form label input {
    position: relative;
    margin: auto;
    display: block;
    padding: 2.5vH 4.5vW 2.5vH 2vW;
    font-family: 'ray_b';
    direction: rtl;
    color: #181818;
    background: var(--hover-color);
    border: unset;
    border-radius: 5vW;
    width: calc(100% - 30px);
    max-width: 90vW;
}

form label input::placeholder {
    color: #3f3d3d;
}

form .submiter {
    position: relative;
    display: block;
    clear: both;
    margin: 70px auto auto auto;
    direction: rtl;
    padding: 15px 0px;
    max-width: 500px;
    text-align: left;
}

form .submiter p {
    position: relative;
    display: inline-block;
    color: #181818;
    font-family: 'ray_b';
    font-size: 15px;
    margin: 5px 10px;
    cursor: pointer;
}

form .submiter span.in_close {
    width: 45px;
    height: 45px;
    display: inline-block;
    position: relative;
    margin: 5px 10px;
    top: 20px;
    cursor: pointer;
}

form .submiter span.in_close svg {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
}

form .submiter input[type="submit"], .submit {
    position: relative;
    margin: auto;
    display: inline-block;
    padding: 1.5vH 2vW;
    font-family: 'ray_h';
    direction: rtl;
    color: rgb(0 0 0 / 66%);
    background: var(--hover-color);
    border: unset;
    border-radius: 5vW;
    cursor: pointer;
    top: -5px;
    font-size: 1.1vW;
}


._audio, ._video, ._img, ._file, ._embed {
    max-width: 100% !important;
    clear: both !important;
    display: block !important;
    margin: 1% auto 1% auto !important;
    position: relative !important;
    max-height: max(350px, 60vH) !important;
    min-height: max(150px, 20vH) !important;
    overflow: hidden !important;
    border-radius: 5px !important;
    direction: rtl;
    text-align: center;
}

._embed {
    min-height: 210px;
}

.fui-noty {
    background: center center no-repeat;
    background-size: cover;
}

input[type="checkbox"], input[type="radio"] {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 0.01px;
    width: 0.01px;
    margin: auto;
    padding: 0;
}

input[type="radio"] + span {
    box-shadow: 3px 3px 3px #00000091;
    position: relative;
    display: inline-block;
    text-indent: 0px;
    background: #e7e5e566;
    border: 1px solid #0b0b0b;
    width: 24px;
    height: 24px;
    border-radius: 3px;
    cursor: pointer;
    top: 7px;
    margin: 0px 5px;
    -webkit-transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9);
    transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9);
}

input[type="radio"] + span i {
    display: none !important;
    position: absolute;
    color: var(--gold-color) !important;
    font-size: 0% !important;
    text-align: center;
    z-index: 10;
    top: -20px !important;
    bottom: 0 !important;
    height: 105% !important;
    width: 105% !important;
    right: -15px;
    left: 0 !important;
    margin: 10px auto;
    -webkit-transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9);
    transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9);
}

input[type="radio"]:checked + span i {
    display: block !important;
    font-size: 220% !important;
}

input[type="checkbox"] + span {
    position: relative;
    display: inline-block;
    overflow: hidden;
    text-indent: -9999px;
    background: #ccc;
    width: 60px;
    height: 30px;
    border-radius: 100px;
    margin: 0px 10px;
    top: 0px;
    cursor: pointer;
    -webkit-transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9);
    transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9);
}

input[type="checkbox"] + span:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--pop-color);
    color: #f8f8f8;
    border-radius: 100px;
    -webkit-transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9) 0.1s;
    transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9) 0.1s;
    -webkit-transform: translateZ(0) scale(0);
    transform: translateZ(0) scale(0);
}

input[type="checkbox"] + span:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    display: block;
    height: 26px;
    width: 26px;
    background: white;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9);
    transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9);
    -webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
}

input[type="checkbox"]:checked + span, span[checked="checked"], span:checked {
    background: #1f5823;
}

input[type="checkbox"]:checked + span:after, span[checked="checked"]:after, span:checked:after {
    left: calc(100% - 28px);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-name: start;
    -webkit-animation-duration: 0.3s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-name: start;
    -moz-animation-duration: 0.3s;
    -moz-animation-iteration-count: 1;
    animation-name: start;
    animation-duration: 0.3s;
    animation-iteration-count: 1;
}

form label i, .form label i, form label svg, .form label svg {
    position: absolute;
    margin: auto;
    display: block;
    z-index: 1;
    right: 5%;
    left: unset !important;
    top: 0;
    bottom: 0;
    cursor: pointer;
    font-size: 2vW;
    width: 2vW;
    height: 2vW;
    color: #181818 !important;
}

span.in_close svg {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 60px !important;
    max-height: 60px !important;
    display: block !important;
    cursor: pointer !important;
    right: unset !important;
    left: unset !important;
    bottom: unset !important;
    top: unset !important;
}

table {
    direction: rtl;
    border-spacing: 1px;
    border-collapse: collapse;
    max-width: 1280px;
    width: 99%;
    min-width: 85%;
    margin: 0 auto;
    position: relative;
    border-radius: 5px;
    clear: both;
}

table * {
    position: relative;
}

table tbody {
    border-bottom: var(--base-color) 3px solid;
    box-shadow: 0px 0px 5px #231f1fa1;
}

table td, table th {
    min-width: 30px;
    max-height: 200px;
    overflow: hidden;
    overflow-y: auto;
    padding: 15px 10px;
    font-family: 'naz_900';
    background: var(--hover-color);
    border-radius: 9px;
}

table thead tr {
    padding: 10px;
    background: transparent;
    font-size: 16px;
    min-height: 45px;
}

table thead td {
    font-family: naz_900;
    background: var(--red-color);
    color: var(--back-color);
    font-size: 18px;
}

table tbody tr:nth-of-type(2n) {
    background: var(--base-color);
}

table tbody tr:nth-child(2n) {
    background: var(--box-color);
}

table tbody tr:nth-child(2n) td {
    color: #7d7d7b;
}

table tbody tr {
    min-height: 48px;
    border-bottom: 1px solid var(--green-color);
    background: var(--base-color);
}

table tbody tr:last-child {
    border: 0;
}

table td, table th {
    text-align: center;
    border-right: var(--back-color) 2px solid;
    border-left: var(--back-color) 2px solid;
}

table td.l, table th.l {
    text-align: right;
}

table td.c, table th.c {
    text-align: center;
}

table td.r, table th.r {
    text-align: center;
}

table th {
    color: #181818;
    text-align: center;
}

table td {
    font-family: naz_500;
    color: #b1afaf;
    font-size: 16px;
    direction: rtl;
}

table td img {
    display: table;
    position: relative;
    margin: auto;
    max-width: 100px;
    max-height: 100px;
    width: 100%;
    height: 100%;
    padding: 5px;
}

table td i.icon {
    position: relative !important;
    display: inline-block;
    width: 25px;
    height: 25px;
    font-size: 25px;
    color: #626262;
    cursor: pointer;
    padding: 5px;
    right: unset !important;
    left: unset !important;
    -webkit-transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9);
    transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9);
}

table td i.icon:hover {
    color: var(--back-color);
}

table tfoot td {
    background: #535758 !important;
    color: #f7f7f7 !important;
}

.selection {
    position: fixed;
    margin: 0px auto;
    clear: both;
    width: 100vW;
    height: 100vH;
    overflow: hidden;
    z-index: 0;
    display: block;
    background: rgba(0, 0, 0, 0.5);
}

.logo_loading {
    position: relative;
    display: block;
    margin: 2% auto;
    padding: 15px;
    clear: both;
    text-align: center;
    justify-content: center;
}

.logo_loading img {
    display: block;
    clear: both;
    margin: auto;
    position: relative;
    max-width: 100vW;
    max-height: 100vH;
    width: 180px;
    height: auto;
    border-radius: 25%;
}

.progs_loading {
    position: relative;
    clear: both;
    margin: 5% auto 15px auto;
    display: block;
    width: 90%;
    max-width: 1000px;
    height: 12px;
    background: #ececec;
    border-radius: 25px;
    border: 2px solid #121111;
    direction: rtl;
    overflow: hidden;
}

.progs_loading span {
    position: absolute;
    display: block;
    height: 100%;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0%;
    background: #cd2004;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.num_load {
    position: relative;
    clear: both;
    margin: 10px auto;
    display: block;
    width: 90%;
    max-width: 1000px;
    direction: rtl;
    text-align: center;
    font-family: 'per_add';
    font-size: 17px;
    font-weight: bold;
    color: snow;
}

.set_text {
    position: relative;
    clear: both;
    margin: 30px auto;
    display: block;
    width: 90%;
    max-width: 1000px;
    direction: rtl;
    text-align: center;
    font-family: 'ray';
    font-size: 17px;
    font-weight: bold;
    color: snow;
}

.set_text h1 {
    font-size: 40px;
    color: snow;
    font-weight: 900;
}

.set_text h3 {
    font-size: 25px;
    margin: 20px;
    color: snow;
    font-weight: 100;
}

.copyright {
    position: absolute;
    clear: both;
    margin: auto;
    display: block;
    width: 90%;
    max-width: 1000px;
    direction: rtl;
    text-align: center;
    font-family: 'per_add';
    font-size: 13px;
    color: #cecdcd;
    bottom: 2px;
    right: 0;
    left: 0;
    font-weight: 700;
    z-index: 2;
}

.row {
    position: relative;
    display: block;
    clear: both;
    width: 100%;
    min-height: 35%;
    margin: auto;
}

.back_fix {
    display: block;
    margin: auto;
    clear: both;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
}

.back_fix img {
    position: absolute;
    margin: auto;
    display: block;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    touch-callout: none;
    -moz-touch-callout: none;
    -o-touch-callout: none;
    -webkit-touch-callout: none;
    pointer-events: none;
    -ms-pointer-events: none;
    -moz-pointer-events: none;
    -webkit-pointer-events: none;
    user-drag: none;
}

.icon {
    position: absolute;
    margin: auto;
    display: block;
    color: var(--box-color);
}

i spin {
    position: absolute;
    font-size: 1vW;
    font-family: 'per_add';
    color: #181818;
    bottom: 75%;
    right: -10%;
    font-weight: 900;
}

canvas {
    position: fixed;
    margin: auto;
    clear: both;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100vW;
    max-width: 100vW;
    min-width: 100%;
    height: 100vH;
    max-height: 100vH;
    min-height: 100%;
    display: block;
}

.content {
    position: absolute;
    display: block;
    margin: auto;
    gap: 30px;
    border-radius: 20px;
    width: min(1024px, 95vW);
    height: min(512px, 95vH);
    z-index: 2;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: hidden;
    overflow-y: auto;
    background: rgba(235, 235, 235, 0.08);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    box-sizing: border-box;
    max-height: 100%;
    max-width: 100%;
}

#divLawyer {
    height: 250px;
    width: 250px;
    background: url('/public/Myball/Scripts/front/others/old projects/jalebsource/files_chamancanvas/lawyer_sprite.png') no-repeat 0;
    position: absolute;
    bottom: 0;
    left: 7%;
    background-position: 0 0;
    z-index: -1;
    -moz-transition: unset !important;
    -webkit-transition: unset !important;
    transition: unset !important;
    opacity: 0;
}


ul.menu_bar {
    position: relative;
    display: grid;
    margin: auto;
    clear: both;
    grid-template-columns: 33.33% 33.33% 33.33%;
    direction: rtl;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}

ul.menu_bar li {
    position: relative;
    display: block;
    margin: 5%;
    clear: both;
    width: calc(100% - 10%);
    height: calc(100% - 10%);
    border: 2px solid rgb(4 25 3 / 23%);
    box-shadow: 0px 0px 0.2vW #151514, inset 0px -10px 2vW rgb(255 255 255 / 30%);
    border-radius: 15px;
    cursor: pointer;
}

ul.menu_bar li i:nth-child(1) {
    position: relative;
    margin: 2% auto;
    width: 30%;
    height: auto;
    max-height: 40%;
    display: block;
    text-align: center;
    justify-content: center;
    cursor: pointer;
    z-index: 0;
}

ul.menu_bar li i:nth-child(4), ul.menu_bar li i:nth-child(2) {
    margin: auto;
    font-size: 25px;
    width: 25px;
    height: 25px;
    color: #f8f8f8;
    text-shadow: 0px 0px 5px #181818;
    bottom: 5%;
    left: 5%;
    cursor: pointer;
    z-index: 1;
}

ul.menu_bar li h1 {
    position: relative;
    margin: auto;
    display: block;
    clear: both;
    text-align: center;
    font-size: 25px;
    font-family: 'kalame_b';
    color: #181818;
    text-shadow: 0px 0px 2px #ffffff;
    padding: 4% 1%;
    cursor: pointer;
}

ul.menu_bar li h3 {
    position: relative;
    margin: auto;
    display: block;
    clear: both;
    text-align: center;
    font-size: 16px;
    font-family: 'titr_r';
    color: rgb(54 54 54 / 53%);
    text-shadow: 0px 0px 1px #181818;
    padding: 0px 1%;
}

ul.menu_bar li i, ul.menu_bar li i svg {
    cursor: pointer;
}

.row#show_tv {
    position: absolute;
    margin: auto;
    display: block;
    width: 85vW;
    height: 85vH;
    background: #f8f8f8;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    border-radius: 20px;
    opacity: 1;
    overflow: hidden;
}


.owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-stage-outer {
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    width: 100% !important;
}

.owl-item, .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-item img {
    display: block;
    margin: 0 auto;
}

.owl-dots.disabled, .owl-nav.disabled {
    display: none
}

.no-js, .owl-loaded {
    visibility: visible;
    opacity: 1;
}

.owl-dot, .owl-nav .owl-next, .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-loading {
    opacity: 0;
    display: block
}

.owl-hidden {
    opacity: 0
}

.owl-refresh .owl-item {
    visibility: hidden
}

.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-rtl {
    direction: rtl;
}

.owl-rtl .owl-item {
    float: right;
    min-width: 130px;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.owl-animated-in {
    z-index: 0
}

.owl-animated-out {
    z-index: 1
}

.fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease;
}

.owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-video-playing .owl-video-play-icon, .owl-video-playing .owl-video-tn {
    display: none
}

.owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease;
}

.owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-buttons.disabled {
    display: none !important;
}

.owl-item .owl-lazy {
    opacity: 1
}

.posts_list {
    position: relative;
    margin: auto;
    min-width: 100%;
    display: block;
    clear: both;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}


ul.cat_menu {
    position: relative;
    display: block;
    margin: 13% auto auto auto !important;
    width: 100%;
    height: calc(100% - 30%);
    z-index: 2;
}

ul.cat_menu li[rol="1"] {
    position: relative;
    margin: 2% 1%;
    width: calc(100% - 60px - 2%);
    clear: both;
    display: block;
    padding: 45px 30px;
    border-radius: 20px;
    background: #306E33;
    color: #FFC700;
    font-size: 18px;
    font-family: 'ray_h';
    direction: rtl;
    text-align: center;
    justify-content: center;
    cursor: pointer;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

ul.cat_menu li[rol="2"] {
    position: relative;
    margin: 2% 1%;
    width: calc(100% - 60px - 2%);
    clear: both;
    display: block;
    padding: 45px 30px;
    border-radius: 20px;
    background: rgb(255 199 0 / 70%);
    color: #181818;
    font-size: 18px;
    font-family: 'ray_h';
    direction: rtl;
    text-align: center;
    justify-content: center;
    cursor: pointer;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

ul.cat_menu li[rol="2"] span {
    position: absolute;
    width: 100%;
    margin: auto;
    display: block;
    height: auto;
    right: 0;
    left: 0;
    top: 110%;
}

ul.cat_menu li h1 {
    position: relative;
    display: block;
    font-family: 'ray_h';
    margin: auto;
    text-align: center;
}

ul.cat_menu li[rol="1"]  span {
    display: none;
}

ul.cat_menu li[rol="2"] span b {
    position: relative;
    display: block;
    margin: 5% auto 2.5% auto;
    padding: 10px 15px;
    background: rgb(248 248 248 / 80%);
    border-radius: 15px;
    text-align: center;
    font-family: 'naz_500';
    cursor: pointer;
}

.back_cat {
    display: block;
    margin: auto;
    clear: both;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    filter: blur(0px);
    overflow: hidden;
}

.back_cat img {
    position: relative;
    margin: auto;
    display: block;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    touch-callout: none;
    -moz-touch-callout: none;
    -o-touch-callout: none;
    -webkit-touch-callout: none;
    pointer-events: none;
    -ms-pointer-events: none;
    -moz-pointer-events: none;
    -webkit-pointer-events: none;
    user-drag: none;
    filter: blur(0px);
}

.row_box {
    position: relative;
    margin: 7%;
    z-index: 4;
    background: rgb(255 199 0 / 25%);
    display: block;
    padding: 10px;
    border-radius: 15px;
    max-height: calc(85vH - 15%);
    overflow: hidden;
    overflow-y: auto;
}

.row_box h1 {
    position: relative;
    display: block;
    text-align: center;
    padding: 15px;
    font-family: 'kalame_b';
    font-size: 25px;
    margin: auto;
}

.row_box .show_box {
    position: relative;
    margin: auto;
    font-family: 'ray_b';
    font-size: 18px;
    font-weight: 200;
    padding: 10px 15px;
    text-align: justify;
    direction: rtl;
}

.backer {
    position: relative;
    display: block;
    margin: 2% auto;
    clear: both;
    z-index: 10;
}

.backer i {
    position: absolute;
    background: #03340e;
    display: block;
    margin: 0px auto;
    font-size: 15px;
    font-weight: 100;
    padding: 15px;
    border-radius: 50%;
    text-align: left;
    direction: ltr;
    color: #f3f3f3;
    z-index: 20;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    left: 5%;
    cursor: pointer;
}

.dayereh {
    position: relative;
    margin: auto;
    font-family: 'ray_b';
    font-size: 16px;
    font-weight: 200;
    padding: 5px;
    text-align: right;
}

.dayereh tv {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    min-height: 200px;
    display: block;
    margin: auto;
}


.dayereh i {
    position: absolute;
    background: #D9D9D9;
    display: block;
    margin: 0px auto;
    font-size: 15px;
    font-weight: 100;
    padding: 15px;
    border-radius: 10px;
    text-align: left;
    direction: ltr;
    color: #181818;
    z-index: 20;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    bottom: 0;
    cursor: pointer;
}

.dayereh i.icoon.fui-arrow-right {
    bottom: 1.5%;
    right: 1.5%;
}

.dayereh i.icoon.fui-arrow-left {
    bottom: 1.5%;
    left: 1.5%;
}

h1.h1 {
    position: relative;
    display: block;
    text-align: center;
    padding: 15px;
    font-family: 'naz_900';
    font-size: 30px;
    margin: 5% auto -5% auto;
    color: #181818;
    z-index: 2;
}

.week_day {
    position: relative;
    margin: auto;
    display: block;
}

.week_day lable {
    position: relative;
    margin: auto;
    display: block;
    padding: 15px 15px 0px 15px;
    font-size: 15px;
    font-family: 'ray_b';
    font-weight: 500;
}

.week_day selction {
    border: 2px solid transparent;
    border-radius: 5px;
    padding: 5px;
    position: relative;
    margin: 10px;
    display: block;
    background: #f8f8f8;
}

.week_day selction span.weda {
    position: relative;
    margin: 10px;
    display: inline-block;
    width: 50px;
    height: 60px;
    border: 2px solid #c9c9c9;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
    -moz-transition: all 0.73s ease;
    -webkit-transition: all 0.73s ease;
    transition: all 0.73s ease;
}

.week_day selction span.weda * {
    cursor: pointer;
}

.week_day selction span.weda:hover {
    background: #eee;
}

.week_day selction span.weda.active {
    background: #018794;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.week_day selction span.weda.active * {
    color: #f8f8f8;
}

.week_day selction span.weda name {
    position: relative;
    margin: auto;
    display: block;
    font-size: 9px;
    font-family: 'ray_b';
    font-weight: 500;
    text-align: center;
}

.week_day selction span.weda day {
    position: relative;
    margin: auto;
    display: block;
    font-size: 22px;
    font-family: 'sans';
    font-weight: 900;
    text-align: center;
}

.week_day selction span.weda span {
    position: relative;
    margin: auto;
    display: block;
    font-size: 13px;
    font-family: 'ray_b';
    font-weight: 300;
    text-align: center;
    top: -5px;
}

form select {
    position: relative;
    margin: auto;
    display: block;
    padding: 15px;
    font-family: 'sans';
    direction: rtl;
    color: var(--box-color);
    background: #f8f8f8;
    border: unset;
    border-radius: 5px;
    width: calc(100% - 30px);
    max-width: 500px;
}

form label, .form label {
    position: relative;
    display: block;
    margin: 20px 10px;
    clear: both;
}

form label input, .form label input {
    position: relative;
    margin: auto;
    display: block;
    padding: 15px;
    font-family: 'sans';
    direction: rtl;
    color: var(--box-color);
    background: #f8f8f8;
    border: unset;
    border-radius: 5px;
    width: calc(100% - 30px);
    max-width: 500px;
}

form label i, .form label i, form label svg, .form label svg {
    position: absolute;
    margin: auto;
    display: block;
    z-index: 1;
    left: 20px;
    right: unset !important;
    top: 0;
    bottom: 0;
    cursor: pointer;
    font-size: 25px;
    width: 25px;
    height: 25px;
}

.btn.btn-p {
    position: relative;
    display: block;
    margin: 5% auto 2.5% auto;
    padding: 20px 20px;
    background: rgb(0 43 3 / 80%);
    border-radius: 15px;
    text-align: center;
    font-family: 'ray';
    max-width: 70vW;
    width: 330px;
    color: gold;
    cursor: pointer;
}

.cadr_cat {
    position: relative;
    max-width: 500px;
    margin: 2% auto;
    clear: both;
    display: block;
    text-align: center;
    justify-content: center;
    border-radius: 15px;
    overflow: hidden;
}

.cadr_cat img {
    position: relative;
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    border-radius: 15px;
}

b.b {
    color: #165e09;
    cursor: pointer;
}

video.just_video {
    position: relative;
    margin: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
    z-index: 10;
}

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

    @media only screen and (max-width: 700px) {
        ul.menu_bar {
            grid-template-columns: 50% 50%;
        }

        @media only screen and (max-width: 400px) {
            ul.menu_bar {
                grid-template-columns: 100%;
            }
        }
    }

}

@media only screen and (min-width: 1220px) {

}
