@import url("https://fonts.cdnfonts.com/css/formular");
@import url("https://fonts.cdnfonts.com/css/domaine-display-narrow");
@import "../fonts/stylesheet.css";

@font-face {
  font-family: "FormularW01";
  src: url("../fonts/FormularW01-Medium.woff2") format("woff2"),
    url("../fonts/FormularW01-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Copyright Klim Type Foundry";
  src: url("../fonts/DomaineText-Regular.woff2") format("woff2"),
    url("../fonts/DomaineText-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "FormularW01";
  src: url("../fonts/FormularW01-Medium.woff2") format("woff2"),
    url("../fonts/FormularW01-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

#content {
  width: 100vw;
  max-width: 100vw;
}

.page-header {
  display: none;
}

.cb-form-container {
  display: flex;
  width: 100%;
  min-width: 100%;
}

.sidebar {
  width: 20%;
  height: auto;
  background: #fdfcf7;
  padding: 80px 80px 80px 0;
  display: none;
}

.sidebar ul {
  list-style: none;
  padding: 0;
}

.sidebar li {
  display: flex;
  gap: 26px;
  margin-bottom: 24px;
}

.sidebar-number {
  font-family: "DomaineText", sans-serif;
  border: 1px solid #968b85;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  color: #a99a96;
}

.sidebar li .cb-sidebar-text {
  font-family: "DomaineText";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #968b85;
  align-self: center;
}

.sidebar li.button-active .cb-sidebar-text {
  color: #0f2b40;
}

.sidebar li.button-active .sidebar-number {
  border: 1px solid #0f2b40;
  color: #0f2b40;
}

.cb-summary h2 {
  font-family: "DomaineText", sans-serif !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.cb-summary-title {
  color: #0f2b40;
  font-family: "DomaineText", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.selected-service,
.selected-time,
.selected-service-price {
  color: #0f2b40;
  font-family: "FormularW02", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 24px;
}

.main-content {
  width: 80%;
  height: auto;
  background: #f4f3e8;
  padding: 80px;
  display: none;
}

.step {
  display: none;
}

.step.active {
  display: block;
}
#step2.active {
  margin-top: -40px;
}

/* First step */

.row {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

#objectsRow1 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 657px;
}

.object-link,
.mobile-object-link {
  width: fit-content;
  height: 72px;
  padding: 0 20px;
  border: 1px solid #a99a96;
  border-radius: 6px;
  font-style: normal;
  font-weight: 100;
  font-size: 18px;
  line-height: 32px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #0f2b40 !important;
  text-decoration: none !important;
  cursor: pointer;
  background-color: transparent;
  font-family: "FormularW02", sans-serif !important;
  transition: background-color 0.2s;
}

.type-button {
  width: fit-content;
  padding: 10px 24px;
  border: 1px solid #a99a96;
  border-radius: 10px;
  font-style: normal;
  position: relative;
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
  display: flex;
  align-items: center;
  text-align: right;
  color: #0f2b40;
  text-decoration: none !important;
  cursor: pointer;
  background-color: #fff;
  font-family: "Formular";
  height: 52px;
}

.type-button:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #a99a96;
  margin-right: 15px;
}

.type-button.selected,
.type-button:focus {
  outline: none;
  background-color: white;
  color: inherit;
}

.type-button.selected:before {
  background: #a99a96;
}

.type-button:hover {
  background: inherit;
  background-color: #fff;
  color: inherit;
}

.mobile-object-link {
  padding: 10px 20px;
}

.mobile-object-link.selected,
.object-link:hover,
.object-link.selected {
  background-color: #968b85;
  border: 1px solid #968b85;
  color: #fff !important;
  outline: none;
}
.object-link.selected {
  color: #fdfcf7 !important;
}

.nestedList {
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 15px;
}

.nestedList li {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #a99a96;
  height: 66px;
  align-items: center;
  font-family: "FormularW02", sans-serif;
  font-weight: 300;
  color: #0f2b40;
  padding-right: 30px;
  margin: 0;
  transition: opacity 0.3s;
}

.service-link {
  padding: 0 5px;
}

.nestedList li.selected {
  background-color: #e6dcc8;
}

.nestedList li.hide-service {
  display: none;
}

.nestedList li .booking-price {
  margin-left: 10px;
  padding-right: 30px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  pointer-events: none;
}

.loading:after,
.nestedList li.selected:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../images/check.svg") no-repeat center center;
  border-radius: 50%;
  display: block;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -12px;
}

.loading:after {
  right: 10px;
}

.nestedList li div {
  width: 24px;
  height: 24px;
  background: #968b85;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Second step */

.cb-next-prev-week {
  display: flex;
  justify-content: flex-end;
  gap: 20px 40px;
  margin-bottom: 40px;
  align-items: center;
  min-height: 48px;
}

.cb-next-week,
.cb-prev-week,
.cb-current-week {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  width: 122px;
  justify-content: center;
}
.cb-current-week {
  width: 78px;
}

.cb-next-week-number,
.cb-prev-week-number,
.cb-current-week-number {
  font-family: "DomaineText", sans-serif;
  font-weight: 400;
  font-size: 18px;
  display: flex;
  gap: 5px;
}
.cb-current-week-number {
  font-weight: 600;
}
.person-number-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
  width: 80% !important;
}

.person-number-wrapper .cb-form-input {
  border-radius: 6px !important;
}

.person-number-wrapper .cb-form-input:focus {
  outline: none;
}

#calendar-table {
  border-spacing: 0;
  position: relative;
  border-radius: 8px;
  border-collapse: separate;
  overflow: hidden;
  border: 1px solid #a99a96;
  max-height: 450px;
  min-height: 450px;
  height: 450px;
  width: 100%;
  overflow-y: auto;
  display: inline-block;
  position: relative;
  transition: all 0.3s;
}

.table-container .table-loader {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid #000;
  border-bottom-color: transparent;
  border-radius: 50%;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  position: absolute;
  margin: 0 auto;
  right: 0;
  left: 0;
  top: 44%;
  transform: translateY(-50%);
  z-index: 9999;
}

.button-loader {
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  position: absolute;
  right: 10px;
  top: 29%;
  transform: translateY(-50%);
  display: none;
}

.booking-loader {
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #000;
  border-bottom-color: transparent;
  border-radius: 50%;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  margin: 0 auto 190px auto;
  right: 0;
  left: 0;
  top: 0;
  z-index: 9999;
}

.table-container {
  position: relative;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#calendar-table::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(170, 155, 151, 0.4);
  background-color: rgba(170, 155, 151, 0.4);
}

#calendar-table::-webkit-scrollbar {
  width: 2px;
  height: 90%;
  background-color: #ffffff00;
}

#calendar-table::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px #0f2b40;
  background-color: #0f2b40;
  border-radius: 10px;
}
#calendar-table::-webkit-scrollbar-track {
  margin-top: 5px;
  margin-bottom: 5px;
}

.choose-filter {
  font-size: 18px;
  font-family: "FormularW03", sans-serif;
  font-weight: 400;
  margin-top: 20px;
}

#calendar-table .cb-table-td:not(:last-child) {
  border-right: 1px solid #a99a96;
}

#calendar-table > tr:not(:last-child) > td {
  border-bottom: 1px solid #a99a96;
}

#calendar-table .cb-table-tr {
  background: #f4f3e8 !important;
  position: relative;
  z-index: 2;
}

#calendar-table .cb-table-td {
  border: none;
  padding: 0;
  width: 154px !important;
  font-family: "FormularW01";
}

#calendar-table .cb-table-tr:first-child {
  height: 63px;
  position: sticky;
  top: 0;
  z-index: 3;
}

#calendar-table .cb-table-tr:first-child .cb-table-td {
  padding: 20px 10px;
  text-align: center;
}

#calendar-table .cb-table-tr:last-child {
  height: 383px;
}

#calendar-table .cb-table-tr:last-child .cb-table-td {
  padding: 0;
  text-align: center;
}

#calendar-table .cb-table-tr .cb-table-td ul {
  padding: 0;
}

#calendar-table .cb-table-tr .cb-table-td ul li {
  list-style: none;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #a99a96;
  background: #f4f3e8;
}

#calendar-table .cb-table-tr .cb-table-td ul li:last-child {
  border-bottom: none;
}

.table-li-selected {
  background: #e6dcc8 !important;
}

.table-li-filled {
  display: grid !important;
  padding: 10px;
  cursor: pointer;
}

.table-span-filled {
  color: #0f2b40;
  text-align: center;
  font-family: var(--e-global-typography-355e7fe-font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  pointer-events: none;
  font-family: "FormularW01", sans-serif;
}

.table-span-filled * {
  color: #0f2b40 !important;
}

.table-terapeut-filled {
  color: #0f2b40;
  text-align: center;
  font-family: "FormularW02", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px;
  pointer-events: none;
}

.cell-top {
  font-family: "FormularW01";
  font-weight: 500;
  font-size: 16px;
}

.cell-top,
.cell-bottom {
  background: #fdfcf7;
}

#calendar-table .cell-bottom-empty {
  padding: 50px 10px !important;
  font-family: "FormularW02", sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

/* Third step */

.checkboxes {
  display: grid;
  justify-items: flex-start;
}

#myForm {
  display: grid;
  justify-content: center;
}

.cb-form-label {
  font-size: 16px;
  font-family: "FormularW02", sans-serif;
  font-weight: 400;
}

.cb-form-label,
.checkbox-label {
  width: 100%;
  max-width: 666px;
  margin-bottom: 24px;
  font-style: normal;
  line-height: 24px;
  color: #0f2b40;
  cursor: pointer;
}

.cb-form-input {
  margin-top: 8px;
  background: #fdfcf7;
  border: 1px solid #a99a96 !important;
  border-radius: 0 !important;
  height: 52px;
  font-family: "FormularW02", sans-serif;
}

.cb-form-textarea {
  margin-top: 8px;
  background: #fdfcf7;
  border: 1px solid #a99a96 !important;
  height: 100px;
  border-radius: 0 !important;
  font-family: "FormularW02", sans-serif;
}

.cb-form-textarea:focus {
  outline: none;
}

.checkbox-label {
  font-size: 14px;
  font-weight: 300;
  font-family: "Formular", sans-serif;
}

.checkbox-label p {
  margin: 0;
}

.checkbox-label p a {
  text-decoration: underline;
}

#mySubmitButton {
  width: 200px;
}

.submit-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 40px;
  width: 118px;
  background: #19848b;
  border-radius: 6px !important;
  border: 0 !important;
  color: #fdfcf7;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  min-width: 156px;
  text-align: center;
  cursor: pointer;
  position: relative;
}

.nestedListContainer {
  display: none;
}

.nestedListContainer.active {
  display: block;
}

.cb-buttons-wrapper {
  display: flex;
  gap: 40px;
  margin: 0 0 20px 0;
  width: 100%;
  align-items: flex-end;
  flex-direction: column;
}

.cb-buttons-wrapper div {
  display: flex;
  gap: 16px;
}

.main-content .cb-buttons-wrapper a {
  text-align: center;
  text-decoration: underline !important;
  font-weight: 500;
}
.first-back-btn {
  display: none;
}
.cb-back-button:focus {
  border: 1px solid #3b6cb2;
  background-color: transparent;
  outline: none;
  color: #968b85;
}
.first-back-btn,
.second-back-btn,
.submit-button,
#next-button {
  font-family: "DomaineText", sans-serif !important;
  width: 200px;
}

.form-buttons-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}

.cb-back-button {
  display: none;
  border-radius: 6px;
  background: transparent;
  border: 1px solid rgba(169, 154, 150, 1);
  color: rgba(169, 154, 150, 1);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 12px 60px;
  font-family: "Formular", sans-serif;
}

.cb-back-button:hover {
  background: #968b85;
  border: 1px solid #968b85;
  color: #fdfcf7;
}

#myForm .checkbox-label,
#myForm .cb-form-label {
  position: relative;
}

#myForm .checkbox-label input.error {
  border: 1px solid rgba(160, 58, 56, 1);
}

.person-input-wrapper {
  width: 100% !important;
}

.phone-label {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.phone-with-country-code {
  display: flex;
  gap: 8px;
  width: 100%!important;
}

.phone-country-code-select {
  flex: 0 0 82px;
  width: 104px;
  padding: 0 14px;
  border-radius: 7px !important;
}

.phone-with-country-code .phone-number-input {
  flex: 1 1 0;
  min-width: 0;
  width: 100%;
}

#myForm .checkbox-label span.error,
#myForm .cb-form-label span.error,
span#personnumer-error,
span#phone-error {
  color: rgba(160, 58, 56, 1);
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  position: absolute;
  left: 0;
  bottom: -20px;
}
span#personnumer-error,
span#phone-error,
#option1-error {
  position: static;
  font-style: normal;
  cursor: pointer;
  font-family: "FormularW02", sans-serif;
}

#myForm .submit-button,
.cb-next-button {
  border-radius: 6px;
  background: #19848b;
  border: 1px solid #19848b;
  color: white;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 12px 60px;
  font-family: "Formular", sans-serif;
}

#myForm .submit-button:hover {
  background: #0f2b40;
}

#myForm .submit-button:active {
  background: #19848b;
  transform: scale(0.95);
}

#myForm .submit-button:focus {
  background: #0f2b40;
}

.cb-next-button:hover {
  background: #0f2b40;
}

.cb-next-button:active {
  background: #19848b;
  transform: scale(0.95);
}
.cb-next-button:focus {
  background: #0f2b40;
}
.cb-next-button {
  position: relative;
}

.term-desc {
  padding: 40px 0 30px;
  font-family: "FormularW02", sans-serif;
  font-weight: 300;
  max-width: 657px;
  min-height: 200px;
  color: #0f2b40;
  line-height: 32px;
  font-size: 18px;
}

.cb-type-button-wrapper h5 {
  font-size: 18px;
  font-family: "Formular, sans-serif";
  font-weight: 400;
  line-height: 32px;
}

.cb-type-button-wrapper .inner {
  display: flex;
  gap: 20px;
}

.cb-sub-category-wrap {
  margin-top: 20px;
  width: 100%;
}

.date-time {
  margin-bottom: 24px !important;
  display: block;
}

.wrap-category-posts {
  width: 100%;
  cursor: default;
  position: relative;
}

.nestedListOpen {
  height: fit-content !important;
  transition: all 0.2s !important;
}

.wrap-category-posts:last-child .nestedListOpen {
  /* margin-bottom: 15px; */
}

.category-hidden {
  display: none;
}

.wrap-category-posts h3 {
  position: relative;
  height: 66px;
  margin: 0;
  display: flex;
  align-items: center;
  font-family: "DomaineText" !important;
  width: fit-content;
  font-size: 22px;
}

.wrap-category-posts h3::before {
  content: "";
  position: absolute;
  bottom: 23px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #0f2b40;
}

.cb-buttons-wrapper button:focus {
  outline: none;
}

/*Mobile calendar*/

#mobile-calendar {
  display: none;
}

.mobile-date-container {
  margin: 10px;
}

.mobile-time-slot {
  cursor: pointer;
  padding: 16px 0;
  background: #fdfcf7;
  border-bottom: 1px solid rgba(169, 154, 150, 1);
  color: #0f2b40;
  font-family: "Formular", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px;
}

.mobile-time-slot:last-of-type {
  border: none;
}

.mobile-time-slot-wrap {
  border-top: 1px solid rgba(169, 154, 150, 1);
  margin: 28px 0 0;
}

.mobile-time-slot-selected {
  position: relative;
  background: #f4f3e8;
}

.mobile-time-slot-selected:after {
  content: "";
  width: 18px;
  height: 18px;
  background: url("../images/check.svg") no-repeat center center;
  border-radius: 50%;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -9px;
}

.mobile-no-times {
  margin: 5px 0;
  padding: 5px;
  font-style: italic;
  color: #888;
  text-align: center;
}

.mobile-object-link {
  display: none;
}

.cb-mobile-dropdown {
  display: none !important;
}

.cb-form-container label input,
.cb-form-container label textarea {
  margin-top: 8px;
  border-radius: 6px !important;
}

.cb-form-container label input:focus {
  outline: none;
}

.cb-form-container .checkbox-label {
  font-size: 16px;
  color: #0f2b40;
}

.cb-form-container .checkbox-label > a {
  color: #19848b;
}

.cb-form-container .checkbox-label input {
  appearance: none;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #a99a96;
  margin-top: 0;
  margin-right: 16px;
}

.cb-form-container .checkbox-label {
  display: flex;
  align-items: center;
}

.cb-form-container .checkbox-label input:checked {
  background: url("../images/check-white.svg") no-repeat center center;
  background-color: #a99a96;
}

.loading {
  position: relative;
}

.arrows-wrapper {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.mobile-dropdown-rotated {
  transform: rotate(360deg) !important;
  margin-top: 0 !important;
}
.dropdown-rotated {
  transform: rotate(180deg) !important;
}

.dropdown-arrow {
  display: none;
  right: -26px;
  width: 15px;
  height: 12px;
  background: url(../images/black-arrow.svg) no-repeat center center;
  background-size: auto;
  margin-top: 3px;
  position: absolute;
  right: 20px;
  top: 25px;
  pointer-events: none;
}

.main-page-loader-container {
  margin: 0 auto;
}

.main-page-loader-container p {
  font-family: "DomaineText", sans-serif;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.5s, opacity 0.5s;
}

/*.loading::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
  margin-left: -30px;
  width: 24px;
  height: 24px;
  border-radius: 50px;
  border: 3px solid #968B85;
  border-top-color: #0F2B40;
  -webkit-animation: loading 2s linear infinite;
  animation: loading 2s linear infinite;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}*/

@media only screen and (max-width: 992px) {
  .main-content .cb-buttons-wrapper a {
    margin: 0 0 0 auto !important;
  }
  .first-termins-message-desktop {
    display: none;
  }

  .first-termins-message-mobile {
    display: block !important;
  }

  #step2.active {
    margin-top: 0;
  }

  .available-times-message {
    padding: 0 20px;
    margin: 40px 0 15px auto !important;
  }

  .term-desc {
    min-height: auto;
  }

  .cb-dropdown-wrapper {
    display: flex;
    align-items: center;
    padding: 20px;
    font-family: "DomaineTextW02", sans-serif;
    font-size: 18px;
    color: #2a3b47;
  }

  .date-time {
    margin-top: 24px !important;
  }

  #cb-dropdown-toggle {
    display: none;
    margin-left: auto;
  }
  .dropdown-arrow {
    display: block;
  }
  .mobile-dropdown-arrow {
    display: none;
    right: -26px;
    width: 15px;
    height: 12px;
    background: url(../images/black-arrow.svg) no-repeat center center;
    background-size: auto;
    top: 50%;
    margin-top: 3px;
    transform: rotate(180deg);
  }

  a.mobile-object-link {
    display: flex;
    padding: 0 25px;
  }

  .nestedList {
    display: block;
  }
  .cb-sub-category-wrap {
    columns: 1;
  }
  .table-container .table-loader {
    top: -22px;
    transform: translateY(0);
    height: 25px;
    width: 25px;
  }

  .main-content {
    background: #fdfcf7;
    width: 100%;
    padding: 0;
  }

  .cb-mobile-dropdown {
    display: block !important;
  }

  #step1,
  #step2,
  #step3 {
    padding: 20px 20px 0 20px;
  }

  .mobile-object-link {
    display: block;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    font-size: 22px;
    padding: 9px 24px;
    font-family: "DomaineText", sans-serif !important;
    font-weight: 600 !important;
  }

  #objectsRow1 {
    display: none;
  }

  .sidebar {
    display: none !important;
  }

  .object-link {
    width: 100%;
  }

  .type-button {
    width: 100%;
    margin: 0 0 10px 0;
  }

  .wrap-category-posts h4 {
    margin: 38px 0 24px 0;
    font-size: 28px;
    position: relative;
  }

  .cb-category-desktop-data {
    display: grid;
    gap: 10px;
  }

  .nestedList li {
    font-size: 22px;
    line-height: 1;
    font-weight: 400;
  }

  .cb-type-button-wrapper,
  .cb-sub-category-wrap {
    display: block !important;
    width: 100%;
  }

  .cb-sub-category-wrap {
    margin-bottom: 20px;
  }

  .wrap-category-posts {
    width: 100%;
    cursor: pointer;
  }

  .nestedList {
    max-width: 100%;
    height: 0;
    overflow: hidden;
  }

  #calendar-table {
    display: none;
  }

  #mobile-calendar {
    display: block;
  }

  #objectsRow1 {
    gap: 0;
  }

  .object-link,
  .type-button {
    width: 100%;
    border: 1px solid #a99a96;
    padding: 9px 24px;
    color: #0f2b40;
    font-family: "Formular", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    position: relative;
  }

  .type-button:hover,
  .type-button.selected,
  .object-link:hover,
  .object-link.selected {
    background: #e6dcc8;
    color: #0f2b40 !important;
    border-color: #e6dcc8;
    outline: none;
  }

  .cb-mobile-dropdown {
    /*display: flex;*/
    align-items: center;
    justify-content: space-between;
    position: fixed;
    background: #e6dcc8;
    border: 1px solid #6c6c6c;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
  }

  .cb-dropdown-title {
    margin: 0;
    margin-right: 10px;
    position: relative;
  }

  .cb-dropdown {
    display: none;
    padding: 20px;
    font-size: 16px;
    font-family: "FormularW02", sans-serif;
    color: #2a3b47;
  }

  .dashes-border {
    display: none;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%232A3B47FF' stroke-width='4' stroke-dasharray='4%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
    width: 100%;
    height: 1px;
    opacity: 0.7;
  }

  .cb-dropdown .date-time,
  .cb-dropdown .selected-service-price {
    margin-bottom: 0;
  }

  .cb-buttons-wrapper {
    width: 100%;
    flex-wrap: wrap;
    margin: 0 0 40px 0;
    padding: 0 20px;
  }

  .cb-buttons-wrapper button {
    width: 100%;
    outline: none;
  }

  .cb-buttons-wrapper button:focus {
    outline: none;
  }

  .cb-buttons-wrapper #next-button {
    order: 1;
    width: 100%;
  }

  .mobile-date-container {
    padding: 34px 0 0 0;
    margin: 0;
    border-bottom: 1px solid rgba(169, 154, 150, 1);
  }

  .mobile-date-header {
    text-align: center;
    color: #0f2b40;
    font-family: "DomaineText", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    display: block;
    max-width: max-content;
    margin: 0 auto 30px auto;
    position: relative;
  }

  .mobile-date-header:after {
    content: "";
    position: absolute;
    right: -35px;
    width: 21px;
    height: 12px;
    background: url("../images/black-arrow.svg") no-repeat center center;
    background-size: auto;
    top: 50%;
    margin-top: -3px;
  }

  .cb-next-prev-week {
    justify-content: center;
  }

  .submit-button {
    width: 100%;
  }

  .step .cb-buttons-wrapper {
    padding: 0;
  }

  .mobile-vecka {
    display: block !important;
  }
  .pc-vecka {
    display: none !important;
  }

  .cb-type-button-wrapper .inner {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .object-link,
  .type-button,
  .mobile-object-link {
    font-weight: 400;
  }

  .object-link,
  .mobile-object-link {
    height: 52px;
    padding: 17px 24px;
    line-height: 1;
  }

  .term-desc {
    font-size: 16px;
    line-height: 24px;
    padding: 15px 0 20px;
  }

  .cb-next-prev-week {
    flex-wrap: wrap;
  }

  .form-buttons-wrapper {
    flex-wrap: wrap;
  }

  .form-buttons-wrapper .cb-back-button.first-back-btn,
  .form-buttons-wrapper .submit-button {
    width: 100% !important;
  }

  .form-buttons-wrapper .submit-button {
    order: 1;
  }

  .form-buttons-wrapper .cb-back-button.first-back-btn {
    order: 2;
  }
}

@media screen and (max-width: 768px) {
  .form-row .person-number-wrapper {
    width: 82% !important;
  }

  .object-link,
  .type-button,
  .mobile-object-link {
    font-family: "DomaineText", sans-serif;
    font-weight: 100;
    font-size: 18px;
  }

  .form-row {
    flex-direction: column;
    gap: 0 !important;
  }

  .form-row div,
  .form-row label {
    width: 100% !important;
  }
  .form-row .flags-wrapper {
    width: 100px !important;
  }

  .wrap-category-posts h4 {
    font-size: 22px;
    line-height: 32px;
    margin: 32px 0 20px 0;
  }

  .nestedList li {
    font-size: 18px;
  }

  .mobile-date-header {
    font-size: 18px;
  }

  .mobile-date-header {
    margin: 0 auto 28px auto;
  }

  .mobile-date-container {
    padding: 28px 0 0 0;
  }

  .mobile-time-slot-wrap {
    margin: 28px 0 0 0;
  }

  .mobile-time-slot {
    padding: 16px 18px;
  }

  .mobile-date-header:after {
    content: "";
    position: absolute;
    right: -30px;
    width: 13px;
    height: 12px;
    background: url("../images/dropdown-arrow-inactive.svg") no-repeat center
      center;
    background-size: auto;
    top: 20%;
    margin-top: 0px;
  }
}

@media screen and (max-width: 600px) {
  .sweden,
  .denmark {
    height: 20px !important;
  }

  .first-form-personnummer .person-number-wrapper {
    width: 60% !important;
  }
  .form-row .flags-wrapper {
    width: 40% !important;
  }
  .flags-radio {
    width: 30px !important;
    height: 30px !important;
  }
}

@media screen and (max-width: 400px) {
  .sweden,
  .denmark {
    height: 13px !important;
  }
}

/*This is just for testing*/

#site-header {
  display: none;
}

#content {
  padding: 0;
}

.person-number-p {
  font-style: normal;
  line-height: 24px;
  color: #0f2b40;
  font-size: 16px;
  font-family: "FormularW02", sans-serif;
  font-weight: 400;
  margin-bottom: 0;
}

.person-number-p span {
  opacity: 0.7;
  font-size: 14px;
}

.flags-wrapper {
  margin: 7px 0 15px 0;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100px !important;
}

.sweden,
.denmark {
  height: 20px;
  width: 32px !important;
  background-image: url("https://cdn.weglot.com/flags/rectangle_mat/se.svg");
  background-repeat: no-repeat;
}

.denmark {
  background-image: url("https://cdn.weglot.com/flags/rectangle_mat/dk.svg");
}

.flags-radio {
  width: 16px;
  height: 16px;
  accent-color: #988a87;
}
.radio-flag-wrapper {
  display: flex;
  gap: 7px;
  align-items: center;
}

.thankyouTextWrapper {
  width: 50%;
}
.thankyou-payment-info {
  width: 50%;
}
.today-button {
  color: #0f2b40 !important;
  font-size: 16px;
  font-family: "DomaineText", sans-serif !important;
  text-decoration: none;
  display: inline-block;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #a99a96;
  border-radius: 6px;
  width: 100%;
  max-width: 69px;
  transition: background-color 0.2s, color 0.2s;
}

.today-button:hover {
  background-color: #a99a96;
  color: #fdfcf7 !important;
}
.week-date {
  margin: 0 auto 0 0;
  display: flex;
  align-items: center;
  font-family: "DomaineText", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #0f2b40;
}
.mobile-vecka {
  display: none;
}
.pc-vecka {
  display: block;
}
.form-row {
  display: flex;
  align-items: flex-end;
}
.form-row div,
.form-row label {
  width: 50%;
}
.form-row {
  max-width: 666px !important;
  gap: 20px;
}
.form-align-wrapper {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
.telefonnummer-2 {
  display: none;
  order: -1;
}
.person-number-p1 {
  display: none;
}
.first-form-personnummer {
  width: 100% !important;
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 82px !important;
  margin-bottom: 3px;
}
.phone-number-input::-webkit-outer-spin-button,
.phone-number-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.phone-number-input {
  -moz-appearance: textfield;
}
.minicart-qty-plus {
  font-family: "FormularW02";
}
.available-times-message {
  display: block;
  width: fit-content;
  margin: 40px 0 15px auto;
  font-size: 18px;
  font-family: "DomaineText", sans-serif;
  color: #2a3b47;
}
.first-termins-message-desktop,
.first-termins-message-mobile {
  font-size: 18px;
  margin-bottom: 7px;
  font-family: "DomaineText", sans-serif;
}
.first-termins-message-mobile {
  text-align: center;
  display: none;
}
.second-times-message {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}

.boka-tid-popup-hidden {
  display: none !important;
}

.boka-tid-popup {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 9999;
}

.boka-tid-overlay {
  height: 100vh !important;
  width: 100vw !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 9998 !important;
  background-color: rgba(0, 0, 0, 0.311);
}

.important-info__modal {
  position: fixed;
  right: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  background-color: #fff;
  width: 50%;
  max-width: 810px;
  border-radius: 6px;
  padding: 40px;
  z-index: 9999;
  text-align: center;
  font-family: "FormularW02", sans-serif;
}

.important-info__modal .hidden {
  display: none;
}

.important-info__modal .modal-heading {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 35px;
}

.important-info__modal .modal-description {
  font-size: 16px;
  margin-bottom: 25px;
  line-height: 24px;
}

.important-info__modal .modal-description .bold {
  font-weight: 600;
}

.important-info__modal div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.important-info__modal div .modal-description {
  margin: 0;
  font-weight: 600;
}

.important-info__modal div input {
  width: 16px;
  height: 16px;
  appearance: none;
  border: 1px solid #0f2b40;
  border-radius: 3.23px;
  margin-top: 2px;
}

.important-info__modal div input:checked {
  background: url("../images/check-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #0f2b40;
}

.important-info__modal img {
  width: 14px;
  height: 14px;
  margin-left: auto;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 15px;
}

.modal-overlay {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9998;
  background-color: #968b85;
  opacity: 0.6;
}

.modal-overlay .hidden {
  display: none;
}

@media only screen and (max-width: 1214px) {
  .important-info__modal {
    width: 60%;
  }
}

@media only screen and (max-width: 1010px) {
  .important-info__modal div {
    flex-direction: column;
  }

  .important-info__modal div .modal-description {
    order: 1;
  }

  .important-info__modal div input {
    order: 2;
  }
}

@media only screen and (max-width: 758px) {
  .important-info__modal {
    padding: 40px 20px;
    width: 90%;
  }
}
