.circular-progress{width:70px;height:70px;padding:1rem;margin:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative}.circular-progress:before{content:"";position:absolute;width:60px;height:60px;background:#fff;border-radius:60%}.progress-value{display:flex;position:relative;z-index:1;padding:1rem;font-size:.85rem;font-weight:700;color:#1f2937}.switch{position:relative;display:inline-block;top:-.25rem;width:4em;height:2.2em;border-radius:30px;box-shadow:0 0 10px #0000001a}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#2a2a2a;transition:.4s;border-radius:30px;overflow:hidden}.slider:before{position:absolute;content:"";height:1.2em;width:1.2em;border-radius:20px;left:.5em;bottom:.5em;transition:.4s;transition-timing-function:cubic-bezier(.81,-.04,.38,1.5);box-shadow:inset 8px -4px #fff}.switch input:checked+.slider{background-color:#00a6ff}.switch input:checked+.slider:before{transform:translate(1.8em);box-shadow:inset 15px -4px 0 15px #ffcf48}.star{background-color:#fff;border-radius:50%;position:absolute;width:5px;transition:all .4s;height:5px}.star_1{left:2.5em;top:.5em}.star_2{left:2.2em;top:1.2em}.star_3{left:3em;top:.9em}.switch input:checked~.slider .star{opacity:0}.cloud{width:3.5em;position:absolute;bottom:-1.4em;left:-1.1em;opacity:0;transition:all .4s}.switch input:checked~.slider .cloud{opacity:1}
