
// PRENOTA BIGLIETTO

.blocco__biglietti{
  height: 339px;
  width: 600px;
  overflow-x: scroll;
  overflow-y: hidden;
  &__box{
    height:auto;
    width:auto;
    display: inline-flex;
  }
}

.box__biglietto {
  display: inline-block;
  float: left;
  height: 300px;
  max-height: 300px;
  width: 250px;
  /*border: #997dad 1px solid;*/
  /*border-radius: 5px;*/
  margin: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: 20px;
  background-image: url("../../assets/img/bg_biglietto.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 250px auto;
  &--top {
    height: 78px;
    width: 100%;
    padding: 10px;
    /*border-bottom: 1px dotted #dcdcdc;*/
    /*background: linear-gradient(135deg, #ffffff, #f5f5f5);*/
  }
  &--middle {
    height: 127px;
  }
  &--bottom {
    height: 92px;
    position: relative;
  }
}

.divisore_giorni {
  /*width:30px;*/
  width: 10%;
  height: 100%;
  display: inline-block;
  float: left;
  background-image: url("../../assets/img/next.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 12px auto;
}

.box__biglietto--middle__info {
  display: inline-flex;
  width: 100%;
  padding: 10px;
  &--avatar {
    display: inline-block;
    height: 60px;
    width: 60px;
    background-color: #0b58a2;
    border-radius: 40px;
    margin-right: 10px;
    margin-left: 10px;

  }
  &--testo {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    flex: auto;
    font-size: 12px;
  }
}



.posti {
  color: grey;
  font-size: 28px;
  font-weight: 700;
  text-align: left;
  &__disponibili {
    color: black;
  }
}

.box__biglietto__prezzo {
  font-size: 14px;
  &_money {
    font-size: 24px;
    font-weight: 600;
  }
}
