@charset "UTF-8";
.pre-header {
  width: 100%;
  height: 70px;
  position: fixed;
  display: flex;
  top: 0;
  background-color: #fff; }

.sign-up, .sign-in {
  margin-top: 70px; }
  .sign-up .box, .sign-in .box {
    width: 488px;
    padding: 66px 74px 69px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 55px #00000012;
    border-radius: 7px;
    font-family: "Nunito Sans", sans-serif; }
    .sign-up .box input, .sign-in .box input {
      height: 53px;
      background: #EAEAEF 0% 0% no-repeat padding-box;
      border: none;
      font-size: 18px;
      box-shadow: none; }
    .sign-up .box .btn-group, .sign-in .box .btn-group {
      width: 100px; }
      .sign-up .box .btn-group .btn.dropdown-toggle, .sign-in .box .btn-group .btn.dropdown-toggle {
        color: var(--dark);
        width: 100px;
        height: 52px; }
      .sign-up .box .btn-group .dropdown-menu, .sign-in .box .btn-group .dropdown-menu {
        height: 240px;
        overflow-y: auto;
        border: none; }
        .sign-up .box .btn-group .dropdown-menu li, .sign-in .box .btn-group .dropdown-menu li {
          padding: 10px 24px;
          cursor: pointer; }
          .sign-up .box .btn-group .dropdown-menu li:hover, .sign-in .box .btn-group .dropdown-menu li:hover {
            background-color: var(--light-white); }
    .sign-up .box .p-t .btn.bg-complete[disabled], .sign-in .box .p-t .btn.bg-complete[disabled] {
      opacity: 0.6; }

/***** region left-aside */
.left-aside {
  width: 98px;
  height: 100%; }
  .left-aside .logo {
    width: 100%;
    height: 121px;
    background: #E2E5E9 url(./../img/icon/icon@2x.png) center/60px no-repeat;
    opacity: 1; }
  .left-aside .tab {
    height: calc(100vh - 121px);
    background-color: #292934;
    overflow: auto; }
    .left-aside .tab .tab-item {
      width: 99px;
      height: 122px;
      text-align: center;
      cursor: pointer;
      color: #6B7077;
      position: relative; }
      .left-aside .tab .tab-item a {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: 100%; }
        .left-aside .tab .tab-item a img:nth-child(2) {
          display: none; }
        .left-aside .tab .tab-item a .circle {
          width: 25px;
          height: 25px;
          position: absolute;
          background-color: #f51d11;
          border-radius: 13px;
          text-align: center;
          color: white;
          font: bold 14px / 25px "Nunito Sans";
          top: 10px;
          left: 60px; }
      .left-aside .tab .tab-item i {
        font-size: 30px; }
      .left-aside .tab .tab-item label {
        margin-top: 5px;
        text-align: center;
        font: Bold 14px/19px Nunito Sans;
        letter-spacing: 0;
        display: block; }
      .left-aside .tab .tab-item.active {
        color: #292934;
        background: #F4F5F5 0% 0% no-repeat padding-box;
        transition: color 300ms linear, background 300ms linear; }
        .left-aside .tab .tab-item.active img:nth-child(1) {
          display: none; }
        .left-aside .tab .tab-item.active img:nth-child(2) {
          display: unset; }

/***** endregion */
/***** region app-content */
.app-content {
  width: calc(100vw - 98px - 23vw);
  height: 100vh;
  overflow-x: auto;
  transition: width 0.2s ease-out; }

.app-content .header, .involved-projects .header {
  height: 120px;
  display: flex;
  padding: 39px 70px 0;
  background-color: #fff; }
  .app-content .header .top .projects-filter, .involved-projects .header .top .projects-filter {
    box-shadow: 2px -2px 4px #ddd, -2px 2px 4px #ddd; }
  .app-content .header .title, .involved-projects .header .title {
    flex: 1;
    font: normal normal bold 25px/34px Nunito Sans; }
  .app-content .header .search, .involved-projects .header .search {
    flex: 0 0 415px; }
  .app-content .header .add, .involved-projects .header .add {
    flex: 1;
    font: 26px/35px Nunito Sans; }
    .app-content .header .add > div, .involved-projects .header .add > div {
      float: right; }
    .app-content .header .add > .dropdown .dropdown-menu, .involved-projects .header .add > .dropdown .dropdown-menu {
      width: 207px;
      height: 202px;
      border-radius: 19px;
      background: #564FD8 0% 0% no-repeat padding-box;
      box-shadow: 0px 0px 20px #00000029;
      padding: 12px 15px; }
      .app-content .header .add > .dropdown .dropdown-menu > div, .involved-projects .header .add > .dropdown .dropdown-menu > div {
        width: 180px;
        height: 44px;
        border-radius: 22px;
        color: #fff;
        display: flex;
        align-items: center;
        margin-top: 10px;
        font-size: 20px;
        cursor: pointer; }
        .app-content .header .add > .dropdown .dropdown-menu > div:hover, .involved-projects .header .add > .dropdown .dropdown-menu > div:hover {
          background: #665EEA 0% 0% no-repeat padding-box;
          font-family: 'Nunito Sans';
          color: #fff; }
        .app-content .header .add > .dropdown .dropdown-menu > div i, .involved-projects .header .add > .dropdown .dropdown-menu > div i {
          font-size: 26px;
          margin-right: 15px;
          margin-left: 20px; }
    .app-content .header .add .icon, .involved-projects .header .add .icon {
      width: 49px;
      height: 45px;
      background: #564FD8 0% 0% no-repeat padding-box;
      border-radius: 17px;
      display: inline-block;
      text-align: center;
      color: #fff;
      cursor: pointer; }
  .app-content .header .title, .app-content .header .add, .involved-projects .header .title, .involved-projects .header .add {
    letter-spacing: 0;
    color: #292934;
    line-height: 45px; }

.app-content .content-body, .involved-projects .content-body {
  height: calc(100% - 120px); }
  .app-content .content-body .top, .involved-projects .content-body .top {
    height: 45px;
    display: flex;
    padding: 0 70px;
    border-bottom: var(--b-gray);
    background-color: #fff; }
    .app-content .content-body .top .toogle-left, .involved-projects .content-body .top .toogle-left {
      height: 37px;
      flex: 0 0 313px;
      border-radius: 3px;
      background-color: #E9EBEF; }
      .app-content .content-body .top .toogle-left div, .app-content .content-body .top .toogle-left a, .involved-projects .content-body .top .toogle-left div, .involved-projects .content-body .top .toogle-left a {
        width: 156px;
        text-align: center;
        float: left;
        line-height: 37px;
        font-weight: bold;
        cursor: pointer;
        border-radius: 3px; }
      .app-content .content-body .top .toogle-left a.active, .involved-projects .content-body .top .toogle-left a.active {
        color: #fff;
        background-color: var(--dark); }
      .app-content .content-body .top .toogle-left .tab-sides-border, .involved-projects .content-body .top .toogle-left .tab-sides-border {
        width: 100%;
        height: 37px;
        display: block; }
      .app-content .content-body .top .toogle-left .toogle-left-active .tab-sides-border, .involved-projects .content-body .top .toogle-left .toogle-left-active .tab-sides-border {
        border: none; }
    .app-content .content-body .top .title-header, .involved-projects .content-body .top .title-header {
      flex: 1; }
      .app-content .content-body .top .title-header div, .involved-projects .content-body .top .title-header div {
        padding: 0 10px; }
        .app-content .content-body .top .title-header div div, .involved-projects .content-body .top .title-header div div {
          line-height: 45px;
          padding: 0 0 0 8px; }
    .app-content .content-body .top .toogle-right, .involved-projects .content-body .top .toogle-right {
      flex: 0 0 100px; }
      .app-content .content-body .top .toogle-right div, .involved-projects .content-body .top .toogle-right div {
        width: 49px;
        text-align: center;
        float: left;
        line-height: 45px;
        font-weight: bold;
        cursor: pointer;
        border-radius: 19px;
        font-size: 20px; }
  .app-content .content-body .top:first-child > div input, .involved-projects .content-body .top:first-child > div input {
    background-color: #EFF1F3; }
  .app-content .content-body .content, .involved-projects .content-body .content {
    height: calc(100% - 45px);
    overflow-y: auto;
    padding: 0 70px; }
  .app-content .content-body .settings .content, .involved-projects .content-body .settings .content {
    padding: 0; }

/***** endregion */
/***** region right-aside */
.right-aside {
  width: 23vw;
  height: 100vh;
  border-left: 1px solid #E9EBEF;
  position: fixed;
  right: 0;
  z-index: 110;
  transition: width 0.2s ease-out; }
  .right-aside .header {
    height: 120px;
    padding: 26px 20px;
    border-bottom: var(--b-gray);
    line-height: 68px; }
    .right-aside .header i {
      font-size: 20px;
      margin-left: 20px;
      position: relative;
      cursor: pointer; }
      .right-aside .header i div {
        width: 18px;
        height: 18px;
        top: -10px;
        right: -8px;
        position: absolute;
        border-radius: 50%;
        text-align: center;
        line-height: 18px;
        font-size: 10px;
        color: #fff;
        background: var(--green) 0% 0% no-repeat padding-box; }
    .right-aside .header .text {
      margin-left: 20px;
      font: 26px/35px Nunito Sans;
      letter-spacing: 0;
      color: #292934; }
    .right-aside .header img {
      width: 68px;
      height: 68px;
      border-radius: 50%;
      cursor: pointer; }
  .right-aside .chat-search {
    padding: 25px 6%; }
    .right-aside .chat-search .search {
      width: 16vw; }
    .right-aside .chat-search .edit {
      width: 49px;
      height: 45px;
      background: #21D0A1 0% 0% no-repeat padding-box;
      border-radius: 17px;
      display: inline-block;
      text-align: center;
      color: #fff;
      cursor: pointer;
      line-height: 45px; }

/***** endregion */
/***** region project */
.project {
  width: calc(100% - 145px - 23vw);
  height: 100%;
  position: absolute;
  top: 0;
  left: 145px;
  box-shadow: 0px 0px 20px #78849E5F;
  background-color: #fff;
  z-index: 100;
  transition: width 0.2s ease-out; }
  .project.ng-enter {
    left: calc(100% - 100px);
    transition: all 0.8s ease-in; }
  .project.ng-enter, .project.ng-leave.ng-leave-active {
    left: calc(100% - 100px); }
  .project.ng-leave {
    left: 145px;
    transition: all 0.8s ease-out; }
  .project.ng-leave, .project.ng-enter.ng-enter-active {
    left: 145px; }
  .project .header {
    height: 135px;
    display: flex;
    padding: 28px 40px 0 48px; }
    .project .header .title {
      font: bold 25px/34px Nunito Sans, sans-serif;
      letter-spacing: 0;
      color: #292934;
      flex: 1;
      padding-right: 40px; }
    .project .header .project-tab {
      display: flex;
      align-items: center;
      height: 37px;
      float: right;
      background-color: #E9EBEF;
      border-radius: 3px;
      border: none; }
      .project .header .project-tab .tab-item {
        padding: 0 15px;
        font: Bold 14px/19px Nunito Sans;
        cursor: pointer;
        position: relative;
        z-index: 2;
        width: 100px;
        text-align: center;
        -webkit-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out; }
        .project .header .project-tab .tab-item.active {
          color: #fff; }
    .project .header .search {
      flex: 0 0 72px;
      padding-left: 23px; }
  .project .second {
    height: 45px;
    padding: 0 40px 0 48px;
    border-bottom: var(--b-gray);
    display: flex; }
    .project .second .toggle-view {
      flex: 0 0 100px;
      height: 37px;
      background: #EFF1F3 0% 0% no-repeat padding-box;
      border-radius: 19px;
      display: flex;
      justify-content: flex-end; }
      .project .second .toggle-view .btn {
        font: bold 14px/19px Nunito Sans;
        padding: 8px 15px; }
      .project .second .toggle-view .btn.active {
        background: #333333 0% 0% no-repeat padding-box; }
  .project .page {
    height: calc(100% - 175px);
    display: flex; }
    .project .page > .dashboard, .project .page > .schedule, .project .page > .medias, .project .page > .members > .files, .project .page > .settings {
      flex: 1; }
    .project .page .schedule {
      position: relative; }
    .project .page .medias {
      position: relative; }
      .project .page .medias .media-search input {
        position: relative;
        width: 8.5vw;
        height: 37px;
        border: none;
        background-color: #EFF1F3;
        border-radius: 3px;
        padding: 0 15px; }
      .project .page .medias .media-search::after {
        content: url("../img/new_svg/search-24px-s.svg");
        position: absolute;
        top: 10px;
        left: 9.4vw; }
      .project .page .medias .files-grid {
        max-height: 100%;
        overflow-y: auto;
        padding-left: 2px; }
      .project .page .medias #mediaUpload {
        border: 2px solid #fff; }
    .project .page .files .directory-path > li > a:hover, .project .page .files .directory-path .nav > li > a:focus {
      background-color: #fff !important; }
    .project .page .files .list .item {
      cursor: pointer;
      position: relative;
      border-bottom: var(--b-gray); }
      .project .page .files .list .item > div {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding-left: 24px;
        border-right: 1px solid var(--gray); }
    .project .page .files .files-content {
      height: 100%;
      overflow-y: auto; }
      .project .page .files .files-content #selectable {
        border: 2px solid #fff; }
    .project .page .members {
      position: relative; }
      .project .page .members .contact-content .contact-grid .item:hover {
        background-color: #fff;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }
      .project .page .members .memberInfo {
        width: 445px;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 10;
        background-color: #fff; }
    .project .page .project-right {
      flex: 0 0 445px;
      height: 100%;
      display: flex;
      flex-direction: column-reverse;
      padding-left: 55px; }
    .project .page .settings {
      display: flex;
      padding-top: 40px; }
      .project .page .settings .project-img {
        flex: 0 0 345px;
        text-align: right;
        position: relative; }
        .project .page .settings .project-img img {
          width: 275px;
          height: 379px;
          border-radius: 17px; }
        .project .page .settings .project-img .photo-cirle {
          width: 34px;
          line-height: 34px;
          height: 34px;
          box-shadow: 0px 3px 6px #00000029;
          top: 362px;
          left: 270px;
          position: absolute;
          border-radius: 17px;
          text-align: center;
          background-color: #fff;
          cursor: pointer; }
      .project .page .settings .project-settings {
        flex: 1;
        padding: 0 40px;
        overflow-y: auto; }
        .project .page .settings .project-settings > .list > .title {
          height: 100px;
          line-height: 160px;
          padding-left: 6px;
          font-size: 26px;
          background-color: #fff;
          border: none; }
        .project .page .settings .project-settings > .list > .item {
          height: 80px;
          display: flex;
          position: relative;
          align-items: center;
          border-bottom: var(--b-gray); }
          .project .page .settings .project-settings > .list > .item .text-name {
            color: #9A9A9A; }
          .project .page .settings .project-settings > .list > .item > div {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            padding-left: 8px; }
            .project .page .settings .project-settings > .list > .item > div .dropdown > .btn.dropdown-toggle {
              font: Bold 14px/19px Nunito Sans;
              color: var(--light-black); }
            .project .page .settings .project-settings > .list > .item > div .dropdown .dropdown-menu > li > a {
              font: Bold 14px/19px Nunito Sans;
              color: var(--light-black); }
            .project .page .settings .project-settings > .list > .item > div > input {
              height: 42px; }
            .project .page .settings .project-settings > .list > .item > div .datePicker ul li > .datepicker > table {
              width: 318px;
              table-layout: fixed; }
            .project .page .settings .project-settings > .list > .item > div i {
              cursor: pointer; }
            .project .page .settings .project-settings > .list > .item > div .fa-pen, .project .page .settings .project-settings > .list > .item > div .fa-eye {
              display: none; }
        .project .page .settings .project-settings > .list > .item:hover > div .fa-pen, .project .page .settings .project-settings > .list > .item:hover > div .fa-eye {
          display: inline-block; }
        .project .page .settings .project-settings > .list > a, .project .page .settings .project-settings > .list > a:hover, .project .page .settings .project-settings > .list > a:focus, .project .page .settings .project-settings > .list > a:active, .project .page .settings .project-settings > .list > a:visited {
          color: #fff; }

/***** endregion */
/***** region 通用css: search; list; files list/grid;*/
/***** region search */
.app-content .search, .right-aside .search, .project .search {
  position: relative; }
  .app-content .search span:after, .right-aside .search span:after, .project .search span:after {
    content: url("../img/icon/search.png");
    position: absolute;
    top: 7px;
    left: 14px; }
  .app-content .search input, .right-aside .search input, .project .search input {
    width: 100%;
    height: 45px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: none;
    border-radius: 17px;
    padding-left: 14px;
    position: absolute; }
  .app-content .search input:focus, .app-content .search input.ng-not-empty, .right-aside .search input:focus, .right-aside .search input.ng-not-empty, .project .search input:focus, .project .search input.ng-not-empty {
    z-index: 1; }

/***** endregion */
/***** region list */
.app-content .list, .projects .list, .members .list {
  padding: 0 30px 20px; }
  .app-content .list .item, .projects .list .item, .members .list .item {
    height: 80px;
    display: flex;
    position: relative;
    cursor: pointer;
    align-items: center; }
    .app-content .list .item.list-header, .projects .list .item.list-header, .members .list .item.list-header {
      height: 40px; }
    .app-content .list .item > div, .projects .list .item > div, .members .list .item > div {
      height: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      padding-left: 24px;
      border-left: var(--b-gray); }
    .app-content .list .item > div:last-child .fa-eye, .projects .list .item > div:last-child .fa-eye, .members .list .item > div:last-child .fa-eye {
      line-height: 80px;
      display: none; }
    .app-content .list .item:hover, .app-content .list .item.active, .projects .list .item:hover, .projects .list .item.active, .members .list .item:hover, .members .list .item.active {
      background-color: #fff; }
      .app-content .list .item:hover > div:last-child .fa-eye, .app-content .list .item.active > div:last-child .fa-eye, .projects .list .item:hover > div:last-child .fa-eye, .projects .list .item.active > div:last-child .fa-eye, .members .list .item:hover > div:last-child .fa-eye, .members .list .item.active > div:last-child .fa-eye {
        display: block; }
    .app-content .list .item.list-header:hover, .projects .list .item.list-header:hover, .members .list .item.list-header:hover {
      background-color: inherit; }

.projects > .projects-content .list, .contacts > .contact-content .list, .projectsFiles .projectsFiles-content .list, .project .page .list, .template .list {
  height: 100%;
  padding: 0; }
  .projects > .projects-content .list .title, .contacts > .contact-content .list .title, .projectsFiles .projectsFiles-content .list .title, .project .page .list .title, .template .list .title {
    display: flex;
    border-left: var(--b-gray);
    background: #EFF1F3 0% 0% no-repeat padding-box; }
    .projects > .projects-content .list .title div, .contacts > .contact-content .list .title div, .projectsFiles .projectsFiles-content .list .title div, .project .page .list .title div, .template .list .title div {
      height: 39px;
      padding-left: 24px;
      font: Bold 14px/39px Nunito Sans;
      color: var(--light-black);
      border-right: 1px solid var(--gray); }
  .projects > .projects-content .list .body, .contacts > .contact-content .list .body, .projectsFiles .projectsFiles-content .list .body, .project .page .list .body, .template .list .body {
    height: calc(100% - 37px);
    overflow-y: auto; }
    .projects > .projects-content .list .body .item, .contacts > .contact-content .list .body .item, .projectsFiles .projectsFiles-content .list .body .item, .project .page .list .body .item, .template .list .body .item {
      height: 76px;
      line-height: 76px;
      display: flex; }
    .projects > .projects-content .list .body .item.active:before, .contacts > .contact-content .list .body .item.active:before, .projectsFiles .projectsFiles-content .list .body .item.active:before, .project .page .list .body .item.active:before, .template .list .body .item.active:before {
      font-family: 'Font Awesome 5 Pro';
      font-weight: 900;
      font-size: 20px;
      content: '\f0da';
      color: var(--blue);
      position: absolute;
      left: 30px; }
    .projects > .projects-content .list .body .item.active.favorite:before, .contacts > .contact-content .list .body .item.active.favorite:before, .projectsFiles .projectsFiles-content .list .body .item.active.favorite:before, .project .page .list .body .item.active.favorite:before, .template .list .body .item.active.favorite:before {
      left: 20px; }
.projects > .projects-content .cos-list .title > div, .projects > .projects-content .pos-list .title > div, .contacts > .contact-content .cos-list .title > div, .contacts > .contact-content .pos-list .title > div, .projectsFiles .projectsFiles-content .cos-list .title > div, .projectsFiles .projectsFiles-content .pos-list .title > div, .project .page .cos-list .title > div, .project .page .pos-list .title > div, .template .cos-list .title > div, .template .pos-list .title > div {
  cursor: pointer; }
.projects > .projects-content .nv-file-over .list .title, .contacts > .contact-content .nv-file-over .list .title, .projectsFiles .projectsFiles-content .nv-file-over .list .title, .project .page .nv-file-over .list .title, .template .nv-file-over .list .title {
  background-color: var(--light-background-blue); }

.projectsFiles .projectsFiles-content .files > .directory-path {
  padding-left: 47px; }
.projectsFiles .projectsFiles-content .files .list > .title > div:first-child {
  padding-left: 47px; }
.projectsFiles .projectsFiles-content .files .body > div > div:first-child {
  padding-left: 47px; }

/***** endregion list */
/***** region files list/grid */
.projectsFiles .projectsFiles-content .files, .project .page .files {
  width: 100%;
  flex: 1; }
  .projectsFiles .projectsFiles-content .files > .directory-path, .project .page .files > .directory-path {
    height: 68px;
    display: flex;
    align-items: center;
    font-weight: 600; }
    .projectsFiles .projectsFiles-content .files > .directory-path a, .project .page .files > .directory-path a {
      padding: 10px 0; }
    .projectsFiles .projectsFiles-content .files > .directory-path > li > a:hover, .projectsFiles .projectsFiles-content .files > .directory-path .nav > li > a:focus, .project .page .files > .directory-path > li > a:hover, .project .page .files > .directory-path .nav > li > a:focus {
      background-color: #f5f5f5; }
  .projectsFiles .projectsFiles-content .files .list .item, .project .page .files .list .item {
    font: bold 16px/76px Nunito Sans; }
    .projectsFiles .projectsFiles-content .files .list .item.folder, .project .page .files .list .item.folder {
      border: 1px solid var(--gray);
      background-color: #fff; }
    .projectsFiles .projectsFiles-content .files .list .item.nv-file-over, .project .page .files .list .item.nv-file-over {
      border: 1px solid rgba(0, 122, 255, 0.7);
      background-color: var(--light-background-blue); }
    .projectsFiles .projectsFiles-content .files .list .item.ui-selected, .projectsFiles .projectsFiles-content .files .list .item.ui-selecting, .project .page .files .list .item.ui-selected, .project .page .files .list .item.ui-selecting {
      background-color: var(--light-background-blue); }
  .projectsFiles .projectsFiles-content .files .list .bg-white, .project .page .files .list .bg-white {
    background-color: #fff; }
  .projectsFiles .projectsFiles-content .files #selectable, .project .page .files #selectable {
    height: 100%;
    padding: 0;
    border: 2px solid #fff; }
    .projectsFiles .projectsFiles-content .files #selectable.nv-file-over, .project .page .files #selectable.nv-file-over {
      border: 2px solid rgba(0, 122, 255, 0.7);
      background-color: var(--light-background-blue); }
    .projectsFiles .projectsFiles-content .files #selectable > div, .project .page .files #selectable > div {
      height: 100%; }
.projectsFiles .projectsFiles-content .file_row_index_one, .project .page .file_row_index_one {
  margin-left: 48px; }

.fileDragOver.nv-file-over {
  border: 2px solid rgba(0, 122, 255, 0.7);
  background-color: var(--light-background-blue); }
  .fileDragOver.nv-file-over .files-grid .item:before:not(.folder), .fileDragOver.nv-file-over .files-grid .item.globalUpload:before {
    content: '';
    width: 198px;
    height: 240px;
    position: absolute;
    clear: both;
    background-color: #6ba1ff;
    opacity: 0.3;
    border-radius: 4px; }
.fileDragOver .files-grid {
  display: flex;
  flex-flow: wrap; }
  .fileDragOver .files-grid .item {
    width: 198px;
    height: 240px;
    cursor: pointer;
    margin-bottom: 27px;
    border: 1px solid var(--light-gray-DDD);
    border-radius: 4px;
    position: relative; }
    .fileDragOver .files-grid .item .img_part {
      width: 196px;
      height: 200px;
      font-size: 80px;
      display: flex;
      justify-content: center;
      align-items: center;
      overflow: hidden;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
      background-size: cover; }
    .fileDragOver .files-grid .item .document-name {
      width: 100%;
      line-height: 38px;
      font-size: 16px;
      text-align: center;
      padding: 0 10px;
      border-bottom-right-radius: 4px;
      border-bottom-left-radius: 4px; }
  .fileDragOver .files-grid .item.ui-selected .document-name, .fileDragOver .files-grid .item.ui-selecting .document-name {
    background-color: var(--light-background-blue); }
  .fileDragOver .files-grid .ui-widget-content {
    background: inherit; }
    .fileDragOver .files-grid .ui-widget-content:hover {
      background-color: #fff; }
  .fileDragOver .files-grid .item.folder {
    background-color: #fff; }
  .fileDragOver .files-grid .folder.nv-file-over {
    border: 1px solid rgba(0, 122, 255, 0.7);
    background-color: var(--light-background-blue); }

.p-l-47 {
  padding-left: 47px; }

/***** endregion */
/***** region contacts page */
.contacts {
  height: 100%; }
  .contacts .contact-content .contact-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0 0; }
    .contacts .contact-content .contact-grid .item {
      width: 216px;
      height: 263px;
      background-color: #ECEEF0;
      border-radius: 17px;
      padding: 25px 30px;
      margin-bottom: 30px;
      position: relative;
      cursor: pointer;
      box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 15px; }
    .contacts .contact-content .contact-grid .item.bg-white, .contacts .contact-content .contact-grid .item:hover {
      background-color: #fff; }

.contact-right {
  width: 445px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transition: right 0.5s ease-in-out;
  box-shadow: 0px 0px 20px #78849E5F;
  background-color: #fff;
  z-index: 1000;
  display: flex;
  /* The starting CSS styles for the enter animation */
  /* The finishing CSS styles for the enter animation */
  /* The starting CSS styles for the enter animation */
  /* The finishing CSS styles for the enter animation */ }
  .contact-right .btn-action {
    height: 45px;
    border-radius: 23px;
    color: #fff;
    line-height: 45px;
    font-weight: bold;
    display: inline-block; }
  .contact-right .close-right {
    width: 49px;
    height: 49px;
    position: absolute;
    top: 35px;
    left: -24px;
    z-index: 1;
    line-height: 55px;
    text-align: center;
    background-color: #fff;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0px 3px 6px #00000029; }
  .contact-right .contact-right-top {
    width: 100%;
    height: 552px;
    text-align: center;
    border-bottom: var(--b-gray); }
    .contact-right .contact-right-top .title {
      padding-top: 42px;
      color: #292934;
      text-align: center;
      font: 26px/35px Nunito Sans; }
    .contact-right .contact-right-top .img {
      position: relative;
      margin-top: 26px; }
      .contact-right .contact-right-top .img img {
        width: 271px;
        height: 271px;
        border-radius: 50%; }
      .contact-right .contact-right-top .img .favorite-icon {
        width: 46px;
        height: 46px;
        background-color: var(--gray);
        position: absolute;
        top: 245px;
        left: 200px;
        z-index: 10;
        border-radius: 50%;
        line-height: 49px;
        text-align: center;
        cursor: pointer; }
        .contact-right .contact-right-top .img .favorite-icon i {
          color: var(--light-gray); }
        .contact-right .contact-right-top .img .favorite-icon.favorite {
          background-color: var(--blue); }
          .contact-right .contact-right-top .img .favorite-icon.favorite i {
            color: #fff; }
    .contact-right .contact-right-top .text-name {
      margin-top: 43px;
      font: 26px/16px Nunito Sans;
      color: var(--dark); }
    .contact-right .contact-right-top .text-email {
      font: 16px/22px Nunito Sans;
      color: #564FD8;
      margin-top: 37px; }
  .contact-right .detail {
    padding: 0 40px 50px 33px; }
    .contact-right .detail .item {
      height: 80px;
      line-height: 80px;
      padding-left: 24px;
      font-size: 18px;
      display: flex;
      border-bottom: var(--b-gray); }
      .contact-right .detail .item .title {
        flex: 0 0 100px;
        color: #9A9A9A; }
      .contact-right .detail .item .text {
        flex: 1;
        font-weight: bold; }
    .contact-right .detail .send-message {
      width: 100%;
      margin-top: 72px;
      text-align: center;
      display: flex;
      justify-content: center; }
  .contact-right.active-involved {
    right: calc(100% - 590px); }
  .contact-right.ng-enter {
    transition: all 0.5s ease-in-out;
    right: -470px; }
  .contact-right.ng-enter.ng-enter-active {
    right: 0; }
  .contact-right.ng-leave {
    transition: all 0.5s ease-in-out;
    right: 0; }
  .contact-right.ng-leave.ng-leave-active {
    right: -470px; }
  .contact-right.active-involved.ng-enter {
    transition: all 0.5s ease-in-out;
    right: -470px; }
  .contact-right.active-involved.ng-enter.ng-enter-active {
    right: calc(100% - 590px); }
  .contact-right.active-involved.ng-leave {
    transition: all 0.5s ease-in-out;
    right: calc(100% - 590px); }
  .contact-right.active-involved.ng-leave.ng-leave-active {
    right: -470px; }

.involved-projects {
  width: calc(100% - 590px);
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1001;
  background-color: #fff;
  /* The starting CSS styles for the enter animation */
  /* The finishing CSS styles for the enter animation */ }
  .involved-projects .close-right {
    width: 49px;
    height: 49px;
    position: absolute;
    top: 35px;
    left: -24px;
    line-height: 55px;
    text-align: center;
    background-color: #fff;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0px 3px 6px #00000029; }
  .involved-projects.ng-enter {
    width: 0;
    opacity: 0;
    transition: all 0.5s ease-in-out; }
  .involved-projects.ng-enter.ng-enter-active {
    opacity: 1;
    width: calc(100% - 590px); }
  .involved-projects.ng-leave {
    opacity: 1;
    width: calc(100% - 590px);
    transition: all 0.5s ease-in-out; }
  .involved-projects.ng-leave.ng-leave-active {
    opacity: 0;
    width: 0; }

/***** endregion */
/***** region projects page */
.projects {
  height: 100%; }
  .projects .projects-content .projects-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0 0; }
    .projects .projects-content .projects-grid .item {
      width: 220px;
      height: 330px;
      border-radius: 17px;
      margin-bottom: 30px;
      position: relative;
      cursor: pointer; }
  .projects .projects-content .list .item > div > div {
    padding-left: 8px; }

/***** endregion */
/***** region projectsFiles page */
.projectsFiles {
  height: 100%; }
  .projectsFiles .projectsFiles-content {
    display: flex; }
    .projectsFiles .projectsFiles-content .projectList {
      flex: 0 0 316px;
      overflow-y: auto;
      border-right: var(--b-gray); }
      .projectsFiles .projectsFiles-content .projectList .item {
        padding-left: 33px; }
      .projectsFiles .projectsFiles-content .projectList .item.active:before {
        content: '';
        width: 12px;
        height: 68px;
        background-color: var(--blue);
        position: absolute;
        left: 0; }
    .projectsFiles .projectsFiles-content .projectList .item, .projectsFiles .projectsFiles-content .files .list .item {
      height: 68px;
      line-height: 68px;
      position: relative;
      cursor: pointer;
      font-family: "Nunito Sans"; }
    .projectsFiles .projectsFiles-content .projectList .item.active, .projectsFiles .projectsFiles-content .files .list .item.active {
      background-color: #fff; }

/***** endregion */
/***** region profile */
.profile.contact-right .contact-right-top {
  height: 400px;
  border: none; }
  .profile.contact-right .contact-right-top .img {
    width: 100%;
    background-color: #F4F5F5;
    padding: 25px 0 30px; }
    .profile.contact-right .contact-right-top .img .fa-pen {
      display: none; }
    .profile.contact-right .contact-right-top .img:hover .fa-pen {
      display: block; }
    .profile.contact-right .contact-right-top .img .camera-icon {
      width: 30px;
      height: 30px;
      background-color: #fff;
      margin: 25px auto;
      position: absolute;
      top: 152px;
      left: 208px;
      z-index: 10;
      border-radius: 50%;
      line-height: 32px;
      text-align: center;
      cursor: pointer;
      box-shadow: 0px 3px 6px #00000029; }
.profile.contact-right .detail {
  width: 445px; }
  .profile.contact-right .detail .text-right i {
    cursor: pointer;
    display: none; }
  .profile.contact-right .detail .item:hover i, .profile.contact-right .detail .skills:hover i {
    display: unset; }
  .profile.contact-right .detail input {
    border-radius: 17px;
    font-size: 18px;
    border-color: #eaeaea; }

/***** endregion profile */
/***** region settings */
.settings {
  height: 100%; }
  .settings .project-details .list, .settings .folder-type .list, .settings .folder-type-details .list, .settings .schedule .list, .settings .modal-body .list {
    padding: 0 !important;
    line-height: 80px; }
    .settings .project-details .list .item, .settings .folder-type .list .item, .settings .folder-type-details .list .item, .settings .schedule .list .item, .settings .modal-body .list .item {
      border-bottom: var(--b-gray);
      cursor: pointer;
      font-weight: bold; }
      .settings .project-details .list .item > div, .settings .folder-type .list .item > div, .settings .folder-type-details .list .item > div, .settings .schedule .list .item > div, .settings .modal-body .list .item > div {
        border-left: 0; }
      .settings .project-details .list .item .edit-name, .settings .folder-type .list .item .edit-name, .settings .folder-type-details .list .item .edit-name, .settings .schedule .list .item .edit-name, .settings .modal-body .list .item .edit-name {
        height: 50px;
        flex: 50;
        border-radius: 14px;
        background-color: #fff;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
        margin-left: 2px; }
      .settings .project-details .list .item .dropdown .dropdown-toggle, .settings .folder-type .list .item .dropdown .dropdown-toggle, .settings .folder-type-details .list .item .dropdown .dropdown-toggle, .settings .schedule .list .item .dropdown .dropdown-toggle, .settings .modal-body .list .item .dropdown .dropdown-toggle {
        background-color: #fff;
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3); }
      .settings .project-details .list .item .dropdown .dropdown-menu, .settings .folder-type .list .item .dropdown .dropdown-menu, .settings .folder-type-details .list .item .dropdown .dropdown-menu, .settings .schedule .list .item .dropdown .dropdown-menu, .settings .modal-body .list .item .dropdown .dropdown-menu {
        top: 67px; }
      .settings .project-details .list .item .editIcon > i, .settings .folder-type .list .item .editIcon > i, .settings .folder-type-details .list .item .editIcon > i, .settings .schedule .list .item .editIcon > i, .settings .modal-body .list .item .editIcon > i {
        color: var(--blue);
        margin-right: 10px;
        cursor: pointer; }
    .settings .project-details .list .item:hover, .settings .folder-type .list .item:hover, .settings .folder-type-details .list .item:hover, .settings .schedule .list .item:hover, .settings .modal-body .list .item:hover {
      background-color: #fff; }
  .settings _fake-hidden, .settings .modal-body .list .item .editIcon {
    opacity: 0;
    pointer-events: none; }
  .settings .modal-body .list .item {
    padding-left: 10px; }
    .settings .modal-body .list .item .editIcon.visible {
      opacity: 1;
      pointer-events: auto; }
  .settings .modal-body .list .item:hover {
    cursor: default; }
    .settings .modal-body .list .item:hover .editIcon {
      opacity: 1;
      pointer-events: auto; }
  .settings .folder-type-details .list .item {
    padding-left: 45px; }

/***** endregion */
/**** region bids */
.bids .content .bidsItem, .bidInfo .page .bidsItem {
  height: 157px;
  padding: 18px;
  box-shadow: 0px 0px 5px #00000029;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 10px;
  margin: 15px auto;
  display: flex; }
  .bids .content .bidsItem .thumbnail, .bidInfo .page .bidsItem .thumbnail {
    width: 120px;
    margin-bottom: 0;
    border: none;
    border-radius: 17px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
  .bids .content .bidsItem .text-block, .bidInfo .page .bidsItem .text-block {
    width: calc(100% - 300px);
    height: 100%;
    padding-left: 25px;
    position: relative; }
@media (max-width: 1554px) {
  .bids .content .bidsItem, .bids .content label, .bids .content .bidList, .bidInfo .page .bidsItem, .bidInfo .page label, .bidInfo .page .bidList {
    width: 867px; } }
@media (min-width: 1555px) {
  .bids .content .bidsItem, .bids .content label, .bids .content .bidList, .bidInfo .page .bidsItem, .bidInfo .page label, .bidInfo .page .bidList {
    width: 967px; } }

.bids {
  height: 100%; }
  .bids .content {
    height: calc(100% - 75px); }

.bidInfo {
  width: calc(100% - 145px - 23vw);
  height: 100%;
  position: absolute;
  top: 0;
  left: 145px;
  box-shadow: 0px 0px 20px #78849E5F;
  background-color: #fff;
  z-index: 100;
  transition: width 0.2s ease-out; }
  .bidInfo.ng-enter {
    left: calc(100% - 100px);
    transition: all 0.8s ease-in; }
  .bidInfo.ng-enter, .bidInfo.ng-leave.ng-leave-active {
    left: calc(100% - 100px); }
  .bidInfo.ng-leave {
    left: 145px;
    transition: all 0.8s ease-out; }
  .bidInfo.ng-leave, .bidInfo.ng-enter.ng-enter-active {
    left: 145px; }
  .bidInfo .page {
    height: 100%;
    background: #F4F5F5 0% 0% no-repeat padding-box;
    display: flex;
    flex-direction: column; }
    .bidInfo .page > label {
      margin: 15px auto; }
    .bidInfo .page .bidList {
      height: calc(100% - 236px);
      display: flex;
      margin: 0 auto;
      box-shadow: 0px 0px 5px #00000029;
      background: #FFFFFF 0% 0% no-repeat padding-box;
      border-radius: 10px;
      flex-direction: column;
      overflow-y: auto; }
      .bidInfo .page .bidList .bidLogList {
        width: 100%;
        border-bottom: 1px solid #ddd;
        position: relative; }

/***** endregion */
/***** region *****/
.toggle-list-grid-view {
  background-color: #E9EBEF;
  height: 37px; }
  .toggle-list-grid-view .btn {
    height: 37px;
    border: none;
    border-radius: 3px;
    color: var(--light-black); }
    .toggle-list-grid-view .btn.active {
      color: #fff;
      background-color: #303742; }

/***** endregion ******/
/***** region modal */
.modal-dialog .modal-content .modal-body {
  background-color: #f4f5f5; }
  .modal-dialog .modal-content .modal-body.create-project .create-project-step-title {
    font-size: 26px;
    color: var(--dark);
    margin: 15px 0 30px; }
  .modal-dialog .modal-content .modal-body.create-project form .form-group {
    margin-bottom: 30px; }
    .modal-dialog .modal-content .modal-body.create-project form .form-group input.form-control {
      height: 50px;
      font-size: 18px;
      font-weight: 600; }
    .modal-dialog .modal-content .modal-body.create-project form .form-group #selectSchedule .ui-select-toggle {
      height: 50px;
      background-color: #fff;
      border: none;
      border-radius: 14px;
      font-weight: 600;
      color: #000;
      font-size: 18px; }
      .modal-dialog .modal-content .modal-body.create-project form .form-group #selectSchedule .ui-select-toggle .ui-select-match-text span {
        line-height: 38px; }
    .modal-dialog .modal-content .modal-body.create-project form .form-group #selectSchedule .ui-select-choices {
      border-radius: 19px;
      padding: 0;
      border: none; }
      .modal-dialog .modal-content .modal-body.create-project form .form-group #selectSchedule .ui-select-choices .ui-select-choices-row .ui-select-choices-row-inner {
        height: 40px; }
        .modal-dialog .modal-content .modal-body.create-project form .form-group #selectSchedule .ui-select-choices .ui-select-choices-row .ui-select-choices-row-inner > div {
          line-height: 34px; }
      .modal-dialog .modal-content .modal-body.create-project form .form-group #selectSchedule .ui-select-choices .ui-select-choices-row.active .ui-select-choices-row-inner {
        background-color: #564FD8; }
  .modal-dialog .modal-content .modal-body.create-project form .list .showAccess .item {
    display: flex;
    height: 50px;
    align-items: center;
    cursor: pointer; }
    .modal-dialog .modal-content .modal-body.create-project form .list .showAccess .item:hover {
      color: #fff;
      background-color: var(--blue); }
    .modal-dialog .modal-content .modal-body.create-project form .list .showAccess .item:first-child {
      border-radius: 19px 19px 0 0; }
    .modal-dialog .modal-content .modal-body.create-project form .list .showAccess .item:last-child {
      border-radius: 0 0 19px 19px; }
  .modal-dialog .modal-content .modal-body.create-project form .title {
    display: flex;
    height: 24px; }
    .modal-dialog .modal-content .modal-body.create-project form .title > div {
      font-size: 13px; }
  .modal-dialog .modal-content .modal-body.create-project form .list {
    height: 200px;
    background-color: #fff;
    border-radius: 19px;
    overflow-y: auto; }
    .modal-dialog .modal-content .modal-body.create-project form .list .item {
      display: flex;
      height: 50px;
      align-items: center;
      cursor: pointer;
      padding-top: 5px; }
      .modal-dialog .modal-content .modal-body.create-project form .list .item .showAccess {
        width: 120px;
        position: absolute;
        border-radius: 19px;
        background-color: #fff;
        box-shadow: 0px 0px 20px #E2E3E5;
        z-index: 10; }
        .modal-dialog .modal-content .modal-body.create-project form .list .item .showAccess .item {
          padding: 0 15px; }
  .modal-dialog .modal-content .modal-body .form-group {
    margin-bottom: 30px; }
    .modal-dialog .modal-content .modal-body .form-group input.form-control {
      height: 50px;
      font-size: 18px;
      font-weight: 600; }
    .modal-dialog .modal-content .modal-body .form-group .ui-select-toggle {
      height: 50px;
      background-color: #fff;
      border: none;
      border-radius: 14px;
      font-weight: 600;
      color: #000;
      font-size: 18px; }
      .modal-dialog .modal-content .modal-body .form-group .ui-select-toggle .ui-select-match-text span {
        line-height: 38px; }
    .modal-dialog .modal-content .modal-body .form-group .ui-select-choices {
      border-radius: 19px;
      padding: 0; }
      .modal-dialog .modal-content .modal-body .form-group .ui-select-choices .ui-select-choices-row .ui-select-choices-row-inner {
        height: 40px; }
        .modal-dialog .modal-content .modal-body .form-group .ui-select-choices .ui-select-choices-row .ui-select-choices-row-inner > div {
          line-height: 34px; }
      .modal-dialog .modal-content .modal-body .form-group .ui-select-choices .ui-select-choices-row.active .ui-select-choices-row-inner {
        background-color: #564FD8;
        color: #fff; }
    .modal-dialog .modal-content .modal-body .form-group #showContacts {
      width: 100%;
      border-radius: 19px;
      background-color: #fff;
      box-shadow: 0px 0px 20px #E2E3E5; }
      .modal-dialog .modal-content .modal-body .form-group #showContacts .item {
        display: flex;
        height: 50px;
        align-items: center;
        cursor: pointer; }
        .modal-dialog .modal-content .modal-body .form-group #showContacts .item:hover {
          color: #fff;
          background-color: var(--blue); }
        .modal-dialog .modal-content .modal-body .form-group #showContacts .item:first-child {
          border-radius: 19px 19px 0 0; }
        .modal-dialog .modal-content .modal-body .form-group #showContacts .item:last-child {
          border-radius: 0 0 19px 19px; }
  .modal-dialog .modal-content .modal-body .datePicker > ul > li:last-child {
    padding: 0 20px 30px !important; }
  .modal-dialog .modal-content .modal-body .datePicker ul li > .datepicker > table {
    width: 318px;
    table-layout: fixed; }
    .modal-dialog .modal-content .modal-body .datePicker ul li > .datepicker > table > tbody > tr > td > .btn.btn-danger > .text-danger {
      color: #fff; }
  .modal-dialog .modal-content .modal-body .modal-footer-btn {
    display: flex;
    align-items: center;
    font-weight: 600; }
    .modal-dialog .modal-content .modal-body .modal-footer-btn .btn {
      height: 58px;
      border-radius: 29px; }
    .modal-dialog .modal-content .modal-body .modal-footer-btn .btn-cancel {
      width: 122px;
      border: 2px solid #E9EBEF;
      background-color: #f4f5f5;
      color: #D0D0D0; }
    .modal-dialog .modal-content .modal-body .modal-footer-btn .modal-footer-step {
      flex: 1;
      font-size: 13px;
      letter-spacing: 0;
      color: var(--dark);
      text-align: center; }
    .modal-dialog .modal-content .modal-body .modal-footer-btn .btn-action {
      width: 160px;
      background-color: #564FD8;
      color: #fff; }
  .modal-dialog .modal-content .modal-body .modal-footer-btn-sm {
    display: flex;
    align-items: center; }
    .modal-dialog .modal-content .modal-body .modal-footer-btn-sm .btn {
      height: 34px;
      border-radius: 20px; }
    .modal-dialog .modal-content .modal-body .modal-footer-btn-sm .btn-cancel {
      width: 100px;
      border: 2px solid #E9EBEF;
      background-color: #f4f5f5;
      color: #D0D0D0; }
    .modal-dialog .modal-content .modal-body .modal-footer-btn-sm .modal-footer-step {
      flex: 1;
      font-size: 13px;
      letter-spacing: 0;
      color: var(--dark);
      text-align: center; }
    .modal-dialog .modal-content .modal-body .modal-footer-btn-sm .btn-action {
      min-width: 100px;
      background-color: #564FD8;
      color: #fff;
      padding: 6px 18px; }

/***** endregion modal */
@media (max-width: 1279px) {
  .app-content {
    width: calc(100vw - 98px - 120px);
    min-width: 982px; }

  .right-aside {
    width: 120px; }

  .project, .bidInfo {
    width: calc(100% - 145px - 120px);
    min-width: 935px; }

  .chat-search .fa-times {
    left: 85px !important; } }
