:root{
    --box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
	--header:56px;
	--font:"Roboto", "Helvetica Neue", Arial, sans-serif;
	--font2: "Roboto", "Helvetica Neue", Arial, sans-serif;
	--left-width: 280px;
	--transition: all 0.3s ease-in-out;
	--white: #fff;
	--grey: #aab7c2;
	--black: #22222a;
	--red:#FF416C;
	--avatar-radius: 50%;
	--hover-effect: brightness(0.85);
	--match:rgba(255, 231, 38, 0.75);
	--primary:#FF416C;
	--alt: #FF416C;
	--menu: #fff;
	--secondary: #fbfbfb;
	--element:#efeeee;
	--hover: #f3f3f3;
	--selected: #eef3ff;
	--background: #f3f3f3;
	--darker:#e5e4e4;
	--text: #36363c;
	--text-inverse:#fff;
	--code: #d93157;
	--card: rgba(255, 255, 255, 0.86);
	--backdrop: rgba(0, 0, 0, 0.38);
	--suspected:rgba(255, 180, 0, 1);
	--dead:rgba(66, 61, 61, 1);
	--deadtransparent:rgba(66, 61, 61, 0.2);
	--infected:rgba(255, 65, 108, 1);
	--infectedtransparent:rgba(255, 65, 108, 0.2);
	--recovered:rgba(97, 206, 129, 1);
	--recoveredtransparent:rgba(97, 206, 129, 0.2);
	--bluehoverbg: rgba(41, 84, 255, 0.15);
	--bluehoverborder:rgba(41, 84, 255, 0.55);
	--child:rgba(206, 121, 21, 1);
	--childtransparent:rgba(206, 121, 21, 0.43);
	--adult:rgba(162, 59, 226, 1);
	--adulttransparent: rgba(162, 59, 226, 0.3);
}
html{
	overflow:hidden;
}

*::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0) !important;
	background-color: var(--secondary) !important;
}

*::-webkit-scrollbar{
	width: 10px !important;
	background-color: var(--secondary) !important;
}

*::-webkit-scrollbar-thumb{
	background-color: var(--darker) !important;
	border-radius:15px !important;
}


body{
	padding:0px;
	margin:0px;
	width:100vw;
	height:100vh;
	overflow:auto;
	color: var(--text);	
	font-family: var(--font);
	background:var(--background);	
	overflow-x:hidden;
}
section{
	display: flex;
    align-items: center;
    justify-content: center;
	position:relative;
	   flex-direction: column;
	width:100%;
	overflow:hidden;
}
h1, h2, h3, h4, h5, h6, label{
	white-space:nowrap;
	text-overflow:ellipsis;
	max-width:100%;
	overflow:hidden;
}

header{
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: fixed;
    bottom: 0px;
    height: 100vh;
    z-index: 33333333;
    width: 72px;
    left: 0px;
    top: unset;
    flex-direction: row;
}
header:empty{
	display:none;
}

body{

}
footer:empty{
	background:transparent;
}
footer{
background: var(--black);
display:flex;
align-items:center;
justify-content:space-between;
padding:20px;
}
.footer-inner{
    display: flex;
    width: 90%;
    align-items: center;
    justify-content: space-between;
    /* color: var(--white); */
    font-size: 11px;
    flex-direction: column;
	    text-align: center;
}
.footer-inner > div:not(:first-child){
	border-top:1px solid #fafafa;
}
.footer-inner > div{
	margin-top:5px;
	margin-bottom:5px;
}
.header-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    position: fixed;
    width: 72px;
    left: 0px;
    top: 0px;
    background: var(--white);
    box-shadow: var(--box-shadow);
    flex-direction: column;
}

.header-logo{
    width: 100%;
    height: 72px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}
.header-logo img{
	width:30px;
	height:30px;
	object-fit:contain;
}
.header-inner{
	display:flex;
	align-items:center;
	justify-content:space-between;
	position:fixed;
	width:72px;
    flex-direction: column;

}

.header-section{
    width: 72px;
	cursor:pointer;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
	    margin-top: 10px;
    margin-bottom: 10px;
}

.header-section.big > div{
	font-size:16px;
	font-weight:600;
}
.header-section:hover, .header-section:active, .header-section:focus{
	background:var(--hover);
	border:0px;
	outline:0px;
}
.header-section > div{
	font-size:12px;
	font-weight:600;
	margin-top:12px;
}
.header-section i{
	    font-size: 20px;
}
main{
	    width: 100vw;
    position: relative;
	min-height:100%;
    display: flex;
    justify-content: center;
    align-content: center;
	overflow:hidden;
}
.hero{
	height: 100vh;
    width: 100vw;
    position: relative;
}
.map{
    height: 100%;
	width:100%;
	position:absolute;
    display: flex;
	top:0px;
	left:0px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	z-index: 22;
    position: absolute;
}
.map{
	z-index:10;
	transition:var(--transition);
	-webkit-transition:var(--transition);
}
.map.blurred{
	filter: brightness(0.9) grayscale(100) blur(5px);
}

.map.hidden{
	
}
.presentation{
	z-index:20;
}
.presentation h1{
	font-size: 70px;
	margin-bottom:40px;
}

.banner-close{
		color:var(--white);
	position:absolute;
	right:2px;
	cursor:pointer;
	top:2px;
	width:30px;
	height:30px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.banner-close:after{
	content: "\e9ea";
	font-family:"Feather";

}
button{
	box-shadow: var(--box-shadow);
    display: flex;
    align-items: center;
    justify-content: space-around;
    cursor: pointer !important;
    outline: 0px;
    border: 0px;
    height: 40px;
    border-radius: 5px;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 600;
	padding-left:20px;
	padding-right:20px;
    
}

button.big{
	padding-left:20px;
	padding-right:20px;
	height: 40px;
	    font-size: 13px;
}
button.primary{
	background: var(--primary);
	color: var(--text-inverse);
}
button.secondary{
	background: var(--secondary);
	color: var(--text);
}
.section-container{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
	width:80%;
	padding:20px;
    margin-bottom: 30px;
	position:relative;
}
.country-chart-wrap{
	width:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction: column;
}
.country-chart-row{
	width:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	margin:2px;
}
.country-chart-inner{
	width: 25%;
	display:flex;
	align-items:center;
	justify-content: flex-start;
    padding-left: 20px;
}
.country-chart-inner-bar{
	    height: 10px;
    background: var(--primary);
}
.country-chart-inner-bar:after{
    content: attr(data-percent);
    font-size: 10px;
    position: absolute;
    right: 10p;
    font-weight: 600;
    right: 20px;
}
.country-chart-bar{
	width: 60%;
	position:relative;
}
.country-chart-flag{
	flex:none;
	margin-right:5px;
}
.country-chart-name{
	font-weight:600;
	font-size:11px;
}
.country-chart-flag img{
	width:15px;
}

.section-el-chart{
    width: calc(100% - 25px);
	    border: 1px solid #efefef;
	background: var(--card);
	padding: 10px;
	margin-top:20px;
	    position: relative;
}
.section-el{
    display: flex;
    width: calc(20% - 5px);
    align-items: center;
    justify-content: center;
	flex: none;
	background: var(--card);
	border: 1px solid #efefef;
	border-radius: 5px;
	padding-top:20px;
	padding-bottom:20px;
	cursor:default;
	position:relative;
}
.section-el:after{
	content: "\e967";
	font-family:"Feather";
	position:absolute;
	top:5px;
	right:5px;
	color:var(--grey);
}
.section-el-inner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	width:100%;
}
.section-el-content{
	    width: 100%;
    display: flex;
    flex-direction: row;
}
h2{
	font-size:30px;
	margin-top:20px;
}
.section-el-number{
	font-size:30px;
	    font-weight: 700;
}
.section-el-name{
    color: var(--grey);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    white-space: nowrap;
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hero-desc{
	font-size:12px;
	margin-top:20px;
	margin-bottom:20px;
}

.footer-notes{
justify-content: center;
    align-items: center;
    display: flex;
    position: fixed;
    bottom: 0px;
    left: 75px;
    width: fit-content;
    font-size: 13px;
    background: var(--menu);
    /* padding: 10px; */
    box-shadow: var(--box-shadow);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 25px;
    padding-left: 10px;
    padding-right: 10px;
	z-index:444;
}
.footer-notes > *{
	margin-left:10px;
	margin-right:10px;
}
.footer-notes > *:not(:first-child):before{
	content: "|";
	margin-right:15px;
	color:var(--grey);
	opacity:0.2;
}
.last-update{
	font-weight:600;
	display:none !important;
}
.backdrop{
	width:100vw;
	height:100vh;
	overflow:hidden;
	z-index:99999999999999;
	position:fixed;
	top:0px;
	left:0px;
	background:var(--backdrop);
	display:flex;
	align-items:center;
	justify-content:center;
}
.backdrop.transparent{
	background:transparent;
}
.modal{
	width: 800px;
    height: 600px;
	max-width:100vw;
	max-height:100vh;
    position: relative;
    background: var(--white);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
	padding: 20px;
}
.modal-body{
	height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
.modal-footer{
	display: flex;
	width:100%;
	justify-content: flex-end;
}
.modal-footer > *{
	margin-left:10px;
	margin-right:10px;
}
.modal-bubble{
	width:20px;
	height:20px;
	display:block;
	margin-left:5px;
	margin-right:5px;
	border-radius:50%;
	box-shadow:var(--box-shadow);
}
.modal-bubble.full{
	background:var(--primary);
}
.modal-steps{
	    display: flex;
}
.modal-title{
	font-size:30px;
}
.modal-desc{
	text-align: center;
}
.header-section.active{
	color:var(--primary);
}
.fadeOut{
	display:none;
}

.map-layer{
	filter: grayscale(100);
	-webkit-filter: grayscale(100);
}
.ol-zoom-in, .ol-zoom-out{
	background:var(--white) !important;
	color:var(--text) !important;
}
.console table{
	    width: 90%;
		
}
.admin-console-modal-numbers:empty:before{
	content: "We couldn't find a match for this zone in the other dataset. Make sure that the zone name and/or the longitude and/or the latitude matches exactly";
	display:flex;
	justify-content:center;
	align-items:center;
	padding:30px;
	color:var(--grey);
	text-align:center;
}
.admin-console-modal-titles{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.admin-console-modal-row{
	display:flex;
	justify-content:flex-end;
	width:100%;
	padding:10px;
}
.console{
	    padding-left: 30px;
		    margin-top: 100px;
}
.console-section{
	padding-bottom:20px;
	width:100%;
	overflow:auto;
	position: relative;
}
.console-page-list{
	display:flex;
	margin-top:40px;
	flex-wrap:wrap;
	max-width:80vw;
}
.console-page-item.disabled{
	background:var(--grey);
	
}
.console-page-item:hover{
	background:var(--hover);
}
.console-page-item{
	width:30px;
	margin:2px;
	cursor:pointer;
	background:var(--white);
	height:30px;
	box-shadow:var(--box-shadow);
	display:flex;
	align-items:center;
	justify-content:center;
	
}
.cta-button{
	    position: fixed;
    top: 10px;
    right: 20px;
}
.console table tr:first-child{
	background:#999;
}
.console tr{
	border:1px solid var(--grey);
}
.console td, .console th{
	border-left:1px solid var(--grey);
	padding-left:4px;
	padding-right:4px;
	max-width:100px;
	overflow:hidden;
}
.console td select{
	width: 100%;
}
.console-button-cell{
	width:100%;
	height:100%;
	display:flex;
	justify-content:space-evenly;
	align-items:center;
}
.console td.number, .console th.number{
	width:30px;
}
.console td.buttons, .console th.buttons{
	width:30px;
}
.console th{
	cursor:pointer;
}
.console th:after{
content:"\f0dc";
font-family:"FontAwesome";
margin-left:10px;
}
.console-section-title{
	font-size:30px;
	margin-bottom:10px;
	width:100%;
	display:flex;
	justify-content:flex-start;
		font-weight:600;
}
.console-section-title i{
	margin-left:10px;
}
.disabled{
	pointer-events:none;
	opacity:0.5;
	
}
.console tr:not(.editable) input, .console tr:not(.editable) select, .console tr:not(.editable) label{
	background:transparent;
	outline:0px;
	border:0px;
	pointer-events:none;
}
.hide{
	display:none;
}
.news-wrapper{
	width:40%;
}

.map-filters{
	    position: fixed;
    bottom: 30px;
 
    height: 100px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    background: var(--white);
    box-shadow: var(--card);
    z-index: 333;
	border-radius:5px;
    left: 75px;
	font-size:14px;
	text-transform:uppercase;
	font-weight:600;
}
.map-filters.embedded{
	bottom:8px;
	left:8px;
}
.map-filter{
	width:100%;
	padding-left:30px;
}
.map-tooltip{
	position:absolute;
}
.map-tooltip.long{
		width:240px !important;
		max-width:none !important;
}
input[type=checkbox] {
    opacity:0;
	height:0px;
	width:0px;
	overflow:hidden;
	position:relative;
	display:none;
}
input[type=checkbox] ~ label{
	position:relative;
	text-transform:none;
	display: flex;
    align-items: center;
	cursor:pointer;
	color:var(--text);

}

input[type=checkbox] ~ label:before{
	content: "";
    cursor: pointer;
    position: relative;
    width: 12px;
    border: 2px solid var(--grey);
    height: 12px;
    flex: none;
	z-index: 4;
    display: inline-flex;
    border-radius: 4px;
	margin-right:10px;
}
input[type=checkbox]:checked ~ label:before{
	content: "";
	border:2px solid var(--primary);
	background:var(--primary);	
}
.map-filter input[type=checkbox] ~ label:before{
	border-radius:50%;
}
input.infected[type=checkbox]:checked ~ label:before{
	border:2px solid var(--infected);
	background:var(--infectedtransparent);	
}
input.adult[type=checkbox]:checked ~ label:before{
	border:2px solid var(--adult);
	background:var(--adulttransparent);	
}
input.child[type=checkbox]:checked ~ label:before{
	border:2px solid var(--child);
	background:var(--childtransparent);	
}
input.dead[type=checkbox]:checked ~ label:before{
	border:2px solid var(--dead);
	background:var(--deadtransparent);	
}

input.recovered[type=checkbox]:checked ~ label:before{
	border:2px solid var(--recovered);
	background:var(--recoveredtransparent);	
}
input[type=checkbox] ~ label:after{
	content: "";
    position: absolute;
    top: 7px;
    left: 3px;
    transition: all 250ms cubic-bezier(.4,.0,.23,1);
    border-right: 2px solid transparent;
    border-bottom: 2px solid transparent;
    transform: rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
    transform-origin: 0% 100%;
}
.console input[type=checkbox]:checked ~ label:before{
	background:transparent;
}
.console input[type=checkbox]:checked ~ label:after{
	content: "";
    position: absolute;
    top: 0px;
    left: 4px;
    transition: all 250ms cubic-bezier(.4,.0,.23,1);
    border-right: 2px solid var(--primary);
    border-bottom: 2px solid var(--primary);
    transform: rotate(45deg);
    transform-origin: 0% 100%;
    z-index: 222;
    width: 3px;
    height: 5px;
}

.map-modal {
    width: 90vw;
    height: 90%;
    position: absolute;
    z-index: 33333;
    background: var(--white);
    box-shadow: var(--box-shadow);
    padding-top: 30px;
	bottom:-300%;
		transition: var(--transition);
		-webkit-transition: var(--transition);
}

.Embeddable-Chart-Title{
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: -0.5px;
	padding-left:20px;
}
.map-modal .country-flag{
	    width: 30px;
}
.map-modal-inner{
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.map-modal-content{
       overflow: auto;
    height: 85%;
	width:100%;
    background: var(--card);
}
.map-modal-title{
    font-size: 40px;
    margin:10px;
}
.map-modal-header{
	display:flex;
	justify-content:center;
	align-items:center;
    margin-bottom: 50px;
}
.map-modal-btns{
	position: absolute;
    top: 15px;
    right: 40px;
}
.map-modal-btns i{
	font-size:20px;
	font-weight:600;
	margin-left:10px;
	margin-right:10px;
	padding:10px;
	cursor:pointer;
	border-radius:50%;
}
.map-modal-btns i:hover{
	background:var(--hover);
}
.map-modal-lastupdate{
    font-size: 12px;
    color: var(--grey);
    position: absolute;
    top: 100;
    left: 0px;
    width: 100%;
    justify-content: center;
    display: flex;
    margin-top: 30px;
}
.map-modal-inner > *{
	
	    max-width: 80%;
}
main > .Embeddable-Chart-Title{
	position:absolute;
	top:0px;
	left:2.5%;
}
main > .Embeddable-Chart{
	margin:20px;
	    margin-top: 60px;
}
.map-modal-inner *{
	flex:none;
}

.map-modal-section{
	display:flex;
	overflow:hidden;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	position:relative;
	width: 100%;
}

.map-modal-section canvas{
	height:100%;
}

.country-flag{
	width:20px;
}
.icon-female:before, .icon-male:before, .icon-unknown:before{
	content:"";
	width:30px;
	height:30px;
	
	background-repeat:no-repeat;
}

.casualties-table table{
	border-spacing:0px;
		border-color:var(--primary);
		border-radius: 5px;
    overflow: hidden;
}
.casualties-table .fa{
	font-size:20px;
}
.casualties-table{
	height: 100%;
    padding: 100px;
	font-size:12px;
}
.casualties-table tr th{
	
	text-transform:uppercase;
	position: relative;

}

.casualties-table-note{
	font-size:12px;
}
.casualties-table td, .casualties-table th{
	text-align:center;
	padding: 15px;
}
.casualties-table table > tr:first-child{
    background: var(--primary);
	color:var(--white);

}
.casualties-table th{
	padding:15px;
	
}
.casualties-table th:not(:last-child):after{
	    content: "";
    width: 2px;
    height: 15px;
    display: block;
    background: var(--white);
	opacity:0.2;
    position: absolute;
    top: 15px;
    right: 0px;

}

.casualties-table table{
background: var(--white);
    box-shadow: var(--box-shadow);
}
.link-list{
	width:100%
}
.link-list > *{
	margin-bottom:5px;
	margin-top:5px;
}
.link{
	height:40px;
	box-shadow:var(--box-shadow);
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.link-details{
width: 100%;
    padding-left: 10px;
    height: 100%;
    display: flex;
    align-content: flex-start;
    justify-content: center;
    flex-direction: column;
}
.link-url{
	font-size: 11px;
    color: var(--grey);
}
.link-image{
    width: 150px;
    height: 100%;
}

.link-name{
    margin-bottom: 5px;
    font-weight: 600;
}
.link-url{

}
.loading-screen{
	position:fixed;
	top:0px;
	left:0px;
	width:100vw;
	height:100vh;
	z-index:99999999999999999999999999;
	background:rgba(255, 255, 255, 0.85);
	display:flex;
	align-items:center;
	justify-content:center;
}
.loading-screen-inner{
	display:flex;
	align-items:center;
	justify-content:center;
	font-weight:600;
	font-size:12px;
	flex-direction:column;
}


.Notification{
	background: var(--black);
    transition: var(--transition);
    -webkit-transition: var(--transition);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 300px;
	max-width:100vw;
    font-size: 13px;
    box-shadow: var(--box-shadow);
    flex-wrap: nowrap;
    flex-direction: column;
    display: flex;
    justify-content: center;
    bottom: -200px;
    position: fixed;
    z-index: 234234234234;
    color: var(--white);
    left: calc(50% - 150px);
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.Notification-Inner{
	padding-left: 70px;
    padding-top: 20px;
	padding-right: 60px;
    padding-bottom: 20px;
	display: flex;
}

.Notification:before{
	content: "";
    margin-right: 20px;
    background-size: 30px 30px;
    width: 50px;
    display: inline-block;
    height: 30px;
    background-repeat: no-repeat;
    position: absolute;
    left: 25px;
}
.Notification strong{
	margin-bottom:5px;
}
.Notification-Close{
	position: absolute;
    right: 18px;
    top: 16px;
    cursor: pointer;
    font-size: 20px;
}
.Notification-Code{
	background: var(--secondary);
    padding: 10px;
    color: brown;
    margin-top: 10px;
}
.Notification-Btn{
	text-transform:uppercase;
	font-weight:600;
	position: absolute;
    right: 60px;
	cursor:pointer;
}
.Notification-Content{
	white-space: normal;
	word-break: break-word;
}
.Notification.visible{
	bottom:0px;
}
.add-missing *, .add-missing{
	cursor:pointer;
	display:flex;
	align-items:center;
	justify-content:center;
	cursor:pointer;
}

.add-missing i{
	margin-right:5px;
	font-size:20px;
}
a{
	text-decoration:none;
	color:var(--text);
}
.map-modal-back{
	cursor:pointer;
}
.map-modal-back:before{
		    content: "\e929";
    font-family: "Feather";
	border-radius:50%;
}


.Tooltip{
	position:fixed;
	display:flex;
	overflow:hidden;
	word-break:break-word;
	background-color: var(--black);
    border-radius: 5px;
	width:fit-content;
	display:flex;
	justify-content:center;
	align-items:center;
    color: var(--white);
	font-size:11px;
	font-weight:600;
	letter-spacing:0.3px;
    padding: 7px 10px;
    text-align: center;
	max-width:130px;
  z-index:99999999999;
	content: "";
	box-shadow:var(--box-shadow);
	  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; 
    -webkit-animation-duration: .25s;
  animation-duration: .25s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; 
  flex-direction:column;
}
.Tooltip .grey{
	color:var(--grey);
}

.Tooltip:after, .Tooltip:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.Tooltip:after {
	border-color: transparent;
	border-bottom-color: var(--black);
	border-width: 5px;
	margin-left: -5px;
}
.Tooltip:before {
	border-color: transparent;
	border-bottom-color: var(--black);
	border-width: 7px;
	margin-left: -7px;
}
.map-sidebar{
	position: fixed;
    z-index: 333;
    top: 0;
    right: 0;
    width: 300px;
    height: 100vh;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: var(--box-shadow);
    justify-content: flex-start;
    display: flex;
    flex-direction: column;
    align-items: center;
	transition:var(--transition);
	-webkit-transition:var(--transition);
}
.map-sidebar.hiding{
	right:-300%;
}
.map-sidebar-card{
	    font-size: 50px;
    font-weight: 700;
    /* justify-content: flex-start; */
    flex-direction: column;
    align-items: center;
    display: flex;
    border: 1px solid #fafafa;
    width: 100%;
    cursor: pointer;
    padding-top: 5px;
    padding-bottom: 10px;
}
.map-sidebar-card.big{
	font-size:80px;
}
.map-sidebar-card:after{
	content:attr(data-text);
	text-transform:uppercase;
	font-size:12px;
}
.map-sidebar-section-content-header{
	display:flex;
	width: 80%;
	justify-content:space-between;
	font-weight:600;
	margin-top:20px;
	border-top:1px solid var(--white);
	text-transform:uppercase;
	font-size:12px;
	align-items: center;
	color:var(--grey);
}
.map-sidebar-section-item{
    width: 100%;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    border: 1px solid var(--white);
    flex: none;
    height: 60px;
    align-items: center;
}
.map-sidebar-section-item:hover{
	background: var(--bluehoverbg);
	border:1px solid var(--bluehoverborder);
}
.map-sidebar-section-item-img {
    width: 10%;
    height: 20px;
    margin-left: 10%;
}
.map-sidebar-section-item-nb{
	    margin-right: 10%;
		font-weight:600;
		text-align:center;
    width: 10%;
}
.map-sidebar-section.map-sidebar-section-search{
	width: 85%;
    margin-top: 10px;    
}
.map-sidebar-section-search:before{
	content: "\e9ae";
	font-family:"Feather";
	position:absolute;
	left:10%;
}
.map-sidebar-section-search input{
	width: 80%;
	height: 35px;
	padding-left:60px;
	padding-right:50px;
	box-shadow: var(--box-shadow);
	 border-radius: 20px;
	  border: 0px;
	  outline: 0px;
}
.map-sidebar-section-item-details{
	width: 50%;
    white-space: nowrap;
    overflow: hidden;
    flex: none;
    justify-content: flex-start;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
	min-height:25px;
}
.map-sidebar-section-item-title{
	font-weight:600;
	font-size:14px;
	    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
	min-height:15px;
}
.map-sidebar-section-item-nb.infected{
	color:var(--infected);
}
.map-sidebar-section-item-nb.dead{
	color:var(--dead);
}
.map-sidebar-section-item-nb.recovered{
	color:var(--recovered);
}
.map-sidebar-section-item-desc{
	font-size: 11px;
    color: var(--grey);
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
	min-height:12px;
}
.map-sidebar-section-content-header i{
	font-size:16px;
	color:var(--text);
}
.map-sidebar-section-content{
      width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 58vh;
	overflow-x:hidden;
    overflow-y: auto;
    padding-top: 20px;
}
.map-sidebar-card:not(.active):after{
	color:var(--grey);
}

.map-sidebar-card.active{
	background:var(--background);
}
.map-sidebar-card.active[data-title="infected"], .map-sidebar-card[data-title="infected"]:hover{
	color:var(--infected);
}
.map-sidebar-card.active[data-title="recovered"], .map-sidebar-card[data-title="recovered"]:hover{
	color:var(--recovered);
}
.map-sidebar-card.active[data-title="dead"], .map-sidebar-card[data-title="dead"]:hover{
	color:var(--dead);
}
.map-sidebar-section{
	width:100%;
	display:flex;
	justify-content:space-around;
	align-items:center;
	position: relative;
}
.map-modal-content:empty:after{
	content: "Loading..";
	font-size:12px;
	font-weight:600;
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
}
.map-sidebar-section.column{
	flex-direction:column;
}
.Embeddable-Chart{
	width:100%;
	position:relative;
	height: 100%;
	    display: flex;
		overflow:hidden;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	max-height:90vh;
	overflow-x:hidden;
	min-height:300px;
	max-height:100vh;
	margin-top: 70px;
}
.Embeddable-Chart.long{
	    height: 100%;
    min-height: 900px;
    max-height: unset;
}
.Embeddable-Chart-References{
	font-size:12px;
	text-decoration:none;
	color:var(--grey);
	font-weight:500;
	display: inline-flex;
	text-transform: none;
	align-items:center;
	justify-content:center;
}
.Embeddable-Chart-References > *:nth-child(2):before{
	margin-left:5px;
	margin-right:5px;
	content:"•";
}
.Embeddable-Chart-PoweredBy:before{
	content: "source: ";
	color:var(--grey);
}
.Embeddable-Chart-PoweredBy{
	text-decoration:none;
	color:var(--primary);
}
.Embeddable-Chart-Header{
	    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
	margin-top:20px;
	position:absolute;
	top: 0px;
}
.Embeddable-Chart-Btns{
	padding-right:20px;
}
.Embeddable-Chart-Btns i{
    font-size: 20px;
    font-weight: 600;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
    cursor: pointer;
    border-radius: 50%;
	
}
.Embeddable-Chart-Embed{
	    width: 300px;
    position: fixed;
    z-index: 99999999999999999999999999999999;
    display: flex;
    background: var(--white);
    box-shadow: var(--box-shadow);
	padding:20px;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}

code{
	    margin: 20px;
    border: 1px solid var(--grey);
    background: var(--hover);
    padding: 10px;
	color:var(--text);
    width: 90%;
    white-space: pre-wrap;
    word-break: break-all;
}
.Global-Embed-Popup{
	position: absolute;
	color:var(--white);
    width: 50%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.Embeddable-Chart-Btns i:hover{
	background: var(--hover);
}
.embed-map{
	cursor:pointer;
}
.embed-map i{
	font-weight:600;
	font-size:18px;
	margin-right:10px;
}
.map-sidebar-btn{
    font-size: 20px;
    font-weight: 600;
	width:30px;
	height:30px;
   display:flex !important;
   align-items:center;
   justify-content:center;
    cursor: pointer;
    border-radius: 50%;
	
}
.map-sort-popup{
	padding: 10px;
	box-shadow:var(--box-shadow);
	position:fixed;
	background:var(--white);
	width: 130px;
}
.map-sidebar-clear{
	width:25px;
	height:25px;
	 position: absolute;
	 right: 15px;
	 display: flex;
    align-items: center;
    justify-content: center;
	border-radius:50%;
	cursor:pointer;
}
.map-sidebar-clear:hover{
	background:var(--hover);
}
.map-sidebar-clear:before{
	 font-family: "Feather";
    content: "\e9ea";
    font-size: 20px;
}
.map-sidebar-btn:hover{
	 background: var(--hover);
}
.open-sources{
	cursor:pointer;
}
.map-blurred{
	filter:blur(10px);
	opacity:0.3;
}
.map-slider{
	position: fixed;
    top: 20px;
	left: 120px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
	    z-index: 333;
}
.map-slider-date{
	font-size:12px;
	font-weight:600;
	margin-top: 5px;
}
input[type="range"] {
	outline: 0;
	border: 0;
	border-radius: 500px;
	width: 100px;
	max-width: 100%;
	margin: 0px;
	transition: box-shadow 0.2s ease-in-out;
	overflow: hidden;
	height: 20px;
	-webkit-appearance: none;
	background-color: #ddd;
}

input[type="range"]::-webkit-slider-runnable-track {
	height: 20px;
	-webkit-appearance: none;
	color: #444;
	transition: box-shadow 0.2s ease-in-out;
}
input[type="range"]::-webkit-slider-thumb {
	width: 20px;
	-webkit-appearance: none;
	height: 20px;
	cursor: ew-resize;
	background: #fff;
	box-shadow: -340px 0 0 320px var(--primary), inset 0 0 0 40px var(--primary);
	border-radius: 50%;
	transition: box-shadow 0.2s ease-in-out;
	position: relative;
}
input[type="range"]::-webkit-slider-thumb {
	background: #fff;
	box-shadow: -240px 0 0 230px var(--primary), inset 0 0 0 0px var(--primary);
}

input[type="range"]::-moz-range-progress {
	background-color: #43e5f7; 
}
input[type="range"]::-moz-range-track {  
	background-color: #9a905d;
}

input[type="range"]::-ms-fill-lower {
	background-color: #43e5f7; 
}
input[type="range"]::-ms-fill-upper {  
	background-color: #9a905d;
}


.site-link{
       display: flex;
    color: var(--primary);
    font-weight: 600;
    border-radius: 5px;
    height: 20px;
    z-index: 233;
    position: fixed;
    top: 5px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
}
.site-link:before{
	color:var(--text);
	margin-right:3px;
	font-weight:400;
	font-size:11px;
	content: "powered by ";
}
.Sources-Modal{
	display:flex;
	flex-direction:column;
	
	font-size:20px;
}
.Sources-Modal-Title{
	text-transform:uppercase;
	font-weight:600;	
	margin-bottom:30px;
}
.Sources-Modal a:not(.nobullet):before{
	content:"•";
	margin-right:5px;
}
.Sources-Modal *{
	color:var(--white) !Important;
	font-size:14px;
}
.Source-Modal-Content{
	max-height:500px;
	overflow:auto;
	display: flex;
    flex-direction: column;
	width:50vw;
}
input[type="radio"]{
	display:none;
}

input[type="radio"] ~ label{
	display: flex;
    align-items: center;
    cursor: pointer;
    height: 35px;
	padding-left: 10px;
    padding-right: 10px;
        font-weight: 600;
    font-size: 14px;
	position:relative;
}
input[type="radio"] ~ label{
	text-transform:none;
	    display: flex;
    align-items: center;
}

input[type="radio"] ~ label:before{
	content: "";
    border: 2px solid var(--grey);
    border-radius: 50%;
    width: 15px;
    height: 15px;
	margin-right: 10px;
    display: inline-flex;
	z-index:2;
	flex:none;
}
input[type="radio"]:checked ~ label:before{
	 border: 2px solid var(--primary);
}
input[type="radio"] ~ label:after{
	transition:var(--transition);
	-webkit-transition:var(--transition);
	content: "";
    width: 0px;
    height: 0px;
	position: absolute;
    border-radius: 50%;
	background:transparent;
	transform: translate(10px, 0px);
	-moz-transform: translate(10px, 0px);
	-o-transform: translate(10px, 0px);
	-ms-transform: translate(10px, 0px);
	z-index:3;
	left: 10px;
    top: 13px;
}
input[type="radio"]:checked ~ label:after{
	 width: 9px;
    height: 9px;
	z-index:3;
	background:var(--primary);
	transform: translate(5px, 0px);
	-webkit-transform: translate(5px, 0px);
	-moz-transform: translate(5px, 0px);
	-o-transform: translate(5px, 0px);
	-ms-transform: translate(5px, 0px);
}
.korea-map{
	height:120vh;
	margin-top:-70px;
	width:100%;
	margin-left:70px;
}
.embedded.korea-map{
	margin-left:0px;
}
.sign-up-popup{
	width: 750px;
    height: 600px;
    background: var(--white);
    border-radius: 10px;
    box-shadow: var(--box-shadow);
    position: relative;
    display: flex;
	overflow: hidden;
}
.sign-up-popup-back{
	display:none;
}
.sign-up-popup-tab{
	width: 100%;
	border: 1px solid rgba(170, 183, 194, 0.33);
    display: flex;
    margin-top: 20px;
    background: var(--white);
    cursor: pointer;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
	flex-direction: column;
	overflow: hidden;
    height: 60px;
	transition: var(--transition);
    -webkit-transition: var(--transition);
	flex:none;
}
.sign-up-popup-tab.open{
	height:300px;
}
.sign-up-popup-tab:after{
	content: "";
	font-family:"Feather";
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 25px;
    height: 25px;
	border:2px solid var(--grey);
    position: absolute;
    position: absolute;
    right: 10px;
    background:transparent;
	margin-top:16px;
    font-weight: 600;
	font-size:30px;
}
.sign-up-popup-tab.disable .sign-up-popup-tab-inner{
	pointer-events:none;
	opacity:0.5;
}
.sign-up-popup-tab-container{
	position: relative;
    display: flex;
    flex-direction: column;
}
.sign-up-popup-tab:hover{
	background:var(--hover);
}
.sign-up-popup-tab[data-finished]:after{
	width: 30px;
    content: "";
    height: 40px;
	border:0px;
    background-image: url(/assets/img/checkmark-success.svg);
    font-size: 16px;
	margin-top:10px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.feather-mask:after{
	width: 28px;
    content: "";
    height: 20px;
	display:block;
	border:0px;
    background-image: url(/assets/img/mask.png);
    font-size: 16px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.active .feather-mask:after{
	background-image: url(/assets/img/mask-active.png);
	
}
.sign-up-popup-tab[data-forbidden]:after{
	background-image: url(/assets/img/checkmark-error.svg) !important;
}
.sign-up-popup-tab-inner{
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 60px;
    flex: none;
}
.sign-up-popup-left{
	margin-left:20px;
	font-size:20px;
}
.sign-up-popup-right{
	margin-left:20px;
	font-weight:600;
	text-transform:uppercase;
	font-size:12px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.sign-up-popup-inner{
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items: center;
	padding: 20px;
	width:100%;
	max-height: 80vh;
    overflow: auto;
}
html #iubenda-cs-banner{
	display:none !important;
}
html #iubenda-cs-banner.showing{
	display:flex !important;
}
.sign-up-popup-body{
	display: flex;
    flex-direction: column;
	height:80%;
	justify-content: center;
}
.sign-up-popup-row{
	display:flex;
	margin-bottom:5px;
	margin-top:5px;
}
.Input input{
	outline:0px;
	border:0px;
	    height: 100%;
    background: transparent;
	z-index:33;
	padding-left:5px;
}
.Input{
	border-bottom:2px solid var(--grey);
	margin: 10px;
	    background: var(--darker);
	width: 100%;
	height: 40px;
	position:relative;
}
.Input:before{
	content: attr(data-placeholder);
	font-size:12px;
	margin-top:-15px;
	transition: var(--transition);
    -webkit-transition: var(--transition);
	position: absolute;
	pointer-events:none;
}
.button-primary{
	background:var(--primary);
	color:var(--white);
}
.Input[data-value=""]:not(:focus-within):before{
       font-size: 13px;
    margin-top: 13px;
    color: var(--grey);
    margin-left: 5px;
}

.Input:after{
	content: "";
    transition: var(--transition);
    -webkit-transition: var(--transition);
    transform: scaleX(0);
	-webkit-transform:scaleX(0);
	-moz-transform:scaleX(0);
	-o-transform:scaleX(0);
    width: 100%;
    position: absolute;
    bottom: -2px;
	left:0px;
}
.Input:focus-within:after{
	content:"";
	 transition: var(--transition);
    -webkit-transition: var(--transition);
    transform: scaleX(1);
	-webkit-transform:scaleX(1);
	-moz-transform:scaleX(1);
	-o-transform:scaleX(1);
	border-bottom:2px solid var(--black);
}
.Input.invalid input{
	 color: var(--primary) !Important;
}
.Input.invalid:after{
	border-bottom:2px solid var(--primary) !important;
	transform: scaleX(1);
}
.Input.invalid:before{
    color: var(--primary) !Important;
	 
}
.sign-up-popup-footer > *{
	margin-left:10px;
	margin-right:10px;
}
.sign-up-popup-disclaimer{
	    font-size: 11px;
    margin-bottom: 10px;
    position: absolute;
    bottom: 0px;
    text-align: center;
    opacity: 0.7;
    color: var(--white);
    padding: 10px;
}
.sign-up-popup-disclaimer > a{
	color:var(--white);
	text-decoration:underline;
}
.sign-up-popup-buttons{
	display: flex;
    align-items: center;
    justify-content: flex-end;
	width:100%;
}
.sign-up-popup-buttons > *{
	margin-left:5px;
	margin-right:5px;
}
.sign-up-popup-error{
	font-size: 12px;
    color: var(--primary);
    margin-left: 10px;
	height:40px;
}
.sign-up-popup-footer{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    width: 100%;
	margin-right:20px;
	flex-direction: column;
}
.sign-up-popup-header{
	    display: flex;
		width:35%;
		flex:none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: var(--primary);
    color: var(--white);
	position:relative;
}
.sign-up-popup-title{
	font-size:40px;
	font-weight:600;
    width: 80%;
	padding: 20px;
}
.sign-up-popup-desc{
	width:80%;
	color:var(--element);
	opacity:0.8;
	margin-top:10px;
}
.ol-attribution{
	display:none !important;	
}

.cookie-notice{
	background: var(--white);
    box-shadow: var(--box-shadow);
    width: 400px;
    /* height: 200px; */
    display: flex;
    flex-direction: column;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 999999999999999999999999999999999999999;
    font-size: 12px;
}
.cookie-notice-title{
	font-weight:600;
	font-size:14px;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:5px;
	
}
.cookie-notice-text{
	padding:20px;
}
.cookie-notice-text a{
	color:var(--primary);
}
.cookie-notice-x:before{
 content: "\e9ea";
 font-family:"Feather";
 position:absolute;
 top:20px;
 right:20px;
 color:var(--text);
}
.language-selector-modal{
  position:fixed;
  display:flex;
 align-items: flex-start;
  justify-content:center;
  flex-direction: column;
  background: var(--white);
  box-shadow:var(--box-shadow);
  overflow:hidden;
}
.language-selector-el{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  font-weight:600;
  font-size:12px;
  padding-left:10px;
  padding-right:10px;
  cursor:pointer;
  width:100%;
}
.language-selector-el:hover{
	background:var(--hover);
}
.language-selector-el img{
	width:20px;
	border-radius:50%;
}
.language-selector-el > *{
  margin:10px;
}
.language-selector-inner{
	display: flex;
    align-items: center;
}
.language-selector{
    display: flex;
	cursor:pointer;
}
.language-selector img{
	width: 15px;
	cursor:pointer;
	margin-right:5px;
	border-radius:50%;
	position:relative;
}
.footer-notes.embedded{
	background:transparent;
	box-shadow:none;
}
.openlayers-copyright.embedded{
    right: 5px;
    bottom: 5px;
    position: fixed;
}
.language-selector:after{
		content: "\e928";
		font-family:"Feather";
		padding-top:2px;
		margin-left:2px;
}
@media (min-width:992px){

	.map-modal-lastupdate{
		margin-top:35px;
	}
	.map-modal {
		bottom:-300%;
	}
	.map-modal-back:before{
		padding:5px;
	}
	.map-modal-back:hover:before{
		background:var(--hover);
	}
	.map-modal.added{
		bottom:0px;
	}
	.map-modal{
		    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
	
	}

	.map-modal-back{
		position: absolute;
		left: 50px;
		top: 10px;
		font-size: 30px;
	}
	.map{
		width:calc(100% - 70px);
		left:70px;	
	}
	.map.embedded{
		width:100%;
		left:0px;
	}
	.map-tooltip-icon{
		display:none;
	}
}
@media (max-width:991px){
	*::-webkit-scrollbar{
		width:0px !important;
		height:0px !important;
		
	}
	.language-selector-modal{
		top: 40px !important;
	}
	.cookie-notice{
		width:100vw;
		bottom:0px;
		left:0px;
	}
	.add-missing{
		display:none;
	}
	.map-modal-lastupdate{
	font-size: 12px;
    color: var(--white);
    position: absolute;
    top: 5px;
    left: 0px;
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: flex-start;
    font-size: 11px;
    margin-left: 70px;
	}
	.map-modal-inner{
	  padding: 0px;
    position: relative;
    height: calc(100% - 60px);
    display: flex;
    flex-direction: column;
    padding-top: 60px;
    align-items: center;
    justify-content: flex-start;
	}
	.section-el-chart{
		    width: calc(100% - 20px);
		
	}
	.map-modal-btns i{
		color:var(--white);
		    right: 10px;
	}
	.map-modal .country-flag{
		display:none;
	}
	.casualties-table{
			overflow:auto;
	}
	.casualties-table table{
		width:300%;
	}
	.map-modal{
		height: 100%;
		overflow: auto;
		max-height: unset;
		max-width: unset;
		position: absolute;
		right: -200%;
		bottom:0px;
		width: 100%;
		overflow-x:hidden;
	}
	.map-modal.added{
		right:0%;
	}
	.map-modal-back:before{
		    content: "\e929";
    font-family: "Feather";
    font-size: 30px;
    color: var(--white);
    margin-left: 10px;
    margin-right: 30px;
	}
	.map-modal-header{
		    position: absolute;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 60px;
    background: var(--primary);
    box-shadow: var(--box-shadow);
    justify-content: flex-start;
    max-width: unset;
    align-items: center;
	}

	.map-modal-title{
	      font-size: 20px;
    margin: 0px;
    color: var(--white);
    margin-bottom: 15px;
	max-width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
	white-space:nowrap;
	}
	.map-filters{
		left:8px;
		 bottom: 68px;
	}
	.ol-control{
		background-color:unset !important;
	}
	.console td, .console th{
		padding:15px;

	}
	.news-wrapper{
		width:100%;
	}
	.section-container{
		width: 90%;
		height:70%;
	}
	.section-el{
		width:100%;
		margin: 0px;
		
	}
	.section-container > *{
		margin-top:10px;
		margin-bottom:10px;
	}
	.modal{
		height: 100vh;
		padding: 0px;
	}
	.header-inner{
		position: relative;
		height: 60px;
		width: 100%;
	}
	.header-sections{
		    width: 100%;
    flex-direction: row;
    display: flex;
	    height: 100%
	}

	.header-section{
		    width: 100%;
		display: flex;
		height: 100%;
		margin: 0px;
		align-items: center;
		justify-content: space-evenly;
		font-size:14px;
		    flex-direction: column-reverse;
	}
	.header-logo, .footer-inner{
		display:none;
	}
	.stats{
		z-index: 443;
		justify-content: flex-start;
		align-content: flex-start;
	}
	.header-section i{
		font-size:20px;
	}
	.presentation h1{
	
	    font-size: 40px;
		margin-bottom: 0px;
		white-space: pre-line;
	}
	.banner-wrap{
		width: 100%;
		height: 100px;
		background: var(--grey);
	}
	.footer-notes{
	   bottom: unset;
		right: 0px;
		left: unset;
			border-radius: 10px;
		top: 10px;
		background:transparent;
		box-shadow:none;
	}
	.last-update{
		background:var(--white);
		padding:5px;
		border-radius:5px;
		box-shadow:var(--box-shadow);
		margin:0px;
	}
	.cta-button{
		    top: unset;
    bottom: 80px;
    right: 30px;
    border-radius: 50%;
    width: 60px;
    height: 60px !important;
	box-shadow:var(--box-shadow);
	color:var(--white);
	}
	.cta-button:before{
		content:"\f09e";
		font-family: "FontAwesome";
		font-size:30px;
		font-weight:500;
	}
	.cta-button span{
		display:none;
	}
	.made-in{
		display:none;
	}
	.footer-notes > *:not(:first-child):before{
		display:none;
	}

	.Notification{
		    width: 85vw;
    left: 7.5vw;
    bottom: 80px !important;
    border-radius: 0px;
    height: 60px;
	}
	.map-modal-btns i:hover{
		background:transparent;
	}	
	.map-modal-btns{
		top:20px;
		right:10px;
	}
	.map-modal-content{
		height:100%;
		width:100%;
		max-width:100%;
	}
	.map-modal-section canvas{
		 margin-top: 10px;
	
	}
	.Embeddable-Chart{
		height:70vh;
	}
	main > .Embeddable-Chart{
		margin-left: 0px;
		margin-right:0px;
	}
	.embed-map{
		display:none;
	}
	.map-sidebar{
		display:none;
	}
	.contact-us{
		display:none;
	}
	.open-sources{
		    background: var(--white);
    box-shadow: none;
    color: var(--text);
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 90px;
    font-size: 11px;
    background: transparent;
    right: 10px;
	}

	header{
		height:60px;
		width:100vw;
	}
	.Source-Modal-Content{
		    width: 80vw;
	}
	.open-sources.isnotmap{
		display:none;
	}
	.map-tooltip{
		font-size: 14px;
		width: 250px !important;
		justify-content: flex-start;
		align-content: flex-start;
		padding-right: 30px;
		cursor:pointer;
	}

	.map-tooltip-name:after{
		    content: "\e92a";
    font-family: "Feather";
    font-size: 30px;
    position: absolute;
    right: 0px;
    top: calc(50% - 15px);
	}
	.sign-up-popup{
		flex-direction: column;
		height: fit-content;
		min-height: 100vh;
		border-radius:0px;
		width:100vw;
	}
	.sign-up-popup-header{
		width:100%;
		padding:0px;
		font-weight:500;
		    min-height: 60px;
			box-shadow:var(--box-shadow);
	}
	.sign-up-popup-desc{
		display:none;
	}
	.sign-up-popup-title{
		font-size: 16px;
		font-weight: 500;
	    width: 100%;
		margin-left: 40px;
	}
	.sign-up-popup-inner{
			padding:0px;
	}
	.sign-up-popup-tab{
		    width: 90%;
	}
	.sign-up-popup-back{
		display:flex;
		position: absolute;
		right: 20px;
		font-size: 20px;
	}
	.sign-up-popup-back:after{
		  content: "\e9ea";
		font-family:"Feather";
	}
	.sign-up-popup-disclaimer{
		    color: var(--text);
		 position: fixed;
		bottom: 0px;
	}
	.sign-up-popup-disclaimer a{
		color: var(--text);
		
	}
	.sign-up-popup-row{
		flex-direction:column;
		    padding-right: 10px;
			padding-right:10px;
	}
	.sign-up-popup-tab.open{
		height:400px;
	}
	.Input{
		    width: 90%;
			    padding-left: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
	    
	}
	.sign-up-popup-tab-container{
	width:100%;	
	}
	.sign-up-popup-inner{
		justify-content:flex-start;
	}
	.openlayers-copyright{
	    position: fixed;
		bottom: 70px;
		font-size: 11px;
		right:0px !important;
	}
	.openlayers-copyright.embedded{
		bottom:10px;
	}
	.header-section > div{
		margin-top:0px;
	}
	.map-tooltip.long{
	    max-width: none !important;
		position: fixed;
		top: 40% !important;
		left: 10% !important;
		width: calc(80% - 10px) !important;
		justify-content: flex-start;
		align-items: flex-start;
		padding: 10px;
	}
	.map-tooltip.long .map-tooltip-name:after{
		content: unset;
	}
	.map-tooltip-icon{
		font-size:30px;
		position:absolute;
		top:10px;
		right:10px;
	}
	.map-tooltip.long > *{
		    max-width: 80%;
		text-align: left;
	}
	.ol-zoom{
			display:none !important;
	}
	.korea-map{
		margin-left:-2px;
		margin-top:-55px;
	}
	.language-selector-inner span{
		display:none;
	}
	.language-selector{
		background:var(--white);
		border-radius: 5px;
		padding-top: 2px;
		padding-bottom: 2px;
	}
	.language-selector:after{
		border-radius: 50%;
		color: var(--text);
		width: 15px;
		height: 15px;
		display: flex;
		align-items: center;
		justify-content: center;
		padding-top: 0px;
		margin-top: 2px;
		    margin-left: 0px;

	}
	.language-selector img{
		    width: 20px;
    margin-left: 5px;
    margin-right: 0px;
	}
}
