﻿
@font-face {
    font-family: 'fontNormalMactaPlusTaral';
    src: url('../font/Droid Arabic Kufi.TTF') format('truetype');
}

@font-face {
    font-family: 'IRANSansX';
    src: url('../font/IRANSansWeb_Light.ttf') format('truetype');
}

@font-face {
    font-family: 'IranNastaliq';
    src: url('../font/IranNastaliq.ttf') format('truetype');
}

@font-face {
    font-family: 'Vazir';
    src: url('../font/Vazir-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Shafigh';
    src: url('../font/Far_Shafigh.ttf') format('truetype');
}

.font-Taral {
    font-family: "IRANSansX";
}

.font-iransans {
    font-family: 'IRANSansX';
}

.font-IranNastaliq {
    font-family: tahoma;
}

.font-Vazir {
    font-family: 'Vazir';
}

.font-Shafigh {
    font-family: 'Shafigh';
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/*:root {
    --Lightblue: #008fcf;
    --BaseColor: #1c3d77;
    --TransparenLightblue: #008fcf94;
    --SecendColor: #0663a8;
    --second-color: #0663a8;
    --DarkBlue: #253262;
    --MediumBlue: #537dc7;
    --LightPurple: #ee94dd;
    --DarkPurple: #79227f;
    --MediumPurple: #a84d97;
    --CludBlue: #558ce9;
    --BasePurple: #7a3371;
    --SkyBlue: #8bcbe7;
    --LightGray: #bbbbbb;
    --white: #fcfcfc;
    --Black: #42474c;
    --CateguryListColor: #0663a8;
    --CateguryTextColor: #fff;
    --HeaderTop: #1c3d77;
    --HeaderBeetwin: #fcfcfc;
    --HeaderBottom: #0663a8;
    --TextHeaderTop: #fff;
    --TextHeaderBeetwin: #000;
    --TextHeaderBottom: #fff;
    --TextPrice: #17a2b8;
    --Gray: #6c6c6c;
}*/
:root {
    --Lightblue: #2679e9;
    --BaseColor: #07378b;
    --TransparenLightblue: #2679e9ad;
    --SecendColor: #de9c00;
    --second-color: #de9c00;
    --DarkBlue: #0d3b8d;
    --MediumBlue: #6794d9;
    --LightPurple: #b0d782;
    --DarkPurple: #2e6713;
    --MediumPurple: #61bd29;
    --CludBlue: #6794d9;
    --BasePurple: #5ba135;
    --SkyBlue: #8bcbe7;
    --LightGray: #bbbbbb;
    --white: #fcfcfc;
    --Black: #42474c;
    --CateguryListColor: #2679e9;
    --CateguryTextColor: #fff;
    --HeaderTop: #2679e9;
    --HeaderBeetwin: #fcfcfc;
    --HeaderBottom: #07378b;
    --TextHeaderTop: #fff;
    --TextHeaderBeetwin: #000;
    --TextHeaderBottom: #fff;
    --TextPrice: #17a2b8;
    --Gray: #6c6c6c;
    --BodyColor: #eaeaea;
    --ContentColor: #fcfcfc;
}
:root {
    --app-font: 'IRANSansX';
}

body {
    font-family: var(--app-font);
}

body {
    margin: 0 auto;
    /*font-family: "fontNormalMactaPlusTaral";*/
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 2;
    /*color: var(--Black);*/
    color: var(--Gray);
    background-color: var(--BodyColor);
}

.wrapper-wide {
    width: 100%;
}
#DivBaseWidth {
    width: 100%;
    background: var(--ContentColor);
}
@media(min-width:1707.55px) {
    #DivBaseWidth {
        max-width: 1707.55px;
        margin: auto;
    }
}

.container {
    width: 100%;
    min-width: 100%;
    /*padding: 40px 10px;*/
    /*padding: 20px 60px;*/
    margin-right: auto;
    margin-left: auto;
}
/*
@media(max-width:991px) {
    .container {       
        padding: 40px 20px;
    }
}*/
.wrapper {
    display: flex;
    position: relative;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 1rem;
    color: var(--SecendColor);
}

h1 {
    font-size: 1.7rem;
}

h2 {
    font-size: 1.5rem;
}

h3 {
    font-size: 1.25rem;
}

h4 {
    font-size: 1rem;
}

h5 {
    font-size: 0.95rem;
}

h6 {
    font-size: 0.90rem;
}

input, a, select, option {
    font-size: 0.8rem !important;
}

a {
    text-decoration: none !important;
    color: var(--DarkBlue);
}

p {
    text-align: justify;
}

.center-justified {
    text-align: justify;
    text-align-last: center;
}

label {
    float: right;
}

.bg-white {
    background: #fff;
    color:#000;
}

.bg-gradiant-blue {
    background: linear-gradient(to right,var(--BaseColor),var(--MediumBlue),var(--BaseColor));
    color: white !important;
}

.bg-gradiant-purple {
    background: linear-gradient(to right, var(--BasePurple), var(--LightPurple), var(--BasePurple));
    color: #000000;
}

.bg-gradiant-Litepurple {
    background: linear-gradient(to right,var(--MediumPurple),var(--LightPurple),var(--MediumPurple));
    color: #000 !important;
}

.bg-gradiant-blueLight {
    background: linear-gradient(to right, var(--Lightblue), var(--SkyBlue), var(--Lightblue)) !important;
    color: white !important;
}

.bg-gradiant-blueMix {
    background: linear-gradient(to right, var(--BaseColor), var(--Lightblue), var(--BaseColor));
    color: white !important;
}

.bg-SecendColor {
    background-color: var(--SecendColor);
    color: white !important;
}

.bg-MediumPurple {
    background-color: var(--MediumPurple);
    color: white !important;
}

.bg-BaseColor {
    background-color: var(--BaseColor);
    color: white;
}

.text-white {
    color: white !important;
}

.text-purple {
    color: var(--MediumPurple) !important;
}

.text-blue {
    color: var(--BaseColor) !important;
}

.text-Lightblue {
    color: var(--Lightblue) !important;
}

.text-MediumBlue {
    color: var(--MediumBlue) !important;
}

.text-transparent {
    color: transparent !important;
}

.text-DarkPurple {
    color: var(--DarkPurple) !important;
}

.text-info {
    color: var(--TextPrice) !important;
}

.text-gray {
    color: var(--Gray) !important;
}

.LTR {
    direction: ltr;
}

.RTL {
    direction: rtl;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.fix-row, .FixRow {
    width: 100%;
    margin: 0;
}

.SecendMenu {
    height: 30px;
    margin: 10px 50px;
}

@media(max-width:800px) {
    .SecendMenu {
        margin: 10px 70px;
        font-size: 9px;
    }
}



.buttonHeader {
    color: var(--white) !important;
    padding: 7px;
    border-radius: 5px;
}

.HederMobile {
    color: white;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.HederMobileitem {
    font-size: 8px;
    align-items: center;
    display: flex;
    padding: 0;
}

.header-content {
    display: flex;
    align-items: center;
}

    .header-content p {
        margin: 0 10px;
    }

.menu {
    position: absolute;
    top: 0;
    height: auto;
    min-height: 100vh;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
    z-index: 11111111;
    display: none;
    background: linear-gradient(to top,var(--BaseColor),var(--MediumBlue),var(--BaseColor));
}

#left-menu {
    left: 0;
}

#right-menu {
    right: 0;
}

.close-menu {
    font-size: x-large;
    color: white !important;
    margin-bottom: 10px;
}

.menu-item {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: white;
}

a.menu-item:hover {
    color: var(--SkyBlue);
}

button#right-menu-button, button#left-menu-button {
    border: none;
    background: transparent;
    color: white;
    font-size: x-large;
}

.submenuRight {
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    margin: 5px 0px 5px 10px;
    border-radius: 5px 0 0 5px;
    line-height: 1;
    padding: 5px;
    background: var(--Lightblue);
}

.submenuLeft {
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    margin: 5px 10px 5px 0px;
    border-radius: 0 5px 5px 0;
    padding: 5px 0 5px 5px;
    background: #008fcf;
}

.Sub-submenu {
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    margin: 5px 10px;
    border-radius: 5px;
    line-height: 1;
    background: #8bcbe7;
}


.triangle {
    width: 0;
    height: 0;
}

.triangle008fcf {
    border-top: 7px solid transparent;
    border-right: 14px solid var(--Lightblue);
    border-bottom: 7px solid var(--Lightblue);
    border-left: 14px solid transparent;
}

.Rectangle008fcfAnd0663a8 {
    border-bottom: 7px solid var(--SecendColor);
    border-left: 14px solid var(--SecendColor);
    border-top: 7px solid var(--Lightblue);
    border-right: 14px solid var(--Lightblue);
}

.Rectangle1c3d77And0663a8 {
    border-top: 7px solid var(--SecendColor);
    border-right: 14px solid var(--BaseColor);
    border-bottom: 7px solid var(--BaseColor);
    border-left: 14px solid var(--SecendColor);
}

.Rectangle1c3d77And253262 {
    border-top: 7px solid var(--BaseColor);
    border-right: 14px solid var(--BaseColor);
    border-bottom: 7px solid var(--DarkBlue);
    border-left: 14px solid var(--DarkBlue);
}

.Rectangle253262And0663a8 {
    border-top: 7px solid var(--DarkBlue);
    border-right: 14px solid var(--SecendColor);
    border-bottom: 7px solid var(--SecendColor);
    border-left: 14px solid var(--DarkBlue);
}

.Rectangle0663a8And79227f {
    border-top: 7px solid var(--SecendColor);
    border-right: 14px solid var(--SecendColor);
    border-bottom: 7px solid var(--DarkPurple);
    border-left: 14px solid var(--DarkPurple);
}

.Rectanglea84d97And79227f {
    border-top: 7px solid var(--DarkPurple);
    border-right: 14px solid var(--MediumPurple);
    border-bottom: 7px solid var(--MediumPurple);
    border-left: 14px solid var(--DarkPurple);
}

.trianglea84d97 {
    border-top: 7px solid var(--MediumPurple);
    border-right: 14px solid var(--MediumPurple);
    border-bottom: 7px solid transparent;
    border-left: 14px solid transparent;
}

.Rectanglea79227fTop {
    border-top: 7px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 7px solid var(--DarkPurple);
    border-left: 14px solid var(--DarkPurple);
    margin-top: 14px;
}

.Rectanglea79227fBottom {
    border-top: 7px solid var(--DarkPurple);
    border-right: 14px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 14px solid var(--DarkPurple);
}

.Rectanglea1f3256Top {
    border-top: 7px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 7px solid #1f3256;
    border-left: 14px solid #1f3256;
    margin-top: 28px;
}

.Rectanglea1f3256Bottom {
    border-top: 7px solid #1f3256;
    border-right: 14px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 14px solid #1f3256;
}

.Rectanglea1f3256TopLeft {
    border-top: 3.5px solid transparent;
    border-right: 7px solid #1f3256;
    border-bottom: 3.5px solid #1f3256;
    border-left: 7px solid transparent;
    margin-top: 30px;
}

.DivTopBodyT, .DivBootemBodyT {
    margin-left: 70px;
}

.DivRectanglea1f3256Top {
    margin-left: 98px;
    margin-top: -69px;
}

.DivRectanglea1f3256TopLeft {
    margin-left: 56px;
    margin-bottom: -43px;
}

.DivRectanglea79227fTop {
    margin-left: 98px;
    margin-top: -42px;
}

@media(min-width:1697px) {
    .DivTopBodyT {
        margin-left: 1px;
    }

    .DivBootemBodyT {
        margin-left: 0px;
    }

    .DivRectanglea1f3256Top {
        margin-top: -64px;
    }

    .DivRectanglea1f3256TopLeft {
        margin-left: 57px;
    }

    .DivRectanglea79227fTop {
        margin-top: -39px;
    }
}

.Rectanglea1f3256BottomLeft {
    border-top: 3.5px solid #1f3256;
    border-right: 7px solid #1f3256;
    border-bottom: 3.5px solid transparent;
    border-left: 7px solid transparent;
}

a.bg-gradiant-blueMix.buttonHeader:hover {
    color: var(--SkyBlue) !important;
}

nav.navbar-expand-sm {
    color: var(--white);
}

.liwidthFor5item {
    margin: 0 1%;
}

    .liwidthFor5item a.nav-link:hover {
        color: var(--SkyBlue) !important;
    }

.liwidthFor5item2 {
    margin: 0 1%;
}

    .liwidthFor5item2 a.nav-link:hover {
        color: var(--MediumBlue) !important;
    }

@media(max-width:886px) {
    .liwidthFor5item {
        margin: 0;
    }

    .NotPaddinpREspansive, .NotPaddinpREspansiveRight, .NotPaddinpREspansiveLeft {
        padding-right: 0 !important;
    }
}

@media(max-width:690px) {
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0.5rem;
    }
}

.buttonMainPage {
    color: var(--white) !important;
    padding: 8px;
    border-radius: 5px;
    display: block;
    width: 100%;
    margin-bottom: 5px;
}

.navbar-center {
    display: flex;
    justify-content: center;
    width: 100%;
}

.card {
    box-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2);
}

.card-prodact {
    padding: 5px;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ProductButten {
    bottom: 5px;
}

.ProductLink {
    color: white !important;
    border-radius: 5px;
    padding: 2px;
    font-size: 10px;
    display: block;
    width: 100%;
}

.PaddingProduct {
    padding: 1px;
    width: 50%;
    margin: 0 25%;
}

.divBaseProduct {
    padding: 7px !important;
}

.TitleProduct {
    color: var(--Lightblue);
    margin: 10px 0;
}

.TextProduct {
    padding: 0 15px;
}

/*استایل های اسلایدر*/
.slider {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.slide-btn {
    position: relative;
    bottom: 130px;
    z-index: 111;
    border: none;
    background: #014b93;
    color: white;
    padding: 6px;
}

@media (max-width: 767px) {

    .text {
        margin-top: 20px;
    }

    .slide-btn {
        bottom: 230px;
    }
}

.slide {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0px;
    margin-top: 40px;
    padding: 0 30px;
}

    .slide img {
        width: 100%;
    }

    .slide .text {
        width: 100%;
    }

.prev {
    float: right;
    border-radius: 3px 0px 0px 3px;
}

.next {
    float: left;
    border-radius: 0px 3px 3px 0px;
}




/*استایا های فضای ابری*/
.DivClud {
    margin-left: 20px;
}

@media (max-width: 620px) {
    .DivClud {
        margin-right: 20px;
        margin-left: 0;
    }
}

@media (max-width: 575px) {
    .DivClud {
        margin-right: 0;
        margin-left: 20px;
    }
}

.cloud {
    width: 100%;
    height: 160px;
    background-color: var(--CludBlue);
    border-radius: 50px;
    position: relative;
}

@media (max-width: 575px) {
    .cloud {
        width: 88%;
    }
}

@media (max-width: 500px) {
    .cloud {
        width: 100%;
    }
}

.cloud::before,
.cloud::after {
    content: '';
    position: absolute;
    background-color: var(--CludBlue);
    width: 150px;
    height: 150px;
    border-radius: 50%;
    top: -40px;
    left: -31px;
}

.cloud::after {
    content: '';
    width: 200px;
    height: 200px;
    position: absolute;
    top: -23px;
    right: -20px;
}


.small-cloud {
    width: 125px;
    height: 125px;
    background-color: var(--CludBlue);
    border-radius: 50%;
    position: absolute;
    top: -49px;
    left: 111px;
}

.small-cloud1 {
    width: 150px;
    height: 150px;
    background-color: var(--CludBlue);
    border-radius: 50%;
    position: absolute;
    top: 62px;
    left: 103px;
}

.small-cloud2 {
    width: 125px;
    height: 125px;
    background-color: var(--CludBlue);
    border-radius: 50%;
    position: absolute;
    top: 62px;
    left: -7px;
}

@media(min-width:1370px) {

    .small-cloud3 {
        width: 150px;
        height: 150px;
        background-color: var(--CludBlue);
        border-radius: 50%;
        position: absolute;
        top: -64px;
        left: 235px;
    }

    .small-cloud4 {
        width: 150px;
        height: 150px;
        background-color: var(--CludBlue);
        border-radius: 50%;
        position: absolute;
        top: 50px;
        left: 250px;
    }
}

.mediaMargin {
    margin-top: 115px;
}

@media (max-width: 990px) {
    .mediaMargin {
        margin-top: 115px;
    }
}
/*پایان استایا های فضای ابری*/
.IconStyle {
    color: #79227f;
    font-size: 20px !important;
}

button.faq-question {
    width: 100%;
    border: none;
    text-align: right;
    direction: rtl;
    border-radius: 5px 5px 5px 5px;
    margin: 3px 0;
    color: white;
}

span.toggle {
    padding: 0 10px;
    font-size: large;
    font-weight: bolder;
}

.faq:focus-visible, .faq:focus, button.faq-question:focus-visible, button.faq-question:focus {
    outline: none !important;
}

.faq-answer {
    padding: 15px;
    border-radius: 0 0 5px 5px;
    background: #ffffff;
    margin-top: -6px;
    z-index: 1111111111;
    position: relative;
    border-bottom: 2px solid #00000033;
    border-right: 2px solid #00000033;
    border-left: 2px solid #00000033;
    margin-bottom: 0;
}


/*.item .img-responsive {
    border-radius: 50%;
    padding: 6px;*/
/*background: #1c3d77;*/
/*border: 3px solid var(--BaseColor);
}*/
.owl-carousel.owl-loaded {
    display: grid !important;
}

.owl-wrapper {
    width: 100% !important;
}


.Icon {
    height: 70px;
    width: 70px;
}

.ServicesUs {
    margin: 20px 0;
    font-size: 13px;
    padding: 10px;
}

.ServicesUsItem {
    padding: 10px 0;
}

.faq {
    width: 100%;
}


#nav li {
    position: relative;
    display: inline-block;
}

#nav .mega-menu-content, #navbar .mega-menu-content {
    visibility: hidden;
    position: absolute;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    background: #fff;
    box-shadow: 0 8px 16px #00000042;
    min-width: 900px;
    padding: 10px 0px;
    line-height: 2rem;
    z-index: 1111;
    border-radius: 10px;
    margin-top: 0px;
}

.mega-menu-Work-with-us, .mega-menu-Representation, .mega-menu-package, mega-menu-FAQ {
    min-width: 300px !important;
}

.mega-menu-Club, .mega-menu-login-club {
    min-width: 350px !important;
}

.mega-menu-login-club {
    box-shadow: 0 15px 16px #00000042 !important;
}

#nav .liwidthFor5item:hover .mega-menu-content.mega-menu-Product, #nav .liwidthFor5item:hover .mega-menu-content.mega-menu-Work-with-us, #navbar .liwidthFor5item2:hover .mega-menu-content.mega-menu-Representation,
#navbar .liwidthFor5item2:hover .mega-menu-content.mega-menu-Club, #mega-menu-login-club:hover .mega-menu-content.mega-menu-login-club, #nav .liwidthFor5item:hover .mega-menu-content.mega-menu-package, #nav #FAQMenu:hover .mega-menu-content.mega-menu-FAQ {
    visibility: visible;
    opacity: 1;
}

#nav ul, #navbar ul {
    list-style: none;
}

.mega-menu-column {
    float: right;
    padding: 5px 15px;
}

@media(max-width:1355px) {
    #nav .mega-menu-content {
        min-width: 970px;
    }

    .mega-menu-column li h6 {
        font-size: 0.85rem !important;
    }
}

@media(max-width:1150px) {
    #nav .mega-menu-content {
        min-width: 875px;
    }

    .mega-menu-column li h6 {
        font-size: 0.75rem !important;
    }

    .mega-menu-Work-with-us {
        min-width: 250px !important;
    }
}

@media(max-width:991px) {
    #nav .mega-menu-content {
        min-width: 590px;
    }

    .mega-menu-column li h6 {
        font-size: 1rem !important;
    }

    .mega-menu-Work-with-us {
        min-width: 200px !important;
    }

    h1 {
        font-size: 1.5rem;
    }
}

li#mega-menu-login-club div.mega-menu-content.mega-menu-login-club.text-right.row ul li a {
    padding-right: 30px;
}

.mega-menu-column li h6, footer h6 {
    border-bottom: 1px solid var(--SkyBlue);
    width: 90%;
    padding: 10px;
    font-weight: bold;
}

@media(max-width:991px) {
    footer h6 {
        margin-top: 20px;
    }
}

div#products-submenu h6 {
    border-bottom: 1px solid white;
    width: 100%;
    padding: 10px;
    margin-left: 10px;
    margin-top: 20px;
    color: white !important;
}

.mega-menu-column li {
    width: 100%;
}

    .mega-menu-column li a i {
        color: var(--SecendColor);
        font-size: large;
    }

a.Divsubmenu i {
    color: white;
    font-size: large;
    padding: 0 5px;
}

.mega-menu-column li a {
    color: #000;
}

    .mega-menu-column li a:hover {
        color: var(--BaseColor);
    }

.mega-menu-column li i, li.liwidthFor5item i {
    padding-left: 5px;
}

a.Divsubmenu {
    width: 100%;
    display: inherit;
    color: #fff;
    padding: 5px;
    direction: rtl;
}



.animated-border {
    animation: border-animation 3s infinite;
}

@keyframes border-animation {
    0% {
        background-color: var(--BaseColor);
    }

    25% {
        background-color: var(--MediumBlue);
    }

    50% {
        background-color: var(--BaseColor);
    }

    75% {
        background-color: var(--MediumBlue);
    }

    100% {
        background-color: var(--BaseColor);
    }
}

.animated-borderPurple {
    animation: border-animationPurple 3s infinite;
}


@keyframes border-animationPurple {
    0% {
        background-color: var(--BasePurple);
    }

    25% {
        background-color: var(--LightPurple);
    }

    50% {
        background-color: var(--BasePurple);
    }

    75% {
        background-color: var(--LightPurple);
    }

    100% {
        background-color: var(--BasePurple);
    }
}


.animated-borderLightblue {
    animation: border-animationLightblue 3s infinite;
}


@keyframes border-animationLightblue {
    0% {
        background-color: var(--Lightblue);
    }

    25% {
        background-color: var(--SkyBlue);
    }

    50% {
        background-color: var(--Lightblue);
    }

    75% {
        background-color: var(--SkyBlue);
    }

    100% {
        background-color: var(--Lightblue);
    }
}




/*شروع استایل های بردر انیمیشن دار */



::before,
::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.cardBorder {
    border: none;
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 5px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 5px 15px;
}

.spanBorder {
    position: absolute;
    border-radius: 100vmax;
}


.topBorder {
    top: 0;
    left: 0;
    width: 0;
    height: 5px;
    /*background: linear-gradient( 90deg, transparent 50%,var(--silver), var(--shinySilver) );*/
    background: var(--shinySilver);
}

.bottomBorder {
    right: 0;
    bottom: 0;
    height: 5px;
    /*background: linear-gradient( 90deg, var(--shinySilver), var(--silver), transparent 50% );*/
    background: var(--shinySilver);
}

.rightBorder {
    top: 0;
    right: 0;
    width: 5px;
    height: 0;
    /*background: linear-gradient( 180deg, transparent 30%, var(--silver), var(--shinySilver) );*/
    background: var(--shinySilver);
}

.leftBorder {
    left: 0;
    bottom: 0;
    width: 5px;
    height: 0;
    /*background: linear-gradient( 180deg, var(--shinySilver), var(--silver), transparent 70% );*/
    background: var(--shinySilver);
}

.topBorder {
    animation: animateTop 5s ease-in-out infinite;
}

.bottomBorder {
    animation: animateBottom 5s ease-in-out infinite;
}

.rightBorder {
    animation: animateRight 5s ease-in-out infinite;
}

.leftBorder {
    animation: animateLeft 5s ease-in-out infinite;
}


@keyframes animateTop {
    25% {
        width: 100%;
        opacity: 1;
    }

    30%, 100% {
        opacity: 0;
    }
}

@keyframes animateBottom {
    0%, 50% {
        opacity: 0;
        width: 0;
    }

    75% {
        opacity: 1;
        width: 100%;
    }

    76%, 100% {
        opacity: 0;
    }
}

@keyframes animateRight {
    0%, 25% {
        opacity: 0;
        height: 0;
    }

    50% {
        opacity: 1;
        height: 100%;
    }

    55%, 100% {
        height: 100%;
        opacity: 0;
    }
}

@keyframes animateLeft {
    0%, 75% {
        opacity: 0;
        bottom: 0;
        height: 0;
    }

    100% {
        opacity: 1;
        height: 100%;
    }
}


/*پایان استایل های بردر انیمیشن دار */

.DivBaseOption {
    /*min-height: 300px;*/
    padding: 15px;
    background: #0663a882;
    flex-grow: 1;
}

.divRedius {
    border: 1px solid #1e407a;
    /*min-height: 350px;*/
    border-radius: 40px 0 40px 0;
    padding: 15px;
    background: white;
    flex-grow: 1;
}


.card-content {
    flex: 1;
    padding: 10px;
    align-items: center;
    display: flex;
    padding-right: 50px;
}

@media(max-width:990px) {
    .card-content {
        flex: none;
        padding-right: 10px;
    }
}

.checkbox-section {
    flex: 1;
    padding: 10px;
}

.checkbox-group {
    display: block;
    float: right;
}

    .checkbox-group label {
        margin-left: 8px;
    }


.prevDetilesProduct {
    float: right;
    border-radius: 3px 0px 0px 3px;
    bottom: 170px;
    right: 15px;
}

.nextDetilesProduct {
    float: left;
    border-radius: 0px 3px 3px 0px;
    bottom: 170px;
    right: -15px;
}

@media(max-width:500px) {
    .nextDetilesProduct, .prevDetilesProduct {
        bottom: 100px;
    }
}

@media(max-width:300px) {
    .nextDetilesProduct, .prevDetilesProduct {
        bottom: 85px;
    }
}

@media(max-width:200px) {
    .nextDetilesProduct, .prevDetilesProduct {
        bottom: 50px;
    }
}

@media(max-width:200px) {
    .nextDetilesProduct, .prevDetilesProduct {
        bottom: 50px;
    }
}

.OptionDetilesProduct {
    list-style-type: none;
    line-height: 3rem;
    padding-right: 0;
    margin-bottom: 0 !important;
}

    .OptionDetilesProduct i {
        color: var(--Lightblue);
        font-size: larger;
        margin: 0 5px;
    }

    .OptionDetilesProduct li {
        font-size: 12px;
    }


.ProductDeteles {
    margin: 50px 50px 0;
    display: flex;
    flex-wrap: wrap;
}

@media(max-width:500px) {
    .ProductDeteles {
        margin: 50px 0 0 0;
    }
}

.DivForm {
    padding: 3px;
    background: #0663a882;
}

.form-control {
    padding: 0 0.75rem !important;
}

.DivBaseOptionHorizontal {
    padding: 15px 25px;
    background: #0663a882;
}

.divRediusHorizontal {
    border: 1px solid #1e407a;
    border-radius: 40px 0 40px 0;
    padding: 15px;
    background: white;
    min-height: 200px;
}

    .divRediusHorizontal img {
        width: 120px;
    }

@media(max-width:1150px) {
    .divRediusHorizontal img {
        width: 80px;
    }
}

@media(max-width:1090px) {
    .divRediusHorizontal {
        min-height: 243px;
    }
}

.ProductDetelesHorizontal {
    margin-top: 20px;
}

.divRediusProductBenefits {
    border: 1px solid #1e407a;
    min-height: 350px;
    border-radius: 40px 0 40px 0;
    padding: 15px;
    background: white;
}

@media(max-width:1060px) and (min-width:990px) {
    .divRediusProductBenefits {
        min-height: 415px;
    }
}

.card-prodactProductBenefits {
    padding: 5px;
    min-height: 340px;
    /* display: flex;
    flex-direction: column;
    justify-content: space-between;*/
}

@media(max-width:1050px) and (min-width:993px) {
    .card-prodactProductBenefits {
        min-height: 441px;
    }
}

@media(max-width:1325px) and (min-width:1050px) {
    .card-prodactProductBenefits {
        min-height: 415px;
    }
}

@media(max-width:992px) {
    .card-prodactProductBenefits {
        min-height: 230px;
    }
}

.ParentDivcardBorderRecruitment {
    margin: 10px 0;
    width: 100%;
}

.cardBorderRecruitment {
    /*border: 1px solid #1e407b;*/
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 5px 15px;
    box-shadow: 0 0 6px #1e407b59, 0 0px 6px #1e407b59;
    min-height: 170px;
}

.TitleForm {
    color: #714ba3 !important;
    font-size: 17px;
    text-shadow: 0.5px 1px 1px #f9f9f9;
}

.cardBorderCooperationInSales {
    /* border: 1px solid #7e3674;*/
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 5px 15px;
    box-shadow: 0 0 6px #833b7a59, 0 0px 6px #833b7a59;
    min-height: 170px;
}

.TextRules {
    padding: 0 15px;
    margin-bottom: 0px;
}

.RulesTitle {
    margin-top: 1rem !important;
}

/*.background-div {
    width: 100%;*/ /* یا هر اندازه‌ای که می‌خواهید */
/*height: 400px;*/ /* ارتفاع div */
/*background-image: url(../Images/background.jpg);*/ /* آدرس تصویر پس‌زمینه */
/*background-attachment: fixed;*/ /* این باعث می‌شود تصویر پس‌زمینه ثابت بماند */
/*background-size: cover;*/ /* تصویر را به طور کامل بر روی div پوشش دهد */
/*overflow-y: scroll;*/ /* افزودن اسکرول عمودی به div */
/*}*/
.background-div {
    position: relative;
    width: 100%; /* یا هر عرض دیگری که نیاز دارید */
    height: auto; /* ارتفاع مورد نظر شما */
    min-height: 300px;
    background-image: url(../Images/background.jpg); /* مسیر تصویر پس‌زمینه */
    background-attachment: fixed;
    background-size: cover;
    overflow-y: hidden; /* این باعث می‌شود محتوا در داخل div اسکرول شود */
    margin: 50px -60px 0 -60px;
}

    .background-div::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5); /* پوشش توسی با شفافیت 50% */
        z-index: 1;
    }

    .background-div * {
        position: relative;
        z-index: 2;
    }

.background-divCuntactUs {
    position: relative;
    width: 100%; /* یا هر عرض دیگری که نیاز دارید */
    height: 250px; /* ارتفاع مورد نظر شما */
    background-image: url(../Images/contactUsBanner.webp); /* مسیر تصویر پس‌زمینه */
    background-attachment: fixed;
    background-size: cover;
    overflow-y: auto; /* این باعث می‌شود محتوا در داخل div اسکرول شود */
    margin: 50px -60px 0 -60px;
}

    .background-divCuntactUs::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5); /* پوشش توسی با شفافیت 50% */
        z-index: 1;
    }

    .background-divCuntactUs * {
        position: relative;
        z-index: 2;
    }

.ImgWidth {
    width: 100%;
}

.MaTopDiv50 {
    margin-top: 50px;
}

.MaTopDiv20 {
    margin-top: 20px;
}

.HorizontalCenter {
    align-items: center;
    display: grid;
}

.DivCardForm {
    margin: 10px 0;
    padding: 15px;
}

label.custom-control-label {
    float: left !important;
    margin-right: 0px !important;
}

.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

    .timeline::after {
        content: '';
        position: absolute;
        width: 6px;
        background-color: #79227f;
        top: 0;
        bottom: 0;
        left: 50%;
        margin-left: -3px;
    }

.timeline-item {
    position: relative;
    border-radius: 5px;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 42%);
    width: 50%;
}

.left {
    left: 1%;
    padding: 15px 5px 10px 40px;
}

.right {
    left: -51%;
    padding: 15px 40px 10px 5px;
}

@media(max-width:990px) {
    .timeline::after {
        left: 0;
    }

    .timeline-item {
        width: 100%;
    }

    .left, .right {
        left: 0;
        padding: 15px;
        margin: 10px 0;
    }
}

div#slide1 button.buttonHeader.bg-gradiant-blueMix {
    border: none;
    margin: 10px 0 5px 30px;
    padding: 7px 30px;
}

div.taxtClud {
    z-index: 11111;
    position: absolute;
    text-align: center;
    color: white;
}

    div.taxtClud p {
        padding: 15px;
    }

div#carousel2 {
    margin-bottom: 50px;
    direction: rtl;
    /*float: left;*/
}

a.buttonMainPage.bg-gradiant-blueLight {
    padding: 4px;
}

.pakcageList {
    margin: 20px;
    padding: 10px 15px;
}

.circle-image {
    width: 100px; /* قطر دایره */
    height: 100px; /* قطر دایره */
    border-radius: 50%; /* برای دایره‌ای شکل کردن */
    background-size: cover;
    position: absolute; /* برای قرارگیری دقیق عکس */
    top: -50px; /* تنظیم موقعیت عکس */
    left: calc(50% - 50px); /* تنظیم موقعیت عکس */
    box-shadow: 0 0 6px #1e407b59, 0 0px 6px #1e407b59;
    border: 5px solid #1e407b;
}

.PackageCard {
    /*border: 1px solid #1e407b;*/
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    /*justify-content: space-around;*/
    align-items: center;
    padding: 5px 15px;
    box-shadow: 0 0 6px #1e407b59, 0 0px 6px #1e407b59;
    min-height: 170px;
}

@media(max-width:1127px) and (min-width:991px) {
    .PackageCard {
        min-height: 222px;
    }
}

@media(max-width:990px) {
    .PackageCard {
        min-height: 130px;
    }
}

.ribbon-wrapper.ribbon-xl {
    height: 180px;
    width: 180px;
}

.ribbon-wrapper {
    height: 70px;
    overflow: hidden;
    position: absolute;
    right: -5px;
    top: -2px;
    width: 70px;
    z-index: 10;
}

    /*    .ribbon-wrapper.ribbon-xl {
            height: 70px;
            width: 270px;
        }
*/
    .ribbon-wrapper .ribbon {
        box-shadow: 0 0 3px rgba(0,0,0,.3);
        line-height: 100%;
        padding: 0.375rem;
        position: relative;
        text-align: center;
        align-items: center;
        display: grid;
        right: 0px;
        top: 15px;
        width: 140px;
        height: 30px;
    }

        .ribbon-wrapper .ribbon::before {
            left: 0;
        }

        .ribbon-wrapper .ribbon::after {
            border-left: 3px solid transparent;
            border-right: 3px solid transparent;
            border-top: 3px solid #9e9e9e;
            bottom: -3px;
            content: '';
            position: absolute;
        }

*, ::after {
    box-sizing: border-box;
}

.ribbon-wrapper .ribbon::after {
    right: 0;
}

.arrow-prg-L {
    display: inline-block;
    position: absolute;
    left: 111px;
    top: 15px;
    border-bottom: solid 15px transparent !important;
    border-top: solid 15px transparent !important;
    border-left: solid 0px transparent !important;
    border-right: solid 19px #1c3e78;
}

.arrow-prg-R {
    display: inline-block;
    position: absolute;
    left: 103px;
    top: 15px;
    border-bottom: solid 15px #194580;
    border-top: solid 15px #194580;
    border-left: solid 15px #dc354500;
    border-right: solid 12px #194580;
}
/*@Media(max-width:1160px) {
    .arrow-prg-L {
        left: 111px;
    }
    .arrow-prg-R {
        left: 103px;
    }
}*/
.cardFixBottom {
    padding: 5px;
    min-height: 363px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 10px 0;
}

.DigitalBusiness-cardFixBottom {
    min-height: 431px !important;
}

@media(max-width:1038px) {
    .cardFixBottom {
        min-height: 388px;
    }
}

@media(max-width:990px) {
    .cardFixBottom {
        min-height: 200px;
    }

    .DigitalBusiness-cardFixBottom {
        min-height: 200px !important;
    }
}

.ribbon.bg-gradiant-blueMix p.text-center {
    margin-bottom: 0 !important;
}

.DetilePackage {
    margin: 30px 10px 10px 10px;
}

.BorderLeftPurpel {
    border-left: solid 1px var(--DarkPurple);
}

.BorderTopPurpel {
    border-top: solid 1px var(--DarkPurple);
    padding: 10px;
    margin-top: 5px;
}

.sidebar {
    height: 100%;
    position: relative;
    z-index: 1;
    width: 100%;
    background-color: #1c3d77;
    overflow-x: hidden;
    padding: 20px 5px;
    border-radius: 10px 0 0 10px;
    top: -40px;
    right: -15px;
}

.MembershipLevels {
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px 15px;
    min-height: 400px;
}

.DetileMembershipLevels {
    margin: -10px 10px 10px 10px;
}

@media(max-width:1177px) and (min-width:991px) {
    .MembershipLevels {
        min-height: 490px;
    }
}

@media(max-width:990px) {
    .MembershipLevels {
        min-height: 200px;
    }
}

.FullWidthTaral {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 300px;
    background-attachment: fixed;
    background-size: cover;
    overflow-y: hidden;
    margin: 50px -60px 0 -60px;
}

.SaidbarBlig {
    box-shadow: 0 0 6px #1e407b59, 0 0px 6px #1e407b59;
    border-radius: 5px;
}

.SaidbarBligIMG {
    width: 100%;
    border-radius: 5px 5px 0 0;
}

.SaidbarBligTitle {
    padding: 5px 10px;
}

.Separator {
    font-weight: bold;
    color: var(--BasePurple);
    font-size: 15px;
}

.BlogTextFoolet {
    font-size: 10px;
    color: gray;
    margin: 0;
}

.SaidbarbottomBlig {
    border-bottom: 1px solid #7a3371;
    margin: 10px 0;
    padding-bottom: 5px;
}

.divCustomScroll {
    height: 360px;
    overflow: auto;
}
    /* استایل اسکرولبار برای مرورگرهایی که از وب‌کیت استفاده می‌کنند، مثل Chrome, Safari و Edge */
    .divCustomScroll::-webkit-scrollbar {
        width: 1px; /* عرض اسکرولبار */
        height: 1px; /* ارتفاع اسکرولبار برای اسکرول افقی */
    }

    .divCustomScroll::-webkit-scrollbar-track {
        background: transparent; /* رنگ پس‌زمینه مسیر اسکرولبار */
    }

.div-class::-webkit-scrollbar-thumb {
    background-color: var(--BaseColor); /* رنگ خود اسکرولبار */
    border-radius: 0px; /* گردی گوشه‌های اسکرولبار */
}

/* استایل اسکرولبار برای Firefox */
.divCustomScroll {
    scrollbar-width: thin; /* عرض اسکرولبار کمتر (یا 'auto' برای عرض پیش‌فرض) */
    scrollbar-color: var(--BaseColor) transparent; /* رنگ اسکرولبار و مسیر آن */
}



.tooltip-list {
    list-style: none;
    padding: 0;
}

    .tooltip-list li.tooltip-item:hover::before {
        content: attr(data-tooltip);
        position: absolute;
        top: -35px; /* تنظیم ارتفاع کادر تولتیپ */
        left: 50%;
        transform: translateX(-50%);
        background: #1e407b59;
        color: white;
        padding: 5px 10px;
        border-radius: 4px;
        white-space: nowrap; /* اطمینان از اینکه متن در یک خط نمایش داده می‌شود */
        display: block;
        opacity: 0;
        z-index: 11111111;
        transition: opacity 0.3s;
    }

    .tooltip-list li.tooltip-item:hover::before {
        opacity: 1;
    }


.MenoHederBlog {
    margin: 0 5%;
    border-radius: 0 0 50px 50px;
}

.HiddenIconBlog {
    padding-left: 3px;
}
/*"tooltip-list navbar-nav text-center RTL navbar-center NotPaddinpREspansiveLeft"*/
@media (max-width: 1150px) {
    .NotPaddinpREspansiveRight {
        justify-content: right;
    }

    .NotPaddinpREspansiveLeft {
        justify-content: left;
    }
}

@media (max-width: 980px) {

    .MenoHederBlog {
        margin: 0;
        padding: 0;
        border-radius: 0 0 30px 30px;
    }

    .HiddenIconBlog {
        display: none !important;
    }
}

.ShowSelectedEditor {
    display: none;
}

.ShowSelectedEditorInSaidbar {
    display: block;
}

@media (max-width: 1160px) {

    .ShowSelectedEditor {
        display: block;
    }

    .ShowSelectedEditorInSaidbar {
        display: none;
    }

    /*  .ribbon-wrapper .ribbon {
            right: -100px;
        }*/
}

.SidbarIcon {
    display: none;
    float: left;
    font-size: large;
    color: #014b93;
}


.socialsharing {
    text-align: center;
}

    .socialsharing a {
        display: inline-block;
        padding: .7em;
        line-height: 0;
        margin-bottom: 1em;
    }

    .socialsharing svg {
        width: 24px;
        height: 24px;
    }

.ListBlogTitleH6 {
    line-height: 1.9;
    margin: 15px 0;
}

.itemPage {
    display: none;
}

.active {
    display: block;
}

#pagination {
    margin-top: 20px;
}

#pageNumbers span {
    margin: 0 5px;
    cursor: pointer;
    user-select: none;
}

.activePage {
    font-weight: bold;
    color: white;
    background: var(--BaseColor);
}

div#pagination {
    text-align: center;
    margin: 20px 0;
}

.NextAndPrev {
    border: none;
    color: white;
    background: var(--BasePurple);
    border-radius: 3px;
    box-shadow: inset 0px 0px 5px rgb(255 255 255), inset 0 0px 5px rgb(255 255 255);
}

#pageNumbers span {
    margin: 0px 4px;
    cursor: pointer;
    padding: 3px 10px;
    user-select: none;
    box-shadow: inset 0px 0px 7px rgb(27 61 119), inset 0 0px 5px rgb(26 67 126);
    border-radius: 3px;
}

.mega-menu-FAQ {
    min-width: 335px !important;
    left: 15px;
}

.ParentFlashingButton {
    margin: 10px 0;
    width: 100%;
}

#tableSoftwareComparison {
    margin: 0 40px;
}

    #tableSoftwareComparison tr:first-child {
        background: var(--BaseColor) !important;
        color: #fff;
    }

    #tableSoftwareComparison tr:nth-child(odd) {
        background: #c9e8ff;
    }

    #tableSoftwareComparison tr {
        border-bottom: 1px solid #1c3d772e;
    }

    #tableSoftwareComparison td:first-child, #tableSoftwareComparison th:first-child {
        text-align: right;
    }

    #tableSoftwareComparison td, #tableSoftwareComparison th {
        padding: 10px;
        text-align: justify;
    }

.YourComment {
    font-weight: bold;
    color: var(--BasePurple);
    margin-bottom: 5px;
}

.YourStoryDiv {
    padding: 20px;
    margin: 10px 30px;
}

.ArticleDetileCommentDiv {
    border: 3px dashed #00000020;
    padding: 20px;
    margin: 5px;
}

.ArticleDetileComment {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 1px dashed #00000020;
    padding: 10px;
}

.SaidbarbottomBlig:last-child {
    border: none;
}

@media (max-width: 768px) {
    .SidbarIcon {
        display: block;
    }

    .SaidbarBlogFixed {
        display: none;
    }
}

.TitleDivBaseOption {
    margin: 0 0 20px;
}

.PadTop {
    padding-top: 0;
}

.DivBaseOptionImgWidth {
    width: 100px;
}

.ProductDetelesCol {
    margin: 10px 0;
    flex: 1 1 30%;
    display: flex;
    flex-direction: column;
}

.MinHightAfterSales {
    min-height: 270px !important;
}

@media(max-width:1238px) and (min-width:991px) {
    .MinHightAfterSales {
        min-height: 350px !important;
    }
}

@media(max-width:991px) {
    .MinHightAfterSales {
        min-height: 100px !important;
    }
}

.MinHightClubCustomers {
    min-height: 255px !important;
}

@media(max-width:835px) and (min-width:768px) {
    .MinHightClubCustomers {
        min-height: 350px !important;
    }
}

.MinHightInestaller {
    min-height: 270px !important;
}

@media(max-width:991px) {
    .MinHightInestaller {
        min-height: 100px !important;
    }
}
/*
@media(max-width:1152px) and (min-width:991px) {
    .MinHightInestallerOption {
        min-height: 450px !important;
    }
}*/
.DivBaseSliderDetilesProduct {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.DivItemCarouselTaral {
    height: auto;
    margin: 5px;
    border-radius: 50px;
    direction: rtl;
    align-items: center;
}

.DivItemCarouselTaralPrising {
    height: auto;
    margin: 15px 5px;
    border-radius: 20px;
    direction: rtl;
    align-items: center;
}

.DivImageCarouselTaral {
    border-radius: 50px;
    margin-left: 10px;
    padding: 10px;
}

.DivImageCarouselTaralPrising {
    border-radius: 20px;
    margin-left: 10px;
    padding: 10px;
}

.item.DivItemCarouselTaral.DivItemCarouselTaralBlue div.DivImageCarouselTaral, .item.DivItemCarouselTaralPrising.DivItemCarouselTaralBlue div.DivImageCarouselTaralPrising {
    border: 1px solid var(--BaseColor);
    box-shadow: 0 0 6px #1e407b59, 0 0px 6px #1e407b59;
}

.item.DivItemCarouselTaral.DivItemCarouselTaralPurple div.DivImageCarouselTaral, .item.DivItemCarouselTaralPrising.DivItemCarouselTaralPurple div.DivImageCarouselTaralPrising {
    border: 1px solid var(--BasePurple);
    box-shadow: 0 0 6px #833b7a59, 0 0px 6px #833b7a59;
}

.DivItemCarouselTaralBlue {
    box-shadow: 0 0 6px #1e407b59, 0 0px 6px #1e407b59;
}

.DivItemCarouselTaralPurple {
    box-shadow: 0 0 6px #833b7a59, 0 0px 6px #833b7a59;
}

.DivImageCarouselTaral img {
    width: 40px !important;
}

.DivItemCarouselTaral p, .DivItemCarouselTaralPrising p {
    margin-bottom: 0px !important;
    color: var(--Black) !important;
}

a.item.row.DivItemCarouselTaral.DivItemCarouselTaralPurple:hover, a.item.row.DivItemCarouselTaralPrising.DivItemCarouselTaralPurple:hover {
    font-weight: bold;
    border: 1px solid var(--BasePurple);
}

a.item.row.DivItemCarouselTaral.DivItemCarouselTaralBlue:hover, a.item.row.DivItemCarouselTaralPrising.DivItemCarouselTaralBlue:hover {
    font-weight: bold;
    border: 1px solid var(--BaseColor);
}

button.owl-prev {
    float: right;
}

button.owl-next {
    float: left;
}

    button.owl-prev span, button.owl-next span {
        font-size: xx-large;
        color: var(--BaseColor);
    }

.owl-nav {
    margin: -70px -20px 0 -20px;
}

button.owl-prev:focus, button.owl-next:focus {
    outline: none;
}

.PaddingZiro {
    padding: 0 !important;
}

.DivBaseTimeLineAboutUs {
    margin-bottom: 200px;
}

.time_line-itemAboutUs {
    margin-right: 50%;
    margin-left: auto;
    padding-right: 13%;
    padding-left: 0;
    text-align: right;
    position: relative;
    width: 50%;
    transition: opacity 0.5s;
    margin-bottom: -2px;
    min-height: 130px;
}

    .time_line-itemAboutUs:before, .time_line-itemAboutUs:after {
        content: "";
        position: absolute;
        z-index: -1;
        height: 2px;
        width: 20px;
        background: var(--BaseColor);
        left: auto;
        right: 0;
    }

    .time_line-itemAboutUs:after {
        bottom: 0;
    }

    .time_line-itemAboutUs:nth-child(even):before, .time_line-itemAboutUs:nth-child(even)::after {
        left: 0;
        right: auto;
    }

    .time_line-itemAboutUs:nth-child(even) {
        margin-right: auto;
        margin-left: 50%;
        padding-left: 13%;
        padding-right: 0;
        text-align: left;
    }


.time_line-pointerAboutUs {
    right: 90px;
    left: auto;
    opacity: 1;
    position: absolute;
    z-index: 2;
    width: 12%;
    top: 50%;
    border-top: 1px dashed currentColor;
    transition: 0.4s;
    color: var(--MediumBlue);
}

.time_line-itemAboutUs:nth-child(even) .time_line-pointerAboutUs {
    left: 90px;
    right: auto;
}

.time_line-pointerAboutUs:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: -5px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: var(--Lightblue);
    transition: 0.4s;
    right: -7px;
    left: auto;
}

.time_line-itemAboutUs:nth-child(even) .time_line-pointerAboutUs:before {
    right: auto;
    left: -7px;
}

.time_line-curveAboutUs {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 70px;
    height: 100%;
    transition: all 0.4s;
    border: 2px solid currentColor;
    border-color: var(--BaseColor);
}

.time_line-itemAboutUs:nth-child(even) .time_line-curveAboutUs {
    left: 20px;
    right: auto;
    border-radius: 0px 500px 500px 0px;
    border-left: 0;
    border-right-style: solid;
    border-right-width: 2px;
    border-right-color: var(--BaseColor);
}

.time_line-itemAboutUs:nth-child(odd) .time_line-curveAboutUs {
    left: auto;
    right: 20px;
    border-radius: 500px 0 0 500px;
    border-left-style: solid;
    border-left-width: 2px;
    border-left-color: var(--BaseColor);
    border-right: 0;
}

.time_line-contentAboutUs {
    border-radius: 0px 0px 0px 0px;
    left: 0;
    right: auto;
    opacity: 1;
    transform: translateX(0);
    position: relative;
    z-index: 1;
    top: 3px;
    line-height: 24px;
    transition: all 0.4s;
    display: flex;
    align-items: center;
}

.time_line-itemAboutUs:nth-child(even) .time_line-contentAboutUs {
    left: auto;
    right: 0;
    direction: ltr;
}

.time_line-iconAboutUs {
    margin-left: 25px;
    margin-right: 5px;
    display: block;
    width: 90px;
    min-width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 30px;
    text-align: center;
    border-radius: 50%;
    transition: all 0.4s;
    box-shadow: 1px 2px 1px 2px #b3b3b329;
}

.time_line-contentAboutUs h3 {
    margin-top: 20px;
}

.time_line-itemAboutUs:nth-child(even) .time_line-iconAboutUs {
    margin-right: 25px;
    margin-left: 5px;
}

.time_line-textAboutUs {
    position: absolute;
    z-index: 1;
    top: 100%;
    margin-top: 15px;
    overflow: hidden;
    direction: rtl;
}

.time_line-dateAboutUs {
    transform: translate(50%, -50%);
    opacity: 1;
    right: 0;
    left: auto;
    position: absolute;
    z-index: -1;
    top: 50%;
    white-space: nowrap;
    line-height: 1;
    font-size: 30px;
    transition: 0.4s;
    color: var(--BaseColor);
}

.time_line-itemAboutUs:nth-child(even) .time_line-dateAboutUs {
    transform: translate(-50%, -50%);
    right: auto;
    left: 0;
}

@media(max-width:1250px) and (min-width:991px) {
    .time_line-itemAboutUs {
        min-height: 160px;
    }
}

@media(max-width:991px) {
    .time_line-itemAboutUs {
        margin-right: 0;
        margin-left: 0;
        padding-right: 0;
        padding-left: 0;
        width: 100%;
        min-height: 250px;
    }

        .time_line-itemAboutUs:before, .time_line-itemAboutUs:after {
            width: 0;
        }

    .time_line-curveAboutUs {
        border-color: #1c3d7700;
        width: 0;
    }

    .time_line-itemAboutUs:nth-child(even) .time_line-curveAboutUs, .time_line-itemAboutUs:nth-child(odd) .time_line-curveAboutUs {
        left: auto;
        right: 0;
        border-radius: 0px;
    }

    .time_line-itemAboutUs:nth-child(even) .time_line-pointerAboutUs, .time_line-pointerAboutUs {
        left: auto;
        top: 20%;
        width: 6%;
        right: 0;
    }

        .time_line-itemAboutUs:nth-child(even) .time_line-pointerAboutUs:before, .time_line-pointerAboutUs:before {
            left: auto;
            right: -7px;
        }

    .time_line-itemAboutUs:nth-child(even) .time_line-dateAboutUs, .time_line-dateAboutUs {
        rotate: 90deg;
        right: -40px;
        top: 20%;
        left: auto;
    }

    .time_line-iconAboutUs {
        margin-right: 40px;
    }

    .time_line-itemAboutUs:nth-child(even) .time_line-contentAboutUs {
        direction: rtl;
    }

    .time_line-textAboutUs {
        padding: 0 25px;
    }

    .DivBaseTimeLineAboutUs {
        margin-bottom: 50px;
    }
}

@media(max-width:550px) {
    .time_line-itemAboutUsMinheight {
        min-height: 360px !important;
    }
}

@media(max-width:390px) {
    .time_line-itemAboutUsMinheight {
        min-height: 430px !important;
    }
}

.UpTaral {
    width: 40px;
    height: 40px;
    position: fixed;
    display: flex;
    z-index: 1000000;
    border-radius: 50px;
    bottom: 10px;
    text-align: center;
    align-items: center;
    right: 10px;
}

    .UpTaral i {
        width: 100%;
        font-size: larger;
    }

.BottomTrashUpload {
    width: 15%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    align-items: center;
    display: flex;
}

.BottomAddUpload {
    width: 15%;
    border-radius: 0;
    align-items: center;
    display: flex;
}

    .BottomTrashUpload i, .BottomAddUpload i {
        font-size: larger;
        color: white;
        width: 100%;
    }

.InputUpload {
    width: 70%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.BottomAddItemFormTaral {
    width: 10%;
    text-align: center;
}

.InputItemFormTaral {
    width: 90%;
}

.InputItemFormTaral1 {
    width: 50%;
}

.LabelItemFormTaral1 {
    width: 60%;
}

.LabelItemFormTaral2 {
    width: 40%;
}

.LabelItemFormTaral2Hidden {
    width: 100%;
    display: none;
}

.LabelItemFormTaral1Hidden {
    width: 100%;
    display: none;
    margin-top: 15px;
}

.InputItemFormTaral2 {
    width: 40%;
}

@media(max-width:600px) {
    .BottomAddItemFormTaral {
        text-align: right;
    }

    .InputItemFormTaral1 {
        width: 90%;
    }

    .InputItemFormTaral2 {
        width: 100%;
    }

    .LabelItemFormTaral2 {
        display: none;
    }

    .LabelItemFormTaral2Hidden, .LabelItemFormTaral1Hidden {
        display: block;
    }

    .LabelItemFormTaral1 {
        width: 100%;
    }
}

.EvaluationTimeLine {
    width: 80px;
    height: 40px;
    border-radius: 5px;
    background: #fcfcfc;
    box-shadow: 0px 0px 10px 0px hsl(0deg 1.27% 38.72% / 19%);
    display: grid;
    text-align: center;
    margin-right: -40px;
}

    .EvaluationTimeLine img {
        width: 40px;
        text-align: center;
        margin: auto;
    }

.ParentEvaluationTimeLine {
    min-height: 150px;
}

.DivBaceEvaluationTimeLine {
    border-right: 4px dashed var(--BasePurple);
    margin-right: 20px;
}

.SpanError {
    color: red;
    font-size: 0.6rem;
}

.PaddingTen {
    padding: 10px !important;
}

.CompanyTypeEvaluation {
    width: 96%;
    margin: 20px 2%;
}

.PRMFormStyle {
    margin: 10px 0;
    padding: 15px;
    box-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2);
}

.NumberCircle {
    width: 35px;
    border-radius: 50%;
    box-shadow: 0px 2px 4px #bfbfbf;
    margin: 0 5px;
}

.PriceingOptionL {
    direction: ltr;
    position: absolute;
}

.PriceingOptionR {
    direction: rtl;
    position: absolute;
}

.PriceingTitle {
    position: absolute;
    font-weight: bold;
    color: var(--BasePurple);
}

.PriceingTitleL {
    rotate: 45deg;
    top: 80px;
    left: 70px;
}

.PriceingTitleR {
    rotate: -45deg;
    top: 80px;
    right: 25px;
}

.PriceingImg {
    width: 200px;
    height: 400px;
    position: absolute;
}

.PriceingImgL {
    border-radius: 0 200px 200px 0;
    left: 0;
}

.PriceingImgR {
    border-radius: 200px 0 0 200px;
}

.PriceingSm li {
    margin: 10px 0;
}

.PriceingSm ul {
    list-style: none;
    padding: 0;
}

.PriceingSm {
    display: none;
}

@media(max-width:991px) {
    .PriceingSm {
        display: block;
    }

    .PriceingLg {
        display: none;
    }
}

.LicenseItemSM {
    display: none;
}

@media(max-width:1100px) {
    .LicenseItemSM {
        display: block;
    }

    .LicenseItemLG {
        display: none;
    }
}

.ProductOptionPricing {
    border: 1px dashed var(--BaseColor);
    width: 100%;
    padding: 15px;
    margin: 5px 10px;
}

.DivMultiOptionPricing {
    align-items: center;
    display: flex;
    margin-bottom: 15px;
}

.DivOptionPricing {
    align-items: center;
    display: flex;
}

.InputOptionPricing {
    width: 20px;
    height: 20px;
    margin-left: 5px;
}

.POptionPricing {
    margin-bottom: 0;
    text-align: justify;
    width: 100%;
}

.CardDiv {
    border: 2px dashed var(--BaseColor);
    padding: 15px;
    height: fit-content;
}

.ProductListFactor {
    border: 1px dashed var(--Lightblue);
    max-height: 250px;
    overflow: auto;
    padding: 10px;
    height: fit-content;
}

.ItemProductList {
    border-bottom: 1px solid var(--DarkPurple);
    padding: 5px;
}

.TitleProductListFactor {
    border-radius: 5px 5px 0 0;
    padding: 5px 0;
}

.GetWidthJS p {
    letter-spacing: -1px;
    padding-left: 5px;
}

.DivBaseAddressList {
    box-shadow: 0px 3px 5px 2px #1a437e45;
    padding: 0;
}

.BorderTopBaseAddressList {
    background: linear-gradient(90deg, var(--BaseColor) 48px, var(--BasePurple) 0) repeat-x;
    background-size: 96px 4px;
    height: 4px;
    width: 100% !important;
}

.TextAddressList {
    min-height: 60px;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 0px !important;
}

.IconPostalCode {
    width: 8%;
    margin-left: 2%;
}

.captionIconPostalCode {
    width: 90%;
    margin-bottom: 0px;
}

.bg-gradient-warning {
    background: #ffc107 linear-gradient(180deg, #ffca2c, #ffc107) repeat-x !important;
    color:#000 !important;
}

.bg-gradient-success {
    background: #3ca855 linear-gradient(180deg, #48b461, #097121) repeat-x !important;
    color: white !important;
}

.bg-gradient-danger {
    background: #dc3545 linear-gradient(180deg, #e15361, #dc3545) repeat-x !important;
    color: white !important;
}

.TagA-AddAddress {
    display: flex;
    border: 2px dashed #616161;
    height: 250px;
    width: 100%;
    -webkit-box-pack: center;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    color: #616161;
    background-image: url(/Images/location.png);
    background-repeat: no-repeat;
    background-position: center
}

.DivBaseFrendsList {
    box-shadow: 0px 3px 5px 2px #1a437e45;
    padding: 5px 0;
    margin: 10px 5px 0;
}

.DivNotifBackGround {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.LinkNotif {
    width: 100%;
    height: 100%;
    background: #34343496;
}

    .LinkNotif div {
        padding: 15px;
        color: white;
    }

.DivBaseCheackList {
    box-shadow: 0px 3px 5px 2px #1a437e45;
    padding: 10px 15px;
    margin: 0px 5px 15px;
    overflow: hidden;
}

.LindCheackList {
    width: 100%;
    height: 100%;
    color: #42474c !important;
}

.InfoProfile {
    display: none;
    position: relative;
    z-index: 111;
    background: #fff;
    margin: 10px 0;
    width: 70%;
    border-radius: 5px;
}

.InfoProfileSM {
    display: none;
    background: #fff;
    border-radius: 5px;
}

a#ShowInfoProfile:hover .InfoProfile {
    display: block;
}

.ProflieCard {
    border-radius: 5px;
    padding: 5px 15px;
    box-shadow: 0 0 6px #1e407b59, 0 0px 6px #1e407b59;
}

.HorizontalCenterflex {
    align-items: center;
    display: flex;
}

.CardListItem {
    padding: 10px 0 0;
    margin: 0;
}

.CardDetiles {
    width: 100%;
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #e2e2e2;
}

    .CardDetiles p {
        margin: 0;
    }

.qtyBtn {
    border: 1px solid var(--BasePurple);
    background: white;
    color: var(--BaseColor);
    height: 100%;
    font-size: 30px;
    align-items: center;
    display: flex;
}

    .qtyBtn.plus {
        border-left: none;
        float: left;
        width: 25%;
        display: block;
        background: var(--Lightblue);
        border-radius: 0 5px 5px 0;
      /*  justify-content: center;
        display: flex;*/
    }

    .qtyBtn.mines {
        border-right: none;
        float: right;
        width: 25%;
        display: block;
        background: var(--Lightblue);
        border-radius: 5px 0 0 5px;
      /*  justify-content: center;
        display: flex;*/
    }

       /* .qtyBtn.mines span {
            top: -2px;
            position: relative;
        }*/

        .qtyBtninput {
            border: 1px solid var(--BasePurple);
            border-radius: 0;
            border-right: none;
            border-left: none;
            width: 100%;
            text-align: center;
            font-size: 30px !important;
            height: 100%;
        }

    .qtyBtn:focus, .qtyBtninput:focus-visible {
        outline: none;
        border: 3px solid var(--BasePurple);
    }

.ChengeCountProduct {
    width: 80px;
    text-align: center;
    float: left;
    border-radius: 5px;
}

@media(max-width:932px) and (min-width:770px) {
    .AddressListInFactorPage {
        margin-bottom: 0;
    }
}

.DivBasePayPage {
    box-shadow: 0 0 6px #ebf3f5, 0 0px 6px #1e407bd1;
    padding: 20px 15px;
    margin: auto;
    width: 30%;
    border-radius: 5px;
}

.DivViewBag {
    border-right: 3px solid #008fcf;
    margin: 20px auto;
    background: rgb(255, 255, 255);
    border-radius: 5px;
}


th {
    padding: 10px;
    text-align: right;
}

td {
    padding: 3px;
    text-align: right;
    font-size: 0.7rem;
}

tr {
    border-bottom: 1px solid #1c3d772e;
}

thead td:first-child, th:first-child {
    text-align: right !important;
}


thead tr:first-child {
    background: var(--BaseColor);
    color: #fff;
}


table {
    width: 100%;
}
/*این کد های PWA*/

.appBottomMenu {
    display: none;
}

.StatusTicletTag {
    padding: 10px;
}

/* وقتی اپ به صورت PWA اجرا شد */
@media (display-mode: standalone) {
    #footer, #SecendHeader {
        display: none;
    }
    /* حذف فوتر فقط در PWA */
    .appBottomMenu {
        display: flex !important;
    }
    .SpetialClassPwa {
        margin-bottom: 70px;
    }
}
/* برای iOS (وقتی به هوم‌اسکرین اضافه بشه) بعضی نسخه‌ها: */
html.pwa footer {
    display: none;
}

html.pwa .appBottomMenu {
    display: flex;
}











@media(max-width:767px) {
    p {
        margin-bottom: 5px !important;
    }   
    .UpTaral{
        display: none;
    }
    .menu {
        top: 75px;
    }
    .StatusTicletTag {
        padding: 10px 40px;
    }
}

.appBottomMenu {
    min-height: 56px;
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    right: 0;
    /* background: #FFFFFF;*/
    display: none;
    align-items: center;
    justify-content: center;
    /*border-top: 1px solid #E1E1E1;*/
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: env(safe-area-inset-bottom);
    background-color: var(--BaseColor);
    direction: rtl;
}

    .appBottomMenu .item {
        font-size: 9px !important;
        letter-spacing: 0;
        text-align: center;
        width: 100%;
        height: 56px;
        line-height: 1.2em;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

        .appBottomMenu .item .col {
            width: 100%;
            padding: 0 4px;
            text-align: center;
        }

        .appBottomMenu .item i {
            display: inline-flex;
            margin: 1px auto 5px auto;
            font-size: 20px;
            line-height: 1.3em;
            color: white;
            transition: 0.1s all;
            display: block;
            margin-top: 1px;
            margin-bottom: 3px;
        }

        .appBottomMenu .item strong {
            margin-top: 4px;
            display: block;
            color: white;
            font-weight: 400;
            transition: 0.1s all;
        }

        .appBottomMenu .item .action-button.large {
            width: 60px;
            height: 60px;
            margin-top: -20px;
            margin-left: -10px;
            margin-right: -10px;
        }

        .appBottomMenu .item .action-button {
            display: inline-flex;
            width: 50px;
            height: 50px;
            margin-left: -5px;
            margin-right: -5px;
            align-items: center;
            justify-content: center;
            border-radius: 200px;
        }

.SendTicketBox {
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 0px 6px #1c3d774f;
    margin: 10px 0;
    width: 100%;
}

ul.pagination {
    direction: ltr !important;
}

.HistoryTicket {
    background-color: var(--BaseColor);
    color: #fff;
    padding: 10px 10px 0;
    border-radius: 5px 5px 0px 0px;
}

.titlleHistoryTicket {
    margin-bottom: 10px;
    padding: 0 5px;
}

select.custom-select.custom-select-sm.form-control.form-control-sm {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
    padding-left: .5rem !important;
    padding-right: 2rem !important;
}

div.dataTables_wrapper div.dataTables_filter input {
    width: 100% !important;
}

.RateStarFix {
    float: left;
    margin-top: 10px;
}
/*.fa-star {
    font-size: 14px;
    margin: 0 -2px 0 0;
}*/
.fa-star-o, .fa-star {
    color: #fbb034;
}

.rate {
    float: left;
    height: 30px;
    padding: 0 5px;
}

    .rate:not(:checked) > input {
        position: absolute;
        top: -9999px;
    }

    .rate:not(:checked) > label {
        float: right;
        width: 1em;
        overflow: hidden;
        white-space: nowrap;
        cursor: pointer;
        font-size: 20px;
        color: #ccc;
    }

        .rate:not(:checked) > label:before {
            content: '★ ';
        }

        .rate:not(:checked) > label:hover, .rate:not(:checked) > label:hover ~ label {
            color: #deb217;
        }

.StarDark {
    color: #ccc !important;
}


.TicketListDashbord {
    background-color: #eee;
    box-shadow: 0 5px 6px #1c3d774f;
    margin-bottom: 8px;
    border-radius: 7px;
}

.HeaderTiketList {
    background-color: var(--BaseColor);
    color: #fff;
    padding: 10px;
    border-radius: 7px 7px 0px 0px;
}

.trTiketList {
    background: #1c3d7700 !important;
    color: #000 !important;
}

.FormCard {
    border-radius: 8px;
    background: #fafafa;
    padding: 12px;
    border: 1px solid #eee;
    box-shadow: 0 5px 6px #1c3d774f;
    margin: 10px 0;
}

.MarginBottom0 {
    margin-bottom: 0 !important;
}

.timeline {
    position: relative;
    padding: 24px 0
}

    .timeline:before {
        content: '';
        display: block;
        position: absolute;
        width: 2px;
        right: 0;
        bottom: 0;
        top: 0;
        background-color: #79227f;
        z-index: 1;
    }

    .timeline .item {
        position: relative;
        margin-bottom: 40px
    }

        .timeline .item:last-child {
            margin-bottom: 0
        }

    .timeline .content {
        padding-right: 20px;
    }

        .timeline .content .title {
            margin-bottom: 5px !important;
            line-height: 1.3em
        }

        .timeline .content .text {
            font-size: 10px;
            /*line-height: 1.4em;*/
            padding-left: 30px;
        }

    .timeline .dot {
        width: 12px;
        height: 12px;
        border-radius: 100%;
        position: absolute;
        background: #A1A1A2;
        right: -5px;
        top: 50%;
        margin-top: -6px;
        z-index: 10;
        box-shadow: 0 0 0 3px #FFF;
    }

    .timeline.timed {
        padding-right: 80px;
    }

        .timeline.timed:before {
            right: 80px;
        }

        .timeline.timed .time {
            font-size: 11px;
            position: absolute;
            right: -80px;
            line-height: 1.5em;
            width: 70px;
            text-align: left;
            top: 50%;
            transform: translate(0, -50%);
            z-index: 20;
        }



.DivItemCarouselTaralBlue {
    box-shadow: 0 0 6px #1e407b59, 0 0px 6px #1e407b59;
}

.DivItemCarouselTaralPrising {
    height: auto;
    margin: 15px 5px;
    border-radius: 20px;
    direction: rtl;
    align-items: center;
}

    .DivItemCarouselTaral.DivItemCarouselTaralBlue div.DivImageCarouselTaral, .DivItemCarouselTaralPrising.DivItemCarouselTaralBlue div.DivImageCarouselTaralPrising {
        border: 1px solid var(--BaseColor);
        box-shadow: 0 0 6px #1e407b59, 0 0px 6px #1e407b59;
    }

.DivImageCarouselTaralPrising.HorizontalCenter {
    width: 60px;
}

.DivImageCarouselTaralPrising {
    border-radius: 20px;
    margin-left: 10px;
    padding: 10px;
}




.ButtemSetting {
    box-shadow: 0 0 6px var(--TransparenLightblue);
    border-radius: 10px;
}

.ButtemSettingDivimg {
    width: 40px;
    border: 1px solid var(--Lightblue);
    box-shadow: 0 0 6px var(--TransparenLightblue);
    border-radius: 10px;
    padding: 5px;
}

.ColorRangeRadio {
    float: right;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    margin-top: 3px;
}

.LargerFont {
    font-size: larger !important;
}

.WitheColors {
    width: 20%
}

.TicketHistoryHeder {
    padding: 7px;
    border-radius: 3px 3px 0px 0px;
}

.TicketHistoryContent {
    background-color: #eee;
    margin-top: 15px;
    border-radius: 5px;
    border: 1px solid #d9d5d5;
}

.StatusTicket {
    background-color: #eee;
    padding: 15px 15px 1px;
    border-radius: 7px;
}

.FloatL {
    float: left;
}



.spaceBetween {
    justify-content: space-between !important;
}

.ContentProduct {
    padding: 5px 5px 0;
    font-size: smaller;
}

.bordernone {
    border: none !important;
}

.LableExploitation {
    color: var(--DarkPurple);
    font-weight: bold;
}

.UlLineHeight {
    line-height: 2;
}

.ListStyleArabic {
    list-style: arabic-indic;
}

.MaT10Mb20 {
    margin: 10px 0 20px;
}

.Width20 {
    width: 20%;
}

.text-bold {
    font-weight: bold;
}

.AttachTicket {
    font-size: x-large !important;
    color: #9e378b;
}
/*@media(max-width:430px) {
    .imgArticleDiv {
        display: none;
    }
}*/
/*این کد های PWA*/

/*استایل های هدر 1*/
.DivBaseHeader1 {
    margin-bottom: 10px;
}

    .DivBaseHeader1 ul {
        list-style: none;
        padding-right: 0;
    }

.MenueLeftHeader1 {
    left: 0;
    position: absolute;
}

.LiMenueHeader1 {
    float: right;
    padding: 0 8px;
}

li.LiMenueHeader1 a {
    color: white;
    font-size: 0.75rem !important;
}

    li.LiMenueHeader1 a:hover {
        border-bottom: 2px solid;
        color: white;
    }

.pad5 {
    padding: 5px;
}

.active-link {
    border-bottom: 2px solid #fff;
    padding-bottom: 3px;
}
/*استایل های هدر 1*/


.productCategoryBaseDiv {
    text-align: center;
    background: var(--CateguryListColor);
    color: var(--CateguryTextColor);
    padding: 7px 7px 7px 7px;
    border: 1px solid #ebebeb;
    margin: 10px 0;
}

.breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc;
}

ul.breadcrumb {
    margin: 0 0 20px;
    padding: 0;
    background: transparent;
}


.strike {
    text-decoration: line-through;
}

.PadRightUl {
    padding-right: 20px;
}

#Peladiom {
    border: 5px solid var(--BaseColor);
}

.PadTop50 {
    padding-top: 50px;
}

.spaceBetween {
    justify-content: space-between !important;
}

.ArticleListTitle {
    margin: 0;
    font-size: 11px;
}

.spaceBetween {
    justify-content: space-between !important;
}

.Pad0 {
    padding: 0 !important;
}

.DivBaseBlogSimilar {
    padding: 10px;
    border-radius: 5px;
}

.TitleBlogSimilar {
    transform: rotate(90deg);
    letter-spacing: 3px;
}

.pad20 {
    padding: 20px;
}

.SpaceCommentes {
    border-bottom: 1px solid var(--BasePurple);
    margin-bottom: 15px;
    margin-left: 10px;
}

.MaBo5 {
    margin-bottom: 5px;
}

.FixSidBarContent {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    margin-top: 5px;
    min-height: 600px;
    height: fit-content;
}

.ArticleDate {
    color: #a5a5a5;
    font-size: 10px;
    margin-top: -0.5rem;
    margin-bottom: 0;
}

.ArticleLable {
    background: #eaeaea;
    padding: 0 10px;
    border-radius: 3px;
    margin: 0 2px;
    font-size: 10px;
    color: #656565ee;
}

.RateStarFix {
    float: left;
    margin-top: 10px;
}
/*.fa-star {
    font-size: 14px;
    margin: 0 -2px 0 0;
}*/
.fa-star-o, .fa-star {
    color: #fbb034;
}

.rate {
    float: left;
    height: 30px;
    padding: 0 5px;
}

    .rate1:not(:checked) > input, .rate:not(:checked) > input {
        position: absolute;
        top: -9999px;
    }

    .rate1:not(:checked) > label, .rate:not(:checked) > label {
        float: right;
        width: 1em;
        overflow: hidden;
        white-space: nowrap;
        cursor: pointer;
        /*font-size: xx-large;*/
        color: #ccc;
    }

        .rate1:not(:checked) > label:before, .rate:not(:checked) > label:before {
            content: '★ ';
        }

        .rate1:not(:checked) > label:hover, .rate1:not(:checked) > label:hover ~ label, .rate:not(:checked) > label:hover, .rate:not(:checked) > label:hover ~ label {
            color: #deb217;
        }

.StarDark {
    color: #ccc !important;
}

.rate1 {
    width: fit-content;
    margin: auto;
    margin-top: -15px;
}

.product-info .image-additional img {
    max-width: 75px;
    height: auto;
    display: block;
}

.DivimageGallery {
    position: relative;
    text-align: center;
}

.imgGallery {
    display: block;
    max-width: 100%;
    height: auto;
    float: right;
    margin-left: 20px;
    float: right;
    margin-left: 20px;
}

.border-bottomPurple {
    border-bottom: 1px solid var(--BasePurple);
}

.quantity-selector button, .quantity-number {
    border: none;
    margin: 0;
    padding: 0;
    color: var(--BaseColor);
    background-color: #fff;
    cursor: pointer;
    outline: none;
    text-align: center;
    height: 100%;
    border-radius: 5px;
    font-size: 30px;
}

.quantity-selector {
    height: 40px;
    display: flex;
    border: 1px solid #eee;
    border-radius: 5px;
    color: var(--BaseColor);
    font-size: 1.071rem;
    line-height: 1.467;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding: 0px;
    z-index: 11;
    box-shadow: 0 12px 12px 0 hsla(0, 1%, 50%, 0.11);
    float: none;
    margin: 10px auto;
    width: 200px;
}

.quantity-number.qty #input-quantity, .quantity-number.qty #input-quantity-Searsh {
    border: none;
    margin: 0;
    padding: 0;
    color: var(--BaseColor);
    background-color: #fff;
    cursor: pointer;
    height: 100%;
    font-size: 30px;
    box-shadow: none;
    width: 100%;
}

.product-info .cart div .wishlist {
    font-size: 11px;
    display: inline-block;
    padding-top: 3px;
    border: none;
    background: none;
    margin-left: 15px;
}

.shadowbox {
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 42%);
}

.img-responsive {
    width: 100%;
}

p.captionTitle {
    width: 50%;
    float: right;
}

p.captionContent {
    text-align: left;
    color: var(--SecendColor);
}

.ItemsSideBarClub {
    padding-bottom: 1px;
    padding-top: 1px;
    /*overflow: auto;*/
}

.imageIconClub {
    width: 10%;
    float: right;
    margin-left: 15px;
}

.subtitleSideBarClub {
    border-bottom: solid 1px var(--DarkPurple);
    padding: 10px;
    margin-top: 0;
}

.TitlePage h1 {
    display: flex;
    color: var(--SecendColor) !important;
    font-size: 15px !important;
    margin-right: 5px;
    margin-bottom: 0 !important;
    align-items: center;
}

.TitlePage {
    display: flex;
    margin-bottom: 10px;
}

    .TitlePage img {
        width: 40px;
        height: 40px;
        float: right;
        margin-top: 7px;
    }

.PurpelBorderTop {
    border-top: 1px solid var(--DarkPurple);
}

.FloatR {
    float: right;
}


/*استایل های سرچ هدر*/

#searchHeader {
    position: relative;
    display: block;
}

    #searchHeader input {
        background: #f5f5f5;
        border: none;
        box-shadow: 0 2px 5px 0 #0000002b;
    }

#filter_name::placeholder, #IdSearchBlog::placeholder {
    color: #000 !important;
}

.button-searchHeader {
    left: 0;
    top: 0;
    right: auto;
    width: 36px;
    height: 36px;
    z-index: 2;
    position: absolute;
    cursor: pointer;
    background: none;
    border: none;
}

.SerachOffer {
    background: var(--LightGray);
    border-radius: 3px;
    position: absolute;
    right:15px;
    z-index: 1111;
    overflow: hidden;
    top: 40px;
    left: 15px;
    padding: 10px 12px 10px;
    box-shadow: 0 2px 5px 0 #0000002b;
}



/*استایل های سرچ هدر*/

.RowEqual {
    display: flex;
    flex-wrap: wrap;
}

.ColEqual {
    display: flex;
}

.InsideDivColEqual {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 100%;
}

img.FullWidthPageBuilder {
    margin-right: -25px;
}

.DivNewsPartial {
    border-radius: 3px;
}

p.ArticleTitle.ArticleTitleHight {
    color: var(--SecendColor) !important;
}

p.ArticleTitle {
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}

p.ArticleDescription {
    padding: 5px;
    text-align: center;
}

#footer {
    bottom: 0;
    position: relative;
}

.rate1:not(:checked) > label, .rate:not(:checked) > label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: xx-large;
    color: #ccc;
}

.SearchIconBlog {
    border-radius: 3px 0 0 3px;
    padding: 0;
    background-color: var(--BaseColor);
    color: white;
    text-align: center;
    align-items: center;
    display: grid;
}

.price-old {
    text-decoration: line-through red;
    color: gray;
}

.saving {
    background: var(--SkyBlue) !important;
    border-radius: 5px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 3px;
    top: 3px;
    width: 40px;
}

#MobileTopMeno {
    background: var(--HeaderBeetwin);
    padding: 15px 20px;
    float: right;
    text-align: right;
    position: absolute;
    z-index: 11;
    border-radius: 3px;
    box-shadow: 0px 0px 7px 1px #1c3e784f;
    min-width: 200px;
    line-height: 2;
    font-size: 14px;
}

#HeaderTopSM {
    display: none;
}

@media(max-width:637px) {
    #HeaderTopLG {
        display: none;
    }

    #HeaderTopSM {
        display: flex;
    }
}

.LogoInMobile {
    text-align: right !important;
}

@media(max-width:573px) {
    .LogoInMobile {
        text-align: center !important;
        margin-bottom: 20px;
    }
}

@media(max-width:790px) {
    .HiddenIcon {
        display: none !important;
    }
}

.ProductDetilesUl li {
    padding: 0 10px;
}

@media(max-width:420px) {
    .ProductDetilesUl li {
        padding: 0px 2px;
    }
}

.BorderL-Sm-BorderB {
    border-left: 2px dashed var(--BaseColor);
}

@media(max-width:767px) {
    .BorderL-Sm-BorderB {
        border-bottom: 2px dashed var(--BaseColor);
        border-left: none;
    }
}

.OptionChackout {
    border-bottom: 1px solid #eee;
    padding: 10px;
}

    .OptionChackout p.title {
        color: var(--SecendColor);
        font-size: 0.8rem;
    }

.ChengeCountProductButton {
    border-radius: 3px;
    padding: 5px 20px;
    margin-right: 3px;
}

tbody tr:first-child, tbody tr:nth-child(odd) {
    background: #0000000d !important;
    color: #000;
}

.MaTopDiv10 {
    margin-top: 10px !important;
}

.ImgCountactUs {
    height: 300px;
    width: auto;
}

@media(max-width:700px) {
    .ImgCountactUs {
        height: auto;
        width: 100%;
    }
}


/*p.CardListItem {
    margin-bottom: 0px !important;
}*/

.XLargeFont {
    font-size: x-large !important;
}

.DeleteIcon {
    font-size: large !important;
    top: 2px;
    position: relative;
}

.OptionChackout label, .OptionChackout li, .OptionChackout textarea, .OptionChackout input {
    font-size: 0.7rem !important;
}

.btn {
    padding: .375rem 1.2rem !important;
    font-size: 0.7rem !important;
}

input[type="checkbox"], input[type="radio"] {
    accent-color: #0091ff;
}

.CardDetiles p {
    margin-bottom: 0px !important;
}

.captionSide p {
    font-size: 0.75rem !important;
}

.SmallFont {
    font-size: 0.7rem;
}

.MaBotDiv10 {
    margin-bottom: 10px !important;
}

.OptionChackout span, .OptionChackout p {
    font-size: 0.75rem;
}

table th, table td {
    font-size: 0.7rem;
    font-weight: normal;
}

table td {
    color: var(--Gray);
}

.modalContent {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.TermSaleSpan {
    display: block;
    width: 190px;
    height: 24px;
    background-color: var(--SecendColor);
    -ms-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    position: absolute;
    text-align: center;
    line-height: 24px;
    left: -41px;
    top: 35px;
    font-family: arial;
    font-size: 13px;
    color: #fff;
    z-index: 11;
    box-shadow: 0 5px 4px 0 hsl(0deg 0% 71%);
}
/*استایل لودینگ*/
.loading1 {
    position: relative;
    /*    top: 120px;
    left: 100px;*/
    width: 50px;
    height: 50px;
    margin: auto;
    text-align: center;
    border: 1px solid var(--BaseColor);
    box-shadow: 0 0 5px var(--Lightblue);
    animation: spinner 2s infinite;
}

#loading1-2 {
    border: 2px solid var(--DarkPurple);
    box-shadow: 0 0 10px var(--LightPurple);
    animation: spinner 4s infinite;
    margin-top: -50px;
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes expand {
    0% {
        width: 50px;
        height: 50px;
        left: 900px;
        top: 120px;
    }

    50% {
        width: 0px;
        height: 0px;
        top: 140px;
        left: 920px;
        opacity: 0;
    }
}

.LoadingBase {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #f4f6f9cc;
    padding-top: 20%;
    top: 0px;
    left: 0;
    z-index: 111111111111;
}
.TextLoading {
    margin-top: 20px;
    font-weight: bold;
    color: var(--BasePurple);
    font-size: large;
    text-shadow: 0px 1px 5px #00000094;
    text-align: center;
}
/*استایل لودینگ*/
.ListFactorImg {
    width: 80%;
    margin: 15px 10%;
}
@media(max-width:575px){
    .ListFactorImg {
        width: 40%;
        margin: 15px 30%;
    }
}


/*استایل های هدر 2*/
.DivBaseHeader2 {
    margin-bottom: 10px;
}

    .DivBaseHeader2 ul {
        list-style: none;
        padding-right: 0;
    }

.MenueLeftHeader2 {
    left: 0;
    position: absolute;
}

.LiMenueHeader2 {
    float: right;
    padding: 0 8px;
}

li.LiMenueHeader2 a {
    color: white;
    font-size: 0.75rem !important;
}

    li.LiMenueHeader2 a:hover {
        border-bottom: 2px solid;
        color: white;
    }

.active-link {
    border-bottom: 2px solid #fff;
    padding-bottom: 3px;
}
.shadowHeader2 {
    box-shadow: 0px 10px 10px -1px #cad0da5e;
}
/*استایل های هدر 2*/

/*استایل های صفحه ارور*/
.DivIError {
    margin: auto;
    width: 35%;
}
@media(max-width:1000px) {
    .DivIError {
        margin: auto;
        width: 50%;
    }
}
@media(max-width:500px) {
    .DivIError {
        margin: auto;
        width: 80%;
    }
}

/*استایل های صفحه ارور*/