body {
    font-family: Arial, sans-serif;
    margin: 50px auto;
    padding: 0;
    display: block;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 50%;
}

.container {
    text-align: center;
    /* background-color: #f2f2f2; */
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* input[type="file"] {
    margin-bottom: 10px;
} */

button {
    /* padding: 10px 20px; */
    background-color: #007BFF;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.fa-solid {
    font-family: "Font Awesome 5 Free";
    cursor: pointer;
    float: right;
    width: 20px;
    height: auto;
    margin-right: 10px;
    align-items: center;
}

.table {
    margin-top: 20px;
}

table {
    border-collapse: collapse;
    width: 100%;
}

.file-pagination {
    margin-top: 10px;
    float: right;
}

/* style input upload */
.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 80%;
    font-size: 1.25rem;
    /* 20px */
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}

.inputfile-1 + label {
    color: #f1e5e6;
    background-color: #007bff;
    border-radius: 10px;
}

.inputfile-1:focus + label,
.inputfile-1.has-focus + label,
.inputfile-1 + label:hover {
    background-color: #007bff;
}
