body.path-user-municipality {
  background: rgba(245, 241, 236, 0.3);
}

body.path-municipality {
  background: #f7f5f1;
}

.path-user-municipality .region--top-return {
  display: none;
}

.region--top-return {
  margin-top: 40px;
}

.layout-container,
.layout-container .content {
  padding-top: 0;
}

.bp-event-main {
  background-color: #fff7d0;
  padding: 24px;
  border-radius: 8px;
  margin-bottom: 52px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.bp-event-title {
  font-family: "Greycliff CF";
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 16px;
}

.bp-event-description {
  font-family: "Greycliff CF";
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.bp-event-main a {
  font-family: "Greycliff CF";
  border-radius: 100px;
  padding: 8px 16px;
  background: #ffe461;
  color: #1c1a3e;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: 100%;
  max-width: 120px;
  border: 0;
}

.cta_bp-event a {

  background-color: #6269ff;
  color: white;
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 8px;
}

.cta_bp-event:hover {
  background-color: white;
  color: #6269ff;
}

/* .cta_bp-event a {
  background-color: #6269ff;
  color: white;
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 8px;
}

.cta_bp-event:hover {
  background-color: white;
  color: #6269ff;
} */

.ambassador_list_main,
.cleanup_list_main,
.user-list-container,
.material_list_main,
.bags_list_main {
  margin-top: 30px;
}

.ambassador_list_main .top-section h1,
.cleanup_list_main .top-section h1,
.user-list-container .top-section .section-one h1,
.material_list_main .top-section .section-one h1,
.bags-list-main .top-section .section-one h1 {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
}

.ambassador_list_main .top-section p,
.cleanup_list_main .top-section p,
.material_list_main .top-section p,
.bags-list-main .top-section p {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}

.ambassador_list_main table,
.cleanup_list_main table,
.material_list_main table,
.bags_list_main table {
  font-family: "Greycliff CF";
  border-collapse: collapse;
  width: 100%;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  border-collapse: separate;
  border-spacing: 0;
}

.cleanup_list_main table {

  overflow: hidden;
}

.ambassador_list_main table td,
.ambassador_list_main table th,
.cleanup_list_main table td,
.cleanup_list_main table th,
.material_list_main table td,
.material_list_main table th,
.bags_list_main table td,
.bags_list_main table th {
  font-size: 16px;
  line-height: 16px;
  font-family: "Greycliff CF";
  text-align: left;
  padding: 16px 8px;
  border: 1px solid #d9d9d9;
  border-left: 0;
  border-top: 0;
  box-shadow: unset;
}

.ambassador_list_main table tbody tr td.center,
.cleanup_list_main table tbody tr td.center,
.bags_list_main table tbody tr td.center {
  text-align: center;
  font-weight: 600;
}

.ambassador_list_main table tr th.center,
.cleanup_list_main table tr th.center,
.bags_list_main table tr th.center {
  text-align: center;
  /* font-weight: 600; */
}

.cleanup_list_main .cleanup-filters {
  display: flex;
  gap: 10px;
  margin: 16px 0px 52px;
}

.cleanup_list_main .cleanup-filters button {
  border-radius: 8px;
  border: 1px solid rgba(175, 200, 255, 0.3);
  background: #fff;
  color: #6269ff;
  padding: 12px 16px;
  font-size: 16px;
  line-height: normal;
  font-weight: 600;
  cursor: pointer;
  background: #ffffff;
}

.cleanup_list_main .cleanup-filters button.selected {
  border: 1px solid #6269ff;
  background: rgba(175, 200, 255, 0.3);
}

.user-list-container .top-section .section-one {
  display: flex;
  justify-content: space-between;
}

.user-list-container .top-section .section-one .action {
  border: 1px solid #6269ff;
  border-radius: 100px;
  padding: 12px 16px;
  background: #6269ff;
  display: flex;
  gap: 10px;
  align-items: center;
}

.user-list-container .top-section .section-one .action a {
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  font-family: "Greycliff CF";
  text-decoration: none;
  color: #ffffff;
}

.user-list-container .user-cards {
  display: flex;
  gap: 20px;
}

.user-list-container .user-cards .user-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #ffffff;
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 24px;
  width: 33%;
}

.user-list-container .user-cards .user-card .fields {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.user-list-container .user-cards .user-card .fields label {
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  font-family: "Greycliff CF";
  color: #1c1a3e;
}

.user-list-container .user-cards .user-card .fields .value {
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  font-family: "Greycliff CF";
  color: #1c1a3e;
  border: 1px solid #e9e9e8;
  padding: 12px 16px;
}

.user-list-container .user-cards .user-card .actions {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.user-list-container .user-cards .user-card .actions .action-one {
  border: 1px solid #ffe3d9;
  border-radius: 100px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.user-list-container .user-cards .user-card .actions .action-one a {
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  font-family: "Greycliff CF";
  color: #dc4914;
  text-decoration: none;
}

.user-list-container .user-cards .user-card .actions .action-two {
  border: 1px solid #e0e2ff;
  border-radius: 100px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.user-list-container .user-cards .user-card .actions .action-two a {
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  font-family: "Greycliff CF";
  color: #1c1a3e;
  text-decoration: none;
}

.user_collects {
  margin: 0 0 20px 0 !important;
}

.user_event {
  border-radius: var(--radius);
  padding: 50px;
  /* margin: 0 0 80px 0; */
}

.user_usefull {
  margin-top: 80px;
}

.event_cta_container .cta_user {
  margin-top: 20px;
}

.bg_pruple {
  background-color: #e0e2ff;
}

.user_event_container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.event_cta_container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

/* Dropdown container */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown toggle button */
.dropdown-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
  font-size: 18px;
  color: #333;
}

/* Dropdown menu */
.dropdown-menu {
  display: none;
  position: absolute;
  right: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  min-width: 120px;
  left: 0;
}

.dropdown-menu a.red {
  color: #dc4914;
}

/* Dropdown menu items */
.dropdown-item {
  display: block;
  padding: 8px 16px;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
}

.dropdown-item:hover {
  background-color: #f8f9fa;
}

/* Show dropdown menu on hover */
.dropdown:hover .dropdown-menu {
  display: block;
}

/* Dropdown container */
.user_page_content_data .dropdown {
  position: relative;
  display: flex;
  gap: 10px;
}

/* Dropdown content (hidden by default) */
.user_page_content_data .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 220px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
  top: 20px;
}

/* Links inside the dropdown */
.user_page_content_data .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.user_page_content_data .dropdown-content a:hover {
  background-color: #f1f1f1;
}

/* Show the dropdown menu on hover */
.user_page_content_data .dropdown:hover .dropdown-content {
  display: block;
}

/* event participate */
.choice_container_participate {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 0.75rem;
}

.choice_container_participate .choice {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5px;
  border: none;
  padding: 0;
  border-radius: 0;
  margin-bottom: 0;
  flex: inherit;
}

.choice_container_participate .choice:nth-child(2) {
  flex-direction: column !important;
  gap: 20px;
}

.choice_container_participate .choice .choice-input {
  display: flex;
  gap: 5px;
}

.choice_container_participate .choice-action {
  display: flex;
  gap: 10px;
  flex-direction: column;
  padding-left: 28px;
}

.choice_container_participate .choice-action p {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  font-family: "Greycliff CF";
  color: #0e1a38;
  margin-bottom: 10px;
}

.choice_container_participate .choice-action .action {
  display: flex;
  gap: 20px;
}

.choice_container_participate .choice-action a {
  background: #ffff;
  border: 1px solid #b7b6b54d;
  color: #0e1a38;
  font-size: 18px;
  line-height: 24px;
  font-family: "Greycliff CF";
  border-radius: 100px;
  padding: 12px 18px;
  text-decoration: none;
}

.choice_container_participate .choice-action a.selected {
  background: #6269ff;
  border-color: #6269ff;
  color: #ffff;
}

.choice_container_participate .choice-action a:hover {
  background: #6269ff;
  border-color: #6269ff;
  color: #ffff;
}

.municipality-dashboard .wrapper {
  width: 100%;
}

.municipality-dashboard .wrapper .user_page_content_data_container {
  margin-bottom: 56px;
}

.cleanup-details-wrap {
  display: flex;
  gap: 32px;
}

.cleanup-details-wrap .cards {
  display: flex;
  gap: 32px;
  width: 50%;
}

.cleanup-details-wrap .cards .communal-cleanup {
  width: 328px;
  border-radius: 8px;
  background: #ffdec0;
  padding: 24px;
}

.cleanup-details-wrap .cards .inventory-management {
  width: 264px;
  border-radius: 8px;
  background: rgba(59, 190, 80, 0.3);
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.cleanup-details-wrap h3 {
  color: #000;
  font-family: "Greycliff CF";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.cleanup-details-wrap p {
  color: #0e1a38;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Greycliff CF";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 24px;
}

.cleanup-details-wrap .cards a {
  color: #0e1a38;
  font-family: "Greycliff CF";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 100px;
  background: #fff;
  padding: 16px 24px;
  text-decoration: none;
  display: inline-block;
}

.cleanup-details-wrap .material-detail {
  width: 50%;
  padding: 24px 24px 40px;
  border-radius: 8px;
  background: #fff;
}

.cleanup-details-wrap .material-detail p b {
  display: block;
  font-weight: 700;
}

.cleanup-details-wrap .material-detail .bags-content {
  display: flex;
  gap: 24px;
}

.cleanup-details-wrap .material-detail .bags-content .bag {
  padding: 16px;
  border-radius: 8px;
  background: rgba(175, 200, 255, 0.3);
  display: flex;
  justify-content: space-between;
  width: 50%;
}

.cleanup-details-wrap .material-detail .bags-content .bag .bags-count h4 {
  color: #0e1a38;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Greycliff CF";
  font-size: 62px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 12px;
}

.cleanup-details-wrap .material-detail .bags-content .bag .bags-count span {
  color: #0e1a38;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Greycliff CF";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.cleanup-events {
  margin: 56px 0;
}

.cleanup-events .ce-header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.cleanup-events .ce-header-wrap h2 {
  margin: 0;
}

.cleanup-events .ce-header-wrap a {
  color: #fff;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Greycliff CF";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  border-radius: 100px;
  border: 1px solid rgba(183, 182, 181, 0.3);
  background: #6269ff;
  padding: 8px 20px;
}

.cleanup-events .events-menu {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
}

.cleanup-events .events-menu .event-menu {
  background: none;
  border: none;
  padding: 0;
  color: #0e1a38;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Greycliff CF";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 8px;
  cursor: pointer;
  position: relative;
}

.cleanup-events .events-menu .event-menu.menu-active {
  color: #6269ff;
}

.cleanup-events .events-menu .event-menu.menu-active::before,
.cleanup-events .events-menu .event-menu:hover::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--light-blue);
  bottom: 0;
  position: absolute;
  transform: scaleX(1);
  transition: transform 0.2s ease;
}

.cleanup-events .event-content {
  display: none;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
}

.cleanup-events .event-active {
  display: grid;
}

.cleanup-events .event-content .event_card {
  opacity: 1;
  height: unset;
  box-shadow: rgba(99, 99, 99, 0.1) 0px 1px 4px 0px;
}

.cleanup-events .event-content .event_card:hover {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.cleanup-events .event-content .event_card .event-label {
  display: inline-block;
  color: #000;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Greycliff CF";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  padding: 6px;
  border-radius: 4px;
  border: 1px solid #6269ff;
  background: rgba(175, 200, 255, 0.3);
  margin-bottom: 12px;
}

.cleanup-events .event-content .event_card .event-label.orange {
  border: 1px solid #ee7203;
  background: #ffdec0;
}

.cleanup-events .event-content .event_card .event-label.yellow {
  border: 1px solid #ffe461;
  background: #fff7d0;
}

.cleanup-events .event_date_container {
  font-size: 14px;
  font-weight: 600;
}

/* material list */

.material_list_main .top-section,
.bags_list_main .top-section {
  display: flex;
  justify-content: space-between;
}

.material_list_main .top-section .section-right,
.bags_list_main .top-section .section-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.material_list_main .top-section .section-right .button-download,
.bags_list_main .top-section .section-right .button-download {
  padding: 14px 16px;
  border: 1px solid #adadbb;
  border-radius: 50px;
  background: #ffffff;
}

.material_list_main .filter-section {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.material_list_main .filter-section .filter-dropdown label {
  color: #0e1a38;
  font-family: "Greycliff CF";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  margin-right: 10px;
}

.material_list_main .filter-section .filter-dropdown select {
  width: 324px;
}

.material_list_main .filter-section .filter-input {
  position: relative;
}

.material_list_main .filter-section .filter-input input {
  width: 353px;
  border: 1px solid #adadbb;
  border-radius: 8px;
  padding: 12px 16px 12px 36px;
  color: #adadbb;
  font-family: "Greycliff CF";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.material_list_main .filter-section .filter-input img {
  position: absolute;
  left: 10px;
  top: 10px;
}

.material_list_main .top-section .section-right .cta_red {
  background: #ee0303;
  color: #fff;
}

.material_list_main .top-section .section-right .cta_red:hover {
  background-color: #fff;
  border-color: #ee0303;
  color: #ee0303;
}

/* bags request list */

.bags_list_main .filter-section {}

.bags_list_main .filter-section .filter-input {
  position: relative;
  float: right;
}

.bags_list_main .filter-section .filter-input input {
  width: 353px;
  border: 1px solid #adadbb;
  border-radius: 8px;
  padding: 12px 16px 12px 36px;
  color: #adadbb;
  font-family: "Greycliff CF";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.bags_list_main .filter-section .filter-input img {
  position: absolute;
  left: 10px;
  top: 10px;
}

.bags_list_main table {
  margin-top: 20px;
}

.cleanup-events .event_links {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.cleanup-events .event_links a {
  color: #6269ff;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Greycliff CF";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

@media only screen and (max-width: 600px) {
  .bp-event-main {
    background-color: #e0e2ff;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    display: block;
    justify-content: space-between;
    align-items: center;
  }

  .button.cta_bp-event,
  .user_page_content,
  .layout-container {
    margin-top: 20px;
  }

  .cleanup_list_main,
  .ambassador_list_main,
  .material_list {
    margin-top: 64px;
    padding: 10px;
    overflow-x: scroll;
  }

  .ambassador_list_main table td,
  .ambassador_list_main table th,
  .cleanup_list_main table td,
  .cleanup_list_main table th,
  .material_list table td,
  .material_list table th {
    min-width: 12rem;
  }

  .ambassador_list_main table td p {
    display: contents;
    margin: 0 auto;
    display: block;
    text-align: center;
  }

  .user_page_nav {
    z-index: 9999;
  }

  .user-list-container {
    padding: 0 10px;
  }

  .user-list-container .user-cards {
    flex-direction: column;
  }

  .user-list-container .user-cards .user-card {
    width: 100%;
  }

  .choice_container_participate .choice-action .action {
    display: grid;
    text-align: center;
  }
}

.select-wrapper {
  position: relative;
  max-width: 120px;
  height: 36px;
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.status-dropdown {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  background-color: #f3f3f3;
  /* border: 1px solid #ccc; */
  border-radius: 4px;
  padding: 4px 36px 4px 16px;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  cursor: pointer;
}

.status-dropdown[data-value="Donné"] {
  background-color: rgba(59, 190, 80, 0.3);
  /* color: #ffffff !important; */
}

.status-dropdown[data-value="Refusé"] {
  background-color: rgba(220, 73, 20, 0.3);
  /* color: #ffffff !important; */
}

.status-dropdown[data-value="En attente"] {
  background-color: rgba(238, 114, 3, 0.3);
  /* color: #ffffff !important; */
}

.select-arrow {
  position: absolute;
  right: 16px;
  top: 45%;
  transform: translateY(-55%);
  pointer-events: none;
  width: 15px;
  height: 15px;
}