#global-header {
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 20px;
  margin: 0;
  position: relative;
  background-attachment: fixed;
  color: #fff !important;
  z-index: 1;
  text-align: center;
  background: linear-gradient(to right, #0C1F60, #00BBFF 150%);
  width: 100% !important;
  height: 100%;
}
#global-header h2 {
  z-index: 100;
}
.navbar-custom {
  background: linear-gradient(to right, #0C1F60, #00BBFF 150%) !important;
}
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
  color: #ffffff;
}
header {
  background: #1a2337;
  width: 100%;
  height: 70px;
}
header .leftNav nav {
  width: 30%;
  color: white;
  background: none;
  padding: 20px 30px;
  box-shadow: none !important;
  display: flex;
  align-items: center;
}
header .leftNav ul {
  list-style: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .leftNav ul li {
  display: inline-block;
  color: white;
  line-height: 1;
  height: fit-content;
  font-size: 1em !important;
  font-weight: 400;
}
header .leftNav ul .rightNav {
  float: right;
}
header .leftNav ul .rightNav .export {
  display: block !important;
  position: absolute !important;
  width: 40px !important;
  height: 40px !important;
  top: 10px !important;
  right: 10px !important;
  font-size: 2em !important;
  color: white !important;
  transition: all 0.3s ease-out;
}
header .leftNav ul .rightNav .export:hover {
  cursor: pointer;
  opacity: 0.7;
}
header .leftNav ul .rightNav .export .export-icon {
  font-size: 1em;
}
body,
html {
  font-family: 'Lato';
  background: #0C1F60 !important;
  padding: 0;
  height: 100% !important;
}
.btn-primary {
  background: #0A4587;
  border: #00BBFF;
}
.btn-primary:hover {
  background: #0579BB;
  border: #0A4587;
}
#dash-container {
  width: 92%;
  margin: 0px auto 0;
  padding-bottom: 2rem;
}
#dash-graph {
  margin: 10px;
}
.game-footer {
  padding: 5px;
}
#_dash-app-content {
  max-width: 95% !important;
  margin: 90px auto !important;
  overflow: hidden;
}
nav {
  background: #1d8ba5 !important;
  color: white;
  padding: 20px 30px !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-family: Lato, sans-serif;
  box-shadow: 0 0 5px #658ba2;
}
nav a {
  color: white;
  text-decoration: none;
  margin-right: 30px;
  transition: all 0.3s ease-out;
}
nav a:hover {
  opacity: 0.7;
  cursor: pointer;
}
nav a i {
  margin-right: 5px;
}
.dash-spreadsheet-container {
  margin: 30px auto !important;
  overflow: hidden;
  box-shadow: 0 0 5px #bcceef;
  font-family: 'Lato', sans-serif;
  max-width: 99%;
}
.dash-spreadsheet-container * {
  font-family: Lato;
  box-shadow: none !important;
}
.dash-spreadsheet-container th,
.dash-spreadsheet-container tr {
  max-width: 200px;
  box-shadow: none !important;
}
.dash-spreadsheet-container th {
  background: #4ab3bf !important;
  color: white;
  padding: 8px 10px !important;
  border-right: 1px solid #7eccd4 !important;
}
.dash-spreadsheet-container th .sort {
  color: #2b4249 !important;
  transition: all 0.3s ease-out;
  order: 2;
}
.dash-spreadsheet-container th .sort:hover {
  cursor: pointer;
  opacity: 0.7;
  text-decoration: none;
}
.dash-spreadsheet-container th > div {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.dash-spreadsheet-container th > div span:last-of-type {
  font-size: 12px;
}
.dash-spreadsheet-container td {
  padding: 15px 10px !important;
  text-align: left !important;
}
.dash-spreadsheet-container td .dash-cell-value {
  display: inline !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 172px;
  text-align: left;
  font-size: 1em;
  overflow: hidden;
}
.dash-spreadsheet-container tr:nth-child(even) {
  background: #f5f8fc !important;
}
table thead tr {
  background: #646483 !important;
  color: white !important;
  font-weight: 100 !important;
  text-transform: uppercase !important;
  font-size: 0.8em !important;
}
table thead tr th {
  border-radius: 0 !important;
  text-align: center !important;
  line-height: 1.2 !important;
  padding: 10px 5px !important;
}
table tbody {
  box-shadow: 0 0 7px #bdbdd2 !important;
}
table tbody tr {
  border: 0 !important;
}
table tbody tr:nth-child(even) {
  background: #e7eefa !important;
}
table tbody tr td {
  max-width: 150px !important;
  overflow: hidden !important;
  padding: 15px 10px !important;
  font-size: 0.73em !important;
  line-height: 1.25 !important;
  border-radius: 0 !important;
  text-align: center !important;
}
#global-footer {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #333 !important;
  text-align: center;
  background: #f5f5f5;
  width: 100% !important;
  font-size: small;
  position: absolute;
  bottom: 0;
  height: 1.8rem;
}
#global-footer a {
  text-decoration: none !important;
  color: #333 !important;
}
#global-footer a:hover {
  text-decoration: none !important;
  color: #fff;
}
#intro-footer-container {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #333 !important;
  text-align: center;
  background: #f5f5f5;
  width: 100% !important;
  font-size: small;
}
#intro-footer-container a {
  text-decoration: none !important;
  color: #333 !important;
}
#intro-footer-container a:hover {
  text-decoration: none !important;
  color: #fff;
}
body,
html {
  font-family: 'Lato';
  background: #fff !important;
  padding: 0;
  height: 100% !important;
}
.row .col {
  padding: 0 !important;
}
@media (min-width: 1200px) {
  .intro-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .logo {
    display: none;
  }
}
#dashboard {
  position: relative;
  min-height: 100vh;
}
