@font-face {
    font-family: 'fb';
    src: url('fb.woff2') format('woff2'),
        url('fb.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'fm';
    src: url('fm.woff2') format('woff2'),
        url('fm.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'fr';
    src: url('fr.woff2') format('woff2'),
         url('fr.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: 'fr', sans-serif;
    color: #000;
    margin: 0;
    padding: 0;
    font-size: 0.95rem;
    width: 100%;
}
body.modal-opened {
    height: 100%;
    position: fixed;
}
a:hover, a:visited {
    color: inherit;
    text-decoration: none;
}
.black {
    color: #000;
}
p, .p {
    font-size: .85rem;
}
a.accesslink {
    font-size: 1.1rem;
    color: #fff;
    text-decoration: none;
    font-family: 'fb';
}
a.accesslink.white {
    color: #fff;
}
.bold, h1, .h1, h2, .h2, h3, .h3, h6, .h6, strong {
    font-family: 'fb';
}
.regular {
    font-family: 'fr';
}
header {
    width: 100%;
    height: 92px;
    background: url(headerbg.svg) no-repeat center bottom/100% auto;
    padding-top: 11px;
    position: relative;
    top: -1px;
    left: 0;
    z-index: 9;
}
header.sticky {
    position: fixed;
}
#header-spacer {
    display: block;
    width: 100%;
    height: 100px;
}
header .row .col {

}
header .menu-element {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}
header .menu-element.play {
    margin-top: 19px;
}
header .menu-element.cause {
    padding-top: 2px;
}
header .menu-element svg {
    width: 25px;
    height: auto;
    fill: #fff;
}
header .menu-element.home svg {
    width: 25px;
}
header .menu-element.cause svg {
    width: 26px;
}
header .menu-element.notifications svg {
    width: 22px;
}
header .menu-element.profile {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #fff;
    overflow: hidden;
}
header .menu-element.profile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
header .menu-element.play svg {
    width: 61px;
}
header .menu-element.active svg {
    fill:#E30066;
}
h1, .h1 {
    font-size: 1.1rem;
}
h2, .h2 {
    font-size: 1rem;
}
h3, .h3 {
    font-size: .9rem;
}
h4, .h4 {
    font-size: .85rem;
}
h5, .h5, a.accesslink.h5 {
    font-size: .75rem;
}
h6, .h6 {
    color:#5A388C;
    font-size: .7rem;
    text-transform: uppercase;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0;
}
.white {
    color: #fff;
}
main {
    width: 100%;
}
.bold {
    font-weight: bold;
}
.graybox {
    width: 100%;
    display: inline-block;
    padding-top: 14px;
    padding-bottom: 14px;
    border: 1px solid #662D91;
    border-radius: 12px;
}
.graybox.not-100 {
    width: calc( 100% - 30px );
    margin-left: 15px;
}
#follow-suggestion {
    width: 90%;
    margin-left: 5%;
    margin-top: 20px;
}
.close-generic {
    position: absolute;
}
.close-generic div {
    width: 25px;
    height: 2px;
    background-color: #000;
    transform-origin: center;
    position: absolute;
}
.close-generic div:first-child {
    transform: rotate(45deg)
}
.close-generic div:last-child {
    transform: rotate(-45deg);
}
#follow-suggestion .close-generic {
    right: 40px;
    margin-top: 10px;
	margin-right: 10px;
	transform: scale(.7);
}
.avatar-inline, .status-inline {
  display: flex;
  align-items: center;
  justify-content:flex-start;
  text-decoration: none;
}
.avatar-inline .image, .avatar-pile .avatar-image {
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  margin-right: 5px;
  background-color: #ccc;
  border:none;
  overflow: hidden;
}
.avatar-inline .image {
    width: 36px;
    height: 36px;
}
#mission-info .avatar-inline .image, #cause-info .avatar-inline .image {
    width: 25px;
    height: 25px;
    margin-right: 8px;
}
#follow-suggestion .avatar-inline .image {
    width: 25px;
    height: 25px;
}
.status-inline .image svg {
    width: 100%;
    height: auto;
}
.avatar-inline .image img, .avatar-pile .avatar-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
}
.avatar-inline .name {
    font-family: 'fb';
    font-size: .76rem;
    text-decoration: none;
    color: inherit;
    line-height: 105%;
    margin-left: 4px;
}
.avatar-inline .name span {
    display: block;
    font-family: 'fr';
}
.avatar-inline .level, #user .level, #settings .user-avatar-hld .level {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #ccc;
    transform: rotate(45deg);
    transform-origin: center;
    margin-left: -14px;
    margin-top: 24px;
}
#user .level, #settings .user-avatar-hld .level {
    position: absolute;
    bottom: 0;
    width: 14px;
    height: 14px;
    margin-left: 0;
    transform: rotate(45deg);
    left: 31vw;
    top: 15vw;
}
#user .btn-upload-avatar {
    position: absolute;
    top: 4vw;
    left: 30vw;
}
#user .userlabels, #settings .userlabels  {
    display: inline-flex;
    position: absolute;
    margin-left: 5px;
    align-items: center;
    flex-wrap:wrap;
    align-content: center;
    left: 40vw;
    top: 7vw;
}
.follow-intent {
    font-family: 'fb';
    text-transform: uppercase;
    font-size: .55rem;
    padding: 4px 8px;
    background-color: #fff;
    color: #000;
    margin-left: 6px;
    text-decoration: none;
    border: .5px solid #000;
    border-radius: 6px;
}
.avatar-inline .follow-intent {
    margin-left: 6px;
}
#mission-info .avatar-inline .level, #mission-info .avatar-inline .follow-intent {
    display: none;
}
.partecipations-hld, #partecipazione {
    width: 100%;
}
.partecipations-hld .partecipation, #partecipazione .partecipation {
    width: 100%;
}
.partecipations-hld .partecipation {
    margin-top: 1.5rem
}
#partecipazione .partecipation {

}
.partecipations-hld .partecipation .partecipation-image, #partecipazione .partecipation .partecipation-image {
    width: inherit;
    height: auto;
    max-height: 80vh;
    position: relative;
}
.partecipations-hld .partecipation .partecipation-image img, .partecipations-hld .partecipation .partecipation-image video, #partecipazione .partecipation .partecipation-image img, #partecipazione .partecipation .partecipation-image video {
    width: 100%;
    height: auto;
    display: block;
}
.partecipations-hld .partecipation .info, #partecipazione .partecipation .info {
    width: inherit;
}
.partecipations-hld .partecipation .info .i, .thread .i, #partecipazione .partecipation .info .i, .comment .i {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
}
#partecipazione .partecipation .info .i.likes, .comment .i.likes {
    margin-right: 12px;
}
.partecipations-hld .partecipation .info .i.comments, #partecipazione .partecipation .info .i.comments, .comment .i.comments {
    text-decoration: none;
}
.partecipations-hld .partecipation .info .i.likes svg, #partecipazione .partecipation .info .i.likes svg, .comment .i.likes svg, .comment .i.likes img {
    width: 15px;
    height: auto;
    margin-right: 3px;
    transform: translateY(-1px);
}
.partecipations-hld .partecipation .info .i.comments svg, .partecipations-hld .partecipation .info .i.comments img, .thread .i.comments svg, .thread .i.likes svg, .thread .i.comments img, #partecipazione .partecipation .info .i.comments svg, #partecipazione .partecipation .info .i.comments img, .comment .i.comments svg, .comment .i.comments img {
    width: 15px;
    height: auto;
    margin-right: 3px;
}
.partecipations-hld .partecipation .info .i span, .avatar-pile span, .thread .i span, #partecipazione .partecipation .info .i span, .comment .i span {
    font-family: 'fr';
    font-size: .8rem;
    color: #000;
}
.comment .i {
    transform: scale(.9);
}
.partecipations-hld .partecipation .info .mission-name, #partecipazione .partecipation .info .mission-name {
    font-size: .85rem;
    font-family: 'fb';
    color: inherit;
    text-decoration: none;
}
.partecipations-hld .partecipation .info .partecipation-text, #partecipazione .partecipation .info .partecipation-text {
    font-size: .85rem;
}
.partecipations-hld .partecipation .partecipation-image .like-status, #partecipazione .partecipation .partecipation-image .like-status {
    position: absolute;
    right:15px;
    top: 15px;
}
.partecipations-hld .partecipation .info .col-likers a {
    text-decoration: none;
}
.partecipation .col-likers a {
    color: inherit;
    text-decoration: none;
}
.like-status svg {
    /*
    stroke:#fff;
    stroke-width:3;
    width: 21px;
    height: 21px;
    fill: none;
    filter: drop-shadow(0 0 5px black);
    */
}
.like-status.liked svg * {
    fill:#000;
}
#sostieni-suggestion, #invita-suggestion {
    text-decoration: none;
    color: inherit;
}
#sostieni-suggestion .bricks-available svg {
    margin-right: 10px;
    width: 32px;
    height: auto;
    transform: translateY(-2px);
}
#search-open, #settings-open {
    width: 22px;
    height: auto;
    position: absolute;
    right: 19px;
    margin-top: -23px;
    z-index: 10;
}
.mission-preview, .cause-preview {
    width: 100%;
    display: block;
    position: relative;
    text-decoration: none;
}
.mission-preview.with-countdown .image, .cause-preview.with-countdown .image {
    border-radius: 0;
}
.mission-preview .image, .cause-preview .image {
    width: inherit;
    height: 240px;
    min-height: 240px;
    position: relative;
    z-index: 1;
    border-radius: 12px;
    overflow: hidden;
}
.missions-vertical-list .mission-preview .image, .missions-vertical-list .cause-preview .image {
    width: 100%;
}
#mission .mission-preview .image, #cause .mission-preview .image  {
    border-radius: 0;
}
#mission .mission-preview .text-hld .sub {
    color: #fff;
}
#mission .row.row-opendiscussion {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#mission .row.row-opendiscussion a {
    text-decoration: none;
    color: inherit;
}
#mission .row.row-skillprize {
    border-bottom: 1px solid #ccc;
}
#missione-main .prizes .bricks {
    border-bottom: 1px solid #e6e6e6;
}
.mission-preview .image img.cover, .cause-preview .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mission-preview .layer, .partecipations-mini-hld .partecipation .layer, .cause-preview .layer {
    position: absolute;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0) 40%, rgba(0,0,0,1) 90%);
}
.cause-preview.funded .layer {
    background: #E30566;
    opacity: .2;
}
.cause-preview .layer {
    background: #fff;
    opacity: .2;
}
.cause-preview.ended .layer, #cause .ended .layer {
    background: #fff;
    opacity: .2;
}
.mission-preview.with-countdown .layer {
    background: rgba(59, 38, 89, 0.8);
}
.mission-preview .text-hld, .partecipations-mini-hld .partecipation .text-hld, .cause-preview .text-hld {
    display: flex;
    position: absolute;
    top: 0;
    z-index: 3;
    width: 100%;
    align-items: flex-end;
    align-content: flex-end;
    height: 100%;
    padding-bottom: 20px;
    flex-wrap: wrap;
}
.mission-preview .text-hld {
    padding-bottom: 15px;
}
.partecipations-mini-hld .partecipation .text-hld {
    padding-bottom: 4px;
    color: #fff;
    text-decoration: none;
}
/*
.mission-preview .text-hld, .cause-preview .text-hld {
    padding-bottom: 0;
    align-items: center;
}
*/
.mission-preview .text-hld .title, .cause-preview .text-hld .title, .cause-preview .text-hld .sub, #cause .mission-preview .text-hld .sub {
    color: #fff;
}
.cause-preview .progresso .bar {
    background: #CCC;
}
.cause-preview .progresso .bar div {
    background: #E30566;
}
.cause-preview .text-hld .sub img, #cause .mission-preview .text-hld .sub img {
    height: 15px;
    width: auto;
}
.mission-preview .countdown-title {
    display: flex;
    position: absolute;
    top: 0;
    z-index: 3;
}
.mission-preview .text-hld .countdown {
    display: none;
    color: #fff;
    font-family: 'fr';
}
.mission-preview .text-hld .countdown span {
    font-family: 'fb';
}
.mission-preview.with-countdown .text-hld .countdown {
    display: block;
}
.mission-preview .info {
    display: flex;
    width: 100%;
}
.mission-preview.with-countdown .info {
    display: none;
}
.mission-preview .countdown-title *, .mission-preview .mission-category {
    color: #fff;
}
.mission-preview .skill-prize  {
    display: inline-block;
    width: 29px;
    height: 29px;
    border-radius: 50%;
}
.row-skillprize img {
    display: inline-block;
    width: 29px;
    height: 29px;
    border-radius: 50%;
}
.progresso {
    width: 100%;
    display: inline-block;
    height: 9px;
    position: relative;
}
.progresso .bar {
    width: 100%;
    display: inline-block;
    position: relative;
    background-color: #e30066;
    z-index: 1;
    height: inherit;
    border-radius: 7px;
    overflow: hidden;
}
.progresso .bar div {
    position: absolute;
    display: inline-block;
    height: 100%;
    background-color: #f4e966;
    z-index: 2;
    top: 0;
    left: 0;
    border-radius: inherit;
}
.progresso + .caption, .mission-preview .row.info .caption {
    font-size: .8rem;
    color: #000;
}
.cause-preview .caption {
    font-family: 'fb';
}
.avatar-pile {
    width: auto;
    display: flex;
    align-items: center;
}
.avatar-pile .avatar-image {
  margin-right: 0;
  border:1px solid #fff;
  position: relative;
  z-index: 1;
}
.avatar-pile .avatar-image:nth-child(2) {
    transform: translateX(50%);
    z-index: 2;
}
.avatar-pile .avatar-image:first-child {
    transform: translateX(100%);
    z-index: 3;
}
.avatar-pile span {
    margin-left: 3px;
    color: #000;
}
.mission-preview .progresso .bar {
    background-color: #ccc;
}
.mission-preview .progresso .bar div {
    background-color: #6D4DAA;
}
.mission-cat-title, .user-donation {
    text-decoration: none;
    color: #000;
}
.mission-cat-title h2 {
    margin-bottom: 2px;
}
.mission-cat-title p {
    margin-bottom: 0;
}
.mission-cat-title svg {
    width: 10px;
    height: auto;
}
.btn {
    display: inline-flex;
    position: relative;
    font-family: 'fb';
    width: auto;
    font-size: .8rem;
    justify-content: center;
    align-items: center;
    min-width: 130px;
    height: 38px;
    background: #E30066;
    color: #fff !important;
    border: none;
    border-radius: 0;
    z-index:1;
    box-shadow: #ca005b 1px 1px 0,
                #ca005b 2px 2px 0,
                #ca005b 3px 3px 0,
                #ca005b 4px 4px 0,
                #ca005b 5px 5px 0,
                #ca005b 6px 6px 0,
                #ca005b 7px 7px 0,
                #ca005b 8px 8px 0,
                #ca005b 9px 9px 0,
                #ca005b 10px 10px 0;
    transition: box-shadow 0.2s ease 0.1s;
    cursor: pointer;
    overflow: hidden;
    transform: translateX(-5px);
    text-decoration: none;
}
.btn.purple {
    background: #6D4DAA;
    box-shadow: #5A388C 1px 1px 0,
                #5A388C 2px 2px 0,
                #5A388C 3px 3px 0,
                #5A388C 4px 4px 0,
                #5A388C 5px 5px 0,
                #5A388C 6px 6px 0,
                #5A388C 7px 7px 0,
                #5A388C 8px 8px 0,
                #5A388C 9px 9px 0,
                #5A388C 10px 10px 0;
}
.btn:hover {
    color: #fff;
}
.btn::after {
    content: '';
    width: 200px;
    height: 200px;
    position: absolute;
    background-color: #e40266;
    border-radius: 50%;
    left: 0;
    top: 0;
    transform: translateX(-100%) translateY(100%);
    transform-origin: left;
    transition-duration: .4s;
    transition-timing-function: ease;
}
.btn.round {
    background-color: #fff;
    color: #000;
}
.btn svg {
    height: 15px;
    width: auto;
    margin-right: 9px;
}
.register-via-mail-btn, .register-via-facebook-btn {
    font-size: .9rem;
    font-family: 'fb';
    color: #000;
    background-color: #fff;
    height: 48px;
    width: 100%;
    padding: 0 10px;
    text-decoration: none;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    border-radius: 6px;
    border: none;
}
.register-via-facebook-btn {
    background-color: #1877F2;
    color: #fff;
}
.register-via-mail-btn svg {
    height: 30%;
    width: auto;
    margin-right: 10px;
}
.register-via-facebook-btn svg {
    height: 40%;
    width: auto;
    margin-right: 10px;
}
#proponi-missione {
    padding-bottom: 34px;
}
#proponi-missione ~ .mission-cat {
    margin-top: 0 !important;
}
#proponi-missione img {
    width: 100%;
    height: auto;
}
#mission-cats .missions-preview-hld {
    overflow: hidden;
    margin-right: -15px;
}
.modal-pane {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 11;
    background: #fff;
    left: 100%;
}
.modal-pane.opened {
    left: 0;
}
.modal-pane .content-hld {
    width: 100%;
    height: 94%;
}
.modal-pane .top {
    width: 100%;
    height: 6%;
    margin-bottom: 5px;
}
.modal-pane .content-hld {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}
.modal-pane.likes .content-hld {
    align-content: flex-start;
}
.modal-pane.search .content-hld {
    align-items:flex-start;
}
.modal-pane .top .title {
    font-family: 'fb';
    font-size: .8rem;
    left: 48px;
    position: absolute;
    margin-top: 15px;
    width: calc(100% - 95px);
    text-align: center;
}
.modal-pane.partecipation .container.main {
    padding-left: 0;
    padding-right: 0;
}
.back {
    position: absolute;
    width: 12px;
    height: auto;
    top: 18px;
    left: 18px;
    z-index: 4;
}
.back svg {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 0 5px black);
}
.back svg {
    filter: none;
}
.top-back svg.back {
    position: inherit;
    top: auto;
    display: inline-block;
    margin-left: 18px;
}
.status-inline .image {
    display: inline-block;
    margin-right: 9px;
    width: 16px;
}
.status-inline.mission-online .image {
    width: 13px;
}
.status-inline.cause-goal .image {
    width: 19px;
}
.status-inline.mission-irl .image {
    width: 34px;
}
#mission-info .intro, #cause .intro {
    position: relative;
    height: 110px;
    overflow-y: hidden;
}
#mission-info .intro.opened, #cause .intro.opened {
    height: auto;
}
#mission-info .intro .readall, #mission-info .intro .readless {
    color:#5A388C;
    font-family: 'fb';
    font-size: .85rem;
    text-decoration: underline;
}
#mission-info .intro .readall, #cause .intro .readall {
    display: flex;
    align-items: flex-end;
    position: absolute;
    width: 100%;
    height: 40px;
    top: 70px;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%);
}
#cause .intro .readall, #cause .intro .readless {
    color:#E40066;
}
#missione-sponsor {
    width: 70%;
    margin-left: 15%;
}
#missione-sponsor .image {
    width: 50%;
}
#missione-sponsor .image img {
    height: auto;
    width: 50%;
}
#missione-sponsor .caption {

}
#missione-sponsor h6 {
    color: inherit;
}
.tabmenu {
    overflow: hidden;
}
.tabmenu .menu {
    height: 60px;
    border-bottom: 1px solid #e6e6e6;
}
.tabmenu .menu .element {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 6px solid transparent;
}
.tabmenu .menu .element i {
    display: inline-block;
    width: 26px;
    height: 26px;
    position: relative;
    bottom: 10px;
}
.tabmenu .menu .element.active {
    border-bottom: 6px solid #E30066;
    color: #E30066;
}
.tabmenu .menu .element i img, .tabmenu .menu .element i svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.tabmenu .menu .element.active i svg * {
    fill: #E30066;
}
.tabmenu .menu .element.active i svg.tofill * {
    stroke: transparent;
    fill: #E30066;
}
.tabmenu .menu .element i svg.bigger {
    transform: scale(1.1);
}
.tabmenu .menu .element i svg.smaller {
    transform: scale(.9);
}
.tabmenu .contents {

}
.tabmenu .contents .panel {
    display: none;
    width: 100%;
}
.tabmenu .contents .panel.active {
    display: inline-block;
}
.partecipations-mini-hld {
    display: flex;
    flex-wrap: wrap;
}
.partecipations-mini-hld .partecipation {
    display: inline-block;
    width: calc( ( 100vw / 3) - .7rem);
    height: calc( ( 100vw / 3) - .7rem);
    background: #ccc;
    position: relative;
    margin-right: .5rem;
    margin-bottom: .5rem;
}
.partecipations-mini-hld .partecipation img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#threads .thread, #thread .thread {
    border:1px solid #000;
    border-radius: 8px;
    background: #fff;
}
.threads .thread .col-text .ago, .comment .ago, .user-donation .ago {
    display: inline-block;
    color: #808080;
    font-size: .8rem;
}
.thread .replies.notempty, #thread .comment .replies:not(:empty) {
    border-top: 1px solid #ccc;
}
.thread .replies.notempty {
    margin-top: 1em;
    padding-top: 1em;
}
.prizes .bricks-available svg {
    margin-right: 10px;
    width: 32px;
    height: auto;
    transform: translateY(-2px);
}
.prizes .points-available svg {
    margin-right: 10px;
    width: 28px;
    height: auto;
    transform: translateY(-2px);
}
.number-block {
    width: 100px;
    display: inline-block;
}
.number-block .n {
    display: inline-block;
    margin-bottom: 0;
}
.number-block .t {
    display: inline-block;
    font-size: .7rem;
    line-height: 110%;
    transform: translateY(-4px);
}
.number-block .t.double {
    transform: translateY(-2px);
}
.number-block .icon {
    display: inline-block;
    width: 50px;
    height: 50px;
}
.bricks-block {
    width: 100%;
    display: flex;
    align-items: center;
}
.bricks-block .image {
    display: inline-block;
}
.bricks-block .image img, .bricks-block .image svg {
    display: block;
    width: 33px;
    height: auto;
}
.bricks-block .text {
    display: inline-block;
}
#modal-completaprofilo {

}
#modal-completaprofilo svg, #notifications svg {
    width: 45%;
    height: auto;
}
.row.completaprofilo .progresso {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.row.completaprofilo .progresso .bar {
    width: 155px;
    background-color: #ccc;
}
.row.completaprofilo .progresso .bar div {
    background-color: #6D4DAA;
}
.row.completaprofilo .progresso span {
    font-family: 'fb';
}
.top-back {
    width: 100%;
    height: 68px;
}
.comment .message p {
    margin-bottom: 0;
}
.comment .ago {
    margin-right: 10px;
}
.comment .reply, .thread .reply, .thread .edit {
    color:inherit;
    font-family: 'fb';
    font-size: .85rem;
    text-decoration: none;
}
.comment .like-status svg {
    stroke:#ccc;
    filter: none;
    stroke-width:2;
    width: 17px;
    height: 17px;
    transition: .2s;
}
.comment .like-status.liked svg {
    fill:#ccc;
}
.comment.reply-comment {
    margin-left: 30px;
}
.comment.reply .reply {
    display: none;
}
#reply-hld {
    width: 100%;
    position: absolute;
    height: 50px;
    bottom: 0;
    left: 0;
    background-color: #fff;
}
#reply-hld form {
    width: 100%;
}
#reply-hld #send-comment {

}
#reply-hld #send-comment svg, #thread-submit svg, #thread-reply-submit svg {
    width: 28px;
    height: auto;
}
#reply-hld .row-reply {
    display: none;
    margin-bottom: 4px;
}
#reply-hld .row-reply h6 {
    font-size: .8rem;
    display: inline;
    margin-right: 8px;
}
#reply-hld .row-reply a {
    color: #999;
    text-decoration: none;
    font-size: .7rem;
}
input.styled, textarea.styled, select.styled {
    font-size: .9rem;
    font-family: 'fr';
    color: #000;
    border: 2px solid #E6E6E6;
    height: 42px;
    width: 100%;
    padding: 0 10px;
    background-color: #fff;
}
textarea.styled {
    height: auto;
    min-height: 100px;
    padding: 10px;
}
input.styled.round, textarea.styled.round, select.styled.round {
    border-radius: 8px;
}
input.styled.noborder, textarea.styled.noborder {
    border-color: transparent;
}
input.styled ~ .label, textarea.styled ~ .label {
    font-size: .75rem;
    display: block;
}
.profile-picture {
    display: inline-block;
    width: 27vw;
    height: 27vw;
    border-radius: 50%;
    background-color: #e6e6e6;
    overflow: hidden;
    left: 10vw;
    position: absolute;
}
#modal-skill svg, #modal-skill img {
    display: inline-block;
    width: 31vw;
    height: 31vw;
    border-radius: 50%;
    background-color: #e6e6e6;
    overflow: hidden;
}
.profile-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#user p {
    width: 74%;
    margin-left: 13%;
    line-height: 120%;
}
#user .number-block {
    width: 78px;
}
#user .number-block .n {
    font-size: 1.05rem;
}
#user .number-block .t {
    font-size: .8rem;
}
.skill-won {
    display: inline-block;
    width: 78px;
    text-align: center;
    text-decoration: none;
    color: #000;
}
.skill-won .image {
    display: inline-block;
    width: 57px;
    height: 57px;
    border-radius: 50%;
    background: #e6e6e6;
    overflow: hidden;
}
.skill-won .image img, .skill-won .image svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.skill-won span {
    display: inline-block;
    width: 70%;
    font-size: .75rem;
    line-height: 120%;
}
.skill-preview-panel {
    display: none;
    position: absolute;
    background: #fff;
    width: 90%;
    height: auto;
    left: 5%;
    top: 5px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #ccc;
}
.skill-preview-panel .chiudi {
    position: absolute;
    right: 11px;
    top: 11px;
    width: 13px;
    height: 13px;
}
.skill-preview-panel .chiudi svg {
    width: 100%;
    height: auto;
}
.skill-preview-panel img {
    width: 73px;
    height: auto;
    border-radius: 50%;
}
.skill-preview-panel .skill-preview-hld {
    text-align: center;
}
.user-list .avatar-inline {
    position: relative;
}
.user-list .avatar-inline .follow-intent {
    right: 0;
    position: absolute;
}
#user-upload-picture {
    transform: translateX(-5px) scale(.9) translateY(-20px);
    transform-origin: center;
}
.interest {
    display: inline-block;
    width: 32%;
    height: 80px;
    border-radius: 8px;
    overflow: hidden;
    background-color: #CCC;
    position: relative;
}
.interest img, .interest span, .interest .layer {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: 1;
}
.interest .layer {
    z-index: 2;
    background-color: rgba(0,0,0,.4);
    transition-duration: 1s;
}
.interest span {
    z-index: 3;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.interest.selected .layer {
    background-color: rgba(0,0,0,.1);
}
#settings a.ref, #modal-useractions a.ref {
    color: inherit;
    text-decoration: none;
    width: 100%;
    display: inline-block;
    font-size: .8rem;
}
#settings .setting-group {
    position: relative;
}
#settings .setting-group .opener {
    position: absolute;
    right: 0;
    width: 15px;
    height: auto;
    top: 2px;
}
#settings .setting-group .opener.opened {
    transform: rotate(180deg);
}
#settings .setting-group .hld {
    height: 0;
    position: relative;
    overflow: hidden;
    transition: .5s;
}
#settings .setting-group .hld.opened {
    height: auto;
}
.notification {
    text-decoration: none;
}
.notification .image {
    display: inline-block;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #e6e6e6;
    overflow: hidden;
    flex-shrink: 0;
}
/*
.notification.unread .image:after, header .menu-element.notifications.hasunread:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #5A388C;
}
*/
.notification .text {
    color: #000;
    line-height: 125%;
    font-size: .8rem;
}
#notifications-readall {
    width: 23px;
    height: auto;
    position: absolute;
    right: 17px;
    margin-top: -5px;
    fill:#ccc;
}
#notifications-readall.some-unread {
    fill: #5a388c;
}
.modal-scrollable-hld {
    display:inline-block;
    width: 100%;
    height: 95%;
    overflow-y: scroll;
    overflow-x: hidden;
}
#search-results {
    height: 80%;
}
#search-results .result_block {
    display: none;
}
#search-results .avatar-inline {
    margin-bottom: 15px;
}
#login #logo {
    display: inline-block;
    width: 50%;
    height: auto;
}
.conditions {
    font-size: .85rem;
}
.conditions a {
    color: inherit;
}
.errorbox {
    width: 100%;
    display: none;
    padding: 30px 20px;
    border: 2px solid #E6E6E6;
    background-color:#f2f2f2;
    color: #000;
    font-size: .9rem;
    text-align: center;
}
form.posted input.styled:invalid, textarea.styled:invalid {
  border-color: #ac92d3;
}
form.posted header .menu-element.notifications.hasunread:before {
    margin-left: 32px;
}
#commenti, #threads, #thread {
    height: calc(100vh - 120px);
    overflow-y: scroll;
    overflow-x: hidden;
    position: absolute;
}
#commenti .avatar-inline {
    transform: scale(.9);
    transform-origin: center left
}
#commenti .comment {
    border-bottom:1px solid #ccc;
}
.threads-hld {
    width: calc(100% - 24px);
}
.disabled {

}
#partecipation-image {

}
#partecipation-image img, #partecipation-image video {
    width: 100%;
    height: auto;
}
#mission-info .intro .tag, #cause .intro .tag {
    font-family: 'fb';
}
body.login, body.registration, body.registration_complete, body.registrationfacebook_return {
    background: #5A388C url(bg1.png) no-repeat right top/ 100% auto;
}
#welcome {
    position: relative;
    width: 90%;
    margin-left: 5%;
    border-radius: 10px;
    background-color: #593889;
    color: #fff;
    display: flex;
    text-decoration: none;
}
#welcome img {
    position: absolute;
    height: 80%;
    width: auto;
    right: 28px;
}
#welcome p {
    font-size: .8rem;
}
#welcome .close-generic {
    right: 22px;
    margin-top: 13px;
}
#welcome .close-generic div {
    width: 14px;
    background-color: #fff;
    height: 1px;
}
#comment-form input[type="text"] {
    border-radius: 6px;
    border: 1px solid #000;
    height: 38px;
}
#modal-partecipate {

}
#modal-partecipate .sample-images {

}
#modal-partecipate .sample-images .image {
    background: #f2f2f2;
    width: 100%;
    position: relative;
}
#modal-partecipate .sample-images .image::after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
#modal-partecipate .sample-images .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}
#modal-partecipate .rules {

}
#modal-partecipate .rules .n {
    font-family: 'fb';
    font-size: 44px;
    color: #6D4DAA;
}
#modal-partecipate .rules .bubble {
    width: 100%;
    display: inline-block;
    height: 72px;
    background: url(bubble_regola.svg) no-repeat center top/100% auto;
    text-align: left;
}
#modal-partecipate .rules .bubble .hld {
    display: inline-block;
    width: 85%;
    text-align: left;
    margin:12px 0 12px 16px;
}
#modal-partecipate .rules .bubble .title {
    font-family: 'fb';
}
#modal-partecipate .rules .bubble .text {
    line-height: 110%;
}
#modal-partecipate2 svg.splash {
    width: 90%;
    height: auto;
}
#completaform-hld {
    position: absolute;
    width: 80%;
    margin-left: 7%;
    margin-top: -50px;
}
#form-completapartecipazione textarea {
    border-radius: 10px;
    border: 1px solid #000;
}
#settings input.round, textarea.round, select.round, input#bricks-n {
    border: 1px solid #000;
}
#btn-completapartecipazione {
    transform: translateY(36px);
}
.btn-edit {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(btn-edit.svg) no-repeat center center/contain;
}
.userlabels .btn-edit {
    margin-left: 5px;
    transform: translateY(-5px);
}
.btn-upload-avatar {
    display: inline-block;
    width: 38px;
    height: 38px;
    background: url(upload_avatar.svg) no-repeat center center/contain;
}
.user-level-label {
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    background-color: #666;
    padding: 2px 5px;
    font-size: .75rem;
}
.user-avatar-hld {
    display: inline-block;
    width: 100%;
    height: 27vw;
}
#mecenati_gallery {
    width: 100%;
    display: block;
    border-top:1px solid #F4F4F4;
}
#mecenati_gallery .logo, #cause-sponsors .logo {
    display: flex;
    width: 200px;
    align-items: center;
    justify-content: center;
}
#mecenati_gallery .logo img, #cause-sponsors .logo img {
    width: 50%;
    height: auto;
}
#cause-info .row-top {
    border-bottom: 1px solid #ccc;
}
#cause-info .bricks-available svg {
    margin-right: 10px;
    width: 43px;
    height: auto;
    transform: translateY(-2px);
}
#cause-info .progresso {
    width: 70%;
    margin-left: 15%;
}
#cause-info .progresso .bar {
    background-color: #ccc;
}
#cause-info .progresso .bar div {
    background-color: #E30066;
}
#dona-btn svg {
    height: 10px;
    margin-left: 4px;
}
#dona-btn span {
    margin-left: 10px;
}
.sponsor-site a {
    color: inherit;
    text-decoration: none;
}
body.logged .modal-pane[data-ref="bW9kYWwtcHJvcG9uaW1pc3Npb25lLnBocA=="] .content-hld {
    margin-top: 1rem;
    color:#fff;
    padding-left: 0;
    padding-right: 0;
}
.modal-pane.partecipazione .content-hld {
    padding-left: 0;
    padding-right: 0;
}
#modal-proponi {
    background-color: #5A388C;
}
#modal-proponi .modal-scrollable-hld {
    height: 100%;
}
#modal-proponi .input_group {
    background: #fff;
    padding: 20px 20px 10px 20px;
    border-radius: 12px;
    width: 100%;
    display: block;
}
#modal-proponi .input_group .title, #modal-proponi .input_group .tip {
    color: #000;
    font-size: .85rem;
    display: block;
    width: 100%;
}
#modal-proponi .input_group .tip {
    opacity: .6;
}
#modal-proponi .input_group input, #modal-proponi .input_group textarea {
    border: 1px solid #d9d9d9;
    background: #fff;
    width: 100%;
    font-family: 'fr', sans-serif;
    font-size: .85rem;
    margin: 0;
    padding: 5px;
    margin-top: 6px;
    color: #000;
    padding-top: 5px;
    padding-bottom: 5px;
}
#modal-proponi .input_group textarea {
    color: #999;
}
#modal-proponi .input_group textarea.activated {
    color: #000;
}
#modal-proponi .input_group textarea {
    height: 100px;
}
#modal-proponi .input_group .counts {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 3px;
    color: #999;
    font-size: .85rem;
}
#modal-proponi .row.submit {
    background: #fff;
}
#modal-proponi .image-uploaded {
    display: none;
}
#modal-proponi .image-uploaded img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}
.missions-preview-hld.swiper-container .swiper-slide {
    width: calc( 100% - 20px );
}
.bean {
    position: absolute;
    z-index: -1;
    width: 90vw;
    height: 80vh;
    background: url(fagiolo.svg) no-repeat center center/ contain;
    left: 5vw;
}
.bean2 {
    position: absolute;
    z-index: -1;
    width: 60vw;
    height: 60vw;
    background: url(fagiolo2.svg) no-repeat center center/ contain;
    left: 20vw;
}
#missione-main .panel .bricks .bean2 {
    width: 68vw;
    height: 75vw;
    margin-top: -2vh;
    left: 14vw;
}
#missione-main .panel .points .bean2 {
    width: 68vw;
    height: 75vw;
    margin-top: -2vh;
    left: 14vw;
}
body.index .bean {
    top: 50vh;
}
body.missions .bean.first {
    transform: rotate(-180deg);
    top: 20vh;
}
body.missions .bean.second {
    top: 100vh;
}
body.mission .mission-preview .title {
    font-size: 1.4rem;
}
#settings .bean.first {
    transform: rotate(-180deg);
    top: 20vh;
}
#settings .bean.second {
    top: 100vh;
}
#blocco-desktop {
    z-index: 101;
    background: #fff;
}
#blocco-desktop .hld {
    display: inline-block;
    width: 20%;
}
#blocco-desktop img {

}
#loading {
    display: none;
    position: fixed;
    z-index: 21;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
}
#loading.opened {
    display: block;
}
#loading .lds-ring {
    display: inline-block;
    position: absolute;
    top: calc(50% - 22px);
    left: calc(50% - 22px);
}
#loading .lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 44px;
    height: 44px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}
#loading .lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
#loading .lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.ptr--ptr {
    z-index: 100;
}
.moderate-this {
    position: absolute;
    right: 43px;
    width: 15px;
    height: 15px;
}
.moderate-this svg {
    width: 15px;
    height: auto;
}
.partecipation .moderate-this {
    position: relative;
    display: inline-block;
    right: auto;
    margin-right: 14px;
    transform: translateY(-4px);
}
#modal-culturalinfluencer .level {
    width: 14px;
    height: 14px;
    position: relative;
    display: inline-block;
    transform: rotate(45deg);
}
.how-to-complete-profile {

}
.how-to-complete-profile .completed {
    text-decoration: line-through;
}
#modal-invita #copy-url svg {
    display: inline-block;
    height: 23px;
    width: 23px;
}
.comment .reply-inline {
    text-decoration: none;
    color: inherit;
    opacity: .5;
}
#tour .swiper-wrapper {
    height: 95%;
}
#tour .swiper-pagination {
    height: 5%;
}
#tour h1 {
    font-size: 1.4rem;
    color:#5a388c;
}
#tour p {
    font-size: 1rem;
}