.category-btn-div
{
  min-width: 290px !important;
  width: 300px !important;
}
.category-btn
{
  min-width: 80px !important;
  width: 95px !important;
}
.serach-dropdown
{
  min-width: 160px !important;
  width: 25% !important;
}

.district-overlay
{
  position: absolute;
  top:7px;
  width: 100%;
  height: 100%;
  opacity: .8;
}

.sel-button-loader
{
  position: absolute;
  top:14%;
  left:78%;
  border: 3px solid #f3f3f3; /* Light grey */
  border-top: 3px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 2s linear infinite;
  z-index: 5;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


