/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/* نسبت مربعی تصاویر محصول در ویجت اسلایدری */
.wd-carousel-item a.product-image-link img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
}

.wd-carousel-item .wd-product .wd-entities-title {
    min-height: 2.8em;
    /* به اندازه دو خط متن */
    line-height: 1.4em;
    display: flex;
    align-items: center;
    /* برای تراز وسط عمودی */
}

/* blog */

.blog .main-page-wrapper .container {
    width: 1200px;
    max-width: 100%;
}

.woodmart-archive-blog .site-content {
    display: flex;
    flex-direction: column-reverse;
}

.wpc-filters-section {
    box-shadow: rgba(0, 0, 0, 0.18) 0px 4px 15px;
    border-radius: 20px;
    padding: 20px 15px;
}

.blog .wd-blog-element .wd-entities-title a {
    font-size: 14px;
}

.blog .wd-entry-content {
    display: none;
}

.blog .wd-read-more {
    display: none;
}

.blog .wd-post-content {
    display: flex;
    flex-direction: column-reverse;
    padding: 0 10px 0 10px;
}

.blog .wd-post-thumb {
    border-radius: 20px 20px 0 0;
}

.blog .wd-meta-author {
    display: none;
}

.blog-design-meta-image:not(.has-post-thumbnail) :is(.wd-post-img, .wd-post-link) {
    display: flex !important;
}

.blog .wd-post-img img {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    display: block;
    /* filter: grayscale(1) blur(1px); */
    filter: grayscale(0) blur(0px);
    transition: 0.3s;
}


/* end blog */

.site-content {
    margin-bottom: 0;
}

/* end */



/* about us override interactive circle */

@media only screen and (min-width:768px) {
    #moons_section .eael-circle-btn {
        animation-play-state: paused !important;
    }

    #moons_section.active .eael-circle-btn {
        animation-play-state: running !important;
    }

    #moons_section .eael-circle-wrapper.eael-interactive-circle-preset-2 .eael-circle-info .eael-circle-inner[data-items="9"] .eael-circle-item #eael-circle-item-1 {
        top: 72%;
        left: -1%;
        animation-delay: 0s;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        animation: item-1-animation ease-out 1.5s;
    }

    #moons_section .eael-circle-wrapper.eael-interactive-circle-preset-2 .eael-circle-info .eael-circle-inner[data-items="9"] .eael-circle-item #eael-circle-item-2 {
        top: 44%;
        left: 8%;
        animation-delay: 0.1s;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        animation: item-2-animation ease-out 1.5s;
    }

    #moons_section .eael-circle-wrapper.eael-interactive-circle-preset-2 .eael-circle-info .eael-circle-inner[data-items="9"] .eael-circle-item #eael-circle-item-3 {
        top: 18%;
        left: 18%;
        animation-delay: 0.2s;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        animation: item-3-animation ease-out 1.5s;
    }

    #moons_section .eael-circle-wrapper.eael-interactive-circle-preset-2 .eael-circle-info .eael-circle-inner[data-items="9"] .eael-circle-item #eael-circle-item-4 {
        top: 1.9%;
        left: 33%;
        animation-delay: 0.3s;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        animation: item-4-animation ease-out 1.5s;
    }

    #moons_section .eael-circle-wrapper.eael-interactive-circle-preset-2 .eael-circle-info .eael-circle-inner[data-items="9"] .eael-circle-item #eael-circle-item-5 {
        top: -6%;
        left: 50%;
        animation-delay: 0.4s;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        animation: item-5-animation ease-out 1.5s;
    }

    #moons_section .eael-circle-wrapper.eael-interactive-circle-preset-2 .eael-circle-info .eael-circle-inner[data-items="9"] .eael-circle-item #eael-circle-item-6 {
        top: 1.9%;
        left: 66.5%;
        animation-delay: 0.5s;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        animation: item-6-animation ease-out 1.5s;
    }

    #moons_section .eael-circle-wrapper.eael-interactive-circle-preset-2 .eael-circle-info .eael-circle-inner[data-items="9"] .eael-circle-item #eael-circle-item-7 {
        top: 18%;
        left: 80%;
        animation-delay: 0.6s;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        animation: item-7-animation ease-out 1.5s;
    }

    #moons_section .eael-circle-wrapper.eael-interactive-circle-preset-2 .eael-circle-info .eael-circle-inner[data-items="9"] .eael-circle-item #eael-circle-item-8 {
        top: 42%;
        left: 92%;
        animation-delay: 0.7s;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        animation: item-8-animation ease-out 1.5s;
    }

    #moons_section .eael-circle-wrapper.eael-interactive-circle-preset-2 .eael-circle-info .eael-circle-inner[data-items="9"] .eael-circle-item #eael-circle-item-9 {
        top: 72%;
        left: 101%;
        animation-delay: 0.8s;
        transform: translate(-50%, -50%);
        animation: item-9-animation ease-out 1.5s;
    }


    @keyframes item-1-animation {
        0% {
            top: 2%;
            left: 50%;
        }

        100% {
            top: 72%;
            left: -1%;
        }
    }

    @keyframes item-2-animation {
        0% {
            top: 2%;
            left: 50%;
        }

        100% {
            top: 44%;
            left: 8%;
        }
    }

    @keyframes item-3-animation {
        0% {
            top: 2%;
            left: 50%;
        }

        100% {
            top: 18%;
            left: 18%;
        }
    }

    @keyframes item-4-animation {
        0% {
            top: 2%;
            left: 50%;
        }

        100% {
            top: 1.9%;
            left: 33%;
        }
    }

    @keyframes item-5-animation {
        0% {
            top: 2%;
            left: 50%;
        }

        100% {
            top: -6%;
            left: 50%;
        }
    }

    @keyframes item-6-animation {
        0% {
            top: 2%;
            left: 50%;
        }

        100% {
            top: 1.9%;
            left: 66.5%;
        }
    }

    @keyframes item-7-animation {
        0% {
            top: 2%;
            left: 50%;
        }

        100% {
            top: 18%;
            left: 80%;
        }
    }

    @keyframes item-8-animation {
        0% {
            top: 2%;
            left: 50%;
        }

        100% {
            top: 42%;
            left: 92%;
        }
    }

    @keyframes item-9-animation {
        0% {
            top: 2%;
            left: 50%;
        }

        100% {
            top: 72%;
            left: 101%;
        }
    }
}



@media only screen and (max-width:768px) {

    /* #moons_section .eael-circle-inner {
        display: flex;
        transform: scale(0.7) translate(10px, -470px);
        margin-top: 300px;
    } */

    .wpc-custom-selected-terms {
        display: block !important;
    }

    #moons_section .eael-circle-wrapper.eael-interactive-circle-preset-2 {
        margin: 45px 0 0 !important;
    }

    #moons_section .eael-circle-wrapper.eael-interactive-circle-preset-2 .eael-circle-info .eael-circle-inner {
        width: 450px !important;
        height: calc(450px / 2) !important;
    }


    /* همه آیتم‌ها اول در مرکز و مخفی */
    #moons_section .eael-circle-item {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        /* opacity: 0; */
    }

    #moons_section .eael-circle-btn {
        opacity: 0;
    }

    /* انیمیشن orbit با transform نهایی داخل keyframes */
    @keyframes orbit-1 {
        0% {
            transform: translate(-50%, -50%) rotate(0deg) translateX(0) rotate(0deg);
            opacity: 0;
        }

        100% {
            transform: translate(-50%, -50%) rotate(0deg) translateX(150px) rotate(-0deg);
            opacity: 1;
        }
    }

    @keyframes orbit-2 {
        0% {
            transform: translate(-50%, -50%) rotate(0deg) translateX(0) rotate(0deg);
            opacity: 0;
        }

        100% {
            transform: translate(-50%, -50%) rotate(40deg) translateX(150px) rotate(-40deg);
            opacity: 1;
        }
    }

    @keyframes orbit-3 {
        0% {
            transform: translate(-50%, -50%) rotate(0deg) translateX(0) rotate(0deg);
            opacity: 0;
        }

        100% {
            transform: translate(-50%, -50%) rotate(80deg) translateX(150px) rotate(-80deg);
            opacity: 1;
        }
    }

    @keyframes orbit-4 {
        0% {
            transform: translate(-50%, -50%) rotate(0deg) translateX(0) rotate(0deg);
            opacity: 0;
        }

        100% {
            transform: translate(-50%, -50%) rotate(120deg) translateX(150px) rotate(-120deg);
            opacity: 1;
        }
    }

    @keyframes orbit-5 {
        0% {
            transform: translate(-50%, -50%) rotate(0deg) translateX(0) rotate(0deg);
            opacity: 0;
        }

        100% {
            transform: translate(-50%, -50%) rotate(160deg) translateX(150px) rotate(-160deg);
            opacity: 1;
        }
    }

    @keyframes orbit-6 {
        0% {
            transform: translate(-50%, -50%) rotate(0deg) translateX(0) rotate(0deg);
            opacity: 0;
        }

        100% {
            transform: translate(-50%, -50%) rotate(200deg) translateX(150px) rotate(-200deg);
            opacity: 1;
        }
    }

    @keyframes orbit-7 {
        0% {
            transform: translate(-50%, -50%) rotate(0deg) translateX(0) rotate(0deg);
            opacity: 0;
        }

        100% {
            transform: translate(-50%, -50%) rotate(240deg) translateX(150px) rotate(-240deg);
            opacity: 1;
        }
    }

    @keyframes orbit-8 {
        0% {
            transform: translate(-50%, -50%) rotate(0deg) translateX(0) rotate(0deg);
            opacity: 0;
        }

        100% {
            transform: translate(-50%, -50%) rotate(280deg) translateX(150px) rotate(-280deg);
            opacity: 1;
        }
    }

    @keyframes orbit-9 {
        0% {
            transform: translate(-50%, -50%) rotate(0deg) translateX(0) rotate(0deg);
            opacity: 0;
        }

        100% {
            transform: translate(-50%, -50%) rotate(320deg) translateX(150px) rotate(-320deg);
            opacity: 1;
        }
    }

    /* اجرا فقط وقتی سکشن active شد */
    #moons_section.active #eael-circle-item-1 {
        animation: orbit-1 1.5s ease-out forwards;
    }

    #moons_section.active #eael-circle-item-2 {
        animation: orbit-2 1.5s ease-out forwards;
    }

    #moons_section.active #eael-circle-item-3 {
        animation: orbit-3 1.5s ease-out forwards;
    }

    #moons_section.active #eael-circle-item-4 {
        animation: orbit-4 1.5s ease-out forwards;
    }

    #moons_section.active #eael-circle-item-5 {
        animation: orbit-5 1.5s ease-out forwards;
    }

    #moons_section.active #eael-circle-item-6 {
        animation: orbit-6 1.5s ease-out forwards;
    }

    #moons_section.active #eael-circle-item-7 {
        animation: orbit-7 1.5s ease-out forwards;
    }

    #moons_section.active #eael-circle-item-8 {
        animation: orbit-8 1.5s ease-out forwards;
    }

    #moons_section.active #eael-circle-item-9 {
        animation: orbit-9 1.5s ease-out forwards;
    }

}

@media only screen and (max-width:400px) {
    #moons_section .eael-circle-inner {
        transform: scale(0.7);
    }
}



/* delete logout from accont */
p.logged-in-as {
    display: none;
}

.blog .wd-post-thumb:hover .wd-post-img img {
    filter: grayscale(1) blur(1px);
}

.blog article.wd-post {
    border: 1px solid #0000001f;
    border-radius: 20px;
}

@media only screen and (max-width: 768px) {
    .wd-carousel-item .wd-product .wd-entities-title a {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        /* در دسکتاپ دو خط */
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 12px;
    }
}


.product-action-area {
    text-align: center;
    margin: 30px 0;
}

/* استایل کلی دکمه‌ها */
.product-action-area .button {
    display: inline-block;
    font-family: "IRANSansX", sans-serif;
    padding: 12px 28px;
    border-radius: 10px;
    text-decoration: none;
    transition: 0.3s ease;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.single-product span.woocommerce-Price-amount.amount bdi {
    font-weight: 800;
}

/* دکمه ورود / ثبت‌نام */
.product-action-area .login-button {
    background-color: #555;
    color: #fff;
}

.product-action-area .login-button:hover {
    background-color: #333;
}

/* دکمه افزودن به سبد خرید */
.product-action-area .single_add_to_cart_button {
    background-color: #0098b4;
    color: #fff;
}

.product-action-area .single_add_to_cart_button:hover {
    background-color: #008198;
}

/* دکمه دانلود */
.product-action-area .download-button {
    background-color: #69bd22;
    color: #fff;
}

.product-action-area .download-button:hover {
    background-color: #56a81b;
}

/* پیام خرید */
.product-action-area .bought-message {
    display: block;
    color: #4caf50;
    font-weight: 600;
    font-size: 16px;
    margin-top: 15px;
}

a.button.btn-cart.wc-forward {
    background: #2dcf1a;
}

/* دکمه دانلود محصول */

/* دکمه ورود / ثبت نام */
.dynamic-login-btn {
    display: block;
    width: 100%;
    margin: 20px 0;
    background: #0073aa;
    color: #fff;
    padding: 12px 25px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
}

.dynamic-login-btn:hover {
    background: #005f8a;
    color: #fff;
}


/* دکمه دانلود محصول */
.dynamic-download-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
    background: #69bd22;
    color: #fff;
    padding: 12px 25px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.dynamic-download-btn:hover {
    color: #fff;
    background: #57a91b;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/* آیکون دانلود داخل دکمه */
.dynamic-download-btn .download-icon {
    margin-right: 8px;
    font-size: 16px;
}

/* پیام خطای دانلود */
.dynamic-download-error {
    padding: 10px;
    background: #f1f1f1;
    border: 1px solid #ccc;
    border-radius: 6px;
    color: #333;
}



/* shop page */

span.woocommerce-Price-amount.amount bdi {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 4px;
}

span.free-price {
    font-weight: 700;
}

li.active-moon a {
    color: #32df18;
    font-weight: 700;
    border-bottom: 2px solid;
}


/* hero net roshd */


div#hero-netroshd {
    background-size: auto 100vh;
}

div#hero-netroshd .elementor-shape-bottom {
    bottom: -36px;
    background: linear-gradient(45deg, #0d1419 70%, transparent 10%);
}

.description-moon .elementor-icon-box-description {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
}

.moon_items img {
    background: #fff;
    padding: 8px;
    min-width: 9vh;
    max-width: 9vh;
}

.moon_items img.active {
    box-shadow: 0 0 35px #fff;
}

#main-logo-roshd img {
    background: unset;
    padding: unset;
    box-shadow: unset;
    max-width: unset;
    min-width: unset;
    filter: drop-shadow(0px 0px 0px #fff);
    transition: 0.3s;
}

#main-logo-roshd img:hover,
#main-logo-roshd img.active {
    filter: drop-shadow(0px 0px 10px #fff);
}


@media only screen and (max-width: 1300px) {
    div#hero-netroshd {
        /* background-position-x: 0; */
        background-position: top right;
    }
}



@media only screen and (max-width: 1024px) {
    div#hero-netroshd {
        background-position: right -18.9vh top -11.1vh;
    }

    .moon_items img {
        background: #fff;
        padding: 8px;
        min-width: 9vh;
        max-width: 9vh;
    }

    div#logo-netroshd-hero img {
        min-width: 10vh;
        max-width: 10vh;
    }

    .wd-sidebar-opener:not(.wd-on-toolbar) {
        display: block !important;
    }
}

@media only screen and (max-width: 768px) {
    div#hero-netroshd {
        background-position: top -6vh right;
        background-size: 100% 100vh;
    }

    .moon_items img {
        min-width: 7vh;
        max-width: 7vh;
    }

    .description-moon .elementor-icon-box-description {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
    }

}










/* ---------- تنظیمات اصلی ---------- */
:root {
    --moon-duration: 3s;
    --moon-end-angle: 0deg;
    /* fallback نهایی هم در keyframe هست */
}

/* .moon یا .moon_items هر کدوم رو که استفاده کردی قبول کنه */
.moon,
.moon_items {
    transform-origin: center;
    animation: moon-move var(--moon-duration) ease-out forwards;
    opacity: 0;
    /* نمایش از اول مخفی باشه تا انیمیشن */
    will-change: transform, opacity;
}

/* ----- مقادیر مخصوص هر المان ----- */
.daneh-moon {
    --start-angle: -315deg;
    --start-distance: -150px;
}

.ayneh-moon {
    --start-angle: -270deg;
    --start-distance: -300px;
}

.nopadid-moon {
    --start-angle: -295deg;
    --start-distance: -420px;
}

.roshd-moon {
    --start-angle: -325deg;
    --start-distance: -520px;
}

.harkat-moon {
    --start-angle: -325deg;
    --start-distance: -520px;
}

.amigh-moon {
    --start-angle: -278deg;
    --start-distance: -545px;
}

.tavanmand-moon {
    --start-angle: -290deg;
    --start-distance: -675px;
}

.torath-moon {
    --start-angle: -318deg;
    --start-distance: -715px;
}

.madar-moon {
    --start-angle: -333deg;
    --start-distance: -710px;
}


/* ---------- یک keyframe با fallback برای متغیرها ---------- */
@keyframes moon-move {
    0% {
        /* اگر متغیرها تعریف نشده باشن، از fallback استفاده میشه */
        transform: rotate(var(--start-angle, 0deg)) translateX(var(--start-distance, 0px));
        opacity: 0;
    }

    100% {
        transform: rotate(var(--moon-end-angle, 360deg)) translateX(0);
        opacity: 1;
    }
}


/* انیمیشن ورود کانتینر اصلی */
#col-moons {
    /* transform: scale(0) translate(250vh, -340vh);
    opacity: 0;
    animation: moons-container 6s forwards; */
}

/* keyframes برای scale */
@keyframes moons-container {
    0% {
        transform: scale(0.5) translate(250vh, -340vh);
        opacity: 0;
        filter: blur(8px);
    }

    100% {
        transform: scale(1) translate(0, 0);
        opacity: 1;
        filter: blur(0);
    }
}


/* .wd-more-desc {
    max-height: max-content;
}

.wd-more-desc-inner {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 11.1px;
    text-align: justify;
    word-spacing: -1px;
} */

/* .wd-carousel-item {
    overflow: hidden;
}

.fade-in-block .hover-content,
.fade-in-block .hover-content .hover-content-inner {
    display: block !important;
}

.fade-in-block .hover-content {
    position: absolute;
    bottom: -30%;
    left: 50%;
    opacity: 0;
    border-radius: 20px;
    transform: translate(-50%, 0px);
    background: #Fff;
    width: 100%;
    font-size: 12px;
    padding: 0px 25px !important;
    text-align: justify;
    transition: opacity 0.7s ease-in-out, bottom 0.5s linear;
}

.wd-carousel-item:hover .fade-in-block .hover-content {
    bottom: 19px;
    opacity: 1;
}

.wd-product.wd-hover-base .product-element-bottom:hover .wd-more-desc-btn {
    display: none;
} */


/* ======= Carousel ======= */
.wd-carousel-item .hover-content {
    display: none !important;
    /* override display:none قالب اصلی */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.wd-carousel-item.active-hover .hover-content {
    /* display: block !important; */
    opacity: 1;
    visibility: visible;
    transform: none;
    /* max-height: max-content; */
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #020202ad;
    width: 100%;
    height: 65%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(9px);
    border-radius: 20px;
    padding: 20px !important;
    color: #fff;
    border: 3px solid #fff;
}

.wd-carousel-item.active-hover .hover-content-inner {
    display: -webkit-box !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 11.3px;
    text-align: justify;
    letter-spacing: 0.5px;
    margin-top: 10px;
}

.wd-product.wd-hover-base .product-element-bottom:hover .wd-more-desc-btn {
    display: none;
}

.wd-buttons.wd-pos-r-t {
    background: #ffffff3d;
    top: 0 !important;
    left: 50% !important;
    transform: translate(-50%, 10px) !important;
    display: flex;
    flex-direction: row;
}

.wd-carousel-item.active-hover .wd-buttons .wd-action-btn>a {
    height: 30px;
    width: 30px;
}

.wd-carousel-item.active-hover .wd-action-btn.wd-style-icon>a:before {
    font-size: 16px;
    color: #fff;
}

.hover-empty-btn {
    display: block;
    text-align: center;
    background: #0098b4;
    color: #fff !important;
    padding: 10px 12px;
    border-radius: 6px;
    margin-top: 10px;
    text-decoration: none !important;
}


/* دکمهٔ نمایشی داخل hover-content وقتی توضیح خالیه */
.hover-empty-btn {
    display: inline-block;
    background: #0098b4;
    color: #fff;
    padding: 8px 12px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    margin-top: 8px;
}

/* لینک wrapper که تمام hover-content را کلیک‌پذیر می‌کند */
.hover-content-wrap {
    display: block;
    text-decoration: none;
    color: inherit;
}


/* برای ایتم مشاهده بیشتر در ویجت شخصی شده شبکه‌ای یا اسلایدی */
a.moreItem-carousel {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    gap: 5px;
    color: #fff;
    background: #74a250;
    border-radius: 10px;
    font-weight: 500;
    transition: 0.3s;
}

a.moreItem-carousel:hover {
    color: #fff;
    background: #96b97b;
} 












form.nr-post-filter-form ul {
    border-radius: 10px;
    box-shadow: 0px 10px 15px #00000026;
    padding: 15px 20px !important;
    margin-bottom: 30px;
}

form.nr-post-filter-form button {
    width: 100%;
    border-radius: 10px;
    background: #63bf4f !important;
    color: #ffff;
}