.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  border: none !important;
}

.dropdown-toggle:focus, .dropdown-toggle:active, .dropdown-toggle:focus-visible, .dropdown-toggle:focus:not(:focus-visible) {
  outline: none !important;
  box-shadow: none !important;
  border-color: transparent !important;
}
.dropdown-toggle::after {
  display: none !important;
}

.btn.show {
  border: none !important;
}

body {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80vh;
}

.dropdown-menu {
  min-width: 250px;
  padding: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.today {
  font-weight: bold;
  color: black;
}

.fa-clock {
  color: rgba(17, 17, 17, 0.7);
}

#statusText,
.fa-caret-down {
  color: rgb(14, 139, 37);
}/*# sourceMappingURL=open-status.css.map */