.btn {
  display: inline-block;
  font-weight: 800;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 8px 19px;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 100px;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.text-orange {
  color: rgb(255,107,0);
}

.text-purple {
  color: rgb(115,96,242);
}

.form-control {
  border: none;
  border-radius: 100px;
}

.infblock {
  padding: 1em;
  border-radius: 5px;
  background-color: rgb(255,255,255);
  /*border: 1px solid rgb(41,41,41);*/
  display: inline-block;
}

.infblock-col {
  height: 100%;
  width: 100%;
  display: block;
}

/* Medaile */

.medal {
  height: 50px;
  width: 50px;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(210,210,210);
  border: 7px solid rgb(186,186,186);
}

.medal span {
  font-size: x-large;
  font-family: 'Fira Mono', sans-serif;
  font-weight: 800;
  /*color: grey;*/
}

.medal-gold {
  background: linear-gradient(72deg, rgb(255,153,0), rgb(255,229,0));
  border-color: rgb(255,215,5);
}

.medal-gold span {
  text-shadow: 0px 3px 7px rgba(106,70,0,0.61);
  color: white;
}

.medal-silver {
  background: linear-gradient(72deg, rgb(239,239,239), rgb(143,143,143));
  border-color: rgb(197,197,197);
  color: rgb(242,242,242);
}

.medal-silver span {
  text-shadow: 0px 3px 7px rgba(106,106,106,0.61);
}

.medal-bronze {
  background: linear-gradient(72deg, rgb(160,58,0), rgb(255,168,0));
  border-color: rgb(215,103,0);
  color: rgb(255,237,220);
}

.medal-bronze span {
  text-shadow: 0px 3px 7px rgb(147,80,0);
}

.profile-pic {
  height: 50px;
  border-radius: 50px;
  background-size: cover !important;
  background-position: center !important;
}

.chyba {
  font-size: 18px;
  color: rgb(91,192,222);
}

.chyba:hover {
  text-decoration: none;
  color: rgb(20,90,111);
}

.blurred {
  filter: blur(10px);
}

.link-hyperbola {
  color: rgb(91,192,222);
}

.link-hyperbola:hover {
  text-decoration: none;
  color: black;
}

