.htmx-indicator{
    display:none;
  }
  .htmx-request #search-indicator{
    display:inline;
  }
  .htmx-request#search-indicator{
    display:inline;
  }
  
  .overlay {
      height: 100%;
      width: 0;
      position: fixed;
      z-index: 2000;
      top: 0;
      left: 0;
      background-color: rgb(0,0,0);
      background-color: rgba(0,0,0, 0.5);
      overflow-x: hidden;
    }
    
    .overlay-content {
      position: relative;
      top: 25%;
      width: 100%;
      text-align: center;
    }
  
    .overlay-spinner {
      position:fixed;
      top:0;
      left:0;
      height:100%;
      width:100%;
      z-index:1000;
      display:none;
      background-color: rgba(0,0,0, 0.5);
    }
    
    .overlay-spinner-content {
      position: fixed;
      top:50%;
      z-index: 1000;
      left: 50%;
      margin-top: -200px;
      margin-left: -200px;
    }
    
    .overlay a {
      padding: 8px;
      text-decoration: none;
      font-size: 36px;
      color: #818181;
      display: block;
    }
    
    .overlay a:hover, .overlay a:focus {
      color: #f1f1f1;
    }
    
    #cmBottomNav .button {
      margin-right: 10px !important;
    }
  
    @media screen and (max-height: 450px) {
      .overlay a {font-size: 20px}
      .overlay .closebtn {
      font-size: 40px;
      top: 15px;
      right: 35px;
      }
    }
  
    #cmDD a, #cmDD button {
      font-size:12px !important;
    }