:root {
    --altezza_minima: 800px;
    --sfondo_riga_selezionata_giorni: #a2a3a53b;
    --sfondo_giorno_non_disponibile: #c314236e;
    --sfondo_chiusura_struttura: #bf0000b5;
    --sfondo_hover_date: #70707059;
}


/*
@font-face {
  font-family: 'nova_regular';
  src: url('nova_regular.ttf') format('truetype');font-weight:normal;font-style: normal;

}

@font-face {
  font-family: 'nova_regular';
  src:  url(nova_soft_medium.ttf) format('truetype');font-weight:bold;font-style: normal;
}



body { font-family: 'nova_regular', Arial, Helvetica, sans-serif;  }
select,table,
button,textarea,select option,option,input{
    font-family: 'nova_regular', Arial, Helvetica, sans-serif;
}

*/

@font-face {
    font-family: 'Sans';
    src: url('GoogleSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Sans';
    src: url('GoogleSans-Medium.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Sans';
    src: url('GoogleSans-Medium.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}


body {

    font-family: 'Sans', sans-serif !important;
    font-size: 15px;
    line-height: 1.5;
    color: #222222;
    font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Sans', sans-serif !important;
}

/*
body b, body strong, body label, body .label {
  font-weight: 500;
}
*/

.font_alternativo {
    font-family: 'Sans', sans-serif;
    font-weight: 600;
}


.qty-amount {
    width: 100%;
    border: none;
    line-height: 18px !important;
    color: #333;
    background: #fff;
    font-weight: 600;
    padding: 0px !important;
    background: transparent;
}

.qty-amount:disabled {
    color: #333 !important;
    -webkit-text-fill-color: #333;
    -webkit-opacity: 1;
}

.qty-amount2 {
    width: 100%;
    border: none;
    line-height: 18px !important;
    color: #333;
    background: #fff;
    font-weight: 600;
    padding: 0px !important;
    background: transparent;
}

.qty-amount2:disabled {
    color: #333 !important;
    -webkit-text-fill-color: #333;
    -webkit-opacity: 1;
}


#rieppren.hover_trasparente .secondodiv {
    background: #fffff1d6 !important
}


#rieppren.hover_trasparente:hover .secondodiv {
    background: #fff !important
}

#rieppren.hover_trasparente .secondodiv .datatd div {
    background: #fff
}

#rieppren.hover_trasparente .secondodiv .datatd.rigadatasel div {
    background: var(--sfondo_riga_selezionata_giorni)
}

#rieppren.hover_trasparente .secondodiv .cambia_mese {
    background: #fff;
}

.container_principale.container {
    width: 97%;
    max-width: 1600px;
}

.container_principale .secondodiv {
    margin: auto;
    width: 100%
}

@media(max-width:992px) {

    .container_principale.container {
        width: 100%;
    }
}

/*
.qty-btn {border-radius: 50%;width: 25px;height: 25px; padding:0px;margin:0px;outline: none;transition: all 0.5s;background-color:#fff;border: 1px solid #d3d8de;text-align: center;display: inline-block;}

.qty-btn:hover {background-color: #f1f3f5;border-color: #9ca7b4; -webkit-transition-duration: 0s;transition-duration: 0s;text-decoration: none;}
*/

.tabella_date {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
}

.primodiv {
    user-select: none !important;
}

.qty-btn i {
    font-size: 15px;
    color: #747474
}

.mt5 {
    margin-top: 5px;
    font-size: 14px;
}

.chiudimod {
    color: #000;
    font-size: 32px;
    font-weight: bold;
    position: absolute;
    right: 10px;
}

.chiudimod:hover,
.chiudimod:focus {
    color: #bdb9b9;
    text-decoration: none;
    cursor: pointer;
}

.modalinfo-hover {
    display: none;
    position: absolute;
    margin-top: 0px;
    left: 0;
    top: 0;
    width: auto;
    max-width: 200px;
    height: 30%;
    overflow: unset;
    user-select: none;
}

.modalinfo-hover-content {
    background-color: #fefefe;
    margin: auto;
    padding: 15px;
    overflow: unset;
    border: none !important;
    box-shadow: -1px 2px 15px rgba(0, 0, 0, 0.5) !important;
}

.modaldatafine {
    display: none;
    position: absolute;
    margin-top: 30px;
    left: 0;
    top: 0;
    width: auto;
    max-width: 210px;
    height: 45%;
    user-select: none;
    overflow: visible
}

.modaldatafine-content {
    background-color: #fefefe;
    margin: auto;
    height: 100%;
    border: none !important;
    box-shadow: -1px 2px 15px rgba(0, 0, 0, 0.5) !important;
}


.modalcheckin {
    display: none;
    position: absolute;
    margin-top: 30px;
    left: 0;
    top: 0;
    width: auto;
    max-width: 210px;
    height: 35%;
    user-select: none;
    overflow: visible
}

.modalcheckin-content {
    background-color: #fefefe;
    margin: auto;
    height: 100%;
    border: none !important;
    box-shadow: -1px 2px 15px rgba(0, 0, 0, 0.5) !important;
}

.cambiamesecl {
    cursor: pointer;
    font-size: 13px;
    color: #000;
}

.cambiamesecl:hover {
    color: #0501b1
}


.str_nome {
    font-weight: 600;
    font-size: 14px;
    color: #000;
}

.str_tipologia {
    color: #777;
    font-weight: 400;
    font-size: 10px;
}


/*
		y.rigadatasel {border-top:1px solid;border-bottom:1px solid ;border-color:var(--sfondo_riga_selezionata_giorni) ;}
	*/

.hover_calendario_be {
    background: var(--sfondo_hover_date) !important;
    color: #000 !important;
}

.datapartenza:hover {
    background: #0501b1;
    color: #fff;
}

.selcheck:hover .checkbutton {
    background: #0501b1;
}

.giornoggi {
    color: #000;
    font-weight: 800;
    font-size: 15px;
    text-decoration: underline;
}

.nogiorni {
    text-align: center;
    padding: 5px 8px;
}

.datatd {
    user-select: none;
    position: relative;
}

.datatd div {
    height: 35px;
    line-height: 35px;
    margin: 0px 3px;
    border-radius: 5px;
    font-weight: 400;
    font-size: 13px;
    margin: 0;
    border-radius: 0;
    width: auto;
}

.datanorm {
    cursor: pointer;
    text-align: center;
    position: relative;
}

.datatd.data_non_disponibile div {
    background: var(--sfondo_giorno_non_disponibile) !important;
    color: #333;
}

/*.datatd.data_chiusura_struttura div{background: var(--sfondo_chiusura_struttura) !important;color: #fff;}*/


/*.datanorm div{box-shadow: 0px 0px 0px 1px #efefef;}*/


.datatd.datanorm div:hover {
    background: var(--sfondo_hover_date) !important;
    color: #000;
    font-weight: 600;
}

.datatd.datascel div {
    background: #2979ff;
    color: #fff;
    font-weight: 600;
}

.datadisable {
    text-align: center;
    text-decoration: unset !important;
    background: unset !important;
}

.datadisable div {
    color: #999;
}



/*
	.datadisable div {
	    background: #d41215b5;
	    color: #fff;
	}
*/

.data_servizio_non_disponibile {
    background: none !important;
}

.data_servizio_non_disponibile div {
    color: #999;
    background: #cacbcd2e;
}

.data_servizio_non_disponibile div.hover {
    color: #999 !important;
    background: #cacbcd2e !important
}

.datatd.data_servizio_non_disponibile div:hover {
    color: #999 !important;
    background: #cacbcd2e !important
}



.datatd.data_chiusura_struttura {
    background: none !important;
}

.datatd.data_chiusura_struttura div {
    background: var(--sfondo_chiusura_struttura) !important;
    color: #fff !important;
}

.datatd.data_chiusura_struttura div {
    background: var(--sfondo_chiusura_struttura) !important;
    color: #fff !important;
}

.datatd.data_chiusura_struttura div:hover {
    background: var(--sfondo_chiusura_struttura) !important;
    color: #fff !important;
}

.datatd.data_chiusura_struttura div.hover {
    background: var(--sfondo_chiusura_struttura) !important;
    color: #fff !important;
}




.notifica_data_dispo {
    padding: 10px;
    position: fixed;
    top: 80px;
    left: 50%;
    z-index: 1000;
    background: #fb3636f2;
    border: 1px solid #fb3636e0;
    border-radius: 5px;
    animation: animatetop 0.6s;
    transform: translateX(-50%);
}

.notifica_data_dispo .testo_notifica_dispo {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

@keyframes animatetop {
    from {
        top: 0px;
    }

    to {
        top: 80px;
    }
}



/*background: #f29185  !important;   color: #fff !important;*/


/*.datatd.data_servizio_non_disponibile div:hover{ color:#999!important;background: #cacbcd2e!important     background: #f29185;   color: #fff;}*/

/*.servizio_date_disponibile div {  }*/



.tdmese {
    background: #2979ff;
    color: #fff;
    display: block;
    height: 36px;
    line-height: 35px;
    font-size: 10px;
    width: 30px;
    text-transform: uppercase;
}

/*.tdmese:empty{margin-top: -1px}*/



.nomemese_td {
    width: 100%;
    line-height: 10px;
    color: #2979ff;
    top: 0px;
    position: absolute;
    font-size: 9px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}




.mesedisable {
    color: currentColor;
    cursor: not-allowed !important;
    opacity: 0.5;
    text-decoration: none;
}

.mesicalendario {
    padding: 0px 6px;
    display: inline-block;
}

.fontmese {
    text-transform: lowercase;
    font-size: 19px;
    margin-bottom: 5px !important;
    font-weight: 600
}

.fontmese span {
    font-weight: 500
}

.contcal {
    position: relative;
    padding: 10px 0px
}

.cambiameseleft {
    position: absolute;
    top: calc(50% - 20px);
    left: 0px;
    width: 35px
}

.cambiameseright {
    position: absolute;
    top: calc(50% - 20px);
    right: 0px;
    width: 35px
}

.rigasettimana {
    text-align: center;
    color: #000;
    font-weight: 600;
    font-size: 13px;
    width: 45px;
}

.riga_mese {
    width: 30px;
}

.bordogiorni {
    border-bottom: 1px solid #e3e3e3
}

.rigaminstay div {
    background: #f32d3e82;
    color: #fff;
}




.headercal {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    z-index: 2;
}

.checkbox-option.checked .inner {
    transform: translate3d(25px, 0, 0);
    -webkit-transform: translate3d(25px, 0, 0);
    -moz-transform: translate3d(25px, 0, 0);
    background: #952b1d !important;
    border-color: #000 !important;
}

.divcheckbox {
    margin: auto;
    margin-right: 25px;
    margin-left: 15px;
    color: #000;
}

.divcheck {
    border-color: #000 !important;
    margin-bottom: 0px !important;
}

.divinner {
    left: -10px !important;
    border-color: #d3d8de !important;
    background: #000 !important;
}

.boxslider {
    top: calc(50% - 45px) !important;
}

.tablecss {
    border-collapse: collapse;
    width: 100%
}


::-webkit-scrollbar {
    width: 10px;
    height: 6px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #0000004d;
    border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #c2c2c2;
    border-radius: 5px;
    /*box-shadow: inset 2px 2px 2px rgba(255,255,255,.25), inset -2px -2px 2px rgba(0,0,0,.25);*/
}


.terzodiv {
    display: flex;
    height: 100%;
    margin-right: 0;
    margin-left: 0
}

.p0 {
    padding: 0
}

.quartodiv {
    border-radius: 4px;
    margin: 0 auto;
    max-width: 1100px;
    background: rgba(255, 255, 255, 1);
    padding: 10px;
    position: relative;
    box-sizing: border-box;
    display: flex
}

.confermamobile {
    display: none;
    width: 100%;
    margin-top: 30px;
}

.checkbutton {
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #d3d8de;
    margin-right: 25px;
}

.checksel {
    background: #0501b1 !important;
}

.arrow {
    position: absolute;
    left: 15px;
    top: -15px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #f1f1f1;
    -webkit-transition: left .35s ease-in-out;
    transition: left .35s ease-in-out;
    z-index: 99
}

.dispo {
    background: #2979ff;
    color: #fff;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 600;
    line-height: 70px
}

.diviconabutton {
    position: relative;
    font-size: 10px;
    font-weight: 400;
    color: #999;
    text-align: left;
}

.diviconabutton .riga {
    flex: 1;
    position: relative;
    border-bottom: 1px solid #eaeaea;
    margin: 0 15px;
}

/*
	.diviconabutton .riga::before{content: ""; background: #eaeaea;position: absolute; left: 8px;right: 8px;  bottom: 50%;height: 1px;}
	*/

.infopulsante {
    line-height: 1px;
    background: #2979ff !important;
    color: #fff;
    min-height: 80px !important;
    padding: 0px 5px !important;
    cursor: default !important;
}

.provaheader {
    height: 90% !important;
    min-height: 90% !important;
    position: relative
}

.txtsea {
    position: relative;
    top: 0;
    left: 0;
    font-size: 15px;
    font-weight: 400;
}

.scrittedatetxt {
    font-size: 13px;
    color: #2979ff;
    font-weight: 400;
}

.boxnotti {
    background: #2979ff;
    float: right;
    min-width: 65px;
    color: #fff;
    font-size: 13px;
    border-radius: 2px
}

.pagination li a {
    color: #0067db;
    border: 1px solid #0067db;
    background: #fff
}

.pagination .active a {
    background-color: #0067db !important;
    border-color: #0067db !important;
}

.pagination li a:hover,
.pagination li a:active,
.pagination li a:focus {
    background: #003059;
    border-color: #003059;
    color: #fff
}

.divtop {
    margin-top: 15px
}

.ml10 {
    margin-left: 10px;
}

.mr10 {
    margin-right: 10px
}

.buttoninput {
    width: 100%;
    min-height: 70px;
    cursor: pointer;
    border: none;
    padding: 0px 5px;
    text-align: center
}

/*
	.buttoninput.first{border-top-right-radius: 4px;border-top-left-radius: 4px;}
	.buttoninput.last{border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;}
	*/
.divtestodata {
    position: relative;
    font-size: 15px;
    font-weight: 400;
}



.inputdate {
    left: 35px;
    display: inline-flex;
    top: 13px;
    width: calc(100% - 35px);
}

.inputdate div {
    text-align: left
}

.testodiv {
    margin-bottom: 20px
}

.datapartenza {
    border-bottom: 1px solid #ccc;
    position: relative;
    cursor: pointer;
    padding: 7px 4px;
    font-size: 12px;
    font-weight: 400;
}

.headercal {
    display: none;
}

.scrollmodalint {
    position: relative;
    padding: 5px 10px;
    height: 85%;
    overflow: scroll
}

.nomobile {
    padding: 8px 15px;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    background-color: #f1f1f1;
}


.scrollmore {
    width: 100%;
    position: absolute;
    padding: 5px 10px;
    background: #2979ff;
    color: #fff;
    bottom: 0px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
}



.navigation-right {
    padding: 5px 0
}

.navigation-left .li_img_logo {
    padding-left: 0px;
    line-height: 15px;
}

.visible-xs {
    display: none;
}

@media(max-width:992px) {
    .tabella_date {
        table-layout: auto;
        width: 100%
    }



    .primodiv {
        padding: 10px 0px
    }

    .terzodiv {
        display: block;
    }

    .buttoninput {
        min-height: 50px;
    }

    .divtestodata {
        width: unset
    }

    .rowcheckbox {
        margin-left: 0;
        margin-right: 0;
    }

    .testodiv {
        margin-bottom: 150px
    }



    .switchmese {
        padding: 10px 0px
    }

    .radiobox span {
        padding-left: 10px
    }

    .datatd div {
        height: 30px;
        line-height: 30px;
        margin: 0px 3px;
        margin: 0;
    }

    .tdmese {
        height: 36px;
        line-height: 36px;
        /*margin-top: 4px;*/
    }

    .divtop {
        margin-top: 15px
    }

    .datapartenza {
        padding: 15px 5px;
        font-size: 20px;
    }

    .confermamobile {
        display: inline-block
    }

    .hidden-xs {
        display: none !important;
    }

    .visible-xs {
        display: block
    }

    .modaldatafine {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0 !important;
        top: 0 !important;
        z-index: 999;
        max-width: 100%;
        padding: 0;
        max-height: 100%;
        margin-top: 0px;
    }

    .modaldatafine-content {
        width: 100%;
        padding: 0px;
        padding-top: 55px;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
        overflow-y: auto;
        border-radius: 0px
    }



    .modalcheckin {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0 !important;
        top: 0 !important;
        z-index: 999;
        max-width: 100%;
        padding: 0;
        max-height: 100%;
        margin-top: 0px;
    }

    .modalcheckin-content {
        width: 100%;
        padding: 0px;
        padding-top: 55px;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
        overflow-y: auto;
        border-radius: 0px
    }

    .chiudimod {
        position: absolute;
        right: 10px;
        top: 5px;
    }

    .headercal {
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
        z-index: 2;
        width: 100%;
        height: 50px;
        box-shadow: 0px 4px 7px -5px #888888;
    }

    .nomobile {
        display: none;
    }

    .scrollmodalint {
        height: 103%;
        padding: 5px 0px;
    }

    .headercal {
        display: inline-block;
    }

    .divcontainer {
        padding: 0 !important;
        margin: 0 !important;
    }

    .qty-btn i {
        font-size: 19px;
    }

    .scrollmore {
        display: none;
    }

    .margin-ospite {
        margin-bottom: 10px
    }



    .margin-top5-xs {
        margin-top: 5px;
    }

    .margin-top10-xs {
        margin-top: 10px;
    }

    .hover {
        color: #fff !important;
    }

    .datatd.datanorm div:hover {
        background: var(--sfondo_hover_date) !important;
        color: #fff;
        font-weight: 600;
    }

    .mobile_text_center {
        text-align: center;
    }

    .heading__sep2:after {
        display: none !important;
    }

    #rieppren.hover_trasparente .secondodiv {
        background: #fff !important
    }

    .navigation-right {
        padding: 0 !important;
    }

    .navigation-left .li_img_logo {
        padding-left: 5px;
    }
}

@media(max-width:920px) {
    .provaheader {
        min-height: 100% !important;
        height: 100% !important;
        position: unset
    }


    .inputdiv {
        margin: 15px 5px !important;
    }

    .divcheckbox {
        color: #1d1d1d;
        background: #fff;
        border-radius: 3px;
        border: solid 1px #ccc;
        padding: 5px;
        line-height: 25px;
    }

    .divcheck {
        border: 3px solid #fff !important;
        width: 60px !important;
        height: 30px !important;
    }



    .divinner {
        width: 23px !important;
        height: 23px !important;
        top: 0px !important;
        left: -13px !important;
        background: #fff !important;
    }

    .checkbox-option.checked .inner {
        transform: translate3d(29px, 0, 0) !important;
        -webkit-transform: translate3d(29px, 0, 0) !important;
        -moz-transform: translate3d(29px, 0, 0) !important;
        background: #fff !important;
    }

    .boxslider {
        top: 50% !important;
    }

    .fontmese {
        margin-bottom: 10px !important;
    }

}

@media(min-width:1250px) {

    .modalpers {
        height: 45%
    }

    .modalcheckin {
        height: 45%
    }
}

.row {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.radiobox {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.radiobox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radiobox:hover input~.checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radiobox input:checked~.checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radiobox input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radiobox .checkmark:after {
    top: 7px;
    left: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: white;
}


.tasti_cambia_settore {
    line-height: 30px;
    font-size: 13px;
    cursor: pointer;
    min-height: 30px;
    border-left: 1px solid #e1e1e1;
    transition: all .4s ease-in-out;
    background: #f1f1f1;
}

.tasti_cambia_settore.settore_active {
    background: #5dcb75;
    color: #fff;
}

.pernottoactive {
    background: #5dcb75;
    color: #fff;
}

.pernotto {
    line-height: 30px;
    font-size: 13px;
    cursor: pointer;
    min-height: 30px
}



.etabamb {
    display: none;
}

#etabambdiv .etabamb {
    display: inline-block
}

.selectstyle {
    width: 60px;
    height: 20px;
    text-align-last: center;
    font-size: 13px;
    margin: 3px
}



.heightfotoscroller {
    height: 600px;
}

.heightdivscroller {
    height: 570px;
    overflow-y: auto
}


#opbackinto {
    z-index: 9998;
    position: fixed;
    display: none;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    padding-top: 35px;
    overflow: auto;
}

@media(max-width:992px) {
    #opbackinto {
        padding-top: 0px !important;
        overflow: hidden;
    }

    .address {
        width: 100% !important;
        overflow-y: scroll;
        height: 100% !important;
        -webkit-overflow-scrolling: touch;
    }

    .btn-close {
        position: fixed !important;
    }


    .heightfotoscroller {
        height: 300px;
        border-radius: 0px !important
    }
}


.tooltip2 {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    cursor: pointer;
}

.tooltip2 .tooltiptext2 {
    width: 250px;
    background-color: #ffffff;
    color: #333;
    padding: 5px;
    margin-top: 5px;
    border: solid 1px #B7B7B7;
    text-align: left;
    border-radius: 3px;
    visibility: hidden;
    transition: opacity 1s;
    position: absolute;
    z-index: 11;
    font-size: 12px;
    top: 100%;
    left: 50%;
    box-shadow: 5px 7px 26px 0px rgba(53, 53, 53, 0.18);
    margin-left: -80px;
}

.tooltip2 .tooltiptext2.privacy_tool {
    width: 320px;
    padding: 7px;
}



.tooltip2:hover .tooltiptext2 {
    visibility: visible
}

.tooltip2 .tooltiptext2::after {
    content: " ";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #b7b7b7bf transparent;
}

.tooltip2:hover .tooltiptext2>.tooltip2 .tooltiptext2 {
    visibility: hidden
}

.tooltip2 .tooltiptext2>.tooltip2 {
    border: inherit
}

.dati-mancanti {
    border: solid 1px #ff9193 !important;
}


.check_style_div.dati-mancanti {
    outline: solid 1px #f61317 !important;
    border-radius: 10%;
    appearance: none;
    background: #f1f1f1;
}


.immagine_slider .immagineint {
    background-size: contain
}

.rigathumb {
    overflow-x: auto;
    white-space: nowrap;
    width: 75%;
    text-align: center;
    margin: auto
}

.rigathumb::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 2px;
}


.pagamenti_accordion {
    border-radius: 5px;
    width: 100%;
    border: 1px solid #e1e1e1;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    background: #fff;
    padding: 10px 0px;
}

.pagamenti_accordion .titolo_pag {
    font-weight: 600;
    padding-left: 35px
}

.pagamenti_accordion .titolo_pag::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 10px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #eaeaea;
    border: 1px solid #e1e1e1;
}

.pagamenti_accordion .tab_pagamenti {
    display: none;
    margin-top: 15px;
    padding: 5px;
    font-size: 13px;
    width: 100%
}

.pagamenti_accordion .tab_pagamenti .pagamento_deposito {
    font-size: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
}

.pagamenti_accordion .tab_pagamenti .info_pagamento {
    margin-top: 10px;
}

.pagamenti_accordion.active .titolo_pag::before {
    border: 4px solid #2979ff;
    background: #fff;
}

.pagamenti_accordion.active .tab_pagamenti {
    display: inline-block;
}

.pagamenti_accordion.active .titolo_pag {
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
}

.pagamenti_accordion.animation,
.pagamenti_accordion .tab_pagamenti.animation {
    animation: SHW .7s;
    animation-fill-mode: both
}

@keyframes SHW {
    from {
        top: -500px;
        /*transform:scale(0.7);
        opacity:0*/
        display: none;
    }

    to {
        top: 0px;
        /*transform: scale(1);
        opacity:1*/
        display: inline-block;
    }
}



.table_calen_soluz {
    width: 100%;
}

.table_calen_soluz td {
    height: 70px;
    border: 1px solid #e5e5e5;
    text-align: center;
    cursor: pointer;
}

.table_calen_soluz td.hide_mobile {
    cursor: unset;
}

.table_calen_soluz td:empty {
    border: none;
}

.table_calen_soluz th {
    text-align: center;
    ;
    padding-bottom: 15px;
}

.table_calen_soluz .data_full {
    display: none
}

.table_calen_soluz .testo_notti {
    padding: 5px 0px;
    font-size: 13px;
    font-weight: 600
}

.table_calen_soluz .data_n {
    width: fit-content;
    padding: 0px 5px;
    background: #eee;
    color: #2979ff;
    font-weight: 500;
}

.table_calen_soluz .data_g {
    color: #2979ff;
    font-weight: 500;
}

.table_calen_soluz .testo_notti:hover {
    background: #dedede;
    color: #fff !important;
}

.table_calen_soluz td.hide_mobile .testo_notti:hover {
    background: none;
}


.riga_tab_header {
    display: none;
}


.btn-notti {
    background: #2979ff;
    border-color: #2979ff;
    color: #fff;
}


.riga_footer_scidoo {
    display: flex;
    width: 90%;
    transform: translateX(50%);
    right: 50%;
    justify-content: space-between;
    height: 40px;
    align-items: center;
    padding: 10px;
    background: #fff;
    bottom: 0;
    position: absolute;
}

.riga_footer_scidoo .pulsante_policy {
    padding: 0 5px;
    align-items: center;
    color: #0067db;
    font-size: 13px;
    display: inline-flex;
    cursor: pointer;
}

.riga_footer_scidoo .pulsante_policy:first-child {
    margin-right: 5px;
}

.riga_footer_scidoo .pulsante_policy:hover {
    text-decoration: underline;
}


.cookie_desktop {
    padding-left: 80px;
    padding-right: 80px;
    position: fixed;
    width: 100%;
    bottom: 50px;
    z-index: 101;
}

.cookie_desktop .cookie_container {
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 28%) 0px 8px 28px;
}



@media (max-width: 991px) {
    .table_calen_soluz .riga {
        display: block
    }

    .table_calen_soluz .giorni_riga {
        display: none
    }


    .tab_soluz {
        display: none
    }

    .tab_soluz.active {
        display: block
    }

    .riga_tab_header {
        display: flex;
        width: fit-content;
        border: 1px solid #e5e5e5;
        border-radius: 5px;
        margin-bottom: 10px;
    }

    .tab_header {
        padding: 5px 7px;
        font-size: 16px;
    }

    .tab_header.active {
        background: #2979ff;
        color: #fff;
        font-weight: 600;
    }

    .tab_header:first-child {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .tab_header:last-child {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .table_calen_soluz td {
        display: block;
        min-height: 75px;
        margin-bottom: 5px;
        height: auto;
    }

    .table_calen_soluz td.hide_mobile {
        display: none
    }

    .table_calen_soluz .data_full {
        display: block;
        font-size: 14px;
        font-weight: 500;
        padding: 5px 10px;
        color: #2979ff
    }

    .table_calen_soluz .data_g {
        display: none
    }

    .table_calen_soluz .data_n {
        display: none
    }

    .table_calen_soluz .testo_notti {
        font-size: 14px;
    }

    .cookie_div {
        display: block
    }

    .cookie_desktop {
        display: none;
    }
}







.filtri_div ul.multicolonna {
    columns: 3;
    column-gap: 20px;
    list-style: none;
    padding: 0 15px;
}

.filtri_div ul.multicolonna li {
    border-bottom: 1px solid #e1e1e1;
    break-inside: avoid-column;
}

.filtri_div ul.multicolonna li input[type="checkbox"] {
    width: 15px;
    height: 15px;
}

.filtri_div {
    margin-bottom: 5px;
    text-align: left;
    padding: 0px 5px;
}

@media(max-width:992px) {
    .filtri_div ul.multicolonna {
        columns: 2;
        column-gap: 20px;
        list-style: none;
        padding: 0 10px;
    }
}

@media(max-width:520px) {
    .filtri_div ul.multicolonna {
        columns: 1;
        column-gap: 20px;
        list-style: none;
        padding: 0 10px;
    }
}


#check_div label p {
    margin: 0;
    display: inline-block;
}


.container_h_min {
    min-height: var(--altezza_minima)
}



.rigadatasel:not(.datascel) div:after,
.rigadatasel:not(.datascel) div:before {
    display: none
}

.partenza_freccia div {
    position: relative;
    z-index: 1;
}

.partenza_freccia div:before {
    content: '';
    position: absolute;
    top: 0;
    left: 5%;
    z-index: -1;
    height: 50%;
    width: 98%;
    background: inherit;
    transform: skew(15deg, 0deg);
}

.partenza_freccia div:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 5%;
    height: 48%;
    z-index: -1;
    width: 98%;
    background: inherit;
    transform: skew(-15deg, 0deg);
}


.div_offerte {
    width: 100%;
    background: #4b85e6;
    color: #fff;
    margin-bottom: 24px;
    padding: 24px 16px;
    text-align: left;
}

.div_offerte .testo_offerte {
    width: 100%;
    border-bottom: 1px solid #007afecc;
    padding: 16px 0;
    display: flex;
}


.div_offerte .testo_offerte .icona_offerta {
    width: 20px;
    text-align: center;
    margin-right: 5px;
}

.div_offerte .testo_offerte .div_testo_offerta {
    flex: 1
}

.div_offerte .testo_offerte .titolo_offerta {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
}

.div_offerte .testo_offerte .descrizione_offerta {
    font-size: 11px
}





.seleziona_data_servizio {
    padding: 10px 5px;
    background: #f1f1f1;
    margin: 10px 0;
    border-radius: 5px;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
}

.seleziona_data_servizio::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 10px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #e1e1e1;
}

.seleziona_data_servizio .contenuto_interno {
    display: none;
}

.seleziona_data_servizio.active .contenuto_interno {
    display: block;
}

.seleziona_data_servizio.active::before {
    border: 4px solid #2979ff;
    background: #fff;
}

.style_select_orari {
    padding: 4px;
    margin: 1px 2px;
    display: inline-flex;
    background: #fff;
    border-radius: 3px;
    cursor: pointer;
    font-size: 16px;
    justify-content: center;
    height: 40px;
}

.style_select_orari.active {
    background: #22ba8a;
    color: #fff;
}


.riga_navigation.start .tasti_cambia_settore {
    line-height: 70px;
    font-size: 13px;
    cursor: pointer;
}



@media(max-width:1250px) {
    .tabella_date {
        width: 98%;
        table-layout: unset;
    }

    button.btninfo {
        font-size: 12px;
    }

    .tasti_cambia_settore {
        font-size: 11px;
        text-transform: none;
    }

    .price {
        font-size: 20px;
    }

    .accordion-toggle .pulsante_servizio_ristorante {
        font-size: 12px
    }
}

.w50 {
    width: 50% !important
}

.pulsante_conferma {
    display: none !important;
    right: 0;
}

@media(max-width:992px) {
    .pulsante_conferma.visible {
        display: block !important;
    }
}


.popup__chiudi {
    position: absolute;
    right: -50px;
    top: 0px;
    font-size: 14px;
    cursor: pointer;
}

.popup__chiudi i {
    font-size: 30px;
    color: #fff
}

.popup__shadow {
    background: #66666680;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
}

.popup__area {
    position: fixed;
    display: block;
    height: 100%;
    width: 100%;
    overflow-y: auto;
    top: 0px;
    left: 0px;
    padding-top: 50px;
}

.popup__area::-webkit-scrollbar {
    display: none;
}

.popup__view {
    position: relative;
    min-height: 100px;
    height: auto;
    color: #000;
    background: #fff;
    padding: 5px;

    border-radius: 5px;
    display: block;
    width: 900px;
    margin: 0 auto 50px auto;
}

.popup__title {
    color: #1666ae;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    padding-left: 20px;
}

.popup__header span {
    font-size: 13px;
}

.popup__header {
    background-color: #b99768;
    z-index: 11;
    padding: 8px 0;
    height: 55px;
    padding-left: 25px;
    display: flex;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    margin-bottom: 24px;
    border-bottom: solid 1px #ccc;
    margin-bottom: 10px !important;

    margin: -23px -5px 0 -5px;
    padding: 5px 20px;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

.popup__footer {
    background-color: #f5f5f5;
    margin: 28px -5px -5px -5px;
    border-radius: 0 0 5px 5px;
    display: flex;
    align-items: center;
    border-top: solid 1px #ccc;
    padding: 10px 15px;
}

.popup__header_mobile {
    display: none;
}

.popup__chiudi span {
    display: none
}

@media(max-width:992px) {

    .popup__view {
        width: 100% !important;
        overflow-y: auto;
    }

    .popup__chiudi {
        right: 10px;
        top: 3px;
    }

    .popup__header_mobile {
        background: #ded9d3;
        height: 55px;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
        border-bottom: solid 1px #ccc;
        margin: -23px -5px 0 -5px;
        display: flex;
    }

    .popup__chiudi i {
        color: #000
    }

    .popup__area {
        padding-top: 0;
    }

}


.tab_accordion {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #e0e0e0
}

.tab_accordion.aperto {
    box-shadow: inset 0px 0px 0px 5px #fff;
    background: #8c8774
}

.blocca_paypal {
    background: #4a4a4a6b;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 101;
}

.blocca_paypal.verificato {
    display: none
}

.div_ricerca_iniziale {
    width: 100%;
    position: fixed;
    background: #e2e2e2b5;
    height: 100%;
    position: inherit;
    height: 290px;
    margin-top: 70px;
}

.div_ricerca_iniziale .testo_ricerca_iniziale {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    height: -webkit-fill-available;
}



.div_navbar_top {
    height: 36px;
    line-height: 36px;
    background: #001935
}

.div_offerte_cm {
    padding: 10px 0 !important;
    box-shadow: 0 2px 8px #999c;
}

.riga_immagine_carrello_abbandonato {
    display: flex;
}

.immagine_carrello_abbandonato {
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 250px;
    background-size: cover;
}

.old_sconto_div {
    top: -5px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.old_sconto_div span {
    text-decoration: line-through;
    color: #fff;
    font-weight: 400;
    font-size: 11px;
}

.old_sconto_div .info_percentuale {
    text-decoration: unset;
    font-size: 14px;
    color: #0a9d1b;
    font-weight: 600;
}

@media(max-width:992px) {
    .div_informazione_nav {
        display: none;
    }

    .div_offerte_cm .text-center {
        text-align: left;
    }

    .riga_immagine_carrello_abbandonato {
        display: block;
    }

    .riga_immagine_carrello_abbandonato .immagine_carrello_abbandonato {
        height: 200px;
        min-height: 200px;
    }

    .old_sconto_div {
        top: 0px;
        width: fit-content;
    }

    .old_sconto_div span {
        font-size: 14px;
    }

    .slide_show {
        margin-top: 20px;
    }

    .pagination_div_ricerca {
        margin-top: 20px;
    }
}




.nuovo_menu_nav a:hover {
    color: #0067db !important;
}

.nuovo_menu_nav .tasto_nav {
    display: flex;
    align-items: center;
    padding: 12px 10px;
    color: #8c8774 !important;
    text-transform: uppercase;
    font-size: 12px;
    font-family: "Muli", sans-serif;
    font-weight: 600;
    cursor: pointer;
}

.nuovo_menu_nav .tasto_nav.tab_active {
    color: #0067db !important;
}

.nuovo_menu_nav .tasto_nav .icona_header {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    background: #D9E2EC;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
}

.div_informazione_nav {
    background: linear-gradient(#000000b3, #0000);
    padding: 15px 0;
}

.div_pulsanti_navbar_mobile {
    display: none !important;
}

.visible_mobile {
    display: none;
}

.container_principale {
    padding-top: 70px !important;
}

@media(max-width:710px) {
    .div_navbar_top {
        display: none;
    }

    .div_pulsanti_navbar_mobile {
        display: block !important;
    }

    .nuovo_menu_nav .tasto_nav {
        color: #fff !important
    }

    .nuovo_menu_nav .tasto_nav a {
        color: #fff !important
    }

    .container_principale {
        padding-top: 70px !important;
    }

    .visible_mobile {
        display: block;
    }

    .nuovo_menu_nav .tasto_nav .icona_header {
        background: none;
    }
}



#alertify {
    padding: 0 !important;
}

.pulsante_sconto {
    border-radius: 3px;
    height: 25px;
    width: 100%;
    font-size: 14px;
    background: #E4E4E4;
    color: #000;
    border: none;
}

.pulsante_sconto:hover {
    border: 1px solid #E4E4E4;
    background: #fff;
    text-decoration: none;
}


.lista_servizi_orari {
    padding: 10px 0;
    border-bottom: 1px solid #e8e8e8;
}

.lista_servizi_orari:nth-child(odd) {
    background: #f5f5f5;
    border-top: 1px solid #e1e1e1;
}

.lista_servizi_orari select {
    background: #f5f5f5;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    padding: 2px 5px;
}

.lista_servizi_orari:nth-child(odd) select {
    background: #fff;
}

.cambio_camera {
    color: #ec0d0d;
    font-weight: 600;
    font-size: 12px;
}

.no-margin {
    margin: 0;
}

.titolo_standard {
    font-size: 19px;
    margin-bottom: 8px;
}


.input_datepicker__be {
    visibility: hidden;
    height: 1px;
    width: 1px;
    display: block;
    margin: 0;
    padding: 0;
    border: none;
}

.blocco_data .titolo_data {
    font-size: 13px;
    color: #666;
    font-weight: 500;
    text-align: left;
}

.blocco_data .stringa_week {
    font-size: 10px;
    line-height: 1;
}

.blocco_data .stringa_giorno {
    line-height: 1;
    font-size: 40px;
    font-weight: 500;
    text-transform: capitalize;
    width: 50px
}

.blocco_data .stringa_mese {
    font-weight: 500;
    font-size: 12px;
    text-transform: capitalize;
}

.riga_sopra {
    display: flex;
    border-bottom: 1px solid #eaeaea;
    height: fit-content;
    padding: 10px;
    flex: 1;
    justify-content: flex-end;
    height: 42.5px;
    background: #f5f4f1e6;
    border-radius: 5px 0px;
}

.riga_sopra div {
    margin-right: 20px;
    font-weight: 100;
    font-size: 13px;
    letter-spacing: 0.8px;
    padding: 1px 0px;
    cursor: pointer
}

.riga_sopra div i {
    font-size: 10px;
}

.riga_sopra div a {
    color: #000
}

.riga_sotto {
    display: flex;
    padding: 0 10px;
    flex: 1;
    align-items: center;
    height: calc(100% - 42.5px);
    white-space: nowrap;
    overflow-x: auto;
}

.riga_sotto div {
    margin-right: 20px;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    padding: 15px 0;
    cursor: pointer
}

.riga_sotto div i {
    font-size: 13px;
}

.personalizza_navbar.nav_trasparente {
    background: #fff !important
}

.riga_sotto>div>a::before {
    content: "";
    position: absolute;
    top: -5px;
    right: 15px;
    left: 0;
    opacity: 0;
    height: 3px;
    bottom: auto;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-timing-function: inherit;
    transition-timing-function: inherit;
    background-color: #b58e3e;
}

.riga_sotto>div:last-child>a::before {
    right: 0;
}

.riga_sotto>div:hover>a::before,
.riga_sotto>div.pulsante_menu_selezionato>a::before {
    opacity: 1;
}


.riga_sotto::-webkit-scrollbar {
    width: 7px !important;
    height: 7px !important;
    border-radius: 5px;
}

/* Track */
.riga_sotto::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px #0000004d;
    border-radius: 5px;
}

/* Handle */
.riga_sotto::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #b58e3e;
    -webkit-box-shadow: inset 0 0 6px #0000004d;
    border: 1px solid #fff;
}


.riga_navbar_principale {
    display: flex;
    margin: 0 10px 0 10px;
}

.div_logo_booking {
    display: flex;
    align-items: center;
    height: 100px;
}

.riga_pulsanti_navbar {
    flex: 1;
    border-left: 1px solid #eaeaea;
    margin-left: 25px;
    min-width: 0
}

.riga_sotto div:not(:last-child):after {
    width: 0.5px;
    height: 15px;
    background-color: #b58e3e;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    content: '';
}


.visualizza_tag_flex {
    display: flex;
    flex-wrap: wrap
}

.visualizza_tag_flex div {
    padding: 2px;
    font-size: 12px;
    margin-right: 10px;
    font-weight: 600;
    line-height: 1.3;
}


.container_principale {
    padding-top: 130px !important;
    position: relative;
}


@media(max-width:992px) {

    .div_logo_booking {
        width: 100%;
        height: unset !important;
        margin: 10px auto;
        margin-top: 40px;
        justify-content: center;
    }

    .riga_navbar_principale {
        display: block !important;
        margin: 0 !important
    }

    .div_logo_booking img {
        max-height: 55px !important;
        max-width: 150px !important;
        width: auto;
        height: auto;
    }

    .riga_pulsanti_navbar {
        margin: 0 !important;
        border: unset !important;
    }

    .riga_sotto {
        overflow: auto;
        white-space: nowrap;
        margin: 5px 0;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 10px;
        height: unset
    }

    .riga_sotto div {
        padding: 0 !important
    }

    .riga_sopra {
        position: absolute;
        width: 100%;
        border-bottom: 0;
        padding: 5px 0 !important;
        top: -40px;
        height: unset;
    }

    .riga_sotto::-webkit-scrollbar {
        display: none;
    }

    .container_principale {
        padding-top: 140px !important;
    }

    .riga_sopra div {
        margin-right: 10px;
    }

    .riga_sopra div a {
        font-size: 0;
        vertical-align: middle;
    }

    .riga_sopra div a i {
        font-size: 13px !important
    }

    .btninfo {
        padding: 15px !important;
        width: 100% !important;
        font-size: 18px !important
    }

    .div_container_content_standard {
        text-align: center
    }

    .visualizza_tag_flex {
        justify-content: center
    }

    .riga_sotto>div>a::before {
        height: 2px;
        top: 20px;
    }
}


.elemento_sconto {
    display: inline-block;
    font-size: 14px;
    color: #009C12;
    border: unset !important;
    min-height: 20px;
    font-weight: 400;
    margin: 4px 8px 0 0;
    text-transform: capitalize;
    text-decoration: underline;
}

.elemento_sconto.tooltip2 {
    border: unset !important;
}



.div_rette_raggruppate .riga_retta {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e1e1e1;
    padding: 0 5px;
    min-height: 40px;
    margin-bottom: 10px;
}

.div_rette_raggruppate .riga_retta:last-child {
    border-bottom: unset
}

.div_rette_raggruppate .font_titolo,
.font_titolo {
    font-size: 14px;
    text-align: left;
    font-weight: 600;
    text-transform: none;
    cursor: pointer;
    margin-bottom: 0;
}

.div_rette_raggruppate .elemento_sconto.tooltip2 {
    font-size: 11px;
    margin-top: 5px
}

.div_rette_raggruppate .btnprenota {
    font-size: 14px;
    padding: 8px 10px;
    width: fit-content;
    margin: 0 !important;
    font-weight: 600;
}


.div_rette_raggruppate .riga_retta .div_width_prezzo_retta {
    width: 250px;
}

@media(max-width:992px) {
    .div_rette_raggruppate .riga_retta .div_width_prezzo_retta {
        width: unset;
    }

    .div_rette_raggruppate .riga_retta {
        display: block
    }

    #offerte {
        top: 10px;
    }
}

#axerve_lightBox {
    z-index: 102
}


.div_offerta_migliore {
    background-image: linear-gradient(to right, #4b85e6, #65a8f2);
    overflow: hidden;
    box-shadow: 0 3px 5px -1px rgb(0 0 0 / 20%);
    margin-bottom: 20px;
}

.div_offerta_migliore .riga_icona_scidoo {
    display: flex;
    line-height: 1;
    align-items: center;
    font-size: 14px;
}

.div_offerta_migliore .colore_testo_offerta {
    color: #fff;
}


.riga_filtro {
    padding: 5px 0;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.riga_filtro input[type="checkbox"] {
    margin: 0;
    height: 18px;
    width: 18px;
    border: 1px solid #e1e1e1;
    outline: unset;
    padding: 2px;
    margin-right: 5px;
}

.riga_filtro label {
    margin: 0;
    display: block;
    font-weight: 300;
    font-size: 13px;
}

.riga_filtro.filtro_nascosto {
    display: none;
}

.filtri_visualizzati .riga_filtro.filtro_nascosto {
    display: flex;
}

.div_offerte {
    background: #fff;
    color: #000;
    padding: 10px;
}

.blocco_filtro_categoria {
    padding: 5px 0px;
    border-bottom: 1px solid #bdbdbd;
}

.lista_tag {
    padding: 0 5px;
    display: none;
}

.blocco_filtro_categoria.aperto .lista_tag {
    display: block
}



.pulsante_mostra_altri {
    color: #0067db;
    cursor: pointer;
    text-decoration: underline;
    margin-top: 5px;
    font-size: 13px;
}

.pulsante_mostra_altri .testo_mostra_meno {
    display: none;
}


.filtri_visualizzati .pulsante_mostra_altri .testo_mostra_tutto {
    display: none
}

.filtri_visualizzati .pulsante_mostra_altri .testo_mostra_meno {
    display: block
}


.blocco_filtro_categoria {
    display: none;
}

.visualizza_filtri_tag .blocco_filtro_categoria {
    display: block;
}

.icona_visualizza_filtri::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\2b";
}

.visualizza_filtri_tag .icona_visualizza_filtri::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f068";
}

.riga_categoria {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}


.blocco_filtro_categoria .icona_categoria::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
}

.blocco_filtro_categoria.aperto .icona_categoria::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f077";
}



.loading-element {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.loading-element i {
    animation-name: loading;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}


.div_codice_sconto {
    display: flex;
    justify-content: center;
    padding: 5px 10px;
}

.div_codice_sconto .div_sconto {
    border-bottom-left-radius: 3px;
    font-weight: 600;
    padding: 5px;
    width: 125px;
    background: var(--colore_principale);
    color: #fff;
    border-top-left-radius: 3px;
    font-size: 12px;
    height: 30px;
    display: flex;
    align-items: center;
}

.div_codice_sconto .div_sconto i {
    margin-right: 3px;
}


.div_codice_sconto .input_codice_sconto {
    border: 1px solid #e1e1e1;
    height: 30px;
    outline: none;
    font-size: 14px;
    width: 150px;
}

.div_codice_sconto .sconto_txt {
    border: 1px solid #e1e1e1;
    height: 30px;
    outline: none;
    font-size: 12px;
    width: 150px;
    padding: 5px;
    font-weight: 600;
}

.div_codice_sconto .pulsante_sconto {
    border-radius: 0;
    width: 35px;
    height: 30px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.chiedi_codice_sconto {
    display: flex;
    cursor: pointer;
    align-items: center;
    color: #0067db;
    font-size: 13px;
    text-decoration: underline;
    margin: 5px 0;
}



.lista_tag_categorie {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
    columns: 1;
    column-gap: 20px;
}

/*
	line-height: 15px;   font-size: 12px; color: #0067db;       margin-bottom: 10px; vertical-align: top;

*/

.lista_tag_categorie li {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.1em;
    margin: 5px 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #d7d7d7;
    color: #000;
    font-weight: 400;
    width: 100%;
    break-inside: avoid-column;
    display: inline-flex;
    justify-content: space-between;
    line-height: 24px;
}


.lista_tag_categorie li .quantita_tag {
    font-weight: 600;
    font-size: 14px;
}

.div_google_maps * {
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: all 0s ease;
    transition: none;
}

.pulsante_apri_scheda {
    font-weight: 600;
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 20;
    cursor: pointer;
    background: #e7e7e7;
    font-size: 13px;
    padding: 5px;
    border-radius: 3px;
    color: #000;
    text-transform: uppercase;
}

.div_select_strutture {
    display: flex;
    justify-content: center;
    padding: 5px 10px;
    background: #e9e8e2;
    margin-bottom: 5px;
}

.div_select_strutture .div_etichetta {
    border-bottom-left-radius: 3px;
    font-weight: 600;
    padding: 5px;
    background: var(--colore_principale);
    color: #fff;
    border-top-left-radius: 3px;
    font-size: 12px;
    width: 125px;
    height: 30px;
    display: flex;
    align-items: center
}

.div_select_strutture .select_strutture {
    border: 1px solid #e1e1e1;
    height: 30px;
    outline: none;
    font-size: 14px;
    width: 150px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    flex: 1;
}



.scidoo-dp__month__title {
    text-transform: uppercase;
    font-size: 12px !important;
    color: #000;
    font-weight: 600;
}

.scidoo-dp__dow {
    font-size: 11px !important;
    font-weight: 600 !important;
    color: #b5b5b5 !important;
}

.scidoo-dp__month {
    height: 250px;
}

/*
.scidoo-dp__giorno{font-weight: 600;font-size: 13px !important}
*/


.div_overlay_ricerca {
    background: #0008;
    position: fixed;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}


.div_overlay_ricerca.ricerca_visibile {
    opacity: 1;
    z-index: 21;
    visibility: visible;
}

#rieppren {
    z-index: 30
}


.pulse_dispo {
    /*
	background: linear-gradient(-45deg, var(--colore_pulsante_dispo), #e73c7e, #23a6d5, #23d5ab);
	background-size: 400% 400% !important;
	animation: gradient 3s ease 5;
	*/
    animation: blinker 1s linear 5;
    border-radius: 2px;
}

@keyframes blinker {
    50% {
        opacity: 0.5;
    }
}


@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}


.disabilita_date_struttura {
    pointer-events: none;
}

.div_tipologie .titolo_tipologia {
    margin: 30px 0;
    font-size: 18px;
    padding: 10px 5px;
    background: #fff
}

.div_tipologie .titolo_tipologia:first-child {
    margin-top: 0
}

.div_arricchisci_struttura {
    margin-bottom: 40px;
    padding: 5px;
    background: #fff;
}

@media(max-width:992px) {
    .div_arricchisci_struttura {
        margin-top: 20px
    }

    .div_tipologie .titolo_tipologia:first-child {
        margin-top: 20px
    }

    .image-blocks.image-blocks-header {
        margin-top: 10px !important;
    }
}




.grid_calendario .non_disponibile,
.grid_calendario .occupato {
    background: #f1d5cf;
    font-weight: 500;
}

.grid_calendario .disponibile {
    background: #bcf6c3;
    font-weight: 500;
}

.grid_calendario .disponibile:hover {
    cursor: pointer;
    background: #e5ede1;
}

.scegli_partenza {
    width: 300px;
}


.grid_calendario {
    display: grid;
    /*height: 100%;*/
}

.grid_calendario .riga_calendario {
    display: grid;
    height: 100%;
    border-left: 1px solid #e1e1e1;
    grid-template-columns: repeat(7, 1fr);
    height: 65px;
}

.grid_calendario .riga_calendario.settimana {
    height: 30px;
    border-top: 1px solid #e1e1e1;
}

.grid_calendario .data_header {
    border-right: 1px solid #e1e1e1;
    background: #f9f8f9;
    font-size: 14px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}


.grid_calendario .etichetta_mese {
    font-size: 11px;
    font-weight: 400;
    text-align: center;
}

.grid_calendario .giorno_txt {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    margin: 5px 0;
}

.grid_calendario .restrizioni_txt {
    font-size: 10px;
    color: #666;
}

.grid_calendario [data-tooltip]:before {
    content: attr(data-tooltip);
    position: absolute;
    opacity: 0;
    width: 150px;
    bottom: 25px;
    padding: 5px;
    background-color: #000;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    transition: 0.2s;
    font-size: 12px;
    z-index: 100;
}


.grid_calendario [data-tooltip]:after {
    content: "";
    position: absolute;
    opacity: 0;
    bottom: 15px;
    margin-left: -5px;
    border: 5px solid black;
    border-color: black transparent transparent transparent;
    transition: 0.2s;
}


.grid_calendario [data-tooltip]:hover:before,
.grid_calendario [data-tooltip]:hover:after {
    opacity: 1;
}


.grid_calendario .div_giorno {
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #f9f8f9;
    border-bottom: 1px solid #f9f8f9;
    position: relative;
}

@media(max-width:992px) {

    .grid_calendario .data_header strong,
    .grid_calendario .etichetta_mese {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 6ch;
    }


    .grid_calendario .data_header strong {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 4ch;
        font-size: 15px;
    }

    .grid_calendario .restrizioni_txt {
        display: none;
    }


    .grid_calendario .riga_calendario {
        height: 55px !important;
    }

    .grid_calendario .riga_calendario.settimana {
        height: 30px !important;
    }

}


.div_input_be_mappa {
    width: auto;
    padding: 10px;
    height: 45px;
    font-size: 16px;
    min-width: 160px;
    border-radius: 3px;
    cursor: pointer;
    text-align: left;
    color: #333;
    font-weight: 600;
    border: 1px solid #e1e1e1;
    display: flex;
    align-items: center;
    background: #fff;
    justify-content: space-between;
}

.div_input_be_mappa:hover,
.div_input_be_mappa.active_div_inline {
    border-bottom: 1px solid #2979ff
}

.widget_inlinev2 .campi_inline select {
    background: #fff !important;
}


.container_ricerca_mappa {
    display: flex;
    padding: 10px;
    width: fit-content;
    border-radius: 3px;
}

.container_ricerca_mappa .div_persone,
.container_ricerca_mappa .div_pulsante_ricerca {
    margin-left: 10px
}

.container_ricerca_mappa .div_persone {
    position: relative;
}

@media(max-width:992px) {
    .container_ricerca_mappa {
        width: 95%;
        margin: 0px auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 0;
        grid-column-gap: 10px;
    }

    .container_ricerca_mappa .div_checkin,
    .container_ricerca_mappa .div_checkout,
    .container_ricerca_mappa .div_persone,
    .container_ricerca_mappa .div_pulsante_ricerca,
    .container_ricerca_mappa .div_struttura {
        margin: 0;
        margin-bottom: 5px
    }
}

.div_checkin,
.div_checkout {
    cursor: pointer
}

.div_checkin:hover,
.div_checkout:hover {
    background: #e9e8e2
}

.div_checkout,
.div_orario_senza_soggiorno {
    border-left: 1px solid #eaeaea;
    padding-right: 5px;
}




.btn {
    border-radius: 0;
}

.scidoo-dp {
    margin-top: -15px !important
}

.qty-btn {
    cursor: pointer;
}


.etichetta_ospite {
    font-size: 14px;
    color: #000;
    margin: 0;
    font-weight: 500;
    padding-left: 5px;
}


.form-control,
.popup_info_richiesta .div_informazioni_cliente .form-control,
.richiesta_preventivo .div_informazioni_cliente .form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 5px 18px;
    font-size: 14px;
    color: #000;
}


input.check_style_div {
    cursor: pointer;
    width: 18px;
    height: 18px;
    transition-duration: 200ms;
    transition: .2s ease-in-out;
    transition-property: background-color, border;
    vertical-align: middle;
    margin: 0;
}


header {
    z-index: 102;
}

.termini_check {
    font-size: 11px;
    font-weight: 400;
    margin-top: 15px;
}

.termini_check ul {
    padding-left: 20px;
    margin-bottom: 5px
}

.termini_check_titolo {
    text-transform: uppercase;
    font-size: 12px;
    color: #30418f;
}

.termini_check:first-child {
    margin-top: 5px
}

/*
.heading__sep2:after {
    display: block;
    content: "";
    width: 40px;
    height: 3px;
    border-color: #7ed496;
    margin-bottom: 7px;
    margin-top: 5px;
    border-bottom-width: 4px;
    border-bottom-style: solid;
}
*/

.bordo_elemento {
    border: 1px solid #eaeaea;
    padding: 5px 12px;
    margin-bottom: 8px;
    position: relative
}

.riga_interna_bordo {
    display: flex;
    justify-content: space-between;
}

.btn_elimina_serv {
    position: absolute;
    top: -6px;
    transform: translateY(50%);
    right: -20px;

    width: 16px;
    height: 16px;
    padding: 0;
    text-align: center;
    font-size: 14px;
    background: #FFE8E8;
    color: #AB2727;
    z-index: 2;
    line-height: 16px;
    font-size: 13px;
    border: 1px solid rgba(171, 39, 39, 0.3);
    border-radius: 50%;
    cursor: pointer;
    margin: auto;
    place-items: center;
    place-content: center;
}

.nome_elemento {
    font-size: 14px;
    cursor: pointer;
}


.titolo_classic {
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 18px;
    padding: 0px 5px;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline-offset: 0;
}


.menu_tab_pagamenti::-webkit-scrollbar {
    width: 7px;
    height: 6px;
}

@media(min-width:992px) {
    #rieppren {
        top: 120px;
        position: sticky
    }
}


.menu_tab_pagamenti {
    display: flex;
    margin-bottom: 10px;
    margin: 0 5px;
    padding: 5px 0;
    background: #fff;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
}

.menu_tab_pagamenti .tab_menu {
    font-weight: 600;
    padding: 14px;
    font-size: 14px;
    position: relative;
    cursor: pointer;
    flex-shrink: 0;
    min-width: 120px;
    border-left: 1px solid #eaeaea;
}


.menu_tab_pagamenti .tab_menu:hover,
.menu_tab_pagamenti .tab_menu.tab_selezionata {
    background: #e8cd97;
    color: #fff;
}


.contenuto_pagamenti .tab_pagamento {
    display: none;
}

.contenuto_pagamenti {
    margin-top: 15px;
    padding: 8px;
    background: #fff;
    width: 100%;
    border-radius: 0;
}


.contenuto_pagamenti .pagamento_deposito {
    font-size: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
}

.contenuto_pagamenti .info_pagamento {
    margin-top: 10px;
}

.conferma_pagamenti_be {
    position: relative
}

.logo_pagamento {
    position: absolute;
    top: 6px;
    height: 9px;
    left: 14px;
}

.nascondi_pulsante_paga_effettivo {
    display: none;
}

.dati_pagamento_mancanti {
    font-size: 17px;
    color: #0067db;
    margin: 5px 0;
    text-align: center;
}

.style_pulsante_pagamento_effettivo {
    width: 100%;
    margin: auto;
    font-weight: 600;
    border-radius: 3px;
    height: 40px;
    background: #5dcb75;
    border: #5dcb75;
    color: #fff
}

h6 {
    line-height: 1;
    margin: 0;
}

.row.row_same_height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.row.row_same_height>[class*='col-'] {
    display: flex;
    flex-direction: column;
}

.blocco_banner_notifica {
    max-width: 300px;
    background: #a99174;
    color: #fff;
    padding: 20px;
    font-weight: 600;
    opacity: 0;
    transform: translateY(12px);
    animation: visualizza_blocco 8s 1;
    position: relative;
    box-shadow: 0 3px 5px -1px rgb(0 0 0 / 20%);
    position: fixed;
    left: 30px;
    bottom: 30px;
    z-index: 101;
}

@keyframes visualizza_blocco {

    0%,
    100% {
        opacity: 0;
        transform: translateY(12px)
    }

    12.5%,
    87.5% {
        opacity: 1;
        transform: translateY(0)
    }
}


@media(max-width:992px) {
    .blocco_banner_notifica {
        width: calc(100vw - 60px);
        max-width: unset;
        left: 30px;
    }
}

.sconto_presente_testo {
    white-space: nowrap;
    position: absolute;
    right: 5px;
    font-weight: 600;
    height: 15px;
    text-transform: uppercase;
    border-radius: 0 5px 5px 0;
    padding: 0 15px;
    background: #0a9d1b;
    color: #fff;
    top: 5px;
    font-size: 9px;
    line-height: 16px;
}

.sconto_presente_testo i {
    font-size: 8px;
}

.sconto_presente_testo:before {
    border-radius: 2px;
    position: absolute;
    background: #0a9d1b;
    content: "\25CF";
    color: #fff;
    text-shadow: 0 0 1px #aaa;
    top: 1.3px;
    left: -5px;
    font-size: 12px;
    line-height: 14px;
    text-indent: -1px;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
}



.div_comparazione_prezzi {
    color: #fff;
    display: inline-flex;
    font-size: 15px;
    border-radius: 3px;
    font-weight: 600;
    margin: 2px 3px;
    text-transform: uppercase;
}

.div_comparazione_prezzi .prezzo_valuta {
    padding: 6px;
    border-radius: 0 3px 3px 0;
}

.div_comparazione_prezzi .nome_agenzia {
    padding: 6px;
}


.div_comparazione_prezzi.prezzo_agenzia {
    background: #dd1e1e;
}


.div_comparazione_prezzi.prezzo_agenzia .prezzo_valuta {
    background: #f75757;
}


.div_comparazione_prezzi.prezzo_sito {
    background: #0a9d1b;
}

.div_comparazione_prezzi.prezzo_sito .prezzo_valuta {
    background: #14d72a;
}



.pulsante_inverso {
    font-size: 13px;
    background: #fff;
    color: #3ebfe9;
    border: 1px solid #3ebfe9;
    font-weight: 600;

}

.personalizza_btn_colonna .btn.pulsante_lista_aperto,
.personalizza_btn_colonna .btn.pulsante_lista_aperto:active,
.personalizza_btn_colonna .btn.pulsante_lista_aperto:focus,
.personalizza_btn_colonna .btn.pulsante_lista_aperto:hover {
    background: #e0e0e0 !important;
    color: #353535 !important;
    border-color: #3535 !important;
}

.testo_chiudi_lista {
    display: none;
}

.pulsante_lista_aperto .testo_chiudi_lista {
    display: block;
}

.pulsante_lista_aperto .testo_apri_lista {
    display: none;
}

.altezza_minima_blocco {
    min-height: 250px;
}

@media(max-width:992px) {
    .altezza_minima_blocco {
        min-height: unset;
    }

    .div_checkout,
    .div_orario_senza_soggiorno {
        border-left: unset !important;
        padding-left: 0px !important;
        padding-right: 0px;
    }

}

.albumint {
    position: relative;
    border: 5px solid #fff
}




#popover_persone .select_tab {
    border: 1px solid #e1e1e1;
    height: 25px;
    line-height: 25px;
    border-radius: 3px;
    cursor: pointer;
    text-align: left;
}

.div_pulsante_alternativo {
    background: #f6f5f2;
    height: 45px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 2px;
    padding: 10px;
    text-transform: uppercase;
    color: #7e7b6f;
    line-height: 1;
    cursor: pointer;
}

.div_pulsante_alternativo:hover {
    background: #7e7b6f;
    color: #fff;
}

.container_ricerca_mappa .div_checkin:hover,
.container_ricerca_mappa .div_checkout:hover {
    background: unset !important;
}


.fw600 {
    font-weight: 600;
}



.camera_gruppo .riepilogo_persone {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid;
    padding: 5px 12px;
}

.camera_gruppo .riga_persona {
    border-bottom: 1px solid;
    padding: 5px 12px;
}

.camera_gruppo .riga_persona:last-child {
    border: unset;
}

.camera_gruppo .btn_elimina_serv {
    padding: 0 5px;
    position: absolute;
    top: 1px;
    transform: unset;
    text-align: center;
    display: inline-block;
    margin: 0 2px;
    border-radius: 3px;
    right: 5px;
    left: unset;
    width: unset;
    font-weight: 400;
    font-size: 10px;

    text-transform: uppercase;
}


.camera_gruppo {
    position: relative;
}

.camera_gruppo fieldset {
    margin-bottom: 8px;
    position: relative;
    font-size: 14px;
    border-radius: 2px;
    cursor: pointer;
}

.camera_gruppo.camera_selezionata fieldset,
.camera_gruppo:hover fieldset {
    border: 1px solid #747474;
    background: #f6f6f6;
    border-radius: 2px;
}

.richiesta_preventivo {
    cursor: pointer;
}

.richiesta_preventivo.richiesta_selezionata .bordo_elemento {
    border: 1px solid #e1e1e1;
    background: #eff2ff;
    border-radius: 2px;
}

.riga_camera {
    padding: 0 2px;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
}

fieldset {
    border-color: #cccccc;
}


.parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 220px;
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
}

@media only screen and (max-device-width: 1366px) {
    .parallax {
        background-attachment: scroll;
    }
}

@media(max-width:992px) {
    .camera_gruppo .btn_elimina_serv {
        top: -2px
    }

    .camera_gruppo {
        margin-bottom: 10px;
    }

    .parallax {
        height: 290px;
    }

    .riga_nav_ricerca_mappa {
        margin-top: 20px;
    }
}


.pulsante_aggiungi_camera {
    text-decoration: underline;
    font-size: 12px;
    cursor: pointer
}

.fs12px {
    font-size: 12px;
}


.rangeslider input[type='range'] {
    width: 100%;
    cursor: pointer;
    outline: none;
    border: none;
}

.rangeslider input[type='range'],
input[type='range']::-webkit-slider-runnable-track,
input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none;
    background: none;
}

.rangeslider input[type='range']::-webkit-slider-runnable-track {
    width: 200px;
    height: 1px;
    background: #003D7C;
}

.rangeslider input[type='range']:nth-child(2)::-webkit-slider-runnable-track {
    background: none;
}

.rangeslider input[type='range']::-webkit-slider-thumb {
    position: relative;
    height: 15px;
    width: 15px;
    margin-top: -7px;
    background: #fff;
    border: 1px solid #003D7C;
    border-radius: 25px;
    z-index: 1;
}

.rangeslider input[type='range']:nth-child(1)::-webkit-slider-thumb {
    z-index: 2;
}

.rangeslider {
    position: relative;
    height: 25px;
    width: 100%;
    margin-top: 5px;
}

.rangeslider input {
    position: absolute;
    top: 12px;
}

.rangeslider span {
    font-size: 15px;
    position: absolute;
    margin-top: -18px;
    left: -10px;
    margin-left: 5px;
    font-weight: 600;
}

.rangeslider .right {
    left: unset;
    right: 0;
}

.visualizza_riga_filtro {
    background: #F7F3F1;
    width: 100%;
    padding: 0 20px
}


.tippy-box {
    box-shadow: 3px 6px 9px #6a6a6a7d;
    background: #fff;
    pointer-events: all;
    width: 300px;
}

.tippy-box .scroller {
    height: 200px;
    overflow-x: unset;
    overflow-y: auto;
}

.tippy-box .giorno_partenza {
    border-bottom: 1px solid #ccc;
    position: relative;
    cursor: pointer;
    padding: 8px 5px;
    font-size: 13px;
    cursor: pointer;
    color: #333;
}

.tippy-box .giorno_partenza:hover {
    background: #e1e1e1;
}

.tippy-box .giorno_partenza {
    display: flex;
    justify-content: space-between
}

.tippy-box .icona_notti {
    margin-right: 5px
}

.box_offerta_speciale {
    right: unset;
    left: 0;
    background: #0a9d1b;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.box_numero_servizi_aggiunta {
    transform: translateY(-50%);
    background: #a99174;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 10px;
    border-radius: 3px;
    font-weight: 600;
    width: 28px;
    text-align: center;
    height: 24px;
    line-height: 24px;
    font-size: 15px;
}


.pulsante_conferma_prenotazione {
    width: 100%;
    margin: auto;
    font-weight: 600;
    height: 65px;
    background: #2979ff;
    border: #2979ff;
    color: #fff
}

.return_div_pagamento {
    display: none;
}


.return_div_pagamento.visualizza {
    display: block;
}


.multiselect_tooltip .riga_gruppo {
    border-bottom: 1px solid;
    font-weight: 600;
    text-transform: capitalize;
    color: #2475ec;
    padding: 5px;
    margin: 2px 8px;
    font-size: 13px;
}

.multiselect_tooltip .riga_gruppo input[type="checkbox"],
.multiselect_tooltip .riga_option input[type="checkbox"] {
    width: 14px;
    vertical-align: middle;
    height: 16px;
    margin: 3px 0;
}

.multiselect_tooltip .riga_gruppo label {
    font-weight: 600;
}

.multiselect_tooltip .contenuto_gruppo {
    padding: 5px 20px
}

.multiselect_tooltip .riga_option {
    margin: 0 2px;
    display: flex;
    align-items: center;
    font-size: 13px;
}

.multiselect_tooltip .riga_option label {
    font-weight: 400;
    margin-bottom: 0;
}

.multiselect_tooltip .riga_option input[type="checkbox"] {
    margin-right: 5px;
}


.riga_persone_mappa {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px
}

.riga_persone_mappa .nome_persona {
    color: #2979ff !important;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
}

.riga_persone_mappa select {
    min-width: 50px;
    margin-left: 40px;
    font-size: 14px;
    border: 1px solid #e1e1e1;
    height: 25px;
    line-height: 25px;
    border-radius: 3px;
    cursor: pointer;
    text-align: left;
}

.etichetta_eta {
    color: #2979ff !important;
    font-weight: 600;
    font-size: 12px;
}

.select_style_tooltip {
    width: 70px;
    font-size: 13px;
    border: 1px solid #e1e1e1;
    height: 20px;
    line-height: 20px;
    border-radius: 3px;
    cursor: pointer;
    text-align: left;
    margin: 3px;

}

.scroll_seconddiv {
    overflow: auto;
    overflow-y: scroll;
    max-height: 86vh
}

.tabella_prezzo_giorno tr:nth-child(odd) {
    background: #f0f4f8;
}

.tabella_prezzo_giorno td {
    padding: 5px;
    font-size: 13px;
}

.div_orario_senza_soggiorno select {
    font-size: 13px;
    width: 80px;
    border: 1px solid #f1f1f1;
    border-radius: 2px;
    padding: 2px;
}

.sezione__title--esterna {
    color: #000;
    font-weight: 600;
    text-transform: none;
    margin-left: 10px;
    font-size: 13px;
    margin-bottom: 0px;
}


.chevron_right_after:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    padding-left: 5px;
    position: absolute;
    bottom: 48%;
    right: 5px;
    font-size: 15px;
    transform: translateY(50%);
}