:root {
  --primary-cta: #52E01F;
  --color-error: #ff3c00;
  --primary-background: #000000;
  --secondary-background: #0F0F0F;
  --primary-color: #ffffff;
  --secondary-color: #e6f5eb;
  --theme-modal-color: rgba(0, 0, 0, 0.7);
  --primary-cta-shadow: rgba(20, 36, 54, 0.3);
  --theme-placeholder-color: #888282;
  --theme-login-input-background: #747681;
  --theme-scrollbar-color: #52E01F #52e01f03;
  --sucess-color: #22c55e;
  --theme-divider-background: #68737c3d;
  --theme-table-head-background: #424a52;
}

.ba-hamburger-btn-desktop:hover,
.ba-hamburger-btn-desktop {
  width: 20px;
  background: none;
}

.ba-hamburger-btn-desktop img {
  max-width: 1000%;
  width: 30px;
  right: -5px;
}

.ba-hamburger-btn-desktop::after {
  content: none !important;
}