@charset "UTF-8";
/* @media (min-width: 1920px) {
  :root {
    --base-size: 0.833vw;
  }
} */
@media (min-width: 1920px) {
  :root {
    --base-size: 0.833vw;
    /* --base-size: 16px; */
  }
}
:root {
  --primary-color: #578FCA;
  --secondary-color: #3674B5;
  --trietory-color: #10B981;
  --yellow-color: #FADA7A;
  --red-color: #F04444;
  --light-yellow: #F5F0CD;
  --title-text-color: #151F27;
  --body-text-color: #5C6368;
  --blue-gradiant: linear-gradient(180deg, #3674B5 0%, #52CAF5 100%);
  --background-gradiant-top: linear-gradient(180deg, #DDE9F4 0%, rgba(221, 233, 244, 0) 100%);
  --background-gradiant-bottom: linear-gradient(180deg, #FFFFFF 0%, #DDE9F4 100%);
  --box-1-gradiant: linear-gradient(180deg, #0D86D2 0%, #04324E 100%);
  --box-2-gradiant: linear-gradient(180deg, #0AB29C 0%, #05564B 100%);
  --box-3-gradiant: linear-gradient(180deg, #5749FA 0%, #231E61 100%);
  --box-4-gradiant: linear-gradient(180deg, #FFCA27 0%, #695310 100%);
  --z-index: 1;
  --z-index-header: 100;
  --z-index-popup: 1000;
  --primary-font: "Avenir Next Cyr";
  --secondary-font: "IntegralCF";
  --trietory-font: "Source Sans 3", sans-serif;
  --font-weight-thin: 100;
  --font-weight-extralight: 200;
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-extrabold: 800;
  --font-weight-black: 900;
  /* --base-text: 16px; */
  --font-style-italic: italic;
  --text-xmd: 1.1875rem;
  --text-md: 1.125rem;
  --text: 1rem;
  --text-sm: 0.6875rem;
  --text-xs: 0.75rem;
  /*12px*/
  --text-xxs: 0.625rem;
  --size-xxxl: 5rem;
  --size-xxl: 2rem;
  /* 32px */
  --size-xl: 1.5rem;
  /*24px*/
  --size-l: 1.25rem;
  --size-m: 1.25rem;
  --size-s: 1.125rem;
  /*18px*/
  --size-xs: 0.938rem;
  --h1: var(--size-xxxl);
  --h2: var(--size-xxl);
  --h3: var(--size-xl);
  --h4: var(--size-l);
  --h5: var(--size-m);
  --h6: var(--size-s);
}

img,
svg {
  width: 100%;
  height: 100%;
}

/* .integralcf-font{
  font-family: var(--secondary-font);
}
.avenir-font{
  font-family: var(--primary-font);
} */
section {
  overflow: hidden;
}

button {
  font-family: "League Spartan";
}

.h1,
h1 {
  font-size: var(--h1);
}

.h2,
h2 {
  font-size: var(--h2);
}

.h3,
h3 {
  font-size: var(--h3);
}

.h4,
h4 {
  font-size: var(--h4);
}

.h5,
h5 {
  font-size: var(--h5);
}

.h6,
h6 {
  font-size: var(--h6);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  /* line-height: 1.15; */
}

.font-100 {
  font-weight: var(--font-weight-thin);
}

.font-200 {
  font-weight: var(--font-weight-extralight);
}

.font-300 {
  font-weight: var(--font-weight-light);
}

.font-400 {
  font-weight: var(--font-weight-regular);
}

.font-500 {
  font-weight: var(--font-weight-medium);
}

.font-600 {
  font-weight: var(--font-weight-semibold);
}

.font-700 {
  font-weight: var(--font-weight-bold);
}

.font-800 {
  font-weight: var(--font-weight-extrabold);
}

.font-900 {
  font-weight: var(--font-weight-black);
}

.text-uppercase {
  text-transform: uppercase;
}

p {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 1rem;
}

input:focus-visible {
  outline: none;
}

.font-body {
  font-family: var(--primary-font);
}

.font-heading {
  font-family: var(--secondry-font);
}


/* End lenis css for smooth scroll */
html {
  font-size: var(--base-size);
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "League Spartan", sans-serif;
  transition: all 0.5s ease-in-out;
  text-transform: capitalize;
  overflow-x: hidden;
}

*,
::after,
::before {
  box-sizing: border-box;
}

img,
svg,
video {
  max-width: 100%;
  display: block;
}

.flex {
  display: flex;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.col {
  flex: 0 0 100%;
  max-width: 100%;
}

ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.footer__inner ul {
  padding: 0;
}

.container-fluid {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 82.5rem;
  width: 100%;
}

.pm--ls--container {
  margin-left: auto;
  margin-right: auto;
  max-width: 80.375rem;
  width: 100%;
}

header .pm__green--border-button {
  border-top: 1px solid var(--trietory-color);
  border-bottom: 1px solid var(--trietory-color);
  border-radius: 9.375rem;
  padding: 0.25rem;
}

header .pm__green--border-button:hover {
  background-color: transparent;
}

.pm__green--border-button {
  border-top: 1px solid var(--trietory-color);
  border-bottom: 1px solid var(--trietory-color);
  border-radius: 9.375rem;
  padding: 0.25rem;
  font-size: 1rem;
  display: inline-block;
  min-height: 2.75rem;
  color: var(--title-text-color);
  padding: 0.625rem 1.25rem;
  font-weight: var(--font-weight-bold);
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  transition: all 0.5s ease-in-out;
}

.pm__green--border-button:hover {
  background-color: var(--trietory-color);
  color: #ffffff;
}

.pm__green--button {
  width: fit-content;
  font-size: 1rem;
  border-top: 1px solid var(--trietory-color);
  border-bottom: 1px solid var(--trietory-color);
  border-radius: 9.375rem;
  background-color: var(--trietory-color);
  color: #ffffff;
  padding: 0.625rem 1.25rem;
  font-weight: var(--font-weight-bold);
  min-height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
}

.pm__green--button:hover {
  background-color: transparent;
  color: var(--title-text-color);
}

/* Header Start CSS */
.header {
  padding: 0.938rem;
  background-color: #ffffff;
}

.pm__logo img,
.pm__logo svg {
  width: auto !important;
  max-width: 10.625rem;
  max-height: 4rem;
  height: auto !important;
  object-fit: contain;
}

.pm__header--data {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pm__header--menu ul {
  display: flex;
  align-items: center;
  font-weight: var(--font-weight-bold);
  gap: 1.25rem;
}

.pm__header--menu ul a {
  font-size: 1rem;
  color: var(--title-text-color);
  transition: all 0.5s ease-in-out;
}

.pm__header--menu ul a:hover {
  color: var(--trietory-color);
}

.pm__header--menu .menu--devider {
  width: 0.938rem;
  height: 0.125rem;
  background-color: var(--title-text-color);
}

.pm__header--button {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.pm__header--signup a {
  display: flex;
  align-items: center;
  font-size: 1rem;
  gap: 0.375rem;
  color: var(--title-text-color);
  padding: 0.625rem;
  font-weight: var(--font-weight-bold);
  transition: all 0.5s ease-in-out;
}

.pm__header--signup img,
.pm__header--signup svg {
  width: auto;
  height: 1.5rem;
}

.pm__header--signup a:hover {
  color: var(--trietory-color)
}

.pm__header--signup a svg path {
  transition: all 0.5s ease-in-out;
}

.pm__header--signup a:hover svg path {
  fill: var(--trietory-color)
}

.pm__header--menu.pm__mobile--header {
  position: fixed;
  top: -100%;
  left: 0;
  height: 100vh;
  background-color: #ffffffcc;
  padding: 0;
  width: 100%;
  transition: all 1s ease-in-out;
  backdrop-filter: blur(5px);
  opacity: 0;
  visibility: hidden;
  z-index: 99999;
}

.menu__active {
  overflow: hidden;
}

.pm__mobile--header ul {
  flex-direction: column;
  gap: 1.563rem;
}

.pm__header--menu.pm__mobile--header.menu__open {
  top: 0;
  opacity: 1;
  visibility: visible;
}

.pm__mobile--header .pm__header--button.pm__green--border-button {
  width: fit-content;
  margin: 1.875rem auto 0;
}

.pm__mobile--header ul li {
  width: 100%;
  text-align: center;
}

.pm__close--header {
  text-align: end;
  padding: 1.563rem 1.25rem 3.125rem;
}

.pm__close--header p {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--title-text-color);
  margin-left: auto;
  border: 1px solid var(--title-text-color);
  width: 1.875rem;
  height: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  border-radius: 0.625rem;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

.pm__close--header p:hover {
  color: var(--trietory-color);
  border-color: var(--trietory-color);
}

.pm__mobile-menu--opener {
  display: none;
  cursor: pointer;
}

.pm__mobile-menu--opener span {
  width: 1.563rem;
  height: 0.125rem;
  display: block;
  background-color: var(--title-text-color);
}

.pm__mobile-menu--opener span+span {
  margin-top: 0.313rem;
}

@media(max-width: 1199px) {
  .pm__mobile-menu--opener {
    display: block;
  }

  .pm__header--menu.pm__desktop--header {
    display: none;
  }

  .pm__desktop--button {
    display: none;
  }
}

/* Header End CSS */
.pm__orangecircule--design {
  position: absolute;
  left: -7.063rem;
  top: 0;
  border-radius: 17.938rem;
  opacity: 0.15;
  background-color: var(--yellow-color);
  filter: blur(50px);
  width: 17.938rem;
  height: 17.938rem;
}

.pm__greencircule--design {
  width: 17.938rem;
  height: 17.938rem;
  position: absolute;
  right: -7.063rem;
  bottom: 15.75rem;
  border-radius: 17.938rem;
  opacity: 0.15;
  background-color: var(--trietory-color);
  filter: blur(50px);
}

.pm__heading h2 {
  margin: 0;
  color: var(--secondary-color);
  line-height: 1.25;
}

.pm__heading {
  text-align: center;
  padding-bottom: 0.313rem;
  margin-bottom: 3.125rem;
  position: relative;
}

.pm__heading::before {
  content: '';
  position: absolute;
  max-width: 9.375rem;
  height: 0.188rem;
  left: 50%;
  bottom: 0;
  width: 100%;
  transform: translateX(-50%);
  animation: lineanimation 1s infinite;
}

.pm__heading--sub-text {
  color: var(--body-text-color);
  text-align: center;
  line-height: 1.25;
  margin-bottom: 6.25rem;
}

.pm__mobile--login--icon {
  display: none;
  flex: 1;
  text-align: end;
}

.pm__mobile--login--icon .pm__header--signup svg {
  width: 1.75rem;
  flex: 0 0 1.75rem;
}

.pm__mobile--login--icon .pm__header--signup a {
  white-space: nowrap;
}

.pm__mobile--login--icon .pm__header--signup {
  width: fit-content;
  margin-left: auto;
  padding: 0 0.938rem;
}

@keyframes lineanimation {
  0% {
    background-color: var(--yellow-color);
  }

  50% {
    background-color: var(--trietory-color);
  }

  100% {
    background-color: var(--yellow-color);
  }
}

/* footer-START */

.pm__footer--wrapper {
  display: flex;
  justify-content: space-between;
  gap: 1.875rem;
}

.pm__footer--quick-links,
.pm__footer-logo--main {
  flex: 1;
}

.footer-main {
  background-color: #151F27;
  padding: 5rem 0;
  color: #FFFFFF;
}

.pm__footer-text {
  padding-top: 1.875rem;
}

h3.pm__link--heading {
  margin: 0;
  padding-bottom: 1.25rem;
}

.pm__footer--links li {
  padding-bottom: 1.25rem;
}

.pm__footer--links a {
  color: #FFFFFF;
  font-size: 1.125rem;
  font-weight: 400;
}

.pm__footer--contact img,
.pm__footer--contact svg {
  width: 1.5rem;
}

.pm__footer--links a:hover {
  color: var(--trietory-color);
  transition: all ease-in-out 0.3s;
}

.pm__footer--contact {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

li.pm__footer--contact.social {
  padding-bottom: 0;
}

.footer--bottom {
  background-color: var(--trietory-color);
  color: #ffffff;
  padding: 0.625rem;
  text-align: center;
}

.pm__footer--bottom-link {
  color: #ffffff;
  text-decoration: underline;
}

.footer--bottom h6 {
  margin: 0;
  font-size: 0.875rem;
}

/* footer-END */
@media(max-width: 1199px) {
  :root {
    --size-xxl: 26px;
    /* 32px */
    --size-xl: 18px;
    /*24px*/
    --size-s: 16px;
    /*18px*/
  }

  .pm__mobile--login--icon {
    display: block;
  }

}

@media(max-width: 768px) {
  :root {
    --size-xxl: 22px;
    /* 32px */
    --size-xl: 16px;
    /*24px*/
    --size-s: 14px;
    /*18px*/
  }

  .pm__green--button,
  .pm__green--border-button {
    font-size: 14px;
    min-height: auto;
  }

  .footer-main {
    padding: 50px 0;
  }

  .pm__footer-text {
    padding-top: 20px;
  }

  h3.pm__link--heading {
    padding-bottom: 15px;
  }

}

/* /././././././././././././././././././././././././././././././././././././././././././././ */
/* /././././././././././././././././././././././././././././././././././././././././././././ */
/* Login Sinup Page CSS START */
/* /././././././././././././././././././././././././././././././././././././././././././././ */
/* /././././././././././././././././././././././././././././././././././././././././././././ */
.pm__leftpopup--circle {
  width: 37.313rem;
  height: 37.313rem;
  position: absolute;
  left: -11.25rem;
  bottom: 0;
  border-radius: 37.313rem;
  opacity: 0.15;
  background-color: #2DC8FF;
  filter: blur(50px);
  z-index: -1;
}

.pm__rightpopup--circle {
  width: 37.313rem;
  height: 37.313rem;
  position: absolute;
  right: -11.25rem;
  border-radius: 37.313rem;
  opacity: 0.15;
  background-color: #2DC8FF;
  filter: blur(50px);
  z-index: -1;
}

.pm__ls--gradient {
  background-image: linear-gradient(180deg, #151F27 0%, #3674B5 100%);
  height: 100vh;
  padding: 0 0.938rem;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}

.pm__ls--data {
  display: flex;
  height: calc(100vh - 6rem);
  border-radius: 1.25rem;
  box-shadow: 10px 15px 15px 0 rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
  overflow: hidden;
}

.pm__ls--data .pm__ls--data--box {
  max-width: 50%;
  flex: 0 0 50%;
}

.pm__ls--image {
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, #0F4277 -43.17%, #3674B5 100%);
  height: 100%;
}

.pm__ls--image img {
  object-position: bottom;
  object-fit: cover;
}

.pm__ls--form {
  height: 100%;
  overflow: auto;
  padding: 1.5rem 3rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.pm__alert--text h6 {
  margin: 0;
}

.pm__ls--logo img {
  max-width: 15.938rem;
  margin: auto;
  height: auto;
}

.pm__ls--logo h2 {
  color: var(--secondary-color);
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  margin: 0;
  margin-top: 1.5rem;
}

.pm__user--type h6 {
  margin-bottom: 0.5rem;
  text-align: center;
  line-height: 1.33;
}

.pm__form--group label {
  display: block;
  color: var(--secondary-color);
  position: relative;
  font-family: "League Spartan";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 0.75rem;
}

.pm__form--group input {
  display: flex;
  padding: 0.5rem 1rem;
  align-items: flex-start;
  gap: 0.625rem;
  align-self: stretch;
  border-radius: 1.25rem;
  border: 1px solid var(--body-text-color);
  display: block;
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.33;
}

.pm__fill--form form {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.pm__fill--form form .pm__form--group {
  width: 100%;
}

.pm__fill--form form .pm__form--group:nth-child(1),
.pm__fill--form form .pm__form--group:nth-child(2) {
  max-width: 50%;
  flex: 1;
}

.pm__form--group label span {
  color: var(--secondary-color);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1rem;
}

.pm__form--submit {
  width: 100%;
}

.pm__form--submit .pm__green--button {
  width: 100%;
  outline: none;
  border-left: none;
  cursor: pointer;
  border-right: none;
}

.pm__form--passinput {
  position: relative;
}

.pm__form--passinput .pm__password--hs {
  cursor: pointer;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

.pm__password--hs.fa-eye-slash img {
  display: none;
}

.pm__password--hs.fa-eye-slash img+img {
  display: block;
}

.pm__password--hs.fa-eye img+img {
  display: none;
}

.pm__form--divider {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
}

.pm__form--divider span {
  flex: 1;
  height: 0.063rem;
  background-color: var(--body-text-color);
}

.pm__form--divider p {
  color: var(--body-text-color);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.33;
}

.pm__google--login {
  width: 100%;
}

.pm__google--login a {
  display: block;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 6.25rem;
  border-radius: 3rem;
  border-top: 1px solid var(--trietory-color);
  border-bottom: 1px solid var(--trietory-color);
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.pm__google--login a svg {
  width: 1.875rem;
  height: 1.875rem;
}

.pm__login--link {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.pm__login--link h6 {
  text-align: center;
  color: var(--secondary-color);
  font-weight: 400;
  line-height: 1.33;
  margin: 0;
}

.pm__lspopup--button h6 span,
.pm__login--link h6 a {
  cursor: pointer;
  font-weight: 700;
  color: var(--secondary-color);
  text-decoration: underline;
  transition: all 0.5s ease-in-out;
}

.pm__lspopup--button h6 span:hover,
.pm__login--link h6 a:hover {
  color: var(--trietory-color);
}

.pm__ls--data::-webkit-scrollbar {
  width: 0;
}

.pm__ls--logo h6 {
  margin: 0;
  text-align: center;
  font-weight: 400;
  color: var(--secondary-color);
}

.pm__login--page .pm__fill--form form .pm__form--group:nth-child(1),
.pm__login--page .pm__fill--form form .pm__form--group:nth-child(2) {
  max-width: 100%;
  flex: 0 0 100%;
}

.pm__forgot--password h6 {
  margin: 0.5rem 0 0;
  text-align: end;
  font-weight: 400;
  color: var(--secondary-color);
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

.pm__forgot--password h6:hover {
  color: var(--trietory-color);
}

/* Dropdown CSS Start */

.pm__ls--dropdown {
  width: 100%;
  font-family: "Helvetica", sans-serif;
  font-weight: 300;
}

.pm__ls--dropdown__switch:checked+.pm__ls--dropdown__options-filter .pm__ls--dropdown__select {
  transform: scaleY(1);
  opacity: 1;
}

.pm__ls--dropdown__options-filter {
  width: 100%;
  cursor: pointer;
}

.pm__ls--dropdown__options-filter {
  margin-bottom: 0 !important;
}

.pm__ls--dropdown__filter {
  padding: 0.5rem 1rem;
  align-items: flex-start;
  gap: 0.625rem;
  align-self: stretch;
  border-radius: 1.25rem;
  border: 1px solid var(--body-text-color);
  display: block;
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.33;
  position: relative;
}

.pm__ls--dropdown__filter:focus {
  outline: none;
}

.pm__ls--dropdown__filter::after {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  content: "";
  width: 0.938rem;
  height: 0.938rem;
  background-image: url('../images/downarrowicon.svg ');
  transform: rotate(0deg) translateY(-50%);
  transition: 0.3s ease-in-out;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.pm__ls--dropdown__switch:checked+.pm__ls--dropdown__options-filter .pm__ls--dropdown__filter:after {
  transform: rotate(-180deg) translateY(50%);
}

.pm__ls--dropdown__select {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: 0.313rem;
  overflow: hidden;
  transform: scaleY(0);
  transform-origin: top;
  border-radius: 1.125rem;
  opacity: 0;
  transition: 0.2s ease-in-out;
  z-index: 9999;
  background-color: #ffffff;
  border: 1px solid var(--body-text-color);
}

.pm__ls--dropdown__select-option {
  padding: 0.5rem 1rem;
  background-color: #fff;
  border-bottom: 1px solid var(--body-text-color);
  transition: 0.3s;
  font-weight: 400;
  color: var(--body-text-color);
}

.pm__ls--dropdown__select-option:last-of-type {
  border-bottom: 0;
}

.pm__ls--dropdown__select-option:hover {
  background-color: #ecf5ff;
}

.pm__ls--dropdown input {
  opacity: 0;
  visibility: hidden;
  height: 0;
}

.pm__ls--dropdown__filter-selected {
  display: block;
  width: 100%;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.33;
  color: var(--body-text-color);
}

input[type=number] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Dropdown CSS End */
@media(min-width: 991px) and (max-width: 1199px) {
  .pm__ls--form {
    padding: 1.5rem 15px;
  }
}

@media(max-width: 991px) {
  .pm__ls--gradient {
    align-items: self-start;
    padding: 48px 15px;
  }

  .pm__ls--data {
    flex-direction: column;
    overflow: auto;
    max-height: calc(100vh - 6rem);
    height: -webkit-fill-available;
  }

  .pm__ls--data .pm__ls--data--box {
    max-width: 100%;
    height: fit-content;
    flex: 0 0 100%;
  }

  .pm__ls--image img {
    height: 100;
  }

  .pm__ls--image {
    height: 350px;
  }

  .pm__ls--data .pm__ls--data--box:first-child {
    display: none;
  }

  .pm__ls--form {
    gap: 24px;
  }
}

@media(max-width: 768px) {
  .pm__ls--form {
    padding: 30px 15px;
  }

  .pm__form--group label {
    font-size: 16px;
  }

  .pm__form--group input {
    font-size: 14px;
  }

  .pm__ls--dropdown__select-option,
  .pm__ls--dropdown__filter-selected {
    font-size: 14px;
  }

  .pm__fill--form form .pm__form--group:nth-child(1),
  .pm__fill--form form .pm__form--group:nth-child(2) {
    max-width: 100%;
    flex: 100%;
  }

  .pm__ls--dropdown__filter::after {
    width: 12px;
    height: 12px;
  }
}

/* /././././././././././././././././././././././././././././././././././././././././././././ */
/* /././././././././././././././././././././././././././././././././././././././././././././ */
/* Login Sinup Page CSS END */
/* /././././././././././././././././././././././././././././././././././././././././././././ */
/* /././././././././././././././././././././././././././././././././././././././././././././ */




/* /././././././././././././././././././././././././././././././././././././././././././././ */
/* /././././././././././././././././././././././././././././././././././././././././././././ */
/* Popup Css START */
/* /././././././././././././././././././././././././././././././././././././././././././././ */
/* /././././././././././././././././././././././././././././././././././././././././././././ */
.pm__lspopup {
  position: fixed;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 99999;
  padding-inline: 0.938rem;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.forgotpassword.pm__lspopup {
  background-color: #00000099;
  opacity: 1;
  visibility: visible;
}

.PM__lspopup--header {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.PM__lspopup--header form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.pm__lspopup--icon img {
  width: 7.5rem;
  height: auto;
  margin: auto;
}

.pm__lspopup--box {
  max-width: 37.5rem;
  margin: auto;
  background-color: #ffffff;
  padding: 1.5rem 3rem;
  border-radius: 1.25rem;
  border-radius: 1.25rem;
  box-shadow: 10px 15px 15px 0 rgba(0, 0, 0, 0.25);
  height: -webkit-fill-available;
  overflow: auto;
  max-height: fit-content;
  position: relative;
  top: -100%;
  transition: all 1s ease-in-out;
}

.forgotpassword.pm__lspopup .pm__lspopup--box {
  top: 0%;
}

.pm__lspopup--box::-webkit-scrollbar {
  width: 0.313rem;
  height: 3.125rem;
}

.pm__lspopup--box::-webkit-scrollbar-thumb {
  background: var(--trietory-color);
}

.pm__lspopup--icon h2 {
  color: var(--secondary-color);
  line-height: 1.25;
  text-align: center;
  margin-top: 1.5rem;
  margin-bottom: 0;
}

.pm__lspopup--icon h6 {
  color: var(--secondary-color);
  text-align: center;
  font-weight: 400;
  line-height: 1.33;
  margin-bottom: 0;
}

.pm__lspopup--button {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.pm__lspopup--close--box {
  position: absolute;
  right: 0.625rem;
  top: 0.938rem;
}

.pm__lspopup--close {
  width: 1.875rem;
  height: 1.875rem;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: 0.313rem;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

.pm__lspopup--close span {
  width: 2.5rem;
  height: 0.125rem;
  display: inline-block;
  background-color: var(--trietory-color);
  transition: all 0.5s ease-in-out;
}

.pm__lspopup--close:hover p {
  transform: translate(-50%, -50%) scale(1);
}


.pm__lspopup--close span {
  transition: all 0.5s ease-in-out;
  transform: rotate(45deg) translate(2px, 2px);
}

.pm__lspopup--close span+span {
  transition: all 0.5s ease-in-out;
  transform: rotate(135deg) translate(-2px, 1px);
}

.pm__lspopup--close:hover span {
  background-color: var(--trietory-color);
}

.pm__lspopup--close:hover {
  gap: 0;
}

.pm__lspopup--close:hover span,
.pm__lspopup--close:hover span+span {
  transition: all 0.5s ease-in-out;
  transform: rotate(0deg) translate(0px, 0px);
}

.pm__form--group .pm__form--alert {
  color: var(--body-text-color);
  font-size: 0.875rem;
  font-weight: 400;
  margin: 0.75rem 0 0;
}

.pm__new--password-popup.resetpassword {
  opacity: 1;
  visibility: visible;
  background-color: #00000099;
}

.pm__new--password-popup.resetpassword .pm__lspopup--box {
  top: 0;
}

.pm__update--password-popup.updatepassword {
  opacity: 1;
  visibility: visible;
  background-color: #00000099;
}

.pm__update--password-popup.updatepassword .pm__lspopup--box {
  top: 0;
}

/* invites co manager CSS file */
.pm__invite--popup.invitepopup {
  opacity: 1;
  visibility: visible;
  background-color: #00000099;
}

.pm__invite--popup.invitepopup .pm__lspopup--box {
  top: 0;
}

/* end - invites co manager CSS file */

/* invites tenant */
.pm__cotenant-invite--popup.tenantinvitepopup {
  opacity: 1;
  visibility: visible;
  background-color: #00000099;
}

.pm__cotenant-invite--popup.tenantinvitepopup .pm__lspopup--box {
  top: 0;
}

.pm__tenant-invite--popup.tenantinvitepopup {
  opacity: 1;
  visibility: visible;
  background-color: #00000099;
}

.pm__tenant-invite--popup.tenantinvitepopup .pm__lspopup--box {
  top: 0;
}

.pm__invite--popup.invitepopup {
  opacity: 1;
  visibility: visible;
  background-color: #00000099;
}

/* end - invites tenant */

@media(max-width: 991px) {
  .pm__lspopup--close {
    width: 30px;
    height: 30px;
  }

  .pm__lspopup {
    padding-top: 70px;
  }
}

@media(max-width: 768px) {
  .pm__lspopup--icon img {
    width: 80px;
  }

  .pm__lspopup--box {
    padding: 24px 24px;
  }

  .PM__lspopup--header {
    gap: 24px;
  }
}

/* /././././././././././././././././././././././././././././././././././././././././././././ */
/* /././././././././././././././././././././././././././././././././././././././././././././ */
/* Popup Css END */

/* /././././././././././././././././././././././././././././././././././././././././././././ */
/* /././././././././././././././././././././././././././././././././././././././././././././ */