.error_message {
  margin-bottom: 20px;
}
.password_reset {
  margin-top: 50px;
}
a.link:hover {
  text-decoration: none;
}
a.link:active {
  position: relative;
  top: 1px;
}

.mb-20 {
  margin-bottom: 20px;
}

.post-box-cover img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.post-summary.sa {
  padding: 0 10px 10px;
  color: #808080;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  height: 100px;
}

.btn-primary {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
}

.pb-20 {
  padding-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mt-30 {
  margin-top: 30px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-10 {
  margin-bottom: 10px;
}
.title_image {
  width: 100%;
  height: 355px;
  object-fit: scale-down;
}
.user_photo {
  object-fit: cover;
}
.display_none {
  display: none;
}
.inline_block {
  display: inline-block;
}
.blue {
  color: blue;
}
.white {
  color: white;
}
.scale_down {
  object-fit: scale-down;
}
.ad_margin_t_0 {
  margin-top: 10px;
}
.ad_margin_t_10_b_30 {
  margin-top: 10px;
  margin-bottom: 30px;
}
.avatar {
  background: #3b5998;
  padding: 2px;
  width: 35px;
  height: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 32px;
  font-weight: 700;
  color: #ffffff;
}

.big_avatar {
  background: #3b5998;
  padding: 46px;
  width: 150px;
  height: 150px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 32px;
  font-weight: 700;
  color: #ffffff;
  font-size: 100px;
}

.ad_avatar {
  background: #3b5998;
  padding: 8px;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 32px;
  font-weight: 700;
  color: #ffffff;
  font-size: 25px;
}

.drop_down_menu > a {
  color: #333 !important;
  display: block;
  padding: 3px 11px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  white-space: nowrap;
}

.drop_down_menu > a:hover {
  background: #e4e2e2;
}

/*Account Section*/
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  padding: 15px;
}
.nav-tabs a.active {
  background: #3b5998;
  color: #fff;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
  padding: 12px;
}
.tab-content {
  padding-top: 2px;
  padding-right: 17px;
  padding-left: 17px;
}
.panel.panel-default {
  border: 1px solid #d0cdcd;
  border-radius: 8px;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav > li {
  position: relative;
  display: block;
  margin: 1rem;
}
section.color-page-wrapper.cst-pad-page.account {
  background: white;
}
.nav-tabs > li > a:hover {
  background: #3b5998;
  color: white;
  padding: 15px;
}
/*Account section close*/

/* homepage share button */
.homepage_share ul li a {
  padding-right: 35px;
}
.homepage_share ul li a i {
  position: relative;
  left: 15px;
}
#loginmessagemodel .modal-title {
  color: #333;
}
#loginmessagemodel .modal-body {
  color: #333;
  margin-top: 20px;
}
#loginmessagemodel .modal-body > p {
  text-align: left;
  margin-bottom: 0px;
}
#loginmessagemodel .modal-footer {
  padding: 9px;
}
#likeseenmessagemodel .modal-body {
  color: #333;
  margin-top: 20px;
}
#likeseenmessagemodel .modal-body > p {
  text-align: left;
  margin-bottom: 0px;
}
#likedUsersModal .modal-body {
  color: #333;
  margin-top: 0px;
}
#likedUsersModalBody > p {
  text-align: left;
  margin: 0px 0px 0px 0px;
}

.modal_image {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e9ecef !important;
  padding: 10px 0;
}
.modal_image p {
  margin: 0;
}
.modal_image img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  height: 40px;
  width: 40px;
  margin-right: 15px !important;
}

.modal-backdrop {
  z-index: 1;
}

.dropdown-menu.custom-dropdown-position .dropdown-item {
  white-space: normal; /* Allows text to wrap */
  word-break: break-word; /* Break long words to prevent overflow */
  max-width: 300px; /* Optional: limit width */
  overflow-wrap: break-word; /* Support for all modern browsers */
}

.dropdown-menu.custom-dropdown-position .dropdown-item p {
  color: #000;
  border-bottom: 1px solid #ddd;  /* Light gray separator */
  padding-bottom: 6px;            /* Space above the border */
  margin-bottom: 6px;             /* Space below the paragraph */
}

.dropdown-menu.custom-dropdown-position .dropdown-item p:last-child {
  border-bottom: none;
}

.dropdown-menu.custom-dropdown-position {
  max-height: 300px;
  overflow-y: auto;
}


.cke_notification_warning {
  background: #c83939;
  border: 1px solid #902b2b;
  display: none;
}

.cke_editable.cke_display_version_check-absolute::before {
    display: none !important;
    content: '' !important;
}