﻿/*#region GENERAL */

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/iransans/eot/IRANSansWeb(FaNum)_Bold.eot');
    src: url('../fonts/iransans/eot/IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/iransans/woff2/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/iransans/woff/IRANSansWeb(FaNum)_Bold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/iransans/ttf/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/iransans/eot/IRANSansWeb(FaNum)_Medium.eot');
    src: url('../fonts/iransans/eot/IRANSansWeb(FaNum)_Medium.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/iransans/woff2/IRANSansWeb(FaNum)_Medium.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/iransans/woff/IRANSansWeb(FaNum)_Medium.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/iransans/ttf/IRANSansWeb(FaNum)_Medium.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/iransans/eot/IRANSansWeb(FaNum)_Light.eot');
    src: url('../fonts/iransans/eot/IRANSansWeb(FaNum)_Light.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/iransans/woff2/IRANSansWeb(FaNum)_Light.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/iransans/woff/IRANSansWeb(FaNum)_Light.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/iransans/ttf/IRANSansWeb(FaNum)_Light.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/iransans/eot/IRANSansWeb(FaNum)_UltraLight.eot');
    src: url('../fonts/iransans/eot/IRANSansWeb(FaNum)_UltraLight.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/iransans/woff2/IRANSansWeb(FaNum)_UltraLight.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/iransans/woff/IRANSansWeb(FaNum)_UltraLight.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/iransans/ttf/IRANSansWeb(FaNum)_UltraLight.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/iransans/eot/IRANSansWeb(FaNum).eot');
    src: url('../fonts/iransans/eot/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/iransans/woff2/IRANSansWeb(FaNum).woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/iransans/woff/IRANSansWeb(FaNum).woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/iransans/ttf/IRANSansWeb(FaNum).ttf') format('truetype');
    font-display: swap;
}





input, textarea {
    font-family: IRANSans;
}

.clear {
    clear: both;
}

body {
    direction: rtl;
    font-family: IRANSans;
    background: #f8fafc;
    margin: 0px;
}

body, html {
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

.section {
    width: 95%;
    max-width: 1400px;
    margin: 0px auto;
}

.ActionButton {
    width: fit-content;
    height: 36px;
    background: var(--mainColor);
    color: white;
    border-radius: 1000px;
    border: medium;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding-inline: 11px;
    transition: 0.3s ease-in-out;
    font-family: IRANSans;
    font-size: 13px;
}

    .ActionButton:hover {
        background: rgb(0, 65, 134);
        color: white;
    }

.header {
    padding-top: 20px;
    display: flex;
    align-items: center;
}

    .header > .rightSection {
    }

    .header > .leftSection {
        width: 300px;
        display: flex;
        gap: 5px;
        align-items: center;
    }

        .header > .leftSection .MoneyArea {
            border: 1px solid oklch(0.929 0.013 255.508);
            box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(148, 163, 184, 0.15) 0px 12px 36px 0px;
            height: 50px;
            border-radius: 100px;
            display: grid;
            padding-inline: 10px;
            width: 100%;
            cursor: pointer;
        }

            .header > .leftSection .MoneyArea a {
                display: flex;
                gap: 3px;
                align-items: center;
                font-size: 13px;
                color: oklch(55.4% .046 257.417);
                font-weight: 500;
            }

            .header > .leftSection .MoneyArea span {
                width: calc(100% - 23px);
                text-align: center;
            }

            .header > .leftSection .MoneyArea img {
                width: 20px;
            }

.logo {
    max-width: 300px;
    margin-left: 20px;
    float: right;
}

    .logo img {
        width: 100%;
        max-height: 50px;
    }

.menubar {
    background: #feffff;
    height: 50px;
    border-radius: 100px;
    flex-grow: 1;
    border: 1px solid oklch(0.929 0.013 255.508);
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(148, 163, 184, 0.15) 0px 12px 36px 0px;
    margin-left: 5px;
}

    .menubar .rightSection {
        display: flex;
        margin-right: 20px;
        align-items: center;
        height: 100%;
    }

    .menubar .leftSection {
        float: left;
    }

    .menubar .rightSection > a, .menubar .MenuHead {
        display: block;
        color: oklch(55.4% .046 257.417);
        text-decoration: none;
        padding-left: 30px;
        cursor: pointer;
        padding-right: 30px;
        font-size: 14px;
        font-weight: 500;
        transition: all ease-in-out 0.3s;
        margin-top:3px;
    }

        .menubar .rightSection > a:hover, .menubar .MenuHead:hover {
            color: var(--mainColor);
        }

    .menubar .MenuHead {
        position: relative;
        border-left: none;
        padding-left: 0px;
        padding-block: 15px;
    }

        .menubar .MenuHead > span {
            display: block;
            /*border-left: 1px solid #E0E0E0;*/
            padding-left: 30px;
        }

.MenuHead > ul {
    display: none;
    position: absolute;
    background: #feffff;
    list-style: none;
    border-radius: 10px;
    z-index: 100;
    padding: 0px;
    margin: 0px;
    width: 200px;
    left: 50%;
    transform: translateX(-50%);
    top: 50px;
    text-align: center;
    border: 1px solid oklch(0.929 0.013 255.508);
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(148, 163, 184, 0.15) 0px 12px 36px 0px;
}

.MenuHead ul li {
    transition: all 0.3s ease-in-out;
    position: relative;
}

    .MenuHead ul li a {
        color: oklch(55.4% .046 257.417);
        padding: 10px;
        border-bottom: 1px solid #EFEFEF;
        width: 95%;
        display: block;
        margin: 0 auto;
        transition: all 0.3s ease-in-out;
    }

        .MenuHead ul li a img {
            width: 6px;
            float: left;
            margin-top: 7px;
            margin-left: -6px;
        }

    .MenuHead ul li:first-child {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .MenuHead ul li:last-child {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

        .MenuHead ul li:last-child > a {
            border: none;
        }

    .MenuHead ul li:hover {
        background: #303030;
    }

        .MenuHead ul li:hover > a {
            color: white;
        }

.MenuHead:hover > ul {
    display: block;
}

.MenuHead ul li:hover > ul {
    display: block;
}

.MenuHead ul li ul {
    display: none;
    background: rgb(250, 248, 248);
    position: absolute;
    list-style: none;
    border-radius: 10px;
    z-index: 100;
    padding: 0px;
    margin: 0px;
    width: 250px;
    right: 250px;
    top: 0px;
    box-shadow: 3px 3px 11px 0px #cacaca;
    overflow: hidden;
}

.hero {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border-radius: 10px;
    margin-top: 20px;
}

    .hero video {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
        z-index: 0;
        pointer-events: none;
    }

    .hero .videoMask {
        position: absolute;
        inset: 0;
        z-index: 1;
        background: rgba(0, 0, 0, 0.6);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(10px);
        pointer-events: none;
    }

    .hero .HeroText {
        position: relative;
        z-index: 2;
    }

        .hero .HeroText h1 {
            font-size: 50px;
            margin-bottom: 0px;
            margin-top: 0px;
            width: 300px;
            text-align: center;
        }

        .hero .HeroText p {
            font-size: 1rem;
            margin: 0px;
            font-weight: 300;
            letter-spacing: -1px;
            border-radius: 5px;
            padding: 0px 5px;
            text-align: justify;
        }

.HeroText2 {
    display: flex;
    align-items: center;
    color: var(--mainColor);
    gap: 20px;
    width: 100%;
}

.HeroDescription {
    width: calc(100% - 320px);
    display: flex;
    gap: 20px;
}

    .HeroDescription div {
        width: 100%;
        border: 1px solid oklch(0.929 0.013 255.508);
        box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(148, 163, 184, 0.15) 0px 12px 36px 0px;
        background: rgb(254, 255, 255);
        border-radius: 20px;
        font-size: 14px;
        padding: 10px 20px;
        text-align: center;
        display: grid;
        place-content: center;
    }

.mobile_menu,
.ShowUnder700 {
    display: none;
}



/*#endregion */

/*#region INDEX */

/*#region HEADER */

/*#endregion */

.ProductListArea {
    margin-top: 20px;
    background: #111;
    border-radius: 20px;
    padding: 0px 15px 0px 15px;
    margin-bottom: 20px;
}

.sectionTitle {
    color: var(--mainColor);
    padding-top: 25px;
    display: flex;
    justify-content: space-between;
}

    .sectionTitle h3 {
        text-align: right;
        font-size: 16px;
        position: relative;
        z-index: 10;
        display: flex;
        align-items: center;
        gap: 10px;
        margin-block: 0px;
        color: oklch(55.4% .046 257.417);
    }

        .sectionTitle h3 img {
            width: 20px;
        }

.ProductList {
    /*padding-bottom: 20px;*/
    margin-top: 10px;
}

    .ProductList a {
        text-decoration: none;
    }

.ProductExplorer {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-bottom: 30px;
    gap: 15px;
    margin-top: 10px;
}

    .ProductExplorer .ProductItem {
        width: 100%;
        position: relative;
        opacity: 1;
    }

.ProductItem .AiPlatform {
    position: absolute;
    bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1rem;
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: white;
    transition: all ease-in-out 0.3s;
}

.ProductExplorer a {
    width: calc(25% - 15px);
}

.ProductItem {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

    .ProductItem .productImg {
        width: 100%;
        padding-top: 130%;
        background-position: center !important;
        background-size: cover !important;
        margin: 0px auto;
        border-radius: 5px;
    }

    .ProductItem h2 {
        font-size: 14px;
        font-weight: 500;
        width: 90%;
        margin-right: 5%;
        line-height: 27px;
        height: 54px;
        overflow: hidden;
        margin-bottom: 0px;
        color: black;
    }

    .ProductItem .priceSection, .PostItem .priceSection {
        position: absolute;
        bottom: 10px;
        width: 115px;
        background: rgba(0, 0, 0, 0.54);
        transition: all ease-in-out 0.3s;
        color: white;
        padding-block: 6px;
        right: 10px;
        border-radius: 100px;
    }

    .ProductItem:hover .priceSection {
        opacity: 1;
    }

    .ProductItem:hover .AiPlatform {
        letter-spacing: 5px;
    }

    .ProductItem .priceSection {
        display: flex;
        gap: 7px;
        align-items: center;
        justify-content: center;
    }

        .ProductItem .priceSection img {
            width: 13px;
        }

.priceSection .regularPrice {
    color: white;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    display: block;
}

/*#region MobileMenu */



.stick_bar {
    position: fixed;
    bottom: 15px;
    z-index: 105;
    right: 10px;
}

.btnSection {
    background: var(--mainColor);
    width: calc(100% - 70px);
    border-top-right-radius: 15px;
    height: 60px;
    float: left;
    transition: all 0.5s ease-in-out;
    display: none;
}

.btnItem {
    float: left;
    width: 31%;
    margin-left: 1.15%;
    margin-right: 1.15%;
    text-align: center;
}

.btnItem1 {
    padding-top: 16px;
    transition: all 0.5s ease-in-out;
}


.btnItem2, .btnItem3, .btnItem4 {
    padding-top: 15px;
}

.btnItem3 {
    position: relative;
}

    .btnItem3 span {
        background: red;
        top: 12px;
        right: calc(50% - 22px);
    }

.btnMenu {
    float: right;
    text-align: center;
    width: 45px;
    background: var(--mainColor);
    border-radius: 10px;
    padding: 6px 9px 5px 9px;
    margin-top: 9px;
    cursor: pointer;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.13);
    cursor: pointer;
}

    .btnMenu img {
        width: 100%;
    }

.stick_menu {
    position: fixed;
    background: var(--mainColor);
    height: 100%;
    width: 180px;
    z-index: 99999999999;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    right: -180px;
    transition: all 0.5s ease-in-out;
}

.stick_menu2 {
    display: flex;
    align-items: center;
}

.stick_menu_Userimg {
    width: 60px;
    height: 72px;
    background-position: center !important;
    background-size: cover !important;
    margin: 50px auto 20px auto;
}

.stick_menu span {
    color: white;
    text-align: center;
    display: block;
}

.stick_menu > a {
    background: white;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    color: #4A4A4A;
    text-decoration: none;
    display: block;
    width: 110px;
    margin: 8px auto;
    font-size: 14px;
    box-shadow: 6px 8px 15px 0 rgba(0, 0, 0, 0.15);
}

.stick_menu ul {
    list-style: none;
    padding: 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

    .stick_menu ul li {
        text-align: center;
        margin-block: 10px;
        width: 100%;
    }

        .stick_menu ul li a {
            color: white !important;
            text-decoration: none;
            text-align: center;
            cursor: pointer;
            padding-top: 5px;
            padding-bottom: 5px;
            font-size: 14px;
        }

.stickWrapper {
    position: fixed;
    background: rgba(0,0,0,0.4);
    width: 100%;
    height: 100%;
    z-index: 2000;
    display: none;
}

/*#endregion */

/*#region FOOTER */
.footerArea {
    margin-top: 20px;
    background: var(--mainColor);
}


.MainFooter {
    margin-top: 50px;
    display: flex;
    align-items: center;
}

    .MainFooter .rightSection {
        width: calc(100% - 400px);
        float: right;
    }

    .MainFooter .leftSection {
        width: 380px;
        float: right;
        margin-right: 20px;
        display: flex;
        justify-content: space-between;
        height: 100%;
        align-items: center;
    }

    .MainFooter .rightSection h4 {
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 0px;
        display: flex;
        align-items: center;
        gap: 10px;
        color: white;
    }

    .MainFooter .rightSection p {
        font-weight: 300;
        text-align: justify;
        color: white;
    }

.socials {
    padding-right: 20px;
}

.social {
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 10px;
    /*border: 1px solid #E0E0E0;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    float: right;
    margin-left: 10px;
}

    .social img {
        width: 70%;
        margin: 0px auto;
        display: block;
    }

.copyRight {
    background: #171717;
    width: 100% !important;
    padding-inline: 5%;
    max-width: unset;
}

    .copyRight p {
        color: #ABABAB;
        font-size: 14px;
        font-weight: 300;
        padding: 10px 0px;
        margin: 0px;
    }

    .copyRight a {
        color: #ABABAB;
    }

        .copyRight a:hover {
            color: #ABABAB;
            text-decoration: underline;
        }

/*#endregion */

/*#endregion */

#VideoModalWrpper {
    display: none;
}

.VideoModal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1500;
}

    .VideoModal video {
        max-width: 90vw;
        max-height: 90vh;
        border-radius: 15px;
        object-fit: contain;
    }

.VideoModalwrap {
    position: relative;
    z-index: 100;
}

#VideoClose {
    position: absolute;
    left: 0;
    top: 0px;
    border-radius: 100%;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background: white;
    cursor: pointer;
    font-size: 20px;
    color: #111;
    z-index: 100;
}


.CommentProduct {
    display: flex;
    flex-wrap: wrap;
    color: white;
}

    .CommentProduct .rightSection {
        width: 50%;
        margin-top: 20px;
        border-radius: 17px;
        padding: 0px 30px 20px 30px;
        border: 1px solid oklch(0.929 0.013 255.508);
        box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(148, 163, 184, 0.15) 0px 12px 36px 0px;
        background: #feffff;
    }

    .CommentProduct .leftSection {
        width: 50%;
        padding: 10px 30px;
    }

    .CommentProduct .rightSection .numberComment {
        font-weight: 500;
        width: 100%;
        border-bottom: 1px solid #D6D6D6;
        padding-bottom: 10px;
        color: oklch(55.4% .046 257.417);
    }

    .CommentProduct .rightSection > .comment {
        border-bottom: 1px solid #ECECEC;
        padding-bottom: 15px;
    }

        .CommentProduct .rightSection > .comment:last-child {
            border-bottom: none;
        }

.comment {
    margin-top: 30px;
}

.commentName {
    font-size: 14px;
    float: right;
    color: var(--mainColor);
}

.commentMeta {
    float: left;
    font-size: 12px;
    color: #AAAAAA;
}

.comment p {
    font-size: 14px;
    color: #595959;
    text-align: justify;
    margin-top: 6px;
    line-height: 28px;
    margin-bottom: 0px;
}

.comment .reply {
    color: #0094C7;
    font-size: 14px;
    float: left;
}

    .comment .reply img {
        width: 15px;
        margin-top: 2px;
    }

.replyComment .comment {
    width: calc(100% - 40px);
    float: left;
    background: #F2F2F2;
    border-radius: 10px;
    padding: 15px;
    margin-top: 15px;
}

.CommentProduct .leftSection p {
    font-weight: 500;
    margin-bottom: 5px;
    color: oklch(55.4% .046 257.417);
}

.CommentProduct .leftSection span {
    font-weight: 300;
    font-size: 14px;
}

    .CommentProduct .leftSection span strong {
        color: #FF0000;
        font-weight: 300;
    }

.CommentProduct .leftSection form {
    margin-top: 30px;
}

.formGroup {
    margin-bottom: 20px;
}

    .formGroup label {
        font-size: 14px;
        font-weight: 300;
        width: 100%;
        display: block;
        color: oklch(55.4% .046 257.417);
    }

        .formGroup label span {
            color: #FF0000;
        }

    .formGroup input {
        border-radius: 10px;
        background: #F2F2F2;
        border: none;
        padding: 8px 10px;
        width: 100%;
        margin-top: 10px;
        font-size: 14px;
    }

    .formGroup textarea {
        border-radius: 10px;
        background: #F2F2F2;
        border: none;
        padding: 8px 10px;
        width: 100%;
        margin-top: 10px;
        font-size: 14px;
        height: 150px;
        resize: none;
    }

.Waypart {
    margin-top: 30px;
    margin-bottom: 25px;
}

    .Waypart a {
        color: var(--mainColor);
        font-size: 13px;
        text-decoration: none;
        transition: all 0.3s ease-in-out;
    }

        .Waypart a:hover {
            color: var(--mainColor);
        }

    .Waypart label {
        color: #646464;
        font-size: 13px;
    }

    .Waypart span {
        font-size: 13px;
        color: var(--mainColor);
    }

.ArticleList {
    margin-top: 30px;
    display: flex;
    justify-content: right;
    flex-wrap: wrap;
    gap: 20px 1.3%;
}


/*#region Login Page */

#loginWrapper {
    display: none;
}

.loginBackground, .CatalogBackground {
    background: #000000ab;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 110;
    top: 0px;
    right: 0px;
}

.loginPage.loginBox {
    border: 1px solid lightgray;
}

.loginBox {
    width: 400px;
    max-width: 95%;
    padding: 32px;
    position: fixed;
    top: 50%;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-radius: 8px;
    left: 50%;
    box-sizing: border-box;
    background: white;
    z-index: 1000;
}

    .loginBox img {
        width: 120px;
        display: block;
        margin: 0 auto;
        max-width: 95%;
    }

    .loginBox h2 {
        color: black;
        text-align: center;
        font-family: IRANSans;
        font-weight: 500;
        margin-top: 13px;
        font-size: 19px;
    }

    .loginBox p {
        color: black;
        text-align: center;
        direction: rtl;
        font-size: 14px;
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .loginBox input {
        width: 100%;
        height: 60px;
        border-radius: 9px;
        border: 2px solid #1E2F3F;
        margin-top: 5px;
        padding: 10px;
        text-align: right;
        font-family: IRANSans;
        box-sizing: border-box;
        font-size: 15px;
    }

    .loginBox button {
        border: none;
        width: 100%;
        margin-top: 15px;
        padding: 17px;
        border-radius: 10px;
        background: #1E2F3F;
        color: white;
        font-family: IRANSans;
    }

.alertMessage ul {
    list-style: none;
    padding: 0;
    margin: 10px 0px 0px 0px;
}

    .alertMessage ul li {
        text-align: center;
        color: red;
        font-size: 15px;
    }

.ActionLinkInLogin {
    display: block;
    text-align: center;
    margin-top: 20px;
    text-decoration: none;
    color: #25AAE2;
    font-size: 14px;
    font-weight: 500;
}

.infoText {
    background: #25AAE2;
    color: white;
    border-radius: 5px;
    padding: 3px 5px;
    font-size: 13px;
}

    .infoText a {
        display: none;
    }

    .infoText > span {
        margin-bottom: 0px;
        padding-top: 3px;
        float: right;
    }

    .infoText a, .infoText .timer {
        background: #1E2F3F;
        color: white;
        border-radius: 3px;
        padding: 2px 8px;
        float: left;
        min-width: 55px;
    }

        .infoText .timer span {
            float: left;
        }

.errorMsg ul {
    margin: 10px auto 0px auto;
    background: #fa3636;
    color: white;
    list-style: none;
    padding: 4px 0px;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    max-width: 300px;
}

/*#endregion */

/*#region Loading */
@keyframes ldio-c3e11cu2eq9 {
    0%, 100% {
        animation-timing-function: cubic-bezier(0.45,0,0.9,0.55)
    }

    0% {
        transform: translate(0,0)
    }

    50% {
        transform: translate(0,116px);
        animation-timing-function: cubic-bezier(0,0.45,0.55,0.9);
    }

    100% {
        transform: translate(0,0);
    }
}

.ldio-c3e11cu2eq9 div {
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #4A4A4A;
    left: calc(50% - 22px);
    top: calc(50% - 80px);
    animation: ldio-c3e11cu2eq9 1s linear infinite;
}

.loadingio-spinner-ball-rd8liqklqbg {
    width: 100%;
    height: 100%;
    display: none;
    overflow: hidden;
    background: #ffffff8f;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    border-radius: 20px;
}

.ldio-c3e11cu2eq9 {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above */
}

    .ldio-c3e11cu2eq9 div {
        box-sizing: content-box;
    }


/*#endregion */


.PromptTitleModern {
    background: var(--mainColor);
    color: white;
    border-radius: 100px;
    padding-inline: 20px;
    height: 25px;
    font-weight: 500;
    text-align: center;
    padding-block: 0px;
    width: fit-content;
    font-size: 14px;
}

.PromptTitle {
    width: 100%;
}

    .PromptTitle h1 {
        margin-top: 0px;
        font-size: 22px;
        margin-block: 10px;
        text-align: right;
        color: var(--mainColor);
    }

.PromptPage {
    display: flex;
    padding-top: 2rem;
    color: white;
    flex-direction: column;
}

.MainPromptSection {
    display: flex;
    margin-bottom: 20px;
}

.PromptImg {
    width: 420px;
    margin-left: 20px;
    position: relative;
}

    .PromptImg img {
        width: 420px;
        border-radius: 10px;
    }

.PromptText {
    width: calc(100% - 440px);
    display: flex;
    flex-direction: column;
}

.PromptActions {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 20px;
}

.copyPrompt {
    background-color: var(--mainColor);
    color: #111;
    flex-grow: 2;
    border: none;
    border-radius: 4px;
    height: 40px;
    font-family: IRANSans;
    font-weight: 500;
    cursor: pointer;
}

    .copyPrompt:last-child {
        border: 2px solid var(--mainColor);
        background: unset;
        color: white;
        flex-grow: 1;
    }


#myPrompt {
    direction: ltr;
    padding: 15px;
    border-radius: 10px;
    flex-grow: 1;
    margin-bottom: 0px;
    color: oklch(55.4% .046 257.417);
    border: 1px solid oklch(0.929 0.013 255.508);
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(148, 163, 184, 0.15) 0px 12px 36px 0px;
    background: #feffff;
}

    #myPrompt p {
        margin-top: 0px;
        margin-bottom: 10px;
        font-size: 14px;
    }

.toast {
    visibility: hidden;
    min-width: 250px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 12px 16px;
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    font-size: 14px;
    opacity: 0;
    transition: opacity 0.5s ease, bottom 0.5s ease;
}

    .toast.show {
        visibility: visible;
        opacity: 1;
        bottom: 50px;
    }
    .toast.error{
        background-color:red;
    }


    .ShareSection {
        width: 100%;
        color: oklch(55.4% .046 257.417);
        border-radius: 10px;
        height: 40px;
        font-family: IRANSans;
        font-size: 14px;
        font-weight: 500;
        display: flex;
        align-items: center;
        padding-inline: 10px;
        justify-content: space-between;
        border: 1px solid oklch(0.929 0.013 255.508);
        box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(148, 163, 184, 0.15) 0px 12px 36px 0px;
        background: #feffff;
        margin-block: 5px;
    }

.ShareBtns {
    display: flex;
    gap: 0px;
    align-items: center;
}

    .ShareBtns a, .ShareBtns button {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        background: unset;
        border: none;
        cursor: pointer;
    }

    .ShareBtns img {
        width: 60%;
    }

.DescriptionSite {
    padding: 15px;
    border-radius: 20px;
    flex-grow: 1;
    margin-bottom: 0px;
    color: white;
    border: 1px solid oklch(0.929 0.013 255.508);
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(148, 163, 184, 0.15) 0px 12px 36px 0px;
    background: #feffff;
}

    .DescriptionSite h2 {
        font-size: 18px;
        color: oklch(55.4% .046 257.417);
    }

    .DescriptionSite p {
        font-size: 14px;
        color: oklch(55.4% .046 257.417);
        line-height: 30px;
    }

.ProductListArea {
    padding-bottom: 15px;
    display: flex;
    flex-direction: column;
    border: 1px solid oklch(0.929 0.013 255.508);
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(148, 163, 184, 0.15) 0px 12px 36px 0px;
    background: #feffff;
}



.PromptLabel {
    text-align: center;
    margin-bottom: 5px;
}

    .PromptLabel h2 {
        font-size: 16px;
        color: oklch(55.4% .046 257.417);
        font-weight: bold;
        margin: 0px;
    }

.PromptTranslate {
    width: 100%;
    border-radius: 10px;
    padding: 15px;
    color: oklch(55.4% .046 257.417);
    font-size: 14px;
    border: 1px solid oklch(0.929 0.013 255.508);
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(148, 163, 184, 0.15) 0px 12px 36px 0px;
    background: #feffff;
}

.PromptAlert {
    font-size: 13px;
    text-align: right;
    display: block;
    color: oklch(55.4% .046 257.417);
}

.PromptAlert3 {
    width: fit-content;
    margin: 10px auto;
    background: rgb(224, 228, 233);
    padding: 3px 10px;
    border-radius: 7px;
}

.MobileCopyBtn {
    background: var(--secondColor);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: 40px;
    color: white;
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0px;
    font-weight: 500;
    border: none;
    z-index: 100;
    display: grid;
    place-content: center;
    cursor: pointer;
    /*box-shadow: 0px 1px 12px 3px var(--mainColor);*/
}

.pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    list-style: none;
}

    .pagination li {
        color: var(--mainColor);
    }

    .pagination a {
        width: 30px;
        height: 30px;
        background-color: var(--mainColor);
        opacity: 0.5;
        border-radius: 100px;
        display: grid;
        place-content: center;
        padding-top: 3px;
        font-size: 14px;
        color: white;
    }

    .pagination li.active a, .pagination li:hover a {
        opacity: 1;
    }

.ProductListArea p {
    color: var(--mainColor);
    margin: 0px;
    text-align: justify;
    font-size: 15px;
}

.ColorText {
    color: rgb(0, 65, 134);
    font-weight: bold;
}

.VariablesArea {
    direction: ltr;
    padding: 15px;
    border-radius: 10px;
    color: #cacaca;
    margin-block: 5px;
    background: #feffff;
    color: oklch(37.2% .044 257.287);
    border: 1px solid oklch(0.929 0.013 255.508);
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(148, 163, 184, 0.15) 0px 12px 36px 0px;
    font-size: 15px;
}

#variables {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
}

    #variables input {
        background: #e7e7e7;
        border: none;
        height: 33px;
        border-radius: 10px;
        text-align: center;
        padding-top: 3px;
        color: #3f3f3f;
        margin-left: 5px;
        min-width: 165px;
        outline: none;
    }

.defaultVariable {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    gap: 100px;
    margin-bottom: 10px;
}

.HijabSelection {
    display: flex;
    align-items: center;
    direction: rtl;
    cursor: pointer;
    gap: 6px;
    margin-bottom: 10px;
}

    .HijabSelection span {
        width: 25px;
        height: 25px;
        background-color: #545454;
        border-radius: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 28px;
    }

    .HijabSelection i {
        opacity: 0;
        color: var(--mainColor);
        transition: all ease-in-out 0.3s;
    }

    .HijabSelection p {
        margin: 0px;
        color: oklch(55.4% .046 257.417);
        transition: all ease-in-out 0.3s;
    }

    .HijabSelection.active i {
        opacity: 1;
    }

    .HijabSelection.active p, .HijabSelection:hover p {
        color: var(--mainColor);
    }

#myPromptForCopy {
    margin-top: 20px;
    font-size: 14px;
}

    #myPromptForCopy br, .PromptTranslate br {
        line-height: 10px;
    }

.HijabSelection .helpModal {
    background: var(--mainColor);
    font-size: 10px;
    width: unset;
    padding-inline: 7px;
    color: #4d4d4d;
    height: 20px;
    display: none;
}

.ProductItem h5 {
    position: absolute;
    bottom: 40px;
    color: white;
    font-weight: 500;
    font-size: 13px;
    margin: 0px;
    padding-inline: 4%;
    text-align: justify;
    padding-block: 10px;
    opacity: 1;
    transition: all ease-in-out 0.3s;
}

.ProductItem:hover h5 {
    opacity: 1;
}

.PostItem {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    background: var(--mainColor);
    padding: 15px;
    padding-bottom: 30px;
    height: 100%;
}

.PostImg {
    width: 100%;
    border-radius: 10px;
    padding-top: 100%;
    background-size: cover;
    background-position: center;
}


.PostItem h2 {
    color: white;
    font-size: 14px;
    font-weight: 500;
    text-align: justify;
}

.PostItem .priceSection {
    color: var(--mainColor);
    border-top: 2px solid #111;
}

.ArticleText {
    padding: 20px;
    background: #feffff;
    border-radius: 20px;
    color: var(--mainColor);
    font-weight: 300;
    font-size: 15px;
    text-align: justify;
    line-height: 32px;
    border: 1px solid oklch(0.929 0.013 255.508);
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(148, 163, 184, 0.15) 0px 12px 36px 0px;
}

    .ArticleText h1 {
        font-size: 18px;
        text-align: center;
        color: oklch(55.4% .046 257.417);
    }


.BlogArticle .PostItem {
    width: 24%;
    height: unset;
}

.ArticleText a {
    color: rgb(0, 65, 134);
}

.ArticleText img {
    max-width: 95%;
    border-radius: 15px;
}

.RelatedPrompts {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    margin-top: 20px;
    padding: 15px;
    border: 1px solid oklch(0.929 0.013 255.508);
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(148, 163, 184, 0.15) 0px 12px 36px 0px;
    background: #feffff;
}

    .RelatedPrompts .sectionTitle {
        padding-top: 0px;
    }

.PromptDescription {
    margin-block: 5px;
    border-radius: 10px;
    padding-inline: 15px;
    background: #feffff;
    color: oklch(37.2% .044 257.287);
    padding-block: 10px;
    font-size: 15px;
    border: 1px solid oklch(0.929 0.013 255.508);
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(148, 163, 184, 0.15) 0px 12px 36px 0px;
}

    .PromptDescription h3, .VariablesArea h3 {
        color: oklch(55.4% .046 257.417);
        margin: 10px;
        font-size: 15px;
        direction: rtl;
    }

    .PromptDescription p {
        margin: 10px;
        font-size: 15px;
        text-align: justify;
    }

.GenerateImageArea {
    padding: 15px;
    border-radius: 10px;
    margin-block: 5px;
    color: white;
    background-color: var(--mainColor);
    font-size: 14px;
    font-weight: 300;
}

    .GenerateImageArea p {
        margin-block: 5px;
        font-size: 14px;
        font-weight: 500;
    }

.GenerateDescription {
    margin-block: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    gap: 50px;
}

    .GenerateDescription .part {
        width: 95%;
        padding-inline: 20px;
        border-radius: 8px;
        position: relative;
        background-color: white;
        padding-top: 20px;
        padding-bottom: 15px;
        text-align: justify;
        color: black;
        display: flex;
        flex-direction: column;
    }

        .GenerateDescription .part .partTitle {
            position: absolute;
            top: -15px;
            right: 20px;
            background: rgb(0, 65, 134);
            color: white;
            border-radius: 100px;
            height: 30px;
            padding-inline: 10px;
            font-weight: 500;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 12px;
        }

.VariableTitles {
    display: flex;
    direction: rtl;
    align-items: center;
}

.PromptAlert2 {
    background: #8000d5;
    border-radius: 5px;
    color: white;
    padding-bottom: 0px;
    width: fit-content;
    padding-inline: 10px;
    margin: 0px auto;
}

.GenerateBtn {
    background: #370856;
    background: linear-gradient(90deg, #691597, rgb(29, 95, 165));
    background-size: 300% 100%;
    background-position: left;
    color: white;
    width: 285px;
    padding-inline: 20px;
    min-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    margin-top: auto;
    animation: GradientLoop 3s ease-in-out infinite;
    cursor: pointer;
    padding-block: 10px;
    text-align: center;
    align-self: center;
}

    .GenerateBtn:hover {
        background-position: right;
    }

@keyframes GradientLoop {
    0% {
        background-position: left;
    }

    50% {
        background-position: right;
    }

    100% {
        background-position: left;
    }
}

.Attention {
    display: flex;
    flex-direction: column;
    margin-block: 10px 20px;
}

    .Attention span {
        display: block;
        font-size: 14px;
        margin-bottom: 5px;
        text-align: justify;
        color: oklch(55.4% .046 257.417);
    }

.MainPromptArea {
    display: flex;
    gap: 15px;
}

#myPrompt {
    width: 100%;
}

.PromptTranslate {
    width: 100%;
}

#modernDropzone {
    width: 180px;
    min-height: 180px;
    border: 2px dashed #ccc;
    border-radius: 12px;
    background: #fafafa;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 0px 30px 0px !important;
    margin: 20px auto;
}

    #modernDropzone:hover {
        border-color: #7a00ff;
    }

    #modernDropzone:before {
        content: "📷";
        position: absolute;
        font-size: 40px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #888;
    }

    #modernDropzone:after {
        content: "آپلود تصویر جدید";
        position: absolute;
        font-size: 12px;
        top: calc(50% + 35px);
        left: 50%;
        transform: translateX(-50%);
        color: #777;
    }

    #modernDropzone.dz-started:before,
    #modernDropzone.dz-started:after {
        display: none;
    }

    #modernDropzone .dz-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    #modernDropzone .dz-remove {
        position: absolute;
        bottom: -30px;
        left: 50%;
        font-size: 11px;
        background: rgba(0,0,0,0.5);
        padding: 4px 6px;
        border-radius: 4px;
        color: #fff !important;
        text-decoration: none;
        transform: translateX(-50%);
        width: 100%;
    }

.dropzone .dz-preview {
    margin: 3px !important;
}

    .dropzone .dz-preview .dz-image {
        width: 170px !important;
        height: auto !important;
    }

#modernDropzone .dz-remove {
    background: var(--mainColor) !important;
}

.dollar {
    width: 30px;
}

.UserPhotos {
    display: flex;
    gap: 5px;
    flex-direction: column;
}

#photosContainer {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 20px;
    border: 1px solid rgba(98, 116, 142, 0.18);
    padding-block:10px;
    align-items: center;
    border-radius: 20px;
    background: rgba(98, 116, 142, 0.18);
    padding-inline: 10px;
}

    #photosContainer .preview-img {
        width: 100%;
        aspect-ratio: 1;
        object-fit: cover;
        object-position: top;
        border-radius: 10px;
        border: 2px solid #d7d7d7;
        cursor: pointer;
    }

    #photosContainer .UploadedImg {
        position: relative;
        width: 19%;
        margin-inline:0.5%;
        aspect-ratio: 1;
        border-radius: 12px;
        background-color: white;
    }

    #photosContainer .deletebtn {
        position: absolute;
        width: 22px;
        top: 5px;
        left: 5px;
        cursor: pointer;
        background: #ffc3c3;
        padding: 3px;
        border-radius: 100px;
    }

.dropzone .dz-preview .dz-error-message {
    left: 15px !important;
}

.no-photos {
    color: oklch(55.4% .046 257.417);
    font-weight: normal;
    font-size: 14px;
}

.no-loggedin-btn {
}

.Alert {
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(98, 116, 142, 0.18);
    border-radius: 20px;
    padding-block: 10px;
    width: fit-content;
    margin: 20px auto;
    padding-inline: 30px;
    background: rgba(98, 116, 142, 0.18);
    text-align:center;
}

.TitleBox {
    color: oklch(55.4% .046 257.417);
    font-size: 14px;
    font-weight: normal;
    text-align: center;
}

#photosContainer .UploadedImg.selected {
    border: 3px solid transparent;
    background: linear-gradient(#fff, #fff), linear-gradient(45deg, #6a00ff, #ff00aa);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    animation: borderMove 2s linear infinite;
}

@keyframes borderMove {
    0% {
        background-position: 0 0, 0 0;
    }

    100% {
        background-position: 0 0, 200% 0;
    }
}

.Enamad {
    width: 90px;
    background: white;
    border-radius: 10px;
}

    .Enamad img {
        width: 100%;
    }

.ProfileArea {
    display: flex;
    margin-block: 50px auto;
    align-items: start;
    min-height:350px;
}

.ProfileSidebar {
    width: 300px;
    margin-left: 10px;
    border: 1px solid oklch(0.929 0.013 255.508);
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(148, 163, 184, 0.15) 0px 12px 36px 0px;
    background: #feffff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    padding: 20px 15px;
}

.ProfileMain {
    width: calc(100% - 320px);
}

.ProfileMeta, .ProfileMenuLine {
    height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.ProfileMeta {
    gap: 10px;
    border: 1px solid #e6e6e6;
    margin-bottom: 10px;
    border-radius: 10px;
}

    .ProfileMeta span:last-child {
        color: oklch(0.554 0.046 257.417);
        font-size: 12px;
        display: flex;
        align-items: center;
        font-weight: bold;
    }

    .ProfileMeta img {
        width: 20px;
        margin-left: 5px;
    }

.ProfileMenuLine {
    height: 55px;
    flex-direction: row;
    padding-inline: 20px;
    gap: 30px;
    border-top: 1px solid #e6e6e6;
    justify-content: start;
    transition: all ease-in-out 0.5s;
    color: black;
    border-radius: 10px;
    font-size: 14px;
}

    .ProfileMenuLine img {
        width: 25px;
    }

    .ProfileMenuLine:hover, .ProfileMenuLine.active {
        background-color: rgb(0, 65, 134);
        color: white;
    }

        .ProfileMenuLine:hover img, .ProfileMenuLine.active img {
            filter: invert(1);
        }

.ProfileMain {
    width: calc(100% - 310px);
    border: 1px solid oklch(0.929 0.013 255.508);
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(148, 163, 184, 0.15) 0px 12px 36px 0px;
    background: #feffff;
    border-radius: 20px;
    padding: 20px 15px;
}

.ProfileTitle {
    text-align: center;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-block: 10px;
    color: black;
    justify-content:center;
}

.ProfileTitle img{
    width:20px;
}
.ProfileMain .ProductExplorer{
    gap:15px 1%;
    justify-content:start;
}
.ProfileMain .ProductItem {
    width: 24.25%;
    position: relative;
}

.ProfileMain .ProductItem .priceSection {
    background: rgb(0, 65, 134);
}

    .ProfileMain .ProductItem .priceSection img {
        width: 22px;
    }

.loaderArea{
    width:100%;
    height:100%;
    position:absolute;
    left:0px;
    top:0px;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
    gap:5px;
    font-size:12px;
    font-weight:bold;
    color:white;
    background-color:rgba(0,0,0,0.8);
}

.loaderPage{
    position:fixed;
    z-index:100;
    display:none;
}

.loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    border-top: 4px solid #FFF;
    border-right: 4px solid transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

    .loader::after {
        content: '';
        box-sizing: border-box;
        position: absolute;
        left: 0;
        top: 0;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        border-left: 4px solid #FF3D00;
        border-bottom: 4px solid transparent;
        animation: rotation 0.5s linear infinite reverse;
    }

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.ProductItem.pending .priceSection, .ProductItem.pending h5{
    display: none;
}
.BalanceValue span {
    display: flex;
    align-items: center;
    color: oklch(0.554 0.046 257.417);
    font-size: 14px;
    font-weight:bold;
    justify-content:start;
    margin-top:20px;
}
.BalanceValue img {
    width: 20px;
    margin-left: 3px;
}

.BalanceForm{
    display:flex;
    flex-direction:row;
    margin-block:30px;
    align-items:center;
    justify-content:start;
    gap:10px;
    font-size:15px;
}

    .BalanceForm input {
        height: 50px;
        border: none;
        background: rgb(232, 232, 232);
        border-radius: 20px;
        padding: 0px 10px;
        text-align: center;
        width: 150px;
        font-size: 14px;
    }

    .BalanceForm button {
        width: 150px;
        height:50px;
        font-size:16px;
    }

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

    .BalanceText .Alert {
        font-size: 14px;
        padding-block: 5px;
        margin: 20px 0px 10px 0px;
        flex-direction: row;
        gap: 5px;
    }

.SuccessMsg {
    background: #21b36e;
    color: white;
    text-align: center;
    border-radius: 10px;
    width: fit-content;
    padding: 7px 20px;
    margin: 20px auto;
}

.ErrorMsg {
    background: red;
    color: white;
    text-align: center;
    border-radius: 10px;
    width: fit-content;
    padding: 7px 20px;
    margin: 20px auto;
}


