.cookie-adjust {
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(200, 200, 210, 0.9));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9));
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
}
@media (max-width: 768px) {
  .cookie-adjust {
    font-size: 0.7rem;
  }
}
.cookie-adjust h1,
.cookie-adjust h2,
.cookie-adjust h3,
.cookie-adjust h4,
.cookie-adjust h5 {
  font-weight: 600;
  margin: 0 0 1rem 0;
  padding: 0;
  font-size: 1.2rem;
}
.cookie-adjust__body {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  border-bottom: 5px solid #0b5ed7;
  padding: 3rem 2rem;
  background: #fff;
  margin: 0 10%;
}
@media (max-width: 1200px) {
  .cookie-adjust__body {
    margin: 0 1rem;
  }
}
@media (max-width: 768px) {
  .cookie-adjust__body {
    padding: 1rem 1rem;
    margin: 0 0.3rem;
  }
}
.cookie-adjust__buttons {
  margin-top: 2rem;
}
.cookie-adjust__panel-header {
  font-size: 1.8em;
  font-weight: 600;
  padding-bottom: 0.5rem;
  text-align: center;
}
.cookie-adjust .form-switch {
  margin-bottom: 0.5rem;
}
.cookie-adjust__panel-body {
  display: flex;
}
@media (max-width: 768px) {
  .cookie-adjust__panel-body {
    display: block;
  }
}
.cookie-adjust__panel-navigation {
  flex: 1;
}
@media (max-width: 768px) {
  .cookie-adjust__panel-navigation {
    margin-bottom: 2rem;
  }
}
.cookie-adjust__panel-navigation ul {
  list-style-type: none;
  margin: 0 2rem 0 0;
  padding: 0;
}
.cookie-adjust__panel-navigation ul li {
  background: #eee;
  display: block;
  margin: 0;
  padding: 1rem;
  cursor: pointer;
  border-bottom: 1px solid #aaa;
}
.cookie-adjust__panel-navigation ul li.active {
  background: #0b5ed7;
  color: #fff;
}
@media (max-width: 768px) {
  .cookie-adjust__panel-navigation ul li {
    padding: 1rem 0.5rem;
    text-align: center;
    line-height: 1em;
  }
}
.cookie-adjust__panel-options {
  flex: 2;
}
.cookie-adjust__panel-options .--panel {
  display: none;
}
.cookie-adjust__panel-options .--active {
  display: block;
}
.cookie-adjust__panel-analytics {
  display: none;
}
.cookie-adjust__panel-marketing {
  display: none;
}
.cookie-adjust #cookie-adjust__panel-adjust {
  display: none;
}
.wcag__toolbar {
  position: fixed !important;
  left: 0;
  top: 40vh;
  background: #fff;
}
.wcag__toolbar a {
  display: block;
  font-size: 30px;
  padding: 5px 10px;
  cursor: pointer;
}
.wcag__toolbar a span {
  color: #000;
  display: block;
}
.wcag__toolbar a:hover {
  background: #000;
  color: #fff;
}
.wcag__toolbar a:hover span {
  color: #fff;
}
body.wcag-contrast {
  background: #000 !important;
  color: #fff !important;
}
body.wcag-contrast img,
body.wcag-contrast video,
body.wcag-contrast picture,
body.wcag-contrast div {
  filter: grayscale();
}
body.wcag-fontsize-1 {
  font-size: 20px !important;
}
body.wcag-fontsize-2 {
  font-size: 24px !important;
}
body.wcag-fontsize-3 {
  font-size: 28px !important;
}
.facebookWidget .spinner,
.instagramWidget .spinner {
  background: var(--white);
  box-shadow: 4px 4px 16px 0 rgba(66, 68, 90, 0.2);
  border-radius: 0.25rem;
  overflow: hidden;
  padding: 1rem;
}
.facebookWidget .spinner img,
.instagramWidget .spinner img {
  display: block;
  margin: 0 auto;
}
.facebookWidget__header,
.instagramWidget__header {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.75rem 2rem;
  background: var(--white);
  margin-bottom: 1.25rem;
  box-shadow: 4px 4px 16px 0 rgba(66, 68, 90, 0.2);
  border-radius: 0.25rem;
  gap: 1rem;
}
.facebookWidget__icon,
.instagramWidget__icon {
  height: 1.5rem;
}
.facebookWidget__title,
.instagramWidget__title {
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--black);
}
.facebookWidget__error,
.instagramWidget__error {
  background: var(--white);
  box-shadow: 4px 4px 16px 0 rgba(66, 68, 90, 0.2);
  border-radius: 0.25rem;
  overflow: hidden;
  padding: 1rem;
  display: block;
  text-align: center;
  color: var(--red);
  font-weight: 600;
  letter-spacing: 1px;
}
.facebookWidget__items,
.instagramWidget__items {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.instagramPost,
.facebookPost {
  box-shadow: 4px 4px 16px 0 rgba(66, 68, 90, 0.2);
  border-radius: 0.25rem;
  overflow: hidden;
}
.instagramPost__imageWrap,
.facebookPost__imageWrap {
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
}
.instagramPost__image,
.facebookPost__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.instagramPost__body,
.facebookPost__body {
  padding: 1rem;
  background: var(--white);
}
.instagramPost__description,
.facebookPost__description {
  font-size: 0.75rem;
  line-height: 1.3;
  display: block;
  text-decoration: none;
  color: var(--black);
  margin-bottom: 0.75rem;
}
.instagramPost__date,
.facebookPost__date {
  font-size: 0.75rem;
  line-height: 1.3;
  display: block;
  color: var(--grey);
  margin-bottom: 0.75rem;
}
.instagramPost__info,
.facebookPost__info {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}
.instagramPost__avatar,
.facebookPost__avatar {
  display: block;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 1px 1px 2px 0px rgba(66, 68, 90, 0.2);
}
.instagramPost__avatar img,
.facebookPost__avatar img {
  width: 1.5rem;
}
.instagramPost__hr,
.facebookPost__hr {
  border-color: var(--grey);
  margin: 1rem 0;
}
.instagramPost__profile,
.facebookPost__profile {
  color: var(--black);
  text-decoration: none;
  flex: 1;
}
.instagramPost__displayName,
.facebookPost__displayName {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}
.instagramPost__username,
.facebookPost__username {
  color: var(--grey);
  font-size: 0.75rem;
}
.instagramPost__share img,
.facebookPost__share img {
  width: 1.5rem;
}
html {
  background: #0ec7c7;
  scroll-behavior: smooth;
  height: 100%;
}
body {
  font-size: 16px;
  background: #0ec7c7;
  color: #1b2b34;
  margin: 0 auto;
  max-width: 2220px;
}
a {
  color: inherit;
  text-decoration: inherit;
}
.form-group {
  margin-bottom: 1rem;
}
.screen {
  min-height: 100dvh;
  display: grid;
  grid-template-rows: auto 1fr auto;
}
.header {
  background: #fff;
  height: 100px;
}
.content__body {
  padding: 2rem;
  background: #fff;
}
.footer {
  background: #000;
  color: #fff;
  font-size: 0.7em;
  text-align: center;
  padding: 1rem 0;
}
.header1 {
  color: #0ec7c7;
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 2rem 0;
}
.btn-primary {
  color: #fff;
  background: #0ec7c7;
  border-color: #0ec7c7;
  font-weight: 600;
}
.btn-primary:hover {
  background: #0ec7c7;
  border-color: #0ec7c7;
  color: #fff;
}
.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(14, 199, 199, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #0ec7c7;
  border-color: #0ec7c7;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0ec7c7;
  border-color: rgba(14, 199, 199, 0.2);
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(14, 199, 199, 0.2);
}
.btn-outline-primary {
  color: #0ec7c7;
  background: #fff;
  border-color: #0ec7c7;
  font-weight: 600;
}
.btn-outline-primary:hover {
  background: #0ec7c7;
  border-color: #0ec7c7;
  color: #fff;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(14, 199, 199, 0.2);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #0ec7c7;
  background-color: #fff;
  border-color: #0ec7c7;
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #0ec7c7;
  border-color: rgba(14, 199, 199, 0.2);
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(14, 199, 199, 0.2);
}
.auth {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;

}
.auth .auth-body {
  margin: auto;
  max-width: 50%;
  min-width: 300px;
  background: #fff;
  border-radius: 2rem;
  padding: 2rem;
  -webkit-box-shadow: 0px 0px 30px -11px rgba(10, 10, 10, 1);
  -moz-box-shadow: 0px 0px 30px -11px rgba(10, 10, 10, 1);
  box-shadow: 0px 0px 30px -11px rgba(10, 10, 10, 1);
}
.article-item {
  border-top: 1px solid #ccc;
  padding: 1rem 0;
}
.article-item__title {
  color: #0ec7c7;
  font-size: 1.6em;
  line-height: 1.3em;
}
.article-item__subtitle {
  font-size: 1.3em;
  line-height: 1.3em;
}
.article-item__lead {
  font-size: 0.8em;
  margin: 0 0 1rem 0;
}
.article-item__link {
  margin: 0;
}
.article__title {
  color: #0ec7c7;
  font-size: 1.6em;
  line-height: 1.3em;
  font-weight: 600;
}
.article__subtitle {
  font-size: 1.3em;
  line-height: 1.3em;
  font-weight: 600;
}
.article__header {
  margin: 0 0 2rem 0;
}
.article__gallery {
  margin: 0 0 2rem 0;
  border: 1px solid #ccc;
}
.article__top .gallery-item,
.article__bottom .gallery-item {
  max-width: 32%;
}
.article__side .gallery-item {
  max-width: 100%;
}
.article__body h1,
.article__body h2,
.article__body h3,
.article__body h4,
.article__body h5 {
  color: #0ec7c7;
  margin: 0 0 1rem 0;
}
.article__body h1 {
  font-size: 1.4em;
}
.article__body h2 {
  font-size: 1.3em;
}
.article__body h3 {
  font-size: 1.2em;
}
.article__body h4,
.article__body h5,
.article__body h6 {
  font-size: 1.1em;
}
.gallery-item {
  display: inline-block;
  padding: 1rem;
}
/*# sourceMappingURL=auth.css.map */


/* Przycisk główny (Zaloguj się) – hover bez powiększenia */
.btn-primary {
  color: #fff;
  background: #0ec7c7;
  border-color: #0ec7c7;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
}

.btn-primary:hover {
  background: #f5fbfb;   /* jaśniejsze tło */
  border-color: #f5fbfb;
  color: var(--ink);     /* ciemniejszy tekst */
  filter: brightness(.98);
}

/* (opcjonalnie) aktywne kliknięcie – lekko przyciemnione */
.btn-primary:active {
  background: #e5f4f4;
}

body {
  background-image: repeating-linear-gradient(45deg, transparent, transparent 42px, #0ECACA 42px, #0ECACA 84px)!important;
	background-color: #0EC7C7!important;
}

/* Ołwerjad dla invalid w formie logowania */
/* Delikatniejszy wygląd błędu formularza */
.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #f5b5b5;        /* jasna, pastelowa czerwień */
  background-color: #fff5f5;    /* delikatne różowe tło */
  box-shadow: none;             /* bez agresywnej poświaty */
}

/* Ikona błędu – lekko stonowana */
.form-control.is-invalid,
.was-validated .form-control:invalid {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f06d6d'%3E%3Cpath d='M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0zM7.002 4h2l-.3 5h-1.4l-.3-5zm1 8a1 1 0 1 1 0-2 1 1 0 0 1 0 2z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 1rem;
  padding-right: 2.2rem;         /* aby ikona nie nachodziła na tekst */
}

/* Linki-przyciski: "Zapomniane hasło" (logowanie) + "Zaloguj się" (reset) */
.auth .auth-panel .auth-panel-content .row .text-end a,
.auth .auth-panel .auth-panel-content p.text-center a {
  display: inline-block;
  padding: 6px 14px;
  background-color: rgba(0, 0, 0, 0.03);
  color: var(--ink);
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 6px;
  font-size: 0.9rem;
  text-decoration: none;
  line-height: 1.2;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease;
}

.auth .auth-panel .auth-panel-content .row .text-end a:hover,
.auth .auth-panel .auth-panel-content p.text-center a:hover {
  background-color: rgba(0, 0, 0, 0.06);
  border-color: rgba(0, 0, 0, 0.15);
}

.auth .auth-panel .auth-panel-content .row .text-end a:focus-visible,
.auth .auth-panel .auth-panel-content p.text-center a:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(14,199,199,.2);
}

.auth .auth-panel .auth-panel-content .row .text-end a:active,
.auth .auth-panel .auth-panel-content p.text-center a:active {
  transform: translateY(0.5px);
}
