div[id^="wait_comp_"] {display: none !important;}

#materialFormFilter .search-page__input{
    border-radius: 8px;
    border: 1px solid #f3f3f3;
}



.container-thesis.show-all .thesis-popular{
    opacity: 0;
}

.container-thesis .custom-checkbox-container-thesis div:nth-child(n+10) {
    display: none;
}
.container-thesis.show-all .custom-checkbox-container-thesis div:nth-child(n+10) {
    display: block;
}

.container-thesis.show-all .show-all-thesis{
    display: none;
}

.container-thesis .hide-all-thesis{
    display: none;
}

.container-thesis.show-all .hide-all-thesis{
    display: block;
}

.show-all-thesis, .hide-all-thesis {
    font-weight: 400;
    font-size: var(--ui-font-size-small);
    line-height: 135%;
    color: var(--ui-color-text-secondary);
    text-align: right;
    cursor: pointer;
    display: block;
}

.thesis-popular {
    font-weight: 400;
    font-size: var(--ui-font-size-small);
    line-height: 135%;
    color: var(--ui-color-text-secondary);
    display: block;
}
