
:root {
    --primary-color: #8a1200;
    --marketer-color: #2053fa;
    --green-color: #a8ff79;
    --color1: #FFFFFF;
    --color2: #FFFFFF;
    --textcolor1: #000000;
    --textcolor2: #000000;
    --contactbarcolor: rgba(80, 80, 80, 0.74);
    --contactbar_textcolor: #FFFFFF;
    --contactmt: 50px;
    --contactbarwidth: 300%;
    --bgpopupcolor: rgb(255, 255, 255);
    --textpopupcolor: #010101;
    --maskcolor: rgba(80, 80, 80, 0);
    --introbgcolor: rgba(80, 80, 80, 0.74);
    --introtextcolor: #FFFFFF;
    --logotop: 50px;
    --logobottom: 0px;
    --fontsize1: 14px;
    --fontsize2: 14px;
    --boxheight: 120px;
    --mb: 0px;
    --image-radius: 0%;
    --navbarHeight: 112px;
    --navbar_color: #3E4B5C;
    --navbar_text_color: #FFFFFF;
    --mask_text_color: #000000;
    --mask_text_size: 20px;
    --cart_count_color: #2BA868;
    --cart_count_text_color: #FFFFFF;
    --categories_color: #3e4b5c;
    --categories_text_color: #FFFFFF;
    --categories_active_color: #eea151;
    --categories_active_text_color: #3E4B5C;
    --product_color: #3E4B5C;
    --product_text_color: #FFFFFF;
    --off_text_color: #E57275;
    --cart_btn_color: #2BA868;
    --cart_btn_text_color: #000000;
    --section_color: #3E4B5C;
    --selected_product: linear-gradient(to right, rgba(35, 35, 35, 0), #eea151 110%);
    --cart_circle_color: #FBCE85;
    --cart_circle_text_color: #000000;
    --product_finish_color: #0000009e;
    --btn_add_color: #FFE1E7;
    --btn_add_text_color: #833130;
    --btn_remove_color: #DFF2FB;
    --btn_remove_text_color: #336788;
    --main_page_color: #f5f5f5;
    --background_page_color: #FFFFFF;
    --main_page_text_color: #000000;
    --category_bar_color: #2BA868;
    --nav_items_color: #FFFFFF;
    --nav_items_text_color: #000000;
    --float_btn_color: rgb(0, 255, 0);
    --float_btn_text_color: #BBACAC;
    --products_bg_color: #eea151;
}

@charset "UTF-8";
@font-face {
    font-family: "IRANSansEnNum";
    src: url(/templates/sazandegan/fonts/iransans/IRANSansLight.eot);
    src: url(/templates/sazandegan/fonts/iransans/IRANSansLight.eot) format("embedded-opentype"), url(/templates/sazandegan/fonts/iransans/IRANSansLight.woff) format("woff"), url(/templates/sazandegan/fonts/iransans/IRANSansLight.ttf) format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "IRANSans";
    font-display: swap;
    src: url("/templates/sazandegan/fonts/iransans/IRANSans(FaNum).ttf") format("truetype")
}

::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

.video-group-title {
    font-size: 13px;
}

html {
    background-color: var(--background_page_color);
    /*overflow-y: scroll;*/
}

.footbar {
    background-color: transparent;
    /*border-top: 1px solid #cbcbcb;*/
}

#btn-map-all-show{
   /* border: 1px solid white;*/
   /* padding: 3px 38px;*/
    margin-bottom: 6px;
    color: white;
    border-radius: 30px;
   /* padding-top: 6.5px !important;*/
}

.footbar a span {
    margin-top: -13px;
    font-size: 13px;
}

body, html, .title {
    width: 100%;
    /*overflow-x: hidden;*/
    font-family: "IRANSans";
}

body {
    background-color: unset;
}

div#loadingdiv {
    height: 100vh !important;
    background-color: var(--main_page_color);
    z-index: 9999 !important;
    position: relative;
}

.main-box {
    max-width: 520px;
    margin: 0 auto;
}

.modal-content {
    background-color: var(--bgpopupcolor);
    color: var(--textpopupcolor);
}

i.bi.bi-x {
    font-size: 30px;
}

.card-list {
    margin-top: 10px;
    border-radius: 10px;
}

#loading {
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    width: 100px;
    height: 100px;
    position: absolute;
}

#badge-cart-total, #cart-btn {
    display: none;
}

a.navbar-brand {
    margin: 0;
}

button.navbar-toggler {
    padding: 0px 5px;
}

#main-list .main-item .title {
    color: var(--mask_text_color);
    font-size: var(--mask_text_size);
    text-align: center;
    margin: 0;
}

#slider .owl-stage-outer {
    border-radius: 20px;
}

.h-100vh {
    height: 100vh !important;
}

#main-list {
    /*position: absolute;*/
    min-height: 100vh !important;
    left: 0;
    right: 0;
    /*top: 56px;*/
    /*padding: 10px;*/
    background-color: var(--main_page_color);
    padding-bottom: 5rem !important;
}

.home-video-slider img, .video_item img {
    border-radius: 10px !important;
}

.home-video-slider .video-name {
    font-size: 13px;
    margin-top: 8px;
}

.nav {
    height: 56px;
}

.navbar-dark .navbar-toggler {
    border: unset;
}

.navbar-toggler:focus {
    box-shadow: unset;
}

a.nav-link {
    margin-right: 20px;
}

.spinner-grow {
    background-color: var(--primary-color);
}

nav.navbar {
    background-color: var(--navbar_color);
}

.navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-brand, .bi-list::before, .navbar-dark .navbar-toggler, .navbar-toggler a {
    color: var(--navbar_text_color);
}

#btn_float_call {
    position: fixed;
    z-index: 5;
    bottom: 0;
    left: 0;
    margin: 30px;
    background-color: var(--float_btn_color);
    color: var(--float_btn_text_color);
    text-align: center;
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 2.33;
    cursor: pointer
}

.pulse {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: relative;
    animation: animate 2s linear infinite
}

.w-20 {
    width: 20% !important;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

#badge-cart-total {
    font-size: 0.55em;
    background-color: var(--cart_count_color);
    color: var(--cart_count_text_color);
}

@keyframes animate {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7), 0 0 0 0 rgba(255, 255, 255, 0.7)
    }
    40% {
        box-shadow: 0 0 0 20px rgb(255, 109, 74, 0), 0 0 0 0 rgba(211, 210, 210, 0.7)
    }
}

#navbarHolder {
    position: fixed;
    z-index: 1600;
    inset: 0;
    max-width: 750px;
    margin: 0 auto;
}

div#navbarsMain {
    position: fixed;
    width: 200px;
    background-color: var(--nav_items_color);
    /*position: absolute;*/
    top: 56px;
    /*margin: 56px 0px 0px 0px;*/
}

.collapsing {
    transition: none !important;
}

a.nav-link {
    color: var(--nav_items_text_color);
    font-size: 16px;
}

.nav-link:focus, .nav-link:hover {
    color: var(--nav_items_text_color);
}

.row {
    --bs-gutter-x: 0.2rem !important;
}

#top_filters_box,#map_all_filters, .file_filters {
    background-color: lightgray;
    padding: 5px;
}

#user-nav {
    background-color: white;
}

#top_filters_box button,#map_all_filters button, .file_filters button {
    font-size: 12px;
}

.btn-default {
    color: #000;
    background-color: #eeeeee;
    border-color: #6c757d;
}

.owl-theme .owl-dots {
    margin-top: -29px !important;
    position: absolute;
    left: 0;
    right: 0;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: transparent !important;
}
.owl-theme .owl-dots .owl-dot span {
    width: 15px !important;
    height: 15px !important;
}
.owl-theme .owl-dots .owl-dot.active span {
    background: #F90E0E !important;
}
.owl-theme .owl-nav [class*="owl-"]:focus {
    background-color: transparent !important;
}
.owl-theme .owl-nav {
    position: absolute;
    left: 20px;
    margin-top: -80px !important;
    font-size: 30px;
    color: white;
    width: 200px;
    display: flex;
    justify-content: space-between;
}
.owl-nav button {
    width: 25px;
}

.project-item {
    border-top: 3px solid #9f9c9c;
    padding-top: 5px;
    margin-bottom: 5px;
}

#footerbar {
    background-color: lightgray;
}

.filter-box-row {
    display: flex;
    justify-content: space-between;
    padding: 12px;
    border-top: 1px solid lightgray;
}

.filter-box-row-sub {
    color: blue;
    font-size: 12px;
}

/*.popup-box {
    width: 520px;
    max-width: 520px;
}*/

.popup-box-footer {
    padding: .5rem !important;
    border-top: 1px solid lightgray;
    background-color: white;
}

.btn-flat {
    padding: 0px !important;
    font-size: 13px;
    line-height: 18px;
}

.text-justify {
    text-align: justify;
}

#search-box .accordion-item {
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
}

#search-box .accordion-item:last-child {
    border-bottom: 0px;
}

.btn-main, .btn-main:focus, .btn-main, .btn-main:hover {
    background-color: var(--primary-color) !important;
    color: #ffffff !important;
}

.btn-main:focus,.btn-marketer:focus, .btn-default:focus, .btn:focus {
    box-shadow: none !important;
}


.btn-marketer, .btn-marketer:focus, .btn-marketer, .btn-marketer:hover {
    background-color: var(--marketer-color) !important;
    color: #ffffff !important;
    margin: 5px;
}


.btn-default {
    background-color: white;
}

.btn-green {
    background-color: var(--green-color);
}

.btn-main-light {
    background-color: #efe1e1;
    border-color: var(--primary-color);
}

.label-main-light {
    background-color: #efe1e1;
    border: 1px solid;
    border-color: var(--primary-color);
    border-radius: 10px;
    margin-left: 2px;
    padding: 0px 10px;
}

.nav-tabs .nav-link.active {
    color: #495057;
    background-color: transparent;
    border-color: transparent;
    border-bottom: 2px solid var(--primary-color);
}

.nav-link {
    color: #495057 !important;
}

#buy-result-box {
    font-size: 12px;
    text-align: center !important;
    padding: 5px;
}

.buy-result-box-border {
    border: 1px solid;
    border-radius: 20px 20px 0px 0px;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-13 {
    font-size: 13px !important;;
}

.fs-14 {
    font-size: 14px !important;;
}

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

.fs-16 {
    font-size: 16px !important;;
}

.txta-h-150 {
    height: 150px;
}

.txta-h-100 {
    height: 150px;
}

.disable {
    pointer-events: none;
    opacity: 0.4;
    /*filter: grayscale(1) invert(1);*/
}

.alert-marketer{
 background-color: var(--marketer-color);
    color: #fff;
}

.expire_alert {
    opacity: 0.4;
    /*filter: grayscale(1) invert(1);*/
}

.nav-link {
    padding: 10px 5px !important;
}

#projects-paging-top {
    background-color: lightgray;
    font-size: 12px;
}

.filter-box-selections {
    overflow-x: scroll;
    white-space: nowrap;
    margin: 0 auto;
}

.show_video_popup {
    cursor: pointer;
}


.w-75{
    width: 75%;
}

.text-main {
    color: var(--primary-color) !important;
}

#btn-back-to-top {
    position: fixed;
    bottom: 67px;
    /*left: 10px;*/
    display: none;
    z-index: 9999;
}

.popup-box-body {
    margin-bottom: 50px;
}

.moreitemssingle {
    background-color: lightgray;
    margin-left: 5px;
    margin-bottom: 3px;
    padding: 1px 7px;
    display: inline-block;
}

.sample-sms-text-item,.sample-marketer-sms-text-item {
    font-size: 11px;
    border-bottom: 1px solid lightgray;
    padding: 7px 0px;
}

.sample-sms-text-item:last-child,.sample-marketer-sms-text-item:last-child {
    border-bottom: none;
}

.ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 93px;
    height: 93px;
    text-align: right;
}

.ribbon span {
    font-size: 0.8rem;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    line-height: 32px;
    transform: rotate(45deg);
    width: 122px;
    display: block;
    background: #79a70a;
    background: linear-gradient(#9bc90d 0%, #79a70a 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 16px;
    right: -29px;
    left: 0px;
}

.ribbon span::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #79A70A;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79A70A;
}

.ribbon span::after {
    content: '';
    position: absolute;
    right: 0%;
    top: 100%;
    z-index: -1;
    border-right: 3px solid #79A70A;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79A70A;
}

.ribbon.blue span {
    background: linear-gradient(#2989d8 0%, #1e5799 100%);
}

.ribbon.blue span::before {
    border-left-color: #1e5799;
    border-top-color: #1e5799;
}

.ribbon.blue span::after {
    border-right-color: #1e5799;
    border-top-color: #1e5799;
}

.select2-container--bootstrap5 .select2-selection--single {
    direction: rtl !important;
}
.select2-results__option {
    text-align: right !important;
}
.select2-results__options .select2-results__option[aria-disabled=true] {
    display: none !important;
}
/*.select2-container .select2-selection--single {
    height: 41px !important;
}*/
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 41px !important;
}
/*.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 41px !important;
}*/
.effect-border:hover::before, .effect-border.active::before {
    -webkit-transition: width .25s ease-out, height .25s ease-out .25s;
    transition: width .25s ease-out, height .25s ease-out .25s;
    border-top-color: var(--primary-color);
    border-right-color: var(--primary-color);
}
.effect-border:hover::after, .effect-border.active::after {
    -webkit-transition: border-color 0s ease-out .5s, width .25s ease-out .5s, height .25s ease-out .75s;
    transition: border-color 0s ease-out .5s, width .25s ease-out .5s, height .25s ease-out .75s;
    border-bottom-color: var(--primary-color);
    border-left-color: var(--primary-color);
}
.effect-border::after {
    right: 0;
    bottom: 0;
}
.effect-border::before {
    top: 0;
    left: 0;
}
.effect-border:hover::before, .effect-border:hover::after, .effect-border.active::before, .effect-border.active::after {
    width: 100%;
    height: 100%;
}
.effect-border::before {
    top: 0;
    left: 0;
}
.effect-border::before, .effect-border::after {
    position: absolute;
    width: 0;
    height: 0;
    content: '';
    border: 3px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
}
.effect-border {
    position: relative;
    -webkit-transition: color 2s;
    transition: color 2s;
    box-shadow: inset 0 0 0 5px #fff;
}


.form-control:focus {
    box-shadow: none;
    border: none;
    border: 1px solid lightgray;
}

.slider-nav{
    position: absolute;
    left: 20px;
    margin-top: -63px !important;
    font-size: 30px;
    color: white;
    width: 150px;
    display: flex;
    justify-content: space-between;
    z-index: 100;
}
.btn-slide i{
    font-size: 10px !important;
}
.btn-slide{
    font-size: 10px !important;
    padding: 5px 6px 9px 6px;
}

@keyframes borderanimate {
    0% {
        background-size:    0 3px,
        3px 0,
        0 3px,
        3px 0;
    }
    25% {
        background-size:    100% 3px,
        3px 0,
        0 3px,
        3px 0;
    }
    50% {
        background-size:    100% 3px,
        3px 100%,
        0 3px,
        3px 0;
    }
    75% {
        background-size:    100% 3px,
        3px 100%,
        100% 3px,
        3px 0;
    }
    100% {
        background-size:    100% 3px,
        3px 100%,
        100% 3px,
        3px 100%;
    }
}

.border-animate input:hover {
    border: none;
}
.border-animate {
    margin: 2rem auto;
    background-repeat: no-repeat;
    background-image:   linear-gradient(to right, #8a1200 100%, #8a1200 100%),
    linear-gradient(to bottom, #8a1200 100%, #8a1200 100%),
    linear-gradient(to right, #8a1200 100%, #8a1200 100%),
    linear-gradient(to bottom, #8a1200 100%, #8a1200 100%);
    background-size:    100% 3px,
    3px 100%,
    100% 3px,
    3px 100%;
    background-position:    0 0,
    100% 0,
    100% 100%,
    0 100%;
    animation: borderanimate 1.25s cubic-bezier(0.19, 1, 0.22, 1) 1;
    animation-play-state: paused;
    padding: 3.5px;
}
.border-animate-2 {
    margin: 2rem auto;
    background-repeat: no-repeat;
    background-image:   linear-gradient(to right, #71ae49  100%, #71ae49  100%),
    linear-gradient(to bottom, #71ae49  100%, #71ae49  100%),
    linear-gradient(to right, #71ae49  100%, #71ae49  100%),
    linear-gradient(to bottom, #71ae49  100%, #71ae49  100%);
    background-size:    100% 5px,
    5px 100%,
    100% 5px,
    5px 100%;
    background-position:    0 0,
    100% 0,
    100% 100%,
    0 100%;
    animation: borderanimate 1.25s cubic-bezier(0.19, 1, 0.22, 1) 1;
    animation-play-state: paused;
    padding: 3.5px;
}

.run-animation {
    animation-play-state: running;
}
.border-animate:hover {
    animation-play-state: running;
}

.box-animate
{
    margin: 0 auto;
    padding: 2px;
    background-color: #eaab00; /* gold */
    /* Single pixel data uri image http://jsfiddle.net/LPxrT/
    /* background-image: gold, gold, white */
    background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAOqrAP///yH5BAAAAAAALAAAAAABAAEAAAICRAEAOw=='),  url('data:image/gif;base64,R0lGODlhAQABAPAAAOqrAP///yH5BAAAAAAALAAAAAABAAEAAAICRAEAOw=='),
    url('data:image/gif;base64,R0lGODlhAQABAPAAAP///////yH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==');
    background-repeat: no-repeat;
    background-size: 0 2px, 0 100%, 0% 2px;
    background-position: top center, top center, bottom center;
    -webkit-animation: drawBorderFromCenter 4s;
}
.table.fs-6 td, .table.fs-6 th, .table.fs-6 .btn {
    font-size: 12px;
}
div:where(.swal2-container) {
    z-index: 2060;
}

.nav-tabs .nav-marketer.active {
    border-bottom: 2px solid var(--marketer-color) !important;
}

.select2-dropdown{
    z-index: 9999 !important;
}
.select2{
    width: 100%;
}

.adv-box-right {
    right: 0;
}
.adv-box {
    width: 250px;
    position: absolute;
    top: 30px;
}
.adv-box-left {
    left: 0;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes drawBorderFromCenter {
    0% {
        background-size: 0 2px, 0 0, 100% 100%;
    }
    20% {
        background-size: 100% 2px, 100% 0, 100% 100%;
    }
    66%
    {
        background-size: 100% 2px, 100% 98%, 100% 100%;
    }
    99%
    {
        background-size: 100% 2px, 100% 98%, 0 2px;
    }
}