/* General Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  background-color: #f9f9f9;
  color: #333;
  padding: 20px;
}

main {
  max-width: 600px;
  margin: 50px auto;
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.logo {
  width: 120px;
  height: auto;
  margin-bottom: 20px;
}

h1 {
  font-size: 2em;
  margin-bottom: 10px;
}

p {
  font-size: 1em;
  margin-bottom: 15px;
}

a {
  color: #78B41B;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

footer {
  margin-top: 30px;
  text-align: center;
  font-size: 0.9em;
  color: #666;
}

footer a {
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

@media (max-width: 600px) {
  main {
    padding: 15px;
  }

  .logo {
    width: 100px; /* Reduce logo size for small screens */
  }

  h1 {
    font-size: 1.5em; /* Reduce heading size */
  }

  p {
    font-size: 1em; /* Reduce paragraph size */
  }
}
/* EQX
dark green = rgb(0, 104, 56)
light green = rgb(0, 255, 68)
white = rgb(255, 255, 255)
*/
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

body {
  font-family: 'Plus Jakarta Sans';
  font-weight: 600;
}


h1{
  color: #006838; /*dark green*/
}

input[type="submit"] {
  background-color: #006838 ; /*dark green*/
}

input[type="submit"]:hover {
  background-color: #00482d; /*darker green*/
}

.photo-upload-label {
  background-color: #00ff43;
}

.photo-upload-label:hover {
  background-color: #006838 ; /*dark green*/
}

footer a {
  color: #006838; /*dark green*/
}

.flash-close-btn {
  background-color: #00ff43;
  color: black;
}

.flash-close-btn:hover {
  background-color: #006838;
}
/* Ibedex
dark green = rgb(0, 151, 94)
white = rgb(255, 255, 255)
*/
/* Manukalind
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
  font-family: "Poppins";
  font-weight:600;
  font-style: normal;
}

h1{
  color: #00975e; /*dark green*/
}

input[type="submit"] {
  background-color: #00975e ; /*dark green*/
}

input[type="submit"]:hover {
  background-color: #007c4d; /*darker green*/
}

.photo-upload-label {
  background-color: #e9f4f0;
}

.photo-upload-label:hover {
  background-color: #00975e ; /*dark green*/
}

footer a {
  color: #00975e; /*dark green*/
}

.flash-close-btn {
  background-color: #00975e;
}

.flash-close-btn:hover {
  background-color: #e9f4f0;
}
/* Inuvet
dark green = rgb(0, 104, 56)
light green = rgb(0, 255, 68)
white = rgb(255, 255, 255)

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

body{
  font-family: "Noto Sans";
}
*/

@import url('https://use.typekit.net/vhh5bbc.css');

body {
  font-family: 'schnebel-sans-me', sans-serif !important;
}
.logo{
  margin-left: -17.5px;
}

.flash-close-btn {
  background-color: #e0eec9;
}

.flash-close-btn:hover {
  background-color: #78b41c;
}
/* Manukalind
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
  font-family: "Poppins";
  font-weight:600;
  font-style: normal;
}

h1{
  color: #00975e; /*dark green*/
}

input[type="submit"] {
  background-color: #00975e ; /*dark green*/
}

input[type="submit"]:hover {
  background-color: #007c4d; /*darker green*/
}

.photo-upload-label {
  background-color: #e9f4f0;
}

.photo-upload-label:hover {
  background-color: #00975e ; /*dark green*/
}

footer a {
  color: #00975e; /*dark green*/
}

.flash-close-btn {
  background-color: #00975e;
}

.flash-close-btn:hover {
  background-color: #e9f4f0;
}
/* Planimol
brown #3e2b2f
light #e0f4dc
*/
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

body {
  font-family: 'Plus Jakarta Sans';
}

h1{
  color: rgb(62, 43, 47); /*dark brown*/
}

input[type="submit"] {
  background-color: rgb(62, 43, 47); /*dark brown*/
}

input[type="submit"]:hover {
  background-color: rgb(47, 33, 36); /*darker brown*/
}

.photo-upload-label {
  background-color: #e0f4dc;
}

.photo-upload-label:hover {
  background-color: rgb(62, 43, 47); /*dark brown*/
}

footer a {
  color: rgb(62, 43, 47); /*dark brown*/
}

.flash-close-btn {
  background-color: rgb(62, 43, 47);
}

.flash-close-btn:hover {
  background-color: #e0f4dc;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

 /* General Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Futura, Arial, sans-serif;
  color: #333;
  line-height: 1.6;
  margin-left: 8%;
  margin-right: 8%;
  padding: 0;
}

main {
  max-width: 600px;
  margin: 20px auto;
  padding: 20px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

h1 {
  color: #78B41B;
  text-align: center;
  font-size: 1.8em;
  margin-bottom: 20px;
}

p {
  margin-bottom: 10px;
}

.logo {
  display: block;
  /*margin: 0 auto 20px;*/
  margin-top: 25px;
  width: 150px; /* Adjust size */
  height: auto;
  margin-left: 0px;
}

.form-item {
  margin-bottom: 15px;
}

.form-item label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.form-item input,
.form-item textarea {
  width: 100%;
  padding: 8px;
  font-size: 1em;
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: border 0.3s ease-in-out;
}

.form-item input:focus,
.form-item textarea:focus {
  border-color: #78B41B; /* Focus color */
  outline: none;
}

.form-item input[type="file"] {
  padding: 5px;
}

input[type="submit"] {
  background-color: #78B41B;
  color: white;
  padding: 10px 15px;
  border: none;
  border-radius: 4px;
  font-size: 1em;
  cursor: pointer;
  width: 100%;
  margin-bottom: 20px;
  transition: background-color 0.3s ease-in-out;
}

input[type="submit"]:hover {
  background-color: #5A8C14;
}

footer {
  text-align: center;
  margin-top: 20px;
  font-size: 0.9em;
  color: #666;
  font-weight: 100;
}

footer a {
  color: #78B41B;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

#photo_upload_input {
  display: none; /* Hide the file input */
}

.photo-upload-label {
  background-color: #E0EEC9;
  border: none;
  transition: 0.15s all ease;
  font-size: medium;
  width: 100%;
  padding: 16px;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 20px;
  cursor: pointer;
  border-radius: 4px;
}

.photo-upload-label:hover {
  background-color: #78B41B;
  color: white;
}

.photo-upload-label.selected:hover {
  color: white;
}

.upload-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.photo-upload-label {
  margin: auto;
}

.special-upload-label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

#produkt-name-box{
  margin-top:20px;
}

.flash-alert-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6); /* Semi-transparent background */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000; /* Ensure it’s above other elements */
}

.flash-alert {
  background-color: white;
  padding: 20px 30px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  text-align: center;
  max-width: 400px;
  width: 90%;
}

.flash-alert p {
  font-size: 16px;
  color: #333;
  margin-bottom: 20px;
}

.flash-close-btn {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}

.flash-close-btn:hover {
  background-color: #0056b3;
}

.header-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  margin-bottom: 20px;
}

.logo-wrapper {
  flex: 1;
  text-align: center;
}

.language-switcher {
  flex: 0 0 auto;
}

.language-select {
  background: transparent;
  border: none;
  padding: 8px 32px 8px 16px; /* Increased right padding for arrow space */
  cursor: pointer;
  font-size: 16px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 20px;
}

.language-select:focus {
  outline: none;
}

.language-select option {
  background: white;
  color: #333;
}

.photo-upload-label.selected:hover {
  color: white;
}

.photo-upload-label {
  display: block;
  padding: 8px 16px;
  background-color: #78B41B;
  color: white;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
}

.photo-upload-label:hover {
  background-color: #669B17;
}

.upload-wrapper {
  text-align: center;
}

.photo-upload-input {
  display: none;
}

.flash-alert-container {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  background: white;
  padding: 1rem;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.flash-alert {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flash-close-btn {
  background: none;
  border: none;
  color: #007bff;
  cursor: pointer;
  font-size: 1rem;
  padding: 0.25rem 0.5rem;
}

.flash-close-btn:hover {
  background-color: #0056b3;
}

/* File upload feedback styles */
.file-selected-feedback {
  margin-top: 10px;
  padding: 12px 15px;
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 6px;
  font-size: 14px;
  color: #495057;
}

.file-selected-feedback .file-count {
  font-weight: 600;
  color: #0d6efd;
}

.file-selected-feedback .file-list {
  margin-top: 8px;
  padding-left: 15px;
  list-style-type: none;
}

.file-selected-feedback .file-item {
  display: flex;
  align-items: center;
  padding: 4px 0;
  color: #495057;
}

.file-selected-feedback .file-item:before {
  content: "•";
  color: #0d6efd;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

/* For the upload button */
.photo-upload-label {
  display: inline-block;
  padding: 10px 20px;
  color: white;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.2s;
}

