.groups_item ._moderator {
  border-bottom: none;
  top: 12px;
  right: 0;
  z-index: 2;
  position: absolute;
  background-color: inherit;
}
.groups_item a {
  position: relative;
}
.groups_item a:hover {
  position: relative;
}
.groups_item a img {
  height: auto;
}
.groups_item a span.no_image_user {
  height: 0;
  padding-bottom: 100%;
  width: 200px;
}
.groups_item .remain_groups {
  background-color: #848484;
  color: white;
  height: 0;
  padding-bottom: 100%;
  display: block;
  overflow: hidden;
  width: 100%;
}
.groups_item .remain_groups > span {
  height: 0;
  padding-bottom: 100%;
  width: 100% !important;
  position: relative;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-origin: border-box !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.groups_item .remain_groups > span div.overlay {
  padding-bottom: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.groups_item .remain_groups > span span {
  font-size: 40px !important;
  font-weight: bold !important;
  margin-top: calc(50% - 28px) !important;
  position: absolute !important;
  top: 0;
}
.groups-items .js_pager_buttons {
  width: 100%;
  padding-left: 10px;
}
#js_groups_add_holder .title {
  display: block !important;
}
#js_groups_add_holder .groups_type_add_holder {
  border-bottom: none;
  margin-bottom: 20px;
  margin-right: 20px;
  width: 237px;
  height: 237px;
  display: inline-block;
  cursor: pointer;
}
#js_groups_add_holder .groups_type_add_holder > div {
  position: relative;
  height: 237px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#js_groups_add_holder .groups_type_add_holder > div div.groups_type_add_inner_link {
  height: 100%;
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  text-align: center;
  color: white;
  font-weight: bold;
  padding: 10px;
}
#js_groups_add_holder .groups_type_add_holder > div div.groups_type_add_inner_link > a {
  display: none;
  width: 150px;
}
#js_groups_add_holder .groups_type_add_holder > div div.groups_type_add_inner_link:hover {
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
}
#js_groups_add_holder .groups_type_add_holder > div div.groups_type_add_inner_link:hover > a {
  display: block;
  margin: 10px auto;
  opacity: 1;
  box-shadow: 0 0 20px 6px rgba(0, 0, 0, 0.76), 0 0 0 0 rgba(0, 0, 0, 0.12);
}
#js_groups_add_holder .groups_type_add_holder > div div.groups_type_add_inner_link:hover > a:hover {
  text-decoration: underline;
}
#js_groups_add_holder .groups_type_add_holder > div div.groups_type_add_inner_link .groups_type_add_info {
  margin-top: 10%;
  height: 66px;
}
#js_groups_add_holder .groups_type_add_holder > div div.groups_type_add_inner_link .groups_type_add_info > span {
  font-size: 17px;
}
#js_groups_add_holder .groups_type_add_holder > div div.groups_type_add_inner_link .groups_type_add_info > div {
  color: #ccc;
}
#js_groups_add_holder div.error_message {
  margin-bottom: 15px;
}
td.widget-actions {
  position: relative;
}
.category-image {
  padding-bottom: 10px;
}
.category-image i {
  color: white;
}
#js_groups_block_url .extra_info {
  overflow: auto !important;
}
.drag-drop-table[data-app="core_groups"] .drag_handle {
  cursor: move;
}
.drag-drop-table[data-app="core_groups"] .drag_handle:before {
  display: inline-block;
  font-family: FontAwesome;
  content: '\f0dc';
}
.drag-drop-table[data-app="core_groups"] .drag_my_class {
  background-color: #FEFBD9 !important;
}
.groups_extra_info a {
  color: white;
}
#group_groups_view ul.emoji-list {
  z-index: 1;
}
.category-image {
  padding-bottom: 10px;
}
.groups-block-members-header h1 {
  display: inline-block;
}
.groups-block-members-header .search-member {
  padding: 10px 0;
  position: relative;
}
.groups-block-members-header .search-member input {
  padding-right: 30px;
}
.groups-block-members-header .search-member i {
  position: absolute;
  right: 0;
  top: 0;
  padding: 18px 15px;
}
#js_event_current_image .table_info {
  font-size: inherit;
  margin-top: 8px;
}
.groups-block-members .groups-searching {
  margin: auto;
  width: fit-content;
  font-size: 22px;
}
.groups-manage-categories td {
  line-height: 64px !important;
}
.groups-manage-categories td .js_item_is_not_active,
.groups-manage-categories td .js_item_is_active {
  vertical-align: middle !important;
}

.groups-admincp-confirm-button {
  display: flex;
  flex-direction: row-reverse;
}

.groups-admincp-confirm-button .mr-1 {
  margin-right: 8px;
}

