@import url(https://fonts.googleapis.com/css?family=Rubik:400,500i&display=swap);
body,
html {
    width: 100%;
    height: 100vh;
    margin: 0;
    background: radial-gradient(#5f0d82, #000000);
    overflow: hidden;
    font-family: Rubik, sans-serif
}
#footer,
#header,
#leaderboard,
#legend,
#search {
    display: none
}
#header>h1>input {
    background-color: rgba(0, 0, 0, 0);
    font-family: Rubik, sans-serif;
    border: 0;
    border-bottom: 1px solid #fff;
    width: 250px;
    font-size: 1em;
    text-align: center;
    color: #fff;
    text-transform: uppercase
}
#header>h1>input:focus {
    outline: 0;
    border-bottom: 1px solid #daa520
}
#leaderboard,
#search {
    position: absolute;
    top: 20px;
    z-index: 15
}
#search {
    right: 20px
}
#leaderboard {
    left: 20px
}
#leaderboard:hover,
#search:hover {
    cursor: pointer
}
#leaderboard img,
#search img {
    width: 36px;
    opacity: .5;
    transition: opacity .3s
}
#leadership img:hover,
#search img:hover {
    cursor: pointer;
    opacity: 1
}
.tooltip img {
    height: 10px
}
h1 {
    opacity: .8
}
p {
    margin-top: -15px;
    opacity: .6
}
@media(max-width:472px){.disappear{display:none}p{font-size:.95em}}a{color:#fff;text-decoration:none;transition:color .5s
}
a:hover {
    color: #d3d3d3
}
#globe,
#particles {
    position: absolute;
    height: 100%;
    width: 100%
}
#footer,
#header {
    position: absolute;
    text-align: center;
    color: #fff;
    z-index: 10
}
#header {
    top: 0;
    width: calc(100% - 50px);
    padding: 0 25px
}
#footer {
    bottom: 0;
    margin-left: 10%;
    width: 80%
}
@media (max-width: 680px) {
    #legend {
        display: none!important
    }
}
@media (min-width: 680px) {
    #legend {
        display: none;
        position: absolute;
        left: 20px;
        bottom: 20px;
        text-align: center;
    }

    #legend p {
        color: white;
        margin-bottom: 5px;
        font-size: 0.8em;
    }

    .legend-marker {
        position: absolute;
        color: white;
        width: 100%;
        opacity: 0.8;
        margin-top: 1px;
    }

    #legend-start {
        text-align: left;
        left: 8px;
    }

    #legend-end {
        text-align: right;
        right: 8px;
    }

    #gradient {
    border: 2px dashed #dadada;
    border-radius: 0px;
    width: 250px;
    height: 20px;
    background: rgb(19, 19, 19);
    background: linear-gradient(90deg, rgba(19, 19, 19, 1) 0%, rgba(56, 0, 0, 1) 5%, rgb(0, 149, 255) 100%);
    padding: 5px 15px;
    }
}
.muted {
    color: rgba(255, 255, 255, .4);
    font-size: .9em
}
.muted a {
    color: rgba(255, 255, 255, .6);
    transition: color .2s
}
.muted a:hover {
    color: rgba(255, 255, 255, 1)
}
.earth-overlay {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    text-align: center;
    width: 150px
}
.earth-overlay img {
    width: 100%;
    height: auto;
    margin-bottom: -5px;
    border-radius: 10px 10px 0 0
}
.earth-overlay .title {
    padding: 5px;
    background-color: #000
}
.earth-overlay .changed {
    font-size: .7em
}
.earth-overlay .info {
    padding: 5px;
    border-radius: 0 0 10px 10px
}
.tiny {
    color: #ccc;
    font-size: .7em
}
#total-cases {
    color: #daa520
}
#total-deaths {
    color: #ff4848
}
#total-recovered {
    color: #1ae021
}
#more-info-button {
    border: 0;
    border-radius: 5px 5px 0 0;
    padding: 7px 10px;
    background-color: #1a1a1a;
    color: gray;
    font-weight: 700;
    font-size: 1em;
    font-family: Rubik, sans-serif;
    transition: background-color .3s
}
#more-info-button:active,
#more-info-button:focus,
#more-info-button:hover {
    outline: 0;
    background-color: #2a2a2a;
    cursor: pointer
}
.modal {
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
    z-index: 20
}
.modal a {
    color: #fff
}
.modal a:hover {
    text-decoration: underline
}
.modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 15
}
.modal__container {
    background-color: #222;
    padding: 30px;
    width: 500px;
    max-width: 90vw;
    max-height: 90vh;
    border-radius: 8px;
    overflow-y: auto;
    box-sizing: border-box
}
.modal__header {
    display: flex;
    justify-content: space-between;
    align-items: center
}
.modal__title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.25;
    color: #daa520;
    box-sizing: border-box
}
.modal__close {
    background: 0 0;
    border: 0;
    color: #fff
}
.modal__header .modal__close:before {
    content: "\2715"
}
.modal__content {
    margin-top: 2rem;
    line-height: 1.5;
    color: #c8c7c7
}
.modal__btn {
    font-size: .875rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    background-color: #8b0000;
    color: #d3d3d3;
    border-radius: .25rem;
    border-style: none;
    border-width: 0;
    cursor: pointer;
    -webkit-appearance: button;
    text-transform: none;
    overflow: visible;
    line-height: 1.15;
    margin: 0;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: background-color .2s
}
.modal__btn:focus,
.modal__btn:hover {
    background-color: #5c0000
}
@keyframes mmfadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
@keyframes mmfadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}
@keyframes mmslideIn {
    from {
        transform: translateY(15%)
    }
    to {
        transform: translateY(0)
    }
}
@keyframes mmslideOut {
    from {
        transform: translateY(0)
    }
    to {
        transform: translateY(-10%)
    }
}
.micromodal-slide {
    display: none
}
.micromodal-slide.is-open {
    display: block
}
.micromodal-slide[aria-hidden=false] .modal__overlay {
    animation: mmfadeIn .3s cubic-bezier(0, 0, .2, 1)
}
.micromodal-slide[aria-hidden=false] .modal__container {
    animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1)
}
.micromodal-slide[aria-hidden=true] .modal__overlay {
    animation: mmfadeOut .3s cubic-bezier(0, 0, .2, 1)
}
.micromodal-slide[aria-hidden=true] .modal__container {
    animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1)
}
.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
    will-change: transform
}
.resp-sharing-button__icon,
.resp-sharing-button__link {
    display: inline-block
}
.resp-sharing-button__link {
    text-decoration: none;
    color: #fff;
    margin: .5em
}
.resp-sharing-button {
    border-radius: 5px;
    transition: 25ms ease-out;
    padding: .5em .75em;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif
}
.resp-sharing-button__icon svg {
    width: 1em;
    height: 1em;
    margin-right: .4em;
    vertical-align: top
}
.resp-sharing-button--small svg {
    margin: 0;
    vertical-align: middle
}
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
    fill: #fff;
    stroke: none
}
.resp-sharing-button--facebook {
    background-color: #3b5998;
    border-color: #3b5998
}
.resp-sharing-button--facebook:active,
.resp-sharing-button--facebook:hover {
    background-color: #2d4373;
    border-color: #2d4373
}
.resp-sharing-button--twitter {
    background-color: #55acee;
    border-color: #55acee
}
.resp-sharing-button--twitter:active,
.resp-sharing-button--twitter:hover {
    background-color: #2795e9;
    border-color: #2795e9
}
.resp-sharing-button--email {
    background-color: #777;
    border-color: #777
}
.resp-sharing-button--email:active,
.resp-sharing-button--email:hover {
    background-color: #5e5e5e;
    border-color: #5e5e5e
}
.resp-sharing-button--linkedin {
    background-color: #0077b5;
    border-color: #0077b5
}
.resp-sharing-button--linkedin:active,
.resp-sharing-button--linkedin:hover {
    background-color: #046293;
    border-color: #046293
}
#loader {
    position: absolute;
    z-index: 10;
    border: 4px dashed rgba(0, 0, 0, 0.6); /* Light grey */
    border-top: 4px dashed #2196F3; /* Blue */
    border-radius: 50%;
    width: 70px;
    height: 70px;
    animation: spin 2s linear infinite;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}
.tooltip {
    position: relative;
    display: inline-block
}
.tooltip .tooltiptext {
    font-size: .9em;
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -70px;
    opacity: 0;
    transition: opacity .3s
}
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent
}
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1
}
#country-list {
    overflow-y: scroll;
    max-height: 70vh
}
.country {
    border-bottom: 1px solid #daa520;
    background-color: #111;
    padding: 15px;
    height: 50px
}
.country .country-flag {
    float: left;
    display: block;
    width: 40px;
    height: 40px;
    background: #e6e7ed;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 10px
}
.country .country-name {
    white-space: nowrap
}
.country .country-info {
    float: right;
    width: calc(100% - 50px);
    overflow-x: scroll
}
.country .country-cases {
    color: #d12121
}