
*,
*::before,
*::after {
  box-sizing: border-box;
}


:root {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}



html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}


body {
  margin: 0;
}


body {
  font-family:
        Latin Modern Math,
        sans-serif,
		system-ui,
		-apple-system,
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}


hr {
  height: 0;
  color: inherit;
}



abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}


b,
strong {
  font-weight: bolder;
}



code,
kbd,
samp,
pre {
  font-family:
        Latin Modern Math,
		ui-monospace,
		SFMono-Regular,
		Consolas,
		Menlo,
		monospace; /* 1 */
        font-size: 1.5em; /* 2 */
}



small {
  font-size: 80%;
}



sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}


.bgray {
 padding-left: 15px;
 padding: 5px;
 color: white;
 background-color: #696969;
 font-weight: bold;
}


.blight {
 margin-left: 50px;
 padding-left: 15px;
 padding: 5px;
 background-color: #E7E7E7;
}



.btnq4:hover {
        --tw-bg-opacity: 0.8; background-color: rgba(30, 105, 165, var(--tw-bg-opacity));
         border: 2px #5F9BD1 solid;
}

.btnq4 {
        --tw-bg-opacity: 0.6;
        background-color: rgba(30, 30, 30, var(--tw-bg-opacity));
        font-family: Latin Modern Math, sans-serif, "Comfortaa", "Segoe UI Symbol", "Noto Color Emoji";
        margin-top: 0.5rem;
        font-size: 1.25rem;
        line-height: 1.25rem;
        padding:0.5rem;
        color: white;
        border-radius:5px;
        border: 2px #676767 solid;
    }



.btnq3:hover {
        --tw-bg-opacity: 0.8; background-color: rgba(30, 105, 165, var(--tw-bg-opacity));
         border: 2px #5F9BD1 solid;
}

.btnq3 {
        --tw-bg-opacity: 0.6;
        background-color: rgba(30, 30, 30, var(--tw-bg-opacity));
        font-family: Latin Modern Math, sans-serif, "Comfortaa", "Segoe UI Symbol", "Noto Color Emoji";
        margin-top: 0.5rem;
        font-size: 2.0rem;
        line-height: 2.0rem;
        padding:0.5rem;
        color: white;
        border-radius:5px;
        border: 2px #676767 solid;
    }



.btnq2:hover {
        --tw-bg-opacity: 0.8; background-color: rgba(30, 105, 165, var(--tw-bg-opacity));
         border: 2px #5F9BD1 solid;
}

.btnq2 {
        --tw-bg-opacity: 0.6;
        background-color: rgba(30, 30, 30, var(--tw-bg-opacity));
        font-family: Latin Modern Math, sans-serif, "Comfortaa", "Segoe UI Symbol", "Noto Color Emoji";
        margin-top: 0.5rem;
        font-size: 2.0rem;
        line-height: 2.0rem;
        padding:0.5rem;
        color: white;
        width:140px;
        border-radius:5px;
        border: 2px #676767 solid;
    }


.btnq1:hover {
        --tw-bg-opacity: 0.8; background-color: rgba(30, 105, 165, var(--tw-bg-opacity));
         border: 2px #5F9BD1 solid;
}

.btnq1 {
        --tw-bg-opacity: 0.6;
        background-color: rgba(30, 30, 30, var(--tw-bg-opacity));
        font-family: Latin Modern Math, sans-serif, "Comfortaa", "Segoe UI Symbol", "Noto Color Emoji";
        margin-top: 0.5rem;
        font-size: 2.0rem;
        line-height: 2.0rem;
        padding:0.5rem;
        color: white;
        width:120px;
        border-radius:5px;
        border: 2px #676767 solid;
    }



.btnq:hover {
        --tw-bg-opacity: 0.8; background-color: rgba(30, 105, 165, var(--tw-bg-opacity));
         border: 2px #5F9BD1 solid;
}

.btnq {
        --tw-bg-opacity: 0.6;
        background-color: rgba(30, 30, 30, var(--tw-bg-opacity));
        font-family: Latin Modern Math, sans-serif, "Comfortaa", "Segoe UI Symbol", "Noto Color Emoji";
        margin-top: 0.5rem;
        font-size: 2.0rem;
        line-height: 2.0rem;
        padding:0.5rem;
        color: white;
        width:120px;
        border-radius:5px;
        border: 2px #676767 solid;
    }



@media screen and (min-width:500px)
{
    .btnq {
        --tw-bg-opacity: 0.6;
        background-color: rgba(30, 30, 30, var(--tw-bg-opacity));

        font-family: Latin Modern Math, sans-serif, "Comfortaa", "Segoe UI Symbol", "Noto Color Emoji";
        margin-bottom: 0.5rem;
        font-size: 2.0rem;
        line-height: 2.0rem;
        padding:0.5rem;
        color: white;
        width:100px;
        border-radius:5px;
        border: 2px #676767 solid;
    }
}



@media screen and (max-width:960px)
{
    .rwd-table {
        overflow-x:hidden;
    }
}

table {
    text-indent: 0;
    border-collapse:collapse;
    border-color: inherit;
}

@media screen and (min-width:960px)
{
    table {
        width:100%;
        table-layout: fixed;
    }
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}


button,
select {
  text-transform: none;
}


button,
[type='button'] {
  -webkit-appearance: button;
}



legend {
  padding: 0;
}



progress {
  vertical-align: baseline;
}


summary {
  display: list-item;
}



blockquote,
dl,
dd,
h1,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}



button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  font-family: Latin Modern Math, sans-serif, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.5;
  padding-top: 1.5rem;
  font-size: 1.2rem;
  line-height: 2rem;
}


h2 {

  font-family: Latin Modern Math, sans-serif, "Comfortaa", "Segoe UI Symbol", "Noto Color Emoji";
  margin-bottom: 0.5rem;
  font-size: 2.5rem;
  line-height: 2.0rem;
  --tw-text-opacity: 1;
  color: rgba(30, 107, 165, var(--tw-text-opacity));
}

.h2 {

  font-family: Latin Modern Math, sans-serif, "Comfortaa", "Segoe UI Symbol", "Noto Color Emoji";
  margin-bottom: 0.5rem;
  font-size: 2.5rem;
  line-height: 2.0rem;
  --tw-text-opacity: 1;
  color: rgba(30, 107, 165, var(--tw-text-opacity));
}


html {
  font-family: Latin Modern Math, sans-serif, "Montserrat", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.5;
}





body {
  font-family: inherit;
  line-height: inherit;
}



*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}



hr {
  border-top-width: 1px;
}


img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #9ca3af;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #9ca3af;
}

input::placeholder,
textarea::placeholder {
  color: #9ca3af;
}

button {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

h1,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}


a {
  color : #000087;
  font-family : "Arial";
  font-size: 1.1rem;
  text-decoration : none;
  padding-left : 3px;
  padding-right : 3px;
}

a:hover {
  color : #58511d;
  text-decoration : underline;
}





button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}


img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  vertical-align: middle;
}


img,
video {
  max-width: 100%;
  height: auto;
}


#lokalizacja {
}

#lokalizacja a {
   color : #FFF;
   text-decoration : none;
}

#lokalizacja a:hover {
   color : #58511d;
   text-decoration : underline;
}


.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}


.space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}


.fl {
  float:left;
  width:50%;
}

.fr {
  float:right;
  width:50%;
}


.bg-white { --tw-bg-opacity: 1; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); }

.bg-blue { --tw-bg-opacity: 1; background-color: rgba(30, 105, 165, var(--tw-bg-opacity)); }
.bg-blue9 { --tw-bg-opacity: 0.9; background-color: rgba(30, 105, 165, var(--tw-bg-opacity)); }
.bg-blue8 { --tw-bg-opacity: 0.8; background-color: rgba(30, 105, 165, var(--tw-bg-opacity)); }
.bg-blue7 { --tw-bg-opacity: 0.7; background-color: rgba(30, 105, 165, var(--tw-bg-opacity)); }
.bg-blue6 { --tw-bg-opacity: 0.6; background-color: rgba(30, 105, 165, var(--tw-bg-opacity)); }
.bg-blue5 { --tw-bg-opacity: 0.5; background-color: rgba(30, 105, 165, var(--tw-bg-opacity)); }
.bg-blue4 { --tw-bg-opacity: 0.4; background-color: rgba(30, 105, 165, var(--tw-bg-opacity)); }
.bg-blue3 { --tw-bg-opacity: 0.3; background-color: rgba(30, 105, 165, var(--tw-bg-opacity)); }
.bg-blue2 { --tw-bg-opacity: 0.2; background-color: rgba(30, 105, 165, var(--tw-bg-opacity)); }

.bg-green { --tw-bg-opacity: 1; background-color: rgba(0, 50, 0, var(--tw-bg-opacity)); }
.bg-green9 { --tw-bg-opacity: 0.9; background-color: rgba(0, 50, 0, var(--tw-bg-opacity)); }
.bg-green8 { --tw-bg-opacity: 0.8; background-color: rgba(0, 50, 0, var(--tw-bg-opacity)); }
.bg-green7 { --tw-bg-opacity: 0.7; background-color: rgba(0, 50, 0, var(--tw-bg-opacity)); }
.bg-green6 { --tw-bg-opacity: 0.6; background-color: rgba(0, 50, 0, var(--tw-bg-opacity)); }
.bg-green5 { --tw-bg-opacity: 0.5; background-color: rgba(0, 50, 0, var(--tw-bg-opacity)); }
.bg-green4 { --tw-bg-opacity: 0.4; background-color: rgba(0, 50, 0, var(--tw-bg-opacity)); }
.bg-green3 { --tw-bg-opacity: 0.3; background-color: rgba(0, 50, 0, var(--tw-bg-opacity)); }
.bg-green2 { --tw-bg-opacity: 0.2; background-color: rgba(0, 50, 0, var(--tw-bg-opacity)); }

.bg-gray  { --tw-bg-opacity: 1.0; background-color: rgba(240, 240, 240, var(--tw-bg-opacity)); }
.bg-gray9 { --tw-bg-opacity: 0.9; background-color: rgba(240, 240, 240, var(--tw-bg-opacity)); }
.bg-gray8 { --tw-bg-opacity: 0.8; background-color: rgba(240, 240, 240, var(--tw-bg-opacity)); }
.bg-gray7 { --tw-bg-opacity: 0.7; background-color: rgba(240, 240, 240, var(--tw-bg-opacity)); }
.bg-gray6 { --tw-bg-opacity: 0.6; background-color: rgba(240, 240, 240, var(--tw-bg-opacity)); }
.bg-gray5 { --tw-bg-opacity: 0.5; background-color: rgba(240, 240, 240, var(--tw-bg-opacity)); }
.bg-gray4 { --tw-bg-opacity: 0.4; background-color: rgba(240, 240, 240, var(--tw-bg-opacity)); }
.bg-gray3 { --tw-bg-opacity: 0.3; background-color: rgba(240, 240, 240, var(--tw-bg-opacity)); }
.bg-gray2 { --tw-bg-opacity: 0.2; background-color: rgba(240, 240, 240, var(--tw-bg-opacity)); }

.bg-black { --tw-bg-opacity: 1; background-color: rgba(30, 30, 30, var(--tw-bg-opacity)); }
.bg-black9 { --tw-bg-opacity: 0.9; background-color: rgba(30, 30, 30, var(--tw-bg-opacity)); }
.bg-black8 { --tw-bg-opacity: 0.8; background-color: rgba(30, 30, 30, var(--tw-bg-opacity)); }
.bg-black7 { --tw-bg-opacity: 0.7; background-color: rgba(30, 30, 30, var(--tw-bg-opacity)); }
.bg-black6 { --tw-bg-opacity: 0.6; background-color: rgba(30, 30, 30, var(--tw-bg-opacity)); }
.bg-black5 { --tw-bg-opacity: 0.5; background-color: rgba(30, 30, 30, var(--tw-bg-opacity)); }
.bg-black4 { --tw-bg-opacity: 0.4; background-color: rgba(30, 30, 30, var(--tw-bg-opacity)); }
.bg-black3 { --tw-bg-opacity: 0.3; background-color: rgba(30, 30, 30, var(--tw-bg-opacity)); }
.bg-black2 { --tw-bg-opacity: 0.2; background-color: rgba(30, 30, 30, var(--tw-bg-opacity)); }

.bg-red  { --tw-border-opacity: 1; background-color: rgba(220, 40, 40, var(--tw-border-opacity)); }
.bg-red9  { --tw-border-opacity: 0.9; background-color: rgba(220, 40, 40, var(--tw-border-opacity)); }
.bg-red8  { --tw-border-opacity: 0.8; background-color: rgba(220, 40, 40, var(--tw-border-opacity)); }
.bg-red7  { --tw-border-opacity: 0.7; background-color: rgba(220, 40, 40, var(--tw-border-opacity)); }
.bg-red6  { --tw-border-opacity: 0.6; background-color: rgba(220, 40, 40, var(--tw-border-opacity)); }
.bg-red5  { --tw-border-opacity: 0.5; background-color: rgba(220, 40, 40, var(--tw-border-opacity)); }
.bg-red4  { --tw-border-opacity: 0.4; background-color: rgba(220, 40, 40, var(--tw-border-opacity)); }
.bg-red3  { --tw-border-opacity: 0.3; background-color: rgba(220, 40, 40, var(--tw-border-opacity)); }
.bg-red2  { --tw-border-opacity: 0.2; background-color: rgba(220, 40, 40, var(--tw-border-opacity)); }

.bg-yellow  { --tw-border-opacity: 1; background-color: rgba(200, 200, 0, var(--tw-border-opacity)); }
.bg-yellow9  { --tw-border-opacity: 0.9; background-color: rgba(200, 200, 0, var(--tw-border-opacity)); }
.bg-yellow8  { --tw-border-opacity: 0.8; background-color: rgba(200, 200, 0, var(--tw-border-opacity)); }
.bg-yellow7  { --tw-border-opacity: 0.7; background-color: rgba(200, 200, 0, var(--tw-border-opacity)); }
.bg-yellow6  { --tw-border-opacity: 0.6; background-color: rgba(200, 200, 0, var(--tw-border-opacity)); }
.bg-yellow5  { --tw-border-opacity: 0.5; background-color: rgba(200, 200, 0, var(--tw-border-opacity)); }
.bg-yellow4  { --tw-border-opacity: 0.4; background-color: rgba(200, 200, 0, var(--tw-border-opacity)); }
.bg-yellow3  { --tw-border-opacity: 0.3; background-color: rgba(200, 200, 0, var(--tw-border-opacity)); }
.bg-yellow2  { --tw-border-opacity: 0.2; background-color: rgba(200, 200, 0, var(--tw-border-opacity)); }


.hover\:bg-white:hover { --tw-bg-opacity: 1; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); }
.hover\:bg-blue:hover { --tw-bg-opacity: 1; background-color: rgba(30, 105, 165, var(--tw-bg-opacity)); }

.border-white { --tw-border-opacity: 1; border-color: rgba(255, 255, 255, var(--tw-border-opacity)); }
.border-gray { --tw-border-opacity: 1; border-color: rgba(17, 24, 39, var(--tw-border-opacity)); }
.border-red { --tw-border-opacity: 1; border-color: rgba(220, 40, 40, var(--tw-border-opacity)); }
.border-blue { --tw-border-opacity: 1; border-color: rgba(30, 105, 165, var(--tw-border-opacity)); }
.border-black { --tw-border-opacity: 1; border-color: rgba(30, 30, 30, var(--tw-border-opacity)); }
.border-yellow  { --tw-border-opacity: 1; border-color: rgba(200, 200, 0, var(--tw-border-opacity)); }



.rounded-2xl {
  border-radius: 1rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-br-2xl {
  border-bottom-right-radius: 1rem;
}

.rounded-bl-2xl {
  border-bottom-left-radius: 1rem;
}




.metr {
 width: 400px;
 height: 7px;
 margin-left : 30px;
}


.mathf {
    font-family: Latin Modern Math, Times, sans-serif;
      }


.color_tr {
    background-color:#f0f0f0;
      }

.color_th {
   background-color: #DDE6F7;
}


.def { color : #646497; }


.def1 {
		background-color: #F9F9F9;
		padding: 10px;
		border-style: solid;
		border-width : 1px;
		border-color:#E7E7E7;
}


.definition {
        background-color: #DFDFDF;
        padding: 10px;
        border: none;
        border-left: 4px solid #2196f3;
        padding-left: 12px;

        }



.a-none:hover {
 text-decoration: none;
}

.border {
  border-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.cursor-pointer {
  cursor: pointer;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.vertical-top {
  vertical-align: top;
}

.table {
  display: table;
}

.hidden {
  display: none;
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.justify-evenly {
  justify-content: space-evenly;
}

.flex-shrink-0 {
  flex-shrink: 0;
}


.text-0 {
  font-size: 0.8.rem;
  line-height: 1.5rem;
}

.text-1 {
  font-size: 1.rem;
  line-height: 1.5rem;
}

.text-2 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-3 {
  font-size: 2rem;
  line-height: 2.25rem;
}

.text-4 {
  font-size: 2.5rem;
  line-height: 2.75rem;
}

.text-5 {
  font-size: 3rem;
  line-height: 3.5rem;
}

.text-h {
  font-size: 1.8rem;
  line-height: 2.25rem;
}

.text-normal {
  font-size: 1.5rem;
  line-height: 2rem;
}


.mt-1 { margin-top: 0.25rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-3 { margin-top: 0.75rem; }
.mt-4 { margin-top: 1.0rem; }
.mt-5 { margin-top: 1.25rem; }
.mt-6 { margin-top: 1.5rem; }
.mt-8 { margin-top: 2rem; }
.mt-10 { margin-top: 2.5rem; }
.mr-12 { margin-right: 3rem; }
.mr-20 { margin-right: 5rem; }


.mb-1 { margin-bottom: 0.25rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 0.75rem; }
.mb-4 { margin-bottom: 1.0rem; }
.mb-5 { margin-bottom: 1.25rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
.mb-10 { margin-bottom: 2.5rem; }
.mb-12 { margin-bottom: 3rem; }
.mb-20 { margin-bottom: 5rem; }

.ml-1 { margin-left: 0.25rem; }
.ml-2 { margin-left: 0.5rem; }
.ml-3 { margin-left: 0.75rem; }
.ml-4 { margin-left: 1.0rem; }
.ml-5 { margin-left: 1.25rem; }
.ml-6 { margin-left: 1.5rem; }
.ml-8 { margin-left: 2.0rem; }
.ml-10 { margin-left: 2.5rem; }
.ml-12 { margin-left: 3rem; }
.ml-20 { margin-left: 5rem; }

.mr-1 { margin-right: 0.25rem; }
.mr-2 { margin-right: 0.5rem; }
.mr-3 { margin-right: 0.75rem; }
.mr-4 { margin-right: 1.0rem; }
.mr-5 { margin-right: 1.25rem; }
.mr-6 { margin-right: 1.5rem; }
.mr-8 { margin-right: 2.0rem; }
.mr-10 { margin-right: 2.5rem; }
.mr-12 { margin-right: 3rem; }
.mr-20 { margin-right: 5rem; }

.ml-auto { margin-left: auto; }

.max-w-200 { max-width: 200px; }
.max-w-300 { max-width: 300px; }
.max-w-400 { max-width: 400px; }
.max-w-500 { max-width: 500px; }
.max-w-600 { max-width: 600px; }

.min-w-100 { min-width: 100px; }
.min-w-150 { min-width: 150px; }
.min-w-200 { min-width: 200px; }
.min-w-250 { min-width: 250px; }
.min-w-300 { min-width: 300px; }
.min-w-400 { min-width: 400px; }

.max-w-15 { max-width: 15rem; }
.max-w-20 { max-width: 20rem; }
.max-w-25 { max-width: 25rem; }
.max-w-30 { max-width: 30rem; }

.min-w-15 { min-width: 15rem; }
.min-w-20 { min-width: 20rem; }
.min-w-25 { min-width: 25rem; }
.min-w-30 { min-width: 30rem; }
.min-h-5 { min-height: 5rem; }
.min-h-10 { min-height: 10rem; }
.min-h-15 { min-height: 15rem; }
.min-h-20 { min-height: 20rem;}



.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.p-0 {
  padding: 0px;
}

.p-4 {
  padding: 1rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.px-10p {
  padding-left: 10%;
  padding-right: 10%;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

* {
  --tw-shadow: 0 0 #0000;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

* {
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}



.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}


.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-green {
  --tw-text-opacity: 1;
  color: green;
}

.text-light {
  --tw-text-opacity: 1;
  color: #FFFFCF;
}

.text-loc {
  --tw-text-opacity: 1;
  color: #FFFFFF;
}

.text-gray {
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.text-red {
  --tw-text-opacity: 1;
  color: rgba(220, 40, 40, var(--tw-text-opacity));
}

.text-blue {
  --tw-text-opacity: 1;
  color: rgba(30, 107, 165, var(--tw-text-opacity));
}


meter::-webkit-meter-optimum-value {
  --tw-text-opacity: 0.5;
  background: rgba(17, 24, 39, var(--tw-text-opacity));
}
meter::-moz-meter-bar { /* Firefox Pseudo Class */
  --tw-text-opacity: 0.5;
  background: rgba(17, 24, 39, var(--tw-text-opacity));
}


.hover\:text-light:hover {
  --tw-text-opacity: 1;
  color: #DBDB00;
  text-decoration: underline;
}

.hover\:text-loc:hover {
  --tw-text-opacity: 0.5;
  color:  #FFC68D;
  text-decoration: underline;
}


.hover\:text-log:hover {
  --tw-text-opacity: 1;
  color: #7BC188;
  text-decoration: underline;
}


.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.hover\:text-blue:hover {
  --tw-text-opacity: 1;
  color: rgba(30, 107, 165, var(--tw-text-opacity));
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgba(31, 31, 31, var(--tw-text-opacity));
}

.uppercase {
  text-transform: uppercase;
}

.w-5 { width: 1.25rem; }
.w-10 { width: 2.5rem; }
.w-20 { width: 5.0rem; }

.w-100 { width: 100px; }
.w-150 { width: 150px; }
.w-200 { width: 200px; }
.w-250 { width: 250px; }
.w-300 { width: 300px; }
.w-400 { width: 400px; }


.w-full { width: 100%; }

.transition-colors {
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 550ms;
}

.duration-200 { transition-duration: 200ms; }
.duration-300 { transition-duration: 300ms; }
.duration-400 { transition-duration: 400ms; }
.duration-500 { transition-duration: 500ms; }



@-webkit-keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@-webkit-keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.font1{
  font-family: 'Zilla Slab', serif;
}

@media (min-width: 640px) {
  .sm\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .sm\:block {
    display: block;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:flex-col {
    flex-direction: column;
  }

  .sm\:items-start {
    align-items: flex-start;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:mt-2 {
    margin-top: 0.5rem;
  }

  .sm\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:pl-6 {
    padding-left: 1.5rem;
  }

  .sm\:pl-7 {
    padding-left: 1.75rem;
  }

  .sm\:pt-24 {
    padding-top: 6rem;
  }

  .sm\:pt-36 {
    padding-top: 9rem;
  }

  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:w-1\/4 {
    width: 25%;
  }

  .sm\:w-3\/4 {
    width: 75%;
  }
}

@media (min-width: 768px) {
  .md\:justify-center {
    justify-content: center;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:pt-24 {
    padding-top: 6rem;
  }

  .md\:w-0 {
    width: 0px;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-1\/5 {
    width: 20%;
  }

  .md\:w-4\/5 {
    width: 80%;
  }

  .md\:w-0\.3 {
    width: 30%;
  }
}

@media (min-width: 1024px) {
  .lg\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lg\:px-15p {
    padding-left: 12%;
    padding-right: 12%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-1\/5 {
    width: 20%;
  }

  .lg\:w-4\/5 {
    width: 80%;
  }

  .lg\:w-1\/6 {
    width: 17%;
  }

  .lg\:w-5\/6 {
    width: 83%;
  }
}

@media (min-width: 1280px) {
  .xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:w-1\/3 {
    width: 33%;
  }

  .xl\:w-2\/3 {
    width: 66%;
  }
}

@media (min-width: 1536px) {
  .\32xl\:w-1\/2 {
    width: 50%;
  }
}





.carda {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-direction:column;
	flex-direction:column;
	min-width:0;
	word-wrap:break-word;
	background-clip:border-box;
	border:1px solid rgba(0,0,0,.125);
	border-radius:.25rem;
}

.card-headera {
   padding:.75rem 1.25rem;
	background-color:rgba(0,0,0,.03);
	border-bottom:1px solid rgba(0,0,0,.125);
}


.card-header-red {
   padding:.75rem 1.25rem;
	background-color: #FFBDBD;
	border-bottom:1px solid rgba(0,0,0,.125);
}

.card-header-green {
   padding:.75rem 1.25rem;
	background-color:#DFD;
	border-bottom:1px solid rgba(0,0,0,.125);
}

.card-header-blue {
   padding:.75rem 1.25rem;
	background-color: #A3A3FF;
	border-bottom:1px solid rgba(0,0,0,.125);
}

.card-bodya {
   -ms-flex:1 1 auto;
	flex:1 1 auto;
	padding-left:1.25rem;
	padding-right:1.25rem;
   padding-bottom: 1.0rem;
}


.btna {
  border: 2px solid black;
  background-color: white;
  color: black;
  padding: 2px 10px;
  font-size: 16px;
  cursor: pointer;
}

/* Green */
.success {
  border-color: #036;
  color: green;
}

.success:hover {
  background-color: #03C;
  color: white;
}



.btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}
@media (prefers-reduced-motion:reduce){.btn{transition:none}}

.btn:hover{color:#212529;text-decoration:none}
.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}
.btn.disabled,.btn:disabled{opacity:.65}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}

.thq {
  font-family: Latin Modern Math, sans-serif, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.2;
  padding-top: 1.2rem;
  font-size: 1.2rem;
  line-height: 1.5rem;
  background-color: #666;
  padding: 1%;
  margin: 1px;
  margin-left:4px;
  width: 100%;
  text-align: left;
  color: white;
  border: 1px solid #E2E2E2;
}

.trqs {
  color: #669;
  font-size: 16px;
  margin-left: 20px;
}


.trq {
  font-family: Latin Modern Math, sans-serif, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.2;
  padding-top: 1.2rem;
  font-size: 1.2rem;
  line-height: 1.5rem;
  background-color: #EFEFEF;
  color: #696969;
  padding: 1%;
  width: 100%;
  text-align: left;
  margin: 1px;
  border: 1px solid #E2E2E2;
}


.trq:hover {
  --tw-bg-opacity: 0.5; background-color: rgba(30, 105, 165, var(--tw-bg-opacity));
  color: #FFF;
 }



/* --- login panel helpers --- */
.w-400 { max-width: 420px; }              /* delikatne ograniczenie szerokości */
.cursor-pointer { cursor: pointer; }      /* wskaźnik na przycisku */
.text-blue { color: #0d6efd !important; } /* zbliżone do Bootstrap .text-primary */

.card .card-header {
  font-weight: 600;
}

/* Dopieszczamy kartę logowania na ciemnym tle */
.bg-secondary .form-control {
  background-color: #f8f9fa;
  color: #212529;
  border-color: #ced4da;
}
.bg-secondary .form-control:focus {
  border-color: #86b7fe;
  box-shadow: 0 0 0 .2rem rgba(13,110,253,.25);
}

/* Linki po prawej &#8212; trochę &#8222;powietrza&#8221; i wyraźniejsze stany */
.link-primary:hover,
.link-secondary:hover {
  text-decoration: underline;
}

/* Małe ekrany: wyrównaj marginesy, żeby się nie rozjeżdżało */
@media (max-width: 767.98px) {
  .w-400 { max-width: 100%; }
  .ms-4 { margin-left: 0 !important; }
}

/* Wyśrodkowanie istniejącej karty panelu bez modyfikacji HTML w środku */
.login-panel .text-center > .card.w-400 {
  margin-left: auto;
  margin-right: auto;
}

/* Linki pod panelem */
.login-panel .login-links a {
  font-weight: 500;
}
.login-panel .login-links a:hover {
  text-decoration: underline;
}

/* Mobile: pełna szerokość panelu i drobne odstępy */
@media (max-width: 767.98px) {
  .login-panel .text-center > .card.w-400 {
    max-width: 100%;
  }
}

.register-panel .card-header { font-weight: 600; }


/* Sekcja regulaminu w rejestracji */
.reg-terms {
  margin-top: 0.75rem;
}
.reg-terms__summary {
  display: inline-block;
  cursor: pointer;
  padding: 6px 10px;
  border: 1px solid #ced4da;
  border-radius: 8px;
  background: #f8f9fa;
  font-size: 0.95rem;
  user-select: none;
  list-style: none;
}
.reg-terms__summary:focus {
  outline: 2px solid #0d6efd55;
  outline-offset: 2px;
}
.reg-terms[open] .reg-terms__summary {
  background: #e9ecef;
}
.reg-terms__content {
  margin-top: 12px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 14px;
  max-height: 50vh;
  overflow: auto;
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(0,0,0,.04);
}
/* Usuwa domyślną strzałkę w niektórych przeglądarkach */
.reg-terms__summary::-webkit-details-marker { display: none; }
.reg-terms__summary::after {
  content: "&#9660;";
  font-size: 0.8rem;
  margin-left: .5rem;
  transition: transform .2s ease;
}
.reg-terms[open] .reg-terms__summary::after {
  transform: rotate(-180deg);
}
