/*
 * 25/10/2024
 * Gnocca Fans CSS
 */
.page-container-gnoccafans {
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
}
.gf-category-top {
    display: flex;
    justify-content: space-between;
}
.gf-tag-gender {
    display: block;
    float: left;
    height: 40px;
    line-height: 39px;
    border: 0.5px solid #aaa;
    padding: 0px 20px;
    box-sizing: border-box;
    color: #808080;
    font-size: 13px;
    border-radius: 5px;
    margin-left: 10px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.gt-tag-filter {
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    /* border: 0.5px solid #aaa; */
    padding: 0px 20px;
    box-sizing: border-box;
    color: #989898;
    font-size: 13px;
    border-radius: 5px;
    margin-left: 10px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    margin: 10px 10px 0px 0px;
    padding: 0px 20px;
    background-color: #f3f3f3;
}
.gt-tag-filter.sel {
    background-color: #ef0a7b;
    color: white;
    font-weight: bold;
}
.gf-tag-gender.sel {
    background-color: #224380;
    border: 0.5px solid #224380;
    color: white;
}
.gf-tag-gender.sel svg {
    fill: white;
}
.gf-tag-gender svg {
    height: 13px;
    fill: #808080;
    vertical-align: middle;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.gf-tag-gender.gf-tag-reset {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 39px;
    padding: 0px;
}
.gf-tag-gender.gf-tag-reset.hidden {
    display: none;
}
.gf-from-input {
    display: block;
    float: left;
    padding: 0px 50px 0px 10px;
    width: 100%;
    height: 40px;
    line-height: 39px;
    border: 0.5px solid #aaa;
    color: #808080;
    font-size: 13px;
    border-radius: 5px;
    box-sizing: border-box;
}
.gf-search-form {
    width: 300px;
    height: 40px;
    margin-left: 10px;
    display: block;
    float: left;
    position: relative;
}
.gf-search-form button {
    position: absolute;
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    line-height: 39px;
    border: 0.5px solid #aaa;
    color: #808080;
    font-size: 13px;
    border-radius: 5px;
    box-sizing: border-box;
    top: 0px;
    right: 0px;
    border-radius: 5px !important;
}
.gf-category-tags {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}
.gf-category-tags .gf-tag-gender {
    margin: 10px 10px 0px 0px;
    padding: 0px 10px;
}
.gf-topic-list-cont {
    display: grid;
    justify-content: center;
}
.gf-topic-list {
    width: calc(270px * var(--nu-card));
}
.gf-topic-card {
    display: block;
    width: 250px;
    float: left;
    margin: 20px 10px 0px 10px;
}
.gf-topic-top .gf-topic-card-info {
    background-color: #eceff8;
}

.gf-cta {
    display: block;
    width: 250px;
    height: 395px;
    float: left;
    margin: 20px 10px 0px 10px;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    padding: 10px 10px 60px 10px;
    box-sizing: border-box;
    font-size: 40px;
    line-height: 40px;
    font-weight: 900;
    text-transform: uppercase;
    color: white;
}
.gf-cta-btn {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: calc(100% - 20px);
    background-color: white;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    text-align: center;
    box-sizing: border-box;
    padding: 0px 10px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.gf-cta-contattaci {
    background-color: #ef0a7b;
}
.gf-cta-registrati {
    background-color: #214582;
}
.gf-cta-contattaci .gf-cta-btn {
    color: #ef0a7b;
}
.gf-cta-registrati .gf-cta-btn {
    color: #214582;
}
.gf-topic-card img {
    display: block;
    float: left;
    width: 250px;
    height: 250px;
    border-radius: 5px;
    object-fit: cover;
}
.gf-topic-card-img-cont {
    display: block;
    float: left;
    width: 250px;
    height: 250px;
    position: relative;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.gf-topic-card-gender,
.gf-topic-card-comment_count,
.gf-topic-card-has_secret_link,
.gf-topic-card-is_top {
    position: absolute;
    bottom: 50px;
    right: 10px;
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    line-height: 35px;
    text-align: center;
    background-color: #214582;
    border-radius: 5px;
}
.gf-topic-card-gender svg,
.gf-topic-card-comment_count svg,
.gf-topic-card-has_secret_link svg,
.gf-topic-card-is_top svg {
    height: 13px;
    fill: #fff;
}
.gf-topic-card-comment_count {
    bottom: 10px;
    color: white;
    line-height: 30px;
    font-weight: bold;
    background-color: #ef0a7b;
}
.gf-topic-card-has_secret_link {
    top: 10px;
    bottom: auto;
    color: white;
    line-height: 30px;
    font-weight: bold;
    background-color: #8b9dbd;
}
.gf-topic-card-is_top {
    top: 10px;
    left: 10px;
    right: auto;
    bottom: auto;
    color: white;
    line-height: 30px;
    font-weight: bold;
    background-color: #ffbd03;
}
.gf-topic-card-info {
    display: block;
    float: left;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    height: 145px;
    overflow: hidden;
    background-color: #fff;
    position: relative;
    z-index: 10;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.gf-topic-card-info span {
    display: block;
    float: left;
    width: 100%;
}
.gf-topic-card-name {
    font-size: 15px;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
    font-weight: 900;
    color: #214582;
}
.gf-topic-card-lastseen {
    margin-top: 10px;
    font-size: 13px;
    line-height: 18px;
    height: 36px;
    color: #000;
}
.gf-topic-card-lastseen b {
    font-weight: bold;
}
.gf-topic-card-icons {
    margin-top: 15px;
    font-size: 13px;
    line-height: 18px;
    color: #000;
    font-weight: bold;
}
.gf-topic-card-icons svg {
    height: 15px;
    vertical-align: middle;
    fill: #ef0a7b;
}
.modal-gnoccafans {
    position: fixed;
    max-height: calc(100vh - 60px);
    overflow: auto;
    padding: 30px;
    box-sizing: border-box;
    top: 20px;
    background-color: white;
    width: 760px;
    z-index: 2001;
    left: calc((100vw - 760px) / 2);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3);
    border-radius: 5px;
}
.modal-gnoccafans.hidden {
    display: none;
}
.modal-gnoccafans.invisible {
    opacity: 0;
}
.modal-gnoccafans-title {
    font-size: 20px;
    line-height: 25px;
    color: #214582;
    font-weight: bold;
}
.modal-gnoccafans-text {
    font-size: 13px;
    line-height: 18px;
    color: #808080;
}
.modal-gnoccafans fieldset {
    display: block;
    float: left;
    width: 100%;
    padding: 0px;
    border: unset;
}
.modal-gnoccafans label {
    display: block;
}
.modal-gnoccafans .half-form-input {
    width: calc(50% - 5px);
}
.modal-gnoccafans-btn {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    font-weight: bold;
    border-radius: 5px !important;
    background-color: #ef0a7b;
    color: white;
    font-weight: bold;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    cursor: pointer;
}
.modal-gnoccafans-close {
    display: block;
    position: absolute;
    font-size: 20px;
    top: 10px;
    right: 10px;
    color: #224380;
}
.gf-form-input {
    display: block;
    float: left;
    width: 100%;
    border: 0.5px solid #9b9b9d;
    border-radius: 5px;
    padding: 0px 10px;
    box-sizing: border-box;
    font-size: 13px;
    height: 60px;
    line-height: 59px;
}
.gf-form-textarea {
    display: block;
    float: left;
    width: 100%;
    border: 0.5px solid #9b9b9d;
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
    font-size: 13px;
    height: 100px;
    line-height: 20px;
}
@media only screen and (min-width:1025px) and (max-width:10000px) {
    .gf-tag-gender:hover,
    .gf-search-form button:hover {
        background-color: #224380;
        border: 0.5px solid #224380;
        color: white;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }
    .gf-cta:hover {
        color: white;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
        box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.35);
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }
    .gf-tag-gender:hover svg {
        fill: white;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }
    .gf-topic-card:hover .gf-topic-card-img-cont {
        box-shadow: 0px 100px 50px 0px rgba(0,0,0,0.35);
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }
    .modal-gnoccafans-btn:hover {
        background-color: #224380;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }
    .gt-tag-filter:hover {
        background-color: #ef0a7b;
        color: white;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }
}

@media only screen and (min-width:2745px) and (max-width:10000px) {
    :root {
        --nu-card: 10;
    }
}
@media only screen and (min-width:2475px) and (max-width:2744px) {
    :root {
        --nu-card: 9;
    }
}
@media only screen and (min-width:2205px) and (max-width:2474px) {
    :root {
        --nu-card: 8;
    }
}
@media only screen and (min-width:1935px) and (max-width:2204px) {
    :root {
        --nu-card: 7;
    }
}
@media only screen and (min-width:1665px) and (max-width:1934px) {
    :root {
        --nu-card: 6;
    }
}
@media only screen and (min-width:1395px) and (max-width:1664px) {
    :root {
        --nu-card: 5;
    }
}
@media only screen and (min-width:1125px) and (max-width:1394px) {
    :root {
        --nu-card: 4;
    }
}
@media only screen and (min-width:855px) and (max-width:1124px) {
    :root {
        --nu-card: 3;
    }
}
@media only screen and (min-width:585px) and (max-width:854px) {
    :root {
        --nu-card: 2;
    }
}
@media only screen and (min-width:220px) and (max-width:584px) {
    :root {
        --nu-card: 1;
    }
}
@media only screen and (min-width:768px) and (max-width:1023px) {
    .gf-category-top {
        display: flex;
/*         flex-wrap: wrap; */
    }
    .gf-category-top h1 {
        margin-bottom: 10px;
    }
    .gf-category-top div {
        float: right;
    }
    .gf-category-top .gf-tag-gender {
        margin: 0px 10px 0px 0px;
    }
    .gf-category-top form {
        margin-left: 0px;
    }
    .gf-category-top .gf-tag-gender span {
        display: none;
    }
}
@media only screen and (min-width: 220px) and (max-width: 767px) {
    .gf-topic-list {
        width: 100%;
    }
    .gf-topic-card {
        width: 100%;
        margin: 20px 0px 0px 0px
    }
    .gf-cta {
        height: auto;
        box-sizing: border-box;
        width: calc(100% - 20px);
        margin: 20px 10px 0px 10px;
    }
    .gf-topic-card-img-cont {
        width: 100%;
        height: 100vw;
    }
    .gf-topic-card img {
        width: 100vw;
        height: 100vw;
    }
    .page-container-gnoccafans {
        padding: 0px;
    }
    .gf-category-top {
        display: flex;
        flex-wrap: wrap;
        position: relative;
        padding: 10px 10px 0px 10px;
        box-sizing: border-box;
    }
    .gf-category-top h1 {
        margin-bottom: 20px;
    }
    .gf-category-top div {
        float: right;
        width: 100%;
    }
    .gf-category-top .gf-tag-gender {
        margin: 0px 10px 0px 0px;
    }
    .gf-category-top form {
        margin-left: 0px;
    }
    .gf-category-top .gf-tag-gender span {
        display: none;
    }
    .gf-search-form {
        width: calc(100% - 191px);
        float: right;
    }
    .gf-category-top .gf-tag-reset {
        position: absolute;
        top: 0px;
        right: 0px;
        margin-right: 0px;
    }
    .gf-category-tags {
        box-sizing: border-box;
        padding: 0px 10px 0px 10px;
    }
    .gf-topic-card-name,
    .gf-topic-card-lastseen {
        height: 18px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .gf-topic-card-info {
        height: 88px;
    }
    .gf-topic-card-icons,
    .gf-topic-card-lastseen {
        margin-top: 5px;
    }
    .hide-mobile {
        display: none;
    }
    .footer {
        margin-bottom: 0px;
    }
    #nav-footer-mobile {
        position: static !important;
        bottom: 0px !important;
        margin-top: 0px;
    }
}
