.confirm_nacha_button{
    border-width: 1px !important;
    border-style: solid !important;
    border-color: rgb(147, 189, 68) !important;
    border-radius: 3px !important;
    background-color: rgb(147, 189, 68);
    padding: 8px 15px 8px 15px !important;
    width: auto !important;
    height: auto !important;
    font-size: 14px !important;
    cursor : pointer;
}

.goback_nacha_button {
    padding-right: 20px;
    color: #000000;
    font-stretch: expanded;
    font-weight: 800;
    font-size: 14px !important;
    cursor : pointer;
}

.title_nacha_popup {
    padding-bottom: 8px;
    margin-bottom: unset;
    font-size: x-large;
    color: #000;
}

.text_nacha_consent {
    font-family: Roboto, Noto, sans-serif, 'segoe ui', arial, sans-serif;
    font-size: 14px !important;
    color : #666666;
    flex : auto;
    align-content: center;
    text-align: justify;
}

.consent-management-modal-content {
    height: 100%;
}
.consent-warning-container{
    width: 90%;
    margin: auto;
    padding-top: 20px;
    height: 93%;
    display: flex;
    flex-direction: column;
}

#MB_frame {
    padding-bottom: inherit;
    -moz-border-radius: inherit;
    border-radius: inherit;
}