.hrefBtn {
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
    padding: 0;
    text-decoration: underline;
}

/* Toggle Switch */
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    min-width: 40px;
    height: 20px;
    margin: 0;
    /* vertical-align: middle; */
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    transition: .4s;
    border: 1px solid #8f959e;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 14px;
        width: 14px;
        left: 2px;
        bottom: 2px;
        background-color: #8f959e;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #76559C;
    border: none;
}

    input:checked + .slider:before {
        transform: translateX(19.5px);
        background-color: white;
        left: 3px;
        bottom: 3px;
    }

.slider.round {
    border-radius: 25.5px;
}

    .slider.round:before {
        border-radius: 50%;
    }

/* Material Symbols */
.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.slider-text {
    margin-left: 10px;
    vertical-align: middle;
    display: inline-block;
}

.switch-row {
    background-color: #e5e5e554;
    margin: 0.3rem 0;
    padding: 4px;
    display: flex;
    align-items: center;
    cursor: pointer;
    border-radius: 6px;
}

input:checked + .switch-row {
    background-color: red;
}

.updategroup-button {
    border: none;
    background: #e5e5e554 url(/blocks/demostudent/classes/pix/updategroup-button.svg) no-repeat 7px;
    padding-left: 30px;
    background-size: 18px;
}
