/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
img, legend {
  border: 0;
}

legend, td, th {
  padding: 0;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, optgroup, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre, textarea {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button,
input[type=submit] {
  border: none;
  outline: none;
  cursor: pointer;
}

button {
  background: none;
}

.button-fill,
.button-outline,
.button-edit,
.button-remove {
  padding: .4em 1.5em;
  border-radius: 30px;
  -webkit-transition: .2s;
  transition: .2s;
}

.button-fill {
  color: #fff;
  background: #7366E3;
}

.button-fill:hover {
  background: #6456e3;
}

.button-fill.next_question {
  display: none;
  margin: 1em auto 0;
}

.button-outline {
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.button-outline:hover {
  color: #fff;
  background: #6456e3;
}

.button-edit,
.button-remove {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: .4em;
  font-size: .8em;
}

.button-edit img,
.button-remove img {
  height: 1.1em;
}

.button-edit {
  color: #212529;
  background: #ffc39b;
}

.button-edit:hover {
  background: #FFB37F;
}

.button-remove {
  color: #212529;
  background: #fa899a;
}

.button-remove:hover {
  background: #ee6277;
}

.button-style-outline {
  color: #212529;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.button-style-red:hover {
  border: 1px solid #fc5f59;
  background: #fc5f59 !important;
}

header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  background: #212529;
  padding: .5em 2em;
  z-index: 10;
}

header a {
  color: #fff;
}

header .hamburger-menu {
  cursor: pointer;
}

header .hamburger-menu.active .feather.feather-menu {
  display: none;
}

header .hamburger-menu.active .feather.feather-x {
  display: block;
}

header .hamburger-menu .feather {
  width: 30px;
  height: 30px;
}

header .hamburger-menu .feather.feather-menu {
  display: block;
}

header .hamburger-menu .feather.feather-x {
  display: none;
}

@media only screen and (min-width: 900px) {
  header {
    display: none;
  }
  header .hamburger-menu {
    display: none;
  }
}

main .primary-navigation {
  position: fixed;
  top: 0;
  left: -100%;
  bottom: 0;
  background: #5347bc;
  margin: .5em 0;
  padding: 2em 3em 0 1em;
  border-radius: 0 30px 30px 0;
  -webkit-transition: .5s;
  transition: .5s;
  z-index: 9;
}

main .primary-navigation.active {
  left: 0;
}

main .primary-navigation ul {
  position: -webkit-sticky;
  position: sticky;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: .2em;
  margin-top: 2em;
  height: 92%;
}

main .primary-navigation ul li:last-child {
  margin-top: auto;
}

main .primary-navigation ul li:last-child a {
  border-color: #ffffff56;
}

main .primary-navigation ul li:last-child a:hover {
  border-color: #FF8FA3;
}

main .primary-navigation ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: .3em;
  color: #fff;
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-weight: 400;
  padding: .3em 1em;
  border-radius: 5px;
  -webkit-transition: .2s;
  transition: .2s;
}

main .primary-navigation ul li a:not(.active):hover {
  color: #333333;
  background: #FF8FA3;
}

@media (hover: none) {
  main .primary-navigation ul li a:not(.active):hover {
    color: #535353;
    background: none;
  }
}

main .primary-navigation ul li a.active {
  color: #333333;
  background: #FF8FA3;
}

@media only screen and (min-width: 56.25rem) {
  header {
    padding: 1em 2em;
  }
  main .primary-navigation {
    left: 0;
  }
}

footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: .5em 2em;
  background: #7366e32b;
}

footer p {
  font-size: .8em;
  color: #5347bc;
  margin: 0;
}

footer p a {
  font-size: inherit;
  color: inherit;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
}

.popup.active {
  z-index: 100;
  opacity: 1;
}

.popup.active .popup-content {
  z-index: 102;
  -webkit-animation: translate 0.4s linear forwards;
  -moz-animation: translate 0.4s linear forwards;
  -o-animation: translate 0.4s linear forwards;
  -ms-transition: translate 0.4s linear forwards;
  animation: translate 0.4s linear forwards;
}

.popup.active .popup-background {
  z-index: 101;
}

.popup-content {
  position: relative;
  position: absolute;
  top: 50%;
  left: 47%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  max-height: 80%;
  background: #fff;
  border-radius: 10px;
  padding: 3em 1em 2em;
  margin: 0 1em;
  overflow-y: auto;
}

.popup-content .close-button {
  position: fixed;
  top: 12px;
  right: 9px;
  cursor: pointer;
}

.popup-content .close-button .feather {
  width: 1.5em;
  height: 1.5em;
}

.popup-content .popup-container {
  text-align: center;
}

.popup-content .popup-container .alert-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1em;
}

.popup-content .popup-container .alert-icon-background {
  padding: 1em 1.1em;
  background: #ffd8d2;
  border-radius: 50px;
}

.popup-content .popup-container span {
  background: #7366e32b;
  border-radius: 5px;
  padding: .2em .3em;
}

.popup-content .popup-container .flex-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: .5em;
}

.popup-content .popup-container h3 {
  margin-bottom: .7em;
}

.popup-content .popup-container h3 span {
  font-size: calc(1rem + .25vw);
  font-weight: 400;
}

.popup-content .popup-container .popup-button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  margin-top: 1em;
}

.popup-content .popup-container .popup-button-container .refuse-button {
  color: #212529;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.popup-content .popup-container .popup-button-container .refuse-button:hover {
  background: #ff8a8a;
}

.popup-content form h3 {
  margin-bottom: 1em;
}

.popup-content form .popup-row {
  width: 70%;
  margin: .8em auto;
}

.popup-content form .popup-row input,
.popup-content form .popup-row textarea {
  width: 100%;
}

@media only screen and (min-width: 56.25rem) {
  .popup-content {
    width: 40%;
  }
}

.popup-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.514);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

/* Body */
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

li, ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

body {
  -webkit-font-smoothing: antialiased;
  font-family: "Lato", sans-serif;
  line-height: 1.2;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-size: clamp(16px, 1.2vw, 19px);
  overflow-x: hidden;
}

body.frozen {
  overflow: hidden;
}

html, body {
  position: relative;
  width: 100%;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 .5rem;
  line-height: 1.2;
  font-weight: 500;
}

h1 {
  font-size: clamp(2rem, 5vw, 2.7rem);
  font-weight: 700;
}

h2 {
  font-size: clamp(1.5rem, 4vw, 1.8rem);
  font-weight: 600;
}

h3 {
  font-size: clamp(1.3rem, 4vw, 1.5rem);
}

h4 {
  font-size: calc(1.15rem + .25vw);
  font-weight: 700;
}

h5 {
  font-size: clamp(1.7rem, 4vw, 2rem);
}

h6 {
  font-size: calc(1.5rem + .2vw);
}

label {
  font-size: calc(.8rem + .3vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: .2em;
  margin-bottom: .2em;
}

.disable-select {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -ms-user-select: none;
}

.small-size {
  color: inherit;
  font-size: .6em;
  font-weight: 400;
}

.small-size a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.mid-size {
  color: inherit;
  font-size: .8em;
  font-weight: 400;
}

.mid-size a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.large-size {
  color: inherit;
  font-size: .9em;
  font-weight: 400;
}

.large-size a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*main{
  display: grid;
  place-items:  center;
  width: 100%;
  min-height: calc(100vh - 2.8em);
  .container{
    width: 80%;
    transform: translateY(-1em);
  }
}*/
main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  min-height: calc(100vh - 2em);
}

main .container {
  padding: 0 3em 2em 3em;
  margin-top: 2em;
  width: 100%;
}

main .container .page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2em;
}

@media only screen and (min-width: 56.25rem) {
  main .container {
    width: calc(100% - 15em);
    margin-left: auto;
  }
  main .container.no-header {
    width: 70%;
    margin: 3em auto 0;
  }
}

input[type=text],
input[type=password],
input[type=number],
select {
  outline: none;
  border-radius: 10px;
  padding: .5em;
  width: 100%;
  background: #7366e32b;
  border: 1px solid #7366E3;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button {
  display: none;
}

input[type=range] {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  height: 2px;
  width: 100%;
  background-color: #7366e32b;
  pointer-events: none;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  width: 24px;
  height: 24px;
  background-color: #7366E3;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s;
}

input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  width: 24px;
  height: 24px;
  background-color: #7366E3;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s;
}

input[type=range]::-webkit-slider-thumb:hover {
  background-color: #5347bc;
}

input[type=range]::-webkit-slider-thumb:active {
  box-shadow: inset 0 0 3px #7366E3, 0 0 9px #7366E3;
  -webkit-box-shadow: inset 0 0 3px #7366E3, 0 0 9px #7366E3;
}

.password-input {
  padding-right: 2em !important;
}

select {
  cursor: pointer;
}

a {
  text-decoration: none;
}

.specific-width {
  max-width: 70%;
}

@media screen and (max-width: 125rem) {
  .specific-width {
    max-width: 90%;
  }
}

@media screen and (max-width: 88.75rem) {
  .specific-width {
    max-width: 100%;
  }
}

.banner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 4em auto 0;
  padding: 3em 1.8em;
  border-radius: 20px;
  background: #7366e32b;
  container-name: banner-image;
  container-type: inline-size;
}

.banner-name h1 {
  margin-bottom: 0;
}

.banner-name h1 .opravneni {
  color: #5347bc;
}

.banner-name p {
  margin-top: .6em;
}

.banner-image {
  position: absolute;
  top: 40%;
  right: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.banner-image-work {
  width: 20em;
  height: 20em;
}

@media screen and (max-width: 88.75rem) {
  .banner-image-work {
    width: 18em;
  }
}

@container banner-image (width < 38.75rem) {
  .banner-image-work {
    display: none;
  }
}

.table-list-container {
  container-name: list;
  container-type: inline-size;
}

.table-list-container .table-list {
  position: relative;
  max-width: 40em;
  background: #7366e32b;
  border-radius: 20px;
  margin: 4em auto;
  padding: 2em;
  overflow: auto;
}

.table-list-container .table-list h2, .table-list-container .table-list h3 {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  text-align: center;
  margin-bottom: 1em;
}

.table-list-container .table-list table {
  margin: 0 auto;
}

.table-list-container .table-list table thead tr th {
  white-space: nowrap;
  padding: 1em;
}

.table-list-container .table-list table tbody tr:nth-child(odd) {
  background: #7366e32b;
  border-radius: 5px;
}

.table-list-container .table-list table tbody tr td {
  text-align: center;
  padding: .5em 1em;
}

.table-list-container .table-list table tbody tr td.table-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
}

.table-list-container .table-list table tbody tr td.table-action .button-fill {
  font-size: .8em;
}

@container list (width < 400px) {
  .table-list-container .table-list {
    padding: 2em 1em;
  }
  .table-list-container .table-list h2, .table-list-container .table-list h3 {
    text-align: left;
    padding-left: .7em;
  }
}

.form-action-container {
  width: clamp(18rem, 30vw, 35rem);
  margin: 6em auto 0;
}

.form-action-container-form {
  margin-top: 1.5em;
}

.form-action-container-form .input_container {
  position: relative;
  margin-bottom: .8em;
}

.form-action-container-form .input_container label {
  margin-bottom: .5em;
}

.form-action-container-form .input_container .avatars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em;
}

.form-action-container-form .input_container .avatars input[type="radio"] {
  display: none;
}

.form-action-container-form .input_container .avatars input[type="radio"]:checked + label {
  background: #7366e32b;
}

.form-action-container-form .input_container .avatars label {
  padding: .5em;
  border-radius: 50%;
  cursor: pointer;
}

.form-action-container-form .input_container .avatars label img {
  width: 6em;
  height: 6em;
}

.form-action-container-form .input_container .icon_container .feather-eye,
.form-action-container-form .input_container .icon_container .feather-eye-off {
  position: absolute;
  bottom: 0;
  right: 3%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.1em;
  height: 1.1em;
  cursor: pointer;
}

.form-action-container-form .input_container .icon_container .feather-eye-off {
  display: none;
}

.form-action-container-form .button-fill {
  margin-top: 1.1em;
}

.zprava {
  margin-bottom: 1em;
  padding: .5em;
  border-radius: 5px;
  background: #e6e7e9;
}

.zprava.status-success {
  background: #c1ffb3;
  border: 1px solid #126300;
}

.zprava.status-error {
  background: #ff8a8a;
  border: 1px solid #410000;
}

.book-action {
  position: absolute;
  top: 10px;
  right: -50%;
  display: none;
  background: #5347bc;
  padding: 1em;
  border-radius: 15px;
  z-index: 2;
}

.book-action ul li:not(:last-child) {
  padding-bottom: .8em;
  border-bottom: 1px solid #ffffff8a;
  margin-bottom: .8em;
}

.book-action ul li a,
.book-action ul li button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: .6em;
  color: #fff;
}

.book-action.active {
  display: block;
}

/*Scroll bar*/
/* width */
::-webkit-scrollbar {
  width: 11px;
  height: 8px;
  -webkit-transition: .5s;
  transition: .5s;
}

/*::-webkit-scrollbar:hover {
  width: 12px;
  height: 12px;
}*/
/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #787878;
}

/* Selection */
header {
  display: none;
}

main .primary-navigation {
  display: none;
}

main .container {
  position: relative;
  display: -ms-grid;
  display: grid;
  place-items: center;
  margin: 0 !important;
  padding: 0;
  width: 100% !important;
  height: 100vh;
  background: #7366E3;
  overflow: hidden;
}

main .container .prihlasit_container {
  position: relative;
  width: 340px;
  background-color: #fff;
  padding: 3em;
  border-radius: 20px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  z-index: 10;
}

main .container .prihlasit_container h1 {
  display: block;
  margin: 0;
}

main .container .prihlasit_container .input_container {
  position: relative;
}

main .container .prihlasit_container .input_container:nth-child(1) {
  margin-top: 1em;
}

main .container .prihlasit_container .input_container:nth-child(2) {
  margin-top: 1em;
}

main .container .prihlasit_container .input_container .icon_container .feather-eye,
main .container .prihlasit_container .input_container .icon_container .feather-eye-off {
  position: absolute;
  bottom: 0;
  right: 3%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.1em;
  height: 1.1em;
  cursor: pointer;
}

main .container .prihlasit_container .input_container .icon_container .feather-eye-off {
  display: none;
}

main .container .prihlasit_container .message-container p {
  margin: 1em 0 0;
}

main .container .prihlasit_container input[type=submit] {
  margin: 2em 0 1em;
}

main .container .prihlasit_container .forgot-password {
  font-size: .8em;
  color: #212529;
}

@media screen and (max-width: 23.9375rem) {
  main .container .prihlasit_container {
    width: 90%;
  }
}

main .container .circle {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

main .container .circle.circle-1 {
  top: 80%;
  left: 0;
  width: 25em;
  height: 25em;
}

main .container .circle.circle-2 {
  top: 80%;
  left: 70%;
}

main .container .circle.circle-3 {
  top: 20%;
  left: 100%;
  width: 25em;
  height: 25em;
}

@media screen and (max-width: 26.25rem) {
  main .container .circle.circle-2 {
    display: none;
  }
}

footer {
  position: absolute;
  bottom: 0;
  left: 0;
  background: none;
}

footer p {
  color: #fff;
}
/*# sourceMappingURL=prihlasit.css.map */