.c-toggle {
    width: 40px;
    height: 32px;
    padding: 3px;
    border-radius: 5px;
    background: var(--cc-color-black-ish-200);
    box-shadow: 1.333px 1.333px 2.667px 0px rgba(0, 0, 0, 0.29) inset, -1.333px -1.333px 2.667px 0px rgba(0, 0, 0, 0.29) inset;
}

.c-toggle .c-toggle__slider {
    transition: height .3s ease-in-out;
    position: relative;
    width: 100%;
    transform: translateY(8%);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background: #8F9C81;
}

.c-toggle .c-toggle__thumb {
    position: relative;
    width: 100%;
    height: 46%;
    border-radius: 3px;
    background: var(--cc-color-black-ish-500);
}