::-webkit-scrollbar {
  display: none !important;
}

body {
  background-color: #f1f1f1 !important;
  font-family: "Merriweather", serif !important;
  font-optical-sizing: auto;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Merriweather", serif !important;
  font-optical-sizing: auto;
  font-style: normal;
}

.blue-light-bg {
  background-color: #f1f5f9 !important;
}

.my-header-bg {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.pill-width {
  width: 9rem;
}

.form-control {
  color: #000000 !important;
}

.form-select {
  color: #000000 !important;
}

.sm-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
}

.fs-7 {
  font-size: 0.65rem !important;
}

.button-md-circle {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 50%;
}

.btn-outline-dark:hover {
  color: #ffffff !important;
}

.border-extralight {
  border: 1px solid rgb(214, 214, 214) !important;
}
