﻿
.load {
    color: var(--secondaryColor) !important;
    font-size :3rem;
}

.load .one {
    opacity: 0;
    -webkit-animation: dot 1.3s infinite;
    -webkit-animation-delay: 0.0s;
    animation: dot 1.3s infinite;
    animation-delay: 0.0s;
}

.load .two {
    opacity: 0;
    -webkit-animation: dot 1.3s infinite;
    -webkit-animation-delay: 0.2s;
    animation: dot 1.3s infinite;
    animation-delay: 0.2s;
}

.load .three {
    opacity: 0;
    -webkit-animation: dot 1.3s infinite;
    -webkit-animation-delay: 0.3s;
    animation: dot 1.3s infinite;
    animation-delay: 0.3s;
}

@-webkit-keyframes dot {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes dot {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fc-scrollgrid {
    border-top: none !important;
    border-left: none !important;
}

.fc-scrollgrid > thead .fc-scrollgrid-sync-inner {
    color: #fff;
    background-color: #898989;
}

.fc-scrollgrid > tbody {
    background-color: #fff;
}

.fc .fc-scroller {
    overflow: hidden scroll !important;
}

.fc .fc-toolbar.fc-header-toolbar {
    position: relative;
    margin-bottom: 0;
    padding: 8px 0 10px;
    background-color: var(--light-grey-color);
    border-radius: 25px 25px 0 0;
}

.fc .fc-toolbar-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    font-weight: 600;
}

.fc-scrollgrid-section-header table,
.fc-daygrid-body,
.fc-daygrid-body table {
    width: 100% !important;
}

.fc .fc-col-header-cell-cushion {
    padding: 3px !important;
    font-size: 14px;
}

.fc .fc-button .fc-icon {
    padding-top: 2px;
}

.fc .fc-button-primary {
    color: var(--text-color) !important;
    background-color: transparent !important;
    border: none !important;
    margin: 0 5px;
}

.fc .fc-button-primary:hover, .fc .fc-button-primary:active {
    color: var(--primaryColor) !important;
    background-color: transparent !important;
}

.fc .fc-view-harness {
    border: 1px solid #dee2e6;
    border-radius: 0 0 25px 25px;
    overflow: hidden;
}

.fc-theme-standard td, .fc-theme-standard th {
    border: 1px solid var(--light-grey-color);
}

.fc-theme-standard tr td:first-child {
    border-left: none !important;
}

.fc-theme-standard tr th:last-child,
.fc-theme-standard tr td:last-child {
    border-right: none !important;
}

.fc-theme-standard tr:last-child td {
    border-bottom: none !important;
}

.fc-daygrid-event {
    text-align: center;
}

.fc-daygrid-day.fc-day-sat,
.fc-daygrid-day.fc-day-sun {
    position: relative;
}

.fc-h-event .fc-event-title {
    max-width: 92% !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#reserveNewWrap #calendar1.fc .fc-toolbar.fc-header-toolbar {
    border-radius: 25px 0 0 0;
}

#reserveNewWrap #calendar1.fc .fc-view-harness {
    border-radius: 0 0 0 25px;
    border-right: none;
}

#reserveNewWrap #calendar2.fc .fc-toolbar.fc-header-toolbar {
    border-radius: 0 25px 0 0;
}

#reserveNewWrap #calendar2.fc .fc-view-harness {
    border-radius: 0 0 25px 0;
    border-left: none;
}