.hide-row-expander .x-grid-row-expander {
    visibility: hidden;
}

.invalid-poiname {
    background-image: none,
}

  /* Styles for the slider ticks */
  .my-slider-tick {
    position: absolute;
    width: 2px;
    height: 10px;
    background-color: #ddd;
    top: 50%;
    transform: translateY(70%);
  }
  
  /* Styles for the slider labels */
  .my-slider-label {
    position: absolute;
    top: 100%;
    margin-top: 15px;
    transform: translateX(-50%);
    font-size: 12px;
    white-space: nowrap;
  }

  .empty-text-area {
    display: flex;
    justify-content: center;
  }

  .poiName {
    /* text-align: center; */
    font-size: 14px;
    padding: 10px 10px 0px 10px;
  }
  
  .poiType {
    /* text-align: center; */
    font-size: 14px;
    padding: 10px 10px 10px 10px;
  }

  .poi-grid-item-highlighted {
    background-color: #ebffad;
  }




  
  
  

