.checkbox-label{justify-content:center;gap:20px}.fa-moon{color:#f1c40f}.fa-sun{color:#f39c12}.support{position:absolute;right:20px;bottom:20px}.support a{color:#292c35;font-size:32px;backface-visibility:hidden;display:inline-block;transition:transform .2s ease}.support a:hover{transform:scale(1.1)}input[type=checkbox]~label:after,input[type=checkbox]~label:before,input[type=radio]~label:after,input[type=radio]~label:before{content:none}input[type=checkbox]~label,input[type=radio]~label{padding-left:0}.checkbox{opacity:0;position:absolute}.checkbox-label{background-color:#111;width:50px;height:26px;border-radius:50px;position:relative;padding:5px;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.checkbox-label .ball{background-color:#fff;width:22px;height:22px;position:absolute;left:2px;top:2px;border-radius:50%;transition:transform .2s linear}.checkbox:checked+.checkbox-label .ball{transform:translateX(24px)}.dark{--bg-color:#1a202c;--text-color:#f7fafc}.dark body{background-color:var(--bg-color);color:var(--text-color)}.dark .bg-dark{background-color:#2d3748}.dark .text-white{color:#f7fafc}