#buddypress {
  padding-bottom: 70px;
  margin: 0;
}
#buddypress div.dir-search {
  float: none;
  margin: 0;
}
#buddypress select {
  display: block;
  background-color: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
}

.bp-single-item {
  text-align: center;
  -webkit-box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.03);
  margin-bottom: 20px;
  background: #fff;
  border-radius: 8px;
  position: relative;
}
.bp-single-item .author-area {
  position: relative;
  height: 80px;
  background-size: cover;
  background-position: center;
  border-radius: 8px 8px 0 0;
}
.bp-single-item .author-area a img {
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  margin: auto;
  border-radius: 50%;
  width: 80px;
  height: 80px;
}
.bp-single-item .item {
  margin-top: 35px;
  padding: 30px;
}
.bp-single-item .item-title a {
  font-size: 18px;
  font-weight: 700;
  color: #120F2D;
  text-transform: capitalize;
}
.bp-single-item .item .item-title {
  width: 100%;
}
.bp-single-item .item .item-meta {
  padding: 5px 0;
}
.bp-single-item .item .item-meta span {
  color: #727181;
}
.bp-single-item .item .team-follower {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 30px;
}
.bp-single-item .item .team-follower li {
  font-size: 14px;
  font-weight: 700;
  color: #120F2D;
}
.bp-single-item .item .team-follower li span {
  font-size: 12px;
  font-weight: 400;
  display: block;
  line-height: 0.8;
  color: #727181;
}
.bp-single-item .user-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bp-single-item .user-meta .user-btn:not(:last-child) {
  margin-right: 10px;
}
.bp-single-item .user-meta .user-btn .generic-button a, .bp-single-item .user-meta .user-btn a {
  background: #0eb582;
  display: inline-block;
  padding: 4px 20px !important;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  border-radius: 5px;
}
.bp-single-item .user-meta .user-btn .generic-button a:hover, .bp-single-item .user-meta .user-btn a:hover {
  background: #FFA200 !important;
  color: #fff !important;
  border-color: transparent !important;
}
.bp-single-item.bp-single-group::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 15, 45, 0.4)), to(rgba(18, 15, 45, 0.95)));
  background: -o-linear-gradient(rgba(18, 15, 45, 0.4) 0%, rgba(18, 15, 45, 0.95) 100%);
  background: linear-gradient(rgba(18, 15, 45, 0.4) 0%, rgba(18, 15, 45, 0.95) 100%);
}
.bp-single-item.bp-single-group .item-avatar,
.bp-single-item.bp-single-group .item {
  position: relative;
  z-index: 1;
}
.bp-single-item.bp-single-group .item-avatar .item-title a,
.bp-single-item.bp-single-group .item .item-title a {
  color: #FFFFFF;
}
.bp-single-item.bp-single-group .item-avatar .item-meta span,
.bp-single-item.bp-single-group .item .item-meta span {
  color: #FFFFFF;
}
.bp-single-item.bp-single-group .item-avatar .item-meta .group-activity,
.bp-single-item.bp-single-group .item .item-meta .group-activity {
  margin-bottom: 15px;
}

.widget-order {
  padding-left: 0;
  position: relative;
  right: 0;
  text-align: right;
  margin-bottom: -30px;
}

/* profile */
#buddypress div#item-header #item-header-cover-image #item-header-content {
  margin: 0;
  margin-left: 30px;
}

#buddypress #item-header-cover-image #item-header-avatar {
  margin: 0;
}

#buddypress #item-header-cover-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#buddypress div.item-list-tabs#subnav ul li.last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#buddypress div.item-list-tabs#subnav ul li.last label {
  margin-bottom: 0;
  margin-right: 5px;
}

div#item-nav {
  padding: 50px 0 20px;
}

.bp-banner.profile #item-header-cover-image #item-header-avatar {
  margin-top: 0;
}
.bp-banner.profile div#item-header #item-header-cover-image #item-header-content {
  margin: 0;
}
.bp-banner.profile #item-header-cover-image #item-header-avatar {
  margin: 0;
}
.bp-banner.profile #header-cover-image {
  height: 100% !important;
}
.bp-banner.profile #header-cover-image::before {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.bp-banner.profile .item-meta {
  max-width: 500px;
}
.bp-banner.group #item-header-cover-image #item-actions,
.bp-banner.group #item-header-cover-image #item-header-content {
  margin: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
  text-align: left !important;
}
.bp-banner.group .group-content {
  width: 80%;
  padding-left: 20px;
}
.bp-banner.group .group-content #item-actions {
  padding: 0 !important;
}
.bp-banner.group .group-content #item-actions h2 {
  color: #FFFFFF;
}
.bp-banner.group #item-meta {
  margin: 0 !important;
}
.bp-banner.group #item-meta span {
  color: #FFFFFF;
}
.bp-banner .activity,
.bp-banner .latest-update {
  color: #fff;
}

.bp-template {
  background: #F5F5FB;
}
.bp-template .dir-form {
  padding-top: 50px;
}
.bp-template .dir-form .order-list {
  padding-left: 0;
  position: relative;
  top: 42px;
}
.bp-template .dir-form .order-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.bp-template .dir-form .order-list li label {
  margin: 0;
  color: #58566B;
}
.bp-template .dir-form .order-list li select {
  padding: 0;
  border: none;
  background: transparent;
  color: #120F2D;
  font-weight: 600;
}
.bp-template .dir-form .pagination {
  padding-bottom: 22px;
}

.generic-button a {
  padding: 5px 15px;
  background: #0eb582;
  display: inline-block;
  border-radius: 5px;
  color: #fff;
  border: 1px solid #0eb582;
}
.generic-button a:hover {
  background: transparent;
  color: #0eb582;
}

#buddypress .activity-list {
  padding: 100px 0;
}
#buddypress .activity-list img.avatar {
  border-radius: 50% !important;
}

#buddypress .activity-list > li,
#buddypress #item-body form#whats-new-form,
#buddypress form#whats-new-form {
  background: #FFFFFF;
  border-radius: 8px;
  -webkit-box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.03);
  padding: 50px !important;
  margin-bottom: 30px !important;
  border: none;
}
#buddypress .activity-list > li.groups .activity-content,
#buddypress #item-body form#whats-new-form.groups .activity-content,
#buddypress form#whats-new-form.groups .activity-content {
  margin-left: 100px;
}

#buddypress div.activity-meta {
  margin-left: 18px;
}

#buddypress form#whats-new-form {
  margin-top: 70px;
}

#buddypress div.item-list-tabs#subnav {
  margin: 20px 0;
}

#buddypress form#whats-new-form #whats-new-content {
  margin-left: 90px;
}

#buddypress form#whats-new-form p.activity-greeting {
  margin-left: 108px;
}

#buddypress form#whats-new-form #whats-new-submit {
  float: none;
}

#buddypress div.activity-comments ul li {
  padding: 15px 0;
}

#buddypress .activity-header img.avatar {
  max-width: 60px;
}

#buddypress .group-content #group-admins {
  padding-left: 0;
}
#buddypress .group-content #group-admins li {
  float: none;
}

#buddypress .bp-banner {
  background: #0eb582;
  padding: 100px 0;
  position: relative;
}
#buddypress .bp-banner .banner-content h2 {
  color: #ffffff;
  font-size: 39px;
  font-weight: 800;
  line-height: 46px;
  padding-bottom: 42px;
  margin: 0;
}
#buddypress .bp-banner .banner-content .dir-search input[type=text] {
  height: 62px;
  padding-left: 25px;
  width: 48%;
  border-radius: 4px;
  border: 2px solid rgba(255, 255, 255, 0.15);
  background: #0eb582;
  color: #ffffff;
}
#buddypress .bp-banner .banner-content .dir-search input[type=text]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
}
#buddypress .bp-banner .banner-content .dir-search input[type=text]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
}
#buddypress .bp-banner .banner-content .dir-search input[type=text]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
}
#buddypress .bp-banner .banner-content .dir-search input[type=text]::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
}
#buddypress .bp-banner .banner-content .dir-search input[type=text]::placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
}
#buddypress .bp-banner .banner-content .dir-search input[type=submit] {
  height: 62px;
  width: 120px;
  background: #ffffff;
  color: #0eb582;
  cursor: pointer;
  border-radius: 4px !important;
  margin-left: 17px;
  border: 2px solid #ffffff;
  font-size: 16px;
}
#buddypress .dir-form {
  padding-top: 50px;
}
#buddypress .dir-form .order-list {
  padding-left: 0;
  position: relative;
  z-index: 9 !important;
  top: 42px;
  overflow: hidden;
}
#buddypress .dir-form .order-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#buddypress .dir-form .order-list li label {
  margin: 0;
  color: #58566B;
}
#buddypress .dir-form .order-list li select {
  padding: 0;
  border: none;
  background: transparent;
  color: #120F2D;
  font-weight: 600;
}
#buddypress .dir-form .pagination {
  padding-bottom: 22px;
}
#buddypress .dir-form .pagination .pag-count {
  font-size: 16px;
}
#buddypress .dir-form.order-sort .order-list {
  top: -10px;
}
@media (max-width: 767px) {
  #buddypress .dir-form.order-sort .order-list {
    float: left;
    padding-bottom: 70px;
    top: 50px;
  }
}
#buddypress div.item-list-tabs {
  padding-bottom: 35px;
}
#buddypress div.item-list-tabs.group-tabs {
  padding: 0 !important;
  margin: 0 !important;
  margin-bottom: -40px !important;
  z-index: 9;
  position: relative;
}
#buddypress div.item-list-tabs.group-tabs ul {
  position: static;
  top: 0;
}
#buddypress div.item-list-tabs ul {
  position: relative;
  top: 31px;
  z-index: 10;
}
#buddypress div.item-list-tabs ul li {
  margin-right: 15px;
}
@media (max-width: 767px) {
  #buddypress div.item-list-tabs ul li {
    margin-bottom: 15px;
  }
}
#buddypress div.item-list-tabs ul li a {
  padding: 5px 15px;
  border: 1px solid #0eb582;
  background: transparent;
  border-radius: 6px;
  color: #0eb582;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#buddypress div.item-list-tabs ul li a:hover {
  background: #0eb582;
  color: #ffffff;
}
#buddypress div.item-list-tabs ul li a:hover span {
  border: 1px solid #ffffff;
}
#buddypress div.item-list-tabs ul li a span {
  padding: 1px 6px;
  color: #0eb582;
  border: 1px solid #0eb582;
  background: #ffffff;
}
#buddypress div.item-list-tabs ul li.selected a {
  background: #0eb582;
  color: #ffffff;
}
#buddypress div.item-list-tabs ul li.selected a span {
  border: 1px solid #ffffff;
}

#buddypress div.item-list-tabs ul li {
  float: left;
  margin: 0;
  list-style: none;
  margin-right: 15px;
}

#buddypress .activity-list li.load-more {
  padding: 20px 0 !important;
  background: transparent !important;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#buddypress .activity-list li.load-more a {
  display: inline-block;
  background: #0eb582;
  padding: 8px 30px 10px;
  border-radius: 5px !important;
  color: #fff;
}

/* ==================================== 
// Widget: BuddyPress Notification
=======================================*/
.bp-notify a {
  font-size: 20px;
  color: #000000;
}
.bp-notify a:hover {
  color: #0eb582;
}

/* ==================================== 
// Registrantion form css
=======================================*/
.register-section input {
  width: 100% !important;
  border-radius: 4px !important;
  padding-left: 15px !important;
}

#register-page .submit {
  float: none !important;
}
#register-page .submit #signup_submit {
  background: #FFA200;
  color: #ffffff;
  font-weight: 700;
  border: 2px solid #FFA200;
  padding: 10px 30px;
  margin-bottom: 30px;
  cursor: pointer;
  border-radius: 6px !important;
}