
.user-avatar-effects {
  width: 100%;
  height: 100%;
  min-width: 295px;
  min-height: 170px;
  max-height: 300px;
  border-radius: 4px;
}


.avatar-spec-members {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 2px;
  overflow: hidden;
  border: 1px solid #151515;
  background-position: center center;
  background-size: 240%;
}


.member-top-box {
  border: 1px solid rgb(29, 29, 29);
  box-shadow: 1px 6px 8px 0px #0c0c0c;
  padding: 0px 0px;
  margin: 10px 0px 0px 0px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  background: #ffffff0d;
  border-radius: 4px;
}
@media (max-width: 690px){
  .member-top-box {
    flex-direction: column;
  }
}



.member-midtop-box {
  width: 100%;
  padding: 20px 40px;
  margin: 0px 0px 0px 0px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.member-midtop-box h3 {
  margin: -13px 0px 0px 0px;
  line-height: 45px;
}

@media (max-width: 1300px){
  .member-midtop-box {
    flex-direction: column;
    align-items: center;
    margin: 20px 0px 0px 0px;
  }
  .member-midtop-box div {
    margin-bottom: 10px;
  }
}







.member-info-box {
  font-size: 14px;
  margin: 10px 0px 60px 0px;
  /* padding: 5px 20px 15px 20px; */
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.mib-col-1 {
  width: 50%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.mib-col-2 {
  width: 50%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

@media (max-width: 600px){
  .member-info-box {
    text-align: center;
    flex-direction: row;
    font-size: 12px;
  }
  .member-info-box h6 {
    font-size: 12px !important;
  }
  .mib-col-1 {
    flex-direction: column;
      justify-content: flex-start;
  }
  .mib-col-2 {
    flex-direction: column;
      justify-content: flex-start;
  }

}


.member-info-box h6 {
  text-transform: uppercase;
  color: #606262;
  font-size: 15px;
  margin: 35px 0px 8px 0px;
}

._SingleMember {
  margin-bottom: 70px;
}




























































/* NAVIGATION _MODULE STUFF */
.user-controls-navbar {
  /* min-height: 60px; */
  transition: 0.3s;
  padding: 10px 20px;
  width: 100%;
  position: absolute;
}




/* MEMBER SIGNLE PAGE STUFF */



/* ALL MEMBERS PAGE STUFF */

/* .con-2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
} */

.con-search {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 30px;
}

.con-table {
  margin: 20px 0px;
  width:100%;
}
.menu-opts{
  font-size: 23px;
}
.ellipsis-button {
  transition: 0.2s;
  color: #5a6c65ab;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  padding: 4px 5px;
  border-radius: 50%;
}

.ellipsis-button:hover {
  transition: 0.3s;
  background-color: #ffffff14;
  color: #ffffff;
}

.detail1 {
  font-size: 0.85em;
  color: #616161;
  padding-top: 1px;
}







.img-showoff-avatar-profile {
  width: 100%;
  height: 100%;
  max-width: 53px;
  max-height: 43px;
  min-width: 133px;
  min-height: 43px;
  border-radius: 50%;

  overflow: hidden;
  text-align: center;
  background-size: 220%;
  background-position: center center;
  background-repeat: no-repeat;
}





.member-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}



.member-row div {
  margin-right: 7px;
}

.member-top-data-r {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.member-bottom-data {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
