.logo-card {
    background-color: #ffffff;
    padding: 10px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 120px;
    max-height: 120px;
}

.logo-card img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.logo-card:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

@media (max-width: 576px) {
    .logo-card {
        max-width: 100px;
        max-height: 100px;
    }
}

.companyAndProducts {
    height: 290px !important;
}

.buttonClose {
    border: none !important;
    background-color: transparent !important;
}

.cdn-box::-webkit-scrollbar {
    display: none;
}

.cdn-box {
    -ms-overflow-style: none;
    scrollbar-width: none;
}


@media(min-width: 1200px) {

    li.btn-dashboard a:hover:before,
    li.btn-power a:hover:before {
        visibility: hidden !important;
        width: 0px !important;
    }

    li.btn-dashboard:hover>a:before,
    li.btn-dashboard:hover>a:before{
        visibility: hidden !important;
        width: 0px !important;
    }
}