﻿.apps-fluent-stack {
  display: flex;
  align-items: stretch;
  height: 100%;
  background-color: #222222;
}

.apps-navigation-menu {
  width: 320px !important;
  padding: 0 8px 2px 8px;
  height: calc(100vh - 64px);
  overflow-y: scroll;
}

#apps-menu {
  margin-top: -3px;
}

.apps-content {
  border-radius: 12px 0 0 0;
  flex: 1;
  height: 100%;
  background-color: #1c1c1c;
}

.apps-container {
  margin: 54px 72px 72px 72px;
  max-width: 960px;
}

.apps-title {
  margin: 8px 0 32px 0;
  font-size: 36px;
  font-weight: 500;
  line-height: normal;
}

.apps-text-container {
  line-height: 28px;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 32px;
}

.apps-text-intent {
  text-indent: 32px;
}

.apps-accent-text-container {
  line-height: 28px;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 32px;
  color: var(--accent-fill-rest);
}

#apps-menu .fluent-nav-icon {
  display: none;
}

/*800*/
@media (max-width: 800px) {
  .apps-navigation-menu {
    display: none;
  }

  .apps-content {
    border-radius: 0;
  }

  .apps-container {
    margin: 16px 24px 24px 24px;
  }
}