.ce-corona-app * {
    box-sizing: border-box;
}

.ce-clearfix::before,
.ce-clearfix::after {
    content: "";
    display: table;
}

.ce-clearfix::after {
    clear: both;
}

.ce-corona-pre-loader {
    text-align: center;
    padding: 50px;
}

.ce-corona-pre-loader>img {
    animation: coronaFadeInOut 5s ease-in-out 0s infinite forwards;
    margin: 20px;
    display: inline-block;
}

.ce-corona-pre-loader>p {
    display: block;
}

@keyframes coronaFadeInOut {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* date picker */


/* DayPicker styles */

.DayPicker {
    display: inline-block;
    font-size: 1rem;
}

.DayPicker-wrapper {
    position: relative;
    flex-direction: row;
    padding-bottom: 1em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.DayPicker-Months {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.DayPicker-Month {
    display: table;
    margin: 0 1em;
    margin-top: 1em;
    border-spacing: 0;
    border-collapse: collapse;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.DayPicker-NavButton {
    position: absolute;
    top: 1em;
    right: 1.5em;
    left: auto;
    display: inline-block;
    margin-top: 2px;
    width: 1.25em;
    height: 1.25em;
    background-position: center;
    background-size: 50%;
    background-repeat: no-repeat;
    color: #8B9898;
    cursor: pointer;
}

.DayPicker-NavButton:hover {
    opacity: 0.8;
}

.DayPicker-NavButton--prev {
    margin-right: 1.5em;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAwCAYAAAB5R9gVAAAABGdBTUEAALGPC/xhBQAAAVVJREFUWAnN2G0KgjAYwPHpGfRkaZeqvgQaK+hY3SUHrk1YzNLay/OiEFp92I+/Mp2F2Mh2lLISWnflFjzH263RQjzMZ19wgs73ez0o1WmtW+dgA01VxrE3p6l2GLsnBy1VYQOtVSEH/atCCgqpQgKKqYIOiq2CBkqtggLKqQIKgqgCBjpJ2Y5CdJ+zrT9A7HHSTA1dxUdHgzCqJIEwq0SDsKsEg6iqBIEoq/wEcVRZBXFV+QJxV5mBtlDFB5VjYTaGZ2sf4R9PM7U9ZU+lLuaetPP/5Die3ToO1+u+MKtHs06qODB2zBnI/jBd4MPQm1VkY79Tb18gB+C62FdBFsZR6yeIo1YQiLJWMIiqVjQIu1YSCLNWFgijVjYIuhYYCKoWKAiiFgoopxYaKLUWOii2FgkophYp6F3r42W5A9s9OcgNvva8xQaysKXlFytoqdYmQH6tF3toSUo0INq9AAAAAElFTkSuQmCC');
}

.DayPicker-NavButton--next {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAwCAYAAAB5R9gVAAAABGdBTUEAALGPC/xhBQAAAXRJREFUWAnN119ugjAcwPHWzJ1gnmxzB/BBE0n24m4xfNkTaOL7wOtsl3AXMMb+Vjaa1BG00N8fSEibPpAP3xAKKs2yjzTPH9RAjhEo9WzPr/Vm8zgE0+gXATAxxuxtqeJ9t5tIwv5AtQAApsfT6TPdbp+kUBcgVwvO51KqVhMkXKsVJFXrOkigVhCIs1Y4iKlWZxB1rX4gwlpRIIpa8SDkWmggrFq4IIRaJKCYWnSgnrXIQV1r8YD+1Vrn+bReagysIFfLABRt31v8oBu1xEBttfRbltmfjgEcWh9snUS2kNdBK6WN1vrOWxObWsz+fjxevsxmB1GQDfINWiev83nhaoiB/CoOU438oPrhXS0WpQ9xc1ZQWxWHqUYe0I0qrKCQKjygDlXIQV2r0IF6ViEBxVTBBSFUQQNhVYkHIVeJAtkNsbQ7c1LtzP6FsObhb2rCKv7NBIGoq4SDmKoEgTirXAcJVGkFSVVpgoSrXICGUMUH/QBZNSUy5XWUhwAAAABJRU5ErkJggg==');
}

.DayPicker-NavButton--interactionDisabled {
    display: none;
}

.DayPicker-Caption {
    display: table-caption;
    margin-bottom: 0.5em;
    padding: 0 0.5em;
    text-align: left;
}

.DayPicker-Caption>div {
    font-weight: 500;
    font-size: 1.15em;
}

.DayPicker-Weekdays {
    display: table-header-group;
    margin-top: 1em;
}

.DayPicker-WeekdaysRow {
    display: table-row;
}

.DayPicker-Weekday {
    display: table-cell;
    padding: 0.5em;
    color: #8B9898;
    text-align: center;
    font-size: 0.875em;
}

.DayPicker-Weekday abbr[title] {
    border-bottom: none;
    text-decoration: none;
}

.DayPicker-Body {
    display: table-row-group;
}

.DayPicker-Week {
    display: table-row;
}

.DayPicker-Day {
    display: table-cell;
    padding: 0.5em;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}

.DayPicker-WeekNumber {
    display: table-cell;
    padding: 0.5em;
    min-width: 1em;
    border-right: 1px solid #EAECEC;
    color: #8B9898;
    vertical-align: middle;
    text-align: right;
    font-size: 0.75em;
    cursor: pointer;
}

.DayPicker--interactionDisabled .DayPicker-Day {
    cursor: default;
}

.DayPicker-Footer {
    padding-top: 0.5em;
}

.DayPicker-TodayButton {
    border: none;
    background-color: transparent;
    background-image: none;
    box-shadow: none;
    color: #4A90E2;
    font-size: 0.875em;
    cursor: pointer;
}


/* Default modifiers */

.DayPicker-Day--today {
    color: #D0021B;
    font-weight: 700;
}

.DayPicker-Day--outside {
    color: #8B9898;
    cursor: default;
}

.DayPicker-Day--disabled {
    color: #DCE0E0;
    cursor: default;
    /* background-color: #eff1f1; */
}


/* Example modifiers */

.DayPicker-Day--sunday {
    background-color: #F7F8F8;
}

.DayPicker-Day--sunday:not(.DayPicker-Day--today) {
    color: #DCE0E0;
}

.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside) {
    position: relative;
    background-color: #4A90E2;
    color: #F0F8FF;
}

.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside):hover {
    background-color: #51A0FA;
}

.DayPicker:not(.DayPicker--interactionDisabled) .DayPicker-Day:not(.DayPicker-Day--disabled):not(.DayPicker-Day--selected):not(.DayPicker-Day--outside):hover {
    background-color: #F0F8FF;
}


/* DayPickerInput */

.DayPickerInput {
    display: inline-block;
    width: 100%;
}

.DayPickerInput-OverlayWrapper {
    position: relative;
}

.DayPickerInput-Overlay {
    position: absolute;
    left: 0;
    z-index: 9;
    background: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

.css-26l3qy-menu {
    z-index: 99;
}

.DayPickerInput>input {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #f2f2f2;
    width: 100%;
}

/* CSS */

.ce-corona-total-stats {
    background-size: cover;
    padding: 30px;
    background-color: #999;
}

.ce-corona-total-stats .cec-ts-header {
    margin-top: 0px;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 2px;
    color: #FFF;
}

.ce-corona-total-stats .cec-ts-last-updated {
    margin: 0px;
    color: #FFF;
}

.cec-row {
    margin: 0 -15px;
}

.cec-row .cec-col {
    padding: 0 15px;
    float: left;
    width: 33.3333%;
}

.cec-row .cec-col.cec-2 {
    width: 50%;
}

.cec-row .cec-col.cec-100 {
    width: 100%;
}

@media screen and (max-width: 786px) {
    .cec-row .cec-col {
        width: 100% !important;
        margin-bottom: 15px;
    }
}

.cec-ts-single {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    margin: 15px 0px;
    padding: 15px;
    line-height: 1;
    background-color: rgba(255, 255, 255, 0.8);
}

.cec-ts-single p.cec-tss-header {
    font-size: 18px;
    margin: 0;
    margin-bottom: 8px;
}

.cec-ts-single>strong {
    font-size: 30px;
    letter-spacing: 1px;
}

.cec-danger {
    color: red;
}

.cec-success {
    color: green;
}

.cec-active-cases,
.cec-closed-cases {
    background-color: #fff;
    padding: 30px 15px;
}

.cec-active-cases>p,
.cec-closed-cases>p {
    margin-top: 0px;
}

.cec-active-cases .cec-active,
.cec-active-cases .cec-closed,
.cec-closed-cases .cec-active,
.cec-closed-cases .cec-closed {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

.cec-active-cases>.ce-clearfix,
.cec-closed-cases>.ce-clearfix {
    width: 100%;
    text-align: center;
}

.cec-active-cases>.ce-clearfix strong,
.cec-closed-cases>.ce-clearfix strong {
    font-weight: 700;
    font-size: 20px;
    line-height: 40px;
    display: block;
}

.cec-comparison {
    text-align: right;
    margin-bottom: 15px;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.cec-comparison .cec-search-country input {
    padding: 10px;
    margin: 0 5px;
    border: 1px solid #f2f2f2;
    width: 100%;
}
.cec-comparison .cec-search-country input:focus {
    outline: none;
}

.cec-comparison .cec-btn {
    background-color: #2980b9;
    border-radius: 5px;
    padding: 10px 15px;
    border: 0px;
    margin: 5px;
    margin-right: 0px;
}

.cec-comparison .cec-btn.active {
    background-color: #3498db;
}

.cec-comparison .cec-btn:focus,
.cec-comparison .cec-btn:visited,
.cec-comparison .cec-btn:hover {
    outline: none;
    background-color: #3498db;
}

table.cec-data-table {
    border: 1px solid #f2f2f2;
    margin-top: 0px;
    width: 100%;
    overflow-x: auto;
    display: block;
}

table.cec-data-table tr.cec-table-total>td:first-child {
    background-color: #27ae60;
    color: #FFF;
    text-align: right;
    font-size: 20px;
    font-weight: 700;
}

table.cec-data-table tr.cec-table-header th input {
    padding: 10px;
    margin-top: 10px;
}

table.cec-data-table tr.cec-table-header th input:focus {
    outline: none;
}

table.cec-data-table tr.cec-table-sorting-button th>button {
    border: 0;
    padding: 5px 10px 0px;
    display: block;
    margin-top: 10px;
    background-color: #2980b9;
}

table.cec-data-table tr.cec-table-sorting-button th>button:focus,
table.cec-data-table tr.cec-table-sorting-button th>button:visited {
    outline: none;
}

table.cec-data-table tr.cec-table-sorting-button th>button>svg {
    fill: #FFF;
}

table.cec-data-table tr th,
table.cec-data-table tr td {
    padding: 10px;
    border-right: 1px solid #f2f2f2;
    vertical-align: middle;
    word-break: keep-all;
}
table.cec-data-table tr td > span {
    word-break: keep-all;
}
table.cec-data-table tr.cec-table-header > th {
    border-bottom: 0px;
}
table.cec-data-table tr.cec-table-sorting-button > th {
    border: 0px;
    padding-top: 0px;
    border-right: 1px solid #f2f2f2;
    border-top: 0px;
}

@media screen and (max-width: 786px) {
    table.cec-data-table tr th,
    table.cec-data-table tr td {
        /* display: block; */
        font-size: 15px;
    }
}

.cec-country-box {
    padding: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #fdfdfd;
    margin: 15px 0;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 30px -20px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 30px -20px rgba(0, 0, 0, 0.4);
    position: relative;
    z-index: 1;
}

.cec-country-box::after {
    content: "";
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.cec-country-box>ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.cec-country-box>ul>li.cec-country-name {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.cec-table-country-box .cec-table-country-item, .cec-table-country-box .cec-table-country-box-meta-single, .cec-table-country-box > header > div.cec-table-country-box-name-wrapper {
    position: relative;
    z-index: 1;
}

.cec-table-country-box .cec-table-country-item::after, .cec-table-country-box .cec-table-country-box-meta-single::after, .cec-table-country-box > header > div.cec-table-country-box-name-wrapper::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.cec-table-country-box {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.cec-table-country-box::after {content: "";position: absolute;width: 200px;bottom: 0px;height: 1px;background: #f2f2f2;left: 50%;margin-left: -100px;}

.cec-table-country-box > header,
.cec-table-country-box > header > div.cec-table-country-box-name-wrapper {
    display: flex;
    align-items: center;
}
.cec-table-country-box > header {
    align-items: stretch;
}
.cec-table-country-box > header > div.cec-table-country-box-name-wrapper { 
    background-color: #f2f2f2;
    box-sizing: border-box;
    border: 1px solid #ddd;
}

.cec-table-country-box > header div.cec-table-country-box-name-wrapper > img {
    margin-right: 15px;
    max-width: 150px;
    max-height: 100px;
}

.cec-table-country-box-name > span:first-child {
    display: block;
    font-size: 25px;
    font-weight: 700;
}

.cec-table-country-items {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}

.cec-table-country-item {
    flex: 1;
    background-color: #f2f2f2;
    padding: 20px;
    text-align: center;
    border: 1px solid #ddd;
}

.cec-table-country-item > p:first-child {
    font-size: 35px;
}

.cec-table-country-item > p {
    margin: 0;
}

.cec-table-country-item > p:last-child {
    font-size: 15px;
}

.cec-table-country-box-meta {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
}

.cec-table-country-box-meta-single {
    flex: 1;
    align-items: center;
    background: #f2f2f2;
    padding: 10px 20px;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #DDDD;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cec-table-country-box-meta-single > p:first-child {
    font-size: 20px;
}

.cec-table-country-box-meta-single > p:last-child {
    font-size: 13px;
}

.cec-table-country-box-meta-single > p {
    margin: 0;
}

.cec-table-country-box-name {
    padding: 10px 25px 10px 5px;
}

@media only screen and ( max-width: 786px ){

}

@media only screen and ( min-width: 420px ) and ( max-width: 786px ){
    .cec-table-country-box > header {
        display: block;
    }
    .cec-table-country-box > header div.cec-table-country-box-name-wrapper {
        margin-bottom: 15px;
    }
}