/* mobile */

.comp .links-wrapper a {
  display: none;
}

.mobile .links-wpapper {
  display: flex;
}

.mobile  .about-user {
  margin-bottom: 30px;
}

.module  .about-user {
  margin-bottom: 30px;
}



::-webkit-scrollbar { /* chrome based */
  width: 0px; /* ширина scrollbar'a */
  background: transparent; /* опционально */
}


.mobile .profile {
  height: 100vh;
}

/* mobile */

.profile {
  background-color: #f7f8f9;
  padding: 20px;
  height: 95vh;
  overflow: auto;
}
.about-user {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 70px;
}
.profile-user-photo {
  width: 80px;
  height: 80px;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
  border-radius: 100%;
  cursor: pointer;
}
.profile .user-name {
  font-size: 14px;
  margin-bottom: 10px;
}
.user-mail {
  margin-bottom: 30px;
  font-size: 12px;
  color: #8d8d8d;
}
.about-user .c-chat {
  margin: 0 15px;
}
.user-social {
  margin-bottom: 40px;
}
.user-social-title,
.media-title {
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 10px;
}
.user-social-block {
  background: white;
  min-height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
}
.user-social-block .c-chat {
  width: 16px;
  text-align: center;
  margin-right: 20px;
}
.user-social-name,
.mediafile-desc {
  font-size: 12px;
  color: #8d8d8d;
  font-weight: 600;
}
.media-header {
  display: flex;
  justify-content: space-between;
}
.media-descr {
  font-size: 8px;
  color: #8d8d8d;
}
.media-item {
  padding: 10px;
  background: white;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.mediafile {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pdf {
  background-color: #ff908c;
}
.zip {
  background-color: #58c4c9;
}
.doc {
  background-color: #73a4e9;
}
.mediafile span {
  color: white;
  font-size: 8px;
  font-weight: 600;
}
.c-chat {
  color: #bacbe3;
  cursor: pointer;
}
.hover-link:hover {
  color: #6328f8;
}
::-webkit-scrollbar {
  /* chrome based */
  width: 0px; /* ширина scrollbar'a */
  background: transparent; /* опционально */
}

.user-folders-block {
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
}

.user-folders-block  .c-chat {
  width: 16px;
  text-align: center;
  margin-right: 20px;
  cursor: pointer;
}

.user-folders-block .user-social-name {
  cursor: pointer;
}


/*folders*/



.user-add-folder  {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  padding: 15px 20px;
  margin-bottom: 30px;
  cursor: pointer;
}
.user-add-folder div {
  color: #8d8d8d;
  transition: 0.3s ease;
}
.user-add-folder i {
  transition: 0.3s ease;
}

.user-add-folder div:hover  {
  color: #4c567d;
}

.user-add-folder:hover i  {
  color: #4c567d;
}

.user-add-btn {
  margin-left: 20px;
  font-size: 14px;
  color: #4c567d;
  font-weight: 600;
}


/** категории */


.user-social-title,
.media-title {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 10px;
}
.user-folder {
  margin-top: 30px;
}

.user-folder-link {
  padding: 10px 0px;
  font-size: 14px;
  cursor: pointer;
}

.user-folders-blocks {
  background-color: #fff;
  max-height: 130px;
  overflow: auto;
}

.user-folders-blocks ul li {
  list-style: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  color: #8d8d8d;
  transition: 0.3s ease;
}

.list-item-wrapper:hover {
  color: #4c567d;
  border-bottom: 1px solid #4c567d;
}

.list-item-wrapper:hover i {
  color: #4c567d;
}

.list-item-wrapper i {
  transition: 0.3s ease;
}

.list-item-wrapper {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  align-items: center;
  transition: 0.3s ease;
}

.list-item-wrapper i {
  margin-right: 20px;
  margin-left: 10px;
  font-size: 16px;
}

.list-folders {
  display: flex;
  justify-content: space-between;
}

.delete-folder {
  width: 40px;
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  transition: 0.3s ease;
  font-size: 16px;
  text-replace: 0.3s ease;
}

.delete-folder:hover {
  border-bottom: 1px solid darkred;
  color: darkred;
}

.delete-folder:hover .c-chat {
  color: darkred;
}

.user-folders {
  margin: 30px 0px;
}

.user-folders-title {
  margin-bottom: 10px;
}

.folders-content {
  height: 100vh;
  overflow: auto;
}

.user-social-title {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 10px;
  color: #4c567d;
}

.user-social-name {
  font-size: 14px;
  font-weight: 600;
  color: #8d8d8d;
}
/***/

.module  .profile {
  height: calc(100vh - 172px);
}

@media  (max-width: 414px) {
  .module  .profile {
    height: calc(100vh - 50px);
  }
}
