@charset "UTF-8";
@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;
  cursor: pointer;
}
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,
.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;
}

@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 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%;
}
@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"],
.checkRadio input[type="radio"] {
  width: 2rem;
  height: 2rem;
  padding: 0;
  border-radius: 0.6rem;
  border: 0.1rem solid #d0d5dd;
  cursor: pointer;
}

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

input[type="checkbox"]:checked,
.checkRadio input:checked[type="radio"] {
  border-color: #0383ff;
}
.checkRadio input[type="radio"]:checked {
  background-color: transparent;
}

input[type="checkbox"]:checked:before,
.checkRadio input:checked[type="radio"]::after {
  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: 1.2rem;
  color: #f04438;
}

.validation-message,
.errormessage .errorMessage {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  margin-top: 1.2rem;
  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%;
} */
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  background: url(../icons/calendar.svg) left 1px center no-repeat;
  opacity: 0;
  position: absolute;
  left: 5%;
  cursor: pointer;
  width: 100%;
}
input[type="date"]::before {
  content: "";
  position: absolute;
  left: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background: url(../icons/calendar.svg) no-repeat center center;
  background-size: contain;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .reports input[type="date"]::before {
    left: 0.6rem;
  }
}
#ndb {
  /* width: 100% !important; */
  padding-left: 44px !important;
  text-align: left !important;
}
@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;
  }
}
.sidebar {
  position: fixed;
  height: 100%;
  width: 28rem;
  background: #000;
  padding: 3.2rem 2rem;
  z-index: 99;
  overflow: hidden;
  transition: all 0.5s ease !important;
}
.sidebar .logo img {
  width: 8.8rem;
  margin-left: 2rem;
}
.sidebar a {
  color: #fff;
  text-decoration: none;
}
.sidebar hr {
  margin: 2.4rem 0;
  border-color: #344054;
}
.sidebar .help {
  background: #344054;
  border-radius: 0.8rem;
  padding: 2rem 1.6rem 2rem 1.6rem !important;
  margin: 2.8rem 0;
}
.sidebar .help p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.2rem;
  color: #eaecf0;
  margin-bottom: 0.4rem;
}
.sidebar .help p b {
  font-weight: 500;
  color: #fff;
}
.sidebar .help a {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2rem;
  color: #53b1fd;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-top: 1.6rem;
}
.sidebar .help.noNeed {
  padding: 2rem 1.6rem;
  gap: 1.6rem;
}
.sidebar .help.noNeed p {
  display: none;
}
.sidebar .help.noNeed a {
  margin-top: 0;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.sidebar .version {
  font-size: 1.4rem;
  line-height: 1.7rem;
  text-align: center;
  color: #667085;
  margin-top: 4.6rem;
}
.sidebar .closeMenu {
  display: none;
}

.menu-content {
  position: relative;
  height: 100%;
  width: 100%;
  margin-top: 5.2rem;
  padding-bottom: 14rem;
  overflow-y: scroll;
}
.menu-content::-webkit-scrollbar {
  display: none;
}

.menu-items {
  width: 100%;
  padding-left: 0;
  transition: all 0.4s ease !important;
}

.submenu-active .menu-items {
  transform: translateX(-56%);
}

.menu-title,
.item a,
.submenu-item {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.4rem;
  letter-spacing: 0.01em;
}

.menu-title,
.item {
  border-radius: 0.4rem;
  margin-bottom: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.2rem 1rem 2rem;
}
.menu-title a picture,
.item a picture {
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-title.notifications span,
.item.notifications span {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  text-align: center;
  background: #f04438;
  padding: 0.2rem 1rem;
  border-radius: 1.6rem;
}
.menu-title.active,
.item.active {
  background: #0383ff;
}
.menu-title:hover,
.item:hover {
  background: #344054;
}
.menu-title.active::after,
.item.active::after {
  content: "";
  background-image: url(../icons/chevron-white-right.svg);
  width: 2rem;
  height: 2rem;
  background-size: 2rem;
  background-repeat: no-repeat;
}

.item a,
.submenu-item {
  width: 100%;
}

.item i {
  font-size: 12px;
}

.submenu-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  cursor: pointer;
}

.submenu {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: calc(-100% - 2.8rem);
  height: calc(100% + 100vh);
  background: #101724;
  display: none;
}

.show-submenu ~ .submenu {
  display: block;
}

.submenu .menu-title {
  border-radius: 12px;
  cursor: pointer;
}

.submenu .menu-title i {
  margin-right: 10px;
}

.navbar,
.main {
  left: 28rem;
  width: calc(100% - 28rem);
  transition: all 0.5s ease !important;
  z-index: 1000;
}

.sidebar.close ~ .navbar,
.sidebar.close ~ .main {
  left: 0;
  width: 100%;
}

.navbar {
  display: none;
  position: fixed;
  padding: 1.2rem 1.6rem;
  background: #000000;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
}
.navbar img {
  width: 8.8rem;
}
.navbar .sidebar-close {
  cursor: pointer;
  width: 2.4rem;
  margin-right: 0.4rem;
}

.main {
  position: relative;
  z-index: 100;
  background: #f2f4f7;
  padding: 1.2rem 0 4rem 0;
}
.main > * {
  margin-inline: 5.2rem;
}
.main > .offcanvas,
.main > .offcanvas-backdrop {
  margin-inline: 0;
}
.main .completeKYC ~ .statusTabs,
.main > .statusTabs {
  margin-inline: 0;
  padding-inline: 5.2rem;
}
@media (max-width: 1199.98px) {
  .main > * {
    margin-inline: 1.6rem;
  }
  .main .completeKYC ~ .statusTabs,
  .main > .statusTabs {
    margin-inline: 0;
    padding-inline: 1.6rem;
  }
}

.logout {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
  color: #344054 !important;
  box-shadow: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  width: 100%;
  margin-top: 6rem;
}
.logout span {
  background: #344054;
  padding: 0.6rem;
  border-radius: 0.8rem;
}
@media (max-width: 991.98px) {
  .logout {
    color: #fff !important;
  }
}

.sidebarFade.show {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4901960784);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  overflow: hidden;
}

.main nav,
nav .user {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.main nav {
  justify-content: space-between;
  padding: 1.2rem 0;
}
.main nav .user img {
  width: 52px;
  height: 52px;
  border-radius: 50px;
  border: 1px solid #f9fafb;
}
.main nav h2 {
  line-height: 3.6rem;
}
.main nav .logout {
  width: auto;
  margin-top: 0;
  color: #344054;
  gap: 1.2rem;
  border: none;
}
.main nav .logout span {
  background: #eff8ff;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cProfile {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50px;
  border: 1px solid #344054;
  background: linear-gradient(180deg, #2294fd 0%, #1285d9 100%);
}
.cProfile span {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.8rem;
  line-height: 3.584rem;
  font-weight: 500;
  background: #fff;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

@media (max-width: 1199.98px) {
  .sidebar {
    z-index: 101;
    left: -28rem;
    padding: 1.6rem 1.6rem 6rem;
  }
  .sidebar.close {
    left: 0;
  }
  .sidebar .closeMenu {
    display: block;
    margin-bottom: 1.6rem;
    cursor: pointer;
  }
  .sidebar .closeMenu img {
    margin-left: auto;
  }
  .sidebar .logo img {
    padding-left: 0;
  }
  .menu-content {
    margin-top: 3.2rem;
  }
  .navbar {
    display: flex;
  }
  .navbar.hide {
    opacity: 0;
    z-index: 99;
  }
  .navbar,
  .main {
    left: 0;
    width: 100%;
  }
  .main nav {
    margin-top: 7.6rem;
  }
}
.completeKYC {
  background-color: #070a12;
  background-image: url(../images/CompleteKYC.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 4rem 5.2rem 4rem 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem 1.6rem;
  flex-wrap: wrap;
  border-top-left-radius: 4rem;
  color: #f9fafb;
  margin-top: 0.8rem;
  margin-right: 0;
}
.completeKYC ~ .statusTabs {
  margin-top: 0;
  padding: 3.2rem 0 2.4rem 0;
  z-index: 99;
  position: sticky;
  top: -1.2rem;
  background: #f2f4f7;
}
@media (max-width: 1199.98px) {
  .completeKYC ~ .statusTabs {
    top: 5.5rem;
  }
}
.completeKYC > div {
  display: flex;
  align-items: center;
}
.completeKYC > div::before {
  content: "";
  min-width: 1.2rem;
  height: 5.6rem;
  background: #32d583;
  margin-right: 1.6rem;
}
.completeKYC h3 {
  font-size: 2rem;
  color: #f9fafb;
  margin-bottom: 0.4rem;
}
.completeKYC h3 ~ p {
  font-size: 1.6rem !important;
}
.completeKYC .btnPrimary {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1.2rem 2.8rem;
}
.completeKYC .btnPrimary::after {
  content: "";
  background-image: url(../icons/rightWhiteArrow.svg);
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
}
@media (max-width: 991.98px) {
  .completeKYC {
    padding: 3.2rem 1.6rem;
    flex-wrap: nowrap;
  }
  .completeKYC h3 {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
  .completeKYC h3 ~ p {
    font-size: 1.4rem;
  }
  .completeKYC .btnPrimary {
    /* margin-left: 2.8rem; */
    padding: 1.2rem;
  }
  .completeKYC .btnPrimary span {
    display: none;
  }
}
.completeKYC.complianceIssues > div {
  max-width: 77%;
  align-items: start;
}
.completeKYC.complianceIssues > div::before {
  height: 5.6rem;
  background: #d92d20;
}
.completeKYC.complianceIssues p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 19.36px;
}
.completeKYC.complianceIssues p a {
  font-weight: 500;
  color: #fff;
  text-decoration: underline;
}
.completeKYC.underRivew > div::before {
  background: #fdb022;
}
@media (max-width: 991.98px) {
  .completeKYC.complianceIssues > div {
    max-width: 83rem;
  }
}

.loadMoreForKYC {
  padding: 7.2rem 1.6rem 3rem;
  position: absolute;
  margin: 0 -5.2rem;
  width: calc(100% + 10.4rem);
  bottom: -6.1rem;
  left: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 9.06%,
    #ffffff 51.17%
  );
}
.loadMoreForKYC button {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.2rem;
  padding: 0.7rem 2.9rem;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}
.loadMoreForKYC button::after {
  content: "";
  background-image: url(../icons/lock.svg);
  background-repeat: no-repeat;
  background-size: 2rem;
  width: 2rem;
  height: 2rem;
}
@media (max-width: 1199.98px) {
  .loadMoreForKYC {
    margin: 0 -1.6rem;
    width: calc(100% + 3.2rem);
  }
}

.statusTabs {
  margin-top: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.statusTabs .nav {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
.statusTabs .nav-link {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.8rem;
  color: #98a2b3;
  padding: 0 0 0.8rem;
  border-bottom: 0.4rem solid transparent;
}
.statusTabs .nav-link.active {
  border-color: #0383ff;
  color: #344054;
  font-weight: 600;
}
.statusTabs .filter {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  display: none;
}
.statusTabs .dropdown button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 14.8rem;
  padding: 0.8rem 1.2rem;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 0.4rem;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0509803922);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.2rem;
}
.statusTabs .dropdown button span {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8rem;
  color: #f04438;
  text-align: center;
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 50%;
  background: #fee4e2;
  margin: 0 auto 0 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.statusTabs .dropdown button::after {
  content: "";
  background-image: url(../icons/chevron-down.svg);
  width: 1.6rem;
  height: 1.8rem;
  background-repeat: no-repeat;
}
.statusTabs .dropdown .dropdown-menu {
  padding: 0.4rem 2.4rem;
  width: -moz-max-content;
  width: max-content;
}
.statusTabs .dropdown label {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-size: 1.4rem;
  line-height: 2.2rem;
  padding: 0.8rem 0;
  color: #101828;
}
.statusTabs ~ .tab-content {
  padding: 0 !important;
  position: relative;
}
.statusTabs ~ .tab-content .cardDetails {
  min-height: 27.1rem;
}
/* .statusTabs ~ .tab-content .cardDetails .video {
  max-height: 28rem;
  overflow: hidden;
} */
 .statusTabs ~ .tab-content .cardDetails .dealsList .video {
  max-height: 28rem;
  overflow: hidden;
}
@media (max-width: 1399.98px) {
  .statusTabs {
    flex-wrap: wrap;
    gap: 1.2rem;
  }
  .statusTabs .filter {
    margin-left: auto;
  }
}
@media (max-width: 991.98px) {
  .statusTabs {
    flex-wrap: nowrap;
    margin-top: 1.2rem;
  }
  .statusTabs .nav {
    gap: 1.1rem;
  }
  .statusTabs .nav-link {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

.cardDetails {
  display: grid;
  grid-template-columns: 17.6% 51.2% 31.2%;
  border: 1px solid #d0d5dd;
  border-radius: 0.8rem;
  margin-bottom: 2.1rem;
}
.cardDetails .bg-white.d-block {
  display: flex !important;
  flex-direction: column;
}
.cardDetails .details {
  padding: 3.2rem;
}
.cardDetails header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.8rem;
  gap: 1rem;
}
.cardDetails .country {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.2rem;
  border: 1px solid #e6e6e6;
  border-radius: 17rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6rem;
  min-width: 6.6rem;
  color: #344054;
}
.cardDetails .country span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  padding: 0.2rem;
  overflow: hidden;
  background: #f2f4f7;
}
.cardDetails .content {
  margin-top: 2.8rem;
  padding-top: 0 !important;
}
.cardDetails .content p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #717171;
}
.cardDetails .content p:not(:last-child) {
  margin-bottom: 1rem;
}
.cardDetails .rightInfo {
  padding: 2.4rem 2.6vw;
  height: 100%;
  background: #f9fafb;
  display: grid;
  grid-template-columns: max-content max-content;
  justify-content: space-between;
  align-content: center;
  gap: 1.3vw;
  margin: auto 0;
  border-radius: 0 0.8rem 0.8rem 0;
}
.cardDetails .rightInfo P {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2rem;
  color: #667085;
  min-width: -moz-max-content;
  min-width: max-content;
}
.cardDetails .rightInfo h6 {
  font-family: Inter;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.4rem;
  color: #344054;
  white-space: nowrap;
}
.cardDetails .rightInfo.pb {
  padding: 2.4rem 1.3vw 2.4rem 2.6vw;
}
@media (max-width: 1399.98px) {
  .cardDetails .rightInfo {
    padding: 2.4rem 2vw;
    gap: 1vw 2vw;
  }
  .cardDetails .rightInfo.pb {
    padding: 2.4rem 1.3vw 2.4rem 2vw;
  }
}
@media (max-width: 991.98px) {
  .cardDetails {
    grid-template-columns: 17.6% 1fr max-content;
  }
  .cardDetails .details {
    padding: 1.6rem 1.6rem 2rem;
  }
}
@media (max-width: 767.98px) {
  .cardDetails {
    display: block;
  }
  .cardDetails .video img {
    border-radius: 0.8rem 0.8rem 0 0;
    width: 100%;
    height: auto;
    aspect-ratio: 68/36;
  }
  .cardDetails .details {
    padding: 1.6rem 1.6rem 2.8rem 1.6rem;
  }
  .cardDetails header {
    align-items: start;
    margin-bottom: 1.2rem;
  }
  .cardDetails h3 {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
  .cardDetails .content {
    margin-top: 1.6rem;
  }
  .cardDetails .content p {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  .cardDetails .rightInfo {
    padding: 2.4rem 1.6rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(8rem, max-content));
    gap: 1.6rem;
    border-radius: 0 0 0.8rem 0.8rem;
  }
  .cardDetails .rightInfo.pb {
    padding: 2.4rem 1.6rem;
  }
  .cardDetails .rightInfo label {
    font-size: 1rem;
    line-height: 1.8rem;
  }
  .cardDetails .rightInfo h6 {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}

.prebooked {
  display: flex;
  align-items: center;
  justify-content: center;
}
.prebooked > span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.2rem;
  color: #027a48;
  padding: 0.4rem 0.4rem 0.4rem 1.2rem;
  border: 1px solid #12b76a;
  border-radius: 9.2rem;
  background: #ecfdf3;
}
.prebooked > span::after {
  content: "";
  background-image: url(../icons/checkGreen.svg);
  width: 2.8rem;
  height: 2.8rem;
  background-size: 2.8rem;
  background-repeat: no-repeat;
  display: block;
}
@media only screen and (min-width: 1199.98px) and (max-width: 1419.98px) {
  .prebooked > span {
    font-size: 1.2rem;
    gap: 0.2rem;
    padding: 0.4rem 0.3rem 0.4rem 0.7rem;
  }
  .prebooked > span::after {
    width: 2rem;
    height: 2rem;
    background-size: 2rem;
  }
}

.highlights {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  list-style: none;
  padding-left: 0;
  min-width: -moz-max-content;
  min-width: max-content;
}
.highlights li {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  background: #eff8ff;
  border-radius: 0.2rem;
  padding: 0.4rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6rem;
  color: #0383ff;
  position: relative;
}
.highlights li span {
  width: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.highlights li span img {
  max-width: 1.2rem;
  height: auto;
}
.highlights .risk {
  padding-left: 1.4rem;
  background: #ecfdf3;
  color: #039855;
}
.highlights .risk::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #32d583;
  position: absolute;
  left: 0.5rem;
}
.highlights .risk.medium {
  background: #fffaeb;
  color: #dc6803;
}
.highlights .risk.medium::before {
  background: #fdb022;
}
.highlights .risk.high {
  background: #fef3f2;
  color: #f04438;
}
.highlights .risk.high::before {
  background: #f97066;
}

.progress {
  border: 1px solid #e6e6e6;
  background-color: #fff;
  position: relative;
  margin: 0.9rem 0 0;
  height: 0.5rem;
  width: 100%;
  border-radius: 0;
}

.progress-done {
  background: #32d583;
  height: 100%;
  width: 0;
  border-radius: 0;
  transition: 2.5s ease 1s !important;
}

.progressInfo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.6rem;
  margin-top: auto;
}
.progressInfo li {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2rem;
  color: #667085;
}
.progressInfo li span {
  color: #98a2b3;
}

.video {
  position: relative;
}
.video .overflow-hidden {
  border-radius: 0.8rem 0 0 0.8rem;
}
@media (max-width: 767.98px) {
  .video .overflow-hidden {
    border-radius: 0.8rem 0.8rem 0 0;
  }
}
.video img {
  width: 100%;
  height: 100%;
  border-radius: 0.8rem 0 0 0.8rem;
  transition: all ease 1s !important;
  -o-object-fit: cover;
  object-fit: cover;
}
.video:hover img {
  scale: 1.1;
}
.video:hover .playButton {
  scale: 1.1;
  border-width: 0.2rem;
  box-shadow: 0 0 0.5rem 0.5rem #a2d7ff;
}
.video .labels {
  position: absolute;
  left: -1.2rem;
  top: 2.4rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.video .labels::after {
  content: "";
  position: absolute;
  display: block;
  border-style: solid;
  border-color: #0d8250 transparent transparent transparent;
  bottom: -1.2rem;
  left: 0;
  border-width: 1.2rem 0 0 1.2rem;
}
.video .labels > div {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 2rem;
  color: #fff;
  padding: 0.2rem 1rem 0.2rem 1.1rem;
  background: linear-gradient(
    90deg,
    #179f66 0%,
    #199f66 21.08%,
    #16ba74 42.16%,
    #16b974 63.23%,
    #189f66 84.31%,
    #0a9259 105.39%
  );
  display: flex;
  align-items: center;
  gap: 0.4rem;
  white-space: nowrap;
  -webkit-clip-path: polygon(100% 100%, 0 100%, 0 0, 100% 0, 96% 50%);
  clip-path: polygon(100% 100%, 0 100%, 0 0, 100% 0, 96% 50%);
  border-bottom: 1px solid #179f66;
}
.video .labels > div::before {
  content: "";
  background-image: url(../icons/forAI.svg);
  background-repeat: no-repeat;
  background-size: 1.2rem;
  width: 1.2rem;
  height: 1.438rem;
}
@media (max-width: 767.98px) {
  .video .labels {
    top: 1.6rem;
    left: -0.7rem;
  }
  .video .labels div {
    letter-spacing: 0.8000000119px;
  }
  .video .labels::after {
    bottom: -8px;
    border-width: 0.8rem 0 0 0.7rem;
  }
}

.playButton {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4rem;
  height: 4rem;
  display: block;
  border: 0.4rem solid #fff;
  border-radius: 50%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: #d8eeff;
  transition: all ease 1s !important;
}
.playButton:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-30%, -50%);
  display: block;
  content: "";
  border-color: transparent transparent transparent #0383ff;
  border-style: solid;
  border-width: 1rem 0 1rem 1.2rem;
}

@media (min-width: 992px) {
  body {
    overflow: hidden;
  }
  .main {
    height: 100vh;
    overflow: auto;
  }
}
@media (max-width: 991.98px) {
  .main.hideNav > nav {
    display: none;
  }
  .main.hideNav > nav + div {
    margin-top: 8.8rem;
  }
}
.responsiveFilter .offcanvas-header {
  padding: 2rem 1.6rem 1.6rem;
  border-bottom: 1px solid #d9d9d9;
}
.responsiveFilter .offcanvas-body > div,
.responsiveFilter .offcanvas-footer {
  display: grid;
  grid-template-columns: 132px 1fr;
  height: 100%;
}
.responsiveFilter .offcanvas-body {
  padding: 0;
}
.responsiveFilter .offcanvas-footer {
  box-shadow: 0px -1px 8px 0px rgba(0, 0, 0, 0.1019607843);
  padding: 2rem 1.6rem;
  max-height: 7.6rem;
}
.responsiveFilter .offcanvas-footer button {
  font-size: 1.4rem;
  line-height: 2.4rem;
  height: 3.6rem;
  padding: 0.6rem;
  border-radius: 0.4rem;
}
.responsiveFilter .offcanvas-footer .btnBorder {
  max-width: 10.4rem;
}
.responsiveFilter .nav {
  height: 100%;
  background: #f2f4f7;
  display: block;
}
.responsiveFilter .nav button {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.2rem;
  padding: 1.6rem 1.2rem 1.6rem;
  background: transparent;
  width: 100%;
  text-align: start;
}
.responsiveFilter .nav button.active {
  color: #344054;
  font-weight: 600;
  background: #fff;
}
.responsiveFilter .tab-content {
  padding: 1.2rem 2.4rem;
  overflow-y: auto;
}
.responsiveFilter .tab-pane label {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #101828;
  margin-bottom: 1.6rem;
}
.responsiveFilter h5 {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.6rem;
  color: #101828;
}

.ourBlogs {
  border-top: 2rem solid #e6ecf2;
  margin: 6rem 0 0;
  padding: 4rem 5.2rem;
}
@media (max-width: 1199.98px) {
  .ourBlogs {
    margin: 4rem 0 0;
    padding: 4rem 1.6rem;
  }
}

.blogTitle {
  margin-bottom: 3.2rem;
}
.blogTitle > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
}
.blogTitle p {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.2rem;
  color: #667085;
  margin-bottom: 0.4rem;
  text-transform: uppercase;
}
.blogTitle a {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.4rem;
  display: flex;
  align-items: center;
  gap: 1.4rem;
}
.blogTitle a::after {
  content: "";
  background-image: url(../icons/rightBlueArrow.svg);
  width: 1.4rem;
  height: 1.4rem;
  background-repeat: no-repeat;
  display: block;
}
@media (max-width: 767.98px) {
  .blogTitle p,
  .blogTitle a {
    font-size: 1.2rem;
    line-height: 2rem;
    letter-spacing: 0.5px;
    gap: 0.9rem;
  }
  .blogTitle a::after {
    width: 1rem;
    height: 1rem;
    background-size: 1rem;
  }
}

.blogView {
  display: grid;
  grid-template-columns: 57.5% 1fr;
  gap: 2rem;
}
.blogView .card {
  padding: 1.2rem;
  border: 1px solid #d0d5dd;
  border-radius: 0.8rem;
}
.blogView .playButton {
  width: 5.2rem;
  height: 5.2rem;
}
.blogView .video a {
  border-radius: 0.4rem;
}
.blogView .video img {
  max-width: unset;
  width: 100%;
  height: 100%;
}
@media (max-width: 991.98px) {
  .blogView .video img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
}
.blogView .videoTitle {
  position: absolute;
  bottom: 1.2rem;
  left: 1.2rem;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 77.29%,
    rgba(0, 0, 0, 0.6) 90.05%
  );
  width: calc(100% - 2.4rem);
  height: calc(100% - 2.4rem);
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 2rem;
  border-radius: 0.4rem;
}
.blogView .videoTitle h5 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.8rem;
  margin-bottom: 0.4rem;
  color: #fff;
}
@media (max-width: 991.98px) {
  .blogView .videoTitle {
    padding: 0.8rem 2rem;
  }
  .blogView .videoTitle h5 {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 0;
  }
}
@media (max-width: 991.98px) {
  .blogView {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
}

.blogList {
  display: grid;
  gap: 1.2rem;
}
.blogList .card {
  flex-direction: row;
  gap: 2.4rem;
}
.blogList .card > div {
  display: flex;
  flex-direction: column;
}
.blogList .card img {
  height: 100%;
  width: 100%;
  max-width: 33% !important;
  border-radius: 0.4rem;
  aspect-ratio: 144/112;
  -o-object-fit: cover;
  object-fit: cover;
}
.blogList .minDetails {
  margin-top: auto;
}
.blogList .minDetails span {
  color: #717171;
}
.blogList h5 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
  color: #101828;
  margin-bottom: 0.4rem;
}
.blogList p {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #667085;
  margin-bottom: 1.2rem;
}
.blogList h5,
.blogList p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 767.98px) {
  .blogList .card {
    flex-direction: column;
    gap: 1.6rem;
  }
  .blogList .card img {
    max-width: unset !important;
    height: auto;
    aspect-ratio: 2/1;
  }
}

.minDetails {
  display: flex;
  align-items: center;
}
.minDetails span {
  font-size: 1.2rem;
  line-height: 2rem;
  color: #f9fafb;
  display: flex;
  align-items: center;
}
.minDetails span:not(:first-child) {
  margin-left: 1.2rem;
}
.minDetails span:not(:first-child)::before {
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  background: #f9fafb;
  margin-right: 1.2rem;
  display: block;
}

.noDeals {
  padding: 3rem;
  background: #f9fafb;
  border-radius: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3.2rem;
}
.noDeals p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #98a2b3;
}
.noDeals p a,
.noDeals p button,
.noDeals p span {
  font-weight: 700;
  color: #98a2b3;
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  .noDeals {
    padding: 3rem 1.6rem;
    text-align: center;
  }
  .noDeals h1 {
    font-size: 2.8rem;
  }
}

.noDeals h1,
.error404 h1 {
  font-size: 4rem;
  line-height: 4.8rem;
  color: #344054;
  margin-bottom: 1.2rem;
}
@media (max-width: 767.98px) {
  .noDeals h1,
  .error404 h1 {
    font-size: 3.2rem;
  }
}

.error404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 12.8rem);
  text-align: center;
}
.error404 img {
  margin-bottom: 6rem;
}
.error404 p {
  font-size: 2rem;
  line-height: 2.4rem;
}
@media (max-width: 991.98px) {
  .error404 {
    height: calc(100vh - 20.4rem);
  }
}

.backToAll {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.4rem;
  margin-top: 4rem;
  margin-bottom: 3.2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: #344054;
}
.backToAll::before {
  content: "";
  background-image: url(../icons/arrow-left.svg);
  width: 2rem;
  height: 2rem;
  background-size: 2rem;
}
.backToAll:hover {
  color: #344054;
}
@media (max-width: 1199.98px) {
  .backToAll {
    margin: 8.9rem 1.6rem 2rem;
  }
}

.dealsDetails {
  display: flex;
  gap: 2rem;
}
.dealsDetails .investSec {
  min-width: 30.6rem;
  width: 30.6rem;
}
.dealsDetails .videoSec {
  border-radius: 0.8rem;
  overflow: hidden;
}
.dealsDetails .cardDetails {
  display: block;
  overflow: hidden;
  background: #fff;
}
.dealsDetails .cardDetails .details {
  padding: 0;
}
.dealsDetails .cardDetails .country {
  background: #fff;
}
.dealsDetails .cardDetails .content {
  margin-top: 2.4rem;
  min-height: 4rem;
}
.dealsDetails .cardDetails .content p {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #d0d5dd;
}
.dealsDetails .cardDetails .content .read {
  font-weight: 700;
  cursor: pointer;
}
.dealsDetails .cardDetails .content .moreContent {
  display: none;
}
.dealsDetails .cardDetails .rightInfo {
  padding: 2.4rem 3.2rem 3.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem 3.2rem;
  background: #fff;
}
.dealsDetails .cardDetails h3 {
  font-size: 2.2rem;
  color: #fff;
}
.dealsDetails .cardDetails .bgDark {
  padding: 2rem 2.5rem;
  background: #101828;
  display: grid;
  grid-template-columns: 12rem 1fr;
  grid-template-rows: auto auto;
  gap: 0 2rem;
  border-radius: 0.8rem 0.8rem 0 0;
}
.dealsDetails .cardDetails .bgDark .video {
  border-radius: 0.4rem;
}
.dealsDetails .cardDetails .bgDark .video .overflow-hidden {
  border-radius: 0.4rem;
}
.dealsDetails .cardDetails .bgDark .video .labels {
  top: 0.8rem;
}
.dealsDetails .cardDetails .bgDark .video img {
  height: auto;
  min-height: 12.8rem;
  max-height: 12.8rem;
  border-radius: 0.4rem;
}
.dealsDetails .cardDetails .bgDark .video .videoIntro {
  font-size: 1.2rem;
  line-height: 2rem;
  padding: 0.6rem;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  margin-top: 2.1rem;
  display: none;
}
i .dealsDetails .cardDetails .bgDark .video .videoIntro::after {
  content: "";
  height: 0px;
  width: 0px;
  border-left: 8px solid #fff;
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
}
.dealsDetails .cardDetails .bg-white h3 {
  color: #101828;
}
.dealsDetails .cardDetails .bg-white .content p {
  color: #717171;
}
@media only screen and (min-width: 1199.98px) and (max-width: 1392.98px) {
  .dealsDetails .cardDetails .rightInfo {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(11rem, max-content));
  }
  .dealsDetails .cardDetails .bgDark {
    grid-template-columns: 9.2rem 1fr;
    gap: 0 1.6rem;
  }
  .dealsDetails .cardDetails .bgDark .video img {
    min-height: 10rem;
    max-height: 10rem;
  }
  .dealsDetails .cardDetails .bgDark .video .videoIntro {
    gap: 0.5rem;
  }
}
@media (max-width: 767.98px) {
  .dealsDetails .cardDetails .rightInfo {
    display: grid;
    padding: 2.6rem 1.6rem 2.9rem;
    grid-template-columns: repeat(auto-fit, minmax(8rem, max-content));
    gap: 1.6rem;
  }
  .dealsDetails .cardDetails .rightInfo P {
    font-size: 1rem;
    line-height: 1.8rem;
  }
  .dealsDetails .cardDetails .bgDark {
    grid-template-columns: 9.2rem 1fr;
    gap: 1.6rem;
    padding: 1.6rem 1.6rem 1.8rem;
  }
  .dealsDetails .cardDetails .bgDark .video img {
    min-height: 10rem;
    max-height: 10rem;
  }
  .dealsDetails .cardDetails .bgDark .video .videoIntro {
    gap: 0.5rem;
  }
  .dealsDetails .cardDetails .details ~ .details {
    grid-column: span 2;
  }
  .dealsDetails .cardDetails header {
    flex-wrap: wrap;
    gap: 0.8rem;
  }
  .dealsDetails .cardDetails h3 {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
  .dealsDetails .cardDetails .content {
    margin-top: 2rem;
    min-height: unset;
  }
}
@media (max-width: 991.98px) {
  .dealsDetails {
    display: block;
  }
  .dealsDetails .investSec {
    min-width: unset;
    margin-top: 152px;
  }
  .dealsDetails .videoSec {
    display: none;
  }
}
@media (min-width: 768px) {
  .dealsDetails .cardDetails .bgDark .video {
    grid-row: span 2;
  }
}

.makeInvestment {
  padding: 3.2rem 2rem 2rem;
  border-radius: 0.8rem;
  background: #101828;
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.0784313725);
  margin-bottom: 2rem;
  position: relative;
}
.makeInvestment h6 {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 2rem;
  letter-spacing: 0.5px;
  text-align: center;
  color: #f9fafb;
  margin-bottom: 2.4rem;
  text-transform: uppercase;
}
.makeInvestment .submitArrow {
  max-width: 21.2rem;
  margin: 0 auto;
}
.makeInvestment .submitArrow > span {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
  position: absolute;
  left: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
}
.makeInvestment .submitArrow input {
  height: 4rem;
  padding-inline: 2.8rem 5rem;
}
.makeInvestment .submitArrow button {
  width: 3.6rem;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #0383ff;
  background: transparent;
}
.makeInvestment .pbDetails {
  padding: 1.2rem 0.7rem;
  border: 1px solid #12b76a;
  background: #ecfdf3;
  text-align: center;
  margin-top: 4rem;
}
.makeInvestment .pbDetails > span {
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
  color: #039855;
  /* display: flex;
  align-items: self-start;
  justify-content: center;
  gap: 0.4rem; */
}
.makeInvestment .pbDetails > span::before {
  content: "";
  background-image: url(../icons/checkGreen.svg);
  min-width: 2.4rem;
  width: 2rem;
  height: 2rem;
  background-size: 2rem;
  background-repeat: no-repeat;
  display: inline-block;
  flex-shrink: 0;
  position: relative;
  top: 5.5px;
}
.makeInvestment .pbDetails small {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  display: block;
  color: #027a48;
}
.makeInvestment .preAmt {
  margin: 1.6rem 0 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}
.makeInvestment .preAmt button {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2rem;
  color: #d0d5dd;
  padding: 0.2rem 0.8rem;
  border: none;
  border-radius: 0.4rem;
  background: #344054;
  cursor: pointer;
}
.makeInvestment table {
  width: 100%;
  border-top: 1px solid #344054;
}
.makeInvestment table tr:first-child td {
  padding-top: 2rem;
}
.makeInvestment table tr:last-child td {
  font-weight: 600;
  padding-top: 1.2rem;
  border-top: 1px solid #344054;
}
.makeInvestment table tr.totalAmt {
  height: 1.4rem;
}
.makeInvestment table td {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #f2f4f7;
  padding: 0.6rem 0;
}
.makeInvestment table td:last-child {
  text-align: end;
  padding-left: 1.2rem;
}
.makeInvestment .btnPrimary {
  margin-top: 4rem;
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.makeInvestment .btnPrimary.invest {
  height: 4.8rem;
  margin-top: 3.2rem;
}
.makeInvestment .btnPrimary.invest::before,
.makeInvestment .btnPrimary.invest::after {
  content: "";
  background-image: url(../icons/rewind.svg);
  background-repeat: no-repeat;
  background-size: 2.4rem;
  width: 2.4rem;
  height: 2.4rem;
}
.makeInvestment .btnPrimary.invest::before {
  transform: rotate(180deg);
}
.makeInvestment .exclusive {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.7rem;
  letter-spacing: 0.5px;
  color: #fec84b;
  padding: 0.7rem 0.6rem;
  border-radius: 0 0 0.8rem 0.8rem;
  background: #344054;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.makeInvestment .exclusive ~ h6 {
  margin-top: 1.6rem;
}
.makeInvestment.accreditedOnly {
  padding: 3.2rem 2rem;
  text-align: center;
}
.makeInvestment.accreditedOnly .detailsPart {
  background: #344054;
  border-radius: 0.4rem;
  padding: 2.3rem 1.6rem 3.2rem;
  margin-bottom: 2.4rem;
}
.makeInvestment.accreditedOnly .detailsPart img {
  display: inline-block;
  margin-bottom: 2.9rem;
}
.makeInvestment.accreditedOnly p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.2rem;
  color: #fff;
}
.makeInvestment.accreditedOnly p:not(:last-child) {
  margin-bottom: 1.6rem;
}
.makeInvestment.accreditedOnly p a {
  font-weight: 500;
  text-decoration: underline;
  color: #fff;
}
.makeInvestment.accreditedOnly hr {
  border-color: #344054;
  opacity: 1;
}
.makeInvestment.accreditedOnly .call {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  margin-top: 3.2rem;
}
@media (max-width: 991.98px) {
  .makeInvestment {
    border-radius: 0.8rem 0.8rem 0 0;
    position: fixed;
    bottom: -1px;
    left: 0;
    width: 100%;
    padding: 2rem 1.6rem;
    margin-bottom: 0;
  }
  .makeInvestment h6 {
    margin-bottom: 1.6rem;
  }
  .makeInvestment .preAmt {
    margin: 1.2rem 0 0;
  }
  .makeInvestment table td {
    padding: 0.4rem 0;
  }
  .makeInvestment table tr:first-child td {
    padding-top: 1.6rem;
  }
  .makeInvestment table tr.totalAmt {
    height: 1.2rem;
  }
  .makeInvestment table tr:last-child td {
    padding-top: 1.6rem;
  }
  .makeInvestment .btnPrimary {
    margin-top: 2.4rem;
    height: 4rem;
  }
  .makeInvestment .btnPrimary.invest {
    margin-top: 2.4rem;
    height: auto;
  }
  .makeInvestment .detailsPart {
    display: none;
    margin-top: 1.6rem;
  }
}

@media (max-width: 991.98px) {
  .btnPrimary,
  input[type="submit"],
  button[type="submit"],
  .btnBorder {
    font-size: 1.4rem;
  }
}
.card {
  border: 1px solid #d0d5dd;
  border-radius: 0.8rem;
  background: #fff;
  color: #344054;
}

.feeDetails {
  padding: 2.4rem 2rem;
  flex-direction: row;
  justify-content: space-between;
  gap: 3.2rem 1.6rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.feeDetails .table {
  padding: 0.8rem 0 1.6rem;
  max-width: 34rem;
  margin-bottom: 0;
}
.feeDetails .table table {
  width: 100%;
}
.feeDetails .table table tr {
  border: 0;
}
.feeDetails .table table td,
.feeDetails .table table th {
  padding: 0.4rem 1.6rem;
}
.feeDetails .table table th {
  border-bottom: 1px solid #d9d9d9;
}
.feeDetails .table table td {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #344054;
}
.feeDetails .table table td:last-child {
  text-align: end;
}
.feeDetails .table table tr:nth-child(2) td {
  padding-top: 1.6rem !important;
}
.feeDetails .table.w-100 {
  max-width: 100%;
}
.feeDetails .downloadDoc h6,
.feeDetails table th {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 2rem;
  letter-spacing: 0.5px;
  color: #667085;
  text-transform: uppercase;
}
.feeDetails .downloadDoc {
  padding-left: 0.5rem;
  flex: 1 1 100%;
}
.feeDetails .downloadDoc h6 {
  margin-bottom: 1.6rem;
}
.feeDetails .downloadDoc > div {
  display: flex;
  align-items: center;
  gap: 0.8rem 1.6rem;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .feeDetails {
    padding: 2.1rem 0;
    gap: 2.8rem 1.6rem;
  }
  .feeDetails .table {
    padding-top: 0;
    padding-bottom: 0.8rem;
  }
  .feeDetails .table table th {
    padding-bottom: 0.8rem;
  }
  .feeDetails .table table tr:nth-child(2) td {
    padding-top: 1.6rem;
  }
  .feeDetails .downloadDoc {
    padding: 0 1.6rem;
  }
  .feeDetails .downloadDoc h6 {
    margin-bottom: 1.2rem;
  }
  .feeDetails .downloadDoc > div {
    gap: 0.8rem 1.2rem;
  }
  .feeDetails .downloadDoc button {
    font-size: 1.2rem;
  }
}
@media (max-width: 767.98px) {
  .feeDetails .downloadDoc {
    width: 100%;
  }
  .feeDetails .downloadDoc > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .feeDetails .downloadDoc > div button {
    width: 100%;
  }
}
@media only screen and (min-width: 1199.98px) and (max-width: 1302.98px) {
  .feeDetails .table,
  .feeDetails .table ~ .table {
    max-width: unset;
  }
}
@media only screen and (min-width: 1303px) and (max-width: 1372.98px) {
  .feeDetails .table {
    max-width: 30rem;
  }
  .feeDetails .table ~ .table {
    max-width: 23rem;
  }
}
@media only screen and (min-width: 1373px) and (max-width: 1452.98px) {
  .feeDetails .table {
    max-width: 30rem;
  }
}
@media (max-width: 1100.98px) {
  .feeDetails .table {
    max-width: unset;
  }
}

.fullDetails {
  padding: 2.4rem 2rem 3.2rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .fullDetails {
    max-height: calc(100vh - 156px);
  }
  .fullDetails .tab-content {
    overflow-y: auto;
  }
}
.fullDetails .statusTabs {
  margin-top: 0;
  border-bottom: 1px solid #d9d9d9;
  align-items: start;
  margin-inline: -1.6rem;
  padding-inline: 1.6rem;
  margin-bottom: 2.4rem;
}
.fullDetails .statusTabs .nav {
  overflow-x: auto;
  flex-wrap: nowrap;
  margin-right: -1.6rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
}
.fullDetails .statusTabs .nav::-webkit-scrollbar {
  display: none;
}
.fullDetails .statusTabs .nav-link {
  font-size: 1.6rem;
  line-height: 2.4rem;
  padding: 0.8rem 0 1.6rem;
  min-width: -moz-max-content;
  min-width: max-content;
}
.fullDetails .statusTabs .preNext {
  display: flex;
  gap: 0.8rem;
  align-items: center;
}
.fullDetails .statusTabs .preNext .btnBorder {
  height: 3.6rem;
  width: 4.8rem;
  padding: 0.8rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fullDetails .statusTabs .preNext .btnBorder#preTab img {
  transform: rotate(180deg);
}
.fullDetails .tab-content p {
  margin-bottom: 1.6rem;
}
.fullDetails .tab-content h6 {
  font-size: 1.4rem;
  font-weight: 600;
}
.fullDetails .tab-content h6 ~ p:last-child {
  margin-bottom: 3.2rem;
}
.fullDetails .tab-content ul {
  list-style: disc;
  padding-left: 2rem;
}
.fullDetails .tab-content li:last-child {
  margin-bottom: 3.2rem;
}
.fullDetails .tab-content h6,
.fullDetails .tab-content p,
.fullDetails .tab-content li,
.fullDetails .tab-content span {
  line-height: 2.4rem;
}
@media (max-width: 991.98px) {
  .fullDetails {
    padding: 1.6rem 1.6rem 2.4rem;
  }
  .fullDetails .statusTabs .nav-link {
    font-size: 1.4rem;
    line-height: 2rem;
    padding: 0 0 1.2rem;
  }
  .fullDetails .statusTabs .nav-link:last-child {
    margin-right: 1.6rem;
  }
  .fullDetails .statusTabs .preNext {
    margin-top: -0.4rem;
  }
  .fullDetails .statusTabs ~ .tab-content {
    padding: 2rem 0 0 0;
  }
  .fullDetails .statusTabs ~ .tab-content h6 ~ p:last-child {
    margin-bottom: 2rem;
  }
}
@media (max-width: 575.98px) {
  .fullDetails .statusTabs .preNext {
    display: none;
  }
}
@media only screen and (min-width: 1199.98px) and (max-width: 1309.98px) {
  .fullDetails .statusTabs {
    gap: 1.2rem;
  }
  .fullDetails .statusTabs .nav {
    gap: 1.2rem;
  }
  .fullDetails .statusTabs .nav-link {
    font-size: 1.4rem;
    line-height: 2rem;
    padding: 0.8rem 0 1.2rem;
  }
  .fullDetails .statusTabs .preNext {
    gap: 0.6rem;
  }
  .fullDetails .statusTabs .preNext .btnBorder {
    width: 3.6rem;
    padding: 0.4rem;
  }
}

.preBookedDetails {
  background: #e6ecf2;
  padding: 1.2rem 5.2rem;
  margin-inline: -5.2rem;
  margin-bottom: 2rem;
  display: flex;
  gap: 2rem;
  overflow-x: auto;
}
.preBookedDetails .cardDetails {
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 2.4rem;
  margin-bottom: 0;
  min-width: 47%;
  max-width: 52.6rem;
  width: 100%;
}
.preBookedDetails .cardDetails h3 {
  line-height: 2.8rem;
}
.preBookedDetails .cardDetails header {
  margin-bottom: 0.6rem;
  align-items: start;
}
.preBookedDetails .cardDetails .d-flex {
  display: grid !important;
  grid-template-columns: 9.2rem 1fr;
  gap: 0 20px;
}
.preBookedDetails .cardDetails .pic img {
  min-width: 9.2rem;
  width: 9.2rem;
  height: 10rem;
  border-radius: 0.4rem;
}
.preBookedDetails .cardDetails .details {
  padding: 0;
  width: 100%;
}
.preBookedDetails .cardDetails .rightInfo {
  background: #fff;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.6rem;
  padding: 0;
  height: unset;
  margin: auto 0 0;
}
@media (max-width: 767.98px) {
  .preBookedDetails .cardDetails .rightInfo {
    gap: 1.2rem;
  }
}
.preBookedDetails .cardDetails .amount {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.2rem;
  text-align: center;
  color: #027a48;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.4rem;
  margin: 1.1rem 0 2rem 0;
  border: 1px solid #12b76a;
  background: #ecfdf3;
}
.preBookedDetails .cardDetails .amount::after {
  content: "";
  background-image: url(../icons/checkGreen.svg);
  width: 2rem;
  height: 2rem;
  background-size: 2rem;
  background-repeat: no-repeat;
  display: block;
}
.preBookedDetails .cardDetails .amount.pbDetails {
  flex-wrap: wrap;
  gap: 0.2rem 0.4rem;
}
.preBookedDetails .cardDetails .amount.pbDetails::after {
  display: none;
}
.preBookedDetails .cardDetails .amount.pbDetails > span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
}
@media (max-width: 767.98px) {
  .preBookedDetails .cardDetails .amount.pbDetails > span {
    display: block;
    letter-spacing: -0.2px;
  }
}
.preBookedDetails .cardDetails .amount.pbDetails > span::before {
  content: "";
  background-image: url(../icons/checkGreen.svg);
  width: 2rem;
  height: 2rem;
  background-size: 2rem;
  background-repeat: no-repeat;
  display: block;
}
@media (max-width: 767.98px) {
  .preBookedDetails .cardDetails .amount.pbDetails > span::before {
    display: inline-block;
    position: relative;
    top: 0.5rem;
    margin-right: 0.4rem;
  }
}
.preBookedDetails .cardDetails .amount.pbDetails small {
  flex: 1 1 100%;
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2rem;
}
@media (min-width: 768px) {
  .preBookedDetails .cardDetails .pic {
    grid-row: span 2;
  }
  .preBookedDetails .cardDetails .details ~ .details {
    grid-row: span 3;
  }
}
@media (max-width: 1199.98px) {
  .preBookedDetails {
    padding: 1.2rem 1.6rem;
    margin-inline: -1.6rem;
  }
}
@media (max-width: 1248.98px) {
  .preBookedDetails .cardDetails {
    padding: 1.6rem;
  }
}
@media (max-width: 900px) {
  .preBookedDetails .cardDetails {
    min-width: 52.6rem;
  }
}
@media (max-width: 767.98px) {
  .preBookedDetails {
    gap: 1.6rem;
  }
  .preBookedDetails .cardDetails {
    max-width: -moz-max-content;
    max-width: max-content;
    min-width: 95%;
    gap: 1.6rem;
    padding: 1.6rem;
  }
  .preBookedDetails .cardDetails .d-flex {
    flex-direction: column;
    gap: 1.6rem;
  }
  .preBookedDetails .cardDetails .pic img {
    width: 100%;
  }
  .preBookedDetails .cardDetails .amount {
    margin: 0;
  }
  .preBookedDetails .cardDetails .rightInfo p {
    font-size: 1rem;
  }
  .preBookedDetails .cardDetails .details ~ .details {
    grid-column: span 2;
  }
  .preBookedDetails .cardDetails header {
    flex-wrap: wrap;
  }
}

.payment {
  /* background: url(../images/preLoginBG.svg), lightgray 50% / cover no-repeat; */
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  overflow-y: auto;
}
.payment::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;
}
.payment main {
  padding: 8rem;
  margin: 8rem 3.2rem;
  max-width: 103.2rem;
  display: block;
  background: #f9fafb;
  position: relative;
  width: 100%;
  border-radius: 0.8rem;
}
@media (max-width: 767.98px) {
  .payment main {
    margin: 6rem 0 2rem;
    padding: 3.2rem 1.6rem;
    min-height: calc(100vh - 8rem);
  }
}
.payment .backTo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  margin-bottom: 4rem;
}
.payment .backTo a {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.4rem;
  color: #98a2b3;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.payment .backTo a::before {
  content: "";
  background-image: url(../icons/arrow-left-gray.svg);
  background-size: 2rem;
  width: 2rem;
  height: 2rem;
  display: block;
}
@media (max-width: 767.98px) {
  .payment .backTo {
    display: none;
  }
}
.payment .company,
.payment .company > div {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
@media (max-width: 991.98px) {
  .payment .company,
  .payment .company > div {
    gap: 1.6rem;
  }
}
.payment .company {
  background: #101828;
  border-radius: 0.8rem;
  padding: 2.4rem 3.2rem;
  margin-bottom: 2.4rem;
}
.payment .company img {
  width: 12rem;
  min-height: 12.8rem;
  border-radius: 0.4rem;
  padding: 0.1rem 0;
}
.payment .company h3 {
  font-size: 2.2rem;
  line-height: 2.8rem;
  color: #f9fafb;
}
.payment .company table {
  width: 100%;
  max-width: 26.6rem;
}
.payment .company table td {
  line-height: 2.2rem;
  color: #d0d5dd;
  padding-bottom: 0.8rem;
}
.payment .company table td:last-child {
  padding-left: 1.6rem;
  text-align: right;
}
.payment .company table .totalAmt td {
  border-bottom: 1px solid #344054;
  padding-bottom: 1.6rem;
}
.payment .company table .totalAmt ~ tr td {
  color: #fff;
  font-weight: 600;
  padding-top: 1rem;
  padding-bottom: 0.2rem;
}
@media (max-width: 991.98px) {
  .payment .company {
    flex-wrap: wrap;
    padding: 1.6rem 1.6rem 1.8rem;
    margin-bottom: 2rem;
  }
  .payment .company img {
    width: 9.2rem;
    min-height: 10rem;
  }
  .payment .company h3 {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
  .payment .company table {
    max-width: unset;
  }
  .payment .company table .totalAmt ~ tr td {
    padding-top: 1.6rem;
  }
}
.payment .subTitle h1 {
  font-size: 2.4rem;
  line-height: 3.2rem;
  margin-bottom: 0.4rem;
}
.payment .subTitle p {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.payment .ctc {
  margin-top: 4rem;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 1.6rem;
  flex-wrap: wrap;
}
.payment .ctc .btnPrimary {
  max-width: 30rem;
}
@media (max-width: 767.98px) {
  .payment .ctc {
    gap: 0.8rem;
  }
  .payment .ctc .prebooked {
    flex: 1 1 100%;
  }
  .payment .ctc .prebooked > span {
    margin-right: auto;
  }
  .payment .ctc .btnPrimary {
    min-width: 17rem;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
@media (min-width: 992px) {
  .payment form {
    padding: 0 2rem;
  }
  .payment form .btnPrimary {
    margin-right: -2rem;
  }
}
.payment .folioSelec table {
  width: 100%;
}
.payment .folioSelec table th {
  padding: 0 2.4rem 1.2rem;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 2rem;
  letter-spacing: 0.5px;
  color: #667085;
}
.payment .folioSelec table tbody tr {
  min-height: 2rem;
  cursor: pointer;
}
.payment .folioSelec table tbody tr:nth-child(odd) {
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0509803922);
}
.payment .folioSelec table tbody tr.selected {
  outline: 0.6rem solid #eff8ff;
}
.payment .folioSelec table td {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #344054;
}
.payment .folioSelec table td > div {
  padding: 1.6rem 2.4rem;
  border-top: 1px solid #d0d5dd;
  border-bottom: 1px solid #d0d5dd;
}
.payment .folioSelec table td > div.selected {
  border-color: #53b1fd !important;
}
.payment .folioSelec table td:first-child {
  font-weight: 600;
}
.payment .folioSelec table td:first-child > div {
  border-left: 1px solid #d0d5dd;
  border-top-left-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
}
.payment .folioSelec table td:last-child > div {
  border-right: 1px solid #d0d5dd;
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}
@media (min-width: 992px) {
  .payment .folioSelec .formCheck input[type="radio"] ~ label::after {
    width: 2rem;
    height: 2rem;
  }
}
@media (max-width: 991.98px) {
  .payment .folioSelec table th {
    padding: 1.2rem 0.8rem;
  }
  .payment .folioSelec table tr.selected {
    outline: 0.3rem solid #eff8ff !important;
  }
  .payment .folioSelec table tr[height="20"] {
    height: 12px;
    min-height: unset;
  }
  .payment .folioSelec table td {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  .payment .folioSelec table td > div {
    padding: 1.2rem 0.8rem;
  }
}
.payment .investManger {
  border: 1px solid #98a2b3;
  border-radius: 0.4rem;
  padding: 2.4rem 1.6rem;
  margin-bottom: 2rem;
}
.payment .investManger h6 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
}
.payment .investManger p {
  font-size: 1.6rem;
}
.payment .investManger p b {
  font-weight: 700;
}
.payment .investManger p:not(:last-child) {
  margin-bottom: 2rem;
}
.payment .agreementInfo {
  border: 1px solid #98a2b3;
  background: #f5f5f7;
  border-radius: 0.6rem;
  font-size: 1.6rem;
  padding: 1rem 1.6rem;
  display: flex;
  align-items: start;
  gap: 1rem;
  margin-bottom: 2rem;
}
.payment .agreementInfo::before {
  content: "i";
  color: #fff;
  min-width: 1.6rem;
  min-height: 1.6rem;
  width: 1.6rem;
  height: 1.6rem;
  background: #0383ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  margin-top: 0.4rem;
}
.payment .leftSpec {
  font-size: 1.6rem;
}
.payment .leftSpec.disabled {
  opacity: 0.5;
}
.payment .btnBorder {
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 767.98px) {
  .payment .accordion .accordion-button::after {
    display: block;
    background-size: 2.8rem;
    width: 2.8rem;
    height: 2.8rem;
    margin-top: 2px;
  }
  .payment .accordion .accordion-button h1 {
    align-items: center !important;
    justify-content: start !important;
  }
  .payment .accordion .accordion-button h1::after {
    display: none;
    transform: rotate(360deg) !important;
  }
}

.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;
  }
}

.bealPayment form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 2.4rem;
}
.bealPayment form .formGroup {
  max-width: unset;
}
.bealPayment form .ctc {
  grid-column: span 2;
}
@media (max-width: 991.98px) {
  .bealPayment form {
    grid-template-columns: 1fr;
  }
  .bealPayment form .ctc {
    grid-column: span 1;
  }
}
.bealPayment h6 {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.4rem;
  color: #101828;
}
.bealPayment .payInstruction {
  padding: 2rem 2.4rem 1.7rem;
  border-radius: 0.4rem;
  background: #fff6ed;
  margin-bottom: 3.2rem;
  display: flex;
  flex-direction: column;
}
.bealPayment .payInstruction > div:first-child {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 1.6rem;
}
.bealPayment .payInstruction h6 {
  color: #c4320a;
}
.bealPayment .payInstruction ul {
  list-style: auto;
  padding-left: 1.6rem;
}
.bealPayment .payInstruction ul li {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #c4320a;
  margin-bottom: 1.6rem;
}
.bealPayment .payInstruction button {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.2rem;
  color: #344054;
  padding: 0.7rem 0.9rem;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 0.4rem;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0509803922);
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-left: auto;
  margin-top: auto;
}
.bealPayment .payInstruction button::before {
  content: "";
  background: url(../icons/download.svg) no-repeat;
  width: 2.4rem;
  height: 2.4rem;
  background-size: 2.4rem;
  display: block;
}
@media (max-width: 991.98px) {
  .bealPayment .payInstruction {
    padding: 1.6rem;
    margin-bottom: 2.4rem;
  }
}
.bealPayment .backDetails {
  border: 1px dashed #b2ddff;
  border-radius: 0.4rem;
  background: #eff8ff;
  padding: 2.4rem;
  margin-bottom: 3.2rem;
}
.bealPayment .backDetails h6 {
  margin-bottom: 0.6rem;
}
.bealPayment .backDetails table {
  width: 100%;
}
.bealPayment .backDetails table td {
  padding: 0.6rem 0;
  vertical-align: top;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.6px;
}
.bealPayment .backDetails table td:first-child {
  min-width: 14.3rem;
}
.bealPayment .backDetails table button {
  padding: 0 0 0 1.4rem;
}
.bealPayment .backDetails table button img {
  min-width: 1.6rem;
}
@media (max-width: 991.98px) {
  .bealPayment .backDetails {
    padding: 1.6rem;
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 767.98px) {
  .bealPayment .backDetails table td:first-child,
  .bealPayment .backDetails tbody td:first-child {
    font-weight: 600;
  }
}

.paymentDetails .head {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.paymentDetails .head img {
  margin-bottom: 2rem;
}
.paymentDetails .head h1 {
  line-height: 3.2rem;
  line-height: 4rem;
  margin-bottom: 1rem;
}
.paymentDetails .head p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.8rem;
}
.paymentDetails .head p a {
  color: #6f6f6f;
  text-decoration: underline;
}
.paymentDetails .box {
  border: 1px solid #d0d5dd;
  border-radius: 0.8rem;
  display: flex;
  justify-content: space-between;
  max-width: 78.8rem;
  margin: 2rem auto 3rem;
  overflow: hidden;
}
.paymentDetails .box h6 {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 2rem;
  letter-spacing: 0.5px;
  color: #667085;
}
.paymentDetails .boxDetails {
  padding: 2.4rem 3.2rem 3.2rem 2.4rem;
  width: 100%;
}
.paymentDetails .boxDetails .compay {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 2rem;
}
.paymentDetails .boxDetails .compay img {
  width: 9rem;
  height: 9.6rem;
  border-radius: 0.3rem;
}
.paymentDetails .boxDetails .compay h3 {
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin-bottom: 0.2rem;
  font-weight: 600;
}
.paymentDetails .boxDetails .compay p {
  font-size: 1.2rem;
  line-height: 2rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.paymentDetails .boxDetails .compay p span {
  display: flex;
  align-items: center;
  padding-left: 0.8rem;
}
.paymentDetails .boxDetails .compay p span::before {
  content: "";
  min-width: 0.2rem;
  min-height: 0.2rem;
  border-radius: 50%;
  margin-right: 0.8rem;
  background: #98a2b3;
  display: block;
}
.paymentDetails .boxDetails .d-flex {
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}
.paymentDetails .boxDetails table {
  margin-top: 1rem;
}
.paymentDetails .boxDetails table td {
  font-size: 1.3rem;
  line-height: 2.2rem;
  padding: 0.6rem 0;
  color: #667085;
}
.paymentDetails .boxDetails table tr:last-child td {
  font-size: 1.6rem;
  line-height: 2.2rem;
  padding: 0.9rem 0;
  color: #5a5858;
  border-top  : 1px solid #eaecf0;
}
/* .paymentDetails .boxDetails table td:nth-child(2) {
  padding-inline: 1.2rem;
} */
.paymentDetails .boxDetails table td:last-child {
  text-align: end;
}
.paymentDetails .boxDetails table tr:last-child td {
  font-weight: 600;
}
.paymentDetails .boxDetails .toBank {
  border: 1px dashed #b2ddff;
  border-radius: 0.4rem;
  background: #eff8ff;
  padding: 1.6rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
}
.paymentDetails .orderStatus {
  padding: 4.2rem 4rem;
  min-width: 32rem;
  background: #101828;
}
.paymentDetails .orderStatus h6 {
  margin-bottom: 2rem;
}
.paymentDetails .orderStatus .tl {
  padding-left: 1rem;
}
.paymentDetails .exploarMore {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  max-width: 30rem;
  margin: auto;
  text-align: center;
}
.paymentDetails .exploarMore a {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.4rem;
}
@media (max-width: 991.98px) {
  .paymentDetails .details {
    padding: 5.2rem 1.6rem 4rem;
  }
  .paymentDetails .details .compay {
    margin-bottom: 2.4rem;
    align-items: start;
  }
  .paymentDetails .details .compay p span {
    padding-left: 0;
  }
  .paymentDetails .details .compay p span::before {
    display: none;
  }
  .paymentDetails .boxDetails {
    padding: 1.6rem 1.6rem 2rem;
  }
  .paymentDetails .head img {
    max-width: 7.2rem;
  }
  .paymentDetails .head h1 {
    line-height: 3.2rem;
    margin-bottom: 0.8rem;
  }
  .paymentDetails .head p {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.4rem;
  }
  .paymentDetails .box {
    flex-wrap: wrap;
  }
  .paymentDetails .orderStatus {
    width: 100%;
    padding: 2.4rem 1.6rem;
  }
  .paymentDetails .exploarMore a {
    font-size: 1.4rem;
  }
}

.towRowTable table {
  width: 100%;
}
.towRowTable table tr:nth-child(even) {
  background: #f9fafb;
}
/* .towRowTable table tr:hover {
  box-shadow: inset 0px 5px 5px -5px #ccc, inset 0px -5px 5px -5px #ccc;
} */
.towRowTable table tr:hover td.this {
  font-weight: 600 !important;
}
.towRowTable table td,
.towRowTable table th {
  padding: 1.6rem 1.2rem;
  text-align: left;
  vertical-align: top;
}
.towRowTable table td:nth-last-child(-n + 5),
.towRowTable table th:nth-last-child(-n + 5) {
  text-align: end;
}
.towRowTable table th {
  font-size: 1.4rem;
  font-weight: 500;
  color: #667085;
  min-width: -moz-max-content;
  min-width: max-content;
}
/* .towRowTable table th:first-child {
  padding-inline: 0.4rem;
} */
.towRowTable table td {
  font-size: 1.4rem;
  font-weight: 500;
  color: #101828;
  padding-top: 2rem;
  padding-bottom: 0.8rem;
  border-top: 1px solid #eaecf0;
  border-bottom: 1px solid #eaecf0;
}
.towRowTable table td:first-child {
  text-align: center;
}
.towRowTable table td:nth-last-child(2) {
  color: #039855;
}
.towRowTable table td a {
  color: #101828;
  display: block;
  white-space: nowrap;
  min-width: 2rem;
  max-width: 15.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
.towRowTable table td > small {
  font-size: 1rem;
  font-weight: 400;
  color: #98a2b3;
  display: block;
  min-width: -moz-max-content;
  min-width: max-content;
}
.towRowTable table td .country {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.towRowTable table td .country img {
  width: 2.2rem;
}
@media only screen and (min-width: 991.98px) and (max-width: 1039.98px) {
  .towRowTable table td a {
    max-width: 18.5rem;
  }
}
@media (max-width: 991.98px) {
  .towRowTable table th {
    font-size: 1.2rem;
    padding: 1.2rem 1.6rem;
  }
  .towRowTable table td {
    padding: 1.6rem 1.6rem 0.2rem;
    white-space: nowrap;
  }
}
.towRowTable.card {
  border: 1px solid #eaecf0;
  border-radius: 0.8rem;
  box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.1019607843);
}
.towRowTable.card th,
.towRowTable.card td {
  text-align: start !important;
  padding: 2rem 1.6rem !important;
}
@media (max-width: 991.98px) {
  .towRowTable.card table th {
    font-size: 1.2rem;
    padding: 1.2rem 1.6rem !important;
  }
  .towRowTable.card table td {
    padding: 1.6rem !important;
  }
}

.hsTable {
  overflow-x: auto;
}
.hsTable::-webkit-scrollbar {
  width: 0.4rem;
  height: 0.4rem;
}
.hsTable::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 0px;
}
.hsTable::-webkit-scrollbar-thumb {
  border-radius: 1.2rem;
  background: #98a2b3;
}

.up {
  color: #039855 !important;
}

.down {
  color: #f04438 !important;
}

.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 {
  margin-bottom: 4rem;
}
.change .subTitle h1 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
  color: #101828;
}
.change .subTitle h1 ~ p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
@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;
  }
}

.canvasForm .offcanvas-header {
  padding: 2.4rem 2rem 4rem 2rem;
}
.canvasForm .offcanvas-body {
  padding: 0 2.4rem;
}
.canvasForm .offcanvas-footer {
  padding: 0 2.4rem 6rem 2.4rem;
}
@media (max-width: 767.98px) {
  .canvasForm .offcanvas-header {
    padding: 1.6rem 0 0;
    position: absolute;
    right: 1.6rem;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 9;
  }
  .canvasForm .offcanvas-header > button {
    margin-left: auto;
  }
  .canvasForm.change .subTitle {
    padding-top: 1.2rem;
  }
  .canvasForm .offcanvas-body {
    padding: 4rem 1.6rem 0 1.6rem;
  }
  .canvasForm .offcanvas-footer {
    padding: 0 1.6rem 6rem 1.6rem;
  }
}

.accordion {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.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: 4.5rem 4rem 4rem 4rem;
  border-top: 0.6rem 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: 3.2rem;
  width: 3.2rem;
  height: 3.2rem;
  transform: rotate(360deg);
}
.accordion .accordion-button.collapsed {
  padding-top: 3rem;
  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);
  }
  .accordion .accordion-button::after {
    display: none;
  }
  .accordion .accordion-button p {
    font-size: 1.2rem;
  }
}
.accordion .accBody {
  padding: 0 4rem 5.2rem;
}
@media (max-width: 767.98px) {
  .accordion .accBody {
    padding: 0 1.6rem 4rem;
  }
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  color: #98a2b3;
  padding: 1.2rem 2.4rem;
}
.pagination .preNext button {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  padding: 0.7rem 0.8rem;
  min-width: 8.8rem;
  width: -moz-max-content;
  width: max-content;
  margin-right: 1rem;
}
.pagination .pageNo > span {
  cursor: pointer;
}
.pagination .pageNo > span.active {
  color: #101828;
}
@media (max-width: 991.98px) {
  .pagination {
    padding: 1.2rem 1.6rem;
  }
}

.orr .modal-dialog {
  max-width: 63.8rem;
}
.orr .modal-content {
  border: none;
  border-radius: 0;
  box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.0784313725);
}
.orr .modal-header {
  border: none;
  width: -moz-max-content;
  width: max-content;
  padding: 0;
  position: absolute;
  top: 2.4rem;
  right: 3.2rem;
  z-index: 999999;
}
.orr .modal-body {
  text-align: center;
  padding: 5.2rem;
}
.orr h1 {
  font-size: 3.2rem;
  margin-bottom: 1.2rem;
}
.orr p {
  font-size: 1.4rem;
  font-weight: 500;
  color: #667085;
}
.orr p span {
  color: #0383ff;
}
.orr .od {
  max-width: 38.9rem;
  border: 1px dashed #b2ddff;
  border-radius: 0.4rem;
  background: #eff8ff;
  padding: 2.4rem;
  margin: 2rem auto 4rem;
  text-align: start;
}
.orr table {
  width: 100%;
}
.orr table th {
  font-size: 1.6rem;
  font-weight: 600;
  color: #101828;
  padding-bottom: 1.2rem;
}
.orr table td {
  font-size: 1.4rem;
  font-weight: 400;
  color: #344054;
  min-width: 13rem;
  vertical-align: top;
  position: relative;
}
.orr table td:last-child {
  padding-left: 0.6rem;
}
.orr table td:last-child::before {
  content: ":";
  position: absolute;
  left: -0.1rem;
}
.orr table tr:not(:last-child) td {
  padding-bottom: 1.2rem;
}
.orr .ctc {
  margin: auto;
  max-width: 38.9rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
}
.orr .ctc .btnBorder {
  max-width: 12.3rem;
}
.orr .ctc .btnPrimary {
  max-width: 21.3rem;
}
@media (min-width: 500px) {
  .orr .od {
    min-width: 38.9rem;
    max-width: max-content;
  }
}
@media (max-width: 767.98px) {
  .orr .modal-dialog {
    max-width: 100%;
  }
  .orr .modal-header {
    top: 1.6rem;
    right: 1.6rem;
  }
  .orr .modal-body {
    text-align: center;
    padding: 5.2rem 1.6rem 1.6rem;
  }
  .orr h1 {
    font-size: 2.4rem;
  }
  .orr .od {
    padding: 1.6rem;
  }
  .orr table {
    width: 100%;
  }
  .orr table th {
    font-size: 1.4rem;
  }
  .orr table td {
    font-size: 1.2rem;
    min-width: 7.7rem;
  }
}

.history-tl-container {
  text-align: left;
  display: block;
  position: relative;
}

.history-tl-container ul.tl {
  padding: 0;
  display: inline-block;
}

.history-tl-container ul.tl li {
  list-style: none;
  /* min-height: 50px; */
  border-left: 1px solid #344054;
  position: relative;
  padding: 0 0 1.6rem 2.6rem;
}

.history-tl-container ul.tl li.check {
  border-color: #12b76a;
  padding-bottom: 1.6rem;
}

.history-tl-container ul.tl li:last-child {
  border-left: 2px solid transparent;
}

.history-tl-container ul.tl li::before {
  position: absolute;
  left: 0;
  transform: translateX(-50%);
  top: 0;
  content: "✓";
  font-size: 1rem;
  font-weight: 700;
  color: #101828;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 500%;
  background: #344054;
  height: 2rem;
  width: 2rem;
  transition: all 500ms ease-in-out;
}

.history-tl-container ul.tl li.check::before {
  color: #fff;
  background-color: #12b76a;
}

.history-tl-container ul.tl li:hover::before {
  border-color: #258cc7;
  transition: all 1000ms ease-in-out;
}

ul.tl li .item-title {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.2rem;
  color: #f9fafb;
  margin-bottom: 0.2rem;
}

ul.tl li .item-detail {
  font-size: 1rem;
  line-height: 1.8rem;
  color: #f9fafb;
}

ul.tl li .timestamp {
  color: #8d8d8d;
  position: absolute;
  width: 100px;
  left: -50%;
  text-align: right;
  font-size: 12px;
}

@keyframes border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.folio {
  margin-top: 2.8rem;
}
.folio .d-flex {
  align-items: center;
  gap: 1.6rem;
  justify-content: space-between;
  margin-bottom: 3.6rem;
}
.folio .d-flex h2 {
  font-family: Inter;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 3.2rem;
}
.folio .d-flex .btnPrimary {
  max-width: 16rem;
  line-height: 2rem;
  padding: 1rem;
}
.folio h1 {
  font-size: 2.4rem;
  line-height: 3.2rem;
  margin-bottom: 1rem;
}
.folio .towRowTable table tr {
  cursor: pointer;
}
.folio .towRowTable table tr td {
  height: 6.4rem;
}
.folio .editDetails {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  flex-wrap: wrap;
}
.folio .editDetails ul {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
.folio .editDetails ul li {
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #344054;
  position: relative;
}
.folio .editDetails ul li:not(:first-child)::before {
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  background: #98a2b3;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: -1.2rem;
  transform: translateY(-50%);
}
.folio .accordion .accordion-button {
  padding-top: 4.2rem;
}
.folio .accordion .accordion-button:not(.collapsed) {
  padding-bottom: 2rem;
  border-bottom: 1px solid #eaecf0;
  margin-bottom: 2rem;
}
.folio .accordion .accordion-button::after {
  display: none;
}
.folio .accordion .accordion-button h1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.folio .accordion .accordion-button h1::after {
  content: "";
  background-image: url(../icons/accordian-down.svg);
  background-size: 3.6rem;
  width: 3.6rem;
  height: 3.6rem;
  display: block;
}
.folio .accordion .accordion-button.collapsed h1::after {
  transform: rotate(180deg);
}
.folio .accordion .accordion-button.collapsed .edit {
  display: none;
}
@media (max-width: 991.98px) {
  .folio .d-flex {
    margin-bottom: 2rem;
  }
  .folio .accordion .accordion-button {
    padding-top: 3.2rem;
  }
  .folio .accordion .accordion-button:not(.collapsed) {
    padding-bottom: 1.2rem;
    margin-bottom: 1.2rem;
  }
  .folio .accordion .accordion-button h1::after {
    background-size: 2.8rem;
    width: 2.8rem;
    height: 2.8rem;
  }
}
@media (max-width: 767.98px) {
  .folio .accordion .accordion-button h1 {
    font-size: 1.8rem;
    line-height: 2.6rem;
    margin-bottom: 0.8rem;
  }
  .folio .accordion .accordion-button ul li {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  .folio .accordion .accordion-button ul li::before {
    left: -1.2rem;
  }
  .folio .accordion .accordion-button ul li span {
    display: block;
    width: -moz-max-content;
    width: max-content;
  }
  .folio .accordion .accBody {
    padding-bottom: 2.4rem;
  }
}

.transactions h2 {
  font-size: 2.4rem;
  font-weight: 600;
  margin-top: 4rem;
  margin-bottom: 3.2rem;
}
.transactions .towRowTable {
  box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.1019607843);
  border: 1px solid #eaecf0;
  border-radius: 0.8rem;
  overflow: hidden;
}
.transactions table th {
  padding: 1.8rem 1rem 1.8rem;
}
.transactions table th:nth-last-child(3) {
  padding-left: 3rem;
}
.transactions table td {
  padding: 1.6rem 1rem;
}
.transactions table td > div {
  min-width: -moz-max-content;
  min-width: max-content;
}
.transactions table td .responsiveHader {
  display: none;
}
.transactions table td .status {
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
}
.transactions table td .status::before {
  content: "";
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  margin-right: 0.8rem;
  background: #12b76a;
}
.transactions table td .box {
  font-size: 1.2rem;
  padding: 0.4rem 0.8rem;
  border-radius: 0.2rem;
}
.transactions table td .box::before {
  margin-right: 0.4rem;
}
.transactions table td .box.pending {
  color: #dc6803;
  background: #fffaeb;
}
.transactions table td .box.pending::before {
  background: #fdb022;
}
.transactions table td .box.completed {
  color: #039855;
  background: #ecfdf3;
}
.transactions table td .box.completed::before {
  background: #32d583;
}
.transactions table td .box.failed {
  color: #f04438;
  background: #fef3f2;
}
.transactions table td .box.failed::before {
  background: #f97066;
}
.transactions table td .box.reversed {
  color: #0383ff;
  background: #f0f9ff;
}
.transactions table td .box.reversed::before {
  background: #53b1fd;
}
.transactions table td img {
  display: inline;
}
.transactions table th,
.transactions table td {
  text-align: left !important;
}
.transactions table th:first-child,
.transactions table td:first-child {
  padding-left: 2rem;
}
.transactions table th:last-child,
.transactions table th:nth-last-child(2),
.transactions table td:last-child,
.transactions table td:nth-last-child(2) {
  text-align: end !important;
  color: #101828;
}
.transactions table th:nth-last-child(4),
.transactions table td:nth-last-child(4) {
  text-align: center !important;
}
@media only screen and (min-width: 1199.98px) and (max-width: 1260px) {
  .transactions table td a {
    max-width: 16rem;
  }
}
@media (max-width: 991.98px) {
  .transactions {
    min-height: 80vh;
  }
  .transactions h2 {
    margin-bottom: 1.6rem;
  }
  .transactions .towRowTable {
    box-shadow: none;
    border: none;
    border-radius: 0;
    margin-inline: -1.6rem;
  }
  .transactions table {
    display: block;
  }
  .transactions table tbody {
    width: 100%;
    display: block;
  }
  .transactions table tr {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #eaecf0;
    padding: 1.6rem;
  }
  .transactions table tr:first-child {
    display: none;
  }
  .transactions table td {
    display: block;
    border: none;
    padding: 0;
    font-weight: 600;
  }
  .transactions table td:first-child,
  .transactions table td:last-child,
  .transactions table td:nth-last-child(4) {
    display: none;
  }
  .transactions table td:nth-child(2) {
    order: 5;
    font-size: 1rem;
    font-weight: 400;
    color: #98a2b3;
  }
  .transactions table td:nth-child(7) {
    order: 6;
    margin-left: auto;
  }
  .transactions table td:nth-child(5) {
    order: 3;
  }
  .transactions table td:nth-child(4) {
    order: 4;
  }
  .transactions table td:nth-child(4) span::before {
    content: "";
    display: inline-block;
    width: 0.2rem;
    height: 0.2rem;
    border-radius: 50%;
    background: #98a2b3;
    margin-inline: 0.8rem;
    vertical-align: middle;
  }
  .transactions table td:nth-last-child(2) {
    margin-left: auto;
    width: 33%;
  }
  .transactions table td:nth-child(3) {
    width: 67%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .transactions table td:nth-child(2) {
    display: flex;
    align-items: center;
    width: auto;
    min-width: 40%;
  }
  .transactions table td:nth-child(4),
  .transactions table td:nth-child(5) {
    padding: 0.8rem 0 1.2rem;
    font-size: 1.2rem;
    font-weight: 500;
    color: #667085;
  }
  .transactions table td a {
    max-width: 100%;
  }
  .transactions table td .responsiveHader {
    display: inline;
    font-weight: 400;
  }
  .transactions table td .box:not(.completed) {
    padding: 0;
    background: transparent !important;
    color: #101828 !important;
    font-size: 1.4rem !important;
  }
  .transactions table td .box.failed {
    color: #f04438 !important;
    background: #fef3f2 !important;
  }
  .transactions table td .box.pending {
    color: #dc6803 !important;
    background: #fffaeb !important;
}
}
@media (min-width: 771px) {
  .transactions table td:nth-child(4) {
    min-width: 25%;
  }
}

.TransactionsDetails {
  border: 1px solid #d0d5dd;
  background: #fff;
}
.TransactionsDetails > div {
  padding: 2.4rem 4rem 2.4rem 2.4rem;
}
.TransactionsDetails .topDetails {
  display: flex;
  align-items: center;
  gap: 3.2rem;
  border: 1px solid #eaecf0;
}
.TransactionsDetails .topDetails .cd,
.TransactionsDetails .topDetails ul {
  display: flex;
  align-items: center;
}
.TransactionsDetails .topDetails .cd {
  justify-content: space-between;
}
.TransactionsDetails .topDetails .cd .d-flex {
  gap: 1.2rem;
}
.TransactionsDetails .topDetails .cd a {
  font-size: 1.4rem;
  font-weight: 600;
  color: #717171;
}
.TransactionsDetails .topDetails > img {
  width: 12rem;
  height: 12.8rem;
  border-radius: 0.3rem;
}
.TransactionsDetails .topDetails h3 {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 1.2rem;
}
.TransactionsDetails .topDetails li {
  font-size: 2rem;
  color: #344054;
}
.TransactionsDetails .topDetails li:not(:last-child)::after {
  content: "";
  display: inline-block;
  margin-inline: 1.2rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #98a2b3;
  vertical-align: middle;
}
.TransactionsDetails .mainDetails {
  display: flex;
  gap: 2.4rem;
}
.TransactionsDetails .mainDetails .d-flex {
  gap: 2.4rem;
  width: 100%;
}
.TransactionsDetails .mainDetails table {
  width: 100%;
}
.TransactionsDetails .mainDetails table td {
  font-size: 1.4rem;
  color: #667085;
  padding: 0.4rem 0.1rem;
  vertical-align: top;
}
.TransactionsDetails .orderStatus {
  padding: 3.2rem 4rem 3.2rem 4rem;
  background: #101828;
  border-radius: 0.4rem;
  min-width: clamp(31rem, 27vw, 34.3rem);
  transition: none;
}
.TransactionsDetails .orderStatus h6 {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #98a2b3;
  margin-bottom: 3.2rem;
}
.TransactionsDetails .orderStatus .item-title {
  font-size: 1.6rem;
}
.TransactionsDetails .orderStatus .item-detail {
  font-size: 1.2rem;
}
.TransactionsDetails .orderStatus .item-detail a {
  color: #fff;
  text-decoration: underline;
  font-weight: 700;
}
.TransactionsDetails .orderStatus ul {
  padding-left: 1.6rem;
}
.TransactionsDetails .orderStatus li {
  padding-bottom: 3.6rem !important;
  padding-left: clamp(2.6rem, 3vw, 4.9rem) !important;
  animation: none !important;
}
.TransactionsDetails .orderStatus li.check {
  padding-bottom: 2rem !important;
}
.TransactionsDetails .orderStatus li:not(.check) .item-title {
  color: #98a2b3;
}

.TransactionsDetails .orderStatus li:not(.check) .item-detail {
  color: #98a2b3;
}
.TransactionsDetails .orderStatus li.pending {
  padding-bottom: 3rem;
}
.TransactionsDetails .orderStatus li.pending::before {
  content: "";
  background: url(../icons/clock.svg) #f79009 no-repeat center;
  background-size: 1.6rem;
}
.TransactionsDetails .orderStatus li::before {
  width: 2.4rem !important;
  height: 2.4rem !important;
}
.TransactionsDetails .orderStatus li.check::before,
.TransactionsDetails .orderStatus li.pending::before {
  width: 3.2rem !important;
  height: 3.2rem !important;
  border: 0.4rem solid #344054;
}
.TransactionsDetails .InvestmentSummary {
  padding: 0 2rem;
}
.TransactionsDetails .InvestmentSummary table {
  width: 100%;
}
.TransactionsDetails .InvestmentSummary table th {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding-bottom: 1rem;
  text-transform: uppercase;
  color: #667085;
}
.TransactionsDetails .InvestmentSummary table td {
  padding: 0.6rem 0.1rem;
  font-size: 1.6rem;
  color: #344054;
}
.TransactionsDetails .InvestmentSummary table td:first-child {
  width: 9rem;
}
.TransactionsDetails .InvestmentSummary table td:nth-child(2) {
  max-width: 0.5rem;
}
.TransactionsDetails .InvestmentSummary table td:last-child {
  text-align: end;
}
.TransactionsDetails .totalAmt,
.TransactionsDetails .paidAccount {
  padding: 2rem;
  background: #f9fafb;
  border-radius: 0.4rem;
}
.TransactionsDetails .totalAmt {
  padding-bottom: 2.8rem;
  margin-top: 1.6rem;
}
.TransactionsDetails .totalAmt table tr:first-child td {
  font-size: 1.6rem;
  font-weight: 600;
  color: #5a5858;
  padding-top: 0;
  padding-bottom: 1.4rem;
}
.TransactionsDetails .totalAmt table tr:first-child,
.TransactionsDetails .totalAmt table tr:last-child {
  border-bottom: 1px solid #eaecf0;
}
.TransactionsDetails .totalAmt table tr:nth-child(2) td {
  padding-top: 1.2rem;
}
.TransactionsDetails .totalAmt table tr:last-child td {
  padding-bottom: 1.2rem;
}
.TransactionsDetails .totalAmt table td:last-child {
  text-align: end;
}
.TransactionsDetails .paidAccount {
  padding-right: 1.2rem;
}
.TransactionsDetails .paidAccount p {
  font-size: 1.4rem;
  font-weight: 500;
  color: #101828;
  margin-bottom: 1.2rem;
}
.TransactionsDetails .paidAccount table td:first-child {
  width: 15.2rem;
}
.TransactionsDetails .paidAccount table td:nth-child(2) {
  max-width: 0.5rem;
}
.TransactionsDetails .uploadDetails {
  margin-top: 1.6rem;
  padding: 2rem;
  background: #eff8ff;
  border: 1px dashed #b2ddff;
  border-radius: 0.4rem;
}
.TransactionsDetails .uploadDetails > .d-flex {
  gap: 2rem;
}
.TransactionsDetails .uploadDetails > .d-flex div {
  max-width: 22.4rem;
}
.TransactionsDetails .uploadDetails p {
  font-size: 1.4rem;
  font-weight: 500;
  color: #101828;
  margin-bottom: 0.2rem;
}
.TransactionsDetails .uploadDetails p ~ span {
  font-size: 1.2rem;
  font-weight: 400;
  color: #344054;
  line-height: 1.6;
}
.TransactionsDetails .uploadDetails .formGroup {
  margin-top: 3.8rem;
  margin-bottom: 0;
  max-width: 26rem;
}
.TransactionsDetails .uploadDetails .formGroup input {
  max-height: 4.8rem;
}
.TransactionsDetails .uploadDetails .formGroup img {
  width: 4.4rem;
  height: 4.4rem;
}
@media only screen and (min-width: 1199.98px) and (max-width: 1398.98px) {
  .TransactionsDetails .mainDetails .d-flex {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 991.98px) and (max-width: 1199.97px) {
  .TransactionsDetails .orderStatus {
    padding-inline: 2.4rem;
    min-width: 28rem;
  }
}
@media (max-width: 991.98px) {
  .TransactionsDetails > div {
    padding: 1.6rem;
  }
  .TransactionsDetails .topDetails {
    gap: 1.6rem;
  }
  .TransactionsDetails .topDetails .cd {
    align-items: start;
  }
  .TransactionsDetails .topDetails .cd .d-flex {
    gap: 0.8rem;
  }
  .TransactionsDetails .topDetails .cd a {
    display: none;
  }
  .TransactionsDetails .topDetails > img {
    width: 9.2rem;
    height: 10rem;
  }
  .TransactionsDetails .topDetails h3 {
    font-size: 1.8rem;
    margin-bottom: 0.4rem;
  }
  .TransactionsDetails .topDetails ul {
    flex-wrap: wrap;
    gap: 0.2rem 0;
  }
  .TransactionsDetails .topDetails li {
    font-size: 1.4rem;
    color: #344054;
  }
  .TransactionsDetails .mainDetails {
    gap: 2rem;
    flex-wrap: wrap;
  }
  .TransactionsDetails .mainDetails .d-flex {
    flex-wrap: wrap;
  }
  .TransactionsDetails .mainDetails table td {
    font-size: 1.2rem;
  }
  .TransactionsDetails .orderStatus {
    width: 100%;
    padding: 2.4rem 1.6rem;
  }
  .TransactionsDetails .orderStatus h6 {
    margin-bottom: 1.2rem;
  }
  .TransactionsDetails .orderStatus .item-title {
    font-size: 1.4rem;
  }
  .TransactionsDetails .orderStatus .item-detail {
    font-size: 1rem;
  }
  .TransactionsDetails .orderStatus ul {
    padding-left: 1.4rem;
  }
  .TransactionsDetails .orderStatus li {
    padding-bottom: 2rem !important;
  }
  .TransactionsDetails .orderStatus li.check {
    padding-bottom: 1.3rem !important;
  }
  .TransactionsDetails .orderStatus li.pending {
    padding-bottom: 1rem;
  }
  .TransactionsDetails .orderStatus li::before {
    width: 2rem !important;
    height: 2rem !important;
  }
  .TransactionsDetails .orderStatus li.check::before,
  .TransactionsDetails .orderStatus li.pending::before {
    width: 2.8rem !important;
    height: 2.8rem !important;
  }
  .TransactionsDetails .InvestmentSummary {
    padding: 0 0.8rem;
  }
  .TransactionsDetails .InvestmentSummary table td {
    font-size: 1.4rem;
  }
  .TransactionsDetails .InvestmentSummary table td:first-child {
    width: 8.5rem;
  }
  .TransactionsDetails .totalAmt,
  .TransactionsDetails .paidAccount {
    padding: 2rem 0.8rem;
  }
  .TransactionsDetails .totalAmt {
    margin-top: 1.2rem;
  }
  .TransactionsDetails .paidAccount table td:first-child {
    width: 13.5rem;
  }
  .TransactionsDetails .uploadDetails {
    margin-top: 2rem;
    margin-inline: 1.2rem;
    padding: 2.4rem;
  }
  .TransactionsDetails .uploadDetails .formGroup {
    margin-top: 4.4rem;
  }
}

.portfolio {
  margin-top: 4rem;
}
.portfolio ~ .holdings .statusTabs {
  margin-bottom: 2.4rem;
}

.portfolioDetails {
  margin-top: 3.2rem;
  margin-bottom: 4.2rem;
  display: flex;
}
.portfolioDetails .value {
  padding: 1.6rem;
  border-radius: 0.8rem 0 0 0.8rem;
  background: #101828;
  color: #fff;
}
.portfolioDetails .value .title {
  margin-bottom: 0.8rem;
}
.portfolioDetails .value .title h6 {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 0.2rem;
  line-height: 2.2rem;
  text-transform: uppercase;
}
.portfolioDetails .value .title p {
  font-size: 1.2rem;
  color: #98a2b3;
}
.portfolioDetails .currencyCard {
  padding: 1.6rem 1.2rem 1.6rem;
  background-color: #2f3540;
  border-radius: 0.8rem;
  cursor: pointer;
}
.portfolioDetails .currencyCard:not(:last-child) {
  margin-bottom: 1.6rem;
}
.portfolioDetails .currencyCard > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.portfolioDetails .currencyCard .totalDetails {
  margin-bottom: 2.4rem;
}
.portfolioDetails .currencyCard .totalDetails > span {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #d0d5dd;
  text-transform: uppercase;
}
.portfolioDetails .currencyCard .totalDetails .boxReturn {
  font-weight: 500;
  color: #32d583;
  background: transparent;
  padding-left: 0.2rem;
}
.portfolioDetails .currencyCard .totalDetails .boxReturn::before {
  content: "";
  background: url(../icons/arrow-up-green.svg);
  width: 2.1rem;
  height: 2rem;
}
.portfolioDetails .currencyCard .totalDetails .boxReturn.down {
  color: #d92d20 !important;
}
.portfolioDetails .currencyCard .totalDetails .boxReturn.down::before {
  background: url(../icons/arrow-up-red.svg);
  transform: rotate(180deg);
}
.portfolioDetails .currencyCard .currentDetails > div > span,
.portfolioDetails .currencyCard .currentDetails .ivtg > span {
  font-size: 1.4rem;
  color: #f2f4f7;
  display: block;
  margin-bottom: 0.8rem;
}
.portfolioDetails .currencyCard .currentDetails > div > span {
  font-size: 1.2rem;
  margin-bottom: 0.4rem;
}
.portfolioDetails .currencyCard .currentDetails .ivtg > div > span,
.portfolioDetails .currencyCard .currentDetails > div > span {
  color: #98a2b3;
  font-weight: 500;
}
.portfolioDetails .currencyCard .currentDetails .ivtg {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  min-width: 22.1rem;
}
.portfolioDetails .currencyCard .currentDetails .ivtg > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.4rem;
}
.portfolioDetails .currencyCard .currentDetails hr {
  border: 0;
  background: #667085;
  width: 1px;
  height: 6rem;
  margin: 0 2rem;
}
.portfolioDetails .currencyCard .currentDetails h4 {
  font-size: 2.4rem;
  font-weight: 400;
  min-width: -moz-max-content;
  min-width: max-content;
}
.portfolioDetails .currencyCard .currentDetails h4 span {
  font-weight: 600;
}
.portfolioDetails .currencyCard .currentDetails h6 {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: end;
}
.portfolioDetails .currencyCard .currentDetails h6.up,
.portfolioDetails .currencyCard .currentDetails h6.down {
  font-weight: 600;
}
.portfolioDetails .currencyCard.active {
  background-color: transparent;
  border: 1px solid #344054;
  border-left: 0.6rem solid #0383ff;
}
.portfolioDetails .currencyCard.active .totalDetails > span {
  color: #53b1fd;
}
.portfolioDetails .currencyCard.active .currentDetails > div > span,
.portfolioDetails .currencyCard.active .currentDetails .ivtg > div > span {
  color: #fff;
}
.portfolioDetails .currencyCard.active .boxReturn {
  background: #344054;
}
.portfolioDetails .chart {
  padding: 2.4rem 1.6rem 2.4rem 0.9rem;
  width: 100%;
  background: #101828;
  border-radius: 0 0.8rem 0.8rem 0;
}
.portfolioDetails .chart .nav-link {
  font-size: 1.4rem;
  font-weight: 500;
  color: #98a2b3;
  padding: 0 0 0.8rem;
  margin: 0 1.2rem;
}
.portfolioDetails .chart .nav-link.active {
  color: #fff;
  font-weight: 600;
  border-bottom: 0.4rem solid #0383ff;
}
.portfolioDetails .chart .tab-content {
  margin-top: 2.2rem;
}
.portfolioDetails .chart .highcharts-figure > div {
  max-height: 26.5rem;
}
.portfolioDetails .chart .highcharts-background {
  fill: transparent;
}
.portfolioDetails .chart .highcharts-selection-marker {
  fill: red !important;
  opacity: 0.8;
}

.holdings .statusTabs {
  margin-top: 3.2rem;
}
.holdings .statusTabs .download {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 11.9rem;
  padding: 0.8rem 1.2rem;
  margin-right: 0.8rem;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 0.4rem;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0509803922);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.2rem;
}
.holdings .statusTabs .download::after {
  content: "";
  background: url(../icons/download.svg) no-repeat;
  width: 1.6rem;
  height: 1.6rem;
  background-size: 1.6rem;
  display: block;
}

.periodTabs {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.periodTabs label {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  color: #c2c2c2;
  padding: 0.6rem;
  border: 1px solid rgba(128, 129, 149, 0.3019607843);
  border-radius: 0.4rem;
  cursor: pointer;
  min-width: 3.2rem;
  min-height: 3.2rem;
}
.periodTabs input[type="radio"] {
  display: none;
}
.periodTabs input[type="radio"]:checked + label {
  font-weight: 600;
  color: #fff;
  background: #0383ff;
}

.secTitle h2 {
  font-family: Inter;
  font-size: 2.4rem;
  margin-bottom: 0.8rem;
}
.secTitle p {
  font-size: 1.6rem;
  color: #344054;
}
.secTitle p ~ .lang-select {
  display: inline;
  width: auto;
}
.secTitle p ~ .lang-select li {
  font-size: 1.6rem;
  font-weight: 600;
  color: #344054;
}
.secTitle p ~ .lang-select .btn-select {
  background-color: transparent !important;
  padding-right: 3.6rem !important;
  text-decoration: underline;
}
.secTitle p ~ .lang-select .dd {
  width: -moz-max-content;
  width: max-content;
  top: 2.5rem;
}

@media (min-width: 992px) {
  .portfolioDetails .currencyCard.responsive {
    display: none;
  }
}
@media only screen and (min-width: 1199.98px) and (max-width: 1300.98px) {
  .portfolioDetails {
    margin-top: 2rem;
    flex-wrap: wrap;
  }
  .portfolioDetails .value {
    width: 100%;
    border-radius: 0.8rem 0.8rem 0 0;
    border-bottom: 1px solid #344054;
  }
  .portfolioDetails .value .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.6rem 1.6rem 1.6rem;
    border-bottom: 1px solid #344054;
    margin: 0 -1.6rem 1.2rem -1.6rem;
  }
  .portfolioDetails .value .title h6 {
    margin-bottom: 0 !important;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.5px;
  }
  .portfolioDetails .currencyCard {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
  }
  .portfolioDetails .currencyCard:not(.responsive) {
    display: none;
  }
  .portfolioDetails .currencyCard.responsive {
    display: block;
  }
  .portfolioDetails .currencyCard.responsive .chart {
    padding: 0;
    border-radius: 0;
    background: unset;
    margin: 0;
    margin-bottom: 1.4rem;
  }
  .portfolioDetails .currencyCard.responsive .chart > span {
    font-size: 1.2rem;
    font-weight: 400;
    color: #98a2b3;
  }
  .portfolioDetails .currencyCard.responsive .nav {
    display: flex;
  }
  .portfolioDetails .currencyCard.responsive .nav-link {
    font-size: 1.2rem;
    padding-bottom: 0.4rem;
    border-width: 2px !important;
    margin-left: 0;
    text-transform: uppercase;
  }
  .portfolioDetails .currencyCard.responsive .nav-link.active {
    color: #0383ff;
  }
  .portfolioDetails .currencyCard > div {
    flex-wrap: wrap;
    gap: 2rem 1.2rem;
  }
  .portfolioDetails .currencyCard .totalDetails {
    margin-bottom: 1.4rem;
  }
  .portfolioDetails .currencyCard .currentDetails > div > span {
    font-size: 1.2rem;
    color: #fff;
  }
  .portfolioDetails .currencyCard .currentDetails .ivtg > div > span,
  .portfolioDetails .currencyCard .currentDetails h6 {
    color: #d0d5dd;
    font-weight: 500;
  }
  .portfolioDetails .currencyCard .currentDetails .ivtg {
    width: 100%;
    gap: 0.8rem;
  }
  .portfolioDetails .currencyCard .currentDetails h4 {
    font-size: 2rem;
  }
  .portfolioDetails .chart {
    padding: 1.6rem;
    border-radius: 0 0 0.8rem 0.8rem;
  }
  .portfolioDetails .chart .d-flex.justify-content-between {
    justify-content: end !important;
  }
  .portfolioDetails .chart .nav {
    display: none;
  }
  .portfolioDetails .chart .tab-content {
    margin-top: 1.2rem;
  }
  .portfolioDetails .chart .highcharts-figure > div {
    max-height: 14.9rem;
  }
  .holdings .statusTabs .download {
    padding: 0.6rem 1.2rem;
    font-size: 1.2rem;
    line-height: 2rem;
  }
}
@media (max-width: 991.98px) {
  .portfolioDetails {
    margin-top: 2rem;
    flex-wrap: wrap;
  }
  .portfolioDetails .value {
    width: 100%;
    border-radius: 0.8rem 0.8rem 0 0;
    border-bottom: 1px solid #344054;
  }
  .portfolioDetails .value .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.6rem 1.6rem 1.6rem;
    border-bottom: 1px solid #344054;
    margin: 0 -1.6rem 1.2rem -1.6rem;
  }
  .portfolioDetails .value .title h6 {
    margin-bottom: 0 !important;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.5px;
  }
  .portfolioDetails .currencyCard {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
  }
  .portfolioDetails .currencyCard:not(.responsive) {
    display: none;
  }
  .portfolioDetails .currencyCard.responsive {
    display: block;
  }
  .portfolioDetails .currencyCard.responsive .chart {
    padding: 0;
    border-radius: 0;
    background: unset;
    margin: 0;
    margin-bottom: 1.4rem;
  }
  .portfolioDetails .currencyCard.responsive .chart > span {
    font-size: 1.2rem;
    font-weight: 400;
    color: #98a2b3;
  }
  .portfolioDetails .currencyCard.responsive .nav {
    display: flex;
  }
  .portfolioDetails .currencyCard.responsive .nav-link {
    font-size: 1.2rem;
    padding-bottom: 0.4rem;
    border-width: 2px !important;
    margin-left: 0;
    text-transform: uppercase;
  }
  .portfolioDetails .currencyCard.responsive .nav-link.active {
    color: #0383ff;
  }
  .portfolioDetails .currencyCard > div {
    flex-wrap: wrap;
    gap: 2rem 1.2rem;
  }
  .portfolioDetails .currencyCard .totalDetails {
    margin-bottom: 1.4rem;
  }
  .portfolioDetails .currencyCard .currentDetails > div > span {
    font-size: 1.2rem;
    color: #fff;
  }
  .portfolioDetails .currencyCard .currentDetails .ivtg > div > span,
  .portfolioDetails .currencyCard .currentDetails h6 {
    color: #d0d5dd;
    font-weight: 500;
  }
  .portfolioDetails .currencyCard .currentDetails .ivtg {
    width: 100%;
    gap: 0.8rem;
  }
  .portfolioDetails .currencyCard .currentDetails h4 {
    font-size: 2rem;
  }
  .portfolioDetails .chart {
    padding: 1.6rem;
    border-radius: 0 0 0.8rem 0.8rem;
  }
  .portfolioDetails .chart .d-flex.justify-content-between {
    justify-content: end !important;
  }
  .portfolioDetails .chart .nav {
    display: none;
  }
  .portfolioDetails .chart .tab-content {
    margin-top: 1.2rem;
  }
  .portfolioDetails .chart .highcharts-figure > div {
    max-height: 14.9rem;
  }
  .holdings .statusTabs .download {
    padding: 0.6rem 1.2rem;
    font-size: 1.2rem;
    line-height: 2rem;
  }
  .periodTabs {
    gap: 0.4rem;
  }
  .periodTabs label {
    font-size: 0.8rem;
    padding: 0.4rem;
    min-width: 2.2rem;
    min-height: 2.4rem;
  }
}
.pfDetails .cardDetails {
  margin-bottom: 0;
  height: 100%;
}
.pfDetails .cardDetails .details ~ .details {
  min-height: 11rem;
}
.pfDetails .cardDetails .bgDark {
  padding: 2.4rem 2.4rem 2.4rem 2rem;
  grid-template-columns: 13rem 1fr;
}
.pfDetails .cardDetails .bgDark .video img {
  min-height: 15rem;
  height: 100%;
  width: 100%;
}
.pfDetails .holdingDetails {
  background: #101828;
  border-radius: 0.8rem;
  min-width: 38.6rem;
  color: #fff;
}
.pfDetails .holdingDetails > div {
  display: flex;
  gap: 3.2rem;
  padding-inline: 2.4rem;
}
.pfDetails .holdingDetails p {
  color: #98a2b3;
  font-size: 1.2rem;
  line-height: 2rem;
}
.pfDetails .holdingDetails .holding {
  justify-content: space-between;
  padding: 1.6rem 2.4rem 1.2rem;
  border-bottom: 1px solid #344054;
}
.pfDetails .holdingDetails .holding h6 {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.pfDetails .holdingDetails .holding > p {
  font-size: 1rem;
  line-height: 1.8rem;
}
.pfDetails .currentValue {
  justify-content: space-between;
  padding: 1.2rem 2.4rem;
}
.pfDetails .currentValue p {
  font-weight: 600;
  line-height: 2rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.pfDetails .currentValue h4 {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 3.2rem;
  text-align: right;
}
.pfDetails .currentValue .boxReturn {
  margin: 0.8rem 0 0 auto;
}
.pfDetails .total {
  padding-bottom: 1.6rem;
}
.pfDetails .total p {
  font-weight: 500;
  margin-bottom: 0.2rem;
}
.pfDetails .total h6 {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.4rem;
}
.pfDetails .opfTable {
  background: #fff;
  margin-top: 2rem;
  box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.1019607843);
  border: 1px solid #eaecf0;
  border-radius: 0.8rem;
  overflow: hidden;
}
.pfDetails .opfTable .towRowTable {
  margin-inline: unset;
}
.pfDetails .folio .cardDetails {
  padding: 3.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pfDetails .folio h1 {
  font-size: 2.2rem;
  line-height: 3rem;
  margin-bottom: 1.2rem;
}
@media (max-width: 991.98px) {
  .pfDetails .holdingDetails {
    min-width: unset;
    width: 100%;
    margin-top: 2rem;
  }
  .pfDetails .holdingDetails > div,
  .pfDetails .holdingDetails .holding {
    gap: 1.6rem;
    padding-inline: 1.6rem;
  }
  .pfDetails .cardDetails .details ~ .details {
    min-height: unset;
  }
  .pfDetails .cardDetails .bgDark {
    padding: 1.6rem;
    grid-template-columns: 9.2rem 1fr;
  }
  .pfDetails .cardDetails .bgDark .video img {
    min-height: 10rem;
  }
  .pfDetails .folio .cardDetails {
    padding: 1.6rem;
  }
  .pfDetails .folio .cardDetails h1 {
    font-size: 1.8rem;
    line-height: 2.6rem;
    margin-bottom: 0.8rem;
  }
  .pfDetails .folio .cardDetails ul li {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  .pfDetails .folio .cardDetails ul li::before {
    left: -1.2rem;
  }
  .pfDetails .folio .cardDetails ul li span {
    display: block;
    width: -moz-max-content;
    width: max-content;
  }
}

.boxReturn {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  padding: 0.2rem 0.7rem 0.2rem;
  background: #344054;
  border-radius: 0.2rem;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 2rem;
  width: -moz-max-content;
  width: max-content;
  color: #32d583;
}
.boxReturn::before {
  content: "";
  background: url(../icons/arrow-up-green.svg);
  width: 2.1rem;
  height: 2rem;
}
.boxReturn.down {
  background: #d92d20;
  color: #fff !important;
}
.boxReturn.down img {
  transform: rotate(180deg);
}

.reports {
  margin-top: 4rem;
}
.reports .card {
  border: 1px solid #d0d5dd;
  border-radius: 0.8rem;
  padding: 4rem;
  margin-top: 3.2rem;
}
.reports .card > p {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #667085;
  margin-bottom: 1.6rem;
  text-transform: uppercase;
}
.reports .card > p img {
  width: 1.6rem;
}
.reports .selectRepor {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.6rem 3.2rem;
}
.reports .selectRepor > div {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.reports .selectRepor input[type="radio"] {
  width: 2rem;
  height: 2rem;
}
.reports .selectRepor label {
  font-size: 1.6rem;
  font-weight: 400;
  color: #344054;
  cursor: pointer;
}
.reports .reportDetails {
  border: 1px dashed #b2ddff;
  border-radius: 0.4rem;
  background: #eff8ff;
  padding: 1.6rem;
  margin: 4rem 0 2.8rem;
}
.reports .selectDate {
  display: flex;
  align-items: center;
  gap: 2.3rem;
  font-size: 1.6rem;
  color: #667085;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 4.8rem;
}
.reports .selectDate input {
  width: -moz-max-content;
  width: max-content;
}
.reports .selectDate label {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 0.8rem;
}
.reports .btnPrimary.download {
  max-width: 30rem;
}
@media (max-width: 767.98px) {
  .reports .secTitle p {
    font-size: 1.4rem;
  }
  .reports .card {
    padding: 2.4rem 1.6rem;
    margin-top: 2rem;
  }
  .reports .card > p {
    margin-bottom: 1.2rem;
  }
  .reports .selectRepor ~ p {
    margin-top: 5.2rem;
  }
  .reports .reportDetails {
    display: none;
  }
  .reports .selectDate {
    gap: 0.8rem;
    justify-content: space-between;
    width: 100%;
  }
  .reports .selectDate .formGroup {
    width: 100%;
    /* max-width: 13.5rem; */
  }
  .reports .selectDate input {
    /* width: -moz-max-content;
    width: max-content;
    max-width: 13.5rem; */
    width: 100%;
    max-width: calc(50vw - 4.56rem);
    padding-left: 3.2rem !important;
  }
  .reports .selectDate label {
    font-size: 1.4rem;
  }
  .reports .btnPrimary.download {
    max-width: unset;
  }
}

.notifications {
  margin-top: 4rem;
}
.notifications .secTitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  margin-bottom: 2.8rem;
}
.notifications .secTitle .formCheck {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.notifications .secTitle input {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
}
.notifications .secTitle input:checked {
  background: #0383ff;
}
.notifications .secTitle input:checked:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  margin: -1px -1.5px 0 -4px;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}
.notifications .secTitle label {
  font-size: 1.6rem;
  font-weight: 500;
}
.notifications .card,
.notifications .card > div {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.notifications .card {
  padding: 2rem;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  border: 1px solid #d0d5dd;
  border-radius: 0.8rem;
  margin-bottom: 1.2rem;
  position: relative;
}
.notifications .card .icon {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eff8ff;
}
.notifications .card .icon img {
  max-width: 1.6rem;
}
.notifications .card p {
  font-size: 1.6rem;
  font-weight: 500;
  color: #101828;
  margin-bottom: 0.4rem;
}
.notifications .card div > span {
  font-size: 1.2rem;
  color: #667085;
}
.notifications .card .new {
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  background: #f04438;
  padding: 0.2rem 1rem;
  border-radius: 1.6rem;
  margin-right: 0.8rem;
}
.notifications .card .btnPrimary {
  font-size: 1.2rem;
  padding: 0.8rem 1.7rem;
  margin-right: 0.8rem;
  width: -moz-max-content;
  width: max-content;
}
.notifications .card:hover {
  background: #eff8ff;
}
.notifications .card:hover .icon {
  background: #fff;
}
@media (min-width: 992px) {
  .notifications .card .ctc > span {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .notifications .secTitle {
    align-items: start;
    flex-direction: column;
    gap: 2rem;
  }
  .notifications .card > div {
    gap: 0.8rem;
  }
  .notifications .card {
    gap: 1.2rem;
  }
  .notifications .card .icon {
    width: 3.8rem;
    height: 3.8rem;
  }
  .notifications .card a {
    display: none;
  }
  .notifications .card .ctc {
    margin-left: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .notifications .card .ctc > span {
    padding-left: 4.6rem;
  }
  .notifications .card .contentTime p {
    margin-bottom: 0;
  }
  .notifications .card .contentTime > span {
    display: none;
  }
}

.nomineeDetails .tab-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.6rem 2.8rem;
}
.nomineeDetails .card {
  border: 1px solid #d0d5dd;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0509803922);
  border-radius: 0.8rem;
  overflow: hidden;
}
.nomineeDetails .card .header {
  padding: 2.2rem 1.9rem 1rem;
  background: #f9fafb;
}
.nomineeDetails .card .header > span {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 0.4rem;
  color: #98a2b3;
  display: block;
}
.nomineeDetails .card .header > h6 {
  font-size: 2rem;
  font-weight: 500;
  color: #101828;
}
.nomineeDetails .card .body {
  padding: 1.1rem 1.9rem 1.4rem;
}
.nomineeDetails .card table {
  width: 100%;
}
.nomineeDetails .card table td {
  vertical-align: top;
  font-size: 1.4rem;
  font-weight: 500;
  color: #101828;
  padding: 0.6rem 0;
}
.nomineeDetails .card table td:first-child {
  font-size: 1.6rem;
  font-weight: 400;
  padding-right: 2.4rem;
  width: 12.1rem;
}
.nomineeDetails .card table tr:nth-last-child(2) td:last-child {
  color: #0383ff;
  font-weight: 600;
}

.bank-temp {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.6rem 2.8rem;
  max-width: unset !important;
}

@media (max-width: 767.98px) {
  .nomineeDetails .tab-body,
  .bank-temp {
    grid-template-columns: 1fr;
  }
  .nomineeDetails .tab-body .header,
  .bank-temp .header {
    padding-inline: 1.6rem;
  }
  .nomineeDetails .tab-body .body,
  .bank-temp .body {
    padding-inline: 1.6rem;
  }
}
@media only screen and (min-width: 1199.98px) and (max-width: 1372.98px) {
  .nomineeDetails .tab-body,
  .bank-temp {
    grid-template-columns: 1fr;
  }
  .nomineeDetails .tab-body .header,
  .bank-temp .header {
    padding-inline: 1.6rem;
  }
  .nomineeDetails .tab-body .body,
  .bank-temp .body {
    padding-inline: 1.6rem;
  }
}
.profile .towRowTable table th {
  padding: 1.6rem 2rem;
}
.profile .towRowTable table td {
  color: #101828 !important;
}
.profile .towRowTable table td .dropdown-menu {
  padding: 0;
}
.profile .towRowTable table td .dropdown-item {
  font-size: 1.4rem;
  font-weight: 500;
  color: #101828;
  padding: 1rem 1.6rem;
}
.profile .towRowTable table td.d-flex {
  align-items: center;
  gap: 1.2rem;
  width: 134px;
}
.profile .towRowTable table td.d-flex div {
  min-width: 2.4rem;
}
.profile .partnerDetails .towRowTable table th {
  padding: 1.4rem 2rem 1.8rem 2rem;
}
.profile .partnerDetails .towRowTable table td .d-flex {
  gap: 1.2rem;
  justify-content: space-between;
}
.profile .partnerDetails .towRowTable table td:last-child {
  width: 16rem !important;
}
.profile .linkedAc .tab-body {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
}
.profile .linkedAc .box h6 {
  font-size: 1.6rem;
  font-weight: 600;
  color: #101828;
  line-height: 2.4rem;
  margin-bottom: 0.4rem;
}
.profile .linkedAc .box .mail {
  font-size: 1.4rem;
  color: #667085;
}
.profile .linkedAc .box .states {
  font-size: 1.2rem;
  font-weight: 500;
  color: #039855;
  padding: 0.4rem 1rem;
  background: #ecfdf3;
  border-radius: 0.2rem;
  margin: 1.6rem 0;
  width: -moz-max-content;
  width: max-content;
}
.profile .linkedAc .box .states::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  display: inline-block;
  margin-right: 0.4rem;
  background: #32d583;
}
.profile .linkedAc .box .states.pending {
  color: #dc6803;
  background: #fffaeb;
}
.profile .linkedAc .box .states.pending::before {
  background: #fdb022;
}
.profile .linkedAc .box .states.rejected {
  color: #f04438;
  background: #fef3f2;
}
.profile .linkedAc .box .states.rejected::before {
  background: #f97066;
}
.profile .linkedAc .box .delete_icon > span {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 2rem;
  color: #98a2b3;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.profile .linkedAc .box .delete_icon > span.requestSent {
  color: #027a48;
}
.profile .linkedAc .box .delete_icon > span.requestSent::after {
  content: "";
  background-image: url(../icons/checkGreen.svg);
  width: 2rem;
  height: 2rem;
  background-size: 2rem;
  display: block;
  margin-left: 0.4rem;
}
.profile .linkedAc .box .delete_icon > span.resend {
  color: #0383ff;
}
.profile .linkedAc .box .delete_icon > span.resend::before {
  content: "";
  background-image: url(../icons/rotate-ccw.svg);
  width: 1.6rem;
  height: 1.6rem;
  background-size: 1.6rem;
  display: block;
  margin-right: 0.6rem;
}
.profile .linkedAc .partnerDetailsTable h1 {
  font-size: 2rem;
  font-family: Inter;
  font-weight: 600;
  margin-bottom: 2rem;
}
.profile .linkedAc .partnerDetailsTable table td,
.profile .linkedAc .partnerDetailsTable table th {
  padding: 1.5rem 0.6rem !important;
  vertical-align: middle;
}
.profile .linkedAc .partnerDetailsTable table td.text-center,
.profile .linkedAc .partnerDetailsTable table th.text-center {
  text-align: center !important;
}
.profile .linkedAc .partnerDetailsTable table td {
  font-weight: 400;
}
.profile .linkedAc .partnerDetailsTable table td.this {
  font-weight: 500;
}
.profile .linkedAc .partnerDetailsTable table td button {
  width: 2.4rem;
}
@media only screen and (min-width: 1199.98px) and (max-width: 1372.98px) {
  .profile .linkedAc .tab-body {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1060px) {
  .profile .linkedAc .tab-body {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 991.98px) {
  .profile .linkedAc .tab-body {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
  }
  .profile .respinsiveScroll {
    position: sticky;
    top: -22rem;
    z-index: 99;
  }
}
@media (max-width: 767.98px) {
  .profile .linkedAc .tab-body {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }
}

.profile .linkedAc .tab-body ~ .partnerDetailsTable {
  margin-top: 6rem;
}

.profile
  .profile-wrapper
  .right-container
  .tab-content
  .referral-earnings
  .refferal {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.profile
  .profile-wrapper
  .right-container
  .tab-content
  .referral-earnings
  .refferal
  span {
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #667085;
  white-space: nowrap;
}
.profile
  .profile-wrapper
  .right-container
  .tab-content
  .referral-earnings
  .refferal
  .copy {
  border: 1px solid #d0d5dd;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0509803922);
  background: #ffffff;
  padding: 0px 0px 0px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 4px;
  min-width: 196px;
  width: 100%;
}
.profile
  .profile-wrapper
  .right-container
  .tab-content
  .referral-earnings
  .refferal
  .copy
  p {
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #344054;
}
.profile
  .profile-wrapper
  .right-container
  .tab-content
  .referral-earnings
  .refferal
  .copy
  button {
  background: transparent;
}
.profile
  .profile-wrapper
  .right-container
  .tab-content
  .referral-earnings
  .refferal
  .copy
  button
  img {
  cursor: pointer;
}
.profile
  .profile-wrapper
  .right-container
  .tab-content
  .referral-earnings
  .total_ref {
  background: #101828;
  padding: 16px 16px 16px 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 60px;
}
.profile
  .profile-wrapper
  .right-container
  .tab-content
  .referral-earnings
  .total_ref
  .total_ref_earn {
  display: flex;
  align-items: center;
}
.profile
  .profile-wrapper
  .right-container
  .tab-content
  .referral-earnings
  .total_ref
  .total_ref_earn
  div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.profile
  .profile-wrapper
  .right-container
  .tab-content
  .referral-earnings
  .total_ref
  .total_ref_earn
  div
  p {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: #ffffff;
}
.profile
  .profile-wrapper
  .right-container
  .tab-content
  .referral-earnings
  .total_ref
  .total_ref_earn
  div
  span {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #ffffff;
}
.profile
  .profile-wrapper
  .right-container
  .tab-content
  .referral-earnings
  .total_ref
  .total_ref_earn
  div:first-child {
  border-right: 1px solid #344054;
  padding-right: 40px;
}
.profile
  .profile-wrapper
  .right-container
  .tab-content
  .referral-earnings
  .total_ref
  .total_ref_earn
  div:last-child {
  padding-left: 40px;
}
.profile
  .profile-wrapper
  .right-container
  .tab-content
  .referral-earnings
  .total_ref
  .balance_amount {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 24px;
  background: #344054;
  gap: 52px;
  border-radius: 4px;
}
.profile
  .profile-wrapper
  .right-container
  .tab-content
  .referral-earnings
  .total_ref
  .balance_amount
  div {
  display: flex;
  gap: 4px;
  flex-direction: column;
}
.profile
  .profile-wrapper
  .right-container
  .tab-content
  .referral-earnings
  .total_ref
  .balance_amount
  div
  p {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: #32d583;
}
.profile
  .profile-wrapper
  .right-container
  .tab-content
  .referral-earnings
  .total_ref
  .balance_amount
  div
  span {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #ffffff;
}
.profile
  .profile-wrapper
  .right-container
  .tab-content
  .referral-earnings
  .total_ref
  .balance_amount
  button {
  width: 142px;
  padding: 8px 33px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
@media (max-width: 991.98px) {
  .profile
    .profile-wrapper
    .right-container
    .tab-content
    .referral-earnings
    .total_ref {
    padding: 1.6rem;
  }
  .profile
    .profile-wrapper
    .right-container
    .tab-content
    .referral-earnings
    .total_ref
    .total_ref_earn {
    width: 100%;
  }
  .profile
    .profile-wrapper
    .right-container
    .tab-content
    .referral-earnings
    .total_ref
    .total_ref_earn
    div:last-child {
    padding: 0 !important;
    margin-left: auto;
  }
  .profile
    .profile-wrapper
    .right-container
    .tab-content
    .referral-earnings
    .total_ref
    .balance_amount {
    flex-wrap: wrap;
    padding: 1.6rem;
    gap: 1.6rem;
    width: 100%;
  }
  .profile
    .profile-wrapper
    .right-container
    .tab-content
    .referral-earnings
    .total_ref
    .balance_amount
    button {
    padding: 0.8rem 1.6rem;
  }
}
.profile
  .profile-wrapper
  .right-container
  .tab-content
  .referral-earnings
  .ref_table {
  margin-bottom: 60px;
}
.profile
  .profile-wrapper
  .right-container
  .tab-content
  .referral-earnings
  .ref_table
  h1 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #101828;
  margin-bottom: 20px;
}
.profile
  .profile-wrapper
  .right-container
  .tab-content
  .referral-earnings
  .ref_table
  .table-responsive {
  box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.1019607843);
  border: 1px solid #eaecf0;
  border-radius: 8px;
}
.profile
  .profile-wrapper
  .right-container
  .tab-content
  .referral-earnings
  .ref_table
  table {
  width: 100%;
  margin-bottom: 0;
}
.profile
  .profile-wrapper
  .right-container
  .tab-content
  .referral-earnings
  .ref_table
  table
  thead
  tr {
  border-bottom: 1px solid #eaecf0;
}
.profile
  .profile-wrapper
  .right-container
  .tab-content
  .referral-earnings
  .ref_table
  table
  thead
  tr
  th {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #667085;
  padding: 5px 12px;
  vertical-align: middle;
}
.profile
  .profile-wrapper
  .right-container
  .tab-content
  .referral-earnings
  .ref_table
  table
  tbody
  tr {
  border-bottom: 1px solid #eaecf0;
}
.profile
  .profile-wrapper
  .right-container
  .tab-content
  .referral-earnings
  .ref_table
  table
  tbody
  tr
  td {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #101828;
  padding: 16px 12px;
}
.profile
  .profile-wrapper
  .right-container
  .tab-content
  .referral-earnings
  .ref_table
  table
  tbody
  tr
  td:nth-child(4) {
  text-wrap: nowrap;
}
@media (max-width: 991.98px) {
  .profile
    .profile-wrapper
    .right-container
    .tab-content
    .referral-earnings
    .ref_table
    table
    tbody
    tr
    td {
    text-wrap: nowrap;
  }
}
.profile
  .profile-wrapper
  .right-container
  .tab-content
  .referral-earnings
  .ref_table
  table
  tbody
  tr
  td:first-child {
  font-weight: 500;
}
.profile
  .profile-wrapper
  .right-container
  .tab-content
  .referral-earnings
  .ref_table
  table
  tbody
  tr
  td:nth-child(2) {
  font-weight: 500;
}
.profile
  .profile-wrapper
  .right-container
  .tab-content
  .referral-earnings
  .ref_table
  table
  tbody
  tr:last-child {
  border-bottom: 0px solid #ffffff;
}
.profile
  .profile-wrapper
  .right-container
  .tab-content
  .referral-earnings
  .ref_table
  table
  tbody
  tr:nth-child(odd) {
  background: #f9fafb !important;
}
.profile
  .profile-wrapper
  .right-container
  .tab-content
  .referral-earnings
  .ref_table
  table
  tbody
  tr:nth-child(even) {
  background-color: #ffffff !important;
}
.profile
  .profile-wrapper
  .right-container
  .tab-content
  .referral-earnings
  .ref_table
  .wid_table
  table
  thead
  tr
  th {
  padding: 16px 12px;
}

.refer_earn_offcanvas .subTitle {
  margin-bottom: 2rem;
}
.refer_earn_offcanvas .opLiast li {
  padding: 1rem 1.6rem !important;
}
.refer_earn_offcanvas .balance-earning {
  border: 1px dashed #b2ddff;
  background: #eff8ff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  margin-bottom: 40px;
  border-radius: 0.8rem;
}
.refer_earn_offcanvas .balance-earning span {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #667085;
}
.refer_earn_offcanvas .balance-earning p {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #344054;
}

.custom-dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
}
.custom-dropdown .dropdown-toggle {
  font-size: 15px;
  color: #404041;
  background-color: #fff;
  border-radius: 30px;
  border: 1px solid rgba(64, 64, 65, 0.2);
  height: 40px;
  padding: 10px 15px !important;
  text-transform: initial;
  width: 100%;
}
.custom-dropdown .dropdown-toggle::after {
  content: url(/assets/images/downArrow.svg);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  border: 0;
  color: #344054;
  right: 20px;
  position: absolute;
}
.custom-dropdown .dropdown-toggle.show {
  border-radius: 15px;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-bottom: 0px !important;
}
.custom-dropdown .dropdown-select {
  display: none;
  position: absolute;
  background-color: #fff;
  border: 1px solid rgba(64, 64, 65, 0.2);
  z-index: 2;
  width: 100%;
  border-bottom-left-radius: 30px !important;
  border-bottom-right-radius: 30px !important;
}
.custom-dropdown .dropdown-select .refresh-icon {
  border-color: #344054;
  margin-left: inherit;
  margin-top: 0;
}
.custom-dropdown .dropdown-select .dropdown-option {
  display: block;
  padding: 10px 12px 10px 15px;
  border-bottom: 1px solid rgba(64, 64, 65, 0.2);
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
}

.personal_details_offcanvas .formCheck {
  margin-bottom: 3.2rem !important;
}
.personal_details_offcanvas .formCheck label {
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 24px;
  color: #344054 !important;
  padding: 1.6rem;
  border: 1px solid #d0d5dd;
  border-radius: 0.4rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.personal_details_offcanvas .formCheck label::after {
  width: 2rem !important;
  height: 2rem !important;
}
.personal_details_offcanvas .formCheck input[type="radio"]:checked ~ label {
  border: 1px solid #53b1fd !important;
  box-shadow: 0px 0px 0px 2px rgba(3, 131, 255, 0.1019607843) !important;
}
.personal_details_offcanvas .form_details .number {
  display: grid;
  grid-template-columns: 1fr 114px;
  gap: 8px;
}
.personal_details_offcanvas .form_details .number.verify button:disabled {
  filter: grayscale(100%);
}
.personal_details_offcanvas .form_details .number button {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: space-between;
  padding: 12px 20px;
  background: transparent;
  border: 1px solid #d0d5dd;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0509803922);
  border-radius: 0.4rem;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #0383ff;
}
.personal_details_offcanvas .form_details .number button::after {
  content: "";
  width: 1.5rem;
  height: 1.4rem;
  background-image: url(../icons/rightBlueArrow.svg);
  background-repeat: no-repeat;
  display: block;
}
.personal_details_offcanvas .form_details .number button:disabled {
  border: 1px solid #d0d5dd;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0509803922);
  background: #f2f4f7;
  color: #667085;
}
.personal_details_offcanvas .form_details .number button:disabled::after {
  background-image: url(../icons/rightDisabledArrow.svg);
}
.personal_details_offcanvas .otp_input {
  display: flex;
  gap: 12px;
  flex-direction: column;
}
.personal_details_offcanvas .otp_input p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #667085;
}
.personal_details_offcanvas .otp_input p span {
  border-bottom: 1px solid #d0d5dd;
}
.personal_details_offcanvas .otp_input span {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #667085;
}
.personal_details_offcanvas .otp_input span b {
  font-weight: 600;
}
.personal_details_offcanvas .otp_input .input-group {
  display: flex;
  align-items: center;
  gap: 8px;
}
.personal_details_offcanvas .otp_input .input-group input {
  width: 40px;
  height: 48px;
  border: 1px solid #d0d5dd;
  padding: 0 !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  color: #344054;
  text-align: center;
}
.personal_details_offcanvas
  .otp_input
  .input-group
  .digit-input::-webkit-inner-spin-button,
.personal_details_offcanvas
  .otp_input
  .input-group
  .digit-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.tab-pane.show.active .cardDetails .content p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .offcanvas.offcanvas-end {
    right: 0 !important;
    left: 0 !important;
    top: unset !important;
    transform: translateY(100%) !important;
    max-height: 80vh;
  }
  .offcanvas.showing,
  .offcanvas.show:not(.hiding) {
    transform: none !important;
  }
}
main > .statusTabs {
  position: sticky;
  top: -1.2rem;
  background: #f2f4f7;
  margin-top: 0.9rem;
  padding: 3.2rem 0 2.4rem 0;
  z-index: 99;
}
@media (max-width: 1199.98px) {
  main > .statusTabs {
    top: 6.8rem;
    margin-top: 0;
    padding-top: 1.2rem;
  }
}

.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;
}
.resendOtp button {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2rem;
  background: transparent;
  color: #667085;
}

.video-error {
  color: red;
  font-weight: bold;
  padding: 10px;
  text-align: center;
}

.resendOtp span {
  font-weight: 400;
}

.folio .d-flex,
.backToAll,
.notifications .secTitle,
.payment .backTo,
.portfolio .secTitle,
.transactions h2 {
  position: sticky;
  top: -1.2rem;
  background: #f2f4f7;
  z-index: 9;
}

.folio .d-flex {
  margin-bottom: 0 !important;
  /* margin-bottom: 0; */
  padding-bottom: 3.6rem;
  padding-top: 1.2rem;
  margin-top: -1.2rem;
}

.backToAll,
.transactions h2 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 4rem;
  padding-bottom: 3.2rem;
}

.notifications .secTitle,
.portfolio .secTitle {
  margin-bottom: -2rem;
  padding-bottom: 2rem;
  padding-top: 1.2rem;
  margin-top: -1.2rem;
}

.payment .backTo {
  margin-bottom: 0;
  padding-bottom: 4rem;
  top: 0;
  padding-top: 1.2rem;
  margin-top: -1.2rem;
  background: #f9fafb;
}

.transactions h2 {
  margin-inline: -5.2rem;
  padding-inline: 5.2rem;
}

@media (max-width: 1199.98px) {
  .folio .d-flex,
  .backToAll,
  .notifications .secTitle,
  .portfolio .secTitle,
  .transactions h2 {
    top: 5.5rem;
  }
  .transactions h2 {
    margin-inline: -1.6rem;
    padding-inline: 1.6rem;
  }
}
@media (max-width: 991.98px) {
  .folio .d-flex,
  .notifications .secTitle,
  .portfolio .secTitle {
    top: 6.6rem;
  }
  body {
    height: 100vh !important;
  }
  /* .main {
    height: 100% !important;
  } */
}
.main > .modal {
  margin-inline: unset !important;
}
.inputAlarts {
  position: relative;
}
.inputAlarts input {
  padding-right: 4.8rem;
}
.inputAlarts > .alr {
  display: none;
  position: absolute;
  right: 1.6rem;
  top: 59%;
}
.fullDetails .tab-content .tab-pane p {
  margin-bottom: 4px !important;
}
.fullDetails .tab-content .tab-pane p ~ h2 {
  margin-top: 6px !important;
}
.fullDetails .tab-content .tab-pane h1,
.fullDetails .tab-content .tab-pane h2,
.fullDetails .tab-content .tab-pane h3 {
  margin-bottom: 4px !important;
}
.fullDetails .tab-content .tab-pane h1 ~ p:first-child br,
.fullDetails .tab-content .tab-pane h2 ~ p:first-child br,
.fullDetails .tab-content .tab-pane h3 ~ p:first-child br {
  display: none !important;
}
.fullDetails .tab-content .tab-pane h1 {
  font-size: 18px;
  margin-bottom: 14px !important;
  color: #101828;
}
.fullDetails .tab-content .tab-pane h2 {
  font-size: 14px;
  margin-bottom: 6px !important;
  color: #101828;
}
.fullDetails .tab-content .tab-pane h3 {
  font-size: 14px;
  margin-bottom: 4px !important;
  color: #101828;
}
.fullDetails .tab-content .tab-pane p strong {
  font-size: 14px;
  margin-bottom: 2px;
  color: #101828;
  display: inline-block;
}
.pagination-container {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
  flex-wrap: wrap;
}
.pagination-container button {
  background: transparent;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  color: #98a2b3;
}
.pagination-container button.active {
  color: #101828;
}
.pagination-container button:first-child,
.pagination-container button:last-child {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  padding: 0.7rem 0.8rem;
  min-width: 8.8rem;
  width: max-content;
  margin-right: 1rem;
  background: transparent;
  border: 1px solid #d0d5dd;
  color: #0383ff;
  border-radius: 0.8rem;
}
.pagination-container button:disabled {
  opacity: 0.45;
}
.holdings .statusTabs .dropdown .dropdown-menu {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100%;
}
.holdings .statusTabs .dropdown .dropdown-menu .dropdown-item {
  padding: 0.3rem 1.4rem !important;
}
.overflowDropDown {
  height: 200px;
  overflow-y: auto;
}

/* Blocks */
/* Blocks */
.sk-line { height: 1.2rem; width: 70%; margin: 0.4rem 0; }
.sk-img { width: 100%; height: 100%; min-height: 14rem; }
.sk-bar { background: #d1d5db; }
.sk-circle { border-radius: 9999px; display: inline-block; }

/* Skeleton shimmer animation */
/* Skeleton shimmer animation - slower speed */
@keyframes sk-shimmer {
  0%   { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}
.sk,
.sk-line,
.sk-img,
.sk-bar {
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #e5e7eb 25%, #f3f4f6 37%, #e5e7eb 63%);
  background-size: 400% 100%;
  animation: sk-shimmer 2.5s ease-in-out infinite; /* Slower animation */
}

/* Ensure skeleton media respects existing shapes */
.cardDetails.skeleton .video .overflow-hidden,
.cardDetails.skeleton .video img,
.cardDetails.skeleton .video .sk-img {
  border-radius: 0.8rem 0 0 0.8rem;
}
@media (max-width: 767.98px) {
  .cardDetails.skeleton .video .overflow-hidden,
  .cardDetails.skeleton .video img,
  .cardDetails.skeleton .video .sk-img { border-radius: 0.8rem 0.8rem 0 0; }
}

/* Deal Detail Page Skeleton Styles */
.dealsDetails.skeleton .cardDetails {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
}

.dealsDetails.skeleton .cardDetails .bgDark {
  display: grid;
  grid-template-columns: 9.2rem 1fr;
  gap: 1.6rem;
  padding: 2.4rem;
  background: #344054;
  border-radius: 0.8rem;
}

.dealsDetails.skeleton .cardDetails .video {
  position: relative;
}

.dealsDetails.skeleton .cardDetails .video .sk-img {
  height: 10rem;
  border-radius: 0.4rem;
}

.dealsDetails.skeleton .cardDetails .details {
  padding: 0;
}

.dealsDetails.skeleton .cardDetails .details header {
  margin-bottom: 1.6rem;
}

.dealsDetails.skeleton .cardDetails .details header h3 {
  margin-bottom: 0.8rem;
}

.dealsDetails.skeleton .cardDetails .country {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.dealsDetails.skeleton .cardDetails .highlights {
  margin: 1.6rem 0;
}

.dealsDetails.skeleton .cardDetails .highlights li {
  margin-bottom: 0.8rem;
}

.dealsDetails.skeleton .cardDetails .content {
  margin-top: 1.6rem;
}

.dealsDetails.skeleton .cardDetails .rightInfo {
  padding: 2.4rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.dealsDetails.skeleton .cardDetails .rightInfo > div {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.dealsDetails.skeleton .cardDetails .progressInfo {
  padding: 0 2.4rem 1.6rem;
  display: flex;
  justify-content: space-between;
}

.dealsDetails.skeleton .cardDetails .progress {
  margin: 0 2.4rem 2.4rem;
}

/* Fee Details Skeleton */
.dealsDetails.skeleton .feeDetails {
  margin-bottom: 2rem;
}

.dealsDetails.skeleton .feeDetails .table {
  padding: 2.4rem;
}

.dealsDetails.skeleton .feeDetails table {
  width: 100%;
}

.dealsDetails.skeleton .feeDetails table th {
  padding: 1.6rem 0;
  border-bottom: 1px solid #d9d9d9;
}

.dealsDetails.skeleton .feeDetails table td {
  padding: 1.6rem 0;
}

/* Full Details Tabs Skeleton */
.dealsDetails.skeleton .fullDetails {
  margin-bottom: 2rem;
}

.dealsDetails.skeleton .fullDetails .statusTabs {
  padding: 2.4rem 2.4rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dealsDetails.skeleton .fullDetails .nav {
  display: flex;
  gap: 2.4rem;
}

.dealsDetails.skeleton .fullDetails .nav .nav-link {
  padding: 0.8rem 0;
}

.dealsDetails.skeleton .fullDetails .preNext {
  display: flex;
  gap: 0.8rem;
}

.dealsDetails.skeleton .fullDetails .tab-content {
  padding: 2.4rem;
}

/* Investment Section Skeleton */
.dealsDetails.skeleton .investSec {
  min-width: 30.6rem;
  width: 30.6rem;
}

.dealsDetails.skeleton .makeInvestment {
  padding: 2.4rem;
  background: #fff;
  border: 1px solid #d0d5dd;
  border-radius: 0.8rem;
  margin-bottom: 2rem;
}

.dealsDetails.skeleton .makeInvestment h6 {
  margin-bottom: 2.4rem;
}

.dealsDetails.skeleton .makeInvestment .submitArrow {
  margin-bottom: 2.4rem;
}

.dealsDetails.skeleton .makeInvestment .detailsPart {
  margin-top: 2.4rem;
}

.dealsDetails.skeleton .makeInvestment table {
  width: 100%;
  margin-bottom: 2.4rem;
}

.dealsDetails.skeleton .makeInvestment table tr {
  border-bottom: 1px solid #eaecf0;
}

.dealsDetails.skeleton .makeInvestment table td {
  padding: 1.2rem 0;
}

.dealsDetails.skeleton .makeInvestment table td:last-child {
  text-align: end;
}

/* Webinar Video Skeleton */
.dealsDetails.skeleton .videoSec {
  border-radius: 0.8rem;
  overflow: hidden;
}

.dealsDetails.skeleton .videoSec .video {
  position: relative;
}

.dealsDetails.skeleton .videoSec .video .sk-img {
  height: 20rem;
  border-radius: 0.8rem;
}

/* Mobile Responsive for Deal Detail Skeleton */
@media (max-width: 991.98px) {
  .dealsDetails.skeleton .cardDetails {
    grid-template-columns: 1fr;
  }
  
  .dealsDetails.skeleton .cardDetails .bgDark {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
  
  .dealsDetails.skeleton .cardDetails .video .sk-img {
    height: 15rem;
  }
  
  .dealsDetails.skeleton .investSec {
    min-width: unset;
    width: 100%;
    margin-top: 2rem;
  }
  
  .dealsDetails.skeleton .videoSec {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .dealsDetails.skeleton .cardDetails .bgDark {
    padding: 1.6rem;
  }
  
  .dealsDetails.skeleton .cardDetails .rightInfo {
    padding: 1.6rem;
  }
  
  .dealsDetails.skeleton .cardDetails .progressInfo {
    padding: 0 1.6rem 1.6rem;
  }
  
  .dealsDetails.skeleton .cardDetails .progress {
    margin: 0 1.6rem 1.6rem;
  }
  
  .dealsDetails.skeleton .feeDetails .table {
    padding: 1.6rem;
  }
  
  .dealsDetails.skeleton .fullDetails .statusTabs {
    padding: 1.6rem 1.6rem 0;
    flex-wrap: wrap;
    gap: 1.6rem;
  }
  
  .dealsDetails.skeleton .fullDetails .nav {
    gap: 1.6rem;
  }
  
  .dealsDetails.skeleton .fullDetails .tab-content {
    padding: 1.6rem;
  }
  
  .dealsDetails.skeleton .makeInvestment {
    padding: 1.6rem;
  }
}

.progress {
  border: 1px solid #e6e6e6;
  background-color: #fff;
  position: relative;
  margin: 0.9rem 0 0;
  height: 0.5rem;
  width: 100%;
  border-radius: 0;
}

.progress-done {
  background: #32d583;
  height: 100%;
  width: 0;
  border-radius: 0;
  transition: 2.5s ease 1s !important;
}

/* Match skeleton image height with real card image height on desktop */
.cardDetails.skeleton .video .sk-img {
  height: 28rem; /* aligns with .video max-height */
}
@media (max-width: 767.98px) {
  .cardDetails.skeleton .video .sk-img {
    height: auto;
    aspect-ratio: 68/36; /* match real mobile aspect ratio */
  }
}
/*# sourceMappingURL=index.css.map */
