@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900');


.box 
{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
    padding: 20px;
    padding-bottom: 10px;
    padding-top: 15px;
	background: linear-gradient(to bottom,rgba(0,0,0,0.05),#edf1f4);
	border-radius: 10px;
	box-shadow: 15px 15px 20px rgba(0,0,0,0.1), -15px -15px 20px #fff;
    margin-bottom: 0px;
}
.range 
{
	width: calc(100% + 52px);
    left: -26px !important;
    position: relative;
	height: 15px;
	appearance: none;
	/*background: #edf1f4;*/
    background: none;
	outline: none;
	border-radius: 15px;
	/*box-shadow: 5px 5px 5px rgba(0,0,0,0.2),
	-5px -5px 10px #fff,
	inset 5px 5px 5px rgba(0,0,0,0.2);*/
	/*overflow: hidden;*/
}
.range::-webkit-slider-thumb 
{
	appearance: none;
	width: 52px;
	height: 52px;
	background: transparent url(/PESQUISA/WHAT/images/BOTA.png?x=3) no-repeat center center;
    background-size: 42px;
	border-radius: 50%;
	/*border: 7px solid #222*/;
	/*box-shadow: -407px 0 0 400px #27a0ff;*/
    box-shadow: none !important;
	cursor: pointer;
    position: relative;
    z-index: 999;
    top: -3px;
}

.range::-webkit-slider-thumb::after{
    width: 100%;
    height: 30px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #ccff00
}    
    
    
#rangeValue 
{
	position: relative;
	text-align: center;
	width: 60px;
	font-size: 1.25em;
	color: #fff;
	background: #27a0ff;
	margin-left: 15px;
	border-radius: 25px;
	font-weight: 500;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.1),
	-5px -5px 10px #fff,
	inset 5px 5px 10px rgba(0,0,0,0.1),
	inset -5px -5px 5px rgba(255,255,255,0.25);
}
    
.MID{
    width: calc(100% / 4);
    float: left;
    text-align: center;
    height: 40px;
    line-height: 10px;
    border-left:1px solid rgba(0,0,0,0.2);
    color: #222;
    font-size: 11px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 400;
}

.MID span{
    /*border-bottom: 1px solid #777;*/
    cursor: pointer;
}

.MID:last-child{
    border-right:1px solid rgba(0,0,0,0.2);
}

.MYBALL{
    width: 32px;
    height: 32px;
    border: 7px solid #ccff00;
    position: absolute;
    right: -16px;
    top: -8px;
    border-radius: 50%;
    z-index: 9999;
    display: none;
}


.DORA_BASE{
    width: 100%;
    position: relative;
}
    
.ONDA{ 
    width: 100%;
    height: 15px;
    border-radius: 10px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
    background: #e1e1e1;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.2), -3px -3px 6px #fff, inset 3px 3px 3px rgba(0,0,0,0.2);
}


.ANIMA{
    width: 500%;
    height: 200px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: linear-gradient(to left, #65c300 10%, blue 45%, red 65%);
}



.CONTROL{
    display: none;
}

.ACTIVE_RATING .CONTROL{
    display: block;
}

.CONTROL_1{
    position: absolute;
    left: 0px;
    top: 0px;
    height: 15px;
    width: 50%;
    background: #009936;
    z-index: 1;
    opacity: 1;
    margin-left: 0px;
    border-radius: 10px;
    overflow: hidden;
}

.CONTROL_2{
    position: absolute;
    height: 54px;
    width: 50%;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.5), -15px -15px 20px #fff;
    margin-left: 0px;
    z-index: 1;
    bottom: 0px;
    opacity: 0.4;
    background: #fff;
}



.MUDA{
    width: 100%;
    position: relative;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
}

.HUM{
    position: relative;
    z-index: 9;
    width: 100%;
}

.MOSK {
    position: absolute;
    z-index: 9;
    bottom: 25px;
    width: 100%;
}

.KONA2023{
    margin-right: 0px;
}



