@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --bs-accordion-btn-active-icon: url(../icons/accordian-down.svg) !important;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Inter;
  font-display: unset;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

h1,
h2,
h3 {
  font-family: Poppins;
  color: #101828;
  font-weight: 600;
}

ul[role="list"],
ol[role="list"] {
  list-style: none;
}

html,
body {
  color: #344054;
  font-size: 62.5%;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-size: 1.4rem;
}

a {
  text-decoration: none;
  color: #0383ff;
}
a:hover {
  color: #0360eb;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

img,
picture,
svg {
  max-width: 100%;
  display: block;
}

input,
button,
select,
optgroup,
textarea {
  font-family: Inter;
}
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: none;
}

input:focus-visible,
select:focus-visible,
.btn-select {
  outline: none;
}

input:-internal-autofill-selected {
  background: #fff !important;
}

input:disabled {
  background: #f9fafb;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

select,
.btn-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../icons/chevron-down.svg) #fff right 1.6rem center no-repeat !important;
  padding-right: 4rem !important;
  cursor: pointer;
}

button {
  border: none;
}
button:active {
  box-shadow: 0px 0px 0px 4px #0383ff33 !important;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
  }
}
h1 {
  font-size: 3.2rem;
}
@media (max-width: 767.98px) {
  h1 {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}

h2 {
  font-size: 2.8rem;
}
@media (max-width: 767.98px) {
  h2 {
    font-size: 2.4rem;
  }
}

h3 {
  font-size: 2rem;
}

.formGroup {
  margin-bottom: 3.2rem;
  width: 100%;
  max-width: 36rem;
}
.formGroup p {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
}
.formGroup label {
  display: block;
  margin-bottom: 0.8rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #667085;
}
.formGroup input,
.formGroup textarea,
.formGroup select,
.formGroup .btn-select {
  border-radius: 0.4rem;
  border: 0.1rem solid #d0d5dd;
  background: #fff;
  box-shadow: 0px 1.729px 3.459px 0px rgba(16, 24, 40, 0.05);
  padding: 1.2rem 1.6rem;
  color: #344054;
  font-size: 1.6rem;
  font-weight: 500;
  width: 100%;
  resize: none;
}
@media (max-width: 767.98px) {
  .formGroup input,
  .formGroup select,
  .formGroup .btn-select {
    font-size: 1.6rem;
    padding: 1.2rem 1.6rem;
    height: unset;
  }
}
.formGroup.big input,
.formGroup.big select,
.formGroup.big .btn-select {
  border-radius: 0.7rem;
  padding: 1.8rem 2rem;
  font-size: 2rem;
  line-height: 1.4;
  height: 6.4rem;
}
@media (max-width: 767.98px) {
  .formGroup.big input,
  .formGroup.big select,
  .formGroup.big .btn-select {
    font-size: 1.6rem;
    padding: 1.2rem 1.6rem;
    height: unset;
  }
}
@media (max-width: 767.98px) {
  .formGroup {
    margin-bottom: 2.4rem;
    max-width: unset;
  }
  .formGroup p {
    font-size: 1.4rem;
  }
  .formGroup p ~ label {
    font-size: 1.2rem !important;
  }
  .formGroup p ~ label a {
    font-size: 1.2rem !important;
  }
}

.btnPrimary,
input[type="submit"],
.btnBorder {
  width: 100%;
  line-height: 1.8rem;
  padding: 1.3rem 3.2rem;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  border: none;
  border-radius: 0.8rem;
  background: #0383ff;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .btnPrimary,
  input[type="submit"],
  .btnBorder {
    padding: 1rem 1.8rem;
    line-height: 1.5;
  }
}
.btnPrimary.small,
input[type="submit"].small,
.btnBorder.small {
  font-size: 1.4rem;
  padding: 0.6rem;
  line-height: 2.4rem;
}
.btnPrimary.edit,
input[type="submit"].edit,
.btnBorder.edit {
  padding-inline: 1.4rem;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  gap: 0.8rem;
}
.btnPrimary.edit::before,
input[type="submit"].edit::before,
.btnBorder.edit::before {
  content: "";
  background-image: url(../icons/edit-3.svg);
  background-repeat: no-repeat;
  background-size: 1.6rem;
  width: 1.6rem;
  height: 1.6rem;
  display: block;
}
.btnPrimary.download,
input[type="submit"].download,
.btnBorder.download {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
}
.btnPrimary.download::before,
input[type="submit"].download::before,
.btnBorder.download::before {
  content: "";
  background-image: url(../icons/download-white.svg);
  background-repeat: no-repeat;
  background-size: 2.4rem;
  width: 2.4rem;
  height: 2.4rem;
  display: block;
}

.btnPrimary:hover,
input[type="submit"]:hover {
  background: #0360eb;
  color: #fff;
}
.btnPrimary:disabled,
input[type="submit"]:disabled {
  background: #a3d6ff;
}
.btnPrimary:focus,
.btnPrimary:focus-visible,
input[type="submit"]:focus,
input[type="submit"]:focus-visible {
  box-shadow: 0px 0px 0px 4px rgba(3, 131, 255, 0.2);
}

.btnBorder {
  background: transparent;
  border: 1px solid #d0d5dd;
  color: #0383ff;
}
.btnBorder:hover {
  color: #0360eb;
}
.btnBorder:focus,
.btnBorder:focus-visible {
  box-shadow: 0px 0px 0px 4px rgba(3, 131, 255, 0.2);
}
.btnBorder:disabled {
  opacity: 0.45;
}

.btnDownload {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.2rem;
  color: #344054;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  padding: 0.6rem 0.7rem;
  background: #eff8ff;
  border: 0;
  border-radius: 0.2rem;
}
.btnDownload::before {
  content: "";
  background-image: url(../icons/download.svg);
  background-repeat: no-repeat;
  background-size: 2.4rem;
  width: 2.4rem;
  height: 2.4rem;
}

input[type="checkbox"] {
  width: 2rem;
  height: 2rem;
  padding: 0;
  border-radius: 0.6rem;
  border: 0.1rem solid #d0d5dd;
  cursor: pointer;
}

input[type="checkbox"] {
  position: relative;
  -webkit-appearance: none;
}

input[type="checkbox"]:checked {
  border-color: #0383ff;
}

input[type="checkbox"]:checked:before {
  content: "";
  position: absolute;
  right: 50%;
  top: 50%;
  width: 5px;
  height: 10px;
  border: solid #0383ff;
  border-width: 0 2px 2px 0;
  margin: -1px -1.5px 0 -1px;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}

.submitArrow {
  position: relative;
}
.submitArrow button {
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767.98px) {
  .submitArrow button {
    width: 4.4rem;
  }
}

.leftSpec {
  position: relative;
  padding-left: 3.2rem;
}
.leftSpec input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 1.5px;
}

.google {
  display: flex;
  padding: 1rem 1.6rem;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
  border-radius: 0.8rem;
  border: 0.1rem solid #d0d5dd;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: #344054;
  font-size: 1.6rem;
  font-weight: 600;
}
.google::before {
  content: "";
  background-image: url(../icons/google.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.4rem;
  height: 2.4rem;
}

.or {
  color: #667085;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.42;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0.8rem;
  align-items: center;
}
.or::before,
.or::after {
  content: "";
  background: #d0d5dd;
  height: 0.1rem;
  width: 100%;
  display: block;
}

.eye {
  position: relative;
}
.eye input {
  padding-right: 4rem !important;
}
.eye > span {
  cursor: pointer;
  position: absolute;
  right: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
}
.eye > span img {
  width: 2rem;
}

.error {
  display: none;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  margin-top: 0.8rem;
  color: #f04438;
}

.validation-message,
.errormessage .errorMessage {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  margin-top: 0.8rem;
  color: #f04438;
}

.border {
  border-radius: 0.4rem;
  border: 0.1rem solid #d0d5dd;
  background: #fff !important;
  box-shadow: 0px 1.729px 3.459px 0px rgba(16, 24, 40, 0.05);
  padding: 1.2rem 1.4rem;
  color: #344054;
  font-size: 1.6rem;
  font-weight: 600;
  color: #0383ff;
  padding: 1.2rem 2rem;
}
.border:hover {
  color: #0360eb;
}
.border:disabled {
  color: #d0d5dd;
}
.border:disabled path {
  stroke: #d0d5dd;
}
.border.verified {
  color: #027a48;
}

input[type="date"] {
  padding-left: 4.4rem !important;
  position: relative;
}
@media (max-width: 767.98px) {
  input[type="date"] {
    padding-left: 3.2rem;
  }
}
input[type="date"]::-webkit-calendar-picker-indicator {
  background: url(../icons/calendar.svg) left 1px center no-repeat;
  position: absolute;
  left: 5%;
  cursor: pointer;
  width: 100%;
}
@media (max-width: 767.98px) {
  input[type="date"]::-webkit-calendar-picker-indicator {
    background-size: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  input[type="date"] {
    padding-left: 3.2rem !important;
  }
  #AddNominee input[type="date"] {
    padding-left: 4.4rem !important;
  }
}
input[type="radio"] {
  width: 2rem;
  height: 2rem;
  border: 2px solid #d0d5dd;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 1.5px;
  background-clip: content-box;
  border-radius: 50%;
}
input[type="radio"]:checked {
  background-color: #0383ff;
  border-color: #0383ff;
}

.formCheck input[type="radio"] {
  display: none;
}
.formCheck input[type="radio"] ~ label {
  font-size: 1.4rem;
  font-weight: 500;
  cursor: pointer;
}
.formCheck input[type="radio"] ~ label::after {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  border: 1px solid #d0d5dd;
  display: inline-block;
  vertical-align: middle;
}
.formCheck input[type="radio"]:checked + label::after {
  border-color: #0383ff;
  background-color: #0383ff;
  background-image: url(../icons/radioCheck.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.cp {
  cursor: pointer;
}

input:-internal-autofill-selected {
  background-color: #fff !important;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  right: 0;
  text-align: center;
  padding-right: 0;
  font-family: auto;
  font-weight: 600;
  color: #000;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  background: #fff;
  font-size: 3.2rem;
  top: -44px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.offcanvas-bottom {
  border-radius: 0.8rem 0.8rem 0 0;
  box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.0784313725);
  height: 50vh !important;
}

.btn:active {
  border: none;
}

.select {
  display: none;
}

.lang-select {
  position: relative;
}
.lang-select.wImg .opLiast img,
.lang-select.wImg .btn-select img {
  display: none;
}
.lang-select .dd {
  display: none;
  position: absolute;
  left: 0;
  top: 5.5rem;
  border-radius: 0.4rem;
  border-radius: 0.8rem;
  background: #fff;
  border: 1px solid #f2f4f7;
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.0784313725);
  color: #344054;
  font-size: 1.6rem;
  font-weight: 500;
  width: 100%;
  z-index: 9;
}
@media (max-width: 767.98px) {
  .lang-select .dd.sup {
    top: unset;
    bottom: 5.5rem;
  }
}
.lang-select .dd.show {
  display: block !important;
}

.opLiast {
  padding-left: 0px;
  background: white;
  margin-bottom: 0;
  border-radius: 0.8rem;
  padding: 0.5rem 0;
}
.opLiast li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.5rem 1.6rem;
  cursor: pointer;
}
.opLiast li:hover {
  background-color: #f4f3f3;
}
.opLiast li.disabled {
  cursor: not-allowed !important;
}
.opLiast li.disabled span {
  color: #98a2b3;
}
.opLiast li.disabled img {
  opacity: 0.4;
}

.opLiast img,
.btn-select img {
  width: 2rem;
}

.open {
  display: show !important;
}

.btn-select li {
  list-style: none;
  display: flex !important;
  align-items: center;
  gap: 0.8rem;
}

.goBack {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.goBack::before {
  content: "";
  background: url(../icons/arrow-left-blue.svg) no-repeat;
  background-size: 2rem;
  width: 2rem;
  height: 2rem;
  display: block;
  margin: -1px 0;
}

.dropdown-menu {
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.0784313725);
  border: 1px solid #f2f4f7;
  border-radius: 0.8rem;
}

.tc label {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: #667085;
}

.tc label a {
  color: #667085;
  font-size: 1.6rem;
  text-decoration: underline;
}

/* Scrollbar Styling */
@media (min-width: 992px) {
  ::-webkit-scrollbar {
    width: 0.3rem !important;
    height: 0.3rem;
  }
  ::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 0px;
  }
  ::-webkit-scrollbar-thumb {
    border-radius: 1.2rem;
    background: #98a2b3;
  }
}
body {
  background: #000;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  overflow-y: auto;
}

body::before {
  content: "";
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: rgba(0, 0, 0, 0.85);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

main,
form,
.otpDiv {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  width: 100%;
}
main section,
form section {
  width: 100%;
}

form {
  flex: 1;
}

main {
  border-radius: 0.8rem;
  background: #f9fafb;
  padding: 5.2rem 8rem;
  position: relative;
  margin: 1.6rem 3.2rem;
  min-height: calc(100vh - 16rem);
}
main .logo {
  margin-bottom: 4rem;
  max-width: 12rem;
}
main .logoFixed {
  display: block;
  position: absolute;
  width: 5.5rem;
  top: 1.4rem;
  right: 1.6rem;
}
@media (min-width: 992px) {
  main .logoFixed {
    display: none;
  }
}
@media (max-width: 767.98px) {
  main {
    margin: 6rem 0 2rem 0;
    border-radius: 0.8rem;
    min-height: calc(100vh - 8rem);
    padding: 4rem 1.6rem 6rem 1.6rem;
    width: 100%;
  }
  main .logo {
    width: 8rem;
  }
  main.details {
    padding: 5.2rem 3.2rem 6rem 3.2rem;
  }
}
main.login {
  width: 100%;
  max-width: 83.2rem;
  padding: 8rem;
}
@media (min-width: 768px) {
  main.login form {
    min-height: 31.8rem;
    display: flex;
    flex-direction: column;
  }
  .otpDiv {
    min-height: 31.8rem;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  main.login {
    padding: 8rem 1.6rem 4rem 1.6rem !important;
    overflow: hidden;
  }
  main.login .subTitle h1 {
    margin-bottom: 0;
  }
}
main.login .logo {
  margin-bottom: 5.2rem;
}
@media (max-width: 767.98px) {
  main.login .logo {
    margin-bottom: 4rem;
  }
}
main.login .formGroup {
  max-width: 37.2rem;
}
main.login .ctc {
  width: 100%;
  max-width: 37.2rem;
  margin: auto 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 767.98px) {
  main.login .ctc {
    margin: 3.6rem 0 0;
  }
  main.login .ctc p {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.8rem;
    color: #667085;
  }
  main.login .ctc p a {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.8rem;
  }
}
main.login .help {
  display: flex;
  align-items: center;
  padding: 2.2rem 0 2.2rem 4rem;
  gap: 0.8rem;
  position: absolute;
  bottom: 0;
  left: 0;
}
main.login .help span {
  color: #98a2b3;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.66;
}
@media (max-width: 767.98px) {
  main.login .help {
    display: none;
  }
}
main.login .loginBG {
  position: absolute;
  top: 0;
  right: 0;
  background: #0099ff;
  border-radius: 0 0.8rem 0 12rem;
  width: 36%;
}
@media (max-width: 1399.98px) {
  main.login .loginBG {
    width: 31%;
  }
}
@media (max-width: 767.98px) {
  main.login .loginBG {
    top: -1.6rem;
    width: auto;
    max-width: 15.5rem;
  }
}
main.signUp {
  width: 100%;
  max-width: 91.2rem;
}
main.signUp section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
}
main.signUp section .withGoogle {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
main.signUp section .withGoogle span {
  color: #667085;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.42;
}
main.signUp .subTitle {
  margin-bottom: 3.4rem;
}
main.signUp form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 3.2rem;
  align-content: start;
}
main.signUp .ctc {
  width: 100%;
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3.2rem;
  grid-column: span 2;
}
main.signUp .ctc .btnPrimary,
main.signUp .ctc input[type="submit"] {
  max-width: 44rem;
}
main.signUp .ctc label {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: #667085;
}
main.signUp .ctc label a {
  color: #667085;
  text-decoration: underline;
}
/* @media (max-width: 767.98px) {
  main.signUp {
    padding: 4rem 1.6rem 6rem 1.6rem;
  }
  main.signUp form {
    grid-template-columns: 1fr;
  }
  main.signUp .ctc {
    grid-column: span 1;
    margin-top: 0.8rem;
  }
  main.signUp .subTitle {
    flex-wrap: wrap-reverse;
  }
  main.signUp .subTitle h1 ~ p {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  main.signUp section .withGoogle {
    flex-direction: column;
    align-items: start;
  }
  main.signUp section .withGoogle span {
    order: 1;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.4rem;
  }
} */

@media (max-width: 767.98px) {
  body {
    display: block;
    align-items: unset;
    justify-content: unset;
    padding: 0;
    margin: 0;
  }
  main.signUp {
    margin: 0;
    width: 100%;
    border-radius: 0;
    padding: 4rem 1.6rem 6rem 1.6rem;
  }
  main.signUp form {
    grid-template-columns: 1fr;
  }
  main.signUp .ctc {
    grid-column: span 1;
    margin-top: 0.8rem;
  }
  main.signUp .subTitle {
    flex-wrap: wrap-reverse;
  }
  main.signUp .subTitle h1 ~ p {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  main.signUp section .withGoogle {
    flex-direction: column;
    align-items: start;
  }
  main.signUp section .withGoogle span {
    order: 1;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.4rem;
  }
}


.subTitle {
  margin-bottom: 4rem;
}
.subTitle h1 {
  margin-bottom: 0.4rem;
}
.subTitle h1 ~ p {
  font-size: 1.6rem;
}
.subTitle h1 ~ p a {
  font-weight: 600;
  color: #344054;
}
@media (max-width: 767.98px) {
  .subTitle h1 ~ p {
    font-size: 1.4rem;
  }
}
@media (max-width: 767.98px) {
  .subTitle {
    margin-bottom: 3.2rem;
  }
}

.otp .formGroup:last-child {
  margin-bottom: 14rem;
}
.otp .formGroup.big input.otp-input {
  max-width: 5.4rem;
}
@media (max-width: 767.98px) {
  .otp .formGroup.big input.otp-input {
    max-width: 100%;
  }
}
.otp input.otp-input {
  text-align: center;
  max-width: 4rem;
  padding-inline: 1.2rem;
}
@media (max-width: 767.98px) {
  .otp input.otp-input {
    max-width: 100%;
  }
}
.otp label {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  margin-bottom: 1.2rem;
}
.otp label span {
  font-weight: 500;
  text-decoration: underline;
}
.otp label a {
  font-size: 1.4rem;
  font-weight: 600;
  margin-left: 1.2rem;
}
.otp .resendOtp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  flex-wrap: wrap;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2rem;
  margin-top: 1.2rem;
  color: #667085;
}
.otp .resendOtp button,
.otp .resendOtp a {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2rem;
  background: transparent;
  color: #667085;
}
.otp .resendOtp span {
  font-weight: 400;
}
.otp .inputs {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  gap: 1.2rem;
}

.forgotPass section.first {
  min-height: 42rem;
}
.forgotPass .loginBG {
  background: #0383ff !important;
}
@media (min-width: 768px) {
  .forgotPass .loginBG {
    overflow: hidden;
  }
}
.forgotPass .loginBG .position-relative svg {
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 768px) {
  .forgotPass .loginBG img {
    margin-top: 87%;
    position: relative;
    z-index: 2;
  }
}
.forgotPass form {
  min-height: unset !important;
}
.forgotPass .otp .formGroup {
  margin-bottom: 4rem;
  max-width: calc(100% - 4.8rem);
}
@media (min-width: 768px) {
  .forgotPass .formGroup.big {
    margin-bottom: 4rem;
  }
  .forgotPass .otp .formGroup {
    margin-bottom: 4.8rem;
  }
  .forgotPass.resetPass .ctc {
    margin-top: 2rem;
  }
}
@media (max-width: 767.98px) {
  .forgotPass .formGroup.big {
    margin-bottom: 3.2rem;
  }
}
.forgotPass.resetPass .ctc {
  gap: 3.2rem;
}
.forgotPass.resetPass .ctc > label {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: #667085;
}
.forgotPass.resetPass .ctc > label a {
  color: #667085;
  text-decoration: underline;
}
.forgotPass.resetPass .formGroup {
  margin-bottom: 4rem;
}
@media (max-width: 767.98px) {
  .forgotPass.resetPass .formGroup {
    margin-bottom: 3.2rem;
  }
}

.verification {
  width: 100%;
  max-width: 91.2rem;
}
.verification h1 {
  margin-bottom: 3.2rem;
}
.verification .formGroup {
  max-width: unset;
  margin-bottom: 5.2rem;
}
.verification .inputs {
  margin: 2.4rem 0;
}
@media (max-width: 767.98px) {
  .verification form {
    min-height: calc(100vh - 32.4rem);
    display: flex;
    flex-direction: column;
  }
  .verification .ctc {
    width: 100%;
    margin-top: auto;
  }
  .verification .inputs {
    margin: 1.6rem 0 2rem 0;
  }
  .verification .formGroup {
    margin-bottom: 3.2rem;
  }
  .verification .resendOtp button,
  .verification .resendOtp {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .verification .ctc {
    width: 100%;
    margin-top: auto;
    max-width: 44rem;
    margin-inline: auto;
  }
}

.logoFixed {
  position: fixed;
  top: 2.4rem;
  right: 3.2rem;
  max-width: 10.4rem;
}
@media (max-width: 991.98px) {
  .logoFixed {
    width: 5.6rem;
    top: 1.2rem;
    right: 1.2rem;
  }
}

.kyc {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 64.2rem;
  padding-bottom: 8rem;
}
.kyc .subTitle {
  margin-bottom: 5.6rem;
}
.kyc .formGroup {
  max-width: 48.2rem;
}
.kyc .verify {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.kyc .verify button {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  min-width: -moz-max-content;
  min-width: max-content;
  min-width: 11.4rem;
}
.kyc .verify button::after {
  content: "";
  width: 1.5rem;
  height: 1.4rem;
  background-image: url(../icons/rightBlueArrow.svg);
  background-repeat: no-repeat;
  display: block;
}
.kyc .verify button:disabled::after {
  background-image: url(../icons/rightDisabledArrow.svg);
}
.kyc .verify button.btnLoading {
  padding-inline: 0.8rem;
  justify-content: center;
}
.kyc .verify button.btnLoading::after {
  background-image: unset;
  border-radius: 50%;
  width: 1.6rem;
  height: 1.6rem;
  border: 0.3rem solid grey;
  border-top-color: black;
  animation: loading 2s linear infinite;
  display: block;
}
.kyc .verify button.verified {
  gap: 0.4rem;
  padding-inline: 1.4rem;
}
.kyc .verify button.verified::after {
  width: 2rem;
  height: 2rem;
  background-image: url(../icons/checkGreen.svg);
}
.kyc .inputs {
  margin: 1.2rem 0;
}
.kyc .ctc {
  width: 100%;
  max-width: 42rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  margin-top: auto;
}
.kyc .ctc a {
  font-size: 1.6rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.kyc .ctc a::after {
  content: "";
  width: 1.5rem;
  height: 1.4rem;
  background-image: url(../icons/rightBlueArrow.svg);
  background-repeat: no-repeat;
  display: block;
}
.kyc form {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: calc(100vh - 61.5rem);
}
.kyc .border {
  width: 11.4rem;
}
@media (max-width: 767.98px) {
  .kyc {
    padding-bottom: 8rem;
    padding-inline: 1.6rem !important;
  }
  .kyc .subTitle {
    margin-bottom: 3.2rem;
  }
  .kyc form {
    min-height: calc(100vh - 28.4rem);
  }
  .kyc .ctc {
    margin-top: auto;
  }
}

.change {
  box-shadow: 0px 8px 8px -4px rgba(16, 24, 40, 0.031372549);
  box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.0784313725);
}
.change .subTitle h1 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
  color: #101828;
}
.change .subTitle h1 ~ p {
  font-size: 1.2rem;
  color: #667085;
}
@media (max-width: 767.98px) {
  .change .subTitle h1 {
    font-size: 2rem;
  }
  .change .subTitle h1 ~ p {
    font-size: 1.2rem;
  }
}
.change .formGroup {
  max-width: unset;
}
@media (max-width: 767.98px) {
  .change {
    left: 0 !important;
    top: unset !important;
    border-left: 0 !important;
    width: 100% !important;
    width: 37.5rem;
    border-radius: 0.8rem 0.8rem 0 0;
    gap: 1.6rem;
  }
}

.offcanvas-header {
  padding: 2.4rem 2rem 4rem 2rem;
}

.offcanvas-body {
  padding: 0 2rem;
}

.offcanvas-footer {
  padding: 0 2rem 8rem 2rem;
}

@media (max-width: 767.98px) {
  .offcanvas-header {
    padding: 0;
    position: absolute;
    right: 1.6rem;
    top: 1.6rem;
  }
  .offcanvas-body {
    padding: 4rem 1.6rem 0 1.6rem;
  }
  .offcanvas-footer {
    padding: 0 1.6rem 6rem 1.6rem;
  }
}
main.details {
  padding: 8rem;
  margin: 8rem 3.2rem;
  max-width: 103.2rem;
  display: block;
}
@media (max-width: 767.98px) {
  main.details {
    margin: 6rem 0 2rem;
    padding: 4rem 1.6rem;
  }
}

.accordion {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
.accordion .accordion-item {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1019607843);
  border: 1px solid #eaecf0;
  border-radius: 0.8rem;
  color: #344054;
}
.accordion .accordion-button {
  box-shadow: none;
  border: none;
  background: transparent;
  padding: 0;
  padding: 5.2rem 6rem 3.6rem 6rem;
  border-top: 0.8rem solid #0383ff;
  border-radius: 0.8rem 0.8rem 0 0 !important;
  color: #6f6f6f;
  width: 100%;
}
.accordion .accordion-button .subTitle {
  width: 100%;
}
.accordion .accordion-button .subTitle.save h1 {
  display: flex;
  align-items: center;
}
.accordion .accordion-button .subTitle.save h1::after {
  content: "";
  background-image: url(../icons/checkGreen.svg);
  width: 3.2rem;
  height: 3.2rem;
  background-size: 3.2rem;
  background-repeat: no-repeat;
  margin-left: 1.6rem;
  display: block;
}
@media (max-width: 767.98px) {
  .accordion .accordion-button .subTitle.save h1 {
    align-items: start;
  }
  .accordion .accordion-button .subTitle.save h1::after {
    width: 2.4rem;
    height: 2.4rem;
    background-size: 2.4rem;
  }
}
.accordion .accordion-button p,
.accordion .accordion-button a {
  color: #6f6f6f;
}
.accordion .accordion-button::after {
  background-image: url(../icons/accordian-down.svg);
  background-size: 4rem;
  width: 4rem;
  height: 4rem;
  transform: rotate(360deg);
}
.accordion .accordion-button.collapsed {
  padding-top: 3.2rem;
  padding-bottom: 4rem;
  border-top: 0.8rem solid #1849a9;
}
.accordion .accordion-button.collapsed::after {
  transform: rotate(180deg);
}
@media (max-width: 767.98px) {
  .accordion .accordion-button {
    padding: 2.8rem 1.6rem 2rem;
    align-items: start;
  }
  .accordion .accordion-button h1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 2rem;
  }
  .accordion .accordion-button h1::after {
    content: "";
    background-image: url(../icons/accordian-down.svg);
    background-size: 2.8rem;
    width: 2.8rem;
    height: 2.8rem;
    display: block;
  }
  .accordion .accordion-button.collapsed h1::after {
    transform: rotate(180deg);
  }
  .details .accordion .accordion-button.collapsed h1::after {
    transform: rotate(180deg) !important;
  }
  .accordion .accordion-button .subTitle.save h1::after {
    transform: rotate(0deg) !important;
  }
  .accordion .accordion-button::after {
    display: none;
  }
  .accordion .accordion-button p {
    font-size: 1.2rem;
  }
}
.accordion .accBody {
  padding: 0 6rem 6rem;
}
.accordion .accBody form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 3.2rem;
}
@media (max-width: 767.98px) {
  .accordion .accBody {
    padding: 0 1.6rem 4rem;
  }
  .accordion .accBody form {
    grid-template-columns: 1fr;
  }
}
.accordion .aadharDetails {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4rem;
  padding: 1.6rem;
  border: 0.1rem dashed #b2ddff;
  border-radius: 0.8rem;
  background: #eff8ff;
  margin-top: 0.4rem;
  margin-bottom: 3.2rem;
}
.accordion .aadharDetails label {
  font-size: 1.2rem;
  font-weight: 500;
  color: #667085;
}
.accordion .aadharDetails h6 {
  font-size: 1.6rem;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .accordion .aadharDetails {
    justify-content: space-between;
    gap: 1.2rem;
    margin-bottom: 2.4rem;
  }
  .accordion .aadharDetails label {
    font-size: 1rem;
  }
  .accordion .aadharDetails h6 {
    font-size: 1.2rem;
  }
}

.formCheck {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.formCheck label {
  padding: 1.4rem 1.6rem;
  border: 1px solid #d0d5dd;
  border-radius: 0.8rem;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 0;
}

.footerSubmit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2rem;
  grid-column: span 2;
}
.footerSubmit > span {
  font-size: 1.2rem;
  font-weight: 500;
  color: #98a2b3;
}
.footerSubmit > div {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 1.2rem;
  width: 85%;
}
.footerSubmit .btnPrimary {
  max-width: 26rem;
}
.footerSubmit .btnBorder {
  max-width: 10.4rem;
}
@media (max-width: 767.98px) {
  .footerSubmit {
    grid-column: span 1;
    margin-top: 16px;
  }
  .footerSubmit .btnPrimary {
    max-width: 17.6rem;
  }
  .footerSubmit .btnBorder {
    max-width: 7.6rem;
  }
  .footerSubmit > span {
    font-size: 1rem;
  }
}

.investor {
  padding: 2.4rem;
  background: #fff6ed;
}
.investor > div {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-bottom: 1.6rem;
}
.investor h3 {
  font-weight: 600;
  line-height: 30px;
  color: #c4320a;
}
.investor p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #c4320a;
}
.investor p a {
  font-weight: 700;
  color: #c4320a;
}
.investor p:not(:last-child) {
  margin-bottom: 1.6rem;
}

.deleration5 {
  margin-bottom: 5.2rem;
}
.deleration5 label {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  color: #101828;
}
@media (max-width: 767.98px) {
  .deleration5 {
    margin-bottom: 4rem;
  }
}

.popover {
  border-radius: 0.8rem;
  background: #101828;
  padding: 1.2rem;
  width: 100vw;
  max-width: 32rem;
}

.popover-header {
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  background: transparent;
  padding: 0;
  border: none;
  border-radius: none;
  margin-bottom: 0.4rem;
}

.popover-body {
  padding: 0;
  border: none;
  background: transparent;
  color: #fff;
  border-radius: none;
  font-size: 1.2rem;
  font-weight: 400;
}

.bs-popover-end > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after,
.bs-popover-end > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
  border-right-color: #101828;
}

.bs-popover-top > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before,
.bs-popover-top > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
  border-top-color: #101828;
}

.bs-popover-bottom > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after,
.bs-popover-bottom > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before {
  border-bottom-color: #101828;
}

.bankVerification {
  max-width: 68rem;
  overflow: hidden;
}
.bankVerification .info {
  text-align: center;
  top: 0;
  margin-bottom: 33.2rem;
}
.bankVerification .info img {
  display: inline;
  margin-bottom: 4rem;
}
.bankVerification .info h1 {
  margin-bottom: 1.6rem;
}
.bankVerification .info p {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 500;
  color: #6f6f6f;
}
.bankVerification .info p span {
  font-weight: 600;
}
.bankVerification .tableSVG {
  position: absolute;
  bottom: 0;
  right: -10px;
}
@media (max-width: 767.98px) {
  .bankVerification .info {
    margin-top: 4rem;
  }
  .bankVerification .info img {
    max-width: 9.6rem;
  }
  .bankVerification .info h1 {
    margin-bottom: 0.8rem;
  }
  .bankVerification .info p {
    font-size: 1.6rem;
  }
  .bankVerification .tableSVG {
    right: 50%;
    transform: translateX(50%);
  }
  .bankVerification .tableSVG img {
    min-width: 32rem;
  }
}

.whoIs {
  border: 1px dashed #b2ddff;
  border-radius: 0.4rem;
  background: #eff8ff;
  padding: 1.6rem 0.9rem 1.2rem 1.3rem;
  margin-bottom: 2.5rem;
}
.whoIs h6 {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.2rem;
  color: #000;
  margin-bottom: 0.7rem;
}
.whoIs p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.2rem;
  color: #344054;
}

.accreditedInvestor > span {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  color: #667085;
  margin-bottom: 1.3rem;
  display: block;
}
.accreditedInvestor .formCheck label {
  padding: 0;
  border: 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.4rem;
  color: #181a1f;
  margin-bottom: 0.9rem;
}
.accreditedInvestor .formCheck input[type="radio"] ~ label::before {
  content: "";
  min-width: 1.3rem;
  min-height: 1.3rem;
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 50%;
  border: 1px solid #181a1f;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.2rem;
}
.accreditedInvestor .formCheck input[type="radio"]:checked + label::before {
  border-color: #0383ff;
  background-color: #0383ff;
  background-image: url(../icons/radioCheck.svg);
  background-size: 0.9rem;
  background-repeat: no-repeat;
  background-position: center;
}
.accreditedInvestor .formCheck input[type="radio"] ~ label::after {
  display: none;
}
.accreditedInvestor > small {
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 500;
  line-height: 2.4rem;
  color: #98a2b3;
  margin: 1.5rem 0 2.7rem 0;
  display: block;
}
.accreditedInvestor > small span {
  color: #d80027;
}
.accreditedInvestor .leftSpec {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
  color: #000;
  margin-top: 1.6rem;
}
.accreditedInvestor .leftSpec b {
  font-weight: 700;
}

@media (min-width: 768px) {
  .politically {
    grid-column: span 2;
    max-width: unset;
  }
  .politically .formCheck .w-100 {
    max-width: 17.6rem;
  }
  .gridCol2 {
    grid-column: span 2;
    max-width: unset;
  }
}
@media (max-width: 1399.98px) {
  main.login {
    padding: 4rem 8rem 8rem;
  }
  main.login .logo {
    max-width: 100px;
    margin-bottom: 4rem;
  }
  main.login .subTitle,
  main.login.forgotPass.resetPass .formGroup {
    margin-bottom: 3.2rem;
  }
  main.login.forgotPass.resetPass .ctc {
    margin-top: 0 !important;
  }
  main.login form {
    min-height: 29rem;
  }
  main.login.forgotPass section.first {
    min-height: 39rem;
  }
  main.login.forgotPass .formGroup.big {
    margin-bottom: 3.2rem;
  }
  main.login.forgotPass .otp .formGroup {
    margin-bottom: 4rem;
  }
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} /*# sourceMappingURL=preLogin.css.map */


.privacyPolicy h1 
{
  margin-bottom: 8px;
}

.privacyPolicy h5 {
  font-weight: 500;
  font-size: 16px;
  color: #6F6F6F;
}

.privacyPolicy p,
.privacyPolicy li .privacyPolicy h5,
.privacyPolicy a {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #344054;
  margin-bottom: 5px;
}

.privacyPolicy p a {
  text-decoration: underline;
}

.privacyPolicy ul {
  padding-left: 2rem;
}

.privacyPolicy li {
  margin-bottom: 4px;
  list-style: disc;
}

.privacyPolicy p b {
  font-weight: 600;
}

.privacyPolicy h6 {
  font-weight: 600;
  font-size: 14px;
  line-height: 30px;
  color: #344054;
  margin-bottom: 2px;

}