/*CSS for cell : circleSlider*/

.estim-model-layout
{
    background-position: center;
    width: auto;
    height: auto;
    background-color: transparent;
}

.container-estim 
{
    background: transparent;
    position: absolute;
    display: flex;
    align-items:center;
    justify-content:center;
    justify-items: center;
    flex-direction: column;
    border-radius: 6px;
}

.control-estim 
{
      margin-bottom: 10px;
      border-radius: 6px;
      display: flex;
      align-items:center;
      justify-content:center;
      justify-items: center;
      flex-direction: column;

}


.estim-qu
{
    display:flex;
    z-index:100;
    color : black;
	text-shadow: 2px 3px 5px rgba(238, 236, 108, 0.322);
    text-align: center;
    align-items: center;
    justify-content: center;
    font-family: 'Bubblegum Sans';
    border-radius: 6px;
    margin-bottom: 10px;
}

.race-4-bullitt-player-ch
{
    position:absolute;
    z-index:100;
    color : black;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-family: 'Bubblegum Sans';
}

/*
#chooseTime4RHopsLayoutDivID  .rs-bg-color 
{
    background: radial-gradient(ellipse at center, #8a56bb 0%,#7D3BBB 34%, #6206b9 100%);
}

#chooseTime4RHopsLayoutDivID .rs-handle  
{
    background: radial-gradient(ellipse at center, rgb(238, 133, 238) 0%,rgb(236, 59, 236) 34%, rgb(190, 5, 190) 100%);
}

#chooseTime4RHopsLayoutDivID .rs-range-color  
{
    background: radial-gradient(ellipse at bottom, #2b024e 0%, #630ab7 34%, #9671b8 66%,  #2b024e 100%);
}
#chooseTime4RHopsLayoutDivID .rs-path-color  
{
    background: radial-gradient(ellipse at bottom, rgb(241, 141, 241)  0%,#7D3BBB  34%, #480289  66%, #2b024e 100%);
}
#chooseTime4RHopsLayoutDivID .rs-border  
{
    border-color:transparent;
}*/


#chooseTime4RHopsLayoutDivID .rs-bg-color 
{
    background: radial-gradient(ellipse at center, #D1A3FF 0%, #A47CDB 34%, #7D3BBB 100%);
}

/* Handle closer to #FEB300 (golden yellow) */
#chooseTime4RHopsLayoutDivID .rs-handle  
{
    background: radial-gradient(ellipse at center, #FFE6A3 0%, #FEB300 34%, #CC8A00 100%);
}

/* Range color adjusted for a smooth transition between handle and circle */
#chooseTime4RHopsLayoutDivID .rs-range-color  
{
    background: radial-gradient(ellipse at bottom, rgba(0, 0, 0, 0.8) 0%, rgba(125, 59, 187, 0.6) 34%, rgba(255, 179, 0, 0.5) 66%, rgba(0, 0, 0, 0.8) 100%);
}

/* Path color to match the purple theme of the big circle */
#chooseTime4RHopsLayoutDivID .rs-path-color  
{
    background: radial-gradient(ellipse at bottom, #E6CCFF 0%, #B38BCC 34%, #7D3BBB 66%, rgba(5, 0, 0, 1) 100%);
}

/* Border set to transparent */
#chooseTime4RHopsLayoutDivID .rs-border  
{
    border-color: transparent;
}

/*
#chooseTime4RHopsLayoutDivID  .rs-bg-color 
{
    background: radial-gradient(ellipse at center, rgb(238, 133, 238) 0%,rgb(236, 59, 236) 34%, rgb(190, 5, 190) 100%);
}

#chooseTime4RHopsLayoutDivID .rs-handle  
{
    background: radial-gradient(ellipse at center, rgb(238, 133, 238) 0%,rgb(236, 59, 236) 34%, rgb(190, 5, 190) 100%);
}

#chooseTime4RHopsLayoutDivID .rs-range-color  
{
    background: radial-gradient(ellipse at bottom, rgba(0, 0, 0, 1) 0%, rgba(48, 7, 36, 1) 34%, rgba(255, 255, 255, 1) 66%, rgba(0, 0, 0, 1) 100%);
}
#chooseTime4RHopsLayoutDivID .rs-path-color  
{
    background: radial-gradient(ellipse at bottom, rgb(241, 141, 241)  0%,rgb(128, 41, 128) 34%, purple 66%, rgba(5, 0, 0, 1) 100%);
}
#chooseTime4RHopsLayoutDivID .rs-border  
{
    border-color:transparent;
}
*/
