
.fc .fc-timeGridDay-view .fc-timegrid-slot {
    height: 3em;
    background-color: white;
}

.fc .fc-timeGridDay-view .fc-timegrid-slot-label {
    vertical-align: top;
    padding-top: 5px;
}

.fc-timeGridDay-view .fc-timegrid-event {
    border-radius: 8px;
    padding: 4px;
    background-color: white !important;
    border: 1px solid transparent !important;
    box-shadow: 1px 1px 10px var(--muted);
}

.fc-event-title {
    font-weight: bold;
    margin-bottom: 2px;
    text-overflow: ellipsis;
    width: 164px;
    overflow: hidden;
}

.fc-event-description {
    font-size: 10px;
    color: black;
}

.fc-timeGridDay-view .fc-timegrid-event-harness {
    margin-right: 10px;
}

.fc .fc-toolbar-title {
    font-size: 1.5em;
    font-weight: bold;
}

.fc .fc-button {
    background-color: #8B5CF6;
    border-color: #8B5CF6;
}

.fc .fc-button:hover {
    background-color: #7C3AED;
    border-color: #7C3AED;
}

.fc-day-today {
    background-color: #F3F4F6 !important;
}
/* .fc-timegrid-event-harness {
    margin-right: 0 !important;
} */

.fc-timegrid-event {
    margin-right: 2px;
    border-radius: 6px;
    padding: 4px;
    font-size: 0.9em;
}

/* Adjust the width of events when there are multiple */
.fc-timeGridDay-view .fc-timegrid-event-harness .fc-timegrid-event {
    width: 200px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    margin: 12px;
    min-height: 60px !important;
}

/* Style for the "more" link */
.fc-more-link {
    background-color: #f0f0f0;
    color: #333;
    padding: 2px 4px;
    border-radius: 4px;
    font-size: 0.8em;
}

/* Popover styles */
.fc-popover {
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.fc-popover-header {
    background-color: #f0f0f0;
    padding: 8px;
    font-weight: bold;
}

.fc-popover-body {
    padding: 8px;
}

.timeline {
    position: absolute;
    left: 59px;
    border: none;
    border-top: 3px solid red;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 999;
}

.fc-day-today .fc-timegrid-now-indicator-line {
    height: 2px; /* Adjust the thickness of the line */
    /* z-index: 10; Ensures it's on top */
}

.fc-timegrid-now-indicator-arrow.fc-timegrid-now-indicator-line {
    display:none
}

.fc-day-today .fc-timegrid-now-indicator-line:before {
    content: '';
    width: 16px;
    height: 16px;
    background-color: var(--primary);
    border-radius: 50%;
    position: absolute;
    z-index: 1000;
    top: -8px;
    left: 0px;
}

.calendar-container {
    display: flex;
    height: 100vh;
    overflow: hidden;
}
    
.main-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.calendar-wrapper {
    flex-grow: 1;
    overflow-x: auto;
    overflow-y: auto;
}

.fc .fc-timeGridDay-view {
    width: 100%;
    min-width: 900px;
    margin: 0 auto;
}

.fc .fc-dayGridMonth-view {
    width: 100%;
    margin: 0 auto;
}

.styled-calendar .fc .fc-timeGridDay-view {
    width: auto; /* Adjust this value as needed */
    min-width: 900px;
    margin: 0 auto;
}

.styled-calendar .fc .fc-dayGridMonth-view {
    width: 800px; /* Adjust this value as needed */
    margin: 0 auto;
}

.custom-scrollbar-secondary ::-webkit-scrollbar {
    height: 6px;
    border-radius: 12px;
}

  /* Track */
.custom-scrollbar-secondary ::-webkit-scrollbar-track {
    background: rgba(229, 231, 235, 1); 
    border-radius: 12px;
}

  /* Handle */
.custom-scrollbar-secondary ::-webkit-scrollbar-thumb {
    background: var(--secondary); 
    border-radius: 12px;
}

  /* Handle on hover */
.custom-scrollbar-secondary  ::-webkit-scrollbar-thumb:hover {
    background: var(--secondary); 
}

.fc .fc-timeGridWeek-view .fc-timegrid-slot {
    height: 3em;
}

.fc .fc-timegrid-axis-cushion {
    max-width: 30px !important;  /* Adjust this to control the width of the time axis */
}

.fc .fc-timeGridWeek-view .fc-timegrid-event {
    background-color: black !important;
}

.fc .fc-timeGridWeek-view .fc-timegrid-event-harness .fc-timegrid-event {
    width: 100px;
    position: relative;
    display: inline-block;
}

.color-indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 8px;
    flex-shrink: 0;
}

.fc .fc-event-button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    width: 24px;
    padding: 0;
}

.week-calendar {
    width: 840px;
    border-collapse: collapse;
}

.week-calendar th, .week-calendar td {
    border: 1px solid var(--fc-border-color);
    padding: 8px;
    text-align: center;
    vertical-align: top;
}

.week-calendar th {
    background-color: transparent;
    color: var(--primary);
}

.week-calendar td {
    width: 100px;
    padding: 3px;
}

.week-calendar-event {
    padding: 4px;
    margin: 2px 0;
    border-radius: 4px;
    color: white;
    font-size: 10px;
    display: flex;
    flex-direction: column;
    min-height: 30px;
}

.week-calendar-indicator {
    width: 12px !important;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    padding: 6px;
}


.small-calendar {
    font-family: Arial, sans-serif;
}

.small-calendar table {
    width: 100%;
    border-collapse: collapse;
}

.small-calendar th, .small-calendar td {
    text-align: center;
    padding: 5px;
    font-size: 14px;
    border: none;
    font-family: Mulish;
}

.small-calendar .current-day {
    background-color: rgba(243, 244, 246, 1);
    color: var(--secondary);
    border-radius: 8px;
    font-weight: bold;
}

.small-calendar .event-indicators {
    display: flex;
    justify-content: center;
    margin-top: 2px;
}

.small-calendar .event-indicator {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 1px;
    /* background: black */
}

.calendars-wrapper {
    display: flex;
    gap: 20px;
}

.main-calendar {
    flex: 1;
}

.webinar-icon-container {
    min-width: 12px;
    width: 12px;
    min-height: 12px;
    height: 12px;
    display: flex;
    align-items: center;
    background-color: rgba(255, 73, 73, 1);
    justify-content: center;
}

.fc-dayGridMonth-view .highlight-current-day {
    background-color: rgba(239, 246, 255, 1) !important;
    opacity: 0.7;
}

.fc .fc-dayGridMonth-view .fc-day-today {
    border: 2px solid rgb(79, 142, 224) !important;
    background-color: rgba(239, 246, 255, 1) !important;
}

.fc .fc-timeGridDay-view .fc-day-today {
    background-color: transparent !important;
}

.custom-event-title-container-less-than-hour {
    height: 19px !important;
    overflow: hidden;
    text-overflow: ellipsis;
}