.signup-box {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #ddd;
}

.signup-box h3 {
  margin-bottom: 8px;
  color: #0D6998;
  font-weight: 450;
  letter-spacing: 0px;
}

.signup-box input {
  padding: 10px;
  font-size: 1rem;
  border: 1px solid #ccc;
  background: #fff;
  color: #282829;
  border-radius: 8px;
}

.signup-box input::placeholder {
  color: #999;
}

.signup-box button {
  padding: 10px;
  background: #0D6998;
  color: white;
  font-weight: 500;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s;
}

.signup-box button:hover {
  background: #555;
}

.signup-box .login-link,
.signup-box .signup-link {
  text-align: center;
  font-size: 0.9rem;
}

.signup-box .login-link a,
.signup-box .signup-link a {
  color: #0D6998;
  text-decoration: none;
  border-bottom: 1px dotted #aaa;
  user-select: none;
  outline: 0;
  -webkit-tap-highlight-color: transparent;


}

.text-error {
  color: #d33;
}

.signup-box p {
  margin-top: -16px;
}




/* #searchPostId {
  padding: 10px 14px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 60%;
  max-width: 110%;
  outline: none;
  
}

#searchPostId:focus {
  border-color: #0D6998;
} */

/* Button from your style */
.theme-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 16px;
  font-size: 0.9rem;
  font-weight: 500;
  background: #fff;
  color: #0D6998;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}

.theme-button:hover {
  background: #f5f5f5;
  border-color: #bbb;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
  transform: translateY(-1px);
}

.theme-button:active {
  transform: scale(0.98);
}

.theme-button .icon {
  width: 16px;
  height: 16px;
  fill: currentColor;
}













.footer-links {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 50px;
  font-size: 14px;
  color: #555;
}







/* spinner */

.spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
}

.spinner::after {
  content: "";
  width: 40px;
  height: 40px;
  border: 4px solid #ccc;
  border-top-color: #007BFF;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* //////////////////////// SEARCH */

/* .search-container {
  margin-top: 20px;
} */
.search-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
 
}

.search-toggle .searchby{
  font-size: 13px;
  color: rgb(105, 104, 104);
  font-family: Albert Sans;
  font-size: 15px;
  font-weight: 400;
}

.search-toggle button {
  padding: 8px 8px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  border-radius: 5px;
  color: rgb(126, 123, 123);
  /* font-family: Albert Sans;
  font-size: 16px;
  font-weight: 400; */
}
.search-toggle button.active {
  background-color: #eee;
  color: rgb(40, 81, 117);
}


/* .search-fields {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 1px;
  max-width: 350px;
} */
/* 
.search-fields select,
.search-fields input[type="text"],
.search-fields .theme-button {
  width: 100%;
  padding: 10px 12px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 0px;
  outline: none;
  box-sizing: border-box;
  transition: border-color 0.3s;
  background-color: rgb(255, 255, 255);
  margin-top: 4px;
}

.search-fields select:focus,
.search-fields input[type="text"]:focus {
  border-color: #007bff;
}

.search-fields .theme-button {
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 11px 16px;
  font-size: 0.9rem;
  font-weight: 500;
  background: #fff;
  color: #0D6998;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  
}

.search-fields .theme-button:hover {
  background: #f5f5f5;
  border-color: #bbb;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
  transform: translateY(-1px);
} */




.tagcountryFilter {
  margin-top: 10px;
  background: #ffffff;
  padding: 2px;
  border-radius: 1px;
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
  /* box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px; */
  display: flex;
  flex-direction: column;
  /* gap: 15px; */
  align-items: center;
  width: 100%;
      /* max-width: 100%; */
  
}

.tagcountryFilter select {
  border: none;
  background-color: transparent;
  padding: 10px;
  /* border: 1px solid #ccc; */
  border-radius: 6px;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
  transition: border 0.3s;
  color:rgb(75, 74, 74);
}


.tagcountryFilter input[type="text"] {
  border: none;
  background-color: transparent;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
  transition: border 0.3s;
}


.tagcountryFilter select:focus, input[type="text"]:focus {
  border-color: #007bff;
  outline: none;
}



