/* formattazione testi */

.title1 {
    font-family: Archivo;
    font-style: normal;
    font-weight: bold;
    font-size: 43px;
    line-height: 47px;
}

.title2 {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: bold;
    font-size: 35px;
}

.title3 {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
}

.title4 {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
}

.title4 span, span.title4 {
    font-size: 24px;
}

.title5 {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 125%;
    /* identical to box height, or 125% */
    text-align: center
}

.title6 {
    font-size: 21px;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: bold;
}

.body1 {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 150%;
}

.body2 {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
}

.body3 {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: normal;
    font-size: 14px !important;
    line-height: 21px;
}

.body3 span {
    font-size: 18px;
}

.body4 {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
}

.body5 {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 18px;
}

.font-24 {
    font-size: 24px;
}

.line-height0 {
    line-height: 0;
}

.semi {
    font-weight: 600 !important;
}

.light {
    font-weight: 400 !important;
}

.fit-content {
    width: fit-content !important;
}

.max-content {
    width: max-content;
}

#chart line {
    opacity: 0;
}

.bord50 {
    border-radius: 50%;
}

/* colori */

.op30 {
    opacity: 30%;
}

.op60 {
    opacity: 80%;
}

.text-download:hover {
    text-decoration: none !important;
    color: unset !important;
}

[type=button], [type=submit] {
    -webkit-appearance: unset !important;
}

#exampleFormControlSelect1 {
    -webkit-appearance: none !important;
    background-image: url(assets/img/arrow-d.svg);
    background-repeat: no-repeat;
    background-position-x: 97%;
    background-position-y: center;
}

.primary {
    color: #7171EA;
}

.red {
    background-color: #FF5C5C;
}

.light-red {
    background-color: #FFEBEB;
}

.red-text {
    color: #FF5C5C;
    ;
}

.allert-msg {
    border-bottom: 1px solid #FF5C5C;
    width: fit-content;
}

.primary-b {
    background-color: #7171EA;
}

.primary-b2 {
    background-color: #7171EA;
}

.violet {
    color: #9090EF;
}

.violet-b {
    background-color: #9090EF;
}

.primary-light-b {
    background-color: #EDEDFC;
}

.primary-light {
    color: #D3D3F8;
}

.green {
    color: #47DCA2
}

.light-blue {
    color: #1AC8ED;
}

.green-back {
    background-color: #47DCA2;
}

.no-border {
    border: none !important;
    box-shadow: none !important;
}

.form-check-inline {
    box-shadow: none !important;
}

.box-shadow-green {
    box-shadow: 0px 10px 12px rgba(71, 220, 162, 0.25);
}

.bow-shadow-red {
    box-shadow: 0px 10px 12px rgba(255, 92, 92, 0.25);
}

.icon-holder {
    background-color: #EEEEF2;
    border-radius: 50%;
    padding: 12px;
    margin-right: 14px;
}

.inactive-friend {
    opacity: 20%;
}

.btn-utilizzo {
    background-color: rgba(255, 255, 255, 0.1);
}

.btn-utilizzo1 {
    background: rgba(182, 182, 200, 0.1);
}

.btn-login {
    border: 1.5px solid #EEEEF2;
    box-sizing: border-box;
    border-radius: 50px;
    margin: 8px 0;
    padding: 8px;
    transition: all 0.3s;
}

.btn-login:hover {
    border-color: transparent;
    color: white !important;
    background-color: #2A8FF4;
    font-weight: 400 !important;
}

.icon-btn {
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: cover;
    pointer-events: none;
}



.request.active .icon-btn {
    background-image: url('assets/img/send-w.svg');
}

.request .icon-btn {
    background-image: url('assets/img/send-v.svg');
}

.request:hover .icon-btn {
    background-image: url('assets/img/send-w.svg');
}

.user-request .icon-btn {
    background-image: url('assets/img/user-v.svg');
}

.user-request.active .icon-btn {
    background-image: url('assets/img/user-w.svg');
}

.user-request:hover .icon-btn {
    background-image: url('assets/img/user-w.svg');
}

.share-code {
    background-color: transparent;
    padding: 12px 16px;
    border: 1.5px solid white;
    border-radius: 10px;
}

.share-code img {
    margin-left: 82px;
}

.button-white {
    border: none;
    background-color: white;
    padding: 12px 32px;
    width: fit-content;
    border-radius: 30px;
    transition: all 0.3s;
    font-family: 'Archivo';
    color: #7171EA;
    font-size: 18px;
}

.button-white:hover {
    color: #7171eac0;
}

.button-outline-green {
    border: 2px solid #47DCA2;
    padding: 12px 32px;
    width: fit-content;
    border-radius: 30px;
    transition: all 0.3s;
}

.button-outline-blue {
    border: 2px solid #1AC8ED;
    padding: 12px 32px;
    width: fit-content;
    border-radius: 30px;
    transition: all 0.3s;
}

.button-outline-red {
    border: 2px solid #FF5C5C;
    padding: 12px 32px;
    width: fit-content;
    border-radius: 30px;
    transition: all 0.3s;
    transition: all 0.3s;
    font-family: 'Archivo';
    color: #FF5C5C;
    font-size: 18px;
}

.button-outline-red:hover {
    border: 2px solid #FF5C5C;
    background-color: #FF5C5C;
    padding: 12px 32px;
    width: fit-content;
    border-radius: 30px;
    transition: all 0.3s;
    transition: all 0.3s;
    font-family: 'Archivo';
    color: white;
    font-size: 18px;
}

.button-red {
    border: none;
    background-color: #FF5C5C;
    padding: 12px 32px;
    width: fit-content;
    border-radius: 30px;
    transition: all 0.3s;
    font-family: 'Archivo';
    color: white;
    font-size: 18px;
}

.button-red:hover {
    border: none;
    background-color: #fd7777;
    padding: 12px 32px;
    width: fit-content;
    border-radius: 30px;
    transition: all 0.3s;
    font-family: 'Archivo';
    color: white;
    font-size: 18px;
    transition: all 0.3s;
}

.range-orario {
    background-color: transparent;
    border: 1.5px solid #F0F0F4;
    font-size: 18px;
    color: #8282A1;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    border-radius: 10px;
    padding: 16px 24px;
    width: 96%;
    margin-bottom: 8px;
}

.range-orario:focus {
    box-shadow: unset !important;

}

.range-orario:hover, .range-orario.active {
    border: 1.5px solid #7171EA;
    color: #7171EA;
    border-radius: none;
}

.button-outline-green:hover {
    text-decoration: none;
    border: 2px solid #47DCA2;
    background-color: #47DCA2;
    width: fit-content;
    border-radius: 30px;
}

.button-outline-green:hover p {
    color: white;
}

.button-outline-white {
    border: 2px solid white;
    padding: 12px 32px;
    width: fit-content;
    border-radius: 30px;
    transition: all 0.3s;
    color: white !important;
    margin: 8px auto;
}

.button-outline-white:hover {
    background-color: white;
    text-decoration: none;
}

.button-outline-white:hover p {
    color: #7171EA;
}

.grayscale1 {
    color: #373749;
}

.grayscale1-b {
    background-color: #373749;
    ;
}

.grayscale2 {
    color: #53536E;
}

.grayscale3 {
    color: #8282A1;
}

.grayscale3-b {
    background-color: #8282A1;
}

.grayscale4 {
    color: #B6B6C8;
}

.grayscale4-b {
    background-color: #B6B6C8;
}

.grayscale5 {
    color: #D9D9E2;
}

.grayscale6-b {
    background-color: #F0F0F4;
}

.grayscale7 {
    color: #F9F9FB;
}

.yellow {
    color: #F6D14C;
}

.back-white {
    background-color: white;
}

.green-light {
    background-color: #BAF2DC;
}

.grayscale7-b {
    background-color: #F6F6F8 !important;
}

.shade1 {
    background: linear-gradient(101.3deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 72.77%), #47DCA2;
}

.shade2 {
    background: linear-gradient(101.3deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 72.77%), #1AC8ED;
}

.shade3 {
    background: linear-gradient(101.3deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 72.77%), #B6B6C8;
}

.shade4 {
    background: linear-gradient(180deg, #FFA895 0%, rgba(255, 168, 149, 0) 100%), #7171EA;
}

.shade5 {
    background: linear-gradient(180deg, #1AC8ED 0%, rgba(26, 200, 237, 0) 100%), #7171EA;
}

.shade6 {
    background: linear-gradient(180deg, #5AE4AF 0%, rgba(90, 228, 175, 0) 100%), #1AC8ED;
}

.shade7 {
    background: linear-gradient(92.6deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%), #7171EA !important;
}

.shade8 {
    background: linear-gradient(92.6deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%), #1AC8ED;
}

.shade9 {
    background: linear-gradient(92.6deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%), #CEACFD;
}

.shade10 {
    background: linear-gradient(101.3deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 72.77%), #47DCA2;
}

.shade11 {
    background: linear-gradient(280.72deg, #3EDA9E 0%, rgba(62, 218, 158, 0) 100%), #7171EA;
}

.shade12 {
    background: linear-gradient(280.72deg, #1AC8ED 0%, rgba(26, 200, 237, 0) 100%), #7171EA;
}

.shade13 {
    background: linear-gradient(124.98deg, #CEACFD 0%, rgba(206, 172, 253, 0) 100%), #7171EA;
    box-shadow: 0px 16px 60px -10px rgba(130, 130, 161, 0.18);
    border-radius: 20px;
}

.shade14 {
    background: linear-gradient(180deg, #CEACFD 0%, rgba(206, 172, 253, 0) 100%), #4444E3;
}

.shade15 {
    background: linear-gradient(124.98deg, #CEACFD 0%, rgba(206, 172, 253, 0) 100%), #7171EA;
    box-shadow: 0px 16px 60px -10px rgba(130, 130, 161, 0.18);
}

.shade16 {
    background: linear-gradient(270deg, rgba(144, 144, 239, 0.5) 0%, rgba(144, 144, 239, 0) 100%), #3F2BA0;
}

.shade17 {
    background: linear-gradient(90deg, rgba(113, 113, 234, 0.5) 0%, rgba(113, 113, 234, 0) 75.52%), #1AC8ED;
}

.shade18 {
    background: linear-gradient(270deg, rgba(144, 144, 239, 0.5) 0%, rgba(144, 144, 239, 0) 100%), #CEACFD;
}

.gray-back-new {
    background-color: #D9D9E2;
}

.bord-white {
    border: 1.5px solid white;
    padding: 12px 16px;
}

.wharsapp {
    box-shadow: 0px 36px 40px -20px rgba(71, 220, 162, 0.5);
}

/* margini e padding */

.mb-46 {
    margin-bottom: 46px;
}

.bord-20 {
    border-radius: 20px;
}

.bord-5 {
    border-radius: 5px;
}

.bord-15 {
    border-radius: 15px;
}


.pad-4-8 {
    padding: 4px 8px;
}

.mr-8 {
    margin-right: 8px;
}

.mr-4p {
    margin-right: 4px;
}

.mb-4p {
    margin-bottom: 4px;
}

.mb-72 {
    margin-bottom: 72px;
}

.mb-8p {
    margin-bottom: 8px;
}

.my-8 {
    margin-top: 8px;
    margin-bottom: 8px;
}

.p-menu {
    padding: 25px 32px;
}

.mb-11 {
    margin-bottom: 11px;
}

.mb-12 {
    margin-bottom: 12px;
}

.mr-122 {
    margin-right: 212px;
}

.m-16 {
    margin-bottom: 16px;
}

.mt- .mr-16 {
    margin-right: 16px !important;
}

.mr-11 {
    margin-right: 11px;
}


.ml-16 {
    margin-left: 16px !important;
}

.mr-248 {
    margin-right: 248px;
}

.mb-18 {
    margin-bottom: 18px;
}

.m-0-auto {
    margin: 0 auto !important;
}

.p-date {
    padding: 12px 20px;
}

.bar-consumi {
    height: 16px !important;
}

.m-24 {
    margin-bottom: 24px;
}

.mt-24 {
    margin-top: 24px;
}

.mt-16 {
    margin-top: 16px;
}

.m-tt-16 {
    margin: 16px
}

.mr-16 {
    margin-right: 16px;
}

.mb-32 {
    margin-bottom: 32px;
}

.mr-32 {
    margin-right: 32px;
}

.mt-32 {
    margin-top: 32px;
}

.mr-24 {
    margin-right: 24px;
}

.px-4p {
    padding: 0 4px;
}

.my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.mr-36 {
    margin-right: 36px;
}

.m-40 {
    margin-bottom: 40px !important;
}

.m-32 {
    margin: 32px;
}

.mb-32 {
    margin-bottom: 32px;
}

.m-48 {
    margin-bottom: 1.5vh;
}

.mb-48 {
    margin-bottom: 48px;
}

.m-40-0 {
    margin-left: 40px;
}

.ml-32 {
    margin-left: 32px;
}

.mr-48 {
    margin-right: 48px;
}

.m-66 {
    margin-bottom: 66px;
}

.mt-64 {
    margin-top: 64px !important;
}

.mb-64 {
    margin-bottom: 64px !important;
}

.m-68 {
    margin-bottom: 68px;
}

.mr-144 {
    margin-right: 144px;
}

.mb-318 {
    margin-bottom: 318px;
}

.mb-280 {
    margin-bottom: 280px;
}

.mb-28 {
    margin-bottom: 28px;
}

.pl-24 {
    padding-left: 24px !important;
}

.pl-32 {
    padding-left: 32px;
}

.pl-40 {
    padding-left: 40px;
}

.py-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
}

.pb-32 {
    padding-bottom: 32px;
}

.mr-158 {
    margin-right: 158px;
    transition: all 0.3s;
}

.mr-158-2 {
    margin-right: 64px;
    transition: all 0.3s;
}

.mr-60 {
    margin-right: 60px;
}

.mr-18 {
    margin-right: 18px;
}

.o-pad {
    padding: 0 64px;
}

.p-20 {
    padding: 20px;
}

.px-12 {
    padding-right: 12px;
    padding-left: 12px;
}

.px-8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.p-24 {
    padding: 0 24px;
}

.pt-24 {
    padding: 24px;
}

.px-7-5 {
    padding: 4px 7.5px;
}

.p-16 {
    padding: 16px;
}

.pr-32 {
    padding-right: 32px !important;
}

.px-32 {
    padding-right: 32px;
    padding-left: 32px;
}

.py-16 {
    padding-top: 16px;
    padding-bottom: 16px;
}

.p-32 {
    padding: 32px;
}

.py-25 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.pr-16 {
    padding-right: 16px;
}

.pl-16 {
    padding-left: 16px;
}

.pr-44 {
    padding-right: 44px;
}

.pr-4p {
    padding-right: 4px;
}

.pl-4p {
    padding-left: 4px;
}

.pr-64 {
    padding-right: 64px;
}

.pl-44 {
    padding-left: 44px;
}

.p-lettura {
    padding: 48px 24px;
}

.p-number {
    padding: 20px 15px;
}

.mb-22 {
    margin-bottom: 22px;
}

.rad10 {
    border-radius: 10px;
}

.flex-100 {
    flex-grow: 100;
}

.top-140 {
    top: 140px;
}

.badge-alert-p {
    padding: 8px 24px 8px 12px;
}

.menu-pad {
    padding-top: 29px !important;
}

.def-box-p {
    padding: 0 32px;
}

.box-utenze-p {
    padding: 22px 16px 18px 24px;
    -webkit-appearance: unset !important;
}

.box-friend-p {
    padding: 16px 24px 22px 16px;
}

.little-box {
    padding: 16px 20px 16px 24px;
}

.fit-content-height {
    height: fit-content !important;
}

.modal-pay {
    max-width: 607px !important;
    justify-content: center;
    margin: 0 auto;
}

.icon-p {
    padding: 12px 24px;
    width: fit-content;
}

.w-0 {
    width: unset !important;
}

.pt-40 {
    padding-top: 40px;
}

.p-40 {
    padding: 40px;
}

.mt-40 {
    margin-top: 40px;
}

.py-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
}

.px-24 {
    padding-right: 24px !important;
    padding-left: 24px !important;
}

.px-20 {
    padding-right: 20px;
    padding-left: 20px;
}

.px-6 {
    padding-right: 6px;
    padding-left: 6px;
}

.pb-14 {
    padding-bottom: 14px !important;
}

.pt-14 {
    padding-top: 14px !important;
}

.loading {
    animation: loading 2s infinite linear;
}

@keyframes loading {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

/* pulsanti */

.btn-primary {
    background: #7171EA;
    border-radius: 30px;
    color: white;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    padding: 12px 32px;
    border: 0;
    transition: all 0.3s;
}

.btn-primary:hover {
    color: rgba(255, 255, 255, 0.863);
}

.fixed-col .box-profile {
    margin-top: 0;
    width: 63% !important;
}

.border-violet {
    border-color: #7171EA !important;
}

.no-border {
    border: none !important;
    box-shadow: none !important;
    padding: 16px 0 !important;
}

.btn-primary:hover {
    background: #7171EA;
}

#register {
    -webkit-appearance: unset;
}

#edit1.disabled {
    pointer-events: none !important;
    opacity: 0.5;
}

.btn-primary:disabled {
    background-color: #D3D3F8;
}

#fatture-container .btn-fatture {
    border-radius: 10px;
    color: #7171EA;
}

#fatture-container .btn-fatture.active {
    color: white;
}

#fatture-container .btn-fatture.active .nohover {
    display: none;
}

#fatture-container .btn-fatture:hover {
    color: white;
}

.btn-fatture, .btn-fatture2 {
    background-color: #F0F0F4;
    border-radius: 30px;
    color: #B6B6C8;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    padding: 12px 32px;
    border: 0;
    transition: all 0.3s;
}

.btn-fatture1 {
    background: #FFFFFF;
    border-radius: 30px;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    padding: 12px 32px;
    line-height: 21px;
    /* identical to box height, or 150% */
    /* UI/Color/Greyscale/04 */
    color: #B6B6C8 !important;
}

.btn-fatture1:hover, .btn-fatture1.active {
    background-color: #F9F9FB;
    color: #7171EA !important;
}

.btn-fatture:hover, .btn-fatture.active, .btn-fatture2:hover, .btn-fatture2.active {
    background-color: #7171EA;
    color: white;
}

.btn-fatture:focus {
    box-shadow: none;
    border: none;
}

.btn-fatture.bord-20 {
    background-color: white;
    color: #B6B6C8 !important;
    font-size: 14px;
}

.btn-fatture.bord-20.active {
    border-radius: 30px !important;
    color: #7171EA !important;
    background-color: #F6F6F8 !important;
    font-size: 14px;
}

a.simple-link {
    color: #7171EA;
    font-weight: 600;
}

.danger-expired {
    position: absolute;
    top: 8px;
    right: 8px;
}

li.li-hide {
    visibility: hidden;
    height: 0;
    transition: height 0.3s;
}

.box-scadenza:hover li.li-hide, .card-credit:hover li.li-hide {
    visibility: visible;
    height: unset;
}

.box-scadenza:hover .altro-hide, .card-credit:hover .altro-hide {
    display: none !important;
}

/*///////////*/

.form-control:focus {
    box-shadow: none;
    border: none;
    background-color: transparent;
}

.show {
    opacity: 1;
    transition: opacity 0.3s;
}

.show2 {
    display: block !important;
}

.hide {
    display: none;
    opacity: 0;
    transition: all 0.3s;
}

.box-profile2 {
    box-shadow: 0px 16px 50px rgba(130, 130, 161, 0.15);
    padding: 32px 32px 48px 32px;
}

.menu-top {
    background-color: white;
    height: 102px;
    align-items: center;
    display: flex;
}

.full-height {
    height: 100vh;
}

.cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.logo {
    position: fixed;
    top: 29px !important;
    left: 64px !important;
}

.logo-nav {
    background-color: white;
    width: 100%;
    height: fit-content;
    position: sticky;
    top: 0;
    padding: 29px 64px;
    z-index: 99;
}

.fixed-col {
    position: fixed;
    top: 0;
    right: 0;
}

.fixed-col .box-profile {
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 62%;
    box-shadow: 0px 64px 70px -40px #4444E3;
}

.logo-nav .logo {
    position: static !important;
}

.form-control::placeholder {
    font-family: Archivo;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #B6B6C8;
}

.form-control {
    padding: 16px;
    height: unset;
    border-radius: 15px;
}

.logo2 {
    max-width: 98px;
    margin: 40px auto !important;
}

.icon-box {
    height: 32px;
    width: 32px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;

}

.col-9 {
    flex: 0 0 75% !important;
    max-width: 75% !important;
    -ms-flex: 0 0 75% !important;
    transition: all 0.3s;
}

.col-1 {
    -ms-flex: 0 0 8.333333% !important;
    flex: 0 0 8.333333% !important;
    max-width: 8.333333% !important;
    transition: all 0.3s !important;
}

.col-3 {
    -ms-flex: 0 0 25% !important;
    flex: 0 0 25% !important;
    max-width: 25% !important;
    transition: all 0.3s !important;
}

.col-xl-3, .col-xl-1, .col-xl-11, .offset-xl-3 {
    transition: all 0.3s;
}

.line2 {
    bottom: 0;
    right: 0;
}

.border-bottom-20 {
    border-radius: 0 0 20px 20px;
}

/* Mobile navbar */

.mobile-nav {
    padding: 16px 8px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    overflow-x: scroll;
}

.mobile-nav {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.mobile-nav::-webkit-scrollbar {
    display: none;
}

.mobile-nav .hover-box:hover {
    background: none !important;
}

.mobile-nav a:hover {
    text-decoration: none !important;
}

.icon-box-mobile {
    width: 24px;
    height: 24px;
    background-size: cover;
    margin: 0 auto;
}

.page-mobile-title {
    width: 64px;
    text-align: center;
}

.mobile-nav-item {
    justify-content: center;
    margin: 0 1.8vh;
}

.mobile-nav-item.hover-box.active {
    background: none;
}

.mobile-nav-item .page-name {
    top: unset !important;
    right: unset !important;
    transform: unset !important;
    text-align: center !important;
}

.mobile-nav-item .body2 {
    font-size: 11px !important;
}

/*fine mobile navbar*/

.form-check.form-check-inline:focus-within {
    border: 2px solid #7171EA !important;
}

input.form-check-input:checked :focus-within {
    border: 2px solid #7171EA !important;
}

/*Notifiche*/
.close {
    opacity: 1;
}

.close-modal-back {
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
}

.title-not {
    font-size: 20px !important;
}

.single-notification.not-read h5 {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    color: #373749;
}

.single-notification.not-read p {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: normal;
    font-size: 14px !important;
    line-height: 21px;
    color: #53536E;
}

.single-notification h5 {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    color: #8282A1;
}

.single-notification p {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: normal;
    font-size: 14px !important;
    line-height: 21px;
    color: #8282A1;
}

.single-notification.read.active, .single-notification.not-read.active {
    color: white !important;
}

.box-notification .icon-box-not {
    padding: 15px;
    background-color: #7171EA;
    width: fit-content;
    border-radius: 20px;
}

.icon-box-not img {
    width: 32px;
}

.box-notification {
    background: #FFFFFF;
    box-shadow: 0px 16px 60px -10px rgba(130, 130, 161, 0.18);
    border-radius: 20px;
    position: sticky;
    z-index: 999999;
}

.header-box-notification {
    border-radius: 20px 20px 0 0;
    padding: 24px 40px;
}

.content-notification {
    min-height: 60vh;
}

#notification .close {
    color: white;
    font-weight: 400;
}

#notification .modal-dialog {
    max-width: unset;
    margin: 0 !important;
}

#notification .modal-content {
    background-color: transparent !important;
}

#notification .modal-body {
    padding: 0;
}

#notification .close {
    position: fixed;
    top: 10px;
    right: 25px;
    z-index: 9999999999;
}

.header-notification {
    background-color: white;
    padding: 32px;
    position: sticky;
    top: 0%;
    left: 0;
    width: 100%;
    z-index: 9;
}

#notification .modal-body.container-fluid, .notification-col {
    min-height: 100vh;
}

.single-notification {
    padding: 14px 16px;
    box-shadow: 0px 16px 60px -10px rgba(130, 130, 161, 0.18);
    border-radius: 20px;
    background-color: white;
    margin-bottom: 8px;
}

.box-not {
    padding: 15px;
    width: fit-content;
    border-radius: 20px;
}

.single-notification.not-read .box-not {
    width: 54px;
    height: 54px;
    background-image: url('assets/img/back-not-read.svg');
}

.single-notification .box-not {
    width: 54px;
    height: 54px;
    background-image: url('assets/img/back-read.svg');
}

.single-notification.active .box-not {
    width: 54px;
    height: 54px;
    background-image: url('assets/img/back-active.svg');
}

.single-notification.active {
    background-color: #7171EA;
}

.single-notification.active h5, .single-notification.active p {
    color: white !important;
}

.single-notification.active .box-not {
    background-color: white !important;
}

.arrow-box {
    width: 24px;
    height: 24px;
    background-image: url('assets/img/back-arrow-not-active.svg');
}

.single-notification.active .arrow-box {
    background-image: url('assets/img/back-arrow-actice.svg');
}

.box-not {
    position: relative !important;
}

/*fine notifiche*/

/*Modali varie*/
#dati-catastali .modal-dialog {
    max-width: 1232px;
}

.modal-circle {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid #D9D9E2;
    min-width: 24px;
    background-color: white;
    margin-left: 3.5px;
    z-index: 9;

}

.modal-circle.active {
    border: 6px solid #7171EA;
    width: 32px;
    height: 32px;
    min-width: 32px;
    margin-left: 0;
}

.violet-line {
    width: 6px;
    border-radius: 10px;
    background-color: #7171EA;
    ;
    height: 200px;
    top: 12px;
    position: absolute;
    left: 13px;
}

#adeguamento .modal-dialog {
    max-width: 884px;
}

.card-input {
    border: none !important;
}

.not-hide {
    display: block !important;
}

.modal-content {
    display: none;
}

.modal-content.vis {
    display: block;
}

.modal {
    z-index: 99999999999999999999999999999999999;
}

.modal-header {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 39px 24px 34px 40px;
    border: 0 !important;
}

.modal-content {
    border: none;
    border-radius: 20px;
}

.modal-dialog {
    max-width: 607px;
}

.modal-body {
    padding: 40px;
}

#aggiorna-metodo .form-check, #pagaletutte .form-check, .modal-pay .form-check, #metodo-associato .form-check {
    background: white;
    border-radius: 20px;
    padding: 0 24px;
    margin-bottom: 8px;
    box-shadow: 0px 16px 60px -10px rgba(130, 130, 161, 0.18);
}

.modal-pay .modal-header {
    padding: 39px 24px 0px 40px !important;
}

#pagaletutte .modal-body {
    padding-bottom: 16px;
}

#aggiorna-metodo .form-check-input, #metodo-associato .form-check-input {
    position: unset !important;
    margin: 0 !important;
}

#fatturascaduta button.close, #fatturapagata button.close {
    color: white;
    font-weight: 400;
}

.modal-pay button.close {
    color: #B6B6C8 !important;
}

.modal-footer {
    border: 0 !important;
    padding: 0 40px 40px 40px;
}

.modal-form .modal-header {
    background: white !important;
    padding-bottom: 0;
}

.modal-form .modal-body {
    padding-top: 32px;
}

.form-check-inline {
    margin: 0;
}

.modal-form .form-check, .modal-content2 .form-check {
    padding: 16px !important;
    border: 2px solid #EEEEF2;
}

.modal-form .form-check-label {
    margin-left: 16px;
}

#fatturascaduta .modal-dialog, #fatturapagata .modal-dialog {
    max-width: 1232px;
}

#fatturascaduta .modal-header, #fatturapagata .modal-header {
    padding: 20px 40px 20px 40px;
}

.bulb-head {
    width: 48px;
}

#fatturascaduta .button-white:hover, #fatturapagata .button-white:hover {
    background-color: #D3D3F8;
    color: #7171EA;
}

#fatturascaduta .box-profile, #fatturapagata .box-profile {
    box-shadow: none !important;
}

.box-profile-img {
    padding: 22px;
    border-radius: 50%;
    background: white;
    width: fit-content;
    box-shadow: 0px 16px 20px -10px rgba(130, 130, 161, 0.15);
    height: fit-content;
}

input[type=radio]:checked+.form-check {
    border: 2px solid #7171EA !important;
}

.deactivated-title {
    padding: 24px 32px;
}

.deactivated-body {
    border: 1.5px solid #EEEEF2;
    border-radius: 20px;
}

.deactivated-body2 {
    border: 1.5px solid #EEEEF2;
    border-radius: 10px;
    width: fit-content;
}

.deactivated-body2 p {
    padding: 12px 16px;
    border-right: 1.5px solid #EEEEF2;
}

.deactivated-body2 h4 {
    padding: 12px 16px;
}

#deactivated .modal-dialog {
    max-width: 698px;
}

/*fine modali varie*/

#side-menu.col-3 {
    padding-left: 40px !important;
    text-align: left !important;
    transition: all 0.3s;
}

.expand-menu {
    background: none;
    padding: 0;
    border: 0;
}

#expand {
    transition: all 0.5s
}

.user-request1 {
    display: none;
}

.rotate-out {
    transform: rotate(-180deg);
    transition: all 0.5s;
}

#nav-side a:hover {
    text-decoration: none;
}

#side-menu.col-1 .page-name {
    opacity: 0;
}

#side-menu.col-3 .page-name {
    opacity: 1;
    width: max-content;
    justify-content: left;
    position: relative !important;
    transition: opacity 0.8s;
    transition-delay: opacity 0.3s;
}

#side-menu.col-3 ul.side-nav {
    margin: 0;
    transition: all 0.3s !important;
}

ul.side-nav {
    list-style: none !important;
    padding-left: 0;
    margin: 0 auto;
    display: table;
    transition: all 0.3s !important;
}

.page-name {
    top: 50%;
    right: -80px;
    transform: translateY(-50%);
    text-align: left;
}

li.hover-box {
    height: 6.1vh;
    width: 6.1vh;
    justify-content: center;
    display: flex;
    align-items: center;
    border-radius: 20px;
    background-color: transparent;
    transition: background-color 0.3s;
}

.hover-box:hover {
    background-color: #F0F0F4;
}

.hover-box .page-name {
    color: #8282A1;
}

.hover-box:hover .page-name, .hover-box.active .page-name {
    color: #7171EA;
}

a.disabled {
    pointer-events: none !important;
}

.hover-box span {
    height: 28px;
    width: 4px;
    background-color: transparent;
    position: absolute;
    right: 0;
    transition: background-color 0.3s;
    border-radius: 50px;
}

.hover-box.active {
    background-color: #F0F0F4;
}

.hover-box.active span {
    background-color: #7171EA;
}

.hover-box:hover span {
    background-color: transparent;
}

.hover-box.active:hover span {
    background-color: #7171EA;
}

.hover-box.active .icon-one, .hover-box.active:hover .icon-one {
    background-image: url(assets/img/icon1-h.svg) !important;
}

.hover-box:hover .icon-one {
    background-image: url(assets/img/icon1-l.svg) !important;
}

.hover-box.active .icon-two, .hover-box.active:hover .icon-two {
    background-image: url(assets/img/icon2-h.svg) !important;
}

.hover-box:hover .icon-two {
    background-image: url(assets/img/icon2-l.svg) !important;
}

.hover-box.active .icon-three, .hover-box.active:hover .icon-three {
    background-image: url(assets/img/icon3-h.svg) !important;
}

.hover-box:hover .icon-three {
    background-image: url(assets/img/icon3-l.svg) !important;
}

.hover-box.active .icon-four, .hover-box.active:hover .icon-four {
    background-image: url(assets/img/icon4-h.svg) !important;
}

.hover-box:hover .icon-four {
    background-image: url(assets/img/icon4-l.svg) !important;
}

.hover-box.active .icon-five, .hover-box.active:hover .icon-five {
    background-image: url(assets/img/icon5-h.svg) !important;
}

.hover-box:hover .icon-five {
    background-image: url(assets/img/icon5-l.svg) !important;
}

.hover-box.active .icon-seven, .hover-box.active:hover .icon-seven {
    background-image: url(assets/img/heart-h.svg) !important;
}

.hover-box:hover .icon-seven {
    background-image: url(assets/img/icon7-l.svg) !important;
}

.hover-box.active .icon-six, .hover-box.active:hover .icon-six {
    background-image: url(assets/img/icon6-h.svg) !important;
}

.hover-box:hover .icon-six {
    background-image: url(assets/img/icon6-l.svg) !important;
}

.hover-box.active .icon-eight, .hover-box.active:hover .icon-eight {
    background-image: url(assets/img/icon8-h.svg) !important;
}

.hover-box:hover .icon-eight {
    background-image: url(assets/img/icon8-l.svg) !important;
}

.hover-box.active .icon-nine, .hover-box.active:hover .icon-nine {
    background-image: url(assets/img/icon9-a.svg) !important;
}

.hover-box:hover .icon-nine {
    background-image: url(assets/img/icon9-l.svg) !important;
}

.hover-box.active .icon-ten, .hover-box.active:hover .icon-ten {
    background-image: url(assets/img/icon9-h.svg) !important;
}

.hover-box:hover .icon-ten {
    background-image: url(assets/img/icon10-l.svg) !important;
}

a.disabled .icon-box {
    opacity: 0.5;
}

.disabled {
    pointer-events: none;
    cursor: default;
}

.box-utenze-p {
    margin-top: 0;
    transition: margin-top 0.3s;
}

.link-utenza:hover {
    text-decoration: none;
}

.link-utenza:hover .box-utenze-p {
    margin-top: -5px;
}

.input-group-text#basic-addon1 {
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: .25rem;
}

#form-edit .form-control, #form-edit2 .form-control {
    border: 0;
    background-color: transparent;
}

.search .form-control {
    border: 0 !important;
    background-color: transparent !important;
}

.search {
    border: 1.5px solid #F0F0F4;
    box-sizing: border-box;
    border-radius: 50px;
    height: 52px;
}

.search2 {
    border: none !important;
    background-color: #F0F0F4;
}

.vertical-white-line {
    border-right: 1.5px solid #EEEEF2;
}

.calendar-fat {
    color: #7171EA;
}

.calendar-fat img.hover-c {
    display: none;
}

.calendar-fat:hover img.hover-c {
    display: block;
}

.calendar-fat.active img.hover-c {
    display: block;
}

.calendar-fat:hover img.nohover {
    display: none;
}

.calendar-fat:active img.nohover {
    display: none;
}

.img-profile {
    width: 36px;
    height: 36px;
    background-size: cover;
    border-radius: 15px;
    background-position: center;
}

.img-profile2 {
    width: 89px;
    height: 89px;
    background-size: cover;
    border-radius: 25px;
    background-position: center;
}

.profile-det {
    background: #F9F9FB;
    border-radius: 20px;
    padding: 8px 16px 8px 8px;
}



.notifications {
    padding: 14px;
    background-color: #F9F9FB;
    border-radius: 20px;
    -webkit-appearance: unset !important;
}

.notification-count {
    border-radius: 50%;
    color: white;
    width: 16px;
    height: 16px;
    font-size: 9px;
    align-items: center;
    text-align: center;
    justify-content: center;
    display: flex;
    top: 0;
    right: -1px;
}

.box-profile {
    background: #FFFFFF;
    box-shadow: 0px 16px 50px rgba(130, 130, 161, 0.15);
    border-radius: 20px;
    padding: 21px 24px 16px 24px;
}

.det-plan-profile {
    padding: 16px 24px;
    height: fit-content !important;
}

.det-plan-profile.reset-height {
    height: unset !important;
}

.border-line-right {
    border-right: 1px solid #D9D9E2;
    ;
}

.border-line-right2 {
    border-right: 2px solid white;
}

.border-line-right3 {
    border-right: 1px solid #F0F0F4;
}

.big-img-profile {
    width: 123px;
    height: 123px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 40px;
}

th {
    text-align: right;
}

.richieste th {
    text-align: unset;
}

.richieste tr {
    border-bottom: 1px solid #EEEEF2;
}

.box-code {
    border: 1.5px solid #7171EA;
    padding: 8px 16px;
    width: fit-content;
    border-radius: 10px;
}

tr {
    border: none;
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: none !important;
}

.apexcharts-toolbar {
    display: none;
}

.consumi-percentuale {
    padding: 8px 19px;
    background-color: #EAFBF4;
    border-radius: 10px;
}

.consumi-percentuale1 {
    padding: 8px 19px;
    background-color: #FFEBEB;
    border-radius: 10px;
}

.section-general {
    border-bottom: 1px solid #F0F0F4;
    border-top: 0;
    left: 0;
    width: 100%;
    margin-top: 32px;
}

#form-edit .form-control, #form-edit1 .form-control, #form-edit2 .form-control, .input-group {
    border: 1.5px solid #F0F0F4;
    border-radius: 10px;
}

#form-edit label, #form-edit1 label, #form-edit2 label {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #8282A1;
    margin-bottom: 8px;
}

#form-edit .form-control::placeholder, #form-edit1 .form-control::placeholder, #form-edit2 .form-control::placeholder {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    color: #8282A1;
}

#form-edit1 option, #form-edit2 option {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    color: #8282A1;
}

#form-edit1 .form-control, #form-edit2 .form-control {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    color: #8282A1;
}

.form-check label {
    font-family: 'Archivo';
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 18px !important;
    line-height: 27px !important;
    color: #8282A1 !important;
}

.not-click {
    background-color: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 0;
    left: 0;
}

.card-button {
    background-color: #D9D9E2;
    height: 8px;
    width: 8px !important;
    border-radius: 50px;
    border: none;
    padding: 0;
    margin: 0 8px;
}

.card-button.active {
    background-color: #8282A1;
}

.credit-card1 {
    background: linear-gradient(180deg, #FFA895 0%, rgba(255, 168, 149, 0) 100%), #7171EA;
    border-radius: 10px;
    padding: 24px;
    width: fit-content;
    cursor: pointer;
    z-index: 3;
    transition: all 0.3s;
}

.credit-card2 {
    background: linear-gradient(180deg, #1AC8ED 0%, rgba(26, 200, 237, 0) 100%), #7171EA;
    z-index: 2;
}

.credit-card3 {
    background: linear-gradient(180deg, #5AE4AF 0%, rgba(90, 228, 175, 0) 100%), #1AC8ED;
    z-index: 1;
}

.footer-card {
    bottom: 0;
    left: 0;
    padding: 16px 24px;
    background-color: rgba(26, 26, 35, 0.05);
    border-radius: 0 0 10px 10px;
}

.z-index99 {
    z-index: 9999;
    transition: all 0.3 ease-in-out;
}

.card-item {
    background: #FFFFFF;
    box-shadow: 0px 16px 10px -10px rgba(130, 130, 161, 0.05);
    border-radius: 20px;
    padding: 16px 24px;
}

.icon-card {
    border-radius: 5px;
    padding: 8px 16px;
}

.inactive-icon {
    width: 24px;
}

.apexcharts-legend {
    display: none !important;
}

.apexcharts-tooltip-y-group {
    display: flex !important;
}

.apexcharts-tooltip-text-y-label {
    order: 2 !important;
}

.apexcharts-tooltip-text-y-value {
    order: 1 !important;
}

.box-harrow {
    width: 54px;
    height: 54px;
}

#favorite .owl-dot, #houses .owl-dot, #credit-carousel .owl-dot, #utenze-carousel .owl-dot {
    width: 8px;
    height: 8px;
    background-color: #D9D9E2 !important;
    border-radius: 50%;
    margin-left: 8px;
    margin-right: 8px;
}

#favorite .owl-dot.active, #houses .owl-dot.active, #credit-carousel .owl-dot.active, #utenze-carousel .owl-dot.active {
    background-color: #8282A1 !important;
}

#favorite .owl-dots, #houses .owl-dots, #credit-carousel .owl-dots, #utenze-carousel .owl-dots {
    justify-content: center;
    text-align: center;
}

#favorite .owl-nav, #houses .owl-nav, #credit-carousel .owl-nav, #utenze-carousel .owl-nav {
    display: none;
}

#favorite .owl-stage-outer, #houses .owl-stage-outer {
    padding: 30px 0;
}

.box-white {
    background-color: white;
    box-shadow: 0px 16px 60px -10px rgba(130, 130, 161, 0.15);
}

.box-pad {
    padding: 24px 27px;
}

.hr-white {
    border-color: white;
}

.hr-violet {
    border-color: #EEEEF2;
    ;
}

.hr-margin {
    margin-top: 22px;
    margin-bottom: 24px;
}


hr.dotted {
    border: 1px dashed #D9D9E2;
}

.unselected-item {
    filter: grayscale(1);
    opacity: 0.25;
}

.pad-danger {
    padding: 14px 16px;
    border: 2px solid #FF5C5C !important;
}

.pad-safe {
    padding: 14px 16px;
    border: 2px solid #3EDA9E !important;
}

button.harrow {
    background-color: transparent !important;
    border: none !important;
}

button.harrow img {
    opacity: 50%;
    transition: all 0.3s;
}

button.harrow:hover img {
    opacity: 100%;
}

a.button-outline-primary, button.button-outline-primary {
    padding: 10px 30px;
    border: 2px solid #7171EA;
    box-sizing: border-box;
    border-radius: 30px;
    width: fit-content;
    margin: 0 auto;
    text-align: center;
}

#form-edit1 {
    padding: 0 162px 0 92px;
}

.portfolio-menu {
    text-align: center;
}

.portfolio-menu ul li {
    display: inline-block;
    margin: 0;
    list-style: none;
    padding: 10px 15px;
    cursor: pointer;
    -webkit-transition: all 05s ease;
    -moz-transition: all 05s ease;
    -ms-transition: all 05s ease;
    -o-transition: all 05s ease;
    transition: all .5s ease;
}

.portfolio-item {
    width: 100%;
}

.portfolio-item .item {
    /*width:303px;*/
    float: left;
    margin-bottom: 10px;
}

.status {
    padding: 4px 8px;
    width: fit-content;
    border-radius: 5px;
}

.danger-line {
    border: 1px solid #F6DB4C;
}

.alert-line {
    border: 1px solid #FF5C5C;
}

.safe-line {
    border: 1px solid #47DCA2;
}

.fattura-singola {
    margin-bottom: 32px;
    cursor: pointer;
}

#fatture-container .fattura-singola {
    margin-bottom: 16px;
}

.box-scadenza {
    padding: 0 32px 0 0;
    cursor: pointer;
}

.box-scadenza .box-profile {
    box-shadow: 0px 16px 30px -10px rgba(255, 92, 92, 0.15);
}

.barra1 {
    background: #F0F0F4;
    border-radius: 10px;
    width: 43px;
    margin-right: 5px;
    margin-left: 5px;
}

.base-barre {
    border: 1px solid #F0F0F4;
}

.barra2 {
    background-color: #47DCA2;
    border-radius: 10px;
    width: 43px;
    margin-right: 5px;
    margin-left: 5px;
}

.barra3 {
    background-color: #FF5C5C;
    border-radius: 10px;
    width: 43px;
    margin-right: 5px;
    margin-left: 5px;
}

.contatore-count .form-control {
    border: 2px solid #373749;
    padding: 15px;
    text-align: center;
    font-family: Archivo;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
    /* identical to box height, or 150% */
    text-align: center;
    color: Black;
    max-width: 58px;
    background-color: transparent;
}

.contatore-count .form-control:focus {
    background: transparent;
}

.contatore-count .form-control:valid {
    background: #373749;
    color: white;
}

.contatore-count .red-control:focus {
    background-color: white;
}

.stiky-menu {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background: white;
    z-index: 99;
}


.line {
    height: 23px;
    overflow: hidden;
}

.h-33 {
    height: 31.8% !important;
}

th.prev::after {
    content: url(assets/img/left2.svg);
    margin-top: 8px;
}

th.next, th.prev {
    font-size: 0;
}

th.next::after {
    content: url(assets/img/right5.svg);
}

.contatore-count .red-control:valid {
    background: #FF5C5C;
}

.contatore-count .red-control {
    border: 2px solid #FF5C5C;
}

.img-box-events {
    border-radius: 15px;
    width: 100%;
    height: 10rem;
    background-size: cover;
    background-position: center;
    box-shadow: 0px 24px 24px -10px rgba(26, 26, 35, 0.1);
}

#eventi-mobile {
    margin-bottom: 100px;
}

#eventi .owl-nav, #eventi-mobile .owl-nav {
    display: none;
}

#eventi .owl-dot, #eventi-mobile .owl-dot {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: white;
    opacity: 0.3;
    margin: 0 8px;
}

#eventi .owl-dot.active, #eventi-mobile .owl-dot.active {
    opacity: 1;
}

#eventi .owl-dots, #eventi-mobile .owl-dots {
    margin-top: 40px;
    justify-content: center;
    text-align: center;
}

#eventi .item, #eventi-mobile .item {
    margin-top: 0;
    transition: margin-top 0.3s;
    cursor: pointer;
}

#eventi .item:hover {
    margin-top: -5px;
}

#eventi .owl-stage {
    padding-top: 20px;
}

.friend-circle {
    height: 84px;
    width: 84px;
    border: 8px solid white;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    z-index: 90;
}

.second-img {
    margin-left: -20px;
    z-index: 10;
}

.mb-56 {
    margin-bottom: 56px;
}

.datepicker-inline {
    width: 100%;
}

.datepicker table tr td.day:hover {
    border-radius: 20px;
}

.table-condensed thead tr:nth-child(3) th {
    color: #7171EA !important;
}

.datepicker table tr td.active {
    background-color: #7171EA !important;
    background-image: none !important;
}

.p-32 {
    padding: 32px;
}

.datepicker table {
    width: 100%;
    height: 340px;
}

.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
    border-radius: 50px;
}

.table-condensed thead tr:nth-child(2) {
    border-bottom: 1px solid #F0F0F4;
    /* margin: 24px 32px; */
    position: absolute;
    top: -14%;
    width: 100%;
    left: 0;
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding: 24px 16px;
    background-color: white;
    border-radius: 20px 20px 0 0;
}

body.fatture .datepicker {
    box-shadow: 0px 16px 50px rgb(130 130 161 / 15%);
    border-radius: 0 0 20px 20px !important;
}

.support .table-condensed thead tr:nth-child(2) {
    border-bottom: 1px solid #F0F0F4;
    /* margin: 24px 32px; */
    position: absolute;
    top: -14%;
    width: 100%;
    left: 0;
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding: 24px 16px;
    background-color: white;
}

.support .datepicker {
    box-shadow: 0px 16px 60px -10px rgba(130, 130, 161, 0.18);
}

.table-condensed thead tr:nth-child(3) th {
    padding: 32px 0 24px 0;
    font-family: Archivo;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    /* identical to box height, or 150% */
    text-align: center;
    /* UI/Color/Greyscale/02 */
    color: #53536E
}

tbody tr {
    padding: 0 32px;
}

td.day {
    font-family: Archivo;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    /* identical to box height, or 150% */
    text-align: center;
    /* UI/Color/Greyscale/03 */
    color: #8282A1;
}

.datepicker-switch {
    font-family: Archivo;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    /* identical to box height, or 150% */
    /* UI/Color/Greyscale/02 */
    color: #53536E;
    order: 1;
}

.table-condensed .prev {
    order: 2;
    width: 74px;
    content: '>';
}

.table-condensed .next {
    order: 3;
    width: 74px;
}

#sandbox-container {
    padding-top: 13%;
    border-radius: 20px !important;
    background-color: white;
}

#sandbox-container .box-profile {
    box-shadow: none !important;
}

.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
    background: transparent !important;
    color: #8282A1;
}

.datepicker .next, .datepicker .prev {
    color: #D9D9E2;
}

.link-whatsapp div.shade10 {
    margin-top: 0;
    transition: margin-top 0.3s;
}

.link-whatsapp:hover div.shade10 {
    margin-top: -5px;
}

.link-whatsapp:hover {
    text-decoration: none;
}

/* nuovo */

.faq .faq-list {
    list-style: none;
    padding-left: 0;
}

.faq .faq-list li {
    background-color: #F0F0F4;
    margin-bottom: 10px;
    border-radius: 20px;
    padding: 24px 26px;
    right: -25px;
}

.faq .faq-list a {
    display: block;
    position: relative;
    font-size: 18px;
    font-family: 'Archivo';
    font-weight: 600;
    color: #53536E;
    text-decoration: none;
}

.faq .faq-list img.arrow {
    font-size: 16px;


    transition: 1s;
}

.faq-title {
    text-align: center;
    font-size: 17px;
    border-bottom: 2px dashed #ffffff;
    margin-bottom: 30px;
    padding-bottom: 10px;
    color: #ffffff;
}

.faq .faq-list p {
    padding-top: 24px;
    margin-bottom: 20px;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    color: #8282A1;
}

.collapsed img.arrow {
    transform: rotate(180deg);
}

#fatture-scadute.owl-carousel .owl-item img {
    width: unset !important;
}

#fatture-scadute .owl-dot, .nonloop .owl-dot {
    width: 8px;
    height: 8px;
    background: #53536E !important;
    opacity: 0.2;
    border-radius: 50%;
    margin: 0 8px;
}

#fatture-scadute .owl-dot.active, .nonloop .owl-dot.active {
    width: 8px;
    height: 8px;
    background: #53536E;
    border-radius: 50%;
    opacity: 1;
    margin: 0 8px;
}

#fatture-scadute .owl-dots, .nonloop .owl-dots {
    text-align: center;
    align-items: center;
    height: fit-content;
    margin: 24px 0;
}

.nonloop .owl-dots {
    margin: -36px 0
}

#fatture-scadute .owl-nav {
    display: none;
}

.hideee {
    display: none !important;
}

input[type=radio], input[radio=checkbox] {
    -webkit-appearance: unset !important;
    border-radius: 50%;
    border: 2px solid #B6B6C8;
    width: 16px !important;
    height: 16px !important;
    display: flex;
    margin: 0;
}

input[type=radio]:checked, input[radio=checkbox]:checked {
    border: 6px solid #7171EA;
}

.form-check-inline .form-check-input {
    margin-right: 0 !important;
}

.modal-header.primary-b {
    background-color: #7171EA;
}

.input-group>.form-control, .form-control::placeholder {
    font-family: Archivo;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    /* identical to box height, or 150% */
    /* UI/Color/Greyscale/03 */
}

.form-control::placeholder {
    color: #D9D9E2 !important;
}

.input-group>.form-control {
    color: #53536E;
}

.profile-nav {
    position: relative;
    background-color: transparent;
}

#new-client-modal .modal-dialog {
    max-width: 100% !important;
}

.modal-activation-mobile {
    background-image: url('assets/img/back-login.jpg');
    background-size: cover;
}

.header-utenza {
    padding: 16px 31px;
    border-bottom: 1px solid #EEEEF2;
    border-radius: 0 20px 20px 0;
}

.header-utenza2 {

    background-color: white;
}

.border-violet-left {
    height: 105%;
    width: 4px;
    background-color: #7171EA;
    left: 0;
    border-radius: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.circle-icon {
    border: 3px solid #EEEEF2;
    padding: 24px;
    border-radius: 50%;
    transition: all 0.3s;
}

.header-utenza:hover .circle-icon {
    border: 3px solid #7171EA;
}

.circle-icon.active {
    border: 3px solid #7171EA;
}

.dropdown-menu.show {
    border: none;
    padding: 0;
    margin: 0;
    background-color: transparent;
    border-radius: 0 0 20px 20px !important;
    overflow: hidden;


}


.dropdown-white {
    background-color: white;




}

.datepicker-orient-bottom {
    width: 460px;
    border: none;
    background-color: white;
}

.datepicker-orient-bottom.dropdown-menu> :first-child {
    background-color: white !important;
}

.dropdown-menu .header-utenza .body1 {
    font-size: 18px !important;
}

.dropdown-menu .header-utenza {
    padding: 16px 39px;
}

.dropdown-menu .circle-icon {
    padding: 20px;
    box-sizing: border-box;
}

.dropdown-menu .mr-48 {
    margin-right: 59px;
}

.dropdown-menu .circle-icon img {
    width: 24px;
    height: 24px;
}

.dropdown-menu .header-utenza {
    border-radius: 0;
    background-color: white;
    cursor: pointer;
}

#dropdownMenuButton[aria-expanded="true"] {
    border-radius: 0 20px 0 0 !important;
}

.rotation-drop {
    transition: transform 0.3s;
}

#dropdownMenuButton[aria-expanded="true"].rotation-drop {
    transform: rotate(180deg);
}

.green-box-icon img {
    width: 40px;
}

.pill-pod {
    border: 1.5px solid #FFFFFF;
    width: fit-content;
    border-radius: 10px;
    height: fit-content;
}

.pill-pod div.body2 {
    padding: 12px 16px;
}

.pill-pod p.title4 {
    padding: 10px 56px;
}

.pill-pod .divider {
    width: 1.5px;
    background-color: white;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.pop-up-consumi, .pop-up-consumi2 {
    border-radius: 20px;
    height: fit-content;
    width: 100%;
    background-color: white;
    box-shadow: 0px 16px 60px -10px rgba(130, 130, 161, 0.28);
    padding: 16px;
    z-index: 98;
    right: 60px;

}

.hide-popup {
    visibility: hidden;
}

.show-popup {
    visibility: visible;
}

.nonloop {
    margin-bottom: 60px;
}

.nonloop .owl-item img {
    display: block;
    width: unset !important;
}

.nonloop .owl-stage {
    padding-left: 16px !important;
    padding-top: 30px !important;
    padding-bottom: 50px !important;
}

.button-vedi-tutte {
    margin-bottom: 200px;
    padding: 0 48px;
}

.pop-up-consumi .body4, .pop-up-consumi2 .body4 {
    font-size: 16px;
    line-height: 150%;
}

.nonloop .box-profile {
    width: 95% !important;
    margin: 0 auto;
}

.box-profile.row {
    margin-top: 0 !important;
}

.stiky-menu {
    position: sticky !important;
    top: 0;
}

a:hover {
    text-decoration: none !important;
}

.faq-list {
    list-style: none;
    padding: 0;
}




.faq-list img {
    transform: rotate(0);
    transition: all 0.1s;
}

.faq-list .the-active img {
    transform: rotate(180deg);

}

.faq-heading {
    position: relative;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}

.faq-heading:hover {
    color: var(--theme-color);
}

.faq-text {
    display: none;
}

.container {
    width: 1200px;
    margin: auto;
}

.art-box svg {
    width: 100%;
}

.dropdown-menu> :first-child {
    background-color: #F6F6F8;
}

.box-utente-img {
    padding: 44px 42px;
    width: fit-content;
    border-radius: 40px;
    background: linear-gradient(180deg, #CEACFD 0%, rgba(206, 172, 253, 0) 100%), #4444E3;
}

.img-edit {
    right: 16px;
    bottom: 16px;
    box-shadow: 0px 16px 20px -10px rgba(130, 130, 161, 0.15);

}

.credit-footer {
    background: rgba(26, 26, 35, 0.05);
    border-radius: 0 0 15px 15px;
    padding: 24px;

}

.credit-large {
    box-shadow: 0px 24px 60px rgba(83, 83, 110, 0.4);
}

.padding-medoti-associati {
    padding: 16px 16px 16px 24px;
}

.back-amicizia {
    background: url('assets/img/amici.jpg');
    background-size: cover;
    background-position: center;
}

#credit-carousel img, #utenze-carousel img {
    width: unset !important;
}

#credit-carousel .owl-stage, #utenze-carousel .owl-stage {
    padding: 20px 0;
}

#credit-carousel .credit-large, #utenze-carousel .box-profile {
    box-shadow: none;
}

.otp .form-control:valid {
    background: #F6F6F8;
    /* UI/Color/Primary/Violet */

    border: 2px solid #7171EA;
    box-sizing: border-box;
    border-radius: 10px;
    font-family: Archivo;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
    /* identical to box height, or 150% */

    text-align: center;

    /* UI/Color/Primary/Violet */

    color: #7171EA;
    width: 52px;

}

.otp .form-control {
    width: 52px !important;
    text-align: center;
}



.otp .form-control:focus, .otp .form-control:focus {
    border: 2px solid #D9D9E2;
    box-sizing: border-box;
    border-radius: 10px;
    font-family: Archivo;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
    /* identical to box height, or 150% */

    text-align: center;

    /* UI/Color/Greyscale/05 */

    color: #D9D9E2;
    width: 52px;
}



#modifica-password .form-edit .form-control {
    width: unset !important;
}

.form-edit .form-control {
    border-radius: 10px;

    height: 100%;
}

.form-edit .form-control:disabled {
    background-color: #F6F6F8;
    border: 1.5px solid #EEEEF2;
}

.separatore {
    margin-left: -116px;
    z-index: 9;
}

.modal {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.row-fatture-mobile {
    padding-top: 150px;
}

.datepicker-inline {
    width: unset !important;
}

.faq-list .box-profile {
    background-color: white !important;
    box-shadow: unset;
    border: 1.5px solid #EEEEF2
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #7171EA !important;
}

.custom-checkbox .custom-control-input:checked:focus~.custom-control-label::before {
    box-shadow: unset;
}

.custom-checkbox .custom-control-input:focus~.custom-control-label::before {
    box-shadow: unset;
}

.custom-checkbox .custom-control-input:active~.custom-control-label::before {
    background-color: white;
    border: 1.5px solid #B6B6C8;
}

.faq-list .box-profile.mobile {
    border-radius: 0;
}

.dropdown-menu.w-100.show {
    top: 80px !important;

    transform: none !important;
}

.box-richiesta {
    cursor: pointer;
    margin-top: 0;
    transition: all 0.2s;
}

.box-richiesta:hover {
    margin-top: -10px;
}

.modal-richieste .modal-dialog {
    max-width: 884px;
}

.modal-richieste select {
    border-width: 0 !important;
}

.modal-richieste input::placeholder {
    color: #8282A1 !important;
}

.modal-richieste .locked .form-control {
    background-color: #F6F6F8 !important;

}

.modal-richieste .locked input::placeholder {
    color: #B6B6C8 !important;
}

.modal-richieste .input-group.locked {
    background-color: #F6F6F8;
}

.modal-richieste .faq .faq-list li {
    background-color: white;
    padding: 0;
    margin: 0;
    padding-top: 0 !important;
}

.modal-richieste .faq .faq-list p {
    padding: 0;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url('assets/img/tick-new.svg');
}

.modal-richieste textarea:focus, .modal-richieste textarea {
    border: 1.5px solid #EEEEF2;
}


.box-count-family {
    background-color: white;
    border: 1.5px solid #EEEEF2;

    border-radius: 10px;
    padding: 18px 24px;
    width: fit-content;
    display: flex;
    align-items: center;
}

.box-count-family input {
    width: 50px;
    text-align: center;
    background-color: white;
    border: none;
    font-size: 24px;
    font-family: 'Archivo';
    font-weight: 700;
    color: #373749;
}

.box-count-button {
    border: 1.5px solid #EEEEF2;
    border-radius: 10px;
    display: flex;

}

.box-count-button span {
    padding: 22px 24px;
}

.box-count-button .plus {
    border-right: 1.5px solid #EEEEF2;

}

select.form-control {
    border: none;
}

.chart-mobile .btn-fatture {
    padding: 12px 20px !important;
    min-width: unset;
}

.contatore-mobile input {
    height: 51px;
    margin: 0 2px;
    border-radius: 8px;
}

.mobile-calendar {
    margin-top: 200px;
    display: none;
}

.stiky-menu .title3 {
    font-size: 28px !important;
}

.box-profile.box-index {
    background-color: white !important;
    padding: 24px !important;
}

body.fatture #sandbox-container {
    margin-top: 0 !important;
}

body.fatture #sandbox-container .box-profile {
    position: absolute;
    z-index: 99;
    background-color: white;
    top: 200px;
    left: 50%;

}

#eventi-mobile .violet-b.p-32 {
    padding: 24px 0 84px !important;
    padding-right: 0 !important;
}

body.fatture hr {
    border-color: #EEEEF2;
}

.p-menu .dropdown-menu {
    height: 100vh;
    background: rgba(130, 130, 161, 0.4) !important;
    backdrop-filter: blur(2px);
}

.modal-backdrop {
    background-color: #8282A1;
}

.consumi-legenda.faq-list .box-profile {
    border: none !important;
    padding: 0;
}

.animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}


@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }

    100% {
        transform: translateY(0rem);
        opacity: 1;
    }

    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }

    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
    }
}

.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}

body.richieste .datepicker.dropdown-menu {
    position: relative !important;
    top: -25px !important;
    margin-bottom: 20px;
    box-shadow: 0px 16px 60px -10px rgba(130, 130, 161, 0.18);
    border-radius: 20px;
}

body.richieste tr {
    border: none !important;
}

.table.richieste tr {
    border-bottom: 1px solid #EEEEF2 !important;

}

.table.richieste th, .table.richieste td {
    padding: 1.15rem;
}

.table.richieste tr.last {
    border-bottom: transparent !important;
}

.count {
    appearance: unset;
}

@media (min-width: 768px) {}

@media screen and (max-width: 1290px) {
    .icon-elettrodomestici {
        max-height: 67px;
        padding-right: 0;
    }

    .abitudini-consumo-page .grayscale7-b {
        margin-top: 24px;
    }

    .row-elettrodomestici h4.body1 {
        font-size: 18px;

    }

    .row-elettrodomestici p.body2 {
        font-size: 16px;
    }

    .call-back {
        padding: 0;
        box-shadow: unset;
    }

    #invia {
        margin-top: 24px;
        margin-bottom: 48px;
    }

    body.consumi .shade5 .title3, body.consumi .shade16 .title3 {
        font-size: 20px;
    }

    .datepicker.dropdown-menu {
        top: 208px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }

    .friends .box-profile .body1 {
        font-size: 18px;
        width: max-content;
        display: flex;
    }

    .friend-circle {
        width: 63px;
        height: 63px;
    }

    .datepicker table {
        height: 267px;
    }

    .stiky-menu .title3 {
        font-size: 24px !important;
    }

    .little-box {
        padding: 16px;
    }



    .reset-height .col-md-6 .grayscale6-b {
        margin-right: 10px;
    }

    .reset-height .col-md-6 .primary-light-b {
        margin-left: 10px;

    }

    body.consumi .det-plan-profile.mb-8p {
        padding: 16px 7px 16px 16px;
    }

    body.consumi .det-plan-profile.mb-8p .mr-16 {
        margin-right: 8px;
    }

    body.consumi .det-plan-profile.mb-8p.reset-height {
        padding: 21px;
    }

    .fatture-page {
        margin-bottom: 100px;
    }

    .mobile-calendar {
        margin-top: 0;
        margin-bottom: 45px;
    }

    .form-edit .form-control:disabled {
        background-color: #F6F6F8;
        border: 1.5px solid #EEEEF2;
    }

    .box-not {
        padding: 27px;
    }

    .pr-64 {
        padding-right: 0;
    }

    #fatturascaduta img.mr-16.order-last.order-xl-first, #fatturapagata img.mr-16.order-last.order-xl-first {
        margin-right: 0 !important;
        margin-left: 16px !important;
    }

    #fatturascaduta .body2.primary, #fatturapagata .body2.primary {
        font-size: 14px;
    }

    #fatturascaduta .modal-content, #fatturapagata .modal-content {
        min-height: 100vh;
    }

    #fatturascaduta .modal-dialog, #fatturapagata .modal-dialog {
        margin: 0 !important;
    }

    #fatturascaduta .modal-header, #fatturapagata .modal-header {
        border-radius: 0;
    }

    #fatturascaduta .modal-content, #fatturapagata .modal-content {
        border-radius: 0;
    }

    #fatturascaduta .modal-body, #fatturapagata .modal-body {
        padding: 40px 24px;
    }

    #fatturascaduta .p-32, #fatturapagata .modal-body {
        padding-right: 0 !important;
    }

    .pop-up-consumi, .pop-up-consumi2 {
        left: 0 !important;
    }

    .dropdown-menu> :first-child {
        background-color: #F6F6F8;
    }


    .dropdown-menu {
        top: 20px !important;

        background-color: white;
    }

    .nonloop .owl-stage {
        margin-left: -181px;
    }

    .col-50 {
        min-height: 66vh;
    }

    .menu-pad {
        padding-top: 0 !important;
    }

    .logo {
        width: 97px;
    }

    .menu-pad .m-40 {
        margin-bottom: 32px;
    }

    form .mt-32 {
        margin-top: 24px;
    }

    .mt-32.mb-32 {
        margin-top: 24px !important;
        margin-bottom: 24px !important;
    }

    .w-md-100 {
        width: 100% !important;
    }

    .o-pad {
        padding: 0 40px;
    }

    .logo-nav {
        padding: 29px 40px;
    }

    .fixed-col {
        position: relative;
        padding: 56px 107px !important;
        height: unset !important;
    }

    .p-32 {
        padding: 24px;
    }

    .def-box-p {
        padding: 0 24px;
    }

    .title6 {
        font-size: 20px;
    }

    .stiky-menu.pr-32 {
        padding-right: 24px !important;
    }

    .box-consumi-effettivi {
        margin-top: 24px;
    }

    .box-profile-tablet {
        background-color: transparent !important;
        padding: 0 !important;
        box-shadow: none;
    }

    .box-profile-tablet2 {
        padding: 16px 16px 24px;
        background-color: white;
        border-radius: 20px !important;
    }

    .box-profile-tablet2 .mb-22 {
        margin-bottom: 0;
    }

    .mr-144 {
        margin-right: 0px;
    }

    .mr-158 {
        margin-right: 10px;
    }

    .img-profile2 {
        width: 77px;
        height: 77px;
    }

    .card-credit {
        position: absolute;
        width: 279px;
        right: -70%;
        bottom: 0;
        margin-bottom: 0;
    }

    .title-credit {
        width: 100% !important;
    }

    .button-credit {
        width: 60%;
        margin-bottom: 8px
    }

    .button-credit:hover {
        width: 60%;
    }

    .pr-32, .box-scadenza {
        padding-right: 0 !important;
    }

    .btn-fatture {
        font-size: 14px;
        padding: 8px 15px;
        width: max-content !important;
        min-width: 88px;

    }

    .utenza, .px-12, .pl-44 {
        padding: 8px !important;
    }

    .border-line-right {
        border: 0 !important;
    }

    .utenze {
        margin-bottom: 0 !important;
    }

    .icon-giant-mobile {
        width: 88px;
    }

    .non-attive .col-md-6 {
        padding: 8px;
    }

    .form-group {
        margin-bottom: 0;
    }

    .login-options.mb-32 {
        margin-bottom: 24px;
    }

    .forget-pass {
        margin-bottom: 49px;
    }

    .fixed-col .box-profile {
        width: 78% !important;
    }

    .box-profile.box-profile-tablet {
        position: unset !important;
        top: unset !important;
        transform: unset !important;
        width: 100% !important;
    }

    .dropdown-menu.w-100.show {
        top: 80px !important;

        transform: none !important;
    }

    .mobile-nav {
        z-index: 999;
    }

    .mobile-item {
        height: 100vh;
    }

    .call-back {
        padding: 0;
        box-shadow: unset;
    }

    #invia {
        margin-top: 24px;
        margin-bottom: 48px;
    }

    body.consumi .shade5 .title3, body.consumi .shade16 .title3 {
        font-size: 20px;
    }

    .datepicker.dropdown-menu {
        top: 208px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }

    .friends .box-profile .body1 {
        font-size: 18px;
        width: max-content;
        display: flex;
    }

    .friend-circle {
        width: 63px;
        height: 63px;
    }

    .datepicker table {
        height: 267px;
    }

    body.support .form-group {
        margin-bottom: 24px;
    }

    body.support .datepicker {
        top: 3034.84px !important;
    }

    body.autolettura .box-profile {
        box-shadow: none;
        padding: 0;
    }

    body.support .col-lg-6.faq {
        padding: 0 !important;
    }

    body.support .col-lg-5.offset-lg-1 {
        padding: 0;
    }

    body.support .box-shadow-green .det-plan-profile {
        justify-content: center;
    }

    .range-orario {
        font-size: 16px;
    }

    body.support {
        padding-bottom: 100px;
    }
}



@media screen and (max-width:732px) {

    .container-richieste {
        margin-top: 100px;

    }

    .request {
        margin-right: 4px;
    }

    .user-request {
        margin-left: 4px;
    }

    .request, .user-request {
        padding: 14px !important;
    }

    .abitudini-consumo-page .grayscale7-b.p-32 {
        padding: 16px !important;
    }

    .abitudini-consumo-page .box-profile .col-lg-8 {
        padding-right: 0;
    }

    .abitudini-consumo-page .box-profile .col-lg-4 {
        padding-left: 0;
    }

    .abitudini-consumo-page .box-profile .bord-20.p-32 {
        margin-bottom: 24px;
    }

    .abitudini-consumo-page .box-profile .col-lg-4 .bord-20.p-32 {
        margin-bottom: 0;
    }

    .abitudini-consumo-page .box-profile.mb-64 {
        margin-bottom: 32px !important;
    }

    .abitudini-consumo-page .box-profile .m-16 {
        margin-bottom: 8px;
    }

    .box-casa {
        margin-top: 100px;
    }

    .abitudini-consumo-page .box-profile .bord-20.p-32 .title3 {
        font-size: 24px;
        margin-right: 0;
    }

    .support #fatture-container {
        margin-top: 100px;
    }

    .support #fatture-container .det-plan-profile.bord-20 {
        border-radius: 0;
    }

    .support .mobile-filter-fatture {
        margin-top: 24px;
        margin-bottom: 0px;
        padding-left: 24px !important;
    }

    .support .det-plan-profile h3 {
        margin-bottom: 0;
        margin-left: 24px;
        margin-right: 24px;
        padding-top: 40px !important;
    }

    .support .det-plan-profile.grayscale7-b.p-32 {
        padding: 0 !important;
    }

    .support section {
        padding: 0 24px;
    }

    .support .body2 {
        font-size: 18px;
    }

    body.support .datepicker {
        top: 170px !important;
    }

    .support .faq h3 {
        margin-bottom: 16px;
    }

    .abitudini-consumo-page .box-profile {
        margin-top: 0;

    }

    .box-profile.call-back {
        margin-top: 37px;
    }

    .support #fatture-container .mb-48 {
        margin-bottom: 0;
    }

    .support .box-shadow-green .title2 {
        font-size: 24px;
    }

    .reset-height {
        margin-top: 32px;
    }

    .reset-height .col-md-6 .grayscale6-b {
        margin-right: 0;
    }

    .datepicker.dropdown-menu {
        width: 344px;
    }



    .ricalcolo-consumo .col-md-6 {
        margin-left: 0;
        margin-right: 0;
        padding-right: 0;
        padding-left: 0;
    }

    .reset-height .col-md-6 .primary-light-b {
        margin-left: 0;
    }

    .reset-height .col-md-6 .grayscale6-b {
        margin-left: 0;
    }

    .m-tt-16 {
        margin-left: 0;

    }

    .col-12.col-lg-4.col-sm-6.pl-0.m-16 .body1.grayscale1.mb-0 {
        font-size: 18px;
    }

    .col-12.col-lg-4.col-sm-6.pl-0.m-16 {
        padding: 0;
    }

    .icon-elettrodomestici {
        max-width: 71px;
    }

    body.support #fatture-container {
        padding: 0;
    }

    body.support .mobile-filter-fatture {
        position: relative;
    }

    .community .mobile-filter-fatture {
        position: relative;
        margin-top: 0;
        padding-top: 0;
    }

    .community .box-profile {
        margin-top: 0;
    }

    .community .p-24 {
        padding-right: 0;
    }

    body.autolettura .box-profile {
        padding: 0;
        box-shadow: none !important;
    }

    body.autolettura-gas .grayscale7-b.p-32 {
        background: unset !important;
        padding: 0 !important;
    }



    .fatture-deskt {
        display: none !important;
    }

    .name-page {
        min-width: 214px;
    }

    .fatture-desktop {
        display: none !important;
    }

    .nav-fatture.pl-32 {
        padding-left: 24px !important;
    }

    .fattura-singola {
        margin-bottom: 0 !important;
    }

    .fattura-singola .py-24 {
        padding-top: 16px !important;
        padding-bottom: 16px !important;
    }

    .separatore {
        margin-left: -15px;
        z-index: 9;
    }

    .box-mobile-2 {
        margin-top: 24px !important;
    }

    .box-mobile .title4 {
        font-size: 16px;
    }

    .box-mobile h4 span {
        font-size: 24px;
    }

    .box-mobile .title3 {
        font-size: 20px;
    }

    .box-mobile .body2 {
        margin-bottom: 0;
    }

    .box-mobile {
        background-color: unset;
        box-shadow: none;
    }

    .box-mobile .p-24 {
        padding: 24px 0;
    }

    .box-mobile .p-32 {
        padding: 24px 0 0 0;
    }

    .user {
        margin-bottom: 24px;
    }

    .credit-large .pt-24 {
        padding: 16px;
    }

    .credit-large p {
        margin-bottom: 16px;
    }

    .credit-footer {
        padding: 19px 16px;
    }

    .row-carousel-credit {
        padding: 0 16px 40px 16px !important;
    }

    .credit-footer .body5 {
        font-size: 10px;
    }

    #utenze-carousel .box-profile {
        margin-top: 0;
    }

    .box-utente-img {
        padding: 0;
        width: 80px;
        height: 80px;
        border-radius: 20px;
        background-image: url('assets/img/img-profile.jfif');
        background-size: cover;
        background-position: center;
    }

    .ml-32 {
        margin-left: 0;
    }

    .dropdown-menu {
        top: 80px !important;
        position: fixed !important;
        transform: none !important;
    }

    .mobile-nav {
        z-index: 99999;
    }

    .mobile-item {
        height: 100vh;
    }



    #fatturascaduta .p-32 {
        padding-right: 24px !important;
    }

    #adeguamento .modal-content {
        height: fit-content !important;
    }

    #adeguamento .modal-footer {
        padding-top: 48px;
        bottom: unset;
        background-color: white;
    }

    #adeguamento .m-40-0 {
        margin-left: 24px;
    }

    .nonloop .owl-stage {
        margin-left: 0px;
    }

    .dropdown-menu .font-weight-light {
        font-size: 16px;
    }


    .header-utenza {
        border-width: 1px;
    }



    .dropdown-menu .body1 {
        line-height: unset !important;
    }

    .circle-icon.mr-48 {
        margin-right: 20px;
    }

    .pt-24.grayscale7-b.bord-20.m-40 {
        padding: 16px;
        margin-bottom: 16px;
    }

    .no-gray-mobile .p-32.py-24 {
        padding: 24px;
    }

    .pop-up-consumi, .pop-up-consumi2 {
        left: 0;
    }

    .grayscale7-b.p-32.no-gray-mobile {
        padding: 0 !important;
        background-color: transparent !important;
    }

    .box-profile .pl-32 {
        padding-left: 0;
    }

    .utenza-row {
        margin-top: 115px;
    }

    .green-box-icon .mr-32 {
        margin-right: 16px;
    }

    .grayscale7-b h5 {
        font-size: 16px !important;
    }

    .shade1 .title3 {
        font-size: 20px;
    }

    .p-20 {
        padding: 0 16px !important;
    }

    .pill-pod {
        width: 100%;
    }

    .p-32.py-24 {
        padding: 16px;
    }

    .p-32.py-24 .bord-20.box-profile {
        margin-top: 0;
    }

    .shade10.mr-24 {
        margin-right: 16px;
    }

    .body {
        overflow: hidden;
    }

    .box-consumi-effettivi {
        margin-top: 24px !important;
    }


    .btn-login {
        margin: 0;
    }

    .close-login {
        display: none;
    }

    .title2.m-24, .input-group.m-24 {
        margin-bottom: 16px;
    }

    p.m-40 {
        margin-bottom: 24px;
    }

    .menu-pad h2.title2 {
        font-size: 24px;
    }

    .menu-pad p.body {
        font-size: 16px;
    }

    .input-group>.form-control, .form-control::placeholder {
        font-size: 16px;
    }

    .down-animation {
        animation: MoveUpDown 1s linear infinite;
        -webkit-appearance: none !important;
    }

    .white-logo {
        position: sticky;
        top: 0;
    }

    @keyframes MoveUpDown {
        0%, 100% {
            transform: translateY(-3px);
        }

        50% {
            transform: translateY(-10px);
        }
    }

    img.logo {
        width: 97.32px;
    }

    .fixed-col {
        position: absolute;
        height: 100vh !important;
        min-height: unset !important;
        max-height: unset;
        padding: 0 !important;
        top: 78vh;
        transition: all 1s;
        overflow: hidden;
    }

    .fixed-col .box-profile {
        margin-top: 10vh;
        width: 83% !important;
    }

    .logo-nav {
        padding: 32px 24px;
    }

    .menu-pad {
        padding-top: 0 !important;
    }

    .o-pad {
        padding: 16px 24px
    }

    .menu-pad .w-75 {
        width: 100% !important;
        margin-bottom: 0;
    }

    #register {
        width: fit-content !important;
    }

    .stiky-menu h2 {
        font-size: 20px;
    }

    .card-credit {
        position: relative;
        top: unset !important;
        right: unset !important;
        bottom: unset !important;
        margin-bottom: 30px;
    }

    .non-attive .col-md-6 {
        padding: 0;
    }

    .img-profile2 {
        width: 77px !important;
        height: 77px !important;
    }

    .box-profile {
        margin-top: 64px;
    }

    .mr-144 {
        margin-right: 0;
    }

    .p-32 {
        padding: 24px;
    }

    .def-box-p {
        padding: 0 24px
    }

    .btn {
        width: 100% !important;
        margin-bottom: 8px;
    }

    .btn:hover {
        width: 100% !important;
    }

    .box-scadenza {
        padding: 0;
    }

    .stiky-menu {
        position: fixed !important;
        width: 100%;
        top: 0px;
    }

    .pr-32 {
        padding-right: 0 !important;
    }

    .stiky-menu.pr-32 {
        padding: 18px 18px 18px 24px !important;
    }

    .m-40-0 {
        margin: 0;
    }

    .title4 span {
        font-size: 20px;
    }

    .body2 {
        font-size: 16px;
    }

    h3.body1 {
        font-size: 18px;
    }

    p.body3 span {
        font-size: 16px;
    }

    p.body3 {
        font-size: 14px;
    }

    span.title4 {
        font-size: 24px !important;
    }

    .border-line-right {
        border: none !important;
    }

    .px-12 {
        padding: 0;
    }

    .btn-fatture {
        font-size: 14px;

        font-weight: 400;
        padding: 8px 34.5px;
    }

    .pl-44 {
        padding-left: 0;
    }

    .mobile-utenza {
        margin-bottom: 14px;
    }

    .mobile-utenza img {
        width: 24px;
        height: 24px;
    }

    .mobile-utenza .body2 {
        font-size: 18px;
    }

    .box-utenze-p .body5 {
        font-size: 14px !important;
    }

    .box-utenze-p .mb-18 {
        margin-bottom: 12px;
    }

    .def-box-p .pr-16, .def-box-p .pl-16 {
        padding: 0 !important;
    }

    .icon-giant-mobile {
        width: 88px;
    }

    .button-white {
        height: fit-content;
        width: fit-content !important;
        z-index: 89;
    }

    .mb-46 {
        margin-bottom: 24px;
    }

    .grayscale7-b.p-32 {
        padding: 24px 16px !important;
    }

    .shade11 {
        margin-bottom: 24px;
    }

    .shade12 {
        margin-bottom: 90px;
    }

    .utenze .mr-24 {
        margin-right: 16px;
    }

    .modal-body {
        padding: 24px;
    }



    .modal-body .pt-24.grayscale7-b {
        padding: 0 !important;
        background: none;
    }

    #aggiorna-metodo .form-check, #metodo-associato .form-check {
        box-shadow: 0px 16px 60px -10px rgba(130, 130, 161, 0.18);
    }

    .modal-content {
        width: 100%;
        height: 100vh !important;
    }

    .modal-dialog {
        margin: 0;
    }

    .modal-header, .modal-body, .modal-content {
        border-radius: 0;
    }

    .button-outline-primary p {
        font-size: 18px;
        justify-content: center !important;
        font-weight: 600;
        color: #7171EA;
    }

    .button-outline-primary:hover {
        color: #7171EA;
    }

    .btn.btn-fatture2.active.mr-16, .btn-fatture {
        margin-right: 0 !important;
        width: 100% !important;
    }

    .modal-footer {
        position: absolute;
        bottom: 0;
        padding: 0 24px 27px 24px;
        width: 100%;
    }

    .modal-header {
        padding: 27px 24px;
    }

    .modal-form2 {
        min-height: 110vh;
        height: unset !important;
    }

    .modal-form2 .modal-footer {
        position: relative !important;
        bottom: unset;
        justify-content: center !important;
    }

    .box-profile {
        width: 100% !important;
    }

    .btn-fatture#attive {
        margin-right: 7px !important;
    }

    #fatturascaduta .modal-header, #fatturapagata .modal-header {
        padding: 24px;
    }

    .icon-down {
        margin-right: 0 !important;
        padding: 0;
    }

    #fatturascaduta .button-white, #fatturapagata .button-white {
        padding: 14px !important;
        border-radius: 20px;
    }


    .pod {
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    #fatturascaduta .modal-body, #fatturapagata .modal-body {
        padding: 0 !important;
    }

    .pad-danger {
        margin-bottom: 21px;
    }

    #fatturascaduta .modal-content, .modal-content2, #fatturapagata .modal-content, body.richieste .modal-content {
        height: unset !important;
    }

    .pad-24 {
        padding: 0 24px !important;
    }

    #fatturascaduta .box-profile, #fatturapagata .box-profile {
        margin-top: 0;
    }

    .text-download {
        margin-bottom: 32px;
    }

    .modal-pay .modal-header {
        padding: 24px 24px 0 !important;
    }

    #fatturascaduta .modal-pay .modal-body, #fatturapagata .modal-pay .modal-body {
        padding: 24px !important;
    }

    #fatturascaduta .modal-pay .modal-footer, .modal-content2 .modal-footer, #fatturapagata .modal-pay .modal-body, body.richieste .modal-footer {
        position: relative;
        bottom: unset;
    }

    #fatturascaduta .m-24, .modal-content2 .m-24, #fatturapagata .m-24 {
        margin-bottom: 8px !important;
    }

    .modal-content {
        min-height: 100vh !important;
    }

    .modal-activation-mobile {
        background-image: url('assets/img/back-login.jpg');
        background-size: cover;
    }

    #new-client-modal .modal-content {
        background-image: url('assets/img/back-login.jpg');
        background-size: cover;
    }

    #new-client-modal .close {
        color: white;
        font-weight: 400;
        opacity: 1;
    }

    .scroll-down-login {
        padding-bottom: 8px !important;
    }

    .modal-backdrop.show {
        opacity: 0 !important;
    }

    .animate-bottom {
        position: relative;
        animation: animatebottom 0.4s;
    }

    .row-mobile-login {
        height: unset !important;
    }

    .full-height {
        height: fit-content !important;
    }

    .btn-mobile-catastali {
        font-size: 18px !important;
        width: fit-content !important;
        padding: 12px 32px;
    }

    .btn-mobile-catastali:hover, .btn-mobile-catastali.active {
        width: fit-content !important;
    }

    .button-white:hover {
        width: fit-content !important;
    }

    #dati-catastali .modal-content {
        height: unset !important;

    }

    #dati-catastali .modal-footer {
        position: unset;
    }

    .form-edit .col-sm-6 {
        padding-right: 0;
    }


    .last-edit.mb-32 {
        margin-bottom: 0 !important;
    }

    #modifica-metodo .btn {
        text-align: center;
        justify-content: center;
        margin-right: 0 !important;
    }

    #modifica-metodo .grayscale7-b {

        padding: 16px !important;
    }

    .button-outline-primary {
        font-size: 18px;
    }

    #modifica-metodo .modal-footer {
        position: absolute;
        bottom: 0 !important;
    }

    @keyframes animatebottom {
        from {
            bottom: -300px;
            opacity: 1;
        }

        to {
            bottom: 0;
            opacity: 1;
        }
    }

    .mobile-filter-fatture {
        overflow-x: scroll;
        margin-top: 75px;
        padding-top: 7px;
        position: fixed;
        z-index: 9;
        background-color: #F6F6F8;

    }

    .mobile-filter-fatture::-webkit-scrollbar {
        display: none;
    }

    /* Hide scrollbar for IE, Edge and Firefox */
    .mobile-filter-fatture {
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
        /* Firefox */
    }

    body.profilo .form-edit .col-sm-6 {
        padding-right: 20px !important;
    }


    .mobile-filter-fatture .btn-fatture {
        padding: 8px 53px;
        width: max-content !important;
        margin-right: 4px !important;
        max-height: 43px;
        margin-top: 12px;
        margin-bottom: 12px;
    }

    .fatture-page.def-box-p {
        padding: 0;
        border-radius: 0;
    }

    .autolettura-gas .btn {
        width: fit-content !important;
    }

    body.richieste .box-profile {
        margin-top: 0;
    }

    body.richieste .col-lg-3.pl-0.col-sm-6.m-16 {
        padding-right: 0;
    }

    .mobile-carousel {
        padding: 24px 0 84px;
    }

    .community .shade15 {
        margin-top: 98px;
        padding-bottom: 30px;
    }

    .vertical-white-line {
        border-bottom: 1.5px solid white;
        border-right: 0;
    }

    .community .col-lg-4.col-md-5 {
        padding: 24px 24px 0;
        justify-content: start !important;
    }

    body.richieste .modal-content .input-group {

        margin-bottom: 24px !important;
    }
}

@media screen and (min-height: 710px) {

    .p-menu {
        padding: 13px 24px;
    }

    .modal-activation-mobile {
        position: absolute;
        bottom: 0;
        right: 0;
    }
}

@media screen and (max-width: 400px) {


    body.profilo .form-edit .col-sm-6 {
        padding-right: 0px !important;
    }


    .stiky-menu .title3 {
        font-size: 20px !important;
    }


    .fatture-page {
        margin-bottom: 60px;
    }

    .mobile-calendar {
        margin-top: 200px;
    }

    #sandbox-container {
        box-shadow: 0px 16px 60px -10px rgba(130, 130, 161, 0.18);
        padding-top: 0;
        margin-bottom: 40px;
    }

    .btn-fatture {
        max-width: unset;
    }

    #dropdownMenuButton .body2 {
        font-size: 11px;

    }

    .mobile-drop {

        margin-top: 15px;
    }

    .dropdown-menu .header-utenza {
        padding: 16px 23px;
    }


}

@media screen and (max-width: 375px) {
    .stiky-menu .title3 {
        font-size: 16px !important;
    }

    .p-menu {
        padding: 11px 32px;
    }

    .body2 {
        font-size: 14px;
    }

    .chart-mobile {
        margin-top: 5rem !important;
    }
}

@media only screen and (min-width: 575px) and (max-width: 732px) {
    .mobile-filter-fatture {
        margin-top: -5px;
    }

    .row-fatture-mobile {
        padding-top: 73px;
    }
}