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

.container {
  max-width: 1600px !important;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}

.login {
  min-height: 100vh;
}

.form-control-dark {
  border-color: var(--bs-gray);
}

.form-control-dark:focus {
  border-color: #fff;
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
}

.text-small {
  font-size: 85%;
}

.dropdown-toggle:not(:focus) {
  outline: 0;
}

.bg-image {
  background-image: url("../../img/back_login.jpg");
  background-size: cover;
  background-position: center;
}

.login-heading { color: #fff; }

.btn-login {
  font-size: 0.9rem;
  letter-spacing: 0.05rem;
  padding: 0.75rem 1rem;
}

.btn-primary {
  background-color: #05aa55 !important;
  border: #05aa55 !important;
  color: white;
}

.btn-primary:hover {
  background-color: #216341 !important;
  border: #216341 !important;
  transition-duration: 0.4s;
}

.text-primary {
  color: #05aa55 !important;
}

.bg-primary {
  background-color: #05aa55 !important;
}

.dropdown-item:active {
  background-color: #05aa55 !important;
}

.prodCatElem {
  background-color: #05aa55;
  font-weight: bold;
  padding: 10px;
  font-size: 3vh;
  text-decoration: none;
  border-radius: 5px;
  color: white;
  border: 0;
  border-style: none;
}

.prodCatElem:hover {
  background-color: #216341;
  transition: 0.2s;
}

#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.loader {
  border: 6px solid #f3f3f3;
  border-top: 6px solid #05aa55;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.active > .page-link,
.page-link.active {
  background-color: #05aa55;
  border-color: #05aa55;
}

.page-link {
  color: #05aa55;
}

.page-link:hover {
  color: #216341;
}

.custom-list {
  list-style: none;
  padding: 0;
}

.custom-list li {
  background-color: #f8f9fa;
  margin-bottom: 10px;
  padding: 15px;
  border-radius: 5px;
}

.custom-list li a {
  color: #333;
  text-decoration: none;
}

.custom-list li a:hover {
  color: #05aa55;
}

.active {
  color: #05aa55;
}

.inActive {
  color: red;
}

.editUser {
  text-decoration: none;
  color: white;
  background-color: #0d6efd;
  padding: 4px 10px 4px 10px;
  border-radius: 5px;
  margin: 2px;
}

.editUser:hover {
  color: white;
  background-color: #0b51bb;
  transition: 0.5s;
}

.deleteUser {
  text-decoration: none;
  color: white;
  background-color: darkred;
  padding: 4px 10px 4px 10px;
  border-radius: 5px;
  margin: 2px;
  cursor: pointer;
}

.deleteUser:hover {
  color: white;
  background-color: #5c0000;
  transition: 0.5s;
}

.addUser {
  text-decoration: none;
  color: white;
  background-color: green;
  padding: 4px 10px 4px 10px;
  border-radius: 5px;
  margin: 2px;
}

.addUser:hover {
  color: white;
  background-color: #005300;
  transition: 0.5s;
}

.icon-border {
  border: 1px solid grey;
  border-width: 1.5px;
  padding: 5px;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
}

.LoaderOn {
  text-decoration: none;
}

td.wrap {
  white-space: normal;
}

td.nowrap {
  white-space: nowrap;
}

.groupTab {
  padding: 1vh;
  border: 0;
  border-collapse: separate;
  border-spacing: 0 1em;
}

.groupRow {
  border: 0;
  border-style: none;
  margin-bottom: 1vh;
}

.icon-square {
  background-color: white !important;
  color: white !important;
}

.pr3 {
  padding-right: 1rem !important;
}

.height-100 {
  height: 100vh;
}

.card {
  border: none;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.card h6 {
  color: #05aa55;
  font-size: 20px;
}

.inputs input {
  width: 60px;
  height: 60px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.card-2 {
  background-color: #fff;
  padding: 10px;
  width: 350px;
  height: 100px;
  bottom: -50px;
  left: 20px;
  position: absolute;
  border-radius: 5px;
}

.card-2 .content {
  margin-top: 50px;
}

.card-2 .content a {
  color: #05aa55;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #05aa55;
}

.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}

.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}

#lblCartCount {
  font-size: 12px;
  background: #ff0000;
  color: #fff;
  padding: 0 5px;
  vertical-align: top;
  margin-left: -10px;
}

.searchInput:focus {
  border: 1px #05aa55 solid !important;
}

.text-warning {
  color: #ffc107 !important;
}

.custom-line {
  border-top: 1px solid #ccc;
  margin: 20px 0;
}

.btn-update-cart {
  background-color: #5bc0de;
  border-color: #46b8da;
  color: white;
}

.btn-update-cart:hover {
  background-color: #31b0d5;
  border-color: #269abc;
  color: white;
}

.cookie-consent {
  /*Hide by default*/
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 900;
}

.cookie-consent {
  background: #222;
  color: #fff;
  font-size: 1em;
  font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial;
  box-sizing: border-box;
  padding: 15px 30px 15px;
}

.cookie-consent p {
  float: left;
  width: 80%;
  margin: 0;
}

.cookie-consent a {
  color: #fff;
}

.cookie-consent .btn {
  cursor: pointer;
  font-size: 1em;
  color: #fff3cd;
  background-color: #c70;
  border: 1px solid transparent;
  border-color: #ffeeba;
  border-radius: 7px;
  text-align: center;
  padding: 8px 15px;
  display: block;
  margin-left: 10px;
  float: right;
  min-width: 110px;
  max-width: 220px;
}

.cookie-consent .btn:hover,
.cookie-consent .btn:active {
  background-color: #d6d8d9;
  border-color: #c6c8ca;
  color: #1b1e21;
}

.cookie-consent .close {
  font-size: 1.8em;
  color: #d6d8d9;
  text-decoration: none;
  background: #222;
  border: none;
  cursor: pointer;
  margin: 0 0 0 40px;
  float: right;
}

.cookie-consent .close:hover {
  color: #fff;
}

.hidden {
  display: none;
}

@media (max-width: 480px) {
  .hidden-xs {
    display: none;
  }
} 

a, a:hover {
  color: #05aa55;
  text-decoration: none;
}
.login .fa, .login .fas, .login .far, .login .fal, .login .fab {
  color: #05aa55 !important;
}
.login .col-md-9.col-lg-8.mx-auto {
  max-width: 100%;
  width: 100%;
}
.login .card {
  background: none !important;
  box-shadow: none !important;
  border: none !important;
}

/* Style dla alertów na stronie logowania */
.login .card.bg-success {
  background: #198754 !important;
  border-radius: 0.375rem !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  border: 1px solid transparent !important;
  margin-bottom: 1rem !important;
}

.login .card.bg-danger {
  background: #dc3545 !important;
  border-radius: 0.375rem !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  border: 1px solid transparent !important;
  margin-bottom: 1rem !important;
}

.login .card.bg-warning {
  background: #ffc107 !important;
  border-radius: 0.375rem !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  border: 1px solid transparent !important;
  margin-bottom: 1rem !important;
}

.login .card.bg-info {
  background: #0dcaf0 !important;
  border-radius: 0.375rem !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  border: 1px solid transparent !important;
  margin-bottom: 1rem !important;
}

.login .card-body {
  padding: 0.75rem 1rem !important;
  color: white !important;
  font-weight: 500 !important;
} 