/* allow vendor prefixes and disable max length */
/* allow vendor prefixes and disable max length */
/* ==========================================================================
   Variables, mixins, silent classes etc.
   ========================================================================== */
.dash-header {
  min-height: 1px;
  position: relative;
  display: flex;
  align-items: center;
  height: 48px;
  max-width: 100vw;
  border-bottom: 1px solid var(--gd-palette-complementary-3, #dde4eb);
  border-bottom-color: var(--gd-dashboards-title-borderColor, var(--gd-palette-complementary-3, #dde4eb));
  background: var(--gd-dashboards-title-backgroundColor, var(--gd-palette-complementary-0, #fff));
}
.dash-header::after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
.dash-header .dash-control-buttons {
  display: flex;
  flex: 0 0 auto;
  margin-left: auto;
  padding-left: 20px;
  text-align: right;
}
.dash-header.dash-header-export {
  border-bottom: none;
  display: flex;
}
.dash-header.dash-header-export .dash-header-inner {
  flex: unset;
}
.dash-header.dash-header-export::after {
  content: "";
  position: relative;
  top: 1px;
  flex: 1 1 auto;
  height: 0;
  border-top: 1px solid var(--gd-dashboards-section-title-lineColor, var(--gd-palette-complementary-3, #dde4eb));
  visibility: visible;
  margin-right: 20px;
}

.dash-control-buttons {
  flex: 0 0 auto;
  margin: 0 10px 0 auto;
  padding-left: 20px;
  text-align: right;
  align-items: center;
  gap: 10px;
}

.dash-header-inner {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  overflow: hidden;
  margin-left: 15px;
}
.dash-header-inner .gd-locked-status,
.dash-header-inner .gd-share-status {
  align-self: flex-end;
}
.dash-header-inner .gd-locked-status {
  padding-bottom: 2px;
  margin-left: 5px;
}
.dash-header-inner .gd-share-status {
  padding-bottom: 4px;
}

.dash-title-wrapper {
  display: block;
  overflow: hidden;
  margin-right: 5px;
}
.dash-title-wrapper .gd-editable-label-inner {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dash-title {
  overflow: hidden;
  width: auto;
  height: 40px;
  max-width: 100%;
  padding: 4px 10px 2px 8px;
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  text-overflow: ellipsis;
  vertical-align: top;
  color: var(--gd-dashboards-title-color, var(--gd-palette-complementary-8, #464e56));
}
.dash-title textarea {
  font: inherit;
  color: inherit;
}
.dash-title,
.dash-title textarea {
  white-space: nowrap;
}
.dash-title::placeholder,
.dash-title textarea::placeholder {
  color: var(--gd-palette-complementary-6-from-theme, inherit);
}
.dash-title.editable {
  border: 1px solid transparent;
  min-width: 76px;
}
.dash-title.editable:hover, .dash-title.is-editing {
  border-color: var(--gd-palette-complementary-4-from-theme, rgba(177, 193, 209, 0.5));
}
.dash-title.placeholder {
  color: var(--gd-palette-complementary-6, #94a1ad);
}

@media only screen and (max-width: 320px), only screen and (max-width: 640px) {
  .dash-header-options-wrapper {
    height: 100%;
  }
  .dash-header-options-wrapper button {
    height: 100%;
  }
}

.dash-header-options-button {
  flex: 0 0 auto;
  text-align: center;
}
@media only screen and (max-width: 320px), only screen and (max-width: 640px) {
  .dash-header-options-button {
    width: 46px;
    align-self: stretch;
    padding: 0;
    font-size: 20px;
    border-radius: 0;
    border-width: 0 0 0 1px;
    border-style: solid;
    background: var(--gd-dashboards-title-backgroundColor, var(--gd-palette-complementary-0, #fff));
    border-color: var(--gd-dashboards-title-borderColor, var(--gd-palette-complementary-3, #dde4eb));
  }
}
@media only screen and (min-width:641px) {
  .dash-header-options-button {
    margin-right: 10px;
  }
}

.gd-dash-content--density-compact .dash-title {
  font-size: 18px;
  padding-left: 3px;
}
.gd-dash-content--density-compact .dash-control-buttons {
  gap: 5px;
}

.overlay-wrapper {
  z-index: 5001;
}

.gd-list-item.delete-button:hover {
  background-color: var(--gd-palette-error-lightest, #fff2f1);
  color: var(--gd-palette-error-base, #e54d42);
}

/*# sourceMappingURL=topBar.css.map */
