@charset "UTF-8";
/*
 * 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.
 *


 */
/* line 3, app/assets/stylesheets/index.scss */
.title-ofb {
  margin: 2vh;
}

/* line 7, app/assets/stylesheets/index.scss */
.info {
  padding: 20px;
}

/* line 10, app/assets/stylesheets/index.scss */
.info .info-title {
  text-transform: uppercase;
  text-align: center;
}

/* line 14, app/assets/stylesheets/index.scss */
.info .info-title h1 {
  background-color: #f9c04e;
  display: inline-block;
  padding: 5px 10px;
}

@media (max-width: 1080px) {
  /* line 14, app/assets/stylesheets/index.scss */
  .info .info-title h1 {
    padding: 5px;
  }
}

/* line 26, app/assets/stylesheets/index.scss */
.info .info-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

/* line 32, app/assets/stylesheets/index.scss */
.info .info-content .card-info {
  flex: 1 1 calc(50% - 20px);
  padding: 15px;
  box-sizing: border-box;
}

/* line 38, app/assets/stylesheets/index.scss */
.info .info-content .card-info .content h3 {
  margin-bottom: 1.5rem;
  text-align: center;
}

/* line 42, app/assets/stylesheets/index.scss */
.info .info-content .card-info .content h3 b {
  padding: 10px;
  background-color: #bfd1e1;
}

@media (max-width: 1080px) {
  /* line 42, app/assets/stylesheets/index.scss */
  .info .info-content .card-info .content h3 b {
    padding: 5px;
  }
}

@media (max-width: 576px) {
  /* line 42, app/assets/stylesheets/index.scss */
  .info .info-content .card-info .content h3 b {
    padding: 5px;
  }
}

/* line 57, app/assets/stylesheets/index.scss */
.info .info-content .card-info .content p {
  max-width: 70%;
  margin: 0 auto;
  line-height: 1.8;
}

/* line 65, app/assets/stylesheets/index.scss */
.info .info-content .card-info--special {
  max-width: 30%;
  margin: 20px auto;
  background-color: #fff;
  text-align: center;
  padding: 1rem;
  border-radius: 8px;
  box-sizing: border-box;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@media (max-width: 1080px) {
  /* line 65, app/assets/stylesheets/index.scss */
  .info .info-content .card-info--special {
    max-width: 80%;
  }
}

@media (max-width: 576px) {
  /* line 65, app/assets/stylesheets/index.scss */
  .info .info-content .card-info--special {
    max-width: 100%;
  }
}

/* line 83, app/assets/stylesheets/index.scss */
.info .info-content .card-info--special:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* line 88, app/assets/stylesheets/index.scss */
.info .info-content .card-info--special .card-link {
  text-decoration: none;
  color: inherit;
  display: block;
  height: 100%;
}

/* line 95, app/assets/stylesheets/index.scss */
.info .info-content .card-info--special .image-text-container {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 1rem;
  margin: 0 auto;
}

/* line 102, app/assets/stylesheets/index.scss */
.info .info-content .card-info--special .image-text-container p {
  text-align: center;
  font-size: 3vh;
  color: #52659c;
  font-weight: bold;
  margin: 0;
}

/* line 110, app/assets/stylesheets/index.scss */
.info .info-content .card-info--special .image-text-container .phone-icon {
  width: 48px;
  height: 48px;
}

@media (max-width: 768px) {
  /* line 120, app/assets/stylesheets/index.scss */
  .info-content {
    flex-direction: column;
  }
  /* line 123, app/assets/stylesheets/index.scss */
  .info-content .card-info {
    max-width: 100%;
    padding: 10px;
  }
  /* line 128, app/assets/stylesheets/index.scss */
  .info-content .card-info--special {
    max-width: 100%;
    margin: 10px auto;
    padding: 10px;
  }
  /* line 135, app/assets/stylesheets/index.scss */
  .info-title h1 {
    font-size: 24px;
  }
  /* line 139, app/assets/stylesheets/index.scss */
  .image-text-container p {
    font-size: 2.5vh;
  }
}

/* line 145, app/assets/stylesheets/index.scss */
.home-article .title-ofb {
  padding: 1em;
  text-align: center;
}

/* line 150, app/assets/stylesheets/index.scss */
.home-article b {
  padding: 1rem;
  background-color: #f9c04e;
}

@media (max-width: 1080px) {
  /* line 150, app/assets/stylesheets/index.scss */
  .home-article b {
    padding: 5px;
  }
}

@media (max-width: 576px) {
  /* line 150, app/assets/stylesheets/index.scss */
  .home-article b {
    padding: 5px;
  }
}

@media (max-width: 576px) {
  /* line 166, app/assets/stylesheets/index.scss */
  .info-content .card-info {
    padding: 5px;
  }
  /* line 170, app/assets/stylesheets/index.scss */
  .info-content .card-info--special {
    padding: 5px;
  }
  /* line 175, app/assets/stylesheets/index.scss */
  .image-text-container p {
    font-size: 2vh;
  }
}

/* line 4, app/assets/stylesheets/login_form.scss */
#error_explanation {
  padding: 16px 24px;
}

/* line 7, app/assets/stylesheets/login_form.scss */
#error_explanation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 13, app/assets/stylesheets/login_form.scss */
#error_explanation li {
  color: #FD1015;
  margin-bottom: 8px;
}

/* line 18, app/assets/stylesheets/login_form.scss */
#error_explanation h2 {
  display: none;
}

/* line 23, app/assets/stylesheets/login_form.scss */
.form {
  margin: 50px;
}

/* line 26, app/assets/stylesheets/login_form.scss */
.form .field_with_errors {
  color: #721c24;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  border-radius: 4px;
  padding: 8px;
  margin-bottom: 10px;
}

/* line 34, app/assets/stylesheets/login_form.scss */
.form .field_with_errors label {
  font-weight: bold;
}

/* line 38, app/assets/stylesheets/login_form.scss */
.form .field_with_errors input[type="text"],
.form .field_with_errors input[type="email"],
.form .field_with_errors input[type="password"] {
  border: 1px solid #f5c6cb;
  border-radius: 4px;
  padding: 6px;
}

/* line 46, app/assets/stylesheets/login_form.scss */
.form .field_with_errors input[type="submit"] {
  background-color: #dc3545;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 10px 20px;
  cursor: pointer;
}

/* line 54, app/assets/stylesheets/login_form.scss */
.form .field_with_errors input[type="submit"]:hover {
  background-color: #c82333;
}

/* line 60, app/assets/stylesheets/login_form.scss */
.form .login_form {
  max-width: 400px;
  margin: 0 auto;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

/* line 69, app/assets/stylesheets/login_form.scss */
.form .login_form .form-control:focus {
  border-color: #007bff;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

/* line 76, app/assets/stylesheets/login_form.scss */
.form .login_form .devise-links {
  margin-top: 20px;
  text-align: center;
}

/* line 80, app/assets/stylesheets/login_form.scss */
.form .login_form .devise-links a {
  color: #007bff;
  text-decoration: none;
  margin: 0 10px;
  font-weight: bold;
  transition: color 0.3s;
}

/* line 87, app/assets/stylesheets/login_form.scss */
.form .login_form .devise-links a:hover {
  color: #0056b3;
}

/* line 93, app/assets/stylesheets/login_form.scss */
.form .login_form h2 {
  text-align: center;
  color: #333;
}

/* line 99, app/assets/stylesheets/login_form.scss */
.form .login_form form .field {
  margin-bottom: 20px;
}

/* line 102, app/assets/stylesheets/login_form.scss */
.form .login_form form .field label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #333;
}

/* line 109, app/assets/stylesheets/login_form.scss */
.form .login_form form .field input {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}

/* line 119, app/assets/stylesheets/login_form.scss */
.form .login_form form .actions {
  text-align: center;
  margin-top: 20px;
}

/* line 123, app/assets/stylesheets/login_form.scss */
.form .login_form form .actions input[type="submit"] {
  background-color: #007bff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  width: 75%;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  /* line 60, app/assets/stylesheets/login_form.scss */
  .form .login_form {
    max-width: 300px;
  }
  /* line 140, app/assets/stylesheets/login_form.scss */
  .form .login_form form .field input {
    font-size: 12px;
  }
  /* line 144, app/assets/stylesheets/login_form.scss */
  .form .login_form form .actions input[type="submit"] {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  /* line 60, app/assets/stylesheets/login_form.scss */
  .form .login_form {
    max-width: 250px;
  }
  /* line 154, app/assets/stylesheets/login_form.scss */
  .form .login_form form .field input {
    font-size: 10px;
  }
  /* line 158, app/assets/stylesheets/login_form.scss */
  .form .login_form form .actions input[type="submit"] {
    font-size: 12px;
  }
}

/* line 3, app/assets/stylesheets/about.scss */
.about-page {
  padding: 5vh;
}

/* line 5, app/assets/stylesheets/about.scss */
.about-page .button-contact, .about-page .button-coop {
  margin: 1rem;
  text-align: center;
  margin-bottom: 2vh;
}

/* line 11, app/assets/stylesheets/about.scss */
.about-page .about-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* line 16, app/assets/stylesheets/about.scss */
.about-page .about-section .about-block {
  width: 48%;
  margin-bottom: 20px;
  box-sizing: border-box;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  margin: 1rem;
}

@media screen and (max-width: 1080px) {
  /* line 16, app/assets/stylesheets/about.scss */
  .about-page .about-section .about-block {
    width: 45%;
  }
}

/* line 29, app/assets/stylesheets/about.scss */
.about-page .about-section .about-block b {
  padding: 0.3rem;
  background-color: #bfd1e1;
}

@media screen and (max-width: 768px) {
  /* line 16, app/assets/stylesheets/about.scss */
  .about-page .about-section .about-block {
    width: 100%;
    margin: 10px 0;
    padding: 15px;
  }
}

@media screen and (max-width: 480px) {
  /* line 16, app/assets/stylesheets/about.scss */
  .about-page .about-section .about-block {
    padding: 10px;
  }
  /* line 42, app/assets/stylesheets/about.scss */
  .about-page .about-section .about-block b {
    padding: 0.2rem;
  }
}

/* line 48, app/assets/stylesheets/about.scss */
.about-page .about-section h1, .about-page .about-section h2, .about-page .about-section p {
  margin-bottom: 10px;
}

/* line 54, app/assets/stylesheets/about.scss */
.about-page .x-container h3 {
  padding: 2em;
  text-align: center;
}

/* line 58, app/assets/stylesheets/about.scss */
.about-page .x-container h3 b {
  padding: 0.8rem;
  background-color: #bfd1e1;
}

@media screen and (max-width: 768px) {
  /* line 54, app/assets/stylesheets/about.scss */
  .about-page .x-container h3 {
    padding: 1em;
  }
}

@media screen and (max-width: 480px) {
  /* line 54, app/assets/stylesheets/about.scss */
  .about-page .x-container h3 {
    font-size: 1.2em;
    padding: 0.5em;
  }
}

/* line 73, app/assets/stylesheets/about.scss */
.about-page .x-container .x-widget {
  display: flex;
  justify-content: space-between;
  padding-bottom: 2em;
}

@media screen and (max-width: 768px) {
  /* line 73, app/assets/stylesheets/about.scss */
  .about-page .x-container .x-widget {
    flex-direction: column;
    align-items: center;
    padding-bottom: 1em;
  }
}

@media screen and (max-width: 480px) {
  /* line 73, app/assets/stylesheets/about.scss */
  .about-page .x-container .x-widget {
    padding-bottom: 0.5em;
  }
}

/* line 90, app/assets/stylesheets/about.scss */
.about-page .faq-block {
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  margin: 20px 0;
}

/* line 96, app/assets/stylesheets/about.scss */
.about-page .faq-block b {
  padding: 0.3rem;
  background-color: #bfd1e1;
}

/* line 101, app/assets/stylesheets/about.scss */
.about-page .faq-block h2 {
  font-size: 24px;
  margin-bottom: 15px;
}

@media screen and (max-width: 576px) {
  /* line 101, app/assets/stylesheets/about.scss */
  .about-page .faq-block h2 {
    font-size: 20px;
  }
}

/* line 110, app/assets/stylesheets/about.scss */
.about-page .faq-block .faq-item {
  border-radius: 8px;
  overflow: hidden;
  margin: 2em;
  cursor: pointer;
}

/* line 116, app/assets/stylesheets/about.scss */
.about-page .faq-block .faq-item .faq-question {
  background-color: #bfd1e1;
  padding: 10px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

/* line 122, app/assets/stylesheets/about.scss */
.about-page .faq-block .faq-item .faq-question:hover {
  color: white;
  background-color: #51649a;
}

@media screen and (max-width: 768px) {
  /* line 116, app/assets/stylesheets/about.scss */
  .about-page .faq-block .faq-item .faq-question {
    padding: 8px;
  }
}

/* line 132, app/assets/stylesheets/about.scss */
.about-page .faq-block .faq-item .faq-answer {
  padding: 15px;
  display: none;
  background-color: #ffffff;
  border-top: 1px solid #ddd;
}

@media screen and (max-width: 768px) {
  /* line 132, app/assets/stylesheets/about.scss */
  .about-page .faq-block .faq-item .faq-answer {
    padding: 12px;
  }
}

@media screen and (max-width: 576px) {
  /* line 132, app/assets/stylesheets/about.scss */
  .about-page .faq-block .faq-item .faq-answer {
    padding: 10px;
  }
}

@media screen and (max-width: 768px) {
  /* line 110, app/assets/stylesheets/about.scss */
  .about-page .faq-block .faq-item {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 576px) {
  /* line 110, app/assets/stylesheets/about.scss */
  .about-page .faq-block .faq-item {
    margin-bottom: 10px;
  }
}

/* line 3, app/assets/stylesheets/contact.scss */
.contact-section {
  padding: 20px;
  background-color: #fff;
}

/* line 7, app/assets/stylesheets/contact.scss */
.contact-section .title-block {
  text-align: center;
  margin-bottom: 30px;
}

/* line 11, app/assets/stylesheets/contact.scss */
.contact-section .title-block h1 {
  font-size: 2em;
  color: #333;
  margin: 0;
}

/* line 18, app/assets/stylesheets/contact.scss */
.contact-section .cards-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (min-width: 768px) {
  /* line 18, app/assets/stylesheets/contact.scss */
  .contact-section .cards-container {
    flex-direction: row;
    justify-content: space-between;
  }
}

/* line 28, app/assets/stylesheets/contact.scss */
.contact-section .cards-container .about-block, .contact-section .cards-container .contact-block {
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
  flex: 1;
}

/* line 36, app/assets/stylesheets/contact.scss */
.contact-section .cards-container .about-block:hover, .contact-section .cards-container .contact-block:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* line 41, app/assets/stylesheets/contact.scss */
.contact-section .cards-container .about-block h2, .contact-section .cards-container .contact-block h2 {
  font-size: 1.5em;
  margin-bottom: 15px;
  color: #51649a;
}

/* line 47, app/assets/stylesheets/contact.scss */
.contact-section .cards-container .about-block p, .contact-section .cards-container .contact-block p {
  color: #666;
  font-size: 1em;
  line-height: 1.5;
}

/* line 53, app/assets/stylesheets/contact.scss */
.contact-section .cards-container .about-block .phone-info, .contact-section .cards-container .contact-block .phone-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* line 60, app/assets/stylesheets/contact.scss */
.contact-section .cards-container .about-block .phone-icon, .contact-section .cards-container .contact-block .phone-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 8px;
}

/* line 66, app/assets/stylesheets/contact.scss */
.contact-section .cards-container .about-block .phone-number, .contact-section .cards-container .contact-block .phone-number {
  font-size: 1.2em;
  color: #333;
}

/* line 73, app/assets/stylesheets/contact.scss */
.contact-section .cards-container .contact-form .form-group {
  margin-bottom: 15px;
}

/* line 76, app/assets/stylesheets/contact.scss */
.contact-section .cards-container .contact-form .form-group .button-contact {
  text-align: center;
}

/* line 80, app/assets/stylesheets/contact.scss */
.contact-section .cards-container .contact-form .form-group .form-label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 86, app/assets/stylesheets/contact.scss */
.contact-section .cards-container .contact-form .form-group .form-control {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
}

/* line 93, app/assets/stylesheets/contact.scss */
.contact-section .cards-container .contact-form .form-group .form-control:focus {
  border-color: #007bff;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

/* line 101, app/assets/stylesheets/contact.scss */
.contact-section .cards-container .contact-form .btn {
  display: inline-block;
  padding: 10px 20px;
  font-size: 1em;
  color: #fff;
  background-color: #51649a;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  align-self: center;
}

/* line 113, app/assets/stylesheets/contact.scss */
.contact-section .cards-container .contact-form .btn:hover {
  background-color: #3a4b73;
}

@media (min-width: 1024px) {
  /* line 122, app/assets/stylesheets/contact.scss */
  .contact-section .cards-container .about-block, .contact-section .cards-container .contact-block {
    width: 48%;
  }
}

/* line 3, app/assets/stylesheets/article/form_article.scss */
.article-form .form-container {
  margin: auto;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #f9f9f9;
  margin-bottom: 2vh;
  margin-top: 2vh;
  border: none;
  width: 100%;
  max-width: 100% !important;
}

/* line 15, app/assets/stylesheets/article/form_article.scss */
.article-form .form-container img {
  max-height: 10rem;
  width: auto;
}

/* line 19, app/assets/stylesheets/article/form_article.scss */
.article-form .form-container form {
  margin: 0 auto;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 25px;
}

/* line 26, app/assets/stylesheets/article/form_article.scss */
.article-form .form-container form .checkbox-field {
  display: flex;
  justify-content: space-evenly;
}

/* line 32, app/assets/stylesheets/article/form_article.scss */
.article-form .form-container form .form-input,
.article-form .form-container form .form-control,
.article-form .form-container form .form-select {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  appearance: none;
  resize: vertical;
  overflow: hidden;
}

/* line 46, app/assets/stylesheets/article/form_article.scss */
.article-form .form-container form .form-control {
  resize: vertical;
  overflow: hidden;
}

/* line 51, app/assets/stylesheets/article/form_article.scss */
.article-form .form-container form .field {
  margin-bottom: 20px;
}

/* line 54, app/assets/stylesheets/article/form_article.scss */
.article-form .form-container form .field label {
  font-weight: bold;
}

/* line 58, app/assets/stylesheets/article/form_article.scss */
.article-form .form-container form .field input[type="text"],
.article-form .form-container form .field textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
}

/* line 68, app/assets/stylesheets/article/form_article.scss */
.article-form .form-container form .file-upload-wrapper {
  position: relative;
}

/* line 72, app/assets/stylesheets/article/form_article.scss */
.article-form .form-container form .file-upload-label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  padding: 0.75rem 1rem;
  border: 2px dashed #cbd5e0;
  border-radius: 0.5rem;
  transition: border-color 0.3s ease;
  margin-bottom: 20px;
  width: 93%;
}

/* line 84, app/assets/stylesheets/article/form_article.scss */
.article-form .form-container form .file-upload-label:hover {
  border-color: #a0aec0;
}

/* line 89, app/assets/stylesheets/article/form_article.scss */
.article-form .form-container form .file-upload-icon img {
  width: 48px;
  height: 48px;
}

/* line 94, app/assets/stylesheets/article/form_article.scss */
.article-form .form-container form .file-upload-text {
  font-size: 1rem;
}

/* line 98, app/assets/stylesheets/article/form_article.scss */
.article-form .form-container form .file-upload-title {
  font-weight: 600;
}

/* line 102, app/assets/stylesheets/article/form_article.scss */
.article-form .form-container form .file-upload-info {
  font-size: 0.875rem;
  color: #4a5568;
}

/* line 107, app/assets/stylesheets/article/form_article.scss */
.article-form .form-container form .file-input {
  display: none;
}

/* line 111, app/assets/stylesheets/article/form_article.scss */
.article-form .form-container form .actions {
  text-align: center;
}

/* line 114, app/assets/stylesheets/article/form_article.scss */
.article-form .form-container form .actions input[type="submit"] {
  padding: 10px 20px;
  background-color: #282c37;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

/* line 122, app/assets/stylesheets/article/form_article.scss */
.article-form .form-container form .actions input[type="submit"]:hover {
  background-color: #51649b;
}

/* line 131, app/assets/stylesheets/article/form_article.scss */
.form-grid {
  display: grid;
  grid-template-columns: 75% auto;
  gap: 5rem;
  padding: 5rem;
}

/* line 136, app/assets/stylesheets/article/form_article.scss */
.form-grid .form-content {
  grid-column: 1;
  grid-row: 1;
  width: 100ch;
  margin: auto;
}

/* line 142, app/assets/stylesheets/article/form_article.scss */
.form-grid .sidebar_anchor {
  grid-row: 1;
  grid-column: 2;
  height: 100%;
}

/* line 147, app/assets/stylesheets/article/form_article.scss */
.form-grid .sidebar_anchor .sidebar {
  background: white;
  border: 1px solid gray;
  padding: 1rem;
  position: sticky;
  right: 1rem;
  top: 1rem;
}

/* line 157, app/assets/stylesheets/article/form_article.scss */
.form-grid .form_content {
  padding: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* line 164, app/assets/stylesheets/article/form_article.scss */
.form-grid .form_content .field {
  margin-bottom: 20px;
}

/* line 167, app/assets/stylesheets/article/form_article.scss */
.form-grid .form_content .field label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 14px;
  color: #333;
}

/* line 175, app/assets/stylesheets/article/form_article.scss */
.form-grid .form_content .field input[type="text"],
.form-grid .form_content .field textarea,
.form-grid .form_content .field .form-control {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: border-color 0.2s;
  background-color: #f9f9f9;
}

/* line 186, app/assets/stylesheets/article/form_article.scss */
.form-grid .form_content .field input[type="text"]:focus,
.form-grid .form_content .field textarea:focus,
.form-grid .form_content .field .form-control:focus {
  border-color: #007bff;
  outline: none;
}

/* line 192, app/assets/stylesheets/article/form_article.scss */
.form-grid .form_content .field textarea {
  resize: vertical;
}

/* line 197, app/assets/stylesheets/article/form_article.scss */
.form-grid .form_content .file-upload-icon img {
  margin-bottom: 10px;
}

/* line 201, app/assets/stylesheets/article/form_article.scss */
.form-grid .form_content .file-upload-title {
  font-size: 14px;
  color: #666;
}

/* line 206, app/assets/stylesheets/article/form_article.scss */
.form-grid .form_content .file-input {
  display: none;
}

/* line 211, app/assets/stylesheets/article/form_article.scss */
.form-grid .form_content .image-preview-container {
  margin: 20px 0;
  text-align: center;
}

/* line 215, app/assets/stylesheets/article/form_article.scss */
.form-grid .form_content .image-preview-container img {
  max-width: 100%;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* line 224, app/assets/stylesheets/article/form_article.scss */
.form-grid .form_content #sub_sections .form_sub_section {
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 8px;
}

/* line 229, app/assets/stylesheets/article/form_article.scss */
.form-grid .form_content #sub_sections .form_sub_section:last-child {
  margin-bottom: 0;
}

/* line 235, app/assets/stylesheets/article/form_article.scss */
.form-grid .form_content hr {
  margin: 30px 0;
  border: none;
  border-top: 1px solid #ddd;
}

/* line 241, app/assets/stylesheets/article/form_article.scss */
.form-grid .form_content .form-group-inline {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* line 246, app/assets/stylesheets/article/form_article.scss */
.form-grid .form_content .form-group-inline .form-label {
  font-size: 14px;
  font-weight: bold;
}

/* line 251, app/assets/stylesheets/article/form_article.scss */
.form-grid .form_content .form-group-inline .form-checkbox {
  transform: scale(1.2);
  cursor: pointer;
}

/* line 261, app/assets/stylesheets/article/form_article.scss */
.add-translation-button.add-section-button {
  margin-top: 1rem;
  display: block;
  margin: 1rem auto auto auto;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #4CAF50;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* line 275, app/assets/stylesheets/article/form_article.scss */
.add-translation-button.add-section-button:hover {
  background-color: #45a049;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* line 280, app/assets/stylesheets/article/form_article.scss */
.add-translation-button.add-section-button:active {
  transform: scale(0.98);
}

/* line 284, app/assets/stylesheets/article/form_article.scss */
.add-translation-button.add-section-button:focus {
  outline: 2px solid #88e085;
  outline-offset: 2px;
}

/* line 289, app/assets/stylesheets/article/form_article.scss */
.add-translation-button.add-section-button h1 {
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  /* line 298, app/assets/stylesheets/article/form_article.scss */
  form {
    max-width: 300px;
  }
}

@media screen and (max-width: 480px) {
  /* line 304, app/assets/stylesheets/article/form_article.scss */
  form {
    max-width: 250px;
  }
}

/* line 309, app/assets/stylesheets/article/form_article.scss */
.languages-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 2vh;
  /* Style pour les émojis sélectionnés */
}

/* line 316, app/assets/stylesheets/article/form_article.scss */
.languages-buttons .fr-buttons, .languages-buttons .en-buttons, .languages-buttons .ar-buttons {
  display: flex;
  align-items: center;
}

/* line 321, app/assets/stylesheets/article/form_article.scss */
.languages-buttons label.language-button {
  font-size: 2rem;
  cursor: pointer;
  padding: 10px;
  border-radius: 5px;
}

/* line 327, app/assets/stylesheets/article/form_article.scss */
.languages-buttons label.language-button:hover {
  background-color: #f0f0f0;
}

/* line 333, app/assets/stylesheets/article/form_article.scss */
.languages-buttons .hidden-radio:checked ~ label.language-button {
  background-color: #9baec8;
  color: white;
  border: 2px solid #ccc;
}

/* line 339, app/assets/stylesheets/article/form_article.scss */
.languages-buttons .hidden-radio {
  display: none;
}

/* line 344, app/assets/stylesheets/article/form_article.scss */
.chose_section_type {
  display: none;
}

/* line 348, app/assets/stylesheets/article/form_article.scss */
.chose_section_type.visible {
  display: block;
}

/* line 352, app/assets/stylesheets/article/form_article.scss */
.btn_list {
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
  gap: 20px;
}

/* line 358, app/assets/stylesheets/article/form_article.scss */
.btn_list .btn {
  display: inline-block;
  padding: 14px 28px;
  background-color: #9baec8;
  color: white;
  border-radius: 12px;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
  position: relative;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* line 373, app/assets/stylesheets/article/form_article.scss */
.btn_list .btn:hover {
  background-color: #404854;
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* line 379, app/assets/stylesheets/article/form_article.scss */
.btn_list .btn:active {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* line 384, app/assets/stylesheets/article/form_article.scss */
.btn_list .btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #ffffff40, #ffffff10);
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: inherit;
}

/* line 397, app/assets/stylesheets/article/form_article.scss */
.btn_list .btn:hover::before {
  opacity: 1;
}

/* line 403, app/assets/stylesheets/article/form_article.scss */
.cancel_btn {
  color: #e74c3c;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
}

/* line 410, app/assets/stylesheets/article/form_article.scss */
.cancel_btn:hover {
  color: #c0392b;
  text-shadow: 0 0 10px rgba(231, 76, 60, 0.5);
}

/* line 417, app/assets/stylesheets/article/form_article.scss */
.form_sub_section {
  position: relative;
  margin-bottom: 1rem;
}

/* line 422, app/assets/stylesheets/article/form_article.scss */
.close_form_sub_section {
  position: absolute;
  top: -17px;
  right: 10px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  cursor: pointer;
  transition: transform 0.3s ease;
}

/* line 435, app/assets/stylesheets/article/form_article.scss */
.close_form_sub_section:hover {
  transform: scale(1.1);
}

/* line 439, app/assets/stylesheets/article/form_article.scss */
.close_form_sub_section:active {
  transform: scale(0.95);
}

/* line 445, app/assets/stylesheets/article/form_article.scss */
.form_sub_section.visible .close_form_sub_section {
  display: block;
}

/* line 5, app/assets/stylesheets/article/cards_articles.scss */
.list-article {
  margin: 2vh;
}

/* line 10, app/assets/stylesheets/article/cards_articles.scss */
.cards-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* line 15, app/assets/stylesheets/article/cards_articles.scss */
.cards-container .card-link {
  text-decoration: none !important;
  width: calc(33.38% - 20px);
  margin: 0 10px 20px 0;
  color: #282c37;
}

@media (max-width: 1080px) {
  /* line 15, app/assets/stylesheets/article/cards_articles.scss */
  .cards-container .card-link {
    width: calc(50% - 20px);
  }
}

@media (max-width: 480px) {
  /* line 15, app/assets/stylesheets/article/cards_articles.scss */
  .cards-container .card-link {
    width: 100% !important;
  }
}

/* line 30, app/assets/stylesheets/article/cards_articles.scss */
.cards-container .card-product {
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin: 20px;
  height: auto;
  transition: transform 0.3s ease;
  overflow: hidden;
}

/* line 40, app/assets/stylesheets/article/cards_articles.scss */
.cards-container .card-product .created-at {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 14px;
  color: #c0c0c0;
  margin: 11px;
  padding: 2px;
}

/* line 50, app/assets/stylesheets/article/cards_articles.scss */
.cards-container .card-product .article-category {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 14px;
  color: black;
  margin: 11px;
  padding: 2px;
  background-color: #f9c04e;
  border-radius: 8%;
}

/* line 62, app/assets/stylesheets/article/cards_articles.scss */
.cards-container .card-product:hover {
  transform: scale(1.05);
}

/* line 66, app/assets/stylesheets/article/cards_articles.scss */
.cards-container .card-product .card-product-infos {
  padding: 35px;
}

/* line 69, app/assets/stylesheets/article/cards_articles.scss */
.cards-container .card-product .card-product-infos h2 {
  font-size: 18px;
  margin-bottom: 10px;
}

/* line 74, app/assets/stylesheets/article/cards_articles.scss */
.cards-container .card-product .card-product-infos p {
  font-size: 14px;
  margin-bottom: 0;
}

/* line 80, app/assets/stylesheets/article/cards_articles.scss */
.cards-container .card-product figure {
  margin: 0;
  padding: 0;
  height: 40%;
  overflow: hidden;
  position: relative;
}

/* line 88, app/assets/stylesheets/article/cards_articles.scss */
.cards-container .card-product img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 300px;
}

@media screen and (max-width: 768px) {
  /* line 98, app/assets/stylesheets/article/cards_articles.scss */
  .cards-container .cards-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
  }
}

@media screen and (max-width: 480px) {
  /* line 106, app/assets/stylesheets/article/cards_articles.scss */
  .cards-container .cards-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
  }
}

/* line 114, app/assets/stylesheets/article/cards_articles.scss */
.articles_page .card-link {
  width: calc(50.38% - 20px);
}

@media (max-width: 1080px) {
  /* line 114, app/assets/stylesheets/article/cards_articles.scss */
  .articles_page .card-link {
    width: 100%;
  }
}

/* line 124, app/assets/stylesheets/article/cards_articles.scss */
#security-analyses {
  padding: 20px;
}

/* line 129, app/assets/stylesheets/article/cards_articles.scss */
.articles-index {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  /* line 129, app/assets/stylesheets/article/cards_articles.scss */
  .articles-index {
    flex-direction: column;
  }
}

/* line 137, app/assets/stylesheets/article/cards_articles.scss */
.articles-index .category-section {
  width: 48%;
}

@media screen and (max-width: 768px) {
  /* line 137, app/assets/stylesheets/article/cards_articles.scss */
  .articles-index .category-section {
    width: 100%;
    margin-bottom: 20px;
  }
}

/* line 1, app/assets/stylesheets/article/show_article.scss */
.article-details {
  margin: 20px auto;
  max-width: 1000px;
  font-family: Arial, sans-serif;
}

/* line 5, app/assets/stylesheets/article/show_article.scss */
.article-details.rtl {
  direction: rtl;
  text-align: right;
}

/* line 10, app/assets/stylesheets/article/show_article.scss */
.article-details #article-image-background {
  position: relative;
  height: 500px;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
}

/* line 17, app/assets/stylesheets/article/show_article.scss */
.article-details #article-image-background[data-background-url] {
  background-image: url(/attr(data-background-url));
}

/* line 21, app/assets/stylesheets/article/show_article.scss */
.article-details #article-image-background .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 30, app/assets/stylesheets/article/show_article.scss */
.article-details .article-content {
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* line 37, app/assets/stylesheets/article/show_article.scss */
.article-details .article-content .tag-category a {
  margin: 11px;
  margin-bottom: 11px;
  padding: 2.5px;
  width: auto;
  border-radius: 8%;
  background-color: #282c37;
  font-size: 14px;
  color: #f8f8f8;
  text-decoration: none;
}

/* line 47, app/assets/stylesheets/article/show_article.scss */
.article-details .article-content .tag-category a:hover, .article-details .article-content .tag-category a:focus {
  filter: brightness(120%);
}

/* line 53, app/assets/stylesheets/article/show_article.scss */
.article-details .article-content .field {
  margin-bottom: 15px;
}

/* line 57, app/assets/stylesheets/article/show_article.scss */
.article-details .article-content h1 {
  font-size: 24px;
  color: #333;
}

/* line 62, app/assets/stylesheets/article/show_article.scss */
.article-details .article-content p {
  font-size: 16px;
  line-height: 1.5;
  color: #555;
  text-align: justify;
}

/* line 69, app/assets/stylesheets/article/show_article.scss */
.article-details .article-content .translation {
  margin-top: 20px;
}

/* line 73, app/assets/stylesheets/article/show_article.scss */
.article-details .article-content .sub-article {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #d6d6d6;
}

/* line 79, app/assets/stylesheets/article/show_article.scss */
.article-details .article-content .sub-article:nth-child(odd) .media-image {
  float: left;
}

/* line 83, app/assets/stylesheets/article/show_article.scss */
.article-details .article-content .sub-article:nth-child(even) .media-image {
  float: right;
}

/* line 87, app/assets/stylesheets/article/show_article.scss */
.article-details .article-content .sub-article .sub-translation {
  margin-bottom: 20px;
}

/* line 90, app/assets/stylesheets/article/show_article.scss */
.article-details .article-content .sub-article .sub-translation .title {
  margin-bottom: 1rem;
}

/* line 93, app/assets/stylesheets/article/show_article.scss */
.article-details .article-content .sub-article .sub-translation .title h2 {
  font-size: 20px;
  color: #333;
}

/* line 99, app/assets/stylesheets/article/show_article.scss */
.article-details .article-content .sub-article .sub-translation .content {
  display: flex;
  align-items: flex-start;
}

/* line 103, app/assets/stylesheets/article/show_article.scss */
.article-details .article-content .sub-article .sub-translation .content .media-image {
  max-width: 40%;
  height: auto;
  margin: 0 15px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* line 111, app/assets/stylesheets/article/show_article.scss */
.article-details .article-content .sub-article .sub-translation .content .paragraph {
  flex: 1;
}

/* line 113, app/assets/stylesheets/article/show_article.scss */
.article-details .article-content .sub-article .sub-translation .content .paragraph p {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
}

/* line 121, app/assets/stylesheets/article/show_article.scss */
.article-details .article-content .sub-article .sub-translation.left-layout .media-image {
  order: 1;
  /* Image à gauche */
}

/* line 125, app/assets/stylesheets/article/show_article.scss */
.article-details .article-content .sub-article .sub-translation.left-layout .paragraph {
  order: 2;
  /* Texte à droite */
}

/* line 129, app/assets/stylesheets/article/show_article.scss */
.article-details .article-content .sub-article .sub-translation.right-layout .media-image {
  order: 2;
  /* Image à droite */
}

/* line 133, app/assets/stylesheets/article/show_article.scss */
.article-details .article-content .sub-article .sub-translation.right-layout .paragraph {
  order: 1;
  /* Texte à gauche */
}

/* line 139, app/assets/stylesheets/article/show_article.scss */
.article-details .article-content hr {
  border: 0;
  border-top: 1px solid #ddd;
  margin: 20px 0;
}

/* Responsive design */
@media (max-width: 768px) {
  /* line 149, app/assets/stylesheets/article/show_article.scss */
  .article-details .article-content .sub-article .sub-translation .content {
    flex-direction: column;
  }
  /* line 152, app/assets/stylesheets/article/show_article.scss */
  .article-details .article-content .sub-article .sub-translation .content .media-image,
.article-details .article-content .sub-article .sub-translation .content .paragraph {
    order: 0;
    margin: 10px 0;
  }
  /* line 158, app/assets/stylesheets/article/show_article.scss */
  .article-details .article-content .sub-article .sub-translation .content .media-image {
    max-width: 100%;
  }
}

/* line 1, app/assets/stylesheets/article/admin_index.scss */
.article-list-container {
  padding: 2vh;
}

/* line 3, app/assets/stylesheets/article/admin_index.scss */
.article-list-container .table-container {
  overflow-x: auto;
}

/* line 7, app/assets/stylesheets/article/admin_index.scss */
.article-list-container .articles-table, .article-list-container .translations-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

/* line 12, app/assets/stylesheets/article/admin_index.scss */
.article-list-container .articles-table th, .article-list-container .articles-table td, .article-list-container .translations-table th, .article-list-container .translations-table td {
  border: 1px solid #ddd;
  padding: 8px;
  word-wrap: break-word;
}

/* line 18, app/assets/stylesheets/article/admin_index.scss */
.article-list-container .articles-table th, .article-list-container .translations-table th {
  background-color: #f4f4f4;
  text-align: left;
}

/* line 23, app/assets/stylesheets/article/admin_index.scss */
.article-list-container .articles-table td, .article-list-container .translations-table td {
  text-align: center;
}

/* line 27, app/assets/stylesheets/article/admin_index.scss */
.article-list-container .articles-table .description-column, .article-list-container .translations-table .description-column {
  width: 45%;
  white-space: normal;
}

/* line 32, app/assets/stylesheets/article/admin_index.scss */
.article-list-container .articles-table .actions-column, .article-list-container .articles-table .validation-column, .article-list-container .translations-table .actions-column, .article-list-container .translations-table .validation-column {
  width: 100px;
  text-align: center;
}

/* line 37, app/assets/stylesheets/article/admin_index.scss */
.article-list-container .articles-table .article-action-column, .article-list-container .translations-table .article-action-column {
  width: 80px;
  text-align: center;
}

/* line 43, app/assets/stylesheets/article/admin_index.scss */
.article-list-container .btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: background-color 0.15s ease-in-out;
  text-decoration: none;
}

/* line 62, app/assets/stylesheets/article/admin_index.scss */
.article-list-container .btn.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 67, app/assets/stylesheets/article/admin_index.scss */
.article-list-container .btn.btn-primary:hover {
  background-color: #0056b3;
  border-color: #004085;
}

/* line 73, app/assets/stylesheets/article/admin_index.scss */
.article-list-container .btn.btn-edit {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 78, app/assets/stylesheets/article/admin_index.scss */
.article-list-container .btn.btn-edit:hover {
  background-color: #e0a800;
  border-color: #d39e00;
}

/* line 84, app/assets/stylesheets/article/admin_index.scss */
.article-list-container .btn.btn-add {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 89, app/assets/stylesheets/article/admin_index.scss */
.article-list-container .btn.btn-add:hover {
  background-color: #218838;
  border-color: #1e7e34;
}

/* line 95, app/assets/stylesheets/article/admin_index.scss */
.article-list-container .btn.btn-validate {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 100, app/assets/stylesheets/article/admin_index.scss */
.article-list-container .btn.btn-validate:hover {
  background-color: #218838;
  border-color: #1e7e34;
}

/* line 106, app/assets/stylesheets/article/admin_index.scss */
.article-list-container .btn.btn-unvalidate {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 111, app/assets/stylesheets/article/admin_index.scss */
.article-list-container .btn.btn-unvalidate:hover {
  background-color: #c82333;
  border-color: #bd2130;
}

@media (max-width: 768px) {
  /* line 119, app/assets/stylesheets/article/admin_index.scss */
  .article-list-container .articles-table th, .article-list-container .articles-table td,
.article-list-container .translations-table th, .article-list-container .translations-table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  /* line 126, app/assets/stylesheets/article/admin_index.scss */
  .article-list-container .translations-table {
    margin-bottom: 20px;
  }
  /* line 130, app/assets/stylesheets/article/admin_index.scss */
  .article-list-container .translations-table th, .article-list-container .translations-table td {
    border: none;
  }
}

/* line 1, app/assets/stylesheets/article/article.scss */
.article-pres {
  padding: 20px;
  margin: 20px auto;
  max-width: 90%;
  text-align: center;
}

/* line 8, app/assets/stylesheets/article/article.scss */
.article-pres .title-article h1 {
  color: #333;
  font-size: 2em;
  margin-bottom: 2em;
}

/* line 13, app/assets/stylesheets/article/article.scss */
.article-pres .title-article h1 b {
  padding: 10px;
  background-color: #bfd1e1;
}

@media (max-width: 480px) {
  /* line 13, app/assets/stylesheets/article/article.scss */
  .article-pres .title-article h1 b {
    padding: 5px;
  }
}

/* line 25, app/assets/stylesheets/article/article.scss */
.article-pres .devicer {
  width: 90%;
  display: block;
  height: 5px;
  background-color: #52659c;
  margin: 60px auto 0;
}

/* line 33, app/assets/stylesheets/article/article.scss */
.article-pres h3 {
  font-size: 1.5em;
}

/* line 37, app/assets/stylesheets/article/article.scss */
.article-pres p {
  cursor: pointer;
  color: #666;
  font-size: 1em;
  line-height: 1.6;
}

/* line 1, app/assets/stylesheets/article/dl_progress.scss */
#image-preview-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-bottom: 10px;
}

/* line 8, app/assets/stylesheets/article/dl_progress.scss */
#image-preview-container .image-wrapper {
  position: relative;
  text-align: center;
  margin-bottom: 15px;
}

/* line 13, app/assets/stylesheets/article/dl_progress.scss */
#image-preview-container .image-wrapper .progress-marker {
  display: block;
  font-size: 12px;
  margin-top: 5px;
}

/* line 19, app/assets/stylesheets/article/dl_progress.scss */
#image-preview-container .image-wrapper .image-preview {
  border-radius: 4px;
}

/* line 23, app/assets/stylesheets/article/dl_progress.scss */
#image-preview-container .image-wrapper .delete-button {
  position: absolute;
  top: 5px;
  right: 5px;
  background: #ff4d4d;
  color: white;
  border: none;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 42, app/assets/stylesheets/article/dl_progress.scss */
#image-preview-container .image-wrapper .delete-button:hover {
  background: #e60000;
}

/* line 1, app/assets/stylesheets/article/search.scss */
.search-view {
  padding: 8rem;
}

/* line 1, app/assets/stylesheets/event/_events.scss */
.event-list-container {
  padding: 4vh;
  margin: 0 auto;
}

/* line 5, app/assets/stylesheets/event/_events.scss */
.event-list-container h1 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #333;
}

/* line 11, app/assets/stylesheets/event/_events.scss */
.event-list-container .date-filters {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

/* line 18, app/assets/stylesheets/event/_events.scss */
.event-list-container .date-filters .filter-group {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 500px;
  margin-bottom: 10px;
}

/* line 25, app/assets/stylesheets/event/_events.scss */
.event-list-container .date-filters .filter-group label {
  margin-bottom: 5px;
  font-weight: bold;
  color: #555;
}

/* line 31, app/assets/stylesheets/event/_events.scss */
.event-list-container .date-filters .filter-group .form-control {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
  width: 100%;
}

/* line 40, app/assets/stylesheets/event/_events.scss */
.event-list-container .date-filters .filter-button {
  width: 100%;
  max-width: 500px;
}

/* line 44, app/assets/stylesheets/event/_events.scss */
.event-list-container .date-filters .filter-button .btn {
  display: block;
  padding: 10px;
  text-align: center;
  font-size: 1rem;
  margin: 0 auto;
  width: 12vh;
}

/* line 55, app/assets/stylesheets/event/_events.scss */
.event-list-container .table-container {
  overflow-x: auto;
  margin-top: 20px;
}

/* line 60, app/assets/stylesheets/event/_events.scss */
.event-list-container .events-table, .event-list-container .translations-table {
  width: 100%;
  border-collapse: collapse;
}

/* line 64, app/assets/stylesheets/event/_events.scss */
.event-list-container .events-table th, .event-list-container .events-table td, .event-list-container .translations-table th, .event-list-container .translations-table td {
  border: 1px solid #ddd;
  padding: 8px;
}

/* line 69, app/assets/stylesheets/event/_events.scss */
.event-list-container .events-table th, .event-list-container .translations-table th {
  background-color: #f4f4f4;
  text-align: left;
}

/* line 74, app/assets/stylesheets/event/_events.scss */
.event-list-container .events-table td, .event-list-container .translations-table td {
  text-align: center;
}

/* line 78, app/assets/stylesheets/event/_events.scss */
.event-list-container .events-table .description-column, .event-list-container .translations-table .description-column {
  width: 45%;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 84, app/assets/stylesheets/event/_events.scss */
.event-list-container .events-table .actions-column, .event-list-container .events-table .validation-column, .event-list-container .translations-table .actions-column, .event-list-container .translations-table .validation-column {
  width: 100px;
  text-align: center;
}

/* line 89, app/assets/stylesheets/event/_events.scss */
.event-list-container .events-table .event-action-column, .event-list-container .translations-table .event-action-column {
  width: 80px;
  text-align: center;
}

/* line 95, app/assets/stylesheets/event/_events.scss */
.event-list-container .btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: background-color 0.15s ease-in-out;
  text-decoration: none;
}

/* line 113, app/assets/stylesheets/event/_events.scss */
.event-list-container .btn.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 118, app/assets/stylesheets/event/_events.scss */
.event-list-container .btn.btn-primary:hover {
  background-color: #0056b3;
  border-color: #004085;
}

/* line 124, app/assets/stylesheets/event/_events.scss */
.event-list-container .btn.btn-edit {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 129, app/assets/stylesheets/event/_events.scss */
.event-list-container .btn.btn-edit:hover {
  background-color: #e0a800;
  border-color: #d39e00;
}

/* line 135, app/assets/stylesheets/event/_events.scss */
.event-list-container .btn.btn-delete {
  background-color: #dc3545;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s ease;
  margin-top: 2vh;
}

/* line 145, app/assets/stylesheets/event/_events.scss */
.event-list-container .btn.btn-delete:hover {
  background-color: #c82333;
}

/* line 150, app/assets/stylesheets/event/_events.scss */
.event-list-container .btn.btn-add {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 155, app/assets/stylesheets/event/_events.scss */
.event-list-container .btn.btn-add:hover {
  background-color: #218838;
  border-color: #1e7e34;
}

/* line 161, app/assets/stylesheets/event/_events.scss */
.event-list-container .btn.btn-validate {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 166, app/assets/stylesheets/event/_events.scss */
.event-list-container .btn.btn-validate:hover {
  background-color: #218838;
  border-color: #1e7e34;
}

/* line 172, app/assets/stylesheets/event/_events.scss */
.event-list-container .btn.btn-unvalidate {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 177, app/assets/stylesheets/event/_events.scss */
.event-list-container .btn.btn-unvalidate:hover {
  background-color: #c82333;
  border-color: #bd2130;
}

@media (max-width: 768px) {
  /* line 186, app/assets/stylesheets/event/_events.scss */
  .event-list-container .events-table, .event-list-container .translations-table {
    display: block;
    width: 100%;
  }
  /* line 191, app/assets/stylesheets/event/_events.scss */
  .event-list-container .events-table th, .event-list-container .events-table td,
.event-list-container .translations-table th, .event-list-container .translations-table td {
    display: block;
    width: 100%;
  }
  /* line 197, app/assets/stylesheets/event/_events.scss */
  .event-list-container .translations-table {
    margin-bottom: 20px;
  }
  /* line 201, app/assets/stylesheets/event/_events.scss */
  .event-list-container .translations-table th, .event-list-container .translations-table td {
    border: none;
  }
}

/* line 2, app/assets/stylesheets/event/edit_translation.scss */
.event_form .form-container {
  max-width: 600px;
  margin: auto;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #f9f9f9;
  margin-bottom: 2vh;
  margin-top: 2vh;
}

/* line 12, app/assets/stylesheets/event/edit_translation.scss */
.event_form .form-container h1 {
  text-align: center;
  margin-bottom: 20px;
}

/* line 17, app/assets/stylesheets/event/edit_translation.scss */
.event_form .form-container .form-group {
  margin-bottom: 20px;
}

/* line 20, app/assets/stylesheets/event/edit_translation.scss */
.event_form .form-container .form-group .form-label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

/* line 26, app/assets/stylesheets/event/edit_translation.scss */
.event_form .form-container .form-group .form-input, .event_form .form-container .form-group .form-select {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  appearance: none;
  resize: vertical;
  overflow: hidden;
}

/* line 38, app/assets/stylesheets/event/edit_translation.scss */
.event_form .form-container .form-group .form-select {
  padding-right: 2em;
  background-image: url('data:image/svg+xml;utf8,<svg fill="none" height="24" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><polyline points="6 9 12 15 18 9"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 1em;
}

/* line 46, app/assets/stylesheets/event/edit_translation.scss */
.event_form .form-container .form-group .form {
  display: flex;
  align-items: center;
}

/* line 50, app/assets/stylesheets/event/edit_translation.scss */
.event_form .form-container .form-group .form .form-input {
  width: auto;
  margin-right: 10px;
}

/* line 56, app/assets/stylesheets/event/edit_translation.scss */
.event_form .form-container .form-group .form-submit {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  background-color: #4caf50;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* line 66, app/assets/stylesheets/event/edit_translation.scss */
.event_form .form-container .form-group .form-submit:hover {
  background-color: #45a049;
}

/* line 71, app/assets/stylesheets/event/edit_translation.scss */
.event_form .form-container .form-group .error-message {
  color: red;
  font-size: 14px;
  margin-top: 5px;
}

/* line 78, app/assets/stylesheets/event/edit_translation.scss */
.event_form .form-container .form-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-weight: bold;
  margin: 2vh;
}

/* line 86, app/assets/stylesheets/event/edit_translation.scss */
.event_form .form-container .form-group-inline {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* line 92, app/assets/stylesheets/event/edit_translation.scss */
.event_form .form-container .submit-group {
  text-align: center;
}

/* line 2, app/assets/stylesheets/event/new_translation.scss */
.event_form .form-container {
  max-width: 600px;
  margin: auto;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #f9f9f9;
}

/* line 10, app/assets/stylesheets/event/new_translation.scss */
.event_form .form-container .form-group {
  margin-bottom: 20px;
}

/* line 13, app/assets/stylesheets/event/new_translation.scss */
.event_form .form-container .form-group .form-label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

/* line 19, app/assets/stylesheets/event/new_translation.scss */
.event_form .form-container .form-group .form-input {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-top: 5px;
}

/* line 28, app/assets/stylesheets/event/new_translation.scss */
.event_form .form-container .form-group .form-submit {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  background-color: #4caf50;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
}

/* line 39, app/assets/stylesheets/event/new_translation.scss */
.event_form .form-container .form-group .form-submit:hover {
  background-color: #45a049;
}

/* line 44, app/assets/stylesheets/event/new_translation.scss */
.event_form .form-container .form-group .error-message {
  color: red;
  font-size: 14px;
  margin-top: 5px;
}

/* line 2, app/assets/stylesheets/event/edit.scss */
.event_form .form-container {
  max-width: 600px;
  margin: auto;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #f9f9f9;
  margin-bottom: 2vh;
  margin-top: 2vh;
}

/* line 12, app/assets/stylesheets/event/edit.scss */
.event_form .form-container .form-group {
  margin-bottom: 20px;
}

/* line 15, app/assets/stylesheets/event/edit.scss */
.event_form .form-container .form-group .form-label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

/* line 21, app/assets/stylesheets/event/edit.scss */
.event_form .form-container .form-group .form-input, .event_form .form-container .form-group .form-select {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  appearance: none;
}

/* line 31, app/assets/stylesheets/event/edit.scss */
.event_form .form-container .form-group .form-select {
  padding-right: 2em;
  background-image: url('data:image/svg+xml;utf8,<svg fill="none" height="24" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><polyline points="6 9 12 15 18 9"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 1em;
}

/* line 39, app/assets/stylesheets/event/edit.scss */
.event_form .form-container .form-group .form {
  display: flex;
  align-items: center;
}

/* line 43, app/assets/stylesheets/event/edit.scss */
.event_form .form-container .form-group .form .form-input {
  width: auto;
  margin-right: 10px;
}

/* line 49, app/assets/stylesheets/event/edit.scss */
.event_form .form-container .form-group .form-submit {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  background-color: #4caf50;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* line 59, app/assets/stylesheets/event/edit.scss */
.event_form .form-container .form-group .form-submit:hover {
  background-color: #45a049;
}

/* line 64, app/assets/stylesheets/event/edit.scss */
.event_form .form-container .form-group .error-message {
  color: red;
  font-size: 14px;
  margin-top: 5px;
}

/* line 2, app/assets/stylesheets/event/new.scss */
.event_form .form-container {
  max-width: 25%;
  margin: auto;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 5vh;
  margin-top: 2vh;
  transition: all 0.3s ease;
}

/* line 12, app/assets/stylesheets/event/new.scss */
.event_form .form-container h1 {
  text-align: center;
  margin-bottom: 20px;
}

/* line 17, app/assets/stylesheets/event/new.scss */
.event_form .form-container .field {
  margin-bottom: 20px;
  font-weight: bold;
}

/* line 20, app/assets/stylesheets/event/new.scss */
.event_form .form-container .field .form-label {
  display: block;
  margin-bottom: 5px;
}

/* line 25, app/assets/stylesheets/event/new.scss */
.event_form .form-container .field .form-input,
.event_form .form-container .field .form-control,
.event_form .form-container .field .form-select {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  appearance: none;
}

/* line 37, app/assets/stylesheets/event/new.scss */
.event_form .form-container .field .form-control {
  resize: vertical;
  overflow: hidden;
}

/* line 42, app/assets/stylesheets/event/new.scss */
.event_form .form-container .field .form-select {
  padding-right: 2em;
  background-position: right 10px center;
  background-size: 1em;
}

/* line 48, app/assets/stylesheets/event/new.scss */
.event_form .form-container .field input.form-input[type="checkbox"] {
  width: auto;
  margin-top: 8px;
}

/* line 53, app/assets/stylesheets/event/new.scss */
.event_form .form-container .field .form {
  display: flex;
  align-items: center;
}

/* line 57, app/assets/stylesheets/event/new.scss */
.event_form .form-container .field .form .form-input {
  width: auto;
  margin-right: 10px;
}

/* line 63, app/assets/stylesheets/event/new.scss */
.event_form .form-container .field .error-message {
  color: red;
  font-size: 14px;
  margin-top: 5px;
}

/* line 70, app/assets/stylesheets/event/new.scss */
.event_form .form-container .actions {
  text-align: center;
}

/* line 73, app/assets/stylesheets/event/new.scss */
.event_form .form-container .actions .btn {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  background-color: #282c37;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* line 83, app/assets/stylesheets/event/new.scss */
.event_form .form-container .actions .btn:hover {
  background-color: #51649b;
}

@media screen and (max-width: 768px) {
  /* line 2, app/assets/stylesheets/event/new.scss */
  .event_form .form-container {
    max-width: 90%;
  }
}

@media screen and (max-width: 480px) {
  /* line 2, app/assets/stylesheets/event/new.scss */
  .event_form .form-container {
    max-width: 100%;
  }
}

/* line 98, app/assets/stylesheets/event/new.scss */
.event_form .back-button {
  display: inline-flex;
  align-items: center;
  padding: 10px 15px;
  color: #282c37;
  border: 1px solid #dee2e6;
  font-size: 16px;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}

/* line 108, app/assets/stylesheets/event/new.scss */
.event_form .back-button:hover {
  background-color: #e2e6ea;
  color: #51649b;
}

/* line 2, app/assets/stylesheets/user/_users.scss */
.user-list-container {
  max-width: 800px;
  margin: auto;
  padding: 20px;
}

/* line 7, app/assets/stylesheets/user/_users.scss */
.user-list-container h1 {
  font-size: 24px;
  margin-bottom: 20px;
}

/* line 12, app/assets/stylesheets/user/_users.scss */
.user-list-container h2 {
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 10px;
}

/* line 18, app/assets/stylesheets/user/_users.scss */
.user-list-container .users-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

/* line 23, app/assets/stylesheets/user/_users.scss */
.user-list-container .users-table th, .user-list-container .users-table td {
  padding: 12px;
  border: 1px solid #ccc;
  text-align: left;
}

/* line 29, app/assets/stylesheets/user/_users.scss */
.user-list-container .users-table th {
  background-color: #f2f2f2;
}

/* line 33, app/assets/stylesheets/user/_users.scss */
.user-list-container .users-table .user-row:nth-child(even) {
  background-color: #f9f9f9;
}

/* line 37, app/assets/stylesheets/user/_users.scss */
.user-list-container .users-table .btn {
  display: inline-block;
  padding: 8px 16px;
  font-size: 14px;
  cursor: pointer;
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
  border: none;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

/* line 49, app/assets/stylesheets/user/_users.scss */
.user-list-container .users-table .btn:hover {
  background-color: #0056b3;
}

/* line 53, app/assets/stylesheets/user/_users.scss */
.user-list-container .users-table .button-edit {
  text-align: center;
}

/* line 59, app/assets/stylesheets/user/_users.scss */
.edit-user-container {
  max-width: 600px;
  margin: auto;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #f9f9f9;
  margin-bottom: 2vh;
  margin-top: 2vh;
}

/* line 69, app/assets/stylesheets/user/_users.scss */
.edit-user-container h1 {
  text-align: center;
  margin-bottom: 20px;
}

/* line 74, app/assets/stylesheets/user/_users.scss */
.edit-user-container .user-info {
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
}

/* line 81, app/assets/stylesheets/user/_users.scss */
.edit-user-container .user-info p {
  margin: 0;
  padding: 5px 0;
  font-size: 16px;
  line-height: 1.4;
}

/* line 89, app/assets/stylesheets/user/_users.scss */
.edit-user-container .form-group {
  margin-bottom: 20px;
}

/* line 92, app/assets/stylesheets/user/_users.scss */
.edit-user-container .form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

/* line 98, app/assets/stylesheets/user/_users.scss */
.edit-user-container .form-group .form-control, .edit-user-container .form-group .form-select {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  appearance: none;
}

/* line 109, app/assets/stylesheets/user/_users.scss */
.edit-user-container .form-submit {
  display: block;
  width: 100%;
  padding: 10px 20px;
  font-size: 16px;
  background-color: #4caf50;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
}

/* line 121, app/assets/stylesheets/user/_users.scss */
.edit-user-container .form-submit:hover {
  background-color: #45a049;
}

/* line 1, app/assets/stylesheets/cities/index.scss */
.search-form {
  text-align: center;
  margin-bottom: 1rem;
}

/* line 5, app/assets/stylesheets/cities/index.scss */
.search-form .search-input {
  flex: 1;
  padding: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 4px 0 0 4px;
  font-size: 1rem;
}

/* line 13, app/assets/stylesheets/cities/index.scss */
.search-form .btn-search {
  background-color: #007bff;
  color: #fff;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  font-size: 1rem;
}

/* line 22, app/assets/stylesheets/cities/index.scss */
.search-form .btn-search:hover {
  background-color: #0056b3;
}

/* Tooltip Styling */
/* line 29, app/assets/stylesheets/cities/index.scss */
[title] {
  position: relative;
  cursor: pointer;
}

/* line 33, app/assets/stylesheets/cities/index.scss */
[title]:hover::after {
  opacity: 1;
}

/* line 38, app/assets/stylesheets/cities/index.scss */
.text_with_btn {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

/* line 44, app/assets/stylesheets/cities/index.scss */
.text_with_btn .btn-edit {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.2rem;
  text-decoration: none;
  background-color: #007bff;
  color: #fff;
  padding: 0.2rem 0.4rem;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

/* line 56, app/assets/stylesheets/cities/index.scss */
.text_with_btn .btn-edit:hover {
  background-color: #0056b3;
}

/* line 60, app/assets/stylesheets/cities/index.scss */
.text_with_btn .btn-edit:active {
  background-color: #004085;
}

/* line 64, app/assets/stylesheets/cities/index.scss */
.text_with_btn .btn-edit::after {
  font-size: 1.2rem;
  margin-left: auto;
}

/* line 70, app/assets/stylesheets/cities/index.scss */
.text_with_btn .btn-new {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.2rem;
  text-decoration: none;
  background-color: #28a745;
  color: #fff;
  padding: 0.2rem 0.4rem;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

/* line 82, app/assets/stylesheets/cities/index.scss */
.text_with_btn .btn-new:hover {
  background-color: #218838;
}

/* line 86, app/assets/stylesheets/cities/index.scss */
.text_with_btn .btn-new:active {
  background-color: #1e7e34;
}

/* line 90, app/assets/stylesheets/cities/index.scss */
.text_with_btn .btn-new::after {
  font-size: 1.2rem;
  margin-left: auto;
}

/* line 97, app/assets/stylesheets/cities/index.scss */
.title {
  text-align: center;
  font-size: 2em;
  margin-top: 20px;
}

/* line 103, app/assets/stylesheets/cities/index.scss */
.btn-add {
  display: block;
  margin: 20px auto;
  padding: 10px 20px;
  background-color: #4CAF50;
  color: white;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  font-size: 1.1em;
  max-width: 35vh;
}

/* line 115, app/assets/stylesheets/cities/index.scss */
.btn-add:hover {
  background-color: #45a049;
}

/* line 120, app/assets/stylesheets/cities/index.scss */
.city-table {
  width: 80%;
  margin: 30px auto;
  border-collapse: collapse;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* line 127, app/assets/stylesheets/cities/index.scss */
.city-table th, .city-table td {
  padding: 12px;
  text-align: left;
  border: 1px solid #ddd;
}

/* line 133, app/assets/stylesheets/cities/index.scss */
.city-table th {
  background-color: #f2f2f2;
}

/* line 137, app/assets/stylesheets/cities/index.scss */
.city-table tr:nth-child(even) {
  background-color: #f9f9f9;
}

/* line 141, app/assets/stylesheets/cities/index.scss */
.city-table tr:hover {
  background-color: #f1f1f1;
}

/* line 146, app/assets/stylesheets/cities/index.scss */
.pagination-container {
  text-align: center;
  margin-top: 20px;
}

/* line 150, app/assets/stylesheets/cities/index.scss */
.pagination-container .pagination {
  display: inline-block;
  padding: 0;
}

/* line 154, app/assets/stylesheets/cities/index.scss */
.pagination-container .pagination li {
  display: inline;
  margin-right: 10px;
}

/* line 158, app/assets/stylesheets/cities/index.scss */
.pagination-container .pagination li .page-link {
  display: inline-block;
  padding: 8px 16px;
  margin: 0;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  color: #007bff;
  text-decoration: none;
}

/* line 167, app/assets/stylesheets/cities/index.scss */
.pagination-container .pagination li .page-link:hover {
  background-color: #007bff;
  color: white;
}

/* line 173, app/assets/stylesheets/cities/index.scss */
.pagination-container .pagination li.active .page-link {
  background-color: #007bff;
  color: white;
}

/* line 178, app/assets/stylesheets/cities/index.scss */
.pagination-container .pagination li.disabled .page-link {
  color: #ccc;
  pointer-events: none;
}

/* line 1, app/assets/stylesheets/cities/new.scss */
#city-form {
  max-width: 600px;
  margin: 30px auto;
  padding: 20px;
  background: #fefefe;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* line 10, app/assets/stylesheets/cities/new.scss */
#city-form h1, #city-form h2 {
  text-align: center;
  color: #333;
  margin-bottom: 20px;
}

/* line 16, app/assets/stylesheets/cities/new.scss */
#city-form div {
  margin-bottom: 15px;
}

/* line 20, app/assets/stylesheets/cities/new.scss */
#city-form label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}

/* line 27, app/assets/stylesheets/cities/new.scss */
#city-form input[type="text"],
#city-form select {
  width: 100%;
  padding: 10px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: #fff;
  transition: border-color 0.3s ease;
}

/* line 38, app/assets/stylesheets/cities/new.scss */
#city-form input[type="text"]:focus,
#city-form select:focus {
  border-color: #007bff;
  outline: none;
}

/* line 44, app/assets/stylesheets/cities/new.scss */
#city-form input[type="checkbox"] {
  margin-right: 10px;
}

/* line 48, app/assets/stylesheets/cities/new.scss */
#city-form input[type="submit"] {
  display: block;
  width: 100%;
  padding: 12px;
  font-size: 1rem;
  color: #fff;
  background-color: #007bff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.3s ease;
}

/* line 61, app/assets/stylesheets/cities/new.scss */
#city-form input[type="submit"]:hover {
  background-color: #0056b3;
}

/* line 66, app/assets/stylesheets/cities/new.scss */
#city-form select option {
  color: #666;
}

/* line 5, app/assets/stylesheets/contributes/new.scss */
.contribute-page h2 {
  padding-top: 2em;
  text-align: center;
}

/* line 8, app/assets/stylesheets/contributes/new.scss */
.contribute-page h2 b {
  padding: 0.3rem;
  background-color: #bfd1e1;
}

/* line 14, app/assets/stylesheets/contributes/new.scss */
.contribute-page .content {
  text-align: center;
  padding: 2em;
}

/* line 18, app/assets/stylesheets/contributes/new.scss */
.contribute-page .contribute-form {
  max-width: 40%;
  margin: auto;
  padding: 2em;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  margin-bottom: 2vh;
  margin-top: 2vh;
}

@media (max-width: 576px) {
  /* line 18, app/assets/stylesheets/contributes/new.scss */
  .contribute-page .contribute-form {
    max-width: 80%;
  }
}

/* line 32, app/assets/stylesheets/contributes/new.scss */
.contribute-page .contribute-form h2 {
  text-align: center;
  margin-bottom: 20px;
}

/* line 37, app/assets/stylesheets/contributes/new.scss */
.contribute-page .contribute-form .form-group {
  margin-bottom: 20px;
}

/* line 40, app/assets/stylesheets/contributes/new.scss */
.contribute-page .contribute-form .form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

/* line 46, app/assets/stylesheets/contributes/new.scss */
.contribute-page .contribute-form .form-group .form-control,
.contribute-page .contribute-form .form-group .form-input,
.contribute-page .contribute-form .form-group .form-select {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  appearance: none;
  transition: border-color 0.3s;
}

/* line 58, app/assets/stylesheets/contributes/new.scss */
.contribute-page .contribute-form .form-group .form-control:focus,
.contribute-page .contribute-form .form-group .form-input:focus,
.contribute-page .contribute-form .form-group .form-select:focus {
  border-color: #007bff;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

/* line 65, app/assets/stylesheets/contributes/new.scss */
.contribute-page .contribute-form .form-group .form-select {
  padding-right: 2em;
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 1em;
}

/* line 72, app/assets/stylesheets/contributes/new.scss */
.contribute-page .contribute-form .form-group .form-submit {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  background-color: #4caf50;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s;
}

/* line 83, app/assets/stylesheets/contributes/new.scss */
.contribute-page .contribute-form .form-group .form-submit:hover {
  background-color: #45a049;
}

/* line 88, app/assets/stylesheets/contributes/new.scss */
.contribute-page .contribute-form .form-group .error-message {
  color: red;
  font-size: 14px;
  margin-top: 5px;
}

/* line 95, app/assets/stylesheets/contributes/new.scss */
.contribute-page .contribute-form .recaptcha {
  margin: 15px 0;
  text-align: center;
}

/* line 99, app/assets/stylesheets/contributes/new.scss */
.contribute-page .contribute-form .recaptcha b {
  display: block;
  margin: 10px 0;
}

@media (max-width: 600px) {
  /* line 108, app/assets/stylesheets/contributes/new.scss */
  .contribute-page .contribute-form {
    padding: 15px;
  }
  /* line 111, app/assets/stylesheets/contributes/new.scss */
  .contribute-page .contribute-form h2 {
    font-size: 1.5rem;
  }
  /* line 115, app/assets/stylesheets/contributes/new.scss */
  .contribute-page .contribute-form .form-control,
.contribute-page .contribute-form .form-input,
.contribute-page .contribute-form .form-select {
    font-size: 14px;
  }
  /* line 121, app/assets/stylesheets/contributes/new.scss */
  .contribute-page .contribute-form .form-submit {
    width: 100%;
  }
}

/* line 3, app/assets/stylesheets/component/header.scss */
.banner {
  background-color: #282c37;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  padding-bottom: 1.5rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* line 13, app/assets/stylesheets/component/header.scss */
.banner .wmps-logo {
  display: flex;
  align-items: center;
  margin-top: 2vh;
}

/* line 18, app/assets/stylesheets/component/header.scss */
.banner .wmps-logo .logo {
  max-width: 100px;
  margin-right: 20px;
}

/* line 23, app/assets/stylesheets/component/header.scss */
.banner .wmps-logo .title_banner {
  text-decoration: none;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}

/* line 30, app/assets/stylesheets/component/header.scss */
.banner .wmps-logo .title_banner h1 {
  margin: 0;
}

/* line 34, app/assets/stylesheets/component/header.scss */
.banner .wmps-logo .title_banner:hover {
  color: #555;
}

/* line 39, app/assets/stylesheets/component/header.scss */
.banner .wmps-logo .subtitle {
  margin: 0;
}

/* line 44, app/assets/stylesheets/component/header.scss */
.banner .menu-icon {
  cursor: pointer;
}

/* line 47, app/assets/stylesheets/component/header.scss */
.banner .menu-icon .icon_bars img {
  width: 20px;
  height: 20px;
}

/* line 53, app/assets/stylesheets/component/header.scss */
.banner .menu_container {
  position: fixed;
  top: 80px;
  right: 0;
  width: 250px;
  height: 100%;
  background-color: #fff;
  box-shadow: -5px 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px 0 0 0;
  z-index: 9999;
  transition: transform 0.3s ease-in-out;
  transform: translateX(100%);
}

/* line 66, app/assets/stylesheets/component/header.scss */
.banner .menu_container.open {
  transform: translateX(0);
}

/* line 70, app/assets/stylesheets/component/header.scss */
.banner .menu_container .menu_section {
  padding: 20px;
  border-bottom: 1px solid #ddd;
}

/* line 74, app/assets/stylesheets/component/header.scss */
.banner .menu_container .menu_section .welcome-msg {
  color: #282c37;
}

/* line 78, app/assets/stylesheets/component/header.scss */
.banner .menu_container .menu_section h3 {
  color: #2890d9;
  font-size: 18px;
  margin-bottom: 10px;
}

/* line 84, app/assets/stylesheets/component/header.scss */
.banner .menu_container .menu_section ul {
  list-style: none;
  padding: 0;
}

/* line 89, app/assets/stylesheets/component/header.scss */
.banner .menu_container .menu_section li {
  margin-bottom: 10px;
  transition: background-color 0.3s;
}

/* line 93, app/assets/stylesheets/component/header.scss */
.banner .menu_container .menu_section li a {
  text-decoration: none;
  font-weight: bold;
  color: #282c37;
}

/* line 98, app/assets/stylesheets/component/header.scss */
.banner .menu_container .menu_section li a:hover {
  opacity: 0.7;
}

/* line 103, app/assets/stylesheets/component/header.scss */
.banner .menu_container .menu_section li .subcategories {
  margin-top: 5px;
  margin-left: 20px;
  list-style: disc;
}

/* line 108, app/assets/stylesheets/component/header.scss */
.banner .menu_container .menu_section li .subcategories .submenu-button {
  font-weight: normal;
}

/* line 114, app/assets/stylesheets/component/header.scss */
.banner .menu_container .menu_section .custom-link-style {
  color: #282c37;
  text-decoration: none;
  font-weight: bold;
}

/* line 119, app/assets/stylesheets/component/header.scss */
.banner .menu_container .menu_section .custom-link-style:hover {
  opacity: 0.7;
}

/* line 126, app/assets/stylesheets/component/header.scss */
.banner .icon_bars {
  transition: opacity 0.3s ease;
}

/* line 129, app/assets/stylesheets/component/header.scss */
.banner .icon_bars:hover {
  opacity: 0.7;
  background-color: #ccc;
  width: 20px;
  border-radius: 10%;
}

/* line 137, app/assets/stylesheets/component/header.scss */
.banner .icon {
  position: absolute;
  transform: translateY(-50%);
  width: 20px;
  height: auto;
  transition: opacity 0.3s ease;
}

/* line 144, app/assets/stylesheets/component/header.scss */
.banner .icon:hover {
  opacity: 0.7;
}

/* line 149, app/assets/stylesheets/component/header.scss */
.banner .input-wrapper {
  background-color: #51649b;
  border-radius: 8px;
  display: flex;
  align-items: center;
}

/* line 155, app/assets/stylesheets/component/header.scss */
.banner .input-wrapper input[type="text"] {
  width: 300px;
  height: 30px;
  padding: 10px;
  border: none;
  border-radius: 8px 0 0 8px;
  font-size: 16px;
}

/* line 164, app/assets/stylesheets/component/header.scss */
.banner .input-wrapper .submit-button {
  margin-left: -1px;
  color: #fff;
  width: 40px;
  height: 40px;
  border: none;
  cursor: pointer;
  background: url(/assets/loop_glasses-8af5e35f905a6710c497c3c0a900b69f4980e2c55ef8ed05432f80b002f520d4.svg) no-repeat;
  background-size: cover;
  border-radius: 0 8px 8px 0;
  transition: opacity 0.3s ease;
}

/* line 176, app/assets/stylesheets/component/header.scss */
.banner .input-wrapper .submit-button:hover {
  opacity: 0.7;
}

/* line 182, app/assets/stylesheets/component/header.scss */
.banner .custom-select {
  width: 50px;
  padding: 4px;
  font-size: 12px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #f9f9f9;
  color: #333;
}

/* line 191, app/assets/stylesheets/component/header.scss */
.banner .custom-select:focus {
  border-color: #666;
}

@media (max-width: 1080px) {
  /* line 197, app/assets/stylesheets/component/header.scss */
  .banner .icon_bars {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  /* line 3, app/assets/stylesheets/component/header.scss */
  .banner {
    flex-direction: column;
    align-items: center;
    padding: 10px;
  }
  /* line 207, app/assets/stylesheets/component/header.scss */
  .banner .wmps-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
  }
  /* line 214, app/assets/stylesheets/component/header.scss */
  .banner h1 {
    text-align: center;
  }
  /* line 218, app/assets/stylesheets/component/header.scss */
  .banner .icon_bars {
    display: none;
  }
  /* line 222, app/assets/stylesheets/component/header.scss */
  .banner .input-query {
    width: 100%;
    margin-top: 15px;
    display: flex;
    justify-content: center;
  }
  /* line 230, app/assets/stylesheets/component/header.scss */
  .banner .input-query > form:nth-child(1) {
    max-width: 363px;
  }
  /* line 236, app/assets/stylesheets/component/header.scss */
  .banner .input-wrapper {
    display: flex;
    align-items: center;
  }
  /* line 241, app/assets/stylesheets/component/header.scss */
  .banner .recherche-input {
    width: 100%;
  }
  /* line 245, app/assets/stylesheets/component/header.scss */
  .banner .submit-button {
    width: 40px;
    height: 40px;
  }
}

/* line 1, app/assets/stylesheets/component/footer.scss */
.footer {
  background-color: #282c37;
  color: #fff;
  padding: 20px 0;
  font-family: Arial, sans-serif;
}

/* line 7, app/assets/stylesheets/component/footer.scss */
.footer .footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1em;
}

/* line 13, app/assets/stylesheets/component/footer.scss */
.footer .footer-top .footer-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 20px;
}

/* line 19, app/assets/stylesheets/component/footer.scss */
.footer .footer-top .footer-section h4 {
  margin: 0;
  padding: 0;
  cursor: default;
  pointer-events: none;
}

/* line 26, app/assets/stylesheets/component/footer.scss */
.footer .footer-top .footer-section ul {
  list-style: none;
  padding-left: 0;
}

/* line 32, app/assets/stylesheets/component/footer.scss */
.footer .footer-top .footer-section .footer-country-columns {
  display: flex;
  gap: 2rem;
  justify-content: flex-start;
}

@media (max-width: 600px) {
  /* line 32, app/assets/stylesheets/component/footer.scss */
  .footer .footer-top .footer-section .footer-country-columns {
    flex-direction: column;
  }
}

/* line 42, app/assets/stylesheets/component/footer.scss */
.footer .footer-top .footer-section .footer-country-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 48, app/assets/stylesheets/component/footer.scss */
.footer .footer-top .footer-section .footer-country-list li .footer-link {
  display: inline-block;
  text-decoration: none;
  color: white;
}

/* line 53, app/assets/stylesheets/component/footer.scss */
.footer .footer-top .footer-section .footer-country-list li .footer-link:hover {
  text-decoration: underline;
}

/* line 61, app/assets/stylesheets/component/footer.scss */
.footer .footer-top .footer-section .footer-link {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
}

/* line 67, app/assets/stylesheets/component/footer.scss */
.footer .footer-top .footer-section .footer-link:hover {
  text-decoration: underline;
}

/* line 72, app/assets/stylesheets/component/footer.scss */
.footer .footer-top .footer-section .footer-text {
  font-size: 14px;
  color: #ccc;
}

/* line 77, app/assets/stylesheets/component/footer.scss */
.footer .footer-top .footer-section .footer-button {
  background-color: #f9c04e;
  color: #282c37;
  padding: 8px 15px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 10px;
}

/* line 86, app/assets/stylesheets/component/footer.scss */
.footer .footer-top .footer-section .footer-button:hover {
  background-color: #e6a947;
}

/* line 91, app/assets/stylesheets/component/footer.scss */
.footer .footer-top .footer-section .footer-social {
  display: inline-flex;
}

/* line 95, app/assets/stylesheets/component/footer.scss */
.footer .footer-top .footer-section .footer-social-text {
  font-size: 14px;
  color: #ccc;
  margin-top: 15px;
}

/* line 101, app/assets/stylesheets/component/footer.scss */
.footer .footer-top .footer-section .social-icons {
  display: flex;
  gap: 10px;
  margin-top: 5px;
}

/* line 106, app/assets/stylesheets/component/footer.scss */
.footer .footer-top .footer-section .social-icons .social-link {
  filter: invert(100%) brightness(100%);
  display: inline-block;
  width: 24px;
  height: 24px;
}

/* line 111, app/assets/stylesheets/component/footer.scss */
.footer .footer-top .footer-section .social-icons .social-link img {
  width: 100%;
  height: auto;
}

/* line 119, app/assets/stylesheets/component/footer.scss */
.footer .footer-top .logo-section {
  flex: 0 0 auto;
}

/* line 122, app/assets/stylesheets/component/footer.scss */
.footer .footer-top .logo-section .footer-logo {
  max-width: 100px;
}

/* line 128, app/assets/stylesheets/component/footer.scss */
.footer .footer-separator {
  border: 0;
  border-top: 1px solid #fff;
  margin: 20px 0;
}

/* line 134, app/assets/stylesheets/component/footer.scss */
.footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 50px;
}

/* line 140, app/assets/stylesheets/component/footer.scss */
.footer .footer-bottom .footer-legal,
.footer .footer-bottom .footer-login {
  font-size: 14px;
  display: flex;
  gap: 5px;
}

/* line 146, app/assets/stylesheets/component/footer.scss */
.footer .footer-bottom .footer-legal .footer-link,
.footer .footer-bottom .footer-login .footer-link {
  color: #fff;
  text-decoration: none;
}

/* line 150, app/assets/stylesheets/component/footer.scss */
.footer .footer-bottom .footer-legal .footer-link:hover,
.footer .footer-bottom .footer-login .footer-link:hover {
  text-decoration: underline;
}

/* line 156, app/assets/stylesheets/component/footer.scss */
.footer .footer-bottom .footer-copyright {
  font-size: 14px;
  color: #ccc;
  text-align: center;
}

@media (max-width: 768px) {
  /* line 164, app/assets/stylesheets/component/footer.scss */
  .footer .footer-top,
.footer .footer-bottom {
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
  }
  /* line 170, app/assets/stylesheets/component/footer.scss */
  .footer .footer-top .footer-section,
.footer .footer-bottom .footer-section {
    align-items: center;
    text-align: center;
    margin-right: 0;
    margin-bottom: 20px;
  }
  /* line 177, app/assets/stylesheets/component/footer.scss */
  .footer .footer-top .footer-legal,
.footer .footer-top .footer-login,
.footer .footer-bottom .footer-legal,
.footer .footer-bottom .footer-login {
    text-align: center;
  }
}

/* line 1, app/assets/stylesheets/component/navbar.scss */
.navbar {
  background-color: #51649a;
  color: #fff;
  padding: 10px 20px;
}

/* line 6, app/assets/stylesheets/component/navbar.scss */
.navbar-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

/* line 13, app/assets/stylesheets/component/navbar.scss */
.navbar-menu {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  gap: 10px;
}

/* line 22, app/assets/stylesheets/component/navbar.scss */
.navbar-menu li {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 27, app/assets/stylesheets/component/navbar.scss */
.navbar-menu li a {
  color: #fff;
  text-decoration: none;
  padding: 10px 15px;
  display: block;
}

/* line 34, app/assets/stylesheets/component/navbar.scss */
.navbar-menu li.active {
  background-color: #008c9e;
  border-radius: 8px;
}

/* line 39, app/assets/stylesheets/component/navbar.scss */
.navbar-menu li:hover {
  background-color: #3a3f50;
  border-radius: 8px;
}

/* line 44, app/assets/stylesheets/component/navbar.scss */
.navbar-menu li.dropdown {
  position: relative;
}

/* line 47, app/assets/stylesheets/component/navbar.scss */
.navbar-menu li.dropdown .dropdown-menu {
  display: none;
  position: absolute;
  background-color: #444;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  padding: 10px 0;
  list-style: none;
  margin: 0;
  top: 100%;
  left: 0;
  width: 200px;
  z-index: 9999;
  border-radius: 8px;
}

/* line 61, app/assets/stylesheets/component/navbar.scss */
.navbar-menu li.dropdown .dropdown-menu li {
  padding: 10px;
}

/* line 64, app/assets/stylesheets/component/navbar.scss */
.navbar-menu li.dropdown .dropdown-menu li a {
  color: #fff;
  display: block;
  padding: 10px;
  border-radius: 8px;
}

/* line 71, app/assets/stylesheets/component/navbar.scss */
.navbar-menu li.dropdown .dropdown-menu li:hover {
  background-color: #555;
}

/* line 75, app/assets/stylesheets/component/navbar.scss */
.navbar-menu li.dropdown .dropdown-menu li.active a {
  background-color: #2a4468;
  color: #ffcc00;
}

/* line 82, app/assets/stylesheets/component/navbar.scss */
.navbar-menu li.dropdown:hover .dropdown-menu {
  display: block;
}

/* line 89, app/assets/stylesheets/component/navbar.scss */
.navbar .status-indicator {
  font-size: 18px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 5px;
}

/* line 99, app/assets/stylesheets/component/navbar.scss */
.navbar .status-indicator.connected {
  background-color: #28a74533;
  box-shadow: 0px 4px 6px rgba(40, 167, 69, 0.3);
}

/* line 104, app/assets/stylesheets/component/navbar.scss */
.navbar .status-indicator.disconnected {
  background-color: #dc354533;
  box-shadow: 0px 4px 6px rgba(220, 53, 69, 0.3);
}

/* line 111, app/assets/stylesheets/component/navbar.scss */
.navbar li {
  list-style: none;
}

/* line 115, app/assets/stylesheets/component/navbar.scss */
.navbar .select-switch-lng {
  appearance: none;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  /* Pour les emojis avec un léger espacement à gauche */
}

/* line 129, app/assets/stylesheets/component/navbar.scss */
.navbar .select-switch-lng:hover {
  border-color: #bbb;
}

/* line 133, app/assets/stylesheets/component/navbar.scss */
.navbar .select-switch-lng:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.3);
  outline: none;
}

/* line 140, app/assets/stylesheets/component/navbar.scss */
.navbar .select-switch-lng option {
  padding-left: 5px;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  /* line 149, app/assets/stylesheets/component/navbar.scss */
  .navbar-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }
  /* line 156, app/assets/stylesheets/component/navbar.scss */
  .navbar .dropdown-menu {
    width: 100%;
  }
}

/* line 3, app/assets/stylesheets/component/map.scss */
.title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
}

/* line 11, app/assets/stylesheets/component/map.scss */
.title-wrapper .title-ofb h1 {
  margin: 0;
  font-size: 1.8rem;
  font-weight: bold;
}

/* line 17, app/assets/stylesheets/component/map.scss */
.title-wrapper .title-ofb .country-context {
  margin-top: 0.5rem;
  font-size: 1rem;
  color: #555;
  line-height: 1.5;
}

/* line 25, app/assets/stylesheets/component/map.scss */
.title-wrapper .events-date-range {
  margin: 5vh;
  font-size: 1rem;
  color: #666;
  white-space: nowrap;
}

/* line 32, app/assets/stylesheets/component/map.scss */
.title-wrapper .country-context {
  overflow: hidden;
  max-height: none;
  line-height: 1.5em;
  transition: max-height 0.3s ease;
}

/* line 38, app/assets/stylesheets/component/map.scss */
.title-wrapper .country-context:empty ~ .read-more-toggle {
  display: none;
}

@media (max-width: 768px) {
  /* line 45, app/assets/stylesheets/component/map.scss */
  .title-wrapper .country-context:not(.expanded) {
    height: 4.5em;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
  }
  /* line 50, app/assets/stylesheets/component/map.scss */
  .title-wrapper .country-context:not(.expanded):not(:empty)::after {
    content: '...';
    position: absolute;
    bottom: 0;
    right: 0;
    color: #51649b;
  }
  /* line 59, app/assets/stylesheets/component/map.scss */
  .title-wrapper .country-context.expanded {
    height: auto;
  }
  /* line 64, app/assets/stylesheets/component/map.scss */
  .title-wrapper a.read-more-toggle {
    display: block;
    color: #51649b;
    text-align: end;
    cursor: pointer;
  }
}

@media (max-width: 768px) {
  /* line 3, app/assets/stylesheets/component/map.scss */
  .title-wrapper {
    flex-direction: column;
    align-items: stretch;
  }
  /* line 79, app/assets/stylesheets/component/map.scss */
  .title-wrapper .events-date-range {
    margin: auto;
    margin-bottom: 5vh;
    display: none;
  }
}

/* line 88, app/assets/stylesheets/component/map.scss */
.event-item.highlighted {
  background-color: rgba(81, 99, 155, 0.25) !important;
  border: 2px solid #51649b !important;
}

/* line 93, app/assets/stylesheets/component/map.scss */
.zoom-instructions {
  position: absolute;
  top: 630px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(40, 44, 55, 0.9);
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 14px;
  z-index: 1000;
  pointer-events: none;
}

/* line 107, app/assets/stylesheets/component/map.scss */
.container-map {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  height: 625px;
  padding: 15px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

/* line 117, app/assets/stylesheets/component/map.scss */
.container-map #filter-map {
  flex: 0 0 200px;
  background-color: #51649b;
  color: #fff;
  padding: 15px;
  border-radius: 5px;
  margin-right: 10px;
  overflow-y: auto;
  max-height: 600px;
}

/* line 127, app/assets/stylesheets/component/map.scss */
.container-map #filter-map #country-filter {
  display: block !important;
  width: 100% !important;
}

/* line 132, app/assets/stylesheets/component/map.scss */
.container-map #filter-map .select2-selection__choice__display {
  color: #51649b;
}

/* line 136, app/assets/stylesheets/component/map.scss */
.container-map #filter-map .btn-submit:disabled {
  opacity: 0.5;
  pointer-events: none;
}

/* line 141, app/assets/stylesheets/component/map.scss */
.container-map #filter-map .filter-group {
  position: relative;
  width: 100%;
  height: auto;
  max-height: 300px;
  overflow-y: auto;
  margin-bottom: 2vh;
}

/* line 149, app/assets/stylesheets/component/map.scss */
.container-map #filter-map .filter-group label {
  margin-bottom: 4px;
  display: block;
  font-weight: bold;
  font-size: 0.9em;
  color: #fff;
}

/* line 157, app/assets/stylesheets/component/map.scss */
.container-map #filter-map .filter-group select,
.container-map #filter-map .filter-group input[type="checkbox"] {
  margin-right: 8px;
}

/* line 162, app/assets/stylesheets/component/map.scss */
.container-map #filter-map .filter-group input[type="date"] {
  width: 100%;
  padding: 8px;
  font-size: 0.9em;
  color: #555;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: #fff;
  cursor: pointer;
}

@media (max-width: 768px) {
  /* line 141, app/assets/stylesheets/component/map.scss */
  .container-map #filter-map .filter-group {
    flex-direction: column;
  }
  /* line 177, app/assets/stylesheets/component/map.scss */
  .container-map #filter-map .filter-group #country-filter ~ .select2.select2-container {
    width: 100% !important;
  }
}

/* line 183, app/assets/stylesheets/component/map.scss */
.container-map #filter-map .filter-group .date-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

/* line 188, app/assets/stylesheets/component/map.scss */
.container-map #filter-map .filter-group .date-filters .filter-group {
  flex: 1 1 48%;
}

@media (max-width: 768px) {
  /* line 183, app/assets/stylesheets/component/map.scss */
  .container-map #filter-map .filter-group .date-filters {
    flex-direction: column;
  }
  /* line 195, app/assets/stylesheets/component/map.scss */
  .container-map #filter-map .filter-group .date-filters .filter-group {
    flex: 1 1 100%;
  }
}

/* line 203, app/assets/stylesheets/component/map.scss */
.container-map #filter-map .category-filters {
  margin-top: 0.5vh;
  display: flex;
  flex-direction: column;
}

/* line 209, app/assets/stylesheets/component/map.scss */
.container-map #filter-map .form-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-top: 5vh;
}

/* line 217, app/assets/stylesheets/component/map.scss */
.container-map #filter-map .btn-submit {
  background-color: #282c37;
  color: #fff;
  border: none;
  padding: 6px 8px;
  font-size: 0.9em;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
  align-self: center;
}

/* line 228, app/assets/stylesheets/component/map.scss */
.container-map #filter-map .btn-submit:hover {
  background-color: #0056b3;
  transform: translateY(-2px);
}

/* line 233, app/assets/stylesheets/component/map.scss */
.container-map #filter-map .btn-submit:active {
  background-color: #004085;
  transform: translateY(1px);
}

/* line 242, app/assets/stylesheets/component/map.scss */
.container-map #map {
  flex: 1 0 auto;
  margin: 0 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* line 251, app/assets/stylesheets/component/map.scss */
.container-map #event-list {
  flex: 0 0 300px;
  overflow-y: auto;
  border-right: 1px solid #ddd;
  border-radius: 5px;
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  /* line 251, app/assets/stylesheets/component/map.scss */
  .container-map #event-list {
    flex: 0 0 auto;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-top: 10px;
  }
}

/* line 268, app/assets/stylesheets/component/map.scss */
.event-item {
  background-color: #ffffff;
  color: #333333;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 15px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s, box-shadow 0.3s;
  cursor: pointer;
}

/* line 279, app/assets/stylesheets/component/map.scss */
.event-item:hover {
  background-color: rgba(81, 99, 155, 0.25);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* line 284, app/assets/stylesheets/component/map.scss */
.event-item h3 {
  margin-top: 0;
  font-size: 1em;
  color: #1a202c;
}

/* line 290, app/assets/stylesheets/component/map.scss */
.event-item p {
  margin: 5px 0;
  font-size: 0.8em;
  color: #555555;
}

/* line 295, app/assets/stylesheets/component/map.scss */
.event-item p:first-of-type {
  font-weight: bold;
  color: #2d3748;
}

/* line 301, app/assets/stylesheets/component/map.scss */
.event-item .share-container {
  position: relative;
  display: inline-block;
  margin-top: 10px;
}

/* line 307, app/assets/stylesheets/component/map.scss */
.event-item .share-button {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
  border-radius: 5px;
  font-size: 14px;
  transition: background 0.3s;
}

/* line 317, app/assets/stylesheets/component/map.scss */
.event-item .share-button:hover {
  background-color: #0056b3;
}

/* line 322, app/assets/stylesheets/component/map.scss */
.event-item .share-icons {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  padding: 8px;
}

/* line 330, app/assets/stylesheets/component/map.scss */
.event-item .share-option img {
  width: 32px;
  height: 32px;
  transition: transform 0.2s ease-in-out;
}

/* line 336, app/assets/stylesheets/component/map.scss */
.event-item .share-option img:hover {
  transform: scale(1.1);
}

/* line 342, app/assets/stylesheets/component/map.scss */
.event-item .share-menu {
  position: absolute;
  background: white;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  gap: 5px;
  top: 100%;
  left: 0;
  z-index: 10;
  min-width: 150px;
}

/* line 357, app/assets/stylesheets/component/map.scss */
.event-item .share-menu.hidden {
  display: none;
}

/* line 362, app/assets/stylesheets/component/map.scss */
.event-item .share-option {
  text-decoration: none;
  color: #333;
  padding: 5px;
  cursor: pointer;
  font-size: 14px;
  border: none;
  background: none;
  text-align: left;
  display: block;
  width: 100%;
  transition: color 0.3s;
}

/* line 375, app/assets/stylesheets/component/map.scss */
.event-item .share-option:hover {
  color: #007bff;
}

/* line 380, app/assets/stylesheets/component/map.scss */
.event-item .source-link {
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
}

/* line 385, app/assets/stylesheets/component/map.scss */
.event-item .source-link:hover {
  text-decoration: underline;
}

/* line 391, app/assets/stylesheets/component/map.scss */
.event-item .source-link {
  color: #007bff !important;
  text-decoration: none !important;
  font-weight: bold !important;
}

/* line 397, app/assets/stylesheets/component/map.scss */
.event-item .source-link:hover {
  text-decoration: underline !important;
}

/* line 401, app/assets/stylesheets/component/map.scss */
.event-item .dateline,
.event-item .byline,
.event-item .location {
  font-size: 0.8em;
  color: #718096;
}

/* line 409, app/assets/stylesheets/component/map.scss */
.custom-popup {
  font-size: 14px;
  color: #333;
  padding: 10px;
}

/* line 414, app/assets/stylesheets/component/map.scss */
.custom-popup .custom-popup-body {
  max-height: 20rem;
  overflow-y: auto;
}

/* line 419, app/assets/stylesheets/component/map.scss */
.custom-popup h3 {
  padding: 10px 50px 30px 10px;
  background-color: #51649b;
  font-size: 18px;
  color: white;
  margin-bottom: 5px;
  border-radius: 1vh;
}

/* line 428, app/assets/stylesheets/component/map.scss */
.custom-popup p {
  margin: 5px 0;
  color: #555555;
}

/* line 433, app/assets/stylesheets/component/map.scss */
.custom-popup .dateline,
.custom-popup .byline,
.custom-popup .location {
  font-size: 12px;
  color: #718096;
  margin-top: 5px;
}

/* line 441, app/assets/stylesheets/component/map.scss */
.custom-popup a {
  color: #007bff;
  text-decoration: none;
}

/* line 445, app/assets/stylesheets/component/map.scss */
.custom-popup a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  /* line 452, app/assets/stylesheets/component/map.scss */
  .container-map {
    flex-direction: column;
    height: auto;
  }
  /* line 457, app/assets/stylesheets/component/map.scss */
  .filter-map {
    flex: 0 0 auto;
    margin-bottom: 10px;
    max-width: 100%;
  }
  /* line 463, app/assets/stylesheets/component/map.scss */
  #map {
    margin: 10px 0;
    height: 400px;
  }
  /* line 468, app/assets/stylesheets/component/map.scss */
  #event-list {
    max-height: 300px;
    overflow-y: auto;
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  /* line 477, app/assets/stylesheets/component/map.scss */
  #filter-map {
    height: auto;
    overflow-y: visible !important;
  }
  /* line 481, app/assets/stylesheets/component/map.scss */
  form#filter-form {
    max-width: 95vw;
    height: auto;
  }
  /* line 485, app/assets/stylesheets/component/map.scss */
  #event-list {
    max-height: 500px;
  }
}

/* line 1, app/assets/stylesheets/component/top_btn.scss */
.top-button {
  position: fixed;
  bottom: 65px;
  right: 30px;
  width: 50px;
  height: 50px;
  display: none;
  background-color: #51649a;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  z-index: 100;
  transition: background-color 0.3s, opacity 0.3s;
}

/* line 15, app/assets/stylesheets/component/top_btn.scss */
.top-button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 21, app/assets/stylesheets/component/top_btn.scss */
.top-button:hover {
  background-color: #282c37;
}

/* line 55, app/assets/stylesheets/application.scss */
body {
  margin: 0;
  padding: 0;
  background-color: #f8f8f8;
}

/* line 61, app/assets/stylesheets/application.scss */
.back-button {
  display: inline-flex;
  align-items: center;
  padding: 10px 15px;
  font-size: 16px;
  text-align: center;
  border: none;
  color: red;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

/* line 73, app/assets/stylesheets/application.scss */
.back-button .button-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(/icons/return-down-back-sharp.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

/* line 82, app/assets/stylesheets/application.scss */
.back-button:hover {
  background-color: #0056b3;
}

/* line 90, app/assets/stylesheets/application.scss */
body.arabic h1, body.arabic h2, body.arabic h3, body.arabic h4, body.arabic h5, body.arabic h6 {
  font-family: "VazirMatn" !important;
}

/* line 93, app/assets/stylesheets/application.scss */
body.arabic p, body.arabic article, body.arabic section, body.arabic aside {
  font-family: "Noto Sans" !important;
}

/* line 98, app/assets/stylesheets/application.scss */
.arabic {
  direction: rtl;
  text-align: right;
}

/* line 102, app/assets/stylesheets/application.scss */
.arabic .navbar-container {
  flex-direction: row-reverse;
}

/* line 106, app/assets/stylesheets/application.scss */
.arabic .share-menu {
  left: auto !important;
  right: 0;
}

/* line 112, app/assets/stylesheets/application.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "SPLINE SANS", sans-serif;
}

/* line 116, app/assets/stylesheets/application.scss */
body {
  font-family: "Roboto", sans-serif;
}

/* line 120, app/assets/stylesheets/application.scss */
#content {
  position: relative;
}

/* line 123, app/assets/stylesheets/application.scss */
#content .footer {
  bottom: 0;
  position: relative;
}

/* line 131, app/assets/stylesheets/application.scss */
.alert {
  padding: 14px;
  margin: 75px 200px 20px;
  border: 1px solid #dc3545;
  border-radius: 4px;
  background-color: #f8d7da;
  color: #721c24;
}

/* line 140, app/assets/stylesheets/application.scss */
.notice {
  padding: 14px;
  margin: 75px 200px 20px;
  border: 1px solid #35dc96;
  border-radius: 4px;
  background-color: #9bffd5;
  color: #251c72;
}

/* line 150, app/assets/stylesheets/application.scss */
.success {
  padding: 16px;
  margin: 16px;
  border: 1px solid #28a745;
  border-radius: 4px;
  background-color: #d4edda;
  color: #155724;
}

/* line 160, app/assets/stylesheets/application.scss */
.actions .btn {
  padding: 8px 16px;
  background-color: #28a745;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s;
}

/* line 169, app/assets/stylesheets/application.scss */
.actions .btn:hover {
  background-color: #218838;
}

/* line 175, app/assets/stylesheets/application.scss */
.btn-submit {
  background-color: #282c37;
  color: #fff;
  border: none;
  padding: 8px 20px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
  align-self: center;
  text-decoration: none;
}

/* line 186, app/assets/stylesheets/application.scss */
.btn-submit:hover {
  background-color: #008c9e;
  transform: translateY(-2px);
}

/* line 191, app/assets/stylesheets/application.scss */
.btn-submit:active {
  background-color: #004085;
  transform: translateY(1px);
}

/* line 197, app/assets/stylesheets/application.scss */
.pagination {
  text-align: center;
  padding: 2vh;
}

/* line 202, app/assets/stylesheets/application.scss */
.pagination a {
  background-color: #fff;
  display: inline-block;
  padding: 0.5rem;
  margin-right: 0.5rem;
  text-decoration: none;
  color: #282c37;
  border: 1px solid #ccc;
  border-radius: 3px;
}

/* line 213, app/assets/stylesheets/application.scss */
.pagination a:hover {
  background-color: #f0f0f0;
}

/* line 217, app/assets/stylesheets/application.scss */
.pagination .active {
  background-color: #007bff;
  color: #fff;
  border-color: #007bff;
}

/* line 224, app/assets/stylesheets/application.scss */
.pagination .prev, .pagination .next {
  font-weight: bold;
}

/* line 228, app/assets/stylesheets/application.scss */
.hidden {
  display: none;
}

/* line 232, app/assets/stylesheets/application.scss */
.btn-toggle {
  box-shadow: none;
}

/* line 234, app/assets/stylesheets/application.scss */
.btn-toggle .btn-filter-fil {
  background: none;
  border: none;
  cursor: pointer;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
}

/* line 246, app/assets/stylesheets/application.scss */
.btn-toggle.filters-closed, .btn-toggle.events-closed {
  transform: rotate(180deg);
}

@media (max-width: 768px) {
  /* line 254, app/assets/stylesheets/application.scss */
  .btn-toggle {
    margin: 2rem 0;
  }
  /* line 256, app/assets/stylesheets/application.scss */
  .btn-toggle img {
    transform: rotate(90deg);
  }
}
