

/*--- Upload popup ---*/
.popup-wraper,
.popup-wraper1,
.popup-wraper2,
.popup-wraper3,
.popup-wraper4,
.popup-wraper5,
.popup-wraper6,
.popup-wraper7,
.stories-wraper{
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s linear 0s;
}

.popup-wraper.active,
.popup-wraper1.active,
.popup-wraper2.active,
.popup-wraper3.active,
.popup-wraper4.active,
.popup-wraper5.active,
.popup-wraper6.active,
.popup-wraper7.active,
.stories-wraper.active{
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  visibility: visible;
}

.popup {
  background: #fff none repeat scroll 0 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  left: 50%;
  padding: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 650px;
}
.popup.creat-group{padding-bottom: 0;}
.message-pop > h4 {
  font-size: 30px;
}

.popup-closed {
  cursor: pointer;
  font-size: 15px;
  position: absolute;
  right: 18px;
  top: 15px;
	z-index: 9;
}

.popup-closed > i {
  line-height: initial;
}

.popup form label {
  font-size: 15px;
  margin-bottom: 10px;
  margin-top: 16px;
  text-transform: capitalize;
  width: 100%;
}

.popup form textarea {
  margin-bottom: 30px;
  width: 100%;
}

.popup form .canceled {
  float: right;
  font-size: 16px;
  text-transform: capitalize;
}
.popup-head {
    border-bottom: 1px solid #dedede;
    display: inline-block;
    padding-bottom: 10px;
    width: 100%;
}
.popup-head > h5 {
    color: #474962;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    width: 100%;
}

/*--- story box ---*/

.stories-users {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    display: inline-block;
    padding: 20px;
    width: 100%;
	border-radius: 5px;
	margin-top: -15px;
}
.stories-users > h5 {
    color: #fff;
    display: inline-block;
    font-size: 22px;
    width: 100%;
}
.my-status {
    display: inline-block;
    margin-top: 10px;
    width: 100%;
	cursor: pointer;
}
.my-status > figure, .frnds-stories > li > figure {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.my-status > figure img, .frnds-stories > li > figure img {
    border: 1px solid #fff;
    border-radius: 100%;
}
.story-user {
    display: inline-block;
    padding-left: 10px;
    vertical-align: middle;
}
.story-user > span {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
}
.story-user > ins {
    color: #adadad;
    display: inline-block;
    font-size: 13px;
    text-decoration: none;
    text-transform: capitalize;
}
.frnds-stories {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    display: inline-block;
    list-style: outside none none;
    margin-bottom: 0;
    margin-top: 20px;
    max-height: 420px;
    padding-left: 0;
    padding-top: 20px;
    position: relative;
    width: 100%;
}
.frnds-stories > li {
    margin-bottom: 20px;
	cursor: pointer;
	transition: all 0.2s linear 0s;
}
.frnds-stories > li:hover {
    background: rgba(255,255,255,.1);
    border-radius: 40px 5px 5px 40px;
}
.frnds-stories > li:nth-last-child(3){margin-bottom: 0;}
.my-status > a {
    float: right;
    font-weight: 500;
    margin-top: 16px;
    padding: 6px 13px;
    text-transform: capitalize;
}

/* stories snapgram zuck */
.stories.snapgram .story > .item-link {
    text-decoration: none;
  }
  .stories.snapgram .story > .item-link > .item-preview {
    border-radius: 50%;
    padding: 2px;
      background: radial-gradient(
          circle at 70% 70%,
          #fc2cff 10%,     /* pink */
          #ffffff 40%,     /* white */
          #002bff 80%      /* blue */
      );
      background-size: 200% 200%;
      animation: moveGradient 6s ease infinite;
  }
@keyframes moveGradient {
    0% {
        background-position: 0% 0%;
    }
    50% {
        background-position: 100% 100%;
    }
    100% {
        background-position: 0% 0%;
    }
}
  .stories.snapgram .story > .item-link > .item-preview img {
    border-radius: 50%;
    border: 3px solid #fff;
      padding: 5px;
      background-color: #dfe6ff;
  }

  .stories.snapgram .story.seen {
    opacity: 0.75;
  }
  .stories.snapgram .story.seen > a > .item-preview {
    background: #a7a9ac;
  }

  .cart{
      background: #fff none repeat scroll 0 0;
      border: 1px solid #ede9e9;
      border-radius: 10px;
      display: inline-block;
      width: 100%;
      margin-bottom: 20px;
      padding: 20px;
  }
