#background {
  background: rgba(4, 5, 9, 0.95) !important;
}
  .package {
    border-radius: 10px !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(132, 132, 132, 0.02) 100%) !important;
  }
.btn:not(.btn-secondary):hover{
  background: #4EE79D !important;
  color: #000 !important;
}
.bm-menu {
  background: #1A1B1F !important;
}
.checkout-wrapper {
  background: rgba(4, 5, 9, 0.95) !important;
}
.btn-secondary {
  color: crimson !important;
}
.input-theme {
  background: rgba(255,255,255,.03) !important;
  border-color: rgba(255,255,255,.08) !important;
}

.input-theme:focus {
  border-color: rgba(255,255,255,.3) !important;
  box-shadow: none !important;
}
.input-theme > option {
  color: #000 !important;
}
.modal {
  background: #1A1B1F !important;
}