.error-text {
    color: #bb0c38;
    font-weight: bold;
    font-size: 0.9rem;
}

.alert-wrapper {
    /* border: .1px solrgba(187, 12, 56, 0.281)871; */
    border: 0.1px solid #bb0c383f;
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-top: 1rem;
    /* border-radius: 1rem; */
    border-radius: 0.2rem;
    justify-content: center;
    padding: 0px 0.5rem;
}

.alert-btn {
    background-color: #eee;
    border: none;
    margin-left: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.close-alert-icon {
    font-size: 1rem;
    color: #bb0c38;
}

.alert-border {
    padding: 0.9rem;
}

/* Status */
.status-wrapper {
    /* border: .1px solrgba(187, 12, 56, 0.281)871; */
    border: 0.1px solid #0cbb4f3f;
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-top: 1rem;
    /* border-radius: 1rem; */
    border-radius: 0.2rem;
    justify-content: center;
    padding: 0px 0.5rem;
    margin-bottom: 1rem;
}

.status-text {
    color: #0cbb78;
    font-weight: bold;
    font-size: 0.9rem;
}

.close-status-icon {
    font-size: 1rem;
    color: #0cbb78;
}
