.toggle__label{position:relative;display:inline-flex;align-items:center}.toggle__text{transition:opacity .4s,transform .4s;cursor:pointer;text-wrap:nowrap}.toggle__slider{position:relative;display:block;width:36px;height:20px;background-color:rgba(36,36,36,.1);border-radius:24px;transition:.4s;cursor:pointer}.toggle__slider:before{content:"";position:absolute;top:50%;left:2px;width:16px;height:16px;background-color:rgba(36,36,36,.4);border-radius:50%;transform:translateY(-50%);transition:.4s}.toggle__control:checked+label .toggle__slider{background-color:#4a74ff}.toggle__control:checked+label .toggle__slider:before{background-color:#fff;transform:translate(16px,-50%)}.toggle__control:disabled+label .toggle__slider{opacity:.3;cursor:not-allowed}.toggle__text_before{padding-right:8px;text-wrap:nowrap;cursor:pointer}.toggle__text_after{padding-left:8px}