/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');*/

@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');

:root {
  --primary-color: #ff2b51;
  /*--primary-color: #E13510;*/
  --secondary-color: #403C3C;
  --bg-gymscoring-default: rgba(255, 255, 255, .8);
  --bg-gymscoring-secondary: rgba(255, 255, 255, .6);
  --bg-gymscoring-light: rgba(255, 255, 255, .3);
  --black: #212529;
}


body {
  height: 100vh;
  font-family: "Titillium Web", sans-serif;
}

.text-gymscoring {
  color: var(--primary-color) !important;
}

.gymscoring-container {
  width: 100%;
  max-width: 1580px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px
}

.main-container {
  overflow-y: hidden;
}

.container-fluid.main {
  height: 100%;
}

.content-container {
  padding-bottom: 50px;
}

.bg-bist {
  background-color: #bd4119
}

main.container {
  margin-top: 50px
}

.inner-container {
  margin: 40px auto;
}

.frontpage {
  margin-top: 20vh;
}

.frontpage .card {
  width: 70%;
  min-width: 400px;
  text-align: center;
  margin: auto
}

.navbar.navbar-dark {
  background-color: #bd4119;
}

.competitions-list li a {
  color: #bd4119;
  display: block;
  width: 100%;
  height: 100%;
}

.competitions-list li a:hover {
  text-decoration: none;
}

.results .table-responsive {
  overflow-y: auto;
  max-height: 400px;
}

.results-pv table tbody tr td {
  font-size: 14px;
  vertical-align: middle;
}

footer {
  background-color: #bd4119;
  color: #fff;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

footer .copy {
  color: rgba(255, 255, 255, .6);
}

.flag {
  background-size: cover;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 3px;
  background-repeat: no-repeat;
  background-position: center;
}

.flag-16 {
  width: 16px;
  height: 16px;
}

.flag-24 {
  width: 24px;
  height: 24px;
}

.flag-squared {
  border-radius: 5px;
  width: 36px;
  border: 1px solid #ddd;
}

.flag-table {
  height: 20px;
  width: 34px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.flag-sm {
  width: 28px;
  height: 20px;
}

.nav {
  border-bottom: 1px solid;
  background-color: rgba(11, 39, 125, .05);
}

.nav.not-active .nav-link {
  padding: 0;
  font-size: 90%;
  opacity: .8;
}

.nav-link.active {
  border-bottom: 2px solid;
}

.time-sync-container {
  position: fixed;
  width: 100%;
  left: 50%;
  max-width: 730px;
  margin: auto;
  transform: translateX(-50%);
  bottom: 0;
}

.time-sync-container .btn {
  box-shadow: none;
}
