/* @media (min-width: 992px) {
  .navbar {
    position: relative;
  }
} */

.editprofile .editprofile-form .control-group {
  display: flex;
}


.box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.person {
  /* margin: 10px; */
  border: 0.5px solid #80808047;
  /* background-color: #d3d3d369; */
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 10px;
  max-width: 100%;
  gap: 10px;
}

.box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  min-height: 50px;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.box>.image {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 100%;
  overflow: hidden;
}

.box>.online {
  position: absolute;
  min-width: 15px;
  min-height: 15px;
  background-color: #00ff48;
  border: 3px solid white;
  border-radius: 100%;
  right: 0;
  bottom: 0;
}

.person>.information {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: "Open Sans";
  font-size: 1rem;
  width: inherit;
  overflow: hidden;
}

.person>.information>.content {
  display: flex;
  align-items: center;
  justify-content: start;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.person>.information>.content>.username {
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

.person>.information>.content>.username:hover {
  text-decoration: underline;
}

.person>.information>.content>.green-tick {
  display: flex;
  align-items: center;
  justify-content: center;
}

.person>.information>.name {
  display: flex;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 400;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.person>.follow {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 700;
  color: #0084ffd6;
  background-color: transparent;
  border: none;
  padding: 0 10px;
}

.person>.follow>a {
  color: #0084ff;
  text-decoration: none;
}

.person>.follow:hover {
  color: #0084ff;
}

/* <!-- card start  --> */
.card_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.card {
  margin-top: 2em;
  padding: 1.5em 0.5em 0.5em;
  border-radius: 2em;
  text-align: center;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.card img {
  width: 65%;
  border-radius: 50%;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.card .card-title {
  font-weight: 700;
  font-size: 1.5em;
}

.card .btn {
  border-radius: 2em;
  background-color: teal;
  color: #ffffff;
  padding: 0.5em 1.5em;
}

.card .btn:hover {
  background-color: rgba(0, 128, 128, 0.7);
  color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/* <!-- card start   ends --> */
/* <!-- card start  --> */
.card_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.card {
  margin-top: 2em;
  padding: 1.5em 0.5em 0.5em;
  border-radius: 2em;
  text-align: center;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.card img {
  width: 65%;
  border-radius: 50%;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.card .card-title {
  font-weight: 700;
  font-size: 1.5em;
}

.card .btn {
  border-radius: 2em;
  background-color: teal;
  color: #ffffff;
  padding: 0.5em 1.5em;
}

.card .btn:hover {
  background-color: rgba(0, 128, 128, 0.7);
  color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/* <!-- card start   ends --> */


html {
  min-height: 100%;
  position: relative;
}

body {
  padding-top: 80px;
}

.navbar {
  top: 0;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

#story-like.active {
  color: #006;
}