

.bottom-avatar {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  object-fit: cover;
}

/*fab button for creating new post*/
/*it use on home page and pages pages*/
.fab-btn {
  position: absolute;
  bottom: 80px;
  right: 15px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  transition: box-shadow 0.4s ease;
  background: #eee;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
  font-size: 1.7rem;
  font-weight: bold;
  cursor: pointer;
}

.fab-btn span {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  transition: transform 0.5s ease;
}

#menu-list {
  display: none;
}

.hide {
  display: none;
}

#menu-list > ul {
  position: absolute;
  background-color: #ffffff;
  z-index: 1;
  padding: 0.5rem 0;
  line-height: 2;
  font-size: 1rem;
  border: 1px solid rgba(190, 184, 184, 0.377);
  top: 40px;
  right: 10px;
  transition: 0.01s;
  list-style: none;
  cursor: pointer;
  transition: 0.01s;
  border-radius: 5px;
  transition: 0.2s;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

#menu-list > ul > li {
  padding: 0.3rem 3rem 0.3rem 1.5rem;
  color: #3b4a54;
}

#menu-list > ul > li:hover {
  background-color: rgba(240, 234, 234, 0.671);
}






.logo {
  width: 50px;
  height: 50px;
  position: relative;
  color: white;
  margin-left: 5px;
  border-radius: 50%;
  text-align: center;
  background: #000;
}

.logo img {
  width: 50px;
  height: 50px;
  position: absolute;
  text-align: center;
  border-radius: 50%;
  top: 0;
  left: 0;
  z-index: 99;
}

.logo .overlay {
  width: 50px;
  height: 50px;
  /*  background-color: rgba(0, 35, 82, 0.7);*/
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 40;
  z-index: 999;
}

.statusCount {
  width: 20px;
  height: 20px;
  padding: 3px;
  background: #222;
  color: #fff;
  font-size: 14px;
  border-radius: 50%;
  margin: 14px auto;
  text-align: center;
  background-position: left;
}



.onlineLists {
  display: flex;
}

.display-view {
  height: 81vh;
  width: 101%;
  overflow-y: scroll;
  overflow-y: hidden;
  overflow: auto;
}

.display-view-two {
  height: 85vh;
  width: 100vw;
  overflow-y: scroll;
  overflow-y: hidden;
  overflow: auto;
  background: var(--projectbg);
}

amp-story-player {
  width: 100%;
  height: 100%;
}

.entry-points {
  position: relative;
  display: flex;
}

.entry-points img {
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-clip: content-box;
  border: 2px solid;
  padding: 3px;
  position: relative;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  margin: 5px 8px;
}

.entry-point-card-title {
  font-weight: 500;
  font-family: Poppins;
  font-size: 11px;
  line-height: 15px;
  text-align: center;
  display: inline-block;
  color: #fff;
}

.column {
  top: 100px;
}

.website-rectangle {
  background-color: #24242d;
  width: 360px;
  height: 600px;
  border-radius: 16px;
}


[data-share] {
  --icon: var(--ico-share);
  --icon-bgc: #222;
  --icon-size: 50%;
  --size: 2rem;
  min-height: var(--size);
}

[data-share-item] {
  background-color: var(--bgc);
  border: 0;
  border-radius: var(--bdrs);
  display: inline-block;
  height: var(--size);
  margin: var(--m);
  outline: none;
  width: var(--size);
}

[data-share-item] i {
  background-color: var(--icon-bgc);
  display: inline-block;
  height: 100%;
  mask: no-repeat center center/var(--icon-size) var(--icon);
  -webkit-mask: no-repeat center center/var(--icon-size) var(--icon);
  width: 100%;
}



.scroll {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
  cursor: default;
  overflow: scroll hidden;
  scroll-snap-type: x mandatory;
  scroll-padding: 0px 1.25rem;
  scrollbar-width: none;
}

.short-card {
  height: 300px;
  margin-bottom: 10px;
  width: 100%;
  background: #fff;
  display: inline-block;
}

.Arfric-profile-short {
  height: 260px;
  width: 140px;
  display: inline-block;
  border-radius: 16px;
  margin: 10px 20px;
  background: #323;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.Arfric-profile-short-item {
  position: relative;
  object-fit: cover;
  height: 260px;
  width: 140px;
  border-radius: 16px;
}

/* profile-short-overlay effect */

.profile-short-overlay {
  opacity: 1;
  display: block;
  align-items: center;
  border-radius: 16px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 260px;
  width: 140px;
}

.profile-short-overlay .icon {
  height: 50%;
}

.profile-short-overlay .icon svg {
  margin: 50% 40%;
}

.profile-short-overlay .description {
  margin-top: 20px;
  height: 34%;
  width: 200px;
}

.profile-short-overlay .description div {
  display: block;
  padding: 0.3em;
  color: #fff;
  margin-right: 10px;
  text-align: left;
  margin-left: 20px;
}

.video-preview {
  margin: 10px auto;
  height: 240px;
  width: 140px;
  border-radius: 16px;
}
