.custom-result-message {
    margin-top: 10px;
    padding: 10px;
    background-color: rgb(167, 255, 211);
    border-radius: 3px;
}

.custom-success-message {
    color: rgb(0, 177, 94);
}

.custom-error {
    border: 1px solid rgb(167, 0, 0);
}

.custom-error-message {
    color: rgb(228, 0, 0);
    font-size: 0.6em;
    display: block;
}

#map { height: 30rem; }

/*
.bw {
    filter: grayscale(100%);
  }
  */
  

#locations-table {
    max-height: 200px; /* Set the desired maximum height */
    overflow: hidden;
}

.more-rows {
    display: none;
}

#locations-table:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 80px;
    width: 100%;
    height: 100px; /* Adjust the height of the gradient as needed */
    background: linear-gradient(to top, white, transparent);
}

.no-more-rows::after {
    display: none;
}

.admin-h-bottom {
    border-bottom: 3px solid #fceb1a;
}