#calendar {}

.fc .fc-button {
    padding: 0.4em 0.85em;
}

.fc .fc-button-primary,
.fc .fc-button-primary:disabled {
    background: transparent;
    color: #2b2b2b;
    border-radius: 20px;
    border-color: #ef8d24;
}

.fc .fc-button-primary:hover {
    background: #ef8d24;
    border-color: #ef8d24;
}

button.fc-today-button.fc-button.fc-button-primary {
    background: #000000;
    border-color: #000000;
    color: #fff;
    font-weight: 600;
    border-radius: 20px;
}

button.fc-next-button.fc-button.fc-button-primary,
button.fc-prev-button.fc-button.fc-button-primary {
    padding: 0.37em 0.25em;
    border-color: #000000;
}

button.fc-next-button.fc-button.fc-button-primary:hover,
button.fc-prev-button.fc-button.fc-button-primary:hover {
    background: #000000;
    border-color: #000000;
}

button.fc-prev-button.fc-button.fc-button-primary {
    border-radius: 20px 0 0 20px;
}

button.fc-next-button.fc-button.fc-button-primary {
    border-radius: 0 20px 20px 0;
}

.fc .fc-button-primary:not(:disabled).fc-button-active,
.fc .fc-button-primary:not(:disabled):active {
    background: #ef8d24;
    border-color: #ef8d24;
}

.fc-myCustomButton-button {
    background: #ef8d24 !important;
    color: #fff !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.fc-timegrid-event-harness > .fc-timegrid-event,
.fc-list-table .fc-list-event {
    font-size: 14px;
    font-weight: 600;
    padding-left: 6px;
}

.fc-timegrid-event-harness > .fc-timegrid-event ol {
    padding-left: 18px;
    padding-top: 10px;
    line-height: 2;
    font-size: 12px;
    font-weight: 500;
}

.fc-list-table .fc-list-event ol {
    padding-left: 15px;
    padding-top: 5px;
    line-height: 2;
    font-size: 12px;
    font-weight: 500;
}

.fc .fc-toolbar-title {
    font-size: 1.2em;
    color: #2b2b2b;
    display: inline-block;
    white-space: nowrap;
}

.fc-col-header-cell.fc-day-today,
.fc .fc-timegrid-col.fc-day-today {
    background-color: rgb(62 62 205 / 4%);
}

.fc-timegrid-body .fc-timegrid-slots table tr:hover {
    background: rgb(45 86 128 / 15%) !important;
}

.fc .fc-col-header-cell-cushion {
    font-size: 18px;
    font-weight: 600;
    color: #07071e;
}

.fc-timegrid-slot-label {
    font-size: 13px;
}

.fc .fc-timegrid-slot {}

.fc-timegrid-slots table tr {
    transition: all .15s ease;
}

.fc-timegrid-slots table tr:hover {
    background: #fffae2 !important;
    transition: all .15s ease;
}

.fc-timegrid-slots table tr:nth-child(4n + 1) {
    /*    background: #fffae2 !important;*/
}

.fc-timegrid-slot-label[data-time*=":15"],
.fc-timegrid-slot-label[data-time*=":30"],
.fc-timegrid-slot-label[data-time*=":45"] {
    font-size: 80%;
    opacity: 0.5;
    font-weight: 400;
}

.fc .fc-highlight {
    background: rgb(45 86 128 / 50%) !important;
}

.fc-day-today {
    background-color: #fffae2;
}

.fc-day-past {
    background-color: #f4f4ff;
}

th.fc-day-today:before {
    content: 'Today';
    font-size: 80%;
    line-height: 1;
    text-transform: uppercase;
    opacity: 0.6;
    color: #ff5e00;
}

th.fc-day-past:before {
    content: 'Past';
    font-size: 80%;
    line-height: 1;
    text-transform: uppercase;
    opacity: 0.6;
}

th.fc-day-future:before {
    content: "\00a0";
    font-size: 80%;
    line-height: 1;
    text-transform: uppercase;
}

.fc-timegrid-axis-frame:after {
    content: 'V';
    font-family: 'Times';
    line-height: 36px;
    text-align: center;
    display: block;
    width: 100%;
    font-size: 24px;
    color: #f16621;
}

.doctor-tabs .nav-item a {
    cursor: pointer;
    color: #ef8d24;
    font-weight: 500;
    border-radius: 20px;
}

.doctor-tabs .nav-item .nav-link.active {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
}

.fc-timegrid-event {
    font-weight: 600;
}

.fc-timegrid-event .fc-event-resizer {
    color: #2b2b2b;
    text-align: center;
    font-family: monospace;
}

.fc-timegrid-event:hover .fc-event-resizer:after {
    content: "=";
    display: inline-block;
    vertical-align: top;
    line-height: 0px;
}

.fc-toolbar-chunk {
    display: flex;
    align-items: center;
}

.fc-timegrid-event-harness {
    overflow: hidden;
    min-height: 22px;
}

.fc-direction-ltr .fc-timegrid-more-link {
    right: -3px;
    background: #ef8d24;
    color: #fff;
    border-radius: 5px;
}

.fc .fc-popover {
    z-index: 999;
}

.fc-event {
    background: rgb(0 0 0 / 5%);
    border-left: 3px solid #ef8d24 !important;
}

.night-task {}

.day-task {}

.vip {
    border-bottom: 2px dashed #ff4007 !important;
    border-top: 2px dashed #ff4007 !important;
    border-right: 2px dashed #ff4007 !important;
}

.header-capacity {
    font-size: 13px;
}

.event-list .fc-event {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 500;
    padding: 2px 8px;
    border-radius: 4px;
    cursor: pointer;
    border-left: 3px solid #ff5e00 !important;
}

.event-list .fc-event a {
    color: #2b2b2b;
    display: block;
}

.fc-list-table .fc-list-event.day-task,
.fc .fc-list-table .fc-list-event.day-task:hover td {
    background-color: rgb(212 255 0 / 15%);
}

.fc-list-table .fc-list-event.night-task,
.fc .fc-list-table .fc-list-event.night-task:hover td {
    background-color: rgb(0 198 255 / 10%);
}

.fc-theme-standard .fc-list-day-cushion {
    background-color: #fafafa;
}

.mc1-label,
.mc2-label,
.mc3-label,
.mc4-label {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    max-height: 5px;
    font-size: 15px;
    font-weight: 800;
    padding: 10px 0;
}

.mc1-label {
    color: rgb(51 217 178 / 100%);
}

.mc2-label {
    color: rgb(74 221 92);
}

.mc3-label {
    color: rgb(71 71 135 / 100%);
}

.mc4-label {
    color: rgb(195 86 8 / 100%);
}

.btn-mc1,
.btn-mc1:hover {
    background-color: rgb(51 217 178 / 15%);
    color: #222;
    font-weight: 700;
}

body.dark-only .btn-mc1,
body.dark-only .btn-mc1:hover {
    background-color: rgb(51 217 178 / 50%);
    color: #fff;
}

.btn-mc2,
.btn-mc2:hover {
    background-color: rgb(186 249 85 / 20%);
    color: #222;
    font-weight: 700;
}

body.dark-only .btn-mc2,
body.dark-only .btn-mc2:hover {
    background-color: rgb(186 249 85 / 50%);
    color: #fff;
}

.btn-mc3,
.btn-mc3:hover {
    background-color: rgb(71 71 135 / 10%);
    color: #222;
    font-weight: 700;
}

body.dark-only .btn-mc3,
body.dark-only .btn-mc3:hover {
    background-color: rgb(71 71 135 / 60%);
    color: #fff;
}

.btn-mc4,
.btn-mc4:hover {
    background-color: rgb(195 86 8 / 10%);
    color: #222;
    font-weight: 700;
}

body.dark-only .btn-mc4,
body.dark-only .btn-mc4:hover {
    background-color: rgb(195 86 8 / 50%);
    color: #fff;
}

.no-time-label .fc-timegrid-slot-label,
.fc-timegrid-axis-frame:after,
th.fc-day-today:before,
th.fc-day-future:before {
    display: none;
}

#external-events .event-date {
    background: #51bb25;
    color: #fff;
    padding: 1px 5px;
    white-space: nowrap;
    border-radius: 5px;
    font-size: 11px;
}

#external-events .extra-date {
    background: #666666;
    color: #fff;
    padding: 1px 5px;
    white-space: nowrap;
    border-radius: 5px;
    font-size: 11px;
}

.fc .fc-timegrid-slot.fc-timegrid-slot-label {
    background: #ffffff;
}

body.dark-only .event-list .fc-event a,
body.dark-only .fc .fc-col-header-cell-cushion,
body.dark-only .fc .fc-toolbar-title,
body.dark-only .fc .fc-button-primary,
body.dark-only .fc .fc-button-primary:disabled {
    color: #fff;
}

body.dark-only .fc-timegrid-event .fc-event-main {
    color: #fff !important;
}

body.dark-only .fc-event {
    background: rgb(0 0 0 / 35%);
    box-shadow: 0 0 0 1px #545454;
}

body.dark-only button.fc-next-button.fc-button.fc-button-primary,
body.dark-only button.fc-prev-button.fc-button.fc-button-primary {
    border-color: #fff;
}


body.dark-only button.fc-today-button.fc-button.fc-button-primary {
    background: #565656;
    border-color: #565656;
    color: #fff;
}

body.dark-only .fc .fc-timegrid-slot.fc-timegrid-slot-label {
    background: #262932;
}

body.dark-only .header-drop-outer .btn.dropdown-toggle,
body.dark-only .header-drop-outer .btn.dropdown-toggle:hover {
    border-color: #fff !important;
    color: #fff;
}

body.dark-only .dropdown-menu .dropdown-item {
    color: #fff;
    opacity: 1;
    font-size: 13px;
    padding: 6px 12px;
    border-top: 1px solid #3a3a3a;
    background: #1e1f27;
}
