﻿.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.loading {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 100;
    background: #0000008c;
    height: 100%;
}
.loading img {
    display: block;
    margin: auto;
    margin-top: 1rem
}
.paginate_button {
    text-align: center !important;
}