@charset "utf-8";

.list {
  display: flex;
}

.account-container {
  max-width: 600px;
  margin: 40px auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.account-item {
  margin-bottom: 20px;
}

.label {
  font-weight: bold;
  font-size: 15px;
  color: #555;
  margin-bottom: 5px;
}

.value {
  font-size: 16px;
  color: #333;
}

.update-form {
  margin-top: 30px;
}

.navigation-links {
  margin-top: 30px;
}

.account-container {
  max-width: 600px;
  margin: 40px auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.label {
  font-weight: bold;
  font-size: 15px;
  color: #555;
  margin-bottom: 5px;
}

.value {
  font-size: 16px;
  color: #333;
}

.navigation-links {
  margin-top: 30px;
}

.nav-link {
  display: inline-block;
  text-decoration: none;
  background-color: #28a745;
  color: white;
  padding: 11px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}

.nav-link:hover {
  text-decoration: underline;
  background-color: #218838;
}

.account-container {
  max-width: 600px;
  margin: 40px auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.account-item {
  margin-bottom: 20px;
}

.label {
  font-weight: bold;
  font-size: 15px;
  color: #555;
  margin-bottom: 5px;
}

.value {
  font-size: 16px;
  color: #333;
}

.update-form {
  margin-top: 30px;
}

.navigation-links {
  margin-top: 30px;
}

.account-container {
  max-width: 600px;
  margin: 40px auto;
  padding: 25px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.account-item {
  margin-bottom: 20px;
}

.label {
  font-weight: bold;
  font-size: 14px;
  color: #333;
  margin-bottom: 5px;
}

.input-field,
.select-field {
  width: 100%;
  padding: 10px;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.file-upload {
  margin-top: 40px;
}

.file-label {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #555;
}

.navigation-links {
  margin-top: 30px;
}

.account-container {
  max-width: 600px;
  margin: 40px auto;
  padding: 25px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.account-item {
  margin-bottom: 20px;
}

.label {
  font-weight: bold;
  font-size: 14px;
  color: #333;
  margin-bottom: 5px;
}


.button.danger {
  background-color: #dc3545;
}

.button.danger:hover {
  background-color: #a71d2a;
}

.account-actions {
  margin-top: 30px;
}

.account-container {
  max-width: 600px;
  margin: 40px auto;
  padding: 25px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.account-item {
  margin-bottom: 20px;
}

.label {
  display: block;
  font-weight: bold;
  font-size: 14px;
  color: #333;
  margin-bottom: 5px;
}

.input-field,
.select-field {
  width: 100%;
  padding: 10px;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.account-list {
  display: table;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}

.list {
  display: table-row;
  background-color: #f9f9f9;
  border-bottom: 1px solid #ddd;
}

.list:nth-child(even) {
  background-color: #ffffff;
}

.list p,
.list a {
  display: table-cell;
  padding: 12px 15px;
  vertical-align: middle;
  font-size: 15px;
  color: #333;
  margin: 0;
  border-right: 1px solid #ddd;
}

.list p:last-child,
.list a:last-child {
  border-right: none;
}

.list a {
  color: #fff;
  text-decoration: none;
  text-align: center;
}

.list a:hover {
  text-decoration: underline;
}

.detail-container {
  max-width: 700px;
  margin: 40px auto;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.detail-item {
  margin-bottom: 40px;
}

.label {
  font-weight: bold;
  font-size: 14px;
  color: #555;
  margin-bottom: 5px;
}

.value {
  font-size: 15px;
  color: #333;
  margin-bottom: 10px;
}

.section-title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}

.history-list {
  margin-top: 20px;
}

.history-item {
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 15px;
  margin-bottom: 20px;
}

.detail-container {
  max-width: 700px;
  margin: 40px auto;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.detail-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.label {
  font-weight: bold;
  font-size: 14px;
  color: #555;
  margin-bottom: 4px;
}

.value {
  font-size: 15px;
  color: #333;
  margin-bottom: 10px;
  padding: 6px 10px;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.form-group {
  margin-bottom: 20px;
}

.form-label {
  display: block;
  font-weight: bold;
  color: #333;
  margin-bottom: 6px;
  font-size: 14px;
}

.form-input,
.form-select {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  background-color: #f9f9f9;
}

.form-input:focus,
.form-select:focus {
  border-color: #007bff;
  outline: none;
  background-color: #fff;
}

.form-actions {
  margin-top: 30px;
  text-align: right;
}

.info-section {
  max-width: 600px;
  margin: 30px auto;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
  background-color: #f9f9f9;
}

.info-item {
  margin-bottom: 20px;
}

.label {
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
  font-size: 16px;
}

.value {
  font-size: 15px;
  color: #555;
  margin: 0;
}

.link-section {
  text-align: center;
  margin-top: 30px;
}

.top-link {
  display: inline-block;
  text-decoration: none;
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.top-link:hover {
  background-color: #0056b3;
}

.info-section {
  max-width: 600px;
  margin: 30px auto;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
  background-color: #f9f9f9;
}

.info-item {
  margin-bottom: 20px;
}

.label {
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
  font-size: 16px;
}

.value {
  font-size: 15px;
  color: #555;
  margin: 0;
}

.link-section {
  text-align: center;
  margin-top: 20px;
}

.top-link {
  display: inline-block;
  text-decoration: none;
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.top-link:hover {
  background-color: #0056b3;
}

.form-group {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}

.label {
  font-weight: bold;
  font-size: 16px;
  color: #333;
  margin-bottom: 8px;
}

.input-field,
.select-field,
.file-input {
  padding: 8px 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
}

.select-field {
  height: 38px;
}

.file-label {
  font-size: 14px;
  margin-top: 8px;
  color: #666;
}

.bulk-section {
  max-width: 600px;
  margin: 30px auto;
}

.link-section {
  text-align: center;
  margin-top: 30px;
}

.top-link {
  display: inline-block;
  text-decoration: none;
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.top-link:hover {
  background-color: #0056b3;
}

.result-list {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
}

.result-card {
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 15px 20px;
  margin-bottom: 20px;
  transition: box-shadow 0.3s ease;
}

.result-card:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.result-item {
  font-size: 14px;
  color: #333;
  margin-bottom: 6px;
}

.detail-link {
  display: inline-block;
  margin-top: 10px;
  text-decoration: none;
  color: #007bff;
  font-weight: bold;
  transition: color 0.3s ease;
}

.detail-link:hover {
  color: #0056b3;
}

.form-group {
  margin-bottom: 20px;
}

.form-label {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 6px;
  color: #333;
}

.form-value {
  font-size: 14px;
  color: #555;
}

.form-input {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.form-submit {
  padding: 10px 20px;
  font-size: 14px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.form-submit:hover {
  background-color: #0056b3;
}

.link-top {
  display: inline-block;
  margin-top: 20px;
  font-size: 14px;
  text-decoration: none;
  color: #007bff;
}

.link-top:hover {
  color: #0056b3;
}

.log-section {
  max-width: 600px;
  margin: 30px auto;
  padding: 20px;
  background-color: #fdfdfd;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.log-item {
  margin-bottom: 20px;
}

.log-label {
  font-weight: bold;
  font-size: 14px;
  color: #333;
  margin-bottom: 5px;
}

.log-value {
  font-size: 14px;
  color: #555;
}

.form-submit {
  padding: 10px 20px;
  font-size: 14px;
  background-color: #28a745;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.form-submit:hover {
  background-color: #218838;
}

.link-top {
  display: inline-block;
  margin-top: 20px;
  font-size: 14px;
  text-decoration: none;
  color: #007bff;
}

.link-top:hover {
  color: #0056b3;
}

.form-group {
  margin-bottom: 20px;
}

.form-label {
  font-weight: bold;
  font-size: 14px;
  color: #333;
  margin-bottom: 5px;
}

.form-value {
  font-size: 14px;
  color: #555;
}

.form-input {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.form-submit {
  padding: 10px 20px;
  font-size: 14px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.form-submit:hover {
  background-color: #0056b3;
}

.list-section {
  max-width: 600px;
  margin: 30px auto;
  padding: 20px;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.list-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.list-value {
  font-size: 14px;
  color: #333;
}

.list-link {
  font-size: 14px;
  color: #007bff;
  text-decoration: none;
  margin-bottom: 10px;
}

.list-link:hover {
  color: #0056b3;
}

.form-inline {
  display: inline-block;
}

.form-submit {
  padding: 8px 16px;
  font-size: 14px;
  background-color: #28a745;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.form-submit:hover {
  background-color: #218838;
}

.form-submit.delete {
  background-color: #dc3545;
}

.form-submit.delete:hover {
  background-color: #c82333;
}

.form-group {
  margin-bottom: 20px;
}

.form-label {
  font-weight: bold;
  font-size: 14px;
  color: #333;
  margin-bottom: 5px;
}

.form-value {
  font-size: 14px;
  color: #555;
}

.form-submit {
  padding: 10px 20px;
  font-size: 14px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.form-submit:hover {
  background-color: #0056b3;
}

.form-link {
  display: inline-block;
  margin-top: 20px;
  font-size: 14px;
  color: #007bff;
  text-decoration: none;
}

.form-link:hover {
  text-decoration: underline;
}

.form-section {
  text-align: center;
  max-width: 600px;
  margin: 30px auto;
  padding: 20px;
  background-color: #fefefe;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.form-group {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}

.form-label {
  font-weight: bold;
  font-size: 14px;
  color: #333;
  margin-bottom: 6px;
}

.form-input {
  padding: 8px 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  width: 100%;
  box-sizing: border-box;
}

.form-submit {
  padding: 10px 20px;
  font-size: 14px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.form-submit:hover {
  background-color: #0056b3;
}

.form-group {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}

.form-label {
  font-weight: bold;
  font-size: 14px;
  color: #333;
  margin-bottom: 6px;
}

.form-input {
  padding: 8px 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  width: 100%;
  box-sizing: border-box;
}

.form-submit,
.button,
button {
  padding: 10px 20px;
  font-size: 14px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.form-submit:hover,
.button:hover,
button:hover {
  background-color: #0056b3;
}

.result-list,
.list {
  max-width: 600px;
  margin: 15px auto;
  padding: 15px;
  border: 1px solid #ccc;
  background-color: #fafafa;
  border-radius: 8px;
}

.result-list p,
.list p {
  margin: 5px 0;
  font-size: 14px;
}

a {
  display: inline-block;
  margin-top: 10px;
  color: #007bff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.file-upload {
  margin: 30px auto;
  max-width: 600px;
  padding: 20px;
  border: 1px dashed #aaa;
  background-color: #f9f9f9;
  border-radius: 8px;
  text-align: center;
}

.file-upload input[type="file"] {
  margin-bottom: 10px;
}

.link-group {
  text-align: center;
  margin-top: 30px;
}

.link-group a {
  margin: 0 10px;
}

.form-label {
  font-weight: bold;
  font-size: 14px;
  color: #333;
  margin: 10px 0 5px;
}

.form-value {
  font-size: 14px;
  color: #444;
  margin-bottom: 20px;
}

.button {
  display: inline-block;
  padding: 10px 20px;
  font-size: 14px;
  background-color: #007bff;
  color: white;
  text-decoration: none;
  border: none;
  border-radius: 6px;
  transition: background-color 0.3s ease;
}

.button:hover {
  background-color: #0056b3;
}

.link-group {
  text-align: center;
  margin-top: 30px;
}

.form-label {
  font-weight: bold;
  font-size: 14px;
  color: #333;
  margin: 10px 0 5px;
}

.form-value {
  font-size: 14px;
  color: #444;
  margin-bottom: 20px;
}

.button {
  display: inline-block;
  padding: 10px 20px;
  font-size: 14px;
  background-color: #007bff;
  color: white;
  text-decoration: none;
  border: none;
  border-radius: 6px;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.button:hover {
  background-color: #0056b3;
}

.link-group {
  margin-top: 20px;
  text-align: center;
}

.form-label {
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
  color: #333;
}

.form-input {
  width: 100%;
  padding: 8px 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
}

.button {
  background-color: #007bff;
  color: white;
  padding: 10px 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  margin-top: 10px;
}

.button:hover {
  background-color: #0056b3;
}

.file-upload {
  margin-bottom: 10px;
}

.file-label {
  margin-left: 10px;
  font-size: 14px;
  color: #555;
}

.section-title {
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #222;
}

.link-group {
  margin-top: 20px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.form-container {
  margin: 20px auto;
  padding: 15px;
  border-radius: 8px;
  max-width: 600px;
}

.content-block {
  background-color: #fdfdfd;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 25px;
  max-width: 600px;
  margin: 30px auto;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.content-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #2c3e50;
  text-align: center;
}

.content-label {
  font-weight: bold;
  color: #333;
  margin-top: 15px;
  margin-bottom: 5px;
}

.content-value {
  font-size: 15px;
  color: #555;
  margin-bottom: 10px;
}

.content-block {
  background-color: #fdfdfd;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 25px;
  max-width: 600px;
  margin: 30px auto;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.content-label {
  font-weight: bold;
  color: #333;
  margin-top: 15px;
  margin-bottom: 5px;
}

.content-value {
  font-size: 15px;
  color: #555;
  margin-bottom: 10px;
}

.form-button {
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #2c87f0;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.form-button:hover {
  background-color: #1f66c1;
}

.content-block {
  background-color: #fdfdfd;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 25px;
  max-width: 600px;
  margin: 30px auto;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.content-label {
  font-weight: bold;
  color: #333;
  margin-top: 15px;
  margin-bottom: 5px;
}

.form-input,
.form-select {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
}

.form-button {
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #2c87f0;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.form-button:hover {
  background-color: #1f66c1;
}

.content-block {
  background-color: #fefefe;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 25px 30px;
  max-width: 650px;
  margin: 30px auto;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.content-label {
  font-weight: 600;
  color: #333;
  margin-top: 15px;
  margin-bottom: 6px;
  display: block;
}

.form-input,
.form-select {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #bbb;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 15px;
  color: #222;
  transition: border-color 0.3s ease;
}

.form-input:focus,
.form-select:focus {
  outline: none;
  border-color: #2a7ae2;
  box-shadow: 0 0 5px rgba(42, 122, 226, 0.5);
}

.form-button {
  margin-top: 25px;
  width: 100%;
  background-color: #2a7ae2;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 12px 0;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.form-button:hover {
  background-color: #1c5bb8;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f9f9f9;
  margin: 0;
  padding: 0;
}

.page-header,
.page-footer {
  background-color: #2a7ae2;
  color: white;
  text-align: center;
  padding: 15px 0;
}

.menu-list {
  list-style: none;
  padding: 40px 20px;
  max-width: 600px;
  margin: 0 auto;
}

.menu-item {
  margin-bottom: 15px;
}

.menu-link {
  display: block;
  padding: 15px 20px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-radius: 8px;
  text-decoration: none;
  color: #333;
  font-weight: 600;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.menu-link:hover {
  background-color: #f0f4ff;
  transform: translateY(-2px);
  color: #2a7ae2;
}

.logout {
  margin: 0 auto;
}
