.btn-primary {
  color: #fff;
  background-color: #7bc644;
  border-color: #7bc644;
  box-shadow: none;
}

.btn-primary:disabled {
  color: #fff;
  background-color: #7bc644;
  border-color: #7bc644;
}

.btn-outline-primary {
  color: #7bc644;
  border-color: #7bc644;
}

a {
  color: #7bc644;
  text-decoration: none;
  background-color: transparent;
}

.card-primary.card-outline {
  border-top: 3px solid #7bc644;
}

.login-box, .register-box {
  width: 380px;
}


.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  display:flex;
  flex-direction:row;
  align-items:center;
  padding:.35em .65em;
  margin-right:.375rem;
  margin-bottom:.375rem;
  font-size:1rem;
  color:#fff !important;
  cursor:auto;
  border:1px solid #ced4da;
  border-radius:.25rem;
  background-color: #7bc644 !important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected,
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) {
  color:#fff;
  background-color:#7bc644 !important;
}

.fc .fc-list-sticky .fc-list-day > * {
    position: sticky;
    top: 0;
    background: var(--fc-page-bg-color,#fff);
    z-index: 99;
}

.login-box,
.register-box {
  width: 300px;
}