html {
    font-size: 14px;
}

@media (min-width: 550px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

html {
    position: relative;
    min-height: 100%;
    min-width: 550px;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.content {
    flex-grow: 1;
}

.footer {
    position: relative;
    margin-top: auto;
    margin-bottom: 10px;
    background-color: white;
}


header {
    background-color: white;
    padding: 20px;
}

.logo {
    margin: 10px;
}

.logoheader {
    margin: 10px;
    width: 325px;
    height: 63px;
}

.logoheaderUAB {
    margin: 10px;
    width: 300px;
    height: 50px;
}

.logoheaderURB {
    margin: 10px;
    width: 325px;
    height: 63px;
}

/* Estil per a les files destacades */
.highlight-row {
    background-color: #ffe0b2 !important;
}

/* Estil per al text */
.highlight-row td {
    color: #333 !important; 
}