:root {
  --region-header-bg: #f4f5f7;
  --country-header-bg: #deebff;
  --root-service-bg: #e3fcef;
}

.container {
  max-width: none;
  margin: auto;
}

.icons {
  display: grid;
  grid-template-columns: auto, auto, auto, auto;
  height: 100%;
  width: 100%;
  border-radius: 0.3rem;
  text-align: center;
  margin: initial;
}

.operations i {
  margin-right: 0.5rem;
}
.operations {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  padding: 0.2rem;
}

.indicator {
  display: flex;
  justify-content: center;
}

tr,
td,
th {
  border: 1px solid grey;
  padding: 0.7rem;
  color: black;
}

table {
  border: 2px solid grey;
  padding: 0;
  border-collapse: collapse;
  max-height: 80%;
  width: 100%;
}

.region-header-bg {
  background: var(--region-header-bg) !important;
}
.country-header-bg {
  background: var(--country-header-bg) !important;
}
.root-service-bg {
  background: var(--root-service-bg) !important;
  text-align: left;
}
span {
  display: block;
}

.sub-service-alignment {
  padding-left: 3rem;
  font-size: 0.8rem;
}

.table-column-sticky {
  position: sticky;
  left: 0;
  z-index: 2;
  background: whitesmoke;
}
.table-header-sticky {
  position: sticky;
  top: 3rem;
}

.region-header {
  z-index: 1;
}

table thead th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
  box-shadow: inset 0 1px 0 grey, inset 0 -1px 0 grey;
}

region-header:before {
  top: -1px;
  border-top: 1px solid red;
  position: sticky;
  top: 0;
}

.service-header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 3;
  background: var(--region-header-bg);
  min-width: 15rem !important;
  max-width: 15rem !important;
}

.root-service-bg i {
  float: right;
  transition: all 1s ease;
  padding-top: 0.4rem;
}

#horizon:hover,
#horizon-next-gen:hover,
#ws1-intelligence:hover,
#ws1-services:hover {
  cursor: pointer;
  background: #29b765 !important;
}

.service-status-data {
  text-align: center;
  width: 5rem;
}

th {
  min-width: 5.3rem !important;
  max-width: 5.3rem !important;
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}

.tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 10;
}

.region-table {
  width: 100%;
  max-height: 100vh;
}

.issue-reporting {
  margin-bottom: 2rem;
  text-align: center;
}

.layout-content.status .masthead-container.basic {
  max-width: none;
}