@font-face {
  font-family: 'Nickainley Normal';
  src: url("Nickainley-Normal.woff2") format("woff2"), url("Nickainley-Normal.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box; }

input, select, textarea, button {
  box-sizing: border-box;
  font-family: 'Josefin Slab', serif;
  outline: 0;
  background: rgba(255, 255, 255, 0); }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.your-style {
  font-family: 'Nickainley Normal';
  font-weight: normal;
  font-style: normal; }

.container_babbo {
  position: absolute;
  right: 0;
  width: 40%;
  bottom: 0;
  height: 100%;
  z-index: 10;
  overflow: hidden; }
  .container_babbo svg {
    position: absolute;
    width: 100%;
    transform: scaleX(-1);
    bottom: -100%;
    animation-name: example;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    right: -50%; }

@keyframes example {
  0% {
    bottom: -120%; }
  10% {
    bottom: -120%; }
  35% {
    bottom: -70%; }
  50% {
    bottom: -20%; }
  75% {
    bottom: -30%; }
  90% {
    bottom: -120%; }
  100% {
    bottom: -120%; } }
body {
  background: #A10715;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-family: 'Josefin Slab', serif;
  min-width: 100vw;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  min-height: 100vh;
  overflow-x: hidden; }
  body a {
    color: #fff; }

h1, h2 {
  font-family: 'Nickainley Normal';
  text-shadow: 1px 1px 2px #969696; }

#svg1 {
  position: absolute;
  height: 72px;
  left: 400px;
  top: 48px;
  z-index: 100; }

#svg2 {
  position: absolute;
  height: 40px;
  left: 600px;
  bottom: 100px;
  z-index: 100; }

#svg3 {
  position: absolute;
  height: 72px;
  left: 200px;
  bottom: 20px;
  z-index: 100; }

#svg4 {
  position: absolute;
  height: 72px;
  right: 400px;
  top: 60px;
  z-index: 100; }

#svg5 {
  position: absolute;
  height: 40px;
  right: 800px;
  top: 100px;
  z-index: 100; }

.home {
  width: 100%;
  height: 100vh;
  background: #A10715;
  color: #fff;
  position: relative;
  background: url(../images/sfondo.png);
  background-size: cover; }
  .home-container {
    position: absolute;
    left: 15%;
    top: 55%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 500px; }
    .home-container__title {
      font-family: 'Nickainley Normal';
      color: #fff;
      font-size: 80px;
      line-height: 40px; }
    .home-container__subtitle {
      font-family: 'Nickainley Normal';
      color: #00B36C;
      font-size: 63px; }
    .home-container__text {
      font-size: 13px;
      max-width: 435px;
      text-align: center;
      margin-top: 16px; }
    .home-container form {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin-top: 30px; }
      .home-container form .form-element {
        margin-bottom: 15px; }
        .home-container form .form-element label {
          display: none; }
        .home-container form .form-element input[type=text], .home-container form .form-element input[type=password] {
          width: 250px;
          border-radius: 5px;
          background: #fff;
          border: 3px solid #00B36C;
          font-family: 'Josefin Slab', serif;
          padding: 7px;
          color: #000;
          text-align: center; }
      .home-container form button {
        font-weight: bold;
        color: #fff;
        appearance: none;
        border-radius: 5px;
        padding: 11px 30px;
        background: #00B36C;
        font-family: 'Josefin Slab', serif;
        border: none;
        display: block;
        width: fit-content;
        text-transform: uppercase; }

h1.logo {
  position: fixed;
  left: 20px;
  top: 20px;
  text-align: left;
  width: 131px;
  font-size: 30px;
  z-index: 100;
  font-family: 'Nickainley Normal';
  line-height: 27px;
  color: #fff; }
  h1.logo span {
    color: #00b36c;
    text-shadow: none; }

.under_header {
  position: fixed;
  top: 0px;
  height: 100px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  background: #A10715;
  color: #fff; }
  .under_header nav ul {
    display: flex; }
    .under_header nav ul li {
      margin: 10px; }
      .under_header nav ul li a {
        color: #fff;
        text-decoration: none;
        font-weight: bold;
        font-size: 18px; }
  .under_header nav:last-of-type {
    position: fixed;
    right: 20px; }

.sfondo {
  background: url(../images/sfondo2.png);
  background-size: cover;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  z-index: -1;
  position: fixed;
  top: 100px;
  left: 0; }

div#content {
  padding-top: 150px; }
  div#content .img-container, div#content .info.immagine {
    width: fit-content;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 10px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 4px solid #A10715;
    overflow: hidden; }
    div#content .img-container img, div#content .info.immagine img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  div#content .info.important {
    font-family: 'Nickainley Normal';
    font-size: 28px;
    color: #A10715; }
  div#content .info-bar {
    display: flex;
    justify-content: center; }
    div#content .info-bar a {
      padding: 11px 20px;
      text-transform: uppercase;
      color: #fff;
      text-decoration: none;
      font-weight: bold;
      background: #00B36C;
      border-radius: 5px;
      font-size: 14px;
      margin: 10px; }
  div#content h1 {
    font-family: 'Nickainley Normal';
    font-size: 50px; }
  div#content .user-info {
    position: relative; }
    div#content .user-info .name-user {
      margin-top: 15px; }
    div#content .user-info .suggerimenti-user {
      position: relative;
      width: 280px;
      margin: 20px auto;
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 110px; }
      div#content .user-info .suggerimenti-user .inner {
        padding: 10px;
        color: #a10715;
        position: relative;
        z-index: 2;
        display: flex;
        width: 100%; }
        div#content .user-info .suggerimenti-user .inner h2 {
          color: #a10715;
          padding: 5px;
          border-right: 1px solid #ccc;
          font-size: 14px;
          line-height: 14px;
          width: 90px;
          display: flex;
          align-items: center; }
        div#content .user-info .suggerimenti-user .inner .suggerimenti {
          width: calc(100% - 90px); }
      div#content .user-info .suggerimenti-user::before {
        content: "";
        position: absolute;
        width: calc(100% - 10px);
        height: calc(100% - 10px);
        background: #fff;
        z-index: 0;
        left: 50%;
        transform: translate(-50%, -50%);
        top: 50%;
        border-radius: 10px;
        z-index: 1; }
      div#content .user-info .suggerimenti-user::after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        background: url("../images/pattern.png");
        border-radius: 10px;
        z-index: 0; }
    div#content .user-info::after {
      content: "";
      background-image: url("../images/bacca.png");
      background-size: contain;
      width: 79px;
      position: absolute;
      height: 38px;
      left: 50%;
      background-repeat: no-repeat;
      top: 157px;
      transform: rotate(8deg) translateX(-50%); }
  div#content .users-list {
    display: grid;
    direction: ltr;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row dense;
    max-width: 700px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 100px; }
    div#content .users-list li {
      width: 100%;
      margin: auto;
      padding: 30px;
      border-radius: 50px;
      background: rgba(255, 255, 255, 0.9098039216);
      color: #000;
      border: 4px solid #00b36c;
      position: relative; }
      div#content .users-list li::after {
        content: "";
        background-image: url("../images/bacca.png");
        background-size: contain;
        width: 79px;
        position: absolute;
        height: 38px;
        left: 50%;
        background-repeat: no-repeat;
        top: 207px;
        transform: rotate(8deg) translateX(-50%); }
  div#content .extractions-list {
    margin-top: 50px; }
    div#content .extractions-list li {
      width: 600px;
      margin: auto;
      margin-bottom: 50px;
      padding: 30px;
      border-radius: 50px;
      background: #ffffffe8;
      color: #000;
      border: 4px solid #00b36c; }
      div#content .extractions-list li .info.important {
        font-size: 40px;
        font-family: 'Nickainley Normal';
        color: #A10715;
        margin-bottom: 20px; }
      div#content .extractions-list li .info.list {
        padding: 25px;
        background: #a1071512;
        border-radius: 30px;
        margin-top: 30px;
        margin-bottom: 30px; }
        div#content .extractions-list li .info.list span {
          font-size: 30px;
          font-family: "Nickainley Normal";
          color: #A10715;
          margin-bottom: 10px;
          display: block; }
  div#content .advent_calendar_admin {
    margin-top: 50px; }
    div#content .advent_calendar_admin > li {
      width: 600px;
      margin: auto;
      margin-bottom: 50px;
      padding: 30px;
      background: #ffffffe8;
      color: #000; }
      div#content .advent_calendar_admin > li h2 {
        font-size: 20px;
        color: #000;
        margin-bottom: 20px; }
      div#content .advent_calendar_admin > li .calendar_admin li {
        margin-bottom: 10px;
        position: relative; }
        div#content .advent_calendar_admin > li .calendar_admin li .loading {
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(255, 255, 255, 0.5);
          z-index: 10;
          display: none;
          justify-content: center;
          align-items: center; }
        div#content .advent_calendar_admin > li .calendar_admin li:last-child {
          margin-bottom: 0; }
        div#content .advent_calendar_admin > li .calendar_admin li .inner {
          display: flex;
          justify-content: center;
          padding: 10px;
          border: 1px solid #ddd;
          align-items: center;
          justify-content: space-between; }
          div#content .advent_calendar_admin > li .calendar_admin li .inner .giorno {
            width: 80px;
            border: 1px solid #ddd;
            background: #fff;
            font-size: 18px;
            height: 80px;
            line-height: 80px; }
          div#content .advent_calendar_admin > li .calendar_admin li .inner button {
            padding: 11px 20px;
            text-transform: uppercase;
            color: #fff;
            text-decoration: none;
            font-weight: bold;
            background: #00B36C;
            border-radius: 5px;
            font-size: 14px;
            margin: 10px;
            border: 0; }
          div#content .advent_calendar_admin > li .calendar_admin li .inner .action_bar {
            width: 200px;
            overflow: hidden; }
          div#content .advent_calendar_admin > li .calendar_admin li .inner .img img {
            width: 120px; }
  div#content .advent_calendar {
    margin-top: 50px; }
    div#content .advent_calendar > li {
      width: 700px;
      margin: auto;
      margin-bottom: 50px;
      padding: 30px;
      background: #ffffffe8;
      color: #000;
      border: 4px solid #00b36c;
      background: url("../images/sfondo.png");
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
      div#content .advent_calendar > li h2 {
        font-size: 40px;
        color: #fff;
        background: #a10715;
        border-radius: 2px;
        width: 50%;
        margin: 0 auto; }
      div#content .advent_calendar > li .pre-countDown {
        color: #a10715;
        background: #fff;
        width: 50%;
        margin: 0 auto; }
      div#content .advent_calendar > li .calendar {
        display: flex;
        flex-wrap: wrap;
        margin-top: 260px;
        justify-content: space-between; }
        div#content .advent_calendar > li .calendar li {
          width: 20%;
          margin-bottom: 20px;
          position: relative;
          padding: 0 5px; }
          div#content .advent_calendar > li .calendar li .inner {
            position: relative;
            width: 100%;
            display: flex;
            justify-content: center;
            align-content: center;
            height: 95px; }
            div#content .advent_calendar > li .calendar li .inner .giorno {
              position: relative;
              z-index: 10;
              font-size: 40px;
              font-family: 'Nickainley Normal';
              color: #A10715;
              line-height: 95px; }
            div#content .advent_calendar > li .calendar li .inner::before {
              content: "";
              position: absolute;
              width: calc(100% - 10px);
              height: calc(100% - 10px);
              background: #fff;
              z-index: 0;
              left: 50%;
              transform: translate(-50%, -50%);
              top: 50%;
              border-radius: 10px;
              z-index: 1; }
            div#content .advent_calendar > li .calendar li .inner::after {
              content: "";
              width: 100%;
              height: 100%;
              position: absolute;
              left: 50%;
              top: 50%;
              transform: translate(-50%, -50%);
              background: url("../images/pattern.png");
              border-radius: 10px;
              z-index: 0; }
          div#content .advent_calendar > li .calendar li.open .inner .giorno {
            color: #fff; }
          div#content .advent_calendar > li .calendar li.open .inner::before {
            background: #A10715; }
  div#content .dashboard_ul li {
    width: 600px;
    margin: auto;
    margin-bottom: 50px;
    padding: 30px;
    border-radius: 50px;
    background: #ffffffe8;
    color: #000;
    border: 4px solid #00b36c; }
    div#content .dashboard_ul li h2 {
      color: #a10715;
      font-family: 'Nickainley Normal';
      font-size: 50px; }
    div#content .dashboard_ul li .extractionData a {
      color: #00B36C; }
    div#content .dashboard_ul li a.ajax_class {
      padding: 11px 20px;
      display: block;
      border-radius: 10px;
      background: #00b36c;
      color: #fff !important;
      text-decoration: none;
      text-transform: uppercase;
      font-weight: bold;
      width: fit-content;
      margin: 15px auto; }
    div#content .dashboard_ul li h2.partecipare {
      margin-top: 20px;
      border-top: 1px solid #ccc;
      padding-top: 20px;
      font-size: 34px !important; }

div.countDown {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 6px; }
  div.countDown > div {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 1; }
    div.countDown > div::before {
      content: "";
      position: absolute;
      width: 90px;
      height: 90px;
      background: #fff;
      z-index: 0;
      left: 50%;
      transform: translate(-50%, -50%);
      top: 50%;
      border-radius: 10px; }
    div.countDown > div::after {
      content: "";
      width: 100px;
      height: 100px;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      background: url("../images/pattern.png");
      border-radius: 10px;
      z-index: -1; }
    div.countDown > div .valore {
      font-size: 30px;
      font-weight: bold;
      color: #a10715;
      margin: 0;
      margin-top: 24px;
      padding: 0;
      height: auto;
      line-height: 13px;
      z-index: 1; }
    div.countDown > div .label {
      z-index: 1;
      color: #000; }
  div.countDown div {
    margin: 10px; }

div#footer {
  bottom: 0;
  width: 100%;
  height: auto;
  background: #fff;
  color: #a10715;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 20px; }
  div#footer a {
    color: #00B36C; }

.admin-form ul {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .admin-form ul li {
    border: 4px solid #00b36c;
    padding: 30px;
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 0.9098039216);
    width: 600px;
    border-radius: 50px; }
    .admin-form ul li:last-child {
      margin-bottom: 50px;
      border: 0;
      background: transparent;
      padding: 0; }
    .admin-form ul li label {
      width: 100%;
      display: block;
      margin-bottom: 10px;
      text-align: left;
      color: brown;
      border-bottom: 1px solid brown;
      font-weight: bold; }
    .admin-form ul li input, .admin-form ul li select, .admin-form ul li file {
      background: rgba(255, 255, 255, 0);
      border: 0;
      border-bottom: 2px dotted #00b36c;
      width: 100%;
      color: #000;
      line-height: 40px;
      height: 40px;
      font-family: "Josefin Slab", serif; }
    .admin-form ul li textarea {
      background: rgba(255, 255, 255, 0);
      border: 0;
      border-bottom: 2px dotted #00b36c;
      width: 100%;
      color: #000;
      min-height: 100px;
      max-height: 100px;
      font-family: "Josefin Slab", serif; }
    .admin-form ul li button {
      padding: 11px 20px;
      text-transform: uppercase;
      color: #fff;
      text-decoration: none;
      font-weight: bold;
      background: #00B36C;
      border-radius: 5px;
      font-size: 14px;
      margin: 10px;
      border: 0;
      font-family: "Josefin Slab", serif; }
    .admin-form ul li input:focus, .admin-form ul li select:focus, .admin-form ul li button:focus {
      background: rgba(255, 255, 255, 0);
      box-shadow: 0px 0px 15px 8px rgba(255, 255, 255, 0.55);
      outline: 0; }

.extractions-show {
  margin: 50px auto 50px auto;
  width: 600px; }
  .extractions-show > li.social {
    position: relative;
    padding: 20px;
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 0.9098039216);
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px solid #00b36c;
    flex-wrap: wrap;
    border-top: 0;
    -webkit-border-bottom-right-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    -moz-border-radius-bottomright: 50px;
    -moz-border-radius-bottomleft: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px; }
    .extractions-show > li.social .loading {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.5);
      -webkit-border-bottom-right-radius: 50px;
      -webkit-border-bottom-left-radius: 50px;
      -moz-border-radius-bottomright: 50px;
      -moz-border-radius-bottomleft: 50px;
      border-bottom-right-radius: 50px;
      border-bottom-left-radius: 50px;
      z-index: 10;
      display: none;
      justify-content: center;
      align-items: center; }
    .extractions-show > li.social .bacheca {
      max-height: 400px;
      overflow: hidden;
      overflow-y: auto;
      width: 100%;
      min-height: 30px;
      border: 2px dotted #ddd;
      margin-bottom: 10px;
      border-radius: 50px;
      color: #000; }
      .extractions-show > li.social .bacheca > ul > li {
        padding: 15px;
        color: #000;
        padding-bottom: 0;
        display: flex; }
        .extractions-show > li.social .bacheca > ul > li .inner {
          background: #fff;
          padding: 10px 20px;
          width: 70%;
          border-radius: 50px; }
          .extractions-show > li.social .bacheca > ul > li .inner .header_msg {
            display: flex;
            align-items: center; }
            .extractions-show > li.social .bacheca > ul > li .inner .header_msg .img-container {
              margin: 0 !important;
              width: 45px !important;
              height: 45px !important;
              border: 2px solid #A10715 !important; }
            .extractions-show > li.social .bacheca > ul > li .inner .header_msg .name-user {
              color: #a10715;
              margin-left: 10px; }
            .extractions-show > li.social .bacheca > ul > li .inner .header_msg .data_msg {
              color: #a10715;
              margin-left: 10px;
              font-size: 10px;
              padding-top: 4px; }
          .extractions-show > li.social .bacheca > ul > li .inner .msg_content {
            text-align: left;
            padding-left: 55px;
            padding-right: 25px; }
            .extractions-show > li.social .bacheca > ul > li .inner .msg_content ul.lista_immagini {
              display: flex;
              flex-wrap: wrap;
              justify-content: space-around; }
              .extractions-show > li.social .bacheca > ul > li .inner .msg_content ul.lista_immagini li {
                width: 100px;
                height: 100px;
                border-radius: 10px;
                border: 2px solid #A10715;
                overflow: hidden;
                margin-bottom: 10px; }
                .extractions-show > li.social .bacheca > ul > li .inner .msg_content ul.lista_immagini li img {
                  width: 100%;
                  height: 100%;
                  object-fit: cover; }
        .extractions-show > li.social .bacheca > ul > li.my_msg {
          justify-content: flex-end; }
          .extractions-show > li.social .bacheca > ul > li.my_msg .header_msg {
            flex-direction: row-reverse; }
            .extractions-show > li.social .bacheca > ul > li.my_msg .header_msg .name-user {
              margin-left: 0;
              margin-right: 10px; }
            .extractions-show > li.social .bacheca > ul > li.my_msg .header_msg .data_msg {
              margin-left: 0;
              margin-right: 10px; }
          .extractions-show > li.social .bacheca > ul > li.my_msg .msg_content {
            text-align: right;
            padding-left: 25px;
            padding-right: 55px; }
        .extractions-show > li.social .bacheca > ul > li.no-msg {
          padding-bottom: 15px; }
    .extractions-show > li.social .input {
      display: flex;
      flex-direction: row;
      width: 100%; }
      .extractions-show > li.social .input .carica_file {
        width: 80px;
        height: 80px;
        display: flex;
        text-align: center;
        position: relative;
        border-radius: 10px;
        background-color: #00b36c;
        align-items: center;
        justify-content: center;
        margin-right: 10px; }
        .extractions-show > li.social .input .carica_file input {
          position: absolute;
          left: 0;
          top: 0;
          right: 0;
          bottom: 0;
          width: 100%;
          height: 100%;
          opacity: 0; }
      .extractions-show > li.social .input textarea {
        border: 1px solid #ddd;
        width: calc(100% - 180px);
        font-family: 'Josefin Slab', serif;
        border-radius: 10px;
        padding: 10px; }
      .extractions-show > li.social .input button {
        width: 80px;
        height: 80px;
        display: flex;
        text-align: center;
        position: relative;
        border-radius: 10px;
        background-color: #a10715;
        align-items: center;
        justify-content: center;
        margin-left: 10px;
        border: 0;
        font-family: 'Josefin Slab', serif;
        color: #fff;
        font-size: 16px; }
  .extractions-show > li.combination {
    padding: 20px;
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 0.9098039216);
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px solid #00b36c;
    margin-bottom: 0;
    border-bottom: 0;
    -webkit-border-top-left-radius: 50px;
    -webkit-border-top-right-radius: 50px;
    -moz-border-radius-topleft: 50px;
    -moz-border-radius-topright: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px; }
    .extractions-show > li.combination > div {
      width: 210px;
      font-family: 'Nickainley Normal'; }
    .extractions-show > li.combination .from .name-user {
      font-family: 'Nickainley Normal';
      font-size: 26px !important;
      margin-top: 20px;
      color: #a10715; }
    .extractions-show > li.combination .separetor {
      width: 80px;
      font-size: 60px;
      color: #a10715; }
      .extractions-show > li.combination .separetor img {
        width: 80%;
        margin: 0 auto; }
    .extractions-show > li.combination .to .name-user {
      font-family: 'Nickainley Normal';
      font-size: 26px !important;
      margin-top: 20px;
      color: #a10715; }

.from, .to {
  position: relative; }
  .from:after, .to:after {
    content: "";
    background-image: url("../images/bacca.png");
    background-size: contain;
    width: 79px;
    position: absolute;
    height: 38px;
    left: 50%;
    background-repeat: no-repeat;
    top: 177px;
    transform: rotate(8deg) translateX(-50%); }

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
.rotating4 {
  -webkit-animation: rotating 4s linear infinite;
  -moz-animation: rotating 4s linear infinite;
  -ms-animation: rotating 4s linear infinite;
  -o-animation: rotating 4s linear infinite;
  animation: rotating 4s linear infinite; }

.rotating8 {
  -webkit-animation: rotating 8s linear infinite;
  -moz-animation: rotating 8s linear infinite;
  -ms-animation: rotating 8s linear infinite;
  -o-animation: rotating 8s linear infinite;
  animation: rotating 8s linear infinite; }

.rotating12 {
  -webkit-animation: rotating 12s linear infinite;
  -moz-animation: rotating 12s linear infinite;
  -ms-animation: rotating 12s linear infinite;
  -o-animation: rotating 12s linear infinite;
  animation: rotating 12s linear infinite; }

.game {
  min-width: 575px;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
  display: none; }
  .game__cards {
    width: 720px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-auto-rows: 150px;
    grid-gap: 20px;
    padding: 0 20px; }
    .game__cards.no-event {
      pointer-events: none; }
  .game__card {
    position: relative;
    cursor: pointer;
    perspective: 700px; }
    .game__card.flipped, .game__card.has-match {
      pointer-events: none; }
      .game__card.flipped .game__back-card, .game__card.has-match .game__back-card {
        transform: rotateY(180deg); }
      .game__card.flipped .game__front-card, .game__card.has-match .game__front-card {
        transform: rotateY(360deg); }
  .game__back-card, .game__front-card {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #F27922;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    backface-visibility: hidden;
    transition: transform 400ms;
    overflow: hidden; }
    .game__back-card svg, .game__front-card svg {
      position: absolute;
      width: 80%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      object-fit: cover;
      height: 80%; }
    .game__back-card img, .game__front-card img {
      position: absolute;
      width: 100%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      object-fit: cover;
      height: 100%; }
    .game__back-card .nameuser, .game__front-card .nameuser {
      position: absolute;
      width: 87%;
      bottom: 10px;
      left: 50%;
      transform: translate(-50%, 0);
      z-index: 10;
      background: #fff;
      font-size: 10px;
      color: #a10715;
      padding: 2px; }
  .game__back-card {
    z-index: 1; }
  .game__front-card {
    transform: rotateY(180deg); }

.action-bar #start__game__cards {
  padding: 11px 20px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  background: #00B36C;
  border-radius: 5px;
  font-size: 14px;
  margin: 10px;
  border: 0; }
.action-bar #stop__game__cards {
  padding: 11px 20px;
  text-transform: uppercase;
  color: #a10715;
  text-decoration: none;
  font-weight: bold;
  background: #fff;
  border-radius: 5px;
  font-size: 14px;
  margin: 10px;
  border: 0;
  display: none; }
.action-bar .timer {
  display: none; }

.score {
  max-width: 600px;
  margin: 0 auto;
  padding: 50px 0; }
  .score ul {
    display: flex;
    flex-direction: column; }
    .score ul li {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 20px; }
      .score ul li .user {
        display: flex;
        align-items: center; }
        .score ul li .user .img-container {
          width: 80px !important;
          height: 80px !important;
          margin: 0 !important; }
        .score ul li .user .name-user {
          font-family: 'Nickainley Normal', serif;
          font-size: 30px;
          padding-left: 50px;
          width: 370px; }
      .score ul li .score_inner {
        font-family: 'Nickainley Normal', serif;
        font-size: 18px;
        width: 250px; }

.banner {
  border-radius: 50px;
  width: 600px;
  margin: auto;
  margin-bottom: auto;
  margin-bottom: 50px;
  padding: 30px;
  background: #00b36c;
  color: #fff;
  border: 4px solid #00b36c;
  position: relative;
  background-image: url("/resources/assets/images/fiocco.png"); }
  .banner a {
    text-decoration: none;
    display: flex; }
  .banner .inner {
    width: 64%; }
  .banner h1 {
    text-decoration: none;
    font-size: 38px;
    line-height: 50px;
    text-shadow: 1px 1px 2px black; }
  .banner h2 {
    text-decoration: none;
    font-size: 22px;
    line-height: 30px;
    text-shadow: 1px 1px 2px black; font-family: 'Josefin Slab', serif; }

h1.is_cris {
  font-size: 80px;
  animation: breathing 4s cubic-bezier(0.18, 0.89, 0.32, 1.28) infinite normal; }

@keyframes breathing {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.5); }
  100% {
    transform: scale(1); } }

/*# sourceMappingURL=style.css.map */
