/* src/styles.less */
body {
  margin: 0;
  padding: 0;
  background-color: #333;
}
h1 {
  color: #000000;
  font-weight: 900;
  margin: 0;
  font-size: 30px;
}
h2 {
  color: #000000;
  font-weight: 700;
  margin: 0;
  font-size: 26px;
  color: #EB8F3C;
  -webkit-text-stroke-width: 0.6px;
  -webkit-text-stroke-color: white;
}
label {
  display: block;
  text-align: left;
  padding-left: 20px;
  color: #222;
  margin-bottom: -20px;
}
input {
  border-radius: 15px;
  width: 88%;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 20px;
  font-family: "Ubuntu";
  border: 1px solid #EB8F3C;
}
input.formBirthDate {
  width: 60px;
  margin-right: 8px;
  text-align: center;
}
input#year {
  width: 100px;
}
input[type=submit],
button {
  background-color: #EB8F3C;
  color: #FFFFFF;
  border: 0;
  cursor: grab;
}
input[type=checkbox] {
  width: 20px;
}
#main {
  position: relative;
  margin: 0 auto;
  font-family: "Ubuntu";
  background-color: #91CAA5;
  background: lightblue url("./media/background01-VLSVE6WO.jpg") no-repeat fixed center;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed !important;
  max-width: 500px;
  min-height: 100vh;
  font-size: 20px;
}
#header {
  position: relative;
}
#header img {
  width: 100%;
}
#menu {
  display: flex;
  justify-content: space-around;
  margin-bottom: 16px;
  text-align: center;
}
#menu a {
  border-radius: 12px;
  padding-left: 8px;
  padding-right: 8px;
  margin: 3px;
  font-size: 20px;
  border: 0;
  background-color: #EB8F3C;
  color: #FFFFFF;
  font-family: "Ubuntu";
  cursor: grab;
  text-decoration: none;
  transition: transform 0.1s;
}
#menu .active {
  background-color: rgba(145, 202, 165, 0.8);
  transform: scale(1.1);
}
#footer {
  width: 100%;
  max-width: 500px;
  text-align: center;
  color: #FFFFFF;
  background-color: #EB8F3C;
  position: fixed;
  bottom: 0;
}
#footer a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 20px;
}
#lang {
  position: absolute;
  bottom: 3px;
  left: 10px;
  display: flex;
  flex-direction: center;
  justify-content: center;
}
#lang img {
  cursor: pointer;
  height: 20px;
  width: 32px;
  margin-right: 10px;
  border-radius: 10px 3px 10px 3px;
}
.contentMain {
  position: relative;
  width: 93%;
  margin: 0 auto;
  border-radius: 16px;
  background-color: rgba(145, 202, 165, 0.8);
  text-align: center;
  padding: 5px;
  margin-bottom: 15px;
}
.contentMain p.short {
  margin: 0;
}
.predictionSerie {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
  text-align: center;
  font-weight: bold;
}
.predictionSerie a {
  flex-wrap: wrap;
  border-radius: 12px;
  padding-left: 8px;
  padding-right: 8px;
  margin: 3px;
  font-size: 20px;
  border: 0;
  background-color: #EB8F3C;
  color: #FFFFFF;
  font-family: "Ubuntu";
  cursor: grab;
  text-decoration: none;
  width: 200px;
}
.contentList div {
  margin: 0 auto;
  padding: 10px;
  width: 90%;
  border-bottom: 1px dashed #555;
}
.contentList div p {
  margin: 0;
}
.contentList div span {
  margin-left: 10px;
  font-size: 20px;
  color: #EB8F3C;
  -webkit-text-stroke-width: 0.8px;
  -webkit-text-stroke-color: #555;
}
.contentList div:last-child {
  border-bottom: 0;
}
.athleteList {
  font-size: 18px;
}
.athleteList img.flag {
  height: 18px;
  margin-right: 5px;
  border-radius: 10px 3px 10px 3px;
}
.athleteList .athleteLine {
  position: relative;
  font-weight: 500;
  border-bottom: 3px dashed grey;
  padding: 8px;
}
.athleteList .athleteLine span.left {
  position: absolute;
  left: 5px;
}
.athleteList .athleteLine span.right {
  position: absolute;
  right: 5px;
}
.bold {
  font-weight: bold;
}
.error {
  font-size: 18px;
  color: red;
  font-style: italic;
  -webkit-text-stroke-width: 0.1px;
  -webkit-text-stroke-color: white;
}
.noBorder {
  border: none;
}
.center {
  text-align: center;
}
.navBar {
  text-align: center;
  position: relative;
  margin: 0 auto;
  width: 95%;
  height: 30px;
  margin-bottom: 8px;
  display: block;
}
.navBar .left {
  position: absolute;
  left: 5px;
}
.navBar .right {
  position: absolute;
  right: 5px;
}
.navBar img {
  height: 30px;
}
.separate {
  margin: 0 auto;
  width: 70%;
  height: 12px;
  background-image: url("./media/separate_orange2-2KD37TZP.png");
  background-size: 100% 100%;
}
.description {
  font-size: 18px;
  font-style: italic;
  color: #FFFFFF;
  -webkit-text-stroke-width: 0.2px;
  -webkit-text-stroke-color: black;
  margin-bottom: 5px;
}
.gold,
.silver,
.bronze {
  border-radius: 10px;
}
.gold {
  background-color: rgba(212, 175, 55, 0.9);
}
.silver {
  background-color: rgba(192, 192, 192, 0.9);
}
.bronze {
  background-color: rgba(160, 113, 85, 0.9);
}
img.icon {
  height: 30px;
}
.absolute {
  position: absolute;
}
.right {
  right: 5px;
}
.left {
  left: 5px;
}
.btn {
  border-radius: 12px;
  padding-left: 8px;
  padding-right: 8px;
  margin: 3px;
  font-size: 20px;
  border: 0;
  background-color: #EB8F3C;
  color: #FFFFFF;
  font-family: "Ubuntu";
  cursor: grab;
  text-decoration: none;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles-QETORHGG.css.map */
