﻿
.info-bar-wrapper-header {
    border-bottom: 1px solid #a8adb3;
}

.info-bar-wrraper-section{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    
}

.info-bar-color-select{
    margin: auto 0;
    width: 240px;
}
.infoBar__main-container{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}
.infoBar__buttons{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.info-bar-section {
    display: flex;
    flex-direction: column;
    padding-bottom: 30px;
    padding-top: 10px;
    border-bottom: 1px solid grey;
    align-items: flex-start;
    margin-bottom: 15px;
    width: 85%;
}

.infoBar__subSection h5{
    margin: 8px 0
}
.infoBar__subSection,h4{
    margin: 8px 0
}

.info-bar-section_title {
    width: 100%;
    justify-content: right;
}

.info-bar-section_title h3 {
    margin-bottom: 0;
}

.info-bar-section_texts {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}

.info-bar-section_textarea {
    width: 50%;
}

    .info-bar-section_textarea textarea{
        resize:none;
    }

.info-bar-section_inputs {
        display: flex;
        flex-direction: column;
        width: 45%;
}

.info-bar-section_input{
    display: flex;
    flex-direction: column;
}

.info-bar-text{
    width:100%;
    height: 132px;
}

.info-bar-section_link{
    margin-top: 0;
    margin-bottom: 10px;
}

.overview__container{
    padding: 16px;
    width: 100%;
    display: flex;
}

.overview__combined-container{
    display: flex;
    gap:8px
}

.overview__title{
    margin: 7px 0;
    font-size: 1.1111111111rem;
    font-weight: 700;
}

.overview__btn{
    height: 44px;
    padding:0 27px;
    font-size: .8333333333rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid white;
    font-family: "vwfs-sans",Verdana,Arial,sans-serif;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 18px;
    text-align: center;
    background-color: transparent;
    color: white;
    cursor: pointer;
    min-height: 44px;
    margin-right: 16px;
}

.overview__btn--petrol{
    color: #66e4ee;
    border: 1px solid #66e4ee;

}
.overview__btn--light-bg{
    color: #004666;
    border: 1px solid #004666;
}

.overview__icon--check-icon{
    font-size: 34px;
    color: white;
}
.overview__icon{
    flex-shrink: 0;
}

.overview__close-icon{
    margin-left: auto;
}