.is-valid {
    border-color: green;
}

.is-invalid {
    border-color: red;
}


.menu-item a {
    display: flex;
    align-items: center;
}

.menu-icon {
    width: 38px; /* Ajuste o tamanho para coincidir com os outros ícones */
    height: 38px;
    margin-right: 22px; /* Espaço entre o ícone e o texto */
    vertical-align: middle;
}

.menu-taptopay{
    position: relative;
    right: 60px;
}


table {
    max-width: 100%;
    width: 100%;
    table-layout: fixed;
}
th, td {
    word-break: break-word;
}