.headerContainer {
    display: inline-flex;
    flex-wrap: nowrap;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    align-items: stretch;
    font-size: 20px;
    color: #ffffff;
    font-weight: 800;
    padding: 0px 0px 10px;
    margin: 20px 0 0;
    text-align: center;
    border-radius: 20px;
}

.HeaderBox {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background: white;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 50px;
    padding: 0 0 10px 0;
}

.preTxt {
    font-size: 24px;
    color: #000;
    font-weight: bold;
    padding: 5px 0px;
    text-align: center;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #255674;
}

.figures {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px;
}

.darkbox {
    color: #87a4b7;
    padding: 0 10px;
    margin: 0 0px;
    font-weight: 800;
    min-width: 180px;
    overflow: hidden;
    text-shadow: none;
    display: inline-block;
    position: relative;
    height: 100%;
    border-right: 1px solid #255674;
}

.darkbox:last-child {
    border: 0;
}

.mart-carousel { /*-- mart --*/
}

.mart-carousel .mart-item {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.mart-carousel .mart-item::after {
    background-color: #000000;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    opacity: 0;
}

.mart-carousel .mart-item h3 {
    position: absolute;
    bottom: 15px;
    right: 0;
    padding: 0 2rem;
    z-index: 5;
    background-color: #326badb3 !important;
    font-size: 21px !important;
    font-weight: 500 !important;
    color: #fff;
}

.mart-carousel .mart-item img {
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.mart-carousel .mart-item:hover::after {
    opacity: 0.3;
}

.mart-carousel .mart-item:hover img {
    -webkit-transform: scale(1.2) rotate(5deg);
    -ms-transform: scale(1.2) rotate(5deg);
    transform: scale(1.2) rotate(5deg);
}

/*
*
* Slick Slider
* Website: http://kenwheeler.github.io
* Version: 1.6.0
*
*/
.slick-list, .slick-slider, .slick-track {
    position: relative;
    display: block
}

.slick-loading .slick-slide, .slick-loading .slick-track {
    visibility: hidden
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    top: 0;
    left: 0
}

.slick-track:after, .slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-slide {
    display: none;
    float: right;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}
.divTable {
    display: table;
    width: 100%;
    font-size: 14px;
}

.divTablehd {
    background: #00000040;
    height: 40px;
}

.divTableRow {
    display: table-row;
}

.divTableHeading {
    display: table-header-group;
}

.divTableCell, .divTableHead {
    border: 1px solid #356988;
    display: table-cell;
    padding: 3px 10px;
    width: 120px;
    vertical-align: middle;
}

.divTableHeading {
    display: table-header-group;
    font-weight: bold;
}

.divTableFoot {
    display: table-footer-group;
    font-weight: bold;
}

.divTableBody {
    display: table-row-group;
}

.number_sm {
    font-size: 20px;
    color: #ffca00;
}

.divTableCell span, .note_blue {
    font-size: 12px;
    font-weight: normal;
    color: #80a4b7;
}

.blinking_dot {
    width: 15px;
    height: 15px;
    background-color: #ff4500;
    border-radius: 10px;
    animation: blink 2s 0s infinite;
}


.three-col-layout__stories ul {
    list-style-type: none;
    padding: 0;
    padding-right: 0px;
}

.figure_conut {
    margin: 0 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    gap: 5px;
    align-content: center;
    position: relative;
}

.figure_conut .counter {
    color: #ca1d1d;
    display: inline-block;
    font-size: 50px;
    height: 50px;
}

.figure_conut span {
    color: #fff;
    font-size: 16px;
    font-weight: lighter;
    display: block;
}

.onThisDayContainer {
    border-width: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    background: #151924;
    background: -webkit-linear-gradient(135deg, #151924, #4a4e59);
    background: -moz-linear-gradient(135deg, #151924, #4a4e59);
    background: -o-linear-gradient(135deg, #151924, #4a4e59);
    background: linear-gradient(135deg, #151924, #4a4e59);
    border: none;
    border-radius: 15px;
}


.onThisDayContainer .timeline__update-link {
    color: #fff !important;
    font-size: 14px;
}

.onThisDayContainer .liveblog-timeline__update {
    text-align: start;
    margin-bottom: 1.5rem;
}

.onThisDayContainer .liveblog-timeline__update .timeline-year {
    color: #ca1d1d
}

.onThisDayContainer .liveblog-timeline__update::marker {
    color: #ca1d1d;
}

#calendar {
    width: 100%;
    max-width: 490px;
    display: flex;
    flex-direction: column;
    background-color: rgba(255, 255, 255, .9);
    border-radius: 5px;
    padding: 20px;
    gap: 5px;
}

#calendar .toprow {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 20px;
}

#calendar .days, #calendar #dates {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
    gap: 10px;
}

#calendar .days {
    font-weight: 700;
}

#calendar #dates div {
    display: grid;
    align-items: center;
    justify-content: center;
    border: 1px solid lightgrey;
    height: 50px;
    border-radius: 5px;;
}

#calendar #dates div.date {
    border: 1px solid black;
    background-color: #fbfafa;
    cursor: pointer;
    position: relative;
}

#calendar #dates div.date:hover {
    background-color: #c1c1c1;
}

#calendar #dates div.today {
    border: 1px solid green;
    background-color: green;
    color: white;
    font-weight: 700;
}

button, select, input {
    padding: 5px;
}

input {
    width: 70px;
    text-align: center;
}

#copy {
    margin-top: 20px;
    padding: 5px;
    position: sticky;
    background-color: rgba(0, 0, 0, .5);
    color: white;
    font-size: .8em;
}

#copy a {
    color: white;
}

#calendar .calendar-date.date.highlighted {
    background-color: #ffb3b3 !important;
    border: 1px solid #ef7373;
    color: #000 !important;
}

#calendar .calendar-date.date {
    font-size: 14px;
    border: 1px solid #efefef;
    padding: 4px;
    font-weight: bold;
    box-sizing: border-box;
    background: #f8f8f8;
    border-radius: 4px;
    color: #333;
    height: 35px;
}

#calendar .empty-date {
    opacity: 0.7;
}

#calendar .calendar-date.date.highlighted::after,
#calendar .calendar-date.date.highlighted-blue::after {
    content: attr(data-count);
    position: absolute;
    margin-top: -5px;
    width: 20px;
    height: 15px;
    background: darkred;
    border-radius: 20px;
    font-size: 12px;
    color: #FFF;
    z-index: 1;
    line-height: initial;
    left: -3px;
    top: 1px;
    font-weight: normal;
}

.DayInfo {
    height: 98%;
    position: absolute;
    width: 98%;
}

.DayInfoWrap {
    position: relative;
    width: 96%;
    height: inherit;
    overflow: auto;
    margin: 10px;
    border-radius: 10px;
    background: #000000d9;
    border: 1px solid #000000;
    padding: 10px;
    text-align: center;
    z-index: 2;
}

.CalClose {
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 10;
    background-color: #fbfbfb;
    border-radius: 12px;
    height: 18px;
    width: 18px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.dayInfoTitle {
    text-align: center;
    font-weight: bold;
    background: #000000;
    color: #ffd818;
    padding: 7px;
    border-radius: 5px;
    width: 200px;
    display: inline-block;
    margin: 5px auto;
}

.DayInfo ul li {
    padding: 5px 0 10px 0;
    padding-right: 0px;
    font-size: 14px;
    list-style: auto;
    list-style-position: outside;
    list-style-position: inside;
    padding-right: 5px;
    border-bottom: 1px dotted #a9a9a9;
    color: white;
    text-align: right;
    font-weight: bold;
}

.DayInfo ul li a {
    color: #fff;
}

