:root {
    --primary-color: #10204d;
    --secondary-color: #007aa3;
    --active-color: #a2dfe8;
    --soft-color: #f0f8fb;
    --highlight-color: rgba(0, 122, 163, 0.2);

    --user-logo: url('/images/user_logo.jpg');
    /*--icon-home: url('/images/cell.svg');*/
    --icon-batches: url('/images/lotes3.svg');
    --icon-buscar: url('/images/buscar.svg');
    --icon-en: url('/images/uk.svg');
    --icon-controles: url('/images/microbiology.svg');
    --icon-database: url('/images/database.svg');
    /* --icon-notes: url('/images/sticky-note.svg'); */
    --icon-strains: url('/images/strains.svg');
    --icon-users: url('/images/lab-technician.svg');

    --icon-size: 30px;
}

/* ===== Botones ===== */

/* ===== Logos ===== */

.logo {
    background-image: var(--icon-home);
    width: 15rem;
    height: 15rem;
    background-size: contain;
    background-repeat: no-repeat;
}

.logo-principal {
    background-image: var(--user-logo);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.logo_mentabase {
    background-image: var(--icon-home);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 120px;
    height: 48px;
}

.logo_mentabase-text {
    font-size: 0.5rem;
    line-height: 1rem;
}

.headerlogo {
    background-image: var(--user-logo);
    width: clamp(60px, 15vw, 142px);
    height: clamp(34px, 10vw, 80px);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}

/* ===== Otros ===== */

.alert {
    background-color: rgba(16, 91, 99, 0.2);
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}

.checkbox-tick:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}