@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

body {
  font-family: "Rubik", serif;
  background-color: #fff;
  color: #333;
  margin: 0;
  /* padding: 20px; */
  /* display: flex;
  justify-content: center;
  align-items: center; */
  min-height: 100vh;
  text-align: center;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
}

.container {
  background: #fff;
  /* padding: 20px; */
  border-radius: 10px;
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
  /* max-width: 400px; */
  width: 100%;
  height: 100%;
  align-items: center;
  align-content: center;
  text-align: center;
  /* padding: 20px; */
}

h1 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 24px;
  color: #555;
}

.friend-requests {
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: center;
  /* justify-content: center; */
  align-items: center;
}

.friend-request {
  padding: 15px;
  border-radius: 8px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
  width: 90%;
  margin-bottom: 20px;
}

/* .friend-request:hover {
  background-color: #e0e0e0;
} */

.friend-request-details {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: right;
}

.friend-request p {
  margin: 0;
  font-size: 30px;
  /* font-weight: bold; */
  color: #444;
}

.friend-request .buttons {
  display: flex;
  gap: 10px;
}

.friend-request .buttons button {
  padding: 8px 12px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-color: #EB8546;
  transition: background-color 0.3s ease;
}

.friend-request .buttons button.deny {
  background-color: #ababab;
}

.friend-request .buttons button:hover {
  background-color: #c46c36;
}

.friend-request .buttons button.deny:hover {
  background-color: #949494;
}

.footer-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background-color: #fff;
  border-top: 1px solid #ddd;
  display: flex;
  justify-content: space-around;
  align-items: center;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.nav-container {
  display: flex;
  justify-content: space-around;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.nav-item {
  text-align: center;
  text-decoration: none;
  color: #333;
  font-size: 14px;
  flex: 1;
  transition: color 0.3s ease;
}

.nav-item:hover {
  color: #007bff;
}

.material-symbols-outlined {
  font-size: 24px;
  display: block;
  margin-bottom: 4px;
}

.nav-label {
  font-size: 12px;
}

.add-friend-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: center;
  padding: 10px;
  /* box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1); */
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: calc(100vw - 20px);
  background: white;
  /* max-width: 1000px; */
}

.add-friend-form label {
  font-size: 16px;
  color: #555;
}

.add-friend-form input {
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  outline: none;
  transition: border-color 0.3s ease;
  
}

.add-friend-form input:focus {
  border-color: #EB8546;
}

.submit-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  font-size: 16px;
  color: #fff;
  background-color: #EB8546;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.submit-button:hover {
  background-color: #c46c36;
}

.submit-button .material-symbols-outlined {
  margin-right: 8px;
  font-size: 20px;
}

~source footer {
  src: '/fbc/footer.html'
}

.suggestions-list {
  /* position: absolute; */
  top: 100%;
  left: 0;
  right: 0;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-top: 5px;
  list-style: none;
  padding: 0;
  max-height: 150px;
  overflow-y: auto;
  z-index: 10;
}

.suggestions-list li {
  padding: 10px;
  cursor: pointer;
}

.suggestions-list li:hover {
  background-color: #f1f1f1;
}

.header {
  /* text-align: center;
  padding: 0.1px 0;
  background-color: #EB8546;
  color: white;
  margin-bottom: 20px;
  border-radius: 8px;
  min-height: 100px;
  background: url(/images/banner.png) no-repeat center center; */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-height: 200px;
  /* width: 100%; */
  padding: 10px;
}

.header h1 {
  font-size: 32px;
  color: black;
  font-weight: 700;
}

.header-right {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.header-item {
  background-color: #EB8546;
  color: white;
  padding: 5px; /* Increased padding to maintain aspect ratio for a perfect circle */
  border-radius: 50%; /* This ensures the element is circular */
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease;
  cursor: pointer;
  width: 30px; /* Fixed width to ensure a circle shape */
  height: 30px; /* Fixed height to ensure a circle shape */
}
.header-item:hover {
  background-color: #c2703d;

}

.friend-request-info {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  justify-content: space-between;
}