.md-consent__overlay {
  display: none !important;
}

.md-consent__form {
  display: flex;
  justify-content: space-between;
}

.md-consent__settings {
  display: none !important;
}

.md-consent__inner {
  overflow: hidden;
  background: #1f273999;
  backdrop-filter: blur(5px);
  animation: none !important;
  position: fixed;
  z-index: 1000;
}