.neo-align-right {
  text-align: right;
}

.neo-content-critical {
  color: orange;
}

.neo-content-deaths {
  color: red;
}

.neo-content-recovered {
  color: green;
}

.neo-gallery-maincontainer .neo-controls-panel {
  transition: width 0.5s ease-in-out;
}
.neo-gallery-maincontainer .neo-link-color a {
  color: #ddd;
}

.neo-country-gallery {
  color: #000;
  text-align: left;
}
.neo-country-gallery .neo-content-table {
  white-space: nowrap;
}
.neo-country-gallery .neo-flag {
  height: 40px;
  margin-right: 10px;
  width: 40px;
}
.neo-country-gallery .neo-selected .neo-item-wrapper {
  opacity: 0.95;
  transform: translateZ(180px) scale(1.5);
  -webkit-box-reflect: unset !important;
}
.neo-country-gallery .neo-item-wrapper {
  background-color: rgba(73, 160, 154, 0.35);
  border-radius: 10px;
  pointer-events: none;
  transition-duration: 0.55s;
  transition-property: transform;
}
.neo-country-gallery .neo-country-gallery-item {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.neo-country-gallery .neo-country-gallery-item .neo-item-header {
  align-items: center;
  display: flex;
  font-size: 40px;
  margin-bottom: 20px;
}
.neo-country-gallery .neo-gallery-item.neo-reflection .neo-item-wrapper {
  -webkit-box-reflect: below 6px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.1, transparent), to(rgba(0, 0, 0, 0.5)));
  transform-style: flat;
}
.neo-country-gallery .neo-gallery-item.neo-reflection img {
  -webkit-box-reflect: inherit;
}
.neo-country-gallery .image-wrap.neo-selected img {
  transform: inherit;
}
/*# sourceMappingURL=CountryGallery.css.map */