/* Esconder completamente vendasExpressNumsSelect v2 */
.vendasExpressNumsSelect.v2,
div.vendasExpressNumsSelect.v2,
.vendasExpressNumsSelect.v2 *,
div[class*="vendasExpressNumsSelect v2"],
[class*="vendasExpressNumsSelect v2"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    width: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
    z-index: -1 !important;
}

/* Garantir que nenhum estilo inline sobrescreva */
div[class="vendasExpressNumsSelect v2"] {
    display: none !important;
    visibility: hidden !important;
}

/* Estilo dos cards bg-dark igual aos retângulos vermelhos */
.card.bg-dark .btn {
    width: 100% !important;
    height: 28px !important;
    background-color: #00ba9f !important;
    margin-bottom: 4px !important;
    border-radius: 8px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    border: none !important;
    color: white !important;
    font-weight: normal !important;
    font-size: 13px !important;
    padding: 0 10px !important;
    text-align: center !important;
}

.card.bg-dark .btn:hover {
    background-color: #009688 !important;
}
