@font-face {
  font-family: "teko-regular";
  src: url(../fonts/Teko-Regular.ttf);
}
@font-face {
  font-family: "LemonJellyPersonalUse-dEqR";
  src: url(../fonts/LemonJellyPersonalUse-dEqR.ttf);
}
@font-face {
  font-family: "arial";
  src: url(../fonts/arial.ttf);
}
html, body{
  scroll-behavior: smooth;
  scroll-padding-top: 70px;
}
body{
    text-decoration: none;
    color:#ecf5ff; 
     background: linear-gradient(
        135deg,
        #000000 0%,
        #000000 15%,
        #01153e 35%,
        #09224e 50%,
        #000000 70%,
        #000000 85%,
        #000000 100%
    );
    min-height: 100vh;
    overflow-x: hidden;    
    src: url(../fonts/Beautifulflaws.ttf); 
    font-family: 'arial','sans-serif','Lucida Sans', 'Lucida Sans Regular';
    font-weight: 400;
      
}
a{color:#ecf5ff;
}
a:hover{
  text-decoration: none;
  color:#ecf5ff
}
em{
  color:#91cdfd
}
.intro-img{
    text-align: center;
}
.intro-img img{
    width:15em;
    
}
.dark{background-color: #000000cc;}
.light{background-color: #fff;}
#zee_header{
    height:70px;
    padding:20px 40px;
    position: fixed;
    top:0;
    color: #ecf5ff;
    width:100%;
    z-index:667;
    background-color:#000;
    border: 1px solid rgba(255, 255, 255, 0.2);
    
}
.ze3ra img{
    width:5em;
    margin-right: 20px;
    margin-top: -15px;
    margin-left: -15px;
    
    
}
.mn{
  border-radius: 50%;
  font-size: 25px;
  background-color: #000;
  padding:5px;
  border:2px solid #000;
  margin-right:15px;
  color:#ecf5ff;
  margin-bottom: 10px;

}
.mn:hover{
  text-shadow:0 0 12px  #ff01f7;
}
.mn-active{
  background-color:#011631;
  color:#c6dff3;
  border: 2.5px solid #c6dff3;
  cursor:default;
  text-shadow:none
}
.fixed_menu .bi-envelope-fill{
  margin-right: -15px;
}
.fixed_menu .bi-bell-fill{
  margin-right: -15px;
  margin-left: 20px;
}
.hidden{display:none}
.unread-count,.unread-count3{
            justify-content: center;
            align-items: center;
            font-size: 10px;
            background-color: #ef0000; /* Red background */
            color: white;
            border-radius: 9999px; /* Fully rounded */
            padding:3px 6px; /* Adjust padding */
            transition: all 0.3s ease-in-out;
            left:-50px;
        }
.top-srch{
  font-size: 30px;
  font-family: "LemonJellyPersonalUse-dEqR";
  /* float: right; */
}
.dashboard{
  background-image:linear-gradient(#333333cc,#000000);
  padding:20px;
  width:100%;
  border-radius: 20px;
  text-align: center;
}
.btn-get-started {
    color:#fff;
    background-color: #04a0db;
    display: inline-block;
    padding: 5px 32px;
    transition: 0.5s;
    margin: 10px;
    text-decoration: none;
    cursor:pointer
  }
  
.btn-get-started:hover {
    background-color: #04a0db;
    color:#fff
  }
  .btn-cncl {
    color:#fff;
    border:2px solid #f00;
    font-weight: 450;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 5px 32px;
    transition: 0.5s;
    border-radius: 5px;
    text-decoration: none;
    cursor:pointer;
    background-color: #f00;
  }
  .btn-update {
    background-color: #04a0db;
    color:#fff;
    font-weight: 450;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 5px 32px;
    transition: 0.5s;
    border-radius: 5px;
    text-decoration: none;
    cursor:pointer;
  }
  .btn-white {
    color:#fff;
    background-color:#04a0db;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 5px 32px;
    transition: 0.5s;
    margin: 10px 0;
    text-decoration: none;
    cursor: pointer;
  }
  .btn-off-white {
    color:#fff;
    background-color: none;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 5px 32px;
    transition: 0.5s;
    margin: 10px 0;
    text-decoration: none;
    cursor: pointer;
    border:1.5px solid #fff
  }
  .send-btn {
    color:#fff;
    background-color: #00AFEF;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 5px 32px;
    transition: 0.5s;
    margin: 10px 0;
    text-decoration: none;
    cursor: pointer;
  }
  
  .login_form{
    background-color: #01255c;
    padding:15px;
    margin-top: 80px;
    color:#ecf5ff;
    width:100%
  }
  .login_form2{
    padding:15px;
    margin-top: 40px;
    text-align: center;
    color:#fff;
    border:1px #031f36 solid;
    border-radius: 15px;
    
  }
  .form-control{
    background-color: inherit;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-top:none;
    border-left:none;
    border-right:none;

  }
  .suc_msg{
    color:#00ff40;
    padding:4px 10px;
    text-align: center;
    width:100%;
    font-weight: 500;
    margin-bottom: 10px;
    border-radius: 8px;
  }

  .err_msg{
    background-color:inherit;
    color:#ff0000;
    font-weight: 400;
    padding:2px 10px;
    text-align: center;
  }
  .err_msg >.err{
    float:left;
    background-color: #750505;
    padding:0 8px;
    border-radius: 50%;
    margin-right: 10px;
  }
  .err_msg_form{
    color:#fce4e4;
    font-size: 14px;
  }
  .white-text{color:#ecf5ff;
    font-family: "teko-regular";
    display: inline;
    font-size: x-large;}
  .red-text{color:#ecf5ff;
    font-family: "teko-regular";
    display: inline;
    font-size: x-large;}
    .usrnme{
      color:#fff;
      display: inline;
      font-size: large;
      font-family: "teko-regular";
    }

/*--------------------------------------------------------------
# Sidenav bar
--------------------------------------------------------------*/
  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background: #000;
    /* backdrop-filter: blur(60px); */
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    overflow-x: hidden;
    padding-top: 60px;
    transition: .4s;
    color:#ecf5ff;
    z-index:1005;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size:15px;
    color: #ecf5ff;
    display: block;
    text-shadow: 0 0 20px #000;
    transition: 0.3s
}

.sidenav a:hover, .offcanvas a:focus{
    text-shadow:0 0 15px #000;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    color:#fff
}
#open_nav{
font-size:30px;
cursor:pointer;
float:right;
color: #fff;
margin-top: -8px;
}

@media screen and (max-height: 450px){
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
h2,h3{
  font-family: "teko-regular";
  font-size:xx-large;
  margin-bottom: 2px; 
  
}
 h5,h6{
  /* font-family: "teko-regular"; */
  margin-bottom: 2px;
  color:#f5fcff

  
 }
  .side{
    color:#fff;
    padding-top: 1em;
    background-color:inherit;
    /* background-image:linear-gradient(#000000cc,#010b1fcc); */
  }
  
  .content{
    padding-top:1em;
    color:#fff;
    height: 100vh; 
    background-color: inherit;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    
}
.content h4{
  color:#ecf5ff;
}
.content::-webkit-scrollbar{
    display: none;
}

.posts{
    /*background: rgba(255, 255, 255, 0.15);*/
    backdrop-filter: blur(20px);
    /*border: 1px solid rgba(255, 255, 255, 0.2);*/
    /* border-radius: 20px; */
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    /* background-color: #fff;*/
    color:#fff; 
    padding:8px;
    margin-bottom: 10px;
    /* border:1.5px solid #ccc; */
    border-radius: 3px;
}
.g-posts{
  border-radius: 20px;
    background-color: inherit;
    color:#fff;
    padding:8px;
    margin-bottom: 10px;
}
.s-posts{
    background-color: #fff;
    color:#000;
    padding:8px;
    margin-bottom: 10px;
    border:1.5px solid #04a0db
}
.post-pix{
    width:8em;     
}
.post-pix img{
    width:2.5em;
    height:2.5em;
    border-radius: 50%;
    background-color: #fff;
    /* border: 2px solid #04a0db;  */
}
.post-pix2{
  text-align: center;
}
.post-pix2 img{
  width:2.5em;
  height:2.5em;
  border-radius: 50%;
  background-color: #fff; 
}
.post-info{
  font-weight:light;
  text-decoration: none;
}
.post-img{
height: min-content;
overflow:hidden;
margin-top:10px;
cursor:pointer;
position: relative;
}
.post-img>img{
  object-fit: cover;
  object-position: center;
}
 .img1{
  width:100%;
  border:solid 5px #00000055;
  /* border-radius: 25px; */
 }
 .img2{
  width:50%;
  float: left;
  display: inline;
  border:solid 5px #00000055;
  /* border-radius: 25px 0 0 25px; */
 }
 .img3{
  width:50%;
  float: right;
  display: inline;
  border:solid 5px #00000055;
  /* border-radius: 0 25px 25px 0; */
 }
 .img4{
  width:50%;
  float: left;
  display: inline;
  border:solid 5px #00000055;
  /* border-radius: 25px 0 0 0; */
 }
 .img5{
  width:50%;
  float: right;
  display: inline;
  border:solid 5px #00000055;
  /* border-radius: 0 25px 0 0; */
 }
 .img6{
  width:100%;
  border:solid 5px #00000055;
  /* border-radius: 0 0 25px 25px; */

 }
 .img7{
  width:50%;
  float: left;
  display: inline;
  border:solid 5px #00000055;
  /* border-radius: 0 0 0 25px; */
 }
 .img8{
  width:50%;
  float: right;
  display: inline;
  border:solid 5px #00000055;
  /* border-radius: 0 0 25px 0; */
 }
 .img-holder{
  max-height:300px;
  overflow:hidden;
  z-index: 22;
 }
 .plus-img{
  color:#000;
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  background-color: #fff;
  padding:8px;
  border-radius: 50%;
  font-weight:normal;
  font-size: 20px;
 }
.post-text a{
  color:#fff;
  text-decoration: none;
  text-align: justify;
}
.responses{
    padding-top:15px;
    color:#fff;
}
.responses i{
  font-size:20px
}

.likeButton{
  font-size:15px;
  color:#ff4d4d;
  background:inherit;
  padding:0 25px;
  border-radius: 25px;
  cursor: pointer;
  /* box-shadow: 0 0 15px #fff; */
}
.shr-btn, .m_share{
  font-size:16px;
  color:#fff;
  background:inherit;
  padding:0 25px;
  border-radius:25px;
  cursor: pointer;
  /* box-shadow: inset 0 0 15px #415870; */
}
.topz{
  background: #000;
  margin-top: 4px;
  text-align: center;
  cursor:pointer;
  padding:5px;
  border:.5px solid #3b4640;
}
.topz img{
  border-radius: 50%;
}
.g_pix{
  display: flex;
}
.g_pix > img{
  background-color: #000;
  width:100%; 
}
#create{
  margin-left:11px;
  width:90%;
}
#illute{
  margin-left:16px;
  height:30px;
  display: inline;
  padding:2px 16px;
  color:#5f6e77;
  background-color: inherit;
  cursor:text;
  border-bottom:1px solid rgba(255, 255, 255, 0.2);
}
textarea{
  background-color: #fff;
}
#tots{
  width:95%;
  margin-left: 8px;
}
#post-form{
  width:100%;
  display:none

}

.fixed_comment{
  z-index:666;
  width:100%;
  position:fixed;
  bottom:0;
  padding:08px 20px;
  text-align: center;
  background-color: #000000; 
}
/* post section */
.preview-container img {
  max-width: 100%;
  height: auto;
  margin: 10px;
  border-radius: 8px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.preview-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 20px;
  border-radius: 10px;
  margin: 10px;
}

.preview-container > img {
  height: 100px;
}

/* post_view */

.swiper-wrapper {
  height: fit-content;
}

.swiper-button-prev,
.swiper-button-next {
  width: 48px;
  height: 48px;
}

.swiper-button-prev:after,
.swiper-button-next:after,
.xxx {
  color: rgba(26, 10, 10, 0.8);
  background-color: rgba(0, 0, 0, 0.15);
  font-size: 24px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.swiper-button-prev:hover:after,
.swiper-button-next:hover:after {
  background-color: rgba(0, 0, 0, 0.3);
}

@media (max-width: 575px) {

.swiper-button-prev,
.swiper-button-next {
    display: none;
  }
}
.swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color:#000;
  opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #04a0db;
}
/* comments/ replies */

.comment-container {
  color:#000;
  border-radius: 15px;
  padding: 10px;
  margin-bottom: 10px;
  margin-left: 60px;
  cursor: pointer;
  background-color: #fff;
}
.rep-container{
  color:#fff;
  padding:5px;
  background-color:none;
  border-radius: 25px;
  max-width:80%;
  margin-left: 10px;
  margin-bottom: 8px;
}
.rep-container >a>.comment-text{
  color:#fff;
  text-shadow: 0 0 10px #000;
}
.comment-container>a{
  color:#fff;
  text-decoration: none;
}

.user-info {
  margin-bottom: 5px;
}

.user-name {
  font-weight: bold;
}

.comment-text {
  padding:0 15px 15px 15px;
  padding-left: 20px;
  border-radius: 25px;
  color:#fff;
  width:100%;
}
.comment-text >img{
  width:50%;
  
  
}
.rep-res, .rep-res2{
  padding:10px
}
.rep-res i{
  color:#fff;
}
.rep-res .likeButton{
  color:#fff
}
.rep-res2 i{
  color:#fff;
}
.rep-res2 .likeButton{
  color:#fff;
}

#search,#srch{
  background-color: inherit;
  color:#aaa;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  /* margin-bottom: 15px; */
}
.iv{color:#06e23d;}
.iv > .bi-whatsapp{
  color:#06e23d
}
#srch-results{
  padding-top:10px;
}
.srch-res{
  background-color: #ecf5ff;
  padding:10px;
  width:8em;
  color:#000;
  width:100%;
  border:2px solid #f3d880;
  border-radius: 10px;
  text-align: center;
}
.usr-pix{
  height:4em;
  width: 4em;
  border-radius: 5px;
}
.usr-pix > img{
  height: 2.5em;
  width: 2.5em;
  border-radius: 50%;
}
.outline{
border:1px solid rgba(255, 255, 255, 0.2);
padding:8px 0;
border-radius: 8px;
}
.usr-cover{
  height: 3em;
  width: 3em;
}
.usr-cover img{
  height: 4em;
  width: 4em;
  border-radius: 8px;
}
.usr-det{
  text-align:center;
}
.green{
  color:light-green;
}
.ccle{
  background-color:none;
  padding: 4px;
  border-radius: 25px;
  color:#fff;
  margin-right: 5px;
  text-align: center;
  cursor: pointer;
}
.ccle-db{
  background-color:#ff4d4d;
  padding: 4px;
  border-radius: 25px;
  color:#fff;
  margin-right: 5px;
  text-align: center;
  cursor: pointer;
}
.cclr{
  float:right;
  background-color:#ff0000;
  border:none;
  padding: 7px;
  border-radius: 25px;
  color:#fff;
  margin-right: 5px;
  text-align: center;
  cursor: pointer;
}
#Yes,#No{
  background-color: #012b9e;
  padding: 4px 8px;
  border-radius: 15px;
  color:#fff;
  margin-left: 10px;
  border:2px solid #fff;
  text-align: center;
  cursor: pointer;
}
#cnfrm{
  padding:0 20px;
  border-radius: 5px;
  background-color: #012b9e;
  margin:10px 0
}
.iv{
  text-align: right;
}
.iv i{
  color: #04a0db;
  font-size: 25px;
}
.short_comm{
  display: none;
  padding:20px;
  overflow-y:hidden;
  background: #022c4426;
  backdrop-filter: blur(50px);
  width:100%;
  max-height:fit-content;
  z-index: 777;
}
.menu_a{
   float:right;
   font-size: 25px;
}
#shr_menu,.shr_menu{
  padding: 25px;
  background: #000;
  backdrop-filter: blur(50px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ecf5ff;
  cursor: pointer;
  padding:10px;
  width:100%;
  position:fixed;
  bottom: 0;
  z-index: 999;
  display: none;
  border-radius:13px 13px 0 0;
}
#c_menu,#menu_{
  padding: 25px;
  background: #000;
  backdrop-filter: blur(50px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ecf5ff;
  cursor: pointer;
  padding:10px;
  width:100%;
  position:fixed;
  top: 0;
  z-index: 999;
  display: none;
  border-radius:13px 13px 0 0;
}
#menu_ >ul>li>a{
  color:#fff
}
ul{list-style: none;}
#upload_form{
  text-align: center;
}
#upload_form label i,#cover_form label i{
  font-size:120px; 
  color:#ff4d4d;
  padding:10px;
  border:2px solid #ff4d4d;
  border-radius: 10%;
  cursor: pointer;
  background-color: #011631;
}
.cunt-1{
  background-color: inherit;
  padding:20px
}
.songs{
  display:flex;
  margin-top: 5px;
  padding:4px;
  cursor:pointer; 
  background: inherit;
  /*backdrop-filter: blur(20px);*/
  /*border: 1px solid rgba(255, 255, 255, 0.2);*/
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}
.songs .ccle{
  font-size: smaller;
  background-color: inherit;
  color:#fff
}
.songs-img{
  width:6em; 
  height: 6em;
  overflow: hidden;
  background-color:inherit;
  border-radius: 0;
}
.songs-text{
  width:65%;
  padding: 0 10px;
  color:#fff;
  /* font-family: 'teko-regular'; */
  text-transform:lowercase;
}
.songs-text h4,.songs-text h5{
  font-family: 'teko-regular';
  display: inline;
  margin-bottom:2px;
  font-size: x-large;
  color:#ff4d4d;
  text-shadow: 0 0 10px #000;
}
.cover{
  text-align: center;
}
 .t-one{
  text-align: center;
  font-family: 'teko-regular';
  
} 
.t-one h3{
  color:#ffff;
  margin-bottom: 2px;
  font-size: 60px;
}
.t-one span{
  color:#ff4d4d;
  font-size: 35px;
}
.cover > img{
 box-shadow: 0 0 20px #000;
 width:250px;
 height:250px;
 border-radius:10px;
}
.reviews{
  /* background: rgba(255, 255, 255, 0.15); */
  background-color:#000;
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2); 
    color:#fff;
    padding:15px;
    margin-bottom: 10px;
    text-align: center;
}

.share-icons span {
  background-color: #010b1fcc;
  padding:8px;
  border-radius: 10px;
  cursor: pointer;
  color: #fff;
  margin-left:4px;
  text-align: center;
  border:1px solid #2365f3
}
.share-icons a span {
  background-color: #010b1fcc;
  padding:8px;
  border-radius: 10px;
  cursor: pointer;
  color: #fff;
  margin-left:4px;
  text-align: center;
  border:1px solid #2365f3
}
.share-icons>span:hover{
    background-color:#2365f3;
}
.bi-whatsapp{color:#06e23d}
.bi-facebook{color:#0d43da}
.audio_con i{
  font-weight: lighter;
  font-size:70px;
  cursor:pointer;
  margin:8px
}
.song_des{
  background-color:#241e1e;
  color:#67756d;
  padding:10px;
  border-radius: 8px;
}
.o-details small{
  background-color:#000;
  color:#fff;
  padding:4px 8px
}
.spree{
  padding:10px ;
  background-color: #0000;;
  overflow: hidden;
  cursor: pointer;
}
.spree>i{
  font-size: 25px;
  padding:8px 12px;
  background-color: #0186b7;
  transform: rotate(45deg);
  margin-right:10px
}
.components,#pl-list{
  padding:20px;
  background: #0186b7;
  backdrop-filter: blur(20px);
  color: #fff;
}
.play-box{
  display:flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
  overflow-y:hidden;
  padding:10px;
  /* -ms-overflow-style: none;
  scrollbar-width: none; */
}
.art-box h5{
  display:inline;
}
.art-box{
  margin:10px;
  text-align: center;
  color:#fff; 
  padding:4px;
}
.art-box img{
  flex:0 0 auto;
  width:5em;
  height: 5em;
  border-radius: 50%;
}
.art-box>h5{
  text-transform: lowercase;
  
}
.spree h5{
  display:inline
}
.srch-cvr{
  margin-bottom: 10px;
  padding:8px;
  background-color: none;
  /* border: 1.5px solid #333; */
  width: fit-content;
  border-radius: 8px;
}

/* playlist page */
.playlist-item {
  cursor: pointer;
  padding: 5px;
  color:#fff
  /* border-bottom: 1px solid #ccc; */
}
.playlist-item:hover {
  background-color: #000;
}
.playlist-item.active {
      background-color: #000; 
      color:#00AFEF;
      border-bottom:2px solid #2f4158;
  }
  #now-playing{
      text-align:center;
      padding:15px 0;
      background-color: #000;
      color:#fff;
      border:solid 1px #0c1619;
      border-radius: 30px;
  }
  #cover{
      width:250px;
      height:250px;
      transition:2s;
      box-shadow:0 2px 10px #000;
  }
  .bi-arrow-left{
    font-size:25px
  }
  .pmenu{
    color: #fff;
    padding:8px;
    box-shadow: 0 1px 5px #000 ;
    margin-right: 20px;
    margin-bottom: 10px;
    cursor: pointer;
  }
  
  /* audio */
  .audio-player {
    width: 300px; /* Adjust as needed */
    background-color: #f0f0f0; /* Example styling */
    padding: 10px;
    border-radius: 5px;
  }

  .progress-container {
    width: 100%;
    height: 10px;
    background-color: #333;
    border-radius: 5px;
    overflow: hidden; /* Hide overflowing progress */
  }

  .progress-bar {
    height: 100%;
    width: 0%; /* Initial width */
    background-color: #00AFEF; /* Example color */
    border-radius: 5px;
    transition: width 0.2s linear; /* Smooth transitions */
  }

  .time-display {
    margin-top: 5px;
    font-size: 14px;
    color:#67756d;
  }
  /* Hide default controls */
  audio::-webkit-media-controls-panel {
    display: none !important;
    -webkit-appearance: none;
  }
  audio::-moz-media-controls-panel {
    display: none !important;
    -moz-appearance: none;
  }

  audio {
    display: none; /* Hide the default audio element */
  }

/* Styles for very small screens */
@media (max-width: 320px) {
  body {
    font-size: 14px;
  }

  .chat-panel{
    position:fixed;
    display:block
  }
  #top_container,#top_container2{
  display:none;
}
  .content{
    padding-top:4em;
    color:#fff;
    height: fit-content;
    background-color: inherit;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    
}
}

/* Styles for standard small phones */
@media (max-width: 375px) {
  .chat-panel{
    position:fixed;
      display:block
  }
  #top_container,#top_container2{
  display:none;
}
  .content{
    padding-top:4em;
    color:#fff;
    height: fit-content;
    background-color: inherit;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    
}
}

@media (max-width: 414px){
    body{
        font-size: 16px;
    }
    .chat-panel{
      position:fixed;
      display:block
    }
    #chat-box{
      height:70vh;
    }
    #top_container,#top_container2{
  display:none;
}
    .content{
      padding-top:4em;
      color:#fff;
      height: fit-content;
      background-color: inherit;
      overflow: scroll;
      -ms-overflow-style: none;
      scrollbar-width: none;
      
  }
}
.btn-success{
  background-color: #00AFEF;
  border: #93a2f3;
}
.NA{
  color:#ccc;
  margin-left:20px;
}
#display{background-color: inherit;}
/* modal */
#imageContainer{
 text-align: center;
 margin-bottom: 10px;
}
#imageContainer>img{
  width:40%;
  border:5px solid #fff;
  margin: 5px;
}
#share-modal{
  display: none; 
  position: fixed; 
  z-index: 1; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%;
  overflow: auto;
  background-color: #010b1f;
  color:#fff;
}

.modal-content {
  background-color: #ecf5ff;
  margin: 15% auto; 
  padding: 20px;
  border: 1px solid #888;
  color:#000;
  width: 80%;
}
.modal-content>h4{
  color:#111;
}
/* Optional: Style the close button */
#close-button {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
#close-button:hover,
#close-button:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.shared{
   background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px; 
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    /* background-color: #fff;*/
    color:#fff; 
    margin-bottom: 10px;
    /* border:1.5px solid #ccc; */
    border-radius: 3px;
    padding:20px;
    margin-bottom: 10px;
}
.gallery {
  display: grid; 
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); /* Responsive columns */
  gap: 4px; 
  }
  .gallery img {
    width: 100%; 
    height: auto; 
    border-radius: 5px;
    /* box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1); */
    margin-bottom: 4px;
  }
  .big-pix img{
    width:8em;
    border-radius: 50%;
  }
  .ousernw{
    text-align: center;
    background-color: inherit;
    padding:10px;
    width:100%;
    /* border-left: 1px solid rgba(255, 255, 255, 0.2); */
    border:1px solid rgba(255, 255, 255, 0.2);
    cursor:pointer
  }
  #details{
  cursor:pointer;
  padding:8px 20px;
  }
  #list{
    background-color: #222;
    padding:10px;
    margin-bottom: 10px;
  }
  /* Custom Message Box Styles */
    .message-box {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #022c4426;
        backdrop-filter: blur(50px);
        border: 1px solid rgba(255, 255, 255, 0.2);
        color: #fff;
        padding: 2rem;
        border-radius: 0.75rem;
        box-shadow: 0 5px 15px rgba(0,0,0,0.2);
        z-index: 1000;
        display: none; /* Hidden by default */
        text-align: center;
    }
    .message-box button {
        background-color: #007bff;
        color: white;
        padding: 0.5rem 1rem;
        border-radius: 0.5rem;
        border: none;
        cursor: pointer;
        margin-top: 1rem;
    }
    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        z-index: 999;
        display: none; /* Hidden by default */
    }
    .notification-badge {
            display: inline-flex;
            justify-content: center;
            align-items: center;
            background-color: #ef4444; /* Red background */
            color: white;
            position: fixed;
            font-weight: 600;
            border-radius: 9999px; /* Fully rounded */
            padding: 0.5rem 1rem; /* Adjust padding */
            min-width: 2.5rem; /* Minimum width for single digit */
            height: 2.5rem; /* Fixed height for consistency */
            font-size: 1.25rem; /* Larger font size */
            transition: all 0.3s ease-in-out;
            box-shadow: 0 4px 10px rgba(239, 68, 68, 0.4); /* Shadow for badge */
        }
.hidden{
  display:none;
}

.footer small{
  text-align: center;
}
.inset{
  padding:30px;
  background-image:linear-gradient(#04549ecc,#222); 
  border-radius: 20px;
}
.btn-cycle{
  margin-top:30px;
  border-radius: 25px;
  /* border:2px solid #04a512; */
  color:#fff;
  background-color: #7132d6cc;
  padding:10px 15px;
  cursor: pointer;

}
.buttmenu{
  padding: 25px;
}
#progressBarContainer {
    width: 100%;
    background-color: #f1f1f1;
    border-radius: 4px;
    margin-top: 10px;
    height: 10px;
}

#progressBar {
    width: 0%; /* Will be updated by jQuery */
    height: 100%;
    background-color: #00AFEF;
    border-radius: 4px;
    transition: width 0.3s;
}

#progressStatus {
    text-align: center;
    line-height: 25px;
    color: #ecf5ff;
    font-weight: bold;
}
.dpart{
  background-color: none;
  padding:10px;
}
.seen{
  background-color: none;
  padding:8px;
  color:#000;
  border-left:1.5px solid #ccc}
.unseen{
  background-color: #fff;
  padding:8px;
  color:#000;
  border-left:1.5px solid #cccccccc;
  border-bottom:1.5px solid #cccccccc
}
.unseen a{color:#000}
.pix-note{
  width:20%;
  float:left;
}
.text-note{
  width:80%;
  float:right;

}
.pix-note >.post-pix2 >img {width:3.5em;height:3.5em}

#top_sng,#top_usr{
  cursor:pointer;
  color:#00AFEF
}