.sg-cookies {
  background: white;
  position: fixed;
  bottom: 0;
  -webkit-box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.45);
  border-top: 1px solid;
  z-index: 9999;
  font-size: small;
}

@media screen and (max-width: 576px) {
  .sg-cookies .sg-cookies-desc {
    font-size: smaller;
    max-height: 150px;
    overflow-y: scroll;
  }
}

.sg-cookies .cookie-list-inner-cont-desktop {
  max-height: 250px;
  overflow-y: scroll;
}

.sg-cookies .sg-cookie-list-mobile {
  max-height: 250px;
  overflow-y: scroll;
}

.sg-cookies .cookie-list-inner-item {
  border-bottom: 1px solid #cccccc;
  word-wrap: break-word;
}

.sg-cookies .cookie-list-inner-item span {
  font-weight: bold;
}

.sg-cookies .cookie-list-id span {
  font-weight: bold;
  color: #cccccc;
}

.overlay-icon {
  font-size: 2rem;
  position: fixed;
  bottom: 0;
  z-index: 100;
  background: #F1b434 !important;
  color: #13294b !important;
  width: 50px;
  text-align: center;
  border-radius: 20px 20px 0 0;
  cursor: pointer;
}

.overlay-icon.overlay-preferences-icon {
  left: 50px;
}

.overlay-icon.overlay-chat-icon {
  right: 0;
  background: #13294b;
  border-radius: 20px 0 0 0;
}

.cookie-list-inner-item {
  word-wrap: break-word;
  word-break: break-word;
}
/*# sourceMappingURL=module_sgcookies.css.map */