body {
  background: #345164;
}

#columns {
  -webkit-column-count: 1;
  -webkit-column-gap: 10px;
  -webkit-column-fill: auto;
  -moz-column-count: 1;
  -moz-column-gap: 10px;
  column-count: 1;
  column-gap: 15px;
  column-fill: auto;
}

.pin {
  width: 300px;
  border-radius: 0px;
  display: inline-block;
  background: #fff;
  border: 1px solid #e2e2e6;
  margin: 0 2px 15px;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  column-break-inside: avoid;
  padding: 10px;
  padding-bottom: 5px;
  opacity: 1;
  transition: all 0.2s ease;
}

.pin img {
  max-width: 100%;
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
}

.pin p {
  color: #333;
  margin: 0;
}

.sweeb_b {
  color: #fff;
  margin-bottom: 25px;
  height: 100px;
  position: relative;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  outline: 0;
  overflow: hidden;
  background: none;
  z-index: 1;
  cursor: pointer;
  transition: 0.08s ease-in;
}

.sweeb_b a {
  color: #fff;
}

.sweeb_g {
  background: #a2de5a;
}
.sweeb_bl {
  background: #5fb5f2;
}
.sweeb_r {
  background: #f26986;
}

.sweeb_g:hover,
.sweeb_bl:hover,
.sweeb_r:hover {
  color: whitesmoke;
}

.sweeb_g:before,
.sweeb_bl:before,
.sweeb_r:before {
  content: "";
  position: absolute;
  background: #3e4851;
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
  z-index: -1;
  transition: top 0.09s ease-in;
}

.sweeb_g:hover:before,
.sweeb_bl:hover:before,
.sweeb_r:hover:before {
  top: 0;
}

.sweeb {
  background: #fff;
  padding: 20px;
}

.overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.circle {
  width: 15px;
  height: 15px;
  background-color: red;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
}

.btn-danger2 {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.pokeRingFlirt {
  color: #fff !important;
  background-color: #5cb85c !important;
  border-color: #4cae4c !important;
}

.overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.button_left {
  float: left !important;
  margin-top: 10px;
}

.profile-pic {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

.vote-heart {
  position: fixed;
  font-size: 16x;
  pointer-events: none;
  z-index: 2147483647;
  background: none !important;
}

/* UP vote ❤️ */
.vote-heart.type_up {
  animation: snakeUp 1.4s ease-out forwards;
  background: none !important;
}

/* DOWN vote 💔 */
.vote-heart.type_down {
  animation: snakeDown 1.4s ease-in forwards;
  background: none !important;
}

@keyframes snakeUp {
  0% {
    opacity: 1;
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
  25% {
    transform: translate(-10px, -20px) rotate(-10deg) scale(1.2);
  }
  50% {
    transform: translate(10px, -40px) rotate(10deg) scale(1.4);
  }
  75% {
    transform: translate(-8px, -60px) rotate(-5deg) scale(1.5);
  }
  100% {
    opacity: 0;
    transform: translate(0, -80px) rotate(0deg) scale(1.6);
  }
}

@keyframes snakeDown {
  0% {
    opacity: 1;
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
  25% {
    transform: translate(10px, 20px) rotate(10deg) scale(1.2);
  }
  50% {
    transform: translate(-10px, 40px) rotate(-10deg) scale(1.4);
  }
  75% {
    transform: translate(8px, 60px) rotate(5deg) scale(1.5);
  }
  100% {
    opacity: 0;
    transform: translate(0, 90px) rotate(0deg) scale(1.6);
  }
}

.sweeb-image-wrapper {
  position: relative;
}

.vote-avatars {
  position: absolute;
  bottom: 12px;
  display: flex;
  gap: 6px;
  z-index: 5;
}

.vote-avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid #fff;
  object-fit: cover;

  animation: floatBubble 3s ease-in-out infinite;
}

.vote-avatar:nth-child(2) {
  animation-delay: 0.4s;
}
.vote-avatar:nth-child(3) {
  animation-delay: 0.8s;
}

@keyframes floatBubble {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(0);
  }
}

.btn-link {
  border: none !important;
  outline: none !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.btn-link:focus,
.btn-link:hover,
.btn-link:active {
  border: none !important;
  outline: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* feeling below avatar */
.user-feeling {
  margin-top: 6px;
  font-size: 12px;
  color: #fff;
  background: #5fb5f2;
  padding: 3px 10px;
  border-radius: 14px;
  display: inline-block;
  font-weight: bold;
  white-space: nowrap;
}

.cloud {
  width: 320px;
  height: 135px;
  border: none !important;

  background: #f2f9fe;
  background: linear-gradient(top, #fff 5%, #d0deec 100%);
  background: -webkit-linear-gradient(top, #fff 5%, #d0deec 100%);
  background: -moz-linear-gradient(top, #fff 5%, #d0deec 100%);
  background: -ms-linear-gradient(top, #fff 5%, #d0deec 100%);
  background: -o-linear-gradient(top, #fff 5%, #d0deec 100%);

  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;

  position: relative;
  margin: 45px auto 20px;
}

.cloud:after,
.cloud:before {
  content: "";
  position: absolute;
  background: #fff;
  z-index: -1;
}

.cloud:after {
  width: 100px;
  height: 100px;
  top: -30px;
  left: 50px;

  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
}

.cloud:before {
  width: 180px;
  height: 180px;
  top: -50px;
  right: 50px;
  border-radius: 200px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
}
iframe {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cloud:before {
    width: 140px;
  }
  .gravatar-wrapper {
    padding: 0 0 0 5px !important;
  }
  .box .sweeb_post {
    padding: 15px 5px !important;
  }
  .member_left_side {
    width: 100% !important;
  }
  .box .status-dot {
    right: 0px !important;
    top: 43px !important;
  }
  .backdrop .status-dot {
    right: 0px !important;
    top: 90px !important;
  }
  .box.cloud .status-dot {
    right: 0px !important;
    top: 27px !important;
  }
  .container-profile .sweeb_post .status-dot {
    right: -2px !important;
    top: 40px !important;
  }
  .container-profile .cloud .avatar {
    margin-top: -5px !important;
    width: 48px;
  }
  .container-profile .cloud .status-dot {
    right: -14px !important;
    top: 18px !important;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #888 !important;
  }
  .box {
    margin-top: 0px !important;
    margin-right: 2px !important;
    margin-bottom: 15px !important;
    margin-left: 2px !important;
  }
  .box.cloud {
    margin-top: 0px !important;
    margin-right: 2px !important;
    margin-bottom: 50px !important;
    margin-left: 33px !important;
  }
}

.poll-card {
  background: #f8f9fa;
}

.poll-option:hover {
  background: #eef2ff;
  cursor: pointer;
  transition: 0.2s;
}

.poll-box {
  background: #fff;
  border-radius: 12px;
  padding: 15px;
  border: 1px solid #eee;
}

.poll-bar {
  width: 100%;
  height: 36px;
  background: #eee;
  border-radius: 20px;
  overflow: hidden;
}

.poll-fill {
  height: 100%;
  background: #00aaf1;
  /* light blue */
  border-radius: 20px;
  transition: 0.4s;
}

.poll-label {
  font-size: 14px;
  margin-bottom: 6px;
}
.rating-box {
  font-size: 26px;
}

.rating-box .star {
  color: #ccc;
  cursor: pointer;
  transition: 0.2s;
}

.rating-box .star.active {
  color: #ffc107;
}

.rating-box.rated .star {
  cursor: default;
}

.liveNearbyBtn{
        background-color: #5bc0de;
      }
      .nearbyUsers {
        margin-top: 5px;
        min-height: 35px;
      }

      .nearbyUsers img {
        margin-right: 5px;
      }