
input {
  outline: none;
  border: none;
}


.login__container {
  display: flex;
flex-direction: column;
justify-content: center;
align-items: center;

}

.login__logo {
  width: 19.25rem;
  padding-left: 2.125rem;
}

.login__logo img {
  width: 100%;
}

.login__welcome {
  padding-left: 5.5rem;
  padding-top: 13.5rem;
}

.login__welcome img {
  width: 100%;
}

.mt-18 {
  margin-top: -1.125rem;
}

.login__welcome p {
  font-size: 1.5rem;
  padding-left: 2.125rem;
}

.login__form-container {
  display: flex;
  flex-direction: column;
  width: 25%;
}

.login__form {
  background-color: #fff;
  box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 10%);
  padding: 1.25rem;
/*  width: 24.75rem;*/
}

.login__form input {
  border: 1px solid #E5E7EB;
  font-size: 1rem;
  margin-bottom: 0.75rem;
  padding: 0.875rem 1rem;
  width: 100%;
}

.login__submit-btn {
  background-color:#7c55c9;
  border: 0;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  outline: none;
  padding: 0.875rem 1rem;
  width: 100%;
}

.login__submit-btn:hover {
  cursor: pointer;
  opacity: 0.8;
}

.login__forgot-password {
  border-bottom: 1px solid #E5E7EB;
  color: #2563EB;
  display: block;
  font-size: 0.9375rem;
  padding: 1.25rem 0;
  text-align: center;
}

.login__forgot-password:hover {
  cursor: pointer;
}

.login__signup {
  color: #2563EB;
  display: block;
  font-size: 0.9375rem;
  padding: 1.25rem 0;
  text-align: center;
}

.login__signup:hover {
  cursor: pointer;
  opacity: 0.8;
}

.login__guest {
  color: #FFFFFF;
  display: block;
  font-size: 0.9375rem;
  padding: 1.25rem 0;
  text-align: center;
}

.login__guest:hover {
  cursor: pointer;
  opacity: 0.8;
}

.elementor-editor-active .loading {
  display: none;
}

.loading {
  background-color: #fff;
  display: flex; /* Hidden by default */
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10000000000; /* Sit on top */
  transition: 0.5s ease-out;
}

.loading--hide {
  display: none;
}

.loading--active {
  background-color: rgba(255, 255, 255, .8);
}

.lds-roller {
  display: inline-block;
  height: 5rem;
  width: 5rem;
  z-index: 100;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #7c55c9;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* The Modal (background) */
.signup {
  background-color: rgba(255, 255, 255, .8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%; /* Full height */
  position: fixed; /* Stay in place */
  width: 100%; /* Full width */
  transition: opacity .4s ease-in-out,transform .4s ease-in-out;
}

.signup--hide {
  display: none;
}

/* Modal Content/Box */
.signup__content,
.signup__content_mobile,
.signup__content_newsletter {
  background-color: #fefefe;
  box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 10%);

  width: 27rem; /* Could be more or less, depending on screen size */
}

.signup__container {
  display: grid;
  grid-template-columns: 85% 1fr;
}

.signup__title {
  font-size: 1.25rem;
  font-weight: 600;
  padding: 1.25rem 0 0.5rem 1.25rem;
}

.signup__close {
  align-items: center;
  display: grid;
  justify-items: right;
  padding: 1.25rem 1.25rem 0.5rem 0;
}
.signup__close img {
  width: 24px;
  height: 24px;
}
.signup__close img:hover {
  cursor: pointer;
opacity: 0.8;
}

.signup__subtitle {
  background: #E5E7EB;
  height: 1px;
  margin-bottom: 0.5rem;
  width: 100%;
}

.signup__form {
  width: 100%;
  padding: 1.25rem;
}

.signup__form input {
  background-color: #F3F4F6;
  border: 1px solid #E5E7EB;
  display: block;
  font-size: 0.9375rem;
  margin-bottom: 0.75rem;
  padding: 0.875rem 1rem;
  width: 100%;
}

.signup__form select {
  background-color: #F3F4F6;
  border: 1px solid #E5E7EB;
  display: block;
  font-size: 0.9375rem;
  height: 2.625rem;
  margin-bottom: 0.75rem;
  outline: none;
  padding: 0 1rem;
  width: 100%;
}

.signup__btn {
  background-color:#7c55c9;
  border: 0;
  color: #fff;
  display: block;
  font-size: 1rem;
  font-weight: 600;
  margin: 1.25rem auto;
  outline: none;
  padding: 0.875rem 1rem;
}

.signup__btn:hover {
  cursor: pointer;
  opacity: 0.8;
}

.modal__content {
  background-color: #fefefe;
  box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 10%);
  margin: 15% auto; /* 15% from the top and centered */
  margin-top: 10%;
  width: 22rem; /* Could be more or less, depending on screen size */
    transition: opacity .4s ease-in-out,transform .4s ease-in-out;
}

.header {

  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
}

.header__left {
  align-items: center;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: max-content max-content;
}

.header__left h1 {
  font-size: 1.5rem;
  color: #fff;
}

.header__right {
  align-items: center;
  color: white;
  display: grid;
  grid-gap: 0.75rem;
  grid-template-columns: max-content max-content max-content;
  justify-content: right;
}
.header__right h2{
  color: #333333;
}
.header__right--hide {
  display: none;
}

.header__logout {
  align-items: center;
  color: #fff;
  display: grid;
  justify-content: right;
  padding-right: 0.75rem;
}

.header__right img {
  width: 1.5rem;
}

.header__logout span:hover {
  cursor: pointer;
  opacity: 0.8;
}

#cometchat {
  width: 100%;
  height: calc(50vh - 3.25rem);
}

#cometchat__widget {
  width: 100%;
  height: 100%;
}


.loginbutton_active {
  display: block;
}
.loginbutton_inactive {
  display: block;
}

.mobile_form_portrait {
  width: 80%;
}

.mobile_form_landscape {
  width: 90%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.mobile_form_landscape .login__form {
  width: 40%;
}
.mobile_form_landscape .login__form_buttons {
  width: 40%;
  background-color: #fff;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 10%);
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.mobile_form_landscape .login__form_buttons .login__form {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
}
.mobile_gap {
  gap:10px!important;
}
.tablet_form_portrait {
  width: 45%;
}

.tablet_form_landscape {
  width: 45%;
}

.mobile_form_portrait > .input[type='text'],
.mobile_form_portrait > .input[type='number'],
.mobile_form_portrait > .textarea {
  font-size: 16px;
}
