body {
  background-color: #f8f8f8;
  font-size: 16px;
  font-family: "Open Sans", "sans-serif";
}

html[lang="en_GB"] .active-language-en,
html[lang="fr_FR"] .active-language-fr {
  text-decoration: none;
  color: #0198e9;
}
#actu-post.write-text-here p {
  background: transparent !important;
  border: transparent !important;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
.v-middle {
  vertical-align: middle !important;
}
.post-cat-block-content {
  min-height: 400px;
}
.img-100 {
  max-height: 100%;
  max-width: 100%;
}
.w-48 {
  width: 48% !important;
}
.mt-2 {
  margin-top: 20px !important;
}
input[type="text"],
input[type="search"],
textarea,
.custom-combobox input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input::-ms-clear {
  display: none;
}

.preventScrolling {
  overflow: hidden;
}

.inline-block {
  display: inline-block;
  vertical-align: top;
}

.close,
input {
  overflow: hidden;
}

.hide-image {
  display: none;
}

.content,
.content-menu {
  font-size: 0;
  text-align: center;
}

.user-photo-dropdown,
.content-menu {
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
  font-size: 15px;
}

.multi-language a {
  padding-right: 5px;
  cursor: pointer;
  text-decoration: none;
  color: #4d4d4d;
}

.content-menu {
  padding: 0 15px 0 60px;
}

.no-padding {
  padding: 0;
}

.desktop-menu {
  background-color: #ffffff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

.content {
  padding-top: 80px;
}

.width-100 .custom-container {
  position: relative;
}

.auf-logo-absolute {
  position: absolute;
  top: 65px;
  right: 0;
  z-index: 5;
}

.auf-logo img {
  max-height: 52px;
  max-width: 73px;
}

.color-border {
  font-size: 0;
}

.color-border-auf {
  font-size: 0;
}

.color-item {
  display: inline-block;
  width: 20%;
  height: 4px;
}

.blue-section {
  background-color: #0198e9;
}

.yellow-section {
  background-color: #ffd500;
}

.green-section {
  background-color: #7eb301;
}

.purple-section {
  background-color: #5d0073;
}

.red-section {
  background-color: #e40001;
}

.navbar {
  background-color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  color: #4d4d4d;
  padding: 0 16px;
}

.navbar-light .navbar-nav .nav-link {
  color: #4d4d4d;
  position: relative;
}

.navbar-brand img {
  margin: 0 0 0 10px;
  max-height: 52px;
  max-width: 73px;
}

.notifications-badge,
.messages-badge {
  position: absolute;
  top: 18px;
  z-index: 1;
  background-color: #0198e9;
  padding: 0 3px;
  height: 14px;
  border-radius: 5px;
  font-size: 10px;
  color: #ffffff;
}

.pending-invitations-badge {
  position: absolute;
  z-index: 1;
  background-color: #7eb301;
  padding: 0 3px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
}

.notifications-badge {
  left: 145px;
}

.messages-badge {
  left: 123px;
}

.navbar-light .navbar-nav .active-navbar .nav-link,
.navbar-light .navbar-nav .active-navbar {
  color: #0198e9;
}

.go-back-profile-button {
  background-color: #0198e9;
  border: 1px solid #0198e9;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 9px;
  padding: 2px 18px;
  font-family: "Open Sans", "sans-serif";
  cursor: pointer;
}

.search-menu input {
  border-radius: 9px;
  background-color: #eeeeee;
  border: 0;
  font-size: 14px;
  font-weight: 600;
  width: 300px;
  color: #4d4d4d;
  padding: 0 40px 0 14px;
  outline: none;
}

.search-menu {
  position: relative;
  margin: 0 15px;
}

.search-menu .search-icon {
  position: absolute;
  font-size: 14px;
  top: 0;
  right: 10px;
  color: #a5a5a5;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

@supports (-webkit-overflow-scrolling: touch) {
  .search-menu .search-icon,
  .search-members .search-icon {
    line-height: 2;
  }

  .ui-selectmenu-menu .ui-menu {
    overflow-x: visible;
  }

  .preventScrolling {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}

.search-menu .search-icon .fa-search {
  padding: 0;
  margin: 0;
}

.user-photo-dropdown .user-photo,
.user-photo-dropdown .chevron-down {
  display: inline-block;
  vertical-align: middle;
}

.user-photo-dropdown .chevron-down {
  padding-left: 7px;
  cursor: pointer;
}

.user-photo-dropdown {
  position: relative;
}

.dropdown-logout .language-part {
  padding: 15px 15px 0;
}

.dropdown-logout .language-part p {
  margin-bottom: 5px;
}

.dropdown-logout .language-part .multi-language {
  font-size: 14px;
  font-weight: 600;
}

.dropdown-logout .disable-and-logout {
  padding: 0 15px 15px;
}

.dropdown-logout .disable-and-logout .disable-account {
  padding-bottom: 8px;
}

.dropdown-logout .disable-and-logout .disable-account a,
.dropdown-logout .disable-and-logout .logout-account a {
  color: #4d4d4d;
  text-decoration: none;
}

.dropdown-logout .disable-and-logout .disable-account span,
.dropdown-logout .disable-and-logout .logout-account span {
  vertical-align: middle;
}

.dropdown-logout .disable-and-logout .logout-account .padding-item {
  padding-left: 7px;
}

.dropdown-logout .disable-and-logout .disable-account .padding-item {
  padding-left: 5px;
}

.dropdown-logout .language-part,
.dropdown-logout .disable-and-logout {
  font-size: 14px;
  font-weight: 400;
}

.dropdown-logout {
  display: none;
  position: absolute;
  top: 55px;
  right: 0;
  z-index: 1;
  min-width: 193px;
  background-color: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.menu-icon {
  width: 30px;
  height: 30px;
  float: left;
  vertical-align: middle;
}

.menu-item {
  vertical-align: middle;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 19px 22px;
}

.navbar-expand-lg .navbar-nav .messages-menu {
  padding-right: 30px;
}

.navbar .menu-icon-home {
  background: url("/static/img/home-icon-0d1ea23af9674c63bd3aa77a72585331.svg") no-repeat 2px 3px;
}

.navbar .active-navbar .menu-icon-home {
  background: url("/static/img/home-icon-blue-9d9c06e74dd0edda050980290a88318c.svg") no-repeat 2px 3px;
}

.navbar .nav-item:hover,
.background-active {
  background-color: #e6f5fc;
}

.navbar .menu-icon-messages {
  background: url("/static/img/messages-icon-ac11eafd77e2ff7b24aa936276b206ef.svg") no-repeat 2px 7px;
}

.navbar .active-navbar .menu-icon-messages {
  background: url("/static/img/messages-icon-blue-a4eb09993261fda2c4515cf9c2bdf870.svg") no-repeat 2px 7px;
}

.navbar .menu-icon-notifications {
  background: url("/static/img/notifications-icon-menu-cc83fe5b542e50a9d37eb602bf71260c.svg") no-repeat 2px 5px;
}

.navbar .active-navbar .menu-icon-notifications {
  background: url("/static/img/notifications-icon-blue-44df2da6d3ae395294efaabf22d430dc.svg") no-repeat 2px 5px;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("/static/img/hamburger-button-icon-a84aa3903689d67b8a2d3241fca4f48c.svg");
}

.dropdown-notifications {
  display: none;
  position: absolute;
  background-color: #ffffff;
  width: 360px;
  top: 66px;
  right: 0;
  z-index: 11;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.dropdown-notifications .notification-block {
  padding: 16px 14px;
  border-bottom: 1px solid #d1d1d1;
  text-align: left;
}

.dropdown-notifications .name-part .notification-community-name {
  display: inline-block;
  vertical-align: bottom;
}

.dropdown-notifications .name-part a,
.notification-community-name {
  max-width: 155px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropdown-notifications .name-part .name,
.dropdown-notifications .name-part,
.dropdown-notifications .date-post {
  font-size: 13px;
}

.dropdown-notifications .name-part .post-word {
  width: auto;
}

.dropdown-notifications .user-photo,
.dropdown-notifications .name-and-time {
  display: inline-block;
  vertical-align: middle;
}

.dropdown-notifications .name-part {
  font-weight: 400;
  line-height: 1.3;
  color: #4d4d4d;
  word-wrap: break-word;
}

.dropdown-notifications .notification-block .user-photo {
  vertical-align: top;
}

.notification-type .notification-page-item a {
  display: inline;
  cursor: pointer;
}

.dropdown-notifications .name-and-time {
  margin-left: 5px;
  width: 85%;
}

.dropdown-notifications .name-and-time .date-post {
  color: #989898;
  font-weight: 400;
  font-size: 13px;
}

.dropdown-notifications .see-all-notifications {
  padding: 13px 14px 15px;
  text-align: center;
}

.dropdown-notifications a,
.dropdown-notifications a:hover {
  text-decoration: none;
  color: #4d4d4d;
}

.notifications-item .dropdown-notifications .notification-community-name,
.notifications-item .dropdown-notifications .notification-community-name:hover,
.notifications-section .notification-community-name {
  color: #0198e9;
  text-transform: none;
  font-weight: 700;
  word-break: break-word;
}

.notifications-section .notification-page-item .notification-community-name {
  white-space: pre-wrap;
}

.notifications-item .dropdown-notifications .see-all-notifications a {
  color: #0198e9;
  font-size: 14px;
}

.notifications-item,
.messages-item {
  padding: 19px 22px 13px;
  display: block;
  color: #4d4d4d;
  position: relative;
  cursor: pointer;
}

.notification-type {
  cursor: auto;
}

.notifications-menu {
  padding: 19px 30px 13px 22px;
}

.messages-item {
  padding: 0;
}

.dropdown-notifications a {
  text-decoration: none;
  color: #4d4d4d;
}

.connection-requests-section,
.profile-details-section,
.community-details-section {
  background-color: #ffffff;
}

.profile-details-part,
.community-details-part,
.connection-request-fixed {
  max-width: 228px;
  width: 100%;
  text-align: left;
  border-radius: 9px;
}

.connection-requests-section {
  position: fixed;
  height: 100%;
}

.profile-details-section,
.community-details-section {
  position: fixed;
  height: 100%;
}

.font-size-class {
  font-size: 16px;
}
.mb-2 {
  margin-bottom: 20px !important;
}
.write-something-section {
  padding: 18px;
  background-color: #eeeeee;
  margin-bottom: 10px;
  border-radius: 9px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.write-something-section.community-write-post {
  padding: 0px;
}
.write-post {
  padding: 18px;
}
.write-something-section .user-photo,
.write-something-section .write-text-here {
  display: inline-block;
  vertical-align: middle;
}

.write-something-section .user-photo {
  width: 33px;
  height: 33px;
  margin-right: 5px;
}

.write-something-section .write-text-here {
  width: 88%;
  cursor: text;
}

.write-something-section .write-text-here input,
.write-something-section .write-text-here p {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  padding: 5px 16px;
  color: #b7b7b7;
  font-size: 14px;
  border-radius: 9px;
  width: 100%;
  outline: none;
}

.write-something-section .write-text-here p {
  margin: 0;
}

.write-something-section .write-text-here input::placeholder {
  color: #b7b7b7;
  font-size: 14px;
}

.post-header,
.post-header-auf {
  padding: 15px 0 15px 15px;
  font-size: 0;
  border-radius: 8px 8px 0 0;
}

.post-header {
  background-color: #ffffff;
}

.post-header-auf {
  background-color: #eeeeee;
  margin-top: 10px;
}

#fullPostModal .post-header-auf {
  margin-top: 0;
}

.user-photo {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0 auto;
}

.user-photo img,
.user-photo-comment img,
.user-photo-message img {
  width: 100%;
  border-radius: 50%;
}

.time-post,
.time-post-auf {
  position: relative;
  font-size: 16px;
  margin-left: 10px;
}

.name,
.post-actions {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  margin: 0;
  font-weight: 700;
  color: #4d4d4d;
}

.time-post .date-post,
.time-post-auf .date-post {
  font-size: 12px;
  color: #989898;
}

.single-post-item .block-item .time-post-auf .date-post {
  display: inline-block;
}

.post-actions,
.end-date {
  float: right;
}

.end-date {
  font-style: italic;
  color: #0198e9;
}

.post-actions {
  cursor: pointer;
  padding-left: 15px;
}

.connection-user .user-name a,
.content-section .user-name a,
.followed-users .user-name a,
.connections-users .user-name a,
.friends-requests-section .user-name a,
.new-message-users .user-item a {
  position: relative;
  display: inline-block;
  width: 290px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.content-section .user-name a {
  width: 300px;
}

.name {
  width: auto;
}

.block-item .name,
.block-item-auf .name {
  width: calc(100% - 30px);
}

.post-visibility {
  padding-left: 5px;
}

.friends-requests-section .time-post {
  width: 75%;
}

.connection-user .user-name a {
  width: 100px;
}

.comment-actions {
  cursor: pointer;
}

.view-more-dots,
.view-more-actions,
.view-post-actions,
.invite-actions {
  display: none;
  position: absolute;
  right: 0;
  top: 20px;
  background-color: #ffffff;
  color: #9d9c9c;
  font-size: 14px;
  font-weight: 600;
  padding: 5px;
  z-index: 1;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.view-more-actions {
  padding: 5px;
}

.view-more-dots ul,
.view-more-actions ul {
  padding-left: 0;
  margin-bottom: 0;
}

.view-more-dots ul li,
.view-more-actions ul li {
  list-style-type: none;
  padding: 0;
  cursor: pointer;
  text-align: left;
}

.view-more-dots button,
.view-more-actions button {
  text-decoration: none;
  background-color: #ffffff;
  border: none;
  padding: 0;
  color: #9d9c9c;
  font-size: 14px;
  font-weight: 600;
  font-family: "Open Sans", "sans-serif";
  width: 100%;
  text-align: left;
  outline: none;
}

.view-more-dots li:hover button,
.view-more-actions li:hover button {
  color: #0198e9;
}

html[lang="fr_FR"] .add-comment-section .comment-text {
  width: calc(100% - 118px);
}

html[lang="fr_FR"] .edit-comment-section .comment-text {
  width: calc(100% - 150px);
}

button#send-message-button {
  background-color: transparent;
  border: none;
  width: 35px;
  outline: none;
}

.post-body,
.main-post-actions {
  padding: 15px;
  background-color: #ffffff;
}

.post-body {
  font-size: 14px;
  color: #4d4d4d;
  padding: 0;
  word-break: break-word;
}

.post-body span {
  display: inline-block;
  word-wrap: break-word;
  vertical-align: bottom;
}

.date-post span {
  vertical-align: middle;
  font-weight: 400;
}

.post-body span p {
  margin: 0;
}

.post-body a {
  text-decoration: none;
  color: #0198e9;
}

.modal .post-body p {
  word-wrap: break-word;
}

.post-body .main-post-actions span,
.post-body .comments-list .comment-actions {
  width: auto;
}

.post-body a.url-in-post {
  color: #0198e9;
  text-decoration: none;
}

.main-post-actions {
  margin: 2px 0;
}

.like-part,
.comment-part {
  margin-right: 15px;
  font-size: 13px;
}

.like-part {
  cursor: pointer;
}

.share-part {
  float: right;
  font-weight: 700;
  color: #4d4d4d;
  font-size: 13px;
  cursor: pointer;
}

.block-item-auf,
.block-item {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 9px;
}

.block-item {
  margin-bottom: 10px;
}

.block-item .post-header {
  padding-bottom: 0;
}

.time-section {
  width: calc(100% - 55px);
}

.add-comment-section,
.add-message-section {
  background-color: #f5f5f5;
  padding: 10px 15px 10px 20px;
  border-radius: 0 0 8px 8px;
  font-size: 0;
}

.photo-section,
.time-section {
  display: inline-block;
  vertical-align: middle;
}

.user-photo-comment,
.user-photo-message {
  width: 30px;
  height: 30px;
  background-color: #d9d9d9;
  border-radius: 50%;
  margin: 0 auto;
  font-size: 12px;
}

.avatar-user,
.comment-text,
.message-text,
.post-comment,
.post-message {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}

.post-comment {
  padding-left: 15px;
}

.post-message {
  padding-left: 10px;
}

#message-form .post-comment,
#message-form .post-message {
  padding-left: 10px;
}

.comment-text,
.message-text {
  width: calc(100% - 105px);
  padding-left: 15px;
}

.edit-comment-text {
  width: calc(100% - 125px);
}

.edit-message-text {
  width: calc(100% - 80px);
}

#message-form .comment-text,
#message-form .message-text {
  width: calc(100% - 80px);
}

.comment-text input,
.message-text input {
  width: 100%;
  border: 0;
  border-radius: 8px;
  padding: 5px 15px;
  font-size: 14px;
  outline: none;
}

.comment-text input:active,
.comment-text input:focus,
.message-text input:active,
.message-text input:focus {
  border: 0;
}

.comment-text input::placeholder,
.message-text input::placeholder {
  color: #b7b7b7;
  font-size: 14px;
}

.comment-text textarea,
.message-text textarea {
  width: 100%;
  border: 0;
  border-radius: 8px;
  padding: 5px 15px;
  font-size: 14px;
  outline: none;
  overflow: auto;
  resize: none;
  height: 50px;
}

.comment-text textarea:active,
.comment-text textarea:focus,
.message-text textarea:active,
.message-text textarea:focus {
  border: 0;
}

.comment-text textarea::placeholder,
.message-text textarea::placeholder {
  color: #b7b7b7;
  font-size: 14px;
}

.comment-section {
  background-color: #ffffff;
  padding: 0 15px 15px;
}

.comment-user-photo .user-photo {
  width: 30px;
  height: 30px;
  background-color: #d9d9d9;
  border-radius: 50%;
  margin: 0 auto;
}

.empty-space {
  width: 35px;
}

.comment-user-photo,
.comment-user-text,
.empty-space,
.comment-date {
  display: inline-block;
  vertical-align: middle;
}

.comment-user-photo {
  vertical-align: top;
}

.comment-user-text {
  width: 80%;
  background-color: #f8f8f8;
  border-radius: 8px;
  padding: 8px 13px;
  margin-left: 10px;
  font-size: 13px;
}

.single-post-item .comment-user-text {
  width: calc(100% - 73px);
}

.comment-user-text .user-name-comment {
  color: #0198e9;
  font-weight: 600;
  vertical-align: top;
}

.comment-user-text .user-name-comment a {
  color: #0198e9;
  display: inline-block;
  text-decoration: none;
}

.comment-user-text span,
.comment-user-text a,
.information-block span,
.personal-info-description span,
.name,
.name a {
  word-wrap: break-word;
  max-width: 100%;
}

.comment-user-text p {
  margin-bottom: 0;
}

.comment-date {
  width: 88%;
  margin-left: 10px;
  font-size: 12px;
  color: #999999;
}

.font-weight-bold {
  font-weight: 700;
}

.comments-list {
  border-top: none;
  margin-right: 0;
}

.comments-list.empty {
  border: none;
}

.modal-footer,
.modal-header {
  border: 0;
}

.modal-header {
  padding: 0 16px;
  background-color: #0198e9;
  border-radius: 9px 9px 0 0;
}

.modal .close {
  text-shadow: none;
  color: #ffffff;
  opacity: 1;
  outline: none;
}

#deletePostModal .modal-title,
#deletePostModal .modal-body {
  font-size: 14px;
  font-weight: 700;
  color: #4d4d4d;
}

#deletePostModal .modal-body {
  font-weight: 400;
  padding: 15px 40px 0;
}

#blockUserModal .modal-body,
#removeMsgModal .modal-body,
#reportPostModal .modal-body {
  font-size: 13px;
  font-weight: 400;
  font-family: "Open Sans", "Arial", "Helvetica", "sans-serif";
  color: #4d4d4d;
}

#blockUserModal .modal-body p,
#removeMsgModal .modal-body p,
#reportPostModal .modal-body p {
  margin-bottom: 0;
}

#blockUserModal .modal-body .modal-title,
#removeMsgModal .modal-body .modal-title,
#reportPostModal .modal-body .modal-title {
  font-size: 16px;
  font-weight: 700;
  color: #4d4d4d;
  margin-bottom: 15px;
}

#blockUserModal hr,
#removeMsgModal hr,
#reportPostModal hr {
  margin: 8px 0;
}

#blockUserModal .modal-footer,
#removeMsgModal .modal-footer,
#reportPostModal .modal-footer,
#profileInfoModal .modal-footer,
#educationModal .modal-footer,
#experienceModal .modal-footer {
  text-align: right;
  padding-right: 20px;
}

.modal-footer .close-button,
.modal-footer .delete-button,
.modal-footer .report-button,
.modal-footer .save-button {
  border: 1px solid #0198e9;
  background-color: transparent;
  display: inline-block;
  cursor: pointer;
}

.modal-footer .close-button:hover,
.modal-footer .delete-button:hover,
.modal-footer .report-button:hover,
.modal-footer .save-button:hover {
  border: 1px solid #0198e9;
  background-color: #0198e9;
  color: #ffffff;
}

.close-button,
.delete-button,
.share-button,
.edit-button,
.deactivate-button,
.report-button,
.save-button {
  font-size: 13px;
  border-radius: 9px;
  padding: 3px 20px;
  font-weight: 600;
}

.close-button,
.delete-button,
.share-button:hover,
.edit-button:hover,
.report-button,
.save-button {
  background-color: transparent;
  border: 1px solid #dddddd;
  color: #4d4d4d;
}

.delete-button,
.close-button:hover,
.share-button,
.edit-button,
.report-button {
  background-color: #e6e1e1;
  border: 1px solid #e6e1e1;
  color: #4d4d4d;
}

.show > .close-button.dropdown-toggle,
.show > .delete-button.dropdown-toggle {
  background-color: #e6e1e1;
  border: 1px solid #e6e1e1;
  color: #4d4d4d;
}

.modal-dialog {
  max-width: 434px;
  margin: 1.75rem auto;
}

.modal-content {
  border-radius: 10px 10px 9px 9px;
  border: 0;
  display: block;
}

.modal-body {
  padding: 16px 22px;
}

.modal-footer {
  display: block;
  padding-top: 0;
  width: 100%;
}

.photo-section,
.access-select,
.modal-time-post {
  display: inline-block;
  vertical-align: middle;
}
.post-editor {
  margin-top: 15px;
}
.post-editor .editor-section {
  margin-top: 0px !important;
}
.post-type-section,
.editor-section {
  margin-top: 15px;
}

.access-select span {
  outline: none;
}

.textarea-share textarea {
  width: 100%;
  resize: none;
  border: 1px solid #dcdcdc;
  border-radius: 9px;
  padding: 15px;
  font-size: 14px;
  outline: none;
}

.textarea-share textarea::placeholder {
  color: #b5b5b5;
}

.shared-message {
  font-size: 14px;
  color: #b8b8b8;
  position: relative;
  font-style: italic;
  word-break: break-word;
  display: inline-block;
  max-height: 65px;
  overflow: hidden;
  vertical-align: middle;
}

.shared-message p {
  margin: 0;
}

.shared-line {
  position: relative;
  margin: 10px 0 15px 25px;
}

#sharePostModal .shared-content {
  margin: 0;
}

.shared-content .time-post {
  width: calc(100% - 55px);
}

.shared-line span {
  vertical-align: text-bottom;
}

.shared-line:after {
  content: "";
  position: absolute;
  top: 0;
  left: -13px;
  border-left: 3px solid #0198e9;
  height: 100%;
}

.shared-line .ql-emojiblot {
  display: inline;
}

.user-name-share {
  position: relative;
  padding-bottom: 20px;
}

.user-name-share .time-post {
  margin-left: 10px;
  width: 80%;
}

.shared-content {
  margin: 0 15px;
  border: 1px solid #dedede;
  border-radius: 9px;
}

.empty-block {
  height: 10px;
}

.edit-button:not(:disabled):not(.disabled).active,
.edit-button:not(:disabled):not(.disabled):active,
.show > .edit-button.dropdown-toggle,
.share-button:not(:disabled):not(.disabled).active,
.share-button:not(:disabled):not(.disabled):active,
.show > .share-button.dropdown-toggle {
  background-color: transparent;
  border: 1px solid #dddddd;
  color: #373a3c;
}

.connection-requests-section
  .see-all-connections
  .post-comment-button:not(:disabled):not(.disabled).active,
.post-comment-button:not(:disabled):not(.disabled):active,
.show > .post-comment-button.dropdown-toggle,
.post-comment .post-comment-button,
.post-comment .post-comment-button:hover {
  background-color: #b8b8b8;
  border: 1px solid #b8b8b8;
  padding: 0 13px;
  color: #ffffff;
}

.edit-comment .post-comment-button,
.btn-primary:not(:disabled):not(.disabled):active,
.edit-comment .post-comment-button:hover {
  background-color: #0198e9;
  border: 1px solid #0198e9;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus,
.btn-primary.focus,
.btn-primary:focus {
  box-shadow: none;
}

.cancel-edit-comment,
.cancel-edit-message {
  display: inline-block;
  text-align: center;
  width: 33px;
  height: 13px;
  cursor: pointer;
}

.ui-selectmenu-menu {
  z-index: 9999;
}

.ui-selectmenu-open ul {
  padding-left: 0;
}

.ui-selectmenu-open ul li {
  list-style-type: none;
}

.ui-selectmenu-button.ui-button {
  width: 100%;
  background-color: transparent;
  border: 1px solid #0198e9;
  border-radius: 9px;
  padding: 2px 6px;
  color: #0198e9;
  font-size: 12px;
  font-family: "Open Sans", "sans-serif";
}

.ui-selectmenu-button.ui-button:active {
  border: 1px solid #0198e9;
  color: #0198e9;
  font-weight: 400;
}

.access-select .ui-state-active .ui-icon,
.access-select .ui-button:active .ui-icon,
.access-select .ui-button .ui-icon {
  background-image: url("/static/img/chevron-down-blue-b2c0682911b85ca9f322f890b4d35abb.svg");
}

.ui-icon-triangle-1-s {
  background-position: 2px 6px;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  background-color: #f8f8f8;
  border: none;
  color: #0198e9;
}

.ui-widget.ui-widget-content {
  border: 1px solid #dcdcdc;
  border-radius: 9px;
  font-size: 12px;
  overflow: auto;
  max-height: 205px;
}

.ui-widget.ui-widget-content::-webkit-scrollbar {
  display: none;
}

textarea::-webkit-scrollbar {
  display: none;
}

.wysiwyg-content {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.ui-widget.ui-widget-content,
textarea {
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}

select {
  outline: none !important;
}

#postLikesModal .modal-body .modal-title {
  font-size: 16px;
  font-weight: 600;
}

.post-likes .user-like {
  padding-top: 20px;
}

.post-likes {
  overflow: auto;
  height: 400px;
}

#postLikesModal .modal-body {
  padding: 16px 10px 16px 22px;
}

#postLikesModal .modal-title {
  padding-bottom: 15px;
  margin: 0 30px 15px 0;
  border-bottom: 1px solid #dddddd;
}

#fullPostModal .modal-body {
  padding: 0;
}

#fullPostModal .post-body {
  overflow: auto;
  max-height: 400px !important;
  padding: 10px 15px 0 20px;
}

#fullPostModal .block-item-auf,
#fullPostModal .post-body p,
#fullPostModal .block-item {
  margin-bottom: 0;
}

#fullPostModal .modal-header .close {
  margin-right: -12px;
}

#fullPostModal .post-header {
  padding-bottom: 15px;
}

#fullPostModal .post-header-auf {
  border-radius: 0;
  padding: 10px 0 15px 15px;
}

#fullPostModal .color-border {
  margin-bottom: 10px;
}

#fullPostModal .comment-section {
  padding-left: 0;
}

#fullPostModal .comment-date {
  width: 85%;
  margin-bottom: 15px;
}

.read-more-post {
  font-size: 12px;
  font-weight: 600;
  color: #5d0073;
  cursor: pointer;
}

.open-post {
  font-size: 12px;
  font-weight: 600;
  color: #5d0073;
  cursor: pointer;
  margin-bottom: 0;
}

.post-body .read-more-post,
.post-body .open-post {
  width: auto;
}

.connection-requests-section .photo-section,
.connection-requests-section .time-post {
  vertical-align: middle;
}

.connection-user .photo-section {
  font-size: 12px;
}

.connection-requests-section {
  color: #4d4d4d;
  padding: 0;
  border-radius: 9px 9px 0 0;
}

.connection-requests-section .connection-user {
  padding-bottom: 22px;
}

.connection-requests-section .time-post .name {
  font-size: 13px;
  font-weight: 400;
}

.connection-requests-section .time-post {
  margin-left: 5px;
}

.connection-requests-section .user-photo {
  width: 25px;
  height: 25px;
}

.connection-requests-section p {
  font-size: 14px;
  font-weight: 700;
  font-family: "Open Sans", "sans-serif";
}

.connection-requests-section .checked-connection {
  float: right;
  background: url("/static/img/checked-connection-767c43905c6fb93701177c3a1a0ec46d.svg") no-repeat 0 5px;
  width: 30px;
  height: 30px;
}

.connection-requests-section .checked-connection:hover {
  background: url("/static/img/checked-connection-green-eb628cd5649702757a45222821848bfe.svg") no-repeat 0 5px;
  cursor: pointer;
}

.connection-requests-section .see-all-connections {
  text-align: center;
}

.connection-requests-section .common-hr {
  margin: 22px 8px 16px;
}

.connection-requests-section .see-all-connections .btn-primary {
  border-radius: 9px;
  background-color: #ffffff;
  border: 1px solid #0198e9;
  padding: 3px 10px;
  font-size: 12px;
}

.connection-requests-section .see-all-connections .btn-primary:hover {
  background-color: #0198e9;
  border-color: #0198e9;
}

.connection-requests-section .see-all-connections .btn-primary a {
  color: #4d4d4d;
  text-decoration: none;
}

.connection-requests-section .see-all-connections .btn-primary:hover a {
  color: #ffffff;
}

.see-connections:not(:disabled):not(.disabled).active,
.see-connections:not(:disabled):not(.disabled):active,
.show > .see-connections.dropdown-toggle {
  background-color: #b8b8b8;
  border: 1px solid #b8b8b8;
}

.connection-requests-section .connections-container {
  padding: 18px 18px 9px;
}

.profile-details-section,
.community-details-section,
.connection-requests-section,
.content-middle-section {
  max-width: 228px;
  width: 100%;
  text-align: left;
  border-radius: 9px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.content-middle-section {
  max-width: 501px;
  width: 100%;
  min-height: 100%;
  box-shadow: none;
}

.hidden-fix {
  position: fixed;
  width: 100%;
  height: 15px;
  top: 65px;
  z-index: 3;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(248, 248, 248, 0) 50%,
    rgba(248, 248, 248, 0) 100%
  );
}

.profile-details-section .avatar-photo {
  text-align: center;
  position: relative;
  overflow: hidden;
  margin: -60px auto 0;
  border-radius: 9px;
  height: 200px;
}

.profile-details-section .avatar-photo .avatar-user {
  border-radius: 9px;
  width: 200px;
  height: 200px;
}

.profile-details-section .color-section {
  width: 100%;
  height: 73px;
  border-radius: 9px 9px 0 0;
}

.profile-details-section .add-photo {
  background-color: #0198e9;
  display: inline-block;
  padding: 11px;
  border-radius: 50%;
  position: absolute;
  top: 193px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 11px;
}

.profile-details-section .username-part {
  padding: 23px 15px 8px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #4d4d4d;
}

.profile-details-section .about-username-part {
  padding: 18px 15px 22px;
}

.profile-details-section .username-part p {
  margin: 0 auto;
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.common-hr {
  border-top: 1px solid #d1d1d1;
}

.profile-details-section .common-hr {
  margin: 0 8px 16px;
}

.profile-details-section .sidebar-item {
  padding-left: 5px;
  vertical-align: middle;
}

.sidebar-menu ul a li,
.sidebar-menu ul .connections-disabled li {
  list-style-type: none;
  padding: 9px 10px;
  width: 100%;
  margin-bottom: 5px;
}

.sidebar-menu ul a,
.sidebar-menu .connections-disabled {
  color: #4d4d4d;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.sidebar-menu .connections-disabled {
  color: #c7c7c7;
}

.sidebar-menu ul {
  padding: 0 8px;
  margin-bottom: 3px;
}

.sidebar-menu .sidebar-item a {
  padding-left: 12px;
}

.icon-sidebar,
.text-sidebar {
  display: inline-block;
  vertical-align: middle;
}

.icon-sidebar {
  width: 23px;
}

.news-feed-active,
.communities-active,
.blue-accent-active {
  background-color: #0198e9;
  color: #ffffff;
}

.my-wall-active {
  background-color: #ffd500;
  color: #ffffff;
}

.profile-details-active {
  background-color: #5d0073;
  color: #ffffff;
}

.connections-active {
  background-color: #e40001;
  color: #ffffff;
}

.notifications-active {
  background-color: #7eb301;
  color: #ffffff;
}

.sidebar-menu .sidebar-icon {
  display: inline-block;
  vertical-align: middle;
}

.sidebar-menu .sidebar-icon-news-feed {
  width: 17px;
  height: 13px;
  background: url("/static/img/news-feed-icon-black-08a3a94676cce304b4a2e7487f8c478b.svg") no-repeat center / cover;
}

.sidebar-menu .news-feed-hover:hover .sidebar-icon-news-feed,
.sidebar-menu .news-feed-active .sidebar-icon-news-feed {
  background: url("/static/img/news-feed-icon-244c5a7e9943d174fdb507cce16cd0c5.svg") no-repeat center / cover;
}

.sidebar-menu .sidebar-icon-my-wall {
  width: 18px;
  height: 12px;
  background: url("/static/img/mywall-icon-84224ba1f55432e09c329ea741c87087.svg") no-repeat center / cover;
}

.sidebar-menu .my-wall-hover:hover .sidebar-icon-my-wall,
.sidebar-menu .my-wall-active .sidebar-icon-my-wall {
  background: url("/static/img/mywall-icon-white-3af3c0c9281217099e04289ed3b3bb31.svg") no-repeat center / cover;
}

.sidebar-menu .sidebar-icon-profile-details {
  width: 21px;
  height: 14px;
  background: url("/static/img/profile-details-icon-52302477a1339467c532e23d7436f882.svg") no-repeat center / cover;
}

.sidebar-menu .profile-details-hover:hover .sidebar-icon-profile-details,
.sidebar-menu .profile-details-active .sidebar-icon-profile-details {
  background: url("/static/img/profile-details-icon-white-c1cc2a5abbf3c37eafef14bc987956ca.svg") no-repeat center /
    cover;
}

.sidebar-menu .sidebar-icon-connections {
  width: 19px;
  height: 18px;
  background: url("/static/img/connections-icon-6bdeb43c7b5d1a7b8c9000c9964fde84.svg") no-repeat center / cover;
}

.sidebar-menu .connections-hover:hover .sidebar-icon-connections,
.sidebar-menu .connections-active .sidebar-icon-connections {
  background: url("/static/img/connections-icon-white-a0d09526bc56e88b6272783a2920c84f.svg") no-repeat center / cover;
}

.sidebar-menu .sidebar-icon-connections-disabled {
  width: 19px;
  height: 18px;
  background: url("/static/img/connections-disabled-icon-e2fb11d2708191c0be64e6b8681a1eb3.svg") no-repeat center /
    cover;
}

.sidebar-menu .sidebar-icon-notifications {
  width: 18px;
  height: 18px;
  background: url("/static/img/notifications-icon-5a6106c1fbb623bec0bd82c0254bc5c6.svg") no-repeat center / cover;
}

.sidebar-menu .notifications-hover:hover .sidebar-icon-notifications,
.sidebar-menu .notifications-active .sidebar-icon-notifications {
  background: url("/static/img/notifications-icon-white-c5481f52a5d3e89ea1835f656f8ec622.svg") center / cover;
}

.sidebar-menu .sidebar-icon-communities {
  width: 26px;
  height: 17px;
  background: url("/static/img/group-sidebar-icon-black-f8bb532cc43a7b19377cc437f03e91ee.svg") no-repeat center /
    cover;
}

.sidebar-menu .communities-hover:hover .sidebar-icon-communities,
.sidebar-menu .communities-active .sidebar-icon-communities {
  background: url("/static/img/group-sidebar-icon-white-6ff36142305426135bc706aebfb1f479.svg") no-repeat center /
    cover;
}

.sidebar-menu .news-feed-hover:hover,
.sidebar-menu .communities-hover:hover {
  background-color: #0198e9;
  color: #ffffff;
}

.sidebar-menu .my-wall-hover:hover {
  background-color: #ffd500;
  color: #ffffff;
}

.sidebar-menu .profile-details-hover:hover {
  background-color: #5d0073;
  color: #ffffff;
}

.sidebar-menu .connections-hover:hover {
  background-color: #e40001;
  color: #ffffff;
}

.sidebar-menu .notifications-hover:hover {
  background-color: #7eb301;
  color: #ffffff;
}

.block-item-auf .user-name .name a,
.block-item .user-name .name a,
.block-item-auf .user-name .name a:hover,
.block-item .user-name .name a:hover,
.connection-requests-section .user-name .name a,
.connection-requests-section .user-name .name a:hover,
.add-friend a {
  text-decoration: none;
  color: #4d4d4d;
  display: inline-block;
}

.add-friend {
  padding-bottom: 15px;
  text-align: right;
  font-weight: 600;
  font-size: 14px;
  margin: 0 15px;
}

.add-friend .add-friend-part,
.add-friend .cancel-request-part,
.add-friend .unfriend-part,
.add-friend .unfollow-part,
.add-friend .send-message-part {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 10px;
  border: 1px solid #0198e9;
  border-radius: 9px;
  cursor: pointer;
}

.add-friend .send-message-part,
.add-friend .add-friend-part {
  padding: 5px 10px 1px;
}

.add-friend .send-message-part span,
.add-friend .add-friend-part span {
  vertical-align: top;
}

.add-friend .send-message-part .send-message-img {
  background: url("/static/img/send-message-black-fbca8663c29e209d17cfd34ad1469457.svg") no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.add-friend .add-friend-part .add-friend-img {
  background: url("/static/img/add-friend-black-2abb7e584895352635162a9ff8b790db.svg") no-repeat 4px -7px;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.add-friend .add-friend-part:hover .add-friend-img {
  background: url("/static/img/add-friend-white-63732a03edbc63fa72afd6ca44bf1725.svg") no-repeat 4px -7px;
}

.add-friend .send-message-part:hover .send-message-img {
  background: url("/static/img/send-message-white-302f7fc20f9c4a1d349e082116c81195.svg") no-repeat;
}

.add-friend .send-message-part:hover {
  background-color: #0198e9;
}

.add-friend .add-friend-part,
.add-friend .cancel-request-part,
.add-friend .unfriend-part {
  margin-right: 10px;
}

.add-friend a:hover .unfollow-part,
.add-friend a:hover .cancel-request-part,
.add-friend a:hover .unfriend-part,
.add-friend a:hover .send-message-part,
.add-friend a:hover .add-friend-part {
  background-color: #0198e9;
  border-color: #0198e9;
  color: #ffffff;
}

.hidden {
  display: none;
}

@media (hover: none) {
  .add-friend a:hover .unfollow-part,
  .add-friend a:hover .cancel-request-part,
  .add-friend a:hover .unfriend-part,
  .add-friend a:hover .send-message-part,
  .add-friend a:hover .add-friend-part {
    background-color: #ffffff;
    border-color: #0198e9;
    color: #4d4d4d;
  }
}

.no-posts {
  text-align: center;
  padding: 30px 15px;
}

.no-posts .text-no-posts {
  max-width: 166px;
  width: 100%;
  margin: 0 auto;
  font-style: italic;
  font-size: 14px;
  font-family: "Open Sans", "sans-serif";
  color: #a5a5a5;
  padding-top: 15px;
}

.add-friend-mobile {
  display: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #ffffff;
  color: #0198e9;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button {
  border: 0;
  background: #ffffff;
  text-align: center;
}

.date {
  position: relative;
}

.date .table th {
  border-top: none;
}

.date .input-group-text {
  position: absolute;
  top: 4px;
  right: -2px;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td span.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #0198e9;
}

.bootstrap-datetimepicker-widget table td.day {
  height: 30px;
  width: 30px;
}

.bootstrap-datetimepicker-widget {
  height: auto !important;
  top: auto !important;
  bottom: auto !important;
  font-size: 13px;
}

#profileInfoModal .bootstrap-datetimepicker-widget {
  top: 30px !important;
}

#expiration-date-picker .bootstrap-datetimepicker-widget {
  top: 50px !important;
}

#expiration-date-picker input {
  color: #4d4d4d;
}

.datetimepicker-block {
  font-size: 13px;
  max-width: 100px;
  border: 1px solid #bebebe;
  border-radius: 9px;
  padding-left: 5px;
  outline: none;
}

.error {
  color: #e40001;
  font-style: italic;
  font-size: 14px;
}

.block-item-auf {
  margin-bottom: 10px;
}

.post-header-auf:first-child {
  margin-top: 0;
}

.tooltip-inner {
  background-color: #ffffff;
  color: #4d4d4d;
  font-size: 12px;
}

.tooltip .arrow::before {
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
}

.toast-close-button {
  top: 2px;
}

.shared-section {
  border: 1px solid #dedede;
  border-radius: 9px;
  margin-top: 10px;
}

.shared-section .shared-content {
  padding: 10px 10px 10px 35px;
}

.shared-content .username-shared-content {
  margin: 13px 0 0 13px;
  font-weight: 700;
  color: #4d4d4d;
  font-size: 14px;
}

.shared-content .username-shared-content a {
  color: #4d4d4d;
  text-decoration: none;
}

.shared-content .media-collection {
  border-radius: 9px;
}

.shared-content p a {
  text-decoration: none;
  color: #4d4d4d;
}

.access-select,
.date-picker-section {
  display: inline-block;
  vertical-align: top;
}

.expiry-date {
  display: block;
  font-size: 12px;
  color: #b5b5b5;
  font-style: italic;
}

.submit-edit-btn {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding-top: 15px;
}

.header-menu-mobile ul li a {
  text-decoration: none;
  color: #4d4d4d;
}

.empty-quick-view-notifications {
  padding: 30px 23px;
  font-size: 13px;
  font-weight: 400;
  color: #4d4d4d;
}

.empty-quick-view-notifications p {
  text-align: left;
  margin-bottom: 0;
}

.comment-block {
  position: relative;
  font-size: 0;
}

.comments-list .comment-actions {
  vertical-align: top;
  padding: 0 10px;
  font-size: 16px;
}

.view-more-actions {
  right: 35px;
  top: 0;
}

.loading-animation,
.sm-loading-animation {
  width: 100px;
  display: block;
  margin: 0 auto;
}

.sm-loading-animation {
  width: 50px;
}

.overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  opacity: 0.1;
  z-index: 5;
}

.overlay.menu {
  background-color: #000000;
}

.comment-user-text span {
  display: inline;
}

.inline-button {
  display: inline-block;
}

.search-icon button {
  border: none;
  color: #a5a5a5;
  background-color: transparent;
  outline: none;
}

.unread-notification {
  background-color: #e6f5fc;
}

.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  z-index: 2;
}

.disable-comments-label,
.currently-studying-label,
.currently-working-label,
.event-online-label {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.disable-comments-label input,
.currently-studying-label input,
.currently-working-label input,
.event-online-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.disable-comments-label .checkbox-text,
.currently-studying-label .checkbox-text,
.currently-working-label .checkbox-text,
.event-online-label .checkbox-text {
  font-size: 12px;
  color: #4d4d4d;
  font-weight: 400;
  font-family: "Open Sans", "Arial", "Helvetica", "sans-serif";
}

.disable-comments-label .checkmark,
.currently-studying-label .checkmark,
.currently-working-label .checkmark,
.event-online-label .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #ffffff;
  border: 1px solid #0198e9;
  border-radius: 4px;
}

.disable-comments-label input:checked ~ .checkmark:after,
.currently-studying-label input:checked ~ .checkmark:after,
.currently-working-label input:checked ~ .checkmark:after,
.event-online-label input:checked ~ .checkmark:after {
  display: block;
}

.disable-comments-label .checkmark:after,
.currently-studying-label .checkmark:after,
.currently-working-label .checkmark:after,
.event-online-label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 4px;
  top: 3px;
  width: 5px;
  height: 7px;
  border: 1px solid #0198e9;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.bottom-radius {
  border-radius: 0 0 9px 9px;
}

.comment-padding {
  padding-top: 15px;
}

.message-thread-footer {
  padding: 0;
}

.ql-toolbar.ql-snow {
  text-align: left;
  border-radius: 9px 9px 0 0;
}

.editor-container {
  border-radius: 0 0 9px 9px;
}

.comment-form .ql-toolbar.ql-snow,
.comment-form .ql-container.ql-snow,
#edit-message-form .ql-toolbar.ql-snow,
#edit-message-form .ql-container.ql-snow,
#message-form .ql-toolbar.ql-snow,
#message-form .ql-container.ql-snow {
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #f5f5f5;
}

.ql-toolbar.ql-snow .ql-formats {
  margin-right: 0;
}

.comments-list .comment-user-text span {
  display: inline-block;
  vertical-align: bottom;
}

.post-body span.ql-emojiblot .ap {
  width: 20px;
  vertical-align: middle;
}

.comment-user-text span p a {
  color: #0198e9;
  text-decoration: none;
}

#tab-toolbar .active {
  border-bottom: 3px solid #0198e9;
}

.textarea-emoji-control {
  cursor: pointer;
  width: 20px;
  height: 20px;
}

.textarea-emoji-control img {
  width: 100%;
}

#tab-toolbar {
  text-align: left;
}

.hidden-content {
  display: none;
}

.ql-editor {
  max-height: 100px;
  padding: 12px 15px !important;
}

.ql-editor.ql-blank::before {
  left: 0;
}

#newPostModal .ql-editor,
#editPostModal .ql-editor,
#share-post-form .ql-editor {
  min-height: 80px;
}

.category-post .ql-editor {
  min-height: 200px !important;
}

#fullPostModal .ql-editor {
  height: auto !important;
  min-height: 22px !important;
}

.wysiwyg-content {
  padding: 0 !important;
  max-height: 80px !important;
}

.textarea-emoji-control {
  top: -32px;
  right: 10px;
}

#textarea-emoji {
  top: 0 !important;
}

.messages-page #textarea-emoji {
  top: -305px !important;
}

.ql-snow .ql-tooltip.ql-flip {
  z-index: 1;
}

.body-chat.scroll-wrapper > .scroll-content,
.messages-page .scroll-content {
  overflow-x: hidden !important;
}

.shared-content p a.see-original-post,
.shared-content .shared-line a.see-original-post {
  color: #5d0073;
  font-weight: 400;
  font-style: normal;
  vertical-align: bottom;
  font-size: 14px;
  text-decoration: none;
}

.ql-tooltip {
  z-index: 1;
  left: 50% !important;
  transform: translateX(-50%) !important;
}

.post-clipped {
  max-height: 220px;
  overflow: hidden;
}

.see-more-post {
  max-height: none;
  overflow: visible;
}

.comment-clipped {
  max-height: 132px;
  overflow: hidden;
}

.post-body .see-more,
.comments-list .comment-user-text .see-more {
  font-size: 13px;
  display: block;
  color: #5d0073;
  font-weight: 600;
  cursor: pointer;
}

.post-body .hidden,
.comments-list .comment-user-text .hidden {
  display: none;
}

@supports (-ms-ime-align: auto) {
  .post-body,
  .post-body p,
  .shared-message,
  .friend-message .body-message .text-message,
  .my-message .body-message .text-message,
  .group-title-container .group-name-section .group-title,
  .message-item .user-conversation .conversation-username,
  .group-chat-info-message p,
  .messages-section .friend-date-message,
  .messages-section .my-date-message,
  .interests-section .interests-part .interest,
  .notifications-section .notification-community-name,
  .notifications-item .dropdown-notifications .notification-community-name,
  .notification-page-item .name-part,
  .community-description .community-info,
  .about-page .description-body,
  .community-settings .community-title,
  .about-page .community-title,
  .user-admin a,
  .reason-for-report,
  .user-name-comment a {
    word-break: break-all;
  }

  #fullPostModal .ql-editor {
    min-height: 40px !important;
  }

  .scroll-wrapper.ql-editor {
    padding: 12px 15px 20px !important;
  }

  .post-content {
    max-width: 460px;
    width: 100%;
  }
}

@-moz-document url-prefix() {
  #fullPostModal .ql-editor {
    min-height: 40px !important;
  }

  .scroll-wrapper.ql-editor {
    padding-bottom: 20px !important;
  }
}

.ui-menu .ui-menu-item:last-child .ui-menu-item-wrapper {
  border-radius: 0 0 9px 9px;
}

.ui-menu .ui-menu-item:first-child .ui-menu-item-wrapper {
  border-radius: 9px 9px 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: 0;
}

#ui-id-1.ui-autocomplete {
  position: fixed;
}

.single-post-item .write-something-section {
  border-radius: 0 0 9px 9px;
  box-shadow: none;
}

.report-post-description {
  font-size: 14px;
  font-family: "Open Sans", "Arial", "Helvetica", "sans-serif";
  color: #4d4d4d;
}

.previous-reason-report-action {
  margin-top: 11px;
}

.other-reason-report {
  background-color: rgba(232, 232, 232, 0.5);
  border-radius: 6px;
  font-size: 11px;
  font-style: italic;
  color: #4d4d4d;
  border: 0;
  padding: 4px 7px;
  max-width: 186px;
  width: 100%;
  margin-left: 20px;
  outline: none;
}

.load-more-comments {
  background-color: #ffffff;
  padding: 10px 15px 0;
}

.reason-for-report {
  margin: 0;
  font-weight: 600;
  font-size: 14px;
  word-break: break-word;
}

.custom-combobox {
  position: relative;
  display: inline-block;
}

.custom-combobox-toggle {
  position: absolute;
  top: 8px;
  bottom: 0;
  right: 9px;
  border-radius: 0 9px 9px 0;
  background: url("/static/img/chevron-light-grey-icon-19f1fa40696d838c259dccca30adf355.svg") no-repeat 0 3px;
  width: 11px;
  height: 11px;
  padding: 0;
  cursor: pointer;
}

.custom-combobox-input.ui-widget.ui-widget-content {
  margin: 0;
  padding: 5px 10px;
  outline: none;
  border: 1px solid #bebebe;
}

.ui-widget-content.ui-autocomplete {
  z-index: 1051;
}

#combobox-button {
  display: none;
}

.active {
  display: inline-block;
}

.emoji_completions {
  z-index: 1;
  text-align: left;
  left: 0 !important;
}

.comment-form .ql-container.ql-snow {
  min-height: 45px;
}

#ws-connection {
  display: none;
}

.modal-body .my-pond {
  margin: 10px 0 0;
}

.filepond--file-info-main .filepond--download-icon,
.filepond--file-info-sub {
  display: none;
}

.my-pond .filepond--drop-label {
  background-color: #eee;
  color: #0198e9;
  border-radius: 9px;
  cursor: pointer;
}

.my-pond .filepond--drop-label label {
  cursor: pointer;
}

.upload-info {
  font-family: "Open Sans", "Arial", "Helvetica", "sans-serif";
  font-size: 12px;
  color: #4d4d4d;
  text-align: center;
}

.upload-info p {
  margin: 0;
}

.select-file {
  text-align: center;
  margin: 10px 0;
}

.margin-block {
  margin-top: 15px;
}

.image-selected,
.video-selected,
.document-selected {
  display: inline-block;
  background-color: #fff;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}

.active-filepond .img-icon,
.active-filepond .video-icon,
.active-filepond .docs-icon {
  border-radius: 50%;
  width: 38px;
  height: 38px;
}

.image-selected {
  background: url("/static/img/upload-photo-icon-blue-2473569101b0b3eb0bc81253ba042d7d.svg") no-repeat 11px 13px;
  margin-right: 35px;
}

.video-selected {
  background: url("/static/img/upload-video-icon-blue-0b7fe2836b4883145a944455a827083a.svg") no-repeat 11px 13px;
  margin-right: 35px;
}

.document-selected {
  background: url("/static/img/upload-docs-icon-blue-593d7990e27e4f0ac495faa970813d1a.svg") no-repeat 13px 12px;
}

.active-filepond .img-icon {
  background: url("/static/img/upload-photo-icon-white-0a0cdd43d94196b2c4debed00e0f2dde.svg") no-repeat 11px 13px;
}

.active-filepond .video-icon {
  background: url("/static/img/upload-video-icon-white-ff3583e8aed108737d656733572e39c8.svg") no-repeat 11px 13px;
}

.active-filepond .docs-icon {
  background: url("/static/img/upload-docs-icon-white-3d02729526463463afecdee6d6858624.svg") no-repeat 13px 12px;
}

.active-filepond {
  background-color: #2d9ee0;
}

.show-block {
  display: block;
}

.post-content {
  padding: 10px 15px;
  width: 100%;
}

.post-content iframe {
  width: 100%;
  border: none;
}

.post-body .see-more {
  padding: 0 15px 10px;
}

.post-body .shared-line .see-more {
  padding: 0;
}

.media-collection {
  font-size: 0;
  background-color: #fff;
  padding-bottom: 15px;
}

.media-collection video {
  width: 100%;
  outline: none;
}

.media-collection .document-section {
  color: #4d4d4d;
  text-decoration: none;
  margin: 0 15px;
  display: block;
}

.document-block {
  background-color: #eee;
  border-radius: 9px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 13px;
}

.document-info,
.download-btn,
.document-icon,
.document-name {
  display: inline-block;
  vertical-align: middle;
}

.document-info {
  width: calc(100% - 15px);
}

.document-name {
  margin-left: 10px;
  line-height: 1.2;
  width: calc(100% - 35px);
}

.document-name p,
.metadata-block p {
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.metadata-block {
  margin-bottom: 10px;
}
.metadata-block p {
  color: #0198e9;
  font-weight: 700;
}

.document-name span,
.metadata-block {
  font-size: 12px;
}

.one-image {
  margin-top: 15px;
}
.one-image img {
  object-fit: cover;
  width: 100%;
  max-height: 600px;
}

.two-images img,
.three-images img,
.four-images img {
  display: inline-block;
  width: 50%;
  object-fit: cover;
}

.two-images a,
.three-images a,
.four-images a {
  display: inline-block;
  width: 50%;
}

.two-images a img,
.three-images a img,
.four-images a img {
  width: 100%;
}

.two-images img {
  height: 471px;
}

.two-images a:nth-child(odd) img,
.four-images a:nth-child(odd) img {
  border-right: 2px solid #fff;
}

.three-images img,
.four-images img {
  height: 235px;
}

.three-images a:first-child {
  object-fit: cover;
  width: 100%;
  height: 235px;
}

.three-images a:first-child img {
  border-bottom: 2px solid #fff;
}

.three-images a:last-child img {
  border-left: 2px solid #fff;
}

.four-images a:first-child img,
.four-images a:nth-child(2) img {
  border-bottom: 2px solid #fff;
}

.fancybox-container .fancybox-thumbs {
  width: 100%;
  top: auto;
  bottom: 0;
}

.fancybox-container.fancybox-show-thumbs .fancybox-inner {
  right: 0;
  bottom: 100px;
}

@media only screen and (max-width: 1199px) {
  .auf-logo-absolute {
    display: none;
  }

  .content-menu {
    padding: 0 25px 0 0;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 19px;
  }

  .navbar-expand-lg .navbar-nav .messages-menu {
    padding-right: 30px;
  }

  .search-menu input {
    width: 275px;
  }

  .custom-container {
    padding: 0;
  }
}

@media only screen and (max-width: 991px) {
  .header-menu-mobile ul .nav-item,
  .header-menu-mobile ul li .nav-link {
    display: inline-block;
  }

  .user-photo-dropdown {
    display: none;
  }

  .header-menu-mobile .navbar-nav {
    display: block;
    font-size: 0;
  }

  .desktop-menu .navbar .nav-item {
    font-size: 14px;
  }

  .header-menu-mobile .navbar-nav .nav-link {
    padding: 5px 9px;
  }

  .content-menu {
    width: 100%;
    padding: 0;
  }

  .header-menu-mobile .navbar-nav .active-navbar .nav-link {
    background-color: #ffffff;
  }

  .menu-item {
    line-height: 2;
  }

  .navbar-toggler-icon {
    width: 20px;
  }

  .navbar-toggler {
    padding: 0;
    border: 0;
  }

  .search-menu input {
    width: 220px;
  }

  .search-menu input {
    width: 100%;
  }

  .menu-icon {
    width: 25px;
    height: 25px;
  }

  .desktop-menu .navbar .nav-item:first-child a {
    padding-left: 0;
  }

  .profile-details-section {
    position: static;
    box-shadow: none;
    margin: 0px auto;
  }

  .profile-details-part,
  .community-details-part {
    max-width: 537px;
    background-color: #ffffff;
    padding: 15px 15px 0;
    border-radius: 9px;
    margin-bottom: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }

  .content-middle-section {
    max-width: 567px;
  }

  .search-menu {
    margin: 0;
    width: 34%;
  }

  .search-menu,
  .menu-mobile-section,
  .header-menu-mobile {
    display: inline-block;
    vertical-align: middle;
  }

  .desktop-menu .multi-language,
  .connection-requests-section {
    display: none;
  }

  .menu-mobile-section {
    position: absolute;
    right: 0;
  }

  .desktop-menu .custom-container {
    max-width: none;
  }

  .header-menu-mobile {
    width: 53%;
  }

  .custom-container {
    padding: 0 15px;
  }

  .notifications-item,
  .messages-item {
    padding: 5px 9px;
  }

  .dropdown-notifications {
    top: 54px;
  }

  .profile-details-section {
    width: 100%;
    max-width: none;
  }

  .profile-details-section .color-section {
    max-width: 228px;
    margin: 0 auto;
  }

  .add-friend {
    display: none;
  }

  .add-friend-mobile {
    display: block;
    border-top: 1px solid #d1d1d1;
    padding-top: 15px;
    margin: 0 8px;
    text-align: center;
  }

  .my-menu,
  .hide-profile-search {
    display: none;
  }

  .write-something-section,
  .write-post {
    padding: 20px 18px;
  }

  .write-something-section .write-text-here input,
  .write-something-section .write-text-here p {
    padding: 10px 16px;
  }

  .profile-details-section .add-photo {
    top: 285px;
  }

  .navbar-light .navbar-nav .active-navbar .nav-link,
  .navbar-light .navbar-nav .active-navbar {
    background-color: transparent;
  }

  .multi-language .lang-selector {
    display: inline-block;
    padding: 15px 19px;
    width: 100%;
  }

  .menu-list ul {
    margin-bottom: 0;
  }

  .mobile-sidebar-menu .close,
  .menu-mobile-section:focus {
    outline: none;
  }

  html[lang="en_GB"] .active-language-en,
  html[lang="fr_FR"] .active-language-fr {
    background-color: #0198e9;
    color: #ffffff;
  }

  .followed-users .user-name a,
  .connections-users .user-name a,
  .friends-requests-section .user-name a {
    width: 350px;
  }

  .content-section .user-name a {
    width: 355px;
  }

  .sidebar-menu {
    padding-bottom: 5px;
  }

  .notifications-badge,
  .messages-badge {
    top: 6px;
    font-size: 9px;
  }

  .notifications-badge {
    left: 122px;
  }

  .messages-badge {
    left: 102px;
  }

  .navbar .nav-item:hover .menu-icon-home,
  .navbar .active-navbar .menu-icon-home {
    background: url("/static/img/home-icon-blue-9d9c06e74dd0edda050980290a88318c.svg") no-repeat 2px 3px;
  }
}

@media only screen and (max-width: 767px) {
  .desktop-menu .navbar-brand {
    display: none;
  }

  .content-menu {
    padding: 15px 0 0;
  }

  .desktop-menu .custom-container {
    max-width: 540px;
  }

  .menu-mobile-section {
    position: static;
    padding-left: 15px;
  }

  .header-menu-mobile {
    width: 100%;
  }

  .desktop-menu .navbar {
    padding: 0;
  }

  .desktop-menu .navbar .nav-item {
    width: 33%;
  }

  .header-menu-mobile .navbar-nav .nav-link {
    padding: 5px 18px;
  }

  .header-menu-mobile .navbar-nav .messages-item {
    padding-left: 0;
    margin-left: -10px;
  }

  .notifications-item {
    text-align: right;
  }

  .header-menu-mobile .navbar-nav .notifications-link {
    padding-right: 0;
  }

  .write-something-section .write-text-here {
    width: 89%;
  }

  .home-item {
    text-align: left;
  }

  .mobile-section .container,
  .mobile-section .content-middle-section {
    max-width: none;
  }

  .time-section {
    width: 87%;
  }

  .search-menu {
    width: 90%;
  }

  .content {
    padding-top: 100px;
  }

  .icon-item-menu {
    padding: 5px 18px;
    display: inline-block;
    position: relative;
  }

  .notifications-item .icon-item-menu {
    padding-right: 0;
  }

  .menu-item {
    line-height: normal;
  }

  .dropdown-notifications {
    top: 49px;
  }

  .no-padding-mobile {
    padding: 0;
  }

  .profile-details-part,
  .community-details-part {
    width: 100%;
    max-width: none;
  }

  .followed-users .user-name a,
  .connections-users .user-name a,
  .friends-requests-section .user-name a {
    width: 310px;
  }

  .content-section .user-name a {
    width: 285px;
  }

  .header-menu-mobile .navbar-nav .messages-item .nav-link {
    padding: 0;
  }

  .profile-details-section .add-photo {
    top: 307px;
  }

  .notifications-badge {
    left: 132px;
  }

  .messages-badge {
    left: 110px;
  }
}

@media only screen and (max-width: 480px) {
  .write-something-section .write-text-here {
    width: 83%;
  }

  .end-date {
    display: block;
    float: none;
  }

  .icon-item-menu {
    position: static;
  }

  .search-menu {
    width: 84%;
  }

  .time-section {
    width: 86%;
  }

  .home-item {
    text-align: center;
  }

  .write-something-section,
  .post-header,
  .post-header-auf {
    border-radius: 0;
  }

  .post-header,
  .post-header-auf {
    border-radius: 9px 9px 0 0;
  }

  .header-menu-mobile .navbar-nav .nav-link {
    padding: 5px;
  }

  .comment-date {
    width: 83%;
  }

  .messages-badge {
    top: 2px;
    font-size: 9px;
  }

  .desktop-menu .navbar .nav-item {
    font-size: 12px;
    width: auto;
  }

  .mobile-section .container,
  .content-middle-section .no-padding-mobile {
    padding: 0;
  }

  .comment-user-text,
  .single-post-item .comment-user-text {
    width: calc(100% - 80px);
  }

  #fullPostModal .comment-date {
    width: 75%;
  }

  .time-post,
  .time-post-auf {
    margin: 0 10px;
  }

  .menu-item {
    line-height: 2.6;
  }

  .navbar .menu-icon-home {
    background: url("/static/img/home-icon-black-mobile-7bb47f13a79681d6c2ef916ebe8da9ef.svg") no-repeat 3px 8px;
  }

  .navbar .nav-item:hover .menu-icon-home,
  .navbar .active-navbar .menu-icon-home {
    background: url("/static/img/home-icon-blue-mobile-9ac5a9c6988ba97d3be48a54b74bef73.svg") no-repeat 3px 8px;
  }

  .navbar .menu-icon-messages {
    background: url("/static/img/messages-icon-black-mobile-f80377932deac81c9a534e93a48323d1.svg") no-repeat 5px 10px;
  }

  .navbar .nav-item:hover .menu-icon-messages,
  .navbar .active-navbar .menu-icon-messages {
    background: url("/static/img/messages-icon-blue-mobile-28a5f3c32fd028de4de171a230097a82.svg") no-repeat 5px 10px;
  }

  .navbar .menu-icon-notifications {
    background: url("/static/img/notifications-icon-black-mobile-96d0b8b08b325558c73d090655c43354.svg") no-repeat 5px
      9px;
  }

  .navbar .nav-item:hover .menu-icon-notifications,
  .navbar .active-navbar .menu-icon-notifications {
    background: url("/static/img/notifications-icon-blue-mobile-c64de589f7a12eee7d8f75b24ad643a9.svg") no-repeat 5px
      9px;
  }

  .header-menu-mobile .navbar-nav .messages-item {
    padding: 5px 10px;
    margin-left: 0;
  }

  .icon-item-menu {
    padding: 0;
  }

  .dropdown-notifications {
    top: 45px;
    right: -16px;
    width: 320px;
  }

  .dropdown-notifications .name-and-time {
    width: 80%;
  }

  .add-friend {
    padding: 10px;
  }

  .content-section .user-name a {
    width: 150px;
    font-size: 12px;
  }

  .connections-users .user-name a,
  .followed-users .user-name a,
  .friends-requests-section .user-name a,
  .new-message-users .user-item a {
    width: 165px;
  }

  .border-white-write-something {
    padding: 0;
    background-color: #ffffff;
    box-shadow: none;
    border-radius: 0 0 9px 9px;
  }

  .profile-details-part,
  .community-details-part {
    border-radius: 0 0 9px 9px;
  }

  .user-name-share .time-post {
    width: 75%;
    vertical-align: middle;
  }

  .chevron-date-picker {
    right: 23px;
    top: 12px;
  }

  .content {
    padding-top: 90px;
  }

  .friends-requests-section .time-post {
    width: 60%;
  }

  html[lang="fr_FR"] .add-friend .unfriend-button,
  html[lang="fr_FR"] .add-friend .add-friend-button,
  html[lang="fr_FR"] .add-friend .cancel-request-button {
    display: block;
    margin-bottom: 10px;
  }

  html[lang="fr_FR"] .edit-comment-text {
    padding-left: 5px;
  }

  html[lang="fr_FR"] .edit-comment-section .comment-text {
    width: calc(100% - 125px);
  }

  html[lang="fr_FR"] .edit-comment .edit-button {
    line-height: 1;
    padding: 2px 5px;
    font-size: 12px;
  }

  html[lang="fr_FR"] .ql-editor.ql-blank::before {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .add-friend .add-friend-part,
  .add-friend .cancel-request-part,
  .add-friend .unfriend-part {
    margin-right: 0;
  }

  .profile-details-section .add-photo {
    top: 295px;
  }

  .comment-text {
    padding-left: 5px;
  }

  .edit-comment-text {
    width: calc(100% - 122px);
  }

  .notifications-badge {
    left: 110px;
  }

  .messages-badge {
    left: 82px;
  }

  html[lang="fr_FR"] .modal-footer > :not(:last-child) {
    margin-right: 0;
  }

  .fancybox-thumbs .fancybox-thumbs__list a {
    width: 75px;
  }
}
