@charset "UTF-8";
a, abbr, acronym, address, applet, article, aside, audio, b, big, input, select,
body, footer, header, blockquote, canvas, caption, center, cite, code, dd, del, details,
dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, form, h1, h2, h3, h4, h5, h6, hgroup, html,
i, ul, li, iframe, img, ins, kbd, label, legend, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp,
section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  font-family: serif;
  box-sizing: border-box;
  letter-spacing: 0.04em;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*stałe*/
:root {
  --col-background:#5d6f79;
  --col-active:#ffffff;
  --col-text-active:#180467;
  --col-card:linear-gradient(359deg, #1693e7, #0e4570);
}

html, body {
  box-sizing: border-box;
  user-select: none;
  align-items: center;
  overflow: hidden;
  color: #ffffff;
  background: var(--col-background);
  --webkit-overflow-scrolling: touch !important;
  height: 100%;
}

body {
  max-width: 800px;
  margin: 0 auto !important;
  background-color: var(--col-active);
  float: none !important;
  z-index: 0;
}

hr {
  border: inset 1px #6b5e5e;
}

.box-active {
  background: #98a39b;
  /*border-radius: 10%;*/
  padding: 3px;
}

toast {
  position: absolute;
  top: 80%;
  left: calc(50vw - 110px);
  width: 210px;
  height: 50px;
  font-size: 17px;
  background: #32a352;
  color: #ff9900;
  border: honeydew solid 1px;
  border-radius: 10px;
  display: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

[data-role=page] {
  width: 900px;
  width: 100%;
  height: 100%;
  max-width: 800px;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  top: 0;
  z-index: 0;
}

[data-role=view] {
  width: 100%;
  height: 100%;
  flex-flow: column;
  display: flex;
}

.title {
  background: var(--col-active);
  color: var(--col-text-active);
}

label {
  color: #ffc107;
}

input {
  padding-inline: 0.2em;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox]:checked + span label {
  background-color: rgb(11, 234, 44);
  color: white;
  box-shadow: 1px 1px 12px white;
}

span label {
  display: inline-block;
  width: 32px;
  height: 32px;
  /* margin: 1px 4px 0 0; */
  vertical-align: middle;
  background-color: #221714;
  color: #221714;
  border-radius: 60px;
  border: solid 2px white;
  font-size: 24px;
  cursor: pointer;
  text-align: center;
  margin: 5%;
  box-sizing: content-box;
}

.text-info {
  color: #d95716;
}

.textDarker {
  color: #999999;
}

.guzikOK, .guzikNO {
  width: 6em;
  border-radius: 10px;
  border: solid 1px white;
  background-color: #12dd0b;
  height: 2em;
  align-content: center;
}

.guzikNO {
  background-color: red !important;
}

select > option {
  color: initial;
}

li.licard {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: #b0b1b1 solid 1px;
  background-color: var(--col-active);
  color: var(--col-text-active);
}

li.licard:first-child {
  margin-top: 1em;
}

li.licard:nth-child(odd) {
  background-color: #f9f9f9 !important;
}

fieldset {
  position: relative;
  border: solid 1px #ffc107 !important;
  padding: 0.4em;
  padding-bottom: 1em;
  width: 99%;
}

fieldset > div[name=readonly] {
  display: none;
}

fieldset[readonly] > div[name=readonly] {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
}

input-component * label, select-component > label {
  font-size: small;
  align-self: flex-start;
}

input:invalid {
  box-shadow: 0px 0px 8px 0px red;
}

.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(200, 209, 202, 0.41);
}

.whiteness {
  background: #98a39b;
}

.stickyWrapper {
  padding-bottom: 15px;
  background: white;
}

.sticky {
  position: sticky !important;
  top: 0px;
  background-color: #32a352;
  z-index: 1;
}

.hideOnKeyboard {
  display: none !important;
}

.disable {
  background: lightgrey !important;
  color: darkgray !important;
}

.width-3em {
  width: 3em;
}

.width-85 {
  width: 85px;
}

.width-100 {
  width: 100%;
}

.text-center {
  text-align: center;
}

.userselect {
  user-select: initial !important;
}

.noscroll {
  overflow-y: hidden;
}

.scroll {
  overflow-y: auto;
}

.has_nav {
  margin-top: 0px; /*aby działały‚ sticky!!!*/
}

.has_footer {
  padding-bottom: 92px;
}

.navMenu {
  padding-left: 1ex;
  font-size: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 90%;
}

message {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  align-content: center;
  align-items: center;
  justify-content: center;
  z-index: 100;
  display: none;
}

message.active {
  display: flex !important;
}

[data-click] {
  cursor: pointer;
}

.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden !important;
}

.visible {
  display: flex !important;
}

.modal {
  display: none;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(6, 30, 40, 0.849);
  height: 100%;
  height: 100%;
  width: 100%;
  z-index: 100;
}

.modal.active {
  display: flex !important;
  align-items: center;
}

.card {
  border: 2px inset #fefefe;
  padding: 6px;
  background: var(--col-card);
  width: 95%;
  max-width: 400px;
  box-shadow: 0px 0px 12px 2px #141424;
}

.firebase-emulator-warning {
  display: none !important;
}

.box {
  background-size: contain;
  width: 2rem;
  height: 2rem;
}

.box[data-ciaza=false] {
  background-image: url("../icons/no.svg"), url("../icons/plemnik.svg");
}

.box[data-ciaza=true] {
  background-image: url("../icons/plemnik.svg");
}

.box[data-zasusz=false] {
  background-image: url("../icons/milking.svg");
}

.box[data-zasusz=true] {
  background-image: url("../icons/no.svg"), url("../icons/milking.svg");
}

.action {
  color: #e5ff38;
  border: inset #726161 2px;
  background: #1c1c1b;
  font-family: monospace;
}

.badge:after {
  content: attr(data-badge);
  color: white;
  position: relative;
  font-size: smaller;
  top: -10px;
  right: -4px;
  background: #038323;
  border-radius: 50%;
  color: #fafafa;
  width: 1.2em;
  height: 1.2em;
}

.btn-day {
  border: solid 1px gray;
  background-color: rgb(199, 169, 155);
  justify-content: center;
  height: 2em;
  align-items: center;
  color: white;
  margin-right: 4px;
}

.btn-day.active {
  background-color: rgb(234, 82, 11) !important;
}

/* width */
@media only screen and (min-width: 800px) {
  ::-webkit-scrollbar {
    width: 10px;
  }
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888;
  }
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
}
[tab] {
  border: solid rgb(32, 135, 86) 1px;
  border-bottom: solid 1px white;
  color: rgb(142, 133, 133);
  height: 2em;
  padding: 0.5em;
  background-color: #545754;
}

[tab].active {
  border-color: rgb(235, 230, 230);
  border-bottom: none;
  height: 2em;
  padding: 0.3em;
  color: var(--col-text-active);
  background-color: var(--col-active);
}

.tabContent {
  margin-left: 0px;
  border-left: solid 1px whitesmoke;
  border-right: solid 1px whitesmoke;
  margin-right: 0px !important;
  background-color: var(--col-title);
  border: solid 3px #eee6e6;
}

.flex {
  display: flex;
}

.flex-wrap, .flex-row-wrap {
  flex-wrap: wrap;
  gap: var(--gap);
}

.flex-row, .flex-row-wrap {
  display: flex;
  flex-direction: row !important;
  justify-content: space-around;
  align-items: center;
  padding-left: 0.2rem;
}

.flex-row-wrap hr {
  width: 100%;
  border-color: #98a39b;
}

.flex-col {
  flex-direction: column !important;
  /* justify-content: space-between;*/
  height: 99%;
  margin-right: 2px;
}

.flex-break {
  flex-basis: 100%;
  height: 0;
}

.flex-start {
  align-items: flex-start;
}

.flex-grow-1 {
  flex-grow: 1;
  flex-basis: 0px;
}

.flex-grow-2 {
  flex-grow: 2;
  flex-basis: 0px;
}

.flex-grow-3 {
  flex-grow: 3;
  flex-basis: 0px;
}

.flex-grow-4 {
  flex-grow: 4;
  flex-basis: 0px;
}

.flex-grow-5 {
  flex-grow: 5;
  flex-basis: 0px;
}

.flex-wrap input, .flex-row-wrap input, select {
  width: 0px;
  min-width: 99%;
  border: none;
  font-size: initial;
  background: none;
  color: #ffffff;
  border: inset 1px #98a39b;
}

.flex-null {
  min-height: 1.2em;
}

.col-left {
  align-items: flex-start;
}

.col-right {
  align-items: flex-end;
}

.row-left {
  justify-content: flex-start;
}

.row-right {
  justify-content: flex-end;
}

.min-height-0 {
  min-height: 0;
}

nav, footer {
  height: 45px;
  width: 100%;
  z-index: 2;
  max-width: 800px;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: rgb(217, 87, 22);
  box-shadow: 0px 2px 9px rgb(174, 179, 224);
  font-size: 20px;
}

footer {
  position: fixed;
  bottom: 0;
  border-top: solid 2px #42413f;
}

nav {
  top: 0;
  border-bottom: solid 2px #42413f;
}

footer .ico {
  text-align: center;
  width: 26px;
}

footer > * img {
  width: 32px;
  height: 32px;
}

.size-4 {
  min-width: 4em;
}

.size-6 {
  min-width: 6em;
}

.size-8 {
  min-width: 8em;
}

.size-10 {
  min-width: 10em;
}

.size-12 {
  min-width: 12em;
}

.size-14 {
  min-width: 14em;
}

.size-16 {
  min-width: 16em;
}

.size-18 {
  min-width: 18em;
}

.size-22 {
  min-width: 22em;
}

input, select {
  height: 1.6em;
}

.f-xsmall {
  font-size: x-small;
}

.f-small {
  font-size: small;
}

.f-smaller {
  font-size: smaller;
}

.f-large {
  font-size: large;
}

.f-xlarge {
  font-size: x-large;
}

.f-medium {
  font-size: medium;
}

.f-normal {
  font-size: initial;
}

spinner {
  display: block;
  width: 80px;
  height: 80px;
  background-image: url("../img/pilka.png");
  background-size: 80px;
  background-repeat: no-repeat;
  align-self: center;
  animation-name: spinn;
  animation-timing-function: linear;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
}

.rotateAnim {
  animation-name: spinn;
  animation-timing-function: linear;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
}

@keyframes rotation {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spinn {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(358deg);
  }
}

/*# sourceMappingURL=app.css.map */
