/* General */
@font-face {
    font-family: 'segoe-ui-r';
    font-style: normal;
    font-weight: normal;
    src: url('/front/font/segoe-ui/segoe-ui.woff') format('woff');
}

@font-face {
    font-family: 'segoe-ui-b';
    font-style: normal;
    font-weight: bold;
    src: url('/front/font/segoe-ui/segoe-ui-bold.woff') format('woff');
}

@font-face {
    font-family: 'iransansx-b';
    font-style: normal;
    font-weight: bold;
    src: url('/front/font/iransans-x/IRANSansXBold.ttf') format('woff2');
}

@font-face {
    font-family: 'iransansx-r';
    font-style: normal;
    font-weight: normal;
    src: url('/front/font/iransans-x/IRANSansXRegular.ttf') format('woff2');
}

@font-face {
    font-family: 'rubik';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-4I-FV0U1.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
    --l-dark: #001003;
    --l-green-darker: #001804;
    --l-green-dark: #003008;
    --l-green: #00ad19;
    --l-green-light: #e8fdec;
    --l-green-light-secondry: #d6f2db;
    --l-light: #fff;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: segoe-ui-r, iransansx-r;
    text-align: start;
    margin: 0;
}
.overflow-hidden {
    overflow: hidden !important;
}
.no-scroll {
    overflow: hidden;
}

input, select {
    font-family: segoe-ui-r, iransansx-r;
}

.light {
    background: #fff;
}

.dark {
    background: var(--l-dark);
    color: white;
}

body[dir=rtl] {
    direction: rtl;
}
.rtl {
    direction: rtl !important;
}
a, a:visited {
    color: #1ab23f;
    text-decoration: none;
    -webkit-text-decoration-skip: objects;
}

.dark a, .dark a:visited {
    color: #fff;
}

.close-icon {
    background-image: url(/assets/close-fff.svg);
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    cursor: pointer
}
.section.has-poster .note-box, .code-preview-box {
    clear: left;
}
.section.has-poster .video-preview {
    float: left;
    position: relative;
    margin: 10px 20px;
    width: 45%;
    cursor: pointer;
}
.section.has-poster .video-preview iframe {
    display: none;
    width: 100%;
}
.section.has-poster .video-preview img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 11px -6px #000;
}
.section.has-poster .video-preview.poster::after {
    content: '';
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, transparent, #000000bd);
    border-radius: 10px;
}
.section.has-poster .video-modal {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    z-index: 10;
}
.section.has-poster .video-modal .outside {
    width: 100%;
    height: 100%;
    background: #00000096;
    display: inline-block;
    position: fixed;
}
.section.has-poster .video-modal .box {
    width: 40%;
    box-shadow: 0 0 16px -6px #fff;
    padding: 2px;
    box-sizing: border-box;
    background: linear-gradient(23deg, #fff, transparent 40%, transparent 60%, #fff);
    border-radius: 10px;
    z-index: 11;
    color: #fff;
}
.section.has-poster .video-modal .box .inner-box {
    background: var(--l-green-darker);
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
    border-radius: 10px;
}
.section.has-poster .video-modal .box .inner-box .close-box {
    width: 100%;
    text-align: left;
}
.section.has-poster .video-modal .box .inner-box .close-box .close-icon {
    margin: 15px 25px;
    display: inline-block;
}
.section.has-poster .video-modal .box .inner-box .head .title {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    width: 100%;
}
.section.has-poster .video-modal .box .inner-box .rows {
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
    padding: 40px 20px 20px 20px;
    box-sizing: border-box;
    gap: 18px;
}
.section.has-poster .video-modal .box .inner-box .rows .row {
    border-radius: 10px;
    background: linear-gradient(34deg, #fff 41%, #000 46%, #000 52%, #fff 56%);
    cursor: pointer;
    padding: 1px;
}
.section.has-poster .video-modal .box .inner-box .rows .row .inside-row {
    background: var(--l-green-darker);
    width: 100%;
    padding: 10px 10px 10px 7px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    box-shadow: 0 0 7px -1px var(--l-green-dark);
}
.section.has-poster .video-modal .box .inner-box .rows .row .inside-row .right-side {
    display: flex;
    gap: 15px;
}
.section.has-poster .video-modal .box .inner-box .rows .row .inside-row .right-side .icon {
    background-size: contain;
    width: 20px;
    background-repeat: no-repeat;
    background-position: center;
}

.section.has-poster .video-modal .box .inner-box .rows .row .inside-row .right-side .title {
    font-size: 16px;
    font-weight: unset;
}
.section.has-poster .video-modal .box .inner-box .rows .row .inside-row .play-icon {
    background-image: url(/assets/play-icon-fff.svg);
    background-size: contain;
    width: 30px;
    height: 30px;
}
.section.has-poster .video-modal .box .inner-box .rows .youtube-row .icon {
    background-image: url(/assets/youtube-fff.svg);
}
.section.has-poster .video-modal .box .inner-box .rows .self-host-row .icon {
    background-image: url(/assets/server-fff.svg);
}
.section.has-poster .play {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 85px;
    height: 85px;
    margin: auto;
    background: #3e3e3ecf;
    border-radius: 50px;
}
.section.has-poster .play .icon {
    content: url(/assets/play-icon-fff.svg);
    width: 70%;
    height: 100%;
    margin: auto;
}
body[dir=ltr] .section.has-poster .note-box {
    clear: right;
}
body[dir=ltr] .section.has-poster .video-preview {
    float: right;
}
body.dark .section.has-poster .video-preview img {
    box-shadow: 0 0 11px -4px #fff;
}
.section a, .table {
    width: 100%
}
.section a, .table a {
    border-bottom: 1px solid;
}
a:hover {
    color: #07a42d;
}
.light .main-container a {
    font-weight: 700;
}
span {
    display: flex;
    align-items: center;
}
.hr {
    direction: ltr;
    display: flex;
    width: 100%;
}
.hr .line {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.hr .line .title {
    margin-top: 30px;
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 25px;
}
.hr .line .left, .hr .line .right {
    margin-top: 60px;
    width: 44%;
    height: 1.5px;
    background: #000;
}
.hr .line .left .trex {
    background: url("/assets/trex.svg") no-repeat;
    width: 35px;
    height: 35px;
    position: absolute;
    left: 5%;
    bottom: 3px;
}
.hr .line .left::before, .hr .line .left::after, .hr .line .right::before, .hr .line .right::after {
    content: '';
    margin-top: 0;
    width: 1.5%;
    height: 1.5px;
    background: #fff;
    display: block;
}
.hr .line .left::before {
    margin-left: 80%;
}
.hr .line .left::after {
    margin-left: 82%;
    margin-top: -1.5px;
}
.hr .line .right::before {
    margin-left: 20%;
}
.hr .line .right::after {
    margin-left: 22%;
    margin-top: -1.5px;
}
.hr .line .right .cactus {
    background: url("/assets/cactus.svg") no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 85%;
    bottom: 1px;
}
.dark .hr .line .left, .dark .hr .line .right {
    background: var(--l-green);
}
.dark .hr .line .left::before, .dark .hr .line .left::after, .dark .hr .line .right::before, .dark .hr .line .right::after {
    background: #000;
}
.dark .hr .line .trex {
    background: url("/assets/trex-green.svg") no-repeat;
}
.dark .hr .line .cactus {
    background: url("/assets/cactus-green.svg") no-repeat;
}
.hr.whitout-text .left, .hr.whitout-text .right {
    width: 50%;
}
.dropdown-menu {
    position: relative;
}
.dropdown-menu {
    display: none;
    position: absolute;
    margin-top: 40px;
    background: #fff;
    min-width: 110px;
    top: 20px;
    box-shadow: 0 0 2px 1px #999999;
    border-radius: 6px;
}

.dark .dropdown-menu {
    background: #47474a;
}

body[dir=ltr] .dropdown-menu {
    right: 55px;
}

body[dir=rtl] .dropdown-menu {
    left: 55px;
}

.dropdown-item {
    display: block;
    padding: 5px 10px;
}

.dropdown-item:hover {
    background: #727276;
}

.light .dropdown-item:hover {
    color: #fff;
}

.dark .table {
    box-shadow: 0 0 11px -2px #ffffff52;
}

.table tr, .table td, .table th {
    border: 3px solid #fff;
    border-collapse: collapse;
}

.dark .table tr, .dark .table td, .dark .table th {
    border: 0;
    border-collapse: unset;
}

.dark .table td, .dark .table th {
    border-left: 1px solid var(--l-green);
}

.dark .table td:last-child, .dark .table th:last-child {
    border-left: 0;
}

table.table, .table tr:last-child {
    border-bottom: 0;
}

.table tr {
    padding: 10px 15px;
    box-sizing: border-box;
}

.light .table tr:nth-child(odd) {
    color: #000;
}

.table tr:nth-child(odd) {
    background: var(--l-green-light);
}

.table tr:nth-child(even) {
    background: #f9f9f9;
}

.dark .table tr {
    background: #003008;
}

.dark .table tr:nth-child(odd) {
    background: #001403;
}

.table th, .table td {
    padding: 13px 7px;
    text-align: center;
}

.table td h2 {
    font-size: 15px;
    margin: 0;
}

th {
    color: #28db54;
    text-shadow: 0 0 3px #2ab844;
    font-weight: 500;
    font-size: 18px;
}

.light .table tr:hover {
    /*color: #fff;*/
    /*background: #1f2520;*/
}

.dark .table tr:hover {
    /*background: #4a525a;*/
}

.light .table tr:first-child:hover {
    color: #28db54;
    background: #343a40;
}

.dark .table tr:first-child:hover {
    color: #28db54;
    background: #343a40;
}

/* Top Menu */
.header {
    display: flex;
    justify-content: space-between;
    padding: 0 5%;
    font-size: 22px;
    left: 0;
    right: 0;
    top: 0;
    z-index: 5;
    position: sticky;
}

.header {
    background: linear-gradient(90deg, var(--l-green-dark), var(--l-dark) 60%);
    box-shadow: 0 0 8px 0px #959595;
    min-height: 68px;
}

.header .right-menu {
    display: flex;
    gap: 5%;
    width: 100%;
}

.navigation .parent {
    position: relative
}

.navigation .parent span {
    font-size: 18px
}

.navigation .parent .box {
    display: none;
    position: fixed;
    flex-flow: column nowrap;
    align-items: center;
    width: 100%;
    background: var(--l-green-light);
    font-size: 15px;
    box-shadow: 0 0 1px 1px #999;
    left: 0;
    right: 0;
    bottom: 0;
    top: 64px;
    transition-duration: .3s;
}
.dark .navigation .parent .box {
    background: var(--l-dark);
    box-shadow: 0 0 1px 1px var(--l-green);
}

.flex {
    display: flex !important;
}

.navigation .parent .box .search-row {
    position: relative;
    display: flex;
    justify-content: center;
    margin: 50px;
    width: 100%;
}

.navigation .parent .box .search-row .menu-search {
    padding: 7px 20px;
    box-shadow: 0 0 10px 1px #a3a3a3cc;
    border-radius: 10px;
    font-size: 15px;
    color: #000;
    border: 2px solid var(--l-green-light);
    position: relative;
    text-shadow: 0 0 4px #0f0f0f3b;
    background: var(--l-green-light);
    text-align: center;
    width: 20%;
    min-width: 400px;
    box-sizing: border-box;
    font-weight: bold;
    outline: 0;
}

.dark .navigation .parent .box .search-row .menu-search {
    background: #fff
}

.navigation .parent .box .search-row .menu-search::placeholder, .navigation .parent .box .search-row .menu-search::-ms-input-placeholder {
    color: #b8bab8;
    opacity: 1;
}

.navigation .parent .box .search-row .menu-search::before {
    content: '';
    width: 30%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #0010037a, transparent);
    display: inline-block;
    position: absolute;
    top: -2px;
    left: 15%;
}

.navigation .parent .box .search-row .menu-search::after {
    content: '';
    width: 40%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #0010037a, transparent);
    display: inline-block;
    position: absolute;
    bottom: -2px;
    right: 10%;
}

.navigation .parent .box .inner-box {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-content: flex-start;
    width: 70%;
    gap: 20px 10%;
    height: 100%;
    overflow: auto;
}
.search-row .search-box {
    position: relative;
    z-index: 1;
}
.search-row .search-bg {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(115 115 115 / 28%);
    display: none;
}
.search-row .search-result a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.search-row .search-box .icon {
    width: 15px;
    height: 15px;
    position: absolute;
    left: 10px;
    top: 11px;
}
.search-row .search-result a span:first-child {
    color: #000;
    font-size: 16px;
    text-wrap: nowrap;
}
.search-row .search-result a span:last-child {
    background: var(--l-green);
    border-radius: 10px;
    font-size: 13px;
    padding: 1px 5px;
    display: flex;
    align-items: baseline;
}
.search-row .search-result .search-item {
    border-bottom: 1px solid #a1a1a145;
}
.search-row .search-result .search-item.load-more {
    border-bottom: 0;
}
.search-row .search-result .search-item.load-more div {
    justify-content: center;
    padding: 3px 6px;
    font-weight: bold;
    font-size: 15px;
}
body[dir=ltr] .search-row .search-box .icon {
    right: 12px;
    left: unset;
}
.search-row .search-result {
    position: absolute;
    top: 39px;
    display: none;
    flex-flow: column nowrap;
    width: 20%;
    min-width: 400px;
    box-sizing: border-box;
    background: var(--l-green-light-secondry);
    border: 2px solid var(--l-green-light);
    border-radius: 10px;
    padding: 5px;
    box-shadow: 0 0 10px 1px #a3a3a3cc;
    height: 250px;
    overflow: hidden auto;
    z-index: 1;
}
.search-row .search-result .search-item div, .search-row .search-result .search-item a {
    color: var(--l-dark);
    padding: 10px;
    cursor: pointer;
    display: flex;
    gap: 10px;
    border-radius: 0 !important;
}
.search-row .search-result .search-item div:hover, .search-row .search-result .search-item a:hover {
    background: var(--l-green);
    color: #fff;
}
.search-row .search-result .load-more img {
    display: none;
    width: 15px;
}
.navigation .parent .box .inner-box .col {
    display: flex;
    flex-flow: column nowrap;
    min-width: 15%;
    font-size: 20px;
    padding: 10px 10px;
    box-sizing: border-box;
}
.navigation .parent .box .inner-box .col .head {
    border-bottom: 1px solid #000;
    color: #000;
    font-weight: bold;
    text-align: center;
}
.navigation .parent .box .inner-box .col .last-row {
    display: flex;
    column-gap: 5px;
    padding: 5px 0;
}
.navigation .parent .box .inner-box .col .last-row .last-child {
    display: flex;
}
.navigation .parent .box .inner-box .col .last-row .last-child a {
    font-size: 14px;
    padding: 0px 4px;
    border-radius: 15px;
    margin: 0 2px;
    color: var(--l-green);
}

.navigation .parent .box .inner-box .col .last-row .last-child a:hover {
    background: var(--l-green);
    color: #fff
}
.navigation .parent .box a {
    color: #000
}
.navigation .parent .box a:first-child {
    border-radius: 8px 8px 0 0;
}
.navigation .parent .box a:last-child {
    border-radius: 0 0 8px 8px;
}
.dark .navigation .parent .box .head {
    color: #fff !important;
    border-bottom: 1px solid #fff !important;
}
.dark .navigation .parent .box a {
    color: #fff
}
.navigation .parent .box .inner-box::-webkit-scrollbar {
    width: 5px;
}
.navigation .parent .box .inner-box::-webkit-scrollbar-track {
    background: var(--l-green-light);
}
.navigation .parent .box .inner-box::-webkit-scrollbar-thumb {
    background: var(--l-green);
    border-radius: 25px;
}
.navigation .parent .box .inner-box::-webkit-scrollbar-thumb:hover {
    background: var(--l-green-light-secondry);
}
.dark .navigation .parent .box .inner-box::-webkit-scrollbar-track {
    background: var(--l-dark);
}

.dark .navigation .parent .box .inner-box::-webkit-scrollbar-thumb {
    background: var(--l-green);
}

.dark .navigation .parent .box .inner-box::-webkit-scrollbar-thumb:hover {
    background: var(--l-dark);
}
.header .logo, .header .logo .h1 {
    font-size: 22px;
    font-weight: bold;
    color: #fff !important;
    display: flex;
    text-align: revert;
    font-size: 27px;
    align-items: center;
    padding: 0 7px 0 4px;
    transition-duration: 0.3s;
    min-width: 140px;
    margin: 0;
}
.inner-box .close-btn {
    position: absolute;
    top: 21px;
}
.inner-box .close-btn i {
    font-size: 40px;
    color: #000;
    padding: 10px;
    cursor: pointer;
}
.header .logo h1 {
    font-size: 27px;
    padding: 0 7px 0 4px;
}

.mini-header .logo .h1 {
    font-size: 20px;
}

.dark .header .logo, .dark .header .logo h1 {
    color: #fff !important;
}

.header .logo:hover {
    text-decoration: none !important;
}

.header .logo img {
    width: 33px;
    transition-duration: 0.3s;
    padding: 0 5px;
}

.navigation .nav-row .parent-title {
    padding: 20px 15px;
    transition-duration: 0.3s;
    cursor: pointer
}

.light .header a, .light .header span {
    color: #fff;
}

.dropdown-item {
    color: #000 !important;
}

.dark .header a, .dark .header span {
    color: #f8f9fa;
}

.header .account-row a:hover {
    text-decoration: none !important;
}

.header .account-row {
    font-size: 17px;
    padding: 5px 10px;
}

.header .account-row .dropdown-toggle::after {
    display: none !important;
}

.header .progress {
    max-width: 100%;
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
}

body.light .header .progress {
    bottom: 1px;
    height: 2px;
}

body[dir=rtl] .header .progress {
    right: 0;
    left: unset;
}

.header.mini-header .logo img {
    width: 20px;
}

.header.mini-header .logo, .header.mini-header .logo h1 {
    font-size: 18px;
}

.header.mini-header .navigation .nav-row.parent .parent-title {
    padding: 10px 15px;
}

.header.mini-header .navigation .parent .box {
    margin-top: 0px;
    top: 64px;
}

.mobile-menu-btn, .mobile-navigation {
    display: none;
}

.sidebar.mini-header {
    margin-top: 43px;
}

/* container box - main page */
.container-fluid {
}

.road-map {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(-90deg, var(--l-green-dark), var(--l-dark) 60%);
    height: 220px;
    color: #fff;
    box-sizing: border-box;
    position: relative
}

.road-map .bg {
    background: url('assets/roadmap.svg') no-repeat 0 7px;
    width: 100%;
    height: 100%;
    position: absolute;
}

.road-map .inner-data {
    padding: 20px 0 0 0;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    position: relative;
    box-sizing: border-box;
}

.road-map .top {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.road-map .top .title {
    font-size: 30px;
    font-weight: 800;
    color: var(--l-green-light);
}

.road-map .top .road {
    width: calc(50% - 112px - 20px);
    margin-top: 20px;
    margin-right: 20px;
}

body[dir=ltr] .road-map .top .road {
    margin-left: 20px;
    margin-right: unset;
}

.road-map .road .dash-line {
    width: 100%;
    height: 1px;
    background: repeating-linear-gradient(90deg, #fff 0, #FFF 30px, transparent 30px, transparent 60px);
    position: relative;
    margin-top: 20px;
    margin-right: auto;
    box-sizing: border-box;
    width: 100%;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: road-anim-1;
    position: relative;
    right: 0;
    opacity: 0.4;
}
.rotate-animation {
    animation-name: rotate;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

body[dir=ltr] .road-map .road .dash-line {
    margin-right: unset;
    margin-left: auto;
    right: unset;
    left: 0;
    background: repeating-linear-gradient(270deg, #fff 0, #FFF 30px, transparent 30px, transparent 60px);
}

.road-map .top .road .dash-line {
    width: 97%;
}

.road-map .road::before, .road-map .road::after {
    content: '';
    display: flex;
    width: 100%;
    height: 1px;
    background: #fff;
    opacity: 0.4;
}

.road-map .road::before {
    margin-top: -18px;
}

.road-map .road::after {
    margin-top: 18px;
}

.road-map .middle {
    width: 100%;
    margin-top: 30px;
    box-sizing: border-box;
    overflow-x: clip;
}

.road-map .middle .road {
    position: relative;
}

.road-map .middle .dash-line {
    width: 100%;
    animation-name: road-dash-line-rtl;
    animation-duration: 10s;
    animation-iteration-count: infinite;
}


.road-map .middle .trex img {
    position: absolute;
    width: 300px;
    left: 0;
    bottom: -40px;
    animation-name: road-dash-line-rtl-2;
    animation-duration: 10s;
    animation-iteration-count: infinite;
}


body[dir=ltr] .road-map .middle .trex img {
    width: 300px;
    transform: scaleX(-100%);
    left: unset;
    right: 0;
    animation-name: road-dash-line-ltr-2;
}

.road-map .btns {
    display: flex;
    gap: 20px;
    overflow: auto;
    width: 100%;
    text-wrap: nowrap;
    justify-content: center;
}

.road-map .btns .btn {
    padding: 15px 20px;
    cursor: pointer;
}

.main-box {
    margin-top: 35px;
}

.main-box > .title {
    text-align: center;
    font-size: 38px;
    font-weight: 500;
}

.light .main-box > .title {
    color: #191919;
}

.dark .main-box > .title {
    color: #f8f9fa;
}

.main-box > .desc {
    text-align: center;
    color: #585b63;
}

body[lang=en] .main-box > .desc {
    letter-spacing: 5px;
}

.light .main-box > .desc {
    color: #585b63;
}

.dark .main-box > .desc {
    color: #d2d3d7;
}

.main-box .boxes {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    width: 70%;
    margin: auto;
    gap: 2%;
}

.main-box .boxes .box {
    width: 47%;
    padding: 1%;
    box-sizing: border-box;
    font-size: 20px;
    margin: 5px 0;
    position: relative;
    margin-bottom: 65px;
    box-shadow: 0 0 5px 3px #dddddd80;
    background: var(--l-green-light-secondry);
    border-radius: 7px;
    border: 1px solid var(--l-green-light);
}

.dark .main-box .boxes .box {
    background: linear-gradient(72deg, var(--l-green-dark) 70%, var(--l-dark));
}
.dark .main-box .boxes .box .hr .line .left::before, .dark .main-box .boxes .box .hr .line .left::after, .dark .main-box .boxes .box .hr .line .right::before, .dark .main-box .boxes .box .hr .line .right::after {
    background: var(--l-green-dark);
}
.dark .main-box .boxes .box a, .dark .main-box .boxes .box a:visited {
    color: #fff !important;
}
.main-box .boxes .head {
    direction: ltr;
    font-family: rubik;
}

.main-box .boxes .head h2 {
    font-size: 25px;
    margin: 0;
}

.main-box .boxes .line {
    direction: ltr;
    justify-content: flex-start;
}

.main-box .boxes .left, .main-box .boxes .right {
    margin-top: 5px;
}

.main-box .boxes .left, .main-box .boxes .right {
    margin-top: 5px;
    width: 50%;
}

.main-box .boxes .left .trex {
    left: 30%;
    width: 30px;
    height: 30px;
    bottom: 0px;
}

.main-box .boxes .left::before {
    margin-left: 57%;
    background: var(--l-green-light-secondry);
    width: 16%;
}

.main-box .boxes .left::after {
    margin-left: 97.5%;
    background: var(--l-green-light-secondry);
    width: 2.5%;
}

.main-box .boxes .right {
    width: 10%;
}

.main-box .boxes .right::before {
    margin-left: 11%;
    width: 18%;
    background: var(--l-green-light-secondry);
}

.main-box .boxes .right::after {
    margin-left: 72%;
    width: 18%;
    background: var(--l-green-light-secondry);
}

.main-box .boxes .links {
    position: absolute;
    left: 15px;
    bottom: -12px;
    display: flex;
}

.btn-1 {
    padding: 1px 20px 3px 20px;
    box-shadow: 0 0 10px 1px #a3a3a3cc;
    border-radius: 10px;
    font-size: 19px;
    color: #000;
    margin: 0 5px;
    border: 2px solid var(--l-green-light);
    position: relative;
    text-shadow: 0 0 4px #0f0f0f3b;
    animation-duration: 2s;
    cursor: pointer;
    transition: all 1s;
}

.dark .btn-1 {
    color: #fff;
    background: linear-gradient(105deg, var(--l-green) 0%, var(--l-green-dark) 37%, var(--l-green-dark) 80%, var(--l-dark));
    background-size: 100%;
    z-index: 1;
}

.btn-1, .btn-1:visited {
    color: #000;
    text-decoration: none;
    -webkit-text-decoration-skip: objects;
    border-bottom: 0 !important;
}

.btn-1::before {
    content: '';
    width: 30%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #0010037a, transparent);
    display: inline-block;
    position: absolute;
    top: -2px;
    left: 15%;
    transition: all 1s;
}

.btn-1:hover::before {
    transition: all 1s;
    transform: translateX(90%);
}

.dark .btn-1:hover {
    background: linear-gradient(105deg, var(--l-green) 0%, var(--l-green-dark) 37%, var(--l-green-dark) 80%, var(--l-dark));
    background-size: 500%;
}

.btn-1::after {
    content: '';
    width: 40%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #0010037a, transparent);
    display: inline-block;
    position: absolute;
    bottom: -2px;
    right: 10%;
    transition: all 1s;
}

.dark .btn-1::before, .dark .btn-1::after {
    background: linear-gradient(90deg, transparent, rgba(0, 16, 3, 0.78), transparent);
}

.btn-1:hover {
    background: rgba(0, 173, 25, 0.68);
    transition: all 1s;
    color: #fff
}

.btn-1:hover::after {
    transition: all 1s;
    transform: translateX(-110%);
}

.main-box .boxes .head img {
    height: 60px;
    position: absolute;
    top: -20px;
    right: 5%;
}

.main-bar h1.title .en-title {
    direction: ltr;
    font-size: 17px;
    margin: 15px;
    padding: 5px 15px
}

.main-box .boxes .desc {
    color: #585b63;
    margin: 15px 0 30px 0;
    font-size: 19px;
}

.dark .main-box .boxes .desc {
    color: #fff
}
.up-btn {
    position: fixed;
    bottom: 10px;
    left: 10px;
    padding: 13px 16px;
    border-radius: 40px;
    border: 1px solid var(--l-green);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: var(--l-green);
    transform: rotate(270deg);
    box-shadow: 0 0 5px -1px #909090b5;
}
.section.progress {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: url('/assets/footer-top.svg') bottom no-repeat, var(--l-green-light);
    padding-bottom: 110px !important;
    border-bottom: unset;
    margin-bottom: 0;
}

.dark .section.progress {
    background: url(/assets/footer-top-green.svg) bottom no-repeat, linear-gradient(227deg, var(--l-green-dark), var(--l-dark) 60%);
}

.section.progress .title {
    font-size: 22px;
    font-weight: 600;
    border-bottom: unset;
    margin: 10px 0 30px 0;
}

.section.progress img {
    margin: 20px 0;
    width: 100%;
    max-width: 500px;
}

.section.progress .btn-1 {
    padding: 1px 30px 3px 30px;
    font-size: 24px;
}

.tutorial .main-container {
    background: url('/assets/footer-top.svg') bottom no-repeat;
    padding-bottom: 110px;
}

.dark .tutorial .main-container {
    background: url('/assets/footer-top-green.svg') bottom no-repeat;
    padding-bottom: 110px;
}


/* Footer */
body > .footer {
    display: flex;
    justify-content: center;
    background: linear-gradient(90deg, var(--l-green-dark), var(--l-dark));
    text-align: center;
    padding: 30px 10px 50px 10px;
    font-size: 19px;
    color: #fff;
    width: 100%;
    box-sizing: border-box;
}

body > .footer .menu {
    display: flex;
    width: 30%;
    justify-content: space-evenly;
}

body > .footer .menu .column {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    gap: 15px;
}

body > .footer a {
    color: #fff;
    text-wrap: nowrap;
}

body.dark > .footer a, body.dark > .footer a:visited {
    color: #fff;
}

body > .footer .socials {
    display: flex;
    flex-flow: column;
    justify-content: center;
    gap: 10px;
}
body > .footer .socials img {
    width: 30px;
}

body > .footer .socials a {
    padding: 0 10px
}
/* CATEGORY */
.main-bar.has-side-bar {
    margin-left: auto;
    width: 85%;
    min-width: calc(100% - 230px);
    max-width: calc(100% - 200px);
}

body[dir=rtl] .main-bar.has-side-bar {
    margin-right: auto;
    margin-left: unset;
}

.breadcrumb {
    padding: 15px 15px 0 15px;
    margin: auto;
    text-align: center;
    position: relative;
}

.developers, .developers-2 {
    position: absolute;
    left: 5%;
    top: 5%;
    display: flex;
    align-items: center;
    flex-flow: column nowrap;
    text-wrap: nowrap;
    width: 145px;
    gap: 10px;
}
.developers .title, .developers-2 .title{
    width: 100%;
    border-bottom: 1px solid #fff;
}
.developers .dev-row, .developers-2 .dev-row {
    display: flex;
    align-items: center;
}
.developers-2 .dev-row {
    margin-bottom: 50px;
}
.developers .dev-row .first-dev, .developers-2 .dev-row .first-dev {
    width: 75px;
    border-radius: 50px;
}
body.light .developers, body.light .developers-2 .title {
    border-bottom: 1px solid #000;
}

body[dir=ltr] .developers, body[dir=ltr] .developers-2 {
    left: unset;
    right: 5%;
}
.developers-2 {
    display: none; !important;
}
.breadcrumb h1 {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}
.tutorial-category .breadcrumb h1 {
    flex-flow: row nowrap;
}
.tutorial-category .hr.whitout-text {
    display: none;
}
.breadcrumb .breadcrumb-url {
    display: flex;
    font-family: iransansx-r;
    padding-top: 8px;
    padding-bottom: 5px;
    overflow-x: auto;
    width: 100%;
    box-sizing: border-box;
}

.breadcrumb .breadcrumb-url a {
    color: #000 !important;
    padding: 0 5px;
    text-wrap: nowrap;
}
.dark .breadcrumb .breadcrumb-url a {
    color: #fff !important;
}

.main-container {
    background: #fff;
    padding: 30px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    min-height: 100vh;
}

.dark .main-container {
    background: var(--l-dark);
}

.main-container .category {
    background: #ebebeb;
    border: 1px solid #d2d3d7;
    width: 30%;
    padding: 20px;
    box-sizing: border-box;
    margin: 5px 0;
    border-radius: 10px;
}

.dark .main-container .category {
    background: #ebebeb;
}

.main-container p.note-box, .code-preview-box, .exercises {
    position: relative;
    background: var(--l-green-light-secondry);
    padding: 26px 19px 23px 19px;
    border: 2px solid var(--l-light);
    border-radius: 10px;
    box-shadow: 0 0 10px 2px #00100324
}
.main-container .table-note-box {
    display: flex;
    flex-flow: row wrap;
    box-sizing: border-box;
    gap: 0 10px;
    direction: ltr;
}
.main-container .table-note-box > span {
    display: flex;
    flex-flow: column nowrap;
    flex-grow: 1;
    gap: 10px 0;
}
.main-container .table-note-box > span > span {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #a4a4a46b;
}
.main-container .table-note-box > span > span > a, .main-container .table-note-box > span > span > div.a-style {
    width: fit-content;
    color: #1ab23f;
    font-weight: 700;
}

.light .exercises {
    background: var(--l-dark);
    color: var(--l-green-light);
}
.light .exercises .exercise .question-box {
    background: var(--l-green-light);
    color: #000
}

.light .exercises .btn-1 {
    background: var(--l-green-light);
}

.light .exercises .btn-1:hover {
    background: var(--l-green);
}
.dark .main-container p.note-box, .dark .code-preview-box, .dark .exercises {
    background: linear-gradient(270deg, var(--l-green-dark) 70%, var(--l-dark) 100%);
}

.main-container p.note-box::before, .main-container p.note-box::after, .code-preview-box::before, .code-preview-box::after, .exercises::before, .exercises::after {
    content: '';
    position: absolute;
    width: 90%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--l-green-dark), transparent);
    left: 0;
    right: 0;
}

.main-container p.note-box::before, .code-preview-box::before, .exercises::before {
    top: -1px;
    margin: auto;
}

.main-container p.note-box::after, .code-preview-box::after, .exercises::after {
    bottom: -3px;
    margin: auto;
}

.dark .main-container p.note-box {
    background: linear-gradient(270deg, var(--l-green-dark), var(--l-dark) 60%);
}

.section.chapter-summary .colorized-text {
    display: inline;
}

.main-container .colorized-text {
    color: #24be40;
}

.exercises {
    margin-bottom: 50px;
    padding-bottom: 35px;
}

.exercises span {
    display: inline;
}

.exercises div {
    display: block;
}

.exercises input {
    width: 200px;
    border: none;
    margin: 0;
    padding: 0 5px;
    background: #c9c9c9;
    border-bottom: 2px dashed #24be40;
    height: 23px;
    outline: unset;
}

.dark .exercises input {
    background: #15202b;
    color: #fff
}

.exercise .btn-box {
    display: flex;
    position: absolute;
    bottom: -15px;
}

.exercise .question-box {
    background: var(--l-dark);
    padding: 10px;
    margin: 10px 0;
    color: #fff;
    direction: ltr;
    border-radius: 8px;
}

.category .head img {
    width: 100%;
    border: 1px dashed #d2d3d7;
    border-radius: 20px;
}

.dark .category .title {
    color: #191919;
}

.dark .category .description {
    color: #585b63;
}

.light .category .title {
    color: #191919;
}

.light .category .description {
    color: #585b63;
}

.main-description {
    width: 100%;
    padding: 20px 50px;
    overflow: auto;
}

.tutorial-nav {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 15%;
    min-width: 200px;
    max-width: 230px;
    background: var(--l-green-light-secondry);
    overflow-y: auto;
    padding: 0 0 15px 0;
    transition-duration: 0.3s;
    z-index: 3;
    overflow-x: clip;
    margin-top: 65px;
}

body[dir=rtl] .sidebar {
    right: 0;
    border-left: 1px solid green;
}

body[dir=ltr] .sidebar {
    left: 0;
    border-right: 1px solid green;
}

.dark .sidebar {
    background: var(--l-dark);
}

.sidebar::-webkit-scrollbar {
    width: 5px;
}

.sidebar::-webkit-scrollbar-track {
    background: var(--l-green-light-secondry);
}

.sidebar::-webkit-scrollbar-thumb {
    background: var(--l-green);
    border-radius: 25px;
}

.sidebar::-webkit-scrollbar-thumb:hover {
    background: #007a12;
}

.dark .sidebar::-webkit-scrollbar-track {
    background: var(--l-dark);
}

.dark .sidebar::-webkit-scrollbar-thumb {
    background: var(--l-green);
}

.sidebar .list {
    padding: 10px 0;
}

.sidebar .parent-item {
    color: var(--l-dark);
    padding: 10px 0 10px 5px;
    font-size: 19px;
    font-weight: bold;
    text-shadow: 0 0 5px rgba(26, 26, 26, 0.38);
    border-bottom: 1px solid var(--l-dark);
    width: fit-content;
    padding: 10px 5px 0 0 !important;
    margin-bottom: 10px;
}

body[dir=rtl] .sidebar .parent-item {
    padding: 10px 5px 10px 0;
}

.dark .sidebar .parent-item {
    color: var(--l-green);
    border-bottom: 1px solid var(--l-green);
}

.sidebar a.item {
    display: block;
    padding: 5px 0px 5px 15px;
    color: #000;
    font-size: 14px;
}

.sidebar .sub-child {
    background: var(--l-green-light);
    margin: 0 0 0 0;
}
.sidebar .sub-child a::before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    background: var(--l-dark);
    border-radius: 50px;
    margin-left: 5px;
}

body[dir=rtl] .sidebar .sub-child {
    margin: 0 0px 5px 0;
}

.dark .sidebar .sub-child {
    background: linear-gradient(90deg, var(--l-green-dark) 0, var(--l-green-dark), var(--l-dark) 90%);
}
.dark .sidebar .sub-child a::before {
    background: var(--l-green);
}

body[dir=rtl] .sidebar a.item {
    padding: 5px 15px 5px 0;
}

.dark .sidebar a.item {
    color: #fff;
}

.sidebar a.item:hover {
    color: var(--l-green) !important;
}

.light .sidebar a.item:hover {
    background: var(--l-green-light);
}

.sidebar .active {
    color: var(--l-green) !important;
    font-weight: bold;
    font-size: 14px !important;
}

.sidebar a.item.has-child::after {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
    border-right: 2px solid var(--l-green);
    border-bottom: 2px solid var(--l-green);
    position: relative;
    bottom: 3px;
    right: 7px;
}

.sidebar a.item.has-child {
    background: var(--l-green-light);
    font-weight: bold;
}

.dark .sidebar a.item.has-child {
    background: linear-gradient(90deg, var(--l-green-dark) 0, var(--l-green-dark), var(--l-dark) 90%);
}

.sidebar-controller {
    display: none;
    transition-duration: 0.7s;
}

/* EXAMPLE PREVIEW */
.code-preview-box {
    padding: 5px 20px 20px 20px;
    margin-bottom: 30px;
    position: relative;
}

.dark .code-preview-box {
    background: linear-gradient(270deg, var(--l-green-dark), var(--l-dark) 60%);
}

.code-preview-box .title {
    margin-top: 0;
    font-size: 17px;
    border-bottom: 0
}

.light .CodeMirror-gutter.CodeMirror-linenumbers, .dark .CodeMirror-gutter.CodeMirror-linenumbers {
    background: var(--l-green-light);
}

.dark .CodeMirror {
    background-color: rgb(0 16 3);
    color: #f4f7f0;
}

.CodeMirror.cm-s-default {
    border-radius: 10px;
    box-shadow: 0 0 0px 2px #0000000a;
    height: auto;
}

.CodeMirror-linenumber.CodeMirror-gutter-elt {
    text-align: center;
}

.light .CodeMirror-gutters, .dark .CodeMirror-gutters {
    border-right: 0;
    box-shadow: 0 2px 6px 0px #31a94e47;
}

.CodeMirror-linenumber {
    color: var(--l-green-dark);
    font-size: 13px;
    font-weight: 600;
}

.CodeMirror span, .description span {
    display: inline;
}

.lab-link {
    margin: 10px 0;
    width: fit-content;
    display: inline-block;
    border-bottom: 0 !important;
}

.lab-link .btn-1 {
    position: absolute;
    bottom: -20px;
    padding: 3px 15px;
    z-index: 1;
}

/* PAGINATE */
ul.pagination {
    text-align: center;
}

ul.pagination li.page-item {
    display: inline-block;
    border: 1px dashed #24be40;
}

ul.pagination li.page-item.active {
    background: #24be40;
    color: #fff;
}

ul.pagination li.page-item .page-link {
    padding: 10px;
    display: inline-block;
}

html[lang=fa] ul.pagination li.page-item .dots {
    padding-bottom: 13px !important;
}

html[lang=fa] ul.pagination li.page-item .next, html[lang=fa] ul.pagination li.page-item .prev {
    padding-bottom: 11px !important;
}

.light ul.pagination li.page-item.disabled {
    color: #aeaeae;
    border: 1px dashed #aeaeae;
}

.dark ul.pagination li.page-item.disabled {
    color: #575757;
    border: 1px dashed #575757;
}

ul.pagination span {
    display: inline
}

body[dir=ltr] ul.pagination {
    direction: ltr;
}

body[dir=rtl] ul.pagination {
    direction: rtl;
}

body[dir=rtl] ul.pagination .prev i, body[dir=rtl] ul.pagination .next i {
    transform: rotate(180deg);
    line-height: 1.5;
}

.section {
    border-top: 2px solid var(--l-dark);
    margin: 20px 0;
    padding: 20px 0;
    clear: left;
}

.dark .section {
    border-top: 2px solid var(--l-green);
}
.tutorial .main-description .tutorial-nav + .section {
    border-top: 0 !important;
}
.main-description .section:first-child, .main-description .section.has-poster {
    border-top: unset !important;
    margin: 0;
    padding: 0;
}

.section .title {
    font-size: 22px;
    font-weight: 600;
    width: fit-content;
}

.section .description {
    padding: 0 30px;
}

.section table.table {
    margin: auto;
    width: 100%;
    margin-top: 20px;
}

.section.browser-support .table-parent, .section.informations .table-parent {
    width: 100%;
    overflow: auto;
    text-wrap: nowrap;
}

.section .description {
    text-align: justify;
}

/* LABORATORY POST*/
.laboratory-post .breadcrumb {
    display: none;
}

.laboratory-post .main-container {
    padding: 0;
}

.laboratory-post .main-container .main-description {
    padding: 0;
}

.laboratory-post .code-container {
    font-size: 0;
    direction: ltr;
    margin: 0 auto 25px auto;
    display: flex;
    width: 96%;
    box-sizing: border-box;
    box-shadow: 0 0 26px -7px #5e5e5e;
}

.dark .laboratory-post .code-container {
    box-shadow: 0 0 26px -7px #ccc;
}

.laboratory-post .CodeMirror.cm-s-default {
    border-radius: 10px 0 0 10px;
}

.laboratory-post .code-container .drag-bar {
    width: 8px;
    cursor: col-resize;
    background: #000;
}

.laboratory-post .CodeMirror {
    height: 100%;
}

.laboratory-post .iframe-container {
    border: 0;
}

.laboratory-post #iframe, .laboratory-post #iframewrapper {
    height: 100%;
}

.laboratory.main-container {
    justify-content: center
}

body .laboratory.main-container .code-controller {
    display: flex;
    justify-content: flex-end;
    padding: 10px 20px 0 10px;
    gap: 20px;
    position: relative;
    top: 15px;
    right: 20px;
    width: fit-content;
}

body[dir=rtl] .laboratory.main-container .code-controller {
    justify-content: flex-start;
}

.laboratory.main-container .code-controller #frame-size {
    direction: ltr;
    font-weight: bold;
    position: relative;
    bottom: 10px;
}

.laboratory.main-container .category {
    margin: 0 20px;
    height: fit-content;
}

.laboratory.main-container #shield {
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: 4;
}

.laboratory-post .preview-bg {
    background: linear-gradient(143deg, black 6%, var(--l-green-light-secondry) 23%, var(--l-green-light-secondry) 78%, black);
    width: 50%;
    height: 550px;
    display: inline-block;
    padding: 3px 3px 3px 0;
    box-sizing: border-box;
    border-radius: 0 10px 10px 0;
}
.laboratory-post .preview-bg .preview-container {
    width: 100%;
    height: 100%;
    border-radius: 0 10px 10px 0;
}
.laboratory-post .code-box {
    width: 50%;
    height: 550px;
    display: inline-block;
}

.laboratory-post .CodeMirror-scroll {
    height: 550px;
}
.laboratory-post .preview-container {
    background: #fff;
}
.laboratory-post .main-container {
    min-height: unset;
}
.light .laboratory-post .main-container {
    min-height: unset;
    background: var(--l-green-light-secondry);
}
.fa-check {
    color: #2ec352;
}
.fa-xmark {
    color: #c32e2e;
}
.lang-icon {
    height: 23px;
}
.switch_color_mode {
    height: 26px;
    position: relative;
    cursor: grab;
}
.switch_color_mode .color-mode-icon {
    height: inherit;
    box-shadow: 0 0 4px 4px var(--l-green-dark);
    border-radius: 27px;
}

.switch_color_mode .dark-mode, .switch_color_mode .light-mode {
    background: radial-gradient(var(--l-dark), var(--l-green-dark));
    width: 50%;
    height: 25px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 25px;
    transition-duration: .5s;
    box-shadow: 0 0 1px 0px;
    color: #fff;
}

.switch_color_mode .dark-mode {
    left: 50%;
}
.account-row {
    position: relative;
    z-index: 6;
}
.account-row .arrow {
    background: var(--l-green-dark);
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    display: inline-block;
    position: absolute;
    top: -5px;
    left: 7%;
    box-shadow: 0 0 4px -1px var(--l-green-light)
}

.account-row .account-icon {
    height: 17px;
    cursor: pointer;
}

.account-row .account-box, .account-row .lang-box {
    display: none;
    position: absolute;
    top: 40px;
    background: linear-gradient(90deg, var(--l-green-dark), var(--l-dark) 60%);
    border-radius: 9px;
    padding: 8px 5px;
    box-shadow: 0 0 4px -1px var(--l-green-light);
    min-width: 170px;
}
.account-row .account-box a.item, .account-row .lang-box a.item {
    color: #fff !important;
}
.account-row .account-box .head, .account-row .lang-box .head {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #fff;
}
.account-row .account-box .head img, .account-row .lang-box .head img {
    width: 60px;
    border-radius: 50px;
}
.account-row .account-box .head .title-box, .account-row .lang-box .head .title-box {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
}
.account-row .account-box .head .title-box .name, .account-row .lang-box .head .title-box .name {
    font-weight: bold;
}

.account-row .account-box .head .title-box .username, .account-row .lang-box .head .title-box .username {
    font-size: 11px;
    padding: 0 10px;
    color: #999;
}

.account-row .account-box .body, .account-row .lang-box .body {
    display: flex;
    flex-flow: column nowrap;
    border-bottom: 1px solid #fff;
}
.account-row .account-box .body .row, .account-row .lang-box .body .row {
    padding: 7px 11px;
    border-bottom: 1px solid #cccccc1a;
    font-size: 14px;
}
.account-row .account-box .body .row:last-child, .account-row .lang-box .body .row:last-child {
    border-bottom: 0;
}
.account-row .account-box .body .row:hover, .account-row .lang-box .body .row:hover {
    color: var(--l-green-light);
}

.account-row .account-box .footer, .account-row .lang-box .footer {
    display: flex;
    flex-flow: column nowrap;
}
.account-row .account-box .footer .row, .account-row .lang-box .footer .row {
    padding: 7px 11px;
    font-size: 14px;
}

.account-row .account-box .footer .row:hover, .account-row .lang-box .footer .row:hover {
    color: var(--l-green-light);
}
.account-row .lang-icon {
    cursor: pointer;
}
.account-row .lang-box .body {
    border-bottom: unset;
}
.account-row .modal-outside {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: inline-block;
    background: #0007;
    z-index: -1;
}

body[dir=ltr] .menu-search {
    direction: ltr;
    text-align: center;
}

body[dir=rtl] .menu-search {
    direction: rtl;
    text-align: center;
}

body[dir=ltr] .account-row .account-box, body[dir=ltr] .lang-box {
    right: 0;
    left: unset;
}

body[dir=rtl] .account-row .account-box, body[dir=rtl] .lang-box {
    left: 0;
    right: unset;
}

.menu .parent > span{
    font-size: 15px;
    color: #19c644;
    text-shadow: 0 0 3px #51515152;
}
.menu .parent .child {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    margin-bottom: 15px;
}
.menu .parent .child a {
    display: inline-block;
    padding: 6px 7px;
    width: 100%;
    font-size: 20px;
}
.CodeMirror {
    font-family: Consolas,Menlo,monospace !important;
}
.CodeMirror pre {
    font-size: 15px !important;
}
/* RESPONSIVE */
@media only screen and (max-width: 800px) {
    .navigation, .mini-nav {
        display: none;
    }

    .account-row .account-box, .account-row .lang-box {
        top: 48px;
    }
    .header {
        padding: 0px 15px;
        height: 70px;
    }

    .header .logo {
        margin-left: auto;
        display: flex;
        flex-flow: row-reverse nowrap;
    }
    .header .logo .h1 {
        min-width: unset;
    }

    body[dir=rtl] .header .logo {
        margin-left: unset;
        margin-right: auto;
    }

    .header .mobile-menu-btn {
        display: flex;
        position: absolute;
        top: 12px;
        padding: 10px;
        z-index: 0;
    }

    body[dir=ltr] .header .mobile-menu-btn {
        left: 0;
    }

    body[dir=rtl] .header .mobile-menu-btn {
        right: 0;
    }

    .mobile-navigation {
        position: fixed;
        bottom: 0;
        top: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 0;
        box-shadow: 0 0 4px 1px #31a94e;
    }

    body[dir=ltr] .mobile-navigation {
        left: -101%;
        border-right: 1px solid #1e7733;
    }

    body[dir=rtl] .mobile-navigation {
        right: -101%;
        border-left: 1px solid #1e7733;
    }

    .light .mobile-navigation {
        background: #f0efef;
    }

    .dark .mobile-navigation {
        background: #202124;
    }

    .mobile-mini-nav {
        display: flex;
        justify-content: space-between;
        width: 100%;
        height: 50px;
        min-height: 50px;
        background: linear-gradient(90deg, var(--l-green-dark), var(--l-dark) 60%);;
    }
    .mobile-mini-nav .right-side {
        background: linear-gradient(139deg, black, transparent, black);
        padding: 1px;
        box-sizing: border-box;
    }
    .mobile-mini-nav .right-side .close-menu-btn {
        padding: 12px 22px;
        background: var(--l-green-light-secondry);
        color: #000;
        text-shadow: 0 0 3px #616161;
    }
    .mobile-mini-nav .left-side {
        display: flex;
        padding: 0 5px;
    }
    .mobile-mini-nav .left-side a, .mobile-mini-nav .left-side span {
        color: #000;
    }
    .mobile-mini-nav .left-side .account-row {
        color: #fff;
    }
    .mobile-mini-nav .left-side .account-row a, .mobile-mini-nav .left-side .account-row span, .mobile-mini-nav .left-side .account-row .name {
        color: #fff;
    }
    .mobile-navigation .menu {
        display: flex;
        background: #fff;
    }
    .mobile-navigation .parent-side {
        display: flex;
        flex-flow: column;
        height: 100vh;
        height: calc(100vh - 50px);
    }
    .mobile-navigation .parent-side .item {
        writing-mode: vertical-rl;
        text-orientation: mixed;
        transform: rotate(180deg);
        padding: 18px 12px;
        box-sizing: border-box;
        background: var(--l-green-light-secondry);
        border: 1px solid #fff;
        height: inherit;
        display: flex;
        justify-content: center;
        position: relative;
    }
    .mobile-navigation .parent-side .item::before, .mobile-navigation .parent-side .item::after {
        content: '';
        height: 40%;
        width: 1px;
        background: linear-gradient(0deg, transparent, #0010037a, transparent);
        position: absolute;
        right: 0;
        top: 20%;
    }
    .mobile-navigation .parent-side .item::after {
        right: unset;
        left: 0;
        top: 50%;
    }
    .mobile-navigation .parent-side .item.active {
        background: var(--l-dark)
    }
    .mobile-navigation .parent-side .item.active::before, .mobile-navigation .parent-side .item.active::after {
        background: linear-gradient(0deg, transparent, #fff, transparent);
        width: 2px;
    }
    .mobile-navigation .child-side {
        width: 100%;
    }
    .mobile-navigation .child-side > .box {
        display: none;
        width: 100%;
        align-items: center;
        margin-top: 20px;
    }
    .mobile-navigation .child-side > .box .search-row {
        min-width: 230px;
    }
    .mobile-navigation .child-side > .box .search-row .menu-search {
        padding: 7px 20px;
        box-shadow: 0 0 10px 1px #a3a3a3cc;
        border-radius: 10px;
        font-size: 15px;
        color: #000;
        margin: 0;
        border: 2px solid var(--l-green-light);
        position: relative;
        text-shadow: 0 0 4px #0f0f0f3b;
        background: var(--l-green-light);
        text-align: center;
        font-weight: bold;
        outline: 0;
        width: 100%;
        box-sizing: border-box;
    }
    .search-row .search-result {
        top: 109px;
        width: calc(100% - 85px);
        min-width: unset;
        left: 12px;
    }
    .mobile-navigation .child-side  > .box .inner-box {
        text-align: center;
        margin-top: 20px;
        height: 80vh;
        overflow-y: auto;
        width: 100%;
    }
    .mobile-navigation .child-side  > .box .inner-box .col {
        padding-bottom: 20px;
    }
    .mobile-navigation .child-side  > .box .inner-box .col .head {
        font-weight: bold;
        border-bottom: 1px solid #000;
        width: fit-content;
        margin: auto;
    }
    .mobile-navigation .child-side  > .box .inner-box .col .nav-row {
        color: #000;
        display: flex;
        justify-content: center;
    }
    .mobile-navigation .child-side  > .box .inner-box .col .last-row {
        display: flex;
        justify-content: center;
        column-gap: 5px;
        padding: 5px 0;
    }
    .mobile-navigation .child-side  > .box .inner-box .col .last-row .last-child {
        display: flex;
    }
    .mobile-navigation .child-side  > .box .inner-box .col .last-row .last-child a {
        font-size: 14px;
        padding: 2px 4px;
        border-radius: 15px;
        margin: 0 2px;
        color: var(--l-green);
        border: 1px solid;
    }
    .mobile-navigation .child-side .box.active {
        display: flex !important;
        flex-flow: column nowrap;
    }
    .hr .line .left, .hr .line .right {
        width: 40%;
    }
    .dark .mobile-navigation .mobile-mini-nav {
        background: #000;
    }
    .dark .mobile-navigation .mobile-mini-nav .right-side {
        background: linear-gradient(47deg, white, transparent, white);
    }
    .dark .mobile-navigation .mobile-mini-nav .right-side .close-menu-btn {
        background: var(--l-green);
        color: #fff;
        text-shadow: 0 0 3px #ffffff;
    }
    .dark .mobile-navigation .mobile-mini-nav .left-side a, .dark .mobile-navigation .mobile-mini-nav .left-side span {
        color: #fff;
    }
    .dark .mobile-navigation .parent-side .item {
        background: var(--l-dark);
    }
    .dark .mobile-navigation .parent-side .item.active {
        background: var(--l-green);
    }
    .dark .mobile-navigation .child-side > .box .search-row .menu-search {
        background: #fff;
    }
    .mobile-navigation .child-side > .box .search-row {
        width: 90%;
    }
    .dark .mobile-navigation .menu {
        background: #000;
    }
    .dark .mobile-navigation .menu .child-side > .box .inner-box .col .nav-row {
        color: #fff
    }
    .dark .mobile-navigation .menu .child-side > .box .inner-box .col .last-row .last-child a {
        color: var(--l-green)
    }
    .left-side > span {
        padding: 12px 8px !important;
    }
    body[dir=ltr] .mobile-mini-nav {
        margin-left: auto;
    }
    body[dir=rtl] .mobile-mini-nav {
        margin-right: auto;
    }
    .main-box .boxes .box-outer {
        width: 45%
    }

    .main-box .boxes {
        margin-top: 10px;
    }

    .main-box .boxes a.title h2 {
        font-size: 20px;
    }

    .sidebar {
        width: 0px;
        max-width: 250px;
        min-width: unset;
    }

    .sidebar-controller {
        display: block;
        padding: 1px 6px;
        border-radius: 64px;
    }

    .light .sidebar-controller {
        background: #202124;
        color: #fff;
    }

    .dark .sidebar-controller {
        background: #fff;
        color: #202124;
    }

    .sidebar .list {
        width: 250px;
    }

    .main-bar.has-side-bar {
        width: 100%;
    }

    .breadcrumb {
        padding: 7px 0 0 0;
    }

    .breadcrumb-url {
        padding: 0 5px;
    }

    .main-bar.has-side-bar {
        max-width: 100%
    }

    .main-container {
        padding: 30px 10px;
    }

    .main-description {
        padding: 20px 0;
    }

    .section .description {
        padding: 0;
    }

    .section .description ul {
        padding-inline-start: 20px;
    }

    .code-preview-box {
        padding: 0px 7px 7px 7px;
    }

    .section.progress img {
        width: 90%;
    }

    .main-box .boxes {
        width: 95%;
    }

    .road-map {
        padding: 20px 5px 10px 5px;
    }

    .section.progress img {
        max-width: 90vw;
    }

    body > .footer {
        justify-content: space-around;
    }

    body > .footer .menu {
        gap: 30px
    }

    .dark-mode, .light-mode {
        color: #fff !important;
    }

    .section.has-poster .video-modal .box {
        width: 80%;
    }

}

@media only screen and (max-width: 500px) {
    .main-box .boxes a.title h2 {
        font-size: 18px;
    }
    .road-map .btns {
        justify-content: flex-start;
    }
    .mobile-mini-nav .right-side .close-menu-btn {
        padding: 12px 15px;
    }
    .mobile-navigation .parent-side .item {
        padding: 18px 5px;
    }
    .mobile-navigation .child-side > .box .search-row {
        width: 95%;
    }
    .main-box .boxes .box-outer {
        width: 92%;
    }

    .main-bar .breadcrumb {
        padding: 0 0 10px 0;
    }

    .main-bar .breadcrumb h1.title {
        font-size: 22px;
    }

    .main-bar .breadcrumb h1.title .en-title {
        font-size: 16px;
    }

    .main-bar .breadcrumb .breadcrumb-url, .main-bar .breadcrumb .breadcrumb-url a {
        font-size: 14px;
    }

    .developers {
        display: none;
    }

    .developers-2 {
        display: flex;
        position: relative;
    }
    .developers-2 .title {
        text-align: center
    }
    .main-box .boxes .box {
        width: 100%
    }
    .search-row .search-result {
        width: calc(100% - 70px);
    }

    .main-container p.note-box {
        padding: 15px 10px 15px 10px;
    }
    .main-container p.note-box > span {
        display: inline-block;
    }
    body > .footer {
        flex-direction: column;
    }

    body > .footer .menu {
        width: 100%;
        align-items: center;
        justify-content: space-around;
        align-items: flex-start;
    }

    body > .footer .menu .column {
        align-items: center;
    }

    body > .footer .socials {
        margin-top: 36px;
    }

    .section.progress, .main-container {
        background-size: 800px !important;
    }

    .hr .line .left, .hr .line .right {
        width: 33%;
    }
    .section.has-poster {
        margin-top: 15px !important;
    }
    .section.has-poster .video-preview {
        float: none;
        margin: 0px 0px;
        width: 100%;
    }
    .section.has-poster .video-modal .box {
        width: 98%;
    }
    .section.has-poster .video-modal .box .head .title {
        width: 20px;
    }
    .section.has-poster .video-modal .box .rows {
        padding: 40px 10px 20px 10px;
    }
    .section.has-poster .video-modal .box .rows .title {
        font-size: 14px;
    }
}

@media only screen and (max-width: 350px) {
    body[lang=en] .main-box > .desc {
        letter-spacing: 3px;
    }

    .hr .line .left, .hr .line .right {
        width: 30%;
    }
}

/* MENU */
