@import "vars.css";
@import "override_style.css";  

body .is_rtl {
	direction: rtl
}

body .is_rtl td.cell100.column8,
body .is_rtl td.cell100.column2 {
	border-radius: 0
}

body .is_rtl .dataTables_wrapper th {
	text-align: right!important;
	padding: 10px 17px 10px 13px
}

body .covid19-card.is_rtl .covid19-recovered {
	padding-left: 0;
	padding-right: .8rem;
	border-right: 1px solid #6a6a6a
}

body .is_rtl .dataTables_wrapper tbody tr.row100 td.cell100 {
	text-align: right!important
}

@media (max-width: 769px) {
	body .is_rtl .dataTables_wrapper tbody tr.row100 td.cell100 {
		text-align: right!important
	}
}

body .covid19-ticker.covid19-ticker-direction-horizontal.is_rtl ul {
	-webkit-animation-name: ticker_rtl;
	animation-name: ticker_rtl
}

body .covid19-ctab.is_rtl {
	-webkit-animation-name: ctab_rtl;
	animation-name: ctab_rtl
}

body .is_rtl .dataTables_wrapper tbody tr.row100 td.cell100::before {
	float: right
}

body .covid19-card.is_rtl .covid19-confirmed {
	border-right: 0;
	padding-right: 0
}

body .is_rtl .covid19-row.first-jappscov>.covid19-col {
	text-align: right!important
}

body .is_rtl .country_flag,
body .is_rtl .covid19-ctab-country_flag {
	margin: -2px 0 0 5px!important
}

body .is_rtl .covid19-row.first-jappscov>.covid19-col>.covid19-title::before {
	content: '';
	margin-right: 0px;
	margin-left: 5px
}

body .map_JappsCOV.light_theme,
body .covid19-card.light_theme,
body .covid19-roll.light_theme,
body .table100.ver1.light_theme,
body .covid19-graph.light_theme,
body .covid19-ticker.light_theme,
body .covid19-ctab.light_theme {
	border-top: none;
	background: var(--light-main-bg);
	color: var(--light-main-text)
}

body .japps-covid19-covtab.is_rtl .japps-covid19-covtab_tabs .r-country_flag {
	margin: 0 0 0 3px
}

body .japps-covid19-covtab.is_rtl .japps-covid19-covtab_tabs img {
	margin: 0 0 0 6px
}

body .japps-covid19-covtab.is_rtl {
	background: var(--light-main-bg);
	background-size: 240px 240px;
	-webkit-text-stroke-color: #21252b;
	color: #21252b
}

body .japps-covid19-covtab.is_rtl::before {
	content: "";
	left: 0;
	right: auto;
	transform: rotate(270deg)
}

body .japps-covid19-covtab.light_theme {
	background: var(--light-main-bg);
	background-size: 240px 240px;
	-webkit-text-stroke-color: var(--light-main-text);
	color: var(--light-main-text);
}

body .japps-covid19-covtab.light_theme .japps-covid19-covtab_tabs {
	border: solid 1px var(--light-border-color)
}

body .japps-covid19-covtab.light_theme .japps-covid19-covtab_tabs_item {
	border-left: solid 1px var(--light-border-color)
}

body .japps-covid19-covtab.light_theme .japps-covid19-covtab_item_border {
	border-right: solid 1px var(--light-tab-boder-color);
	font-size: 0
}

body .japps-covid19-covtab.light_theme .japps-covid19-covtab_tabs_item.active,
body .covid19-card.full-data.light_theme .covid19-row.first-jappscov>.covid19-col {
	background: #f0f0f0
}

body .covid19-ticker.light_theme:before {
	left: 0;
	background: -moz-linear-gradient(left, rgba(228, 228, 228, 1) 0%, rgba(228, 228, 228, 1) 40%, rgba(228, 228, 228, 0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(228, 228, 228, 1)), color-stop(40%, rgba(228, 228, 228, 1)), color-stop(100%, rgba(228, 228, 228, 0)));
	background: -webkit-linear-gradient(left, rgba(228, 228, 228, 1) 0%, rgba(228, 228, 228, 1) 40%, rgba(228, 228, 228, 0) 100%);
	background: -o-linear-gradient(left, rgba(228, 228, 228, 1) 0%, rgba(228, 228, 228, 1) 40%, rgba(228, 228, 228, 0) 100%);
	background: -ms-linear-gradient(left, rgba(228, 228, 228, 1) 0%, rgba(228, 228, 228, 1) 40%, rgba(228, 228, 228, 0) 100%);
	background: linear-gradient(to right, rgba(228, 228, 228, 1) 0%, rgba(228, 228, 228, 1) 40%, rgba(228, 228, 228, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--light-main-bg)', endColorstr='var(--light-main-bg)', GradientType=1)
}

body .covid19-ticker.light_theme:after {
	right: 0;
	background: -moz-linear-gradient(left, rgba(228, 228, 228, 0) 0%, rgba(228, 228, 228, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(228, 228, 228, 0)), color-stop(100%, rgba(228, 228, 228, 1)));

	background: -webkit-linear-gradient(left, rgba(228, 228, 228, 0) 0%, rgba(228, 228, 228, 1) 100%);
	background: -o-linear-gradient(left, rgba(228, 228, 228, 0) 0%, rgba(228, 228, 228, 1) 100%);
	background: -ms-linear-gradient(left, rgba(228, 228, 228, 0) 0%, rgba(228, 228, 228, 1) 100%);
	background: linear-gradient(to right, rgba(228, 228, 228, 0) 0%, rgba(228, 228, 228, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--light-main-bg)', endColorstr='var(--light-main-bg)', GradientType=1)
}

body .covid19-ticker.light_theme span {
	background: #f7f7f7;
	color: inherit
}

body .covid19-roll.light_theme .covid19-roll2,
:root .covid19-roll.light_theme .aiByXc {
	background: #f7f7f7;
	color: inherit
}

:root .covid19-roll.light_theme .aiByXc {
	box-shadow: 0 1px 7px rgba(0, 0, 0, 0.17)
}

:root .covid19-roll.light_theme .covid19-country:hover {
	background: var(--light-main-bg)
}

body .table100.ver1.light_theme td.cell100 {
	background-color: #f7f7f7
}

body .light_theme .dataTables_wrapper tbody tr.row100:hover td {
	background-color: #f7f7f7
}

.map_JappsCOV.light_theme .header_JappsCOV {
	color: #21252b
}

.map_JappsCOV.light_theme svg path {
	stroke: var(--light-main-bg)
}

.map_JappsCOV.light_theme .info_JappsCOV {
	background: #d1d0d0
}

.map_JappsCOV.light_theme .info_JappsCOV thead td {
	border-bottom: solid 1px #b0b0b0
}

.map_JappsCOV.light_theme .info_JappsCOV tbody tr:hover td {
	background: #bdbdbd
}

.map_JappsCOV.mainfont {
	font-family: inherit
}

.header_JappsCOV {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: column wrap;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	z-index: 2;
	width: 100%;
	padding: 2rem 1rem 0;
	margin: 0;
	font-size: 19px;
	color: #fff;
	font-weight: 500;
	text-align: center;
	line-height: 1.5;
	margin: 0 auto;
	max-width: 800px
}

.desc_JappsCOV {
	font-size: 16px;
	opacity: .6;
	line-height: 1.2;
	font-weight: 400;
	color: inherit;
	margin: 20px 0 0;
	font-family: inherit
}

.canvas_JappsCOV {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	visibility: hidden;
	width: 100%;
	height: auto;
	padding: 4rem 1rem 1rem;
	opacity: 0;
	transition: opacity .5s
}

.canvas_JappsCOV svg {
	display: none;
	width: 100%;
	height: auto;
	max-height: calc(100% - 6rem);
	margin-left: 0
}

.canvas_JappsCOV svg path {
	fill: #3f3f4a;
	fill-opacity: 1;
	stroke: #2f2941;
	stroke-opacity: 1;
	stroke-width: .5;
	transition: .5s
}

.canvas_JappsCOV svg path[data-infected="1"] {
	fill: #59353f
}

.canvas_JappsCOV svg path[data-infected="2"] {
	fill: #7a2d37
}

.canvas_JappsCOV svg path[data-infected="3"] {
	fill: #9c2630
}

.canvas_JappsCOV svg path[data-infected="4"] {
	fill: #bd1e28
}

.canvas_JappsCOV svg path[data-infected="5"] {
	fill: #de1621
}

.canvas_JappsCOV svg path[data-infected="6"] {
	fill: #ff0e19
}

.canvas_JappsCOV svg path[data-infected] {
	cursor: pointer
}

.canvas_JappsCOV.canvas--visible {
	visibility: visible;
	opacity: 1
}

.canvas_JappsCOV.canvas--visible svg {
	display: block;
	max-width: 760px;
	margin: 0 auto
}

.footer_JappsCOV {
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	z-index: 2;
	width: 100%;
	padding: 1rem 3rem 0;
	text-align: center;
	max-width: 850px;
	margin: 0 auto;
	direction: ltr
}

.legend_JappsCOV {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	width: auto;
	margin-left: auto;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex: 0 0 18rem;
	-ms-flex: 0 0 18rem;
	flex: 0 0 18rem;
	max-width: 100%;
	padding: .125rem .25rem;
	background: linear-gradient(to right, #59353f, #de1621);
	border-radius: 2px
}

.legend_JappsCOV span {
	display: block;
	cursor: default;
	font-size: 10px;
	color: #fff
}

.links_JappsCOV {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: auto;
	margin-left: auto
}

.links_JappsCOV a {
	display: block;
	margin-left: 1rem;
	font-size: .7rem;
	line-height: 1.25;
	color: inherit;
	text-decoration: underline;
	font-weight: 400;
	box-shadow: none
}

.links_JappsCOV a:first-child {
	margin-left: 0
}

.info_JappsCOV {
	display: block;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-height: 30rem;
	padding: .5rem;
	overflow: auto;
	background: #3f3f4a;
	border: 0;
	border-radius: 5px;
	scrollbar-width: none;
	max-width: 700px;
	margin: 2rem auto 0
}

.info_JappsCOV::-webkit-scrollbar,
.covid19-roll .covid19-roll2::-webkit-scrollbar {
	width: 10px;
	height: 10px
}

.info_JappsCOV::-webkit-scrollbar-button,
.covid19-roll .covid19-roll2::-webkit-scrollbar-button {
	width: 0;
	height: 0
}

.info_JappsCOV::-webkit-scrollbar-thumb,
.covid19-roll .covid19-roll2::-webkit-scrollbar-thumb {
	background: #e1e1e1;
	border: 0 none #fff;
	border-radius: 50px
}

.info_JappsCOV::-webkit-scrollbar-thumb:hover,
.covid19-roll .covid19-roll2::-webkit-scrollbar-thumb:hover {
	background: #fff
}

.info_JappsCOV::-webkit-scrollbar-thumb:active,
.covid19-roll .covid19-roll2::-webkit-scrollbar-thumb:active {
	background: #000
}

.info_JappsCOV::-webkit-scrollbar-track,
.covid19-roll .covid19-roll2::-webkit-scrollbar-track {
	background: #666;
	border: 0 none #fff;
	border-radius: 50px
}

.info_JappsCOV::-webkit-scrollbar-track:hover,
.covid19-roll .covid19-roll2::-webkit-scrollbar-track:hover {
	background: #666
}

.info_JappsCOV::-webkit-scrollbar-track:active,
.covid19-roll .covid19-roll2::-webkit-scrollbar-track:active {
	background: #333
}

.info_JappsCOV::-webkit-scrollbar-corner,
.covid19-roll .covid19-roll2::-webkit-scrollbar-corner {
	background: transparent
}

.info_JappsCOV table {
	display: table;
	width: 100%;
	font-size: 14px;
	border-spacing: 0;
	border: 0
}

.info_JappsCOV td {
	cursor: pointer;
	padding: .25rem .375rem;
	text-align: center;
	border: 0;
	transition: background .25s
}

.info_JappsCOV td:first-child {
	min-width: 6rem;
	text-align: left;
	border-radius: 3px 0 0 3px
}

.info_JappsCOV td:last-child {
	border-radius: 0 3px 3px 0
}

.info_JappsCOV tbody tr:hover td {
	background: rgba(21, 18, 31, .5)
}

.info_JappsCOV tbody tr[data-infected="1"] td {
	background: #59353f
}

.info_JappsCOV tbody tr[data-infected="2"] td {
	background: #7a2d37
}

.info_JappsCOV tbody tr[data-infected="3"] td {
	background: #9c2630
}

.info_JappsCOV tbody tr[data-infected="4"] td {
	background: #bd1e28
}

.info_JappsCOV tbody tr[data-infected="5"] td {
	background: #de1621
}

.info_JappsCOV tbody tr[data-infected="6"] td {
	background: #ff0e19
}

.info_JappsCOV thead td,
.info_JappsCOV tfoot td {
	cursor: default;
	text-align: center;
	text-transform: capitalize;
	font-weight: 600
}

.info_JappsCOV thead td:first-child,
.info_JappsCOV tfoot td:first-child {
	text-align: left
}

.info_JappsCOV thead td {
	border-bottom: solid 1px #333341
}

.info_JappsCOV tfoot td {
	border-top: solid 1px #333341
}

.button_JappsCOV {
	display: none;
	width: 8rem;
	max-width: 80%;
	margin: auto;
	padding: .75rem;
	font-size: .75rem;
	font-weight: 500;
	color: rgba(211, 221, 239, .75);
	background-color: #7a2d37;
	border: none;
	border-radius: 3px
}

.graph-container {
	position: relative;
	min-height: 60vh
}

@media screen and (max-width:769px) {
	.button_JappsCOV {
		display: block
	}
	.graph-container {
		height: 45vh
	}
}

.covid19-card {
	text-align: center;
	margin: .5rem 0;
	padding: 1.5rem 1rem;
	background: var(--dark-main-bg);
	font-family: var(--font-family-conf) !important;
	border-radius: 5px;
	color: #fff
}

.covid19-card h4.covid19-title-big {
	margin: 0 0 1.2rem;
	color: inherit;
	font-size: 18px;
	line-height: 1.5;
	font-family: inherit
}

.covid19-card .covid19-row {
	font-size: 0;
	margin: 0 0 5px
}

.covid19-card .covid19-col {
	display: inline-block;
	border-right: 1px solid #6a6a6a;
	padding-right: .8rem;
	padding-left: .8rem;
	font-size: 15px;
	line-height: 1.5;
	float: none
}

.covid19-card .covid19-title {
	font-size: 12px
}

.covid19-card .covid19-cases {
	padding-left: 0
}

.covid19-card .covid19-num {
	font-weight: bold
}

.covid19-card .covid19-recovered {
	border-right: 0;
	padding-right: 0
}

.covid19-card.full-data .covid19-row.first-jappscov {
	margin-left: auto;
	margin-right: auto
}

@media screen and (max-width:769px) {
	.covid19-card.full-data .covid19-row.first-jappscov {
		display: block
	}
	.covid19-card.full-data .covid19-row.first-jappscov>.covid19-col {
		max-width: 46%
	}
}

.covid19-card.full-data .covid19-row.first-jappscov>.covid19-col {
	border-radius: 5px;
	border: 0;
	background: #1f1b2b;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .05);
	margin: 5px;
	padding: 12px 15px;
	text-align: left;
	min-width: 140px;
	vertical-align: top
}

.covid19-card.full-data .country_flag {
	margin: -2px 5px 0 0;
	vertical-align: middle;
	display: inline-block;
	height: 25px;
	width: 100%;
	max-width: 40px;
	border-radius: 5px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1)
}

.covid19-row.first-jappscov>.covid19-col>.covid19-num {
	font-size: 26px;
	line-height: 1;
	margin-top: 8px
}

.covid19-row.first-jappscov>.covid19-col>.covid19-title {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 13px;
	line-height: 1;
	color: var(--light-secondary-text);
	font-weight: bold
}

.dark_theme .covid19-row.first-jappscov>.covid19-col>.covid19-title {
	color: var(--dark-secondary-text);
}

.covid19-row.first-jappscov>.covid19-col>.covid19-sub-num {
	font-size: 12px;
	color: #919fb0;
	font-weight: 400;
	line-height: 1;
	margin-top: 8px
}

.covid19-row.first-jappscov>.covid19-col>.covid19-title::before {
	content: '';
	display: inline-block;
	height: 12px;
	width: 12px;
	border-radius: 12px;
	margin-right: 5px
}

.covid19-row.first-jappscov>.covid19-col.covid19-confirmed>.covid19-title::before {
	background: var(--light-cases-count-color)
}

.covid19-row.first-jappscov>.covid19-col.covid19-deaths>.covid19-title::before {
	background: var(--light-deaths-count-color)
}

.covid19-row.first-jappscov>.covid19-col.covid19-recovered>.covid19-title::before {
	background: var(--light-recovered-count-color)
}
.covid19-row.first-jappscov>.covid19-col.covid19-active>.covid19-title::before {
	background: var(--light-active-count-color)
}

.covid19-card.full-data.dark_theme>.first-jappscov>.covid19-col.covid19-active>.covid19-title::before {
	background: var(--light-active-count-color)
}

.covid19-card.full-data.dark_theme>.first-jappscov>.covid19-col.covid19-confirmed>.covid19-title::before {
	background: var(--dark-cases-count-color)
}

.covid19-card.full-data.dark_theme>.first-jappscov>.covid19-col.covid19-deaths>.covid19-title::before {
	background: var(--dark-deaths-count-color)
}

.covid19-card.full-data.dark_theme>.first-jappscov>.covid19-col.covid19-recovered>.covid19-title::before {
	background: var(--dark-recovered-count-color)
}

.covid19-card.full-data.dark_theme>.first-jappscov>.covid19-col.covid19-active>.covid19-title::before {
	background: var(--dark-active-count-color)
}

.covid19-roll .covid19-country {
	border-bottom: 1px solid rgba(255, 255, 255, .05);
	display: flex;
	justify-content: space-between;
	margin: 0;
	font-size: 14px;
	padding: 0 15px;
	color: inherit;
	background: transparent;
	-webkit-transition: background-color .2s ease-out;
	-moz-transition: background-color .2s ease-out;
	-o-transition: background-color .2s ease-out;
	transition: background-color .2s ease-out;
	line-height: 33px
}

.covid19-roll .covid19-country.aiByXc {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	background: #353141;
	margin: 0 0 10px;
	box-shadow: 0 1px 7px rgba(0, 0, 0, 0.4);
	border: 0;
	z-index: 9
}

:root .covid19-roll .covid19-country.aiByXc:hover {
	background: inherit
}

.covid19-roll .covid19-country:hover {
	background: #3c3847
}

.covid19-roll .covid19-roll2 {
	margin: 0;
	padding: 0;
	max-height: 400px;
	overflow-y: scroll;
	background: #1f1b2b
}

.covid19-roll {
	margin: .5rem 0;
	padding: 1.3rem 1rem;
	background: var(--dark-main-bg);
	font-family: var(--font-family-conf) !important;
	border-radius: 5px;
	color: #fff
}

.covid19-roll .covid19-title-big {
	padding: 0 15px;
	margin: 0 0 15px
}

.covid19-roll .covid19-country-stats {
	width: 100%
}

.covid19-roll .covid19-col {
	width: 25%;
	float: left;
	padding: 0;
	padding-right: 0;
	border: 0;
	font-size: 14px;
	text-align: right
}

.covid19-roll .covid19-head {
	margin: 5px 0
}

.covid19-roll .covid19-head .covid19-col {
	color: inherit
}

.covid19-roll .covid19-label {
	font-size: 14px;
	font-weight: bold
}

.covid19-roll .covid19-country.covid19-total {
	border-bottom: 0;
	padding-right: 25px;
	margin-top: 10px;
	font-size: 16px;
	background: transparent
}

.covid19-roll .covid19-country .country_flag,
.covid19-ctab-country_flag {
	margin: -3px 7px 0 0;
	vertical-align: middle;
	display: inline-block;
	height: 17px;
	width: 17px;
	border-radius: 20px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.5)
}

.covid19-roll .covid19-col.covid19-countrycol,
.covid19-roll .covid19-col.covid19-totalcol {
	text-align: inherit
}

@keyframes chartjs-render-animation {
	from {
		opacity: .99
	}
	to {
		opacity: 1
	}
}

.chartjs-render-monitor {
	animation: chartjs-render-animation 1ms
}

.chartjs-size-monitor,
.chartjs-size-monitor-expand,
.chartjs-size-monitor-shrink {
	position: absolute;
	direction: ltr;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	pointer-events: none;
	visibility: hidden;
	z-index: -1
}

.chartjs-size-monitor-expand>div {
	position: absolute;
	width: 1000000px;
	height: 1000000px;
	left: 0;
	top: 0
}

.chartjs-size-monitor-shrink>div {
	position: absolute;
	width: 200%;
	height: 200%;
	left: 0;
	top: 0
}

:root .covid19-ctab {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: none;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	z-index: 99999 !important;
	min-height: 35px;
	background: var(--dark-main-bg);
	color: #fff;
	font-size: 0;
	border-top: 1px solid #1f1b2b
}

div.covid19-ctab .position-bottom .nosel .dark{
	z-index: 99999 !important;
}

:root .covid19-ctab.position-top {
	bottom: auto;
	top: 0;
	z-index: 99999 !important;
	border: 0
}

:root .covid19-ctab.position-top .covid19-ctab-ul .covid19-ctab-country:hover .covid19-ctab-tooltip {
	bottom: auto;
	visibility: visible;
	opacity: 1;
	top: 40px;
	border-radius: 0 0 5px 5px
}

:root .covid19-ctab .covid19-ctab-live {
	font-size: 14px;
	line-height: 40px;
	font-weight: 700;
	text-align: center;
	background: var(--light-ticker-title-bg);
	display: inline-block;
	vertical-align: middle;
	padding: 0 1em;
	max-width: 450px;
	width: auto;
	z-index: 2;
	position: relative;
	color: #fff
}

:root .dark_theme.covid19-ctab .covid19-ctab-live {
	background: var(--dark-ticker-title-bg);
	color: #fff
}

:root .covid19-ctab .covid19-ctab-ul {
	display: inline-block;
	padding: 0;
	margin: 0;
	list-style: none outside;
	max-width: none;
	white-space: nowrap;
	line-height: 40px;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-name: ctab;
	animation-name: ctab;
	-webkit-animation-duration: 90s;
	animation-duration: 90s;
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 100%!important
}

:root .covid19-ctab .covid19-ctab-ul .covid19-ctab-country {
	position: relative;
	display: inline-block;
	padding: 0;
	margin: 0 30px 0 0;
	font-size: 14px;
	vertical-align: middle;
	width: auto;
	line-height: 40px
}

:root .covid19-ctab .covid19-ctab-ul .covid19-ctab-col-cases {
	vertical-align: baseline;
	font-weight: 700;
	margin: 0 0 0 5px;
	color: #ff5050
}

:root .covid19-ctab .covid19-ctab-ul .covid19-ctab-tooltip {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	color: #000;
	width: auto;
	font-weight: normal;
	background: #fff;
	padding: 10px 15px;
	line-height: 1.3;
	border-radius: 5px 5px 0 0;
	box-shadow: 0 0 30px rgba(0, 0, 0, .15);
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s
}

:root .covid19-ctab .covid19-ctab-ul .covid19-ctab-country:hover .covid19-ctab-tooltip {
	bottom: 40px;
	visibility: visible;
	opacity: 1
}

@-webkit-keyframes ctab {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		visibility: visible
	}
	100% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

@keyframes ctab {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		visibility: visible
	}
	100% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

@-webkit-keyframes ctab_rtl {
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		visibility: visible
	}
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

@keyframes ctab_rtl {
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		visibility: visible
	}
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

@keyframes ticker_jappscov {
	0% {
		margin-top: 0
	}
	33.33333% {
		margin-top: -50px
	}
	66.66666% {
		margin-top: -100px
	}
	99.99999% {
		margin-top: 0
	}
}

.covid19-ticker:before,
.covid19-ticker:after {
	position: absolute;
	top: 0;
	width: 50px;
	height: 100%;
	content: "";
	z-index: 1
}

.covid19-ticker:before {
	left: 0;
	background: linear-gradient(to right, var(--dark-main-bg) 50%, transparent 100%)
}

.covid19-ticker:after {
	right: 0;
	background: linear-gradient(to left, var(--dark-main-bg) 10%, transparent 90%)
}

@-webkit-keyframes ticker {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		visibility: visible
	}
	100% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

@keyframes ticker {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		visibility: visible
	}
	100% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

@-webkit-keyframes ticker_rtl {
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		visibility: visible
	}
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

@keyframes ticker_rtl {
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		visibility: visible
	}
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

.covid19-ticker.covid19-ticker-direction-horizontal ul {
	display: inline-block;
	white-space: nowrap;
	padding-right: 0;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-name: ticker;
	animation-name: ticker;
	-webkit-animation-duration: 20s;
	animation-duration: 20s;
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 100%!important
}

.covid19-ticker.covid19-ticker-direction-horizontal ul li {
	padding: 0 0 0 20px;
	display: inline-block
}

.covid19-ticker.covid19-ticker-direction-horizontal span {
	position: absolute;
	top: 11px;
}

.covid19-ticker.covid19-ticker.covid19-ticker-direction-horizontal ul:hover,
.covid19-ctab .covid19-ctab-ul:hover {
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-o-animation-play-state: paused;
	animation-play-state: paused
}

body .covid19-ticker {
	position: relative;
	height: 50px;
	line-height: 50px;
	margin: 20px auto;
	overflow: hidden;
	border-radius: 4px;
	padding: 0 15px;
	-webkit-user-select: none;
	max-width: 950px;
	background: var(--dark-main-bg);
	border-width: 0;
	font: 400 15px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
	color: #d3ddef
}

.covid19-ticker span {
	z-index: 2;
	float: left;
	color: #fff;
	padding: 6px 15px;
	position: relative;
	top: 11px;
	border-radius: 4px;
	font-size: 15px;
	-webkit-font-smoothing: antialiased;
	-webkit-user-select: none;
	cursor: default;
	background: #353141;
	line-height: 1
}

body .covid19-ticker ul {
	float: left;
	animation: ticker_jappscov 10s cubic-bezier(1, 0, .5, 0) infinite;
	-webkit-user-select: none;
	margin: 0;
	padding: 0 0 0 15px!important;
	display: block;
	white-space: nowrap;
	color: inherit;
	background: transparent!important
}

.covid19-ticker ul li {
	line-height: 50px!important;
	list-style: none;
	margin: 0;
	padding: 0;
	color: inherit;
	font-weight: normal;
	text-align: left
}

.covid19-graph {
	display: block;
	max-width: 950px;
	border-width: 0;
	padding: 20px;
	font: 300 16px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
	color: #d3ddef;
	background: var(--dark-main-bg);
	border-radius: 5px;
	direction: ltr;
	position: relative;
	margin: 1rem auto
}

.covid19-graph-title {
	display: block;
	text-align: center;
	font-size: 19px;
	margin: 0 0 1rem
}

.covid19-graph .covid19-date {
	font-size: 11px;
	font-family: var(--font-family-conf) !important;
	color: inherit;
	margin-top: 13px;
	text-align: right
}

.table100.ver1 {
	margin: 30px 0;
	font-family: var(--font-family-conf) !important;
	display: block;
	border-width: 0;
	padding: 30px;
	background: var(--dark-main-bg);
	border-radius: 5px;
	position: relative
}

.dark_theme .table100.ver1 {
	color: var(--dark-main-text);
}

.dataTables_wrapper {
	font-size: 14px;
	padding-bottom: 25px
}

.dataTables_wrapper table {
	position: relative;
	margin-bottom: 10px!important;
	border-spacing: 0 10px!important;
	border-collapse: separate!important;
	background: transparent!important;
	border: none!important;
	display: block;
	clear: both;
	overflow-x: auto;
	max-width: 100%;
	min-width: 100%;
	width: 100%!important;
	font-family: inherit
}

.dataTables_wrapper table td.cell100.column2 {
	width: 100%
}

.dataTables_length {
	width: 7%;
	float: left;
	display: inline-block
}

.dataTables_filter {
	width: 92%;
	float: right;
	display: inline-block
}

.dataTables_wrapper:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0
}

.dataTables_wrapper input[type="search"],
.dataTables_wrapper select {
	padding: 5px 10px;
	width: 100%;
	display: inline-block;
	font-size: 13px;
	height: auto;
	line-height: 25px;
	margin: 0;
	letter-spacing: 0;
	border: 1px solid transparent;
	border-radius: 4px;
	background: rgba(255, 255, 255, .75);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-sizing: border-box;
	color: #000;
	font-family: var(--font-family-conf) !important;
	outline: none
}

.dataTables_wrapper label {
	display: block;
	font-size: 12px;
	color: #777;
	display: block
}

.dataTables_wrapper thead {
	background: transparent;
	font-size: 14px;
	font-weight: bold
}

.dataTables_wrapper tbody {
	font-size: 14px
}

.dataTables_wrapper tbody tr.row100 .confirmed_label,
.dataTables_wrapper thead th.cell100.confirmed_label,
.dataTables_wrapper tbody tr.row100 .today_cases,
.dataTables_wrapper thead th.cell100.today_cases {
	min-width: 50px;
	color: var(--dark-cases-count-color)
}

.dataTables_wrapper tbody tr.row100 .deaths_label,
.dataTables_wrapper thead th.cell100.deaths_label,
.dataTables_wrapper tbody tr.row100 .today_deaths,
.dataTables_wrapper tbody tr.row100 .percent_d,
.dataTables_wrapper thead th.cell100.today_deaths {
	min-width: 50px;
	color: var(--dark-deaths-count-color)
}

.dataTables_wrapper tbody tr.row100 .recovered_label,
.dataTables_wrapper thead th.cell100.recovered_label,
.dataTables_wrapper tbody tr.row100 .recovered_d {
	min-width: 50px;
	color: var(--dark-recovered-count-color)
}

.dataTables_wrapper tbody tr.row100 .active_label,
.dataTables_wrapper thead th.cell100.active_label {
	min-width: 50px;
	color: var(--dark-active-count-color)
}

.light_theme .dataTables_wrapper table th.cell100:first-child {
	background: var(--light-main-bg) !important;
}

.light_theme .dataTables_wrapper tbody tr.row100 .confirmed_label,
.light_theme .dataTables_wrapper thead th.cell100.confirmed_label,
.light_theme .dataTables_wrapper tbody tr.row100 .today_cases,
.light_theme .dataTables_wrapper thead th.cell100.today_cases {
	color: var(--light-cases-count-color)
}

.light_theme .dataTables_wrapper tbody tr.row100 .deaths_label,
.light_theme .dataTables_wrapper thead th.cell100.deaths_label,
.light_theme .dataTables_wrapper tbody tr.row100 .today_deaths,
.light_theme .dataTables_wrapper tbody tr.row100 .percent_d,
.light_theme .dataTables_wrapper thead th.cell100.today_deaths {
	color: var(--light-deaths-count-color)
}

.light_theme .dataTables_wrapper tbody tr.row100 .recovered_label,
.light_theme .dataTables_wrapper thead th.cell100.recovered_label,
.light_theme .dataTables_wrapper tbody tr.row100 .recovered_d {
	color: var(--light-recovered-count-color)
}

.light_theme .dataTables_wrapper tbody tr.row100 .active_label,
.light_theme .dataTables_wrapper thead th.cell100.active_label {
	color: var(--light-active-count-color)
}

.dataTables_wrapper tbody tr.row100 {
	background-color: transparent!important;
	border-radius: 8px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .15)
}

.dataTables_wrapper tbody tr.row100 .sorting_1 {
	font-weight: bold
}

.dataTables_wrapper tbody tr.row100 td.cell100 {
	box-sizing: content-box;
	background-color: #1f1b2b;
	border: none;
	padding: 10px 13px;
	font-family: var(--font-family-conf) !important;
	transition: background-color .2s ease;
	white-space: nowrap
}

.dataTables_wrapper tbody tr.row100 td.cell100.column2 {
	max-width: 130px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.dataTables_wrapper thead tr.row100.head {
	background-color: transparent!important
}

.dataTables_wrapper tbody tr.row100:hover td {
	background-color: #3c3847
}

.dataTables_wrapper table td.cell100:first-child,
.dataTables_wrapper table th.cell100:first-child {
	background: var(--dark-main-bg);
	border-radius: 4px 0 0 4px;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	left: 0;
	z-index: 1
}

.dataTables_wrapper table td.cell100:last-child {
	border-radius: 0 4px 4px 0
}

.dataTables_wrapper tbody tr.row100 td.cell100 .country_flag {
	margin: -2px 5px 0 0;
	vertical-align: middle;
	display: inline-block;
	height: 20px;
	width: 20px;
	border-radius: 20px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.5)
}

.dataTables_wrapper tbody tr td.dataTables_empty {
	border: none;
	padding: 40px 0;
	text-align: center;
	color: #ec4c56
}

.paging_simple_numbers {
	direction: ltr;
	font-size: 13px;
	display: block;
	text-align: center
}

.dataTables_paginate.paging_simple_numbers a.paginate_button {
	padding: 3px 6px;
	cursor: pointer;
	font-weight: 400;
	color: inherit;
	text-decoration: none;
	box-shadow: none
}

.dataTables_wrapper th {
	white-space: nowrap;
	cursor: pointer;
	position: relative;
	border: none!important;
	background: none!important;
	padding: 10px 20px 10px 13px!important;
	font-family: var(--font-family-conf) !important;
	outline: none;
	text-align: left;
	font-weight: bold;
	line-height: 1.2;
	text-transform: none
}

th.cell100.sorting_asc,
th.cell100.sorting_desc {
	color: #ec4c56
}

th.cell100.sorting_asc:before,
th.cell100.sorting_desc:before {
	border-bottom-color: inherit
}

th.cell100.sorting_asc:after,
th.cell100.sorting_desc:after {
	border-top-color: inherit
}

.dataTables_wrapper th:before,
.dataTables_wrapper th:after {
	border: 4px solid transparent;
	content: "";
	display: block;
	height: 0;
	right: 5px;
	top: 50%;
	position: absolute;
	width: 0
}

.dataTables_wrapper th:before {
	border-bottom-color: #666;
	margin-top: -9px
}

.dataTables_wrapper th:after {
	border-top-color: #666;
	margin-top: 1px
}

.paginate_button.disabled {
	opacity: .5
}

.dataTables_paginate.paging_simple_numbers a.paginate_button.current {
	color: #ec4c56;
	text-decoration: underline
}

.jappscreatis-svgMap-wrap {
	width: 100%;
	height: 100%;
	max-width: 950px;
	min-height: 80vh;
	padding: 1rem 0 0
}

.map_JappsCOV {
	display: block;
	max-width: 950px;
	border-width: 0;
	padding: 30px 0;
	font: 300 16px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
	color: #d3ddef;
	background: var(--dark-main-bg);
	border-radius: 5px;
	direction: ltr;
	position: relative;
	margin: 0 auto
}

.map_JappsCOV path {
	fill: #3f3f4a;
	stroke: #2f2941;
	stroke-linejoin: round;
	vector-effect: non-scaling-stroke;
	transition: fill .2s, stroke .2s
}

.map_JappsCOV path:hover {
	opacity: .9
}

.map_JappsCOV [data-level="1"] {
	fill: var(--dark-legend-none-color)
}

.map_JappsCOV [data-level="2"] {
	fill: var(--dark-legend-oneplus-color)
}

.map_JappsCOV [data-level="3"] {
	fill: var(--dark-legend-vlow-color)
}

.map_JappsCOV [data-level="4"] {
	fill: var(--dark-legend-low-color)
}

.map_JappsCOV [data-level="5"] {
	fill: var(--dark-legend-mid-color)
}

.map_JappsCOV [data-level="6"] {
	fill: var(--dark-legend-high-color)
}

.map_JappsCOV .legend_JappsCOV {
	background: linear-gradient(to right, var(--dark-legend-none-color), var(--dark-legend-high-color))
}

.map_JappsCOV.color-orange .legend_JappsCOV {
	background: linear-gradient(to right, #fad6a6, #fc9106)
}

.map_JappsCOV.color-orange .legend_JappsCOV span:first-child {
	color: #915609
}

.map_JappsCOV .tooltip_JappsCOV,
.map_JappsCOV .tooltip_JappsCOV-Us {
	position: absolute;
	pointer-events: none;
	padding: 10px 15px;
	margin: 0 auto;
	background-color: rgba(0, 0, 0, .75);
	color: #eee;
	z-index: 999;
	border-radius: 5px;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	line-height: 1.4;
	min-width: 180px;
	opacity: 0;
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-ms-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.map_JappsCOV .tooltip_JappsCOV.active,
.map_JappsCOV .tooltip_JappsCOV-Us.active {
	opacity: 1
}

.map_JappsCOV .tooltip_JappsCOV .val-title,
.map_JappsCOV .tooltip_JappsCOV-Us .val-title {
	font-weight: bold
}

.map_JappsCOV .tooltip_JappsCOV .val-number,
.map_JappsCOV .tooltip_JappsCOV-Us .val-number {
	font-size: 12px
}

.map_JappsCOV .card_inner_title {
	padding: 6px 0;
	color: #202124;
	font-size: 18px;
	margin: 0
}

.controls_JappsCOV {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 100%;
	font-size: 14px;
	border-radius: 3px;
	box-shadow: 0 0 0 1px rgba(134, 134, 134, 0.5);
	overflow: hidden;
	background: #3f3f4a
}

.controls_JappsCOV>span {
	cursor: pointer;
	width: 35px;
	height: 30px;
	position: relative;
	font-size: 0;
	text-indent: -9999px
}

.controls_JappsCOV>span:before,
.controls_JappsCOV>span:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #a2a2a2;
	transition: background-color .2s
}

.controls_JappsCOV>span:before {
	width: 11px;
	height: 2px
}

.controls_JappsCOV #zoom-in-JappsCOV:after,
.controls_JappsCOV #zoom-in-JappsCOV-Us:after {
	width: 2px;
	height: 11px
}

.controls_JappsCOV .zoom-in-JappsCOV {
	border-right: 1px solid rgba(134, 134, 134, 0.5)
}

@media (max-width:769px) {
	.table100.ver1,
	.covid19-roll {
		padding: 15px
	}
	/*.dataTables_wrapper table thead{border:none;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}*/
	.dataTables_wrapper tbody tr.row100 {
		margin-bottom: .625em;
		border-radius: 0;
		box-shadow: none
	}
	.dataTables_wrapper tbody tr.row100 td.cell100 {
		*display: block;
		*font-weight: bold;
		*font-size: 13px;
		*padding: 5px 10px;
		*text-align: right
	}
	.dataTables_wrapper table td.cell100::before {
		*content: attr(data-label);
		float: left;
		font-weight: 400;
		text-transform: uppercase
	}
	.dataTables_wrapper table td.cell100:first-child {
		*border-radius: 5px 5px 0 0
	}
	.dataTables_wrapper table td.cell100:last-child {
		*border-radius: 0 0 5px 5px;
		border-bottom: 0
	}
	.dataTables_length {
		width: 19%
	}
	.dataTables_filter {
		width: 76%
	}
	.jappscreatis-svgMap-wrap {
		min-height: 50vh
	}
	.legend_JappsCOV {
		width: 100%;
		margin: .5rem auto
	}
	.controls_JappsCOV {
		margin: 0 auto .5rem
	}
}

.japps-covid19-covtab {
	position: relative;
	font-style: normal;
	border-radius: 8px;
	padding: 32px;
	margin-bottom: 20px;
	background: var(--light-main-bg);
	overflow: hidden;
	color: var(--light-main-text);
	-webkit-text-stroke-color: var(--light-main-text);
}

.dark_theme.japps-covid19-covtab {
	background: var(--dark-main-bg);
	color: var(--dark-main-text);
	-webkit-text-stroke-color: var(--dark-main-text);
}

.japps-covid19-covtab a {
	background: 0 0;
	text-decoration: none
}

.japps-covid19-covtab em {
	font-style: normal
}

.japps-covid19-covtab_date {
	font-size: 14px;
	line-height: 14px;
	color: #b4b4b4;
	margin-bottom: 17px
}

.japps-covid19-covtab_title {
	font-weight: bold;
	font-size: 48px;
	line-height: 48px;
	margin-bottom: 7px
}

.japps-covid19-covtab_subtitle {
	margin-bottom: 23px;
	-webkit-text-stroke-color: inherit;
	-webkit-text-stroke-width: 1px;
	color: transparent;
	font-weight: bold;
	font-size: 48px;
	line-height: 50px
}

:root .japps-covid19-covtab_tabs {
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	white-space: nowrap;
	border: solid 1px #1e1d21;
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 30px
}

.japps-covid19-covtab_tabs_item {
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	border-left: solid 1px #1e1d21;
	cursor: pointer;
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	text-align: center
}

.japps-covid19-covtab_tabs_item:first-child,
body .japps-covid19-covtab.light_theme .japps-covid19-covtab_tabs_item:first-child {
	border-left: 0
}

.japps-covid19-covtab_tabs_item.active {
	background: #1f1b2b
}

.japps-covid19-covtab_parent {
	position: relative
}

.japps-covid19-covtab_content {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	flex-wrap: wrap
}

.japps-covid19-covtab_item {
	padding: 5px 15px
}

.japps-covid19-covtab_item_border {
	border-right: solid 1px var(--light-tab-boder-color);
	font-size: 0
}
.dark_theme .japps-covid19-covtab_item_border {
	border-right: solid 1px var(--dark-tab-boder-color);
}

.japps-covid19-covtab_item:first-child {
	padding-left: 0
}

.japps-covid19-covtab_item_number {
	font-weight: bold;
	font-size: 30px;
	line-height: 48px;
	margin-bottom: 4px;
	white-space: nowrap
}

.japps-covid19-covtab_item_text {
	font-weight: bold;
	font-size: 16px;
	line-height: 16px
}

.japps-covid19-covtab_item_diff {
	color: var(--light-cases-count-color);
	font-size: 16px;
	line-height: 19px;
	margin-bottom: 5px
}

.japps-covid19-covtab_item_grow {
	color: var(--light-recovered-count-color);
}

.japps-covid19-covtab_item_fail {
	color: var(--light-deaths-count-color);
}

.japps-covid19-covtab_item_act {
	color: var(--light-active-count-color);
}

.japps-covid19-covtab_item_info {
	color: var(--light-secondary-text);
	font-size: 12px
}

.dark_theme .japps-covid19-covtab_item_diff {
	color: var(--dark-cases-count-color) !
}

.dark_theme .japps-covid19-covtab_item_grow {
	color: var(--dark-recovered-count-color);
}

.dark_theme .japps-covid19-covtab_item_fail {
	color: var(--dark-deaths-count-color);
}

.dark_theme .japps-covid19-covtab_item_act {
	color: var(--dark-active-count-color);
}

.dark_theme .japps-covid19-covtab_item_info {
	color: var(--dark-secondary-text);
}

.japps-covid19-covtab_info {
	display: flex;
	justify-content: space-between
}

@media (hover:hover) and (pointer:fine) {
	.japps-covid19-covtab_tabs_item:hover {
		opacity: .7
	}
	.japps-covid19-covtab_tabs_item.active:hover {
		opacity: 1;
		cursor: default
	}
}

@media (max-width:700px) {
	.japps-covid19-covtab {
		padding: 20px;
		background: var(--dark-main-bg) url(../imgages/bg_m.png) no-repeat top center;
		background-size: 235px 120px
	}
	.japps-covid19-covtab_content {
		margin: 0
	}
	.japps-covid19-covtab_date {
		padding-top: 110px;
		font-size: 12px;
		text-align: center;
		margin-bottom: 0
	}
	.japps-covid19-covtab_title {
		font-size: 34px;
		margin-bottom: 2px;
		text-align: center
	}
	.japps-covid19-covtab_subtitle {
		text-align: center;
		margin: 0 auto 15px;
		font-size: 30px
	}
	.japps-covid19-covtab_tabs_wrap {
		text-align: center
	}
	.japps-covid19-covtab_tabs_item {
		height: 40px;
		line-height: 40px
	}
	.japps-covid19-covtab_item {
		width: 49%;
		padding: 0 0 25px
	}
	.japps-covid19-covtab_item_2 {
		text-align: right;
		padding-right: 0
	}
	.japps-covid19-covtab_item_border {
		display: none
	}
	.japps-covid19-covtab_item_diff {
		font-size: 13px;
		line-height: 16px
	}
	.japps-covid19-covtab_item_info {
		font-size: 10px;
		line-height: 19px;
		white-space: nowrap
	}
	.japps-covid19-covtab_item_number {
		font-size: 22px;
		line-height: 26px
	}
	.japps-covid19-covtab_item_text {
		font-size: 12px;
		line-height: 14px
	}
	.japps-covid19-covtab_info {
		justify-content: center
	}
	.japps-covid19-covtab_link {
		font-size: 14px
	}
}

@media (max-width:360px) {}

.japps-covid19-covtab_parent .tabcontent {
	-webkit-animation: jappscovFEffect 1s;
	animation: jappscovFEffect 1s
}

@-webkit-keyframes jappscovFEffect {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@keyframes jappscovFEffect {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

.japps-covid19-covtab_tabs .r-country_flag {
	width: 25px;
	height: 18px;
	display: inline-block;
	box-shadow: 0 0 1px rgba(0, 0, 0, .7);
	border-radius: 4px;
	vertical-align: -4px;
	margin: 0 3px 0 0
}

:root .japps-covid19-covtab_tabs img {
	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: -5px;
	margin: 0 6px 0 0
}

@media (max-width:700px) {
	:root body .japps-covid19-covtab.light_theme {
		padding: 20px;
		background: var(--light-main-bg) url(../imgages/bg_m.png) no-repeat top center;
		background-size: 235px 120px
	}
	.japps-covid19-covtab::before {
		display: none
	}
}

_::selection,
.ie {
	display: none\0
}

.nosel {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none
}


/** override **/

.covid19-card-animated {
	font-family: var(--font-family-conf) !important;
	font-size: 8rem;
	margin: 3rem 0 0 0;
	text-align: center;
	background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 550 220'%3E%3Cdefs%3E%3Cstyle%3E .cls-3 %7B fill:%2347327c; %7D .cls-1 %7B fill: aqua; transform-origin: 400px 150px; animation: rot 4s 0.5s infinite reverse cubic-bezier(0.645, 0.045, 0.355, 1); fill: aqua; %7D .cls-2 %7B fill: %23f0f; transform-origin:150px 110px; animation: rot 4s -1s infinite cubic-bezier(0.645, 0.045, 0.355, 1); %7D @keyframes rot %7B from %7Btransform: rotate(0);%7D to %7Btransform: rotate(360deg);%7D %7D %3C/style%3E%3C/defs%3E%3Ctitle%3Eshapes%3C/title%3E%3Crect class='cls-3' width='673' height='302'/%3E%3Cpolygon class='cls-1' points='400 20 300 200 500 200 400 20'/%3E%3Crect class='cls-2' y='30' x='30' width='160' height='160'/%3E%3C/svg%3E%0A");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin: auto;
	width: 100%;
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
}

/* walid chart stuff */
.apexcharts-theme-dark {
	color: #fff !important;
}

.apexcharts-canvas.apexcharts-theme-dark {
	background: var(--dark-main-bg) !important;
}

div.japps_historical_chart_wrap {
	color: #fff !important;
}

/* tab stuff */

img.covtab_icon {
	max-width: 23px !important;
	color: #fff;
}

div.japps-covid19-covtab_content.js-covid-content.active.additional {
	padding-top: 20px;
}

div.light_theme-japps-covid19-covtab_additional_seperator {
	border-top: solid 1px var(--light-border-color);
	font-size: 0;
}
div.dark_theme-japps-covid19-covtab_additional_seperator {
	border-top: solid 1px #1e1d21;
	font-size: 0;
}

div.japps-covid19-covtab_content.js-covid-content {
	padding-bottom: 20px;
}

img.world_covtab_icon {
	min-width: 30px !important;
	color: #fff;
}

img.mini_ticker_icon {
	max-width: 40px !important;
	border-radius:25%;
	padding-left:9px;
	padding-right:9px;
}
img.mini_ticker_icon_world {
	max-width: 40px !important;
	padding-left:9px;
	padding-right:9px;
}

:root .japps-covid19-covtab_tabs img {
	min-height: 25px !important;
	color: #fff;
}

.japps-covid19-covtab_tabs_item {
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	border-left: solid 1px #1e1d21;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	text-align: center;
}

.covid_covtab_bg::before {
	content: "";
	position: absolute;
	width: 250px;
	height: 250px;
	top: -60px;
	right: -70px;
	z-index: 0;
	background: url(../images/COVID19_header.png) 0 0 repeat;
	background-position: 250px 250px;
	background-size: cover;
	background-repeat: repeat;
	-webkit-transform: rotate(0) scale(0.8);
	-webkit-transition: .3s ease-in-out;
}

.covid_covtab_bg:hover::before {
	-webkit-transform: rotate(25deg) scale(1.2);
	transform: rotate(25deg) scale(1.2);
	-webkit-transition: .3s ease-in-out;
}

.apexcharts-text.apexcharts-yaxis-label,
.apexcharts-text.apexcharts-xaxis-label {
	color: #fff !important;
}

text#SvgjsText1224.apexcharts-title-text {
	color: #fff !important;
}

.covid19-ticker.covid19-ticker-direction-horizontal.light_theme.is_rtl span {
	position: absolute;
	top: 11px;
	right: 15px !important;
}

.japps-covid19-table_title {
    font-weight: bold;
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 17px;
}
.dark_theme .dataTables_wrapper table th.cell100:first-child {
    background: var(--dark-main-bg) !important;
}


#.table100.ver1.dark_theme::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

#.table100.ver1.dark_theme::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}
#.table100.ver1.dark_theme::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

/* usa map */
  .japps-country-map-wrapper {
		width: 100%;
		display: block;
		overflow: visible;
		padding: 0 0 6px;
		margin: 10px auto 16px;
		text-align:center;
	}
    .japps-country-map-wrapper .japps-country-card {
      display: inline-block;
      width: 100%;
      max-width: 750px;
      padding: 10px;
      border-radius: 8px;
  	}
  	.japps-country-map-wrapper .japps-country-card h2 {
      margin: 5px 0 10px 0;
      padding: 0;
      font-size: 20px;
      line-height: 22px;
      font-weight: bold;
      display: inline-block;
      width: 100%;
      text-align:center;
	}
	.japps-country-map-wrapper .japps-country-card .japps-number {
      width: 33.33%;
      display: inline-block;
	  float: none;
	  padding:3px;
      text-align: center;
      vertical-align: top;
	}
.japps-country-map-wrapper .japps-country-card .japps-number span {
      width: 100%;
      display: inline-block;
      font-size: 14px;
      line-height: 16px;
      margin-bottom: 2px;
      word-break: keep-all;
      vertical-align: middle;
	}
	.japps-country-map-wrapper .japps-country-card .japps-number span.large-num {
      font-size: 18px;
      line-height: 21px;
      font-weight: bold;
      margin-bottom: 3px;
	}
	@media only screen and (max-width: 480px) {
		.japps-country-map-wrapper .japps-country-card .japps-number {
		  width: 49.98%;
		}
	}

	#japps-country-map-outer {
		position: relative;
		height: 0;
  padding-bottom: 55%;
	}
   .japps-country-map {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width:100%;
		height:auto;
	}


.hoverinfo{padding:10px;
border-radius:4px !important;
background-color:#FFF;
box-shadow: none !important;
font-size:12px;
border:0px !important;}

apexcharts-theme-dark.apexcharts-tooltip {
background: #f3f3f3;
color: orange;
}

div.apexcharts-theme-dark.apexcharts-tooltip {
color: orange !important;
}
.apexcharts-tooltip {
background: #cdcdcd;
color: red;
}

.dark.japps_historical_chart_wrap text{
fill: var(--dark-chart-label-font-color) !important;
}
.light.japps_historical_chart_wrap text{
fill: var(--light-chart-label-font-color) !important;
}

.apexcharts-tooltip text {
/*background: #cdcdcd;
color: red;*/
}

#apexcharts-theme-dark.apexcharts-tooltip {
color: var(--dark-chart-label-font-color) !important;
}
#apexcharts-theme-light.apexcharts-tooltip {
color: var(--light-chart-label-font-color) !important;
}
/*
table#areas.compact.hover.order-column.row-border.dataTable.no-footer{
display: table !important;	
}*/

table#areas.dataTable.no-footer{
display: table !important;	
}

table#dataTables_wrapper.no-footer{
display: table !important;	
}

.japps-covid19-covtab_item_number, japps-covid19-covtab_item_number.js-covid-world-con-total {
    font-size: 1.4em !important;
}
.datamaps-legend{
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position:relative !important;
    font-family: var(--font-family-conf); !important;
}
.light .datamaps-legend, .light .datamaps-hoverover {
	color:var(--light-text-labels-color) !important;
}
.dark .datamaps-legend, .dark .datamaps-hoverover {
	color:var(--dark-text-labels-color) !important;
}

#japps-country-map-outer.light text {
    fill: var(--dark-states-labels-color) !important;
}

#japps-country-map-outer.dark text {
    fill: var(--light-states-labels-color) !important;
}

.apexcharts-title-text, .apexcharts-inner .apexcharts-graphical{
	font-family: var(--font-family-conf) !important;
}

.apexcharts-title-text{
	font-weight:bold;
	font-size:larger;
}
