.error_msg{
    color: #dc3545;
}
.success_msg{
    color: #28a745;
}

.card-loading{
    position: absolute;
    display: none;
    justify-content: center;
    background: #fffa;
    border-top: 0;
    padding: 20px;
    align-items: center;
    z-index: 999999;
    width: 100%;
    height: 100%;
    top: 0;
}

.card-loading.active{
    display: flex !important;
}