.big-calender-area .fc {
    display: flex;
    flex-direction: column;
    font-size: 1em;
}

.big-calender-area .fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 1.5em;
}

.big-calender-area .fc .fc-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.big-calender-area .fc .fc-button-group {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}

.big-calender-area .fc .fc-toolbar-title {
    font-size: 1.75em;
    margin: 0;
}

.big-calender-area .fc-direction-ltr .fc-button-group > .fc-button:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.big-calender-area .fc-direction-ltr .fc-button-group > .fc-button:not(:first-child) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.big-calender-area .fc-direction-ltr .fc-toolbar > * > :not(:first-child) {
    margin-left: 0.75em;
    margin-top: 1px;
}

.big-calender-area .fc .fc-button-group > .fc-button {
    position: relative;
    flex: 1 1 auto;
}

.big-calender-area .fc .fc-button:not(:disabled) {
    cursor: pointer;
}

.big-calender-area .fc .fc-button-primary {
    color: #fff;
    background-color: #2563EB !important;
    border-color: #2563EB !important;
    box-shadow: 0 5px 10px #00000010;
}

.fc .fc-button-primary:disabled {
    color: #fff;
    background-color: #598bf7 !important;
    border-color: #598bf7 !important;
}

.big-calender-area .fc .fc-button-primary:not(:disabled):active,
.big-calender-area .fc .fc-button-primary:not(:disabled).fc-button-active {
    color: #fff;
    background-color: #598bf7 !important;
    border-color: #598bf7 !important;
    opacity: 0.8;
}

.big-calender-area .fc .fc-button {
    border-radius: 0;
    overflow: visible;
    text-transform: none;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    -webkit-appearance: button;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 0.8125rem;
    line-height: 1.5;
    border-radius: 5px;
}

.big-calender-area .fc-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.big-calender-area .fc-icon-chevron-left::after {
    font-family: "FontAwesome";
    content: "\f104";
    color: #fff;
}

.big-calender-area .fc-icon-chevron-right::after {
    font-family: "FontAwesome";
    content: "\f105";
    color: #fff;
}

.big-calender-area .fc .fc-button-primary {
    color: #fff;
    background-color: var(--primary-bg-color);
    border-color: var(--primary-bg-color);
    box-shadow: 0 5px 10px var(--primary03);
}

.big-calender-area .fc .fc-view-harness {
    flex-grow: 1;
    position: relative;
}

.big-calender-area .fc .fc-view-harness-active > .fc-view {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.big-calender-area .fc .fc-scrollgrid-liquid {
    height: 100%;
}

.big-calender-area .fc .fc-scrollgrid {
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    border-right-width: 0;
    border-bottom-width: 0;
}

.big-calender-area .fc-theme-standard .fc-scrollgrid {
    border: 1px solid #e9edf4;
    border-left: 0;
    border-right: 0;
}

.big-calender-area .fc table {
    caption-side: bottom;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1em;
}

.big-calender-area .fc .fc-scrollgrid-section {
    height: 1px;
}

.big-calender-area .fc .fc-scrollgrid-section > td {
    height: 1px;
}

.big-calender-area .fc .fc-scrollgrid-section-header > *,
.fc .fc-scrollgrid-section-footer > * {
    border-bottom-width: 0;
}

.big-calender-area .fc .fc-scrollgrid-section > * {
    border-top-width: 0;
    border-left-width: 0;
}

.big-calender-area .fc td {
    vertical-align: top;
    padding: 0;
}

.big-calender-area .fc .fc-scroller-harness {
    position: relative;
    overflow: hidden;
    direction: ltr;
}

.big-calender-area .fc .fc-scroller {
    -webkit-overflow-scrolling: touch;
    position: relative;
}

.big-calender-area .fc .fc-scrollgrid table {
    width: 100%;
    table-layout: fixed;
    border-top-style: hidden;
    border-left-style: hidden;
    border-right-style: hidden;
}

.big-calender-area .fc .fc-scrollgrid-section table {
    height: 1px;
    width: 100% !important;
}

.big-calender-area .fc th {
    text-align: center;
    vertical-align: top;
    padding: 0;
}

.big-calender-area .fc-theme-standard th {
    padding: 15px;
}

.big-calender-area .fc-theme-standard td,
.fc-theme-standard th {
    border: 1px solid #e9edf4;
}

.big-calender-area a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

.big-calender-area .fc .fc-col-header-cell-cushion {
    display: inline-block;
    padding: 2px 4px;
}

.big-calender-area .fc .fc-scrollgrid-section-liquid {
    height: auto;
}

.big-calender-area .fc .fc-scrollgrid-section-liquid > td {
    height: 100%;
    border-right: 0;
}

.big-calender-area .fc .fc-scroller-harness-liquid {
    height: 100%;
}

.big-calender-area .fc .fc-scroller-liquid-absolute {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.big-calender-area .fc .fc-daygrid-body {
    position: relative;
    z-index: 1;
    width: 100% !important;
}

.big-calender-area .fc .fc-daygrid-day-frame {
    position: relative;
    min-height: 100%;
}

.big-calender-area .fc-daygrid-day-frame:before,
.big-calender-area .fc-daygrid-day-events:before,
.big-calender-area .fc-daygrid-event-harness:before,
.big-calender-area .fc-daygrid-day-frame:after,
.big-calender-area .fc-daygrid-day-events:after,
.big-calender-area .fc-daygrid-event-harness:after {
    content: "";
    clear: both;
    display: table;
}

.big-calender-area .fc .fc-daygrid-day-top {
    display: flex;
    flex-direction: row-reverse;
}

.big-calender-area .fc .fc-day-other .fc-daygrid-day-top {
    opacity: 0.3;
}

.big-calender-area .fc a[data-navlink] {
    color: inherit;
    cursor: pointer;
}

.big-calender-area .fc .fc-daygrid-day-number {
    position: relative;
    z-index: 4;
    padding: 4px;
    color: #000929;
}

.big-calender-area .fc .fc-daygrid-body-balanced .fc-daygrid-day-events {
    position: absolute;
    left: 0;
    right: 0;
}

.big-calender-area .fc .fc-daygrid-day-events {
    margin-top: 1px;
}

.big-calender-area .fc-event .fc-event-main {
    position: relative;
    z-index: 2;
}

.big-calender-area .fc-h-event .fc-event-main {
    color: #fff;
    background: #2563EB !important;
    margin: 0 4px;
}

.big-calender-area .fc-h-event .fc-event-main-frame {
    display: flex;
}

.big-calender-area .fc-h-event .fc-event-title-container {
    flex-grow: 1;
    flex-shrink: 1;
    min-width: 0;
}

.big-calender-area .fc-sticky {
    position: -webkit-sticky;
    position: sticky;
}

.big-calender-area .fc-h-event .fc-event-title {
    display: inline-block;
    vertical-align: top;
    left: 0;
    right: 0;
    max-width: 100%;
    overflow: hidden;
}

.big-calender-area .fc-daygrid-block-event .fc-event-title {
    padding: 5px 10px;
}

.big-calender-area .fc-direction-ltr .fc-daygrid-event.fc-event-end,
.big-calender-area .fc-direction-rtl .fc-daygrid-event.fc-event-start {
    margin-right: 2px;
}

.big-calender-area .fc-direction-ltr .fc-daygrid-event.fc-event-start,
.big-calender-area .fc-direction-rtl .fc-daygrid-event.fc-event-end {
    margin-left: 2px;
}

.big-calender-area .fc-daygrid-event.fc-event {
    color: #fff !important;
}

.big-calender-area .fc .fc-daygrid-event {
    z-index: 6;
    margin-top: 1px;
}

.big-calender-area .fc-daygrid-event {
    position: relative;
    white-space: nowrap;
    border-radius: 3px !important;
    font-size: 0.85em;
}

.big-calender-area .fc .fc-daygrid-day-bottom {
    font-size: 0.85em;
    margin: 2px 3px 0;
}

.big-calender-area .fc .fc-timegrid-axis-frame {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.big-calender-area .fc .fc-timegrid-axis-cushion,
.big-calender-area .fc .fc-timegrid-slot-label-cushion {
    padding: 0 4px;
}

.big-calender-area .fc .fc-timegrid-axis-cushion {
    max-width: 61px;
    flex-shrink: 0;
}

.big-calender-area .fc .fc-daygrid-day-frame {
    position: relative;
    min-height: 100%;
}

.big-calender-area .fc .fc-daygrid-day-events {
    margin-top: 1px;
}

.big-calender-area .fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    position: relative;
    min-height: 2em;
}

.big-calender-area .fc .fc-daygrid-body-natural .fc-daygrid-day-events {
    margin-bottom: 1em;
}

.big-calender-area .fc-daygrid-event {
    position: relative;
    white-space: nowrap;
    border-radius: 3px;
    font-size: 0.85em;
    font-size: var(--fc-small-font-size, 0.85em);
}

.big-calender-area .fc-h-event {
    display: block;
    border: 1px solid var(--primary-bg-color);
    border: 1px solid var(--primary-bg-color);
    background-color: var(--primary-bg-color);
    background-color: var(--primary-bg-color);
}

.big-calender-area .fc .fc-timegrid-body {
    position: relative;
    z-index: 1;
    min-height: 100%;
}

.big-calender-area .fc .fc-timegrid-slots {
    position: relative;
    z-index: 1;
}

.big-calender-area .fc-media-screen .fc-timegrid-cols {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.big-calender-area .fc .fc-scrollgrid-section-body table,
.fc .fc-scrollgrid-section-footer table {
    border-bottom-style: hidden;
}

.big-calender-area .fc .fc-timegrid-slot {
    height: 1.5em;
    border-bottom: 0;
}

.big-calender-area .fc .fc-timegrid-slot-label {
    vertical-align: middle;
}

.big-calender-area .fc-direction-ltr .fc-timegrid-slot-label-frame {
    text-align: right;
}

.big-calender-area .fc .fc-timegrid-slot-label-cushion {
    display: inline-block;
    white-space: nowrap;
}

.big-calender-area .fc .fc-timegrid-col.fc-day-today {
    background-color: rgba(255, 220, 40, 0.15);
    background-color: var(--fc-today-bg-color, rgba(255, 220, 40, 0.15));
}

.big-calender-area .fc .fc-timegrid-col-frame {
    min-height: 100%;
    position: relative;
}

.big-calender-area .fc-media-screen .fc-timegrid-col-bg,
.big-calender-area .fc-media-screen .fc-timegrid-col-events,
.big-calender-area .fc-media-screen .fc-timegrid-now-indicator-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.big-calender-area .fc .fc-timegrid-col-bg {
    z-index: 2;
}

.big-calender-area .fc .fc-timegrid-bg-harness {
    position: absolute;
    left: 0;
    right: 0;
}

.big-calender-area .fc .fc-bg-event,
.big-calender-area .fc .fc-non-business,
.big-calender-area .fc .fc-highlight {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.big-calender-area .fc .fc-non-business {
    background: transparent;
}

.big-calender-area .fc .fc-timegrid-col-bg .fc-non-business {
    z-index: 1;
}

.big-calender-area .fc-media-screen .fc-timegrid-col-bg,
.big-calender-area .fc-media-screen .fc-timegrid-col-events,
.big-calender-area .fc-media-screen .fc-timegrid-now-indicator-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.big-calender-area .fc .fc-timegrid-col-bg {
    z-index: 2;
}

.big-calender-area .fc-media-screen .fc-timegrid-col-bg,
.big-calender-area .fc-media-screen .fc-timegrid-col-events,
.big-calender-area .fc-media-screen .fc-timegrid-now-indicator-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.big-calender-area .fc .fc-timegrid-col-events {
    z-index: 3;
}

.big-calender-area .fc-direction-ltr .fc-timegrid-col-events {
    margin: 0 2.5% 0 2px;
}

.big-calender-area .fc .fc-timegrid-now-indicator-container {
    bottom: 0;
    overflow: hidden;
}

.big-calender-area .fc .fc-timegrid-slot:empty:before {
    content: " ";
}

.big-calender-area .fc .fc-timegrid-slot-minor {
    border-top-style: dotted;
}

.big-calender-area ::-webkit-scrollbar {
    width: 6px;
}

.big-calender-area ::-webkit-scrollbar-track {
    background-color: #fff;
}

.big-calender-area ::-webkit-scrollbar-thumb {
    background-color: #00092920;
}

.big-calender-area ::-webkit-scrollbar-thumb:hover {
    background-color: #00092930;
}

.big-calender-area .fc-media-screen .fc-timegrid-event-harness {
    position: absolute;
}

.big-calender-area .fc-media-screen .fc-timegrid-event {
    position: absolute;
    top: 0;
    bottom: 1px;
    left: 0;
    right: 0;
}

.big-calender-area .fc-event[href],
.big-calender-area .fc-event.fc-event-draggable {
    cursor: pointer;
}

.big-calender-area .fc-timegrid-event .fc-event-main {
    padding: 1px 1px 0;
}

.big-calender-area .fc-v-event .fc-event-main {
    color: #fff;
    height: 100%;
}

.big-calender-area .fc-v-event .fc-event-main-frame {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.big-calender-area .fc-timegrid-event-condensed .fc-event-main-frame {
    flex-direction: row;
    overflow: hidden;
}

.big-calender-area .fc-timegrid-event .fc-event-time {
    white-space: nowrap;
    font-size: 0.85em;
    font-size: var(--fc-small-font-size, 0.85em);
    margin-bottom: -7px;
}

.big-calender-area .fc-timegrid-event-condensed .fc-event-time:after {
    content: " - ";
}

.big-calender-area .fc-v-event .fc-event-title-container {
    flex-grow: 1;
    flex-shrink: 1;
    min-height: 0;
}

.big-calender-area .fc-timegrid-event-condensed .fc-event-title {
    font-size: 0.85em;
    font-size: var(--fc-small-font-size, 0.85em);
}

.big-calender-area .fc-v-event .fc-event-title {
    top: 0;
    bottom: 0;
    max-height: 100%;
    overflow: hidden;
}

.big-calender-area .fc-event {
    border: 0px solid #2563EB !important;
}

.big-calender-area .fc-event {
    border: 1px solid #2563EB;
    background-color: #2563EB;
}

.big-calender-area .fc-timegrid-event {
    font-size: 0.85em;
    border-radius: 3px;
}

.big-calender-area .fc-media-screen .fc-timegrid-cols > table {
    height: 100%;
}

.big-calender-area .fc-header-toolbar div:nth-child(2) {
    order: -1;
}

.big-calender-area .fc-header-toolbar .fc-toolbar-chunk:nth-child(1) .fc-button-group {
/ / display: none;
}

.big-calender-area .card {
    border: 0;
    border-radius: 20px;
}

.big-calender-area .fc-scrollgrid-liquid thead {
    display: none;
}