
.simple-switch-outter {
    top: .2em;
    margin-right: .5em;
    width: 2.4em !important;
    height: 1.2em !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.simple-switch-circle {
    width: 1.2em !important;
    height: 1.2em !important;
}

.simple-switch-outter.checked {
    border-color: #2666fc !important;
    box-shadow: #2666fc 0px 0px 0px 16px inset !important;
    background-color: #2666fc !important;
}

.switch-green .simple-switch-outter.checked {
    border-color: #6AC259 !important;
    box-shadow: #6AC259 0px 0px 0px 16px inset !important;
    background-color: #6AC259 !important;
}

.switch-disabled .simple-switch-outter {
    cursor: default !important;
    opacity: .6;
}