.error{
    margin-top: 5px;
    color: firebrick !important;
}
.tox-promotion-link,.tox .tox-statusbar{
    display: none !important;
}

#uploadedFiles ul li ,#uploadedFileList ul li{
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    position: relative;
    cursor: pointer;
    width: unset;
}
.document-name {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 160px;
    white-space: nowrap;
    text-align: left;
}
#uploadedFiles ul li span , #uploadedFileList ul li span {
    background: #e3555f;
    border-radius: 5px;
    padding: 2px 10px;
    color: #fff;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    margin-right: 10px;
    text-transform: uppercase;
}

/* Custom style for the modal close button */
.modal-header .close {
    font-size: 1.5rem; /* Increase the size of the close icon */
    color: #333; /* Change the color of the close icon */
    opacity: 1; /* Ensure full opacity */
    text-shadow: none; /* Remove the text shadow */
    background: transparent; /* No background */
    border: none; /* Remove the border */
}

.modal-header .close:hover {
    color: #f00; /* Change the color on hover (e.g., red) */
    text-shadow: none; /* No text shadow on hover */
    cursor: pointer; /* Show the pointer cursor on hover */
}
