:root {
    --main-btn-active: #041e42;
    --main-btn-hover: #ededef;
    --date-item-text-hover: var(--main-btn-active);
}

.main-wrapper {
    background: transparent;
}

/*on scania there is no other providers, thats why we need this css rule*/
#submit-buttons-container{
    grid-template-columns: unset;
}

#searches-tab-btn{
    border-radius: 0 1rem 0 0;
 }

#other-providers-btn {
    display: none;
}

#logo{
    grid-template-rows: repeat(2, auto);
    color: black;
}

