@import "../../common/scss/mixin";
@import "../../common/scss/placeholder";
// @import "../../common/scss/customizations/list-variables";

.default-dashboard {
  @import "../../common/scss/components/btn";
  @import "../../common/scss/layouts/panels";
  .form-control {
    border-radius: 0.5rem;
    border-color: #96f3f375;
  }
  .form-group {
    border-color: #96f3f375;
  }

  .main-page__content {
    height: calc(100dvh - 68px);
    min-height: 20em;
    margin-right: var(--sidebar-collapsed-width);

    .pages {
      //padding: 1.5em;
    }
  }

  .combo {
    border-radius: 0.5rem;
    border-color: var(--color-8);
    color: var(--color-2);
    margin-right: 0.5rem;
  }

  .m-start {
    margin-right: 1.5rem;
  }

  .menu-bar-content {
    @include border-left(1px, var(--color-8));
    position: fixed;
    right: 4em;
    top: 4.3em;
    width: 305px;
    padding-top: 24px;
    padding-right: 24px;
    padding-left: 24px;
    min-height: 100dvh;
    overflow-y: auto;

    &__title {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 15px;

      h5 {
        font-size: 14px;
        color: var(--color-4);
      }

      .select2 {
        width: 70px;
      }

      .select2-container--default .select2-selection--single {
        border: unset;
        font-size: 14px;
      }
    }

    &__button {
      @include btn-primary;

      &:not(:last-child) {
        margin-bottom: 8px;
      }

      i {
        font-size: 22px;
        width: 55px;
        display: flex;
        justify-content: center;
        align-items: center;
      }

      &--more {
        color: var(--color-1) !important;
        justify-content: center;
        font-size: 19px;
        font-weight: 600;
      }
    }

    &__breadcrumb {
      display: none;
    }

    @extend %pastil-color;

    a:hover {
      color: var(--color-2);
    }

    .color-1 {
      border-color: var(--color-15);

      &:hover {
        background-color: var(--color-15);
      }

      i {
        @include font-icon-background-color(
          -webkit-linear-gradient(var(--color-1) 0%, #81e6ff 100%)
        );
      }
    }

    .color-2 {
      border-color: var(--color-36);

      &:hover {
        background-color: var(--color-36);
      }

      i {
        @include font-icon-background-color(
          -webkit-linear-gradient(#b03bd9 0%, #dcbbff 100%)
        );
      }
    }

    .color-3 {
      border-color: var(--color-32);

      &:hover {
        background-color: var(--color-32);
      }

      i {
        @include font-icon-background-color(
          -webkit-linear-gradient(#fb0 0%, #ffdd81 100%)
        );
      }
    }

    .color-4 {
      border-color: var(--color-37);

      &:hover {
        background-color: var(--color-37);
      }

      i {
        @include font-icon-background-color(
          -webkit-linear-gradient(#39b778 0%, #88f57c 100%)
        );
      }
    }

    .color-5 {
      border-color: var(--color-37);

      &:hover {
        background-color: var(--color-37);
      }

      i {
        @include font-icon-background-color(
          -webkit-linear-gradient(#c1d4da 0%, #d9e2e9 100%)
        );
      }
    }

    .menu-bar-content__edit-mark {
      transition: all 0.3s ease;
      margin-right: auto;
      opacity: 0;

      i {
        @include font-icon-background-color(
          -webkit-linear-gradient(#8fa4ab 0%, #bdc7d2 100%)
        );
        font-size: 20px;
        width: 30px;
      }
    }

    .menu-bar-content__edit-mark-container {
      margin-right: auto;
      background-color: none;
      background: none;
      border: none;
      width: unset;
      display: flex;
      justify-content: flex-end;
      outline: none;
    }

    &__button:hover {
      .menu-bar-content__edit-mark {
        opacity: 1;
      }

      .menu-bar-content__edit-mark {
        i {
          @include font-icon-background-color(
            linear-gradient(#8fa4ab 0%, #bdc7d2 100%)
          );
        }
      }
    }

    &__header {
      display: flex;
      justify-content: space-between;
      @include border-bottom(1px, var(--color-8));

      &--phone {
        display: none;
      }
    }

    // &__search {
    //   a {
    //   }

    i {
      font-size: 20px;
      @include font-icon-background-color(
        linear-gradient(#a9bcc2 0%, #ccd2da 100%)
      );
    }
  }

  &__navs {
    ul {
    }

    li {
    }

    a {
      font-size: 13px;
      color: var(--color-9);
    }
  }

  &__search {
    a {
    }

    i {
    }
  }

  .nav-tabs {
    border-color: transparent;
  }

  .nav-tabs .nav-link {
    border: unset;
    margin-left: 18px;
    padding: 0;
    padding-bottom: 5px;

    &:first-child {
      margin-right: 0;
    }

    &:hover {
      color: var(--color-1);
    }
  }

  .nav-tabs .nav-link.active {
    @include border-bottom(1px, var(--color-1));
    color: var(--color-1);
  }

  /*******HOME 1 END*****************/
  .popUp-tab {
    position: fixed;
    top: 5px;
    width: 304px;
    background-color: var(--color-14);
    border-radius: 20px;
    @include border(1px, var(--color-7));
    overflow: hidden;

    &__header {
      padding: 24px;
      padding-top: 17px;
      font-size: 14px;
    }

    // &__content {
    // }

    form {
      display: flex;
      flex-direction: column;
    }

    .form-row {
      padding-right: 24px;
      padding-left: 24px;
      display: flex;
      padding-bottom: 16px;

      &:not(:first-child) {
        padding-top: 16px;
      }

      &:not(:last-child) {
        @include border-bottom(1px, var(--color-14));
      }

      &--radio {
        display: flex;
        justify-content: space-between;
      }
    }

    input {
      max-width: 100%;
      color: var(--color-2);
      font-size: 16px;

      // &::placeholder {
      //   color: var(--color-7);
      // }
    }

    textarea {
      max-width: 100%;
      color: var(--color-2);
      font-size: 14px;
      outline: none !important;
      height: 20px;
      resize: none;
      overflow: hidden;

      // &::placeholder {
      //   color: var(--color-7);
      // }
    }

    &__buttons {
      padding: 24px;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      @include border-top(1px, var(--color-8));
    }

    &__submit {
      border-radius: 20px;
      @include border(2px, var(--color-1));
      font-size: 14px;
      display: flex;
      justify-content: center;
      align-items: center;
      padding-right: 16px;
      padding-left: 16px;
      color: var(--color-1);
      height: 32px;
      transition: all 0.2s ease-in;

      &:hover {
        background-color: var(--color-1);
        color: var(--color-11);
      }
    }

    &__clear {
      display: flex;
      justify-content: center;
      align-items: center;
      color: var(--color-2);
      font-size: 14px;
      padding-right: 16px;
      padding-left: 16px;
      height: 32px;
      margin-left: 15px;

      &:hover {
        color: var(--color-1);
      }
    }
  }
  .modal-backdrop.show {
    opacity: 0.2;
  }

  // .modal-backdrop.show {
  //   display: none;
  // }

  .new-paper {
    right: 56px;

    &__title {
      font-size: 16px;
      border: none;
      height: 20px;
      width: 100%;

      //&:focus-visible {
      //  border: unset !important;
      //  outline: none;
      //}
    }

    &__detail {
      font-size: 14px;
      border: none;
      width: 100%;
    }

    &__radio {
      width: 100%;
      display: flex;
      align-items: center;
      list-style: none;
      justify-content: space-between;

      li {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
      }

      label {
        @include border-transparent(2px);
        border-radius: 10px;
        padding: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 0;
      }

      input {
        opacity: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        cursor: pointer;
      }

      i {
        font-size: 22px;
      }

      input[type="radio"]:checked + label {
        @include border(2px, var(--color-1));
      }

      .color {
        &-1 {
          i {
            @include font-icon-background-color(
              -webkit-linear-gradient(#00b6e3 0%, #81e6ff 100%)
            );
          }
        }

        &-2 {
          i {
            @include font-icon-background-color(
              -webkit-linear-gradient(#39b778 0%, #88f57c 100%)
            );
          }
        }

        &-3 {
          i {
            @include font-icon-background-color(
              -webkit-linear-gradient(#fb0 0%, #ffdd81 100%)
            );
          }
        }

        &-4 {
          i {
            @include font-icon-background-color(
              -webkit-linear-gradient(#ff61a2 0%, #ffa4b9 100%)
            );
          }
        }

        &-5 {
          i {
            @include font-icon-background-color(
              -webkit-linear-gradient(#b03bd9 0%, #dcbbff 100%)
            );
          }
        }
      }
    }

    &__modal {
      .modal-dialog {
        transform: unset !important;
      }
    }
  }

  .edit-paper {
    right: 56px;

    &__modal {
      .modal-dialog {
        transform: unset !important;
      }
    }
  }

  .tree-list {
    list-style: none;

    &__container {
      padding-top: 12px;
      margin-left: -24px;
      margin-right: -24px;
    }

    &__item {
      padding-top: 6px;
      padding-bottom: 6px;
      padding-right: 24px;
      padding-left: 24px;
      transition: all 0.3s ease-in-out;
      display: flex;
      align-items: center;
      flex-direction: row;

      .shared-user {
        display: none;
      }

      i {
        width: 30px;
        font-size: 20px;
      }

      a {
        display: flex;
        align-items: center;
        font-size: 14px;
        width: 100%;
      }

      &.active {
        background-color: var(--color-15) !important;
      }

      &:hover {
        background-color: var(--color-15) !important;
      }
    }

    &__item-title {
      display: flex;
      flex-direction: column;
      font-size: 14px;
    }

    &__date {
      display: none;

      font-size: 12px;
      color: var(--color-7);
      margin-top: 5px;
    }

    &__users {
      display: none;
      margin-right: auto;
    }

    .tree-list__item--folder i {
      font-size: 17px !important;
    }

    .tree-list__item--project {
      font-size: 18px !important;
    }
  }

  /****** SELECT ********/
  /* The container must be positioned relative: */
  .order-select {
    position: relative;
  }

  .order-select select {
    display: none;
    /*hide original SELECT element: */
  }

  .select-selected {
    background-color: transparent;
    display: flex;
    align-items: center;
  }

  .select-selected:after {
    font-family: "niafam" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    content: "\e946";
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1px;
    margin-left: 0px;
  }

  .select-items div,
  .select-selected {
    @include border-transparent(1px);
    cursor: pointer;
  }

  .select-items div {
    color: var(--color-2);
    text-align: right;
    font-size: 14px;
    display: flex;
    align-items: center;
    padding: 8px 24px 8px 24px;
  }

  .select-selected {
    text-align: left;
    color: var(--color-9);
    font-size: 12px;
  }

  .select-items {
    position: absolute;
    background-color: var(--color-11);
    @include border(1px, var(--color-7));
    border-radius: 10px;
    padding: 15px 0px;
    min-width: 195px;
    top: 100%;
    left: 0;
    z-index: 99;
  }

  .select-hide {
    display: none;
  }

  .select-items div:hover,
  .same-as-selected {
    background-color: var(--color-15);
  }

  /****** header ******/
  .header {
    position: fixed;
    top: 0;
    z-index: 3;
    right: 56px;
    height: 64px;
    width: calc(100% - 56px);
    @include border-bottom(1px, var(--color-14));
    background: var(--color-11);
    padding-top: 15px;
    padding-bottom: 15px;

    &__container {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    &__text {
      font-size: 20px;
      min-width: 92px;
      max-width: 100px;
    }

    &__menu {
      height: 100%;
      display: flex;
      align-items: center;
    }

    &__search {
      min-width: 92px;
      max-width: 100px;
      text-align: left;
      display: flex;
      align-items: center;
      justify-content: flex-end;

      i {
        font-size: 24px;
        @include font-icon-background-color(
          -webkit-linear-gradient(#a9bcc2 0%, #e2e8ef 100%)
        );
      }

      a {
        display: flex;
        align-items: center;
        justify-content: flex-end;

        &:hover {
          i {
            background: unset;
            -webkit-background-clip: unset;
            -webkit-text-fill-color: unset;
            color: var(--color-1);
          }
        }
      }
    }

    &__previous {
      i {
        font-size: 24px;
      }

      display: flex;
      align-items: center;
      transition: all 0.5s ease;
      color: var(--color-9);

      &:hover {
        color: var(--color-9);
      }
    }
  }

  .menu-list {
    display: flex;
    align-items: center;
    list-style: none;
    height: 100%;

    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
      border: none;
      box-shadow: unset !important;
    }

    .nav-tabs {
      border: none;
    }

    .nav-tabs .nav-link {
      padding: 0;
      margin-top: 0;
      margin-bottom: 0;
      outline: none;

      &:hover {
        border-color: transparent;
      }
    }

    &__item {
      position: relative;
      margin-left: 15px;
      margin-right: 15px;
      display: flex;
      justify-content: center;
      align-items: center;
      padding-right: 5px;
      padding-left: 5px;
      font-size: 16px;

      &.active {
        color: var(--color-1) !important;

        &::before {
          opacity: 1;
        }
      }

      &::before {
        content: "";
        position: absolute;
        bottom: -21px;
        height: 1px;
        width: 100%;
        background-color: var(--color-1);
        border-radius: 1px;
        opacity: 0;
        transition: all 0.4s ease-in;
      }

      &:hover {
        color: var(--color-1);

        &::before {
          opacity: 1;
        }
      }
    }
  }

  .o-container {
    max-width: 752px;
    margin-right: auto;
    margin-left: auto;
  }

  .detail-page {
    &__header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-left: 47px;
      padding-right: 47px;
      @include border-bottom(1px, var(--color-14));
      padding-bottom: 10px;
      height: 64px;

      .document-list__star {
        opacity: 1 !important;
      }
    }

    &__head {
      display: flex;
      flex-direction: column;
    }

    &__title {
      font-size: 14px;
      display: flex;
      align-items: center;

      i {
        margin-right: 3px;
        font-size: 26px !important;
        @include font-icon-background-color(
          -webkit-linear-gradient(#c1d4da 0%, #e2e8ef 100%)
        );
      }
    }

    &__breadcrumb {
      ul {
        display: flex;
        align-items: center;
        list-style: none;
      }

      li {
        display: flex;
        align-items: center;

        &:not(:last-child):after {
          content: ">";
          padding-right: 8px;
          padding-left: 8px;
          padding-top: 4px;
          font-size: 10px;
          font-weight: bold;
          color: var(--color-7);
          display: flex;
          justify-content: center;
          align-items: center;
        }

        &:last-child {
          flex: 1;

          a {
            @include lineclamp(1);
          }
        }
      }

      a {
        display: block;
        font-size: 12px;
        color: var(--color-9);
      }
    }

    &__meta {
      ul {
        display: flex;
        align-items: center;
      }

      li {
      }
    }

    &__shared-user {
    }

    &__content {
      max-height: calc(100dvh - 151px);
      padding-right: 40px;
      padding-top: 40px;
      padding-bottom: 40px;
      max-width: 696px;
      margin-right: auto;
      margin-left: auto;

      h1 {
        font-size: 24px;
        color: var(--color-2);
        margin-top: 8px;
        margin-bottom: 8px;
      }

      p {
        font-size: 16px;
        font-weight: lighter;
        line-height: 30px;
        margin-bottom: 8px;
      }
    }

    &__edit-btn {
      position: fixed;
      bottom: 30px;
      left: 50%;
      transform: translateX(-50%);

      a {
        min-width: 88px;
        height: 40px;
        color: var(--color-14);
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        border-radius: 20px;
        background: var(--color-4);

        &:hover {
          color: var(--color-14);
          opacity: 0.8;
        }
      }
    }
  }

  .single-page {
    .detail-page__header {
    }
  }

  .shared-user {
    &.detail-page__shared-user {
      margin-left: 20px;
    }

    display: flex;
    align-items: center;

    &__item {
      margin-right: -6px;
    }

    &__pic {
      width: 26px;
      height: 26px;
      border-radius: 50%;
      overflow: hidden;
      @include border(2px, var(--color-11));

      img {
        width: 26px;
        height: 26px;
        min-width: 100%;
        min-height: 100%;
      }
    }

    &__no-pic {
      @include border(2px, var(--color-11));
      color: var(--color-14);
      font-size: 10px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .color-6 {
      background: var(--color-10);
    }

    .color-7 {
      background: var(--color-33);
    }
  }

  /******* PLUGINS AND BOOKS *******/
  .plugin-page {
    .main-page__content {
      right: 56px;
      padding-right: 0;
      width: calc(100% - 56px);
    }
  }

  .stars {
    ul {
      display: flex;
      flex-direction: row;
      align-items: center;
      list-style: none;
    }

    li {
      margin-left: 0px;
    }

    i {
      background: -webkit-linear-gradient(#a9bdc4 0%, #e2e8ef 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .full {
      background: unset;
      -webkit-background-clip: unset;
      -webkit-text-fill-color: unset;
      color: var(--color-1);
    }

    &--review {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      margin-right: 100px;

      span {
        font-size: 12px;
        color: var(--color-9);
      }
    }
  }

  .plugin {
    &__container {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      flex-direction: row;
    }

    &__item {
      padding: 15px;
      margin-bottom: 16px;
      width: calc(50% - 16px);
      @include border(1px, var(--color-14));
      border-radius: 10px;

      &:nth-child(odd) {
        margin-left: 16px;
      }

      &:nth-child(even) {
        margin-right: 16px;
      }
    }

    &__content {
      margin-bottom: 15px;
      display: flex;
    }

    &__pic {
      width: 56px;
      height: 56px;
      position: relative;
      border-radius: 10px;
      overflow: hidden;
      margin-left: 15px;

      img {
        @extend %fixed-images;
        min-height: 100%;
        min-width: 100%;
        object-fit: cover;
      }
    }

    &__content-text {
      flex: 1;
      display: flex;
      flex-direction: column;
    }

    &__title {
      a {
        @include lineclamp(1);
        margin-bottom: 8px;
        font-size: 16px;
        color: var(--color-2);

        &:hover {
          color: var(--color-1);
        }
      }
    }

    &__lead {
      font-size: 12px;
      color: var(--color-9);
      @include lineclamp(1);
    }

    &__meta {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    &__button {
      @include btn-primary;

      &:hover {
        background-color: var(--color-1);
        color: var(--color-11);
      }

      &--update {
        padding-right: 14px;
        border: none;
        color: var(--color-14);
        padding-left: 14px;
        border-radius: 16px;
        transition: all 0.5s ease-in-out;
        background: var(--color-1);
        position: relative;

        &:hover {
          opacity: 0.75;
        }
      }

      &--installed {
        background: unset;
        border: unset;
        color: var(--color-2);

        &:hover {
          color: var(--color-16);
          background: unset;
        }
      }
    }
  }

  .plugin-detail {
    &__header {
      display: flex;
      align-items: center;
      margin-bottom: 37px;
    }

    &__pic {
      overflow: hidden;
      border-radius: 10px;
      margin-left: 15px;

      img {
        width: 56px;
        height: 56px;
      }
    }

    &__header-content {
    }

    &__title {
      font-size: 16px;
      margin-bottom: 7px;
    }

    &__lead {
      font-size: 12px;
      color: var(--color-9);
    }

    &__star {
      ul {
        list-style: none;
      }

      &--phone {
        display: none;
      }
    }

    &__button {
      a {
        @include btn-primary;

        &:hover {
          background-color: var(--color-1);
          color: var(--color-11);
        }
      }

      margin-right: auto;

      &--connect-lost {
        display: flex;
        align-items: center;

        span {
          color: var(--color-9);
          margin-left: 13px;
          font-size: 12px;
        }

        a {
          border-color: var(--color-8);
        }

        a:hover {
          background-color: unset;
          color: var(--color-1);
          border-color: var(--color-8);
          cursor: progress;
        }
      }

      &--downloading {
        a:hover {
          background-color: unset;
          color: var(--color-1);
          cursor: progress;
        }
      }

      &--installed {
        display: flex;
        align-items: center;
        position: relative;
        overflow: visible;

        > span {
          font-size: 14px;
          margin-left: 16px;
        }

        .icon {
          display: flex;
          justify-content: center;
          align-items: center;
          flex: 1;
          min-width: unset;
          width: 40px;
          height: 40px;
          background-color: var(--color-14);
          border-radius: 50%;
          border: unset;

          &:hover {
            background-color: var(--color-5);
          }

          i {
            display: flex;
            @include font-icon-background-color(
              -webkit-linear-gradient(#a9bcc2 0%, #e2e8ef 100%)
            );
            font-size: 22px;
            transition: all 0.5s ease;
          }
        }
      }

      &--activate {
        display: flex;
        align-items: center;

        span {
          color: var(--color-9);
          margin-left: 13px;
          font-size: 12px;
        }

        a {
          border-color: var(--color-3);
          font-size: 14px;
          padding-right: 12px;
          padding-left: 12px;
        }

        a:hover {
          background-color: unset;
          color: var(--color-1);
          border-color: var(--color-1);
        }
      }

      &--update {
        a {
          padding-right: 14px;
          border: none;
          color: var(--color-14);
          padding-left: 14px;
          border-radius: 16px;
          transition: all 0.5s ease-in-out;
          background: linear-gradient(#81e6ff 0%, #00b6e3 100%);
          position: relative;
          padding-right: 12px;
          padding-left: 12px;

          &:hover {
            opacity: 0.75;
          }
        }
      }
    }

    &__more-dots {
      position: relative;
      overflow: visible;

      &:hover {
        .icon {
          background-color: var(--color-5) !important;
        }

        .plugin-detail__select {
          visibility: visible;
          opacity: 1;
          top: 100%;
        }
      }
    }

    &__select {
      background-color: var(--color-14);
      z-index: 5;
      @include border(1px, var(--color-7));
      border-radius: 10px;
      padding-top: 10px;
      padding-bottom: 10px;
      position: absolute;
      min-width: 128px;
      left: 0;
      top: 150%;
      visibility: hidden;
      opacity: 0;
      transition: all 0.5s ease-in-out;

      a {
        border: unset;
        min-width: unset;
        color: var(--color-2);
        width: 100%;
        padding-right: 15px;
        border-radius: unset;
        padding-left: 15px;
        padding-top: 10px;
        padding-bottom: 10px;

        &:not(:last-child) {
          margin-bottom: 5px;
        }

        justify-content: flex-start;

        &:hover {
          color: var(--color-16);
          background-color: unset;
        }
      }
    }

    &__content {
      p {
        margin-bottom: 36px;
        font-size: 14px;
        line-height: 22px;
      }
    }

    &__slider {
      margin-bottom: 40px;

      .carousel {
      }

      .carousel-cell {
        margin-left: 24px;
        width: 320px;
      }

      &-pic {
        border-radius: 10px;
        overflow: hidden;
        position: relative;

        img {
        }
      }

      .flickity-button:disabled {
        opacity: 0;
      }

      .flickity-prev-next-button {
        width: 40px;
        background: var(--color-11);
        height: 40px;
        @include border(1px, var(--color-14));
      }

      .flickity-rtl .flickity-prev-next-button.previous {
        right: -20px;
      }

      .flickity-rtl .flickity-prev-next-button.next {
        left: -20px;
      }

      .flickity-prev-next-button .flickity-button-icon {
        width: 30%;
        left: 50%;
        top: 50%;
        right: unset;
        bottom: unset;
        transform: translate(-50%, -50%);
      }
    }

    &__tags {
      margin-bottom: 39px;

      ul {
        list-style: none;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
      }

      li {
        margin-bottom: 5px;

        &:not(:last-child) {
          margin-left: 8px;
        }
      }

      a {
        color: var(--color-9);
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 15px;
        @include border(1px, var(--color-14));
        border-radius: 20px;
        height: 32px;
      }
    }

    &__content-title {
      font-size: 16px;
      color: var(--color-2);
      margin-bottom: 10px;
    }

    &__points {
      padding-top: 40px;
      padding-bottom: 40px;
      @include border-bottom(1px, var(--color-14));
      @include border-top(1px, var(--color-14));
      display: flex;
    }

    &__point-content {
      display: flex;
      margin-right: 80px;
      align-items: center;
    }

    &__point-num {
      font-size: 64px;
      font-weight: 300;
      color: var(--color-1);
    }

    &__point-text {
      margin-right: 15px;
    }

    &__review-num {
    }

    &__slider-pic {
      position: relative;

      a {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
      }
    }

    &__give-point {
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;

      ul {
        margin-bottom: 0px;
      }

      li {
      }

      i {
        font-size: 50px;
        opacity: 0.6;
      }

      span {
        font-size: 14px;
      }
    }

    .p--detail {
      font-size: 12px;
      color: var(--color-9);
    }

    &__labels {
    }

    &__more-plugin {
      padding-top: 40px;
      @include border-top(1px, var(--color-14));
    }
  }

  .labels {
    margin-top: 36px;
    margin-bottom: 36px;
    display: flex;
    flex-wrap: wrap;
    margin-left: 100px;

    &__item {
      margin-bottom: 30px;
      padding-left: 44px;
      flex-basis: 25%;
    }

    &__title {
      font-size: 14px;
      margin-bottom: 7px;
    }

    &__list {
      display: flex;
      flex-direction: column;
      list-style: none;
    }

    &__list-item {
      font-size: 14px;
      color: var(--color-9);

      &:not(:last-child) {
        margin-bottom: 4px;
      }

      a {
        font-size: 14px;
        color: var(--color-1);
      }
    }
  }

  .more-plugin {
    margin-top: 36px;
    margin-bottom: 100px;

    &__title {
      margin-bottom: 36px;
    }

    &__content {
      .carousel {
        display: flex;
        flex-wrap: wrap;
      }

      .plugin__item {
        width: 100%;
      }

      .carousel-cell {
        flex-basis: calc(50% - 8px);
      }

      .carousel-cell:nth-child(2n + 1) {
        margin-left: 16px;
      }
    }

    .stars {
      i {
        font-size: 14px;
        margin-right: -1.5px;
      }
    }
  }

  .plugin-list {
    padding-right: 0;
    padding-left: 0;

    .plugin-detail__header {
      margin-bottom: 0;
    }

    &__item {
      padding-bottom: 30px;
      overflow: visible;

      &:not(:first-child) {
        padding-top: 30px;
      }

      &:not(:last-child) {
        @include border-bottom(1px, var(--color-14));
      }
    }
  }

  .deactivate-modal {
    .popUp-tab__buttons {
      border-top: unset;
    }

    .modal-dialog {
      height: calc(100% - 100px);
    }

    .popUp-tab {
      width: 336px;
      height: 225px;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
    }

    p {
      font-size: 14px;
      color: var(--color-9);
    }

    .popUp-tab__content {
      padding-right: 24px;
      padding-left: 24px;
    }

    .popUp-tab__buttons {
      margin-top: auto;
    }

    .popUp-tab__header {
      padding-top: 30px;
    }

    .popUp-tab__submit {
      border-color: transparent;
      color: var(--color-3);
      margin-left: -16px;
      margin-right: 15px;

      &:hover {
        border-color: var(--color-3);
        background-color: unset;
      }
    }
  }

  .delete-modal {
    .popUp-tab__buttons {
      border-top: unset;
    }

    .modal-dialog {
      height: calc(100% - 100px);
    }

    .popUp-tab {
      width: 336px;
      height: 225px;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
    }

    p {
      font-size: 14px;
      color: var(--color-9);
    }

    .popUp-tab__content {
      padding-right: 24px;
      padding-left: 24px;
    }

    .popUp-tab__buttons {
      margin-top: auto;
    }

    .popUp-tab__header {
      padding-top: 30px;
    }

    .popUp-tab__submit {
      border-color: transparent;
      color: var(--color-3);
      margin-left: -16px;
      margin-right: 15px;

      &:hover {
        border-color: var(--color-3);
        background-color: unset;
      }
    }
  }

  .user-modal {
    width: 720px;
    height: 528px;
    top: 50%;
    left: 50%;
    bottom: unset;
    right: unset;
    transform: translate(-50%, -50%);

    &__modal {
    }

    .popUp-tab {
      &__header {
        position: absolute;
        z-index: 10;
        right: 0;
        top: 0;
        width: 160px;
        height: calc(100% - 65px);
        background: var(--color-14);
        @include border-left(1px, var(--color-14));
        padding: 20px 0;
      }

      &__header-title {
        font-size: 16px;
        color: var(--color-2);
        margin-bottom: 32px;
        padding-right: 23px;
        padding-left: 23px;
      }

      &__menu {
        display: flex;
        flex-direction: column;

        .nav-tabs {
          border: unset;
        }

        a {
          display: flex;
          align-items: center;
          padding-right: 23px;
          border-radius: 0;
          width: 100%;
          border: unset;
          margin: 0;
          font-size: 14px;
          color: var(--color-2);
          padding-top: 6px;
          padding-bottom: 6px;
          margin-bottom: 5px;
          padding-left: 23px;
          transition: all 0.3s ease;

          &.active {
            background-color: var(--color-15);
          }

          &:hover {
            background-color: var(--color-15);
          }
        }
      }

      &__content {
        height: calc(100% - 75px);

        .tab-pane {
          padding-right: 205px;
        }
      }

      &__buttons {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 11;
        padding-left: 24px;
        padding-right: 24px;
        display: flex;
        align-items: center;
        @include border-top(1px, var(--color-14));
        background: var(--color-8);
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        height: 65px;
      }
    }

    .my-profile {
      padding-left: 48px;
      padding-bottom: 80px;
      height: 100%;
      position: relative;
      display: flex;
      flex-direction: column;

      &__pic {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 45px;
        padding-bottom: 45px;
        @include border-bottom(1px, var(--color-14));
        position: relative;

        .aks-file-upload-content {
          display: flex;
        }

        .aks-file-upload-preview {
          height: unset !important;
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
        }

        .aks-file-upload-image {
          img {
            width: 72px;
            height: 72px !important;
            border-radius: 50%;
          }
        }

        label {
          margin: 0;
        }

        .aks-file-upload-p-header {
          display: none;
        }

        .aks-file-upload-label {
          background: var(--color-5);
          border-radius: 50%;
          width: 72px;
          height: 72px;
          @include border(2px, var(--color-14));
          position: relative;
          color: var(--color-26);

          &::before {
            content: "+";
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            height: 100%;
            position: absolute;
            color: var(--color-7);
            font-weight: bold;
            font-size: 18px;
          }
        }
      }

      &__form {
        padding-top: 24px;
      }

      &__container {
        height: 100%;
      }

      .form-row {
        display: flex;
        align-items: center;
        padding: 0;
        border: unset;
        margin-right: 0;
        margin-left: 0;

        &:not(:last-child) {
          margin-bottom: 16px;
        }
      }

      label {
        width: 130px;
        font-size: 14px;
        color: var(--color-2);
      }

      input {
        flex: 1;
        background: var(--color-14);
        @include border(1px, var(--color-8));
        border-radius: 10px;
        height: 40px;
        display: flex;
        align-items: center;
        padding-right: 25px;
        padding-left: 25px;
        color: var(--color-2);

        // &::placeholder {
        //   color: var(--color-2);
        //   font-size: 14px;
        //   opacity: 1;
        // }

        &:focus {
          border-radius: 10px;
          outline: unset;
          border-color: var(--color-1);
        }
      }

      textarea {
        flex: 1;
        background: var(--color-14);
        @include border(1px, var(--color-14));
        border-radius: 10px;
        height: auto;
        display: flex;
        align-items: center;
        padding-right: 25px;
        padding-left: 25px;
        color: var(--color-2);

        // &::placeholder {
        //   color: var(--color-2);
        //   font-size: 14px;
        //   opacity: 1;
        // }

        &:focus {
          border-radius: 10px;
          outline: unset;
          border-color: var(--color-1);
        }
      }
    }

    .tab-pane {
      height: 100%;
    }

    .os-host-rtl > .os-scrollbar-vertical {
      right: unset;
      left: 10px;
      width: 6px;
      padding-top: 25px;
    }

    .os-theme-dark
      > .os-scrollbar
      > .os-scrollbar-track
      > .os-scrollbar-handle {
      background: var(--color-34);
    }
  }

  .show.user-modal__modal {
    background-color: rgba($color: var(--color-4), $alpha: 0.1);

    .modal-dialog {
      z-index: 3;
    }
  }

  .notification-modal {
    height: calc(100dvh - 32px);
    top: 16px;
    transform: unset;
    left: unset;
    right: 56px;
    width: 544px;

    &__modal {
      .modal-dialog {
        margin: 0;
      }
    }

    .nav-item {
      position: relative;
    }

    .notif {
      display: flex;
      align-items: flex-start;

      span {
        display: block;
        width: 6px;
        height: 6px;
        background: var(--color-3);
        border-radius: 50%;
        margin-right: 7px;
        margin-top: -4px;
      }
    }

    .popUp-tab__content {
      height: 100%;
    }

    .popUp-tab__header {
      height: 100%;
    }

    .popUp-tab__header {
      width: 137px;
    }

    .popUp-tab__content .tab-pane {
      padding-right: 160px;
    }

    .os-host-rtl > .os-scrollbar-vertical {
      left: 11px !important;
      right: unset !important;
      padding-top: 15px;
      padding-bottom: 15px;
      width: 6px;
    }

    .os-theme-dark > .os-scrollbar > .os-scrollbar-track,
    .os-theme-light > .os-scrollbar > .os-scrollbar-track {
      background: var(--color-8);
    }

    .user-modal
      .os-theme-dark
      > .os-scrollbar
      > .os-scrollbar-track
      > .os-scrollbar-handle {
      background: var(--color-7);
    }
  }

  .show.notification-modal__modal {
    background-color: rgba($color: var(--color-4), $alpha: 0);

    .modal-dialog {
      z-index: 3;
    }
  }

  .user {
    &__container {
      padding-left: 30px;
    }

    &__header {
      h4 {
        font-size: 16px;
        padding-bottom: 14px;
        padding-top: 18px;
      }
    }

    &__item {
      @include border-top(1px, var(--color-14));
      display: flex;
      padding-top: 16px;
      margin-bottom: 12px;

      .color-1 span {
        background-color: var(--color-17) !important;
      }

      .color-2 span {
        background-color: var(--color-19) !important;
      }

      .color-3 span {
        background-color: var(--color-18) !important;
      }

      .color-4 span {
        background-color: var(--color-20) !important;
      }

      .color-5 span {
        background-color: var(--color-35) !important;
      }

      .color-6 span {
        background-color: var(--color-21) !important;
      }

      .color-7 span {
        background-color: var(--color-22) !important;
      }

      .color-8 span {
        background-color: var(--color-23) !important;
      }
    }

    &__pic {
      margin-left: 15px;

      img {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        overflow: hidden;
      }
    }

    &__no-pic {
      span {
        width: 32px;
        height: 32px;
        color: var(--color-14);
        font-size: 14px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
      }

      &.color-3 span {
        background: var(--color-24);
      }
    }

    &__content {
      flex: 1;
      display: flex;
      flex-direction: column;
    }

    &__item-head {
      display: flex;
      align-items: center;
      margin-bottom: 3px;
    }

    &__name {
      font-size: 14px;
      font-weight: 600;
      color: var(--color-4);
      display: flex;
      align-items: center;
    }

    &__status {
      margin-left: auto;
      font-weight: normal;
      padding-right: 5px;
      font-size: 14px;
      color: var(--color-9);
    }

    &__date {
      margin-right: auto;
      font-size: 12px;
      color: var(--color-7);
    }

    &__breadcrumb {
      ul {
        display: flex;
        align-items: center;
        list-style: none;
      }

      li {
        display: flex;
        align-items: center;

        &:not(:last-child):after {
          content: ">";
          padding-right: 8px;
          padding-left: 8px;
          padding-top: 4px;
          font-size: 10px;
          font-weight: bold;
          color: var(--color-7);
          display: flex;
          justify-content: center;
          align-items: center;
        }

        &:last-child {
          flex: 1;

          a {
            @include lineclamp(1);
          }
        }
      }

      a {
        display: block;
        font-size: 12px;
        color: var(--color-4);
      }
    }

    &__text {
      font-size: 14px;
      color: var(--color-9);
      margin-top: 4px;
    }

    &__invite {
      color: var(--color-1);
    }
  }

  .system {
    &__container {
      padding-left: 42px;
    }

    &__item {
      display: flex;
      flex-direction: column;
      padding-top: 12px;
      padding-bottom: 6px;

      &:first-child {
        margin-top: 10px;
      }

      &:not(:last-child) {
        @include border-bottom(1px, var(--color-14));
      }
    }

    &__content {
      display: flex;
    }

    &__icon {
      margin-left: 16px;

      i {
        color: var(--color-13);
        font-size: 24px;
      }
    }

    &__text {
      flex: 1;
      font-size: 14px;
    }

    &__date {
      margin-top: 5px;
      font-size: 12px;
      color: var(--color-7);
      text-align: left;
    }
  }

  .tab-news {
    &__container {
      padding-left: 42px;
    }

    &__item {
      padding-top: 24px;
      padding-bottom: 6px;

      &:not(:last-child) {
        @include border-bottom(1px, var(--color-14));
      }
    }

    &__pic {
      margin-bottom: 15px;
      overflow: hidden;

      img {
        border-radius: 10px;
        min-width: 100%;
        min-height: 100%;
        object-fit: cover;
        overflow: hidden;
      }
    }

    &__text {
      font-size: 14px;
    }

    &__date {
      margin-top: 5px;
      font-size: 12px;
      color: var(--color-7);
      text-align: left;
    }
  }

  .support {
    &__tab {
      min-height: 100%;
    }

    &__container {
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      padding-left: 32px;
      max-height: calc(100dvh - 113px);
    }

    &__item {
      margin-top: 17px;
      width: 294px;
      border-radius: 10px;

      &:first-child {
        margin-top: 30px;
      }

      &:last-child {
        margin-bottom: 64px !important;
      }

      &--me {
        background: var(--color-15);
        @include border(1px, var(--color-25));
        margin-left: auto;
      }

      &--support {
        .support__content {
          background: var(--color-5);
          @include border(1px, var(--color-14));
          flex: 1;
          border-radius: 10px;
        }

        margin-right: auto;
        display: flex;
      }
    }

    &__content {
      padding: 12px 11px;
    }

    &__text {
      font-size: 14px;

      a {
        color: var(--color-1);
        word-break: break-all;
      }
    }

    &__pic {
      margin-right: 8px;

      img {
        border-radius: 50%;
        overflow: hidden;
        width: 24px;
        height: 24px;
      }
    }

    &__date {
      margin-top: 5px;
      font-size: 12px;
      color: var(--color-7);
      text-align: left;
    }

    &__send {
      bottom: 0px;
      padding-top: 16px;
      padding-bottom: 16px;
      @include border-top(1px, var(--color-14));
      margin-right: -25px;
      margin-top: auto;
      z-index: 100;
    }

    &__input {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;

      input {
        width: 360px;
        height: 40px;
        border-radius: 20px;
        background-color: var(--color-11);
        @include border(1px, var(--color-14));
        font-size: 14px;
        color: var(--color-9);
        padding-left: 69px;
        padding-right: 24px;
        display: flex;
        align-items: center;
        outline: unset !important;

        // &::placeholder {
        //   font-size: 14px;
        //   color: var(--color-9);
        // }
      }
    }

    &__send-btn {
      position: absolute;
      left: 32px;
      top: 0;
      font-size: 14px;
      color: var(--color-1);
      width: 69px;
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
    }
  }

  .modal {
    max-width: 100vw;
  }

  .app-download {
    &__modal {
      .modal-dialog {
        transition: unset !important;
      }

      .popUp-tab__content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
      }
    }

    &-modal {
      width: 432px;
      height: 280px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }

    &__pic {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 30px;

      img {
      }
    }

    &__content {
      display: flex;
      flex-direction: column;
      text-align: center;

      h6 {
        font-size: 16px;
        color: var(--color-2);
        margin-bottom: 10px;
      }

      span {
        font-size: 12px;
        color: var(--color-9);
      }
    }

    &__btn {
      a {
        height: 32px;
        width: 72px;
        color: var(--color-1);
        @include border(2px, var(--color-1));
        border-radius: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        margin-top: 30px;
        margin-right: auto;
        margin-left: auto;

        &:hover {
          background: var(--color-1);
          color: var(--color-14);
        }
      }
    }
  }

  .show.app-download__modal {
    background: rgba($color: var(--color-4), $alpha: 0.1);
  }

  .new-theme-modal__modal .modal-dialog {
    transition: unset !important;
    margin: 0;
    width: 100%;
    transform: unset !important;
  }

  .new-theme-modal {
    width: 600px;
    height: 472px;
    top: 75px;
    left: 140px;
    transform: unset;
    transition: unset !important;

    .os-host-rtl > .os-scrollbar-vertical {
      right: -5px;
    }

    .popUp-tab__header {
      z-index: 12;
      height: 100%;
    }

    .popUp-tab__buttons {
      width: calc(100% - 160px);

      a {
        margin-left: auto;
        margin-right: auto;
      }
    }

    .popUp-tab__content {
      padding: 0;
      padding-right: 160px;
    }

    .popUp-tab__content .tab-pane {
      padding: 24px 48px;
      padding-right: 48px;
    }

    .popUp-tab__menu a {
      padding-top: 9px;
      padding-bottom: 9px;
      margin-bottom: 0;
    }
  }

  .show.new-theme-modal__modal {
    background-color: unset;
  }

  .them-paper {
    &__item {
      &:not(:last-child) {
        margin-bottom: 50px;
      }
    }

    &__pic {
      max-height: 172px;
      display: flex;
      margin-bottom: 16px;
    }

    img {
      border-radius: 10px;
      overflow: hidden;
    }

    &__title {
      font-size: 16px;
      color: var(--color-2);
      margin-bottom: 6px;
    }

    &__lead {
      font-size: 14px;
      color: var(--color-9);
      margin-bottom: 8px;
    }

    &__link {
      display: flex;
      align-items: center;

      a {
        color: var(--color-1);
        margin-right: auto;
        font-size: 14px;
      }
    }
  }

  .share-modal {
    width: 337px;
    height: 385px;
    background-color: var(--color-11);
    @include border(1px, var(--color-7));
    border-radius: 20px;
    top: 63px;
    left: 253px;
    transform: unset;

    &__modal {
      .modal-dialog {
        transform: unset !important;
        transition: unset !important;
      }
    }

    &__content {
      position: relative;
      width: 337px;
      height: 385px;
      display: flex;
      flex-direction: column;
    }

    &__search-content {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transition: all 0.3s ease-in-out;
    }

    &__search {
      @include border-bottom(1px, var(--color-14));
      display: flex;
      align-items: center;
      padding-top: 15px;
      padding-bottom: 15px;

      span {
        font-size: 16px;
        color: var(--color-2);
        width: 50px;
        display: flex;
        justify-content: center;

        i {
          cursor: pointer;
          color: var(--color-9);
          font-size: 24px;
          width: 70px;
          display: flex;
          justify-content: center;
          align-items: center;
        }
      }

      #get-back {
        width: 70px;
      }

      input {
        flex-grow: 2;
        border: unset;
        outline: unset;
        color: var(--color-2);
        font-size: 14px;

        // &::placeholder {
        //   color: var(--color-9);
        //   font-size: 14px;
        // }
      }
    }

    &__add-person {
      width: 50px;
      display: flex;
      justify-content: center;

      i {
        font-size: 24px;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        font-size: 23px;
        background-clip: border-box;
        @include font-icon-background-color(
          -webkit-linear-gradient(#a9bdc4 0%, #c6cfda 100%)
        );
      }

      &:hover {
        i {
          background-clip: border-box;
          @include font-icon-background-color(
            -webkit-linear-gradient(#00b6e3 0%, #81e6ff 100%)
          );
        }
      }
    }

    &__search-recommend {
      display: none;
      opacity: unset;
      visibility: hidden;
      position: absolute;
      top: 57px;
      right: 0px;
      width: 100%;
      height: calc(100% - 57px);
      background: var(--color-14);
      transition: all 0.3s ease-in-out;
      opacity: 0;
      visibility: hidden;
      display: none;
      z-index: 10;

      .os-host {
        height: 100%;
      }

      .os-host-resize-disabled.os-host-scrollbar-horizontal-hidden
        > .os-scrollbar-vertical {
        bottom: 0;
        right: 7px;
        top: 17px;
        width: 0px;
      }

      .os-theme-dark
        > .os-scrollbar
        > .os-scrollbar-track
        > .os-scrollbar-handle {
        background: var(--color-27);
      }
    }

    &__users {
      flex-grow: 1;
      max-height: 259px;

      .os-scrollbar-vertical {
        width: 0;
      }
    }

    &__icon {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 18px;

      img {
        width: 142px;
        padding-top: 42px;
      }
    }

    &__text {
      color: var(--color-9);
      font-size: 14px;
      padding-bottom: 37px;
      width: 246px;
      text-align: center;
      margin-right: auto;
      margin-left: auto;
    }

    &__search-content-footer {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      padding-top: 15px;
      padding-bottom: 15px;
      @include border-top(1px, var(--color-7));
      padding-right: 22px;
      padding-left: 22px;
    }

    &__sign {
      display: flex;
      flex-direction: column;

      span {
        font-size: 12px;
        color: var(--color-9);
        display: block;
        margin-bottom: 2px;
      }

      a {
        color: var(--color-1);
        font-size: 12px;
      }
    }

    &__settings {
      a {
      }
    }

    &__settings-btn {
      font-size: 14px;
      color: var(--color-1);
    }

    &__settings-content {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transition: all 0.3s ease-in-out;
      opacity: 0;
      visibility: hidden;
      display: none;
    }

    &__title {
      padding-top: 15px;
      padding-bottom: 15px;
      @include border-bottom(1px, var(--color-14));
      padding-right: 22px;
      padding-left: 22px;

      h4 {
        font-size: 16px;
      }
    }

    &__form {
      padding-right: 22px;
      padding-left: 22px;

      &-question {
        font-size: 14px;
        font-weight: 500;
        text-shadow: 0 -0.75px #6b6b6b;
        margin-bottom: 17px;
        color: var(--color-2);
      }

      &-item {
        padding-top: 17px;

        &:last-child {
          margin-bottom: 17px;
        }
      }

      &-radio-item {
        display: flex;
        align-items: center;

        &:not(:last-child) {
          margin-bottom: 20px;
        }

        input {
        }

        label {
          color: var(--color-2);
          font-size: 14px;
          margin-right: 16px;
          margin-bottom: 0;
        }
      }

      &-btn {
        min-width: 57px;
        height: 32px;
        border-radius: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 10px;
      }

      &-radio {
        position: relative;

        input {
          position: absolute;
          opacity: 0;
          cursor: pointer;
          height: 20px;
          width: 20px;
          z-index: 5;
        }

        span {
          display: flex;
          height: 20px;
          width: 20px;
          border-radius: 50%;
          @include border(2px, var(--color-7));
          transition: all 0.3s ease-in-out;
          display: flex;
          justify-content: center;
          align-items: center;

          &::before {
            content: " ";
            width: 10px;
            height: 10px;
            border-radius: 50%;
            display: flex;
            background: linear-gradient(#3def90 0%, #1ed975 100%);
            opacity: 0;
            transition: all 0.3s ease-in-out;
          }
        }

        input:checked ~ span::before {
          opacity: 1;
        }
      }
    }

    &__form-btn--deactive {
      font-size: 14px;
      color: var(--color-2);

      &:hover {
        opacity: 0.8;
      }
    }

    &__from-btn--active {
      border: 2px solid var(--color-1);
      color: var(--color-1);
      font-size: 14px;

      &:hover {
        color: var(--color-14);
        background: var(--color-1);
      }
    }

    &__setting-footer {
      margin-top: auto;
      @include border-top(1px, var(--color-14));
      display: flex;
      align-items: center;
      justify-content: flex-end;
      padding: 16px;
    }

    &__people-search {
      background: var(--color-11);
      position: absolute;
      top: 0;
      display: none;

      left: 0;
      width: 100%;
      height: 100%;
      transition: all 0.3s ease-in-out;
      opacity: 0;
      visibility: hidden;

      .os-host {
        height: 100%;
      }

      .os-host-resize-disabled.os-host-scrollbar-horizontal-hidden
        > .os-scrollbar-vertical {
        bottom: 0;
        right: 7px;
        top: 17px;
        width: 0px;
      }

      .os-theme-dark
        > .os-scrollbar
        > .os-scrollbar-track
        > .os-scrollbar-handle {
        background: var(--color-27);
      }
    }

    &__user-search-content {
      opacity: unset;

      width: 100%;
      height: calc(100% - 57px);
      background: var(--color-14);
      transition: all 0.3s ease-in-out;
      top: 57px;
      display: none;

      .os-host {
        height: 100%;
      }

      .os-host-resize-disabled.os-host-scrollbar-horizontal-hidden
        > .os-scrollbar-vertical {
        bottom: 0;
        right: 7px;
        top: 17px;
        width: 0px;
      }

      .os-theme-dark
        > .os-scrollbar
        > .os-scrollbar-track
        > .os-scrollbar-handle {
        background: var(--color-27);
      }
    }

    &__users-footer {
      display: flex;
      flex-direction: column;
    }

    &__textarea {
      @include border-top(1px, var(--color-8));
      padding-top: 12px;
      padding-bottom: 12px;
      padding-right: 22px;
      padding-left: 22px;
    }

    &__invite-row {
      @include border-top(1px, var(--color-14));
      display: flex;
      align-items: center;
      padding-top: 17.5px;
      padding-bottom: 26px;
      justify-content: space-between;
      padding-right: 22px;
      padding-left: 22px;
    }

    &__select {
      font-size: 14px;

      .main-page__date-select .select-selected {
        border: unset;
        padding: 0;
      }

      .main-page__date-select .select-selected {
        height: 32px;
      }

      .select-items {
        width: 160px;
      }

      .main-page__date-select .select-items {
        top: unset;
        bottom: calc(5px + 100%);
      }
    }

    &__send-invite {
      a {
        display: flex;
        justify-content: center;
        align-items: center;
        min-width: 120px;
        border-radius: 20px;
        @include border(2px, var(--color-1));
        height: 32px;
        font-size: 14px;

        &:hover {
          color: var(--color-14);
          background: var(--color-1);
        }
      }
    }
  }

  .search-users {
    &__item {
      padding-top: 9px;
      padding-bottom: 9px;
      padding-right: 23px;
      padding-left: 23px;
      display: flex;
      align-items: center;
      transition: all 0.3s ease-in-out;
      cursor: pointer;

      &:last-child {
        margin-top: 11px;
      }

      &:hover {
        background: var(--color-15);
      }
    }

    &__pic {
      display: flex;
      margin-left: 15px;
      position: relative;

      img {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        overflow: hidden;
      }

      button {
        background: unset;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: var(--color-14);
        @include border(2px, var(--color-9));
        color: var(--color-9);
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        opacity: 0;
        transition: all 0.3s ease-in-out;
        visibility: hidden;
        z-index: 3;
      }

      i {
        color: var(--color-9);
        font-size: 15px;
        font-weight: bold;

        &::before {
          color: var(--color-9);
        }
      }

      &:hover {
        button {
          visibility: visible;
          opacity: 1;
        }
      }
    }

    &__content {
      flex: 1;
      display: flex;
      flex-direction: column;
    }

    &__name {
      font-size: 14px;
      color: var(--color-2);
    }

    &__id {
      font-size: 12px;
      color: var(--color-9);
    }

    &__close {
      font-size: 20px;
      color: var(--color-12);
      font-weight: 600;
      background: unset;
      border: unset;

      &:hover {
        color: var(--color-2);
      }
    }

    &__item--selected {
      background: var(--color-15);
      @include border-bottom(1px, var(--color-25));

      &:first-child {
        @include border-top(1px, var(--color-25));
      }

      &:last-child {
        margin-top: 0;
      }
    }

    &__type {
      font-size: 12px;
      color: #1e1e1e;

      .main-page__date-select .select-selected {
        height: 20px;
        border: unset;
        font-size: 12px;
        color: #1e1e1e;
        padding: 0;
      }

      .select-selected::after {
        color: var(--color-9);
        font-size: 19px;
        margin-right: 3px;
      }

      .main-page__date-select .select-items {
        right: unset;
        left: 0;
        min-width: 100px;
        width: max-content;
        font-size: 12px;
        padding-top: 10px;
        padding-bottom: 10px;
      }

      .select-items div {
        font-size: 12px;
        padding: 4px 12px 4px 12px;
      }
    }
  }

  .search-recommend {
    width: 100%;
  }

  .main-page__content--document-list {
    padding-right: 0 !important;
  }

  .folders .main-page__header {
    padding-right: 130px;
  }

  .document-list {
    width: 100%;
    position: relative;
    margin-bottom: auto;
    padding-bottom: 4em;

    &__item {
      padding-left: 120px;
      padding-right: 130px;
      position: relative;
      display: flex;
      align-items: center;
      padding-top: 15px;
      padding-bottom: 15px;
      transition: all 0.3s ease-in-out;

      &:first-child {
        margin-top: 17px;
      }

      &:not(:last-child) {
        @include border-bottom(1px, var(--color-14));
      }

      &.active {
        background-color: var(--color-15);
      }

      &:hover {
        .document-list__star {
          opacity: 1;
        }

        .document-list__check {
          opacity: 1;
        }
      }
    }

    &__icon {
      margin-left: 19px;

      i {
        font-size: 40px;
        background: unset;
        background-clip: unset;
        -webkit-background-clip: unset;
        -webkit-text-fill-color: unset;

        .path1 {
          background: -webkit-linear-gradient(
            #c1d4da 0%,
            #e2e8ef 100%
          ) !important;
          background-clip: border-box !important;
          -webkit-background-clip: text !important;
          -webkit-text-fill-color: transparent !important;
        }
      }
    }

    &__content {
      display: flex;
      flex-direction: column;
    }

    &__title-container {
      display: flex;
      align-items: center;
    }

    &__title {
      font-size: 16px;
      color: var(--color-2);
      margin-bottom: 3px;
      display: flex;
      align-items: center;

      &:hover {
        color: var(--color-1);
      }
    }

    &__star {
      font-size: 30px !important;
      margin-right: 6px;
      transition: all 0.3s ease-in-out;
      cursor: pointer;
      opacity: 0;

      &.active {
        @include font-icon-background-color(
          -webkit-linear-gradient(#00b6e3 0%, #81e6ff 100%)
        );
        opacity: 1 !important;
      }
    }

    &__date {
      font-size: 12px;
      color: var(--color-7);
      margin: 0;
    }

    &__users {
      margin-right: auto;
    }

    &__check {
      position: absolute;
      right: 95px;
      top: 50%;
      cursor: pointer;
      transform: translateY(-50%);
      //border: 2px solid var(--color-7);
      background: var(--color-14);
      border-radius: 8px;
      width: 20px;
      height: 20px;
      background: var(--color-14);
      display: flex;
      justify-content: center;
      align-items: center;
      transition: all 0.3s ease-in-out;
      //opacity: 0;

      i {
        background: unset;
        -webkit-background-clip: unset;
        -webkit-text-fill-color: unset;
        color: var(--color-14);
        font-size: 16px;
      }

      img {
        width: 100%;
      }

      &.active {
        background: -webkit-linear-gradient(#1ed975 0%, #3def90 100%);
        border-width: 0;
        opacity: 1 !important;
      }
    }

    &__page {
      height: calc(100% - 60px);
    }

    &__input {
      border-radius: 10px;
      background-color: var(--color-11);
      font-size: 16px;
      color: var(--color-2);
      width: 276px;
      height: 40px;
      padding: 17px 8px;
      display: flex;
      align-items: center;
      @include border-transparent(1px);
      transition: all 0.3s ease-in-out;

      // &::placeholder {
      //   color: var(--color-7);
      //   font-size: 16px;
      // }

      &:focus {
        border-color: var(--color-1);
        outline: unset;
      }
    }

    &__item--new {
      background-color: var(--color-15);
    }
  }

  .share-modal--tab-open {
    top: 143px;
  }

  #user-modal {
    .modal-dialog {
      transform: unset;
      left: 0;
      right: 0;
    }

    .user-modal {
      transition: all 0.3s ease-in-out;
      top: 40%;
    }

    &.show {
      .user-modal {
        top: 50%;
      }
    }
  }

  .plugin-detail__slider-pic--big {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-28);
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;

    .plugin-detail__big-img {
      position: relative;
      z-index: 100;
    }

    img {
      pointer-events: none;
      position: relative;
      z-index: 100;
    }

    a {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 99;
    }
  }

  .plugin-detail__slider-pic--hide {
    opacity: 0;
    visibility: hidden;
  }

  .link-bar__item--folder {
    i {
      background: unset !important;
      background-clip: unset !important;
      -webkit-background-clip: unset !important;
      -webkit-text-fill-color: unset !important;

      .path2::before {
        background-clip: border-box;
        @include font-icon-background-color(
          -webkit-linear-gradient(#a6b9bf 0%, #c2cfd6 100%)
        );
      }

      .path1 {
        background-clip: border-box;
        @include font-icon-background-color(var(--color-30));
      }

      &:hover {
        background: unset;
        background-clip: unset;
        -webkit-background-clip: unset;
        -webkit-text-fill-color: unset;

        .path2::before {
          background: -webkit-linear-gradient(#55d6f5 0%, #00b6e3 100%);
          background-clip: border-box;
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
        }

        .path1 {
          background: var(--color-25);
          background-clip: border-box;
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
        }
      }
    }

    .active {
      background: unset;
      background-clip: unset;
      -webkit-background-clip: unset;
      -webkit-text-fill-color: unset;

      .path2::before {
        background-clip: border-box;
        @include font-icon-background-color(
          -webkit-linear-gradient(#55d6f5 0%, #00b6e3 100%)
        );
      }

      .path1 {
        background-clip: border-box;
        @include font-icon-background-color(var(--color-25));
      }
    }
  }

  .select2-search__field {
    border: unset;
  }

  .select2-search__field:focus-visible {
    border: unset !important;
    outline: unset;
  }

  .main-page__new-page .plugin-detail__select i.niafam-Component-360--58 {
    font-size: 18px;
  }

  .link-bar__item {
    .niafam-Component-360--58:hover {
      .path1::before {
        color: var(--color-25);
      }

      .path2::before {
        background-clip: border-box;
        @include font-icon-background-color(
          -webkit-linear-gradient(#55d6f5 0%, #00b6e3 100%)
        );
      }
    }

    .niafam-Component-360--58 .path1::before {
      color: var(--color-30);
    }

    .niafam-Component-360--58 .path2::before {
      background: -webkit-linear-gradient(#a6b9bf 0%, #c2cfd6 100%);
      background-clip: border-box;
      -webkit-background-clip: text;
    }
  }

  a:not([href]) {
    cursor: pointer;
  }

  .document-list {
    max-height: calc(100dvh - 90px);
    overflow-y: auto;
    overflow-x: hidden;
  }

  .main-page__detail-page-content--scroll {
    overflow-y: auto;
    max-height: calc(100dvh - 20px);
  }

  .support_send {
    position: absolute;
    left: 21px;
  }

  .nav-support-tab {
    max-height: 100%;
  }

  .support__container {
    display: block;
    overflow-y: auto;
    max-height: calc(100% - 73px);
  }

  @import "./responsive/responsive";
}