body.theme-dark .fc * {
    color: white !important;
    border-color: #444 !important;
}

body.theme-dark .fc-day-today {
    background-color: rgba(255, 255, 255, 0.15) !important;
}

body.theme-dark .fc-daygrid-event {
    background-color: transparent !important;
    color: white !important;
}

body.theme-dark .fc-daygrid-event-dot {
    background-color: white !important;
    border-color: white !important;
}

body.theme-dark .fc-event-title,
body.theme-dark .fc-event-time {
    color: white !important;
}

.bg-blue {
    background-color: #1e89e8 !important;
}

.btn-blue,
.btn-dark,
.fc-button-primary,
.btn-primary {
    background-color: #1e89e8 !important;
    color: #fff !important;
    border: 1px solid #0d62ad !important;
}

.fc-toolbar-title {
    /* color: #1e89e8 !important; */
}

.btn-blue:hover,
.btn-dark:hover,
.fc-button-primary:hover,
.btn-primary:hover {
    background-color: #0d62ad !important;
}

#logo-footer {
    filter: grayscale(100%);
    opacity: 0.2;
    transition: opacity 0.3s ease-in-out;
}

.card {
    box-shadow: none !important;
}

#login-photo-container {
    background-color: #1e89e8 !important;
}

#login-photo {
    background-image: url(https://lawify-space-bucket.sfo3.digitaloceanspaces.com/_assets/static/login-background.jpg) !important;
    filter: grayscale(80%) contrast(1.1);
    opacity: 0.7;
    background-size: cover !important;
    background-position: cover !important;
    background-repeat: no-repeat !important;
}