main.page a {
  color: var(--bs-orange-color);
  text-decoration: none;
}

*:focus {
  outline: 0 none !important;
  border-color: inherit !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  /*border: none !important;*/
}

a {
}

.icon-pos-right-bottom {
  position: absolute;
  right: 10px;
  bottom: 5px;
}

.color-bright-blue {
  color: var(--bs-bright-blue-color) !important;
}

