@font-face {
  font-family: Poppins-Regular;
  src: url('../fonts/poppins/Poppins-Regular.ttf');
}

@font-face {
  font-family: Poppins-Medium;
  src: url('../fonts/poppins/Poppins-Medium.ttf');
}

@font-face {
  font-family: Poppins-Bold;
  src: url('../fonts/poppins/Poppins-Bold.ttf');
}

@font-face {
  font-family: Poppins-SemiBold;
  src: url('../fonts/poppins/Poppins-SemiBold.ttf');
}

.mainLogoContainer {
  z-index: 1000;
  height: 100px;
  padding: 12px;
  padding-left: 12px;
  background: #fff;
  position: absolute;
  top: 0px;
  width: 100%;
  padding-left: 0px;
  border-bottom: 1px solid #d5d5d5;
}

.mainStatisticsP {
  font-family: "Roboto", Helvetica, sans-serif;
  font-weight: 500;
}

.totalCases {
  font-weight: bold;
  color: #007bff;
}

.infobox {
  position: absolute;
  padding: 20px;
  width: 211px;
  height: auto;
  z-index: 10000;
  background: rgba(251, 192, 45, 0.8);
  margin-top: 17px;
  border-radius: 0;
  right: 7px;
  top: 120px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .4);
  max-height: calc(100vh - 180px);
  overflow-y: auto;
  overflow-x: hidden
}

.infobox h2 {
  color: #000
}

.infobox h3 {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  margin-right: 14px;
}

.infobox p {
  color: #000;
  font-size: 30px;
  font-weight: bold;
  text-align: left;
  margin-right: 12px;
  margin-bottom: 0px
}

.logo-font {
  display: block;
  font-family: Poppins-Bold;
  font-size: 29px;
  line-height: 1.3;
  text-align: left;
  margin-left: 12px;
  border-right: 2px solid #dedede;
  padding-right: 15px;
  width: 167px;
  margin-top: 6px;
  height: 58px;
  color: #6400e5
}

h3 {
  font-family: "Roboto", Helvetica, sans-serif;
  font-weight: 300;
}

p {
  margin-bottom: 0;
}

.countryListHeader {
  font-size: 11px;
  font-weight: bold;
  color: #626262;
}

.countryListItem {
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  padding: 7px;
}

.countryListItem:hover {
  cursor: pointer;
}

.showTimelineButton {
  position: absolute;
  left: 353px;
  width: 224px;
  z-index: 100;
}

.histogramButton {
  bottom: 105px;
  left: 583px;
  width: 300px;
  position: absolute;
  z-index: 100;
}

.timeline {
  position: absolute;
  bottom: 110px;
  width: calc(100% - 27%);
  height: 355px;
  left: 0;
  background: #fff;
  padding: 20px;
  z-index: 1000;
  margin-left: 1%;
  border-radius: 5px;
}

a {
  color: #fff;
}

a:hover {
  text-decoration: none;
  color: #fff
}

.credits {
  position: absolute;
  width: 211px;
  height: 60px;
  bottom: 105px;
  left: 7px;
  padding: 5px;
  background: rgba(251, 192, 45, 0.8);
  box-shadow: 0 3px 6px rgba(0, 0, 0, .4);
}

/*mobile-interface*/

.navButton {
  background: #1d0a42;
  border: none;
}

.navButtonActive {
  background: #0a001e;
  border: none;
  border-bottom: 3px solid #fff !important;
  border-radius: 0;
}

.btn:focus {
  outline: none;
  box-shadow: none !important
}

.language-mobile {
  padding: 5px;
  padding-top: 5px;
  height: 30px;
  border-radius: 5px;
  padding-top: 0px;
  width: 78px;
  float: right;
}

.englishButtonMobile {
  width: 30px !important;
  height: 18px !important
}

.englishButtonMobile:hover {
  cursor: pointer;
}

.turkishButtonMobile {
  width: 30px !important;
  margin-left: 5px !important;
  margin-right: 5px
}

.turkishButtonMobile:hover {
  cursor: pointer;
}

.mapContainer {
  display: block;
  width: 100%;
  margin-left: -15px;
  margin-right: -15px;
  position: absolute;
  top: 160px;
  width: 100%;
  height: calc(100vh - 160px);
}

.report {
  position: absolute;
  background: rgba(251, 192, 45, 0.8);
  width: 300px;
  height: 350px;
  top: 395px;
  left: 16px;
  z-index: 1000;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .4);
}

.openGraphButton {
  left: 0px;
  position: relative;
  width: 100%;
  background-color: rgb(19, 2, 51);
  border: 0px none;
  border-radius: 0px;
}

.openGraphButton>i {
  margin-left: 7px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.graphbox {
  position: absolute;
  left: 227px;
  width: calc(100% - 33.333% - 235px);
  height: auto;
  /*height: 250px;*/
  background: rgba(251, 192, 45, 0.9);
  z-index: 10000;
  padding: 15px;
  top: 8px;
  max-height: auto;
  overflow-y: auto;
  overflow-x: hidden;
  padding-left: 0;
  padding-right: 0;
}

.graphContainer {
  background: #ffdd8b;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.05);
}

.closeGraph {
  font-size: 14px;
}

.closeGraph:hover {
  cursor: pointer
}

.graphLinkActive {
  background: #d99e15;
  cursor: pointer;
  color: #000;
  font-weight: 500;
  border-radius: 5px 5px 0px 0px;
}

.graphLink {
  background: transparent;
  cursor: pointer;
  color: #000;
  font-weight: 300;
  border-radius: 5px 5px 0px 0px;
}

.activeGraph {
  z-index: 10;
  width: 100%
}

.passiveGraph {
  z-index: 9;
  width: 100%
}

.lastDayCount {
  float: right;
  font-size: 14px;
  color: #000;
  font-weight: bold;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #0a001d !important;
  border-color: #0a001d !important;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #0a001d !important;
  border-color: #0a001d !important;
}

.dataStatus-Container {
  position: absolute;
  left: 0px;
  bottom: 0;
  background: #fff;
  border-top: 1px solid #f2f2f2;
  padding: 10px;
  width: 100%;
  z-index: 10
}

.global-ozet {
  padding: 15px;
  background: #f4f4f4;
  border-radius: 5px;
  margin-bottom: 15px;
  height: 215px
}

.global-ozet-small-header {
  font-size: 12px;
  font-weight: bold;
  font-family: "Roboto", Helvetica, sans-serif;
  margin-top: 10px;
  color: #4e4e4e;
}

.global-ozet-total-case {
  color: #007bff;
  font-size: 35px;
}

.country-list {
  margin: 5px;
  border: 1px solid #eaeaea;
  padding-top: 5px;
  border-radius: 5px;
}

.country-list:hover {
  cursor: pointer
}

.countryListBox {
  height: calc(100vh - 385px);
  overflow-x: hidden !important;
  border-top: 1px solid #e6e6e6;
  padding-top: 8px;
}

.infoBox-todaynumber {
  font-size: 20px;
  background: #eaeaea;
  padding: 5px;
  border-radius: 5px;
  color: gray;
  float: right;
  margin-top: 9px;
}

.VictoryContainer {
  height: auto !important
}

.graph-container {
  height: calc(100vh - 600px)
}

.graph-selector {
  width: 130px;
  border-radius: 30px;
  font-size: 12px;
  float: right;
  background-color: #e6e3e3;
  border: 0;
}

.language {
  position: absolute;
  top: 35px;
  right: 15px;
  background: transparent;
  padding: 5px;
  padding-top: 5px;
  height: 30px;
  border-radius: 0;
  padding-top: 0px;
  z-index: 10000
}

.activateEnglish {
  padding-right: 5px;
}

.activateEnglish:hover {
  cursor: pointer;
}

.activateTurkish {
  border-left: 2px solid #e6e3e3;
  padding-left: 5px
}

.activateTurkish:hover {
  cursor: pointer;
}

.data-api {
  position: absolute;
  top: 26px;
  right: 100px;
  background: #6400e5;
  width: auto;
  height: auto;
  z-index: 10000;
  padding: 10px;
  color: #fff;
  border-radius: 10px;
  font-weight: bold;
}

.loading-gif {
  position: absolute;
  z-index: 10000;
  left: calc(50% - 25px);
  top: 20px;
  width: 50px;
}

.prediction-Info {
  position: absolute;
  right: 103%;
  top: 375px;
  width: 250px;
  height: auto;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #dfdfdf;
  font-size: 12px;
  font-weight: bold;
}

.close-button:hover {
  cursor: pointer !important;
}

.mobile-countryInfo {
  position: absolute;
  width: 100%;
  min-height: calc(100vh - 110px);
  top: 110px;
  left: 0;
  background: #fff;
  z-index: 9999;
  padding: 10px;
  overflow-x: hidden !important;
}