.icon-inverno{
	content: url(../images/inverno.svg) !important;
	width: 16px;
  	height: 16px;
}

.icon-autunno{
	content: url(../images/autunno.svg) !important;
	width: 16px;
  	height: 16px;
}

.icon-primavera{
	content: url(../images/primavera.svg) !important;
	width: 16px;
  	height: 16px;
}

.icon-estate{
	content: url(../images/estate.svg) !important;
	width: 16px;
  	height: 16px;
}

.icon-whatsapp{
	content: url(../images/whatsapp.svg) !important;
	width: 16px;
  	height: 16px;
}


.icon-big{
	width: 256px;
  	height: 256px;
}


.icon-logo{
	content: url(../images/logo_full_64.png) !important;
	width: 32px;
  	height: 32px;
}



.bg-yellow {
  background-color: #f9fd0d !important;
}

a.bg-yellow:hover, a.bg-yellow:focus,
button.bg-yellow:hover,
button.bg-yellow:focus {
  background-color: #c8cb0b !important;
}


.bg-magenta {
  background-color: #fd0de9 !important;
}

a.bg-magenta:hover, a.bg-magenta:focus,
button.bg-magenta:hover,
button.bg-magenta:focus {
  background-color: #cb0bbb !important;
}


.bg-viola {
  background-color: #9778c4 !important;
}

a.bg-viola:hover, a.bg-viola:focus,
button.bg-viola:hover,
button.bg-viola:focus {
  background-color: #79609d !important;
}


.bg-celeste {
  background-color: #cadbf2 !important;
}

a.bg-celeste:hover, a.bg-celeste:focus,
button.bg-celeste:hover,
button.bg-celeste:focus {
  background-color: #a2b0c2 !important;
}




/* https://github.com/fullcalendar/fullcalendar/blob/main/packages/core/src/styles/vars.css */
:root {
  

  --fc-button-bg-color: #1cc88a;
  --fc-button-border-color: #1cc88a;

  --fc-button-hover-bg-color: #169b6b;
  --fc-button-hover-border-color: #169b6b;
  --fc-button-active-bg-color: #858796;
  --fc-button-active-border-color: #eaecf4;

  --fc-event-bg-color: #36b9cc;
  --fc-event-border-color: #36b9cc;
}

