@font-face {
  font-family: new_tegomin;
  src: url(../../vendors/fonts/New_Tegomin/NewTegomin-Regular.ttf); }
html {
  height: 100%;
  width: 100%; }

body {
  height: 100%;
  width: 100%; }

#map {
  height: 100%;
  width: 100%; }

.title:hover {
  cursor: grab;
}

#countryBox {
  position: absolute;
  width: 500px;
  right: 400px;
  margin-top: -10px;
  top: 20px;
  border-radius: 5px; }

#flag {
  max-height: 35px;
  max-width: 50px;
  position: relative;
  left: 43%; }

.title {
  font-family: new_tegomin, serif;
  text-decoration: none; }

#currentLocation {
  color: white;
  position: absolute;
  left: 20px;
  top: 45px; }

p {
  font-weight: 500; }

span {
  font-weight: 100; }

.modal-header {
  margin: 0px;
  color: white; }

.modalInfo {
  border: 1px solid black;
  border-collapse: collapse; }

  .modal-body {
    min-height: 61vh;
    height: 250px;
    overflow-y: auto;
}

#modal-close {
  position: relative;
  bottom: 20px;
  border-radius: 5px;
  margin: 5px;
  display: inline-block; }

.timeZoneContainer {
  text-align: center;
  font-size: 0.75em;
  min-width: 60px;
  border: 1px solid black; }

.timeZoneTop {
  padding: 0px;
  color: white;
  background-color: black;
  width: 100%; }

#weatherPic {
  height: 100px;
  width: 100px; }

#sunrisePic, #sunsetPic {
  margin-bottom: 7px;
  height: 40px;
  width: 40px;
}

.emptyCell {
  border: none; }

.weatherDesc {
  font-weight: 600; }

th {
  border: 0px; }

.source {
  font-size: 0.5em;
  font-style: italic; }

#infoButton {
  position: relative;
  top: 10px;
  left: 10px; }

  .cityImages {
    height: 100 !important;
    width: 180px !important;
  }

.loader {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  border: 4px solid #Fff;
  top: 50%;
  animation: loader 2s infinite ease; }

.loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  animation: loader-inner 2s infinite ease-in; }

  /* .leaflet-popup-tip-container {
    left: 25% !important;
  } */

@keyframes loader {
  0% {
    transform: rotate(0deg); }
  25% {
    transform: rotate(180deg); }
  50% {
    transform: rotate(180deg); }
  75% {
    transform: rotate(360deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes loader-inner {
  0% {
    height: 0%; }
  25% {
    height: 0%; }
  50% {
    height: 100%; }
  75% {
    height: 100%; }
  100% {
    height: 0%; } }
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff; }

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #56829e;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite; }

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@media screen and (max-width: 905px) {
  #countryBox {
    position: relative;
    right: 150px;
    margin-top: -60px; }

  .leaflet-control-zoom {
    display: none; } }
@media screen and (max-width: 700px) {
  #countryBox {
    width: 200px;
    right: 85px; }

  .leaflet-control-zoom {
    display: none; }
  }
