/* .fc-scrollgrid thead {
    border-collapse: collapse;
  } */
.fc .fc-toolbar-title {
    color: #ffffff;
}
.fc .fc-today-button {
    background-color: #232323 !important;
    text-align: center;
    padding: 0.5rem 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    border: 0 solid transparent !important;
    transition: all .25s;
    background: #f87037;
    opacity: 1;
    display: none;
}
.fc-prev-button {
    left: 0;
    position: absolute;
    top: 0;
}
.fc-next-button {
    right: 0;
    position: absolute;
    top: 0;
}  .fc .fc-prev-button, .fc .fc-next-button {
       color: #ffffff !important;
       background-color: transparent !important;
       border: none;
       border-radius: 0;
       height: 100%;
       line-height: 0;
   }
.fc .fc-prev-button:hover, .fc .fc-next-button:hover {
    transition: 0.5s;
    background-color: rgb(0 0 0 / 12%) !important;

}
.fc .fc-button-primary:focus {
    box-shadow: none;
}
.fc .fc-toolbar.fc-header-toolbar {
    position: relative;
    background: #f99509;
    width: 100%;
    margin: 0;
    height: 4.4vh;
    overflow: hidden;
}
.fc .fc-view-harness {
    height: 256px !important;
}
.fc .fc-scrollgrid-section-header > *,
.fc .fc-scrollgrid-section-footer > * {
    border-bottom: 3px solid #dc6634;
    border-collapse: collapse;
}

.fc .fc-scroller-harness-liquid {
    border-bottom: 3px solid #000000;
}
.fc-theme-standard th {
    background: #232323;
    color: #ffffff;
    font-weight: 400;
    border-color: transparent;
}
.fc-theme-standard td, .fc-theme-standard th {
    font-size: 1rem;
}
.fc .fc-daygrid-event {
    margin: 0 !important;
}
.fc .fc-daygrid-day-number {
    line-height: 10px;
    padding: 7px 6px 4px;
}
.fc-h-event .fc-event-title-container {
    padding: 0 6px 0 6px;
    line-height: 1;
}

.fc-h-event .fc-event-title {
    display: none;
    font-size: 0.9rem;
}
a.fc-daygrid-event {
    border-radius: 50%;
    width: 12px;
    height: 12px;
}
.fc .fc-daygrid-day.fc-day-today {
    background-color: transparent;
    color: #f89609;
}
.fc-day-other {
    background-color: #dcdcdc;
}
.fc-daygrid-day-top {
    color: #656565;
}
.fc .fc-day-other .fc-daygrid-day-top {
    opacity: 1;
}

.ss-img-180 {
    height: 100%;
}
.abs-box {
    font-size: 16px;
    margin-bottom: 0.1rem;
    position: relative;
    justify-content: space-around;
    background-color: #f9950a;
    border-radius: 0.3rem;
    top: 0;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    padding: 0 0.5rem;
}


.cal-card {
    display: block;
    position: relative;
    width: 100%;
    background: #ffffff;
    color: #000000;
    border: 1px solid #f2f2f2;
}
.cal-card .title {
    display: block;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.cal-card.cal-card-01 .title {
    font-size: 1.2rem;
    font-weight: 400;
}
.cal-card .desc {
    display: block;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.cal-card.cal-card-01 .desc {
    font-size: 1.1875rem;
    margin: 0.125rem 0 0 0;
}
.calen-event {
    display: none;
}
.calen-event.active {
    display: block;
}
@media screen and (min-width: 992px) {
    .ss-img-180 {
        padding: 75% 0 0 0;
        /* height: 180px; */
    }
    .fc .fc-toolbar-title {
        font-size: 1.5rem;
    }
}