@import "/public/Dismangroup/Styles/panel/style.css";

html, body {
    overflow: hidden !important;
}

section.loader_ajax {
    position: fixed;
    z-index: 0;
    background: #e7e7e7 url('/public/files/upload/bg_Web.jpg') bottom center no-repeat fixed;
    background-size: cover;
    overflow: hidden;
    width: 100%;
    height: 100%;
    max-width: 100vW;
    min-width: 100vW;
    max-height: 100vH;
    min-height: 100vH;
    margin: 0px auto;
    padding: 0;
    display: block;
    clear: both;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.scrool_box {
    position: fixed;
    display: block;
    margin: auto;
    width: 100%;
    max-width: 700px;
    height: auto;
    max-height: 100%;
    overflow: hidden;
    overflow-y: auto;
    z-index: 1;
    clear: both;
}

.scrool_box:after {
    position: relative;
    display: block;
    content: '';
    width: 100%;
    height: 50px;
    clear: both;
}

.scrool_box img.logo {
    position: relative;
    margin: 10% auto 5% auto;
    display: block;
    max-width: calc(100% - 20px);
    padding: 10px;
    max-height: 150px;
}

form.uncolor {
    position: absolute;
    width: 100%;
    bottom: 100px;
    top: 0;
    margin: auto;
    right: 0;
    left: 0;
    height: 300px;
}

form.uncolor input[type="text"] {
    border-color: transparent !important;
    color: #181818;
    background: #FFFFFF;
    box-shadow: 0px 2px 9px rgb(0 0 0 / 50%);
    border-radius: 10px;
    padding: 15px 50px 15px 10px;
}

form.uncolor input[type="text"]::placeholder {
    color: #181818;
    opacity: 0.35;
}

form.uncolor svg.icon path {
    fill: #181818;
    stroke: #181818;
    opacity: 0.85;
}

form.uncolor i {
    color: #181818;
    opacity: 0.85;
}

form.uncolor input[type="submit"] {
    font-family: 'sans_b';
    background: #181818;
    display: block;
    margin: auto;
    width: calc(100% - 50px - 5%);
    font-size: 20px;
    cursor: pointer;
}

form.uncolor p {
    margin: 15px auto 50px auto;
    position: relative;
    direction: rtl;
    display: block;
    font-family: 'sans';
    font-size: 15px;
    width: calc(100% - 50px - 5%);
}

form.uncolor p b {
    font-weight: 900;
    color: var(--red-color);
    cursor: pointer;
}

form.uncolor label input[type="submit"]:hover {
    background: #353434;
    color: #f8f8f8;
    border: 2px solid #4c4c4c;
    box-shadow: 0px 0px 150px #212121, inset 0px 0px 10px #191818;
}

form.uncolor label span.mini_btn {
    width: 100%;
}

span.mini_btn {
    position: relative;
    display: block;
    margin: auto;
    padding: 10px 15px;
    font-family: 'sans';
    border-radius: 10px;
    background: #bdbdbd;
    cursor: pointer;
}

.scrool_box i.icon.fui-arrow-left {
    width: 25px;
    height: 25px;
    font-size: 25px;
    top: 0px;
    bottom: 0px;
    left: 15px;
    cursor: pointer;
    color: #4c4c4c;
}

.scrool_box span.list-gallery {
    width: auto;
    height: auto;
    position: relative;
    display: block;
    margin: 10px;
    border: 2px solid #a7a7a7;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}

.scrool_box span.list-gallery img, .scrool_box span.list-gallery i {
    position: relative;
    margin: auto;
    display: block;
    max-width: 100%;
    height: auto;
}

.scrool_box span.list-gallery i {
    font-size: 50px;
    height: 60px;
    width: 60px;
    top: 0;
    right: 0;
    left: 0;
    margin-top: 15px;
    color: #181818;
    cursor: pointer;
}

.scrool_box span.list-gallery h2 {
    position: relative;
    margin: auto;
    padding: 10px 15px;
    font-size: 14px;
    font-family: 'sans_b';
    text-align: center;
    border-top: 2px solid #a7a7a7;
    background: #f8f8f8;
    direction: rtl;
    cursor: pointer;
}

.fui_webinar {
    background: url('/public/files/upload/2.png') center center no-repeat;
    background-size: 30px 24px;
}

footer {
    position: fixed;
    margin: auto auto 0 auto;
    display: block;
    background: rgb(248 248 248 / 40%);
    width: 100%;
    height: auto;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 20;
}

footer .gride span {
    margin: auto;
    width: 100%;
    height: 100%;
    max-height: 100px;
    max-width: unset;
    border-radius: 0px;
    /*border-top: 2px solid #3a3a3a;*/
    z-index: 1;
    background: #f8f8f8;
}

footer .gride span:nth-child(2) {
    /*border-radius: 0px 10px 0px 0px;*/
    /*border-right: 2px solid #3a3a3a;*/
}

footer .gride span:nth-child(3) {
    /*background: unset;*/
    /*border-top: unset;*/
}

footer .gride span:nth-child(4) {
    /*border-radius: 10px 0px 0px 0px;*/
    /*border-left: 2px solid #3a3a3a;*/
}

footer .gride span:nth-child(1).active, footer .gride span:nth-child(5).active {
    /*border-top: 2px solid var(--red-color);*/
}

footer .gride span:nth-child(2).active {
    /*border-top: 2px solid var(--red-color);*/
    /*border-right: 2px solid var(--red-color);*/
}

footer .gride span:nth-child(4).active {
    /*border-top: 2px solid var(--red-color);*/
    /*border-left: 2px solid var(--red-color);*/
}

footer .gride span:nth-child(3).active {

}

footer .gride span.active svg, footer .gride span.active svg path {
    fill: var(--red-color) !important;
}

footer .gride span svg, footer .gride span svg path {
    fill: black;
}

footer .gride span c {
    position: absolute;
    margin: auto;
    display: block;
    font-family: 'per_add';
    padding: 5px;
    background: var(--red-color);
    width: 15px;
    height: 15px;
    text-align: center;
    font-size: 12px;
    font-weight: 900;
    color: #f8f8f8;
    border-radius: 50%;
    top: calc(25% + -10px);
    right: 15%;
    cursor: pointer;
    box-shadow: 0px 0px 10px var(--red-color), inset 0px 0px 10px rgb(56 53 53 / 52%);
    zoom: 0.9;
}

/*footer .gride span.active {*/
/*    text-align: center;*/
/*    padding: 17% 2px 10px 2px;*/
/*    font-family: 'sans_b';*/
/*    font-size: 18px;*/
/*}*/

footer .gride span i {
    width: 30px;
    height: 30px;
    font-size: 30px;
    margin: auto;
    display: block;
    z-index: 1;
    cursor: pointer;
    color: #2c2c2c;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

footer .gride {
    /*background: #181818;*/
    border-top: 1.5px solid var(--red-color);
    direction: rtl;
}

footer .gride span h3 {
    position: relative;
    display: block;
    margin: -15px auto auto auto;
    clear: both;
    font-family: 'sans';
    text-align: center;
    font-size: 13px;
    padding: 5px;
}

footer .gride span.active h3 {
    font-family: 'sans_b';
    color: var(--red-color);
}

footer .gride span svg {
    width: 35px;
    height: 35px;
    font-size: 30px;
    margin: auto;
    display: block;
    z-index: 1;
    cursor: pointer;
    color: #2c2c2c;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

/*svg path {*/
/*    fill: #2c2c2c24;*/
/*    stroke: #2c2c2c;*/
/*    stroke-width: 4;*/
/*}*/

footer .gride span img, footer .gride span svg {
    max-height: 50%;
    max-width: 50%;
    margin: 25% auto !important;
}

section.loader_ajax header {
    background: transparent;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    margin: 0 auto auto auto;
    width: 100%;
    height: auto;
    max-height: 60px;
    z-index: 10;
    justify-content: center;
    direction: rtl;
    padding: 3px 0px;
}

section.loader_ajax header .box {
    position: relative;
    display: table;
    margin: 3px auto;
    clear: both;
    background: var(--red-color);
    border-radius: 10px;
    text-align: center;
    justify-content: center;
    padding: 3px 52px 3px 3px;
}

section.loader_ajax header .box i {
    position: absolute !important;
    margin: auto !important;
    right: 10px !important;
    left: unset !important;
    padding: 0px !important;
    width: 32px !important;
    height: 32px !important;
    font-size: 35px !important;
    color: #f8f8f8 !important;
}

section.loader_ajax header .box h1 {
    color: #f8f8f8 !important;
    font-size: 32px !important;
    text-align: center !important;
    justify-content: center !important;
    clear: both !important;
}

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

section.loader_ajax header i {
    position: relative;
    background: unset;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 2.5px;
    width: 40px;
    height: 40px;
    font-size: 35px;
    color: #181818;
}

section.loader_ajax header i img {
    position: relative;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    cursor: pointer;
}

section.loader_ajax header i.menofot .toggle:after, section.loader_ajax header i.menofot .toggle:before, section.loader_ajax header i.menofot span#line_3 {
    background: #181818;
}

section.loader_ajax header h1 {
    position: relative;
    margin: auto 10px;
    font-size: 35px;
    font-family: 'farnaz';
    color: var(--red-color);
}

.fui-noty {
    background: url('/public/files/upload/5.png') center center no-repeat;
    background-size: cover;
}

header .fui-noty {
    background: #181818 url(/public/files/upload/5.png) center center no-repeat !important;
    background-size: 24px !important;
    border-radius: 50%;
    padding: 0 !important;
    margin: 2.5px 5px;
}

.banners {
    display: block;
    margin: 25px 4%;
    clear: both;
    position: relative;
    z-index: 0;
    text-align: center;
    box-shadow: -5px 10px 15px #0000007d;
    border-radius: 14px;
    overflow: hidden;
}

.banners:nth-of-type(2), .banners:nth-of-type(1) {
    margin-top: 4% !important;
}

.banners img {
    position: relative;
    margin: auto;
    clear: both;
    box-shadow: inset 0px 0px 10px rgb(20 21 21 / 80%);
    display: block;
    width: 100%;
    height: auto;
}

.scrool_box h1.page_title {
    position: relative;
    display: block;
    margin: 15px 20px;
    font-family: 'sans_b';
    font-size: 20px;
}

form.box_form {
    padding: 10px;
    margin: 10px auto;
    padding-bottom: 15px;
}

form.box_form label {
    margin: 15px auto;
}

form.box_form label[role="2"] {
    display: grid;
    grid-template-columns: auto;
}

form.box_form label span {
    position: relative;
    margin: 5px;
    width: auto;
    height: auto;
    font-family: 'sans';
    font-size: 16.23px;
    padding: 7px;
}

form.box_form label h2, form.box_form label role h2 {
    position: relative;
    margin: auto;
    display: block;
    clear: both;
    padding: 0;
    width: calc(100%);
    height: auto;
    justify-content: center;
}

form.box_form label input[type="text"] {
    padding: 15px 10px;
    margin: 10px 20px;
    width: calc(100% - 60px);
    color: #282828;
    background: #FFFFFF;
    box-shadow: 0px 2px 9px rgb(0 0 0 / 50%);
    border-radius: 10px;
}

form.box_form label role h2 {
    margin: 5px 10px;
}

form.box_form label input[type="text"]::placeholder, form.box_form label textarea::placeholder {
    color: #808080;
}

form.box_form label textarea {
    padding: 15px 10px;
    margin: 10px 20px;
    width: calc(100% - 60px);
    color: #282828;
    background: #FFFFFF;
    box-shadow: 0px 2px 9px rgb(0 0 0 / 50%);
    border-radius: 10px;
}

form.box_form label role {
    position: relative;
    margin: auto;
    display: block;
    clear: both;
    padding: 0;
    width: calc(100%);
    height: auto;
}

form.box_form label box.input {
    position: relative;
    display: block;
    width: 120px;
    max-width: 95%;
    height: 120px;
    max-height: 95%;
    overflow: hidden;
    cursor: pointer;
    border: 2px dashed #181818;
    border-radius: 15px;
    margin: 10px auto;
}

form.box_form label box.input svg, form.box_form label box.input i {
    font-size: 40px;
    top: 0;
    bottom: 50px;
    width: 40px;
    height: 40px;
    right: 0;
    left: 0;
    color: #181818;
    text-shadow: 0px 0px 1px #181818;
    cursor: pointer;
}

form.box_form label box.input svg path {
    fill: #181818;
    stroke: #151515;
}

form.box_form label box.input span {
    text-align: center;
    font-size: 12px;
    display: block;
    top: 75px;
    border-radius: 7px;
}

form.box_form label box.input span.btn {
    border: 2px solid #181818;
    margin: auto 10px;
    padding: 3px 10px;
    text-align: center;
    color: #181818;
    font-family: 'sans_b';
    cursor: pointer;
    font-size: 11px;
}

form.box_form input[type="submit"] {
    padding: 35px 15px;
    background: var(--red-color);
    color: #f8f8f8 !important;
    cursor: pointer;
    font-family: 'sans';
    margin: 5px 10px;
    border-radius: 15px;
    position: relative;
    clear: both;
    display: block;
    width: calc(85% - 20px);
}

form.box_form input[type="submit"]:hover {
    background: #f8f8f8;
    color: #181818 !important;
}

.url_line {
    position: relative;
    margin: 15px 20px;
    direction: rtl;
    display: block;
    font-family: 'sans';
    font-size: 16px;
    padding: 10px 0px;
}

ul.cat_list, ul.post_list {
    position: relative;
    display: block;
    padding: 10px 0px;
    margin: 10px auto;
    padding-bottom: 15px;
}

ul.cat_list li {
    position: relative;
    display: block;
    padding: 15px 15px 15px 50px;
    border: 2px solid #181818;
    border-radius: 10px;
    margin: 10px 20px;
    direction: rtl;
    text-align: right;
    font-family: 'sans';
    font-size: 13px;
    cursor: pointer;
}

ul.post_list li {
    position: relative;
    display: block;
    padding: 10px 5px 30px 5px;
    border-radius: 10px;
    margin: 10px 10px 45px 10px;
    direction: rtl;
    text-align: right;
    font-family: 'sans';
    font-size: 13px;
    cursor: pointer;
    background: #f8f8f8;
    filter: drop-shadow(0px 6px 4px rgba(0, 0, 0, 0.7));
    z-index: 0;
}

ul.post_list li img {
    position: relative;
    display: block;
    background: #ffffff;
    margin: 10px;
    border-radius: 5px;
    text-align: right;
    justify-content: right;
    width: calc(100% - 20px);
    border: 2px solid #000000;
    border-radius: 10px;
}

ul.post_list li h1 {
    position: relative;
    display: block;
    clear: both;
    text-align: center;
    font-size: 18px;
    font-family: 'sans_b';
    margin: 12px auto;
}

ul.post_list li span.in_list {
    position: absolute;
    display: block;
    max-width: calc(50% - 10px);
    margin: auto;
    text-align: center;
    justify-content: left;
    padding: 12px 35px 12px 10px;
    background: #484848;
    border-radius: 10px;
    right: 0;
    left: 0;
    bottom: -25px;
    color: #f8f8f8;
    font-size: 14px;
    font-family: 'naz_300';
    z-index: 10;
}

ul.post_list li span.in_list i {
    width: 18px;
    height: 18px;
    font-size: 18px;
    color: #484848;
    background: #f8f8f8;
    padding: 3px;
    border-radius: 5px;
    top: 0;
    bottom: 0;
    right: 15px;
}

ul.post_list li span.in_list h3 {
    position: relative;
    margin: 15px auto;
    font-size: 16px;
    color: #181818;
    font-family: 'sans_b';
}

.btn-l {
    position: relative;
    display: block;
    padding: 10px 5px 10px 35px;
    background: #181818;
    color: #f8f8f8;
    border-radius: 10px;
    font-size: 12px;
    font-family: 'sans';
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.btn-l .icon {
    position: absolute !important;
    width: 20px !important;
    height: 20px !important;
    font-size: 20px !important;
    top: 0 !important;
    bottom: 0 !important;
    margin: auto !important;
    left: 5px !important;
}

.btn-l input[type="radio"]:checked + span i {
    top: -5px !important;
    bottom: unset !important;
    font-size: 140% !important;
    left: -5px !important;
}

ul.post_list li span.in_list a {
    position: relative;
    margin: 20px auto 15px auto;
    font-size: 14px;
    color: #181818;
    font-family: 'sans';
    display: block;
    text-decoration: none;
}

ul.post_list li span.in_list a i {
    position: relative;
    display: inline-block;
    margin: 15px 14px 2px 10px;
    top: 5px;
    font-size: 15px;
    cursor: pointer;
    color: #181818;
}

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

ul.post_list li .block h2 {
    position: relative;
    display: block;
    font-size: 16px;
    color: #151515;
    margin: 5px 5px 10px 5px;
    font-family: 'sans_b';
}

ul.post_list li .block .btn-l {
    padding: 10px;
}

ul.post_list li .block p {
    position: relative;
    display: block;
    font-size: 14px;
    color: #161616;
    margin: 5px 15px 10px 15px;
    font-family: 'sans';
    text-align: justify;
}

c.btn-mini {
    position: relative;
    display: block;
    margin: 5px 5px 40px 5px;
    color: #181818;
    background: #abaaaa;
    padding: 5px 10px;
    border-radius: 5px;
    font-family: 'naz_500';
    clear: both;
}

ul.post_list li .block span.btn-p {
    background: #484848;
    box-shadow: 0px 2px 9px rgb(0 0 0 / 50%);
    border-radius: 10px;
    display: block;
    padding: 10px 15px;
    margin: 15px 2%;
}

.logo_respance {
    position: relative;
    margin: 30px auto 15px auto;
    width: 100%;
    height: auto;
    display: block;
}

.logo_respance img {
    position: relative;
    margin: auto;
    max-width: 90%;
    max-height: 93px;
    height: auto;
    width: 312px;
}

.supp_file span {
    display: block;
    position: relative;
    margin: 5px;
    border: 2px solid #3c3b3b;
    background: transparent;
    box-shadow: inset -1px -1px 1px #eee;
    padding: 10px 50px 10px 15px;
    font-size: 15px;
    font-family: 'naz_s';
    color: #3c3b3b;
    border-radius: 10px;
    text-align: right;
    direction: rtl;
}

.supp_file span:hover {
    background: #3c3b3b !important;
    color: #f8f8f8 !important;
}

.supp_file span i {
    top: 0;
    bottom: 0;
    width: 20px;
    height: 20px;
    font-size: 20px;
    right: 15px;
}

.supp_file:hover span {
    color: #f8f8f8 !important;
}

.supp_file {
    position: relative;
    display: grid;
    grid-template-columns: 50% 50%;
    margin: 25px auto 5px auto;
    direction: rtl;
}

.btn {
    border: 2px solid #f8f8f8;
    border-radius: 5px;
    padding: 18px 15px;
    font-size: 15px;
    color: #f8f8f8;
    font-family: 'm3dfont';
    position: relative;
    display: block;
    align-content: space-between;
    cursor: pointer;
}

.supp_header {
    position: relative;
    margin: auto;
    background: url('/public/files/upload/pattern3.png') 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;
    padding: 15px 0px;
}

.supp_text {
    position: relative;
    direction: rtl;
    display: block;
    margin: 5px auto;
    clear: both;
}

.supp_text p {
    position: relative;
    display: block;
    margin: 10px;
    padding: 10px;
    text-align: justify;
    font-size: 16px;
    font-family: 'sans';
}

.supp_text h1 {
    position: relative;
    display: block;
    margin: 10px;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    font-family: 'sans_b';
}

.supp_header img {
    height: 150px;
    width: 150px;
    border-radius: 20px;
    max-width: calc(100% - 80px - 2%);
    overflow: hidden;
    background: rgb(216 216 216 / 50%);
    padding: 0.5% 2%;
}

.grid .supp_luk {
    position: relative;
    margin: 5%;
    padding: 3%;
    display: block;
    background: #272727;
    border-radius: 50%;
    box-shadow: 0px 10px 10px rgb(38 37 37 / 64%);
    overflow: hidden;
    border: 2px solid var(--red-color);
    width: calc(98% - 16% - 4px);
    height: calc(98% - 16% - 4px);
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.grid .supp_luk img {
    position: relative;
    margin: auto;
    padding: 2%;
    display: block;
    width: calc(100% - 4% - 4px);
    height: calc(100% - 4% - 4px);
    border: 2px dashed var(--gold-color);
    border-radius: 50%;
}

.grid .supp_luk h3 {
    position: absolute;
    margin: auto;
    padding: 20px 15px 15px 15px;
    background: var(--red-color);
    color: #f8f8f8;
    border-top: 2px dashed var(--gold-color);
    width: calc(100% - 30px);
    height: calc(33% - 30px);
    text-align: center;
    right: 0;
    left: 0;
    bottom: calc(-50% - 0.2px);
    font-size: 20px;
    font-family: 'sans_b';
    z-index: 2;
    border-radius: 0px 0px 50% 50%;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.grid .supp_luk ul {
    position: relative;
    display: none !important;
    visibility: hidden;
    margin: 0;
    background: rgb(25 24 24 / 90%);
    border-radius: 0px 0px 8px 8px / 0px 0px 10px 10px;
    bottom: -10%;
    width: 0%;
    right: 0;
    left: 0;
    padding: 15px 0px;
    border-top: 3px solid #f8f8f8;
    overflow: hidden;
    -moz-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.grid .supp_luk ul li {
    position: relative;
    display: block;
    margin: auto;
    direction: rtl;
    text-align: right;
    padding: 5px 30px 5px 10px;
    font-family: 'sans_b';
    font-size: 11px;
    color: #f8f8f8;
}

.grid .supp_luk ul li i {
    width: 15px;
    height: 15px;
    font-size: 15px;
    top: -3px;
    bottom: 0;
    right: 10px;
    color: #f8f8f8;
}

.grid .supp_luk.active h3 {
    top: 0;
    width: auto !important;
    height: auto !important;
    bottom: unset;
    border-radius: 0px 0px 15px 15px;
    left: 0px;
    right: 0px;
    border: unset;
    background: #f8f8f8;
    color: #181818;
    font-size: 15px;
    padding: 10px 20px !important;
    max-width: 45%;
}

.grid .supp_luk.active ul {
    display: block !important;
    visibility: visible;
    margin: auto auto 0 auto;
    bottom: 0;
    width: 100%;
    right: 0;
    left: 0;
}

.grid .supp_luk.active img {
    border-radius: 15px;
    border: unset !important;
    height: auto !important;
}

.grid .supp_luk.active {
    margin: 5%;
    padding: 1.5%;
    border-radius: 15px;
    border: 2px solid #f8f8f8;
    width: calc(100% - 10% - 4px);
    height: calc(100% - 10% - 4px);
    cursor: pointer;
}

.grid .supp_luk.active * {
    cursor: pointer;
}


.btn i.icon {
    width: 20px;
    height: 20px;
    font-size: 20px;
    right: 10px;
    top: 0;
    bottom: 0;
}

.pro_user_info {
    position: relative;
    background: #f8f8f8;
    margin: 15px;
    border-radius: 10px;
    box-shadow: 5px 5px 10px rgb(43 42 42 / 30%);
}

.pro_user_info img {
    position: relative;
    margin: 5px 10px 5px 10px;
    border-radius: 50%;
    overflow: hidden;
    width: 95px;
    height: 95px;
    display: inline-block;
    float: right;
}

.pro_user_info i {
    width: 25px;
    height: 25px;
    font-size: 25px;
    color: #424242;
    top: 0px;
    bottom: 0;
    left: 15px;
    cursor: pointer;
}

.pro_user_info span.list_name {
    position: relative;
    margin: 5px auto 5px 10px;
    overflow: hidden;
    width: calc(100% - 160px);
    height: calc(95px - 20px);
    display: inline-block;
    float: left;
    text-align: right;
    direction: rtl;
    padding: 10px 0px 10px 30px;
}

.pro_user_info span.list_name h1, .pro_user_info span.list_name h3 {
    position: relative;
    display: block;
    margin: 5px auto;
    color: #181818;
}

.pro_user_info span.list_name h1 {
    font-size: 18px;
    font-family: 'sans_b';
}

.pro_user_info span.list_name h3 {
    font-size: 16px;
    font-family: 'sans';
}

.scrool_box .gride span {
    border: 2px solid #2a2a29;
    background: unset;
}

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

.scrool_box .gride span h1 {
    color: #f8f8f8;
}


.banners .slideshow-container {
    max-width: 100vW;
    position: relative;
    margin: auto;
}

.banners .prev, .banners .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.banners .next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.banners .prev:hover, .banners .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.banners .text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

.banners .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.banners .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.banners .active, .banners .dot:hover {
    background-color: #717171;
}

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


@-webkit-keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}


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

.show_responsive datalist li {
    position: relative;
    margin: auto auto 3px auto;
    display: block;
    padding: 10px 15px;
    direction: rtl;
    text-align: right;
    font-family: 'sans';
    color: #f8f8f8;
    background: #383838;
    font-size: 11.5px;
    min-height: 30px;
    cursor: pointer;
}

.show_responsive datalist li i {
    width: 23px;
    height: 23px;
    font-size: 23px;
    left: 10px;
    top: 0;
    bottom: 0;
    color: #f8f8f8;
}

.show_responsive datalist li:hover {
    background: #a0a0a0;
    color: #2d2d2d;
}

.show_responsive datalist li:hover i {
    color: #2d2d2d;
}

img.splash_logo {
    margin: auto;
    display: block;
    clear: both;
    max-width: 90vW;
    max-height: 90vH;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 30%;
    z-index: 1;
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

.splash_loading {
    position: absolute;
    display: block;
    margin: auto;
    bottom: 0;
    right: 0;
    left: 0;
    height: 30%;
}

.splash_loading loading {
    background: transparent !important;
}

.flex {
    display: flex;
    margin: auto;
    position: relative;
    height: auto;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
}

.row[role="2"] span.list-gallery .h2 {
    position: absolute !important;
    text-align: center;
    color: #f8f8f8 !important;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 60%) !important;
    border-top: unset;
    border: unset;
    border-radius: 10px;
    font-size: 17px;
    font-family: 'sans_b';
    display: block;
    z-index: 5;
    cursor: pointer;
}

.row[role="2"] span.list-gallery .h2 h2 {
    position: absolute;
    margin: auto;
    padding: 10px 15px;
    height: 40px;
    font-size: 20px;
    font-family: 'sans_b';
    text-align: center;
    border-top: unset;
    background: transparent;
    direction: rtl;
    cursor: pointer;
    top: 0px;
    bottom: 0px;
    right: 0;
    left: 0;
    z-index: 5;
    display: block;
    cursor: pointer;
}

.row .right, .row .left {
    position: relative;
    display: inline-block;
    margin: auto;
    width: 49.5%;
}

.row .left {
    float: left;
}

.row .right {
    float: right;
}

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

    .supp_file {
        grid-template-columns: auto;
    }

    .supp_file span {
        margin: 15px 10% !important;
    }

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

        .supp_file {
            grid-template-columns: auto;
        }

        .supp_file span {
            margin: 10px 5% !important;
        }
    }
}

@media only screen and (max-height: 580px) {
    .scrool_box img.logo {
        display: none;
        visibility: hidden;
    }
}
