.tt-menu {
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 100;
    line-height: 1.5em;
    background-color: white;
    border-color: rgb(26, 26, 26) rgb(0, 121, 242) rgb(0, 121, 242);
    border-style: none solid solid;
    border-width: 0px 0.833333px 0.833333px;
    display: block;
    width: 100%;
    font-family: 'TIMSans', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 2em;
    max-height: 100rem;
    border: 0.1rem solid #0079F2;
    overflow: scroll;
    max-height: 127px;
    overflow-x: hidden;
}
.tt-hint {
    visibility: hidden;
}
.tt-menu li {
    padding-left: 1em;
}
.tt-suggestion.tt-cursor, .tt-suggestion:hover {
    color: #fff;
    background-color: #0097cf;
}
.to-input-wizard__inputs__single span {
    width: 100%;
    display: none;
}
.tm-modal-overlay--popup-errore-chiamami-subito__icon {
    width: 4.8rem;
    height: 4.8rem;
    margin: auto;
    margin-bottom: 1.6rem;
}
#err1 {
    text-align: center;
    font-family: 'TIMSans', sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1.125em;
    font-size: 3rem;
}
#err2 {
    font-size: 1.8rem;
    font-family: 'TIMSans', sans-serif;
    font-weight: 200;
    font-style: normal;
    line-height: 1.3em;
}
#tryAgain {
    float: right;
}
#provinceCombo .provinceTypeahead, #comuniCombo .comuniTypeahead,
#indirizziCombo .indirizziTypeahead, #civiciCombo .civiciTypeahead {
    text-transform: uppercase;
}
.tm-loader__spinner {
    position: relative;
    width: 6.4rem;
    height: 6.4rem;
    background-image: url(https://risorse.tim.it/etc.clientlibs/flytobuself/clientlibs/1.0.62/clientlib-static/resources/img/TIMWebsite_Spinner2.gif);
    background-repeat: no-repeat;
    background-size: contain;
}
.ta-price__center {
    padding-bottom: 7px;
    padding-top: 2px;
}
/* .ta-input-text input  {
width: 100% ;
height: 4.6rem ;
line-height: 4.6rem ;
font-weight: 100 ;
padding: 0 1.4rem;
background-color: #fff ;
border: 0.1rem solid  #0079F2;
caret-color: #0079F2;
outline: none;
} */
@media (min-width: 48em) {
    .tt-hint {
        width: calc(50% - 1.6rem);
        height: 4.6rem;
        line-height: 4.6rem;
        font-weight: 100;
        padding: 0 1.4rem;
        background-color: #fff;
        border: .1rem solid #0079f2;
        caret-color: #0079f2;
        outline: 0;
    }
}
@media (min-width: 80em) {
    .tt-hint {
        display: inline-flex;
        margin-right: 1.6rem;
        width: calc(33.333% - 1.6rem);
        height: 4.6rem;
        line-height: 4.6rem;
        font-weight: 100;
        padding: 0 1.4rem;
        background-color: #fff;
        border: .1rem solid #0079f2;
        caret-color: #0079f2;
        outline: 0;
    }
}
p#secondaryOfferText {
    font-size: 2rem;
}
p#secondaryOfferText span {
    font-weight: bold;
}
.to-input-wizard__footer span.ta-button__txt {
    font-size: 2rem;
}

.ta-input-text label {
    color: #333333
}