.fortuna{
    display: flex;
    align-content: center;
    justify-content: center;
    padding: 35px 0;
    box-sizing: border-box;    
}

.fortuna_container{
   max-width: 500px; 
}


#container {
position: relative;
width: 310px;
height: 310px;
margin: 50px auto;
display: flex;
justify-content: center;
align-items: center;
padding: 10px;
box-sizing: border-box;
}

#wheel {
width: 100%;
height: 100%;
border-radius: 50%;
background: conic-gradient(#31bc69 0deg 270deg, #ff0000 270deg 360deg);
position: relative;
transition: transform 1.5s ease-out, background 1s ease; /* Добавили плавный переход фона */
padding: 5px;
box-sizing: border-box;
}

#fixedMarker {
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../images/fortunamarker.svg);
    background-size: 100%;
    border-radius: 50%;
    top: -10px;
    left: 155px;
    transform: translateX(-50%);
    z-index: 10;
}

#spinButton {
background-image: linear-gradient(70deg, #31bc69 -8%, #089e4e 96%);
    cursor: pointer;
    transition: all .1s;
    color: #fff;
   justify-content: center;
    padding: 15px 15px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border-width: 0;
    min-height: 34px;
    font-size: 16px;
    border-radius: 8px;
    width: 100%;
    display: block;
    margin: 10px 0;
    font-family: 'Rocketfont';
    text-transform: uppercase;
}

#spinButton:disabled{
background-image: linear-gradient(70deg, #504d5e -8%, #504d5e 96%);  
cursor: default;  
}

#spinButton:hover{
   opacity: 0.9; 
}

.nouser_spinButton{
 background-image: linear-gradient(70deg, #31bc69 -8%, #089e4e 96%);
    cursor: pointer;
    transition: all .1s;
    color: #fff;
   justify-content: center;
    padding: 15px 15px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border-width: 0;
    min-height: 34px;
    font-size: 16px;
    border-radius: 8px;
    width: 100%;
    display: block;
    margin: 10px 0;
    font-family: 'Rocketfont';
    text-transform: uppercase;   
}

#nouser_spinButton:hover{
   opacity: 0.9; 
}

.wheel_shape {
background: #151028;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


.checkbox-group {
    display: flex;
    justify-content: center;
    align-items: center;
}

.checkbox-group input[type="checkbox"] {
    display: none; /* Скрываем чекбоксы */
}

.checkbox-group label {
    display: inline-block;
    padding: 10px 36px;
    margin-right: 5px;
    border-radius: 10px;
    background-color: #090f1e;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.checkbox-group input[type="checkbox"]:checked + label {
    background-color: #1a73e8; /* Цвет активного фона */
    color: #fff;
}

.fortuna_title{
 color: #fff;
    font-family: 'Manrope';
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;   
}
    
.fortuna_text{
color: #8f9ab1;
    text-align: center;
    font-family: 'Manrope';
    font-weight: 600;       
}

.finput_block{
   width: 100%; 
   padding: 0 35px;
   box-sizing: border-box;
   margin-top: 5px;
}
 
.finput{
 background-color: #edf0f7;
    min-height: 45px;
    color: #070c19cc;
    border-radius: 8px;
    position: relative;
    width: 100%;
    border: none;
    text-align: center;
    font-family: 'Manrope';
    font-weight: bold;    
}

.spinButton_block{
width: 100%;
    padding: 0 35px;
}

.finput_label{
     color: #8f9ab1;
    padding: 0;
    margin: 0;
    font-family: 'Manrope';
    font-size: 12px;  
}
   
.finput_block p{
 font-family: 'Manrope';
    font-size: 12px;
    color: #8f9ab1;
    padding: 5px 0;
    box-sizing: border-box;       
}

.shape_top_text{
color: #8f9ab1;
font-family: 'Manrope';
font-weight: 600;  
} 


.shape_cash{
color: #fff;
    font-family: 'Manrope';
    font-weight: 600;
    font-size: 30px;    
}

.wheel_shape_abs{
position: absolute; 
display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
      



@media (min-width: 426px) and (max-width: 768px) {
.jetnav_dropdown_menu{
right: -140px;   
}
}

@media (min-width: 376px) and (max-width: 425px) {
.jetnav_dropdown_menu{
right: -140px;   
}
}

@media (min-width: 321px) and (max-width: 375px) {
.jetnav_dropdown_menu{
right: -10px;   
}

.fortuna_text{
   font-size: 14px; 
}

#container{
 width: 280px;
    height: 280px;
    margin: 10px auto;   
}

#fixedMarker{
   left: 140px; 
}


}

@media (min-width: 280px) and (max-width: 320px) {
.jetnav_dropdown_menu{
right: -25px;   
}

.fortuna_text{
   font-size: 10px; 
}

#container{
 width: 250px;
    height: 250px;
    margin: 20px auto;   
}

#fixedMarker{
   left: 125px; 
}
.checkbox-group label{
     padding: 10px 25px;   
}


}


.new_header{
   display: flex;
    align-items: center;
    justify-content: space-between; 
}

.jetnav_dropdown_menu{
   right: 0 !important;
   top: 40px !important; 
}