/* RENTAL_OFFICE_UI_DEFAULTS_V295 */

/* The fixed New Reservation action is neutral until its page is active. */
.sidebar-fixed-actions .sidebar-new-reservation-v295:not(.active) {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: none;
}

.sidebar-fixed-actions .sidebar-new-reservation-v295:not(.active):hover {
    background: rgba(255, 255, 255, 0.14);
}

.sidebar-fixed-actions .sidebar-new-reservation-v295.active,
.sidebar-fixed-actions .sidebar-new-reservation-v295[aria-current="page"] {
    color: #ffffff;
    background: #155eef;
    box-shadow: 0 6px 16px rgba(21, 94, 239, 0.22);
}

/* Keep the calendar shortcut neutral as well. */
.calendar-new-reservation-v294:not(.active):not([aria-current="page"]) {
    color: #344054 !important;
    background: #ffffff !important;
    border-color: #d0d5dd !important;
    box-shadow: none !important;
}

.calendar-new-reservation-v294:not(.active):not([aria-current="page"]):hover {
    background: #f9fafb !important;
}

/* CATEGORY_CLEANING_SOURCE_V2107:
   Cleaning time is configured on each vehicle category, not in Plan settings. */
.calendar-settings-dialog .preparation-setting-field {
    display: none !important;
}
