
.btn-primary {
    background-color: #269f9e;
}

.btn {
    margin: 0px;
    margin-right:5px;
}

.flatpickr-months .flatpickr-month .flatpickr-current-month .flatpickr-monthDropdown-months {
    background-color: #e3e6ed;
}

.choices__list--dropdown .choices__list {
    max-height: 200px;
}

.choices {
    margin-bottom: 0px;
}

.choices .choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: var(--phoenix-primary) !important;
}

.table{
    background-color:white;
    text-align:left;
}


