.modal.modal-file-list{
    font-size:20px;
}
.modal.modal-file-list .table{
    width:350px;
}
@media screen and (max-width:700px) {
    .modal.modal-file-list > .modal-content {
        top: 30%;
        bottom: 20%;
        left: 0%;
        height: max-content;
        width:350px;
    }
}
@media screen and (min-width:701px) {
    .modal.modal-file-list > .modal-content {
        top: 0%;
        bottom: 20%;
        left: 15%;
        height: max-content;
    }
}
.flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap:5px;
}
.overflow-y{
    overflow-y: auto;
}

.table .button {
    padding:8px 12px;
    font-size:14px;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0 0 5px #b9b9b9;
    font-weight: normal;
}

.add {
    background: #546cc0;
}

.popup{
    background: #8080FF;
}