.nzm_form_msg_container {
    width: 100%;
    text-align: center;
    padding: 1rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    position: relative;
}

.nzm_form_msg_success {
    color: rgb(15, 81, 50);
    background-color: rgb(209, 231, 221);
    border-color: rgb(186, 219, 204);
}

.nzm_form_msg_error {
    color: rgb(132, 32, 41);
    background-color: rgb(248, 215, 218);
    border-color: rgb(245, 194, 199);
}

.nzm_form_msg_loading {
    color: rgb(5, 81, 96);
    background-color: rgb(207, 244, 252);
    border-color: rgb(182, 239, 251);
}

.nzm_form_msg_container_close {
    position: absolute;
    top: 2px;
    right: 5px;
    cursor: pointer;
}

.nzm-d-none {
    display: none;
}