body {
    font-family: 'Roboto', sans-serif;
    background-color: #e9e9e9;
    margin: 0;   /* Remove default margin */
    padding: 0;  /* Remove default padding */
}

h2 {
    font-size: 24px;
    color: #000000;
}
h1 {
    font-size: 16px;
    color: #000000;
}    
h3 {

    font-weight: 400;
    font-size: 18px;
    color: #333333;
}    



.archived-separator {
    display:flex;
    position:relative;
    justify-content: center;
    align-items: center;
    background-color: #e6e6e6;
    
    width: 100%;
    padding:0 10px 0 10px;
    height: 30px;
    text-align: center;
}

#noMoreItemsMessage {
    display: none; /* Hidden initially */
    width: 100%;
    min-height: 1600px; /* Ensures the div takes up 200px of space */
    text-align: center;
    align-Items: flex-start;
    font-size: 18px;
    color: #666;
    background-color: #f7f7f7;
    display: flex;
    justify-content: center;
    padding:20px 10px 0 10px;
    /*align-items: center;*/
}



































.postContainerLike {    
    display:flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    /*margin: 10px 0 0 0;*/
    margin-top: 10px;
    /*padding: 5px 0 0 0;*/
    /*background-color: pink;*/
    max-width: 480px;
    width: 96%;
    min-height: 20px;
    /*height: 100%;*/
    
    
    /*border-style: solid;*/
    /*border-color: #d1d1d1;*/
    /*border-width: 1px;*/
    /*border-radius: 10px;*/
     border-bottom: 1px solid #d1d1d1;
}






/*/xxxx//////////////////////////////////////////////////////////////////67xx//////*/

.subjectWrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*height: 900px;*/
    background-color: #f7f7f7;
    box-sizing: border-box;
    transition: transform 0.9s ease, opacity 0.9s ease;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.9s ease; 
}

.subjectWrapper.visible {
    opacity: 1;
    visibility: visible;
}

.subjectWrapper.active {
    display: flex;
}

.subjectWrapper5 {
    display: flex; 
    position: fixed; 
    top: 110px; 
    right: 0; 
    width: 100%; 
    height: 100%; 
    z-index: 499;
    overflow: hidden; 
    -webkit-overflow-scrolling: touch; 
}

.subjectxxxxContainer5 {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;  
    width: 100%; 
    max-width: 500px; 
    margin: 0 auto; 
    background-color: #ffffff;
    height: 100%;
    min-height:1200px;
    overflow-y: auto; 
    -webkit-overflow-scrolling: touch; 
}



/* Ensure subjectContainer5 is scrollable */
.subjectContainer5 {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;  
    width: 100%; 
    max-width: 500px; 
    margin: 0 auto; 
    background-color: #ffffff;
    height: 100vh; /* Full view height */
    max-height: 100vh; /* Limit it to view height */
    overflow-y: auto; /* Make it scrollable */
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
}































.postContainerHeader5 {    
    display:flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    margin: 1px 0 0 0;
    max-width: 480px;
    width: 96%;
    min-height: 37px;
}

.subHeader5 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #d47a04;
}

.notificationContainerClass {    
    display:flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    /*min-height: 1500px;*/
    width: 96%;

    flex-grow: 1; /* Ensure it grows inside subjectContainer5 */
}











#kkkknotificationContainer {
    min-height: 2000px; /* Set an appropriate height */
    overflow-y: auto;  /* Enable vertical scrolling */
    position: relative;
}






















.notification-scroll {
    overflow-y: auto;
    height: 90%;
}

















.profileInfoLike {    
    display: flex;
    width:98%;
    align-items: flex-start;
    /*background-color:pink;*/
} 

.profileImageLike{
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-right: 10px;  
} 

.nameDateLike {
    width: 48%;
    height: 38px;
    position: relative;
    /*background-color: green;*/
}

.nameDateLikeB {
    display: flex;
    width: 48%;
    height: 38px;
    position: relative;
    /*background-color: #a1a1a1;*/
}
.thumbsUpResponse {
    position: absolute;
    top: 0;
    right: 0;
    /*padding:14px;*/
    /*margin:0 0 5px 5px;*/
    font-size: 14px;
    font-weight: normal;
    color: #20a8f7;
    /*color: #000000;*/
    box-sizing: border-box;
}







.topLineLike {
    font-size: 16px;
    /*font-weight: bold;*/
    color: black;
    position: absolute;
    top: -3px;
    left: 0;
}

.bottomLineLike {
    font-size: 12px;
    font-weight: normal;
    color: #878787;
    position: absolute;
    bottom: 5px;
    left: 0;
}

.endTopLike {
    font-size: 22px;
    font-weight: normal;
    color: #ccc;
    position: absolute;
    top: 5px;
    right: 10px;
}

 .postTextLike {
    display: flex;
    position: relative;
  	justify-content: center; /* Aligns horizontally */
  	align-items: flex-start;
     flex-direction: column;
     /*background-color: tan;*/
    font-family: 'arial', sans-serif;
    font-size: 20px;
    margin: 0 1px 10px 36px;
    text-align: left;
    width: 90%;
} 


.thumbsComment {
    font-style: italic;
    font-size: 14px;
    font-weight: normal;
    color: #87b7c9;
}




.subjectContainer {
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    align-items: center;
    position: relative;
    /*background-color: purple; */
    width: 100%;
}





































  
.MainTable {
    /*background-color: pink; */
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    min-height: 45px; /* Prevent collapsing */
}
.InnerMainContainer {
    display: flex;
    justify-content: center;
    align-items: flex-start;  
    background-color: green; 
    max-width: 500px;
    width: 100%; /* Ensure it can shrink to fit the parent container */
    margin: 0 auto; /* Center horizontally within the parent */
    min-height: 500px; /* Prevent collapsing */
}

.InnerMainTable {
    display:flex;
        flex-direction: column;
    align-items: center;
    position: relative;
    background-color: white; 
    max-width: 500px;
    width: 100%; /* Ensure it can shrink to fit the parent container */
    margin: 0 auto; /* Center horizontally within the parent */
    min-height: 500px; /* Prevent collapsing */
}

.divRoundCornersDropShadow480Max {    
    display:flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin: 0 auto;
    margin-top: 20px;
    background-color: white;
    max-width: 480px;
    width: 96%;
    min-height: 200px;
    /*border-style: solid;*/
    /*border-color: #d9d9d9;*/
    /*border-width: 1px;*/
    /*border-radius: 10px;*/
    /*-moz-box-shadow:    1px 2px 6px -2px #ccc;*/
    /*-webkit-box-shadow: 1px 2px 6px -2px #ccc;*/
    /*box-shadow:         1px 2px 6px -2px #ccc;   */
}


/*Above is the standard template css section*/






.divRoundCornersDropShadow480MaxFixed {    
    display:flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    /*margin: 0 auto;*/
    /*margin-top: 220px;*/
    /*background-color: green;*/
    /*max-width: 480px;*/
    width: 100%;
    /*min-height: 1200px;*/
    z-index: 499;
}
.captioncenter{    
    display:flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    /*margin: 0 auto;*/
    /*margin-top: 220px;*/
    background-color: #ffffff;
    max-width: 500px;
    width: 100%;
    /*min-height: 1200px;*/

}

.caption {
    margin-top: 47px;
    position: relative;
    /*background-color: gold;*/
    width: 100%;
    /*margin-left: 5px;*/
}

.captionTitle {
    position: relative;
    /* display:flex; */
    margin: auto;
    /* margin-top: -25px; */
    color: #000000;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    /* justify-content: left; */
    /* height: 30px; */
    /* background-color: red; */
    width: 100%;
}

.captionTitleSpan{
    font-size: 19px;
    font-weight: 400;
    color: #A09E9E ;
    }
         

.tabsWrapper{
    display: flex;
    position: relative;
    margin-top: 1px;
    justify-content: space-between; /* Equal spacing between child divs */
    align-items: center;
    /*background-color: pink; */
    width: 95%;
    min-height: 36px;
    
}

.tab {
    
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    min-height: 20px;
    font-family: 'Roboto', sans-serif;
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    padding: 6px 20px 6px 20px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    background-color: lightgray;
    transition: background-color 0.3s ease;
}

.tab.active {
    background-color: lightblue;

}

 .contentWrapper {
    display: flex; /* Initially hidden */
    position: relative;
    flex-direction: column;
    align-items: center;    
    width: 99%;
    /*background-color: pink;*/
    box-sizing: border-box;
    /*overflow: hidden;*/
    min-height: 400px;
}        


















.subjectTitle{
    display: flex;
    align-items: flex-end; /* Align items to the bottom */
    /*background-color: pink;*/
    min-height: 65px;
    font-family: 'Roboto', sans-serif;
    /*font-family:  Arial, sans-serif;*/
    color: #000000;
    font-size: 24px;
    font-weight: 600;
    width: 100%;
}  

.subjectText{
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*background-color: red;*/
    min-height: 65px;
    font-family: 'Roboto', sans-serif;
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    width: 100%;
} 



























/*--------------yyyyyyyyyyyyyyyyyyyyyyyyyyyy--------------------------------*/


.tabs1xxx {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    background-color: #e0e0e0;
    /*border-style: solid;*/
    /*border-color: #d9d9d9;*/
    /*border-width: 1px;*/
    border-radius: 5px;
    /*width: 30px;*/
    min-height: 20px;
    
    font-family: 'Roboto', sans-serif;
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    cursor: pointer;
    padding:6px 7px 6px 7px;
    box-sizing: border-box;
}
.tabs2xxx {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

.tabs3xxx{
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

.tabs4xxx {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

.tabs5xxx {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}









  
  
  
  
  
  
  
  
  
  
                
                
                
                
                
              
                
.boxA {
    position: relative;
    margin: auto;
    /*background-color: green;*/
    width: 100%;
    min-height: 205px;
}

.profilePicCell {
    position: relative;
    margin: auto;
    margin-top: 5px;
    text-align: left;
    width: 98%;
    min-height: 15px;
    font-family: arial, sans-serif;
    font-size: 13px;
    color: #000000;
    /*background-color: pink;*/
}
.profilePicCellImage {
            /*margin-top: 5px;*/
            border-radius: 50%;
            width: 100px;
        } 

                
.boxC {
    position: relative;
    margin: auto;
    margin-top: 5px;
    text-align: left;
    width: 98%;
    min-height: 15px;
    font-family: arial, sans-serif;
    font-size: 13px;
    color: #000000;
    /*background-color: pink;*/
}
               
                
              
                
 .TopMargin20 {
    margin-top: 20px;
}

.TopMargin10 {
    margin-top: 10px;
}

.TopMargin5 {
    margin-top: 5px;
}                
                
                
.paragraphA{
            /*display: flex;*/
            /*background-color: green;*/
            margin-top: 10px;
            width: 100%;
            align-items: center;
            color: #000000;
            font-size: 18px;
            font-weight: 400;
        }
.paragraphA .paragraphB{
            color: #000000;
            font-size: 15px;
            font-weight: 400;
        }
                        
.img-cell {
    position: relative;
    margin: auto;
    /*background-color: purple; */
}


        .img-cell-heading-1 {
            line-height: 1.1;
            position: absolute;
            padding: 5px;
            bottom: 10px;
            left: 16px;
            color: #ffffff;
            font-size: 18px;
            font-weight: 400;
            text-align: left;
            background-color: black; 
            /*width: 100%;*/
            /*height: 100%;*/
        }
        .img-cell-heading-1 .text5{
            color: #ffffff;
            font-size: 15px;
            font-weight: 400;
        }



.img-cell-heading-3 {
    position: absolute;
    top: 8px;
    padding: 5px;
    left: 16px;
    color: goldenrod;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    background-color: #000000; 
    /*width: 100%;*/
    /*height: 100%;*/
}

.img-cell-heading-3 .text5{
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
}              
  
  
  
  
  
  
                





 @media (max-width: 440px) {
 
.tabsWrapper .tab {    
padding: 6px 15px 6px 15px;
}

}

 @media (max-width: 390px) {
 
.tabsWrapper .tab {    
padding: 6px 10px 6px 10px;
}

}

 @media (max-width: 350px) {
 
.tabsWrapper .tab {    
padding: 6px 7px 6px 7px;
}


}












            