
.containesree {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.containesree > div {
  border-radius: 8px;
  border-radius: 5px;
  width: 80%;
  margin: 10px;
  text-align: center;
}


.comment{
  flex-basis:60%;
  font-size: 14px; 
  
}


  #usercomment{
      color: rgba(0, 0, 0, 0.616);
  border-radius: 10px; background-color: #ededed9e; flex-basis:60%; border: 1px solid rgba(70, 70, 70, 0.122);padding: 10px;
    }
      
    #chioses{
      text-decoration: none;
      color: #1c2420;
      }
    
        
.icons-bar a:hover {
  background-color: #00000094;
}

.facebook {
  color: rgb(84, 84, 85);
  border-radius: 15%;
  padding: 12px;
 
}

.twitter {
  color: rgb(84, 84, 85);
  border-radius: 10%;
  padding: 12px;
}

.youtube {
  color: rgb(84, 84, 85);
  border-radius: 10%;
  padding: 12px;
  font-size: 30px;
  
  
}
.google {
  color: rgb(84, 84, 85);
  border-radius: 10%;
  padding: 12px;
      font-size: 26px;

}
#icon {
  display: flex;
  position: relative;
  justify-content: center;
 
  
}

#icon > div {
  padding: 8px;
  font-size: 26px;

}
#toggleSideonesButton{
  background: none;
}
.userse {
  margin: 5px;
  color: rgb(71, 71, 71);
  box-shadow: 1px 1px 9px 5px rgba(0, 0, 0, 0.089);
  display: flex;
  justify-content: center;

  flex-wrap: wrap;
   border-radius: 6px;
  background-color: rgba(241, 241, 241, 0.534);
}

.userse > div {
  margin: 10px;
  
  text-align: center;
  line-height: 19px;
  font-size: 16px;
}

  .likeshare {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
     align-content: space-between;
    background-color: rgb(255, 255, 255);
  }
  
  .likeshare > div {
    background-color: #ffffff;
    margin: 10px;
    height: 10px;
    color: #757575;
    width: 100px;
    text-align: center;
    line-height: 18px;
    font-size: §7px;
  }

  @import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap');

/*-- VARIABLES CSS--*/
/*Colores*/
:root{
  --first-color: #E3F8FF;
  --second-color: #DCFAFB;
  --third-color: #FFE8DF;
  --accent-color: #FF5151;
  /* --dark-color: #1616160c; */
}



/*-- BASE --*/
*,::after,::before{
  box-sizing: border-box;
}

h1{
  font-size: var(--h1-font-size);
}

a{
  text-decoration: none;
}

/*-- LAYAOUT --*/


/*-- PAGES --*/
.title-shop{
  position: relative;
  margin: 0 2.5rem;
  margin: 30px;
}
.title-shop::after{
  content: '';
  position: absolute;
  top: 50%;
  width: 72px;
  height: 2px;
  background-color: var(--dark-color);
  margin-left: .25rem;
}

/*-- COMPONENT --*/
.card{
  position: relative;
  box-shadow: 1px 1px 4px 6px rgba(179, 179, 179, 0.068);
  border: 1px solid rgba(70, 70, 70, 0.122);
  color: #0056b3;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem 2rem;
  border-radius: 1rem;
  overflow: hidden;
}

.card__img{
  width: 180px;
  height: auto;
  padding: 3rem 0;
  transition: .5s;
}
.card__name{
  position: absolute;
  left: -25%;
  top: 0;
  width: 3.5rem;
  height: 100%;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  text-align: center;
  background-color: var(--dark-color);
  font-weight: bold;
  transition: .5s;
}
.card__icon{
  font-size: 1.5rem;
  color: var(--dark-color);
}
.card__icon:hover{
  color: var(--accent-color);
}
.card__precis{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  transition: .5s;
}
.card__preci{
  display: block;
  text-align: center;
}
.card__preci--before{
  font-size: var(--smaller-font-size);
  color: var(--accent-color);
  margin-bottom: .25rem;
}
.card__preci--now{
  font-size: var(--h3-font-size);
  font-weight: bold;
  
}
/*Move left*/
.card:hover{
  box-shadow: 0 .5rem 1rem #D1D9E6;
}
.card:hover .card__name{
  left: 0;
}
.card:hover .card__img{
  transform: rotate(30deg);
  margin-left: 3.5rem;
}
.card:hover .card__precis{
  margin-left: 3.5rem;
  padding: 0 1.5rem;
}

/*-- FOOTER --*/

footer{
text-align: center;
}



.flexer > div {
display: flex;
/* border-radius: 10px; background-color: #bdbcff9e; flex-basis:60%; border: 1px solid rgba(70, 70, 70, 0.122);padding: 10px;
box-shadow: 1px 1px 9px 6px rgba(162, 162, 162, 0.132); */
color: #181347d5;
background-color: #ffffff00;
margin: 10px;
line-height: 15px;
font-size: 0.9375rem;
align-items: center;
justify-content: space-between;
padding-left: 10px;
border-radius: 5px;
}

.flexer > div> div  {
text-align: right;
padding: 6px;
line-height: 18px;
width: 100px;
}



.flexer img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.flexer h3 {
  margin: 0;
  margin-left: 10px;
}

.flexer p {
  margin: 0;
  margin-left: 10px;
}




.watermark {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 40px;
color: rgba(0, 0, 0, 0.2);
opacity: 0.5;
pointer-events: none;
}
/* CSS Styles */

  
  .containert {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
  }
  

  
  .containert {
    max-width: 800px;
    margin: 0 auto;
    padding: 10px;
  }
  
  h1 {
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 30px;
    color: #333;
  }
  
  .form-containert {
    margin-bottom: 40px;
  }
  
  form input,
  form select {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
  }
  
  form button {
    padding: 10px 20px;
    border-radius: 20px;
    background-color: #56b359;
    color: #fff;
    border: none;
    cursor: pointer;
  }
  
  .donation-updates {
    margin-bottom: 40px;
  }
  
  .slide {
    display: none;
  }
  
  .slide.active {
    display: block;
  }
  
  .slide-content {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
  }
  
  .slide p {
    margin: 0;
    margin-bottom: 5px;
  }
  
  .donation-receipt {
    display: none;
    margin-bottom: 40px;
  }
  
  .print-button {
    padding: 10px 20px;
    background-color: #4CAF50;
    color: #fff;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    background-color: #56b359;
  }

.donation-receipt {
display: none;
margin-bottom: 40px;
border: 2px solid #333;
padding: 20px;
position: relative;
}

.donation-receipt h2 {
border-bottom: 1px solid #333;
color: #333;
position: relative;
padding-bottom: 10px;
margin-bottom: 20px;
}

.donation-receipt h2::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 1px;
background: linear-gradient(to right, #ff0000, #00ff00, #0000ff);
}


.likeshare {
display: flex;
justify-content: space-between;
align-items: center;
color: #095fff;
margin: 10px 0;
}

.likeshare div {
display: flex;
align-items: center;
font-size: 15px;
}

.likeshare i {
margin-left: 5px;
}

.divider {
border: 0;
height: 0;
border-top: 1px solid rgba(0, 0, 0, 0.1);
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
width: 50%;
color: #39393a11;
margin-top: 10px;
}



#conta {
max-width: 100%;
margin: 20px auto;
padding: 10px 20px;
text-align: left;
border-radius: 8px;
}

.post-form {
height: 50px;

}

.post-text {
padding: 40px;
border-top: 1px solid rgb(231, 231, 231);
}

.post-form textarea {
width: 60%;
border: 1px solid #ccc;

padding: 2px;
height: 30px ;
border-radius: 4px;
margin-bottom: 10px;
resize: none;
font-size: 16px;
}

.post-form input[type="file"] {
margin-bottom: 10px;
}

.post-form button {
  margin: 4px;
margin:  6px;
padding: 15px;
border: none;
width: 60%;
font-size: 12px;
background: linear-gradient(145deg, #34db82, #29b930);
  color: white;
}

.post-form button:hover {
background-color: rgb(96, 182, 110);
}

#posts {
margin-top: 20px;
}

.post {
border: 1px solid #ddd;
box-shadow:  1px 1px 4px rgba(0, 0, 0, 0.068);

margin: 10px 0;
background-color: #ffffff;
border-radius: 8px;
position: relative;
}
.post img, .post video {

height: 100%;
align-items: center;
margin-top: 10px;
margin-bottom: 0px;
border-radius: 0px;
}

.actions {
display: flex;
padding-left: 4%;
padding-right: 40px;
justify-content: space-around;
text-align: center;
border-top: 1px solid #eee;
padding-top: 10px;
}

.action {
  
  width: 30%;
align-items: center;
padding: 10px;
cursor: pointer;
}
.action:hover {
  background-color: #23202b10; /* Change background on hover */
  border-radius: 7px;
  transform: scale(1.1); /* Scale button up slightly on hover */
}

.action img {
width: 40px;
height: 40px;
margin: 5px;
}

.comments {
margin-top: 10px;
border-top: 1px solid #eeeeee00;
padding-top: 10px;
}

.comment {
  border-radius: 10px;
background-color: #f0f0f084;
padding: 30px;
margin-top: 10px;
margin: 30px;
border: 3px solid #ffffff00;
}

.comment p {
margin: 0;
font-size: 13px;
}

.comment .user {
font-weight: bold;
margin-right: 5px;
}

.comment-form {
  border-top: 1px solid #eee;
  margin-bottom: 20px;
display: flex;
align-items: center;
margin-top: 10px;
}

.comment-form input {
flex: 1;
padding: 8px;
border: 1px solid #ccc;
border-radius: 4px;
margin-right: 10px;
font-size: 14px;
}

.comment-form button {
  margin:  4px;
  border-radius: 30;
  border-radius: 4px;
  cursor: pointer;
  border: none;
  font-size: 12px;
  color: rgb(84, 84, 84);
  box-shadow: 1px 1px 4px 3px white;
  background: none;
}



.post-header {
display: flex;
justify-content: space-between;
margin-bottom: 10px;
}

.post-date {
font-size: 0.9em;
color: #777;
}



.action-button {
border: none;
cursor: pointer;
padding: 5px 10px;
border-radius: 5px;
font-size: 14px;
margin: 0 5px;
}



.comment-form {
display: flex;
margin-top: 10px;
}

.comment-form input {
flex: 1;
padding: 10px;
margin-top: 20px;
border: 1px solid #ccc;
border-radius: 5px;
}


.post-header {
  padding: 10px;
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 10px;
}

.post-header button {
  margin:  1px;
  width: 30px;
  padding: 20px;
  border-radius: 30;
  border-radius: 20px;
  cursor: pointer;
  box-shadow: 1px  2px 2px #ffffff;
  background-color: #ffffff00;
  border: none;
  font-size: 12px;
  color: rgb(84, 84, 84);
}

/* button {
  background-color: #00C851; 
  color: white;
  border: none;
  border-radius: 50px;

  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
  transition: all 0.3s ease;
  letter-spacing: 1px; 
}

.button:hover {
  background-color: #007E33;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15); 
  transform: translateY(-2px);
} */


.post-date {
flex-grow: 1;
text-align: center;
}



/* Add this to your existing CSS */
.gallery-item {
display: flex;
flex-wrap: wrap;
}

.gallery-item button {
  bottom: 5px;
  right: 5px;
  background-color: #41ab1a72;
  color: white;
  border: none;
  border-radius: 3px;
  padding: 5px;
  cursor: pointer;
}

.gallery-item button:hover {
  background-color: #d32f2f;
}



.centerr{
  display:block;
  position:relative;
  border-radius: 6px;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
}

.txt1{
  font-size:20px;
  padding: 20px;
  width:400px;
  text-align:center;
  animation:looper 10s infinite;
  display:block;
}

.txt1 span{
  margin:10px;
  padding:1px;
  border-top:1px solid white;
  font-size:18px;
  line-height:16px;
  letter-spacing:9px;
  /* border-top:1px solid white; */
}

.txt2{
  font-size:20px;
  text-align:center;
  animation:looper2 10s infinite;
  display:block;
  font-weight:500;
  perspective:1000;
}

.txt2 span{
  position:relative;
  font-weight:200;
  font-size:17px;
  display:block;
  margin: 5px;
  padding:10px;
  min-width:80%;
  background-color:#a90017;
  animation:flip 10s infinite;
  margin-bottom:20px;
  perspective-origin: 50% 50%;
}

.absolute{
  position:absolute;
}

.conttchild{
  position:absolute;
  background:linear-gradient(35deg, #1387b2, #1365b2);
  
  height:100%;
  width:100%;
  animation:looper2 10s infinite;
}

.conttchild2{
  position:absolute;
  background:url(https://richmondtileandbath.com/pub/media/wysiwyg/richmond_tile_and_bath_-_ceramic_tile_showroom_-_staten_island.jpg);
  background-size:cover;
  background-position:center;
  opacity:0.2;
  height:100%;
  width:100%;
  animation:looper3 10s infinite;
}

.foot{
  position:absolute;
  bottom:0px;
  width:100%;
  left:50%;
  transform:translate(-50%, 0%);
}

.third{
  font-size:18px;
  width:25%;
  padding:7px;
  box-sizing:border-box;
  margin:0px;
  float:left;
  
}

.one{
  position:relative;
  text-align:center;
  display:inline-block;
  margin:0px;
  background-color:#d0b534;
  animation-name:box;
  animation-duration:10s;
  animation-iteration-count:infinite;
}

.two{
  position:relative;
  background-color:orange;
  margin:0px;
  text-align:center;
  display:inline-block;
  animation-name:box;
  animation-duration:10s;
  animation-iteration-count:infinite;
  animation-delay: 0.1s;
}

.three{
  position:relative;
  background-color:#ce8717;
  margin:0px;
  text-align:center;
  display:inline-block;
  animation-name:box;
  animation-duration:10s;
  animation-iteration-count:infinite;
  animation-delay: 0.2s;
  
}

.four{
  position:relative;
  background-color:#a57832;
  margin:0px;
  text-align:center;
  display:inline-block;
  animation-name:box;
  animation-duration:10s;
  animation-iteration-count:infinite;
  animation-delay: 0.3s;
}

@keyframes looper {
  
  0% {left:50%;letter-spacing:0px;}
  30% {left:50%;letter-spacing:7px;}
  35% {left:200%;letter-spacing:0px;}
  95% {left:200%;letter-spacing:0px;}
  100% {left:50%;letter-spacing:0px;}
  
  
}

@keyframes looper2 {
  
  0% {top:200%;}
  30% {top:200%;}
  35% {top:50%;}
  95% {top:50%;}
  100% {top:200%;}
  
}

@keyframes looper3 {
  
  0% {top:200%;}
  70% {top:200%;}
  75% {top:50%;}
  95% {top:50%;}
  100% {top:-150%;}
  
}

@keyframes box {
  
  0% {bottom:-100%;}
  32% {bottom:-100%;}
  35% {bottom:0%;}
  92% {bottom:0%;}
  94% {bottom:-100%;}
  100% {bottom:-100%;}
  
}

@keyframes flip {
  
  0% {transform: rotateY(0deg);}
  
  51% {transform: rotateY(0deg);}
  55% {transform: rotateY(360deg);}
  59% {transform: rotateY(360deg);}
  
  100% {transform: rotateY(360deg);}
  
}



.circle {
  animation: grow 1s ease-out infinite alternate;
}

@keyframes grow {
  from {
    width: 5px;
    height: 10px;
    background: rgb(41, 255, 173);
    border-radius: 50%;
  }

  to {
    width: 10px;
    height: 5px;
    border-radius: 0;
    background-color: rgb(91, 241, 74);
  }
}



.carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    height: 400px;
    margin-bottom: 20px;
}
.carousel-images {
    display: flex;
    width: 300%;
    animation: slide 10s infinite linear;
}
.carousel-images img {
    width: 33.33%;
    object-fit: cover;
}
@keyframes slide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-66.66%);
    }
}
.main-content h2 {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
}
.main-content p {
    font-size: 16px;
    color: #666;
    line-height: 1.5;
    margin: 5px 0;
}
.footer {
    text-align: center;
    margin-top: 20px;
}
.footer p {
    font-size: 16px;
    color: #666;
    margin: 5px 0;
}

 /* Create a custom button for the file input */
 .custom-file-label {
  display: inline-block;
  color: rgb(255, 255, 255);
  cursor: pointer;
}


.story-container {
  display: flex;
  overflow-x: auto;
  padding: 20px;
  background-color: #ffffff82;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.029);
   border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 10px;
}
.story {
  flex: 0 0 80px;
  width: 80px;
  margin-right: 15px;
  text-align: center;
  cursor: pointer;
  position: relative;
}

.story img {
  width: 100%;
  height: 80px;
  border-radius: 50%;
  border: 2px solid #4267B2;
}

.story .username {
  margin-top: 5px;
  font-size: 14px;
  color: #333;
}

.story:hover img {
  border-color: #3b5998;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

/* Add New Story */
.add-story {
  background-color: #4267B2;
  color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
}

.story-content {
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  color: white;
}

.story-content img {
  width: 60%;
  border-radius: 10px;
}

.close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #24e163;
  color: white;
  padding: 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.close-btn:hover {
  background-color: #e53935;
}





.contaainer {
  width: 400px;
  height: 80px;
  display: flex;
 
  margin: 0 auto;
  margin-top: 50px;
  background-color: #ffffff;
    box-shadow: 1px 1px 4px 6px rgba(179, 179, 179, 0.068);
    border: 1px solid rgba(70, 70, 70, 0.122);
}

.conteent {
  display: flex;
  align-items: center;
}

.conteent button {
  padding: 10px 20px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 13px;
  border-radius: 25px;
  cursor: pointer;
  border: none;
  outline: none;
  box-shadow: 1px 1px 4px 6px rgba(179, 179, 179, 0.121);
  border: 1px solid rgba(70, 70, 70, 0.122);

}

.conteent button:hover {
  background-color: #30fe8c;
}

.conteent span {
  font-size: 18px;
  font-family: Arial, sans-serif;
  color: #333;
}

.box {
  display: none; /* Hide the box initially */
  width: 350px;
}








/* Friends List Container */
.friends-container {
  margin-top: 10px;
  width: 100%;
  max-width: 350px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 20px;
}

/* Header */
.friends-header {
  text-align: center;
  margin-bottom: 20px;
}

.friends-title {
  margin: 0;
  font-size: 1.5rem;
  color: #333;
}

.friends-subtitle {
  display: block;
  margin: 5px 0 15px;
  font-size: 0.9rem;
  color: #777;
}

.friends-header input {
  width: 100%;
  padding: 10px;
  border-radius: 50px;
  border: 1px solid #ddd;
  font-size: 0.9rem;
  background-color: #f9f9f9;
  transition: all 0.3s ease;
}

.friends-header input:focus {
  border-color: #3e57db;
  background-color: #fff;
  outline: none;
}

/* Friends List */
.friends-list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 400px;
  overflow-y: auto;
  border-top: 1px solid #eee;
}

.friends-list li {
  display: flex;
  align-items: center;
  padding: 15px;
  transition: background-color 0.3s ease;
}

.friends-list li:hover {
  background-color: #f0f2f5;
}

.friends-list li img {
  border-radius: 50%;
  object-fit: cover;
  width: 50px;
  height: 50px;
  margin-right: 15px;
}

.friends-list li .friend-info {
  display: flex;
  flex-direction: column;
}

.friends-list li .friend-info h4 {
  margin: 0;
  font-size: 1rem;
  color: #333;
}

.friends-list li .friend-info p {
  margin: 5px 0 0;
  font-size: 0.85rem;
  color: #888;
}

.friends-list li:not(:last-of-type) {
  border-bottom: 1px solid #eee;
}

/* Scrollbar Styling */
.friends-list::-webkit-scrollbar {
  width: 8px;
}

.friends-list::-webkit-scrollbar-track {
  background: #f0f2f5;
  border-radius: 10px;
}

.friends-list::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
  transition: background 0.3s ease;
}

.friends-list::-webkit-scrollbar-thumb:hover {
  background: #bbb;
}