@font-face {
    font-family: IRANYekan;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/iranyekanweblight.woff') format('woff'),
    url('../fonts/iranyekanweblight.ttf') format('truetype');
}

@font-face {
    font-family: IRANYekan1;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/iranyekanwebregular.woff') format('woff'),
    url('../fonts/iranyekanwebregular.ttf') format('truetype');
}

@font-face {
    font-family: IRANYekan2;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/iranyekanwebbold.woff') format('woff'),
    url('../fonts/iranyekanwebbold.ttf') format('truetype');
}


@font-face {
    font-display: swap;
    font-family: IRANSans;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/iransans/IRANSansWeb_Bold.eot);
    src: url(../fonts/iransans/IRANSansWeb_Bold.woff2) format("woff2"),
    url(../fonts/iransans/IRANSansWeb_Bold.woff) format("woff"),
    url(../fonts/iransans/IRANSansWeb_Bold.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/iransans/IRANSansWeb_Medium.eot);
    src: url(../fonts/iransans/IRANSansWeb_Medium.woff2) format("woff2"),
    url(../fonts/iransans/IRANSansWeb_Medium.woff) format("woff"),
    url(../fonts/iransans/IRANSansWeb_Medium.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: IRANSans;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/iransans/IRANSansWeb.eot);
    src: url(../fonts/iransans/IRANSansWeb.woff2) format("woff2"),
    url(../fonts/iransans/IRANSansWeb.woff) format("woff"),
    url(../fonts/iransans/IRANSansWeb.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/iransans/IRANSansWeb_Light.eot);
    src: url(../fonts/iransans/IRANSansWeb_Light.woff2) format("woff2"),
    url(../fonts/iransans/IRANSansWeb_Light.woff) format("woff"),
    url(../fonts/iransans/IRANSansWeb_Light.ttf) format("truetype")
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}

html {
    margin: 0;
    padding: 0;
    /*overflow-x: hidden;*/
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    height: 100%;
}

body {

    font-family: IRANSans;
    /*font-weight: 400;*/
    margin: 0px;
    padding: 0px;
    direction: ltr;
    font-size: 14px;
    overflow-x: hidden;
    text-align: right;
    line-height: 1;
    background-color: #fafafa;
}

.total_main {
    direction: rtl;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

* {
    font-family: IRANSans;
}

a:hover, a.active, a:active, a:visited, a:focus {
    text-decoration: none;
}


/*begin header*/
.header {
    height: 70px;
    padding: 10px 0px;
    background-color: #f8b300;
    direction: rtl;
}

.logo_header {
    /*margin-left: 30px;*/
    /*background-color: #ffbe1a;*/
    border-radius: 5px;
}

.logo_header span {
    font-weight: bold;
    color: #27241a;
}

.Navbar {
    display: flex;
    align-items: center;
    height: 100%;
}

.menu_item {
    display: flex;
    align-items: center;
    height: 100%;
    /* margin: 0px 20px; */
    /*padding: 0px 20px;*/
    position: relative;
}

.dropdown-menu-user {
    display: none;
    position: absolute;
    top: 100%;
    z-index: 10;
    background-color: #303030;
    border-radius: 5px;
    width: 150px;
    text-align: center;
    left: 0;
}

.dropdown_item {
    position: absolute;
    top: 100%;
    background-color: #303030;
    width: 200px;
    right: 0;
    text-align: right;
    border-radius: 5px;
    display: none;
    z-index: 1;
    color: #fff;
}

.dropdown_item li {
    height: 30px;
}

.dropdown_item li a {
    color: #fff;
}

.menu_item a {
    height: 100%;
    display: flex;
    align-items: center;
    margin: 0px 15px;
    padding: 0px 5px;
    color: #000000;
    position: relative;
}

.menu_item a:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: white;
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.menu_item a:hover:before {
    left: 0;
    right: 0;
}

.menu_item.active a:before {
    left: 0;
    right: 0;
}

.box_search {
    margin-right: auto;
    /*border: 1px solid;*/
    border-radius: 5px;
    overflow: hidden;
    margin-left: 10px;
    background-color: #ffbe1a;
    height: 40px;
    display: flex;
    align-items: center;
    padding-right: 10px;
    width: 250px;
}

.box_search span {
    width: 20px;
    display: flex;
}

.box_search input {
    border: unset;
    background-color: #ffbe1a;
    height: 100%;
    width: calc(100% - 20px);
    padding-right: 10px;
}

.box_search input::placeholder {
    color: #000000;
}

.box_search input:focus {
    outline: unset;
}

.login_register {
    border-radius: 5px;
    width: 160px;
    display: flex;
    justify-content: center;
    height: 41px;
    align-items: center;
    background-color: #ffbe1a;
    font-size: 15px;
    position: relative;
}

.login_register i {
    margin-left: 5px;
}

.login_register img {
    width: 30px;
    height: 100%;
    object-fit: contain;
    margin-left: 5px;
}

.dropdown_user {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: unset;
}

.dropdown-menu-user a {
    color: #fff !important;
    font-size: 14px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login_register a {
    color: #000000;
}

.menu_header {
    height: 100%;
    display: flex;
    align-items: center;
}

.logo_header img {
    height: 70px;
}

.icon_bar {
    border-radius: 5px;
    width: 40px;
    justify-content: center;
    height: 40px;
    align-items: center;
    background-color: #ffbe1a;
    font-size: 18px;
    margin-right: 10px;
    display: none;
}

.header_mobile {
    display: none;
}

.main_menu {
    display: flex;
    background-color: #303030;
    border-radius: 40px;
    justify-content: space-between;
    padding: 10px 15px;
    position: relative;
}

.item_menu_mobile img {
    width: 30px;
    margin-bottom: 8px;
    filter: brightness(0) invert(1);
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.item_menu_mobile > div {
    text-align: center;
    color: #fff;
    font-size: 15px;
}

.item_menu_mobile.active img {
    filter: unset;
}

.item_menu_mobile.active > div {
    color: #ffb603;
}

.item_menu_mobile:hover img {
    filter: unset;
}

.item_menu_mobile:hover > div {
    color: #ffb603;
}

.center_icon_mobile {
    border-radius: 50px;
    position: absolute;
    bottom: 35px;
    background-color: #fff;
    z-index: 999999;
    /* opacity: 0; */
    /* padding: 20px; */
    right: calc((100% - 80px) / 2);
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border-bottom: 50px solid white; */
}

.child_icon_mobile {
    background-color: #303030;
    border-radius: 50px;
    /* padding: 20px; */
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*position: absolute;*/
    /*bottom: -39px;*/
}

.child_icon_mobile img {
    margin-bottom: 0;
    width: 40px;
}

.item_menu_mobile div.center {
    /*position: absolute;*/
    /*bottom: 7px;*/
    /*right: 46%;*/
}

.item_menu_mobile {
    margin: 0px 20px;
    width: 100px;
}


/********section1 index*****/
.mtn-banner .mtn-banner__bg {
    width: 100%;
    padding: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.mtn-banner__bg {
    background-size: cover !important;
}

.mtn-banner.mtn-header-page .mtn-banner__content {
    width: 100% !important;
    left: 0px !important;
    padding: 0;
    z-index: 10;
}

.mtn-banner .mtn-banner__content {
    width: 100%;
    position: absolute;
    bottom: 50% !important;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.mtn-banner.mtn-header-page .mtn-curve {
    position: absolute;
    bottom: 0px;
}

.mtn-curve {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    width: 100%;
}

.mtn-curve {
    position: relative;
    width: 100%;
    z-index: 2;
    height: 25px;
    z-index: 2 !important;
}

.header-section {
    position: relative;
}

.mtn-svg-fill--gray {
    background-color: #F2F2F2;
}

.mtn-svg-fill--gray {
    fill: #ffffff;
}

.application-logo {
    position: relative;
    background-color: #ffffff;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    border-radius: 20px;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    text-align: center;
}

.application-logo img {
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.main-title {
    text-align: center;
    margin: 0;
}

.application-button a {
    text-align: center;
    width: 140px;
    font-size: 15px;
    background-color: #ffbe1a;
    height: 40px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 10px;
    cursor: pointer;
    margin: 0 auto;
    color: #000000;
}

.mtn-banner.mtn-header-page, .mtn-banner {
    height: 350px;
}

.mtn-banner .mtn-banner__bg:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.7))) !important;*/
    /*background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.7)) !important;*/
    pointer-events: none;
}

.main-title h1 {
    font-size: 35px;
    font-weight: bold;
    color: #fff;
    margin-top: 10px;
}

.img-home-style- {
    width: 100%;
}


/*section2 index*/
.items_section2_index {
    justify-content: space-between;
}

.parent_icon_profile img {
    width: 60px;
}

.parent_icon_profile {
    width: 135px;
    height: 135px;
    background-color: #ffb603;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
}

.section2_index {
    margin-bottom: 50px;
    margin-top: 50px;
}

.parent_text_profile {
    margin-top: 20px;
    background-color: #ffb603;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #090909;
}


/*section3 index*/
.banner_section3_index {
    width: 100%;
}

.section3_index {
    margin-bottom: 50px;
}

.parent_icon_chart {
    box-shadow: 0px 0px 9px 2px #d9d3d3;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    width: 150px;
    height: 150px;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.section4_index {
    margin-bottom: 50px;
}

.parent_icon_chart img {
    width: 120px;
}

.parent_text_chart_name {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-top: 15px;
}

.parent_text_chart_price {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
}


/*page hamkar*/
.total_main_hamkar {
    /*background-color: #dfdfdf;*/
    background-color: #efeff4;
    height: auto;
    min-height: 100%;
}

.title_page_hamkar {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    /*margin-bottom: 20px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.line_title {
    border: 1px solid #000;
    margin: 0px 20px;
    width: 70px;
    height: 2px;
}


/*box colleague*/
.box_colleague {
    background-color: #fff;
    border-radius: 10px;
    text-align: right;
    position: relative;
    box-shadow: 0 2px 6px 0 rgb(28 28 30 / 20%);
    width: 98%;
    margin: 0 auto;
}

.box_colleague_top {
    padding: 10px 0px;
    border-bottom: 2px solid #b0b0b0;
}

.box_colleague_top a {
    color: #000;
}

.box_colleague_bottom {
    padding: 0px 20px;
    display: flex;
    align-items: center;
}

.icon_more {
    position: absolute;
    left: 8px;
    top: 8px;
    cursor: pointer;
    padding: 5px;
    color: #3b3b3b;
    width: 35px;
    height: 35px;
    border: 1px solid #c9c9cd;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.icon_more img {
    width: 6px;
}

.span_special {
    /* width: 100px; */
    background-color: #ffb603;
    height: 30px;
    display: inline-block;
    justify-content: center;
    align-items: center;
    line-height: 23px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    font-size: 14px;
    padding: 2px 5px;
}

.title_advertise_box, .title_tender_box {
    margin: 20px 10px 10px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.9;
    max-height: 55px;
    overflow: hidden;
}

.title_advertise_box.partner, .title_tender_box.partner {
    height: unset;
    /* line-height: unset; */
    margin: 0px 10px 10px 7px;
    padding-left: 10px;
}

.title_advertise_box a, .title_tender_box a {
    color: #000;
}

.name_store_box {
    margin: 0px 20px;
    margin-bottom: 15px;
    font-size: 15px;
}

.name_store_box.partner {
    line-height: 1.6;
    margin: 0px 7px 5px 0px;
    font-size: 13px;
    overflow: hidden;
    max-height: 48px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.information_partner {
    display: flex;
    height: 110px;
    margin: 0px 20px;
}

.element_name_address_partner {
    width: calc(100% - 110px);
    height: 100%;
    overflow: hidden;
}

.image_box_partner {
    width: 110px;
    overflow: hidden;
    border-radius: 5px;
    height: 100%;
}

.image_box_partner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category_box {
    margin: 15px 20px 0px 20px;
    font-size: 14px;
    font-weight: bold;
}

.category_box img {
    width: 25px;
    margin-left: 5px;
}

.call_box_colleague img {
    width: 25px;
}

.call_box_colleague {
    border-left: 2px solid #b0b0b0;
    margin-left: 5px;
    padding: 10px 0px 10px 5px;
    font-size: 14px;
}

.call_box_colleague a {
    color: #000;
}

.chat_box_colleague {
    border-left: 2px solid #b0b0b0;
    margin-left: 5px;
    padding: 10px 0px 10px 5px;
    font-size: 14px;
    cursor: pointer;
}

.chat_box_colleague img {
    width: 25px;
}

.time_box_colleague {
    margin-right: auto;
    font-size: 14px;

}

.timer-tender {
    justify-content: space-between;
    display: flex;
    width: 100%;
}


/*page advertise*/
.sideBar_ads {
    width: 300px;
    height: 100%;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 20px;
    box-shadow: 0 2px 6px 0 rgb(28 28 30 / 20%);
}

.content_crop {
    /*width: calc(100% - 310px);*/
    /*width: calc(100% - 347px);*/
}

.widget_item_sidebar {
    margin-bottom: 20px;
}

.widget_title_sidebar {
    font-weight: bold;
    margin-bottom: 20px;
}

.form-style-fild, .select2-selection--single {
    background: #ffffff;
    height: 40px !important;
    line-height: 36px !important;
    font-size: 14px;
    outline: none !important;
    border-radius: 4px;
}

.select2-selection__rendered, .select2-container--default .select2-selection--single {

    border: 1px solid #c0c0c0 !important;
}

.select2-search__field:focus {
    outline: none !important;
}

.select2-selection__rendered, .select2-selection__arrow {
    border: none !important;
    height: 100% !important;
    line-height: 36px !important;
    font-size: 14px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: none !important;
}

.select2-search__field {
    outline: none;
}

.border-gray- {

    border: 1px solid #c0c0c0 !important;
}

.border-w- {
    border: 1px solid #ffffff;
}

.box_search_sideBar {
    display: flex;
    border: 2px solid #b0b0b0;
    height: 40px;
    border-radius: 5px;
    overflow: hidden;
}

.icon_search_sidebar {
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffb603;
}

.box_search_sideBar input {
    border: 0;
    width: 100%;
    height: 100%;
    padding-right: 8px
}

.box_search_sideBar input:focus {
    outline: unset;
}

.alert_copy_parent {
    position: absolute;
    bottom: 110%;
    right: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
    width: 0;
    /*overflow: hidden;*/
}

.alert_copy_parent.show {
    width: 100px;
    opacity: 1;
    right: -50px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    z-index:9999;
}

.alert_copy {
    position: relative;
    background-color: #dbdada;
    font-size: 14px !important;
    width: 100px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 30px;
    border-radius: 7px;
    color: black;
}

.alert_copy:before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    background-color: #dbdada;
    bottom: -5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 20px;
}

#copyURLtoKeyboard {
    display: block;
    width: 100%;
    padding: 0.375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
    outline: none;
    border: unset;
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.icon_share {
    position: relative;
}


/* COMMON RADIO AND CHECKBOX STYLES  */
.widget_item_sidebar input[type=radio],
.widget_item_sidebar input[type=checkbox] {
    /* Hide original inputs */
    visibility: hidden;
    position: absolute;
}

.widget_item_sidebar input[type=radio] + label:before,
.widget_item_sidebar input[type=checkbox] + label:before {
    height: 20px;
    width: 20px;
    margin-right: 2px;
    content: " ";
    display: inline-block;
    vertical-align: baseline;
    border: 2px solid #b9b9b9;
    margin-left: 5px;
    cursor: pointer;
}

.btn_search_form {
    background: #ffb603;
    padding: 0px 20px;
    height: 40px;
}

.widget_item_sidebar input[type=radio]:checked + label:before,
.widget_item_sidebar input[type=checkbox]:checked + label:before {
    background: #f8b300;
    border-color: #f8b300;
}

.widget_item_sidebar input[type=checkbox]:checked + label:before {
    background-image: url(../image/advertise/tick.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

/* CUSTOM RADIO AND CHECKBOX STYLES */
.widget_item_sidebar input[type=radio] + label:before {
    border-radius: 50%;
}

.widget_item_sidebar input[type=checkbox] + label:before {
    border-radius: 2px;
}

.btn_add_page {
    background-color: transparent;
    height: 40px;
    border-radius: 5px;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 110px;
    font-size: 15px;
    border: 1px solid #a39266;
}

.btn_add_page i {
    margin-left: 5px;
    color: #444444;
}

.title_crop_page, .title_tender_page {
    font-size: 15px;
    /* font-weight: bold; */
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.header_page_crop {
    display: flex;
    /*justify-content: space-between;*/
    margin-bottom: 20px;
}

.btn_add_page:hover {
    color: #000;
}

.box_search_mobile {
    border: 2px solid #d1d1d1;
    border-radius: 5px;
    margin-bottom: 25px;
    display: flex;
    height: 45px;
    align-items: center;
    overflow: hidden;
}

.input_search_mobile {
    height: 100%;
    border: unset;
    width: calc(100% - 100px);
}

.input_search_mobile:focus {
    outline: unset;
}

.search_modal_category {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
    z-index: 99;
    padding: 30px;
}

.hiddenfild- {
    display: none !important;
}

.close_filter_category {
    height: 35px;
    background-color: #f8b300;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    color: #000;
    width: 120px;
}

.item-collapsible {
    position: relative;
    height: 100%;
    padding-top: 20px;
}

.collapsible-active {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.filter-title {
    font-weight: bold;
    font-size: 17px;
}

.list-unstyled li {
    margin-bottom: 5px;
    font-size: 15px;
}

.box_search_category_mobile {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    display: flex;
    align-items: center;
    padding: 0rem 0.75rem;
}

.box_search_category_mobile input {
    width: calc(100% - 20px);
    border: unset;
    height: 100%;
}

.box_search_category_mobile input:focus {
    outline: unset;
}

/* COMMON RADIO AND CHECKBOX STYLES  */
.list-unstyled li input[type=radio],
.list-unstyled li input[type=checkbox] {
    /* Hide original inputs */
    visibility: hidden;
    position: absolute;
}

.list-unstyled li input[type=radio] + label:before,
.list-unstyled li input[type=checkbox] + label:before {
    height: 15px;
    width: 15px;
    margin-right: 2px;
    content: " ";
    display: inline-block;
    vertical-align: baseline;
    border: 2px solid #b9b9b9;
    margin-left: 5px;
    cursor: pointer;
}

.list-unstyled li input[type=radio]:checked + label:before,
.list-unstyled li input[type=checkbox]:checked + label:before {
    background: #f8b300;
    border-color: #f8b300;
}

.list-unstyled li input[type=checkbox]:checked + label:before {
    background-image: url(../image/advertise/tick.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

/* CUSTOM RADIO AND CHECKBOX STYLES */
.list-unstyled li input[type=radio] + label:before {
    border-radius: 50%;
}

.list-unstyled li input[type=checkbox] + label:before {
    border-radius: 2px;
}

.list-unstyled li label {
    display: flex;
}

.list-unstyled {
    height: calc(100vh - 260px);
    overflow-y: auto;
}

.title_category_list {
    font-weight: bold;
    margin-bottom: 15px;
}

/*end page advertise*/


/* COMMON RADIO AND CHECKBOX STYLES  */
.form_create_advertise input[type=radio],
.form_create_advertise input[type=checkbox],
.form_create_tender input[type=radio],
.form_create_tender input[type=checkbox] {
    /* Hide original inputs */
    visibility: hidden;
    position: absolute;
}

.form_create_advertise input[type=radio] + label:before,
.form_create_advertise input[type=checkbox] + label:before,
.form_create_tender input[type=radio] + label:before,
.form_create_tender input[type=checkbox] + label:before {
    height: 15px;
    width: 15px;
    margin-right: 2px;
    content: " ";
    display: inline-block;
    vertical-align: baseline;
    border: 2px solid #b9b9b9;
    margin-left: 5px;
    cursor: pointer;
}

.form_create_advertise input[type=radio]:checked + label:before,
.form_create_advertise input[type=checkbox]:checked + label:before,
.form_create_tender input[type=radio]:checked + label:before,
.form_create_tender input[type=checkbox]:checked + label:before {
    background: #f8b300;
    border-color: #f8b300;
}

.form_create_advertise input[type=checkbox]:checked + label:before,
.form_create_tender input[type=checkbox]:checked + label:before {
    background-image: url(../image/advertise/tick.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

/* CUSTOM RADIO AND CHECKBOX STYLES */
.form_create_advertise input[type=radio] + label:before,
.form_create_tender input[type=radio] + label:before {
    border-radius: 50%;
}

.form_create_advertise input[type=checkbox] + label:before,
.form_create_tender input[type=checkbox] + label:before {
    border-radius: 2px;
}

/*create ads*/
.image_partner_update {
    width: 100px;
    /*width: calc((100% - 128px) / 6);*/
    height: 100px;
    /* display: inline-block; */
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 9px;
    border: 1px solid #ddd;
    position: relative;
    color: #b1afaf;
}

.image_partner_update i {
    position: absolute;
    color: #828282;
    top: 5px;
    right: 5px;
    height: 22px;
    width: 22px;
    border-radius: 50%;
    font-size: 17px;
    text-align: center;
    line-height: 22px;
    cursor: pointer;
    background: #ddd;
    z-index: 2;
}

.image_partner_update img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.create_advertise_box_upload_files, .create_tender_box_upload_files {
    width: 100%;
}

.upload-multi-- span {
    font-size: 16px;
}

.title_create_advertise, .title_create_tender {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    padding-top: 15px;
    align-items: center;
}

.reset_form_advertise, .reset_form_tender {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #606060;
    border: 1px solid;
    padding: 0px 10px;
    border-radius: 5px;
    height: 35px;
}

.reset_form_advertise a, .reset_form_tender a {
    color: #606060;
}

.box_post {
    box-shadow: rgb(46 46 46 / 10%) 1px 1px 7px;
    border-radius: 5px;
    overflow: hidden;
    background-color: #ffffff;
    width: 100%;
}

.box_item_form_create_image {
    border-radius: 5px;
    /* border: 2px solid #b9b9b9; */
    position: relative;
    /*box-shadow: 0px 0px 2px 2px #ddd;*/
}

.box-upload-file-ad .upload-multi-- {
    width: 100%;
    height: 120px;
    /* background: #efefef; */
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    /* text-align: center; */
    /* line-height: 160px; */
    border-radius: 5px;
    /* color: #fff !important; */
    border: 2px dashed #f8b300;
    font-size: 20px;
    margin-left: 10px;
    margin-bottom: 0;
}

.upload-multi-- img {
    width: 55px;
}

.box-result-upload .image-up- {
    /*width: 120px;*/
    width: calc((100% - 128px) / 6);
    height: 120px;
    /*display: inline-block;*/
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    margin: 9px;
    border: 1px solid #ddd;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #b1afaf;
}

.box-result-upload-icon .image-up- {
    /*width: 120px;*/
    width: calc((100% - 128px) / 6);
    height: 120px;
    /*display: inline-block;*/
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    margin: 9px;
    border: 1px solid #ddd;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #b1afaf;
}

.box-result-upload .image-up- i {
    position: absolute;
    color: #828282;
    top: 5px;
    right: 5px;
    height: 22px;
    width: 22px;
    border-radius: 50%;
    font-size: 17px;
    text-align: center;
    line-height: 22px;
    cursor: pointer;
    background: #ddd;
    z-index: 2;
}

.box-result-upload .image-up- img, .box-result-upload .image-up- video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box-result-upload-icon .image-up- img, .box-result-upload-icon .image-up- video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box-result-upload-icon .image-up-::before {
    content: '\f030';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.box-result-upload {
    display: flex;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 3;
    width: 100%;
}

.box-result-upload-icon {
    display: flex;
    justify-content: space-between;
}

.description_upload_image {
    font-size: 15px;
    text-align: center;
    margin-top: 0.75rem;
}

.padding_box_form_ads {
    padding: 0px 100px;
}

.box_item_form_create {
    margin-bottom: 25px;
}

.box_item_form_create_image {
    border-radius: 5px;
    /* border: 2px solid #b9b9b9; */
    position: relative;
    /*box-shadow: 0px 0px 2px 2px #ddd;*/
}

.label_form {
    margin-bottom: 8px;
    font-weight: bold;
}

.element_form_create {
    width: 100%;
    height: 45px;
    border-radius: 7px;
    border: 1px solid #b5b4b4;
    border-right: 3px solid #f8b300;
    padding-right: 5px;
}

.element_form_create:focus, .input_price_create_advertise:focus, .element_form_create_textarea:focus, .input_price_create_tender:focus {
    outline: unset;
}

.element_form_create_textarea {
    width: 100%;
    height: 100px;
    border-radius: 7px;
    border: 1px solid #b5b4b4;
    border-right: 3px solid #f8b300;
    resize: none;
    padding: 5px;
    text-align: right;
}

.title_create_advertise h1, .title_create_tender h1 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.label_advertise_check_radio, .label_tender_check_radio {
    display: flex;
    align-items: center;
}

.padding_upload_image {
    padding: 10px 10px;
}

.button_submit_create_ad {
    background-color: #f8b300;
    border: unset;
    width: 100px;
    margin-right: auto;
    display: block;
    color: #000;
    height: 40px;
    border-radius: 5px;
    font-weight: bold;
}

.button_submit_partner {
    background-color: #f8b300;
    border: unset;
    width: 100px;
    /*margin-right: auto;*/
    display: block;
    color: #000;
    height: 40px;
    border-radius: 5px;
    font-weight: bold;
}

.button_submit_partner:focus {
    outline: unset;
}

.button_remove_partner {
    background-color: #dc3545;
    border: unset;
    width: 100px;
    margin-right: auto;
    margin-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    height: 40px;
    border-radius: 5px;
    font-weight: bold;
}

.button_remove_partner:hover {
    color: #000;
}

.description-p- {
    font-size: 14px;
    line-height: 25px;
    margin: 0px;
    padding: 0px;
}


/*click menu*/

.is_options {
    /*position: relative;*/
}

/*.is_options:hover {*/
/*    transform: translateY(-5px);*/
/*    -webkit-transform: translateY(-5px);*/
/*}*/

.is_options.active .member_socials {
    /*opacity: 1;*/
}

.is_options .member_socials {
    /*opacity: 0;*/
    /*position: absolute;*/
    /*width: 100%;*/
    /*width: 300px;*/
    /*transition: all 0.8s ease-out;*/
}

.is_options .member_socials .social-list {
    /*margin: 0 auto;*/
}

.social-list {
    /*display: block;*/
}

.is_options.active .member_socials a {
    /*opacity: 1;*/
    /*-webkit-transform: translateY(-55px);*/
    /*transform: translateY(-55px);*/
}

.is_options .member_socials a {
    /*opacity: 0;*/
    /*margin-right: 5px !important;*/
    /*display: inline-block;*/
    /*border-radius: 50%;*/
    /*position: relative;*/
    /*bottom: 0;*/
    /*width: 70px;*/
    /*height: 70px;*/
}

.social-list a, .jssocials-share-link {
    /*display: inline-block;*/
    /*position: relative;*/
    /*margin: 5px;*/
    /*width: 40px;*/
    /*height: 40px;*/
    /*overflow: hidden;*/
    /*vertical-align: middle;*/
}

.member_socials .social-list a i {
    /*background-color: #303030;*/
}

.member_socials .social-list a i {
    /*color: #ffffff;*/
}

.social-list a i {
    /*display: block;*/
    /*position: absolute;*/
    /*text-align: center;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*line-height: 39px;*/
    /*font-size: 16px;*/
    /*background-color: #ddd;*/
    /*left: 50%;*/
    /*top: 50%;*/
    /*transform: translate(-50%,-50%);*/
    /*-webkit-transform: translate(-50%,-50%);*/
}

.social-list a, .social-list a i {
    /*transition: all 0.8s cubic-bezier(.4,0,0,1);*/
    /*-webkit-transition: all 0.8s cubic-bezier(.4,0,0,1);*/
}

/*click menu new*/


.nav_ {
    /* position: absolute; */
    /* top: 20px; */
    /* right: 0; */
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: grab;
    background-color: #fff;
    border-radius: 50px;
}

.nav_ .nav-content {
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-45deg);
    width: 80px;
    height: 80px;
}

.nav-content .toggle-btn, .nav-content span a {
    height: 65px;
    width: 65px;
    background: #303030;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.nav-content .toggle-btn {
    font-size: 35px;
    color: #0e2431;
    z-index: 100;
    cursor: pointer;
    transform: rotate(-225deg);
    transition: all 0.6s ease;
}

.nav_.open .toggle-btn {
    transform: rotate(0deg);
}

.nav-content span {
    position: absolute;
    transition: all 0.6s ease;
    opacity: 0;
    top: -30px;
    right: -30px;
}

.nav_.open .nav-content span {
    transform: rotate(calc(var(--i) * (360deg / 8))) translateY(50px);
    opacity: 1;
}

.nav-content span a {
    text-decoration: none;
    transform: rotate(45deg);
    color: #fff;
    font-size: 13px;
}

.nav-content span a i {
    font-size: 24px;
    color: #0e2431;
    transform: rotate(calc(var(--i) * (360deg / -8)));
    opacity: 0.8;
    transition: 0.2s;
}

.nav-content span a:hover i {
    opacity: 1;
}

.nav-content span.span1 a {
    transform: rotate(-90deg);
}

.nav-content span.span2 a {
    transform: rotate(180deg);
}

.nav-content span.span3 a {
    transform: rotate(90deg);
}

/*end click menu*/


/*profile page*/
.profile-section1 {
    /* height: 242px; */
    margin-bottom: 25px;
    margin-right: 0;
    margin-left: 0;
}

.profile-col-right {
    height: 100%;
    padding: 0;
}

.profile-div2 {
    align-items: center;
    width: 100%;
    margin: 0 0 40px 0px;
    padding: 0 0 10px 0;
    /* height: 50%; */
    border-bottom: 2px solid #a7a7a7;
}

.profile-div3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    /* height: 100%; */
    justify-content: center;
}

.profile-edit-picture {
    position: relative;
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lable-image {
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.profile-box-image1 {
    width: 100%;
    height: 100%;
    border-radius: 70px;
    border: 2px solid #f8b300;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.profile-image5 {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

#file2-image {
    position: absolute;
    background: teal;
    top: 20px;
    width: 100%;
    z-index: +99999;
    opacity: 0;
    padding: 13px;
    cursor: pointer;
}

.profile-upload {
    position: absolute;
    background-color: #f8b300;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    color: #f4f4f3;
    right: -5px;
    top: -5px;
    cursor: pointer;
}

.profile-div1 {
    font-size: 20px;
    display: flex;
    flex-direction: column;
    align-items: start;
}

.profile-font3 {
    font-weight: bold;
    font-family: 'IRANYekan2';
    margin-bottom: 0.5rem;
}

.profile-font2 {
    font-size: 15px;
    font-weight: bold;
    font-family: 'IRANYekan2';
    margin-bottom: 0.5rem;
    text-align: right;
}

.margin-tool {
    width: 100%;
}

.taga-active.active {
    background-color: #f8b300;
    color: #000000;
}

.box_item_sidebar {
    display: flex;
    align-items: center;
    height: 100%;
}

.profile-white-space {
    white-space: nowrap;
    font-size: 14px;
    margin-bottom: 0;
}

.profile-backgroundwhite {
    /*background-color: #3c3c3c;*/
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    /* box-shadow: 0px 0px 13px 10px #f6f6f6; */
    margin-bottom: 15px;
    color: #000000;
    border: 2px solid #f8b300;
}

.profile-backgroundwhite:hover {
    color: #f8b300;
}

.profile-backgroundwhite.active:hover {
    color: #000000;
}

.profile-edit-picture {
    position: relative;
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
}

.profile_sideBar {
    width: 100%;
    background-color: #ffffff;
    z-index: 99;
    /*border: 2px solid #3c3c3c;*/
    border-radius: 10px;
    padding: 20px 15px;
    position: absolute;
    right: 0;
    /*height: 480px;*/
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.parent_profile {
    position: relative;
}

.parent_profile.inactive .content_profile {
    height: 480px;
}

.content_profile {
    width: 100%;
    /*border: 2px solid #3c3c3c;*/
    border-radius: 10px;
    margin-right: 10px;
    overflow: hidden;
    height: 100%;
    background-color: #fff;
    min-height: 480px;
}

.content_title_profile {
    height: 50px;
    background-color: #f8b300;
    display: flex;
    padding: 0px 20px;
    color: #000000;
}

.content_title_profile > div:first-child {
    display: flex;
    align-items: center;
}

.profile-font6 {
    text-align: right;
    font-weight: bold;
    margin-bottom: 5px;
}

.btn-color {
    background-color: #f8b300;
    outline: none;
    border-radius: 10px;
    line-height: 40px;
    width: 120px;
    position: relative;
    overflow: hidden;
    border-color: #f8b300;
    border-style: solid;
    margin-right: auto;
    display: block;
}

.btn-color:focus {
    outline: unset;
}

.icon_sidebar_profile {
    font-size: 20px;
    margin-left: 10px;
}

.parent_table_profile {
    padding: 10px;
}

.parent_table_profile .table th {
    border-top: unset;
}

.parent_table_profile .table th, .parent_table_profile .table td {
    text-align: center;
    vertical-align: middle;
}

.btn_table_profile {
    background-color: #f8b300;
    outline: none;
    border-radius: 10px;
    line-height: 30px;
    width: 120px;
    position: relative;
    overflow: hidden;
    border-color: #f8b300;
    border-style: solid;
    margin-right: auto;
    margin-left: auto;
    display: block;
}

.btn_table_profile:focus {
    outline: unset;
}

.profile_sideBar.inactive {
    -webkit-transform: translateX(200%);
    -moz-transform: translateX(200%);
    -ms-transform: translateX(200%);
    -o-transform: translateX(200%);
    transform: translateX(200%);

}

.menu_btn_profile {
    display: none;
    margin-right: auto;
    cursor: pointer;
    align-items: center;
    justify-content: end;
    font-size: 20px;
    padding-left: 5px;
    z-index: 999;
}

.green_color {
    color: green;
}

.red_color {
    color: red;
}

.help-block ul li {
    color: red;
    font-size: 13px;
    margin-top: 5px;
}

.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-direction: row;
}

.jus-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.searchBar .catIcon {
    border: 4px solid #ebeced;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    overflow: hidden;
    font-size: 40px;
    color: #fff;
    margin: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #6f7881;
}

.jus-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.searchBar .searchTools {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.wi-100 {
    width: 100%;
    min-width: 100%;
}

.boxAndFilters {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-right: 20px;
}

@media screen and (min-width: 1221px) {
    .wi-xl-55 {
        width: 55%;
        min-width: 55%;
    }
}

@media screen and (min-width: 981px) {
    .wi-lg-30 {
        width: 30%;
        min-width: 30%;
    }
}

@media screen and (max-width: 768px) {
    .item-category-post- {
        margin-top: 20px;
    }

    .wi-md-70 {

    }

    .searchBar {
        border-radius: 10px !important;
    }

    .searchBar .catIcon {
        display: none;
    }

    .boxAndFilters {
        display: flex;
        flex-wrap: wrap;
    }

    .searchBoxWrap {
        padding: 0px 7px !important;
    }
}

@media screen and (min-width: 1221px) {
    .wi-xl-55 {
        width: 40%;
        min-width: 40%;
    }
}

.filtersWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.wrapped {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.searchBoxWrap {
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.searchBox {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
}

.catIcon img {
    width: 44px;
    height: 44px;
    margin: auto;
}

.searchBoxWrap {
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-direction: row;
}

.jus-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.al-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.wrapped {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.searchBar {
    padding: 0 5px 0 20px;
    min-height: 84px;
    background-color: #ffffff;
    border-top-left-radius: 3px;
    border-top-right-radius: 45px 45px;
    border-bottom-right-radius: 45px 45px;
    border-bottom-left-radius: 3px;
    position: relative;
    /*margin-top: 30px;*/
    margin-bottom: 35px;
    -webkit-box-shadow: 0 1px 2px 0 rgb(25 25 25 / 20%);
    box-shadow: 0 1px 2px 0 rgb(25 25 25 / 20%);
}

.select2 {
    width: 100% !important;
}

.searchBox.firstStyle input {
    padding: 8px 12px 8px 73px;
    border: 1px solid #c0c0c0;
    border-radius: 3px;
    font-size: 14px;
    line-height: 25px;
    color: #505B67;
    font-weight: 300;
    background-color: #ffffff;
    outline: none;
}

.sortSelect select {
    border: none !important;
    cursor: pointer;
    padding: 0 18px 0 8px;
    border-radius: 4px;
    background-color: #FFFFFF;
    /* appearance: none; */
    -moz-appearance: none;
    /* -webkit-appearance: none; */
    outline: none;
    height: 30px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -0.5px;
    line-height: 22px;
    color: #6B717D;
}

.searchButton {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    cursor: pointer;
}

.searchBox.firstStyle .searchButton {
    width: 44px;
    font-size: 20px;
    color: #9a9a9a;
    left: 0;
    /* border: none; */
    border: 1px solid #c0c0c0;
    border-radius: 4px 0px 0px 4px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    outline: none;
    background: #fff;
}

.height_100vh {
    height: calc(100vh - 70px);
}

.empty-sabad .empty-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.address_empty img {
    width: 60px;
}

.empty-sabad h4 {
    /* color: red; */
    font-size: 16px;
    text-align: center;
}

.empty-sabad {
    width: 100%;
}

/*end profile page*/


/**********view advertise******/
.advertise_view_page_social {
    display: flex;
    align-items: center;
}

.text_social {
    margin-left: auto;
    font-weight: 600;
    font-size: 15px;
}

.icon_social {
    display: flex;
}

.icon_social .whatsapp {
    width: 40px;
    height: 40px;
    background-color: #25D366;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-size: 20px;
    color: #fff;
    margin-left: 5px;
}

.icon_social .telegram {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background-color: #0088cc;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
}

.icon_social .instagram {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background-color: #ae33b2;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    margin-left: 5px;
}

.account_total_page {
    /*background-color: #F5F3F3;*/
    padding: 30px 15px;
}

.box_expire_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00000054;
    z-index: 2;
}

.expire_image {

}

.account_section1 {
    /*background-color: white;*/
    /*border-radius: 10px;*/
    /*box-shadow: 0px 0px 5px 2px #979797;*/
    padding: 15px;
}

.account_section1_share {
    color: #ffb603;
    display: flex;
    cursor: pointer;
    margin-bottom: 10px;
    padding: 0px 10px;
    font-size: 20px;
}

.account_section1_special {
    background-color: #FBD09D;
    border-radius: 10px;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-weight: 600;
    color: #ffb603;
    cursor: pointer;
}

.account_section1_time {
    display: flex;
    margin: 10px 0px;
    color: #ffb603;
    font-size: 18px;
    font-weight: 500;
}

.account_section1_range_time {
    background-color: #FBD09D;
    border-radius: 10px;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.account_section1_line_total {
    background-color: #ffffff;
    height: 10px;
    width: 90%;
}

.account_section1_line_child {
    width: 60%;
    height: 100%;
    background-color: #ffb603;
}

.account_section1_max_img {
    margin: 15px 0px;
    height: 460px;
    border-radius: 15px;
    overflow: hidden;
}

.account_section1_max_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.account_section1_item_img > img {
    width: 100%;
    height: auto;
}

.account_section1_min_img {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.account_section1_item_img {
    width: 80px;
    margin: 0px 5px;
}

.account_section1_title_total {
    text-align: right;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    /* margin-top: 30px; */
    line-height: 1.7;
}

.account_section1_code_and_subtitle {
    display: flex;
    margin-bottom: 15px;
}

.account_section1_sub {
    margin-left: auto;
    /*color: #ffb603;*/
}

.account_section1_code {
    font-size: 17px;
    font-weight: 600;
}

.account_section1_description {
    text-align: justify;
    font-size: 15px;
    margin-top: 30px;
}

.account_section1_description div {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.account_section1_details {
    justify-content: space-between;
    margin: 30px 0px 0px 0px;
}

.account_section1_item_account {
    display: flex;
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.account_section1_item_account > div:first-child {
    margin-left: auto;
}

.account_section1_btn_phone_chat {
    display: flex;
    /*margin-top: 50px;*/
}

.account_section1_phone_btn {
    background-color: #ffb603;
    color: white;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-radius: 5px;
    cursor: pointer;
    /*margin-top: 10px;*/
}

.account_section1_phone_btn:hover {
    color: white;
}

.account_section1_chat_btn {
    border: 1px solid #A5A5A5;
    background-color: #fff;
    color: #707070;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    border-radius: 5px;
    cursor: pointer;
}

.account_section1_description > p {
    line-height: 1.8;
    padding-right: 10px;
}

.account_section1_phone_btn > img, .account_section1_chat_btn > img {
    width: 20px;
    margin-right: 5px;
}

.account_section1_status {
    display: flex;
    margin-right: auto;
    align-items: center;
    /*border-bottom: 1px solid #E8E8E8;*/
}

.account_section1_status > span {
    margin-left: auto;
    font-size: 14px;
}

.account_section1_code_off {
    display: flex;
    margin-top: 20px;
    align-items: center;
}

.account_section1_code_off > span {
    margin-left: auto;
}

.account_section1_discount {
    background-color: #FBD09D;
    color: #ed9421;
    border-radius: 10px;
    width: 50px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.account_section1_parent_discount {
    display: flex;
}

.account_section1_parent_discount > strike {
    margin-left: 15px;
    display: flex;
    align-items: center;
}

.account_section1_price_total {
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
    line-height: 2;
}

.violations_advertise {
    width: calc(100% - 20px);
    line-height: 2;
}

.violations_tender {
    width: calc(100% - 20px);
    line-height: 2;
}

.account_section1_price_total > span {
    margin-left: auto;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.account_section1_buy_site {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    margin-top: 50px;
    border: unset;
    background-color: #4CAF50;
    color: white;
    line-height: 50px;
}

.account_section1_buy_site:hover {
    color: #fff;
}

.account_section1_buy_seller {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    margin-top: 20px;
    border: unset;
    background-color: #D32F2F;
    color: white;
}

.account_section1_buy_site > img, .account_section1_buy_seller > img {
    width: 20px;
}

.account_section1_icon {
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffb603;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 10px;
    border-radius: 2px;
}

.account_section1_icon i {
    color: white;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    font-size: 11px;
}

.account_section1_parent_icon {
    display: flex;
    margin-top: 15px;
    margin-bottom: 15px;
}

.account_section1_price {
    font-size: 16px;
}

.account_section1_status > div {
    color: #c63e3e;
    font-size: 14px;
    margin-right: 5px;
}

.account_section1_phone_number {
    text-align: center;
    margin-top: 10px;
}

.account_section1_phone_number > a {
    color: #000000;
}

.account_section2_content {
    /*background-color: white;*/
    /*border-radius: 10px;*/
    /*padding: 15px;*/
}

.account_section2_title {
    font-size: 20px;
    text-align: right;
    margin: 0px 0px 5px 0px;
    /*color: #ffb603;*/
    font-weight: bold;
}

.account_section2_content .off_discount {
    background-color: #B41212;
    height: 40px;
}

.account_section2_slider {
    padding: 10px 0px;
    position: relative;
}

.account-index-prev1 {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #ffb603;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    color: #ffb603;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.account-index-prev1.swiper-button-disabled, .account-index-next1.swiper-button-disabled {
    opacity: 0.5;
    cursor: default;
}

.account-index-prev1 i {
    font-size: 30px;
}

.account-index-prev1 > img {
    width: 25px;
}

.account-index-next1 {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #ffb603;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffb603;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.account-index-next1:hover, .account-index-prev1:hover {
    background-color: #ffb603;
    color: white;
    border-color: #ffb603;
    cursor: pointer;
}

.buttons_arrow_slider {
    display: flex;
    margin-right: auto;
}

.account-index-next1 i {
    font-size: 30px;
}

.account-index-next1 > img {
    width: 25px;
}

.account_section1_btn_phone_chat > div:first-child {
    padding-right: 0;
}

.account_section1_btn_phone_chat > div:last-child {
    padding-left: 0;
}

.advertise_product {
    width: 100%;
}

.advertise_product_image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.advertise_boxes_section6 {
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.primary-heading h1:before, .primary-heading h2:before, .primary-heading h4:before,
.primary-heading span:before, .scrollup, .secondry-heading:before, .tag {
    /*background: #ff851b*/
}

.secondry-heading > span {
    font-size: 17px;
    font-weight: bold;
}

.secondry-heading > h3 {
    font-size: 17px;
    font-weight: bold;
}

.secondry-heading {
    margin-bottom: 10px;
    position: relative;
}

#thumbnail-slider div.inner > ul > li.active, .cate-tab-navs ul li.active a, .cr-nav > ul > li > ul li a,
.cr-nav > ul > li > ul li a:hover, .cr-nav > ul > li > ul li.active a,
.populer-tags li a, .secondry-heading {
    border-color: #ffb603
}

.aside-social li {
    float: left;
    text-align: center;
    width: 33.333333%;
    list-style: none;
}

/*.aside-social li.fb a {*/
/*    border-radius: 0px 0px 0px 15px;*/
/*}*/
.aside-social li.face a {
    border-radius: 0px 0px 0px 15px;
}

.aside-social li a {
    display: block;
    color: #fff;
    padding: 15px 0;
    border: 1px solid #dbdbdb;
    margin: 0px 2px;
}

.aside-social li i {
    font-size: 25px;
    margin: 0 0 5px;
    /*color: white;*/
}

.aside-social span {
    display: block;
    font-size: 16px;
}

li.in a {
    color: #8a3ab9;
}

li.in a i {
    color: #8a3ab9;
}

li.face a {
    color: #3b5998;
}

li.face a i {
    color: #3b5998;
}

.aside-social li.tw a {
    border-radius: 0px 0px 15px 0px;
}

li.tw a {
    /*background: #25D366;*/
    color: #25D366;
}

li.tw a i {
    color: #25D366;
}

li.fb a {
    /*background: #0088cc;*/
    color: #0088cc;
}

li.fb a i {
    color: #0088cc;
}

li.post-wrap {
    display: inline-block;
    padding: 10px 0px;
    width: 100%;
    margin-bottom: 2px;
    border-bottom: 1px solid #d9d9d9;
}

li.post-wrap:last-child {
    border-bottom: unset;
}

.copyright-bar, .post-content {
    overflow: hidden;
    text-align: right;
    /*width: calc(100% - 65px);*/
    line-height: 1.7;
    max-height: 55px;
}

.archieve-list ul li a:before, .post-cat, .post-cat:before, .post-wrap-list .post-content a:before, .thumb-over, .thumb-over-editpost {
    position: absolute
}

.post-wrap-list .post-content a:before {
    right: 8px
}

.post-wrap-list .post-content a:hover {
    color: #ff851b;
    text-shadow: 0px 0px #ff851b;
}

.post-wrap-list .post-content a {
    /*margin-right: 7px;*/
    font-size: 15px;
    color: #000000;
    text-shadow: 0px 0px #000000;
}

.swiper_slider_box_game_account {
    padding: 10px 0px 50px 0px;
}

.sidebar-view {
    padding-right: 20px;
}

.account_section1_images{
    /*width: 400px;*/
    /*height: 400px;*/
    margin: 0 auto;
    position: relative;
}

.box_image_slider_view_advertise {
    width: 100%;
    height: 100%;
    position: relative;
}

.box_image_slider_view_tender {
    width: 100%;
    height: 300px;
    position: relative;
}

.box_image_slider_view_advertise img:not(.expire_image) {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box_image_slider_view_tender img:not(.expire_image) {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-pagination-upload {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.swiper-pagination-upload .swiper-pagination-bullet{
    margin: 0 3px;
}

.swiper_slider_upload {
    position: relative;
    height: 100%;
}

.swiper-pagination-3, .swiper-pagination-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 15px;
}

/******end view advertise*****/
.invalid-feedback {
    width: 100%;
    margin-top: 10px;
    font-size: 12px;
    color: #F1416C;
    display: block;
}

.main-title-crop- {
    font-size: 15px;
    margin: 0px;
}

.title_crop_page, .title_tender_page {
    display: flex;
    justify-content: space-between;
    vertical-align: middle;
    flex-direction: row;
}

.pagination .active span {
    z-index: 3;
    color: #fff;
    background-color: #ffb603 !important;
    border-color: #ffb603 !important;
}

.pagination .page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #545454;
    background-color: #fff;
    border: 1px solid #dee2e6;
}


/*chat online hover*/
.menu_ads {
    z-index: 9;
    position: relative;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.menu_ads .share_ads i {
    /*height: 50px;*/
    /*width: 50px;*/
    text-align: center;
    /*line-height: 50px;*/
    /*background-color: #efeff4;*/
    /*border-radius: 2px;*/
    font-size: 25px;
    transition: all .5s ease;
}

.menu_ads .share_ads:hover.bottom .submenu_ads li:nth-child(1) {
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    /*border-top: 1px dashed #ccc;*/
    transition-delay: 0.16s;
}

.menu_ads .share_ads:hover.bottom .submenu_ads li:nth-child(2) {
    opacity: 1;
    /*left: 51px;*/
    left: 78px;
    transform: rotate(0deg);
    /*border-left: 1px dashed #ccc;*/
    transition-delay: 0.24s;
}

.menu_ads .share_ads:hover.bottom .submenu_ads li:nth-child(3) {
    opacity: 1;
    left: 102px;
    transform: rotate(0deg);
    /*border-left: 1px dashed #ccc;*/
    transition-delay: 0.32s;
}

.menu_ads .submenu_ads {
    list-style-type: none;
    padding: 0;
    margin: 0;
    border: 2px solid #d5d5d5;
    width: 154px;
    height: 50px;
    position: absolute;
    border-radius: 5px;
    top: 35px;
    left: calc((100% - 156px) / 2);
    background-color: #fff;
    opacity: 0;
    transition: all ease-in-out 0.5s;
    transform: translateY(-45px);
    visibility: hidden;
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
}

.menu_ads .submenu_ads::before {
    content: '';
    width: 15px;
    height: 15px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff;
    position: absolute;
    top: -9px;
    border-top: 2px solid #d5d5d5;
    border-left: 2px solid #d5d5d5;
    z-index: 1;
    opacity: 0;
    right: calc((100% - 20px) / 2);
}

.menu_ads .share_ads:hover .submenu_ads::before {
    opacity: 1;
}

.menu_ads .share_ads:hover.bottom .submenu_ads {
    opacity: 1;
    /*transition-delay: 0.4s;*/
    transform: translate(0px);
    visibility: visible;
}

.menu_ads .submenu_ads li {
    transition: all ease-in-out 0.5s;
    /*position: absolute;*/
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    height: 100%;
    /*width: 50px;*/
    width: 50%;
}

.menu_ads .submenu_ads li a {
    color: #212121;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu_ads .submenu_ads li a:hover i {
    color: #fff;
}

.menu_ads .submenu_ads li a:hover i {
    transform: rotateY(360deg);
}

.menu_ads .submenu_ads li a.instagram i {
    color: #e4405f;
}

.menu_ads .submenu_ads li a.whatsapp i {
    color: #25D366;
}

.menu_ads .submenu_ads li a.telegram i {
    color: #0088cc;
}

.menu_ads .submenu_ads li:nth-child(1) {
    transform: rotateX(45deg);
    border-left: 1px dashed transparent;
}

.menu_ads .submenu_ads li:nth-child(2) {
    transform: rotateX(90deg);
    border-left: 1px dashed #ccc;
}

.menu_ads .submenu_ads li:nth-child(3) {
    transform: rotateX(135deg);
    border-left: 1px dashed #ccc;
}

/*end chat online hover*/

/*box blog*/
.box_blog {
    display: flex;
    align-items: center;
    border-bottom: 2px solid #dbdbdb;
    padding-bottom: 10px;
    height: 110px;
    position: relative;
    cursor: pointer;
}

.img_box_blog {
    width: 100px;
    height: 100px;
    margin-left: 10px;
    border-radius: 5px;
    overflow: hidden;
}

.img_box_blog img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.title_box_blog {
    line-height: 1.5;
    font-weight: bold;
    max-height: 42px;
}

.summary_text {
    margin-top: 10px;
    height: 30px;
    line-height: 1.8;
    margin-bottom: 10px;
    overflow: hidden;
}

.title_blog {
    font-size: 20px;
    /*margin-bottom: 30px;*/
    font-weight: bold;
    line-height: 1.7;
}

.date_box_blog {
    text-align: left;
    font-size: 12px;
    color: #818181;
}

.text_box_blog {
    width: calc(100% - 110px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

/*end box blog*/

/*modal blog*/

.profile-modal-content {
    border-radius: 7px;
    border: unset;
    outline: unset;
    /* width: 810px; */
    /* height: 470px; */
}

.profile-modal-header {
    border: unset;
}

.profile-close {
    width: 50px;
    height: 50px;
    /* border-radius: 50px; */
    /* background-color: #d9d9d9 !important; */
    font-size: 35px;
    position: absolute;
    right: 20px;
    top: 15px;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
}

.modal-image1 {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    height: 300px;
}

.image-news {
    width: 100%;
    object-fit: contain;
    /* border-radius: 26px; */
    /* cursor: pointer; */
    height: 100%;
}

.whats {
    background-color: #4fce5d;
}

.icon-modal {
    margin-left: 15px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.icon-modal i {
    font-size: 25px;
    cursor: pointer;
    color: white;
}

.insta {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

.tel {
    background-color: #0088cc;
}

.icon-modal {
    margin-left: 15px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.home-modal-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.box-Summary {
    padding: 10px;
    background-color: #f1e9e9;
    border-radius: 10px;
}

.font-size1 {
    font-size: 20px;
    margin-top: 5px;
}

.profile-modal-h1 {
    font-weight: bold;
    text-align: right;
    line-height: 2;
}

.profile-modal-para-news {
    text-align: justify;
    line-height: 25px;
    text-align-last: right;
    direction: rtl;
}

.profile-modal-para-news.box-Summary a {
    color: #000;
}

/*end modal blog*/

/*tabs favorite profile*/

.tabset > input[type="radio"] {
    position: absolute;
    left: -200vw;
}

.tabset .tab-panel {
    display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
    display: block;
}

.tabset > label {
    position: relative;
    display: inline-block;
    padding: 15px;
    border: 1px solid transparent;
    border-bottom: 0;
    cursor: pointer;
    font-weight: 600;
    margin-bottom: 0;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.tabset > label:hover,
.tabset > input:focus + label {
    color: #f8b300;
}

.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
    background: #f8b300;
}

.tabset > input:checked + label {
    border-color: #ccc;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
    color: #f8b300;
}

.tab-panel {
    padding: 30px 15px;
    border-top: 1px solid #ccc;
}

.tabset {
    max-width: 65em;
}

.tab-panels {
    border: 1px solid #ccc;
    border-top: #fff;
}

/*end tabs favorite profile*/

/*page violations*/
.violations_section2_box {
    box-shadow: 0px 0px 3px 3px #dfdfdf;
    background-color: #fff;
    border-radius: 15px;
    padding: 20px 40px;
}

.violations_section2_col_right {
    border-right: 2px solid #e5e5e5;
}

.violations_section2_col_left {
    text-align: right;
}

.create_advertise_active_chat {
    text-align: right;
}

.create_advertise_active_chat > label {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: end;
}

.direction_label label {
    direction: rtl;
    cursor: pointer;
    display: inline-flex;
}

.btn_default {
    height: 40px;
    color: white;
    border-radius: 10px;
    background-color: #F7941D;
    border: unset;
    padding: 0px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* COMMON RADIO AND CHECKBOX STYLES  */

.form_violations input[type=radio],
.form_violations input[type=checkbox] {
    /* Hide original inputs */
    visibility: hidden;
    position: absolute;
}

.form_violations input[type=radio] + label:before,
.form_violations input[type=checkbox] + label:before {
    height: 15px;
    width: 15px;
    margin-right: 2px;
    content: " ";
    display: inline-block;
    vertical-align: baseline;
    border: 2px solid #b9b9b9;
    margin-left: 5px;
    cursor: pointer;
}

.form_violations input[type=radio]:checked + label:before,
.form_violations input[type=checkbox]:checked + label:before {
    background: #f8b300;
    border-color: #f8b300;
}

.form_violations input[type=checkbox]:checked + label:before {
    background-image: url(../image/advertise/tick.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

/* CUSTOM RADIO AND CHECKBOX STYLES */

.form_violations input[type=radio] + label:before {
    border-radius: 50%;
}

.form_violations input[type=checkbox] + label:before {
    border-radius: 2px;
}

.violations_section2_col_right .form-group {
    margin-bottom: 0.5rem;
}

.violations_title_page {
    font-size: 25px;
    font-weight: bold;
    text-align: right;
    margin: 20px 0px 10px 0px;
}

.image_violations {
    position: absolute;
    display: none;
    left: 0;
    top: 0
}

.violations_main {
    position: relative;
    min-height: 100%;
}

/*end page violations*/

/*comment start*/


.manager_store_box {
    margin: 0px 7px;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.4;
    height: 20px;
}

/*end comment page*/
.box-loader-up {
    overflow: hidden;
    color: #3a3737;
    width: 100%;
    height: 100%;
    text-align: center;
    left: 0%;
    top: 0%;
    line-height: 140px;
    position: absolute;
    background: #1717171a;
    z-index: 3;
    border-radius: 7px;
}

.loader-upload {
    position: relative;
}


.price-td-inner .tooltip:before {
    content: "";
    position: absolute;
    bottom: -6px;
    right: 23px;
    width: 12px;
    height: 12px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 0 0 4px 0;
    background-color: inherit;
    box-shadow: 12px 12px 15px rgb(25 63 125 / 10%);
}

.rules-box-content- {
    line-height: 30px;
}

.rules-box-btn {
    cursor: pointer;
}

.textarea-ad-s {
    /*height: 407px;*/
    line-height: 25px;
    height: 150px;
}

/*@media (max-width: 999px) {*/
/*    .textarea-ad-s{*/
/*        height: 150px;*/
/*    }*/
/*}*/
textarea {
    line-height: 25px;
}

.border-left-unset {
    border: unset;
}

.call_box_partner {
    width: 49%;
    margin: 0;
    padding: 5px !important;
    text-align: center;
    line-height: 30px;
}

.call_box_partner a {
    width: 100%;
    height: 100%;
    display: block;
    /*padding: 10px 5px;*/
}

.padding-0 {
    padding: 0px !important;
}

.rules-box-content- {
    max-height: 0px;
    transition: max-height 0.5s ease-out;
}

.rules-box-show- {
    max-height: 1000px !important;
    transition: max-height 0.5s ease-in;
}

.btn-show-count {
    color: #000000;
    background-color: #f8b30042;
    border: 1px solid #f8b300;
    padding: 5px;
    border-radius: 4px;
    font-weight: 400;
}

.parent_cat_more {
    display: flex;
    margin: 15px 10px 0px 10px;
    justify-content: space-between;
    align-items: center;
}

.parent_cat_more .category_box {
    margin: 0;
    display: flex;
    align-items: center;
    line-height: 22px;
}

.show-more-partner- {
    color: #e4a200 !important;
    padding: 5px;
    cursor: pointer;
    border: 1px solid #e4a546;
    border-radius: 4px;
    height: 30px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    margin-right: 5px;
}

.submenu_partner-modal {

    display: flex;
    font-size: 20px;
    margin-top: 10px;

}

.submenu_partner-modal li a {
    padding: 10px;
}

.boxp-min-max {
    /* width: 100%; */
    flex-direction: column;
    /* margin-top: 16px; */
    display: flex;
    justify-content: space-between;
    min-height: 44px;
    align-items: end;
}

.violations_section1_description_page {
    line-height: 27px;
    text-align: justify;
    direction: rtl;
}

.image-top-home {
    height: auto !important;
}

.image-top-home .mtn-curve {
    bottom: 23px;
}

.image-top-home .img-home-style- {
    min-height: 140px !important;
}

.image-top-home .mtn-banner__content {
    bottom: 55% !important;
}

@media (max-width: 400px) {
    .show-more-partner- {
        font-size: 12px;
        padding: 5px;
        height: 30px;
        width: 100px;
    }
}

@media (max-width: 320px) {
    .show-more-partner- {
        width: 100% !important;
        margin-top: 10px;
        margin-right: 0px;
    }

    .parent_cat_more {
        flex-direction: column;
    }
}

/*modal image view page*/
.modal_image_open {
    visibility: hidden;
    z-index: -1;
    opacity: 0;
    position: absolute;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    background: #000000ab;
    padding: 30px;
}

.modal_image_open.open_active {
    visibility: visible;
    z-index: 1100;
    opacity: 1;
}

.modal_image_open .swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}


.modal_image_open .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.modal_image_open .swiper-slide {
    background-size: cover;
    background-position: center;
}

.modal_image_open .mySwiper2 {
    height: 80%;
    width: 100%;
}

.modal_image_open .mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.modal_image_open .mySwiper .swiper-slide {
    /*width: 25%;*/
    width: 110px !important;
    /*height: 100%;*/
    height: 110px;
    opacity: 0.4;
}

.modal_image_open .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.modal_image_open .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.modal_image_open .swiper-thumbs .swiper-slide img {
    background-color: #000;
    object-fit: cover;
}

.modal_image_open .swiper-button-next, .modal_image_open .swiper-button-prev {
    font-size: 35px;
    color: #fff;
}

.modal_image_open .close_modal {
    position: absolute;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 25px;
    cursor: pointer;
    background-color: #ffffff85;
    border-radius: 50px;
    z-index: 99;
}

.modal_image_open .mySwiper .swiper-wrapper {
    justify-content: center;
}


/*end modal image view page*/


/*footer*/
footer .footer {
    background: #2d2d2d24;
    color: #000;
    padding: 10px 0;
    direction: rtl;
}

.footer a {
    color: #1e72fe;
    font-weight: bold;
}

.footer p {
    font-size: 13px;
}

/*end footer*/


/*style index*/
.back_color_white {
    background-color: #fff;
}

.image-slider-home {
    width: 100%;
}

.swiper-pagination-1, .swiper-pagination-2 {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.sliderTopHome .swiper-pagination-bullets {
    position: absolute;
    z-index: 9999;
    color: #fff;
}

.sliderTopHome .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #d4af37 !important;
}

/*end style index*/

.btn_close_filter {
    position: absolute;
    left: 0;
    top: -20px;
    font-size: 20px;
    right: unset;
    width: unset;
    height: unset;
}

.modal-body.modal_blog .profile-modal-para-news img {
    width: 400px !important;
    height: 400px !important;
    object-fit: contain !important;
    margin: 0px auto !important;
    display: block !important;
}

.helper-text-price, .helper-text-des {
    margin-top: 10px;
    font-size: 12px;
    color: #F1416C;
    font-weight: bold;
}


/*modal filter location*/
.content_modal {
    width: 100%;
}

.header_modal_filter {
    /*margin-bottom: 30px;*/
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 12%);
    padding: 20px;
}

.header_top_filter {
    display: flex;
    justify-content: space-between;
}

.title_modal_select_location {
    color: rgba(0, 0, 0, .87);
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.5;
}

.sub_title_location {
    font-size: 15px;
    font-weight: 400;
    margin-top: 30px;
}

.padding_box_list {
    padding: 0px 2px;
}

.items_location {
    min-height: 45px;
    display: flex;
    align-items: center;
    /* justify-content: flex-end; */
    border-bottom: 1px solid #e7e7e7;
    padding: 5px 0px;
}

.items_location:last-child {
    border-bottom: 1px solid transparent;
}

.items_location label {
    width: 100%;
    display: flex;
    justify-content: right;
    flex-direction: row-reverse;
    align-items: center;
    height: 100%;
    margin-bottom: 0;
    padding-left: 30px;
    position: relative;
    line-height: 1.8;
}

.parent_item_location {
    height: 300px;
    overflow-y: auto;
    padding: 20px;
    direction: rtl;
}

.footer_modal_filter {
    display: flex;
    justify-content: space-between;
    /*margin-top: 30px;*/
    box-shadow: 0 -1px 2px 0 rgb(0 0 0 / 12%);
    padding: 20px;
}

.button_filter_modal {
    width: 49%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #dbdbdb;
    height: 40px;
    border-radius: 5px;
    font-size: 15px;
    cursor: not-allowed;
    color: rgba(0, 0, 0, .32);
    font-weight: bold;
}

.button_filter_modal.active, .city_button.active {
    cursor: pointer;
    background-color: #ffb603;
    color: #000;
}

.city_location {
    cursor: pointer;
    border: 1px solid #bfbfbf;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 10px 0px 10px;
    border-radius: 3px;
    height: 40px;
    position: relative;
}

.city_location .arrow_bottom {
    font-size: 10px;
    margin-right: 5px;
}

.city_location .fa-map-marker-alt {
    margin-left: 5px;
}

.button_close_modal_filter {
    width: 49%;
    display: flex;
    align-items: center;
    justify-content: center;
    /*background-color: aqua;*/
    border: 2px solid #aba7a7;
    height: 40px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
}

.parent_item_location::-webkit-scrollbar {
    width: 3px;
    border-radius: 12px;
}

/* Track */
.parent_item_location::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.parent_item_location::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.parent_item_location::-webkit-scrollbar-thumb:hover {
    background: #555;
}


/* COMMON RADIO AND CHECKBOX STYLES  */
.items_location input[type=radio],
.items_location input[type=checkbox] {
    /* Hide original inputs */
    visibility: hidden;
    position: absolute;
}

.items_location input[type=radio] + label:before,
.items_location input[type=checkbox] + label:before {
    height: 20px;
    width: 20px;
    margin-right: 2px;
    content: " ";
    display: inline-block;
    vertical-align: baseline;
    border: 2px solid #b9b9b9;
    margin-left: 5px;
    cursor: pointer;
    position: absolute;
    left: 0;
}

.items_location input[type=radio]:checked + label:before,
.items_location input[type=checkbox]:checked + label:before {
    background: #f8b300;
    border-color: #f8b300;
}

.items_location input[type=checkbox]:checked + label:before {
    background-image: url(../image/advertise/tick.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.items_location input[type=radio] + label:before {
    border-radius: 50%;
}

.style_location_option {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.items_location i {
    margin-right: auto;
    color: #818181;
}

.back_to_state {
    cursor: pointer;
}

/*end modal filter location*/

.text_phone_link {
    width: 100%;
    height: 100%;
    color: #000 !important;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 3px;
}

.font_11_px {
    font-size: 11px;
}

.margin_top_10px {
    margin-top: 10px;
    line-height: 1.7;
}

#location {
    position: relative;
}

#location option {
    position: absolute;
    /*width: 100%;*/
    white-space: normal !important;
    width: 500px;
}

.name_store_box.partner.font_partner_size {
    font-size: 13px;
}

.mySwiper2 .swiper-button-prev {
    right: 10px;
    left: auto;
}

.mySwiper2 .swiper-button-next {
    left: 10px;
    right: auto;
}

.font_size_partner_violations {
    font-size: 12px;
}

.rules_page {
    padding: 50px 30px 0px 30px;
    line-height: 2;
}

.rules_page p {
    text-align: justify;
    text-align-last: right;
}

.rules_title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
}

.h2_about_page {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.text_color_about {
    color: #212529;
}

.information_about {
    margin-top: 60px;
}


/* Sidebar */
.sidebar-area .widget {
    border-radius: 10px;
    background-color: #fff;
    /*box-shadow: 0 4px 56px rgba(22, 22, 22, 0.20);*/
    margin-bottom: 25px;
    display: block;
    padding: 20px;
}

.sidebar-area .widget__title {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 30px;
    margin-bottom: 20px;
    color: #262729;
}

.sidebar-area .widget__search form {
    border: 1px solid rgba(62, 73, 243, 0.1);
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

@media (min-width: 992px) {
    .blogs-area .sidebar-area {
        text-align: right;
        position: sticky;
        top: 0;
        /*z-index: 2;*/
        padding-bottom: 20px;
    }
}

.blogs-area .sidebar-area {
    /*padding-bottom: 115px;*/
}


.sidebar-area .widget__search form i {
    font-size: 18px;
    letter-spacing: normal;
    line-height: 22px;
}

.sidebar-area .widget__search form input {
    border: none;
    height: 60px;
    width: 100%;
    padding-right: 20px;
}

.sidebar-area .widget__search form input:focus {
    outline: none;
}

.sidebar-area .widget__recent-post__single {
    border-bottom: 1px solid rgba(38, 39, 41, 0.1);
    padding-top: 20px;
    padding-bottom: 13px;
}

.sidebar-area .widget__recent-post__single:first-child {
    padding-top: 0;
}

.sidebar-area .widget__recent-post__single:last-child {
    border-bottom: 1px solid rgba(38, 39, 41, 0);
    padding-bottom: 0px;
}

.sidebar-area .widget__recent-post__single:hover a .widget__recent-post__title {
    color: #ec8923;
}

.sidebar-area .widget__recent-post__title {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 25px;
    color: #262729;
    transition: 0.4s;
}

.sidebar-area .widget__recent-post__date {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 28px;
    margin-bottom: 0;
    color: rgba(38, 39, 41, 0.7);
}

.sidebar-area .widget__tweets {
    padding: 0;
    margin: 0;
}

.sidebar-area .widget__tweets li {
    border-bottom: 1px solid rgba(38, 39, 41, 0.1);
    padding-top: 20px;
    padding-bottom: 13px;
    transition: 0.4s;
}

.sidebar-area .widget__tweets li span {
    color: #5034fc;
}

.sidebar-area .widget__tweets li:first-child {
    padding-top: 0;
}

.sidebar-area .widget__tweets li:last-child {
    border-bottom: 1px solid rgba(38, 39, 41, 0);
    padding-bottom: 0px;
    margin-bottom: 0;
}

.sidebar-area .widget__tweets li:hover a {
    color: #ec8923;
}

.sidebar-area .widget__tweets li a {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 25px;
    color: #262729;
    margin-bottom: 5px;
    display: block;
}

.sidebar-area .widget__category ul li a {
    color: rgba(38, 39, 41, 0.7);
    margin-bottom: 17px;
}

.sidebar-area .widget__category ul li a h4 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 25px;
    color: #262729;
}

@media (min-width: 576px) {
    .sidebar-area .widget__category ul li a h4 {
        width: 75%;
    }
}

.sidebar-area .widget__category ul li a span {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 30px;
    color: rgba(38, 39, 41, 0.7);
    display: block;
    position: relative;
    text-align: left;
}

.sidebar-area .widget__category ul li a span:before {
    content: "";
    position: absolute;
    right: -100%;
    top: 50%;
    width: 51px;
    height: 1px;
    background-color: transparent;
}

@media (min-width: 576px) {
    .sidebar-area .widget__category ul li a span {
        width: 25%;
    }

    .sidebar-area .widget__category ul li a span:before {
        content: "";
        position: absolute;
        right: -100%;
        top: 50%;
        width: 51px;
        height: 1px;
        background-color: rgba(38, 39, 41, 0.1);
    }
}

.sidebar-area .widget__category ul li:last-child a {
    margin-bottom: 0;
}

/*end sidebar*/


/*blog page*/
.blogs-post--small img {
    height: 200px;
    object-fit: cover;
    width: 100%;
}

.title_blog {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 25px !important;
}

.blogs-post .hover-content {
    position: unset;
    background-image: unset;
    padding: 20px !important;
    background-color: #fff;
}

.blogs-post .hover-content__post-meta li a {
    color: #000;
    padding: 0;
}

.blogs-post .hover-content__title {
    color: #000;
    font-size: 16px;
}

.blogs-post .hover-content__date {
    color: #000;
}

.list_category_blog li {
    flex: unset !important;
    width: 100%;
    /*border-bottom: 1px solid #d9d9d9;*/
    color: #7f7f7f;
    position: relative;
    font-size: 14px;
    z-index: 9999999999999;
    text-align: right;
    height: 50px;
    display: flex;
    align-items: center;
}

.list_category_blog li a {
    margin-bottom: 0 !important;
    width: 100%;
    height: 100%;
}

.sidebar-area .widget__category ul li a h4 {
    margin-left: auto;
    margin-right: 7px;
    font-size: 15px;
    color: #696a6b;
}

.sidebar-area .widget__category ul li a i {
    font-size: 20px;
}

.widget_blog {
    padding: 20px !important;
}

.box_icon_search {
    border: none;
    width: 50px;
    height: 50px;
    background-color: #ebecfe;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ababab;
}

.sidebar-area .widget__search form input {
    height: 50px;
    font-size: 15px;
    border-radius: 5px;
}

.form_search_blog {
    padding: 0px !important;
}

.box_icon_search i {
    color: #a9a9a9;
}

.widget__recent-post__single img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 3px;
    margin-left: 10px;
    overflow: hidden;
    font-size: 13px;
}

.description-single-cms img {
    display: block;
    margin: 0px auto;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 5px;
}

.description-single-cms p {
    text-align: justify;
    font-size: 15px;
    line-height: 1.9;
    color: #336;
    font-family: iransans, sans-serif !important;
}

.description-single-cms ul li {
    text-align: justify;
    font-size: 15px;
    line-height: 1.9;
    font-family: iransans, sans-serif !important;
}

.description-single-cms table {
    width: 100% !important;
}

.description-single-cms thead, .description-single-cms tbody, .description-single-cms tfoot, .description-single-cms tr, .description-single-cms td,
.description-single-cms th {
    border-width: 1px !important;
}

.blog-post-title {
    font-size: 17px;
    line-height: 1.7;
    font-weight: bold;
    color: #000;
}

.widget__recent-post__title {
    font-size: 15px !important;
}

.bg_title_image {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    background-image: url(../images/blog/back1.jpg) !important;
    /* background-position: 0 0 !important; */
    background-repeat: no-repeat;
    background-color: #c3c3c3 !important;
    /*border-radius: 0.475rem;*/
    background-position: bottom;
    background-size: cover;
}

.blog-title__heading {
    font-size: 30px;
}

.post-tags-section .post-tags li a {

    min-width: unset;
    min-height: unset;
    padding: 5px 15px;
    font-size: 14px;
}

.post-tags-section .post-tags li a:hover {
    color: #212529;
    background-color: #dae0e5;
    border-color: #dae0e5;
}

.post-social-share .social-share {
    display: flex;
}

.post-social-share .social-share li {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 5px;
    border-radius: 5px;
    font-size: 21px;
}

.post-social-share .social-share li.telegram {
    border: 2px solid #4e9cda;
}

.post-social-share .social-share li.telegram:hover {
    background-color: #4e9cda;
}

.post-social-share .social-share li.telegram a {
    color: #4e9cda;
}

.post-social-share .social-share li.whatsapp {
    border: 2px solid #55b241;
}

.post-social-share .social-share li.whatsapp:hover {
    background-color: #55b241;
}

.post-social-share .social-share li.whatsapp a {
    color: #55b241;
}

li.tw a i {
    color: #25D366;
}

li.instagram a i {
    color: #ae33b2;
}

.post-social-share .social-share li.instagram:hover a i {
    color: #fff;
}

li.website a i {
    color: #0088cc;
}

.post-social-share .social-share li.copy {
    border: 2px solid #41adb2;
}

.post-social-share .social-share li.copy:hover {
    background-color: #41adb2;
}

.post-social-share .social-share li.copy a {
    color: #41adb2;
}

.post-social-share .social-share li.instagram {
    border: 2px solid #bc2a8d;
}

.post-social-share .social-share li.instagram:hover {
    background-color: #bc2a8d;
}

.post-social-share .social-share li.instagram a {
    color: #bc2a8d;
}

.post-social-share .social-share li:hover a {
    color: #fff;
}

.blog-content__text {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 2;
    margin-bottom: 10px;
}

.blog-post-img-wrapper {
    position: relative;
    display: block;
    width: 100%;
    height: 163px;
    background-color: #f2f2f2;
    border-radius: 10px;
    overflow: hidden;
}

.blog-post-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-clip-path: url(#post-item-img-mask-path);
    clip-path: url(#post-item-img-mask-path);
}

.blog-post-content {
    margin-top: 10px;
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    line-height: 1.5;
}

.sa-stats-card-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #5d5d5d !important;
}

.svg-like {
    transition: .3s;
    stroke: #dc3545;
    outline: none;
    fill: transparent;
}

.svg-bookmark {
    transition: .3s;
    stroke: #0b032d;
    fill: transparent;
}

.b-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    font-size: inherit;
    font-weight: 400;
    line-height: 1;
    max-width: 100%;
    max-height: auto;
    text-align: center;
    overflow: visible;
    position: relative;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.rounded-circle {
    border-radius: 50% !important;
}

.badge-secondary {
    color: #212529;
    background-color: #fcbf17;
}

.b-avatar .b-avatar-custom, .b-avatar .b-avatar-img, .b-avatar .b-avatar-text {
    border-radius: inherit;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-mask-image: radial-gradient(#fff, #000);
    mask-image: radial-gradient(#fff, #000);
}

.b-avatar .b-avatar-img img {
    width: 100%;
    height: 100%;
    max-height: auto;
    border-radius: inherit;
    object-fit: cover;
}

span.author-name {
    margin-right: 5px;
    font-size: .85rem;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
}

.blog-post-img-category {
    margin-right: 10px;
    margin-bottom: -10px;
    transform: translateY(-15px);
}

.sa-h-spliter.gray {
    fill: #f8b300;
}

.sa-h-spliter {
    width: 100%;
    height: 3px;
}

.sa-h-spliter.title {
    width: calc(100% - 300px);
}

.post-spliter {
    margin-top: 25px;
    margin-bottom: 25px;
}

.title_page_blog {
    height: 50px;
    margin-top: 30px;
}

.form-comments input, .form-comments textarea {
    /*background-color: #f5f5f5 !important;*/
    border: 1px solid #d8d8d8 !important;
}

.title_comments {
    font-size: 25px !important;
    font-weight: bold;
}

.blogs-area.pt_header {
    direction: rtl;
    min-height: calc(100% - 133px);
}

@media (min-width: 768px) {
    .blog-title__heading {
        font-size: 25px;
    }
}


.indent_first {
    text-indent: 15px;
}

.title_customer {
    margin-bottom: 50px;
}

.isr_testimonial_01 .logo-img:hover {
    opacity: .7;
}

.blog__metainfo {
    color: #959595;
    font-size: 13px;
}

.aside-social li {
    float: left;
    text-align: center;
    width: 33.333333%;
    list-style: none;
}

.aside-social li.fb a {
    /*border-radius: 0px 0px 0px 15px;*/
}

.aside-social li.tw a {
    border-radius: 0px 0px 15px 0px;
}

.aside-social li a {
    display: block;
    color: #fff;
    padding: 15px 0;
    border: 1px solid #dbdbdb;
    margin: 0px 2px;
}

li.fb a i {
    color: #0088cc;
}

li.fb a {
    /* background: #0088cc; */
    color: #0088cc;
}

.aside-social li i {
    font-size: 25px;
    margin: 0 0 5px;
    /* color: white; */
}

.aside-social span {
    display: block;
    font-size: 16px;
}

li.face a {
    color: #3b5998;
}

li.face a i {
    color: #3b5998;
}

li.tw a {
    /* background: #25D366; */
    color: #25D366;
}


.aside-social {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    padding: 0;
    margin: 0;
}

.note-green {
    border-right: 5px solid #08962c;
}

.note-green, .note-red, .note-war, .quote {
    border-radius: 10px;
    padding: 15px;
}

.note-green, .note-red, .note-war {
    /* font-size: 18px; */
    font-weight: 400;
    background-color: rgb(255 255 255 / 85%);
    padding: 15px;
}

.excerpt-post-page {
    font-size: 14px;
    color: #555;
    padding: 10px;
    line-height: 30px;
    text-align: justify;
    /* margin-top: 30px; */
    /* border-radius: 5px; */
    /* border: 1px solid #ddd; */
    /* border-bottom: 2px solid #e3e3e3; */
    /* border-right: 2px solid #477c9e8c; */
    /* margin-bottom: 30px; */
    background: #fcfcfc;
}

.blog-details {
    direction: rtl;
}

.blog-details {
    padding-top: 30px;
}


.blog-details {
    padding-top: 30px;
    padding-bottom: 40px;
}

.blog-title {
    padding-bottom: 30px;
}

@media (min-width: 992px) {
    .blog-title {
        padding-bottom: 55px;
    }
}

.blog-title__heading {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1.3;
    margin-bottom: 20px;
}

@media (min-width: 576px) {
    .blog-title__heading {
        /*font-size: 32px;*/
    }
}

@media (min-width: 768px) {
    .blog-title__heading {
        /*font-size: 35px;*/
    }
}

@media (min-width: 992px) {
    .blog-title__heading {
        /*font-size: 48px;*/
    }
}

.blog__metainfo {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.blog__metainfo__author-name {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 32px;
    color: var(--color-texts-3);
    padding-left: 15px;
    padding-right: 55px;
    position: relative;
}

@media (min-width: 768px) {
    .blog__metainfo__author-name {
        padding-right: 70px;
        padding-left: 25px;
        font-size: 18px;
    }
}

.blog__metainfo__author-name::before {
    content: "";
    position: absolute;
    width: 41px;
    height: 1px;
    right: 0;
    top: 50%;
    background-color: #ec8923;
}

.blog__metainfo__date {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 32px;
    color: var(--color-texts-3);
    position: relative;
    padding-right: 30px;
}

@media (min-width: 768px) {
    .blog__metainfo__date {
        padding-left: 25px;
        font-size: 18px;
    }

}

.blog__metainfo__date::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 21px;
    right: 0;
    top: 0;
    background-color: rgba(38, 39, 41, 0.7);
}

.blog-content__box {
    padding-top: 5px;
}

.blog-content__img {
    margin-bottom: 35px;
}

@media (min-width: 992px) {
    .blog-content__img {
        margin-bottom: 55px;
    }
}

.blog-content__heading {
    font-size: 21px;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 30px;
    margin-bottom: 17px;
}

.blog-content__text {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 32px;
    margin-bottom: 30px;
}

.blog-content__list {
    padding: 0;
    margin: 0;
    margin-right: 20px;
}

.blog-content__list li {
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 32px;
    margin-bottom: 8px;
}

.qoute__content {
    font-size: 21px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 34px;
    margin-right: 45px;
    position: relative;
    color: var(--color-headings-2);
    margin-bottom: 35px;
}

.qoute__content::before {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    font-weight: 700;
    font-size: 25px;
    right: -45px;
    top: 0;
    color: #ec8923;
}

@media (min-width: 992px) {
    .post-tags-section {
        padding-top: 20px;
    }
}

.post-tags-section__title {
    font-size: 21px;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 30px;
    margin-bottom: 0;
    margin-left: 25px;
    margin-top: 10px;
}

.post-tags-section .post-tags li {
    display: inline-flex;
    align-items: center;
}

.post-tags-section .post-tags li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 75px;
    min-height: 50px;
    border-radius: 5px;
    border: 1px solid rgba(22, 22, 22, 0.12);
    background-color: #fff;
    color: rgba(38, 39, 41, 0.7);
    padding: 0 23px;
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    flex-wrap: wrap;
    transition: 0.4s;
}

.post-tags-section .post-tags li a:hover {
    background-color: #ffb603;
    color: #fff;
}

.post-social-share {
    padding-bottom: 20px;
}

@media (min-width: 992px) {
    .post-social-share {
        padding-bottom: 0;
        padding-top: 10px;
    }
}

.post-social-share__title {
    font-size: 21px;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 30px;
    margin-bottom: 0;
    margin-left: 25px;
}

.post-social-share .social-share {
    margin-top: 8px;
}

.post-social-share .social-share li {
    /*display: inline-block;*/
}

.post-social-share .social-share li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--color-texts-3);
    padding: 0 15px;
    flex-wrap: wrap;
    transition: 0.4s;
    font-size: 21px;
}

.post-social-share .social-share li a:hover {
    color: #fff;
}

.width_title_recent {
    width: calc(100% - 70px);
}

/*end blog page*/

.background_green {
    background: #449244;
    border-color: #449244;
    color: #fff !important;
}

.background_green i {
    color: #fff;
}


/*modal call*/
#ModalCall .modal-header {
    padding: 0;
    align-items: center;
    font-weight: bold;
    font-size: 15px;
}

#ModalCall .modal-header .close {
    margin: 0px;
    text-shadow: unset;
}

#ModalCall .modal-header > span {
    margin-left: auto;
}

.item_table {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: start;
    direction: rtl;
    font-size: 16px;
    font-weight: bold;
}

.item_table a {
    margin-right: 5px;
    color: #000;
    font-weight: 100;
}

.title_advertise_profile {
    white-space: nowrap;
    max-width: 125px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px 0px;
}

.font_12px {
    font-size: 12px;
}

.button_Ladder {
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffb000;
    width: 90%;
    margin: 10px auto 0 auto;
    border-radius: 5px;
    font-weight: bold;
    font-size: 13px;
    cursor: pointer;
}

.button_modal_ladder {
    width: 120px;
    margin: 0 10px;
    border-radius: 5px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-weight: bold;
}

.button_modal_ladder.success {
    background-color: #219d01;
}

.button_modal_ladder.danger {
    background: #fb1616;
}

.modal_ladder .modal-body {
    line-height: 1.7;
}

.modal_ladder .modal-header .close {
    margin: -1rem;
    color: #000;
}

.modal_ladder .modal-header span {
    margin-right: 15px;
    font-weight: bold;
}

.modal_ladder .modal-header {
    justify-content: end;
    align-items: center;
}

.item-category-post- a {
    border: 1px solid #b5b5b5;
    border-radius: 4px;
    color: #313131;
    margin-left: 10px;
    font-weight: 700;
    font-size: 12px;
    padding: 5px 10px;
    margin-right: 3px;
    line-height: 12px;
}

.sa-stats-card-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #5d5d5d !important;
}

.link-post-url- {
    color: #000000;
    border-bottom: 1px dashed;
    font-size: 11px;
}

.font-13- {
    font-size: 13px;
}

.font-12- {
    font-size: 12px;
}

.font-11- {
    font-size: 11px;
}

.blog-post-content {
    margin-top: 10px;
    color: #5d5d5d;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    font-size: 14px;
    line-height: 28px;
}

.item-category-post- {
    margin-bottom: 15px;
}

.sa-stats-card-details .blog-post-meta-icon {
    margin-left: 3px;
}

.sidebar-area .widget__search form, .sidebar-area .widget__search .form_search_blog {
    border: 1px solid rgba(62, 73, 243, 0.1);
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.form_search_blog {
    padding: 0px !important;
}

.sidebar-area .widget__search form input, .sidebar-area .widget__search .form_search_blog input {
    border: none;
    height: 50px;
    width: 100%;
    padding-right: 10px;
    outline: none;
}

/*checkbox*/
.span_pseudo, .chiller_cb span:before, .chiller_cb span:after {
    content: "";
    display: inline-block;
    background: #fff;
    width: 0;
    height: 0.2rem;
    position: absolute;
    transform-origin: 0% 0%;
}

.chiller_cb {
    position: relative;
    height: 2rem;
    display: flex;
    align-items: center;
}

.chiller_cb input {
    display: none;
}

.chiller_cb input:checked ~ span {
    background: #f8b300;
    border-color: #f8b300;
}

.chiller_cb input:checked ~ span:before {
    width: 1rem;
    height: 0.15rem;
    transition: width 0.1s;
    transition-delay: 0.3s;
}

.chiller_cb input:checked ~ span:after {
    width: 0.4rem;
    height: 0.15rem;
    transition: width 0.1s;
    transition-delay: 0.2s;
}

.chiller_cb input:disabled ~ span {
    background: #ececec;
    border-color: #dcdcdc;
}

.chiller_cb input:disabled ~ label {
    color: #dcdcdc;
}

.chiller_cb input:disabled ~ label:hover {
    cursor: default;
}

.chiller_cb label {
    padding-right: 2rem;
    position: relative;
    z-index: 2;
    cursor: pointer;
    align-items: center;
    display: flex;
    margin-bottom: 0;
}

.chiller_cb span {
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    border: 2px solid #ccc;
    position: absolute;
    right: 0;
    transition: all 0.2s;
    z-index: 1;
    box-sizing: content-box;
    border-radius: 4px;
}

.chiller_cb span:before {
    transform: rotate(-55deg);
    top: 1rem;
    left: 0.37rem;
}

.chiller_cb span:after {
    transform: rotate(35deg);
    bottom: 0.35rem;
    left: 0.2rem;
}

.ckeck-box-blog- h3 {
    font-weight: normal;
    font-size: 15px;
    margin-right: 5px;
}

/*checkbox*/
@media (max-width: 450px) {
    .link-post-url- {
        display: none;
    }

    .content_large {
        padding: 0;
    }

    .font-12-430 {
        font-size: 12px;
    }
}

.single-page-blog-content {
    box-shadow: 0 4px 56px rgb(22 22 22 / 5%);
    border-radius: 10px;
    padding: 20px;
    background: #fff;
}

.blog-content__img img {
    border-radius: 10px;
}

.widget__recent-post__single img {
    /* width: 60px; */
    /* height: 60px; */
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    /* margin-left: 10px; */
    overflow: hidden;
    font-size: 13px;
}

.single-post_img {
    height: 81px;
    overflow: hidden;
    transition: all 0.5s;
    margin-left: 10px;
    width: 100px;
}

.date-new-box {
    color: #7c7c7c;
    font-size: 13px;
}

.post-tags-section .post-tags li a {
    min-width: unset;
    min-height: unset;
    padding: 10px 15px;
    font-size: 14px;
}

.comment-submit-btn {
    background: #ffb603;
    padding: 0px 20px;
    height: 40px;
    border: 1px solid #ffc107;
    border-radius: 4px;
    outline: none;
}

.result-comment {
    color: #539b00;
    margin-bottom: 10px;
}

.post-tags li i {
    margin-left: 4px;
}

#image_upload_form {
    width: 100%;
}

.progress {
    position: relative;
    width: 400px;
    border: 1px solid #ddd;
    padding: 1px;
    border-radius: 3px;
}

.bar {
    background-color: #B4F5B4;
    width: 0%;
    height: 20px;
    border-radius: 3px;
}

.percent {
    position: absolute;
    display: inline-block;
    top: 3px;
    left: 48%;
}

@media (max-width: 992px) {
    .mobile-p-b-115 {
        padding-bottom: 115px !important;
    }
}

@media (max-width: 576px) {
    .blog-title__heading {
        font-size: 20px;
        line-height: 33px;
    }
}

@media (max-width: 768px) {
    .time_reading_view_blog {
        margin-right: unset !important;
    }

}

.detail-blog-p-sid {
    width: calc(100% - 100px);
}

.banner_advertise_index {
    border-radius: 7px;
    width: 100%;
    object-fit: cover;
}

.banner_download_index {
    width: 100%;
    border-radius: 100px;
}

.empty-product img {
    width: 100px;
}

.empty-product {
    text-align: center;
}

@media (min-width: 992px) {
    .pagination_blog nav {
        margin-bottom: 15px;
    }
}

.description-single-cms h2, .description-single-cms h2 strong span {
    font-size: 16px !important;
    font-weight: bold !important;
    line-height: 1.8 !important;
}

.content_large .row .col-md-5, .content_large .row .col-md-7, .content_large, .sidebar_small {
    padding-right: 10px;
    padding-left: 10px;
}

.parent_information_adv {
    border-bottom: 1px solid #d9d7d7;
    padding: 0 10px 10px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.color_red {
    color: #e81f27;
}

.color_orange {
    color: #fdaf00;
}

.button_call_view {
    flex: 1;
    margin-left: 5px;
}

.parent_icon {
    position: absolute;
    background-color: #f8b30099;
    width: 120px;
    height: 35px;
    left: 5px;
    top: 5px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
}

.item_icon {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background: #fff;
    /*border: 1px solid #000;*/
    margin: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    z-index: 99;
}

.item_icon > a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}

.item_icon > div:not(.drop_icon) {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    cursor: pointer;
}

.share_av_parent {
    position: relative;
}

.drop_icon {
    position: absolute;
    top: 145%;
    /*box-shadow: 0px 0px 5px 1px #dddcdc;*/
    border-radius: 5px;
    width: 200px !important;
    height: 50px !important;
    left: 0;
    padding: 5px 0;
    display: none;
    background: #fff;
}

.drop_icon:after{
    content: '';
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    background: #fff;
    position: absolute;
    left: 15px;
    top: -5px;
    z-index: -1;
}

.social_icon{
    border-left: 2px solid #eddcdc;
    display: flex;
    width: 33%;
    justify-content: center;
    align-items: center;
}

.social_icon:last-child{
    border-left: unset;
}

.social_icon a {
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social_icon a i {
    margin-bottom: 5px;
    font-size: 18px;
}

.social_icon.whatsapp a{
    color: #25D366;
}

.social_icon.telegram a{
    color: #0088cc;
}

.social_icon.copy a{
    color: #3b5998;
}

.loader_insert{
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #00000082;
    z-index: 11;
    top: 0;
    left: 0;
    display: none;
}

.child_loader{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
}

.child_loader img{
    width: 150px;
    margin-bottom: 20px;

}


.home_page_button{
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 16px;
}
