/* --------------------------------------------------
        Stili Base
-------------------------------------------------- */

body {
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 15px;
  line-height: 1;
  color: #505050;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: bold;
}

h1 {
  font-size: 28px;
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: 25px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 21px;
  text-transform: none;
}

a {
  color: #505050;
}

a:hover {
  text-decoration: none;
  color: #008990;
}

a:active,
a:focus {
  outline: none;
  text-decoration: none;
}

.password-recovery {
  text-align: left;
  font-size: 12px;
}

.password-recovery a {
  color: #505050;
}
.password-recovery a:hover {
  color: #008990;
}

.pulsante {
  display: inline-block;
  padding: 15px 25px;
  background: #008990;
  color: #fff;
  margin: 25px auto;
  border-radius: 5px;
  font-size: 16px;
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  border: none;
}
.pulsante-disabilitato {
  display: inline-block;
  background: #9a9999;
  color: #fff;
  border-radius: 5px;
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  border: none;
  color: #fff;
  padding: 10px;
  margin: 0;
  font-size: 14px;
  float: right;
  opacity: 1;
  pointer-events: none;
}
.pulsante.small {
  font-size: 14px;
  margin: 0;
  padding: 10px;
}

.pulsante.submit {
  text-transform: uppercase;
  width: 100%;
  height: auto;
}

.pulsante.facebook {
  background-color: #4866ab;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.pulsante.facebook:hover {
  color: #4866ab;
}

.pulsante:hover {
  color: #ffffff;
  background-color: #3da435;
  cursor: pointer;
}

.icona {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background: transparent url() scroll no-repeat 0 0;
}

/* --------------------------------------------------
        Modifica Fabio
-------------------------------------------------- */
.icona:hover,
a:hover .icona,
li.active a .icona {
  background-position: 0 -24px;
}
/* --------------------------------------------------
        Modifica Fabio
-------------------------------------------------- */

/* --------------------------------------------------
        Settaggi globali bootstrap / altro
-------------------------------------------------- */

.wrapper-container {
  max-width: 1000px;
}

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

form {
  margin-top: 35px;
}

.form-control,
input,
select {
  border-radius: 0;
  background-color: #fafafa;
  height: 34px;
  line-height: 1;
  box-shadow: none;
  color: #888;
  border: 1px solid #c8c8c8;
}

input:focus,
select:focus,
:focus {
  outline: none;
}

input[disabled] {
  color: #999;
}

.form-control:focus {
  border-color: #c8c8c8;
  box-shadow: none;
  outline: 0 none;
}

select::-ms-value {
  color: #bc0815;
  background-color: transparent;
}

.dataNascita {
  width: 32.33%;
  font-size: rem(12);
  outline: none;
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
}

label {
  margin-bottom: 10px;
  font-weight: normal;
}

label.for-radio {
  margin-bottom: 0px;
  padding: 0 20px 0 10px;
  position: relative;
  top: 3px;
}

input[type="radio"].for-radio {
  vertical-align: middle;
  outline: none;
}

.form-group {
  margin-bottom: 20px;
}

.form-group a {
  margin-top: 32px;
  display: inline-block;
}

.username {
  margin-bottom: 20px;
}

.username label {
  text-transform: uppercase;
  padding-right: 20px;
  font-size: 12px;
}

input[type="checkbox"].input-checkbox {
  display: none;
}

input[type="checkbox"].input-checkbox + label {
  line-height: 1.2;
  font-size: 12px;
  vertical-align: top;
  width: 92%;
}
input[type="checkbox"].input-checkbox + label:hover {
  cursor: pointer;
}

input[type="checkbox"].input-checkbox + label span {
  border: 1px solid #c8c8c8;
  height: 16px;
  width: 16px;
  margin-right: 10px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  float: left;
  margin-bottom: 20px;
}

input[type="checkbox"].input-checkbox + label span i.fa {
  position: absolute;
  top: 1px;
  left: 1px;
  color: #46b0c7;
  transition: all 0.2s ease-out 0s;
}

input[type="checkbox"].input-checkbox:not(:checked) + label span i.fa {
  opacity: 0;
}

input[type="checkbox"].input-checkbox:checked + label span i.fa {
  opacity: 1;
}

/* gestione errore checkbox con classe active */

input.input-checkbox[type="checkbox"].active + label span {
  border: 2px solid #f3422e;
  height: 19px;
  width: 19px;
}

input.input-checkbox[type="checkbox"].active + label span i.fa {
  left: 2px;
}

.checkbox-privacy.first {
  margin-top: 25px;
}

/* --------------------------------------------------
        Intestazione
-------------------------------------------------- */

.header {
  height: 75px;
  background-color: #fff;
  border-bottom: 1px solid #e2e3e4;
}

.header .logo {
  padding: 4px 0px;
  position: relative;
  height: 75px;
}

.header .logo img {
  float: left;
  margin: 0px 15px;
  max-height: 67px;
  max-width: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.platform-logo-user-page {
  box-sizing: border-box;
  background-image: url(/assets/images/logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 6px;
  width: 175px; /* Width of the logo image */
  height: 45px; /* Height of the logo image */
}

/* --------------------------------------------------
        Header mobile
-------------------------------------------------- */

.header-mobile {
  display: none;
  position: fixed;
  width: 100%;
  height: 40px;
  z-index: 100;
}

.header-mobile .buttons-container {
  height: 40px;
  background-color: #c8c8c8;
  z-index: 10;
  overflow: hidden;
}

.header-mobile .container-fluid {
  overflow: visible;
}

.header-mobile .burger-button {
  font-size: 30px;
  position: relative;
  top: 5px;
  color: #555;
  margin-left: -13px;
  background-color: #d8d8d8;
  padding: 2px 7px;
}

.header-mobile .crea-campagna {
  display: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  top: 12px;
}

.header-mobile .crea-campagna .fa-plus {
  color: #555;
  font-size: 10px;
  height: 12px;
  vertical-align: middle;
}

.header-mobile .mobile-menu {
  position: fixed;
  width: 90%;
  height: 100%;
  background-color: #555;
  top: 40px;
  z-index: 9;
  padding-left: 5px;
  padding-top: 30px;
  transition: all 0.5s ease-in-out;
  transform: translateX(-100%);
}

.header-mobile .mobile-menu.open {
  transform: translateX(0%);
}

.header-mobile .elenco-menu ul li a {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}

/* --------------------------------------------------
        Wrapper generale
-------------------------------------------------- */

.main {
  background: #fff url("/assets/images/bg-wrapper.png") scroll repeat-x 0 top;
}

/* --------------------------------------------------
        Area Principale
-------------------------------------------------- */

.blocco-evidenziato {
  background-color: #fff;
  font-size: 18px;
  padding: 50px;
  color: #3b3c3b;
  text-align: center;
  border: 1px solid #dcdcdc;
  border-top: 10px solid #9a9999;
}

.blocco-evidenziato .valore-numerico {
  font-size: 50px;
  font-weight: bold;
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin-top: 25px;
  color: #008990;
}

.blocco-evidenziato .valore-numerico span {
  font-size: 70px;
  font-weight: 300;
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  word-wrap: break-word;
}

.titolo-sezione {
  font-weight: bold;
  color: #505050;
  padding: 10px 15px 10px 0;
  margin-top: 30px;
  margin-bottom: 20px;
}

.le-mie-donazioni {
}

.le-mie-donazioni table {
  width: 100%;
}
.le-mie-donazioni table thead {
  /*display:none;*/
  background-color: #dcdcdc;
}

.le-mie-donazioni table thead tr th.importo {
  text-align: right;
}

.le-mie-donazioni table thead tr th.ricevuta {
  text-align: right;
}

.le-mie-donazioni table tr td {
  height: 40px;
  vertical-align: middle;
  line-height: 1;
  border-top: none;
  font-size: 16px;
  text-align: right;
}

.le-mie-donazioni table tr td.data {
  font-size: 12px;
  text-align: left;
}
.le-mie-donazioni table tr td.titolo {
  font-size: 16px;
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  text-align: left;
}

.le-mie-donazioni table tr td a {
  color: #3b3c3b;
}

.le-mie-donazioni table thead tr {
  color: #3b3c3b;
  background: #9a9999;
}

.le-mie-donazioni.principale table tr td a.title-project {
  display: inline-block;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.le-mie-donazioni table tr td a:hover {
  color: #008990;
}

.le-mie-donazioni table tr td a.pulsante {
  color: #fff;
  padding: 10px;
  margin: 0;
  font-size: 14px;
  float: right;
}

.le-mie-donazioni table tr td a.pulsante span {
  vertical-align: bottom;
}

.le-mie-donazioni table tr td a.pulsante:hover {
  color: #ffffff;
}

.le-mie-campagne .row {
  height: 125px;
  overflow: hidden;
}
.le-mie-campagne .elemento-campagna {
  background-color: #fff;
  margin-bottom: 10px;
  overflow: hidden;
}

.le-mie-campagne .immagine {
  background: transparent url("") no-repeat scroll center center / cover;
  overflow: hidden;
  height: 125px;
}

.le-mie-campagne .immagine img {
  display: none;
}

.le-mie-campagne .info h3 {
  min-height: 46px;
  font-size: 18px;
}

.le-mie-campagne .info .giorni-scadenza {
  float: left;
  font-size: 14px;
  margin-bottom: 0;
  width: 60%;
}

.le-mie-campagne .soldi-raccolti {
  float: left;
  width: 40%;
}

.le-mie-campagne .soldi-raccolti .soldi-raccolti-content {
  position: relative;
  top: 6px;
}

.le-mie-campagne .gestisci .pulsante {
  float: right;
  margin-top: 15px;
  margin-right: 15px;
  width: 100%;
}

/* --------------------------------------------------
        Sidebar
-------------------------------------------------- */

.sidebar-container {
  padding-right: 23px;
  min-height: 700px;
}

.main-menu {
  background-color: #fff;
  padding: 15px;
}

.foto-profilo {
  position: relative;
  height: 220px;
  background: #373b46 scroll no-repeat center center;
  background-size: cover;
}

.img_profilo .circle-user {
  background: #555555 url("") no-repeat scroll center center / cover;
  border: 5px solid #f0f2ee;
  border-radius: 50%;
  height: 144px;
  margin: 0 auto;
  position: relative;
  top: -72px;
  width: 144px;
}

.crea-campagna .pulsante {
  display: none;
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 0px;
}

.elenco-menu ul {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}

.elenco-menu ul li {
  margin-bottom: 30px;
}

.elenco-menu ul li a {
  color: #505050;
  text-transform: uppercase;
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
}

/* --------------------------------------------------
        Modifica Fabio
-------------------------------------------------- */

.elenco-menu ul li i {
  margin-right: 10px;
  color: #c8c8c8;
}

.fa-eur {
  margin-right: 16px !important;
}

.fa-bar-chart {
  margin-right: 4px !important;
}

/* --------------------------------------------------
        Modifica Fabio
-------------------------------------------------- */

/* --------------------------------------------------
        Modifica Fabio
-------------------------------------------------- */
.elenco-menu ul li a:hover {
  color: #008990;
}
/* --------------------------------------------------
        Modifica Fabio
-------------------------------------------------- */

.elenco-menu ul li.active a {
  color: #008990;
}

.elenco-menu ul li a span {
  margin-right: 10px;
}

/* --------------------------------------------------
        Login
-------------------------------------------------- */

.wrapper-login {
  margin-top: 90px;
}

.login-container {
  padding: 0;
  background-color: rgba(240, 240, 240, 0.9);
  text-align: center;
  border-radius: 0 0 10px 10px;
}

.login-container form {
  margin: 0;
}

.login-container h1,
.login-container h2 {
  text-transform: none;
  margin-bottom: 0px;
}

.login-container h2 {
  margin-bottom: 30px;
}

.form-container {
  padding: 20px 0 10px 0;
  border-radius: 3px;
  width: 70%;
  margin: 0 auto;
  border-top: 1px solid #ccc;
}

.form-container input,
.form-container label {
  text-align: left;
  width: 100%;
}

.form-container input {
  padding: 5px 15px;
  height: 50px;
}

.text-center {
  text-align: center;
}

.main-top-margin {
  margin-top: 120px;
}

.main-low-margin {
  margin-top: 25px;
  margin-bottom: 15px;
}

a,
a:hover {
  text-decoration: none;
}

p {
  line-height: 30px;
  margin-bottom: 23px;
  font-size: 16px;
}

.bottam-pad {
  padding-bottom: 40px;
}

.space-bottom {
  height: 50px;
}

.space-top {
  height: 70px;
}

body.waiting * {
  cursor: wait;
}

#header {
  width: 1100px;
}

#main {
  width: 1100px;
  margin-top: 40px;
  background-color: #eeeeec;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 -2px 0 rgba(0, 0, 0, 0.08) inset;
  padding: 50px 30px;
}

.navbar {
  font-size: 14px;
  font-weight: 500;
  min-height: 80px;
}
.navbar-inverse {
  background: none repeat scroll 0 0 #fff;
  border-color: #000;
}
.navbar-inverse .navbar-nav > .active > a {
  background: none repeat scroll 0 0 #ffffff;
}
.navbar-inverse .navbar-brand {
  height: 75px;
  padding: 5px;
  position: relative;
}
.navbar-inverse .navbar-brand img {
  max-height: 70px;
}

.navbar-inverse .navbar-brand a {
  display: table-cell;

  vertical-align: middle;
  height: 65px;
}

.navbar-inverse *:hover .navbar-brand:hover {
  color: #fff;
}
.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
}

.navbar.navbar-inverse.navbar-fixed-top {
  background-color: #333333;
}

.has-error .group-input-data select {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.empty-table {
  color: #c8c8c8;
  padding-left: 30px;
}

.login-container p {
  line-height: 1.5em;
  width: 80%;
  margin: 0 auto;
}
.login-container h4 {
  margin: 30px 0 20px 0;
}
.login-container img {
  width: 300px;
  height: 300px;
  border: 3px solid #fff;
  border-radius: 50%;
  margin-top: -50px;
}
#f-login,
#f-password {
  padding-right: 15px;
}
.form-container h5 {
  margin-bottom: 20px;
}
.form-container p {
  margin-top: 20px;
  font-size: 0.85em;
  line-height: 1.5em;
}
.form-container p a {
  font-weight: 700;
}
.fa-x3 {
  font-size: 3em !important;
}
.fa-x5 {
  font-size: 5em !important;
}
.fa-x10 {
  font-size: 10em !important;
}
.label-special {
  margin-bottom: 0 !important;
  float: left;
  display: inline;
  width: 13% !important;
  background: #f8f8f8;
  border-radius: 6px 0 0 0;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 1.07em;
  color: #46b0c7;
  height: 50px;
}
.input-special {
  float: left;
  display: inline !important;
  width: 87% !important;
  background: #f8f8f8;
  border-radius: 0 6px 0 0;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  transition: 0.8s all;
  -webkit-transition: 0.8s all;
  -o-transition: 0.8s all;
  -moz-transition: 0.8s all;
}
.input-special.middle,
.label-special.middle {
  border-radius: 0 !important;
}
.input-special:hover,
.form-group textarea:hover {
  background: #fff;
  transition: 0.8s all;
  -webkit-transition: 0.8s all;
  -o-transition: 0.8s all;
  -moz-transition: 0.8s all;
}
.input-special:focus,
.form-group textarea:focus {
  background: #fff;
}
.input-special.active,
.form-group textarea.active {
  background: #eee0e4;
  border: 1px solid #df5f66;
}
.form-group textarea {
  float: left;
  display: inline !important;
  width: 100% !important;
  padding: 20px;
  box-shadow: none;
  background: #f8f8f8;
  border-radius: 6px 6px 0 0;
  border: 1px solid #ccc;
  transition: 0.8s all;
  -webkit-transition: 0.8s all;
  -o-transition: 0.8s all;
  -moz-transition: 0.8s all;
}
#label-login {
  border-radius: 6px 0 0 0;
}
#email {
  border-radius: 0 6px 0 0;
}
#label-password {
  border-radius: 0 0 0 6px;
}
#password,
#end_funding {
  border-radius: 0 0 6px 0;
}
.accedi-account {
  width: 100%;
}
.register {
  width: 100%;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  margin: 15px 0 0 0;
  padding: 15px 10px 18px 10px;
  background: #fafafa;
  border-radius: 0 0 10px 10px;
}
.register i {
  color: #aaa;
}
.register p {
  font-size: 0.8em;
  display: inline;
  margin-left: 10px;
}
.general_advice {
  width: 100%;
  padding: 10px;
  background: #fff3ec;
  border: 1px solid red;
}
.general_advice p {
  text-align: center !important;
}
.advice {
  width: 100%;
  margin: 10px 0 15px 0 !important;
  text-align: left;
  float: left;
}
.advice i {
  color: #aaa;
  margin-right: 10px;
  float: left;
  width: 5%;
  overflow: hidden;
  height: 20px;
}
.advice p {
  color: #df5f66;
  text-transform: uppercase;
  font-weight: 700;
  display: inline;
}
.login-container p {
  font-size: 0.8em;
  margin-bottom: 20px;
}
.campagna {
  border-radius: 10px !important;
}
.img_profilo {
  width: 150px;
  height: 110px;
  margin: 0 auto;
  position: relative;
}
.img_profilo:hover i {
  display: block;
  margin: 0;
  padding: 10px;
  background: #f8f8f8;
  border-radius: 6px;
  position: absolute;
  top: 40px;
  right: 0;
}
.img_profilo i {
  display: none;
}

/* --------------------------------------------------
        Modifiche Tommy 12-04-2016
-------------------------------------------------- */

.copy-link-wrapper {
  margin-top: 22px;
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 22px;
}

/* --------------------------------------------------
        Responsive
-------------------------------------------------- */

@media (max-width: 1000px) {
  .container-fluid {
    width: auto;
    overflow: hidden;
  }

  .sidebar-container {
    margin-bottom: 50px;
    min-height: auto;
    padding-right: 0;
    padding-right: 15px;
  }

  .foto-profilo {
    float: right;
    width: 30%;
    height: 220px;
  }

  .main-menu {
    height: 220px;
    float: left;
    width: 70%;
  }

  .elenco-menu ul li {
    margin-bottom: 20px;
  }

  h1 {
    padding: 0 15px;
    text-align: center;
    margin-bottom: 20px;
    word-break: break-all;
  }

  .blocco-evidenziato {
    margin-bottom: 20px;
    padding: 15px;
  }

  .blocco-evidenziato .valore-numerico {
    margin-top: 10px;
    font-size: 40px;
  }

  .le-mie-campagne .row {
    height: auto;
  }

  .le-mie-campagne .info h3 {
    min-height: auto;
  }

  .le-mie-campagne .immagine {
    background-image: none !important;
    text-align: center;
    height: auto;
  }
  .le-mie-campagne .immagine img {
    display: inline;
    max-height: 200px;
    width: auto;
    max-width: 100%;
    margin-top: 20px;
    border-radius: 5px;
  }

  .le-mie-campagne .soldi-raccolti {
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
    width: 50%;
  }

  .le-mie-campagne .soldi-raccolti .soldi-raccolti-content {
    font-weight: bold;
    top: 0px;
  }

  .le-mie-campagne .info {
    padding: 0 20px;
    text-align: center;
  }

  .le-mie-campagne .info .giorni-scadenza {
    width: 50%;
    text-align: center;
    position: relative;
    top: 10px;
    line-height: 1.2;
  }

  .le-mie-campagne .gestisci {
    text-align: center;
  }

  .le-mie-campagne .gestisci .pulsante {
    float: none;
    font-size: 20px;
    margin-right: 5px;
    margin-top: 15px;
    margin-bottom: 20px;
    padding: 10px 20px;
    width: auto;
  }

  .le-mie-donazioni table {
    width: 100% !important;
  }

  .le-mie-donazioni table tr td {
    min-height: 40px;
    height: auto;
  }

  /*impostazioni*/

  h2 {
    padding: 0px 15px;
  }

  .form-impostazioni,
  .form-new-password {
    padding: 0 15px;
  }

  #main {
    width: auto;
    padding: 50px 0;
  }

  .wrapper-login.wizard-sostenimento {
    overflow: visible;
  }
}

@media (max-width: 768px) {
  /*creazione menu a tendina*/

  .header,
  .sidebar-container {
    display: none;
  }

  .header-mobile {
    display: block;
  }

  #main {
    margin-top: 0;
    padding-top: 0px;
  }

  .main-container {
    margin-top: 70px;
  }

  /*fine creazione menu a tendina*/

  .copy-link-wrapper {
    margin-top: 0px;
    margin-bottom: 50px;
  }

  .le-mie-donazioni table.collapsed tr.odd td:first-child,
  .le-mie-donazioni table.collapsed tr.even td:first-child {
    padding-left: 20px;
    background: transparent url() no-repeat scroll left center;
  }

  .le-mie-donazioni table.collapsed tr.odd td:first-child::before,
  .le-mie-donazioni table.collapsed tr.even td:first-child::before {
    content: "\f067";
    display: inline-block;
    font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto,
      "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif,
      "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
      "Noto Color Emoji";
    font-feature-settings: normal;
    -webkit-font-kerning: auto;
    font-kerning: auto;
    font-language-override: normal;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    position: relative;
    left: -10px;
    color: #f13f4b;
  }

  .le-mie-donazioni table.collapsed tr.parent.odd td:first-child::before,
  .le-mie-donazioni table.collapsed tr.parent.even td:first-child::before {
    content: "\f068";
  }

  .le-mie-donazioni table.collapsed tr td:first-child:hover {
    cursor: pointer;
  }

  .le-mie-donazioni table.collapsed tr.child ul {
    text-align: left;
    list-style: none;
    padding-left: 10px;
  }

  .le-mie-donazioni table.collapsed tr.child li:first-child {
    padding-top: 15px;
  }

  .le-mie-donazioni table.collapsed tr.child li .dtr-title {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .le-mie-donazioni table.collapsed tr.child li .dtr-title {
    margin-bottom: 10px;
  }

  .le-mie-donazioni table.collapsed tr.child li a.pulsante {
    float: none;
  }

  .le-mie-donazioni table.collapsed tr.child li a.pulsante.interrompi {
    display: inline-block;
  }

  .le-mie-donazioni table.collapsed tr.child li[data-dt-column="4"] {
    float: left;
    margin-right: 5px;
    padding-top: 0px;
  }

  .form-group a {
    margin-top: 0px;
  }

  .le-mie-donazioni table tr td a.pulsante {
    font-size: 0px;
  }

  .le-mie-donazioni table tr td a.pulsante .fa {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 20px;
  }

  .space-bottom {
    display: none;
  }

  .wizard-sostenimento .img_profilo {
    margin: 15px auto 60px;
  }

  .wizard-sostenimento .img_profilo .circle-user {
    top: 0;
  }

  .wrapper-login {
    margin-top: 0px;
  }

  .form-container.login-form {
    width: 90%;
  }

  .user-home .table > thead > tr > th {
    font-size: 10px;
  }

  .user-home .le-mie-donazioni table thead {
    display: none;
  }

  .user-home .le-mie-donazioni table,
  .user-home .le-mie-donazioni table tr {
    display: block;
  }

  .user-home .le-mie-donazioni table tr {
    display: block;
    border-top: 1px solid #c8c8c8;
  }

  .user-home .le-mie-donazioni table tr:first-child {
    border-top: none;
  }

  .user-home .le-mie-donazioni table td {
    display: inline-block;
  }

  .user-home .le-mie-donazioni table tr td a.pulsante {
    font-size: 14px;
  }

  .table > thead > tr > th {
    word-break: break-all;
    vertical-align: middle;
  }

  .foto-profilo {
    width: 50%;
  }

  .main-menu {
    width: 50%;
  }

  .dataNascita {
    margin-bottom: 20px;
    width: 100%;
  }

  .dataNascita {
    margin-bottom: 20px;
    width: 100%;
  }

  .blocco-evidenziato .valore-numerico {
    font-size: 25px;
    margin-top: 15px;
  }

  .le-mie-donazioni.principale table tr td a.title-project {
    display: block;
  }

  .le-mie-donazioni a.title-project {
    display: block;
    line-height: 1.2;
    margin: 10px 0 20px;
    white-space: normal;
  }
}

@media (max-width: 320px) {
  .label-special {
    padding: 1.07em 1.07em 1.07em 10px;
  }

  .foto-profilo {
    width: 100%;
    float: none;
  }

  .main-menu {
    float: none;
    width: 100%;
  }
}

.g-recaptcha {
  margin-top: 20px;
  margin-bottom: 0px;
}

.g-recaptcha > div:first-child {
  width: 100% !important;
}
