.text-black {
  color: #000;
}

a {
  color: #2e3951;
}

table td {
  padding: 10px;
}

.container {
  max-width: 1400px;
}

@media (min-width: 1200px) {
  .h1-responsive {
    font-size: 400%;
  }
}

#dvMap {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(176, 192, 205, 0.5);
  min-height: 600px;
}

.modal-dialog.modal-notify.modal-info .modal-header {
  background-color: #1976d2;
}
/*# sourceMappingURL=searchresults.css.map */

hr {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-image: -webkit-linear-gradient(330deg, #f093fb 0%, #f5576c 100%);
    background-image: linear-gradient(120deg, #f093fb 0%, #f5576c 100%);
}



.scrtable {
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 250px;

}

