.sort .sort_head > i {
    position: absolute;
    left: .5rem;
}
.sort,.sort_head{
    height: 100%;
}

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    font-size: 18px;
    font-family: iran_sans, calibri;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@charset "UTF-8";
@font-face {
    font-family: 'iran_sans';
    src: url("../fonts/iran_sans.eot");
    src: url("../fonts/iran_sans.eot?#iefix") format("embedded-opentype"), url("../fonts/iran_sans.woff") format("woff"), url("../fonts/iran_sans.ttf") format("truetype"), url("../fonts/iran_sans.svg#iran_sansregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'vazir';
    src: url("../fonts/vazir/Vazir.eot");
    src: url("../fonts/vazir/Vazir.eot?#iefix") format("embedded-opentype"), url("../fonts/vazir/Vazir.woff") format("woff"),
    url("../fonts/vazir/Vazir.woff2") format("woff"), url("../font/fonts/vazir/Vazir.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nbyekan';
    src: url(../fonts/NBYekan.woff);
}

@font-face {
    font-family: 'iran';
    src: url(../fonts/iran.woff);
}
@font-face {
    font-family: 'consolas';
    src: url(../fonts/Consolas.ttf);
}

*::-moz-selection {
    background: none repeat scroll 0 0 #d5d4d2;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #00f;
    color: #fff;
}

::selection {
    background: #00f;
    color: #fff;
}

/*::-webkit-scrollbar-track {*/
/*    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);*/
/*    background-color: #F5F5F5;*/
/*}*/

/*::-webkit-scrollbar {*/
/*    width: 6px;*/
/*    height: 4px;*/
/*    background-color: #F5F5F5;*/
/*}*/

/*::-webkit-scrollbar-thumb {*/
/*    border-radius: .4rem;*/
/*    background-color: #999;*/
/*}*/

:root {
    display: block;
    --pcolor: #4286f4;
    --white: #fff;
    --b4rem: .4rem;
    --b3rem: .3rem;
    --vlight: #e7e7e7;
    --shadow: 0 0 5px #999;
    --pshadow: 0 0 5px #116b2c;
    --btnshadow: 1px 3px 5px #000;
    --border: 1px solid #999;
    --bsm: 1px solid var(--vlight);
    --fnb: 'nbyekan', sans-serif;
    --fv: 'vazir', sans-serif;
    --fCode: 'Consolas', sans-serif;
    --hb1: rgb(17, 107, 44);
    --hb2: linear-gradient(0deg, rgba(17, 107, 44, 1) 10%, rgba(255, 255, 255, 1) 76%);
}

body {
    display: block;
    margin: auto;
    direction: rtl;
}

.la_en, .la_tk {
    direction: ltr;
    font-family: sans-serif;
}

.main-header.nh {
    background: #fff;
    box-shadow: 0 0 2px 1px rgba(204, 204, 204, 0.2);
    min-height: 40px;
    border-bottom: 1px solid #edeaea;
    z-index: 1100;
}

.ajm-header {
    direction: rtl;
}

.navbar-inner {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *zoom: 1;
}

.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
    border-width: 0 0 1px;
}

.navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
    padding-left: 0;
    padding-right: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

.navbar-inner:before, .navbar-inner:after {
    display: table;
    content: "";
    line-height: 0;
}

.navbar-inner:after {
    clear: both;
}

.header-categories .mp-box.mp-box-white {
    /*border-bottom: 0;*/
}

.main-cat-list.active, .main-type-list.active {
    opacity: 1;
}

.new-category-menu .main-cat-list > li {
    background: #fff none repeat scroll 0 0;
}

.main-cat-list.active, .main-type-list.active {
    opacity: 1;
}

.new-category-menu .main-cat-list > li {
    background: #fff none repeat scroll 0 0;
}

.main-cat-list > li .menu-cont {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0 3px 3px;
    box-sizing: border-box;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    display: none;
    left: 111px;
    padding: 15px 0;
    position: absolute;
    top: -19px;
    z-index: 10;
    width: auto;
}

.jobs_en .menu-cont {
    left: -54px !important;
}

.main-cat-list > li .menu-cont ul {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    padding: 0 12px;
    width: auto;
}

.main-cat-list > li .menu-cont li:first-child {
    margin-top: -1px;
    padding-top: 0;
}

.main-cat-list > li .menu-cont li {
    display: block;
    line-height: 1.3;
    text-align: right;
}

.main-cat-list > li:hover a {
    color: #00698c;
}

.main-cat-list > li a {
    color: #303030;
    font-weight: 400;
    display: block;
    font-size: 16px;
}

.user-dashboard-short li:nth-child(2) {
    border: 1px solid #999;
    border-radius: .2rem;
}

.menu-cont ul li:hover a {
    text-decoration: underline;
}

.main-cat-list > li:hover, .main-type-list > li:hover {
    border: 1px solid #ddd;
    box-shadow: 0 1px 3px 0 #ddd;
    color: #00698c;
}

.main-cat-list > li, .main-type-list > li {
    border: 1px solid transparent;
    border-radius: 3px 3px 0 0;
    color: #303030;
    cursor: default;
    float: right;
    font-size: 13px;
    height: 24px;
    line-height: 1.2;
    position: relative;
    white-space: nowrap;
}

#jobs:hover .menu-cont {
    display: block;
}

.menu-cont ul:nth-child(2) {
    border-right: 1px solid #ccc;
}

.menu-cont ul li a {
    color: #303030;
}

.menu-cont ul li:hover a {
    color: #00698c;
}

::selection {
    background: #00f;
    color: #fff;
}

#main-wrapper {
    background: none repeat scroll 0 0 #F7F7F7;
    position: relative;
}

#main-wrapper-header {
    position: fixed;
}

#main-wrapper-header {
    right: 0;
    width: 100%;
    z-index: 99;
    top: 0;
}

article, aside, figure, footer, header, hgroup, nav, section {
    display: block;
}

section.navbar-inner {
    max-width: 1250px;
    margin: auto;
    box-shadow: 0 0 !important;
}

#main-wrapper-header-scroll {
    transition: top .2s ease-in-out;
}

#main-wrapper-header-scroll {
    left: 0;
    right: 0;
}

.ajm-top-header-mobile-banner {
    background: #e7ebed none repeat scroll 0 0;
    line-height: 0;
}

.relative {
    position: relative;
}

.ajm-top-header.light {
    background: transparent;
}

.ajm-top-header {
    direction: rtl;
}

.collapse {
    position: relative;
    height: 0;
    -webkit-transition: height .35s ease;
    -moz-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease;
}

.navbar-fixed-top {
    top: 0;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    right: 0;
    left: 0;
    z-index: 1030;
    margin-bottom: 0;
}

#main-wrapper .container {
    margin: 0 auto;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
}

.la_en #main-wrapper .container, .la_tk #main-wrapper .container {
    margin: 0 auto;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

html {
    height: 100%;
    overflow-y: scroll;
    background: #f8f8f8;
}

body {
    background-color: #fff;
    color: #555;
    width: 100%;
}

#ajm-main-header {
    display: block;
}

.shade600 {
    height: 5.6rem !important;
    transition: height 0.35s ease !important;
    background: linear-gradient(90deg, #1CB5E0 0%, #000851 100%);
}

.shade {
    position: relative;
    height: 0 !important;
    overflow: hidden !important;
}

#ajm-top-header {
    height: 3.9rem;
    padding: 0;
}

.left-hop {
    margin-left: 15px;
}

.inline-block {
    display: inline-block;
}

.fright {
    float: right;
}

.displayNone {
    display: none !important;
}

.displayBlock {
    display: block !important;
}

.bgcolor192e44 {
    background: #192e44 !important;
}

.colorW {
    color: #fff !important;
}

.colorD {
    color: #192e44 !important;
}

#ajm-top-header:hover {
    overflow: visible !important;
}

.block {
    display: block !important;
}

.visible {
    display: block !important;
}

.ajm-top-header.light .light-logo {
    display: block;
    margin-top: 5px;
}

.ajm-top-header.light .dark-logo {
    display: none;
    visibility: visible;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.dis_block {
    display: block;
    visibility: visible;
}

#header_search_bar {
    display: none;
}

.ajm-top-header .nav {
    margin-bottom: 0;
}

.nav {
    margin-left: 0;
    margin-bottom: 20px;
    list-style: none;
}

ul, ol, nav ul, nav ol {
    list-style: none outside none;
}

.ajm-top-header .nav.nav-user > li {
    float: right;
}

.xsmall-pad {
    padding-top: 5px;
}

.ajm-wrap-search {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    height: 38px;
    margin-top: 0;
    position: relative;
    text-shadow: none;
    border: 1px solid #797979;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ajm-top-header .user-dashboard-short, .ajm-top-header .user-dashboard-icn {
    margin-top: 4px;
}

.ajm-top-header .nav {
    margin-bottom: 0;
}

.fleft {
    float: left;
}

.ajm-top-header.light .nav > li > a {
    color: #192E44;
}

.ajm-top-header .nav > li > a {
    padding: 3px 10px;
    color: #fff;
}

.nav > li > a {
    display: block;
}

.ajm-top-header .user-dashboard-short, .ajm-top-header .user-dashboard-icn {
    margin-top: 4px;
}

.ajm-top-header .nav {
    margin-bottom: 0;
}

.ajm-top-header .nav.nav-user > li {
    float: right;
}

.dropdown {
    position: relative;
}

.clickable, input[type="button"], input[type="submit"], button {
    cursor: pointer;
    -webkit-appearance: none;
}

.ajm-top-header.nh .nav.nav-user .dropdown-menu, .main-header.nh .nav.nav-user .dropdown-menu {
    right: auto;
    left: 0;
}

.ajm-top-header .dropdown-menu {
    margin: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: none;
    float: right;
    min-width: 160px;
    padding: 5px 0;
    margin: -3px 0 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.ajm-top-header .dropdown-menu > li {
    float: none !important;
    display: block;
}

.ajm-top-header .dropdown-menu > li > a {
    color: #333;
    display: block;
    font-family: byekan, calibri;
    font-size: 16px;
}

.dropdown-menu > li > a, .dropdown-menu > li.noclick-title {
    display: block;
    padding: 3px 10px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu li > a, .dropdown-menu li input[type="submit"] {
    color: #555;
    font: 400 12px byekan, calibri;
    padding: 6px 10px;
    text-align: right;
    text-transform: uppercase;
    transition: none 0s ease 0s;
}

.vertical-mid {
    vertical-align: middle !important;
}

.fontS-14 {
    font-size: 14px;
}

.block {
    right: 0;
}


div#saramad {
    position: relative;
}

div#saramad_pop {
    position: absolute;
    width: 15rem;
    display: none;
    top: -73px;
    right: -170px;
}

div#saramad:hover div#saramad_pop {
    display: block;
}

.sarPos {
    bottom: -9px;
    left: 68px;
}

.popup100 {
    font-size: 12.3pt;
    font-family: inherit;
    background-color: #383838;
    color: #fff;
    border-radius: 5px;
    box-shadow: 1px 3px 5px #999;
    padding: 5px;
}

.flash100 {
    position: absolute;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 14px solid #383838;
}

.ajm-main-slider {
    height: 881px !important;
}

.swiper-slide {
    height: 881px !important;
}

#slider-container {
    height: 881px !important;
}

/*effect input search*/
#input-serach {
    transition: width .75s ease-in-out;
}

#input-serach:focus {
    width: 320px !important;
}

/*switch fa to en tk*/
.box_translate {
    margin: 0.1rem 0 0 1.9rem;
    width: fit-content;
    display: flex;
    align-items: center;
    position: relative;
}

.flag {
    display: block;
    width: 28px;
    height: 28px;
    background-size: cover !important;
    cursor: pointer;
    border-radius: 50%;
    margin: .4rem;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    transition: all .3s ease-in-out;
}

.one {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}

.two {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}

.gti {
    background: #fff url("../img/Botton_slider_fa_to_en_tk/gti.png") no-repeat center;
    z-index: 9;
}

span.cu_flag {
    width: 28px;
    height: 28px;
    z-index: 0;
    position: absolute;
    left: -1.2rem;
    border: 1px solid #999;
    -webkit-background-size: cover;
    background-size: cover;
    border-radius: 50%;
    box-shadow: inset 0 0 5px 2px #999;
}

.one_go {
    left: 2.5rem;
}

.two_go {
    left: 4.5rem;
}

.la_en .one_go, .la_tk .one_go {
    left: -2.5rem;
}

.la_en .two_go, .la_tk .two_go {
    left: -4.5rem;
}

.ir_flag {
    background: #fff url("../img/Botton_slider_fa_to_en_tk/ir_flag.png") no-repeat center;
}

.en_flag {
    background: #fff url("../img/Botton_slider_fa_to_en_tk/en_flag.png") no-repeat center;
}

.tk_flag {
    background: #fff url("../img/Botton_slider_fa_to_en_tk/tk_flag.png") no-repeat center;
}

/*switch fa to en tk*/

/* Rounded sliders */
.sliderfaen.roundfaen {
    border-radius: 34px;
    transform: scale(0.8);
}

.sliderfaen.roundfaen:before {
    border-radius: 50%;
}

.header-categories {
    position: absolute;
    top: 104px;
    right: -1000px;
    width: 12rem;
    box-shadow: 1px 3px 12px #999;
    border-radius: 5px;
    z-index: 99;
    transition: right .35s ease-in-out;
}

.right0 {
    right: 0;
}

.header-categories-en {
    position: absolute;
    top: 104px;
    left: -1000px;
    width: 190px;
    box-shadow: 1px 3px 12px #999;
    border-radius: 5px;
    z-index: 99;
    direction: ltr;
    transition: left .35s ease-in-out;
}

.header-categories-en svg {
    margin-left: .8rem;
}

.left0 {
    left: 0;
}

/*زیر منو*/
#active {
    display: none;
}

.boxMenuAnim {
    height: 30px;
    position: relative;
}

.main-header {
    min-height: 0 !important;
}

/*menu animate*/
#active:checked ~ .wrapper {
    right: 0;
}

.menu-btn {
    position: absolute;
    z-index: 2;
    right: 32px;
    height: 30px;
    width: 45px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.menu-btn span,
.menu-btn:before,
.menu-btn:after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: 30%;
    width: 40%;
    border-bottom: 2px solid #000;
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.menu-btn:before {
    transform: translateY(-8px);
}

.menu-btn:after {
    transform: translateY(8px);
}


/* closing animation */
#active:checked + .menu-btn span {
    transform: scaleX(0);
}

#active:checked + .menu-btn:before {
    transform: rotate(45deg);
    border-color: #000;
}

#active:checked + .menu-btn:after {
    transform: rotate(-45deg);
    border-color: #000;
}

.menu-btn-en {
    position: absolute;
    z-index: 2;
    left: 2.7rem;
    height: 30px;
    width: 45px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.menu-btn-en span,
.menu-btn-en:before,
.menu-btn-en:after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: 30%;
    width: 40%;
    border-bottom: 2px solid #000;
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.menu-btn-en:before {
    transform: translateY(-8px);
}

.menu-btn-en:after {
    transform: translateY(8px);
}

/* closing animation */
#active:checked + .menu-btn-en span {
    transform: scaleX(0);
}

#active:checked + .menu-btn-en:before {
    transform: rotate(45deg);
    border-color: #000;
}

#active:checked + .menu-btn-en:after {
    transform: rotate(-45deg);
    border-color: #000;
}

.main-cat-list > li {
    width: 100%;
    text-align: center;

    height: 2rem;
    line-height: 2rem;
    display: grid;
    align-items: center;
    grid-template-columns: 20% 60%;
}

.main-cat-list > li:not(:last-child) {
    border-bottom: 1px solid #999;
}

.main-cat-list > li i {
    font-size: 1.4rem;
}

#jobs .pos_rel {
    right: 24.2rem;
    top: -1.5rem;
}

#jobs .pos_rel-en {
    left: 14.5rem;
    top: -1.5rem;
}

#jobs .pos_rel-en .menu-cont ul li {
    text-align: left;
}

.pos_rel, .pos_rel-en {
    position: relative;
}

.bleft {
    border-right: 0 solid transparent !important;
    border-left: 1px solid #ccc !important;
}

.header-categories {
    padding-top: 0 !important;
}

div#box_01 {
    padding-top: 7rem;
    margin: auto 3vw;
}

div#box_menu_cor {
    position: fixed;
    left: -5rem;
    top: 22rem;
    z-index: 99;
    transition: all .4s cubic-bezier(0, 1.01, 1, 1.39);
}


.rgt_200 {
    right: -200px !important;
}

.lft_200 {
    left: -200px !important;
}


main.home .box_pr_sear #box_sear_top {
    margin: auto;
    position: relative;
    text-align: center;
    max-width: 800px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}
main.home .box_pr_sear .boxFilter {
    text-align: center;
    width: 30rem;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    margin: 1rem auto;
    box-shadow: inset 0 0 4px;
    border-radius: 0.4rem;
    background-color: #e8e8e8;
    padding: .5rem;
}

main.home .box_pr_sear #input_sear_01 {
    width: 40vw;
    height: 4rem;
    color: #000;
    text-align: center;
    transition: width .55s cubic-bezier(0.97, -0.01, 0, 0.98);
    outline: none;
    border-width: 1px 0 1px 0;
    border-color: #333;
    background-color: #eee;
    box-shadow: inset 0 0 5px #000;
    font-family: vazir,sans-serif;
    font-size: 13pt;
    font-weight: 900;
}

.box-row svg {
    font-size: 1.2rem;
    margin-right: 0.8rem;
}

.box-row li:hover svg {
    color: #00698c;
}

#input_sear_01::placeholder {
    color: #999;
    font-size: 13pt;
    opacity: .6;
    font-family: vazir,sans-serif;
}

#icon_sear_01 {
    display: flex!important;
    padding: 0.5rem;
    height: 4rem;
    margin: 0;
    border-radius: 0.3rem 0 0 .3rem;
    font-size: 22pt;
    align-items: center;
    background-image: linear-gradient(0deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 12%, rgba(0, 212, 255, 1) 100%);
    color: #fff;
    min-width: 4rem;
}


div#box_table_top {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: .3rem;
    max-width: 65rem;
    margin: 2rem auto;
}

.cell_t {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    grid-column-gap: 2rem;
    margin-top: 2rem;
}

.cell_r, .cell_c, .cell_l {
    display: grid;
    grid-row-gap: 2.4rem;
    grid-template-columns: repeat(2, 1fr);
}

.cell_01 {
    height: 7rem;
    background-color: rgba(0, 0, 0, .04);
    border-radius: 0.7rem;
    box-shadow: 1px 3px 5px #999;
    text-align: left;
    font-weight: 800;
    text-shadow: 0 0 black;
    cursor: pointer;
    position: relative;
}

.cell_01 > a > img {
    height: 6rem;
    position: absolute;
    right: 25px;
    top: 8px;
}

.box_sh_cor span.bxClose {
    position: absolute;
    background-color: rgba(0,0,0,.4);
    color: #fff;
    top: -1.5rem;
    right: -6.6rem;
    padding: 0.1rem 0.5rem;
    border-radius: 0.3rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.r_127 {
    right: -12.7rem !important;
}

.box_sh_cor span.bxClose:hover {
    color: #ff0;
    background-color: #000;
}

.box_sh_cor {
    position: relative;
}

.menu_cor {
    position: absolute;
    border: 1px solid #999;
    width: 14rem;
    height: 2.2rem;
    line-height: 2.2rem;
    text-align: right;
    padding-left: .5rem;
    margin-bottom: .2rem;
    background: linear-gradient(90deg, #1CB5E0 0%, #000851 100%);
    color: #fff;
    cursor: pointer;
    right: -11.2rem;
    transition: all .35s ease-in-out;
    border-radius: .2rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.menu_cor > i, .la_en .menu_cor_en > i, .la_tk .menu_cor_en > i {
    padding: 0 0.3rem;
}

.menu_cor svg, .menu_cor_en svg {
    color: #fff;
}

.menu_cor.mc1, .menu_cor_en:nth-child(1) {
    top: 0;
}

.menu_cor.mc2, .menu_cor_en:nth-child(2) {
    top: 2.4rem;
}

.menu_cor.mc3, .menu_cor_en:nth-child(3) {
    top: 4.8rem;
}

.menu_cor .ml8.menu_cor_en .ml8 {
    margin-left: 8px;
}

.la_tk .menu_cor {
    right: -9.6rem;
}

.box_sh_cor > div.menu_cor > span {
    margin-left: 0.3rem;
}

.box_sh_cor .menu_cor:hover {
    right: -12rem;
    color: #ff0 !important;
}

.cell_r .cell_01:nth-child(1) {
    background: rgb(255, 0, 0);
    background: linear-gradient(90deg, rgba(255, 0, 0, 0.9051995798319328) 0%, rgba(255, 255, 255, 0) 79%);
}

.cell_r .cell_01:nth-child(2) {
    background: rgb(255, 141, 0);
    background: linear-gradient(90deg, rgba(255, 141, 0, 0.9051995798319328) 0%, rgba(255, 255, 255, 0) 79%);
}

.cell_r .cell_01:nth-child(3) {
    background: rgb(172, 255, 0);
    background: linear-gradient(90deg, rgba(172, 255, 0, 0.9051995798319328) 0%, rgba(255, 255, 255, 0) 79%);
}

.cell_r .cell_01:nth-child(4) {
    background: rgb(0, 241, 255);
    background: linear-gradient(90deg, rgba(0, 241, 255, 0.9051995798319328) 0%, rgba(255, 255, 255, 0) 79%);
}

.cell_r .cell_01:nth-child(5) {
    background: rgb(74, 237, 32);
    background: linear-gradient(90deg, rgba(74, 237, 32, 0.9051995798319328) 0%, rgba(255, 255, 255, 0) 79%);;
}

.cell_r .cell_01:nth-child(6) {
    background: rgb(235, 0, 255);
    background: linear-gradient(90deg, rgba(235, 0, 255, 0.9051995798319328) 0%, rgba(255, 255, 255, 0) 79%);
}

.cell_c .cell_01:nth-child(1) {
    background: rgb(255, 0, 48);
    background: linear-gradient(90deg, rgba(255, 0, 48, 0.9051995798319328) 0%, rgba(255, 255, 255, 0) 79%);
}

.cell_c .cell_01:nth-child(2) {
    background: rgb(245, 255, 0);
    background: linear-gradient(90deg, rgba(245, 255, 0, 0.9051995798319328) 0%, rgba(255, 255, 255, 0) 79%);
}

.cell_c .cell_01:nth-child(3) {
    background: rgb(245, 255, 0);
    background: linear-gradient(90deg, rgba(245, 255, 0, 0.9051995798319328) 0%, rgba(255, 255, 255, 0) 79%);
}

.cell_c .cell_01:nth-child(4) {
    background: rgb(235, 0, 255);
    background: linear-gradient(90deg, #f16600 0%, rgba(255, 255, 255, 0) 79%);
}

.cell_c .cell_01:nth-child(5) {
    background: rgb(255, 0, 48);
    background: linear-gradient(90deg, #617080 0%, rgba(255, 255, 255, 0) 79%);
    grid-column: 1/3;
}

.cell_l .cell_01:nth-child(1) {
    background: rgb(74, 237, 32);
    background: linear-gradient(90deg, rgba(74, 237, 32, 0.9051995798319328) 0%, rgba(255, 255, 255, 0) 79%);
}

.cell_l .cell_01:nth-child(2) {
    background: rgb(0, 241, 255);
    background: linear-gradient(90deg, rgba(0, 241, 255, 0.9051995798319328) 0%, rgba(255, 255, 255, 0) 79%);
}

.cell_l .cell_01:nth-child(3) {
    background: rgb(235, 0, 255);
    background: linear-gradient(90deg, #ff4d4d 0%, rgba(255, 255, 255, 0) 79%);
}

.cell_l .cell_01:nth-child(4) {
    background: rgb(172, 255, 0);
    background: linear-gradient(90deg, rgba(172, 255, 0, 0.9051995798319328) 0%, rgba(255, 255, 255, 0) 79%);

}

.cell_l .cell_01:nth-child(5) {
    background: rgb(255, 0, 0);
    background: linear-gradient(90deg, rgba(255, 0, 0, 0.9051995798319328) 0%, rgba(255, 255, 255, 0) 79%);
}

.cell_l .cell_01:nth-child(6) {
    background: rgb(64, 109, 213);
    background: linear-gradient(90deg, rgba(64, 109, 213, 0.9051995798319328) 0%, rgba(255, 255, 255, 0) 79%);
}

h1#title_first {
    font-size: 60pt;
    text-align: center;
    margin: 2rem auto 1rem;
}

.box_21 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    width: 58rem;
    margin: 8rem auto;
}

.cell_21 > a {
    height: 7rem;
    font-weight: 800;
    text-shadow: 0 0 black;
    text-align: center;
    margin: 0.3rem;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    display: flex;
    flex-direction: column;
}

img.h_pic {
    max-width: 5rem;
}

.box_22 > h2 {
    font-size: 2rem;
    text-align: center;
    margin: 1rem auto;
    width: 18rem;
}

.box_22_cells {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 50rem;
    margin: 0 auto 5rem;
}

.cell_22 > a {
    height: 7rem;
    font-weight: 800;
    text-shadow: 0 0 black;
    text-align: center;
    margin: 0.3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    flex-direction: column;
}

.home.cell_23 {
    margin: 6rem auto;
}

.box_23 > .cell_23 > a {
    display: flex;
    width: fit-content;
    text-align: center;
    font-weight: 900;
    font-size: 1.4rem;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 2rem auto;
}

.box_23 > .cell_23 > a > img {
    max-width: 8rem;
}

.box_23 > .cell_23 > a > .h_pic_n {
    margin-top: 1rem;
    font-size: 1.3rem;
    color: #f00;
}

div#box_03 {
    padding: 4rem 0;
}

.la_tk .box_22 > h2 {
    font-family: sans-serif;
    margin: 2.3rem auto;
}

.home .la_tk #box_03 > h2 {
    font-family: sans-serif;
}

.box_31_cells {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 32rem;
    margin: auto;
    column-gap: 10rem;
}

.cell_31 {
    font-weight: 800;
    text-shadow: 0 0 black;
    text-align: center;
    margin: 0.3rem;
}

.cell_31 > a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.cell_31 > a > .h_pic_n {
    margin-top: .4rem;
    width: 7rem;
}

.home #box_03 > h2 {
    font-size: 2rem;
    text-align: center;
    margin: 1rem auto;
    width: 90%;
}

div#level_01 {
    border-top: 1px solid #ccc;
}

div#level_03 {
    height: 4rem;
}

div#level_02 {
    background-color: rgba(0, 0, 0, 0.11);
}

.cell_01 > a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 1.6rem;
}

.la_en #box_table_top .cell_01 > a .text, .la_tk #box_table_top .cell_01 > a .text {
    font-family: sans-serif;
    font-weight: 600;
    font-size: 12pt;
}

img.dark-logo, img.light-logo {
    width: 3.5rem;
}

.ajm-main-slider {
    display: none;
}

.sear_01 {
    display: none !important;
}

a {
    text-decoration: none;

}

div#shild_1 {
    max-width: 1250px;
    margin: 1rem auto;
}

#box_header .box_1 svg.svg-inline--fa.fa-home.fa-w-18 {
    font-size: 4rem;
}

header#box_header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

header#box_header .box_1 {
    display: grid;
}

header#box_header .box_1:nth-child(1) {
    grid-template-columns: 24% 67%;
}

header#box_header .box_1:nth-child(2) {
    grid-template-columns: repeat(1, 1fr);
}

header#box_header .box_11 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 22.6rem;
}

header#box_header .cell_11 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin: auto;
    height: 4.4rem;
    font-weight: 800;
    color: #333;
}

header#box_header .cell_11:nth-child(1) {
    border: 2px solid #ffbc00;
}

header#box_header .cell_11:nth-child(1) {
    border: 2px solid #ff0000;
    border-radius: 50%;
    width: 7rem;
    padding: 0.8rem;
    text-align: center;
    background: rgb(255, 171, 171);
    background: linear-gradient(0deg, rgba(255, 171, 171, 1) 56%, rgba(255, 255, 255, 1) 99%);
}

header#box_header .cell_11:nth-child(2) {
    border: 2px solid #ffbc00;
}

header#box_header .cell_11:nth-child(2) {
    border: 2px solid #eba916;
    border-radius: 50%;
    width: 7rem;
    padding: 1.3rem;
    text-align: center;
    background: rgb(223, 225, 105);
    background: linear-gradient(0deg, rgb(239 211 8) 56%, rgba(255, 255, 255, 1) 99%);
}

header#box_header .cell_11:nth-child(3) {
    border: 2px solid #4e52ff;
}

header#box_header .cell_11:nth-child(3) {
    border: 2px solid #b2bceb;
    border-radius: 50%;
    width: 7rem;
    padding: 1.3rem;
    text-align: center;
    background: rgb(172, 168, 225);
    background: linear-gradient(0deg, rgb(8 164 239) 56%, rgb(255 255 255) 99%);
}

#box_header > .box_1 > svg {
    margin: auto;
}

#box_header .box_1 .social .cell_soc {
    display: block;
    width: 4rem;
    height: 4rem;
}

#box_header .box_1 .social {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

#box_header .box_1 .social svg {
    font-size: 2.5rem;
    margin: auto 1rem;
}

#box_header .box_1 .social .instagram {
    display: flex;
}


main .m_search {
    width: 25rem;
    margin: auto;
    position: relative;
    height: 4rem;
}

.m_search_icon {
    background: #fff;
    position: absolute;
    right: 0;
    left: 10px;
    transition: all 0.65s ease-in-out;
    width: 3rem;
    height: 100%;
    margin: auto;
}

main .m_search_icon svg {
    cursor: pointer;
    font-size: 2.6rem;
    opacity: .6;
    transition: opacity .35s ease-in-out;
}

main .m_search_icon svg:hover {
    opacity: 1;
}

input#mSearch {
    width: 0;
    height: 3rem;
    transition: width 0.65s ease-in-out;
    text-align: center;
    font-size: 0.9rem;
    font-weight: 900;
    font-family: inherit;
    border-radius: 0.3rem;
}

input#mSearch::placeholder {
    opacity: .5;
}

#box_header .box_1:nth-child(2) .social .instagram svg {
    width: 2.6rem;
}

.left {
    left: 500px;
    color: #2220e0;
}

.widthInput {
    width: 18rem !important;
}

.show {
    display: block !important;
}

.hide {
    display: none;
}

a:hover {
    cursor: pointer;
}

article.cell_article {
    width: 21rem;
    padding: 1.4rem;
    border: 1px solid #ddd;
    border-radius: .2rem;
    margin: auto;
}

article.cell_article .btn {
    margin-top: 1.6rem;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

article.cell_article .btn svg {
    color: #e4a42c;
    font-size: 20px;
    margin-left: .4rem;
}

article.cell_article .btn a span {
    display: block;
    font-size: 1rem;
    font-weight: 800;
}

article.cell_article a:nth-child(2) p {
    padding: 0.7rem;
    text-align: right;
}

article.cell_article a:nth-child(1) img {
    width: 18rem;
}

#Articles {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 2.2rem;
}

a {
    text-decoration: none;
    color: inherit;
}

#box_allArticles {
    display: grid;
    grid-template-columns: 73% 25%;
    column-gap: 2%;
    overflow-x: hidden;
}

.box_allArticles_en {
    grid-template-columns: 25% 73% !important;
}

#box_allArticles #all_Articles .cell_aA {
    height: 12rem;
    border: 1px solid #e7e7e7;
    margin: 0.4rem auto;
    border-radius: 0.2rem;
    box-shadow: 0 0 5px #999;
    margin-right: .5rem;
    background-color: #fff;
}

#box_allArticles #all_Articles .cell_aA {
    transition: all .35s ease-in-out;
}

#box_allArticles #all_Articles .cell_aA:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .22);
}

#box_allArticles #all_Articles .cell_aA p {
    font-weight: 100;
    text-shadow: 0 1px 0px rgba(0, 0, 0, 0.19), 0 1px 0px rgba(0, 0, 0, .22);
    transition: all .35s ease-in-out;
    text-align: justify;
}

#box_allArticles #all_Articles .cell_aA:hover p {
    font-weight: 900;
    text-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .22);
}

#box_allArticles #all_Articles .cell_aA > div > img {
    display: block;
    width: 5rem;
}

h1.title_page {
    text-align: center;
    font-size: 25.4pt;
    display: block;
    border: 1px solid #999;
    border-radius: 4px;
    line-height: 2.7rem;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(148, 187, 233, 1) 100%);
    box-shadow: 1px 3px 5px #999;
    margin: 1rem auto;
    color: #037ce7;
    padding: 1rem;
}

.la_en h1.title_page, .la_tk h1.title_page {
    font-family: sans-serif;
}

.menu_expert {
    text-align: center;
    font-size: 15.4pt;
    border: 1px solid #999;
    border-radius: 4px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(148, 187, 233, 1) 100%);
    box-shadow: 1px 3px 5px #999;
    margin: 1rem auto;
    color: #037ce7;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 92%;
}

.menu_expert .cell_me {
    color: #888;
    cursor: pointer;
    display: inline-block;
    line-height: 40px;
    padding: 0 1.5em;
    font-size: 16px;
}

.la_en .menu_expert .cell_me, .la_tk .menu_expert .cell_me {
    font-family: Tahoma, Serif;
    font-size: 10.7pt;
}

.menu_expert .heart_e, .menu_expert .share_e {
    position: relative;
}

.menu_expert .box_me a {
    height: 100%;
    display: inline-block;
}

.menu_ex_ph .box_me a {
    height: 100%;
    display: inline-block;
    padding: 0.3rem;
}

.menu_expert .icn {
    display: flex;
    justify-content: center;
}

.List_advice .menu_expert {
    padding: 1rem;
}

.List_advice .menu_expert > h1 {
    font-size: 2rem;
}

.List_advice .menu_expert > span {
    color: #333;
    font-size: 0.9rem;
    font-weight: 900;
    border: 1px solid #999;
    padding: 0.5rem;
    border-radius: .2rem;
    box-shadow: 0 0 10px #fff;
}

.List_advice #box_expert {
    margin: 1rem auto;
    display: grid;
    grid-template-columns: 100% !important;
    width: 92%;
    justify-content: center;
}

.List_advice h3 {
    padding-bottom: unset !important;
}

.List_advice #offer > ol {
    list-style: disc;
    text-align: right;
    padding: 0 2rem;
}

.la_en .List_advice #offer > ol, .la_tk .List_advice #offer > ol {
    text-align: left;
}

#offer > ol > li {
    font-size: 0.9rem;
}

.List_advice hr {
    margin: 0 !important;
}

.List_advice .box_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.List_advice .box_head > h3 {
    margin: unset !important;
}


.box_faicon {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: #999;
    cursor: pointer;
    transition: all .4s linear;
}

.box_info .query {
    position: relative;
    background-color: #fff;
    cursor: pointer;
    padding-right: 0.4rem !important;
    display: flex;
    justify-content: center;
    height: 2rem;
    align-items: center;
}

main.lxex .box_info .cell_img {
    border: unset !important;
}

main.lxex .box_info .cell_img img {
    width: 100%;
    height: 100%;
    display: block;
}

main.lxex .box_ex_L .box_info .cell_name {
    font-weight: bold;
    color: #000;
    margin-top: 14rem;
    text-align: center;
}

.box_info .answer > div {
    background-color: #fff;
    color: inherit;
    transition: all .2s ease-in-out;
    padding: 0.4rem;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}

.box_info .answer > div:hover {
    background-color: #333;
    color: #fff;
    border-radius: .2rem;
    cursor: pointer;
}

.box_info .answer {
    padding: .2rem !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.box_info .answer .cell_ans span {
    font-size: 12pt;
}

.la_en .box_info .answer .cell_ans span, .la_tk .box_info .answer .cell_ans span {
    font-size: 10pt;
}

.box_info .box_faicon {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.rotate180 {
    transform: rotate(180deg);
}

.h160 {
    max-height: 160px !important;
}

.la_fa .hQuestion {
    height: 4.8rem !important;
}

.hQuestion {
    height: 3.8rem !important;
}

.hQuestion2 {
    /*height: 9rem !important;*/
    height: 10.9rem !important;
}

ul.box_btns {
    display: flex;
    justify-content: space-around;
    margin: 1rem;
    width: 21rem;
}

select.select_ex {
    width: 100%;
    height: 2rem;
    direction: ltr;
    text-align: center;
    font-size: 14.3pt;
    font-family: inherit;
    font-weight: 900;
    letter-spacing: 1px;
    cursor: pointer;
    border-color: transparent;
    outline: 1px solid #999;
    border-radius: .2rem;
}

.box_head ul.box_btns > li {
    border: unset !important;
}

.box_head ul.box_btns > li:hover {
    border: unset !important;
    background-color: #999;
    color: #fff;
}

.List_advice .box_list {
    display: grid;
    grid-template-columns: 80% 20%;
}

.List_advice #List .cell_right > .box_head {
    justify-content: space-between !important;
}

.List_advice #List .cell_right .cell .title {
    display: flex;
    padding: 0 .2rem .5rem 0;
}

.List_advice #List .cell_right .cell .detail_ad {
    text-align: right;
    padding-bottom: 0.7rem;
}

.la_en .List_advice #List .cell_right .cell .detail_ad, .la_tk .List_advice #List .cell_right .cell .detail_ad {
    text-align: left;
}

.List_advice #List .cell_right .cell .date_ad {
    color: #999;
    text-align: right;
}

.List_advice #List .cell_right .cell .date_ad > svg {
    font-size: 13pt;
}

.List_advice #List .cell_right .cell .date_ad > span {
    font-size: 11.6pt;
}

.List_advice #List .cell_right .cell .box_btn {
    display: flex;
    border: 1px solid #999;
    border-radius: 0.2rem;
    width: fit-content;
    float: left;
}

.List_advice #List .cell_right .cell .box_btn > .btn {
    padding: .1rem;
    padding-right: 0.6rem;
    padding-left: 0.6rem;
}

.List_advice #List .cell_right .cell .box_btn > .btn:hover {
    cursor: pointer;
    background-color: rgba(0, 0, 0, .055);
}

.List_advice #List .cell_right .cell .box_alert {
    display: flex;
    justify-content: flex-end;
    margin: 0 3rem;
}

.List_advice #List .cell_right .cell {
    position: relative;
}

.List_advice #List .cell_right .cell .box_alert span.c_alert {
    border-radius: .5rem;
    color: #fff;
    padding: 0.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-size: 11pt;
}

.List_advice #List .cell_right .cell .box_level {
    position: absolute;
    left: 0;
    top: -14px;
}

.la_en .List_advice #List .cell_right .cell .box_level, .la_tk .List_advice #List .cell_right .cell .box_level {
    right: 0;
    left: unset;
}

.List_advice #List .cell_right .cell .box_level > img {
    width: 2.5rem;
}

.bg-cl-org {
    background-color: #eb2f06;
}

.bg-cl-gld {
    background-color: #f6b93b;
}

.List_advice #List .cell_right .cell .box_btn > .btn:not(:last-child) {
    border-left: 1px solid #999;
}

.List_advice #List .cell_right .cell .title > img {
    width: 2rem;
}

.List_advice #List .cell_left {
    padding: 1rem;
    display: flex;
    justify-content: center;
}

.List_advice #List .cell_left > img {
    display: block;
    height: 8rem;
}

.List_advice #List .cell_right .cell h4 {
    font-size: 18pt;
    margin: 0 .5rem;
}

.List_advice #List .cell_list .cell h4 {
    margin: 0 .5rem;
    font-size: 14pt;
    color: #333;
}

.List_advice #List .cell_list .cell .title {
    display: flex;
    padding: 0 .2rem .5rem 0;
    align-items: center;
}

.List_advice #List .cell_right .cell {
    border-right: 2px solid #bf55ec;
    min-height: 8.5rem;
    margin: 1.3rem;
    background: rgba(0, 0, 0, .02);
    padding: 0.6rem;
    /*display: flex;*/
    /*flex-direction: column;*/
    /*box-shadow: 0 0 5px;*/
}

.la_en .List_advice #List .cell_right .cell, .la_tk .List_advice #List .cell_right .cell {
    border-right: unset;
    border-left: 2px solid #bf55ec;
}

ul.box_btns > li {
    box-shadow: 0 0 6px #666;
    width: 10rem;
    border-radius: .2rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 12.1pt;
    transition: all .2s ease-in-out;
    border: 0 solid #999;
}

ul.box_btns > li.btn_create {
    background-color: blue;
    color: #fff;
    box-shadow: 0 0 5px blue;
    font-weight: 300;
}

ul.box_btns > li:hover {
    cursor: pointer;
    box-shadow: 0 0 0px #666;
    border: 1px solid #999;
}

.ser_btn > span {
    box-shadow: 0 0 6px #666;
    width: 4rem;
    border-radius: .2rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 12.1pt;
    transition: all .2s ease-in-out;
    border: 0 solid #999;
}

.ser_btn {
    padding: .5rem 2rem;
}

.ser_btn span:hover {
    cursor: pointer;
    box-shadow: 0 0 0px #666;
    border: 1px solid #999;
}

.List_advice #search ul.box_inpts input {
    height: 2rem;
    width: 220px;
}

.List_advice #search ul.box_inpts {
    display: flex;
    align-items: center;
}

.List_advice #search ul.box_inpts > li {
    display: flex;
    flex-direction: column;
    width: 220px;
    text-align: right;
    margin: 0.9rem;
}

.la_en .List_advice #search ul.box_inpts > li, .la_tk .List_advice #search ul.box_inpts > li {
    text-align: left;
}

.List_advice #search ul.box_ckboxs {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.List_advice #search ul {
    padding: .4rem;
}

.List_advice #search ul.box_ckboxs > li {
    width: fit-content;
    display: flex;
    flex-direction: row-reverse;
    align-content: center;
    align-items: center;
}

.List_advice #List > div.box_list > div.box_head > div.nav_Articles {
    margin-top: unset !important;
}

.List_advice #List > div.box_list > div.box_head {
    justify-content: space-between !important;
}

.List_advice #List > div.box_list > div.box_head .box_sel_ex {
    margin: 0 4rem !important;
}

.List_advice .box_head .select_ex {
    font-size: 12pt !important;
    color: #333;
}

.List_advice .cell .box_foot {
    height: fit-content;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.ques {
    margin: auto;
    border-radius: .2rem;
    text-align: right;
}

.la_en .ques, .la_tk .ques {
    text-align: left;
}

.qus {
    border: 1px solid #ccc;
    border-radius: 0.2rem;
    margin: .5rem auto;
}

.la_fa #Question .qus {
    height: 2.4rem;
}

#Question .qus {
    height: 1.8rem;
    overflow: hidden;
    transition: height .12s ease-in-out;
}

.box_info .qus {
    background-color: #fff;
    overflow: hidden;
    height: 2.1rem;
    transition: all .12s ease-in-out;
    position: relative;
}

#Question .query {
    padding: 0.4rem;
    padding-right: 1.2rem;
}

#Question .box_main {
    padding: 0 .5rem;
}

#Question .box_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.2rem 0;
}

#search .ser_btn {
    padding: 0 2rem 0.5rem;
}

.query > span {
    font-size: 13.7pt;
    font-weight: 900;
    transition: all .1s ease-in-out;
}

.la_en .query > span, .la_tk .query > span {
    font-size: 10.7pt;
    font-weight: 600;
    transition: all .1s ease-in-out;
    text-align: left;
    display: flex;
    font-family: sans-serif;
}

.query > span:hover {
    cursor: pointer;
    color: #00a8ff;
}

.answer {
    border-top: 1px solid #ccc;
    padding: 0.4rem;
    padding-right: 1.6rem;
    background-color: #fff;
}

.answer > span {
    font-size: 12.7pt;
}

#Question .answer > span {
    font-size: 9.7pt;
    font-family: sans-serif;
}

.menu_expert .box_cme {
    display: flex;
    margin: 0.5rem;
}

.chArrow {
    transform: rotate(180deg);
}

.box_cme div {
    box-shadow: 1px 3px 5px #999;
    margin-right: 2px;
}

.heart_e, .share_e {
    width: 1.8rem;
    height: 1.8rem;
    border-radius: .2rem;
    border: 1px solid #999;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

.ques_e {
    height: 1.8rem;
    border-radius: .2rem;
    border: 1px solid #999;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding: 0.7rem;
    color: #999;
}

.ques_e:hover span, .ques_e:hover i {
    color: #0000ff;
}

.ques_e span {
    font-size: 12.1pt;
    margin: 6px;
}


div#box_expert {
    margin: 1rem auto;
    display: grid;
    grid-template-columns: 67% 30%;
    column-gap: 34px;
    width: 92%;
    justify-content: center;
}

.cell_ex {
    border: 1px solid #e7e7e7;
    -webkit-border: 1px solid #e7e7e7;
    -ms-border: 1px solid #e7e7e7;
    -o-border: 1px solid #e7e7e7;
    box-shadow: 1px 3px 5px #999;
    -webkit-box-shadow: 1px 3px 5px #999;
    -ms-box-shadow: 1px 3px 5px #999;
    -o-box-shadow: 1px 3px 5px #999;
    border-radius: .5rem;
    margin-bottom: 1.2rem;
}

#box_expert h1 {
    font-size: 27pt;
    margin: 20px 50px 20px 0;
    text-align: right;
}

#box_expert h2 {
    font-size: 16pt;
    margin: 5px 0 0 0;
    text-align: right;
    padding-right: 16px;
}

#box_expert h3 {
    font-size: 14pt;
    text-align: right;
    padding: 0 .5rem;
}

#cell_head .box_root {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-right: 69px;
    padding-bottom: 14px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
    font-size: 10pt;
    color: #999;
}

#cell_des .box_des {
    padding: 0.7rem 1rem;
}

#cell_des p {
    text-align: right;
    padding-right: 1rem;
    padding-bottom: 0.7rem;
}

.la_en #cell_des p, .la_tk #cell_des p {
    text-align: left;
}

#box_expert hr {
    height: 1px;
    background-color: #ccc;
    border: none;
}

.box_order {
    width: 75%;
    height: 3.5rem;
    border: 1px solid #ccc;
    border-radius: .2rem;
    margin: 1rem auto 0;
    box-shadow: 1px 3px 5px #ccc;
    background-image: linear-gradient(to right, #403B4A 0%, #E7E9BB 51%, #403B4A 100%);
    transition: .5s;
    background-size: 200% auto;
    position: relative;
}

.box_order .numOrder {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    outline: none;
    border-color: #ccc;
    position: absolute;
    left: 0.6rem;
    top: 0.52rem;
    direction: ltr;
}

.box_order .box_price {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.box_price span {
    font-size: 16pt;
    font-weight: 600;
}

.box_order_des {
    margin-bottom: 1rem;
}

.box_order_des span {
    font-size: 11pt;
    color: #999;
}

#cell_order {
    position: relative;
}

#cell_orderL {
    position: relative;
}

div#cell_orderPj {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    padding: 0.7rem;
    position: relative;
}

div#cell_orderPj > div {
    display: flex;
    border: 2px dashed #ddd;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    padding: .5rem;
    border-radius: .4rem;
}

.la_en div#cell_orderPj > div, .la_tk div#cell_orderPj > div {
    flex-direction: row-reverse;
    padding: 0.3rem;
    width: 100%;
}

#cell_orderPj svg {
    position: absolute;
    margin-right: 0.4rem;
    right: 6rem;
    color: #ccc;
}

#cell_orderPj span > a {
    color: #ab7628;
}

#Other_things .cell_width {
    border-top: 1px solid #ddd;
    margin: auto;
}

#Other_things .cell_width .cell_head > h2 {
    margin: 2rem 2rem 0;
    font-size: 20pt;
}

#Other_things .cell_width .cell_head > h2 a {
    color: #e35c00;
}

#Other_things .cell_width .cell_things {
    padding: 2rem;
    overflow-y: hidden;
    overflow-x: scroll;
}

#Other_things .cell_width .sh_ct {
    height: 100%;
    width: max-content;
}

#Other_things .cell_width .cell_things .things {
    width: 12rem;
    height: 15rem;
    border: 1px solid transparent;
    border-radius: .2rem;
    box-shadow: 0 0 5px 6px #ccc;
    padding: 1rem;
    margin: auto 1rem;
    float: right;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#Other_things .things > span {
    font-size: 11pt;
    text-align: center;
    display: block;
    margin-bottom: .2rem;
}

#Other_things .things a > span {
    font-size: 11.3pt;
}

#Other_things .things .box_img {
    width: 4rem;
    height: 4rem;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid #999;
    display: flex;
    margin: 1rem auto 1rem;
    justify-content: center;
    align-content: center;
}

#Other_things .things a {
    height: 2rem;
    padding: .1rem;
    border: 1px solid transparent;
    margin: 0.3rem;
    border-radius: 0.3rem;
    box-shadow: 1px 3px 5px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s ease-in-out;
}

#Other_things .things a:hover {
    box-shadow: 0px 0px 5px #999;
    background-color: #333;
}

#Other_things .things a:hover span {
    color: #fff;
}
.lx #slider_img a.items {
    display: flex;
    width: 100%;
}
.box_aca {
    width: 35rem;
    height: 9rem;
    margin: 1rem auto;
    border: 1px solid #999;
    -webkit-border-radius: .2rem;
    -moz-border-radius: .2rem;
    border-radius: .2rem;
    display: flex;
    justify-content: center;
    box-shadow: inset 1px 3px 5px #999;
}
.lx .box_aca .cell:not(:first-child){
    margin: 0 1px 0 0;
}
.lx .box_aca .cell.freeDay .detail:before{
    content: ' تعطیل';
    position: absolute;
    background-color: rgba(0,0,0,.5);
    color: #fff;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(3px);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13pt;
    font-family: 'vazir';
    text-transform: capitalize;
}
.lx .box_aca .cell .detail{
    position: relative;
}
.box_aca .cell {
    width: 5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.la_en .box_aca2 > div:not(:last-child), .la_tk .box_aca2 > div:not(:last-child), .la_en .box_aca > div:not(:last-child), .la_tk .box_aca > div:not(:last-child) {
    border-right: 1px solid #999;
}

.box_aca .name {
    height: 40%;
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-image: linear-gradient(1.3deg, rgba(91, 117, 163, 1) 11.4%, rgba(68, 98, 128, 1) 77%);
}

.box_info .tackingTime {
    font-size: 13.3pt;
    font-weight: 900;
    box-shadow: 0 0 8px #999;
    border-radius: 0.3rem;
    margin: 0.2rem 0;
    border: 1px solid transparent;
    transition: all .4s cubic-bezier(0.22, 0.61, 0.36, 1);
    padding: 0.4rem;
    background-color: #fff;
    color: #333;
    display: flex;
    justify-content: center;

}

.box_info .tackingTime:hover {
    box-shadow: 0 0 0 #999;
    background-color: #3ea14e;
    color: #fff;
    font-weight: 500 !important;
}
.lx .box_aca .detail{
    background-color: #008000;
}
.box_aca .detail {
    display: flex;
    flex-direction: row;
    height: 80%;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}
.box_aca .detail .bxtimes span {
    font-family: 'vazir';
    font-size: 12pt;
}
.box_aca .detail .bxtimes {
    width: 2.3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.1rem;
    height: 5.3rem;
    justify-content: space-around;
    background-color: rgba(0,0,0,.4);
    color: #fff;
    border-radius: .2rem;
}

.response_times .box_aca {
    width: unset !important;
}

.response_times .box_aca .cell {
    width: 10rem !important;
}

.response_times .box_aca {
    display: flex;
    flex-wrap: wrap;
    height: unset !important;
}

.response_times .box_aca .detail {
    display: flex;
    padding: .5rem;
    height: 100%;
    width: 100%;
    justify-content: space-around;
    flex-direction: row;
}

.response_times .box_aca .detail > div {
    display: flex;
    flex-direction: column;
    width: fit-content;
    align-items: center;
}

main.profile.spform .b_cells {
    max-height: 7rem !important;
}
main.profile.spform .response_person .bxIpt input{
    width: 10rem;
}
main.profile.spform .response_person .bxIpt {
    display: flex;
    justify-content: space-evenly;
    width: 22rem;
    margin: 0.5rem auto;
}

.box_aca2 {
    display: flex;
    justify-content: center;
    margin: 0.7rem;
    border: 2px solid #999;
    border-radius: .2rem;
}

.cell2 {
    width: 5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.cell2 > .name {
    height: 30%;
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-image: linear-gradient(1.3deg, rgba(91, 117, 163, 1) 11.4%, rgba(68, 98, 128, 1) 77%);
    font-size: 9.8pt;
}

.la_en .box_aca2 .cell2 > .name, .la_tk .box_aca2 .cell2 > .name {
    font-size: 6.8pt;
    font-family: sans-serif;
}

.la_en #box_expert h2 {
    text-align: left;
    padding-right: unset;
    padding-left: 16px;
}

.la_tk #box_expert h2 {
    text-align: left;
    padding-right: unset;
    padding-left: 16px;
    font-family: sans-serif;
    font-size: 12pt;
}

.cell2 > .detail {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 74%;
    justify-content: space-evenly;
}

.cell2 > .detail span {
    font-size: 10pt;
    font-weight: 900;
}

.Dr_Dr .menu_expert {
    justify-content: flex-end !important;
    padding: .5rem;
}


#cell_orderPj span {
    font-size: 11pt;
    padding: 0 0.3rem;
}

.la_en #cell_orderPj span, .la_tk #cell_orderPj span {
    font-size: 11pt;
    text-align: justify;
    padding: 0.5rem;
}


.box_order > div > input[type=number]::-webkit-inner-spin-button,
.box_order > div > input[type=number]::-webkit-outer-spin-button {

    opacity: 1;

}

.box_order:hover {
    background-position: right center;
    text-decoration: none;
    cursor: pointer;
}

.box_order:hover .box_price {
    color: #fff;
}

#box_expert .box_root span {
    margin: 0 6px;
    font-size: 11pt;
    color: #999;
}

.la_en #box_expert .box_root span, .la_tk #box_expert .box_root span {
    font-family: sans-serif, Serif;
}

.box_imgslide {
    position: relative;
}

.animation > .abject {
    position: absolute;
    width: 10px;
    height: 10px;
    transition: all .45s ease-in-out;
    animation: dd 40.35s infinite;
    top: 0;
    right: 12px;
    color: #f00;
    transform: scale(1.5);
}

.animation > .abject2 {
    position: absolute;
    width: 20px;
    height: 20px;
    transition: all .45s cubic-bezier(0, 0, 0.2, 1);
    animation: dd2 20.35s infinite;
    bottom: 0;
    right: 22px;
    color: #00f;
}

@keyframes dd {
    0% {
        top: 0;
    }
    50% {
        top: 90%;
    }
    100% {
        top: 0;
    }
}

@keyframes dd2 {
    0% {
        bottom: 10%;
    }
    50% {
        bottom: 90%;
    }
    100% {
        bottom: 10%;
    }
}

#mentionme {
    text-align: center;
    margin-top: 10%;
}

#box_allArticles #all_Articles .cell_aA .box_img {
    width: 5rem;
    height: 5rem;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid #999;
    display: flex;
}

.box_exp {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.box_exp .box_img {
    width: 5rem;
    height: 5rem;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid #999;
    display: flex;
}

.box_exp .box_img > img{
    width: 5rem;
    height: 5rem;
}

#box_allArticles #all_Articles .cell_aA > div > .box_ce-lender {
    width: 2.5rem;
    height: 2.5rem;
    background: gold;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    right: 6px;
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: column;
    line-height: 20px;
    justify-content: center;
}

#box_allArticles #all_Articles .cell_aA > div > div span.cell_aA_day {
    font-size: 16pt;
    font-weight: 900;
}

#box_allArticles #all_Articles .cell_aA > div > div span.cell_aA_month {
    font-size: 10.6pt;
    font-weight: bold;
}

#box_allArticles #all_Articles .cell_aA div.box_text {
    text-align: right;
    margin-right: 2rem;
}

.box_allArticles_en #all_Articles .cell_aA div.box_text {
    text-align: left !important;
    margin-left: 2rem;
}

#box_allArticles #all_Articles .cell_aA div.box_text > p {
    text-align: justify;
}

#box_allArticles #all_Articles .cell_aA div.box_text > h5 {
    color: #2196f3;
}

#box_allArticles #all_Articles .cell_aA div.box_text > h5:nth-child(2) {
    color: #999;
}

#sidebar_l .box_Categories > h4 {
    padding-right: 0.7rem;
    font-size: 15.4pt;
    display: block;
    height: 2.7rem;
    border: 1px solid #999;
    border-radius: 4px;
    line-height: 2.7rem;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(148, 187, 233, 1) 100%);
    box-shadow: 1px 3px 5px #999;
    margin-bottom: 0.6rem;
    text-align: center;
}

.la_en #sidebar_l .box_Categories > h4, .la_tk #sidebar_l .box_Categories > h4 {
    font-family: sans-serif;
}

.box_allArticles_en .box_Categories > h4 {
    padding-left: 0.7rem !important;
    text-align: center !important;
}

#sidebar_l .box_Categories > ul {
    padding: 0;

    list-style: none;
    text-align: right;
    margin: 0 0 1.5rem 0;
}

#sidebar_l .box_Categories > ul li {
    padding-top: 0.7rem;
    border-bottom: 1px solid #ececec;
    margin-right: 1rem;
    height: 2.8rem;
    font-weight: 100;
    transition: all .35s ease-in-out;
}

.box_allArticles_en .box_Categories > ul li {
    margin-left: 1rem;
    text-align: left;
    transition: all .35s ease-in-out;
}

.box_allArticles_en .box_Categories > ul li:hover {
    margin-left: 1.8rem;
    font-weight: 900;
    cursor: pointer;
}

#sidebar_l .box_Categories > ul li:hover {
    margin-right: 1.8rem;
    font-weight: 900;
    cursor: pointer;
}

.nav_Articles ul {
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
}

.nav_Articles ul li {
    width: 2rem;
    height: 2rem;
    color: #000;
    border-radius: 5px;
    margin: .2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 3px 5px #333;
    transition: all .35s ease-in-out;
    font-weight: 900;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(148, 187, 233, 1) 100%);
}

.nav_Articles ul li:hover {
    cursor: pointer;
    transform: scale(1.11);
}

div.nav_Articles {
    margin-top: 1.2rem;
}

div.box_1 a svg {
    color: #000;
}

#box_allArticles .box_subjobs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: max-content;
    align-content: center;
    column-gap: 0.8rem;
    row-gap: .8rem;
    height: fit-content;
    overflow-y: hidden;
}

#box_allArticles .box_subjobs .cell_jobs {
    width: 8rem;
    height: 12rem;
    transition: all .2s ease-in-out;
    margin: auto;
}

.cjimg {
    width: 8rem;
}

span.cjspn {
    width: 8rem;
    display: block;
    color: #259793;
    margin-top: 0.4rem;
}

#box_allArticles .box_subjobs .cell_jobs a {
    font-weight: 900;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    color: inherit;
    transition: all .4s ease-in-out;
    flex-direction: column-reverse;
}

#box_allArticles .box_subjobs .cell_jobs:hover {
    transform: scale(1.1);
}

#box_allArticles .box_subjobs .cell_jobs:hover a {
    color: blue;
}

#box_allArticles .lv2 {
    display: flex !important;
    justify-content: center;
    margin-top: 5rem;

}

div#shadow {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, .4);
    z-index: 9;
    top: 0;
}

.snow {
    background-color: rgba(255, 255, 255, .4) !important;
}

#scroll-up {
    bottom: 0;
    position: fixed;
    right: 32px;
    display: none;
    width: fit-content;
    transition: opacity .55s ease-in-out;
    font-size: 5rem !important;
    z-index: 99;
}

#scroll-up i:before {
    content: "\f106";
    color: #999;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 36pt;
    opacity: .5;
}

#scroll-up i:hover:before {
    color: #fff;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: .2rem;
    background-color: #333;
    box-shadow: 0 0 5px #999;

}

footer {
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, .3);
    height: 11rem;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(148, 187, 233, 1) 100%);
    clear: both;
}

.cell_f1 {
    width: 9rem;
    border-radius: 0.3rem;
    margin: 1rem;
    box-shadow: 1px 25px 12px #999;
    background-color: #fff;
}

.cell_f1 a {
    display: flex;
    font-size: 12.6pt;
    font-weight: 900;
    color: rgba(0, 0, 0, 0.7);
    transition: all .45s ease-in-out;
    border-radius: 0.3rem;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}

.cell_f2 {
    width: 6.6rem;
    margin: .5rem;
}

.cell_f2 a {
    height: 100%;
    display: flex;
    font-size: 12.6pt;
    font-weight: 900;
    color: rgba(0, 0, 0, 0.7);
    transition: all .45s ease-in-out;
    border-radius: 0.3rem;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}

.cell_f2 a:hover {
    cursor: pointer;
    color: #fff;
    background-color: #686de0;
}

img.cfimg {
    width: 3rem;
}

.cell_f1 a:hover {
    cursor: pointer;
    color: #fff;
    background-color: #686de0;
}

.box_f1 {
    display: flex;
    justify-content: center;
    margin: auto;
}

#main-wrapper-header .box_LLs {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#main-wrapper-header .box_Ls {
    width: 6.8rem;
    height: 3rem;
    display: flex;
    justify-content: space-evenly;
}

#main-wrapper-header .box_Ls a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#main-wrapper-header .box_Ls a img {
    width: 1.7rem;
}

.box_profile {
    position: relative;
}

.box_profile .card_pro {
    position: absolute;
    box-shadow: 1px 3px 5px #999;
    width: 13rem;
    height: 16rem;
    border-radius: .2rem;
    left: 0;
    background-color: #fff;
    overflow: hidden;
    opacity: 1;
    transform: scale(.0);
}

.box_profile img.ava_user {
    width: 2.9rem;
}

.shild_card {
    height: 100%;
    position: relative;
}

.card_pro .shild_card .box_bl {
    background-color: #3498db;
    height: 27%;
}

.card_pro .shild_card .box_wt {
    background-color: #f1f2f6;
    height: 73%;
}

.box_user {
    cursor: pointer;
}

.box_bl > div {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    border: 2px solid #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 39px;
    overflow: hidden;
}

.box_bl > div > img {
    width: 4rem;
    height: 4rem;
    transform: scale(1.1);
}

.abs_c {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
}

.box_bl > span:nth-child(1) {
    color: #fff;
    top: 11px;
}

.box_bl > span:nth-child(3) {
    top: 114px;
}

.box_bl > span:nth-child(4) {
    top: 140px;
}

.anime_in {
    -webkit-animation: scale-up-center 0.4s cubic-bezier(0.680, -0.550, 0.265, 1.550) both;
    animation: scale-up-center 0.4s cubic-bezier(0.680, -0.550, 0.265, 1.550) both;
}

.anime_out {
    -webkit-animation: scale-up-center2 0.4s cubic-bezier(0.680, -0.550, 0.265, 1.550) both;
    animation: scale-up-center2 0.4s cubic-bezier(0.680, -0.550, 0.265, 1.550) both;
}

@keyframes scale-up-center {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale-up-center2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}


.card_pro .box_wt .box_btns {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
}

.card_pro .box_wt .box_btns .btn_card {
    width: 5rem;
    height: 1.8rem;
    border-radius: .2rem;
    box-shadow: 1px 3px 5px #999;
    text-align: center;
    line-height: 1.8rem;
    color: #000;
    font-size: 11pt;
    transition: all .35s ease-in-out;
    cursor: pointer;
}

.btn_card:hover {
    color: #fff !important;
    background-color: #3498db;
    box-shadow: 0 0 0 #999 !important;
}

.copyRight {
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto 1rem 0;
    bottom: -43px;
    color: #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #333;
}

.copyRight .fa-copyright {
    padding: 0 .5rem;
}

span.cfspn {
    text-align: center;
    font-size: 11pt;
    margin-top: 0.8rem;
    width: 5rem;
}

.la_tk span.cfspn {
    font-size: 8pt;
    font-family: sans-serif;
    font-weight: 600;
}

#shild_1 .box_L {
    height: 20rem;
    float: left;
    width: 46.8%;
}

#shild_1 .box_R {
    float: right;
    width: 46.8%;
}

#shild_1 .box_R .boxfoot {
    height: 16.7rem;
}

#shild_1 .boxP {

    box-shadow: 1px 3px 5px #999;
    border-radius: .2rem;
    border: 1px solid #e1e1e1 !important;
    margin: 1rem;
}

#shild_1 .boxP .boxHead {
    border-bottom: 1.2px solid rgba(0, 0, 0, 0.08);
    height: 3.2rem;
    width: 93%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#shild_1 .boxP .boxHead > h5 svg {
    color: #999;
}

#shild_1 .boxB {
    clear: both;
    min-height: 20rem;
}

.billing {
    opacity: 1;
    animation: biling 8s ease-in-out none;
}

.vibration {
    animation: vibre 2s ease-in-out none;
}

@keyframes biling {
    0% {
        opacity: .2
    }
    25% {
        opacity: 1
    }
    50% {
        opacity: .2
    }
    100% {
        opacity: 1
    }

}

@keyframes vibre {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(5deg);
    }
    50% {
        transform: rotate(-5deg);
    }
    100% {
        transform: rotate(0deg);
    }

}

.bt3 {
    border-bottom: 3px solid #3498db;
}

.bt3_r {
    border-right: 3px solid #3498db;
}

.me_stky {
    position: fixed;
    z-index: 99;
    top: 150px;
    right: 0 !important;
    width: 3rem;
    flex-direction: column;
}

.menu_ex_ph {
    width: 2.9rem;
    height: fit-content;
    background: rgba(0, 0, 0, 0.5);
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem;
    box-shadow: 0 0 5px #999;
    transition: right .8s ease-in-out;
    position: fixed;
    right: -1000px;
    padding: 0.2rem;
}

.pdzero {
    padding: 0 !important;
}

[kargosha-title]:hover:after {
    opacity: 1;
    transition: all .35s ease-in-out;
}

[kargosha-title]:after {
    content: attr(kargosha-title);
    opacity: 0;
    border: 1px solid #e1e1e1 !important;
    box-shadow: 1px 3px 5px #999;
    padding: 1px 5px 2px 5px;
    border-radius: .2rem;
    font-size: 9.6pt;
    background-color: #fff;
}

.box_order .title_r:hover:after, .box_order .title_r:hover:before {
    opacity: 1;
    transition: all .35s ease-in-out;
    display: block;
}

.box_ex_L .box_order.title_r:hover:after, .box_ex_L .box_order.title_r:hover:before {
    opacity: 1;
    transition: all .35s ease-in-out;
    display: block;
}

.menu_expert .share_e.title_r:hover:before, .menu_expert .share_e.title_r:hover:after {
    opacity: .8;
    transition: all .35s ease-in-out;
    display: block;
}

.menu_expert .heart_e.title_r:hover:before, .menu_expert .heart_e.title_r:hover:after {
    opacity: .8;
    transition: all .35s ease-in-out;
    display: block;
}

#cell_com .like.title_r:hover:before, #cell_com .like.title_r:hover:after {
    opacity: .8;
    transition: all .35s ease-in-out;
    display: block;
}

#cell_com .unlike.title_r:hover:before, #cell_com .unlike.title_r:hover:after {
    opacity: .8;
    transition: all .35s ease-in-out;
    display: block;
}

.box_ex_L .box_order.title_r:before {
    content: 'برای هر مورد خدمت';
    opacity: 0;
    box-shadow: 1px 3px 5px #999;
    padding: 1px 5px 2px 5px;
    border-radius: .2rem;
    background-color: #444;
    display: none;
    position: absolute;
    right: -56px;
    top: 0;
    color: #fff;
    font-size: 11pt;
    width: 2.4rem;
}

.box_ex_L .box_order.title_r:after {
    content: '';
    opacity: 0;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 16px solid #444;
    border-left: 5px solid transparent;
    display: none;
    position: absolute;
    right: -15px;
    top: 26px;
}

.box_order .title_r:before {
    content: 'تعداد';
    opacity: 0;
    border: 1px solid #e1e1e1 !important;
    box-shadow: 1px 3px 5px #999;
    padding: 1px 5px 2px 5px;
    border-radius: .2rem;
    font-size: 12.9pt;
    background-color: #fff;
    display: none;
    position: absolute;
    left: 12px;
    top: -30px;
}

.box_order .title_r:after {
    content: '';
    opacity: 0;
    width: 0;
    height: 0;
    border-top: 11px solid #fff;
    border-bottom: 0px solid transparent;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    display: none;
    position: absolute;
    left: 27px;
    top: -0px;
}

.menu_expert .heart_e.title_r:before {
    content: 'افزودن به لیست علاقه مندی ها';
    opacity: 0;
    border: 1px solid transparent !important;
    box-shadow: 1px 3px 5px #999;
    padding: 1px 5px 2px 5px;
    border-radius: .2rem;
    font-size: 10.5pt;
    background-color: #444;
    display: none;
    position: absolute;
    left: -60px;
    top: 40px;
    width: 9.7rem;
    color: #fff;
    z-index: 9;
}

.la_en .menu_expert .heart_e.title_r:before {
    content: 'Add to favorites list';
}

.la_tk .menu_expert .heart_e.title_r:before {
    content: 'Favori listesine ekle';
}

.menu_expert .heart_e.title_r:after {
    content: '';
    opacity: 0;
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-bottom: 9px solid #444;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    display: none;
    position: absolute;
    left: 12px;
    top: 31px;
}

.menu_expert .share_e.title_r:before {
    content: 'اشتراک گذاری';
    opacity: 0;
    border: 1px solid transparent !important;
    box-shadow: 1px 3px 5px #999;
    padding: 1px 5px 2px 5px;
    border-radius: .2rem;
    font-size: 10.5pt;
    background-color: #444;
    display: none;
    position: absolute;
    left: -26px;
    top: 40px;
    width: 4.7rem;
    color: #fff;
    z-index: 9;
}

.la_tk .menu_expert .share_e.title_r:before {
    content: 'paylaşmak';
}

.la_en .menu_expert .share_e.title_r:before {
    content: 'share';
}

.menu_expert .share_e.title_r:after {
    content: '';
    opacity: 0;
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-bottom: 9px solid #444;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    display: none;
    position: absolute;
    left: 12px;
    top: 31px;
}

#cell_com .like.title_r:before {
    content: 'رای مثبت';
    opacity: 0;
    box-shadow: 1px 3px 5px #999;
    padding: 1px 5px 2px 5px;
    border-radius: .2rem;
    font-size: 12.9pt;
    background-color: #00b894;
    display: none;
    position: absolute;
    right: 12px;
    top: -44px;
    color: #fff;
}

#cell_com .like.title_r:after {
    content: '';
    opacity: 0;
    width: 0;
    height: 0;
    border-top: 11px solid #00b894;
    border-bottom: 0px solid transparent;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    display: none;
    position: absolute;
    right: 27px;
    top: -15px;
}

#cell_com .unlike.title_r:before {
    content: 'رای منفی';
    opacity: 0;
    box-shadow: 1px 3px 5px #999;
    padding: 1px 5px 2px 5px;
    border-radius: .2rem;
    font-size: 12.9pt;
    background-color: #d63031;
    display: none;
    position: absolute;
    right: 90px;
    top: -44px;
    color: #fff;
}

#cell_com .unlike.title_r:after {
    content: '';
    opacity: 0;
    width: 0;
    height: 0;
    border-top: 11px solid #d63031;
    border-bottom: 0px solid transparent;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    display: none;
    position: absolute;
    right: 100px;
    top: -15px;
}

#cell_com .date_Lpj {
    text-align: right;
    padding-right: 2rem;
    color: #999;
}


#cell_com .box_tcom .likeUnlike {
    padding-left: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    color: #999;
    position: relative;
}

#cell_com .cell_comment {
    border-top: 1px solid #ccc;
    margin: 1rem 2rem;
}

#cell_com .box_up {
    display: flex;
    align-items: center;
    margin: 0.5rem 0.5rem 0 0.5rem;
}

#cell_com .box_p {
    text-align: right;
}

#cell_com .box_img {
    width: 4rem;
    height: 4rem;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid #999;
    display: flex;
}

#cell_com .box_text {
    margin-right: 2rem;
    display: grid;
    width: 18rem;
    grid-template-columns: auto auto 100px;
    text-align: center;
}

#cell_com .box_text > span {
    color: #999;
}

#cell_com .box_down {
    display: grid;
    grid-template-columns: 50px auto;
    margin: auto 5rem;
}

#cell_com .box_down > span > svg {
    font-size: 22pt;
    color: #999;
    transform: rotateY(180deg);
}

#cell_com .type_pj {
    background-color: #999;
    border-radius: .2rem;
    color: #ddd;
}

#cell_com .box_rply .box_rup {
    display: flex;
    justify-content: flex-start;
    margin: 1rem 8rem 0;
    align-items: center;
}

#cell_com .box_rply .box_rup div:nth-child(2) {
    margin-right: 1rem;
    font-weight: 900;
}

#cell_com .box_rply .box_rdown {
    margin: 0 10.9rem 0;
}

#cell_com .box_rply .box_rdown .box_rp p {
    font-size: 12pt;
    text-align: right;
}

#cell_com .box_rply .box_rimg {
    width: 2rem;
    height: 2rem;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid #999;
    display: flex;
}

#cell_com .box_tcom .likeUnlike .unlike, #cell_com .box_tcom .likeUnlike .like {
    padding-right: 1rem;
    display: grid;
    align-items: center;
    grid-template-columns: 40% auto;
    justify-items: center;
}

.digit {
    font-weight: bold;
    padding-right: 0.3rem;
}

.la_fa .digit {
    font-family: 'nbyekan', sans-serif;
}

.la_en span.st_word, .la_tk span.st_word {
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: .5rem;
    margin: 0.2rem 0.4rem .2rem 0;
}

.box_rating .box_status {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.cgrad {
    font-size: 43px;
    background: -webkit-linear-gradient(gold, #999);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.likeUnlike .unlike > svg {
    transform: rotate(180deg);
}

.box_ex_L .box_rating {
    border: 4px solid #00f !important;
    background-color: #54a0ff;
    padding: 1.2rem;
}

.box_ex_L .box_rating .box_star {
    justify-content: center;
}

.box_ex_L .box_rating .box_star .star-rating-on, .box_ex_L .box_rating .box_star .star-rating-off {
    font-size: 22pt;
}

.box_ex_L .box_rating hr {
    background-color: #fff !important;
    box-shadow: 0 0 7px 4px #ff0;
}

.box_ex_L .box_rating span.text {
    font-size: 13.7pt;
    color: #333;
    font-weight: 900;
    text-align: center;
}

.box_ex_L .box_rating .timeDelv .digit {
    font-size: 2rem !important;
}

.box_rating .box_meeting {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.box_rating .box_meeting > div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.box_rating .box_meeting .digit {
    color: #fff;
    font-family: 'nbyekan';
    font-size: 15pt;
    font-weight: 900;
    padding-right: unset !important;;
}

.la_en .box_rating .box_meeting .digit, .la_tk .box_rating .box_meeting .digit {
    font-family: 'sans-serif';
}

.box_rating .box_visit {
    display: flex;
    width: 100%;
    justify-content: center;
}

.box_rating .box_visit a.text {
    font-size: 13.3pt;
    font-weight: 900;
    box-shadow: 0 0 8px #999;
    border-radius: 0.3rem;
    margin: .8rem;
    border: 1px solid transparent;
    transition: all .4s cubic-bezier(0.22, 0.61, 0.36, 1);
    padding: 0.4rem;
    background-color: #fff;
    color: #333;
}

.box_rating .box_visit a.text:hover {
    box-shadow: 0 0 0 #999;
    background-color: #333;
    color: #fff;
}


.box_ex_L .box_info .cell_name {
    font-weight: bold;
    color: #000;
    margin-top: 14rem;
}

.box_ex_L .box_info .cell_img {
    width: 10rem;
    height: 10rem;
    overflow: hidden;
    border-radius: 50%;
    border: 8px solid #000;
    display: flex;
    margin: 1rem auto;
    background: #fff;
    z-index: 2;
    position: absolute;
    left: 0;
    right: 0;
}

.box_ex_L .box_info .cell_Complaint a, .box_ex_L .box_info .cell_Complaint .text {
    color: #f00 !important;
    font-weight: 200 !important;
    font-size: 13.1pt !important;
    display: flex;
    align-content: center;
    align-items: center;
}

.box_ex_L .box_info .cell_Complaint .text {
    margin-right: .4rem;
}

.la_en .box_ex_L .box_info .cell_Complaint .text, .la_tk .box_ex_L .box_info .cell_Complaint .text {
    font-family: serif;
}

.box_ex_L .box_info > div:nth-child(1) {
    padding: 1.5rem 1.5rem 0.5rem;
}
.lxdr .box_ex_L .box_info > div:nth-child(1) ,.lxex .box_ex_L .box_info > div:nth-child(1) {
    padding: 0.5rem!important;
}

.box_ex_L .box_info span.text {
    font-size: 13.7pt;
    color: #333;
    font-weight: 900;
}


.box_ex_L .box_info {
    position: relative;
}

.box_ex_L .box_info .cell_city {
    display: flex;
    justify-content: space-around;
}

.box_ex_L .box_info > div:nth-child(3) {
    display: flex;
    padding: 0.6rem;
    flex-wrap: wrap;
}

.box_ex_L .box_info > div:nth-child(3) a {
    width: 100%;
    height: 3rem;
    padding: .1rem;
    border: 1px solid transparent;
    margin: 0.3rem;
    border-radius: 0.3rem;
    box-shadow: 1px 3px 5px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s ease-in-out;
    color: #333;
    font-weight: 900;
}

.box_ex_L .box_share {
    padding: 1rem;
}

.box_ex_L .box_share input[type=text] {
    margin-top: 1rem;
    height: 2rem;
    text-align: center;
    border: 2px solid #555;
    border-radius: .2rem;
    width: 80%;
}

.box_ex_L .box_share {
    position: relative;
    overflow: hidden;
}

.box_ex_L .box_label {
    padding: .5rem 1rem;
}

.box_ex_L .box_label .text {
    font-size: 12pt;
    font-weight: 900;
    color: #000;
    text-align: right !important;
    display: block;
}

.la_en .box_ex_L .box_label .text, .la_tk .box_ex_L .box_label .text {
    display: flex;
}

.box_ex_L .box_label .labels {
    display: flex;
    margin: 1rem auto .5rem;
}

.box_ex_L .box_label span.label {
    border-radius: .2rem;
    background-color: #999;
    margin: .1rem;
    padding: 0.2rem 0.5rem;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 12pt;
}

.box_ex_L .box_label span.label:hover {
    cursor: pointer;
    background: #3441db;
}

.box_ex_L .box_share .text {
    border: 1px solid #000;
    width: 102%;
    position: absolute;
    left: 0;
    right: -2px;
    margin: auto;
    top: 5px;
    background-color: #00f;
    color: #fff;
}

.box_ex_L .box_share .text {
    font-size: 12pt;
    font-weight: bold;
    text-shadow: 1px 3px 6px #999;
    text-align: center;
}

.box_ex_L .box_info > div:nth-child(3) a:hover {
    box-shadow: 0 0 5px #999;
    background-color: #333;
}

.box_ex_L .box_info > div:nth-child(3) a:hover span {
    color: #fff;
}

.box_ex_L .box_info > div:nth-child(3) a span {
    font-size: 13.5pt;
    transition: all .4s ease-in-out;
}

.box_ex_L .box_label .detail {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.box_ex_L .box_label .detail span {
    font-size: 10.3pt;
}

.cblack {
    color: #000;
}

.btn_L .elec_ver > img {
    width: 2rem;
    display: block;
}

.box_queue {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-around;
}

.box_queue .digit {
    font-size: 20pt !important;
    color: #00f !important;
}

.box_queue .text {
    width: 4rem !important;
}

.icon_inbox {
    background: url("../img/inbox.png") no-repeat center;
    display: block;
    width: 3rem;
    height: 2.4rem;
    background-size: contain;
}

.icon_timer {
    background: url("../img/timer.png") no-repeat center;
    display: block;
    width: 100%;
    height: 4.4rem;
    background-size: contain;
}

.icn img {
    width: 2rem;
}

.box_logo {
    display: flex;
}

.nav_bottom {
    display: none;
}

article.about_ar {
    display: grid;
    grid-template-columns: 60% 40%;
    height: 600px;
}

.box_ar {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.about_txt {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 2rem 5rem;
    border-radius: 1.2rem;
    box-shadow: 1px -3px 5px #999;
    font-weight: 500;
    text-shadow: 0 1px 0 #000;

}

.la_en main.about_us .about_txt, .la_tk main.about_us .about_txt {
    padding: 0.5rem;
}

.la_en main.about_us .about_txt p, .la_tk main.about_us .about_txt p {
    font-family: sans-serif;
    font-size: 10.6pt;
}

.logo_rotating {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.logo_rotating .box_img .sp_lgo {
    perspective: 600px;
}

.sp_lgo {
    display: block;
    width: 200px;
    height: 200px;
    background: url("../img/icon.png") no-repeat center;
    margin: auto;
}

.Writing > a > img {
    right: .2rem !important;
}

/*effect mirror*/
.sp_lgo::before,
.sp_lgo::after {
    transform: scale(1, -1);
}

/*reflection*/
.sp_lgo::after {
    content: '';
    background-image: inherit;
    background-repeat: no-repeat;
    background-position: bottom;
    width: inherit;
    height: 31.5%;
    position: absolute;
    top: 167px;
    right: 0;
}

.xLoading .sp_lgo::after {
    content: '';
    background-image: inherit;
    background-repeat: no-repeat;
    background-position: bottom;
    width: inherit;
    height: 31.5%;
    position: absolute;
    top: 167px;
    right: 0;
    opacity: 0.1;
}

/*fade reflection*/
.sp_lgo::before {
    content: '';
    width: inherit;
    height: 37%;
    position: absolute;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.8));
    z-index: 1;
    top: 167px;
    right: 0;
    left: 0;
    margin: auto;
}

.xLoading .sp_lgo::before {
    content: '';
    width: inherit;
    height: 37%;
    position: absolute;
    z-index: 1;
    top: 167px;
    right: 0;
    left: 0;
    margin: auto;
    background: unset;
}

.xLoading .logo_rotating {
    height: 100%;
}

.logo_rotating .box_img .sp_lgo {
    -webkit-animation: logo 6s linear infinite;
    -moz-animation: logo 6s linear infinite;
    -ms-animation: logo 6s linear infinite;
    -o-animation: logo 6s linear infinite;
    animation: logo 6s linear infinite;
}

@-webkit-keyframes logo /* Safari and Chrome */
{
    from {
        -webkit-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    to {
        -webkit-transform: rotateY(360deg);
        -o-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@keyframes logo {
    from {
        -ms-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -webkit-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    to {
        -ms-transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
        -webkit-transform: rotateY(360deg);
        -o-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

/*star rating*/
.AllTimeone {
    width: 100% !important;
    color: #FFCC00;
}

.box_star {
    display: flex;
}

.box_star .idea {
    margin-right: 0.4rem;
    color: #a09e9e;
}

.star-rating-container {
    font-size: 91px;
    color: #ffbe00;
    position: relative;
    display: inline-block;
}

.star-rating-container.result {
    color: gold;
    text-shadow: 0 0 5px #000;
    direction: ltr;
}

.box_rating .star-rating-on {
    cursor: inherit !important;
}

.rating_com .star-rating-container {
    z-index: 0;
}

.rating_com .star-rating-on {
    cursor: inherit !important;
}

.star-rating-on {
    cursor: pointer;
    position: relative;
    z-index: 10;
    overflow: hidden;
    white-space: nowrap;
}

.star-rating-off {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    color: #eee;
}

.star-rating-container.result .star-rating-off {
    color: dimgrey;
}

.cell_aA .box_up {
    display: flex;
    align-items: center;
    margin: 0.5rem;
}
.cell_aA .box_up > ul {
    margin: 0 auto;
    display: flex;
    width: 20rem;
    justify-content: space-around;
}
.cell_aA .box_md {
    text-align: right;
    margin-right: 2rem;
    margin-top: 1rem;
    display: flex;
    align-items: center;
}
.cell_aA .box_md .prv {
    padding: 0 .5rem;
}
.box_md_en {
    text-align: left;
    margin-left: 2rem;
    margin-top: 1rem;
}

.box_dwn {
    display: grid;
    grid-template-columns: 30% 69.3%;
    height: 2.3rem;
    column-gap: 5px;
    margin: 1.2rem auto 0;
    width: 99%;
}

.box_dwn .gbtn {
    /*border-radius: 0.5rem;*/
    /*box-shadow: 1px 3px 5px #999;*/
}

.box_dwn .btn_R {
    background-color: #01C3FF;
    color: #fff;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-weight: 500;
}

#all_Articles .box_dwn .text {
    font-size: 10pt;
}

#all_Articles .box_dwn .btn_R .text {
    position: absolute;
    z-index: 2;
}

.la_en #all_Articles .box_dwn .text, .la_tk #all_Articles .box_dwn .text {
    font-size: 14pt;
}

.box_dwn .btn_R:hover {
    cursor: pointer;
}

.box_dwn .gbtn.btn_L {
    background-color: #F3F2F2;
    display: flex;
    align-items: center;
    justify-content: space-around;
    /*border-radius: 0.5rem 0.5rem 0.5rem 0;*/
}


/*ripple*/
@keyframes shake {
    25% {
        transform: rotate(calc(var(--angle) * -1));
    }

    50% {
        transform: rotate(var(--angle));
    }

    100% {
        transform: rotate(0deg);
    }
}

.ripple {
    --width: 100%;
    --time: 0.7s;
    position: relative;
    display: inline-block;
    padding: 1em;
    background: #222;
    overflow: hidden;
}

.la_en .ripple, .la_tk .ripple {
    padding: unset !important;
}

.ripple text {
    position: relative;
    z-index: 5;

    transition: color var(--time);
}

.ripple:hover text {
    color: #fff;
}

.ripple span:nth-child(1) {
    position: absolute;
    display: block;
    content: "";
    z-index: 0;
    width: 0;
    height: 0;
    border-radius: 100%;
    background: #00f;
    transform: translate(-50%, -50%);
    transition: width var(--time), padding-top var(--time);
}

.ripple:hover span:nth-child(1) {
    width: calc(var(--width) * 2.55);
    padding-top: calc(var(--width) * 2.55);
}

.ripple.FLASH:hover text {
    color: #fff;
}

.animated {
    --angle: 5deg;
    animation: shake 0.3s;
}

/*en*/


.la_en .cell_aA .btn_L span:nth-child(1), .la_tk .cell_aA .btn_L span:nth-child(1) {
    margin-left: 4vw !important;
}

.grid4 {
    grid-template-columns: repeat(4, 1fr) !important;
}

.flexCenter .cell_f1 {
    height: 85px !important;
}

.flexCenter a {
    display: flex !important;
    align-content: center;
    justify-content: center;
    align-items: center;
    line-height: 23px;
    padding: 12px;
}

.wid260 {
    width: 260px !important;
}

.rig385 {
    right: 38.5rem !important;
}

.dirRight {
    direction: rtl !important;
}

.act {
    background-color: #00a8ff;
    color: #fff;
}

#box_expert div#nav {
    width: fit-content;
    margin: auto;
    display: flex;
}

div#nav > .items > img {
    width: 5rem;
    margin: 0 1rem;
    height: 5rem;
}

div#nav > .items {
    opacity: .2;
}

#box_expert div#slider_img {
    width: fit-content;
    margin: 0 auto;
}

#box_expert div#slider_img > .items > img {
    height: 27rem;
}

#box_expert #box_slider {
    position: relative;
    margin: auto;
    min-height: 24rem;
    align-content: center;
}

#box_expert #next, #box_expert #prov {
    position: absolute;
    top: 44%;
    cursor: pointer;
    z-index: 2;
}

#box_expert #next:hover > svg .fa-primary, #prov:hover > svg .fa-primary {
    color: #fff;
}

#box_expert #next > svg, #prov > svg {
    font-size: 2rem;
}

#box_expert #next {
    right: 0.4rem;
}

#box_expert #prov {
    left: 0.4rem;
}

#box_expert .active {
    opacity: 1 !important;
}

.boxHeader {
    display: flex;
    height: 2.5rem;
    box-shadow: 0 0 5px #999;
    border-radius: 0.4rem !important;
}

.cellHeader {
    line-height: 2.5rem;
    padding: 0 0.6rem;
    font-weight: 900;
    position: relative;
}

.cellHeader.bb2px::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #00f;
    left: 0;
    bottom: -1px;
    box-shadow: 0 5px 12px #00f;
}

.cellHeader:hover {
    cursor: pointer;
}


.boxs {
    position: relative;
    overflow: hidden;
    border-radius: 0.4rem !important;
    margin-bottom: 1.4rem;
    box-shadow: 0 0 5px #999;
}

.cellBoxs {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    background-color: #fff;
    border-radius: 0.4rem !important;
    flex-direction: column;
}

.bSh10 {
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
}

.bSh4 {
    box-shadow: 0 0 4px #cbced1;
}

.cellBoxs #cell_des {
    width: 100%;
}

.cell_com {
    border-bottom: 1px solid #eee;
    padding: 0.7rem 1.2rem;
}

span.st_word {
    display: block;
    width: 0.7rem;
    height: 1.7rem;
    background-color: #54A0ff;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: .5rem;
    margin: 0.2rem 0 .2rem 0.4rem;
}

.title_g {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ccc;
}

.title_g span:nth-child(2) {
    font-weight: 600;
}

span.Contact_path {
    font-size: 12.2pt;
    color: rgb(0, 195, 255);
}

.rating_com {
    display: flex;
    align-items: center;
}

span.time {
    font-weight: 600;
    font-size: 0.9rem;
}

span.name_com {
    text-align: right;
    display: block;
    font-size: 13.5pt;
}

.la_en span.name_com, .la_tk span.name_com {
    text-align: left;
}

.rating_com .box_star {
    display: flex;
    padding: 0 0.5rem;
}

p.comment {
    display: block;
    text-align: right;
    color: #757575;
}

.la_en p.comment, .la_tk p.comment {
    text-align: left;
}

/*provinces_Iran*/


.box_prIR {
    width: 80%;
    height: 10rem;
    border: 2px solid #999;
    box-shadow: 0 0 5px #999;
    border-radius: .2rem;
    direction: ltr;
    text-align: center;
    overflow-y: scroll;
    overflow-x: hidden;
    position: absolute;
    bottom: -10rem;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 3;
}


.prvs {
    height: 3rem;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-weight: 900;
    cursor: pointer;
    color: #333;
    transition: all .35s ease-in-out;
    border: 1px solid #999;
    background-color: #fff;
}

.moni {
    height: 2rem;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-weight: 900;
    cursor: pointer;
    transition: all .35s ease-in-out;
    color: #999;
    background-color: #fff;
    width: 7rem;
    margin: auto;
}

.prvs:hover {
    box-shadow: 0 0 0 #999;
    background-color: #999;
    color: #fff;
}

.name_filter {
    border: 1px solid transparent;
    border-radius: 0 0.3rem 0.3rem 0;
    height: 100%;
    position: relative;
    width: 3rem;
    color: #fff;
    cursor: pointer;
    background: rgb(2, 0, 36);
    background-image: linear-gradient(0deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 12%, rgba(0, 212, 255, 1) 100%);
    display: flex;
    justify-content: center;
}

.b_prvs {
    transform: rotate(90deg);
    display: block;
    position: absolute;
    top: 16px;
}

.ar_bPrvs {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -6px;
    transition: all .35s ease-in-out;
}

span.name_filter:hover span.ar_bPrvs {
    bottom: 0;
}



/*provinces_Iran*/

.profile .box_pr_sear {
    margin-top: 10rem;
}

.box_ads {
    height: 3rem;
    border: 1px solid #ccc;
    margin: 1rem;
    border-radius: .2rem;
    display: grid;
    grid-template-columns: 32% 30% 30% 8%;
}

.cellAds {
    border-right: 1px solid #ccc;
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.6rem;
    transition: all .25s ease-in-out;
}

.cellAds:hover {
    cursor: pointer;
    background-color: #eeee;
}

.cellAds > span.wAds {
    font-size: 14pt;
    font-weight: 900;
}

.cellAds > span.icnAds {
    display: flex;
    align-content: center;
    align-items: center;
}

input.inptAds {
    border-width: .1rem;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-style: solid solid solid hidden;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem;
    height: 100%;
    background-color: transparent;
    outline: none;
    font-size: 14pt;
    border-left: 0;
    padding: 0 0.6rem 0.2rem 1em;
    transition: all .25s ease-in-out;
}

input.inptAds:hover {
    border-right-color: #999;
    border-bottom-color: #999;
    border-top-color: #999;
}

input.inptAds::placeholder {
    font-family: iran_sans, calibri;
    color: #999;
}

input.inptAds:focus {
    border-right-color: #0084ff;
    border-bottom-color: #0084ff;
    border-top-color: #0084ff;
    box-shadow: 2px 0 5px #0084ff;
    color: #030a17;
}

.btnAds:hover {
    width: 100%;
    height: 100%;
    box-shadow: 0 0 5px 4px #999;
    border-radius: .2rem;
}

.box_allGroups {
    position: absolute;
    top: 15rem;
    left: 0;
    right: 0;
    margin: auto;
}

.box_allGroups .groups {
    width: 90%;
    padding: 0.6rem;
    background-color: #fff;
    border-radius: .2rem;
    box-shadow: 0 0 5px #fff;
    z-index: 20;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.all_g {
    display: flex;
    width: 100%;
    margin: auto;
    box-shadow: 0 0 5px #fff;
    flex-wrap: wrap;
}

.hvGrp {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    font-weight: 400;
    color: inherit;
    transition: all .15s ease-in-out;
    padding-right: 1rem;
    padding-bottom: 0.2rem;
}

.hvGrp:hover {
    cursor: pointer;
    color: #f1c40f;
}

.hvGrp span.title {
    padding-right: 0.5rem;
    font-weight: 800;
}

.cell_allg {
    width: 12.3rem;
    height: fit-content;
}

.cell_allg > .down {
    margin-top: 35px;
    display: block;
}

.all_g ul > li > a:hover {
    color: #f1c40f;
}

.all_g ul {
    text-align: right;
    padding-right: 1rem;
    line-height: 18px;
}

.all_g ul > li > a {
    font-size: 12.5pt;
    color: #999;
}

.vehicles.down {
    margin-top: 10px !important;
}

.fiximgspn {
    width: 1.8rem;
    display: block;
    height: 1.8rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.vehicles span.icn_AdsAllGrp {
    background-image: url("../img/Ads_All_Groups/vehicles.png");
}


.estate span.icn_AdsAllGrp {
    background-image: url("../img/Ads_All_Groups/estate.png");
}


.mobile span.icn_AdsAllGrp {
    background-image: url("../img/Ads_All_Groups/Mobile_tablet.png");
}


.Recreation span.icn_AdsAllGrp {
    background-image: url("../img/Ads_All_Groups/Sports_culture_leisure.png");
}

.electronic span.icn_AdsAllGrp {
    background-image: url("../img/Ads_All_Groups/Electronic_appliances.png");
}


.services span.icn_AdsAllGrp {
    background-image: url("../img/Ads_All_Groups/Business_work_services.png");
}

.employment span.icn_AdsAllGrp {
    background-image: url("../img/Ads_All_Groups/employment.png");
}


.personal_stuff span.icn_AdsAllGrp {
    background-image: url("../img/Ads_All_Groups/personal_stuff.png");
}

.industrial span.icn_AdsAllGrp {
    background-image: url("../img/Ads_All_Groups/Industrial_administrative_commercial.png");
}

.home_appliances span.icn_AdsAllGrp {
    background-image: url("../img/Ads_All_Groups/Home_Appliances.png");
}

.cell_allg a.More {
    color: #2980b9 !important;
}


.advertising .box_reg, .advertising_2 .box_reg {
    width: 92%;
    margin: auto;
    display: flex;
    flex-direction: row-reverse;
}

.box_reg .registration {
    padding: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 0.3rem;
    background-color: #2980b9;
    color: #fff;
}

.box_reg .registration span.text {
    margin: 0 0.4rem;
}

.box_reg .registration span.fas {
    box-shadow: 0 0 5px #fff;
}

.la_en .ad_page #sort_root, .la_tk .ad_page #sort_root {
    direction: rtl;
}


.box_reg .registration:hover {
    -webkit-box-shadow: 1px 3px 5px #333;
    -moz-box-shadow: 1px 3px 5px #333;
    box-shadow: 1px 3px 5px #333;
}

.la_en span.cu_flag, .la_tk span.cu_flag {
    left: 2.1rem !important;
}

.CV .submitCv .rt {
    padding: .2rem .5rem;
}

.la_en .home #box_02 span.h_pic_n, .la_tk .home #box_02 span.h_pic_n {
    font-family: sans-serif;
    font-weight: 300;
    font-size: 11pt;
}

.la_en section.pf-time, .la_tk section.pf-time {
    right: -15px;
}

.la_en .CV .fields .sort_head, .la_tk .CV .fields .sort_head {
    width: 10rem;
}

.la_en .CV .fields .sort, .la_tk .CV .fields .sort {
    width: unset;
}

.la_en .profile.information .b0.CV .name, .la_tk .profile.information .work_experience .cf .name {
    width: 10rem;
}

.la_en .profile.information .bEdit .fields .cf label.labelCV, .la_tk .profile.information .bEdit .fields .cf label.labelCV {
    font-size: 10pt;
    transform: rotate(-90deg) translateX(45px);
    display: flex;
}

.profile .cell_ex {
    background-color: #fff;
}

.la_tk .cvp_r {
    color: #00f;
    font-size: 11pt;
    font-weight: 900;
    font-family: sans-serif;
}

.la_tk .profile .type_plan {
    font-size: 12pt !important;
    font-family: sans-serif;
}

.la_tk .pf_setting .titer h1 {
    font-size: 18pt;
    font-family: sans-serif;
}

.la_tk .pf_setting .settings ul li h2 {
    padding: 0 1rem;
    font-family: sans-serif;
    font-size: 10pt;
}

.la_tk .payment span#btn_payment, .la_tk .payment_method h2 {
    font-family: sans-serif;
}

.la_tk .profile .b_m_p2 :last-child span.name {
    display: flex;
    width: 4rem;
    justify-content: flex-end;
}

.la_en .CV .btns .btn .name, .la_tk .CV .btns .btn .name {
    font-size: 9pt;
    font-family: sans-serif;
}

.la_en .CV .btns .btn, .la_tk .CV .btns .btn {
    flex-direction: row-reverse;
}

.la_en .digit, .la_tk .digit {
    padding: 0 0.3rem;
}

.la_en .CV .bL .result4 .des, .la_tk .CV .bL .result4 .des {
    font-size: 9pt;
    font-family: sans-serif;
}

.la_en .cvbox2 .title h2, .la_tk .cvbox2 .title h2 {
    font-size: 11pt;
    font-family: sans-serif;
}

.la_en .Useful_links .bx_links .bx01 .subLinks, .la_tk .Useful_links .bx_links .bx01 .subLinks {
    border-right: unset;
    border-left: 2px solid #999;
}

.la_en .rotat_90, .la_tk .rotat_90 {
    transform: rotate(90deg);
}

.la_en .Useful_links .bx_links .bx01 .arrow, .la_tk .Useful_links .bx_links .bx01 .arrow {
    margin: 0 0.4rem;
}

.la_en .applaction .about_txt > h3, .la_tk .applaction .about_txt > h3 {
    display: flex;
    justify-content: center;
    padding: 1rem 0;
}

.la_en .copyRight, .la_tk .copyRight {
    font-family: sans-serif;
}

.la_en .profile.plans .items .p_item section.pi_main ul li.Number, .la_tk .profile.plans .items .p_item section.pi_main ul li.Number {
    font-size: 14pt;
    font-family: sans-serif;
}

.notification {
    width: 100%;
    background-color: #999;
    position: fixed;
    top: 0;
    opacity: 0;
    z-index: -1;
    transition: opacity .35s ease-in-out;
}

.notification section.text {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .2rem 1rem;
    border: 1px dashed #fff;
    border-radius: .2rem;
    width: fit-content;
    margin: .2rem auto;
}

.op1 {
    opacity: 1 !important;
    z-index: 9999;
}

.notiTrue {
    background-color: green;
}

.notiFalse {
    background-color: red;
}

header .box_user {
    width: 3rem;
    height: 3rem;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 0 0 5px #000;
}

header .box_user > img {
    width: 100%;
    height: 100%;
}

.profile.dashboard .bxPfImg {
    width: 6rem;
    height: 6rem;
    box-shadow: 0 0 5px #999;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    overflow: hidden;
}
.profile.dashboard .bxPfImg > img {
    width: 6rem;
    height: 6rem;
}

.CV .password .inpts {
    text-align: center;
    font-size: 14pt;
    font-family: sans-serif;
}

.CV .password .eyes {
    position: absolute;
    top: 2.3rem;
    right: 1rem;
}

.CV .password .boxInpts {
    position: relative;
}

.CV #personalInfo textarea, .formPlus textarea {
    resize: none;
    height: 8rem;
}

.CV #personalInfo input, .CV #personalInfo textarea {
    width: unset !important;
}

.CV #personalInfo .bx2radio {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.CV #personalInfo ul.bRadios li {
    display: flex;
    justify-content: space-evenly;
}

.CV #personalInfo .bx2radio .bcvp_r {
    width: 7rem;
}

.CV #personalInfo .bx2radio .bcvp_r ul.bRadios {
    display: flex;
    justify-content: space-evenly;
}

.CV #personalInfo .sort.category {
    height: 2rem;
    width: 12.8rem;
    display: flex;
    justify-content: space-around;
    margin: auto;
    border: 1px solid #999;
}

.formPlus .sort.category {
    width: unset;
    padding: .5rem;
}

.CV #personalInfo .sort.category .name.selected_group {
    width: 10rem;
}

.formPlus .sort.category .name.selected_group {
    width: 100%;
    padding: 0 1.2rem;
    text-align: center;
}

.CV #personalInfo .sort.category .sort_head, .formPlus .sort.category .sort_head {
    width: 100%;
}

.CV #personalInfo .boxInpts {
    position: relative;
}

.CV .iconCelender {
    background: url("../img/calendar-96.png") no-repeat;
    background-size: cover;
    width: 2rem;
    height: 2rem;
    display: flex;
    position: absolute;
    top: 39px;
    left: 8px;
    transition: all .35s ease-in-out;
}

.CV input.calenders {
    text-align: center;
    font-family: sans-serif;
    font-weight: 400;
    font-size: 11pt;
}

.CV input[type=text], .CV input[type=number], .CV input[type=email], .CV input[type=password] {
    box-shadow: inset 6px 6px 6px #cbced1, inset -6px -6px 6px white;
    border: 1px solid #999;
    border-radius: .2rem;
    background: #ecf0f3;
    height: 2.5rem;
    font-size: 11pt;
    font-family: sans-serif;
    text-align: center;
    outline: none;
}

main.profile.spform .about label.labelCV {
    text-align: right;
    margin: 0 0.5rem;
}

.CV textarea, .general_info textarea,.admin textarea.adminTextarea {
    box-shadow: inset 6px 6px 6px #cbced1, inset -6px -6px 6px white;
    border: 1px solid #999;
    border-radius: .2rem;
    background: #ecf0f3;
    font-size: 11pt;
    font-family: vazir,sans-serif;
    line-height: 1.6rem;
    padding: 1rem;
    overflow-y: scroll;
    outline: none;
}

.CV label, .CV .labelCV {
    font-weight: 900;
}

.CV .Pro_skills .bxSkills {
    border: 1px solid #999;
    padding: .2rem;
    border-radius: .4rem;
    margin: 0 .2rem;
    min-height: 5rem;
    display: flex;
    flex-wrap: wrap;
}

.CV .Pro_skills .bxSkills li.cell {
    box-shadow: 0 0 5px #999;
    margin: .2rem;
    border-radius: 0.2rem;
    display: flex;
    align-items: center;
    height: 3rem;
    min-width: 8rem;
    padding: 0.5rem 1.6rem .5rem .5rem;
    overflow: hidden;
    position: relative;
}

.CV .Pro_skills .bxSkills li.cell span.text {
    font-size: 11pt;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.CV .Pro_skills .bxSkills li.cell span.close {
    background-color: #ccc;
    width: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #00f;
    cursor: pointer;
    height: 100%;
    position: absolute;
    right: 0;
}

.xLoading {
    position: fixed;
    background-color: rgba(0, 0, 0, .4);
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.xLoading img {
    width: 10rem;
    height: 10rem;
    position: fixed;
    top: 50%;
    display: flex;
}

.bodyF {
    position: fixed;
    width: 100%;
}

.deActiveBtn {
    background-color: #999 !important;
}

.CV .work_experience textarea, .CV .Educational_records textarea {
    width: 100%;
    margin: .2rem 0;
}

.CV .work_experience .bxinputs .fields {
    display: grid;
    grid-template-columns: 100%;
}

.CV .work_experience .bxinputs .fields > section {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 0.5rem;
}

.CV .work_experience section.bxinputs {
    display: flex;
    justify-content: space-around;
}

.CV .work_experience .bxinputs .btop {
    display: flex;
    flex-direction: column;
}

.CV .Educational_records section.fields {
    grid-template-columns: repeat(2, 1fr);
}

.CV .Educational_records section.fields > div.cf {
    justify-content: flex-start;
    width: 12rem;
}

.CV .cvbox2 .result, .CV .cvbox2 .result3 {
    min-height: 4rem;
}

.home .cell_23 {
    padding-bottom: 4rem;
}

.profile.addPr ul.casts {
    display: flex;
    justify-content: center;
}

.profile.addPr .boxInpts {
    display: flex;
    flex-direction: column;
    padding: .4rem;
    margin-bottom: 2rem;
}

.profile textarea {
    overflow-y: scroll;
}

.profile.addPr .prName input {
    margin: auto;
}

.home li.cell_Aa {
    overflow: hidden;
}

.information .Pro_skills .sort {
    min-width: 12rem;
    padding: .4rem;
}

.information .Pro_skills .sort .sort_head {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.information .Pro_skills .sort .sort_head .selected_group {
    width: 100%;
}

.lxpr div#bximg, .lxpfrlc div#bximg {
    width: 10rem;
    height: 10rem;
    display: flex;
    overflow: hidden;
}

.regOffer span.btn {
    height: 3rem;
    display: flex;
    border-radius: .4rem;
    margin: 1rem;
    justify-content: center;
    align-items: center;
    font-size: 15pt;
    font-family: vazir, sans-serif;
    border: 1px solid transparent;
    transition: all .2s ease-in-out;
    background-color: blue;
    color: #fff;
    box-shadow: 0 0 5px blue;
    font-weight: 300;
}

.regOffer input[type=text] {
    box-shadow: inset 6px 6px 6px #cbced1, inset -6px -6px 6px white;
    border: 1px solid #999;
    border-radius: .2rem;
    background: #ecf0f3;
    height: 2.5rem;
    font-size: 11pt;
    font-family: sans-serif;
    text-align: center;
    margin: .2rem;
    width: 8rem;
}

.regOffer .bxOffer {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.regOffer .pi {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.regOffer .bxInpts, .regOffer .total {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.regOffer span.btn:hover {
    cursor: pointer;
    box-shadow: 0 0 0 #666;
    border: 1px solid #999;
}

.lxpfrlc .bximgPrice, .lxpr .bximgPrice {
    display: grid;
    grid-template-columns: 20% 80%;
    align-items: center;
    justify-items: center;
}

.lxpfrlc .bximgPrice .bxPriceTime, .lxpr .bximgPrice .bxPriceTime {
    display: flex;
    box-shadow: inset -1px -1px 10px;
    padding: .5rem;
    border-radius: .2rem;
}

.lxpfrlc .bximgPrice .bxPriceTime > div, .lxpr .bximgPrice .bxPriceTime > div {
    display: flex;
    margin: 0 1rem;
    align-items: center;
    color: #555;
}

.lxpfrlc .bximgPrice .bxPriceTime > div > h4, .lxpr .bximgPrice .bxPriceTime > div > h4 {
    padding: 0 0.5rem;
}

.cell .bxOfferMy {
    display: grid;
    grid-template-areas: 'total day day'
        'parts parts parts';
    padding: .5rem;
    align-content: space-evenly;
}

.cell .bxOfferMy > div * {
    font-size: 12pt;
    color: #999;
    margin: 0 .2rem;
}

.cell .bxOfferMy > ul li * {
    font-size: 12pt;
    color: #999;
    margin: 0 .2rem;
}

.cell .bxOfferMy .total {
    grid-area: total;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cell .bxOfferMy .day {
    grid-area: day;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cell .bxOfferMy .day .money ,.cell .bxOfferMy .total .money {
    margin: 0 .5rem;
}
.cell .bxOfferMy .parts {
    grid-area: parts;
}

.lxofrs .cell {
    height: unset !important;
}

.lxofrs .cell section.bx_up {
    grid-template-columns: 100% !important;
}

.lxofrs .cell section.bx_up .parts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.lxpr .box_list .bx_avatar img {
    width: 8rem;
    height: 8rem;
}

.lxpr .box_list .cell {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 0 3px;
    border-radius: .2rem;
    border-top: 5px solid;
    border-bottom: 5px solid;
    flex-direction: row !important;
}

.List_advice.lxpr .box_list {
    display: grid;
    grid-template-columns: 100%;
}

.List_advice.lxpr .box_list .cell .bxOfferMy {
    width: 18rem;
    height: 8rem;
}

.List_advice.lxpr .box_list .cell .bxOfferMy .parts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: stretch;
}

.List_advice.lxpr .box_list .cell a.bx_btn {
    display: flex;
    height: 3rem;
    box-shadow: 0 0 5px;
    border-radius: 0.3rem;
    margin: .5rem;
    justify-content: center;
    align-items: center;
    font-family: vazir, sans-serif;
    font-size: 10pt;
    padding: 1.2rem;
    transition: all .3s linear;
}

.List_advice.lxpr .box_list .cell a.bx_btn.viewPf:hover {
    background-color: #00f;
    color: #fff;
}

.List_advice.lxpr .box_list .cell a.bx_btn.accept:hover {
    background-color: #f00;
    color: #fff;
}

.List_advice.lxpr .box_list .cell section.bx_bottom {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

span.box_counter {
    padding: 0 0.3rem;
}

.lxpr .notRecord {
    margin: 2rem auto;
}

.List_advice.lxpr .box_list .cell a.bx_btn.beginPj {
    background-color: #00f;
    box-shadow: 0 0;
    border: 2px solid #00f;
    color: #fff;
}

.cellAcceptPj {
    border-top: 4px solid #00f !important;
    border-bottom: 4px solid #00f !important;
    display: flex !important;
    flex-direction: row !important;
}

.lxmsg .bxWComment {
    display: flex;
}

.lxmsg .bxWComment input[type=text] {
    box-shadow: inset 6px 6px 6px #cbced1, inset -6px -6px 6px white;
    border: 1px solid #999;
    border-radius: .2rem;
    background: #ecf0f3;
    font-size: 11pt;
    font-family: vazir,sans-serif;
    text-align: center;
    width: 100%;
    height: 2.5rem;
}

.lxmsg .ser_btn > span {
    box-shadow: 0 0 6px #666;
    width: 4rem;
    border-radius: .2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 12.1pt;
    transition: all .2s ease-in-out;
    border: 0 solid #999;
    height: 2.5rem;
}


.lxmsg .box_head h3 {
    padding: 0 1rem;
}

.lxmsg .bx_comments.cell_ex {
    padding: 1rem;
    overflow: hidden;
    margin-top: .2rem !important;
}

.lxmsg .bxhup.cell_ex {
    margin-bottom: .2rem !important;
}

.lxmsg .cell_ex {
    margin: 1.2rem auto !important;
    width: 95%;
}

.lxmsg div#bxckActive {
    height: 2rem;
    margin: 0 auto !important;
    box-shadow: inset 0 0 5px;
    position: relative;
    overflow: hidden;
}

.lxmsg div#bxckActive .sender {
    height: 100%;
    width: 2rem;
    background-color: #999;
    position: absolute;
    left: 0;
}

.lxmsg div#bxckActive .ex {
    height: 100%;
    width: 2rem;
    background-color: #999;
    position: absolute;
    right: 0;
}

.lxmsg div#bxckActive .act {
    background-color: green !important;
}

.lxmsg .bx_comments .cell img {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    box-shadow: 0 0 5px #999;
}


.lxmsg .bx_comments .cell {
    display: flex;
    align-items: center;
    margin: 3rem 0;
}
.lxmsg .bx_comments .cell .bxAudio audio {
    border: 1px solid #999;
    border-radius: 1.5rem;
    padding: 0;
    margin: 0 0.8rem;
}
.lxmsg .bx_comments .cell a{
    display: flex;
}
main.lxmsg ul.listUserChats .notRecord,main.lxmsg ul.listCwu .notRecord {
    margin: 8.5rem 0!important;
    color: #ccc!important;
}
main.lxmsg ul.listUserChats .notRecord i.fas.fa-inbox,main.lxmsg ul.listCwu .notRecord i.fas.fa-inbox {
    font-size: 29pt;
    color: #ccc;
}
main.lxmsg ul.listUserChats .notRecord h4.emptyTxt ,main.lxmsg ul.listCwu .notRecord h4.emptyTxt {
    font-size: 10pt;
}

.lxmsg .bx_comments .cell .comment {
    padding: 0.5rem;
    background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%);
    margin: 0 .5rem;
}
.lxmsg .bx_comments .cell[pu=ex] .comment,.lxmsg .bx_comments .cell[pu=Employer] .comment{

    border-radius: 10rem 10rem 10rem 0;
}
.lxmsg .bx_comments .cell[pu=sender] .comment,.lxmsg .bx_comments .cell[pu=Expert] .comment{
    border-radius: 10rem 10rem 0 10rem;
}
.lxmsg .bx_comments .cell .date {
    font-size: 8pt;
    color: #999;
    position: absolute;
    bottom: 0;
}

.lxmsg .bx_comments .cell[pu=sender] .date {
    direction: rtl;
    right: 0;
}
.lxmsg .bx_comments .cell[pu=ex]  .date,.lxmsg .bx_comments .cell[pu=Employer]  .date {
    left: 0;
    direction: rtl;
}
.lxmsg .bx_comments section.comments {
    overflow-y: scroll;
    height: 20rem;
    padding: .5rem;
    background-color: #eee;
    border-radius: .4rem;
    overflow-x: hidden;
}
.lxmsg .bx_comments .cell{
    position: relative;
    min-height: 5rem;
}
.lxmsg .bx_comments .cell .bxDelivery{
    bottom: 0;
}
.lxmsg .bx_comments .cell .bxDelivery  {
    position: absolute;
    width: 2rem;
    height: 0.6rem;
    bottom: 0.4rem;
}
.lxmsg .bx_comments .cell[pu=sender] .bxDelivery {
    right: 5rem;
}
.lxmsg .bx_comments .cell[pu=ex] .bxDelivery ,.lxmsg .bx_comments .cell[pu=Employer] .bxDelivery {
    right: 28rem;
}
.lxmsg .bx_comments .cell .bxDelivery i.fas.fa-check {
    font-size: 8pt;
    color: #090;
    opacity: 0.5;
}
.lxmsg .bx_comments .cell[pu=sender] .bxDelivery i.fas.fa-check.deli {
    color: #03f;
}
.lxmsg .bx_comments .cell .bxDelivery i.fas.fa-check.deli{
    left: 3px;
    color: #03f;
}
.lxmsg .bx_comments .cell[pu=Employer], .lxmsg .bx_comments .cell[pu=ex] {
    direction: ltr;
}
.lxmsg .bx_comments .cell[pu=Employer] .bxDelivery, .lxmsg .bx_comments .cell[pu=ex] .bxDelivery {
    position: absolute;
    left: 4rem;
}
.lxmsg .bx_comments .cell .bxDelivery .sh0001 {
    position: relative;
}
.lxmsg .bx_comments .cell .bxDelivery .sh0001 i.fas.fa-check{
    position: absolute;
    bottom: -15px;
}
.lxmsg .bx_comments .cell[pu=sender] .bxDelivery .sh0001 i.fas.fa-check.deli {
    right: 0.3rem;
}
.lxmsg .bx_comments .cell[pu=ex] .bxDelivery .sh0001 i.fas.fa-check.deli,.lxmsg .bx_comments .cell[pu=Employer] .bxDelivery .sh0001 i.fas.fa-check.deli {
    left: 0.3rem;
}

.lxmsg .bx_comments .cell[pu=Expert], .lxmsg .bx_comments .cell[pu=sender] {
    direction: rtl;
}

.lxmsg .box_Categories ul.box_btns {
    display: flex;
    justify-content: space-around;
    margin: .5rem;
    width: unset !important;
    flex-direction: column;
}

.lxmsg .box_Categories ul.box_btns li {
    color: #fff;
    font-family: vazir, sans-serif;
    font-size: 11pt;
    font-weight: 100;
}

.lxmsg .box_Categories ul.box_btns li.end {
    background-color: red;
}

.lxmsg .box_Categories ul.box_btns li.difference {
    background-color: yellow;
    color: #000;
}

.lxmsg .box_Categories ul.box_btns li {
    margin: .5rem auto;
}

.lxmsg .menu_expert {
    width: unset !important;
    position: relative;
    padding: 1rem;
    margin-top: 8.4rem;
    border: unset !important;
}

.advertising.Free_ad_reg .menuSel {
    padding: 0;
    height: 3rem;
}

.advertising.Free_ad_reg .menuSel .sort.category {
    width: 100%;
    height: 100%;
    padding: 0 1rem;
}

.advertising.Free_ad_reg .menuSel .sort.category .sort_head {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.advertising.Free_ad_reg .menuSel .sort.category .sort_head .selected_group {
    top: 12px;
    right: 0;
    width: 100%;
    font-family: vazir, sans-serif;
}

.advertising.Free_ad_reg .menuSel .sort.category .U0Sort .cell_U0 {
    font-family: vazir, sans-serif;
}

.advertising.Free_ad_reg .ins {
    width: 100%;
    font-family: vazir, sans-serif;
    text-align: center;
    font-weight: 900;
}

.advertising.Free_ad_reg textarea.ins {
    font-size: 9pt;
    overflow-y: scroll !important;
}

.advertising.Free_ad_reg .progressBar {
    width: 100%;
}

.home .cell_Aa .bx_as *, .advertising .cell_Aa .bx_as * {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-family: vazir, sans-serif;
    font-size: 10pt;
}

.home .cell_Aa .bx_as .address, .advertising .cell_Aa .bx_as .address {
    justify-content: flex-end;
}

.home .cell_Aa .prices span.unit, .advertising .cell_Aa .prices span.unit {
    padding: 0 0.3rem;
}

.home .cell_Aa .bx_as, .advertising .cell_Aa .bx_as {
    justify-items: stretch;
    padding: .5rem;
    display: flex;
    width: 100%;
    margin: auto;
    position: absolute;
    bottom: 0;
    justify-content: space-between;
}

.advertising .cell_Aa .bx_name {
    justify-content: center;
}

.Free_ad_reg .bxCai {
    position: relative;
}

.Free_ad_reg .bxCai h5 {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
    top: 1rem;
}

.CV.resume_maker .bOne .bEdit section.flds {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.profile .sort .b_cells {
    max-height: unset !important;
}

main.List_advice.list_day.resumeMy {
    display: grid;
    grid-template-columns: 30% 70%;
    padding: 5rem;
}

main.List_advice.list_day.resumeMy .bxr {
    background-color: #eee;
}

main.List_advice.list_day.resumeMy .bxl {
    background-color: #fff;
}

.bg333 {
    background-color: #333 !important;
}

main.List_advice.list_day.resumeMy .bxr .bxImg {
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 5px #000;
    overflow: hidden;
}

main.List_advice.list_day.resumeMy .bxr .bxImg img {
    width: 6rem;
    height: 6rem;
}

main.List_advice.list_day.resumeMy .bxInfo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.5rem 1rem 0;
}

main.List_advice.list_day.resumeMy .bxInfo h1 {
    margin: 0.8rem auto;
}

main.List_advice.list_day.resumeMy .bxInfo h2 {
    width: 100%;
    text-align: center;
    height: 2rem;
    border-bottom: 1px solid #ccc;
    margin-bottom: .5rem;
    font-family: 'vazir', sans-serif;
}

main.List_advice.list_day.resumeMy .bxInfo ul li span {
    font-family: vazir, sans-serif;
    font-size: 10pt;
}

main.List_advice.list_day.resumeMy .bxInfo ul li span.rs {
    padding: 0 .5rem;
}

main.List_advice.list_day.resumeMy .bxInfo ul li {
    height: 2rem;
    display: flex;
}

main.List_advice.list_day.resumeMy .bxInfo.bxAboutMy .text {
    text-align: justify;
}

main.List_advice.list_day.resumeMy .bxl .listes ul li {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 2rem 0;
    box-shadow: inset 0 0 5px;
    height: unset;
    padding: .5rem;
    border-radius: .4rem;
}

main.List_advice.list_day.resumeMy .bxskills ul {
    list-style-type: disc;
}

main.List_advice.list_day.resumeMy .bxskills {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.5rem 1rem 0;
}

main.List_advice.list_day.resumeMy .bxskills h2 {
    width: 100%;
    text-align: center;
    height: 2rem;
    border-bottom: 1px solid #ccc;
    margin-bottom: .5rem;
    font-family: 'vazir', sans-serif;
}

main.List_advice.list_day.resumeMy .btn.cvDownload span.name {
    width: 10rem;
    height: 2rem;
    box-shadow: 1px 3px 5px #999;
    border-radius: .4rem;
    margin: 0 .2rem;
    border: 3px solid #e7e7e7;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F79F1F;
    color: #fff;
}

main.List_advice.list_day.resumeMy .btn.cvDownload {
    position: relative;
}

main.List_advice.list_day.resumeMy .btn.cvDownload:hover span.name {
    box-shadow: 0 0;
    cursor: pointer;
}

main.List_advice.list_day.resumeMy .btn.cvDownload span.fas.fa-file-download {
    position: absolute;
    color: #fff;
    top: 0.5rem;
    right: 0.9rem;
}

.profile #List .box_list .cell_right > .box_head {
    display: flex;
    justify-content: center !important;
    min-height: 2rem;
    border-bottom: 1px solid #ccc;
}

.profile #List .box_list .cell_right .cell .bxImg img {
    width: 6rem;
    border-radius: 50%;
    height: 6rem;
}

.profile #List .box_list .cell_right .cell .bxImg {
    width: 6rem;
    border-radius: 50%;
    height: 6rem;
}

.profile #List .box_list .cell_right .cell .bximgName {
    display: flex;
    align-items: center;
}

.profile #List .box_list .cell_right .cell .detail_ad {
    width: 70%;
    margin: auto;
}

.home #box_sear_top .bxResult {
    width: 60%;
    position: absolute;
    background-color: #ccc;
    box-shadow: 0 0 5px;
    min-height: 5rem;
    z-index: 99;
    top: 5rem;
}

.home #box_sear_top .bxResult img {
    width: 3.3rem;
}

.home #box_sear_top .bxResult .close {
    width: 2rem;
}

.home #box_sear_top .bxResult .close:hover {
    color: #fff;
}

.home #box_sear_top .bxResult .rs {
    background-color: #eee;
    padding: .5rem;
    max-height: 14rem;
    overflow-y: scroll;
    min-height: 4rem;
}

.home #box_sear_top .bxResult .rs a.cell {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    padding: .5rem 0;
    align-items: center;
    justify-items: center;
}

.home #box_sear_top .bxResult .rs a.cell:not(:last-child) {
    border-bottom: 1px solid #ccc;
}

.home #box_sear_top .bxResult .rs a.cell:hover {
    background-color: #fff;
}

.home #box_sear_top .bxResult .rs a.cell .bxAvatar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.home #box_sear_top .bxResult .rs a.cell h4 {
    font-family: 'vazir', sans-serif;
    font-size: 9pt;
    padding: 0 .5rem;
}

.List_advice.Educational_aids #List .cell_right .cell {
    border-right: 2px solid #bf55ec;
    min-height: 8.5rem;
    margin: 1.3rem;
    background: rgba(0, 0, 0, .02);
    padding: 0.6rem;
    box-shadow: 0 0 5px;
    display: grid;
    grid-template-columns: 30% 40% 30%;
}

.ad_page #Similar_ads li.cell_Aa {
    margin: 1rem;
    direction: ltr;
    width: 12.1rem !important;
    overflow: hidden;
}

.lxmsg .box_Categories ol li .bxBtns {
    display: grid;
    gap: .5rem;
    width: 10rem;
    justify-content: center;
    grid-template-columns: repeat(2,1fr);
}

.lxmsg .box_Categories ol li .bxBtns .btn {
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'vazir', sans-serif;
    font-size: 10pt;
    box-shadow: 1px 3px 5px #000;
    border-radius: .2rem;
    width: 100%;
    transition: all .3s ease-in-out;
}

.lxmsg .box_Categories ol li {
    border: 1px solid #ccc;
    padding: 1rem 0.4rem;
    margin: 0.9rem 0.5rem;
    display: flex;
    position: relative;
    justify-content: space-around;
    align-items: center;
}

.lxmsg .box_Categories ol li .btn.cqee {
    background-color: green;
    color: #fff;
}

.lxmsg .box_Categories ol li .btn.cqee.created {
    background-color: #999 !important;
    box-shadow: 0 0;
    cursor: default;
}

.lxmsg .box_Categories ol li .btn.fqee.created {
    background-color: #999 !important;
    box-shadow: 0 0;
    cursor: default;
}

.lxmsg .box_Categories ol li .btn.fqee {
    background-color: goldenrod;
    color: #333;
}

.lxmsg .box_Categories ol li .btn:hover {
    box-shadow: 0 0;
    cursor: pointer;
}

.List_advice.list_day.dd #List .cell_right .cell {
    width: 13.3rem;
    height: 18rem;
    border-right: unset !important;
    background-color: #fff;
    padding: 0;
    overflow: hidden;
    border-radius: 0.6rem;
    box-shadow: 1px 3px 5px #999;
    display: flex;
    justify-content: space-between;
}

.lxmsg .box_Categories ol li span.unit {
    position: absolute;
    right: -28px;
    transform: rotate(90deg);
    color: #ccc;
}

.lxmsg .box_Categories ol li span.unit2 {
    position: absolute;
    top: -13px;
    text-shadow: 0 0 #000;
    display: flex;
    font-size: 10pt;
    font-family: 'vazir', sans-serif;
    justify-content: center;
}

main.payment #counteryIp {
    font-family: 'vazir', sans-serif;
}

.copyRight.developer {
    bottom: -3.8rem;
    background-color: #333;
    font-family: vazir, sans-serif;
    font-size: 10.8pt;
    height: 1.5rem;
    display: flex;
    flex-direction: row-reverse;
}

.copyRight.developer .bxDeve {
    color: #eee;
    position: relative;
    margin: 0 .5rem;
    width: 6rem;
    height: 1.4rem;
}

.copyRight.developer .bxDeve:before {
    display: block;
    content: '';
    position: absolute;
    transform: scale(0, 1);
    transition: transform .4s cubic-bezier(1, 0, 0, 1);
    background-color: #fff;
    border-style: solid;
    border-width: 0;
    height: 100%;
    width: 100%;
    transform-origin: 50%;
    z-index: 1;
}

.copyRight.developer .bxDeve:hover:before {
    transform: scale(1);
}

.copyRight.developer .bxDeve span {
    transition: all 300ms ease-in-out;
    position: absolute;
    right: 12px;
    z-index: 5;
}

.copyRight.developer .bxDeve:hover span a {
    color: #00f;
    font-weight: 600;
}

.yas_tc #price {
    height: 3rem;
    border: 1px solid #ccc;
    font-family: 'vazir', sans-serif;
    text-align: center;
    font-size: 12.3pt;
}

main.dashboard .bxPap {
    width: 100%;
}

main.dashboard .xpj .bxPap .cell {
    width: 100%;
    border: 1px solid #ccc;
    padding: .2rem .5rem;
    display: flex;
    justify-content: center;
    margin: 0.5rem 0 0;
    border-radius: 0.2rem;
    background-color: #fff;
}

main.dashboard .pf_messages .bxPap .cell {
    display: flex;
    justify-content: center;
    align-items: center;
}

main.dashboard .pf_messages .bxPap .cell img {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
}

main.dashboard .pf_messages .bxPap .cell .txt {
    font-family: 'vazir', sans-serif;
    font-size: 9pt;
    margin: 0 0.5rem;
    background-color: #333;
    color: #eee;
    border-radius: .4rem;
    padding: 0.2rem 0.6rem;
}

main.dashboard .pf_messages .pf_m_tl {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

main.dashboard .bxPap ,main.lx .bxPap {
    margin: .5rem 0;
    background-color: #eee;
    overflow-y: scroll;
    padding: .5rem;
    display: flex;
    align-items: baseline;
    max-height: 12rem;
    overflow-x: hidden;
    min-height: 10rem;
}

.profile .bxDef {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

main.addPrEx h1 {
    font-size: 22pt !important;
}

main.addPrEx .prName input {
    margin: auto !important;
}

ul.xday {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: .5rem;
    justify-items: center;
}

ul.xday li.cellTv {
    background-color: #333;
    border-radius: 0.3rem;
    padding: .2rem;
    color: #eee;
    width: 4.5rem;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: vazir,sans-serif;
    font-size: 10.2pt;
    box-shadow: 1px 3px 5px #333;
    border: 4px solid #999;
}

ul.xday li.cellTv.deposited {
    background-color: #111 !important;
    color: #eee !important;
    border: 4px solid #0f0;
    cursor: default;;
}

/*.bxDays .detail  ul.xday li.cellTv:*/
.bxDays .times .allTime {
    background-color: #333;
    box-shadow: 0 0 5px #999;
    border-radius: 0.3rem;
    padding: .2rem;
    color: #eee;
    width: 11.5rem;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem auto;
}

.bxDays .detail .allTime:hover {
    box-shadow: 0 0 5px #fff
}

main.spform .response_person {
    padding: 1rem;
    position: relative;
}


main.spform .response_person .bxIconSearch {
    position: absolute;
    top: 2.3px;
    right: -2.4rem;
    box-shadow: 0 0 5px;
    background-color: #eee;
    border-radius: 0.3rem;
    height: 2.2rem;
    width: 2.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
}

main.spform .response_person .bxIconSearch:hover {
    box-shadow: 0 0;
    cursor: pointer;
    border: 1px solid #333;
}

main.spform .response_person .btn.RpSave:hover {
    box-shadow: 0 0 0 #999;
    cursor: pointer;
}

main.spform .response_person .btn.RpSave .name {
    padding: 0 .5rem;
}
.bxDays .detail > p{
    border: 1px dashed #ccc;
    border-radius: .4rem;
    padding: .5rem;
    text-align: justify;
    font-family: 'vazir',sans-serif;
    font-size: 10.4pt;
    color: #999;
}
.bxDays .detail {
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 5px;
    border-radius: .4rem;
    width: 16rem;
    padding: .5rem;
    position: absolute;
}
.bxDays .times {
    width: fit-content;
    margin: auto;
    position : relative;
}

.bxDays > .bxCalender {
    margin: auto;
    display: flex;
    position: relative;
    width: fit-content;
}

main.spform .bx1 {
    margin-bottom: 2rem;
}

.bxDays > .bxCalender .iconCelender {
    top: 4px;
}

.activeBx {
    background-color: #00f !important;
    box-shadow: 0 0 5px #00f !important;
}

main.lxofrs .box_head.tabPrjforex {
    right: 12rem !important;
    top: -2.9rem !important;
}

main.lxofrs .notRecord {
    display: flex;
    margin: 3rem auto;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

main.information .Career_preferences .sort .b_cells {
    max-height: unset !important;
}

.cGreen {
    color: green !important;
}

.lxofrs .box_head.tabPrjforex {
    right: 12rem;
    top: -52px;
}



main.lx input[type=text],main.lx input[type=number],main.lx input[type=email] {
    box-shadow: inset 6px 6px 6px #cbced1, inset -6px -6px 6px white;
    border: 1px solid #999;
    border-radius: .2rem;
    background: #ecf0f3;
    height: 2.5rem;
    font-size: 11pt;
    font-family: sans-serif;
    text-align: center;
    outline: none;
}

main.lx .answer i.fas.fa-search {
    position: absolute;
    top: 0.3px;
    right: 4px;
    box-shadow: 0 0 5px;
    background-color: #eee;
    border-radius: 0.3rem;
    height: 94%;
    width: 2.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
}

main.lx .answer i.fas.fa-search:hover {
    box-shadow: 0 0;
    cursor: pointer;
    border: 1px solid #333;
}

main.lx .answer ul.xDay li.cellTv {
    box-shadow: 0 0 5px;
    border-radius: .2rem;
    padding: .5rem;
    margin: .2rem;
    border: 1px solid transparent;
    width: 3rem;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    font-family: 'vazir', sans-serif;
    font-size: 10pt;
}

main.lx .answer ul.xDay li.cellTv:hover {
    box-shadow: 0 0;
    border: 1px solid #999;
}

main.lx .answer ul.xDay {
    display: flex;
    padding: .5rem;
    height: 10rem;
    overflow-y: scroll;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #eee;
    box-shadow: inset 0 0 34px #999;
}

main.lx .qus.face_time.hQuestion2 {
    height: 15.5rem !important;
}

main.spform h5.warning {
    color: #f00;
    width: 100%;
    text-align: justify;
    padding: 2rem;
    border: 3px dashed;
    border-radius: 0 1rem 0 1rem;
    background-color: rgba(255, 100, 255, 0.3);
    box-shadow: 1px 3px 5px #000;
}

.profile .header_profile .bxCenter {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-around;
}

main.profile.formPlus.spform .opc .box_aca .detail {
    display: flex;
    flex-direction: column;
    height: 80%;
    justify-content: space-around;
    align-items: center;
    background-color: #eee;
    width: 100%;
}

.alarm.green {
    background-color: #0f0 !important;
    box-shadow: 1px 0 3px 4px #0f0 !important;
}
.profile.information .Services .list .cell i.icnComment{
    color: #555;
    font-size: 20pt;
    cursor: pointer;
}
.alarm.red {
    background-color: #f00 !important;
    box-shadow: 1px 0 3px 4px #f00 !important;
}

.alarm.yellow {
    background-color: #ff0 !important;
    box-shadow: 1px 0 3px 4px #ff0 !important;
}

main.lx .digit {
    font-weight: bold;
    padding: 0 0.3rem;
}

.profile.information .Services .bxList h2.title {
    border-bottom: unset !important;
}

section.pf_menu-r.pf_subMenu {
    z-index: 8;
}

.r10rem {
    right: 10rem !important;
}

.admin .pf_menu-r .mr2_banner {
    margin-top: 3.6rem;
    height: 3rem;
    display: flex;
    background-color: #116b2c;
    background-image: linear-gradient(160deg, #5e5ebd 0%, #f1f2f9 69%);
    position: relative;
}

.admin .pf_menu-r .mr2_banner .icn {
    position: absolute;
    font-size: 30pt;
    color: #333;
    top: 0.5rem;
    display: flex;
    width: fit-content;
    height: fit-content;
    right: 0.5rem;
}

.admin .pf_menu-r .mr2_banner .name {
    position: absolute;
    left: 20px;
    top: 0.9rem;
    font-size: 12pt;
    font-family: 'vazir', sans-serif;
}

.admMenuActive {
    color: #4286f4 !important;
    background-color: #eee !important;
}

.admin .pf_menu-r.mr2 .pf_mr {
    margin-top: 1rem !important;
}

main.messages .box_Categories ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    width: fit-content;
    background-color: #fff;
    color: #999;
    max-height: 3rem;
    padding: 1rem;
    border-radius: .3rem;
    box-shadow: 0 0 5px #999;
}

main.messages .box_Categories ul {
    height: 10rem;
    overflow-y: scroll;
    display: flex;
    padding: .5rem;
    width: 100%;
    justify-content: space-evenly;
    background-color: #eee;
    box-shadow: inset 0 0 34px #999;
    flex-wrap: wrap;
}

main.messages .box_Categories ul li:hover {
    box-shadow: 0 0;
    border: 1px solid #999;
    cursor: pointer;
}

main.messages .box_Categories {
    margin: 1rem 0;
}

main.messages .box_slide {
    display: flex;
    justify-content: center;
}

main.messages .box_ex_R .box_head {
    padding: 0.5rem 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

main.messages .box_slide > textarea {
    outline: none;
    resize: none;
    height: 8rem;
    box-shadow: inset 6px 6px 6px #cbced1, inset -6px -6px 6px white;
    border: 1px solid #999;
    border-radius: .2rem;
    background: #ecf0f3;
    font-size: 11pt;
    font-family: sans-serif;
    line-height: 1.6rem;
    padding: 1rem;
    overflow-y: scroll;
    width: 100%;
    margin: 0 .5rem .5rem;
}

main.messages .btn {
    display: flex;
    width: 8rem;
    height: 4rem;
    box-shadow: var(--btnshadow);
    border-radius: .3rem;
    margin: 1rem auto;
    background-color: var(--pcolor);
    color: #fff;
    justify-content: center;
    align-items: center;
    font-size: 17pt;
}

main.messages .btn:hover {
    box-shadow: 0 0;
}

footer .enamad > a > img {
    width: 5.9rem;
}

.bge222 {
    background-color: #e222 !important;
}

main.messages h1 {
    text-align: center;
    width: 100%;
}

input[type=checkbox].free {
    width: .8rem !important;
}

main.spform label.lfree {
    padding: 0 0.2rem;
}

main.spform .bxFree {
    display: flex;
    width: 100%;
    justify-content: center;
}

main.spform .text_advice input.prc, main.spform .tel input.prc {
    margin: .2rem;
}

main.lxmsg h1 {
    text-align: center;
    width: 100%;
}

main.lxmsg section.bxClockCalender {
    position: absolute;
    left: 21px;
    top: -53px;
    display: flex;
    align-items: center;
    width: 10rem;
    flex-direction: column;
}

main.lxmsg .menu_expert i.fas.fa-power-off {
    position: absolute;
    right: 1rem;
    padding: 0.5rem;
    transition: all .4s ease-in-out;
    border: 1px solid transparent;
    border-radius: 50%;
    cursor: pointer;
}

main.lxmsg .menu_expert i.fas.fa-power-off:hover {
    background-color: #eee;
    color: #333;
    box-shadow: 0 0 5px #999;
}

main.lxmsg .menu_expert i.fas.fa-power-off:active {
    border: 1px solid #ccc;
    background-color: #eee;
    color: #333;
    box-shadow: 0 0;
}

main.lxmsg span.date_now {
    color: rgba(0, 0, 0, 0.65);
    font-weight: 900;
    border-radius: 50%;
    padding: 0 0.5rem;
}

main.lxmsg #sidebar_l input {
    box-shadow: inset 6px 6px 6px #cbced1, inset -6px -6px 6px white;
    border: 1px solid #999;
    border-radius: .2rem;
    background: #ecf0f3;
    font-size: 11pt;
    font-family: sans-serif;
    text-align: center;
    width: 100%;
    height: 2.5rem;
}

main.lxmsg #box_allArticles {
    display: grid;
    grid-template-columns: 75% 25%;
    column-gap: unset !important;
    overflow-x: hidden;
}

main.lxmsg #sidebar_l .cell_ex {
    padding: 1rem;
}

main.lxmsg #sidebar_l .cell_ex ul.bxres li a img.avatar {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
}

main.lxmsg #sidebar_l .cell_ex ul.bxres li a:not(.createPjQfu) {
    display: flex;
    box-shadow: 0 0 5px #999;
    padding: .5rem;
    align-items: center;
    border-radius: 0.2rem;
}

main.lxmsg #sidebar_l .cell_ex ul.bxres li a:hover h3 {
    color: #333 !important;
    font-weight: 900 !important;
}

main.lxmsg #sidebar_l .cell_ex ul.bxres li a .bxDetail > h3 {
    color: #333;
    font-weight: 400;
    font-size: 11pt;
}

main.lxmsg #sidebar_l .cell_ex ul.bxres li a .bxDetail {
    font-size: 9pt;
    color: #999;
    padding: 0 0.6rem;
}
main.lxmsg #sidebar_l .cell_ex ul.bxres li a .bxDetail h4{
    color: #ccc;
    font-weight: 100;
    font-size: 10pt;
}

main.lxmsg #sidebar_l .cell_ex ul.bxres li {
    margin: .5rem 0;
}

main.lxmsg #sidebar_l .cell_ex ul.bxres {
    height: 22.1rem;
    overflow-y: scroll;
    box-shadow: inset 0 0 5px;
    padding: 0 .5rem;
    border-radius: 0.2rem;
}

main.lxmsg .bxWComment .bxAf {
    display: flex;
    align-items: center;
    padding: 0.2rem;
    box-shadow: 0 0 5px;
    border-radius: .3rem;
    margin: 0 0.3rem 0 0;
    cursor: pointer;
    border: 1px solid transparent;
}

main.lxmsg .bxWComment .bxAf:hover {
    box-shadow: 0 0;
    border: 1px solid #999;
}

main.lxmsg .bxWComment .bxAf:hover i {
    color: #333;
}

main.lxmsg .bxWComment {
    padding: .5rem 0.7rem .2rem 0.7rem !important;
}

main.lxmsg span.btnSpeedNow {
    border: 2px solid #999;
    border-radius: 0.3rem;
    padding: 0 0.2rem;
    font-size: 11pt;
}

main.lxmsg span.btnSpeedNow:hover {
    cursor: pointer;
    border-color: #00f;
    color: #00f;
}

main.lxmsg .bxSpeed {
    display: flex;
    padding: 0.2rem 0.7rem;
}
main.lxmsg .bxSpeed::selection{
    text-shadow: none;
}

main.lxmsg .bxWComment .record {
    width: 2rem;
    margin: 0 0 0 0.5rem;
    box-shadow: 0 0 5px;
    border-radius: .4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

main.lxmsg .bxWComment .record:hover {
    cursor: pointer;
    box-shadow: 0 0 10px #00f;
    color: #00f;
}

main.lxmsg .bxWComment .record:active {
    cursor: pointer;
    box-shadow: 0 0 18px green;
    color: green;
}

main.lxmsg .bxWComment .bxAf i.fas.fa-paperclip {
    /*transform: rotate(315deg);*/
    font-size: 16pt;
    font-weight: 500;
}

main.lxmsg .bxWComment .bxAf i {
    color: #999;
}

main.lxmsg .ser_btn > span.btn_send {
    border: 1px solid transparent;
    color: #999;
}

main.lxmsg .ser_btn > span.btn_send:hover {
    box-shadow: 0 0;
    border: 1px solid #999;
    color: #333;
}

main.lxmsg input[type=text] {
    outline: #fff;
}

section.f_Commenting, section.f_sendPhoto {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, .4);
    right: 0;
    z-index: 999;
}

section.f_Commenting .sh_fc {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    width: 22rem;
    padding: 0.5rem;
    margin: 10rem auto;
}

section.f_sendPhoto .sh_fc {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.3);
    width: 22rem;
    margin: 10rem auto;
    border-radius: 0 0 .4rem .4rem;
    box-shadow: 0 0 5px #000;
    position: relative;
}

section.f_sendPhoto .sh_fc .bxClose {
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    right: 0;
    color: #000;
    background-color: rgba(0, 0, 0, .3);
    text-align: center;
}

section.f_sendPhoto .sh_fc .bxPwFi {
    width: 100%;
}

section.f_sendPhoto .sh_fc div#fileInfo {
    height: 2rem;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: .5rem;
    justify-items: center;
}

section.f_sendPhoto .sh_fc div#fileInfo * {
    color: #eee;
    font-weight: 100;
    font-size: 12pt;
}

section.f_sendPhoto .sh_fc .bxClose:hover {
    cursor: pointer;
    color: #eee;
}

section.f_sendPhoto div#prwSp {
    width: 100%;
    height: 10rem;
    display: flex;
    justify-content: center;
}

section.f_sendPhoto div#prwSp > img {
    max-width: 100%;
    height: 100%;
}

section.f_sendPhoto .bxBtnTxt {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 0.2rem 0.2rem;
    position: relative;
}

section.f_sendPhoto .bxBtnTxt input#txtSp {
    box-shadow: inset 6px 6px 6px #cbced1, inset -6px -6px 6px white;
    border: 1px solid #999;
    border-radius: .2rem;
    background: #ecf0f3;
    font-size: 11pt;
    font-family: 'vazir', sans-serif;
    text-align: center;
    width: 100%;
    height: 2.5rem;
    outline: none;
}

section.f_sendPhoto .bxBtnTxt span#btnCs {
    background-image: url('https://shoghlestoon.ir/asset/img/paper_plane.svg');
    background-repeat: no-repeat;
    background-position: center;
    height: 2.3rem;
    width: 3rem;
    display: flex;
    margin: .2rem;
    background-size: 1.6rem;
    position: absolute;
    cursor: pointer;
}

section.f_Commenting .sh_fc textarea#comment {
    border: 1px solid #999;
    border-radius: .2rem;
    background: #ecf0f3;
    font-size: 9pt;
    font-family: 'vazir', sans-serif;
    line-height: 1.6rem;
    padding: 0.4rem;
    resize: none;
    width: 20rem;
    height: 10rem;
}

section.f_Commenting .sh_fc textarea#comment:focus-visible {
    outline: #fff;
}

section.f_Commenting .sh_fc button#btnCs, section.f_sendPhoto .sh_fc button#btnCs {
    padding: .5rem 2rem;
    border-radius: .2rem;
    font-family: 'vazir', sans-serif;
    font-size: 9pt;
}

section.f_Commenting .sh_fc .bxStarBtn {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    padding: 0.4rem 0 0;
}

section.f_Commenting .sh_fc label {
    font-size: 12pt;
    margin-bottom: .2rem;
}

main.lxex .box_rating .box_visit a.text, main.lxdr .box_rating .box_visit a.text {
    text-align: center !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .5rem 2rem;
}

img.loading {
    width: 2rem;
}

main.lxex #online.send, main.lxdr #online.send, main.lxex #tackingTime.send, main.lxdr #tackingTime.send {
    background-color: #999;
    color: #fff;
    font-family: vazir;
    font-weight: 100;
    font-size: 11pt;
    cursor: pointer;
}

main.lxex #tackingTime.text.act, main.lxdr #tackingTime.text.act {
    background-color: #00f !important;
    color: #fff !important;
    font-family: vazir;
    font-weight: 100;
    font-size: 11pt;
}

.box_sh_cor span.count {
    position: absolute;
    background-color: #f00;
    width: fit-content;
    right: -23.7px;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 .2rem .2rem 0;
    padding: 0 .5rem;
    box-shadow: 0 0 4px 2px #ccc;
}

img#refresh {
    display: flex;
    width: 2rem;
    height: 2rem;
}

img#refresh.anime {
    animation: refresh 2s ease-in-out infinite;
}

@keyframes refresh {
    0% {
        transform: rotate(0deg)
    }
    50% {
        transform: rotate(180deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.profile.requests ul#requestsList {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.profile.requests ul#requestsList li {
    display: flex;
    width: 100%;
}

.profile.requests ul#requestsList li div {
    box-shadow: 0 0 5px;
    padding: .5rem;
    border-radius: .2rem;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}


.profile.requests ul#requestsList li button {
    border: 1px solid #ccc;
    padding: .4rem;
    border-radius: .2rem;
    width: 5rem;
    margin: 0 auto;
}

.profile.requests ul#requestsList li button.accept:hover, .profile.requests ul#requestsList li button.failed:hover {
    box-shadow: 0 0;
}

.profile.requests ul#requestsList li button.accept {
    box-shadow: 0 0 5px green;
}

.profile.requests ul#requestsList li button.failed {
    box-shadow: 0 0 5px red;
}

.profile.requests h1 {
    text-align: center;
    font-size: 22pt;
}

.profile.requests .pfItems.cell_ex {
    min-height: 24rem;
}

main.lxmsg .clock.m00 {
    background: unset !important;
    border: unset !important;
    height: 3.7rem !important;
}

main.profile.requests button.clicked {
    background-color: #999 !important;
    cursor: default !important;
}

.lxmsg .comments .cell .cmImg {
    display: flex;
    align-items: flex-end;
}

.lxmsg .comments .cell .txt {
    margin: 0 0.8rem;
    max-width: 25rem;
}
.lxmsg .comments .cell[pu=ex] .txt,.lxmsg .comments .cell[pu=Employer] .txt{
    direction: rtl;
}
.lxmsg .comments .cell .bxfile {
    font-size: 25pt;
    color: #3061d1e9;
}

.cmImg {
    padding: 0 !important;
    background-image: unset !important;
    border-radius: unset !important;
    margin: 0 .5rem;
}

.cmImg img {
    padding: 0 !important;
    background-image: unset !important;
    border-radius: unset !important;
}
