body::before {
  display: block;
  content: '';
  height: 60px;
}

#map {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

@media (min-width: 768px) {
  .news-input {
    width: 50%;
  }
  .modal-dialog {
    margin: 1rem;
  }

  .modal-content {
    max-height: 90vh;
    overflow: hidden;
  }

  .modal-body {
    overflow-y: auto;
  }

  .module-footer {
    background-color: #ffffff !important;
  }
}

@media (max-width: 768px) {
  .sm-p-0 {
    padding: 0px !important;
  }

  .sm-p-1 {
    padding: 2px !important;
  }
}


img.img-charlie {
  border: 3px solid rgb(155, 8, 8);
  margin: 4px;
}

.bg-burge {
  background-color: rgb(155, 8, 8);
}

.btn-burge {
  background-color: rgb(155, 8, 8);
}

.icon-dark {
  color: #212529;
}

.center-list {
  list-style-position: inside;
  text-align: center;
  padding-left: 0;
}

.hover-shadow:hover {
  box-shadow: 1px 1px 1px 1px black;
  cursor: pointer;
}

.modal-color {
  background-color: #ffffff;
}