@import url('https://fonts.googleapis.com/css2?family=GE SS Two:ital,wght@0,100..900;1,100..900&display=swap');

@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: GE-SS;
    src: url('fonts/GE-SS-Medium.ttf') format("truetype");
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: GE-SS;
    src: url('fonts/GE-SS-Regular.ttf') format("truetype");
    font-weight: normal;
    font-style: normal
}

#container-wrapper {
    max-width: 1510px;
    width: 100%;
    margin: 0 auto;
    font-family: "GE SS Two", sans-serif !important;
    font-size: 16px;
}

.tabs,
.focus,
button {
    font-family: "GE SS Two", sans-serif !important;
}

[role="tablist"] {
    min-width: 100%;
    text-align: center;
    margin-bottom: 2.0em;
    border-bottom: 0px solid #dbdbdb;
    direction: rtl;
}

[role="tab"] {
    font-family: "GE SS Two", sans-serif !important;
    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%);
}

[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="tab"] span.focus {
    display: inline-block;
    margin: 2px;
    padding: 4px 6px;
}

[role="tab"]:hover span.focus,
[role="tab"]:focus span.focus,
[role="tab"]:active span.focus {
    padding: 2px 4px;
    border: 0px solid rgb(36 116 214);
    border-radius: 3px;
    outline-width: 0 !important;
} */

[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;
}