/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


#loading-file,
#loading-file-2 {
    display: none;
}

.flex {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.loading-success {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    color: #008f0e;
}

.loading-error {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    color: #a11e15;
}