.customselect {
    line-height: 24px !important;
    padding: 16px 14px !important;
    border: 1px solid #667482 !important;
    border-radius: 3px !important;
}

.ddldisabled {
    background-color: #d64400;
    opacity: .15;
    cursor: auto;
}

#loadingoverlay {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0,0,0,0.6);
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .cv-spinner img.imgSummer {
        display: none;
    }

.spinner {
    width: 50px;
    height: 50px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 1s infinite linear;
}

@keyframes sp-anime {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

.cv-spinner img {
    position: absolute;
    animation: sp-anime-ski 3.5s infinite linear;
    width: 24px;
    height: 24px;
    margin-top: 3px;
    margin-left: 1px;
}

@keyframes sp-anime-ski {
    0% {
        transform: scaleX(1);
    }

    50% {
        transform: scaleX(-1);
    }

    100% {
        transform: scaleX(1);
    }
}


.login-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    float: left;
    justify-content: space-between;
    width: 100%;
    min-height: 72px;
    padding: 10px 14px 12px 60px;
    border-radius: 5px;
    border: 3px solid #f4c135;
    background-color: #fff;
    box-sizing: border-box;
}

@media (min-width: 375px) {
    .login-wrapper {
        padding: calc(10px + 12 * (100vw - 375px) / 1065) calc(14px + 6 * (100vw - 375px) / 1065) calc(12px + 10 * (100vw - 375px) / 1065) calc(60px + 26 * (100vw - 375px) / 1065);
    }
}

@media (max-width: 767px) {
    #promo_step2 .skipass-recap-people .recap-people-content .people-accordion-wrapper .tooltip-btn.skip-translation, #main_emissioneAutorizzazioni_confermato .skipass-recap-people .recap-people-content .people-accordion-wrapper .tooltip-btn.skip-translation {
        margin-top: 1rem;
    }
}

@media (min-width: 768px) {
    .login-wrapper {
        flex-direction: row;
        align-items: center;
    }
}

@media (min-width: 1440px) {
    .login-wrapper {
        padding: 19px 20px 17px 86px;
        min-height: 74px;
    }
}

.login-wrapper span:first-child {
    position: absolute;
    left: 10px;
    top: 13px;
    width: 40px;
    height: 42px;
    border-radius: 4px;
    background: #ff5200;
    background: linear-gradient(180deg, #004c95 10.01%, #00182f 99.96%);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
    .login-wrapper span:first-child {
        left: 20px;
        top: 15px;
        width: 50px;
        height: 52px;
    }
}

.login-wrapper span img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 23px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.login-wrapper h4,
.login-wrapper .h4 {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    color: #005eb8;
}

@media (min-width: 375px) {
    .login-wrapper h4,
    .login-wrapper .h4 {
        font-size: calc(16px + 4 * (100vw - 375px) / 1065);
        line-height: calc(24px + 4 * (100vw - 375px) / 1065);
    }
}

@media (min-width: 768px) {
    .login-wrapper h4,
    .login-wrapper .h4 {
        width: auto;
        padding-right: 20px;
    }
}

@media (min-width: 1440px) {
    .login-wrapper h4,
    .login-wrapper .h4 {
        font-size: 18px;
        font-weight: 700;
        line-height: 22px;
    }
}

.login-wrapper p {
    padding: 4px 0 0 0;
    margin-top: 4px;
    width: 100%;
    color: #667482;
    max-width: 60%;
}

@media (min-width: 768px) {
    .login-wrapper p {
        margin-top: 0;
        max-width: 100%;
    }
}

.login-wrapper .btn-link {
    margin-top: -20px;
    margin-bottom: 0;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .login-wrapper .btn-link {
        margin-top: 0;
    }
}


/*.skipass-recap-people .login-wrapper {
    width: calc(100% - 14px);
    margin-left: 7px;
    margin-top: 7px;
    margin-bottom: 7px;
}

@media (min-width: 768px) {
    .skipass-recap-people .login-wrapper {
        width: calc(100% - 28px);
        margin-left: 14px;
        margin-top: 14px;
    }
}

.skipass-recap-people:has(.login-wrapper) {
    padding-top: 0;
}*/

.force-visible {
    display: block !important;
}

/*
*/


.hero-wrapper.internal .content .skipass-progress .track .back {
    display: block !important;
}

@media (max-width: 991px) {
    .hero-wrapper.internal .content .skipass-progress .track .back {
        padding-right: 100px !important;
    }
}
/*.skipass-recap-people .recap-people-content .content-nav li:not(.active).completed a i
{
    top:9px !important;
}
*/

.data-incompleted .border-icon, .data-incompleted .heading-wrapper {
    display: none;
}


.hero-wrapper .hero-icon-fail::after {
    content: "\e90c" !important;
    background-color: red !important;
}

.hero-wrapper .hero-icon-fail::before {
    border: 5px solid #ef233c !important;
}


.personal-table, .personal-head {
    display: flex;
    flex: 0 0 100%;
    flex-wrap: wrap;
}

    .personal-table > div {
        display: flex;
        flex: 0 0 100%;
    }



input.dolomiti-calendar {
    padding-right: 42px;
    background-image: url("../img/calendar.svg");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 17px 17px;
}


[data-icon]:before {
    font-family: "icomoon";
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    vertical-align: text-bottom;
}



#form-field-hotels .search-results {
    max-height: 210px;
    overflow: auto;
}

.ble-box {
    margin-top: 10px;
    background-color: white !important;
    padding: 0px 0px 0px 0px !important;
}

.form-field.error [type="checkbox"]:not(:checked) + label::before {
    border: 2px solid #e50000 !important;
    color: #e50000 !important;
}
/*.form-field.error [type="checkbox"]:checked + label::before {*/
/* border: initial !important;*/
/*color: initial !important;
}

.form-field.error [type="checkbox"]:checked + label::after {
    content: '\e903';
    color: #005eb8;
    font-weight: 400;
    font-style: normal;
    text-align: center;
}*/

/*.ble-active {
    border-color: rgb(1, 75, 147);
    border-width: 3px;
    border-style: groove;
}*/



.error-list li::before {
    content: "●";
    margin-right: 0.75rem;
}

/* Firefox */
/*input[type=number] {
    -moz-appearance: textfield !important;
}*/

.form-payment-method.error {
    border: 3px solid red;
    padding-bottom: 10px;
    border-radius: 5px;
}

.mbsc-calendar-button.mbsc-calendar-button-next, .mbsc-calendar-button.mbsc-calendar-button-prev {
    -moz-box-flex: 0;
    /* flex: 0 0 auto; */
    height: 2.5em;
    /* padding: .5em; */
    width: 2.5em;
}


/*.form-field.select-card {
    z-index: 10 !important;
}*/

.card-list > ul {
    max-height: 170px !important;
}

.popup-calendar .mbsc-calendar-table .mbsc-calendar-row .mbsc-calendar-cell.mbsc-selected .mbsc-calendar-cell-inner, .popup-calendar .mbsc-calendar-table .mbsc-calendar-row .mbsc-calendar-cell.mbsc-range-day .mbsc-calendar-cell-inner {
    border-radius: 50%;
    border: 2px solid #fff;
    background-color: #005eb8 !important;
    width: 33px;
    height: 33px;
}

    .popup-calendar .mbsc-calendar-table .mbsc-calendar-row .mbsc-calendar-cell.mbsc-selected .mbsc-calendar-cell-inner .mbsc-calendar-cell-text, .modal-calendar-wrapper .form-datepicker .mbsc-calendar-table .mbsc-calendar-row .mbsc-calendar-cell.mbsc-range-day .mbsc-calendar-cell-inner .mbsc-calendar-cell-text {
        color: #fff !important;
    }

@media (min-width: 1200px) {
    .hero-wrapper.internal .content.no-summary {
        margin-top: 20px;
    }
}

/*#step3_chidatigruppo .data-completed .border-icon {
    margin-top: -20px;
}
*/

span:not(button>span) {
    overflow-wrap: break-word;
}

body:has(.content-wrapper.d-none) #loadingoverlay {
    display: block;
}


.ul-120.form-field .select2-container.select2-container--open .select2-dropdown--below .select2-results__options {
    max-height: 120px;
}

.icon-dss-shop-skier.error::after {
    content: "\e90a" !important;
    background-color: white !important;
    text-decoration-color: red !important;
    border: 1px solid red;
}

.modal-dialog .modal-content .modal-body p, .centermytext {
    text-align: center;
}

#personTypes .personType .price, #elenco_tipi_persona .personType .price {
    margin-right: 10px;
}

    #personTypes .personType .price .def, #elenco_tipi_persona .personType .price .def {
        font-size: large !important;
    }

    #personTypes .personType .price .dsc, #elenco_tipi_persona .personType .price .dsc {
        font-size: smaller !important;
    }


.retrieve-data .card-list.simple-view ul li a {
    padding: 8px !important;
    min-height: auto;
    font-weight: normal;
    line-height: normal;
}

    .retrieve-data .card-list.simple-view ul li a::before, .retrieve-data .card-list.simple-view ul li a::after {
        content: "";
        display: none;
    }

h1 {
    letter-spacing: 0.15rem !important;
}


#lista-riepilogo .btnfinale, #lista-riepilogo .btnfinaleadd, #lista-riepilogo .btnfinalepagamento {
    width: -webkit-fill-available;
}

@media (min-width: 992px) {
    #lista-riepilogo .btnfinaleadd, #lista-riepilogo .btnfinalepagamento {
        margin-top: 10px;
        margin-left: auto;
    }
}

@media (max-width: 991px) {
    #lista-riepilogo .btnfinaleadd, #lista-riepilogo .btnfinalepagamento {
        margin-top: 0;
        margin-left: 1rem;
    }

    #lista-riepilogo .btn-small {
        width: auto !important;
    }
}

.btn-small {
    padding: 15px 10px !important;
    font-size: 0.8rem !important;
    width: 90% !important;
}



/* stile per mostrare il link per la mappa interattiva delle valli direttamente sotto tendina anche in mobile */

/*@media (max-width: 991px) {
    .skipass-form-wrapper form fieldset > div .skipass-field .info {
        display: block !important;
        right:0;
    }
    .skipass-location
    {
        margin-bottom:30px !important;
    }
   
    .skipass-form-wrapper form fieldset > div .skipass-field .info::before {
        margin-left: -20px !important;
        left:auto !important;
    }    
}*/


.teaser-solution > a p.dates:before {
    content: "";
    position: absolute;
    left: 130px;
    top: 87px;
    width: 14px;
    height: 14px;
    font-size: 14px;
    line-height: 14px;
    color: #00182f;
    font-family: "icomoon" !important;
    font-weight: normal;
    font-style: normal;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.teaser-solution > a p.dates span.datetext {
    margin-left: 20px;
}


.map-app {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: transparent;
    position: fixed;
    z-index: 131;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.map-modal {
    border-radius: 30px;
    overflow: hidden;
    width: 75vw;
    height: 85vh;
}

#valleymap {
    width: 75vw;
    height: 85vh;
}

    #valleymap > div:first-child > div:first-child {
        border-radius: 30px;
        position: relative;
    }

[class^=_side_bar-item-title] {
    display: flex;
    align-items: center;
    margin-left: 1rem;
}

[class^=_side_bar-item_] {
    display:flex;
    box-sizing:content-box;
    padding:10px !important;
    height:40px !important;
}


.info-container .info {
    position: relative;
    display: block;
    float: left;
    width: auto;
    padding-left: 21px;
    font-size: 13px;
    line-height: 18px;
    text-align: left;
    color: rgb(0, 94, 184);
    font-family: "Gantari", sans-serif;
    text-decoration: underline !important;
    text-underline-offset: 4px;
    letter-spacing: 0.01em;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    .info-container .info:before {
        content: "?";
        position: absolute;
        left: 0;
        top: 0;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        padding-left: 0px;
        font-size: 16px;
        line-height: 19px;
        text-align: center;
        color: rgb(255, 255, 255);
        font-family: "Gantari_Bold", sans-serif;
        text-decoration: none;
        background-color: rgb(119, 188, 255);
    }

@media (min-width: 992px) {
    .info-container .info:hover {
        color: rgb(119, 188, 255);
    }
}

button.close-mapold {
    /* display: flex;*/
    align-items: center;
    justify-content: center;
    z-index: 1;
    height: 42px;
    width: 42px;
    border-radius: 27px;
    border: none;
    background-color: #ff5200;
    box-shadow: 0 4px 8px #0003,0 6px 20px #00000030;
    cursor: pointer;
    margin-bottom: -21px;
}


button.close-map {
    /* display: flex;*/
    align-items: center;
    justify-content: center;
    z-index: 131;
    height: 42px;
    width: 42px;
    border-radius: 27px;
    border: none;
    background-color: #ff5200;
    box-shadow: 0 4px 8px #0003,0 6px 20px #00000030;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 15px;
}

.teaser-solution > a span.datetext:before {
    content: "";
    margin-right: 10px;
    width: 14px;
    height: 14px;
    font-size: 14px;
    line-height: 14px;
    color: #00182f;
    font-family: "icomoon" !important;
    font-weight: normal;
    font-style: normal;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.skipass-recap-list > ul > li h4, .skipass-recap-list > ul > li .h4 {
    width: 100%;
    max-width: 90% !important;
}

#elenco_persone .label p.promo_used {
    color: grey !important;
    font-size: 14px;
}

#ModificaDtlInserireNuovaCarta {
    display: inline-block;
    float: none;
    width: auto;
    font-size: 16px;
    line-height: 18px;
    color: #d64400;
    letter-spacing: .01em;
    text-align: center;
    font-family: "Gantari_Medium", sans-serif;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

svg[class*= _selected] path {
    fill: #0740b7 !important;
    opacity: 0.5;
}

.ski-area-list li label img {
    padding: 4px;
}

.progress-layer > div.rg .btn {
    max-width: unset !important;
}


.wtp-card-family p .checkwtp {
    width: 60px;
    text-align: center;
    padding: 10px 5px 3px;
    margin: 0px 0px 0px 3px;
    box-sizing: border-box;
    border: 3px solid #ccc;
    border-radius: 10px !important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
    text-transform: uppercase;
}

    .wtp-card-family p .checkwtp.error {
        border: 3px solid red !important;
    }

#cardExample {
    width: 280px;
}

/*
    MODALE ERRORE/WARNING
*/
.modal-alert .icon-modal.fail {
    width: 68px;
}

.modal-alert .icon-modal.warn {
    width: 68px;
}

.modal-alert .icon-modal.success {
    width: 68px;
}


@media (min-width: 1440px) {
    .modal-alert .icon-modal {
        margin-top: 11px;
        margin-bottom: 20px;
    }
}

@media (min-width: 375px) {
    .modal-alert .icon-modal {
        margin-top: calc(8px + 3*(100vw - 375px)/1065);
        margin-bottom: calc(5px + 15*(100vw - 375px)/1065);
    }
}

.modal-alert .icon-modal {
    position: relative;
    height: 68px;
    padding: 14px 0;
    margin-top: 8px;
    margin-bottom: 5px;
    flex-shrink: 0;
}

    .modal-alert .icon-modal::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        width: 68px;
        height: 68px;
        border-radius: 50%;
        background-color: #e6eff8;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        z-index: 1;
    }

    .modal-alert .icon-modal.fail::before, .modal-alert .icon-modal.success::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        width: 68px;
        height: 68px;
        border-radius: 50%;
        background-color: #e6eff8;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        z-index: 1;
    }

    .modal-alert .icon-modal.fail::after {
        content: "\e90c";
        position: absolute;
        right: -12px;
        top: -2px;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        font-size: 10px;
        line-height: 24px;
        color: #fff;
        font-family: "icomoon" !important;
        font-weight: 400;
        font-style: normal;
        text-align: center;
        background-color: #e50000;
        z-index: 2;
    }

    .modal-alert .icon-modal.success::after {
        content: "\e903";
        position: absolute;
        right: -12px;
        top: -2px;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        font-size: 10px;
        line-height: 24px;
        color: #fff;
        font-family: "icomoon" !important;
        font-weight: 400;
        font-style: normal;
        text-align: center;
        background-color: green;
        z-index: 2;
    }

    .modal-alert .icon-modal .icon-dss-shop-associate {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 32px;
        height: 32px;
        margin-top: -2px;
        font-size: 32px;
        line-height: 32px;
        color: #005eb8;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        z-index: 2;
    }

    .modal-alert .icon-modal.fail i.icon-dss-shop-associate::after, .modal-alert .icon-modal.success i.icon-dss-shop-associate::after {
        content: "";
        position: absolute;
        left: 50%;
        top: calc(50% + 1px);
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        width: 92px;
        height: 92px;
        border: 2px solid #ef4c4c;
        border-radius: 50%;
    }

    .modal-alert .icon-modal.warn::after {
        content: "\e90a";
        position: absolute;
        right: -12px;
        top: -2px;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        font-size: 10px;
        line-height: 24px;
        color: #fff;
        font-family: "icomoon" !important;
        font-weight: 400;
        font-style: normal;
        text-align: center;
        background-color: orange;
        z-index: 2;
    }


    .modal-alert .icon-modal.success i.icon-dss-shop-associate::after {
        content: "";
        position: absolute;
        left: 50%;
        top: calc(50% + 1px);
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        width: 92px;
        height: 92px;
        border: 2px solid #8bcf85;
        border-radius: 50%;
    }


    .modal-alert .icon-modal.warn i.icon-dss-shop-associate::after {
        content: "";
        position: absolute;
        left: 50%;
        top: calc(50% + 1px);
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        width: 92px;
        height: 92px;
        border: 2px solid orange;
        border-radius: 50%;
    }
/*
    FINE MODALE ERRORE/WARNING
*/

#formShop .input-quantity {
    height: 57px;
}

    #formShop .input-quantity span {
        color: #fff;
    }

        #formShop .input-quantity span:before {
            border-color: #ddd;
        }

    #formShop .input-quantity.min .sub:before {
        opacity: 0.2;
    }

    #formShop .input-quantity.max .add:before {
        opacity: 0.2;
    }

#formShop .people-list {
    text-align: center;
}

    #formShop .people-list li {
        text-align: center;
        margin-top: 0;
        display: inline !important;
    }

#formShop .input-quantity input[type=number] {
    margin: 0 5px;
    padding: 3px;
    text-align: center;
}


.prevent-calendar-popup {
    background-image: none !important;
}

#step1_button_seleziona, #div_step1_seleziona {
    display: none;
}

@media (max-width: 767px) {
    #step1_button_seleziona {
        display: inline-block;
        font-size: 12px;
        padding: 11px 20px 9px 20px;
        margin-top: 15px;
    }

    #div_step1_seleziona {
        display: block;
        text-align: left;
    }
}

.skipass-recap p.descriptions {
    color: #d64400;
}

p.locationDesc {
    color: #d64400 !important;
    font-size: small !important;
    margin-top: 20px !important;
}

body.debug #onetrust-consent-sdk {
    display: none !important;
}

.row.stored-payment-method .btn {
    margin-top: 62px;
    width: 40px;
    height: 40px;
    padding: 5px;
}

img.personIcon {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 15px;
    margin-top: 8px;
}

    img.personIcon.ble {
        width: 40px;
        height: 40px;
        margin-top: 0px;
    }


li.articoloSx.active img.personIcon {
    filter: invert(.9);
}

.container .row .section-head .info_ad_hoc {
    color: #d64400;
}

div.layer-bottom div.selection span.price {
    display: none !important;
}

.assicurazione-row {
    margin-bottom: 20px;
}


/*#modale_review {
    max-width: 1200px !important;
    width: 1100px !important;
}*/

#promoBox article img {
    width: 32px;
    height: 32px;
    border: inset solid 2px #005eb8;
    border-radius: 5px;
    object-fit: cover;
    box-shadow: 0 0 0 3px #005eb8 inset;
}

@media (max-width: 576px) {
    #step2_price .dsc {
        margin-right: 0 !important;
    }
}


#modale_review .wtp-box {
    width: 100% !important;
    margin-left: 20px;
    margin-right: 0;
}

#modale_review .content {
    display: flex;
}

#modale_review form {
    padding: 0 30px;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.onlineonly span {
    font-size: 12px;
    color: #d64400;
    font-weight: bold;
    margin-right: 10px;
}

.onlineonly {
    white-space: nowrap;
}

.strong-warning {
    color: #d64400;
    font-weight: bold;
}

.marginTop20 {
    margin-top: 20px !important;
}

.onlineonly img {
    width: 16px;
    float: none;
}

.blehead span {
    padding: 2px 10px 0 10px;
    border-radius: 3px;
    font-size: 10px;
    line-height: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: "Gantari_Bold", sans-serif;
    background-color: #f4c135;
}

.feature img.bleimg {
    width: 100px;
    border-radius: 5px;
}


.menu-disabled span {
    opacity: 0.7;
}

.menu-disabled img {
    width: 20px;
    margin-right: 0.4rem;
}

.btn.btn-brd-grey {
    color: #848280 !important;
    background-color: transparent;
}

    .btn.btn-brd-grey::before {
        border-color: #848280 !important;
    }


h5.articleSxDescription {
    padding-right: 40px;
}

.forcevisible {
    display: block !important;
}

/*
.ble-box .recommended {
    color: #028205;
    font-family: "Gantari_Medium", sans-serif;
    text-align: right;
    margin-right: 1rem;
    margin-top: 2rem;
}*/

.bleinfo {
    font-size: 0.8rem !important;
    color: #005eb8 !important;
    text-transform: uppercase;
}

    .bleinfo:hover {
        cursor: pointer;
    }

.ble-box .image .label {
    font-size: 11px;
    line-height: 18px;
    text-align: center;
    color: #d64400;
    font-family: "Gantari_Bold", sans-serif;
    letter-spacing: .04rem;
    text-transform: uppercase;
    overflow-wrap: break-word;
    content: "";
    padding: 4px;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #eaa17f;
    border-radius: 4px;
}

.ble-box .blehead h4 {
    color: #000000 !important;
}

.ble-box .tooltip-btn {
    position: absolute !important;
}

.ble-box .blehead .content, .ble-box .blehead .content p {
    margin-top: 8px !important;
    font-size: 13px !important;
    line-height: 19px !important;
    color: #667482 !important;
    font-family: "Gantari_Medium",sans-serif !important;
}

    .ble-box .blehead .content p, .ble-box .blehead .content li {
        position: relative;
        padding-left: 25px;
        margin-top: 4px;
    }


        .ble-box .blehead .content li:before {
            content: "";
            position: absolute;
            left: 0;
            top: 3.5px;
            width: 12px;
            height: 12px;
            font-size: 12px;
            line-height: 12px;
            color: #00182f;
            text-align: center;
            font-family: "icomoon" !important;
            font-weight: normal;
            font-style: normal;
        }

#skiclub-riepilogo .option-list div.opt-l {
    /*max-width: 100% !important;*/
    padding-right: 0px !important;
}


.boxList div.int-box, .skipass-recap-people article.step-box {
    border: 2px solid lightgray;
    border-radius: 5px;
    /*padding: 1rem;*/
}

    .boxList div.int-box.active, .skipass-recap-people article.step-box.active {
        border: 2px solid #6ec366;
    }

        .boxList div.int-box.active:after, .skipass-recap-people article.step-box.active:after {
            content: "\e903";
            position: absolute;
            right: 12px;
            top: -12px;
            width: 24px;
            height: 24px;
            border-radius: 50%;
            font-size: 14px;
            line-height: 24px;
            color: #fff;
            font-family: "icomoon" !important;
            font-weight: normal;
            font-style: normal;
            text-align: center;
            background-color: #028205;
            -webkit-transition: all .2s ease-out;
            -moz-transition: all .2s ease-out;
            -o-transition: all .2s ease-out;
            -ms-transition: all .2s ease-out;
            transition: all .2s ease-out;
        }

.step-box.boxble:before, .step-box.boxwtp:before {
    border: 0 !important;
}


.option-list .boxList .int-box .wtp-button, .option-list .boxList .int-box .ble-button {
    background-color: transparent;
    border: 0;
    z-index: 2;
    position: absolute;
    width: 100%;
    height: 100%;
}

#modale_dati .skipass-recap-people .recap-people-content .people-accordion-wrapper > div .accordion-content {
    display: block;
    height: auto !important;
}

#promo_step2 .skipass-recap-people .recap-people-content .people-accordion-wrapper > div .accordion-content, #main_emissioneAutorizzazioni_confermato .skipass-recap-people .recap-people-content .people-accordion-wrapper > div .accordion-content {
    display: inline-table;
}

#modale_dati .skipass-recap-people .recap-people-content .people-accordion-wrapper > div.active:before {
    display: none;
}

.int-box .tooltip-btn {
    position: relative !important;
    margin-left: 1rem;
    z-index: 3;
}


.option-list .opt-l .price p.def {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: .01em;
    font-family: "Gantari_Bold",sans-serif;
    color: #d64400;
}

.option-list .opt-l .price p {
    position: relative;
    width: auto;
    text-align: right;
}

@media (min-width: 1440px) {
    .option-list .opt-l .price p.def {
        font-size: 24px;
        line-height: 24px;
    }
}

@media (min-width: 375px) {
    .option-list .opt-l .price p.def {
        font-size: calc(20px + 4 * (100vw - 375px) / 1065);
        line-height: calc(20px + 4 * (100vw - 375px) / 1065);
    }
}

.boxList .int-box .image > div {
    max-width: 25%;
    text-align: center;
}

#skiclub-riepilogo article.option .opt-l {
    width: 100%;
    max-width: 100% !important;
}

@media (min-width: 992px) {
    #skiclub-riepilogo article.option .opt-l {
        width: 75%;
        max-width: 75% !important;
    }
}


@media (min-width: 1440px) {
    .ble-box > div.content p, .ble-box > div.content ul {
        margin-top: 8px;
        font-size: 13px !important;
        line-height: 19px;
    }
}

@media (min-width: 375px) {
    .ble-box > div.content p, .ble-box > div.content ul {
        margin-top: calc(8px + 0 * (100vw - 375px) / 1065);
        font-size: calc(13px + 0 * (100vw - 375px) / 1065) !important;
        line-height: calc(19px + 0 * (100vw - 375px) / 1065);
    }
}

.ble-box > div.content p, .ble-box > div.content ul {
    margin-top: 8px;
    font-size: 13px !important;
    line-height: 19px;
    color: #667482;
    font-family: "Gantari_Medium", sans-serif;
}

    .ble-box > div.content ul li {
        position: relative;
        padding-left: 25px !important;
        margin-top: 4px;
    }

@media (min-width: 1440px) {
    .ble-box > div.content ul li::before {
        top: 3.5px;
    }
}

@media (min-width: 375px) {
    .ble-box > div.content ul li::before {
        top: calc(3.5px + 0 * (100vw - 375px) / 1065);
    }
}

.ble-box > div.content ul li::before {
    content: "\e903";
    position: absolute;
    left: 0;
    top: 3.5px;
    width: 12px;
    height: 12px;
    font-size: 12px;
    line-height: 12px;
    color: #00182f;
    text-align: center;
    font-family: "icomoon" !important;
    font-weight: 400;
    font-style: normal;
}


#modale_dati_div_main article:first-child .image {
    margin-top: 0px;
}

.force300width {
    width: 300px !important;
}

.footer nav ul {
flex-wrap: wrap;
    gap: 1rem;
}
