/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/**
 * Basic styles for links
 */
a {
  color: #0085c7;
  text-decoration: none;
}
a:hover, a:active, a:focus, a:focus-within {
  color: #222222;
  text-decoration: underline;
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  max-width: 1180px; /* 1 */
  margin-left: auto; /* 2 */
  margin-right: auto; /* 2 */
  padding-left: 20px; /* 3 */
  padding-right: 20px; /* 3 */
  width: 100%; /* 1 */
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0; /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/**
 * Basic typography style for copy text
 */
body {
  color: #222222;
  font: normal 125%/1.4 "Open Sans", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

#layout-header {
  display: flex;
  justify-content: end;
  background: #E0E0E0;
  box-shadow: rgba(17, 17, 26, 0.2) 0px 1px 0px;
  z-index: 10;
}
#layout-header .tenant-selector {
  min-width: 250px;
  max-width: 400px;
}
#layout-header .tenant-selector > div > .mud-select > .mud-input-control {
  background-color: white;
}
#layout-header .tenant-selector > div > .mud-select > .mud-input-control .mud-input-slot {
  padding: 10px;
}
#layout-header h3 {
  margin: 15px;
  font: "Consolas", "Courier New", "Liberation Mono", "SFMono-Regular", "Menlo", "Monaco", monospace;
}

.notification-bell-badge {
  inset: auto auto calc(100% - 25px) calc(100% - 25px) !important;
}

#layout-main {
  grid-column: 2;
  grid-row: 2;
  background: linear-gradient(180deg, #F5F5F5, #DDDDDD);
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
}
#layout-main #layout-content {
  padding: 20px 30px;
  margin: 0;
  box-sizing: border-box;
}

#layout-nav {
  grid-column: 1;
  grid-row: 1/3;
  background: #333333;
  border-right: solid 1px #505050;
  padding: 0;
}
#layout-nav #sidebar {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  overflow: hidden;
  height: 100vh;
}
#layout-nav #sidebar #nav-wrapper {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
#layout-nav .nav-scroll-btn {
  color: #fff !important;
}
#layout-nav .nav-scroll-btn:hover, #layout-nav .nav-scroll-btn:active {
  border-radius: 0;
}
#layout-nav #nav-scrollable {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
}
#layout-nav #nav-scrollable .nav-link {
  fill: #ffffff;
  color: #fff;
  margin: 0;
  display: block;
  padding: 0 8px;
  box-sizing: border-box;
}
#layout-nav #nav-scrollable .nav-link:hover, #layout-nav #nav-scrollable .nav-link.nav-active {
  fill: #04829f;
  color: black;
  fill: #000;
  stroke: #000;
  text-decoration: none;
}
#layout-nav #nav-scrollable .nav-link:hover:hover .nav-tile, #layout-nav #nav-scrollable .nav-link.nav-active:hover .nav-tile {
  background: white;
  fill: #000;
  stroke: #000;
  width: 100%;
  box-sizing: border-box;
}
#layout-nav #nav-scrollable .nav-link:hover .nav-tile, #layout-nav #nav-scrollable .nav-link.nav-active .nav-tile {
  border-radius: 8px;
  color: #000;
  fill: #000;
  stroke: #000;
  margin: 12px 0 0 0;
  width: 100%;
  box-sizing: border-box;
}
#layout-nav #nav-scrollable .nav-link:hover .nav-tile label, #layout-nav #nav-scrollable .nav-link.nav-active .nav-tile label {
  color: #000;
  font-size: 11px;
  cursor: pointer;
}
#layout-nav #nav-scrollable .nav-link:hover .nav-tile {
  background: rgba(255, 255, 255, 0.6);
}
#layout-nav #nav-scrollable .nav-link.nav-active .nav-tile {
  background: white;
}
#layout-nav #nav-scrollable .nav-link .nav-tile {
  margin: 12px auto 0 auto;
  padding: 6px 0px;
  display: grid;
  align-items: center;
  justify-items: center;
  fill: #fff;
  stroke: #fff;
  width: fit-content;
}
#layout-nav #nav-scrollable .nav-link .nav-tile svg {
  width: 24px;
  height: 24px;
}
#layout-nav #nav-scrollable .nav-link .nav-tile label {
  color: #fff;
  font-size: 11px;
  cursor: pointer;
  margin-top: 2px;
  text-align: center;
}
#layout-nav #nav-scrollable .nav-link.adhoc .nav-tile {
  width: fit-content;
  max-width: 64px;
  padding: 8px;
  display: grid;
  align-items: center;
  justify-items: center;
}
#layout-nav #nav-scrollable .nav-link.adhoc .nav-tile svg {
  width: 24px;
  height: 24px;
}
#layout-nav #nav-scrollable .nav-link.adhoc .nav-tile label {
  white-space: normal;
  word-break: break-word;
  max-width: 60px;
  font-size: 11px;
  margin-top: 2px;
  text-align: center;
}
#layout-nav #nav-scrollable .nav-link.adhoc.nav-active .nav-tile {
  width: 100%;
  margin: 12px 0 0 0;
}
#layout-nav #csp-logo-link {
  flex-shrink: 0;
}
#layout-nav #csp-logo-link #csp-logo {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: white;
  margin: 12px;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  justify-self: center;
  place-items: center;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0), 0 0 0 3px rgba(0, 0, 0, 0);
}
#layout-nav #csp-logo-link #csp-logo img {
  display: grid;
  justify-self: center;
  padding-top: 10px;
  max-height: 44px;
  max-width: 44px;
}
#layout-nav #logout {
  display: flex;
  justify-content: center;
  color: #fff !important;
}
#layout-nav #logout .btn-logout {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  background: none;
  margin: 12px;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  width: 44px;
  height: 64px;
  border-radius: 50%;
  justify-self: center;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0), 0 0 0 3px rgba(0, 0, 0, 0);
  margin-bottom: 36px;
}
#layout-nav #logout .btn-logout #user {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 0%;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  gap: 12px;
}
#layout-nav #logout .btn-logout #user:hover {
  color: rgb(0, 159, 218);
}
#layout-nav #logout .btn-logout #user img {
  display: block;
  max-height: 50px;
  max-width: 50px;
}

#layout-container {
  height: 100vh;
  display: grid;
  overflow: hidden;
  grid-template-rows: auto 1fr;
  grid-template-columns: 80px 1fr;
}

.btn-icon {
  background: none;
  color: inherit;
  border: none;
  margin: 10px;
  padding: 5px 5px 0 5px;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  border-radius: 8px;
}

.btn-icon:hover {
  background: #333;
}

.mud-button-root .mud-typography {
  white-space: nowrap;
}

.csp-dialog-select .mud-list-item-text .mud-typography {
  font-size: var(--mud-typography-body2-size);
}

.csp-dialog .mud-dialog-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  background: #333;
  color: white;
  text-align: center;
  font-family: "Inter Tight";
  font-style: normal;
  line-height: 125%;
}
.csp-dialog .mud-dialog-title .mud-typography {
  font-size: 1.5rem;
  font-weight: 700;
}
.csp-dialog .mud-dialog-title .mud-icon-button {
  color: white;
}
.csp-dialog .mud-dialog-content {
  padding-top: 20px;
  padding-bottom: 20px;
}
.csp-dialog .mud-dialog-actions {
  background: #F5F5F5;
  padding: 20px 30px;
}
.csp-dialog .mud-picker .mud-input-slot {
  font-size: var(--mud-typography-body2-size);
}
.csp-dialog .mud-alert-message {
  font-size: 1rem;
}
.csp-dialog .color-swatch {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #ccc;
  display: inline-block;
}

.reservation-details-dialog .qr-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 12px;
}
.reservation-details-dialog .reservation-qr-code {
  width: 240px;
  height: auto;
}
.reservation-details-dialog .details-card .mud-card-header {
  padding-bottom: 0;
}
.reservation-details-dialog .details-table td:first-child {
  width: 45%;
  color: var(--mud-palette-text-secondary);
}
.reservation-details-dialog .muted-text {
  color: var(--mud-palette-text-secondary);
}

.details-table .mud-table-container {
  padding: 0 !important;
}

.external-table-filter > .mud-card-content {
  padding-left: 20px;
  padding-right: 20px;
}

.mud-table-toolbar {
  padding-left: 20px;
  padding-inline-start: 20px;
  padding-right: 20px;
  padding-inline-end: 20px;
}

.mud-table-container {
  padding: 10px 20px;
}

table {
  padding: 0;
  background-color: none;
  width: 90%;
}

table, td, th {
  padding: 0;
  border-collapse: collapse;
}

th {
  border-bottom: 2px solid #ddd;
  font-weight: 700;
}

.mud-table-root .mud-table-head .mud-table-cell {
  font-weight: 700;
  font-size: 16px;
}

tr {
  border-bottom: 1px solid #ddd;
}

tr:hover td {
  background-color: rgba(255, 255, 255, 0.4);
}

.mud-table-striped .mud-table-container .mud-table-root .mud-table-body .mud-table-row:nth-of-type(even) {
  background-color: rgba(0, 0, 0, 0.04);
}

.mud-table-root .mud-table-head .mud-table-row.mud-table-row-group-indented-1 {
  background-color: rgba(0, 0, 0, 0.04);
}

.mud-table-root .mud-table-head .mud-table-cell.filter-header-cell {
  background-color: rgba(0, 0, 0, 0.04);
}

.mud-simple-table th,
.mud-simple-table.mud-table-dense * tr th {
  font-weight: bold;
  font-size: 16px;
}

.mud-table-pagination-toolbar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.mud-table-pagination-toolbar .mud-table-pagination-actions {
  order: -1;
}
.mud-table-pagination-toolbar .mud-table-pagination-actions .mud-icon-button {
  color: #00A4ED;
}

.page-title {
  margin: 0 0 30px;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 45px */
}

main.page-with-toolbar,
main.page-table {
  height: 100%;
  width: 100%;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 30px;
  min-height: 0;
}
main.page-with-toolbar > .page-title,
main.page-table > .page-title {
  margin-bottom: 0;
}

.page-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.page-header .page-title {
  margin-bottom: 0;
}

.page-content {
  grid-row: 2;
  overflow-y: auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.table-with-side-panel {
  flex: 1 1 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  padding: 0;
  column-gap: 0;
  margin: 0;
  overflow-y: auto;
  min-height: 0;
}

.table-with-side-panel:has(.side-edit-panel) {
  column-gap: 1rem;
}

.data-table-container {
  width: 100%;
  box-sizing: border-box;
  background: #f0f0f0;
  border-radius: 8px 0 0 8px;
  padding: 0;
  background-color: transparent;
  overflow-y: auto;
  min-height: 0;
}

.side-edit-panel {
  border-radius: 24px !important;
  background: #000;
  border-radius: 0 8px 8px 0;
  padding: 16px;
  border: none;
}

.edit-section {
  display: flex;
  flex-direction: column;
  width: 300px;
  gap: 8px;
}

.edit-section-title {
  display: grid;
  grid-template-columns: 1fr auto;
  font-size: var(--mud-typography-h6-size);
  font-family: var(--mud-typography-h6-family);
  padding: 8px;
  color: #FFFFFF;
}

.detail-content .detail-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.detail-content .detail-title {
  margin: 0;
}

main.page > .title {
  margin-bottom: 20px;
}

.detail-dialog .mud-tabs .mud-grid {
  margin-top: 10px;
  padding: 0px 30px;
}

.dashboard-widget {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 24px;
  padding: 20px;
  color: black;
}
.header-pill {
  justify-self: end;
  background: white;
  border-radius: 22px;
  text-align: center;
  padding: 10px;
  margin: 0;
  font-size: 16px;
  width: 200px;
}

.metrics-widget-container {
  height: 100%;
  width: 100%;
  display: grid;
  grid-template-rows: auto 1fr;
  grid-gap: 20px;
}

.metrics-widget-container header {
  grid-row: 1;
}

.metrics-widget-container .metrics-widget-content {
  grid-row: 2;
  height: 100%;
  max-width: 100%;
  overflow-y: hidden;
  padding: 10px;
  box-sizing: border-box;
}

/*# sourceMappingURL=main.css.map */
