/* CSS Document */
.bx-page-groups-home, .bx-page-groups-top, .bx-page-groups-joined, .bx-page-groups-search{
  .bx-page-block-container {
    position: relative;
    padding-bottom: 15px;
  }
  .bx-page-block-container:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 95%;
    border-bottom: 1px solid #e3e3e3;
  }
  
  .bx-page-block-container:last-child:after {
    display: none;
  }
  
  .bx-layout-wrapper {
    border-radius: 12px !important;
    box-shadow: 0px 7px 22px 0px rgba(0, 0, 0, 0.18) !important;
    background-color: #fff !important;
  }
  
  .bx-layout-cell {
    gap: 0 !important;
  }
  
  .bx-db-container {
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  
  #entity-cover {
    padding-top: 60px;
  }
  
  .bx-cover-wrapper,
  .dark .bx-cover-wrapper {
    background-image: url(../images/groups_cover_bg.png) !important;
    height: 100px;
  }
  .bx-menu-object-bx_groups_submenu a {
    color: #262626 !important;
    font-family: "BrandonGrotesque",sans-serif !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 390 !important;
    line-height: normal !important;
  }
  .bx-menu-object-bx_groups_submenu a:hover {
    background: none !important;
    color: #7728dd !important;
  }
  .bx-menu-object-bx_groups_submenu .bx-menu-item a {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 15px;
    margin-right: 15px;
  }
  .bx-menu-object-bx_groups_submenu .bx-menu-tab-active a {
    color: #7728dd !important;
  }
  
  .bx-menu-object-bx_groups_submenu a:hover .bx-mi-underline {
    background-color: #7728dd !important;
  }
  .bx-menu-object-bx_groups_submenu
    .bx-menu-item.bx-menu-tab-active
    .bx-mi-underline {
    background-color: #7728dd !important;
    height: 4px;
  }
  .bx-content-container {
    padding-bottom: 40px;
  }
  #bx-content-main {
    margin-top: 2px;
    margin-bottom: 57px;
  }
  
  #bx-content-wrapper .bx-def-page-width {
    max-width: 1280px;
  }
  
  .bx-db-title {
    color: #7728dd !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 450;
    line-height: normal;
  }
  
}

.h-20{
  height: 10rem !important;
}
