.theme-toggle-wrapper{align-items:center;margin-right:15px;display:flex}.theme-toggle-btn{border:1px solid var(--border-color);cursor:pointer;width:40px;height:40px;color:var(--text-primary);background:0 0;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:all .3s;display:flex}.theme-toggle-btn:hover{background-color:var(--primary-color);border-color:var(--primary-color);color:#fff;transform:scale(1.05)}.theme-toggle-btn:focus{box-shadow:0 0 0 2px var(--primary-color);outline:none}.theme-toggle-btn svg{width:20px;height:20px}.theme-icon-placeholder{background:var(--border-color);border-radius:50%;width:20px;height:20px;display:block}[data-theme=light] .theme-toggle-btn{color:#fff;border-color:#ffffff80}[data-theme=light] .theme-toggle-btn:hover{background-color:#fff3;border-color:#fff}@media screen and (max-width:991px){.theme-toggle-wrapper{margin-right:10px}.theme-toggle-btn{width:36px;height:36px}.theme-toggle-btn svg{width:18px;height:18px}}
