.onoffswitch {
    position: relative !important; 
    width: 55px !important;
    -webkit-user-select:none !important;
    -moz-user-select:none !important; 
    -ms-user-select: none !important;
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px;
}
.onoffswitch-checkbox {
    display: none !important;
}
[type="radio"] + label::before, [type="radio"] + label::after {
    height: 30px !important;
    width: 30px !important;
    margin: -5px !important;
}
[type="radio"] + label::after, [type="radio"] + label::after {
    left: 30px !important;
}
label::after, [type="radio"]:checked + label::before, [type="radio"]:checked + label::after, .with-gap[type="radio"]:checked + label::before, .with-gap[type="radio"]:checked + label::after{
    left: 30px !important;
}
.onoffswitch-label {
    display: block !important; 
    cursor: pointer !important;
    height: 20px !important; 
    padding: 0 !important; 
    line-height: 20px !important;
    border: 0px solid #FFFFFF !important; 
    border-radius: 30px !important;
    background-color: #9E9E9E !important;
}
.onoffswitch-label:before {
    content: "" !important;
    display: block; width: 30px; margin: -5px !important;
    background: #EBEBEB !important;
    position: absolute !important; 
    top: 0 !important; 
    bottom: 0 !important;
    right: 31px !important;
    border-radius: 30px !important;
    box-shadow: 0 6px 12px 0px #757575 !important;
    transition: all 0.3s ease-in 0s !important;
}
.onoffswitch-checkbox:checked + .onoffswitch-label {
    background-color: #627A6B !important;
}
.onoffswitch-checkbox:checked + .onoffswitch-label, .onoffswitch-checkbox:checked + .onoffswitch-label:before {
    border-color: #627A6B !important;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0 !important;
}
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
    right: 0px !important;
    box-shadow: 3px 6px 18px 0px rgba(0, 0, 0, 0.2) !important;
}
.radio-switch{
    min-height: 45px;
}