body .covid19_info.rtl_enable{
    direction: rtl;
}

body .covid19_info.light_theme,body .covid19-card.light_theme,body .covid19-roll.light_theme {
    background: #e4e4e4;
    color: #21252b;
}

.covid19_info.light_theme .header_nCoV {
    color: #21252b;
}

.covid19_info.light_theme .info_nCoV {
	background: #d1d0d0;
}

.covid19_info.light_theme .info_nCoV thead td {
	border-bottom: solid 1px #b0b0b0;
}

.covid19_info.light_theme .info_nCoV tbody tr:hover td {
	background: #bdbdbd;
}

.covid19_info.mainfont {
    font-family: inherit;
}

.covid19_info {
	position: relative;
	margin: 0 auto;
	padding: 0;
	font: 300 16px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
	color: #d3ddef;
	background: #15121f;
	border-radius: 5px;
	direction: ltr;
}

.header_nCoV {
	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: 2;
}

.desc_nCoV {
	font-size: 16px;
	opacity: .6;
	line-height: 1.2;
	font-weight: normal;
	color: inherit;
}

.canvas_nCoV {
	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 0.5s;
}

.canvas_nCoV svg {
	display: none;
	width: 100%;
	height: auto;
	max-height: calc(100% - 6rem);
	margin-left: 0;
}

.canvas_nCoV svg path {
	fill: #3f3f4a;
	fill-opacity: 1;
	stroke: #2f2941;
	stroke-opacity: 1;
	stroke-width: 0.5;
	transition: 0.5s;
}

.canvas_nCoV svg path[data-infected="1"] {
	fill: #59353f;
}

.canvas_nCoV svg path[data-infected="2"] {
	fill: #7a2d37;
}

.canvas_nCoV svg path[data-infected="3"] {
	fill: #9c2630;
}

.canvas_nCoV svg path[data-infected="4"] {
	fill: #bd1e28;
}

.canvas_nCoV svg path[data-infected="5"] {
	fill: #de1621;
}

.canvas_nCoV svg path[data-infected="6"] {
	fill: #ff0e19;
}

.canvas_nCoV svg path[data-infected] {
	cursor: pointer;
}

.canvas_nCoV.canvas--visible {
	visibility: visible;
	opacity: 1;
}

.canvas_nCoV.canvas--visible svg {
	display: block;
	max-width: 760px;
	margin: 0 auto;
}

.footer_nCoV {
	-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: 0.6rem 1rem 2rem;
	text-align: center;
	max-width: 740px;
	margin: 0 auto;
	direction: ltr;
}

.legend_nCoV {
	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;
	-webkit-flex: 0 0 18rem;
	-ms-flex: 0 0 18rem;
	flex: 0 0 18rem;
	max-width: 100%;
	padding: 0.125rem 0.25rem;
	background: linear-gradient(to right, #59353f, #de1621);
	border-radius: 2px;
}

.legend_nCoV span {
	display: block;
	cursor: default;
	font-size: 0.625rem;
	color: rgba(211, 221, 239, 0.75);
}

@media screen and (max-width: 767px) {
	.legend_nCoV,
	.links_nCoV {
		width: 100%;
		margin: .5rem auto
	}
}

.links_nCoV {
	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_nCoV a {
	display: block;
	margin-left: 1rem;
	font-size: 0.7rem;
	line-height: 1.25;
	color: inherit;
	text-decoration: underline;
	font-weight: normal;
	box-shadow: none;
}

.links_nCoV a:first-child {
	margin-left: 0;
}

.info_nCoV {
	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: 0.5rem 0.5rem;
	overflow: auto;
	background: #3f3f4a;
	border: 0;
	border-radius: 5px;
	scrollbar-width: none;
	max-width: 700px;
	margin: 2rem auto 0;
}

.info_nCoV::-webkit-scrollbar,.covid19-roll.covid19-style-list .covid19-list::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.info_nCoV::-webkit-scrollbar-button,.covid19-roll.covid19-style-list .covid19-list::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

.info_nCoV::-webkit-scrollbar-thumb,.covid19-roll.covid19-style-list .covid19-list::-webkit-scrollbar-thumb {
  background: #e1e1e1;
  border: 0px none #ffffff;
  border-radius: 50px;
}

.info_nCoV::-webkit-scrollbar-thumb:hover,.covid19-roll.covid19-style-list .covid19-list::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
}

.info_nCoV::-webkit-scrollbar-thumb:active,.covid19-roll.covid19-style-list .covid19-list::-webkit-scrollbar-thumb:active {
  background: #000000;
}

.info_nCoV::-webkit-scrollbar-track,.covid19-roll.covid19-style-list .covid19-list::-webkit-scrollbar-track {
  background: #666666;
  border: 0px none #ffffff;
  border-radius: 50px;
}

.info_nCoV::-webkit-scrollbar-track:hover,.covid19-roll.covid19-style-list .covid19-list::-webkit-scrollbar-track:hover {
  background: #666666;
}

.info_nCoV::-webkit-scrollbar-track:active,.covid19-roll.covid19-style-list .covid19-list::-webkit-scrollbar-track:active {
  background: #333333;
}

.info_nCoV::-webkit-scrollbar-corner,.covid19-roll.covid19-style-list .covid19-list::-webkit-scrollbar-corner {
  background: transparent;
}

.info_nCoV table {
	display: table;
	width: 100%;
	font-size: 14px;
	border-spacing: 0;
	border: 0
}

.info_nCoV td {
	cursor: pointer;
	padding: 0.25rem 0.375rem;
	text-align: center;
	border: 0;
	transition: background 0.25s;
}

.info_nCoV td:first-child {
	min-width: 6rem;
	text-align: left;
	border-radius: 3px 0 0 3px;
}

.info_nCoV td:last-child {
	border-radius: 0 3px 3px 0;
}

.info_nCoV tbody tr:hover td {
	background: rgba(21, 18, 31, 0.5);
}

.info_nCoV tbody tr[data-infected="1"] td {
	background: #59353f;
}

.info_nCoV tbody tr[data-infected="2"] td {
	background: #7a2d37;
}

.info_nCoV tbody tr[data-infected="3"] td {
	background: #9c2630;
}

.info_nCoV tbody tr[data-infected="4"] td {
	background: #bd1e28;
}

.info_nCoV tbody tr[data-infected="5"] td {
	background: #de1621;
}

.info_nCoV tbody tr[data-infected="6"] td {
	background: #ff0e19;
}

.info_nCoV thead td,
.info_nCoV tfoot td {
	cursor: default;
	text-align: center;
	text-transform: capitalize;
	font-weight: 600;
}

.info_nCoV thead td:first-child,
.info_nCoV tfoot td:first-child {
	text-align: left;
}

.info_nCoV thead td {
	border-bottom: solid 1px #333341;
}

.info_nCoV tfoot td {
	border-top: solid 1px #333341;
}

.button_nCoV {
	display: none;
	width: 8rem;
	max-width: 80%;
	margin: auto;
	padding: 0.75rem;
	font-size: 0.75rem;
	font-weight: 500;
	color: rgba(211, 221, 239, 0.75);
	background-color: #7a2d37;
	border: none;
	border-radius: 3px;
}

@media screen and (max-width: 767px) {
	.button_nCoV {
		display: block;
	}
}

#tooltip_nCoV {
	width: auto;
	height: 30px;
	pointer-events: none;
	position: fixed;
	padding: 0 15px;
	margin: 0 auto;
	background-color: rgba(0, 0, 0, 0.75);
	color: white;
	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;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 13px;
	visibility: hidden;
}

#tooltip_nCoV.active {
	visibility: visible;
}

.covid19-card {
    text-align: center;
    margin: 0.5rem 0;
    padding: 1.5rem 1rem;
    background: #15121f;
    font-family: inherit;
    border-radius: 5px;
    color: #fff;
}

.covid19-title-big {
    margin: 0 0 1.2rem;
    color: inherit;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.1rem;
    font-family: inherit;
}

.covid19-row {
    font-size: 0;
    margin: 0 0 1.2rem;
}

.covid19-col {
    display: inline-block;
    border-right: 1px solid #6a6a6a;
    padding-right: .8rem;
    padding-left: .8rem;
    font-size: 15px;
    line-height: 1.5;
}

.covid19-card .covid19-title {
    font-size: 0.8rem;
}

.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-roll.covid19-style-list .covid19-country {
    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;
}

.covid19-roll.covid19-style-list .covid19-country:hover {
	background: rgba(255,255,255,0.3);
}

.covid19-roll.covid19-style-list .covid19-list {
    margin: 0;
    padding: 0;
    max-height: 400px;
    overflow-y: scroll;
    background: rgba(255,255,255,0.4);
}

.covid19-roll.covid19-style-list.dark_theme .covid19-list {
	background: #3f3f4a;
}

.covid19-roll.covid19-style-list {
	margin: 0.5rem 0;
    padding: 1.5rem 1rem;
    background: #15121f;
    font-family: inherit;
    border-radius: 5px;
    color: #fff;
}

.covid19-roll.covid19-style-list .covid19-country-stats {
    width: 50%;
    text-align: right;
}

.covid19-roll.covid19-style-list .covid19-col {
    width: 33.33%;
    float: left;
    padding-right: 0;
    border: 0;
    line-height: 28px;
    font-size: 14px;
}

.covid19-roll.covid19-style-list .covid19-head {
    margin: 5px 0;
}

.covid19-roll.covid19-style-list .covid19-head .covid19-col {
    color: inherit;
}

.covid19-roll.covid19-style-list .covid19-label {
    font-size: 14px;
    font-weight: bolder;
}

.covid19-roll.covid19-style-list .covid19-country.covid19-total {
    border-bottom: 0;
    padding-right: 25px;
    margin-top: 10px;
    font-size: 16px;
}