/* ----------------------------------------
 * CSS for Toogle Switch
 * ---------------------------------------- */
/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
    margin: 0;
    border: 0;
    padding: 0;
}
.switch {
    padding: 4px;
    height: 40px;
    width: 40px;
}

/* CSS to position the toggle-switch in the navbar */
.toggle_instructor_view>label>span>svg {
    fill: currentColor;
    display: block;
    height: 1.4rem;
    width:  1.4rem;
}

