@charset "UTF-8";

/* Custom datatable */
.paging_simple_numbers a.current {
    color: black !important;
    background-color: #28449a !important;
}

.dataTables_filter {
    width: 75%;
}

.dataTables_filter label, .dataTables_filter input {
    width: 94%;
}
/* END custom datatable */

/* TimeLine */
.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}
.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 50%;
    margin-left: -1.5px;
    height: 100%;
}
.timeline > li {
    margin-bottom: 50px;
    position: relative;
}
.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li > .timeline-panel {
    width: 50%;
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li.timeline-inverted + li:not(.timeline-inverted),
.timeline > li:not(.timeline-inverted) + li.timeline-inverted {
    margin-top: -60px;
}

.timeline > li:not(.timeline-inverted) {
    padding-right:90px;
}

.timeline > li.timeline-inverted {
    padding-left:90px;
}
.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}
.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}
.timeline > li > .timeline-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    background-color: #999999;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.timeline-badge.primary {
    background-color: #2e4395 !important;
}
.timeline-badge.success {
    background-color: #3f903f !important;
}
.timeline-badge.warning {
    background-color: #f0ad4e !important;
}
.timeline-badge.danger {
    background-color: #d9534f !important;
}
.timeline-badge.info {
    background-color: #5bc0de !important;
}
.timeline-title {
    margin-top: 0;
    color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}
.timeline-body > p + p {
    margin-top: 5px;
}
/* TimeLine */

/* APP */
html {
    min-height: 100%;
    font-family: 'Montserrat', sans-serif;
}

body {
    font-family: 'Montserrat', sans-serif;
}

.obj-fit-container {
    object-fit: contain;
}

.on-hover-bg-grey:hover {
    background-color: #eaeaea;
}

.border-bottom-white {
    border-bottom-color: white;
    border-bottom: 1px solid;
}

.content-wrapper {
    z-index: 1050;
}

.flip-clock-label {
    display: none;
}

.text-color-talk {
    color: #2e4395
}

.bg-color-talk {
    background-color: #2e4395
}

.border-color-talk {
    border-color: #2e4395
}

.text-color-onco {
    color: #2e4395
}

.fp-volumebtn>svg {
    vertical-align: unset;
    display: inline-block;
}

.modal {
    z-index: 1074;
}

.modal-backdrop {
    z-index: 1073;
}

.bg-home-login {
    background-position: top center;
    background-repeat: repeat;
    min-height: 100vh;
    background-image: url("../img/texture.jpg");
}

.sanofi-container {
    position: fixed;
    z-index: 1051;
    background-color: white;
    top: 0;
}

.sanofi-content {
    padding-top: 8rem;
    padding-bottom: 20px !important;
}

.content {
    min-height: 10rem;
}

.content-width {
    width: 48.75rem;
    max-width: 68.75rem;
}

em {
    margin-right: 0rem;
    margin-top: .12502rem;
    margin-bottom: .12502rem;
    top: 0;
}

.custom-em {
    margin-right: 1.25rem;
    margin-top: .12502rem;
    margin-bottom: .12502rem;
    top: 0;
}

.mobile {
    display: none;
}

.container-custom {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 4rem;
}

.carousel-mobile {
    display: none;
}

.position {
    position: absolute;
    right: 1%;
    z-index: 1;
    font-size: 2rem;
    top: -3px;
    color: #28449a;
}

.btt {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 30px;
    font-size: 18px;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 4px;
    z-index: 1062;
}

.btt-icon {
    font-size: 1.5rem;
    margin: 0;
    margin-right: 0!important;
}

.max-visibility {
    z-index: 1060;
}

.chapter-height {
    max-height: 410px;
    overflow-y: auto!important;
}

.chapter-style {
    margin-top: -1.7rem;
    margin-left: 0.5rem;
    background-color: white;
}

.center-cropped {
    object-fit: cover;
    object-position: center;
}

.bg-table-service {
    background-color: #4472C4;
    line-height: 20px;
}

.cell-style-alternative {
    background-color: #D9E2F3;
    font-weight: lighter;
}

.cell-style {
    background-color: #B4C6E7;
    font-weight: lighter;
}

.responsive-height-image {
    max-height: 18rem
}
/* APP */


/* SIDEBAR */
.sidebar {
    z-index: 1063;
}

.sidebar-light.sidebar-right {
    border-right: 1px solid rgba(0, 0, 0, 0.125);
    border-left: 1px solid rgba(0, 0, 0, 0.125);
}

.checkbox-style {
    width: 1.25rem;
    height: 1.25rem;
}

.post-evidence {
    max-height: 540px;
    overflow-y: auto!important;
}

.post-evidence-card {
    border: 1px solid #e6eaee !important;
}

.h-75-16-9 {
    height: 6.5rem;
}

.nav-item-submenu>.search:after {
    content: "";
    font-family: icomoon;
    display: inline-block;
    font-size: 1.7rem;
    vertical-align: middle;
    line-height: 1;
    position: absolute;
    top: .75rem;
    margin-top: .12502rem;
    right: 1.25rem;
    transition: -webkit-transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out,-webkit-transform .25s ease-in-out;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #28449a;
}

.nav-item-submenu>.main-navigation:after {
    font-size: 1.3rem!important;
}

.nav-item-submenu>.main-navigation:after {
    color: #4e4f4e;
}

.nav-item-submenu>.nav-no-after-arrow:after {
    display: none!important;
}

.nav-item-hover:hover {
    color: #28449a;
}

.child-padding {
    padding-left: 3.1rem!important;
}

.image-width {
    width: 24px;
    margin-right: .78rem;
}

.position-submenu {
    margin-top: -13px;
    padding-bottom: 15px;
}

.position-channel {
    position: absolute;
    right: 4%;
    z-index: 1;
    top: 8px;
}
/* SIDEBAR */


/* SCROLLBAR */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: #555555;
    border: 2px solid #555555;
}
/* SCROLLBAR */


/* FORM REGISTRAZIONE */
.bg-cover {
    background-color: white;
}

#gdprDocument {
    -webkit-overflow-scrolling:touch!important;
}
/* FORM REGISTRAZIONE */


/* NAVBAR */
.navbar-application {
    transition: all .7s;
    z-index: 1070;
}

.width-nav {
    width: 100%;
    max-width: 68.751rem;
}

.custom-navbar {
    flex-basis: auto;
    display: flex;
    flex-grow: 1;
    align-items: center!important;
}

.navbar-top-custom {
    padding-top: 6.89rem;
}

.navbar-bottom-side {
    padding-bottom: 12rem;
}

.navbar-image-profile {
    width: 2.5rem;
    display: block;
    outline: 0;
    transition: all ease-in-out .15s;
}

.rotate-less-90 {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.transaction-all {
    transition: all .3s;
}

.border-bottom-7 {
    border-bottom: 7px solid;
}

.border-color-primary-talk {
    border-color: #28449a;
}

.on-hover-text-primary:hover {
    color: #28449a;
}
/* NAVBAR */


/* CAROUSEL & SLIDER*/
.carousel-border {
    border-style: solid;
    border-width: 1px;
}

.carousel-item > .card {
    margin-bottom: 0;
}

.evidence {
    background-color: #2e4395;
    color: white;
    border-radius: 50%;
    font-size: 2rem;
    opacity: 1;
}

.evidence-control {
    width: 2%;
    opacity: 1;
}

.w-95 {
    width: 95%;
}

.h-27-rem {
    min-height: 27rem;
}

.h-30-rem {
    min-height: 30rem;
}

.home-30-rem {
    height: 30rem;
    min-height: 30rem;
    max-height: 30rem;
}

.home-382-px {
    height: 382px;
    min-height: 382px;
    max-height: 382px;
}

.text-center-image {
    position: absolute;
    bottom: 0rem;
    left: 2rem;
    width: 90%;
    word-break: break-all;
}

.slider-arrow {
    color:#d11149;
}

.circle-indicatior {
    border-radius: 50%;
    height: 10px!important;
    width: 10px!important;
}

.lSAction>.lSNext {
    right: 28px!important;
}

.lSSlideOuter {
    margin-right: auto;
    margin-left: auto;
}
    /* CAROUSEL & SLIDER */


/* NEWS */
.slider-vertical {
    text-align: center;
}

.pagination {
    margin-right: 0px !important; /*override*/
}

.pagination a {
    color: #555;
}

.panel ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.news-item {
    padding: 4px 4px;
    margin: 0px;
    border-bottom: 1px dotted #555;
}

.text-truncate-3 {
    --lh: 1.2rem;
    --max-lines: 3;
    position: relative;
    max-height: calc(var(--lh) * var(--max-lines));
    overflow: hidden;
    padding-right: 1.2rem; /* space for ellipsis */
}

.text-truncate-4 {
    --lh: 1.4rem;
    --max-lines: 4;
    position: relative;
    max-height: calc(var(--lh) * var(--max-lines));
    overflow: hidden;
    padding-right: 1rem; /* space for ellipsis */
}

.text-truncate-3::after {
    content: "";
    position: absolute;
    /*   inset-inline-end: 0; */
    right: 0;
    width: 1rem;
    height: 1rem;
    background: white;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    top: 0;
    bottom: auto;
    left: auto;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 3%!important;
    margin-left: 15%;
    list-style: none;
}
/* NEWS */


/* LE NOSTRE APP */
.ourapps-and-services {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 36px;
}

.card-height {
    min-height: 190px;
}
/* LE NOSTRE APP */


/* INFO LEGALI */
.legal-container {
    background: white;
    padding: 2px 15px;
    border: 1px solid #CCC;
    width: 100%;
    height: 200px;
    overflow-y: scroll;
}
/* INFO LEGALI */


/* FOOTER */
.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 1070;
}

.footer-image {
    height: 100%;
}

.footer-bottom {
    padding-bottom: 11.89rem;
}

.fixed-bottom-scroll {
    bottom: 0;
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 98;
}
/* FOOTER */


/* STORE IMAGES */
.store-images {
    width: 100%;
}
/* STORE IMAGES */


/* SPONSOR */
#toggle-sponsor {
    position: absolute;
    z-index: 1003;
    left: 0;
}

.carousel-3d-container, .carousel-3d-slide {
    transition: all .2s!important;
}
/* SPONSOR */

/* POST DETAIL */
    .isTextCenter {
        text-align: center!important;
    }

    .live_message  {
        font-size: large !important;
        text-align: center !important;
        padding: 5px !important;
    }

    .actionButton {
        min-width: 40%
    }
/* POST DETAIL */

/* MEDIA LIBRARY */
.cards {
  margin: 0 auto;
  display: grid;
  grid-gap: 0.5rem;
  grid-template-columns: repeat(3, 1fr);
}

.card {

}
/* MEDIA LIBRARY */

/* MEDIAQUERIES */
/*
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/
@media (min-width: 1300px) {
    .carousel-3d-container {
        margin: 10px auto 2px auto !important;
        width: 1174px !important;
    }

    .carousel-didascalia {
        margin-bottom: 10px;
    }
}

@media (max-width: 1300px) {
    .carousel-3d-container {
        margin: 10px auto 2px auto !important;
        width: 1002px !important;
    }

    .carousel-3d-slider {
        padding-left: 85px !important;
    }

    .carousel-didascalia {
        margin-bottom: 10px;
    }
}

@media (max-width: 1100px) {
    .carousel-3d-container {
        margin: 10px auto 2px auto !important;
        width: 832px !important;
    }

    .carousel-3d-slider {
        padding-left: 0px !important;
    }

    .carousel-didascalia {
        margin-bottom: 5px;
    }
}

@media (max-width: 920px) {
    .carousel-3d-container {
        margin: 10px auto 2px auto !important;
        width: 662px !important;
    }

    .carousel-3d-slider {
        padding-left: 85px !important;
    }

    .carousel-didascalia {
        margin-bottom: 5px;
    }
}

@media (max-width: 750px) {
    .carousel-3d-container {
        margin: 10px auto 2px auto !important;
        width: 492px !important;
    }

    .carousel-3d-slider {
        padding-left: 0px !important;
    }

    .carousel-didascalia {
        margin-bottom: 2px;
    }
}

@media (max-width: 550px) {
    .carousel-3d-container {
        margin: 2px auto 2px auto !important;
        width: 300px !important;
    }

    .carousel-3d-slider {
        padding-left: 0px !important;
    }

    .carousel-didascalia {
        margin-bottom: 2px;
        font-size: 0.6rem;
    }
}

/*
    .carousel-3d-container {
        margin-top: 0.5rem!important;
        margin-left: 0px!important;
    }
*/

@media (min-width: 1025px) {
    .img-logo {
        height: 3rem !important;
    }

    .img-logo-mobile {
        height: 1rem !important;
    }
}

@media (max-width: 1024px) {
    .sanofi-content {
        padding-top: 4.5rem;
    }

    .img-logo {
         height: 2.7rem !important;
    }

    .img-logo-mobile {
        height: 1rem !important;
    }
}


@media (min-width: 1024px) and (max-width: 1279px) {
    /* FOOTER */
    .footer-image {
        width: 100%;
        height: 100%;
    }

    .jumbotron-fluid {
        display: none;
    }
    /* FOOTER */


    /* APP */
    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .container-custom {
        padding-bottom: 0;
    }

    .content-width {
        max-width: 100%;
    }
    /* APP */


    /* SIDEBAR */
    .sidebar-right, .sidebar-right .sidebar-content {
        right: -90rem;
    }

    .sidebar-main, .sidebar-main .sidebar-content {
        left: -65rem;
    }

    .sidebar-light {
        background-clip: border-box;
    }
    /* SIDEBAR */


    /* NAVBAR */
    .custom-navbar {
        display: block;
    }
    /* NAVBAR */


    /* HEADER */
    .container-subscribe {
        bottom: 0px;
        position: fixed;
        left: 0px;
        width: 100%;
        padding: 0 2.5rem;
    }
    /* HEADER */


    /* MODAL */
    .modal-centered-mobile {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        min-height: calc(100% - 1rem);
    }
    /* MODAL */


    /* SWAL NOTIFY */
    .swal2-footer {
        flex-wrap: wrap;
    }
    /* SWAL NOTIFY */


    /* POST DETAIL */
    .isTextCenter {
        text-align: center!important;
    }

    .actionButton {
        min-width: 40%
    }
    /* POST DETAIL */

}

/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1023px) {
    /* ACTIONS */
    .mobile-actions {
        width: 100%!important;
        max-width: 100%!important;
    }

    .mobile-actions-buttons {
        float: none;
        text-align: center;
        width: 100%!important;
        max-width: 100%!important;
    }
    /* ACTIONS */

    /* FOOTER */
    .footer {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        text-align: center;
        z-index: 1050;
    }

    .footer-image {
        width: 100%;
        height: 100%;
    }

    .jumbotron-fluid {
        display: none;
    }
    /* FOOTER */


    /* APP */
    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .container-custom {
        padding-bottom: 0;
    }
    /* APP */


    /* SIDEBAR */
    .sidebar-right, .sidebar-right .sidebar-content {
        right: -90rem;
    }

    .sidebar-main, .sidebar-main .sidebar-content {
        left: -65rem;
    }

    .sidebar-light {
        background-clip: border-box;
    }
    /* SIDEBAR */


    /* NAVBAR */
    .custom-navbar {
        display: block;
    }

    .navbar-top-custom {
        padding-top: 3.89rem;
    }
    /* NAVBAR */


    /* HEADER */
    .container-subscribe {
        bottom: 0px;
        position: fixed;
        left: 0px;
        width: 100%;
        padding: 0 2.5rem;
    }
    /* HEADER */


    /* MODAL */
    .modal-centered-mobile {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        min-height: calc(100% - 1rem);
    }
    /* MODAL */


    /* SWAL NOTIFY */
    .swal2-footer {
        flex-wrap: wrap;
    }
    /* SWAL NOTIFY */


    /* POST DETAIL */
    .isTextCenter {
        text-align: center!important;
    }

    .actionButton {
        width: 100%;
        margin-right: 10px;
        margin-left: 10px;
    }
    /* POST DETAIL */

}

/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    /* ACTIONS */
    .mobile-actions {
        width: 100%!important;
        max-width: 100%!important;
    }

    .mobile-actions-buttons {
        float: none;
        text-align: center;
        width: 100%!important;
        max-width: 100%!important;
    }
    /* ACTIONS */

    /* FOOTER */
    .footer {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        text-align: center;
        z-index: 1050;
    }

    .footer-image {
        width: 100%;
        height: 100%;
    }

    .jumbotron-fluid {
        display: none;
    }
    /* FOOTER */


    /* APP */
    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .container-custom {
        padding-bottom: 0;
    }
    /* APP */


    /* SIDEBAR */
    .sidebar-right, .sidebar-right .sidebar-content {
        right: -90rem;
    }

    .sidebar-main, .sidebar-main .sidebar-content {
        left: -65rem;
    }

    .sidebar-light {
        background-clip: border-box;
    }
    /* SIDEBAR */


    /* NAVBAR */
    .custom-navbar {
        display: block;
    }

    .navbar-top-custom {
        padding-top: 3.89rem;
    }
    /* NAVBAR */


    /* HEADER */
    .container-subscribe {
        bottom: 0px;
        position: fixed;
        left: 0px;
        width: 100%;
        padding: 0 2.5rem;
    }
    /* HEADER */


    /* MODAL */
    .modal-centered-mobile {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        min-height: calc(100% - 1rem);
    }
    /* MODAL */


    /* SWAL NOTIFY */
    .swal2-footer {
        flex-wrap: wrap;
    }
    /* SWAL NOTIFY */


    /* POST DETAIL */
    .isTextCenter {
        text-align: center!important;
    }

    .actionButton {
        width: 100%;
        margin-right: 10px;
        margin-left: 10px;
    }
    /* POST DETAIL */

}

/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
@media (min-width: 481px) and (max-width: 767px) {
    /* ACTIONS */
    .mobile-actions {
        width: 100%!important;
        max-width: 100%!important;
    }

    .mobile-actions-buttons {
        float: none;
        text-align: center;
        width: 100%!important;
        max-width: 100%!important;
    }
    /* ACTIONS */

    /* FOOTER */
    .footer {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        text-align: center;
        z-index: 1050;
    }

    .footer-image {
        width: 100%;
        height: 100%;
    }

    .jumbotron-fluid {
        display: none;
    }
    /* FOOTER */


    /* APP */
    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .container-custom {
        padding-bottom: 0;
    }
    /* APP */


    /* SIDEBAR */
    .sidebar-right, .sidebar-right .sidebar-content {
        right: -90rem;
    }

    .sidebar-main, .sidebar-main .sidebar-content {
        left: -65rem;
    }

    .sidebar-light {
        background-clip: border-box;
    }
    /* SIDEBAR */


    /* NAVBAR */
    .custom-navbar {
        display: block;
    }

    .navbar-top-custom {
        padding-top: 3.89rem;
    }
    /* NAVBAR */


    /* HEADER */
    .container-subscribe {
        bottom: 0px;
        position: fixed;
        left: 0px;
        width: 100%;
        padding: 0 2.5rem;
    }
    /* HEADER */


    /* MODAL */
    .modal-centered-mobile {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        min-height: calc(100% - 1rem);
    }
    /* MODAL */


    /* SWAL NOTIFY */
    .swal2-footer {
        flex-wrap: wrap;
    }
    /* SWAL NOTIFY */


    /* POST DETAIL */
    .isTextCenter {
        text-align: center!important;
    }

    .actionButton {
        width: 100%;
        margin-right: 10px;
        margin-left: 10px;
    }
    /* POST DETAIL */

    /* MEDIA LIBRARY */
    .cards {
      margin: 0 auto;
      display: grid;
      grid-gap: 1rem;
      grid-template-columns: repeat(2, 1fr);
    }
    /* MEDIA LIBRARY */

    /* TIMELINE */
    .timeline:after {
        left: 5%;
    }
    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        left: 5%;
        margin-left: -1.5px;
        height: 100%;
    }
    .timeline > li > .timeline-panel {
        width: 100%;
        float: left;
        border: 1px solid #d4d4d4;
        border-radius: 2px;
        padding: 20px;
        position: relative;
        -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    }
    .timeline > li.timeline-inverted {
        padding-left:80px;
    }
    .timeline > li > .timeline-badge {
        color: #fff;
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 1.4em;
        text-align: center;
        position: absolute;
        top: 16px;
        left: 5%;
        margin-left: -25px;
        background-color: #999999;
        z-index: 100;
        border-top-right-radius: 50%;
        border-top-left-radius: 50%;
        border-bottom-right-radius: 50%;
        border-bottom-left-radius: 50%;
    }
    /* TIMELINE */

}

/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
@media (min-width: 320px) and (max-width: 480px) {
    /* ACTIONS */
    .mobile-actions {
        width: 100%!important;
        max-width: 100%!important;
    }

    .mobile-actions-buttons {
        float: none;
        text-align: center;
        width: 100%!important;
        max-width: 100%!important;
    }
    /* ACTIONS */

    /* FOOTER */
    .footer {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        text-align: center;
        z-index: 1050;
    }

    .footer-image {
        width: 100%;
        height: 100%;
    }

    .jumbotron-fluid {
        display: none;
    }
    /* FOOTER */


    /* APP */
    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .container-custom {
        padding-bottom: 0;
    }
    /* APP */


    /* SIDEBAR */
    .sidebar-right, .sidebar-right .sidebar-content {
        right: -90rem;
    }

    .sidebar-main, .sidebar-main .sidebar-content {
        left: -65rem;
    }

    .sidebar-light {
        background-clip: border-box;
    }
    /* SIDEBAR */


    /* NAVBAR */
    .custom-navbar {
        display: block;
    }

    .navbar-top-custom {
        padding-top: 3.89rem;
    }
    /* NAVBAR */


    /* HEADER */
    .container-subscribe {
        bottom: 0px;
        position: fixed;
        left: 0px;
        width: 100%;
        padding: 0 2.5rem;
    }
    /* HEADER */


    /* MODAL */
    .modal-centered-mobile {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        min-height: calc(100% - 1rem);
    }
    /* MODAL */


    /* SWAL NOTIFY */
    .swal2-footer {
        flex-wrap: wrap;
    }

    .recovery-button-mobile {
        margin-bottom: 1rem;
    }
    /* SWAL NOTIFY */


    /* POST DETAIL */
    .isTextCenter {
        text-align: center!important;
    }

    .actionButton {
        width: 100%;
        margin-right: 10px;
        margin-left: 10px;
    }
    /* POST DETAIL */

    /* MEDIA LIBRARY */
    .cards {
      margin: 0 auto;
      display: grid;
      grid-gap: 1rem;
      grid-template-columns: repeat(1, 1fr);
    }
    /* MEDIA LIBRARY */

    /* TIMELINE */
    .timeline:after {
        left: 5%;
    }
    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        left: 5%;
        margin-left: -1.5px;
        height: 100%;
    }
    .timeline > li > .timeline-panel {
        width: 100%;
        float: left;
        border: 1px solid #d4d4d4;
        border-radius: 2px;
        padding: 20px;
        position: relative;
        -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    }
    .timeline > li.timeline-inverted {
        padding-left:60px;
    }
    .timeline > li > .timeline-badge {
        color: #fff;
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 1.4em;
        text-align: center;
        position: absolute;
        top: 16px;
        left: 5%;
        margin-left: -25px;
        background-color: #999999;
        z-index: 100;
        border-top-right-radius: 50%;
        border-top-left-radius: 50%;
        border-bottom-right-radius: 50%;
        border-bottom-left-radius: 50%;
    }
    /* TIMELINE */

}

/* BOOTRSTRAP LIMITLESS */
@media (min-width: 768px) {
    .navbar-expand-md .navbar-brand {
        min-width: 7.5rem
    }

    .col-custom-md-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 21.66667%;
        max-width: 21.66667%;
    }
}

@media (max-width: 767.98px) {
    .navbar-expand-md.navbar-dark .navbar-collapse {
        border-top: 0px solid rgba(255, 255, 255, .1);
    }

    .row-clock {
        padding-top: 2.25rem!important;
    }
}
/* BOOTSTRAP LIMITLESS */

@media (min-width: 1200px) {
    .container-custom {
        max-width: 68.751rem;
        padding-bottom: 4rem;
    }
}

/* COMPONENTS */
@media (min-width: 576px) {
    .login-form {
        width: 30rem;
    }

    .contatti-form {
        width: 50rem;
    }
}
/* COMPONENTS */

/* MEDIAQUERIES */


/* GDPR DOCUMENT */
.legal h1 {
    color: #28449a;
    margin: 10px 0;
    line-height: 1.5;
}

.legal h2 {
    color: #28449a;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    line-height: 24px;
}

.legal img.centre {
    width: 30%;
    height: 30%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.legal p,
.legal li {
    color: #333333;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 10px;
}
.legal li {
    margin-bottom: 0;
}

.legal ol {
    counter-reset: item;
    position: relative;
    margin: 0;
    margin-bottom: 10px;
    padding-left: 22px;
}

.legal a {
    color: #28449a;
    text-decoration: none;
}

.legal a:hover {
    text-decoration: underline;
}
/* GDPR DOCUMENT */

/* VUE */
[v-cloak] {
    display: none;
}
/* VUE */

.main-description {
    color: #2c2d2c;
}

.align-end-bottom {
    position: absolute;
    bottom: 0px;
    right: 10px;
}
.form-check-label{
    padding-left: 10px;
}

.zero-height{
    height: 0px !important;
}


