@font-face {
    font-family: 'FontAwesome_Brands';
    font-style: normal;
    font-weight: normal;
    src: url('../webfonts/fa-brands.woff2?v=6.5.2') format('woff2'),
        url('../webfonts/fa-brands.ttf?v=6.5.2') format('truetype'),
        url('../webfonts/fa-brands.svg?v=6.5.2') format('svg');
}

section.section-sidebar {
    height: 100vh;
}

section.section-sidebar .sidebar {
    background: #2c3e50;
    color: white;
    transition: .5s;
}

section.section-sidebar .sidebar .sidebar-header {
    background-color:#298cd2;
    font-size: 20px;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

section.section-sidebar .sidebar .sidebar-header b {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: '';
    line-height: 1;
}

section.section-sidebar .sidebar a {
    color: white;
    text-decoration: none;
}

section.section-sidebar .sidebar .sidebar-link {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 1.2em .5em;
    transition: .5s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1;
    position: relative;
}

section.section-sidebar .sidebar .sidebar-link:hover {
    background-color: #ffffff20;
}

section.section-sidebar .sidebar .sidebar-link.active {
    background-color: #00000030;
}

section.section-sidebar .sidebar .sidebar-link i,
section.section-sidebar .sidebar .sidebar-link svg {
    margin: 0 .5em 0 .2em;
    display: flex;
}

section.section-sidebar .sidebar .sidebar-link .cerchio-notifica {
    background: red;
    font-size: 11px !important;
    width: 20px;
    text-align: center;
    padding: 5px;
    border-radius: 100%;
    aspect-ratio: 1/1;
    height: auto;
    font-weight: bold;
    margin-left: 10px;
    display: inline-block;
}

.sidebar.collapsed {
    width: fit-content !important;
}

section.registrazione .card-registrazione {
    border: 2px solid lightgray;
    border-radius: 15px;
    padding: 20px;
    position: relative;
    cursor: pointer;
}

section.registrazione .card-registrazione.candidati.selected,
section.registrazione .card-registrazione.candidati:hover {
    border: 2px solid #13a1c7;
}

section.registrazione .card-registrazione.aziende.selected,
section.registrazione .card-registrazione.aziende:hover {
    border: 2px solid #83a200;
}

section.registrazione .card-registrazione .bi-circle,
section.registrazione .card-registrazione .bi-check-circle-fill {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 25px;
    height: 25px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.registrazione .card-registrazione .bi-circle {
    color: lightgrey;
}

section.registrazione .card-registrazione.candidati .bi-check-circle-fill {
    color: green;
}

section.registrazione .card-registrazione.aziende .bi-check-circle-fill {
    color: #36a9e1;
}

section.registrazione .card-registrazione .bi-briefcase,
section.registrazione .card-registrazione .bi-person-lines-fill {
    font-size: 40px;
    color: #2c3e50;
}

section.registrazione .card-registrazione p {
    margin: 0;
}

section.registrazione a {
    color: #fa9e15;
}

section.registrazione label {
    font-size: 14px;
}

section.registrazione label[for=privacy].denied {
    color: red;
}

section.registrazione .btn-registrazione.aziende {
    background-color: #83a200 !important;
    border-color: #83a200 !important;
}

section.registrazione .btn-registrazione.aziende:hover {
    background-color: #708b01 !important;
    border-color: #708b01 !important;
}

section.registrazione .btn-registrazione.candidati {
    background-color: #13a1c7 !important;
    border-color: #13a1c7 !important;
}

section.registrazione .btn-registrazione.candidati:hover {
    background-color: #118aab !important;
    border-color: #118aab !important;
}

.screen {
    background-color: #fafafa;
}

.topnav-azienda {
    background-color: white;
}

.topnav-azienda .nome-azienda {
    text-decoration: none;
    color: black;
}

.topnav-azienda .nome-azienda:hover {
    cursor: pointer;
    text-decoration: underline;
}

.topnav-azienda .bi-bell,
.topnav-azienda .bi-headset {
    font-size: 1.3em;
    cursor: pointer;
    color: #2c3e50;
    position: relative;
}

.body-dashboard .cv-caricati .info-cv.predef[data-notifiche] {
    position: relative;
    padding-left: 20px;
}

.topnav-azienda .candidato.bi-bell[data-notifiche]::after,
.body-dashboard .cv-caricati .info-cv.predef[data-notifiche]::before {
    width: 15px;
    height: auto;
    content: attr(data-notifiche);
    background: red;
    border-radius: 100%;
    aspect-ratio: 1/1;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: normal;
    color: white;
    font-weight: bold;
    position: absolute;
    top: 0;
}

.topnav-azienda .candidato.bi-bell[data-notifiche]::after {
    right: -5px;
}

.body-dashboard .cv-caricati .info-cv.predef[data-notifiche]::before {
    left: 0;
}

.topnav-azienda .bi-person {
    color: #00000080;;
    background: lightgray;
    cursor: pointer;
    padding: 6px 10px;
    border-radius: 100%;
    display: flex;
    aspect-ratio: 1/1;
    align-items: center;
}

.card-azienda .nuova-analisi,
.topnav-azienda .pubblica-annuncio {
    border-radius: 15em;
}

.card-azienda .btn-crea-cv {
    border-radius: 15em;
    background-color: #288cd2 !important;
    border-color: #288cd2 !important;
}

.card-azienda .btn-crea-cv:hover {
    background-color: rgb(19, 112, 178) !important;
    border-color: rgb(19, 112, 178) !important;
}

.card-azienda .opacity {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(0,0,0,0) 100%);
}
  
.body-dashboard .card-azienda,
.body-pubblica-annuncio .card-azienda {
    background: white;
    border: 1px solid lightgrey;
    border-radius: 5px;
    padding: 15px;
    justify-content: space-between;
    position: relative;
}

.body-pubblica-annuncio .card-azienda {
    padding-bottom: 5px;
    text-decoration: none;
}

.body-dashboard .card-azienda {
    text-decoration: none;
    cursor: default;
}

.body-dashboard .card-azienda.small {
    transition: .5s;
    cursor: pointer;
}

.body-dashboard .card-azienda.small:hover {
    transform: scale(102%);
}

.body-dashboard .card-azienda.no-analisi {
    height: 100%;
}

.body-dashboard .card-azienda.no-analisi .info {
    display: flex;
    flex-direction: column;
}

.body-dashboard .card-azienda .info span.title {
    display: block;
    color: grey;
    font-size: .75em;
    text-transform: uppercase;
}

.body-dashboard .card-azienda .info span.subtitle {
    display: block;
    color: black;
    font-size: 1em;
    text-transform: uppercase;
    margin-top: auto;
}

.body-pubblica-annuncio .card-azienda .info span.title {
    text-transform: uppercase;
    color: seagreen;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}

.body-dashboard .card-azienda .info span.num {
    display: block;
    color: black;
    font-size: 2em;
    font-weight: 500;
}

.body-pubblica-annuncio .card-azienda .info span.num {
    display: block;
    color: black;
    font-size: 35px;
    font-weight: 650;
}
  
.card-azienda .icon {
    display: flex;
    align-items: center;
    padding: 15px;
    margin: auto 0;
    border-radius: 100%;
    font-size: 1.2em;
    color: black;
}

.body-dashboard .col-3:nth-child(2) .card-azienda .icon {
    background: #b3e5fb;
}

.body-dashboard .col-3:nth-child(3) .card-azienda .icon {
    background: #cabffd;
}

.body-dashboard .col-3:nth-child(4) .card-azienda .icon {
    background: #febc9c;
}

.body-dashboard .col-3:nth-child(5) .card-azienda .icon {
    background: #b7e4cb;
}

.body-dashboard .card-azienda select {
    width: fit-content;
}

.body-dashboard .candidature .candidatura {
    margin-bottom: .75em;
}

.body-dashboard .candidature .candidatura .bi-camera,
.body-dashboard .candidature .candidatura .bi-file-earmark-person {
    background: lightgrey;
    padding: 6px 10px;
    border-radius: 100%;
    height: fit-content;
    display: flex;
    aspect-ratio: 1/1;
    align-items: center;
    width: 36px;
}

.body-dashboard .candidature .candidatura .img-cand {
    border-radius: 100%;
    height: fit-content;
    aspect-ratio: 1/1;
    width: 36px;
    object-fit: contain;
}
  
.body-dashboard .candidature .candidatura .info-candidatura {
    display: flex;
    align-items: center;
    color: gray;
    font-size: .85em;
}

.body-dashboard .candidature a {
    border-radius: 7.5px;
}

.body-pubblica-annuncio .candidature h5 {
    font-weight: 500;
}

.body-dashboard .da-pubblicare,
.body-dashboard .cv-caricati {
    background-color: #198754;
    color: white;
}

.body-dashboard .cv-creati {
    background-color: #288cd2;
    color: white;
}

.body-dashboard .da-pubblicare h5,
.body-dashboard .cv-creati h5,
.body-dashboard .cv-caricati h5 {
    font-weight: 600;
}

.body-dashboard .cv-analysis .cv-analisi:not(.nascosto),
.body-dashboard .cv-candidature .cv-candidatura:not(.nascosto),
.body-dashboard .cv-creati .cv-creato:not(.nascosto),
.body-dashboard .cv-caricati .cv-caricato:not(.nascosto) {
    display: flex;
}

.body-dashboard .cv-analysis .cv-analisi.nascosto,
.body-dashboard .cv-candidature .cv-candidatura.nascosto,
.body-dashboard .cv-creati .cv-creato.nascosto,
.body-dashboard .cv-caricati .cv-caricato.nascosto {
    display: none;
}

.body-dashboard .cv-creati .cv-creato .icon-container,
.body-dashboard .cv-caricati .cv-caricato .icon-container {
    background-color: yellow;
    color: black;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

.body-dashboard .cv-creati .cv-creato .icon-container {
    background-color: white;
}

.body-dashboard .cv-creati .cv-creato .info-cv a,
.body-dashboard .cv-caricati .cv-caricato .info-cv a {
    text-decoration: underline;
    color: yellow;
    font-size: 13px;
    display: inline-block;
}

.body-dashboard .cv-creati .cv-creato .info-cv a {
    color: white;
}

.body-pubblica-annuncio .avanti {
    border-radius: 15em;
}

.body-boost-annunci p,
.body-pubblica-annuncio p {
    font-size: .9em;
    color: gray;
    margin-bottom: 2.5em;
}

.body-pubblica-annuncio .small {
    font-size: .7em;
    color: grey;
    display: block;
    text-align: center;
    padding-top: 5px;
}

.body-impostazioni .card-azienda,
.body-boost-annunci .card-azienda {
    border: 1px solid lightgray;
    border-radius: 5px;
    padding: 15px;
    position: relative;
    background-color: white;
}

.body-boost-annunci .card-azienda .title {
    font-size: .9em;
    font-weight: 500;
}

.body-boost-annunci .card-azienda .data,
.body-boost-annunci .card-azienda .small,
.body-boost-annunci .card-azienda .area-label {
    font-size: .85em;
    color: #00000090;
}

.body-boost-annunci .card-azienda .small {
    display: block;
    text-align: center;
    padding-top: 15px;
}

.body-boost-annunci .card-azienda .offerta {
    font-weight: 600;
    font-size: .85em;
    color: black;
    opacity: .75;
}

.body-boost-annunci .card-azienda .badge-value {
    background: lightgray;
    padding: 5px 6px;
    font-size: .75em;
    border-radius: 15em;
}

.body-boost-annunci .card-azienda .badge-value.attivo {
    background: lightgreen;
    color: green;
}

.body-boost-annunci .card-azienda .area {
    color: #007456;
    font-size: .85em;
    font-weight: 500;
}

.body-boost-annunci .card-azienda .data .bi {
    color: grey !important;
}

.body-boost-annunci .card-azienda .fas {
    font-size: 3.5em;
    display: flex;
    align-items: center;
    color: #007456;
    padding-top: .3em;
}

.body-boost-annunci .card-azienda:not(.annuncio) .title {
    color: #007456;
    padding: 14px 0 0 10px;
    margin: 0 !important;
}

.body-boost-annunci .badge-pubblicato {
    padding: 5px;
    background: #00a7e7;
    color: white;
    border-radius: 10px;
    position: absolute;
    right: .5em;
    top: .5em;
    font-size: .8em;
}

.body-boost-annunci .badge-pubblicato.scaduto {
    background: #e7b900;
}

.body-impostazioni .nav-item-cv {
    font-size: .9em;
    font-weight: 500;
    color: grey;
    transition: .5s;
    cursor: pointer;
    padding-bottom: 1px;
}

.body-impostazioni .nav-item-cv.active {
    color: #007456;
    border-bottom: 1px solid #007456;
}

.body-impostazioni .nav-item-cv:not(.active):hover {
    border-bottom: 1px solid grey;
}

.body-impostazioni .col-profilo-candidato:not(.col-esperienza-lavorativa) input,
.body-impostazioni .col-profilo-candidato:not(.col-esperienza-lavorativa) label,
.body-impostazioni .col-profilo-candidato:not(.col-esperienza-lavorativa) .img-label {
    font-size: .8em;
}

.body-impostazioni label,
.body-impostazioni .img-label {
    font-weight: 500;
}

.body-impostazioni .img-label {
    margin: 20px 0;
}

.body-impostazioni .img-profilo {
    font-size: 2em;
    background: lightgray;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    border-radius: 100%;
    margin-right: 1em;
    width: auto;
    height: auto;
    aspect-ratio: 1/1;
}

.body-impostazioni .desc {
    font-size: .8em;
    color: gray;
    display: flex;
    align-items: center;
}

.body-impostazioni .salva {
    border-radius: 15em;
}

.body-impostazioni .payment-method,
.body-impostazioni .payment-method * {
    cursor: pointer;
}

.risultati-analisi-cv .text-danger {
    font-size: .85em;
    font-weight: 500;
}

.risultati-analisi-cv .info {
    color: grey;
    font-size: .8em;
}

.risultati-analisi-cv h4 {
    font-weight: bold;
}

.risultati-analisi-cv .green,
.risultati-analisi-cv.azioni-crea-cv .fa-solid {
    color: #198754;
}

.risultati-analisi-cv.azioni-crea-cv p {
    text-align: center;
}

canvas#doughnutChart {
    height: 200px !important;
    width: 200px !important;
}

canvas#barsChartN,
canvas#barsChartM,
canvas#barsChartP {
    margin: 0 0 -80px 0;
}

.grafico {
    width: fit-content;
    position: relative;
}
  
.grafico .title {
    position: absolute;
    text-align: center;
    top: 40%;
    left: 50%;
    transform: translate(-50%);
    color: gray;
    font-weight: 450;
}
  
.grafico .score {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 69%;
    font-size: 13px;
    color: grey;
    font-weight: 500;
}


.grafico .score.principal {
    top: 52%;
    font-size: 40px;
    color: #288cd2;
    font-weight: 600;
} 

.badge-media-container {
    width: 200px;
    text-align: center;
}

.badge-media {
    font-size: .8em;
    padding: 5px 10px;
    background: #d3d3d380;
    border: 1px solid lightgrey;
    border-radius: 5px;
    margin: auto;
}

.badge-media i {
    cursor: pointer;
}

.valutazione {
    font-size: .75em;
}

.num-val {
    font-weight: 650;
}

/* span.label:nth-child(2) {
    top: 0;
}

span.label:nth-child(3) {
    top: 28.5%;
}

span.label:nth-child(4) {
    top: 56.5%;
} */

.bi-box-arrow-up-right {
    cursor: pointer;
}

.card-azienda.analisi h4 {
    color: #337ab7;
    font-weight: 700;
}

.card-azienda.analisi .last-analisys-score {
    color: grey;
    font-size: 13px;
    text-align: center;
}

.card-azienda.analisi .last-analisys-score span {
    color: #337ab7;
    font-size: 28px;
    text-align: center;
    font-weight: 700;
}

.card-azienda.analisi .grafico.half-doughnut-chart .score {
    top: 55.5%;
    line-height: 1;
    text-align: center;
    font-size: 1em;
}

.card-azienda.analisi .grafico.half-doughnut-chart .score span {
    font-size: 3.5em;
}

.card-azienda.analisi .legenda {
    padding: 1em;
}

.card-azienda.analisi .legenda img {
    width: 20px;
    height: 20px;
    margin-right: .5em;
}

.card-azienda.analisi .legenda span {
    font-size: 11px;
    margin-bottom: .4em;
}

.analisi table {
    width: 100%;
}

.analisi table:last-child:not(.unique) {
    margin-top: 2em;
}

.analisi table tr:first-child td {
    padding: .5em;
    color: white;
    font-size: 16px;
    font-weight: bold;
    background: #337ab7;
    text-transform: uppercase;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.analisi table.correggi-revisiona tr:first-child td {
    background-color: #ff8400;
}

.analisi table tbody tr:not(:first-child) td {
    padding: .5em;
    font-size: 16px;
    border: .5px solid lightgray;
    border-top: 0;
}

.analisi table:not(.correggi-revisiona, .recensione-candidato) tbody tr:not(:first-child) td:first-child {
    font-weight: bold;
    opacity: .8;
    width: 25%;
}

.analisi table.recensione-candidato tbody tr:not(:first-child) td:first-child,
.analisi table.correggi-revisiona tbody tr:not(:first-child) td:first-child {
    color: gray;
    font-weight: 500;
}

.analisi table.correggi-revisiona .blue-txt {
    color: #337ab7;
    font-weight: bold;
}

.btn-orange,
.analisi table.correggi-revisiona a {
    padding: 10px 15px;
    background-color: #ff8400;
    color: white;
    font-weight: 600;
    text-decoration: none;
    border-radius: 5px;
    margin-right: 10px;
}

.analisi table.correggi-revisiona .last-info {
    font-size: 10px;
}  

.analisi table img {
    width: 15px;
    height: 15px;
    margin-right: .25em;
}

.analisi table .fa-play {
    color: #337ab7;
    margin-right: 7px;
}

.blur {
    filter: blur(5px);
}

.curriculum-table thead th{
    font-weight: 600;
}

#requestAnalisiModal .modal-dialog {
    width: 900px;
    min-width: 900px;
    max-width: 900px;
    height: 700px;
    min-height: 700px;
    max-height: 700px;
}

#requestAnalisiModal h4 {
    font-weight: bold;
}

#requestAnalisiModal .green {
    color: green;
}

#requestAnalisiModal .orange {
    font-weight: 700;
    color: orangered;
    font-size: 1em;
    text-align: center;
}

#requestAnalisiModal .big {
    text-align: center;
}

#requestAnalisiModal .big span {
    color: #198754;
    font-weight: 700;
}

#requestAnalisiModal .big span.principal {
    font-size: 3em;
}

#requestAnalisiModal .fa-circle-check {
    color: green;
    margin-right: 7px;
}

.coming-soon {
    position: absolute;
    right: 10px;
    font-size: 12px;
    background: green;
    padding: 4px 8px;
    font-weight: bold;
    border-radius: 5px;
    top: 50%;
    transform: translate(0, -50%);
}

#buyBoostAnnunciModal h6.title,
#boostAnnunciModal h3.title {
    text-align: center;
    font-weight: 600;
}

#buyBoostAnnunciModal h6.title {
    display: flex;
    justify-content: center;
    align-items: center;
}
  
#buyBoostAnnunciModal .subtitle,
#boostAnnunciModal .subtitle {
    text-align: center;
}

#buyBoostAnnunciModal .subtitle {
    font-size: 12px;
}
  
#boostAnnunciModal .icona-boost {
    color: #007456;
    font-size: 5em;
    position: absolute;
}

#buyBoostAnnunciModal .icona-boost {
    color: #007456;
    font-size: 1.5em;
}
  
#buyBoostAnnunciModal .text,
#boostAnnunciModal .text {
    background: #e5e5e5;
    padding: 10px;
    text-align: center;
}

#buyBoostAnnunciModal .text {
    font-size: 12px;
}

#buyBoostAnnunciModal span.after,
#boostAnnunciModal span.after {
    color: #007456;
}

#buyBoostAnnunciModal .choice-advice {
    border-radius: 10px;
    border: 1px solid lightgrey;
    cursor: pointer;
    transition: .3s;
    padding: 20px 0;
}

#buyBoostAnnunciModal .choice-advice.choosen {
    border: 1px solid #007456;
}

#buyBoostAnnunciModal .choice-advice:not(.choosen):hover {
    box-shadow: 0 5px 10px #00745650;
}

.swal-upload-cv {
    border: 0 !important;
    margin-bottom: 0 !important;
    animation: cv-shake 0.5s;
    animation-iteration-count: infinite;
}

@keyframes cv-shake {
    0% { transform: translate(1px, 1px) rotate(0deg); }
    10% { transform: translate(-1px, -2px) rotate(-1deg); }
    20% { transform: translate(-3px, 0px) rotate(1deg); }
    30% { transform: translate(3px, 2px) rotate(0deg); }
    40% { transform: translate(1px, -1px) rotate(1deg); }
    50% { transform: translate(-1px, 2px) rotate(-1deg); }
    60% { transform: translate(-3px, 1px) rotate(0deg); }
    70% { transform: translate(3px, 1px) rotate(-1deg); }
    80% { transform: translate(-1px, -1px) rotate(1deg); }
    90% { transform: translate(1px, 2px) rotate(0deg); }
    100% { transform: translate(1px, -2px) rotate(-1deg); }
}

.img-topnav-area-personale {
    width: 36px;
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 100%;
    overflow: hidden;
}

.td-sblocca-analisi {
    background-color: #ffffff;
    color: #212529;
    opacity: 1 !important;    
}

.td-sblocca-analisi p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
}

.td-sblocca-analisi p i {
    background: white;
    border-radius: 100%;
    font-size: 27px;
    color: green;
}

a[data-product-size][disabled] {
    opacity: .5;
    cursor: not-allowed;
}

.blue-cv {
    color: #1e73be;
}
  
.legend {
    display: flex;
    justify-content: start;
    gap: 30px;
}

.legend b {
    opacity: .8;
}

s, strike{
    text-decoration: none;
    position: relative;
}

s::before,
strike::before {
    top: 50%; /*tweak this to adjust the vertical position if it's off a bit due to your font family */
    background:red; /*this is the color of the line*/
    opacity:.7;
    content: '';
    width: 110%;
    position: absolute;
    height:.1em;
    border-radius:.1em;
    left: -5%;
    white-space:nowrap;
    display: block;
    transform: rotate(-15deg);  
}

s.straight::before,
strike.straight::before {
    transform: rotate(0deg);
    left: -1%;
    width: 102%;
}

.azienda-like-user {
    color: lightgrey;
    cursor: pointer;
    transition: .3s;
}

.azienda-like-user.fa-solid {
    color: red;
}
  
.azienda-like-user:hover {
    color: red;
    transform: scale(1.15);
}

#modaleValutazioneColloquio span {
    color: goldenrod;
    cursor: pointer;
}