@import url('https://fonts.googleapis.com/css2?family=Anton&family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Bungee&family=Meow+Script&family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Tilt+Warp&display=swap');

.pl-icon-container,
.private-list {
    display: none !important;
    /********************************* DA RIPRISTINARE UNA VOLTA IMPOSTATA LISTA PRIVATA PER TALENTS ********************************************/
}

.add-to-list-icon {
    cursor: not-allowed !important;
}

#work-in-progress-container {
    position: fixed;
    width: 100vw;
    height: 100vh;
    backdrop-filter: blur(1rem);
    background: #FFFFFF80;
    top: 0;
    left: 0;
    z-index: 99999;
    display: none;
}

.work-in-progress-content {
    position: absolute;
    width: 30vw;
    height: 20vh;
    background: #FFF;
    box-shadow: 0 0 0.5rem #000;
    color: #000;
    font-size: 1.5rem;
    line-height: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 40vh;
    left: 35vw;
    text-align: center;
    font-family: 'Outfit', sans-serif;
    font-weight: 100;
    border-radius: 1rem;
}

.count-down-container {
    position: absolute;
    bottom: 0.5rem;
    width: 30vw;
    text-align: center;
    font-size: 0.9rem;
    opacity: 0.5;
    font-weight: 100;
    letter-spacing: 0.1rem;
}

html,
body {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100vw;
    min-height: 100vh;
    height: auto;
    /*overflow-x: hidden;*/
    font-family: 'Outfit', sans-serif;
    scroll-behavior: auto;
    user-select: none;
    background: #FFF;
    /*#222*/
    overflow-x: hidden;
    /*box-shadow: 0 0 5rem #000 inset;*/
}

html {
    font-size: 16px;
}

body {
    font-size: 1rem;
}

/* Reset general styles */
* {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
}

strong,
span,
em,
br,
a {
    position: unset;
    float: unset;
    margin: unset;
    padding: unset;
}

.single-role-linkable{
    text-decoration: none;
    color: #FFF;
    cursor: pointer;
}

/*data-container*/
#data-container {
    width: 95vw;
    min-height: 83vh;
    height: auto;
    margin-top: 0vh;
    margin-right: 2.5vw;
    margin-left: 2.5vw;
    padding-top: 0vh;
}

#counter-filter-container,
#search-activated {
    color: #FFF;
    font-size: 0.8rem;
    line-height: 0.8rem;
    padding: 0.4rem;
    background: #d40000;
    position: absolute;
    top: -0.6rem;
    right: -0.8rem;
    border-radius: 5rem;
    width: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

#search-activated {
    width: 0.8rem;
    height: 0.8rem;
}

#cancel-search-input {
    position: absolute;
    top: 0.5rem;
    right: 34.5rem;
    border-radius: 5rem;
    width: 1.8rem;
    padding: 1rem;
    cursor: pointer;
}


.talents-container {
    width: 95vw;
    min-height: 83vh;
    height: auto;
    margin-top: 0vh;
    margin-right: 2.5vw;
    margin-left: 0;
    /*2vw*/
    padding-top: 15vh;
    /*47vh*/
    /*42vh*/
    padding-bottom: 20vh;
}

/*items*/
.single-face {
    min-width: 80vw;
    max-width: 80vw;
    margin: 0.5vw;
    min-height: 40vh;
    max-height: 40vh;
    border-radius: 1rem;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    background: #111;
    opacity: 1;
    margin-left: 7.5vw;
    /*10vw*/
    margin-right: 7.5vw;
    /*10vw*/
    cursor: pointer;
    padding: 0rem;
    box-sizing: border-box;
    /*transition: opacity 0.3s ease;*/
    /*transition: 0.2s;*/
}

.single-face:hover {
    /*transform: scale(1.05);
    transition: 0.2s;*/
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}

.single-face.hidden {
    opacity: 0;
    pointer-events: none;
    height: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.single-face-img {
    width: 40vh;
    height: 40vh;
    margin: 0vh;
    object-fit: cover;
    object-position: center;
    border-radius: 1rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.single-talent-tag {
    padding: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-radius: 2rem;
    font-size: 1rem;
    color: #FFF;
    font-weight: 100;
    letter-spacing: 0.1rem;
    position: absolute;
    bottom: 1rem;
    right: calc(80vw - 40vh + 1rem);
    background: #000000e1;
}

.single-face-shadown-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80vw;
    height: 20vh;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    display: flex;
    align-items: center;
    border-radius: 1rem;
    padding: 0rem;
}

.text-container {
    width: 20vw;
    height: calc(40vh - 7vh);
    margin-left: 2vw;
    margin-right: 2vw;
    margin-top: 3.5vh;
    margin-bottom: 3.5vh;
}

.personName {
    color: #FFF;
    font-weight: 100;
    letter-spacing: -0.1rem;
    font-size: 2rem;
    line-height: 1.8rem;
    text-align: left;
    text-transform: uppercase;
    height: 3.6rem;
    max-height: 3.6rem;
    min-height: 3.6rem;
}

.talent-competence-detail {
    font-size: 0.8rem;
    line-height: 0.8rem;
    font-weight: 100;
    opacity: 0.7;
    letter-spacing: 0.3rem;
    padding: 0.5rem;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    background: #FFFFFF20;
    border-radius: 5rem;
    margin-left: -0.5rem;
}

.talent-bio {
    color: #FFF;
    font-size: 1rem;
    line-height: 1.3rem;
    letter-spacing: 0.2rem;
    font-weight: 100;
    height: calc(27vh - 2rem);
    overflow-y: scroll;
    padding: 1rem;
    box-sizing: border-box;
    margin-top: 2rem;
}

.cover-container {
    margin-left: 1rem;
    width: 40vh;
    height: 40vh;
}

.single-cover {
    width: calc(20vh - 2rem);
    height: calc(20vh - 2rem);
    object-fit: cover;
    object-position: center;
    margin: 1rem;
    float: left;
    border-radius: 0.3rem;
}

.cover-text-container {
    min-width: 20vh;
    min-height: 20vh;
}

.talent-equipment {
    width: 10vw;
    list-style: none;
    color: #FFF;
    font-weight: 200;
    padding: 1rem;
    padding-top: 0rem;
    padding-bottom: 2rem;
    font-size: 1rem;
    line-height: 1.2rem;
    height: auto;
    max-height: 28vh;
    margin-top: 1rem;
    overflow: scroll;
    box-sizing: border-box;
}

.talent-equipment-mobile {
    display: none;
}

.skills-container {
    width: 40vh;
    height: 40vh;
    position: absolute;
    top: 0;
    left: 0;
    padding: 1rem;
    box-sizing: border-box;
}

.skills-container-mobile {
    display: none;
}

.talent-skills {
    width: 40vh;
    /*10vw*/
    list-style: none;
    color: #FFF;
    font-weight: 200;
    padding: 1rem;
    font-size: 1rem;
    line-height: 1.2rem;
    position: relative;
    /*absolute*/
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    text-align: right;
    /*
    display: flex;
    align-items: baseline;
    justify-content: start;
    */
    margin-bottom: -2.25rem;
}

ul.talent-skills {
    display: none;
    /*nascosta in anteprima talento per mostrare solo il valore numerico affianco al titolo lista*/
}

.talent-skills-title {
    width: 40vh;
    box-sizing: border-box;
    padding: 0.2rem;
    clear: both;
    font-size: 1.5rem;
    line-height: 2rem;
    position: relative;
    color: #FFF;
    text-align: left;
    margin-top: 0;
    visibility: hidden;
    opacity: 0;
    display: inline-flex;
    font-weight: 300;
}

.talent-skills li {
    width: auto;
    float: left;
    position: relative;
    color: #FFF;
    background: #000000b5;
    border-radius: 2rem;
    padding: 0.3rem;
    font-size: 0.7rem;
    line-height: 0.7rem;
    margin: 0.05rem;
    display: inline;
    clear: unset;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    visibility: hidden;
    opacity: 0;
}

span.skill-counter {
    width: 2rem;
    height: 2rem;
    font-size: 1.2rem;
    background: #FFFFFF80;
    color: #222;
    font-weight: 7 00;
    border-radius: 5rem;
    margin-left: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*static-feature-info SETTING*/
.static-feature-info {
    width: 40vh;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0;
    box-sizing: border-box;
    border-radius: 1rem;
}

.container-region-language {
    width: 40vh;
    height: 3rem;
    position: absolute;
    bottom: 0;
    padding: 1rem;
    background: #000000b2;
    color: #FFF;
    box-sizing: border-box;
    border-radius: 1rem;
    border-bottom-right-radius: 0;
    backdrop-filter: blur(0.2rem);
}

.single-region-language-container {
    width: calc(40vh / 3);
    height: 3rem;
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-self: center;
    padding: 0rem;
    box-sizing: border-box;
}

.region-container {
    left: 0;
}

.rating-container {
    right: 0;
}

.language-container {
    left: calc(40vh / 3);
}

.container-region-language svg {
    opacity: 0.5;
    width: 1rem;
    height: 1rem;
    float: left;
}

.single-container-region-language {
    width: calc((40vh / 3) - 1rem);
    margin: 0.5rem;
    list-style: none;
    text-transform: uppercase;
    display: inline-block;
    color: #FFF;
    letter-spacing: 0.1rem;
    font-size: 0.9rem;
    line-height: 1.2rem;
    opacity: 1;
    display: inline;
    float: unset;
    margin-left: 0.5rem;
    font-weight: 100;
    display: flex;
    align-items: center;
}

span.static-feature-rest {
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5rem;
    background: #FFFFFFe1;
    color: #111;
    font-size: 0.8rem;
    margin-left: 0.3rem;
    position: relative;
    font-weight: 900;
}

/*static-feature-info SETTING*/

.description-equipment-title {
    font-weight: 500;
    margin-bottom: 0.5rem;
    letter-spacing: 0.1rem;
    font-size: 1.1rem;
    width: 100%;
    float: left;
    clear: both;
}

.description-equipment {
    width: calc(100% - 2rem);
    padding: 0.2rem;
    font-size: 1rem;
    line-height: 1.2rem;
    backdrop-filter: blur(0.2rem);
    text-transform: lowercase;
    color: #FFF;
    visibility: hidden;
    opacity: 0;
    margin-top: 0.5rem;
    font-weight: 200;
    letter-spacing: 0.2rem;
}

.equipment-title {
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
    margin-bottom: 0.7rem;
}

.equipments-subtitle {
    font-size: 1rem;
    font-weight: 300;
    color: #FFF;
    line-height: 1.1rem;
}

.equipment-title-mobile {
    display: none;
}

.equipment-list-item {
    width: 100%;
    clear: both;
    float: left;
    margin-bottom: 0.2rem;
    letter-spacing: 0.1rem;
    font-size: 0.8rem;
    line-height: 1rem;
    opacity: 0.5;
}

.equipment-list-item-mobile {
    display: none;
}

.no-equipment-message {
    color: #FFFFFF20;
    width: 100%;
    font-weight: 100;
    font-size: 0.8rem;
    line-height: 1rem;
    text-align: center;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
}

.no-equipment-message-mobile {
    display: none;
}

/*GESTIONE MORE BUTTON*/
.single-face-more-button {
    width: auto;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.3rem;
    color: #FFF;
    padding: 1rem;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
    border-radius: 0.5rem;
    position: absolute;
    bottom: 1.5rem;
    right: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    box-shadow: 0 0 2.5rem #222222b5 inset;
    cursor: pointer;
    border: none;
    background: #111111e2;
    font-family: 'Outfit', sans-serif;
}

.single-face-more-button-mobile {
    display: none;
}

/*search icon container*/
.search-icon-container,
.filter-icon-container,
.pl-icon-container {
    width: 2.5vw;
    height: 2.5vw;
    position: fixed;
    top: 1.5vw;
    background: #9000ff;
    border-radius: 9.3rem;
    z-index: 999999999999999;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.2s;
}

.pl-icon-container {
    right: 14vw;
    /*14vw*/
    visibility: hidden;
}

.pl-icon-container-active {
    animation: pl-appear;
    animation-duration: 0.2s;
    animation-fill-mode: forwards;
    visibility: visible;
}

.close-filter-panel {
    display: block;
    position: absolute;
    top: 0;
    width: 3rem;
    height: 3rem;
    left: calc(50vw - 1.5rem);
    fill: #000;
    transform: rotate(-90deg);
    cursor: pointer;
    z-index: 9999;
}

.open-filter-panel-hidden-button {
    width: 2.5rem;
    height: 2.5rem;
    position: fixed;
    padding: 0;
    padding-top: 14rem;
    top: -13vh;
    /*-25vh*/
    left: calc(50vw - 0.75rem);
    background: #9000ff;
    border-radius: 10rem;
    padding-right: 2rem;
    padding-left: 2rem;
    cursor: pointer;
}

.close-filter-panel-mobile {
    display: none;
}

@keyframes pl-appear {
    0% {
        opacity: 1;
        visibility: hidden;
    }

    100% {
        opacity: 1;
        visibility: visible;
    }
}

@keyframes shadown-expansion {
    0% {
        opacity: 1;
        visibility: visible;
        box-shadow: 0 0 0 0rem #9000ff;

    }

    100% {
        opacity: 1;
        visibility: visible;
        box-shadow: 0 0 0.5rem 1rem #9000ff05;

    }
}

.pl-icon-container-active-see-me {
    animation: shadown-expansion;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
}

.search-icon-container {
    right: 11vw;
    /*13vw*/
}

.search-icon-container:hover .search-icon {
    transition: 0.2s;
    transform: scale(0.75);
}

.filter-icon-container {
    right: 8vw;
    /*9vw*/
}

.filter-icon-container:hover .filter-icon {
    transition: 0.2s;
    transform: scale(0.75);
}

.view-setting-icons {
    position: fixed;
    bottom: 79vh;
    right: 0.8rem;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    border-radius: 0.5rem;
    cursor: pointer;
}

.square-view {
    bottom: 74vh;
}

#reset-filters,
#reset-filters-templ {
    padding: 0.5rem;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    background: #000;
    color: #FFF;
    border: none;
    font-size: 1rem;
    border-radius: 0.4rem;
    cursor: pointer;
    transition: 0.2s;
    position: fixed; /*absolute*/
    bottom: unset; /*prima: 2rem*/
    right: unset; /*prima: 2rem*/
    font-family: 'Outfit', sans-serif;
    letter-spacing: 0.2rem;
    max-width: 9vw; /*prima: 7vw*/
    min-width: 9vw; /*prima: 7vw*/
    top: 2vh;
    left: 10vw;
}

#reset-filters:hover {
    transition: 0.2s;
    letter-spacing: 0.02rem;
}

#reset-filters-templ {
    z-index: 15;
}

@keyframes hideMe {
    from {
        opacity: 1;
        display: block;
    }

    to {
        opacity: 0;
        display: none;
    }
}

.hidden {
    animation: hideMe;
    animation-duration: 0.2s;
    animation-fill-mode: forwards;
    display: none;
}

@keyframes openingFilterPanel {
    from {
        top: -100vh;
    }

    to {
        top: 0;
    }
}

.openCloseFilterPanel {
    animation: openingFilterPanel;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-direction: alternate;
}

/*GESTIONE FILTRI*/
.filter-panel {
    width: calc(100vw - ((80vh / 26) + 1rem));
    height: calc(88vh - 2rem);
    /*30vh*/
    min-height: calc(88vh - 2rem);
    /*30vh*/
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    /*transparent*/
    margin-top: 12vh;
    backdrop-filter: blur(0.2rem);
    position: fixed;
    top: -100vh;
    z-index: 999;
    padding-bottom: 2rem;
}

.close-filter-mobile {
    display: none;
}

.filters {
    width: 75vw;
    /*80vw*/
    margin-left: 10vw;
    margin-right: 10vw;
    margin-top: 7vh; /*prima: 1.5rem*/
    overflow: visible;
    padding-bottom: 5rem;
    overflow-y: scroll;
}

.single-filter-container {
    width: 100%;
    margin-top: 0.5rem;
    height: auto;
    display: flex;
    align-items: center;
    display: inline-flex;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 0.5px solid #CCC;
    padding-right: 2rem;
    padding-left: 2rem;
    box-sizing: border-box;
}

.filter-title {
    width: auto;
    max-width: 10vw;
    width: 10vw;
    color: #000;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 1rem;
    clear: both;
    float: left;
    font-weight: 700;
}

.filter-list-item {
    list-style: none;
    width: calc(100% - 10vw);
    margin-left: 0vw;
}

.filter-list-single-item {
    padding: 0.15rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    background: #FFF;
    border-radius: 3rem;
    color: #000;
    text-transform: uppercase;
    margin: 0.25rem;
    border: 0.5px solid #000;
    cursor: pointer;
    font-size: 0.9rem;
    letter-spacing: 0.05rem;
}

.active {
    background: #000;
    color: #FFF;
}

/*GESTIONE SEARCH BAR*/
.search-bar-container {
    width: 100vw;
    height: 25vh;
    position: fixed;
    bottom: -25vh;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    z-index: 999;
}

.searchBar {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 15.6rem;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
    border: none;
    width: 40vw;
    left: 30vw;
    height: 3rem;
    padding: 1rem;
    font-size: 1.2rem;
    color: #303030;
    transition: 0.2s;
}

.searchBar:focus {
    background: #FFF;
    transition: 0.2s;
}

@keyframes visible-search-bar {
    from {
        bottom: -25vh;
        opacity: 0;
    }

    to {
        bottom: 0;
        opacity: 1;
    }
}

@keyframes hidden-search-bar {
    from {
        bottom: 0;
        opacity: 1;
    }

    to {
        bottom: -25vh;
        opacity: 0;
    }
}

.searchbar-visible {
    animation: visible-search-bar;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

.searchbar-hidden {
    animation: hidden-search-bar;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

.close-search-bar-container {
    position: absolute;
    position: absolute;
    bottom: 10vh;
    left: calc(50vw - 1.5rem);
    fill: #FFF;
    cursor: pointer;
    transform: rotate(90deg);
}

.single-face-sharing-icon,
.add-to-list-icon,
.remove-to-list-icon {
    position: absolute;
    /*bottom: calc((10vh - 24px) / 2);*/
    top: 0.5rem;
    right: 0.5rem;
    fill: #FFF;
    cursor: pointer;
    opacity: 1;
    padding: 0.5rem;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 25rem;
    transition: 0.2s;
    /*display: none;*/
    /*---------------------------------------------------------------------------------------- DA RIMUOVERE*/
}

.total-amount-text {
    position: fixed;
    padding: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    color: #FFF;
    background: #9000ff;
    border-radius: 0.5rem;
    border: none;
    font-size: 1rem;
    border-radius: 0.4rem;
    cursor: pointer;
    transition: 0.2s;
    bottom: unset; /*prima: 5rem*/
    right: unset; /*prima: 2rem*/
    width: auto;
    font-family: 'Outfit', sans-serif;
    letter-spacing: 0.2rem;
    display: block;
    max-width: 9vw; /*prima: 7vw*/
    min-width: 9vw; /*prima: 7vw*/
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
    left: 20vw;
    top: 2vh;
}

.total-amount-text-mobile {
    display: none;
}

.single-face-info-icon {
    display: none;
}

.single-face-sharing-icon {
    top: calc(1rem + 24px + 1rem);
}

.remove-to-list-icon {
    display: none;
}

.single-face-sharing-icon:hover,
.add-to-list-icon:hover {
    transition: 0.2s;
    background: rgba(0, 0, 0, 0.7);
}

/*titolo sezione*/
.main-title-page-container {
    width: 30vw;
    position: fixed;
    top: 0.5vw;
    left: 5vw;
    cursor: pointer;
    z-index: 999999999999999;
    height: 12vh;
    display: grid;
}

h1.main-subtitle-page {
    font-size: 0.8rem;
    line-height: 0.6rem;
    font-weight: 100;
    letter-spacing: 0.75rem;
    text-transform: uppercase;
    color: #FFF;
    text-align: left;
}

h1.main-title-page {
    display: flex;
    /*abbiamo il testo diviso in due termini*/
    color: #FFF;
    font-size: 5rem;
    font-weight: 900;
    line-height: 4rem;
    text-shadow: 0 0 2rem rgba(0, 0, 0, 0.4);
    float: left;
}

span.main-title-page-pt1 {
    margin-bottom: 0;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.2rem;
    color: #9000ff;
}

/*formattazione alfabeto*/
#alphabet-nav {
    position: fixed;
    height: 80vh;
    min-height: 80vh;
    top: 10vh;
    left: 1rem;
    color: #000;
    /*#FFF*/
    z-index: 999999;
}

.alphabet-list {
    list-style: none;
    text-align: center;
    height: 80vh;
}

.single-alphabet-list-item {
    list-style: none;
    font-size: 1rem;
    cursor: pointer;
    user-select: none;
    clear: both;
    height: calc(80vh / 26);
    width: calc(80vh / 26);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
    opacity: 1;
}

.letter-text {
    opacity: 0.3;
}

.single-alphabet-list-item:not(.disable-letter):hover .letter-text {
    transition: 0.2s;
    opacity: 1;
    transform: scale(2.5);
}

.disable-letter {
    opacity: 0.1;
}

/*SETTING LISTA PRIVATA*/
/*setting del main container con lista aperta*/
@keyframes contract-container {
    from {
        width: 96vw;
        margin-right: 2vw;
    }

    to {
        width: 56vw;
        margin-right: 40vw;
    }
}

@keyframes private-list-appear {
    from {
        display: none;
        opacity: 0;
    }

    to {
        display: block;
        opacity: 1;
    }
}

.data-container-contract {
    animation: contract-container;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-direction: alternate;
}

.private-list {
    position: fixed;
    right: 2vw;
    width: 40vw;
    height: 76vh;
    min-height: 76vh;
    max-height: 76vh;
    bottom: 6vh;
    overflow-y: scroll;
    padding: 2rem;
    box-sizing: border-box;
    display: none;
    color: #000;
    /*#FFF*/
}

.close-private-list,
.open-private-list-icon,
.delete-private-list-icon,
.sharing-private-list-icon {
    fill: #000;
    /*#FFF*/
    position: absolute;
    top: 0;
    left: 1rem;
    cursor: pointer;
}

.sharing-private-list-icon {
    left: calc(1rem + 24px + 1rem);
}

.open-private-list-icon {
    left: calc(3rem + 48px);
}

.delete-private-list-icon {
    right: 1rem;
    left: unset;
}

@keyframes private-list-close {
    from {
        right: 0
    }

    to {
        right: -50vw;
    }
}

.private-list-close {
    animation: private-list-close 0.5s forwards;
}

.private-list-visible {
    animation: private-list-appear;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-direction: alternate;
    display: block;
}

.allert-no-model-in-list {
    color: #FFF;
    width: calc(100% - 4rem);
    text-align: center;
    position: absolute;
    top: 25vh;
    left: 2rem;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 0.2rem;
    font-size: 0.8rem;
    visibility: hidden;
}

@keyframes show-alert-no-model-in-list {
    0% {
        visibility: hidden;
        opacity: 0;
    }

    50% {
        visibility: visible;
        opacity: 1;
    }

    100% {
        visibility: hidden;
        opacity: 0;
    }
}

.show-alert-no-model-in-list {
    animation: show-alert-no-model-in-list;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
}

input#private-list-name {
    width: 40vw;
    height: 2.5rem;
    position: absolute;
    top: 5vh;
    left: 0;
    text-align: center;
    color: #000;
    /*#*/
    font-size: 2rem;
    font-weight: 100;
    border: none;
    background: transparent;
    font-family: 'Outfit', sans-serif;
}

.edit-icon {
    position: absolute;
    top: 5.5vh;
    fill: #606060;
    left: 1rem;
    display: block;
    cursor: pointer;
}

#private-list-container {
    margin-top: 7vh;
}

#private-list-name:focus .edit-icon {
    opacity: 0;
}

/*gestione dei singoli elementi della lista privata (saranno copie momentanee degli elementi selezionali tdalla lista principale*/
.dolly-item {
    width: 30vw;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.dolly-item {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.dolly-item.show {
    opacity: 1;
    transform: translateY(0);
}

.dolly-item-img {
    width: 10vw;
    height: auto;
    border-radius: 1rem;
}

.dolly-item-name {
    width: 18vw;
    margin-left: 1vw;
    margin-right: 1vw;
    font-weight: 100;
    font-size: 2.5rem;
    letter-spacing: 0.2rem;
    color: #000;
    /*#FFF*/
    text-align: left;
    margin-top: 2rem;
}

/*gestione button singolo elemento*/
.dolly-item-actions {
    width: 18vw;
    margin-left: 1vw;
    margin-top: 2rem;
}

.dolly-item-buttons {
    margin-top: 8px;
    display: flex;
    gap: 8px;
}

.dolly-item button {
    padding: 6px 12px;
    font-size: 0.9rem;
    cursor: pointer;
    border: none;
    border-radius: 0.4rem;
    background-color: #1f1f1f;
    color: white;
    transition: background-color 0.2s ease;
    letter-spacing: 0.2rem;
    font-weight: 100;
    margin-right: 1rem;
    text-transform: uppercase;
    font-family: 'Outfit', sans-serif;
}

.dolly-item button:hover {
    background-color: #333;
}

/*******************************/
/*gestione del pannello sharing*/
#sharing-panel {
    position: fixed;
    bottom: -70vh;
    left: 35vw;
    width: 30vw;
    min-width: 30vw;
    max-width: 30vw;
    height: 70vh;
    min-height: 70vh;
    max-height: 70vh;
    padding: 2.5rem;
    box-sizing: border-box;
    background: #202020;
    z-index: 9999999999;
}

@keyframes sharing-panel-appear {
    from {
        bottom: -70vh;
        opacity: 0;
    }

    to {
        bottom: 0;
        opacity: 1;
    }
}

.open-sharing-panel {
    animation: sharing-panel-appear;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

.close-sharing-panel {
    animation: sharing-panel-close;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

@keyframes sharing-panel-close {
    from {
        bottom: 0;
        opacity: 1;
    }

    to {
        bottom: -70vh;
        opacity: 0;
    }
}

.sharing-title {
    color: #FFF;
    font-size: 3rem;
    text-transform: uppercase;
    width: 100%;
    font-weight: 100;
    border-bottom: 0.5px solid #CCC;
}

.icons-container {
    width: 20vw;
    margin-left: calc(5vw - 2.5rem);
    height: auto;
    max-height: 5vw;
}

.social-icon {
    width: calc(20vw / 5);
    height: calc(20vw / 5);
    fill: #FFF;
    color: #FFF;
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

#status {
    position: absolute;
    right: 0;
    bottom: -2rem;
    padding: 0.2rem;
    padding-right: 0.4rem;
    padding-left: 0.4rem;
    background: #000;
    color: #FFF;
    font-weight: 100;
    border-radius: 0.3rem;
    display: none;
}

.container-mail-sender {
    width: calc(30vw - 7rem);
    position: absolute;
    bottom: -25vh;
    left: 0;
    padding: 1rem;
    border-radius: 1rem;
    height: 20vh;
    color: #FFF;
}

.inputInstruction {
    font-weight: 100;
    font-size: 1.5rem;
    text-align: left;
    line-height: 0.5rem;
    margin-top: 1rem
}

input.emailInputClass {
    padding: 1rem;
    border-radius: 15.6rem;
    border: none;
    width: 20vw;
    font-size: 1rem;
    margin-top: 2rem
}

.shareMailButton {
    color: #FFF;
    letter-spacing: 0.3rem;
    border-radius: 0.4rem;
    background: #202020;
    padding: 1.5rem;
    font-weight: 100;
    clear: both;
    margin-top: 1.5rem;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    font-size: 1.1rem;
    cursor: pointer;
    transition: 0.2s;
}

.shareMailButton:hover {
    background: #101010;
    transition: 0.2s;
}

.validationMessage {
    color: #FFF;
    width: 50%;
    margin-left: 1.5rem;
    letter-spacing: 0.2rem;
    margin-top: 2.2rem;
    font-weight: 100;
    font-size: 1rem;
    display: none;
}

.validationNegativeMessage {
    color: red;
}

.validationPositiveMessage {
    color: green;
}

/**/

.closing-sharing-button {
    position: absolute;
    top: -2.5vh;
    right: -2.5vh;
    border-radius: 3.1rem;
    color: #FFF;
    background: rgba(255, 255, 255, 0.1);
    cursor: pointer;
    transition: 0.2s;
    font-size: 2em;
    padding: 10px;
    border: 0.5px solid #FFF;
    z-index: 999;
}

.closing-sharing-button:hover {
    transition: 0.2s;
    transform: scale(1.1);
}

#hidden-id-to-share {
    display: none;
}

@keyframes sharing-title-move {
    from {
        opacity: 0;
        transform: translateY(-5vh);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*formati desktop*/
@media (min-width: 1024px) and (max-width: 1279px) {
    html {
        font-size: 10px;
    }
}

@media (min-width: 1280px) and (max-width: 1365px) {
    html {
        font-size: 11px;
    }
}

@media (min-width: 1366px) and (max-width: 1439px) {
    html {
        font-size: 11px;
        /*prima 12px*/
    }
}

@media (min-width: 1440px) and (max-width: 1679px) {
    html {
        font-size: 14px;
    }
}

@media (min-width: 1680px) and (max-width: 1919px) {
    html {
        font-size: 14px;
    }
}

/*mobile*/
@media (min-width: 279px) and (max-width: 823px) {
    #cancel-search-input {
        top: 0;
        right: 1.5rem;
    }

    .single-role-linkable{
        text-decoration: none;
        color: #000;
        cursor: pointer;
        font-weight: 200;
    }

    .work-in-progress-content {
        position: absolute;
        width: 70vw;
        height: 20vh;
        background: #FFF;
        box-shadow: 0 0 0.5rem #000;
        color: #000;
        font-size: 1.5rem;
        line-height: 1.2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 40vh;
        left: 15vw;
        text-align: center;
        font-family: 'Outfit', sans-serif;
        font-weight: 100;
        border-radius: 1rem;
    }

    .count-down-container {
        position: absolute;
        bottom: 0.5rem;
        width: 70vw;
        text-align: center;
        font-size: 0.9rem;
        opacity: 0.5;
        font-weight: 100;
        letter-spacing: 0.1rem;
    }

    .view-setting-icons,
    .open-filter-panel-hidden-button {
        display: none;
    }

    /*setting principale*/
    html,
    body {
        position: relative;
        margin: 0;
        padding: 0;
        width: 100vw;
        min-height: 100vh;
        height: auto;
        /*overflow-x: hidden;*/
        font-family: 'Outfit', sans-serif;
        scroll-behavior: auto;
        user-select: none;
        background: #FFF;
        /*#FFF*/
        overflow-x: hidden;
        overflow-y: scroll;
    }

    /*gestione dimensioni banner logo testa*/
    .header {
        height: 6vh;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.83) 100%);
        /*transparent*/
    }

    .main-title-page-container {
        width: 60vw;
        z-index: 3;
    }

    h1.main-title-page {
        width: 60vw;
        font-size: 2.8em;
        font-weight: 900;
        color: #FFF;
        position: fixed;
        top: 16vw;
        left: 5vw;
        line-height: 1em;
        cursor: pointer;
        z-index: 1;
        /*999999999999999*/
        height: auto;
        /*12vh*/
        display: flex;
        justify-self: center;
        text-shadow: 0 0 1rem rgba(0, 0, 0, 0.4);
        letter-spacing: -0.15rem;
    }

    span.main-title-page-pt1 {
        margin-bottom: 0;
        font-size: 1rem;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 0.2rem;
        color: #9000ff;
        clear: both;
        position: absolute;
        bottom: -2.2rem;
    }

    h1.main-subtitle-page {
        position: absolute;
        bottom: -1.7rem;
        font-size: 0.9rem;
        line-height: 0.8rem;
        font-weight: 300;
        letter-spacing: 0.2rem;
        text-transform: uppercase;
        color: #9000ff;
        text-align: left;
    }

    /*gestione dei pulsanti della pagina*/
    .search-icon-container {
        right: 20vw;
    }

    .pl-icon-container {
        right: 31vw;
        visibility: hidden;
    }

    .search-icon-container,
    .filter-icon-container,
    .pl-icon-container {
        width: 10vw;
        height: 10vw;
        position: fixed;
        top: 18vw;
        background: #9000ff;
        border-radius: 9.3rem;
        z-index: 999999999;
        /*999999999999999*/
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: 0.2s;
    }

    /*gesitone della barra di ricerca*/
    .searchBar {
        width: calc(90vw - 2rem);
        left: 5vw;
        height: 2rem;
    }

    /*gestione dei singoli profili*/
    .single-face {
        min-width: calc((96vw / 2) - 2vw);
        max-width: calc((96vw / 2) - 2vw);
        margin: 1vw;
        min-height: 35vh;
        max-height: 35vh;
        border-radius: 1rem;
        background: #FFF;
        cursor: pointer;
        transition: 0.2s;
    }

    .single-face-img {
        width: calc((96vw / 2) - 2vw);
        height: 35vh;
        border-radius: 1rem;
    }

    .single-face-shadown-container {
        width: calc((96vw / 2) - 2vw);
        height: 10vh;
        align-items: end;
    }

    .personName {
        letter-spacing: 0.1rem;
        font-size: 1.2rem;
        text-align: left;
        width: 95%;
        padding-left: 5%;
        line-height: 1rem;
        margin-bottom: 1.5rem
    }

    .talent-competence-detail {
        font-size: 1.1rem;
        letter-spacing: 0.2rem;
        opacity: 0.7;
        line-height: 0.8rem;
    }

    /*gestione animazione*/
    @keyframes openingFilterPanel {
        from {
            right: -100vw;
        }

        to {
            right: 0;
        }
    }

    .filter-panel {
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0vh;
        right: -110vh;
        padding-top: 20vh;
        z-index: 99999999;
        padding-bottom: 0vh;
        /*10vh*/
        box-sizing: border-box;
        margin-top: 0;
        background: linear-gradient(-90deg, rgba(255, 255, 255, 0.9) 0%, rgb(255, 255, 255) 100%);
        overflow-y: scroll;
        flex-direction: column;
        display: flex;
    }

    .close-filter-mobile {
        display: none;
    }

    .filters {
        width: 90vw;
        margin-left: 5vw;
        margin-right: 5vw;
        height: auto;
        padding-bottom: 10vh;
        flex: 1;
        overflow-y: auto;
    }

    .total-amount-text-mobile {
        display: block;
        position: fixed;
        width: 50vw;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        left: calc(25vw - 0rem);
        right: calc(25vw - 0rem);
        bottom: 2.5rem;
        color: #000;
        border: none;
        font-size: 2rem;
        border-radius: 5rem;
        font-family: 'Outfit', sans-serif;
        letter-spacing: 0;
        background: #ffc400;
        z-index: 15;
        text-align: center;
        text-transform: uppercase;
        font-weight: 750;
    }

    .total-amount-text {
        display: none;
    }

    .single-filter-container {
        width: 90vw;
        margin-top: 0.5rem;
        height: auto;
        display: block;
        align-items: unset;
    }

    .filter-title {
        width: 90vw;
        max-width: 90vw;
        font-size: 2rem;
    }

    .filter-list-item {
        list-style: none;
        width: 90vw;
        margin-left: 0vw;
    }

    .filter-list-single-item {
        padding: 0.15rem;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        background: #FFF;
        border-radius: 3rem;
        color: #000;
        text-transform: uppercase;
        margin: 0.5rem;
        border: 0.5px solid #000;
        cursor: pointer;
        font-size: 1.5rem;
        letter-spacing: 0.05rem;
    }

    #reset-filters-templ {
        padding: 1rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        background: #000;
        color: #FFF;
        border: none;
        font-size: 1.5rem;
        line-height: 1.5rem;
        border-radius: 0.4rem;
        font-family: 'Outfit', sans-serif;
        letter-spacing: 0.2rem;
        z-index: 15;
        top: 15vh;
        left: 7rem;
        right: unset;
        bottom: unset;
        margin-top: unset;
        position: absolute;
        width: 60vw;
        max-width: 60vw;
        min-width: 60vw;
        text-align: center;
    }

    .active {
        background: #000;
        color: #FFF;
    }

    .close-filter-panel {
        display: none;
    }

    .close-filter-panel-mobile {
        display: block;
        position: absolute;
        top: 15vh;
        left: 1rem;
        width: 3rem;
        height: 3rem;
        fill: #FFF;
        background: #000;
        border-radius: 0.4rem;
        cursor: pointer;
        padding: 0.3rem;
        transform: rotate(0);
        margin-right: 1rem;
    }

    .height-container {
        width: calc(80vw - 6rem);
    }

    #alphabet-nav {
        display: none;
    }

    .single-face-sharing-icon,
    .add-to-list-icon,
    .remove-to-list-icon {
        position: absolute;
        top: 0.5rem;
        right: 0.5rem;
        fill: #FFF;
        cursor: pointer;
        padding: 0;
        opacity: 1;
        background: transparent;
        border-radius: 25rem;
        transition: 0.2s;
    }

    .single-face-sharing-icon {
        top: calc(1rem + 24px);
    }

    #status {
        bottom: -6rem;
    }

    /*private-list-mobile*/
    .private-list {
        position: fixed;
        right: 0vw;
        width: 100vw;
        height: 55vh;
        min-height: 55vh;
        max-height: 55vh;
        bottom: -55vh;
        overflow-y: scroll;
        padding: 2rem;
        box-sizing: border-box;
        display: none;
        background: rgba(255, 255, 255, 0.7);
        /*rgba(0,0,0,0.7)*/
        backdrop-filter: blur(5px);
        /*test resize*/
        resize: vertical;
        /* Permette di ridimensionare solo in altezza */
        overflow: auto;
        /* Necessario per resize funzionante */
    }

    .close-private-list,
    .open-private-list-icon,
    .delete-private-list-icon,
    .sharing-private-list-icon {
        fill: #000;
        position: absolute;
        top: 1rem;
        left: 1rem;
        cursor: pointer;
    }

    .close-private-list {
        transform: rotate(90deg);
    }

    .sharing-private-list-icon {
        left: calc(1rem + 24px + 1rem);
    }

    .open-private-list-icon {
        left: calc(3rem + 48px);
    }

    .delete-private-list-icon {
        right: 1rem;
        left: unset;
    }

    .edit-icon {
        top: 7.5vh;
    }

    @keyframes private-list-close-mobile {
        from {
            bottom: -60vh;
        }

        to {
            bottom: 0;
        }
    }

    .private-list-close {
        animation: private-list-close-mobile 0.5s forwards;
    }

    .private-list-visible {
        animation: private-list-close-mobile;
        animation-duration: 0.5s;
        animation-fill-mode: forwards;
        animation-direction: alternate;
        display: block;
        z-index: 999;
    }

    input#private-list-name {
        width: 96vw;
        height: 2.5rem;
        position: absolute;
        top: 7vh;
        left: 0;
        text-align: center;
        color: #FFF;
        font-size: 2rem;
        font-weight: 100;
        border: none;
        background: transparent;
    }

    .dolly-item {
        width: 86vw;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .dolly-item-img {
        width: 28vw;
    }

    .dolly-item-name {
        width: 51vw;
        margin-left: 2.5vw;
        margin-right: 2.5vw;
        font-size: 1.3rem;
        letter-spacing: 0.1rem;
    }

    .dolly-item-actions {
        width: 51vw;
        margin-left: 2.5vw;
        margin-right: 2.5vw;
        margin-top: 2rem;
    }

    .dolly-item button {
        padding: 5px 12px;
        font-size: 0.85rem;
        cursor: pointer;
        border: none;
        border-radius: 0.4rem;
        background-color: #1f1f1f;
        color: white;
        transition: background-color 0.2s ease;
        letter-spacing: 0.1rem;
        font-weight: 100;
        margin-right: 0.5rem;
        text-transform: uppercase;
        font-family: 'Outfit', sans-serif;
    }

    .dolly-view-btn {
        display: none;
    }

    /*sharing*/
    #sharing-panel {
        position: fixed;
        bottom: -70vh;
        left: 0vw;
        width: 100vw;
        min-width: 100vw;
        max-width: 100vw;
        padding: 2.5rem;
    }

    .sharing-title {
        font-size: 2.2rem;
        width: calc(100vw - 5rem);
        margin-top: 1rem;
    }

    .icons-container {
        width: calc(100vw - 5rem);
        margin: left 0;
        max-height: unset;
        margin-top: 2rem;
    }

    .social-icon {
        width: calc((100vw - 5rem) / 5);
        height: calc((100vw - 5rem) / 5);
        font-size: 2.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .container-mail-sender {
        width: calc(100vw - 7rem);
        bottom: -30vh;
        left: 0;
        padding: 0rem;
        border-radius: 1rem;
        height: 20vh;
    }

    .inputInstruction {
        font-weight: 100;
        font-size: 1.5rem;
        line-height: 1.5rem;
    }

    input.emailInputClass {
        width: calc(100vw - 7rem);
    }

    .shareMailButton {
        background: #101010;
    }

    /*GESTIONE CONTAINER TALENTI*/
    .talents-container {
        width: 95vw;
        height: auto;
        margin: 0;
        padding: 0;
        padding-top: 20vh;
    }

    .single-face {
        min-width: 95vw;
        max-width: 95vw;
        min-height: 115vw;
        max-height: 115vw;
        margin: 0;
        margin-left: 0;
        margin-right: 0;
        padding: 0rem;
        margin-bottom: 2rem;
    }

    .single-face-img {
        width: 95vw;
        height: 115vw;
        margin: 0vh;
        border-radius: 1rem;
        border-top-right-radius: 1rem;
        border-bottom-right-radius: 1rem;
    }

    .single-talent-tag {
        padding: 1rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        border-radius: 2rem;
        font-size: 1rem;
        color: #FFF;
        font-weight: 100;
        letter-spacing: 0.1rem;
        position: absolute;
        bottom: 1rem;
        right: calc(80vw - 40vh + 1rem);
        background: #000000e1;
    }

    .single-face-shadown-container {
        width: 95vw;
        height: 115vw;
        background: linear-gradient(0deg, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%);
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1;
    }

    .text-container {
        width: 95vw;
        height: auto;
        position: absolute;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 0;
        padding: 1.5rem;
        box-sizing: border-box;
        z-index: 2;
        background: linear-gradient(0deg, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%);
        border-bottom-left-radius: 1rem;
        border-bottom-right-radius: 1rem;
        bottom: 0;
    }

    .personName {
        width: 75vw;
        height: auto;
        min-height: unset;
        max-height: unset;
        position: relative;
        /*absolute*/
        margin: 0;
        padding: 1.5rem;
        padding-bottom: 0.7rem;
        padding-top: 0.7rem;
        margin-bottom: 1.5rem;
        margin-left: calc(47.5vw - (37.5vw + 1.5rem));
        /*calc((50vw - 2rem) - (37.5vw - 1.5rem))*/
        box-sizing: border-box;
        color: #000;
        font-weight: 300;
        letter-spacing: -0.1rem;
        font-size: 1.8rem;
        line-height: 1.5rem;
        text-align: center;
        text-transform: uppercase;
        background: #ffffffc1;
        border-radius: 5rem;
    }

    .talent-bio {
        color: #FFF;
        font-size: 1rem;
        line-height: 1.3rem;
        letter-spacing: 0.2rem;
        font-weight: 100;
        height: calc(30vh - 2rem);
        overflow-y: scroll;
        padding: 1rem;
        box-sizing: border-box;
        margin-top: 2rem;
        display: none;
    }

    .cover-container {
        display: none;
    }

    .single-cover {
        width: calc(20vh - 2rem);
        height: calc(20vh - 2rem);
        object-fit: cover;
        object-position: center;
        margin: 1rem;
        float: left;
        border-radius: 0.3rem;
    }

    .cover-text-container {
        min-width: 20vh;
        min-height: 20vh;
    }

    .talent-equipment {
        width: 10vw;
        list-style: none;
        color: #FFF;
        font-weight: 200;
        padding: 1rem;
        padding-top: 1rem;
        padding-bottom: 2rem;
        font-size: 1rem;
        line-height: 1.2rem;
        display: none;
    }

    .talent-equipment-mobile {
        display: block;
    }

    .skills-container {
        display: none;
    }

    .skills-container-mobile {
        display: block;
        width: calc(95vw - 3rem);
        height: auto;
        min-height: calc(49.5vw - 4rem);
        z-index: 11;
        top: unset;
        bottom: 0;
        margin: 0;
        box-sizing: border-box;
        overflow: hidden;
        position: relative;
    }

    .talent-skills {
        width: calc(95vw - 4rem);
        /*10vw*/
        list-style: none;
        color: #FFF;
        font-weight: 200;
        padding: 0;
        font-size: 1rem;
        line-height: 1.2rem;
        position: relative;
        bottom: 0;
        left: 0;
        box-sizing: border-box;
        text-align: right;
        display: block;
        align-items: unset;
        justify-content: unset;
        margin-top: 0.7rem;
        margin-bottom: 0.7rem;
    }

    .talent-skills-title,
    .equipment-title-mobile {
        width: 95vw;
        box-sizing: border-box;
        clear: both;
        font-size: 2rem;
        line-height: 2rem;
        font-weight: 500;
        letter-spacing: 0.1rem;
        position: relative;
        color: #FFF;
        text-align: left;
        padding: 0rem;
        padding-bottom: 0rem;
        margin-top: 0;
        margin-bottom: 0rem;
        visibility: visible;
        opacity: 1;
    }

    .equipment-title-mobile {
        margin-top: 0;
    }

    .talent-equipment-mobile {
        width: calc(95vw - 4rem);
        height: auto;
        max-height: 4.5vh;
        padding: 0rem;
        padding-bottom: 0.5rem;
        box-sizing: border-box;
    }

    .equipment-list-item-mobile {
        color: #CCC;
        font-size: 1.2rem;
        line-height: 1.2rem;
        text-align: center;
        padding: 0rem;
        background: #00000080;
        border-radius: 5rem;
        float: left;
        width: auto;
        margin-top: 0.5rem;
        margin-left: 0rem;
        margin-right: 0.5rem;
        font-weight: 200;
        text-transform: uppercase;
        visibility: visible;
        opacity: 1;
    }

    .talent-skills li.equipment-list-item-mobile {
        width: auto;
        float: left;
        position: relative;
        color: #CCC;
        background: transparent;
        border-radius: 5rem;
        font-size: 1.2rem;
        line-height: 1.2rem;
        font-weight: 300;
        margin: 0rem;
        margin-bottom: 0.3rem;
        text-transform: uppercase;
        letter-spacing: 0.1rem;
        padding: 0rem;
        display: block;
        clear: both;
        visibility: visible;
        opacity: 1;
    }

    .equipment-title {
        font-size: 1.2rem;
        font-weight: 700;
        letter-spacing: 0.1rem;
        margin-bottom: 0.7rem;
    }

    .equipment-title-mobile {
        display: inline-flex;
        visibility: visible;
        opacity: 1;
    }

    .equipment-list-item {
        width: 100%;
        clear: both;
        float: left;
        margin-bottom: 0.2rem;
        letter-spacing: 0.1rem;
    }

    .equipment-list-item-mobile {
        display: block;
        visibility: visible;
        opacity: 1;
    }

    .no-equipment-message {
        color: #FFF;
        width: 100%;
        font-weight: 100;
        font-size: 1.2rem;
        text-align: center;
        letter-spacing: 0.2rem;
        text-transform: uppercase;
    }

    .no-equipment-message-mobile {
        display: block;
    }

    /*GESTIONE MORE BUTTON*/
    .single-face-more-button {
        display: none;
    }

    .single-face-more-button-mobile {
        display: block;
        width: auto;
        padding: 0;
        /*prima 1rem*/
        border-radius: 5rem;
        position: absolute;
        bottom: unset;
        /*prima 2rem*/
        top: 11rem;
        /*prima 2rem*/
        right: 1.5rem;
        /*prima 2rem*/
        display: flex;
        justify-content: center;
        align-items: center;
        border: none;
        background: transparent;
        z-index: 2;
    }

    .single-face-more-button-mobile svg {
        width: 3.5rem;
        height: 3.5rem;
    }

    /*GESTIONE ICONE*/
    .single-face-sharing-icon,
    .add-to-list-icon,
    .remove-to-list-icon,
    .single-face-info-icon {
        position: absolute;
        top: 1.5rem;
        right: 1.5rem;
        fill: #FFF;
        cursor: pointer;
        padding: 0;
        opacity: 1;
        background: transparent;
        border-radius: 25rem;
        transition: 0.2s;
        width: 3.5rem;
        height: 3.5rem;
        z-index: 12;
    }

    .single-face-sharing-icon {
        position: absolute;
        bottom: unset;
        top: 6.5rem;
        /* 11rem 6.5rem valore di single-face-info-icon, al momento nascosto*/
        right: 1.5rem;
        fill: #FFF;
        background: transparent;
        display: block;
    }

    .single-face-info-icon {
        top: 6.5rem;
        display: none;
    }

    .close-private-list,
    .open-private-list-icon,
    .delete-private-list-icon,
    .sharing-private-list-icon {
        width: 3rem;
        height: 3rem;
    }

    /*static-feature-info SETTING*/
    .static-feature-info {
        width: 95vw;
        height: auto;
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 1rem;
        box-sizing: border-box;
        border-radius: 1rem;
    }

    .container-region-language {
        width: 95vw;
        height: 4rem;
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 1rem;
        background: linear-gradient(180deg, rgba(48, 48, 48, 0.58) 0%, rgba(0, 0, 0, 0) 67%);
        color: #FFF;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        border-radius: 1rem;
        border-bottom-right-radius: 0;
        backdrop-filter: blur(0.2rem);
    }

    .single-region-language-container {
        width: calc(95vw / 3);
        height: 4rem;
        position: absolute;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-self: center;
        padding: 1rem;
        box-sizing: border-box;
    }

    .region-container {
        left: 0;
    }

    .rating-container {
        right: 0;
    }

    .language-container {
        left: calc(95vw / 3);
    }

    .container-region-language svg {
        opacity: 0.5;
        width: 1.5rem;
        height: 1.5rem;
        float: left;
        margin-right: 0.2rem;
    }

    .single-container-region-language {
        width: calc((95vw / 3) - 1rem);
        list-style: none;
    }

    .single-container-region-language li {
        text-transform: uppercase;
        display: inline-block;
        color: #FFF;
        letter-spacing: 0.1rem;
        font-size: 1.2rem;
        line-height: 1.2rem;
        opacity: 0.7;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .description-equipment,
    .talent-equipment-mobile {
        display: none;
    }

    /*static-feature-info FINE SETTING*/
}

/*formati desktop*/
@media (min-width: 1024px) and (max-width: 1279px) {
    html {
        font-size: 10px;
    }
}

@media (min-width: 1280px) and (max-width: 1365px) {
    html {
        font-size: 11px;
    }
}

@media (min-width: 1366px) and (max-width: 1439px) {
    html {
        font-size: 12px;
    }
}

@media (min-width: 1440px) and (max-width: 1679px) {
    html {
        font-size: 14px;
    }
}

@media (min-width: 1680px) and (max-width: 1919px) {
    html {
        font-size: 14px;
    }
}

/*GESTIONE CARATTERI MOBILE*/
@media (min-width: 279px) and (max-width: 319px) {
    html {
        font-size: 10px;
    }
}

@media (min-width: 320px) and (max-width: 359px) {
    html {
        font-size: 10.5px;
    }
}

@media (min-width: 360px) and (max-width: 389px) {
    html {
        font-size: 11px;
    }
}

@media (min-width: 390px) and (max-width: 413px) {
    html {
        font-size: 12.75px;
    }
}

@media (min-width: 414px) and (max-width: 429px) {
    html {
        font-size: 13px;
    }
}

@media (min-width: 430px) and (max-width: 479px) {
    html {
        font-size: 13.25px;
    }
}

@media (min-width: 480px) and (max-width: 539px) {
    html {
        font-size: 13.5px;
    }
}

@media (min-width: 540px) and (max-width: 599px) {
    html {
        font-size: 13.75px;
    }
}

@media (min-width: 600px) and (max-width: 679px) {
    html {
        font-size: 13.875px;
    }
}

@media (min-width: 680px) and (max-width: 767px) {
    html {
        font-size: 13.95px;
    }
}

@media (min-width: 768px) and (max-width: 823px) {
    html {
        font-size: 14px;
    }
}