body{
  width: 100%;
  height: 100vh;
}
/*main head navigations*/
.nav {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 10px 0px;
}

.nav__lists {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.nav__list {
  width: 100%;
}

.nav__list-link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #a0a0a0;
}

.nav__list-link:hover {
  color: #007cfe;
}

.nav__list-icon {
  padding-bottom: 5px;
  font-size: 1.3rem;
  position: relative;
}

.nav__list-text {
  font-size: 0.7rem;
  font-weight: 400;
}

.nav__list-new {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 0.7rem;
  background-color: #ff3a30;
  color: #ffffff;
  padding: 0.7rem;
  right: -16px;
  top: -7px;
}

.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: 100px;
  right: 15px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  transition: box-shadow 0.4s ease;
  background: #eee;
  box-shadow: var(--shadow);
  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);
}

.status-bar__status {
  display: flex;
  color: #fff;
  padding: 10px;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px #eee solid;
  height: 70px;
}

.status-bar__column {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 20px;
}

.status-bar__column img{
  height: 40px;
  width: 40px;
  margin-left: 15px;
}

.status-bar__item {
  margin-right: 8px;
}
.status-bar__column i {
  color: white;
  margin-right: 10px;
}

.home-header {
  display: flex;
  border-bottom: 1px solid #fff;
  background-color: var(--appColor);
  height: 60px;
  padding-bottom: 15px;
}

.home-header__title {
  font-size: 2rem;
  font-weight: 700;
  height: 60px;
  width: 100%;
}

.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;
}

.status {
  display: flex;
  width: 101%;
  height: 100%;
  overflow-x: scroll;
  overflow-x: hidden;
  overflow: auto;
  align-items: center;
  align-content: center;
}

.onlineLists {
  display: flex;
}


.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;
}

/* @media all and (minwidth: 375px){} */

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}


.add-new-stat {
  width: 40px;
  height: 40px;
  background: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 32px;
  padding: 8px 10px;
  margin: 0.3em 0.2em;
}

.add-new-stat .addstatus {
  margin: -80% -54% auto;
  border-radius: 50%;
  width: 40px;
  color: black;
  height: 40px;
}

@media (min-width: 768px) and (max-width: 1400px) {

  .nav {
    width: 70%;
  }

  .status-bar__status {
    width: 70%;
  }

  .status {
    width: 70vw;
  }


  .section {
    height: 100vh;
    width: 30%;
    position: fixed;
    right: 0;
  }

  .bar {
    background: #222;
    margin-top: -10px;
    padding: 0.4em;
    color: #fff;
    padding: 10px;
    text-align: center;
    height: 50px;
  }

  .friendsdiv {
    height: 50vh;
    width: 100%;
    border-bottom: 1px solid gainsboro;
  }

  .friendsviewdiv,
  .adsdiv {
    padding: 5px;
    text-align: center;
  }
}
