a {
  text-decoration: none;
}

.container {
  max-width: 1536px;
}

.content_landing {
  padding-top: 70px;
}

.banner {
  position: fixed;
  top: 0;
  width: 100%;
  padding-bottom: 11px;
  background-color: #fff;
  z-index: 10;
  border-bottom: 1px solid #e3e3e3;
}

.banner h5 {
  color: #28327f;
  font-weight: bold;
  margin-bottom: 3px;
}

.counter_box {
  box-shadow: 0 1px 2px 0px #d8d8d8;
  padding: 40px 25px;
  border-radius: 10px;
  border: 1px solid #eee;
  height: 100%;
}

.counter_box h3 {
  color: #28327f;
  margin-bottom: 5px;
}

.counter_box h6 {
  color: #737373;
  font-size: 14px;
  font-weight: normal;
}

.box_user {
  box-shadow: 0 1px 2px 0px #d8d8d8;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #eee;
  transition: .5s;
}

.box_user img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-size: cover;
}

.box_user h4 {
  font-size: 19px;
  color: #28327f;
  font-weight: bold;
  margin-bottom: 7px;
}

.box_user h5 {
  font-size: 13px;
  color: #28327f;
  background-color: #f5f5f5;
  padding: 3px 13px 4px;
  border-radius: 7px;
  display: inline-block;
}

.box_user h3 {
  font-size: 15px;
  color: #737373;
  font-weight: normal;
  margin-top: 20px;
}

.box_user h3 strong {
  color: #0a0a0a;
  font-size: 14px;
  font-weight: 600;
}

.box_user:hover .actions {
  display: block;
}

.actions {
  position: absolute;
  top: 10px;
  left: 0;
  display: none;
  transition: .5s;
}

.actions a {
  box-shadow: 0 1px 2px 0px #d8d8d8;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #eee;
  margin-right: 5px;
  font-size: 15px;
  width: 31px;
  display: inline-flex;
  height: 31px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #28327f;

}

.actions a.delet {
  color: red;
}

.label_social {
  border-radius: 7px;
  padding: 12px;
}

.label_social h2 {
  font-size: 13px;
  color: #fff;
  font-weight: normal;
  margin: 0;
  display: flex;
  align-items: center;

}

.label_social h2 i {
  margin-left: 8px;
  font-size: 15px;
}

.label_social h6 {
  margin: 0;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 0;
  display: flex;
  align-items: center;
}

.label_social.instagram {
  background-image: linear-gradient(to right, #ad46ff, #f6339a);
}

.label_social.youtube {
  background-color: #fb2c36;
}

.label_social.twitter {
  background-color: #51a2ff;
}

.label_social.tiktok {
  background-color: #000;
}

.label_social.snapchat {
  background-color: #fdc700;
}

.label_social.facebook {
  background-color: #155dfc;
}

.label_social.linked {
  background-color: #1447e6;
}

.filter .form-group {
  position: relative;
}

.filter .form-control,
.filter .form-select {
  box-shadow: 0 1px 2px 0px #d8d8d8;
  font-size: 14px;
  border-radius: 8px;
  border: 1px solid #eee;
  outline: none;
  min-height: 37px;
  padding-right: 35px;
}

.filter .form-group i {
  position: absolute;
  top: 14px;
  right: 14px;
  color: #777;
  font-size: 14px;
}

.change {
  box-shadow: 0 0px 0px 0px #d8d8d8;
  border-radius: 5px;
  border: 1px solid #eee;
  display: inline-flex;
  align-items: center;
  color: #28327f;
  justify-content: center;
  min-height: 100%;
  aspect-ratio: 1;
  margin-left: 8px;
  transition: .5s;
  cursor: pointer;
}

.change:hover {
  background-color: #eee;
}

.change.active {
  background-color: #28327f;
  color: #fff;
}

.box_list.list {
  flex: 0 0 auto !important;
  width: 100% !important;
}

/*  profile  */
.profile_img {
  width: 100%;
  box-shadow: 0 1px 6px 0px #9f9f9f;
  border-radius: 15px;
  max-width: 350px;
  object-fit: contain;
}

.profile_details {
  margin-top: 10px;
  margin-right: 50px;
}

.profile_details h1 {
  color: #404a8d;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 0;
  text-decoration: underline;
}

.profile_details h4 {
  font-size: 23px;
  color: #28327f;
  font-weight: bold;
  margin-bottom: 15px;
}

.profile_details h5 {
  font-size: 15px;
  color: #28327f;
  background-color: #f5f5f5;
  padding: 3px 13px 4px;
  border-radius: 7px;
  display: inline-block;
}

.box_user.inner {
  border: 0;
  box-shadow: none;
  padding: 0;
}

.profile_details ul {
  list-style: none;
  margin-bottom: 0;
  padding: 20px 10px;
}

.profile_details ul li {
  list-style: none;
  color: #777;
  padding-bottom: 7px;
  font-size: 15px;
}

.profile_details ul li span {
  min-width: 160px;
  display: inline-block;
}

@media(max-width:768px) {
  .banner h5 {
    font-size: 15px;
  }

  .banner img {
    width: 50px;
  }

  .counter_box {
    padding: 20px 15px;
  }

  .box_user {
    padding: 15px;
  }

  .box_user h4 {
    font-size: 17px;
  }

  .box_user h5 {
    font-size: 11px;
  }

  .box_user img {
    width: 55px;
    height: 55px;
  }
  .profile_details{
    margin-right: 0;
  }
}