.hidden {
  display: none;
}

.top {
  height: auto !important;
}

.testbtn {
  -webkit-border-radius: 5px;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.33px;
  height: 40px;
  line-height: 40px;
  min-width: 150px;
  justify-content: center;
  text-transform: uppercase;
  text-decoration: none;
  background: #dd7f3f;
  color: #ffffff;
}

.swal2-popup {
  border-radius: 15px;
  padding: 40px;
  padding-top: 0;
}

.swal2-html-container p {
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #9d9c9c;
}

.swal2-html-container h1 {
  font-family: "Open Sans";
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 24px;
}

.swal2-actions button {
  border-radius: 30px !important;
  background-color: #dd7f3f !important;
}

.swal2-close {
  background: white !important;
  box-shadow: -3px 3px 3px rgb(0 0 0 / 10%) !important;
  color: gray !important;
  border-radius: 50% !important;
  transform: translate3d(50%, -50%, 0) !important;
}

.signin-title {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  text-align: center;
  margin-bottom: 28px;
}

.signin-text {
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
}

.signin-text2 {
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0em;
  text-align: center;
}

.tenant-name {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  margin-bottom: 21px;
  text-align: center;
}

.appstoreLogos {
  height: 50px;
}

.appstoreLogos img,
.appstoreLogos a {
  height: 100%;
  object-fit: contain;
  cursor: pointer;
}

.pt-75 {
  padding-top: 75px !important;
}

.py-69 {
  padding-top: 69px !important;
  padding-bottom: 69px !important;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mr-10 {
  margin-right: 10px;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px;
}

.mb-7 {
  margin-bottom: 7px !important;
}
.mb-48 {
  margin-bottom: 48px !important;
}

.mb-82 {
  margin-bottom: 82px !important;
}

.maxheight-200 {
  max-height: 200px;
}

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

.text-align-left {
  text-align: left;
}

.flex-grow-5 {
  flex-grow: 5;
}
.flex-grow-6 {
  flex-grow: 6 !important;
}

.display-flex {
  display: flex;
}

.flex-wrap-nowrap {
  flex-wrap: nowrap;
}

.align-items-center {
  align-items: center;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-space-evently {
  justify-content: space-evenly;
}

.position-absolute {
  position: absolute;
}

.position-relative {
  position: relative;
}

.bottom-left {
  bottom: 0;
  left: 0;
}

.mobile-only {
  display: none;
}

.desktop-only {
  display: none;
}

.width-40 {
  width: 40%;
}
.width-50 {
  width: 50%;
}

.width-96px {
  width: 96px;
}

.flex-direction-column {
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .mobile-only {
    display: flex;
  }

  .back-button.last-step {
    position: static;
    justify-content: center !important;
    order: 4;
  }

  .appstoreLogos {
    flex-direction: column;
    height: auto;
  }

  .appstoreLogos a {
    width: 50% !important;
  }

  .appstoreLogos a img {
    width: 100% !important;
    height: auto !important;
  }
}

@media screen and (min-width: 769px) {
  .desktop-only {
    display: flex;
  }

  .appstoreLogos {
    width: 70%;
  }
}
