:root{
    --radius: 105px;
}

.circleslider{
    position: absolute;
    top: 0%;
    right: 0%;
    margin-left: 10px;
    height: calc(var(--radius)*2);
    width: var(--radius);
    overflow: hidden;
}
#elem{
    position: absolute;
    top: 0;
    left: 10%;
    height: calc(var(--radius)*2);
    width: calc(var(--radius)*2);
    border:37px solid rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    color: #ddd;
    -webkit-box-shadow: -4px 4px 8px -2px rgba(0,0,0,0.7);
    -moz-box-shadow: -4px 4px 8px -2px rgba(0,0,0,0.7);
    box-shadow: -4px 4px 8px -2px rgba(0,0,0,0.7);  
}

.prev-button,
.next-button {
    height: 30px;
    width: 30px;
    color: #b9b4ae;
    font-size: calc(var(--radius)*.25);
}

.prev-button:hover,
.next-button:hover {
    color: #777;

}

.next-button.disabled,
.next-button[disabled],
.prev-button.disabled,
.prev-button[disabled]{
  opacity: 0.5;
  cursor: auto;
  pointer-events: none;
}


.prev-button{
    position: absolute;
    top: 4%;
    left: 58%;
    transform: rotate(155deg);
}

.next-button{
    position: absolute;
    bottom: 8%;
    left: 58%;
    transform: rotate(205deg);
}

.time-top4{
    position: absolute;
    top: 18%;
    left: 23%;          
    font-size: calc(var(--radius)*.04);
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
.top4{
    background-color: #b9b4ae;
    color: #fff;
    text-shadow: none;
}


.time-top3{
    position: absolute;
    top: 25%;
    left: 32%;  
    color: #f82;
}
					
.time-top2{
    position: absolute;
    top: 30%;
    left: 28%;  
    color: #f82;
}

.time-top1{
    position: absolute;
    top: 35%;
    left: 25%;  
    color: #f82;
}
					
.time-center{
    position: absolute;
    top: 45%;
    left: 1%; 
    color: #f82;
    font-size: calc(var(--radius)*.18);
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    width: fit-content;
}

.center{
    background-color: #f82;
    color: #fff;
    text-shadow: none;
    padding-left: 1.5px;
    padding-right: 1.5px;
}
    
.time-bot1{
    position: absolute;
    bottom: 33%;
    left: 25%;  
    color: #f82;
}

.time-bot2{
    position: absolute;
    bottom: 28%;
    left: 28%;  
    color: #f82;
}

.time-bot3{
    position: absolute;
    bottom: 23%;
    left: 32%;   
    color: #f82;
}
					
.time-bot4{
    position: absolute;
    bottom: 17%;
    left: 23%;          
    font-size: calc(var(--radius)*.04);
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.bot4{
    background-color: #b9b4ae;
    color: #fff;
    text-shadow: none;
}
					