html {
  font-size: 20px;
}
@media only screen and (max-width: 800px) {
  html {
    font-size: 17px;
  }
}
@media only screen and (max-width: 400px) {
  html {
    font-size: 15px;
  }
}

body {
  margin: 0;
}

body, html {
  height: 100%;
  width: 100%;
  margin: 0;
}

header {
  min-height: 10vh !important;
}

main {
  min-height: 80vh !important;
}

footer {
  min-height: 10vh !important;
}

.container-base {
  margin: auto;
  padding: 10px 50px;
  height: 100%;
  min-height: 80vh;
  max-width: 800px;
}

.container-centered-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: inherit !important;
  height: 100%;
  flex-direction: column;
}

.centered-div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
  gap: 20px;
}

.clear-btn {
  background-color: rgba(0, 0, 0, 0);
  border: none;
}

.base-btn, .orange-btn, .shadow-btn, .green-btn, .blue-btn, .blue-btn-invert, .red-btn {
  border: 2px solid gray;
  border-radius: 20px;
  padding: 8px 12px;
  background-color: gray;
  color: #ffffff;
  text-decoration: none;
  font-weight: lighter;
}
.base-btn:hover, .orange-btn:hover, .shadow-btn:hover, .green-btn:hover, .blue-btn:hover, .blue-btn-invert:hover, .red-btn:hover {
  transition: 0.3s;
  background-color: rgba(0, 0, 0, 0);
  color: gray;
}

.red-btn {
  background-color: #b72525;
  border-color: #b72525;
}
.red-btn:hover {
  color: #b72525;
  border-color: #b72525;
}

.blue-btn-invert {
  background-color: rgba(0, 0, 0, 0);
  border-color: #085ed7;
  color: #085ed7;
}
.blue-btn-invert:hover {
  color: #ffffff;
  border-color: #085ed7;
  background-color: #085ed7;
}

.blue-btn {
  background-color: #085ed7;
  border-color: #085ed7;
}
.blue-btn:hover {
  color: #085ed7;
  border-color: #085ed7;
}

.green-btn {
  background-color: #397709;
  border-color: #397709;
}
.green-btn:hover {
  color: #397709;
  border-color: #397709;
}

.shadow-btn {
  background-color: #7a7a7a;
  border-color: #7a7a7a;
}
.shadow-btn:hover {
  color: #7a7a7a;
  border-color: #7a7a7a;
}

.orange-btn {
  background-color: #ffa100;
  border-color: #ffa100;
  color: #000000;
}
.orange-btn:hover {
  color: #ffa100;
  border-color: #ffa100;
}

.custom-form {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
  font-size: 25px;
  border-radius: 20px;
  border: 1px solid #085ed7;
  font-weight: lighter;
}
.custom-form .custom-label {
  font-size: 30px;
  color: #085ed7;
}
.custom-form .btn-div {
  width: 100%;
  text-align: center;
}
.custom-form-header {
  background-color: #085ed7;
  width: 100%;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.custom-form-header h1 {
  color: #ffffff;
}
.custom-form-body {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  padding: 15px 15px;
}
.custom-form select {
  margin-bottom: 20px;
}

.error-hide {
  color: #b72525;
  text-align: center;
  display: none;
}

.success-hide {
  color: #397709;
  text-align: center;
  display: none;
  margin: 0;
}

.custom-modal-form {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.custom-modal-form input {
  width: 100%;
  border: 1px solid #085ed7;
  border-radius: 20px;
  padding: 5px 10px;
  margin-bottom: 10px;
}
.custom-modal-form label {
  width: 100%;
  padding-left: 5px;
}

.btn-div-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.select2 {
  width: 100% !important;
}

.error-p {
  color: #b72525;
  border: 1px solid #b72525;
  padding: 10px 20px;
  border-radius: 10px;
  text-align: center;
}

.small-form {
  width: 100%;
  max-width: 300px;
}

.input-wrapper {
  width: 100%;
}
.input-wrapper input {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #000000;
  border-radius: 10px;
  padding: 5px 10px;
}
.input-wrapper label {
  width: 100%;
  font-weight: lighter;
}

.filters-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.input-form {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}
.input-form input {
  border: 1px solid #000000;
  border-radius: 10px;
  padding: 5px 10px;
}

.custom-checkbox {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}
.custom-checkbox label {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 30px;
}

/* The container */
.container {
  display: block;
  position: relative;
  padding-left: 55px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 50px;
  background-color: #0c162d;
  border-radius: 40px;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #e7f1fd;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #085ed7;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 20px;
  top: 14px;
  width: 10px;
  height: 20px;
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.blue-bg {
  background-color: #085ed7 !important;
  color: #ffffff !important;
  width: 100%;
}
.blue-bg button {
  color: #ffffff !important;
}
.blue-bg i {
  font-size: 25px;
}

.user-data-modal-body span {
  font-weight: bold;
}

.order-ul {
  padding: 0;
}
.order-ul li {
  list-style-type: none;
  border: 2px solid #085ed7;
  border-radius: 10px;
  margin-bottom: 10px;
}
.order-ul a {
  text-decoration: none;
  color: #085ed7;
}
.order-ul-header {
  width: 100%;
  text-align: center;
  font-size: 30px;
  margin-bottom: 10px;
  background-color: #085ed7;
  color: #ffffff;
  padding: 10px 20px;
}
.order-ul-body {
  padding: 10px 20px;
}
.order-ul-second-header {
  text-align: center;
  width: 100%;
  font-size: 20px;
}

.user-list {
  padding: 0;
  max-width: 400px;
  min-width: 320px;
}
.user-list li {
  list-style-type: none;
  border: 2px solid #000000;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 20px 20px;
}
.user-list li p {
  margin: 0;
}
.user-list li span {
  font-weight: bold;
}

.print-card {
  width: fit-content;
  border: 1px solid #085ed7;
  border-radius: 10px;
}
.print-card h1 {
  font-size: 25px;
  text-align: center;
  text-transform: uppercase;
}
.print-card p {
  font-size: 15px;
  margin-bottom: 0;
}
.print-card .print-list {
  padding: 0;
  margin: 0;
}
.print-card .print-list li {
  list-style-type: none;
}
.print-card .print-list li span {
  font-weight: bold;
}
.print-card-header {
  background-color: #085ed7;
  color: white;
  width: 100%;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding: 20px 30px;
}
.print-card-header h1 {
  margin: 0;
}
.print-card-body {
  padding: 20px 30px;
}
.print-card-footer {
  padding: 10px 30px;
  border-top: 1px solid #7a7a7a;
}
.print-card .url {
  font-size: 20px;
  margin-bottom: 30px;
}
.print-card .url span {
  font-weight: bold;
}

.pagination-page {
  font-size: 25px;
}
.pagination-page a {
  text-decoration: none;
  color: #000000;
  margin-left: 10px;
  margin-right: 10px;
}

.hide-pesel {
  display: none;
}

.peselP {
  display: flex;
  flex-direction: row;
}

.hidden {
  display: none;
}

.light-weight {
  font-weight: lighter;
}

.custom-href {
  text-decoration: none;
  color: #000000;
  font-size: 30px;
  border: 1px solid #000000;
  border-radius: 10px;
  padding: 10px 20px;
}
.custom-href:hover {
  color: #085ed7;
  border-color: #085ed7;
  transition: 0.6s;
}

.help-text {
  font-size: 14px;
  font-weight: lighter;
  text-align: center;
}

.clean-href {
  text-decoration: none;
  color: #085ed7;
}

.red-help-text {
  margin: 0;
  color: #b72525;
}

.order-detail {
  border: 1px solid #085ed7;
  border-radius: 20px;
}
.order-detail-header {
  background-color: #085ed7;
  color: #ffffff;
  font-weight: lighter;
  text-align: center;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  padding: 20px 30px;
}
.order-detail-header h3 {
  margin: 0 !important;
}
.order-detail-body {
  padding: 20px 30px;
}
.order-detail span {
  font-weight: bold;
}

.order-list-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
}

.order-list-card {
  border: 1px solid #085ed7;
  border-radius: 10px;
}
.order-list-card-header {
  padding: 10px 20px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background-color: #085ed7;
  color: #ffffff;
  text-align: center;
}
.order-list-card-body {
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.order-list-button-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

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