﻿@media (min-width: 1450px) {
    .img-big {
        height: 125px;
        width: 125px;
    }

    .img-round-green-big {
        background-color: var(--brand-color);
        border-radius: 100px;
        padding: 30px 37px;
    }
    .selezionatore-tariffe {
        height: 19px;
        right: 20px;
        position: absolute;
        top: 20px;
        width: 37px;
    }
    .image-menu-secondario {
        margin-left: 40px;
        width: 2px;
    }
}
@media only screen and (min-width: 970px) and (max-width: 1450px) {
    .img-big {
        height: 95px;
        width: 95px;
    }

    .img-round-green-big {
        background-color: var(--brand-color);
        border-radius: 100px;
        padding: 25px 30px;
    }

    .selezionatore-tariffe {
        height: 19px;
        right: 20px;
        position: absolute;
        top: 20px;
        width: 37px;
    }
    .image-menu-secondario {
        margin-left: 40px;
        width: 2px;
    }

}
@media only screen and (min-width: 769px) and (max-width: 970px) {
    .img-big {
        height: 70px;
        width: 70px;
    }

    .img-round-green-big {
        background-color: var(--brand-color);
        border-radius: 100px;
        padding: 20px 26px;
    }

    .selezionatore-tariffe {
        height: 19px;
        right: 20px;
        position: absolute;
        top: 20px;
        width: 37px;
    }
    .image-menu-secondario {
        margin-left: 40px;
        width: 2px;
    }

}
@media (min-width:769px) {
    .img-round-green {
        background-color: var(--brand-color);
        border-radius: 100px;
        display: flex;
        height: 44px;
        width: 44px;
        padding: 10px 18px;
        color: white;
    }

    .img-round-red {
        background-color: var(--red);
        border-radius: 100px;
        display: flex;
        height: 44px;
        width: 44px;
        padding: 10px 18px;
        color: white;
    }

    .img-round-red-big {
        background-color: var(--red);
        border-radius: 100px;
        padding: 30px 37px;
        color: white;
    }

    .image-and-title {
        align-items: center;
        display: flex;
    }

    .small-icon {
        height: 44px;
        width: 44px;
    }

    .line-vertical-1 {
        height: 226px;
        margin-left: 5px;
        margin-right: 5px;
        width: 3px;
    }

    .text-box-blue {
        color: var(--white);
        font-weight: 700;
        height: 60px;
        line-height: 32.7px;
        width: 208px;
    }

    .notifiche {
        height: 46px;
        width: 46px;
    }

    .blueball {
        border-radius: 50%;
        width: 10px;
        height: 10px;
        margin-top: 10px;
        background: var(--blue-ribbon);
    }


    .img-round-green {
        background-color: var(--brand-color);
        border-radius: 50px;
        height: 100px;
        min-width: 100px;
        padding: 22.5px 17px;
    }

    .img-round-green-nopad {
        background-color: var(--brand-color);
        border-radius: 50px;
        height: 100px;
        min-width: 100px;
    }

    .singole-image {
        height: 30px;
        letter-spacing: 0.50px;
        line-height: 18px;
        text-align: center;
        width: 25px;
        display: flex !important;
    }

    .iconMenu {
        align-items: center;
        display: flex;
        height: 48px;
        justify-content: center;
        margin-left: 15px;
        width: 48px;
    }

    .image-menu {
        height: 24px;
        width: 24px;
    }

    .image-menu-big {
        height: 35px;
        width: 35px;
    }


    .imagePanel {
        height: 24px;
        width: 48px;
    }

    .menuDiscesa {
        height: 24px;
        width: 24px;
        margin-left: 8px;
        margin-top: 15px;
    }

    .line-menu-secondario {
        height: 49px;
        margin-left: 67.0px;
        margin-top: -0.5px;
        width: 2px;
    }

    .image-menu {
        height: 24px;
        width: 24px;
    }

    .image-menu-big {
        height: 35px;
        width: 35px;
    }

    .green-line {
        height: 20px;
        left: 12px;
        position: absolute;
        top: 32px;
        width: 6px;
    }

    .icon-small {
        height: 24px;
        width: 24px;
    }
}
