.adopt {
  overflow: hidden;
  width: 100vw;
  position: fixed;
  bottom: 0px;
  user-select: none;
  z-index: 2147483647;
  box-sizing: border-box;
  line-height: 1.5em;
  font-family: Arial, Helvetica, sans-serif;
  background: #e7e7e7;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 6px 0px;
  left: 0px;
}
@media (max-width: 768px) {
  .adopt {
    inset: auto 0px 90px;
    max-width: 350px;
    width: calc(100vw - 40px);
    margin-left: auto;
    margin-right: auto;
    border-radius: 15px;
    position: fixed;
  }
}
.adopt .adopt-content {
  display: flex;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  align-items: center;
  padding: 20px;
  flex-direction: row;
  justify-content: space-between;
  color: black;
  flex-wrap: wrap;
  gap: 1rem;
}
.adopt a {
  font-size: 0.9rem;
  font-weight: 900;
  text-decoration: underline;
}
.adopt span {
  font-size: 0.9rem;
  font-weight: 900;
  cursor: pointer;
}
.adopt span small {
  display: none !important;
  visibility: hidden !important;
}
.adopt .adopt-main-content {
  box-sizing: border-box;
  min-width: 70%;
  width: auto;
  text-align: left;
  line-height: var(--adopt-lineHeights-title);
  min-height: 0px;
  max-height: 100%;
  color: black;
}
.adopt .adopt-main-content .adopt-main-content-header {
  padding-right: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 300px;
  margin: 0px 0px 10px;
  font-size: var(--adopt-fontSizes-title);
  color: black;
}
.adopt .adopt-main-content .adopt-main-content-header .adopt-title {
  margin: 0px;
  font-size: var(--adopt-fontSizes-title);
  color: black;
}
.adopt .adopt-main-content .adopt-main-content-header .adopt-link {
  cursor: pointer;
  text-decoration: none;
  font-size: var(--adopt-fontSizes-text);
  width: 50px;
  text-align: right;
  white-space: nowrap;
  color: black;
  left: 185px;
  top: 20px;
}
.adopt .adopt-button-as-link {
  text-decoration: underline;
  padding: 0px;
  cursor: pointer;
  border: none;
  line-height: 1px;
  letter-spacing: 0px;
  text-align: center;
  appearance: none;
  font-size: var(--adopt-fontSizes-text);
  color: black;
  background: #e7e7e7;
  box-shadow: none;
}
.adopt .adopt-button-reject {
  font-size: var(--adopt-fontSizes-text);
  padding: 10px 30px;
  border-radius: 20px;
  cursor: pointer;
  line-height: 1;
  text-align: center;
  color: black;
  border: 1px solid black;
  background: #e7e7e7;
}
.adopt #adopt-accept-all-button {
  font-size: var(--adopt-fontSizes-text);
  border: none;
  cursor: pointer;
  line-height: 1;
  letter-spacing: 0px;
  text-align: center;
  color: #e7e7e7;
  background: black;
  border-radius: 20px;
  padding: 10px 30px;
  box-shadow: black 0px 10px 28px -12px;
}
.adopt .adopt-buttons {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 0 auto;
}
.adopt .adopt-main-bar {
  line-height: 1.8em;
  font-size: 1rem !important;
}
.adopt .adopt-main-bar .adopt-fast-links {
  color: black;
  font-size: 1rem !important;
}
.adopt .adopt-main-bar .adopt-fast-links #adopt-divisor {
  margin: 0px 2px;
  text-decoration: none;
}
.adopt .adopt-main-bar .adopt-developed-by {
  display: none !important;
  font-size: 0.9rem;
  color: black;
}
.adopt .adopt-main-bar .adopt-c-description {
  font-size: 0.9rem;
  font-family: 'Open Sans', sans-serif;
  min-width: 0;
  min-height: 0;
  color: black;
}
