.line-height-1 {
    line-height: 1 !important;
}

.wrap-step header{
    z-index: 1000;
}

#comandi-top {
    min-height: 50px;
    display: flex;
}

#logo-azienda {
    width: auto;
    max-height: 60px;
    margin: 5px 10px;
}

.wrapper__logo__riepilogo{
    height: 100%;
    display: flex;
    justify-content: center;
}

#logo-riepilogo{
    object-fit: contain;
    height: 100%;
    padding: 10px;
}

#chiudi i {
    font-size: 24px;
    padding: 0;
    line-height: 1;
    color: #555;
}

.wrap-step {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    padding: 0;
    -moz-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    -webkit-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
}

.wrap-step.active {
    opacity: 1;
    visibility: visible;
    height: auto;
    padding-bottom: 20px
}

.wrap-step header {
    background-color: #c5c5c5;
    height: 180px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .wrap-step header {
        height: 82px;
    }
}

.header-bg-dark {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0,0,0,0.55);
}

.wrap-step .img-bg {
    background-size: cover;
    background-position: 50% 50%;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .5;
}

/*.wrap-step header {*/
/*    display: none;*/
/*}*/

/*.wrap-step.active header {*/
/*    display: block;*/
/*}*/

.wrap-step header .title-section {
    color: #f5f5f5;
    position: relative;
    font-size: 2rem;
    text-transform: uppercase;
    flex-basis: 100%;
}

#wrap-current-step {
    position: relative;
    color: #fff;
    list-style: none;
    height: 40px;
    line-height: 40px;
    padding: 0;
    font-size: 1rem;
    text-transform: uppercase;
    border-radius: 30px;
}

#wrap-current-step li {
    padding-right: 20px;
    padding-left: 20px;
    background-color: #a2a2a2;
    border:solid;
    border-width: 1px;
    border-color:#a2a2a2;
    border-radius: 30px;
}

#wrap-current-step li.active {
    background-color: #333;
    border-color:#333;

}

#wrap-current-step .fas {
    line-height: 40px;
    margin: 0 30px;
    font-size: 2rem;
    color: #ccc;
}

#galleria {
    display: -ms-flexbox;
    -ms-flex-direction: column;
    -ms-flex-wrap: wrap;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    font-size: 0;
    justify-content: space-between;
    align-content: space-between;
    border-radius: 25px;
    overflow: hidden;
}

#galleria img {
    width: 270px;
    height: 152px;
    transition: .8s opacity;
}

#galleria .img-grande {
    width: 550px;
    height: 314px;
}

#galleria:hover img {
    opacity: 0.3;
}

#galleria:hover img:hover {
    opacity: 1;
    cursor: zoom-in;
}

#btn-tutte-img {
    top: -45px;
    left: calc(100% - 205px);
    right: 0;
}

.fc .fc-toolbar-title {
    font-size: 1.25em;
}

.fc-daygrid-day {
    height: 50px;
}

.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    height: 1em;
    min-height: 1em;
    overflow: hidden;
}

.sticky-offset {
    top: 20px;
}

/*#body-row {*/
/*    margin-left:0;*/
/*    margin-right:0;*/
/*}*/

.iframe__map__wrapper iframe{
    width:100%;
}

#sidebar-container {
    min-height: 100vh;
    /*background-color: #d2d2d2;*/
    padding: 0 15px;
}

#sidebar-container .card__border {
    padding: 0 16px;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 14px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px;
}



/* Nasconde le frecce nell'input number */
/* Chrome, Safari, Edge, Opera */
#npersone::-webkit-outer-spin-button,
#npersone::-webkit-inner-spin-button,
#nbambini::-webkit-outer-spin-button,
#nbambini::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
#npersone,
#nbambini {
    -moz-appearance: textfield;
}

.disable-dbl-tap-zoom{
    touch-action: none;
}

.input__numero{
    width: 50px;
    padding: 4px 6px;;
    text-align: center;
    border:none;
    border-bottom: 1px solid #dddddd;
    border-radius:2px;
}

.input__numero:focus{
    border:none;
    border-bottom: 1px solid #9a9a9a;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #dddddd;
}

.change-persone, 
.change-servizio{
    height: 38px;
}

.persone__details__small{
    padding-left: 12px;
}
.btn:disabled,
.btn.disabled {
    cursor: not-allowed;
}

.wrap-lingua .input-group-prepend {
    width: 100%;
}

.input__lingua:focus{
    border-color:#9a9a9a;
}

.no-focus,
.no-focus:focus,
#calendario .fc-toolbar-chunk .btn:focus {
    box-shadow: none !important;
    outline:0 !important;
}

.custom-select {
    color: #495059;
}

#lingua{
    max-width: 170px;
}

.btn-info{
    background-color: #8A4F7D;
    border-color: #8A4F7D;
}

.btn-info:disabled{
    background-color: #916387;
    border-color: #916387;
}

.btn-info:hover,
.btn-info:not(:disabled):not(.disabled).active, 
.btn-info:not(:disabled):not(.disabled):active, 
.btn-info:active{
    background-color: #5c3453;
    border-color: #5c3453;
}

.btn-info.focus, 
.btn-info:focus{
    background-color: #5c3453;
    border-color: #5c3453;
    box-shadow: none;
}

.input-group-prepend .service-width,
.input-group-prepend .peoplesel-width{
    max-width: 190px;
}

.service__elm .service__label,
.peoplesel__elm .peoplesel__label {
    word-wrap: break-word;
    white-space: normal;
    text-align: left;
}

#campi-sconto{
    flex-wrap: wrap;
}

#descrizioni .btn-tab {

    display: block;
    width: 100%;
    outline: none;
    background-color: #e6e6e6;
    border: 1px solid #bbbbbb;
    color: #000;
    opacity: 0.7;
}

#descrizioni .title__tab__left{
    border-radius: 14px 0 0 0 ;
}

#descrizioni .title__tab__right{
    border-radius: 0 14px 0 0;
    margin-left: -1px;
}

#descrizioni .btn-tab:hover {
    opacity: 1;
}

#descrizioni .btn-tab[aria-expanded="true"] {
    background-color: #fff;
    border-bottom-color: #fff;
    opacity: 1;
}

#descrizioni .card-body {
    border-top: none;
    border-radius: 0 0 4px 4px;
    border-color: #bbbbbb;
}

/* Calendario */
#calendario .fc-day a{ 
    text-decoration: none!important;
    color: #495057 !important;
}

#calendario .fc-day-other .fc-daygrid-day-top {
    opacity: 1; 
}

#calendario .fc-toolbar-chunk .btn {
    background-color: #FFFFFF;
    background-color: transparent;
    padding: 0px 6px;
    color: #0d0d0d;
}

#calendario .fc-toolbar-chunk .btn:focus {
    border: none;
    box-shadow: 0 0 0 0.2rem #9a9a9a !important;
}

#calendario .fc-toolbar-chunk .fc-toolbar-title {
    color: #495057;
    font-size: 1.2em;
    font-variant: small-caps;
}

#calendario .fc-col-header-cell{
    font-variant: small-caps;
    font-weight: 400;
}

#calendario .fc-daygrid-day-top {
    height: 45px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#calendario .fc-daygrid-day-top a{
    align-self: center;
}


#calendario .selezionato {
    background-color: #cccccc;
}

#calendario .fc-day-past,
#calendario .fc-daygrid-day {
    font-weight: 700;
    cursor: not-allowed;
    opacity: 0.3;
}

#calendario .fc-daygrid-day.disponibile {
    cursor: pointer;
    opacity: 1;
}

#calendario .fc-daygrid-day.disponibile.selezionato {
    background-color: #127712 !important;
}

#calendario .fc-daygrid-day.disponibile.selezionato a{
    color: #FFFFFF !important;
}

#calendario .fc-daygrid-day-events {
    display: none;
}

#calendario .fc-daygrid-day-number:hover {
    text-decoration: none;
}

#selection-orario .btn__orario{
    background-color: #FFFFFF;
    border: none;
    border-radius: 4px;
    padding: 6px 10px;
    border: 2px solid #dddddd;
}

#selection-orario .orario__active{
    background-color: #127712 !important;
    color:#FFFFFF;
}

#selection-orario .btn__orario:focus{
    outline: none;
}

#selection-orario .wrap-orari{
    width: 85%;
}

#campi-fatturazione {
    flex-wrap: wrap;
}

#campi-fatturazione .input-group {
    flex: 1 0 50%;
}

#campi-fatturazione .errore-field, 
#note.errore-field {
    border: 3px solid #da0f22;
}

.sel-tag {
    flex: 1 0 25%;
}

#conferma-prenotazione i {
    display: none;
}

#conferma-prenotazione:disabled {
    cursor: not-allowed;
}

#wrap-privacy a {
    text-decoration: underline;
}


.StripeElement {
    box-sizing: border-box;

    height: 40px;

    padding: 10px 12px;

    border: 1px solid #357ebd;
    border-radius: 4px;
    background-color: white;

    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

#change-lang-list {
    background-color: #eee;
    border: 1px solid;
    border-radius: 5px;
    font-size: 0.9em;
    padding: 5px;
    position: absolute;
    left: auto;
    right: -15px;
    width: 120px;
    z-index: 9999;
}

#change-lang-list p {
    cursor: pointer;
}

#change-lang-list p:hover {
    background-color: #eeeeee;
}

/*
*
*
*
*
*
*
Slider Header*/

#galleria img {
    height: 75vw;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (min-width: 576px) {
    #gallery img {
        height: 35vw;
    }
}
@media (min-width: 768px) {
    #gallery img,
    #gallery video {
        height: 20vw;
    }

    #galleria .img-evidenza {
        height: 20vw;
    }

    #galleria img {
        height: calc(10vw - 0.25rem);
    }
}

.modal-dialog {
    max-width: 100%;
    height: 100vh;
    margin: 0
}

.modal-content {
    background-color: #171716;
    border: none;
    border-radius: 0;
}

.modal-body .close {
    position: absolute;
    top: 18px;
    right: 18px;
    color: #e9e9e9;
    z-index: 9;
}

#modal-slider .carousel-item img {
    height: auto;
    height: calc(100vh - 32px);
    -o-object-fit: cover;
    object-fit: cover;
    width: auto !important;
    margin: auto;
}

.carousel-control-next {
    justify-content: flex-end;
}

.carousel-control-prev {
    justify-content: flex-start;
}

* {
    transition: 0.3s;
}

#gallery.custom {
    padding: 0 15px;
}
#gallery.custom img {
    display: block;
    margin: 15px 0;
    border-radius: 300px 30px 300px 300px;
}
#gallery.custom img:hover {
    border-radius: 30px 90px 30px 30px;
}

#exampleModal.custom .modal-content {
    background: none;
    border: none;
}
#exampleModal.custom .modal-header {
    border: none;
}
#exampleModal.custom .modal-header button {
    background: none;
    border-radius: 100px 100px 0 0;
    padding: 5px 10px;
    opacity: 1;
    position: relative;
    top: 3px;
    border: solid 2px white;
}
@media (min-width: 992px) {
    #exampleModal.custom .modal-header button {
        top: 15px;
    }
}
#exampleModal.custom .modal-header button:hover {
    top: 3px;
}
#exampleModal.custom .modal-header span {
    color: white;
}
#exampleModal.custom .modal-body {
    padding: 0;
    border: none;
    position: relative;
}
#exampleModal.custom .modal-body::before, #exampleModal.custom .modal-body::after {
    content: "";
    height: 50px;
    width: 50px;
    display: block;
    position: absolute;
    background: white;
    border-radius: 3px 10px;
}
@media (min-width: 768px) {
    #exampleModal.custom .modal-body::before, #exampleModal.custom .modal-body::after {
        border-radius: 3px 30px;
        height: 100px;
        width: 100px;
    }
}
#exampleModal.custom .modal-body::before {
    top: -5px;
    left: -5px;
}
@media (min-width: 768px) {
    #exampleModal.custom .modal-body::before {
        top: -15px;
        left: -15px;
    }
}
#exampleModal.custom .modal-body::after {
    bottom: -5px;
    right: -5px;
    z-index: -1;
}
@media (min-width: 768px) {
    #exampleModal.custom .modal-body::after {
        bottom: -15px;
        right: -15px;
    }
}
#exampleModal.custom .modal-footer {
    border: none;
    margin-top: 60px;
}
@media (min-width: 992px) {
    #exampleModal.custom .modal-footer {
        margin-top: 40px;
    }
}
#exampleModal.custom .modal-footer .btn {
    margin: auto;
    border: solid 2px white;
    background: none;
    text-transform: uppercase;
    font-size: 0.8em;
    letter-spacing: 0.1em;
    font-weight: bold;
    padding: 0.2em 0.7em;
}
#exampleModal.custom .modal-footer .btn:hover {
    background: white;
    color: black;
}
#exampleModal.custom .carousel-control-prev, #exampleModal.custom .carousel-control-next {
    font-size: 2em;
    top: auto;
    opacity: 1;
    bottom: -52px;
}
@media (min-width: 768px) {
    #exampleModal.custom .carousel-control-prev, #exampleModal.custom .carousel-control-next {
        top: 0;
        opacity: 0.5;
        bottom: 0;
    }
}
#exampleModal.custom .carousel-control-next-icon, #exampleModal.custom .carousel-control-prev-icon {
    height: 30px;
    width: 30px;
}
@media (min-width: 768px) {
    #exampleModal.custom .carousel-control-prev {
        left: -90px;
    }
}
@media (min-width: 768px) {
    #exampleModal.custom .carousel-control-next {
        right: -90px;
    }
}
#exampleModal.custom .carousel-indicators {
    bottom: -60px;
}

@media (min-width: 992px) {
    #exampleModal.custom .carousel-indicators {
        bottom: -30px;
    }
}
#exampleModal.custom .carousel-indicators li {
    height: 30px;
    border-radius: 100px;
    background: none;
    border: solid 2px white;
}
@media (min-width: 992px) {
    #exampleModal.custom .carousel-indicators li {
        height: 10px;
    }
}
#exampleModal.custom .carousel-indicators li:hover {
    background: white;
}
#exampleModal.custom .carousel-indicators li.active {
    background: white;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}
@media (min-width: 576px) {
    .switch {
        margin: 0;
    }
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: 0.4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    transform: translateX(26px);
}

.alert__disp{
    padding: 10px 6px;
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.switch-wrap {
    text-align: center;
    background-color: #b1fbc1;
    padding: 30px;
    border-radius: 3px;
    margin: 30px 0 0;
}
@media (min-width: 576px) {
    .switch-wrap {
        position: fixed;
        bottom: 0;
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        width: 100%;
        justify-content: center;
        padding: 10px;
    }
}

.switch-text {
    display: block;
    margin: 0.5em;
}
@media (min-width: 576px) {
    .switch-text {
        margin: 0 1em 0 0;
    }
}

@media (max-width: 767px) {
    #sidebar-container {
        min-height: auto;
    }

    #wrap-current-step {
        display: none;
    }

    #wrap-mobile-footer {
        position: fixed;
        bottom: 0;
        padding: 5px;
        background-color: #3c3c3c;
        width: 100%;
        z-index: 9999;
    }

    #wrap-campi-pagamento {
        order: 2;
    }

    #wrap-campi-pagamento .input-group {
        height: auto;
    }

    .group-payment,
    .group-payment label.payment-title {
        height: 70px;
    }

}

@media (min-width: 481px) {
    #galleria {
        display: block;
    }

    #btn-tutte-img {
        display: block;
    }

    #galleria-mobile {
        display: none;
    }
}

@media (max-width: 480px) {
    #galleria {
        display: none;
    }

    #btn-tutte-img {
        display: none;
    }

    #galleria-mobile {
        display: block;
        border-radius: 8px;
        overflow: hidden;
    }


    /*#galleria {*/
    /*    margin-bottom: 20px*/
    /*}*/
    /*#galleria img {*/
    /*    height: 30vw;*/
    /*}*/
    /*#galleria img.img-evidenza {*/
    /*    height: 62vw;*/
    /*}*/
    /*#btn-tutte-img {*/
    /*    top: -10px*/
    /*}*/
}


/* GOOGLE ICONS */

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 40
}



.select-container {
    position: relative;
    display: inline-block;
    width: 100%;
    /* margin-bottom: 20px; */
}

.select-container input {
    width: 100%;
    box-sizing: border-box;
    height: 35px;
    margin-bottom: 5px;
}

.option-container {
    position: absolute;
    top: 35px;
    width: 100%;
    border: 1px solid #ccc;
    max-height: 150px;
    overflow-y: auto;
    background: white;
    z-index: 1;
    display: none;
}

.option-container div {
    padding: 5px;
    cursor: pointer;
}

.option-container div:hover, .option-container .highlighted {
    background: #f1f1f1;
}

.mySelect{
display:none;
}