.swiper-button-box .swiper-button-next::before,
.swiper-button-box .swiper-button-prev::before {
    font-family: Fontawesome;
}

.swiper-button-prev::before {
    content: "\f104";
}

.swiper-button-next::before {
    content: "\f105";
}

.accordion .card-title a::before {
    content: "\f106";
    font-family: Fontawesome;
}

.accordion .card-title a::before {
    content: "\f106";
    font-family: Fontawesome;
    font-size: 18px;
    line-height: 1;
}

section .section-header {
    margin: 0 auto 50px;
}

section.linkUtili .container .section-header {
    margin: 70px auto 40px;
}

section.linkUtili .container:first-child .section-header {
    margin: 0 auto 40px;
}

section .section-header small {
    margin: 20px 0 0;
}


/**********************************************/
/* AREA RISERVATA */
/**********************************************/

.ProfileBoxListMobile {
    display: none;
}

section.login-page {
    padding: 100px 0;
}

.btn-login-header {
    position: absolute;
    right: 16px;
    top: 20px;
}

.body-scrolled .btn-login-header {
    top: auto;
    bottom: -107px;
}

.btn-login-header .btn.btn-primary {
    padding: 2px 14px !important;
    border-radius: 3px !important;
    font-size: 12px !important;
    background-color: transparent !important;
    border-color: #ffffff92 !important;
    color: #ffffffff !important;
}

.body-scrolled .btn-login-header .btn.btn-primary {
    border-radius: 0 0 4px 4px !important;
    background-color: #057BB6CC !important;
    border-color: #ffffff !important;
    color: #ffffffff !important;
}

.btn-login-header.is-logged .btn.btn-primary.first-button {
    border-radius: 4px 0 0 4px !important;
}

.btn-login-header.is-logged .btn.btn-primary.last-button {
    border-radius: 0 4px 4px 0 !important;
}

.body-scrolled .btn-login-header.is-logged .btn.btn-primary.first-button {
    border-radius: 0 0 0 4px !important;
}

.body-scrolled .btn-login-header.is-logged .btn.btn-primary.last-button {
    border-radius: 0 0 4px 0 !important;
}


.custom-checkbox .custom-control-indicator::after {
    position: absolute;
    top: 3px;
    right: auto;
    left: 3px;
    text-align: left;
}

.profilePages .divTable {
    width: 100%;
    padding: 10px;
    margin-bottom: 40px;
    border: 1px solid #f1f2f3;
}

.profilePages .divTable.profileEdit {
    border: none;
}

.profilePages .ProfileBoxList .divTable {
    border: 1px solid #eaeff4;
    border-radius: 3px;
    margin-bottom: 1rem;
    background-color: #fdfdfd;
}

.profilePages .ProfileBoxList .divTable a {
    display: block;
    line-height: 40px;
    padding: 0 6px;
}

.profilePages .ProfileBoxList .divTable a:hover {
    background: #fff;
    box-shadow: 0px 2px 3px #eee;
}

.profilePages .divTable > h3 {
    margin-bottom: 20px;
}

.profilePages .divTable .divRow {
    width: 100%;
    clear: both;
    display: table;
    border-bottom: 1px solid #f6f6f6;
}

.profilePages .divTable .divRow:last-child {
    border-bottom: none;
}

.profilePages .divTable .divCaption {
    margin: 30px 0 0;
}

.profilePages .divTable .divCell {
    /* display: block;
    float: left; */
    display: table-cell;
    width: 30%;
    font-weight: 100;
    color: #999;
    line-height: 40px;
}

.profilePages .divTable .divCell:last-child {
    width: 70%;
    font-weight: 400;
    color: #666;
}

.profilePages .divTable.col-2 .divCell,
.profilePages .divTable.col-2 .divCell:first-child,
.profilePages .divTable.col-2 .divCell:last-child {
    width: 50% !important;
}

.profilePages .divTable .divCell:only-child,
.profilePages .divTable.col-2 .divCell:only-child {
    width: 100% !important;
}

.form-group.with-label::after {
    content: "";
    display: block;
    clear: both;
}

.form-group.with-label > label {
    width: 25%;
    float: left;
    font-size: 17px;
    line-height: 40px;
    margin: 0;
    font-weight: 100;
    color: #999;
}

.form-group.with-label > .form-control {
    width: 75%;
    float: left;
}

.edit-pass-page .form-group.with-label > label {
    width: 40%;
}

.edit-pass-page .form-group.with-label > .form-control {
    width: 60%;
}

.form-group.buttons .bottone.btn.btn-block {
    width: 48%;
    float: left;
}

.form-group.buttons .btn-block + .btn-block {
    margin: 0 0 0 4% !important;
}

.registerChoise .heading-alt,
.loginChoise .heading-alt {
    font-size: 28px;
}

.divCell.subTitle {
    padding-top: 10px;
}

#registerPage input[name="is_company"],
#profileCustomerForm input[name="is_company"] {
    margin-right: 5px;
}


@media only screen and (max-width: 991px) {

    .btn-login-header,
    .body-scrolled .btn-login-header {
        right: 59% !important;
        top: 29px !important;
        bottom: auto !important;
    }

    .body-scrolled .btn-login-header {
        top: 24px !important;
    }

    .btn-login-header.is-logged,
    .body-scrolled .btn-login-header.is-logged {
        right: -70px !important;
        top: auto !important;
        bottom: -37px !important;
    }

    .body-scrolled .btn-login-header.is-logged {
        bottom: -46px !important;
    }

    .btn-login-header .btn.btn-primary,
    .body-scrolled .btn-login-header .btn.btn-primary {
        border-radius: 3px !important;
        background-color: transparent !important;
        border-color: #ffffff92 !important;
        color: #ffffffff !important;
    }

    .btn-login-header.is-logged .btn.btn-primary,
    .body-scrolled .btn-login-header.is-logged .btn.btn-primary {
        border-radius: 0 0 0 4px !important;
        background-color: #057BB6CC !important;
        border-color: #ffffff !important;
        color: #ffffffff !important;
    }

    .btn-login-header.is-logged .btn.btn-primary:first-child,
    .body-scrolled .btn-login-header.is-logged .btn.btn-primary:first-child {
        border-radius: 0 0 0 4px !important;
    }

    .btn-login-header.is-logged .btn.btn-primary:last-child,
    .body-scrolled .btn-login-header.is-logged .btn.btn-primary:last-child {
        border-radius: 0 0 4px 0 !important;
    }

    .anydesk {
        display: none;
    }

    .btn-assistenza {
        display: none;
    }

    .body-scrolled .topbar.topbar-sticky {
        height: 110px !important;
    }

    .d-inline-flex.ml-12 .btn-success {
        position: absolute;
        top: 25px;
        left: 43%;
    }

    .body-scrolled .d-inline-flex.ml-12 .btn-success {
        top: 21px;
    }

}

@media only screen and (max-width: 767px) {

    .btn-login-header.is-logged,
    .body-scrolled .btn-login-header.is-logged {
        bottom: -31px !important;
    }

    .body-scrolled .btn-login-header.is-logged {
        bottom: -27px !important;
    }

    .btn-login-header, .body-scrolled .btn-login-header {
        right: 175px !important;
        top: 29px !important;
        bottom: auto !important;
    }
}

@media only screen and (max-width: 575px) {
    .topbar-right > .d-inline-flex.btn-login-header {
        display: block !important;
        top: 89px !important;
        left: 20px !important;
        width: 250px !important;
    }

    .body-scrolled .topbar-right > .d-inline-flex.btn-login-header {
        top: 73px !important;
    }

    .topbar-right > .d-inline-flex.btn-login-header .btn.btn-primary {
        display: block !important;
        width: 50% !important;
        float: left !important;
    }
}