/*Created by Shehab @1st May, 2026 to hide some controls and Center the default popup */

/* Scope ONLY to your app */
.esri-view .esri-popup {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  right: auto !important;
  bottom: auto !important;
  transform: translate(-50%, -50%) !important;
  max-width: 600px;
  width: 90%;
  z-index: 2000 !important;
}

/* Mobile-only styles */
@media (max-width: 767px) {
	.esri-view .esri-popup {
		bottom: 0 !important;
	}
}


/* Kill docking influence */
.esri-popup--is-docked {
  position: fixed !important;
}

/* Remove pointer */
.esri-popup__pointer {
  display: none !important;
}

calcite-action[data-action-id="zoom-to-feature"] {
  display: none !important;
}

calcite-action[data-action-id="popup-dock-action"]{
	display: none !important;
}

calcite-list-item[data-layer-id="19dce3a2a16-layer-126"]{
		display: none !important;
}


/* @media (min-width: 1024px) { */
    /* .layout-item[data-layoutid="layout_1"] { */
        /* left: 0; */
        /* right: 16px; */
    /* } */
/* } */

@media (min-width: 1024px) {
  /* Targets only when the document direction is RTL */
  [dir="rtl"] .layout-item[data-layoutid="layout_1"] {
    left: 0;
    right: 16px;
  }
}

.app-root-emotion-cache-rtl-6tufys {
    left: unset;
}