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

:root {
    --pop-color: #1d1d1d;
    --bilt-color: #dedede;
    --boarder-color: #f9b233;
    --select-color: #2a2a25;
    --hover-color: #024502;
    --base-color: #f39200;
    --box-color: #e94e1a;
    --back-color: #f0f0f0;

    --green-color: #3cb878;
    --snow-color: #f8f8f8;
    --red-color: #cd0303;
    --blue-color: #0365cd;

    --yellow-color: #ffcc00;
    --gold-color: gold;
}

* {
    -webkit-transition: unset;
    -moz-transition: unset;
    -o-transition: unset;
    transition: unset;
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

html {
    position: fixed; /* relative */
    direction: rtl;
    display: block;
    clear: both;
    height: 100%;
    max-height: 100vH;
    width: 100%;
    max-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;
    -webkit-transition: unset !important;
    -moz-transition: unset !important;
    -o-transition: unset !important;
    transition: unset !important;
}

@media (prefers-color-scheme: dark) {
    html, body {
        background: #ffffff;
        color: #181818;
    }
}

body {
    position: relative;
    direction: ltr;
    display: block;
    clear: both;
    height: 100%;
    max-height: 100vH;
    width: 100%;
    max-width: 100vW;
    margin: 0px auto;
    overflow: hidden;
    overflow-y: auto;
    -webkit-transition: unset !important;
    -moz-transition: unset !important;
    -o-transition: unset !important;
    transition: unset !important;
}

.application {
    position: relative;
    display: block;
    margin: 0px auto;
    width: 100%;
    height: 100%;
    background: #f3f3f3;
    padding: 0;
    direction: rtl;
    overflow: hidden;
    clear: both;
    z-index: 0;
    -webkit-transition: unset !important;
    -moz-transition: unset !important;
    -o-transition: unset !important;
    transition: unset !important;
}

.clear {
    position: relative;
    display: block;
    height: 7px;
    clear: both;
}

.popup_box {
    position: fixed;
    margin: auto;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgb(226 226 226 / 20%);
    z-index: 500;
}

.popup_box object.box_show_link {
    position: relative;
    display: block;
    width: 95%;
    height: auto;
    max-height: 93vH;
    min-height: 200px;
    max-width: 540px;
    min-width: 200px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 0;
    border: 0px solid transparent;
    border-radius: 10px;
    margin: 2% auto;
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 24%), 0 16px 40px 0 rgb(0 0 0 / 32%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    overflow: hidden;
}

.popup_box object.box_show_link .close {
    position: relative !important;
    background: #f3f3f3;
    display: block;
    margin: 0px auto auto 0px;
    font-size: 17px;
    font-weight: 100;
    padding: 15px 20px;
    border-radius: 3px 3px 0px 0px;
    text-align: right;
    direction: ltr;
    color: #181818;
    z-index: 20;
    -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 {
    background: #f3f3f3;
    position: relative;
    width: 100%;
    height: auto;
    max-height: calc(93vH - 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;
}

.hr {
    margin: 14px 0;
    display: flex;
    flex-direction: row;
    clear: both;
    width: 100%;
    font-family: naz_300;
    font-size: 12px;
    text-align: center;
}

.hr i {
    margin: auto 2px;
    position: relative !important;
    color: var(--red-color);
}

.hr:before, .hr:after {
    content: '';
    flex: 1 1;
    margin: auto 5px;
    border-bottom: 2px dashed var(--box-color);
}

.hr span {
    margin: -5px 7px;
    font-size: 13px;
    color: var(--red-color);
    direction: rtl;
}

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

form label, .form label {
    position: relative;
    display: block;
    margin: 10px 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"] {
    -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: #383838;
    width: calc(100% - 120px - 15%);
    height: auto;
    border-radius: 6px;
    border: 2px solid #383838;
    background: #ededed;
}

form label input::placeholder {
    color: #858585;
}

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

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

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

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

form label input[type="submit"]:hover, .form label input[type="submit"]:hover {
    box-shadow: 0px 0px 150px var(--base-color), inset 0px 0px 10px var(--base-color);
}

form label select, .form label select {
    padding: 10px 50px 10px 17px;
    cursor: pointer;
    border-radius: 3px;
    display: block;
    margin: 15px auto 25px auto;
    border: unset;
    border-bottom: 5px solid var(--base-color);
    background-color: #181818;
    font-family: 'naz_300';
    width: calc(100% - 50px - 5%);
    direction: rtl;
    color: rgb(253 253 253 / 90%);
}

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

form label select optgroup, .form label select optgroup {
    padding: 10px;
    position: relative;
    font-family: naz_500;
    font-size: 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;
}

/*.rotate {*/
/*    transform: rotate(180deg);*/
/*    -webkit-transform: rotate(180deg);*/
/*    -moz-transform: rotate(180deg);*/
/*    -o-transform: rotate(180deg);*/
/*    -moz-transition: all 0.5s ease;*/
/*    -webkit-transition: all 0.5s ease;*/
/*    transition: all 0.5s ease;*/
/*}*/

/*.right_tolbar {*/
/*    position: fixed;*/
/*    margin: auto;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    overflow: hidden;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    right: 0;*/
/*    left: 0;*/
/*    background: rgb(26 26 26 / 60%);*/
/*    z-index: 490;*/
/*}*/

/*.right_tolbar object.box_show_link .show_responsive {*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: calc(100% - 65px);*/
/*    bottom: 0;*/
/*    margin: auto;*/
/*    right: 0;*/
/*    left: 0;*/
/*    direction: ltr;*/
/*    overflow: hidden;*/
/*    overflow-y: auto;*/
/*    background: var(--box-color);*/
/*    display: block;*/
/*}*/

/*.right_tolbar object.box_show_link {*/
/*    position: absolute;*/
/*    width: 0%;*/
/*    opacity: 0;*/
/*    height: 100%;*/
/*    background: var(--box-color);*/
/*    margin: auto;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    right: 0;*/
/*    border-radius: 10px;*/
/*    box-shadow: -5px 0px 15px 0px #3333337d;*/
/*    overflow: hidden;*/
/*    -moz-transition: all 0.7s ease;*/
/*    -webkit-transition: all 0.7s ease;*/
/*    transition: all 0.7s ease;*/
/*}*/

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

/*.right_tolbar object.box_show_link .close.icon.fui-cross {*/
/*    position: absolute;*/
/*    top: 10px;*/
/*    left: 10px;*/
/*    margin: auto;*/
/*    background: #181818;*/
/*    border-bottom: unset;*/
/*    box-shadow: unset;*/
/*    color: transparent;*/
/*    font-size: 0px;*/
/*    width: 50px;*/
/*    height: 50px;*/
/*    font-weight: 900;*/
/*    overflow: hidden;*/
/*    text-align: center;*/
/*    display: block;*/
/*    z-index: 2;*/
/*    border-radius: 50%;*/
/*}*/

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

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

.gride {
    display: grid;
    margin: auto;
    position: relative;
    height: auto;
    grid-template-columns: 20% 20% 20% 20% 20%;
}

/*.gride span {*/
/*    position: relative;*/
/*    display: block;*/
/*    margin: 10px;*/
/*    max-width: calc(100% - 20px);*/
/*    max-height: 300px;*/
/*    overflow: hidden;*/
/*    background: #dedede;*/
/*    border-radius: 5px;*/
/*}*/

/*.gride span img {*/
/*    position: relative;*/
/*    display: block;*/
/*    margin: 10px auto;*/
/*    max-width: calc(100%);*/
/*    max-height: 150px;*/
/*}*/

/*.gride span h1 {*/
/*    position: relative;*/
/*    margin: 10px auto 0px auto;*/
/*    text-align: center;*/
/*    font-size: 16px;*/
/*    font-family: 'naz_500';*/
/*    background: var(--base-color);*/
/*    color: var(--green-color);*/
/*    padding: 10px;*/
/*}*/

/*.gride span i {*/
/*    top: 15px;*/
/*    color: var(--red-color);*/
/*    left: 15px;*/
/*    cursor: pointer;*/
/*    width: 25px;*/
/*    height: 25px;*/
/*    font-size: 25px;*/
/*    display: none;*/
/*    z-index: 5;*/
/*    -webkit-animation-name: rot_alrt;*/
/*    -webkit-animation-duration: 0.3s;*/
/*    -webkit-animation-iteration-count: 1;*/
/*    -moz-animation-name: rot_alrt;*/
/*    -moz-animation-duration: 0.3s;*/
/*    -moz-animation-iteration-count: 1;*/
/*    animation-name: rot_alrt;*/
/*    animation-duration: 0.3s;*/
/*    animation-iteration-count: 1;*/
/*}*/

/*.gride span:hover i {*/
/*    display: block;*/
/*}*/

/*.gride span i:hover {*/
/*    display: block;*/
/*    left: 10px;*/
/*    top: 10px;*/
/*    width: 30px;*/
/*    height: 30px;*/
/*    font-size: 30px;*/
/*    z-index: 7;*/
/*    -webkit-animation-name: rote;*/
/*    -webkit-animation-duration: 3s;*/
/*    -webkit-animation-iteration-count: infinite;*/
/*    -moz-animation-name: rote;*/
/*    -moz-animation-duration: 3s;*/
/*    -moz-animation-iteration-count: infinite;*/
/*    animation-name: rote;*/
/*    animation-duration: 3s;*/
/*    animation-iteration-count: infinite;*/
/*}*/

/*span.is_asl {*/
/*    box-shadow: 0px 0px 10px var(--gold-color);*/
/*}*/

/*span.is_zir {*/
/*    box-shadow: inset 0px 0px 10px var(--yellow-color);*/
/*}*/

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

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

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


.progress {
    position: relative;
    display: block;
    margin: 5px auto;
    width: 90%;
    border-radius: 5px;
    background: #f8f8f8;
    border: 1px solid grey;
    direction: ltr;
    height: 10px;
}

.progress::after {
    content: 'درحال پرداز اطلاعات ...';
    display: block;
    clear: both;
    font-size: 20px;
    position: relative;
    direction: rtl;
    font-family: 'titr_r';
    top: 12px;
}

.progress bar {
    position: absolute;
    margin: 0px;
    background: linear-gradient(0deg, var(--pop-color), var(--box-color));
    background: -moz-linear-gradient(0deg, var(--pop-color), var(--box-color));
    background: -webkit-linear-gradient(0deg, var(--pop-color), var(--box-color));
    height: 100%;
    width: 0%;
    display: block;
    overflow: hidden;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    text-overflow: ellipsis;
    white-space: nowrap;
}

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

._embed {
    min-height: 210px;
}

.gride .leve {
    display: block;
    margin: 5px;
    height: auto;
    position: relative;
    z-index: 0;
}

.gride .leve h1 {
    position: relative;
    display: block;
    margin: 5px auto;
    font-size: 18px;
    font-family: 'naz_900';
    text-align: center;
    color: var(--snow-color);
}


img.logo_log {
    position: relative;
    margin: 10px auto;
    max-width: calc(100% - 80px);
    max-height: 60%;
    display: block;
    clear: both;
    -webkit-user-drag: none;
    padding: 50px;
    width: 90%;
}

footer {
    position: fixed;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    box-shadow: 0px 0px 5px #3e3e3e54;
    height: auto;
    border-radius: 10px 10px 0px 0px;
    z-index: 10;
    -webkit-transition: unset !important;
    -moz-transition: unset !important;
    -o-transition: unset !important;
    transition: unset !important;
}

footer label {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 10px auto;
    text-align: center;
    justify-content: center;
    min-height: 32px;
}

footer label i {
    position: relative !important;
    width: 5vW;
    height: 5vW;
    display: block;
    text-align: center;
    justify-content: center;
}

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

footer label span {
    position: relative !important;
    display: block;
    text-align: center;
    justify-content: center;
    margin: 5px auto;
    font-family: 'sans_b';
    font-size: 2.5vW;
    color: var(--boarder-color);
}

header {
    position: fixed;
    margin: auto;
    display: grid;
    grid-template-columns: 20% 70% 10%;
    top: auto;
    right: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 10;
    direction: rtl;
    background: #ffffff;
    box-shadow: 0px 0px 5px #3e3e3e54;
    padding-bottom: 5px;
    -webkit-transition: unset !important;
    -moz-transition: unset !important;
    -o-transition: unset !important;
    transition: unset !important;
}

header label {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    text-align: center;
    justify-content: center;
    min-height: 32px;
}

header label .menofot {
    display: block;
    position: relative;
    margin: auto;
    cursor: pointer;
    z-index: 400;
    padding: 5px;
    border-radius: 7px;
    width: 35px;
    height: 35px;
    right: 10px;
}

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

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

header label .menofot .toggle {
    position: absolute;
    height: 30px;
    width: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    left: 0;
}

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

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

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

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

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

header label input.search {
    position: relative;
    display: block;
    margin: 0px auto;
    border: 1px solid #3e3e3e;
    border-radius: 10px;
    width: 70%;
    padding: 7px 10px 7px 40px;
    top: 0px;
    font-size: 11px;
    color: #3e3e3e;
    font-family: 'sans';
    right: 0px;
}

header label input.search::placeholder {
    color: #545353;
}

header label i {
    width: 25px;
    height: 25px;
    top: 0;
    bottom: 0;
    left: 10%;
}

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

scane {
    position: fixed;
    margin: auto;
    display: block;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    overflow-y: auto;
    height: calc(100% - 45px - 68px);
    min-height: calc(100vH - 45px - 68px);
    -webkit-transition: unset !important;
    -moz-transition: unset !important;
    -o-transition: unset !important;
    transition: unset !important;
}


slider {
    position: relative;
    margin: auto;
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    z-index: 1;
    opacity: 0;
    /*overflow: hidden;*/
    /*overflow-x: auto;*/
    /*white-space: nowrap;*/
    -webkit-animation-name: start;
    -webkit-animation-duration: 0.2s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-name: start;
    -moz-animation-duration: 0.2s;
    -moz-animation-iteration-count: 1;
    animation-name: start;
    animation-duration: 0.2s;
    animation-iteration-count: 1;
}

slider::-webkit-scrollbar, slider::-webkit-scrollbar:hover, slider::-webkit-scrollbar-thumb, slider::-webkit-scrollbar-corner, slider::-webkit-scrollbar-track, slider::-webkit-scrollbar-thumb:hover, slider::-webkit-scrollbar:hover, slider::-webkit-scrollbar-thumb:active, slider::-moz-scrollbar, slider::-moz-scrollbar:hover, slider::-moz-scrollbar-thumb, slider::-moz-scrollbar-corner, slider::-moz-scrollbar-track, slider::-moz-scrollbar-thumb:hover, slider::-moz-scrollbar:hover, slider::-moz-scrollbar-thumb:active,
.box_list::-webkit-scrollbar, .box_list::-webkit-scrollbar:hover, .box_list::-webkit-scrollbar-thumb, .box_list::-webkit-scrollbar-corner, .box_list::-webkit-scrollbar-track, .box_list::-webkit-scrollbar-thumb:hover, .box_list::-webkit-scrollbar:hover, .box_list::-webkit-scrollbar-thumb:active, .box_list::-moz-scrollbar, .box_list::-moz-scrollbar:hover, .box_list::-moz-scrollbar-thumb, .box_list::-moz-scrollbar-corner, .box_list::-moz-scrollbar-track, .box_list::-moz-scrollbar-thumb:hover, .box_list::-moz-scrollbar:hover, .box_list::-moz-scrollbar-thumb:active {
    visibility: hidden;
    height: 0px;
    width: 0px;
    opacity: 0;
    display: none;
}

slider img {
    display: none;
    position: relative;
    text-align: center;
    margin: auto auto 15px auto;
    text-decoration: none;
    max-width: calc(100vW);
    max-height: calc(100vH - 30px);
    width: auto;
    height: auto;
    min-height: 100%;
    overflow: hidden;
    -webkit-user-drag: none;
    box-shadow: 0px 0px 5px #3e3e3e54;
    -webkit-animation-name: start;
    -webkit-animation-duration: 0.2s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-name: start;
    -moz-animation-duration: 0.2s;
    -moz-animation-iteration-count: 1;
    animation-name: start;
    animation-duration: 0.2s;
    animation-iteration-count: 1;
}

.slide_right {
    -webkit-animation-name: slide_right;
    -webkit-animation-duration: 0.2s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-name: slide_right;
    -moz-animation-duration: 0.2s;
    -moz-animation-iteration-count: 1;
    animation-name: slide_right;
    animation-duration: 0.2s;
    animation-iteration-count: 1;
}

@-moz-keyframes slide_right {
    0% {
        opacity: 0.2;
        right: -180px;
        zoom: 0;
        filter: blur(5px);
    }
    100% {
        opacity: 1;
        right: 0px;
        zoom: 1;
        filter: blur(0px);
    }
}

@-webkit-keyframes slide_right {
    0% {
        opacity: 0.2;
        right: -180px;
        zoom: 0;
        filter: blur(5px);
    }
    100% {
        opacity: 1;
        right: 0px;
        zoom: 1;
        filter: blur(0px);
    }
}

@keyframes slide_right {
    0% {
        opacity: 0.2;
        right: -180px;
        zoom: 0;
        filter: blur(5px);
    }
    100% {
        opacity: 1;
        right: 0px;
        zoom: 1;
        filter: blur(0px);
    }
}

.slide_left {
    -webkit-animation-name: slide_left;
    -webkit-animation-duration: 0.2s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-name: slide_left;
    -moz-animation-duration: 0.2s;
    -moz-animation-iteration-count: 1;
    animation-name: slide_left;
    animation-duration: 0.2s;
    animation-iteration-count: 1;
}

@-moz-keyframes slide_left {
    0% {
        opacity: 0.2;
        left: -180px;
        zoom: 0;
        filter: blur(5px);
    }
    100% {
        opacity: 1;
        left: 0px;
        zoom: 1;
        filter: blur(0px);
    }
}

@-webkit-keyframes slide_left {
    0% {
        opacity: 0.2;
        left: -180px;
        zoom: 0;
        filter: blur(5px);
    }
    100% {
        opacity: 1;
        left: 0px;
        zoom: 1;
        filter: blur(0px);
    }
}

@keyframes slide_left {
    0% {
        opacity: 0.2;
        left: -180px;
        zoom: 0;
        filter: blur(5px);
    }
    100% {
        opacity: 1;
        left: 0px;
        zoom: 1;
        filter: blur(0px);
    }
}

slider .slideshow-container {
    width: 100vW;
    height: 60vW;
    position: relative;
    margin: auto;
}

slider .mySlides {
    margin: auto;
    position: relative;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 0;
}

slider .dot {
    border-radius: 3px;
    position: relative;
    display: inline-block;
    margin: auto;
    width: 28px;
    height: 4px;
    background: rgb(198 198 198 / 45%);
    cursor: pointer;
    border: 1px solid white;
    box-shadow: 0px 0px 0px #efefef;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

slider .dot.active {
    width: 30px;
    height: 5px;
    background: rgba(217, 93, 17, 0.75);
    box-shadow: -1px -1px 1px #efefef;
    -moz-transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease;
}

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

slider lable {
    position: relative;
    margin: auto;
    display: none;
    visibility: hidden;
    clear: both;
    background: #3a3a3c;
    width: 100%;
    height: 100%;
    z-index: 1;
    text-align: center;
    justify-content: center;
    overflow: hidden;
}

slider lable.active {
    display: block;
    visibility: visible;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

slider lable img {
    position: relative;
    margin: auto;
    display: block;
    clear: both;
    width: 100%;
    height: 100%;
}

.box_list {
    position: relative;
    margin: 15px auto;
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    z-index: 1;
    opacity: 1;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
}

.box_list .lable, .informat .lable {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 150px;
    height: 220px;
    background: white;
    margin: 10px 15px;
    border-radius: 10px;
    box-shadow: 0px 0px 5px #3e3e3e54;
    cursor: pointer;
    z-index: 5;
}

.box_list .lable img, .informat .lable img {
    max-width: 100%;
    position: relative;
    display: block;
    margin: auto;
    clear: both;
}

.box_list .lable span.title, .informat .lable span.title {
    display: block;
    margin: 10px 10px;
    font-family: 'sans_b';
    font-size: 12px;
    position: relative;
}

.box_list .lable span.off, .informat .lable span.off {
    position: absolute;
    padding: 3px 7px;
    background: var(--red-color);
    font-size: 11px;
    font-family: 'per_add';
    color: #f8f8f8;
    font-weight: 900;
    border-radius: 20px;
    bottom: 10px;
    right: 10px;
    text-align: center;
    justify-content: center;
    direction: rtl;
}

.box_list .lable span.price[role="2"], .informat .lable span.price[role="2"] {
    position: absolute;
    font-size: 10px;
    font-family: 'per_add';
    color: #545454;
    font-weight: 700;
    bottom: 22px;
    left: 10px;
    text-align: center;
    justify-content: center;
    direction: rtl;
    text-decoration: line-through;
    display: block;
}

.box_list .lable span.price[role="1"], .informat .lable span.price[role="1"] {
    position: absolute;
    font-size: 12px;
    font-family: 'per_add';
    color: var(--base-color);
    font-weight: 900;
    bottom: 5px;
    left: 5px;
    text-align: center;
    justify-content: center;
    direction: rtl;
    display: block;
}

.box_list.top {
    background: var(--boarder-color);
}

.box_list.top .lable, .box_list.off .lable, .informat.top .lable, .informatoff .lable {
    margin: 20px 5px;
    border-radius: 15px;
}

.box_list.top .lable img, .box_list.off .lable img, .informat.top .lable img, .informat.off .lable img {
    margin: 7px;
    width: calc(100% - 14px);
    border-radius: 15px;
    box-shadow: 0px 0px 5px #1c1b1b78;
}

.box_list.top .lable span.price[role="1"], .box_list.off .lable span.price[role="1"], .informat.top .lable span.price[role="1"], .informat.off .lable span.price[role="1"] {
    bottom: 20px;
    left: 10px;
}

.box_list.top .lable span.price[role="2"], .box_list.off .lable span.price[role="2"], .informat.top .lable span.price[role="2"], .informat.off .lable span.price[role="2"] {
    bottom: 3px;
    left: 5px;
}

.box_list .titrer, .informat .titrer {
    position: absolute;
    display: block;
    overflow: hidden;
    width: 160px;
    height: 100%;
    background: var(--boarder-color);
    cursor: pointer;
    z-index: 7;
    top: 0;
    bottom: 0;
    right: 0;
}

.box_list .titrer h1, .informat .titrer h1 {
    position: relative;
    display: block;
    font-size: 18px;
    font-family: 'sans_b';
    text-align: center;
    justify-content: center;
    margin: 15px auto;
    color: #f8f8f8;
}

.box_list .titrer img, .informat .titrer img {
    position: relative;
    margin: auto 10%;
    max-width: 80%;
    display: block;
}

h3 {
    position: relative;
    font-family: 'sans_b';
    margin: 10px 5px;
    padding: 5px 10px;
    font-size: 14px;
    direction: rtl;
    display: block;
    clear: both;
}

h3.box_color_1 {
    border-radius: 5px;
    background: #d9d9d9;
    box-shadow: 0px 3px 3px rgb(20 19 19 / 25%);
}

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

img.fulstack {
    position: relative;
    margin: 3%;
    display: block;
    clear: both;
    z-index: 0;
    max-width: calc(100% - 6%);
    border-radius: 10px;
    overflow: hidden;
    background: #c1cbc9;
}

img.nimstake {
    position: relative;
    margin: 3%;
    display: inline-block;
    z-index: 0;
    max-width: calc(49% - 6%);
    border-radius: 10px;
    overflow: hidden;
    background: #c1cbc9;
}

basketnum {
    position: absolute;
    margin: auto;
    border-radius: 50%;
    background: var(--red-color);
    color: #f8f8f8;
    font-size: 12px;
    font-family: 'per_add';
    top: -10px;
    text-align: center;
    justify-content: center;
    z-index: 5;
    width: 20px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    font-weight: 900;
    opacity: 0.6;
}

.box_list.off {
    background: var(--red-color);
}

.box_list.off .titrer {
    background: var(--red-color);
    cursor: pointer;
    width: 170px;
}

h3 b.gopage {
    position: absolute;
    margin: auto;
    z-index: 2;
    color: var(--box-color);
    left: 20px;
    cursor: pointer;
    font-size: 10px;
    height: 15px;
    top: 0;
    bottom: 0;
}

b.gopage i {
    color: var(--box-color);
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: -15px;
    font-size: 12px;
    height: 10px;
}

.informat {
    display: block;
    margin: auto auto 180px auto;
    z-index: 1;
    clear: both;
    position: relative;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    background: #f9f9f9;
}

.index_box {
    display: block;
    margin: auto;
    z-index: 0;
    clear: both;
    position: relative;
}


.gride {
    position: relative;
    display: grid;
    margin: auto;
    clear: both;
    grid-template-columns: 33% 33% 33%;
    direction: rtl;
}


.gride[role="1"] {
    grid-template-columns: 100%;
}

.gride[role="2"] {
    grid-template-columns: 50% 50%;
}

.gride[role="3"] {
    grid-template-columns: 33% 33% 33%;
}

.gride[role="4"] {
    grid-template-columns: 25% 25% 25% 25%;
}

.gride[role="5"] {
    grid-template-columns: 20% 20% 20% 20% 20%;
}

.gride[role="6"] {
    grid-template-columns: 15% 15% 15% 15% 15% 15%;
}

.gride[role="7"] {
    grid-template-columns: auto auto auto auto auto auto auto;
}

.gride[role="8"] {
    grid-template-columns: auto auto auto auto auto auto auto auto;
}

.gride[role="9"] {
    grid-template-columns: auto auto auto auto auto auto auto auto auto;
}

.gride[role="10"] {
    grid-template-columns: 10% 10% 10% 10% 10% 10% 10% 10% 10% 10%;
}

.gride list img {
    position: relative;
    margin: auto;
    display: block;
    width: calc(100%);
    height: auto;
    max-height: 100%;
    background: #e9e9e9;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
}

.gride list {
    position: relative;
    margin: 10px;
    display: block;
    max-width: calc(100% - 20px);
    height: auto;
    padding: 10px;
    cursor: pointer;
}

.gride list h1 {
    position: relative;
    margin: 10px;
    font-family: 'sans';
    font-size: 14px;
    display: block;
    color: #333333;
    cursor: pointer;
}

.gride list h3 {
    position: relative;
    display: block;
    width: 70%;
    height: auto;
    font-family: 'per_add';
    margin: auto;
    font-size: 16px;
    font-weight: 900;
    direction: rtl;
    color: #222020;
    cursor: pointer;
}

.gride list i.icon {
    width: 22px;
    height: 22px;
    font-size: 22px;
    top: 15px;
    left: 15px;
    cursor: pointer;
}

.gride list i.icon svg {
    cursor: pointer;
}


.towline {
    position: relative;
    margin: auto;
    display: block;
    max-width: 1000px;
}

.towline .left_line {
    position: relative;
    display: block;
    width: calc(100%);
    margin: auto;
}

.towline .left_line hover {
    position: absolute;
    margin: auto;
    width: 100px;
    height: 100px;
    max-width: 95vW;
    max-height: 95vH;
    top: 10px;
    right: 10px;
    z-index: 150;
    display: none !important;
    opacity: 0;
    border: 0px solid #181818;
    background-color: #f8f8f8de;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 0px 5px rgb(24 24 24 / 55%);
}

.towline .left_line .big_demo:hover > hover, .towline .left_line .big_demo:hover ~ hover, .towline .left_line hover:hover {
    display: block;
    -moz-transition: all 0s ease !important;
    -webkit-transition: all 0s ease !important;
    transition: all 0s ease !important;
}

.towline .right_line {
    position: relative;
    display: block;
    width: calc(100%);
    margin: auto;
}

.towline h3 {
    display: block;
    position: relative;
    margin: 5px auto;
    font-family: 'sans_b';
    font-size: 18px;
    direction: rtl;
    padding: 10px 10px;
    width: calc(90% - 20px);
}

.towline .right_line span[role="size"], .towline .right_line span[role="colori"] {
    position: relative;
    display: inline-block;
    margin: 10px 7.5px 15px 7.5px;
    padding: 10px 10px;
    font-family: 'per_add';
    font-size: 18px;
    font-weight: 900;
    cursor: pointer;
    direction: ltr;
    background: #FFFFFF;
    box-shadow: 0px 3px 5px rgb(0 0 0 / 52%);
    border-radius: 12px;
    text-align: center;
    justify-content: center;
    min-width: 35px;
    max-height: 35px;
    line-height: 35px;
}

.towline .right_line span[role="size"].selected, .towline .right_line span[role="colori"].selected {
    border: 2px solid #181818;
}

.towline .right_line span[role="size"] span[role="color"] {
    position: absolute;
    display: block;
    margin: auto;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #f8f8f8;
    cursor: pointer;
    bottom: -35px;
    left: 0px;
    right: 0px;
}

.towline .right_line span.selected span[role="color"] {
    border: 1px solid var(--base-color);
}

.towline .right_line input[type="number"] {
    position: relative;
    margin: 10px;
    padding: 10px 15px;
    border: unset;
    background: #f8f8f8;
    border-radius: 50px;
    text-align: center;
    justify-content: center;
    display: block;
    width: calc(100% - 50px);
    font-size: 20px;
    font-family: 'per_add';
    font-weight: 900;
}

.towline .right_line h1#pirce {
    border-radius: 5px;
    position: relative;
    margin: 10px;
    padding: 5px 20px;
    text-align: right;
    justify-content: right;
    display: block;
    font-size: 20px;
    font-family: 'per_add';
    font-weight: 900;
    color: #181818;
    background: #f8f8f8;
}

.towline .right_line h1#pirce::before {
    position: absolute;
    display: block;
    font-size: 12px;
    height: 12px;
    top: 0;
    bottom: 0;
    content: "قیمت این محصول";
    direction: rtl;
    font-family: 'sans';
    color: var(--base-color);
    margin: auto;
    left: 20px;
}

.towline .left_line img.big_demo {
    position: relative;
    display: block;
    margin: 5% auto;
    width: calc(90%);
    height: auto;
}

.towline .left_line img.small_demo {
    position: relative;
    display: inline-block;
    margin: 10px;
    width: calc(24% - 24px);
    min-height: 15vW;
    height: auto;
    cursor: pointer;
    border-radius: 3px;
    background: url('/storage/app/public/image/shakilid/1645344814index.png') center center no-repeat;
    background-size: cover;
    box-shadow: 0px 2px 3px rgb(0 0 0 / 40%);
    border-radius: 12px;
    border: 2px solid transparent;
}

.towline .p {
    clear: both;
    color: #706b6b;
    position: relative;
    display: block;
    margin: 10px 10px 45px 10px;
    padding: 10px 10px;
    font-family: 'list';
    font-size: 15px;
    font-weight: 900;
    cursor: pointer;
    background: #FFFFFF;
    box-shadow: 0px 3px 5px rgb(0 0 0 / 52%);
    border-radius: 12px;
    direction: rtl;
}

.towline .p h3 {
    padding: 10px 0px;
    width: auto;
    color: #181818;
}

.addbasket {
    display: block;
    position: relative;
    margin: 5px auto;
    font-family: 'sans_b';
    font-size: 18px;
    direction: rtl;
    padding: 10px 10px;
    box-shadow: 0px 2px 3px #3836364d;
}

.addbasket span:nth-child(1) {
    position: relative;
    margin: 5px 10px;
    padding: 5px 30px 5px 10px;
    background: var(--red-color);
    border-radius: 5px;
    cursor: pointer;
    font-family: 'sans_b';
    font-size: 14px;
    color: #e7e7e7;
}

.addbasket span:nth-child(1) i {
    position: absolute;
    margin: auto;
    width: 15px;
    height: 15px;
    font-size: 15px;
    top: 0;
    right: 7px;
    bottom: 0;
}

.addbasket span:nth-child(2) {
    position: absolute;
    margin: auto;
    font-size: 16px;
    font-family: 'per_add';
    font-weight: 900;
    color: var(--base-color);
    top: 0;
    bottom: 0;
    left: 15px;
    height: 16px;
}

.user_info {
    position: relative;
    margin: auto;
    display: block;
    clear: both;
    background: #ffffff;
    padding: 50px 10px 20px 10px;
    text-align: center;
    justify-content: center;
    box-shadow: 0px 0px 5px rgb(32 30 30 / 40%);
    border-radius: 0px 0px 10px 10px;
}

.user_info i {
    position: absolute;
    margin: auto;
    width: 25px;
    height: 25px;
    font-size: 25px;
    color: #585858;
    top: 20px;
    right: 40px;
    cursor: pointer;
    z-index: 5;
}

.user_info h1 {
    position: relative;
    margin: 5px auto;
    font-family: 'kalame_b';
    font-size: 30px;
    display: block;
    color: #2e2e2e;
}

.user_info h3 {
    position: relative;
    margin: 5px auto;
    font-family: 'per_add';
    font-size: 14px;
    font-weight: 900;
    display: block;
    color: #2e2e2e;
}

.informational {
    box-shadow: 4px -1px 10px rgb(0 0 0 / 49%);
    background: #f3f3f3;
    position: fixed;
    bottom: 40px;
    z-index: 10;
    right: 0;
    left: 0;
    width: 100vW;
    height: 180px;
    display: block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.informational.smaller {
    height: 100px;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

.informational .btn-p {
    box-shadow: 0px 2px 4px rgb(0 0 0 / 60%);
    background: var(--base-color);
    position: relative;
    margin: 5px auto;
    padding: 10px 15px;
    text-align: center;
    justify-content: center;
    font-size: 15px;
    font-family: 'sans_b';
    width: 60%;
    border-radius: 20px;
    display: block;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

.informational.smaller .btn-p {
    position: absolute;
    margin: auto;
    top: -30px;
    right: -15px;
    left: 0;
    bottom: 0;
    width: 45px;
    height: 45px;
    color: transparent;
    font-size: 0px;
    padding: 0;
    border-radius: 15px;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

.informational .btn-p i {
    display: none;
    width: 0px;
    height: 0px;
}

.informational.smaller .btn-p i {
    display: block;
    width: 25px;
    height: 25px;
    font-size: 25px;
    top: 0px;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    text-align: center;
    justify-content: center;
}

.informational.smaller .btn-p i img {
    position: relative;
    width: 100%;
    max-height: 100%;
    display: block;
}

.informational .grid label {
    position: relative;
    margin: auto;
    text-align: center;
    justify-content: center;
    display: block;
}

.informational .grid label h2 {
    margin: 5% auto 0px auto;
    display: block;
    font-size: 14px;
    font-family: 'sans_b';
    text-align: center;
    color: #181818;
}

.informational .grid label h3 {
    margin: 0px auto 10% auto;
    display: block;
    font-size: 18px;
    font-family: 'per_add';
    text-align: center;
    color: var(--base-color);
    font-weight: 900;
}

.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: 17px;
    font-family: 'sans_b';
    padding: 3px 25px 3px 5px;
    color: #5e5d5d;
}

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

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

.towline .p .icon.copyer {
    width: 24px;
    height: 24px;
    font-size: 24px;
    bottom: 20px;
    left: 20px;
    z-index: 10;
    color: #181818;
}

header label i.back {
    width: 25px;
    height: 25px;
    font-size: 25px;
    color: #3e3e3e;
    top: 3px;
    bottom: 0;
    left: 0;
    right: -10px;
    cursor: hand;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -webkit-animation-name: backer;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: backer;
    -moz-animation-duration: 0.8s;
    -moz-animation-iteration-count: infinite;
    animation-name: backer;
    animation-duration: 0.8s;
    animation-iteration-count: infinite;
}

h3.cater {
    clear: both;
    color: #706b6b;
    position: relative;
    display: block;
    margin: 10px 10px 45px 10px;
    padding: 10px 10px;
    font-family: 'per_add';
    font-size: 16px;
    font-weight: 900;
    cursor: pointer;
    background: #FFFFFF;
    box-shadow: 0px 3px 5px rgb(0 0 0 / 52%);
    border-radius: 12px;
    direction: rtl;
}

textbar {
    position: fixed;
    margin: auto;
    display: block;
    background: #8715c7;
    width: 100vW;
    height: 100vH;
    z-index: 401;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    justify-content: center;
}

textbar text {
    position: absolute;
    margin: 43vH auto;
    display: block;
    color: #f8f8f8;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    justify-content: center;
    font-family: 'sans';
    font-size: 5.5vW;
}

ul.bask_list {
    position: relative;
    display: block;
    margin: 5px auto;
    clear: both;
}

ul.bask_list li {
    position: relative;
    display: grid;
    grid-template-columns: 29% 41% 29%;
    margin: 5px auto 10px auto;
}

ul.bask_list li span {
    position: relative;
    margin: auto;
    display: block;
    max-width: 100%;
    min-width: 100%;
    max-height: 100%;
    min-height: 100%;
    overflow: hidden;
}

ul.bask_list li span img {
    position: relative;
    display: block;
    margin: 2%;
    max-width: 96%;
    max-height: 96%;
    box-shadow: 0px 3px 5px rgb(0 0 0 / 22%);
    border-radius: 10px;
    overflow: hidden;
}

ul.bask_list li span h1 {
    position: relative;
    margin: 5px;
    font-size: 13px;
    font-family: 'sans_b';
    color: #181818 !important;
}

ul.bask_list li span h3 {
    position: relative;
    margin: 2px 5px;
    font-size: 11px;
    font-family: 'sans' !important;
    padding: 2px !important;
    color: #464646 !important;
}

ul.bask_list li span.inf {
    padding: 20% 0px 2% 0px;
}

ul.bask_list li span.inf h3:nth-child(1) {
    color: var(--base-color) !important;
    font-size: 11.5px;
    font-family: 'sans_b' !important;
}

ul.bask_list li span.inf h3:nth-child(2) {
    color: var(--box-color) !important;
    font-size: 11.5px;
}


h3.box_color_2 {
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 0px 3px 3px rgb(20 19 19 / 25%);
    font-size: 12px;
    margin: 10px 5px 30px 5px;
    padding: 10px;
    color: var(--boarder-color);
}

h3.box_color_2 b {
    color: var(--base-color);
}

span.go_banck {
    position: absolute;
    font-size: 11px;
    padding: 5px 10px;
    text-align: center;
    background: var(--base-color);
    color: #f8f8f8;
    border-radius: 5px;
    cursor: pointer;
    z-index: 2;
    left: 3px;
    top: 6px;
}

b.color {
    background: transparent;
    position: relative;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    display: inline-block;
    margin: 2px;
    top: 5px;
}

.list_agance {
    position: relative;
    margin: 20px auto;
    display: block;
    clear: both;
    background: #ffffff;
    padding: 5px 10px 5px 10px;
    text-align: center;
    justify-content: center;
    box-shadow: 0px 0px 5px rgb(32 30 30 / 40%);
    border-radius: 0px;
}

.list_agance li {
    position: relative;
    display: block;
    clear: both;
    margin: 3px auto;
    z-index: auto;
    font-size: 14px;
    font-family: 'sans_b';
    text-align: right;
    padding: 15px 65px 15px 20px;
}

.list_agance li:nth-child(1), .list_agance li:nth-child(2), .list_agance li:nth-child(3) {
    border-bottom: 2px solid rgb(189 189 189 / 38%);
}

.menu_agance li:nth-child(1), .menu_agance li:nth-child(2), .menu_agance li:nth-child(3) {
    border-left: 2px solid rgb(189 189 189 / 38%);
}

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: #383838;
    width: calc(100% - 120px - 15%);
    height: auto;
    border-radius: 6px;
    border: 2px solid #383838;
    background: #ededed;
    resize: vertical;
    min-height: 100px;
}

textarea::placeholder {
    color: #545353;
}

.list_agance li img {
    width: 36px;
    height: 36px;
    position: absolute;
    margin: auto;
    display: block;
    top: 0;
    bottom: 0;
    right: 10px;
}

.list_agance li i {
    width: 18px;
    height: 18px;
    font-size: 18px;
    position: absolute;
    margin: auto;
    display: block;
    top: 0;
    bottom: 0;
    left: 5px;
}

.user_M_dashboard {
    position: relative;
    margin: auto;
    display: block;
    clear: both;
    padding: 10px 0px;
}

.user_M_dashboard center {
    overflow: hidden;
    position: relative;
    margin: auto;
    background: center center repeat;
    background-size: calc(100px * 3) calc(57.5px * 3);
    z-index: 0;
    box-shadow: 0px 0px 10vW rgb(43 41 41 / 86%) inset;
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

.user_M_dashboard center img {
    position: relative;
    display: block;
    margin: auto;
    border-radius: 50%;
    max-width: 100%;
    width: 120px;
    height: 120px;
    max-height: 100%;
}

.user_M_dashboard ul.pro_file {
    position: relative;
    margin: 10px 15px;
    padding: 2px;
    display: block;
    z-index: 0;
}

.user_M_dashboard ul.pro_file li {
    position: relative;
    margin: 10px auto;
    padding: 15px 50px 15px 20px;
    font-family: 'sans_b';
    font-size: 15px;
    direction: rtl;
    display: block;
    text-align: right;
    border: 3px solid #f8f8f8;
    border-radius: 12px;
    background: #272727;
    color: #eee;
}

.user_M_dashboard ul.pro_file li i {
    width: 25px !important;
    height: 25px !important;
    font-size: 25px !important;
    color: #f8f8f8;
    top: 0;
    bottom: 0;
    right: 10px !important;
}

.user_M_dashboard ul.pro_file li svg.icon {
    width: 25px;
    height: 25px;
    font-size: 25px;
    color: #f8f8f8;
    top: 0;
    bottom: 0;
    right: 10px;
}

.user_M_dashboard ul.pro_file li span[for] {
    position: absolute !important;
    margin: auto !important;
    font-size: 25px !important;
    top: 0;
    bottom: 0;
    left: 10px !important;
}

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

.menu_agance {
    position: relative;
    margin: 20px auto;
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    clear: both;
    background: #ffffff;
    padding: 20px 10px 20px 10px;
    text-align: center;
    justify-content: center;
    box-shadow: 0px 0px 5px rgb(32 30 30 / 40%);
    border-radius: 0px;
}

.menu_agance li {
    position: relative;
    display: block;
    clear: both;
    margin: auto;
    padding: 0;
    z-index: auto;
    width: 100%;
    height: 100%;
    text-align: center;
    justify-content: center;
}

.menu_agance li i, .menu_agance li svg, .menu_agance li img {
    position: relative;
    margin: auto;
    display: block;
    width: 15vW;
    height: 15vW;
    font-size: 15vW;
    text-align: center;
    justify-content: center;
    overflow: hidden;
}

.list_post {
    position: relative;
    display: block;
    clear: both;
}

.list_post span {
    position: relative;
    display: inline-block;
    margin: 10px;
    width: calc(29.3% - 20px);
    min-height: 15vW;
    height: auto;
    cursor: pointer;
    border-radius: 5px;
    background: url('/storage/app/public/image/shakilid/1645344814index.png') center center no-repeat;
    background-size: cover;
    border: 2px solid rgb(165 165 165 / 36%);
    overflow: hidden;
}

.list_post span img {
    position: relative;
    display: block;
    margin: auto;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

img.small_demo.selected {
    border: 2px solid #181818 !important;
}


.rotate {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

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

.right_tolbar object.box_show_link .show_responsive {
    position: absolute;
    width: 100%;
    height: calc(100% - 65px);
    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 {
    position: absolute;
    width: 0%;
    max-width: 320px;
    opacity: 0;
    height: 100%;
    background: #f6f6f6;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    box-shadow: -5px 0px 15px 0px #3333337d;
    overflow: hidden;
    -moz-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.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;*/
/*    background: #2a2a29;*/
/*    border-bottom: unset;*/
/*    box-shadow: unset;*/
/*    padding: 25px 0px;*/
/*    color: #f8f8f8;*/
/*    font-size: 18px;*/
/*    font-weight: 900;*/
/*    overflow: hidden;*/
/*    text-align: right;*/
/*    padding-right: 20px;*/
/*    display: block;*/
/*    z-index: 2;*/
/*}*/

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

.right_tolbar object.box_show_link .close.icon.fui-cross {
    position: absolute;
    top: 10px;
    left: 10px;
    margin: auto;
    border-bottom: unset;
    box-shadow: unset;
    color: transparent;
    font-size: 0px;
    width: 50px;
    height: 50px;
    font-weight: 900;
    overflow: hidden;
    text-align: center;
    display: block;
    z-index: 2;
    border-radius: 50%;
}

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

.ajaxer_pervision {
    position: absolute;
    margin: 2.5% 5%;
    display: block;
    background: linear-gradient(31deg, rgb(19 18 18 / 45%), rgb(23 22 22 / 90%));
    background: -moz-linear-gradient(31deg, rgb(19 18 18 / 45%), rgb(23 22 22 / 90%));
    background: -webkit-linear-gradient(31deg, rgb(19 18 18 / 45%), rgb(23 22 22 / 90%));
    width: calc(100% - 10%);
    height: calc(100% - 10%);
    border-radius: 5px;
    overflow: hidden;
    overflow-y: auto;
    direction: ltr;
    box-shadow: 0px 0px 10px #1d1b1b, inset 0px 0px 5px #1b1919;
}

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: 10px 15px;
    font-family: 'sans_b';
    text-align: right;
    padding: 5px 30px 5px 20px;
    color: #161616;
    font-size: 15px;
    border-radius: 5px;
    cursor: pointer;
    border-bottom: 2px solid #eee;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul.panel_menu li:hover {
    color: #181818;
    border-bottom: 2px solid #626262;
    background: #f0f0f0;
    -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: 16px;
    height: 16px;
    font-size: 16px;
    color: #171717;
    right: 7px;
}

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

form pre {
    direction: rtl !important;
    background: unset !important;
    font-size: 12px;
    font-family: 'sans';
    color: #a9a9a9;
    display: block;
    text-align: right !important;
}

pre {
    position: relative;
    display: block;
    clear: both;
    text-align: left;
    direction: ltr;
    font-family: fantasy;
    background: var(--base-color);
    margin: 10px;
    border-radius: 5px;
    padding: 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;
}

.box_list .lable h1 i, .informat .lable h1 i {
    position: relative !important;
    display: block;
    margin: 20px 5px;
    font-size: 30px;
    cursor: pointer;
}

.box_list .lable h1, .informat .lable h1 {
    position: relative;
    font-size: 20px;
    font-family: 'titr';
    color: #727272;
    display: block;
    text-align: center;
    margin: 45% 5px;
}

.box_list .titrer i.fui-info-circle, .informat .titrer i.fui-info-circle {
    width: 25px;
    height: 25px;
    font-size: 25px;
    color: transparent;
    text-shadow: 0px 0px 4.5px #ffffff;
    right: 0;
    left: 0;
    bottom: 15px;
    z-index: 5;
}

.videp_play {
    position: absolute;
    margin: auto;
    display: block;
    width: 90%;
    height: auto;
    padding: 10px;
    background: #111111d9;
    border-radius: 15px;
    z-index: 10;
    bottom: 60px;
    right: 0;
    left: 0;
    box-shadow: 7px -7px 5px #262626a6;
    max-height: 50vH;
}

.videp_play video {
    max-width: calc(100% - 30px);
    max-height: calc(100% - 30px);
}

.videp_play::before {
    content: '';
    position: absolute;
    margin: auto;
    width: 20px;
    height: 20px;
    background: -o-linear-gradient(-45deg, #111111d9 50%, transparent 40%);
    background: -webkit-linear-gradient(-45deg, #111111d9 50%, transparent 40%);
    background: linear-gradient(-45deg, #111111d9 50%, transparent 40%);
    z-index: -1;
    bottom: -10px;
    right: 90px;
    transform: rotate(45deg);
}

@-moz-keyframes backer {
    0% {
        width: 25px;
        height: 25px;
        font-size: 25px;
        opacity: 1;
        /*right: -20px;*/
    }
    100% {
        width: 24px;
        height: 24px;
        font-size: 24px;
        opacity: 0.8;
        /*right: 5px;*/
    }
}

@-webkit-keyframes backer {
    0% {
        width: 25px;
        height: 25px;
        font-size: 25px;
        opacity: 1;
        /*right: -20px;*/
    }
    100% {
        width: 24px;
        height: 24px;
        font-size: 24px;
        opacity: 0.8;
        /*right: 5px;*/
    }
}

@keyframes backer {
    0% {
        width: 25px;
        height: 25px;
        font-size: 25px;
        opacity: 1;
        /*right: -20px;*/
    }
    100% {
        width: 24px;
        height: 24px;
        font-size: 24px;
        opacity: 0.8;
        /*right: 5px;*/
    }
}

@media only screen and (max-width: 1000px) {
    .gride {
        grid-template-columns: 25% 25% 25% 25%;
    }

    @media only screen and (max-width: 800px) {
        .gride {
            grid-template-columns: auto auto auto;
        }

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

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

                @media only screen and (max-width: 400px) {
                    .gride {
                        grid-template-columns: auto;
                    }
                }
            }
        }
    }
}
