@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;700&display=swap');
body.page-template-page-realizacje {
  overflow-y: hidden;
  background: #455a64;
  padding: 0;
}
body.page-template-page-realizacje .order-container {
  width: 90vw;
  height: 100vh;
  margin-left: 6.5vw;
}
body.page-template-page-realizacje #page {
  height: 100vh;
}
body.page-template-page-realizacje .aside {
  position: absolute;
  left: -25rem;
  height: 100vh;
  transition: 0.5s ease;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
body.page-template-page-realizacje .aside.active {
  left: 0;
  transition: 0.5s ease;
}
body.page-template-page-realizacje #switch {
  position: absolute;
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  background-color: red;
  left: 1.75em;
  top: 2.5rem;
  background: url('./img/miniarrow.svg') center center no-repeat;
  background-size: contain;
}
body.page-template-page-realizacje .tns-nav {
  position: absolute;
  left: 2.5rem;
  top: 8rem;
  height: calc(100vh - 10rem);
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  width: 0.5rem;
}
body.page-template-page-realizacje .tns-nav button {
  float: none;
  background: #fff;
  display: block;
  flex: 0 0 100%;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.25rem;
  padding: 0;
  opacity: 0.2;
  transition: 0.5s ease;
}
body.page-template-page-realizacje .order-card {
  position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  width: 90vw;
  height: 90vh;
  margin-top: 5vh;
  margin-bottom: 5vh;
  background-color: #fff;
  border-radius: 2rem;
  padding: 2rem 3rem;
}
body.page-template-page-realizacje .order-card .client {
  font-size: 1.5rem;
  display: inline-block;
}
body.page-template-page-realizacje .order-card .order-id {
  font-weight: 900;
  font-size: 2rem;
  display: inline-block;
  margin-right: 1rem;
}
body.page-template-page-realizacje .order-card .products {
  display: flex;
  margin-top: 1rem;
  flex-flow: column wrap;
  align-content: baseline;
  height: 90%;
  padding-bottom: 2rem;
  border-radius: 1rem;
  justify-content: center;
  background: #fff;
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 55%, rgba(236, 239, 241, 1) 100%);
}
body.page-template-page-realizacje .order-card .products .product {
  display: flex;
  justify-content: center;
  flex-direction: row;
  font-size: 1.5rem;
  text-align: center;
}
body.page-template-page-realizacje .order-card .products .product .product-id {
  font-weight: 900;
}
body.page-template-page-realizacje .order-card .products .product .quantity {
  margin-left: 2rem;
}
body.page-template-page-realizacje .order-card .products .product.size-1 {
  font-size: 4rem;
  padding: 0.5rem 0;
  width: 33%;
}
body.page-template-page-realizacje .order-card .products .product.size-2 {
  font-size: 4rem;
  padding: 0.5rem 0;
  width: 25%;
}
body.page-template-page-realizacje .order-card .products .product.size-3 {
  font-size: 3rem;
  padding: 0.5rem 0;
  width: 25%;
}
body.page-template-page-realizacje .order-card .products .product.size-4 {
  font-size: 2.5rem;
  padding: 0.5rem 0;
  width: 20%;
}
body.page-template-page-realizacje .order-card .total {
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
  color: #fff;
  font-size: 3.5rem;
  font-weight: 900;
  text-align: center;
  line-height: 6rem;
  width: 6rem;
  height: 6rem;
  border-radius: 3rem;
}
.inpost .total {
  background-color: #ff80ab;
}
.inpost .tns-nav button.tns-nav-active {
  background-color: #1de9b6;
  opacity: 1;
  transition: 0.5s ease;
}
.poczta .total {
  background-color: #1de9b6;
}
.poczta .tns-nav button.tns-nav-active {
  background-color: #ff80ab;
  opacity: 1;
  transition: 0.5s ease;
}
.osobisty .total {
  background-color: #673ab7;
}
.osobisty .tns-nav button.tns-nav-active {
  background-color: #1de9b6;
  opacity: 1;
  transition: 0.5s ease;
}
body {
  background: #eceff1;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1rem;
  text-align: left;
  height: 100%;
  color: #455a64;
  overflow-x: hidden;
  background: #f5f8fa;
  background: radial-gradient(circle, rgba(245, 248, 250, 1) 28%, rgba(236, 239, 241, 1) 100%);
}
.post, .page {
  margin: 0;
}
.content {
  padding: 2rem 1rem;
  flex: 0 0 auto;
}
.container {
  display: flex;
  padding: 0 5rem;
}
input {
  margin-bottom: 0.75rem;
  margin-top: 0.5rem;
  width: 150px;
  float: left;
}
.input-cell {
  width: 45%;
  float: left;
}
.archiwum {
  float: left;
  margin-top: 0.75rem;
}
a.btn, #form input[type='submit'], button {
  background-color: #2196f3;
  outline: none;
  float: right;
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 1rem 2rem;
  font-weight: 700;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: 0.3s ease;
}
a.btn:hover, #form input[type='submit']:hover, button:hover {
  background: #1976d2;
  transition: 0.3s ease;
}
.card {
  width: 500px;
  margin: 1rem auto;
  background-color: #fff;
  padding: 2rem;
  border-radius: 0.25rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.card .row {
  width: 100%;
  display: flex;
}
.card .row > .cell {
  flex: 0 0 60%;
  border-bottom: 1px solid #cfd8dc;
  padding: 0.5rem 1rem 0.5rem 1.5rem;
}
.card .row > .cell:last-child {
  flex: 0 0 40%;
  border-left: 1px solid #cfd8dc;
  text-align: center;
}
.card .row:last-child .cell {
  border-bottom: none;
}
.card.big {
  display: flex;
}
.card.big .cell {
  font-weight: 900;
  font-size: 1.5rem;
  text-align: left;
}
.card.blank {
  margin-bottom: 1.5rem;
  background: transparent;
  box-shadow: none;
  padding: 0;
}
.card.single .cell {
  flex: 100% !important;
  border: none !important;
  text-align: left !important;
}
h1 {
  font-size: 1.2rem;
  text-align: left;
  padding: 0;
  margin: 0;
  font-weight: 700;
}
#page {
  min-height: 100vh;
  display: flex;
  flex-direction: row;
}
.big span, .single span {
  font-size: 2.1rem;
  margin-right: 0.5rem;
  display: inline-block;
}
hr {
  margin: 2rem 0;
}
.aside {
  flex: 0 0 20rem;
  width: 20rem;
  padding: 2rem 4rem;
  height: auto;
  background: #455a64;
}
.aside h1, .aside a {
  color: #fff !important;
  text-decoration: none !important;
  width: 100%;
  display: block;
  padding: 0.15rem 0;
}
.aside h1 {
  padding: 0.5rem 0;
}
.aside a {
  font-weight: 400;
  padding: 0.5rem 0;
}
.green .row {
  border-left: 0.5rem solid #ccff90;
  padding-left: 1rem;
}
.yellow .row {
  border-left: 0.5rem solid #ffff8d;
  padding-left: 1rem;
}
@media print {
  .body {
    color: #000;
    font-size: 0.5rem !important;
  }
  .content {
    flex: 0 0 100%;
  }
  .card {
    padding: 0 !important;
    border-radius: 0;
    border: 1px solid #000;
    box-shadow: none;
    max-width: 90%;
  }
  .aside {
    display: none;
  }
  .cell {
    font-size: 1rem !important;
    border-color: #000 !important;
  }
  .row {
    border-color: #000 !important;
  }
  .blank.card {
    border: none !important;
  }
  .current, button {
    display: none !important;
  }
  .container {
    width: 100%;
  }
  .content {
    width: 500px;
    margin: 0 auto;
  }
}
@media (max-width: 1080px) {
  .aside {
    display: none;
  }
  #page {
    width: 100%;
  }
  .input-cell {
    width: 100%;
  }
  .input-cell input {
    width: 100%;
  }
  button {
    float: left;
    margin-left: 5%;
    margin-bottom: 3rem;
  }
  button.archiwum {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
  }
  .container {
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
  }
  .row {
    flex-flow: row nowrap;
  }
  .card {
    width: 90% !important;
    padding: 1rem;
    box-sizing: border-box;
  }
  .big.card {
    padding: 1rem;
  }
  .content {
    padding: 0;
  }
}
#form {
  position: absolute;
  left: 50%;
  background-color: rgba(255, 255, 255, 0.77);
  width: 300px;
  padding: 1.75rem 2.5rem 2.5rem 2.5rem;
  border-radius: 0.25rem;
  box-sizing: border-box;
  margin-left: -150px;
  margin-top: 75px;
}
#form input, #form button {
  width: 100%;
}
#form p {
  margin-bottom: 0.25rem;
  margin-top: 0;
}
#form input[type='submit'] {
  margin-top: 1.25rem;
  display: block;
}
#form input[type="password"], #form input[type="text"] {
  border: 1px solid #cfd8dc;
  padding: 0.5rem;
  outline: none !important;
}
.error404, .page-template-page-start {
  background: url('https://source.unsplash.com/featured/1280x720/?nature,wallpaper,hd') #37474f;
  background-size: cover;
}
