@charset "UTF-8";
html {
  cursor: default;
}

a {
  color: var(--pg-color-main);
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
  color: var(--pg-color-main);
}

/* mainWrapper */
.homepage .mainWrapper {
  display: flex;
}

@media screen and (min-width: 1450px) {
  .container {
    max-width: 1400px;
  }
}

.column-left {
  font-size: 0.9rem;
}
@media screen and (min-width: 768px) {
  .column-left {
    margin-top: -2rem;
    padding-top: 2rem;
    margin-bottom: -2rem;
    padding-bottom: 2rem;
    border-right: 1px solid hsl(0deg, 0%, 90%);
  }
}
@media screen and (min-width: 1350px) {
  .column-left {
    -ms-flex: 0 0 72.4%;
    flex: 0 0 72.4%;
    max-width: 72.4%;
    border-right: 1px solid hsl(0deg, 0%, 90%);
  }
}

@media screen and (min-width: 768px) {
  .column-right {
    margin-top: -2rem;
    margin-bottom: -2rem;
    margin-left: -1px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-left: 1px solid hsl(0deg, 0%, 90%);
  }
}
@media screen and (min-width: 768px) {
  .column-right .column-right--block {
    margin-left: -15px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 1350px) {
  .column-right .column-right--block {
    margin-left: -35px;
    padding-left: 35px;
  }
}
@media screen and (min-width: 1350px) {
  .column-right {
    padding-left: 35px;
    -ms-flex: 0 0 27.6%;
    flex: 0 0 27.6%;
    max-width: 27.6%;
  }
}

/* typografie */
body {
  font-family: var(--pg-font-family-normal);
}

.gap {
  margin-bottom: 10px;
}

.bg--gray_light body {
  background-color: hsl(0deg, 9%, 93%);
}

/* skryti H1 */
.page_title_none {
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

h1, h2, h3, h4, h5, h6,
#searchsubmit {
  font-family: var(--pg-font-family-title);
}

img {
  max-width: 100%;
  height: auto;
}

.badge-eso {
  color: hsl(0deg, 0%, 100%);
  background-color: hsl(25deg, 100%, 50%);
}

/* tlacitka */
.btn {
  transition: all ease 0.25s;
}
.btn .fas {
  /* margin-right:.5rem */
}

#searchsubmit,
.btn-primary {
  background-color: hsl(204deg, 82%, 27%);
  border: 0;
  color: hsl(0deg, 0%, 100%) !important;
  text-decoration: none !important;
  border-radius: 3em;
  padding: 10px 15px;
  font-size: 0.86667rem;
}

#searchsubmit:focus:enabled,
.btn-primary:focus:enabled,
#searchsubmit:hover:enabled,
.btn-primary:hover:enabled {
  background: hsl(205deg, 38%, 16%);
}

.btn-secondary {
  background-color: hsl(0deg, 0%, 50%);
  color: hsl(0deg, 0%, 100%) !important;
  text-decoration: none !important;
  border: 0;
  border-radius: 3em;
  padding: 10px 15px;
  font-size: 0.86667rem;
}

.btn-white {
  background-color: hsl(0deg, 0%, 100%);
  color: var(--pg-color-main);
  text-decoration: none !important;
  border: 1px solid hsl(0deg, 0%, 88%);
  border-radius: 3em;
  padding: 10px 15px;
  font-size: 0.86667rem;
}
.btn-white.btn-disable {
  color: hsl(0deg, 0%, 50%);
  cursor: auto;
  background-color: hsl(0deg, 0%, 100%);
}
.btn-white:not(.btn-disable):before {
  color: var(--pg-color-main);
  display: inline-block;
  margin-right: 0.5em;
  font-family: var(--pg-font-family-awesome);
  font-weight: 800;
  transition: all ease 0.25s;
}
.btn-white:not(.btn-disable):hover:before {
  color: hsl(0deg, 0%, 100%);
}
.btn-white:not(.btn-disable):focus {
  color: hsl(0deg, 0%, 100%);
  background-color: hsl(206deg, 7%, 38%);
  border-color: hsl(210deg, 8%, 36%);
  box-shadow: 0 0 0 0.2rem hsla(208deg, 6%, 54%, 0.5);
}
.btn-white:not(.btn-disable):focus:before {
  color: hsl(0deg, 0%, 100%);
}
.btn-white:not(.btn-disable):active {
  color: hsl(0deg, 0%, 100%);
  background-color: hsl(210deg, 8%, 36%);
  border-color: hsl(208deg, 8%, 33%);
}
.btn-white:not(.btn-disable):hover {
  background-color: hsl(205deg, 54%, 44%);
  color: white;
  border-color: hsl(205deg, 54%, 44%);
}

.btn-white-transparent {
  background-color: transparent;
  color: hsl(0deg, 0%, 100%) !important;
  text-decoration: none !important;
  border: 1px solid hsl(0deg, 0%, 100%);
  border-radius: 3em;
  padding: 10px 15px;
  font-size: 0.86667rem;
}
.btn-white-transparent.btn-disable {
  color: hsl(0deg, 0%, 50%);
  cursor: auto;
  background-color: transparent;
}
.btn-white-transparent:not(.btn-disable):before {
  color: var(--pg-color-main);
  display: inline-block;
  margin-right: 0.5em;
  font-family: var(--pg-font-family-awesome);
  font-weight: 800;
  transition: all ease 0.25s;
}
.btn-white-transparent:not(.btn-disable):hover:before {
  color: hsl(0deg, 0%, 100%);
}
.btn-white-transparent:not(.btn-disable):focus {
  color: hsl(0deg, 0%, 100%);
  background-color: hsl(206deg, 7%, 38%);
  border-color: hsl(0deg, 0%, 100%);
  box-shadow: 0 0 0 0.2rem hsla(208deg, 6%, 54%, 0.5);
}
.btn-white-transparent:not(.btn-disable):focus:before {
  color: hsl(0deg, 0%, 100%);
}
.btn-white-transparent:not(.btn-disable):active {
  color: hsl(0deg, 0%, 100%);
  background-color: hsl(210deg, 8%, 36%);
  border-color: hsl(208deg, 8%, 33%);
}
.btn-white-transparent:not(.btn-disable):hover {
  background-color: hsl(205deg, 54%, 44%);
  color: hsl(0deg, 0%, 100%);
  border-color: hsl(205deg, 54%, 44%);
}

.btn-white-green {
  background-color: transparent;
  color: hsl(114deg, 100%, 36%);
  text-decoration: none !important;
  border: 1px solid hsl(114deg, 100%, 36%);
  border-radius: 3em;
  padding: 10px 15px;
  font-size: 0.86667rem;
}
.btn-white-green.btn-disable {
  color: hsl(0deg, 0%, 50%);
  cursor: auto;
}
.btn-white-green:not(.btn-disable):before {
  color: hsl(114deg, 100%, 36%);
  display: inline-block;
  margin-right: 0.5em;
  font-family: var(--pg-font-family-awesome);
  font-weight: 800;
  transition: all ease 0.25s;
}
.btn-white-green:not(.btn-disable):hover:before {
  color: hsl(0deg, 0%, 100%);
}
.btn-white-green:not(.btn-disable):focus {
  color: hsl(0deg, 0%, 100%);
  background-color: hsl(114deg, 92%, 29%);
  border-color: hsl(114deg, 92%, 29%);
  box-shadow: 0 0 0 0.2rem hsla(122deg, 75%, 30%, 0.5);
}
.btn-white-green:not(.btn-disable):focus:before {
  color: hsl(0deg, 0%, 100%);
}
.btn-white-green:not(.btn-disable):active {
  color: hsl(0deg, 0%, 100%);
  background-color: hsl(114deg, 100%, 36%);
  border-color: hsl(114deg, 100%, 36%);
}
.btn-white-green:not(.btn-disable):hover {
  background-color: hsl(114deg, 100%, 36%);
  color: hsl(0deg, 0%, 100%);
  border-color: hsl(114deg, 100%, 36%);
}

.btn-order {
  background-color: hsl(114deg, 100%, 36%);
  color: hsl(0deg, 0%, 100%) !important;
  text-decoration: none !important;
  border-radius: 3em;
  padding: 10px 2em;
  font-size: 0.86667rem;
  font-weight: bold;
}
.btn-order:not(.btn-disable):hover {
  color: hsl(114deg, 100%, 18%);
}
.btn-order:not(.btn-disable):focus {
  color: hsl(0deg, 0%, 100%);
  background-color: hsl(114deg, 92%, 29%);
  border-color: hsl(114deg, 92%, 29%);
  box-shadow: 0 0 0 0.2rem hsla(122deg, 75%, 30%, 0.5);
}
.btn-order.btn-disable {
  color: hsl(0deg, 3%, 58%);
  cursor: auto;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: hsl(0deg, 0%, 0%);
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: 0.5;
}
.btn-close:focus {
  outline: none;
}

.modal .btn {
  font-weight: 500;
}

/* ikonky */
.icon-paragraf:before {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  width: 40px;
  content: "";
  background-image: url(../pages/img/icons.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: -225px 0;
  margin-right: 10px;
}

.custom-checkbox .custom-control-label::before {
  margin-top: -2px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  margin-top: -2px;
}

.custom-control-input-green:focus:not(:checked) ~ .custom-control-label::before {
  border-color: hsl(122deg, 75%, 30%);
}

.custom-control-input-green:checked ~ .custom-control-label::before {
  border-color: hsl(114deg, 100%, 36%);
  background-color: hsl(114deg, 100%, 36%);
}

.custom-control-input-green:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem hsla(122deg, 75%, 30%, 0.5);
}

.custom-control-input-green:not(:disabled):active ~ .custom-control-label::before {
  background-color: hsl(114deg, 92%, 29%);
  border-color: hsl(114deg, 92%, 29%);
}

.custom-control-input-green:disabled:checked ~ .custom-control-label::before {
  background-color: hsla(114deg, 100%, 36%, 0.5) !important;
  border-color: hsla(114deg, 100%, 36%, 0.5);
}

.custom-checkbox-lg .custom-control-label::before {
  margin-top: -2px;
  border-width: 2px;
  width: 20px; /* 1.2rem */
  height: 20px; /* 1.2rem */
}

.custom-checkbox-lg .custom-control-label::after {
  width: 20px; /* 1.2rem */
  height: 20px; /* 1.2rem */
}

.custom-radio .custom-control-input-green:checked ~ .custom-control-label::before,
.custom-radio .custom-control-input-green:not(:disabled):active ~ .custom-control-label::before {
  background-color: transparent;
}

.custom-radio .custom-control-input-green:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 -10 20 20'%3e%3ccircle r='10' fill='%23138e06'/%3e%3c/svg%3e");
}

.custom-radio-lg .custom-control-label::before {
  width: 20px; /* 1.2rem */
  height: 20px; /* 1.2rem */
  left: -1.8rem;
  border-width: 2px;
}

.custom-radio-lg .custom-control-label::after {
  width: 20px; /* 1.2rem */
  height: 20px; /* 1.2rem */
  top: 0.25rem;
  left: -1.8rem;
}

.custom-radio-lg {
  padding-left: 1.8rem;
}

/* vysledky vyhledavani */
.posleteDotaz:before, .found_count_text:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  height: 23px;
  width: 23px;
  background-color: transparent;
  background-image: url(../pages/img/icons.png);
  background-position: -147px -1px;
  background-size: auto;
}

.found_count_text {
  text-align: center;
  font-size: 1.2rem;
}
.sct_find_result_info {
  padding: 44px 15px 39px 15px;
  border-bottom: 1px solid hsl(0deg, 0%, 90%);
  margin-left: -15px;
  margin-right: -15px;
}

.posleteDotaz {
  text-align: center;
  font-size: 1.2rem;
  padding: 44px 0;
}
.posleteDotaz:before {
  background-position: -176px -1px;
  height: 38px;
  width: 38px;
}

#nalezenepredpisy {
  font-size: 0.93333rem;
  border-bottom: 1px solid hsl(0deg, 0%, 90%);
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 30px;
  padding-bottom: 53px;
  margin-left: -15px;
  margin-right: -15px;
}
#nalezenepredpisy ul {
  padding-left: 0;
  margin: 10px 0;
}
#nalezenepredpisy ul li {
  position: relative;
  list-style: none;
  padding-left: 12px;
  margin-bottom: 1px;
}
#nalezenepredpisy ul li:before {
  content: "";
  display: inline-block;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: var(--pg-color-main);
  lefT: 0;
  top: 8px;
  position: absolute;
}
#nalezenepredpisy .more {
  display: inline-block;
  font-size: 0.8rem;
}
@media screen and (min-width: 1350px) {
  #nalezenepredpisy {
    padding-right: 75px;
    padding-left: 75px;
    padding-bottom: 73px;
  }
}

.ui-autocomplete-loading {
  background: hsl(0deg, 0%, 100%) url("../images/ui-anim_basic_16x16.gif") right center no-repeat;
}

#vysledkyvyhledavani {
  margin-bottom: 44px;
}

.page_search--one_result .qst_action__bttn--open,
.page_search--one_result .qst_action__bttn--close,
.page_search--one_result .qst_action__bttn--window {
  display: none !important;
}

/* strankovani */
.paginator {
  margin: 0 auto;
  padding: 0;
  display: flex;
  gap: 0.1em;
  list-style-type: none;
  margin-bottom: 26px;
}
.paginator .paginator__blank, .paginator .paginator__link {
  width: 37px;
  height: 37px;
  line-height: 27px;
  text-align: center;
  padding: 5px;
  border-radius: 4px;
  font-size: 0.86667rem;
  font-weight: 700;
  background-color: hsl(207deg, 37%, 24%);
  border: 0;
  color: hsl(0deg, 0%, 100%);
  display: block;
  text-decoration: none;
}
.paginator__item {
  margin: 0 2px;
}
.paginator__item.active .paginator__link {
  background-color: hsl(207deg, 5%, 33%) !important;
}
.paginator__item:hover .paginator__link {
  background-color: hsl(201deg, 100%, 36%);
}
.paginator__blank {
  background-color: transparent !important;
  color: hsl(206deg, 40%, 24%) !important;
  width: 39px !important;
}

.more {
  font-size: 0.8rem;
}

label.error {
  color: hsl(1deg, 45%, 50%);
  margin-top: 0.4em;
  font-size: 0.9em;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.input-invalid-feedback {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: hsl(354deg, 70%, 54%);
}

.modal-dialog .close {
  outline: none;
}

.modal-success .modal-header {
  color: white;
  border-bottom: none !important;
}

.modal-warning .modal-header {
  color: white;
  border-bottom: none !important;
}

.modal-info .modal-header {
  color: white;
  border-bottom: none !important;
}

.alert ul:last-child {
  margin-bottom: 0 !important;
}

.searchfield {
  /* clears the 'X' from Chrome */
}
.searchfield::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.searchfield::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
.searchfield::-webkit-search-decoration, .searchfield::-webkit-search-cancel-button, .searchfield::-webkit-search-results-button, .searchfield::-webkit-search-results-decoration {
  display: none;
}

.page__header_light {
  font-size: 1.53333rem;
  color: hsl(203deg, 31%, 23%);
  font-weight: 100;
  font-family: var(--pg-font-family-title);
}
.page__header_main {
  font-weight: 700;
  font-size: 1.53333rem;
  color: hsl(203deg, 31%, 23%);
  margin-bottom: 1.5em;
}
.page__header_main--blue {
  color: var(--pg-color-main);
  text-align: center;
  font-family: var(--pg-font-family-normal);
  font-weight: bold;
  font-size: 2.5rem;
}
.page__header_main--h2 {
  font-size: 1.82em !important;
}
.page__header_main--sub {
  font-size: 1rem;
  font-family: var(--pg-font-family-normal);
  text-transform: uppercase;
  color: hsl(0deg, 0%, 49%);
  font-weight: 600;
  text-align: center;
  margin-top: -3.5rem;
}
.page__header_main--sub span {
  color: var(--pg-color-main);
  font-size: 1.5rem;
  font-weight: 700;
}
.page__header_main_sub {
  font-weight: 700;
  font-size: 1rem;
  color: hsl(202deg, 10%, 36%);
  margin-bottom: 1.5em;
}

.infotext {
  padding: 44px 0;
  font-size: 1.2rem;
  text-align: center;
}
.infotext:before {
  font-family: var(--pg-font-family-awesome);
  font-weight: 800;
  color: hsl(60deg, 2%, 92%);
  content: "\f05a";
  font-size: 1.5rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
}

.blue_circle_list {
  padding-left: 0;
}
.blue_circle_list__item {
  list-style-type: none;
  position: relative;
  padding-left: 3em;
}
.blue_circle_list__item:before {
  content: "›";
  position: absolute;
  left: 0;
  background-color: var(--pg-color-main);
  color: hsl(0deg, 0%, 100%);
  border-radius: 50%;
  display: inline-block;
  line-height: 2em;
  width: 2em;
  height: 2em;
  text-align: center;
}
.blue_circle_list__item:last-child {
  margin-bottom: 0 !important;
}

.document_visual {
  background: hsl(0deg, 0%, 100%);
  border: 1px solid hsl(0deg, 0%, 94%);
  margin-right: 5px;
}
.document_visual.document_visual__corner {
  position: relative;
  -webkit-box-shadow: 5px 5px 5px hsla(0deg, 0%, 0%, 0.1);
  -moz-box-shadow: 5px 5px 5px hsla(0deg, 0%, 0%, 0.1);
  box-shadow: 5px 5px 5px hsla(0deg, 0%, 0%, 0.1);
}
.document_visual.document_visual__corner:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 0;
  height: 0;
  border-bottom: 25px solid hsl(0deg, 8%, 97%);
  border-left: 25px solid transparent;
  -webkit-box-shadow: 3px 3px 4px hsla(0deg, 0%, 0%, 0.2);
  -moz-box-shadow: 3px 3px 4px hsla(0deg, 0%, 0%, 0.2);
  box-shadow: 3px 3px 4px hsla(0deg, 0%, 0%, 0.2);
}
.document_visual.document_visual__corner:after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 0;
  height: 0;
  border-top: 25px solid hsl(0deg, 0%, 100%);
  border-right: 25px solid transparent;
}
.document_visual.document_visual__corner--gray:after {
  border-top-color: hsl(0deg, 0%, 87%) !important;
}

.video-box {
  margin: 12px 0 47px;
}
.video-box h2 {
  margin-bottom: 27px;
}
.video-box .video {
  position: relative;
  background-color: hsl(0deg, 0%, 96%);
  border-radius: 3px;
  border: 1px solid hsl(0deg, 0%, 90%);
  cursor: pointer;
}
.video-box .video-box__text {
  font-weight: 300;
  font-size: 0.93333rem;
}

.list--green {
  list-style-type: none;
  padding-left: 2ex;
}
.list--green li {
  position: relative;
}
.list--green li:before {
  content: "\f00c";
  display: inline-block;
  margin-right: 0.5em;
  font-family: var(--pg-font-family-awesome);
  font-weight: 800;
  color: hsl(114deg, 100%, 36%);
  font-size: 0.7em;
  margin-left: -2.5ex;
}

.scroll_tiny::-webkit-scrollbar {
  background-color: hsl(0deg, 0%, 100%);
  width: 16px;
}
.scroll_tiny::-webkit-scrollbar-track {
  background-color: hsl(0deg, 0%, 100%);
}
.scroll_tiny::-webkit-scrollbar-track:hover {
  background-color: hsl(0deg, 0%, 96%);
}
.scroll_tiny::-webkit-scrollbar-thumb {
  background-color: hsl(240deg, 5%, 74%);
  border-radius: 16px;
  border: 5px solid hsl(0deg, 0%, 100%);
}
.scroll_tiny::-webkit-scrollbar-thumb:hover {
  background-color: hsl(240deg, 3%, 64%);
  border: 4px solid hsl(0deg, 0%, 96%);
}
.scroll_tiny::-webkit-scrollbar-button {
  display: none;
}

.elect-header-logos {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .elect-header-logos {
    width: 100%;
    align-items: center;
  }
}

.elect-header-logos-smo {
  margin-left: 30px;
}

.elect-header-logos-smo-img {
  max-height: 29px;
}
@media screen and (min-width: 1200px) {
  .elect-header-logos-smo-img {
    max-height: 36px;
  }
}
@media screen and (min-width: 1350px) {
  .elect-header-logos-smo-img {
    max-height: 43.5px;
  }
}
@media screen and (min-width: 1500px) {
  .elect-header-logos-smo-img {
    max-height: 56px;
  }
}

.badge-green {
  color: hsl(0deg, 0%, 100%);
  background-color: hsl(114deg, 100%, 36%);
}

@media (min-width: 768px) {
  .modal-1000 {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .modal-1000 {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-1000 {
    max-width: 1000px;
  }
}

.heading-modal, .heading-4, .heading-3b, .heading-3, .heading-2, .heading-1 {
  font-family: var(--pg-font-family-title);
  color: var(--pg-color-main);
}

.heading-1 {
  font-weight: 700;
  font-size: 2.7em;
  margin-bottom: 1.5em;
}

.heading-2 {
  font-weight: 600;
  font-size: 2.2em;
  margin-bottom: 1.5em;
}

.heading-3 {
  font-weight: 500;
  font-size: 1.8em;
  margin-bottom: 1.5em;
}

.heading-3b {
  font-weight: 700;
  font-size: 1.8em;
  margin-bottom: 1.5em;
}

.heading-4 {
  font-weight: 700;
  font-size: 1.25em;
  margin-bottom: 1.5em;
}

.heading-modal {
  font-size: 1.6em;
  font-weight: 700;
}

.heading-modal-2 {
  font-size: 1em;
  color: hsl(0deg, 0%, 0%);
  font-family: var(--pg-font-family-title);
  font-weight: 400;
}

.danger > i.ico {
  margin-right: 0.5em;
}

.form-floating {
  margin-top: 0.3em;
  position: relative;
}
.form-floating .form-control.is-invalid ~ label {
  color: var(--pg-color-danger);
}
.form-floating > textarea.form-control:not(:placeholder-shown), .form-floating > textarea.form-control:focus {
  padding: 1em 0.75em;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  opacity: 0.6;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5em + 2px);
  min-height: calc(3.5em + 2px);
  line-height: 1.25;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 0;
  padding-bottom: 0;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 0;
  padding-bottom: 0;
}
.form-floating > .form-select {
  padding-top: 0;
  padding-bottom: 0;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.7);
  transform: scale(0.85) translateY(-1.9rem) translateX(0.15rem);
  opacity: 1;
}
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: hsl(0deg, 0%, 100%);
  border-radius: 0.375rem;
}
.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(255, 255, 255, 0.7);
  transform: scale(0.85) translateY(-1.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: 1px 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: hsl(208deg, 7%, 46%);
}
.form-floating > :disabled ~ label::after,
.form-floating > .form-control:disabled ~ label::after {
  background-color: hsl(220deg, 5%, 89%);
}

.alert-danger {
  font-size: 0.875em;
  color: hsl(341deg, 100%, 44%);
  background-color: hsla(341deg, 100%, 44%, 0.1);
  border: none;
}

.alert.alert-icon {
  display: flex;
  align-items: center;
  gap: 1em;
}

/** Hlavni menu - nastaveni dropdown */
.dropdown-toggle--nav::after {
  display: none !important;
}
.dropdown-toggle--nav::before {
  content: "\f103";
  margin-right: 0.5em;
  display: inline-block;
  vertical-align: middle;
  font-family: var(--pg-font-family-awesome);
}

.dropdown-menu--nav {
  background-color: hsl(202deg, 100%, 34%);
  border: 1px solid hsl(210deg, 17%, 98%);
  padding: 0;
  border-radius: 0;
}

.dropdown-item--nav:not(:last-child) {
  border-bottom: 1px solid hsl(210deg, 17%, 98%);
}
.dropdown-item--nav a {
  color: hsl(0deg, 0%, 100%);
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 600;
  padding: 11px;
}
.dropdown-item--nav a:active {
  background-color: hwb(206 0% 40%);
}
.dropdown-item--nav a:hover {
  color: hsl(216deg, 10%, 10%);
}

/* sipka u dropdown menu*/
.dropdown-toggle::after,
.dropdown-toggle:after {
  content: "";
  border: 1px solid hsl(0deg, 0%, 100%);
  border-width: 0 0 1px 1px;
  width: 4px;
  height: 4px;
  margin-left: 6px;
  display: inline-block;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  vertical-align: middle;
}

:root {
  --pg-color-paragraph:	hsl(199deg, 88%, 6%);
  --pg-color-main:	hsl(177deg, 48%, 25%);
  --pg-color-main-dark:	hsl(180deg, 100%, 13%);
  --pg-color-main-smooth:	hsl(177deg, 40%, 29%);
  --pg-color-main-light:	hsl(160deg, 58%, 55%);
  --pg-color-main-very-light:	hsl(160deg, 29%, 94%);
  --pg-color-main-saturation-light:	hsl(135deg, 46%, 90%);
  --pg-color-gray-smooth:	hsl(0deg, 7%, 97%);
  --pg-color-gray-medium:	hsl(0deg, 0%, 74%);
  --pg-color-gray-dark:	hsl(192deg, 3%, 35%);
  --pg-color-secondary:	hsl(114deg, 100%, 36%);
  --pg-color-danger:	hsl(341deg, 100%, 44%);
  --pg-color-warning:	hsl(58deg, 98%, 51%);
  --pg-color-line-gray-soft:	hsl(0deg, 0%, 90%);
  --pg-header-bg-color-middle:	hsl(177, 48%, 25%);
  --pg-bg-lines-color:	hsl(178, 59%, 21%);
  --pg-bg-lines-url:	"/templates/pps/images/page/bg_green.webp";
  --pg-bg-lines-down-url:	"/templates/pps/images/page/bg_green_down.webp";
  --pg-bg-papers-url:	"/templates/pps/images/page/bg_newsletter.webp";
  --pg-bg-papers-color:	hsl(178, 48%, 25%);
  --pg-font-family-title:	futura-pt, sans-serif;
  --pg-font-family-title-roboto-condenzed:	Roboto Condensed, Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  --pg-font-family-normal:	Roboto, sans-serif;
  --pg-font-family-awesome:	"Font Awesome 6 Pro";
}