@font-face {
    font-family: "Aktiv Grotesk";
    font-style: normal;
    font-weight: 400;
    src: url('fonts/aktiv.ttf') format('truetype');
}

@font-face {
    font-family: "Aktiv Grotesk";
    font-style: normal;
    font-weight: 700;
    src: url('fonts/aktivbold.ttf') format('truetype');
}

@font-face {
    font-family: "Grotesk";
    font-style: normal;
    font-weight: 400;
    src: url('fonts/AktivRegular.ttf') format('truetype');
}

#Main {
    max-width: 1536px;
    padding: 0;
}

body,
input {
    font-size: 16px;
    font-family: "Aktiv Grotesk", sans-serif;
    font-weight: 400;
    color: #231F20;
}

button {
    font-family: "Aktiv Grotesk", sans-serif;
}


.ar-AE body {
    font-family: "Grotesk", sans-serif !important;
}

.ar-AE button {
    font-family: "Grotesk", sans-serif !important;
}

.Tabs-Tab {
    font-size: 16px;
}


.SortingContainer-NoChange-NewsColumn a,
.SortingContainer-NoChange-NewsColumn a:link,
.SortingContainer-NoChange-NewsColumn a:visited,
.PressRelease-NewsTitle,
a,
a:link,
a:visited,
#YearPeriodsContainer a {
    color: #231F20;

    font-weight: normal;
    text-decoration: none;
    font-style: none;
}

.SortingContainer-NoChange-NewsColumn a:hover,
.SortingContainer-NoChange-NewsColumn a:active,
a:hover,
.PressRelease-NewsTitle:hover,
#YearPeriodsContainer a:hover {
    color: #ffb548;

    font-weight: none;
    text-decoration: underline;
    font-style: none;
}

#MainHeading {
    line-height: normal;
    margin: 0px;
    padding: 0px;
    font-size: 16px !important;
    font-weight: bold;
    padding-top: 1.0em;
    padding-bottom: 1.0em;
    color: #231F20 !important;

    display: none !important;
}

#DateAvailableFrom {
    border-left: 0px;
    border-right: 0px;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    padding-top: 0em;
    padding-bottom: 0.6em;
    display: none !important;
}

#Periods {
    margin-top: 0.6em;
    display: none !important;
}

.EurolandTools-CommonObjects-Calendar-SelectionIndicator,
#SearchBox,
#FromCalendarInput,
#ToCalendarInput {
    height: auto;
    line-height: normal;
    width: 11em;
    line-height: normal;
    height: 2em;
    border: 0px solid #DCDDDE;
    border-bottom: 1px solid #000 !important;

    margin: 2px;
}

#FromCalendarContrainer,
#ToCalendarContrainer {
    vertical-align: top;
}

.euButton {
    height: auto;
    line-height: normal;
    font-family: inherit;
    font-size: 16px;
    font-weight: normal;
    color: #231F20 !important;
    text-transform: none;
    padding: 8px 30px;
    border: 1px solid #009243;
    border-radius: 0px;
    background: #009243;
    color: #231F20 !important;
    transition: background 0.5s, color 0.5s, border 0.5s;
    float: right;
    text-transform: capitalize;
}

.euButton:hover {
    background: #009243;
    color: #231F20 !important;
    border-color: #009243;

    cursor: pointer;
}

#SearchButton:hover {
    cursor: pointer;
}

#SearchContainer {
    padding: 0em 0 1em 0;
    clear: both;
    display: none !important;
}

#YearPeriodsContainer a {
    font-size: 16px;
    font-weight: 500;
}

#SortingContainer {
    margin-top: 1em;
    padding: 0px;
    padding-top: 0em;
    padding-bottom: 0.6em;
    font-size: 16px;
    font-weight: 500;
    display: none !important;
}

.Tabs {
    text-align: center;
    border-bottom: 0px;
    font-size: 0px !important;
}

#Tabs {
    position: relative;
    z-index: 0;

    padding-top: 0px;
    padding-bottom: 0px;

    margin-top: 0.6em;
    margin-bottom: 1em;
}

#Tabs:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0em;
    left: 0em;
    width: 100%;
    height: 0em;
    z-index: -1;

    border-bottom: 0em solid #2F8E4A;
}

.Tabs-Tab-Container:link,
.Tabs-Tab-Container.selected:link,
.Tabs-Tab-Container:visited,
.Tabs-Tab-Container.selected:visited,
.Tabs-Tab-Container,
.Tabs-Tab-Container.selected {

    height: auto;
    line-height: normal;

    padding-top: 1.0em !important;
    padding-right: 2.0em;
    padding-bottom: 1.0em !important;
    padding-left: 2.0em;

    margin-top: 0px;
    margin-right: 1px;
    margin-bottom: 0px;
    margin-left: 1px;

    border-radius: 0px 0px 0px 0px;

    font-family: inherit;
    font-weight: normal;
    font-size: 16px;
    text-transform: none;
    color: #231F20;

    font-style: normal;
    text-decoration: none;

    border-top: 1px solid #2F8E4A;
    border-right: 1px solid #2F8E4A;
    border-bottom: 1px solid #2F8E4A;
    border-left: 1px solid #2F8E4A;

    background: #2F8E4A;

    transition: background 0.5s, color 0.5s, border 0.5s;

    position: relative;
    top: 0;
    left: 0em;

}

.Tabs-Tab-Container.selected:link,
.Tabs-Tab-Container.selected:visited,
.Tabs-Tab-Container.selected,
.Tabs-Tab-Container:hover,
.Tabs-Tab-Container:active {
    background: #FFFFFF;
    color: #2F8E4A;
    border-top: 1px solid #2F8E4A;
    border-right: 1px solid #2F8E4A;
    border-bottom: 1px solid #2F8E4A;
    border-left: 1px solid #2F8E4A;

    position: relative;
    top: 0px;
    left: 0px;
}

.Tabs-Tab-Container.selected:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -0em;

    border-left: 0em solid transparent;
    border-right: 0em solid transparent;
    border-top: 0em solid #2F8E4A;
}

.Tabs-Tab {
    display: inline-block;
    margin: 0px;
}

#Types {
    padding-bottom: 0em;
    padding-top: 0em;
    display: none !important;
}

.Type {
    background-color: #009243;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #009243;
    padding: 1.0em 1.0em 1.0em 1.0em;

    color: #231F20;
    font-weight: normal;
    text-transform: none;
    font-family: inherit;
    font-size: 16px;

    margin: 0.22em;
    transition: background 0.5s, color 0.5s, border 0.5s;
}

.TypeSelected,
.Type:hover {
    cursor: pointer;

    background-color: #009243;
    color: #231F20;
    border-color: #009243;
}

/******************************************************************************** Paging Buttons */

.PagesContainer {
    text-align: center;
}

.Pages-ArrowContainer {
    width: auto;
}

.Pages-Arrow {
    display: inline-block !important;
    opacity: 1 !important;
}

.Pages {
    border-collapse: collapse;
    width: auto;
    margin: 0 auto;
    float: none;
}

.Pages td {
    width: auto;
}

.Pages td {
    padding: 0em;
}

.Pages-PageMarker-Text {
    margin: 0px;
}

.Pages-Arrow,
.Pages-PageMarker {
    border-radius: 0px 0px 0px 0px;
    margin: 0px;
}

.Pages-ArrowContainer:first-child .Pages-Arrow {
    border-top-left-radius: 0em;
    border-bottom-left-radius: 0em;
}

.Pages-ArrowContainer:last-child .Pages-Arrow {
    border-top-right-radius: 0em;
    border-bottom-right-radius: 0em;
}

.Pages-Arrow,
.Pages-Arrow:link,
.Pages-Arrow:active,
.Pages-PageMarker,
.Pages-PageMarker:link,
.Pages-PageMarker:visited {

    display: inline-block;
    background-color: #231F20;
    color: #231F20;
    border: 0px solid #EDBA2D;
    padding: 5px 10px;
    font-family: inherit;
    font-size: 16px;
    text-decoration: initial;
    font-weight: normal;
    border-radius: 0px 0px 0px 0px;
    transition: background 0.5s, color 0.5s, border 0.5s;
    margin: 4px;
}

.Pages-Arrow:hover,
.Pages-Arrow:active,
.Pages-PageMarker:hover,
.Pages-PageMarker:active {
    background-color: #EDBA2D;
    color: #231F20;
    border-color: #EDBA2D;

    text-decoration: initial;
    font-weight: normal;
}

.Pages-SelectedPageMarker,
.Pages-SelectedPageMarker:hover,
.Pages-SelectedPageMarker:active {
    background-color: #EDBA2D;
    color: #231F20;
    border-color: #EDBA2D;

    text-decoration: initial;
    font-weight: normal;
}

/*''''''''''''''''''''''''''''''''''''''''''''' PRESS RELEASE CONTENT''''''''''''''''''''''''''''''''''''''''''''*/

#SortReleaseArrow {
    display: none !important;
}

.ArrowContainer {
    display: inline-block;
    position: relative;
    top: 0px;
    left: 0px;
}

.ArrowContainer:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: -1em;
    margin-top: -0.6em;
    border-left: 0.4em solid transparent;
    border-right: 0.4em solid transparent;
    border-top: 0px solid #ffb548;
    border-bottom: 0px solid #ffb548;
}

.ArrowContainer_DSEC:after {
    border-top-width: 0.6em;
}

.ArrowContainer_ASC:after {
    border-bottom-width: 0.6em;
}

.SortingContainer-NoChange-NewsColumn a:link .ArrowContainer:after,
.SortingContainer-NoChange-NewsColumn a:visited .ArrowContainer:after {
    border-top-color: #ffb548;
    border-bottom-color: #ffb548;
}

.SortingContainer-NoChange-NewsColumn a:active .ArrowContainer:after,
.SortingContainer-NoChange-NewsColumn a:hover .ArrowContainer:after {
    border-top-color: #ffb548;
    border-bottom-color: #ffb548;
}

.PressRelease-SingleLine-DateContainer {
    float: left;
    margin-bottom: 20px;
}

.PressRelease-SingleLine-TypeContainer {

    float: left;

    border: 0em solid #DCDDDE;
    border-radius: 0px 0px 0px 0px;
    background-color: #231F20;
    padding: 0.5em 0.5em 0.5em 0.5em;

}

.PressRelease-SingleLine-TitleContainer {
    clear: left;
    float: left;
    width: 100%;
}

.PressRelease-SingleLine-AttachmentsContainer {
    float: right;
    clear: left;
}

.PressRelease-SingleLine-DataRow {
    padding-top: 0px;
}

.PressReleaseOdd {
    background-color: transparent;
}

.PressReleaseEven {
    background-color: transparent;
}

.PressRelease {
    border-bottom: 1px solid #DCDDDE !important;
    padding: 20px  0px;

    border-right: 0em solid #DCDDDE;
    border-left: 0em solid #DCDDDE;
}

#PressRelease_0 {
    border-top: 0em solid #DCDDDE;
}

.PressRelease:last-child {
    border-bottom: 1px solid #DCDDDE !important;
}

.PressRelease-NewsTitle,
.PressRelease-NewsTitle:link,
.PressRelease-NewsTitle:visited {
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    text-decoration: initial;
    color: #231F20;
}

.PressRelease-NewsTitle:hover,
.PressRelease-NewsTitle:active {
    font-weight: 500;
    font-style: normal;
    text-decoration: underline;
    color: #231F20;
}

.PressRelease-NewsType {
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    font-family: inherit;
    font-size: 16px;
    color: #231F20;
}

.PressRelease-NewsDate {
    margin-right: 0.5em;
    margin-bottom: 20px;
    font-family: inherit;
    font-size: 16px;
    color: #6D6D6D;
    font-weight: normal;
    text-transform: none;
    font-style: normal;
}

#PagesContainer {
    text-align: center;
    padding: 1em 0;
    display: none !important;
}

#SuppliedBy {
    text-align: right;
    padding-top: 2em;
    font-size: 13px;
    display: none !important;
}

#SuppliedBy a {
    font-weight: 400;
}

/* ARABIC */

.ar-AE body {
    direction: rtl;
}

.ar-AE #YearPeriodsContainer {
    text-align: left;
}

.ar-AE #DateAvailableFrom {
    text-align: right;
}

.ar-AE .PressRelease-SingleLine-AttachmentsContainer {
    position: absolute;
    left: 0;
    top: 20%;
}

.ar-AE .ArrowContainer:after {
    right: 0;
    left: -1em;
}

.ar-AE .PressRelease-SingleLine-TitleContainer {
    clear: right;
    float: right;
    width: 100%;
}

.ar-AE .PressRelease-SingleLine-DateContainer {
    float: right;
}

.ar-AE .PressRelease-NewsDate {
    margin-right: 0em;
    margin-left: 0.5em;
}

.ar-AE .Pages-ArrowContainer:first-child .Pages-Arrow {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.ar-AE .Pages-ArrowContainer:last-child .Pages-Arrow {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.ar-AE #SuppliedBy {
    text-align: left;
}

.ar-AE button#SearchButton {
    position: relative;
    bottom: 3px;
    float: left;
}

.ar-AE .PressRelease-SingleLine-DateContainer {
    margin-bottom: 20px;
}

.ar-AE .PressRelease {
    padding: 20px 0px;
}

/********************************Arab Custom Date***********************************************************************/
table.EurolandTools-CommonObjects-Calendar-Month-Table tr td.EurolandTools-CommonObjects-Calendar-Month-Weekend:nth-child(6),
table.EurolandTools-CommonObjects-Calendar-Month-Table tr th.EurolandTools-CommonObjects-Calendar-Month-DayName-Weekend:nth-child(6),
table.EurolandTools-CommonObjects-Calendar-Month-Table tr td.EurolandTools-CommonObjects-Calendar-Month-Day:nth-child(5),
table.EurolandTools-CommonObjects-Calendar-Month-Table tr th.EurolandTools-CommonObjects-Calendar-Month-DayName:nth-child(5) {
    color: #ed1c24;
}

.EurolandTools-CommonObjects-Calendar-Month-DayName-Weekend {
    color: #464646;
}

.EurolandTools-CommonObjects-Calendar-Month-WeekendNotActive {
    color: #959595;
}

.EurolandTools-CommonObjects-Calendar-Month-Weekend {
    color: #7f7f7f;
}

/* CUSTOM CALENDAR */

.EurolandTools-CommonObjects-Calendar-Navigator-Button {
    text-shadow: none !important;
}

.EurolandTools-CommonObjects-Calendar-Month-DayName {
    text-shadow: none !important;
}

.EurolandTools-CommonObjects-Calendar-Calendar-CloseButtonContainer {
    text-align: center;
}

.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton {
    width: 90%;
    padding: 4px 14px;
    border: 1px solid #009243;
    background: #009243;
    border-radius: 0px;
    text-align: center;
    font-size: 16px;
    line-height: 15px;
    font-weight: bold;
    color: #231F20;
    text-shadow: none;
}

.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton:hover {
    text-decoration: none;
    background: #009243;
    color: #231F20;
    border-color: #009243;
    cursor: pointer;
}

.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton {
    font-size: 16px;
    line-height: 15px;
    background: #009243;
    color: #231F20;
    border-color: #009243;
    font-weight: bold;
    border-radius: 0px;
}

.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton:hover {
    background: #009243;
    color: #231F20;
    border-color: #009243;
}

.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButtonContainer {
    text-align: center;
    padding-top: 6px;
}

.EurolandTools-CommonObjects-Calendar-Month-Today .EurolandTools-CommonObjects-Calendar-Button-VisualButton {
    border-color: #009243;
    background: #009243;
    color: #231F20 !important;
    text-shadow: none !important;
}

div#TotalContainer {
    display: none !important;
}

#ButtonsContainer.NoTabsVisible {
    border-bottom: 0px solid #e1e1e1;
}

#ButtonsContainer {
    display: none !important;
}

/* RESPONSIVE */

@media screen and (max-width: 758px) {
    .euButton {
        float: none;
        margin-top: 2px;
    }
}

@media (max-width: 681px) {
    .ar-AE button#SearchButton {
        position: relative;
        bottom: 0px;
        float: none;
    }
}

#CurrentPeriodContainer {
    font-weight: bold;
    font-size: 16px;
}

/* .HeadingColomnContainer, .PressRelease-SingleLine-DataRow .PressRelease-SingleLine-DataColumn {
    line-height: 1.5;
} */
/*******28-10-24******/
#SuppliedBy>a::before {
    background-color: #231F20 !important;
}

.SeparateNews-Header-Container,
.SeparateNews-Footer-Container {
    background: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.SeparateNews-Footer-Container a img {
    background: #fff !important;
}

.SeparateNews-Footer-Container {
    font-size: 13px !important;
}

.ar-AE #SeparateNews-Body {
    direction: rtl !important;
    font-family: "Grotesk", sans-serif !important;
}

.ar-AE #SeparateNews-Footer {
    text-align: left;
    font-family: "Grotesk", sans-serif !important;
}

.ar-AE .SeparateNews-Footer-Container a {
    text-align: right;
}

#ButtonsContainer.NoTabsVisible {
    border-bottom: 0px solid #e1e1e1;
}

/* 2025-06-22 */

div#ControlsContainer {
    display: none;
}

.PressRelease-SingleLine-DataRow .PressRelease-SingleLine-DataColumn {
    line-height: 22px;
}

body {
    min-height: 0 !important;
}