/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 3.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
/*  */

/* ================================
   GLOBAL WHEEL CONTAINER LAYOUT
================================ */
.page-id-2592 .elementor-element-5fbfc2d.e-con.e-flex>.e-con-inner {
    max-width: 100%;
}

.page-id-2592 .elementor-element-5fbfc2d.e-con.e-flex>.e-con-inner > .elementor-element {
    width: 100%;
}

.page-id-2592 .elementor-element-5fbfc2d.e-con.e-flex>.e-con-inner .elementor-shortcode {
    padding: 5rem 2.5rem;
}

.valueContainer > g {
    writing-mode: sideways-lr;
}

.wheelText {
    transform: translate(8px, 50px);
}

/* .valueContainer {
    transform: scale(0.95) translate(18px, 30px);
} */

#opinspin-wheel-roll {
    max-width: 1320px;
    margin: 0 auto !important;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    position: relative;
    box-shadow: none;
    overflow: visible;
}
.fortunewheel-left {
    order: 1 !important;
}

/* Force text section to the RIGHT */
.fortunewheel-right {
    order: 2 !important;
}

/* Hide plugin's default background */
.woo-wheel-bg-img {
    display: none !important;
}

@media only screen and (max-width: 768px) {
    .post-2592 .page-header {
        display: none;
    }
    
    .page-id-2592 .page-content .elementor-element-5fbfc2d.e-con.e-flex>.e-con-inner .elementor-shortcode {
        padding: 5rem 0rem;
    }

    .fortunewheel-left {
        width: 100% !important;
        flex: 0 0 100% !important;
    }
}

/* ================================
   LEFT — SPIN WHEEL
================================ */
.fortunewheel-left {
    flex: 0 0 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    float: none !important;
}

.fortunewheel-right {
    float: none !important;
}

.fortunewheel-canvas {
    width: 100% !important;
    height: auto;
}

div.wheelContainer {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    transform: none !important;
    margin-top: 0 !important;
}

.wheelSVG {
    width: 100% !important;
    height: auto !important;
    position: relative !important;
}

/* Peg (arrow) to match screenshot */
.peg {
    fill: #000 !important;
}

/* Outer wheel border color */
.wheelOutline circle {
    stroke: #000 !important;
}

/* Wheel text */
.wheelText {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 800 !important;
    fill: #000 !important;
    text-transform: uppercase;
}

/* ================================
   RIGHT — TEXT & STEPS
================================ */
.fortunewheel-right {
    flex: 0 0 45%;
    color: #000;
}

.mainContainer .wheel line {
    display: none;
}

.mainContainer .wheel g:nth-child(2n) path {
    fill: #c61402;
}

.mainContainer .wheel g:nth-child(2n+1) path {
    fill: #ffc800;
}

.mainContainer .wheel g:last-of-type path {
    fill: rgb(0 0 0 / 25%) !important;
}

.valueContainer g:nth-child(2n) tspan {
    fill: #ffc800;
}

.valueContainer g:nth-child(2n+1) tspan {
    fill: #c61402;
}

.valueContainer g:last-of-type tspan {
    fill: #3b3b3b !important;
}

.valueContainer g tspan {
    font-size: 29px !important;
}

.fortunewheel-right .wlo_title {
    font-size: 3.2rem !important;
    font-weight: 900 !important;
    color: #f7a612 !important;
    margin-bottom: 20px !important;
    line-height: 1.2 !important;
    letter-spacing: -1px;
}

div.mc-limit-exceed-wrapper,
div.mc-loggedin-req-wrapper {
    box-shadow: none;
    border: 5px solid #000000;
    font-size: 15px;
}

.mc-loggedin-req-wrapper p {
    margin-bottom: 0;
}

.spinlogo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-49%, -56%);
    z-index: 9999;
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0px;
    width: 64.5px;
    height: 64.5px;
    box-shadow: inset 0 0 20px #000000;
    border-radius: 50%;
}

.spinspin {
    display: block;
    width: 505px;
    height: 505px;
    left: 50%;
    top: -5px;
    transform: translateX(-50%);
    position: absolute;
    box-shadow: inset 0 0 85px rgb(0 0 0 / 50%);
    border-radius: 50%;
    z-index: 1;
}

.mainContainer .wheel g path {
    fill: #fff;
}

.centerCircle circle {
    fill: rgb(79 52 2 / 75%);
}

.winning_lossing {
    font-size: 3.2rem !important;
    font-weight: 900 !important;
    color: #f7a612 !important;
    margin-bottom: 20px !important;
    line-height: 1.3 !important;
    letter-spacing: -1px;
    text-transform: uppercase;
    padding: 0;
}

#fortunewheel-content ul {
    padding-left: 0;
    margin-top: 40px;
}

/* Steps styling */
#fortunewheel-content .numbered-list .step {
    font-size: 18px;
    font-weight: 600;
    color: #444;
    list-style: none;
    display: flex;
    margin-bottom: 20px;
    align-items: flex-start;
}

.fortunewheel-right .fortunewheel-from {
    margin: 40px 0 0;
}

#fortunewheel-main-content-wrapper,
.fortunewheel-sub-btn {
    margin: 0 !important;
    text-align: left !important;
}

.fortunewheel-try-luck-btn, .fortunewheel-form-btn {
    box-shadow: none !important;
    text-shadow: none !important;
}

#fortunewheel-content .numbered-list .number {
    width: 36px;
    height: 36px;
    background: #f7a612;
    color: #fff;
    font-weight: 800;
    border-radius: 6px;
    text-align: center;
    line-height: 36px;
    margin-right: 20px;
    font-size: 20px;
}

/* ================================
   SPIN BUTTON (STYLE MATCH)
================================ */
#fortunewheel-simple-btn {
    /* background: #f7a612 !important; */
    color: #fff !important;
    font-size: 24px !important;
    padding: 16px 40px !important;
    border-radius: 50px !important;
    border: none !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .45s !important;
    background-image: linear-gradient(180deg, #F6A513 20%, #95640d 150%) !important;
}

#fortunewheel-simple-btn:hover {
    /* background: #ff63b0 !important; */
    background-image: linear-gradient(180deg, #000000 20%, #000000 150%) !important;
}

path[data-svg-origin="512 384"] {
    fill: #fff;
}

/* ================================
   CLOSE (X BUTTON)
================================ */
.fortunewheel-cross-wrapper {
    position: absolute;
    top: -20px;
    right: -20px;
}

.fortunewheel-cross {
    width: 32px;
    height: 32px;
    background: #000;
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><line x1="4" y1="4" x2="28" y2="28" stroke="white" stroke-width="4"/><line x1="28" y1="4" x2="4" y2="28" stroke="white" stroke-width="4"/></svg>') center/contain no-repeat;
    cursor: pointer;
}

/* ================================
   RESPONSIVE FIXES
================================ */
@media (max-width: 992px) {
    #opinspin-wheel-roll {
        flex-direction: column;
        text-align: center;
    }
    .fortunewheel-right {
        order: 2;
        width: 100% !important;
        flex: 0 0 100%;
    }
    .fortunewheel-right .wlo_title {
        text-align: center;
    }
}


/*  */


.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .button, .eael-product-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button, .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button, .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button, .eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button, .eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button, .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button, .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button {
    margin: 20px auto;
    width: calc(100% - 40px);
}

.woocommerce nav.woocommerce-pagination ul {
    border: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
    border-right: 0;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    padding: .5em 15px;
}

.woocommerce nav.woocommerce-pagination {
    margin-bottom: 2rem;
}

a.button.product_type_lottery.add_to_cart_button:hover {
    color: #fff;
    background-color: #cd890c !important;
}

.mc-limit-exceed-wrapper.mc-find-your-prize {
    margin-top: 1rem !important;
}

.mc-limit-exceed-wrapper.mc-find-your-prize * {
    color: #000 !important;
    font-weight: normal !important;
    text-transform: initial !important;
    font-family: "Figtree", Sans-serif !important;
}

.wheelContainer, .wheelContainer *, .fortunewheel-left {
    pointer-events: none !important;
}

#referal_shortcode {
  background-color: #fff;
  color: #000;
  padding: 10px;
  border-radius: 3px;
  display: inline-block;
}

.referral_shortcode_wrapper {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    margin-bottom: 30px;
}

.referral_shortcode_wrapper p {
    margin-block: 0;
}

.referral_shortcode_wrapper2 {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    margin-bottom: 30px;
}

.referral_shortcode_wrapper2 p {
    margin-block: 0;
}

.my-account-table {
    
}

.mycred-my-rank {
    color: #f2a314;
    font-weight: bold;
}

#nivelul-tau {
    font-family: "Roboto", Sans-serif;
    font-weight: 600;
    line-height: 1.3em;
    font-size: 2rem;
    color: #f2a315;
}

#ranks-table {
    
}

.mycred-history-wrapper .pagination {
        width: auto;
    display: block;
}

.mycred-history-wrapper .pagination-top {
    display: none;
}

.mycred-history-wrapper table thead th {
    background: #8a5900;
    vertical-align: middle;
    border: 1px solid rgb(255 255 255 / 50%);
    text-align: left;
    font-size: 15px;
}

.mycred-history-wrapper table, .mycred-history-wrapper table th, .mycred-history-wrapper table td {
    border-color: rgb(255 255 255 / 50%);
    border: 1px solid rgb(255 255 255 / 50%) !important;
    border-block-start: 1px solid rgb(255 255 255 / 50%) !important;
}

#referred_users_count {
    font-family: "Roboto", Sans-serif;
    font-weight: 600;
    line-height: 1.3em;
    color: #FFFFFF;
}

.mycred_add_to_wallet {
    display: flex;
    flex-direction: row;
    gap: 15px;
    flex-wrap: wrap;
}

.mycred_add_to_wallet button, .mycred_add_to_wallet p {
    margin-bottom: 0;
}

.mywallt-mybalance p:empty,
.mycred_add_to_wallet p:empty {
    display: none;
}

.mycred-my-balance-wrapper {
    color: #f7a613;
}

img.user_badge {
    width: 75px;
    border-radius: 50%;
    box-shadow: 0px 0px 33px -2px rgb(255 219 158 / 40%);
}

.sb-account i.icon.icon-user {
    font-size: 21px;
    color: #efa11b;
}

.elementor-element.elementor-element-385ebb8 {
    height: 27px;
}