﻿/* SCSS */
.animated-elem[data-emergence="hidden"] {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.animated-elem[data-emergence="visible"] {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}


@media (max-width:575px) {
    .brand-sign {
        text-align: left !important
    }
}

.orange {
    color: #ff6633
}

h1,
h2,
h3 {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    color: black;
    line-height: 1.4;
    font-weight: 700;
    position: relative;
    margin: 0
}

h1 {
    font-size: 31px;
}

@media (max-width: 991.98px) {
    h1 {
        font-size: 25px;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 23px;
    }
}

@media (max-width: 575.98px) {
    h1 {
        font-size: 19px;
    }
}

h1.text-center {
    color: white;
}

@media (max-width: 1024px) {
    h1.text-center {
        /*margin-left: -52px;*/
        font-size: 27px;
    }
}

@media (max-width: 991.98px) {
    h1.text-center {
        font-size: 25px;
        /*margin-left: -130px;*/
        margin-top: 0px;
    }
}

@media (max-width: 991.98px) and (orientation: landscape) {
    h1.text-center {
        font-size: 25px;
        margin-top: 0;
        /*margin-left: -17px;*/
    }
}

@media (max-width: 991.98px) and (min-width:767.98px) {
    h1.text-center {
        /*margin-left: -69px;*/
    }
}

@media (max-width: 575.98px) {
    h1.text-center {
        font-size: 16px;
        /*margin-top: -25px;*/
        /*margin-left: 72px;*/
    }
}

@media (max-width: 575.98px) and (orientation: landscape) {
    h1.text-center {
        font-size: 25px;
        margin-top: 0;
        /*margin-left: 102px;*/
    }
}

h2 {
    font-size: 28px;
    margin-bottom: 20px;
    /*margin-top: -20px;*/
}

@media (max-width: 991.98px) {
    h2 {
        font-size: 23px;
        margin-bottom: 20px;
    }
}

@media (max-width: 575.98px) {
    h2 {
        font-size: 22px;
        margin-bottom: 20px;
        text-align: center;
    }
}

h2.in-line {
    width: 600px;
}

.fuxia {
    color: #ff004c;
}

.white {
    color: white;
}

h3 {
    font-size: 24px;
    margin-bottom: 16px;
}

@media (max-width: 575.98px) {
    h3 {
        font-size: 22px;
    }
}

h4 {
    color: black;
    font-weight: 500;
    position: relative;
    font-family: "Oswald", sans-serif;
    font-size: 20px;
    margin-bottom: 16px;
}

@media (max-width: 575.98px) {
    h4 {
        font-size: 18px;
    }
}

p {
    font-size: 16px;
}

@media (max-width: 991.98px) {
    p {
        font-size: 15px;
    }
}

@media (max-width: 575.98px) {
    p {
        font-size: 15px;
    }
}

p.big {
    font-size: 22px;
    line-height: 1.4;
}

@media (max-width: 991.98px) {
    p.big {
        font-size: 18px;
    }
}

@media (max-width: 575.98px) {
    p.big {
        font-size: 18px;
    }
}

p.medium {
    font-size: 20px;
    line-height: 1.4;
}

@media (max-width: 991.98px) {
    p.medium {
        font-size: 18px;
    }
}

@media (max-width: 575.98px) {
    p.medium {
        font-size: 16px;
        line-height: 1.5;
    }
}

p.margin {
    margin-left: -20px;
}

p.small {
    font-size: 15px;
    color: #666666;
}

p.white {
    color: white;
    font-family: "Oswald", sans-serif;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
}

@media (max-width: 1200px) and (min-width: 991.98px) {
    p.white {
        font-size: 32px;
        margin-left: -35px;
        margin-top: 10px;
    }
}

@media (max-width: 991.98px) and (orientation: landscape) {
    p.white {
        font-size: 25px;
        margin-left: -125px;
        width: 480px;
        margin-bottom: 10px
        /*margin-top:-25px;*/
    }
}

@media (max-width: 991.98px) {
    p.white {
        font-size: 22px;
        margin-left: -125px;
    }
}

@media (min-width: 767.98px) and (max-width: 991.98px) {
    p.white {
        margin-left: -50px;
        margin-bottom: 0px
    }
}

@media (max-width: 767.98px) {
    p.white {
        font-size: 27px;
        width: 420px;
        margin-bottom: 30px;
    }
}

@media (max-width: 767.98px) and (orientation: landscape) {
    p.white {
        font-size: 21px;
        margin-left: -61px;
        margin-bottom: 23px;
    }
}

@media (max-width: 575.98px) {
    p.white {
        font-size: 15px;
        margin-left: 48px;
        width: 242px;
        margin-bottom: 0px;
        /*margin-top: -31px;*/
    }
}

@media (max-width: 575.98px) and (orientation: landscape) {
    p.white {
        font-size: 18px;
        margin-left: 92px;
        width: 320px;
        margin-bottom: 0px;
        margin-top: 0;
    }
}

p.black {
    font-family: "Oswald", sans-serif;
    font-size: 40px;
    margin-bottom: 30px;
}

@media (max-width: 991.98px) {
    p.black {
        font-size: 18px;
    }
}

@media (max-width: 575.98px) {
    p.black {
        font-size: 20px;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }
}

a {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    a:hover {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    a.soft-anchor {
        color: #e9004c;
        text-decoration: none;
    }

.result-assense {
    width: 100%;
    display: inline-flex;
    margin-top: 15px;
}

.result-bar {
    width: 100%;
    display: flex;
    margin-top: 10px;
}

.progress {
    background-color: #eee;
    width: 100%;
    border-radius: 15px;
}

.text-result {
    width: 47%;
}

.btn {
    border-radius: 0;
    border: none;
    text-transform: uppercase;
    padding: 10px 20px;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -ms-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    font-size: 16px;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    margin-top: 15px;
    min-width: 100px
}

@media (max-width: 575.98px) {
    .btn {
        font-size: 20px;
        padding: 10px 20px 10px 20px;
    }

    .result-assense {
        display: block;
    }

    .text-result {
        width: 100%;
    }
}

.btn:not(:disabled):not(.disabled) {
    box-shadow: none;
}

.btn.big {
    font-size: 28px;
    padding: 14px 50px 16px 50px;
}

@media (max-width: 575.98px) {
    .btn.big {
        font-size: 24px;
        padding: 14px 30px 14px 30px;
    }
}

.btn.medium {
    font-size: 16px;
    font-family: "Oswald",sans-serif;
    padding: 4px 20px;
}

@media (max-width: 991px) and (min-width:767.98px) {
    .btn.medium {
        font-size: 14px;
        padding: 6px 19px 6px 19px
    }
}

@media (min-width: 575.98px) and (max-width:767.98px) {
    .btn.medium {
        font-size: 14px;
        padding: 4px 15px 4px 15px;
    }
}

@media (max-width: 575.98px) {
    .btn.medium {
        font-size: 14px;
        padding: 5px 15px 5px 15px;
    }
}

.btn.small {
    font-size: 16px;
    padding: 4px 30px 4px 30px;
    margin-right: 10px;
    margin-top: 10px;
}

@media (max-width: 575.98px) {
    .btn.small {
        padding: 4px 10px 4px 10px;
    }
}

.btn.btn-primary {
    background-color: #e9004c;
    color: white;
    background-image: none;
    border-color: transparent;
}

.download-portfolio {
    margin-top: 0
}

.btn.btn-primary:hover {
    background-color: #cc0a50;
}

.btn.btn-primary:not(:disabled):active {
    background-color: #e9004c;
}

.btn.btn-primary:focus {
    /*box-shadow: none !important;*/
}

.btn.btn-primary:not(:disabled):not(.disabled) {
    box-shadow: none;
}

.btn.btn-secondary {
    background-color: #dddddd;
    color: #747474;
    background-image: none;
    border-color: transparent;
}

    .btn.btn-secondary:hover {
        background-color: #747474;
        color: white;
        background-image: none;
    }

    .btn.btn-secondary .btn:not(:disabled):not(.disabled) {
        box-shadow: none;
    }

.btn.btn-notification {
    font-size: 13px;
    padding: 7px 15px 7px 15px;
    margin-right: 20px;
    margin-top: 10px;
    color: white;
    width: 87px;
    height: 31px;
    font-family: "Roboto";
    text-align: center;
}

/*@media (max-width: 991.98px) {
    .btn.btn-notification {
        font-size: 13px;
        width: 118px;
        height: 45px;
    }
}*/

@media (max-width: 575.98px) {
    .btn.btn-notification {
        padding: 6px 7px 7px 7px;
        font-size: 11px;
        width: 69px;
        height: 26px;
        margin-top: 0px;
    }
}

.btn.btn-notification.yes {
    background-color: #e9004c;
    padding: 7px 15px 7px 15px;
    font-size: 13px;
    width: 87px;
    height: 31px;
}

@media (max-width: 575.98px) {
    .btn.btn-notification.yes {
        padding: 6px 7px 7px 7px;
        font-size: 11px;
        width: 69px;
        height: 26px;
    }
}

.btn.btn-notification.yes:hover {
    background-color: #cc0a50;
}

.btn.btn-notification:hover {
    background-color: #e9004c;
    border-color: #e9004c;
}

.btn.btn-circle {
    border-radius: 50%;
    width: 48px;
    height: 48px;
    /*box-shadow: none;*/
    padding: 10px;
    background-image: url("../images/layout/icon-arrow-right.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}

.btn.btn-margin {
    margin-top: 25px;
    color: #e9004c;
    background-color: white;
    border-color: #e9004c;
    border: solid;
    font-family: "Roboto";
}

    .btn.btn-margin:hover {
        color: white;
        background-color: #e9004c;
        border-color: #e9004c;
    }

    .btn.btn-margin:not(:disabled):active {
        color: white;
        background-color: #e9004c;
        border-color: #e9004c;
    }

    .btn.btn-margin.active {
        color: white;
        background-color: #e9004c;
        border-color: #e9004c;
    }

.btn.next {
    background-color: #e9004c;
    color: white;
}

    .btn.next:not(:disabled):not(.disabled) {
        box-shadow: none;
    }

.aggiorna-indice {
    font-size: 17px;
    color: black;
}

    .aggiorna-indice:hover {
        color: #e9004c;
    }

    .aggiorna-indice:not(:disabled):active {
        color: #e9004c;
    }

.modal .modal-header .modal-title {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    color: black;
}

.modal .modal-footer .btn {
    /*box-shadow: none;*/
}

b, strong {
    color: #e9004c;
    font-weight: 700;
}

label {
    font-size: 15px;
    font-weight: 700;
    color: black;
}

.form-control {
    border-radius: 0;
}

    .form-control.width {
        width: 60%;
    }

    .form-control:focus {
        color: #495057;
        background-color: #fff;
        border-color: #dddddd;
        outline: 0;
        box-shadow: 0 0 0 0.2rem #eeeeee;
    }

.modal-footer {
    display: inherit;
    text-align: right;
}

    .modal-footer > :not(:last-child) {
        margin-right: 0;
    }

body {
    font-size: 16px;
    font-family: "Roboto", serif;
    color: #747474;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

section {
    padding: 30px 0;
}

@media (max-width: 991.98px) {
    section {
        padding: 20px 0;
    }
}

.section-separator {
    width: 100%;
    height: 1px;
    background-color: #eeeeee;
}

.section-separator-margin {
    width: 100%;
    height: 1px;
    background-color: #eeeeee;
}

.top-section {
    position: relative;
}

    .top-section .container {
        z-index: 10;
    }

    .top-section .top-section-content h1 {
        margin-left: 40px;
        margin-bottom: 40px;
    }

@media (max-width: 575.98px) {
    .top-section .top-section-content h1 {
        margin-left: 30px;
        margin-bottom: 30px;
    }
}

.top-section.home {
    background: transparent url("../images/1x/background-top-section.jpg") no-repeat top center;
    height: 90vh;
    background-size: cover;
    max-height: 700px;
    /*z-index:2;*/
}

@media (max-width: 575.98px) {
    .top-section.home {
        height: 60vh;
    }
}

.top-section.home .top-section-content {
    margin-top: 18vh;
}

@media (max-width: 575.98px) {
    .top-section.home .top-section-content {
        margin-top: 15vh;
    }
}

.top-section.login {
    background-color: white;
    background-position: center;
    background-size: cover;
    height: 100vh;
    width: 100vw;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
}

section.container.portfolio {
    display: grid;
    grid-template-columns: 16% 82%;
    justify-content: space-between;
}

.sezione {
    margin-bottom: 30px;
}

section.container.portfolio ul {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: 49% 49%;
    justify-content: space-between;
}

section.container.portfolio img {
    border-radius: 100px;
}

section.container.portfolio ul li {
    margin: 5px 0;
}

    section.container.portfolio ul li p {
        margin-bottom: 0;
    }

section.container.portfolio .bold {
    color: black;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 0;
}

.sezione-esperienze .cards-esperienze-lavorative .singola-card-lavoro {
    margin-bottom: 10px;
}

.top-section.private-room {
    background: transparent url("../images/top/new/phydboard.jpg") no-repeat top center;
    height: 27vh;
    max-height: 550px;
    background-size: cover;
    position: relative;
    /*z-index:2;*/
    margin-top: 66px;
}

.sendMail {
    background-color: #e9004c;
    color: white;
}

.annulla-modal {
    color: #7a7a7a;
    background-color: #BBBBBB;
}

.closeForCandidate {
    background-color: #e9004c;
    color: white;
}

.sendReject {
    background-color: #e9004c;
    color: white;
}

.sendForCandidate {
    background-color: #e9004c;
}

.top-section.private-room-admin {
    padding-top: 15px;
    margin-top: 60px;
}

.content-center {
    text-align: center;
}

.img-content {
    width: 100%;
    border: 1px solid black;
}

@media (min-width: 991px) and (max-width: 1370px) {
    .top-section.private-room {
        height: 31vh;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .top-section.private-room {
        height: 27vh;
        margin-top: 54px;
    }
}

@media (max-width: 768px) {
    .top-section.private-room {
        height: 16vh;
        margin-top: 54px;
    }
}

@media (max-width: 767.98px) and (orientation: landscape) {
    .top-section.private-room {
        height: 25vh;
    }
}

@media (min-width: 575.98px) and (max-width: 767.98px) {
    .top-section.private-room {
        height: 50vh;
        margin-top: 45px
    }
}

@media (max-width: 575.98px) {
    .top-section.private-room {
        height: 20vh;
        margin-top: 44px;
    }

    section.container.portfolio {
        grid-template-columns: 100%;
    }

    .right .sezione h3, .left .image-container {
        text-align: center;
    }

    section.container.portfolio img {
        width: 30%;
        margin-bottom: 20px;
    }

    section.container.portfolio ul {
        grid-template-columns: 100%;
    }
}

@media (max-width: 575.98px) and (orientation: landscape) {
    .top-section.private-room {
        height: 50vh;
    }
}

.top-section.private-room .top-section-content {
    margin-top: 14vh;
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .top-section.private-room .top-section-content {
        margin-top: 16vh;
    }
}

@media (max-width: 575.98px) {
    .top-section.private-room .top-section-content {
        margin-top: 12vh;
    }
}

.top-section.private-room .top-message {
    position: absolute;
    background-color: white;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    width: 700px;
    bottom: 180px;
    left: 50%;
    margin-left: -350px;
    z-index: 10;
    padding: 20px 40px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .top-section.private-room .top-message {
        margin-top: 16vh;
        max-width: 60%;
        margin-left: 20%;
        left: 0;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .top-section.private-room .top-message {
        max-width: 60%;
        margin-left: 20%;
        left: 0;
    }
}

@media (max-width: 575.98px) {
    .top-section.private-room .top-message {
        max-width: 90%;
        margin-left: 5%;
        left: 0;
        bottom: 30px;
        padding: 15px 15px;
    }
}

.top-section.private-room .top-message:after {
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #ffffff transparent transparent transparent;
    content: "";
}

.top-section.private-room .top-message a:last-child {
    margin-right: 0;
}

.top-section.private-room .top-message p {
    margin-bottom: 5px;
}

@media (max-width: 575.98px) {
    .top-section.private-room .top-message p {
        font-size: 15px;
    }
}

.top-section.profile-view {
    background: transparent url("../images/top/new/phydboard.jpg") no-repeat top center;
    height: 27vh;
    max-height: 550px;
    background-size: cover;
    position: relative;
    /*z-index: 2;*/
    margin-top: 66px;
}

/*@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .top-section.people-view {
        z-index: -1;
        margin-top: 66px;
    }
}*/

@media (min-width: 1025px) and (max-width: 1370px) {
    .top-section.profile-view {
        height: 32vh;
    }
}

@media (width: 1024px) and (height:768px) {
    .top-section.profile-view {
        height: 27vh;
    }
}

@media (min-width: 991px) and (max-width: 1023px) {
    .top-section.profile-view {
        height: 19vh;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .top-section.profile-view {
        height: 50vh;
        margin-top: 54px;
    }
}

@media (max-width: 768px) {
    .top-section.profile-view {
        height: 21vh;
        margin-top: 54px;
    }
}

@media (min-width: 575.98px) and (max-width: 767.98px) {
    .top-section.profile-view {
        height: 50vh;
        margin-top: 44px;
    }
}

@media (max-width: 575.98px) {
    .top-section.profile-view {
        height: 33vh;
        margin-top: 44px;
    }
}

@media (max-width: 575.98px) and (orientation: landscape) {
    .top-section.profile-view {
        height: 50vh;
    }
}

.top-section.people-view-2 {
    background: transparent url("../images/top/new/privacy-2.jpg") no-repeat top center;
    height: 35vh;
    max-height: 550px;
    background-size: cover;
    position: relative;
    /*z-index: 2;*/
    margin-top: 66px;
}

/*@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .top-section.people-view-2 {
        z-index: -1;
        margin-top: 66px;
    }
}*/

@media (max-width: 1024px) {
    .top-section.people-view-2 {
        height: 20vh;
    }
}

@media (max-width: 991px) {
    .top-section.people-view-2 {
        height: 40vh;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .top-section.people-view-2 {
        height: 45vh;
        margin-top: 54px;
    }
}

@media (max-width: 768px) {
    .top-section.people-view-2 {
        height: 25vh;
        margin-top: 54px;
    }
}

@media (min-width: 575.98px) and (max-width: 767px) {
    .top-section.people-view-2 {
        height: 45vh;
        margin-top: 44px;
    }
}

@media (max-width: 575.98px) {
    .top-section.people-view-2 {
        height: 27vh;
        margin-top: 44px;
    }
}

@media (max-width: 575.98px) and (orientation: landscape) {
    .top-section.people-view-2 {
        height: 50vh;
    }
}

.top-section.people-view {
    background: transparent url("../images/top/new/phyders.jpg") no-repeat top center;
    height: 27vh;
    max-height: 550px;
    background-size: cover;
    position: relative;
    /*z-index: 2;*/
    margin-top: 66px;
}

/*@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .top-section.people-view {
        z-index: -1;
        margin-top: 66px;
    }
}*/

@media (max-width: 1024px) {
    .top-section.people-view {
        height: 20vh;
    }
}

@media (max-width: 991px) {
    .top-section.people-view {
        height: 40vh;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .top-section.people-view {
        height: 45vh;
        margin-top: 54px;
    }
}

@media (max-width: 768px) {
    .top-section.people-view {
        height: 25vh;
        margin-top: 54px;
    }
}

@media (min-width: 575.98px) and (max-width: 767px) {
    .top-section.people-view {
        height: 45vh;
        margin-top: 44px;
    }
}

@media (max-width: 575.98px) {
    .top-section.people-view {
        height: 27vh;
        margin-top: 44px;
    }
}

@media (max-width: 575.98px) and (orientation: landscape) {
    .top-section.people-view {
        height: 50vh;
    }
}

.top-section.content-view {
    background: transparent url("../images/top/new/content.jpg") no-repeat top center;
    height: 35vh;
    max-height: 550px;
    background-size: cover;
    position: relative;
    /*z-index: 2;*/
    margin-top: 66px;
}

/*@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .top-section.content-view {
        z-index: -1;
        margin-top: 66px;
    }
}*/

@media (max-width: 1024px) {
    .top-section.content-view {
        height: 20vh;
    }
}

@media (max-width: 991px) {
    .top-section.content-view {
        height: 40vh;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .top-section.content-view {
        height: 45vh;
        margin-top: 54px;
    }
}


@media (max-width: 768px) {
    .top-section.content-view {
        height: 25vh;
        margin-top: 54px;
    }
}

@media (min-width: 575.98px) and (max-width: 767px) {
    .top-section.content-view {
        height: 45vh;
        margin-top: 44px;
    }
}

@media (max-width: 575.98px) {
    .top-section.content-view {
        height: 27vh;
        margin-top: 44px;
    }
}

@media (max-width: 575.98px) and (orientation: landscape) {
    .top-section.content-view {
        height: 50vh;
    }
}

.top-section.assessment-view {
    background: transparent url("../images/top/new/soft-skill.jpg") no-repeat top center;
    height: 35vh;
    max-height: 550px;
    background-size: cover;
    position: relative;
    /*z-index: 2;*/
    margin-top: 66px;
}

/*@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .top-section.assessment-view {
        z-index: -1;
        margin-top: 66px;
    }
}*/

@media (max-width: 1024px) {
    .top-section.assessment-view {
        height: 20vh;
    }
}

@media (max-width: 991px) {
    .top-section.assessment-view {
        height: 40vh;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .top-section.assessment-view {
        height: 45vh;
        margin-top: 54px;
    }
}

@media (max-width: 768px) {
    .top-section.assessment-view {
        height: 25vh;
        margin-top: 54px;
    }
}

@media (min-width: 575.98px) and (max-width: 767px) {
    .top-section.assessment-view {
        height: 45vh;
        margin-top: 44px;
    }
}

@media (max-width: 575.98px) {
    .top-section.assessment-view {
        height: 27vh;
        margin-top: 44px;
    }
}

@media (max-width: 575.98px) and (orientation: landscape) {
    .top-section.assessment-view {
        height: 50vh;
    }
}

.top-section.digital-view {
    background: transparent url("../images/top/new/digital-skill.jpg") no-repeat top center;
    height: 35vh;
    max-height: 550px;
    background-size: cover;
    position: relative;
    /*z-index: 2;*/
    margin-top: 66px;
}

/*@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .top-section.digital-view {
        z-index: -1;
        margin-top: 66px;
    }
}*/

@media (max-width: 1024px) {
    .top-section.digital-view {
        height: 20vh;
    }
}

@media (max-width: 991px) {
    .top-section.digital-view {
        height: 40vh;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .top-section.digital-view {
        height: 45vh;
        margin-top: 54px;
    }
}

@media (max-width: 768px) {
    .top-section.digital-view {
        height: 25vh;
        margin-top: 54px;
    }
}

@media (min-width: 575.98px) and (max-width: 767px) {
    .top-section.digital-view {
        height: 45vh;
        margin-top: 44px;
    }
}

@media (max-width: 575.98px) {
    .top-section.digital-view {
        height: 27vh;
        margin-top: 44px;
    }
}

@media (max-width: 575.98px) and (orientation: landscape) {
    .top-section.digital-view {
        height: 50vh;
    }
}

.top-section.job-view {
    background: transparent url("../images/top/new/job.jpg") no-repeat top center;
    height: 35vh;
    max-height: 550px;
    background-size: cover;
    position: relative;
    /*z-index: 2;*/
    margin-top: 66px;
}

/*@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .top-section.job-view {
        z-index: -1;
        margin-top: 66px;
    }
}*/

@media (max-width: 1024px) {
    .top-section.job-view {
        height: 20vh;
    }
}

@media (max-width: 991px) {
    .top-section.job-view {
        height: 40vh;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .top-section.job-view {
        height: 45vh;
        margin-top: 54px;
    }
}

@media (max-width: 768px) {
    .top-section.job-view {
        height: 25vh;
        margin-top: 54px;
    }
}

@media (min-width: 575.98px) and (max-width: 767px) {
    .top-section.job-view {
        height: 45vh;
        margin-top: 44px;
    }
}

@media (max-width: 575.98px) {
    .top-section.job-view {
        height: 27vh;
        margin-top: 44px;
    }
}

@media (max-width: 575.98px) and (orientation: landscape) {
    .top-section.job-view {
        height: 50vh;
    }
}

.top-section.error-view {
    background: transparent url("../images/top/error.jpg") no-repeat top center;
    height: 35vh;
    max-height: 550px;
    background-size: cover;
    position: relative;
    /*z-index: 2;*/
    margin-top: 66px;
}

/*@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .top-section.error-view {
        z-index: -1;
        margin-top: 66px;
    }
}*/

@media (max-width: 1024px) {
    .top-section.error-view {
        height: 20vh;
    }
}

@media (max-width: 991px) {
    .top-section.error-view {
        height: 40vh;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .top-section.error-view {
        height: 45vh;
        margin-top: 54px;
    }
}

@media (max-width: 768px) {
    .top-section.error-view {
        height: 25vh;
        margin-top: 54px;
    }
}

@media (min-width: 575.98px) and (max-width: 767px) {
    .top-section.error-view {
        height: 45vh;
        margin-top: 44px;
    }
}

@media (max-width: 575.98px) {
    .top-section.error-view {
        height: 27vh;
        margin-top: 44px;
    }
}

@media (max-width: 575.98px) and (orientation: landscape) {
    .top-section.error-view {
        height: 50vh;
    }
}

.top-section.warning-view {
    background: transparent url("../images/top/warning.jpg") no-repeat top center;
    height: 35vh;
    max-height: 550px;
    background-size: cover;
    position: relative;
    /*z-index: 2;*/
    margin-top: 66px;
}

/*@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .top-section.warning-view {
        z-index: -1;
        margin-top: 66px;
    }
}*/

@media (max-width: 1024px) {
    .top-section.warning-view {
        height: 20vh;
    }
}

@media (max-width: 991px) {
    .top-section.warning-view {
        height: 40vh;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .top-section.warning-view {
        height: 45vh;
        margin-top: 54px;
    }
}

@media (max-width: 768px) {
    .top-section.warning-view {
        height: 25vh;
        margin-top: 54px;
    }
}

@media (min-width: 575.98px) and (max-width: 767px) {
    .top-section.warning-view {
        height: 45vh;
        margin-top: 44px;
    }
}

@media (max-width: 575.98px) {
    .top-section.warning-view {
        height: 27vh;
        margin-top: 44px;
    }
}

@media (max-width: 575.98px) and (orientation: landscape) {
    .top-section.warning-view {
        height: 50vh;
    }
}

.top-section .white-gradient {
    /*padding-top: 65px;*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
    /* IE6-9 */
}

/*@media (min-width:1024px) {
    .top-section .white-gradient {
        padding-top: 56px;
    }
}

@media (max-width:991px) {
    .top-section .white-gradient {
        padding-top: 19px;
    }
}

@media (min-width: 767.98px) and (max-width: 991.98px) {
    .top-section .white-gradient {
        padding-top: 30px;
    }
}*/

@media (max-width: 767.98px) {
    .top-section .white-gradient {
        height: 100%;
        /*padding-top: 75px;*/
    }
}

@media (max-width: 575.98px) {
    .top-section .white-gradient {
        height: 100%;
        /*padding-top: 28px;*/
    }
}

@media (max-width: 575.98px) and (orientation: landscape) {
    .top-section .white-gradient {
        height: 100%;
        /*padding-top: 42px;*/
    }
}

.modal {
    /*z-index:3;*/
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 24;
    background-color: #000;
}

.notif-btns {
    /*overflow:hidden;*/
    width: 100%;
    height: 100%;
}

@media (min-width: 1200px) and (max-width: 991.98px) {
    .notif-btns {
        width: 290px;
        height: 105px;
        margin-left: -35px;
        margin-top: -20px;
    }
}

@media (max-width: 991.98px) {
    .notif-btns {
        width: 290px;
        height: 105px;
        margin-left: 50px;
        margin-top: -6px;
    }
}

@media (max-width: 991.98px) and (orientation: landscape) {
    .notif-btns {
        width: 290px;
        height: 105px;
        margin-left: -35px;
        /*margin-top: 10px;*/
    }
}

@media (min-width: 767.98px) and (max-width: 991.98px) {
    .notif-btns {
        margin-left: 30px;
    }
}

@media (max-width: 767.98px) {
    .notif-btns {
        width: 300px;
        height: 53px;
        margin-left: -50px;
        margin-top: 29px;
    }
}

@media (max-width: 767.98px) and (orientation: landscape) {
    .notif-btns {
        width: 300px;
        height: 53px;
        margin-top: -26px;
        margin-left: 0px;
    }
}

@media (max-width: 575.98px) {
    .notif-btns {
        width: 250px;
        height: 53px;
        margin-left: 50px;
        margin-top: 0px;
    }
}

@media (max-width: 575.98px) and (orientation: landscape) {
    .notif-btns {
        width: 300px;
        height: 53px;
        margin-left: 115px;
    }
}

.back-gray {
    background-color: #f7f7f7;
}

.main-content .first-section {
    background-color: white;
    position: relative;
}

@media (max-width: 991.98px) {
    .main-content .first-section {
        min-height: 230px;
    }
}

@media (max-width: 767.98px) {
    .main-content .first-section {
        /* margin-top: -113px;*/
        min-height: 230px;
    }
}

@media (max-width: 575.98px) {
    .main-content .first-section {
        margin-top: 0;
        padding-bottom: 0;
    }
}

@media (max-width: 575.98px) and (orientation: landscape) {
    .main-content .first-section {
        margin-top: 0px;
    }
}

.admin-section {
    margin-top: 5%;
}

.bottom-navigation {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (min-width: 576px) and (max-width: 1199.98px) {
    .bottom-navigation {
        padding-bottom: 20px;
    }
}

.bottom-navigation .bottom-bar-container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 20px 60px;
}

@media (min-width: 576px) and (max-width: 1199.98px) {
    .bottom-navigation .bottom-bar-container {
        padding: 20px;
    }
}

@media (max-width: 575.98px) {
    .bottom-navigation .bottom-bar-container {
        padding: 20px 10px;
    }
}

@media (max-width: 767.98px) {
    .bottom-navigation .bottom-bar-container {
        text-align: center;
    }
}

.bottom-navigation .bottom-bar-container .logo {
    width: 82px;
    height: 82px;
    display: inline-block;
    float: left;
}

@media (max-width: 767.98px) {
    .bottom-navigation .bottom-bar-container .logo {
        display: none;
    }
}

.bottom-navigation .bottom-bar-container nav {
    float: left;
    margin-left: 80px;
}

@media (min-width: 576px) and (max-width: 1199.98px) {
    .bottom-navigation .bottom-bar-container nav {
        margin-left: 40px;
    }
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .bottom-navigation .bottom-bar-container nav {
        float: right;
    }
}

@media (max-width: 575.98px) {
    .bottom-navigation .bottom-bar-container nav {
        display: none;
    }
}

.bottom-navigation .bottom-bar-container nav ul {
    list-style: none;
    padding: 20px 0 0 0;
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .bottom-navigation .bottom-bar-container nav ul {
        padding-top: 0;
    }
}

.bottom-navigation .bottom-bar-container nav ul li {
    display: inline-block;
    font-size: 22px;
    color: black;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    padding: 0 10px;
    position: relative;
}

@media (min-width: 576px) and (max-width: 1199.98px) {
    .bottom-navigation .bottom-bar-container nav ul li {
        padding: 0 8px;
    }
}

.bottom-navigation .bottom-bar-container nav ul li a {
    color: black;
}

    .bottom-navigation .bottom-bar-container nav ul li a:hover {
        text-decoration: none;
    }

    .bottom-navigation .bottom-bar-container nav ul li a.active {
        width: 42px;
    }

.bottom-navigation .bottom-bar-container nav ul li.primary a {
    color: #e9004c;
}

.bottom-navigation .bottom-bar-container .secondary-nav {
    text-align: center;
}

    .bottom-navigation .bottom-bar-container .secondary-nav ul {
        list-style: none;
        padding: 20px 0 0 0;
    }

        .bottom-navigation .bottom-bar-container .secondary-nav ul li {
            display: inline-block;
            font-size: 15px;
            color: black;
            font-weight: 700;
            padding: 0 8px;
            position: relative;
            line-height: 35px;
        }

@media (max-width: 575.98px) {
    .bottom-navigation .bottom-bar-container .secondary-nav ul li {
        font-size: 14px;
        padding: 0 6px;
    }
}

.bottom-navigation .bottom-bar-container .secondary-nav ul li a {
    color: black;
}

    .bottom-navigation .bottom-bar-container .secondary-nav ul li a:hover {
        color: #e9004c;
        text-decoration: none;
    }

@media (min-width: 576px) and (max-width: 1199.98px) {
    .single-card-wrapper {
        padding-left: 0;
        padding-right: 0;
    }

        .single-card-wrapper .single-card-content p {
            min-height: 70px;
        }
}

.loader-container {
    width: 100%;
    height: 100%;
    min-height: 70px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-form {
    margin: 0 auto;
    padding-bottom: 40px;
    text-align: center;
}

    .page-form form {
        width: 100%;
    }

    .page-form .btn-group-list .btn-primary {
        /*@include box-shadow(0, 0, 0px, rgba(0, 0, 0, 0.15), false);*/
    }

        .page-form .btn-group-list .btn-primary:not(:disabled).active {
            background-color: #e9004c;
        }

            .page-form .btn-group-list .btn-primary:not(:disabled).active:hover {
                background-color: #cc0a50;
            }

        .page-form .btn-group-list .btn-primary:not(:disabled):not(.active) {
            background-color: #bbbbbb;
        }

            .page-form .btn-group-list .btn-primary:not(:disabled):not(.active):hover {
                background-color: #cc0a50;
            }

        .page-form .btn-group-list .btn-primary i {
            padding-right: 10px;
        }

.card.skills .price {
    font-weight: 500;
    color: black;
    font-size: 18px;
    font-family: "Oswald", sans-serif;
    right: 30px;
    bottom: 55px;
    position: absolute;
}

.check-pay {
    float: right;
    right: 30px;
    bottom: 72px;
    height: 30px;
    position: absolute;
}

.inline-text {
    max-width: 550px;
    margin: 20px auto 0 auto;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767.98px) {
    .inline-text {
        margin-left: 15px;
        margin-right: 15px;
    }
}

.inline-text .btn {
    margin-top: 0;
    /*box-shadow: none;*/
    float: right;
    width: 150px;
    padding: 0;
    text-align: center;
    line-height: 40px;
    height: 40px;
}

    .inline-text .btn.btn-primary:not(:disabled) {
        background-color: #e9004c;
    }

        .inline-text .btn.btn-primary:not(:disabled):hover {
            background-color: #cc0a50;
        }

@media (max-width: 767.98px) {
    .inline-text .btn.btn-primary {
        width: 30%;
    }
}

.inline-text input {
    border: none;
    padding: 10px 16px;
    outline: none;
    line-height: 40px;
    height: 40px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-family: "Roboto", serif;
}

@media (max-width: 767.98px) {
    .inline-text input {
        font-size: 14px;
    }
}

.inline-text .autocomplete {
    width: 400px;
    position: relative;
    display: inline-block;
}

@media (max-width: 767.98px) {
    .inline-text .autocomplete {
        width: 70%;
    }
}

.inline-text .autocomplete-items {
    position: absolute;
    background-color: white;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    border: 1px solid #dddddd;
    font-size: 16px;
}

@media (max-width: 767.98px) {
    .inline-text .autocomplete-items {
        font-size: 14px;
    }
}

.inline-text .autocomplete-items div {
    color: black;
    padding: 8px 16px;
    cursor: pointer;
}

    .inline-text .autocomplete-items div:hover {
        background-color: #e9004c;
        color: white;
    }

.inline-text .autocomplete-active {
    background-color: #e9004c !important;
    color: white !important;
}

.single-card-link {
    text-decoration: none;
}

    .single-card-link:hover {
        text-decoration: none;
    }

    .single-card-link p {
        color: #747474;
    }

.back-gray {
    background-color: #eeeeee;
}

.single-card {
    background-color: white;
    min-height: 328px;
    position: relative;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.16);
}

@media (max-width: 575.98px) {
    .single-card {
        min-height: auto;
    }

    .animationLoader {
        margin-left: 30%;
    }
}

.animationLoader {
    margin-left: 40%;
}

.single-card .card-loader-container {
    position: absolute;
    bottom: 16px;
    right: 22px;
    z-index: 21;
}

.single-card .description {
    font-size: 13px;
    color: #747474;
}

.single-card .data-richiesta {
    height: auto;
    font-size: 13px;
    margin-bottom: 10px;
}

.single-card .description p {
    font-size: 13px;
    margin-top: 15px;
}

.single-card .description ul li {
    padding: 0px;
    display: list-item;
}

.single-card.avatar-card {
    margin-bottom: 20px;
    margin-top: 20px;
}

    .single-card.avatar-card .avatar-card-logo {
        position: absolute;
        top: 30px;
        left: 40px;
        width: 65px;
        height: auto;
    }

        .single-card.avatar-card .avatar-card-logo img {
            width: 100%;
            height: 100%;
        }

@media (max-width: 575.98px) {
    .single-card.avatar-card {
        margin-bottom: 10px;
    }
}

.single-card.avatar-card .circular-image-mask img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-card.avatar-card:hover .circular-image-mask img {
    transform: scale(1.1);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.single-card.avatar-card h3 {
    line-height: 1.3;
    color: white;
    padding: 20px 0px 0px 150px;
    text-transform: none;
    font-size: 20px;
    font-family: "Roboto", serif;
}

.single-card.avatar-card p span {
    display: block;
    font-weight: 500;
}

    .single-card.avatar-card p span.position {
        font-size: 14px;
        color: #747474;
    }

    .single-card.avatar-card p span.company {
        font-size: 14px;
        color: black;
    }

.single-card.news-card {
    min-height: 610px;
    margin-bottom: 25px;
    margin-top: 20px;
}

@media (max-width: 575.98px) {
    .single-card.news-card {
        min-height: auto;
        margin-bottom: 10px;
    }
}

.single-card.news-card.no-tags {
    min-height: 520px;
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .single-card.news-card.no-tags {
        min-height: 480px;
    }
}

@media (max-width: 575.98px) {
    .single-card.news-card.no-tags {
        min-height: auto;
    }
}

.single-card.news-card:hover .single-card-header img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transform: scale(1.1);
}

.single-card.news-card .single-card-header {
    overflow: hidden;
}

    .single-card.news-card .single-card-header img {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .single-card.news-card .single-card-header .news-image {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 20;
    }

.single-card.job-card {
    height: 582px;
    margin-bottom: 45px;
}

@media (max-width: 575.98px) {
    .single-card.job-card {
        height: 612px;
        margin-bottom: 32px;
    }
}

.single-card.job-card.size-skill {
    height: 600px;
    margin-bottom: 25px;
    margin-top: 20px;
}

.single-card.job-card.no-tags {
    min-height: 520px;
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .single-card.job-card.no-tags {
        min-height: 480px;
    }
}

@media (max-width: 575.98px) {
    .single-card.job-card.no-tags {
        min-height: auto;
    }
}

.single-card.job-card:hover .single-card-header img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transform: scale(1.1);
}

.single-card.job-card .single-card-header {
    overflow: hidden;
}

    .single-card.job-card .single-card-header img {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .single-card.job-card .single-card-header .job-image {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 20;
    }

.single-card.job-card .single-chart-wrapper {
    position: absolute;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    z-index: 23;
    left: 50%;
    margin-left: -100px;
    top: 40px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .single-card.job-card .single-chart-wrapper {
        top: 20px;
    }
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .single-card.job-card .single-chart-wrapper {
        width: 150px;
        height: 150px;
        margin-left: -75px;
        top: 50px;
    }
}

@media (max-width: 575.98px) {
    .single-card.job-card .single-chart-wrapper {
        height: 155px;
        margin-bottom: 30px;
    }
}

.single-card.job-card .single-chart-wrapper a {
    display: block;
    height: 100%;
}

.single-card.job-card .single-chart-wrapper .single-chart {
    background-color: white;
    border-radius: 50%;
    padding: 2px;
    margin: 0 auto;
    width: 200px;
    height: 200px;
    position: relative;
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    moz-transform-origin: center;
    -o-transform-origin: center;
    -ms-transform-origin: center;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.16);
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .single-card.job-card .single-chart-wrapper .single-chart {
        width: 150px;
        height: 150px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .single-card.job-card .single-chart-wrapper .single-chart {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 575.98px) {
    .single-card.job-card .single-chart-wrapper .single-chart {
        width: 150px;
        height: 150px;
    }
}

.single-card.job-card .single-chart-wrapper .single-chart svg {
    width: 100%;
    float: left;
}

.single-card.job-card .single-chart-wrapper .single-chart.green .circle-chart__background {
    stroke: #eef6de;
}

.single-card.job-card .single-chart-wrapper .single-chart.green .circle-chart__circle {
    stroke: #77bc1f;
}

.single-card.job-card .single-chart-wrapper .single-chart.yellow .circle-chart__background {
    stroke: #fdf4c1;
}

.single-card.job-card .single-chart-wrapper .single-chart.yellow .circle-chart__circle {
    stroke: #ffd100;
}

.single-card.job-card .single-chart-wrapper .single-chart.orange .circle-chart__background {
    stroke: #fef5eb;
}

.single-card.job-card .single-chart-wrapper .single-chart.orange .circle-chart__circle {
    stroke: #ff6633;
}

.single-card.job-card .single-chart-wrapper .single-chart.btn-new-chart {
    cursor: pointer;
}

    .single-card.job-card .single-chart-wrapper .single-chart.btn-new-chart .circle-chart__background {
        stroke: #f6ccdb;
    }

    .single-card.job-card .single-chart-wrapper .single-chart.btn-new-chart:hover .single-chart-plus {
        transform: scale(1.1);
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

.single-card.job-card .single-chart-wrapper .single-chart .single-chart-percentage {
    position: absolute;
    top: 50%;
    left: 40px;
    width: 120px;
    margin-top: -26px;
    text-align: center;
    z-index: 20;
    font-size: 40px;
    color: black;
    moz-transform-origin: center;
    -o-transform-origin: center;
    -ms-transform-origin: center;
    -webkit-transform-origin: center;
    transform-origin: center;
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .single-card.job-card .single-chart-wrapper .single-chart .single-chart-percentage {
        left: 15px;
        font-size: 26px;
        margin-top: -16px;
    }
}

@media (max-width: 575.98px) {
    .single-card.job-card .single-chart-wrapper .single-chart .single-chart-percentage {
        left: 15px;
        font-size: 26px;
        margin-top: -16px;
    }
}

.single-card.job-card .single-chart-wrapper .single-chart .single-chart-plus {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    text-align: center;
    z-index: 20;
    color: #e9004c;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .single-card.job-card .single-chart-wrapper .single-chart .single-chart-plus {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
    }
}

.single-card.job-card .single-chart-wrapper .single-chart .single-chart-plus span:first-child {
    width: 40px;
    height: 4px;
    background-color: #e9004c;
    position: absolute;
    left: 0;
    top: 18px;
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .single-card.job-card .single-chart-wrapper .single-chart .single-chart-plus span:first-child {
        width: 30px;
        height: 3px;
        top: 14px;
    }
}

.single-card.job-card .single-chart-wrapper .single-chart .single-chart-plus span:last-child {
    height: 40px;
    width: 4px;
    background-color: #e9004c;
    position: absolute;
    top: 0;
    left: 18px;
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .single-card.job-card .single-chart-wrapper .single-chart .single-chart-plus span:last-child {
        height: 30px;
        width: 3px;
        left: 14px;
    }
}

.single-card.job-card .single-chart-wrapper.animated-elem[data-emergence="visible"] .circle-chart__circle {
    -webkit-animation: circle-chart-fill 1s reverse;
    -moz-animation: circle-chart-fill 1s reverse;
    -o-animation: circle-chart-fill 1s reverse;
    animation: circle-chart-fill 1s reverse;
}

.single-card.job-card .single-chart-wrapper .circle-chart__circle--negative {
    transform: rotate(-90deg) scale(1, -1);
    /* 1, 2, 3 */
}

.single-card.job-card .single-chart-wrapper .circle-chart__percent {
    font-size: 8px;
}

@-webkit-keyframes circle-chart-fill {
    to {
        stroke-dasharray: 0 100;
    }
}

@-moz-keyframes circle-chart-fill {
    to {
        stroke-dasharray: 0 100;
    }
}

@-o-keyframes circle-chart-fill {
    to {
        stroke-dasharray: 0 100;
    }
}

@keyframes circle-chart-fill {
    to {
        stroke-dasharray: 0 100;
    }
}

.single-card a {
    text-decoration: none !important;
}

    .single-card a p {
        color: #747474;
    }

.single-card .single-card-header {
    height: 140px;
    position: relative;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .single-card .single-card-header {
        height: 200px;
    }
}

@media (max-width: 991.98px) {
    .single-card .single-card-header {
        height: 180px;
    }
}

.single-card .single-card-header .circular-image-mask {
    position: absolute;
    border-radius: 50%;
    /* float: left; */
    overflow: hidden;
    width: 110px;
    height: 110px;
    z-index: 2;
    border: 1px solid white;
    left: 8%;
    margin-left: 0;
    bottom: -55px;
}

    .single-card .single-card-header .circular-image-mask img {
        width: 100%;
        height: 100%;
    }

.single-card .single-card-header .card-header-triangle-mask {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 105%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    background-size: 100% 100%;
}

@media (max-width: 991.98px) {
    .single-card .single-card-header .card-header-triangle-mask {
        height: 180px;
    }
}

.blue {
    color: #1e3b9c;
}

.single-card.avatar-card.coach-managing {
    min-height: 390px;
}

.btn.btn-primary.back-blue {
    background-color: #1e3b9c;
}

    .btn.btn-primary.back-blue:hover {
        background-color: #1e3b9c;
    }

.back-blue {
    background-color: #1e3b9c;
}

.single-card .single-card-header.green {
    background-color: #e9004c;
}

.single-card .single-card-header.yellow {
    background-color: #e9004c;
    height: 78px;
    position: relative;
}

.single-card .single-card-header.orange {
    background-color: #e9004c;
}

.single-card .single-card-header.blue {
    background-color: #1e3b9d;
}

.single-card .single-card-header.primary {
    background-color: #e9004c;
}

.single-card .single-card-content {
    padding: 85px 30px 5px 30px;
}

    .single-card .single-card-content.less-padding-top {
        padding: 20px 40px 0px 40px;
    }

@media (min-width: 992px) and (max-width: 1199.98px) {
    .single-card .single-card-content.less-padding-top {
        padding: 20px 25px 0px 25px;
    }
}

@media (max-width: 991.98px) {
    .single-card .single-card-content.less-padding-top {
        padding: 20px 25px 0px 25px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .single-card .single-card-content {
        padding: 60px 25px 30px 25px;
    }
}

@media (max-width: 991.98px) {
    .single-card .single-card-content {
        padding: 60px 25px 30px 25px;
    }
}

.single-card .single-card-content .btn {
    margin-top: 0;
}

.single-card .single-card-content .single-card-tags {
    padding-bottom: 15px;
}

    .single-card .single-card-content .single-card-tags a {
        font-size: 13px;
        color: white;
        font-weight: 700;
        background-color: #e9004c;
        padding: 0px 7px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-inline-box;
        line-height: 20px;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

.single-card .single-card-content .single-card-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
}

@media (max-width: 575.98px) {
    .single-card .single-card-content .single-card-footer {
        position: relative;
        margin-top: 30px;
    }
}

.single-card .single-card-content .single-card-footer .author-avatar {
    float: left;
    margin-left: 20px;
}

    .single-card .single-card-content .single-card-footer .author-avatar img {
        width: 40px;
        height: 40px;
        border-radius: 50%;
    }

@media (min-width: 576px) and (max-width: 767.98px) {
    .single-card .single-card-content .single-card-footer .author-avatar {
        margin-left: 10px;
    }
}

@media (max-width: 575.98px) {
    .single-card .single-card-content .single-card-footer .author-avatar {
        margin-left: 0;
    }
}

.single-card .single-card-content .single-card-footer .content-details {
    float: left;
    margin-left: 20px;
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .single-card .single-card-content .single-card-footer .content-details {
        margin-left: 10px;
    }
}

.single-card .single-card-content .single-card-footer .content-details span {
    display: block;
}

    .single-card .single-card-content .single-card-footer .content-details span.author-name {
        font-size: 13px;
        color: black;
    }

    .single-card .single-card-content .single-card-footer .content-details span.content-date {
        font-size: 13px;
        color: #e9004c;
        font-weight: 700;
    }

.single-card .single-card-content .single-card-footer .news-type {
    float: right;
    margin-right: 20px;
}

    .single-card .single-card-content .single-card-footer .news-type i {
        color: #e9004c;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        text-decoration: none;
        height: 40px;
        width: 40px;
        font-size: 24px;
    }

@media (min-width: 576px) and (max-width: 767.98px) {
    .single-card .single-card-content .single-card-footer .news-type {
        margin-right: 10px;
    }
}

@media (max-width: 575.98px) {
    .single-card .single-card-content .single-card-footer .news-type {
        margin-right: 0;
    }
}

.news-cards.green {
    background-color: #77bc1f;
}

.btn-circle-icon-box {
    position: absolute;
    top: 20px;
    right: 20px;
}

.showTag-container .phyd-tag {
    border: 1px solid #ccc;
    padding: 5px 10px;
    margin: 5px;
    display: flex;
    align-items: center;
    border-radius: 20px;
    background: #f2f2f2;
}

.btn-circle-icon-box .btn-circle-icon {
    margin-bottom: 10px;
    display: block;
    z-index: 21;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #e9004c;
}

    .btn-circle-icon-box .btn-circle-icon:hover {
        /*@include box-shadow(0, 0, 12px, rgba(0, 0, 0, 0.4), false);*/
    }

    .btn-circle-icon-box .btn-circle-icon a {
        color: white;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        text-decoration: none;
        height: 30px;
        width: 30px;
        font-size: 15px;
    }

        .btn-circle-icon-box .btn-circle-icon a:hover {
            color: #f6ccdb;
        }

@media (max-width: 991.98px) {
    .btn-circle-icon-box .btn-circle-icon a {
        height: 36px;
        width: 36px;
        font-size: 18px;
    }
}

@media (max-width: 575.98px) {
    .btn-circle-icon-box .btn-circle-icon a {
        height: 28px;
        width: 28px;
        font-size: 14px;
    }
}

.btn-circle-icon-box .btn-circle-icon.icon-white {
    background: white;
}

    .btn-circle-icon-box .btn-circle-icon.icon-white a {
        color: #e9004c;
    }

        .btn-circle-icon-box .btn-circle-icon.icon-white a:hover {
            color: #cc0a50;
        }

.btn-circle-icon-box .btn-circle-icon.icon-green {
    background: green;
}

.btn-circle-icon-box .btn-circle-icon.icon-white a {
    color: #e9004c;
}

    .btn-circle-icon-box .btn-circle-icon.icon-white a:hover {
        color: #cc0a50;
    }

#choose-profile {
    padding-top: 20px;
}

#ei-calculator {
    min-height: 680px;
    position: relative;
}

@media (max-width: 575.98px) {
    #ei-calculator {
        background: transparent url("../images/layout/background-ei-calculator.png") repeat-x bottom center;
        background-size: 100%;
    }
}

#ei-calculator .left-col {
    padding-top: 30px;
}

@media (max-width: 575.98px) {
    #ei-calculator .left-col {
        padding-top: 0px;
        padding-bottom: 30px;
    }
}

#ei-calculator .white-gradient {
    display: none;
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 2;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    /* IE6-9 */
}

@media (max-width: 575.98px) {
    #ei-calculator .white-gradient {
        display: block;
        bottom: 0;
    }
}

#ei-calculator .graph-animation {
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100% !important;
    z-index: -1;
    overflow: hidden;
    text-align: center;
}

    #ei-calculator .graph-animation canvas {
        margin: 0 auto;
    }

@media (max-width: 575.98px) {
    #ei-calculator .graph-animation {
        bottom: 0;
    }

        #ei-calculator .graph-animation canvas, #ei-calculator .graph-animation #dom_overlay_container {
            display: none;
        }
}

#ei-calculator .col-right {
    position: relative;
    background: transparent url("../images/layout/background-ei-calculator-right.png") repeat;
}

@media (max-width: 767.98px) {
    #ei-calculator .col-right {
        margin-top: 20px;
        min-height: 400px;
    }
}

#ei-calculator .col-right .graph-elem {
    position: absolute;
    z-index: 10;
}

    #ei-calculator .col-right .graph-elem.full-graph {
        top: 25%;
        left: 40%;
        margin-left: -210px;
    }

        #ei-calculator .col-right .graph-elem.full-graph img {
            width: 100%;
        }

    #ei-calculator .col-right .graph-elem.elem1 {
        bottom: -45%;
        left: -20%;
    }

        #ei-calculator .col-right .graph-elem.elem1 img {
            width: 100%;
        }

    #ei-calculator .col-right .graph-elem.elem2 {
        top: -5%;
        left: -9%;
    }

        #ei-calculator .col-right .graph-elem.elem2 img {
            width: 100%;
        }

    #ei-calculator .col-right .graph-elem.elem3 {
        top: 20%;
        right: 0;
    }

        #ei-calculator .col-right .graph-elem.elem3 img {
            width: 100%;
        }

@media (min-width: 992px) and (max-width: 1199.98px) {
    #ei-calculator .col-right .graph-elem.full-graph {
        max-width: 60%;
        margin: 0;
        left: 50%;
        top: 25%;
        margin-left: -30%;
    }

    #ei-calculator .col-right .graph-elem.elem1 {
        max-width: 180px;
        bottom: -14%;
        left: -3%;
    }

    #ei-calculator .col-right .graph-elem.elem2 {
        max-width: 180px;
        top: 0;
        left: 2%;
    }

    #ei-calculator .col-right .graph-elem.elem3 {
        max-width: 180px;
        top: 8%;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    #ei-calculator .col-right .graph-elem.full-graph {
        max-width: 220px;
        margin: 0;
        left: 50%;
        top: 25%;
        margin-left: -35%;
    }

    #ei-calculator .col-right .graph-elem.elem1 {
        max-width: 140px;
        bottom: -6%;
        left: -5%;
    }

    #ei-calculator .col-right .graph-elem.elem2 {
        max-width: 140px;
        top: 0;
        left: 2%;
    }

    #ei-calculator .col-right .graph-elem.elem3 {
        max-width: 140px;
        top: 8%;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    #ei-calculator .col-right .graph-elem.full-graph {
        max-width: 260px;
        margin: 0;
        left: 50%;
        top: 25%;
        margin-left: -130px;
    }

    #ei-calculator .col-right .graph-elem.elem1 {
        max-width: 160px;
        bottom: -6%;
        left: -5%;
    }

    #ei-calculator .col-right .graph-elem.elem2 {
        max-width: 160px;
        top: 0;
        left: 2%;
    }

    #ei-calculator .col-right .graph-elem.elem3 {
        max-width: 160px;
        top: 8%;
    }
}

@media (max-width: 575.98px) {
    #ei-calculator .col-right .graph-elem.full-graph {
        max-width: 240px;
        margin: 0;
        left: 50%;
        top: 20%;
        margin-left: -120px;
    }

    #ei-calculator .col-right .graph-elem.elem1 {
        max-width: 140px;
        bottom: -6%;
        left: 5%;
    }

    #ei-calculator .col-right .graph-elem.elem2 {
        max-width: 140px;
        top: 0;
        left: -1%;
    }

    #ei-calculator .col-right .graph-elem.elem3 {
        max-width: 140px;
        top: 8%;
    }
}

.home #scelti-per-te {
    margin-top: 40px;
}

@media (max-width: 575.98px) {
    .home #scelti-per-te {
        margin-top: 0;
    }
}

#phyd-milano h2.big {
    font-size: 40px;
}

@media (max-width: 575.98px) {
    #phyd-milano h2.big {
        font-size: 26px;
    }
}

#phyd-milano .brand-sign.huge {
    min-height: 180px;
    z-index: 100;
}

@media (max-width: 575.98px) {
    #phyd-milano .brand-sign.huge {
        min-height: 80px;
    }
}

#phyd-milano .content-on-dark {
    padding: 60px 0;
    min-height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center center;
}

@media (max-width: 575.98px) {
    #phyd-milano .content-on-dark {
        min-height: 400px;
    }
}

#phyd-milano .content-on-dark:hover {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    #phyd-milano .content-on-dark:hover .dark-background {
        background-color: rgba(0, 0, 0, 0.6);
    }

#phyd-milano .content-on-dark .content-text {
    z-index: 100;
    position: absolute;
    max-width: 700px;
    top: 60px;
    left: 50%;
    margin-left: -350px;
}

@media (min-width: 576px) and (max-width: 991.98px) {
    #phyd-milano .content-on-dark .content-text {
        max-width: 80%;
        left: 10%;
        margin-left: 0;
    }
}

@media (max-width: 575.98px) {
    #phyd-milano .content-on-dark .content-text {
        max-width: 80%;
        left: 10%;
        margin-left: 0;
    }
}

#phyd-milano .content-on-dark h3 {
    color: white;
    font-size: 30px;
    margin-bottom: 24px;
}

@media (max-width: 575.98px) {
    #phyd-milano .content-on-dark h3 {
        font-size: 22px;
    }
}

#phyd-milano .content-on-dark p {
    color: white;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 24px;
}

@media (max-width: 575.98px) {
    #phyd-milano .content-on-dark p {
        font-size: 16px;
    }
}

#phyd-milano .content-on-dark .btn.btn-primary {
    background-color: white;
    color: #e9004c;
}

    #phyd-milano .content-on-dark .btn.btn-primary:hover {
        background-color: #dddddd;
    }

#phyd-milano .content-on-dark .dark-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.section.follow {
    background-color: #eee;
}

.back-gray {
    background-color: #eeeeee;
}

@media (max-width: 575.98px) {
    .chart-wrapper {
        padding: 20px 0 40px 0;
        float: left;
    }
}

.chart-wrapper .chart-legend {
    float: right;
    font-size: 14px;
    color: black;
    margin-top: 20px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .chart-wrapper .chart-legend {
        margin-top: 0;
        float: right;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .chart-wrapper .chart-legend {
        font-size: 13px;
        margin-top: 10px;
        float: right;
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 575.98px) {
    .chart-wrapper .chart-legend {
        text-align: center;
        font-size: 13px;
        float: left;
        width: 100%;
    }

        .chart-wrapper .chart-legend span {
            margin-top: 10px;
        }
}

.chart-wrapper .chart-legend span {
    display: inline-block;
    padding: 0 10px 0 30px;
    position: relative;
}

    .chart-wrapper .chart-legend span:before {
        position: absolute;
        top: 2px;
        left: 8px;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        content: "";
    }

    .chart-wrapper .chart-legend span.green:before {
        background-color: #77bc1f;
    }

    .chart-wrapper .chart-legend span.orange:before {
        background-color: #ff6633;
    }

    .chart-wrapper .chart-legend span.yellow:before {
        background-color: #ffd100;
    }

.chart-wrapper .single-chart-wrapper {
    width: 20%;
    height: 190px;
    float: left;
    position: relative;
    margin-bottom: 60px;
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .chart-wrapper .single-chart-wrapper {
        height: 130px;
    }
}

@media (max-width: 575.98px) {
    .chart-wrapper .single-chart-wrapper {
        width: 50%;
        height: 155px;
        margin-bottom: 30px;
    }
}

.chart-wrapper .single-chart-wrapper a {
    display: block;
    height: 100%;
}

.chart-wrapper .single-chart-wrapper .single-chart-info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    z-index: 100;
    text-align: center;
}

    .chart-wrapper .single-chart-wrapper .single-chart-info span {
        font-size: 18px;
        color: black;
    }

@media (min-width: 576px) and (max-width: 991.98px) {
    .chart-wrapper .single-chart-wrapper .single-chart-info span {
        font-size: 13px;
        display: inline-block;
    }
}

@media (max-width: 575.98px) {
    .chart-wrapper .single-chart-wrapper .single-chart-info span {
        font-size: 15px;
        display: inline-block;
    }
}

.chart-wrapper .single-chart-wrapper .single-chart {
    background-color: white;
    border-radius: 50%;
    padding: 2px;
    margin: 0 auto;
    width: 136px;
    height: 136px;
    position: relative;
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    moz-transform-origin: center;
    -o-transform-origin: center;
    -ms-transform-origin: center;
    -webkit-transform-origin: center;
    transform-origin: center;
    /*@include box-shadow(0, 0, 25px, rgba(0, 0, 0, 0.16), false);*/
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .chart-wrapper .single-chart-wrapper .single-chart {
        width: 80px;
        height: 80px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .chart-wrapper .single-chart-wrapper .single-chart {
        width: 70px;
        height: 70px;
    }
}

@media (max-width: 575.98px) {
    .chart-wrapper .single-chart-wrapper .single-chart {
        width: 110px;
        height: 110px;
    }
}

.chart-wrapper .single-chart-wrapper .single-chart svg {
    width: 100%;
    float: left;
}

.chart-wrapper .single-chart-wrapper .single-chart.green .circle-chart__background {
    stroke: #eef6de;
}

.chart-wrapper .single-chart-wrapper .single-chart.green .circle-chart__circle {
    stroke: #77bc1f;
}

.chart-wrapper .single-chart-wrapper .single-chart.yellow .circle-chart__background {
    stroke: #fdf4c1;
}

.chart-wrapper .single-chart-wrapper .single-chart.yellow .circle-chart__circle {
    stroke: #ffd100;
}

.chart-wrapper .single-chart-wrapper .single-chart.orange .circle-chart__background {
    stroke: #fef5eb;
}

.chart-wrapper .single-chart-wrapper .single-chart.orange .circle-chart__circle {
    stroke: #ff6633;
}

.chart-wrapper .single-chart-wrapper .single-chart.btn-new-chart {
    cursor: pointer;
}

    .chart-wrapper .single-chart-wrapper .single-chart.btn-new-chart .circle-chart__background {
        stroke: #f6ccdb;
    }

    .chart-wrapper .single-chart-wrapper .single-chart.btn-new-chart:hover .single-chart-plus {
        transform: scale(1.1);
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

.chart-wrapper .single-chart-wrapper .single-chart .single-chart-percentage {
    position: absolute;
    top: 50%;
    left: 28px;
    width: 80px;
    margin-top: -20px;
    text-align: center;
    z-index: 20;
    font-size: 28px;
    color: black;
    moz-transform-origin: center;
    -o-transform-origin: center;
    -ms-transform-origin: center;
    -webkit-transform-origin: center;
    transform-origin: center;
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .chart-wrapper .single-chart-wrapper .single-chart .single-chart-percentage {
        left: 2px;
        font-size: 22px;
        margin-top: -16px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .chart-wrapper .single-chart-wrapper .single-chart .single-chart-percentage {
        left: -4px;
        font-size: 18px;
        margin-top: -12px;
    }
}

@media (max-width: 575.98px) {
    .chart-wrapper .single-chart-wrapper .single-chart .single-chart-percentage {
        left: 16px;
        font-size: 28px;
    }
}

.chart-wrapper .single-chart-wrapper .single-chart .single-chart-plus {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    text-align: center;
    z-index: 20;
    color: #e9004c;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .chart-wrapper .single-chart-wrapper .single-chart .single-chart-plus {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
    }
}

.chart-wrapper .single-chart-wrapper .single-chart .single-chart-plus span:first-child {
    width: 40px;
    height: 4px;
    background-color: #e9004c;
    position: absolute;
    left: 0;
    top: 18px;
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .chart-wrapper .single-chart-wrapper .single-chart .single-chart-plus span:first-child {
        width: 30px;
        height: 3px;
        top: 14px;
    }
}

.chart-wrapper .single-chart-wrapper .single-chart .single-chart-plus span:last-child {
    height: 40px;
    width: 4px;
    background-color: #e9004c;
    position: absolute;
    top: 0;
    left: 18px;
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .chart-wrapper .single-chart-wrapper .single-chart .single-chart-plus span:last-child {
        height: 30px;
        width: 3px;
        left: 14px;
    }
}

.btn-profile {
    padding: 7px 14px;
    font-size: 14px;
    margin: 12px 0;
    float: right;
    background-color: #ff6633;
}

img {
    max-width: 100%;
}

.tooltip-inner {
    background-color: #808080 !important;
    color: white;
}

#phydCropCanvas {
    height: 600px;
    width: 600px;
    background-color: #ffffff;
    cursor: default;
    border: 1px solid black;
}

.cropBtnOption {
    cursor: pointer;
    margin-top: 0px;
    margin-left: 5px;
    padding-top: 3px;
    background-color: transparent;
    height: 30px;
    width: 30px;
    margin-bottom: 0px;
    padding-top: 1%;
    text-align: center;
    color: #e9004c;
}

.cropload {
    cursor: pointer;
    border: none;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    margin: 0px;
    margin-bottom: 3px;
    color: white;
    background-color: #e9004c;
    padding: 0px;
    font-size: 16px;
    box-shadow: none;
}

.single-card .single-card-footer.green .btn-action {
    font-size: 12px;
    color: white !important;
    border: 2px solid white;
    padding: 3px 10px;
    text-transform: uppercase;
    margin: 0 3px;
    font-weight: 500;
    font-family: Oswald
}

h2.padding.content-center {
    margin-bottom: 25px;
}

/*.description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 20px;
    height: 65px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 6px;
}*/
.single-card .single-card-footer.green {
    background-color: #77bc1f;
}

.single-card .single-card-footer {
    overflow: hidden;
    height: 45px;
    position: relative;
    padding: 7px 10px;
}

.chart-wrapper .single-chart-wrapper.animated-elem[data-emergence="visible"] .circle-chart__circle {
    -webkit-animation: circle-chart-fill 1s reverse;
    -moz-animation: circle-chart-fill 1s reverse;
    -o-animation: circle-chart-fill 1s reverse;
    animation: circle-chart-fill 1s reverse;
}

.chart-wrapper .single-chart-wrapper .circle-chart__circle--negative {
    transform: rotate(-90deg) scale(1, -1);
    /* 1, 2, 3 */
}

.chart-wrapper .single-chart-wrapper .circle-chart__percent {
    font-size: 8px;
}

@-webkit-keyframes circle-chart-fill {
    to {
        stroke-dasharray: 0 100;
    }
}

@-moz-keyframes circle-chart-fill {
    to {
        stroke-dasharray: 0 100;
    }
}

@-o-keyframes circle-chart-fill {
    to {
        stroke-dasharray: 0 100;
    }
}

@keyframes circle-chart-fill {
    to {
        stroke-dasharray: 0 100;
    }
}

.back-gray {
    background-color: #eeeeee;
}

.profile-view .main-content .first-section {
    /*padding-top: 120px;*/
    padding-bottom: 20px;
}

@media (max-width: 991.98px) {
    .profile-view .main-content .first-section {
        padding: 30px 10px;
    }
}

.profile-view .main-content .first-section.gray {
    background-color: #eeeeee;
}

@media (max-width: 767.98px) and (orientation: landscape) {
    .profile-view .main-content .first-section.gray {
        margin-top: -140px;
    }
}

@media (max-width: 575.98px) and (orientation: landscape) {
    .profile-view .main-content .first-section.gray {
        margin-top: 0px;
    }
}

.profile-view .profile-intro-container {
    text-align: left;
}

    .profile-view .profile-intro-container #profile-intro {
        position: absolute;
    }

        .profile-view .profile-intro-container #profile-intro .circular-image-mask {
            position: absolute;
            border-radius: 50%;
            overflow: hidden;
            width: 150px;
            height: 150px;
            z-index: 2;
            /*top: -21px;*/
            left: 48px;
            margin-left: 0px;
            border: 1px solid #dddddd;
        }

            .profile-view .profile-intro-container #profile-intro .circular-image-mask img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

/*@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .profile-view .profile-intro-container #profile-intro .circular-image-mask {
        top:auto;
    }
}*/

@media (max-width: 991.98px) {
    .profile-view .profile-intro-container #profile-intro .circular-image-mask {
        /*top: -20px;*/
        width: 160px;
        height: 160px;
    }
}

@media (min-width: 767.98px) and (max-width: 991.98px) {
    .profile-view .profile-intro-container #profile-intro .circular-image-mask {
        width: 130px;
        height: 130px;
        top: 0px;
    }
}

@media (max-width: 767.98px) and (orientation: landscape) {
    .profile-view .profile-intro-container #profile-intro .circular-image-mask {
        width: 110px;
        height: 110px;
        /*top: 22px;*/
        left: 8px;
    }
}

@media (max-width: 767.98px) {
    .profile-view .profile-intro-container #profile-intro .circular-image-mask {
        width: 115px;
        height: 115px;
        /*top: 18px;*/
    }
}

@media (max-width: 575.98px) {
    .profile-view .profile-intro-container #profile-intro .circular-image-mask {
        width: 105px;
        height: 105px;
        /*top: 42px;*/
        left: 16px;
    }
}

@media (max-width: 575.98px) and (orientation: landscape) {
    .profile-view .profile-intro-container #profile-intro .circular-image-mask {
        width: 97px;
        height: 97px;
        /*top: 23px;*/
        left: 55px;
    }
}

.profile-view .profile-intro-container #profile-intro .profile-intro-data {
    color: white;
    position: absolute;
    left: 260px;
    /*top:-22px;*/
    width: 750px;
}

    /*@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .profile-view .profile-intro-container #profile-intro .profile-intro-data {
        top: auto;
    }
}*/

    .profile-view .profile-intro-container #profile-intro .profile-intro-data h1 {
        color: white;
    }

    .profile-view .profile-intro-container #profile-intro .profile-intro-data .profile-intro-abstract {
        font-size: 14px;
        margin-bottom: 10px;
        max-height: 90px;
        overflow: hidden;
    }

@media (max-width: 1199.98px) {
    .profile-view .profile-intro-container #profile-intro .profile-intro-data {
        width: 550px;
    }
}

@media (max-width: 991.98px) {
    .profile-view .profile-intro-container #profile-intro .profile-intro-data {
        left: 300px;
        width: 380px;
    }
}

@media (max-width: 991.98px) and (min-width:767.98px) {
    .profile-view .profile-intro-container #profile-intro .profile-intro-data {
        left: 200px;
        width: 507px;
        top: 5px;
    }
}

@media (max-width: 767.98px) and (orientation: landscape) {
    .profile-view .profile-intro-container #profile-intro .profile-intro-data {
        left: 175px;
        /*top: 42px;*/
        width: 210px;
    }

        .profile-view .profile-intro-container #profile-intro .profile-intro-data .profile-intro-abstract {
            font-size: 11px;
        }
}

@media (max-width: 767.98px) {
    .profile-view .profile-intro-container #profile-intro .profile-intro-data {
        left: 164px;
        /*top: 22px;*/
        width: 310px;
    }

        .profile-view .profile-intro-container #profile-intro .profile-intro-data .profile-intro-abstract {
            font-size: 11px;
            margin-bottom: 5px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            line-height: 20px;
            /*height: 39px*/;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }
}

@media (max-width: 575.98px) {
    .profile-view .profile-intro-container #profile-intro .profile-intro-data {
        left: 145px;
        /*top: 37px;*/
        width: 150px;
    }

        .profile-view .profile-intro-container #profile-intro .profile-intro-data .profile-intro-abstract {
            font-size: 11px;
            margin-bottom: 5px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            line-height: 18px;
            /*height: 55px;*/
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }
}

@media (max-width: 575.98px) and (orientation: landscape) {
    .profile-view .profile-intro-container #profile-intro .profile-intro-data {
        left: 177px;
        /*top: 12px;*/
        width: 210px;
    }

        .profile-view .profile-intro-container #profile-intro .profile-intro-data .profile-intro-abstract {
            /*display: none;*/
            font-size: 10px;
            left: 200px;
            /*top: 55px;*/
            width: 282px;
            height: auto;
        }
}

.profile-view h3 {
    text-transform: uppercase;
    /*color: #e9004c;*/
    font-size: 19px;
    font-weight: 700;
    font-family: "Oswald", serif;
    margin-bottom: 0;
}

@media (max-width: 575.98px) {
    .profile-view h3 {
        font-size: 18px;
        margin-bottom: 4px;
    }
}

.profile-view h4 {
    text-transform: none;
    font-size: 16px;
    font-weight: 700;
    color: #747474;
    font-family: "Roboto", serif;
    margin-bottom: 10px;
}

@media (max-width: 575.98px) {
    .profile-view h4 {
        font-size: 15px;
    }
}

.profile-view p {
    margin-bottom: 30px;
    width: auto;
    overflow: hidden;
}

    .profile-view p.data {
        font-size: 18px;
        margin-top: 10px;
    }

@media (min-width: 576px) and (max-width: 991.98px) {
    .profile-view p.data {
        font-size: 16px;
    }
}

@media (max-width: 575.98px) {
    .profile-view p.data {
        font-size: 15px;
        margin-top: 5px;
    }
}

@media (max-width: 575.98px) {
    .profile-view p {
        font-size: 14px;
    }
}

.profile-view .col-right {
    padding-right: 60px;
}

@media (max-width: 991.98px) {
    .profile-view .col-right {
        padding-right: 15px;
    }
}

.profile-view section {
    padding: 25px 0;
}

.profile-view .video-player {
    padding: 5.5%;
}

@media (max-width: 767.98px) {
    .profile-view .btn-show-hide {
        text-align: center;
    }
}

.add-video {
    background-color: #eeeeee;
    margin: 60px 0 0 0;
    display: block;
    text-align: center;
    padding: 60px;
}

@media (max-width: 575.98px) {
    .add-video {
        margin-top: 40px;
    }
}

.add-video span {
    font-size: 18px;
    color: #e9004c;
    display: block;
    text-decoration: none;
}

@media (max-width: 575.98px) {
    .add-video span {
        font-size: 16px;
    }
}

.add-video a:hover {
    text-decoration: none;
}

.btn-new-video {
    width: 136px;
    height: 136px;
    margin: auto;
    margin-bottom: 20px;
    border: 10px solid #f6ccdb;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .btn-new-video {
        width: 100px;
        height: 100px;
    }
}

@media (max-width: 575.98px) {
    .btn-new-video {
        width: 110px;
        height: 110px;
    }
}

.btn-new-video:hover .new-video-plus {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.btn-new-video .new-video-plus {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90px;
    height: 90px;
    margin-top: -45px;
    margin-left: -45px;
    text-align: center;
    z-index: 20;
    color: white;
    border-radius: 50%;
    background-color: #e9004c;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .btn-new-video .new-video-plus {
        width: 60px;
        height: 60px;
        margin-top: -30px;
        margin-left: -30px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .btn-new-video .new-video-plus {
        width: 60px;
        height: 60px;
        margin-top: -30px;
        margin-left: -30px;
    }
}

@media (max-width: 575.98px) {
    .btn-new-video .new-video-plus {
        width: 70px;
        height: 70px;
        margin-top: -35px;
        margin-left: -35px;
    }
}

.btn-new-video .new-video-plus:hover {
    background-color: #cc0a50;
}

.btn-new-video .new-video-plus span:first-child {
    width: 40px;
    height: 6px;
    background-color: white;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    top: 50%;
    margin-top: -3px;
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .btn-new-video .new-video-plus span:first-child {
        width: 30px;
        height: 4px;
        top: 50%;
        margin-top: -2px;
        left: 50%;
        margin-left: -15px;
    }
}

@media (max-width: 575.98px) {
    .btn-new-video .new-video-plus span:first-child {
        width: 30px;
        height: 4px;
        top: 50%;
        margin-top: -2px;
        left: 50%;
        margin-left: -15px;
    }
}

.btn-new-video .new-video-plus span:last-child {
    height: 40px;
    width: 6px;
    background-color: white;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 50%;
    margin-left: -3px;
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .btn-new-video .new-video-plus span:last-child {
        height: 30px;
        width: 4px;
        top: 50%;
        margin-top: -15px;
        left: 50%;
        margin-left: -2px;
    }
}

@media (max-width: 575.98px) {
    .btn-new-video .new-video-plus span:last-child {
        height: 30px;
        width: 4px;
        top: 50%;
        margin-top: -15px;
        left: 50%;
        margin-left: -2px;
    }
}

.tabs {
    width: 100%;
    position: relative;
}

    .tabs:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        height: 72px;
        width: 80px;
        z-index: 1;
        pointer-events: none;
        background: -webkit-gradient(linear, right top, left top, from(#ffffff), to(rgba(255, 255, 255, 0)));
        background: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0));
        visibility: visible;
    }

@media (min-width: 992px) {
    .tabs:after {
        display: none;
    }
}

.tabs nav {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

    .tabs nav ul {
        list-style: none;
        /*margin-top: -25px;*/
        /*padding-top: 15px;*/
        margin-bottom: 0px;
        width: auto;
    }

.tabs .tabs__navigation {
    padding-left: 15px;
    height: auto;
}

@media (max-width: 991.98px) {
    .tabs .tabs__navigation {
        padding-left: 25px;
        display: flex;
        padding-left: 25px;
        /*width: 650px;*/
    }
}

.tabs .tabs__navigation:after {
    content: "";
    display: table;
    clear: both;
}

.tabs .tabs__navigation li {
    float: left;
    border-right: solid;
    border-width: 1.5px;
    border-color: #dddddd;
    /*height: 64px;*/
}

    .tabs .tabs__navigation li:last-of-type {
        border-right: none;
    }

.tabs .tabs__navigation a {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    position: relative;
    display: block;
    font-size: 27px;
    text-align: left;
    padding: 20px 40px;
    color: black;
    font-weight: 700;
    text-decoration: none;
    height: 100%;
    text-align: center;
}

@media (max-width: 991.98px) {
    .tabs .tabs__navigation a {
        font-size: 18px;
        padding: 0px 25px;
    }
}

.tabs .tabs__navigation a:hover {
    color: #e9004c;
}


.profileMentor {
    color: #ff6633 !important;
}

.mentorMentoring {
    color: #ff6633 !important;
}

.coachCoaching {
    color: #1e3b9c !important;
}

.profileCoach {
    color: #1e3b9c !important;
}

.tabs #profile-tabs a.hoverprofileMentor:hover {
    color: #ff6633;
}

.tabs #profile-tabs a.hovermentorMentoring:hover {
    color: #ff6633;
}

.tabs #profile-tabs a.hoverprofileCoach:hover {
    color: #1e3b9c;
}

.tabs #profile-tabs a.hovercoachCoaching:hover {
    color: #1e3b9c;
}

.tabs .tabs__navigation a.tab-selected {
    color: #e9004c;
}

.tabs .tabs__navigation a .nav-brand-sign {
    position: absolute;
    left: 20px;
    bottom: 0;
    width: calc(100% - 40px);
    height: 12px;
    background-color: #e9004c;
    content: "";
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

    .tabs .tabs__navigation a .nav-brand-sign:before {
        position: absolute;
        top: 0;
        left: -12px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 12px 12px 0;
        border-color: transparent #e9004c transparent transparent;
        content: "";
    }

    .tabs .tabs__navigation a .nav-brand-sign:after {
        position: absolute;
        top: 0;
        right: -12px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 12px 0 0 12px;
        border-color: transparent transparent transparent #e9004c;
        content: "";
    }

@media (max-width: 767.98px) {
    .tabs .tabs__navigation a .nav-brand-sign {
        height: 8px;
    }

        .tabs .tabs__navigation a .nav-brand-sign:before {
            left: -8px;
            border-width: 0 8px 8px 0;
        }

        .tabs .tabs__navigation a .nav-brand-sign:after {
            position: absolute;
            right: -8px;
            border-width: 8px 0 0 8px;
        }
}

.tabs .tabs__content {
    background: #ffffff;
    list-style: none;
    width: 100%;
    padding: 0;
}

    .tabs .tabs__content li {
        padding: 40px 0 20px 0;
        display: none;
    }

@media (max-width: 991.98px) {
    .tabs .tabs__content li {
        padding: 40px 0 20px 0;
    }
}

@media (max-width: 575.98px) {
    .tabs .tabs__content li {
        padding: 40px 20px 0 20px;
    }

        .tabs .tabs__content li > div {
            margin: -5px;
        }
}

.tabs .tabs__content li.tab-selected {
    display: block;
}

.tabs .tabs__content .single-skill {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 5px;
}

@media (min-width: 768px) {
    .tabs .tabs__content .single-skill .btn {
        margin: 0;
    }
}

.tabs .tabs__content .single-skill div {
    height: 70px;
    position: relative;
    display: inline-block;
    line-height: 60px;
    padding: 0;
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .tabs .tabs__content .single-skill div {
        line-height: 1.4;
        height: auto;
        margin-bottom: 10px;
    }
}

@media (max-width: 575.98px) {
    .tabs .tabs__content .single-skill div {
        line-height: 1.4;
        height: auto;
        margin-bottom: 10px;
    }
}

.tabs .tabs__content .single-skill div span.skill-label {
    font-size: 16px;
    color: black;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.3;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .tabs .tabs__content .single-skill div span.skill-label {
        font-size: 14px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .tabs .tabs__content .single-skill div span.skill-label {
        font-size: 15px;
    }
}

@media (max-width: 575.98px) {
    .tabs .tabs__content .single-skill div span.skill-label {
        font-size: 15px;
    }
}

.tabs .tabs__content .single-skill div .skill-level {
    width: 100%;
    padding-right: 55px;
    padding-left: 25px;
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    line-height: 20px;
    text-transform: uppercase;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .tabs .tabs__content .single-skill div .skill-level {
        padding-right: 0;
        padding-left: 10px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .tabs .tabs__content .single-skill div .skill-level {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (max-width: 575.98px) {
    .tabs .tabs__content .single-skill div .skill-level {
        padding: 0;
    }
}

.tabs .tabs__content .single-skill div .skill-level.yellow div:nth-child(-n+2) {
    background-color: #ffd100;
}

    .tabs .tabs__content .single-skill div .skill-level.yellow div:nth-child(-n+2):after {
        border-color: transparent transparent transparent #ffd100;
    }

.tabs .tabs__content .single-skill div .skill-level.orange div:first-child {
    background-color: #ff6633;
}

    .tabs .tabs__content .single-skill div .skill-level.orange div:first-child:after {
        border-color: transparent transparent transparent #ff6633;
    }

.tabs .tabs__content .single-skill div .skill-level.green div {
    background-color: #77bc1f;
}

    .tabs .tabs__content .single-skill div .skill-level.green div:after {
        border-color: transparent transparent transparent #77bc1f;
    }

.tabs .tabs__content .single-skill div .skill-level div {
    width: 34%;
    background-color: #dddddd;
    float: left;
    display: inline-block;
    text-align: left;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
    color: white;
    position: relative;
    padding-left: 12%;
    cursor: pointer;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .tabs .tabs__content .single-skill div .skill-level div {
        font-size: 11px;
    }
}

.tabs .tabs__content .single-skill div .skill-level div:before {
    position: absolute;
    right: -14px;
    top: 0;
    width: 4px;
    height: 20px;
    background-color: white;
    content: "";
    z-index: 20;
    -moz-transform: skew(45deg);
    -o-transform: skew(45deg);
    -ms-transform: skew(45deg);
    -webkit-transform: skew(45deg);
    transform: skew(45deg);
}

.tabs .tabs__content .single-skill div .skill-level div:after {
    position: absolute;
    right: -20px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 0 20px;
    border-color: transparent transparent transparent #dddddd;
    content: "";
    z-index: 22;
}

.tabs .tabs__content .single-skill div .skill-level div:first-child {
    width: 28%;
    padding-left: 8%;
}

.tabs .tabs__content .single-skill div .skill-level div:last-child {
    width: 38%;
    margin-right: 0;
}

    .tabs .tabs__content .single-skill div .skill-level div:last-child:before, .tabs .tabs__content .single-skill div .skill-level div:last-child:after {
        display: none;
    }

.tabs .tabs__content .single-skill div .skill-level.skill-level-language div {
    width: 14%;
    padding-left: 8%;
}

    .tabs .tabs__content .single-skill div .skill-level.skill-level-language div:first-child {
        width: 11%;
        padding-left: 5%;
    }

    .tabs .tabs__content .single-skill div .skill-level.skill-level-language div:last-child {
        width: 16%;
        padding-left: 8%;
    }

.tabs .tabs__content .single-skill div .skill-level.skill-level-language.a1 div:first-child {
    background-color: #ff6633;
}

    .tabs .tabs__content .single-skill div .skill-level.skill-level-language.a1 div:first-child:after {
        border-color: transparent transparent transparent #ff6633;
    }

.tabs .tabs__content .single-skill div .skill-level.skill-level-language.a2 div:nth-child(-n+2) {
    background-color: #ff6633;
}

    .tabs .tabs__content .single-skill div .skill-level.skill-level-language.a2 div:nth-child(-n+2):after {
        border-color: transparent transparent transparent #ff6633;
    }

.tabs .tabs__content .single-skill div .skill-level.skill-level-language.b1 div:nth-child(-n+3) {
    background-color: #ffd100;
}

    .tabs .tabs__content .single-skill div .skill-level.skill-level-language.b1 div:nth-child(-n+3):after {
        border-color: transparent transparent transparent #ffd100;
    }

.tabs .tabs__content .single-skill div .skill-level.skill-level-language.b2 div:nth-child(-n+4) {
    background-color: #ffd100;
}

    .tabs .tabs__content .single-skill div .skill-level.skill-level-language.b2 div:nth-child(-n+4):after {
        border-color: transparent transparent transparent #ffd100;
    }

.tabs .tabs__content .single-skill div .skill-level.skill-level-language.c1 div:nth-child(-n+5) {
    background-color: #77bc1f;
}

    .tabs .tabs__content .single-skill div .skill-level.skill-level-language.c1 div:nth-child(-n+5):after {
        border-color: transparent transparent transparent #77bc1f;
    }

.tabs .tabs__content .single-skill div .skill-level.skill-level-language.c2 div:nth-child(-n+6) {
    background-color: #77bc1f;
}

    .tabs .tabs__content .single-skill div .skill-level.skill-level-language.c2 div:nth-child(-n+6):after {
        border-color: transparent transparent transparent #77bc1f;
    }

.tabs .tabs__content .single-skill div .skill-level.skill-level-language.l1 div {
    background-color: #77bc1f;
}

    .tabs .tabs__content .single-skill div .skill-level.skill-level-language.l1 div:after {
        border-color: transparent transparent transparent #77bc1f;
    }


.tabs .tabs__content .single-skill div .skill-level.skill-level-lang div {
    width: 28%;
    padding-left: 10%;
}

    .tabs .tabs__content .single-skill div .skill-level.skill-level-lang div:first-child {
        width: 25%;
        padding-left: 10%;
    }

    .tabs .tabs__content .single-skill div .skill-level.skill-level-lang div:last-child {
        width: 28%;
        padding-left: 10%;
    }

.tabs .tabs__content .single-skill div .skill-level.skill-level-lang.basic div:first-child {
    background-color: #ff6633;
}

    .tabs .tabs__content .single-skill div .skill-level.skill-level-lang.basic div:first-child:after {
        border-color: transparent transparent transparent #ff6633;
    }

.tabs .tabs__content .single-skill div .skill-level.skill-level-lang.intermediate div:nth-child(-n+2) {
    background-color: #ffd100;
}

    .tabs .tabs__content .single-skill div .skill-level.skill-level-lang.intermediate div:nth-child(-n+2):after {
        border-color: transparent transparent transparent #ffd100;
    }

.tabs .tabs__content .single-skill div .skill-level.skill-level-lang.advanced div {
    background-color: #77bc1f;
}

    .tabs .tabs__content .single-skill div .skill-level.skill-level-lang.advanced div:after {
        border-color: transparent transparent transparent #77bc1f;
    }


b, strong {
    color: #e9004c;
    font-weight: 700;
}

.profile-edit .btn-circle-icon {
    border-radius: 50%;
    margin-left: 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    float: right;
    background: #e9004c;
    color: white;
    border: none;
}

    .profile-edit .btn-circle-icon.left {
        float: left;
        margin-left: 0px;
        margin-right: 10px;
        border: none;
    }

    .profile-edit .btn-circle-icon:hover {
        background: #cc0a50;
        /*@include box-shadow(0, 0, 12px, rgba(0, 0, 0, 0.4), false);*/
    }

    .profile-edit .btn-circle-icon a {
        color: White;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        text-decoration: none;
        height: 28px;
        width: 28px;
        font-size: 16px;
    }

    .profile-edit .btn-circle-icon.assessment a {
        vertical-align: inherit;
    }

    .profile-edit .btn-circle-icon a:hover {
        color: white;
    }

@media (max-width: 991.98px) {
    .profile-edit .btn-circle-icon a {
        height: 30px;
        width: 30px;
        font-size: 14px;
    }
}

@media (max-width: 575.98px) {
    .profile-edit .btn-circle-icon a {
        height: 28px;
        width: 28px;
        font-size: 14px;
    }
}

b, strong {
    color: #e9004c;
    font-weight: 700;
}

.player-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    max-height: 70vh;
}

@media (max-width: 575.98px) {
    .player-overlay {
        height: 50vh;
    }
}

.player-overlay .popupVideo {
    display: block;
    width: 100%;
    height: 100%;
}

.content-view .main-content .first-section {
    padding-bottom: 20px;
}

    .content-view .main-content .first-section h1 {
        text-transform: none;
        font-family: "Oswald", sans-serif;
        font-weight: 700;
        text-transform: uppercase;
    }

    .content-view .main-content .first-section span.business-partner {
        display: block;
        font-size: 18px;
        font-weight: 700;
        color: black;
    }

    .content-view .main-content .first-section p {
        margin-top: 40px;
    }

.content-view .main-content .content-header {
    padding-bottom: 20px;
}

.content-view .main-content .content-body {
    text-align: center;
}

    .content-view .main-content .content-body img {
        padding-bottom: 40px;
    }

    .content-view .main-content .content-body .btn-external {
        text-align: center;
        padding: 30px 0;
    }

@media (max-width: 575.98px) {
    .content-view .main-content .content-body .btn-external {
        padding: 10px 0;
    }
}

.content-view .main-content .skills {
    padding-top: 20px;
    padding-bottom: 0px;
}

.content-view h3 {
    text-transform: none;
    color: black;
    font-size: 22px;
    font-weight: 700;
    font-family: "Roboto", serif;
    margin-bottom: 0;
}

@media (max-width: 575.98px) {
    .content-view h3 {
        font-size: 18px;
        margin-bottom: 4px;
    }
}

.content-view h4 {
    text-transform: none;
    font-size: 18px;
    font-weight: 700;
    color: #747474;
    font-family: "Roboto", serif;
    margin-bottom: 4px;
}

@media (max-width: 575.98px) {
    .content-view h4 {
        font-size: 15px;
    }
}

.content-view p {
    margin-bottom: 30px;
}

    .content-view p.data {
        font-size: 18px;
        margin-top: 10px;
    }

@media (min-width: 576px) and (max-width: 991.98px) {
    .content-view p.data {
        font-size: 16px;
    }
}

@media (max-width: 575.98px) {
    .content-view p.data {
        font-size: 15px;
        margin-top: 5px;
    }
}

@media (max-width: 575.98px) {
    .content-view p {
        font-size: 14px;
    }
}

.content-view .col-right {
    padding-right: 60px;
}

@media (max-width: 991.98px) {
    .content-view .col-right {
        padding-right: 15px;
    }
}

.content-view section {
    padding-bottom: 20px;
}

.content-view a {
    text-decoration: none !important;
}

.content-view .content-actions {
    position: absolute;
    bottom: -25px;
    right: 20px;
}

@media (max-width: 575.98px) {
    .content-view .content-actions {
        right: 0;
    }
}

.content-view .btn-counter {
    float: left;
    color: black;
    font-size: 18px;
    padding: 8px 0px 0px 3px;
}

@media (max-width: 991.98px) {
    .content-view .btn-counter {
        font-size: 16px;
        padding: 6px 0px 0px 3px;
    }
}

@media (max-width: 575.98px) {
    .content-view .btn-counter {
        font-size: 14px;
        padding: 4px 0px 0px 3px;
    }
}

.content-view .btn-circle-icon {
    z-index: 21;
    border-radius: 50%;
    float: left;
    margin-left: 15px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .content-view .btn-circle-icon:hover {
        background: #e9004c;
        /*@include box-shadow(0, 0, 12px, rgba(0, 0, 0, 0.4), false);*/
    }

    .content-view .btn-circle-icon:first-child {
        margin-left: 0px;
    }

    .content-view .btn-circle-icon a {
        color: #e9004c;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        text-decoration: none;
        height: 44px;
        width: 44px;
        font-size: 24px;
    }

        .content-view .btn-circle-icon a:hover {
            color: white;
        }

@media (max-width: 991.98px) {
    .content-view .btn-circle-icon a {
        height: 36px;
        width: 36px;
        font-size: 18px;
    }
}

@media (max-width: 575.98px) {
    .content-view .btn-circle-icon a {
        height: 28px;
        width: 28px;
        font-size: 14px;
    }
}

.comment-wrapper {
    padding: 20px 0px;
}

    .comment-wrapper .single-comment {
        padding-bottom: 20px;
        min-height: 80px;
    }

        .comment-wrapper .single-comment .circular-image-mask {
            position: absolute;
            border-radius: 50%;
            overflow: hidden;
            width: 56px;
            height: 56px;
            z-index: 2;
        }

            .comment-wrapper .single-comment .circular-image-mask img {
                width: 100%;
                height: 100%;
            }

        .comment-wrapper .single-comment .comment-text {
            margin-left: 70px;
        }

            .comment-wrapper .single-comment .comment-text textarea {
                width: 100%;
                font-family: "Roboto Slab", serif;
                height: 85px;
            }

            .comment-wrapper .single-comment .comment-text .send-comment {
                text-align: right;
            }

.modal-body .comment-wrapper {
    padding: 0;
}

    .modal-body .comment-wrapper .single-comment {
        padding-bottom: 0;
    }

.news-card .single-card-header {
    background: transparent url("../images/top/content.jpg") no-repeat top center;
    background-size: cover;
}

.assessment-view .main-content .AssessmentQuestionContainer { /* .AssessmentQuestionContainer :: Da controllare e rimuovere nell'intera soluzione*/
    background-color: #eeeeee;
    padding-bottom: 20px;
    padding-right: 30px;
    padding-left: 30px;
}

.SSAFixedheader {
    padding: 10px;
    margin-top: 1px;
}

.SSACardHeader {
    padding-top: 0px !important;
}

.SSABody > .QuestionList > li:hover {
    background-color: #afadad;
    color: white;
}

.SSAliactive {
    background-color: #eeeeee;
    /*color: white;*/
}

.SSAAnsweredRow {
    border: none;
    background-color: transparent;
    text-decoration: underline;
    text-decoration-style: dashed;
    text-decoration-color: blue;
    font-weight: 500;
    color: black !important;
}

.SSAAnswerMouseover {
    color: white !important;
}

.assessment-view .main-content .first-section {
    padding-bottom: 20px;
}

@media (max-width: 991.98px) {
    .assessment-view .main-content .first-section {
        min-height: auto;
    }
}

.assessment-view .main-content .first-section h1 {
    text-transform: none;
    font-family: "Roboto", serif;
    font-weight: 700;
}

.assessment-view .main-content .first-section p {
    margin-top: 40px;
}

.assessment-view h3 {
    text-transform: none;
    color: black;
    font-size: 22px;
    font-weight: 700;
    font-family: "Roboto", serif;
    margin-bottom: 0;
}

@media (max-width: 575.98px) {
    .assessment-view h3 {
        font-size: 18px;
        margin-bottom: 4px;
    }
}

.assessment-view h4 {
    text-transform: none;
    font-size: 18px;
    font-weight: 700;
    color: #747474;
    font-family: "Roboto", serif;
    margin-bottom: 4px;
}

@media (max-width: 575.98px) {
    .assessment-view h4 {
        font-size: 15px;
    }
}

.assessment-view p {
    margin-bottom: 30px;
}

    .assessment-view p.data {
        font-size: 18px;
        margin-top: 10px;
    }

@media (min-width: 576px) and (max-width: 991.98px) {
    .assessment-view p.data {
        font-size: 16px;
    }
}

@media (max-width: 575.98px) {
    .assessment-view p.data {
        font-size: 15px;
        margin-top: 5px;
    }
}

@media (max-width: 575.98px) {
    .assessment-view p {
        font-size: 14px;
    }
}

.assessment-view p.medium {
    font-size: 21px;
    line-height: 1.4;
    font-family: "Roboto";
    color: black;
}

.assessment-view .col-right {
    padding-right: 60px;
}

@media (max-width: 991.98px) {
    .assessment-view .col-right {
        padding-right: 15px;
    }
}

.assessment-view section {
    padding-bottom: 20px;
}

.assessment-view a {
    text-decoration: none !important;
}

.assessment-view span.question-number {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: black;
}

.assessment-view .question {
    text-align: left;
    margin-top: 25px;
}

.assessment-view .answers {
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 20px;
}

.assessment-view .btn-answers {
    display: table;
    margin: 0 auto;
    padding-bottom: 30px;
}

    .assessment-view .btn-answers:not(:disabled):not(.disabled) {
        box-shadow: none;
    }

    .assessment-view .btn-answers a {
        display: block;
        text-transform: inherit;
    }

@media (max-width: 991.98px) {
    .assessment-view .btn-answers a {
        padding: 7px 35px 9px 35px;
    }
}

@media (max-width: 575.98px) {
    .assessment-view .btn-answers a {
        font-size: 15px;
        padding: 7px 20px 9px 20px;
    }
}

.assessment-view .btn-answers-soft {
    margin: 0 auto;
    padding-bottom: 30px;
}

    .assessment-view .btn-answers-soft:not(:disabled):not(.disabled) {
        box-shadow: none;
    }

    .assessment-view .btn-answers-soft a {
        display: block;
        text-transform: inherit;
    }

@media (max-width: 991.98px) {
    .assessment-view .btn-answers-soft a {
        padding: 7px 35px 9px 35px;
    }
}

@media (max-width: 575.98px) {
    .assessment-view .btn-answers-soft a {
        font-size: 15px;
        padding: 7px 20px 9px 20px;
    }
}

.assessment-view .btn.medium-soft {
    font-family: "Roboto";
    font-size: 14px;
    padding: 8px 20px;
}

    .assessment-view .btn.medium-soft:not(:disabled):not(.disabled) {
        box-shadow: none;
    }

@media (max-width: 575.98px) {
    .assessment-view .btn.medium-soft {
        margin-bottom: 11px;
    }
}

.assessment-view .btn-primary-soft {
    background-color: white;
    color: #e9004c;
    width: 150px;
    border-color: #e9004c;
    border-style: solid;
    margin-left: 10px;
}

    .assessment-view .btn-primary-soft:hover {
        color: white;
        background-color: #e9004c;
        border: solid;
        border-color: #e9004c;
    }

    .assessment-view .btn-primary-soft:not(:disabled):active {
        background-color: #e9004c;
    }

    .assessment-view .btn-primary-soft.active {
        color: white;
        background-color: #e9004c;
        border: solid;
        border-color: #e9004c;
    }

    .assessment-view .btn-primary-soft:not(:disabled):not(.disabled) {
        box-shadow: none;
    }

.assessment-view .btn-primary:not(:disabled):not(.disabled).active, .assessment-view .btn-primary:not(:disabled):not(.disabled):active, .assessment-view .show > .btn-primary.dropdown-toggle {
    color: #e9004c;
    background-color: #fff;
    border-color: #e9004c;
    border: 2px;
    border-style: double;
    box-shadow: none;
}

.VRColor {
    color: #e9004c;
}

.GMQuetiontext {
    color: black;
    font-weight: 500;
    font-size: 28px;
    margin-bottom: 0px !important;
}

.GMImgBkgr {
    height: 100px;
    text-align: center;
    margin-top: 20%;
}

.GMImgBkgrNo {
    height: 100px;
    text-align: center;
    margin-top: 5%;
}

@media(max-width: 980px) {
    .GMQuetiontext {
        margin: 0px !important;
    }

    .GMImgBkgr {
        margin-top: 28%;
    }
}

@media (max-width: 575.98px) {
    .GMQuetiontext {
        margin: 0px !important;
    }

    .GMImgBkgr {
        height: inherit;
        margin-top: inherit;
        text-align: center;
    }
}

.line {
    background-color: darkgray;
    height: 2px;
}

.job-view .main-content .first-section {
    padding-top: 120px;
    padding-bottom: 20px;
}

@media (max-width: 991.98px) {
    .job-view .main-content .first-section {
        padding-top: 80px;
    }
}

.job-view .main-content .first-section h1 {
    text-transform: none;
    font-family: "Roboto", serif;
    font-weight: 700;
}

.job-view .main-content .first-section p {
    margin-top: 40px;
}

.job-view h3 {
    text-transform: none;
    color: black;
    font-size: 22px;
    font-weight: 700;
    font-family: "Roboto", serif;
    margin-bottom: 0;
    margin-top: -25px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 52px;
    display: -webkit-box;
    line-height: 25px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media (max-width: 575.98px) {
    .job-view h3 {
        font-size: 18px;
        margin-bottom: 4px;
    }
}

.job-view .skill-title {
    font-size: 22px;
    margin-bottom: 12px;
    margin-top: 16px;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    color: black;
    line-height: 1.4;
    font-weight: 600;
    position: relative;
}

@media (max-width: 575.98px) {
    .job-view .skill-title {
        font-size: 18px;
    }
}

.job-view p {
    font-size: 18px;
}

    .job-view p.data {
        font-size: 18px;
        margin-top: 10px;
    }

@media (min-width: 576px) and (max-width: 991.98px) {
    .job-view p.data {
        font-size: 16px;
    }
}

@media (max-width: 575.98px) {
    .job-view p.data {
        font-size: 15px;
        margin-top: 5px;
    }
}

@media (max-width: 575.98px) {
    .job-view p {
        font-size: 14px;
    }
}

.job-view .col-right {
    padding-right: 60px;
}

@media (max-width: 991.98px) {
    .job-view .col-right {
        padding-right: 15px;
    }
}

.job-view section {
    padding-bottom: 20px;
}

.job-view a {
    text-decoration: none !important;
}

.job-view span .description {
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: black;
}

.job-view span.description-margin {
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: black;
    margin: 20px 0;
}

.job-view span.description-mercato {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #747474;
    margin-top: -20px;
    margin-bottom: 20px;
}

.job-view .single-chart-wrapper {
    position: absolute;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    z-index: 23;
    left: 50%;
    margin-left: -100px;
    top: -90px;
}

@media (max-width: 991.98px) {
    .job-view .single-chart-wrapper {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .job-view .single-chart-wrapper {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }
}

@media (max-width: 575.98px) {
    .job-view .single-chart-wrapper {
        height: 155px;
        margin-bottom: 30px;
    }
}

.job-view .single-chart-wrapper a {
    display: block;
    height: 100%;
}

.job-view .single-chart-wrapper .single-chart {
    background-color: white;
    border-radius: 50%;
    padding: 2px;
    margin: 0 auto;
    width: 200px;
    height: 200px;
    position: relative;
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    moz-transform-origin: center;
    -o-transform-origin: center;
    -ms-transform-origin: center;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.16);
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .job-view .single-chart-wrapper .single-chart {
        width: 150px;
        height: 150px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .job-view .single-chart-wrapper .single-chart {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 575.98px) {
    .job-view .single-chart-wrapper .single-chart {
        width: 150px;
        height: 150px;
    }
}

.job-view .single-chart-wrapper .single-chart svg {
    width: 100%;
    float: left;
}

.job-view .single-chart-wrapper .single-chart.green .circle-chart__background {
    stroke: #eef6de;
}

.job-view .single-chart-wrapper .single-chart.green .circle-chart__circle {
    stroke: #77bc1f;
}

.job-view .single-chart-wrapper .single-chart.yellow .circle-chart__background {
    stroke: #fdf4c1;
}

.job-view .single-chart-wrapper .single-chart.yellow .circle-chart__circle {
    stroke: #ffd100;
}

.job-view .single-chart-wrapper .single-chart.orange .circle-chart__background {
    stroke: #fef5eb;
}

.job-view .single-chart-wrapper .single-chart.orange .circle-chart__circle {
    stroke: #ff6633;
}

.job-view .single-chart-wrapper .single-chart.btn-new-chart {
    cursor: pointer;
}

    .job-view .single-chart-wrapper .single-chart.btn-new-chart .circle-chart__background {
        stroke: #f6ccdb;
    }

    .job-view .single-chart-wrapper .single-chart.btn-new-chart:hover .single-chart-plus {
        transform: scale(1.1);
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

.job-view .single-chart-wrapper .single-chart .single-chart-percentage {
    position: absolute;
    top: 50%;
    left: 40px;
    width: 120px;
    margin-top: -26px;
    text-align: center;
    z-index: 20;
    font-size: 40px;
    color: black;
    moz-transform-origin: center;
    -o-transform-origin: center;
    -ms-transform-origin: center;
    -webkit-transform-origin: center;
    transform-origin: center;
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .job-view .single-chart-wrapper .single-chart .single-chart-percentage {
        left: 15px;
        font-size: 26px;
        margin-top: -16px;
    }
}

@media (max-width: 575.98px) {
    .job-view .single-chart-wrapper .single-chart .single-chart-percentage {
        left: 15px;
        font-size: 26px;
        margin-top: -16px;
    }
}

.job-view .single-chart-wrapper .single-chart .single-chart-plus {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    text-align: center;
    z-index: 20;
    color: #e9004c;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .job-view .single-chart-wrapper .single-chart .single-chart-plus {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
    }
}

.job-view .single-chart-wrapper .single-chart .single-chart-plus span:first-child {
    width: 40px;
    height: 4px;
    background-color: #e9004c;
    position: absolute;
    left: 0;
    top: 18px;
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .job-view .single-chart-wrapper .single-chart .single-chart-plus span:first-child {
        width: 30px;
        height: 3px;
        top: 14px;
    }
}

.job-view .single-chart-wrapper .single-chart .single-chart-plus span:last-child {
    height: 40px;
    width: 4px;
    background-color: #e9004c;
    position: absolute;
    top: 0;
    left: 18px;
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .job-view .single-chart-wrapper .single-chart .single-chart-plus span:last-child {
        height: 30px;
        width: 3px;
        left: 14px;
    }
}

.job-view .single-chart-wrapper.animated-elem[data-emergence="visible"] .circle-chart__circle {
    -webkit-animation: circle-chart-fill 1s reverse;
    -moz-animation: circle-chart-fill 1s reverse;
    -o-animation: circle-chart-fill 1s reverse;
    animation: circle-chart-fill 1s reverse;
}

.job-view .single-chart-wrapper .circle-chart__circle--negative {
    transform: rotate(-90deg) scale(1, -1);
    /* 1, 2, 3 */
}

.job-view .single-chart-wrapper .circle-chart__percent {
    font-size: 8px;
}

@-webkit-keyframes circle-chart-fill {
    to {
        stroke-dasharray: 0 100;
    }
}

@-moz-keyframes circle-chart-fill {
    to {
        stroke-dasharray: 0 100;
    }
}

@-o-keyframes circle-chart-fill {
    to {
        stroke-dasharray: 0 100;
    }
}

@keyframes circle-chart-fill {
    to {
        stroke-dasharray: 0 100;
    }
}

.job-view.father-job-f4104cc4677d94566bc126098fd3ef5bc {
    background-image: url("../images/jobs/agricoltura.jpg");
}

.job-view.father-job-6214f7dbdbad44cdba8082a6173dc055 {
    background-image: url("../images/jobs/alta-dirigenza.jpg");
}


.job-view.father-job-a3405d2de354471e8b6e1a73c1e5679c {
    background-image: url("../images/jobs/new/architettura-moda-design.jpg");
}

.job-view.father-job-c6e3790d05fa4832beac39f249319b42 {
    background-image: url("../images/jobs/new/organization-logistic.jpg");
}

.job-view.father-job-6157725bd07a489eb63024a5fe2f1dd7 {
    background-image: url("../images/jobs/new/real-estate-procurement.jpg");
}

.job-view.father-job-b5c2d9d0024f441487afdf9fb4005cd5 {
    background-image: url("../images/jobs/new/area-scientifico-matematica.jpg");
}

.job-view.father-job-d00c9d6b4ad0449ea74960e804edc485 {
    background-image: url("../images/jobs/area-statistico-matematica.jpg");
}

.job-view.father-job-f75143a645c14e399626dbaff2743ff3 {
    background-image: url("../images/jobs/arte-musica-spettacolo.jpg");
}

.job-view.father-job-ee399719cd6742dca9c83fb35a3ce51c {
    background-image: url("../images/jobs/beni-culturali.jpg");
}

.job-view.father-job-735485477a3544b99a1786b620f26de9 {
    background-image: url("../images/jobs/new/consulenza.jpg");
}

.job-view.father-job-6de3711d2a68428282e1f78efd94a8b9 {
    background-image: url("../images/jobs/new/contabilita-finanza.jpg");
}

.job-view.father-job-458ecb03c1624e2488aba0d3b454690a {
    background-image: url("../images/jobs/new/formazione-insegnamento.jpg");
}

.job-view.father-job-cedeebf866b344a3bf2ef15a6ab8949d {
    background-image: url("../images/jobs/new/informatica.jpg");
}

.job-view.father-job-c644a80a62b24b6ca73cc140f6154fdb {
    background-image: url("../images/jobs/new/ingegneria.jpg");
}

.job-view.father-job-e7a74832e8d748abb1a94972f976216d {
    background-image: url("../images/jobs/new/lingue-giornalismo.jpg");
}

.job-view.father-job-53d6019cd53a45779902ae8d3f55e1dd {
    background-image: url("../images/jobs/new/marketing-sales.jpg");
}

.job-view.father-job-df904ef6335b4c898d143ad126ddb6e0 {
    background-image: url("../images/jobs/new/medicina.jpg");
}

.job-view.father-job-ea38ad3072a14d12b0ee29638851997b {
    background-image: url("../images/jobs/mondo-accademico.jpg");
}

.job-view.father-job-0b2d45b360f240ec9c8917599c26d851 {
    background-image: url("../images/jobs/new/psicologia-scienze-sociali.jpg");
}

.job-view.father-job-14e23046a39c417ca0bc9e28ce3fce4c {
    background-image: url("../images/jobs/new/risorse-umane.jpg");
}

.job-view.father-job-30a49e86706c40fb83444e16435355f0 {
    background-image: url("../images/jobs/pubblica-amministrazione.jpg");
}

.job-view.father-job-d3b248d67d944d9dbafbd964a4e57114 {
    background-image: url("../images/jobs/sanita.jpg");
}

.job-view.father-job-9db3d0b531fd4e8fb6ac63edd3c279b6 {
    background-image: url("../images/jobs/new/settore-legale-notarile.jpg");
}

.job-view.father-job-eeaba220f6ca410295b2e82f98700b52 {
    background-image: url('../images/jobs/new/segreteria-e-amministrazione.jpg');
}

.job-view.father-job-2ccdc702d5d84c2c8981cb717b3a6b73 {
    background-image: url("../images/jobs/veterinaria.jpg");
}

.job-view.father-job-b3912dea850a46c78699ed77b3f80eed {
    background-image: url("../images/jobs/new/Industry40.jpg");
}

.job-view.father-job-3c450e6efc284888818c5411790d664f {
    background-image: url('../images/jobs/new/retail-and-gdo.jpg');
}

.job-view.father-job-f399c2b51e5745e281404f8b8f6b7f39 {
    background-image: url('../images/jobs/new/attivita-di-produzione.jpg');
}

.job-view.father-job-5df74042b3054f6d8ca61b2ef37dec42 {
    background-image: url('../images/jobs/new/logistica-e-trasporti.jpg');
}

.job-view.father-job-aa81a4871ff343518bf1891a550b939b {
    background-image: url('../images/jobs/new/servizi-alla-persona.jpg');
}

.job-view.father-job-da60f95d266d45278052ac532b88255a {
    background-image: url("../images/jobs/new/sales.jpg");
}

.single-card-header.father-job-f4104cc4677d94566bc126098fd3ef5bc {
    background: transparent url("../images/jobs/agricoltura.jpg") no-repeat top center;
    background-size: cover;
}

.single-card-header.father-job-6214f7dbdbad44cdba8082a6173dc055 {
    background: transparent url("../images/jobs/alta-dirigenza.jpg") no-repeat top center;
    background-size: cover;
}

.single-card-header.father-job-a3405d2de354471e8b6e1a73c1e5679c {
    background: transparent url("../images/jobs/new/architettura-moda-design.jpg") no-repeat top center;
    background-size: cover;
}

.single-card-header.father-job-c6e3790d05fa4832beac39f249319b42 {
    background: transparent url("../images/jobs/new/organization-logistic.jpg") no-repeat top center;
    background-size: cover;
}

.single-card-header.father-job-6157725bd07a489eb63024a5fe2f1dd7 {
    background: transparent url("../images/jobs/new/real-estate-procurement.jpg") no-repeat top center;
    background-size: cover;
}

.single-card-header.father-job-b5c2d9d0024f441487afdf9fb4005cd5 {
    background: transparent url("../images/jobs/new/area-scientifico-matematica.jpg") no-repeat top center;
    background-size: cover;
}

.single-card-header.father-job-d00c9d6b4ad0449ea74960e804edc485 {
    background: transparent url("../images/jobs/area-statistica-matematica.jpg") no-repeat top center;
    background-size: cover;
}

.single-card-header.father-job-f75143a645c14e399626dbaff2743ff3 {
    background: transparent url("../images/jobs/arte-musica-spettacolo.jpg") no-repeat top center;
    background-size: cover;
}

.single-card-header.father-job-ee399719cd6742dca9c83fb35a3ce51c {
    background: transparent url("../images/jobs/beni-culturali.jpg") no-repeat top center;
    background-size: cover;
}

.single-card-header.father-job-735485477a3544b99a1786b620f26de9 {
    background: transparent url("../images/jobs/new/consulenza.jpg") no-repeat top center;
    background-size: cover;
}

.single-card-header.father-job-6de3711d2a68428282e1f78efd94a8b9 {
    background: transparent url("../images/jobs/new/contabilita-finanza.jpg") no-repeat top center;
    background-size: cover;
}

.single-card-header.father-job-458ecb03c1624e2488aba0d3b454690a {
    background: transparent url("../images/jobs/new/formazione-insegnamento.jpg") no-repeat top center;
    background-size: cover;
}

.single-card-header.father-job-cedeebf866b344a3bf2ef15a6ab8949d {
    background: transparent url("../images/jobs/new/informatica.jpg") no-repeat top center;
    background-size: cover;
}

.single-card-header.father-job-c644a80a62b24b6ca73cc140f6154fdb {
    background: transparent url("../images/jobs/new/ingegneria.jpg") no-repeat top center;
    background-size: cover;
}

.single-card-header.father-job-e7a74832e8d748abb1a94972f976216d {
    background: transparent url("../images/jobs/new/lingue-giornalismo.jpg") no-repeat top center;
    background-size: cover;
}

.single-card-header.father-job-53d6019cd53a45779902ae8d3f55e1dd {
    background: transparent url("../images/jobs/new/marketing-sales.jpg") no-repeat top center;
    background-size: cover;
}

.single-card-header.father-job-df904ef6335b4c898d143ad126ddb6e0 {
    background: transparent url("../images/jobs/new/medicina.jpg") no-repeat top center;
    background-size: cover;
}

.single-card-header.father-job-ea38ad3072a14d12b0ee29638851997b {
    background: transparent url("../images/jobs/mondo-accademico.jpg") no-repeat top center;
    background-size: cover;
}

.single-card-header.father-job-0b2d45b360f240ec9c8917599c26d851 {
    background: transparent url("../images/jobs/new/psicologia-scienze-sociali.jpg") no-repeat top center;
    background-size: cover;
}

.single-card-header.father-job-14e23046a39c417ca0bc9e28ce3fce4c {
    background: transparent url("../images/jobs/new/risorse-umane.jpg") no-repeat top center;
    background-size: cover;
}

.single-card-header.father-job-30a49e86706c40fb83444e16435355f0 {
    background: transparent url("../images/jobs/pubblica-amministrazione.jpg") no-repeat top center;
    background-size: cover;
}

.single-card-header.father-job-d3b248d67d944d9dbafbd964a4e57114 {
    background: transparent url("../images/jobs/sanita.jpg") no-repeat top center;
    background-size: cover;
}

.single-card-header.father-job-9db3d0b531fd4e8fb6ac63edd3c279b6 {
    background: transparent url("../images/jobs/new/settore-legale-notarile.jpg") no-repeat top center;
    background-size: cover;
}

.single-card-header.father-job-eeaba220f6ca410295b2e82f98700b52 {
    background: url('../images/jobs/new/segreteria-e-amministrazione.jpg') no-repeat top center;
    background-size: cover;
}

.single-card-header.father-job-2ccdc702d5d84c2c8981cb717b3a6b73 {
    background: transparent url("../images/jobs/veterinaria.jpg") no-repeat top center;
    background-size: cover;
}

.single-card-header.father-job-b3912dea850a46c78699ed77b3f80eed {
    background: transparent url("../images/jobs/new/Industry40.jpg") no-repeat top center;
    background-size: cover;
}

.single-card-header.father-job-3c450e6efc284888818c5411790d664f {
    background: transparent url('../images/jobs/new/retail-and-gdo.jpg') no-repeat top center;
    background-size: cover;
}

.single-card-header.father-job-f399c2b51e5745e281404f8b8f6b7f39 {
    background: transparent url('../images/jobs/new/attivita-di-produzione.jpg') no-repeat top center;
    background-size: cover;
}

.single-card-header.father-job-5df74042b3054f6d8ca61b2ef37dec42 {
    background: transparent url('../images/jobs/new/logistica-e-trasporti.jpg') no-repeat top center;
    background-size: cover;
}

.single-card-header.father-job-aa81a4871ff343518bf1891a550b939b {
    background: transparent url('../images/jobs/new/servizi-alla-persona.jpg') no-repeat top center;
    background-size: cover;
}

.single-card-header.father-job-da60f95d266d45278052ac532b88255a {
    background: transparent url("../images/jobs/new/sales.jpg") no-repeat top center;
    background-size: cover;
}

.top-bar-login {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    height: 0px !important;
}

    .top-bar-login .top-bar-container {
        padding: 20px 20px 0 20px !important;
        max-width: inherit !important;
    }

@media (max-width: 767.98px) {
    .top-bar-login .top-bar-container {
        padding: 8px 8px 0 8px !important;
    }
}

.top-bar-login .top-bar-container .logo {
    position: fixed;
}

.login .login-side-image {
    width: 50vw;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.login .login-form {
    /*padding: 0px;*/
    min-height: 100vh;
}

    .login .login-form .login-form-container {
        background: white;
        padding: 20px;
        height: 100%;
    }

@media (max-width: 575.98px) {
    .login .login-form .login-form-container {
        padding: 70px 10px 20px;
    }
}

/*@media (max-width: 575.98px) {
    .login .login-form .login-form-container.mentor {
        padding-top: 0px;
        margin-top: -175px;
    }
}

@media (max-width: 575.98px) and (orientation: landscape) {
    .login .login-form .login-form-container.mentor {
        margin-top: 0;
    }
}*/

.login .login-form .login-form-container .onboarding-header {
    padding-bottom: 20px;
}

.login .login-form .login-form-container .onboarding-label {
    padding-top: 20px;
}

@media (min-height: 575.98px) {
    .login .login-form .login-form-container .onboarding-footer {
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
    }
}

@media (max-width: 575.98px) {
    .login .login-form .login-form-container .onboarding-footer {
        padding-top: 30px;
    }
}

.login .login-form .login-form-container b, .login .login-form .login-form-container strong {
    color: #e9004c;
    font-weight: 700;
}

.login .login-form .btn {
    /*box-shadow: none;*/
    float: right;
    width: 130px !important;
    padding: 0;
    text-align: center;
    line-height: 40px;
    height: 40px;
    border: none;
    border-radius: 0px;
}

.inline-text .btn.btn-primary.back-blue:not(:disabled) {
    background-color: #1e3b9c;
}

.login .login-form .btn.btn-primary:not(:disabled) {
    background-color: #e9004c;
}

.login .login-form .btn.btn-primary:hover {
    background-color: #cc0a50;
}

.login .login-form .btn.btn-primary:active:focus {
    outline: none;
    box-shadow: none;
}

@media (max-width: 767.98px) {
    .login .login-form .btn.btn-primary {
        width: 30%;
    }
}

.login .login-form .btn.btn-secondary {
    margin-right: 10px;
}

    .login .login-form .btn.btn-secondary:active:focus {
        outline: none;
        box-shadow: none;
    }

.login .login-form .login-form-card {
    padding-top: 110px;
}

.login span.twitter-typeahead .tt-menu {
    cursor: pointer;
    max-height: 300px;
    overflow-y: auto;
}

.login .dropdown-menu, .login span.twitter-typeahead .tt-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 1rem;
    color: #373a3c;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    width: 500px;
}

@media (max-width: 991.98px) {
    .login .dropdown-menu, .login span.twitter-typeahead .tt-menu {
        width: 400px;
    }
}

@media (max-width: 575.98px) {
    .login .dropdown-menu, .login span.twitter-typeahead .tt-menu {
        width: 300px;
    }
}

.login span.twitter-typeahead .tt-suggestion {
    display: block;
    width: 100%;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.5;
    color: #373a3c;
    text-align: inherit;
    background: none;
    border: 0;
}

    .login span.twitter-typeahead .tt-suggestion:focus, .login .dropdown-item:hover, .login span.twitter-typeahead .tt-suggestion:hover {
        color: #2b2d2f;
        text-decoration: none;
        background-color: #f5f5f5;
    }

    .login span.twitter-typeahead .active.tt-suggestion, .login span.twitter-typeahead .tt-suggestion.tt-cursor, .login span.twitter-typeahead .active.tt-suggestion:focus, .login span.twitter-typeahead .tt-suggestion.tt-cursor:focus, .login span.twitter-typeahead .active.tt-suggestion:hover, .login span.twitter-typeahead .tt-suggestion.tt-cursor:hover {
        color: #fff;
        text-decoration: none;
        background-color: #373a3c;
        outline: 0;
    }

.login span.twitter-typeahead .disabled.tt-suggestion, .login span.twitter-typeahead .disabled.tt-suggestion:focus, .login span.twitter-typeahead .disabled.tt-suggestion:hover {
    color: #818a91;
}

    .login span.twitter-typeahead .disabled.tt-suggestion:focus, .login span.twitter-typeahead .disabled.tt-suggestion:hover {
        text-decoration: none;
        cursor: not-allowed;
        background-color: transparent;
        background-image: none;
        filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)";
    }

.login span.twitter-typeahead {
    width: 100%;
}

.login .input-group span.twitter-typeahead {
    display: block !important;
}

    .login .input-group span.twitter-typeahead .tt-menu {
        top: 2.375rem !important;
    }

.error-view .main-content .first-section h1 {
    text-transform: none;
    font-family: "Roboto", serif;
    font-weight: 700;
}

.error-view .main-content .first-section span.description {
    display: block;
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 30px;
}

.vuoto {
    overflow: hidden;
}

.carrello-vuoto {
    width: 200px;
    /*margin-right:40px;*/
    float: right;
}

.title-carrello {
    color: #e9004c
}

.fas.fa-cart-plus.carrello {
    background: #e9004c;
    width: 30px;
    color: white;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    font-size: 15px;
    display: table-cell;
    vertical-align: middle;
}

.warning-view .main-content .first-section h1 {
    text-transform: none;
    font-family: "Roboto", serif;
    font-weight: 700;
}

.warning-view .main-content .first-section span.description {
    display: block;
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 30px;
}

.other .other-form {
    position: absolute;
    top: 50px;
    left: 50%;
    width: 1140px;
    margin-left: -570px;
    padding: 70px 0 0 0;
}

@media (max-width: 1199.98px) {
    .other .other-form {
        width: 940px;
        margin-left: -480px;
    }
}

@media (max-width: 991.98px) {
    .other .other-form {
        width: 720px;
        margin-left: -360px;
    }

        .other .other-form h2 {
            margin-bottom: 35px;
        }
}

@media (max-width: 767.98px) {
    .other .other-form {
        width: 100%;
        margin-left: 0;
        top: 0;
        left: 0;
    }
}

.other .other-form .other-form-title {
    padding-left: 45px;
}

@media (max-width: 575.98px) {
    .other .other-form .other-form-title {
        padding-left: 35px;
    }

    .text-carrello {
        text-align: center;
    }

    .carrello-vuoto {
        width: 147px;
        /*margin-right: 100px;*/
        float: none;
    }

    .title-carrello {
        text-align: center;
    }
}

.other .other-form h3, .other .other-form h4 {
    margin-top: 32px;
}

.other .other-form a, .other .other-form a:hover, .other .other-form a:active, .other .other-form a:visited {
    color: #e9004c;
}

.other .other-form .other-form-container {
    background: white;
    padding: 20px;
}

.other .other-form .btn {
    /*box-shadow: none;*/
}

.other .other-form .section-separator {
    margin: 0;
    padding-top: 50px;
    height: 1px;
    background-color: white;
    border-bottom: 1px solid #eeeeee;
}

.other .other-form .bottom-navigation {
    background: white;
}

.btns {
    cursor: pointer;
}

    .btns.btn-access {
        color: white;
        font-size: 16px;
        padding: 10px 20px;
        margin: 40px 10px 0 0;
        text-transform: uppercase;
        border-radius: 0px;
        text-decoration: none;
        border-color: transparent;
        background-color: rgba(0, 0, 0, 0.2);
        box-shadow: none;
        outline: none;
        font-weight: 700;
    }

.btn.btn-access {
    color: #ffffff;
    font-size: 16px;
    padding: 10px 20px;
    margin: 5px 0px 0 0;
    text-transform: uppercase;
    border-radius: 20px;
    text-decoration: none;
    border-color: transparent;
    background-color: #e9004c;
    box-shadow: none;
    outline: none;
    font-weight: 700;
}

    .btn.btn-access:hover {
        background-color: #cc0a50;
    }

.scrolled .btn.btn-access {
    margin: 5px 0px 0 0;
}

@media (max-width: 575.98px) {
    .btns.btn-access {
        font-size: 14px;
        padding: 10px 15px;
        margin: 10px 0 0 0;
    }
}

@media (max-width: 767px) {
    .btn.btn-access {
        font-size: 13px;
        padding: 8px 15px;
        /*margin:0px;*/
    }

    .scrolled btn.btn-access {
        margin: 0px;
    }
}

.btn.btn-access:hover,
.btn.btn-access:focus,
.btn.btn-access.focus {
    border-color: transparent;
    /*background-color: rgba(0, 0, 0, 0.5);*/
}

.btn.btn-access:active,
.btn.btn-access.active {
    border-color: transparent;
    box-shadow: none;
}

.container-fluid.content-box {
    max-width: 1140px;
    height: 100%;
}


.btns.btn-access:hover, .btns.btn-access:focus, .btns.btn-access.focus {
    border-color: transparent;
}

.btns.btn-access:active, .btns.btn-access.active {
    border-color: transparent;
    box-shadow: none;
}

.btns.btn-start {
    color: white;
    font-size: 18px;
    padding: 12px 34px;
    text-transform: uppercase;
    background-color: #e9004c;
    border-radius: 0;
    text-decoration: none;
    border-color: transparent;
    box-shadow: none;
    outline: none;
    position: relative;
    margin-top: -30px;
    font-weight: 700;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}

    .btns.btn-start:hover, .btns.btn-start:focus, .btns.btn-start.focus {
        /* border-color: transparent; */
        background-color: #cc0a50;
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    }

.btns.btn-step {
    color: white;
    width: 220px;
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    height: 50px;
    vertical-align: middle;
    display: table-cell;
    /*  padding: 12px 34px; */
    /* padding: 12px 0; */
    text-transform: uppercase;
    background-color: #e9004c;
    border-radius: 0;
    text-decoration: none;
    border-color: transparent;
    box-shadow: none;
    outline: none;
    position: relative;
    font-weight: 700;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}

@media (max-width: 575.98px) {
    .btns.btn-step {
        /* width: 100%; */
    }
}

.btns.btn-step:hover, .btns.btn-step:focus, .btns.btn-step.focus {
    /* border-color: transparent; */
    background-color: #cc0a50;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.btns.btn-skills {
    color: #ff004c;
    width: 100%;
    text-align: left;
    font-size: 16px;
    line-height: 42px;
    height: 55px;
    vertical-align: middle;
    display: table-cell;
    text-transform: uppercase;
    background: #e6e6e6 url(../images/common/arrow-fuxia.png);
    border-radius: 0;
    text-decoration: none;
    border-color: transparent;
    box-shadow: none;
    outline: none;
    position: absolute;
    font-weight: 700;
    bottom: 0;
    background-position: 96% 50%;
    background-repeat: no-repeat;
    font-family: "Roboto", serif;
}

@media (max-width: 991.98px) {
    .btns.btn-skills {
        background-position: 93% 50%;
    }
}

@media (max-width: 575.98px) {
    .btns.btn-skills {
        /* width: 100%; */
    }
}

.btns.btn-skills:hover {
    border-color: transparent;
    background: #333333 url(../images/common/arrow-white.png);
    color: #e6e6e6;
    background-position: 96% 50%;
    background-repeat: no-repeat;
}

@media (max-width: 991.98px) {
    .btns.btn-skills:hover {
        background-position: 93% 50%;
    }
}

.btns.btn-skills img.skills {
    width: 31px;
    height: 31px;
    margin-left: 23px;
    margin-right: 12px;
}

@media (max-width: 991.98px) {
    .btns.btn-skills img.skills {
        margin-left: 15px;
    }
}

.btns.btn-skills.close-box {
    /* display:none; */
    position: absolute;
    top: 0;
    opacity: 1;
    border-color: transparent;
    background: #333333 url(../images/common/arrow-white-close.png);
    color: #e6e6e6;
    background-position: 96% 50%;
    background-repeat: no-repeat;
    text-shadow: none;
    box-shadow: none;
    outline: none;
}

@media (max-width: 991.98px) {
    .btns.btn-skills.close-box {
        background-position: 93% 50%;
    }
}

.btns.btn-skills.close-box:hover {
    border-color: transparent;
    background: #333333 url(../images/common/arrow-white-close.png);
    color: #e6e6e6;
    background-position: 96% 50%;
    background-repeat: no-repeat;
    text-shadow: none;
}

@media (max-width: 991.98px) {
    .btns.btn-skills.close-box:hover {
        background-position: 93% 50%;
    }
}

.btns.btn-skills.open-box {
    /* display:block; */
}

.card.first {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    width: 100%;
    min-height: 370px;
    margin-bottom: 30px;
    display: inline-block;
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .card.first {
        min-height: 280px;
    }
}

@media (max-width: 767.98px) {
    .card.first {
        min-height: 280px;
    }
}

.card.first:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.card.first .container {
    width: 100%;
    padding: 0;
}

    .card.first .container .header {
        height: 85px;
    }

        .card.first .container .header h5 {
            font-size: 18px;
            color: #e9004c;
            font-family: "Oswald", sans-serif;
            margin: 0;
            padding: 12px 0 4px 33px;
            text-transform: uppercase;
            font-weight: 700;
            text-align: left;
        }

@media (max-width: 767.98px) {
    .card.first .container .header h5 {
        font-size: 14px;
    }
}

@media (max-width: 575.98px) {
    .card.first .container .header h5 {
        font-size: 18px;
    }
}

.card.first .container .header h4 {
    font-size: 26px;
    color: Black;
    font-family: "Oswald", sans-serif;
    margin: 0;
    padding: 0 0 0 33px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: left;
}

@media (max-width: 767.98px) {
    .card.first .container .header h4 {
        font-size: 20px;
    }
}

@media (max-width: 575.98px) {
    .card.first .container .header h4 {
        font-size: 22px;
    }
}

.card.first .container .footer {
    min-height: 285px;
}

@media (max-width: 991.98px) {
    .card.first .container .footer {
        min-height: auto;
        padding-bottom: 30px;
    }
}

@media (max-width: 767.98px) {
    .card.first .container .footer {
        min-height: auto;
        padding-bottom: 10px;
    }
}

@media (max-width: 575.98px) {
    .card.first .container .footer {
        padding-bottom: 30px;
    }
}

.card.first .container .footer img {
    width: 100%;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

    .card.first .container .footer img:hover {
        -webkit-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
        opacity: 0.8;
    }

.card.skills {
    position: relative;
    box-shadow: 0 4px 8px 0 #bababa;
    transition: 0.3s;
    width: 100%;
    height: 661px;
    margin-bottom: 30px;
    display: inline-block;
    background-color: White;
    padding-bottom: 55px;
    overflow: hidden;
}

    .card.skills.contenuti {
        position: relative;
        box-shadow: 0 4px 8px 0 #bababa;
        transition: 0.3s;
        width: 100%;
        height: 590px;
        margin-bottom: 15px;
        display: inline-block;
        background-color: White;
        padding-bottom: 55px;
        overflow: hidden;
    }

.card.pl-event-card {
    min-height: 520px;
    padding-bottom: 0px;
}

.card.skills:hover {
    box-shadow: 0 8px 16px 0 rgba(186, 186, 186, 0.5);
}

.card.skills a {
    text-decoration: none;
}

    .card.skills a .img-container {
        height: 215px;
        overflow: hidden;
    }

@media (max-width: 991.98px) {
    .card.skills a .img-container {
        height: 203px;
    }
}

@media (max-width: 767.98px) {
    .card.skills a .img-container {
        height: 314px;
    }
}

@media (max-width: 575.98px) {
    .card.skills a .img-container {
        height: 178px;
    }
}

.card.skills a .img-container img {
    width: 100%;
}

    .card.skills a .img-container img.zoom {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -webkit-transition: all 250ms ease-in-out;
        -moz-transition: all 250ms ease-in-out;
        -ms-transition: all 250ms ease-in-out;
        -o-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out;
    }

        .card.skills a .img-container img.zoom:hover {
            -webkit-transform: scale(1.1, 1.1);
            -moz-transform: scale(1.1, 1.1);
            -o-transform: scale(1.1, 1.1);
            -ms-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
            opacity: 0.8;
        }

.card.skills a .contenuto-skills .title {
    font-size: 24px;
    font-weight: 700;
    color: Black;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Oswald",sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 70px;
    margin-bottom: 10px;
    display: -webkit-box;
    line-height: 30px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.card.skills a .contenuto-skills .paragraph {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    text-decoration: none;
    overflow: hidden;
    margin-bottom: 0px;
    text-overflow: ellipsis;
    height: 130px;
    display: -webkit-box;
    line-height: 25px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.card.skills a .content-link {
    width: 100%;
    display: table;
}

.contenuto.mt-3 {
    padding: 0 20px;
}

.rounded-circle.test {
    background-color: #e9004c;
    /*  width: 18px;*/
    height: 18px;
    border-radius: 0px !important;
    margin-top: -4px;
}

.card.skills a .content-link .link {
    width: 50%;
    display: table-cell;
    text-align: left;
}

    .card.skills a .content-link .link .content-details img {
        width: auto;
        margin: 20px 30px;
        height: 40px;
    }

@media (max-width: 767.98px) {
    .card.skills a .content-link .link .content-details img {
        margin: 20px 30px;
    }
}

.card.skills a .content-link .heart {
    width: 50%;
    display: none;
    text-align: right;
}

    .card.skills a .content-link .heart a img {
        width: auto;
        margin: 20px 6px 20px 0;
    }

@media (max-width: 767.98px) {
    .card.skills a .content-link .heart a img {
        margin: 20px 6px 20px 0;
    }
}

.card.skills a .content-link .heart span {
    font-size: 14px;
    font-weight: 500;
    margin-right: 15px;
}

.card.skills .skills-show {
    background-color: rgba(51, 51, 51, 0.9);
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    top: 0;
    overflow: hidden;
}

    .card.skills .skills-show .box-open {
        width: 100%;
        height: 100%;
        color: White;
        margin-top: 85px;
    }

        .card.skills .skills-show .box-open p {
            color: White;
            font-size: 16px;
            margin-left: 20px;
            margin-right: 20px;
            float: left;
            width: 100%;
            padding: 0 25px 0 0;
        }

            .card.skills .skills-show .box-open p.tag {
                width: auto;
                text-align: left;
                font-size: 18px;
                line-height: 18px;
                vertical-align: middle;
                padding: 10px;
                background-color: #ff004c;
                font-weight: 700;
                /*                         box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
transition: 0.3s; */
            }

                .card.skills .skills-show .box-open p.tag:hover {
                    /* border-color: transparent; */
                    /*  background-color: @hover-btn; 
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2); */
                }

footer {
    margin: 50px auto;
    text-align: center;
}

    footer ul {
        list-style: none;
        padding: 0 0 0 0;
    }

        footer ul.nav-footer {
            margin: 20px 0;
            text-align: center;
        }

        footer ul li {
            display: inline-block;
            font-size: 15px;
            color: #666666;
            font-weight: 500;
            padding: 0 15px;
            position: relative;
            line-height: 35px;
            text-transform: uppercase;
        }

@media (max-width: 991.98px) {
    footer ul li {
        font-size: 14px;
        padding: 0 5px;
    }
}

@media (max-width: 575.98px) {
    footer ul li {
        width: 100%;
        text-align: center;
    }

    .card.skills.contenuti {
        height: 565px;
        margin-bottom: 30px;
    }
}

footer ul li a {
    color: #666666;
    text-decoration: none;
    font-weight: 500;
}

    footer ul li a.active {
        color: #e9004c;
        text-decoration: none;
        font-weight: 500;
    }

    footer ul li a:hover {
        color: #e9004c;
        text-decoration: none;
    }

    footer ul li a.logo img {
        width: 70px;
        height: 78px;
        margin: 0;
    }

@media (max-width: 575.98px) {
    footer ul li a.logo img {
        width: 70px;
        height: 70px;
        margin: 0 0 40px 0;
    }
}

footer p.small {
    font-size: 13px;
    color: #666666;
    text-align: center;
}

section .container-widget {
    width: 100%;
    display: flex;
    margin: auto;
    flex-wrap: wrap;
}

@media (max-width: 575.98px) {
    section .container-widget {
        padding-left: 100px;
    }
}

section .container-widget .widget {
    width: 20%;
    min-width: calc(1110px/5);
    display: inline-block;
    /* margin: 0 auto; */
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    vertical-align: top;
}

    section .container-widget .widget a {
        color: inherit;
        text-decoration: none;
    }

    section .container-widget .widget .txt {
        font-size: 20px;
        font-weight: 500;
        display: block;
        margin: 20px auto 50px auto;
        text-align: center;
        color: black;
    }

    section .container-widget .widget .txt-value {
        font-size: 20px;
        font-weight: 500;
        display: block;
        margin: 113px auto 50px auto;
        text-align: center;
        color: black;
    }

.card.skills a .contenuto-skills {
    padding: 0px 30px;
}

.single-card-content.clearfix .container-widget-top widjet.2widget .container-value img.medium-low {
    margin-left: 12px;
    margin-top: 9px;
}

.single-card-content.clearfix .container-widget-top widjet.2widget .container-value img.medium-high {
    margin-left: 12px;
    margin-top: 9px;
}

section .container-widget img.request {
    position: relative;
    top: -6px;
    z-index: 1;
    left: -9px;
}

section .container-widget img.request2 {
    position: relative;
    top: -16px;
    z-index: 1;
    left: 25px;
}

section .container-widget img.add {
    width: 43px;
    height: 43px;
    position: relative;
    top: 0;
}

section .container-widget-default {
    width: 100%;
    display: flex;
    /*margin: 25px auto 0 auto;*/
    flex-wrap: wrap;
    text-align: center;
}

    section .container-widget-default .widget {
        width: 210px;
        min-width: calc(1110px/5);
        display: inline-block;
        /* margin: 0 auto; */
        text-align: center;
        padding-left: 0;
        padding-right: 0;
        vertical-align: top;
        margin: 10px auto;
    }

    section .container-widget-default .widget2 {
        width: 201px;
        min-width: calc(550px/5);
        display: inline-block;
        /* margin: 0 auto; */
        text-align: center;
        padding-left: 0;
        padding-right: 0;
        vertical-align: top;
        /*margin: 10px 10px auto 10px;*/
    }

@media (max-width: 575.98px) {
    section .container-widget-default .widget {
        margin: 10px auto;
    }
}

section .container-widget-default .widget svg.highcharts-root {
    width: 210px;
    height: 250px;
    margin: 0 auto;
    text-align: center;
}

section .container-widget-default .widget2 svg.highcharts-root {
    height: 224px;
}

section .container-widget-default .widget rect.highcharts-background {
    fill: transparent;
}

section .container-widget-default .widget a {
    color: inherit;
    text-decoration: none;
}

section .container-widget-default .widget .txt {
    position: relative;
    top: 10px;
    font-size: 20px;
    font-weight: 500;
    display: block;
    margin: 55px 10px 30px auto;
    text-align: center;
    line-height: 22px;
    color: black;
}

section .container-widget-default .widget .txt-value {
    font-size: 20px;
    font-weight: 500;
    display: block;
    margin: 66px auto 0 auto;
    text-align: center;
    line-height: 22px;
    padding: 10px;
}

section .txt2 {
    font-size: 20px;
    font-weight: 500;
    display: block;
    margin: 1px auto 20px auto;
    text-align: center;
    line-height: 22px;
    color: black;
}

section .txt2-value {
    font-size: 20px;
    font-weight: 500;
    display: block;
    margin: 120px auto 0 auto;
    text-align: center;
    line-height: 22px;
    padding: 10px;
}

section .txt3 {
    font-size: 20px;
    font-weight: 500;
    display: block;
    margin: 75px auto 20px auto;
    text-align: center;
    line-height: 22px;
}

section .txt3-value {
    font-size: 20px;
    font-weight: 500;
    display: block;
    margin: 120px auto 0 auto;
    text-align: center;
    line-height: 22px;
    padding: 10px;
}

section .container-widget-default img.request {
    position: relative;
    top: -5px;
    z-index: 1;
    left: -8px;
}

section .container-widget-default img.add {
    width: 43px;
    width: 43px;
    height: 43px;
    position: relative;
    top: 3px;
    left: -2px;
    margin: 14px 0 0 7px;
}

section .container-widget-default img.onboard-add {
    width: 43px;
    width: 43px;
    height: 43px;
    position: relative;
    top: -7px;
    left: 0;
}

section .container-widget-default .widget-container {
    margin: -28px auto 0 auto;
}

@media (max-width: 991.98px) {
    section .container-widget-default .widget-container {
        /*                 max-width: 110px;
                min-width: 1100px; */
    }
}

section .container-widget-default .container-set {
    margin: 0 auto;
    max-width: 115px;
    min-width: 133px;
    position: relative;
    margin-top: -146px;
    text-align: center;
}

    section .container-widget-default .container-set span.serie {
        position: relative;
        top: 6px;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 15px;
        display: block;
        margin: -5px 0 5px 20px;
        width: 80px;
        color: black;
    }

    section .container-widget-default .container-set span.valore {
        position: relative;
        top: 6px;
        font-size: 34px;
        font-weight: 700;
        color: #ff004c;
        letter-spacing: -2px;
    }

section .container-widget-default .container-set2 {
    margin: 0 auto;
    max-width: 115px;
    min-width: 133px;
    position: relative;
    text-align: center;
    margin-top: -123px;
}

    section .container-widget-default .container-set2 span.serie2 {
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 15px;
        display: block;
        margin: 20px 0 -11px 0px;
    }

    section .container-widget-default .container-set2 span.valore2 {
        font-size: 40px;
        font-weight: 600;
        color: #ff004c;
        letter-spacing: -2px;
        cursor: pointer;
        margin: -50px 0 -11px 0px;
    }

section .container-widget-default .container-value {
    margin: 0 auto;
    max-width: 115px;
    min-width: 133px;
    position: relative;
    margin-top: 0;
    text-align: center;
    /* transform: rotate(10deg); */
    left: 39px;
}

section .container-widget-default .container-value2 {
    margin: 0 auto;
    max-width: 115px;
    min-width: 133px;
    position: relative;
    margin-top: 75px;
    text-align: center;
    /* transform: rotate(10deg); */
    left: 39px;
}

section .container-widget-default .container-value span {
    position: absolute;
    top: -118px;
}

section .container-widget-default .container-value2 span {
    position: absolute;
    top: -118px;
}

section .container-widget-default .container-value img.low {
    position: relative;
    left: -20px;
    top: -10px;
}

section .container-widget-default .container-value img.medium-low {
    position: relative;
    left: -23px;
    top: -8px;
}

section .container-widget-default .container-value img.medium {
    position: relative;
    left: -20px;
    top: -8px;
}

section .container-widget-default .container-value img.medium-high {
    position: relative;
    left: -23px;
    top: -8px;
}

section .container-widget-default .container-value img.high {
    position: relative;
    left: -20px;
    top: -9px;
}

section .container-widget-default .container-value2 img.low {
    position: relative;
    left: -14px;
    top: -60px;
}

section .container-widget-default .container-value2 img.medium-low {
    position: relative;
    left: -21px;
    top: -62px;
}

section .container-widget-default .container-value2 img.medium {
    position: relative;
    left: -14px;
    top: -60px;
}

section .container-widget-default .container-value2 img.medium-high {
    position: relative;
    left: -21px;
    top: -62px;
}

section .container-widget-default .container-value2 img.high {
    position: relative;
    left: -13px;
    top: -59px;
}

section .container-widget-top {
    width: 100%;
    display: flex;
    margin: 45px auto 10px auto;
    flex-wrap: wrap;
}

    section .container-widget-top .widget {
        width: 210px;
        min-width: calc(1110px/5);
        display: inline-block;
        /* margin: 0 auto; */
        text-align: center;
        padding-left: 0;
        padding-right: 0;
        vertical-align: top;
        margin: 10px auto;
        margin-top: -215px;
    }

@media (max-width: 991.98px) {
    section .container-widget-top .widget {
        margin: 10px auto;
        margin-top: -185px;
        margin-bottom: 50px;
    }
}

@media (max-width: 767.98px) {
    section .container-widget-top .widget {
        margin: 10px auto;
        margin-top: -185px;
        margin-bottom: 50px;
    }
}

@media (max-width: 575.98px) {
    section .container-widget-top .widget {
        margin: 10px auto;
        margin-top: -170px;
        margin-bottom: 50px;
    }
}

section .container-widget-top .widget svg.highcharts-root {
    width: 210px;
    height: 224px;
    margin: 0 auto;
    text-align: center;
}

section .container-widget-top .widget rect.highcharts-background {
    fill: transparent;
}

section .container-widget-top .widget a {
    color: inherit;
    text-decoration: none;
}

section .container-widget-top .widget .txt {
    font-size: 20px;
    font-weight: 500;
    display: block;
    margin: 30px auto 20px auto;
    text-align: center;
    line-height: 16px;
    color: black;
}

section .container-widget-top .widget .txt-value {
    font-size: 20px;
    font-weight: 500;
    display: block;
    margin: 90px auto 0 auto;
    text-align: center;
    line-height: 16px;
    padding: 10px;
}

section .container-widget-top img.request {
    position: relative;
    top: -5px;
    z-index: 1;
    left: -8px;
}

section .container-widget-top img.add {
    width: 43px;
    width: 43px;
    height: 43px;
    position: relative;
    top: 3px;
    left: 0;
}

section .container-widget-top .widget-container {
    margin: -28px auto 0 auto;
    /*background-image: url("../images/EmployabilityIndex/bg-white-circle-slick.png");
    background-repeat: no-repeat;
    background-position: 29.2px 20px;*/
    position: relative;
}

@media (max-width: 991.98px) {
    section .container-widget-top .widget-container {
        /*                 max-width: 110px;
                min-width: 1100px; */
    }
}

section .container-widget-top .container-set {
    margin: 0 auto;
    max-width: 115px;
    min-width: 133px;
    position: relative;
    margin-top: -158px;
    text-align: center;
}

    section .container-widget-top .container-set span.serie {
        position: relative;
        top: 6px;
        font-size: 12px;
        font-weight: 600;
        line-height: 15px;
        letter-spacing: 0;
        display: block;
        margin: -5px 0 5px 20px;
        width: 80px;
        color: black;
    }

    section .container-widget-top .container-set span.valore {
        position: relative;
        top: 6px;
        font-size: 34px;
        font-weight: 700;
        color: #ff004c;
        letter-spacing: -2px;
    }

section .container-widget-top .container-value {
    margin: 0 auto;
    margin: 0 auto;
    max-width: 115px;
    min-width: 133px;
    position: relative;
    margin-top: 0;
    text-align: center;
    /* transform: rotate(10deg); */
    left: 39px;
}

    section .container-widget-top .container-value span {
        position: relative;
        top: -118px;
    }

section .container-widget-top .widget .container-value img.low {
    left: 44px;
    margin-top: -10px;
}

section .container-widget-top .widget .container-value img.medium {
    left: 44px;
    margin-top: -9px;
}

section .container-widget-top .widget .container-value img.high {
    left: 44px;
    margin-top: -9px;
}

section .container-widget-top .widget .container-value img.medium-high {
    position: relative;
    left: 7px;
    margin-top: -8px;
}

section .container-widget-top .widget .container-value img.medium-low {
    position: relative;
    left: 7px;
    margin-top: -8px;
}

widget widgetjoblist {
    padding-top: 10px;
}

#phydersNav li {
    border: none;
}

#phydersNav a {
    padding: 15px 37px;
}

/* Per Payment e Cart */
.divTableHead {
    display: table-cell;
    font-weight: bold;
    color: black;
}

.divTableRow {
    display: table-row;
}

.suggeriti .single-card .single-card-header {
    height: 78px;
}

.suggeriti .single-card.avatar-card h3 {
    line-height: 1.3;
    color: white;
    padding: 20px 0px 0px 150px;
    text-transform: none;
    font-size: 20px;
    font-family: "Roboto", serif;
}

.suggeriti .single-card .single-card-content {
    padding: 70px 30px 5px 30px;
    min-height: 205px;
}

.suggeriti .description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 20px;
    height: 64px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 6px;
}

.suggeriti .single-card .single-card-header .circular-image-mask {
    position: absolute;
    border-radius: 50%;
    /* float: left; */
    overflow: hidden;
    width: 110px;
    height: 110px;
    z-index: 2;
    left: 8%;
    margin-left: 0;
    border: 1px solid white;
    bottom: -55px;
}

.suggeriti .btn-profile {
    padding: 7px 14px;
    font-size: 14px;
    margin: 12px 0 !important;
    float: right;
    background-color: #ff6633;
}

.suggeriti .single-card .single-card-footer {
    overflow: hidden;
    height: 45px;
    position: relative;
    padding: 7px 10px;
}

    .suggeriti .single-card .single-card-footer.green {
        background-color: #77bc1f
    }

.suggeriti .btn-action {
    font-size: 12px;
    color: white !important;
    border: 2px solid white;
    padding: 3px 10px;
    margin-top: 0;
}

.divIconTableCell {
    /*display: table-cell;*/
    vertical-align: middle;
    text-align: center;
    background-color: #e9004c;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    cursor: pointer;
}

.divTableCell {
    display: table-cell;
    vertical-align: middle;
}

.divTableBody {
    display: table;
    width: 100%
}

.badge {
    padding-left: 9px;
    padding-right: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

.label-warning[href],
.badge-warning[href] {
    background-color: #c67605;
}

#lblCartCount {
    font-size: 10px;
    background: #ff0000;
    color: #fff;
    padding: 2px 4px;
    vertical-align: top;
    margin-left: -10px;
}

.btn-external {
    float: right;
}

/*.tab-selected{
    color:#e9004c
}*/

.modifIcons label.addIconimage1, label.addIconimage2 {
    position: absolute;
    right: -32%;
}

.customModif, .customModif2 {
    height: 100%;
}

    .customModif label.deleteCustomIconimage1, .customModif label.cropImageProfile {
        position: absolute;
        /*left: 250px;*/
    }

    .customModif2 label.deleteCustomIconimage2, .customModif2 label.cropImageFace {
        position: absolute;
        /*right: 125px;*/
    }

    .customModif label.cropImageProfile {
        position: absolute;
        /*left: 250px;*/
    }

    .customModif2 label.cropImageFace {
        position: absolute;
        /*left: 250px;*/
    }

.vl {
    border-left: 1px solid #e9ecef;
    height: 250px;
}

.label p {
    margin-bottom: 0
}

@media (max-width: 578px) {
    .divTableHead {
        font-size: 10.5px;
    }

    .divTableCell {
        font-size: 11px;
    }

    .divIconTableCell {
        height: 21px;
        width: 21px;
    }

    .fa.fas-minus.carrello {
        font-size: 11px;
    }
}

.dropdown-menu {
    min-width: 20px;
    border-radius: 0;
    border: none;
}

.main-content .top-stripe.first-section {
    padding-top: 0px;
}

#divAcquirente .form-group, #divPagamenti .form-group {
    margin: 0px;
}

#divAcquirente {
    margin-bottom: 20px;
}

.container .dati {
    font-weight: 500;
    margin-bottom: 10px;
}

.container .esito {
    text-transform: uppercase;
    color: #e9004c;
    font-size: 21px;
    font-family: "oswald", sans-serif;
    font-weight: 700;
}

/*section tags input*/
.inputTag-container {
    /*border: 1px solid #ced4da;*/
    padding: 8px;
    display: flex;
    margin-left: 0px;
    margin-right: 0px;
}

    .inputTag-container .phyd-tag {
        border: 1px solid #ccc;
        padding: 5px 10px;
        margin: 5px;
        display: flex;
        align-items: center;
        border-radius: 20px;
        background: #f2f2f2;
    }

.tag-container .tag {
    border: 1px solid #ccc;
    padding: 5px;
    margin: 5px;
    display: flex;
    align-items: center;
    border-radius: 3px;
    background: #f2f2f2;
}

.phyd-tag {
    font-size: 15px;
    margin-left: 5px;
    color: black;
    /*height: 30px;*/
}

.inputTag-container input {
    flex: 1;
    font-size: 15px;
    padding: 2px;
    outline: none;
    border: 0;
}

.phyd-tag .IclosTags {
    font-size: 12px;
    color: #b20525;
    margin-left: 5px;
}

/*.inputTag-container span.twitter-typeahead {
    width: 150px !important;
}*/

.showTag-container .phyd-tag {
    border: 1px solid #ccc;
    padding: 5px 10px;
    margin: 5px;
    display: flex;
    align-items: center;
    border-radius: 20px;
    background: #f2f2f2;
}


.phyd-tag {
    font-size: 15px;
    margin-left: 5px;
    color: black;
}
/*End input Tags section*/
/* For Crop section*/
.imageCropCanvas {
    border: 1px solid black;
    width: 150px;
    height: 150px;
    background-image: url(/img/Onboarding-Mentor/People.png);
    border-radius: 50em;
    float: left;
    background-position: center;
    background-repeat: no-repeat;
}

img {
    /*max-width: 100%;*/
}

.alertTagContainer {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
}

#phydCropCanvas {
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    cursor: default;
    border: 1px solid black;
}

.cropBtnOption {
    cursor: pointer;
    margin-top: 0px;
    margin-left: 5px;
    padding-top: 3px;
    background-color: #e9004c;
    height: 30px;
    width: 30px;
    margin-bottom: 0px;
    padding-top: 1%;
    text-align: center;
}

#formEditImageProfile .cropBtnOption {
    cursor: pointer;
    margin-top: 0px;
    margin-left: 5px;
    padding-top: 3px;
    background-color: #e9004c;
    height: 30px;
    width: 30px;
    margin-bottom: 0px;
    padding-top: 1%;
    text-align: center;
}

.cropBtnOption2 {
    cursor: pointer;
    margin-top: 0px;
    margin-left: 5px;
    padding-top: 3px;
    /*background-color: #ff6633;*/
    height: 30px;
    width: 30px;
    margin-bottom: 0px;
    padding-top: 1%;
    text-align: center;
    color: #ff6633;
}

.cropload {
    cursor: pointer;
    border: none;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    margin: 0px;
    margin-bottom: 3px;
    margin-left: 5px;
    color: white;
    background-color: #ff6633;
    padding: 0px;
    font-size: 16px;
    box-shadow: none;
}

#imageUploadCrop {
    margin-top: 85px;
    margin-left: 20px;
}

.croploadFile {
    visibility: hidden;
    margin-left: 10px;
    padding-right: 0px;
}

#imageUpload {
    /*margin-top: 85px;*/
    margin-left: 20px;
    height: 50px;
    margin-top: 70px;
    width: 96px;
}

#fillCropZone {
    cursor: pointer;
    margin-left: 0px;
    margin-top: 75px;
    width: 30px;
    height: 32px;
    background-color: #ff6633;
    color: white;
    padding-top: 9px;
    padding-left: 7px;
    padding-right: 4px;
    padding-bottom: 4px;
}

#inputBtnFillCropZone {
    position: absolute;
    top: 75px;
    left: 30px;
    opacity: 0;
    width: 24px;
}

.new-btn2 {
    cursor: pointer;
    border: none;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    margin: 75px 0 0 22px;
    color: white;
    background-color: #ff6633;
    padding: 4px 20px 4px 24px;
    font-size: 16px;
    box-shadow: none;
    width: 100px !important;
}

.tooltip-inner {
    background-color: #808080 !important;
    color: white;
}

.arrow {
    color: #808080 !important;
}
/* End crop section*/


/*#grid tbody tr:hover {
    background: #ff0000;
}*/

.BiometricTextConsent {
    margin-top: 3px !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
}

.modalbiometricConsent > .modal-dialog > .modal-content > .modal-footer {
    margin-top: 8px !important;
}

    .modalbiometricConsent > .modal-dialog > .modal-content > .modal-footer > .btn {
        margin-top: 0px !important;
    }

.BtnBackToTop {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}

.boxButtons {
    display: block;
}

.k-i-custom-button-1, .k-i-custom-button-2, .k-i-custom-button-4, .k-i-delete {
    padding: 5px 5px 5px 5px;
    border: none !important;
    border-radius: 50%;
    background: #e9004c;
    /* width: 200% !important;
    height: 200% !important;*/
    color: white !important;
    /*    font-size: 24px;*/
    min-width: unset;
}

.k-i-custom-button-3 {
    padding: 5px 5px 5px 5px;
    border: none !important;
    border-radius: 50%;
    background: #e9004c;
    /* width: 200% !important;
    height: 200% !important;*/
    color: white !important;
    /*    font-size: 24px;*/
    min-width: unset;
}

.k-pencil, .k-image {
    font-style: unset;
    font-size: initial;
    border: none;
}

@media (max-width:575px) {
    .boxButtons {
        display: inline-flex !important;
    }

        .boxButtons > .btn {
            margin-right: 2px !important;
        }
}

.divEILineBar {
    margin-bottom: 20px !important;
}

#Occupability {
    margin-bottom: 5px !important;
}


.descriptvalueProposition {
    text-align: left;
}

.k-grid-header .k-header, .k-grid-header .k-header a {
    font-weight: bold;
    font-size: large
}

a.disableHref {
    pointer-events: none;
    cursor: default;
}

.resultLevel_Low, .resultLevel_Medium, .resultLevel_Hight {
    border-radius: 10px;
    color: black;
}

label.AssessmentLevel_Low {
    color: #ff004c;
}

label.AssessmentLevel_Medium {
    color: #ff6600;
}

label.AssessmentLevel_Hight {
    color: green;
}

#button-code-id {
    margin: 0;
    color: white;
}
