@font-face {
    font-family: 'GE-SS';
    src: url('./fonts/GE-SS-Bold.ttf') format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'GE-SS';
    src: url('./fonts/GE-SS-Medium.ttf') format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'GE-SS';
    src: url('./fonts/GE-SS-Light.ttf') format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Neo-Sans';
    src: url('./fonts/Neo-Sans-Medium.ttf') format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Neo-Sans';
    src: url('./fonts/Neo-Sans-Regular.ttf') format("truetype");
    font-weight: normal;
    font-style: normal;
}

#container-wrapper {
    max-width: 1510px;
    width: 100%;
    margin: 0 auto;
    font-family: "Neo-Sans", sans-serif !important;
    font-size: 16px;
}

.tabs,
.focus,
button {
    font-family: "Neo-Sans", sans-serif !important;
}

/* .tabs > div[style="direction: ltr;"] {
    direction: rtl !important;
} */

[role="tablist"] {
    min-width: 100%;
    text-align: center;
    margin-bottom: 2.0em;
    border-bottom: 0px solid #dbdbdb;
}

[role="tab"]{
    display: inline-block;
    position: relative;
    z-index: 2;
    top: 0px;
    margin: 0;
    background: #fff;
    box-sizing: border-box;
    outline: none;
    font-weight: bold;
    width: auto;
    overflow: hidden;
    color: #161419;
    margin: 0 30px;
    font-size: 16px;
    cursor: pointer;
    border: 0px;
    border-bottom: 3px solid #FFFFFF;
    padding: 8px 0;
    border-radius: 0px !important;
    margin-right: 10px;
    transform: translateY(6%);
    font-family: "Neo-Sans", sans-serif !important;
}

[role="tab"]:focus,
[role="tab"]:hover  {
    border-bottom: 3px solid #991427 !important;
    color: #153E35;
}

[role="tab"][aria-selected="true"] {
    border-bottom: 3px solid #153E35 !important;
    color: #153E35;
}

[role="tabpanel"] {
    padding: 5px;
    min-height: 10em;
    width: 100%;
}

[role="tabpanel"].hidden {
    display: none;
}

#shareseries-tabpanel_iframe,
#splookup-tabpanel_iframe,
#investmentcal2-tabpanel_iframe {
    border: none;
}