#loading_screen {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 2147483649;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

#loading_screen img {
    opacity: 0.6;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.user {
    transition: all 0.8s ease;
}

.user:hover {
    color: #ffffff;
    background-color: #d2d2d2;
}

.default-table>thead>tr>th {
    font-size: 13px;
    font-weight: 500;
    color: #1d1d1d;
    white-space: nowrap;
    border: 1px solid #d7d7d7;
    text-align: center;
    background-color: #dddddd;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.default-table>tbody>tr>td {
    font-size: 12px;
    text-align: left;
}

