﻿@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
/*-----------------------------------------------
    
                            CLASSI GENERALI

-------------------------------------------------- */
:root {
    --colorePrimario: #24476f;
    --coloreSottoDescrizioni: #1e3b5d;
    --coloreSecondario: #ff9701;
    --coloreBordi: #cee2ff;
    --coloreInputs: #dfe6ec;
    --coloreSfondoContrasto: #f2f8ff;
    --coloreLinks: #007bff;
    --colorePromozione: #fd7300;
    --fontIntestazioni: 'Bebas Neue', sans-serif;
    --fontBody: 'Open Sans', sans-serif;
}

html {
    font-size: 1em;
    position: relative;
    min-height: 100%;
}

.colore_primario {
    color: var(--colorePrimario) !important;
}

.colore_secondario {
    color: var(--coloreSecondario) !important;
}

.colore-links{
    color:var(--coloreLinks);
}

.bg_colore_primario {
    background-color: var(--colorePrimario) !important;
}

.bg_colore_primario_scuro {
    background-color: #152c4c!important;
}

.bg_colore_secondario {
    background-color: var(--coloreSecondario) !important;
}

.bg_colore_contrasto {
    background-color: var(--coloreSfondoContrasto) !important;
}

.bg_colore_promozione {
    background-color: var(--colorePromozione) !important;
}

.colore_bordi {
    color: var(--coloreBordi) !important;
}

.colore_sfondo_contrasto {
    background-color: var(--coloreSfondoContrasto);
}

.colore_promozione {
    color: var(--orange) !important;
}

.border-top {
    border-top: 1px solid var(--coloreBordi) !important;
}

.border-bottom {
    border-bottom: 1px solid var(--coloreBordi) !important;
}

.all_border {
    border: 1px solid var(--coloreBordi) !important;
    border-radius:8px;
}

.border-bottom-active {
    border-bottom: 3px solid var(--coloreSecondario);
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.custom-select-lg{
    font-size:1.2rem;
}

.validation-summary-errors ul {
    list-style-type: none;
    padding: 0;
}

.field-validation-error, .validation-summary-errors li {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    border-left: 3px solid #721c24;
    padding: 0.5rem;
    display: block;
    border-radius: 4px;
}

.contenitore_illustrazione_welcome {
    background-image: url(../img/welcome.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 210px;
    background-position: center;
}

.contenitore_illustrazione_gift_coupon {
    background-image: url(../img/gift_coupon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 165px;
    background-position: center;
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

body {
    margin-bottom: 299px;
    color: var(--colorePrimario);
    font-family: var(--fontBody);
}

.text-center {
    text-align: center;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /*line-height: 60px;*/
    background-color: var(--colorePrimario);
    padding: 2rem 0 0 0;
}

strong{
    font-weight:600;
}

small{
    font-size:0.85rem;
}

.popover {
    max-height: 15rem;
    overflow-y: auto;
}

#container_flex_footer {
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    color: var(--coloreBordi);
    margin-bottom: 2rem;
    padding: 0 0.5rem;
}

.item_footer {
    display: flex;
    flex-direction: column;
    width: auto;
    text-align:center;
}

.select-language option{
    color:var(--colorePrimario);
}

.select-language,
.select-language :focus-visible{
    width: 6rem;
    font-size: 1.1rem;
    color: var(--coloreBordi);
    background-color: transparent;
    border: 0;
    cursor:pointer;
}

.chat-widget-button-small {
    position: fixed;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 22px;
    border-bottom-right-radius: 0;
    cursor: pointer;
    border-bottom: 4px solid #cf7a01;
}

.chat-open-button {
    right: 15px;
    bottom: 15px;
    align-self: flex-end;
    width: 48px;
    height: 48px;
    background: var(--coloreSecondario);
    opacity: 1;
}

.chat-open-button:hover{
    background-color:#cf7a01;
}

    .chat-open-button svg {
        width: 25px;
        height: 25px;
        fill: #fff;
    }

a {
    color: var(--coloreLinks);
}

.g-recaptcha{
    margin-bottom:1.5rem!important;
}

.form-control{
    border-color:var(--coloreInputs);
}

.table {
    color: var(--colorePrimario);
    table-layout: fixed;
}

thead{
    background-color:var(--coloreSfondoContrasto);
    border-top:1px solid var(--coloreBordi);
}

    .table thead th {
        border-top: 0;
        border-bottom: 2px solid var(--coloreBordi);
    }

    .table td, .table th {
        border-top: 1px solid var(--coloreBordi);
    }

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.display-4, .display-3, .display-2 {
    margin-bottom: 3%;
    margin-top: 3%;
}

.font_intestazioni {
    font-family: var(--fontIntestazioni);
}

.display-1 {
    font-size: 2.87rem;
    font-family: var(--fontIntestazioni);
}

.display-2 {
    font-size: 2.25rem;
    margin-bottom: 0.8rem;
    margin-top: 1%;
    font-family: var(--fontIntestazioni);
}

.display-3 {
    font-size: 1.6rem;
    font-family: var(--fontIntestazioni);
}

.display-4 {
    font-size: 1.4rem;
    font-family: var(--fontIntestazioni);
}

.display-5 {
    font-size: 1.42rem;
    font-weight: 700;
    color: var(--coloreSecondario);
}

.display-1-opensans {
    letter-spacing: 0.25px;
    font-weight: 400;
    font-size: 2.125rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.display-2-opensans {
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.display-3-opensans {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 1rem;
    letter-spacing: 0.15px;
    margin-top: 1rem;
}

.subdescription_title {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    margin-top: 1.1875rem;
}

.text-overflow-x {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.container_titolo {
    text-align: center;
}

.btn-outline-danger {
    border-width: 2px;
    font-weight: 500;
}

.bottone_primario_xsmall {
    border-radius: 4px;
    border: 2px solid var(--coloreSecondario);
    border-bottom: 3px solid #cf7a01;
    background-color: var(--coloreSecondario);
    padding: 0.15rem 0.4rem;
    color: white;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.8rem;
}

    .bottone_primario_xsmall:hover {
        background-color: #cf7a01;
        color: white;
        text-decoration: none;
    }

.bottone_primario_small {
    border-radius: 4px;
    border: 2px solid var(--coloreSecondario);
    border-bottom: 4px solid #cf7a01;
    background-color: var(--coloreSecondario);
    padding:0.3rem 1.25rem;
    color: white;
    text-decoration: none;
    font-weight: 600;
}

    .bottone_primario_small:hover {
        background-color: #cf7a01;
        color: white;
        text-decoration: none;
    }

.bottone_primario_medium {
    border-radius: 4px;
    border: 2px solid var(--coloreSecondario);
    border-bottom: 4px solid #cf7a01;
    background-color: var(--coloreSecondario);
    padding: 0.4rem 1rem;
    color: white;
    text-decoration: none;
    font-weight: 600;
    cursor: pointer;
}

    .bottone_primario_medium:hover {
        background-color: #cf7a01;
        color: white;
        text-decoration: none;
    }

.bottone_primario_large {
    border-radius: 4px;
    border: 2px solid var(--coloreSecondario);
    border-bottom: 4px solid #cf7a01;
    background-color: var(--coloreSecondario);
    padding: 0.8em 3em;
    color: white;
    text-decoration: none;
    font-weight: 600;
    cursor: pointer;
}

    .bottone_primario_large:hover {
        background-color: #cf7a01;
        color: white;
        text-decoration: none;
    }

    .bottone_primario_locandine {
    border-radius: 4px;
    border: 2px solid var(--coloreSecondario);
    background-color: var(--coloreSecondario);
    padding: 0.1rem 0.2rem;
    color: white;
    text-decoration: none;
    font-weight: 600;
    cursor: pointer;
    display:inline-block;
}

    .bottone_primario_locandine:hover {
        background-color: #cf7a01;
        color: white;
        text-decoration: none;
    }

.bottone_primario_form {
    border-radius: 4px;
    border: 2px solid var(--coloreSecondario);
    border-bottom: 4px solid #cf7a01;
    background-color: var(--coloreSecondario);
    padding: 0.3rem 0;
    color: white;
    text-decoration: none;
    font-weight: 600;
    width: 100%;
}

    .bottone_primario_form:hover {
        background-color: #cf7a01;
        color: white;
    }

.bottone_secondario_xsmall {
    border-radius: 4px;
    border: 1px solid var(--coloreSecondario);
    border-bottom-width:3px;
    padding: 0.15rem 0.4rem;
    color: var(--coloreSecondario);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.8rem;
}

    .bottone_secondario_xsmall:hover {
        background-color: var(--coloreSecondario);
        color: white;
        text-decoration: none;
    }

.bottone_secondario_small {
    cursor:pointer;
    padding: 0.3rem 0.5rem;
    border-radius: 4px;
    border: 1px solid var(--coloreSecondario);
    border-bottom-width: 3px;
    color: var(--coloreSecondario);
    text-decoration: none;
    font-weight: 600;
}

    .bottone_secondario_small:hover {
        background-color: var(--coloreSecondario);
        color: white;
        text-decoration: none;
    }

.bottone_secondario_medium {
    border-radius: 4px;
    border: 1px solid var(--coloreSecondario);
    border-bottom-width: 3px;
    padding: 0.6rem 1rem;
    color: var(--coloreSecondario);
    text-decoration: none;
    font-weight: 600;
}

    .bottone_secondario_medium:hover {
        background-color: var(--coloreSecondario);
        color: white;
        text-decoration: none;
    }

.bottone_secondario_white {
    border-color:white !important;
    color: white;
}

.bottone_secondario_white:hover {
    background-color: white;
    color: black;
}

.badge {
    vertical-align: middle;
    font-weight: 500;
}

.page-item.active .page-link {
    background-color: var(--coloreSecondario);
    border-color: var(--coloreSecondario);
}

.scrollbar-y::-webkit-scrollbar {
    width: 0.6rem;
    background-color: #e9ecef;
}

.scrollbar-y::-webkit-scrollbar-thumb {
    background-color: #b4b6b9;
    border-radius: 0.5rem;
}

@keyframes effettoComparsa {
    from {
        opacity: 0;
    }

    to {
        opacity: 100%;
    }
}

@keyframes mostraSidebar {

    from{
        left:-25rem;
    }

    to {
        left: 0;
    }
}

@keyframes ruotaElemento {

    from {
        transform:rotate(0deg);
    }

    to {
        transform: rotate(180deg);
    }
}

/*-------------------------------------------------------

           NAVBAR TOP E NAVBAR PRINCIPALE

---------------------------------------------------------*/
#navbar_utente {
    background-color: var(--colorePrimario);
    width: 100%;
    padding: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    column-gap: 3.4rem;
    font-size: 1.01rem;
}

    #navbar_utente > a, button {
        color: var(--coloreBordi);
        text-decoration: none;
        border-width: 0;
        background-color: transparent;
    }

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.dropdown-toggle::after {
    vertical-align: middle;
}

.navbar-nav {
    gap: 0.5rem 1rem;
    justify-content: flex-end;
    align-items: center;
}

.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link:hover {
    color: var(--colorePrimario);
    font-weight:600;
}

.navbar-light .navbar-nav .show > .nav-link {
    color: var(--coloreSecondario);
}

.dropdown-menu {
    border: 1px solid #e5e5e5;
    max-height: 500px;
    overflow-y: auto;
    border-radius: 0.5rem;
}

.dropdown-item {
    color: var(--colorePrimario);
    font-size: 1.23rem;
    padding:0.15rem 1.5rem;
}

    .dropdown-item:hover {
        color: white;
        background-color: var(--coloreSecondario);
    }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: var(--coloreSecondario);
    border-color: #1861ac;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    #navbar_utente {
        justify-content: center;
        column-gap: 2.4rem;
    }

     #navbar_utente > form {
            width: 0;
      }

    .chat-open-button{
        width:55px;
        height:55px;
        border-bottom-width:3px;
    }
}

@media (min-width: 1400px) {
    .navbar-expand-xxl {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

        .navbar-expand-xxl .navbar-toggler {
            display: none;
        }

        .navbar-expand-xxl .navbar-collapse {
            display: flex !important;
            flex-basis: auto;
        }

        .navbar-expand-xxl .navbar-nav {
            flex-direction: row;
        }

            .navbar-expand-xxl .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-xxl .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem;
            }

        .navbar-expand-xxl .line-left-nav-item {
            border-left: 1px solid var(--coloreBordi) !important;
        }
}

/*-----------------------------------------------

                                       HOME

-------------------------------------------------*/
#cookie_banner {
    background-color: black;
    opacity: 90%;
    color: white;
    position: fixed;
    bottom: 0;
    padding: 1.5rem 0.5rem;
    z-index: 20;
    width: 100%;
    font-size:0.95rem;
}

.separatore {
    margin: 0 48%;
    background-color: var(--coloreSecondario);
    height: 4px;
    border-radius:4px;
}

.carousel-caption-principal {
    bottom: 25%!important;
}

.carousel-caption {
    right: initial;
    left:11%;
    text-align: left;
    max-width: 440px;
    bottom: 15%;
}

.carousel-control-next, .carousel-control-prev {
    width: 10%;
}

.carousel-caption > h1, .carousel-caption > h2 {
    font-size: 3.25rem;
    font-weight: 600;
    font-family: var(--fontIntestazioni);
    letter-spacing: 1.5px;
}

.carousel-caption > p{
    font-size:1.1875rem;
    line-height: 1.4;
}

.contenitore_illustrazione_header {
    background-image: url(../img/finance.svg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    background-position: center;
}

#container_incipit_prodotti {
    margin-bottom: 2rem;
    padding: 0.5em 1em;
}

.container_flex_incipit_prodotti {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 3rem 3rem;
    padding: 2rem 0;
    text-align: center;
    flex-wrap:wrap;
}

.item_incipit_prodotto {
    padding: 2rem;
    width: 26rem;
    display:flex;
    flex-direction:row;
    column-gap:1rem;
    border:1px solid var(--coloreBordi);
    border-radius:8px;
}

.descrizioni {
    margin-bottom: 1.5rem;
    text-align: left;
}

#container_header {
    margin-top: 3rem;
    margin-bottom: 2rem;
}

#container_prepagate {
    margin-bottom: 2rem;
    background-color: #f2f8ff;
    padding: 0.5rem;
}

.container_flex_prepagate {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 3rem;
    padding: 2em 0;
}

.alizarin {
    background: var(--coloreSecondario);
}

.amethyst {
    background: var(--coloreSecondario);
}

.emerald {
    background: var(--coloreSecondario);
}

.midnight-blue {
    background: #2c3e50
}

.peter-river {
    background: var(--coloreSecondario);
}

.item_prepagata {
    background-color:white;
    padding: 30px 0 0 0;
    border-radius: 8px;
    position: relative;
    border:1px solid var(--coloreBordi);
    width:19.5rem;
}

    .item_prepagata:before {
        content: " ";
        height: 20px;
        width: 20px;
        background-color: var(--coloreBordi);
        border-radius: 20px;
        position: absolute;
        left: 50%;
        top: 20px;
        margin-left: -10px
    }

    .item_prepagata .brand {
        text-transform: uppercase;
        margin: 2rem 0 0 0;
        text-align: center;
        min-height: 5rem;
        letter-spacing: 2px;
        color: var(--orange);
    }

    .item_prepagata .discount {
        min-height: 3.125rem;
        position: relative;
        font-size: 2.8125rem;
        text-align: center;
        font-weight: 700;
        padding: 0.3rem;
        color: white;
    }

        .item_prepagata .discount:after {
            content: " ";
            border-right: 20px solid transparent;
            border-left: 20px solid transparent;
            position: absolute;
            bottom: -20px;
            left: 20%
        }

        .item_prepagata .discount.alizarin:after {
            border-top: 20px solid var(--coloreSecondario);
        }

        .item_prepagata .discount .type {
            font-size: 0.9rem;
            text-transform: uppercase;
        }

    .item_prepagata .descr {
        color: #999;
        margin-top: 10px;
        padding: 20px 15px;
    }

    .item_prepagata .ends {
        padding: 0 15px;
        color: #f1c40f;
        margin-bottom: 1rem;
    }

.contenitore_illustrazione_question {
    background-image: url(../img/any-question.svg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 280px;
    background-position: center;
}

#container_help {
    margin-bottom: 2rem;
    padding: 0.5rem 0;
    text-align: center;
    min-height: 31.06rem;
}

.container_flex_help {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 5rem 0rem;
    padding: 2rem 0;
    align-items: center;
}

#container_step {
    animation: effettoComparsa 1.5s 1;
}

.container_flex_step {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items:center;
    gap: 5rem 0rem;
    padding: 2rem 0;
    flex-wrap: wrap;
}

.contenitore_illustrazione_prodotti_non_trovati {
    background-image: url(../img/prodotti_non_trovati.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height:15.5rem;
    background-position: center;
}

#container_help .custom-select {
    border: 2px solid var(--coloreBordi);
}

#container_prodotti_evidenza {
    margin-bottom: 2rem;
    padding-top: 1.5rem;
    background-color:var(--coloreSfondoContrasto);
}

.item_elenco_prodotti {
    border-radius: 8px;
    background-color: white;
    border: 1px solid #cee2ff;
    display: flex;
    flex-direction: column;
    display: flex;
    width: 26rem;
}

#container_scroll_x, #container_scroll_x_suggerimenti {
    overflow-x: auto;
    display: flex;
}

#arrow_left {
    position: absolute;
    bottom: -10rem;
    left: 16%;
    background-color: var(--coloreSecondario);
    z-index: 1;
    box-sizing: border-box;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

#arrow_left_suggerimenti {
    position: absolute;
    bottom: -10rem;
    left: 16%;
    background-color: var(--coloreSecondario);
    z-index: 1;
    box-sizing: border-box;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

#arrow_right {
    position: absolute;
    bottom: -10rem;
    right: 15%;
    background-color: var(--coloreSecondario);
    z-index: 1;
    box-sizing: border-box;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

#arrow_right_suggerimenti {
    position: absolute;
    bottom: -10rem;
    right: 15%;
    background-color: var(--coloreSecondario);
    z-index: 1;
    box-sizing: border-box;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

    #arrow_left:hover, #arrow_right:hover, #arrow_left_suggerimenti:hover, #arrow_right_suggerimenti:hover {
        cursor: pointer;
    }

.container_flex_prodotti_evidenza, #container_flex_prodotti_suggeriti {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    column-gap: 3rem;
    padding: 1.5rem 0 3rem 0;
    animation: effettoComparsa 1.5s 1;
}

#container_scroll_x::-webkit-scrollbar-track, #container_scroll_x_suggerimenti::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #bfbfbf4d;
    background-color: var(--coloreBordi);
    border-radius:8px;
}

#container_scroll_x::-webkit-scrollbar, #container_scroll_x_suggerimenti::-webkit-scrollbar {
    height: 0.5rem;
    background-color: transparent;
    display: none;
}

#container_scroll_x::-webkit-scrollbar-thumb, #container_scroll_x_suggerimenti::-webkit-scrollbar-thumb {
    background-color: var(--colorePrimario);
    border-radius:8px;
}

@media screen and (max-width: 767px) {
    .carousel-caption > h1, .carousel-caption > h2 {
        font-size: 3rem;
        font-weight: 600;
    }

    .carousel-caption {
        bottom: 20%;
        left: 0.5rem;
        right: 0.5rem;
    }

    .carousel-control-prev{
        display:none;
    }

    .carousel-control-next{
        display:none;
    }

    .item_elenco_prodotti{
        width:383px;
    }
}

@media screen and (max-width: 991px) {
    body {
        margin-bottom:969px;
    }

    .separatore {
       margin: 0 40%;
    }

    .container_flex_incipit_prodotti {
        flex-direction: column;
    }

    .item_incipit_prodotto {
        width: 100%;
    }

    .container_flex_prepagate {
        flex-direction: column;
        align-items:center;
    }

    .container_flex_help {
        flex-direction: column;
    }

    #arrow_left, #arrow_right, #arrow_left_suggerimenti, #arrow_right_suggerimenti {
        display: none;
    }

    #container_scroll_x::-webkit-scrollbar, #container_scroll_x_suggerimenti::-webkit-scrollbar {
        display: block;
    }

    #container_flex_footer{
        flex-direction:column-reverse;
    }

    .item_footer{
        width:100%;
    }
}

@media screen and (max-width: 1199px) {
    .carousel-item > img {
        object-position: 0;
    }
}

@media (min-width: 992px) and (max-width: 1299px) {
    #arrow_left, #arrow_left_suggerimenti {
        left: 0;
    }

    #arrow_right, #arrow_right_suggerimenti {
        right: 0;
    }
}

@media (min-width: 1300px) and (max-width: 1919px) {
    #arrow_left, #arrow_left_suggerimenti {
        left: 8%;
    }

    #arrow_right, #arrow_right_suggerimenti {
        right: 7%;
    }
}

/*-------------------------------------------------------

                         PREPAGATE RICARICABILI

---------------------------------------------------------*/
#container-header-prepagate-ricaricabili{
    text-align:center;
    margin-top:3rem;
    margin-bottom:2rem;
}

#container-incentivi-prepagate{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:center;
    margin-bottom:2rem;
    gap:3rem;
}

.item-incentivo-prepagate{
    width:22rem;
    text-align:center;
}

/*-------------------------------------------------------

                                 CONTATTACI

---------------------------------------------------------*/

.container_flex_contattaci{
    display:flex;
    flex-direction:row;
    justify-content:center;
}

.item_sx_contattaci {
    background-color: var(--coloreSfondoContrasto);
    color: var(--colorePrimario);
    width: 31rem;
    padding: 2.5rem 2.5rem 1rem 2.5rem;
    border: 1px solid var(--coloreBordi);
    border-right-width:0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.item_dx_contattaci {
    width: 40rem;
    padding: 2.5rem 2.5rem 1rem 2.5rem;
    border: 1px solid var(--coloreBordi);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    text-align:left;
}

@media screen and (max-width: 991px) {
    .container_flex_contattaci {
        flex-direction: column;
    }

    .item_sx_contattaci {
        width: 100%;
    }

    .item_dx_contattaci {
        width: 100%;
    }
}
    /*-----------------------------------------------

                            AREE CATEGORIA

-------------------------------------------------*/
    #container_flex_aree_categoria {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 4rem;
        justify-content: center;
    }

    .item_area_categoria {
        width: 23rem;
        border: 1px solid var(--coloreBordi);
        border-radius: 8px;
    }

    @media screen and (max-width: 991px) {
        #container_flex_aree_categoria {
            flex-direction: column;
            align-content: center;
        }
    }

    /*-----------------------------------------------

                            ELENCO PRODOTTI

-------------------------------------------------*/
    #container_elenco_prodotti {
        margin: 4rem 0;
        padding: 0.5rem;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 4rem;
    }

    .container_up_report {
        position: relative;
        text-align: center;
        padding: 1rem;
    }

    .container_down_detail_prodotto {
        text-align: center;
    }

    .container_template_report {
        border-bottom: 1px solid #cee2ff;
        position: relative;
        min-height: 18rem;
    }

    .container_zindex {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        color: white;
        background-color: #24476f;
        opacity: 0;
    }

        .container_zindex:hover {
            opacity: 90%;
        }

    @media (min-width: 768px) and (max-width: 991px) {
        .item_elenco_prodotti {
            margin: 2.5rem 1rem 1.5rem 1rem;
        }
    }

    /*-----------------------------------------------

                        DETTAGLIO PRODOTTO

-------------------------------------------------*/
    .nav-tabs {
        column-gap: 1rem;
        padding: 0.2rem;
    }

        .nav-tabs .nav-link {
            border: 0;
            color: var(--colorePrimario);
            font-weight: 500;
        }

            .nav-tabs .nav-link.active {
                background-color: transparent;
                color: var(--coloreSecondario);
                font-weight: 600;
            }

    #container_detail_header {
        margin-top: 3rem;
        margin-bottom: 4rem;
        display: flex;
        flex-direction: row;
        justify-content: center;
        column-gap: 5rem;
    }

    #container_detail_descrizione_prodotto {
        width: 44.4rem;
        display: flex;
        flex-direction: column;
    }

    #container_form_richiesta {
        border: 1px solid var(--coloreBordi);
        border-radius: 4px;
        background-color: white;
    }

    #container_caratteristiche_prodotto {
        display: flex;
        flex-direction: column;
        row-gap: 1.5rem;
        padding: 2.5rem 0.5rem;
    }

    #container_modal_caratteristiche_prodotto {
        display: flex;
        flex-direction: column;
        row-gap: 1.5rem;
        justify-content: center;
        padding: 2.5rem 0.5rem;
    }

    .btn_details_collapse {
        color: var(--coloreSecondario);
        font-size: 2.2rem;
        vertical-align: 0.2rem !important;
        display: none;
    }

#container_caratteristiche_prodotto > .item, #container_modal_caratteristiche_prodotto > .item {
    border-radius: 4px;
    background-color: white;
    border: 1px solid var(--coloreBordi);
    border-bottom-width: 2px;
    width: 15.2rem;
}

    @media screen and (max-width: 991px) {
        #container_detail_header {
            flex-direction: column;
        }

        #container_detail_descrizione_prodotto {
            width: 100%;
        }

        .btn_details_collapse {
            display: inline-block;
        }

        #container_caratteristiche_prodotto {
            display: none;
        }

        #container_modal_caratteristiche_prodotto {
            align-items: center;
        }
    }

    /*-----------------------------------------------
    
                            LOG IN 

-------------------------------------------------- */
    .contenitore_illustrazione_login {
        background-image: url(../img/logIn.svg);
        background-repeat: no-repeat;
        background-size: contain;
        height: 230px;
        background-position: center;
    }

    #account {
        width: 100% !important;
    }

    .contenitore_confirm_register {
        background-image: url(../img/SendEmail.svg);
        background-repeat: no-repeat;
        background-size: contain;
        height: 230px;
        background-position: center;
    }

    /*-----------------------------------------------
    
                                   REGISTER

-------------------------------------------------- */

    .contenitore_illustrazione_register {
        background-image: url(../img/Register.svg);
        background-repeat: no-repeat;
        background-size: contain;
        height: 240px;
        background-position: center;
    }

    #form_register {
        width: 100% !important;
    }

    /*-----------------------------------------------
    
                            AREA RISERVATA

-------------------------------------------------- */

    #container_reserved {
        position: relative;
    }

    #sidebar_flex {
        display: flex;
        flex-direction: column;
        border-right: 1px solid #e5e5e5;
        width: 20rem;
        row-gap: 3rem;
        background-color: white;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        overflow-y: auto;
        z-index: 1;
    }

    .bottone_mie_sezioni {
        padding: 1rem 1rem 1rem 2.5rem;
        border-top: 1px solid #e5e5e5;
        text-align: left;
        color: var(--colorePrimario) !important;
    }

        .bottone_mie_sezioni:hover {
            box-shadow: 0px 0px 6px 1px #dadce0 inset;
            cursor: pointer;
        }

    #bottone_apri_sidebar {
        background-color: var(--coloreSecondario);
        color: white !important;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        font-weight: 700;
        font-size: 1.1rem;
        text-align: center;
        padding: 0.7rem 0.1rem;
        cursor: pointer;
        box-shadow: 0.25rem 0.25rem 0.75rem rgb(0 0 0 / 5%);
        visibility: hidden;
        display: inline-block;
        position: fixed;
        bottom: 50%;
        z-index: 1;
    }

    #container_riepilogo_attivita {
        padding: 3rem 0.5rem 3rem 0.5rem;
        margin-left: 25rem;
        margin-right: 5rem;
        min-height: 45rem;
    }

    .container_flex_riepiogo_attivita {
        display: flex;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        gap: 2rem 2rem;
        padding: 1rem 0;
    }

    .item_attivita {
        border-radius: 4px;
        background-color: white;
        border: 1px solid var(--coloreBordi);
        display: flex;
        flex-direction: row;
        text-align: center;
        align-items: center;
        width: 30rem;
        background-color: white;
    }

    .sub_item_attivita_sx {
        width: 50%;
        border-right: 2px solid var(--coloreBordi);
    }

    .sub_item_attivita_dx {
        width: 50%;
    }

    @media screen and (max-width:767px) {

        .container_flex_riepiogo_attivita {
            flex-direction: column;
        }

        .item_attivita {
            width: 100%;
        }
    }

    @media screen and (max-width: 1199px) {
        #sidebar_flex {
            left: -25rem;
        }

        #container_riepilogo_attivita {
            margin-left: 3rem;
            margin-right: 0;
        }

        #bottone_apri_sidebar {
            visibility: visible;
        }

        .sidebar_visibile {
            animation: mostraSidebar 0.8s 1 forwards;
        }

        .ruotaFreccia::before {
            content: "";
            animation: ruotaElemento 0.6s 1 forwards;
        }
    }

    @media screen and (min-width: 768px) and (max-width:1199px) {
        .item_attivita {
            width: 46%;
        }
    }

    /*-----------------------------------------------
    
                                    MIEI AVVISI

-------------------------------------------------- */

    .contenitore_illustrazione_no_avvisi {
        background-image: url(../img/Avvisi.svg);
        background-repeat: no-repeat;
        background-size: contain;
        height: 230px;
        background-position: center;
    }

    #container_flex_btn_scelta_tipo {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .item_btn_sx_scelta_tipo {
        width: 15rem;
        padding: 0.4rem;
        text-align: center;
        border: 1px solid var(--coloreSecondario);
        border-bottom-width: 3px;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        color: var(--coloreSecondario);
    }

    .item_btn_dx_scelta_tipo {
        width: 15rem;
        padding: 0.4rem;
        text-align: center;
        border-top: 1px solid var(--coloreSecondario);
        border-right: 1px solid var(--coloreSecondario);
        border-bottom: 3px solid var(--coloreSecondario);
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        color: var(--coloreSecondario) !important;
    }

        .item_btn_sx_scelta_tipo:hover, .item_btn_dx_scelta_tipo:hover, .btn_scelta_tipo_active {
            background-color: var(--coloreSecondario);
            color: white !important;
            text-decoration: none;
        }

    #container_flex_avvisi {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .item_avviso {
        display: flex;
        flex-direction: row;
        border: 1px solid var(--coloreBordi);
        padding: 1.5rem 1rem;
        width: 50rem;
        box-sizing: border-box;
    }

    .subitem_sx_avviso {
        width: 9.57rem;
        font-size: 0.9rem;
    }

    .subitem_center_avviso {
        width: 28.75rem;
        font-size: 0.9rem;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        text-align: center;
    }

    .subitem_dx_avviso {
        width: 9.57rem;
        text-align: right;
    }

    @media screen and (max-width: 767px) {
        #container_flex_btn_scelta_tipo {
            flex-direction: column;
        }

        .item_btn_sx_scelta_tipo, .item_btn_dx_scelta_tipo {
            width: 100%;
        }

        .item_btn_sx_scelta_tipo {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0;
        }

        .item_btn_dx_scelta_tipo {
            border-top-right-radius: 0;
            border-top-left-radius: 0;
            border-bottom-left-radius: 4px;
            border-left: 1px solid var(--coloreSecondario);
        }

        .item_avviso {
            flex-direction: column;
            padding-top: 1rem;
        }

        .subitem_center_avviso {
            width: 100%;
            margin: 1rem 0;
        }

        .subitem_dx_avviso {
            width: 100%;
        }

            .subitem_dx_avviso .bottone_secondario_small {
                display: block;
                text-align: center;
            }
    }

    @media screen and (max-width: 991px) {
        .item_avviso {
            width: 100%;
        }
    }
    /*-----------------------------------------------
    
                                   MIEI ACQUISTI

-------------------------------------------------- */
    .contenitore_illustrazione_no_acquisti {
        background-image: url(../img/acquisti.svg);
        background-repeat: no-repeat;
        background-size: contain;
        height: 230px;
        background-position: center;
    }
    /*-----------------------------------------------
    
                                   MIEI COUPON

-------------------------------------------------- */
    .contenitore_illustrazione_no_coupon {
        background-image: url(../img/coupon.svg);
        background-repeat: no-repeat;
        background-size: contain;
        height: 210px;
        background-position: center;
    }

    #container_flex_miei_coupon {
        display: flex;
        flex-direction: row;
        padding: 1rem 0;
        gap: 2rem;
        flex-wrap: wrap;
    }

    .item_coupon {
        display: flex;
        flex-direction: row;
        width: 20rem;
        height: 100px;
        color: white;
        box-sizing: border-box;
        background: radial-gradient(circle, rgba(251,160,81,1) 0%, rgba(255,148,55,1) 30%, rgba(253,126,20,1) 100%);
        border-radius: 8px;
    }

    .subitem_sx_coupon {
        position: relative;
        width: 7rem;
        border-right: 2px dashed white;
        text-align: center;
        padding-top: 1.3rem;
    }

        .subitem_sx_coupon:before {
            content: "";
            position: absolute;
            top: -1px;
            right: -16px;
            width: 30px;
            height: 15px;
            background-color: white;
            border-bottom-left-radius: 110px;
            border-bottom-right-radius: 110px;
            border: 1px solid white;
            border-top: 0;
        }

        .subitem_sx_coupon:after {
            content: "";
            position: absolute;
            bottom: -1px;
            right: -16px;
            width: 30px;
            height: 15px;
            background-color: white;
            border-top-left-radius: 110px;
            border-top-right-radius: 110px;
            border: 1px solid white;
            border-bottom: 0;
        }

    .subitem_dx_coupon {
        width: 13rem;
        padding: 1rem;
    }

    /*-----------------------------------------------
    
                         GESTIONE PROFILO

-------------------------------------------------- */

    #container_flex_autenticator_2fa {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 1rem;
    }

    @media screen and (max-width: 767px) {
        #container_flex_autenticator_2fa {
            flex-direction: column;
        }

        #nav_gestione_profilo {
            border-bottom: 2px solid var(--coloreBordi)
        }

        #email-form, #profile-form, #change-password-form, #delete-user, #fa-form {
            width: 100%;
        }
    }

    /*-----------------------------------------------
    
           LOGIN AUTENTICAZIONE 2 FATTORI

-------------------------------------------------- */

    .contenitore_illustrazione_2fa {
        background-image: url(../img/2FA.svg);
        background-repeat: no-repeat;
        background-size: contain;
        height: 230px;
        background-position: center;
    }

    /*-----------------------------------------------

                                CARRELLO

-------------------------------------------------*/

    #container_header_carrello {
        margin-top: 6rem;
        margin-bottom: 2rem;
        display: flex;
        flex-direction: row;
        justify-content: center;
        column-gap: 5rem;
    }

    #container_flex_riepilogo_prodotti {
        width: 35rem;
        display: flex;
        flex-direction: column;
    }

    .container_flex_prodotto {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        border: 1px solid var(--coloreBordi);
        border-radius: 4px;
    }

    .item_cancella_prodotto {
        text-align: center;
        border-right: 1px solid var(--coloreBordi);
        width: 20%;
        padding: 2rem;
    }

    .item_dettaglio_richiesta {
        border-right: 1px solid var(--coloreBordi);
        width: 50%;
        padding: 0.5rem;
    }

    .item_prezzo_unitario {
        text-align: center;
        width: 30%;
        padding: 2rem;
    }

    #container_flex_caratteristiche_carrello {
        display: flex;
        flex-direction: column;
        row-gap: 2rem;
        padding: 4.8rem 0.5rem 0 0.5rem;
        width: 18rem;
    }

    #item_detail_totale_carrello, #item_detail_coupon, #item_riscatta_coupon {
        border-radius: 4px;
        background-color: white;
        border: 1px solid var(--coloreBordi);
    }

    #item_detail_coupon{
        max-height:13.50rem;
        overflow-y:auto;
    }

    #bottone_responsive_fatturazione {
        display: none;
    }

    #container_flex_fatturazione {
        display: flex;
        justify-content: center;
        margin-top: 5rem;
        margin-bottom: 2rem;
    }

    .item_user_fatturazione {
        width: 65%;
    }

    #container_contratto {
        margin-top: 3rem;
        margin-bottom: 2rem;
        max-height: 621px;
        overflow-y: auto;
    }

#container_contratto_pdf {
    margin-top: 3rem;
    margin-bottom: 2rem;
}

    #container_header_pagamento {
        margin-top: 6rem;
        margin-bottom: 4rem;
        display: flex;
        flex-direction: row;
        justify-content: center;
        column-gap: 5rem;
    }

    #container_flex_pagamenti {
        width: 30rem;
    }

    .accordion {
        border-radius: 4px;
        border: 1px solid var(--coloreBordi);
    }

        .accordion > .card:first-of-type {
            border-bottom: 1px solid var(--coloreBordi);
        }

        .accordion > .card:not(:first-of-type):not(:last-of-type) {
            border-bottom: 1px solid var(--coloreBordi);
        }

    .card {
        border: 0;
        font-weight: 500;
        font-size: 1.1rem;
    }

    .card-header {
        background-color: var(--coloreSfondoContrasto);
        border-bottom: 0 !important;
    }

    .card-body {
        padding: 0.8rem;
    }

    .form_payment {
        width: 100%;
    }

    .hidden {
        display: none !important;
    }

    .email_carrello {
        border-radius: 6px;
        margin-bottom: 16px;
        padding: 12px;
        border: 1px solid rgba(50, 50, 93, 0.1);
        max-height: 44px;
        font-size: 16px;
        width: 100%;
        background: white;
        box-sizing: border-box;
    }

    #payment-message {
        color: rgb(105, 115, 134);
        font-size: 16px;
        line-height: 20px;
        padding-top: 12px;
        text-align: center;
    }

    #payment-element {
        margin-bottom: 24px;
    }

    .button_confirm_payment {
        background: var(--coloreSecondario);
        font-family: Arial, sans-serif;
        color: #ffffff;
        border-radius: 4px;
        border: 0;
        padding: 0.5rem 0;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
        display: block;
        transition: all 0.2s ease;
        box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
        width: 100%;
    }

        .button_confirm_payment:hover {
            background-color: #cf7a01;
        }

        .button_confirm_payment:disabled {
            opacity: 0.5;
            cursor: default;
        }

    @media screen and (max-width: 767px) {
        .item_user_fatturazione {
            width: 100%;
        }
    }

    @media screen and (max-width: 991px) {
        #container_header_carrello {
            flex-direction: column;
        }

        #container_flex_riepilogo_prodotti {
            width: 100%;
        }

        #container_riepilogo_prodotti {
            display: none;
        }

        .item_cancella_prodotto, .item_prezzo_unitario {
            padding: 2rem 0 0 0;
        }

        #container_flex_caratteristiche_carrello {
            width: 100%;
            padding: 1rem 0rem;
        }

        #bottone_fatturazione {
            display: none;
        }

        #bottone_responsive_fatturazione {
            display: block;
        }

        #container_header_pagamento {
            flex-direction: column;
        }

        #container_flex_pagamenti {
            width: 100%;
        }
    }
