.quick-actions-menu {
  width: 100vw;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  z-index: 999;
  height: fit-content;
  position: absolute;
  top: -6px;
  left: -121px;
}
.quick-actions-menu.show {
  display: flex;
}
.quick-actions-menu .quick-actions-menu-logo {
  margin: 10px 0 20px 0;
  height: 30px;
}
.quick-actions-menu ul {
  display: flex;
  width: 60%;
  height: fit-content;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border-radius: 10px 10px 40px 40px;
  position: relative;
  transition: all 0.5s ease;
  border: solid 1px #88d730;
  box-shadow: 0 0 10px 5px #88d730;
  background: rgba(39, 54, 74, 0.85);
  gap: 10px;
  padding: 30px 0;
}
.quick-actions-menu ul li {
  display: flex;
  align-items: center;
  width: 90%;
  position: relative;
  justify-content: center;
  flex-direction: column;
}
.quick-actions-menu ul li:first-child::before {
  content: '';
  width: 100%;
  height: 2px;
}
.quick-actions-menu ul li::after {
  content: '';
  width: 100%;
  height: 2px;
}
.quick-actions-menu ul li a {
  display: flex;
  align-items: center;
  width: fit-content;
  font-size: 16px;
  color: rgba(var(--b-sc), 1);
}
.quick-actions-menu ul li a img {
  display: block;
  width: 100%;
}
.quick-actions-menu ul li a i:first-child {
  border-radius: 50%;
  padding: 10px;
  font-size: 14px;
  color: rgba(var(--hero-sc), 1) !important;
}
.quick-actions-menu ul li a .quick-actions-item-description {
  width: 100%;
  font-size: 12px;
  color: rgba(var(--b), 1);
}
.quick-actions-menu ul li a .quick-actions-item-fake-button {
  width: fit-content;
  padding: 5px 10px;
  border: solid 1px rgba(var(--b), 1);
  border-radius: 5px;
  color: rgba(var(--b), 1);
}
.quick-actions-menu ul li a .go-right {
  margin-left: auto;
}
.hdr-main-content-bc {
  flex-wrap: wrap !important;
}
.quick-actions {
  width: 100%;
  display: flex;
  position: relative;
  z-index: 999;
  flex-direction: column;
}
.quick-actions .quick-actions-button {
  height: 20px;
  margin: 0 auto;
  background: url(https://cdn-files.online/images/1000x/quick-menu-icons/quick-actions.png);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(var(--b), 1);
  border-radius: 0 0 10px 10px;
  padding: 0;
  gap: 10px;
  font-size: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  background-position: center;
  z-index: 1000;
}
.hdr-navigation-link-bc {
  background: #88d730;
  color: black;
}
