@import "/public/__Global/Styles/global.css?v=9221";

:root {
    --base-color: #ff7200;
    --pop-color: #ef9934;
    --box-color: rgba(0, 0, 0, 0);
    --bilt-color: rgba(0, 0, 0, 0);
    --boarder-color: rgba(0, 0, 0, 0);
    --back-color: #0c0c0cf2;
    --select-color: #fdfdfd;
    --hover-color: rgba(0, 0, 0, 0);
    --gold-color: gold;
    --snow-color: snow;
    --order: 15;
}

html {
    position: relative;
    direction: rtl;
    display: block;
    clear: both;
    height: 100%;
    width: 100vW;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    overflow: hidden;
    z-index: 0;
    transform-style: preserve-3d;
    perspective: 1000px;
    perspective-origin: center;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

body {
    position: relative;
    direction: ltr;
    display: block;
    clear: both;
    height: 100%;
    width: 100%;
    margin: 0px auto;
    overflow: hidden;
    overflow-y: auto;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

body powerpoint {
    position: fixed;
    margin: 0px auto;
    padding: 0;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: -moz-linear-gradient(
        45deg, var(--pop-color), var(--base-color));
    background: -webkit-linear-gradient(
        45deg, var(--pop-color), var(--base-color));
    background: linear-gradient(
        45deg, var(--pop-color), var(--base-color));
    overflow: hidden;
}

body powerpoint slide {
    position: relative;
    direction: rtl;
    margin: auto;
    display: block;
    clear: both;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
}

body powerpoint slide header {
    position: relative;
    margin: 0 auto;
    padding: 20px 50px;
    direction: rtl;
    display: block;
    right: 0;
    left: 0;
    width: calc(100% - 100px);
}

body powerpoint slide header menu {
    position: relative;
    display: block;
    direction: rtl;
    z-index: 3;
}

body powerpoint slide header menu lable {
    position: relative;
    display: inline-block;
    margin: 5px 10px;
    padding: 10px;
    font-size: 20px;
    font-family: naz_500;
    color: var(--select-color);
    text-shadow: 0px 0px 3px var(--back-color);
    cursor: pointer;
}

body powerpoint slide bodyer {
    position: relative;
    margin: 7% auto;
    display: block;
    clear: both;
    padding: 0px 0px 10px 0px;
    max-width: 425px;
    background: rgb(24 24 24 / 41%);
    border-radius: 10px;
}

body powerpoint slide bodyer titr {
    position: relative;
    display: block;
    clear: both;
    margin: 20px 150px;
    direction: rtl;
    text-align: right;
    padding: 5px 50px;
    font-size: 50px;
    font-family: naz_900;
    color: var(--snow-color);
    text-shadow: 0px 0px 3px var(--back-color);
}

body powerpoint slide bodyer text {
    position: relative;
    display: block;
    clear: both;
    margin: 20px 150px;
    direction: rtl;
    text-align: justify;
    padding: 5px 45px;
    font-size: 35px;
    font-family: naz_500;
    color: var(--snow-color);
    text-shadow: 0px 0px 3px var(--back-color);
    width: 490px;
}

body powerpoint slide bodyer box_input {
    position: relative;
    display: block;
    clear: both;
    margin: 40px 180px;
    direction: rtl;
    text-align: center;
    padding: 15px 50px;
    font-size: 40px;
    font-family: naz_500;
    color: var(--snow-color);
    text-shadow: 0px 0px 3px var(--back-color);
    width: 400px;
    border: 5px solid var(--select-color);
    border-radius: 15px;
    box-shadow: 0px 0px 5px var(--back-color);
    cursor: pointer;
}

/* phone */
#iphone {
    width: 20vW;
    height: 83vH;
    border: 2px solid #db3b00;
    border-radius: 30px;
    position: absolute;
    left: -30%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #ff6a00;
    z-index: 2;
}

#iphone #screen {
    width: 95%;
    height: 85%;
    border: 1px solid #db3b00;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    box-sizing: border-box;
    overflow: hidden;
    background: #f5f5f5;
}

#iphone #home {
    width: 2vW;
    height: 2vW;
    border: 1px solid #db3b00;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    background: #b74e03;
}

#iphone #speaker {
    width: 4vW;
    height: 0.6vH;
    border: 1px solid #db3b00;
    border-radius: 6px;
    position: absolute;
    left: 0;
    right: 0;
    top: 25px;
    margin: auto;
    background: #703001;
}

.pullmenu-icon {
    width: 16px;
    height: 2px;
    background: #FFF;
    position: absolute;
    right: 20px;
    bottom: 27px;
    transition: opacity 0.2s ease-in-out;
}

.pullmenu-icon:after {
    content: "";
    width: 8px;
    height: 2px;
    background: #FFF;
    position: absolute;
    top: 10px;
    left: 4px;
}

.pullmenu-icon:before {
    content: "";
    width: 16px;
    height: 2px;
    background: #FFF;
    position: absolute;
    top: 5px;
    left: 0;
}

.pullmenu-icon.hide {
    opacity: 0;
}

#screen iframe {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

#text {
    position: absolute;
    width: 20%;
    min-width: 380px;
    height: 80%;
    left: 25%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #353541;
    text-align: center;
}

#text h1 {
    margin: 0;
    font-size: 70px;
    line-height: 90px;
    text-transform: uppercase;
    font-family: 'naz_900';
}

#text h2 {
    font-size: 20px;
    margin: 0;
    text-transform: uppercase;
    margin-top: 10px;
    text-align: justify;
    font-family: 'sans_b';
    direction: rtl;
}

#text h3 {
    padding: 5px 10px;
    border-radius: 5px;
    background: #181818;
    color: #f8f8f8;
    opacity: 0.5;
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    margin-top: 30px;
    font-family: 'sans';
    cursor: pointer;
}

#text h3:hover {
    opacity: 1;
}

#pullmenu-icon {
    width: 40px;
    height: 5px;
    background: #353541;
    margin-top: 69px;
    position: relative;
    margin-bottom: 40px;
    left: 6px;
}

#pullmenu-icon:before {
    width: 40px;
    height: 5px;
    background: #353541;
    content: "";
    position: absolute;
    top: 10px;
}

#pullmenu-icon:after {
    width: 22px;
    height: 5px;
    background: #353541;
    content: "";
    position: absolute;
    top: 20px;
    left: 9px;
}


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

.popup_box object.box_show_link {
    position: relative;
    display: block;
    width: 97%;
    height: 97%;
    max-width: 98vW;
    min-width: 200px;
    top: 0px;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 0;
    border-radius: 10px;
    margin: 1.5vH auto;
    opacity: 1;
    overflow: hidden;
}

.popup_box object.box_show_link .close {
    position: relative !important;
    background: transparent;
    display: block;
    margin: 0px auto auto 0px;
    font-size: 17px;
    font-weight: 100;
    padding: 15px 20px;
    border-radius: 3px 3px 0px 0px;
    text-align: left;
    direction: ltr;
    color: var(--base-color);
    z-index: 520;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

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

.popup_box object.box_show_link .show_responsive {
    position: relative;
    width: 100%;
    height: auto;
    max-height: calc(95vH - 50px);
    min-height: calc(200px - 50px);
    margin: auto;
    display: block;
    direction: ltr;
    overflow: auto;
}

.popup_box object.box_show_link .show_responsive iframe {
    position: relative;
    overflow: hidden;
    display: block;
    clear: both;
    width: calc(95vW - 40px);
    max-width: calc(100% - 40px);
    margin: auto 20px 20px 20px;
    height: calc(88vH - 40px);
    max-height: calc(100% - 40px);
    z-index: 0;
    border-radius: 5px;
    box-shadow: inset 0px 0px 50px #181818;
}

spin#errorMessage {
    position: relative;
    margin: -2px 7%;
    display: none;
    font-size: 12px;
    color: var(--red-color);
    font-family: 'stedad';
    -webkit-animation-name: start;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-name: start;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: 1;
    animation-name: start;
    animation-duration: 2s;
    animation-iteration-count: 1;
}

spin#errorMessage.active {
    display: block !important;
    -webkit-animation-name: start;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-name: start;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: 1;
    animation-name: start;
    animation-duration: 2s;
    animation-iteration-count: 1;
}


.about_text {
    position: relative;
    display: block;
    direction: rtl;
    clear: both;
    text-align: right;
    -webkit-animation-name: start;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-name: start;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: 1;
    animation-name: start;
    animation-duration: 5s;
    animation-iteration-count: 1;
}

.about_text h1 {
    position: relative;
    display: block;
    margin: 10px;
    font-size: 18px;
    font-family: 'sans_b';
    padding: 3px 25px 3px 5px;
}

.about_text h1 svg, .about_text h1 i {
    position: absolute;
    width: 18px;
    height: 18px;
    font-size: 18px;
    margin: auto;
    right: 0px;
    top: 0px;
    bottom: 0px;
}

.about_text p {
    position: relative;
    display: block;
    margin: 10px;
    font-size: 17px;
    color: #181818;
    font-family: 'sans';
    padding: 3px 5px;
    justify-content: right;
    text-align: justify;
}

img.logo_log {
    position: relative;
    margin: 0px auto;
    max-width: 70%;
    max-height: 25%;
    display: block;
    clear: both;
    -webkit-user-drag: none;
}


hidden, .hidden {
    opacity: 0 !important;
    position: absolute !important;
    top: -10px !important;
    right: -10px !important;
    width: 0px !important;
    height: 0px !important;
    z-index: -999 !important;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    display: none !important;
    pointer-events: none;
    -ms-pointer-events: none;
    -moz-pointer-events: none;
    -webkit-pointer-events: none;
}

.icon {
    position: absolute;
    margin: auto;
    display: block;
    z-index: 1;
}

input {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    outline: unset !important;
}

input[type="text"], input[type="search"], textarea {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -o-user-select: text;
    user-select: text;
}

form, .form {
    position: relative;
    margin: 5px auto;
    z-index: 0;
    display: block;
    max-width: 420px;
}

form label, .form label {
    position: relative;
    display: block;
    margin: 32px auto;
    padding: 0px;
    direction: rtl;
}

form label input[type="text"], form label input[type="file"], form label input[type="search"], form label input[type="tel"], form label input[type="email"], form label input[type="password"], .form label input[type="text"], .form label input[type="file"], .form label input[type="search"], .form label input[type="tel"], .form label input[type="email"], .form label input[type="password"], .form label textarea, form label textarea {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    position: relative;
    display: block;
    margin: auto;
    padding: 10px 35px 10px 10px;
    font-size: 12px;
    font-family: 'sans';
    text-align: right;
    color: #333333;
    width: calc(100% - 45px - 5%);
    height: auto;
    border-radius: 6px;
    border: 1px solid #9a9a9a3b;
    background: #f5f5f5;
}


.form label textarea, form label textarea {
    resize: vertical;
    max-height: 400px;
    min-height: 100px;
}

.form label textarea::placeholder, form label textarea::placeholder, form label input::placeholder, .form label input::placeholder {
    color: #9A9A9A;
}

pre.inlog {
    position: relative;
    display: block;
    margin: 5px auto;
    font-size: 11px;
    font-family: 'sans_b';
    text-align: right;
    color: #747474;
    width: calc(100% - 120px - 2%);
    direction: rtl;
}

pre.inlog b {
    color: var(--base-color);
    cursor: pointer;
    font-size: 12px;
    direction: rtl;
}

form label i, .form label i {
    font-size: 20px;
    top: 0;
    bottom: 0;
    width: 20px;
    height: 20px;
    right: calc(0% + 15px);
    color: #383838;
    text-shadow: 0px 0px 1px #383838;
}

form label i.sender, .form label i.sender {
    left: 3%;
    right: unset;
    width: 35px;
    height: 35px;
    transform: rotate(-90deg);
    cursor: pointer;
}

form label i img, .form label i img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

form label input[type="submit"], .form label input[type="submit"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    position: relative;
    margin: 50px auto;
    padding: 10px 15px;
    font-size: 16px;
    font-family: 'sans_b';
    color: #ffffff;
    width: calc(100% - 50px - 5%);
    height: auto;
    border: unset;
    border-radius: 6px;
    background: var(--base-color);
    display: block;
    text-align: center;
    cursor: pointer;
    box-shadow: 0px 0px 0px transparent, inset 0px 0px 0px transparent;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
}

form label select, .form label select {
    padding: 10px 50px 10px 17px;
    cursor: pointer;
    display: block;
    margin: 15px auto 25px auto;
    color: #333333;
    width: calc(100% - 50px - 5%);
    border-radius: 6px;
    border: 1px solid #9a9a9a3b;
    background: #f5f5f5;
    font-family: 'stedad';
    font-size: 14px;
    direction: ltr;
}

form label select option, .form label select option {
    border: none;
    padding: 10px 15px 10px 15px;
    font-family: 'stedad';
    font-size: 12px;
    cursor: pointer;
    direction: rtl;
}

form label select optgroup, .form label select optgroup {
    padding: 10px;
    position: relative;
    font-family: 'stedad';
    padding: 10px 15px 10px 15px;
    cursor: none;
    direction: rtl;
}

form svg.icon path, .form svg.icon path {
    fill: #f8f8f8;
    stroke: #d8d8d8;
}

input:-internal-autofill-selected {
    background-color: unset !important;
    background: none !important;
    color: rgb(133, 133, 133) !important;
}

input[type="file"]::before {
    content: attr(placeholder);
    display: inline-block;
    background: -webkit-linear-gradient(top, var(--base-color), var(--hover-color));
    background: linear-gradient(top, var(--base-color), var(--hover-color));
    background: -moz-linear-gradient(top, var(--base-color), var(--hover-color));
    border: 1px solid #999;
    border-radius: 3px;
    padding: 5px 8px;
    outline: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 700;
    font-size: 10pt;
    direction: rtl;
}

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

input[type="file"]:active::before {
    background: linear-gradient(top, #f9f9f9, #e3e3e3);
    background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
    background: -moz-linear-gradient(top, #f9f9f9, #e3e3e3);
}

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

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

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

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

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

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

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

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

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

input[type="file"] {
    direction: rtl;
    text-align: right;
}

textarea {
    direction: rtl;
}

form label div, .form label div {
    direction: rtl;
    margin: 10px 15px;
    display: block;
    font-family: 'naz_900';
    padding: 5px;
    font-size: 16px;
    color: #f8f8f8;
    text-align: right;
}

form label div span, .form label div span {
    top: 10px !important;
}

application {
    position: relative;
    margin: auto;
    clear: both;
    width: 100vW;
    height: auto;
    min-height: 100%;
    display: block;
    z-index: 0;
    background: #ffffff;
}

application header {
    position: relative;
    margin: 0px auto auto auto;
    display: grid;
    grid-template-columns: 20% 55% 25%;
    width: 100%;
    height: max(80px, min(8vW, 8vH));
    z-index: 10;
    background: #ffffff;
    direction: rtl;
}

application header label {
    position: relative;
    margin: auto;
    display: block;
    clear: both;
    width: 100%;
    height: 100%;
}

loadweb {
    position: fixed;
    direction: rtl;
    margin: auto;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 100;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #ececec;
    justify-content: center;
    text-align: center;
    opacity: 1;
}

loadweb img {
    position: absolute;
    margin: auto;
    max-width: 90%;
    max-height: 90%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    filter: drop-shadow(3px 3px 2px #181818);
    -webkit-filter: drop-shadow(3px 3px 2px #181818);
    -webkit-animation-name: logobar !important;
    -moz-animation-name: logobar !important;
    animation-name: logobar !important;
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 2s !important;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -moz-animation-direction: normal;
    -moz-animation-duration: 2s !important;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease;
    animation-direction: normal;
    animation-duration: 2s !important;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    -moz-transition: all 2s ease !important;
    -webkit-transition: all 2s ease !important;
    transition: all 2s ease !important;
}

@-webkit-keyframes logobar {
    0% {
        filter: drop-shadow(90px 60px 10px #181818);
        -webkit-filter: drop-shadow(90px 60px 10px #181818);
    }
    25% {
        filter: drop-shadow(60px 40px 7px #181818);
        -webkit-filter: drop-shadow(90px 60px 10px #181818);
    }
    50% {
        filter: drop-shadow(30px 20px 5px #181818);
        -webkit-filter: drop-shadow(90px 60px 10px #181818);
    }
    75% {
        filter: drop-shadow(10px 10px 3px #181818);
        -webkit-filter: drop-shadow(90px 60px 10px #181818);
    }
    100% {
        filter: drop-shadow(1px 1px 1px #181818);
        -webkit-filter: drop-shadow(1px 1px 1px #181818);
    }
}

@-moz-keyframes logobar {
    0% {
        filter: drop-shadow(90px 60px 10px #181818);
        -webkit-filter: drop-shadow(90px 60px 10px #181818);
    }
    25% {
        filter: drop-shadow(60px 40px 7px #181818);
        -webkit-filter: drop-shadow(90px 60px 10px #181818);
    }
    50% {
        filter: drop-shadow(30px 20px 5px #181818);
        -webkit-filter: drop-shadow(90px 60px 10px #181818);
    }
    75% {
        filter: drop-shadow(10px 10px 3px #181818);
        -webkit-filter: drop-shadow(90px 60px 10px #181818);
    }
    100% {
        filter: drop-shadow(1px 1px 1px #181818);
        -webkit-filter: drop-shadow(1px 1px 1px #181818);
    }
}

@keyframes logobar {
    0% {
        filter: drop-shadow(90px 60px 10px #181818);
        -webkit-filter: drop-shadow(90px 60px 10px #181818);
    }
    25% {
        filter: drop-shadow(60px 40px 7px #181818);
        -webkit-filter: drop-shadow(90px 60px 10px #181818);
    }
    50% {
        filter: drop-shadow(30px 20px 5px #181818);
        -webkit-filter: drop-shadow(90px 60px 10px #181818);
    }
    75% {
        filter: drop-shadow(10px 10px 3px #181818);
        -webkit-filter: drop-shadow(90px 60px 10px #181818);
    }
    100% {
        filter: drop-shadow(1px 1px 1px #181818);
        -webkit-filter: drop-shadow(1px 1px 1px #181818);
    }
}

application header label#sercerbox {
    background: #f29100;
    height: 70%;
    border-radius: 10px;
}

application header label#logobox i {
    width: 85%;
    height: 85%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    cursor: pointer;
}

application header label#menubox i {
    padding: 5%;
    background: #f29100;
    width: 40%;
    height: 55%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 10px;
    cursor: pointer;
}

application header label#sercerbox i#wallet {
    width: 30px;
    height: 30px;
    font-size: 30px;
    top: 0;
    bottom: 0;
    right: 110px;
    color: #ffffff;
    cursor: pointer;
}

application header label#sercerbox i#user {
    width: 30px;
    height: 30px;
    font-size: 30px;
    top: 0;
    bottom: 0;
    right: 60px;
    cursor: pointer;
}

application header label#sercerbox i#home {
    width: 30px;
    height: 30px;
    font-size: 30px;
    top: 0;
    bottom: 0;
    right: 10px;
    cursor: pointer;
}

application header label#sercerbox i#search_i {
    width: 30px;
    height: 30px;
    font-size: 30px;
    top: 0;
    bottom: 0;
    left: 10px;
    color: #ffffff;
    cursor: pointer;
}

application header label#sercerbox input.seach {
    position: absolute;
    margin: auto;
    background: #ffffff;
    display: block;
    z-index: 2;
    width: min(100px, max(40%, 10vW));
}

application header label#sercerbox input.seach {
    position: absolute;
    margin: auto;
    background: #ffffff;
    display: block;
    z-index: 2;
    height: 30px;
    left: 60px;
    border: unset;
    border-radius: 15vW;
    top: 0;
    bottom: 0;
    color: #804d00;
    font-family: 'sans';
    width: 0px;
    padding: 0px;
    font-size: 0px;
    opacity: 0;
    display: none;
}

application header label#sercerbox input.seach::placeholder {
    color: rgba(242, 148, 0, 1);
    font-family: 'sans_b';
    font-size: 0px;
}

application header label#sercerbox input.seach[rol="show"] {
    display: block;
    width: min(250px, max(30%, 30vW));
    padding: 5px 15px;
    font-size: 13px;
    opacity: 1;
}

application header label#sercerbox input.seach[rol="show"]::placeholder {
    font-size: 13px;
}

.cadr_box {
    position: relative;
    margin: max(70px, 3%) auto;
    max-width: min(90%, 1200px);
    min-height: min(10vH, 100px);
    background: transparent;
    border: 1px solid #ff7200;
    border-radius: 6px;
    display: block;
}

.banner_box {
    position: relative;
    display: block;
    margin: 5% auto 3% auto;
    width: 80%;
    aspect-ratio: 5 / 1;
    max-height: 200px;
    background: transparent;
    border-radius: 20px;
    box-shadow: 0px 0px 0px transparent;
    overflow: hidden;
}

.banner_box img {
    position: absolute;
    margin: auto;
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    clear: both;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    /*background: #858585;*/
    border-radius: 40px;
    box-shadow: 1px 1px 2px #f8b111;
}

h1.title_box {
    position: relative;
    text-align: center;
    margin: auto;
    justify-content: center;
    background: #14227b;
    display: table;
    padding: 10px 20px;
    border-radius: 10vW;
    color: #f8f8f8;
    font-family: 'sans_b';
    font-size: 16px;
    box-shadow: 2px 4px 5px #18181880;
}

.story_box {
    position: relative;
    display: flex;
    flex: 1 1 auto;
    margin: 2% auto;
    width: 80%;
    height: 150px;
    text-align: center;
    justify-content: center;
}


.story_box span.story {
    position: relative;
    width: 100%;
    height: 100%;
    min-width: 150px;
    min-height: 150px;
    display: inline-block;
    margin: auto;
    overflow: hidden;
    text-align: center;
    justify-items: center;
}

.story_box span.story img {
    position: absolute;
    margin: auto;
    display: block;
    clear: both;
    max-height: 80%;
    width: auto;
    height: auto;
    max-width: 80%;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #858585;
    box-shadow: 1px 1px 2px #f8b111;
    cursor: pointer;
    z-index: 2;
}

.lise_item {
    position: relative;
    display: grid;
    margin: 2% auto;
    width: 80%;
    grid-template-columns: auto;
}

.lise_item[rol="4"] {
    grid-template-columns: calc(100% / 4) calc(100% / 4) calc(100% / 4) calc(100% / 4);
}

.lise_item span.item {
    position: relative;
    margin: auto;
    padding: 10px;
    display: block;
}

.lise_item span.item img {
    position: relative;
    display: block;
    margin: auto;
    width: calc(100% - 20px);
    height: auto;
    background: #858585;
    box-shadow: 1px 1px 2px #f8b111;
    cursor: pointer;
    border-radius: 40px;
}

.lise_item span.item h3 {
    position: relative;
    text-align: center;
    margin: 10px auto;
    justify-content: center;
    background: #14227b;
    display: block;
    padding: 5px 15px;
    border-radius: 10vW;
    color: #f8f8f8;
    font-family: 'sans_b';
    font-size: 11px;
    box-shadow: 1px 2px 2px #18181880;
}

.lise_item span.item h2 {
    position: relative;
    text-align: center;
    margin: 10px auto;
    justify-content: center;
    background: #fed082;
    display: block;
    padding: 5px 15px;
    border-radius: 10vW;
    color: #181818;
    font-family: 'sans_b';
    font-size: 10px;
    cursor: pointer;
}


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

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

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

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

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

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

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

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

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

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

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

.owl-hidden {
    opacity: 0
}

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

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

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

.owl-rtl {
    direction: rtl;
}

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

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

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

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

.fadeOut {
    animation-name: fadeOut
}

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

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

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

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

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

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

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

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

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

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

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

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

.owl-stage-outer {
    height: 100%;
    overflow: hidden;
}


.owl-nav.disabled {
    display: none
}

.owl-dots {
    position: absolute;
    margin: auto;
    display: block;
    right: 0;
    left: 0;
    bottom: 0px;
    text-align: center;
    justify-content: center;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.owl-dot {
    position: relative;
    margin: auto;
    display: inline-block;
    right: 0;
    left: 0;
    text-align: center;
    padding: 0px;
    justify-content: center;
}

.owl-dot span {
    margin: 5px;
    position: relative;
    display: block;
    width: 12vW;
    height: 0.8vH;
    background: rgba(154, 154, 154, 1);
    border-radius: 0.8vH;
}

.owl-dot.active span {
    background: rgba(242, 145, 0, 1);
}

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

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

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

application footer {
    position: relative;
    margin: 3% auto 1% auto;
    display: grid;
    grid-template-columns: 20% 50% 30%;
    width: 95%;
    height: auto;
    padding: 20px 15px;
    z-index: 10;
    direction: rtl;
    background: #f8b133;
    border-radius: 25px;
}

application footer label {
    position: relative;
    display: block;
    margin: auto;
    padding: 20px;
    clear: both;
}

application footer label#fot_logo, application footer label#fot_enemad {
    width: 90%;
    height: 80%;
}

application footer label#fot_logo i {
    width: 100%;
    height: 100%;
    top: 0px;
    bottom: 0;
    right: 0;
    left: 0;
}

application footer label#fot_logo i image {
    filter: drop-shadow(0px 0px 3px #f8b111) brightness(0.5);
    position: relative;
}

application footer label#fot_infor {
    width: 90%;
    height: auto;
    border-right: 4px solid #f29100;
}

application footer label#fot_infor h1 {
    position: relative;
    margin: 10px 5px;
    font-size: 18px;
    font-family: naz_300;
}

application footer label#fot_infor h1 b {
    font-family: naz_900;
}

application footer label#fot_infor p {
    position: relative;
    margin: 5px 5px;
    font-size: 14px;
    font-family: 'sans';
    text-align: justify;
}

application footer label#fot_enemad i {
    width: 10vW;
    height: 10vW;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    cursor: pointer;
}

.line_story {
    position: relative;
    display: block;
    margin: auto;
    clear: both;
    width: 100%;
    height: auto;
}

.line_story span.go_right, .line_story span.go_left {
    position: absolute;
    z-index: 4;
    display: block;
    width: 25px;
    height: 25px;
    padding: 5px;
    margin: auto;
    color: #f8f8f8;
    background: linear-gradient(to top, #f6b93b, #ffdd59);
    border-radius: 10px;
    align-items: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.line_story span.go_right i, .line_story span.go_left i {
    width: 20px;
    height: 20px;
    font-size: 20px;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}

.line_story span.go_right {
    top: 0;
    bottom: 0;
    right: 4%;
}

.line_story span.go_left {
    top: 0;
    bottom: 0;
    left: 4%;
}

h1.title_bar {
    position: absolute;
    margin: auto;
    display: block;
    clear: both;
    padding: 10px 15px;
    background: #ff7200;
    color: #f8f8f8;
    font-size: 12px;
    font-family: 'stedad_b';
    direction: rtl;
    border-radius: 6px;
    top: -20px;
    right: 25px;
}

.row h1.title_bar {
    position: relative !important;
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
}

.grid-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
    padding: 7px 10px;
}

.grid-item {
    position: relative;
    width: 64px;
    height: 64px;
    flex: 1 1 auto;
    justify-content: center;
    text-align: center;
    padding: 25px 5px 5px 5px;
    max-width: 64px;
    max-height: 64px;
}

.grid-item img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: auto;
    background: #efd099;
    border: 3px solid rgba(19, 32, 117, 0.35);
    border-radius: 20px;
    cursor: pointer;
    max-width: 64px;
    max-height: 64px;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 2;
}

.grid-item img:hover {
    border: 3px solid rgba(19, 32, 117, 1);
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

application header label#sercerbox i#vr {
    width: 30px;
    height: 30px;
    font-size: 30px;
    top: 0;
    bottom: 0;
    right: 160px;
    color: #ffffff;
    cursor: pointer;
}

application header label#sercerbox i#ar {
    width: 30px;
    height: 30px;
    font-size: 30px;
    top: 0;
    bottom: 0;
    right: 210px;
    color: #ffffff;
    cursor: pointer;
}


.menu_boxer {
    position: absolute;
    margin: auto;
    display: none;
    clear: both;
    background: #efd099bf;
    border: 2px solid #e3dca04f;
    padding: 40px 10px 10px 10px;
    top: 95px;
    left: 15px;
    border-radius: 20px;
    overflow: hidden;
    opacity: 0;
    min-width: 250px;
    max-width: 90%;
    z-index: 50;
}

.menu_boxer i {
    font-size: 20px;
    width: 20px;
    height: 20px;
    color: #f29100;
    display: block;
    top: 15px;
    left: 20px;
    cursor: pointer;
}

.menu_boxer li {
    position: relative;
    margin: 10px 15px;
    padding: 10px 50px;
    display: block;
    text-align: center;
    background: #f29100;
    border-radius: 20px;
    font-family: 'naz_300';
    color: #f8f8f8;
    font-size: 14px;
    cursor: pointer;
}

i.basketnum {
    position: absolute;
    margin: auto;
    display: block;
    color: var(--red-color) !important;
    width: 30px !important;
    height: 30px !important;
    font-size: 30px !important;
    right: 85% !important;
    top: -35% !important;
    transform: rotate(-40deg);
    overflow: hidden;
    z-index: 10;
    zoom: 0.8;
    opacity: 0.4;
}

i.basketnum basketnum {
    position: absolute;
    font-size: 13px;
    font-family: 'per_add';
    width: 100%;
    height: 100%;
    margin: auto;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    display: block;
    color: #f8f8f8;
    padding: 10px 0px 0px 0px;
    z-index: 2;
}

.search_boxer {
    position: relative;
    margin: auto;
    display: none;
    clear: both;
    border: 2px solid transparent;
    padding: 10px 10px 10px 10px;
    border-radius: 20px;
    overflow: hidden;
    opacity: 0;
    min-width: 300px;
    max-width: calc(90% - 20px);
    z-index: 50;
}

.search_boxer i {
    font-size: 20px;
    width: 20px;
    height: 20px;
    color: #f8f8f8;
    display: block;
    top: 0;
    bottom: 0;
    right: -1%;
    left: unset;
    cursor: pointer;
    z-index: 10;
}

.search_boxer li i:nth-of-type(2) {
    font-size: 20px;
    width: 20px;
    height: 20px;
    color: #f8f8f8;
    display: block;
    top: 0;
    bottom: 0;
    left: 7%;
    right: unset;
    cursor: pointer;
    z-index: 10;
}


.search_boxer li {
    position: relative;
    margin: 10px 15px;
    padding: 10px 30px;
    display: block;
    text-align: right;
    border-radius: 20px;
    font-family: 'naz_300';
    color: #181818;
    font-size: 15px;
    cursor: pointer;
}

.search_boxer input.seach {
    padding: 12px 8px;
    border: 1px solid #9A9A9A;
    border-radius: 6px;
    width: 95%;
    color: #181818;
    position: relative;
    display: block;
    margin: auto;
    font-family: 'stedad';
    font-size: 12px;
    text-align: right;
    direction: rtl;
}

.search_boxer input.seach::placeholder {
    color: #9A9A9A;
}

.chat_box {
    position: fixed;
    margin: auto;
    display: block;
    width: 55px;
    height: 55px;
    background: #f8b133;
    bottom: 5%;
    z-index: 70;
    right: 5%;
    border-radius: 50%;
    padding: 10px;
    cursor: pointer;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.chat_box i {
    width: 45px;
    height: 45px;
    font-size: 45px;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    color: #fefefe;
    cursor: pointer;
}

.cadr_box i.icon_bar {
    width: 90px;
    height: 90px;
    font-size: 90px;
    border: 2px solid #efd099;
    border-radius: 50%;
    overflow: hidden;
    left: 3%;
    top: -45px;
    z-index: 10;
}

.story_box span.story noread, .grid-item noread {
    position: absolute;
    margin: auto;
    display: block;
    clear: both;
    max-height: calc(80% + 2px);
    width: auto;
    height: auto;
    max-width: calc(80% + 2px);
    border-radius: 50%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to right, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
    cursor: pointer;
    z-index: 1;
}

.grid-item noread {
    width: 75px;
    height: 75px;
    max-height: unset;
    max-width: unset;
    border-radius: 15px;
    top: 25px;
    right: 2px;
}

.story_box span.story noread {
    animation: rotate 5s infinite linear;
    -webkit-animation: rotate 5s infinite linear;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

.row {
    position: relative;
    margin: 2% auto;
    clear: both;
    display: block;
    max-width: 95%;
    width: 1000px;
    height: auto;
    padding: 0px 2.5% 0px 2.5%;
}

span.btn_insta {
    background: linear-gradient(225deg, var(--base-color) 0%, var(--pop-color) 50%, #b92176 100%);
    padding: 10px 15px 10px 50px;
    border-radius: 5px;
    margin: 10.5px 2.5px auto 2.5px;
    position: relative;
    display: inline-block;
    top: 1px;
    font-family: 'kalame_b';
    cursor: pointer;
    font-size: 20px;
    color: #f8f8f8;
    cursor: pointer;
}

span.btn_address {
    background: linear-gradient(225deg, #0037ff 0%, #3497ef 50%, #21b997 100%);
    padding: 10px 15px 10px 50px;
    border-radius: 5px;
    margin: 10.5px 2.5px auto 2.5px;
    position: relative;
    display: inline-block;
    top: 1px;
    font-family: 'kalame_b';
    cursor: pointer;
    font-size: 20px;
    color: #f8f8f8;
    cursor: pointer;
    direction: rtl;
}

span.btn_like {
    background: linear-gradient(225deg, #ff0044 0%, #ef34ca 50%, #a521b9 100%);
    padding: 10px 15px 10px 50px;
    border-radius: 5px;
    margin: 10.5px 2.5px auto 2.5px;
    position: relative;
    display: inline-block;
    top: 1px;
    font-family: 'kalame_b';
    cursor: pointer;
    font-size: 20px;
    color: #f8f8f8;
    cursor: pointer;
    direction: rtl;
}


span.btn_insta i, span.btn_address i, span.btn_like i {
    width: 40px;
    height: 40px;
    font-size: 40px;
    border-radius: 50%;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 5px;
    cursor: pointer;
}

.btn-p {
    padding: 5px 10px;
    background: var(--box-color);
    color: var(--back-color) !important;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'naz_300';
}

._audio, ._video, ._img, ._file, ._embed {
    max-width: 95%;
    clear: both;
    display: block;
    margin: auto auto 10px auto;
    position: relative;
    max-height: min(95%, 84vH);
    overflow: hidden;
    border-radius: 15px;
    direction: rtl;
    text-align: center;
    height: auto;
}

.popup_box object.box_show_link .show_responsive ._audio, .popup_box object.box_show_link .show_responsive ._video, .popup_box object.box_show_link .show_responsive ._img, .popup_box object.box_show_link .show_responsive ._file, .popup_box object.box_show_link .show_responsive ._embed {
    max-height: 85vH;
}

._embed {
    min-height: 210px !important;
}

.boxer_chat {
    position: absolute;
    margin: auto;
    display: none;
    clear: both;
    background: #e3dca04f;
    border: 2px solid #efd099bf;
    padding: 10px 10px 10px 10px;
    bottom: 110%;
    right: -100%;
    border-radius: 20px;
    overflow: hidden;
    opacity: 0;
    min-width: 200px;
    max-width: 90vW;
    z-index: 30;
    height: 300px;
    max-height: 90vH;
}

li.btn_link {
    background: linear-gradient(225deg, #f5f5f5 0%, #f8f8f8 50%, #ffffff 100%);
    padding: 15px 60px 15px 15px;
    border-radius: 20px;
    margin: 5%;
    position: relative;
    display: block;
    top: 1px;
    font-family: 'stedad_b';
    cursor: pointer;
    font-size: 20px;
    color: #333333;
    cursor: pointer;
    direction: rtl;
    text-align: right;
}

li.btn_link i {
    width: 25px;
    height: 25px;
    font-size: 25px;
    border-radius: 50%;
    overflow: hidden;
    top: 0;
    bottom: 0;
    right: 10px;
    cursor: pointer;
    color: #ff7200;
}

img.logo_log {
    position: relative;
    margin: 0px auto;
    max-width: 70%;
    max-height: 25%;
    display: block;
    clear: both;
    -webkit-user-drag: none;
}

.walet_carts {
    position: relative;
    margin: auto;
    display: block;
    justify-content: center;
    padding: 20px;
}

.walet_carts .basebox {
    position: relative;
    margin: auto;
    display: block;
    width: 300px;
    max-width: 90%;
    background: #181818c7;
    height: 200px;
    max-height: 90vH;
    border-radius: 25px;
    overflow: hidden;
}

.walet_carts .basebox[rol="2"] {
    position: absolute;
    background: linear-gradient(45deg, #0228e5, #1f7165);
    top: 19%;
    bottom: 0;
    z-index: 8;
    right: 0;
    left: 0;
    box-shadow: 5px -10px 15px #2a292994;
    width: calc(300px + 2%);
    max-width: 92%;
    height: calc(200px + 2%);
    max-height: calc(90vH + 2%);
}

.walet_carts .basebox[rol="3"] {
    position: absolute;
    background: linear-gradient(45deg, #e5bf02, #28711f);
    top: 40%;
    bottom: 0;
    z-index: 10;
    right: 0;
    left: 0;
    box-shadow: 5px -10px 15px #2a292994;
    width: calc(300px + 4%);
    max-width: 94%;
    height: calc(200px + 4%);
    max-height: calc(90vH + 4%);
}

.walet_carts .basebox[rol="3"] span[rol="1"] {
    position: absolute;
    margin: auto;
    display: block;
    background: #dce9d221;
    box-shadow: 0px 0px 60px #92a98182;
    width: 33%;
    height: 45%;
    right: -1px;
    top: -1px;
    border-radius: 78% 17% 17% 24%;
    z-index: 2;
}

.walet_carts .basebox[rol="3"] span[rol="2"] {
    position: absolute;
    margin: auto;
    display: block;
    background: #3de52014;
    width: 60%;
    box-shadow: 0px 0px 60px #2cad163b;
    height: 75%;
    right: -1px;
    top: -1px;
    border-radius: 70% 7% 40% 95%;
    z-index: 1;
}

.walet_carts .basebox[rol="2"] span[rol="1"] {
    position: absolute;
    margin: auto;
    display: block;
    background: rgba(210, 222, 233, 0.13);
    box-shadow: 0px 0px 60px rgba(130, 145, 150, 0.51);
    width: 33%;
    height: 45%;
    right: -1px;
    top: -1px;
    border-radius: 78% 17% 17% 24%;
    z-index: 2;
}

.walet_carts .basebox[rol="2"] span[rol="2"] {
    position: absolute;
    margin: auto;
    display: block;
    background: rgba(32, 200, 230, 0.08);
    width: 60%;
    box-shadow: 0px 0px 60px rgba(22, 92, 125, 0.23);
    height: 75%;
    right: -1px;
    top: -1px;
    border-radius: 70% 7% 40% 95%;
    z-index: 1;
}

.walet_carts .basebox .info-box {
    position: absolute;
    background: linear-gradient(124deg, rgb(35 33 33 / 80%) 40%, rgb(31 33 31 / 100%) 70%, rgb(255 255 255 / 0%) 71%);
    display: block;
    margin: auto;
    width: 50%;
    height: 70%;
    top: 10%;
    left: 10%;
    border-radius: 15px;
    overflow: hidden;
    z-index: 5;
}

.walet_carts .basebox i.logo_icon {
    width: 80px;
    height: 80px;
    font-size: 70px;
    bottom: 2%;
    right: 5%;
}

.walet_carts .basebox span[rol="1"] h1 {
    position: absolute;
    margin: auto;
    display: block;
    text-align: center;
    font-size: 14px;
    font-family: 'sans';
    direction: rtl;
    right: 0;
    left: 0;
    top: 35%;
    color: #f8f8f8;
}

.walet_carts .basebox .info-box h1 {
    display: block;
    position: absolute;
    margin: auto;
    max-width: 90%;
    color: #f8f8f8;
    direction: rtl;
    font-family: 'homa';
    font-size: 15px;
    text-align: center;
    justify-content: center;
    right: 0;
    left: 0;
    top: 10%;
}

.walet_carts .basebox .info-box h3 {
    display: block;
    position: absolute;
    margin: auto;
    max-width: 90%;
    color: #f8f8f8;
    direction: rtl;
    font-family: 'sans_b';
    font-size: 11px;
    text-align: center;
    justify-content: center;
    left: 5%;
    bottom: 5%;
    text-shadow: 5px 5px 4px #bfb008a3;
}

#box_banker .number-container {
    display: flex;
    gap: 5px;
    flex-wrap: nowrap;
    margin: 5% 4% 2% 4%;
    position: relative;
}

#box_banker .number {
    font-size: clamp(40px, 8vw, 100px);
    font-weight: bold;
    color: white;
    background-color: #f29100;
    padding: 1%;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    width: clamp(60px, 10vw, 120px);
    height: clamp(60px, 10vw, 120px);
    transition: transform 0.6s ease-in-out;
    font-family: 'homa';
    position: relative;
    margin: 10px auto;
}

.text-box {
    margin: 3% auto;
    direction: rtl;
    width: auto;
    font-family: 'stedad', 'IRANSans', sans-serif;
    font-size: 16px;
    color: #333;
    padding: 15px;
    border-radius: 12px;
    line-height: 1.8;
    position: relative;
    display: block;
}

.text-box::-webkit-scrollbar, .text-box::-webkit-scrollbar-thumb:active, .text-box::-webkit-scrollbar-thumb:hover, .text-box::-webkit-scrollbar-corner, .text-box::-webkit-scrollbar-thumb {
    opacity: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}


.text-box a {
    position: relative;
    font-family: 'stedad';
    cursor: pointer;
    display: inline-block;
    color: #1b5caf;
    margin: 8px 5px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    font-size: 16px;
}

.text-box .comment-header h3 {
    color: #9A9A9A;
    font-size: 11px;
    font-family: 'stedad';
    font-weight: 600;
    position: absolute;
    margin: auto;
    display: block;
    top: 10px;
    left: 10px;
}

#box_banker .rotate {
    transform: rotateX(180deg);
}

#box_banker .buttons {
    margin: 10px 10px 15px 10px;
    display: flex;
    gap: 10px;
}

#box_banker button {
    margin: 10px auto 15px auto;
    font-size: 20px;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}

#box_banker .btn_boxer:hover {
    background: linear-gradient(25deg, #ffb100 0%, #ef5734 50%, #b98c21 100%);
    transition: transform 0.6s ease-in-out;
}

.btn_boxer {
    background: linear-gradient(225deg, #ffb100 0%, #ef5734 50%, #b98c21 100%);
    padding: 10px 15px 10px 50px;
    border-radius: 5px;
    margin: 10.5px 2.5px auto 2.5px;
    position: relative;
    display: inline-block;
    top: 1px;
    font-family: 'kalame_b';
    cursor: pointer;
    font-size: 20px;
    color: #f8f8f8;
    cursor: pointer;
    direction: rtl;
    text-align: center;
    transition: transform 0.6s ease-in-out;
}


.pre {
    position: relative;
    display: block;
    clear: both;
    text-align: left;
    direction: ltr;
    font-family: fantasy;
    border: 2px solid #383838;
    background: #151919bf;
    margin: 5px;
    border-radius: 5px;
    padding: 15px 10px;
    font-size: 13px;
    color: var(--snow-color);
    font-weight: 200 !important;
    -webkit-animation-name: rot_alrt;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-name: rot_alrt;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: 1;
    animation-name: rot_alrt;
    animation-duration: 1s;
    animation-iteration-count: 1;
}

.pre .btn-c {
    padding: 5px 10px;
    background: var(--box-color);
    color: var(--back-color);
    border-radius: 5px;
    cursor: pointer;
    font-family: 'naz_300';
    margin: auto 2.5px;
}

.hr {
    margin: 50px 0px 14px 0px !important;
    display: flex;
    flex-direction: row;
    clear: both;
    width: 100%;
    font-family: 'stedad_b';
    font-size: 16px;
    text-align: center;
}

.hr:before, .hr:after {
    content: '';
    flex: 1 1;
    margin: auto 5px !important;
    border-bottom: 1.5px dashed rgba(145, 70, 8, 0.75);
    opacity: 0;
}

.hr span {
    margin: -5px 7px !important;
    font-size: 15px;
    color: #333333;
    direction: rtl;
    font-family: 'stedad';
    font-weight: bolder;
}

.hr i {
    margin: auto 2px !important;
    position: relative !important;
    color: #333333;
}

.lise_item span.item t {
    position: absolute;
    margin: auto;
    display: block;
    bottom: 30%;
    direction: rtl;
    color: #081663d6;
    padding: 5px;
    background: #e7b1347d;
    overflow: hidden;
    border-radius: 25px;
    max-width: 95%;
    right: 4%;
    font-size: 15px;
    font-family: 'ray';
}

.lise_item span.item t img {
    position: relative;
    display: inline-block;
    margin: 1px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    border-radius: 50%;
    background: #f8f8f8;
    padding: 2px;
}


.menofot {
    display: block;
    position: relative;
    margin: auto;
    cursor: pointer;
    z-index: 3 !important;
    padding: 0px;
    border-radius: 7px;
    width: max(3vW, 30px);
    height: max(3vW, 30px);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.menofot .menubar {
    position: relative;
    box-sizing: border-box;
    color: #f8f8f8;
    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;
}

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

.menofot .toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    left: 0;
    width: max(3vW, 30px);
    height: max(3vW, 30px);
}

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

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

.menofot .toggle:after, .toggle:before, span#line_3 {
    content: '';
    cursor: pointer;
    background: #FF7200;
    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: 1.05vW;
    border-radius: 3px;
}

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

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


right_tolbar {
    position: fixed;
    margin: auto;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgb(67 68 71 / 30%);
    z-index: 490;
}

.right_tolbar {
    position: fixed;
    margin: auto;
    display: block;
    width: 100vW;
    height: 100%;
    clear: both;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 150;
    background: rgb(28 26 26 / 10%);
}

.right_tolbar object.box_show_link .show_responsive, .phone_mode object.box_show_link .show_responsive {
    position: absolute;
    width: 100%;
    height: calc(100% - 60px);
    bottom: 0;
    margin: auto;
    right: 0;
    left: 0;
    direction: ltr;
    overflow: hidden;
    overflow-y: auto;
    background: #f6f6f6;
    display: block;
}

.right_tolbar object.box_show_link .show_responsive {
    background: #ffffff;
    border-radius: 0px 0px 0px 20px;
}

.right_tolbar object.box_show_link {
    position: absolute;
    width: 0%;
    max-width: 320px;
    opacity: 0;
    height: 100%;
    background: transparent;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    box-shadow: -5px 0px 15px 0px #3333337d;
    overflow: hidden;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 0px 0px 0px 20px;
}

.show_object {
    width: 85% !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: relative;
    top: 0;
    margin: auto;
    padding: 20px;
    background: #ffffff;
    color: var(--base-color);
    font-size: 20px;
    font-weight: 900;
    overflow: hidden;
    text-align: right;
    padding-right: 20px;
    display: block;
    z-index: 2;
    font-family: 'stedad_b';
    direction: rtl;
}

.right_tolbar object.box_show_link .close.icon.fui-cross:before {
    font-family: 'Flat-UI-Icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--base-color);
    position: absolute;
    width: 20px;
    height: 20px;
    margin: auto;
    top: 0;
    bottom: 0;
    font-weight: 100;
    font-size: 20px;
    cursor: pointer;
    left: 10%;
}

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

ul.panel_menu li {
    position: relative;
    direction: rtl;
    display: block;
    margin: 15px 15px;
    font-family: 'stedad';
    text-align: right;
    padding: 5px 40px 5px 20px;
    color: #081035;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul.panel_menu li:hover {
    font-weight: 500;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

ul.panel_menu li i {
    top: -3px;
    bottom: 0;
    width: 27px;
    height: 27px;
    font-size: 27px;
    color: #ff7200;
    right: 3px;
}

ul.panel_menu li ul.in_menu {
    position: relative;
    margin: auto;
    display: none;
    height: auto;
    width: 100%;
    clear: both;
    z-index: 0;
    -webkit-animation-name: rot_alrt;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-name: rot_alrt;
    -moz-animation-duration: 0.5s;
    -moz-animation-iteration-count: 1;
    animation-name: rot_alrt;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
}

ul.panel_menu li ul.in_menu li {
    position: relative;
    direction: rtl;
    display: block;
    margin: 10px 0px;
    font-family: naz_300;
    text-align: right;
    padding: 5px 10px 5px 25px;
    color: #2e2e2e;
    font-size: 14px;
    border-right: 2px solid var(--base-color);
    border-radius: 3px;
    cursor: pointer;
    background: #f6f6f6;
}

ul.panel_menu li ul.in_menu li:hover {
    border-right: 3px solid var(--base-color);
}

ul.panel_menu li ul.in_menu li i {
    color: var(--base-color);
    width: 15px;
    height: 15px;
    font-size: 15px;
    top: 0;
    right: unset;
    left: 10px;
}


ul.bask_list li pre {
    position: relative;
    display: block;
    margin: auto;
    text-align: center;
    justify-content: center;
    padding: 5px 15px;
    font-size: 13px;
    color: var(--red-color);
}

ul.bask_list li pre i {
    width: 15px;
    height: 15px;
    font-size: 15px;
    top: 0;
    right: -1px;
    bottom: 0;
}


table {
    direction: rtl;
    border-spacing: 1px;
    border-collapse: collapse;
    overflow: hidden;
    max-width: 1000px;
    width: 95%;
    min-width: 85%;
    margin: 4% auto 2% auto;
    position: relative;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

table * {
    position: relative;
}

table thead {
    margin: auto;
    width: 100%;
}

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

table tr {
    margin: auto;
    width: 100%;
    border-bottom: 1px solid #a9a9a9;
}

table td, table th {
    text-align: center;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    min-width: 30px;
    max-height: 200px;
    overflow: hidden;
    overflow-y: auto;
    font-family: 'stedad';
    line-height: 40px;
}

table th {
    color: #003B67;
    text-align: center;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    background: #ffffff;
    font-family: 'stedad_b';
    font-weight: 600;
    font-size: 16px;
}

table td {
    color: #333333;
    direction: rtl;
    font-family: 'stedad_b';
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    line-height: 20px;
    padding: 5px;
    border-radius: 8px;
}

table thead td {
    font-family: naz_900;
    color: #181818;
    font-size: max(3vW, 1vH);
    padding: 10px;
}

table tbody tr:nth-of-type(2n) {

}

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

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

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

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 td {
    color: #333333;
    direction: rtl;
    font-family: 'stedad_b';
    font-weight: 800;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    line-height: 20px;
}

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: #181818;
    cursor: pointer;
    padding: 5px;
    right: unset !important;
    left: unset !important;
    -webkit-transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9);
    transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9);
}

table td small {
    color: #9A9A9A;
    text-shadow: unset !important;
}

table *:hover {
    color: #4e4e4e;
}

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

table thead tr {
    background: #ffffff;
    border-radius: 5px;
}

table tbody tr {
    background: #f5f5f5;
    border-radius: 5px;
}

table td i.icon span {
    position: absolute;
    z-index: 2;
    margin: auto;
    display: block;
    font-family: 'per_add';
    background: red;
    padding: 3px;
    border-radius: 50%;
    color: #f8f8f8;
    overflow: hidden;
    width: 12px;
    height: 12px;
    font-size: 10px;
    top: -3px;
    right: -3px;
}

form label h1, .form label h1 {
    position: relative;
    display: block;
    margin: 1% auto !important;
    clear: both;
    font-size: 15px;
    font-family: 'stedad_b';
    padding: 15px 5px;
    color: #333333;
    font-weight: 700;
}

form label h2, .form label h2 {
    position: relative;
    display: block;
    margin: 1% auto !important;
    clear: both;
    font-size: 11px;
    font-family: 'stedad';
    padding: 5px 5px;
    color: #333333b3;
}

form label h3, .form label h3 {
    position: relative;
    display: block;
    margin: 1% auto !important;
    clear: both;
    font-size: 13px;
    font-family: 'stedad';
    padding: 10px 5px;
    color: #333333c3;
}


form label .container {
    display: flex;
    gap: 10px;
    direction: ltr;
    margin: auto;
    width: 90%;
}

.container input {
    text-align: center !important;
    font-size: 20px !important;
    -webkit-appearance: textfield !important;
    -moz-appearance: textfield !important;
    appearance: textfield !important;
    position: relative !important;
    display: block !important;
    margin: auto !important;
    padding: 10px 10px 10px 10px !important;
    font-family: 'per_add' !important;
    color: #383838 !important;
    width: calc(100% - 100px - 15%) !important;
    border-radius: 6px !important;
    border: 1px solid #9A9A9A !important;
    background: #ededed !important;
}

.btn-sub {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    position: relative;
    margin: 50px auto;
    padding: 10px 15px;
    font-size: 16px;
    font-family: 'sans_b';
    color: #ffffff;
    width: calc(100% - 120px - 5%);
    height: auto;
    border: unset;
    border-radius: 6px;
    background: var(--base-color);
    display: block;
    text-align: center;
    cursor: pointer;
    box-shadow: 0px 0px 0px transparent, inset 0px 0px 0px transparent;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
}

*[type="submit"]:hover, *[class="btn-"]:hover, *[class^="btn-"]:hover, *[class*="btn-"]:hover {
    transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    animation: gelatine 0.5s 1;
}

*[type="submit"]:active, *[class="btn-"]:active, *[class^="btn-"]:active, *[class*="btn-"]:active {
    transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    animation: gelatine 0.5s 1;
}

*[type="submit"]:focus, *[class="btn-"]:focus, *[class^="btn-"]:focus, *[class*="btn-"]:focus {
    transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    animation: gelatine 0.5s 1;
}

@keyframes gelatine {
    0%,
    100% {
        transform: scale(1, 1);
    }
    25% {
        transform: scale(0.9, 1.1);
    }
    50% {
        transform: scale(1.1, 0.9);
    }
    75% {
        transform: scale(0.95, 1.05);
    }
}


.loadingbox {
    position: relative;
    margin: auto;
    display: block;
    z-index: 300;
    width: 100%;
    height: 100%;
    background: #ffffff;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

application header .imag_plat {
    position: relative;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
}

application header .imag_plat img.head_logo {
    position: relative;
    margin: auto;
    min-height: min(70%, 10vH);
    display: block;
    max-width: min(70%, 40vW);
}

application header .user_proph {
    position: relative;
    margin: auto;
    text-align: center;
    justify-content: center;
    display: grid;
    grid-template-columns: 50% 50%;
    width: 90%;
    height: 90%;
    direction: ltr;
}

application header .user_proph i {
    position: relative;
    width: 33px;
    height: 33px;
    font-size: 33px;
    cursor: pointer;
}

.slidebar {
    position: relative;
    margin: 2% auto;
    background: white;
    width: 90vW;
    height: 50vW;
    border-radius: 16px;
    /*overflow: hidden;*/
    display: block;
    z-index: 1;
    clear: both;
}

.slidebar i {
    width: 35%;
    height: auto;
    z-index: 10;
    bottom: -1%;
    right: 0;
    left: 0;
}

.slidebar box {
    position: relative;
    margin: auto;
    display: block;
    clear: both;
    z-index: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 16px;
}

.slidebar box div {
    position: relative;
    margin: auto;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

.slidebar box div i[role="1"] {
    width: 45%;
    height: auto;
    max-height: 95%;
    z-index: 10;
    bottom: 0;
    top: 0;
    left: 5%;
    right: unset;
    -webkit-animation-name: fadeInMove;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-name: fadeInMove;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: 1;
    animation-name: fadeInMove;
    animation-duration: 5s;
    animation-iteration-count: 1;
    animation-delay: calc(var(--order) * 0.5s);
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.slidebar box div i[role="1"] {
    transform: translateY(0px);
    animation: fadeInMove 3s ease-in-out forwards;
}

.slidebar box div i[role="1"]:nth-child(odd) {
    transform: translateX(0px);
}

.slidebar box div i[role="1"]:nth-child(even) {
    transform: translateX(0px);
}

@keyframes fadeInMove {
    0% {
        opacity: 0;
        transform: translateY(50px) translateX(-50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateX(0);
    }
}

.slidebar box div span {
    position: absolute;
    margin: auto;
    display: block;
    width: 25%;
    height: auto;
    background: #ff7200;
    text-align: center;
    font-family: 'stedad_b';
    color: #f8f8f8;
    font-size: max(12px, min(3.7vW, 1.7vH));
    border-radius: 30px;
    padding: 5px 2px;
    bottom: 8%;
    right: 5%;
    cursor: pointer;
}

.slidebar box div h1 {
    position: relative;
    font-family: 'stedad_b';
    direction: rtl;
    margin: auto 0px auto auto;
    width: 50%;
    text-align: right;
    font-size: max(14px, min(4vW, 2vH));
    padding: 15px;
    max-height: 45%;
    overflow: hidden;
    z-index: 20;
}

.slidebar box div h3 {
    position: relative;
    font-family: 'stedad';
    direction: rtl;
    margin: auto 0px auto auto;
    width: 50%;
    text-align: right;
    font-size: max(8px, min(2.4vW, 1.4vH));
    padding: 5px 10px;
    max-height: 45%;
    overflow: hidden;
    z-index: 20;
}

.back_1 {
    background: #B0F1FF;
}

.back_2 {
    background: #ffb0b7;
}

.back_3 {
    background: #73B58B;
}

.back_4 {
    background: #B67FFF;
}

.back_5 {
    background: rgba(255, 219, 55, 1);
}


span.lin_text {
    display: block;
    margin: 2% auto;
    clear: both;
    width: calc(95% - 60px);
    max-width: 95vW;
    direction: rtl;
    padding: 10px 55px 10px 5px;
    /*padding: 10px 5px 10px 5px;*/
    font-size: 14px;
    font-family: 'stedad_b';
    color: #333333;
    position: relative;
    font-weight: 600;
    text-align: right;
}

span.lin_text i {
    font-size: 30px;
    width: 30px;
    height: 30px;
    right: 10px;
    top: 0;
    bottom: 0;
    color: #333333;
    /*display: none !important;*/
}

/*span.lin_text i svg, span.lin_text i svg * {*/
/*    fill: #ff7200 !important;*/
/*    stroke: #ff7200 !important;*/
/*}*/


span.lin_text i svg, span.lin_text i img, span.lin_text i image {
    transform: rotateY(180deg);
}


span.lin_text b.asee {
    position: absolute;
    font-size: max(10px, min(2.9vW, 1.6vH));
    color: #ff7200 !important;
    margin: auto;
    height: 18px;
    top: 0;
    bottom: 0;
    left: -2.5%;
    cursor: pointer;
    font-weight: 300;
    background: transparent !important;
    font-family: 'stedad' !important;
    padding: 13px 15px 10px 15px;
}

span.lin_text b.asee i {
    top: 5px;
    width: max(13px, min(3.9vW, 1.9vH));
    height: max(13px, min(3.9vW, 1.9vH));
    font-size: max(13px, min(3.9vW, 1.9vH));
    right: 100%;
    bottom: 0;
    left: unset;
    color: #23942E;
    cursor: pointer;
}


.gride_3box {
    position: relative;
    margin: 3% auto;
    display: grid;
    grid-template-columns: 33% 34% 33%;
    width: 100%;
    height: 175px;
    justify-content: center;
    justify-items: center;
    text-align: center;
}

.gride_3box .boxserg {
    position: relative;
    margin: auto;
    padding: 2%;
    display: block;
    cursor: pointer;
    box-shadow: 0px 4.6px 35px #29417314;
    border-radius: 8px;
}

.gride_3box .boxserg img {
    position: relative;
    margin: 5px auto;
    padding: 10px;
    width: calc(80% - 20px);
    max-height: 79%;
    cursor: pointer;
    /*filter: drop-shadow(0px 0px 10px #15244385);*/
}

.gride_3box .boxserg h3 {
    position: relative;
    margin: auto;
    padding: 2px;
    font-size: max(11px, min(3.5vW, 1.6vH));
    font-family: 'stedad';
    cursor: pointer;
}

.slidebar box div i[role="2"] {
    width: 100%;
    height: 100%;
    z-index: 0;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}

.list_ajance {
    position: relative;
    margin: auto;
    display: block;
    padding: 0px 2%;
}

.list_ajance .ajance_box {
    position: relative;
    margin: auto;
    display: flex;
    clear: both;
}

.list_ajance .ajance_box span.ajanc {
    position: relative;
    display: block;
    margin: auto;
    padding: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    /*background: #F5F5F5;*/
    overflow: hidden;
}

.list_ajance .ajance_box span.ajanc img {
    position: relative;
    width: 100%;
    height: auto;
    max-height: 100%;
    border-radius: 5px;
}

.list_ajance .ajance_box span.ajanc .namer_aj {
    position: absolute;
    margin: auto;
    z-index: 2;
    cursor: pointer;
    background: #F5F5F5;
    padding: 5px;
    width: 70%;
    height: 30%;
    right: 10px;
    bottom: 10px;
    border-radius: 50px 0px 0px 0px;
    overflow: hidden;
}

.list_ajance .ajance_box span.ajanc .namer_aj h1 {
    position: relative;
    margin: auto;
    padding: 3px 10px;
    text-align: right;
    font-family: 'stedad_b';
    font-size: max(12px, min(3.5vW, 1.7vH));
    color: #181818;
}

.list_ajance .ajance_box span.ajanc .namer_aj h3 {
    position: relative;
    margin: auto;
    padding: 3px 20px 3px 10px;
    text-align: right;
    font-family: 'stedad';
    font-size: max(8px, min(2.5vW, 1.5vH));
    color: #181818;
}

.list_ajance .ajance_box span.ajanc .namer_aj h3 i {
    width: 12px;
    height: 12px;
    font-size: max(12px, min(3.5vW, 1.7vH));
    top: 0;
    bottom: 0;
    right: 5px;
}


ul.panel_menu svg.linbotom {
    position: fixed;
    margin: auto;
    display: block;
    width: 35%;
    height: auto;
    right: 20%;
    bottom: 3%;
}

.hr span img {
    position: relative;
    margin: auto;
    display: block;
    width: 150px;
    height: auto;
}

.texer_boxer h1 {
    position: relative;
    display: block;
    margin: auto;
    direction: rtl;
    font-family: 'stedad_b';
    padding: 10px;
    font-size: max(14px, min(4vW, 2vH));
}

.texer_boxer h3 {
    position: relative;
    display: none;
    margin: auto;
    direction: rtl;
    font-family: 'stedad';
    padding: 10px;
    font-size: max(12px, min(3.5vW, 1.7vH));
    box-shadow: 0px 2px 5px #32326926, 0px 1px 1px #0000000D;
    width: 85%;
    border-radius: 10px;
    color: #5d5d5d;
}

.texer_boxer h1 i {
    width: 25px;
    height: 25px;
    font-size: 25px;
    top: 0;
    bottom: 0;
    left: 3%;
    cursor: pointer;
}

secret {
    position: relative;
    margin: auto;
    display: block;
    clear: both;
    min-height: 30vH;
    padding-bottom: 55px;
    margin-bottom: 25px;
}

footer svg.svg_show {
    position: relative;
    margin: auto;
    width: 100%;
    height: 100%;
    bottom: -3%;
    display: block;
    z-index: 100;
}

.gride_2box_20X80 {
    position: relative;
    margin: auto;
    display: grid;
    grid-template-columns: 30% 70%;
    direction: rtl;
    width: 100%;
    max-height: 81vH;
    min-height: 40vH;
    overflow: hidden;
}

.gride_2box_20X80 .right {
    position: relative;
    display: grid;
    margin: 0px auto;
    grid-template-columns: 100%;
    width: 100%;
    min-height: 40vH;
    max-height: 81vH;
    height: 100%;
    background: rgba(245, 245, 245, 1);
    overflow: hidden;
    overflow-y: auto;
    direction: ltr;
}

.gride_2box_20X80 .right h1 {
    position: relative;
    margin: auto;
    display: block;
    padding: 15px;
    text-align: center;
    font-family: 'stedad';
    font-size: 14px;
}

.gride_2box_20X80 .right lable {
    position: relative;
    margin: 10px;
    padding: 5px;
    width: calc(100% - 35px);
    height: auto;
    display: block;
    border-radius: 20px;
    box-shadow: 0px 5px 6px #29417314;
    border: 2px solid transparent;
    background: #ffffff;
}

.gride_2box_20X80 .right lable:hover, .gride_2box_20X80 .right lable.active {
    border: 2px solid #f77200;
}

.gride_2box_20X80 .right lable img {
    width: 90%;
    margin: 5%;
    max-height: 90%;
    position: relative;
    display: block;
    /*filter: drop-shadow(5px 0px 5px #31313199);*/
    border-radius: 8px;
}

.gride_2box_20X80 .right lable h3 {
    position: relative;
    margin: auto;
    display: block;
    padding: 5px 15px;
    text-align: center;
    font-family: 'stedad';
    font-size: max(10px, min(3.5vW, 1.5vH));
}


.gride_2box_20X80 .left {
    position: relative;
    display: grid;
    margin: 0px auto auto auto;
    overflow: hidden;
    overflow-y: auto;
    grid-template-columns: 50% 50%;
    width: 100%;
    min-height: 40vH;
    max-height: 81vH;
    height: 100%;
}

.gride_2box_20X80 .left lable {
    position: relative;
    margin: 5px;
    padding: 5px;
    width: calc(100% - 25px);
    height: auto;
    display: block;
    max-height: 170px;
    max-width: 170px;
    border-radius: 20px;
    box-shadow: 0px 5px 6px #29417314;
    border: 2px solid transparent;
}

.gride_2box_20X80 .left lable img {
    width: 90%;
    margin: 5%;
    max-height: 90%;
    position: relative;
    display: block;
    /*filter: drop-shadow(5px 0px 5px #31313199);*/
}

.gride_2box_20X80 .left lable h3 {
    position: relative;
    margin: auto;
    display: block;
    padding: 5px 15px;
    text-align: center;
    font-family: 'stedad';
    font-size: max(10px, min(3.5vW, 1.5vH));
}

.backer_box {
    position: absolute;
    margin: 2%;
    display: block;
    text-align: left;
    top: 0px;
    left: 5px;
    z-index: 10;
    cursor: pointer;
}

.backer_box i {
    width: 30px;
    height: 30px;
    font-size: 30px;
    display: block;
    position: relative;
    margin: auto auto auto 5px;
}


header basketnum {
    position: absolute;
    font-family: 'farnaz';
    color: var(--red-color);
    margin: auto;
    display: block;
    width: 20px;
    height: 20px;
    font-size: 20px;
    bottom: -10%;
    right: -20%;
    z-index: 110;
}

/*.goer {*/
/*    position: relative;*/
/*    margin: auto;*/
/*    width: 95%;*/
/*    height: 75vH;*/
/*}*/

/*.goer label {*/
/*    position: relative;*/
/*    display: inline-block;*/
/*    margin: 10px;*/
/*    width: 40vH;*/
/*    height: calc(100% - 20px);*/
/*}*/

.goer label .imager_b {
    /*position: absolute;*/
    /*margin: auto;*/
    /*width: 95%;*/
    /*height: 95%;*/
    /*background: #181818;*/
    border-radius: 15px;
    display: block;
    /*top: 0;*/
    /*bottom: 0;*/
    /*right: 0;*/
    /*left: 0;*/
}

.goer {
    display: grid;
    grid-template-rows: 50% 50%;
    grid-auto-flow: column;
    grid-auto-columns: 40vh;
    gap: 16px;
    height: 75vh;
    overflow-x: auto;
    padding: 10px;
}

.goer .item {
    grid-row: span 1;
    width: 100%;
    height: 100%;
}

.goer .full {
    grid-row: span 2;
    height: 100%;
}

.goer label {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    background: #181818;
}

.goer label .imager_b {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.goer label i {
    width: 50px;
    height: 50px;
    font-size: 50px;
    z-index: 5;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 50%;
    overflow: hidden;
}


.goer label noread {
    position: absolute;
    margin: auto;
    display: block;
    clear: both;
    background: linear-gradient(180deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
    cursor: pointer;
    z-index: -1;
    width: 97%;
    height: 96%;
    max-height: unset;
    max-width: unset;
    border-radius: 15px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    animation: rotate_b 6s infinite linear;
    -webkit-animation: rotate_b 6s infinite linear;
}

@keyframes rotate_b {
    0% {
        background: linear-gradient(0deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
    }
    100% {
        background: linear-gradient(360deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
    }
}

@-webkit-keyframes rotate_b {
    0% {
        background: linear-gradient(0deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
    }
    100% {
        background: linear-gradient(360deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
    }
}

.ajname {
    position: relative;
    margin: 10px auto;
    display: block;
}

.ajname b {
    position: relative;
    display: block;
    direction: rtl;
    padding: 5px 25px 5px 15px;
    font-family: 'stedad_b';
    font-size: 20px;
}

.ajname h3 {
    position: relative;
    display: block;
    direction: rtl;
    padding: 5px 15px;
    font-family: 'stedad';
    font-size: 15px;
    margin: auto;
}

.ajname h3 i {
    position: relative;
    display: inline-block;
    font-size: 25px;
    width: 25px;
    height: 25px;
    margin: auto 10px;
    top: 10px;
}

.ajname creater {
    position: absolute;
    margin: auto;
    display: block;
    height: 25px;
    width: calc(3 * 37px);
    top: 0;
    bottom: 0;
    left: 5%;
    overflow: hidden;
    direction: rtl;
    text-align: center;
    justify-content: center;
}

.ajname creater i {
    position: relative;
    margin: auto 2.5px;
    display: inline-block;
    width: 25px;
    height: 25px;
    font-size: 25px;
    text-align: center;
    justify-content: center;
    cursor: pointer;
}


.goer::-webkit-scrollbar {
    opacity: 0;
    visibility: hidden;
    background: transparent;
}

.goer::-webkit-scrollbar:hover {
    opacity: 0;
    visibility: hidden;
    background: transparent;
}

.goer::-webkit-scrollbar-thumb {
    opacity: 0;
    visibility: hidden;
    background: transparent;
}

.goer::-webkit-scrollbar-corner {
    opacity: 0;
    visibility: hidden;
    background: transparent;
}

.goer::-webkit-scrollbar-track {
    opacity: 0;
    visibility: hidden;
    background: transparent;
}

.goer::-webkit-scrollbar-thumb:hover {
    opacity: 0;
    visibility: hidden;
    background: transparent;
}

.goer::-webkit-scrollbar:hover {
    opacity: 0;
    visibility: hidden;
    background: transparent;
}

.goer::-webkit-scrollbar-thumb:active {
    opacity: 0;
    visibility: hidden;
    background: transparent;
}

.tablenema {
    position: relative;
    margin: 15% 5% 2% 5%;
    background: #f5f5f5;
    display: grid;
    grid-template-columns: 27% 70%;
    direction: rtl;
    padding: 15px 10px;
    border-radius: 12px;
}

.tablenema trdiv {
    position: relative;
    display: block;
    margin: auto;
    text-align: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 100%;
}

.tablenema trdiv tddiv {
    position: relative;
    margin: 15px auto;
    display: block;
    padding: 10px;
    font-family: 'stedad';
    font-size: 16px;
    text-align: right;
    max-width: 100%;
}

.tablenema trdiv tddiv b {
    color: #3B95D9;
}

.tablenema trdiv:nth-child(1) tddiv {
    font-family: 'stedad_b';
    border-left: 2px solid #FF7200;
}


.like_list_ajance {
    position: relative;
    margin: 5px auto;
    display: block;
    clear: both;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.like_list_ajance .ajance_bird {
    position: relative;
    margin: 15px auto;
    display: block;
    width: 90%;
    height: max(100px, min(20vW, 12vH));
    overflow: hidden;
    z-index: 0;
    border-radius: 8px;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.like_list_ajance .ajance_bird .deleterbox {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #e40006;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.like_list_ajance .ajance_bird .deleterbox i {
    width: 40px;
    height: 40px;
    font-size: 40px;
    color: #f8f8f8;
    display: block;
    top: 0;
    bottom: 0;
    right: 30px;
    cursor: pointer;
}

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

.like_list_ajance .ajance_bird span.ajanc img {
    position: absolute;
    margin: auto;
    display: block;
    width: auto;
    max-width: 30%;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 8px 0px 0px 8px;
}

.like_list_ajance .ajance_bird span.ajanc .namer_aj {
    position: absolute;
    margin: auto;
    display: block;
    width: calc(100% - 30%);
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
}

.like_list_ajance .ajance_bird span.ajanc .namer_aj h1 {
    position: relative;
    display: block;
    direction: rtl;
    padding: 10px;
    font-family: 'stedad_b';
    font-size: 18px;
    font-weight: bold;
}

.like_list_ajance .ajance_bird span.ajanc .namer_aj h3 {
    position: relative;
    display: block;
    direction: rtl;
    padding: 10px 30px 10px 10px;
    font-family: 'stedad';
    font-size: 14px;
}

.like_list_ajance .ajance_bird span.ajanc .namer_aj h3 i {
    width: 25px;
    height: 25px;
    font-size: 25px;
    right: 2px;
    top: 0;
    bottom: 0;
}

.like_list_ajance .ajance_bird span.ajanc .namer_aj .icons_ther {
    position: absolute;
    margin: auto;
    display: block;
    clear: both;
    width: 75px;
    height: 30px;
    top: 0;
    bottom: 0;
    left: 10px;
    direction: rtl;
}

.like_list_ajance .ajance_bird span.ajanc .namer_aj .icons_ther i {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: auto 2px;
    cursor: pointer;
}

.menu_bank {
    position: relative;
    margin: 10px 5%;
    display: flex;
    clear: both;
    width: 87%;
    text-align: center;
    justify-content: space-evenly;
    background: #F5F5F5;
    border-radius: 15px;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    align-items: center;
    padding: 10px;
    direction: ltr;
}

.menu_bank li {
    display: block;
    margin: 10px;
    width: auto;
    padding: 10px 15px;
    border-radius: 10px;
    font-size: min(16px, max(2.6vW, 1.4vH));
    color: #003B67;
    font-family: 'stedad_b';
    font-weight: 500;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.menu_bank li.active {
    background: #ffffff;
    box-shadow: 0px 3px 8px rgb(24 24 24 / 15%);
    font-weight: bold;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.informantion {
    position: relative;
    display: none;
    margin: auto;
    clear: both;
    width: 100%;
    height: auto;
}

.informantion .grid {
    display: grid;
    margin: auto;
    position: relative;
    height: auto;
    grid-template-columns: auto auto;
}

.informantion .grid lable {
    position: relative;
    display: block;
    overflow: hidden;
    width: calc(100% - 10px - 3%);
    min-height: calc(100% - 20px - 10%);
    height: min(200px, max(50vW, 50vH)) !important;
    min-width: unset !important;
    background: transparent;
    margin: 10px 5px;
    border-radius: 20px;
    border: transparent;
    cursor: pointer;
    z-index: 5;
    padding: 5% 1.5%;
}

.informantion .grid lable cart {
    position: relative;
    margin: auto;
    display: block;
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 15px;
    box-shadow: 0px 3.24px 32.44px -3.24px rgba(82, 151, 166, 0.2);
}


.informantion .grid lable cart[rol="1"] {
    background: linear-gradient(124deg, #00c6ff 15%, #0072ff 65%, #ff0084 130%);
}

.informantion .grid lable cart[rol="2"] {
    background: linear-gradient(90deg, #8360C3 0%, #2EBF91 100%);
}

.informantion .grid lable cart[rol="3"] {
    background: linear-gradient(90deg, #F0ACF7 0%, #ACF7F0 50%, #F7F0AC 99.99%);
}

.informantion .grid lable cart i.plus {
    position: absolute;
    margin: auto;
    display: block;
    width: auto;
    height: 45%;
    font-size: 50px;
    z-index: 2;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}


h1.show_pirce {
    position: relative;
    margin: 10px auto;
    display: block;
    text-align: center;
    direction: rtl;
    color: rgba(0, 59, 103, 1);
    font-family: 'stedad_b';
    font-size: 25px;
    font-weight: 900;
}

h1.show_pirce small {
    font-size: 15px;
    font-weight: 600;
}

.three_pirce {
    position: relative;
    margin: 20px auto;
    width: 95%;
    text-align: center;
    display: grid;
    grid-template-columns: 32% 36% 32%;
    direction: rtl;
}

.three_pirce span {
    position: relative;
    margin: 1%;
    padding: 10px 10px;
    font-size: 14px;
    font-family: 'stedad';
    font-weight: 600;
    cursor: pointer;
    color: rgba(154, 154, 154, 1);
    border-radius: 8px;
    background: rgba(245, 245, 245, 1);
    border: 1px solid rgba(154, 154, 154, 1);
}

.three_pirce span:hover, .three_pirce span:active {
    font-weight: 800;
    color: rgba(255, 114, 0, 1);
    border: 1px solid rgba(255, 114, 0, 1);
}


.imagshoer {
    overflow: hidden;
    position: relative;
    margin: 20px auto;
    display: block;
    width: 75%;
    height: 65px;
    text-align: right;
}

.imagshoer img {
    width: 50px;
    height: 50px;
    max-height: unset;
    display: inline-block;
    margin: auto 0px auto auto;
    border: 2px solid rgba(255, 115, 1, 0.04);
    padding: 5px;
    background: #f8f8f8;
}

.imagshoer h1 {
    top: 12%;
    position: absolute;
    margin: auto;
    display: block;
    color: #5f647cc2;
    font-family: 'stedad_b';
    font-weight: 700;
    right: 30%;
}

.imagshoer h3 {
    top: 47%;
    position: absolute;
    margin: auto;
    display: block;
    color: #ff7200d9;
    font-family: 'stedad';
    font-weight: 300;
    right: 30%;
}

.search_boxer[rat="3"] {
    display: block !important;
    opacity: 1 !important;
}

.text_info, .text_message, .text_error {
    position: relative;
    margin: 2% 5%;
    display: block;
    clear: both;
    padding: 10px 15px 10px 45px;
    border-radius: 6px;
    direction: rtl;
    font-family: 'stedad_b';
    font-weight: 700;
}

.text_info {
    border-right: 4px solid #f8c457;
    background: #f5f5f5;
}

.text_message {
    border-right: 4px solid #57f897;
    background: #f5f5f5;
}

.text_error {
    border-right: 4px solid #f85757;
    background: #f5f5f5;
}

.text_info i, .text_message i, .text_error i {
    width: 25px;
    height: 25px;
    font-size: 25px;
    top: 0;
    left: 10px;
    bottom: 0;
}

.informantion .grid lable cart i.nemad {
    --height: 25px;
    position: absolute;
    width: calc(var(--height) * 3);
    height: var(--height);
    margin: auto;
    display: block;
    top: 10px;
    left: 10px;
}

.informantion .grid lable cart i.menus {
    --height: 40px;
    position: absolute;
    width: var(--height);
    height: var(--height);
    margin: auto;
    display: block;
    top: 10px;
    right: 10px;
    z-index: 20;
    cursor: pointer;
}

.informantion .grid lable cart h1 {
    position: absolute;
    display: block;
    text-align: center;
    direction: rtl;
    color: #f8f8f8;
    font-family: 'stedad_b';
    font-size: 25px;
    font-weight: 900;
    margin: auto;
    width: 95%;
    height: 27px;
    top: -15%;
    bottom: 0;
    right: 0;
    left: 0;
}

.informantion .grid lable cart h1 .small, .informantion .grid lable cart h1 small {
    font-size: 15px;
    font-weight: 600;
}

.informantion .grid lable cart h3 {
    position: absolute;
    display: block;
    text-align: center;
    direction: rtl;
    color: #f8f8f8;
    font-family: 'stedad_b';
    font-size: 16px;
    font-weight: 400;
    margin: auto;
    width: 50%;
    height: 32px;
    bottom: 5%;
    right: 0px;
}

.informantion .grid lable cart h2 {
    position: absolute;
    display: block;
    text-align: center;
    direction: rtl;
    color: #f8f8f8;
    font-family: 'stedad';
    font-size: 14px;
    font-weight: 100;
    margin: auto;
    width: 50%;
    height: 28px;
    bottom: 5%;
    left: 0px;
}


.about {
    position: relative;
    margin: 10px auto;
    padding: 10%;
    display: block;
    direction: rtl;
}

.about h1 {
    position: relative;
    display: block;
    margin: 5px auto;
    font-size: 20px;
    font-family: 'stedad_b';
    font-weight: 900;
    direction: rtl;
}

.about h3 {
    position: relative;
    display: block;
    margin: 10px auto;
    font-size: 17px;
    font-family: 'stedad';
    font-weight: 300;
    text-align: justify;
    direction: rtl;
}

.about h2 {
    position: relative;
    display: block;
    margin: 20px 1%;
    font-size: 12px;
    font-family: 'stedad';
    font-weight: 600;
    direction: rtl;
    text-align: right;
    padding: 5px 40px 5px 5px;

}

.about h2 i {
    position: absolute;
    margin: auto;
    width: 30px;
    height: 30px;
    font-size: 30px;
    top: 0;
    bottom: 0;
    right: 0;
}

form label span, .form label span {
    position: absolute;
    margin: auto;
    display: block;
    font-family: 'stedad';
    font-size: 12px;
    z-index: 10;
    padding: 5px 7px;
    border-radius: 5px;
    top: -30px;
    right: 5%;
    width: 100%;
    max-width: 80%;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

form label span.rol::after, .form label span.rol::after {
    content: '*';
    display: inline-block;
    position: relative;
    color: red;
    width: 14px;
    height: 14px;
    font-size: 14px;
    top: 4px;
    margin: auto 5px;
}

input.roler, textarea.roler {
    border: unset !important;
    background: rgba(245, 245, 245, 1) !important;
    padding: 13px 13px 10px 10px !important;
}

input.roler svg, textarea.roler svg, input.roler i, textarea.roler i {
    display: none !important;
}

.box_bod {
    position: relative;
    margin: auto;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    direction: rtl;
    transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    animation: gelatine 1.2s 1;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.box_bod:hover,
.box_bod:focus,
.box_bod:active,
.box_bod:visited {
    transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    animation: gelatine 0.5s 1;
}

.box_bod i {
    position: relative;
    display: block;
    margin: 10% 5%;
    width: auto;
    height: auto;
    max-height: 50%;
    max-width: 90%;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.box_bod span {
    position: relative;
    display: block;
    padding: 5px 5% 10px 5%;
    margin: auto;
    font-size: min(19px, max(4.5vW, 2.5vH));
    font-family: 'stedad_b';
    font-weight: 700;
    border-radius: 15px;
    color: #181818;
    cursor: pointer;
    width: 90%;
    text-align: center;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.grid_infor {
    display: grid;
    margin: auto;
    position: relative;
    height: auto;
    grid-template-columns: auto;
    clear: both;
    text-align: center;
    justify-content: center;
}

.grid_infor lable {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    min-width: unset !important;
    background: rgba(255, 255, 255, 1);
    margin: auto auto 50px auto;
    border-radius: 20px;
    cursor: pointer;
    z-index: 5;
    clear: both;
}

.grid_infor lable .box_bod h3 {
    position: relative;
    display: block;
    padding: 10px 5% 10px 5%;
    margin: auto;
    font-size: min(15px, max(3.5vW, 1.5vH));
    font-family: 'stedad';
    font-weight: 300;
    border-radius: 15px;
    color: #181818;
    cursor: pointer;
    width: 90%;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.grid_infor span i {
    color: #4c266f;
    font-size: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    display: block;
    position: relative !important;
    margin: 10% auto 5% auto !important;
    text-shadow: 0px 0px 2px #f8f8f8;
    cursor: pointer;
}

.grid_infor span h3 {
    position: relative;
    margin: 10% auto 2% auto;
    color: #f8f8f8;
    font-family: 'kalame_b';
    font-size: 18px;
    text-align: center;
    text-shadow: 0px 0px 5px #784ba0;
}

.list_ajance .ajance_box .owl-buttons, .list_ajance .ajance_box .owl-dots {
    display: none;
    opacity: 0;
}

.informantion .grid .owl-buttons, .informantion .grid .owl-dots {
    display: none;
    opacity: 0;
}

#cat_ajance_box .owl-buttons, #cat_ajance_box .owl-dots {
    display: none;
    opacity: 0;
}


.show_menubar {
    position: absolute;
    margin: auto;
    width: 60%;
    max-width: 300px;
    height: auto;
    max-height: 85vH;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    z-index: 1001;
    border-radius: 18px;
    top: 75px;
    left: 3%;
    display: none;
    opacity: 0;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow: hidden;
    overflow-y: auto;
}

.show_menubar .imagshoer h1, .show_menubar .imagshoer h3 {
    right: 40%;
}

.show_menubar .imagshoer img#avatar {
    border: 2px solid transparent;
}

.imagshoer i {
    width: 17px;
    height: 17px;
    font-size: 17px;
    bottom: 5px;
    right: 5px;
}

.informantion h3.textbing {
    font-family: 'stedad';
    font-weight: 400;
    font-size: 15px;
    color: rgba(8, 16, 53, 1);
    position: relative;
    display: block;
    text-align: center;
    direction: rtl;
    margin: 5% auto;
}

h1.show_pirce i#pingoup {
    width: 20px;
    height: 20px;
    font-size: 20px;
    top: 0;
    bottom: 0;
    right: 10%;
    cursor: pointer;
}

h1.show_pirce i#pingodown {
    width: 20px;
    height: 20px;
    font-size: 20px;
    top: 0;
    bottom: 0;
    left: 10%;
    cursor: pointer;
}

.slidebar spin {
    position: absolute;
    margin: auto;
    text-align: center;
    justify-content: center;
    display: block;
    width: 90%;
    height: 8px;
    bottom: -8px;
    left: 0;
    right: 0;
}

.slidebar spin li {
    position: relative;
    margin: 0px 1px auto 1px;
    width: 4px;
    height: 4px;
    display: inline-block;
    background: rgba(173, 173, 173, 1);
    border-radius: 50%;
}

.slidebar spin li.active {
    width: 8px;
    height: 8px;
    background: rgba(154, 154, 154, 1);
    top: 2px;
}

.btn-sub.baraks {
    width: calc(100% - 160px - 5%);
    padding: 10px 40px;
    color: var(--base-color);
    border: 1px solid var(--base-color);
    background: rgba(255, 255, 255, 1);
}

.btn-sub.baraks i {
    position: relative;
    margin: auto;
    display: block;
    width: 27px;
    height: auto;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}

svg.tpiy {
    animation: rotate 2s linear infinite;
    transform-origin: center;
}

.towbox_show {
    position: relative;
    margin: 10% auto 10% auto;
    clear: both;
    display: grid;
    width: 95%;
    justify-content: center;
    text-align: center;
    grid-template-columns: 50% 50%;
    direction: rtl;
}

.towbox_show .boxe {
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px #FFFFFF66 inset, 0px -2px 4px 0px #00000033 inset, 0px 1px 2px 0px #00000014;
    width: 80%;
    position: relative;
    display: block;
    padding: 5%;
    margin: 5%;
}

.towbox_show .boxe span.inifa {
    position: relative;
    display: block;
    width: 50px;
    margin: auto 10px auto auto;
    height: auto;
    justify-content: center;
    text-align: center;
}

.towbox_show .boxe span.inifa i {
    position: relative;
    width: 45px;
    height: 45px;
    font-size: 45px;
}

.towbox_show .boxe span.inifa h1 {
    position: relative;
    display: block;
    margin: 5px auto;
    font-size: 12px;
    font-family: 'stedad';
    padding: 5px 5px 5px 10px;
    right: -10px;
}

.towbox_show .boxe span.inifa h1 i {
    position: absolute !important;
    width: 25px;
    height: auto;
    font-size: 25px;
    top: 0;
    bottom: 0;
    left: -10px;
}

.towbox_show .boxe h2 {
    position: absolute;
    margin: auto;
    width: calc(95% - 70px);
    color: #333333;
    font-size: 18px;
    font-family: 'stedad_b';
    font-weight: 600;
    text-align: center;
    justify-content: center;
    direction: ltr;
    top: 10px;
    right: 70px;
}

.towbox_show .boxe h3 {
    position: absolute;
    margin: auto;
    width: calc(95% - 70px);
    color: #9A9A9A;
    font-size: 14px;
    font-family: 'stedad_b';
    font-weight: 500;
    text-align: center;
    justify-content: center;
    direction: ltr;
    top: 60px;
    right: 70px;
}

input.invalid {
    border: 1px solid #9A9A9A;
    animation: borderFlash 7s ease-out 1 forwards;
}

@keyframes borderFlash {
    0% {
        border-color: #9A9A9A;
    }
    50% {
        border-color: var(--red-color);
    }
    100% {
        border-color: #9A9A9A;
    }
}


.boxer_lister {
    position: relative;
    margin: 20px auto;
    display: grid;
    grid-template-columns: 50% 50%;
    justify-content: center;
    text-align: center;
    width: 95%;
}

.boxer_lister span {
    font-size: 13px;
    direction: ltr;
    margin: auto 2%;
    width: calc(100% - 20px - 4%);
    text-align: center;
    font-family: 'stedad';
    padding: 10px;
}

.boxer_lister span i {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: auto 10px !important;
    top: 8px;
    right: -4px;
}


.text-box .comment-card {
    background: #FFFFFF;
    border: 0.34px solid #9A9A9A;
    border-radius: 10px;
    padding: 12px;
    margin: 5px 5px;
    height: auto;
    position: relative;
    display: inline-block;
    min-width: 65vW;
}

.text-box .comment-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
    direction: ltr;
}

.text-box .comment-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.text-box .user-name {
    display: block;
    font-weight: bold;
    font-size: 15px;
    color: #333;
    padding: 6px 14px;
    white-space: nowrap;
    text-align: right;
    width: 80%;
}

.text-box .comment-body {
    position: relative;
    display: block;
    clear: both;
    max-width: 100%;
}

.text-box .comment-body p {
    font-size: 15px;
    line-height: 1.8;
    color: #444;
    margin: 0;
    position: relative;
    display: block;
    clear: both;
    max-width: 90vW;
    height: 110px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    overflow: hidden;
}

ul.lister_li {
    position: relative;
    background: #F5F5F5;
    border-radius: 8px;
    padding: 15px;
    display: block;
    margin: auto auto 65px auto;
}

ul.lister_li li {
    position: relative;
    direction: rtl;
    display: grid;
    grid-template-columns: 36px calc(50% - 18px) calc(50% - 18px);
    grid-template-areas:
    "icon date amount"
    "lin lin lin";
    margin: 5px auto 30px auto;
    z-index: 0;
}

ul.lister_li li i {
    position: relative;
    width: 25px;
    height: 25px;
    font-size: 25px;
    text-align: center;
    z-index: 5;
    grid-area: icon;
}

ul.lister_li li span {
    position: relative;
    margin: auto;
    display: block;
    width: 100%;
    height: auto;
    font-size: 13px;
    font-family: 'stedad';
    direction: ltr;
    color: #333333;
    font-weight: 700;
}

ul.lister_li li span:nth-of-type(1) {
    grid-area: date;
}

ul.lister_li li span:nth-of-type(2) {
    grid-area: amount;
}

ul.lister_li li:not(:last-child)::after {
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    height: 200%;
    background: #003B67;
    right: 17px;
    top: 17px;
    z-index: -1;
}

.progresbar_lie {
    position: relative;
    background: #F5F5F5;
    border-radius: 8px;
    padding: 15px;
    display: block;
    margin: auto;
}

.progresbar_lie prog {
    position: relative;
    margin: 60px 8% 5px 8%;
    display: block;
    height: 5px;
    background: #D9D9D9;
    border-radius: 8px;
    overflow: hidden;
}

.progresbar_lie prog bar {
    position: absolute;
    display: block;
    margin: auto;
    height: 100%;
    background: #F29100;
    border-radius: 8px;
    z-index: 1;
}

.progresbar_lie h1 {
    font-family: 'stedad_b';
    font-weight: 700;
    font-size: 13.51px;
    color: #003B67;
    position: absolute;
    width: 34%;
    height: 24px;
    bottom: 30px;
    left: 5%;
    margin: auto 8%;
    text-align: left;
    direction: rtl;
}

.progresbar_lie h2 {
    font-family: 'stedad_b';
    font-weight: 700;
    font-size: 13.51px;
    color: #003B67;
    position: absolute;
    width: 34%;
    height: 24px;
    bottom: 30px;
    right: 5%;
    margin: auto 8%;
    text-align: right;
    direction: rtl;
}

ul.lister_li li .lin_li {
    grid-area: lin;
    position: relative;
    margin: 5% auto 1% auto;
    width: 60%;
    border-width: 1px;
    border-radius: 12px;
    padding-top: 7px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
    min-width: 190px;
    background: #FFFFFF;
    border: 1px solid #FF7200;
    color: #FF7200;
    display: none;
}

.menubar_agan {
    position: relative;
    margin: 5%;
    background: #F5F5F5;
    display: grid;
    grid-template-columns: 50% 50%;
    padding: 0px;
    direction: rtl;
}

.menubar_agan li {
    position: relative;
    text-align: center;
    width: calc(90% - 20px);
    padding: 10px;
    font-family: 'stedad_b';
    display: block;
    font-weight: 600;
    border-bottom: 2px solid transparent;
    font-size: 12px;
}

.menubar_agan li.active {
    border-bottom: 2px solid #FF7200 !important;
}

.menubar_agan li:hover {
    border-bottom: 2px solid rgba(255, 115, 0, 0.38);
}


ul.lister_li li span:nth-of-type(2) i {
    width: 55px;
    height: auto;
    display: block;
    margin: auto;
}

spam.btp-n {
    position: relative;
    margin: 15% auto 10% auto;
    display: block;
    width: 90%;
    border-radius: 8px;
    padding-top: 16px;
    padding-right: 12px;
    padding-bottom: 16px;
    padding-left: 12px;
    opacity: 1;
    border-width: 1px;
    background: #FFFFFF;
    border: 1px solid #9A9A9A;
    direction: ltr;
    text-align: left;
    font-family: 'stedad_b';
    z-index: 0;
}

spam.btp-n b {
    font-family: 'stedad';
    color: #BDBDBD;
    display: block;
    position: absolute;
    width: auto;
    height: 20px;
    margin: auto;
    top: -16px;
    bottom: 0;
    right: 16px;
    direction: rtl;
    text-align: right;
    font-size: 16px;
    z-index: -1;
}

.bingbing {
    position: absolute;
    margin: auto;
    width: 110px;
    height: 22px;
    padding: 10px;
    background: #ff7200;
    border-radius: 0px 30px 30px 0px;
    font-family: 'stedad';
    font-size: 14px;
    text-align: right;
    direction: rtl;
    color: #f8f8f8;
    cursor: pointer;
    left: -2px;
    top: 15px;
    z-index: 10;
}

.bingbing i {
    width: 30px;
    height: 30px;
    top: 0;
    bottom: 0;
    left: 15px;
}

.bingbing i svg * {
    fill: #f8f8f8;
}

form label h2 a, .form label h2 a {
    position: relative;
    margin: auto 5px;
    display: inline-block;
    font-family: 'stedad_b';
    font-weight: 800;
    cursor: pointer;
    text-decoration: none;
    color: #333333;
}

.gride_3box label {
    position: relative;
    margin: 2%;
    display: block;
    width: 96%;
    height: auto;
    text-align: center;
}

.gride_3box label img.imager {
    position: relative;
    display: block;
    max-width: 95%;
    max-height: 95%;
    border-radius: 6px;
    margin: auto;
}

.gride_3box h1 {
    position: relative;
    display: block;
    padding: 5px;
    font-size: 14px;
    font-family: 'stedad_b';
    margin: 5px;
    font-weight: 600;
    text-align: center;
    color: #333333;
}


.copon {
    position: relative;
    margin: 3% 5%;
    display: block;
    background: #f5f5f5;
    border-radius: 8px;
    z-index: 0;
    overflow: hidden;
}

.copon::before {
    content: '';
    position: absolute;
    display: block;
    z-index: 10;
    margin: auto;
    border-radius: 50%;
    background: #ffffff;
    width: 50px;
    height: 50px;
    bottom: -25px;
    right: 25vW;
}

.copon::after {
    content: '';
    position: absolute;
    display: block;
    z-index: 10;
    margin: auto;
    border-radius: 50%;
    background: #ffffff;
    width: 50px;
    height: 50px;
    top: -25px;
    right: 25vW;
}

.copon span.image {
    position: relative;
    margin: auto 0px auto auto;
    width: calc(31.5vW - 2px);
    display: block;
    height: 30vW;
    border-left: 4px dashed #FF7200;
}

.copon h1 {
    position: absolute;
    margin: auto;
    display: block;
    text-align: center;
    font-family: 'stedad_b';
    font-weight: 800;
    font-size: 14px;
    width: 60%;
    top: 10%;
    direction: rtl;
}

.copon h1 {
    position: absolute;
    margin: auto;
    display: block;
    text-align: center;
    font-family: 'stedad_b';
    font-weight: 800;
    font-size: 14px;
    width: 50%;
    top: 10%;
    direction: rtl;
    left: 5%;
}

.copon h3 {
    position: absolute;
    margin: auto;
    display: block;
    text-align: center;
    font-family: 'stedad';
    font-weight: 300;
    font-size: 13px;
    width: 50%;
    top: -10px;
    bottom: 0;
    direction: rtl;
    color: #003B67;
    left: 5%;
    height: 25px;
}

.copon lable.btn-sub {
    position: absolute !important;
    margin: auto !important;
    max-width: 30%;
    bottom: 10%;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 400 !important;
    font-family: 'stedad_b';
    left: 10%;
}

video.show_video {
    position: fixed !important;
    width: 100vW !important;
    height: 100vH !important;
    z-index: 0 !important;
    background: #333333 !important;
    top: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    left: 0 !important;
    margin: auto !important;
    max-width: unset !important;
    max-height: unset !important;
    border-radius: 0px !important;
}


.voice_player {
    position: relative;
    display: block;
    margin: 25px auto;
    max-width: 1280px;
    clear: both;
    height: 100px;
    background: var(--div-color);
    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: var(--div-color);
    border-radius: 9px;
    z-index: 1;
    transform: translateZ(1px);
}

.voice_player i#BX, .video_player i#BX {
    padding: 10px 15px;
    font-size: 22px;
    color: var(--base-color);
    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: var(--base-color);
    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: var(--base-color);
    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 rgb(44 62 80); */
    max-width: min(calc(100% - 14px), 96vW);
    max-height: calc(96vH + 2px);
    margin: auto;
    display: block;
    border-radius: 8px;
    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: var(--div-color);
    text-align: center;
    font-size: 18px;
    font-family: 'sans_b';
    cursor: pointer;
    border-radius: 9px;
}

.section_fild .download_box span:hover {
    background: var(--base-color);
}

.section_fild .tezxter_box ul.menu_list li:nth-child(1) {
    border-left: 2px solid var(--base-color);
}

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

div#player_barcode {
    position: fixed;
    z-index: 15;
    background: #333333;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: unset;
    max-height: unset;
    width: 100vW;
    height: 100vH;
    right: 0;
    left: 0;
    padding: 0;
    display: block;
}

div#player_barcode .inputer {
    position: absolute;
    margin: auto;
    display: block;
    width: 95%;
    height: auto;
    right: 0;
    left: 0;
    bottom: 2.5%;
    z-index: 10;
}

div#player_barcode .inputer input.codebr {
    background: #f5f5f5;
    border: unset;
    border-radius: 8px;
    direction: ltr;
    text-align: center;
    font-family: 'stedad_b';
    font-size: 18px;
    padding: 10px;
    width: 90%;
    display: block;
    text-spacing-trim: space-all;
    color: #333333;
}

div#player_barcode .inputer input.codebr::placeholder {
    color: rgba(51, 51, 51, 0.51);
    text-align: center;
}

div#player_barcode .inputer .coderbr_t {
    position: relative;
    display: block;
    margin: 15px auto;
    padding: 10px 5px;
    color: #f8f8f8;
    width: 90%;
    border-radius: 8px;
    overflow: hidden;
    text-shadow: 0px 0px 1px #333333;
    font-family: 'stedad';
    direction: rtl;
}

span.green_text {
    position: relative;
    margin: 2%;
    display: block;
    direction: rtl;
    text-align: center;
    font-size: 17px;
    font-family: 'stedad_b';
    color: #0d3109;
}

span.green_text b {
    font-weight: 900;
}

table td input {
    border: unset;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    font-family: 'stedad';
    font-size: 14px;
    padding: 5px;
    text-align: center;
    color: #333333;
    direction: ltr;
    margin: auto;
    background: transparent;
}

table td input::placeholder {
    font-family: 'stedad';
    color: #333333;

}

.submit_g {
    position: fixed;
    z-index: 1000;
    margin: auto;
}

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

    application footer label#fot_logo, application footer label#fot_enemad {
        width: 70%;
        height: 70%;
    }

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

        .text-box .comment-header {
            flex-direction: row-reverse;
            justify-content: space-between;
        }

        .text-box .user-name {
            font-size: 14px;
            padding: 5px 10px;
        }


        .loadingbox {
            position: fixed;
            width: calc(100vW - 10%);
            height: calc(100vH);
            padding: 0px 5%;
        }

        application header label#sercerbox input.seach[rol="show"] {
            width: min(max(175px, min(23vH, 43vW)), 65%);
            z-index: 10;
        }

        application footer {
            grid-template-columns: 100%;
            padding: 0px 0px;
        }

        label#fot_logo {
            display: none;
        }

        label#fot_enemad {
            display: none;
        }

        .grid-container {
            display: block;
            /* flex-wrap: wrap; */
            /* justify-content: center; */
            gap: 5px;
            padding: 7px 10px;
            overflow-x: auto;
            white-space: nowrap;
            direction: rtl;
        }

        .grid-item {
            flex: unset;
            display: inline-block;
        }

        .banner_box {
            margin: 10% auto 5% auto;
            width: 95%;
        }

        .lise_item[rol="4"] {
            grid-template-columns: calc(100% / 2) calc(100% / 2);
        }

        .lise_item span.item img {
            width: calc(100% - 5px);
            border-radius: 20px;
        }

        .story_box span.story {
            min-width: 140px;
            min-height: 140px;
        }

        .cadr_box i.icon_bar {
            width: 65px;
            height: 65px;
            top: -32.5px;
            z-index: 10;
        }

        .boxer_chat {
            right: 0%;
        }

        .gr:before, .gr:after {
            opacity: 1 !important;
        }

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

            table {
                margin: 7% auto 3% auto;
            }

            application footer label#fot_infor {
                border-right: unset;
            }

            #box_banker .number-container {
                margin: 15% 10% 2% 10%;
            }

            .walet_carts {
                margin: 10% auto 25% auto;
            }

            @media only screen and (max-width: 400px) {
                application header label#sercerbox input.seach[rol="show"] {
                    width: min(max(175px, min(23vH, 43vW)), 60%);
                    z-index: 10;
                }

                .lise_item[rol="4"] {
                    grid-template-columns: calc(100% / 1);
                }

                .lise_item span.item img {
                    width: calc(100% - 15px);
                    border-radius: 30px;
                }

            }
        }
    }

}
