/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/*custom calendor css*/

.fc .fc-daygrid-day-top {
    justify-content: center;
    align-items: center;
    color: #000;
}
.fc .fc-daygrid-day-number {
       color: #000;
    font-weight: 500;
    text-decoration: none;
}
.fc .fc-col-header-cell-cushion {
        color: #000;
    text-decoration: none;
}
.fc-scroller.fc-scroller-liquid-absolute::-webkit-scrollbar {
  width: 10px;
}

.fc-scroller.fc-scroller-liquid-absolute::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
.fc-scroller.fc-scroller-liquid-absolute::-webkit-scrollbar-thumb {
  background: #2C3E50; 
  border-radius: 50px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.fc .fc-daygrid-body,
.fc .fc-scrollgrid table {
    width: 100% !important;
}
.fc .fc-scrollgrid-section table {
    margin-bottom: 0;
}
.fc-theme-standard td, .fc-theme-standard thead th {
    background-color: #f9f9f9;
}
.fc .fc-button-primary:focus {
    box-shadow: none !important;
}
.fc .fc-toolbar.fc-header-toolbar {
    margin: 1.5em 0;
}
.fc .fc-button-primary:focus {
    box-shadow: none !important;
}
.fc .fc-daygrid-event {
    border: 0 !important;
}