﻿html, body {
    font-family: 'Open Sans', sans-serif;
}

#banner-home {
    background-image: url('../images/banner-home-b2c.jpg');
    background-size: cover;
    background-position: center;
}

.navbar {
    background-color: transparent;
}

.container.boxed {
    max-width: 1200px;
}

a:hover {
    text-decoration: none !important;
}

.pricing > ol, .pricing > ul {
    padding-left: 0rem;
}

.bg-semitransparent {
    background-color: rgba(255, 255, 255, 0.4);
}

.bg-small-sell {
    position: relative;
    background-color: #d79fa3;
}

.bg-medium-sell {
    background-color: #b1dad0;
}

.bg-large-sell {
    background-color: rgba(44, 62, 80, 0.8);
}

.alert.alert-danger > * {
    position: relative;
    z-index: 2;
}

.card:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

    .card:hover > .card-body > .card-title {
        color: #94be0f;
    }

ul.modern {
    list-style-type: none;
    padding-left: 0;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
}

    ul.modern li {
        padding-bottom: 13px;
    }

        ul.modern li > strong {
            font-weight: 700;
        }

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

h1, .h1 {
    font-weight: 700 !important;
    padding-bottom: 1rem !important;
    margin-bottom: 1rem !important;
    border-bottom: 1px solid #94be0f !important;
    font-size: 1.5rem;
    color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
}

h2, .h2 {
    font-size: 1.25rem;
    font-weight: 700 !important;
}

h4, .h4 {
    font-weight: 700 !important;
    font-size: 1.125rem;
}

h5, .h5, h5 a {
    font-weight: 700 !important;
    font-size: 1rem;
    color: inherit;
    text-decoration: none;
}

p a em {
    font-size: 13px;
}

p.subtitle {
    padding-bottom: 1rem !important;
    margin-bottom: 1rem !important;
    border-bottom: 1px solid #41557a !important;
    font-size: 1rem;
}

.g-2, .gx-2 {
    --bs-gutter-x: 1.5rem;
}

.nav-pills > .nav-item {
    background-color: #ecf0f1;
    margin: .25rem 0;
    border-radius: 0.375rem;
    border-bottom: 2px solid #004494;
}

    .nav-pills > .nav-item:hover {
        background-color: #ecf0f1;
        margin: .25rem 0;
        border-radius: 0.375rem;
        border-bottom: 2px solid #ecf0f1;
    }

    .nav-pills > .nav-item > .nav-link {
        color: #004494;
    }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
}

.sectionPagina {
    min-height: 630px
}

.allOptions {
    /* background-color: #C8CAD1; */
    border-radius: .5rem;
    padding: 4px 0px 3px 0px;
    /*width: 250px;*/
}


.switch-option {
    cursor: pointer;
    margin: 10px auto;
    /* padding: 3px 10px;*/
    position: relative;
    z-index: 2;
    color: #fff;
    background-color: rgba(255, 255, 255, .5);
    font-weight: normal;
    font-size: 30px;
    max-width: 70%;
    /* font-family: 'Open Sans Semibold';*/
}



.switch-bg {
    position: absolute;
    top: 5px;
    left: -5px;
    /* width: calc(11rem + 1.2vw);
    height: calc(2.725rem + 1.3vw);*/
    width: 9rem;
    height: 3rem;
    border-radius: 50px;
    transition: top 0.5s ease;
    z-index: 1;
}

.bg-sino {
    position: absolute;
    top: 5px;
    left: -5px;
    height: 3rem;
    width: 5rem;
    /*  width: calc(11rem + 1.2vw);
    height: calc(2.725rem + 1.3vw);*/

    border-radius: 50px;
    transition: top 0.5s ease;
    z-index: 1;
}

.btn.prev, .btn.next {
    min-width: 100px;
}

.prezzo {
    font-weight: normal;
    font-size: 24px;
}



.accordion-button::after {
    background-image: unset !important;
}

textarea {
    border: 1px dashed #888;
    border-radius: 5px;
    width: 100% !important;
    overflow: auto;
    background: white;
    min-height: 75px !important;
    padding-right: 32px !important;
}

.assistant,
.user {
    position: relative;
    font-family: arial;
    font-size: 1.1em;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

    .assistant:after,
    .user:after {
        content: '';
        border: 20px solid transparent;
        position: absolute;
        margin-top: -30px;
    }

.user {
    background: #00acac;
    color: #fff;
    margin-left: 20%;
    margin-right: 50px;
    top: 30%;
    text-align: right;
}

.suggestions {
    color: #fff;
    margin-left: 20%;
    margin-right: 100px;
    top: 30%;
    text-align: right;
}

.assistant {
    background: #c3f5f5;
    color: black;
    margin-left: 50px;
    margin-right: 20%;
}

.user:after {
    border-left-color: #00acac;
    border-right: 0;
    right: -20px;
}

.assistant:after {
    border-right-color: #c3f5f5;
    border-left: 0;
    left: -20px;
}

.msg {
    font-size: medium;
    word-wrap: break-word;
}

#chatcontainer {
    height: 50vh !important;
    overflow: scroll;
    overflow-x: hidden;
}

.ui-sortable,
.resultat {
    border: 1px solid #d7d4d4;
    border-radius: 6px;
}

.informazioni {
    border-color: #009688;
}

.stato {
    border-color: #FF9800;
}

.riepilogo {
    border-color: #03a9f4;
}

.flex-wrap {
    flex-wrap: nowrap !important;
}

.float-right-list li:last-child {
    float: right;
}

a.informazioni.active {
    background-color: #009688 !important;
    color: white !important;
}


a.stato.active {
    background-color: #FF9800 !important;
    color: white !important;
}

a.riepilogo.active {
    background-color: #03a9f4 !important;
    color: white !important;
}

.jsonScelte {
    margin-top: -50px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    padding-top: 0px !important;
    width: auto !important;
}

    .jsonScelte:after {
        border: none !important;
    }

.premio {
    color: red;
}


.display-7 {
    font-size: 28px;
}

/*h2.display-7 {
    font-family: 'Open Sans Semibold';
}*/

p.display-5 {
    font-size: 15px;
}

.display-6 {
    font-size: calc(1.425rem + 1.3vw);
    font-weight: 300;
    line-height: 1.2;
}



.switch-option.active {
    color: #004494;
    font-weight: bold;
}

.cursor-pointer:hover {
    cursor: pointer;
}

a.display-7, p.display-7 {
    font-size: 21px;
}

display-5, display-7 {
    font-family: 'Open Sans';
}



input.switch-option {
    font-size: 27px;
    text-align: center;
    border: none;
    border-radius: unset;
}

    input.switch-option.active {
        font-size: 18px;
    }

    input.switch-option::placeholder {
        color: rgba(255, 255, 255, .5);
    }

.calcola {
    font-size: 18px;
}

    .calcola:hover {
        background-color: var(--bs-btn-hover-border-color);
    }

.privacy {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-align: left;
}

.continua {
    color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity));
}

.home-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 660px;
}



@media only screen and (max-width: 470px) {
    .home-banner {
        height: 780px;
    }
}

.shadow-button {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.green-custom {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1)) !important;
}

.avanti-button {
    cursor: pointer;
    margin: 10px auto;
    position: relative;
    padding: 8px 38px;
    z-index: 2;
    color: #fff;
    background-color: rgba(255, 255, 255, .7);
    font-weight: bolder;
    font-size: 20px;
    max-width: 70%;
    text-decoration: none;
}

.text-justify {
    text-align: justify !important;
}

.btn-lightblue {
    background-color: #a7b9d6;
}

.border-green-custom {
    border-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1)) !important;
}
