/**
 *
 * You can write your CSS code here, DO NOT touch the default JavaScript file
 * because it will make it harder for you to update.
 * 
 */

/*# sourceMappingURL=custom.css.map */
.custom-select {
    padding: 0 !important;
    height: auto !important;
}

.custom-color-card {
    background-color: #005294 !important;
    color: #fff !important;
}

.custom-body-color {
    background-color: #f7f7f7 !important;
}

.custom-hr-color {
    border-top: 2px solid rgb(103 119 239) !important;
}

:root {

    --fc-small-font-size: .85em !important;
    --fc-page-bg-color: #fff !important;
    --fc-neutral-bg-color: rgba(208, 208, 208, 0.3) !important;
    --fc-neutral-text-color: #808080 !important;
    --fc-border-color: #ddd !important;

    --fc-button-text-color: #fff !important;
    --fc-button-bg-color: #2C3E50 !important;
    --fc-button-border-color: #2C3E50 !important;
    --fc-button-hover-bg-color: #1e2b37 !important;
    --fc-button-hover-border-color: #1a252f !important;
    --fc-button-active-bg-color: #1a252f !important;
    --fc-button-active-border-color: #151e27 !important;

    --fc-event-bg-color: #3788d8 !important;
    --fc-event-border-color: #3788d8 !important;
    --fc-event-text-color: #fff !important;
    --fc-event-selected-overlay-color: rgba(0, 0, 0, 0.25) !important;

    --fc-more-link-bg-color: #d0d0d0 !important;
    --fc-more-link-text-color: inherit !important;

    --fc-event-resizer-thickness: 8px !important;
    --fc-event-resizer-dot-total-width: 8px !important;
    --fc-event-resizer-dot-border-width: 1px !important;

    --fc-non-business-color: rgba(215, 215, 215, 0.3) !important;
    --fc-bg-event-color: rgb(143, 223, 130) !important;
    --fc-bg-event-opacity: 0.3 !important;
    --fc-highlight-color: rgba(188, 232, 241, 0.3) !important;
    --fc-today-bg-color: rgba(255, 220, 40, 0.15) !important;
    --fc-now-indicator-color: red !important;

}