.custom-loader-wrapper {
    height: 100%;
    width: 100%;
    display: block;
    position: fixed;
    background-color: rgb(255 255 255 / 92%);
    z-index: 1001;
    top: 0;
    transition: visibility 0s linear 0.33s, opacity 0.33s linear;
}

.custom-loader-wrapper .loader {
    position: absolute;
    height: 30%;
    top: 35%;
    left: 0;
    text-align: center;
    right: 0;
    margin: 0 auto;
}

.dataTables_filter,
.dataTables_length {
    display: none !important;
    visibility: hidden !important;
}

#Table td {
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-wrapper {
    display: inline;
    word-break: break-word;
}

.full-text,
.short-text {
    white-space: normal;
}

.toggle-text {
    margin-left: 5px;
    font-size: 12px;
    cursor: pointer;
    text-decoration: none;
}
