.placeholder-color::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #e0e0e0!important;
    opacity: 1; /* Firefox */
}
  
.placeholder-color:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #e0e0e0!important;
}
  
.placeholder-color::-ms-input-placeholder { /* Microsoft Edge */
    color: #e0e0e0!important;
}

select{
    background: url(../images/icone/menu-tendina-16x16-svg.png) no-repeat right #fff!important;
    -webkit-appearance: none;
    appearance: none!important;
    background-position-x: 96%!important;
}

.select-tipo-casse{
    background: url(../images/icone/plus-circle-solid-svg.png) no-repeat right #196d94!important;
    -webkit-appearance: none;
    appearance: none!important;
    background-position-x: 96%!important;
}

.body-wrap-registrazione{
    overflow:hidden;
    display:flex;
    flex-direction:column;
    min-height:calc(100vh - 135px)!important;
    background: #F8FCFF;
}

.tooltip{
    font-size: 0.8rem!important;
    font-weight: 600!important;
}
.tooltip-inner {
    text-align: left!important;
    padding: 20px!important;
    max-width: 300px!important;
    background: #073763!important;
    opacity: 1!important;
}

.border-error{
    border: 1px solid #e5224b;
}

/* TIMELINE CSS START */

.bs4-order-tracking{
    margin-bottom: 30px;
    overflow: hidden;
    color: #d0d0d0;
    padding-left: 0px;
    margin-top: 30px;
}
.bs4-order-tracking li{
    list-style-type: none;
    font-size: 13px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400;
    color: #999;
    text-align: center;
}
.bs4-order-tracking li:first-child:before{
    margin-left: 15px !important;
    padding-left: 11px !important;
    text-align : left !important;
}
.bs4-order-tracking li:last-child:before{
    margin-right: 5px !important;
    padding-right: 11px !important;
    text-align : right !important;
}
.bs4-order-tracking li>div{
    color: #fff;
    width: 30px;
    text-align: center;
    font-size: 12px;
    background: #d0d0d0;
    border-radius: 50%;
    margin: auto;
    display: flex;
    height: 30px;
}
.bs4-order-tracking li:after{
    content: '';
    width: 110%;
    height: 2px;
    background: #d0d0d0;
    position: absolute;
    left: 45%;
    right: 0%;
    top: 15px;
    z-index: -1;
}
.order-tracking-2::before{
    content: '';
    width: 50%;
    height: 2px;
    background: #d0d0d0;
    position: absolute;
    left: 0%;
    right: 40%;
    top: 15px;
    z-index: -1;
}
.bs4-order-tracking li:last-child:after{
    left: 0%!important;
    width: 0% !important;
}
.bs4-order-tracking li.active{
    font-weight: bold;
    color: #073763;
}
.bs4-order-tracking li.active>div{
    background: #073763;
}
.bs4-order-tracking li.active:after{
    background: #073763;
}
.order-tracking-2.active:before{
    background: #073763;
}
.card-timeline{
    background-color: #fff;
    z-index: 0;
}

/* TIMELINE CSS END */

.main-step{
    display: flex;
    width: 460px;
    margin: 30px auto;
}
.main-step div {
    z-index:999;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    margin: auto;
    display: flex;
}

.main-step div b{
    color: #fff;
    margin: auto;
    font-size: 22px;
}

/*.icon-class{*/
/*    margin-left: 5%;*/
/*}*/

.input-label-sit-prev{
    width: 100%;
    border: 2px solid #e0e0e0;
    cursor: pointer;
    display: flex;
    padding: 17px 25px;
    border-radius: 10px;
    background: #fff;
    color: #282d41;
}
.input-label-sit-prev p{
    margin: auto;
    cursor: pointer;
    font-weight: 600;
}

.hr-class-dritto {
    content: "";
    width: 76%;
    height: 5px;
    background: #fff;
}

.hr-class-rombo {
    content: "";
    width: 13px;
    height: 13px;
    background: transparent;
    border: 4px solid #fff;
    transform: rotate(45deg);
    margin-left: auto;
}

.hr-class-align {
    display: flex;
    align-items: center;
    margin-top: auto;
    width: 100%;
    margin-bottom: 85px;
}

.infografica_main {
    text-align: left;
    box-shadow: 0 0 10px #999;
    width: 45%;
    min-width: 45%;
    max-width: 45%;
    height:auto;
    background: #282d41;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.infografica_main p{
    margin-left: 18%;
    font-weight: 500;
    color: #fff;
}
.icon-class{
    padding-right: 10px;
}

.icon-class::before {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    color: #fff;
    font-size: 50px;
    font-weight: 900;
    position: absolute;
    margin-top: -13px;
    margin-left: 25px;
}

.img-logo-class{
    padding-right: 5px;
}

.img-logo-class::before {
    background-image: url("/app/images/pittogramma_previon_chiaro.png");
    content: "";
    position: absolute;
    margin-left: 15px;
    width: 55px;
    height: 55px;
    background-size: contain;
    background-repeat: no-repeat;
}

.gradient-background{
    background: linear-gradient(144deg,#282D41, 50%, #01B8A0)!important;
}

.popup-div-1{
    position: fixed;
    opacity: 0.6;
    width: 100%;
    height: 100vh;
    background: #000;
    z-index: 9999999;
    display: none;
}

.my_form_floating{
    position: relative;
}

.my_form_floating--label{
    position: absolute;
    top: 0;
    left: 0;
    height: 80px;
    padding: .50rem .75rem;
    pointer-events: none;
    border: 1px solid transparent;
    width: 100%;
}

.popup-div-2{
    position: fixed;
    width: 450px;
    height: auto;
    background: #fff;
    border-radius: 20px;
    z-index: 9999999;
    top: 50%;
    margin-top: -225px;
    left: 50%;
    margin-left: -225px;
    /*box-shadow: 15px 15px 0 #e0e0e0;*/
    display: flex;
    flex-direction: column;
    padding: 35px;
    transform: scale(0);
    transition: all 0.3s ease-in-out;
}

.i-class-otp-mandato{
    cursor:pointer
;color: #282d41;
    z-index: 99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
    font-size: 30px;
    position: absolute;
    top: 0.5%;
    right: 0.5%
}

.box-b-dotter{
    border: dotted;
    padding: 15px
}


.popup-btn{
    background: linear-gradient(144deg,#282D41, 50%, #01B8A0);
    color: #fff;
    border-radius: 8px;
    width: 50%;
    padding: 15px;
    margin: auto;
    text-align: center;
    cursor: pointer;
}

.scarica_mandato{
    width: 96%;
    display: flex;
    margin: 0 12px
}

.input_download_mandato{
    padding: 10px 15px;
    border-radius: unset;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
}

.main-btn-continua_indietro{
    margin-top: auto;
}

/* progress bar */
.meter {
    box-sizing: content-box;
    height: 15px; /* Can be anything */
    position: relative;
    background: #e9e9e9;
    border-radius: 25px;
    padding: 5px;
    width: 60%;
    margin: auto;
}
.meter > span {
    display: block;
    height: 100%;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: rgb(43, 194, 83);
    background-image: linear-gradient(
            center bottom,
            rgb(43, 194, 83) 37%,
            rgb(84, 240, 84) 69%
    );
    box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3),
    inset 0 -2px 6px rgba(0, 0, 0, 0.4);
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}
.meter > span:after,
.animate > span > span {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: linear-gradient(
            -45deg,
            rgba(255, 255, 255, 0.2) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.2) 50%,
            rgba(255, 255, 255, 0.2) 75%,
            transparent 75%,
            transparent
    );
    z-index: 1;
    background-size: 50px 50px;
    animation: move 2s linear infinite;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
}

.inputPensione[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    height: 80px;
    width: 100%;
    background-color: #e0e0e0;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    color: #282d41!important;
    border: 1px solid #e0e0e0!important;
}

.inputPensione[type="radio"]:after {
    content: "";
    color: #fff;
    display: none;
    background: #f0f0f0!important;
    width: 100%;
    height: 100%;
}

.inputPensione[type="radio"]:checked:after{
    display: block;
}

.animate > span:after {
    display: none;
}

.close-obj-firma{
    cursor:pointer;
    color: #282d41;
    z-index: 99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
    font-size: 22px!important;
    position: absolute;
    top: 9%;
    right: 17%
}
.ml-pulsante-obj-onboarding{
    margin-left: auto;
    max-width: 100%!important;
}
.position_popup {
    width: 70%;
    height: 84%;
    padding:40px;
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5));
    background-color: #FFFFFF;
    position: fixed;
    z-index: 500;
    left: 15%;
    top: 34%;
    border-radius: 5px;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
    opacity: 1;
    display: block;
    margin-top: -270px
    /*margin-left: -187px;*/
}

.file-upload-mandato{
    position: relative;
    width: 100%;
    height: 60px;
    cursor: pointer;
}

.file-upload-mandato::after{
    content:attr(data-text);
    font-size: 10px;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    padding: 10px 15px;
    display: block;
    width: calc(100% - 95px);
    pointer-events: none;
    z-index: 20;
    height: 40px;
    line-height: 20px;
    color: #282d41;
    border-radius: 6px;
    font-weight: 500;
    border: 2px solid #e0e0e0;
    overflow: hidden;
}

.file-upload-mandato::before{
    content: "Scegli \a il file";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    height: 40px;
    background: #282d41;
    color: #fff;
    font-weight: 600;
    z-index: 25;
    line-height: 40px;
    padding: 0 15px;
    text-transform: uppercase;
    pointer-events: none;
    border-radius: 6px 0 0 6px;
    transition: 0.5s ease-in-out;
    font-size: 10px;
}

.file-upload-mandato input{
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    height: 40px;
    margin: 0;
    padding: 0;
    display: block!important;
    cursor: pointer;
    width: 100%;
}

.input-file-div{
    background: #fff;
    border: 1px solid #e0e0e0;
    box-shadow: 2px 2px 5px #888;
    border-radius: 8px;
}

.input-file-div2{
    background: #fff;
    border: 1px solid #e0e0e0;
    box-shadow: 2px 2px 5px #888;}

.div-mandato-right{
    width: 100%;
    height: 52px;
    background: #282d41;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
}

.mainDiv-mandato-right{
    height: 52px!important;
    border-top-right-radius: 8px!important;
    border-bottom-right-radius: 8px!important;
    display: block!important;
    background-color: transparent !important;
    box-shadow: 2px 2px 5px #888;
}

.number-documenti {
    width:30px; height:30px;
    border-radius: 30px;
    background: #282d2d;
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin: auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
}

.disp-none{
    display: none;
}
.mare{
    margin-left: 85%;
    margin-top: 50px;
}

.btn-prosegua-attiva{
    background-color: unset!important;
    padding: 21px !important;
    font-weight: 600;
}

.servizi-radio{
    width: 100%;
    height: 85px;
    border: 1px solid #e0e0e0;
    padding: 15px;
    cursor: pointer;
    border-radius: 4px;
    background: #fff;
    overflow: hidden;
}

.circle-timeline::after{
    content: "";
    width: 100%;
    height: 5px;
    background: #073763;
    position: absolute;
    top: 12px;
    margin-left: 26px;
}

.main-input-servizi{
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

/* Style checkbox & radio Inizio */

.input_check_privacy[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    height: 35px;
    width: 35px;
    background-color: #e0e0e0;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
}

.input_check_privacy[type="checkbox"]:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    font-size: 20px;
    color: white;
    display: none;
}

.input_check_privacy[type="checkbox"]:checked:after{
    display: block;
}

.input_check_privacy[type="checkbox"]:checked {
    background-color: #00bfa6;
}

.input_check_servizi[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    height: 35px;
    width: 35px;
    background-color: #e0e0e0;
    border-radius: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
}

.input_check_servizi[type="radio"]:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    font-size: 22px;
    color: white;
    display: none;
}

.input_check_servizi[type="radio"]:checked:after{
    display: block;
}

.input_check_servizi[type="radio"]:checked {
    background-color: #5bcd3e;
}

/* Style checkbox & radio Fine */

.par_padding{
    padding-top: 20px!important;
}

.label-input{
    width: 100%;
    border: 3px solid #e0e0e0;
    cursor: pointer;
    display: flex;
    padding: 20px 25px;
    border-radius: 10px;
    background: #fff;
    color: #282d41;
}
.label-input p{
    margin: auto;
    cursor: pointer;
    font-weight: 600;
}
.main_btn_submit{
    bottom: 0px;
    width: 100%;
    margin-left: 0!important;
    margin-right: 0!important;
}
.main-input{
    margin: 5px -15px !important;
}
.main-input-mandato{
    margin: 10px -15px !important;
}
.btn-tab-fondi{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.btn-delete{
    font-size: 18px;
    background: #590101;
    color: #fff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    width: 40px;
    height: 35px;
    align-items: center;
    border: none;
}
.btn-modification{
    background: #012169;
    color: #fff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    width: 40px;
    height: 35px;
    align-items: center;
    border: none;
}
.white-massimizza {
    color: #fff;
}
.white-anticipa {
    color: #fff;
}
.check-registrazione {
    background: #282d41!important;
    color: #fff;
}
.inputDataPlaceholder[type='date']:after {
    color: #aaa;
    content: attr(placeholder);
}

/* btn si no  */
.input_si_no[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    height: 60px;
    width: 100%;
    background-color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
}

.input_si[type="radio"]:after{
    content: "SI";
    display: block;
    font-weight: 600;
    font-size: 16px;
    color: #073763;
}

.input_no[type="radio"]:after{
    content: "NO";
    display: block;
    font-weight: 600;
    font-size: 16px;
    color: #073763;
}

.input_noinps[type="radio"]:after{
    content: "NON SONO ISCRITTO ALL'INPS";
    display: block;
    font-weight: 600;
    font-size: 16px;
    color: #073763;
}

.input_si_no[type="radio"]:checked {
    background-color: #f0f0f0;
}

.input_si_no[type="radio"]:checked {
    color: #fff
}

.select-onboarding{
    font-size: 13px!important;
    height: 55px!important;
    color:#073763!important;
    font-weight: 500!important;
}

.custom-file-label-onboarding {
    font-size: 0.9rem;
    min-height: 60px;
    height: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px !important;
    border: none !important;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 1;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #7b8a8b;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.obj_firma_contratto{
    width:100%; 
    height:82vh;
}

.label-input-select{
    width: 100%;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 8px 5px;
    background: #f9f9f9;
}

#inputImportoPersonalizzato::after{
    content: "UN IMPORTO PERSONALIZZATO";
    display: block;
    font-weight: 600;
    font-size: 12px;
    padding: 10px;
}

#inputPercentuale::after{
    content: "UNA PERCENTUALE FISSA DELLA MIA BUSTA PAGA";
    display: block;
    font-weight: 600;
    font-size: 12px;
    padding: 10px;
}


/* -------------------------------- NUOVI CSS -------------------------------- */

.img-laterale {
    padding: 5px;
    width: 100%;
    max-width: 270px;
}

.main-title{
    font-family: 'DM Serif Text', serif!important;
}

.mob-padding-registrazione{
    max-width: 380px;
    margin: auto;
}

.boxli::marker {
    content: '✓';
    font-size: 20px;
    color:#00aeef;
    line-height: 0;
}

/* -------------------------------- NUOVI CSS -------------------------------- */



@media screen and (max-width: 1366px){
    #step1{
        max-height: unset;
        overflow: hidden;
    }
    .main_btn_submit{
        position: relative!important;
    }
    .obj_firma_contratto{
        height: 80vh;
    }
}

@media screen and (max-width: 1080px){
    .m-top_1080{
        margin-top: 80px!important;
    }
    #form{
        box-shadow: unset!important;
    }
    #form-servizi{
        box-shadow: unset!important;
    }
    #form-xml{
        box-shadow: unset!important;
    }
    #divCalendario{
        left: calc(50% - 175px)!important;
        top: calc(50% - 260) !important;
        z-index: 9999999999!important;
    }
}
@media screen and (max-width: 1023px) {
    .btn-tab-fondi{
        display: flex;
        margin-left: auto;
        margin-right: 15px!important;
    }
}
@media screen and (min-width: 992px) and (max-width: 1024px){
    .position_popup {
        height: 88%;
    }
}

@media screen and (max-width: 991px){
    .mob-padding-registrazione{
        padding: 0px 25px!important;
        max-width: unset;
    }
    .body-wrap-registrazione{
        background: #fff;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    #step1{
        padding: 25px!important;
    }
    .position_popup {
        height: 91%;
    }
}

/* NUOVI CSS MEDIA */
@media screen and (min-width: 576px) and (max-width: 767px) {
    
}
/* NUOVI CSS MEDIA */

@media screen and (max-width: 768px){
    .infografica_main{
        display: none;
    }

    .main-step{
        width: 300px;
    }
}

@media screen and (max-width: 767px){
    .popup-div-2{
        width: 340px;
        margin-left: -170px;
        height: auto;
    }
    .btn-xml-no{
        padding-left: 15px!important;
    }
    .btn-xml-si{
        padding-right: 15px!important;
    }
    #form-xml{
        margin-top: 0!important
    }
    .main-photo-box-documenti{
        margin-bottom: 25px!important;
    }
    .mainDiv-mandato-right{
        border-bottom-left-radius: 8px!important;
    }
    .div-mandato-right{
        border-top-right-radius: 0!important;
        border-bottom-left-radius: 8px!important;
    }
    .input_download_mandato{
        border-bottom-left-radius: 0!important;
        border-top-right-radius: 8px!important;
    }
    .main-btn-continua_indietro{
        margin-top: 25px!important;
    }
    .position_popup{
        padding: 0!important;
        margin-top: 10px!important;
        top: 0!important;
        left: 0!important;
        margin-left: 0!important;
        width: auto!important;
        height: auto!important;
    }
    .btn-main-otp{
        margin: auto!important;
        margin-bottom: 10px!important;
    }
    .p-firma-otp{
        font-size: 12px!important;
    }
    .i-class-otp-mandato{
        right: 11%!important;
        font-size: 28px!important;
    }
    .ml-pulsante-obj-onboarding{
        margin-left: unset;
        max-width: 100%!important;
        margin: auto 5px;
    }
    .ml-pulsante-obj-onboarding2{
        max-width: 100%!important;
        margin: auto 5px;
        margin-top: 10px!important;
    }
    #viewerContainer{
        overflow: scroll!important;
    }
    .par_padding{
        padding-top: 0!important;
        padding-bottom: 5px!important;
    }
    .obj_firma_contratto{
        height: 55vh;
    }
}

@media screen and (max-width: 767px) and (min-height: 860px){
    .obj_firma_contratto{
        height: 58vh;
    }
}

@media screen and (max-width: 640px) {
    .close-obj-firma{
        top: 2%;
        right: 10%;
        font-size: 25px!important;
    }
    #step1{
        padding: 10px!important
    }
}

/* NUOVI CSS MEDIA */
@media screen and (max-width: 575px) {
    .all-form-registrazione{
        max-width: unset!important;
    }
}
/* NUOVI CSS MEDIA */

@media (max-width: 460px) {
    .position_popup {
        width: 346px;
        margin-left: -174px;
    }
    .obj_firma_contratto{
        height: 52vh;
    }
}

@media screen and (max-width: 460px) and (min-height: 800px) and (max-height: 860px){
    .obj_firma_contratto{
        height: 54vh;
    }
}

@media screen and (max-height: 715px){
    .obj_firma_contratto{
        height: 77vh;
    }
}

@media screen and (max-width: 460px) and (max-height: 815px){
    .obj_firma_contratto{
        height: 47vh;
    }
}