
/* Implementation-wide styling for "vwfs-floating-v5" */
/* FONTS */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local('Lato Light'), local('Lato-Light'), url(https://ace-knowledge-cdn.teliacompany.net/fonts/lato_EsvMC5un3kjyUhB9ZEPPwg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://ace-knowledge-cdn.teliacompany.net/fonts/lato_1YwB1sO8YE1Lyjf12WNiUA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url(https://ace-knowledge-cdn.teliacompany.net/fonts/lato_H2DMvhDLycM56KNuAtbJYA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
.humany-widget /* all elements */ {
    font-family: 'Lato', sans-serif;
}










/*------- New styles 2026-04-08 -------*/


/* Float widget button */

#humany_vwfsse-floating-ow {
    z-index: 1000;
}

.humany-animated-area.humany-component.humany-component-root-area {
    z-index: 950;
}

#humany_vwfsse-floating-ow span.humany-close svg {
    overflow: visible;
}

#humany_vwfsse-floating-ow span.humany-close svg path {
    stroke: #335f7d !important;
    stroke-width: 2 !important;
}


/* Widget */

.humany-component .humany-paragraph h1,
.humany-component a,
.humany-component span,
.humany-component button {
    color: #335f7d;
}

.humany-component i.fa {
    color: #335f7d;
}

.humany-component-copyright {
    display: none;
}


/* Widget header */

.humany-component-widget-header {
    background-color: #335f7d;
    padding: 15px;
}

.humany-widget-header h1 {
    font-family: 'vwfs-sans', sans-serif;
    text-transform: uppercase;
    font-size: 1.1em;
    color: #fff;
    margin: 0;
}

.humany-component-widget-header button svg {
    stroke-width: 3;
}

.humany-component-widget-header button svg {
    stroke-width: 3;
}

/* Widget footer */

.humany-component-back-link button span {
    font-weight: 700;
}

.humany-component-contact-link a, 
.humany-component-contact-link span {
    font-weight: 700;
} 


/* Buttons and links */

a.humany-link,
a.humany-route-link,
a.humany-link span {
    color: #335f7d;
    transition: all .125s linear;
}

.humany-component a:focus-visible,
.humany-component button:focus-visible {
    outline: 2px solid #797e80 !important;
}

.humany-component button:focus-visible {
    text-decoration-color: #335f7d;
}

a.humany-link:hover,
a.humany-route-link:hover,
a.humany-link:hover span {
    color: #8DBFCF;
}

button.humany-button span {
    transition: all .125s linear;
}

button.humany-button:hover span {
    color: #8DBFCF;
}

.humany-form-component-file em {
    color: #335f7d;
}

.humany-form-component-file label[role="button"] {
    background-color: transparent;
    border-radius: 0;
    border: 2px solid #335f7d;
    font-family: 'vwfs-sans', sans-serif;
    color: #335f7d !important;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    transition: all .125s linear;
}

.humany-form-component-file label[role="button"]:hover {
    color: #8DBFCF !important;
    border: 2px solid #8DBFCF !important;
}

.humany-feedback-button {
    border-radius: 0;
    border: 2px solid #335f7d;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    transition: border .125s linear;
}

.humany-feedback-button:focus-visible {
    border: 2px solid #335f7d;
}

.humany-feedback-button:hover {
    background-color: transparent;
}

.humany-feedback-button:hover span {
    color: #335f7d;
}

.humany-feedback-button:hover {
    border: 2px solid #8DBFCF;
}

.humany-feedback-button i {
    display: none;
}


/* Search */

.humany-component-search form {
    border-radius: 0;
    padding: 0;   
}

.humany-component-search form input {
    order: 1;
    font-family: 'vwfs-sans', sans-serif;
    font-style: normal;
    color: #335f7d;
}

.humany-component-search form input::placeholder {
    color: #595959;
}

.humany-component-search form button[type="reset"] {
    order: 2;
    margin-right: 20px;
}

.humany-component-search form .humany-button[type="submit"] svg line,
.humany-component-search form .humany-button[type="submit"] svg circle {
    stroke: rgb(51, 51, 51);
}

.humany-component-search form .humany-button[type="reset"] svg line {
    stroke: #fff;
    stroke-width: 2;
}

.humany-component-search form .humany-button[type="reset"] svg circle {
    fill: #3A3E41;
}

.humany-component-search form button[type="submit"] {
    order: 3;
    position: relative;
    display: flex;
    justify-content: center;
    width: 65px;
    height: 100%;
    background-color: #f2f2f2;
}

.humany-component-search form button[type="submit"] svg {
    display: none;
}

.humany-component-search form button[type="submit"]::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iRWJlbmVfMSIgZGF0YS1uYW1lPSJFYmVuZSAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNiAzNiI+CiAgPHBhdGggaWQ9InBhdGgiIGQ9Ik0yOCwxNUExMywxMywwLDEsMCwxNSwyOCwxMywxMywwLDAsMCwyOCwxNVpNMTUsMjdBMTIsMTIsMCwxLDEsMjcsMTUsMTIuMDEzLDEyLjAxMywwLDAsMSwxNSwyN1ptMTguODMzLDRMMjYuMiwyMy4zNjhjLS4yLjI2OS0uNDA5LjUzMy0uNjI5Ljc4Nmw3LjQxNCw3LjQxNGEyLjU3NSwyLjU3NSwwLDAsMS0xLjQxNSwxLjQxNWwtNy40MTQtNy40MTRjLS4yNTMuMjItLjUxNi40MjctLjc4NS42MjhMMzEsMzMuODMzQzMxLjkyMSwzNC43NSwzNC44LDMxLjk2NywzMy44MzMsMzFaTTE3Ljk0MSw1LjQ0MWwtLjI5NC45NTdBOS4wNDEsOS4wNDEsMCwwLDEsMjMuNiwxMi4zNTNsLjk1Ny0uMjk0QTEwLjAyNSwxMC4wMjUsMCwwLDAsMTcuOTQxLDUuNDQxWiIvPgo8L3N2Zz4K);
    content: "";
    background-size: contain;
    width: 50%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

[data-has-focus="true"] form {
    border-color: transparent;
    outline: 2px solid #797e80;
}

.humany-spinner svg circle {
    stroke: #335f7d;
}


/* Lists */

.humany-component {
    font-family: 'vwfs-sans', sans-serif;
    border-radius: 0;
}

.humany-component .humany-list {
    text-align: left;
}

.humany-component-guide-list .humany-paragraph h1 {
    font-size: 1.7em !important;
}

.humany-component-guide-category-tree ul > li > a.humany-guide-category-tree-link {
    border-radius: 0;
}

.humany-component-guide-list > ul > li > a svg line,
.humany-component-related-guide-list > ul > li > a svg line, 
.humany-guide-category-browser-list > ul > li > a svg line {
    stroke: #335f7d;
    stroke-width: 3;
}

.humany-component a:focus-visible {
    color: #335f7d;
}

.humany-component a:focus-visible svg {
    outline: none;
}

.humany-component .humany-paragraph h1 {
    line-height: 1.3;
    margin-bottom: 15px;
}

.humany-component a:hover {
    text-decoration-color: #335f7d !important;
}

.humany-component-guide-list .humany-paragraph h1 {
    font-size: 1.5em;
}

.humany-component-related-guide-list .humany-paragraph h1 {
    font-size: 1.3em;
}

.humany-component-back-link button svg line,
.humany-route-link svg line {
    stroke: #335f7d;
    stroke-width: 3;
}

.humany-component-guide-list > ul > li,
.humany-guide-category-browser-list > ul > li{
    margin: 0;
}

.humany-component-guide-list > ul > li > a,
.humany-guide-category-browser-list > ul > li > a {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    white-space: normal;
    color: #335f7d;
    font-weight: 700;
    line-height: 1.5;
    padding: 13px 0;
    border-top: 1px solid #335f7d;
}

.humany-component-guide-list > ul > li > a:hover,
.humany-guide-category-browser-list > ul > li > a:hover {
    text-decoration: none;
}

.humany-component-guide-list > ul > li > a > span {
    transition: all .125s linear;
    width: 90%;
}

.humany-component-guide-list > ul > li > a:hover span {
    color: #8DBFCF;
}

.humany-component-guide-list > ul > li:last-child, 
.humany-guide-category-browser-list > ul > li:last-child {
    border-bottom: 1px solid #335f7d;
    margin-bottom: 20px;
}

.humany-component-contact-link span {
    font-family: 'vwfs-sans', sans-serif;
}

.humany-component svg path {
    stroke: #335f7d;
}

.humany-route-link {
    font-weight: 700;
    text-decoration: none;
}

.humany-guide-list .humany-paragraph h1 {
    font-size: 1.6em;
}

.humany-guide-list a > span {
    text-decoration: none;
    transition: all .125s linear;
}

.humany-route-link:hover span {
    color: #8DBFCF;
}

.humany-component-breadcrumbs a {
    color: #335f7d;
}

.humany-contact-link-compact a {
    text-decoration: underline;
}

.humany-related-guide-list ul > li > a:hover {
    text-decoration: none;
}

.humany-contact-category-list ul > li > a > span {
    font-weight: 700;
}

.humany-contact-category-list ul > li:not(:first-child) > a > div > span:last-child {
    display: none;
}


/* List content */

.humany-component .humany-guide-body {
    text-align: left;
}

.humany-guide-content .humany-paragraph h1 {
    font-size: 1.5em;
}

.humany-guide-content .humany-guide-body p {
    color: #335f7d;
    font-weight: 400;
}

.humany-guide-content ul > li > a > span {
    font-weight: 700;
}


/* Forms */

.humany-widget /* all elements */ {
    font-family: 'vwfs-sans', sans-serif;
}

/* Form container */

.humany-widget .humany-form-level.humany-form-level-1 {
    margin-top: 40px;
}

.humany-form-component-fieldset {
    text-align: left;    
}

.humant-component .humany-form-level .humany-form-component-fieldset:humany-form-level  {
    margin-bottom: 40px;
}

.humany-form-component-fieldset > span.humany-fieldset-description,
.humany-form-component-fieldset > span.humany-fieldset-required-description {
    font-weight: 700;
    line-height: 1.5;
}


/* Labels and inputs */

.humany-form-level .humany-form-component label {
    color: #53595c;
}

.humany-form-component-fieldset legend {
    color: #335f7d;
}

.humany-form-level .humany-form-component label strong {
    color: #335f7d;
}

.humany-form-level .humany-form-component input, 
.humany-form-level .humany-form-component select {
    border-color: #53595c;
    border-radius: 0;
    color: #335f7d;
}

.humany-form-level .humany-form-component input::placeholder {
    color: #595959;
}

.humany-form-level .humany-form-component select {
  background-color: #fcfcfc;
}

.humany-form-level span.check {
    border-color: #53595c;
    border-radius: 0;
}

.humany-form .humany-list .humany-checkbox:checked ~ .check {
    background-color: #325f7d;
}

.humany-form .humany-list .humany-checkbox:focus-visible ~ .check {
    outline: 2px solid #53595c;
    outline-offset: 1px;
    border: 1px solid #53595c;
    
}

.humany-form-level .humany-form-component input:focus-visible, 
.humany-form-level .humany-form-component select:focus-visible {
    outline: 1px solid #53595c;
}

.humany-form-component .humany-form-component-description {
    color: #53595c;
    font-size: 0.8em;
    font-style: italic;
}


/* Text area */

.humany-form-level .humany-form-component-textarea textarea {
    border-radius: 0;
    border-color: #53595c;
    color: #335f7d;
}

.humany-form-level .humany-form-component-textarea textarea::placeholder {
    color: #595959;
}

.humany-form-level .humany-form-component-textarea textarea:focus-visible {
    outline: 1px solid #53595c;
}


/* Data error */

.humany-form-component[data-error="true"] input,
.humany-form-component[data-error="true"] textarea,
.humany-form-component[data-error="true"] span.check {
    border: 2px solid #cd3a4f;
}


/* Submit */
 
.humany-form-component-submit.humany-button {
    background-color: #66e4ee;
    font-family: 'vwfs-sans', sans-serif;
    color: #004666;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px;
    border-radius: 0;
    transition: background-color 0.25s;
}

.humany-form-component-submit.humany-button:focus-visible {
    outline: 2px solid #53595c;
    background-color: #66e4ee;
    color: #335f7d;
}

.humany-form-component-submit.humany-button:hover {
    background-color: #94ecf3;
}


/* Form summary */

.humany-form-validation-summary {
    background-color: #cd3a4f;
    border-radius: 0;
    padding: 30px;
}
