
body.login-view { 
    background-image: url("../images/general/background-pencil.jpg")!important;
    background-repeat: no-repeat!important;
    background-position: center 50%!important;
    background-color: #00bf4b!important;
    background-attachment: fixed!important;
    background-size: cover!important;
}
body {
    background-color: #00bf4b!important;
    background-image: none;
}
:root { 
    --bs-primary-rgb: 18, 126, 171; /* variable de BS5 */
    --bs-primary: #00bf4b; /* variable de BS5 */
    --bs-primary-hover: #00bf4b; /* variable de Ladeus pels hovers buttons*/
}
/* header .logo{ max-width: 90px; } */
.fc-event-title.fc-sticky{ white-space: break-spaces }