.app-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: var(--app-container);
  transition: .2s;
  max-width: 1800px; }
.app-content {
  display: block;
  height: 100%;
  padding: 34px 0 24px; }
.app-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 80px 0 16px;
  position: relative; }
  .app-header-left, .app-header-right {
    display: flex;
    align-items: center; }
  .app-header-left {
    flex-grow: 1; }
  .app-header-right button {
    margin-left: 10px; }
@media screen and (min-width: 600px) {
  .app-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 60px 0 16px;
    position: relative; }
    .app-header-left, .app-header-right {
      display: flex;
      align-items: center; }
    .app-header-left {
      flex-grow: 1; }
    .app-header-right button {
      margin-left: 10px; } }
.app-icon {
  width: 26px;
  height: 2px;
  border-radius: 4px;
  background-color: var(--main-color);
  position: relative; }
  .app-icon:before, .app-icon:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 2px;
    border-radius: 4px;
    background-color: var(--main-color);
    left: 50%;
    transform: translatex(-50%); }
  .app-icon:before {
    top: -6px; }
  .app-icon:after {
    bottom: -6px; }
.app-name {
  color: var(--main-color);
  margin: 0;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  margin: 0 32px; }

.search-wrapper {
  border-radius: 20px;
  background-color: var(--search-area-bg);
  padding-right: 12px;
  margin-top: 20px;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  color: var(--light-font);
  box-shadow: 0 2px 6px 0 rgba(136, 148, 171, 0.2), 0 24px 20px -24px rgba(71, 82, 107, 0.1);
  overflow: hidden; }
  .dark .search-wrapper {
    box-shadow: none; }

.search-input {
  border: none;
  flex: 1;
  outline: none;
  height: 100%;
  padding: 0 20px;
  font-size: 16px;
  background-color: var(--search-area-bg);
  color: var(--main-color); }
  .search-input:placeholder {
    color: var(--main-color);
    opacity: .6; }

.page-content {
  flex: 1;
  width: 100%; }

.projects-section {
  flex: 2;
  background-color: var(--projects-section);
  border-radius: 32px;
  padding: 24px 0 32px;
  height: 100%;
  display: flex;
  flex-direction: column; }
  .projects-section-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 32px; }
  .projects-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    color: var(--main-color); }
    .projects-section-header p {
      font-size: 24px;
      line-height: 32px;
      font-weight: 700;
      opacity: .9;
      margin: 0;
      color: var(--main-color); }
    .projects-section-header .time {
      font-size: 20px; }

.projects-status {
  display: flex; }

.item-status {
  display: flex;
  flex-direction: column;
  margin-right: 16px; }
  .item-status:not(:last-child) .status-type:after {
    content: '';
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translatey(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: 1px solid var(--secondary-color); }

.project-boxes {
  margin: 0 -16px; }
  .project-boxes.jsGridView {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch; }
    .project-boxes.jsGridView .project-box-wrapper {
      width: 33.3%; }
    @media screen and (min-width: 600px) {
      .project-boxes.jsGridView .project-box-wrapper {
        font-size: 14px; } }
  .project-boxes.jsListView .project-box {
    display: flex;
    border-radius: 0;
    position: relative; }
    .project-boxes.jsListView .project-box > * {
      margin-right: 24px; }
  .project-boxes.jsListView .more-wrapper {
    position: absolute;
    right: 16px;
    top: 16px; }
  .project-boxes.jsListView .project-box-content-header {
    order: 1;
    max-width: 120px; }
  .project-boxes.jsListView .project-box-header {
    order: 2; }
  .project-boxes.jsListView .project-box-footer {
    order: 3;
    padding-top: 0;
    flex-direction: column;
    justify-content: flex-start; }
  .project-boxes.jsListView .project-box-footer:after {
    display: none; }
  .project-boxes.jsListView .participants {
    margin-bottom: 8px; }
  .project-boxes.jsListView .project-box-content-header p {
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .project-boxes.jsListView .project-box-header > span {
    position: absolute;
    bottom: 16px;
    left: 16px;
    font-size: 12px; }
  .project-boxes.jsListView .box-progress-wrapper {
    order: 3;
    flex: 1;
    margin-bottom: 10px; }

.project-box {
  position: relative;
  display: block;
  padding: 0;
  padding-bottom: 40px;
  background: #fff;
  border-radius: 20px;
  height: 100%;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  --webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  --moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1); }
  .project-box .img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 200px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px; }
  .project-box h5 {
    font-size: 20px;
    font-weight: 700;
    padding: 8px 17px;
    color: #23272E;
    margin-top: 10px;
    margin-bottom: 10px; }
  @media screen and (min-width: 600px) {
    .project-box h5 {
      font-size: 16px;
      font-weight: 700;
      padding: 8px 17px;
      color: #23272E;
      margin-top: 10px;
      margin-bottom: 10px; } }
  .project-box p {
    padding: 3px 17px;
    color: #23272E;
    margin: 0; }
  .project-box .actions {
    position: absolute;
    left: 17px;
    bottom: 0;
    right: 17px;
    padding-bottom: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    .project-box .actions .btn-action {
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      margin-left: 5px;
      width: 25px;
      height: 25px; }
    .project-box .actions .btn-view {
      background-image: url(/img/action-view.svg); }
    .project-box .actions .btn-edit {
      background-image: url(/img/action-edit.svg);
      background-size: 19px 18px; }
    .project-box .actions .btn-delete {
      background-image: url(/img/action-delete.svg);
      background-size: 15px 18px; }
    .project-box .actions .btn-admin {
      background-image: url(/img/action-settings.svg);
      background-size: 20px 20px; }
    .project-box .actions .btn-copy {
      background-image: url(/img/action-copy.svg);
      background-size: 19px 22px; }
    .project-box .actions .btn-description {
      background-image: url(/img/toolbar/model-desc-black.svg);
      background-size: 19px 22px; }
  .project-box-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    color: var(--main-color); }
    .project-box-header span {
      color: #4A4A4A;
      opacity: .7;
      font-size: 14px;
      line-height: 16px; }
  .project-box-content-header {
    text-align: center;
    margin-bottom: 16px; }
    .project-box-content-header p {
      margin: 0; }
  .project-box-wrapper {
    padding: 16px;
    transition: .2s; }

.box-content-header {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  opacity: .7; }

.box-content-subheader {
  font-size: 14px;
  opacity: .7;
  width: 280px;
  height: 180px;
  line-height: 180px;
  text-align: center; }

.box-progress {
  display: block;
  height: 4px;
  border-radius: 6px; }
  .box-progress-bar {
    width: 100%;
    height: 4px;
    border-radius: 6px;
    overflow: hidden;
    background-color: #fff;
    margin: 8px 0; }
  .box-progress-header {
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    margin: 0; }
  .box-progress-percentage {
    text-align: right;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px; }

.project-box-footer {
  justify-content: space-between;
  padding-top: 16px;
  position: relative; }
  .project-box-footer:after {
    content: '';
    position: absolute;
    background-color: rgba(255, 255, 255, 0.6);
    width: calc(100% + 32px);
    top: 0;
    left: -16px;
    height: 1px; }

.project-box-footer p {
  margin-top: 3px;
  margin-bottom: 3px; }

@media screen and (min-width: 1280px) {
  .container {
    max-width: 1132px; }

  .sorter-down {
    display: none; }

  .app-container {
    width: 1110px;
    margin: 0 auto; }

  .project-boxes.jsGridView .project-box-wrapper {
    width: 25%; } }
@media screen and (max-width: 1279px) {
  .container {
    max-width: 855px; }

  #navbar-main {
    margin: 0; }

  .navbar-brand {
    margin: 0; }

  .app-container {
    width: 825px;
    margin: 0 auto; }

  .sorter {
    display: none; }

  .project-boxes.jsGridView {
    overflow-y: auto; }

  .project-boxes.jsGridView .project-box-wrapper {
    width: 33.3%; } }
@media screen and (max-width: 900px) {
  .switch-theme {
    margin-right: 0px; } }
@media screen and (max-width: 720px) {
  .app-name, .profile-btn span {
    display: none; } }
@media screen and (max-width: 520px) {
  .app-content {
    padding: 16px 12px 24px 12px; }

  .app-header {
    padding: 16px 0; }

  .search-input {
    max-width: 120px; }

  .projects-section {
    padding: 24px 0; }

  .app-header {
    padding: 10px; }

  .projects-section-header p,
  .projects-section-header .time {
    font-size: 18px; }

  .search-input {
    font-size: 14px; }

  .box-content-header {
    font-size: 12px;
    line-height: 16px; }

  .box-content-subheader {
    font-size: 12px;
    line-height: 16px; }

  .project-boxes.jsListView .project-box-header > span {
    font-size: 10px; }

  .box-progress-header {
    font-size: 12px;
    height: 100px; }

  .box-progress-percentage {
    font-size: 10px; }

  .project-boxes.jsListView .project-box > * {
    margin-right: 10px; }

  .project-boxes.jsListView .more-wrapper {
    right: 2px;
    top: 10px; } }
body.theme-dark .project-box {
  background: #0F1316; }
  body.theme-dark .project-box h5, body.theme-dark .project-box p {
    color: #ECEDED; }

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