.teacher-file__header .wk-card-title {
    font-size: 16px;
}

.wk-file-teacher .wk-search-content {
    border: 0.5px solid #ACACAC;
    border-radius: 5px;
}

#tableTarefas tbody > tr td {
    height: 55px !important;
}

.wk-button-gray.file-dsc:hover {
    box-shadow: none;
    opacity: 1;
    cursor: default;
}

.dsc-file {
    position: relative;
    border-radius: 25px;
    padding: 0.5rem 1rem;
    border: 1px solid #ddd;
}

.dsc-file .close-icon {
    position: absolute;
    top: -14px;
    right: -18px;
    background-color: #e74c3c;
    color: white;
    font-weight: 500;
    border-radius: 100%;
    cursor: pointer;
    height: 18px;
    width: 18px;
    padding: 1.4px 0 2px 0px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}