/*
body{
  background-image: none !important;
}
*/

/*
.bg-milk {
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px) !important;
}
*/

.navbar-light {
  color: rgba(0, 0, 0, 0.9);
}

.calendar-day-active {
  background-color: rgba(255, 255, 255, 0.7) !important;
}

.btn-group-lg > .btn,
.btn-lg {
  padding: 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}

.btn.btn-rounded {
  width: 40;
}

/*
.card-fr {
  border-radius: 0.5rem;
  background-color: rgba(255, 255, 255, 0.3);
}
*/

.p-01 {
  padding: 0.35rem !important;
}
.pb-6 {
  padding-bottom: 12rem !important;
}

.padding-header {
  padding-top: 100px;
}
.margin-header {
  margin-top: 80px;
}

.text-sm {
  font-size: 0.7rem;
}

.text-bold {
  font-weight: 700;
}

.text-capitalize {
  text-transform: capitalize;
}

.scroll-wrapper {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
.scroll-wrapper::-webkit-scrollbar {
  display: none;
}

.scroll-wrapper .scroll-item {
  flex: 0 0 auto;
}

.modal-fullscreen .modal-dialog {
  max-width: 100% !important;
  margin: 0;
  height: 100%;
}
