.cm-cookies {
  z-index: 9999;
  width: 100%;
  position: fixed;
  bottom: 0;
}
.cm-cookies [x-cloak] {
  display: none !important;
}
.cm-cookies a {
  color: #000;
}
.cm-cookies .cm-cookie-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
}
.cm-cookies .cm-cookie-banner {
  z-index: 99999;
  position: sticky;
  bottom: 0;
  height: auto;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
  background: white;
  padding: 1rem;
  display: flex;
  justify-content: center;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.cm-cookies .cm-cookie-banner .cm-cookie-banner-container {
  width: 100%;
  max-width: 700px;
}
.cm-cookies .cm-cookie-banner .cm-cookie-header {
  margin-bottom: 1rem;
}
.cm-cookies .cm-cookie-banner .cm-cookie-header .cm-cookie-main-title {
  font-weight: bold;
  font-size: 18px;
}
.cm-cookies .cm-cookie-banner .cm-cookie-header .cm-cookie-description {
  font-size: 14px;
}
.cm-cookies .cm-cookie-banner .cm-cookie-body {
  clear: both;
}
.cm-cookies .cm-cookie-banner .cm-cookie-body .cm-cookie-agreement-buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}
@media (min-width: 768px) {
  .cm-cookies .cm-cookie-banner .cm-cookie-body .cm-cookie-agreement-buttons {
    flex-direction: row;
  }
}
.cm-cookies .cm-cookie-banner .cm-cookie-body .cm-cookie-configuration-button {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cm-cookies .cm-cookie-banner .cm-cookie-body .cm-cookie-configurations .cm-cookie-configuration {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.cm-cookies .cm-cookie-banner .cm-cookie-body .cm-cookie-configurations .cm-cookie-configuration .cm-cookie-content {
  text-align: start;
}
.cm-cookies .cm-cookie-banner .cm-cookie-body .cm-cookie-configurations .cm-cookie-configuration .cm-cookie-content .cm-cookie-title {
  font-weight: bold;
}
.cm-cookies .cm-cookie-banner .cm-cookie-body .cm-cookie-configurations .cm-cookie-configuration .cm-cookie-content .cm-cookie-description {
  font-size: 12px;
}
.cm-cookies .cm-cookie-banner .cm-cookie-body .cm-cookie-configurations .cm-cookie-configuration .cm-cookie-checkbox .cm-cookie-toggle {
  display: none;
}
.cm-cookies .cm-cookie-banner .cm-cookie-body .cm-cookie-configurations .cm-cookie-configuration .cm-cookie-checkbox .cm-cookie-toggle:checked + label {
  background-color: #006e52;
}
.cm-cookies .cm-cookie-banner .cm-cookie-body .cm-cookie-configurations .cm-cookie-configuration .cm-cookie-checkbox .cm-cookie-toggle:disabled + label {
  background-color: #3d3d3d;
}
.cm-cookies .cm-cookie-banner .cm-cookie-body .cm-cookie-configurations .cm-cookie-configuration .cm-cookie-checkbox .cm-cookie-toggle:checked + label::before {
  transform: translateX(20px);
}
.cm-cookies .cm-cookie-banner .cm-cookie-body .cm-cookie-configurations .cm-cookie-configuration .cm-cookie-checkbox label {
  display: inline-block;
  width: 40px;
  height: 20px;
  background-color: #ccc;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
  margin-left: 32px;
}
.cm-cookies .cm-cookie-banner .cm-cookie-body .cm-cookie-configurations .cm-cookie-configuration .cm-cookie-checkbox label::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  background-color: white;
  border-radius: 50%;
  transition: transform 0.3s;
}
.cm-cookies .cm-cookie-banner .cm-cookie-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  outline: 0;
  cursor: pointer;
  text-align: center;
  padding: 7px 20px;
  min-height: 36px;
  min-width: 36px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: 0.25s;
}
.cm-cookies .cm-cookie-banner .cm-cookie-btn img {
  width: 20px;
}
.cm-cookies .cm-cookie-banner .cm-cookie-btn.cm-cookie-btn-green {
  color: #ffffff;
  background-color: #008060;
  border-color: #006e52;
}
.cm-cookies .cm-cookie-banner .cm-cookie-btn.cm-cookie-btn-green:hover {
  border-color: #006e52;
  background-color: #006e52;
}
.cm-cookies .cm-cookie-banner .cm-cookie-btn.cm-cookie-btn-transparent {
  color: #000;
  background-color: #ffffff;
  border-color: #f3f3f3;
}
.cm-cookies .cm-cookie-banner .cm-cookie-btn.cm-cookie-btn-transparent:hover {
  border-color: #b8b8b8;
}
.cm-cookies .cm-cookie-banner .cm-cookie-btn.cm-cookie-btn-link {
  color: #000;
  background-color: transparent;
  text-transform: none;
}
.cm-cookies .cm-cookie-banner .cm-cookie-btn.cm-cookie-full-width {
  width: 100%;
}
.cm-cookies .cm-cookie-badge {
  z-index: 99999;
  position: fixed;
  bottom: 20px;
  left: 20px;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 50%;
  padding: 8px;
  cursor: pointer;
  display: flex;
}
.cm-cookies .cm-cookie-badge img {
  width: 25px;
  height: auto;
}
.cm-cookies .cm-cookie-badge:hover {
  border-color: #000;
}

/*# sourceMappingURL=style.css.map */
