/* _content/SROWeb/Components/Pages/Admin/General/SectionSettings.razor.rz.scp.css */
.switch-lg .form-check-input[b-wj89a613pt] {
    width: 3rem;
    height: 1.6rem;
}

.switch-lg .form-check-label[b-wj89a613pt] {
    font-size: 1.1rem;
    font-weight: 500;
    margin-left: 0.5rem;
}

.switch-lg[b-wj89a613pt] {
    padding-top: 0.3rem;
}
/* _content/SROWeb/Components/Pages/User/LuckyGames.razor.rz.scp.css */
.wheel-container[b-s1uhq8qu3x] {
    position: relative;
    width: 400px;
    height: 400px;
    margin: auto;
    background: radial-gradient(circle at center, #f8f8f8, #ddd);
    border-radius: 50%;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.wheel[b-s1uhq8qu3x] {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transform-origin: center center;
    transition: transform 4s cubic-bezier(0.33, 1, 0.68, 1);
    background: radial-gradient(circle, #ffe680 20%, #ffc107 70%, #e0a800 100%);
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.1);
}

.reward[b-s1uhq8qu3x] {
    position: absolute;
    width: 40px;
    height: 40px;
    left: 50%;
    top: 50%;
    transform-origin: center -180px; /* 450/2 - offset */
    transition: all 0.3s ease;
}

.reward-inner[b-s1uhq8qu3x] {
    width: 40px;
    height: 40px;
    transform: rotate(0deg); /* -angleDegrees ile override edilecek */
    display: flex;
    justify-content: center;
    align-items: center;
}

.reward img[b-s1uhq8qu3x] {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pointer[b-s1uhq8qu3x] {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 30px solid #dc3545; /* Ucu yukarı baksın */
    left: 50%;
    top: -5px;
    transform: translateX(-50%) rotate(360deg); /* TERS ÇEVİRME */
    z-index: 10;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.4));
}

@keyframes glow-pulse-b-s1uhq8qu3x {
    0%, 100% {
        box-shadow: 0 0 10px #87f263, 0 0 20px #87f263, 0 0 30px #87f263;
    }

    50% {
        box-shadow: 0 0 20px #87f263, 0 0 30px #87f263, 0 0 40px #87f263;
    }
}

.glowing-border-rewards[b-s1uhq8qu3x] {
    border: 5px solid #87f263;
    border-radius: 50%;
    box-sizing: border-box;
    box-shadow: 0 0 10px #87f263, 0 0 20px #87f263, 0 0 30px #87f263;
    animation: glow-pulse-b-s1uhq8qu3x 1.5s ease-in-out infinite;
    z-index: 5;
}

.grow[b-s1uhq8qu3x] {
    box-shadow: 0 0 15px 5px rgba(255, 255, 0, 0.6);
    transition: box-shadow 0.3s ease-in-out;
    z-index: 5;
}

.game-reward[b-s1uhq8qu3x] {
    font-weight: 700;
    display: flex;
    margin: 5px 0;
    padding: 2px;
    align-items: center
}

    .game-reward i.fa-caret-right[b-s1uhq8qu3x] {
        font-size: 18px
    }

.fa.hidden[b-s1uhq8qu3x] {
    display: none
}

.game-reward[b-s1uhq8qu3x] {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 5px;
    border-radius: 5px;
    transition: background-color .3s ease
}

    .game-reward.active[b-s1uhq8qu3x] {
        color: #000;
        background-color: #00fc2e
    }

    .game-reward:hover[b-s1uhq8qu3x] {
        color: #000;
        background-color: #e4e4e4
    }

    .game-reward i.fa-caret-right[b-s1uhq8qu3x] {
        margin-right: 10px
    }
.img-reward[b-s1uhq8qu3x] {
    width: 40px;
    height: 40px;
    display: inline-block;
    background-size: cover;
    background-position: center;
    margin-right: 10px;
    border-radius: 50%;
    border: 2px solid
}
.winned[b-s1uhq8qu3x] {
    background: #00a65a
}
/* _content/SROWeb/Components/Pages/User/Shop.razor.rz.scp.css */
#add-itemsimg[b-39trlhv6h0] {
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
    margin: auto;
    border: 2px solid #333;
    box-sizing: border-box;
    background-size: cover;
    background-position: center;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    margin-top: 10px;
    margin-bottom: 10px;
}

    #add-itemsimg img[b-39trlhv6h0] {
        width: 40px;
        height: 40px;
        object-fit: cover;
    }
