body {
	background-color: #f8f9fa;
}
header {
	background-color: #f8f9fa;
}
footer {
	background-color: #333;
	color: #fff;
	padding: 20px;
	text-align: center;
}
.logo-default {
	max-width: 200px;
	margin: 20px 0;
}
h1, h2 {
	color: #343a40;
}
img {
	border-radius: 8px;
	transition: transform 0.2s;
	cursor: pointer;
}
img:hover {
	transform: scale(1.05);
}
.seo-text {
	margin-top: 40px;
	padding: 20px;
	background-color: #f8f9fa;
	border-radius: 8px;
	font-size: 1.1rem;
	line-height: 1.6;
}
.license {
	margin-top: 20px;
}

.license img {
	max-width: 150px;
	height: auto;
}

.license p {
	margin-top: 10px;
	font-size: 14px;
}

.license a {
	text-decoration: none;
	color: inherit;
}

.license a:hover {
	text-decoration: underline;
}
		.table-responsive {
	margin-top: 50px;
}
.action-buttons {
	display: flex;
	gap: 5px;
}
.preview-image {
	width: 100px;
	height: auto;
}
		.login-container {
	margin-top: 100px;
	max-width: 400px;
}
.login-form {
	padding: 30px;
	background-color: #ffffff;
	border-radius: 8px;
}
.login-form h2 {
	margin-bottom: 30px;
}
		.upload-container {
	margin-top: 50px;
	max-width: 600px;
}
.upload-form {
	padding: 30px;
	background-color: #ffffff;
	border-radius: 8px;
}
.upload-form h2 {
	margin-bottom: 30px;
}
#modal-image-preview {
	max-height: 80vh;
	object-fit: contain;
}


.contact-form {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 400px;
}

.contact-form h2 {
  margin-bottom: 15px;
  font-size: 1.5em;
  color: #333;
}

.contact-form label {
  margin-top: 10px;
  display: block;
  font-weight: bold;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1em;
}

.contact-form textarea {
  height: 100px;
  resize: none;
}

.contact-form button {
  margin-top: 15px;
  width: 100%;
  background-color: #007BFF;
  color: white;
  border: none;
  padding: 10px;
  font-size: 1em;
  border-radius: 5px;
  cursor: pointer;
}

.contact-form button:hover {
  background-color: #0056b3;
}

#responseMessage {
  margin-top: 10px;
  font-size: 0.9em;
  color: green;
  text-align: center;
}

.card {
	border-radius: 12px;
	border: none;
}

.card-title {
	font-size: 1.5rem;
	color: #007BFF;
}

.btn-primary {
	background-color: #007BFF;
	border-color: #007BFF;
}

.btn-primary:hover {
	background-color: #0056b3;
	border-color: #0056b3;
}

#responseMessage {
	font-size: 0.9rem;
	color: green;
}
