/*  CONTENT PAGE  */
div#wrap {
  width: 95%;
  padding: 0;
  margin: 0 auto 0 auto;
  font-size: 100%;
}

table#mainTable {
  margin: 0 auto 0 auto;
  max-width: 75em;
}

table#mainTable td {
  vertical-align: top;
}

td#sideBar {
  min-width: 20%;
  max-width: 15em;
  padding-top: 0;
}

div#sideBarDiv {
  /*max-width : 15em;   */
  padding: 0;
  margin: 0;
}

div#sideBarDiv img#logo {
  margin: 0.7em auto 2em auto;
}

div#sideBarDiv div.cellLink {
  margin: 0;
  padding: 0.4em 0 0.2em 0;
  width: 100%;
  height: 100%;
}

td#contentTD {
  padding: 0 0 0 5%;
  width: 80%;
}

.tabContent {
  margin: 0 0 27px 0;
  padding: 1.5em 2em 2em 2em;
  border: 1px solid rgb(38, 142, 212);
  border-radius: 0 6px 6px 6px;
  background: rgba(33, 33, 39, 0.66);
  background-blend-mode: color;
  text-align: justify;
  position: relative;
  z-index: 1;
  overflow: hidden;
  opacity: 1;
}

.groupContent {
  padding: 6px 9px 9px 9px;
  border: 1px solid rgb(38, 142, 212);
  border-radius: 0 9px 9px 9px;
  background-blend-mode: color;
  text-align: justify;
  position: relative;
  z-index: 1;
  overflow: hidden;
  opacity: 1;
}

.sharpRightCorner {
  border-top-right-radius: 0;
}

.content2 {
  margin: 0 0 27px 0;
  padding: 1.5em 2em 2em 2em;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 3px;
  background: rgba(33, 33, 39, 0.66);
  text-align: justify;
  position: relative;
  z-index: 10;
}

.content2 * {
  position: relative;
  z-index: 10;
}

.polozky a {
  text-decoration: none;
  color: white;
}

.polozky a:hover .polozkaWrap {
  box-shadow:
    0px 0px 9px rgb(133, 166, 233),
    0px 0px 9px rgb(133, 166, 233);
  border: 1px solid rgb(133, 166, 233);
}

.polozkaWrap {
  margin: 0 0 27px 0;
  padding: 0;
  border: none; /*1px solid rgba(255, 255, 255, 0);*/
  border: 1px solid rgba(189, 189, 189, 1);
  border-radius: 3px;
  background: rgba(33, 33, 39, 0.66);
  text-align: justify;
  position: relative;
  z-index: 10;
  overflow: hidden;
}

.polozkaWrap * {
  position: relative;
  z-index: 10;
}

.polozkaContent {
  padding: 1.5em 2em 2em 2em;
  margin-left: auto;
  margin-right: 0;
  background: rgba(33, 33, 39, 0.66);
  height: 100%;
  max-width: 300px;
}

@media only screen and (max-width: 580px) {
}

.content3 {
  margin: 0 auto 27px auto;
  padding: 1.5em 2em 2em 2em;
  border: none;
  border-radius: 3px;
  background: rgba(33, 33, 39, 0.66);
  text-align: justify;
  position: relative;
  z-index: 10;
  max-width: 333px;
}

.content3 * {
  position: relative;
  z-index: 10;
}

/*.content:before
{
    z-index:-1;
    position:absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: " ";                               
    background : url("../img/nebe1-comp-prog-less.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;                         
    background-color : rgba(33, 33, 39, 0.66);  
    background-blend-mode: color-dodge;      
    background-blend-mode: color;     
    background-blend-mode: overlay;             
    opacity: 0.9;        
}                */

.odstavec {
  text-align: justify;
  margin-bottom: 1em;
  font-size: 110%;
}

.listerTitle {
  padding: 1.5em 2em 0 2em;
  border-bottom: 2px solid rgb(210, 210, 220);
}

ul.simpleList {
  margin-top: 0.1em;
  padding-left: 1.5em;
}

.youTubeVideo {
  width: 560px;
  height: 315px;
  max-width: 90%;
}

table#contactTable td {
  vertical-align: middle;
  padding: 1em 1em 1em 0;
}

table#contactTable img.iconLink {
  width: 2em;
}
#contactDL img.iconLink {
  width: 2em;
}

dl#contactDL {
  display: none;
}

div#mWrap {
  display: none;
}

.mMenuCell {
  display: none;
}

.italic {
  font-style: italic;
}

.center {
  text-align: center;
}

.justify {
  text-align: justify;
}

/* This element defines the size the iframe will take.
   In this example we want to have a ratio of 25:14 
   
   p�evzato odsud: https://stackoverflow.com/questions/25302836/responsive-video-iframes-keeping-aspect-ratio-with-only-css
   */
.aspect-ratio {
  position: relative;
  width: 100%;
  height: 0;
  /* horizont�ln� video z m�ho mobilu */
  padding-bottom: 56.29%; /* The height of the item will now be 56.25% of the width.  100/56.25 = 560/315 = 1.778 */
}

/* Adjust the iframe so it's rendered in the outer-width and outer-height of it's parent */
.aspect-ratio iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: none;
}

.currentUserDiv {
  text-align: center;
  background: #333366;
}

.currentUserDiv #button {
  background-color: #00b7ff;
}

textarea {
  resize: vertical;
  min-height: 93px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="date"],
input[type="datetime-local"],
textarea {
  text-align: left;
  padding: 12px 20px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid white;
  /*background-color:#272728;
    color:#f0f0fa;       */
  font-family: "Roboto Thin", sans-serif;
  font-size: 13pt;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea {
  width: 100%;
}

input.small {
  text-align: center;
  min-width: 273px;
  max-width: 303px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="date"]:focus,
input[type="datetime-local"] {
  box-shadow: 0px 0px 9px #00b7ff;
  border: 1px solid #00b7ff;
}

input[type="text"]:hover,
input[type="password"]:hover,
input[type="email"]:hover,
input[type="date"]:hover,
input[type="datetime-local"] {
  box-shadow: 0px 0px 6px white;
}

/* Shared non-circular action button system */
.app-button,
button.dialogButton,
.button,
.wideButton,
.specialButton {
  --app-btn-bg: var(--app-button-primary-bg);
  --app-btn-bg-hover: var(--app-button-primary-bg-hover);
  --app-btn-border: var(--app-button-primary-border);
  --app-btn-border-hover: var(--app-button-primary-border-hover);
  --app-btn-color: var(--app-button-primary-text);
  --app-btn-color-hover: var(--app-button-primary-text);
  --app-btn-shadow: 0px 4px 10px rgba(0, 0, 0, 0.14);
  --app-btn-shadow-hover:
    0px 8px 18px rgba(0, 0, 0, 0.26), 0px 0px 10px rgba(38, 142, 212, 0.55);
  color: var(--app-btn-color);
  font-family: "Roboto Thin";
  font-size: 15pt;
  line-height: 1.2;
  background-color: var(--app-btn-bg);
  padding: 11px 21px;
  border: 1px solid var(--app-btn-border);
  border-radius: var(--app-button-radius);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6px;
  margin-bottom: 0;
  margin-inline-end: 0;
  text-decoration: none;
  box-sizing: border-box;
  cursor: pointer;
  vertical-align: top;
  transition:
    background-color 0.16s ease,
    border-color 0.16s ease,
    color 0.16s ease,
    box-shadow 0.16s ease;
  box-shadow: var(--app-btn-shadow);
}

.app-button--secondary {
  --app-btn-bg: rgba(255, 255, 255, 0.94);
  --app-btn-bg-hover: rgba(226, 243, 255, 0.99);
  --app-btn-border: rgb(38, 142, 212);
  --app-btn-border-hover: rgb(90, 186, 255);
  --app-btn-color: rgb(38, 142, 212);
  --app-btn-color-hover: rgb(28, 110, 167);
  --app-btn-shadow: 0px 4px 10px rgba(38, 142, 212, 0.16);
  --app-btn-shadow-hover: 0px 8px 18px rgba(38, 142, 212, 0.24);
}

.app-button--large {
  border-radius: var(--app-button-radius-large);
  padding: 18px 21px;
  font-size: 20px;
  font-family: "Roboto";
  font-weight: 600;
}

.wideButton {
  padding: 11px 72px;
}

.app-button:hover,
button.dialogButton:hover,
.button:hover,
.wideButton:hover,
.specialButton:hover {
  background-color: var(--app-btn-bg-hover);
  border-color: var(--app-btn-border-hover);
  color: var(--app-btn-color-hover);
  box-shadow: var(--app-btn-shadow-hover);
}

.app-button:focus-visible,
button.dialogButton:focus-visible,
.button:focus-visible,
.wideButton:focus-visible,
.specialButton:focus-visible {
  outline: none;
  box-shadow:
    0px 0px 0px 3px rgba(90, 186, 255, 0.35),
    0px 0px 0px 6px rgba(38, 142, 212, 0.24);
}

.app-button:disabled,
button.dialogButton:disabled,
.button:disabled,
.wideButton:disabled,
.specialButton:disabled,
.app-button[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: 0.62;
  box-shadow: none;
  transform: none;
}

.login-primary-button {
  margin-top: 21px;
}

.invoice-pdf-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  margin: 12px 0 6px 0;
  padding: 12px 18px;
}

.invoice-pdf-actions .app-button {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.app-icon-button {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: var(--app-button-radius);
  background: rgba(255, 255, 255, 0.12);
  color: white;
  font-size: 22px;
  line-height: 1;
  padding: 0;
  margin: 0;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition:
    background-color 0.16s ease,
    border-color 0.16s ease,
    box-shadow 0.16s ease;
}

.app-icon-button:hover,
.app-icon-button:focus-visible {
  background: rgba(90, 186, 255, 0.28);
  border-color: rgba(90, 186, 255, 0.72);
  box-shadow:
    0px 8px 18px rgba(0, 0, 0, 0.28),
    0px 0px 9px rgba(90, 186, 255, 0.45);
}

.app-icon-button:focus-visible {
  outline: none;
}

.app-icon-button:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

button:disabled {
  cursor: not-allowed;
}

button:disabled:hover {
  box-shadow: none;
}

#emailWarning,
#usernameWarning,
#passwordWarning,
#captchaWarning,
#legalWarning {
  display: none;
  color: #00b7ff;
}

#loginWarning {
  display: none;
  color: #00b7ff;
  line-height: 1.2;
  padding-top: 9px;
  padding-bottom: 9px;
}

#loginBreakLine {
  display: none;
}

#registerWarning {
  display: none;
  color: #aaaaab;
}

#regButton {
  display: none;
}

.register-legal-block {
  margin: 18px 0 12px 0;
  padding: 15px 18px;
  border: 1px solid rgba(17, 92, 156, 0.26);
  border-radius: 10px;
  background: rgba(17, 92, 156, 0.06);
}

.register-legal-title {
  margin-bottom: 6px;
}

.register-legal-intro,
.register-legal-meta {
  margin: 0 0 12px 0;
  line-height: 1.5;
}

.register-legal-option {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 12px 0;
  cursor: pointer;
  line-height: 1.5;
}

.register-legal-option input[type="checkbox"] {
  margin-top: 4px;
  flex: 0 0 auto;
}

.register-legal-option a {
  color: var(--app-link-color);
}

.supplier-legal-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0 24px 0;
}

.supplier-legal-actions .app-button {
  margin: 0;
  width: 100%;
}

.supplier-legal-actions .supplier-legal-action-primary {
  grid-column: 1 / -1;
}

a.anchor {
  display: block;
  position: relative;
  top: -93px;
  visibility: hidden;
}

.inverted-border-radius::before {
  content: "";
  position: absolute;

  background-color: transparent;
  bottom: -50px;
  height: 50px;
  width: 25px;
  border-top-left-radius: 25px;
  box-shadow: 0 -25px 0 0 #f66969;
}

.groupHeader {
  color: rgb(38, 142, 212);
  font-family: "Roboto";
  background-color: rgba(255, 255, 255, 0.774);
  padding: 9px 18px 9px 18px;
  border: 1px solid rgb(184, 184, 184);
  border-top: none;
  display: inline-block;
  border-radius: 0 0 6px 6px;
  font-size: 15pt;
  max-width: 100%;
  position: relative;
  z-index: 10;
  margin: -10px auto 9px auto;
  vertical-align: top;
}

.groupHeaderSingleLine {
  color: white;
  background-color: rgba(38, 142, 212, 0.574);
  padding: 9px 9px 9px 9px;
  border: 1px solid rgb(38, 142, 212);
  /*border-top: none;
    border-left: none;*/
  display: inline-block;
  border-radius: 3px;
  font-size: 15pt;
  max-width: 100%;
  position: relative;
  z-index: 100;
  margin: -1px 0 -1px -1px;
  vertical-align: top;
  min-width: 120px;
}

.posAbsolute {
  position: absolute;
}

.absoluteCenter {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}

.content {
  margin: 0 0 27px 0;
  padding: 1.5em 2em 2em 2em;
  border: none;
  border-radius: 3px;
  color: rgb(33, 33, 39);
  background: rgba(255, 255, 255, 0.66);
  background-blend-mode: color;
  text-align: justify;
  position: relative;
  z-index: 1;
  overflow: hidden;
  opacity: 1;
}

#contentDiv {
  max-width: 900px;
  margin: 0 auto 0 auto;
  min-height: 100px;
  overflow: hidden;
}

.contentLogin {
  max-width: 600px;
  margin: 0 auto 0 auto;
}

:root {
  --plyr-font-family: "Arial";
  --app-button-primary-bg: rgb(38, 142, 212);
  --app-button-primary-bg-hover: rgb(90, 186, 255);
  --app-button-primary-border: rgb(38, 142, 212);
  --app-button-primary-border-hover: rgb(90, 186, 255);
  --app-button-primary-text: white;
  --app-link-color: rgb(17, 92, 156);
  --app-link-color-hover: rgb(11, 72, 124);
  --app-link-decoration-color: rgba(17, 92, 156, 0.45);
  --app-button-radius: 8px;
  --app-button-radius-large: 12px;
  --public-auth-footer-max-width: 712px;
}

.auth-entry-dialog,
.supplier-legal-footer {
  box-sizing: border-box;
  width: 100%;
  max-width: var(--public-auth-footer-max-width);
}

.auth-entry-dialog {
  margin: 0 auto 27px auto;
}

.supplier-legal-page {
  max-width: 900px;
  margin: 0 auto 27px auto;
}

.supplier-legal-prose {
  max-width: 740px;
  margin: 0 auto;
}

.supplier-legal-operator {
  margin: 0 0 18px 0;
  color: #2d405f;
  font-weight: 600;
}

.supplier-legal-footer {
  font-size: 11pt;
  margin: 9px auto 0 auto;
}

.supplier-legal-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  justify-content: center;
  margin: 0 0 12px 0;
}

.supplier-legal-footer .supplier-legal-footer-links a {
  color: inherit;
  font-family: inherit;
  text-decoration: none;
  text-decoration-color: transparent;
  text-underline-offset: 0.14em;
  transition:
    color 0.16s ease,
    text-decoration-color 0.16s ease,
    outline-color 0.16s ease;
}

.supplier-legal-footer-meta {
  margin: 0;
  line-height: 1.6;
  text-align: center;
}

.content
  a:not(.app-button):not(.button):not(.wideButton):not(.specialButton):not(
    .anchor
  ):not(.noUnderline):not(.iconLink),
.content2
  a:not(.app-button):not(.button):not(.wideButton):not(.specialButton):not(
    .anchor
  ):not(.noUnderline):not(.iconLink),
.content3
  a:not(.app-button):not(.button):not(.wideButton):not(.specialButton):not(
    .anchor
  ):not(.noUnderline):not(.iconLink),
.tabContent
  a:not(.app-button):not(.button):not(.wideButton):not(.specialButton):not(
    .anchor
  ):not(.noUnderline):not(.iconLink),
.groupContent
  a:not(.app-button):not(.button):not(.wideButton):not(.specialButton):not(
    .anchor
  ):not(.noUnderline):not(.iconLink),
.account-page
  a:not(.app-button):not(.button):not(.wideButton):not(.specialButton):not(
    .anchor
  ):not(.noUnderline):not(.iconLink),
.account-section
  a:not(.app-button):not(.button):not(.wideButton):not(.specialButton):not(
    .anchor
  ):not(.noUnderline):not(.iconLink),
.booking-card
  a:not(.app-button):not(.button):not(.wideButton):not(.specialButton):not(
    .anchor
  ):not(.noUnderline):not(.iconLink) {
  color: var(--app-link-color);
  font-family: "Roboto", sans-serif;
  text-decoration-line: underline;
  text-decoration-thickness: 1.5px;
  text-decoration-color: var(--app-link-decoration-color);
  text-underline-offset: 0.14em;
  text-decoration-skip-ink: auto;
  transition:
    color 0.16s ease,
    text-decoration-color 0.16s ease;
}

.content
  a:not(.app-button):not(.button):not(.wideButton):not(.specialButton):not(
    .anchor
  ):not(.noUnderline):not(.iconLink):hover,
.content
  a:not(.app-button):not(.button):not(.wideButton):not(.specialButton):not(
    .anchor
  ):not(.noUnderline):not(.iconLink):focus-visible,
.content2
  a:not(.app-button):not(.button):not(.wideButton):not(.specialButton):not(
    .anchor
  ):not(.noUnderline):not(.iconLink):hover,
.content2
  a:not(.app-button):not(.button):not(.wideButton):not(.specialButton):not(
    .anchor
  ):not(.noUnderline):not(.iconLink):focus-visible,
.content3
  a:not(.app-button):not(.button):not(.wideButton):not(.specialButton):not(
    .anchor
  ):not(.noUnderline):not(.iconLink):hover,
.content3
  a:not(.app-button):not(.button):not(.wideButton):not(.specialButton):not(
    .anchor
  ):not(.noUnderline):not(.iconLink):focus-visible,
.tabContent
  a:not(.app-button):not(.button):not(.wideButton):not(.specialButton):not(
    .anchor
  ):not(.noUnderline):not(.iconLink):hover,
.tabContent
  a:not(.app-button):not(.button):not(.wideButton):not(.specialButton):not(
    .anchor
  ):not(.noUnderline):not(.iconLink):focus-visible,
.groupContent
  a:not(.app-button):not(.button):not(.wideButton):not(.specialButton):not(
    .anchor
  ):not(.noUnderline):not(.iconLink):hover,
.groupContent
  a:not(.app-button):not(.button):not(.wideButton):not(.specialButton):not(
    .anchor
  ):not(.noUnderline):not(.iconLink):focus-visible,
.account-page
  a:not(.app-button):not(.button):not(.wideButton):not(.specialButton):not(
    .anchor
  ):not(.noUnderline):not(.iconLink):hover,
.account-page
  a:not(.app-button):not(.button):not(.wideButton):not(.specialButton):not(
    .anchor
  ):not(.noUnderline):not(.iconLink):focus-visible,
.account-section
  a:not(.app-button):not(.button):not(.wideButton):not(.specialButton):not(
    .anchor
  ):not(.noUnderline):not(.iconLink):hover,
.account-section
  a:not(.app-button):not(.button):not(.wideButton):not(.specialButton):not(
    .anchor
  ):not(.noUnderline):not(.iconLink):focus-visible,
.booking-card
  a:not(.app-button):not(.button):not(.wideButton):not(.specialButton):not(
    .anchor
  ):not(.noUnderline):not(.iconLink):hover,
.booking-card
  a:not(.app-button):not(.button):not(.wideButton):not(.specialButton):not(
    .anchor
  ):not(.noUnderline):not(.iconLink):focus-visible {
  color: var(--app-link-color-hover);
  text-decoration-color: var(--app-link-color-hover);
}

#supplierLegalFooter .supplier-legal-footer-links a,
#bookingClientLegalFooter .supplier-legal-footer-links a {
  color: inherit;
  font-family: inherit;
  text-decoration: none;
  text-decoration-color: transparent;
  text-underline-offset: 0.14em;
  transition:
    color 0.16s ease,
    text-decoration-color 0.16s ease,
    outline-color 0.16s ease;
}

#supplierLegalFooter .supplier-legal-footer-links a:hover,
#supplierLegalFooter .supplier-legal-footer-links a:focus,
#supplierLegalFooter .supplier-legal-footer-links a:focus-visible,
#bookingClientLegalFooter .supplier-legal-footer-links a:hover,
#bookingClientLegalFooter .supplier-legal-footer-links a:focus,
#bookingClientLegalFooter .supplier-legal-footer-links a:focus-visible {
  color: var(--app-link-color-hover);
  text-decoration-line: underline;
  text-decoration-thickness: 1.5px;
  text-decoration-color: var(--app-link-color-hover);
}

#supplierLegalFooter .supplier-legal-footer-links a:focus,
#supplierLegalFooter .supplier-legal-footer-links a:focus-visible,
#bookingClientLegalFooter .supplier-legal-footer-links a:focus,
#bookingClientLegalFooter .supplier-legal-footer-links a:focus-visible {
  outline: 2px solid rgba(38, 142, 212, 0.28);
  outline-offset: 2px;
  border-radius: 3px;
}

@media only screen and (max-width: 599px) {
  .supplier-legal-actions {
    grid-template-columns: minmax(0, 1fr);
  }

  .supplier-legal-actions .app-button {
    width: 100%;
  }
}

.groupWrapper {
  border: 1px solid rgb(38, 142, 212);
  border-radius: 3px;
  margin: 0 0 9px 0;
  padding: 9px 18px 18px 18px;
  vertical-align: top;
  position: relative;
  /*max-width: 90%;
  /*display: inline-block;*/
}

.groupWrapperSingleLine {
  border: 1px solid rgb(38, 142, 212);
  border-radius: 3px;
  margin: 9px 0 9px 0;
  padding: 0;
  vertical-align: top;
  position: relative;
  display: flex;
  align-items: stretch;
}

.groupWrapperSingleLine > .groupHeaderSingleLine {
  flex: 0 0 auto;
}

.groupWrapperSingleLine > .radioSelect,
.groupWrapperSingleLine > .checkRadioSelect {
  flex: 1 1 auto;
  min-width: 0;
  width: auto;
  margin: -1px -1px -1px 0;
  border-radius: 0 3px 3px 0;
}

.groupWrapperSingleLine > .groupValueSingleLine {
  flex: 1 1 auto;
  min-width: 0;
  padding: 9px 9px 9px 9px;
}

.groupHeaderWrap {
  text-align: center;
}

.imgWrap {
  padding: 0;
  overflow: hidden;
}

.img {
  margin-bottom: -5px;
}

.imgWrapHeader {
  margin: 0;
}

.groupBottomMargin {
  margin: 0 0 18px 0;
}

.checkBottomMargin {
  margin: 0 0 18px 0;
}

.inlineBlock {
  display: inline-block;
  min-width: 90px;
}

.check {
  margin: 6px 9px 6px 0;
  padding: 0;
  border: none;
  background: transparent;
  display: inline-flex;
  max-width: 100%;
  vertical-align: top;
}

.checkSwitch {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 15pt;
  color: white;
  line-height: 1.2;
  position: relative;
}

.checkSwitch--editable {
  cursor: pointer;
}

.checkSwitchInput {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: 0;
}

.checkSwitchText {
  display: inline-block;
  letter-spacing: 0.2px;
}

.checkSwitchTrack {
  position: relative;
  width: 44px;
  height: 24px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.18);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.25);
  transition:
    background-color 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
  flex: 0 0 auto;
}

.checkSwitchThumb {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgb(255, 255, 255);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
  transition: transform 220ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.checkSwitchInput:focus-visible + .checkSwitchTrack {
  outline: 2px solid rgba(38, 142, 212, 0.85);
  outline-offset: 2px;
}

.checkSwitchInput:checked + .checkSwitchTrack {
  background: rgba(34, 180, 115, 0.9);
  border-color: rgba(34, 180, 115, 0.9);
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.2);
}

.checkSwitchInput:checked + .checkSwitchTrack .checkSwitchThumb {
  transform: translateX(20px);
}

.checkSwitch--on:not(.checkSwitch--editable) .checkSwitchTrack {
  background: rgba(38, 142, 212, 0.9);
  border-color: rgba(38, 142, 212, 0.9);
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.2);
}

.checkSwitch--off .checkSwitchTrack {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.25);
}

.checkSwitch--on:not(.checkSwitch--editable) .checkSwitchThumb {
  transform: translateX(20px);
}

.checkSwitchItem {
  margin: 6px 0;
  display: flex;
  width: 100%;
}

.checkGroupHeader.groupHeader,
.checkGroupHeader.groupHeaderSingleLine {
  background: transparent;
  border: none;
  padding: 6px 0 0 0;
  margin: -15px 0 0 0;
  text-align: left;
}

.checkGroupWrapper .groupHeaderWrap {
  display: flex;
  justify-content: flex-start;
  transition: justify-content 220ms ease;
  text-align: left;
}

.checkGroupHeader .checkSwitch {
  margin: 0;
}

.checkGroupWrapper.checkGroup--on
  > .groupHeaderWrap
  .checkGroupHeader
  .checkSwitch {
  background-color: rgba(255, 255, 255, 0.774);
  border: 1px solid rgb(184, 184, 184);
  border-top: none;
  border-radius: 0 0 6px 6px;
  padding: 9px 18px;
  margin-left: -20px;
}

.checkGroupWrapper.checkGroup--on
  > .groupHeaderWrap
  .checkGroupHeader
  .checkSwitchText {
  color: rgba(38, 142, 212, 0.574);
}

.checkGroupHeader .checkSwitchText {
  color: rgb(33, 33, 39);
}

.checkGroupHeader .checkSwitchTrack {
  border-color: rgba(38, 142, 212, 0.5);
  background: rgba(38, 142, 212, 0.15);
}

.checkGroupHeader .checkSwitchInput:checked + .checkSwitchTrack {
  background: rgba(34, 180, 115, 0.9);
  border-color: rgba(34, 180, 115, 0.9);
}

.checkGroupWrapper {
  border-radius: 3px;
  border: 1px solid rgb(38, 142, 212);
  box-shadow: none;
  transition:
    border-color 220ms ease,
    background-color 220ms ease,
    box-shadow 220ms ease;
}

.checkGroupWrapper .groupContent {
  border-radius: 0 9px 9px 9px;
  border: 1px solid rgb(38, 142, 212);
}

.checkGroupBody {
  padding-top: 6px;
}

.checkRadioGroupHeaderView.groupHeader,
.checkRadioGroupHeaderView.groupHeaderSingleLine {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  text-align: left;
  display: block;
}

.checkGroupWrapper.checkGroup--on:not(.checkRadioGroupWrapper--editable)
  > .groupHeaderWrap
  .checkRadioGroupHeader,
.checkGroupWrapper.checkGroup--on:not(.checkRadioGroupWrapper--editable)
  > .checkRadioGroupHeader {
  margin: -1px 0 -1px -1px;
  padding: 9px;
  display: flex;
  align-items: center;
  background-color: rgba(38, 142, 212, 0.574);
  border: 1px solid rgb(38, 142, 212);
  border-radius: 3px;
  color: white;
}

.checkGroupWrapper.checkGroup--on:not(.checkRadioGroupWrapper--editable)
  > .groupHeaderWrap
  .checkRadioGroupHeader
  .checkSwitchItem,
.checkGroupWrapper.checkGroup--on:not(.checkRadioGroupWrapper--editable)
  > .checkRadioGroupHeader
  .checkSwitchItem {
  margin: 0;
  width: auto;
}

.checkGroupWrapper.checkGroup--on:not(.checkRadioGroupWrapper--editable)
  > .groupHeaderWrap
  .checkRadioGroupHeader
  .checkSwitch {
  margin: 0;
}

.checkGroupWrapper.checkGroup--on:not(.checkRadioGroupWrapper--editable)
  > .groupHeaderWrap
  .checkRadioGroupHeader
  .checkSwitchText {
  color: white;
}

.checkGroupWrapper.checkGroup--on:not(.checkRadioGroupWrapper--editable)
  > .checkRadioGroupHeader
  .checkSwitchText {
  color: white;
}

.checkRadioGroupWrapper--editable.groupWrapperSingleLine
  > .checkRadioGroupHeader {
  margin: -1px 0 -1px -1px;
  padding: 9px;
  display: flex;
  align-items: center;
  background-color: rgba(38, 142, 212, 0.574);
  border: 1px solid rgb(38, 142, 212);
  border-radius: 3px;
  color: white;
}

.checkRadioGroupWrapper--editable.checkGroup--off > .checkRadioGroupHeader {
  background: transparent;
  border: none;
  color: rgb(33, 33, 39);
}

.checkRadioGroupWrapper--editable .checkRadioGroupHeader .checkSwitchText {
  color: white;
}

.checkRadioGroupWrapper--editable.checkGroup--off
  > .checkRadioGroupHeader
  .checkSwitchText {
  color: rgb(33, 33, 39);
}

.checkRadioGroupWrapper--editable.checkGroup--on
  > .groupHeaderWrap
  .checkRadioGroupHeader
  .checkSwitchText {
  color: white;
}

.checkRadioGroupWrapper--editable.groupWrapperSingleLine
  > .checkRadioGroupBody {
  padding-top: 0;
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
}

.checkRadioGroupWrapper--editable.groupWrapperSingleLine
  > .checkRadioGroupBody
  > .checkRadioSelect {
  flex: 1 1 auto;
  min-width: 0;
  width: auto;
  margin: -1px -1px -1px 0;
  border-radius: 0 3px 3px 0;
}

.checkGroupWrapper.checkGroup--off {
  border: none;
  background: transparent;
  box-shadow: none;
  margin: 0 0 6px 0;
  padding: 0;
}

.checkGroupWrapper.checkGroup--off .checkGroupHeader.groupHeader,
.checkGroupWrapper.checkGroup--off .checkGroupHeader.groupHeaderSingleLine {
  margin: 12px 0 6px 0;
  padding: 0;
}

.checkGroupWrapper.checkGroup--off .groupContent {
  border: none;
  background: transparent;
  padding: 0;
}

.checkGroupWrapper.checkGroup--off .checkGroupBody {
  display: none;
}

.checkRadioOptions {
  display: grid;
  gap: 8px;
  padding: 6px 0 0 0;
}

.checkRadioOption {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgb(33, 33, 39);
}

.checkGroupBody .checkSwitchText {
  color: rgb(33, 33, 39);
}

.groupContent .checkSwitchText {
  color: rgb(33, 33, 39);
}

.groupWrapper .checkSwitchText {
  color: rgb(33, 33, 39);
}

button {
  color: white;
  background-color: rgb(65, 39, 179);
  padding: 6px 9px 6px 9px;
  margin-right: 9px;
  border: 1px solid rgb(38, 142, 212);
  display: inline-block;
  border-radius: 3px;
  font-size: 15pt;
  max-width: 100%;
  vertical-align: top;
}

.qr {
  position: relative;
  top: 0;
  left: 0;
}

.tab {
  color: white;
  background-color: rgb(33, 33, 39);
  padding: 12px 18px 12px 18px;
  /*display: inline-block;*/
  border-radius: 18px 18px 0 0;
  margin: 0;
  border: none;
  font-size: 15pt;
  max-width: 100%;
  position: relative; /* proto�e automaticky m� position static, a na tu z-index nem� vliv  */
  z-index: 0;
}

.tab:hover {
  background-color: rgb(44, 54, 99);
  box-shadow: 0px 0px 6px #00b7ff;
  /*box-shadow: 0px 0px 6px rgb(44, 54, 99);  */
  z-index: 11;
}

.tab_selected {
  background-color: rgb(38, 142, 212);
  color: black;
}

.tab_selected:hover {
  background-color: rgb(95, 182, 240);
  box-shadow: 0px 0px 6px white;
  /*box-shadow: 0px 0px 6px rgb(89, 108, 199);*/
  z-index: 11;
}

.activeTab {
  background-color: rgb(89, 108, 199);
}

.activeTab:hover {
  background-color: rgb(89, 108, 199);
  box-shadow: 0px 0px 6px rgb(89, 108, 199);
  z-index: 11;
}

.tabTable {
  width: 100%;
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  border-bottom: 3px solid rgb(89, 108, 199);
}

.tabTable td,
.tabTable tr {
  padding: 0;
  margin: 0;
}

.tabTable td {
  width: 50%;
}

.nodisplay {
  display: none;
}

.listButton {
  color: white;
  background-color: rgb(33, 33, 39);
  padding: 12px 6% 12px 6%;
  display: inline-block;
  font-size: 15pt;
  width: 88%;
  position: relative; /* proto�e automaticky m� position static, a na tu z-index nem� vliv */
  z-index: 0;
}

.listButton:hover {
  background-color: rgb(44, 54, 99);
  z-index: 11;
}

.activeListButton {
  background-color: rgb(89, 108, 199);
}

.activeListButton:hover {
  background-color: rgb(89, 108, 199);
  box-shadow: 0px 0px 6px rgb(89, 108, 199);
  z-index: 11;
}

ul {
  padding-left: 18px;
}

li {
  margin-bottom: 9px;
  text-align: justify;
}

p.small {
  margin-top: 9px;
  margin-bottom: 9px;
}

.disable-select {
  user-select: none; /* supported by Chrome and Opera */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
}

.roundImg {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 180px;
  max-width: 90%;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.roundImgLink {
  display: block;
  width: 180px;
  max-width: 90%;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.imgLinkDiv {
  margin-left: auto;
  margin-right: auto;
}

.imgLinkDiv a {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

#fotkaVasek {
  width: 330px;
  max-width: 90%;
}

#fotkaVasek2 {
  width: 330px;
  max-width: 90%;
  border-radius: 33px;
  -moz-border-radius: 33px;
  -webkit-border-radius: 33px;
}

#logoKvety:hover {
  box-shadow: 0px 0px 9px rgb(250, 185, 91);
}

#logoWutslav:hover {
  box-shadow: 0px 0px 9px rgb(0, 0, 233);
}

#logoKvetyTall {
  /*display: none;*/
  margin-left: auto;
  margin-right: auto;
  max-height: 21vh;
}

label {
  display: inline-block;
  margin-top: 12px;
  margin-bottom: 6px;
}

a.iblock {
  display: inline-block;
  margin-top: 12px;
  margin-bottom: 6px;
}

#kolaz {
  background: url("../img/pics/tqm2.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  padding: 56.25% 0 0 0;
}

.aspectText {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

#kurz1 {
  background: url("../img/pics/Meditace2.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#kurz2 {
  background: url("../img/pics/Taiji.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#kurz3 {
  background: url("../img/pics/Qigong2.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#kurz4 {
  background: url("../img/pics/Meditace2.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.topLabel {
  margin-top: 0;
  margin-bottom: 18px;
  padding-top: 0;
  font-family: "Roboto Thin";
  font-size: min(4.66vw, 230%); /*250%;*/

  /*font-style : italic;*/
  font-weight: normal;
  color: white;
}

.topLabel:hover {
  text-shadow:
    0px 0px 12px rgb(89, 108, 199),
    0px 0px 12px rgb(89, 108, 199);
}

select {
  font-family: "Roboto Thin", sans-serif;
  font-size: 15pt;
  background-color: rgba(33, 33, 39, 0.66);
  color: white;
  border: rgb(38, 142, 212) 1px solid;
  border-radius: 9px;
  padding: 9px;
}

.radioSelect,
.checkRadioSelect {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgb(245, 247, 251);
  border: 1px solid rgb(160, 186, 212);
  border-radius: 6px;
  color: rgb(33, 33, 39);
  display: inline-block;
  font: inherit;
  line-height: 1.2;
  margin: 0;
  margin-left: 6px;
  vertical-align: baseline;
}

.radioSelect:disabled,
.checkRadioSelect:disabled {
  background-color: rgb(225, 230, 237);
  border-color: rgb(176, 186, 198);
  color: rgb(90, 96, 110);
}

select:not(:disabled):hover,
.radioSelect:not(:disabled):hover,
.checkRadioSelect:not(:disabled):hover {
  box-shadow: 0px 0px 6px white;
}

.checkRadioSelect {
  width: auto;
  max-width: 100%;
}

select.rightMargin {
  margin-right: 9px;
}

select.select-table {
  margin-bottom: 18px;
}

#taijiLabel {
  position: absolute;
  left: 18%;
  top: 21%;
  transform: translate(-50%, -50%);
}

#qigongLabel {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#meditLabel {
  position: absolute;
  left: 82%;
  top: 78%;
  transform: translate(-50%, -50%);
}

/*@media only screen and (max-width: 958px)
{     
}    
@media only screen and (max-width: 848px)
{
}     
@media only screen and (max-width: 758px)
{
}   
@media only screen and (max-width: 578px)
{
}      
@media only screen and (max-width: 474px)
{
}*/

img.imgItem {
  display: inline-block;
  max-width: 39vw;
  max-height: 50vh;
  margin-right: 9px;
  cursor: pointer;
}
img.imgItem:last-child {
  margin-right: 0;
}
.photo-gallery {
  display: inline-flex;
  align-items: stretch;
  gap: 12px;
  padding: 0;
  box-sizing: border-box;
  width: max-content;
  min-width: 100%;
  min-height: clamp(120px, 24vh, 220px);
}
.photo-gallery:empty {
  justify-content: center;
  align-items: center;
}
.photo-gallery:empty::before {
  content: "";
  width: clamp(64px, 16vw, 140px);
  height: clamp(64px, 16vw, 140px);
  background: url("../img/gallery.svg") center / contain no-repeat;
  opacity: 0.68;
  pointer-events: none;
}
.photo-gallery-frame {
  position: relative;
  --photo-shadow-pad-x: 10px;
  --photo-shadow-pad-top: 6px;
  --photo-shadow-pad-bottom: 14px;
}
.photo-gallery-scroll {
  width: 100%;
  padding: var(--photo-shadow-pad-top) var(--photo-shadow-pad-x)
    var(--photo-shadow-pad-bottom);
  box-sizing: border-box;
}
.imgWrap.horizontalOverflow {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-gutter: stable;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
}
.imgWrap.horizontalOverflow.is-dragging {
  cursor: grabbing;
  user-select: none;
}
.photo-card,
.photo-add-card {
  flex: 0 0 auto;
  width: clamp(180px, 28vw, 280px);
  height: clamp(120px, 24vh, 220px);
  border-radius: 14px;
  position: relative;
}
.photo-card {
  background: rgba(255, 255, 255, 0.92);
  box-shadow:
    0 4px 10px rgba(0, 0, 0, 0.16),
    0 1px 3px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.photo-card img.photo-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: none;
  max-height: none;
  margin: 0;
  -webkit-user-drag: none;
  user-drag: none;
}
.photo-add-card {
  border: 2px dashed rgba(38, 142, 212, 0.6);
  background: rgba(255, 255, 255, 0.7);
  color: rgb(38, 142, 212);
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition:
    box-shadow 0.15s ease,
    border-color 0.15s ease,
    background 0.15s ease;
}
.photo-add-card:hover,
.photo-add-card:focus-visible {
  border-color: rgba(38, 142, 212, 0.95);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 12px 20px rgba(38, 142, 212, 0.25);
}
.photo-add-floating {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 5;
  border: 1px solid rgba(38, 142, 212, 0.8);
  background: rgba(255, 255, 255, 0.92);
  color: rgb(38, 142, 212);
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2px;
  padding: 8px 12px;
  border-radius: 999px;
  cursor: pointer;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.12);
  transition:
    box-shadow 0.15s ease,
    border-color 0.15s ease,
    background 0.15s ease;
}
.photo-add-floating:hover,
.photo-add-floating:focus-visible {
  border-color: rgba(38, 142, 212, 0.95);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 12px 22px rgba(38, 142, 212, 0.2);
}
.photo-add-floating.is-uploading,
.photo-add-floating:disabled {
  opacity: 0.6;
  cursor: wait;
}
.photo-add-card.is-uploading {
  opacity: 0.6;
  cursor: wait;
}
.subtable-add-floating {
  pointer-events: auto;
}
.subtable-empty-placeholder {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  align-self: stretch;
  width: 100%;
  min-height: clamp(120px, 24vh, 220px);
  pointer-events: none;
}
.subtable-empty-placeholder::before {
  content: "";
  width: clamp(64px, 16vw, 140px);
  height: clamp(64px, 16vw, 140px);
  background: var(--subtable-empty-icon) center / contain no-repeat;
  opacity: 0.68;
}
.subtable-list-frame--empty,
.subtable-list-frame--empty .listTable {
  background: transparent;
  border: 0;
  box-shadow: none;
}
.subtable-empty-section {
  display: flex;
  flex-direction: column;
}
.subtable-empty-body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.subtable-empty-body .subtable-list-frame--empty {
  flex: 0 0 auto;
}
.subtable-add-heading-button {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 4;
  box-shadow: none;
}
.client-bookings-add-heading-button {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 4;
  box-shadow: none;
}
.invoice-items-manager {
  width: 100%;
}
.invoice-items-scroll {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 920px) {
  .invoice-items-scroll {
    overflow-x: visible;
    overflow-y: visible;
    -webkit-overflow-scrolling: auto;
  }
}
.invoice-items-table {
  width: 100%;
  min-width: 520px;
  table-layout: fixed;
}
.invoice-items-table--editable {
  min-width: 566px;
}
.invoice-items-table--vat {
  min-width: 860px;
}
.invoice-items-table--vat.invoice-items-table--editable {
  min-width: 910px;
}
.invoice-items-table th,
.invoice-items-table td {
  padding-left: 6px;
}
.invoice-items-table th:first-child,
.invoice-items-table td:first-child {
  min-width: 120px;
}
.invoice-items-table th:nth-child(2),
.invoice-items-table td:nth-child(2) {
  width: 58px;
}
.invoice-items-table th:nth-child(3),
.invoice-items-table td:nth-child(3) {
  width: 160px;
}
.invoice-items-table th:nth-child(4),
.invoice-items-table td:nth-child(4) {
  width: 110px;
}
.invoice-items-table th:nth-child(2),
.invoice-items-table td:nth-child(2),
.invoice-items-table th:nth-child(3),
.invoice-items-table td:nth-child(3),
.invoice-items-table th:nth-child(4),
.invoice-items-table td:nth-child(4) {
  text-align: right;
  white-space: nowrap;
}
.invoice-items-table--vat th:first-child,
.invoice-items-table--vat td:first-child {
  min-width: 170px;
}
.invoice-items-table--vat th:nth-child(2),
.invoice-items-table--vat td:nth-child(2) {
  width: 58px;
}
.invoice-items-table--vat th:nth-child(3),
.invoice-items-table--vat td:nth-child(3) {
  width: 140px;
}
.invoice-items-table--vat th:nth-child(4),
.invoice-items-table--vat td:nth-child(4) {
  width: 120px;
}
.invoice-items-table--vat th:nth-child(5),
.invoice-items-table--vat td:nth-child(5) {
  width: 70px;
}
.invoice-items-table--vat th:nth-child(6),
.invoice-items-table--vat td:nth-child(6) {
  width: 96px;
}
.invoice-items-table--vat th:nth-child(7),
.invoice-items-table--vat td:nth-child(7) {
  width: 110px;
}
.invoice-items-table--vat th:nth-child(2),
.invoice-items-table--vat td:nth-child(2),
.invoice-items-table--vat th:nth-child(3),
.invoice-items-table--vat td:nth-child(3),
.invoice-items-table--vat th:nth-child(4),
.invoice-items-table--vat td:nth-child(4),
.invoice-items-table--vat th:nth-child(5),
.invoice-items-table--vat td:nth-child(5),
.invoice-items-table--vat th:nth-child(6),
.invoice-items-table--vat td:nth-child(6),
.invoice-items-table--vat th:nth-child(7),
.invoice-items-table--vat td:nth-child(7) {
  text-align: right;
  white-space: nowrap;
}
.invoice-items-table--vat,
.invoice-items-table--vat.invoice-items-table--editable {
  min-width: 0;
  width: 100%;
  table-layout: auto;
  border-spacing: 0;
  --invoice-vat-card-label-width: 132px;
  --invoice-box-edit-input-max-width: 170px;
  --invoice-price-suffix-space: 34px;
}
.invoice-items-table--vat,
.invoice-items-table--vat tbody {
  display: block;
  width: 100%;
}
.invoice-items-table--vat tr:first-child {
  display: none;
}
.invoice-items-table--vat tr.invoice-item-row,
.invoice-items-table--vat tr.invoice-item-add-row {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 9px 0;
  padding: 9px 12px 12px 12px;
  border: 1px solid rgb(38, 142, 212);
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.66);
  background-blend-mode: color;
}
.invoice-items-table--vat tr.invoice-item-row td,
.invoice-items-table--vat tr.invoice-item-add-row td {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box;
  padding: 6px 0;
  border: 0;
  white-space: normal;
  text-align: left;
}
.invoice-items-table--vat tr.invoice-item-row td::before,
.invoice-items-table--vat tr.invoice-item-add-row td::before {
  content: attr(data-column-label);
  flex: 0 0 var(--invoice-vat-card-label-width);
  width: var(--invoice-vat-card-label-width);
  padding-right: 12px;
  font-family: "Roboto";
  font-weight: bold;
  color: rgba(8, 116, 216, 0.574);
  text-align: left;
}
.invoice-items-table--vat tr.invoice-item-row input,
.invoice-items-table--vat tr.invoice-item-add-row input,
.invoice-items-table--vat tr.invoice-item-row select,
.invoice-items-table--vat tr.invoice-item-add-row select {
  flex: 1 1 auto;
  width: 100%;
  max-width: none;
  min-width: 0;
  margin-left: 0;
}
.invoice-items-table--vat tr.invoice-item-row .invoice-item-name-input,
.invoice-items-table--vat tr.invoice-item-add-row .invoice-item-add-name {
  text-align: left;
}
.invoice-items-table--vat tr.invoice-item-row .invoice-item-count-input,
.invoice-items-table--vat tr.invoice-item-add-row .invoice-item-add-count,
.invoice-items-table--vat tr.invoice-item-row .invoice-item-price-input,
.invoice-items-table--vat tr.invoice-item-add-row .invoice-item-add-price,
.invoice-items-table--vat tr.invoice-item-row .invoice-item-vat-rate-input,
.invoice-items-table--vat tr.invoice-item-add-row .invoice-item-add-vat-rate {
  text-align: left;
}
.invoice-items-table--vat tr.invoice-item-row .invoice-item-count-input,
.invoice-items-table--vat tr.invoice-item-add-row .invoice-item-add-count,
.invoice-items-table--vat tr.invoice-item-row .invoice-item-price-input,
.invoice-items-table--vat tr.invoice-item-add-row .invoice-item-add-price,
.invoice-items-table--vat tr.invoice-item-row .invoice-item-vat-rate-input,
.invoice-items-table--vat tr.invoice-item-add-row .invoice-item-add-vat-rate {
  flex: 0 1 var(--invoice-box-edit-input-max-width);
  width: min(100%, var(--invoice-box-edit-input-max-width));
  max-width: var(--invoice-box-edit-input-max-width);
  min-width: 0;
}
.invoice-items-table--vat
  tr.invoice-item-row
  td.invoice-item-price-cell
  .invoice-item-price-input,
.invoice-items-table--vat
  tr.invoice-item-add-row
  td.invoice-item-price-cell
  .invoice-item-add-price,
.invoice-items-table--vat
  tr.invoice-item-row
  td.invoice-item-vat-rate-cell
  .invoice-item-vat-rate-input,
.invoice-items-table--vat
  tr.invoice-item-add-row
  td.invoice-item-vat-rate-cell
  .invoice-item-add-vat-rate {
  flex: 0 1 var(--invoice-box-edit-input-max-width);
  width: min(100%, var(--invoice-box-edit-input-max-width));
  max-width: var(--invoice-box-edit-input-max-width);
  min-width: 0;
}
.invoice-items-table--vat
  tr.invoice-item-row
  td.invoice-item-price-cell
  .invoice-item-price-input,
.invoice-items-table--vat
  tr.invoice-item-add-row
  td.invoice-item-price-cell
  .invoice-item-add-price {
  width: min(
    100%,
    calc(
      var(--invoice-box-edit-input-max-width) -
        var(--invoice-price-suffix-space)
    )
  );
  max-width: calc(
    var(--invoice-box-edit-input-max-width) - var(--invoice-price-suffix-space)
  );
}
.invoice-items-table--vat
  tr.invoice-item-row
  td.invoice-item-price-cell
  .invoice-item-price-suffix,
.invoice-items-table--vat
  tr.invoice-item-add-row
  td.invoice-item-price-cell
  .invoice-item-price-suffix,
.invoice-items-table--vat
  tr.invoice-item-row
  td.invoice-item-vat-amount-cell
  .invoice-item-vat-amount-suffix,
.invoice-items-table--vat
  tr.invoice-item-add-row
  td.invoice-item-vat-amount-cell
  .invoice-item-vat-amount-suffix {
  margin-left: 6px;
}
.invoice-items-table--vat
  tr.invoice-item-row
  td.invoice-item-price-cell
  .invoice-item-price-suffix,
.invoice-items-table--vat
  tr.invoice-item-add-row
  td.invoice-item-price-cell
  .invoice-item-price-suffix {
  margin-left: 0;
}
.invoice-items-table--vat
  tr.invoice-item-row.invoice-item-row--readonly
  .invoice-item-base-total,
.invoice-items-table--vat
  tr.invoice-item-row.invoice-item-row--readonly
  .invoice-item-vat-amount,
.invoice-items-table--vat
  tr.invoice-item-row.invoice-item-row--readonly
  .invoice-item-line-total {
  margin-left: auto;
  min-width: 0;
}
.invoice-items-table--vat.invoice-items-table--editable
  tr.invoice-item-row:not(.invoice-item-row--readonly)
  .invoice-item-base-total,
.invoice-items-table--vat.invoice-items-table--editable
  tr.invoice-item-add-row
  .invoice-item-add-base-total,
.invoice-items-table--vat.invoice-items-table--editable
  tr.invoice-item-row:not(.invoice-item-row--readonly)
  .invoice-item-vat-amount,
.invoice-items-table--vat.invoice-items-table--editable
  tr.invoice-item-add-row
  .invoice-item-add-vat-amount,
.invoice-items-table--vat.invoice-items-table--editable
  tr.invoice-item-row:not(.invoice-item-row--readonly)
  .invoice-item-line-total,
.invoice-items-table--vat.invoice-items-table--editable
  tr.invoice-item-add-row
  .invoice-item-add-total {
  margin-left: 0;
  min-width: 0;
  text-align: left;
}
.invoice-items-table--vat
  tr.invoice-item-row
  td.invoice-item-actions-cell::before,
.invoice-items-table--vat
  tr.invoice-item-add-row
  td.invoice-item-actions-cell::before {
  content: none;
  display: none;
}
.invoice-items-table--vat tr.invoice-item-row td.invoice-item-actions-cell,
.invoice-items-table--vat tr.invoice-item-add-row td.invoice-item-actions-cell {
  width: 100% !important;
  min-width: 0;
  max-width: none;
  justify-content: flex-end;
  align-items: center;
}
.invoice-items-table--vat
  tr.invoice-item-row
  td.invoice-item-actions-cell
  .invoice-item-delete-icon {
  display: inline-flex !important;
  width: 32px;
  height: 32px;
  min-width: 32px;
  opacity: 1;
  visibility: visible;
}
.invoice-items-table--vat
  tr.invoice-item-add-row
  td.invoice-item-actions-cell:empty {
  display: none;
}
.invoice-items-table--vat tr.extraTableLine {
  display: flex;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 9px 0;
  padding: 9px 12px;
  border: 1px solid rgb(38, 142, 212);
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.66);
  background-blend-mode: color;
}
.invoice-items-table--vat tr.extraTableLine td {
  display: none;
  padding: 0;
  width: auto !important;
  min-width: 0 !important;
  border: 0;
}
.invoice-items-table--vat tr.extraTableLine td:first-child {
  display: block;
  margin-right: 12px;
  white-space: normal;
  font-family: "Roboto";
  font-weight: bold;
  color: rgba(8, 116, 216, 0.574);
}
.invoice-items-table--vat tr.extraTableLine td.invoice-items-total-cell {
  display: block;
  margin-left: auto;
  white-space: nowrap;
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.invoice-items-table--vat tr.invoice-item-row td.invoice-item-name-cell,
.invoice-items-table--vat tr.invoice-item-add-row td.invoice-item-name-cell {
  position: relative;
}
.invoice-items-table--vat
  tr.invoice-item-row
  td.invoice-item-name-cell
  .invoice-item-autocomplete-list,
.invoice-items-table--vat
  tr.invoice-item-add-row
  td.invoice-item-name-cell
  .invoice-item-autocomplete-list {
  position: absolute;
  left: calc(var(--invoice-vat-card-label-width) + 20px);
  right: 0px;
  width: auto;
  top: 38px;
  margin-top: 0;
}
.invoice-item-actions-header,
.invoice-item-actions-cell {
  width: 46px;
  min-width: 46px;
  max-width: 46px;
  white-space: nowrap;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.invoice-items-table th.invoice-item-actions-header,
.invoice-items-table td.invoice-item-actions-cell {
  padding-left: 0;
  padding-right: 0;
}
.invoice-item-name-cell {
  position: relative;
  overflow: visible;
}
.invoice-item-price-cell {
  position: relative;
}
.invoice-item-row input,
.invoice-item-add-row input,
.invoice-item-row select,
.invoice-item-add-row select {
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  border: 1px solid rgba(33, 33, 39, 0.24);
  border-radius: 5px;
  padding: 6px 6px;
  font-size: inherit;
  color: rgb(33, 33, 39);
  background: rgba(255, 255, 255, 0.96);
}
.invoice-item-row .invoice-item-price-input,
.invoice-item-add-row .invoice-item-add-price {
  width: calc(100% - var(--invoice-price-suffix-space, 34px));
  min-width: 70px;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.invoice-item-row .invoice-item-vat-rate-input,
.invoice-item-add-row .invoice-item-add-vat-rate {
  width: 100%;
  min-width: 70px;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.invoice-item-row .invoice-item-count-input,
.invoice-item-add-row .invoice-item-add-count {
  width: 100%;
  min-width: 70px;
  text-align: left;
}
.invoice-item-row input[type="number"]:hover,
.invoice-item-add-row input[type="number"]:hover,
.invoice-item-row select:hover,
.invoice-item-add-row select:hover {
  box-shadow: 0px 0px 6px white;
}
.invoice-item-row input[type="number"]:focus,
.invoice-item-add-row input[type="number"]:focus,
.invoice-item-row select:focus,
.invoice-item-add-row select:focus {
  box-shadow: 0px 0px 9px #00b7ff;
  border: 1px solid #00b7ff;
  outline: none;
}
.invoice-item-price-suffix {
  display: inline-block;
  margin-left: 6px;
  pointer-events: none;
  line-height: 1.2;
  vertical-align: middle;
  color: rgb(33, 33, 39);
  font-size: inherit;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.invoice-item-vat-amount-suffix {
  margin-left: 4px;
  color: rgb(33, 33, 39);
  font-size: inherit;
  white-space: nowrap;
  vertical-align: middle;
  font-variant-numeric: tabular-nums;
}
.invoice-item-base-total-cell,
.invoice-item-vat-amount-cell,
.invoice-item-line-total-cell {
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.invoice-item-base-total,
.invoice-item-add-base-total,
.invoice-item-vat-amount,
.invoice-item-add-vat-amount,
.invoice-item-line-total,
.invoice-item-add-total {
  min-width: 70px;
  display: inline-block;
  text-align: right;
  color: rgb(33, 33, 39);
  font-size: inherit;
}
.invoice-items-table--editable
  tr.invoice-item-row:not(.invoice-item-row--readonly)
  .invoice-item-base-total,
.invoice-items-table--editable
  tr.invoice-item-add-row
  .invoice-item-add-base-total,
.invoice-items-table--editable
  tr.invoice-item-row:not(.invoice-item-row--readonly)
  .invoice-item-vat-amount,
.invoice-items-table--editable
  tr.invoice-item-add-row
  .invoice-item-add-vat-amount,
.invoice-items-table--editable
  tr.invoice-item-row:not(.invoice-item-row--readonly)
  .invoice-item-line-total,
.invoice-items-table--editable tr.invoice-item-add-row .invoice-item-add-total {
  margin-left: 0;
  min-width: 0;
  text-align: left;
}
.invoice-item-line-total-suffix {
  margin-left: 4px;
  color: rgb(33, 33, 39);
  font-size: inherit;
  white-space: nowrap;
}
.invoice-item-actions-cell button {
  margin: 0;
  padding: 0;
}
.invoice-items-total-cell {
  white-space: nowrap;
  min-width: 96px;
  font-variant-numeric: tabular-nums;
}
.invoice-item-autocomplete-list {
  position: absolute;
  left: 6px;
  right: 16px;
  top: 32px;
  margin-top: 0;
  z-index: 160;
  max-height: 240px;
}
.invoice-item-autocomplete-list .autocomplete-item {
  font-size: inherit;
  line-height: 1.25;
}
.invoice-item-delete-icon {
  position: relative;
  overflow: visible;
  z-index: 3;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: none;
  background: rgba(33, 33, 39, 0.65) url("../img/trash.svg") no-repeat center;
  background-size: 14px 14px;
  color: transparent;
  font-size: 0;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
  transform: none;
  transition:
    background-color 0.18s ease,
    box-shadow 0.18s ease,
    opacity 0.18s ease;
}
.invoice-item-delete-icon::after {
  content: attr(aria-label);
  position: absolute;
  right: calc(100% + 8px);
  left: auto;
  top: 50%;
  bottom: auto;
  transform: translateX(0) translateY(-50%);
  background: rgba(33, 33, 39, 0.95);
  color: white;
  border-radius: 4px;
  padding: 4px 8px;
  font-family: "Roboto";
  font-size: 12px;
  line-height: 1.2;
  white-space: nowrap;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.18s ease,
    visibility 0.18s ease;
  z-index: 250;
}
.invoice-item-delete-icon:hover,
.invoice-item-delete-icon:focus-visible {
  opacity: 1;
  background-color: rgba(33, 33, 39, 0.85);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.35),
    0 6px 14px rgba(0, 0, 0, 0.3);
}
.invoice-item-delete-icon:hover::after,
.invoice-item-delete-icon:focus-visible::after {
  opacity: 1;
  visibility: visible;
}
.photo-card--pending .photo-img {
  filter: grayscale(0.35) brightness(0.85);
}
.photo-card--pending .photo-action {
  opacity: 0;
  pointer-events: none;
}
.photo-upload-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 36px;
  height: 36px;
  margin: -18px 0 0 -18px;
  z-index: 2;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.65);
  border-top-color: rgba(38, 142, 212, 0.95);
  animation: photo-spin 0.9s linear infinite;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}
.photo-card--pending::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.15);
}
.photo-upload-input {
  display: none;
}
.photo-upload-status {
  align-self: center;
  font-size: 12px;
  color: rgba(33, 33, 39, 0.8);
  padding: 0 6px;
  min-height: 16px;
  white-space: nowrap;
}
.photo-action {
  position: absolute;
  bottom: 8px;
  right: 8px;
  overflow: visible;
  z-index: 4;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: none;
  background: rgba(33, 33, 39, 0.65) url("../img/trash.svg") no-repeat center;
  background-size: 14px 14px;
  color: transparent;
  font-size: 0;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  transition:
    opacity 0.15s ease,
    background-color 0.15s ease,
    box-shadow 0.15s ease;
}
#mainInfoDelete {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 12;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: none;
  background: rgba(33, 33, 39, 0.68) url("../img/trash.svg") no-repeat center;
  background-size: 14px 14px;
  color: transparent;
  font-size: 0;
  line-height: 1;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.28);
  transition:
    background-color 0.16s ease,
    box-shadow 0.16s ease;
}
#mainInfoDelete::after {
  content: attr(aria-label);
  position: absolute;
  right: calc(100% + 8px);
  top: 50%;
  transform: translateY(-50%);
  background: rgba(33, 33, 39, 0.95);
  color: white;
  border-radius: 4px;
  padding: 4px 8px;
  font-family: "Roboto";
  font-size: 12px;
  line-height: 1.2;
  white-space: nowrap;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.16s ease,
    visibility 0.16s ease;
}
#mainInfoDelete:hover,
#mainInfoDelete:focus-visible {
  background-color: rgba(33, 33, 39, 0.86);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.35),
    0 10px 20px rgba(0, 0, 0, 0.3);
}
#mainInfoDelete:hover::after,
#mainInfoDelete:focus-visible::after {
  opacity: 1;
  visibility: visible;
}
#mainInfoDelete:disabled {
  opacity: 0.62;
  cursor: wait;
}
.photo-action::after {
  content: attr(aria-label);
  position: absolute;
  right: calc(100% + 8px);
  top: 50%;
  transform: translateY(-50%) translateX(0);
  background: rgba(33, 33, 39, 0.95);
  color: white;
  border-radius: 4px;
  padding: 4px 8px;
  font-family: "Roboto";
  font-size: 12px;
  line-height: 1.2;
  white-space: nowrap;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.18s ease,
    visibility 0.18s ease;
  z-index: 260;
}
@media (hover: hover) and (pointer: fine) {
  .photo-card:hover .photo-action,
  .photo-card:focus-within .photo-action {
    opacity: 1;
    pointer-events: auto;
  }
  .photo-action:hover,
  .photo-action:focus-visible {
    background-color: rgba(33, 33, 39, 0.85);
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.35),
      0 6px 14px rgba(0, 0, 0, 0.3);
  }
  .photo-action:hover::after,
  .photo-action:focus-visible::after {
    opacity: 1;
    visibility: visible;
  }
}
@media (pointer: coarse), (any-pointer: coarse) {
  .photo-action {
    display: none;
  }
}
html.is-touch .photo-action {
  display: none !important;
  opacity: 0;
  pointer-events: none;
}
@keyframes photo-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.popup-error-toast {
  position: fixed;
  top: 24px;
  left: 50%;
  transform: translateX(-50%) translateY(-8px);
  max-width: min(92vw, 520px);
  background: rgba(190, 44, 44, 0.95);
  color: white;
  padding: 18px 22px;
  border-radius: 12px;
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.35);
  z-index: 2005;
  display: none;
  gap: 12px;
  align-items: center;
  opacity: 0;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}
.popup-error-toast.is-visible {
  display: flex;
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.popup-error-message {
  font-family: "Roboto";
  font-size: 16px;
  line-height: 1.35;
  flex: 1;
}
.popup-error-close {
  margin-left: 3px;
}
.popup-success-toast {
  position: fixed;
  top: 24px;
  left: 50%;
  transform: translateX(-50%) translateY(-8px);
  max-width: min(92vw, 520px);
  background: rgba(38, 140, 68, 0.95);
  color: white;
  padding: 18px 22px;
  border-radius: 12px;
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.3);
  z-index: 2005;
  display: none;
  gap: 12px;
  align-items: center;
  opacity: 0;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}
.popup-success-toast.is-visible {
  display: flex;
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.popup-success-message {
  font-family: "Roboto";
  font-size: 16px;
  line-height: 1.35;
  flex: 1;
}
.popup-success-close {
  margin-left: 3px;
}
.popup-info-toast {
  position: fixed;
  top: 24px;
  left: 50%;
  transform: translateX(-50%) translateY(-8px);
  max-width: min(92vw, 520px);
  background: rgba(56, 88, 132, 0.96);
  color: white;
  padding: 18px 22px;
  border-radius: 12px;
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.3);
  z-index: 2005;
  display: none;
  gap: 12px;
  align-items: center;
  opacity: 0;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}
.popup-info-toast.is-visible {
  display: flex;
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.popup-info-message {
  font-family: "Roboto";
  font-size: 16px;
  line-height: 1.35;
  flex: 1;
}
.popup-info-close {
  margin-left: 3px;
}
@media only screen and (max-width: 919px) {
  .invoice-items-scroll {
    overflow-x: visible;
    overflow-y: visible;
  }
  .invoice-items-table,
  .invoice-items-table--editable {
    min-width: 0;
    width: 100%;
    table-layout: auto;
    border-spacing: 0;
    --invoice-box-edit-input-max-width: 170px;
  }
  .invoice-items-table,
  .invoice-items-table tbody {
    display: block;
    width: 100%;
  }
  .invoice-items-table {
    --invoice-mobile-label-width: 132px;
  }
  .invoice-items-table tr:first-child {
    display: none;
  }
  .invoice-items-table tr.invoice-item-row,
  .invoice-items-table tr.invoice-item-add-row {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 9px 0;
    padding: 9px 12px 12px 12px;
    border: 1px solid rgb(38, 142, 212);
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.66);
    background-blend-mode: color;
  }
  .invoice-items-table tr.invoice-item-row td,
  .invoice-items-table tr.invoice-item-add-row td {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box;
    padding: 6px 0;
    border: 0;
    white-space: normal;
    text-align: left;
  }
  .invoice-items-table tr.invoice-item-row td::before,
  .invoice-items-table tr.invoice-item-add-row td::before {
    content: attr(data-column-label);
    flex: 0 0 var(--invoice-mobile-label-width);
    width: var(--invoice-mobile-label-width);
    padding-right: 12px;
    font-family: "Roboto";
    font-weight: bold;
    color: rgba(8, 116, 216, 0.574);
    text-align: left;
  }
  .invoice-items-table tr.invoice-item-row input,
  .invoice-items-table tr.invoice-item-add-row input,
  .invoice-items-table tr.invoice-item-row select,
  .invoice-items-table tr.invoice-item-add-row select {
    flex: 1 1 auto;
    width: 100%;
    max-width: none;
    min-width: 0;
    margin-left: 0;
  }
  .invoice-items-table tr.invoice-item-row .invoice-item-name-input,
  .invoice-items-table tr.invoice-item-add-row .invoice-item-add-name {
    text-align: left;
  }
  .invoice-items-table tr.invoice-item-row .invoice-item-count-input,
  .invoice-items-table tr.invoice-item-add-row .invoice-item-add-count,
  .invoice-items-table tr.invoice-item-row .invoice-item-price-input,
  .invoice-items-table tr.invoice-item-add-row .invoice-item-add-price,
  .invoice-items-table tr.invoice-item-row .invoice-item-vat-rate-input,
  .invoice-items-table tr.invoice-item-add-row .invoice-item-add-vat-rate {
    text-align: left;
  }
  .invoice-items-table tr.invoice-item-row .invoice-item-count-input,
  .invoice-items-table tr.invoice-item-add-row .invoice-item-add-count,
  .invoice-items-table tr.invoice-item-row .invoice-item-price-input,
  .invoice-items-table tr.invoice-item-add-row .invoice-item-add-price,
  .invoice-items-table tr.invoice-item-row .invoice-item-vat-rate-input,
  .invoice-items-table tr.invoice-item-add-row .invoice-item-add-vat-rate {
    flex: 0 1 var(--invoice-box-edit-input-max-width);
    width: min(100%, var(--invoice-box-edit-input-max-width));
    max-width: var(--invoice-box-edit-input-max-width);
    min-width: 0;
  }
  .invoice-items-table
    tr.invoice-item-row
    td.invoice-item-price-cell
    .invoice-item-price-input,
  .invoice-items-table
    tr.invoice-item-add-row
    td.invoice-item-price-cell
    .invoice-item-add-price {
    flex: 0 1 var(--invoice-box-edit-input-max-width);
    width: min(
      100%,
      calc(
        var(--invoice-box-edit-input-max-width) -
          var(--invoice-price-suffix-space, 34px)
      )
    );
    max-width: calc(
      var(--invoice-box-edit-input-max-width) -
        var(--invoice-price-suffix-space, 34px)
    );
    min-width: 0;
  }
  .invoice-items-table
    tr.invoice-item-row
    td.invoice-item-price-cell
    .invoice-item-price-suffix,
  .invoice-items-table
    tr.invoice-item-add-row
    td.invoice-item-price-cell
    .invoice-item-price-suffix {
    margin-left: 0;
  }
  .invoice-items-table
    tr.invoice-item-row
    td.invoice-item-vat-rate-cell
    .invoice-item-vat-rate-input,
  .invoice-items-table
    tr.invoice-item-add-row
    td.invoice-item-vat-rate-cell
    .invoice-item-add-vat-rate {
    flex: 0 1 var(--invoice-box-edit-input-max-width);
    width: min(100%, var(--invoice-box-edit-input-max-width));
    max-width: var(--invoice-box-edit-input-max-width);
    min-width: 0;
  }
  .invoice-items-table
    tr.invoice-item-row
    td.invoice-item-vat-amount-cell
    .invoice-item-vat-amount-suffix,
  .invoice-items-table
    tr.invoice-item-add-row
    td.invoice-item-vat-amount-cell
    .invoice-item-vat-amount-suffix {
    flex: 0 0 auto;
    margin-left: 6px;
  }
  .invoice-items-table
    tr.invoice-item-row.invoice-item-row--readonly
    .invoice-item-base-total,
  .invoice-items-table
    tr.invoice-item-row.invoice-item-row--readonly
    .invoice-item-vat-amount,
  .invoice-items-table
    tr.invoice-item-row.invoice-item-row--readonly
    .invoice-item-line-total {
    margin-left: auto;
    min-width: 0;
  }
  .invoice-items-table.invoice-items-table--editable
    tr.invoice-item-row:not(.invoice-item-row--readonly)
    .invoice-item-base-total,
  .invoice-items-table.invoice-items-table--editable
    tr.invoice-item-add-row
    .invoice-item-add-base-total,
  .invoice-items-table.invoice-items-table--editable
    tr.invoice-item-row:not(.invoice-item-row--readonly)
    .invoice-item-vat-amount,
  .invoice-items-table.invoice-items-table--editable
    tr.invoice-item-add-row
    .invoice-item-add-vat-amount,
  .invoice-items-table.invoice-items-table--editable
    tr.invoice-item-row:not(.invoice-item-row--readonly)
    .invoice-item-line-total,
  .invoice-items-table.invoice-items-table--editable
    tr.invoice-item-add-row
    .invoice-item-add-total {
    margin-left: 0;
    min-width: 0;
    text-align: left;
  }
  .invoice-items-table tr.invoice-item-row td.invoice-item-actions-cell::before,
  .invoice-items-table
    tr.invoice-item-add-row
    td.invoice-item-actions-cell::before {
    content: none;
    display: none;
  }
  .invoice-items-table tr.invoice-item-row td.invoice-item-actions-cell,
  .invoice-items-table tr.invoice-item-add-row td.invoice-item-actions-cell {
    width: 100% !important;
    min-width: 0;
    max-width: none;
    justify-content: flex-end;
  }
  .invoice-items-table
    tr.invoice-item-row
    td.invoice-item-actions-cell
    .invoice-item-delete-icon {
    display: inline-flex !important;
    width: 32px;
    height: 32px;
    min-width: 32px;
    border: none;
    background-color: rgba(33, 33, 39, 0.65);
    background-image: url("../img/trash.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px 14px;
    opacity: 1;
    visibility: visible;
  }
  .invoice-items-table
    tr.invoice-item-row
    td.invoice-item-actions-cell
    .invoice-item-delete-icon:hover,
  .invoice-items-table
    tr.invoice-item-row
    td.invoice-item-actions-cell
    .invoice-item-delete-icon:focus-visible {
    background-color: rgba(33, 33, 39, 0.85);
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.35),
      0 6px 14px rgba(0, 0, 0, 0.3);
  }
  .invoice-items-table
    tr.invoice-item-add-row
    td.invoice-item-actions-cell:empty {
    display: none;
  }
  .invoice-items-table tr.extraTableLine {
    display: flex;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 9px 0;
    padding: 9px 12px;
    border: 1px solid rgb(38, 142, 212);
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.66);
    background-blend-mode: color;
  }
  .invoice-items-table tr.extraTableLine td {
    padding: 0;
    width: auto !important;
    min-width: 0 !important;
    border: 0;
  }
  .invoice-items-table:not(.invoice-items-table--vat)
    tr.extraTableLine
    td:nth-child(2),
  .invoice-items-table:not(.invoice-items-table--vat)
    tr.extraTableLine
    td:nth-child(3),
  .invoice-items-table:not(.invoice-items-table--vat)
    tr.extraTableLine
    td.invoice-item-actions-cell {
    display: none;
  }
  .invoice-items-table--vat tr.extraTableLine td:nth-child(2),
  .invoice-items-table--vat tr.extraTableLine td:nth-child(3),
  .invoice-items-table--vat tr.extraTableLine td:nth-child(4),
  .invoice-items-table--vat tr.extraTableLine td:nth-child(5),
  .invoice-items-table--vat tr.extraTableLine td:nth-child(6),
  .invoice-items-table--vat tr.extraTableLine td.invoice-item-actions-cell {
    display: none;
  }
  .invoice-items-table tr.extraTableLine td:first-child {
    margin-right: 12px;
    white-space: normal;
    font-family: "Roboto";
    font-weight: bold;
    color: rgba(8, 116, 216, 0.574);
  }
  .invoice-items-table tr.extraTableLine td.invoice-items-total-cell {
    margin-left: auto;
    white-space: nowrap;
    text-align: right;
    font-variant-numeric: tabular-nums;
  }
  .invoice-items-table
    tr.invoice-item-row
    td.invoice-item-name-cell
    .invoice-item-autocomplete-list,
  .invoice-items-table
    tr.invoice-item-add-row
    td.invoice-item-name-cell
    .invoice-item-autocomplete-list {
    position: absolute;
    left: calc(var(--invoice-mobile-label-width) + 20px);
    right: 0px;
    width: auto;
    top: 38px;
    margin-top: 0;
  }
  .invoice-items-table--vat tr.extraTableLine td {
    display: none;
  }
  .invoice-items-table--vat tr.extraTableLine td:first-child {
    display: block;
  }
  .invoice-items-table--vat tr.extraTableLine td.invoice-items-total-cell {
    display: block;
  }
  .invoice-items-table--vat
    tr.invoice-item-row
    td.invoice-item-name-cell
    .invoice-item-autocomplete-list,
  .invoice-items-table--vat
    tr.invoice-item-add-row
    td.invoice-item-name-cell
    .invoice-item-autocomplete-list {
    left: calc(var(--invoice-vat-card-label-width) + 20px);
    right: 0px;
    top: 38px;
  }
}
@media only screen and (max-width: 600px) {
  #mainInfoDelete {
    width: 38px;
    height: 38px;
    background-size: 16px 16px;
  }
  .photo-gallery {
    gap: 8px;
    min-height: clamp(110px, 22vh, 180px);
  }
  .photo-gallery:empty::before {
    width: clamp(56px, 22vw, 110px);
    height: clamp(56px, 22vw, 110px);
  }
  .photo-gallery-scroll {
  }
  .photo-card,
  .photo-add-card {
    width: clamp(150px, 52vw, 220px);
    height: clamp(110px, 22vh, 180px);
  }
  .photo-add-card {
    font-size: 16px;
  }
  .photo-add-floating {
    top: 8px;
    right: 8px;
    font-size: 13px;
    padding: 6px 10px;
  }
  .subtable-empty-placeholder {
    min-height: clamp(110px, 22vh, 180px);
  }
  .subtable-empty-placeholder::before {
    width: clamp(56px, 22vw, 110px);
    height: clamp(56px, 22vw, 110px);
  }
  .invoice-item-actions-cell {
    text-align: center;
  }
  .invoice-item-actions-cell button {
    width: 32px;
    height: 32px;
  }
  .invoice-pdf-actions {
    gap: 9px;
  }
  .invoice-pdf-actions .app-button {
    flex: 1 1 240px;
  }
}
.noLineWrap {
  white-space: nowrap;
}
.noPadding {
  padding: 0;
}
.smallPaddingWithoutTop {
  padding: 0 9px 9px 9px;
}
.smallMarginOnlyTop {
  margin: 9px 0 0 0;
}
.noBorder {
  border: none;
}
.noBackground {
  background: none;
}

.account-message {
  margin-top: 10px;
  padding: 10px 12px;
  border-radius: 4px;
  font-size: 14px;
  text-align: left;
}

.account-message--success {
  background: rgba(53, 153, 53, 0.25);
  border: 1px solid rgba(53, 153, 53, 0.66);
}

.account-message--error {
  background: rgba(204, 53, 53, 0.25);
  border: 1px solid rgba(204, 53, 53, 0.66);
}

.account-message--info {
  background: rgba(53, 133, 204, 0.25);
  border: 1px solid rgba(53, 133, 204, 0.66);
}
