.theme-switch-container{position:relative;height:100%;width:20px;padding:.5rem 1rem;background-color:var(--primary);transition:all .4s cubic-bezier(.23,1,.32,1);overflow:hidden}.theme-switch-icon{transform-origin:50% 50%;transform:translate(-50%,-50%)}.theme-switch-content,.theme-switch-icon{position:absolute;top:50%;left:50%;transition:all .4s cubic-bezier(.23,1,.32,1)}.theme-switch-content{transform-origin:50% 50%;transform:translate(-50%,-50%) scale(0);opacity:0}.theme-switch-container:hover{width:80px}.theme-switch-container:hover .theme-switch-icon{transform:translate(-150%,-50%);opacity:0}.theme-switch-container:hover .theme-switch-content{transform:translate(-50%,-50%) scale(1);opacity:1}