.sb-title {
        position: relative;
        top: -12px;
        font-family: Roboto, sans-serif;
        font-weight: 500;
      }

      .sb-title-icon {
        position: relative;
        top: -5px;
      }


      gmpx-split-layout {
        height: 500px;
        width: 600px;
        min-width: 600px;
      }

      gmpx-split-layout:not(:defined) {
        visibility: hidden;
      }


     .panel {
         background: white;
         box-sizing: border-box;
         height: 100%;
         width: 100%;
         padding: 20px;
         display: flex;
         flex-direction: column;
         justify-content: space-around;
    }

      .half-input-container {
        display: flex;
        justify-content: space-between;
      }

      .half-input {
        max-width: 120px;
      }
      
      
      
      
      
      
      @media screen and (max-width: 768px) {
          .google_map_poi_marker {
                display: none !important;
            }
         
          
    }
 
    
    
    

  
