.tabella-offerte .tabs {
    background: #06F;
    list-style-type: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    gap: 10px;
    border-radius: 50px;
}

.tabella-offerte .tabs button.active {
    color: #06F;
    opacity: 1;
    background: #FFF;
}

.tabella-offerte .tabs button {
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 50px;
    line-height: 30px;
    color: rgba(255, 255, 255, 1);
    border: 0;
    background: #06F;
    font-family: 'pluto_m', sans-serif;
    text-transform: uppercase;
    opacity: 0.5;
}

.main-table .blue {
    background-color: #06F;
}

.main-table .orange {
    background-color: #FDB85F;
}

.main-table .water-green {
    background-color: #A8E6CF;
}

.main-table .green {
    background-color: #D4E847;
}

.main-table .col-title p,
.main-table .col-title {
    font-size: 14.9px;
    line-height: 20px;
    color: #151C58;
    font-family: 'pluto_m', sans-serif;
    margin-bottom: 0px !important;
    text-transform: uppercase;
}

.main-table .col-title.text-white p {
    color: #FFFFFF !important;
}

.info .grey .col-title p,
.info .grey .col-title {
    font-size: 18px;
    line-height: 26px;
    color: #151C58;
    font-family: 'pluto_l', sans-serif;
    margin-bottom: 0px !important;
}

.info .light-orange .col-title p,
.info .light-water-green .col-title p,
.info .light-green .col-title p,
.info .light-orange .col-title,
.info .light-water-green .col-title,
.info .light-green .col-title {
    font-size: 15px;
    line-height: 20px;
    color: #151C58;
    font-family: 'pluto_l', sans-serif;
    margin-bottom: 0px !important;
}

.info .grey {
    background-color: #F9FAFB;
}

.info .light-orange {
    background-color: #F5E6D3;
}

.info .light-water-green {
    background-color: #C8E6D7;
}

.info .light-green {
    background-color: #E8F5B8;
}

.info.b-bottom {
    border-bottom: 2px solid #B5B5B5;
}

.border-radius-left {
    border-radius: 10px 0 0 0;
}

.border-radius-right {
    border-radius: 0 10px 0 0;
}
.tabella-offerte .row.main-table{
    position: sticky;
    top: 105px;
    z-index: 10;
}
.admin-bar .tabella-offerte .row.main-table{
    top: 135px;
}
.tabella-offerte .info .col-title:has(p):has(svg) {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

@media (max-width: 991px) {
    .admin-bar .tabella-offerte .row.main-table,
    .tabella-offerte .row.main-table{
        position: sticky;
        top: 0px;
    }
    .border-radius-left,
    .border-radius-right {
        border-radius: 0 !important;
    }

    .main-table .col-title p,
    .main-table .col-title {
        font-size: 12px;
        line-height: 16px;
    }

    .info .grey .col-title,
    .info .grey .col-title p {
        font-size: 14px;
        line-height: 20px;
    }

    .info .light-orange .col-title p,
    .info .light-water-green .col-title p,
    .info .light-green .col-title p,
    .info .light-orange .col-title,
    .info .light-water-green .col-title,
    .info .light-green .col-title {
        font-size: 11px;
        line-height: 16px;
    }

    .b-bottom {
        border-bottom: 0px !important;
    }

    .tabella-offerte .tabs button {
        font-size: 13px;
        padding: 5px 10px;
        line-height: 22px;
        width: 100%;
    }
    .tabella-offerte .tabs button.active {
        background: #06F !important;
        color: #FFF !important;
    }

    .tabella-offerte .tabs {
        display: flex;
        border-radius: 5px;
        flex-direction: column;
        gap: 5px;
        background-color: #FFF;
    }
    .tabella-offerte .tabs li{
        width: 100% !important;
    }
    .tabella-offerte .info .col-title svg{
        width: 25px !important;
        height: 25px !important;
    }
}