.login-model-container {
  display: none;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  z-index: 1500;
  left: 0;
  overflow: hidden;
  outline: 0;
  background-color: rgb(255, 255, 255, 0.5);
}

.loading_img {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  text-align: center;
  display: -ms-flexbox;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none;
}

.logout-btn {
  display: none;
}

.sidenav .logout-link {
  display: none;
}

/* .login-form {
  display: none;
} */
.register-form {
  display: none;
}
.model-body {
  position: fixed;
  max-height: 90vh;
  left: 50%;
  top: 50%;
  display: unset;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 1.4rem;
  width: 899px;
  border-radius: 15px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.model-content {
  position: relative;
  background: #ffffff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.45) !important;
  border-radius: 10px;
  border: 10px red !important;
}

.reset-content,
.registered-content,
.link-sent-content {
  position: fixed;
  max-height: 90%;
  left: 50%;
  top: 50%;
  display: none;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 21px;
  width: 500px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 5px 10px !important;
}

.registered-content {
  display: none;
  padding: 30px 70px;
}

.link-sent-content {
  display: none;
}
.registered-body p {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #525252;
  text-align: center;
  float: none;
}

.registered-body .mb-0 {
  margin-bottom: 0px;
}
.registered-body .mb-0:hover {
  color: black;
}

.travelorislogo img {
  width: 145px;
}

.link-sent-body .back-to-login-btn {
  margin-bottom: 0px;
}
.reset-body,
.registered-body,
.link-sent-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.reset-body .plan-holiday-text {
  margin-top: 0px;
}

.registered-content {
  width: 400px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.45) !important;
}
.registered-body .plan-holiday-text {
  margin-top: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.link-sent-body .plan-holiday-text {
  margin-top: 0px;
}

.text-back {
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #0063be;
  /* margin-bottom: 30px; */
  display: inline-block;
  position: relative;
  padding-left: 20px;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.reset-body .wrap div {
  margin: 25px 0;
}
.error {
  width: 100%;
  margin: 0 !important;
  font-size: 12px;
  display: none;
  color: #ec3f19;
  margin-right: 10px !important;
}
.already-exists {
  cursor: pointer;
}
.reset-body .error-forgot {
  display: none;
  color: #ec3f19;
}
.reset-body .register-btn {
  margin-bottom: 0px;
  margin-top: 0px;
}
.text-back:hover {
  color: #333;
  text-decoration: none !important;
  outline: 0px;
}
.text-back:before {
  content: "";
  background: url("/assets/BackArrow.png");
  width: 16px;
  height: 10px;
  position: absolute;
  left: 0px;
  top: 6px;
}

.text-back:after {
  content: "";
  display: block;
  border-bottom: 1px solid #0063be;
  margin-top: 2px;
  margin-left: -20px;
}
.model-close {
  position: absolute;
  top: -15px;
  cursor: pointer;
  right: -15px;
  height: 40px;
  width: 40px;
  border-radius: 100px;
  background-color: #000;
  color: #fff !important;
  line-height: 40px;
  text-align: center;
  opacity: 1 !important;
  display: inline-block;
  z-index: 1051;
  outline: none;
  border: none;
  text-shadow: none;
  font-size: 26px;
}

.close {
  cursor: pointer !important;
}

.show-me-btn {
  cursor: pointer;
}
.sideimg-text {
  position: relative;
}

.side-img {
  min-height: 80vh !important;
  background-size: cover !important;
  border-radius: 5px;
  background: url("/assets/SideImg.png") no-repeat center center;
}

.sideimg-text h2 {
  position: absolute;
  font-family: Lato;
  font-style: normal;
  font-weight: 900;
  font-size: 22px;
  line-height: 132%;
  text-align: center;
  letter-spacing: 0.1em;
  color: #ffffff;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
  right: 0;
  left: 0;
}
.login-btn:hover {
  background-color: #ffde33 !important;
  border: none;
  color: #33a1aa !important;
}

.logo-footer {
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 0px;
  right: 0;
}

.logo-footer img {
  width: 145px;
}

.logo-footer h3 {
  font-family: Lato;
  font-style: italic;
  font-weight: 500;
  font-size: 18px;
  line-height: 132%;
  text-align: center;
  letter-spacing: 0.1em;
  color: #ffffff;
  margin-bottom: 10px;
  text-transform: none;
}

.side-img {
  min-height: 80vh !important;
  background-size: cover !important;
  border-radius: 5px;
  background: url("/assets/SideImg.png") no-repeat center center;
}

form {
  padding: 0;
  margin: 0;
}

.register-form {
  margin-top: -45px;
}

.link-sent-body h1 {
  margin-top: 0px;
}

.plan-holiday-text h1 {
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 8px;
}

.plan-holiday-text p {
  font-style: normal;
  font-weight: normal;
  font-size: 13.5px;
  line-height: 17px;
  color: #525252;
  margin-bottom: 0;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.plan-holiday-text ul {
  padding: 0;
  margin: 20px 0;
  display: flex;
  align-items: center;
}

.plan-holiday-text ul li {
  font-family: Lato;
  font-style: normal;
  font-weight: 500;
  font-size: 13.5px;
  line-height: 17px;
  color: #424242;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
}

.google-login {
  margin-right: 0px;
  background-color: #fff;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  border-radius: 100px;
  width: 30px;
  height: 30px;
  padding: 6px !important;
  margin-left: 5px;
}

.or-text {
  position: relative;
  text-align: center;
}

.or-text p {
  margin-bottom: 0;
  text-align: center;
  display: block;
  float: none;
  color: #909090;
}

.or-text p:before {
  content: "";
  background: #ccc;
  height: 1px;
  position: absolute;
  left: 0;
  top: 7px;
  width: 45%;
  z-index: 1;
}
.or-text p::after {
  content: "";
  background: #ccc;
  height: 1px;
  position: absolute;
  right: 0;
  top: 7px;
  width: 45%;
  z-index: 1;
}

.wrap div {
  position: relative;
  margin: 25px 0;
}

label {
  display: inline-block;
}
.wrap label {
  position: absolute;
  top: 5px;
  margin: 10px;
  padding: 0 10px;
  -webkit-transition: top 0.2s ease-in-out, font-size 0.2s ease-in-out;
  transition: top 0.2s ease-in-out, font-size 0.2s ease-in-out;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #909090;
  pointer-events: none;
  z-index: 1;
}

.wrap input[type="text"],
.wrap input[type="email"] {
  width: 100%;
  padding: 0 20px;
  font-size: 16px;
  line-height: 19px;
  color: #909090;
  background: #ffffff;
  border: 1px solid #909090;
  box-sizing: border-box;
  border-radius: 3px;
  height: 48px;
  outline: none !important;
}

.wrap .active {
  top: -20px;
  font-size: 12px;
  color: #424242 !important;
  background-color: #fff !important;
}

.Form-fields {
  background-color: #fff;
  margin-bottom: 0 !important;
}

.wrap input[type="password"] {
  width: 100%;
  padding: 0 20px;
  font-size: 16px;
  outline: none;
  line-height: 19px;
  color: #909090;
  background: #ffffff;
  border: 1px solid #909090;
  box-sizing: border-box;
  border-radius: 3px;
  height: 48px;
}

.signup-view-pw.view-pw,
.register-view-pw {
  position: absolute;
  right: 20px;
  top: 12px;
  color: #909090;
  font-size: 16px;
}

.register-view-pw:hover {
  color: #909090;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.register-btn {
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #222222;
  background: linear-gradient(90deg, #f7b618 0%, #ffde33 100%);
  box-shadow: 0px 2px 0px #222222;
  border-radius: 5px;
  width: 100%;
  padding: 14px 0;
  margin-bottom: 35px;
  margin-top: 25px;
  border: 0;
  display: inline-block;
}

.register-form-btn {
  margin-top: 0px;
}

.loginnextmodal .register-btn {
  margin-bottom: 25px;
}

.mb-40 {
  margin-bottom: 40px !important;
}
.textblue {
  font-family: Lato;
  font-style: normal;
  font-weight: bold !important;
  font-size: 16px !important;
  line-height: 19px !important;
  color: #0063be !important;
  text-decoration: none !important;
}

.underline {
  text-decoration: underline !important;
}
.underline:hover {
  text-decoration: underline !important;
}

ul.listli {
  margin: 2px 0 20px;
  display: flex;
  align-items: center;
  padding: 0;
}
/* Tablet Responsive */
@media screen and (max-width: 992px) {
  .section {
    width: 88%;
  }

  .section-right {
    margin-left: 0px;
  }

  .section-left h2 {
    font-size: 34px;
  }

  .holiday-planner-para {
    width: 100%;
  }

  .enterprise h2 {
    font-size: 36px;
    line-height: 42px;
  }
  .banner-cont {
    width: 93%;
    left: 4%;
  }
}

/* Model Responsive */
@media screen and (max-width: 992px) {
  .model-body {
    width: 95%;
    overflow-x: hidden;
    overflow-y: scroll !important;
  }
  .sideimg-text {
    margin-bottom: 20px;
  }
  .model-close {
    right: 5px;
    top: 5px;
  }

  .plan-holiday-text {
    margin-top: 0px;
  }
}

@media screen and (max-width: 768px) {
  .model-body {
    width: 96%;
    overflow: visible;
  }
  .sideimg-text {
    display: none;
  }

  .model-close {
    right: -12px;
    top: -12px;
  }
}
.greet-user {
  color: white;
  font-weight: bold;
  display: none;
  justify-content: center;
  align-items: center;
  column-gap: 3px;
  margin-right: 20px;
}

.user-cont {
  background: rgb(255, 222, 51);
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  padding: 5px;
  justify-content: center;
  border: 50%;
  border-radius: 50%;
  padding: 14px;
  margin-left: 7px;
  color: #33a1aa;
}

.greet-user:hover {
  color: #33a1aa;
}

footer img {
  width: 80%;
  /* height: 55px; */
  margin-bottom: 24px;
}

@media screen and (max-width: 565px) {
  .logout-btn {
    display: none !important;
  }
}

.spinner {
  width: 16px;
  height: 16px;
  border: 2px solid white;
  border-top: 1px solid transparent;
  border-radius: 50%;
  margin-right: 5px;
  display: none;
  animation: spinning 2s linear infinite;
}

.display-block {
  display: block;
}
@keyframes spinning {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 580px) {
  .listli {
    display: flex !important;
    align-items: flex-start !important;
    flex-direction: column !important;
    gap: 2px;
  }
  .mobile-none {
    display: none;
  }
}
