:root {
  --darkclr:#000;
  --opennow:rgb(14, 139, 37);
  --shadow1:rgba(0, 0, 0, 0.15);
}

.business-hours {
  display: flex;
  align-items: center;
  justify-content: start;
  height: 100vh;
}
.business-hours .btn-check:checked + .btn,
.business-hours .btn.active,
.business-hours .btn.show,
.business-hours .btn:first-child:active,
.business-hours :not(.btn-check) + .btn:active {
  border: none !important;
}
.business-hours .dropdown-toggle {
  outline: none;
  border: none;
}
.business-hours .dropdown-toggle:focus, .business-hours .dropdown-toggle:active, .business-hours .dropdown-toggle:focus-visible, .business-hours .dropdown-toggle:focus:not(:focus-visible) {
  outline: none !important;
  box-shadow: none !important;
  border-color: transparent !important;
}
.business-hours .dropdown-toggle::after {
  display: none !important;
}
.business-hours .btn.show {
  border: none !important;
}
.business-hours body {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80vh;
}
.business-hours .dropdown-menu {
  min-width: 321px;
  padding: 15px;
  box-shadow: 0 2px 8px var(--shadow1);
}
.business-hours .today {
  font-weight: bold;
  color: var(--darkclr);
}
.business-hours .fa-clock {
  color: var(--opennow);
}
.business-hours #statusText,
.business-hours .fa-caret-down {
  color: var(--opennow);
}/*# sourceMappingURL=business-hoursDesign2.css.map */