/* .SM-boxedTabs ul li .link-item {
    border: 1px solid #666;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    height: 55px;
    width: 200px;
    cursor: pointer;
}

.SM-boxedTabs ul li .link-item.active {
    background-color: #666;
} */

.SM-boxedTabs ul li .link-item input[type="radio"] {
    display: none;
}



.SM-agendaTypeList ul li a input[type="checkbox"] {

    display: none;
}