.error {
  color: #ff0000;
  font-size: 15px;
  font-weight: 600;
}

.cup img {
  height: 109px;
}

.tablestyle.bold th,
.tablestyle.bold td {
  color: #00001f;
}

.modal-xl.modal-dialog {
  max-width: 100% !important;
}
/*
.modal-xl.modal-content {
    width: 90%  !important;
    height: 65% !important;
    min-width: 90% !important;
    min-height: 65%  !important;
}*/

/* modal animation */
.modal-content {
  animation-name: example;
  animation-duration: 1s;
}

@keyframes example {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}

.zoom {
  cursor: pointer;
}

.zoom-chart {
  top: 15px;
  position: absolute;
  right: 20px;
}

/* progress bar */
.progress {
  background-color: #9797b3;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.progress-bar span {
  position: absolute;
  margin-left: 8px;
}

/* table column width */

.table-fixed-width {
  width: 120px;
}

@media (min-width: 992px) {
  .table-fixed-width {
    width: 194px;
  }
}

@media (max-width: 767px) {
  .table-fixed-width {
    width: 80px;
  }
}

.table-fixed-width-small {
  width: 75px;
}

@media (min-width: 992px) {
  .table-fixed-width-small {
    width: 110px;
  }
}

@media (max-width: 767px) {
  .table-fixed-width-small {
    width: 50px;
  }
}

.table-fixed-width-x-small {
  width: 70px;
}

@media (min-width: 992px) {
  .table-fixed-width-x-small {
    width: 90px;
  }
}

@media (max-width: 767px) {
  .table-fixed-width-x-small {
    width: 50px;
  }
}

/* title in rank-indices component */

.title-ranking-indices {
  margin-bottom: 10px !important;
  margin-top: 20px !important;
}

/* larger title in zoom */
.zoomed h3 {
  font-size: 200%;
}

/* MODAL */

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.modal-dialog {
  /*position: fixed;*/
  /*margin: 0;*/
  width: 100%;
  height: 100%;
  padding: 0;
}

.modal-content {
  position: absolute;
  top: 40px;
  right: 40px;
  left: 40px;
  border: 2px solid #3c7dcf;
  border-radius: 0;
  box-shadow: none;
  width: auto !important;
  max-width: 1400px;
  margin: auto;
  height: auto !important;
}

@media (max-height: 720px) {
  .modal-content {
    max-width: 600px;
  }
}

@media (min-height: 720px) and (max-height: 850px) {
  .modal-content {
    max-width: 800px;
  }
}

@media (min-height: 850px) and (max-height: 1080px) {
  .modal-content {
    max-width: 1000px;
  }
}

/* nav bar */

button.nav-link {
  border: 0;
  background-color: white;
  font-weight: 600;
  vertical-align: middle;
  padding: 18.5px;
  line-height: 27px;
  outline: none;
}

button.nav-link-outline {
  border: 0;
  background-color: white;
  font-weight: 600;
  vertical-align: middle;
  padding: 18.5px;
  line-height: 27px;
  margin: 1px;
}

.nav-link {
  margin: 1px;
}

/* hamburger menu */

#navbarDropdown-hamburger::after {
  display: none;
}

a.languageButton {
  border: 1px;
  border-style: solid;
  margin: 3px !important;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Skip to main content link */

.skip-link {
  background: #fff;
  color: #070707;
  font-weight: 700;
  left: 50%;
  padding: 4px;
  position: absolute;
  z-index: 1;
  transform: translateY(-100%);
  transition: transform 0.3s;
}

.skip-link:focus {
  transform: translateY(0%);
}

/* Accessibility */

.big-table th {
  font-size: 13px;
  letter-spacing: 0;
}
th {
  font-weight: 100;
}
th.bold {
  font-weight: 900;
}
td {
  font-weight: 100;
}
td.bold {
  font-weight: 900;
}

.inverted tr th.title {
  font-size: 21px;
  color: rgba(255, 255, 255, 0.6);
  text-align: left;
}

.expandbutton {
  border: none;
  background: none;
  height: 40px;
}

.expandbutton:focus-visible {
  border: 1px solid #c9c9db;
}

.modal-title {
  font-size: 200%;
  font-weight: 600;
  color: #00001f;
  text-align: center !important;
  text-align: center;
  margin-left: auto;
}

.dropdown-toggle.nav-link-outline {
  opacity: 0.6;
}

.nav-item.ng-star-inserted.active.dropdown > .dropdown-toggle.nav-link-outline {
  opacity: 1;
}

.zoom:focus img {
  border: 1px solid black;
}

#dropdownManual:focus {
  outline: 1px solid black;
}

input[type="range"]:focus {
  border: 1px solid white;
}

.switch-container:focus-within {
  border: 1px solid gray !important;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
label.switch {
  margin-top: 8px;
  margin-left: 8px;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
}

.screen-reader-only {
  position: absolute;
  height: 1px;
  width: 1px;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
  -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
  overflow: hidden !important;
}

.stronger {
  font-weight: 900 !important;
}

div.dropdown-menu-right {
  line-height: 1.5;
}

#beacon-container {
  transform: rotate(180deg);
  writing-mode: vertical-rl;
  cursor: pointer;
  white-space: nowrap;
  font-size: 24px;
  font-family: Montserrat;
}

#centre-beacon.rotated {
  padding: 15px 20px;
  writing-mode: vertical-lr;
}

#centre-beacon {
  position: fixed;
  background-color: #1f2532;
  cursor: pointer;
  z-index: 4;
  padding: 10px 15px;
  border: none;
  border-radius: 32px;
  box-sizing: content-box;
  font-size: 13px;
  white-space: nowrap;
  opacity: 1;
  transition: opacity 0.3s linear;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.modal-body {
  line-height: 1.5;
}

.card-body {
  line-height: 1.5;
}