.js-color-switch {
    display: block;
    border: 1px solid #fff;
    border-radius: 50px;
    width: 50px;
    height: 50px
}

.uk-active > .js-color-switch, .uk-active > .js-color-switch-aluvet {
    outline: 3px solid #1d5092;
    outline-offset: -3px;
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, .25)
}

.js-color-switch-aluvet {
    padding: 36px 15px;
    border-radius: 50px
}

.uk-active > .js-color-switch-aluvet {
    background: #fff
}