#calendar {
    width: 100%;
}

.calendar-vacation-day {
    background-color: #A7C7E7;
    color: #1E3A8A;
}

.fc .fc-daygrid-day-number {
    color: rgb(0, 0, 0) !important;
}

.fc .fc-col-header-cell-cushion {
    color: rgb(0, 0, 0) !important;
}

.fc-direction-ltr .fc-timegrid-slot-label-frame {
    text-align: center;
}

.fc .fc-timegrid-axis-cushion,
.fc .fc-timegrid-slot-label-cushion {
    text-align: center;
}

.fc .fc-button-primary {
    color: white;
    background-image: linear-gradient(135deg, #0077C8 0%, #003057 100%);
    border: none;
    width: 50px;
    height: 40px;
    margin: 5px;
}

.fc .fc-timegrid-slot {
    border-bottom: 0px;
    height: 1.64em;
}

#calendar-dialog-inputs {
    display: flex;
    flex-direction: column;
}

.calendar-dialog-confirm-button {
    color: white;
    background-image: linear-gradient(135deg, #0077C8 0%, #003057 100%);
    border: none;
    width: 80px;
    height: 40px;
    border-radius: 3px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.calendar-dialog-cancel-button {
    color: rgb(0, 0, 0);
    background-image: gray;
    border: none;
    width: 80px;
    height: 40px;
    border: black;
    border-radius: 3px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

#dialog-action-buttons {
    padding: 16px 24px !important;
}

.fc .fc-toolbar-title {
    font-size: 1.5em;
}

.appointment-dialog-header {
    background-image: linear-gradient(135deg, #0077C8 0%, #003057 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 24px !important;
    padding-right: 20px !important;
}

.appointment-dialog-header-title {
    padding-left: 0px !important;
    color: white;
}

.fc-daygrid-day.fc-vacation-day {
    background-color: rgba(0, 0, 0, 0.1);
    pointer-events: none;
}

.fc-timegrid-col.fc-vacation-day {
    background-color: rgba(0, 0, 0, 0.1);
    pointer-events: none;
}

.fc-vacation-day .fc-daygrid-day-number,
.fc-vacation-day .fc-col-header-cell-cushion,
.fc-vacation-day .fc-timegrid-slot-label-cushion {
    color: #999 !important;
    text-decoration: line-through;
}

#appointment-dialog-options-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 24px;
    padding-right: 16px;
    background: linear-gradient(135deg, #0077C8 0%, #003057 100%);
    color: white;
    position: relative;
}

#appointment-dialog-options-header .appointment-dialog-options-header-button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
    border-radius: 50%;
    width: 32px;
    height: 32px;
}

#appointment-dialog-options-header .appointment-dialog-options-header-button:hover {
    transform: scale(1.5);
}

#appointment-dialog-options-header .appointment-dialog-options-header-button .dashicons {
    font-size: 24px;
    padding-bottom: 2px;
    color: white;
    transition: transform 0.25s ease;
}

#dialog-window-options-buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 20px 0px;
}

.appointment-dialog-header-button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
    border-radius: 50%;
    width: 32px;
    height: 32px;
}

.appointment-dialog-header-button:hover {
    transform: scale(1.5);
}

.appointment-dialog-header-button .dashicons {
    font-size: 24px;
    padding-bottom: 2px;
    color: white;
    transition: transform 0.25s ease;
}

#away-dialog-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.dialog-time-picker {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}