html {
  background-color: #f0f0ed;
}
* {
  font-family: Arial, Helvetica, sans-serif;
}
body {
  background-color: #f0f0ed;
}
.mainContainer {
  margin-top: 20px;
  background-color: #f0f0ed;
}

.searchcontainer {
  background-color: white;
  /* width: 100%; */
  height: 100px;
  padding: 10px;
  position: relative;
  border-radius: 10px;
  margin-bottom: 20px;
}
.search {
  position: absolute;
  margin: 0;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* /////////////////////////// members styling /////////////////// */

.members {
  padding: 10px;
  background-color: white;
  border-radius: 10px;
  margin-bottom: 20px;
}
.members hr {
  background-color: black;
}
.members a {
  margin-bottom: 10px;
}

.members h6 {
  font-size: 18px;
  background-color: white;
  font-weight: bold;
}

.memberImg img {
  width: 100%;
}
.memberDetails p {
  margin-bottom: -2px;
  margin-top: 5px;
}
.memberName {
  font-weight: bold;
  font-size: 16px;
}
.frindsNumber {
  background-color: #e4ecf1;
  color: #2f9bc1;
  font-size: 12px;
  text-align: center;
  /* width: 50%; */
  padding: 3px;
  border-radius: 5px;
  font-weight: bold;
}
.membersCard {
  margin-bottom: 20px;
  background-color: white;
}
.membersCard a {
  text-decoration: none;
}
.membersCard a .memberName {
  color: black;
}

/* ////////////////////////////////// */
.groupsContainer {
  padding: 10px;
  background-color: white;
  border-radius: 10px;
  margin-bottom: 20px;
}
.groupsContainer h6 {
  font-size: 18px;
  background-color: white;
  font-weight: bold;
}
.groupsContainer a {
  margin-bottom: 10px;
}

/* Active Styling */

.recendActiveContainer {
  padding: 10px;
  background-color: white;
  border-radius: 10px;
  margin-bottom: 20px;
}
.recendActiveContainer h6 {
  font-size: 18px;
  background-color: white;
  font-weight: bold;
}
.recentActiveImage img {
  width: 100%;
}
.recentActiveImage img:hover {
  transform: scale(1.1);
}
.recentActiveImage {
  margin-bottom: 10px;
}
/* ////////// schedule ///////////////// */

.schedule {
  padding: 10px;
  background-color: white;
  border-radius: 10px;
  margin-bottom: 20px;
}
.schedule h6 {
  font-size: 18px;
  background-color: white;
  font-weight: bold;
}
.schedule h5 {
  font-weight: bold;
  font-size: 18px;
  color: lightgrey;
  text-align: right;
}
.calender {
  width: 100%;
  font-weight: bold;
  color: gray;
}
.calender td:hover {
  color: black;
  cursor: pointer;
}
.calender tbody {
  color: lightgrey;
}
.calenderlink {
  text-decoration: none;
  color: black;
}

/* ///////////////// Second Container ///////////////////////// */

.row .secondContainer {
  border-radius: 10px;
  /* background-color: white; */
  margin-bottom: 20px;
  padding: 0px;
}

.slider img {
  border-radius: 10px;
}
.slider h5 {
  background-color: #33363c;
  color: white;
  padding: 10px;
  border-radius: 10px;
  width: 80%;
  margin: auto;
}
.slider {
  margin-bottom: 20px;
}
/* //////////////////// Latest Activity ///////////////////// */

.latestActivity {
  /* padding: 20px; */
  background-color: white;
  border-radius: 10px;
  margin-bottom: 20px;
}
.latestactivityheader {
  background-color: #f7f7f7;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 20px;
  font-weight: bold;
}
.activityCard {
  padding: 20px;
}
.ActivityImageContainer img {
  width: 100%;
}
.activityMemberEssay {
  color: #9999b3;
}
.activityMemberStatus span {
  font-weight: bold;
  color: black;
  font-size: 16px;
}
.activityMemberStatus {
  color: gray;
}
.LoadMore {
  width: 94%;
  text-align: center;
  font-weight: bold;
  padding: 20px;
  background-color: #f7f7f7;
  margin: auto;
  border-radius: 10px;
}
.LoadMore:hover {
  background-color: lightgray;
  cursor: pointer;
}

.latestPostes {
  background-color: white;
  border-radius: 10px;
  margin-bottom: 20px;
}
.Nextpage {
  padding: 20px;
  text-align: right;
  font-weight: bold;
}

.theFeature {
  background-color: white;
  border-radius: 10px;
  margin-bottom: 20px;
}
.theFeature .row {
  padding: 20px;
}

.FeatureImage img {
  width: 100%;
  border-radius: 10px;
}
.FeatureImage a {
  text-decoration: none;
  color: gray;
}
.FeatureImage a:hover {
  text-decoration: none;
  color: black;
}
.FeatureImage:hover {
  transform: scale(1.1);
  color: gray;
}
.FeatureCaption {
  font-weight: bold;
  font-size: 14px;
}
/* ////////////////// third Container components///////////// */

.signInContainer {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.DivHeader {
  font-weight: bold;
  font-size: 15px;
}
.signInContainer .Signin {
  height: 50px;
  background-color: #f7f7f7;
}
.signInContainer .signInButton {
  height: 50px;
  color: white;
  background-color: #2f9bc1;
  font-weight: bold;
  padding: 10px;
}
.signInContainer a {
  right: 5px;
  text-decoration: none;
  color: black;
  position: absolute;
}
.signInContainer .lostPassword {
  position: relative;
}
.Statistics {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.StatisticsInfo p {
  background-color: #c12f6c;
  color: white;
  padding: 10px;
  font-weight: bold;
  font-size: 22px;
  border-radius: 10px;
}
.StatisticsInfo span {
  float: right;
}
.WhoOnline {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.additionalDetails {
  color: #9999b3;
}
/* ////// Responsive ////////////////// */
@media screen and (max-width: 992px) {
  .mainContainer .secondContainer {
    order: 1;
  }
  .mainContainer .firstContainer {
    order: 2;
  }
  .mainContainer .thirdContainer {
    order: 3;
  }
}
