.wpe-switch {
    margin: 0 !important;
    box-sizing: content-box;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 80px;
    height: 35px;
    padding: 3px;
    background-color: white;
    border-radius: 18px;
    box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    background-image: -webkit-linear-gradient(top, #eeeeee, white 25px);
    background-image: -moz-linear-gradient(top, #eeeeee, white 25px);
    background-image: -o-linear-gradient(top, #eeeeee, white 25px);
    background-image: linear-gradient(to bottom, #eeeeee, white 25px);
}

.wpe-switch-wrap.wpe-switch-small > .wpe-switch {
    transform: scale(0.7);
}

.wpe-switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.wpe-switch input.wpe-switch-input:disabled {
    opacity: 0;
}
.wpe-switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 14px;
    text-transform: uppercase;
    background: #eceeef;
    border-radius: inherit;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
    -webkit-transition: 0.15s ease-out;
    -moz-transition: 0.15s ease-out;
    -o-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
    -webkit-transition-property: opacity background;
    -moz-transition-property: opacity background;
    -o-transition-property: opacity background;
    transition-property: opacity background;
}
.wpe-switch-label:before, .wpe-switch-label:after {
    position: absolute;
    top: 50%;
    margin-top: -.5em;
    line-height: 1;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
}
.wpe-switch-label:before {
    content: attr(data-off);
    right: 11px;
    color: #aaa;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.wpe-switch-label:after {
    content: attr(data-on);
    left: 11px;
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, 0.2);
    opacity: 0;
    font-size: 17px;
}
.wpe-switch-input:checked ~ .wpe-switch-label {
    background: #47a8d8;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.wpe-switch-input:checked ~ .wpe-switch-label:before {
    opacity: 0;
}
.wpe-switch-input:checked ~ .wpe-switch-label:after {
    opacity: 1;
}

.wpe-switch-handle {
    position: absolute;
    top: 5px;
    left: 4px;
    width: 30px;
    height: 30px;
    background: white;
    border-radius: 50%;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    background-image: -webkit-linear-gradient(top, white 40%, #f0f0f0);
    background-image: -moz-linear-gradient(top, white 40%, #f0f0f0);
    background-image: -o-linear-gradient(top, white 40%, #f0f0f0);
    background-image: linear-gradient(to bottom, white 40%, #f0f0f0);
    -webkit-transition: left 0.15s ease-out;
    -moz-transition: left 0.15s ease-out;
    -o-transition: left 0.15s ease-out;
    transition: left 0.15s ease-out;
}
.wpe-switch-handle:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
    width: 12px;
    height: 12px;
    background: #f9f9f9;
    border-radius: 6px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
    background-image: -webkit-linear-gradient(top, #eeeeee, white);
    background-image: -moz-linear-gradient(top, #eeeeee, white);
    background-image: -o-linear-gradient(top, #eeeeee, white);
    background-image: linear-gradient(to bottom, #eeeeee, white);
}
.wpe-switch-input:checked ~ .wpe-switch-handle {
    left: 50px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

.wpe-switch-green > .wpe-switch-input:checked ~ .wpe-switch-label {
    background: #4fb845;
}
.wpe-switch-wrap {
    text-align: center;
}
.wpe-switch-wrap.m-3 {
    margin-bottom: 1rem;
    margin-top: 1rem;
}
.wpe-switch-wrap.title-inline > p {
    display: inline-block;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    line-height: 30px;
    margin-right: 10px;
    font-size: 14px;
}

.lbl-bold  label{
    font-weight: 500;
}
.wpe-switch-wrap .wpe-loading, .wpe-switch-wrap .success-tick {
    width: 35px;
    vertical-align: middle;
}

#toplevel_page_wpra-dashboard .wp-submenu li:last-child > a {
    color: #9A60F2 !important;
    font-weight: 500 !important;
}

#toplevel_page_wpra-dashboard .wp-submenu li:last-child > a:hover {
    color: #9A60F2;
}