@media (min-width: 300px) {
  .logo {
    width: 80px;
  }
}

@media (min-width: 992px) {
  .logo {
    width: 120px;
  }
}

@media (min-width: 300px) {
  .logo-footer {
    max-width: 100px;
  }
}

@media (min-width: 992px) {
  .logo-footer {
    max-width: 150px;
  }
}

.container {
  padding-bottom: 0!important;
  padding-top: 0!important;
}

.no-border {
  border: none;
}

.modal-header {
  border-bottom: none;
}

.modal-footer {
  display: none;
}

.link-text {
  color: var(--bs-primary);
  cursor: pointer;
}

