/* body {
  margin: 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background: #f4f7f8;
  color: #333;
}

header {
  background-color: #103125;
  color: white;
  padding: 1rem;
  text-align: center;
  font-size: 1rem;
}

form {
  background: white;
  max-width: 400px;
  margin: 3rem auto;
  padding: 2rem;
  border-radius: 8px;

  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

label {
  display: block;
  margin-bottom: 1rem;
}

input[type="text"] {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1rem;
  transition: border 0.3s ease;
}

input[type="text"]:focus {
  border-color: #4a90e2;
  outline: none;
}

button {
  display: block;
  width: 100%;
  background-color: #4a90e2;
  color: white;
  border: none;
  padding: 0.75rem;
  border-radius: 5px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

button:hover {
  background-color: #3a78c2;
}

footer {
  margin-top: 5rem;
  text-align: center;
  color: #aaa;
  font-size: 0.9rem;
}

input[type="password"] {
  width: 100%;
  padding: 10px 12px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}

input[type="password"]:focus {
  outline: none;
  border-color: #0077cc;
}

.mail-status {
  padding: 10px;
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
  border-radius: 5px;
  margin-bottom: 10px;
  display: none;
}

.custom-select {
  width: 60%;
  padding: 0.75rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1rem;
  transition: border 0.3s ease;
}

.custom-select:focus {
  outline: none;
  border-color: #0077cc;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.nav-links {
  display: flex;
  gap: 1.2rem;
}

.nav-link {
  color: white;
  text-decoration: none;
  font-weight: 350;
  padding: 0.25rem 0.5rem;
  border-radius: 5px;
  transition: background-color 0.3s;
  font-size: 0.9rem;
}

.nav-item {
  margin-right: 0.3rem;
}

.nav-link:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #333;
  color: white;
  text-align: center;
  padding: 10px 0;
  z-index: 1000;
}

.forgot-password {
  text-align: right;
  margin-bottom: 15px;
}

.forgot-password a {
  font-size: 0.9rem;
  color: #4a90e2;
  text-decoration: none;
}

.forgot-password a:hover {
  text-decoration: underline;
}

.logout-btn {
  background-color: #d9534f;
  color: white;
}

.logout-btn:hover {
  background-color: #c9302c;
}

.welcome-msg {
  font-weight: bold;
  margin-right: 20px;
  color: #ffffff;
}

.error-msg {
  background-color: #f8d7da;
  color: #842029;
  padding: 12px;
  margin: 15px 0;
  border: 1px solid #f5c2c7;
  border-radius: 4px;
  font-weight: bold;
  text-align: center;
}

.profile-form-section h2 {
  text-align: center;
  margin-bottom: 1.5rem;
  color: #333;
}

.form-row {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.form-group {
  flex: 1;
  min-width: 120px;
}

select.custom-select {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1rem;
  background-color: #fff;
  transition: border-color 0.3s ease;
  appearance: none;
}

select.custom-select:focus {
  border-color: #4a90e2;
  outline: none;
}

label {
  font-weight: 500;
  margin-bottom: 0.3rem;
  display: block;
  color: #444;
}

.custom-select {
  background-image: url('data:image/svg+xml;utf8,<svg fill="gray" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1.2em;
}

.logo-img {
  max-width: 100px;
  margin-bottom: 1rem;
}


.login-card {
  width: 100%;
  max-width: 400px;
  padding: 30px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin-top: 60px;
} */

html,
body {
  font-family: "Segoe UI", "Roboto", sans-serif;
  line-height: 1.7;
  color: #333;
}
body {
  display: flex;
  flex-direction: column;
  background: #f8f9fa;
}
h1,
h2,
h3,
h4 {
  font-weight: 600;
}

.lead {
  font-size: 1.25rem;
  color: #555;
}
.main-content {
  flex: 1;
}
.hero {
  padding: 80px 0;
  text-align: center;
}
.hero h1 {
  font-size: 3rem;
  margin-bottom: 20px;
}
.hero p {
  font-size: 1.2rem;
  margin-bottom: 30px;
}
.text-shadow {
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.8);
}
.btn.transition {
  transition: background-color 0.3s ease, color 0.3s ease;
}
.btn.transition:hover {
  background-color: #007bff;
  color: white;
}
footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #333;
  color: white;
  text-align: center;
  padding: 10px 0;
  z-index: 1000;
}
.login-card {
  width: 100%;
  max-width: 400px;
  padding: 30px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin-top: 60px;
}
.register-card {
  width: 100%;
  max-width: 800px;
  margin: 60px auto;
  padding: 30px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.profile-form-section h2 {
  text-align: center;
  margin-bottom: 1.5rem;
  color: #333;
}
.custom-select {
  background-image: url('data:image/svg+xml;utf8,<svg fill="gray" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1.2em;
}

.blink {
  animation: blink-animation 1s steps(2, start) infinite;
  -webkit-animation: blink-animation 1s steps(2, start) infinite;
  color: red;
  font-weight: bold;
}

@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

.user {
  font-weight: 500;
  color: #ffffff;
}

.tagify {
  width: 100%;
  max-width: 700px;
}
.form-container {
  max-width: 900px;
  margin: 40px auto;
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.co-author {
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 15px;
  background: #f8f9fa;
}
.form-container {
  padding-bottom: 100px; /* or more as needed */
}
.card {
  border-radius: 1rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
