.indio-checkout {
  height: 800px;
}

.indio-park-map {
  height: 650px;
}

.indio-body-container {
  display: flex;
  margin: 0px;
  background: #f0f2f5;
}

.indio-body-container a,
.indio-body-container h1,
.indio-body-container p {
  font-family: "Rubik", sans-serif !important;
}

.indio-guest-portal-l {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100%;
}

.indio-login-container {
  display: flex;
  flex-direction: column;
}

.indio-guest-portal-r {
  background-image: url("../assets/riverhomes.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .indio-checkout {
    height: 1250px;
    padding-left: 0;
    padding-right: 0;
  }

  .indio-park-map {
    height: 800px;
    padding-left: 0;
    padding-right: 0;
  }
}

.indio-row {
  display: flex;
  flex-direction: row;
  min-height: 100vh;
}

.indio-column {
  height: auto;
  width: 50vw;
  display: flex;
}

.indio-login {
  color: #000;
  flex-direction: column;
  align-items: center;
}

.indio-bg {
  background-image: url("/assets/riverhomes.jpg");
  background-size: cover;
  background-position: center;
}

@media (min-width: 1024px) {
  .indio-column {
    min-height: 100vh;
  }
}

.guest-portal-side-bar {
  width: 250px;
  position: fixed;
  height: 100vh;
}

.guest-portal-sider {
  min-width: 250px;
  height: 100vh;
  box-shadow: #00000040 2px 2px 5px 0px;
  overflow-y: auto;
  background: rgb(31, 41, 55);
  position: fixed;
  top: 0;
}

.sider-children {
  display: flex;
  flex-direction: column;
}

.sider-menu {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
}

.sider-menu-item {
  color: var(--bg-ffffff, #FFF);
  display: flex;
  height: 56px;
  align-items: center;
  gap: 15px;
  flex-shrink: 0;
  padding: 10px 20px;
}

.sider-menu-selected {
  background: rgb(242,244,246,.07);
}

.guest-portal-layout {
  display: flex;
  flex: auto;
  flex-direction: column;
  background: #f0f2f5;
}

.guest-top-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 250px);
  position: fixed;
  top: 0;
  right: 0;
  max-height: 64px;
  z-index: 100;
  padding: 0;
  background-color: white;
  box-shadow: #00000040 2px 2px 5px 0px;
}

.guest-top-nav-container {
  display: flex;
  align-items: center;
  margin: 30px;
}

a {
  text-decoration: none;
}

.guest-layout-content {
  padding-top: 64px;
  flex: auto;
  width: calc(100% - 250px);
  margin-left: auto;
}

.guest-portal-page {
  padding: 30px;
  display: block;
}

.guest-content-body {
  display: flex;
  align-items: center;
  flex-direction: column;
}
