.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;
}

.full-url .url-primary {
  color: #007bff !important;
  border-bottom: 1px solid #007bff !important;
}

.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);
}

.seminar-position {
  position: relative !important;
}

.seminar-position .job-apply {
  left: 0;
  position: absolute !important;
  min-width: 100px !important;
  width: 100px !important;
}

.wire-loading {
  position: relative !important;
}

.wire-loading .spinner-loading {
  position: absolute !important;
  top: 0;
  right: 0;
  background: rgba(73, 73, 73, 0.07);
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-account {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  height: 60px !important;
}

