﻿html, body {
    overflow-x: hidden;
}
.alert {
    position: relative;
}
.alert p {
    margin: 0px;
}
.user-section p {
    margin: 0px;
}
.user-section #logout-form {
    display: none;
}
div[class*=polls] button:focus {
    background-color: inherit !important;
}
@media only screen and (min-width: 1024px) {
    .elementor-nav-menu .polls-profile, .elementor-nav-menu .polls-login {
    display: none !important;
}
}
.polls-profile-login .login-user.signed-in .icon {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    max-width: 37px;
    margin-left: auto;
    overflow: hidden;
    border-radius: 50%}
.polls-profile-login .login-user.signed-in .icon:before {
    content: "";
    padding-top: 100%;
    display: block;
}
.polls-profile-login .login-user.signed-in .icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,  -50%);
    display: block;
    width: 100%}
.polls-profile-login .login-user.sign-out {
    display: block;
    padding-left: 23px;
    padding-right: 23px;
    padding-top: 18px;
    padding-bottom: 18px;
    color: #C14F2F;
    font-family: "PT Sans", Sans-serif;
    font-size: 17px;
    font-weight: bold;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.2em;
    letter-spacing: 0px;
    word-spacing: 0px;
    position: relative;
    text-align: center;
    transition: all .2s ease;
}
.polls-profile-login .login-user.sign-out.active {
    color: #000000;
}
.polls-profile-login .login-user.sign-out.active:after {
    display: block;
}
.polls-profile-login .login-user.sign-out:after {
    content: "";
    display: none;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 2px;
    width: 100%;
    background-color: #000000;
}
.polls-profile-login .login-user.sign-out:hover {
    color: #000000;
}
.polls-profile-login .login-user.sign-out:hover:after {
    display: block;
}
.polls-profile-login .submenu {
    background-color: #e7e8e9;
    padding: 8px 13px 10px;
    text-align: right;
    position: absolute;
    right: 0px;
    width: 100%;
    top: 100%;
    border-radius: 5px;
    min-width: calc(100% + 45px);
    display: none;
}
.polls-profile-login .submenu .profile-item {
    list-style: none;
    border-top: 1px solid #C14F2F;
    padding-bottom: 9px;
    padding-top: 9px;
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 1.1em;
}
.polls-profile-login .submenu .profile-item a {
    color: #C14F2F;
    font-weight: 800;
    transition: all .1s ease;
}
.polls-profile-login .submenu .profile-item a:hover {
    color: #000000;
}
.polls-profile-login .submenu .profile-item button {
    color: #000000;
    font-size: 16px;
    font-weight: 800;
    padding: 0px;
    border: 0px;
}
.polls-profile-login .submenu .profile-item button:hover {
    text-decoration: underline;
    background-color: rgba(0, 0, 0, 0);
}
.polls-profile-login .submenu .profile-item:first-of-type {
    border-top: 0px;
}
.polls-profile-login:hover .submenu {
    display: block;
}
.google-login {
    width: calc(100% - 20px);
    margin: auto;
    text-align: center;
    background-color: #5385ec;
    border-radius: 5px;
    padding: 5px 0px;
    transition: background-color .1s ease;
}
.google-login:hover {
    background-color: #457ceb;
}
.google-login button {
    color: #fff;
    font-weight: 700;
    border: none;
    background-image: url(./../images/icon_google.png);
    background-size: 25px;
    background-position: 0px center;
    background-repeat: no-repeat;
    padding-left: 35px;
}
.google-login button:hover {
    background-color: rgba(0, 0, 0, 0);
}
.checkbox-group {
    margin-top: 15px;
    margin-bottom: 20px;
}
.checkbox-group input[type=checkbox] {
    display: none;
}
/*.checkbox-group input[type=checkbox]:checked+label:before {
    content: "✓";
    text-align: center;
}*/
.checkbox-group label {
    cursor: pointer;
    padding-left: 30px;
    color: #C14F2F;
    position: relative;
    user-select: none;
    text-align: left;
}
.checkbox-group label a {
    color: #C14F2F;
    text-decoration: underline;
}
.checkbox-group label a:hover {
    text-decoration: none;
}
.checkbox-group label:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border: 1px solid #C14F2F;
    border-radius: 2px;
    position: absolute;
    top: 0px;
    left: 0px;
}
.profile-loader {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgba(255, 255, 255, .4);
    width: 100%;
    height: 100vh;
    border-radius: 20px;
}
.profile-loader:before {
    content: "";
    width: 80px;
    height: 80px;
    border: 2px solid #000000;
    border-left: 2px solid rgba(0, 0, 0, 0);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,  -50%);
    animation: rotate-loader .8s ease-in-out 0s infinite;
}
@keyframes rotate-loader {
    0% {
    transform: translate(-50%,  -50%) rotate(0deg);
}
100% {
    transform: translate(-50%,  -50%) rotate(360deg);
}
}.polls-login {
    max-width: 400px;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 15px;
    margin-right: 15px;
}
@media only screen and (min-width: 768px) {
    .polls-login {
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}
}.polls-login h1 {
    font-size: 30px;
    color: #C14F2F;
    font-weight: 800;
    text-align: center;
}
@media only screen and (min-width: 1024px) {
    .polls-login h1 {
    font-size: 45px;
}
}.polls-login .divider {
    position: relative;
    min-width: 100%;
    display: block;
    min-height: 20px;
    margin: 20px 0;
}
.polls-login .divider .icon {
    border: 1px solid #C14F2F;
    display: block;
    width: calc(50% - 30px);
    position: absolute;
    top: 10px;
    left: 10px;
}
.polls-login .divider .icon:last-child {
    right: 10px;
    left: auto;
}
.polls-login .divider:before {
    content: "o";
    position: absolute;
    left: 50%;
    transform: translate(-50%,  -50%);
    line-height: 1em;
    top: 50%;
    color: #C14F2F;
    font-size: 30px;
}
.polls-login .alert-login {
    background-color: #f7f7f7;
    text-align: center;
    padding: 50px 15px;
    border-radius: 11px;
    line-height: 1.1em;
}
.polls-login .login-form {
    background-color: #E7E8E9;
    border-radius: 10px;
    padding: 10px 50px 25px;
    text-align: center;
}
.polls-login .login-form .error {
    color: red;
    font-size: 12px;
}
.polls-login .login-form label {
    color: #C14F2F;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: 800;
}
.polls-login .login-form input {
    border: 0px !important;
    background-color: #fff;
    padding: 15px 10px;
    border-radius: 8px;
}
.polls-login .login-form .form-footer a {
    display: block;
    color: #C14F2F;
    text-decoration: underline;
    margin: 15px 0px;
}
.polls-login .login-form .form-footer a:hover {
    text-decoration: none;
}
.polls-login .login-form .form-footer button {
    background-color: #C14F2F;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 800;
    display: block;
    width: calc(100% - 40px);
    margin: auto;
    border-radius: 50px;
    border: 0px;
    padding: 15px 0px;
    letter-spacing: 1.6px;
    transition: all .1s ease-in;
}
.polls-login .login-form .form-footer button:hover {
    background-color: #000000;
}
.polls-login .subscribe-text {
    margin-top: 25px;
    font-size: 18px;
    text-align: center;
    color: #C14F2F;
}
@media only screen and (min-width: 1024px) {
    .polls-login .subscribe-text {
    font-size: 23px;
}
}.polls-login .subscribe-text a {
    color: #C14F2F;
    text-decoration: underline;
    display: inline-block;
    margin-left: 5px;
}
.polls-login .subscribe-text a:hover {
    text-decoration: none;
}
.polls-login.signed-in .col-12 {
    background-color: #f7f7f7;
    border-radius: 10px;
    padding: 40px;
    max-width: 400px;
}
.polls-login.signed-in .col-12 p {
    display: inline;
}
.polls-login.signed-in .col-12 a {
    color: #C14F2F;
    text-decoration: underline;
}
.polls-login.signed-in .col-12 a:hover {
    text-decoration: none;
}
.polls-login.signed-in .col-12 form {
    display: inline;
}
.polls-login.signed-in .col-12 form button {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    padding: 0px;
    color: #C14F2F;
    text-decoration: underline;
}
.polls-login.signed-in .col-12 form button:hover {
    text-decoration: none;
    color: #C14F2F;
    background-color: rgba(0, 0, 0, 0);
}
.icon-eye {
    font-size: 0px;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.icon-eye:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(./../images/icon_eye.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}
.show-password {
    position: absolute;
    bottom: 12px;
    right: 5px;
    z-index: 9;
    width: 30px;
    height: 30px;
}
.form-profile .error {
    color: red;
    font-size: 12px;
}
.error+.show-password {
    bottom: 30px;
}
.form-group {
    position: relative;
}

.profile {
    margin-top: 15px;
    margin-bottom: 50px;
    padding: 0 15px;
}
@media only screen and (min-width: 768px) {
    .profile {
    margin-top: 50px;
}
}@media only screen and (min-width: 1200px) {
    .profile {
    padding: 0px;
}
.profile .profile-loader {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgba(255, 255, 255, .4);
    width: 100%;
    height: 100vh;
    border-radius: 20px;
}
.profile .profile-loader:before {
    content: "";
    width: 80px;
    height: 80px;
    border: 2px solid #000000;
    border-left: 2px solid rgba(0, 0, 0, 0);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,  -50%);
    animation: rotate-loader .8s ease-in-out 0s infinite;
}
@keyframes rotate-loader {
    0% {
    transform: translate(-50%,  -50%) rotate(0deg);
}
100% {
    transform: translate(-50%,  -50%) rotate(360deg);
}
}.profile .top-link {
    text-align: right;
}
.profile .top-link a {
    text-decoration: underline;
    color: #C14F2F;
    font-weight: 800;
    font-size: 18px;
}
@media only screen and (min-width: 1024px) {
    .profile .top-link a {
    font-size: 22px;
}
}.profile .top-link a:hover {
    text-decoration: none;
}
.profile .privacy {
    background-color: #E7E8E9;
    padding: 30px 20px;
    font-size: 20px;
    color: #C14F2F;
    width: calc(100% - 30px);
    max-width: 480px;
    margin: auto;
    border-radius: 9px;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .profile .privacy {
    padding: 50px;
}
}.profile .privacy h3 {
    margin: 0px;
    margin-bottom: 20px;
    font-weight: 800;
}
.profile .privacy p {
    margin: 0px;
    line-height: 1.2em;
}
.profile .privacy a {
    display: block;
    color: #C14F2F;
    text-decoration: underline;
    margin-top: 20px;
}
.profile .privacy a:hover {
    text-decoration: none;
}
.profile .icon-sostituisci {
    background-image: url(./../images/icon-pencil.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    font-size: 0px;
    display: inline-block;
    width: 27px;
    height: 27px;
    line-height: 1em;
    vertical-align: middle;
    cursor: pointer;
}
.profile .icon-delete {
    background-image: url(./../images/icon-pencil.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    font-size: 0px;
    display: inline-block;
    width: 27px;
    height: 27px;
    line-height: 1em;
    vertical-align: middle;
}
.profile form {
    display: flex;
}
.profile form label {
    display: inline-flex;
    vertical-align: unset;
    cursor: pointer;
    transition: transform .1s ease;
}
.profile form label:hover {
    transform: scale(0.95);
}
.profile form button {
    display: inline-flex;
    padding: 0px;
    border: 0px;
    background: none !important;
    line-height: 1em;
}
.profile form button:hover, .profile form button:focus, .profile form button:focus-within {
    border: 0px;
    background: none !important;
}
.profile .logout-form {
    width: calc(100% - 40px);
    max-width: 250px;
    margin: auto;
    margin-top: 30px;
}
.profile .logout-form button {
    background-color: #C14F2F !important;
    color: #ffffff;
    text-align: center;
    border-radius: 50px;
    padding: 15px 10px;
    border: none;
    display: block;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    font-size: 18px;
    font-weight: 800;
}
.profile .logout-form button:hover {
    color: #ffffff;
    background-color: #000000 !important;
}
.profile .trigger {
    cursor: pointer;
    position: absolute;
}
.profile .img-container .edit {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%}
.profile .img-container .edit form {
    justify-content: flex-end;
}
.profile .img-container.empty-image input[type=file] {
    display: none;
}
.profile .img-container.empty-image:before {
    display: none;
}
.profile .upload-file {
    z-index: 99;
    background-color: #fff;
    padding: 50px;
    border-radius: 20px;
    width: auto;
    height: auto;
}
.profile .upload-file.modal-background {
    display: none;
    background-color: rgba(0, 0, 0, .2);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 0px;
    z-index: 999999;
}
.profile .upload-file.modal-upload {
    z-index: 1000000;
    display: none;
    position: fixed;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);

}
.profile .upload-file.modal-upload label {
    background: #f7f7f7;
    border-radius: 5px;
    display: block;
    width: 100%;
    min-width: 300px;
    text-align: center;
    padding: 50% 0;
    line-height: 0px;
    background-image: url(./../images/icon-upload.svg);
    background-size: 20px;
    background-position: center calc(50% - 30px);
    background-repeat: no-repeat;
    font-weight: 800;
}
.profile .upload-file.modal-upload label.uploaded {
    background-image: url(./../images/icon-check-circle.svg);
}
.profile .upload-file.modal-upload label.uploaded:hover {
    background-image: url(./../images/icon-check-circle-hover.svg);
}
.profile .upload-file.modal-upload label:hover {
    color: #000000;
    background-color: rgba(255, 255, 255, .2);
    background-image: url(./../images/icon-upload-hover.svg);
}
.profile .upload-file.modal-upload .close-modal {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.profile .upload-file.modal-upload .close-modal .icon-close {
    font-size: 0px;
    line-height: 0px;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 8px;
    vertical-align: middle;
    transform: rotate(45deg);
}
.profile .upload-file.modal-upload .close-modal .icon-close:before {
    content: "+";
    display: block;
    font-size: 30px;
    font-weight: 200;
}
.profile .upload-file.modal-upload form {
    display: block;
}
.profile .upload-file.modal-upload form input[type=file] {
    display: none;
}
.profile .upload-file.modal-upload form button {
    display: inline-block;
    border-radius: 50px;
    color: #C14F2F;
    padding: 10px 10px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1.6px;
    margin-top: 15px;
}
.profile .upload-file.modal-upload form button:hover {
    color: #C14F2F;
}
.profile .upload-file.modal-upload form button:first-child {
    background-color: #C14F2F !important;
    color: #000;;
    border: 1px solid rgba(0, 0, 0, 0);
}
.profile .upload-file.modal-upload form button:first-child:hover {
    background-color: #000 !important;
    color: #C14F2F;
}
.profile .upload-file.modal-upload form button:last-child {
    margin-right: 10px;
    border: 1px solid #000000;
}
.profile .upload-file.modal-upload form button:last-child:hover {
    background-color: #C14F2F !important;
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0);
}
.profile.profile-organizzazione {
    color: #C14F2F;
}
.profile.profile-organizzazione .top-link {
    text-align: right;
    margin-bottom: 30px;
}
.profile.profile-organizzazione .profile-column {
    width: calc(100% - 30px);
    max-width: 760px;
    margin: auto;
    text-align: center;
}
.profile.profile-organizzazione .profile-column .profile-header {
    margin-bottom: 65px;
}
.profile.profile-organizzazione .profile-column .profile-header .img-container {
    margin: auto;
    max-width: 82px;
    border-radius: 50%}
.profile.profile-organizzazione .profile-column .profile-header .img-container::before {
    padding-top: 100%}
.profile.profile-organizzazione .profile-column .profile-header .text-container h1 {
    font-size: 30px;
    font-weight: 800;
    margin: 0px;
    margin-top: 10px;
    margin-bottom: 5px;
}
.profile.profile-organizzazione .profile-column .profile-header .text-container p {
    font-size: 20px;
    line-height: 1.45em;
    margin: 0px;
}
.profile.profile-organizzazione .profile-column .profile-header .text-container p a {
    text-decoration: underline;
}
.profile.profile-organizzazione .profile-column .profile-header .text-container p a:hover {
    text-decoration: none;
}
.profile.profile-organizzazione .profile-column .profile-details {
    width: calc(100% - 30px);
    max-width: 480px;
    margin: auto;
}
.profile.profile-organizzazione .profile-column .profile-details ul {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 0px;
}
.profile.profile-organizzazione .profile-column .profile-details ul li {
    flex-basis: calc(50% - 15px);
    text-align: left;
    margin-bottom: 30px;
    margin-right: 15px;
    max-width: calc(50% - 15px);
}
.profile.profile-organizzazione .profile-column .profile-details ul li:last-of-type {
    align-self: flex-end;
}
.profile.profile-organizzazione .profile-column .profile-details ul li span {
    display: block;
    line-height: 1em;
}
.profile.profile-organizzazione .profile-column .profile-details ul li span.label {
    font-size: 16px;
    margin-bottom: 12px;
}
.profile.profile-organizzazione .profile-column .profile-details ul li span.label:last-of-type {
    margin-bottom: 0px;
}
.profile.profile-organizzazione .profile-column .profile-details ul li span.value {
    font-size: 20px;
    font-weight: 800;
}
.profile.profile-organizzazione .profile-column .profile-details ul li span a {
    color: #000000;
    text-decoration: underline;
}
.profile.profile-organizzazione .profile-column .profile-details ul li span a:hover {
    text-decoration: none;
}
.profile.profile-organizzazione-scheda .top-link {
    margin-bottom: 30px;
}
.profile.profile-organizzazione-scheda h1 {
    font-size: 22px;
    line-height: 1.1em;
    margin: 0px;
    font-weight: 800;
    text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
    .profile.profile-organizzazione-scheda h1 {
    font-size: 26px;
}
}.profile.profile-organizzazione-scheda h3 {
    padding-top: 10px;
    padding-bottom: 3px;
    font-size: 17px;
    font-weight: 800;
    position: relative;
    margin-bottom: 0px;
}
.profile.profile-organizzazione-scheda h3 span {
    position: relative;
}
.profile.profile-organizzazione-scheda h3 span .trigger {
    left: calc(100% + 10px);
    top: 0px;
}
.profile.profile-organizzazione-scheda h3:before {
    content: "";
    display: block;
    height: 100%;
    width: 25%;
    background-color: #E7E8E9;
    position: absolute;
    top: 0px;
    left: calc(-25% + 165px);
    z-index: -1;
}
@media only screen and (max-width: 768px) {
.profile.profile-organizzazione-scheda h3:before {
    left: calc(0% - 165px);
    width: 100%}
}.profile.profile-organizzazione-scheda p {
    font-size: 17px;
}
.profile.profile-organizzazione-scheda .profile-picture {
    margin-bottom: 20px;
}
.profile.profile-organizzazione-scheda .profile-picture .img-container {
    max-width: 350px;
    width: calc(100% - 30px);
}
.profile.profile-organizzazione-scheda .profile-picture .img-container img {
    width: 100%;
    height: 100%}
.profile.profile-organizzazione-scheda .profile-picture .img-container.proportion-1 img {
    width: 100%;
    height: auto;
}
.profile.profile-organizzazione-scheda .profile-picture .img-container.proportion-2 img {
    width: auto;
    height: 1;
}
.profile.profile-organizzazione-scheda .profile-picture h3 {
    margin-bottom: 10px;
}
.profile.profile-organizzazione-scheda .profile-picture h3 .upload-file-trigger {
    position: absolute;
    top: 0px;
    left: calc(100% + 15px);
}
.profile.profile-organizzazione-scheda .gallery {
    margin-bottom: 120px;
    position: relative;
}
.profile.profile-organizzazione-scheda .gallery h3 {
    margin-top: 0px;
    padding-top: 36px;
    color: #C14F2F;
    text-align: center;
    font-size: 26px;
}
.profile.profile-organizzazione-scheda .gallery p {
    color: #000000;
}
.profile.profile-organizzazione-scheda .gallery h3::before {
    display: none;
}
.profile.profile-organizzazione-scheda .gallery p {
    text-align: center;
    line-height: 1.45em;
}
.profile.profile-organizzazione-scheda .gallery:before {
    content: "";
    width: 200vw;
    height: calc(100% + 80px);
    top: 0px;
    left: -50%;
    position: absolute;
    z-index: -1;
    background-color: #E7E8E9;
    transform: translate(0%);
}
.profile.profile-organizzazione-scheda .gallery h5 {
    font-size: 19px;
    font-weight: 800;
    padding-left: 10px;
    margin: 0px;
}
.profile.profile-organizzazione-scheda .gallery .photos+h5 {
    margin-top: 50px;
}
.profile.profile-organizzazione-scheda .gallery .photos, .profile.profile-organizzazione-scheda .gallery .videos {
    display: flex;
    justify-content: space-between;
    min-height: 300px;
}
@media only screen and (max-width: 1024px) {
    .profile.profile-organizzazione-scheda .gallery .photos, .profile.profile-organizzazione-scheda .gallery .videos {
    flex-wrap: wrap;
}
}.profile.profile-organizzazione-scheda .gallery .photos .modal-upload input[type=file], .profile.profile-organizzazione-scheda .gallery .videos .modal-upload input[type=file] {
    display: none;
}
.profile.profile-organizzazione-scheda .gallery .photos {
    margin-bottom: 20px;
}
.profile.profile-organizzazione-scheda .gallery .photos>div {
    position: relative;
    flex-basis: calc(50% - 5px);
    margin-bottom: 10px;
}
@media only screen and (min-width: 1024px) {
    .profile.profile-organizzazione-scheda .gallery .photos>div {
    flex-basis: calc(25% - 15px);
}
}@media only screen and (min-width: 1024px) {
    .profile.profile-organizzazione-scheda .gallery .photos>div {
    margin-bottom: 5px;
}
}.profile.profile-organizzazione-scheda .gallery .photos>div .upload-file-trigger {
    position: absolute;
    top: 10px;
    right: 10px;
}
.profile.profile-organizzazione-scheda .gallery .photos .img-container:before {
    padding-top: 75%}
.profile.profile-organizzazione-scheda .gallery .photos .empty-image {
    background-color: #dfdfdf;
}
.profile.profile-organizzazione-scheda .gallery .photos .empty-image:before {
    display: block;
}
.profile.profile-organizzazione-scheda .gallery .photos .empty-image form {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #dfdfdf;
}
.profile.profile-organizzazione-scheda .gallery .photos .empty-image form input[type=file] {
    display: none;
}
.profile.profile-organizzazione-scheda .gallery .photos .empty-image form label {
    display: block;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    position: absolute;
    top: 10px;
    left: 10px;
    text-align: center;
    padding: 25% calc(5% + 20px) 10px;
    background-image: url(./../images/icon-upload.svg);
    background-size: 20px;
    background-position: center calc(25% - 10px);
    background-repeat: no-repeat;
    font-weight: 800;
}
@media only screen and (min-width: 1024px) {
    .profile.profile-organizzazione-scheda .gallery .photos .empty-image form label {
    background-position: center calc(50% - 10px);
    padding: 40% calc(5% + 20px) 10px;
}
}.profile.profile-organizzazione-scheda .gallery .photos .empty-image form label:hover {
    color: #000000;
    background-color: rgba(255, 255, 255, .2);
    background-image: url(./../images/icon-upload-hover.svg);
}
.profile.profile-organizzazione-scheda .gallery .videos .empty-video {
    cursor: pointer;
    background-color: #dfdfdf;
}
.profile.profile-organizzazione-scheda .gallery .videos .empty-video .upload-file-trigger {
    display: block;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    position: absolute;
    top: 10px;
    left: 10px;
    text-align: center;
    padding: 25% 0px 10px;
    background-image: url(./../images/icon-upload.svg);
    background-size: 20px;
    background-position: center calc(50% - 10px);
    background-repeat: no-repeat;
    font-weight: 800;
}
@media only screen and (min-width: 1024px) {
    .profile.profile-organizzazione-scheda .gallery .videos .empty-video .upload-file-trigger {
    padding: 30% calc(0% + 0px) 10px;
    background-position: center calc(50% - 15px);
}
}.profile.profile-organizzazione-scheda .gallery .videos .empty-video .upload-file-trigger:hover {
    color: #000000;
    background-color: rgba(255, 255, 255, .2);
    background-image: url(./../images/icon-upload-hover.svg);
}
.profile.profile-organizzazione-scheda .gallery .videos>div {
    position: relative;
    flex-basis: calc(50% - 5px);
    margin-bottom: 10px;
}
@media only screen and (min-width: 1024px) {
    .profile.profile-organizzazione-scheda .gallery .videos>div {
    flex-basis: calc(33.333% - 15px);
    margin-bottom: 0px;
}
}@media only screen and (max-width: 1024px) {
    .profile.profile-organizzazione-scheda .gallery .videos>div {
    flex-wrap: wrap;
}
}.profile.profile-organizzazione-scheda .gallery .videos>div .upload-file-trigger {
    position: absolute;
    top: 10px;
    right: 10px;
}
.profile.profile-organizzazione-scheda .gallery .videos>div .modal-upload .divider {
    margin: 10px 0;
}
.profile.profile-organizzazione-scheda .gallery .videos>div .modal-upload .form-group label {
    font-weight: 800;
}
.profile.profile-organizzazione-scheda .gallery .videos>div .modal-upload .form-group.from-device label.uploaded {
    background-image: url(./../images/icon-check-circle.svg);
}
.profile.profile-organizzazione-scheda .gallery .videos>div .modal-upload .form-group.from-device label.uploaded:hover {
    background-image: url(./../images/icon-check-circle-hover.svg);
}
.profile.profile-organizzazione-scheda .gallery .videos>div .modal-upload .form-group.from-device input {
    display: none !important;
}
.profile.profile-organizzazione-scheda .gallery .videos>div .modal-upload .form-group:not(.from-device) label {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0px;
    min-height: none;
    text-align: left;
    padding: 0px;
    margin-bottom: 3px;
    line-height: 1em;
}
.profile.profile-organizzazione-scheda .gallery .videos>div .modal-upload .form-group:not(.from-device) label:hover {
    transform: none;
}
.profile.profile-organizzazione-scheda .organization h3 {
    font-size: 26px;
    font-weight: 800;
    margin-top: 53px;
}
.profile.profile-organizzazione-scheda .organization h4 {
    font-weight: 800;
}
.profile.profile-organizzazione-scheda .organization .header {
    display: flex;
    align-items: flex-start;
    margin-top: 25px;
}
@media only screen and (max-width: 768px) {
    .profile.profile-organizzazione-scheda .organization .header {
    flex-direction: column;
}
}.profile.profile-organizzazione-scheda .organization .header>div:not(.text-container) {
    position: relative;
    flex-basis: 145px;
    margin-right: 28px;
}
@media only screen and (max-width: 768px) {
    .profile.profile-organizzazione-scheda .organization .header>div:not(.text-container) {
    max-width: 145px;
    margin: auto;
}
}.profile.profile-organizzazione-scheda .organization .header>div:not(.text-container) .upload-file-trigger {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}
.profile.profile-organizzazione-scheda .organization .header .img-container::before {
    padding-top: 100%;
    display: block;
}
.profile.profile-organizzazione-scheda .organization .header .img-container.empty-image {
    border: 1px solid #000000;
    background-color: #edebeb;
    min-height: 140px;
}
.profile.profile-organizzazione-scheda .organization .header .img-container.empty-image form {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    display: block;
}
.profile.profile-organizzazione-scheda .organization .header .img-container.empty-image form .form-group {
    display: block;
    width: 100%;
    height: 100%}
.profile.profile-organizzazione-scheda .organization .header .img-container.empty-image form .form-group label {
    cursor: pointer;
    display: block;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    position: absolute;
    top: 10px;
    left: 10px;
    text-align: center;
    padding: calc(25% + 30px) 10px 10px;
    background-image: url(./../images/icon-upload.svg);
    background-size: 20px;
    background-position: center calc(50% - 20px);
    background-repeat: no-repeat;
    background-color: #d3d3d3;
    font-weight: 800;
    border-radius: 50%}
.profile.profile-organizzazione-scheda .organization .header .img-container.empty-image form .form-group label:hover {
    color: #C14F2F;
    background-color: #000000;
}
.profile.profile-organizzazione-scheda .organization .header .text-container{
    margin-left: 0px;
    text-align: left !important;
}
.profile.profile-organizzazione-scheda .organization .header .text-container h4, .profile.profile-organizzazione-scheda .organization .header .text-container p {
    margin: 0px;
    font-size: 17px;
    text-transform: uppercase;

}
.profile.profile-organizzazione-scheda .organization .header .text-container .address {
    text-transform: none;
}
.profile.profile-organizzazione-scheda .organization .header .text-container .edit-website {
    cursor: pointer;
}
.profile.profile-organizzazione-scheda .organization .header .text-container .website-form {
    margin-top: 15px;
}
.profile.profile-organizzazione-scheda .organization .header .text-container .website-form input[type=text] {
    background: #fff;
    border: 1px solid #000000;
    border-radius: 50px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.profile.profile-organizzazione-scheda .organization .header .text-container .website-form button {
    background-color: #C14F2F !important;
    color: #000000;
    font-weight: 800;
    font-size: 17px;
    line-height: 1em;
    border-radius: 50px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 0px 15px;
    line-height: 2.45em;
    letter-spacing: 1.6px;
    transition: background-color .1s ease;
}
.profile.profile-organizzazione-scheda .organization .header .text-container .website-form button:hover {
    background-color: #000000 !important;
    color: #C14F2F;
}
.profile.profile-organizzazione-scheda .organization .mission h4, .profile.profile-organizzazione-scheda .organization .vision h4 {
    margin: 0px;
    font-size: 17px;
}
.profile.votante .top-link {
    text-align: left;
}
.profile.votante .top-link a {
    font-weight: normal;
    font-size: 16px;
    padding-left: 10px;
}
@media only screen and (min-width: 1024px) {
    .profile.votante .top-link a {
    font-size: 20px;
    padding-left: 0px;
}
}
.profile.votante .main-col {
    width: calc(100% - 20px);
    max-width: 1200px;
    margin: auto;
    text-align: center;
    margin-top: 30px;
    .form-profile {
        .inner{
            @media only screen and (min-width: 1200px) {                
                display: flex;
                flex-wrap: wrap;
                column-gap: 24px;
                row-gap: 24px;
            }
            .form-group{
                @media only screen and (min-width: 1200px) {                
                    flex-basis: calc(50% - 12px);
                }
            }
        }
       
    }
   
}
@media only screen and (min-width: 768px) {
    .profile.votante .main-col {
    margin-top: 5px;
}
}.profile.votante .main-col .title-1 {
    font-size: 30px;
    font-weight: 800;
    color: #C14F2F;
}
.profile.votante .profile-header {
    display: flex;
    align-items: flex-start;
}
.profile.votante .profile-header .img-container {
    flex-basis: 53px;
    margin-right: 20px;
    border-radius: 50%}
.profile.votante .profile-header .img-container:before {
    padding-top: 100%}
.profile.votante .profile-header .text-container h1 {
    font-size: 20px;
    font-weight: 800;
}
.profile.votante .link-list {
    margin-top: 30px;
    margin-bottom: 40px;
    text-align: left;
}
.profile.votante .link-list p {
    font-size: 20px;
    margin-bottom: 20px;
}
.profile.votante .link-list ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.profile.votante .link-list ul li {
    font-weight: 800;
    font-size: 20px;
    background-image: url(./../images/icon_circle_arrow_right.svg);
    background-size: 26px;
    background-repeat: no-repeat;
    background-position: calc(100% - 5px) center;
    border-bottom: 1px solid #C14F2F;
}
.profile.votante .link-list ul li:last-child {
    border: 0px;
}
.profile.votante .link-list ul li a {
    display: block;
    padding: 20px 0;
}
.profile.votante .link-list ul li a:hover {
    text-decoration: underline;
    color: #C14F2F;
}
.profile.votante.communication-edit form {
    display: block;
}
.profile.votante.profile-details .form-profile .form-group strong {
    font-size: 20px;
    font-weight: 800;
    margin-top: 20px;
    margin-bottom: 60px;
    display: block;
}
.profile.votante.communication-preferences .text-when {
    font-size: 20px;
}
.profile.votante.communication-preferences .form-profile {
    text-align: left;
}
.profile.votante.communication-preferences .form-profile .inner {
    background-color: #fff;
    padding: 0px;
}
.profile.votante.communication-preferences .form-profile .inner .checkbox-group .checkbox-container {
    margin-bottom: 35px;
}
.profile.votante.communication-preferences .form-profile .inner .checkbox-group:last-of-type {
    margin-top: 90px;
}
.profile.votante.communication-preferences .form-profile .inner .checkbox-group label {
    font-size: 20px;
    line-height: 1.1em;
    padding-left: 40px;
}
.profile.votante.communication-preferences .form-profile .inner .checkbox-group label:before {
    content: "✓";
    text-align: center;
    width: 25px;
    height: 25px;
    background-color: #C14F2F;
    color: #fff;
    border: 0px;
    border-radius: 4px;
    opacity: .5;
}
.profile.votante.communication-preferences .form-profile .inner .checkbox-group input[type=checkbox]:checked+label:before {
    opacity: 1;
}
.profile.votante.profile-deactivate .text, .profile.votante.profile-deactivate .title-2 {
    text-align: left;
}
.profile.votante.profile-deactivate .title-2 {
    color: #C14F2F;
    font-size: 20px;
    font-weight: 800;
}
.profile.votante.profile-deactivate .text {
    font-size: 20px;
}
.profile.votante .form-profile-picture .img-container {
    max-width: 82px;
    margin: auto;
    border-radius: 50%}
.profile.votante .form-profile-picture .img-container:before {
    padding-top: 100%}
.profile.votante .form-profile-picture label, .profile.votante .form-profile-picture button {
    display: block;
}
.profile.votante .form-profile-picture label {
    color: #C14F2F;
    transition: none;
    text-decoration: underline;
    font-size: 16px;
    margin-top: 15px;
}
.profile.votante .form-profile-picture label:hover {
    text-decoration: none;
    transform: none;
}
.profile.votante .form-profile-picture button {
    margin: auto;
    color: #C14F2F;
    font-size: 12px;
    text-align: center;
    margin-top: 5px;
    text-decoration: underline;
}
.profile.votante .form-profile-picture button:hover {
    text-decoration: none;
}
.profile.votante .form-profile-picture input[type=file] {
    display: none;
}
.profile.votante .form-profile {
    margin-top: 40px;
    display: block;
}
.profile.votante .form-profile .inner {
    background: #e7e8e9;
    border-radius: 11px;
    padding: 25px;
}
@media only screen and (min-width: 1024px) {
    .profile.votante .form-profile .inner {
    padding: 25px 50px;
}
}.profile.votante .form-profile label {
    font-size: 16px;
    font-weight: 800;
}
.profile.votante .form-profile label:hover {
    transform: none;
}
.profile.votante .form-profile input[type=text], .profile.votante .form-profile input[type=email], .profile.votante .form-profile input[type=password] {
    padding: 10px 10px;
    background: #fff;
    border-radius: 6px;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    border: 0px;
}
.profile.votante .form-profile h4 {
    font-size: 20px;
    font-weight: 800;
    margin: 0px;
    margin-top: 70px;
    margin-bottom: 10px;
}
.profile.votante .form-profile p {
    font-size: 14px;
    text-align: left;
}
.profile.votante .form-profile .form-footer {
    margin-top: 40px;
}
.profile.votante .form-profile .form-footer a {
    margin-bottom: 20px;
    text-decoration: underline;
    display: inline-block;
}
.profile.votante .form-profile .form-footer a:hover {
    text-decoration: none;
}
.profile.votante .form-profile .form-footer button {
    background-color: #C14F2F !important;
    color: #ffffff;
    display: block;
    max-width: 210px;
    width: 100%;
    padding: 19px 10px;
    margin: auto;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1.6px;
    font-weight: 800;
}
@media only screen and (min-width: 768px) {
    .profile.votante .form-profile .form-footer button {
    max-width: 255px;
    font-size: 20px;
}
}.profile.votante .form-profile .form-footer button:hover {
    background-color: #000000 !important;
}
/*# sourceMappingURL=polls-polls-public.css.map */
.listing-cta-vote-button{
    position: absolute !important; 
    bottom: -22px;
}

.sharercontent{       
    padding: 0;
    margin: 0 auto;
    list-style: none;
    width: 422px;
    /* .fa-email, .fa-facebook, .fa-whatsapp, .fa-messenger, .fa-instagram, .fa-copy{
        cursor: pointer;
        margin: 0 auto;
        font-size: 23px;
        padding: 12px;
        font-family: "Poppins", Sans-serif;
        font-weight: bold;
        text-transform: none;
        font-style: normal;
        text-decoration: none;
        line-height: 1.2em;
        letter-spacing: 0px;
        word-spacing: 0px;
        color: #000;
        height: 52px;
    } */
    li{
        margin: 16px 0;
        border-radius: 50px;
        text-align: center;
        background: #fff;
        display: block;
        border: 2px solid #c14f2f;
        font-family: "Poppins", Sans-serif;
        font-weight: bold;
        padding: 10px 40px;;
        cursor: pointer;
        font-size: 23px;
        text-decoration: none;
        line-height: 1.2em;
        letter-spacing: 0px;
        word-spacing: 0px;
        color: #000;
        a{
            color: #000;
        }
        &:hover{
            background-color: #E7E8E9;
        }
        &:nth-child(3){
            background-color: #41639A;
            border: solid 2px #41639A;
        }
        &:nth-child(3):hover{
            background-color: #41639A;
        }
        span{
            display: inline-block;
            font-size: 23px;
            font-style: normal;
            text-decoration: none;
            font-family: "Poppins", Sans-serif;
            font-weight: bold;
        }
    }
    .fa-facebook{
        color: #ffffff!important;
        &:before {
            content: url("../images/icon-facebook.svg")!important;
            display: inline-flex;
            vertical-align: middle;
        }
    }
    .fa-email{
        &:before {
            content: url("../images/icon-email.svg")!important;
            display: inline-flex;
            vertical-align: middle;
        }
    }
    .fa-whatsapp{
        &:before {
            content: url("../images/icon-whatsapp.svg")!important;
            display: inline-flex;
            vertical-align: middle;
        }
    }
    .fa-messenger{
        &:before {
            content: url("../images/icon-messanger.svg")!important;
            display: inline-flex;
            vertical-align: middle;
        }
    }
    .fa-instagram{
        &:before{
            content: url("../images/icon-instagram.svg")!important;
            display: inline-flex;
            vertical-align: middle;
        }
    }
    .fa-copy{
        &:before{
            content: url("../images/Icon-share-link.svg")!important;
            display: inline-flex;
            vertical-align: middle;
        }  
    }
}