body {
  overflow: hidden;
}

.login-container {
  width: 100%;
  height: 100%;
  position: relative;
  color: var(--text-color);
}

.login-box-section {
  padding: 1em;
  background-color: var(--white-color);
  width: min(100% - 1em, 23em);
  height: auto;
  margin: 0 auto;
  border-radius: 0.75em;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 3em;
  left: 0;
  right: 0;
  z-index: 9;
}

.logo-container {
  border-radius: 50%;
  background-color: var(--bg-color);
  height: 6.5em;
  width: 6.5em;
  display: grid;
  place-items: center;
  position: absolute;
  top: -3em;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.logo-section {
  border-radius: 50%;
  border: 3px solid var(--white-color);
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 0.25em;
  margin: 0 auto;
  background: var(--primary-color);
}

.logo-section>img {
  background: var(--white-color);
  border-radius: 50%;
  width: 5em;
  height: 5em;
  padding: 0.25rem;
}

.form-section-parent {
  margin-top: 3em;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background-color: var(--white-color);
}

.form-section>h3 {
  text-align: center;
  font-size: 1.28rem;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 0;
  padding-bottom: 0.35em;
  font-weight: 600;
  text-transform: none;
}

.form-section>h3>span {
  color: var(--primary-color);
}

.login-filed {
  align-items: center;
  gap: 1em;
  margin-top: 0.85em;
  background: var(--bg-color);
  padding: 0.3em;
  border-radius: 2em;
  border: 1px solid var(--border-color);
  position: relative;
  display: grid;
  grid-template-columns: 0.1fr 1fr;
}

.login-filed>div {
  background: var(--white-color);
  height: 2.2em;
  width: 2.2em;
  display: grid;
  place-items: center;
  border-radius: 2em;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px;
  position: relative;
}

#password_show,
#newPassword_show,
#confirmPassword_show {
  position: absolute;
  right: 0.58em;
  cursor: pointer;
}

.user-icon>svg {
  stroke: var(--primary-color);
  width: 100%;
  height: 1.5em;
}

.login-input {
  outline: none;
  border: none;
  background-color: transparent;
  font-size: 0.865rem;
  width: min(100% - 2.4em);
}

.sign-btn {
  background-color: var(--primary-color);
  color: var(--white-color);
  margin-top: 1em;
  padding: 0.35em;
  text-align: center;
  width: min(100% - 1em);
  border-radius: 2em;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.login-option--section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.8em;
}

.login-option--section>* {
  flex: 1 1 auto;
}

.login-option--section>a {
  color: var(--text-color);
  font-size: 0.85rem;
  font-weight: 500;
}

.login-option--section>a:hover {
  color: var(--primary-color);
}

.register-main-Section {
  height: 100%;
  background-color: rgb(125 125 125 / 40%);
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 99999;
  display: grid;
  place-items: end;
}

.register-form-section {
  background-color: hsla(0, 0%, 100%, 0.47587);
  width: min(100% - 2em, 100ch);
  height: min(100vh - 2em, calc(100vh / 1.32));
  border-radius: 0.75em;
  position: relative;
  margin: 0 auto;
  padding: 10px;
  overflow: hidden;
  /* clip-path: ellipse(100% 60% at 50% 40%); */
  filter: drop-shadow(-1px 4px 3px rgba(0, 0, 0, 0.35));
  margin-bottom: 2em;
}

.register-form-section>section {
  height: 100%;
  width: 100%;
  border-radius: 0.75em;
  /* clip-path: ellipse(100% 60% at 50% 40%); */
  background-color: var(--white-color);
  padding: 0.85em;
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100%;
  row-gap: 1rem;
}

.register-form-section>section>header {
  grid-row: 1;
}

.register-form-section>section>article {
  position: relative;
  grid-row: 2;
  overflow-x: hidden;
  overflow-y: auto;
}

/* .register-form-section>section>article>form {
  position: absolute;
} */

.register-form-section>section>footer {
  grid-row: 3;
  width: 100%;
  display: grid;
  place-items: center;
}

.regtraion-closed {
  background-color: #d7d7d7;
  border-radius: 0.25rem;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.form-group>ul {
    margin-top: 0.45em;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.form-group>ul>li {
	display: flex;
    flex-direction: column;
    gap: 0.5rem;
}


.form-group>ul>li>.focusDiv {
    display: flex;
    border: 2px solid var(--primary-color);
    color:var(--primary-color);
    padding: 0.5em;
    border-radius: 9999px;
/*     opacity: 0.5; */
    cursor: pointer;
    transition: all 900ms cubic-bezier(0.165, 0.84, 0.44, 1);
    gap: 1rem;
    height: 180px;
    width: 180px;
    /* padding-left: 1.25em; */
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.border-bottom-dashed {
  border-bottom-style: dashed !important;
}

.form-group>ul>li>span {
  display: grid;
  place-items: center;
  pointer-events: none;
}

.form-group>ul>li>span>svg {
	transition: all 900ms cubic-bezier(0.165, 0.84, 0.44, 1);
  fill: currentColor;
  pointer-events: none;
}

.form-group>ul>li>small {
  font-size: 1rem;
  font-weight: 700;
  pointer-events: none;
  text-align: center;
  line-height: 1.3;
}

.form-group>ul>li.register-tab-active,
.form-group>ul>li>.focusDiv:hover  {
	background: hsl(0deg 88% 37% / 18%);	
/*   background: var(--light-bg-color); */
  border-color: var(--primary-color);
  color: var(--primary-color);
  opacity: 1;
}

.form-group>ul>li:hover {
  color: var(--primary-color);
  opacity: 1;
}

.form-group>ul>li>.focusDiv:hover .form-group>ul>li>small{
	color:var(--primary-color);
}
.form-group>ul>li>.focusDiv svg{
	fill:var(--primary-color);
}
.form-group>ul>li>.focusDiv:hover svg{
	transition: all 900ms cubic-bezier(0.165, 0.84, 0.44, 1);
	transform: scale(1.1);	
}

.form-group>ul>li:last-child {
  stroke: currentColor;
  stroke-width: 0.6;
  stroke-opacity: 100;
}

.animation-section {
  position: relative;
}

.login-bg {
  background-image: url(../images/login-bg-v2.png);
  background-size: 100%;
  background-repeat: no-repeat;
  mix-blend-mode: luminosity;
  height: 100%;
  width: 100%;
  background-position: center;
  position: absolute;
  top: 0;
}

.login-bg::after {
  content: "";
  background-color: var(--white-color);
  position: absolute;
  bottom: 0;
  height: calc(100% - 90%);
  width: 100%;
}

.tree-section-start {
  position: absolute;
  bottom: 13vh;
  width: 100%;
  display: block;
  left: 30px;
}

.tree-section-last {
  position: absolute;
  bottom: 13vh;
  display: flex;
  width: 100%;
  justify-content: end;
}

.tree-section-middel-1 {
  position: absolute;
  bottom: -8px;
  width: 100%;
  display: block;
  left: 20%;
  z-index: 1;
}

.tree-grass-section {
  position: absolute;
  bottom: -16px;
  width: 100%;
  display: flex;
  justify-content: end;
  z-index: 1;
}

.tree-grass-section-1 {
  position: absolute;
  bottom: 12vh;
  width: 100%;
  display: flex;
  justify-content: center;
}

.truck-moving-section {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  opacity: 0;
  animation: road-moving 10s infinite;
}

@keyframes road-moving {
  0% {
    left: 90%;
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  50% {
    left: 45%;
  }

  90% {
    opacity: 1;
  }

  100% {
    left: -15%;
    opacity: 0;
  }
}

.ui-pnotify.notifyConfirm .ui-pnotify-icon {
  display: grid;
  place-items: center;
  background-image: linear-gradient(to right, var(--primary-color) 11%, var(--primary-color) 100%);
  color: #FFF;
  margin-bottom: 1rem !important;
}

.notifyConfirm .ui-pnotify-container>div:last-child>button:last-child {
  flex: 1 1 0;
  background-color: var(--primary-color) !important;
  border-radius: 9999px !important;
  text-transform: uppercase;
}

.notifyConfirm .ui-pnotify-container::after {
  background-color: var(--primary-color);
}

.lang-box--section {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9999999;
}

.lang-box--section > ul {
  width: 180px;
  background-color: rgba(255, 255, 255, 0.3);
  padding: .295rem;
  border-radius: .5rem;
  margin: 0;
  box-shadow: rgba(0, 0, 0, 0.0358) 0 0 0 1px, rgba(0, 0, 0, 0.025) 0 10px 10px -5px;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: .5rem;
  height: 38px;
}

.lang-box--section>ul>li {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: .425rem;
  padding: .55rem;
  flex: 1 1 auto;
  
  height: 100%;
  cursor: pointer;
  position: relative;
}

.lang-box--section>ul>li:first-child:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  width: 100%;
  transition: left .6s ease;
  z-index: -1;
  border-radius: .5rem;
}
.lang-box--section>ul>li:last-child:after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  height: 100%;
  width: 100%;
  transition: left .6s ease;
  z-index: -1;
  border-radius: .5rem;
}

.lang-box--section>ul>li.active::after{
  left: 0;
  box-shadow: rgba(0, 0, 0, 0.065) 0 0 0 1px, rgba(0, 0, 0, 0.045) 0 10px 10px -5px;
  background-color: var(--white-color);
}


.lang-box--section>ul>li> span{
  display: grid;
  place-items: center;
}

.lang-box--section>ul>li>p {
  font-size: .785rem;
  font-weight: 700;
  text-transform: uppercase;
}

#blackout-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); /* Black with transparency */
  z-index: 999999;
}

@media only screen and (max-width: 768px) {

  .animation-section,
  .login-bg {
    display: none;
  }

  .login-box-section {
    top: 50%;
    transform: translateY(-60%);
  }

  .lang-box--section {
    right: 0;
    left: 0;
    display: grid;
    place-items: center;
  }
}