/*
! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Inter, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.\!container {
  width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0rem;
  padding-left: 0rem;
}

@media (min-width: 100%) {
  .\!container {
    max-width: 100% !important;
  }

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

@media (min-width: 1440px) {
  .\!container {
    max-width: 1440px !important;
  }

  .container {
    max-width: 1440px;
  }
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.fixed {
  position: fixed;
}

.block {
  display: block;
}

.table {
  display: table;
}

.hidden {
  display: none;
}

.border-collapse {
  border-collapse: collapse;
}

.resize {
  resize: both;
}

.border {
  border-width: 1px;
}

.reservations-table {
  width: 100%;
  table-layout: auto;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 12px;
}

.reservations-table__wrap {
  overflow-x: scroll;
}

@media (min-width: 1280px) {
  .reservations-table__wrap {
    overflow: auto
  }
}

.reservations-table tr td, .reservations-table tr th {
  padding: 12px 16px;
  text-align: center;
  border: 0.5px solid #E0E0E0;
}

.reservations-table tr th {
  padding: 12px 16px;
  background: #F6F6F6;
  font-weight: 500;
}

.reservations-table tr:first-child th:first-child {
  border-top-left-radius: 4px;
}

.reservations-table tr:first-child th:last-child {
  border-top-right-radius: 4px;
}

.reservations-table tr:last-child td:first-child {
  border-bottom-left-radius: 4px;
}

.reservations-table tr:last-child td:last-child {
  border-bottom-right-radius: 4px;
}

.reservations-table .reservations-summary-row td:first-child {
  text-align: left;
}

.reservations-table .reservations-summary-row--bg td {
  background: #E7F6F3;
}

.reservations-table {
  margin-bottom: 36px;
}

.reservations-raport .btn {
  margin-left: auto;
}

.reservations-fields {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 16px 16px;
  border: 1px solid #AFAFAF;
  border-radius: 4px;
  margin-bottom: 30px;
}

.reservations-fields .btn {
  width: 100%;
  text-align: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .reservations-fields {
    flex-direction: row;
    gap: 24px;
    padding: 16px 24px
  }

  .reservations-fields .btn {
    width: -moz-fit-content;
    width: fit-content;
  }
}

.input-group {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
}

@media (min-width: 768px) {
  .input-group {
    width: -moz-fit-content;
    width: fit-content
  }
}

.input-group__label {
  flex-shrink: 0;
}

.input-group__input {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 10px 22px;
  border: 1px solid #E4E4E4;
  border-radius: 4px;
  background: #fff;
  gap: 5px;
  color: #828282;
}

@media (min-width: 768px) {
  .input-group__input {
    width: -moz-fit-content;
    width: fit-content
  }
}

.input-group__input::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background: currentColor;
  -webkit-mask: url(../../dist/img/calendar.svg) no-repeat center / contain;
  mask: url(../../dist/img/calendar.svg) no-repeat center / contain;
}

.input-group__input input {
  width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .input-group__input input {
    width: 80px
  }
}

.msg {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 16px;
  padding: 16px 24px;
  margin-bottom: 30px;
  border-radius: 4px;
}

.msg strong {
  font-weight: 500;
}

.msg--info, .msg--warning{
  background: #F7E7CC;
}

.msg--success{
  background: #E7F6F3;
}

@media (min-width: 768px) {
  .msg {
    align-items: center;
    flex-direction: row;
    gap: 80px
  }
}

.text-msg {
  margin-bottom: 26px;
}

.btn {
  display: flex;
  align-items: center;
  padding: 10px 16px;
  border-radius: 4px;
  background-color: #18AD88;
  border: 1px solid #18AD88;
  line-height: 30px;
  color: #fff;
  gap: 10px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.btn:hover,
  .btn:focus,
  .btn:active {
  background: #006B51;
  border-color: #006B51;
  color: #fff;
}

.btn--pdf::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: currentColor;
  -webkit-mask: url('../../dist/img/pdf.svg') no-repeat center / contain;
  mask: url('../../dist/img/pdf.svg') no-repeat center / contain;
}

.btn--outline {
  color: #333;
  border-color: #909090;
  background: #fff;
}

.btn--outline:hover {
  background: #006B51;
  border-color: #006B51;
  color: #fff;
}

.btn--gray {
  color: #909090;
  border-color: #909090;
  background-color: transparent;
}

.btn--gray:hover {
  background: #006B51;
  border-color: #006B51;
  color: #fff;
}

.objects {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
}

@media (min-width: 640px) {
  .objects {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px
  }
}

@media (min-width: 1280px) {
  .objects {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px
  }
}

.objects-item {
  padding: 20px;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid #E4E4E4;
}

.objects-item__thumb {
  margin-top: -20px;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 20px;
  height: auto;
  aspect-ratio: 2 / 1.5;
}

.objects-item__thumb > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.objects-item__label {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 300;
  color: #7D7D7D;
}

.objects-item__name {
  font-size: 24px;
}

.objects-item__actions {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.view-top {
  margin-bottom: 70px;
}

.view-top__title {
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 300;
}

.view-top__title span {
  font-weight: 700;
  color: #18AD88;
}

@media (min-width: 768px) {
  .view-top__title {
    font-size: 40px
  }
}

.view-top__breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  font-size: 12px;
}

.view-top__breadcrumb > a {
  color: #7D7D7D;
}

.view-top__breadcrumb > a:hover {
  color: #18AD88;
}

.view-top__breadcrumb > img {
  width: 4px;
  height: 7px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

body .flatpickr-months {
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

body .flatpickr-months .flatpickr-prev-month {
  left: auto !important;
  right: 34px;
}

body .flatpickr-months .flatpickr-current-month {
  left: 0 !important;
  padding: 0 !important;
  padding-left: 14px !important;
  display: flex;
  align-items: center;
}

body .flatpickr-months .flatpickr-current-month input,
                body .flatpickr-months .flatpickr-current-month select {
  font-weight: 700;
  font-size: 24;
}

body .flatpickr-months .flatpickr-next-month, 
            body .flatpickr-months .flatpickr-prev-month {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  padding: 0;
}

body .flatpickr-months .flatpickr-next-month::after, body .flatpickr-months .flatpickr-prev-month::after {
  content: '';
  width: 14px;
  height: 14px;
  background: currentColor;
}

body .flatpickr-months .flatpickr-next-month svg, body .flatpickr-months .flatpickr-prev-month svg {
  display: none;
}

body .flatpickr-months .flatpickr-next-month::after {
  -webkit-mask: url('../../dist/img/caret.svg') no-repeat center / contain;
  mask: url('../../dist/img/caret.svg') no-repeat center / contain;
}

body .flatpickr-months .flatpickr-prev-month::after {
  transform: rotate(180deg);
  -webkit-mask: url('../../dist/img/caret.svg') no-repeat center / contain;
  mask: url('../../dist/img/caret.svg') no-repeat center / contain;
}

body .flatpickr-calendar {
  padding-bottom: 20px;
}

body .flatpickr-calendar .flatpickr-day {
  border: 0.5px solid #E0E0E0 !important;
  border-radius: 1000px !important;
}

body .flatpickr-calendar .flatpickr-day.selected {
  font-weight: 700 !important;
  background: #18AD88 !important;
}

body .flatpickr-calendar .flatpickr-day.nextMonthDay,
            body .flatpickr-calendar .flatpickr-day.prevMonthDay {
  background: #F2F3F7 !important;
  color: #A8A8A8 !important;
}

body .dayContainer {
  justify-content: center;
}

body .flatpickr-weekdaycontainer {
  justify-content: center !important;
}

body .flatpickr-weekdaycontainer .flatpickr-weekday {
  display: block !important;
  max-width: 39px !important;
}

.main-template {
  display: flex;
}

.main-template__nav {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 100px;
  width: 100%;
  height: 100vh;
  border-right: 1px solid #E4E4E4;
  flex-shrink: 0;
  z-index: 50;
  box-shadow: 0px 26px 40px rgba(0, 0, 0, 0.07);
  background: #fff;
  padding-top: 100px;
  transform: translateX(-100%);
  transition: all .2s ease-in-out;
}

.main-template__nav.show {
  transform: translateX(0);
}

@media (min-width: 1024px) {
  .main-template__nav {
    transform: none;
    padding-top: 0;
    width: 300px;
    position: sticky;
    box-shadow: none
  }
}

.main-template__nav-mobile {
  display: flex;
  gap: 16px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 25px;
  width: 100%;
}

@media (min-width: 1024px) {
  .main-template__nav-mobile {
    display: none
  }
}

.main-template__nav-main {
  padding-top: 40px;
  padding-right: 30px;
  padding-left: 30px;
}

.main-template__logo {
  width: 100%;
  max-width: 180px;
  height: auto;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.main-template__nav-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 15px 50px;
  background: #E7F6F3;
}

.main-template__nav-footer i {
  display: block;
  width: 40px;
  height: 40px;
  background: currentColor;
  -webkit-mask: url('../../dist/img/phone.svg') no-repeat center / contain;
  mask: url('../../dist/img/phone.svg') no-repeat center / contain;
}

.main-template__nav-footer p {
  text-align: center;
  font-weight: 500;
}

.main-template__nav-footer p + p {
  font-weight: 400;
}

.main-template__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 100px;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 80px;
  padding-bottom: 30px;
  min-height: 100vh;
}

@media (min-width: 768px) {
  .main-template__content {
    padding-left: 32px;
    padding-right: 32px
  }
}

.main-template__footer {
  text-align: center;
  font-size: 14px;
  font-weight: 300;
}

.main-menu {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.main-menu__item {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.main-menu__item::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: currentColor;
}

.main-menu__item--calendar::before {
  -webkit-mask: url('../../dist/img/menu-calendar.svg') no-repeat center / contain;
  mask: url('../../dist/img/menu-calendar.svg') no-repeat center / contain;
}

.main-menu__item--raport::before {
  -webkit-mask: url('../../dist/img/menu-raport.svg') no-repeat center / contain;
  mask: url('../../dist/img/menu-raport.svg') no-repeat center / contain;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.na-terms__loader {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0px 26px 40px rgba(0, 0, 0, 0.07);
  margin: 40px auto;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  z-index: 1000;
}

.na-terms__loader.loading {
  display: flex;
}

.na-terms__loader figure {
  width: 60px;
  height: 60px;
}

.na-terms__loader figure::before {
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  -webkit-mask: url('../../dist/img/loader.svg') no-repeat center / contain;
  mask: url('../../dist/img/loader.svg') no-repeat center / contain;
  background: #08B98A;
  animation: spin 1.5s linear infinite;
}

.na-terms__loader span {
  font-size: 20px;
}

.na-terms__title {
  justify-content: center;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.na-terms__item.loading {
  display: none;
}

.na-terms__subtitle {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

.na-terms__term {
  padding: 30px 20px;
  box-shadow: 0px 26px 40px rgba(0, 0, 0, 0.07);
  border-radius: 8px;
}

.na-terms__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .na-terms__grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (min-width: 1280px) {
  .na-terms__grid {
    grid-template-columns: repeat(3, 1fr)
  }
}

.na-terms__table {
  width: 100%;
  border-collapse: separate;
  margin-top: 25px;
}

.na-terms__table th,
		.na-terms__table td {
  width: 14.28%;
  padding: 10px;
  text-align: center;
  border: 1px solid #ccc;
  height: auto;
  aspect-ratio: 1 / 1;
  position: relative;
  color: #000;
  border-radius: 1000px;
  overflow: hidden;
}

.na-terms__table th {
  border: 0;
  font-weight: 700;
}

.na-terms__table .day {
  font-size: 14px;
}

.na-terms__table tr {
  position: relative;
}

.no-reservation {
  background-color: #fff;
  color: #000;
}

.split-reservation {
  background-color: #fff;
  position: relative;
}

.split-reservation span.day-number {
  position: relative;
  z-index: 2;
}

.split-reservation::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.split-reservation.color-0-0::before {
  background: linear-gradient(to right, #08B98A 50%, transparent 50%);
}

.split-reservation.color-1-1::before {
  background: linear-gradient(to right, #00DAA0 50%, transparent 50%);
}

.split-reservation.color-0-1::before {
  background: linear-gradient(to right, #08B98A 48%, #fff 48%, #fff 52%, #08B98A 52%);
}

.split-reservation.color-1-0::before {
  background: linear-gradient(to right, #08B98A 48%, #fff 48%, #fff 52%, #08B98A 52%);
}

.split-reservation > .day {
  position: relative;
  z-index: 2;
}

.split-reservation:hover {
  background: #333 !important;
  color: #fff !important;
}

.split-reservation:hover::before {
  display: none;
}

.single-reservation.color-770 {
  background-color: #009fe3;
}

.single-reservation.color-1262 {
  background-color: #FF5A5F;
}

.single-reservation > .day {
  z-index: 10;
  position: relative;
  pointer-events: none;
}

.single-reservation.start-half::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
  clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
  z-index: 2;
}

.single-reservation.end-half::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
  clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
  z-index: 2;
}

.single-reservation:hover {
  background: #333 !important;
  color: #fff !important;
}

.single-reservation:hover::before,
		.single-reservation:hover::after {
  display: none;
}

.reservation-info {
  display: none;
  justify-content: center;
  gap: 40px;
  position: absolute;
  bottom: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: #fff;
  padding: 14px 16px;
  border-radius: 8px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  color: #000;
  z-index: 100;
}

.reservation-info__item {
  display: flex;
  align-items: center;
  gap: 16px;
  width: -moz-fit-content;
  width: fit-content;
}

.reservation-info.active {
  display: flex;
}

.reservation-info div {
  width: 16px;
  height: 16px;
  border-radius: 16px;
}

.na-heading {
  margin-bottom: 35px;
}

.na-desc {
  margin-bottom: 50px;
}

.na-form__legend {
  display: flex;
  gap: 8px 24px;
  flex-wrap: wrap;
  padding: 16px 26px;
  border: 0.5px solid #AFAFAF;
  border-radius: 4px;
  margin-bottom: 20px;
}

.na-form__info {
  display: flex;
  gap: 8px;
  align-items: center;
}

.na-form__info figure {
  width: 16px;
  height: 16px;
  border-radius: 1000px;
  flex-shrink: 0;
  border: 0.5px solid #D1D1D1;
}

.login-page {
  position: relative;
}

.login-page__inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 100px;
  min-height: 100vh;
  padding-top: 60px;
  padding-bottom: 20px;
  padding-left: 25px;
  padding-right: 25px;
}

@media (min-width: 768px) {
  .login-page__inner {
    width: 50%
  }
}

.login-page__img {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}

.login-page__img > img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 768px) {
  .login-page__img {
    display: block
  }
}

.login-page__logo,
    .login-page__form-wrapper,
    .login-page__copy {
  width: 100%;
  max-width: 450px;
}

.login-page__copy {
  text-align: center;
}

.login-page__logo > img {
  max-width: 400px;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.login-page__title,
    .login-page__subtitle {
  text-align: center;
}

.login-page__title {
  font-weight: 500;
  font-size: 26px;
  margin-bottom: 8px;
}

.login-page__subtitle {
  font-size: 18px;
  margin-bottom: 60px;
}

.login-page .btn {
  border-radius: 8px;
  margin-top: 24px;
  font-size: 18px;
  width: 100%;
}

.login-page__error {
  font-size: 18px;
  margin-bottom: 24px;
  color: red;
}

.login-page__link {
  text-align: center;
  margin-top: 16px;
}

.login-page__link a {
  color: #18AD88;
  text-decoration: underline;
}

.input-wrapper {
  position: relative;
  display: block;
}

.input-wrapper::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 24px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  background: #AAAAAA;
}

.input-wrapper .input {
  font-size: 18px;
  padding: 16px 60px 16px 24px;
  border: 1px solid #AAAAAA;
  width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.input-wrapper + .input-wrapper .input {
  border-top: 0;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.input-wrapper--mail::after {
  -webkit-mask: url('../../dist/img/login-mail.svg') no-repeat center / contain;
  mask: url('../../dist/img/login-mail.svg') no-repeat center / contain;
}

.input-wrapper--pass::after {
  -webkit-mask: url('../../dist/img/login-pass.svg') no-repeat center / contain;
  mask: url('../../dist/img/login-pass.svg') no-repeat center / contain;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 25px;
  pointer-events: none;
}

.site-header .container {
  display: flex;
  gap: 16px;
  align-items: center;
}

@media (min-width: 1024px) {
  .site-header {
    padding-top: 72px;
    padding-left: 50px;
    padding-right: 50px
  }
}

.logout-btn {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  gap: 16px;
  padding: 12px 24px;
  border-radius: 4px;
  border: 1px solid #eee;
  box-shadow: 0px 26px 40px rgba(0, 0, 0, 0.07);
  margin-left: auto;
  transition: all .2s ease-in-out;
  background: white;
  pointer-events: all;
}

.logout-btn::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: currentColor;
  -webkit-mask: url('../../dist/img/exit.svg') no-repeat center / contain;
  mask: url('../../dist/img/exit.svg') no-repeat center / contain;
}

.logout-btn:hover,
    .logout-btn:focus,
    .logout-btn:active {
  color: #fff;
  background: #006B51;
  border-color: #006B51;
}

.menu-btn {
  pointer-events: all;
  padding: 10px 10px;
  border-radius: 4px;
  border: 1px solid #eee;
  box-shadow: 0px 26px 40px rgba(0, 0, 0, 0.07);
  background: #fff;
}

.menu-btn::before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background: currentColor;
  -webkit-mask: url('../../dist/img/menu.svg') no-repeat center / contain;
  mask: url('../../dist/img/menu.svg') no-repeat center / contain;
}

.menu-btn:hover,
    .menu-btn:focus,
    .menu-btn:active {
  color: #fff;
  background: #006B51;
  border-color: #006B51;
}

@media (min-width: 1024px) {
  .menu-btn {
    display: none
  }
}

.show .menu-btn {
  color: #fff;
  background: #006B51;
  border-color: #006B51;
}

main {
  transition: all .3s ease-in-out;
}

html {
  font-size: 14px;
  font-family: "Inter", sans-serif;
  color: #333;
}

html:has(.na-terms__loader.loading) {
  overflow-y: hidden;
}

html:has(.na-terms__loader.loading) main {
  filter: blur(3px);
  opacity: 0.4;
}
