/* Default settings and themes */
/* Theme */
:root {
  --text-color: rgb(37, 55, 70);
  --alt-text-color: rgb(240, 170, 0);
  --btn-bg-prim: rgb(240, 170, 0);
  --btn-bg-hover: rgb(204, 144, 3);
  --btn-color-prim: rgb(247, 244, 229);
  --nav-bg: #eff1f2;
  --nav-active-bg: rgb(99, 127, 144);
  --nav-txt-color: rgb(37, 55, 70);
  --nav-active-txt-color: rgb(247, 244, 229);
  --nav-icon-filter: invert(48%) sepia(46%) saturate(231%) hue-rotate(159deg) brightness(91%) contrast(87%);
  --page-top-bg: #eff1f2;
  --section-panel-bg: white;
  --analytics-filter-bg: rgb(99, 127, 144);
  --analytics-filter-active-bg: rgb(37, 55, 70);
  --customer-icon-preview: 'A';
  --version-icon-preview: 'A';
  --user-icon-preview: 'U';
  --section-width-offset: 60px;
  --logo-filter: brightness(1%) invert(20%) sepia(19%) saturate(852%) hue-rotate(165deg) brightness(96%) contrast(97%);
  --info-bg: rgb(225, 245, 254);
  --info-color: #01579b;
  --header-banner-height: 60px;
  --vendor-box-aspect: 0.686;
  --icon-sm-dm: 18px;
  --error-color: #f44336;
  --icon-error-filter: brightness(0) saturate(100%) invert(41%) 
    sepia(30%) saturate(6965%) hue-rotate(340deg) 
    brightness(96%) contrast(100%);
  --secondary-error-color: #ff9800;
  --warning-color: yellow;
  --secondary-warning-color: #9090ff;
  --highlight-row: #aec2d0;
  --ok-color: #90ee90;
  --alt-background-color: rgb(190, 214, 229);
  --analytics-btn-width: 30px;
  --analytics-filter-bg-alt: rgb(138, 138, 199);
  --analytics-filter-active-bg-alt: rgb(90, 90, 167);
  --label-border-color: rgb(217, 224, 228);
  --label-background-primary: rgba(243, 243, 243, 0.941);
}
* {
  margin: 0;
  padding: 0;
  color: inherit;
  font-family: inherit;
  font-size: 15px;
}
#path.content.firefox * {
  appearance: none;
}
h1 {
  font-family: 'SF Heavy';
  font-size: 34px;
}
h2,
h3 {
  font-family: 'SF Semibold';
  font-size: 24px;
}
li {
  list-style-type: none;
}
#dummy-container {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}
.btn {
  color: var(--btn-color-prim);
  font-size: 15px;
  background-color: var(--btn-bg-prim);
}
.btn:hover {
  background-color: var(--btn-bg-hover);
  cursor: pointer;
}
.code {
  display: block;
  font-family: 'Roboto Mono', monospace;
  font-size: 14px;
  background-color: #dedede;
  padding: 1px 5px 3px 5px;
  font-weight: 500;
}
.code-font {
  font-family: 'Roboto Mono', monospace;
  font-size: 14px;
}
.block {
  display: block;
}
.block.fit-content {
  width: fit-content;
}
.inline {
  display: inline-block;
  vertical-align: middle;
}
.inline:not(:first-child) {
  margin-left: 15px;
}
.inline.default {
  vertical-align: unset;
  margin-left: unset;
}
.underline {
  text-decoration: underline;
}
.colored-link {
  color: var(--alt-text-color);
  margin: 10px auto;
  width: -moz-fit-content;
  width: fit-content;
}
.not-allowed {
  color: red;
}
.camel-case,
.camel-case * {
  text-transform: capitalize;
}
img.icon-only {
  width: 18px;
  height: 18px;
  display: block;
  margin: 3px auto;
}
.flex-row {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.flex-row.inline {
  display: inline-flex;
  align-items: center;
}
.flex-row > * {
  width: -moz-max-content;
  width: max-content;
  margin: auto 0;
  flex-wrap: nowrap;
}
.no-data-found {
  padding: 20px;
  font-size: 18px;
  font-style: italic;
  background-color: #f0f0f0;
}
.copy-to-clip textarea {
  height: 0;
  width: 0;
  opacity: 0;
  z-index: -1;
}

#main-side-nav li.item-root .item-container img,
#main-side-nav li.item-root .sub-item img {
  filter: var(--nav-icon-filter);
  -webkit-filter: var(--nav-icon-filter);
}
#main-side-nav li.item-root .item-container.active img,
#main-side-nav li.item-root .sub-item.active img {
  filter: none;
  -webkit-filter: none;
}
#main-side-nav li.active-panel:hover .item-group img,
#main-side-nav li.active-panel.active .item-group img {
  filter: invert(1);
  -webkit-filter: invert(1);
}
#main-side-nav,
#customer-panel,
#version-panel {
  position: fixed;
  top: 0;
  z-index: 500;
  color: var(--nav-txt-color);
}
.root-icon {
  background-color: var(--text-color);
}
.user-info .root-icon {
  border-radius: 100%;
  border: 1px solid white;
}
#customer-list-toggle .item-group span,
#version-list-toggle .item-group span {
  overflow-wrap: break-word;
  margin-right: 10px;
  display: inline-block;
}
#customer-list-toggle .root-icon img,
#version-list-toggle .root-icon img,
.user-info .root-icon img {
  filter: var(--logo-filter);
  -webkit-filter: var(--logo-filter);
}
#customer-list-toggle .root-icon::before,
#version-list-toggle .root-icon::before,
.user-info .root-icon::before {
  content: var(--customer-icon-preview);
  position: absolute;
  bottom: -9px;
  right: -3px;
  font-size: 37px;
  color: white;
  z-index: 4;
}
#customer-list-toggle .root-icon.ex-space::before,
#version-list-toggle .root-icon.ex-space::before {
  right: 0;
}
#version-list-toggle .root-icon::before {
  content: var(--version-icon-preview);
}
.user-info .root-icon::before {
  content: var(--user-icon-preview);
  bottom: -2px;
  width: 34px;
  text-align: center;
  font-size: 30px;
}

::-webkit-inner-spin-button {
  display: none;
}
#path.content.firefox select::after {
  content: '▲';
}
option {
  background-color: white;
}
option.removed {
  background-color: var(--error-color);
  color: white;
}
body,
#app {
  min-height: 100%;
  color: var(--text-color);
}
html,
body,
#app {
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'SF Regular', 'Nunito Sans', sans-serif;
}
html {
  background-color: var(--nav-bg);
  height: -moz-fit-content;
  height: fit-content;
  min-height: 750px;
  overflow: scroll;
  overflow: auto;
  overflow: overlay;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  min-height: 500px;
}

input,
textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 5px;
  font-size: 15px;
  color: inherit;
  height: auto;
  border: 1px solid #d3d3d3;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

input[type='radio'],
input[type='checkbox'] {
  opacity: 0;
  position: absolute;
  left: 2px;
  top: 2px;
  width: 1px;
  height: 1px;
}

hr {
  width: 99%;
  margin: 0 auto;
  border-color: var(--label-border-color);
  border-width: 1px 0 0 0;
  opacity: 0.5;
  background-color: var(--label-border-color);
}
/* Default style END */

.invisible {
  opacity: 0;
}
.behind {
  z-index: -1;
}
.text-right {
  text-align: right;
}
.alert {
  padding-left: 25px;
}
button {
  border-radius: 0.2em;
  padding: 0.5em 1em;
  margin: 0.5em 1em;
}
button.no-outline {
  outline: none;
}
a.external-url {
  display: inline-block;
  vertical-align: middle;
}
a.external-url::before {
  display: inline-block;
  vertical-align: middle;
  content: '';
  width: 12px;
  height: 12px;
  background-image: url(./assets/external-link.png);
  background-size: cover;
  margin-right: 5px;
  -webkit-filter: invert(76%) sepia(67%) saturate(4541%) hue-rotate(11deg) brightness(106%) contrast(102%);
  filter: invert(76%) sepia(67%) saturate(4541%) hue-rotate(11deg) brightness(106%) contrast(102%);
}

select {
  border: 1px solid var(--label-border-color);
  background-color: #fff;
  border-radius: 0.2em;
  width: auto;
  padding: 0.5em 1em;
  margin: 4px 1em 0.5em 1em;
}
.grow .col select {
  width: 100%;
  margin: 0;
}
.gam-ad select,
.gam-site select {
  width: calc(100% - 12px);
  padding: 0.4em 1em;
  margin: 0 3px;
}

textarea {
  width: 100%;
  border: 1px solid var(--label-border-color);
}

.invisible {
  opacity: 0;
}

a {
  text-decoration: none;
}

#app {
  height: -moz-fit-content;
  height: fit-content;
}

.fl-l {
  float: left;
}
.fl-r {
  float: right;
}
.info {
  position: relative;
  padding: 5px;
  border: 1px solid lightcyan;
  background-color: lightblue;
  margin: 0 10px 10px 10px;
  background-color: var(--info-bg);
  color: var(--info-color);
  box-shadow: 0 0 3px var(--info-bg);
}
.info.pair-item {
  margin-left: 0;
  margin-bottom: 0;
  width: fit-content;
}
.info p {
  display: inline-block;
  vertical-align: middle;
}
.info a {
  display: block;
  width: auto;
  width: -moz-fit-content;
  width: fit-content;
  margin: 5px auto;
}
.invisible-card.fill-dec7 {
  width: calc(70% - 12px);
}
.invisible-card.fill-dec3 {
  width: calc(30% - 12px);
}

.message.information,
.message.success,
.message.error {
  position: relative;
  width: auto;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 42px / 42px;
  background-color: #468902;
  color: white;
  display: grid;
  grid-column-gap: 20px;
  grid-template-columns: auto 20px;
}
.message.sticky {
  position: fixed;
  bottom: 30px;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}
.message.error {
  background-color: #ed4337;
}
.message.information {
  background-color: var(--info-color);
  color: white;
}
.message.success span,
.message.error span,
.message.information span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.message.information code {
  display: inline-block;
  vertical-align: middle;
  margin-inline: 3px;
  padding-inline: 3px;
  font-weight: 700;
  font-style: italic;
}
.message.success .message,
.message.error .message,
.message.information .message {
  padding-left: 10px;
}
.message.success .close,
.message.error .close,
.message.information .close {
  border-radius: 100%;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  top: 50%;
  transform: translateY(-10px);
  color: white;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.message.success .close:hover,
.message.error .close:hover,
.message.information .close:hover {
  background-color: white;
  cursor: pointer;
}
.message.success .close::after,
.message.error .close::after,
.message.information .close::after {
  position: absolute;
  content: '\2A2F';
  color: white;
  left: 4px;
}
.message.success .close:hover::after {
  color: #468902;
}
.message.error .close:hover::after {
  color: #ed4337;
}
.message.information .close:hover::after {
  color: var(--info-color);
}

.message-container {
  margin: 0 auto 30px;
  width: -moz-fit-content;
  width: fit-content;
}

.attention-notice {
  grid-template-columns: 20px auto;
  gap: 30px;
  font-size: 1.2rem;
  line-height: 1.5;
  width: fit-content;
  padding-inline: 20px;
  margin-inline: auto;
  margin-block: 20px;
  color: black;
  border: 3px solid #ed4337;
  background-color: white;
  opacity: 0.8;
  border-radius: 20px;
  max-width: max(500px, 60vw);
}
.attention-notice > div {
  margin-block: auto;
}
.attention-notice * {
  font-size: inherit;
}
.attention-notice > div:last-child {
  padding-block: 20px;
}
.attention-notice > div:last-child > div:first-child {
  font-weight: bold;
}
.attention-notice > div:last-child > div:last-child {
  padding-top: 5px;
  font-size: 1rem;
}
.attention-notice a {
  padding-inline: 5px;
  color: #065fff
}
.attention-notice .href-list {
  padding-inline: 5px;
}
.attention-notice .href-list a {
  padding: 0;
}
.attention-notice .href-list > span:not(:last-child):not(:first-child)::before {
  content: ', '
}
.attention-notice .href-list > span:last-child::before {
  content: ' and ';
}

/* Loader animation begin */
.loader-container {
  background-color: transparent;
  padding: 2px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.loader-container.external {
  margin-top: 50px;
}
.loader-container.grid {
  min-height: 36px;
  padding-top: 5px;
}
.loader-container.grid-reload,
.loader-container.card-reload {
  padding-top: 5px;
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 8px);
  min-height: 36px;
  z-index: 20;
  background-color: rgba(255, 255, 255, 0.4);
  justify-content: center;
}
.loader-container .spinner {
  -webkit-animation: rotator 1.4s linear infinite;
  animation: rotator 1.4s linear infinite;
}
.loader-container.grid-reload .spinner {
  top: 50%;
  left: 50%;
}

.card-loading {
  top: 0;
  left: 0;
  display: none;
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  z-index: inherit;
  background-color: rgba(255, 255, 255, 0.4);
  justify-content: center;
}
.card-loading .loader-container {
  display: block;
  margin: auto;
}
.loading-active .card-loading,
.details-view-loading .card-loading {
  display: flex;
}

@-webkit-keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}

@keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}
.loader-container .path {
  stroke-dasharray: 93;
  stroke-dashoffset: 0;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
  animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 93;
  }
  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 93;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 93;
  }
  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 93;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
/* Loader animation end */

.btn {
  display: block;
  padding: 10px 15px;
  border-radius: 5px;
  width: 100%;
  margin: 0 auto;
  font-weight: 600;
  font-size: 14px;
  border-width: 0;
  transition: background-color 0.2s ease-in-out;
}
.btn.gam-export {
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px 40px 0 auto;
}
.btn-alt {
  color: #455eee;
  background-color: #fff;
  border: 1px solid #455eee;
  font-family: 'SF Semibold';
  border-radius: 0.2em;
  padding: 0.5em 1em;
  margin: 0.5em 1em;
}
.btn-add::before {
  content: '+';
  font-size: inherit;
  padding-right: 10px;
}
.btn-cancel::before {
  content: 'Cancel';
  font-size: inherit;
}
.btn-logout {
  padding: 5px;
  border-radius: 3px;
  font-size: inherit;
  color: inherit;
  background-color: inherit;
}
.btn-logout:hover {
  background-color: var(--nav-active-bg);
  color: white;
}
.btn.close-cross {
  background-color: inherit;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.btn-group {
  display: block;
  width: 150px;
  margin: 0 150px 0 auto;
}
.btn-group .btg3 {
  grid-template-columns: repeat(3, 150px);
}
.btn.disabled {
  display: none;
}
.btn .tooltip-text {
  visibility: hidden;
  width: 200px;
  font-size: 14px;
  color: #ed4337;
  position: absolute;
}
.btn .tooltip-text::before {
  content: '\24D8 ';
  padding-right: 5px;
}
.btn:hover .tooltip-text {
  visibility: visible;
  top: -11px;
  right: 24px;
  background-color: white;
  padding: 4px;
}
.btn-sm {
  width: 100px;
}
.btn-md {
  width: 150px;
}

.cst-btn-group {
  display: grid;
}

.grid-table .btn {
  margin: auto;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  line-height: 0.4px;
  height: 30px;
  width: 30px;
  padding: 0;
}
.grid-table .left .btn {
  margin-left: 0;
}
.grid-table .btn-delete {
  background-color: red;
  display: block;
  margin: auto;
  padding: 0;
  text-align: center;
}
.grid-table .btn-delete.undo {
  background-color: #ddd;
  color: black;
  font-size: 24px;
}
.grid-table .btn-copy {
  opacity: 5;
}
.grid-table .btn-copy img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.grid-table .grow .btn-row-select {
  width: 30px;
  margin: auto;
}
.grid-table .grow .btn-row-select.read-mode {
  background-color: transparent;
  padding: 4px;
}
.grid-table .grow .btn-row-select.read-mode .icon-holder.d-sm {
  width: 100%;
  height: auto;
  margin: 0;
}
.grid-table .grow .btn-row-select img {
  transform: rotate(90deg);
  -webkit-filter: invert(1);
  filter: invert(1);
  padding: 2px;
}
.grid-table .grow .btn-row-select.read-mode img {
  -webkit-filter: none;
  filter: none;
}
.grid-table .grow.active .btn-row-select.read-mode img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.grid-table .grow.active .code {
  color: black;
}
.grid-table .gbody .grow input,
.grid-table .gbody .grow textarea {
  width: 100%;
  max-width: 100%;
  padding: 5px;
  font-size: 15px;
  color: inherit;
  height: auto;
  border: 1px solid #d3d3d3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.grid-table .gbody .grow:hover {
  background-color: #f3f3f3;
}
.grid-table .ghead .grid-header-icon {
  width: 16px;
  display: inline-block;
  -webkit-filter: invert(1);
  filter: invert(1);
  top: -1px;
  margin-left: 6px;
  vertical-align: middle;
}
.grow.edit .col.edit select,
.grow .col.edit input {
  border-color: blue;
  outline-color: blue;
}
/* Custom Scrollbar Start */
/* width */
::-webkit-scrollbar {
  height: 10px;
  width: 10px;
  position: absolute;
  right: 0;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #d1d1d1;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #d3d3d3;
}
/* Custom Scrollbar End */

label:hover {
  cursor: inherit;
}

/* fighting with chrome */
.login-form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px var(--nav-bg) inset;
  box-shadow: 0 0 0 50px var(--nav-bg) inset;
  -webkit-text-fill-color: var(--text-color);
}

.login-form input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 50px var(--nav-bg) inset;
  box-shadow: 0 0 0 50px var(--nav-bg) inset;
  -webkit-text-fill-color: var(--text-color);
}

.form-container {
  display: block;
  margin: 12vh auto;
  width: 380px;
  padding: 10px;
  color: var(--text-color);
  box-shadow: 5px 5px 20px grey;
}

.bg-default {
  background-color: transparent;
  padding: 40px;
  padding-bottom: 20px;
}

.logo-container {
  width: 214px;
  display: block;
  margin: auto;
}
.logo-container img {
  width: 100%;
  filter: brightness(1%) invert(20%) sepia(19%) saturate(852%) hue-rotate(165deg) brightness(96%) contrast(97%);
  -webkit-filter: brightness(1%) invert(20%) sepia(19%) saturate(852%) hue-rotate(165deg) brightness(96%) contrast(97%);
}

.login-form {
  position: relative;
  stroke: #979797;
  height: auto;
  background-color: inherit;
}
.login-form .input-label {
  position: relative;
  margin-bottom: 30px;
}
.login-form label,
.login-form input {
  position: relative;
  color: var(--text-color);
  caret-color: var(--text-color);
}
.login-form label {
  display: block;
  margin: 35px 0 5px 0;
}
.login-form input {
  font-size: 16px;
  height: 35px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 0 5px 0;
  z-index: 10;
  background: transparent;
  background-color: transparent;
  outline: none;
  border: none;
  border-bottom: 2px solid var(--text-color);
  width: 100%;
  caret-color: var(--text-color);
  transition: font-size 0.2s linear;
}
.login-form .input-label.error input,
.login-form .input-label.error label {
  border-bottom-color: #ed4337;
}
.login-form .input-label.error label {
  color: #ed4337;
}
.login-form input:focus,
.login-form input:hover {
  font-size: 20px;
}
.login-form button {
  display: block;
  font-size: 20px;
  padding: 10px 20px;
  margin: 35px auto 45px auto;
  text-align: center;
  max-width: 320px;
  width: 100%;
  box-shadow: none;
  color: white;
  border: none;
  background-size: 200% 100%;
  background-color: var(--btn-bg-prim);
  transition: background-color 0.4s;
}
.login-form button:hover {
  background-color: var(--btn-bg-hover);
  cursor: pointer;
}
.login-form .reset,
.form-container .reset {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-top: 35px;
  padding: 20px;
  width: 100%;
  border-radius: 5px;
  border-top: 1px solid white;
}
.login-form .reset {
  padding: 0;
  margin-top: 10px;
  color: white;
  border: none;
}
.login-form .reset a,
.form-container .reset a {
  text-decoration: none;
  color: inherit;
  font-size: 16px;
}

.form-container .reset a {
  color: var(--alt-text-color);
}
.form-container .login-form .reset a {
  color: var(--alt-text-color);
}

.login-form .reset a:last-child,
.form-container .reset a:last-child {
  float: right;
}
.login-form .reset a:first-child,
.form-container .reset a:first-child {
  float: none;
}
.login-form .reset h3 .form-container .reset h3 {
  margin: 5px 0 10px 0;
}
.login-form .reset p,
.form-container .reset p {
  margin-bottom: 0;
}

p.status {
  height: 0;
  overflow-y: hidden;
}
p.error,
p.response {
  margin: 3px 0 0 0;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  transition: opacity 0.2s ease-in-out, height 0.2s ease-in-out;
}
p.error {
  opacity: 0;
  width: 100%;
}
p.error span {
  padding: 0 5px;
  background-color: #ed4337;
}
p.success span {
  background-color: #468902;
}

.input-label.error p.error,
p.login.error,
p.error.show {
  height: 22px;
  opacity: 1;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.login-form.forgot p.error {
  text-align: left;
  bottom: initial;
  margin-top: 0;
}

#path.content {
  display: block;
  width: calc(100% - 260px);
  margin-left: 260px;
  height: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition: 0.4s ease-in-out;
}
#path.content.cutomer-panel-open {
  margin-left: 500px;
  width: calc(100% - 500px);
}

nav ul {
  padding: 0;
  margin: 0;
}
nav li {
  list-style: none;
  position: relative;
}
nav li a {
  text-decoration: none;
  color: inherit;
  font: 15px;
}

span.font-md {
  display: inline-block;
  font-size: 13px;
  padding-right: 18px;
}

#main-side-nav,
#customer-panel,
#version-panel {
  position: fixed;
  top: 60px;
}
#customer-panel,
#version-panel {
  top: 0;
  padding-top: 60px;
  padding-bottom: 0;
}

#main-side-nav {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  left: 0;
  bottom: 0;
  width: 260px;
  z-index: 502;
  background-color: var(--nav-bg);
  stroke: #979797;
  background-image: -webkit-linear-gradient(0deg, rgb(99, 127, 144), #eff1f2 40%, #eff1f2 80%, #eff1f2);
  background-image: -webkit-gradient(linear, 0deg, rgb(99, 127, 144), #eff1f2 40%, #eff1f2 80%, #eff1f2);
  background-image: -moz-linear-gradient(0deg, rgb(99, 127, 144), #eff1f2 40%, #eff1f2 80%, #eff1f2);
  background-image: -ms-linear-gradient(0deg, rgb(99, 127, 144), #eff1f2 40%, #eff1f2 80%, #eff1f2);
  background-image: -o-linear-gradient(0deg, rgb(99, 127, 144), #eff1f2 40%, #eff1f2 80%, #eff1f2);
  background-image: linear-gradient(0deg, rgb(99, 127, 144), #eff1f2 40%, #eff1f2 80%, #eff1f2);
  transition: 0.4s ease-in-out;
}
#app.nav-collapse #main-side-nav {
  border-right: 1px solid #d3d3d3;
  background-color: var(--nav-bg);
}
#main-side-nav .scroller {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-y: auto;
  overflow-y: overlay;
}
#app.nav-collapse #main-side-nav .scroller {
  overflow-y: hidden;
}
.adb-nav-logo {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  filter: var(--logo-filter);
  -webkit-filter: var(--logo-filter);
}
.logo {
  width: 214px;
  height: auto;
  display: block;
  filter: brightness(1%) invert(20%) sepia(19%) saturate(852%) hue-rotate(165deg) brightness(96%) contrast(97%);
  -webkit-filter: brightness(1%) invert(20%) sepia(19%) saturate(852%) hue-rotate(165deg) brightness(96%) contrast(97%);
}

#app .header-banner-container {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-banner-height);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 10px 30px;
  z-index: 502;
  background-color: var(--page-top-bg);
}
#app .header-banner-container .admin-read-toggle {
  display: block;
  margin: auto;
  padding: 4px 12px;
  text-align: center;
  transition: background-color 0.2s ease-in-out;
}
#app .header-banner-container .admin-read-toggle:hover {
  background-color: var(--nav-active-bg);
  color: white;
}
#app .header-banner-container .admin-read-toggle span {
  font-size: 16px;
  font-family: 'SF Semibold';
  color: inherit;
  display: inline-block;
  vertical-align: middle;
  transition: color 0.2s ease-in-out;
}
#app .header-banner-container .adb-nav-logo {
  width: 214px;
  transition: 0.2s ease-in-out;
}
#app .header-banner-container .adb-nav-logo .logo {
  width: 100%;
  transition: 0.2s ease-in-out;
}

.crumb-export-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
}
.crumb-export-container > * {
  margin: auto 0;
}

#app .bottom-border {
  position: absolute;
  display: block;
  top: calc(var(--header-banner-height) - 1px);
  width: calc(100% - 260px);
  left: 260px;
}
#app .header-banner-container .user-info {
  position: absolute;
  top: 5px;
  right: 30px;
  margin-left: 20px;
  min-width: 150px;
  background-color: var(--page-top-bg);
  border-radius: 10px;
  padding: 5px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 1px 0px 4px 0 rgba(0, 0, 0, 0.14);
  z-index: 1;
}
#app .header-banner-container .user-info.open .user-group img {
  transform: translateY(3px) rotate(-180deg);
}
#app .header-banner-container .user-info:hover {
  cursor: pointer;
}
#app .header-banner-container .user-info .user-options {
  padding: 5px;
}
#app .header-banner-container .avatar img {
  border-radius: 100%;
  border: 2px solid white;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.08);
}
#app .header-banner-container #collapsed-page-header-title {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-left: 30px;
  gap: 20px;
}
#app .header-banner-container #collapsed-page-header-title > div {
  margin: auto 0;
}
#app .header-banner-container #collapsed-page-header-title span.h-crumb * {
  font-size: inherit;
}
#app .header-banner-container #collapsed-page-header-title span.h-crumb {
  font-size: 16px;
  font-family: 'SF Semibold';
}
#app .header-banner-container #collapsed-page-header-title span.h-crumb:last-child {
  color: var(--alt-text-color);
}
#app.scroll .header-banner-container #collapsed-page-header-title > *,
#app.hide-page-top .header-banner-container #collapsed-page-header-title > * {
  opacity: 1;
}
#app .header-banner-container #collapsed-page-header-title span:nth-child(2) {
  transition-delay: 0.1s;
}
#app .header-banner-container #collapsed-page-header-title span:nth-child(3) {
  transition-delay: 0.2s;
}

#main-side-nav label {
  font-size: 15px;
  font-weight: 600;
  color: inherit;
  text-transform: uppercase;
}
#main-side-nav label.main-space {
  text-transform: initial;
  font-size: 10px;
}
#main-side-nav .item-root li:hover {
  cursor: pointer;
}
#main-side-nav li.item-root {
  padding: 8px 0 5px 0;
}
#main-side-nav li.item-root.collapsed > ul {
  display: none;
}
#main-side-nav .item-root label,
#main-side-nav li.item-root .item-container,
#main-side-nav li.item-root.active-panel {
  padding-left: 18px;
  padding-right: 18px;
  position: relative;
}
#main-side-nav li.item-root.active-panel label {
  padding-left: 0;
  padding-right: 0;
}
#main-side-nav li.active-panel.clickable:hover,
#main-side-nav li.active-panel.clickable.active {
  background-color: var(--nav-active-bg);
  color: var(--nav-active-txt-color);
}

#main-side-nav li.active-panel .down-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  right: -6px;
  width: 24px;
  transition: transform 0.2s linear;
  opacity: 0;
}
#main-side-nav li.active-panel.clickable .down-arrow {
  opacity: 1;
}
#main-side-nav li.active-panel.active .down-arrow {
  transform: translateY(-50%) rotate(90deg);
}
#main-side-nav .item .item-container {
  padding: 5px 24px;
}
#main-side-nav .item .item-container:hover {
  cursor: pointer;
}
#main-side-nav .item .item-container.active {
  background-color: var(--nav-active-bg);
  color: var(--nav-active-txt-color);
}
#app.nav-collapse #main-side-nav .item .item-container.active {
  background-color: inherit;
}
#main-side-nav .item .sub-item-container {
  height: 0;
  overflow: hidden;
}
#main-side-nav .item.open .sub-item-container {
  height: auto;
}
#main-side-nav .item .sub-item-container .sub-item {
  padding: 3px 44px;
  margin-top: 5px;
}
#main-side-nav .item .sub-item-container .sub-item.active {
  background-color: var(--nav-active-bg);
  color: var(--nav-active-txt-color);
}
#app.nav-collapse #main-side-nav .item .sub-item-container .sub-item.active {
  background-color: inherit;
}
#main-side-nav .item .sub-item-container .sub-item .tag-span {
  position: absolute;
  top: 0px;
  text-transform: uppercase;
  font-size: 10px;
  padding: 2px 5px 2px 5px;
  font-weight: bold;
  right: -9px;
  border-radius: 8px;
}
#main-side-nav .item .sub-item-container .sub-item .tag-span.new {
  background-color: red;
  color: white;
}
#main-side-nav .nested-nav {
  height: calc(100% - 150px);
  overflow-y: scroll;
  overflow-y: auto;
  overflow-y: overlay;
}

.sidenav-select-panel {
  margin-left: 0;
  position: absolute;
  left: 1px;
  bottom: 0;
  width: 240px;
  z-index: 500;
  overflow-y: hidden;
  background-color: var(--nav-bg);
  transition: left 0.4s ease-in-out;
}
.sidenav-select-panel .side-nav-content {
  height: 100%;
  overflow-y: scroll;
  overflow-y: auto;
  overflow-y: overlay;
}
.sidenav-select-panel .side-nav-content::-webkit-scrollbar-track {
  background: var(--nav-bg);
}
/* Handle */
.sidenav-select-panel .side-nav-content::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: var(--nav-active-bg);
}
/* Handle on hover */
.sidenav-select-panel .side-nav-content::-webkit-scrollbar-thumb:hover {
  background: var(--nav-active-bg);
}
.sidenav-select-panel.open {
  left: 260px;
  opacity: 1;
}

.navbox-list {
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.navbox-list .navbox-item,
.customer-btn button {
  padding: 10px 20px;
  list-style: none;
  color: inherit;
}
.customer-btn {
  margin-bottom: 10px;
}
.customer-btn button {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  border: 0;
  border-radius: 0;
  height: 53px;
  text-align: center;
  background-color: inherit;
}
.customer-btn button .icon-holder {
  margin-right: 20px;
}
.customer-btn button .icon-holder.invert img {
  filter: invert(100%);
  -webkit-filter: invert(100%);
}

.navbox-list .navbox-item:hover,
.customer-btn button:hover {
  cursor: pointer;
  background-color: var(--nav-active-bg);
  color: var(--nav-active-txt-color);
}
.navbox-list .navbox-item label {
  display: grid;
  color: inherit;
  grid-template-columns: 70% 30%;
}
.navbox-list.version .navbox-item label {
  display: block;
}
.navbox-list .navbox-item.center label {
  margin-top: 16.5px;
  transform: translateY(-50%);
}
.navbox-list .navbox-item.new {
  background-color: #bfe3b4ff;
  color: black;
}
.navbox-list .navbox-item.new:hover {
  background-color: #bfe3b4a0;
  color: black;
}
.navbox-list .navbox-item.active {
  background-color: var(--nav-active-bg);
}
.navbox-list .navbox-item.active * {
  color: var(--nav-active-txt-color);
}
.navbox-list .navbox-item span:last-child {
  text-align: right;
}

.icon-holder {
  margin: auto;
  display: inline-block;
  width: auto;
  vertical-align: middle;
  width: 24px;
  aspect-ratio: 1;
}
.icon-holder.d-lg {
  position: relative;
  width: 40px;
  height: 40px;
}
.icon-holder.d-md {
  position: relative;
  width: 32px;
  height: 32px;
}
.icon-holder.d-md.user {
  width: 30px;
  height: 30px;
}
.icon-holder.d-sm {
  width: var(--icon-sm-dm);
  height: var(--icon-sm-dm);
  margin-left: -9px;
  margin-top: -3px;
}
.icon-holder.no-margin {
  margin: unset;
}

button.btn.icon-only .icon-holder {
  display: inline-flex;
}
button#collapsed-crumb-export-btn.btn.icon-only.hidden,
button#crumb-export-btn.btn.icon-only.hidden {
  display: none;
}
button#collapsed-crumb-export-btn.btn.icon-only,
button#crumb-export-btn.btn.icon-only {
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px;
  display: block;
}
button#collapsed-crumb-export-btn.btn.icon-only img,
button#crumb-export-btn.btn.icon-only img {
  width: 15px;
  height: 15px;
  margin: auto;
}

.item-group {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: calc(100% - 34px);
  min-height: 32px;
  vertical-align: middle;
  padding-left: 10px;
  font-size: 15px;
}
.item-group.version {
  width: 100%;
}
.item-group label {
  display: block;
}

.item .item-links,
.item .item-name {
  display: inline-block;
  vertical-align: middle;
  padding-left: 6px;
  font-size: 15px;
}
.item .item-links {
  width: calc(100% - 24px);
  position: relative;
}

.user-group label,
.user-group img {
  display: inline-block;
  vertical-align: top;
  padding-top: 5px;
  text-transform: initial;
  font-size: 14px;
  line-height: 20px;
}
.user-group label {
  width: calc(100% - 24px);
}
.user-group img {
  transform: translateY(-2px);
}

img.adb-i-icon {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
img.adb-i-icon.pad-xs {
  padding: 3px;
}
.grid-table .btn img.adb-i-icon {
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  margin: auto;
}
.grid-table .btn img.adb-i-icon.pad-xs {
  width: calc(100% - 3px);
  height: calc(100% - 3px);
}

.kvp-checkbox {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.brc-edit-options {
  display: grid;
  width: calc(100% - 12px);
  margin: auto;
  grid-column-gap: 5px;
  grid-template-columns: auto 100px 100px;
  height: auto;
}
.brc-edit-options.edit-mode {
  grid-template-columns: auto 100px;
}
.brc-edit-options .btn {
  margin: 0;
  height: 35px;
}
.brc-edit-options .btn.btn-add {
  display: inline-block;
  vertical-align: top;
  width: 100px;
}
.brc-edit-options .unit-selection {
  display: inline-block;
  vertical-align: top;
  max-width: calc(100% - 140px);
  width: -moz-fit-content;
  width: fit-content;
}
.brc-edit-options .multi-select-container {
  margin-left: 0;
}

.section-box {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: calc(100% - 150px);
  max-width: calc(100% - 150px);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  min-width: calc(100% - 100px);
  padding: 15px 20px 13px 20px;
  margin: 30px auto 30px 50px;
  background-color: var(--section-panel-bg);
  border: 1px solid var(--label-border-color);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
}
.section-box.max-content {
  width: -moz-max-content;
  width: max-content;
}
.section-box.max {
  width: calc(100% - 35px);
  max-width: calc(100% - 35px);
  margin-left: 20px;
}
.section-box.table {
  width: auto;
}
.section-box.simple {
  width: -moz-fit-content;
  width: fit-content;
}
.section-box.filters {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 720px;
}
.section-box.filters .filter-box {
  display: inline-block;
  vertical-align: top;
}
.section-box.notes {
  width: 400px;
}
.section-box.xs {
  width: 600px;
}
.section-box.cols-2 {
  max-width: 800px;
}
.section-box.cols-3 {
  max-width: 1000px;
}
.section-box h2 {
  position: relative;
  padding: 4px 0 10px 0;
  margin: 0;
}
.section-box h2 span.brc,
.section-box h2 .unit-selection {
  display: inline-block;
  vertical-align: top;
  width: -moz-fit-content;
  width: fit-content;
}
.section-box h2 .unit-selection {
  max-width: 74%;
}
.section-box h2 span.brc {
  padding-top: 8px;
}
.section-box.open h2 {
  padding-bottom: 20px;
  border-bottom: 1px solid black;
  margin-bottom: 5px;
}
.section-box h2:hover {
  cursor: pointer;
}
.section-box h2 + div {
  background-color: white;
}
.section-box h2 .search-box {
  position: relative;
  display: inline-block;
  min-width: 200px;
  width: calc(100% - 330px);
  max-width: 400px;
}
.section-box h2 .search-box input {
  position: relative;
  padding-left: 30px;
  width: 100%;
  display: block;
}
.section-box h2 .search-box input.hidden {
  display: none;
}
form.filter-form::before {
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  top: 8px;
  left: 12px;
  opacity: 0.8;
  background-image: url(./assets/filter.png);
  background-size: cover;
  z-index: 2;
}
.section-box .collapsable-container {
  display: block;
  position: relative;
  height: 0px;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: inherit;
  clear: both;
  transition: height 0.4s ease-in-out;
}
.section-box.filters.open .collapsable-container {
  overflow: visible;
}
.section-box .collapsable-container span.notes {
  padding: 10px;
}
.section-box .collapsable-container .content {
  background-color: white;
  padding: 10px;
}
.section-box .collapsable-container .content .deploy-log-btn-container {
  margin: 10px auto;
}
.section-box .collapsable-container .content .deploy-log-btn-container .btn {
  width: auto;
}
.section-box.open .collapsable-container,
.view-logs.open .collapsable-container {
  height: auto;
}
.section-box.open.h-sm .collapsable-container {
  height: 355px;
}
.section-box .section-options {
  float: right;
}
.section-box .section-options .select-container {
  margin-top: -3px;
}
.section-box .section-options .section-options-item {
  float: left;
}
.section-box .section-options .btn {
  padding: 7px 10px;
  margin-right: 10px;
  width: auto;
  min-width: 100px;
}
.section-box .section-options .flex-row .btn {
  margin: 0;
}
.section-box .section-options.section-under {
  margin-top: 0.5em;
  text-align: left;
}
.section-box .section-options .icon-holder img {
  transition: transform 0.4s linear;
}
.section-box.open .section-options .icon-holder img {
  transform: rotate(-180deg);
}
.section-box .collapsable-container.content {
  width: 100%;
  margin: 0;
  overflow: scroll;
  overflow: auto;
  overflow: overlay;
}
.section-box .sub-panel {
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: white;
  padding: 10px 15px;
}
.section-box .sub-panel:last-child {
  margin-bottom: 20px;
}
.section-box .sub-panel.no-pad {
  padding: initial;
  min-width: -moz-fit-content;
  min-width: fit-content;
  margin: auto;
  max-width: 100%;
}
.section-box .sub-panel ul li {
  display: inline-block;
  padding-right: 20px;
  list-style: none;
}
.section-box .sub-panel hr {
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 5px 0 8px 0;
}
.section-box .sub-panel .kvpr {
  display: grid;
  grid-template-columns: 150px 420px 270px 44px;
  grid-column-gap: 10px;
  padding: 5px 10px;
}
.section-box .sub-panel .kvpr:hover {
  background-color: #f3f3f3;
}
.section-box .sub-panel .kvpr span {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section-box .sub-panel .kvpr.trigger {
  display: inline-grid;
  display: -moz-inline-grid;
  grid-template-columns: 150px 20px;
  min-height: 26px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 7px 13px 5px 13px;
  border: 1px solid grey;
}
.section-box .sub-panel .kvpr.header {
  padding: 10px;
  font-weight: 600;
  opacity: 0.8;
  background-color: #d3d3d3d0;
  border-bottom: 1px solid var(--label-border-color);
}
.section-box .sub-panel .kvpr.slot {
  padding: 10px;
}
.section-box .sub-panel .kvpr.slot:nth-child(odd),
.section-box .sub-panel .kvpr.targeting:nth-child(odd) {
  background-color: #f3f3f3d5;
}
.section-box .sub-panel .kvpr.active-panel {
  grid-template-columns: 300px 200px;
}
.section-box .sub-panel .kvpr.active-panel.edit {
  grid-template-columns: 300px 300px 200px;
  padding-bottom: 8px;
}
.section-box .sub-panel .kvpr input[type='text'],
.section-box .sub-panel .kvpr textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 3px 5px;
}
.section-box .sub-panel .btn {
  padding: 3px 5px;
  width: 30px;
  height: 27px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.section-box .sub-panel .btn-add {
  display: inline-block;
  margin-left: 10px;
  padding-left: 11px;
}

.tooltip {
  float: left;
  font-size: 16px;
  color: red;
  margin-right: 20px;
}
.tooltip::before {
  content: '\24D8 ';
  padding-right: 5px;
}

.single-select {
  margin: initial;
}

.grid-table {
  box-sizing: inherit;
  display: block;
  margin: 0 auto;
  border: 1px solid var(--label-border-color);
}
.grid-table .ghead {
  background-color: var(--label-background-primary);
  border-bottom: 1px solid var(--label-border-color);
}
.grid-table .grow-container {
  width: calc(100% - 30px);
  padding: 10px;
  font-weight: 600;
  opacity: 0.8;
  background-color: inherit;
}
.grid-table .gbody {
  padding: 5px 0;
  height: 100%;
  max-height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: white;
}
.grid-table .gbody.no-height {
  max-height: initial;
}
.grid-table .gbody .grow.new-row {
  background-color: #bfe3b4;
}
.grid-table .gbody .grow.new-row input {
  border-color: #bfe3b4;
}
.grid-table .gbody .grow.edit > div:first-child {
  border-left: 3px solid blue;
  margin-left: -8px;
  padding-left: 5px;
}
.grid-table .gbody .grow {
  padding: 0 10px;
}
.grid-table .gbody .grow.active {
  background-color: rgb(99, 127, 144);
  color: white;
}
.grid-table .gbody .grow.active input,
.grid-table .gbody .grow.active textarea,
.grid-table .gbody .grow.active select {
  color: black;
}
.grid-table .gbody .grow:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.grid-table .gbody .grow > div {
  padding: 6px 0;
  overflow-x: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overflow-wrap: break-word;
}
.grid-table .ghead .grow,
.grid-table .gbody .grow {
  display: grid;
  grid-template-columns: 25% 35% 25% 15%;
  grid-column-gap: 5px;
}
.grid-table.logs .ghead .grow,
.grid-table.logs .gbody .grow {
  display: grid;
  grid-template-columns: 22% 61% 17%;
  grid-column-gap: 5px;
}
.grid-table.active-site {
  margin-top: 10px;
}

#page-header-container {
  margin-top: 60px;
}

.hide-page-top #page-top-container {
  margin-bottom: 60px;
}

.page-top {
  background-color: var(--page-top-bg);
  background-image: -webkit-linear-gradient(0deg, white, #eff1f2);
  background-image: -webkit-gradient(linear, 0deg, white, #eff1f2);
  background-image: -moz-linear-gradient(0deg, white, #eff1f2);
  background-image: -ms-linear-gradient(0deg, white, #eff1f2);
  background-image: -o-linear-gradient(0deg, white, #eff1f2);
  background-image: linear-gradient(0deg, white, #eff1f2);
  height: var(--header-banner-height);
  opacity: 0;
}
#public-app .page-top {
  padding-top: 20px;
}
#public-app .page-top {
  padding-top: 20px;
}
.hide-page-top .page-top {
  display: none;
}
.page-top h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
}
.page-top .crumb {
  color: var(--btn-bg-prim);
  margin: auto 0;
  font-weight: 600;
  font-size: 16px;
}

.multi-select-container {
  position: relative;
  font-family: 'SF Regular';
  width: calc(80vw - 580px);
  font-size: 14px;
  font-weight: 100;
  min-width: 150px;
  margin: 0 10px;
  background-color: white;
}
.multi-select-container.filter {
  margin-left: 0;
  margin-bottom: 10px;
  max-width: 680px;
}
.multi-select-container.open {
  z-index: 2;
}
.multi-select-container .selected-box {
  position: relative;
  padding: 4px 18px 4px 15px;
  font-size: 15px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: white;
  border: 1px solid var(--label-border-color);
}
.multi-select-container .selected-box .text-container,
.multi-select-container .selected-box .text-container input {
  border: none;
  outline: none;
  display: none;
}
.new-multi-select.multi-select-container .selected-box .text-container,
.multi-select-container .selected-box .text-container input {
  display: inline;
}
.new-multi-select.multi-select-container.no-duplicates .multi-option.chip-active,
.new-multi-select.multi-select-container.no-duplicates .multi-option.hide {
  display: none;
}
.multi-select-container.open .selected-box .text-container {
  display: inline;
}
.multi-select-container .placeholder {
  display: inline-block;
  font-size: 15px;
  padding: 4px;
}
.multi-select-container .selected-box {
  padding: 0;
  min-height: 35px;
  top: -1px;
}
.multi-select-container .selected-box .icon-holder {
  position: absolute;
  right: 0;
  top: 0;
}
.multi-select-container .selected-box .icon-holder img {
  transform: rotate(0deg);
}
.multi-select-container.open .selected-box .icon-holder img {
  transform: rotate(-180deg);
}
.multi-select-container .option-box {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: white;
  padding: 0;
  transition: padding 0.4s ease-in-out;
}
.multi-select-container .option-box .options {
  height: 0;
  overflow-y: hidden;
  transition: height 0.4s ease-in-out;
}
.multi-select-container.open .option-box .options {
  height: auto;
  max-height: 200px;
  border: 1px solid #d3d3d3;
  border-top-width: 0;
  overflow-y: scroll;
  overflow-y: auto;
  overflow-y: overlay;
}
.multi-select-container .option-box ul {
  display: block;
  position: relative;
  width: 100%;
}
.multi-select-container .option-box li {
  display: block;
  float: unset;
  position: relative;
  list-style: none;
  margin-top: -1px;
  width: 100%;
  overflow-x: hidden;
  text-overflow: ellipsis;
  padding: 6px 12px;
  box-sizing: border-box;
  white-space: nowrap;
}
.multi-select-container .option-box li:first-child {
  margin-top: 0;
}
.multi-select-container .option-box li.hidden {
  display: none;
}
.select-clear button {
  margin: 0;
  padding: 6px 6px 3px 6px;
  font-size: 14px;
}
.section-box.filters h2 + div {
  background-color: inherit;
}

.select-container span {
  padding-right: 18px;
  font-size: 18px;
}
.select-container select:focus {
  outline: var(--label-border-color);
}
.select-container.searchable select {
  height: 37px;
}
.select-container .search-selector {
  outline: transparent;
  padding-left: 1em;
  padding-right: 1em;
  border-width: 0;
  height: 35px;
  position: absolute;
  top: 1;
  left: 1;
}

.button-area {
  text-align: right;
}

label span {
  vertical-align: middle;
}

.grid-table .gbody .grow.hidden {
  display: none;
}

#release-box .content .inline-label-field-block {
  display: flex;
  flex: 1;
  flex-shrink: 0;
}
#release-box .content .inline-label-field-block > div:last-child {
  margin-left: auto;
  page-break-after: always;
}
#release-box .content .no-branch {
  margin-top: 1em;
}
#release-box .content .no-test {
  margin-top: 3px;
}
#release-box .content .no-test.not-allowed {
  margin-top: 3px;
  margin-left: 5px;
}

.diff {
  font-family: monospace;
  padding: 10px;
  margin: 10px;
  border: 1px solid lightgrey;
  border-left-width: 10px;
  border-radius: 10px;
}
.diff.edited {
  border-color: lightsalmon;
}
.diff.removed {
  border-color: rgb(255, 111, 98);
}
.diff.created {
  border-color: lightgreen;
}
.diff h3 {
  padding: 5px 10px;
  height: 40px;
}
.diff h3 + hr {
  margin-bottom: 10px;
  border-top: 1px solid;
  border-color: inherit;
}
.diffs-container {
  border-color: inherit;
}
.diff-line {
  padding: 5px 0;
}
.diff-line:not(:last-child) {
  margin-bottom: 5px;
  border-bottom: 1px solid;
  border-color: inherit;
}
.diff-line-item {
  display: inline-block;
  vertical-align: top;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px;
}
.diff-line-item:not(:last-child) {
  margin-right: 10px;
}
.diff-line-item span.main-value,
.diff-line-item span.compare-icon,
.diff-line-item span.compare-value,
.diff-line-item span.key-name {
  display: block;
  text-align: center;
}
.diff-line-item span.key-name {
  font-weight: bold;
  margin-bottom: 6px;
}
.diff .diff-line.hide {
  display: none;
}
.diff.edited.collapsed span.compare-value {
  display: block;
}
.diff .change {
  background-color: lightsalmon;
}
.diff .nochange {
  opacity: 0.8;
}
.diff.collapsed .nochange {
  opacity: 1;
}
.diff .nullish {
  color: #a42;
}
.analytics-filter-chip-container {
  display: grid;
  grid-template-columns: -moz-min-content auto;
  grid-template-columns: min-content auto;
  gap: 10px;
}
.analytics-filter-chip-container > * {
  margin: auto 0;
}
.multi-select-container .chip-text-group,
.analytics-filter-container .chip-group {
  position: relative;
  font-size: 14px;
  color: black;
  font-weight: 100;
  width: calc(100% - 32px);
  margin-right: 10px;
  padding: 3px 3px 0 3px;
  min-height: 28px;
}
.multi-select-container.open .chip-group.none-selected {
  display: none;
}
.multi-select-container .chip-group:hover,
.analytics-filter-container .chip-group:hover {
  cursor: text;
}
.multi-select-container .chip,
.analytics-filter-container .chip {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-bottom: 3px;
  margin-right: 3px;
  padding: 3px 8px;
  max-width: calc(100% - 20px);
  border: 1px solid #d3d3d3;
  overflow: hidden;
}
.multi-select-container .chip.highlight {
  border-color: #455eee;
  color: #455eee;
}
.multi-select-container .chip-cross,
.analytics-filter-container .chip-cross {
  display: inline-block;
  vertical-align: middle;
  opacity: 0.7;
  margin-top: -3px;
  margin-left: 5px;
}
.multi-select-container .chip-value,
.analytics-filter-container .chip-value {
  display: inline-block;
  vertical-align: middle;
  max-width: calc(100% - 23px);
  margin-right: 23px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.multi-select-container .chip-cross:hover,
.analytics-filter-container .chip-cross:hover {
  opacity: 1;
  cursor: pointer;
}
.multi-select-container .multi-option.highlight {
  background-color: #f3f3f3;
}
.btn-save {
  width: 100px;
  margin: 0 0 0 auto;
  padding: 8px;
}
.btn-details {
  width: 150px;
  margin: 0 0 0 auto;
  padding: 8px;
}
.btn-filter {
  width: 150px;
  margin: 20px auto 0 auto;
  padding: 8px;
}
.btn-delete {
  background-color: red;
}
.btn-undo {
  background-color: var(--info-color);
}
.btn.btn-delete:hover {
  background-color: rgba(255, 0, 0, 0.5);
}
.btn.btn-undo:hover {
  background-color: #4b8bbf;
}
.checkbox {
  display: inherit;
}
.radio-container {
  position: relative;
  margin: 0 12px 0 6px;
}
.checkbox-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.grid-table .checkbox-container {
  margin-top: 5px;
}
.checkbox.no-label .checkbox-container {
  grid-template-columns: none;
}
.radio-container span.radio,
.checkbox-container span.checkbox,
span.checkmark {
  width: var(--icon-sm-dm);
  height: var(--icon-sm-dm);
  display: inline-block;
  margin: auto;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: #d3d3d3;
  position: relative;
}
.checkbox-container span.text {
  padding-left: 5px;
  margin: auto;
}
.radio-container span.radio {
  border-radius: 100%;
  margin-right: 5px;
}
.radio-container span.checked {
  border: 5px solid #d3d3d3;
  border-color: #455eee;
}
.checkbox-container span.checked,
span.checkmark.checked {
  background-color: #455eee;
}
.checkbox-container span.checked::after,
span.checkmark.checked::after {
  position: absolute;
  content: '';
  display: block;
  left: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sub-panel-header span.checkmark.crossed {
  display: none;
}

.section-box .sub-panel .kvpr .slot-header {
  font-weight: 600;
}
.section-box .label-field {
  display: grid;
  grid-template-columns: 200px 250px;
  grid-column-gap: 5px;
  margin: 10px 0;
}
.section-box .label-field > label {
  margin: auto auto auto 0;
}
.section-box .label-field > label.txt-right {
  text-align: right;
}
.section-box .label-field.label-only {
  display: inline-grid;
  grid-template-columns: 130px auto;
}
.section-box .label-field.label-only > label {
  margin-top: 3px;
  width: 100%;
}
.section-box .label-field.label-only > span {
  padding: 3px 12px;
}
.section-box .label-field.sm-lbl {
  grid-template-columns: 100px auto;
}
.section-box .label-field label.opt::after {
  content: ' (Optional)';
  font-size: 14px;
  font-style: italic;
}

/* Dropdown btn */
.section-box .section-options .btn.dropdown-btn,
.dropdown-btn-grp .dropdown-btn {
  padding: 7px 30px 7px 10px;
  border: none;
}
.dropdown-btn-grp .dropdown-btn::after {
  content: ' \2304';
  top: -1px;
  right: 18px;
  font-size: 20px;
  position: absolute;
}
.dropdown-btn-grp .dropdown-btn.active::after {
  color: var(--btn-bg-prim);
}
.dropdown-btn-grp.open .dropdown-btn::after {
  content: ' \2303';
  top: 9px;
}
.dropdown-btn-grp {
  position: relative;
}
.dropdown-btn-menu {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.dropdown-btn-menu li {
  color: black;
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}
.dropdown-btn-menu li:hover {
  cursor: pointer;
}
.dropdown-btn-menu li:hover,
.dropdown-btn-menu li.active {
  background-color: #ddd;
}
.dropdown-btn-menu li.last {
  border-bottom: 1px solid gray;
  margin-bottom: 2px;
}
.dropdown-btn-grp.open .dropdown-btn-menu {
  display: block;
  max-height: 250px;
  overflow-y: scroll;
  overflow-y: auto;
  overflow-y: overlay;
}

/* Custom Select */
.label-arrow {
  display: grid;
  grid-template-columns: auto 30px;
  background-color: white;
}
.label-arrow input {
  background-color: transparent;
  border-width: 0;
  outline: none;
  padding-left: 5px;
}
.custom-select-field {
  width: max-content;
  background-color: white;
  position: relative;
  display: block;
}
.custom-select-field .custom-select-options {
  display: none;
  position: absolute;
  z-index: 10;
}
.custom-select-field.open .custom-select-options {
  display: block;
  left: 0;
  right: 0;
  background-color: white;
  padding: 5px 20px;
  box-shadow: 0px 6px 11px 5px rgba(0,0,0,0.1);
}
.custom-select-field.open .custom-select-options li {
  padding-top: 3px;
  padding-bottom: 3px;
}

/* Graph styling Begin */
.card-header-desc {
  display: block;
  position: relative;
  padding: 10px 5px 5px 5px;
  margin: 0 auto;
  min-height: 33px;
  border-bottom: 1px solid #d3d3d3d0;
}
.card-title {
  position: relative;
  font-size: 20px;
  padding-left: 15px;
}
.card-title.has-btn {
  display: grid;
  grid-template-columns: auto fit-content(230px);
}
.card-title.has-btn > *,
.graph-card .card-title.has-btn .btn.card-btn {
  margin: auto 0;
  vertical-align: middle;
}
.card-inner-section {
  margin: 0 10px;
}
.card-inner-section a {
  color: #455eee;
  font-family: 'SF Semibold';
}
.card-description {
  font-size: 16px;
  margin: 5px auto;
  padding-left: 15px;
  color: rgba(0, 0, 0, 0.8);
}
.card-description ol {
  padding-top: 5px;
  padding-left: 25px;
}
.card-summary {
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 5% 20px 5%;
  margin: auto;
}
.card-missing-dates {
  width: calc(100% - 60px);
  margin: 10px auto 20px auto;
  padding: 10px;
  border: 1px solid var(--label-border-color);
}
.card-missing-dates .row {
  display: grid;
  grid-template-columns: 200px auto;
  margin-bottom: 10px;
}
.card-missing-dates .heading,
.card-missing-dates .dates {
  padding: 5px;
}
.card-missing-dates .data-tag {
  display: inline-block;
  font-size: 14px;
  color: #ed4337;
  padding: 3px 3px 3px 6px;
  margin: 3px;
  border: 1px solid #ed43371f;
  word-break: keep-all;
  border-radius: 2px;
  -moz-box-shadow: 1px 1px 3px #ed4337af;
  -webkit-box-shadow: 1px 1px 3px #ed4337af;
  box-shadow: 1px 1px 3px #ed4337af;
}

/* Custom Gauge */
.graph-gauge-container {
  width: 300px;
  height: 100px;
}
.graph-gauge {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.graph-gauge .outer-layer {
  display: flex;
  position: absolute;
  width: calc(100% + 80px);
  height: calc(400% + 80px);
  border-radius: 100%;
  background: linear-gradient(to bottom, red 50%, blue 50%);
  transform: translate(-40px, 0);
}
.graph-gauge .gauge {
  position: relative;
  border-color: blue;
  width: calc(100% - 80px);
  height: calc(100% - 80px);
  border-radius: 100%;
  background-color: white;
  margin: auto;
}

.summary-box {
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 10px;
  margin-bottom: 10px;
  border-top: 3px solid transparent;
  padding: 10px 20px;
}
.summary-box.active {
  background-color: var(--nav-active-bg);
  color: white;
}
.summary-box.single,
.gauge-container {
  display: flex;
  border: 1px solid grey;
  box-shadow: -3px -6px 13px -4px rgb(70, 70, 70);
  border-radius: 10px;
  min-width: 200px;
  padding: 20px;
  flex-direction: column;
}
.summary-box span {
  display: block;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.summary-box span.value {
  font-size: 20px;
  font-weight: bold;
}
.summary-box span.key {
  padding-bottom: 10px;
}
.summary-box span.key,
.summary-box span.unit {
  font-size: 18px;
}
.summary-box .icon-holder {
  margin-left: 10px;
}
.summary-box .icon-holder img {
  -webkit-filter: invert(-1);
  filter: invert(1);
}
.summary-box.active .icon-holder img {
  -webkit-filter: none;
  filter: none;
}
.cards-container {
  position: relative;
  display: block;
  width: calc(100% - 20px);
  margin: 5px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.cards-container.flex-row {
  display: flex;
  gap: 0;
}
.cards-container.brcs {
  width: auto;
  margin: 5px 45px;
}
.cards-container * {
  position: relative;
}
.cards-container .dropdown-btn-menu {
  position: absolute;
}
.cards-container.dashboard {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 5px auto 5px 5px;
}
.cards-container .content {
  margin: 20px;
  overflow-x: scroll;
  overflow-x: auto;
  overflow-x: overlay;
}
.cards-container .content.bidder-overview-summary {
  margin-top: 0;
}
.cards-container .content.border {
  border: 1px solid var(--label-border-color);
}

.graph-card {
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  word-wrap: break-word;
  background-color: #f9f9f9;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  margin: 5px;
  z-index: 1;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
}
.graph-card * {
  position: relative;
}
.invisible-card {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  -ms-flex-direction: column;
  flex-direction: column;
}
.graph-card .card-main-header {
  width: calc(100% - 15px);
  margin: auto;
  display: grid;
  grid-template-columns: auto -moz-fit-content(230px);
  grid-template-columns: auto fit-content(230px);
  border-bottom: 1px solid #d3d3d3d0;
}
.graph-card .card-main-header.no-btns {
  display: block;
}
.graph-card .card-main-header.no-title {
  padding-top: 8px;
}
.graph-card .notes-container {
  margin: 6px 13px;
  padding: 6px 13px;
  min-width: 100px;
  border: 1px solid var(--label-border-color);
}
.graph-card .notes-container.editing {
  padding: 0;
}
.graph-card .notes-container .no-notes {
  opacity: 0.4;
  font-style: italic;
}
.graph-card .card-btn-group,
.graph-card .btn.card-btn {
  margin: 5px auto 15px 13px;
  padding: 6px 12px 3px 12px;
  background-color: var(--btn-bg-prim);
  width: -moz-fit-content;
  width: fit-content;
  min-height: 30px;
  border-radius: 4px;
  position: absolute;
  top: -50px;
  right: 13px;
}
.graph-card .btn.card-btn.active {
  border: 1px solid var(--btn-bg-prim);
  background-color: white;
}
.graph-card .card-btn-group.header {
  display: flex;
  position: relative;
  top: unset;
  background: transparent;
  left: 0;
  margin-left: auto;
  margin-right: 10px;
  gap: 5px;
}
.graph-card .card-btn-group {
  background: inherit;
  margin: 0;
  padding: 0;
}
.graph-card .card-btn-group,
.graph-card .btn.card-btn.text-only {
  top: -63px;
}
.graph-card .card-btn-group .btn.card-btn,
.btn.card-btn.simple-btn {
  position: relative;
  top: unset;
  right: unset;
  margin-bottom: unset;
  margin-left: unset;
  margin-block: auto;
}
.graph-card .card-btn-group .btn.card-btn.dropdown-btn {
  width: 100%;
  padding-left: 20px;
  padding-right: 40px;
}
.graph-card h3 {
  padding: 20px;
}
.graph-card .versus {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 auto;
  display: block;
  padding-left: 30px;
}
.graph-card .versus.high {
  color: red;
}
.graph-card .versus.medium {
  color: #f69d16;
}
.graph-card .versus.low {
  color: #50b432;
}
.graph-card .versus.high::before,
.alert::before,
.graph-card .n-a::before {
  position: absolute;
  content: '';
  background-image: url('./assets/alert.png');
  background-size: cover;
  width: 20px;
  height: 20px;
  left: 0px;
  top: 10px;
}
.graph-card .content .hide {
  height: 0;
  overflow: hidden;
}
.graph-card .card-btn {
  outline: none;
}
.graph-card .card-btn .icon-holder {
  padding: 1px 0 3px 0;
  box-sizing: border-box;
}
.graph-card .card-btn.active .icon-holder img {
  filter: invert(65%) sepia(89%) saturate(2151%) hue-rotate(7deg) brightness(102%) contrast(101%);
}
.graph-card .card-btn .icon-holder img {
  filter: invert(1);
}
.graph-card .card-btn .icon-holder img.d-sm {
  margin-left: unset;
}
.alert::before {
  top: 1px;
}
.graph-card .n-a::before {
  background-image: url('./assets/info.png');
}
.graph-card .value.n-a {
  padding-left: 30px;
}
.graph-card .value.n-a::before {
  top: 0;
}
.graph-card .versus span {
  display: block;
  text-align: right;
}
/* Graph styling End */

/* Plotly container */
.graph-loading-container {
  display: none;
}
.show-loader .graph-loading-container {
  display: flex;
  position: absolute;
  width: calc(100% - 10px);
  height: 100%;
  opacity: 0.4;
  top: 0;
  background: white;
  z-index: 401;
}
.show-loader .summary-box-container .graph-loading-container {
  background: #EEE
}

.csv-uplaoded-list {
  margin: 10px 0 15px 0;
}
.csv-uplaoded-list .date-list {
  padding: 5px 15px;
  max-height: 400px;
  overflow-y: scroll;
  overflow-y: overlay;
}
.csv-uplaoded-list .date img {
  width: 15px;
  filter: brightness(0.5);
  top: 3px;
  padding-right: 4px;
}
.csv-uplaoded-list .secondary-header {
  padding: 10px 5px;
}
.csv-uplaoded-list .date-item {
  padding: 5px;
  margin-bottom: 15px;
  border-radius: 6px;
  background-color: white;
  box-shadow: 0px 0px 3px lightgrey;
}
.csv-uplaoded-list .date-item-footer > div {
  display: block;
  padding: 5px 10px;
  border-top: 1px solid gray;
  margin-top: 5px;
}
.csv-uplaoded-list .date {
  background-color: white;
  padding: 5px 10px;
  border-bottom: 1px solid grey;
}
.csv-uplaoded-list .item-pair {
  padding: 5px 10px 0 10px;
  display: grid;
  grid-template-columns: auto 85px;
}
.csv-uplaoded-list .item-pair.header-btn-pair .btn {
  margin-inline: auto 0;
}
.csv-uplaoded-list .item-pair.more-item {
  display: none;
}
.csv-uplaoded-list .show-more .item-pair.more-item {
  display: grid;
}
.csv-uplaoded-list .show-more .more-text {
  display: none;
}
.csv-uplaoded-list .less-text {
  display: none;
}
.csv-uplaoded-list .show-more .less-text {
  display: inline;
}
.csv-uplaoded-list .item-pair .item {
  padding: 5px;
}
.csv-uplaoded-list .item-pair .item:last-child {
  display: flex;
  margin-inline: auto 0;
  gap: 4px;
}
.csv-uplaoded-list .item-pair .item:last-child .icon-holder img {
  filter: var(--icon-error-filter);
  width: 20px;
  height: 20px;
}

.invert img {
  filter: invert(1);
}

/* Analytics filter styling Begin */
.analytics-filter-container,
.management-filter-container,
.firedrill-analytics-filter-root {
  display: block;
  position: sticky;
  background-color: var(--analytics-filter-bg);
  padding: 0 20px;
  transition: left 0.4s ease-in-out;
  z-index: 2;
}
.analytics-filter-container.instant-options {
  padding-left: 0;  
}
.firedrill-analytics-filter-root {
  padding: 0;
}
.analytics-filter-container *,
.management-filter-container *,
.firedrill-analytics-filter-root * {
  position: relative;
  color: white;
}

.analytics-filter-container.active-buttons {
  display: grid;
  grid-template-columns: auto 100px;
}
.analytics-filter-container .advanced-options-container input {
  width: calc(100% - 20px);
  margin: auto auto auto 10px;
  border: 0;
  border-bottom: 1px solid white;
  background-color: rgba(37, 55, 70, 0.1);
  outline: white;
}
.analytics-filter-container .advanced-options-container input::placeholder {
  color: rgba(256, 256, 256, 0.8);
}
.analytics-filter-container .analytics-advanced-btn-group {
  width: calc(100% - 20px);
  margin: 5px 0 5px 10px;
}
.analytics-filter-container .analytics-advanced-btn-group button {
  color: white;
  background-color: rgba(37, 55, 70, 0.4);
  font-size: 12px;
  box-shadow: none;
  border: none;
}
.analytics-filter-container .analytics-advanced-btn-group button:last-child {
  margin-left: auto;
  margin-right: 0;
}
.analytics-filter-list-container {
  display: flex;
}
.analytics-filter-list {
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  flex-direction: row;
  padding-top: 10px;
  padding-bottom: 10px;
  flex-wrap: wrap;
}
.analytics-filter-list.instant-items {
  padding-left: 20px;
  padding-right: 20px;
  background-color: var(--analytics-filter-active-bg);
  margin-right: 30px;
}
.analytics-filter-list > * {
  width: -moz-max-content;
  width: max-content;
}
.analytics-filter-list button {
  margin-right: 10px;
  transition: 0.4s ease-in-out;
}
.nav-collapse .analytics-filter-list button {
  margin-right: 20px;
}
.analytics-filter-item,
.management-filter-item,
#date-container {
  display: inline-block;
  margin-right: 50px;
  width: -moz-fit-content;
  width: fit-content;
}
.instant-items .analytics-filter-item:last-child {
  margin-right: 0;
}
.instant-items .analytics-filter-item .filter-for {
  font-size: 11px;
  margin-top: -5px;
  display: block;
  margin-bottom: 2px;
}
#date-container {
  margin-right: 0;
  height: 24px;
  vertical-align: middle;
  width: 260px;
  transition: width 0.2s ease-in-out;
  overflow-x: hidden;
}
#date-container.hourly {
  width: 340px;
}
#date-container.hide {
  width: 0;
}

.analytics-filter-item .custom-date {
  display: inline-block;
}
.analytics-filter-item .custom-date .date {
  display: inline-block;
  height: 20px;
  border-bottom: 1px solid white;
}
.analytics-filter-item .custom-date .date.begin_date {
  margin-right: 10px;
}
.analytics-filter-item .custom-date .date-input,
.analytics-filter-item .custom-date .date-input-container,
.analytics-filter-item .custom-date .hour-container,
.analytics-filter-item .custom-date .icon-holder {
  position: absolute;
  display: inline-block;
  top: 0;
}
.analytics-filter-item .custom-date .date-input,
.analytics-filter-item .custom-date .date-input-container,
.analytics-filter-item .custom-date .hour-container {
  width: calc(100% - 20px);
  height: inherit;
  background-color: transparent;
  color: white;
  left: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  z-index: 40;
  border: 0;
}
.analytics-filter-item .custom-date .date-input-container input,
.analytics-filter-item .custom-date .date-input-container span {
  position: relative;
  display: inline-block;
  background-color: transparent;
  color: white;
  padding: 0;
  text-align: center;
  border: 0;
}
.analytics-filter-item .custom-date .date-input-container .year-input {
  width: calc(50% - 5px);
}
.analytics-filter-item .custom-date .date-input-container .month-input {
  width: calc(25% - 5px);
}
.analytics-filter-item .custom-date .date-input-container .day-input {
  width: 25%;
}
.analytics-filter-item .custom-date .hour-container input {
  display: inline-block;
  width: 30px;
  color: inherit;
  background-color: inherit;
  height: inherit;
  border: inherit;
  text-align: right;
}
.analytics-filter-item .custom-date .hour-container input:focus {
  outline: none;
}
.analytics-filter-item .custom-date.hourly .date-input,
.analytics-filter-item .custom-date.hourly .date-input-container {
  width: calc(100% - 60px);
}
.analytics-filter-item .custom-date .hour-container {
  width: 40px;
  left: calc(100% - 60px);
}
.analytics-filter-item .custom-date .hour-container:focus {
  border-color: transparent;
  outline: none;
}
.analytics-filter-item .custom-date .icon-holder {
  right: 0;
  width: 20px;
  z-index: 20;
}
.analytics-filter-item .custom-date .icon-holder:hover {
  cursor: pointer;
}
.analytics-filter-item .custom-date input[type='date'] {
  display: inline-block;
  color: black;
  width: 120px;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  background-color: transparent;
  z-index: 30;
  border: none;
}
.analytics-filter-item .custom-date.hourly input[type='date'] {
  width: 160px;
}
.analytics-filter-item:hover,
.management-filter-item:hover {
  cursor: pointer;
}
.analytics-filter-item label,
.management-filter-item label {
  display: inline-block;
  vertical-align: middle;
}
.analytics-filter-item input.analytics-filter-input {
  border: 0 solid transparent;
  background-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
}
.analytics-filter-item .analytics-option-wrapper {
  max-height: calc(200px - 65px);
  overflow-y: scroll;
  overflow-y: overlay;
  scrollbar-color: white;
}
.analytics-filter-item .analytics-option-wrapper::-webkit-scrollbar {
  width: 8px;
}
.analytics-filter-item .analytics-option-wrapper::-webkit-scrollbar-track {
  background-color: var(--analytics-filter-bg);
}
.instant-items .analytics-filter-item .analytics-option-wrapper::-webkit-scrollbar-track {
  background-color: var(--analytics-filter-bg-);
}
.analytics-filter-item .analytics-option-wrapper::-webkit-scrollbar-thumb {
  background-color: white;
  border-radius: 5px;
}
.analytics-filter-item .analytics-filter-options,
.management-filter-item .management-filter-options {
  display: none;
  position: absolute;
  background-color: var(--analytics-filter-bg);
  border: 1px solid black;
  top: 32px;
  left: 0;
  padding: 10px 0;
  z-index: 21;
  border-radius: 4px;
  max-height: 200px;
  overflow-y: hidden;
}
.instant-items .analytics-filter-item .analytics-filter-options {
  top: 42px;
  background-color: var(--analytics-filter-active-bg);
}
.analytics-filter-item.open .analytics-filter-options,
.management-filter-item.open .management-filter-options {
  display: block;
}
.analytics-filter-item .icon-holder,
.management-filter-item .icon-holder {
  width: 24px;
}
.analytics-filter-item.open .icon-holder,
.management-filter-item.open .icon-holder {
  transform: rotate(-180deg);
}
.analytics-filter-item.open .icon-holder.filter,
.management-filter-item.open .icon-holder.filter {
  transform: none;
}

.analytics-filter-item.open::before,
.management-filter-item.open::before,
.analytics-filter-item.open::after,
.management-filter-item.open::after {
  position: absolute;
  content: '';
  bottom: -8px;
  left: 20px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid black;
  transform: translateX(-50%);
  z-index: 22;
}
.analytics-filter-item.open::after,
.management-filter-item.open::after {
  bottom: -9px;
  border-bottom: 10px solid var(--analytics-filter-bg);
}
.instant-items .analytics-filter-item.open::after {
  border-bottom-color: var(--analytics-filter-active-bg);
}
.analytics-filter-item .analytics-filter-options li,
.management-filter-item .management-filter-options li {
  list-style-type: none;
  padding: 3px 20px;
  color: white;
  margin-top: 1px;
  position: relative;
}
.analytics-filter-item .analytics-filter-options li:hover,
.management-filter-item .management-filter-options li:hover {
  cursor: pointer;
}
.analytics-filter-item .analytics-filter-options li:hover,
.management-filter-item .management-filter-options li:hover,
.analytics-filter-item .analytics-filter-options li.active,
.management-filter-item .management-filter-options li.active {
  background-color: var(--analytics-filter-active-bg);
}
.instant-items .analytics-filter-item .analytics-filter-options li:hover,
.instant-items .analytics-filter-item .analytics-filter-options li.active {
  background-color: var(--analytics-filter-bg);
}
.analytics-filter-item .analytics-filter-options li.active::before {
  position: absolute;
  margin-left: -15px;
  content: '✓';
  color: white;
  display: block;
}

.local-filter {
  display: block;
  position: relative;
  width: calc(100% - 30px);
  padding: 5px;
  margin: 0 auto;
  min-height: 33px;
}
.local-filter * {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.local-filter b {
  margin: 0;
  text-transform: capitalize;
  display: inline;
  padding: 0 3px;
  border-bottom: 1px solid;
  opacity: 0.8;
  text-underline-position: below;
}
.local-filter sup {
  vertical-align: super;
  font-size: 10px;
  text-transform: lowercase;
}
.local-filter .local-container {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.local-filter .icon-holder {
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 0;
  left: 0;
}
.local-filter .select-container {
  position: relative;
  background: url('./assets/down-arrow-sm-black.png') no-repeat right white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  background-color: #e9e9e9;
}
.local-filter .select-container select {
  z-index: 6;
  background: transparent;
  border: none;
  padding: 5px 10px;
}
.local-filter .selected-filters {
  margin-right: 6px;
}
.local-filter .selected-filters span {
  padding: 3px;
  opacity: 0.8;
}
.local-filter .selected-filters span.filter-begin_date {
  margin-right: 0;
  padding-right: 0;
}
.local-filter .selected-filters span.filter-begin_date::after {
  content: '-';
  padding-left: 3px;
}
/* Analytics filter styling End */

.disclaimer {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 10px 0 auto;
  padding: 3px 6px;
  opacity: 0.8;
  color: #999;
  font-size: 14px;
  font-weight: 600;
  text-align: right;
}

.select-identifier {
  background-color: white;
  padding: 10px;
}

.gamconfig-info {
  display: block;
  padding: 20px 20px 0 20px;
  color: #0080ff;
  font-weight: 600;
}
.gamconfig-info a {
  color: inherit;
  text-decoration: underline;
}

.hidden {
  display: none;
}

.export {
  display: block;
  padding-top: 10px;
  background-color: white;
}
.export .btn {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 10px 0 auto;
}

.deploy-btn-container {
  min-width: 100px;
  margin: 0 0 50px 50px;
}
.deploy-btn-container .btn {
  height: 40px;
  padding: 5px 15px;
  width: auto;
  margin: 0;
}

.locked-deploy {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  color: #ed4337;
}

.gam-advertiser-rules .grid-table .ghead .grow,
.gam-advertiser-rules .grid-table .gbody .grow {
  grid-template-columns: calc(16% - 1em) calc(32% - 1em) calc(52% - 1em) 2.1em;
}
.gam-advertiser-mappings .grid-table .ghead .grow,
.gam-advertiser-mappings .grid-table .gbody .grow {
  grid-template-columns: 50% 50%;
}

.dfp-site-add {
  display: inline-grid;
  width: 0px;
  overflow-x: hidden;
  vertical-align: middle;
  grid-template-columns: auto 110px;
  transition: width 0.3s ease-in-out;
}

.free-standing {
  margin: 0.5em 1.5em;
}
.free-standing input,
.free-standing .btn {
  display: inline-block;
  vertical-align: middle;
}
.free-standing .btn-save {
  margin-left: 10px;
}
.free-standing .btn-add {
  width: -moz-fit-content;
  width: fit-content;
  height: 36px;
}
.free-standing .hidden {
  display: none;
}

.dfp-site-add.show {
  width: 360px;
  margin-right: 12px;
}

/* Firefox Specific */
.firefox .dropdown-btn-grp .dropdown-btn::after {
  top: -4px;
  right: 26px;
}
.firefox .dropdown-btn-grp.open .dropdown-btn::after {
  top: 11px;
}
.firefox .firefox-only {
  display: inline-block;
  position: relative;
  margin: 4px 1em 0.5em 1em;
  width: auto;
  background-color: white;
  border: 1px solid rgb(217, 224, 228);
}
.firefox .grow .firefox-only {
  margin: 0;
  width: initial;
}
.firefox .firefox-only:hover {
  cursor: pointer;
}
.firefox .firefox-only select {
  background-color: transparent;
  position: relative;
  border-radius: 0.2em;
  width: auto;
  padding: 0.5em 1em;
  margin: 0;
  padding-right: 32px;
  display: block;
  border: none;
  z-index: 2;
}
.firefox .grow .firefox-only select {
  width: 100%;
}
.firefox .firefox-only .icon-holder {
  display: block;
  position: absolute;
  top: 3px;
  right: 0;
  z-index: 1;
}

/* Safari Specific */
.safari .chip-cross {
  margin-top: -8px;
  font-size: 20px;
}

.safari .info a,
.safari .message.success,
.safari .message.error,
.safari .loader-container,
.safari p.error,
.safari p.response,
.safari .adb-nav-logo,
.safari .kvp-checkbox,
.safari .section-box.filters,
.safari .section-box h2 span.brc,
.safari .section-box h2 .unit-selection,
.safari .card-summary,
.safari .summary-box span,
.safari .summary-box,
.safari .graph-card .btn,
.safari .graph-card .versus,
.safari .analytics-filter-item,
.safari .analytics-filter-item input.analytics-filter-input,
.safari .management-filter-item,
.safari .disclaimer,
.safari .deploy-btn-container,
.safari .export .btn,
.safari .free-standing .btn-add {
  width: auto;
}
.safari #date-container {
  height: 25px;
  width: 280px;
}
.safari #date-container.hide {
  width: 0;
}
.safari #date-container.hourly {
  width: 360px;
}
.safari #date-container .custom-date .date {
  width: 130px;
}
.safari #date-container.hourly .custom-date .date {
  width: 170px;
}
.safari .analytics-filter-item .custom-date input[type='date'] {
  width: 100%;
}
.safari .analytics-filter-item .custom-date .hour-container {
  width: 34px;
}
.safari .analytics-filter-item .custom-date .hour-container input {
  text-align: center;
  width: 24px;
  padding: 0 0 5px;
}

.clickable:hover {
  cursor: pointer;
}
.clickable.hover-highlight:hover {
  background-color: #e8e6e6;
}
.clickable.clickable-text {
  color: #0080ff;
}
.clickable.clickable-text:hover {
  text-decoration: underline;
}
.info-icon-hover:hover {
  cursor: help;
}

#app .nav-container {
  position: fixed;
  display: none;
  left: 243px;
  top: 120px;
  z-index: 605;
  transition: 0.4s ease-in-out;
  overflow: hidden;
}
#app .hover .nav-container,
#app.nav-collapse .nav-container {
  display: block;
}
#app .nav-container button {
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 3px;
  background-color: white;
  box-shadow: none;
  border: none;
  border-radius: 100%;
  border: 1px solid #d3d3d3;
  outline: none;
  transition: 0.4s ease-in-out;
}
#app .nav-container button span {
  display: block;
  width: 18px;
  height: 3px;
  margin: auto;
  background-color: var(--nav-active-bg);
  transform-origin: center;
  transition: 0.4s ease-in-out;
}
#app .nav-container button span:not(:last-child) {
  margin-bottom: 5px;
}
#app .nav-container button span:first-child {
  transform: translate(0, 4.5px) scaleY(0.5) rotate(-60deg);
}
#app .nav-container button span:last-child {
  transform: translate(0, -4.5px) scaleY(0.5) rotate(60deg);
}
#app .nav-container button span:nth-child(2) {
  opacity: 0;
}
#app.nav-collapse .nav-container button span:first-child {
  transform: translate(0, 4.5px) scaleY(0.5) rotate(60deg);
}
#app.nav-collapse .nav-container button span:last-child {
  transform: translate(0, -4.5px) scaleY(0.5) rotate(-60deg);
}
#app.nav-collapse .nav-container {
  left: 0;
}
#app.nav-collapse #main-side-nav,
#app.nav-collapse #customer-panel,
#app.nav-collapse #version-panel {
  left: -245px;
  overflow: hidden;
}
#app.nav-collapse #path.content {
  margin-left: 15px;
  width: 100%;
}

.grid-table .ghead .header-col.sort-desc::after {
  content: '▼';
}
.grid-table .ghead .header-col.sort-asc::after {
  content: '▲';
}

/* Modal Start */
#app #modal-root-container * {
  font-size: inherit;
}
#modal-root-container .btn.icon-only.close-cross {
  padding-right: 0;
}
.modal-bg,
#modal-root-container {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 700;
  background-color: black;
  opacity: 0.4;
}

.modal-btn {
  position: absolute;
  top: 10px;
  right: 10px;
}
#modal-root-container {
  display: grid;
  opacity: 1;
  z-index: 710;
  background-color: transparent;
}
#modal-root-container .modal-poistion {
  position: relative;
  display: grid;
  width: 90vw;
  height: 80vh;
  margin: 10vh auto 0;
  background-color: #f1f1f1;
  opacity: 1;
  margin: auto;
}
#modal-root-container.predefined .modal-poistion {
  background-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  margin: 20vh auto auto auto;
  z-index: 713;
}
#modal-root-container .modal-content {
  display: block;
  position: relative;
  overflow: scroll;
}
#modal-root-container.predefined .modal-content {
  overflow: auto;
  background-color: white;
}
#modal-root-container.predefined .modal-content .confirm-modal {
  padding: 20px 30px;
}
#modal-root-container.predefined .modal-content .yes-no-group {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 15px;
}
#modal-root-container.predefined .modal-content .confirm-message {
  font-size: 17px;
}

#modal-root-container.predefined .modal-content .yes-no-group button {
  margin: auto;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px;
  width: 100px;
  border: 1px solid blue;
  background-color: inherit;
  transition: 0.2s ease-in-out;
}
#modal-root-container.predefined .modal-content .yes-no-group button.btn-no {
  border-color: #b3b3b3;
}
#modal-root-container.predefined .modal-content .yes-no-group button.btn-yes {
  border-color: #f80303;
}
#modal-root-container.predefined .modal-content .yes-no-group button.btn-no:hover {
  background-color: #b3b3b3;
  color: white;
}
#modal-root-container.predefined .modal-content .yes-no-group button.btn-yes:hover {
  background-color: #f80303;
  color: white;
}
#modal-root-container.predefined .modal-content .yes-no-group button:first-child {
  margin-right: 10px;
}
/* Modal End */

#app.nav-collapse .management-filter-container,
#app.nav-collapse .analytics-filter-container {
  left: 15px;
}
#app .management-filter-container,
#app .analytics-filter-container,
#app.scroll .firedrill-analytics-filter-root {
  top: 60px;
  left: 260px;
  right: 0;
  z-index: 501;
  transition: left 0.4s ease-in-out;
}
#app.nav-collapse #path .management-filter-container,
#app.nav-collapse #path .analytics-filter-container,
#app.scroll.nav-collapse #path .firedrill-analytics-filter-root {
  left: 15px;
}
#app #path.cutomer-panel-open .management-filter-container,
#app #path.cutomer-panel-open .analytics-filter-container,
#app.scroll #path.cutomer-panel-open .firedrill-analytics-filter-root {
  left: 500px;
}
.grid-table .ghead .header-col.sort-asc::after {
  content: '▲';
}

/* Vendor Market */
.vendor-header-description p {
  font-size: 1.4rem;
  margin: 0 0 30px;
  color: white;
  background-color: #01579b90;
  padding: 15px 57px;
}
.vendor-header-description p span {
  font-family: 'SF SemiBold';
  font-size: inherit;
}
.vendors-market-list {
  margin-top: 30px;
  margin-right: 20px;
}
.vendor-box {
  display: inline-block;
  position: relative;
  margin: 0 0 30px 4%;
  min-width: 450px;
  min-height: 310px;
  width: calc((100vw - 350px) / 4);
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: white;
}
.vendor-box .logo-container {
  display: block;
  position: relative;
  width: 100%;
  min-height: 240px;
  height: calc(((100vw - 350px) / 4) * var(--vendor-box-aspect) * (16 / 30));
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.vendor-box .description {
  padding: 10px;
  color: var(--text-color);
  font-size: 1.2rem;
}
.to-page-top {
  position: fixed;
  display: block;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: var(--nav-active-bg);
  opacity: 0.5;
  transition: opacity 0.2s ease-in-out;
}
.to-page-top:hover {
  opacity: 1;
}
.to-page-top img {
  transform: rotate(180deg);
  -webkit-filter: invert(1);
  filter: invert(1);
}
.graph-hover-text table,
.graph-hover-text th,
.graph-hover-text td {
  border: 1px solid black;
  border-collapse: collapse;
}
.graph-hover-text table {
  font-size: 11px;
  background: white;
  border-width: 0;
}
.graph-hover-text th,
.graph-hover-text td {
  padding: 3px 5px;
}
.graph-hover-text td:last-child {
  text-align: right;
}
.graph-hover-text tbody tr.highlight {
  background-color: #d3d3d3;
  font-weight: 600;
}
.graph-hover-text tbody tr > td:first-child {
  min-width: 100px;
}
.graph-hover-text tbody tr > td:last-child {
  min-width: 20px;
}
.graph-hover-text th {
  background-color: var(--analytics-filter-bg);
  color: white;
}
.graph-hover-text table .color-identifier {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  border-radius: 100%;
}
.graph-hover-text tbody {
  display: block;
  max-height: 400px;
  overflow-y: hidden;
  border: none;
}
.graph-hover-text.scroll tbody {
  overflow-y: scroll;
}
.graph-summary-container {
  padding: 0 10px 20px 10px;
}
.graph-summary-container .card-summary {
  padding-bottom: 0;
}

table.custom {
  border: solid thin;
  border-collapse: collapse;
  font-size: 16px;
}
table.custom * {
  box-sizing: border-box;
}
table.custom.nested {
  display: none;
}
.show-nested table.custom.nested {
  display: initial;
}
table.custom th .header-styling,
table.custom th,
table.custom td {
  border: solid thin;
  padding: 0.4rem 0.8rem;
  border-right-color: #838383;
}
table.custom th .header-styling {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  margin-top: -1px;
  border-left: 0;
  border-right: 0;
}
table.custom th {
  padding: 0;
}
table.custom th:last-child,
table.custom td:last-child {
  border-right-color: initial;
}
table.custom th {
  vertical-align: middle;
  text-align: center;
}
table.custom td {
  border-style: none solid;
  vertical-align: top;
  max-width: 200px;
  word-wrap: break-word;
  word-break: break-all;
}
.show-nested table.custom th.disable-on-nested,
.show-nested table.custom td.disable-on-nested {
  display: none;
}
table.custom tbody tr:nth-child(odd) {
  background-color: #e0e0e0;
}

.nested-table-container,
.variable-legend {
  padding: 20px;
}
.nested-table-container.show-nested .panel-container {
  display: flex;
  flex: 0 0 auto;
  height: 100%;
}
.nested-table-container.show-nested * {
  position: relative;
  box-sizing: border-box;
}
.nested-table-container.show-nested > * {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
.nested-table-container .right-panel {
  display: none;
}
.nested-table-container.show-nested .left-panel {
  flex: 0 0 auto;
}
.nested-table-container.show-nested .right-panel {
  flex-flow: column;
  flex: 1 0;
  display: inline-flex;
  margin-left: 20px;
  padding: 14px;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  border: 1px solid lightgray;
  overflow-x: auto;
}
.nested-table-container.show-nested .right-panel .right-panel-width {
  min-width: 900px;
}
.nested-table-container .header h2 {
  padding-bottom: 20px;
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 10px;
}
.nested-table-container .header .header-table-item:first-child,
.nested-table-container .footer .footer-table-item:first-child {
  margin-top: 20px;
}
.nested-table-container .header .header-table-item {
  margin-bottom: 20px;
}
.nested-table-container .header .header-table-item:last-child {
  margin-bottom: 40px;
}
.nested-table-container .header .header-table-item .not-found {
  color: red;
}
.nested-table-container .header table.horizontal th,
.nested-table-container .footer table.horizontal th,
.nested-table-container .header table.horizontal td,
.nested-table-container .footer table.horizontal td {
  text-align: left;
  white-space: pre;
  vertical-align: top;
  padding: 5px;
}
.nested-table-container.show-nested .main-table tr.active {
  background-color: var(--highlight-row);
}
.nested-table-container .right-panel .btn.btn-close {
  display: none;
  position: absolute;
  width: 36px;
  height: 36px;
  padding: 0;
  border-radius: 100%;
  top: -3px;
  right: 0;
  border: 1px solid transparent;
}
.nested-table-container .right-panel .btn.btn-close:hover {
  background-color: white;
  border-color: red;
}
.nested-table-container .right-panel .btn.btn-close:hover img {
  filter: invert(18%) sepia(99%) saturate(7443%) hue-rotate(1deg) brightness(102%) contrast(113%);
}
.nested-table-container.show-nested .right-panel .btn.btn-close {
  display: block;
}
.nested-table-container .right-panel .position-container {
  flex: 2;
  overflow-y: hidden;
  overflow-x: scroll;
}
.nested-table-container .right-panel .nested-table {
  height: 100%;
  overflow-y: scroll;
}
.nested-table-container .right-panel .nested-table table.custom.nested-custom {
  width: 100%;
}
.nested-table-container .right-panel .nested-table table.custom.nested-custom thead th {
  position: sticky;
  top: 0;
  z-index: 200;
}
.nested-table-container .right-panel .nested-table table.custom.nested-custom thead th .header-styling {
  display: block;
  width: 100%;
  height: 100%;
  background-color: white;
  background-image: inherit;
}
table.custom th.auto,
table.custom td.auto {
  max-width: unset;
}
table.custom th.max-md,
table.custom td.max-md {
  max-width: 207px;
}

.error-legend .legend-rootType-grp {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

#super-error-container {
  display: block;
  min-width: 600px;
  left: 50%;
  z-index: 500;
  position: fixed;
  top: 0;
  height: 1px;
  overflow: visible;
  transform: translateX(-50%);
  background: transparent;
}

#super-error-container > div {
  display: inline-block;
  position: relative;
  width: auto;
  padding: 20px;
  font-size: 14px;
  margin: 5px;
  border: 1px solid grey;
  border-radius: 5px;
  background-color: white;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
}
#super-error-container > div span:first-child {
  margin-right: 10px;
}
#super-error-container > div span {
  display: inline-block;
  vertical-align: middle;
}

/* Error Log */
.graph-card .error-details {
  padding: 5px 20px;
}

.graph-card.error-type-box button.btn.icon-only.card-btn {
  background-color: white;
}
.graph-card.error-type-box button.btn.icon-only.card-btn img {
  filter: none;
}

.graph-card.nested .error-log-description {
  padding: 10px;
  display: grid;
  grid-template-columns: 150px auto;
}

.graph-card.nested .sample-error-lookup {
  padding: 10px;
}
.graph-card.nested .sample-error-lookup .lookup-field-container {
  display: grid;
  grid-template-columns: 150px auto 100px;
}
.graph-card.nested .sample-error-lookup .lookup-field-container * {
  margin: auto 0;
}
.graph-card.nested .sample-error-lookup .lookup-field-container .sample-looup-input {
  padding-right: 20px;
}

/* Error Logging */
.graph-card.error-summary-table {
  width: calc(99% - 20px) !important;
}

.graph-card.error-type-box {
  margin: 10px 20px;
  width: calc(99% - 30px) !important;
  border-color: #d3d3d3;
}
.graph-card.error-type-box .card-btn-group,
.graph-card.error-type-box .btn.card-btn {
  top: 3px;
}
.graph-card.error-type-box .graph-card.nested {
  border-width: 0 0 1px 0;
  box-shadow: none;
}
.graph-card.error-type-box .graph-card.nested:last-child {
  border-width: 0;
}

.error-desc.content {
  margin: 20px 30px;
}
.label-desc {
  display: grid;
  grid-template-columns: 130px auto;
  padding: 5px 0;
}
.error-desc .btn-group {
  display: inline-block;
  width: 300px;
  margin: 0 0 0 auto;
}
.error-desc .btn-group button.btn {
  width: 100px;
  display: inline-block;
}
.error-desc .btn-group button.btn:first-child {
  margin-right: 10px;
}
.error-desc textarea.error-desc-input {
  resize: vertical;
  min-height: 150px;
}
.error-desc-check {
  font-size: 20px;
}

/* Formatted */
.format-preview {
  padding: 5px;
}
.format-preview ul {
  padding-left: 30px;
}
.left-align {
  margin-left: 0;
}

/* Status style */
.release-status {
  padding: 2px 8px;
  border-radius: 4px;
  text-transform: capitalize;
}
.release-status.error {
  color: red;
  background-color: rgba(255, 0, 0, 0.1);
}
.release-status.processing {
  color: #f69d16;
  background-color: #f69d161f;
}
.release-status.complete {
  color: #347221;
  background-color: #50b4321f;
}

/* Error */
.error-container {
  display: flex;
  color: red;
  background-color: rgba(255, 0, 0, 0.1);
  padding: 2px 8px;
}
.error-container .inline {
  width: -moz-min-content;
  width: min-content;
  margin: auto;
}

/* Firedrill */
.nav-collapse .firedrill-root {
  width: calc(100% - 24px);
}
.firedrill-root .details-root-container {
  display: none;
}
.firedrill-root.details-view-loading .loading-container,
.firedrill-root.details-view-visible .details-root-container {
  display: block;
}
.firedrill-root .filters-root-container {
  display: block;
}
.firedrill-root.details-view-loading .filters-root-container,
.firedrill-root.details-view-visible .filters-root-container {
  display: none;
}
.firedrill-section.section-box h2 span {
  font-size: 20px;
}
.firedrill.feature-container > div:not(:first-child) {
  border-top: 3px solid #d3d3d3;
}
.firedrill > div {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  font-size: 13px;
}
.firedrill > div * {
  font-size: inherit;
}
.firedrill .feature-options {
  border: 1px black lightgray;
  padding: 9px;
  box-shadow: inset -2px 0px 15px 7px rgba(0, 0, 0, 0.1);
  max-height: 200px;
  overflow-y: auto;
}
.firedrill h3.feature-options-header {
  font-size: 15px;
  margin: 16px 0 5px 0;
}
.firedrill .list-item {
  display: flex;
  padding: 5px 10px;
  margin: 5px;
  border: 1px solid grey;
  min-width: 350px;
  border-radius: 10px;
  gap: 10px;
}
.firedrill .list-item .label {
  margin: auto auto auto 0;
}
.firedrill .list-item .label.item-id {
  min-width: 30px;
  margin: auto 0;
}
.firedrill .list-item .vertical-divider {
  width: 2px;
  height: 80%;
  background-color: var(--nav-active-bg);
  margin: auto 0;
  opacity: 0.5;
}
.firedrill .list-item .label.statuses {
  margin-right: 0;
  margin-left: auto;
  width: -moz-min-content;
  width: min-content;
}
.firedrill .list-item.active,
.firedrill .list-item:hover,
.firedrill .list-item:focus-visible {
  background-color: var(--nav-active-bg);
  color: white;
  cursor: pointer;
}
.firedrill .list-item.active .vertical-divider,
.firedrill .list-item:hover .vertical-divider,
.firedrill .list-item:focus-visible .vertical-divider {
  background-color: white;
}
.firedrill .feature-list > .list-item {
  width: 300px;
}
.firedrill .statuses {
  padding-top: 5px;
  padding-bottom: 5px;
}
.firedrill .list-item .status-tag {
  margin: auto 0 auto 5px;
  padding: 3px 5px;
  border: 1px solid black;
  border-radius: 5px;
}
.status-tag.boring {
  background-color: lightgray;
  color: black;
  border-color: lightgray;
}
.status-tag.happy {
  background-color: lightgreen;
  color: black;
  border-color: lightgreen;
}
.status-tag.notice {
  background-color: white;
  color: black;
  border-color: orange;
  border-width: 3px;
}
.status-tag.warning {
  background-color: orange;
  color: white;
  border-color: orange;
}
.status-tag.critical {
  background-color: salmon;
  color: white;
  border-color: salmon;
}

.features-selected {
  margin-top: 20px;
}
.selected-feature-item-box,
.selected-option-list,
.selected-options-tag {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.selected-feature-item-box > *,
.selected-option-list > *,
.selected-options-tag > * {
  margin: auto;
}
.selected-feature-item-box {
  gap: 5px;
  padding: 5px 10px;
  border: 1px solid var(--btn-bg-prim);
  margin-right: 10px;
  margin-bottom: 10px;
}
.selected-feature-item-box > .label {
  font-weight: 600;
}
.selected-option-list {
  gap: 10px;
  margin-left: 10px;
}
.selected-options-tag {
  padding: 5px 10px;
  border: var(--nav-active-bg);
  background-color: var(--nav-active-bg);
  color: white;
  border-radius: 10px;
}
.selected-options-tag > .label {
  display: flex;
  flex-wrap: nowrap;
  gap: 5px;
  margin: auto;
}
.selected-options-tag > .label > span:first-child::after {
  content: ' |';
}
.remove-selected:hover {
  cursor: pointer;
}
.remove-selected {
  margin-left: 5px;
}
.remove-selected > div {
  background-color: white;
  width: 15px;
  height: 2px;
  transform-origin: center;
  transform: rotate(-45deg);
}
.remove-selected > div:last-child {
  position: absolute;
  transform: rotate(45deg) translate(-1px, -1px);
}
.update-button > .btn {
  width: 200px;
}
.firedrill-section.filter-active .update-button {
  display: flex;
}

.custom-analytics-filter-label {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
}
.analytics-option-item .custom-analytics-filter-label {
  display: flex;
}
.custom-analytics-filter-label > span {
  margin: auto 0;
}
.custom-analytics-filter-label span.label.statuses {
  display: inline-flex;
  flex-direction: row;
  gap: 5px;
  margin-left: auto;
  transform: scale(0.85);
}
.custom-analytics-filter-label span.label.statuses .status-tag,
.custom-analytics-filter-label span.label.statuses .flag-tag {
  padding: 3px 5px 2px 5px;
  border: 1px solid;
  border-radius: 100px;
}
.custom-analytics-filter-label span.label.statuses .flag-tag {
  border-radius: 0;
  background-color: rgb(240, 159, 243);
  color: black;
  border-color: rgb(240, 159, 243);
}

.grid-table.firedrill-targets .status-tag,
.panel-content .target-kvp .status-tag {
  padding: 3px 5px;
  font-size: 12px;
  width: -moz-min-content;
  width: min-content;
}

#app.scroll .firedrill-analytics-filter-root .analytics-filter-container {
  display: flex;
  position: relative;
  top: initial;
  left: initial !important;
  right: initial;
  z-index: inherit;
  transition: inherit;
  width: auto;
}
.firedrill-analytics-filter-root > div {
  padding: 10px 20px;
}
.firedrill-analytics-filter-root > div:last-child {
  padding-top: 0;
  padding-bottom: 0;
}
.firedrill-analytics-filter-root > div * {
  color: inherit;
}
.firedrill-analytics-filter-root .target-page-controls {
  display: grid;
  grid-template-columns: 300px auto 300px;
  gap: 1em;
}
.firedrill-analytics-filter-root .target-page-controls > div {
  margin: auto;
}
.firedrill-analytics-filter-root .target-page-controls > div:first-child {
  margin-left: 0px;
}
.firedrill-analytics-filter-root .target-page-controls > div:last-child {
  margin-right: 0px;
}

.previous-target,
.next-target {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 5px;
}
.previous-target > div,
.next-target > div {
  display: flex;
}
.target-summary-info {
  margin: auto;
}
.next-target .target-summary-info {
  text-align: right;
}
.target-summary-info > span:not(:first-child)::before {
  content: ' | ';
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
}
.previous-target:hover,
.next-target:hover {
  cursor: pointer;
}
.previous-target img {
  transform-origin: center;
  transform: rotate(90deg) scale(1.5);
}
.next-target img {
  transform-origin: center;
  transform: rotate(-90deg) scale(1.5);
}
.previous-target.disable,
.next-target.disable {
  opacity: 0;
}
.previous-target.disable:hover,
.next-target.disable:hover {
  cursor: initial;
}

.header-close-btn {
  display: grid;
  grid-template-columns: auto 30px 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid white;
}
.header-close-btn > *:first-child {
  width: 100%;
}
.header-close-btn .to-left-right img {
  display: block;
  transform: rotate(-90deg) scale(1.4);
  transform-origin: center;
}
.to-right .header-close-btn .to-left-right img {
  transform: rotate(90deg) scale(1.4);
}
.header-close-btn > *:last-child {
  width: 30px;
}
.header-close-btn .remove-selected {
  margin: auto;
}
.header-close-btn .remove-selected > div {
  background-color: red;
  width: 24px;
  height: 3px;
}
.header-close-btn .remove-selected > div:last-child {
  transform: rotate(45deg) translate(-2px, -2px);
}

.title-summary-container {
  background-color: white;
  color: black;
  padding: 10px 20px;
}
.title-summary-container .remove-selected {
  margin: auto;
}
.title-summary-container .remove-selected > div {
  background-color: red;
  width: 24px;
  height: 3px;
}
.title-summary-container .remove-selected > div:last-child {
  transform: rotate(45deg) translate(-2px, -2px);
}

.grpah-and-target-details {
  display: grid;
  padding: 0 20px 20px 20px;
  gap: 20px;
  grid-template-columns: 400px auto;
}
.grpah-and-target-details .target-row .content {
  border: 1px solid grey;
}
.grpah-and-target-details > div:last-child {
  display: block;
  width: 100%;
}
.grpah-and-target-details .target-row > h3 {
  padding: 10px 0;
}
.target-kvp {
  display: grid;
  grid-template-columns: 150px auto;
  gap: 10px;
  margin-bottom: 6px;
  padding-top: 6px;
  border-top: 1px solid lightgray;
}
.target-kvp:first-child {
  border-top: 0;
}
.target-kvp > span:first-child {
  font-weight: 600;
}
.target-kvp > span:last-child {
  word-wrap: break-word;
}
.target-kvp.no-weight > span {
  font-weight: 400;
}
.kvps-as-tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
}
.kvps-as-tags > .target-kvp {
  display: flex;
  gap: 10px;
  padding: 6px;
  border: 1px solid lightgray;
  min-width: 260px;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 0;
}
.kvps-as-tags > .target-kvp > span:last-child {
  text-align: right;
  margin-left: auto;
}
.target-kvp.xs {
  grid-template-columns: 50px auto;
}
.target-kvp.sm {
  grid-template-columns: 75px auto;
}
.target-kvp.md {
  grid-template-columns: 100px auto;
}
.target-kvp.xl {
  grid-template-columns: 350px auto;
}
.target-kvp.status-tag > span {
  font-size: 12px;
}
.target-kvp.target-info > span:first-child {
  font-size: 13px;
}

.other-graph-info {
  padding: 20px 20px 10px 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.other-graph-info h3 {
  padding: 0 0 10px 0;
}

/* Flag kvp */
.target-kvp.flag {
  grid-template-columns: 150px auto;
}
.target-kvp.flag > span {
  font-weight: 400;
}
.target-kvp.flag.header {
  border-bottom: 1px solid lightgray;
  padding-bottom: 5px;
  margin-bottom: 1px;
}
.target-kvp.flag.header > span,
.target-kvp.score.header > span {
  font-weight: 600;
}

/* Imported from firedrill-ui-css */
.json_description .row:after {
  content: ' ';
  clear: both;
  width: 1px;
  height: 1px;
  display: block;
}
.json_description .expandable {
  cursor: pointer;
}
.json_description .collapsed {
  display: none;
}
.json_description .title {
  display: block;
  float: left;
}
.json_description .description {
  display: block;
  float: left;
  max-width: 95%;
  margin-left: 10px;
}
.json_description .title {
  color: #666;
}
.json_description .value {
  color: #036;
  word-break: break-all;
}
.json_description .expander {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: black;
  color: white;
  text-align: center;
  overflow: hidden;
  margin-right: 10px;
  cursor: pointer;
}
.json_description .expander:before {
  display: block;
  content: '+';
  line-height: 13px;
}
.json_description .expander.expanded:before {
  content: '-';
}
.json_description .expanded + .descendants {
  padding-left: 10px;
}

.panel-selector {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 5px;
  padding-left: 10px;
  margin-top: 10px;
  margin-right: 10px;
  padding-right: 10px;
}
.panel-selector.nested {
  border-top: 1px solid var(--nav-active-bg);
  margin-top: -1px;
  padding-top: 11px;
  border-bottom: 1px solid var(--nav-active-bg);
}
.panel-selector .panel-item {
  display: block;
  width: max-content;
  min-width: 170px;
  padding: 5px 10px;
  font-size: 15px;
  border: 1px solid var(--nav-active-bg);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: rgba(99, 127, 144, 0.3);
}
.panel-selector .nested-panel-item {
  padding: 6px 14px;
  margin-bottom: 10px;
  border: 1px solid var(--nav-active-bg);
  border-radius: 20px;
  font-size: 13px;
  min-width: 100px;
  background-color: rgba(99, 127, 144, 0.3);
}
.panel-selector.free-flow {
  flex-wrap: wrap;
}
.panel-selector.free-flow .panel-item {
  width: -moz-fit-content;
  width: fit-content;
  min-width: unset;
}
.panel-selector .panel-item:hover,
.panel-selector .nested-panel-item:hover,
.panel-selector .panel-item:focus-visible,
.panel-selector .nested-panel-item:focus-visible {
  background-color: rgba(99, 127, 144, 0.6);
  color: black;
}
.panel-selector .panel-item.active,
.panel-selector .nested-panel-item.active {
  background-color: rgb(239, 241, 242);
  color: black;
}
.panel-selector .panel-item.active {
  border-bottom: 1px solid rgb(239, 241, 242);
}
.panel-content {
  background-color: rgb(239, 241, 242);
  border-top: 1px solid var(--nav-active-bg);
  margin-top: -1px;
  padding: 10px;
}
.panel-selector.nested + .panel-content {
  margin-top: 0;
  border-top-width: 0;
}

.popup-detailed-flag-box {
  display: none;
  position: absolute;
  width: 600px;
  left: 60px;
  border: 1px solid var(--nav-active-bg);
  background-color: white;
  box-shadow: 5px 5px 15px 5px var(--nav-active-bg);
}
.popup-detailed-flag-box.visible {
  display: block;
  z-index: 500;
}
.popup-detailed-flag-box.visible.to-right {
  left: unset;
  right: 20px;
}
.popup-detailed-flag-box .header-close-btn {
  padding: 10px;
  background-color: var(--nav-active-bg);
  color: white;
}
.popup-detailed-flag-box .content {
  max-height: 400px;
  overflow-y: auto;
  padding: 10px;
}
.popup-detailed-flag-box .kvps-as-tags .target-kvp {
  grid-template-columns: 100px auto;
  min-width: 150px;
}
.popup-detailed-flag-box .points-list-container {
  margin-top: 10px;
  padding: 0px 10px 10px 5px;
  border-top: 1px solid lightgray;
}
.popup-detailed-flag-box .points-list-container > span:first-child {
  display: block;
  padding: 10px 0;
  font-weight: 600;
}
.popup-detailed-flag-box .points-list-container > span:last-child {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
.popup-detailed-flag-box .point-box {
  border: 1px solid lightgray;
  padding: 5px;
}
.popup-detailed-flag-box .point-box .target-kvp {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  border-top: 0;
  padding-top: 5px;
  margin: 0;
}
.popup-detailed-flag-box .point-box .target-kvp > span:first-child {
  width: 100px;
}
.popup-detailed-flag-box .point-box .target-kvp > span:last-child {
  margin: 0 0 0 auto;
}
.popup-detailed-flag-box .target-kvp.flag-detail > span:last-child > span {
  display: block;
}

.target-kvp.score.header {
  padding-left: 8px;
}
.target-kvp.score.evaluation {
  border-left: 3px solid #468902;
  padding-left: 5px;
}
.target-kvp.score.evaluation > span {
  font-weight: 500;
}
.target-kvp.score.evaluation.fail {
  border-color: red;
  opacity: 0.5;
}

h3.firedrill-graph-card-header {
  display: flex;
}
h3.firedrill-graph-card-header > span:first-child {
  font-size: inherit;
}
h3.firedrill-graph-card-header > span:last-child {
  margin-left: auto;
}

/* Analytics Imported */
.graph-padding {
  padding: 0 18px;
}
.summary-box span.key {
  font-size: 18px;
  padding-top: 8px;
}
.summary-box span.unit {
  font-size: 14px;
  margin-top: 10px;

  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 5px;
}
.gauge-container.sm .key {
  padding-top: 10px;
}
.graph-bar-cards,
.graph-table-card-content {
  display: grid;
  grid-template-columns: auto 600px;
}
.graph-table-card-content {
  padding-right: 20px;
  grid-template-columns: auto 400px;
}
.summary-box-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
  min-height: 150px;
  padding-bottom: 12px;
  background-color: #EEE;
}
.summary-box-container > div,
.gauge-container {
  margin: auto;
  padding: 10px;
}

.gauge-container.sm .graph-gauge-box {
  width: 210px;
  padding: 0;
  margin: 0 auto;
}
.gauge-container.sm .value {
  transform: scale(0.90);
}
.custom-header-container h3,
.custom-header-container h3 > span {
  font-size: 24px;
}
.custom-header-container .custom-date-range-container {
  display: flex;
  flex-direction: row;
  gap: 4px;
  font-family: 'SF Regular', sans-serif;
  font-size: 14px;
  margin-top: 5px;
  font-weight: 400;
}
.network-revenue-bars {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.bidder-panel-root .panel-content h3 {
  margin-top: 20px;
}
.info-graph-content {
  display: grid;
  gap: 10px;
  grid-template-columns: 400px auto;
  padding: 5px;
}
.info-graph-content .left-info {
  margin-top: 5px;
  border: 1px solid #747474;
  height: -moz-fit-content;
  height: fit-content;
}
.info-graph-content .left-info .info-section:not(:first-child) {
  margin-top: 5px;
}
.info-graph-content h4 {
  padding: 8px 5px 5px 5px;
  background-color: var(--nav-active-bg);
  color: white;
  margin-bottom: 5px;
  border-bottom: 1px solid #747474;
}
.info-graph-content .label-value {
  display: grid;
  grid-template-columns: 180px auto;
  padding: 5px 10px 8px 10px;
  border-bottom: 1px solid #747474;
}
.info-graph-content .label-value span:first-child {
  opacity: 0.9;
}
.info-graph-content .label-value span:last-child {
  text-align: right;
}
.info-graph-content .label-value:not(:first-child) {
  margin-top: 5px;
}

#modal-root.choose-columns .modal-poistion {
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  padding: 20px;
}
#modal-root.choose-columns #modal-root-container .modal-content {
  overflow: overlay;
}
#app #modal-root-container .choose-column-dims h2 {
  font-family: 'SF Semibold';
  font-size: 20px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--nav-active-bg);
}
#modal-root.choose-columns .choose-column-dims > .info,
.choose-column-dims div.button-groups,
.choose-column-dims .auto-dual-flex {
  margin: 5px;
}
.choose-column-dims .auto-dual-flex {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  margin-top: 10px;
}
.choose-column-dims .auto-dual-flex > span {
  display: block;
}
.choose-column-dims .auto-dual-flex > span:first-child,
.choose-column-dims .auto-dual-flex > div:first-child {
  margin: auto auto auto 0;
}
.choose-column-dims .auto-dual-flex > span:last-child,
.choose-column-dims .auto-dual-flex > div:last-child {
  margin: auto 0 auto auto;
}
.choose-column-dims .auto-dual-flex .info {
  font-family: 'SF Semibold';
}
.choose-column-dims .auto-dual-flex button.create-downloadable-csv {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 38px;
}
.column-select-button {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid var(--nav-active-bg);
  margin-right: 10px;
  margin-left: 0;
}
.column-select-button:last-child {
  margin-right: 0;
}
.column-select-button.active {
  background-color: var(--nav-active-bg);
  color: white;
}
.btn.analytics-export {
  margin-top: 10px;
}
.btn.analytics-bidder-export {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  margin: -41px 5px 5px auto;
  right: 20px;
}
.btn.analytics-bidder-export.info-export {
  right: 132px;
  margin-top: -47px;
}

.sm-text {
  font-size: 13px;
}

.page-loader-root-container {
  position: relative;
}
.analytics-filter-loader-container,
.section-box-filter-loader-container {
  display: grid;
  position: absolute;
  background-color: rgba(255, 255, 255, .4);
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 502;
}
.analytics-filter-loader-container.hidden,
.section-box-filter-loader-container.hidden {
  display: none;
}
.analytics-filter-loader-container > div,
.section-box-filter-loader-container > div {
  margin: auto;
}
.analytics-filter-button-container {
  display: flex;
  gap: 5px;
  flex-wrap: nowrap;
  margin-left: auto;
  margin-right: 10px;
}
.analytics-filter-button-container .btn.icon-only {
  width: var(--analytics-btn-width);
  height: var(--analytics-btn-width);
  padding: 6px;
  margin: auto 0;
}
.analytics-filter-button-container .btn.icon-only .icon-holder {
  width: 100%;
  display: block;
}

/* Products page */
.products-root {
  margin-top: 20px;
}
.section-box.product-selector.open .collapsable-container {
  overflow: visible;
}
.section-box.mappers .collapsable-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}
.section-box.mappers.editing .grow[data-mapped="1"] {
  background-color: rgb(190, 232, 246);
}
.section-box.mappers.editing .grow[data-mapped="1"].deleted {
  background-color: rgb(246, 176, 176);
}
.section-box.mappers.editing .grow.added {
  background-color: rgb(223, 255, 223);
}
.custom-tab-select {
  padding: 10px 30px 10px 20px;
  margin-left: 20px;
  width: max-content;
  background-color: white;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  border: 1px solid black;
}
.custom-tab-select .btn,
.selected-title .btn {
  margin-left: 0;
  margin-right: 0;
}
.selected-title .btn.btn-delete {
  padding: 5px 10px;
}
.custom-tab-select .label-arrow {
  border-bottom: 1px solid black;
}
.custom-tab-content {
  padding: 10px 0;
  border-top: 1px solid black;
  margin-top: -1px;
  background-color: white;
  min-height: 100%;
}
.custom-tab-content .selected-title {
  padding: 20px 40px;
}
.custom-tab-content .selected-title .title-grp {
  margin-right: 20px;
}
.custom-tab-content .selected-title input {
  border-color: white;
  outline: none;
  border-bottom-color: black;
  font-size: 20px;
  font-weight: 700;
  font-family: inherit;
}

.max-content {
  width: max-content;
}

.custom-date-range-container .timezone {
  margin-left: 3px;
}
.summary-box span.unit .date-range-hourly,
.custom-header-container .custom-date-range-container .date-range-hourly {
  display: none;
}
.show-hourly .summary-box span.unit .date-range-hourly,
.custom-header-container .custom-date-range-container.show-hourly .date-range-hourly {
  display: block;
}

.product-id-maps {
  margin-top: 20px;
  padding: 60px 20px;
  background-color: white;
}
.product-id-maps.alt-theme {
  background-color: var(--alt-background-color);
}
.product-id-maps .content {
  width: 100%;
  max-width: 90%;
  margin: auto;
}
.product-id-maps .title-section {
  margin-bottom: 20px;
}
.product-id-maps .header .option-group {
  margin-left: auto;
}
.product-id-maps .header .option-group > button {
  height: 36px;
  width: fit-content;
  min-width: 100px;
}
.product-id-maps .new-multi-select.multi-select-container.filter {
  margin-bottom: 0;
  margin-right: 0;
}
.product-id-maps .tags-to-add {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;

  padding: 10px;
  margin-top: 10px;
  border: 1px solid var(--alt-background-color);
  border-radius: 5px;
}
.product-id-maps .big-tags {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
}
.product-id-maps .big-tags > span {
  font-size: 16px;
  background-color: var(--nav-active-bg);
  color: white;
}
.product-id-maps .big-tags > span.hidden {
  display: none;
}
.product-id-maps .big-tags > span > span {
  padding: 15px;
}
.product-id-maps .big-tags > span > span:last-child {
  background-color: red;
  display: none;
}
.product-id-maps .big-tags.editing > span > span:last-child {
  display: block;
}
.product-id-maps.alt-theme .tags-to-add {
  border-color: white;
}
.product-id-maps .tags-to-add .chip {
  max-width: fit-content;
  min-width: 160px;
  display: flex;
  background-color: var(--alt-background-color);
}
.product-id-maps.alt-theme .tags-to-add .chip {
  background-color: white;
}
.product-id-maps .tags-to-add .chip > span {
  padding: 5px;
}
.product-id-maps .tags-to-add .chip > span.chip-cross {
  margin-left: auto;
  color: white;
  background-color: red;
}

/* GAM Programmatic - START */
#gam-programmatic .select-container {
  border: 2px solid transparent;
}
#gam-programmatic .select-container.removed {
  border-color: var(--error-color);
}
.gam-prog-bidder-item {
  margin-bottom: 20px;
  padding: 20px;
}
.gam-prog-bidder-item .header-row {
  display: grid;
  grid-template-columns: auto 40px;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.gam-prog-bidder-item .header-row h3.header {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}
.gam-prog-bidder-item .header-row h3.header .title {
  text-transform: capitalize;
  font-size: 20px;
}
.gam-prog-bidder-item .header-row h3.header .new {
  background-color: greenyellow;
  padding: 5px 10px;
}
.gam-prog-bidder-item .header-row h3.header .removed {
  background-color: var(--error-color);
  color: white;
  padding: 5px 10px;
}

.gam-prog-bidder-item .gam-prog-identifier-kvps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}
.gam-prog-bidder-item .gam-prog-identifier-kvps > div {
  display: grid;
  grid-template-columns: 100px auto;
  border: 2px solid var(--label-border-color);
}
.gam-prog-bidder-item .gam-prog-identifier-kvps > div.has-changes {
  border-color: orange;
}
.gam-prog-bidder-item .gam-prog-identifier-kvps span,
.gam-prog-bidder-item .active-deals-label .label-text {
  font-size: 16px;
}
.gam-prog-bidder-item .gam-prog-identifier-kvps .label-kvp {
  background-color: var(--label-background-primary);
}
.gam-prog-bidder-item .gam-prog-identifier-kvps .kvp-item {
  padding: 8px 10px;
  display: flex;
  align-items: center;
}
.gam-prog-bidder-item .gam-prog-identifier-kvps .kvp-item input {
  border: none;
  outline-color: transparent;
  border-bottom: 1px solid #f1f1f1;
}
.gam-prog-bidder-item .active-deals-label {
  display: flex;
  flex-direction: row;
  gap: 10px;
  background-color: var(--label-background-primary);
  padding: 5px 10px;
  align-items: center;
}
.gam-prog-bidder-item .active-deals-label .searchbox-container {
  margin-left: auto;
  width: max(50%, 300px);
}
.gam-prog-bidder-item .gam-prog-identifier-ad-items {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-block: 10px;
}
.gam-prog-bidder-item .tags-comtainer {
  display: flex;
  flex-direction: column-reverse;
}
.gam-prog-bidder-item .tags-comtainer > div {
  padding: 5px;
}
.gam-prog-bidder-item .tags-comtainer > div:last-child {
  background-color: var(--label-background-primary);
  padding: 10px;
  margin-left: auto;
}
.gam-prog-bidder-item .gam-prog-deal-tags {
  display: flex;
  flex-direction: row;
  gap: 5px;
  flex-wrap: wrap;
  border: 1px solid var(--label-border-color);
}
.gam-prog-bidder-item .gam-prog-deal-tags.removed-tags {
  margin-top: 10px;
  border: none;
}
.gam-prog-bidder-item .collapse .gam-prog-deal-tags {
  flex-wrap: nowrap;
  overflow: hidden;
}
.gam-prog-bidder-item .gam-prog-deal-tag {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  border: 1px solid lightgrey;
}
.gam-prog-bidder-item .gam-prog-deal-tag > div {
  padding: 5px;
}
.gam-prog-bidder-item .gam-prog-deal-tag.has-delete > div:last-child {
  background-color: lightgrey;
  width: 13px;
  aspect-ratio: 1;
  text-align: center;
}
.gam-prog-bidder-item .gam-prog-deal-tag.new-tag {
  background-color: greenyellow;
}
.gam-prog-bidder-item .removed-tags .gam-prog-deal-tag {
  background-color: rgb(255, 152, 152);
}
.gam-prog-bidder-item textarea {
  resize: vertical;
  height: auto;
  overflow-y: auto;
}

.gam-prog-bidder-item .btn {
  width: fit-content;
  padding: 8px;
}
.gam-prog-bidder-item .btn.btn-add {
  margin-left: 0;
  margin-top: 10px;
}
.gam-prog-bidder-item .btn.btn-delete .icon-holder,
.gam-prog-bidder-item .btn.btn-undo .icon-holder {
  width: 18px;
}

.gam-programmatic-marketplace-container .hidden {
  display: none;
}
/* GAM Programmatic - END */

@media (max-width: 1440px) {
  .section-box {
    margin: 30px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: calc(100% - var(--section-width-offset));
    max-width: initial;
  }
  .section-box.notes {
    width: 400px;
  }
  .section-box.xs {
    width: 600px;
  }
  .section-box.cols-2 {
    max-width: 800px;
  }
  .section-box.cols-3 {
    max-width: 1000px;
  }
  .section-box.cols-4 {
    max-width: 1200px;
  }
  .section-box .collapsable-container {
    overflow-x: scroll;
    overflow-x: auto;
    overflow-x: overlay;
  }
  .section-box .sub-panel .kvpr.trigger {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .multi-select-container {
    width: calc(80vw - 580px);
    min-width: 300px;
  }

  .invisible-card.fill-dec7 {
    width: calc(100% - 12px);
    min-width: 800px;
  }
  .invisible-card.fill-dec3 {
    width: calc(100% - 12px);
    min-width: 500px;
  }
  .graph-bar-cards {
    display: block;
  }
  .graph-bar-cards > :last-child {
    max-width: 400px;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .info-graph-content {
    grid-template-columns: 275px auto;
    font-size: 12px;
  }
  .info-graph-content * {
    font-size: inherit;
  }
}

@media (max-width: 1200px) {
  .section-box.filters {
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
  }

  .info-graph-content {
    display: block;
  }
  .info-graph-content > :first-child {
    max-width: 400px;
  }
}

@media (max-width: 1054px) {
  html {
    min-width: 600px;
  }
  #path.content {
    margin-left: 15px;
  }
  #path.content,
  #app.nav-collapse #path.content,
  #app .bottom-border,
  #app.nav-collapse .bottom-border {
    width: calc(100% - 15px);
  }
  #app .bottom-border,
  .sidenav-select-panel.open,
  #app .management-filter-container,
  #app .analytics-filter-container,
  #app.scroll .firedrill-analytics-filter-root {
    left: 15px;
  }
}

@media (max-width: 920px) {
  html {
    overflow-x: scroll;
  }
}