.app-right-side {
  margin-left: 0px !important;
  top: 0px !important;
}

#sidebar {
  display: none;
}

#main-content {
  margin-left: 0px;
  padding-top: 40px;
}

#container header.header .navbar-brand {
  margin-left: 0px;
}

header.header {
  position: fixed;
  width: 100%;
  z-index: 1000;
  height: 40px !important;
  margin-left: 0px;
}

#main-mobile-nav .fal {
  display: none !important;
}

header.header {
  background-color: white;
  border-bottom: 1px solid #D6DBDF;
}

.navbar-brand {
  color: #333 !important;
}
.navbar-brand a {
  color: #333 !important;
}

.help-center {
  display: none !important;
}

.main-menu li.signout {
  display: none;
}

/* no upgrading in app */
.upgrade-nav {
  display: none !important;
}

#trial-notice {
  display: none;
}

.profile nav-tabs li.subscription {
  display: none;
}

li.account-info {
  display: none;
}

.slack-content {
  display: none !important;
}

.nav-back-teams {
  display: inline-block;
  margin-right: 5px;
}

.hide-from-teams {
  display: none !important;
}

.show-in-teams {
  display: block !important;
}

@media (max-width: 640px) {
  header.header {
    position: relative !important;
  }
  .navbar-brand {
    overflow-x: visible !important;
    white-space: normal !important;
  }
  #sidebar {
    height: 85vh !important;
    position: relative !important;
  }
}
@media (max-width: 768px) {
  .hide-from-teams-mobile {
    display: none !important;
  }
}

/*# sourceMappingURL=teams.css.map */
