/* FOOTER */

body::-webkit-scrollbar {
    display: none;
}

body {
    -ms-overflow-style: none;
}


/* Hide scrollbar for IE, Edge add Firefox */
body {
    -ms-overflow-style: none;
    scrollbar-width: none; /* Firefox */
}

html {
    background-color: transparent !important;
}

.stampa {
    min-height: 270px !important;
}

.sfondo-header {
    background-image: url(../../img/angolo-dx-header.png) !important;
    background-repeat: no-repeat !important;
    background-position: right top !important;
    background-size: 90px;
}

.logo {
    position: relative;
    background-color: #005D94;
    z-index: 99;
}

    .logo img {
        width: 450px;
    }

.header-content {
    display: block;
    width: 100%;
    padding-right: 53px;
    margin-top: 25px;
    text-align: right;
    font-size: 22px;
    font-weight: 600;
    /* height: 100px; */
    z-index: 9999;
}

.actions li span, .actions li button {
    height: 55px !important;
    line-height: 55px !important;
}

.header-content span {
    font-size: 17px;
    font-weight: 600;
    color: #005d94;
    margin-top: -8px;
    display: block;
    width: 100%;
}

.actions {
    right: 23px !important;
}

.step-inner-content {
    padding-bottom: 12px !important;
}

.multisteps-form__panel {
    margin-top: 35px;
}

.footer {
    background-image: url(../../img/global-footer.png);
    background-repeat: no-repeat;
    /* background-position: left bottom; */
    background-size: cover;
    /* background-color: #005D94; */
    color: #fff;
    font-weight: 400;
    position: fixed;
    bottom: 0;
    height: 20px; /* 50px è l'altezza del footer */
    width: 100%;
}

    .footer i {
        color: #1e1e1e;
        font-size: 28px;
    }

.container {
    min-height: calc(100% - 20px); /* 50px è l'altezza del footer */
    position: relative;
}

.content {
    padding-bottom: 20px; /* 50px è l'altezza del footer */
}

.social {
    position: absolute;
    bottom: 35px;
    right: 130px;
}

    .social img {
        width: 30px;
        float: left;
        margin-right: 8px;
    }


/* FOOTER */

/* SIDEBAR */
.steps-area-fixed {
    height: calc(100vh - 80.5px);
    background-color: #004a76;
    /* background-image: url(../img/logo-angolo-sx.png); */
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 70%;
    padding: 40px 35px 20px 35px;
}

    .steps-area-fixed + .multisteps-form__form {
        margin-left: 26.5% !important;
    }

.step-progress {
    margin-top: -43px;
}


/* SIDEBAR */
.step-box-content .step-box-text {
    font-size: 18px !important;
    font-weight: 500;
}

.image-holder {
    padding: 105px 190px 80px 28px;
    color: #fff;
}

.news {
    border: solid 1px #fff;
    border-radius: 8px;
    padding: 8px;
    margin-bottom: 20px;
    width: 100%;
    color: #fff;
}

.title_news {
    font-weight: 700;
    font-size: 18px;
    padding-bottom: 8px;
}

.content_news {
    font-size: 13px;
}

/* SIDEBAR */


h2 {
    color: #005D94 !important;
}

.col-xs-24,
.col-sm-24,
.col-md-24,
.col-lg-24 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-24 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-24 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-24 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-24 {
        width: 20%;
        float: left;
    }
}

.footer-sx {
    padding-left: 50px;
}

.form-content h2 {
    font-size: 40px !important;
    font-weight: 700;
    padding: 25px 0px 10px 0px !important;
}

.form-content p {
    font-size: 16px !important;
    margin-bottom: 0px !important;
}

.step-box {
    padding-top: 20px !important;
}

.desc_input {
    padding-bottom: 8px;
    font-weight: 600;
}

.step-progress .progress .progress-bar {
    background-color: #e32d10 !important;
}

.form-content .bottom-line {
    border-bottom: 2px solid #e32d10 !important;
}

.form-inner-area input {
    width: 100%;
    height: 40px !important;
    padding-left: 30px;
    margin-bottom: 8px;
    border-radius: 3px;
    border: 1px solid #ededed;
}

.desc-cek {
    position: absolute;
    width: 100%;
    left: 0px;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    padding: 10px 12px 0px 12px;
}

.box-area {
    min-height: 220px;
    text-align: center;
}

    .box-area img {
        /* margin-left: -38px; */
    }

.operatori {
    min-height: 230px !important;
}

.step-content-area {
    padding-top: 0px !important;
}

.services-select-option li {
    float: left;
}

.gender-selection {
    margin-top: 8px !important;
    border-bottom: solid 1px #d8dbde;
    padding-bottom: 8px;
}

.thank-you-wrapper {
    margin: 70px 0px;
    max-width: 100% !important;
}

    .thank-you-wrapper img {
        width: 50%;
    }

    .thank-you-wrapper.thank-wrapper-style-one .thank-txt h1 {
        color: #1d1d1c !important;
    }

    .thank-you-wrapper.thank-wrapper-style-one .thank-txt p {
        color: #1d1d1c !important;
    }

    .thank-you-wrapper.thank-wrapper-style-one .thank-txt a {
        background-color: #e42e10 !important;
    }

    .thank-you-wrapper.thank-wrapper-style-one {
        padding: 30px 0px 50px;
    }

.upload-documents .upload-text {
    /*  max-width: 350px!important;*/
}

.footer {
    width: 102%;
    z-index: 99;
}


@media screen and (min-width: 1441px) {
    .form-content {
        padding-top: 0px !important;
        padding-left: 30px !important;
        padding-right: 40px !important;
    }
}

@media screen and (max-width: 991px) {

    .upload-documents .upload-text {
        /*  max-width: 250px!important;*/
    }

    .multisteps-form__panel {
        height: 2000px !important;
    }

    .footer {
        text-align: center !important;
        height: 110px; /* 50px è l'altezza del footer */
        padding: 20px;
    }

    .social-icon {
        padding-top: 12px;
    }

    .footer i {
        color: #fff;
    }

    .footer-sx {
        padding-left: 0px;
    }

    body {
        display: block;
        max-width: 97.5vw !important;
        padding-bottom: 170px !important;
    }

    .step-progress {
        margin-top: 13px;
    }

    .news {
        display: none !important;
    }
}


/* ::::::::::::::::RESPONSIVE SMARTPHONE E SMALL SCREEN ::::::::::::: */
@media only screen and (max-width: 1200px) {

    .file-input__label {
        max-width: 200px;
        text-align: center;
    }

    .footer {
        text-align: center !important;
        height: 135px; /* 50px è l'altezza del footer */
        width: 103%;
        padding-top: 20px;
    }

        .footer i {
            color: #fff;
        }

    .desc-cek {
        /* font-size: 13px; */
    }

    .box-area {
        min-height: 190px;
    }

    .steps-area-fixed + .multisteps-form__form {
        margin-left: 0% !important;
    }

    .header-content {
        text-align: center;
        padding: 0px 15px 18px 15px;
    }


    .d-flex {
        display: block !important;
    }

    .budget-area .opti-list li {
        width: 100% !important;
    }

    .form-content h2 {
        font-size: 17px !important;
        font-weight: 700;
        padding: 25px 8px 10px 8px !important;
        text-align: center;
    }

    .nascondi {
        visibility: hidden;
        display: block;
        overflow: hidden;
        height: 0px;
    }
}

@media (max-width: 1530px) {
    .register .col-md-2 {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 460px) {
    .steps li {
        margin-right: 8px !important;
        margin-left: 8px !important;
    }
}

.file-input {
    position: relative;
    display: inline-block;
}

.file-input__input {
    position: absolute;
    left: -9999px;
}

.file-input__label {
    display: inline-block;
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    /*min-width: 350px*/
}

.file-input__button {
    display: block;
    margin-bottom: 5px;
    font-size: 18px;
}

.file-input__filename {
    display: block;
    font-size: 9px;
}


.upload-icon {
    margin-top: -59px
}

.wrapper-content {
    position: relative;
    height: 100vh;
}

.lightbox-content {
    background-color: #fff;
    padding: 0px;
    width: 70%;
    height: 60%;
    max-height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
}

    .lightbox-content .row {
        height: 65px;
    }

.footer-ligth {
    position: sticky;
    bottom: 0;
    left: 0;
    background-color: #dee2e6;
    text-align: center;
    height: 60px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox-content .row {
    padding: 8px 15px
}

.labelDetail {
    min-width: 300px;
}

.loading-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgb(0,0,0,0.1);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* Imposta un valore di z-index alto per farlo apparire sopra gli altri elementi */
}

    .loading-overlay img {
        width: 100px;
        height: 100px;
    }

.alertChk {
    border: solid 2px red !important;
}

.budget-area .cek-list ul {
    margin-top: 10px;
}

.budget-area .cek-list li {
    position: relative;
    display: inline-block;
    margin-right: 25px;
    font-size: 19px;
    color: #5f5f63;
    padding: 20px 60px 20px 60px;
    /* padding: 60px 10px 20px 10px; */
    width: 33%;
    font-weight: 600;
    cursor: pointer;
    border: 2px solid #ededed;
    text-align: left;
}

    .budget-area .cek-list li:last-child {
        margin-right: 0;
    }

    .budget-area .cek-list li input {
        opacity: 1;
        position: absolute;
        left: 15px;
        top: 20px;
        width: 28px;
        height: 28px;
    }

    /*microarea*/
    .microArea {
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        padding: 20px;
        background-color: #ffffff;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    .microArea button {
            position: absolute;
            bottom: 10px;
            right: 10px;
    }
