.disabled a,
:disabled {
  cursor: default;
  pointer-events: none;
  opacity: 0.5;
}

.full-url {
  position: relative;
}

.full-url a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
}

.mw-25 {
  min-width: 25%;
}

.switch-lang {
  display: flex;
}

.switch-lang :last-child {
  border: none;
}

.switch-lang a {
  padding: 0 0.5rem !important;
  text-transform: uppercase;
  color: white;
  border-right: 1px solid white;
}

.switch-lang .active {
  cursor: default;
  pointer-events: none;
  color: rgba(255, 255, 255, 0.8);
}

