/*:root {*/
        
    
    /* متغیرهای رنگ اصلی */

    
    
    
    


    
    
    
    
    
    
    
    
    


    /*--blue:#3c9af7;   */
             /* متن اصلی در تاریکی 
    --gray: #2d2d2d;            /* پس‌زمینه‌های ثانویه 
    --border: #404040;       
     --border: #6e6e6e;/* بوردرها با کنتراست مناسب 
    --box: #f93a3a;             /* قرمز با کنتراست بهتر 
    --text: #e0e0e0;            /* متن با روشنایی مناسب 
    --bkg: #121212;             /* پس‌زمینه اصلی تاریک 
/*    --white: #252a35;      */
/*    --white: #1d232d;*/

/*    --white: #11161e;*/
    
    
        /*--white: #0e131a;*/
    
        /*--white: #151921;*/
    
        
    /*--white: #0b0e13;*/
   /*--white: #10151d;*/
   
   /*--white: #1a202c;*/
/*--white: #1d2733; */
         /* آبی روشن‌تر برای تاریکی */
    /*--red: #f93532;        */
    
     متغیرهای اضافی - تنظیم شده برای تاریکی 
    --profile-gray: #90a4ae;    /* خاکستری با شفافیت بیشتر 
    --skeleton-bg: #2c2c2c;     /* اسکلت تیره 
    --shimmer-color: rgba(50, 50, 50, 0.9);  /* درخشش تیره 
      --filter-bg: #33476e;      /* فیلتر تاریک 
    --filter-hover:#39568b ; /* هاور ملایم 
    --filter-active: var(--blue);   /* آبی فعال 
    --navbar-hover: rgba(66, 165, 245, 0.1);  /* هاور نوار 
    --follow-border: #424242;   /* بوردر دنبال کردن 
    
/*    --fillter-p-color: var(--black);*/
    /* گرادینت‌های روحی - تنظیم شده برای تاریکی */
    
    
   
 /*--ghost-gradient-1:  #5a5a5a; */
/*    --ghost-gradient-2: rgb(0, 0, 0);*/
/*     --ghost-gradient-3: #00adf1;*/
/*    --ghost-gradient-4: rgb(226, 0, 68);*/
    
    /* گرادینت‌های فعال - تنظیم شده */
/*    --ghost-active-gradient-1: var(--blue);*/
/*    --ghost-active-gradient-2: var(--blue);*/
/*    --ghost-active-gradient-3: var(--blue);*/

    
    
    
    
    
    
    

  
/*--black: black;*/
/*    --gray: #e9e9e9;*/
/*    --border: #d3d3d3;*/
/*    --box: #ff0000;*/
/*    --text: rgb(105, 105, 105);*/
/*    --bkg: #ffffff;*/
/*    --white: white;*/
/*       --blue:#368fe7; */
/*    --red: hwb(0 28% 0%);*/
    
/*     متغیرهای اضافی */
/*    --profile-gray: rgb(120, 134, 150);*/
/*    --skeleton-bg: #d7d7d7;*/
/*    --shimmer-color: rgba(240, 240, 240, 0.8);*/
/*    --filter-bg: #dde6ff;*/
/*    --filter-hover: rgba(182, 200, 248, 0.753);*/
/*    --filter-active: #148aeb;*/
/*    --navbar-hover: rgba(218, 232, 255, 0.781);*/
/*    --follow-border: rgb(218, 218, 218);*/
/*    --ghost-gradient-1: rgb(82, 82, 82);*/
/*    --ghost-gradient-2: rgb(0, 0, 0);*/
/*    --ghost-gradient-3: #00adf1;*/
/*     --fillter-p-color: var(--white);*/
/*    --ghost-gradient-4: rgb(226, 0, 68);*/
/*    --ghost-active-gradient-1: #148aeb;*/
/*    --ghost-active-gradient-2: #148aeb;*/
/*    --ghost-active-gradient-3: #1eb8ff;*/
    
    
    

/*}*/
    

    
    


* {
    box-sizing: border-box;
    margin: 0px;
    /*padding: 0px;*/
    /*font-family: 'Noto'  , 'Noto fars' ;*/
    /*font-family: sans-serif;*/
    /*font-family: 'Noto Sans', 'Noto Sans Arabic';*/
    /*font-family: 'Noto Sans', 'Noto Sans Arabic';*/
    scrollbar-width: none;
    /*font-weight: 400;*/
    /*font-family: 'Noto', "Noto fars", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;*/
    font-display: swap;
}

body {
    background-color: var(--white);
    /*font-weight: 400;*/
    /*font-display: swap;*/
}

.vbox-next,
.vbox-prev,
.vbox-close,
.vbox-controls, 
.vbox-center-play {
  opacity: 0;

}




a {
  text-decoration: none;
  color: inherit;
  cursor: default;
}





  .frame-wrap{
    width:100%;
    height:calc(100vh - 50px);
    position:relative;
  }

  iframe{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    border:none;
  }

  .hidden{ display:none; }
  .visible{ display:block; }


#header-top{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;

  transition: transform 0.4s cubic-bezier(.4,0,.2,1), 
              opacity 0.4s cubic-bezier(.4,0,.2,1);

z-index:22222;
  transform: translateY(0);
  opacity: 1;
  
   
    background: var(--white);
    
    
/*backdrop-filter: blur(25px);*/
/*-webkit-backdrop-filter: blur(25px);*/
 /*border: 1px solid rgba(165, 165, 165, 0.582);*/

  


}
#navbar-mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;

  transition: transform 0.4s cubic-bezier(.4,0,.2,1), 
              opacity 0.4s cubic-bezier(.4,0,.2,1);

  transform: translateY(0);
  opacity: 1;
}

#add_mobile {
  transition: 
    transform 0.45s cubic-bezier(.25,.46,.45,.94),
    opacity 0.45s ease,
    filter 0.4s ease;
  
  transform-origin: center;
}









#a{
     position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
      /*width: 100%;*/
    /*height: 100%;*/
    background: var(--white);
    /*z-index: 99;*/
}

.refresh-spinner {
    position: absolute;
    top: -50px;
    left: 50%;
    width: 35px;
    height: 35px;
    border: 4px solid var(--blue);
    border-radius: 50%;
    border-top-color: transparent;
    transform: translateX(-50%);
    opacity: 0;
    transition: top 0.3s, opacity 0.2s;
    z-index: 1000;
}

.refreshing {
    top: 130px !important;
    opacity: 1 !important;
    animation: morph 3s infinite alternate ease-in-out;
}

@keyframes spin {
    to { transform: translateX(-50%) rotate(360deg); }
}

.skeleton {
    position: relative;
    overflow: hidden;
    background-color: var(--skeleton-bg);
    border-radius: 15px;
    width: 100%;
    height: 100%;
    animation: fadeIn 0.4s ease-in-out;
}

.skeleton::before {
    content: "";
    position: absolute;
    top: 0;
    left: -150%;
    width: 150%;
    height: 100%;
    background: linear-gradient(
        90deg,
        rgba(220, 220, 220, 0) 0%,
        var(--shimmer-color) 50%,
        rgba(220, 220, 220, 0) 100%
    );
    animation: shimmer 1.2s infinite;
    z-index: 1;
}

@keyframes shimmer {
    0% { left: -150%; }
    100% { left: 100%; }
}

@keyframes fadeIn {
    from { opacity: 0; transform: scale(0.98); }
    to { opacity: 1; transform: scale(1); }
}

::-webkit-scrollbar {
    display: none;
}

.header-container {
    width: 100%;
    height: auto;
    /*background: var(--white);*/
    /*padding: 12px 0px 5px 0px;*/
    /*border-bottom: 1px solid var(--border);*/
    /*background-color: var(--white);*/
}

.header-container li {
    list-style-type: none;
}

.header-container a {
    text-decoration: none;
}

.header-card-one {
    /*max-width:500px;*/
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*position: fixed;*/
    /*top: 0px;*/
    /*background-color: var(--white);*/
    

    /*backdrop-filter: blur(8px);*/
    /*-webkit-backdrop-filter: blur(8px);*/
    
    
     /*background:#11161eb0;*/

  /*backdrop-filter: blur(20px);*/

    /*z-index: 4;*/
    /*padding-right: 29px;*/
    /*padding-top: 10px;*/
    /*padding-bottom: 4px;*/
}

.header-card-logo img {
    position: absolute;
    width: 63px;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
}

#wallet-svg {
    fill: var(--black);
    stroke: var(--black);
    stroke-width: 4;
    width: 25.5px;
    /*position: absolute;*/
    /*left: 19px;*/
    /*top: 14px;*/
}

.header-card-logo p {
    font-size: 19px;
    font-weight: 500;
    color: var(--blue);
}

.header-card-tow {
    width: 50%;
    display: flex;
    gap: 18.4px;
    align-items: center;
    justify-content: right;
}

.header-vpn {
    display: flex;
    align-items: baseline;
}

.header-vpn img {
    width: 2.5rem;
}

.header-dote-vpn {
    width: 6px;
    height: 6px;
    position: relative;
    background-color: var(--blue);
    border-radius: 50%;
    left: -5.5px;
    top: 2px;
    display: none;
}

.header-belln {
    display: flex;
    position: relative;
    
    left:7px;
    top:1px;
    
    z-index:222222;
}






#notif-bell::after{
    content: attr(data-number);
    width: 1.1rem;
    height: 1.1rem;
    background-color: var(--red);
    color: var(--white);
    font-size: 0.75rem;
    font-weight: bold;
    border-radius: 1000px;
    display: grid;
    place-content: center;
    position: absolute;
    top: 6px;
    right: 5px;
    transform: translateX(4px); 
    /*border: px solid var(--white);*/
    
    border:none;


}




#notif-bell[data-number="0"]::after { 
    display: none;
}

#notif-bell[data-number=""]::after { 
    display: none;
}


#notif-bell:not([data-number])::after,
#notif-bell[data-number="0"]::after {
    display: none !important;
    content: none !important;
}


.header-belln  {

   fill: none;
    stroke: var(--black);
    width: 2.03rem;
    position: relative;

    top:-4px;
    /*left:10px;*/
    }






 /*.activen  #notif-bell {*/
   /*fill: none;*/
    /*stroke: var(--black);*/
    /*width: 2.04rem;*/
 /*   position: relative;*/

 /*   top:40px;*/
    /*left:10px;*/
 /*   }*/
 
 a[data-active="navbar-icon/notif-black-bool.svg"] {
  position: relative;
  top: 0px;
  display: inline-block; /* برای اطمینان از اعمال top */
}
 
 
a[data-active="navbar-icon/notifwhite.svg"] {
  position: relative;
  top: 0px;
  display: inline-block; /* برای اطمینان از اعمال top */
}
 
  
.header-filter-container {
    height: auto;
    
    width: 100%;
        height: auto;
    margin-top: 65px;
    /*margin-bottom: 2px;*/
    overflow: none;
    
    
     /*position: fixed;*/
    /*top: 0px;*/
    /*background-color: var(--white);*/
    

    /*backdrop-filter: blur(8px);*/
    /*-webkit-backdrop-filter: blur(8px);*/
    
    
     /*background:#11161eb0;*/
   

    /*padding-right: 29px;*/

    /*padding-bottom:10px;*/

    
}

.header-filter-container nav {
    width: 100%;
    display: flex;
    /*justify-content: center;*/
    justify-content: space-around;
    align-items: center;
    overflow: none;
    white-space: nowrap; 
    scroll-snap-type: x mandatory;
}

.header-filter-container ul {
    width: 100%;
    height: auto; 
    display: flex;
    /*gap: 6px;*/
    overflow: scroll;
     /*padding: 8px 27px ;*/
    padding-bottom: 11px; 
    border-bottom: 1px solid var(--border);
     justify-content: space-around;
    align-items: center;
} 
 
.header-filter-container a {

    border: none;
    outline: none;
}

.header-filter-container p {
    font-size: 15px;
    font-weight: 590;
     -webkit-text-stroke-width: .19px;
    color: var(--post-btn-color);
}


.filter-link.active p {
    color: var(--blue);
    font-weight: 600;
}


.filter-link{
  position: relative;
}

.filter-link.active p::before{
    content:'';
    position: absolute;
    width: 90px;
     /*width: 255%; */
    left: 50%;
    transform: translateX(-50%);
    height: 6px;
    background-color: var(--blue);
    border-radius: 1000px;
    bottom:-11px;
    /*margin-top: 25px;*/
}














.navbar-container {
    width: 100%;
    /*border-radius: 500px;*/
    /**/
    height: 52px;
    position: fixed;
    
    
    
     left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    /*border-top: 1px solid var(--border);*/
  /*background: rgba(124, 151, 171, 0.132);*/
    /*backdrop-filter: blur(25px);*/
    /*-webkit-backdrop-filter: blur(25px);*/
    /*border: 1px solid rgba(255, 255, 255, 0.35);*/
    
    
   
/*background: rgba(124, 151, 171, 0.132);*/
/*backdrop-filter: blur(25px);*/
/*-webkit-backdrop-filter: blur(25px);*/
/*border: 1px solid rgba(255, 255, 255, 0.35);*/
     
   
         
     
     
    background: rgba(217, 218, 218, 0.312);
    
backdrop-filter: blur(25px);
-webkit-backdrop-filter: blur(25px);
 border: 1px solid rgba(165, 165, 165, 0.582);
box-shadow: 
  0px 30px 80px rgba(0, 0, 0, 0.85),   /* سایه خیلی عمیق و پراکنده */
  0px 10px 30px rgba(0, 0, 0, 0.6),    /* سایه میانی برای عمق لایه‌ای */
  inset 0px 2px 8px rgba(255, 255, 255, 0.1),   /* درخشش داخلی کم‌رنگ — حس سطح صیقلی */
  inset 0px -5px 20px rgba(0, 0, 0, 0.4);       /* سایه داخلی پایین — تیرگی سه‌بعدی */



    /*background: var(--white);*/
    /**/
    

    /*padding-top:10px;*/
        /*padding-bottom:10px;*/


    z-index: 4;
}

.navbar-container li {
    list-style-type: none;
}

.navbar-container a {
    text-decoration: none;
}

.navbar-container ul {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-around;
    gap: 9px;
    align-items: center;
}

.navbar-container a:not(.add) {
    border: none;
    outline: none;
    background-color: transparent;
}

.navbar-container a:not(.add):hover {
    border: none;
    outline: none;
    animation: navbar-hover 1s ease-in-out;
    transition: 0.4s;
    border-radius: 10px;
    padding: 0px 0px;
}

@keyframes navbar-hover {
    0% { background-color: var(--navbar-hover) }
    100% { background-color: var(--white); }
}

.add {
    background: var(--blue);
    /*position: relative;*/
    /*top: -11px;*/
    border-radius: 50%;
    /*border: 3px solid var(--white);*/
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
}

.add svg {
    /*stroke: var(--white);*/
    fill: none;
    /*stroke-width: .1;*/
    width: 28px;
    position: relative;
    /*top: -.4px;*/
}

#add_mobile{
    position:fixed;
    left:17px;
 top:83%;
 
 z-index:222222222;
    
}


.navbar-container img {
    position: relative;
    top: 10px;
}

.home img {
    width: 29px;
}

.search img {
    width: 26px;
}

.short img {
    width: 26px;
}

.profile {
    position: relative;
}

.profile img {
    /*margin-top: 3.5px;*/
    width: 31px;
}

.profile-dote {
    width: 5px;
    height: 5px;
    background-color: var(--red);
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: -2px;
        display: none;
}

.full {
    display: none;
}

.post-card-container {
    border: 1px solid var(--border);
    border-radius: 15px 15px 0px 0px;
}

.post-comment-card-container {
    border: 1px solid var(--border);
    border-top: none;
    border-radius: 0px 0px 15px 15px;
}

.follow-index {
    display: none;
}

/* برای موبایل‌های کوچک (کمتر از 480px) */
@media (max-width: 479px) {
    .navbar-container {
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }

    .navbar-desktop {
        display: none;
    }



    .filter-profile-container {
        display: none;
    }

    .post-card-container {
        border: 1px solid var(--border);
        border-radius: 0px;
        border-top: none;
    }

    .post-comment-card-container {
        border: 1px solid var(--border);
        border-top: none;
        border-radius: 0px 0px 15px 15px;
    }
}

/* برای موبایل‌های بزرگتر (بین 480px تا 767px) */
@media (min-width: 480px) and (max-width: 775px) {
    .navbar-container {
       
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }

    .navbar-desktop {
        display: none;
    }

    .filter-profile-container {
        display: none;
    }

    #post-all-profile-grid {
        margin-top: -5px;
    }

    .post-card-container {
        border: 1px solid var(--border);
        border-radius: 0px;
        border-top: none;
    }

    .post-comment-card-container {
        border: 1px solid var(--border);
        border-top: none;
        border-radius: 0px 0px 15px 15px;
    }
}

/* برای تبلت‌ها (بین 768px تا 1024px) */
@media (min-width: 560px) and (max-width: 775px) {
    .post-all-container {
        margin-top: 15px;
    }
    


    .post-card-all-container {
        margin-bottom: 14.5px;
    }

    .post-card-container {
        border: 1px solid var(--border);
        border-radius: 15px 15px 0px 0px;
        border-top: non;
    }
}

@media (min-width: 776px) and (max-width: 1203px) {
    .post-all-container {
        margin-top: 11px;
    }

    .post-card-all-container {
        margin-bottom: 14px;
    }
}

@media (min-width: 776px) {
    .add-all-container {
        max-width: 630px;
        margin-left: 80px;
    }

    .myfollow-all-container {
        width: 100%;
        height: 190px;
        position: relative;
    }

    .myfollow-card-tow-container {
        height: auto;
        display: flex;
        overflow-x: scroll;
        padding: 0px 14px;
        gap: 25px;
        position: relative;
        left: 150px;
        top: -35px;
    }

    .profile-all-container {
        max-width: 640px;
        height: 100%;
        overflow: hidden;
        position: relative;
        left: 130px;
        margin-top: 8px;
    }

    .post-all-container {
        margin-left: 25px;
    }

    .header-container {
        padding: 0px 40x;
    }

    .header-card-logo {
        display: none;
    }

    .navbar-mobile {
        display: none;
    }

    .header-container {
        border: none;
        margin-top: -8px;
    }

    .header-card-one {
        position: relative;
        margin-left: -15px;
        justify-content: right;
    }

    .filter-profile-container {
        display: flex;
        justify-content: left;
        position: absolute;
        top: 7.5px;
        left: 140px;
    }

    .filter-profile-container img {
        width: 43px;
        height: 43px;
        border-radius: 50%;
        position: relative;
        border: 2.9px solid var(--white);
    }

    #image-filter-1 {
        left: 35px;
    }

    #image-filter-2 {
        left: 16px;
    }

    #image-filter-3 {
        left: -4px;
    }

    .header-card-tow {
        gap: 19.8px;
    }


    


    .header-vpn img {
        width: 2rem;
    }

    .header-filter-container {
        justify-content: center;
        display: flex;
        margin-top: 8px;
        padding: 0px 2px;
    }

    .header-filter-container ul {
        padding-left: 150px;
    }

    .header-filter-container a {
        padding: 12px 14px 5px 14px;
    }

    .navbar-logo-cum-container {
        width: 4.7rem;
        /*margin-top: 15px;*/
        /*position: absolute;*/
        /*left: 50%;*/
        /**/
   /*transform: translateX(-50%);*/
        margin-bottom: 25px;
    }

    .navbar-space-one {
        width: 65%;
        height: 1.45px;
        background-color: var(--border);
        position: absolute;
        border-radius: 100px;
        top: 355px;
        display:none;
    }

    .navbar-space-tow {
        width: 65%;
        height: 1.45px;
        background-color: var(--border);
        position: absolute;
        border-radius: 100px;
        top: 525px;
        display:none;
    }

    .navbar-desktop {
        width: 150px;
        height: 100%;
        background: var(--white);
        position: fixed;
        left: 0px;
        bottom: 0px;
        z-index: 4;
        overflow: scroll;
        padding:0px 10px ;
    }
    
    
        
 
    .navbar-container a:not(.addd) {
        background-color: transparent;
        border: none;
        outline: none;
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .navbar-container p {
        font-size: 17px;
        color: var(--black);
        font-weight: 520;
        position: relative;
        top: -1px;
        display: noe;
    }

    .navbar-container ul {
        
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 56px;
        margin-top: 33px;
        margin-left: -5px;
    }




.navbar-container{
    /*width: 100%;*/
    /*height: 45px;*/
    /*background:white;*/
    
    position: fixed;
    /*bottom: 0px;*/
    border-top: 1px solid var(--border);
background: rgba(255, 255, 255, 0.35);
backdrop-filter: blur(8px);

left:80px;
-webkit-backdrop-filter: blur(8px);  /* برای سافاری */
/*border-radius: 16px;*/
border: 1px solid rgba(255, 255, 255, 0.35);
/*box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);*/
        border-radius: 0px;
    z-index: 4;
}


    .navbar-container a:not(.addd):hover {
        border: none;
        outline: none;
        animation: navbar-hover 1s ease-in-out;
        transition: 0.4s;
        border-radius: 10px;
        padding: 0px 20px;
    }

    @keyframes navbar-hover {
        0% { background-color: var(--navbar-hover) }
        100% { background-color: var(--white); }
    }

    .addd {
        width: 47px;
        height: 47px;
        background: var(--blue);
        position: relative;
        left: -34px;
        border-radius: 50%;
        border: 2px solid var(--white);
    }

    .addd:hover {
        animation: add-hover 1s ease-in-out;
        transition: 0.3s;
    }

    @keyframes add-hover {
        0% { background-color: #057bea }
        100% { background-color: var(--blue) }
    }

    .addd svg {
        stroke: var(--white);
        fill: none;
        stroke-width: 2.6;
        width: 25px;
        position: relative;
        top: 7.9px;
    }

    .addd p {
        position: relative;
        font-weight: 500;
        left: 51px;
        top: -21px;
    }

    .navbar-container img {
        position: relative;
        top: 0.3px;
        left: -10px;
    }

    .home img {
        width: 29.7px;
    }

    .search img {
        width: 27px;
    }

    .short img {
        width: 27px;
    }

    .profile img {
        margin-top: 3.5px;
        width: 29.7px;
    }

    .profile p {
        position: relative;
        top: 2.5px;
    }

    .setting img {
        width: 27.5px;
    }

    .profile-dote {
        width: 5px;
        height: 5px;
        background-color: var(--red);
        border-radius: 50%;
        position: relative;
        top: -27px;
        left: 13px;
        display: none;
    }
}

@media (min-width: 820px) {
    .post-all-container {
        position: relative;
        left: -0px;
    }

    .profile-all-container {
        max-width: 690px;
        height: 100%;
        overflow: hidden;
        position: relative;
        left: 110px;
    }
}

@media (min-width: 1204px) and (max-width: 1277px) {
    .add-all-container {
        max-width: 700px;
        margin-left: 0px;
    }

    .profile-all-container {
        max-width: 800px;
        height: 100%;
        overflow: hidden;
        position: relative;
        left: 80px;
    }

    .follow-index {
        width: 480px;
        height: auto;
        position: absolute;
        right: -5px;
        z-index: 3000px;
        top: 120px;
        display: block;
    }

    .follow-i-card {
        display: flex;
        gap: 8.5px;
        padding: 16px 0px;
        border-bottom: 1px solid var(--follow-border);
    }

    .follow-i-card img {
        width: 53px;
        height: 53px;
        border-radius: 50%;
    }

    .follow-i-name {
        display: flex;
    }

    .follow-i-name p {
        color: var(--black);
        font-size: 1.03rem;
        font-weight: 720;
        position: relative;
        top: 11px;
        text-transform: capitalize;
    }

    .follow-i-name svg {
        position: relative;
        top: -4px;
        left: 3px;
    }

    #post-index {
        position: relative;
        left: -170px;
        margin-top: 2px;
    }

    .post-card-all-container {
        margin-top: 15px;
    }

    #post-all-profile-grid {
        max-width: 505px;
        margin-left: 0px;
        display: block;
        gap: 0px;
        position: relative;
        left: 0px;
        margin-top: 0px;
    }

    #post-card-profile-grid {
        margin-top: 16px;
    }
}

@media screen and (min-width: 1278px) {
    .follow-index {
        width: 480px;
        height: auto;
        position: absolute;
        right: 120px;
        z-index: 3000px;
        top: 125px;
        display: block;
    }

    .follow-i-card {
        display: flex;
        gap: 8.5px;
        padding: 16px 0px;
        border-bottom: 1px solid var(--follow-border);
    }

    .follow-i-card img {
        width: 53px;
        height: 53px;
        border-radius: 50%;
    }

    .follow-i-name {
        display: flex;
    }

    .follow-i-name p {
        color: var(--black);
        font-size: 1.03rem;
        font-weight: 720;
        position: relative;
        top: 11px;
        text-transform: capitalize;
    }

    .follow-i-name svg {
        position: relative;
        top: -4px;
        left: 3px;
    }

    .add-all-container {
        max-width: 700px;
        margin-left: 00px;
    }

    .profile-all-container {
        max-width: 750px;
        height: 100%;
        position: relative;
        left: 0px;
    }

    #post-index {
        position: relative;
        left: -250px;
    }

    .post-card-all-container {
        border-bottom: none;
        border-radius: 15px;
        margin-top: 17px;
        position: relative;
    }

    .post-profile-user-container img {
        width: 2.76rem;
        height: 2.76rem;
    }

    #post-all-profile-grid {
        max-width: 505px;
        margin-left: 0px;
        display: block;
        gap: 0px;
        position: relative;
        left: 0px;
        margin-top: -5px;
    }

    #kk-p {
        max-width: 600px;
    }
}