[data-bs-theme=light] {
    .logoispdark{
        display: none;
    }
}

[data-bs-theme=dark] {
    .logoisplight{
        display: none;
    }
}

.card-general{
  height: 90%; !important;
}

