.bg-blur {
  background: rgba(10, 10, 12, 0.72) !important;
  backdrop-filter: blur(12px) saturate(130%) !important;
  -webkit-backdrop-filter: blur(12px) saturate(130%) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.bg-dim {
  position: relative;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-dim::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 0;
  pointer-events: none;
}

.bg-dim > * {
  position: relative;
  font-weight: 600;
  letter-spacing: 0.25px;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.85), 0 2px 4px rgba(0, 0, 0, 0.7),
    0 0 10px rgba(0, 0, 0, 0.55);
  -webkit-text-stroke: 0.4px rgba(0, 0, 0, 0.45);
  z-index: 1;
}

.bg-dim .small {
  color: #ffffff;
}

.text-footer {
  /* font-weight: 600 !important; */
  color: #ffffff !important;
}

.submitBtn {
  border-color: #0d6efd;
  color: #fff !important;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

.viber-icon img {
  transition: filter 0.3s;
}

.viber-icon:hover img {
  filter: brightness(0) invert(1);
}
