/* allow vendor prefixes and disable max length */
/* allow vendor prefixes and disable max length */
/* ==========================================================================
   Variables, mixins, silent classes etc.
   ========================================================================== */
/* ==========================================================================
   Variables
   ========================================================================== */
.drag-layer {
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
  line-height: 1.5;
  box-sizing: border-box;
  flex-wrap: nowrap;
}
.drag-layer *,
.drag-layer *::before,
.drag-layer *::after {
  box-sizing: border-box;
}
.drag-layer .invisible {
  visibility: hidden;
}

.date-filter-button.is-draggable, .date-filter-button.is-dragging,
.attribute-filter-button.is-draggable,
.attribute-filter-button.is-dragging {
  cursor: grab;
}
.date-filter-button.is-draggable::after, .date-filter-button.is-dragging::after,
.attribute-filter-button.is-draggable::after,
.attribute-filter-button.is-dragging::after {
  left: -10px;
}
.date-filter-button.is-dragging,
.attribute-filter-button.is-dragging {
  display: inline-block;
  padding: 0 10px;
}
.date-filter-button.is-dragging::after,
.attribute-filter-button.is-dragging::after {
  border-color: var(--gd-palette-complementary-3, #dde4eb);
  background: var(--gd-palette-complementary-0-from-theme, rgba(255, 255, 255, 0.95));
}
.date-filter-button:hover .drag-handle-icon, .date-filter-button.is-dragging .drag-handle-icon,
.attribute-filter-button:hover .drag-handle-icon,
.attribute-filter-button.is-dragging .drag-handle-icon {
  opacity: 1;
}
.date-filter-button .drag-handle-icon,
.attribute-filter-button .drag-handle-icon {
  content: "";
  position: absolute;
  z-index: 1;
  top: 8px;
  left: -4px;
  width: 7px;
  height: 26px;
  opacity: 0;
  transition: all 0.2s;
}

.attr-filter-dropzone {
  position: absolute;
  z-index: 99;
  top: 0;
  bottom: 0;
  width: 50%;
  padding-top: 5px;
  padding-bottom: 5px;
}
.attr-filter-dropzone .drop-hint {
  width: 0;
  height: 100%;
  border-left: 2px dashed var(--gd-palette-primary-base, #14b2e2);
}
.attr-filter-dropzone.next, .attr-filter-dropzone.outside {
  right: 0;
  margin-right: 0;
}
.attr-filter-dropzone.next .drop-hint, .attr-filter-dropzone.outside .drop-hint {
  float: right;
  margin-left: 2px;
}
.attr-filter-dropzone.prev {
  left: 0;
  margin-left: 0;
}
.attr-filter-dropzone.prev .drop-hint {
  float: left;
  margin-left: -2px;
}
.attr-filter-dropzone.hidden {
  display: none;
}
.attr-filter-dropzone.outside {
  width: 100%;
}

.gd-dropzone {
  position: relative;
}
.gd-dropzone::before, .gd-dropzone::after {
  content: "";
  position: absolute;
  display: block;
}
.gd-dropzone-message {
  text-align: center;
}

.gd-dropzone-delete {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--gd-palette-complementary-0, #fff);
}
.gd-dropzone-delete::before {
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border: 3px dashed var(--gd-palette-primary-base, #14b2e2);
  border-radius: 15px;
  background-color: var(--gd-palette-primary-dimmed, #e8f7fc);
}
.gd-dropzone-delete::after {
  top: 23px;
  right: 23px;
  bottom: 23px;
  left: 23px;
  border-radius: 7px;
}
.gd-dropzone-delete .gd-dropzone-message {
  z-index: 1;
  flex: 1 1 auto;
  margin: 0 23px;
  color: var(--gd-palette-complementary-8, #464e56);
  font-size: 14px;
}
.gd-dropzone-delete .gd-dropzone-message::before {
  content: "\e61a";
  display: block;
  line-height: 80px;
  color: var(--gd-palette-primary-base, #14b2e2);
  font-family: Indigo, sans-serif;
  font-size: 50px;
}
.gd-dropzone-delete.gd-dropzone-over::after {
  background-color: var(--gd-palette-primary-base, #14b2e2);
}
.gd-dropzone-delete.gd-dropzone-over .gd-dropzone-message, .gd-dropzone-delete.gd-dropzone-over .gd-dropzone-message::before {
  color: var(--gd-palette-complementary-0, #fff);
}

.add-kpi-placeholder::before,
.move-kpi-placeholder::before {
  background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/add-kpi-placeholder.svg");
}

.add-attribute-filter-placeholder.disabled::before {
  background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/add-attribute-filter-placeholder-disabled.svg");
}

.add-attribute-filter-placeholder::before {
  background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/add-attribute-filter-placeholder.svg");
}

.gd-fluid-layout .dropzone {
  z-index: 99;
}
.gd-fluid-layout .dropzone.next, .gd-fluid-layout .dropzone.prev {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
}
.gd-fluid-layout .dropzone.next {
  right: 0;
}
.gd-fluid-layout .dropzone.next .drop-hint {
  float: right;
  margin-left: 3px;
}
.gd-fluid-layout .dropzone.next.full {
  width: 100%;
}
.gd-fluid-layout .dropzone.prev {
  left: 0;
}
.gd-fluid-layout .dropzone.prev .drop-hint {
  float: left;
  margin-left: -3px;
}
.gd-fluid-layout .dropzone.prev.full {
  width: 100%;
}
.gd-fluid-layout .dropzone.hidden {
  display: none;
}
.gd-fluid-layout .dropzone.extended {
  width: 100%;
}

.widget-dropzone,
.new-row-dropzone {
  width: 100%;
  height: 100%;
}
.widget-dropzone .widget-dropzone-box,
.new-row-dropzone .widget-dropzone-box {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 10px;
}
.widget-dropzone .widget-dropzone-box .can-drop,
.new-row-dropzone .widget-dropzone-box .can-drop {
  margin: 0;
}
.widget-dropzone .widget-dropzone-box .can-drop .drag-info-placeholder-drop-target,
.new-row-dropzone .widget-dropzone-box .can-drop .drag-info-placeholder-drop-target {
  display: block;
}
.widget-dropzone .widget-dropzone-box .drop-target-message,
.new-row-dropzone .widget-dropzone-box .drop-target-message {
  font-weight: normal;
}
.widget-dropzone .over-widget-dropzone,
.new-row-dropzone .over-widget-dropzone {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: stretch;
  width: 100%;
  height: 100%;
}

.new-row-dropzone {
  height: 80px;
  background-color: var(--gd-palette-complementary-0, #fff);
}
.new-row-dropzone .drag-info-placeholder.type-kpi .kpi-drop-target {
  display: flex;
  justify-content: center;
  align-items: center;
}
.new-row-dropzone .drag-info-placeholder.type-kpi .kpi-drop-target::before {
  margin-right: 10px;
}

.row-hotspot-container {
  position: relative;
  z-index: 99;
  width: 100%;
  height: 0;
}
.row-hotspot-container .row-hotspot {
  position: absolute;
  z-index: 99;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: visible;
  width: 100%;
  height: 100px;
}
.row-hotspot-container .row-hotspot.hidden {
  visibility: hidden;
}
.row-hotspot-container.last {
  top: 16px;
  height: 100px;
  margin: 0;
}

.gd-fluid-layout-row-header .row-hotspot-container {
  position: absolute;
  top: 0;
  height: 100%;
}
.gd-fluid-layout-row-header .row-hotspot-container.hidden {
  height: 0;
}
.gd-fluid-layout-row-header .row-hotspot-container .row-hotspot {
  height: 100%;
}

.drag-info-placeholder {
  position: relative;
  text-align: center;
}
.drag-info-placeholder.type-none, .drag-info-placeholder.type-attribute-filter {
  flex-basis: 100%;
  max-width: 100%;
}
.drag-info-placeholder.type-kpi {
  text-align: left;
}
.drag-info-placeholder.type-kpi .kpi-drop-target {
  display: block;
}
.drag-info-placeholder.type-visualization .visualization-drop-target {
  display: block;
}
.drag-info-placeholder.type-visualization .drag-info-placeholder-drop-target {
  width: 100%;
}
.drag-info-placeholder .drop-target-message {
  display: block;
}
.drag-info-placeholder.type-loading {
  display: flex;
  justify-content: center;
  align-items: center;
}
.drag-info-placeholder .can-drop {
  margin: 0;
}
.drag-info-placeholder .can-drop .drag-info-placeholder-box {
  display: none;
}
.drag-info-placeholder .can-drop .drag-info-placeholder-drop-target {
  display: block;
}
.drag-info-placeholder .can-drop.is-over .drop-target-inner {
  background-color: var(--gd-palette-primary-base, #14b2e2);
}
.drag-info-placeholder .can-drop.is-over .drop-target-message {
  color: var(--gd-palette-complementary-0, #fff);
}

.gd-fluidlayout-layout .drag-info-placeholder.type-visualization .drag-info-placeholder-drop-target {
  width: auto;
}

.drag-info-placeholder-inner {
  width: 100%;
}

.drag-info-placeholder-box {
  width: 420px;
  margin: 110px auto 0;
  padding: 40px;
  border-radius: 15px;
  border: 2px dashed var(--gd-palette-complementary-3-from-theme, rgba(176, 190, 202, 0.45));
  background: var(--gd-palette-complementary-1-from-theme, rgba(201, 213, 224, 0.05));
  text-align: center;
}
.drag-info-placeholder-box.drag-info-empty-nested-layout {
  padding: 0;
}
.drag-info-placeholder-box h2 {
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  color: var(--gd-palette-complementary-6, #94a1ad);
}
.drag-info-placeholder-box p {
  margin-top: 5px;
  font-size: 18px;
  line-height: 28px;
  font-weight: normal;
  color: var(--gd-palette-complementary-6, #94a1ad);
}
.drag-info-placeholder-box .gd-icon-insight::before {
  content: url("@gooddata/sdk-ui-dashboard/esm/assets/add-insight-placeholder.svg");
  display: inline-block;
  margin-right: 10px;
}

.gd-dashboard-nested-layout-widget-visualization-content .drag-info-placeholder-box p {
  margin-top: 0;
}
.gd-dashboard-nested-layout-widget-visualization-content .drop-target-message {
  line-height: 28px;
}

.drag-info-placeholder-drop-target,
.drop-target-inner {
  position: absolute;
}

.drag-info-placeholder-drop-target {
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border: 2px dashed var(--gd-palette-primary-base, #14b2e2);
  border-radius: 15px;
  background-color: var(--gd-palette-primary-dimmed, #e8f7fc);
}

.drop-target-inner {
  top: 8px;
  right: 8px;
  bottom: 8px;
  left: 8px;
  border-radius: 7px;
}

.drop-target-message {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  display: inline-block;
  padding: 0 10px;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  vertical-align: middle;
  color: #909293;
  transform: translateY(-50%);
}

.drop-target-message,
.drag-info-placeholder-drop-target {
  display: none;
}

.gd-fluidlayout-row-separator {
  position: absolute;
  right: 10px;
  left: 10px;
  height: 2px;
  background-color: var(--gd-palette-complementary-5, #b0beca);
}
.gd-fluidlayout-row-separator-icon {
  position: absolute;
  top: -9px;
  width: 20px;
  height: 20px;
}
.gd-fluidlayout-row-separator-icon-left {
  left: -25px;
}
.gd-fluidlayout-row-separator-icon-right {
  right: -25px;
  transform: rotate(180deg);
}
.new-row-dropzone .gd-fluidlayout-row-separator.bottom {
  bottom: 20px;
}
.gd-fluidlayout-row-separator.top {
  top: 0;
}
.gd-fluidlayout-row-separator.bottom {
  bottom: -18px;
}
.gd-fluidlayout-row-separator.active {
  background-color: var(--gd-palette-primary-base, #14b2e2);
}

.gd-fluid-layout-row-header .new-row-dropzone .gd-fluidlayout-row-separator.bottom {
  bottom: -23px;
}

.kpi-placeholder {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  text-align: center;
  cursor: pointer;
}
.kpi-placeholder.select-measure {
  background: url("@gooddata/sdk-ui-dashboard/esm/assets/dummy-kpi-simple.svg") no-repeat center center;
  background-size: 130px;
}

.attributes-list .dropdown-body {
  flex-direction: column;
}

.move-kpi-placeholder {
  display: flex;
  align-items: center;
  width: 151px;
  height: 42px;
  padding: 0 10px 0 50px;
  font-size: 12px;
  border: 1px solid rgba(201, 213, 224, 0);
  border-color: var(--gd-palette-complementary-5-from-theme, rgba(201, 213, 224, 0.5));
  border-radius: 2px;
  box-shadow: 0 1px 3px 0 var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.09)), 0 2px 9px 0 var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.15));
  line-height: 14px;
  color: var(--gd-palette-complementary-8, #464e56);
  background: var(--gd-palette-complementary-0-t10, rgba(255, 255, 255, 0.95));
}
.move-kpi-placeholder::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  flex: 0 0 auto;
  width: 50px;
  background-repeat: no-repeat;
  background-position: center;
}
.move-kpi-placeholder .shortened {
  display: block;
  overflow: hidden;
  white-space: nowrap;
}

.move-insight-placeholder {
  width: 215px;
  height: 42px;
  border: 1px solid rgba(201, 213, 224, 0);
  border-color: var(--gd-palette-complementary-5-from-theme, rgba(201, 213, 224, 0.5));
  border-radius: 2px;
  box-shadow: 0 1px 3px 0 var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.09)), 0 2px 9px 0 var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.15));
  color: var(--gd-palette-complementary-8, #464e56);
  background: var(--gd-palette-complementary-0-t10, rgba(255, 255, 255, 0.95));
}
.move-insight-placeholder .shortened {
  display: block;
  overflow: hidden;
  white-space: nowrap;
}

.dashboard-widget-draggable-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
}

.current-dragging-item {
  width: 0;
  display: none;
}

.gd-fluidlayout-column-row-end-hotspot {
  flex-grow: 1;
  min-height: 60px;
  position: relative;
  align-self: stretch;
}

.sdk-edit-mode-on .highcharts-container {
  pointer-events: none;
}

.gd-grid-layout .new-row-dropzone {
  position: absolute;
  height: unset;
}
.gd-grid-layout .new-row-dropzone .widget-dropzone-box {
  position: unset;
  height: unset;
  padding: unset;
}
.gd-grid-layout .new-row-dropzone .widget-dropzone-box .can-drop {
  margin: unset;
}
.gd-grid-layout .widget-dropzone {
  height: 100%;
}
.gd-grid-layout .widget-dropzone .widget-dropzone-box {
  position: relative;
  height: 100%;
  padding: 10px;
}
.gd-grid-layout .widget-dropzone .widget-dropzone-box .can-drop {
  margin: 0;
}
.gd-grid-layout .widget-dropzone .drag-info-placeholder-drop-target,
.gd-grid-layout .widget-dropzone .drop-target-inner {
  position: absolute;
}
.gd-grid-layout .widget-dropzone .drag-info-placeholder-drop-target {
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
}
.gd-grid-layout .widget-dropzone .drop-target-inner {
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  align-content: center;
}
.gd-grid-layout .row-hotspot-container .row-hotspot {
  top: -20px;
  right: unset;
  bottom: unset;
  left: unset;
  height: 100%;
}
.gd-grid-layout .row-hotspot-container.last {
  top: unset;
  height: 70px;
}
.gd-grid-layout .gd-fluid-layout-row-header .row-hotspot-container {
  z-index: 99;
}
.gd-grid-layout .drag-info-placeholder {
  position: unset;
}
.gd-grid-layout .drag-info-placeholder .can-drop {
  margin: unset;
}
.gd-grid-layout .drag-info-placeholder-inner {
  padding: 0 20px;
}
.gd-grid-layout .drag-info-placeholder-drop-target {
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  padding: 10px;
}
.gd-grid-layout .drag-info-placeholder-drop-target,
.gd-grid-layout .drop-target-inner {
  position: unset;
}
.gd-grid-layout .drop-target-inner {
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  padding: 10px;
}
.gd-grid-layout .gd-fluidlayout-column-dropzone__text--hidden .drop-target-inner {
  padding: 4px;
}
.gd-grid-layout .drop-target-message {
  position: unset;
  top: unset;
  right: unset;
  left: unset;
  transform: unset;
}
.gd-grid-layout .gd-fluidlayout-row-separator {
  position: unset;
  right: unset;
  left: unset;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  height: 20px;
  background-color: unset;
}
.gd-grid-layout .gd-fluidlayout-row-separator-icon {
  position: unset;
  top: unset;
}
.gd-grid-layout .gd-fluidlayout-row-separator-icon-left {
  left: unset;
}
.gd-grid-layout .gd-fluidlayout-row-separator-icon-right {
  right: 0;
}
.gd-grid-layout .gd-fluidlayout-row-separator-line {
  flex-grow: 1;
  height: 2px;
  background-color: var(--gd-palette-complementary-5, #b0beca);
}
.gd-grid-layout .gd-fluidlayout-row-separator.active {
  background-color: unset;
}
.gd-grid-layout .gd-fluidlayout-row-separator.active .gd-fluidlayout-row-separator-line {
  height: 2px;
  background-color: var(--gd-palette-primary-base, #14b2e2);
}
.gd-grid-layout .dashboard-widget-draggable-wrapper {
  z-index: auto;
}
.gd-grid-layout .dashboard-widget-draggable-wrapper:not(.gd-nested-layout-widget-wrapper) {
  position: relative;
  display: flex;
  flex-direction: column;
}
.gd-grid-layout .gd-fluidlayout-column-row-end-hotspot {
  min-height: unset;
}
.gd-grid-layout .gd-fluidlayout-column-row-end-hotspot .widget-dropzone-box {
  padding: 10px 0;
}
.gd-grid-layout .gd-fluidlayout-column-row-end-hotspot .drag-info-placeholder-inner {
  padding: 0;
}
.gd-grid-layout .gd-fluidlayout-column-row-end-hotspot.gd-fluidlayout-column-row-end-hotspot--direction-column.gd-fluidlayout-column-dropzone__text--hidden .widget-dropzone-box {
  padding: 0;
}
.gd-grid-layout .gd-fluidlayout-column-row-end-hotspot.gd-first-container-row-dropzone .widget-dropzone-box {
  padding-top: 0;
}
.gd-grid-layout .gd-fluidlayout-column-row-end-hotspot .drag-info-placeholder-drop-target,
.gd-grid-layout .gd-fluidlayout-column-row-end-hotspot .drop-target-inner {
  position: unset;
  height: 100%;
}
.gd-grid-layout .gd-fluidlayout-column-row-end-hotspot.gd-fluidlayout-column-dropzone__text--hidden .drop-target-message.kpi-drop-target {
  display: none;
}

.gd-filter-delete-overlay {
  z-index: 99;
}

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