body {
    font: 400 1rem/1.5rem Open Sans;
    color: rgba(11, 46, 79, 1);
}

.container {
    padding: 12px;
}

#back_to_top {
    display: none;
    width: 42px;
    height: 42px;
    background: #1e789f;
    border-radius: 50%;
    position: fixed;
    z-index: 58;
    bottom: 40px;
    right: 16px;
    text-align: center;
    padding-top: 8px;
    padding-left: 9px;
}

a {
    text-decoration: none;
}

.ic1-footer-post-list-item > a {
    color: inherit;
}
/** LANGUAGE SELECTOR **/
#language-selector {
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid #C1D0D9;
    display: flex;
    width: 45px;
    cursor: pointer;
    justify-content: space-around;
}

    #language-selector img {
        max-width: 10px;
        height: auto;
        margin-right: 4px;
    }

#language-list {
    display: none;
    position: absolute;
    right: 18px;
    top: 110px;
    padding: 1rem;
    min-width: 150px;
    margin: 0 1rem 0 0;
    border: 1px solid #C1D0D9;
    background: #fff;
    border-radius: 8px;
    box-shadow: 2px 2px 10px rgba(82,88,91,0.3);
    z-index: 1;
}

    #language-list li {
        list-style-type: none;
    }

        #language-list li a {
            color: #1D2D3D;
        }

/**********************/

/*** UTILITY ***/
.overflox__hidden {
    overflow-x: hidden;
}

.ps-5rem {
    padding-left: 5rem !important;
}

@media screen and (max-width:767px) {
    .ps-5rem {
        padding-left: 3rem !important;
    }
}
/**** FONT STYLE ***/
.white {
    color: rgba(255,255,255,1);
}

.primary {
    color: rgba(0, 111, 152, 1);
}

.secondary-light {
    color: rgba(60, 88, 114, 1);
}

.semibold {
    font-weight: 600;
}

.label {
    color: rgba(29, 45, 61, 1);
    font-size: 1.25rem;
    font-weight: 600;
}
/**** LAYOUT element ***/
#top__header {
    background: rgba(11, 46, 79, 1);
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}

@media screen and (max-width:767px) {
    #top__header {
        font-size: 0.875rem;
    }
}

@media screen and (max-width:767px) {
    #sub__header {
        font-size: 0.875rem;
    }
}

.logo {
    max-width: 90px;
    height: auto;
}

.icon__question {
    width: 28px;
}

#sub__footer {
    font-size: 0.875rem;
}

.nav li a {
    font-size: 0.875rem;
    text-decoration: none;
    color: rgba(60, 88, 114, 1);
}

.open__icon {
    max-width: 15px;
}

.social__icons {
    max-width: 24px;
}
/**** CAROUSEL ***/
.carousel-item {
    font-size: 0.875rem;
    /*text-align: center;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.carousel-control-prev {
    left: -45px;
}

.carousel-control-next {
    right: -45px;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 1rem;
}

.carousel-control-round {
    border-radius: 100%;
    width: 44px;
    height: 44px;
}

.carousel-cell {
    /*margin-right: 20px;
    min-width: 17%;
    width: 288px;
    float: left;
    margin-right: 24px;*/
    margin-bottom: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .carousel-cell .icon__cell {
        width: 40px;
    }

    .carousel-cell .ic1-text-label-2 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.flickity-prev-next-button:disabled {
    display: none;
}

.flickity-button.flickity-prev-next-button.previous {
    left: -55px !important;
}

.flickity-button.flickity-prev-next-button.next {
    right: -55px !important;
}

@media (max-width: 991.98px) {
    /*.carousel-cell {
        min-width: 60%;
    }*/
    .carousel-cell {
        /*width: 162px;
        margin-right: 12px;*/
        margin-bottom: 12px;
        padding-left: 6px;
        padding-right: 6px;
    }

        .carousel-cell .ic1-text-label-2 {
            font-size: 14px !important;
        }
}
/*** SEARCH ***/
#search {
    /*padding-top: 7.813rem;
    padding-bottom: 7.813rem;*/
    background: url(../img/back__search.jpg) no-repeat center center;
    background-size: cover;
}

    #search h1 {
        font: 600 3.375rem Open Sans;
        letter-spacing: -0.0085em;
        text-align: center;
    }

#search__row {
    /* margin-top: -8%;*/
}

    #search__row select {
        border: 1px solid #C2D1D9;
        border-radius: 28px 0px 0px 28px;
        max-width: 230px;
    }

    #search__row span input[type="text"] {
        /* border: 1px solid #C2D1D9;*/
        border-radius: 0 28px 28px 0;
        height: 56px;
    }


#search__box {
    padding: 2rem 1.5rem;
    border: 1px solid #EDEFF0;
    box-sizing: border-box;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    background: #fff;
}

    #search__box h2 {
        font: 600 2rem Open Sans;
        letter-spacing: -0.0085em;
        text-align: center;
        margin-bottom: 1.5rem;
    }

    #search__box button {
        position: absolute;
        right: 4px;
        top: 3px;
        background: #00569B;
        border-radius: 40px;
        color: #fff;
        padding: 0.8rem 2rem;
        z-index: 100;
    }

    #search__box .k-autocomplete {
        border-radius: 0 28px 28px 0 !important;
        box-shadow: none !important;
    }

        #search__box .k-autocomplete:focus-within {
            border-color: #627993;
        }

@media screen and (max-width:990px) {
    #search__row .navbar {
        width: 100%;
        display: block;
    }

    #search__row span.k-widget.k-autocomplete.form-control.ic1-input.k-autocomplete-clearable.k-state-default {
        position: absolute;
        width: calc(100% - 54px);
        left: 54px;
    }

    #search__row #mnuprodContainer {
        left: 0;
        width: 100%;
    }

    #search__row .dropdown-toggle {
        border-radius: 28px;
    }

    #search__row .navbar #menu_prod {
        text-indent: -99999999px
    }

    #search__row .nav-item.dropdown {
        text-align: inherit;
        position: relative;
    }

    #search__row .nav-item .dropdown-toggle:after {
        content: '';
        position: absolute;
        left: 15px;
        top: 10px;
        background-image: url('/Content/themes/v2/img/icon-menu-mobile.svg');
        background-size: 25px 25px;
        height: 25px;
        width: 25px;
        border: none;
    }

    #search__box button {
        padding: 0.65rem 0.7rem;
    }

        #search__box button img {
            width: 30px;
        }
}

/* ERROR SEARCH */

#search__row_error {
}


    #search__row_error span input[type="text"] {
        border-radius: 28px 28px 28px 28px;
        height: 56px;
    }


#search__box_error {
    padding: 0 calc(var(--bs-gutter-x) * .5);
    /*border: 1px solid #EDEFF0;*/
    /*box-sizing: border-box;*/
    /*box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.06);*/
    /*border-radius: 5px;*/
    background: #fff;
}

    #search__box_error h2 {
        font: 600 2rem Open Sans;
        letter-spacing: -0.0085em;
        text-align: center;
        margin-bottom: 1.5rem;
    }

    #search__box_error button {
        position: absolute;
        right: 4px;
        top: 3px;
        background: #006F98;
        border-radius: 40px;
        color: #fff;
        padding: 0.8rem 2rem;
        z-index: 100;
    }

    #search__box_error .k-autocomplete {
        border-radius: 28px 28px 28px 28px !important;
        box-shadow: none !important;
    }

        #search__box_error .k-autocomplete:focus-within {
            border-color: #627993;
        }

/*** PRIVATE SEARCH ***/
.searchprivate {
    /*padding-top: 64px !important;/
    /*padding-bottom: 7.813rem;*/
    /* background: url(../img/back__search_private.jpg) no-repeat center center !important;*/
    /*background-size: cover;*/
    background: url(../img/back__search_private.jpg) no-repeat center center !important;
    background-size: cover;
}

.navbar {
    padding-top: 0;
    padding-bottom: 0;
}

.dropdown-menu {
    background: #FFFFFF;
    border: 1px solid #C2D1D9;
    box-sizing: border-box;
    box-shadow: 0px 3px 7px rgba(194, 209, 217, 0.43);
    border-radius: 5px;
}

    .dropdown-menu[data-bs-popper] {
        top: 100%;
        left: 0;
        margin-top: 0.3rem;
    }

.dropdown-toggle {
    /*background: #F4F6F9;*/
    border: 1px solid #C2D1D9;
    border-radius: 28px 0px 0px 28px;
}

.dropdown-toggle-opened:after {
    transform: rotate(180deg);
}

.nav-link.dropdown-toggle {
    min-width: 226px;
    text-align: left;
    padding: 1rem !important;
    color: #1D2D3D
}

.dropdown-toggle::after {
    float: right;
    margin-top: 0.5rem;
}

.text-singleline {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.modal-header {
    border: 0 !important;
}

.modal-content {
    border-radius: 1rem;
}

.offcanvas-header {
    display: block;
}

.offcanvas-bottom {
    height: 90vh !important;
    border-radius: 2.5rem 2.5rem 0 0;
}

.cerca-argomento {
    background: #FFFFFF;
    border-radius: 0px 0px 4px 4px;
    border: .0625rem solid #c2d1d9;
    /*border-top: none;*/
}

.cerca-argomento-mobile {
    background: #FFFFFF;
    border-radius: 0px 0px 4px 4px;
    border: .0625rem solid #EDEFF0;
}

.cerca-argomento-sidebar {
    /*border: 1px solid #EDEFF0;*/
    border-radius: 0px 0px 0px 4px;
}

    .cerca-argomento-sidebar > ul > li {
        border-bottom: 1px solid #EDEFF0;
    }

        .cerca-argomento-sidebar > ul > li > a {
            text-decoration: none;
            font-family: Open Sans;
            font-size: 16px;
            font-weight: 600;
            line-height: 24px;
            letter-spacing: 0px;
            text-align: left;
        }

#search_by_topic_preview {
    /*border-top: .0625rem solid #c2d1d9;*/
}

.cerca-argomento-preview small {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
}

.cerca-argomento-preview li > a {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-decoration: none;
}

.preview-img {
    overflow: hidden;
}

    .preview-img img {
        /* width: 100%; */
        max-height: 109px !important;
        margin: 0 auto;
    }

    .preview-img .label {
        text-align: center;
        color: white;
        background-color: rgba(11, 46, 79, 1);
        bottom: 0;
        height: 60px;
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
    }

.cerca-chip {
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 5px 8px;
    border: 0.7px solid #C2D1D9;
    box-sizing: border-box;
    border-radius: 8px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #3C5872;
    display: inline-block;
}

.box-rounded {
    border-radius: 5px;
    padding: 20px 16px 20px 16px;
}

/* CONTATTI */

.card-contatti-ico {
    text-align: center;
    top: -30px;
    position: absolute;
    width: 100%;
    left: 0;
}

.ico-img-container-circle {
    height: 60px;
    width: 60px;
    border-radius: 100%;
    padding: 18px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

    .ico-img-container-circle img {
        height: 24px;
        width: auto;
    }

.icon__contacts {
    width: 50%;
    border-bottom: 2px solid #006F98;
    padding-bottom: 12px;
}
/* TUTORIAL */
#slides-container {
    height: 480px;
}

#slide-img {
    max-height: 440px;
    margin: auto;
    display: block;
}

#slide-text-container {
    height: 374px;
    overflow: auto;
}

.slide-text ul{
    list-style: disc !important;
}

@media screen and (max-width:767px) {
    #slides-container {
        height: 670px;
    }

    #slide-img-container {
        height: 250px;
    }

    #slide-img {
        max-height: 250px;
        margin: auto;
        display: block;
    }

    #slide-text-container {
        height: 250px;
        overflow: auto;
    }
}

@media only screen and (min-width: 767px) {
    /* */

    #slide-img-container {
        /*justify-content: center;
        display: flex;
        align-items: center;*/
    }
}

.card-static {
    cursor: default !important;
}

    .card-static:active {
        background-color: transparent !important;
    }
/**** GUIDE *****/
#progress-bar {
    --scrollAmount: 0%;
    background: #319ED8;
    width: var(--scrollAmount);
    height: 4px;
    position: fixed;
    top: 195px;
    left: 0;
    z-index: 100
}

.guide__index {
    position: fixed;
    top: 184px;
    background: #fff;
    padding: 20px 10px;
    width: calc(100% - 20px) !important;
    z-index: 1;
}

    .guide__index #dd_indiceItems {
        left: 10px;
        width: calc(100% - 20px) !important;
    }

#dd_indiceItems .ic1-dropdown-item {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

#progress-bar-shadow {
    width: 100%;
    height: 4px;
    background: #F4F6F9;
    position: fixed;
    top: 184px;
    left: 0;
}

.guide__toggle {
    color: #006F98;
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    border: 0;
}
.toggle__ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 95%;
}
.ic1-a-as-btn {
    display: inline-block;
}

@media(max-width: 991.98px) {
    .ic1-a-as-btn {
        display: block;
        width: 100%;
    }
}

/*AVVISI*/

.avviso {
    padding: 8px;
    box-sizing: border-box;
    border-radius: 5px;
}

    .avviso > p {
        margin-bottom: 0;
        display: inline;
        padding-left: 10px;
    }

.avviso-info {
    background: #D6EDF7;
    border: 1px solid #31A6D8;
}

    .avviso-info > i {
        color: #31A6D8;
    }

.avviso-attenzione {
    background: #FFF4CD;
    border: 1px solid #FFC806;
}

    .avviso-attenzione > i {
        color: #FFC806;
    }

.avviso-errore {
    background: #FBE7E7;
    border: 1px solid #DA100B;
}

    .avviso-errore > i {
        color: #DA100B;
    }


/* Regole per fix problemi con UI-KIT */

.dynamic-section ul {
    list-style: disc !important;
    padding-left: 3rem !important;
    margin-bottom: 1rem !important;
}

.dynamic-section ol {
    list-style: decimal !important;
    padding-left: 3rem !important;
    margin-bottom: 1rem !important;
}

.dynamic-section ul li p {
    display: inline !important;
    margin-top: 0 !important;
    margin-bottom: 1rem !important;
}

.dynamic-section p {
    margin-top: 0 !important;
    margin-bottom: 1rem !important;
}

/*------------------------------------*/

/* HUB Support */
#hubsupport {
    background: url(../img/back__hubsupport.png) no-repeat center center;
    background-size: cover;
}