
.active[data-v-dc0b9aa2] {
        text-decoration: underline;
}
.breadcrumbs[data-v-931842a2] {
  margin-bottom: 1rem;
}
.breadcrumbs[data-v-931842a2] .n-breadcrumb-item__link:hover {
  text-decoration: none;
}.templ-page-header-wrapper[data-v-8d314cd4] {
  margin-bottom: 2rem;
}
.templ-page-header[data-v-8d314cd4] {
  display: flex;
  align-items: center;
  gap: 10px;
}
.templ-page-header h1[data-v-8d314cd4] {
  flex-grow: 1;
  margin-bottom: 12px;
}
.templ-page-header .buttons[data-v-8d314cd4] {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.templ-page-header .buttons *[data-v-8d314cd4]:not(:last-child) {
  margin-right: 5px;
}.templ-card[data-v-f20eb5e8] {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #CAD2D9;
}
.templ-card.padded[data-v-f20eb5e8] {
  padding: 20px 26px;
}[data-v-6e666ea9] .n-base-selection {
  --n-font-size: 15.2px !important;
  --n-height: 37px !important;
  --n-border-active: 1px solid #00bef6 !important;
  --n-border-focus: 1px solid #00bef6 !important;
  --n-border-hover: 1px solid #98A6B4 !important;
  --n-box-shadow-active: 0 0 0 4.5px #EBFAFD !important;
  --n-box-shadow-focus: 0 0 0 4.5px #EBFAFD !important;
}span[data-v-c2d38393] {
  width: 20px;
  height: 20px;
  border: 4px solid #102D47;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation-c2d38393 0.75s linear infinite;
}
span.white[data-v-c2d38393] {
  border-color: white;
  border-bottom-color: #102D47;
}
@keyframes rotation-c2d38393 {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
span.xs[data-v-c2d38393] {
  width: 15px;
  height: 15px;
  border-width: 3px;
}
span.lg[data-v-c2d38393] {
  width: 50px;
  height: 50px;
  border-width: 5px;
}
span.centered[data-v-c2d38393] {
  display: block;
  margin: 0 auto;
}
p[data-v-c2d38393] {
  margin-top: 20px;
}svg[data-v-08aca001] {
  width: 14px;
  height: 14px;
  margin: 0 0.5rem;
  transform: translateY(-1.5px);
}span.colorize.positive[data-v-cb9705b0] {
  color: #E56B6B;
}
span.colorize.negative[data-v-cb9705b0] {
  color: #4CBC9D;
}.donut-chart[data-v-de837c70] {
  height: 25px;
  width: 25px;
  position: relative;
}
.donut-chart svg[data-v-de837c70] {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
  background: #D6F6FF;
  border-radius: 50%;
}
.donut-chart circle[data-v-de837c70] {
  fill: #D6F6FF;
  stroke: #102D47;
  stroke-width: 25px;
  animation: donut-animation 1s;
}
.donut-chart.has-overage circle[data-v-de837c70] {
  stroke: #E56B6B;
}header[data-v-093e13b6] {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  padding: 26px 26px 0 26px;
}
header *[name=month][data-v-093e13b6] {
  min-width: 200px;
}
header label[for=page_size][data-v-093e13b6] {
  display: flex;
  gap: 10px;
  align-items: center;
}
header label[for=page_size] *[name=page_size][data-v-093e13b6] {
  min-width: 75px;
}
main[data-v-093e13b6] {
  padding: 0 26px 0 26px;
  overflow-x: auto;
}
main.loading[data-v-093e13b6] {
  overflow-x: hidden;
}
main .table[data-v-093e13b6] {
  min-width: 800px;
}
main .table .table-head[data-v-093e13b6],
main .table .table-row[data-v-093e13b6] {
  display: grid;
  grid-template-columns: minmax(25%, 2fr) minmax(200px, 1fr) minmax(230px, 1fr) repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
}
main .table .usage[data-v-093e13b6] {
  display: flex;
  align-items: center;
}
main .table .usage[data-v-093e13b6] .donut-chart {
  margin-right: 10px;
}
main .table .usage .staging[data-v-093e13b6] {
  margin-left: 6px;
}
footer[data-v-093e13b6] {
  padding: 10px 0 20px 0;
}
footer[data-v-093e13b6] a:hover {
  text-decoration: none !important;
}
.spinner-container[data-v-093e13b6] {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-5px);
}
.no-results[data-v-093e13b6] {
  padding: 40px 0 10px 0;
  text-align: center;
}#app .v-enter-active,
#app .v-leave-active {
  transition: opacity 1.5s ease;
}
#app .v-enter-from,
#app .v-leave-to {
  opacity: 0;
}