

.rotate_clock_countdown{width: 300px;height: 300px;background: #2a2a2a;border-radius:50%;position: relative;overflow: hidden;margin:auto;/*font-family: 'Bitter', serif */font-family: 'Rubik', sans-serif;;font-weight: bold;}
.rotate_clock_countdown_time{width: 100%;height: 100%;display: block;}
.rotate_clock_countdown_time_sub{display: inline-block;text-align: center;color: white;font-size: 20px; position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.rotate_clock_countdown_time_day,.rotate_clock_countdown_time_day_label,.rotate_clock_countdown_time_hours_label,.rotate_clock_countdown_time_hours,.rotate_clock_countdown_time_minutes_label,.rotate_clock_countdown_time_minutes,.rotate_clock_countdown_time_second_label,.rotate_clock_countdown_time_second{display: inline-block !important;}

.rotate_clock_countdown_checkbox{-webkit-appearance:checkbox;}
.rotate_clock_countdown_time_sub div{line-height: 100%;}
.rotate_clock_hours {
    position: absolute;
    background: none;
    width: 280px;
    height: 280px;
    transition: 0.5s;
    top: 50%;
    margin-top:-140px;
    left: 50%;
    margin-left:-140px;

  
}
.rotate_clock_minutes {
    position: absolute;
    background: none;
    width: 250px;
    height: 250px;
    top:50%;
    left: 50%;
    margin-left: -125px;
    margin-top: -125px;
    transition: 0.5s;
}
.rotate_clock_second {
    position: absolute;
    background: none;
    width: 210px;
    height: 210px;
    top:50%;
    left: 50%;
    margin-left: -105px;
    margin-top: -105px;
    transition: 0.5s;

}
.rotate_clock_hours div{top:135px;left:125px;width:30px;height:10px;background:#7140d1;border-radius:16px;position:absolute;}
.rotate_clock_minutes div{top:121px;left:110px;width:30px;height:10px;background:#3596e5;border-radius:16px;position:absolute;}
.rotate_clock_second div{top:100px;left:90px;width:30px;height:10px;background:#45c666;border-radius:16px;position:absolute;}
