* {
    font-family: Nunito;
}

.main {
    max-width: 1024px;
    text-align: left;
}


#previewVideoImage {
    cursor: pointer;
}


#videoPreviewModal {
    background: rgb(30 58 124 / 85%);
}

#videoPreviewModal .close {
    background: #ffffff;
    opacity: 1;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    line-height: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.back-button {
    background: #0d4890;
    border-radius: 100px;
    width: 29px;
    height: 29px;
    display: inline-block;
    text-align: center;
    line-height: 28px;
    transform: translateY(0px);
    margin-right: 3px;
    color: #ffffff;
}

a:hover {
    text-decoration: none;
}

.border-dashed {
    border: 3px solid !important;
    border-style: dashed !important;
    border-color: #1e3a7c !important;
}


.card_membro {
    background: #ffffff;
    border-radius: 15px;
    border: 3px dashed #1e3a7c;
    cursor: default;
}

.card_membro.admin {
    background: #1e3a7c;
}

.card_membro.admin .card-title {
    color: #f1820b;
    color: #ffffff;
    font-weight: 600;
}

.card_membro.admin .card-text {
    color: #ffffff;
}

.card_membro.admin .card-footer {
    color: #ffffff;
    border-top: 1px solid rgba(255, 255, 255, .125);
}

.card_membro.presidente {}


/* inizio product card ***********************************/
.product-card {
    cursor: pointer;
    margin-bottom: 30px;
}

.product-card .product-image {
    position: relative;
    width: 100%;
    padding-top: 100%;
    border-radius: 15px;
    margin-bottom: 10px;
    background-size: cover;
    background-position: center;
}

.product-card .product-status {
    font-style: italic;
    background: #1e3a7c;
    color: #ffffff;
    padding: 3px 10px;
    border-radius: 30px;
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 15px;
}

.product-card .product-carousel {
    color: #eeeeee;
    padding: 1px 5px;
    border-radius: 10px;
    position: absolute;
    top: 9px;
    right: 5px;
    font-size: 12px;
}

.product-card .product-socio {
    background: #fff;
    padding: 3px 10px;
    border-radius: 30px;
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 15px;
}

.product-card .product-download {
    background: #444444;
    color: #eeeeee;
    padding: 3px 10px;
    border-radius: 30px;
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 15px;
}


.product-card .product-title {
    font-weight: 700;
    margin-bottom: 0px;
}

.product-card .product-description {
    margin-bottom: 10px;
}

/* fine product card *************************************/


.modal .modal-header {
    border-radius: 15px;
    margin-bottom: -15px;
    border: 0;
    align-items: center;
}

.modal .modal-header input.modal-title {
    margin: 0px 15px;
    font-weight: 700;
    width: 100%;
    border-radius: 15px;
    width: 100%;
    background: #eeeeee;
    border: 0;
    padding: 5px;
    text-align: center;
}

.modal .modal-content {
    border: 0;
    border-radius: 15px;
}

.modal .modal-content .modal-body label {
    font-weight: 600;
    margin-top: 12px;
}

.modal .modal-content .modal-body input {
    width: 100%;
    border-radius: 15px;
    border: 0;
    padding: 5px 10px;
}

.modal .modal-content .modal-body select {
    width: 100%;
    border-radius: 15px;
    border: 0;
    padding: 5px 10px;
}

.modal .modal-content .modal-body textarea {
    width: 100%;
    border-radius: 15px;
    border: 0;
    padding: 5px 10px;
    height: 100px;
}

.modal .modal-content .modal-body #mediaPreview {
    background: #eeeeee;
    border-radius: 15px;
    padding: 10px;
    position: relative;
    overflow: auto;
    padding-top: 25px;
    padding-bottom: 25px;
}

@media screen and (max-width: 600px) {
  .modal .modal-content .modal-body #mediaPreview {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.modal .modal-content .modal-body #mediaPreview .product-socio {
    background: #fff;
    padding: 3px 10px;
    border-radius: 30px;
    position: absolute;
    right: 5px;
    font-size: 15px;
    bottom: 5px;
}

.modal .modal-content .modal-body #mediaPreview.d-flex .product-socio {
    background: #fff;
    padding: 3px 10px;
    border-radius: 30px;
    position: sticky;
    right: 5px;
    font-size: 15px;
    padding-left: 30px;
    top: calc(100% - 14px);
    height: 28.5px;
}



.full-width {
    width: 100%;
}

.bg-eeeeee {
    background: #eeeeee;
}

.bg-blue {
    background: #1e3a7c;
}

.color-ffffff {
    color: #ffffff;
}



.filepond--root {
    margin-bottom: 0px;
}

.filepond--panel-root {
    background: #eeeeee;
}

.filepond--root .filepond--drop-label {
    /*min-height: 200px;*/
}

.filepond--root .filepond--drop-label label {
    margin: 0px !important;
    font-weight: 400 !important;
}

.filepond--credits {
    display: none;
}

.status-badge {
    background: #0d4890;
    border-radius: 10px;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 75%;
    text-align: center;
    line-height: 28px;
    font-style: italic;
    z-index: 1;
    height: 30px;
    opacity: 0;
    display: none;
    transition: all 0.3s;
}

.status-badge.show {
    display: block;
    opacity: 1;
}

.status-badge.in-revisione {
    bottom: 43px;
}

.status-badge.revisionato {
    bottom: 77px;
}

.status-badge.in-pubblicazione {
    bottom: 112px;
}

.status-badge.pubblicato {
    bottom: 146px;
}





#floating_big {
    width: 90px;
    height: 90px;
    background-color: #1e3a7c;
    border-radius: 50%;
    color: white;
    font-size: 30px;
    position: fixed;
    bottom: 20px;
    left: calc(50% - 45px);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
    cursor: pointer;
    z-index: 1200;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(-45deg);
}

#floating_big.hidden {
    bottom: -120px;
}

#floating_big.clicked {
    transform: rotate(0deg);
    width: 60px;
    height: 60px;
    left: calc(50% - 30px);
    line-height: 48px;
    bottom: 35px;
}

#floating_tiny {
    width: 80px;
    height: 80px;
    background-color: #1e3a7c;
    border-radius: 50%;
    color: white;
    font-size: 25px;
    text-align: center;
    line-height: 75px;
    position: fixed;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
    cursor: pointer;
    opacity: 0;

    bottom: 20px;
}

#floating_tiny.show {
    opacity: 1;
}

#floating_tiny.left {
    left: calc(50% - 140px);
    bottom: 80px;
}

#floating_tiny.center {
    left: calc(50% - 40px);
    bottom: 140px;
}

#floating_tiny.right {
    left: calc(50% + 60px);
    bottom: 80px;
}

#myModal.show {
    display: block;
}




form.centered-form {
    position: relative;
    padding: 20px;
    background: #ffffff;
    border-radius: 20px;
    width: 96%;
    max-width: 450px;
    margin: 30px auto;
    margin-bottom: 10px;
    /*box-shadow: 1px 3px 24px 0px rgb(51, 51, 51, 0.15);*/
}

.text-center form.centered-form input {
    text-align: center;
}

input {
    display: block;
    margin-bottom: 10px;
    background: #eeeeee;
    border: none;
    border-radius: 30px;
    padding: 10px 15px;
    width: 100%;
}


.button-normal {
    border: 0;
    display: inline-block;
    background: #eeeeee;
    color: #000000;
    border-radius: 30px;
    padding: 10px 30px 10px 30px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    border: none !important;
    font-size: 1rem;
    transition: all 0.25s;
    position: relative;
}

.full-width {
    width: 100%;
}

.bg-eeeeee {
    background: #eeeeee;
}

.bg-blue {
    background: #1e3a7c;
}

.color-ffffff {
    color: #ffffff;
}



.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    height: 100px !important;
    transition: all 0.3s;
}

.logo:hover {
    height: 110px !important;
}

.corner {
    color: #333333;
    transition: all 0.3s;
}

.corner:hover {
    transform: scale(1.2);
}

.user-image {
    height: 190px;
    width: 190px;
    background: #1e3a7c;
    border-radius: 150px;
    margin-top: -110px;
    background: url('https://cornofranceseblu.it/img/logo_bianco_su_blu.png');
    background-position-y: 320%;
    background-size: 101%;
}

.user-nickname {
    background: #eeeeee;
    border-radius: 35px;
    height: 50px;
    font-size: 23px;
    line-height: 49px;
    margin-top: -30px;
    width: auto;
    display: inline-block;
    padding: 0px 50px;
    font-weight: 600;
    margin-bottom: 8px;
}