/* Custom Styles for Laurindo Panel */

/* Remove border from theme toggle button */
.switch-toggle.settings-btn.dark-btn {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
}

.switch-toggle.settings-btn.dark-btn:focus {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.switch-toggle.settings-btn.dark-btn .material-symbols-outlined {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.switch-toggle.settings-btn.dark-btn span {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.switch-toggle.settings-btn.dark-btn span i {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}
