@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');@import url('https://fonts.googleapis.com/css2?family=Mona+Sans:wght@200..900&display=swap');

:root {
  font-family: system-ui, Avenir, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;

  color-scheme: light dark;
  color: rgba(255, 255, 255, 0.87);
  background-color: #ffffff;

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html.is-android-webview,
html.is-android-webview body {
  overscroll-behavior-y: contain;
}
.toggle-switch {
  position: relative;
  display: inline-block;
  width: 62px;
  height: 28px;
}
.toggle-switch .toggle-switch-checkbox {
  display: none;
}
.toggle-switch .toggle-switch-label {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #858586;
  border-radius: 30px;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s;
}
.toggle-switch .toggle-switch-label .toggle-switch-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0 8px;
  pointer-events: none;
  font-size: 13px;
  font-weight: 500;
}
.toggle-switch .toggle-switch-label .toggle-switch-inner .switch-label-yes,
.toggle-switch .toggle-switch-label .toggle-switch-inner .switch-label-no {
  opacity: 0;
  transition: opacity 0.3s;
  color: #fff;
  padding-left: 2px;
  padding-right: 2px;
}
.toggle-switch .toggle-switch-label .toggle-switch-switch {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 50%;
  transition: left 0.3s;
}
.toggle-switch .toggle-switch-checkbox:checked + .toggle-switch-label {
  background-color: #1761b9;
}
.toggle-switch .toggle-switch-checkbox:checked + .toggle-switch-label .toggle-switch-inner .switch-label-yes {
  opacity: 1;
}
.toggle-switch .toggle-switch-checkbox:checked + .toggle-switch-label .toggle-switch-inner .switch-label-no {
  opacity: 0;
}
.toggle-switch .toggle-switch-checkbox:checked + .toggle-switch-label .toggle-switch-switch {
  left: calc(100% - 26px);
}
.toggle-switch .toggle-switch-checkbox:not(:checked) + .toggle-switch-label {
  background-color: #858586;
}
.toggle-switch .toggle-switch-checkbox:not(:checked) + .toggle-switch-label .switch-label-yes {
  opacity: 0;
}
.toggle-switch .toggle-switch-checkbox:not(:checked) + .toggle-switch-label .switch-label-no {
  opacity: 1;
}.map-list-manufacturer {
  transform: translateX(20px) translateY(-55px) !important;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  width: auto !important;
  padding-left: 10px;
  min-width: 200px;
  max-width: 500px;
}
.map-list-manufacturer img {
  display: none;
}
.map-list-manufacturer ul {
  position: relative;
  margin: 5px;
  padding: 15px;
  background-color: #fff;
  box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.3);
  list-style: none;
  border-radius: 15px;
}
.map-list-manufacturer ul:after {
  background: #fff;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  top: 50%;
  box-shadow: -1px 2px 2px 0px rgba(0, 0, 0, 0.3);
  transform: translate(-50%, -50%) rotate(45deg);
  width: 10px;
}
.map-list-manufacturer ul li span:not(.fib-unclaimed-badge, .fib-verified-badge, .fib-claimed-badge, .fib-disputed-badge) {
  text-transform: initial;
  font-weight: normal;
  white-space: normal;
}
.map-list-manufacturer ul li span:not(.fib-unclaimed-badge, .fib-verified-badge, .fib-claimed-badge, .fib-disputed-badge) p {
  margin: 0;
}

.map-list-click-manufacturer {
  transform: translateX(20px) translateY(-55px) !important;
  font-size: 14px;
  width: auto !important;
  padding-left: 10px;
  min-width: 200px;
  max-width: 500px;
}
.map-list-click-manufacturer .close-icon {
  top: 15px;
  right: 15px;
  z-index: 1;
  position: absolute;
  cursor: default;
}
.map-list-click-manufacturer > img {
  top: 3px;
  right: 3px;
  z-index: 1;
}
.map-list-click-manufacturer ul {
  position: relative;
  margin: 5px;
  padding: 30px 15px 15px;
  background-color: #fff;
  box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.3);
  list-style: none;
  border-radius: 15px;
}
.map-list-click-manufacturer ul li {
  display: flex;
  margin-bottom: 10px;
  align-items: flex-end;
  width: 100%;
}
.map-list-click-manufacturer ul li.--table {
  display: table-row;
}
.map-list-click-manufacturer ul li.--table > span {
  display: table-cell;
  white-space: normal;
}
.map-list-click-manufacturer ul li.--table > span:hover, .map-list-click-manufacturer ul li.--table > span:focus {
  text-decoration: underline;
}
.map-list-click-manufacturer ul li.--table > span:not(.mlm-location) {
  padding: 8px;
}
.map-list-click-manufacturer ul li.mlm-ifo--true {
  cursor: pointer;
}
.map-list-click-manufacturer ul li:last-child {
  margin-bottom: 0;
}
.map-list-click-manufacturer ul li p {
  margin: 0;
}
.map-list-click-manufacturer ul .mlm-location:not(.long-text) {
  position: relative;
  font-weight: 700;
  margin-right: 5px;
}
.map-list-click-manufacturer ul .mlm-location:not(.long-text) img {
  width: 25px;
}
.map-list-click-manufacturer ul .mlm-location:not(.long-text) span {
  color: #fff;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
}
.map-list-click-manufacturer ul .mlm-location.long-text img {
  display: none;
  visibility: hidden;
}
.map-list-click-manufacturer ul .mlm-location.long-text span {
  color: #000;
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 1px solid #719949;
  text-align: center;
  line-height: 24px;
  font-size: 10px;
}
.map-list-click-manufacturer ul .mlm-location.long-text span.process-status-self_reported, .map-list-click-manufacturer ul .mlm-location.long-text span.process-status-unclaimed {
  border-color: #e8db95 !important;
  background-color: #e8db95 !important;
}
.map-list-click-manufacturer ul .mlm-location.long-text span.process-status-verified {
  border-color: #e7f3de !important;
  background-color: #e7f3de !important;
}
.map-list-click-manufacturer ul .mlm-location.long-text span.process-status-claimed {
  border-color: #cccccb !important;
  background-color: #cccccb !important;
}
.map-list-click-manufacturer ul:after {
  background: #fff;
  content: "";
  height: 10px;
  left: -5px;
  position: absolute;
  top: 40px;
  box-shadow: -1px 2px 2px 0px rgba(0, 0, 0, 0.3);
  transform: rotate(45deg);
  width: 10px;
}

.fib-process-markers {
  font-size: 12px;
  text-transform: capitalize !important;
}
.fib-process-markers span.fib-process-markers-status {
  color: #000;
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  border: 1px solid #242424;
  text-align: center;
  line-height: 24px;
  font-size: 10px;
}
.fib-process-markers span.fib-process-markers-status.process-status-self_reported, .fib-process-markers span.fib-process-markers-status.process-status-unclaimed {
  border-color: #e8db95 !important;
  background-color: #e8db95 !important;
}
.fib-process-markers span.fib-process-markers-status.process-status-verified {
  border-color: #e7f3de !important;
  background-color: #e7f3de !important;
}
.fib-process-markers span.fib-process-markers-status.process-status-claimed {
  border-color: #cccccb !important;
  background-color: #cccccb !important;
}
.fib-process-markers-single span:not(.fib-unclaimed-badge, .fib-verified-badge, .fib-claimed-badge, .fib-disputed-badge) {
  display: unset !important;
}
.fib-process-markers span:empty {
  display: none;
  visibility: hidden;
}

.fib-process-marker-label {
  background: white;
  color: black;
  font-size: 12px !important;
  font-weight: bold;
  width: 20px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  top: 16px;
  left: 0;
  border-radius: 50%;
  border: 1px solid #000;
}

.marker-info-container {
  position: absolute;
  z-index: 10000;
  max-width: 500px;
  min-width: 200px;
  width: 100% !important;
  background: transparent;
  pointer-events: auto;
}
.marker-info-container .marker-info-content {
  position: relative;
  margin: 5px;
  padding: 15px;
  background-color: #fff;
  box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.3);
  list-style: none;
  border-radius: 15px;
  width: 100%;
}
.marker-info-container .marker-info-content:after {
  background: #fff;
  content: "";
  height: 10px;
  left: -5px;
  position: absolute;
  top: 40px;
  box-shadow: -1px 2px 2px 0px rgba(0, 0, 0, 0.3);
  transform: rotate(45deg);
  width: 10px;
}
.marker-info-container .marker-info-content h6 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #333;
}
.marker-info-container .marker-info-content li {
  display: flex;
  margin-bottom: 8px;
  align-items: center;
  width: 100%;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
}
.marker-info-container .marker-info-content li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.marker-info-container .marker-info-content li .d-flex {
  display: flex;
  width: 100%;
}
.marker-info-container .marker-info-content li .d-flex .fib-process-markers-status {
  color: black;
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  border: 1px solid #242424;
  text-align: center;
  line-height: 24px;
  font-size: 10px;
  margin-right: 8px;
}
.marker-info-container .marker-info-content li .d-flex .fib-process-markers-status.process-status-self_reported, .marker-info-container .marker-info-content li .d-flex .fib-process-markers-status.process-status-unclaimed {
  border-color: #e8db95 !important;
  background-color: #e8db95 !important;
}
.marker-info-container .marker-info-content li .d-flex .fib-process-markers-status.process-status-verified {
  border-color: #e7f3de !important;
  background-color: #e7f3de !important;
}
.marker-info-container .marker-info-content li .d-flex .fib-process-markers-status.process-status-claimed {
  border-color: #cccccb !important;
  background-color: #cccccb !important;
}
.marker-info-container .marker-info-content li .d-flex .fib-process-markers-pname {
  flex: 1;
  font-size: 12px;
  color: #333;
}

.custom-markers-container {
  position: absolute;
  min-width: 72px;
  height: 52px;
  pointer-events: auto;
  cursor: pointer;
  color: #ffffff;
  text-align: center;
  z-index: 9999999;
  transform: translate(calc(-50% + 36px), 0%);
}
.custom-markers-container .marker-icon-multiple {
  display: flex;
  box-sizing: border-box;
  background-color: black;
  border-radius: 20px;
  height: 38px;
  align-items: center;
  justify-content: center;
  padding-left: 12px;
  padding-right: 12px;
  z-index: 9999999;
  position: relative;
}
.custom-markers-container .marker-icon-multiple::after {
  position: absolute;
  content: "";
  bottom: -11px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid black;
}
.custom-markers-container .marker-icon-multiple .marker-text {
  background: transparent;
  color: #ffffff !important;
  font-size: 12px !important;
  font-weight: bold;
  padding-bottom: 14px !important;
  z-index: 9999999;
}
.custom-markers-container .marker-info-container {
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10001;
  max-width: 400px;
  min-width: 300px;
  width: auto;
  background: transparent;
  pointer-events: auto;
}
.custom-markers-container .marker-info-container .marker-info-content {
  position: relative;
  margin: 5px;
  padding: 15px;
  background-color: #fff;
  box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.3);
  list-style: none;
  border-radius: 15px;
  width: 100%;
}
.custom-markers-container .marker-info-container .marker-info-content:after {
  background: #fff;
  content: "";
  height: 10px;
  left: 50%;
  position: absolute;
  top: -5px;
  box-shadow: -1px 2px 2px 0px rgba(0, 0, 0, 0.3);
  transform: translateX(-50%) rotate(45deg);
  width: 10px;
}.map-list-manufacturer {
  transform: translateX(20px) translateY(-55px) !important;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  width: auto !important;
  padding-left: 10px;
  min-width: 250px;
  max-width: 500px;
}
.map-list-manufacturer img {
  display: none;
}
.map-list-manufacturer ul {
  position: relative;
  margin: 5px;
  padding: 15px;
  background-color: #fff;
  box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.3);
  list-style: none;
  border-radius: 15px;
}
.map-list-manufacturer ul:after {
  background: #fff;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  top: 50%;
  box-shadow: -1px 2px 2px 0px rgba(0, 0, 0, 0.3);
  transform: translate(-50%, -50%) rotate(45deg);
  width: 10px;
}
.map-list-manufacturer ul li span:not(.fib-unclaimed-badge, .fib-verified-badge, .fib-claimed-badge, .fib-disputed-badge) {
  text-transform: initial;
  font-weight: normal;
  white-space: normal;
}
.map-list-manufacturer ul li span:not(.fib-unclaimed-badge, .fib-verified-badge, .fib-claimed-badge, .fib-disputed-badge) p {
  margin: 0;
}

.map-list-click-manufacturer {
  transform: translateX(20px) translateY(-55px) !important;
  font-size: 14px;
  width: auto !important;
  padding-left: 10px;
  min-width: 250px;
  max-width: 500px;
}
.map-list-click-manufacturer .close-icon {
  top: 15px;
  right: 15px;
  z-index: 1;
  position: absolute;
  cursor: default;
}
.map-list-click-manufacturer > img {
  top: 3px;
  right: 3px;
  z-index: 1;
}
.map-list-click-manufacturer ul {
  position: relative;
  margin: 5px;
  padding: 30px 15px 15px;
  background-color: #fff;
  box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.3);
  list-style: none;
  border-radius: 15px;
}
.map-list-click-manufacturer ul li {
  display: flex;
  margin-bottom: 10px;
  align-items: flex-end;
  width: 100%;
}
.map-list-click-manufacturer ul li.--table {
  display: table-row;
}
.map-list-click-manufacturer ul li.--table > span {
  display: table-cell;
  white-space: normal;
}
.map-list-click-manufacturer ul li.--table > span:hover, .map-list-click-manufacturer ul li.--table > span:focus {
  text-decoration: underline;
}
.map-list-click-manufacturer ul li.--table > span:not(.mlm-location) {
  padding: 8px;
}
.map-list-click-manufacturer ul li.mlm-ifo--true {
  cursor: pointer;
}
.map-list-click-manufacturer ul li:last-child {
  margin-bottom: 0;
}
.map-list-click-manufacturer ul li p {
  margin: 0;
}
.map-list-click-manufacturer ul .mlm-location:not(.long-text) {
  position: relative;
  font-weight: 700;
  margin-right: 5px;
}
.map-list-click-manufacturer ul .mlm-location:not(.long-text) img {
  width: 25px;
}
.map-list-click-manufacturer ul .mlm-location:not(.long-text) span {
  color: #fff;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
}
.map-list-click-manufacturer ul .mlm-location.long-text img {
  display: none;
  visibility: hidden;
}
.map-list-click-manufacturer ul .mlm-location.long-text span {
  color: black;
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 1px solid #709949;
  text-align: center;
  line-height: 24px;
  font-size: 10px;
}
.map-list-click-manufacturer ul .mlm-location.long-text span.process-status-self_reported, .map-list-click-manufacturer ul .mlm-location.long-text span.process-status-unclaimed {
  border-color: #e8db95 !important;
  background-color: #e8db95 !important;
}
.map-list-click-manufacturer ul .mlm-location.long-text span.process-status-verified {
  border-color: #e7f3de !important;
  background-color: #e7f3de !important;
}
.map-list-click-manufacturer ul .mlm-location.long-text span.process-status-claimed {
  border-color: #cccccb !important;
  background-color: #cccccb !important;
}
.map-list-click-manufacturer ul:after {
  background: #fff;
  content: "";
  height: 10px;
  left: -5px;
  position: absolute;
  top: 40px;
  box-shadow: -1px 2px 2px 0px rgba(0, 0, 0, 0.3);
  transform: rotate(45deg);
  width: 10px;
}

.text-green {
  color: #719949 !important;
}

.fib-process-markers-label {
  background: transparent;
  color: #ffffff !important;
  font-size: 12px !important;
  font-weight: bold;
  padding-bottom: 14px !important;
}
.fib-process-markers-label:hover {
  opacity: 0.25;
}

.fib-process-marker-label {
  background: white;
  color: black;
  font-size: 12px !important;
  font-weight: bold;
  width: 20px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  top: 16px;
  left: 0;
  border-radius: 50%;
  border: 1px solid #000;
}

.fib-process-unclaimed {
  font-size: 13px;
}
.fib-process-unclaimed p {
  font-size: 13px;
  color: #454745;
  text-transform: initial;
  font-weight: 400;
}
.fib-process-unclaimed p img {
  display: inline-block !important;
  margin-left: 4px;
}
.fib-process-unclaimed h6 {
  font-size: 14px;
  font-weight: bold;
}
.fib-process-unclaimed a {
  font-size: 13px;
  color: #709949;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.fib-process-markers span.fib-process-markers-status {
  color: black;
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  border: 1px solid #242424;
  text-align: center;
  line-height: 24px;
  font-size: 10px;
}
.fib-process-markers span.fib-process-markers-status.process-status-self_reported, .fib-process-markers span.fib-process-markers-status.process-status-unclaimed {
  border-color: #e8db95 !important;
  background-color: #e8db95 !important;
}
.fib-process-markers span.fib-process-markers-status.process-status-verified {
  border-color: #e7f3de !important;
  background-color: #e7f3de !important;
}
.fib-process-markers span.fib-process-markers-status.process-status-claimed {
  border-color: #cccccb !important;
  background-color: #cccccb !important;
}
.fib-process-markers-single span:not(.fib-unclaimed-badge, .fib-verified-badge, .fib-claimed-badge, .fib-disputed-badge) {
  display: unset !important;
}
.fib-process-markers span:empty {
  display: none;
  visibility: hidden;
}

.fib-process-markers-single span.fib-process-markers-status {
  color: black;
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  line-height: 24px;
  font-size: 10px;
}
.fib-process-markers-single span.fib-process-markers-status.process-status-self_reported, .fib-process-markers-single span.fib-process-markers-status.process-status-unclaimed {
  border-color: #e8db95 !important;
  background-color: #e8db95 !important;
}
.fib-process-markers-single span.fib-process-markers-status.process-status-verified {
  border-color: #e7f3de !important;
  background-color: #e7f3de !important;
}
.fib-process-markers-single span.fib-process-markers-status.process-status-claimed {
  border-color: #cccccb !important;
  background-color: #cccccb !important;
}
.fib-process-markers-single span:not(.fib-unclaimed-badge, .fib-verified-badge, .fib-claimed-badge, .fib-disputed-badge) {
  display: unset !important;
}
.fib-process-markers-single span:empty {
  display: none;
  visibility: hidden;
}

.fib-marker-verified-status {
  color: #242424 !important;
  padding-left: 31px;
  font-size: 12px;
}

span.fib-process-markers-status {
  color: black;
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  line-height: 24px;
  font-size: 10px;
}
span.fib-process-markers-status.process-status-self_reported, span.fib-process-markers-status.process-status-unclaimed {
  border-color: #e8db95 !important;
  background-color: #e8db95 !important;
}
span.fib-process-markers-status.process-status-verified {
  border-color: #e7f3de !important;
  background-color: #e7f3de !important;
}
span.fib-process-markers-status.process-status-claimed {
  border-color: #cccccb !important;
  background-color: #cccccb !important;
}.map-list-manufacturer {
  transform: translateX(20px) translateY(-100%) !important;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  width: auto !important;
  padding-left: 10px;
  min-width: 250px;
  max-width: 500px;
}
.map-list-manufacturer img {
  display: none;
}
.map-list-manufacturer ul {
  position: relative;
  margin: 5px;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.3);
  list-style: none;
}
.map-list-manufacturer ul:after {
  background: #fff;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  top: 50%;
  box-shadow: -1px 2px 2px 0px rgba(0, 0, 0, 0.3);
  transform: translate(-50%, -50%) rotate(45deg);
  width: 10px;
}
.map-list-manufacturer ul li span {
  display: inline-block;
  text-transform: initial;
  font-weight: normal;
}
.map-list-manufacturer ul li span p {
  margin: 0;
}

.map-list-click-manufacturer {
  transform: translateX(20px) translateY(-100%) !important;
  font-size: 14px;
  width: auto !important;
  padding-left: 10px;
  min-width: 250px;
  max-width: 500px;
}
.map-list-click-manufacturer > img {
  top: 3px;
  right: 3px;
  z-index: 1;
}
.map-list-click-manufacturer ul {
  position: relative;
  margin: 5px;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.3);
  list-style: none;
}
.map-list-click-manufacturer ul li {
  display: flex;
  margin-bottom: 10px;
  align-items: flex-end;
  cursor: pointer;
  width: 100%;
}
.map-list-click-manufacturer ul li:last-child {
  margin-bottom: 0;
}
.map-list-click-manufacturer ul li p {
  margin: 0;
}
.map-list-click-manufacturer ul .mlm-location {
  position: relative;
  font-weight: 700;
  margin-right: 5px;
}
.map-list-click-manufacturer ul .mlm-location img {
  width: 25px;
}
.map-list-click-manufacturer ul .mlm-location span {
  color: #fff;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
}
.map-list-click-manufacturer ul:after {
  background: #fff;
  content: "";
  height: 10px;
  left: -5px;
  position: absolute;
  bottom: 20px;
  box-shadow: -1px 2px 2px 0px rgba(0, 0, 0, 0.3);
  transform: rotate(45deg);
  width: 10px;
}.gm-style-iw {
  width: 100% !important;
  max-width: none !important;
}

.gm-style-iw-c {
  padding: 0 !important;
  overflow: visible !important;
  max-width: none !important;
  width: 100% !important;
}

.gm-style-iw-d {
  overflow: visible !important;
  max-height: none !important;
}

.gm-style .gm-style-iw-tc {
  display: none;
}

.map-list-manufacturer,
.map-list-click-manufacturer {
  position: relative;
  z-index: 10000;
}
.map-list-manufacturer > div,
.map-list-click-manufacturer > div {
  width: 100% !important;
}
.map-list-manufacturer ul,
.map-list-click-manufacturer ul {
  min-width: 300px !important;
  width: auto !important;
  max-width: 500px !important;
}

.fib-process-markers-single {
  width: 100%;
}
.fib-process-markers-single h6 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: none;
}
.fib-process-markers-single p {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
}
.fib-process-markers-single p:not(:last-child) {
  margin-bottom: 8px;
}
.fib-process-markers-single .d-flex {
  display: flex;
  align-items: center;
  gap: 8px;
}

.map-list-manufacturer ul li h6,
.map-list-click-manufacturer ul li h6 {
  font-size: 14px !important;
  font-weight: bold !important;
  margin-bottom: 8px !important;
  text-transform: none !important;
}
.map-list-manufacturer ul li p,
.map-list-click-manufacturer ul li p {
  font-size: 13px !important;
  color: #454745 !important;
  text-transform: initial !important;
  font-weight: 400 !important;
  margin: 0 !important;
  line-height: 1.4 !important;
}
.map-list-manufacturer ul li a,
.map-list-click-manufacturer ul li a {
  color: #719949 !important;
  text-decoration: underline !important;
}

.fib-process-unclaimed {
  width: 100%;
}
.fib-process-unclaimed h6 {
  font-size: 14px !important;
  font-weight: bold !important;
  margin-bottom: 8px !important;
}
.fib-process-unclaimed p {
  font-size: 13px !important;
  color: #454745 !important;
  margin-bottom: 5px !important;
}
.fib-process-unclaimed p:last-child {
  margin-bottom: 0 !important;
}
.fib-process-unclaimed a {
  color: #719949 !important;
  text-decoration: underline !important;
  cursor: pointer !important;
}