*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:active,
:focus,
:hover,
a:active,
a:hover {
  outline: 0;
}
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
code,
img,
b,
u,
i,
center,
table,
tr,
th,
td,
video {
  margin: 0;
  padding: 0;
  border: 0;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  font-family: roboto, Helvetica neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  color: #212121;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.no-scroll {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
.d-hide,
.hidden,
.hide,
[hidden],
template {
  display: none!important;
}
/* Total scrollbar container */
::-webkit-scrollbar {
  width: 8px;
  /* width for vertical scrollbar */
  height: 8px;
  /* height for horizontal scrollbar */
}
/* Scrollbar track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* light gray background */
  border-radius: 10px;
  /* rounded corners */
}
/* Scrollbar handle */
::-webkit-scrollbar-thumb {
  background: #dadada;
  /* darker gray */
  border-radius: 4px;
}
/* Scrollbar handle hover */
::-webkit-scrollbar-thumb:hover {
  background: #cbcbcb;
  /* even darker on hover */
}
.btn {
  display: inline-flex;
  border: none;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  background-image: none;
  background-color: transparent;
  color: transparent;
  cursor: pointer;
  user-select: none;
  box-sizing: border-box;
  height: 30px;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  padding: 0 20px;
  border-radius: 0;
  text-decoration: none;
  outline: none;
  font-family: 'Helvetica', Arial, sans-serif;
  transition: background-color, color, border-color, box-shadow;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  gap: 16px;
}
.btn:active,
.select select:active {
  box-shadow: 0 2px 0 #566676 inset;
}
.btn:hover,
a,
a:hover {
  text-decoration: none;
  cursor: pointer;
}
body {
  background: #F3F3F3;
}
.d-wrap {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  background: #f2f2f2;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  min-height: 80px;
}
.d-header {
  position: sticky;
  top: 0;
  height: 60px;
  background: #FCFCFC;
  width: 970px;
  z-index: 30;
}
a {
  background: 0 0;
  color: inherit;
}
.d-header-wrap {
  height: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
}
.d-header-wrap .header-title {
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
}
.d-header-wrap .header-tools {
  margin-left: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
.d-header-wrap .header-tools .notify-icon {
  width: 36px;
  height: 36px;
  background: url(../images/d-tools__notify.svg);
  background-size: cover;
  position: relative;
  user-select: none;
}
.d-header-wrap .header-tools .notify-icon__toggle {
  width: 36px;
  height: 36px;
  position: absolute;
  z-index: 3;
  cursor: pointer;
}
.d-header-wrap .header-tools .notify-icon .notify-container {
  display: none;
}
.d-header-wrap .header-tools .notify-icon .notify-container .notify-list {
  position: absolute;
  top: 40px;
  left: 0;
  width: 375px;
  min-height: 220px;
  max-height: 540px;
  overflow-y: auto;
  background: #f6f6f6;
  margin-left: -344px;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  z-index: 5;
}
.d-header-wrap .header-tools .notify-icon .notify-container .notify-list__head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 15px;
}
.d-header-wrap .header-tools .notify-icon .notify-container .notify-list__head .list-title {
  color: #aeaeae;
}
.d-header-wrap .header-tools .notify-icon .notify-container .notify-list__head .read-all-button {
  color: #3377fc;
  cursor: pointer;
}
.d-header-wrap .header-tools .notify-icon .notify-container .notify-list ul {
  padding: 0 15px 15px;
}
.d-header-wrap .header-tools .notify-icon .notify-container .notify-list ul li {
  padding: 10px;
  background: #fff;
  margin-bottom: 5px;
  border-radius: 5px;
  border: 1px solid #ececec;
  list-style: none;
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.d-header-wrap .header-tools .notify-icon .notify-container .notify-list ul li .photo {
  display: block;
  border-radius: 50%;
  width: 50px;
  flex: 0 0 50px;
  height: 50px;
  background-size: cover;
  position: relative;
}
.d-header-wrap .header-tools .notify-icon .notify-container .notify-list ul li .info {
  flex: 1;
  text-align: left;
}
.d-header-wrap .header-tools .notify-icon .notify-container .notify-list ul li .info .name {
  font-size: 16px;
  line-height: 1.2;
  display: block;
}
.d-header-wrap .header-tools .notify-icon .notify-container .notify-list ul li .info .message {
  width: 260px;
  color: #555555;
  max-height: 45px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  text-overflow: ellipsis;
  display: block;
  background: transparent;
  margin: 0;
}
.d-header-wrap .header-tools .notify-icon .notify-container .notify-list ul li .info .time {
  color: grey;
  font-size: 12px;
}
.d-header-wrap .header-tools .notify-icon .notify-container .notify-list ul li .status {
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  margin: 0;
  background-size: cover;
  background-image: url("../images/status/up_0.svg");
}
.d-header-wrap .header-tools .notify-icon .notify-container .notify-list ul li.online .status {
  background-image: url("../images/status/up_1.svg");
}
.d-header-wrap .header-tools .notify-icon .notify-container .notify-list ul li.unread .message {
  color: #4B90FF;
}
.d-header-wrap .header-tools .notify-icon .notify-container .notify-list__footer {
  margin-top: auto;
}
.d-header-wrap .header-tools .notify-icon .notify-container .notify-list__footer .go-to-all {
  display: block;
  width: 100%;
  line-height: 39px;
  height: 40px;
  background: #fff;
  font-size: 12px;
  color: #aeaeae;
  cursor: pointer;
}
.d-header-wrap .header-tools .notify-icon.open .notify-container {
  display: block;
}
.d-header-wrap .header-tools .notify-icon.active:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
}
.d-header-wrap .header-tools .notify-icon.active:after {
  content: attr(data-count);
  display: block;
  position: absolute;
  top: -8px;
  right: -9px;
  background-color: #4c8fff;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  min-width: 20px;
  height: 20px;
  font-size: 10px;
  line-height: 20px;
  padding: 0 3px;
}
.d-header-wrap .header-tools .user-icon {
  overflow: hidden;
  width: 36px;
  height: 36px;
  display: block;
}
.d-header-wrap .header-tools .user-icon__avatar {
  width: 36px;
  height: 36px;
  position: relative;
  user-select: none;
  border-radius: 50%;
  transition: all 0.2s ease-out;
}
.avatar-placeholder {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #e0e0e0;
  position: relative;
  border-radius: 5px;
}
.d-header-sub {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  background: #2f4243;
}
.d-header-sub ul {
  display: flex;
  flex-direction: row;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 20px;
}
.d-header-sub ul li a {
  color: #A1A4AA;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
  box-sizing: border-box;
  border-bottom: 2px solid transparent;
  display: flex;
  padding: 15px;
  height: 45px;
  flex-direction: row;
}
.d-header-sub ul li a b.buble {
  font-weight: normal;
  line-height: 20px;
  font-size: 11px;
  text-align: center;
  color: #fff;
  background: #FF6363;
  border-radius: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  padding: 0 6px;
  height: 20px;
  margin-top: 3px;
  margin-left: 2px;
}
.d-header-sub ul li a.active,
.d-header-sub ul li a:hover {
  border-bottom: 2px solid #4B90FF;
  color: #4B90FF;
}
.d-main-holder {
  /*padding-top: 60px;*/
  position: relative;
  width: 970px;
  flex: 0 0 970px;
  padding-bottom: 20px;
  transition: all 0.3s;
}
.d-main-holder.has-sub {
  /*padding-top: 105px;*/
}
.d-main-holder.has-sub .d-header {
  height: 105px;
}
.d-main-content {
  width: 789px;
  flex: 0 0 789px;
}
.d-left-panel {
  background: #f2f2f2;
  flex: 0 0 190px;
  width: 190px;
  border-right: 1px solid #ebebeb;
  position: relative;
  padding-right: 2px;
}
.d-left-panel__inner {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  overflow-y: auto;
  padding: 12px 8px 12px 10px;
}
.d-left-panel .logo img {
  max-width: 100%;
}
.d-left-panel .main-menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
  margin: 0;
  margin-top: 20px;
  list-style: none;
  font-size: 14px;
}
.d-left-panel .main-menu li {
  padding: 0;
  margin: 0;
}
.d-left-panel .main-menu li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px;
  position: relative;
  font-weight: 500;
}
.d-left-panel .main-menu li a span {
  color: #212121;
  transition: 0.3s color;
}
.d-left-panel .main-menu li a:hover span {
  color: #104E91;
}
.d-left-panel .main-menu li a.active span {
  color: #104E91;
}
.d-left-panel .main-menu li a b.buble {
  font-weight: normal;
  margin-left: auto;
  line-height: 18px;
  font-size: 11px;
  text-align: center;
  color: #fff;
  background: #104E91;
  border-radius: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
}
.d-left-panel .footer-links {
  margin-top: 15px;
  display: flex;
  flex-direction: row;
  gap: 2px 6px;
  flex-wrap: wrap;
}
.d-left-panel .footer-links a {
  color: #212121;
  font-size: 11px;
  line-height: 1.2;
  font-style: italic;
  opacity: 0.4;
}
.d-left-panel .footer-links a:hover {
  opacity: 1;
}
.d-main-wrap {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.d-main-rsb {
  flex: 0 0 181px;
  width: 181px;
  padding-left: 21px;
  margin-top: 8px;
  position: relative;
}
.d-main-rsb .d-place {
  position: sticky;
  top: 80px;
}
.has-sub .d-main-rsb .d-place {
  top: 125px;
}
.d-main-container {
  flex: 0 0 789px;
}
.d-main-body {
  margin-top: 8px;
}
.d-main-footer {
  margin-top: 8px;
}
.d-place[data-size='970x90'] {
  display: block;
  height: 90px;
  width: 970px;
  background: #aaa;
}
.d-place[data-size='160x600'] {
  height: 600px;
  width: 160px;
  background: #aaa;
}
.d-place[data-size='728x90'] {
  height: 90px;
  width: 728px;
  background: #aaa;
}
.d-place[data-size='468x60'] {
  height: 60px;
  width: 468px;
  background: #aaa;
}
.d-main-footer .d-place {
  margin: auto;
}
.messages__wrap {
  display: flex;
  flex-direction: row;
  gap: 32px;
}
.messages__col_l,
.messages__col_r {
  flex: 0 0 calc(50% - 32px / 2);
}
.message {
  background: #f7f7f7;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 5px;
}
.message .message-photo {
  cursor: pointer;
}
.message .message-photo img {
  display: block;
  width: 100%;
}
.message .message-feed {
  padding: 15px 20px 10px;
  font-size: 13px;
}
.message .message-author {
  padding: 15px 20px;
  border-top: 1px solid #EAEAEA;
  margin-top: 5px;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
}
.message .message-author__photo {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  position: relative;
  cursor: pointer;
}
.message .message-author__info {
  flex: 1;
}
.message .message-author__name {
  font-weight: 700;
  color: #212121;
}
.message .message-author__name:hover {
  text-decoration: underline;
}
.message .message-author__meta {
  color: #A1A4AA;
  font-size: 11px;
}
.message .message-author__action {
  flex: 0 0 auto;
}
.message .message-author__action .btn {
  padding: 0 16px;
  font-weight: 500;
  background: #4B90FF;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  gap: 10px;
}
.message .message-author__action .btn:hover {
  background: #fff;
  color: #4B90FF;
}
#welcome-modal.fancybox-content {
  padding: 20px;
  background: transparent;
}
#welcome-modal .fancybox-close-small {
  background: #fff;
  border-radius: 50%;
  padding: 2px;
  height: 24px;
  width: 24px;
}
#notify-container {
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 1000;
  transition: all 0.3s ease-out;
}
.notify {
  background: #2D3238;
  color: #fff;
  position: relative;
  width: 250px;
  border-radius: 2px;
  box-sizing: border-box;
  box-shadow: 0 7px 18px rgba(50, 50, 50, 0.5);
  transition: all 0.15s ease-out;
  font-size: 11px;
  line-height: 13px;
  padding: 10px;
  margin-bottom: 5px;
  height: 60px;
  padding-right: 26px;
}
.notify__wrap {
  background: #2D3238;
  color: #fff;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}
.notify__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.notify__avatar img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.notify__text {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.notify__close {
  border: none;
  outline: none;
  position: absolute;
  top: 8px;
  right: 8px;
  height: 18px;
  width: 18px;
  background: #fff;
  border-radius: 50%;
  line-height: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  opacity: 0.6;
  transition: opacity 0.3s;
  padding: 0;
  cursor: pointer;
}
.notify__close svg {
  height: 18px;
  width: 18px;
}
.notify__close:hover {
  opacity: 1;
}
.discovery {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  background: #f7f7f7;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
}
.discovery__settings-button {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 5px;
  top: 5px;
  z-index: 2;
  border-radius: 2px;
  background: #ccc;
  cursor: pointer;
}
.discovery__settings-button:after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/settings_discovery.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -7px;
}
.discovery__filters {
  width: 185px;
  flex: 0 0 185px;
  padding: 10px;
  background: #41464C;
  display: none;
}
.discovery__filters.open {
  display: block;
}
.discovery__wrap {
  flex: 1;
  padding: 0 10px;
}
.discovery.loaded .disc-user-info {
  display: block;
}
.disc-head {
  padding: 15px;
  background: #f7f7f7;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
}
.disc-head__buttons {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.disc-head__buttons a.disc-action {
  padding: 10px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 2px solid #ccc;
  background-color: #fff;
  background-size: 30px;
  transition: none;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.disc-head__buttons a.disc-action:hover {
  background-color: #fafafa;
}
.disc-head__buttons a.disc-action svg {
  height: 30px;
  width: 30px;
}
.disc-user-info {
  display: none;
}
.disc-user-info__name {
  position: relative;
  padding-right: 20px;
}
.disc-user-info__name a {
  font-weight: 700;
  position: relative;
  font-size: 22px;
  color: #212121;
}
.disc-user-info .status {
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: 5px;
  right: 0;
  margin: 0;
  background-size: cover;
  background-image: url("../images/status/on_0.svg");
}
.disc-user-info.online .status {
  background-image: url("../images/status/on_1.svg");
}
.disc-user-info__meta {
  font-size: 11px;
}
.disc-photo {
  background: #f2f2f2;
  text-align: center;
  position: relative;
  padding: 15px;
  min-height: 320px;
  max-height: 430px;
}
.disc-photo__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
  transition: opacity 0.2s ease-out;
}
.disc-recent {
  padding: 0;
  background: #f7f7f7;
}
.disc-recent__head {
  color: #A1A4AA;
  font-weight: 500;
  font-size: 12px;
  padding: 15px 15px;
}
.disc-recent__wrap {
  padding: 0 10px;
}
.disc-recent__list {
  height: 120px;
  width: 769px;
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 17px;
}
.disc-recent__disclaimer {
  font-size: 11px;
  padding: 10px;
  opacity: 0.5;
}
.disc-recent-item {
  display: block;
  width: 70px;
  height: 120px;
  transform: translateX(0);
  opacity: 1;
  transition: transform 0.15s ease-out, width 0.15s ease-out, opacity 0.1s ease-out;
}
.disc-recent-item__photo {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  background: center no-repeat #ebebeb;
  margin: auto;
  background-size: cover;
}
.disc-recent-item__name {
  color: #4B90FF;
  text-align: center;
  margin-top: 10px;
  font-size: 12px;
  opacity: 0;
  white-space: nowrap;
}
.disc-recent-item:hover .disc-recent-item__name {
  opacity: 1;
}
.tooltip::before {
  content: attr(data-title);
  margin: 6px auto 0;
  font-size: 11px;
  line-height: 12px;
  text-transform: none;
  font-weight: 400;
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  min-width: 100%;
  box-sizing: border-box;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
}
.tooltip::after {
  content: '';
  border-bottom: 6px solid rgba(0, 0, 0, 0.7);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.tooltip:after,
.tooltip:before {
  position: absolute;
  top: 100%;
  opacity: 0;
  transition: all 0.2s ease;
  z-index: -5;
}
.tooltip:hover:after,
.tooltip:hover:before {
  opacity: 1;
  z-index: 5;
}
.hotusers__wrap {
  margin: auto;
  padding: 0;
}
.hotusers-item {
  background: #f7f7f7;
  margin-bottom: 20px;
  border-radius: 5px;
  padding: 15px;
}
.hotuser-photo {
  position: relative;
  overflow: hidden;
  height: 375px;
  text-align: center;
  background: #f2f2f2;
}
.hotuser-photo .avatar-placeholder {
  background-size: contain;
  background-color: transparent;
}
.hotuser-details {
  margin-top: 15px;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
}
.hotuser-details__photo {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  position: relative;
  cursor: pointer;
}
.hotuser-details__photo .avatar-placeholder {
  border-radius: 50%;
}
.hotuser-details__info {
  flex: 1;
}
.hotuser-details__name {
  font-weight: 700;
  color: #212121;
}
.hotuser-details__name:hover {
  text-decoration: underline;
}
.hotuser-details__meta {
  color: #A1A4AA;
  font-size: 11px;
}
.hotuser-details__action {
  flex: 0 0 auto;
}
.hotuser-details__action .btn {
  padding: 0 16px;
  font-weight: 500;
  background: #4B90FF;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  gap: 10px;
  border-radius: 20px;
}
.hotuser-details__action .btn:before {
  content: '';
  opacity: 0.6;
  height: 16px;
  width: 15px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/bubble.svg);
}
.hotuser-details__action .btn:hover {
  background: #fff;
  color: #4B90FF;
}
.hotuser-details .status {
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: -5px;
  right: -5px;
  margin: 0;
  background-size: cover;
  background-image: url("../images/status/on_0.svg");
}
.hotuser-details.online .status {
  background-image: url("../images/status/on_1.svg");
}
.msgs {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
}
.msgs .msgs-list {
  width: 469px;
  background: #f7f7f7;
  border-radius: 5px;
}
.msgs .msgs-list__head {
  padding: 19px;
  color: #9c9c9c;
}
.msgs .msgs-list__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.msgs .msg-list-item {
  width: 100%;
  position: relative;
}
.msgs .msg-list-item__thread-link {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  min-height: 70px;
  padding: 10px 10px 10px 15px;
  gap: 15px;
}
.msgs .msg-list-item.unread {
  font-weight: 500;
  color: #4B90FF;
  background: #f7f7f7;
  border-left: 4px solid;
  box-sizing: border-box;
}
.msgs .msg-list-item.my .msg-list-item__txt:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 20px;
  margin-right: 4px;
  background: url(../images/back_arrow.svg) center left no-repeat;
  background-size: 15px;
  vertical-align: middle;
}
.msgs .msg-list-item .status {
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: 2px;
  right: 2px;
  margin: 0;
  background-size: cover;
  background-image: url("../images/status/up_0.svg");
}
.msgs .msg-list-item.online .status {
  background-image: url("../images/status/up_1.svg");
}
.msgs .msg-list-item__avatar {
  flex: 0 0 70px;
  height: 70px;
  box-sizing: border-box;
  position: relative;
}
.msgs .msg-list-item__body {
  flex: 1;
  position: relative;
  padding-right: 40px;
  max-width: 359px;
}
.msgs .msg-list-item__name {
  font-size: 16px;
  line-height: 1.2;
}
.msgs .msg-list-item__time {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 11px;
  font-weight: 400;
  color: #969696;
}
.msgs .msg-list-item__txt {
  max-height: 45px;
  white-space: nowrap;
  overflow: hidden;
  color: #717171;
  font-size: 14px;
  line-height: 20px;
  text-overflow: ellipsis;
}
.msgs .msg-list-item__ddown {
  display: none;
  position: absolute;
  top: 30px;
  right: 0;
}
.msgs .msg-list-item:hover .msg-list-item__ddown {
  display: block;
}
.ddown {
  position: relative;
  box-sizing: border-box;
  width: 25px;
  height: 25px;
  background: url(../images/drop_down_icon.svg) center no-repeat;
  background-size: auto 60%;
}
.ddown__options {
  position: absolute;
  background: #fff;
  top: 100%;
  display: none;
  box-sizing: border-box;
  right: 0;
  z-index: 50;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  padding: 3px;
  border: 1px solid #E9EAED;
  overflow: hidden;
  white-space: nowrap;
}
.ddown__options a,
.ddown__options span {
  cursor: pointer;
  display: block;
  padding: 8px 20px;
  margin: 0 5px;
  font-size: 12px;
  font-weight: 400;
}
.ddown__options a:hover,
.ddown__options span:hover {
  color: #4B90FF;
}
.ddown:hover {
  background: url(../images/drop_down_icon_blue.svg) center no-repeat;
  background-size: auto 60%;
  border-color: #4B90FF;
}
.ddown:hover .ddown__options {
  display: block;
}
.close {
  float: right;
  width: 16px;
  height: 16px;
  background: url(../images/close.png) center no-repeat;
  background-size: 16px;
  margin: 11px;
  border: 0;
  cursor: pointer;
}
.chat {
  display: flex;
  flex-direction: row;
  position: relative;
  max-height: 690px;
  height: calc(100vh - 160px);
  min-height: 520px;
  background: #f7f7f7;
  border-radius: 5px;
}
.chat__left {
  flex: 0 0 35%;
  max-width: 280px;
}
.chat__right {
  z-index: 10;
  flex: 1;
  border-left: 2px solid #fff;
}
.chat .contact {
  overflow: hidden;
  min-height: 56px;
  position: relative;
}
.chat .contact.is_new:after {
  content: attr(data-counter);
  background: #FF6363;
  position: absolute;
  top: 0;
  left: 4px;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  height: 18px;
  border-radius: 10px 10px 2px;
  text-align: center;
  width: 18px;
  line-height: 18px;
}
.chat .contact:hover,
.chat .contact.active {
  background: rgba(250, 250, 250, 0.3);
  color: #4B90FF;
  cursor: pointer;
}
.chat .contact .close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: none;
  margin: 0;
  z-index: 10;
  opacity: 0.3;
}
.chat .contact:hover .close {
  display: block;
}
.chat .contact:hover .close:hover {
  opacity: 1;
}
.chat .contact__wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  padding: 10px 0 0 15px;
  box-sizing: border-box;
  gap: 15px;
  color: inherit;
}
.chat .contact .status {
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: -2px;
  right: -2px;
  margin: 0;
  background-size: cover;
  background-image: url("../images/status/up_0.svg");
}
.chat .contact.online .status {
  background-image: url("../images/status/up_1.svg");
}
.chat .contact__avatar {
  flex: 0 0 35px;
  width: 35px;
  height: 35px;
  margin: 0;
  position: relative;
  border-radius: 50%;
}
.chat .contact__inner {
  flex: 1;
  padding: 0 30px 10px 0;
  max-width: 180px;
  height: 35px;
  border-bottom: 1px solid #ececec;
  box-sizing: content-box;
}
.chat .contact__author {
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  display: block;
  white-space: nowrap;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
}
.chat .contact__message-preview {
  font-size: 12px;
  color: #717171;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.contacts-list {
  overflow: auto;
  height: 100%;
}
.contact-details {
  height: 68px;
}
.contact-details__wrap {
  padding: 10px;
  background: #f7f7f7;
  border-bottom: 3px solid #fff;
  position: relative;
  z-index: 2;
  text-align: justify;
  line-height: 0;
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: center;
  justify-content: flex-start;
}
.contact-details__avatar {
  position: relative;
  width: 45px;
  height: 45px;
  display: block;
}
.contact-details .status {
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: -2px;
  right: -2px;
  margin: 0;
  background-size: cover;
  background-image: url("../images/status/up_0.svg");
}
.contact-details.online .status {
  background-image: url("../images/status/up_1.svg");
}
.contact-details__info {
  flex: 1;
}
.contact-details__tools {
  flex: 0 0 160px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.contact-details__tools .btn {
  padding: 15px 20px;
  margin: 0;
  border: none;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: relative;
  border-radius: 0;
  width: 15px;
  height: 15px;
  background-size: 15px;
  color: #4B90FF;
}
.contact-details__tools .btn:active {
  box-shadow: 0 2px 0 #566676 inset;
}
.contact-details__tools .btn.btn_photos {
  background-image: url(../images/photo-icon.svg);
}
.contact-details__tools .btn.btn_contact {
  background-image: url(../images/contact-icon.svg);
}
.contact-details__tools .btn.btn_like {
  background-image: url(../images/heart-icon.svg);
}
.contact-details__tools .btn.btn_like.active {
  background-image: url(../images/heart_red-icon.svg);
  background-color: #f7f7f7;
}
.contact-details__tools .btn.thread-inv-show {
  background-image: url(../images/user-icon.svg);
}
.contact-details__tools .btn:after,
.contact-details__tools .btn:before {
  position: absolute;
  top: 100%;
  opacity: 0;
  transition: all 0.2s ease;
  z-index: -5;
}
.contact-details__tools .btn:before {
  content: attr(data-title);
  background: rgba(0, 0, 0, 0.7);
  right: 0;
  margin: 6px auto 0;
  font-size: 11px;
  line-height: 12px;
  text-transform: none;
  font-weight: 400;
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  min-width: 100%;
  box-sizing: border-box;
  width: max-content;
  max-width: 160px;
}
.contact-details__tools .btn:after {
  content: '';
  border-bottom: 6px solid rgba(0, 0, 0, 0.7);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.contact-details__tools .btn:hover:before,
.contact-details__tools .btn:hover:after {
  opacity: 1;
  z-index: 5;
}
.chat-area {
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  height: calc(100vh - 440px);
  min-height: 210px;
  max-height: 415px;
}
.chat-item-top-placeholder {
  height: 15px;
}
.typing-spinner {
  display: flex;
  align-items: center;
  gap: 5px;
  height: 14px;
  opacity: 0;
  position: absolute;
  top: -20px;
  left: 32px;
  transition: opacity 0.1s;
}
.typing-spinner span {
  color: #999;
  font-size: 12px;
  margin-left: 10px;
}
.typing-spinner.active {
  opacity: 1;
}
.typing-spinner div {
  width: 5px;
  height: 5px;
  background-color: #555;
  border-radius: 50%;
  opacity: 0.2;
  animation: typingBlink 1.4s infinite ease-in-out;
}
.typing-spinner .bounce1 {
  animation-delay: 0s;
}
.typing-spinner .bounce2 {
  animation-delay: 0.2s;
}
.typing-spinner .bounce3 {
  animation-delay: 0.4s;
}
@keyframes typingBlink {
  0%,
  80%,
  100% {
    opacity: 0.2;
  }
  40% {
    opacity: 1;
  }
}
.chat-info {
  width: 100%;
  height: 30px;
  position: relative;
  box-sizing: border-box;
  padding: 0 15px;
}
.chat-info .last-online {
  float: left;
  font-size: 12px;
  display: block;
  position: relative;
  top: 5px;
  color: #9c9c9c;
}
.chat-item {
  padding: 0 30px 5px;
  overflow: hidden;
}
.chat-item__attachment {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  flex-wrap: wrap;
}
.chat-item.my.unread {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: slideInUp;
}
.chat-item.my.unread .chat-item__message:before {
  content: '';
  position: absolute;
  top: 3px;
  right: -10px;
  width: 4px;
  height: 4px;
  background: #4B90FF;
  border-radius: 50%;
}
.chat-item.my .chat-item__message {
  border-radius: 2px 2px 0;
  float: right;
  color: #fff;
  background: #4B90FF;
}
.chat-item.my .chat-item__message:after {
  bottom: 0;
  top: auto;
  left: auto;
  right: -9px;
  transform: rotate(0);
}
.chat-item.my .chat-item__message:after {
  background: url(../images/thread-tail-blue.svg) center no-repeat;
}
.chat-item:last-of-type {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.chat-item:last-of-type .chat-item__message-detail {
  opacity: 1;
}
.chat-item__message {
  clear: both;
  word-break: break-word;
  background: #fff;
  padding: 6px 15px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 0 2px 2px;
  position: relative;
  float: left;
  min-width: 20%;
  max-width: 80%;
}
.chat-item__message a[data-track="true"]{
  color:#2196F3;
  text-decoration:underline;
}
.chat-item__message:after {
  content: '';
  background: url(../images/thread-tail.svg) center no-repeat;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0;
  transform: rotate(180deg);
  left: -9px;
  z-index: 1;
}
.chat-item__message-detail {
  position: absolute;
  bottom: -20px;
  left: 0;
  font-size: 10px;
  color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  white-space: nowrap;
}
.chat-panel {
  margin: 10px 0;
}
.chat-panel .d-place {
  margin: auto;
}
.chat-form {
  transition: bottom 0.15s ease-out;
  z-index: 5;
  position: relative;
  margin-bottom: 20px;
}
.chat-form .message-form {
  display: block;
}
.chat-form .message-form__wrap {
  position: relative;
  box-sizing: border-box;
  margin: 0 15px;
}
.chat-form .message-form__wrap .message-field {
  display: block;
  overflow: auto;
  width: 100%;
  padding: 10px 10px 0;
  margin-bottom: 10px;
  font-size: 15px;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  color: #212121;
  resize: none;
  box-shadow: none;
  box-sizing: border-box;
  word-wrap: break-word;
}
.chat-form .thread-btns {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
.chat-form .thread-btns .btn {
  padding: 0 10px;
  color: #4B90FF;
  background: #fff;
  font-size: 11px;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 2px;
  position: relative;
}
.chat-form .thread-btns .btn:active {
  box-shadow: 0 2px 0 #566676 inset;
}
.u-grid {
  display: flex;
  flex-direction: row;
  gap: 26px;
  flex-wrap: wrap;
}
.u-card {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  position: relative;
  background: #f7f7f7;
  border-radius: 5px;
  overflow: hidden;
  text-align: left;
}
.u-card__photo-holder,
.u-card__photo {
  background-color: #41464C;
  width: 174px;
  height: 200px;
  display: block;
}
.u-card__photo {
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.15s ease-out;
}
.u-card__photo .avatar-placeholder {
  border-radius: 0;
}
.u-card__desc-hold {
  display: block;
  padding: 10px 15px 15px;
}
.u-card__meta,
.u-card__name {
  width: 100%;
  font-weight: 400;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.u-card__meta {
  font-size: 12px;
  line-height: 1.2;
  color: #A1A4AA;
}
.u-card__ts {
  border-top: 1px solid #ececec;
  padding: 5px 15px;
  font-size: 11px;
  font-weight: 400;
  color: #969696;
}
.u-card__name {
  font-size: 16px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}
.u-card__name a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 120px;
}
.u-card.unread {
  background: rgba(251, 114, 114, 0.88);
}
.u-card.unread .u-card__meta,
.u-card.unread .u-card__name {
  color: #fff;
}
.u-card.unread .u-card__ts {
  color: #fff;
  border-top: 1px solid rgba(250, 250, 250, 0.3);
}
.u-card .status {
  display: block;
  width: 16px;
  flex: 0 0 16px;
  height: 16px;
  margin: 0;
  background-size: cover;
  background-image: url("../images/status/up_0.svg");
}
.u-card.online .status {
  background-image: url("../images/status/up_1.svg");
}
.u-card__ddown {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 25px;
  margin: auto;
  display: none;
}
.u-card:hover .u-card__ddown {
  display: block;
}
.u-grid-empty {
  background: #fff;
  padding: 50px;
  height: auto;
  font-size: 14px;
}
.u-grid-desclaimer {
  text-align: center;
  padding: 40px 0 30px;
  opacity: 0.6;
}
.prof-card {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 20px;
  background-color: #f7f7f7;
  text-align: justify;
  font-size: 0.1px;
  line-height: 0;
}
.prof-card .prof-act-btn {
  display: flex;
  border-radius: 20px;
  align-items: center;
  flex-direction: row;
  overflow: hidden;
  margin-top: 20px;
}
.prof-card .prof-act-btn a {
  vertical-align: top;
  box-sizing: border-box;
  padding: 0 15px 0 45px;
  text-align: center;
  font-weight: 500;
  background: #4B90FF;
  color: #fff;
  border-right: 1px solid #fff;
  text-transform: uppercase;
  position: relative;
  transition: background 0.5s ease-in-out;
  line-height: 30px;
  font-size: 13px;
}
.prof-card .prof-act-btn a:hover,
.prof-card .prof-act-btn a.active {
  background: #fff;
  color: #4B90FF;
}
.prof-card .prof-act-btn a:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 15px;
  opacity: 0.6;
  height: 16px;
  width: 15px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.prof-card .prof-act-btn .prof-btn-like:before {
  background-image: url(../images/heart-icon.svg);
}
.prof-card .prof-act-btn .prof-btn-like.active:before {
  background-image: url(../images/heart_red-icon.svg);
}
.prof-card .prof-act-btn .prof-btn-msg:before {
  background-image: url(../images/bubble.svg);
}
.prof-card__info {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  position: relative;
  background-color: #f7f7f7;
  border-radius: 5px;
  padding: 0 0 50px;
}
.prof-card input[type=text] {
  padding: 0 5px;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid #d1d1d1;
  margin: 0;
  height: 28px;
  font-size: 13px;
}
.prof-card .prof-avatar {
  width: 300px;
  height: 300px;
  flex: 0 0 300px;
  border-radius: 5px;
  background-color: #d1d1d1;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.prof-card .prof-avatar__add-avatar {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  left: 0;
  color: #fff;
  z-index: 2;
}
.prof-card .prof-avatar__add-avatar svg {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 6px;
  width: 30px;
  height: 30px;
  margin: auto;
  fill: currentColor;
}
.prof-card__name-hold {
  font-size: 13px;
  line-height: 1.4;
}
.prof-card__name-hold .error {
  align-content: center;
  color: #F44336;
}
.prof-card__name-hold .prof-name {
  font-size: 20px;
  font-weight: 500;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-bottom: 5px;
}
.prof-card__name-hold .prof-name-edit {
  display: block;
  width: 15px;
  height: 15px;
  background: url(../images/pencil.svg) center no-repeat;
  background-size: cover;
  margin-left: 5px;
  cursor: pointer;
  position: relative;
}
.prof-card__name-hold .prof-name-input {
  display: none;
  margin-bottom: 5px;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
}
.prof-card__name-hold .prof-name-input .prof-btn-save {
  background: #4B90FF;
  color: #fff;
  text-transform: uppercase;
  line-height: 28px;
  height: 28px;
  border-radius: 15px;
  font-size: 13px;
}
.prof-card__status .prof-online {
  color: #24d68b;
  padding: 3px 10px 3px 15px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.prof-card__status .prof-online:after {
  content: '';
  position: absolute;
  top: 0;
  left: 3px;
  bottom: 0;
  height: 6px;
  width: 6px;
  margin: auto;
  border-radius: 50%;
  background: #24d68b;
}
.prof-tabs {
  margin: 0 auto;
  box-sizing: border-box;
  border-top: 2px solid #fff;
  padding: 0 20px;
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.prof-tabs__item {
  display: block;
  padding: 15px 0 10px;
  color: #A1A4AA;
  font-weight: 500;
  font-size: 13px;
  border-bottom: 3px solid transparent;
  transition: all 0.5s;
}
.prof-tabs__item.active,
.prof-tabs__item:hover {
  border-bottom: 3px solid #FF6363;
  color: #212121;
}
.prof-tabs__item.active {
  pointer-events: none;
  cursor: default;
}
.prof-tabs-content_notifications {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.prof-tabs-content .prof-notifications-sb {
  flex: 0 0 300px;
}
.prof-tabs-content .prof-notifications {
  flex: 0 0 480px;
}
.prof-tabs-content .prof-notifications__item {
  background: #f7f7f7;
  border-radius: 5px;
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding: 15px;
  margin-bottom: 10px;
}
.prof-tabs-content .prof-notifications__item .photo {
  display: block;
  border-radius: 50%;
  width: 50px;
  flex: 0 0 50px;
  height: 50px;
  background-size: cover;
  position: relative;
}
.prof-tabs-content .prof-notifications__item .info {
  flex: 1;
  text-align: left;
}
.prof-tabs-content .prof-notifications__item .info .name {
  font-size: 16px;
  line-height: 1.2;
  display: block;
}
.prof-tabs-content .prof-notifications__item .info .message {
  width: 260px;
  color: #4B90FF;
  max-height: 45px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  text-overflow: ellipsis;
  display: block;
  background: transparent;
  margin: 0;
}
.prof-tabs-content .prof-notifications__item .info .time {
  color: grey;
}
.prof-tabs-content .prof-notifications__item .status {
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  margin: 0;
  background-size: cover;
  background-image: url("../images/status/up_0.svg");
}
.prof-tabs-content .prof-notifications__item.online .status {
  background-image: url("../images/status/up_1.svg");
}
.prof-tabs-content_overview {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.prof-tabs-content .prof-title {
  font-size: 16px;
  padding: 15px 20px;
  font-weight: 300;
  text-transform: capitalize;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  width: 100%;
}
.prof-tabs-content .prof-title .edit-information {
  display: block;
  width: 15px;
  height: 15px;
  background: url(../images/pencil.svg) center no-repeat;
  background-size: cover;
  position: relative;
  margin: 0 0 0 auto;
}
.prof-tabs-content .prof-title .edit-information.close {
  background: url(../images/close.svg) center no-repeat;
}
.prof-tabs-content .prof-overview {
  flex: 0 0 300px;
}
.prof-tabs-content .prof-overview-info {
  box-sizing: border-box;
  background-color: #f7f7f7;
  border-radius: 5px;
  margin-bottom: 25px;
  padding-bottom: 20px;
}
.prof-tabs-content .prof-act-btn .btn {
  background: #4B90FF;
  color: #fff;
  border-radius: 20px;
}
.prof-tabs-content .prof-act-btn .btn:hover {
  background: #fff;
  color: #4B90FF;
}
.prof-tabs-content .prof-blocks {
  padding: 0 20px;
}
.prof-tabs-content .prof-blocks .prof-block-edit {
  display: none;
  font-size: 13px;
}
.prof-tabs-content .prof-block {
  margin-bottom: 10px;
}
.prof-tabs-content .prof-block__title {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 700;
}
.prof-tabs-content .prof-block__description {
  font-size: 13px;
}
.prof-tabs-content .prof-block__edit {
  display: none;
  font-size: 13px;
}
.prof-tabs-content .prof-blocks.edit .prof-block__edit {
  display: block;
}
.prof-tabs-content .prof-blocks.edit .prof-block__description {
  display: none;
}
.prof-tabs-content .prof-blocks.edit .prof-block-edit {
  display: block;
}
.prof-tabs-content .prof-column-inner {
  box-sizing: border-box;
  background-color: #f7f7f7;
  border-radius: 5px;
  margin-bottom: 25px;
  padding-bottom: 20px;
}
.prof-tabs-content .prof-overview-photo {
  flex: 0 0 470px;
}
.prof-tabs-content .prof-overview-photo .prof-column-inner-exp {
  margin: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  position: relative;
}
.prof-tabs-content .prof-overview-photo .prof-add-photos-button {
  width: 120px;
  height: 120px;
  float: left;
  background: #41464C;
  line-height: 120px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.5s;
}
.prof-tabs-content .prof-overview-photo .prof-add-photos-button:hover {
  background: #1876d2;
}
.prof-tabs-content .prof-overview-photo .prof-photos-container {
  position: relative;
  overflow: hidden;
  height: 120px;
  background: #2d3238;
}
.prof-tabs-content .prof-overview-photo .prof-photo-list-slider {
  font-size: 0;
  position: relative;
  min-width: 100%;
  height: 100%;
  transform: translate(0, 0);
  white-space: nowrap;
}
.activity-button-wrap {
  width: 100%;
  text-align: center;
}
.activity-button-wrap .btn {
  border-radius: 20px;
  height: 40px;
  padding: 8px 15px;
  background: rgba(45, 204, 112, 0.8);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  position: relative;
  color: #fff;
  margin-top: 15px;
}
.activity-button-wrap .btn:hover {
  background: #A1A4AA;
}
.prof-events {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.prof-events .prof-events-list {
  flex: 0 0 469px;
}
.prof-events .prof-events-slot {
  flex: 0 0 300px;
}
.prof-events .prof-events-item {
  padding: 15px;
  margin-bottom: 5px;
  border-radius: 5px;
  background: #f7f7f7;
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.prof-events .prof-events-item .photo {
  display: block;
  border-radius: 50%;
  width: 50px;
  flex: 0 0 50px;
  height: 50px;
  background-size: cover;
  position: relative;
}
.prof-events .prof-events-item .info {
  flex: 1;
  text-align: left;
}
.prof-events .prof-events-item .info .name {
  font-size: 16px;
  line-height: 1.2;
  display: block;
}
.prof-events .prof-events-item .info .message {
  width: 260px;
  color: #555555;
  max-height: 45px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  text-overflow: ellipsis;
  display: block;
  background: transparent;
  margin: 0;
}
.prof-events .prof-events-item .info .time {
  color: grey;
  font-size: 12px;
}
.prof-events .prof-events-item .status {
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  margin: 0;
  background-size: cover;
  background-image: url("../images/status/up_0.svg");
}
.prof-events .prof-events-item.online .status {
  background-image: url("../images/status/up_1.svg");
}
.prof-events .prof-events-item.unread .message {
  color: #4B90FF;
}
.settings {
  width: 100%;
  background: #f7f7f7;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 20px;
}
.settings__header {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
.settings .set-check {
  display: flex;
  flex-direction: row;
  font-size: inherit;
  cursor: pointer;
  justify-content: flex-start;
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
}
.settings .set-check input {
  display: block;
  position: absolute;
  left: 0;
  top: 1px;
  margin: 0;
  width: 16px;
  height: 16px;
  padding: 0;
}
.settings__actions {
  margin-top: 30px;
}
.settings__actions .prof-act-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.settings__actions .btn {
  background: #4B90FF;
  color: #fff;
  transition: background 0.5s;
  border-radius: 15px;
}
.settings__actions .btn.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}
.settings__actions .result .success {
  margin-bottom: 10px;
  font-size: 12px;
  color: #57879b;
}
.settings__actions .result .error {
  margin-bottom: 10px;
  font-size: 12px;
  color: #F44336;
}
.settings__header .info-row {
  width: 70%;
  line-height: 1.1;
  color: #b0b0b0;
  font-size: 12px;
}
.settings__pane .prof-block__edit .text {
  width: 100%;
  max-width: 400px;
}
.settings__pane .prof-block__edit input[type=password] {
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid #d1d1d1;
  margin: 0;
  display: inline-block;
}
.settings__pane .prof-block {
  margin-bottom: 24px;
}
.disc-filt {
  user-select: none;
}
.disc-filt__head {
  color: #fff;
  font-weight: 500;
  padding: 15px 0;
  padding-right: 30px;
}
.disc-filt__radio-group {
  display: flex;
  flex-direction: row;
  border: 1px solid rgba(250, 250, 250, 0.1);
  border-radius: 3px;
  align-items: stretch;
}
.disc-filt__radio {
  flex: 1;
  padding: 5px 0;
  color: rgba(250, 250, 250, 0.6);
  text-align: center;
  cursor: pointer;
}
.disc-filt__radio.active {
  background: rgba(250, 250, 250, 0.2);
  box-shadow: none;
  font-weight: 500;
  color: #fff;
}
.disc-filt__row {
  margin-bottom: 14px;
}
.disc-filt__label {
  color: rgba(250, 250, 250, 0.7);
  font-size: 11px;
  margin-bottom: 5px;
}
.disc-filt__geo .text {
  width: 100%;
  border: 1px solid rgba(250, 250, 250, 0.1);
  background: rgba(250, 250, 250, 0.2);
  border-radius: 3px;
  color: #fff;
  box-sizing: border-box;
  font-weight: 500;
  padding: 5px;
}
.disc-filt__footer .btn {
  color: #4B90FF;
  background: #fff;
  padding: 7px;
  margin-top: 13px;
  line-height: 1.5;
  width: 100%;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  box-sizing: border-box;
  white-space: nowrap;
  border-radius: 2px;
}
.upload-avatar-box .add-ava-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-bottom: 40px;
}
.upload-avatar-box .add-ava-header:before {
  content: '';
  background: transparent url("../images/add-avatar-popup-photo-placeholder-01.png") no-repeat center;
  background-size: cover;
  border-radius: 50%;
  height: 116px;
  width: 116px;
}
.upload-avatar-box .add-ava-header:after {
  content: '';
  background: transparent url("../images/add-avatar-popup-photo-placeholder-02.png") no-repeat center;
  background-size: cover;
  border-radius: 50%;
  height: 116px;
  width: 116px;
}
.upload-avatar-box .add-ava-header .add-ava-visual-item {
  background-image: url(../images/no-avatar-icon.svg);
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  border: 2px solid #b0bec5;
  box-shadow: inset 0 0 0 2px #fff, 0 0 0 5px #fff;
  width: 160px;
  height: 160px;
  box-sizing: border-box;
  z-index: 2;
  border-radius: 50%;
  position: relative;
}
.upload-avatar-box .add-ava-header .add-ava-visual-item.user-avatar {
  background-size: cover;
}
.upload-avatar-box .add-ava-header .loading_indicator {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  background: url(../images/svgspiner.svg) 50% no-repeat;
  background-size: 20px;
  margin: -25px 0 0 -25px;
  animation: rotating 1s linear infinite;
}
.upload-avatar-box .add-ava-header .loading_indicator.loading {
  display: block;
}
.upload-avatar-box .add-ava-step {
  text-align: center;
}
.upload-avatar-box .add-ava-up-btn {
  background: #2962ff;
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  height: 40px;
  padding: 10px 20px 10px 40px;
  border-radius: 50px;
  box-shadow: 0 2px 7px rgba(41, 98, 255, 0.5);
  transition: all 0.5s;
  min-width: 230px;
}
.upload-avatar-box .add-ava-up-btn:hover {
  background: rgba(45, 204, 112, 0.8);
}
.upload-avatar-box .add-ava-up-btn:after {
  content: '';
  display: block;
  background: url(../images/upload_icon.svg) 50% no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  width: 20px;
  height: 20px;
  margin: auto;
}
.upload-avatar-box .add-ava-up-btn input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  font-size: 200px;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  cursor: pointer;
}
.upload-avatar-box .add-ava-desc {
  max-width: 300px;
  padding: 40px 0 30px;
  margin: 0 auto;
  font-size: 16px;
  color: #000;
  text-align: center;
}
.upload-avatar-box .add-ava-desc .add-ava-desc-title {
  font-size: 20px;
  line-height: 24px;
  padding: 0;
  margin: -10px 0 20px;
}
.upload-avatar-box .add-ava-go-btn {
  background: #5cd51a;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  font-weight: 700;
  color: #fff;
  height: 40px;
  padding: 10px 20px;
  border-radius: 50px;
  box-shadow: 0 2px 7px rgba(92, 213, 26, 0.5);
  transition: all 0.5s;
}
.upload-avatar-box .add-ava-go-btn:hover {
  background: #2962ff;
  box-shadow: none;
}
@keyframes rotating {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
#photos-modal {
  width: 600px;
  background: #f7f7f7;
}
.upload-photos-box .modal-header {
  font-size: 18px;
  font-weight: 300;
  padding: 0 0 20px 0;
}
.upload-photos-box .photo-uploader-image {
  display: flex;
  gap: 20px;
  align-items: center;
}
.upload-photos-box .photo-uploader-image .ava {
  height: 100px;
  width: 100px;
  flex: 0 0 100px;
}
.upload-photos-box .photo-uploader-image .text {
  flex: 1;
}
.upload-photos-box .photo-uploader {
  margin: 20px 0 22px;
}
.upload-photos-box .photo-uploader .upload-photo {
  position: relative;
  overflow: hidden;
}
.upload-photos-box .photo-uploader .add-btn {
  background: #07b20f;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  box-sizing: border-box;
  min-width: 100%;
  padding: 12px 10px;
  display: block;
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
}
.upload-photos-box .photo-uploader .add-btn.loading {
  background: #607D8B;
}
.upload-photos-box .photo-uploader .add-btn.loading:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  background: url(../images/svgspiner.svg) 50% no-repeat;
  background-size: 20px;
  margin: -25px 0 0 -25px;
  animation: rotating 1s linear infinite;
}
.upload-photos-box .photo-uploader input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  font-size: 200px;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  cursor: pointer;
}
.upload-photos-box .sub-info {
  font-size: 11px;
  line-height: 16px;
  color: #a7a6a6;
  padding: 10px 0;
  margin: 20px 0 0;
}
.upload-photos-box .sub-info a {
  color: #008aff;
}
.upload-photos-box .sub-info span {
  color: #3f4752;
}
.prof-photo-list-slider {
  width: 350px;
}
.prof-photo-list-slider.owl-carousel .owl-stage {
  display: flex;
  flex-direction: row;
}
.prof-photo-list-slider .photo-item img {
  height: 120px;
  width: auto;
}
.prof-photo-list-slider .photo-item .prof-photo-controlls {
  position: absolute;
  top: -80px;
  right: 0;
  width: 100%;
  overflow: hidden;
  transition: top 0.1s ease-out;
  display: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.prof-photo-list-slider .photo-item .prof-photo-controlls .set-ava,
.prof-photo-list-slider .photo-item .prof-photo-controlls .trash {
  width: 32px;
  height: 32px;
  background-size: 16px;
  transition: background 0.1s ease-out;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  cursor: pointer;
}
.prof-photo-list-slider .photo-item .prof-photo-controlls .set-ava:hover,
.prof-photo-list-slider .photo-item .prof-photo-controlls .trash:hover {
  background-color: #000;
}
.prof-photo-list-slider .photo-item .prof-photo-controlls .trash {
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(../images/trash.svg);
  margin: 5px 5px 0 0;
}
.prof-photo-list-slider .photo-item .prof-photo-controlls .set-ava {
  margin: 5px 8px 0 0;
  background-color: #1d54dd;
  background-image: url(../images/set-ava.png);
}
.prof-photo-list-slider .photo-item:hover .prof-photo-controlls {
  top: 0;
}
.prof-photo-list-slider.my-gallery .photo-item .prof-photo-controlls {
  display: flex;
}
.prof-i {
  position: relative;
}
.prof-i .prof-i-edit {
  padding: 0 10px;
  display: none;
  text-align: right;
}
.prof-i .prof-i-content {
  padding: 0 20px;
}
.prof-i .prof-i-button {
  width: 20px;
  height: 20px;
  background: url(../images/plus_icon_wh.svg) center no-repeat #4B90FF;
  background-size: 10px;
  top: 10px;
  right: 10px;
  position: absolute;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  color: #fff;
  font-size: 15px;
  margin: 0;
  cursor: pointer;
  transition: all 0.1s ease-out;
  z-index: 2;
}
.prof-i .prof-i-button.close {
  transform: rotate(45deg);
}
.prof-i textarea {
  outline: 0;
  resize: none;
  width: 100%;
  display: block;
  height: 50px;
  box-sizing: border-box;
  box-shadow: none;
  padding: 5px 15px;
  font-size: 13px;
  border: none;
  border-bottom: 1px solid #d1d1d1;
  margin: 0;
}
.prof-i .prof-i-btn {
  background-color: #4B90FF;
  color: #fff;
  text-shadow: none;
  font-size: 11px;
  border: none;
  line-height: 36px;
  padding: 0 16px;
  font-weight: 500;
  margin-top: 5px;
}
.prof-i.edit .prof-i-info {
  display: none;
}
.prof-i.edit .prof-i-edit {
  display: block;
  padding: 0 10px;
}
select {
  cursor: pointer;
  background: #fbfbfb;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 10px 5px;
  border-radius: 0;
  box-sizing: border-box;
  border-width: 0 0 1px;
}
.select {
  position: relative;
  height: 30px;
  display: inline-block;
}
.select select {
  margin: 0;
  outline: 0;
  padding: 6px 25px 6px 5px;
  height: 30px;
}
.select select:hover {
  border-color: #4B90FF;
}
.select select option {
  outline: 0;
  padding: 6px;
  background: #fff;
}
.select:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  right: 5px;
  background: url(../images/arrow-select.svg) center no-repeat;
  background-size: 50%;
  opacity: 0.5;
  transform: rotate(-90deg);
  margin: auto;
}
.checkbox {
  position: relative;
  height: 30px;
  display: inline-block;
}
.checkbox label {
  cursor: pointer;
  padding: 5px 10px 6px;
  border-radius: 2px;
  margin: 0 5px 0 0;
  border-bottom: 1px solid #DBDBDB;
  outline: none;
}
.checkbox input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  cursor: pointer;
  margin-right: 5px;
}
.meet-btn {
  font-family: sans-serif;
  text-decoration: none;
  background: #fff;
  padding: 7px;
  border-radius: 8px;
  text-align: center;
  margin: 0 10px;
  color: #ff5151;
  font-size: 14px;
  font-weight: bold;
  display: block;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}




div#email-modal {
    padding: 24px;
    border-radius: 8px;
}
/* Контейнер модального окна */
.modal-container {
    background: #fff;
    padding: 24px;
    border-radius: 8px;
    max-width: 480px;
    width: 100%;
}

/* Заголовок */
.modal-header {
    font-size: 18px;
    margin-bottom: 16px;
    font-weight: bold;
    color: #333;
}

/* Тело формы */
.modal-body {
    display: flex;
    flex-direction: column;
}

/* Группа формы */
.form-group {
    margin-bottom: 12px;
}

/* Группа ввода + кнопка в одной строке */
.input-group {
    display: flex;
    width: 100%;
}

/* Поле ввода */
.form-control {
    flex: 1;
    padding: 10px 14px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 6px 0 0 6px;
    outline: none;
    transition: border 0.2s;
    height: auto;
    line-height: 1.4;
}

.form-control:focus {
    border-color: #007bff;
}

/* Кнопка отправки */
.input-group-append .btn {
    padding: 10px 16px;
    font-size: 14px;
    background-color: #007bff;
    color: white;
    border: 1px solid #007bff;
    border-left: none;
    border-radius: 0 6px 6px 0;
    cursor: pointer;
    transition: background-color 0.2s;
    height: auto;
    line-height: 1.4;
}

.input-group-append .btn:hover {
    background-color: #0056b3;
}

/* Сообщения об ошибках и успехах */
.form-group .error,
.form-group .success,
.form-group .form-messages {
    margin-top: 6px;
    font-size: 13px;
}

.form-group .error {
    color: #dc3545;
}

.form-group .success {
    color: #28a745;
}

.copyrights {
    padding:10px 0 ;
    color: #969696;
    font-size: 11px;
}
.copyrights p{
    padding-bottom:5px;
}
.copyrights a{
    text-decoration:underline
}