:root {
  --cookiesBanner: #0054a6;
  --textColor: #15141A
}
.label-title-checkbox {
  margin: 0 0 0.5rem 0 !important;
  font-size: 1.2rem;
  font-weight: 500 !important;
  color: var(--textColor);
}
#cookies-baner-wrapper .extended-content {
  padding: 15px 0 0;
  border-top: 1px solid #d9d9d9;
  margin: 0;
}
#cookies-baner-open.cookies-baner-icon {
  bottom: 10px;
  left: 10px;
  border-radius: 50%;
}
#cookies-baner-open.cookies-baner-icon .cookies-baner-open-content {
  border-radius: 50%;
  padding: 1px;
  border: 2px solid var(--cookiesBanner);
  background-color: var(--cookiesBanner);
  font-size: unset;
  font-weight: 200 !important;
  width: 46px;
  height: 46px;
}
#cookies-baner-icon-inner {
  width: 30px;
  height: 30px;
  fill: #fff;
  background-color: var(--cookiesBanner);
  margin: 5px;
}
#cookies-baner ul {
  margin: 0;
}
#cookies-baner ul > li > input {    /* TODO:   TU COS NIE DZIALA */
  background-color: red;
}
#Capa_1 {
  fill: var(--cookiesBanner);
  width: 48px;
  height: 48px;
}
#cookies-baner-open {
  display: none;
  position: fixed;
  bottom: 0;
  left: 100px;
  background-color: #fff;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
  cursor: pointer;
  text-align: center;
  z-index: 9999;
}
#cookies-baner-open.cookies-baner-open-shortcode {
  display: block;
  position: relative;
  left: unset;
  bottom: unset;
  background: unset;
  border: unset;
  text-align: unset;
  border-radius: unset;
  color: inherit;
}

#cookies-baner-open .cookies-baner-open-content {
  padding: 2px 12px;
  border: 2px solid var(--cookiesBanner);
  border-bottom: none;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  color: var(--textColor);
  font-size: 13px;
  line-height: 13px;
  padding: 8px 14px;
  font-weight: 400 !important;
}
#cookies-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  pointer-events: none;
  opacity: 0;
  z-index: 999999999;
}
#cookies-overlay.active {
  opacity: 1;
  pointer-events: all;
}
#cookies-baner-wrapper {
  display: none;
  position: fixed;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 99999999999999;
}
#cookies-baner-wrapper p {
  color: var(--textColor);
  font-size: 0.9rem;
  line-height: 1.4rem;
  font-weight: 400 !important;
}
#cookies-baner-wrapper .extendex-checkbox p {
  /* font-size: 14px; */
  font-weight: 400;
  text-transform: initial;
  font-weight: 400 !important;
  /* margin: 0 0 15px 0 !important; */
  margin: 0 0 0 0 !important;
}
#cookies-baner-wrapper .cookies-baner {
  border-radius: 10px;
  background: #fff;
  position: relative;
  width: min(95%, 850px);
  border: 2px solid var(--cookiesBanner);
}
#cookies-baner-wrapper .cookies-baner.show-more-cookies {
  border-bottom-right-radius: 0;
  z-index: 9999999;
}
#cookies-baner-wrapper .cookies-baner-content {
  overflow: auto;
  max-height: 80vh;
}
#cookies-baner-wrapper h2 {
  margin: 0 0 15px;
}
#cookies-baner-wrapper h6 {
  margin: 0 0 10px 0 !important;
  font-size: 20px;
  color: var(--textColor);
  text-transform: initial;
}
#cookies-baner-wrapper a {
  text-decoration: none;
  color: var(--cookiesBanner);
}
#cookies-baner-wrapper .buttons,
#cookies-baner-wrapper .extended-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#cookies-baner-wrapper .btn {
  min-width: 210px;
  letter-spacing: 0 !important;
  border: 1px solid var(--cookiesBanner);
  background: var(--cookiesBanner);
  color: #fff;
  padding: 16px 20px;
  margin: 5px 5px 0;
  font-size: 17px;
  font-weight: 400 !important;
  border-radius: 5px;
  line-height: 14px;
  text-align: center;
  cursor: pointer;
}

#cookies-baner-wrapper .btn:hover {
  color: #fff;
}
#cookies-baner-wrapper .btn-close {
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 27px;
  line-height: 1;
  padding: 0px;
  border: none;
  background: none;
  color: var(--cookiesBanner);
  border-radius: 50%;
  margin: 0;
  transform: rotate(45deg);
}
#cookies-baner-wrapper .btn-close:hover {
  color: var(--cookiesBanner);
}
#cookies-baner-wrapper .btn-color-reverse {
  background: #fff;
  color: var(--cookiesBanner) !important;
  font-weight: 400;
  border-width: 2px;
}
/* #cookies-baner-wrapper .btn:focus,
button:focus,
a:focus,
input[type='checkbox']:focus,
a img:focus {
  outline: 2px solid var(--cookiesBanner);
  outline-offset: 4px;
  border-radius: 5px;
} */
#cookies-baner-wrapper .btn-color-reverse:hover {
  color: var(--cookiesBanner);
}
#cookies-baner-wrapper .extendex-checkbox {
  display: flex;
  margin-bottom: 10px;
  align-items: flex-start;
}
#cookies-baner-wrapper .extended-content {
  padding: 15px 0 0;
  border-top: 1px solid #d9d9d9;
}
#cookies-baner-wrapper .cookies-baner-extended {
  display: none;
}
#cookies-baner-wrapper .show-more-cookies .cookies-baner-extended {
  display: block;
  padding: 0 20px 20px;
}
#cookies-baner-wrapper .cookies-baner-main {
  padding: 20px;
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#cookies-baner-wrapper .show-more-cookies .cookies-baner-main .buttons {
  display: none;
}
#cookies-baner-wrapper .checkbox-text {
  margin-left: 10px;
  font-weight: 400;
  word-wrap: break-word;
  width: calc(100% - 30px);
}
#cookies-baner-wrapper .checkbox-text h6 {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 10px !important;
}
#cookies-baner-wrapper .checkbox-text p {
  font-size: 0.9rem;
  line-height: 1.4rem;
}
#cookies-baner-wrapper .extended-item {
  display: none;
}
#cookies-baner-wrapper .show-more-cookies .extended-item {
  display: block;
}

#cookies-baner-wrapper .cookies-baner-header {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  border-bottom: 2px solid var(--cookiesBanner);
  background-color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  z-index: 999999;
}
#cookies-baner-wrapper .cookies-baner-header p {
  margin: 0 0 0 20px;
  font-size: 30px;
}

#cookies-baner-wrapper .cookies-baner-header-left {
  flex-direction: row;
  display: flex;
  width: 60%;
}
#cookies-baner-wrapper .cookies-baner-header-right {
  flex-direction: row;
  display: flex;
  width: 40%;
  justify-content: flex-end;
  align-self: middle;
}
#cookies-baner-wrapper .cookies-baner-header-left p {
  align-self: center;
}
#cookies-baner-wrapper .cookies-baner-header-right p {
  font-size: 16px !important;
  margin-right: 10px !important;
  line-height: 120%;
  align-self: center;
}
#cookies-baner-wrapper .cookies-baner-header-right .cookies-baner-icon {
  align-self: center;
}
#cookies-baner-wrapper .cookies-baner-main .buttons {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 768px) {
  #cookies-baner-wrapper .buttons,
  #cookies-baner-wrapper .extended-buttons {
    flex-direction: column-reverse;
  }
  #cookies-baner-wrapper .cookies-baner-header {
    padding: 10px;
  }
  #cookies-baner-wrapper .cookies-baner-header-left {
    flex-direction: row;
    display: flex;
    width: 50%;
  }
  #cookies-baner-wrapper .cookies-baner-header-right {
    flex-direction: row;
    display: flex;
    width: 50%;
    justify-content: flex-end;
  }
  #cookies-baner-wrapper .cookies-baner-header-left p {
    font-size: 16px !important;
  }
  #cookies-baner-wrapper .cookies-baner-header-left img {
    width: 30px;
    height: 30px;
  }
  #cookies-baner-wrapper .cookies-baner-header-right p {
    font-size: 10px !important;
    text-align: right;
  }
  #cookies-baner-wrapper .cookies-baner-header-right img {
    width: 35px;
  }
  #cookies-baner-wrapper .btn {
    margin-bottom: 5px;
    min-width: 250px;
    padding: 10px;
    font-size: 12px;
  }
  #cookies-baner-wrapper .row .buttons {
    margin-top: 20px;
    align-self: center;
  }
  body #cookies-baner-wrapper p,
  body #cookies-baner-wrapper .extendex-checkbox p {
  color: var(--textColor);
    font-size: 11px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 420px) {
  #cookies-baner-open {
    left: 50%;
    transform: translatex(-50%);
    min-width: 190px;
  }
  #cookies-baner-wrapper .buttons,
  #cookies-baner-wrapper .extended-buttons {
    flex-direction: column-reverse;
  }
  #cookies-baner-wrapper .btn {
    min-width: 165px;
  }
}
#cookies-baner-wrapper .cookies-baner-header-left p {
  line-height: 120%;
  font-size: 28px;
}
@media only screen and (max-width: 768px) {
  #cookies-baner-wrapper .cookies-baner-header-left p {
    line-height: 120%;
    font-size: 15px !important;
  }
}
