@font-face {
  font-family: AmazonEmber;
  src: url(assets/AmazonEmber_Rg.ttf);
}
@font-face {
  font-family: AmazonEmber;
  src: url(assets/AmazonEmber_Bd.ttf);
  font-weight: bold;
}
@font-face {
  font-family: AmazonEmber;
  src: url(assets/AmazonEmber_Lt.ttf);
  font-weight: 200;
}
@keyframes blink {
  0% {
    background-color: #ff1313;
  }
  50% {
    background-color: #ff5353;
  }
  100% {
    background-color: #ff1313;
  }
}
* {
  font-family: "AmazonEmber";
}
html {
  height: 100%;
  width: 100%;
}
body {
  font: 100% "AmazonEmber", "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
  color: #666;
  margin: 0px;
  height: inherit;
  background-color: #f2f2f2;
  cursor: default;
}
#root {
  height: inherit;
}
#ccp-mount.ccp {
  align-self: flex-start;
}
iframe {
  border: none;
  /* These are the absolute minimum sizes such that the CCP has no scoll bars. */
  min-height: 465px;
  min-width: 200px;
}
.title {
  padding: 2.5vh 0px 3.5vh 0px;
  font-size: 28px;
}
.nav-left {
  float: left;
  padding-left: 10px;
  display: flex;
}
.nav-right {
  float: right;
  padding-right: 10px;
  column-count: 3;
  display: flex;
  justify-content: flex-end;
}
.popup.show {
  display: flex;
  align-items: center;
  justify-content: center;
}
.theme-footer {
  position: absolute;
  left: 50%;
  bottom: 0%;
  transform: translate(-50%, -50%);
}
.nav-button {
  padding: 5px 15px 2px 15px;
}
.main-content {
  position: relative;
}
.main-popup-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 10px;
  z-index: 5;
}
.middle {
  display: flex;
  justify-content: center;
  margin: 5px 0px;
  padding-bottom: 100px;
  height: 100%;
  width: 100%;
}
.row {
  display: flex;
  width: 100%;
  height: auto;
}
.left-col {
  width: 50%;
  display: flex;
  align-items: flex-start;
}
.right-col {
  width: 50%;
  padding: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.contact-form-data-left {
  text-align: left;
  width: 30%;
  margin: 5px;
}
.contact-form-data-right {
  text-align: left;
  width: 65%;
  margin: 5px;
}
.contact-form-button {
  margin: 10px;
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.spa-button {
  cursor: pointer;
  background-color: #ffd700;
  color: #131000;
  border-radius: 5px;
  border: 2px solid #4f4f4f;
  margin-right: 20px;
  padding: 5px 25px 5px 25px;
}
.spa-button:hover {
  background-color: #ffa500;
}
.blink {
  animation: blink 1s infinite;
}
.contact-form-button {
  margin: 10px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.contact-form-inputs {
  display: flex;
  flex-direction: row;
  margin-right: 20px;
  align-items: center;
}
.contact-form-input-box {
  width: 70%;
  padding: 5px;
  border-radius: 5px;
}
.spa-table-items {
  padding: 0px 5px 0px 5px;
  border-radius: 5px;
}
.spa-table {
  width: 100%;
  margin: 10px 0px;
}
.metrics-body {
  display: flex;
  justify-content: space-between;
  margin: 0px;
  height: 300px;
}
.non-modal-popup-container {
  position: relative;
}
.non-modal-popup {
  position: absolute;
  bottom: 100%;
  left: 75%;
  transform: translateX(-50%);
  background-color: #feff9c;
  padding: 20px;
  border: 1px solid #fff740;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.non-modal-popup.open {
  opacity: 1;
  visibility: visible;
}
.close-button {
  position: absolute;
  top: 10px;
  right: 10px;
}
.limited-text {
  max-width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ccp {
  margin: 10px;
  border-radius: 5px;
  width: auto;
}
.ccp-hidden {
  margin: 10px;
  border-radius: 5px;
  width: auto;
  display: none;
}
.ccp-loading {
  margin: 10px;
  border-radius: 5px;
  width: auto;
  height: 60px;
}
.ccp-loading-hidden {
  margin: 10px;
  border-radius: 5px;
  width: auto;
  display: none;
}
.minimize-button {
  overflow: auto;
}
.maximize-button {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
}
.maximize-button > * {
  margin-left: auto;
}
.type-of-user {
  text-align: left;
  padding: 15px 0px 0px 15px;
}
.top-row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hide {
  display: none;
}
.survey-filter-row {
  display: flex;
  justify-content: flex-end;
  width: 80%;
}
.survey-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 30px;
  margin: 5px;
}
.survery-title {
  display: inline-block;
  width: 80px;
  text-align: right;
  padding-right: 5px;
}
.survey-items-per-text {
  display: inline-block;
  text-align: right;
  padding-right: 5px;
}
.survey-input {
  width: 70%;
  padding: 5px;
  border-radius: 5px;
}
.survey-input-date {
  width: 50%;
  padding: 5px;
  border-radius: 5px;
  margin-right: 5px;
}
.survey-hour-select {
  cursor: pointer;
  height: 100%;
}
.filter-column {
  flex: 1;
  margin-right: 10px;
}
.survey-search-row {
  display: flex;
  justify-content: center;
}
.survey-search-button {
  padding: 5px 10px 5px 10px;
  border-radius: 5px;
  background-color: #027bae;
  border: 2px solid #027bae;
  color: #ffffff;
  width: 150px;
  text-align: center;
}
.survey-search-button:hover {
  color: #027bae;
  background-color: #ffffff;
}
.survey-search-button:active {
  color: #ffffff;
  background-color: #000000;
}
.survey-results-table {
  border: 2px solid #000000;
  margin: 5px;
  border-collapse: collapse;
  width: 100%;
  border-radius: 5px;
}
.survey-results-table th,
.survey-results-table td {
  border: 1px solid #000000;
  padding: 8px;
  white-space: nowrap;
  /* Prevent text wrapping inside cells */
}
.survey-results-table th {
  background-color: #bababa;
}
/* Set the maximum width of the table to fit within the container */
.survey-results-table {
  max-width: 100%;
}
.survey-table-head {
  background-color: #c0c0c0;
  color: #000000;
  padding: 10px;
}
.survey-table-container {
  margin: 10px;
  overflow-x: auto;
  border-radius: 5px;
  border: 1px solid black;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
  overflow-y: scroll;
  max-height: 400px;
}
.even-row {
  background-color: #f2f2f2;
}
.odd-row {
  background-color: #ffffff;
}
.api-dropdown {
  display: flex;
  justify-content: flex-end;
  width: 98%;
  margin: 3px 5px 0px 2px;
}
.queue-td {
  padding: 10px;
}
.fixed-header-table {
  position: relative;
  z-index: 1;
  width: 100%;
  table-layout: auto;
}
.fixed-header-table thead {
  position: sticky;
  top: 0;
  background-color: #f1f1f1;
}
.fixed-header-table th {
  padding: 10px;
}
.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.left-items-container {
  display: flex;
  align-items: center;
}
.logout-button {
  cursor: pointer;
  display: flex;
  position: absolute;
  top: 30px;
  right: 30px;
  color: white;
}
.legend-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 45%;
  margin: auto;
  border: 1px solid black;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
  padding: 5px;
  border-radius: 5px;
}
.legent-inner-container {
  width: auto;
  background-color: #f2f2f2;
  border: 1px solid black;
  border-radius: 5px;
  margin: 5px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
}
.queue-metrics-title-header-light {
  text-align: center;
  width: 100%;
  padding-bottom: 10px;
  font-weight: bolder;
  font-size: 18px;
  color: #202020;
}
.survey-legend-title {
  text-align: center;
  font-weight: bolder;
  padding: 5px;
  margin: 5px;
  color: #000000;
}
.page-length-drop {
  display: flex;
  justify-content: right;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  height: 30px;
}
.loading-div {
  width: 100%;
  height: 200px;
  display: flex;
  text-align: center;
}
.loading-div-text {
  text-align: center;
  font-size: 24px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.top-default {
  background-color: #000000;
  color: #fafafa;
  text-align: center;
  font-size: 20px;
  width: 100%;
  padding-bottom: 10px;
  position: relative;
  display: inline-block;
}
.main-footer-default {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px;
  background-color: #000000;
  color: #fafafa;
  z-index: 9999;
}
.popup-heading-default {
  font-size: 25px;
  font-weight: bold;
  color: #fafafa;
}
.popup-default {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9998;
}
.about-info-default {
  background-color: #fdfdfd;
  color: black;
  margin: 10px;
  padding: 10px;
  border-radius: 5px;
}
.theme-popup-content-default {
  background-color: #000000;
  padding: 20px;
  border-radius: 5px;
  width: 225px;
  height: 250px;
  position: relative;
  display: flex;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
}
.theme-current-state-default {
  background-color: #fdfdfd;
  width: 200px;
  margin: 10px;
  padding: 5px;
  border-radius: 5px;
}
.theme-list-default {
  background-color: #fdfdfd;
  width: 200px;
  height: 110px;
  margin: 10px;
  padding: 5px;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.theme-active-view-default {
  color: red;
  font-weight: bolder;
  padding: 2px;
  text-align: center;
}
.theme-buttons-default {
  cursor: pointer;
  color: black;
  font-weight: bold;
  padding: 5px;
  text-align: center;
}
.theme-buttons-default:hover {
  border-radius: 5px;
  background-color: red;
  border: 2px solid #000000;
  font-weight: bold;
}
.theme-close-button-default {
  cursor: pointer;
  background-color: red;
  color: #fdfdfd;
  border: 2px solid red;
  border-radius: 5px;
  padding: 5px 25px 5px 25px;
}
.theme-close-button-default:hover {
  background-color: #fdfdfd;
  color: black;
  border: 2px solid red;
  border-radius: 5px;
  padding: 5px 25px 5px 25px;
}
.dash-dropdown-default {
  cursor: pointer;
  background-color: #fdfdfd;
  color: black;
}
.nav-buttons-style-default {
  background-color: #000000;
  color: #fdfdfd;
  border-radius: 5px;
  border: 2px solid #000000;
  padding: 5px 5px 0px 5px;
  position: relative;
  display: inline-block;
  width: 20vw;
  z-index: 2;
}
.nav-buttons-style-default:hover {
  background-color: red;
  color: black;
  border-radius: 5px 5px 0px 0px;
  font-weight: bolder;
  position: relative;
  display: inline-block;
}
.home-button-style-default {
  cursor: pointer;
  background-color: red;
  color: #fdfdfd;
  border-radius: 5px;
  padding: 5px;
  border: 2px solid #000000;
}
.home-button-style-default:hover {
  background-color: #fdfdfd;
  color: black;
  border: 2px solid red;
}
.home-button-style-default:active {
  background-color: #000000;
  color: #fdfdfd;
}
.drp-dwn-content-default {
  cursor: pointer;
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  overflow: hidden;
  background-color: red;
  border-radius: 0px 0px 5px 5px;
}
.nav-content-default {
  padding: 10px;
  width: 100%;
  text-align: left;
  border-bottom: 2px solid #000000;
  border-top: 2px solid #000000;
}
.nav-content-default:hover {
  color: #fdfdfd;
  background-color: #000000;
  border: 2px solid #fdfdfd;
}
.nav-content-default:active {
  background-color: #fdfdfd;
  color: #000000;
}
.empty-button-style-default {
  cursor: pointer;
  background-color: #000000;
  color: #fdfdfd;
  border-radius: 5px;
  padding: 5px;
  position: relative;
  display: inline-block;
  width: 14vw;
  border: 2px solid #000000;
}
.empty-button-style-default:hover {
  background-color: red;
  color: #fdfdfd;
  border: 2px solid #fdfdfd;
  border-radius: 5px;
  position: relative;
  display: inline-block;
}
.empty-button-style-default:active {
  background-color: #fdfdfd;
  color: #000000;
}
.logout-button-link-default {
  display: flex;
  text-decoration: none;
  color: #fdfdfd;
}
.logout-button-link-default:hover {
  color: red;
}
.logout-button-link-default:active {
  color: #fdfdfd;
}
.about-close-x-default:hover {
  color: red;
  background-color: black;
}
.about-popup-content-default {
  background-color: #000000;
  padding: 7px;
  border-radius: 5px;
  width: 350px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
}
.contact-form-main-default {
  background-color: #dddddd;
  color: #000000;
  border-radius: 5px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
  width: 85%;
  margin: 20px 10px 10px 20px;
  padding: 5px;
}
.contact-form-title-default {
  text-align: center;
  padding: 5px;
  font-weight: bold;
}
.contact-form-data-top-default {
  margin: 0px 5px 0px 5px;
  display: flex;
  width: auto;
  height: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #0b0b0b;
  background-color: #fdfdfd;
}
.contact-form-data-mid-default {
  margin: 0px 5px 0px 5px;
  display: flex;
  width: auto;
  height: 100%;
  color: #000000;
  background-color: #fdfdfd;
}
.contact-form-data-botom-default {
  margin: 0px 5px 0px 5px;
  display: flex;
  width: auto;
  height: 100%;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #000000;
  background-color: #fdfdfd;
}
.copy-contact-button-default {
  cursor: pointer;
  background-color: #fdfdfd;
  color: #131000;
  border-radius: 5px;
  border: 2px solid #4f4f4f;
  padding: 5px 25px 5px 25px;
}
.copy-contact-button-default:hover {
  background-color: #f82c2c;
}
.copy-contact-button-default:active {
  color: #fdfdfd;
  background-color: #131000;
}
.contact-form-input-default {
  margin: 10px;
  width: 100%;
  display: flex;
  flex-direction: row;
  background-color: #fdfdfd;
  padding: 20px;
  border-radius: 5px;
}
.contact-input-default {
  border: 1px solid #777777;
}
.table-container-default {
  max-height: 100%;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
  background-color: #dddddd;
  border-radius: 5px;
  margin: 10px 20px 10px 10px;
  padding: 5px;
  width: 95%;
}
.spa-table-header-default {
  color: #000000;
  font-weight: bold;
  text-align: center;
  padding-left: 5px;
}
.spa-table-body-default {
  border-radius: 5px;
  color: #000000;
  background-color: #fdfdfd;
  text-align: left;
}
.metrics-main-default {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
  padding: 5px 10px 5px 10px;
  margin: 10px;
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #dddddd;
  border-radius: 5px;
}
.metrics-header-default {
  border-radius: 5px;
  display: flex;
  background-color: #000000;
  margin: 0px 5px 10px 5px;
  padding: 10px;
}
.metrics-header-values-default {
  border: 0.5px solid #fdfdfd;
  border-radius: 5px;
  padding: 5px 10px 5px 10px;
  color: #fdfdfd;
  margin-right: 10px;
}
.metrics-main-body-default {
  background-color: #fdfdfd;
  padding: 5px;
  margin: 5px;
  border-radius: 5px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
}
.metrics-column-default {
  display: flex;
  width: 100%;
  height: 300px;
  overflow: scroll;
  background-color: #d1d1d1;
}
.ccp-container-default {
  padding: 5px;
  margin: 10px 20px 20px 10px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  background-color: #dddddd;
  width: 95%;
}
.survey-header-default {
  background-color: #dddddd;
}
.survey-header-title-default {
  text-align: center;
  padding: 5px;
}
.survey-results-header-default {
  border-top: #000000 2px solid;
  border-bottom: #000000 2px solid;
  margin-bottom: 10px;
}
.metrics-header-icon-default {
  cursor: pointer;
  border: 0.5px solid #fdfdfd;
  border-radius: 5px;
  padding: 5px 10px 5px 10px;
  color: #fdfdfd;
  margin-right: 10px;
}
.metrics-header-icon-default:hover {
  border: 0.5px solid #fdfdfd;
  color: #000000;
  background-color: #777777;
}
.metrics-header-icon-default:active {
  background-color: #fdfdfd;
  border: 0.5px solid #777777;
}
.queue-metrics-title-header-default {
  text-align: center;
  width: 100%;
  padding-bottom: 10px;
  font-weight: bolder;
  font-size: 18px;
  color: #000000;
}
.top-dark {
  background-color: #888888;
  color: #f2f2f2;
  text-align: center;
  font-size: 20px;
  width: 100%;
  padding-bottom: 10px;
  position: relative;
  display: inline-block;
}
.main-footer-dark {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px;
  background-color: #888888;
  color: #c4c4c4;
  z-index: 9999;
}
.popup-heading-dark {
  font-size: 25px;
  font-weight: bold;
  color: #0a0a0a;
}
.popup-dark {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #888888;
  z-index: 9998;
}
.about-info-dark {
  background-color: #4a4a4a;
  color: #f2f2f2;
  margin: 10px;
  padding: 10px;
  border-radius: 5px;
}
.theme-popup-content-dark {
  background-color: #888888;
  padding: 20px;
  border-radius: 5px;
  width: 225px;
  height: 250px;
  position: relative;
  display: flex;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
}
.theme-current-state-dark {
  background-color: #4a4a4a;
  width: 200px;
  margin: 10px;
  padding: 5px;
  border-radius: 5px;
}
.theme-list-dark {
  background-color: #4a4a4a;
  color: #f3f3f3;
  width: 200px;
  height: 110px;
  margin: 10px;
  padding: 5px;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.theme-active-view-dark {
  color: #0895c4;
  font-weight: bolder;
  padding: 2px;
  text-align: center;
}
.theme-buttons-dark {
  cursor: pointer;
  color: #f2f2f2;
  font-weight: bold;
  padding: 5px;
  text-align: center;
}
.theme-buttons-dark:hover {
  border-radius: 5px;
  background-color: #0895c4;
  border: 2px solid #f2f2f2;
  font-weight: bold;
}
.theme-close-button-dark {
  background-color: #0895c4;
  color: #0a0a0a;
  border: 2px solid #0a0a0a;
  border-radius: 5px;
  padding: 5px 25px 5px 25px;
}
.theme-close-button-dark:hover {
  background-color: #f2f2f2;
  color: #0a0a0a;
  border: 2px solid #0a0a0a;
  border-radius: 5px;
  padding: 5px 25px 5px 25px;
}
.dash-dropdown-dark {
  background-color: #888888;
  color: #f2f2f2;
}
.nav-buttons-style-dark {
  background-color: #888888;
  color: #f2f2f2;
  border-radius: 5px;
  border: 2px solid #888888;
  padding: 5px 5px 0px 5px;
  position: relative;
  display: inline-block;
  width: 20vw;
  font-weight: bolder;
  z-index: 2;
}
.nav-buttons-style-dark:hover {
  background-color: #0895c4;
  color: #0a0a0a;
  border-radius: 5px 5px 0px 0px;
  font-weight: bolder;
  position: relative;
  display: inline-block;
}
.home-button-style-dark {
  cursor: pointer;
  background-color: #0895c4;
  color: #0a0a0a;
  border-radius: 5px;
  padding: 5px;
  border: 2px solid #888888;
  font-weight: bolder;
}
.home-button-style-dark:hover {
  background-color: #888888;
  color: #f2f2f2;
  border: 2px solid #f2f2f2;
  font-weight: bolder;
}
.home-button-style-dark:active {
  color: #888888;
  background-color: #f2f2f2;
}
.drp-dwn-content-dark {
  cursor: pointer;
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  overflow: hidden;
  background-color: #0895c4;
  border-radius: 0px 0px 5px 5px;
}
.nav-content-dark {
  padding: 10px;
  width: 100%;
  text-align: left;
  border-bottom: 2px solid #f2f2f2;
  border-top: 2px solid #f2f2f2;
}
.nav-content-dark:hover {
  color: #f2f2f2;
  background-color: #888888;
  border: 2px solid #888888;
}
.nav-content-dark:active {
  background-color: #f2f2f2;
  color: #888888;
}
.empty-button-style-dark {
  cursor: pointer;
  background-color: #888888;
  color: #f2f2f2;
  border-radius: 5px;
  padding: 5px;
  position: relative;
  display: inline-block;
  width: 14vw;
  border: 2px solid #888888;
  font-weight: bolder;
}
.empty-button-style-dark:hover {
  background-color: #0895c4;
  color: #0a0a0a;
  border: 2px solid #888888;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  font-weight: bolder;
}
.empty-button-style-dark:active {
  background-color: #f2f2f2;
  color: #888888;
}
.logout-button-link-dark {
  display: flex;
  text-decoration: none;
  color: #f2f2f2;
}
.logout-button-link-dark:hover {
  color: #0a0a0a;
}
.logout-button-link-dark:active {
  color: #0895c4;
}
.about-close-x-dark:hover {
  color: #0895c4;
  background-color: #888888;
}
.about-popup-content-dark {
  background-color: #888888;
  padding: 7px;
  border-radius: 5px;
  width: 350px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
}
.contact-form-main-dark {
  background-color: #888888;
  color: #e7e7e7;
  border-radius: 5px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
  width: 85%;
  margin: 20px 10px 10px 20px;
  padding: 5px;
}
.contact-form-title-dark {
  text-align: center;
  padding: 5px;
  font-weight: bold;
}
.contact-form-data-top-dark {
  margin: 0px 5px 0px 5px;
  display: flex;
  width: auto;
  height: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #e7e7e7;
  background-color: #4a4a4a;
}
.contact-form-data-mid-dark {
  margin: 0px 5px 0px 5px;
  display: flex;
  width: auto;
  height: 100%;
  color: #e7e7e7;
  background-color: #4a4a4a;
}
.contact-form-data-botom-dark {
  margin: 0px 5px 0px 5px;
  display: flex;
  width: auto;
  height: 100%;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #e7e7e7;
  background-color: #4a4a4a;
}
.copy-contact-button-dark {
  cursor: pointer;
  background-color: #4a4a4a;
  color: #f3f3f3;
  border-radius: 5px;
  border: 2px solid #777777;
  padding: 5px 25px 5px 25px;
}
.copy-contact-button-dark:hover {
  background-color: #2899be;
}
.copy-contact-button-dark:active {
  color: #4a4a4a;
  background-color: #f3f3f3;
}
.contact-form-input-dark {
  margin: 10px;
  width: 100%;
  display: flex;
  flex-direction: row;
  background-color: #4a4a4a;
  padding: 20px;
  border-radius: 5px;
}
.contact-input-dark {
  border: 1px solid #aaaaaa;
}
.table-container-dark {
  max-height: 100%;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
  background-color: #777777;
  border-radius: 5px;
  margin: 10px 20px 10px 10px;
  padding: 5px;
  width: 95%;
}
.spa-table-header-dark {
  color: #e7e7e7;
  font-weight: bold;
  text-align: center;
  padding-left: 5px;
}
.spa-table-body-dark {
  border-radius: 5px;
  color: #e7e7e7;
  background-color: #4a4a4a;
  text-align: left;
}
.metrics-main-dark {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
  padding: 5px 10px 5px 10px;
  margin: 10px;
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #888888;
  border-radius: 5px;
}
.metrics-header-dark {
  border-radius: 5px;
  display: flex;
  background-color: #4a4a4a;
  margin: 0px 5px 10px 5px;
  padding: 10px;
}
.metrics-header-values-dark {
  border: 0.5px solid #e7e7e7;
  border-radius: 5px;
  padding: 5px 10px 5px 10px;
  color: #e7e7e7;
  margin-right: 10px;
}
.metrics-main-body-dark {
  background-color: #4a4a4a;
  padding: 5px;
  margin: 5px;
  border-radius: 5px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
}
.metrics-column-dark {
  display: flex;
  width: 100%;
  height: 300px;
  overflow: scroll;
  background-color: #d1d1d1;
}
.ccp-container-dark {
  padding: 5px;
  margin: 10px 20px 20px 10px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  background-color: #888888;
  width: 95%;
}
.metrics-header-icon-dark {
  cursor: pointer;
  border: 0.5px solid #e7e7e7;
  border-radius: 5px;
  padding: 5px 10px 5px 10px;
  color: #e7e7e7;
  margin-right: 10px;
}
.metrics-header-icon-dark:hover {
  border: 0.5px solid #000000;
  color: #000000;
  background-color: #e7e7e7;
}
.metrics-header-icon-dark:active {
  background-color: #888888;
  border: 0.5px solid #000000;
}
.queue-metrics-title-header-dark {
  text-align: center;
  width: 100%;
  padding-bottom: 10px;
  font-weight: bolder;
  font-size: 18px;
  color: #f2f2f2;
}
.top-light {
  background-color: #aaaaaa;
  color: #202020;
  text-align: center;
  font-size: 20px;
  width: 100%;
  padding-bottom: 10px;
  position: relative;
  display: inline-block;
}
.main-footer-light {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px;
  background-color: #aaaaaa;
  color: #202020;
  z-index: 9999;
}
.popup-heading-light {
  font-size: 25px;
  font-weight: bold;
  color: #202020;
}
.popup-light {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(240, 240, 240, 0.5);
  z-index: 9998;
}
.about-info-light {
  background-color: #e6e6e6;
  color: #202020;
  margin: 10px;
  padding: 10px;
  border-radius: 5px;
}
.theme-popup-content-light {
  background-color: #aaaaaa;
  padding: 20px;
  border-radius: 5px;
  width: 225px;
  height: 250px;
  position: relative;
  display: flex;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
}
.theme-current-state-light {
  background-color: #eeeeee;
  width: 200px;
  margin: 10px;
  padding: 5px;
  border-radius: 5px;
}
.theme-list-light {
  background-color: #eeeeee;
  color: #202020;
  width: 200px;
  height: 110px;
  margin: 10px;
  padding: 5px;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.theme-active-view-light {
  color: #077398;
  font-weight: bolder;
  padding: 2px;
  text-align: center;
}
.theme-buttons-light {
  cursor: pointer;
  color: #202020 k;
  font-weight: bold;
  padding: 5px;
  text-align: center;
}
.theme-buttons-light:hover {
  border-radius: 5px;
  background-color: #077398;
  border: 2px solid #202020;
  font-weight: bold;
}
.theme-close-button-light {
  background-color: #077398;
  color: #202020;
  border: 2px solid #077398;
  border-radius: 5px;
  padding: 5px 25px 5px 25px;
}
.theme-close-button-light:hover {
  background-color: #fafafa;
  color: #202020;
  border: 2px solid #077398;
  border-radius: 5px;
  padding: 5px 25px 5px 25px;
}
.dash-dropdown-light {
  background-color: #aaaaaa;
  color: #202020;
}
.nav-buttons-style-light {
  background-color: #aaaaaa;
  color: #202020;
  border-radius: 5px;
  border: 2px solid #aaaaaa;
  padding: 5px 5px 0px 5px;
  position: relative;
  display: inline-block;
  width: 20vw;
  font-weight: bolder;
  z-index: 2;
}
.nav-buttons-style-light:hover {
  background-color: #077398;
  color: #202020;
  border-radius: 5px 5px 0px 0px;
  font-weight: bolder;
  position: relative;
  display: inline-block;
}
.home-button-style-light {
  cursor: pointer;
  background-color: #077398;
  color: #202020;
  border-radius: 5px;
  padding: 5px;
  border: 2px solid #aaaaaa;
  font-weight: bolder;
}
.home-button-style-light:hover {
  background-color: #fafafa;
  color: #202020;
  border: 2px solid #077398;
  font-weight: bolder;
}
.home-button-style-light:active {
  color: #fafafa;
  background-color: #202020;
}
.drp-dwn-content-light {
  cursor: pointer;
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  overflow: hidden;
  background-color: #077398;
  border-radius: 0px 0px 5px 5px;
}
.nav-content-light {
  padding: 10px;
  width: 100%;
  text-align: left;
  border-bottom: 2px solid #202020;
  border-top: 2px solid #202020;
}
.nav-content-light:hover {
  color: #202020;
  background-color: #aaaaaa;
  border: 2px solid #fafafa;
}
.nav-content-light:active {
  background-color: #202020;
  color: #aaaaaa;
}
.empty-button-style-light {
  cursor: pointer;
  background-color: #aaaaaa;
  color: #202020;
  border-radius: 5px;
  padding: 5px;
  position: relative;
  display: inline-block;
  width: 14vw;
  border: 2px solid #aaaaaa;
  font-weight: bolder;
}
.empty-button-style-light:hover {
  background-color: #077398;
  color: #202020;
  border: 2px solid #aaaaaa;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  font-weight: bolder;
}
.empty-button-style-light:active {
  background-color: #202020;
  color: #aaaaaa;
}
.logout-button-link-light {
  display: flex;
  text-decoration: none;
  color: #202020;
}
.logout-button-link-light:hover {
  color: #077398;
}
.logout-button-link-light:active {
  color: #202020;
}
.about-close-x-light:hover {
  color: #077398;
  background-color: #888888;
}
.about-popup-content-light {
  background-color: #aaaaaa;
  padding: 7px;
  border-radius: 5px;
  width: 350px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
}
.contact-form-main-light {
  background-color: #aaaaaa;
  color: #202020;
  border-radius: 5px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
  width: 85%;
  margin: 20px 10px 10px 20px;
  padding: 5px;
}
.contact-form-title-light {
  text-align: center;
  padding: 5px;
  font-weight: bold;
}
.contact-form-data-top-light {
  margin: 0px 5px 0px 5px;
  display: flex;
  width: auto;
  height: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #fafafa;
  color: #202020;
}
.contact-form-data-mid-light {
  margin: 0px 5px 0px 5px;
  display: flex;
  width: auto;
  height: 100%;
  background-color: #fafafa;
  color: #202020;
}
.contact-form-data-botom-light {
  margin: 0px 5px 0px 5px;
  display: flex;
  width: auto;
  height: 100%;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #fafafa;
  color: #202020;
}
.copy-contact-button-light {
  cursor: pointer;
  background-color: #fafafa;
  color: #0d0d0d;
  border-radius: 5px;
  border: 2px solid #4f4f4f;
  padding: 5px 25px 5px 25px;
}
.copy-contact-button-light:hover {
  background-color: #3188a5;
}
.copy-contact-button-light:active {
  color: #fafafa;
  background-color: #0d0d0d;
}
.contact-form-input-light {
  margin: 10px;
  width: 100%;
  display: flex;
  flex-direction: row;
  background-color: #fafafa;
  padding: 20px;
  border-radius: 5px;
}
.contact-input-light {
  border: 1px solid #777777;
}
.table-container-light {
  max-height: 100%;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
  background-color: #aaaaaa;
  border-radius: 5px;
  margin: 10px 20px 10px 10px;
  padding: 5px;
  width: 95%;
}
.spa-table-header-light {
  color: #0d0d0d;
  font-weight: bold;
  text-align: center;
  padding-left: 5px;
}
.spa-table-body-light {
  border-radius: 5px;
  background-color: #fafafa;
  color: #202020;
  text-align: left;
}
.metrics-main-light {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
  padding: 5px 10px 5px 10px;
  margin: 10px;
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #aaaaaa;
  border-radius: 5px;
}
.metrics-header-light {
  border-radius: 5px;
  display: flex;
  background-color: #fafafa;
  margin: 0px 5px 10px 5px;
  padding: 10px;
}
.metrics-header-values-light {
  border: 0.5px solid #202020;
  border-radius: 5px;
  padding: 5px 10px 5px 10px;
  color: #202020;
  margin-right: 10px;
}
.metrics-main-body-light {
  background-color: #fafafa;
  padding: 5px;
  margin: 5px;
  border-radius: 5px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
}
.metrics-column-light {
  display: flex;
  width: 100%;
  height: 300px;
  overflow: scroll;
  background-color: #d1d1d1;
}
.ccp-container-light {
  padding: 5px;
  margin: 10px 20px 20px 10px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  background-color: #aaaaaa;
  width: 95%;
}
.metrics-header-icon-light {
  cursor: pointer;
  border: 0.5px solid #202020;
  border-radius: 5px;
  padding: 5px 10px 5px 10px;
  color: #202020;
  margin-right: 10px;
}
.metrics-header-icon-light:hover {
  background-color: #aaaaaa;
}
.metrics-header-icon-light:active {
  background-color: #202020;
  color: #aaaaaa;
}
