 .account-reports-legend {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
.account-reports-legend span {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  display: inline-block;
}
.account-reports-legend--blocked {
  background-color: var(--r360-status-blocked);
}
@media only screen and (min-width: 1200px) {
  .account-reports-results-mobile {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .account-reports-table {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .account-reports-mobile {
    display: none;
  }
}
.filter {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 30px;
}
.filter-form {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 20px;
}
@media only screen and (max-width: 1200px) {
  .filter-form {
    flex-direction: column;
    align-items: stretch;
    flex: 1;
    border: 1px solid var(--r360-almost-white);
    border-radius: 10px;
  }
}
.filter-form-header {
  padding: 15px 15px 0px 15px;
}
@media only screen and (min-width: 1200px) {
  .filter-form-header {
    display: none;
  }
}
.filter-form-dates {
  flex: 2;
}
@media only screen and (max-width: 1200px) {
  .filter-form-dates {
    padding: 0px 15px;
  }
}
.filter-form-dates-input {
  font-weight: 500;
}
.filter-form-dates-inputs-wrapper {
  display: flex;
}
@media only screen and (max-width: 1200px) {
  .filter-form-dates-inputs-wrapper {
    gap: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .filter-form-dates-input:first-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .filter-form-dates-input:last-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-left: none;
  }
}
.filter-form-dates-labels-wrapper {
  display: flex;
}
@media only screen and (max-width: 1200px) {
  .filter-form-dates-labels-wrapper {
    gap: 15px;
  }
}
.filter-form-dates-label {
  flex: 1;
  font-size: 13px;
}
.filter-form-unit {
  flex: 1;
}
@media only screen and (max-width: 1200px) {
  .filter-form-unit {
    padding: 0px 15px;
  }
}
@media only screen and (max-width: 1200px) {
  .filter-form-button.btn {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
}
.summary {
  padding: 15px;
  padding-bottom: 0px;
  background: var(--r360-light-blue);
}
.summary-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
}
.summary-content-sum {
  margin: 0;
  color: var(--r360-primary);
}
.summary-content-open {
  display: flex;
  justify-content: center;
  padding: 30px 0px 15px 0px;
}
.summary-content-more {
  display: none;
}
.summary-content-more-header {
  padding: 20px 0px;
}
.summary-content-more-section {
  padding-bottom: 15px;
}
.summary-content-more-section-row {
  display: flex;
  justify-content: space-between;
  padding-top: 5px;
}
.summary-content-more-section-row-value {
  color: var(--r360-primary);
  font-size: 18px;
}
.report-count {
  padding: 30px 0px 12px 10px;
  display: flex;
  align-items: baseline;
  gap: 5px;
}
.resultlist {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.resultlist-item {
  padding-bottom: 0px;
  border: 1px solid var(--r360-almost-white);
}
.resultlist-item-content {
  padding: 15px;
}
.resultlist-item-content-header {
  display: flex;
  justify-content: center;
}
.resultlist-item-content-header > * {
  flex: 1;
}
.resultlist-item-content-header-date {
  font-weight: 400;
  line-height: 21px;
  font-size: 17px;
  margin: 0;
}
.resultlist-item-content-header-cancelled {
  background: var(--r360-red);
  border-radius: 4px;
  padding: 4px;
  color: #fff;
  flex: initial;
}
.resultlist-item-content-info {
  display: grid;
  align-items: baseline;
  grid-template-columns: repeat(3, 1fr);
  padding: 20px 0px;
  gap: 15px 0px;
}
.resultlist-item-content-info-label {
  font-size: 14px;
  font-weight: 500;
}
.resultlist-item-content-info-value {
  grid-column-end: span 2;
}
.resultlist-item-content-footer {
  background: var(--r360-light-blue);
  padding: 15px;
  padding-bottom: 0px;
}
.resultlist-item-content-footer-header {
  display: flex;
  justify-content: space-between;
}
.resultlist-item-content-footer-sum {
  color: var(--r360-primary);
}
.resultlist-item-content-footer-more {
  display: none;
  padding-top: 40px;
}
.resultlist-item-content-footer-more-header {
  font-weight: 500;
  padding-bottom: 30px;
}
.resultlist-item-content-footer-more-section {
  padding-bottom: 30px;
}
 .body-text {
  padding-bottom: 60px;
}
@media only screen and (max-width: 1200px) {
  .body-text {
    padding-bottom: 30px;
  }
}
.textarea-container {
  max-width: 1000px;
}
.contact-textarea {
  min-height: 200px;
  width: 100%;
}
.contact-textarea-footer {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media only screen and (max-width: 1200px) {
  .contact-textarea-footer {
    margin-top: 30px;
    flex-direction: column;
  }
}
.contact-modal {
  display: none;
  position: fixed;
  padding-top: 200px;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.5);
}
.contact-modal-content {
  position: relative;
  background-color: white;
  padding: 20px;
  margin: auto;
  max-width: 600px;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.3s;
  animation-name: animatetop;
  animation-duration: 0.3s;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-end;
}
.contact-modal-content-text {
  width: 100%;
}
.contact-modal-content-close {
  width: 150px;
}
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover, .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
 @media only screen and (min-width: 800px) {
  .details-form {
    max-width: 1000px;
  }
}
.details-form-section {
  margin-bottom: 30px;
}
.details-form-section-content {
  display: flex;
  gap: 10px 10px;
}
@media only screen and (max-width: 800px) {
  .details-form-section-content {
    flex-direction: column;
  }
}
@media only screen and (min-width: 800px) {
  .details-form-section-content {
    gap: 20px 10px;
  }
  .details-form-section-content-phone {
    margin-left: 18px;
  }
}
.details-form-section-content-input {
  display: flex;
}
@media only screen and (min-width: 800px) {
  .details-form-section-content-input {
    width: 33%;
  }
}
.details-form-section-content-input-phone-prefix {
  margin-right: 10px;
  text-align: center;
  width: 70px;
}
.details-form-section-content-input-phone-number {
  flex: 1;
}
.details-form-section-content-col-span-2 {
  grid-column: span 2;
}
.details-form-section-content-col-span-3 {
  grid-column: span 3;
}
.details-form-section-content-col-span-4 {
  grid-column: span 4;
}
@media only screen and (min-width: 800px) {
  .details-form-section-content-address {
    grid-template-columns: repeat(3, 1fr);
    width: 50%;
    display: grid;
  }
}
@media only screen and (min-width: 800px) {
  .details-form-section-content-bank-info {
    display: grid;
    grid-template-areas: "pref-payway ... ..." "bankaccount bankgiro postgiro";
    grid-template-columns: repeat(3, 1fr);
  }
}
.details-form-section-content-sign-in {
  display: flex;
}
@media only screen and (min-width: 800px) {
  .details-form-section-content-sign-in {
    display: grid;
    grid-template-areas: "email email ... ... ... ..." "upwd upwd ... ... ... save";
    grid-template-columns: repeat(6, 1fr);
  }
}
#prefpayway {
  grid-area: pref-payway;
}
#bankaccount {
  grid-area: bankaccount;
}
#bg {
  grid-area: bankgiro;
}
#pg {
  grid-area: postgiro;
}
#email {
  grid-area: email;
}
#upwd {
  grid-area: upwd;
}
#save-details {
  grid-area: save;
}
 .header {
  max-width: 1400px;
  left: 50%;
  transform: translateX(-50%);
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 1000;
  background: #fff;
  font-family: "Raleway";
}
.header .nav {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px;
  padding: 0px;
}
.header .nav .nav-item {
  flex-grow: 1;
  border: 1px solid var(--r360-grey);
  border-top: none;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.header .nav .nav-item:first-child .logo {
  margin-left: 22px;
  height: 32px;
}
.header .nav .nav-item .nav-item-link {
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  line-height: 60px;
  font-size: 13px;
  align-self: stretch;
  flex-grow: 1;
  display: flex;
  justify-content: space-evenly;
}
@media screen and (max-width: 1200px) {
  .header .nav .nav-item .nav-item-link {
    font-size: 16px;
  }
}
.header .nav .nav-item .nav-item-link:hover {
  cursor: pointer;
  background: var(--r360-light-blue);
  color: black;
}
.header .nav .nav-item .nav-item-link--coloured {
  background: var(--r360-light-blue);
}
.header .nav .nav-item .nav-item-link--active, .header .nav .nav-item .nav-item-link--active:hover {
  background: var(--r360-secondary);
  color: #ffffff;
}
.header .nav .nav-item .nav-item-link--active::after, .header .nav .nav-item .nav-item-link--active:hover::after {
  background: var(--r360-secondary);
  width: 22px;
  height: 3px;
  content: "";
  display: block;
  position: absolute;
  top: 65px;
  border-radius: 1.5px;
}
.header .nav .nav-item .nav-item-link-icon {
  width: fit-content;
}
.header .nav .nav-item .nav-item-link--active.nav-item-link--coloured {
  background: var(--r360-primary);
}
.header .nav .nav-item .nav-item-link--active.nav-item-link--coloured::after {
  background: var(--r360-primary);
}
.header .nav .nav-item:last-child .nav-item-link {
  margin-right: 39px;
}
.header .nav .nav-item-empty {
  align-self: stretch;
  width: 39px;
  border: 1px solid var(--r360-grey);
}
.header .nav .nav-item + .nav-item, .header .nav .nav-item + .nav-item-empty {
  border-left: none;
}
.header .mobile-nav-container {
  justify-content: space-between;
  align-items: center;
  display: none;
  padding: 0px 14px;
  height: 60px;
}
.header .mobile-nav-container .logo {
  height: 32px;
}
.header .mobile-nav-container.menu-closed {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 16px 0px;
}
.header .mobile-menu {
  display: none;
  overscroll-behavior: contain;
}
.header .mobile-menu.active {
  height: 100vh;
  display: block;
}
@media only screen and (max-width: 1200px) {
  .header .mobile-nav-container {
    display: flex;
  }
  .header .nav {
    display: none;
  }
  .header .mobile-menu {
    overflow-y: scroll;
    padding-bottom: 100px;
  }
  .header .mobile-menu .nav {
    display: flex;
    flex-direction: column;
  }
  .header .mobile-menu .nav .nav-item {
    border-right: none;
  }
  .header .mobile-menu .nav .nav-item .nav-item-link {
    justify-content: flex-start;
    padding-left: 30px;
  }
  .header .mobile-menu .nav .nav-item .nav-item-link::after {
    display: none;
  }
  .header .mobile-menu .nav .nav-item .nav-item-link .nav-item-link-icon {
    padding-right: 10px;
  }
  .header .mobile-menu .nav .nav-item:last-child .nav-item-link {
    margin-right: 0px;
  }
  .header .mobile-menu .nav .nav-item .logo {
    display: none;
  }
}
/** Overlay **/
.overlay {
  background: black;
  opacity: 0.3;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 500;
  display: none;
}
 .login-container {
  display: flex;
  height: 100vh;
  width: 100%;
}
@media only screen and (max-aspect-ratio: 1 / 1) {
  .login-container {
    flex-direction: column;
  }
}
.login-container .login-background-image {
  background-image: url("../images/login-image.png");
  background-size: cover;
  background-position: center center;
  flex: 1;
}
.login-container .login-form-container {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 10px;
}
.login-container .login-form-container .login-form {
  width: 300px;
  gap: 20px;
  display: flex;
  flex-direction: column;
  padding: 20px 0px;
}
@media only screen and (max-aspect-ratio: 1 / 1) {
  .login-container .login-form-container {
    align-items: flex-start;
  }
  .login-container .login-form-container .login-form .logo {
    display: none;
  }
}
.login-container .login-form .logo {
  margin-bottom: 30px;
  max-width: 100px;
}
.login-container .login-form form {
  display: flex;
  flex-direction: column;
}
.login-container .login-form form input[name="email"] {
  border-bottom: none;
  border-radius: 10px 10px 0px 0px;
}
.login-container .login-form form input[type="password"] {
  border-bottom: none;
  border-radius: 0;
}
.login-container .login-form form #loginBtn {
  border-top: none;
  border-radius: 0px 0px 10px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
 .own-use-filter {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (min-width: 1000px) {
  .own-use-filter {
    margin-bottom: 25px;
  }
}
.own-use-filter-form {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 20px;
}
@media only screen and (max-width: 1000px) {
  .own-use-filter-form {
    flex-direction: column;
    align-items: stretch;
    flex: 1;
    border: 1px solid var(--r360-almost-white);
    border-radius: 10px;
  }
}
.own-use-filter-form-header {
  padding: 15px 15px 0px 15px;
}
@media only screen and (min-width: 1000px) {
  .own-use-filter-form-header {
    display: none;
  }
}
.own-use-filter-form-dates {
  flex: 2;
}
@media only screen and (max-width: 1000px) {
  .own-use-filter-form-dates {
    padding: 0px 15px;
  }
}
.own-use-filter-form-dates-input {
  font-weight: 500;
}
.own-use-filter-form-dates-inputs-wrapper {
  display: flex;
}
@media only screen and (max-width: 1000px) {
  .own-use-filter-form-dates-inputs-wrapper {
    gap: 15px;
  }
}
@media only screen and (min-width: 1000px) {
  .own-use-filter-form-dates-input:first-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .own-use-filter-form-dates-input:last-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-left: none;
  }
}
.own-use-filter-form-dates-labels-wrapper {
  display: flex;
}
@media only screen and (max-width: 1000px) {
  .own-use-filter-form-dates-labels-wrapper {
    gap: 15px;
  }
}
.own-use-filter-form-dates-label {
  flex: 1;
  font-size: 13px;
}
@media only screen and (max-width: 1000px) {
  .own-use-filter-form-button.btn {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
}
.own-use-bookings-count {
  padding: 30px 0px 12px 10px;
  display: flex;
  align-items: baseline;
  gap: 5px;
}
@media only screen and (max-width: 1000px) {
  .own-use-table {
    display: none;
  }
}
@media only screen and (min-width: 1000px) {
  .own-use-mobile {
    display: none;
  }
}
.own-use-mobile-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
 .panorama-filter {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 25px;
}
.panorama-filter-form {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 10px;
}
@media screen and (max-width: 1200px) {
  .panorama-filter-form {
    flex-direction: column;
    align-items: stretch;
    flex: 1;
    border: 1px solid var(--r360-almost-white);
    border-radius: 10px;
    gap: 0px;
  }
}
.panorama-filter-form-header {
  padding: 15px 15px 0px 15px;
}
@media screen and (min-width: 1200px) {
  .panorama-filter-form-header {
    display: none;
  }
}
.panorama-filter-form-dates {
  flex: 1;
}
.panorama-filter-form-dates-input {
  font-weight: 500;
}
.panorama-filter-form-dates-inputs-wrapper {
  display: flex;
}
@media screen and (max-width: 1200px) {
  .panorama-filter-form-dates {
    padding: 15px 15px 20px 15px;
  }
}
.panorama-filter-form-unit {
  flex: 1;
}
.panorama-filter-nav {
  display: flex;
  align-items: center;
  margin-left: calc(50% - 140px);
  width: 280px;
}
@media screen and (max-width: 1200px) {
  .panorama-filter-nav {
    display: none;
  }
}
.panorama-filter-nav-date {
  height: 40px;
  padding: 0px 30px;
  display: flex;
  align-items: center;
  border: 1px solid var(--r360-medium-grey);
}
.panorama-filter-nav-date-month {
  font-weight: 500;
}
.panorama-filter-nav-button {
  height: 40px;
  border: 1px solid var(--r360-medium-grey);
  display: flex;
  align-items: center;
}
.panorama-filter-nav-button:hover {
  background: var(--r360-light-blue);
}
.panorama-filter-nav-button-left {
  padding-left: 15px;
  padding-right: 25px;
  border-right: none;
  border-radius: 48% 0 0 48%;
}
.panorama-filter-nav-button-right {
  border-radius: 0 48% 48% 0;
  padding-left: 25px;
  padding-right: 15px;
  border-left: none;
}
.panorama-content {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1200px) {
  .panorama-content {
    gap: 20px;
    gap: 45px;
  }
  .panorama-content-header {
    display: none;
  }
}
.panorama-content-header {
  border: 1px solid var(--r360-almost-white);
  border-bottom: none;
}
.panorama-content-header-tabs {
  display: flex;
  margin-top: 20px;
  align-items: flex-end;
}
.panorama-content-header-tabs__inactive, .panorama-content-header-tabs__active {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: center;
  z-index: 1;
  position: relative;
}
.panorama-content-header-tabs__inactive {
  height: 40px;
}
.panorama-content-header-tabs__active {
  border: 1px solid var(--r360-almost-white);
  margin: 0px 10px;
  background: #fff;
  height: 45px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: 0px;
}
.panorama-content-header-tabs:after {
  background: var(--r360-light-blue);
  position: absolute;
  left: 15px;
  right: 15px;
  height: 40px;
  content: "";
  border: 1px solid var(--r360-almost-white);
  flex: 1;
}
.panorama-content-header-months {
  display: flex;
  justify-content: space-between;
}
.panorama-content-header-months-prev, .panorama-content-header-months-next, .panorama-content-header-months-current {
  padding: 20px 0px;
}
.panorama-content-header-months-prev, .panorama-content-header-months-next {
  font-weight: 500;
  font-size: 13px;
  flex: 1;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--r360-black);
}
.panorama-content-header-months-prev img, .panorama-content-header-months-next img {
  padding: 0px 20px;
}
.panorama-content-header-months-next {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1200px) {
  .panorama-content .tab-content:not(.tab-content__active) {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .panorama-content .units-table-desktop, .panorama-content .pools-table-desktop {
    display: none;
  }
}
.panorama-content .units-table-desktop-no-results, .panorama-content .pools-table-desktop-no-results {
  padding: 15px;
}
.panorama-content .units-table, .panorama-content .pools-table {
  font-size: 12px;
}
.panorama-content .units-table-entry-shared, .panorama-content .pools-table-entry-shared {
  font-weight: 400;
}
@media screen and (min-width: 1200px) {
  .panorama-content .units-table, .panorama-content .pools-table {
    display: none;
  }
}
.panorama-content .units-table-with-border, .panorama-content .pools-table-with-border {
  border: 1px solid var(--r360-almost-white);
  min-width: 30px;
}
.panorama-content .units-table-content, .panorama-content .pools-table-content {
  height: 30px;
}
.panorama-content .units-table-no-results, .panorama-content .pools-table-no-results {
  padding: 15px;
}
.panorama-content .units-table-header, .panorama-content .pools-table-header {
  background: var(--r360-light-blue);
}
.panorama-content .units-table-header-week, .panorama-content .pools-table-header-week {
  padding-right: 45px;
}
.panorama-content .units-table-header-cell, .panorama-content .pools-table-header-cell {
  border: 1px solid var(--r360-almost-white);
}
.panorama-content .units-table-header-cell__weekday, .panorama-content .pools-table-header-cell__weekday {
  border-bottom: none;
}
.panorama-content .units-table-header-cell__monthday, .panorama-content .pools-table-header-cell__monthday {
  border-top: none;
}
.panorama-content .units-table-header-sunday, .panorama-content .pools-table-header-sunday {
  color: var(--r360-red);
}
.panorama-content .units-table-status, .panorama-content .pools-table-status {
  color: #fff;
}
.panorama-content .units-table-unit, .panorama-content .units-table-pool, .panorama-content .pools-table-unit, .panorama-content .pools-table-pool {
  font-size: 14px;
  text-align: left;
  padding: 4px;
}
.panorama-table-header {
  border-left: none;
  vertical-align: top;
}
.panorama-legends {
  display: flex;
  justify-content: flex-end;
  gap: 20px 40px;
  font-size: 13px;
  margin-top: 20px;
}
@media screen and (max-width: 1200px) {
  .panorama-legends__desktop {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .panorama-legends {
    justify-content: flex-start;
    padding: 0px 15px;
    flex-wrap: wrap;
  }
}
.panorama-legends-legend {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .panorama-legends-legend {
    flex: 1;
  }
}
.panorama-legends-legend span {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  display: inline-block;
}
.panorama-legends-legend__owner {
  background-color: var(--r360-status-owner);
}
.panorama-legends-legend__preliminary {
  background-color: var(--r360-status-preliminary);
}
.panorama-legends-legend__definitive {
  background-color: var(--r360-status-definitive);
}
.panorama-legends-legend__blocked {
  background-color: var(--r360-status-blocked);
}
.panorama .panorama-nav {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
.panorama table {
  border-collapse: collapse;
  width: 100%;
  font-size: 12px;
}
.panorama table td {
  padding: 3px;
  text-align: center;
}
.panorama table td.panorama-table-header {
  width: 190px;
  text-align: left;
}
.panorama table td:hover {
  background-color: var(--r360-grey);
}
.panorama table td.sunday {
  background-color: var(--r360-grey);
}
.panorama table tr.calendar td {
  border-top: 1px solid var(--r360-almost-white);
}
.panorama table tr.calendar td:not(.panorama-table-header) {
  border-left: 1px solid var(--r360-almost-white);
  border-bottom: none;
  width: auto;
}
.panorama table tr.calendar td:not(.panorama-table-header).panorama-table-month-empty:not(:last-child) {
  border-left: none;
  border-right: none;
}
.panorama table tr.calendar td:not(.panorama-table-header).panorama-table-month-empty:last-child {
  border-left: none;
}
.panorama table tr.calendar td:not(.panorama-table-header):last-child {
  border-right: 1px solid var(--r360-almost-white);
}
.panorama table tr.calendar.months {
  font-weight: 500;
}
.panorama table tr.calendar:not(:first-child) td {
  border-top: none;
}
.panorama table tr.entry td {
  border: 1px solid var(--r360-almost-white);
  height: 30px;
  min-width: 30px;
}
.panorama table tr.entry.empty td {
  border: 1px solid var(--r360-almost-white);
  height: 30px;
  padding: 5px 0px 30px 0px;
  width: auto;
}
.panorama table tr.entry.empty td.panorama-table-header {
  width: 190px;
  text-align: left;
}
.panorama table tr.entry.empty td.last-empty {
  text-align: left;
  padding-left: 20px;
}
.panorama table tr.entry td:first-child {
  text-align: left;
  font-weight: 500;
  border-left: none;
}
.panorama table tr.entry td:last-child td.last-empty {
  border-right: none;
}
.panorama table tr.entry td.status {
  color: #fff;
  cursor: pointer;
}
.panorama table tr.entry td.status:hover {
  filter: brightness(85%);
}
.panorama table tr.entry td.arrival {
  border-left: 1px solid var(--r360-almost-white);
}
.panorama .pools-table-desktop tr.entry td.arrival, .panorama .units-table-desktop tr.entry td.arrival {
  border: 2px solid #404040;
}
.panorama table td.owner {
  background-color: var(--r360-status-owner);
}
.panorama table td.definitive {
  background-color: var(--r360-status-definitive);
}
.panorama table td.preliminary {
  background-color: var(--r360-status-preliminary);
}
.panorama table td.blocked {
  background-color: var(--r360-status-blocked);
}
 .periods-mobile {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (min-width: 800px) {
  .periods-mobile {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  .periods-desktop {
    display: none;
  }
}
 table.r360-table {
  min-width: 80%;
  border-collapse: collapse;
  width: 100%;
}
table.r360-table th, table.r360-table td {
  height: 40px;
  padding: 10px 10px;
  border: 1px solid var(--r360-almost-white);
}
table.r360-table th.text-align-right, table.r360-table td.text-align-right {
  text-align: right;
}
table.r360-table th {
  font-weight: 500;
  text-align: left;
  background-color: var(--r360-light-blue);
  border-top: 1px solid var(--r360-almost-white);
}
table.r360-table.striped th, table.r360-table.striped td {
  padding: 10px 10px;
  border-top: none;
  border-bottom: none;
}
table.r360-table.striped th.text-align-right, table.r360-table.striped td.text-align-right {
  text-align: right;
}
table.r360-table.striped tbody tr:nth-child(odd) {
  background-color: var(--r360-grey);
}
table.r360-table.striped tbody tr.cancelled {
  background-color: var(--r360-red);
  color: white;
}
table.r360-table tbody tr:last-child td {
  border-bottom: 1px solid var(--r360-almost-white);
}
table.r360-table tbody tr.r360-table-summary .r360-table-summary-label {
  border-top: 1px solid var(--r360-almost-white);
  border-bottom: none;
  border-left: none;
  background-color: white;
}
table.r360-table tbody .r360-table-total {
  font-weight: 500;
}
table.r360-table tbody .r360-table-summary-total {
  border-top: 2px solid var(--r360-primary);
  background-color: var(--r360-light-blue);
  color: var(--r360-primary);
}
 .reservations-filter {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 25px;
}
.reservations-filter-form {
  display: flex;
  justify-content: space-between;
}
.reservations-filter-form-dates {
  flex: 1;
}
.reservations-filter-form-dates-inputs {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 10px;
}
.reservations-filter-form-dates-input {
  font-weight: 500;
}
.reservations-filter-form-dates-inputs-wrapper {
  display: flex;
}
.reservations-filter-form-dates-labels-wrapper {
  display: flex;
}
.reservations-filter-form-dates-label {
  flex: 1;
}
.reservations-filter-form-dates-input:first-child {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.reservations-filter-form-dates-input:last-child {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-left: none;
}
.reservations-filter-form-unit {
  flex: 1;
}
.pdf-col {
  width: 45px;
  text-align: center;
}
 .reserve-form-add-section, .reserve-form-addons-section {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: flex-end;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1200px) {
  .reserve-form-add-section, .reserve-form-addons-section {
    margin-bottom: 0px;
    padding: 15px;
    flex-direction: column;
    align-items: stretch;
  }
}
.reserve-form-add-section-lodge, .reserve-form-addons-section-lodge {
  flex: 2;
}
.reserve-form-add-section-dates-inputs-wrapper, .reserve-form-addons-section-dates-inputs-wrapper {
  display: flex;
}
.reserve-form-add-section-dates, .reserve-form-addons-section-dates {
  flex: 2;
}
.reserve-form-add-section-dates-input, .reserve-form-addons-section-dates-input {
  font-weight: 500;
}
.reserve-form-add-section-dates-input:first-child, .reserve-form-addons-section-dates-input:first-child {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.reserve-form-add-section-dates-input:last-child, .reserve-form-addons-section-dates-input:last-child {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-left: none;
}
.reserve-form-add-section-dates-labels-wrapper, .reserve-form-addons-section-dates-labels-wrapper {
  display: flex;
}
.reserve-form-add-section-dates-label, .reserve-form-addons-section-dates-label {
  font-size: 13px;
  flex: 1;
}
.reserve-form-add-section-guests, .reserve-form-addons-section-guests {
  flex: 1;
}
@media only screen and (max-width: 1200px) {
  .reserve-form-add-section-guests-label, .reserve-form-addons-section-guests-label {
    padding-bottom: 10px;
  }
}
.reserve-form-add-section-guests-counter, .reserve-form-addons-section-guests-counter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  gap: 8px;
}
@media only screen and (max-width: 1200px) {
  .reserve-form-add-section-guests-counter, .reserve-form-addons-section-guests-counter {
    justify-content: flex-start;
  }
}
.reserve-form-add-section-guests-counter-button-minus, .reserve-form-add-section-guests-counter-button-plus, .reserve-form-addons-section-guests-counter-button-minus, .reserve-form-addons-section-guests-counter-button-plus {
  padding: 0px;
  border: none;
  background: none;
  cursor: pointer;
}
.reserve-form-add-section-guests-counter-button-minus:disabled, .reserve-form-add-section-guests-counter-button-plus:disabled, .reserve-form-addons-section-guests-counter-button-minus:disabled, .reserve-form-addons-section-guests-counter-button-plus:disabled {
  cursor: default;
}
.reserve-form-add-section-guests-counter-input, .reserve-form-addons-section-guests-counter-input {
  margin: 0px 10px;
  min-width: 60px;
  background: none;
  text-align: center;
  font-weight: 500;
}
@media only screen and (max-width: 1200px) {
  .reserve-form-add-section-guests-counter-input, .reserve-form-addons-section-guests-counter-input {
    width: 60px;
  }
}
.reserve-form-add-section-add-lodge-reservation, .reserve-form-addons-section-add-lodge-reservation {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.reserve-form-add-section-addons-mobile, .reserve-form-addons-section-addons-mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 15px;
}
@media only screen and (min-width: 1200px) {
  .reserve-form-add-section-addons-mobile, .reserve-form-addons-section-addons-mobile {
    display: none;
  }
}
.reserve-form-add-section-addons-mobile-text, .reserve-form-addons-section-addons-mobile-text {
  display: flex;
  flex-direction: column;
}
.reserve-form-add-section-addons-mobile-text-sub, .reserve-form-addons-section-addons-mobile-text-sub {
  font-size: 13px;
}
.reserve-form-add-section-addons-mobile-text-top, .reserve-form-addons-section-addons-mobile-text-top {
  font-weight: 500;
}
@media only screen and (max-width: 1200px) {
  .reserve-form-addons-section {
    display: none;
  }
}
.filter {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 30px;
}
.filter-form__reserve {
  gap: 20px;
}
@media only screen and (min-width: 1200px) {
  .filter-form__reserve {
    display: block;
  }
}
.reserve-form-cart {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media only screen and (max-width: 1200px) {
  .reserve-form-cart {
    align-items: stretch;
  }
}
.reserve-form-cart-table-section {
  margin-top: 20px;
  width: 65%;
  display: flex;
  gap: 8px;
  flex-direction: column;
  padding: 16px;
}
@media only screen and (min-width: 1200px) {
  .reserve-form-cart-table-section {
    background: var(--r360-light-blue);
  }
}
@media only screen and (max-width: 1200px) {
  .reserve-form-cart-table-section {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .reserve-form-cart-table-section-header {
    display: none;
  }
}
.reserve-form-cart-table {
  border-collapse: collapse;
  margin: 0px 10px;
}
.reserve-form-cart-table-cart-line {
  border-bottom: 1px solid var(--r360-almost-white);
  height: 40px;
}
.reserve-form-cart-table-cart-line-lodge-name-bold {
  font-weight: 500;
}
.reserve-form-cart-table-cart-line-align-right {
  text-align: right;
}
.reserve-form-cart-table-cart-line-last {
  width: 10%;
}
.reserve-form-cart-table-cart-summary {
  height: 40px;
  vertical-align: bottom;
}
@media only screen and (max-width: 1200px) {
  .reserve-form-cart-table-cart-summary {
    display: none;
  }
}
.reserve-form-cart-table-cart-summary-text {
  color: var(--r360-primary);
}
@media only screen and (max-width: 1200px) {
  .reserve-form-cart-button-section {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .reserve-form-cart-button-section-button {
    width: 100%;
  }
  .reserve-form-cart-button-section-button-clear.btn {
    width: 50%;
    height: 40px;
    font-size: 14px;
    line-height: 17px;
    margin: 0px 15px 30px 15px;
    border-radius: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .reserve-form-cart-button-section {
    margin-top: 20px;
    width: 40%;
    display: flex;
    gap: 20px;
    justify-content: space-between;
  }
  .reserve-form-cart-button-section-button {
    flex: 1;
  }
}
.reserve-form-cart-button-section-button-clear {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.reserve-form-cart-button-section-sum {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0px 15px 10px 15px;
}
@media only screen and (min-width: 1200px) {
  .reserve-form-cart-button-section-sum {
    display: none;
  }
}
.reserve-form-cart-mobile {
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (min-width: 1200px) {
  .reserve-form-cart-mobile {
    display: none;
  }
}
.reserve-form-cart-mobile-item {
  border: 1px solid var(--r360-almost-white);
  border-radius: 10px;
  margin: 0px 15px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 25px;
}
.reserve-form-cart-mobile-item-header {
  display: flex;
  justify-content: space-between;
}
.reserve-form-cart-mobile-item-sum {
  color: var(--r360-primary);
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 1200px) {
  .mobile-hidden {
    display: none;
  }
}
.extras-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}
.extras-modal .reserve-form-addons-section {
  position: relative;
  background-color: white;
  padding: 0px;
  margin: 0px 15px;
  max-width: 600px;
  -webkit-animation-name: animateModalTop;
  -webkit-animation-duration: 0.3s;
  animation-name: animateModalTop;
  animation-duration: 0.3s;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 30px;
  border-radius: 10px;
}
.extras-modal .reserve-form-addons-section .extras-modal-header {
  display: flex;
  justify-content: flex-end;
  padding: 10px;
}
.extras-modal .reserve-form-add-section-lodge, .extras-modal .reserve-form-add-section-dates, .extras-modal .reserve-form-add-section-guests {
  padding: 0px 15px;
}
.extras-modal .reserve-form-add-section-add-lodge-reservation .btn {
  margin-top: 50px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .extras-modal-header {
    display: none;
  }
}
@-webkit-keyframes animateModalTop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animateModalTop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
.caleran-container, .caleran-container-mobile {
  z-index: 10000;
}
 .skatteetaten-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (min-width: 1200px) {
  .skatteetaten-content {
    max-width: 300px;
  }
}
.skatteetaten-content-button-container {
  margin-top: 20px;
}
.skatteetaten-content-button {
  font-size: 13px;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
}
 *, :after, :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@font-face {
  font-family: "Raleway";
  font-display: swap;
  font-weight: bold;
  src: url("fonts/raleway-v26-latin-700.woff2") format("woff2");
}
@font-face {
  font-family: "Rubik";
  font-display: swap;
  font-weight: normal;
  src: url("fonts/rubik-v18-latin-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Rubik";
  font-display: swap;
  font-weight: 500;
  src: url("fonts/rubik-v18-latin-500.woff2") format("woff2");
}
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13,110,253;
  --bs-secondary-rgb: 108,117,125;
  --bs-success-rgb: 25,135,84;
  --bs-info-rgb: 13,202,240;
  --bs-warning-rgb: 255,193,7;
  --bs-danger-rgb: 220,53,69;
  --bs-light-rgb: 248,249,250;
  --bs-dark-rgb: 33,37,41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255,255,255;
  --bs-black-rgb: 0,0,0;
  --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33,37,41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255,255,255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0,0,0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33,37,41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233,236,239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33,37,41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248,249,250;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13,110,253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10,88,202;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}
body {
  color: #333;
  background-color: #fff;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 13px;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  --r360-primary: #0d3e60;
  --r360-secondary: #ec8427;
  --r360-yellow: #f2c94c;
  --r360-green: #32bea6;
  --r360-purple: #9b51e0;
  --r360-red: #eb5757;
  --r360-grey: #f8f8f8;
  --r360-medium-grey: #969696;
  --r360-lightgrey: rgba(235, 233, 233, 0.2);
  --r360-status-blocked: #eb5757;
  --r360-status-owner: #f2c94c;
  --r360-status-preliminary: #9b51e0;
  --r360-status-definitive: #32bea6;
  --r360-status-available: #32be5c;
  --r360-light-blue: #e7ecf1;
  --r360-almost-white: #dadada;
  --r360-black: #333333;
}
@media screen and (max-width: 1200px) {
  body {
    font-size: 16px;
  }
}
.text-danger {
  color: var(--r360-red);
}
.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}
.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}
.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}
.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}
.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}
.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}
.text-label {
  margin-bottom: 10px;
  font-weight: 500;
}
.text-label-cursive-text {
  font-weight: normal;
  padding-left: 15px;
}
.text-label-section {
  display: flex;
}
@media only screen and (max-width: 1200px) {
  .text-label {
    font-size: 11px;
  }
}
.text-h1 {
  font-weight: 500;
  line-height: 48px;
  font-size: 26px;
}
@media only screen and (max-width: 1200px) {
  .text-h1 {
    font-size: 23px;
    line-height: 35px;
  }
}
.text-h2 {
  font-weight: 500;
  font-size: 23px;
  margin: 0;
}
.text-h3 {
  font-weight: 500;
  line-height: 21px;
  font-size: 17px;
  margin: 0;
}
.text-h4 {
  font-weight: 500;
  line-height: 17px;
  font-size: 13px;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .text-h4 {
    font-size: 16px;
  }
}
.page-header {
  margin-bottom: 10px;
  height: 65px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 1200px) {
  .page-header.wide {
    margin-bottom: 60px;
  }
}
.page-header-print {
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-right: 10px;
}
.page-header-print-text {
  margin-left: 10px;
  text-decoration: underline;
}
a {
  color: var(--r360-primary);
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
}
@media only screen and (max-width: 1200px) {
  a {
    line-height: 16px;
    font-size: 13px;
  }
}
a:hover {
  color: var(--r360-secondary);
}
#main-content {
  max-width: 1400px;
  width: 100%;
  margin: auto;
  padding: 70px 40px 40px 40px;
}
@media only screen and (max-width: 1200px) {
  #main-content {
    padding: 70px 15px;
    flex-direction: column;
  }
}
/** Forms **/
input, select, textarea {
  border: 1px solid var(--r360-almost-white);
  border-radius: 5px;
  font-family: "Rubik", sans-serif;
}
input {
  padding: 10px 20px;
  width: 100%;
  height: 40px;
}
@media only screen and (max-width: 1200px) {
  input {
    height: 50px;
  }
}
select {
  padding: 10px 15px 10px 10px;
  height: 40px;
  width: 100%;
  appearance: none;
  background-image: url("../icons/arrow_down.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  background-size: 15px;
  text-shadow: 0px 0px 0px black;
}
@media only screen and (max-width: 1200px) {
  select {
    height: 50px;
  }
}
input.with-arrow {
  appearance: none;
  background-image: url("../icons/arrow_down.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  background-size: 15px;
  cursor: default;
}
textarea {
  padding: 10px;
}
/** Buttons **/
button, .btn, input[type="button"], input[type="submit"] {
  font-size: 13px;
  touch-action: manipulation;
}
@media screen and (max-width: 1200px) {
  button, .btn, input[type="button"], input[type="submit"] {
    font-size: 16px;
  }
}
.btn, input[type="button"], input[type="submit"] {
  background: var(--r360-primary);
  color: #fff;
  font-family: "Rubik";
  text-decoration: none;
  border-radius: 10px;
  min-width: 150px;
  height: 40px;
  text-align: center;
  cursor: pointer;
  border-style: none;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 1200px) {
  .btn, input[type="button"], input[type="submit"] {
    height: 50px;
  }
}
.btn:hover, input[type="button"]:hover, input[type="submit"]:hover {
  background-color: var(--r360-secondary);
  color: #fff;
}
.btn[disabled], input[type="button"][disabled], input[type="submit"][disabled] {
  color: #00000040;
  background: #e9e8e8;
  cursor: default;
}
.btn-white, .btn-white:hover {
  background-color: #ffffff;
  color: var(--r360-black);
  border: 1px solid var(--r360-medium-grey);
}
input, textarea, select {
  font-size: 13px;
}
@media screen and (max-width: 1200px) {
  input, textarea, select {
    font-size: 16px;
  }
}
input, select {
  -webkit-appearance: none;
}
select {
  color: var(--r360-black);
  background-color: transparent;
}
/** Loader **/
.loader-container {
  position: relative;
}
.loader {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  /* toggle visibility to show/hide loader */
  width: 100%;
  z-index: 500;
}
.loader.calendar-loader, .loader.input-loader {
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
}
/** Calendar **/
.caleran-inline * {
  border: none !important;
}
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-weekend, .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-weekend {
  color: #333;
}
.caleran-container .caleran-input .caleran-calendars .caleran-calendar.caleran-calendar-weeknumbers .caleran-days-container .caleran-weeknumber {
  font-size: 10px;
}
.caleran-weeknumber span::before {
  content: "v";
}
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-not-in-month {
  opacity: 0.5;
}
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-today span {
  color: black;
}
/*
    Status of blocked/available days in calendar
*/
.calendar-availability__enabled .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-today {
  color: black !important;
  /* important is set in caleran's minified css so we need it here as well */
}
.calendar-availability__enabled .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-disabled.caleran-disabled-range {
  background-color: var(--r360-status-blocked);
  border-radius: 2px;
  color: black;
}
.calendar-availability__enabled .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day {
  background-color: var(--r360-status-available);
  border-radius: 2px;
  color: black;
}
.calendar-availability__enabled .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-selected, .calendar-availability__enabled .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start, .calendar-availability__enabled .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end {
  background-color: var(--r360-status-owner);
  color: black;
}
.calendar-availability__enabled .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start span, .calendar-availability__enabled .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end span {
  background: none !important;
}
.calendar-availability__enabled .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-hovered, .calendar-availability__enabled .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day:hover {
  background-color: var(--r360-status-owner);
  opacity: 0.5;
  color: black;
}
/** Caleran bugfixes **/
/* R360ONL-1799: Calendar weeks shows with a weird offset. 
Cause: caleran-today uses a font-weight making it taller, which pushes content beneath to the right */
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-today {
  font-size: 0.68em;
}
/* Print */
.forPrint {
  display: none;
}
@media print {
  .forPrint {
    display: initial;
  }
  .notForPrint {
    display: none !important;
  }
  .header, form {
    display: none;
  }
  table {
    font-family: "Times", "Times new roman", sans-serif;
  }
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
hr.striped-line {
  border-top: 0.5px dashed #333333;
  border-bottom: none;
}
.copyright {
  font-size: 0.8rem;
  text-align: center;
  color: var(--r360-black);
  padding-top: 50px;
}
.price-col {
  white-space: nowrap;
}
  .account-reports-legend {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
.account-reports-legend span {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  display: inline-block;
}
.account-reports-legend--blocked {
  background-color: var(--r360-status-blocked);
}
@media only screen and (min-width: 1200px) {
  .account-reports-results-mobile {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .account-reports-table {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .account-reports-mobile {
    display: none;
  }
}
.filter {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 30px;
}
.filter-form {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 20px;
}
@media only screen and (max-width: 1200px) {
  .filter-form {
    flex-direction: column;
    align-items: stretch;
    flex: 1;
    border: 1px solid var(--r360-almost-white);
    border-radius: 10px;
  }
}
.filter-form-header {
  padding: 15px 15px 0px 15px;
}
@media only screen and (min-width: 1200px) {
  .filter-form-header {
    display: none;
  }
}
.filter-form-dates {
  flex: 2;
}
@media only screen and (max-width: 1200px) {
  .filter-form-dates {
    padding: 0px 15px;
  }
}
.filter-form-dates-input {
  font-weight: 500;
}
.filter-form-dates-inputs-wrapper {
  display: flex;
}
@media only screen and (max-width: 1200px) {
  .filter-form-dates-inputs-wrapper {
    gap: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .filter-form-dates-input:first-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .filter-form-dates-input:last-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-left: none;
  }
}
.filter-form-dates-labels-wrapper {
  display: flex;
}
@media only screen and (max-width: 1200px) {
  .filter-form-dates-labels-wrapper {
    gap: 15px;
  }
}
.filter-form-dates-label {
  flex: 1;
  font-size: 13px;
}
.filter-form-unit {
  flex: 1;
}
@media only screen and (max-width: 1200px) {
  .filter-form-unit {
    padding: 0px 15px;
  }
}
@media only screen and (max-width: 1200px) {
  .filter-form-button.btn {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
}
.summary {
  padding: 15px;
  padding-bottom: 0px;
  background: var(--r360-light-blue);
}
.summary-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
}
.summary-content-sum {
  margin: 0;
  color: var(--r360-primary);
}
.summary-content-open {
  display: flex;
  justify-content: center;
  padding: 30px 0px 15px 0px;
}
.summary-content-more {
  display: none;
}
.summary-content-more-header {
  padding: 20px 0px;
}
.summary-content-more-section {
  padding-bottom: 15px;
}
.summary-content-more-section-row {
  display: flex;
  justify-content: space-between;
  padding-top: 5px;
}
.summary-content-more-section-row-value {
  color: var(--r360-primary);
  font-size: 18px;
}
.report-count {
  padding: 30px 0px 12px 10px;
  display: flex;
  align-items: baseline;
  gap: 5px;
}
.resultlist {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.resultlist-item {
  padding-bottom: 0px;
  border: 1px solid var(--r360-almost-white);
}
.resultlist-item-content {
  padding: 15px;
}
.resultlist-item-content-header {
  display: flex;
  justify-content: center;
}
.resultlist-item-content-header > * {
  flex: 1;
}
.resultlist-item-content-header-date {
  font-weight: 400;
  line-height: 21px;
  font-size: 17px;
  margin: 0;
}
.resultlist-item-content-header-cancelled {
  background: var(--r360-red);
  border-radius: 4px;
  padding: 4px;
  color: #fff;
  flex: initial;
}
.resultlist-item-content-info {
  display: grid;
  align-items: baseline;
  grid-template-columns: repeat(3, 1fr);
  padding: 20px 0px;
  gap: 15px 0px;
}
.resultlist-item-content-info-label {
  font-size: 14px;
  font-weight: 500;
}
.resultlist-item-content-info-value {
  grid-column-end: span 2;
}
.resultlist-item-content-footer {
  background: var(--r360-light-blue);
  padding: 15px;
  padding-bottom: 0px;
}
.resultlist-item-content-footer-header {
  display: flex;
  justify-content: space-between;
}
.resultlist-item-content-footer-sum {
  color: var(--r360-primary);
}
.resultlist-item-content-footer-more {
  display: none;
  padding-top: 40px;
}
.resultlist-item-content-footer-more-header {
  font-weight: 500;
  padding-bottom: 30px;
}
.resultlist-item-content-footer-more-section {
  padding-bottom: 30px;
}
 .body-text {
  padding-bottom: 60px;
}
@media only screen and (max-width: 1200px) {
  .body-text {
    padding-bottom: 30px;
  }
}
.textarea-container {
  max-width: 1000px;
}
.contact-textarea {
  min-height: 200px;
  width: 100%;
}
.contact-textarea-footer {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media only screen and (max-width: 1200px) {
  .contact-textarea-footer {
    margin-top: 30px;
    flex-direction: column;
  }
}
.contact-modal {
  display: none;
  position: fixed;
  padding-top: 200px;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.5);
}
.contact-modal-content {
  position: relative;
  background-color: white;
  padding: 20px;
  margin: auto;
  max-width: 600px;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.3s;
  animation-name: animatetop;
  animation-duration: 0.3s;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-end;
}
.contact-modal-content-text {
  width: 100%;
}
.contact-modal-content-close {
  width: 150px;
}
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover, .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
 .details-modal {
  position: fixed;
  padding-top: 200px;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.5);
}
.details-modal-content {
  position: relative;
  background-color: white;
  white-space: pre-line;
  padding: 20px;
  margin: auto;
  max-width: 600px;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.3s;
  animation-name: animatetop;
  animation-duration: 0.3s;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-end;
}
.details-modal-content-text {
  width: 100%;
}
.details-modal-content-close {
  width: 150px;
}
@media only screen and (min-width: 800px) {
  .details-form {
    max-width: 1000px;
  }
}
.details-form-section {
  margin-bottom: 30px;
}
.details-form-section-content {
  display: flex;
  gap: 10px 10px;
}
@media only screen and (max-width: 800px) {
  .details-form-section-content {
    flex-direction: column;
  }
  .details-form-section-content input, .details-form-section-content select {
    width: 100% !important;
  }
}
@media only screen and (min-width: 800px) {
  .details-form-section-content {
    gap: 20px 10px;
  }
  .details-form-section-content-phone {
    margin-left: 18px;
  }
}
.details-form-section-content-input {
  display: flex;
}
@media only screen and (min-width: 800px) {
  .details-form-section-content-input {
    width: 33%;
  }
}
.details-form-section-content-input-phone-prefix {
  margin-right: 10px;
  text-align: center;
  width: 70px;
}
.details-form-section-content-input-phone-number {
  flex: 1;
}
.details-form-section-content-col-span-2 {
  grid-column: span 2;
}
.details-form-section-content-col-span-3 {
  grid-column: span 3;
}
.details-form-section-content-col-span-4 {
  grid-column: span 4;
}
@media only screen and (min-width: 800px) {
  .details-form-section-content-address {
    grid-template-columns: repeat(3, 1fr);
    width: 50%;
    display: grid;
  }
}
@media only screen and (min-width: 800px) {
  .details-form-section-content-bank-info {
    display: grid;
    grid-template-areas: "pref-payway ... ..." "bankaccount bankgiro postgiro";
    grid-template-columns: repeat(3, 1fr);
  }
}
.details-form-section-content-sign-in {
  display: flex;
}
@media only screen and (min-width: 800px) {
  .details-form-section-content-sign-in {
    display: grid;
    grid-template-areas: "email email ... ... ... ..." "upwd upwd ... ... ... save";
    grid-template-columns: repeat(6, 1fr);
  }
}
#prefpayway {
  grid-area: pref-payway;
}
#bankaccount {
  grid-area: bankaccount;
}
#bg {
  grid-area: bankgiro;
}
#pg {
  grid-area: postgiro;
}
#email {
  grid-area: email;
}
#upwd {
  grid-area: upwd;
}
#save-details {
  grid-area: save;
}
#details-form.form-submitted input:invalid, #details-form.form-submitted select:invalid {
  border: 2px solid red;
}
#details-form.form-submitted input:invalid:focus, #details-form.form-submitted select:invalid:focus {
  outline: none;
}
 .header {
  position: sticky;
  top: 0px;
  left: auto;
  transform: none;
  width: 100%;
  z-index: 1000;
  background: #fff;
  font-family: "Raleway";
}
.header .nav {
  max-width: 1400px;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0px;
  height: 60px;
}
@media screen and (min-width: 1200px) {
  .header .nav {
    box-shadow: rgba(0, 0, 0, 0.3) 0px 15px 10px -15px;
  }
}
.header .nav .nav-item {
  flex-grow: 1;
  border: 1px solid var(--r360-grey);
  border-top: none;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 1200px) {
  .header .nav .nav-item {
    max-width: 200px;
  }
}
.header .nav .nav-item:first-child .logo {
  margin-left: 22px;
  height: 32px;
}
.header .nav .nav-item .nav-item-link {
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  line-height: 60px;
  font-size: 13px;
  align-self: stretch;
  flex-grow: 1;
  display: flex;
  justify-content: space-evenly;
}
@media screen and (max-width: 1200px) {
  .header .nav .nav-item .nav-item-link {
    font-size: 16px;
  }
}
.header .nav .nav-item .nav-item-link:hover {
  cursor: pointer;
  background: var(--r360-light-blue);
  color: black;
}
.header .nav .nav-item .nav-item-link--coloured {
  background: var(--r360-light-blue);
}
.header .nav .nav-item .nav-item-link--active, .header .nav .nav-item .nav-item-link--active:hover {
  background: var(--r360-secondary);
  color: #ffffff;
}
.header .nav .nav-item .nav-item-link--active::after, .header .nav .nav-item .nav-item-link--active:hover::after {
  background: var(--r360-secondary);
  width: 22px;
  height: 3px;
  content: "";
  display: block;
  position: absolute;
  top: 65px;
  border-radius: 1.5px;
}
.header .nav .nav-item .nav-item-link-icon {
  width: fit-content;
}
.header .nav .nav-item .nav-item-link--active.nav-item-link--coloured {
  background: var(--r360-primary);
}
.header .nav .nav-item .nav-item-link--active.nav-item-link--coloured::after {
  background: var(--r360-primary);
}
.header .nav .nav-item:last-child .nav-item-link {
  margin-right: 39px;
}
.header .nav .nav-item-empty {
  align-self: stretch;
  width: 39px;
  border: 1px solid var(--r360-grey);
}
.header .nav .nav-item + .nav-item, .header .nav .nav-item + .nav-item-empty {
  border-left: none;
}
.header .mobile-nav-container {
  justify-content: space-between;
  align-items: center;
  display: none;
  padding: 0px 14px;
  height: 60px;
}
.header .mobile-nav-container .logo {
  height: 32px;
}
.header .mobile-nav-container.menu-closed {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 16px 0px;
}
.header .mobile-menu {
  display: none;
  overscroll-behavior: contain;
}
.header .mobile-menu.active {
  height: 100vh;
  display: block;
}
@media only screen and (max-width: 1200px) {
  .header .mobile-nav-container {
    display: flex;
  }
  .header .nav {
    display: none;
  }
  .header .mobile-menu {
    overflow-y: scroll;
    padding-bottom: 100px;
  }
  .header .mobile-menu .nav {
    display: flex;
    flex-direction: column;
  }
  .header .mobile-menu .nav .nav-item {
    border-right: none;
  }
  .header .mobile-menu .nav .nav-item .nav-item-link {
    justify-content: flex-start;
    padding-left: 30px;
  }
  .header .mobile-menu .nav .nav-item .nav-item-link::after {
    display: none;
  }
  .header .mobile-menu .nav .nav-item .nav-item-link .nav-item-link-icon {
    padding-right: 10px;
  }
  .header .mobile-menu .nav .nav-item:last-child .nav-item-link {
    margin-right: 0px;
  }
  .header .mobile-menu .nav .nav-item .logo {
    display: none;
  }
}
/** Overlay **/
.overlay {
  background: black;
  opacity: 0.3;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 500;
  display: none;
}
 .login-container {
  display: flex;
  height: 100vh;
  width: 100%;
}
@media only screen and (max-aspect-ratio: 1 / 1) {
  .login-container {
    flex-direction: column;
  }
}
.login-container a {
  display: block;
  font-size: 16px;
  text-align: center;
}
.login-container .login-background-image {
  background-image: url("../images/login-image.png");
  background-size: cover;
  background-position: center center;
  flex: 1;
}
.login-container .login-form-container {
  flex: 1;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 10px;
}
.login-container .login-form-container .section {
  width: 300px;
  gap: 20px;
  display: flex;
  flex-direction: column;
  padding: 20px 0px;
}
@media only screen and (max-aspect-ratio: 1 / 1) {
  .login-container .login-form-container {
    align-items: flex-start;
  }
}
.login-container .logo {
  margin-bottom: 30px;
  max-width: 300px;
}
.login-container form {
  display: flex;
  flex-direction: column;
}
.login-container form input[name="email"] {
  border-bottom: none;
  border-radius: 10px 10px 0px 0px;
}
.login-container form input[type="password"] {
  border-bottom: none;
  border-radius: 0;
}
.login-container form [type="submit"] {
  border-top: none;
  border-radius: 0px 0px 10px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
 .own-use-filter {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (min-width: 1000px) {
  .own-use-filter {
    margin-bottom: 25px;
  }
}
.own-use-filter-form {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 20px;
}
@media only screen and (max-width: 1000px) {
  .own-use-filter-form {
    flex-direction: column;
    align-items: stretch;
    flex: 1;
    border: 1px solid var(--r360-almost-white);
    border-radius: 10px;
  }
}
.own-use-filter-form-header {
  padding: 15px 15px 0px 15px;
}
@media only screen and (min-width: 1000px) {
  .own-use-filter-form-header {
    display: none;
  }
}
.own-use-filter-form-dates {
  flex: 2;
}
@media only screen and (max-width: 1000px) {
  .own-use-filter-form-dates {
    padding: 0px 15px;
  }
}
.own-use-filter-form-dates-input {
  font-weight: 500;
}
.own-use-filter-form-dates-inputs-wrapper {
  display: flex;
}
@media only screen and (max-width: 1000px) {
  .own-use-filter-form-dates-inputs-wrapper {
    gap: 15px;
  }
}
@media only screen and (min-width: 1000px) {
  .own-use-filter-form-dates-input:first-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .own-use-filter-form-dates-input:last-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-left: none;
  }
}
.own-use-filter-form-dates-labels-wrapper {
  display: flex;
}
@media only screen and (max-width: 1000px) {
  .own-use-filter-form-dates-labels-wrapper {
    gap: 15px;
  }
}
.own-use-filter-form-dates-label {
  flex: 1;
  font-size: 13px;
}
@media only screen and (max-width: 1000px) {
  .own-use-filter-form-button.btn {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
}
.own-use-bookings-count {
  padding: 30px 0px 12px 10px;
  display: flex;
  align-items: baseline;
  gap: 5px;
}
@media only screen and (max-width: 1000px) {
  .own-use-table {
    display: none;
  }
}
@media only screen and (min-width: 1000px) {
  .own-use-mobile {
    display: none;
  }
}
.own-use-mobile-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
 .panorama-filter {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 25px;
}
.panorama-filter-form {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 10px;
}
@media screen and (max-width: 1200px) {
  .panorama-filter-form {
    flex-direction: column;
    align-items: stretch;
    flex: 1;
    border: 1px solid var(--r360-almost-white);
    border-radius: 10px;
    gap: 0px;
  }
}
.panorama-filter-form-header {
  padding: 15px 15px 0px 15px;
}
@media screen and (min-width: 1200px) {
  .panorama-filter-form-header {
    display: none;
  }
}
.panorama-filter-form-dates {
  flex: 1;
}
.panorama-filter-form-dates-input {
  font-weight: 500;
}
.panorama-filter-form-dates-inputs-wrapper {
  display: flex;
}
@media screen and (max-width: 1200px) {
  .panorama-filter-form-dates {
    padding: 15px 15px 20px 15px;
  }
}
.panorama-filter-form-unit {
  flex: 1;
}
.panorama-filter-nav {
  display: flex;
  align-items: center;
  margin-left: calc(50% - 140px);
  width: 280px;
}
@media screen and (max-width: 1200px) {
  .panorama-filter-nav {
    display: none;
  }
}
.panorama-filter-nav-date {
  height: 40px;
  padding: 0px 30px;
  display: flex;
  align-items: center;
  border: 1px solid var(--r360-medium-grey);
}
.panorama-filter-nav-date-month {
  font-weight: 500;
}
.panorama-filter-nav-button {
  height: 40px;
  border: 1px solid var(--r360-medium-grey);
  display: flex;
  align-items: center;
}
.panorama-filter-nav-button:hover {
  background: var(--r360-light-blue);
}
.panorama-filter-nav-button-left {
  padding-left: 15px;
  padding-right: 25px;
  border-right: none;
  border-radius: 48% 0 0 48%;
}
.panorama-filter-nav-button-right {
  border-radius: 0 48% 48% 0;
  padding-left: 25px;
  padding-right: 15px;
  border-left: none;
}
.panorama-content {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1200px) {
  .panorama-content {
    gap: 20px;
    gap: 45px;
  }
  .panorama-content-header {
    display: none;
  }
}
.panorama-content-header {
  border: 1px solid var(--r360-almost-white);
  border-bottom: none;
}
.panorama-content-header-tabs {
  display: flex;
  margin-top: 20px;
  align-items: flex-end;
}
.panorama-content-header-tabs__inactive, .panorama-content-header-tabs__active {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: center;
  z-index: 1;
  position: relative;
}
.panorama-content-header-tabs__inactive {
  height: 40px;
}
.panorama-content-header-tabs__active {
  border: 1px solid var(--r360-almost-white);
  margin: 0px 10px;
  background: #fff;
  height: 45px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: 0px;
}
.panorama-content-header-tabs:after {
  background: var(--r360-light-blue);
  position: absolute;
  left: 15px;
  right: 15px;
  height: 40px;
  content: "";
  border: 1px solid var(--r360-almost-white);
  flex: 1;
}
.panorama-content-header-months {
  display: flex;
  justify-content: space-between;
}
.panorama-content-header-months-prev, .panorama-content-header-months-next, .panorama-content-header-months-current {
  padding: 20px 0px;
}
.panorama-content-header-months-prev, .panorama-content-header-months-next {
  font-weight: 500;
  font-size: 13px;
  flex: 1;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--r360-black);
}
.panorama-content-header-months-prev img, .panorama-content-header-months-next img {
  padding: 0px 20px;
}
.panorama-content-header-months-next {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1200px) {
  .panorama-content .tab-content:not(.tab-content__active) {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .panorama-content .units-table-desktop, .panorama-content .pools-table-desktop {
    display: none;
  }
}
.panorama-content .units-table-desktop-no-results, .panorama-content .pools-table-desktop-no-results {
  padding: 15px;
}
.panorama-content .units-table, .panorama-content .pools-table {
  font-size: 12px;
}
.panorama-content .units-table-entry-shared, .panorama-content .pools-table-entry-shared {
  font-weight: 400;
}
@media screen and (min-width: 1200px) {
  .panorama-content .units-table, .panorama-content .pools-table {
    display: none;
  }
}
.panorama-content .units-table-with-border, .panorama-content .pools-table-with-border {
  border: 1px solid var(--r360-almost-white);
  min-width: 30px;
}
.panorama-content .units-table-content, .panorama-content .pools-table-content {
  height: 30px;
}
.panorama-content .units-table-no-results, .panorama-content .pools-table-no-results {
  padding: 15px;
}
.panorama-content .units-table-header, .panorama-content .pools-table-header {
  background: var(--r360-light-blue);
}
.panorama-content .units-table-header-week, .panorama-content .pools-table-header-week {
  padding-right: 45px;
}
.panorama-content .units-table-header-cell, .panorama-content .pools-table-header-cell {
  border: 1px solid var(--r360-almost-white);
}
.panorama-content .units-table-header-cell__weekday, .panorama-content .pools-table-header-cell__weekday {
  border-bottom: none;
}
.panorama-content .units-table-header-cell__monthday, .panorama-content .pools-table-header-cell__monthday {
  border-top: none;
}
.panorama-content .units-table-header-sunday, .panorama-content .pools-table-header-sunday {
  color: var(--r360-red);
}
.panorama-content .units-table-status, .panorama-content .pools-table-status {
  color: #fff;
}
.panorama-content .units-table-unit, .panorama-content .units-table-pool, .panorama-content .pools-table-unit, .panorama-content .pools-table-pool {
  font-size: 14px;
  text-align: left;
  padding: 4px;
}
.panorama-table-header {
  border-left: none;
  vertical-align: top;
}
.panorama-legends {
  display: flex;
  justify-content: flex-end;
  gap: 20px 40px;
  font-size: 13px;
  margin-top: 20px;
}
@media screen and (max-width: 1200px) {
  .panorama-legends__desktop {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .panorama-legends {
    justify-content: flex-start;
    padding: 0px 15px;
    flex-wrap: wrap;
  }
}
.panorama-legends-legend {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .panorama-legends-legend {
    flex: 1;
  }
}
.panorama-legends-legend span {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  display: inline-block;
}
.panorama-legends-legend__owner {
  background-color: var(--r360-status-owner);
}
.panorama-legends-legend__preliminary {
  background-color: var(--r360-status-preliminary);
}
.panorama-legends-legend__definitive {
  background-color: var(--r360-status-definitive);
}
.panorama-legends-legend__blocked {
  background-color: var(--r360-status-blocked);
}
.panorama .panorama-nav {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
.panorama table {
  border-collapse: collapse;
  width: 100%;
  font-size: 12px;
}
.panorama table td {
  padding: 3px;
  text-align: center;
}
.panorama table td.panorama-table-header {
  width: 190px;
  text-align: left;
}
.panorama table td:hover {
  background-color: var(--r360-grey);
}
.panorama table td.sunday {
  background-color: var(--r360-grey);
}
.panorama table tr.calendar td {
  border-top: 1px solid var(--r360-almost-white);
}
.panorama table tr.calendar td:not(.panorama-table-header) {
  border-left: 1px solid var(--r360-almost-white);
  border-bottom: none;
  width: auto;
}
.panorama table tr.calendar td:not(.panorama-table-header).panorama-table-month-empty:not(:last-child) {
  border-left: none;
  border-right: none;
}
.panorama table tr.calendar td:not(.panorama-table-header).panorama-table-month-empty:last-child {
  border-left: none;
}
.panorama table tr.calendar td:not(.panorama-table-header):last-child {
  border-right: 1px solid var(--r360-almost-white);
}
.panorama table tr.calendar.months {
  font-weight: 500;
}
.panorama table tr.calendar:not(:first-child) td {
  border-top: none;
}
.panorama table tr.entry td {
  border: 1px solid var(--r360-almost-white);
  height: 30px;
  min-width: 30px;
}
.panorama table tr.entry.empty td {
  border: 1px solid var(--r360-almost-white);
  height: 30px;
  padding: 5px 0px 30px 0px;
  width: auto;
}
.panorama table tr.entry.empty td.panorama-table-header {
  width: 190px;
  text-align: left;
}
.panorama table tr.entry.empty td.last-empty {
  text-align: left;
  padding-left: 20px;
}
.panorama table tr.entry td:first-child {
  text-align: left;
  font-weight: 500;
  border-left: none;
}
.panorama table tr.entry td:last-child td.last-empty {
  border-right: none;
}
.panorama table tr.entry td.status {
  color: #fff;
  cursor: pointer;
}
.panorama table tr.entry td.status:hover {
  filter: brightness(85%);
}
.panorama table tr.entry td.arrival {
  border-left: 1px solid var(--r360-almost-white);
}
.panorama .pools-table-desktop tr.entry td.arrival, .panorama .units-table-desktop tr.entry td.arrival {
  border: 2px solid #404040;
}
.panorama table td.owner {
  background-color: var(--r360-status-owner);
}
.panorama table td.definitive {
  background-color: var(--r360-status-definitive);
}
.panorama table td.preliminary {
  background-color: var(--r360-status-preliminary);
}
.panorama table td.blocked {
  background-color: var(--r360-status-blocked);
}
.panorama .general-info {
  position: relative;
  width: 100%;
  max-width: 1054px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.panorama .general-info .notification {
  display: flex;
  border: 1px solid #3391cc;
  border-radius: 12px;
  overflow: hidden;
}
.panorama .general-info .notification__indicator {
  border-left-color: inherit;
  border-left-style: solid;
  border-left-width: 12px;
}
.panorama .general-info .notification__content {
  flex: 1 1;
  padding: 12px 30px 12px 12px;
  white-space: pre-wrap;
  font-size: 16px;
  line-height: 24px;
}
.panorama .general-info .notification__close-btn {
  cursor: pointer;
  display: flex;
  margin-right: 9px;
  margin-top: 9px;
}
 .password-reset-page {
  max-width: 300px;
}
.password-reset-page .message {
  display: none;
}
.password-reset-page .logo {
  margin-bottom: 30px;
  max-width: 100%;
}
.password-reset-page .section {
  display: flex;
  flex-direction: column;
}
.password-reset-page form {
  display: flex;
  flex-direction: column;
}
.password-reset-page form input[type="password"] {
  border-bottom: none;
  border-radius: 0;
}
.password-reset-page form [type="submit"] {
  border-top: none;
  border-radius: 0px 0px 10px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
 .periods-mobile {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (min-width: 800px) {
  .periods-mobile {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  .periods-desktop {
    display: none;
  }
}
 .reservations-filter {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (min-width: 1200px) {
  .reservations-filter {
    margin-bottom: 25px;
  }
}
.reservations-filter-form {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 20px;
}
@media only screen and (max-width: 1200px) {
  .reservations-filter-form {
    flex-direction: column;
    align-items: stretch;
    flex: 1;
    border: 1px solid var(--r360-almost-white);
    border-radius: 10px;
  }
}
.reservations-filter-form-header {
  padding: 15px 15px 0px 15px;
}
@media only screen and (min-width: 1200px) {
  .reservations-filter-form-header {
    display: none;
  }
}
.reservations-filter-form-dates {
  flex: 2;
}
@media only screen and (max-width: 1200px) {
  .reservations-filter-form-dates {
    padding: 0px 15px;
  }
}
.reservations-filter-form-dates-input {
  font-weight: 500;
}
.reservations-filter-form-dates-inputs-wrapper {
  display: flex;
}
@media only screen and (max-width: 1200px) {
  .reservations-filter-form-dates-inputs-wrapper {
    gap: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .reservations-filter-form-dates-input:first-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .reservations-filter-form-dates-input:last-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-left: none;
  }
}
.reservations-filter-form-dates-labels-wrapper {
  display: flex;
}
@media only screen and (max-width: 1200px) {
  .reservations-filter-form-dates-labels-wrapper {
    gap: 15px;
  }
}
.reservations-filter-form-dates-label {
  flex: 1;
  font-size: 13px;
}
@media only screen and (max-width: 1200px) {
  .reservations-filter-form-button.btn {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
}
@media only screen and (max-width: 1200px) {
  .reservations-table {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .reservations-mobile {
    display: none;
  }
}
.reservations-mobile-accommodation-details {
  display: none;
}
.reservations-mobile-accommodation-details-back {
  height: 40px;
  width: 180px;
  border-radius: 20px;
  padding: 0px 24px 0px 10px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  font-size: 14px;
}
.reservations-mobile-accommodation-details-back-text {
  flex-grow: 1;
}
.reservations-mobile-accommodation-details-date {
  font-weight: 500;
  padding-bottom: 10px;
}
.reservations-mobile-accommodation-details-date-text {
  padding-bottom: 10px;
}
.reservations-mobile-accommodation-details-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.reservations-mobile-accommodation-details-list-header {
  margin: 20px 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.reservations-mobile-accommodation-details-list-line {
  display: flex;
}
.reservations-mobile-accommodation-details-list-line__first {
  flex: 1;
}
.reservations-mobile-accommodation-details-list-line__last {
  flex: 2;
}
.reservations-mobile-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.reservations-summary {
  padding: 15px;
  margin: 30px 0px 15px 0px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: var(--r360-light-blue);
}
.reservations-summary-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.reservations-summary-content-label__first {
  font-weight: 500;
}
.reservations-summary-content-sum {
  margin: 0;
  font-weight: 400;
  color: var(--r360-primary);
}
.reservations-summary-content-sum__first {
  font-weight: 500;
}
.reservations-summary-content-open {
  display: flex;
  justify-content: center;
  padding: 30px 0px 15px 0px;
}
.reservations-summary-content-more {
  display: none;
}
.reservations-summary-content-more-header {
  padding: 20px 0px;
}
.reservations-summary-content-more-section {
  padding-bottom: 15px;
}
.reservations-summary-content-more-section-row {
  display: flex;
  justify-content: space-between;
  padding-top: 5px;
}
.reservations-summary-content-more-section-row-value {
  color: var(--r360-primary);
  font-size: 18px;
}
.reservations-accommodation {
  border: 1px solid var(--r360-almost-white);
}
.reservations-accommodation-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px 20px;
  height: 60px;
}
.reservations-accommodation-header-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: baseline;
  gap: 20px;
}
.reservations-accommodation-header-text-amount {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 3px;
}
.reservations-accommodation-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 15px;
  background: var(--r360-light-blue);
}
.reservations-accommodation-content-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.reservations-accommodation-content-line-label__first {
  font-weight: 500;
}
.reservations-accommodation-content-line-sum {
  margin: 0;
  font-weight: 400;
  color: var(--r360-primary);
}
.reservations-accommodation-content-line-sum__first {
  font-weight: 500;
}
.reservations-bookings-count {
  padding: 0px 10px;
  display: flex;
  align-items: baseline;
  gap: 5px;
}
.pdf-col {
  width: 45px;
  text-align: center;
}
.pdf-link {
  display: flex;
  align-items: center;
  gap: 5px;
}
@media only screen and (max-width: 1200px) {
  .mobile-hidden {
    display: none;
  }
}
 .reserve-form-add-section, .reserve-form-addons-section {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: flex-end;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1200px) {
  .reserve-form-add-section, .reserve-form-addons-section {
    margin-bottom: 0px;
    padding: 15px;
    flex-direction: column;
    align-items: stretch;
  }
}
.reserve-form-add-section-lodge, .reserve-form-addons-section-lodge {
  flex: 2;
}
.reserve-form-add-section-dates-inputs-wrapper, .reserve-form-addons-section-dates-inputs-wrapper {
  display: flex;
}
.reserve-form-add-section-dates, .reserve-form-addons-section-dates {
  flex: 2;
}
.reserve-form-add-section-dates-input, .reserve-form-addons-section-dates-input {
  font-weight: 500;
}
.reserve-form-add-section-dates-input:first-child, .reserve-form-addons-section-dates-input:first-child {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.reserve-form-add-section-dates-input:last-child, .reserve-form-addons-section-dates-input:last-child {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-left: none;
}
.reserve-form-add-section-dates-labels-wrapper, .reserve-form-addons-section-dates-labels-wrapper {
  display: flex;
}
.reserve-form-add-section-dates-label, .reserve-form-addons-section-dates-label {
  font-size: 13px;
  flex: 1;
}
.reserve-form-add-section-guests, .reserve-form-addons-section-guests {
  flex: 1;
}
@media only screen and (max-width: 1200px) {
  .reserve-form-add-section-guests-label, .reserve-form-addons-section-guests-label {
    padding-bottom: 10px;
  }
}
.reserve-form-add-section-guests-counter, .reserve-form-addons-section-guests-counter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  gap: 8px;
}
@media only screen and (max-width: 1200px) {
  .reserve-form-add-section-guests-counter, .reserve-form-addons-section-guests-counter {
    justify-content: flex-start;
  }
}
.reserve-form-add-section-guests-counter-button-minus, .reserve-form-add-section-guests-counter-button-plus, .reserve-form-addons-section-guests-counter-button-minus, .reserve-form-addons-section-guests-counter-button-plus {
  padding: 0px;
  border: none;
  background: none;
  cursor: pointer;
}
.reserve-form-add-section-guests-counter-button-minus:disabled, .reserve-form-add-section-guests-counter-button-plus:disabled, .reserve-form-addons-section-guests-counter-button-minus:disabled, .reserve-form-addons-section-guests-counter-button-plus:disabled {
  cursor: default;
}
.reserve-form-add-section-guests-counter-input, .reserve-form-addons-section-guests-counter-input {
  margin: 0px 10px;
  min-width: 60px;
  background: none;
  text-align: center;
  font-weight: 500;
}
@media only screen and (max-width: 1200px) {
  .reserve-form-add-section-guests-counter-input, .reserve-form-addons-section-guests-counter-input {
    width: 60px;
  }
}
.reserve-form-add-section-add-lodge-reservation, .reserve-form-addons-section-add-lodge-reservation {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.reserve-form-add-section-addons-mobile, .reserve-form-addons-section-addons-mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 15px;
}
@media only screen and (min-width: 1200px) {
  .reserve-form-add-section-addons-mobile, .reserve-form-addons-section-addons-mobile {
    display: none;
  }
}
.reserve-form-add-section-addons-mobile-text, .reserve-form-addons-section-addons-mobile-text {
  display: flex;
  flex-direction: column;
}
.reserve-form-add-section-addons-mobile-text-sub, .reserve-form-addons-section-addons-mobile-text-sub {
  font-size: 13px;
}
.reserve-form-add-section-addons-mobile-text-top, .reserve-form-addons-section-addons-mobile-text-top {
  font-weight: 500;
}
@media only screen and (max-width: 1200px) {
  .reserve-form-addons-section {
    display: none;
  }
}
.filter {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 30px;
}
.filter-form__reserve {
  gap: 20px;
}
@media only screen and (min-width: 1200px) {
  .filter-form__reserve {
    display: block;
  }
}
.reserve-form-cart {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media only screen and (max-width: 1200px) {
  .reserve-form-cart {
    align-items: stretch;
  }
}
.reserve-form-cart-table-section {
  margin-top: 20px;
  width: 65%;
  display: flex;
  gap: 8px;
  flex-direction: column;
  padding: 16px;
}
@media only screen and (min-width: 1200px) {
  .reserve-form-cart-table-section {
    background: var(--r360-light-blue);
  }
}
@media only screen and (max-width: 1200px) {
  .reserve-form-cart-table-section {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .reserve-form-cart-table-section-header {
    display: none;
  }
}
.reserve-form-cart-table {
  border-collapse: collapse;
  margin: 0px 10px;
}
.reserve-form-cart-table-cart-line {
  border-bottom: 1px solid var(--r360-almost-white);
  height: 40px;
}
.reserve-form-cart-table-cart-line-lodge-name-bold {
  font-weight: 500;
}
.reserve-form-cart-table-cart-line-align-right {
  text-align: right;
}
.reserve-form-cart-table-cart-line-last {
  width: 10%;
}
.reserve-form-cart-table-cart-summary {
  height: 40px;
  vertical-align: bottom;
}
@media only screen and (max-width: 1200px) {
  .reserve-form-cart-table-cart-summary {
    display: none;
  }
}
.reserve-form-cart-table-cart-summary-text {
  color: var(--r360-primary);
}
@media only screen and (max-width: 1200px) {
  .reserve-form-cart-button-section {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .reserve-form-cart-button-section-button {
    width: 100%;
  }
  .reserve-form-cart-button-section-button-clear.btn {
    width: 50%;
    height: 40px;
    font-size: 14px;
    line-height: 17px;
    margin: 0px 15px 30px 15px;
    border-radius: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .reserve-form-cart-button-section {
    margin-top: 20px;
    width: 40%;
    display: flex;
    gap: 20px;
    justify-content: space-between;
  }
  .reserve-form-cart-button-section-button {
    flex: 1;
  }
}
.reserve-form-cart-button-section-button-clear {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.reserve-form-cart-button-section-sum {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0px 15px 10px 15px;
}
@media only screen and (min-width: 1200px) {
  .reserve-form-cart-button-section-sum {
    display: none;
  }
}
.reserve-form-cart-mobile {
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (min-width: 1200px) {
  .reserve-form-cart-mobile {
    display: none;
  }
}
.reserve-form-cart-mobile-item {
  border: 1px solid var(--r360-almost-white);
  border-radius: 10px;
  margin: 0px 15px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 25px;
}
.reserve-form-cart-mobile-item-header {
  display: flex;
  justify-content: space-between;
}
.reserve-form-cart-mobile-item-sum {
  color: var(--r360-primary);
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 1200px) {
  .mobile-hidden {
    display: none;
  }
}
.extras-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}
.extras-modal .reserve-form-addons-section {
  position: relative;
  background-color: white;
  padding: 0px;
  margin: 0px 15px;
  max-width: 600px;
  -webkit-animation-name: animateModalTop;
  -webkit-animation-duration: 0.3s;
  animation-name: animateModalTop;
  animation-duration: 0.3s;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 30px;
  border-radius: 10px;
}
.extras-modal .reserve-form-addons-section .extras-modal-header {
  display: flex;
  justify-content: flex-end;
  padding: 10px;
}
.extras-modal .reserve-form-add-section-lodge, .extras-modal .reserve-form-add-section-dates, .extras-modal .reserve-form-add-section-guests {
  padding: 0px 15px;
}
.extras-modal .reserve-form-add-section-add-lodge-reservation .btn {
  margin-top: 50px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .extras-modal-header {
    display: none;
  }
}
@-webkit-keyframes animateModalTop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animateModalTop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
.caleran-container, .caleran-container-mobile {
  z-index: 10000;
}
 .skatteetaten-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (min-width: 1200px) {
  .skatteetaten-content {
    max-width: 300px;
  }
}
.skatteetaten-content-button-container {
  margin-top: 20px;
}
.skatteetaten-content-button {
  font-size: 13px;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
}
