.td-cat-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
}

.td-cat-modal-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    border-radius: 5px;
    max-width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    z-index: 999;
}

.td-cat-modal-close {
    position: absolute !important;
    color: #666 !important;
    top: 5px;
    right: 5px;
    background: transparent !important;
    border: none;
    font-size: 24px;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.td-cat-modal-close:hover {
    color: #000;
}

.td-files-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.td-file-item {
    margin: 10px 0;
}

.td-view-documents {
    display: inline-block;
    text-decoration: none;
}
