.main-all-cards {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-wrap: wrap;
    align-content: start;
    height: 98vh;
    width: 98vw;
    color:#464e5f!important;
}

.container-card-banco {
    width: 26rem;
    height: 8rem;
    background-color: #f2f2f2;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Arial, sans-serif;
    margin: 1rem;
}

.main-card-banco {
width: 90%;
height: 80%;
display: flex;
flex-direction: column;
justify-content: space-between;
}

.container-menu-pluggy {
position: relative;
top: 3.5rem;
left: 16rem;
z-index: 999;
}

.container-status {
display: flex;
justify-content: space-between;
align-items: center;
}

.banco {
display: flex;
justify-content: flex-start;
align-items: center;
margin: 3px 0;
}

.imagem img {
width: 60px;
height: 60px;
}

.nome-banco {
margin-left: 10px;
}

.nome-banco h5 {
font-size: 1rem;
margin-top: 0rem!important;
margin-bottom: 0.2rem!important;
}

.nome-banco p {
font-size: 0.8rem;
margin-top: 0rem!important;
margin-bottom: 0rem!important;
}

.status {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}

.toggle-card {
text-align: end;
line-height: unset;
padding-left: 0.5rem;
font-size: 1.1rem;
cursor: pointer;
} 

.menu-card {
position: absolute;
width: 8rem;
background: #fff;
border-radius: 0.2rem;
cursor: pointer;
box-shadow: 0px 3px 2px 0px;
}

.card-close {
opacity: 0!important;
visibility: hidden!important;
transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out!important;
}

.card-open {
 opacity: 1!important;
 visibility: visible!important;
}


.lista-card {
padding: 0.2rem 1rem;
transition: opacity 0.5s ease-in-out;
}

.lista-card:hover {
  opacity: 0.5;
}

.menu-card :nth-child(1) {
padding-bottom: 0px!important;
}

.menu-card :nth-child(2) {
padding-bottom: 0px!important;
padding-top: 0px!important;
}

.menu-card :nth-child(3) {
padding-top: 0px!important;
}

.fade-status {
padding: 5px 15px;
border-radius: 5px;
position: relative;
width: 7rem;
height: 1.8rem;
}

.fade-status p {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
margin: 0;
color: #298f33;
}

.separador {
border-top: 2px solid #ccc;
margin: 10px 0;
}

.ultimo-update {
display: flex;
justify-content: space-between;
align-items: center;
margin: 0px 0;
}

.ultimo-update h5 {
font-weight: bold;
margin-right: 10px;
font-size: 0.9rem;
margin-bottom: 0rem!important;
}

.ultimo-update p {
margin: 0;
font-size: 0.8rem;
}