@CHARSET "UTF-8";
.modal{
    display: block;
}
@media (max-width: 1250px) {
}
.right .block {
    padding-left: 4px;
    padding-right: 4px;
}
.opacityBackground{
    background-color:rgba(0, 0, 0, 0.8);
}
.pop{
    --f7-popup-tablet-width: 800px;
    --f7-popup-tablet-height: 800px;
}
/* .noclick{
    pointer-events:none;
} */
/*smart-select-page li.disabled{
    display:none
}*/
.md .dialog-button[class*=color-] {
    color:white;
}

.parole{
    word-wrap: break-word;
}
.testoCentratoDialog{
    text-align: center;
    color: black;

}
.larghezzaDialog{
    width: auto;
    /*text-align: center;*/
}
.right {
    margin-right: 20px !important;
}
#EventFilter, #ContractorFilter, #UserFilter, #LocationFilter, #NotificationsFilter, #BatchFilter{
    display: contents!important;
}
.hidden {
    display:none;
}

#descrizione_c {

}

#descrizione_attivita {
    height: 350px !important;
}

#descrizione_subattivita {
    height: 350px !important;
}

#HtmlBody {
    height: 350px !important;
}

.ic {
    position: relative !important;
    cursor: pointer !important;
    left: 65px;
    top: 150px;
}
.customBadge{
    left: 50px;
    top: 141px;
    --f7-badge-size: 25px;
    position: relative !important;
    cursor: pointer !important;
}
.customIc{
    color: #e20000;
    left: 75px;
    top: 80px;
    position: relative !important;
    cursor: pointer !important;
}

.expiredUser{
    border: solid 4px #ff9c9c;
}

.upload_ico_te{
    position: absolute;
    background-color: white;
    bottom: 10px;
    left: 222px;
    width: 39px;
    height: 91px;
}

.text-editor-content{
    height: 780px !important;
}

.upload_ico {
    position: absolute;
    background-color: #F4F4F4;
    bottom: 10px;
    right: 0px;
    width: 39px;
    height: 26px;
}

.upload_ico_lo {
    position: absolute;
    background-color: white;
    bottom: 10px;
    right: 10px;
    width: 39px;
    height: 26px;
    margin-bottom: 5px;
}

.upload_ico_lo_e {
    position: absolute;
    background: none;
    bottom: 10px;
    right: 8px;
    width: 39px;
    height: 26px;
    margin-bottom: 5px;
    z-index: 1;
}

.input_file_te, .input_file_ta {
    display: none !important;
}

.in_biograpy {
    display: none !important;
}


.input_file_cop {
    display: none !important;
}

.input_file_cop_ev {
    display: none !important;
}

.input_file_cop_sub {
    display: none !important;
}

.input_file_cop_img {
    display: none !important;
}

.input_file_cop_img_avatar {
    display: none !important;
}

#query-result{
    -webkit-user-modify:unset !important;
}
.query-box{
    background:#f4f4f4 !important;
    border-radius:1% !important;
    -webkit-user-modify: read-write;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: 0;
    height: 275px !important;
    -webkit-user-select: text;
    -moz-user-select: text;
    user-select: text;
    padding: var(--f7-text-editor-padding);
    overflow: auto;
    flex-shrink: 10;
    box-sizing: border-box;
    color: var(--f7-text-editor-text-color);
    font-size: var(--f7-text-editor-font-size);
    font-weight: var(--f7-text-editor-font-weight);
}
.query-button{
    width: 20%;
    margin-left: calc(var(--f7-list-item-padding-horizontal) + var(--f7-safe-area-left));
}

.headerColScriptTable{
    max-width: 2em;
    align: center;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    display: none;
    position: absolute;
    top: 33%;
    left: 47.5%;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

.card-custom{
    height: 90%;
    margin: 0px;
    border-radius: 0px;
}

.img-dimension{
    width: 100%;
    height: 100%;
}

.btn-collection-component{
    bottom: 0;
    z-index: 9999999999999999;
    color: #fff;
}

#tab-program{ /*sfondo pagina program*/
    background-color: #272727;
}
.colorpicker{

    left: 30px;
    border-radius:10px;
    margin-bottom: 5px;

}

.color-picker-hex-value{
    width: 100% !important;

}
.swiper-pagination-bullet { /*bullets*/
    width: 15px;
    height: 15px;
    background: #fff;
    opacity: 0.6;
    -webkit-box-shadow: 3px 2px 3px 1px;
    box-shadow: 3px 2px 3px 1px;
}

.swiper-pagination-bullet-active { /*colore del bullet attivo*/
    background: #2F72FF !important;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet { /*spaziatura bullets*/
    margin: 0 9px;
}

.main-text{

    background-color: #272727;
    color: #fff;
    font-size: unset;
    text-transform: none;
    width: auto;
    line-height: 1.5em;
    height: 100%;
    text-align: justify;
    padding: 5%;
}



#component-description{
    background: #fff;
    margin-top: 2%;
}

.program-detail{
    color: #ffff;
    text-align: center;
}

.component-pagination{

    bottom: unset;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    position: absolute;
    margin: 300px 0 300px 0;
}


.title-budget-head{
    font-size: x-large;
    text-align: center;
    margin: 0px;
    padding: 0px;
    background: #ffff;
}

.ios .list {
    margin: 0;
    font-size: 17px;
}

.ios .list ul {
    background: #222222 !important;
    color: #fff;
}

.item-budget{
    display: inline-block;
    text-align: left;
    float: left;
    font-size: medium;
    text-transform: uppercase;
    margin: 1% 3% 10px 3%;
    color: #222222;
}

.item-budget-client {
    display: table-cell;
    text-align: left;
    font-size: normal;
    text-transform: uppercase;
    padding: 2% 3% 0 3%;
}

.total-budget{
    float: right;
    display: inline-block;
    text-align: right;
    font-size: medium;
    text-transform: uppercase;
    margin: 1% 3% 10px 3%;
    color: #222222;
}

.amount-budget, .extra-amount-budget {
    display: table-row;
    width: 100%;
}

.amount-budget-client {
    display: table-cell;
    text-align: right;
    font-size: normal;
    text-transform: initial;
    padding: 2% 3% 2% 3%;
}

.availableBudget{
    display: table-cell;
    border: 0;
    background-color: #1CB674;
    font-size: medium;
    color: #fff;
    padding: 10px 20px;
}

.spentBudget{
    display: table-cell;
    border: 0;
    font-size: medium;
    color: #fff;
    background-color: #C22229;
    padding: 10px 20px;
}

.navToolbar {
    background-color: #222222 !important;
    color:#fff;
    font-size: 30px;
}

.leftNavToolbar {
    float:left;
    display: inline-block;
    padding-left: 20px;
}

.rightNavToolbar {
    float:right;
    display: inline-block;
    padding-right: 20px;
}

.titleNavToolbar {
    font-size:  xx-large !important;
    color: #fff;
}

.clientDetail-item {
    background-color: #222222;
    color: #fff;
    font-size: 14px;
    line-height: 19px;
    text-transform: none;
    width: auto;
    text-align: justify;
    padding: 2% 5%;
}

.clients-item{
    background-color: #fff;
    color: black;
    margin: 3% 3% 3% 3%;
    padding: 1%;
    font-size: 16px;
}

.titleDetailClient {
    padding: 1% 0% !important;
    font-size: large;
    text-align: center;
    background-color: #fff;
    color: black;
}

.buttonClient {
    margin: 2% 0%;
}

.buttonBottomClient {
    position: relative;
    bottom: 3%;
    margin: 0% 4%;
}

.black {
    background-color: #222222 !important;
    color: #fff;
}

.login-title {
    font-size: 72px;
    font-family: serif;
    text-align: center;
    width: 100%;
}
.login-city {
    font-size: 40px;
    text-align: center;
    width: 100%;
    margin-top: -20px;
    font-weight: 200;
}
.login-dates {
    font-size: 14px;
    text-align: center;
    width: 100%;
    text-transform: none;
}
.login-label {
    font-size: 16px;
    font-weight: 200;
}
.login-input {
    font-size: 20px !important;
    text-align: left !important;
    width: 100% !important;
    background-color: #eeeeee !important;
    padding: 10px !important;
    color: black !important;
}

.login-button {
    border: 1px solid #eeeeee !important;
    border-radius: 0 !important;
    color: white !important;
    font-size: 16px !important;
    text-align: center !important;
    margin-top: 5% !important;
    /*padding: 10px !important;*/
    height: 50px !important;
}

.btn-bottom {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    z-index: 999;
}

.btn-green {
    background-color: rgb(29,182,116) !important; /* verde */
}

.btn-activity {
    font-size: large;
    color: #fff;
    text-align: center;
    padding: 15px;
    text-transform: uppercase;
    border: none;
}

.agenda-item-date {
    color: #fff !important;
    text-transform: none;
    font-size: 14px;
    text-align: center;
}

.agenda-item-time {
    color: #fff !important;
    text-transform: none;
    font-size: 20px;
    text-align: center;
}

.agenda-item-title {
    color: #fff !important;
    text-transform: uppercase;
    font-size: 13px;
    text-align: left;
}

.agenda-item-descr {
    color: #fff !important;
    text-transform: none;
    font-size: 14px;
    text-align: justify;
    line-height: 19px;
}

.legendDx{
    display: table-cell;
    float: right;
    margin-right: 3%;
    margin-bottom: 1.5%;
    font-size: medium;
    text-transform: capitalize;
    color: #222222
}

.legendSx{
    display: table-cell;
    float: left;
    margin-left: 3%;
    margin-bottom: 1.5%;
    font-size: medium;
    text-transform: capitalize;
    color: #222222;
}

.barContainer{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 3%;
    margin-right: 3%;
    margin-bottom: 0.5%;
    height: 30px;
}

.extraBudget {
    background-color: #fffb04;
}

/* Rimuove righina di separazione delle liste */
.ios .links-list a:after {
    content: unset;
}

/* Rimuove righina in fondo alla fine delle liste (ultima voce) */
.ios .list a:after {
    content: unset;
}

.ios .list ul:after {
    display: none;
}

.ios .list a:after {
    content: '';
    position: absolute;
    background-color: #515151 !important;
    display: block;
    z-index: 15;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.ios .list .item-inner:after {
    content: unset;
}

.ios .list ul:before {
    content: unset;
    background-color: #222222 !important;
}

.ios .list .clients-item a:after {
    content: unset;
}

.ios .navbar:after {
    content:unset;
}

.budget-detail-body{
    padding: 25px;
    color: #fff;
}

.total-client-budget{

    display: inline-block;
    font-size: smaller;
    text-transform: uppercase;
    font-weight: 200;
    width: 100%;
    font-size: 14px;
    padding: 35px 0 20px 0;
}

.client-budget-banner{

    border: 0;
    font-size: medium;
    color: #fff;
    background-color: #C22229;
    padding: 10px 25px;
    height: 20px;
    text-transform: uppercase;
}

.client-budget-residual-banner {
    border: 0;
    font-size: medium;
    color: #fff;
    background-color: #1CB674;
    padding: 10px 25px;
    height: 20px;
    text-transform: uppercase;
}

.client-budget-extra-banner {
    border: 0;
    font-size: medium;
    color: black;
    background-color: #fffb04;
    padding: 10px 25px;
    height: 20px;
    text-transform: uppercase;
}

.client-budget-label{
    display: inline-block; float: left;
}

.client-amount{
    display: inline-block; float: right;
}

.labelExperience{
    margin: 3%;
    font-size: medium;
    font-weight: 200;
}

.labelNoSlots{
    margin: 30px;
    font-size: medium;
    font-weight: 200;
}

.labelPrice {
    background-color: #ffb;
    color: black;
    margin: 2% 1%;
    padding: 1% 1%;
    font-size: medium;
}

.labelPolicy {
    font-size: medium;
    line-height: 20px;
    text-transform: none;
    width: auto;
    text-align: justify;
    padding: 2% 5%;
    text-align: center;
}

.popover {
    width: fit-content !important;
}

.experienceDescription{
    color: #fff;
    text-align: justify;
    margin: 3%;
    padding: 0px;
    text-transform: none;
    font-size: small;
    font-size: 14px;
    line-height: 19px;
}

.image-experience{

    max-width: 100%;
    max-height: 100%;
    -o-object-position: top;
    object-position: top;
    display: block;
}

select.minimal {
    background-image:
            linear-gradient(45deg, transparent 50%, black 50%),
            linear-gradient(135deg, black 50%, transparent 50%),
            linear-gradient(to right, #ccc, #ccc);
    background-position:
            calc(100% - 20px) calc(1em + 2px),
            calc(100% - 15px) calc(1em + 2px),
            calc(100% - 2.5em) 0.5em;
    background-size:
            5px 5px,
            5px 5px,
            1px 1.5em;
    background-repeat: no-repeat;
    padding: 10px 40px 10px 5px;
    background-color: #fff;
    margin: 3%;
    width: 75% !important;
    border: 0;
    text-align: left;
    text-transform: none;
    color: black;
    font-size: medium;
}

select.minimal:focus {
    background-image:
            linear-gradient(45deg, black 50%, transparent 50%),
            linear-gradient(135deg, transparent 50%, black 50%),
            linear-gradient(to right, #ccc, #ccc);
    background-position:
            calc(100% - 15px) 1em,
            calc(100% - 20px) 1em,
            calc(100% - 2.5em) 0.5em;
    background-size:
            5px 5px,
            5px 5px,
            1px 1.5em;
    background-repeat: no-repeat;
    /*border-color: green;*/
    outline: 0;
}

.selectSlotDisabled{
    pointer-events: none!important;
    background-image: none !important;
    padding: 10px 20px 10px 5px !important;
}

.guestChooseLabel {
    font-size: large;
    text-transform: none;
    text-align: center;
    padding: 3% 10% 3% 5%;
}

/*stile del menu' laterale*/

.sidenav {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    right: 0;
    overflow-x: hidden;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    text-align:center;
    background: rgba(0, 0, 0, 0.5) !important;
    /*-webkit-transform: none !important;
    transform: none !important;*/
}

.rowSidenav {
    height: 100%;
    background-color: #222222 !important;
    margin-left:40%;
}

.testataMenu {
    background-color: #222222 !important;
    font-weight: normal;
    /* text-align: right; */
    vertical-align: middle;
    text-transform: capitalize;
    color: #fff !important;
    font-size: x-large;
    padding: 5% 0px 5% 0px;
    width: 100%;
}

.closeMenu {
    background-color: #222222 !important;
    color: #fff !important;
    float: right;
    font-size: x-large;
    margin-top: 5%;
    border: none !important;
    text-align: right;
}

.tableSideMenu {
    width:100%;
}

.tdSideMenu{
    text-align: right;
    text-transform: capitalize;
    padding: 10% 0% 10% 0%;
    width: 100%;
    color: #fff;
    background-color: #222222 !important;
    font-size: large;
    border-style: none;
    border-bottom: solid #ededed 1px;
    display: list-item;
    list-style: none;
}

.textMenu {
    padding-right: 5%;
}

.restaurantDetail-item {
    padding-left: 5%;
    color: #fff;
    text-transform: none;
    text-align: left;
    font-size: medium;
}

.contactDetail-item {
    padding-left: 5%;
    text-transform: none;
    text-align: left;
    font-size: medium;
}

.contactName-item {
    font-size: 14px;
    line-height: 19px;
    text-transform: none;
    width: auto;
    text-align: justify;
    padding: 2% 5%;
}

.macrotipname{
    margin: 3%;
    /* font-size: medium; */
    font-weight: 200
}

.text-message-style{

    background: none !important;
    text-transform: none;
    font-size: medium;
    font-weight: 200;
}

.message-bar-style{

    position: absolute;
    color: #222222 !important;
    font-size: medium;
    font-weight: 200;
}

.restaurant-icons{
    height: 40px;
    float: right;
    padding-right: 12px;
    padding-top: 5px;
}

.icon-home{
    height: 40px;
    vertical-align: middle;
}

.icon-back{
    height: 40px;
    width: 14px;
}

.icon-hamburger{
    height: 34px;
    width: 40px;
    vertical-align: sub;
}

.dior-logo{
    height: 44px;
    vertical-align: middle;
}

/* modifiche fra_nardi */
.btn-bottom.black {
    z-index: 999;
}
.ios.device-desktop .data-table tbody tr:hover {
    background: #5d5d5d;
}
.message.message-sent {
    margin: 10px 0;
}
.message.message-received {
    margin: 10px 0;
}
.text-message-style.messages {
    padding: 10px 15px;
}

.client-title{
    padding: calc(var(--f7-list-item-padding-horizontal) + var(--f7-safe-area-left));
    font-weight: inherit;
    font-size: large;
}

@media (min-width: 768px){
    .timeline-horizontal.tablet-33 .timeline-item {
        width: 33.333% !important;
    }
}

.demo-card-header-pic .card-header {
    height: 40vw;
    background-size: cover;
    background-position: center;
    color: #fff;
}

input[type="search"] {
    border: 1px solid lightblue;
    border-radius: 5px;
    padding: 4px 10px 4px 40px; /* fa spazio per la lente di ingrandimento: vedi clients.html */
}
i.searchbar-icon {
    margin: -10px 0 0 25px !important;
}

.title span.f7-icons { /* spazio  tra icona e titolo nella barra in alto */
    padding-right: 15px;
}

.title span { /* per allineare iconcina e testo nei titoli delle pagine */
    vertical-align: middle
}

/** diminuisce lo spreco di spazio tra le celle di una data table **/
.data-table td.label-cell, .data-table th.label-cell,
.data-table td, .data-table th
{
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.select-recipient{
    margin: 1% !important;
    border: 1px solid lightgrey !important;
    border-radius: 10px;
}

.text-msg-area{
    margin: 1% !important;
    border: 1px solid lightgrey;
    border-radius: 10px;
}


/* Left Panel right border when it is visible by breakpoint */
.panel-left.panel-visible-by-breakpoint:before {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: rgba(0,0,0,0.1);
    content: '';
    z-index: 6000;
}

/* Hide navbar link which opens left panel when it is visible by breakpoint */
.panel-left.panel-visible-by-breakpoint ~ .view .navbar .panel-open[data-panel="left"] {
    display: none;
}

/*
  Extra borders for main view and left panel for iOS theme when it behaves as panel (before breakpoint size)
*/
.ios .panel-left:not(.panel-visible-by-breakpoint).panel-active ~ .view-main:before,
.ios .panel-left:not(.panel-visible-by-breakpoint).panel-closing ~ .view-main:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: rgba(0,0,0,0.1);
    content: '';
    z-index: 6000;
}

@media (max-width: 500px) {
    .hide-if-narrow {
        display: none;
    }
    input[type="search"] {
        max-width: 85%;
    }
    .download-button {
        position: absolute;
        right: 0;
    }
}
/*
.shadow-scroll {
    background-color: #EFEFF4;
}
*/
/* Sfumatura per lo scroll, sui devices con touch screen */
@media (pointer:coarse) {
    .shadow-scroll {
        background-image:
            /* quattro immagini: bianco 20px, bianco 20px, gradiente 10px, gradiente 10px */
                linear-gradient(to right, white, white),
                linear-gradient(to right, white, white),
                linear-gradient(to right, rgba(0, 0, 20, .50), rgba(255, 255, 255, 0)),
                linear-gradient(to left, rgba(0, 0, 20, .50), rgba(255, 255, 255, 0));
        background-size: 60px 100%, 60px 100%, 30px 100%, 30px 100%;
        /* posizionate sinistra destra */
        background-position: left center, right center, left center, right center;
        background-repeat: no-repeat;
        background-color: white !important;
        /* le fasce bianche si muovono con lo scroll, coprendo e scoprendo le fasce grige, che sono sottostanti */
        background-attachment: local, local, scroll, scroll;
    }
    .shadow-scroll table.card {
        background: none !important;
    }
}

/*classe per affiancare cose a schermo rimanendo responsive*/
.half-screen{
    width:47%;
    display:inline-block
}
@media (max-width: 500px) {
    .half-screen {
        width: unset;
        display: block
    }
}

#selectContractorEvent{
    max-width: -webkit-fill-available;
}
.userToolsNav{
    top: 92%;
    position: sticky;
    width: 108%;
}

.userToolsNavClock{
    top: 97%;
    position: sticky;
}

.hideTabText{
    font-size: 2em;
    font-family: monospace;
    color: dimgrey;
}

.left{ /*alcuni pulsanti indietro finiscono sotto la barra per nascondere il menu, con questo padding risolvo il problema*/
    padding-left:1em !important;
}

.hideTab{
    min-width: 1.3em !important;
    min-height: 101%;
    /* width: 5%;	con questa larghezza viene coperta parte della pagina di dettaglio SCA */
    height: 100%;
    position: absolute;
    left: 99%;
    background-color: var(--f7-page-bg-color);
    border-left: var(--f7-page-master-border-width) solid var(--f7-page-master-border-color);
    border-right: var(--f7-page-master-border-width) solid var(--f7-page-master-border-color);
    z-index: 999;
    cursor: pointer;
    box-shadow: inset 0px -1px 3px #0000003d;
    padding-top: 25em;
}
@media (max-width: 799px){
    .userToolsNav{
        position: fixed;
        width: 50%;
        padding-left: 4%;
    }
    .hideTab{
        display:none;
    }
    .hideTabText{
        display:none;
    }
}
@media (max-width: 765px) and (min-width: 500px){
    .userToolsNav{
        position: fixed;
        width: 90%;
        max-width: 60%;
    }
}
@media (max-width: 765px){
    .userToolsNav{
        position: fixed;
        width: 100%;
        padding-left: 5%;
    }
}

/* classe per &euro; nei campi di input nel form del profilo cliente */

.input-money {
    position: relative;
}

.input-money > i {
    position: absolute;
    display: block;
    transform: translate(0, -50%);
    top: 50%;
    pointer-events: none;
    width: 25px;
    text-align: center;
    font-style: normal;
}

.input-money > input {
    padding-left: 25px;
    padding-right: 0;
}

.input-money-right > i {
    right: 0;
}

.input-money-right > input {
    padding-left: 0;
    padding-right: 25px;
    text-align: right;
}


.dialog {
    /*width: auto;*/
}

@media (min-width: 800px) {
    td[data-collapsible-title="Profile"] {
        padding-right: 0 !important;
    }
}

/*se il testo raggiunge l'80% dello spazio in cui è contenuto 
viene troncato e sostituito con i puntuni
funziona solo quando applicato ad una <p></p>*/
.truncated {
    text-overflow: ellipsis!important;
    white-space: nowrap!important;
    width: 55%!important;
    overflow: hidden!important;
}

/* toglie spazio extra tra le macro-righe di accordion client detail */
.row.accordion-item-content.card {
    margin-top:0  !important;
    margin-bottom:0 !important;
}

.field-label {
    display: inline-block;
    width: 20%;
    font-size: smaller;
    text-align: right;
    margin-right:5px;
    font-weight: initial;
    font-style: italic;
}

.field-value {
    display: inline-block;
    width: 63%;
    font-weight: bold;
    text-align: left;
}

fieldset {
    margin-inline-start: 5px !important;
    margin-inline-end: 5px !important;
    padding-block-start: 2px !important;
    padding-inline-start: 8px !important;
    padding-inline-end: 8px !important;
    padding-block-end: 4px !important;
    min-inline-size: min-content !important;
    border-color: transparent !important;
    margin-top: 5px !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;;
    font-weight: bold !important;
    font-size: larger !important;
}

legend {
    padding-left: 10px !important;
}

.color-cost{
    color: #d83232;
}

.f50{
    width: 50% !important;
}

.icon {
    margin-bottom: 7px;
}

.tooltipPosition {
    margin-bottom: 18px;
    cursor: pointer;
    left: 30px;
}