@import url("//tools.eurolandir.com/tools/FinCalendar2/./../Config/footer.css");
/* Not Found: /Config/FinCalendar2.css */
/* Not Found: ./../Config/Company/ae-ptech/ae-ptech.css */
/************************************************************************* FONT DECLARATIONS *****************************************************************************/
@font-face{
    font-family: 'Jost-Bold';
    src:url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/ae-ptech/fonts/Jost-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style:normal;
    font-display:swap;
}

@font-face{
    font-family: 'Jost';
    src:url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/ae-ptech/fonts/Jost-Regular.ttf") format("truetype");
    font-display:swap;
}

@font-face{
    font-family: 'Jost-Light';
    src:url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/ae-ptech/fonts/Jost-Light.ttf") format("truetype");
}


@font-face{
    font-family: 'Jost-Medium';
    src:url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/ae-ptech/fonts/Jost-Medium.ttf") format("truetype");
}


/*********************************************************************** FONT DECLARATIONS END ***************************************************************************/


/*************************************************** MAIN RULES **********************************************************/
body {
	font-family: 'Jost', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
    margin: 0px;
	background: #030C15;
}
.tabItem,
.tab-active,
.form input,
.form select,
.next-event {
    font-size: 18px;
	font-family: 'Jost', Arial, Helvetica, sans-serif;
    color: #FFFFFF;
}
.wrapper {
    width: 100%;
    max-width:1312px;
    margin: 0 auto;
    padding: 0 0 0 0;
    position:relative;
}
a:link,
a:visited,
.hyperlink,
.check-subscription-link {
    color: #FFFFFF;
    text-decoration: none;
}
a:hover,
a:active,
.hyperline:active,
.hyperlink:active,
.check-subscription-link:hover {
    text-decoration: none;
	color: #FF6B00;
}

.check-subscription-link {
    font-size: 18px;
}
.modal a:hover, .hyperlink:hover, .disclaimer-box a:hover, .cookies-box a:hover {
    text-decoration: underline !important;
}
.footer {
    padding: 0em;
}

.main-heading {
    display: none;
}
/*********************************************** END OF MAIN RULES *******************************************************/

/********************************************* ALIGNMENT FOR CALENDAR ****************************************************/

/* NEXT EVENT HEADER */
.next-event {
    padding-bottom: 1em;
}
.next-event div.lable {
    line-height: normal;
    margin: 0px;
    padding: 0px;
    font-size: 1.25em;
    font-weight: bold;
    padding-top: 0em;
    padding-bottom: 1.0em;
    color: #003E5C;
}
.next-event div.date-time,
.next-event div.event-name {
    padding-bottom: 0.5em;
}
/* END OF NEXT EVENT HEADER */

/* CALENDAR TIMELINE */
.time-line-item {
    padding-top: 7px;
    margin: 0 3px;
    border: 0.08em solid #E7EBDC;
    text-align: center;
    transition: background 0.5s;
    border-top: 0px solid #07121D;
    border-right: 0px solid #07121D;
    border-bottom: 0px solid #07121D;
    border-left: 0px solid #07121D;
    background: #07121D;
    background: linear-gradient(90deg, rgba(163, 163, 163, 0.6) 0%, #FCFCFC 47.73%, #FFFFFF 108.47%) !important;
    transition: all 0.5s ease-in-out;
    position: relative;
    border-radius: 10px !important;
    /* margin: 0 5px; */
    z-index: 1;
    cursor: pointer;
}
.time-line-month-name {
    cursor: pointer;
}
.time-line-item:before {
    
    content: "";
    position: absolute;
    background: #07121D;
    display: block;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    left: 2px;
    top: 2px;
    opacity: 1;
    /* border-radius: 3px; */
    border-radius: 10px;
    z-index: -1;

}

.time-line-item:hover {
    /* background-color: #174A6F; */
    background: linear-gradient(90deg, #0F0F0F 0%, #FF6B00 50.5%) !important;
    cursor: pointer;
}
.color-dot-box .display-none {
    display: inline-block;
    width: 0.75em;
    height: 0.75em;
    border: 0.08em solid #DBDBDB;
}
.color-dot-box .color-dot {
    display:none;
}
.calendar-time-line .current-month .time-line-item {
    /* background-color: #FF6B00; */
    background: linear-gradient(90deg, #0F0F0F 0%, #FF6B00 50.5%) !important;
}
.calendar-time-line .year {
    font-size: 1em;
    padding-bottom: 0.25em;
    line-height: normal;
}
/* CALENDAR TIMELINE END */

/* + BUTTON CONTROLS */
.expand-collapse>.exco-text {
    display: inline-block;
    text-align: center;
    color: #E7EBDC;
    font-size: 1.5em;
    width: 1.15em;
    height: 1.15em;
    line-height: 1em;
    border: 0.16em solid #DBDBDB;
    border-radius: 0.75em;
}
.expand-collapse>.exco-text:hover,
.expand-collapse.expand>.exco-text {
    background-color: #DBDBDB;
    border-right-color: #DBDBDB;
    color: #0000!important;
}
/* END OF + BUTTON CONTROLS */

/* EVENT ROWS */
.content-headline {
    margin-left: 0px;
    margin-right: 0px;
    border-left: 0.08em solid transparent;
    border-right: 0.08em solid transparent;
    border-bottom: 0em solid #DADADA;
    /* border-top: 0.08em solid #E7EBDC; */
    border-bottom: 1px solid #FF6B00;
    padding: 10px 0;
    position: relative;
    top: 0;
    left: 0;
}
.box-border {
    border-left: 0.08em solid transparent;
    border-right: 0.08em solid transparent;
    border-bottom: 0.08em solid #bebfb8;
}
/* END OF EVENT ROWS */

/* FILTERS */
.filter-type ul li {
    float: none;
    padding: 0.25em 0.5em;
    display: inline-block;
}
.filter-type {
    padding-bottom: 0.6em;
}
/* END OF FILTERS */

/* PAGINATION */
.eupagination>li>a,
.eupagination>li>span {
    font-weight:bold;
    padding: 0.55em 1em;
    margin-left: -0.08em;
    line-height: normal;
    color: #FFFFFF;
    text-decoration: none;
    background-color: transparent;
    border: 0.08em solid #DBDBDB;
}
.eupagination>li>a:hover,
.eupagination>li>span:hover {
    background-color: #FF6B00;
    color: #FFFFFF!important;
    border-color: #FF6B00;

}
.eupagination>.active>a,
.eupagination>.active>span,
.eupagination>.active>a:hover,
.eupagination>.active>span:hover,
.eupagination>.active>a:focus,
.eupagination>.active>span:focus {
    z-index: 2;
    color: #FFFFFF;
    cursor: default;
    background-color: #DBDBDB;
    border-color: #DBDBDB;
    font-weight:bold;
}
/* .eupagination>li:last-child>a,
.eupagination>li:last-child>span {
    border-top-right-radius: 0.75em;
    border-bottom-right-radius: 0.75em;
    border-left:0;
}
.eupagination>li:first-child>a,
.eupagination>li:first-child>span {
    border-top-left-radius: 0.75em;
    border-bottom-left-radius: 0.75em;
    border-right:0;
} */


/* END OF PAGINATION */

/****************************************** END OF ALIGNMENT FOR CALENDAR ************************************************/

/*************************************************** BUTTONS *************************************************************/
.btn,
.btn-primary,
.btn-submit,
.btn-cancel,
.btn:focus,
.btn-primary:focus,
.btn-submit:focus,
.btn-cancel:focus {
    background: #030C15;
    color: #FFFFFF !important;
    padding: 1em;
    border: 0px;
    font-size: 1em;
    font-weight: normal;
    font-family: 'Jost', Arial, Helvetica, sans-serif !important;
    text-transform: capitalize;
    border-radius: 50px;
    height: auto;
    line-height: normal;
    transition: all 0.5s ease;
    padding: 6px 2em;
    border: 2px solid #FF6B00;
   
}
.btn:active,
.btn-primary:active,
.btn-submit:active,
.btn-cancel:active,
.btn:hover,
.btn-primary:hover,
.btn-submit:hover,
.btn-cancel:hover {
    background: #FF6B00;
    color: #FFFFFF !important;
    border-color: #FF6B00;
}   
/************************************************ END OF BUTTONS *********************************************************/

/***************************************************** TABS **************************************************************/
.tabs-wrapper {
    margin: 1em 0 1.5em 0;
}
.tabs {
    background-color: transparent;
    margin-top: 2em;
    margin-bottom: 2em;
    width: 100%;
    height:auto;
    line-height: normal;
    float: none;
    text-align:center;
    font-size:0;
}
.tabs li {
    _float: none;
    float: none;
    margin: 0;
    display:inline-block;
}
.tabItem {
    height: auto;
    line-height: normal;
    padding-top: 0.5em !important;
    padding-right: 0.5em;
    padding-bottom: 0.45em !important;
    padding-left: 0.5em;
    margin-top: 0em;
    margin-right: 5px !important;
    margin-bottom: 0em;
    margin-left: 0;
    text-transform: none;
    margin-bottom: 15px;
    text-decoration: none !important;
    font-weight: normal ! important;
    font-style: normal;
    font-size: 18px;
    border-top: 0px solid #07121D;
    border-right: 0px solid #07121D;
    border-bottom: 0px solid #07121D;
    border-left: 0px solid #07121D;
    background: #07121D;
    background: linear-gradient(90deg, rgba(163, 163, 163, 0.6) 0%, #FCFCFC 47.73%, #FFFFFF 108.47%);
    transition: all 0.5s ease-in-out;
    color: #ffffff !important;
    border-radius: 19px;
    outline: none;
    margin: 0;
    min-width: 11em;
    position: relative;
    padding: 14.4px !important;
    margin-bottom: 5px !important;
    z-index: 1;
    cursor: pointer;
}



.tabItem:before{
    content: "";
    position: absolute;
    background: #07121D;
    display: block;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    left: 2px;
    top: 2px;
    opacity: 1;
    /* border-radius: 3px; */
    border-radius: 19px;
    z-index: -1;
}

.tab-active:before {
    background: #030C15 !important;
}


.tab-active, .tabItem:hover {
    background: linear-gradient(90deg, #0F0F0F 0%, #FF6B00 50.5%);
    color: #FFFFFF !important;
    /* border: 1px solid #07121D; */
    /* cursor: default !important; */
    /* position: relative; */
    text-decoration: none !important;
}
/* .tab-active:before {
    content: "";
	width: 0; 
	height: 0;

	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -1.0em;
	
	border-left: 1.0em solid transparent; 
	border-right: 1.0em solid transparent; 
	border-top: 1.0em solid #DBDBDB;
} */

/* .tabItem:hover {
    background: #FF6B00;
	color: #FFFFFF!important;
    border: 1px solid #D07D07;
} */
/* YEAR BUTTONS */
.year-filter ul {
    margin:1em 0;
}
.year-filter ul li {
    padding:0;
    margin:0;
    display:inline-block;
    line-height: 3em;
}
.year-filter ul li a {
    height: auto;
    font-size: 1em;
    line-height: normal;
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
    padding-left: 1.0em;
    padding-right: 1.0em;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
    background: transparent;
    border: 0em solid #DBDBDB;
    transition: background 0.5s;
    color: #FFFFFF;
    border-radius: 0;
    margin: 0;
    position: relative;
    background: linear-gradient(90deg, rgba(163, 163, 163, 0.6) 0%, #FCFCFC 47.73%, #FFFFFF 108.47%);
    transition: all 0.5s ease-in-out;
    color: #ffffff !important;
    border-radius: 19px;
    z-index: 1;
    display: block;
}

.year-filter ul li a:before{
    content: "";
    position: absolute;
    background: #07121D;
    display: block;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    left: 2px;
    top: 2px;
    opacity: 1;
    /* border-radius: 3px; */
    border-radius: 19px;
    z-index: -1;
}
.year-filter ul li a.selected, .year-filter .selected a, .year-filter ul li a:hover{

    background: linear-gradient(90deg, #0F0F0F 0%, #FF6B00 50.5%) !important;
}


.year-filter ul li a.selected {
    background: #DBDBDB;
}
/* END OF YEAR BUTTONS */
/* REQUIRED TO OVERWRITE MAIN CSS */
.en-gb .tabItem {
    text-transform: none;
}
/* END OF IT */
/************************************************** END OF TABS **********************************************************/

/********************************************* MODAL WINDOW CONTROLS *****************************************************/
.modal-title {
    line-height: normal;
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    font-weight: bold;
    padding-top: 0em;
    padding-bottom: 1.0em;
    color: #003E5C;
    color: #333;
}
.modal-header .close {
    margin-top: 0.1em;
    font-size: 3.5em;
    line-height: 0.25em;
}
li.type {
    width: 50%;
    padding: 0.5em 0;
}
.checkbox-event-type {
    padding: 0;
}
label {
    vertical-align: text-top;
}
.modal-body {
    position: relative;
    padding: 1em;
}
.your-preference-title {
    text-align: center;
    padding: 0 0 1em 0;
}
.your-preferences {
    background-color: transparent;
    box-sizing: border-box;
    border: 0.16em solid #FFFFFF55;
    padding: 1em 0 1em 0;
    border-radius: 10px;
}
.form input,
.form select {
    color: #333;
    font-size: 1em;
    padding: 0.22em;
    box-sizing: border-box;
    background: #fff;
    border: 0.08em solid #A8A9A3;
}
.form .lable {
    padding-right: 1em;
    height: auto;
    vertical-align: middle;
    line-height: normal;
    margin-top: 0.45em;
}
/***************************************** END OF MODAL WINDOW CONTROLS **************************************************/

/**************************************************** TOOLTIP ************************************************************/
.popup-date {
    line-height: normal;
}
.popup-event-name {
    line-height: normal;
    padding: 0.25em 0;
}
.etooltip {
    border: 0.08em solid #003E5C;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background: transparent;
    box-shadow: 0 0.08em 0.32em #003E5C;
    -moz-box-shadow: 0 0.08em 0.32em #DBDBDB;
    -webkit-box-shadow: 0 0.08em 0.32em #DBDBDB;
}
.etooltip .tip-arrow {
    background:transparent;
}
/************************************************* END OF TOOLTIP ********************************************************/
/*THIS IS REQUIRED*/
@media(max-width:640px) { 
    li.type {
        width: 50%!important
    }
}
@media (max-width:479px) { 
    #PastEventsContainer .attachments {
        margin-top: 0!important;
    }
    .button-wrraper {
        margin-top: 1em!important
    }
    .headline .headline-right {
        float: none;
        margin-top: 0.5em;
    }
}
@media (max-width:320px) { 
    .subscription-section .btn-subscribe-wrapper {
        float: none;
        width: 100% !important;
        padding-top: 0.5em !important;
        text-align: center;
    }
    .export-types {
        padding-bottom: inherit;
    }
    .subscription-section .subscription-header {
        display: none !important;
    }
}

.footer {
    font-size: 16px !important;
}
.footer div .hyperlink:before {
    background-color: transparent;
}
.footer div .hyperlink {
    color: transparent;
}

.export-and-subscription {
    margin-top: 3em;
    margin-bottom: 3em;
}

.modal-content {
    background: #07121D !important;
}
.modal-title {
    color: #FFFFFF !important;
}
.modal .close {
    font-weight: normal !important;
    color: #FFFFFF !important;
    text-shadow: none !important ;
}

.form input {
    width: 92%;
    vertical-align: middle;
}

.form select {
    width: 92%;
}

.form input, .form select {
    color: #FFFFFF;
    font-size: 1em;
    padding: 0.52em;
    box-sizing: border-box;
    height: auto;
    background: #091826;
    border-radius: 20px;
    border: 1px solid #FFFFFF11!important;
}

.form .label {
    width: 22%;
}

.checkbox-wrapper input, .checkbox-wrapper input {
    opacity: 0;
    height: 17px;
    width: 17px;
    position: absolute;
    visibility: unset !important;
    left: 0;
    top: 7px !important;

}
.checkbox-wrapper {
    line-height: 24px !important;
}

.modal-header .close {
    margin-top: 0.1em;
    font-size: 2.5em;
    line-height: 0em;
}
.checkbox, .radio {
	background: none !important;
}
.row-control {
    padding: 10px 0 10px 0;
    clear: both;
    height: auto;
}

/*END*/

.ar-ae .eupagination > li:last-child > a,
.ar-ae .eupagination > li:last-child > span {
    border-top-left-radius: 0em;
    border-bottom-left-radius: 0em;
    border-top-right-radius: 0em;
    border-bottom-right-radius: 0em;
    /* border-right: 0;
    border-left: 1px solid #E1E1E1; */
}

.ar-ae .eupagination > li:first-child > a,
.ar-ae .eupagination > li:first-child > span {
    border-top-left-radius: 0em;
    border-bottom-left-radius: 0em;
    border-top-right-radius: 0em;
    border-bottom-right-radius: 0em;
    /* border-left: 0;
    border-right: 1px solid #E1E1E1; */
}
.ar-ae .subscription-section {
    float: left;
    text-align: left;
}

.ar-ae .row-control .label {
    text-align: right !important;
}

@media (max-width: 479px) {
    .ar-ae #UpcomingEventsContainer .headline-right .download-event {
        text-align: right !important;
        margin-top: -28px;
    }
}

/*****Modification***/
.en-gb .section-header.subscription-header {
    text-align: right;
}

.ar-ae .check-subscription-link,
.ar-ae .section-header.subscription-header {
    text-align: left;
}

.ar-ae .content-headline:before {
    right: 10px;
    left: 0px;
}


body.ar-ae .content-headline,
body.ku-arab-iq .content-headline {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 40px;
}
/* .ar-ae li.page.first a {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.ar-ae li.page.last a {
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
} */

/* .ar-ae .input select {
    background-image: url("//gamma.euroland.com/tools/FinCalendar2/Config/Company/sa-stag/down-arrow.svg");
    background-origin: content-box;
    background-position: 0% 50%;
    background-repeat: no-repeat;
    background-size: 13px 13px;
} */
.ar-ae .form .label {
    width: 19%;
}

.ar-ae a.tabItem.second-heading {
    text-decoration: none !important;
}

body.body-rtl .tabs,
body.body-rtl .tabs li {
    float: none !important;
}

body.body-rtl .tabs {
    background-color: transparent;
    margin-top: 2em;
    margin-bottom: 15px;
    width: 100%;
    height: auto;
    line-height: normal;
    float: none;
    text-align: left;
    font-size: 1.0em;
    border-bottom: 0px solid #0045E3;
    text-align: center;
}

body.body-rtl .button-wrraper {
    text-align: center;
    padding: 15px 0px 15px 0;
    margin-right: -27px;
}

body.body-rtl .checkbox-wrapper {
    margin-right: 8px;
    margin-left: 0 !important;
}

body.body-rtl .checkbox-wrapper input,  body.body-rtl .checkbox-wrapper input {
    opacity: 10;
    height: 17px;
    width: 17px;
    position: absolute;
    visibility: unset !important;
    left: unset;
    top: 7px !important;
    right: 0px !important;
}



@media (max-width:320px) {
    body.body-rtl .button-wrraper {
        text-align: center;
        padding: 15px 15px 15px 0;
        margin-right: -27px;
    }

    .ar-ae .check-subscription-link, .ar-ae .section-header.subscription-header {
        text-align: center !important;
    }

    input.btn.btn-default.btn-cancel {
        margin-bottom: 5px;
    }
}


/* .year-filter .selected a {
    background-color: #FF6B00;
} */

.eupagination > li > a, .eupagination > li > span {
    font-weight: bold;
    padding: 0.5em 1em 0.5em 1em;
    line-height: normal;
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    border: 2px solid #fff;
    outline: none;
    margin: 0 3px;
    border-radius: 19px !important;
}

.eupagination > .active > a, .eupagination > .active > span, .eupagination > .active > a:hover, .eupagination > .active > span:hover, .eupagination > .active > a:focus, .eupagination > .active > span:focus {
    z-index: 2;
    color: #ffffff;
    cursor: default;
    background-color: #FF6B00;
    font-weight: 900;
    border-color: #FF6B00;
}

.eupagination>.disabled>span, .eupagination>.disabled>span:hover, .eupagination>.disabled>span:focus, .eupagination>.disabled>a, .eupagination>.disabled>a:hover, .eupagination>.disabled>a:focus {
    background: transparent !important;
    color: #777 !important;
}

span.color-box {
    vertical-align: inherit !important;
}

/* Modifications */

.tip-content {
  background: #07121D !important;
}

.confirm-subscription .header, .unsubscribe .header, .complete-unsubscribe .header {
    background: #07121D!important;
}

.confirm-subscription .message, .unsubscribe .message, .complete-unsubscribe .message {
    background: #07121D!important;
}

.confirm-subscription-page .confirm-subscription, .unsubscribe-page .unsubscribe, .complete-unsubscribe-page .complete-unsubscribe {
    background: #07121D!important;
}

.checkbox-wrapper label span.color-box {
    vertical-align: middle !important;
}

/* CUSTOM CHECKBOX FC */


span.checkbox {
    border: 2px solid #FF6B00;
    line-height: 13px;
    background: transparent !important;
    width: 18px;
    height: 18px;
    vertical-align: inherit;
    border-radius: 5px;
    position: relative;
}

span.radio, span.checkbox, span.event-name {
    vertical-align: middle !important;
}
.checkbox-wrapper label span.color-box, span.radio {
    vertical-align: middle !important;
}


span.checkbox.checkbox-checked {
    /* background: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/ae-ptech/thick_check.svg") !important; */
    background-color: transparent !important;
    background-size: contain !important;
    border-radius: 5px;
    border-color: #FF6B00;
    background-repeat: no-repeat !important;
    margin-bottom: 2px;
}

.radio {
    border: 2px solid #FF6B00;
    line-height: 17px;
    background: transparent !important;
    border-radius: 12px;
    position: relative;
}
.radio {
    width: 15px;
    height: 15px;
}

.m-t-10 {
    margin-bottom: 10px;
}

span.radio.radio-checked:after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 5px;
    position: absolute;
    left: 3px;
    top: 3px;
    font-size: 11px;
    border-radius: 5px;
    color: #FF6B00;
    border: 0px solid #FF6B00;
    background-color: #FF6B00;
}

span.radio.radio-checked {
    border: 2px solid #FF6B00;
}

.checkbox, .radio {
	background: none !important;
}

.headline-left .date-time {
    font-weight: normal;
}

.event-name {
    font-weight: bold;
}

.headline-right .event-type {
    color: #FF6B00;
    font-weight: 600;
}

.file-type-pdf {
    background-image: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/ae-ptech/pdf.svg");
}

.color-box {
    width: 16px;
    height: 16px;
}

.btn-cancel, .btn-ok {
    margin: 5px;
    min-width: 8em;
}

.btn-submit {
    min-width: 8em;
}

.eupagination > li > a, .eupagination > li > span {
    font-weight: bold;
    padding: 0.5em 1.2em 0.5em 1.2em;
    line-height: normal;
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    border: 0px solid #fff;
    outline: none;
    margin: 0 3px;
    border-radius: 19px !important;
    background: linear-gradient(90deg, rgba(163, 163, 163, 0.6) 0%, #FCFCFC 47.73%, #FFFFFF 108.47%);
    z-index: 1;
}

.eupagination > li > a:before {
    content: "";
    position: absolute;
    background: #07121D;
    display: block;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    left: 2px;
    top: 2px;
    opacity: 1;
    /* border-radius: 3px; */
    border-radius: 19px;
    z-index: -1;
}

.eupagination > .active > a:before,
.eupagination > li > a:hover:before{
    display: none;
}

.eupagination > .active > a, .eupagination > .active > a:hover, .eupagination > li > a:hover {
    background: #FF6B00;
}

.eupagination>li:last-child>a, .eupagination>li:last-child>span,
.eupagination>li:first-child>a, .eupagination>li:first-child>span {
    padding-left: 1em;
    padding-right: 1em;
}

.eupagination>li {
    display: inline-block;
}

body.body-rtl .checkbox-wrapper input, body.body-rtl .checkbox-wrapper input {
    opacity: 0;
}


span.checkbox.checkbox-checked:after {
    content: "";
    background: #FF6B00;
    position: absolute;
    width: 6px;
    height: 6px;
    bottom: 6px;
    border-radius: 10px;
    right: 6px;
}

.modal a, .hyperlink, .disclaimer-box a, .cookies-box a {
    color: #FF6B00;
}

.modal a:hover, .hyperlink, .disclaimer-box a:hover, .cookies-box a:hover {
    text-decoration: none !important;
    color: #FFFFFF;
}

/* *******************New Modification 02102025****************** */

.expand-collapse {
    top: 20px;
    z-index: 100;
}

.content-headline {
    padding: 0 0 0 35px;
}

.expand-collapse>.exco-text:hover, .expand-collapse.expand>.exco-text {
    background-color: transparent;
    /* border-right-color: transparent; */
    color: #fff !important;
}
