#dialog-resposta-recarga .container {
    width: 80%;
    padding: 10px 25px 20px 10px;
    text-align: left;
}

#dialog-resposta-recarga .ui-icon-success {
    font-size: 80px;
    font-size: 5rem;
    color: green;
    margin: 16px 24px 16px 16px;
    margin: 1rem 1.5rem 1rem 1rem;
}

#dialog-resposta-recarga .ui-icon-error {
    font-size: 80px;
    font-size: 5rem;
    color: #c63e37;
    margin: 16px 24px 16px 16px;
    margin: 1rem 1.5rem 1rem 1rem;
}

#dialog-resposta-recarga .ui-recarga-success {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#dialog-resposta-recarga .ui-recarga-success-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#dialog-resposta-recarga .ui-recarga-error-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#dialog-resposta-recarga .ui-recarga-success-titulo {
    font-size: 44.8px;
    font-size: 2.8rem;
    margin: 16px 16px 16px 16px;
    margin: 1rem 1rem 1rem 1rem;
}

#dialog-resposta-recarga .ui-recarga-error-titulo {
    font-size: 28.8px;
    font-size: 1.8rem;
    margin: 16px 16px 16px 16px;
    margin: 1rem 1rem 1rem 1rem;
}

#dialog-resposta-recarga .ui-recarga-success-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#dialog-resposta-recarga #lblRecargaCodigo {
    margin-right: 10px;
}

#dialog-resposta-recarga .ui-recarga-error-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
    font-size: 16px;
    font-size: 1rem;
}

#dialog-resposta-recarga .ui-recarga-success-content>span {
    font-size: 22.4px;
    font-size: 1.4rem;
    margin-bottom: 19.2px;
    margin-bottom: 1.2rem;
}

#dialog-resposta-recarga .ui-recarga-success-dados {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#dialog-resposta-recarga .ui-recarga-botoes {
    margin-top: 16px;
    margin-top: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

#dialog-resposta-recarga #btnRecargaSair {
    margin-left: 10px;
}