 .so-subscribe-btn{
    margin-left: 12px;
    padding: 4px 14px;
    background: rgb(234, 30, 121);
    color: #fff;
    border: none;
    border-radius: 16px;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    box-shadow: 0 1px 4px #ffd70044;
    transition: background 0.2s;
 }

 /* premium toggle */
.feed-type-toggle-wrapper{
   position: absolute;
   top:-26px;
   right:-20px;
   display: flex;
   justify-content: center;
   align-items: center;
   cursor: pointer;
}

@media screen and (max-width: 500px) {
    .feed-type-toggle-wrapper{
        position: relative;
        top: 0;
        right: 0;
        margin-top: 10px;
    }
    .so-subscribe-btn:not(.premium-placeholder-card .so-subscribe-btn){
      font-size: 12px;
      padding: 2px 8px;
      margin-left: 0;
    }
    .so-subscribe-btn i{
      display: none;
    }
    .container.so-feed-new-container{
      padding: 0;
    }
    .spitout-feed-card-wrapper .so-feed-card-wImage .card-body{
      padding: 12px;
    }
    .feed-profile-card-title{
      gap: 5px;
    }
    .feed-profile-card-title span.text-muted{
      font-weight: 500;
    }
}

.socket-popup{
    position: fixed;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    background-color: lightblue;
    padding: 5px 10px;
    border-radius: 50px;
    z-index: 1000;
    display: flex;
    align-items: center;
    background: rgb(234, 30, 121);
    color: #fff;
    font-weight: 600;
    font-size: 12px;
        cursor: pointer;
}

.bi-arrow-clockwise{
  display:flex;
  align-items: center;
  justify-content: center;
}
.socket-popup .bi-arrow-clockwise::before {
    /* font-size: 20px; */
    font-weight: 600 !important;

}
.so-feed-card-body .custom-video-container{
      background: #000;
    height: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
    border-radius: 10px;
}
.seller-feed-error {
    text-align: center;
    height: fit-content;
    /* background-color: rgb(234, 30, 121); */
    /* border: 1px solid rgb(234, 30, 121); */
    color: rgb(234, 30, 121);
    padding: 4px 8px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 12px;
}
.so-feed-uploaded-img video{
  max-height: 600px;
}
/* style={{ position: "fixed", top: "10px", left: "50%", transform: "translateX(-50%)", backgroundColor: "lightblue", padding: "10px", borderRadius: "5px" }} */


/* locked premium feed designs */

.premium-placeholder-card {
  background: linear-gradient(145deg, #fdfdfd, #f7f7f7);
  /* border: 2px dashed #ffb300; */
  border: 2px dashed rgb(234, 30, 121);
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  margin: 15px 0;
  position: relative;
}

.premium-icon {
  font-size: 30px;
  color: #ffb300;
  margin-bottom: 8px;
}

.premium-title {
  font-weight: 600;
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
}

.premium-preview {
  font-size: 14px;
  color: #444;
  margin: 0 0 12px 0;
  font-style: italic;
}

.premium-text {
  font-size: 13px;
  color: #666;
  margin-bottom: 15px;
}

/* .so-subscribe-btn {
  background: #ffb300;
  color: #fff !important;
  padding: 8px 16px;
  border-radius: 6px;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.so-subscribe-btn:hover {
  background: #e0a200;
} */



/*================== subscription modal design =========================  */

.subscription-options{
    display: flex;
    flex-direction: column;
    gap: 5px;
}

#seller_subscription{
    /* width: 100%; */
    padding: 6px 14px;
    background: rgb(234, 30, 121);
    color: #fff;
    border: none;
    border-radius: 16px;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    box-shadow: 0 1px 4px #ffd70044;
    transition: background 0.2s;
}


.custom-mute-button{
position: absolute;
bottom: 15px;
left: 15px;
background: none !important;
cursor: pointer;
}

.update-subscription-loader img {
    position: absolute;
    right: 50%;
    top: 33%;
}

.update-subscription-loader {
  width: -webkit-fill-available;
  /* top: -52px;
  left: 0; */
  position: absolute;
  height: -webkit-fill-available;
  background-color: #1818184a;
  z-index: 99;
  border-radius: 20px;
  /* height: 700px; */
}