.dark-theme {
    background-color: #00210c;
    color: #ffffff;
}

.fc-theme-standard td {
    border: 10px solid #00210c;
}

.fc-theme-standard .fc-scrollgrid {
    border: 0;
}

.fc .fc-daygrid-day {
    background-color: #0f2e1a;
}

.fc .fc-bg-event {
    opacity: inherit !important;
    background-color: rgb(27, 84, 47);
}

.fc .fc-daygrid-day.fc-day-today {
    background-color: rgb(36, 92, 56);
}

.fc .fc-highlight {
    background-color: rgb(59, 140, 86);
    border: 2px solid #fff;
}

.modal-content {
    background-color: #00210c;
}

.fc a {
    color: #fff;
}

.fc-toolbar-title {
    color: #50c879;
    font-variant: all-small-caps;
}

.fc .fc-button-primary {
    background-color: #00210c;
    border-color: #00210c;
    color: #50c879;
}

.btn-primary {
    background-color: #50c879;
    border-color: #63786a;
    color: #fff;
}

.btn-outline-primary {
    color: #fff;
    border-color: #63786a;
}

.btn-secondary {
    background-color: #0f2e1a;
    border-color: #63786a;
}

.btn:hover {
    background-color: rgb(59, 140, 86);
    border-color: #63786a;
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
    background-color: rgb(59, 140, 86);
    border-color: #63786a;
}

.modal-footer, .modal-header {
    border-color: #63786a;
}

.just-validate-error-label {
    color: #ed6464 !important;
}

.text-muted {
    color: #63786a !important;
}
