.ahura-theme-mode-button-element .theme-mode-switcher {
margin: 0;
}
.option-select-theme-switcher.theme-mode-switcher {
width: 70px;
background-color: transparent;
}
.option-select-theme-switcher.theme-mode-switcher select {
font-family: 'Font Awesome 5 Free';
font-weight: 900;
font-size: 20px;
-webkit-border-radius: 2px;
-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
-webkit-padding-start: 2px;
-webkit-user-select: none;
border: 1px solid transparent;
overflow: hidden;
text-overflow: none;
white-space: nowrap;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
cursor: pointer;
height: initial;
}
.option-select-theme-switcher.theme-mode-switcher select:focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0);
}