* {
    font-family: 'Titillium Web', sans-serif;
}

h2 {
    font-size: 4em;
    color: #5361ac;
    font-family: 'Titillium Web', sans-serif;
}

.flex {
    display: flex;
}

.flex-column {
    flex-direction: column;
}

.align-items-center {
    align-items: center;
}

body {
    background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgb(215 230 243) 100%);
}

.wrap {
  /*  width: 100vw;*/
  /*  max-width: 1080px;*/
     height: 90vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
.wrap.login{
  height: 61vh;
}
.wrap.admin{
  height: auto;
}

.product {
    /*width: 80vw;*/
    margin: 10px;
    padding: 80px 10px;
    background-color: white;
    box-shadow: 0px 5px 55px 5px #00000029;
    border-radius: 30px;
    display: flex;
  /*  align-items: center;*/
    justify-content: center;
    max-width: 1061px;
}
button.atm {
    /*padding: 3%;*/


    border-radius: 10px;
    border: none;
    background-color: #33b739;
    color: white;
    font-weight: 700;
    /*font-size: 3em;*/
    text-transform: uppercase;
    box-shadow: 10px 10px 10px #52de5845;
    cursor: pointer;
}
.btn{
 min-width: 1px;
 box-shadow: none;
 font-size: 0.9rem;
}
button {
    padding: 3%;
    /*min-width: 80vw;*/
    border-radius: 10px;
    border: none;
    background-color: #33b739;
    color: white;
    /*font-weight: 700;
    font-size: 3em;
    text-transform: uppercase;
    box-shadow: 10px 10px 10px #52de5845;*/
}

.buttonplay{
              font-size: 1em;
              min-width: 0;
              padding: 8%;
            }
.btn-atmgreen {
              color: #fff;
              background-color: #33b739;
              border-color: #52de5845;
              min-width: 1px !important;
            }
.finalcart{
  width: 80vw;
    display: flex;
    justify-content: center;
}

table {
    width: 80%;
    border-collapse: collapse;
}
th {
    font-size: 2em;
    text-align: left;
}
td {
    font-size: 3em;
    text-align: right;
    font-weight: 200;
}




tr.totale th {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 3em;
}

tr.totale td {
    font-size: 4em;
    font-weight: 700;
}

tr.bordered {
    border-bottom: 1px solid #000;
}

.area-action button {
    margin-top: 40px;
}
label {
    cursor: default;
    font-size: small;
    font-weight: normal;
}

.success{
  background: #defbd2;
    width: 31vw;
    border: 1px solid #c7f7ba;
    box-shadow: 0px 5px 35px 2px #00000029;
    border-radius: 7px;
    padding: 6%;
    text-align: center;
    color: #6c7861;
    font-size: 11pt;
}
.errore{
  background: #f7dddd;
    width: 31vw;
    border: 1px solid #c7f7ba;
    box-shadow: 0px 5px 35px 2px #00000029;
    border-radius: 7px;
    padding: 6%;
    text-align: center;
    color: #6c7861;
    font-size: 11pt;
}
#block{
  position: fixed;
}
.iconright{
  /*float: right;*/
  margin-left: 5px;
    color: #6c757d;
}
.pulsantidestra{
  display: block;
    float: right;
    /* margin-top: 10px;*/
}
.list-group-item.active {
    z-index: 2;
    color: #000;
    background-color: #52de5845;
    border-color: #33b739;
}
.imgpopover{
  float: left;
  margin-right: 12px;
}
