
html, body {
  height: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0px;
}

ul {
  list-style-type: none;
}

li {
  padding: 4px;
}

button {
  text-transform: uppercase;
  user-select: none;
}

a {
  user-select: none;
}

.pannelloErrori li:before {
  content: '';
  display: inline-block;
  height: 15px;
  width: 15px;
  background-size: 15px;
  background-image: url('imgStyle/errore.png');
  margin-right: 5px;
}

.contenutoBody {
  width: 600px;
  height: auto;
  min-height: 100% !important;
  margin: auto;
  position: relative;
}

.bottomBarMenu {
  height: 95px;
  padding-top: 15px;
  background-color: #01212E;
  text-align: center;
  width: 600px;
  position: fixed;
  top: auto;
  right: auto;
  bottom: 0;
  left: auto;
  z-index: 1;
}

.IMGcentro {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.bottoniBottomBarMenu {
  display: inline-block;
  height: 70px;
  width: 24%;
  color: white;
}

.immBarra {
  height: 75px;
  padding: 10px;
}

.riempiVuoto {
  height: 95px;
  width: 100%;
  position: relative;
}

body {
  Font-Family: 'Cabin', Sans-Serif;
  Font-Size: 20px;
  font-weight: 300;
  background-color: #01212E;
  }

h1, h2, h3, h4, h5, h6 {
  font-family: 'JosT', sans-serif;
  /*color: white;*/
}

select, option, input, select {
  width: 250px;
  color: #00292D;
  font-size: 18px;
}

* {
  box-sizing: border-box;
}

.bottone {
  border-radius: 20px;
  width: 250px;
  height: 40px;
  background: white;
  color: #00292D;
  font-family: 'JosT', sans-serif;
  font-size: 20px;
  border: #00292D 3px solid;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
}

.bottonePiccolo {
  border-radius: 20px;
  width: 150px;
  height: 40px;
  background: white;
  color: #00292D;
  font-family: 'JosT', sans-serif;
  font-size: 15px;
  border: #00292D 3px solid;
  text-align: center;
  vertical-align: middle;
  font-weight: 900;
}

.inCentro {
  display: block;
  margin: auto;
}

.autocomplete {
  position: relative;
  display: inline-block;
}

.autocomplete-items {
  text-align: left;
  position: absolute;
  border: 1px solid  #00292D;
  color: #00292D;
  width: 130px;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  top: 100%;
  left: 3px;
  right: 0;
  background-color: white;
  overflow-x: scroll;
}

.autocomplete-items div:hover {
  background-color: #e9e9e9;
  text-align: left;
  width: 130px;
}

.autocomplete-active {
  background-color: DodgerBlue !important;
  color: #ffffff;
  text-align: left;
  width: 130px;
  padding: 3px;
}

.immagineUsernameClassifica {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align:middle;
  border-radius: 50%;
  object-fit:cover;
}

.frecciaSuGiu {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align:middle;
}

.pannelloErrori {
  margin: auto;
  text-align: left;
  background:rgba(150,0,0,1);
  width: 80%;
  color: white;
  min-height: 20px;
  padding: 10px;
  padding-left: 27px;
  border-radius: 20px;
  display: none;
}

.divClassifiche {
  text-align: center;
}

.primaLinea {
  padding: 5px;
}

.aDestra {
  text-align: right;
}

.aSinistra {
  text-align: left;
}

.immagineInput {
  display: inline-block;
  vertical-align:middle;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: white;
  border: solid 3px #01212E;
}

::placeholder {
  color: #00292D;
  font-size: 20px;
}

.loginInput {
  background:#7f7f7f;
  background:rgba(255,255,255,0.0);
  border: 0px;
  width: 190px;
}

.inputForm {
  margin: auto;
  vertical-align: middle;
  background:#7f7f7f;
  background:rgba(255,255,255,0.3);
  border-radius: 20px;
  width: 250px;
  height: 40px;
}

body {
  color: white;
}

.titoloClassifica {
  text-align: center;
}

.tableTitolo {
  border-bottom: white solid 2px;
}

table {
  margin: auto;
}

th {
  width: 175px;
  max-width: 175px;
  overflow: hidden;
  font-weight: normal;
}

table, th, td {
  border-collapse: collapse;
}

.thBordoDestro {
  border-right: white solid 2px;
}

.thImmagineClassifica {
  width: 45px;
  height: 45px;
  border-left: white solid 2px;
  text-align: right;
  border-radius: 50%;
  padding-right: 7px;
  padding-left: 7px;
}

.thUsername {
  min-width: 220px;
  width: 220px;
  border-left: white solid 2px;
  border-right: white solid 2px;
}

.inputFormNonLungo {
  display: inline-block;
  vertical-align: middle;
  background:#7f7f7f;
  background:rgba(255,255,255,0.3);
  border-radius: 20px;
  width: 180px;
  height: 40px;
}

.inputFormMedioLungo {
  display: inline-block;
  vertical-align: middle;
  background:#7f7f7f;
  background:rgba(255,255,255,0.3);
  border-radius: 20px;
  width: 200px;
  height: 40px;
}

.inputNonLungo {
  width: 130px;
  background:#7f7f7f;
  background:rgba(255,255,255,0.0);
  border: 0px;
}

.inputMedioLungo {
  width: 150px;
  background:#7f7f7f;
  background:rgba(255,255,255,0.0);
  border: 0px;
}

.pApriMenu {
  font-variant: small-caps;
  user-select: none;
  position: relative;
  left: 5px;
  text-decoration: none;
  width: max-content;
  display: inline-block;
  font-size: 21px;
}

.pApriMenu2 {
  font-variant: small-caps;
  user-select: none;
  width: max-content;
  display: inline-block;
  margin-left: 5px;
}

.divApriMenu2 {
  margin: auto;
  text-align: center;
  width: 200px;
}

.imgApriMenu {
  height: 21px;
  width: 21px;
  display: inline-block;
  vertical-align:middle;
  position: relative;
  bottom: 2px;
}

.divApriMenu {
  margin-left: 20px;
}

.animazioneSottolineatura {
  position: relative;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  width: max-content;
  user-select: none;
}

.animazioneSottolineatura::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: white;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}

.animazioneSottolineatura:hover::before {
  visibility: visible;
  transform: scaleX(1);
}

.raiseAnimation{
  transition: 0.25s;
  user-select: none;
}

.raiseAnimation:hover, .raiseAnimation:focus {
  box-shadow: 0 0.75em 0.5em -0.4em white;
  transform: translateY(-0.25em);
}

.raiseAnimationInt{
  transition: 0.25s;
}

.raiseAnimationInt:hover, .raiseAnimationInt:focus {
  transform: translateY(-0.25em);
}

.closeAnimation {
  transition: 0.25s;
}

.closeAnimation:hover, .closeAnimation:focus {
  color: #00292D;
  box-shadow:
    inset -200px 0 0 0 white,
    inset 200px 0 0 0 white;
}
