.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.bi {
  vertical-align: -0.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.form-control-dark {
  border-color: var(--bs-gray);
}
.form-control-dark:focus {
  border-color: #fff;
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
}

.text-small {
  font-size: 85%;
}

.dropdown-toggle {
  outline: 0;
}

p {
  margin: 0px !important;
  padding: 0px !important;
  line-height: 1 !important;
}

.p1 {
  font-size: 8px !important;
}

.p2 {
  font-size: 10px !important;
}

.p3 {
  font-size: 12px !important;
}

.p4 {
  font-size: 13px !important;
}

.p5 {
  font-size: 14px !important;
}

.p6 {
  font-size: 16px !important;
}

.p7 {
  font-size: 18px !important;
}

.p8 {
  font-size: 20px !important;
}

.p9 {
  font-size: 22px !important;
}

.p10 {
  font-size: 24px !important;
}

.pointer {
  cursor: pointer;
  transition: 0.4s;
}
.pointer:hover {
  cursor: pointer;
  background-color: #ededed;
}
