/* ========================================
   FONT & BASE
   ======================================== */

@font-face {
    font-family: 'TASA Orbiter';
    src: url("Fonts/tasaorbiter-regular.ttf") format("truetype");
}

#Main {
    width: 100%;
    max-width: 1000px;
    font-size: 16px;
    color: #070034;
    font-family: "TASA Orbiter";
    font-weight: 300;
    padding: 0 16px;
    box-sizing: border-box;
}

body {
    color: #070034;
    font-family: "TASA Orbiter";
}

input {
    color: #070034;
    font-family: "TASA Orbiter";
    font-size: 16px;
    height: 29px;
}

button {
    font-family: "TASA Orbiter";
    font-size: 16px;
}

#MainHeading {
    display: none;
}

.DateSelection-InputBox, #SearchBox {
    width: 161px;
}

/* ========================================
   LINKS
   ======================================== */

a:link, a:visited {
    text-decoration: none !important;
    transition: all 0.15s ease-in-out 0s;
}

a:hover, a:active {
    color: #286fff;
    text-decoration: underline;
}

a {
    color: #070034;
    text-decoration: none;
}

/* ========================================
   PRESS RELEASE
   ======================================== */

.PressRelease-NewsTitle {
    font-size: 16px;
    color: #070034 !important;
    text-decoration: none;
    font-family: "TASA Orbiter";
    font-weight: normal;
    transition: all 0.15s ease-in-out 0s;
}

.PressRelease-NewsTitle:hover,
.PressRelease-NewsTitle:active {
    color: #286fff !important;
    text-decoration: none;
}

.PressRelease-NewsDate, #SortingContainer {
    font-size: 16px;
    font-weight: 600;
    color: #070034;
}

.PressRelease-NewsType {
    font-size: 16px;
    color: #070034;
    margin-left: 10px;
    float: right;
    /* padding: 10px; */
    font-weight: 600;
    line-height: 23px;
}

.PressRelease-Change {
    font-size: 17px;
    font-weight: 300;
    color: #7f7f7f;
    padding-top: 20px;
    padding-bottom: 11px;
    display: none;
}

.PressRelease-NewsColumn {
    padding-bottom: 9px;
}

.PressReleaseOdd, .PressReleaseEven {
    border-bottom: 1px solid #dfdfdf;
}

.PressReleaseEven {
    background-color: #fcfcfc;
}

.NewsColumn-Container, .ComparisonChangeColumn-Container {
    font-size: 17px;
}

/* ========================================
   BUTTONS
   ======================================== */

.euButton {
    background: #286fff;
    border: 0px solid #286fff !important;
    margin: 0px !important;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    text-shadow: none;
    text-transform: capitalize;
    text-align: right;
    padding: 12px 21px;
    font-family: "TASA Orbiter";
    transition: all 0.15s ease-in-out 0s;
    width: 144px;
    text-align: center;
}

.euButton:hover {
    background: #232f3e none repeat scroll 0 0;
    border: 0px solid #002e6d;
}

.Type {
    border-radius: 0px;
    padding: 13px 13px;
    background: #286fff;
    font-weight: 300;
    border: 1px solid #286fff;
    color: #ffffff;
    margin: 5px;
    cursor: pointer;
}

button.Type:hover {
    background: #232f3e;
    border-color: #232f3e;
    color: #fff;
}

.TypeSelected {
    background: #286fff;
    border-color: #286fff;
    color: #fff;
}

/* ========================================
   TABS
   ======================================== */

.Tabs {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #d0d0d0;
}

.Tabs-Tab-Container {
    font-size: 16px;
    font-weight: 600;
    background: transparent;
    color: #070034;
    padding: 10px 20px 10px 20px;
    border: none;
    border-bottom: 3px solid transparent;
    border-radius: 0;
    width: auto;
    text-align: left;
    margin-bottom: -1px;
    text-transform: none;
    cursor: pointer;
    transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    box-shadow: none;
    outline: none;
}

.Tabs-Tab-Container:hover {
    color: #286fff;
    background: transparent;
    border: none;
    border-bottom: 3px solid #286fff;
}

.Tabs-Tab-Container.selected {
    background: transparent;
    color: #286fff;
    font-weight: 600;
    border: none;
    border-bottom: 3px solid #286fff;
}

#SearchButton {
    cursor: default;
    float: right;
}
/* ========================================
   MISC
   ======================================== */

#CurrentPeriodContainer {
    font-family: "TASA Orbiter";
    font-weight: normal;
    padding: 8px 0;
}

#SortingContainer,
#TotalContainer {
    padding: 8px 0;
}

.InputBox {
    padding: 6px;
    border: 1px solid #cccccc;
}

#TotalContainer.NoTabsVisible {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

#SuppliedBy {
    font-size: 14px;
    padding-top: 10px;
    text-align: right;
}

div#PagesContainer {
    margin-top: 20px;
    padding: 0;
}

/* ========================================
   DATE SELECTION — icon inside input, responsive
   ======================================== */

.DateSelection {
    display: inline-flex;
    align-items: center;
    position: relative;
    margin: 3px 16px 3px 5px;
    cursor: pointer;
    white-space: nowrap;
}

.DateSelection-InputBox {
    width: 150px;
    padding: 6px 6px 6px 6px;
    border: 1px solid #cccccc;
    font-family: "TASA Orbiter";
    font-size: 15px;
    color: #676767;
    height: 43px;
    box-sizing: border-box;
    background: #ffffff;
}

.DateSelection-InputBox:focus {
    outline: none;
    border-color: #1d6dc2;
}

.DateSelection-Icon {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    pointer-events: none;
    display: flex;
    align-items: center;
    color: #676767;
    font-size: 15px;
}

/* ========================================
   EASYSELECT DROPDOWN
   ======================================== */

select.s-hidden {
    display: none !important;
}


/* #YearPeriodsContainer {
    text-align: right;
    width: 16% !important;
} */
h2#DateAvailableFrom {
    color: #070034;
    font-weight: normal;
    font-size: 16px !important;
}

.clearSelectfromDiv {
    font-size: 14px;
    color: #1d6dc2;
    cursor: pointer;
    margin-right: 6px;
    vertical-align: middle;
    transition: color 0.15s ease;
}

.clearSelectfromDiv:hover {
    color: #0a4a9e;
}

.styledSelect::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #1d6dc2;
    flex-shrink: 0;
    transition: transform 0.15s ease;
    display:none
}

.styledSelect.active::after {
    transform: rotate(180deg);
}

.styledSelect:hover {
    border-color: #1d6dc2;
}

ul.options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    border: 1px solid #c8d0db;
    border-top: none;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    min-width: 100px;
}

.divSearcheasySelect {
    padding: 8px 10px;
    border-bottom: 1px solid #e8ecf0;
}

.divOptionsesySelect {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
}

p.optionRow {
    font-size: 13px;
    color: #1d6dc2;
    cursor: pointer;
    margin: 0;
    padding: 4px 6px;
    transition: background 0.1s ease;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

p.optionRow:hover {
    background: #f0f2f4;
}

#clearAlleasySelect .alleasySelect {
    font-size: 14px;
    color: #1d6dc2;
}

.messageMaxallowedSelections {
    font-size: 12px;
    color: #999;
    margin: 0;
    padding: 2px 6px;
}

.searchInputeasySelect {
    width: 100%;
    height: 28px;
    font-family: "TASA Orbiter";
    font-size: 13px;
    color: #676767;
    border: 1px solid #c8d0db;
    padding: 4px 8px;
    box-sizing: border-box;
    outline: none;
    transition: border-color 0.15s ease;
}

.searchInputeasySelect:focus {
    border-color: #1d6dc2;
}

.scrolableDiv {
    max-height: 260px;
    overflow-y: auto;
}

.scrolableDiv::-webkit-scrollbar {
    width: 4px;
}

.scrolableDiv::-webkit-scrollbar-track {
    background: #f5f5f5;
}

.scrolableDiv::-webkit-scrollbar-thumb {
    background: #c8d0db;
    border-radius: 2px;
}

ul.options li,
.scrolableDiv li {
    list-style: none;
    margin: 0;
    padding: 0;
}

label.container-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "TASA Orbiter";
    font-size: 15px;
    font-weight: 400;
    color: #1d6dc2;
    padding: 10px 16px !important;
    cursor: pointer;
    transition: background 0.1s ease;
    user-select: none;
    position: relative;
}

label.container-item:hover {
    background: #f0f2f4;
}

input.mulpitply_checkbox_style {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    margin: 0;
}

.checkmark {
    width: 16px;
    height: 16px;
    border: 1px solid #c8d0db;
    background: #ffffff;
    display: inline-block;
    flex-shrink: 0;
    position: relative;
    transition: background 0.15s ease, border-color 0.15s ease;
    box-sizing: border-box;
    display: none;
}

input.mulpitply_checkbox_style:checked + .checkmark {
    background: #1d6dc2;
    border-color: #1d6dc2;
}

input.mulpitply_checkbox_style:checked + .checkmark::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 1px;
    width: 5px;
    height: 9px;
    border: 2px solid #ffffff;
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
    display: none;
}

li.hiddenLieasySelect,
li.no_results {
    font-size: 13px;
    color: #999;
    padding: 10px 16px;
    list-style: none;
}


/* Arrow */
.styledSelect::after {
    content: "";
    position: absolute;
    right: 15px;
    font-size: 14px;
    color: #676767;
}

/* ===== DROPDOWN BOX ===== */
.options {
    top: 110% !important;
    width: 100% !important;
    border: 1px solid #286fff !important;
    border-radius: 10px;
    padding: 10px 0;
    max-height: 260px;
    overflow-y: auto;
}

/* Scroll area fix */
.scrolableDiv {
    max-height: 200px;
    overflow-y: auto;
}

/* ===== OPTIONS STYLE ===== */
.options li {
    padding: 10px 15px;
}

/* label text */
.container-item {
    color: #286fff;
    font-size: 16px;
    cursor: pointer;
}

/* hover (light grey like image) */
.options li:hover {
    background: #f2f2f2;
}

/* selected highlight (first item grey bg போல) */
.options li input:checked + .checkmark,
.options li input:checked ~ span {
    background: #eaeaea;
}

/* remove old checkbox look */
.checkmark {
    display: none;
}
#Periods {
    width: 100%;
    border-collapse: collapse;
    border: 0px;
}
.HeadingColomnContainer, .PressRelease-SingleLine-DataRow .PressRelease-SingleLine-DataColumn {
    display: inline-block;
    vertical-align: top;
}
.PressRelease-SingleLine-TypeContainer {
    float: right;
    border: 0em solid #2F3235;
    border-radius: 0.0em 0.0em 0.0em 0.0em;
    background-color: transparent;
    padding: 0.5em 0.5em 0.5em 0.5em;
}

.SortingContainer-SingleChangeColumn-InstrumentChangeColumn.ColumnLayoutColumn.Change-Column {
    display: none;
}


/* ===== HEADER (MONTH TITLE) ===== */
/***** calendar*******/
.EurolandTools-CommonObjects-Calendar-Navigator-Button {
	font-size: 0.65rem !important;
	color: #333333 !important;
	text-shadow: none;
}
.EurolandTools-CommonObjects-Calendar-Month-DayName, .EurolandTools-CommonObjects-Calendar-Month-NotActive {
	font-size: 15px !important;
	color: #333333 !important;
	text-shadow: none;
}
.EurolandTools-CommonObjects-Calendar-Month-Today .EurolandTools-CommonObjects-Calendar-Button-VisualButton{
	background: #F4C520 !important;
	color: #ffffff;
	border: 1px solid #F4C520 !important;
}
.EurolandTools-CommonObjects-Calendar-Month-Day {
	text-shadow: none !important;
  }
  .EurolandTools-CommonObjects-Calendar-Month-DayButton{
	font-size: 15px;
	color: #333333;
  }
  .EurolandTools-CommonObjects-Calendar-Calendar-CloseButton{
	background: #F4C520;
	color: #ffffff !important;
	border:1px solid #F4C520 !important;
  }
  .EurolandTools-CommonObjects-Calendar-Calendar-CloseButton:hover {
	background: #ffffff;
	color: #F4C520 !important;
	border:1px solid #F4C520 !important;
  }
 
  /* Extended calendar (from CA) */
.EurolandTools-CommonObjects-Calendar-CalendarContainer {
    border-radius: 5px;
}
.EurolandTools-CommonObjects-Calendar-ExtraNavigation {
    background: #ffffffe8 !important;
}
.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButtonContainer {
    padding: 10px;
}
.EurolandTools-CommonObjects-Calendar-ExtraNavigation-Navigation {
    padding: 0;
}
.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton {
	background: #F4C520 !important;
    color: #FFFFFF;
    border-radius: 5px;
}
.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton:hover {
	background: #FFFFFF !important;
    color: #F4C520 !important;
	border: 1px solid #F4C520 !important;
    cursor: pointer;
}
.EurolandTools-CommonObjects-Calendar-Month-DayButton:hover,
.EurolandTools-CommonObjects-Calendar-ExtraNavigation-Button:hover {
	background: #F4C520;	
    color: #FFFFFF;
	cursor: pointer;
}
.EurolandTools-CommonObjects-Calendar-ExtraNavigation-Button {
    border: unset;
    text-shadow: unset;
    height: 40px;
    box-sizing: border-box;
}
.EurolandTools-CommonObjects-Calendar-ExtraNavigation-PeriodButton:hover {
    color: #F4C520;
    border: unset;
    cursor: pointer;
}
.EurolandTools-CommonObjects-Calendar-Navigator-Button:hover {
	background: #F4C520;	
    color: #FFFFFF !important;
	border: unset;	
    cursor: pointer;
}
.EurolandTools-CommonObjects-Calendar-Calendar {
    background: #ffffff;
    border: unset;
}
.EurolandTools-CommonObjects-Calendar-SelectionFocusIndicator,
.EurolandTools-CommonObjects-Calendar-Button-VisualButton-Focus{
    border: unset;
    box-shadow: unset;
}
 
  .right-side .button-wrapper .btn-submit {
	margin: 10px;
	width: 123px !important;
	display: inline-block;
  }
  .euButton.btn-cancel {
	display: block;
  }
  a.euButton.btn-cancel {
	padding: 10px;
	font-weight: 700;
	height: 26px;
	line-height: 21px;
	width: 100px !important;
	margin: 10px;
	text-align: center;
	position: absolute;
	display: inline-block;
  }

/* ========================================
   RESPONSIVE
   ======================================== */

@media (max-width: 768px) {
    .Tabs-Tab-Container {
        font-size: 14px;
        padding: 10px 14px 10px 14px;
    }

    /* .styledSelect {
        font-size: 14px;
        padding: 8px 12px;
        min-width: 120px;
    } */

    label.container-item {
        font-size: 14px;
        padding: 9px 14px !important;
    }

    .DateSelection {
        margin: 3px 8px 3px 0;
    }

    .DateSelection-InputBox {
        width: 130px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    #Main {
        padding: 0 10px;
    }

    .Tabs {
        gap: 0;
    }

    .Tabs-Tab-Container {
        font-size: 13px;
        padding: 9px 10px;
    }

    #CurrentPeriodContainer {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        align-items: center;
    }

    .DateSelection {
        margin: 2px 4px 2px 0;
        flex: 1 1 auto;
    }

    .DateSelection-InputBox {
        width: 100%;
        min-width: 175px;
        font-size: 13px;
    }

    .easySelect {
        width: 83% !important;
    }

    /* .styledSelect {
        width: 100%;
        min-width: 94px;
    } */

    ul.options {
        width: 100%;
    }
    #YearPeriodsContainer {
        text-align: right;
        width: 31% !important;
    }
}



/* ========================================
   PAGINATION
   ======================================== */

div#PagesContainer {
    margin-top: 20px;
    padding: 0;
}

table.Pages {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

table.Pages tbody tr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

/* Left arrow cell (Previous) */
table.Pages td.Pages-ArrowContainer:first-child {
    flex: 0 0 auto;
    text-align: left;
}

/* Right arrow cell (Next) */
table.Pages td.Pages-ArrowContainer:last-child {
    flex: 0 0 auto;
    text-align: right;
}

/* Middle cell — page numbers */
table.Pages td:not(.Pages-ArrowContainer) {
    flex: 1 1 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

/* Previous / Next arrow links */
a.Pages-Arrow {
    font-family: "TASA Orbiter";
    font-size: 15px;
    font-weight: 400;
    color: #1d6dc2;
    text-decoration: none !important;
    cursor: pointer;
    padding: 6px 4px;
    transition: color 0.15s ease;
    white-space: nowrap;
    display: inline-block;
}

a.Pages-Arrow:hover {
    color: #0a4a9e;
    text-decoration: none !important;
}

/* Hide the default << >> symbols — replace with text via pseudo */
a.Pages-Arrow[aria-label="Previous page"] {
    font-size: 0; /* hide << */
}

a.Pages-Arrow[aria-label="Previous page"]::before {
    content: "← Previous";
    font-size: 15px;
    color: #286fff;
    font-weight: bold;
}

a.Pages-Arrow[aria-label="Next page"] {
    font-size: 0; /* hide >> */
}

a.Pages-Arrow[aria-label="Next page"]::after {
    content: "Next →";
    font-size: 15px;
    color: #286fff;
    font-weight: bold;
}

a.Pages-Arrow[aria-label="Previous page"]:hover::before,
a.Pages-Arrow[aria-label="Next page"]:hover::after {
    color: #0a4a9e;
}

/* Page number — inactive */
a.Pages-PageMarker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-family: "TASA Orbiter";
    font-size: 15px;
    font-weight: 400;
    color: #1d6dc2;
    text-decoration: none !important;
    border: 1px solid transparent;
    cursor: pointer;
    transition: border-color 0.15s ease, background 0.15s ease;
    box-sizing: border-box;
}

a.Pages-PageMarker:hover {
    border: 1px solid #286fff;
    text-decoration: none !important;
    background: #286fff;
    color: #FFF;
}

/* Page number — active / selected */
span.Pages-SelectedPageMarker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-family: "TASA Orbiter";
    font-size: 15px;
    font-weight: 400;
    color: #286fff;
    border: 1px solid #286fff;
    cursor: default;
    box-sizing: border-box;
    text-decoration: unset;
}

.Pages-PageMarker-Text {
    font-family: "TASA Orbiter";
    font-size: 15px;
    color: inherit;
    line-height: 1;
    /* text-decoration: unset; */
}

/* Hide arrow link when display:none is set by JS */
a.Pages-Arrow[style*="display: none"] {
    /* visibility: hidden; */
    pointer-events: none;
    opacity: .2;
}
label.visually-hidden {
    display: none;
}
.SingleChangeColumn-NewsColumn {
    width: 100%;
    display: block;
}
/* ========================================
   PAGINATION RESPONSIVE
   ======================================== */

@media (max-width: 480px) {
    a.Pages-Arrow[aria-label="Previous page"]::before {
        content: "←";
        font-size: 15px;
    }

    a.Pages-Arrow[aria-label="Next page"]::after {
        content: "→";
        font-size: 15px;
    }

    a.Pages-PageMarker,
    span.Pages-SelectedPageMarker {
        width: 30px;
        height: 30px;
        font-size: 13px;
    }
   
}



/************new changes****************/

.easySelect {
    font-size: 0.8rem !important;
    cursor: default;
    display: block;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    color: #414c52;
    border: 1px solid #dcdcdc !important;
    border-radius: 0px;
    height: 33px;
}

.styledSelect, .easySelect {
    font-size: 16px !important;
    cursor: default;
    display: inline-block !important;
    font-family: Arial, Helvetica, sans-serif;
    color: #414c52;
    border-radius: 0px;
    max-width: 144px;
    /* padding-top: 7px; */
}

td#CurrentPeriodContainer {
    width: 85%;
}

.styledSelect {
    background-image: url("icon/down-arrow.png");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
}


.EUCalendar-title div {
    padding: 5px 17px !important;
    text-shadow: 0px 0px 0px #777 !important;
}

.EUCalendar-dayNames div {
    font-weight: bold;
    color: #444;
    text-shadow: 0px 0px 0px #777 !important;
}

.EUCalendar table {
    border-collapse: collapse;
    font: 16px "TASA Orbiter" !important;
    line-height: 20px !important;
}

.EUCalendar-day-today {
    color: #fff !important;
    font-weight: bold !important;
    background-color: #286fff !important;
    border-radius: 24px !important;
}

.EUCalendar-bottomBar-today {
    padding: 12px 12px !important;
    background: #286fff !important;
    color: #fff !important;
    text-transform: capitalize;
}

.EUCalendar-bottomBar-today:hover {
    background: #232f3e none repeat scroll 0 0 !important;
}

.EUCalendar-dayNames div, .EUCalendar-day, .EUCalendar-weekNumber {
    text-align: center !important;
}

.EUCalendar-dayNames div, .EUCalendar-day, .EUCalendar-weekNumber {
    width: 1.7em;
    padding: 6px;
    text-align: center !important;
    height: 24px;
}

.EUCalendar-day-selected {
    padding: 6px;
    background-color: #172854;
    color: #FFFFFF !important;
    height: 24px;
    border-radius: 24px !important;
}

@media (max-width: 320px) {
    #SearchButton {
    cursor: default;
    float: none;
}
.DateSelection {
    margin: 2px 4px 5px 0;
    }
}

@media (max-width: 480px) {
ul.options {
    min-width: 80px;
}
}