@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');
/* @font-face {
    font-family: 'OpenSans';
    src: url('fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
} */

#container-wrapper {
    width: 100%;
    margin: 0 auto;
}

.tabs {
    font-family: "Noto Sans", sans-serif;
}

[role="tablist"] {
    width: 100%;
    /* max-width: 1440px; */
    margin: 0 auto;
    text-align: left;
    margin-bottom: 2.0em;
    position: relative;
    background: #eff2f6;
    overflow: hidden;
    border: 4px solid #eff2f6;
    border-width: 4px 4px 0;
}

[role="tab"] {
    display: inline-block;
    position: relative;
    z-index: 2;
    top: 2px;

    padding: 15px 22px;
    margin: 0px;

    background: transparent;
    box-sizing: border-box;
    outline: none;
    /* max-width: 22%; */
    overflow: hidden;
    transition: color 0.5s;

    cursor: pointer;

    border-top: 0em solid #FFFFFF;
    border-right: 0em solid #FFFFFF;
    border-bottom: 0px solid #EBEBEB;
    border-left: 0em solid #FFFFFF;

    font-family: "Noto Sans", sans-serif;
    font-size: 19px;
    font-weight: bold;
    color: #666;
}

/* [role="tab"]:focus, */
[role="tab"]:hover {
    background: transparent;
    color: #666;
    border-top: 0em solid #FFFFFF;
    border-right: 0em solid #FFFFFF;
    border-bottom: 0px solid #0F1ED2;
    border-left: 0em solid #FFFFFF;
    text-decoration: underline;
    position: relative;
    z-index: 0;
}

[role="tab"][aria-selected="true"] {
    background: #ffffff;
    border: 3px solid #0f1ed2;
    border-width: 3px 0 0;
    color: #666;
    border-bottom: 0px solid #0F1ED2;
    position: relative;
    z-index: 0;
    font-weight: bold;
}

/* [role="tab"] span.focus {
    display: inline-block;
    margin: 2px;
    padding: 4px 6px;
    outline-width: 0 !important;
}

[role="tab"]:hover span.focus,
[role="tab"]:focus span.focus,
[role="tab"]:active span.focus {
    border: 0px solid rgb(36 116 214);
    outline-width: 0 !important;
    color: #0e2b63;
} */

[role="tabpanel"] {
    padding: 5px;
    min-height: 10em;
}

[role="tabpanel"].hidden {
    display: none;
}

[role="tablist"]::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0em;
    width: 100%;
    height: 0em;
    z-index: 2;

    border-bottom: 0px solid #D8D8D8;
}

/* @media screen and (max-width: 1180px) {
    [role="tab"] {
        /* display: block;
        margin: 2px auto;
    }
} */

#sharealert-tabpanel_iframe {
    border: 0px;
}

@media (max-width:760px) {
    [role="presentation"] .euroland-tool-modal-overlay-iframe-container {
        position: absolute !important;
        top: 90% !important;
    }
}