.form-disclaimer{
    font-size: 18px;
    font-weight: 500;
    line-height: 30px; /* 166.667% */
    letter-spacing: -0.18px;
    position: relative;
}
.form-disclaimer:before{
    content:"*";
    font-size: 18px;
    font-weight: 500;
    line-height: 30px; /* 166.667% */
    letter-spacing: -0.18px;
    position:absolute;
    left: -15px;
}
.tco-pdf-button {
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: inline-flex;
    padding: 9px 20px;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    border-radius: 30px;
    border: 1px solid #FFF;
    background: #FFF;
    position: relative;
    color: #00525E;
    transition: padding 0.3s ease;
    margin-right: 50px;
    margin-left: 0px;
    cursor: pointer;
}
.tco-pdf-button:after{
    content: "";
    background-image: url(../img/download-icon.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30px;
    width: 38px;
    height: 38px;
    padding:10px;
    border-radius: 30px;
    border: 1px solid #FFF;
    background-color: #FFF;
    position: absolute;
    left: calc(100% + 10px);
}
.tco-pdf-button:hover{
    padding-right: 17px;
    padding-left: 23px;
}

#tco-calculate{
    background: #fff;
    border-radius: 31px;
    color: #008192;
    font-size: 17px;
    font-weight: 500;
    padding: 9px 22px 11px 30px;
    gap: 6px;
    display: inline-flex;
    transition: all .3s;
    border: 0px;
    white-space: nowrap;
    opacity:0.5;
}
#tco-calculate.active{
    opacity:1;
}
#tco-calculate:after{
    content: url(../img/arrow-right-icon.svg);
    width: 24px;
    margin-top: 2px;
    margin-bottom: -2px;
}
.tco-leads-bottom-content{
    padding:50px 40px;
}
.tco-leads-bottom-content > div{
    margin-bottom:68px;
    max-width: 600px;;
}

#tco-calculate:hover{
    padding: 9px 20px 11px 33px;
    gap: 5px;
}


.tco-fullreport-main{
    background: linear-gradient(180deg, rgba(0, 151, 169, 0.00) 63.67%, var(--Shell-Ocean-400, #0097A9) 100%), linear-gradient(296deg, var(--Shell-Ocean-400, #0097A9) 8.08%, var(--Shell-Ocean-600, #006B7B) 99.65%);

    /* background: radial-gradient(73.81% 58.73% at 55.34% 41.99%, rgba(0, 82, 94, 0.60) 0%, rgba(41, 41, 41, 0.60) 100%), #292929; */
    padding:50px 50px 200px 50px;
    color:#EDF7F9;
   
}
.tco-fullreport-header{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.tco-fullreport-header h2{
    color:#EDF7F9;
    font-size: 55px;
    font-style: normal;
    font-weight: 500;
    line-height: 80px; /* 145.455% */
    letter-spacing: -0.55px;
}

.tco-topline{
    font-family: 'Shell', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px; /* 133.333% */
    color:#EDF7F9;
    display: flex;
}
.tco-topline:before{
    content:"";
    background-color:#EDF7F9;
    width: 80px;
    height: 1px;
    margin: auto 10px auto 0;
}
.tco-savings-wrapper{
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
}
.tco-savings{
    text-align: center;
    font-size: 100px;
    font-style: normal;
    font-weight: 600;
    line-height: 125px; /* 125% */
}

.tco-switch-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0 0 0;
}

.tco-switch {
    position: relative;
    display: inline-block;
    width: 126px; /* Breite des Switchers */
    height: 75px; /* Etwas niedriger als der Slider für Kontrast */
}

/* Checkbox unsichtbar machen */
.tco-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* Der Hintergrund / Track */
.tco-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    border: 2px solid white;
    border-radius: 40px;
    transition: .175s;
}

/* Gemeinsame Styles für die Hintergrund-Labels */
.switch-bg-label {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white; /* Deine gewünschte Farbe */
    pointer-events: none;
    z-index: 1; /* Unter dem gelben Knob (z-index 2) */
    width: 55px;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

/* Position links (Euro) */
.switch-bg-label.left {
    left: 8px;
}

/* Position rechts (Prozent) */
.switch-bg-label.right {
    right: 8px;
}

/* Der gelbe Knob (muss über den weißen Symbolen liegen) */
#tco_knob_symbol {
    position: absolute;
    height: 55px;
    width: 55px;
    left: 8px;
    bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4A4A4A;
    background-color: #FFC600; /* Gelbe Hintergrundfarbe direkt hier */
    border-radius: 50%;
    font-weight: bold;
    font-size: 20px;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
    z-index: 5; /* Höchste Ebene */
}

/* Der Track (ohne das :before, da wir das Symbol jetzt als Knob nutzen) */
.tco-slider {
    position: absolute;
    cursor: pointer;
    top: 0; left: 0; right: 0; bottom: 0;
    border: 2px solid white;
    border-radius: 40px;
    background-color: transparent;
}

input:checked + .tco-slider #tco_knob_symbol {
    transform: translateX(50px); /* Schiebt das Symbol mit */
}

.mb-0{
    margin-bottom:0!important;
}

.tco-fullreport-selection-wrapper{
    display: flex;
    flex-direction: row;
    gap: 20px;
    max-width:1900px;
    margin:-100px auto 20px auto;
}
.tco-fullreport-selection-wrapper > div{
    border-radius:20px;
    padding:60px clamp(30px,4.2vw,80px); 
    background: #EDF7F9;
    width: 100%;
}


.tco-fleetcountry-holder{
    text-transform:uppercase;
}
.tco-selection-card .tco-range-container .slider-wrapper input,
.tco-selection-card select{
    border:2px solid #008192!important;
    color: #008192 !important;
}
.tco-selection-card .tco-range-container .range-label{
    color: #008192!important;
}
.tco-selection-card-info{
    color:#0097A9;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
    margin-bottom:20px;
}
.tco-selection-value{
    font-size: clamp(30px, 4vw, 70px);
    font-style: normal;
    font-weight: 600;
    line-height: clamp(40px, 5vw, 55px); /* 125% */
    letter-spacing: -0.7px;
    width:280px;
}
.tco-selection-value > div{
    font-size: clamp(18px, 2vw, 22px);
    font-style: normal;
    font-weight: 500;
    line-height: clamp(26px, 4vw, 36px); /* 163.636% */
    letter-spacing: -0.22px;
    margin-top: 15px;
}

.tco-fullreport-results-euro{
    max-width:1816px;
    width:90%;
    margin:80px auto 0 auto;
}

.tco-fullreport-results-percentage{
    max-width:1816px;
    width:90%;
    margin:80px auto 0 auto;
    display:none;
}
.tco-chart-container{
    width:100%;
    position: relative;
    padding-top: 37px;
}
.tco-chart-background{
    height: 100%;
    width:100%;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    opacity:0.3;
    pointer-events: none;
}

.tco-chart-header{
    display:flex;
    justify-content: center;
    align-items: center;
    gap:73px;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom:20px;
}
.tco-chart-header div{
    display:flex;
    align-items:center;
    gap:10px;
    width: 300px;
}
.tco-chart-header div:first-child{
    justify-content: flex-end;
}
.tco-chart-header div:last-child{
    justify-content: flex-start;
}

.tco-chart-header .electric-color{
    background-color:#FFC600;
    border-radius:5px;
    display:inline-block;
    width:21px;
    height:21px;
}
.tco-chart-header .diesel-color{
    background-color:#fff;
    border-radius:5px;
    display:inline-block;
    width:21px;
    height:21px;
}
.tco-chart-background div{
    border-left:1px solid #fff;
    color:#fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-left: 10px;
    height: 100%;
    margin-right: -23px;
    position:absolute;
}
.tco-chart-background div:nth-child(1){
    left:0%;
}
.tco-chart-background div:nth-child(2){
    left:25%;
}
.tco-chart-background div:nth-child(3){
    left:calc(50% - 16px);
    border-right:1px solid #fff;
    padding-right: 10px;
}
.tco-chart-background div:nth-child(4){
    right:25%;
}
.tco-chart-background div:nth-child(5){
    right:0%;
}
.tco-chart-background div:nth-child(4),
.tco-chart-background div:nth-child(5){
    border-left:0px solid #fff;
    padding-left: 0px;
    padding-right: 10px;
    border-right:1px solid #fff;
    margin-right: 0px;
}

.tco-chart-row{
    position: relative;
    height:90px;
}

.tco-chart-label{
    position:absolute;
    white-space: nowrap;
    top:-7px;
    font-size: 18px;
    font-weight: 500;
}


.tco-fullreport-results-percentage .tco-chart-electric .tco-chart-label{
    right: 10px;
}
.tco-fullreport-results-percentage .tco-chart-diesel .tco-chart-label{
    left: 10px;
}

.tco-chart-value{
    top:50%;
    transform: translateY(-50%);
    font-size: 18px;
    font-weight: 600;
}
.big-bar .tco-chart-value{
    font-size: 26px;
}
.tco-chart-electric .tco-chart-value{
    position: absolute;
    right: calc(100% + 10px);
}
.tco-chart-diesel .tco-chart-value{
    position: absolute;
    left: calc(100% + 10px);
}
.tco-chart-icon{
    top:50%;
    transform: translateY(-50%);
}
.tco-chart-electric .tco-chart-icon{
    position:absolute;
    left: calc(100% + 8px);
}
.tco-chart-diesel .tco-chart-icon{
    position:absolute;
    right: calc(100% + 8px);
}

.tco-fullreport-results-percentage .tco-chart-col{
    opacity:0;
}
.tco-fullreport-results-percentage .winner{
    opacity:1;
}

.tco-chart-icon.electriy-icon{
    background:url(../img/electric-icon.svg) no-repeat center center;
    background-size: contain;
    width:22px;
    height:21px;
}
.tco-chart-icon.oil-icon{
    background:url(../img/fuel-icon.svg) no-repeat center center;
    background-size: contain;
    width:23px;
    height:18px;
    margin-right: -4px;
}
.tco-fullreport-results-percentage .tco-chart-electric{
    position:absolute;
    right:calc(50% + 16px);
    height: 90px;
    display:flex;
}
.tco-fullreport-results-percentage .tco-chart-diesel{
    position:absolute;
    left: calc(50% + 16px);
    height: 90px;
    display:flex;
}

.tco-fullreport-results-euro .tco-chart-electric,
.tco-fullreport-results-euro .tco-chart-diesel{
    position:absolute;
    left:0;
    height: 90px;
    display:flex;
    top:0px;
}
.tco-fullreport-results-euro .tco-chart-diesel{
    top:67px;
    height: 20px;
}
.tco-fullreport-results-euro #tco-chart-main .tco-chart-diesel{
    top:85px;
    height: 60px;
}

.tco-chart-electric .tco-chart-bar{
    border-radius: 5px 0 0 5px;
    background: #FFC600;
    height:21px;
    width:100%;
    position:absolute;
    top:50%;
    transform: translateY(-50%);
}
.tco-chart-diesel .tco-chart-bar{
    border-radius:0 5px 5px 0;
    background: #fff;
    height:21px;
    width:100%;
    position:absolute;
    top:50%;
    transform: translateY(-50%);
}

.tco-fullreport-results-euro .tco-chart-electric .tco-chart-bar,
.tco-fullreport-results-euro .tco-chart-diesel .tco-chart-bar{
    border-radius:0 5px 5px 0;
}

.tco-fullreport-results-euro .tco-chart-value{
    right:unset;
    left:calc(100% + 10px);
}
.tco-fullreport-results-euro .tco-chart-icon{
    left:unset;
    right: calc(100% + 10px);
}
.tco-fullreport-results-euro .tco-chart-row {
    height: 123px;
}
.tco-fullreport-results-euro #tco-chart-main.tco-chart-row {
    height: 160px;
}

.tco-chart-electric.big-bar  .tco-chart-bar,
.tco-chart-diesel.big-bar  .tco-chart-bar{
    height:60px;
}

.tco-chart-label-mobile{
    display:none; 
}

.tco-download-link{
    background:#C0E6EC;
    border-radius: 31px;
    color:#00525E;
    font-size:26px;
    font-weight: 400;
    padding:9px 22px 11px 30px;
    gap: 6px;
    display: inline-flex;
    transition: all .3s;
    border:0px;
    white-space: nowrap;
}
.tco-download-link:hover{
    padding: 9px 20px 11px 33px;
    gap: 5px;
}
.tco-download-link:after {
    content: url(/wp-content/uploads/arrow-right-icon.svg);
    width: 24px;
    margin-top: 2px;
    margin-bottom: -2px;
}

.tco-toggle-button{
    color:#fff;
    border:1px solid #fff;
    border-radius:30px;
    padding:5.5px 15px;
    background:transparent;
    font-size: 18px;
    font-weight: 500;
    cursor:pointer;
}

.tco-toggle-content{
    display:block;
}
.tco-toggle-content.active{
    display:none;
}

.tco-selection-icon img{
    width: clamp(60px, 10vw, 125px);
    height: clamp(60px, 10vw, 125px);
}

.ccf-form .tco-selection-card select{
    padding: 15.5px 30px;
}

@media(max-width:1400px){
    .tco-fullreport-selection-wrapper{
        flex-direction: column;
        gap: 40px;
    }
    .tco-fullreport-selection-wrapper{
        width:90%;
    }
}
@media(max-width:768px){
    #tco-calculate{
        margin-right:23px;
    }
    .tco-leads-bottom-content > div{
        margin-bottom:15px;
    }
    .tco-chart-header{
        gap: 40px;
    }
    .tco-fullreport-main{
        padding:30px 40px 150px 40px;
    }
    .tco-fullreport-selection-wrapper {
        gap: 10px;
    }
    .tco-selection-value{
        margin-top: -10px;
    }
    .tco-selection-card-info{
        gap:10px;
    }
    .tco-fullreport-selection-wrapper .tco-range-container{
        margin-bottom: 20px;
    }
    .tco-selection-value > div{
        margin-top: -5px;
    }
    .big-bar .tco-chart-value {
        font-size: 18px;
    }
    .tco-fullreport-results-euro  #tco-chart-main .tco-chart-value {
        right: unset;
        left: 18px;
        color:#292929;
    }
    .tco-chart-label-mobile{
        display:block; 
        font-size: 18px;
        font-weight: 500;
        line-height: normal;
        color:#fff;
    }
    .tco-fullreport-header{
        flex-direction: column-reverse;
    }
    .tco-topline{
        display:none;
    }
    .tco-fullreport-results-euro{
        margin:0px auto 0 auto
    }
    #tco_knob_symbol{
        height: 30px;
        width: 30px;
        left: 6px;
        bottom: 6px;
        font-size: 12px;
    }
    .switch-bg-label{
        font-size: 12px;
        width: 25px;
    }
    input:checked + .tco-slider #tco_knob_symbol {
        transform: translateX(34px);
    }
    .tco-switch {
        width: 79px;
        height: 46px;
    }
    .tco-fullreport-header h2{
        font-size: 26px;
        line-height: 36px;
    }
    .tco-savings{
        font-size: 40px;
        line-height: 50px; /* 125% */
    }
    .tco-fullreport-selection-wrapper > div{
        padding:20px;
    }
    
    .tco-selection-card #tco_trucks_value{
        color:#0097A9;
    }
}
