@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
	font-family: "Riyalcurrency";
	font-weight: normal;
	src: url("fonts/SR2NEW2.ttf") format("truetype");
	font-style: normal;
}

/* EN */
@font-face {
	font-family: 'PTSans';
	src: url('fonts/PTSans/PTSans-Regular.ttf');
	font-weight: normal;
}

@font-face {
	font-family: 'PTSans';
	src: url('fonts/PTSans/PTSans-Bold.ttf');
	font-weight: 700;
}

body.en-GB {
    font-family: 'PTSans', sans-serif;
    font-size: 16px;
    color: #000000;
    margin: 0px;
}

body.ar-AE {
    font-family: "Noto Sans", "PTSans", "Segoe UI", sans-serif;
    font-size: 16px;
    margin: 0px;
    color: #000000;
}

#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,
[role="tab"]:hover {
    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;
    /* max-width: 22%; */
    overflow: hidden;
    transition: color 0.5s;
    margin: 0px 1px;
    cursor: pointer;
    border: 0px solid #FFFFFF;
    font-family: inherit;
    font-size: 20px;
    font-weight: 400;
    color: #000000;
}

[role="tab"][aria-selected="true"] {
    background: #FFFFFF;
    color: #000000;
    border-bottom: 4px solid #9271DB;
    position: relative;
    z-index: 100;
    font-weight: 700;
}

[role="tab"] span.focus {
    display: inline-block;
    font-family: 'PTSans', Sakkal, sans-serif;
    margin: 2px;
    padding: 4px 6px;
    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: 1180px) {
    [role="tab"] {
        /* display: block; */
        margin: 2px auto;
    }
}

#sharealert-tabpanel_iframe {
    border: 0px;
}

.app__inner {
    max-width: 100% !important;
}