@import url(../fonts/ferno/style.css);
/* line 1, ../sass/reset.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-family: 'Poppins', sans-serif; }

/* line 8, ../sass/reset.scss */
*::before, *::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 13, ../sass/reset.scss */
*:focus, *:active {
  outline: none; }

/* line 16, ../sass/reset.scss */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, b, u, i, strong, table, th, tr, td, img, ol, ul, li, form, input, textarea, button {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: inherit; }

/* line 22, ../sass/reset.scss */
ol, ul {
  list-style: none; }

/* line 25, ../sass/reset.scss */
img {
  border: 0 none; }

/* line 28, ../sass/reset.scss */
table {
  border-spacing: 0; }

/* line 31, ../sass/reset.scss */
input, textarea, button {
  display: block;
  border: 0 none;
  background: transparent; }

/* line 36, ../sass/reset.scss */
textarea {
  resize: none; }

/* line 39, ../sass/reset.scss */
button {
  cursor: pointer; }

/* line 42, ../sass/reset.scss */
.clear {
  clear: both; }

/* line 45, ../sass/reset.scss */
a {
  text-decoration: none; }

/* line 48, ../sass/reset.scss */
::selection {
  background: #e22027; }

/* line 51, ../sass/reset.scss */
::-moz-selection {
  background: #e22027;
  color: #fff; }

/* line 3, ../sass/menu.scss */
.gn-menu-main, .gn-menu-main ul {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #5f6f81;
  list-style: none;
  text-transform: none;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
  line-height: 60px; }

/* line 14, ../sass/menu.scss */
.gn-menu-main {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  font-size: 13px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0625); }
  /* line 23, ../sass/menu.scss */
  .gn-menu-main a {
    display: block;
    height: 100%;
    color: #72777a;
    text-decoration: none; }
  /* line 29, ../sass/menu.scss */
  .gn-menu-main .logout {
    float: right; }
    /* line 31, ../sass/menu.scss */
    .gn-menu-main .logout span {
      color: #e22027; }
    /* line 34, ../sass/menu.scss */
    .gn-menu-main .logout a {
      display: inline-block;
      padding: 0 30px 0 0; }
      /* line 37, ../sass/menu.scss */
      .gn-menu-main .logout a:hover {
        color: #e22027;
        text-decoration: underline; }
  /* line 43, ../sass/menu.scss */
  .gn-menu-main > li {
    display: block;
    float: left;
    height: 100%;
    text-align: center; }
    /* line 48, ../sass/menu.scss */
    .gn-menu-main > li img {
      height: 20px;
      display: block;
      margin-top: 19px; }
    /* line 53, ../sass/menu.scss */
    .gn-menu-main > li > a {
      padding: 0 30px; }
  /* line 57, ../sass/menu.scss */
  .gn-menu-main:after {
    display: table;
    clear: both;
    content: ""; }

/* line 63, ../sass/menu.scss */
.gn-trigger {
  position: relative;
  width: 60px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-right: 1px solid rgba(0, 0, 0, 0.0625); }
  /* line 72, ../sass/menu.scss */
  .gn-trigger > a {
    cursor: pointer; }

/* line 76, ../sass/menu.scss */
.gn-menu-wrapper {
  position: fixed;
  top: 60px;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 60px;
  border-right: 1px solid rgba(0, 0, 0, 0.0625);
  background: #fff;
  -webkit-transform: translateX(-60px);
  -moz-transform: translateX(-60px);
  transform: translateX(-60px);
  -webkit-transition: -webkit-transform 0.3s, width 0.3s;
  -moz-transition: -moz-transform 0.3s, width 0.3s;
  transition: transform 0.3s, width 0.3s; }

/* line 92, ../sass/menu.scss */
.gn-scroller {
  position: absolute;
  overflow-y: scroll;
  width: 370px;
  height: 100%; }

/* line 98, ../sass/menu.scss */
.gn-menu {
  text-align: left;
  font-size: 16px;
  cursor: pointer; }

/* line 103, ../sass/menu.scss */
.gn-icon::before {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  font-size: 18px; }

/* line 117, ../sass/menu.scss */
.gn-icon span {
  color: #72777a;
  font-size: 16px;
  font-weight: 300; }
  /* line 121, ../sass/menu.scss */
  .gn-icon span:hover {
    color: #5f6f81; }

/* line 125, ../sass/menu.scss */
.gn-icon-menu::before {
  margin-left: -11px;
  vertical-align: -3px;
  width: 20px;
  height: 3px;
  background: #e22027;
  box-shadow: 0 3px #fff, 0 -6px #e22027, 0 -9px #fff, 0 -12px #e22027;
  content: ''; }

/* line 134, ../sass/menu.scss */
.gn-menu-wrapper.gn-open-all, .gn-menu-wrapper.gn-open-part {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px); }

/* line 139, ../sass/menu.scss */
.gn-menu-wrapper.gn-open-all {
  width: 340px; }

/* line 142, ../sass/menu.scss */
.gn-menu-wrapper.gn-open-all .gn-submenu li {
  height: 60px; }

/* line 147, ../sass/menu.scss */
.position {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 170px; }
  /* line 152, ../sass/menu.scss */
  .position span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    font-size: 14px;
    font-style: italic; }

/* line 160, ../sass/menu.scss */
input.apple-switch {
  position: relative;
  -webkit-appearance: none;
  outline: none;
  width: 50px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #D9DADC;
  border-radius: 50px;
  box-shadow: inset -20px 0 0 0 #fff;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer; }

/* line 175, ../sass/menu.scss */
input.apple-switch:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  background: transparent;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2); }

/* line 187, ../sass/menu.scss */
input.apple-switch:checked {
  box-shadow: inset 20px 0 0 0 #4ed164;
  border-color: #4ed164; }

/* line 192, ../sass/menu.scss */
input.apple-switch:checked:after {
  left: 20px;
  box-shadow: -2px 4px 3px rgba(0, 0, 0, 0.05); }

@media screen and (max-width: 422px) {
  /* line 201, ../sass/menu.scss */
  .gn-menu-wrapper.gn-open-all {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
    width: 100%; }

  /* line 207, ../sass/menu.scss */
  .gn-menu-wrapper.gn-open-all .gn-scroller {
    width: 130%; }

  /* line 211, ../sass/menu.scss */
  .gn-menu-main .logout {
    display: none; }

  /* line 215, ../sass/menu.scss */
  .position {
    right: 95px; } }
/* line 5, ../sass/dashboard.scss */
body {
  background-color: #f9fafb;
  overflow-x: hidden; }

/* line 10, ../sass/dashboard.scss */
#contenuti {
  padding: 20px;
  margin-top: 60px;
  z-index: 0;
  position: relative; }
  /* line 15, ../sass/dashboard.scss */
  #contenuti .module {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.0625);
    padding: 20px;
    overflow: hidden;
    position: relative; }
    /* line 21, ../sass/dashboard.scss */
    #contenuti .module > h2 {
      font-size: 16px;
      font-weight: 700;
      color: #e22027;
      margin-bottom: 20px; }
    /* line 29, ../sass/dashboard.scss */
    #contenuti .module #ricerca-competitor {
      position: absolute;
      top: 20px;
      right: 20px; }
      /* line 33, ../sass/dashboard.scss */
      #contenuti .module #ricerca-competitor input {
        display: block;
        width: 100%;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.5;
        color: #000;
        background-color: #fff;
        background-image: none;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, 0.0625);
        border-radius: .25rem;
        transition: all 0.3s linear; }
        /* line 46, ../sass/dashboard.scss */
        #contenuti .module #ricerca-competitor input:focus {
          border-color: rgba(226, 32, 39, 0.25);
          outline: none;
          -webkit-box-shadow: 0 0 0 0.2rem rgba(226, 32, 39, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(226, 32, 39, 0.25); }
    /* line 54, ../sass/dashboard.scss */
    #contenuti .module #new-competitor {
      position: absolute;
      top: 20px;
      right: 340px; }
      /* line 58, ../sass/dashboard.scss */
      #contenuti .module #new-competitor a {
        color: #fff;
        background-color: #e22027;
        display: block;
        font-weight: 400;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.5;
        border-radius: .25rem;
        transition: all 0.3s linear;
        width: 186px; }
        /* line 76, ../sass/dashboard.scss */
        #contenuti .module #new-competitor a:hover {
          background-color: #000; }
        /* line 79, ../sass/dashboard.scss */
        #contenuti .module #new-competitor a i {
          display: inline-block;
          margin-right: 10px; }
    /* line 85, ../sass/dashboard.scss */
    #contenuti .module #back-to-users {
      position: absolute;
      top: 20px;
      right: 20px; }
      /* line 89, ../sass/dashboard.scss */
      #contenuti .module #back-to-users a {
        color: #fff;
        background-color: #e22027;
        display: block;
        font-weight: 400;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.5;
        border-radius: .25rem;
        transition: all 0.3s linear;
        width: 186px; }
        /* line 107, ../sass/dashboard.scss */
        #contenuti .module #back-to-users a:hover {
          background-color: #000; }
        /* line 110, ../sass/dashboard.scss */
        #contenuti .module #back-to-users a i {
          display: inline-block;
          margin-right: 10px; }
    /* line 116, ../sass/dashboard.scss */
    #contenuti .module #sorting-competitor {
      position: absolute;
      top: -5px;
      right: 545px; }
      /* line 120, ../sass/dashboard.scss */
      #contenuti .module #sorting-competitor a {
        color: #fff;
        background-color: #e22027;
        display: block;
        font-weight: 400;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.5;
        border-radius: .25rem;
        transition: all 0.3s linear; }
        /* line 137, ../sass/dashboard.scss */
        #contenuti .module #sorting-competitor a:hover {
          background-color: #000; }
        /* line 140, ../sass/dashboard.scss */
        #contenuti .module #sorting-competitor a i {
          display: inline-block;
          margin-right: 10px; }
    /* line 146, ../sass/dashboard.scss */
    #contenuti .module #users-activity {
      position: absolute;
      top: 20px;
      right: 545px; }
      /* line 150, ../sass/dashboard.scss */
      #contenuti .module #users-activity a {
        color: #fff;
        background-color: #e22027;
        display: block;
        font-weight: 400;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.5;
        border-radius: .25rem;
        transition: all 0.3s linear; }
        /* line 167, ../sass/dashboard.scss */
        #contenuti .module #users-activity a:hover {
          background-color: #000; }
        /* line 170, ../sass/dashboard.scss */
        #contenuti .module #users-activity a i {
          display: inline-block;
          margin-right: 10px; }
    /* line 176, ../sass/dashboard.scss */
    #contenuti .module #tabella-stato_utente {
      margin-top: 30px;
      overflow: hidden; }
      /* line 179, ../sass/dashboard.scss */
      #contenuti .module #tabella-stato_utente .th-tabella {
        background-color: #212529;
        border-radius: .25rem .25rem 0 0;
        overflow: hidden;
        padding: 6px 0;
        font-size: 0; }
        /* line 185, ../sass/dashboard.scss */
        #contenuti .module #tabella-stato_utente .th-tabella .td-tabella1 {
          width: 33%;
          float: left;
          padding: 6px 12px;
          font-size: 14px;
          font-weight: 700;
          color: #fff; }
        /* line 195, ../sass/dashboard.scss */
        #contenuti .module #tabella-stato_utente .th-tabella .td-tabella2 {
          width: 23%;
          float: left;
          padding: 6px 12px;
          font-size: 14px;
          font-weight: 700;
          color: #fff;
          border-left: solid 1px #fff;
          text-align: center; }
        /* line 207, ../sass/dashboard.scss */
        #contenuti .module #tabella-stato_utente .th-tabella .td-tabella3 {
          width: 20%;
          float: left;
          padding: 6px 12px;
          font-size: 14px;
          font-weight: 700;
          color: #fff;
          border-left: solid 1px #fff; }
        /* line 218, ../sass/dashboard.scss */
        #contenuti .module #tabella-stato_utente .th-tabella .td-tabella4 {
          width: 12%;
          float: left;
          padding: 6px 12px;
          font-size: 14px;
          font-weight: 700;
          color: #fff;
          border-left: solid 1px #fff;
          text-align: center; }
        /* line 230, ../sass/dashboard.scss */
        #contenuti .module #tabella-stato_utente .th-tabella .td-tabella5 {
          width: 12%;
          float: left;
          padding: 6px 12px;
          font-size: 14px;
          font-weight: 700;
          color: #fff;
          border-left: solid 1px #fff;
          text-align: center; }
        /* line 242, ../sass/dashboard.scss */
        #contenuti .module #tabella-stato_utente .th-tabella .td-tabella6 {
          width: 30%;
          float: left;
          padding: 6px 12px;
          font-size: 14px;
          font-weight: 700;
          color: #fff; }
        /* line 252, ../sass/dashboard.scss */
        #contenuti .module #tabella-stato_utente .th-tabella .td-tabella7 {
          width: 20%;
          float: left;
          padding: 6px 12px;
          font-size: 14px;
          font-weight: 700;
          color: #fff;
          border-left: solid 1px #fff;
          text-align: center; }
        /* line 264, ../sass/dashboard.scss */
        #contenuti .module #tabella-stato_utente .th-tabella .td-tabella8 {
          width: 26%;
          float: left;
          padding: 6px 12px;
          font-size: 14px;
          font-weight: 700;
          color: #fff;
          border-left: solid 1px #fff;
          text-align: center; }
        /* line 276, ../sass/dashboard.scss */
        #contenuti .module #tabella-stato_utente .th-tabella .td-tabella9 {
          width: 12%;
          float: left;
          padding: 6px 12px;
          font-size: 14px;
          font-weight: 700;
          color: #fff;
          border-left: solid 1px #fff;
          text-align: center; }
        /* line 288, ../sass/dashboard.scss */
        #contenuti .module #tabella-stato_utente .th-tabella .td-tabella11 {
          width: 12%;
          float: left;
          padding: 6px 12px;
          font-size: 14px;
          font-weight: 700;
          color: #fff;
          border-left: solid 1px #fff;
          text-align: center; }
        /* line 300, ../sass/dashboard.scss */
        #contenuti .module #tabella-stato_utente .th-tabella .td-tabella12 {
          width: 30%;
          float: left;
          padding: 6px 12px;
          font-size: 14px;
          font-weight: 700;
          color: #fff;
          text-align: center; }
        /* line 311, ../sass/dashboard.scss */
        #contenuti .module #tabella-stato_utente .th-tabella .td-tabella13 {
          width: 50%;
          float: left;
          padding: 6px 12px;
          font-size: 14px;
          font-weight: 700;
          color: #fff;
          border-left: solid 1px #fff; }
        /* line 322, ../sass/dashboard.scss */
        #contenuti .module #tabella-stato_utente .th-tabella .td-tabella14 {
          width: 20%;
          float: left;
          padding: 6px 12px;
          font-size: 14px;
          font-weight: 700;
          color: #fff;
          border-left: solid 1px #fff;
          text-align: center; }
        /* line 334, ../sass/dashboard.scss */
        #contenuti .module #tabella-stato_utente .th-tabella .td-tabella70 {
          width: 60%;
          float: left;
          padding: 6px 12px;
          font-size: 14px;
          font-weight: 700;
          color: #fff; }
        /* line 344, ../sass/dashboard.scss */
        #contenuti .module #tabella-stato_utente .th-tabella .td-tabella30 {
          width: 30%;
          float: left;
          padding: 6px 12px;
          font-size: 14px;
          font-weight: 700;
          color: #fff; }
        /* line 354, ../sass/dashboard.scss */
        #contenuti .module #tabella-stato_utente .th-tabella .td-tabella10 {
          width: 10%;
          float: left;
          padding: 6px 12px;
          font-size: 14px;
          font-weight: 700;
          color: #fff; }
        /* line 364, ../sass/dashboard.scss */
        #contenuti .module #tabella-stato_utente .th-tabella .col-utente {
          text-align: left; }
        /* line 367, ../sass/dashboard.scss */
        #contenuti .module #tabella-stato_utente .th-tabella .col-date {
          text-align: center;
          border-left: solid 1px #fff; }
        /* line 371, ../sass/dashboard.scss */
        #contenuti .module #tabella-stato_utente .th-tabella .question {
          width: 40%;
          display: inline-block;
          vertical-align: middle;
          padding: 6px 12px;
          font-size: 14px;
          font-weight: 700;
          color: #fff; }
        /* line 382, ../sass/dashboard.scss */
        #contenuti .module #tabella-stato_utente .th-tabella .user {
          width: 15%;
          display: inline-block;
          vertical-align: middle;
          padding: 6px 12px;
          text-align: center;
          border-left: solid 1px #fff;
          font-size: 14px;
          font-weight: 700;
          color: #fff; }
        /* line 395, ../sass/dashboard.scss */
        #contenuti .module #tabella-stato_utente .th-tabella .product {
          width: 15%;
          display: inline-block;
          vertical-align: middle;
          padding: 6px 12px;
          text-align: center;
          border-left: solid 1px #fff;
          font-size: 14px;
          font-weight: 700;
          color: #fff; }
        /* line 408, ../sass/dashboard.scss */
        #contenuti .module #tabella-stato_utente .th-tabella .date {
          width: 20%;
          display: inline-block;
          vertical-align: middle;
          padding: 6px 12px;
          text-align: center;
          border-left: solid 1px #fff;
          font-size: 14px;
          font-weight: 700;
          color: #fff; }
        /* line 421, ../sass/dashboard.scss */
        #contenuti .module #tabella-stato_utente .th-tabella .delete {
          width: 10%;
          display: inline-block;
          vertical-align: middle;
          text-align: center;
          border-left: solid 1px #fff;
          padding: 6px 12px;
          font-size: 14px;
          font-weight: 700;
          color: #fff; }
      /* line 435, ../sass/dashboard.scss */
      #contenuti .module #tabella-stato_utente .corpo_tabella {
        overflow: hidden;
        border-left: 1px solid rgba(0, 0, 0, 0.0625);
        border-right: 1px solid rgba(0, 0, 0, 0.0625);
        border-bottom: 1px solid rgba(0, 0, 0, 0.0625);
        font-size: 0; }
        /* line 441, ../sass/dashboard.scss */
        #contenuti .module #tabella-stato_utente .corpo_tabella .tr-light {
          background-color: #fff;
          overflow: hidden; }
        /* line 445, ../sass/dashboard.scss */
        #contenuti .module #tabella-stato_utente .corpo_tabella .tr-dark {
          background-color: rgba(0, 0, 0, 0.0625);
          overflow: hidden; }
        /* line 449, ../sass/dashboard.scss */
        #contenuti .module #tabella-stato_utente .corpo_tabella .td-tabella1 {
          width: 33%;
          float: left;
          padding: 17px 12px;
          font-size: 14px;
          font-weight: 300;
          color: #fff; }
          /* line 458, ../sass/dashboard.scss */
          #contenuti .module #tabella-stato_utente .corpo_tabella .td-tabella1 a {
            color: #e22027; }
            /* line 460, ../sass/dashboard.scss */
            #contenuti .module #tabella-stato_utente .corpo_tabella .td-tabella1 a:hover {
              font-weight: 700;
              color: #000; }
            /* line 464, ../sass/dashboard.scss */
            #contenuti .module #tabella-stato_utente .corpo_tabella .td-tabella1 a i {
              display: inline-block;
              margin-right: 10px;
              padding: 6px;
              background-color: #e22027;
              color: #fff;
              border-radius: 50%;
              font-size: 15px; }
              /* line 472, ../sass/dashboard.scss */
              #contenuti .module #tabella-stato_utente .corpo_tabella .td-tabella1 a i:hover {
                background-color: #000; }
        /* line 478, ../sass/dashboard.scss */
        #contenuti .module #tabella-stato_utente .corpo_tabella .td-tabella2 {
          width: 23%;
          float: left;
          padding: 17px 12px;
          color: #fff;
          text-align: center; }
          /* line 485, ../sass/dashboard.scss */
          #contenuti .module #tabella-stato_utente .corpo_tabella .td-tabella2 a i {
            display: inline-block;
            margin-right: 10px;
            padding: 6px;
            background-color: #e22027;
            color: #fff;
            border-radius: 50%;
            font-size: 15px; }
            /* line 493, ../sass/dashboard.scss */
            #contenuti .module #tabella-stato_utente .corpo_tabella .td-tabella2 a i:hover {
              background-color: #000; }
        /* line 499, ../sass/dashboard.scss */
        #contenuti .module #tabella-stato_utente .corpo_tabella .td-tabella3 {
          width: 20%;
          float: left;
          padding: 20px 12px;
          font-size: 14px;
          font-weight: 300;
          color: #72777a; }
        /* line 509, ../sass/dashboard.scss */
        #contenuti .module #tabella-stato_utente .corpo_tabella .td-tabella4 {
          width: 12%;
          float: left;
          padding: 17px 12px;
          font-size: 14px;
          font-weight: 700;
          color: #fff;
          text-align: center; }
        /* line 520, ../sass/dashboard.scss */
        #contenuti .module #tabella-stato_utente .corpo_tabella .td-tabella5 {
          width: 12%;
          float: left;
          padding: 17px 12px;
          font-size: 14px;
          font-weight: 700;
          color: #fff;
          text-align: center; }
          /* line 531, ../sass/dashboard.scss */
          #contenuti .module #tabella-stato_utente .corpo_tabella .td-tabella5 a i {
            display: inline-block;
            margin-right: 10px;
            padding: 6px;
            color: #000;
            border-radius: 50%;
            font-size: 18px; }
            /* line 538, ../sass/dashboard.scss */
            #contenuti .module #tabella-stato_utente .corpo_tabella .td-tabella5 a i:hover {
              color: #e22027; }
        /* line 544, ../sass/dashboard.scss */
        #contenuti .module #tabella-stato_utente .corpo_tabella .td-tabella6 {
          width: 30%;
          float: left;
          padding: 17px 12px;
          font-size: 14px;
          font-weight: 300;
          color: #fff; }
          /* line 553, ../sass/dashboard.scss */
          #contenuti .module #tabella-stato_utente .corpo_tabella .td-tabella6 a {
            color: #e22027; }
            /* line 555, ../sass/dashboard.scss */
            #contenuti .module #tabella-stato_utente .corpo_tabella .td-tabella6 a:hover {
              font-weight: 700;
              color: #000; }
            /* line 559, ../sass/dashboard.scss */
            #contenuti .module #tabella-stato_utente .corpo_tabella .td-tabella6 a i {
              display: inline-block;
              margin-right: 10px;
              padding: 6px;
              background-color: #e22027;
              color: #fff;
              border-radius: 50%;
              font-size: 15px; }
              /* line 567, ../sass/dashboard.scss */
              #contenuti .module #tabella-stato_utente .corpo_tabella .td-tabella6 a i:hover {
                background-color: #000; }
        /* line 573, ../sass/dashboard.scss */
        #contenuti .module #tabella-stato_utente .corpo_tabella .td-tabella7 {
          width: 20%;
          float: left;
          padding: 17px 12px;
          color: #72777a;
          text-align: center;
          font-size: 14px;
          font-weight: 300; }
        /* line 582, ../sass/dashboard.scss */
        #contenuti .module #tabella-stato_utente .corpo_tabella .td-tabella8 {
          width: 26%;
          float: left;
          padding: 20px 12px;
          font-size: 14px;
          font-weight: 300;
          color: #72777a;
          text-align: center; }
        /* line 593, ../sass/dashboard.scss */
        #contenuti .module #tabella-stato_utente .corpo_tabella .td-tabella9 {
          width: 12%;
          float: left;
          padding: 17px 12px;
          font-size: 14px;
          font-weight: 700;
          color: #fff;
          text-align: center; }
        /* line 604, ../sass/dashboard.scss */
        #contenuti .module #tabella-stato_utente .corpo_tabella .td-tabella11 {
          width: 12%;
          float: left;
          padding: 17px 12px;
          font-size: 14px;
          font-weight: 700;
          color: #fff;
          text-align: center; }
          /* line 615, ../sass/dashboard.scss */
          #contenuti .module #tabella-stato_utente .corpo_tabella .td-tabella11 a i {
            display: inline-block;
            margin-right: 10px;
            padding: 6px;
            color: #000;
            border-radius: 50%;
            font-size: 18px; }
            /* line 622, ../sass/dashboard.scss */
            #contenuti .module #tabella-stato_utente .corpo_tabella .td-tabella11 a i:hover {
              color: #e22027; }
        /* line 628, ../sass/dashboard.scss */
        #contenuti .module #tabella-stato_utente .corpo_tabella .td-tabella12 {
          width: 30%;
          float: left;
          padding: 17px 12px;
          font-size: 14px;
          font-weight: 300;
          color: #72777a; }
          /* line 637, ../sass/dashboard.scss */
          #contenuti .module #tabella-stato_utente .corpo_tabella .td-tabella12 a {
            color: #e22027; }
            /* line 639, ../sass/dashboard.scss */
            #contenuti .module #tabella-stato_utente .corpo_tabella .td-tabella12 a:hover {
              text-decoration: underline; }
            /* line 642, ../sass/dashboard.scss */
            #contenuti .module #tabella-stato_utente .corpo_tabella .td-tabella12 a i {
              display: inline-block;
              margin-right: 10px;
              padding: 6px;
              color: #000;
              border-radius: 50%;
              font-size: 18px; }
              /* line 649, ../sass/dashboard.scss */
              #contenuti .module #tabella-stato_utente .corpo_tabella .td-tabella12 a i:hover {
                color: #e22027; }
        /* line 655, ../sass/dashboard.scss */
        #contenuti .module #tabella-stato_utente .corpo_tabella .td-tabella13 {
          width: 50%;
          float: left;
          padding: 17px 12px;
          font-size: 14px;
          font-weight: 300;
          color: #72777a; }
          /* line 665, ../sass/dashboard.scss */
          #contenuti .module #tabella-stato_utente .corpo_tabella .td-tabella13 a i {
            display: inline-block;
            margin-right: 10px;
            padding: 6px;
            color: #000;
            border-radius: 50%;
            font-size: 18px; }
            /* line 672, ../sass/dashboard.scss */
            #contenuti .module #tabella-stato_utente .corpo_tabella .td-tabella13 a i:hover {
              color: #e22027; }
        /* line 678, ../sass/dashboard.scss */
        #contenuti .module #tabella-stato_utente .corpo_tabella .td-tabella14 {
          width: 20%;
          float: left;
          padding: 17px 12px;
          font-size: 14px;
          font-weight: 300;
          color: #72777a;
          text-align: center; }
          /* line 689, ../sass/dashboard.scss */
          #contenuti .module #tabella-stato_utente .corpo_tabella .td-tabella14 a i {
            display: inline-block;
            margin-right: 10px;
            padding: 6px;
            color: #000;
            border-radius: 50%;
            font-size: 18px; }
            /* line 696, ../sass/dashboard.scss */
            #contenuti .module #tabella-stato_utente .corpo_tabella .td-tabella14 a i:hover {
              color: #e22027; }
        /* line 702, ../sass/dashboard.scss */
        #contenuti .module #tabella-stato_utente .corpo_tabella .td-tabella70 {
          width: 60%;
          float: left;
          padding: 17px 12px;
          font-size: 14px;
          font-weight: 300;
          color: #72777a; }
          /* line 711, ../sass/dashboard.scss */
          #contenuti .module #tabella-stato_utente .corpo_tabella .td-tabella70 a {
            color: #e22027; }
            /* line 713, ../sass/dashboard.scss */
            #contenuti .module #tabella-stato_utente .corpo_tabella .td-tabella70 a:hover {
              font-weight: 700;
              color: #000; }
            /* line 717, ../sass/dashboard.scss */
            #contenuti .module #tabella-stato_utente .corpo_tabella .td-tabella70 a i {
              display: inline-block;
              margin-right: 10px;
              background-color: red;
              padding: 6px;
              color: #fff;
              border-radius: 50%;
              font-size: 15px; }
              /* line 725, ../sass/dashboard.scss */
              #contenuti .module #tabella-stato_utente .corpo_tabella .td-tabella70 a i:hover {
                background-color: #000; }
        /* line 731, ../sass/dashboard.scss */
        #contenuti .module #tabella-stato_utente .corpo_tabella .td-tabella30 {
          width: 30%;
          float: left;
          padding: 19px 12px;
          font-size: 14px;
          font-weight: 300;
          color: #72777a; }
        /* line 741, ../sass/dashboard.scss */
        #contenuti .module #tabella-stato_utente .corpo_tabella .td-tabella10 {
          width: 10%;
          float: left;
          padding: 19px 12px;
          font-size: 14px;
          font-weight: 300;
          color: #72777a; }
          /* line 751, ../sass/dashboard.scss */
          #contenuti .module #tabella-stato_utente .corpo_tabella .td-tabella10 a i {
            color: #000;
            font-size: 18px; }
          /* line 756, ../sass/dashboard.scss */
          #contenuti .module #tabella-stato_utente .corpo_tabella .td-tabella10 a:hover i {
            font-size: 20px;
            color: #e22027; }
        /* line 763, ../sass/dashboard.scss */
        #contenuti .module #tabella-stato_utente .corpo_tabella .col-utente {
          text-align: left; }
        /* line 766, ../sass/dashboard.scss */
        #contenuti .module #tabella-stato_utente .corpo_tabella .col-date, #contenuti .module #tabella-stato_utente .corpo_tabella .col-delete {
          text-align: center; }
        /* line 769, ../sass/dashboard.scss */
        #contenuti .module #tabella-stato_utente .corpo_tabella .td-question {
          width: 40%;
          display: inline-block;
          vertical-align: middle;
          padding: 17px 12px;
          font-size: 14px;
          font-weight: 300;
          color: #72777a; }
          /* line 779, ../sass/dashboard.scss */
          #contenuti .module #tabella-stato_utente .corpo_tabella .td-question a {
            color: #e22027; }
            /* line 781, ../sass/dashboard.scss */
            #contenuti .module #tabella-stato_utente .corpo_tabella .td-question a:hover {
              font-weight: 700;
              color: #000; }
            /* line 785, ../sass/dashboard.scss */
            #contenuti .module #tabella-stato_utente .corpo_tabella .td-question a i {
              display: inline-block;
              margin-right: 10px;
              background-color: red;
              padding: 6px;
              color: #fff;
              border-radius: 50%;
              font-size: 15px; }
              /* line 793, ../sass/dashboard.scss */
              #contenuti .module #tabella-stato_utente .corpo_tabella .td-question a i:hover {
                background-color: #000; }
        /* line 799, ../sass/dashboard.scss */
        #contenuti .module #tabella-stato_utente .corpo_tabella .td-user {
          width: 15%;
          display: inline-block;
          vertical-align: middle;
          padding: 17px 12px;
          text-align: center;
          font-size: 14px;
          font-weight: 300;
          color: #72777a; }
        /* line 811, ../sass/dashboard.scss */
        #contenuti .module #tabella-stato_utente .corpo_tabella .td-product {
          width: 15%;
          display: inline-block;
          vertical-align: middle;
          text-align: center;
          padding: 17px 12px;
          font-size: 14px;
          font-weight: 300;
          color: #72777a; }
        /* line 823, ../sass/dashboard.scss */
        #contenuti .module #tabella-stato_utente .corpo_tabella .td-date {
          width: 20%;
          display: inline-block;
          vertical-align: middle;
          padding: 17px 12px;
          text-align: center;
          font-size: 14px;
          font-weight: 300;
          color: #72777a; }
        /* line 835, ../sass/dashboard.scss */
        #contenuti .module #tabella-stato_utente .corpo_tabella .td-delete {
          width: 10%;
          display: inline-block;
          vertical-align: middle;
          padding: 17px 12px;
          text-align: center;
          font-size: 14px;
          font-weight: 300;
          color: #72777a; }
          /* line 847, ../sass/dashboard.scss */
          #contenuti .module #tabella-stato_utente .corpo_tabella .td-delete a i {
            color: #000;
            font-size: 18px; }
          /* line 852, ../sass/dashboard.scss */
          #contenuti .module #tabella-stato_utente .corpo_tabella .td-delete a:hover i {
            color: #e22027; }
    /* line 862, ../sass/dashboard.scss */
    #contenuti .module #edit-utente .ragione-sociale input {
      display: block;
      width: 600px;
      padding: 6px 12px;
      font-size: 14px;
      line-height: 1.5;
      color: #72777a;
      background-color: #fff;
      background-image: none;
      background-clip: padding-box;
      border: 1px solid rgba(0, 0, 0, 0.0625);
      border-radius: .25rem;
      transition: all 0.3s linear;
      margin: 10px 0; }
      /* line 876, ../sass/dashboard.scss */
      #contenuti .module #edit-utente .ragione-sociale input:focus {
        border-color: rgba(226, 32, 39, 0.25);
        outline: none;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(226, 32, 39, 0.25);
        box-shadow: 0 0 0 0.2rem rgba(226, 32, 39, 0.25); }
    /* line 884, ../sass/dashboard.scss */
    #contenuti .module #edit-utente .competitor-image {
      font-size: 0; }
      /* line 886, ../sass/dashboard.scss */
      #contenuti .module #edit-utente .competitor-image p {
        display: inline-block;
        color: #72777a;
        font-size: 14px;
        vertical-align: middle;
        width: 190px;
        font-weight: 300;
        margin: 10px 0; }
      /* line 895, ../sass/dashboard.scss */
      #contenuti .module #edit-utente .competitor-image .inputfile {
        width: 0.1px;
        height: 0.1px;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        z-index: -1; }
        /* line 902, ../sass/dashboard.scss */
        #contenuti .module #edit-utente .competitor-image .inputfile + label {
          width: 410px;
          font-size: 14px;
          font-weight: 300;
          text-overflow: ellipsis;
          white-space: nowrap;
          cursor: pointer;
          display: inline-block;
          vertical-align: middle;
          overflow: hidden;
          padding: 6px 12px;
          color: #fff;
          background-color: #72777a;
          border-radius: .25rem;
          text-align: center; }
          /* line 917, ../sass/dashboard.scss */
          #contenuti .module #edit-utente .competitor-image .inputfile + label:hover {
            background-color: #000; }
          /* line 920, ../sass/dashboard.scss */
          #contenuti .module #edit-utente .competitor-image .inputfile + label svg {
            width: 20px;
            height: 20px;
            vertical-align: middle;
            fill: currentColor;
            margin-top: -3px;
            margin-right: 10px; }
    /* line 931, ../sass/dashboard.scss */
    #contenuti .module #edit-utente button {
      color: #fff;
      transition: all 0.3s linear;
      font-size: 14px;
      display: block;
      text-align: center;
      width: 600px;
      font-weight: 300;
      padding: 6px 0;
      border-radius: .25rem;
      position: relative;
      overflow: hidden;
      margin: 10px 0;
      background-color: #e22027; }
      /* line 945, ../sass/dashboard.scss */
      #contenuti .module #edit-utente button:hover {
        color: #fff;
        background-color: #000; }
      /* line 949, ../sass/dashboard.scss */
      #contenuti .module #edit-utente button:focus {
        color: #fff; }
        /* line 951, ../sass/dashboard.scss */
        #contenuti .module #edit-utente button:focus:before {
          transition: 0.5s all ease;
          left: 0;
          right: 0;
          opacity: 1; }
    /* line 959, ../sass/dashboard.scss */
    #contenuti .module #edit-utente .preview {
      width: 600px;
      margin: 20px 0 10px; }
      /* line 962, ../sass/dashboard.scss */
      #contenuti .module #edit-utente .preview p {
        color: #72777a;
        font-size: 14px;
        font-weight: 300; }
      /* line 967, ../sass/dashboard.scss */
      #contenuti .module #edit-utente .preview .preview-image {
        width: 600px;
        height: 250px;
        background-size: contain;
        background-repeat: no-repeat;
        margin: 10px 0 20px;
        background-position: center;
        border: solid 2px #e22027;
        border-radius: 5px;
        background-color: rgba(0, 0, 0, 0.0625);
        position: relative; }
        /* line 978, ../sass/dashboard.scss */
        #contenuti .module #edit-utente .preview .preview-image a {
          position: absolute;
          bottom: 0;
          right: 0;
          background: #e22027;
          color: #fff;
          padding: 10px;
          border-radius: 5px 0 0 0;
          transition: all 0.3s linear; }
          /* line 987, ../sass/dashboard.scss */
          #contenuti .module #edit-utente .preview .preview-image a:hover {
            background-color: #000; }
        /* line 991, ../sass/dashboard.scss */
        #contenuti .module #edit-utente .preview .preview-image iframe {
          border: none;
          height: 250px;
          display: block;
          margin: auto; }
    /* line 999, ../sass/dashboard.scss */
    #contenuti .module #edit-utente .edit-event {
      width: 30%;
      display: inline-block;
      vertical-align: top; }
      /* line 1004, ../sass/dashboard.scss */
      #contenuti .module #edit-utente .edit-event .ragione-sociale input {
        width: 100%; }
      /* line 1009, ../sass/dashboard.scss */
      #contenuti .module #edit-utente .edit-event .competitor-image p {
        width: 35%; }
      /* line 1013, ../sass/dashboard.scss */
      #contenuti .module #edit-utente .edit-event .competitor-image .inputfile + label {
        width: 65%; }
      /* line 1018, ../sass/dashboard.scss */
      #contenuti .module #edit-utente .edit-event button {
        width: 100%; }
    /* line 1022, ../sass/dashboard.scss */
    #contenuti .module #edit-utente .preview-event {
      width: 65%;
      display: inline-block;
      vertical-align: top;
      background-color: #f9fafb;
      margin-left: 3%;
      padding: 20px;
      border-radius: 5px;
      border: solid 1px rgba(0, 0, 0, 0.0625); }
      /* line 1031, ../sass/dashboard.scss */
      #contenuti .module #edit-utente .preview-event button {
        width: 100%; }
      /* line 1034, ../sass/dashboard.scss */
      #contenuti .module #edit-utente .preview-event p {
        color: #72777a;
        font-size: 14px;
        margin-bottom: 20px;
        font-weight: 300; }
      /* line 1040, ../sass/dashboard.scss */
      #contenuti .module #edit-utente .preview-event #image-list {
        margin: 0 0 20px;
        overflow: hidden;
        font-size: 0; }
        /* line 1044, ../sass/dashboard.scss */
        #contenuti .module #edit-utente .preview-event #image-list li {
          display: inline-block;
          width: 120px;
          height: 120px;
          position: relative;
          overflow: hidden;
          margin-right: 10px;
          margin-bottom: 10px;
          object-fit: cover;
          object-position: center; }
          /* line 1054, ../sass/dashboard.scss */
          #contenuti .module #edit-utente .preview-event #image-list li img {
            display: block;
            width: 100%;
            height: auto;
            cursor: move; }
            /* line 1059, ../sass/dashboard.scss */
            #contenuti .module #edit-utente .preview-event #image-list li img + a {
              display: block;
              position: absolute;
              font-size: 18px;
              top: 5px;
              right: 5px;
              color: #e22027;
              opacity: 0; }
              /* line 1067, ../sass/dashboard.scss */
              #contenuti .module #edit-utente .preview-event #image-list li img + a:hover {
                opacity: 1; }
            /* line 1071, ../sass/dashboard.scss */
            #contenuti .module #edit-utente .preview-event #image-list li img:hover + a {
              opacity: 1; }
          /* line 1075, ../sass/dashboard.scss */
          #contenuti .module #edit-utente .preview-event #image-list li video {
            display: block;
            width: 100%;
            height: auto;
            cursor: move; }
            /* line 1080, ../sass/dashboard.scss */
            #contenuti .module #edit-utente .preview-event #image-list li video + a {
              display: block;
              position: absolute;
              font-size: 18px;
              top: 5px;
              right: 5px;
              color: #e22027;
              opacity: 0; }
              /* line 1088, ../sass/dashboard.scss */
              #contenuti .module #edit-utente .preview-event #image-list li video + a:hover {
                opacity: 1; }
            /* line 1092, ../sass/dashboard.scss */
            #contenuti .module #edit-utente .preview-event #image-list li video:hover + a {
              opacity: 1; }
          /* line 1097, ../sass/dashboard.scss */
          #contenuti .module #edit-utente .preview-event #image-list li a:hover {
            opacity: 1; }
    /* line 1106, ../sass/dashboard.scss */
    #contenuti .module .add-product .badge {
      background-color: #fff;
      display: block;
      position: absolute;
      top: -1px;
      right: -1px; }
      /* line 1112, ../sass/dashboard.scss */
      #contenuti .module .add-product .badge label {
        padding: 10px;
        width: 350px;
        display: block;
        text-align: left;
        color: #72777a;
        cursor: pointer;
        position: relative;
        z-index: 2;
        transition: color 200ms ease-in;
        overflow: hidden;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 300;
        border: solid 1px rgba(0, 0, 0, 0.0625); }
        /* line 1127, ../sass/dashboard.scss */
        #contenuti .module .add-product .badge label:before {
          width: 10px;
          height: 10px;
          border-radius: 50%;
          content: '';
          background-color: #e22027;
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%) scale3d(1, 1, 1);
          transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
          opacity: 0;
          z-index: -1; }
        /* line 1141, ../sass/dashboard.scss */
        #contenuti .module .add-product .badge label:after {
          width: 25px;
          height: 25px;
          content: '';
          border: 2px solid rgba(0, 0, 0, 0.0625);
          background-color: #fff;
          background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
          background-repeat: no-repeat;
          background-position: -1px 0;
          border-radius: 50%;
          z-index: 2;
          position: absolute;
          right: 10px;
          top: 50%;
          transform: translateY(-50%);
          cursor: pointer;
          transition: all 200ms ease-in; }
      /* line 1160, ../sass/dashboard.scss */
      #contenuti .module .add-product .badge input:checked ~ label {
        color: #fff; }
        /* line 1162, ../sass/dashboard.scss */
        #contenuti .module .add-product .badge input:checked ~ label:before {
          transform: translate(-50%, -50%) scale3d(56, 56, 1);
          opacity: 1; }
        /* line 1166, ../sass/dashboard.scss */
        #contenuti .module .add-product .badge input:checked ~ label:after {
          background-color: #000;
          border-color: #000; }
      /* line 1170, ../sass/dashboard.scss */
      #contenuti .module .add-product .badge input {
        width: 25px;
        height: 25px;
        order: 1;
        z-index: 2;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        visibility: hidden; }
    /* line 1183, ../sass/dashboard.scss */
    #contenuti .module .add-product .close {
      font-style: italic;
      font-size: 12px;
      color: #e22027;
      display: block;
      text-align: right;
      margin-bottom: 10px;
      cursor: pointer; }
      /* line 1191, ../sass/dashboard.scss */
      #contenuti .module .add-product .close:hover {
        text-decoration: underline; }
    /* line 1195, ../sass/dashboard.scss */
    #contenuti .module .add-product hr {
      clear: both;
      border: none;
      background-color: #e22027;
      height: 1px;
      width: 100%;
      margin: 40px 0;
      opacity: 0.5; }
    /* line 1204, ../sass/dashboard.scss */
    #contenuti .module .add-product h2 {
      font-size: 15px;
      font-weight: 400;
      color: #212529;
      margin: 10px 0; }
      /* line 1211, ../sass/dashboard.scss */
      #contenuti .module .add-product h2 a {
        font-style: italic;
        color: #e22027; }
        /* line 1214, ../sass/dashboard.scss */
        #contenuti .module .add-product h2 a:hover {
          text-decoration: underline; }
    /* line 1219, ../sass/dashboard.scss */
    #contenuti .module .add-product input[type=text] {
      display: block;
      width: 100%;
      padding: 6px 12px;
      font-size: 14px;
      line-height: 1.5;
      color: black;
      background-color: #fff;
      background-image: none;
      background-clip: padding-box;
      border: 1px solid rgba(0, 0, 0, 0.0625);
      border-radius: .25rem;
      transition: all 0.3s linear;
      margin-bottom: 20px; }
      /* line 1233, ../sass/dashboard.scss */
      #contenuti .module .add-product input[type=text]:focus {
        border-color: rgba(226, 32, 39, 0.25);
        outline: none;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(226, 32, 39, 0.25);
        box-shadow: 0 0 0 0.2rem rgba(226, 32, 39, 0.25); }
    /* line 1240, ../sass/dashboard.scss */
    #contenuti .module .add-product .create-product {
      display: block;
      font-size: 18px;
      font-weight: 300;
      text-transform: uppercase;
      padding: 8px 12px;
      text-align: center;
      color: #fff;
      width: 100%;
      background-color: #72777a;
      border-radius: 25px;
      margin: 10px 0;
      transition: all 0.3s linear;
      cursor: pointer; }
      /* line 1254, ../sass/dashboard.scss */
      #contenuti .module .add-product .create-product:hover {
        background-color: #e22027; }
    /* line 1258, ../sass/dashboard.scss */
    #contenuti .module .add-product .add-new-area {
      display: block;
      font-size: 18px;
      font-weight: 300;
      text-transform: uppercase;
      padding: 8px 12px;
      text-align: center;
      color: #fff;
      width: 100%;
      background-color: #72777a;
      border-radius: 25px;
      margin: 10px 0;
      transition: all 0.3s linear;
      cursor: pointer; }
      /* line 1272, ../sass/dashboard.scss */
      #contenuti .module .add-product .add-new-area:hover {
        background-color: #e22027; }
    /* line 1276, ../sass/dashboard.scss */
    #contenuti .module .add-product .inputfile {
      width: 0.1px;
      height: 0.1px;
      opacity: 0;
      overflow: hidden;
      position: absolute;
      z-index: -1; }
      /* line 1283, ../sass/dashboard.scss */
      #contenuti .module .add-product .inputfile + label {
        width: 100%;
        font-size: 14px;
        font-weight: 300;
        text-overflow: ellipsis;
        white-space: nowrap;
        cursor: pointer;
        display: inline-block;
        vertical-align: middle;
        overflow: hidden;
        padding: 6px 12px;
        color: #fff;
        background-color: #72777a;
        border-radius: .25rem;
        text-align: center; }
        /* line 1298, ../sass/dashboard.scss */
        #contenuti .module .add-product .inputfile + label:hover {
          background-color: #000; }
        /* line 1301, ../sass/dashboard.scss */
        #contenuti .module .add-product .inputfile + label svg {
          width: 20px;
          height: 20px;
          vertical-align: middle;
          fill: currentColor;
          margin-top: -3px;
          margin-right: 10px; }
    /* line 1311, ../sass/dashboard.scss */
    #contenuti .module .add-product .media-area {
      overflow: hidden; }
      /* line 1313, ../sass/dashboard.scss */
      #contenuti .module .add-product .media-area .product-video {
        float: left;
        width: 49%;
        margin-bottom: 30px; }
        /* line 1317, ../sass/dashboard.scss */
        #contenuti .module .add-product .media-area .product-video .upload-area {
          background-color: #f9fafb;
          border: dashed 3px rgba(0, 0, 0, 0.0625);
          padding: 20px;
          height: 200px;
          border-radius: 5px;
          position: relative; }
          /* line 1325, ../sass/dashboard.scss */
          #contenuti .module .add-product .media-area .product-video .upload-area .inputfile + label {
            width: 400px;
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            margin-left: -200px;
            margin-top: -17px; }
          /* line 1335, ../sass/dashboard.scss */
          #contenuti .module .add-product .media-area .product-video .upload-area .delete {
            width: 400px;
            display: block;
            position: absolute;
            top: 140px;
            left: 50%;
            margin-left: -200px;
            font-size: 14px;
            font-weight: 300;
            text-overflow: ellipsis;
            white-space: nowrap;
            cursor: pointer;
            overflow: hidden;
            padding: 6px 12px;
            color: #fff;
            background-color: #000;
            border-radius: .25rem;
            text-align: center; }
            /* line 1353, ../sass/dashboard.scss */
            #contenuti .module .add-product .media-area .product-video .upload-area .delete:hover {
              background-color: #e22027; }
      /* line 1359, ../sass/dashboard.scss */
      #contenuti .module .add-product .media-area .product-gallery {
        float: right;
        width: 49%;
        margin-bottom: 30px; }
        /* line 1363, ../sass/dashboard.scss */
        #contenuti .module .add-product .media-area .product-gallery .upload-area {
          background-color: #f9fafb;
          border-radius: 5px;
          padding: 20px;
          height: 200px;
          border: dashed 3px rgba(0, 0, 0, 0.0625);
          position: relative;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center; }
          /* line 1374, ../sass/dashboard.scss */
          #contenuti .module .add-product .media-area .product-gallery .upload-area .inputfile + label {
            width: 400px;
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            margin-left: -200px;
            margin-top: -17px; }
        /* line 1385, ../sass/dashboard.scss */
        #contenuti .module .add-product .media-area .product-gallery .edit-upload-area {
          background-color: #f9fafb;
          border-radius: 5px;
          padding: 20px;
          border: dashed 3px rgba(0, 0, 0, 0.0625);
          position: relative;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center; }
          /* line 1394, ../sass/dashboard.scss */
          #contenuti .module .add-product .media-area .product-gallery .edit-upload-area .edit-inputfile {
            width: 0.1px;
            height: 0.1px;
            opacity: 0;
            overflow: hidden;
            position: absolute;
            z-index: -1; }
            /* line 1401, ../sass/dashboard.scss */
            #contenuti .module .add-product .media-area .product-gallery .edit-upload-area .edit-inputfile + label {
              width: 100%;
              font-size: 14px;
              font-weight: 300;
              text-overflow: ellipsis;
              white-space: nowrap;
              cursor: pointer;
              display: inline-block;
              vertical-align: middle;
              overflow: hidden;
              padding: 6px 12px;
              color: #fff;
              background-color: #72777a;
              border-radius: .25rem;
              text-align: center; }
              /* line 1416, ../sass/dashboard.scss */
              #contenuti .module .add-product .media-area .product-gallery .edit-upload-area .edit-inputfile + label:hover {
                background-color: #000; }
              /* line 1419, ../sass/dashboard.scss */
              #contenuti .module .add-product .media-area .product-gallery .edit-upload-area .edit-inputfile + label svg {
                width: 20px;
                height: 20px;
                vertical-align: middle;
                fill: currentColor;
                margin-top: -3px;
                margin-right: 10px; }
          /* line 1429, ../sass/dashboard.scss */
          #contenuti .module .add-product .media-area .product-gallery .edit-upload-area .edit-preview-event {
            width: 100%;
            display: block; }
            /* line 1432, ../sass/dashboard.scss */
            #contenuti .module .add-product .media-area .product-gallery .edit-upload-area .edit-preview-event button {
              width: 100%; }
            /* line 1435, ../sass/dashboard.scss */
            #contenuti .module .add-product .media-area .product-gallery .edit-upload-area .edit-preview-event p {
              color: #72777a;
              font-size: 14px;
              margin-bottom: 20px;
              font-weight: 300; }
            /* line 1441, ../sass/dashboard.scss */
            #contenuti .module .add-product .media-area .product-gallery .edit-upload-area .edit-preview-event #image-list {
              margin: 0 0 20px;
              overflow: hidden;
              font-size: 0; }
              /* line 1445, ../sass/dashboard.scss */
              #contenuti .module .add-product .media-area .product-gallery .edit-upload-area .edit-preview-event #image-list li {
                display: inline-block;
                width: 120px;
                height: 120px;
                position: relative;
                overflow: hidden;
                margin-right: 10px;
                margin-bottom: 10px;
                object-fit: cover;
                object-position: center; }
                /* line 1455, ../sass/dashboard.scss */
                #contenuti .module .add-product .media-area .product-gallery .edit-upload-area .edit-preview-event #image-list li img {
                  display: block;
                  width: 100%;
                  height: auto;
                  cursor: move; }
                  /* line 1460, ../sass/dashboard.scss */
                  #contenuti .module .add-product .media-area .product-gallery .edit-upload-area .edit-preview-event #image-list li img + a {
                    display: block;
                    position: absolute;
                    font-size: 18px;
                    top: 5px;
                    right: 5px;
                    color: #e22027;
                    opacity: 0; }
                    /* line 1468, ../sass/dashboard.scss */
                    #contenuti .module .add-product .media-area .product-gallery .edit-upload-area .edit-preview-event #image-list li img + a:hover {
                      opacity: 1; }
                  /* line 1472, ../sass/dashboard.scss */
                  #contenuti .module .add-product .media-area .product-gallery .edit-upload-area .edit-preview-event #image-list li img:hover + a {
                    opacity: 1; }
                /* line 1477, ../sass/dashboard.scss */
                #contenuti .module .add-product .media-area .product-gallery .edit-upload-area .edit-preview-event #image-list li a:hover {
                  opacity: 1; }
            /* line 1483, ../sass/dashboard.scss */
            #contenuti .module .add-product .media-area .product-gallery .edit-upload-area .edit-preview-event #video-list {
              margin: 0 0 20px;
              overflow: hidden;
              font-size: 0; }
              /* line 1487, ../sass/dashboard.scss */
              #contenuti .module .add-product .media-area .product-gallery .edit-upload-area .edit-preview-event #video-list li {
                display: inline-block;
                width: 120px;
                height: 120px;
                position: relative;
                overflow: hidden;
                margin-right: 10px;
                margin-bottom: 10px;
                object-fit: cover;
                object-position: center; }
                /* line 1497, ../sass/dashboard.scss */
                #contenuti .module .add-product .media-area .product-gallery .edit-upload-area .edit-preview-event #video-list li video {
                  display: block;
                  width: 100%;
                  height: auto;
                  cursor: move; }
                  /* line 1502, ../sass/dashboard.scss */
                  #contenuti .module .add-product .media-area .product-gallery .edit-upload-area .edit-preview-event #video-list li video + a {
                    display: block;
                    position: absolute;
                    font-size: 18px;
                    top: 5px;
                    right: 5px;
                    color: #e22027;
                    opacity: 0; }
                    /* line 1510, ../sass/dashboard.scss */
                    #contenuti .module .add-product .media-area .product-gallery .edit-upload-area .edit-preview-event #video-list li video + a:hover {
                      opacity: 1; }
                  /* line 1514, ../sass/dashboard.scss */
                  #contenuti .module .add-product .media-area .product-gallery .edit-upload-area .edit-preview-event #video-list li video:hover + a {
                    opacity: 1; }
                /* line 1519, ../sass/dashboard.scss */
                #contenuti .module .add-product .media-area .product-gallery .edit-upload-area .edit-preview-event #video-list li a:hover {
                  opacity: 1; }
            /* line 1525, ../sass/dashboard.scss */
            #contenuti .module .add-product .media-area .product-gallery .edit-upload-area .edit-preview-event #edit-gallery-product {
              width: 100%; }
            /* line 1528, ../sass/dashboard.scss */
            #contenuti .module .add-product .media-area .product-gallery .edit-upload-area .edit-preview-event #edit-video-product {
              width: 100%; }
    /* line 1535, ../sass/dashboard.scss */
    #contenuti .module .add-product #static-row {
      clear: both;
      overflow: hidden; }
      /* line 1538, ../sass/dashboard.scss */
      #contenuti .module .add-product #static-row > p {
        color: #212529; }
      /* line 1541, ../sass/dashboard.scss */
      #contenuti .module .add-product #static-row .column {
        border: solid 1px rgba(0, 0, 0, 0.0625);
        float: left;
        background-color: #f9fafb;
        width: 23%;
        margin: 1%;
        padding: 20px; }
        /* line 1548, ../sass/dashboard.scss */
        #contenuti .module .add-product #static-row .column h2 {
          margin: 0 0 20px; }
        /* line 1551, ../sass/dashboard.scss */
        #contenuti .module .add-product #static-row .column > p {
          margin-bottom: 10px;
          text-align: center; }
        /* line 1556, ../sass/dashboard.scss */
        #contenuti .module .add-product #static-row .column .new-button a {
          display: block;
          font-size: 16px;
          font-weight: 300;
          text-transform: uppercase;
          padding: 6px 12px;
          text-align: center;
          color: #212529;
          border: solid 1px #e22027;
          background-color: #fff;
          border-radius: 25px;
          margin: 10px 0;
          transition: all 0.3s linear;
          cursor: pointer; }
          /* line 1571, ../sass/dashboard.scss */
          #contenuti .module .add-product #static-row .column .new-button a:hover {
            color: #fff;
            background-color: #e22027; }
          /* line 1576, ../sass/dashboard.scss */
          #contenuti .module .add-product #static-row .column .new-button a.color {
            background-color: rgba(0, 0, 0, 0.0625);
            color: #212529;
            border: solid 1px #212529; }
            /* line 1580, ../sass/dashboard.scss */
            #contenuti .module .add-product #static-row .column .new-button a.color:hover {
              color: #fff;
              background-color: #e22027;
              border: solid 1px #e22027; }
        /* line 1588, ../sass/dashboard.scss */
        #contenuti .module .add-product #static-row .column .new-button-content {
          background-color: rgba(0, 0, 0, 0.0625);
          padding: 10px 10px 20px;
          position: relative;
          margin-bottom: 20px;
          border-radius: 5px;
          font-size: 0; }
          /* line 1595, ../sass/dashboard.scss */
          #contenuti .module .add-product #static-row .column .new-button-content .close {
            position: absolute;
            top: 10px;
            right: 10px;
            cursor: pointer; }
            /* line 1600, ../sass/dashboard.scss */
            #contenuti .module .add-product #static-row .column .new-button-content .close i {
              color: #e22027;
              font-size: 22px; }
            /* line 1605, ../sass/dashboard.scss */
            #contenuti .module .add-product #static-row .column .new-button-content .close:hover i {
              color: #000; }
          /* line 1610, ../sass/dashboard.scss */
          #contenuti .module .add-product #static-row .column .new-button-content p {
            font-size: 13px;
            color: #72777a;
            margin: 10px 2px 5px; }
          /* line 1615, ../sass/dashboard.scss */
          #contenuti .module .add-product #static-row .column .new-button-content input[type=text] {
            margin-bottom: 0; }
          /* line 1618, ../sass/dashboard.scss */
          #contenuti .module .add-product #static-row .column .new-button-content .save {
            font-size: 14px;
            font-weight: 300;
            width: 49%;
            display: inline-block;
            padding: 6px 12px;
            text-align: center;
            color: #212529;
            border: solid 1px #e22027;
            border-radius: 25px;
            margin: 20px 0 0;
            transition: all 0.3s linear;
            cursor: pointer; }
            /* line 1633, ../sass/dashboard.scss */
            #contenuti .module .add-product #static-row .column .new-button-content .save:hover {
              color: #fff;
              background-color: #e22027; }
          /* line 1638, ../sass/dashboard.scss */
          #contenuti .module .add-product #static-row .column .new-button-content .delete {
            font-size: 14px;
            font-weight: 300;
            width: 49%;
            display: inline-block;
            padding: 6px 12px;
            text-align: center;
            color: #212529;
            border: solid 1px #e22027;
            border-radius: 25px;
            margin: 20px 0 0 2%;
            transition: all 0.3s linear;
            cursor: pointer; }
            /* line 1653, ../sass/dashboard.scss */
            #contenuti .module .add-product #static-row .column .new-button-content .delete:hover {
              color: #fff;
              background-color: #e22027; }
    /* line 1662, ../sass/dashboard.scss */
    #contenuti .module .add-product .new-button a {
      display: block;
      font-size: 16px;
      font-weight: 300;
      text-transform: uppercase;
      padding: 6px 12px;
      text-align: center;
      color: #212529;
      border: solid 1px #e22027;
      background-color: #fff;
      border-radius: 25px;
      margin: 10px 0;
      transition: all 0.3s linear;
      cursor: pointer; }
      /* line 1677, ../sass/dashboard.scss */
      #contenuti .module .add-product .new-button a:hover {
        color: #fff;
        background-color: #e22027; }
      /* line 1682, ../sass/dashboard.scss */
      #contenuti .module .add-product .new-button a.color {
        background-color: rgba(0, 0, 0, 0.0625);
        color: #212529;
        border: solid 1px #212529; }
        /* line 1686, ../sass/dashboard.scss */
        #contenuti .module .add-product .new-button a.color:hover {
          color: #fff;
          background-color: #e22027;
          border: solid 1px #e22027; }
      /* line 1692, ../sass/dashboard.scss */
      #contenuti .module .add-product .new-button a.color-bis {
        background-color: rgba(0, 0, 0, 0.0625);
        color: #212529;
        border: solid 1px #212529; }
        /* line 1696, ../sass/dashboard.scss */
        #contenuti .module .add-product .new-button a.color-bis:hover {
          color: #fff;
          background-color: #e22027;
          border: solid 1px #e22027; }
    /* line 1704, ../sass/dashboard.scss */
    #contenuti .module .add-product .new-button-content {
      background-color: rgba(0, 0, 0, 0.0625);
      padding: 10px 10px 20px;
      position: relative;
      margin-bottom: 20px;
      border-radius: 5px;
      font-size: 0; }
      /* line 1711, ../sass/dashboard.scss */
      #contenuti .module .add-product .new-button-content .close {
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer; }
        /* line 1716, ../sass/dashboard.scss */
        #contenuti .module .add-product .new-button-content .close i {
          color: #e22027;
          font-size: 22px; }
        /* line 1721, ../sass/dashboard.scss */
        #contenuti .module .add-product .new-button-content .close:hover i {
          color: #000; }
      /* line 1726, ../sass/dashboard.scss */
      #contenuti .module .add-product .new-button-content p {
        font-size: 13px;
        color: #72777a;
        margin: 10px 2px 5px; }
      /* line 1731, ../sass/dashboard.scss */
      #contenuti .module .add-product .new-button-content input[type=text] {
        margin-bottom: 0; }
      /* line 1734, ../sass/dashboard.scss */
      #contenuti .module .add-product .new-button-content .save {
        font-size: 14px;
        font-weight: 300;
        width: 49%;
        display: inline-block;
        padding: 6px 12px;
        text-align: center;
        color: #212529;
        border: solid 1px #e22027;
        border-radius: 25px;
        margin: 20px 0 0;
        transition: all 0.3s linear;
        cursor: pointer; }
        /* line 1749, ../sass/dashboard.scss */
        #contenuti .module .add-product .new-button-content .save:hover {
          color: #fff;
          background-color: #e22027; }
      /* line 1754, ../sass/dashboard.scss */
      #contenuti .module .add-product .new-button-content .delete {
        font-size: 14px;
        font-weight: 300;
        width: 49%;
        display: inline-block;
        padding: 6px 12px;
        text-align: center;
        color: #212529;
        border: solid 1px #e22027;
        border-radius: 25px;
        margin: 20px 0 0 2%;
        transition: all 0.3s linear;
        cursor: pointer; }
        /* line 1769, ../sass/dashboard.scss */
        #contenuti .module .add-product .new-button-content .delete:hover {
          color: #fff;
          background-color: #e22027; }
      /* line 1774, ../sass/dashboard.scss */
      #contenuti .module .add-product .new-button-content .full {
        width: 100%; }
    /* line 1778, ../sass/dashboard.scss */
    #contenuti .module .add-product #custom-area {
      width: 50%; }
      /* line 1780, ../sass/dashboard.scss */
      #contenuti .module .add-product #custom-area h2 {
        font-size: 15px;
        font-weight: 400;
        color: #212529;
        margin: 10px 0; }
      /* line 1790, ../sass/dashboard.scss */
      #contenuti .module .add-product #custom-area .new-button a {
        display: block;
        font-size: 16px;
        font-weight: 300;
        text-transform: uppercase;
        padding: 6px 12px;
        text-align: center;
        color: #212529;
        border: solid 1px #e22027;
        background-color: #fff;
        border-radius: 25px;
        margin: 10px 0;
        transition: all 0.3s linear; }
        /* line 1805, ../sass/dashboard.scss */
        #contenuti .module .add-product #custom-area .new-button a:hover {
          color: #fff;
          background-color: #e22027; }
      /* line 1811, ../sass/dashboard.scss */
      #contenuti .module .add-product #custom-area .new-button-content {
        background-color: rgba(0, 0, 0, 0.0625);
        padding: 10px 10px 20px;
        position: relative;
        margin-bottom: 20px;
        border-radius: 5px; }
        /* line 1817, ../sass/dashboard.scss */
        #contenuti .module .add-product #custom-area .new-button-content .close {
          position: absolute;
          top: 10px;
          right: 10px; }
          /* line 1821, ../sass/dashboard.scss */
          #contenuti .module .add-product #custom-area .new-button-content .close i {
            color: #e22027;
            font-size: 22px; }
          /* line 1826, ../sass/dashboard.scss */
          #contenuti .module .add-product #custom-area .new-button-content .close:hover i {
            color: #000; }
        /* line 1831, ../sass/dashboard.scss */
        #contenuti .module .add-product #custom-area .new-button-content p {
          font-size: 13px;
          color: #72777a;
          margin: 10px 2px 5px; }
        /* line 1836, ../sass/dashboard.scss */
        #contenuti .module .add-product #custom-area .new-button-content input[type=text] {
          margin-bottom: 0; }
        /* line 1839, ../sass/dashboard.scss */
        #contenuti .module .add-product #custom-area .new-button-content .save {
          display: block;
          font-size: 16px;
          font-weight: 300;
          text-transform: uppercase;
          padding: 6px 12px;
          text-align: center;
          color: #212529;
          border: solid 1px #e22027;
          border-radius: 25px;
          margin: 20px 0 0;
          transition: all 0.3s linear; }
          /* line 1853, ../sass/dashboard.scss */
          #contenuti .module .add-product #custom-area .new-button-content .save:hover {
            color: #fff;
            background-color: #e22027; }
    /* line 1860, ../sass/dashboard.scss */
    #contenuti .module .add-product .create-competitor {
      display: block;
      font-size: 16px;
      font-weight: 300;
      text-transform: uppercase;
      padding: 6px 12px;
      text-align: center;
      color: #72777a;
      border: solid 1px #e22027;
      background-color: #fff;
      border-radius: 25px;
      margin: 10px 0;
      transition: all 0.3s linear;
      cursor: pointer;
      width: 100%; }
      /* line 1875, ../sass/dashboard.scss */
      #contenuti .module .add-product .create-competitor:hover {
        background-color: #e22027;
        color: #fff; }
    /* line 1881, ../sass/dashboard.scss */
    #contenuti .module .fixed-button {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      background-color: #e22027;
      color: #fff;
      text-transform: uppercase;
      font-size: 20px;
      padding: 20px;
      font-weight: 800;
      transition: all 0.3s linear; }
      /* line 1894, ../sass/dashboard.scss */
      #contenuti .module .fixed-button:hover {
        background-color: #000; }
    /* line 1898, ../sass/dashboard.scss */
    #contenuti .module .white-space {
      height: 80px; }
    /* line 1902, ../sass/dashboard.scss */
    #contenuti .module .order ul {
      padding: 20px 0; }
    /* line 1905, ../sass/dashboard.scss */
    #contenuti .module .order li {
      cursor: move;
      padding: 10px 10px 0 10px;
      background-color: #f9fafb; }
      /* line 1909, ../sass/dashboard.scss */
      #contenuti .module .order li span {
        display: block;
        border-bottom: solid 1px rgba(0, 0, 0, 0.0625);
        padding-bottom: 10px;
        padding-left: 10px; }
        /* line 1914, ../sass/dashboard.scss */
        #contenuti .module .order li span i {
          border-right: solid 1px rgba(0, 0, 0, 0.0625);
          padding-right: 10px;
          color: #e22027; }
        /* line 1919, ../sass/dashboard.scss */
        #contenuti .module .order li span article {
          display: inline-block;
          text-transform: uppercase;
          font-size: 12px;
          color: #72777a; }
    /* line 1927, ../sass/dashboard.scss */
    #contenuti .module .order .update {
      color: #fff;
      transition: all 0.3s linear;
      font-size: 14px;
      display: block;
      text-align: center;
      width: 320px;
      font-weight: 300;
      padding: 6px 0;
      border-radius: .25rem;
      position: relative;
      overflow: hidden;
      margin: 10px 0;
      background-color: #e22027; }
      /* line 1941, ../sass/dashboard.scss */
      #contenuti .module .order .update:hover {
        background-color: #000; }
    /* line 1945, ../sass/dashboard.scss */
    #contenuti .module .order .back {
      color: #fff;
      background-color: #e22027;
      display: block;
      font-weight: 400;
      text-align: center;
      padding: 6px 12px;
      font-size: 14px;
      line-height: 1.5;
      border-radius: .25rem;
      transition: all 0.3s linear;
      position: absolute;
      top: 20px;
      right: 20px; }
      /* line 1959, ../sass/dashboard.scss */
      #contenuti .module .order .back:hover {
        background-color: #000; }
    /* line 1964, ../sass/dashboard.scss */
    #contenuti .module #general {
      position: relative; }
      /* line 1966, ../sass/dashboard.scss */
      #contenuti .module #general .sorting {
        position: absolute;
        top: 0;
        right: 0;
        background-color: #e22027;
        padding: 5px 10px;
        color: #fff;
        font-size: 15px;
        text-transform: uppercase;
        transition: all 0.3s linear; }
        /* line 1976, ../sass/dashboard.scss */
        #contenuti .module #general .sorting:hover {
          background-color: #000; }
    /* line 1982, ../sass/dashboard.scss */
    #contenuti .module #log-category a {
      display: inline-block;
      width: 250px;
      text-align: center;
      background-color: #e22027;
      color: #fff;
      border-radius: 3px;
      font-size: 14px;
      position: relative;
      height: 40px;
      line-height: 40px;
      margin-right: 10px;
      transition: all 0.3s linear; }
      /* line 1995, ../sass/dashboard.scss */
      #contenuti .module #log-category a:hover {
        background-color: #000; }
      /* line 1998, ../sass/dashboard.scss */
      #contenuti .module #log-category a span {
        display: block;
        position: absolute;
        left: 0;
        width: 35px;
        background-color: #000;
        border-radius: 3px 0 0 3px; }
    /* line 2008, ../sass/dashboard.scss */
    #contenuti .module #myChart {
      margin: 50px 0; }
    /* line 2011, ../sass/dashboard.scss */
    #contenuti .module ul.pagination {
      width: 250px;
      margin: 50px auto 0; }
      /* line 2014, ../sass/dashboard.scss */
      #contenuti .module ul.pagination li {
        display: inline-block; }
        /* line 2016, ../sass/dashboard.scss */
        #contenuti .module ul.pagination li a {
          color: #72777a;
          background-color: #f9fafb;
          font-size: 16px;
          border: solid 1px rgba(0, 0, 0, 0.0625);
          padding: 0 10px;
          border-radius: 3px;
          font-weight: 200; }
          /* line 2024, ../sass/dashboard.scss */
          #contenuti .module ul.pagination li a:hover {
            background-color: rgba(0, 0, 0, 0.0625);
            color: #000; }
  /* line 2034, ../sass/dashboard.scss */
  #contenuti .users-add form input[type=text], #contenuti .users-add form input[type=email], #contenuti .users-add form input[type=password] {
    display: block;
    width: 600px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.0625);
    border-radius: .25rem;
    transition: all 0.3s linear;
    margin-bottom: 20px; }
    /* line 2048, ../sass/dashboard.scss */
    #contenuti .users-add form input[type=text]:focus, #contenuti .users-add form input[type=email]:focus, #contenuti .users-add form input[type=password]:focus {
      border-color: rgba(226, 32, 39, 0.25);
      outline: none;
      -webkit-box-shadow: 0 0 0 0.2rem rgba(226, 32, 39, 0.25);
      box-shadow: 0 0 0 0.2rem rgba(226, 32, 39, 0.25); }
  /* line 2055, ../sass/dashboard.scss */
  #contenuti .users-add form > p {
    font-weight: 300;
    font-size: 15px;
    color: #e22027;
    margin-bottom: 20px;
    margin-top: 30px; }
  /* line 2062, ../sass/dashboard.scss */
  #contenuti .users-add form div {
    margin-bottom: 20px;
    clear: both; }
    /* line 2065, ../sass/dashboard.scss */
    #contenuti .users-add form div p {
      font-size: 15px;
      color: #72777a; }
    /* line 2070, ../sass/dashboard.scss */
    #contenuti .users-add form div label input[type=radio] {
      display: none; }
      /* line 2072, ../sass/dashboard.scss */
      #contenuti .users-add form div label input[type=radio] + span {
        display: block;
        float: left;
        text-align: center;
        width: 290px;
        margin: 10px 17px 20px 0;
        background-color: #f9fafb;
        border: solid 1px #ececec;
        padding: 10px 0;
        cursor: pointer;
        border-radius: .25rem;
        text-transform: uppercase;
        font-size: 15px;
        color: #72777a; }
      /* line 2088, ../sass/dashboard.scss */
      #contenuti .users-add form div label input[type=radio]:checked + span {
        background-color: #e22027;
        color: #fff;
        border-color: #e22027; }
  /* line 2097, ../sass/dashboard.scss */
  #contenuti .users-add form button {
    clear: both;
    color: #fff;
    transition: all 0.3s linear;
    font-size: 14px;
    display: block;
    text-align: center;
    width: 600px;
    font-weight: 300;
    padding: 8px 0;
    border-radius: .25rem;
    position: relative;
    overflow: hidden;
    margin: 100px 0 0;
    background-color: #e22027; }
    /* line 2112, ../sass/dashboard.scss */
    #contenuti .users-add form button:hover {
      background-color: #000; }

/* line 2119, ../sass/dashboard.scss */
.notice {
  position: absolute;
  width: 320px;
  right: -400px;
  bottom: 40px;
  transition: all 0.6s ease-in-out;
  z-index: 5;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.35); }
  /* line 2129, ../sass/dashboard.scss */
  .notice .icon-notice {
    width: 20px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle; }
    /* line 2134, ../sass/dashboard.scss */
    .notice .icon-notice svg {
      fill: white;
      width: 20px; }
  /* line 2139, ../sass/dashboard.scss */
  .notice .text-notice {
    color: white;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle; }

/* line 2148, ../sass/dashboard.scss */
.success {
  background-color: #66BB6A; }

/* line 2151, ../sass/dashboard.scss */
.error {
  background-color: #EF5350; }

@media only screen and (max-width: 1170px) {
  /* line 2161, ../sass/dashboard.scss */
  #contenuti .module #edit-utente .edit-event {
    width: 100%;
    display: block; }
  /* line 2165, ../sass/dashboard.scss */
  #contenuti .module #edit-utente .preview-event {
    width: 100%;
    display: block;
    margin: 30px 0 0; } }
@media only screen and (max-width: 1024px) {
  /* line 2179, ../sass/dashboard.scss */
  #contenuti .module .add-product .media-area .product-video {
    float: none;
    width: 100%; }
  /* line 2183, ../sass/dashboard.scss */
  #contenuti .module .add-product .media-area .product-gallery {
    float: none;
    width: 100%; }
  /* line 2189, ../sass/dashboard.scss */
  #contenuti .module .add-product #static-row .column {
    float: none;
    width: 100%;
    margin: 0 0 20px; }
  /* line 2196, ../sass/dashboard.scss */
  #contenuti .module #new-competitor {
    position: static;
    width: 100%;
    margin-top: 30px; }
  /* line 2201, ../sass/dashboard.scss */
  #contenuti .module #sorting-competitor {
    position: static;
    width: 100%;
    margin-bottom: 20px; } }
@media only screen and (max-width: 768px) {
  /* line 2212, ../sass/dashboard.scss */
  #contenuti .module #ricerca-competitor {
    position: static;
    width: 100%;
    margin-bottom: 20px; }
  /* line 2219, ../sass/dashboard.scss */
  #contenuti .module #edit-utente .ragione-sociale input {
    width: 100%; }
  /* line 2224, ../sass/dashboard.scss */
  #contenuti .module #edit-utente .competitor-image p {
    display: block;
    margin-bottom: 5px; }
  /* line 2229, ../sass/dashboard.scss */
  #contenuti .module #edit-utente .competitor-image .inputfile + label {
    width: 100%; }
  /* line 2234, ../sass/dashboard.scss */
  #contenuti .module #edit-utente button {
    width: 100%; }
  /* line 2237, ../sass/dashboard.scss */
  #contenuti .module #edit-utente .preview {
    width: 100%; }
    /* line 2239, ../sass/dashboard.scss */
    #contenuti .module #edit-utente .preview .preview-image {
      width: 100%; }
  /* line 2245, ../sass/dashboard.scss */
  #contenuti .module #edit-utente .edit-event .competitor-image p {
    display: block;
    width: 100%; }
  /* line 2249, ../sass/dashboard.scss */
  #contenuti .module #edit-utente .edit-event .competitor-image .inputfile + label {
    width: 100%; }
  /* line 2256, ../sass/dashboard.scss */
  #contenuti .module #tabella-stato_utente .th-tabella {
    display: none; }
  /* line 2259, ../sass/dashboard.scss */
  #contenuti .module #tabella-stato_utente .corpo_tabella {
    border-top: 1px solid rgba(0, 0, 0, 0.0625); }
    /* line 2261, ../sass/dashboard.scss */
    #contenuti .module #tabella-stato_utente .corpo_tabella .td-tabella70 {
      width: auto;
      padding: 17px 6px; }
    /* line 2265, ../sass/dashboard.scss */
    #contenuti .module #tabella-stato_utente .corpo_tabella .td-tabella30 {
      display: none; }
    /* line 2268, ../sass/dashboard.scss */
    #contenuti .module #tabella-stato_utente .corpo_tabella .td-tabella10 {
      width: auto;
      float: right; }
    /* line 2272, ../sass/dashboard.scss */
    #contenuti .module #tabella-stato_utente .corpo_tabella .td-question {
      width: auto; }
    /* line 2275, ../sass/dashboard.scss */
    #contenuti .module #tabella-stato_utente .corpo_tabella .td-user {
      display: none; }
    /* line 2278, ../sass/dashboard.scss */
    #contenuti .module #tabella-stato_utente .corpo_tabella .td-product {
      display: none; }
    /* line 2281, ../sass/dashboard.scss */
    #contenuti .module #tabella-stato_utente .corpo_tabella .td-date {
      display: none; }
    /* line 2284, ../sass/dashboard.scss */
    #contenuti .module #tabella-stato_utente .corpo_tabella .td-delete {
      width: auto;
      float: right; }
  /* line 2291, ../sass/dashboard.scss */
  #contenuti .module .order .update {
    width: 100%; }
  /* line 2294, ../sass/dashboard.scss */
  #contenuti .module .order .back {
    position: static;
    top: auto;
    right: auto;
    margin-top: 15px;
    width: 100%; }
  /* line 2305, ../sass/dashboard.scss */
  #contenuti .users-add form input[type=text], #contenuti .users-add form input[type=email], #contenuti .users-add form input[type=password] {
    width: 100%; }
  /* line 2311, ../sass/dashboard.scss */
  #contenuti .users-add form div label input[type=radio] + span {
    width: 48%;
    margin: 10px 1% 20px; }
  /* line 2318, ../sass/dashboard.scss */
  #contenuti .users-add form button {
    width: 100%; } }
@media only screen and (max-width: 520px) {
  /* line 2333, ../sass/dashboard.scss */
  #contenuti .module .add-product #static-row .column .new-button-content .save {
    display: block;
    width: 100%;
    margin: 10px 0 10px; }
  /* line 2338, ../sass/dashboard.scss */
  #contenuti .module .add-product #static-row .column .new-button-content .delete {
    display: block;
    width: 100%;
    margin: 0 0 10px; } }


.vimeo-video-input {
  display: flex !important;
  align-content: center !important;
  flex-direction: row !important;
  align-items: center !important;
  margin: 10px 0 !important;
}

.vimeo-video-input input {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  margin-right: 5px !important;
  width: 80% !important;
}

#video-wrapper > div.vimeo-container {
  width: 46% !important;
  float: left !important;
  margin-top: 0 !important;
}
#video-wrapper > div.vimeo-container:nth-child(even) {
  margin-right: 8%;
}

.vimeo-add-button,
.vimeo-video-input button {
  color: white !important;
  border-radius: 0.25rem !important;
  padding: 5px !important;
}

.vimeo-video-input button {
  background-color: #e22027 !important;
  width: 20% !important;
}

.vimeo-add-button {
  width: 100% !important;
  margin-top: 10px !important;
  background-color: #72777a !important;

}

.product-video .upload-area {
  height: auto !important;
}