
.ui-switch[data-v-09f84a72] {
    display: inline-block;
    font-size: 18px;
    width: 3.5em;
}
.ui-switch-checkbox[data-v-09f84a72] {
    display: none;
}
.ui-switch-label[data-v-09f84a72] {
    position: relative;
    display: block;
    padding: 1px;
    border-radius: 24px;
    height: 100%;
    background-color: #eee;
    cursor: pointer;
    vertical-align: top;
    -webkit-user-select: none;
    font-size: inherit;
}
.ui-switch-label[data-v-09f84a72]:before {
    content: '';
    display: block;
    border-radius: 0.5em;
    height: 1em;
    background-color: #00a0e9;
    transition: all 0.3s ease;
}
.ui-switch-label[data-v-09f84a72]:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    background-color: white;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.08);
    transform: translateX(1px);
    transition: all 0.3s ease;
}
.ui-switch-label > span[data-v-09f84a72] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    line-height: 1;
    font-size: 12px;
    color: #fff;
    padding: 0 0.5em;
    transition: 0.15s all;
}
.ui-switch-label > span[data-v-09f84a72]:first-child {
    justify-content: flex-end;
    visibility: visible;
}
.ui-switch-label > span[data-v-09f84a72]:last-child {
    visibility: hidden;
}
.ui-switch-checkbox:checked ~ label[data-v-09f84a72]:after {
    transform: translateX(2.4em);
}
.ui-switch-checkbox:checked ~ label[data-v-09f84a72]:before {
    background-color: green;
}
.ui-switch-checkbox:checked ~ label > span[data-v-09f84a72]:first-child {
    visibility: hidden;
}
.ui-switch-checkbox:checked ~ label > span[data-v-09f84a72]:last-child {
    visibility: visible;
}

