body {
  font-family: 'Lato', sans-serif;
  background: #eaeefb;
}

/* Common CSS */
.whitebg {
  background: #fff;
}
.bxshadow {
  box-shadow: 0px 1px 13px #d3d3d3;
}
.img-resposive {
  width: 100%;
  height: auto;
}
.boxshadow {
  box-shadow: 0px 1px 5px #e1e1e8;
  border: 1px solid #e1e1e8;
}
.pad-50 {
  padding: 50px;
}
.mb-10 {
  margin-bottom: 10px;
}
.pt-10 {
  padding-top: 10px !important;
}
.p-r-0 {
  padding-right: 0px;
}
.m-t-20 {
  margin-top: 20px;
}
.center-justified {
  text-align: justify;
  text-align-last: center;
}
.confirmedclr {
  color: #3C1053;
  font-size: 16px;
  letter-spacing: 1.1px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
.recoveredclr {
  color: #2BAE66;
  font-size: 16px;
  letter-spacing: 1.1px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
.fatalclr {
  color: #E94B3C;
  font-size: 16px;
  letter-spacing: 1.1px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
p#confirmedcount {
  margin-bottom: 0px;
  font-size: 24px;
  text-align: center;
  color: #3C1053;
}
p#recoveredcount {
  margin-bottom: 0px;
  font-size: 24px;
  text-align: center;
  color: #2BAE66;
}
p#fatalcount {
  margin-bottom: 0px;
  font-size: 24px;
  text-align: center;
  color: #E94B3C;
}

/* World Map */
div#svgMapGPD {
  /*box-shadow: 0px 1px 5px #e1e1e8;*/
  border: 1px solid #e1e1e8;
  box-shadow: 0px 1px 5px #e1e1e8;
}
.svgMap-map-wrapper {
  position: relative;
  width: 100%;
  padding-top: 50%;
  overflow: hidden;
  background: #ffffff;
  color: #111;
  /*border: 4px double #eee;*/
  /*border-radius: 10px;*/
}
.svgMap-tooltip .svgMap-tooltip-title {
  white-space: nowrap;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
}
.svgMap-tooltip .svgMap-tooltip-content table tr:first-child td:first-child {
  color: #3C1053;
  font-weight: bold;
}
.svgMap-tooltip .svgMap-tooltip-content table tr:nth-child(2) td:first-child {
  color: #2BAE66;
  font-weight: bold;
}
.svgMap-tooltip .svgMap-tooltip-content table tr:nth-child(3) td:first-child {
  color: #E94B3C;
  font-weight: bold;
}

p.countriesaffected {
  margin-top: 10px;
  font-weight: 700;
  background: #fff;
  padding: 11px;
  border: 1px solid #e1e1e8;
  box-shadow: 0px 1px 5px #e1e1e8;
}

#confirmedDonutChart .bb-chart-arcs-title tspan:first-child { font-size: 21px; font-weight: bold; }
#confirmedDonutChart .bb-chart-arcs-title tspan:nth-child(2) { font-size: 13px; font-weight: bold; }

#fatalDonutChart .bb-chart-arcs-title tspan:first-child { font-size: 21px; font-weight: bold; }
#fatalDonutChart .bb-chart-arcs-title tspan:nth-child(2) { font-size: 13px; font-weight: bold; }

#recoveredDonutChart .bb-chart-arcs-title tspan:first-child { font-size: 21px; font-weight: bold; }
#recoveredDonutChart .bb-chart-arcs-title tspan:nth-child(2) { font-size: 13px; font-weight: bold; }

/*#totalDonutChart .bb-chart-arcs-title tspan:first-child { font-size: 21px; font-weight: bold; }
#totalDonutChart .bb-chart-arcs-title tspan:nth-child(2) { font-size: 13px; font-weight: bold; }*/

/*#fatalDonutChart .bb-chart-arcs-title, #recoveredDonutChart .bb-chart-arcs-title, #totalDonutChart .bb-chart-arcs-title {
  font-weight: bold;
}*/

.donut .boxshadow {
  padding: 7px;
  background: #fff;
  border: 1px solid #e1e1e8;
}

table.dataTable thead th, table.dataTable thead td {
  padding: 3px 2px;
  border-bottom: 1px solid #111;
  font-size: 13px;
  text-align: center;
}

table.dataTable tbody th, table.dataTable tbody td {
  padding: 3px 2px;
  font-size: 13px;
  text-align: center;
}

#countryDataTable_wrapper .dataTables_length label, #countryDataTable_filter label {
  font-size: 13px;
}
#countryDataTable_filter input, #countryTodysDataTable_filter input {
  background: #fff;
  border: 1px solid #e3e3e3;
  width: 82%;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
  font-size: 12px;
}

.dataTables_info {
  width: 100%;
  text-align: right;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 3px 8px;
}
div#countryDataTable_paginate {
  width: 100%;
  text-align: center;
}

.paginate_button .previous {
  background: #000;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fdfdfd !important;
    border: 1px solid #476dea;
    background-color: #476dea;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #476dea), color-stop(100%, #476dea));
    background: -webkit-linear-gradient(top, #476dea 0%, #476dea 100%);
    background: -moz-linear-gradient(top, #476dea 0%, #476dea 100%);
    background: -ms-linear-gradient(top, #476dea 0%, #dcdcdc 100%);
    background: -o-linear-gradient(top, #476dea 0%, #476dea 100%);
    background: linear-gradient(to bottom, #476dea 0%, #476dea 100%);
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  border: 1px solid #486eea;
  background-color: #fff;
  color: #476dea !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #fff));
  background: -webkit-linear-gradient(top, #fff 0%, #fff 100%);
  background: -moz-linear-gradient(top, #fff 0%, #fff 100%);
  background: -ms-linear-gradient(top, #fff 0%, #fff 100%);
  background: -o-linear-gradient(top, #fff 0%, #fff 100%);
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #eff2ff;
}
table.dataTable.display tbody tr:hover>.sorting_1, table.dataTable.order-column.hover tbody tr:hover>.sorting_1 {
  background-color: #eff2ff;
}

.donut {
  padding-top: 20px;
  padding-bottom: 20px;
}

div#countryDataTable_filter, div#countryTodysDataTable_filter {
  width: 100%;
  text-align: left;
}
#countryDataTable_filter label, #countryTodysDataTable_filter label {
  width: 100%;
}
.worldmap .whitebg {
  padding: 20px 20px;
  border: 1px solid #e1e1e8;
  box-shadow: 0px 1px 5px #e1e1e8;
}
.worldmap .whitebg h5 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 16px;
  font-weight: 600;
}
#countryDataTable tbody tr td:first-child {
  font-weight: bold;
}
.mainheading {
  /*background: #fff;*/
  padding: 10px;
  text-align: center;
  margin-bottom: 20px;
  /* border: 1px solid #e1e1e8; */
  /* box-shadow: 0px 1px 5px #e1e1e8; */
  font-weight: bold;
  letter-spacing: 1.8px;
  color: #000;
}

#countryDataTable_wrapper thead tr, #countryTodysDataTable_wrapper thead tr {
  background: #476dea;
  color: #fff;
}

.todayscases .whitebg {
  padding: 10px;
  /*padding: 7px;*/
  background: #fff;
  border: 1px solid #e1e1e8;
}

.todayscases {
  padding-top: 20px;
  padding-bottom: 30px;
}

.Blink {
  animation: blinker 1.5s cubic-bezier(.5, 0, 1, 1) infinite alternate;
}
@keyframes blinker {
  from { opacity: 1; }
  to { opacity: 0; }
}

p.sources {
  color: #525252;
  font-size: 14px;
}

.navsection {
  padding: 10px;
  background: #e3e3e3;
}
.worldtracker, .needhelp {
  background: #0a809e;
  color: #fff;
  padding: 8px 20px;
  margin-right: 10px;
  display: inline-block;
  border-radius: 40px;
  margin-bottom: 10px;
}
.worldtracker:hover, .needhelp:hover {
  text-decoration: none;
  color: #fff;
}
.needhelp {
  background: #e94b3c;
}
.donatenow {
  background: #ff7f0e;
}
nav.navbar.navbar-expand-md.bg-dark.navbar-dark {
  background: transparent !important;
  padding-top: 0px;
}
.navbar-dark .navbar-nav .nav-link {
  color: #000;
}
.navbar-dark .navbar-nav .nav-link {
  color: #000;
  margin: 0px 12px;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  transition: 0.3s all;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: #000;
  border-bottom: 2px solid #000;
  transition: 0.3s all;
}
.logo {
  padding-top: 10px;
}
.footer {
  /*background: #003569;*/
  background: #e3e3e3;
  padding: 40px 20px 20px;
  color: #000;
}
.footer ul {
  list-style: none;
  padding-left: 0px;
}
.footer ul li {
  margin-bottom: 5px;
}
.footer ul a {
  color: #000;
}
.footer ul a:hover {
  color: #000;
  text-decoration: none;
}
.footer h5 {
  /*color: #fff;*/
}
.footer1 {
  background: #e3e3e3;
  color: #000;
}
.footer .form-control {
	width: 100%;
    border: 1px solid #ccc;
    background: #FFF;
    margin: 0 0 5px;
    padding: 10px;
    height: 35px;
    border-radius: 0px;
	font-size: 14px;
}
.footer .submitbtn {
	cursor: pointer;
    width: 100%;
    border: none;
    background: #0a809e;
    color: #FFF;
    margin: 0 0 5px;
    padding: 6px;
    font-size: 15px;
    border-radius: 0px;
}

.newsmain {
  background: #fff;
  border: 1px solid #e1e1e8;
  box-shadow: 0px 1px 5px #e1e1e8;
  padding: 10px;
  margin-bottom: 10px;
}
.newsmain p {
  margin-bottom: 0px;
  font-size: 13px;
}
.newsmain a {
  color: inherit;
}
.newsmain a:hover {
  text-decoration: none;
}
.easyPaginateNav a {
  padding: 3px 5px;
  background: #fff;
  margin-right: 5px;
  margin-bottom: 10px;
  display: inline-block;
  border: 1px solid #e1e1e8;
  box-shadow: 0px 1px 5px #e1e1e8;
  color: #000;
}
.easyPaginateNav a.current {
  font-weight: 500;
  background: #476dea;
  color: #fff;
}


section.aboutcovid {
  padding-top: 30px;
  padding-bottom: 30px;
}
section.aboutcovid .box {
  padding: 20px;
  background: #fff;
  border: 1px solid #e1e1e8;
  box-shadow: 0px 1px 5px #e1e1e8;
  text-align: center;
  cursor: pointer;
}
section.aboutcovid .box h4 {
  font-weight: bold;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-size: 20px;
  transition: all 0.3s;
}
section.aboutcovid .box:hover {
  box-shadow: 0px 0px 14px #d3d3d3;
  transform: scale(1.020);
  transition: all 0.3s;
}

section.faqs input, .prevention input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.faqs ul {
  margin-bottom: 0px;
}
/* Accordion styles */
.tabs {
  border-radius: 0px;
  overflow: hidden;
  /*box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);*/
}

.tab {
  width: 100%;
  color: white;
  overflow: hidden;
  margin-bottom: 10px;
}
.tab-label {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 1em;
  background: #2c3e50;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 0px;
  /* Icon */
}
.tab-label:hover {
  background: #1a252f;
}
.tab-label::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  -webkit-transition: all .35s;
  transition: all .35s;
}
.tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #2c3e50;
  background: white;
  -webkit-transition: all .35s;
  transition: all .35s;
}
.tab-close {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #2c3e50;
  cursor: pointer;
}
.tab-close:hover {
  background: #1a252f;
}

input:checked + .tab-label {
  background: #1a252f;
}
input:checked + .tab-label::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 1em;
}
section.newssection {
  padding-bottom: 40px;
}
.paginationjs .paginationjs-pages li.disabled>a {
  opacity: 1;
}
.paginationjs .paginationjs-pages li.active>a {
  height: 30px;
  line-height: 30px;
  background: #0a809e;
  color: #fff;
}
.paginationjs .paginationjs-pages {
  /* float: left; */
  float: right;
}

#alphapagination ul {
  list-style: none;
  padding: 0px;
}
#alphapagination ul li {
  float: left;
  padding: 6px 10px;
  background: #fff;
  margin-right: 10px;
  border: 1px solid #e1e1e8;
  box-shadow: 0px 1px 5px #e1e1e8;
}
#alphapagination ul li a {
  color: inherit;
  text-decoration: none;
}
.countrysec {
  background: #fff;
  padding: 10px;
  text-align: center;
  border: 1px solid #e1e1e8;
  box-shadow: 0px 1px 5px #e1e1e8;
  margin-top: 10px;
}
.countrysec img {
  height: 35px;
  margin-bottom: 5px !important;
  display: block;
  margin: 0 auto;
}
.countrysec a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
#stategrid .countrysec a {
  font-size: 22px;
}
#helplineDetails .countrysec {
  text-align: left;
  padding: 10px 20px;
}
#helplineDetails .countrysec p {
  margin-bottom: 0px;
}
#helplineDetails .countrysec p.helpheading {
  text-align: center;
  font-size: 20px;
  margin-bottom: 10px;
}

@media only screen and (min-device-width:320px) and (max-device-width:568px) {
  .mob-no-pad {
    padding: 0px;
  }
  .mob-text-center {
    text-align: center !important;
  }
  .navbar-dark .navbar-toggler {
    color: rgb(10, 128, 158);
    border-color: rgb(10, 128, 158);
  }
  .navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #0a809e;
    border: 1px solid #0a809e;
    border-radius: .25rem;
    margin-left: auto;
  }
  .navbar-dark .navbar-nav .nav-link {
    color: #000;
    margin: 0px 12px;
    text-transform: uppercase;
    border-bottom: 2px solid #000;
    transition: 0.3s all;
    text-align: center;
  }
  .navbar-dark .navbar-nav .nav-item:last-child .nav-link {
    border-bottom: 0px solid #000;
  }
  .mob-no-display {
    display: none;
  }
}

/*.highcharts-title, */
.highcharts-button-box, .highcharts-button-symbol, .highcharts-credits {
  visibility: hidden;
}
