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

/*root*/
:root {
    --base-color: rgb(49 49 49 / 79%);
    /*--back-color: #CBCBCB;*/
    --back-color: #EDEDED;
    --box-color: #2C3E50;
    --div-color: #FFEBCA;

    --pop-color: #1f96fc;
    --bilt-color: #21aef1;
    --boarder-color: #033541;
    --select-color: #ffdd00;
    --hover-color: #ffa200;

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

::-webkit-scrollbar-thumb {
    background: #ffffff !important;
}


/* pages */
html, body {
    position: relative;
    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;
}

web {
    position: relative;
    margin: 0px auto;
    width: 100%;
    height: auto;
    min-height: 100%;
    display: block;
    z-index: 0;
    clear: both;
    background: var(--back-color);
}

web section {
    position: relative;
    margin: auto;
    display: block;
    clear: both;
    padding-top: 70px;
}

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


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

span.lin_text {
    display: block;
    margin: 2% auto;
    clear: both;
    width: 95%;
    max-width: 95vW;
    direction: rtl;
    padding: 10px 55px 10px 5px;
    font-size: 18px;
    font-family: 'sans_b';
    color: #2C3E50;
    position: relative;
}

span.lin_text i {
    font-size: 30px;
    width: 30px;
    height: 30px;
    right: 10px;
    top: 0;
    bottom: 0;
}

span.lin_text b.asee {
    position: absolute;
    font-size: 15px;
    color: #181818;
    margin: auto;
    height: 18px;
    top: 0;
    bottom: 0;
    left: 5%;
    cursor: pointer;
    text-decoration-color: rgb(39 40 39 / 57%);
}

span.lin_text b.asee i {
    top: 5px;
    width: 13px;
    height: 13px;
    font-size: 13px;
    right: 100%;
    bottom: 0;
    left: unset;
    color: #181818;
    cursor: pointer;
}


.flex {
    position: relative;
    display: grid;
    grid-template-columns: auto auto auto auto;
    margin: auto;
    clear: both;
    max-width: 1280px;
}

.flex[role="row"] {
    flex-wrap: wrap;
    flex-direction: row;
    align-content: stretch;
    justify-content: space-around;
    align-items: stretch;
}

.flex[role="list"] {
    flex-wrap: nowrap;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.flex li {
    position: relative;
    width: auto;
    height: auto;
    display: block;
    clear: both;
    padding: 0px 0px;
    margin: auto;
    border-radius: 5px;
}

.flex li img {
    position: relative;
    display: block;
    z-index: 0;
    margin: 5% 2.5%;
    border: 2px solid #969696a1;
    border-radius: 20px;
    padding: 0;
    text-align: center;
    width: 95%;
    height: calc(85vW / 6);
    justify-content: center;
    cursor: pointer;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #fbfafa;
    box-shadow: 0px 6px 7px #2323234f;
}

.flex li h3 {
    position: absolute;
    margin: auto;
    width: calc(95% - 15%);
    height: calc(95% - 45%);
    display: none;
    z-index: 5;
    cursor: pointer;
    background: rgb(50 48 48 / 45%);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    font-size: 16px;
    font-family: 'sans_b';
    color: #e3e3e3;
    text-align: center;
    justify-content: center;
    padding: 25% 10%;
    direction: rtl;
    border-radius: 15px;
    overflow: hidden;
}

.flex li:hover h3 {
    display: block;
}

.flex li:hover h3 b svg {
    position: relative;
    margin: 5px auto;
    z-index: 2;
    cursor: pointer;
    display: block;
}

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

._embed {
    min-height: 210px;
    width: 80%;
}

span.lmsli {
    position: relative;
    display: block;
    margin: 5% 2.5%;
    border: 2px solid #969696a1;
    border-radius: 20px;
    padding: 0;
    text-align: center;
    width: 95%;
    height: calc(85vW / 6);
    justify-content: center;
    cursor: pointer;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #fbfafa;
    box-shadow: 0px 6px 7px #2323234f;
}

span.lmsli i {
    display: block;
    width: 50%;
    height: auto;
    max-height: 50%;
    margin: 15% auto 10% auto;
    cursor: pointer;
    color: #aca5994d;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

span.lmsli h1 {
    position: relative;
    display: block;
    font-size: 14px;
    font-family: 'naz_300';
    margin: 0.5% 1% 0.5% 1% !important;
    top: 10px;
    color: #060606;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
}

span.lmsli i img, span.lmsli i svg {
    filter: brightness(0.1) opacity(0.6);
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


span.lmsli:hover, .flex li:hover img {
    border: 2px solid #0a8660;
}

span.lmsli:hover h1 {
    color: #181818;
    font-family: 'naz_900';
}

span.lmsli:hover i img, span.lmsli:hover i svg, .flex li:hover img {
    filter: brightness(0.7) opacity(1) drop-shadow(0px 0px 0.8px #045740);
}


/* end LMS*/


header {
    position: fixed;
    margin: 0px auto;
    clear: both;
    width: 100%;
    height: 70px;
    background: #ffffff;
    z-index: 20;
    top: 0;
    right: 0;
    left: 0;
}


menu.menofot {
    display: block;
    position: absolute;
    top: 7px;
    right: 15px;
    margin: auto;
    cursor: pointer;
    z-index: 400;
    padding: 0px 5px 5px 5px;
    border-radius: 7px;
    width: 50px;
    height: 50px;
}

menu.menofot .menubar {
    position: relative;
    box-sizing: border-box;
    color: #181818;
    transition: 0.7s cubic-bezier(0.53, 0, 0.15, 1.3);
    z-index: 100;
    width: 100%;
    height: 100%;
    display: block;
    margin: auto;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

menu.menofot .containerz {
    position: absolute;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: 0px;
    bottom: 0;
    display: block;
    right: 0;
    left: 0;
    margin: auto;
    height: 100%;
    width: 100%;
}

menu.menofot .toggle {
    position: absolute;
    height: 35px;
    width: 35px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    left: 0;
}

menu.menofot .toggle:before {
    top: -20px !important;
}

menu.menofot .toggle:after {
    top: 20px !important;
}

menu.menofot .toggle:after, .toggle:before, span#line_3 {
    content: '';
    cursor: pointer;
    background: #181818;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    transition: 0.6s cubic-bezier(0.53, 0, 0.15, 1.3);
    -webkit-transition: 0.6s cubic-bezier(0.53, 0, 0.15, 1.3);
    -moz-transition: 0.6s cubic-bezier(0.53, 0, 0.15, 1.3);
    width: 100%;
    height: 4.5px;
    border-radius: 3px;
}

menu.menofot .toggle.close:before {
    transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
    top: 0 !important;
}

menu.menofot .toggle.close:after {
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    top: 0 !important;
}

header logo {
    display: block;
    position: absolute;
    top: 3px;
    right: 80px;
    margin: auto;
    cursor: pointer;
    z-index: 400;
    padding: 5px 5px 5px 5px;
    border-radius: 7px;
    width: 55px;
    height: 55px;
    overflow: hidden;
}

header logo img {
    position: relative;
    margin: auto;
    cursor: pointer;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

header h1 {
    display: block;
    position: absolute;
    top: 15px;
    right: 150px;
    margin: auto;
    cursor: pointer;
    z-index: 400;
    padding: 5px 5px 5px 5px;
    font-size: 20px;
    width: auto;
    height: auto;
    font-family: 'naz_300';
    font-weight: bolder;
    text-align: center;
    -webkit-text-stroke: thin;
}

header user {
    display: block;
    position: absolute;
    top: 2.5px;
    left: 20px;
    margin: auto;
    cursor: pointer;
    z-index: 400;
    padding: 20px 5px 15px 90px;
    width: 200px;
    height: auto;
    font-family: 'naz_300';
    direction: rtl;
}

header user name {
    position: relative;
    margin: auto;
    text-align: left;
    font-size: 19px;
    font-family: 'kalame';
    width: 90%;
    display: block;
    top: -2px;
    cursor: pointer;
    color: #181818;
}

header user img {
    width: 50px;
    height: 50px;
    background: #292D32;
    border: 3px solid #292D32;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    top: 0px;
    bottom: 0px;
    position: absolute;
    margin: auto;
    left: 30px;
}

header user i {
    width: 20px;
    height: 20px;
    font-size: 20px;
    top: 0;
    bottom: 0;
    left: -2%;
    cursor: pointer;
    transform: rotate(-90deg);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

header user i * {
    cursor: pointer;
}


header logo img.overlos {
    position: absolute;
    margin: auto;
    display: block;
    z-index: 3;
    top: 0;
    right: 0;
    left: -5%;
    bottom: -5%;
    width: 110%;
    height: 110%;
    max-width: unset;
    max-height: unset;
    -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;
    -moz-user-drag: none;
    -o-user-drag: none;
    -webkit-user-drag: none;
}

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

.lin_text slot.in_search {
    position: absolute;
    width: max(15%, 18vW);
    height: 85%;
    overflow: hidden;
    border: 2px solid var(--box-color);
    border-radius: 5vW;
    text-align: center;
    justify-content: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
    margin: auto;
    display: block;
    top: 0;
    bottom: 0;
    left: 5%;
}

.lin_text slot.in_search input {
    position: absolute;
    margin: auto;
    width: calc(100% - 40px);
    height: 100%;
    display: block;
    visibility: visible;
    border: unset;
    color: var(--box-color);
    font-size: 12px;
    font-family: 'sans';
    padding: 0px 40px 0px 15px;
}

.lin_text slot.in_search input::placeholder {
    color: #383535;
}

.lin_text slot.in_search i {
    right: 10px;
    left: unset;
    transform: rotate(35deg);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.4s ease;
}

.lin_text slot.in_search:hover i, .lin_text slot.in_search:active i, .lin_text slot.in_search:focus i {
    transform: rotate(0deg);
}


.right_tolbar {
    position: fixed;
    margin: auto;
    width: 100%;
    height: calc(100% - 70px);
    overflow: hidden;
    bottom: 0;
    right: 0;
    background: rgb(0 0 0 / 30%);
    z-index: 400;
}

.right_tolbar object.box_show_link .show_responsive {
    position: absolute;
    width: 100%;
    height: calc(100%);
    bottom: 0;
    margin: auto;
    right: 0;
    left: 0;
    direction: ltr;
    overflow: hidden;
    overflow-y: auto;
    background: #ffffff;
    display: block;
    -moz-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.right_tolbar object.box_show_link {
    position: absolute;
    width: 0%;
    max-width: 250px;
    opacity: 0;
    height: 100%;
    background: #ffffff;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    -moz-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.show_object {
    width: 100% !important;
    opacity: 1 !important;
    -moz-transition: all 1s ease !important;
    -webkit-transition: all 1s ease !important;
    transition: all 1s ease !important;
}

.right_tolbar object.box_show_link .close.icon.fui-cross {
    position: absolute;
    top: 0;
    margin: auto;
    background: #ffffff;
    border-bottom: unset;
    box-shadow: unset;
    padding: 25px 0px;
    color: #181818;
    font-size: 18px;
    font-weight: 900;
    overflow: hidden;
    text-align: right;
    padding-right: 20px;
    z-index: 2;
    display: none;
}

.right_tolbar object.box_show_link .close.icon.fui-cross:before {
    color: #f8f8f8;
    position: absolute;
    width: 25px;
    height: 25px;
    margin: auto;
    top: 0;
    bottom: 0;
    font-weight: 100;
    font-size: 20px;
    cursor: pointer;
    left: 20px;
}

.inline {
    position: relative;
    display: inline-flex;
    margin: -2px 5px;
}

ul.menu_uli {
    position: relative;
    margin: auto;
    display: block;
    clear: both;
    width: 80%;
    height: 94%;
    overflow: hidden;
    overflow-y: auto;
    padding: 10%;
}

ul.menu_uli li {
    position: relative;
    margin: 5px 1%;
    text-align: center;
    justify-content: center;
    direction: rtl;
    padding: 2%;
    display: block;
}

ul.menu_uli li i {
    width: 30px;
    height: 30px;
    font-size: 30px;
    top: 0;
    right: 11px;
    bottom: 0;
    color: #368DFF;
    cursor: pointer;
}

ul.menu_uli li h3 {
    position: relative;
    width: calc(100% - 60px);
    font-size: 18px;
    font-family: 'naz_900';
    text-align: right;
    padding: 5px 50px 5px 10px;
    color: #368DFF;
    cursor: pointer;
}

.contextmenu {
    background: #f7f7f7;
    border: 1px solid #181818;
    width: 200px;
    max-height: 290px;
    border-radius: 5px;
    overflow: hidden;
    overflow-y: auto;
    box-shadow: 10px 10px 10px rgb(49 48 48 / 42%);
}

.contextmenu datalist {
    position: relative;
    margin: auto;
    display: block;
    clear: both;
}

.contextmenu datalist li {
    position: relative;
    display: block;
    margin: auto;
    padding: 5px 10px 5px 30px;
    direction: rtl;
    text-align: right;
    font-size: 14px;
    font-family: sans;
    cursor: pointer;
    color: #1f1f22;
}

.contextmenu datalist li.bold_list {
    font-size: 18px;
    font-family: 'titr';
    font-weight: lighter;
    border-bottom: 1px dashed var(--base-color);
    cursor: copy;
    color: var(--base-color);
}

.contextmenu datalist li.titr_list {
    font-size: 16px;
    font-family: 'titr_r';
    font-weight: bolder;
    border-bottom: 1px solid #0b0b0b;
    cursor: none;
    color: #0b0b0b;
}

.contextmenu datalist li i {
    width: 25px;
    height: 25px;
    font-size: 25px;
    border-radius: 3px;
    left: 10px;
    top: 0;
    bottom: 0;
}

.center_box {
    text-align: center;
    position: relative;
    display: grid;
    grid-template-columns: 15% 15%;
    justify-content: center;
    margin: 15vH auto;
    direction: rtl;
}

ul.titr_menu {
    position: relative;
    display: block;
    margin: 2% auto;
    clear: both;
    max-width: 95%;
    direction: rtl;
    text-align: right;
}

ul.titr_menu li {
    position: relative;
    display: inline-block;
    margin: 0.5%;
    padding: 5px 10px;
    font-family: 'naz_300';
    cursor: pointer;
    color: #181818;
    font-size: 17px;
    -moz-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

ul.titr_menu li:hover, ul.titr_menu li.active {
    color: #23942E;
    text-decoration: underline;
}

div#onecd, div#toecd {
    display: block;
    margin: auto;
    clear: both;
    position: relative;
}

h1.titr_liner {
    position: relative;
    margin: 3% auto;
    font-size: 25px;
    font-family: 'sans_b';
    text-align: center;
    width: 60%;
    padding: 15px 15px;
}

h1.titr_liner::after {
    content: '';
    position: absolute;
    margin: auto;
    width: 100%;
    height: 2px;
    background: #181818;
    right: 0;
    left: 0;
    bottom: 0;
}

h2.titr_liner {
    position: relative;
    margin: 2% auto;
    font-size: 18px;
    font-family: 'sans_b';
    text-align: center;
    width: 45%;
    padding: 12px 12px 14px 12px;
    color: #06563e;
}

h2.titr_liner::after {
    content: '';
    position: absolute;
    margin: auto;
    width: 100%;
    height: 2px;
    background: #0a8660;
    right: 0;
    left: 0;
    bottom: 0;
}


.list_liner {
    position: relative;
    margin: 1.5% auto;
    justify-content: center;
    display: grid;
    grid-template-columns: 50% 50%;
    width: 60%;
    direction: rtl;
}

.list_liner spin {
    position: relative;
    display: block;
    margin: 5% auto;
    border: 2px solid #969696a1;
    border-radius: 20px;
    padding: 30px 15px;
    text-align: center;
    width: 80%;
    height: auto;
    font-family: 'naz_500';
    font-size: 18px;
    justify-content: center;
    cursor: pointer;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #fbfafa;
    box-shadow: 0px 6px 7px #2323234f;
}

.list_liner spin:hover {
    border: 2px solid #0a8660;
    color: #06563e;
}

per, pre {
    text-align: center;
    justify-content: center;
    position: relative;
    display: block;
    margin: auto;
    padding: 5px;
    font-family: monospace;
    font-size: 14px;
}

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: 210% !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;
    left: 20px;
    right: unset !important;
    top: 0;
    bottom: 0;
    cursor: pointer;
    font-size: 22px;
    width: 25px;
    height: 25px;
}


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;
}

input[type="file"]::-webkit-file-upload-button {
    visibility: hidden;
    display: none;
}

form label input[type="file"]::before {
    content: attr(placeholder);
    display: inline-block;
    border: 2px solid #F39C12;
    border-radius: 10px;
    padding: 5px 10px;
    outline: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #f8f8f8;
    font-weight: 700;
    margin: auto 3px auto 20px;
    direction: rtl;
    font-family: 'sans_b' !important;
    color: #707070;
    font-size: 12px;
}

form label pre, .form label pre {
    position: absolute;
    font-family: 'm3dfont';
    font-size: 13px;
    color: var(--base-color);
    text-shadow: 0px 0px 1px #181818, 0px 0px 1px #f8f8f8;
    bottom: -25px;
    display: block;
    width: 100%;
    height: auto;
}

form label textarea, .form label textarea {
    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% - 37px);
    max-width: 500px;
    min-height: 200px;
    resize: vertical;
    max-height: 700px;
}


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

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 input::placeholder, .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: #0a8660;
    font-family: 'sans';
    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: 15px 30px;
    font-family: 'sans';
    direction: rtl;
    color: #f1f1f1;
    background: #414141;
    border: unset;
    border-radius: 5px;
    cursor: pointer;
    top: -5px;
}

h1.satr_e {
    position: relative;
    display: block;
    margin: 2% 5%;
    padding: 10px 15px;
    text-align: right;
    font-family: 'sans_b';
    font-size: 14px;
    direction: rtl;
}

h1.satr_e::after {
    right: 0;
    content: '';
    width: 98.5%;
    height: 1px;
    background: linear-gradient(rgba(24, 24, 24, 0.40), rgba(64, 64, 64, 0.40));
    display: block;
    position: absolute;
    margin: auto;
    left: 0;
    bottom: -5%;
}


.list_menul {
    display: block;
    position: relative;
    margin: 1% 5.5%;
    clear: both;
    background: #ffffff;
    border-radius: 5px;
}

.list_menul menul {
    position: relative;
    display: block;
    margin: auto;
    clear: both;
    z-index: 0;
    width: 100%;
    height: auto;
}

.list_menul menul hd {
    position: relative;
    display: block;
    margin: 0px auto 10px auto;
    padding: 15px 20px;
    text-align: right;
    font-family: 'naz_900';
    font-size: 16px;
    background: #002F6C;
    border-radius: 5px;
    color: #f8f8f8;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.list_menul menul bd {
    position: relative;
    display: block;
    margin: 10px 15% 10px auto;
    padding: 15px 20px;
    text-align: right;
    font-family: 'naz_500';
    font-size: 14px;
    border-radius: 0px;
    color: #181818;
    border-bottom: 1px solid rgb(24 24 24 / 65%);
    cursor: pointer;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.list_menul menul bd:hover {
    background: rgb(24 24 24 / 15%);
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.list_menul menul bd:last-child {
    border-bottom: 0px solid rgb(24 24 24 / 0%);
}

ce.notactive bd {
    display: none !important;
    opacity: 0 !important;
}
ce.notactive hd {
    background: #004eb3 !important;
}

ce.active bd {
    display: block !important;
    opacity: 1 !important;
}
ce.active hd {
    background: #002F6C !important;
}

ne.notactive bd {
    display: none !important;
    opacity: 0 !important;
}
ne.notactive hd {
    background: #018059 !important;
}

ne.active bd {
    display: block !important;
    opacity: 1 !important;
}
ne.active hd {
    background: #06563e !important;
}

.list_menul menul hd i {
    position: absolute;
    margin: auto;
    display: block;
    color: #f8f8f8;
    width: 20px;
    height: 20px;
    font-size: 20px;
    top: 0;
    bottom: 0;
    left: 2%;
    cursor: pointer;
    z-index: 5;
}
ne.notactive hd i, ce.notactive hd i {
    transform: rotate(180deg);
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

ne.active hd i, ce.active hd i {
    transform: rotate(0deg);
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.list_menul menul bd small {
    font-family: 'titr_r';
    color: #124c6f;
    font-size: 18px;
    margin: auto 25px auto 10px;
}

b.mnubtn {
    color: #368DFF;
    margin: auto 12px;
    cursor: pointer;
    padding: 0px 0px 10px 0px;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

b.mnubtn:hover {
    border-bottom: 2px solid #368DFF;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.show {
    opacity: 1;
    display: block;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.hide {
    opacity: 0;
    display: none;
    -moz-transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
}


.voice_player {
    position: relative;
    display: block;
    margin: 25px auto;
    max-width: 1280px;
    clear: both;
    height: 100px;
    background: #181818;
    border-radius: 9px;
    z-index: 1;
    transform: translateZ(1px);
}

.video_player {
    position: relative;
    display: block;
    margin: 25px auto;
    width: calc(100% - 16px);
    max-width: min(1280px, 97vW);
    max-height: min(calc(100% - 16px), 97vH);
    clear: both;
    height: calc(100% - 16px);
    background: #181818;
    border-radius: 9px;
    z-index: 1;
    transform: translateZ(1px);
}

.voice_player i#BX, .video_player i#BX {
    padding: 10px 15px;
    font-size: 22px;
    color: #64a7ff;
    font-family: 'm3dfont';
    font-weight: 900;
    width: 3%;
    cursor: pointer;
    height: 50%;
    top: 20%;
    right: 15%;
    bottom: 0;
    z-index: 3;
    transform: translateZ(3px);
}

.voice_player i#control_voice, .video_player i#control_video {
    width: 10%;
    height: 50%;
    top: 0;
    bottom: 0;
    left: 3%;
    cursor: pointer;
    z-index: 2;
    transform: translateZ(2px);
}

.voice_player i#timer_voice, .video_player i#timer_video {
    width: 70%;
    height: 50%;
    top: 0;
    bottom: 0;
    left: -5%;
    right: 0px;
    cursor: pointer;
    z-index: -1;
    transform: translateZ(-1px);
}

.voice_player i#watch_voice, .video_player i#watch_video {
    padding: 10px 15px;
    font-size: 22px;
    color: #64a7ff;
    font-family: 'per_add';
    font-weight: 900;
    width: 8%;
    height: 50%;
    top: 20%;
    right: 2%;
    bottom: 0;
}

.video_player i#watch_video, .video_player i#timer_video, .video_player i#control_video, .video_player i#BX {
    display: none;
    visibility: hidden;
}


.video_player i#video_full {
    padding: 10px 15px;
    font-size: 20px;
    color: #64a7ff;
    font-weight: 900;
    width: 3%;
    cursor: pointer;
    height: 40%;
    top: 20%;
    right: 11%;
    bottom: 0;
    display: none;
    visibility: hidden;
}

.video_player i#BX {
    right: 17%;
}

.video_player i#watch_video {
    right: 0%;
}

.video_player canvas#playe_hd_video {
    position: relative;
    width: calc(100% - 16px);
    min-height: 300px;
    display: block;
    background-color: #353535;
    background: #353535 url('/public/__Global/Files/icon/pro/img_1.png') center center no-repeat;
    background-size: 15%;
    bottom: 0px;
    right: 0;
    left: 0;
    border: 8px solid #353535;
    max-width: min(calc(100% - 16px), 96vW);
    max-height: 96vH;
    margin: auto;
    display: block;
    border-radius: 25px;
    z-index: 1;
    transform: translateZ(1px);
    cursor: pointer;
}

.section_fild .download_box.v2 {
    display: grid;
    grid-template-columns: 70% 30%;
    direction: rtl;
}

.section_fild .download_box.v1 {
    display: grid;
    grid-template-columns: 100%;
    direction: rtl;
}

.section_fild .download_box span {
    display: block;
    clear: both;
    padding: 15px 15px;
    margin: 10px;
    background: transparent;
    text-align: center;
    font-size: 18px;
    font-family: 'sans_b';
    cursor: pointer;
    border-radius: 9px;
}

.section_fild .download_box span:hover {
    background: #64a7ff;
}

.section_fild .tezxter_box ul.menu_list li:nth-child(1) {
    border-left: 2px solid #64a7ff;
}

.section_fild .tezxter_box ul.menu_list li.active {
    font-family: 'sans_b';
    opacity: 1;
}

.section_fild .download_box span input {
    margin: 5px !important;
    padding: 5px !important;
    width: calc(100% - 10px - 10px) !important;
    max-width: 100% !important;
}

svg path {
    cursor: pointer;
}


#small_hide {
    display: block;
    visibility: visible;
}

#big_hide {
    display: none;
    visibility: hidden;
}

.row {
    position: relative;
    min-height: 441px;
    clear: both;
    width: 1280px;
    max-width: min(97%, 97vW);
    margin: 15px auto;
}

span.titlebar {
    position: absolute;
    margin: auto;
    display: none;
    font-size: 22px;
    top: 0px;
    width: calc(100% - 20px);
    padding: 20px 15px;
    background: linear-gradient(180deg, #181818, transparent);
    color: var(--div-color);
    font-family: 'sans';
    right: 0px;
    left: 0;
    border-radius: 15px;
    text-align: center;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-animation-name: start;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-name: start;
    -moz-animation-duration: 0.5s;
    -moz-animation-iteration-count: 1;
    animation-name: start;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
}

#player_v:hover span.titlebar {
    opacity: 1;
    /*display: block;*/
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    visibility: hidden;
}

.list_menul menul p {
    position: relative;
    display: block;
    margin: 10px 5%;
    direction: rtl;
    font-family: 'anjoman';
    font-size: 14px;
    padding: 0.5%;
    clear: both;
    text-align: justify;
    line-height: 30px;
}

menul p b {
    color: #181818;
    display: inline-block;
    text-shadow: 0px 0px 1.5px #181818;
}

menul p a {
    position: relative;
    display: inline-block;
    margin: 5px 5px;
    padding: 5px 10px;
    font-family: 'sans';
    font-weight: 600;
    border-radius: 5px;
    background: #d5d5d5;
    color: #171e26;
    cursor: pointer;
    text-decoration: none;
}

.information_su {
    position: relative;
    display: block;
    margin: auto;
    clear: both;
    padding: 1%;
    height: calc(150px + 2vH);
}

.information_su timer {
    position: absolute;
    margin: auto;
    display: block;
    width: 150px;
    height: 150px;
    background: #002F6C;
    border-radius: 5px;
    top: 0;
    bottom: 0;
    right: 3vH;
}

.information_su timer t {
    position: absolute;
    width: 76%;
    height: 68%;
    display: block;
    background: #f8f8f8;
    border-radius: 5px;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    font-size: 25px;
    font-family: 'naz_900';
    text-align: center;
    padding: 10% 2% 2% 2%;
    direction: rtl;
    overflow: hidden;
}

.information_su timer t::after {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #004eb3;
    display: block;
    position: absolute;
    z-index: 5;
    top: 10%;
    right: 10%;
    margin: auto;
}

.information_su timer t::before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #004eb3;
    display: block;
    position: absolute;
    z-index: 5;
    top: 10%;
    left: 10%;
    margin: auto;
}

.information_su timer p {
    position: relative;
    text-align: center;
    margin: 50% auto auto auto !important;
    font-family: 'sans';
    font-size: 13px;
    display: block;
}

.information_su timer e {
    position: relative;
    text-align: center;
    margin: 3% auto auto auto !important;
    font-family: 'naz_300';
    font-size: 12px;
    display: block;
}

.information_su p.disc {
    position: relative;
    margin: auto;
    direction: rtl;
    font-size: 14px;
    font-family: 'naz_500';
}

.information_su p.disc {
    position: relative;
    margin: auto;
    direction: rtl;
    font-size: 14px;
    font-family: 'naz_500';
    padding: 10px 175px 10px 20px;
}


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

table * {
    position: relative;
}

table tbody {
    border-bottom: #999999 1px solid;
}

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

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

table thead td {
    font-family: naz_900;
    color: #111111;
    font-size: 18px;
}

/*table tbody tr:nth-child(2n) td {*/
/*    color: #181818;*/
/*}*/

table tbody tr {
    min-height: 48px;
    border-bottom: 1px solid #999999;
}

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

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

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: #111111;
    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: #111111;
    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 tr:hover td {
    color: #999999;
}

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

span.btn-p.abl {
    position: absolute;
    font-size: 15px;
    color: #f8f8f8;
    margin: auto;
    height: 18px;
    bottom: 5%;
    left: 1%;
    cursor: pointer;
    font-weight: 500;
    background: #002F6C;
    font-family: 'ray_h';
    padding: 10px 15px 15px 15px;
    border-radius: 5px;
}

span.btn-p.abl:hover {
    background: #428ded;
}
