﻿
@font-face {
    font-family: 'fontNormalMactaPlusTaral';
    src: url('../font/Droid Arabic Kufi.TTF') format('truetype');
}

:root {
    --Lightblue: #87a390;
    --BaseColor: #49714f;
    --TransparenLightblue: #87a39087;
    --SecendColor: #55753a;
    --DarkBlue: #293f15;
    --MediumBlue: #86a08c;
    --LightPurple: #fbe6a4;
    --DarkPurple: #9d6600;
    --MediumPurple: #e6b221;
    --LightGray: #bbbbbb;
    --white: #fcfcfc;
    --Black: #42474c;
    --BasePurple: #f6efdd;
}

body {
    margin: 0 auto;
    font-family: "fontNormalMactaPlusTaral";
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 2;
    color: var(--Black);
    background-color: var(--white);
}

.wrapper-wide {
    width: 100%;
}

@media(min-width:1707.55px) {
    .wrapper-wide {
        max-width: 1707.55px;
    }
}

.container {
    width: 100%;
    min-width: 100%;
    padding: 20px 60px;
    margin-right: auto;
    margin-left: auto;
}

@media(max-width:650px) {
    .container {       
        padding: 40px 30px;
    }
}
.wrapper {
    display: flex;
    position: relative;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 1rem !important;
    color: var(--SecendColor) !important;
}
h1 {
    font-size: 1.7rem !important;
}
h2 {
    font-size: 1.5rem !important;
}

h3 {
    font-size: 1.25rem !important;
}
h4 {
    font-size: 1rem !important;
}
h5 {
    font-size: 0.95rem !important;
}
h6 {
    font-size: 0.90rem !important;
}

input, a, select ,option {
    font-size: 0.8rem !important;
}
a {
    text-decoration: none !important;
}
p {
    text-align: justify !important;
}
.center-justified {
    text-align: justify !important;
    text-align-last: center !important;
}
label {
    float: right !important;
}
.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(--MediumPurple), var(--BasePurple));
    color: white !important;
}

.bg-gradiant-Litepurple {
    background: linear-gradient(to right,var(--MediumPurple),#f4cded,var(--MediumPurple));
}

.bg-gradiant-blueLight {
    background: linear-gradient(to right, var(--Lightblue), var(--MediumBlue), var(--Lightblue)) !important;
    color: white !important;
}

.bg-gradiant-blueMix {
    background: linear-gradient(to right, var(--BaseColor), var(--Lightblue), var(--BaseColor));
    color: #fff !important;
}
.text-purple {
    color: var(--MediumPurple) !important;
}
.text-DarkPurple {
    color: var(--DarkPurple) !important;
}
.text-blue {
    color: var(--BaseColor) !important;
}
.text-Lightblue {
    color: var(--Lightblue) !important;
}
.text-MediumBlue {
    color: var(--MediumBlue) !important;
}
.text-SecendColor {
    color: var(--SecendColor) !important;
}
.LTR {
    direction: ltr;
}

.RTL {
    direction: rtl;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.fix-row {
    width: 100%;
    margin: 0;
}

.SecendMenu {
    height: 30px;
    margin: 10px 50px;
}

@media(max-width:800px) {
    .SecendMenu {
        margin: 10px 70px;
        font-size: 9px;
    }
}

.HeaderSM {
    display: none;
}

@media(max-width:650px) {
    .HeaderSM {
        display: block;
    }

    .HeaderLG {
        display: none;
    }
}

.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: 100%;
    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 5px 5px 0;
    background: #008fcf;
}
.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.2rem;
    }
}
@media (min-width: 576px) {
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.2rem;
        padding-left: 0.2rem;
    }
}
.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: 130px;
    height: 130px;
    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;
    margin-bottom: 10px;
}

.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;
    }



    .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(--TransparenLightblue);
        }

        50% {
            background-color: var(--Lightblue);
        }

        75% {
            background-color: var(--TransparenLightblue);
        }

        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(--LightPurple), var(--BasePurple) );
    /*background: var(--shinySilver);*/
}

.bottomBorder {
    right: 0;
    bottom: 0;
    height: 5px;
    background: linear-gradient( 90deg,var(--LightPurple), var(--BasePurple), transparent 50% );
    /*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(--BasePurple),var(--LightPurple) );
    /*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(--LightPurple), var(--BasePurple), transparent 70% );
    /*background: linear-gradient( 180deg, var(--shinySilver), var(--silver) );*/
    /*background: var(--shinySilver);*/
}

    .topBorder {
        animation: animateTop 3s ease-in-out infinite;
    }

    .bottomBorder {
        animation: animateBottom 3s ease-in-out infinite;
    }

    .rightBorder {
        animation: animateRight 3s ease-in-out infinite;
    }

    .leftBorder {
        animation: animateLeft 3s 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/GreenWorld.jpg); /* مسیر تصویر پس‌زمینه */
    background-attachment: fixed;
    background-size: cover;
    overflow-y: hidden; /* این باعث می‌شود محتوا در داخل div اسکرول شود */
    margin: 50px -60px 0 -60px;
}


@media(max-width:650px) {
    .background-div {
        margin: 50px -30px 0 -30px;
    }
}


.background-div::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000b0; /* پوشش توسی با شفافیت 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 2px #79227f;
    }

    .BorderTopPurpel {
        border-top: solid 2px #79227f;
        padding: 10px;
    }

.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: -60px;
}
        .sidebar.HeaderSM {
           width:50px;
        }
    .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 #9d6600ab;
    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: 1px 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;
    }

    .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: 991px) {
        .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 #7a9882, 0 0px 6px #4e755473;
}

.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 #7a9882, 0 0px 6px #4e755473;
}

.DivItemCarouselTaralPurple {
    box-shadow: 0 0 6px #f4e9c9, 0 0px 6px #e8b938;
}



    .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 -10px 0 -10px;
    }

    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;
                display:none;
            }

        .time_line-itemAboutUs:nth-child(even) .time_line-dateAboutUs, .time_line-dateAboutUs {
          transform:rotate(90deg);
            right: -30px;
            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 {
   transform: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:auto;
    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;
}
.BackImgCloud {    
    background-image: url(../Images/blueCloud.png);
    background-size: cover;
    width: 100%;
    height: 171px;
    background-repeat: no-repeat;
    background-position: center;
}
.OptionCloud{
   padding:0 25px;
   margin-top:-110px;

}
.NeutralizeMargin{
    height:110px;
}
.OptionCloudItem {
    /*border: 1px dashed;*/
    width: 100%;
    /*background:#eee;*/
    border-radius: 5px;
    min-height:630px;
}
.TextBackImgCloud {
    color: white;
    position: absolute;
    width: 100%;
    z-index: 11;
    margin-top: 25px;
}
.DivPackPrice{
    padding:10px 0;
}

.DivPackPrice p{
    margin:0;
}
.PackPrice {
    font-size: x-large;
    font-family: 'DM Sans';
}
.PackOption{
    padding:15px 0;
}
.PackOptionKonsole {
    font-weight: bold;
}

.PackOption ul {
    list-style: none;
    padding-right: 10px;
    font-size: 12px;
}

.BlueCircleIcon {
    font-size: large !important;
    color: var(--SecendColor);
}
.PurpleCircleIcon {
    font-size: large !important;
    color: #ae44ff;
}
.PurpleBlueCircleIcon {
    font-size: large !important;
    color: #7a56d2;
}

.UserCountClooud { 
    padding: 3px;
}
.DivUserCountClooud {
    margin: 20px 10px 10px;
    border: 1px solid var(--BaseColor);
    box-shadow: 0 0 6px #1e407b59, 0 0px 6px #1e407b59;
    border-radius: 3px;
}
.DivPeriodClooud {
    margin: 10px;
    border: 1px solid rgb(122, 51, 113);
    box-shadow: 0 0 6px #833b7a59, 0 0px 6px #833b7a59;
    border-radius: 3px;
}
.PeriodClooud {   
    padding: 6px;
}
.PeriodClooud a{
    width: 100%;
    display:block;
}
.DivItemCarouselTaralPurpleBlue {
    box-shadow: 0 0 6px #1e407b59, 0 0px 6px #833b7a59;
}
.DivItemCarouselTaralPurpleBlueSelect {
    box-shadow: 0 0 6px 4px #1e407b59, 0 0px 6px 4px #833b7a59;
    border: 1px solid #7a56d2;
}

.DivItemCarouselTaralBlueSelect {
    border: 1px solid #0663a8;
    box-shadow: 0 0 6px 4px #1e407b59, 0 0px 6px 4px #1e407b59;
}
.DivItemCarouselTaralPurpleSelect {
    border: 1px solid #ae44ff;
    box-shadow: 0 0 6px 4px #833b7a59, 0 0px 6px 4px #833b7a59;
}
.DivParentDesaibelPack {
    width: 100%;
    height: 630px;
    position: absolute;
    padding: 0 25px;  
    right: 0;
    left: 0;
}
.DesaibelPack {
    background: #eeeeeea1;
    width: 100%;
    height: 100%;
}
.DesaibelPackText {
    color: var(--BasePurple);
    transform: rotate(90deg);
    font-weight: bold;
    font-size: larger;
}

@media(max-width:1180px) and (min-width:991px) {
    .DivParentDesaibelPack {      
        height: 740px;       
    }
    .OptionCloudItem {
        min-height: 740px;
    }


}

@media(max-width:1290px) and (min-width:1180px) {
    .DivParentDesaibelPack {
        height: 695px;
    }

    .OptionCloudItem {
        min-height: 695px;
    }
}
.MaLeft20 {
    margin-left: 20px;
}
.Fontlarger {
   font-size:larger !important;
}
.Fontlarge {
   font-size:large !important;
}

/*بکگراند سوالات متداول*/
/*1*/
.bg-183567 {
    background: #183567;
}
/*2*/
.bg-224a91 {
    background: #224a91;
}
/*3*/
.bg-2c60ba {
    background: #2c60ba;
}
/*4*/
.bg-4579d3 {
    background: #4579d3;
}
/*5*/
.bg-6e97dd {
    background: #6e97dd;
}
.BorderDashCountactUs {
    border: 2px dashed;
    padding: 15px;
    line-height: 2.5
}
    .BorderDashCountactUs h6 {
        text-align: center;
        margin-bottom: 10px;
    }

    .BorderDashCountactUs p {
        line-height: 1.4;
       margin-bottom: 0.5rem;
    }

.ListStyleFaNumber {
    list-style: urdu;
}

.BeforDiscount {
    text-decoration-line: line-through;
    font-size: large;
    margin-left: 10px;
}



.ribbonDiscount-wrapper {
    height: 70px;
    overflow: hidden;
    position: absolute;
    right: -2px;
    top: -2px;
    width: 70px;
    z-index: 10;
}

.ribbonDiscount {
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    font-size: .8rem;
    line-height: 100%;
    padding: .375rem 0;
    position: relative;
    right: -2px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .4);
    text-transform: uppercase;
    top: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 90px;
}


    .ribbonDiscount::before {
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        border-top: 3px solid #9e9e9e;
        bottom: -3px;
        content: '';
        position: absolute;
    }

    .ribbonDiscount::after {
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        border-top: 3px solid #9e9e9e;
        bottom: -3px;
        content: '';
        position: absolute;
    }

.SmalWithNewPrices{
    width:100%;
    display:block;
}

.ProductOptionPricing3 {
    border: 3px dashed var(--BaseColor);
    width: 100%;
    padding: 15px;
    margin: 5px 10px;
}
.PadLR5 {
    padding: 0 5px;
}
.DivImageCarouselTaralPrising.HorizontalCenter {
    width: 60px;
}
.bg-bronze {
    background: radial-gradient(#f7b06a, #ba8e6f);
}
.bg-silver {
    background: radial-gradient(#fffdfd, #aaa8a8)
}
.bg-gold {
    background: radial-gradient(#ffe65e, #f8bb4d);
}
.PckagingDiv {
    height: 150px;
    width: 100%;
    border-radius: 5px 5px 0 0;
}
.PckagingTitle {
    margin-bottom: 60px;
    text-align: center !important;
    font-size: larger;
}
#Gold {
    border: 5px solid #f9c251;
}
.PckagingBody {
    border-radius: 0 0 5px 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 5px;
}
#Silver {
    border: 5px solid #ada9ab;
}
#Bronze {
   
    border: 5px solid #c2936e;
}
.CirclePckaging {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    position: absolute;
    top: 80px;
    left: calc(45% - 50px);
}
.CircleText {
    font-size: large;
    text-align: center !important;
}
.MarBot0 {
    margin-bottom: 0;
}
.text-Bronze {
    color: #c2936e;
}
.text-Silver {
    color: #767676;
}
.text-Gold {
    color: #f9c251;
}
.CardLicense {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    margin-top: 5px;
    min-height: 600px;
}
.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;
}
 /*اسلایدر عمودی*/
.carousel-container {
    position: relative;
    width: 100%;
    height: 350px;
    overflow: hidden;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
  /* overflow:visible;*/
}

.carousel {
    display: flex;
    flex-direction: column;
    transition: transform 0.5s ease-in-out;
   
}

.taralslide {
    display: flex;
    align-items: center;
    padding:5px 15px;
    min-height: 100px;
    box-sizing: border-box;
    opacity: 0.3;
    transform: scale(0.9);
    transition: transform 0.5s, opacity 0.5s;

}

.middle {
    opacity: 1 !important;
    transform: scale(1.05) !important;
    background: #f0f0f0;
    border-radius: 10px;
    z-index: 2;
    zoom: 1.3;
    box-shadow: 0px 0px 11px -4px #49714f;
    border: 1px solid #86a08c;
}

.taralslide img {
    border-radius: 5%;
    width: 60px;
    height: 60px;
    margin-left: 15px;
}

.content {
    flex: 1;
}

    .content p {
        margin: 0px;
        font-size: 12px;
    }
.middle div.content p {
    font-size:9px;
}
.middle div.content span {
    font-size: 7px;
}
.content span {
    font-size: 10px;
    color: gray;
    float: left;
}

button.prev,
button.next {
    position: absolute;
    width: 100%;
    height: 25px;
    background: #49714f;
    border: none;
    cursor: pointer;
    font-weight: bold;
    color: white;
    outline: none;
}

button.prev {
    top: 0;
}

button.next {
    bottom: 0;
}
/*اسلایدر عمودی*/

.SuccessMetrics {
    box-shadow: inset 0px 0px 20px 0px #49714f;
    border: 1px solid #86a08c;
    padding: 20px;
}
.bg-gradiant-lite-green {
    background: linear-gradient(to right, #86a08c, #ddf2e2, #86a08c);
    color: #000;
}
.text-yellow {
    color: #e7b434 !important;
}
/*تایمر*/

.timer {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    text-align: center;
    z-index: 99;
}

.timer-circle {
    padding-top: 0px;
}

    .timer-circle h1 {
        font-size: 50px;
        font-family: 'Merriweather', serif;
        font-weight: bold;
        color: rgb(234, 238, 236);
        text-shadow: 2px 3px 3px #427B7A;
        padding-bottom: 20px;
    }
.circleTimetTitle {
    text-shadow: 2px 2px 4px #ffffff;
}

.logo h1 {
    font-weight: 400;
    font-family: 'Marck Script', cursive;
    color: #E7F0FF;
    font-size: 73px;
}

.circle {
    width: 150px;
    height: 150px;
    line-height: 40px;
    display: inline-block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 5px white dotted;
    color: white;
    background-color: rgb(23, 67, 72);
  /*  opacity: 0.6;*/
}

#spacer1 {
    font-size: 2.5rem;
    padding-top: 35px;
}

#spacer2 {
    font-size: 2.5rem;
}

.circleTimet {
    /*background-color: #e7b434;*/
    background: radial-gradient(#f6efdd, #efbb36);
    box-shadow: 4px 4px 12px #4b7351ba;
    border-style: solid;
    border-width: 3px;
    border-top-color: #ffffff;
    border-left-color: #ffffff;
    border-right-color: #4b7351;
    border-bottom-color: #4b7351;
}
.circleTimetOdd {
    background: radial-gradient(#efbb36,#f6efdd) !important;
}
.DivTextTimer {
    height: 100%;
    padding: 30px 0;
    font-size: 20px;
}
.balloon-number {
    font-size: 40px;
    font-weight: bold;
    display: inline-block;
    animation: balloon 1s infinite ease-in-out;
}

@keyframes balloon {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }

    100% {
        transform: scale(1);
    }
}
/*تایمر*/



.DivBaseClubMainPage {
    background: var(--BaseColor);
    border-radius: 10px;
    padding: 15px 0px 15px 15px;
}
.DivIsideClubMainPage {
    background: var(--MediumBlue);
    border-radius: 5px;
    padding: 15px;
}
.ImgTopRankings {
    height: 100px;
    width: 100px !important;
    margin:0 auto 10px;
}
div#carousel2 div.owl-nav {
    margin: -200px -10px 0 -10px;
}


/*چت انلاین*/


.allUsersList {
    width: 300px;
    margin: 20px;
}

    .allUsersList .card-header {
        background: var(--Lightblue);
        color: #FFF;
        padding: 10px;
    }

    .allUsersList .image img {
        border-radius: 16px;
    }

.usersChatList {
    position: absolute;
    width: 250px;
    bottom: 0;
    margin-bottom: 0;
    right: 360px;
}

.show {
    display: block;
}

.thumb-user-list {
    display: none;
}

    .thumb-user-list .image img {
        border-radius: 30px;
    }

.usersChatList .card-header {
    background: var(--Lightblue);
    font-size: 13px;
}

.chatBox {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 300px;
    margin: 40px;
    margin-bottom: 0;
    font-size: 13px;
}

.chat-content {
    /*overflow: auto;*/
    height: 300px;
}

.chatBox .card {
    border-radius: 4px;
}

.chatBox .card-header {
    background: var(--Lightblue);
}

.header-title {
    height: 50px;
}

.card-header-title i {
    font-size: 10px;
    color: #32e4cd;
    margin-right: 6px;
}

.card-header .card-header-title {
    color: #fff !important;
    float: right;
}

.chat-content small {
    margin: 0;
}

.chat-content p {
    background: #ecf1f8;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 0;
}

.my-content .media-content {
    width: 80%;
}

.my-content .message {
    float: right;
    background: var(--Lightblue);
    color: #FFF;
    text-align: right;
    padding: 10px;
    margin-bottom: 4px;
    font-size: 13px;
}

.my-content .chat-content small {
    float: right;
}

.my-content small {
    display: block;
    float: right;
    width: 100%;
    text-align: right;
}

.chat-textarea {
    font-size: 14px;
    padding: 8px;
    height: 40px;
    width: 100%;
    border: none;
    overflow: auto;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    resize: none;
}

.chat-message-group {
}

    .chat-message-group .chat-thumb {
        float: left;
        width: 20%;
    }

    .chat-message-group .chat-messages {
        float: left;
        width: 80%;
        margin-bottom: 5px;
    }

    .chat-message-group .message {
        float: left;
        padding: 10px;
        background: #d7d7d7;
        font-size: 13px;
        border-radius: 5px;
        margin-bottom: 3px;
    }

.chat-messages .from {
    float: left;
    display: block;
    width: 100%;
    text-align: left;
    font-size: 11px;
}

.chat-thumb img {
    border-radius: 40px;
}

.writer-user .chat-messages {
    float: right;
    width: 100%;
}

    .writer-user .chat-messages .message {
        float: right;
        background: var(--Lightblue);
        color: #FFF;
    }

    .writer-user .chat-messages .from {
        float: left;
        display: block;
        width: 100%;
        text-align: right;
    }

.chat-message-group .typing {
    float: left;
}

.chatBox .card-header-icon i {
    color: #fff;
    font-size: 20px;
    float: left;
}
/*چت انلاین*/

.SlideMainPage {
    background-image: url(../Images/slider.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.SlideMainPageDivText {
    padding: 5px;
    justify-content: space-between;
    display: grid;
}
.SlideMainPageTitle {
    padding: 5px;
    justify-content: space-between;
    display: grid;
}
.SlideMainPageSubTitle {
    text-align: center;
    margin: 15px 0;
    letter-spacing: 0.2rem;
    text-shadow: 0px 0px 1px #000;
    line-height: 2;
}
.pad10 {
    padding: 10px;
}
.TableStyle {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}
    .TableStyle th, .TableStyle td {
        border: 1px solid #ccc;
        padding: 10px;
    }
.FontSizeSmall {
    font-size: 9px !important;
}
.breadcrumb {
    color: #c2c2c2;
    margin-bottom: 10px;
    background: none;
    padding: 0;
    border-radius: 0px;
}
    .breadcrumb > li + li:before {
        content: "/\00a0";
        padding: 0 5px;
        color: #ccc;
    }
.text-gray {
    color: #c2c2c2 !important;
}
/*هم اندازه شده محتوای دو ستون کنار هم*/
.EqualSizeColumn {
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    padding: 15px;
}
.CommentUser {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid var(--BaseColor);
    padding: 10px;
}
.DivCommentUser {
    max-height: 300px;
    overflow: auto;
    border-right: 1px dashed var(--BaseColor);
    scrollbar-width: thin;
    scrollbar-color: var(--BaseColor) transparent;
}
.circleCompetition {
    width: 100px;
    height: 100px;
    line-height: 30px;
    display: inline-block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 10px;
    box-shadow: 7px 8px 20px -4px #f6eed980;
}
