#nav-top {
  box-shadow: 0 5px 10px #9aa1b11a;
  background-color: rgba(255, 255, 255, 1);
  border: 0;
  justify-content: center;
}

#box-layout-wrapper {
  flex-direction: column;
}

#nav-desktop,
#box-layout-wrapper {
  flex-basis: 70%;
  display: flex;
}

#nav-desktop {
  padding: 10px 0 13px;
}

#content-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.logo img {
  margin-left: 0;
}

.page-title {
  background-color: initial;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #nav-desktop,
  #box-layout-wrapper {
    flex-basis: 80%;
  }
}

@media only screen and (max-width: 768px) {
  #nav-desktop,
  #box-layout-wrapper {
    flex-basis: 90%;
  }

  .page-title {
    display: initial;
  }
}

.nav-link-holder .more-links-content {
  right: 13%;
}

.action-buttons-wrapper {
  min-width: initial;
}

.dialogs-holder {
  padding: 0;
}
