@font-face {
    src: url(../fonts/vodafone.ttf);
    font-family: vodafone;
    font-weight: 400;
}

@font-face {
    src: url(../fonts/VodafoneRg.ttf);
    font-family: "Vodafone Rg";
}

@font-face {
    src: url(../fonts/VodafoneLt.ttf);
    font-family: "Vodafone Lt";
}

@font-face {
    src: url(../fonts/VodafoneRgBd.ttf);
    font-family: "Vodafone RgBd";
}

body {
    width: 100%;
    display: flex;
    justify-content: center;
}

.vfa-vola-container {
    padding: 20px 30px;
    max-width: 555px;
}

.vfa-vola-container .vfa-vola-title {
    padding-bottom: 16px;
    color: #333;
    font-family: "Vodafone RgBd";
    font-size: 21px;
    line-height: 25px
}

.vfa-vola-container .vfa-vola-subtitle {
    padding-bottom: 16px;
    color: #333;
    font-family: "Vodafone Rg";
    font-size: 18px;
    line-height: 22px
}

.vfa-toggle-section {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: row;
}

.vfa-vola-input {
    outline: 0;
    font-family: "Vodafone Rg";
    font-size: 20px;
    width: 100%;
    margin-bottom: 0 !important;
    text-indent: 0 !important;
    padding: 0 15px !important;
    height: 50px;
    border: solid 1px #ccc;
    border-radius: 2px
}

.vfa-input-container .vfa-vola-label {
    font-family: "Vodafone RgBd";
    font-size: 12px;
    color: #999;
    letter-spacing: .5px;
    line-height: 14px;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: inline-block
}

.vfa-radio-container {
    padding-top: 20px
}

.vfa-radio-container.error-5 {
    padding-top: 5px;
}

.vfa-radio-container .vfa-radio-label {
    margin-bottom: 0;
    color: #333;
    font-family: "Vodafone Rg";
    font-size: 14px;
    line-height: 16px
}

label.vfa-radio-desc {
    color: #333;
    font-family: "Vodafone Rg";
    font-size: 14px;
    line-height: 16px
}

.vfa-toggle-section .vfa-toggle-container, .vfa-toggle-section .vfa-input-container {
    padding-right: 0;
    padding-left: 0
}

.vfa-toggle-section .vfa-toggle-container, .vfa-toggle-section .vfa-input-container:first-child {
    margin-bottom: 5px
}

.vfa-ctc-button {
    height: 48px;
    padding: 15px 0;
    transition: .3s;
    font-family: "Vodafone Rg";
    font-weight: 700;
    letter-spacing: 1px;
    width: 100%;
    margin-top: 10px;
    border-radius: 4px;
    background-color: #428600;
    border-color: #428600;
    color: #fff;
    float: left;
    text-align: center;
    text-transform: uppercase
}

.vfa-ctc-button:hover, .vfa-ctc-button:focus {
    color: #FFF;
    text-decoration: none;
    background: #295201;
}

span.vfa-ctc-info {
    font-family: "Vodafone Rg";
    font-size: 12px;
    width: 100%;
    line-height: 14px;
    display: block;
    float: left;
    padding-top: 10px;
    padding-bottom: 15px;
}

span.vfa-ctc-info a, span.vfa-ctc-info a:hover {
    color: #00B0CA;
    text-decoration: underline;
}

.vfa-display-none {
    display: none;
}

.vfa-display-none.show {
    display: block;
}

@media screen and (min-width: 768px) {
    .vfa-vola-input.cod-fiscale {
        max-width: 250px;
    }
}

@media screen and (max-width: 767px) {

}

/* INPUT */
input[type="radio"] + label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    margin-right: 15px;
    font-size: 13px
}

input[type="radio"] + label:before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    margin-right: 14px;
    position: absolute;
    top: -3px;
    left: 0;
    border: 1px solid #aaa;
    background-color: #fff;
    border-radius: 50%
}

input[type="radio"]:checked + label:after {
    position: absolute;
    top: 3px;
    left: 6px;
    width: 10px;
    border-radius: 50%;
    height: 10px;
    content: '';
    background-color: #262626;
    display: flex;
    margin: auto
}

input[type="checkbox"] + label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    margin-right: 15px;
    font-size: 13px
}

input[type="checkbox"] + label:before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    margin-right: 14px;
    position: absolute;
    top: -3px;
    left: 0;
    border: 1px solid #aaa;
    background-color: #fff;
    border-radius: 5px
}

input[type="checkbox"] {
    display: none !important;
    display: inline
}

input[type="radio"] {
    display: none !important;
    *display: inline
}

input[type="checkbox"]:checked + label:after {
    content: "✔";
    font-size: 20px;
    line-height: 20px;
    color: #b7b7b7;
    display: block;
    position: absolute;
    top: 0;
    left: 4px;
    width: 20px;
    height: 20px;
    border-radius: 3px
}

.select {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 5px
}

.select select {
    background: url(../img/arrow-dropdown.png) no-repeat scroll 18px 10px;
    float: right;
    background-position: right 10px center;
    background-size: 18px;
    position: relative;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #000;
    letter-spacing: .5px;
    line-height: 25px;
    display: inline-block;
    outline: 0;
    font-family: "Vodafone Rg";
    font-size: 20px;
    width: 100%;
    margin-bottom: 0 !important;
    text-indent: 0 !important;
    padding: 0 15px !important;
    height: 50px;
    border: solid 1px #ccc;
    border-radius: 2px;
}

.select option:disabled {
    color: #CCC;
}

.select select::-ms-expand {
    display: none
}

.select_arrow {
    position: absolute;
    top: calc(50% - 4px);
    right: 15px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-width: 8px 5px 0;
    border-style: solid;
    border-color: #7b7b7b transparent transparent
}

.select select:hover + .select_arrow, .select select:focus + .select_arrow {
    border-top-color: #000
}

@media (max-width: 768px) {
    .vfa-toggle-section .vfa-input-container {
        max-width: 100%
    }

    .vfa-toggle-section {
        display: block;
        padding-top: 40px;
    }
}

/* SHOP WINDOW */
.vfa-radio-container.shop-window {
    padding-top: 0;
    padding-bottom: 10px;
}

.vfa-input-container.email {
    margin-top: 10px;
}

.vfa-ctc-button.conferma-dati {
    margin-top: 20px;
}

.vfa-ctc-button.conferma-dati-5 {
    margin-top: 5px;
}

.vfa-drivetostore {
    width: 100%;
    float: left;
    color: #00B0CA;
    font-family: "Vodafone RgBd";
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 0 0 0;
    border-top: 1px solid #CCCCCC;
}

.vfa-drivetostore a, .vfa-drivetostore a:hover {
    color: #00B0CA;
}

/* LOADER */
.vfa-vola-loader {
    padding: 80px 22px;
    background-color: #F9F9F9;
}

.vfa-vola-loader .vfa-loader-img {
    background-image: url(../img/speachmark-1.gif);
    height: 120px;
    background-repeat: no-repeat;
    background-position: center;
    width: 120px;
    background-size: contain;
    margin: 0 auto;
}

.vfa-vola-loader .vfa-title {
    padding-top: 30px;
    padding-bottom: 10px;
    color: #333333;
    font-family: "Vodafone RgBd";
    font-size: 21px;
    font-weight: bold;
    line-height: 25px;
    text-align: center;
    max-width: 60%;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .vfa-vola-loader .vfa-title {
        max-width: 100%;
    }
}

.vfa-vola-loader .vfa-subtitle {
    color: #333333;
    font-family: "Vodafone Rg";
    font-size: 21px;
    line-height: 25px;
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
    font-weight: bold;
}

/* THANK YOU */
.vfa-vola-grazie {
    padding: 130px 22px;
    background-color: #F9F9F9;
}

.vfa-vola-grazie .vfa-mark-img {
    background-image: url(../img/tick-outline.png);
    height: 120px;
    background-repeat: no-repeat;
    background-position: center;
    width: 120px;
    background-size: contain;
    margin: 0 auto;
}

.vfa-vola-grazie .vfa-title {
    padding-top: 30px;
    padding-bottom: 10px;
    color: #333333;
    font-family: "Vodafone Rg";
    font-size: 21px;
    font-weight: bold;
    line-height: 25px;
    text-align: center;
    max-width: 60%;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .vfa-vola-loader .vfa-title {
        max-width: 100%;
    }
}

.vfa-vola-grazie .vfa-subtitle {
    color: #333333;
    font-family: "Vodafone Rg";
    font-size: 21px;
    line-height: 25px;
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
}

/* THANK YOU */
.vfa-vola-noservice {
    padding: 130px 22px;
    background-color: #F9F9F9;
}

.vfa-vola-noservice .vfa-mark-img {
    background-image: url(../img/_tick-outline.png);
    height: 120px;
    background-repeat: no-repeat;
    background-position: center;
    width: 120px;
    background-size: contain;
    margin: 0 auto;
}

.vfa-vola-noservice .vfa-title {
    padding-top: 30px;
    padding-bottom: 10px;
    color: #333333;
    font-family: "Vodafone Rg";
    font-size: 21px;
    font-weight: bold;
    line-height: 25px;
    text-align: center;
    max-width: 60%;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .vfa-vola-loader .vfa-title {
        max-width: 100%;
    }
}

.vfa-vola-noservice .vfa-subtitle {
    color: #333333;
    font-family: "Vodafone Rg";
    font-size: 21px;
    line-height: 25px;
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
}


/* ERRORS */
.select select.vfa-error {
    border: 1px solid #E60000;
    border-radius: 2px;
    background-color: rgba(230, 0, 0, 0.04);
}

.vfa-error {
    border: 1px solid #E60000;
    border-radius: 2px;
    background-color: rgba(230, 0, 0, 0.04);
}

.vfa-error-msg {
    line-height: 14px;
    position: relative;
    text-transform: none;
    font-family: "Vodafone Rg";
    font-size: 12px;
    display: block;
    color: #333;
    letter-spacing: 1px;
    padding: 10px 0 10px 25px;
    margin: 0;
    left: 2px;
}

.vfa-error-msg:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background: url(../img/warning.svg) no-repeat center center;
    background-size: 100% 100%;
}

/* CALL ME BACK */
.vfa-vola-container .vfa-vola-title.vfa-timeout {
    padding-left: 50px;
}

.vfa-vola-container .vfa-vola-title.vfa-timeout:after {
    position: absolute;
    content: "";
    width: 34px;
    height: 34px;
    line-height: 0;
    font-size: 0;
    left: 12px;
    top: 25px;
    background: url(../img/contact-center.png) no-repeat center center;
    background-size: contain;
}

/* SWITCHER */
.wrapper {
    width: 100%;
    margin: 0 auto
}

.vfa-tab-reverses {
    position: relative;
    height: auto;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.vfa-tab-reverse-switch {
    display: none
}

.vfa-tab-reverse-content {
    width: 100%;
    position: relative;
    z-index: 1;
    top: 2.75em;
    left: 0;
    background: #fff;
    color: #2c3e50;
    opacity: 0;
    transition: all .2s
}

.vfa-tab-reverse {
    float: left
}

.vfa-tab-reverses::before, .vfa-tab-reverses::after {
    content: "";
    display: vfa-tab-reversele
}

.vfa-tab-reverses::after {
    clear: both
}

.vfa-tab-reverse-label {
    position: relative;
    display: block;
    line-height: 1.3;
    color: #000;
    cursor: pointer;
    top: 10px;
    transition: all .25s
}

.vfa-tab-reverse-switch:checked + label + .vfa-tab-reverse-content {
    z-index: 2;
    opacity: 1
}

.vfa-tab-reverse-switch:checked + .vfa-tab-reverse-label {
    background: #fff;
    color: #2c3e50;
    border-bottom: 0;
    z-index: 1;
    top: 10px;
}

/* SPACE BETWEEN */
.vfa-ctc-button.start-chat-toby {
    margin-top: 40px;
}

.vfa-input-container.margin-top-10 {
    margin-top: 10px;
}

.vfa-radio-container.no-padding {
    padding-top: 0;
}

/* LOGO VODAFONE */
.vfa-vola-container .vfa-vola-title.vfa-vola-logo {
    padding-left: 50px;
}

.vfa-vola-container .vfa-vola-title.vfa-vola-logo:after {
    position: absolute;
    content: "";
    width: 38px;
    height: 38px;
    line-height: 0;
    font-size: 0;
    left: 16px;
    top: 25px;
    background: url(../img/logo_vodafone.svg) no-repeat center center;
    background-size: contain;
}

.vfa-vola-container .vfa-vola-title.x_centrato {
    text-align: center !important;
}

.vfa-vola-container .vfa-vola-subtitle.x_centrato {
    text-align: center !important;
}
