﻿.selected-company-container {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
}

.selected-logo {
    max-width: 100px;
    height: auto;
}

.logo-container {
    cursor: pointer;
    height: auto;
    object-fit: contain;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    width: 50%;
}

.logo-container:hover {
    transform: scale(1.1);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.logo-container-operators {
    /*cursor: pointer;*/
    height: auto;
    object-fit: contain;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    max-width: 100px;
}

/*.logo-container-operators:hover {
        transform: scale(1.1);
}*/

.logo-container-system {
    /*cursor: pointer;*/
    height: auto;
    object-fit: contain;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

/*.logo-container-system:hover {
        transform: scale(1.1);
    }*/

.logo-container-manufacturer {
    /*cursor: pointer;*/
    height: auto;
    object-fit: contain;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    max-width: 100px;
}

/*.logo-container-manufacturer:hover {
        transform: scale(1.6);
    }
*/

.disabled {
    filter: grayscale(100%);
    pointer-events: none;
}


/* Stylování pro sekce */
/*.section {
    margin-top: 30px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
}*/

/* Stylování pro kontejner log */
/*.logo-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}*/

/* Stylování pro loga */
/*.logo-container img {
    width: 120px;*/ /* Zde můžete nastavit požadovanou šířku */
    /*height: auto;*/ /* Automatická výška pro zachování poměru stran */
    /*margin-bottom: 10px;*/ /* Mezera mezi obrázky */
/*}*/

/* Stylování pro loga */
/*.logo-container img {
    width: 20%;*/ /* Zde používáme procentuální zmenšení šířky */
    /*height: auto;
    margin-bottom: 10px;
}*/
