/*************font-declaration*****************/

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700&family=Poppins:wght@400;500;700&family=Roboto:wght@100&display=swap');

/*******************end************************/

#container-wrapper {
    width: 100%;
    margin: 0 auto;
}

.tabs {
    font-family: inherit;
}

[role="tablist"] {
    min-width: 100%;
    text-align: center;
    margin-bottom: 2.0em;
    position: relative;
}

[role="tab"],
[role="tab"]:focus {
    display: inline-block;
    position: relative;
    z-index: 2;
    top: 2px;
    margin: 0 20px!important;
    margin-top: 4px;
    padding: 10px 0px;
    background: #FFFFFF;
    box-sizing: border-box;
    outline: none;
    overflow: hidden;
    transition: color 0.5s;
    margin: 0px 1px;
    cursor: pointer;
    border: 0px solid #FFFFFF;
    font-family: 'Poppins',sans-serif!important;
    font-size: 1.0em;
    text-transform: capitalize;
    color: #333333;
    font-weight: 500;
}

[role="tab"][aria-selected="true"],
[role="tab"]:hover,
[role="tab"].tab-active {
    background: #FFFFFF;
    color: #1748C9;
    border-bottom: 1px solid #1657F5;
    position: relative;
    z-index: 100;
    font-weight: 500;
}

[role="tab"] span.focus {
    display: inline-block;
    margin: 2px;
    padding: 0!important;
    outline-width: 0 !important;
}

[role="tab"]:hover span.focus,
[role="tab"]:focus span.focus,
[role="tab"]:active span.focus {
    outline-width: 0 !important;
    color: #1748C9;
}

[role="tabpanel"] {
    padding: 0px;
    min-height: 10em;
    width: 100%;
}

[role="tabpanel"].hidden {
    display: none;
}

[role="tablist"]::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0em;
    width: 100%;
    height: 0em;
    z-index: 2;
}

@media screen and (max-width: 1180px) {
    [role="tab"] {
        /* display: block; */
        margin: 2px auto;
    }
}

#sharealert-tabpanel_iframe {
    border: 0px;
}

/* NOTE: .app__inner is inside an iframe from gamma.euroland.com
 * Parent page CSS cannot style elements inside cross-origin iframes.
 * If the iframe is same-origin, use the JavaScript solution in app.js
 * to inject this CSS into the iframe.
 */
.app__inner {
    max-width: 100% !important;
}

@media (min-width: 1470px) {
    .app__inner {
        max-width: 1244px !important;
    }
}

/* RTL Support for Arabic */
[dir="rtl"] [role="tablist"] {
    direction: rtl;
}

[dir="rtl"] [role="tablist"]::after {
    left: auto;
    right: 0em;
}

[dir="rtl"] [role="tab"] {
    direction: rtl;
    text-align: right;
}

[dir="rtl"] [role="tab"] span.focus {
    direction: rtl;
}


[dir="rtl"] [role="tablist"] {
    direction: rtl;
}