
.loading_bar {
    z-index: 9999 !important;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #00000061;
}

.show-error {
    font-size: 12px;
    font-weight: bold;
    padding-top: 8px;
    color: #dc3545;
    text-align: right;
    display: block;
    /*position: absolute;*/
}