@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;0,800;1,400;1,600;1,700;1,800&display=swap");
/*@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');*/
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}

html,
body {
  font-family: "Open Sans", sans-serif;
  /*font-family: 'Roboto Condensed', sans-serif;*/
  /*font-family: 'Roboto', sans-serif;*/
  background-color: #fafafa;
  height: 100%;
}

body:before {
  content: "";
  height: 100%;
  float: left;
  width: 0;
  margin-top: -32767px;
}

* {
  margin: 0;
  padding: 0;
}

.wrapper {
  min-height: 100%;
}

.main {
  overflow: auto;
  padding-bottom: 145px;
}

@media (max-width: 768px) {
  .main {
    padding-bottom: 54px;
  }
}
@media (max-width: 366px) {
  .main {
    padding-bottom: 44px;
  }
}
.navbar-main {
  background: #333333;
  padding: 0rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

@media (max-width: 992px) {
  .navbar-main .nav-right {
    margin: 1rem 0rem 1rem 0rem !important;
  }
  .navbar-main .navbar-collapse {
    border-top: solid 5px #4a4a4a;
  }
}
@media (max-width: 576px) {
  .navbar-main .navbar-brand {
    margin-left: 1rem !important;
  }
  .navbar-main .navbar-toggler {
    margin-right: 1rem !important;
  }
  .navbar-main .nav-right {
    margin: 1rem 1rem 1rem 1rem !important;
  }
}
.navbar-main .btn-language {
  height: 38px;
  border-radius: 0.25rem;
  border: solid 1px #272727;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.navbar-main .btn-language:hover {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.navbar-main .btn-logout {
  height: 38px;
  border-radius: 0.25rem;
  border: solid 1px #272727;
}

.navbar-main .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-main .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-main .navbar-nav .active > .nav-link,
.navbar-main .navbar-nav .nav-link.active,
.navbar-main .navbar-nav .nav-link.show,
.navbar-main .navbar-nav .show > .nav-link {
  font-size: 1rem;
  color: #fff;
}

.navbar-main .navbar-nav .nav-item .nav-link {
  font-size: 1.15rem;
}

.navbar-main .navbar-nav .nav-item {
  padding: 0.95rem 0.5rem 0.75rem 0.5rem;
  border-bottom: solid 5px #333333;
}

@media (max-width: 992px) {
  .navbar-main .navbar-nav .nav-item {
    padding: 0.5rem 1rem 0.5rem 1rem !important;
    border-bottom: solid 5px #4a4a4a;
  }
}
.navbar-main .navbar-nav .nav-item.active {
  border-bottom: solid 5px #6dc04a;
  background-color: #3a3a3a;
}

.navbar-main .navbar-nav .nav-item .nav-link:hover {
  color: #fff;
}

.navbar-main .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-main .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-main .navbar-brand {
  color: #fafafa;
  padding: 1rem 0rem;
  margin-right: 1.25rem;
  letter-spacing: -1px;
}

.navbar-main .navbar-brand img {
  position: relative;
  top: -1px;
}

.signpost .signpost-item {
  text-align: center;
  box-shadow: 0 0.025rem 0.25rem rgba(0, 0, 0, 0.05);
  border-radius: 0.25rem;
}

.signpost .signpost-item .btn {
  color: #333;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(239, 239, 239) 100%);
  border: solid 1px #dadada;
  box-shadow: 0 0.01rem 0.1rem rgba(0, 0, 0, 0.05);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  letter-spacing: 1px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
}

.signpost .signpost-item-green > .btn {
  color: #f8f9fa;
  background: rgb(144, 199, 97);
  border: solid 1px #69c11d;
}

.signpost .signpost-item-blue > .btn {
  color: #ffffff;
  background: rgb(76, 200, 255);
  border: solid 1px #23bbff;
}

.signpost .signpost-item-coral > .btn {
  color: #fff;
  background: rgb(234, 156, 101);
  border: solid 1px #ff8d3d;
}

.signpost .signpost-item .btn:hover {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.75);
}

.signpost .signpost-item-coral {
  /*border: dashed 1px #ff8d3d;*/
  background-color: #ffd3b4;
  color: #343a40;
}

.signpost .signpost-item-green {
  /*border: dashed 1px #90c761;*/
  background-color: #d5ecc2;
  color: #333131;
}

.signpost .signpost-item-blue {
  /*border: dashed 1px #23bbff;*/
  background-color: #beebff;
  color: #2f2a2a;
}

.font-weight-semibold {
  font-weight: 600;
}

.font-weight-boldest {
  font-weight: 800;
}

.footer {
  position: relative;
  margin-top: -143px; /* negative value of footer height */
  height: 143px;
  clear: both;
}

@media (max-width: 768px) {
  .footer {
    margin-top: -54px; /* negative value of footer height */
    height: 54px;
  }
  .control-buttons .btn {
    display: block;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .btn-send-col {
    text-align: right;
  }
}
.footer .bottom {
  background: #333333;
  /*font-weight: 200;*/
}

.footer .copyright {
  font-size: 0.95em;
}

@media (max-width: 412px) {
  .footer .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
  }
  .footer .copyright {
    font-size: 0.875rem;
  }
}
@media (max-width: 366px) {
  .footer .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    line-height: 1.5;
    border-radius: 0.2rem;
  }
  .footer .copyright {
    font-size: 0.75rem;
  }
  .footer {
    margin-top: -44px; /* negative value of footer height */
    height: 44px;
  }
}
.footer .bottom .copyright a {
  text-decoration: underline;
}

.footer .partners {
  box-shadow: 0 0.125rem 0.35rem rgba(0, 0, 0, 0.175) !important;
  background: #fff;
  min-height: 89px;
}

/*.footer .partners .imtm {

}*/
.footer .partners .uzis {
  max-height: 57px;
}

.footer .partners .daktela {
  max-height: 50px;
}

.footer .partners .mzcr {
  max-height: 50px;
}

/*.footer .partners .eatris {

}*/
.wizard-wrapper {
  /*background-color: rgba(204, 204, 204, 0.1);*/
  background-color: #beebff;
  border-radius: 0.25rem;
}

.wizard-wrapper .wizard-text {
  font-size: 1.225em;
  text-align: center;
  color: #2f2a2a !important;
  font-weight: 500;
  padding: 4px;
  /*border-bottom: 2px solid #cccccc1f;*/
  border-bottom: 2px solid #4cc8ff;
  border-radius: 0.25rem;
}

.wizard-wrapper .progress {
  background-color: #dff5ff;
}

.wizard-wrapper .progress .progress-bar {
  border-radius: 0.25rem;
  background: #4cc8ff;
}

.overlay-wrapper {
  position: relative;
}

.card .overlay,
.overlay-wrapper .overlay {
  z-index: 50;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0.25rem;
}

.card > .loading-img,
.card > .overlay,
.overlay-wrapper > .loading-img,
.overlay-wrapper > .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.card .overlay > .fa,
.overlay-wrapper .overlay > .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  color: #000;
  font-size: 30px;
}

.voucher-code {
  font-family: monospace;
  font-size: 16px;
}

.field-monospace {
  font-family: monospace;
  font-size: 17px;
}

.input-group > .is-invalid,
.input-group > .is-valid {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.result-frame {
  width: 100%;
  height: 400px;
  border: solid 1px #eee;
  border-radius: 4px;
  background: #fff;
}

@media (max-width: 360px) {
  .result-frame {
    height: 250px;
  }
}
@page {
  size: landscape;
}
.subject-register-form .input-group-text {
  width: 165px;
}

.table th.fit {
  white-space: nowrap;
  width: 1%;
}

.model-establishment label.input-group-text {
  width: 190px;
}

.api-key-field {
  position: absolute;
  left: -9999px;
  top: 0;
}

.sg-firmy {
  font-size: 18px;
}

select.form-control.is-valid,
.was-validated select.form-control:valid {
  background-position: right calc(0.375em + 1.1875rem) center;
}

select.form-control.is-invalid,
.was-validated select.form-control:invalid {
  background-position: right calc(0.375em + 1.1875rem) center;
}

.result {
  border-radius: 6px;
  padding: 8px;
}

.podekovani {
  text-align: center;
  font-weight: 500;
  font-size: 24px;
}

@media print {
  .no-print,
  .no-print * {
    display: none !important;
  }
}
.cursor-pointer,
.page-link {
  cursor: pointer;
}

.tracing-input-group {
  width: 140px;
}

.datepicker {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.input-group-append .input-group-text,
.input-group-append button {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.tracing-input-group {
  width: 140px;
}

.alert {
  padding: 0.75rem 1rem;
}

.alert-info {
  border-left: 5px solid #0c5460;
}

.alert-danger {
  border-left: 5px solid #ff7380;
}

.alert-success {
  border-left: 5px solid #28a745;
}

.alert-warning {
  border-left: solid 5px #856404;
}

.alert-light {
  color: #3e3e3e;
  border: solid 1px #eee;
  border-left: solid 5px #606060;
}

.font-weight-semibold {
  font-weight: 600 !important;
}

.form-control,
.input-group-text,
.custom-select {
  border-bottom: 2px solid #ced4da;
  height: 38px;
}

.gdpr b,
.gdpr h5 {
  font-weight: 600;
}

.gdpr p {
  text-align: justify;
  text-justify: inter-word;
}

.gdpr h5 {
  margin: 1.5rem 0rem 1rem 0rem;
}

.admin-min-height {
  min-height: 400px;
}

.nav-tabs-modal {
  padding: 0.75rem 0.75rem 0rem 0.75rem;
}

.nav-tabs-modal .nav-link {
  color: #495057;
}

.form-check-input,
.form-check-label {
  cursor: pointer;
}

.btn-xs {
  padding: 0.1rem 0.35rem;
  font-size: 10em;
  font-size: 0.85em;
}

.table-small-buttons {
  padding: 0.2rem !important;
}

.select2 {
  width: 100% !important;
}

.select2-results__group {
  font-weight: 600;
}

.select2-dropdown {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.select2-selection {
  border-bottom: 2px solid #ced4da;
  height: 38px;
}

.select2-container--bootstrap4 .select2-selection {
  border: 1px solid #ced4da;
  border-bottom: 2px solid #ced4da;
}

form.was-validated select:invalid ~ .select2-container--bootstrap4 .select2-selection,
select.is-invalid ~ .select2-container--bootstrap4 .select2-selection {
  border: 1px solid #dc3545 !important;
  border-bottom: 2px solid #dc3545 !important;
}

.daterangepicker {
  box-shadow: 0 0.225rem 1rem rgba(0, 0, 0, 0.1) !important;
  font-family: "Open Sans", sans-serif;
}

.daterangepicker .calendar-table td,
.daterangepicker .calendar-table th {
  font-size: 1em;
  min-width: 35px;
  width: 35px;
  height: 28px;
}

.daterangepicker select.ampmselect,
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect {
  font-size: 1em;
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  font-size: 1em;
}

.daterangepicker .drp-buttons .btn {
  font-size: 1em;
  font-weight: 600 !important;
}

.table-entries {
  font-size: 14px;
}

.btn-alert-info {
  color: #bee5eb;
  background-color: #0c5460;
}

.btn-alert-info:hover {
  color: #cff0f5;
}

.text-bolder {
  font-weight: 600;
}

input::-webkit-calendar-picker-indicator {
  opacity: 0;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.autocomplete {
  position: relative;
  width: 100%;
}

.autocomplete ul {
  position: absolute;
  display: inline-block;
  background-color: #fff;
  border-radius: 0.25rem;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  box-shadow: 0 0.125rem 0.35rem rgba(0, 0, 0, 0.15);
  line-height: 1.5;
  color: #495057;
  z-index: 999;
  top: 2px;
  width: 100%;
}

.autocomplete ul li {
  list-style-type: none;
  padding: 0.375rem 0.75rem;
  cursor: pointer;
}

.autocomplete ul li:nth-child(even) {
  background-color: #f7f7f7;
}

.autocomplete ul li:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.autocomplete ul li:first-child {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.autocomplete ul li.selected {
  background-color: #007bff;
  color: #fff;
}

.cart-dropdown-container {
  position: relative;
}

.cart-hover-box {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 350px;
  z-index: 1000;
}

.cart-dropdown-container:hover .cart-hover-box {
  display: block;
}

.cart-list {
  border: none;
}

.cart-item {
  padding: 1%;
  border: none;
}

#loading-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  z-index: 1000;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.2rem;
  color: #333;
}

.spinner-border {
  width: 3rem;
  height: 3rem;
}

.option-box {
  cursor: pointer;
  margin-bottom: 1rem;
}

.option-box:hover {
  background-color: #f8f9fa;
}

.checkout-icon {
  height: 24px;
}

.checkout-icon {
  height: 70px;
  width: auto;
}

.checkout-container {
  padding-top: 3%;
  padding-bottom: 200px;
  min-height: 100vh;
}

.stepper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.step {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  position: relative;
}

.step .circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ccc;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  z-index: 2;
}

.step.active .circle {
  background-color: green;
}

.step .label {
  margin-top: 8px;
  font-size: 14px;
  text-align: center;
}

.line {
  height: 2px;
  background-color: #ccc;
  flex: 1;
  margin: 0 10px;
  z-index: 1;
}

.step.active + .line {
  background-color: green;
}

.order-status-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10%;
  min-height: 90vh;
  text-align: center;
}

.order-box {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  max-width: 500px;
  width: 100%;
}

.order-success {
  color: green;
}

.order-failure {
  color: red;
}

.order-waiting {
  color: orange;
}

@media (max-width: 768px) {
  .stepper {
    flex-direction: column;
    gap: 10px;
  }
  .line {
    width: 2px;
    height: 30px;
    margin: 10px 0;
  }
}
.category-link,
.category-link:visited,
.category-link:focus,
.category-link:hover,
.category-link:active {
  color: #000 !important;
  text-decoration: none !important;
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
  transition: all 0.2s ease;
}

.category-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background-color: #28a745;
  transition: width 0.25s ease;
}

.category-link:hover::after,
.active-category .category-link::after {
  width: 100%;
}

.category-link:hover {
  color: #000;
  text-decoration: none;
}

.active-category .category-link {
  color: #000;
  text-decoration: none;
  font-weight: 600;
}

.category-link:hover::after,
.active-category .category-link::after {
  width: 100%;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(280px, 1fr));
  gap: 20px;
  width: 100%;
  padding: 1.5rem;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 992px) {
  .product-grid {
    grid-template-columns: repeat(2, minmax(250px, 1fr));
  }
}
@media (max-width: 768px) {
  .product-grid {
    grid-template-columns: repeat(1, minmax(250px, 1fr));
  }
}
.product-card {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.btn-container {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: auto;
}

.btn-container .btn {
  width: 100%;
}

.cart-list {
  border: none;
}

.cart-item {
  padding: 1%;
  border: none;
}

.sidebar {
  font-size: 1.25rem;
  padding: 1.5rem;
  border-right: 1px solid #ddd;
  display: flex;
  justify-content: flex-end;
}

.sidebar-content {
  margin-right: 1rem;
  text-align: left;
}

.table-responsive-custom {
  width: 100%;
}

.eshop-layout {
  display: flex;
}

.sidebar-content {
  width: 225px;
  flex-shrink: 0;
  padding: 1.5rem;
}

.product-header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 40px;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.product-image {
  flex: 0 0 auto;
  width: 400px;
  max-width: 100%;
}

.product-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.product-summary {
  flex: 1;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.product-summary h1 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #222;
  line-height: 1.2;
}

.product-description {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 25px;
  color: #555;
  max-width: 450px;
}

.price {
  font-size: 2.5rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
}

.stock {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: #2c7a2c;
  font-weight: 600;
}

.action-buttons {
  margin-top: auto;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.action-buttons .btn {
  padding: 14px 28px;
  font-size: 1.1rem;
  border-radius: 8px;
  transition: all 0.3s ease;
  min-width: 180px;
  font-weight: 600;
}

.action-buttons .btn-primary {
  background-color: #007bff;
  border-color: #007bff;
  color: #fff;
}

.action-buttons .btn-primary:hover {
  background-color: #0056b3;
  border-color: #0056b3;
}

.action-buttons .btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
  background-color: transparent;
}

.action-buttons .btn-outline-secondary:hover {
  background-color: #6c757d;
  color: #fff;
}

.product-info {
  width: 100%;
  border-top: 1px solid #eee;
  padding-top: 30px;
  font-size: 1.1rem;
  line-height: 1.8;
  color: #444;
  text-align: left;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 992px) {
  .product-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px;
  }
  .product-image {
    width: 80%;
  }
  .product-info {
    max-width: 90%;
  }
}
@media (max-width: 768px) {
  .eshop-container-centered {
    padding: 25px;
  }
  .product-image {
    width: 90%;
  }
  .product-summary h1 {
    font-size: 2.2rem;
  }
  .price {
    font-size: 2rem;
  }
  .product-description {
    font-size: 1.1rem;
  }
  .product-info {
    max-width: 100%;
    padding: 20px;
  }
}
@media (max-width: 576px) {
  .eshop-container-centered {
    padding: 15px;
    border-radius: 0;
    box-shadow: none;
  }
  .product-image {
    width: 100%;
  }
  .action-buttons {
    flex-direction: column;
  }
  .action-buttons .btn {
    width: 100%;
    min-width: unset;
  }
}
b,
strong {
  font-weight: 600;
}
/*# sourceMappingURL=application.css.map */
