/* overriding Hello Elementor */ 
.select_options {
    margin-bottom: 10px;
    max-width: 100%;
	font-size:14px;
}
.select_options select {
	font-size:14px;
	padding: .3rem .3rem;
}
.select_options .select_wrapper {
    width: 24%;
    display: inline-block;
    margin-right:8px;
	margin-bottom: 10px;
}
.select_wrapper:last-child {
	margin-right:0px;
}
#calendar table tbody > tr:nth-child(2n+1) > td, table tbody > tr:nth-child(2n+1) > th {
    background-color: unset;
}
#calendar table tbody tr:hover > td, table tbody tr:hover > th {
    background-color: unset;
}
#calendar table thead:first-child tr:first-child th,
#calendar table thead:first-child tr:first-child td {
    border-top:0px;
}
table.fc-col-header,
table.fc-scrollgrid-sync-table {
    margin-bottom: 0px;
}
/* Month Grid */
.fc-daygrid-event .fc-event-title {
    white-space: normal;
}
.fc-daygrid-event.fc-event .fc-event-main,
.fc-daygrid-dot-event {
    white-space: normal;
    padding: 5px;
    margin-bottom:5px;
    color:#ffffff;
    border: 0px!important;
}
.fc .fc-list-event td {
    border: 0px!important;
    border-radius: 3px;
    margin-bottom:5px;
}
.fc-daygrid-event {
    border: 0px!important;
}
a.fc-daygrid-dot-event {
    color:#ffffff!important;
	background-color: blue; /* blue */ 
}
a.fc-daygrid-dot-event:hover {
    color:#ffffff!important;
}

.fc .fc-daygrid-event.PUASAR025A,
.fc-daygrid-dot-event,
.fc .fc-list-event.PUASAR025A td:hover,
.fc .fc-list-event.PUASAR025A td {
    background-color: #88c14d!important; 
} 
.fc-col-header-cell.fc-day {
    text-transform:uppercase;
    font-weight:400;
}
.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    min-height: 5em;
}
.fc .fc-daygrid-day.fc-day-today {
    background-color:transparent;
}
.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-number {
    color:#88c14d!important;
}
.fc-daygrid .fc-col-header-cell.fc-day {
    background-color: #eee !important;
    color: #343434;
}
.fc-daygrid-day-number {
    color: #343434!important;
}
/* List view */
.fc-list-table .fc-list-event-title {
    color:#ffffff;
    font-size:18px;
}
.fc .fc-list-event-dot {
    border-color:#ffffff;
}
.fc-list-table .fc-list-day th {
    text-transform:uppercase;
    font-weight:400!important;
}
.fc-theme-standard .fc-list-day-cushion {
    background-color: transparent;
    padding-left: 0px;
    padding-right: 0px;
}
.fc-theme-standard .fc-list {
    border:0px;
}
.fc-list-table .fc-list-event-graphic {
    display:none;
}

/* mobile */
@media only screen and (max-width: 768px) {
.fc-list-event-title,
.fc-list-table .fc-list-event-title {
    font-size:13px;
}
.fc .fc-list-table td {
    padding: 5px 10px;
}
button.fc-today-button,
button.fc-dayGridMonth-button,
button.fc-listMonth-button {
    display:none!important;
}
.fc .fc-toolbar {
    justify-content: start;
}
.fc .fc-toolbar-title {
    margin-left: 20px;
}
.fc .fc-button {
    padding: 0.1em 0.2em;
}
.select_options .select_wrapper {
    width: 46%;
}
}