* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  overflow: auto;
  height: 100%;
  background-image: linear-gradient(200deg, #008ad7, #00a4ff);
  margin: 0;
}

img {
  max-width: 100%;
}

.lp-login-body {
  overflow: auto;
  height: 100%;
  background-image: linear-gradient(200deg, #008ad7, #00a4ff);
}

.lp-login-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.lp-login-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.lp-login-footer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 15px 25px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
}

.lp-login-content-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.lp-login-left-bar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 100%;
  padding-top: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: linear-gradient(176deg, #005787, #008ad7 57%);
}

.search-box {
  position: relative;
  width: 90%;
  height: auto;
  max-width: 800px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 40px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 70, 108, 0.5);
          box-shadow: 0px 0px 40px rgba(0, 70, 108, 0.5);
}

.lp-login-logo-mobile-text {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
}

.lp-login-footer-nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lp-login-footer-logo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  margin-top: -58px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.lp-login-footer-link {
  margin-right: 15px;
  margin-left: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #008ad7;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.lp-login-footer-nav-buttons {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
}

.lp-login-footer-app-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lp-login-logo-mobile-image {
  width: 100%;
}

.lp-login-top-logo-container {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lp-login-form-finder-text {
  display: inline;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.lp-login-form-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lp-login-form-finder-button {
  margin-left: 30px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #008ad7;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.lp-login-logo-mobile {
  display: none;
  margin-top: 25px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lp-login-form-finder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 10px;
}

.lp-login-top-logo-image {
  width: 120px;
}

.lp-login-footer-logo-container-image {
  margin-bottom: 4px;
}

.lp-login-footer-app-links-1 {
  margin-right: 10px;
}

.bg-cloud-image {
  position: relative;
  left: -62px;
  top: -54px;
  width: 130%;
  max-width: none;
  min-height: 100%;
  opacity: 0.45;
}

.bg-cloud-container {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.lp-login-top-logo-text {
  margin-top: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
}

.lp-login-footer-logo-container-text {
  font-family: 'Open Sans', sans-serif;
  color: #747474;
  font-size: 11px;
  line-height: 15px;
  font-weight: 700;
}

.lp-login-form-header-button {
  border-radius: 5px;
  background-color: #008ad7;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

.qr-icon {
  margin-right: 5px;
}

.lp-login-form-header-text {
  display: inline;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 800;
}

.text-field {
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .lp-login-footer-link {
    line-height: 30px;
  }
  .lp-login-footer-nav-buttons {
    margin-right: 10px;
    margin-left: 10px;
  }
  .lp-login-footer-app-links {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .lp-login-footer-app-links-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .lp-login-footer-app-links-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .bg-cloud-image {
    left: -201px;
    top: -17px;
    width: 150%;
    height: 100vh;
    min-height: 100vh;
  }
  .bg-cloud-container {
    z-index: 0;
  }
}

@media screen and (max-width: 767px) {
  .search-box {
    margin: 10px auto 70px auto;
  }
  .lp-login-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .lp-login-content-main {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .lp-login-left-bar {
    display: none;
  }
  .lp-login-form-container {
    margin-top: 20px;
    margin-bottom: 50px;
  }
  .lp-login-footer-nav-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lp-login-footer-nav-buttons {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 0px;
  }
  .lp-login-logo-mobile-image {
    margin-bottom: 20px;
  }
  .lp-login-logo-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 110px;
  }
  .bg-cloud-image {
    top: -48px;
  }
}

@media screen and (max-width: 479px) {
  .lp-login-form-finder-text {
    text-align: center;
    margin-bottom: 20px;
  }
  .lp-login-form-heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .lp-login-form-finder-button {
    margin-top: 10px;
    margin-left: 0px;
  }
  .lp-login-form-finder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lp-login-form-header-button {
    margin-top: 15px;
  }
  .lp-login-form-header-text {
    text-align: center;
    margin-bottom: 20px;
  }
  .unable-find-sch, .lp-login-footer-app-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .btn-login, .lp-login-footer-app-links img {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 10px;
  }
}

/* SEARCH BAR INPUT */
.search-bar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 50px;
  max-height: 50px;
  margin: 25px 0;
}

.search-bar > input {
  background: #FFFFFF;
  border: 2px solid #dddddd;
  border-radius: 5px;
  width: 100%;
  padding-left: 45px;
  padding-right: 212px;
  font-size: 16px;
  color: #333333;
  height: 50px;
}

.search-bar > input ~ svg {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  font-size: 20px;
  left: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #333333;
}

.search-bar > input:focus ~ .search-dropdown {
  border-color: #008AD7;
}

/* SEARCH BAR BUTTON */
.search-bar > button.label {
  position: absolute;
  right: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  z-index: 1;
}

.search-bar > button.label > .label-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.search-bar > button.label > .label-icon {
  position: relative;
  margin-right: 5px;
}

.search-bar .search-icon {
  left: 12px;
  position: absolute;
  top: 20px;
}

.search-box .qr-icon {
  margin-right: 5px;
}

/* FORM DROPDOWN CONTAINER */
.search-dropdown {
  position: absolute;
  height: auto;
  margin: 90px 0 0 0;
  width: 100%;
  z-index: 1;
  border-top: 0;
  border-radius: 0 0 5px 5px;
}

.dropdown-list {
  position: relative;
  overflow-y: scroll;
  min-height: 100px;
  padding-bottom: 15px;
  width: calc(100% + 10px);
  left: -10px;
  margin-top: 10px;
  max-height: 27vh;
}

/* FORM DROPDOWN ITEM */
button.dropdown-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 15px 0;
  width: calc(100% - 30px);
  top: 5px;
  left: 10px;
  margin: 5px 0;
}

button.dropdown-list-item:hover {
  opacity: 1;
}

button.dropdown-list-item:hover::before {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f3f3f3;
  display: block;
  z-index: -1;
  position: absolute;
  border-radius: 5px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

button.dropdown-list-item:focus::after {
  width: calc(100% + 10px);
  left: -5px;
}

.dropdown-list-item .list-item-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.list-item-left .building-icon {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50px;
  height: 50px;
  left: 10px;
}

.list-item-left .item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 15px;
  margin-bottom: 5px;
  font-weight: 700;
  margin-left: 70px;
  color: #333333;
  text-align: left;
  text-transform: uppercase;
}

.list-item-left .item-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-weight: 500;
  color: var(--color-light);
  text-align: left;
  margin-left: 70px;
}

.dropdown-list-item .list-item-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  font-size: 12px;
  font-weight: 600;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #333333;
  margin-right: 10px;
  height: 100%;
  margin-top: 7px;
  margin-left: auto;
}

.list-item-right > span {
  font-size: 15px;
  font-weight: 700;
  margin-right: 5px;
  color: #008AD7;
  margin-bottom: -1px;
}

input::-ms-clear {
  display: none !important;
  width: 0px;
  height: 0px;
}

/* ////////////////////////////////////////////////////////////////////////////////////////////////////
                    DROPDOWN VARIATION
//////////////////////////////////////////////////////////////////////////////////////////////////// */
/* by default, location label is not displayed */
.search-bar > button.label.location {
  display: none;
}

.search-bar > button.label.default > .label-icon svg {
  font-size: 18px;
  color: #008AD7;
}

.search-bar > button.label.location > .label-icon svg {
  font-size: 20px;
  color: var(--color-danger);
}

/* when .dropdown or dropdown.location is attached to body */
.search-dropdown {
  display: none;
}

body.dropdown .search-box {
  height: calc(200px + 29vh);
}

body.dropdown .search-dropdown {
  display: block;
}

body.dropdown .search-bar > input {
  /* border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-color: transparent; */
}

body.location .search-bar button.default {
  display: none;
}

body.location .search-bar button.location {
  color: #da3939;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.close-dropdown {
  display: none;
}

body.dropdown .search-bar .close-dropdown {
  right: 175px;
  position: absolute;
  top: 18px;
  cursor: pointer;
  display: block;
}

body.dropdown.location .search-bar .close-dropdown {
  right: 202px;
  position: absolute;
  top: 18px;
  cursor: pointer;
  display: block;
}

/* ////////////////////////////////////////////////////////////////////////////////////////////////////
                    MEDIA QUERIES
//////////////////////////////////////////////////////////////////////////////////////////////////// */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .search-bar > input {
    background: #FFFFFF;
    border: 2px solid #dddddd;
    border-radius: 5px;
    width: 100%;
    padding-left: 45px;
    padding-right: 212px;
    font-size: 16px;
    color: #333333;
    height: 50px;
  }
  .search-dropdown {
    position: absolute;
    left: 0px;
    height: auto;
    margin: 90px 0 0 0;
    width: 100%;
    z-index: 1;
    border-top: 0;
    border-radius: 0 0 5px 5px;
  }
  .dropdown-list {
    position: relative;
    overflow-y: scroll;
    max-height: 29vh;
    min-height: 100px;
    padding-bottom: 15px;
    width: calc(100% + 10px);
  }
  .dropdown-list-item .list-item-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    font-size: 12px;
    font-weight: 600;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    color: #333333;
    margin-left: auto;
    height: 100%;
    margin-top: 7px;
  }
}
@media screen and (max-width:480px) {
  .search-bar > input{
    padding-right: 0 !important;
  }
  body.dropdown .search-bar .close-dropdown {
    right: 40px !important;
  }
  .search-dropdown {
    margin: 110px 0 0 0 !important;
  }
}

@media screen and (max-width: 800px) {
  .search-box {
    width: 90%;
  }
  .search-bar > button.label {
    width: auto;
    right: 15px;
  }
  .search-bar > button.label > .label-icon {
    margin-right: 0px;
  }
  .search-bar > button.label.default > .label-icon > svg {
    font-size: 24px;
  }
  .search-bar > button.label > span:nth-child(2) {
    display: none;
  }
}

body .search-box .unable-find-sch {
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .search-box .unable-find-sch .btn-login {
  color: #008AD7;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 15px;
}

body .search-box .unable-find-sch .btn-login > span:first-child {
  font-size: 20px;
}

body .search-box .unable-find-sch .btn-login > span {
  margin-right: 10px;
}

/* Toaster alert */
#toaster {
  visibility: hidden;
  min-width: 200px;
  margin-right: 10px;
  max-height: 50px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  right: 0;
  top: 2%;
  bottom: 30px;
  font-size: 17px;
  cursor: pointer;
}

#toaster.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

/* Toaster alert end */
button.button-text:hover::before, *[role=button].button-text:hover::before, .cl-focusable.button-text:hover::before {
  content: "";
  position: absolute;
  width: calc(100% + 16px);
  height: calc(100% + 10px);
  top: -5px;
  left: -8px;
  background-color: #f3f3f3;
  border-radius: 5px;
  z-index: -1;
  border: 0;
  opacity: 1;
}

button {
  border: none;
  background: none;
  cursor: pointer;
  outline: none !important;
  overflow: visible;
}

.footer-cntr {
  min-height: 60px;
  height: 60px;
}
/*# sourceMappingURL=index.css.map */