.overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
}

.calenderIconDot {
  font-size: 6px;
  margin-top: 5px;
  margin-left: 5px;
}

.spanDay {
  margin-top: 0px;
  margin-bottom: -6px;
}

.btn.day-button {
  width: 40px;
  background: transparent;
  border-style: none;
  padding: 0px;
  padding-bottom: 3px;
  font-size: 9px;
  margin-bottom: 5px;
}

.btn.day-button:hover {
  background-color: transparent;
  color: #BBBBBB;
}

buttonClickable {
  cursor: pointer;
}

.btnBack {
  background: transparent;
}

.buttonChangeDay {
  background: transparent;
}

.hiddenSpacing {
  min-height: 90px;
}

.buttonStyle:hover {
  color: var(--bs-gray-500);
}

.buttonStyle {
  color: var(--bs-body-bg);
}

.accordion-black-arrow {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='white' stroke='white' stroke-width='2' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='white' stroke='white' stroke-width='2' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.500.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

