.new-theme-link {
  display: flex;
  align-items: center;
  justify-content: center;
  img {
    width: auto !important;
    max-width: 50% !important;
    height: auto !important;
  }
  i::before {
    font-size: 2rem !important;
  }
}

.clip-hexagon {
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

.modal-content {
  background-color: #1e2735 !important;
  .modal-content-border {
    border-color: #7063e9 !important;
  }
  .modal-content-color {
    color: #fff !important;
  }
  .modal-content-value-color {
    color: #c4bfbf !important;
  }
  .modal-content-article {
    background-color: #1e2735 !important;
  }
  .modal-content-article:hover {
    background-color: #7063e9 !important;
  }
}
