.rules-desc {
  font-size: 14px;
  font-style: italic;
  margin-bottom: 1.5rem;
  margin-top: 0.5rem;
}

.no-rules-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  align-items: center;
  &.outside-panel {
    height: 525px;
  }
  .no-rules-header {
    font-size: 16px;
    font-weight: 550;
    margin-bottom: 1rem;
  }
}
