@font-face {
    font-family: 'Inter';
    font-weight: 700;
    font-style: normal;
    src: url('font/Inter_28pt-Bold.ttf');
}
@font-face {
    font-family: 'Inter';
    font-weight: 600;
    font-style: normal;
    src: url('font/Inter_28pt-SemiBold.ttf');
}
@font-face {
    font-family: 'Inter';
    font-weight: 500;
    font-style: normal;
    src: url('font/Inter_24pt-Medium.ttf');
}
@font-face {
    font-family: 'Inter';
    font-weight: normal;
    font-style: normal;
    src: url('font/Inter_28pt-Regular.ttf');
}
/* AR */
@font-face {
    font-family: 'TheMixArabic';
    font-weight: 700;
    font-style: normal;
    src: url('font/TheMixArabic-Bold.otf');
    }
    @font-face {
    font-family: 'TheMixArabic';
    font-weight: 600;
    font-style: normal;
    src: url('font/TheMixArabic-SemiBold.otf');
    }
    @font-face {
    font-family: 'TheMixArabic';
    font-weight: normal;
    font-style: normal;
    src: url('font/TheMixArabic-Light.otf');
}
* { box-sizing: border-box !important; }
#container-wrapper {
    width: 100%;
    margin: 0 auto;
}

.tabs {
    font-family: Inter;
}
html[lang="ar"] [role="tablist"] {
    direction: rtl;
}
[role="tablist"] {
    min-width: 100%;
    text-align: center;
    margin-bottom: 2.0em;
    position: relative;
}
html[lang="ar"] button#splookup2-tab {
    width: 14em;
}

[role="tab"],
[role="tab"]:focus {
    /* display: inline-block; */
    position: relative;
    z-index: 2;
    top: 2px;
    width: 13em;
    /* margin: 0 0.8em!important; */
    margin-top: 4px;
    background: -webkit-linear-gradient(90deg, rgb(238, 229, 255) 0%, rgb(217, 199, 255) 100%);
    padding: 0.8em;
    border-radius: 10px;
    box-sizing: border-box;
    outline: none;
    /* max-width: 22%; */
    overflow: hidden;
    transition: color 0.5s;
    margin: 0px 1px;
    cursor: pointer;
    border: 0px solid #FFFFFF;
    border-bottom: 0 solid #FFFFFF;
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    transition: all 0.3s;
}


html[lang="ar"] body {
    font-family: TheMixArabic;
}

html[lang="ar"] [role="tab"],
html[lang="ar"] [role="tab"]:focus,
html[lang="ar"] [role="tab"]:hover {
    font-family: TheMixArabic;
}

[role="tab"][aria-selected="true"],
[role="tab"]:hover {
    background: -webkit-linear-gradient(90deg, rgb(238, 229, 255) 0%, rgb(217, 199, 255) 100%);
    color: #000000;
    border-bottom: 3px solid #9e6eff;
    position: relative;
    z-index: 100;
    border-radius: 10px;
}


[role="tab"] span.focus {
    display: inline-block;
    margin: 2px;
    padding: 0;
    outline-width: 0 !important;
}

[role="tab"]:hover span.focus,
[role="tab"]:focus span.focus,
[role="tab"]:active span.focus {
    outline-width: 0 !important;
    color: #000000;
}

[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: 1199px) {
    [role="tab"] {
        font-weight: 13px !important;
    }
} */
/* @media screen and (max-width: 1180px) {
    [role="tab"] {
        display: block;
        margin: 2px auto;
    }
} */
#sharealert-tabpanel_iframe {
    border: 0px;
}

.app__inner {
    max-width: 100% !important;
}

    [role="tab"], [role="tab"]:focus,
    html[lang="ar"] [role="tab"], html[lang="ar"] [role="tab"]:focus {
        box-sizing: border-box;
        display: inline-block;
        margin: 2px auto;
        width: 24% !important;
    }

@media (max-width: 1180px) {
    html[lang="ar"] [role="tab"], html[lang="ar"] [role="tab"]:focus {
        box-sizing: border-box;
        display: inline-block;
        margin: 2px auto;
        width: 24% !important;
    }
}
@media (max-width: 1080px) {
    [role="tab"], [role="tab"]:focus,
    html[lang="ar"] [role="tab"], html[lang="ar"] [role="tab"]:focus {
        box-sizing: border-box;
        display: inline-block;
        margin: 2px auto;
        width: 49% !important;
    }
}
@media (max-width: 600px) {
    html[lang="ar"] [role="tab"], html[lang="ar"] [role="tab"]:focus,
    [role="tab"], [role="tab"]:focus {
        box-sizing: border-box;
        display: block;
        margin: 2px auto;
        width: 98% !important;
    }
}