/*
This is your custom Style Sheet. It's the last css resource loaded so you can
easily overwrite css selectors from other style sheets.
*/

#list-medicalServices li i{
    color:#1565c0;
}
@media screen and (min-width: 992px){
    .hero-leadgen[data-align=right] .leadgen-content {
        left: 20%;
    }
}

.card:not(.card-horizontal) .content{
    padding: 20px;
}
.form-group label{
    display: block;
    width: 100%;
}
.form-group input:not([type="radio"]):not([type="checkbox"]),
.form-group select,
.form-group textarea{
    display: block;
    width: 100%;
}
input[type=checkbox], input[type=radio] {
    margin-right: 10px;
}
.btn-container{
    width:100%;
    display:block;
    text-align:center;
}

.form-group .select2-selection{
    border: 1px solid var(--neutral-transp-25,rgba(75,75,75,.25))!important;
}
.form-group .select2-selection,
.form-group .select2-selection>span {
    height: 50px;
    outline: 0;
}
.form-group .select2-selection .select2-selection__rendered {
    height:50px!important;
    padding: 0 32px!important;
    line-height:50px!important;
    color: var(--neutral-base,#4b4b4b)!important;
    font-size: var(--font-size-16,.889em)!important;
}
.form-group .select2-container--default .select2-selection--single .select2-selection__arrow{
    height:50px!important;

}

.header>.header-content .content-right .user-button{
    color: #000000!important;
}

.members-page .members-panel.edit-panel .panel-body .custom-edit-content .account-custom-row .input-group,
.members-page .members-panel.edit-panel .panel-body .custom-edit-content .custom-content-formgroup .input-group,
.members-page .members-panel.edit-panel .panel-body .custom-edit-content .custom-content-row .input-group{
    -ms-flex-wrap: unset!important;
    flex-wrap: unset!important;
}

/* SEZIONE LISTING */
.cards-default.tab-item.tab-item-articles{
    padding-top: 0px;
}







/*------------ WIZARD FORM --------------*/
.wizard {
    width: 100%!important;
    margin: 0px auto;
    background: #fff;
}

.wizard .nav-tabs {
    position: relative;
    margin: 0px auto;
    margin-bottom: 0;
    border-bottom-color: #e0e0e0;
}

.wizard > div.wizard-inner {
    position: relative;
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a,
.wizard .nav-tabs > li.active > a:hover,
.wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

span.round-tab i {
    color: #555555;
}

.wizard li a.active span.round-tab {
    background: #fff;
    border: 2px solid #5bc0de;

}

.wizard li a.active span.round-tab i {
    color: #5bc0de;
}

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 49%;
}

.wizard li a:after {
    content: " ";
    position: relative;
    left: 46%;
    top: -20px;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.wizard li.active.nav-item:after {
    content: " ";
    position: relative;
    left: 46%;
    top: -20px;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #5bc0de;
}

.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
    position: relative;
}

.wizard .nav-tabs > li a:hover {
    background: transparent;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 10px;
}

.wizard h3 {
    margin-top: 0;
}


.members-page .members-panel.edit-panel .panel-body .custom-edit-content .form-group label{
    max-width: fit-content;
}

@media( max-width: 585px) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}
/*------------ END WIZARD FORM --------------*/

#send-email .select2 {
    display:none;
}


/* Pagina risultati */
.results-body #map_canvas{
    width: 100%!important;
    height: 100%!important;
    max-height: 800px;
    position: sticky!important;
    top: 0;
}

/* Dettaglio Dottore */
.review-card .author-picture img{
    width: 100%;
    height: auto;
}

/*--------------- Articoli ----------------*/
.info-author{
    background: #03bad8;
    padding: 10px;
    border-left:3px solid #007bff;
    margin-top: 10px;
}
.info-author img.logo{
    border-radius: 50%;
    border: 1px solid #CAC0B6;
    margin-right: 10px;
    float: left;
    width: 100%;
    height: auto;
    background-color: #FFF;
}

#askforopinion-form .select2-container .select2-selection--single .select2-selection__rendered{
    padding-left: 30px;
    font-size: var(--font-size-16,.889em)!important;
}

.summary-picture img,
.grid-item-img img{
    width: 100%;
    height:100%;
    object-fit: cover;
}
.bottoni-cambio-tab{
    margin-bottom: 40px;
}


.video-container{
    display: inline-block;
    position:relative;
    width: 100%;
    margin-bottom:20px
}
.video-container iframe{
    width: 100%;
    border: 0;
}
.video-container.ended::after{
    content:"";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    background-color: black;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px 40px;
    background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjgiIGhlaWdodD0iMTI4IiB2aWV3Qm94PSIwIDAgNTEwIDUxMCI+PHBhdGggZD0iTTI1NSAxMDJWMEwxMjcuNSAxMjcuNSAyNTUgMjU1VjE1M2M4NC4xNSAwIDE1MyA2OC44NSAxNTMgMTUzcy02OC44NSAxNTMtMTUzIDE1My0xNTMtNjguODUtMTUzLTE1M0g1MWMwIDExMi4yIDkxLjggMjA0IDIwNCAyMDRzMjA0LTkxLjggMjA0LTIwNC05MS44LTIwNC0yMDQtMjA0eiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==);
}
.video-container.paused::after{
    content:"";
    position: absolute;
    height: 68%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    bottom: 50px;
    right: 0;
    cursor: pointer;
    background-color: black;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px 40px;
    background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEiIHdpZHRoPSIxNzA2LjY2NyIgaGVpZ2h0PSIxNzA2LjY2NyIgdmlld0JveD0iMCAwIDEyODAgMTI4MCI+PHBhdGggZD0iTTE1Ny42MzUgMi45ODRMMTI2MC45NzkgNjQwIDE1Ny42MzUgMTI3Ny4wMTZ6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);
}
/* BANNER PRISMI */
.banner-prismi-container,
.banner-prismi-container * {
    font-family: noto-sans, sans-serif;
    -webkit-font-smoothing: antialiased;
}
.banner-prismi-container .absolute-top-left {
    top: 0;
    left: 0;
}
.banner-prismi-container .absolute-top-right {
    top: 0;
    right: 0;
}
.banner-prismi-container.gradient-lblue {
    background : -moz-linear-gradient(18.82% 80.56% 28.87deg,rgba(109, 27, 120, 1) 0%,rgba(189, 44, 104, 1) 100%);
    background : -webkit-linear-gradient(28.87deg, rgba(109, 27, 120, 1) 0%, rgba(189, 44, 104, 1) 100%);
    background : -webkit-gradient(linear,18.82% 80.56% ,116.67% -15.34% ,color-stop(0,rgba(109, 27, 120, 1) ),color-stop(1,rgba(189, 44, 104, 1) ));
    background : -o-linear-gradient(28.87deg, rgba(109, 27, 120, 1) 0%, rgba(189, 44, 104, 1) 100%);
    background : -ms-linear-gradient(28.87deg, rgba(109, 27, 120, 1) 0%, rgba(189, 44, 104, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#6D1B78', endColorstr='#BD2C68' ,GradientType=0)";
    background : linear-gradient(61.13deg, rgba(109, 27, 120, 1) 0%, rgba(189, 44, 104, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6D1B78',endColorstr='#BD2C68' , GradientType=1);
    overflow-y: hidden;
}
.banner-prismi-container .fw-black {
    font-weight: 800;
}
.banner-prismi-container .fs-big {
    font-size: 34px;
}
.banner-prismi-container .btn-prismi {
    padding: 9px 50px;
    background: #20bf55;
    border-radius: 7pt;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18pt;
    font-weight: 600;
    margin-top: 40px;
}
.banner-prismi-container .btn-prismi:hover, .banner-prismi-container .btn-prismi:focus {
    background: #C34D3B;
    transition: ease 0.5s;
    text-decoration: none;
}
.banner-prismi-container .font-weight-normal{
    font-weight: 600!important;
}
.banner-prismi-container .subtitle{
    font-size: 20px;
}

@media only screen and (min-width: 768px) {
    .banner-prismi-container .fs-big {
        font-size: 41px;
    }
    .banner-prismi-container h4 {
        font-size: 22px;
        padding-right: 45px;
    }
}
/* END BANNER PRISMI */









/* Landing Convenzioni */
#landingConvenzioni {
    line-height: 2em;
    text-align: center;
}

#landingConvenzioni p,
#landingConvenzioni span {
    color : #1B456B;
    font-size: 15px;
}
#landingConvenzioni .subtitle, #landingConvenzioni p.hero-text {
    font-size: 16px;
}
#landingConvenzioni h2 {
    font-size: 2rem;
}
#landingConvenzioni h3 {
    font-size: 16px;
}
#landingConvenzioni .bk-lite {
    background-color: #EBF7FF;
}
#landingConvenzioni .bk-grbl {
    background-color: #03bad8;
    color: white;
}
#landingConvenzioni .bk-dbl {
    background-color: #0C253C;
    color: white;
}
#landingConvenzioni .bk-ddbl {
    background-color: #0A1E31;
    color: white;
}
#landingConvenzioni .text-highlight {
    color : #03bad8;
}
#landingConvenzioni .btn.cta {
    background-color: #03bad8;
    color: #fff;
}
#landingConvenzioni .btn.cta-white {
    color : #03bad8;
    background-color: #fff;
}
#landingConvenzioni .header >.header-content .header-logo-landing {
    width: 100%;
    display: block;
    overflow: hidden;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    margin: 20px 0 ;
}
#landingConvenzioni .nav-menu a {
    color : #1B456B;
    text-transform : uppercase;
    font-size: 16px;
}
#landingConvenzioni .nav-menu a.cta {
    margin-top: -5px;
}
#landingConvenzioni .nav-menu .list-inline-item {
    margin: 20px 1.5vw;
}
#landingConvenzioni .row-1 .img-landing.first-block img {
    width: 100%;
}
#landingConvenzioni .row-5 .img-landing.first-block img {
    width: 85%;
    margin-left: -25px;
}
#landingConvenzioni .row-1 .left, .row-5 .right, .row-6 .left {
    margin: auto;
}
#landingConvenzioni .row-2 p , .row-3 p {
    font-size: 14px;
}
#landingConvenzioni .row-2, .row-3 {
    padding: 25px;
}
#landingConvenzioni .row-3, .row-5 {
    padding-top: 45px;
    padding-bottom: 45px;
}
#landingConvenzioni .row-3 p {
    margin-top: 28px;
    margin-bottom: 28px;
}
#landingConvenzioni .row-7 p {
    display: none;
}
#landingConvenzioni div.drawing.one {
    width: 100%;
    height: 100px;
    background: transparent url('/assets/images/landing-convenzione-enti/Group 229.png') 0% 0% no-repeat padding-box;
    opacity: 1;
}
#landingConvenzioni div.drawing.two {
    width: 100%;
    height: 100px;
    background: transparent url('/assets/images/landing-convenzione-enti/Group 228.png') 0% 0% no-repeat padding-box;
    opacity: 1;
}
#landingConvenzioni div.drawing.three {
    width: 100%;
    height: 100px;
    background: transparent url('/assets/images/landing-convenzione-enti/Group 227.png') 0% 0% no-repeat padding-box;
    opacity: 1;
}
#landingConvenzioni #sei-ente .row{
    position: relative;
}
#landingConvenzioni #bg-enti-rect-left {
    background-repeat:no-repeat;
    background-image: url('/assets/images/landing-convenzione-enti/rect-left.svg');
    background-position: -1100px ;
    position: absolute;
    overflow: hidden;
    width: 88%;
    height: 650px;
    left: 0;
    z-index: 0;
}
#landingConvenzioni #bg-enti-rect-right {
    background-repeat:no-repeat;
    background-image: url('/assets/images/landing-convenzione-enti/rect-right.svg');
    background-position: 700px ;
    position: absolute;
    overflow: hidden;
    width: 88%;
    height: 650px;
    right: 0;
    z-index: 0;
}
#landingConvenzioni #bg-form-rect-right {
    background-repeat:no-repeat;
    background-image: url('/assets/images/landing-convenzione-enti/Rectangle 547.svg');
    background-position: 700px ;
    position: absolute;
    overflow: hidden;
    width: 88%;
    height: 650px;
    right: 0;
}
#landingConvenzioni img.rectangles.left, img.rectangles.right {
    height: 650px;
}
#landingConvenzioni img.rectangles.left {
    left: -280px;
}
#landingConvenzioni img.rectangles.right {
    right: -300px;
}
#landingConvenzioni .contactus-form {
    padding: 40px 30px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 8px 16px #00000024;
}
#landingConvenzioni .contactus-form .input {
    margin: 14px 0;
}
#landingConvenzioni #richiesta-submit {
    width: 100%;
}
#landingConvenzioni footer {
    margin-top: 100px;
}
#landingConvenzioni .row-footer-1 {
    margin-top: -80px;
}
#landingConvenzioni .row-footer-1 img {
    padding: 45px;
}
@media (min-width:1078px) {
    #landingConvenzioni .contactus-form {
        margin: 0 30px;
    }
}
@media (min-width:992px) {
    #landingConvenzioni {
        text-align: left;
    }
    #landingConvenzioni h2 {
        font-size: 2.5rem;
    }
    #landingConvenzioni h3 {
        font-size: 18px;
    }
    #landingConvenzioni .row-5, .row-2 {
        padding: 70px;
    }
    #landingConvenzioni .row-3 {
        padding: 120px;
    }
    #landingConvenzioni .row-3 .content {
        width: 66%;
        margin: 0 auto;
    }
    #landingConvenzioni .wrapper-form-contact-text {
        padding-right: 50px;
    }
    #landingConvenzioni .row-7 p{
        display: block;
    }
    #landingConvenzioni .row-footer-1 {
        padding: 40px 0;
        margin-right: 50px;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    #landingConvenzioni .row-footer-1 img {
        float: right;
        padding: 10px;
    }
}
@media (max-width:1078px) {
    #landingConvenzioni .close-cookie-banner span {
        padding: 0px;
    }
}
@media (max-width:992px) {
    #landingConvenzioni .nav-menu {
        display: none;
    }
    #landingConvenzioni .row-2 div.drawing {
        margin:0 auto;
        background-position: center;
    }
    #landingConvenzioni .row-6 > div {
        margin: 0;
        padding: 0;
    }
    #landingConvenzioni .row-footer-2 {
        background-color: #0C253C ;
    }
    #landingConvenzioni .col-socials {
        background-color: #0A1E31;
        height: 20px;
    }
    #landingConvenzioni .col-socials a {
        display: none;
    }
    .hero-title{
        margin-top: 1em;
    }
    .header-content{
        background: #EBF7FF!important;
    }
}
@media (max-width:768px) {
    #landingConvenzioni .header >.header-content .header-logo-landing {
        background-position: center;
        margin: 20px 0 20px 0;
    }
}
@media (max-width:480px) {
    #landingConvenzioni .sticky-button {
        position: -webkit-sticky;
        /* Safari */
        position: sticky;
        color: #ffffff;
        display: block;
        bottom: 0;
        border-radius: 0;
        padding: 16px;
        font-size: 21px;
    }
}
html {
    scroll-behavior: smooth!important;
}
/* END Landing Convenzioni */
