:root {
    --navbar-height: 60px;
}
nav.navbar_n {
  height: var(--navbar-height);
  padding-left: 35px;
  padding-right: 35px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient:
horizontal;
  -webkit-box-direction:
normal;
  -ms-flex-flow: row nowrap;
  flex-flow:
row nowrap;
  -webkit-box-pack:
start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #444444;
  border-bottom:
solid 3px #066fd1;
  -webkit-user-select:
none;
  -moz-user-select:
none;
  -ms-user-select: none;
  user-select: none;
}
.page {
  min-height: 80%;
}
.navbar_n .navbar-logo img {
  height: 36px;
  margin-block: calc((var(--navbar-height) - 36px) / 2);
}
.navbar_n .app-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align:
center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  margin-left: 0px;
  font-size: clamp(.5em, 3vw, 1rem);
  white-space:
nowrap;
  overflow:
hidden;
  text-overflow: ellipsis;
}
.navbar_n .app-name > span {
  text-overflow: ellipsis;
  overflow:
hidden;
  font-size: 18px;
  font-weight: 600;
}
.navbar_n .navbar-logo img {
  height: 75%;
  margin-block: calc((var(--navbar-height) - 45px) / 2);
}
.bg-rovens{
  background: url('https://b2b.rovens.pl/img/bg_panel.jpg') no-repeat center center fixed;
  background-size: cover;
}

footer.footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align:
center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  border-top:
1px solid #fff;
  margin:
auto;
    margin-bottom: auto;
  margin-bottom: 0px;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  color: #ffffff;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding:
1em 2.5%;
  gap:
1em;
}

footer.footer-container > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient:
vertical;
  -webkit-box-direction:
normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align:
center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack:
center;
  -ms-flex-pack: center;
  justify-content: center;
}

footer.footer-container > div.copy-rights-container {
  gap:
1em;
}

@media (min-width: 960px) {
  footer.footer-container > div {
    gap:
1em;
    -webkit-box-orient:
horizontal;
    -webkit-box-direction:
normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}


@media (min-width: 960px) {
  footer.footer-container {
    -webkit-box-orient:
horizontal;
    -webkit-box-direction:
normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack:
justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (min-width: 560px) {
  footer.footer-container {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

@media (min-width: 960px) {
  footer.footer-container {
    -webkit-box-orient:
horizontal;
    -webkit-box-direction:
normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack:
justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (min-width: 560px) {
  footer.footer-container {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.card-title {
font-size: 18px;
}

.copy-rights-container img {
  max-width: 100%;
  height: 30px;
}