@charset "UTF-8";
/* Container */
/* Typography */
/* Page Spacing */
/* Fontsize */
/* Line-Height */
/* Font-Weight */
/* font-weight*/
/* Letter spacing */
/* border-radius */
/* 5px*/
/*6px*/
/*12px*/
/* 16px */
/* 8px */
/* 50px */
/* 100% */
/* z index */
.poppins-light {
  font-family: "Poppins", serif;
  font-weight: 300;
  font-style: normal;
}
.poppins-regular {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
}
.poppins-medium {
  font-family: "Poppins", serif;
  font-weight: 500;
  font-style: normal;
}
.poppins-semibold {
  font-family: "Poppins", serif;
  font-weight: 600;
  font-style: normal;
}
.poppins-bold {
  font-family: "Poppins", serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", serif;
  font-weight: 300;
  font-style: normal;
}
.roboto-regular {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-style: normal;
}
.roboto-medium {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-style: normal;
}
.roboto-bold {
  font-family: "Roboto", serif;
  font-weight: 700;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  max-width: 100vw;
  max-height: 100vh;
}

body {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  font-family: "Roboto", serif;
  font-size: 1em;
  overflow: hidden;
}

.wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-direction: row;
}

.content-wrapper {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .content-wrapper {
    max-width: 100vw;
    width: 100%;
  }
}

ul {
  list-style-type: none;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
}

a {
  color: #000 !important;
  text-decoration: unset;
}

::marker {
  display: none;
  opacity: 0;
}

.main-content {
  height: calc(100vh - 52px);
  overflow: auto;
  padding: 30px;
  background-color: #f5f5f5;
  display: flex;
  justify-content: center;
}
@media (max-width: 1366px) {
  .main-content {
    padding: 15px;
  }
}
.main-content .bbcontent {
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
}

.font-14,
.text-14 {
  font-size: 0.875em;
}

.font-12,
.text-12 {
  font-size: 0.75em;
}

.photo-preview-wrapper {
  width: 120px;
  height: 120px;
  max-height: 120px;
  margin-bottom: 0;
}

.signature-preview-wrapper {
  width: 120px;
  max-width: 120px;
  height: 70px;
  max-height: 70px;
  margin-bottom: 0;
}

/* For Firefox */
* {
  scrollbar-width: thin;
  /* Can be 'auto', 'thin', or 'none' */
  scrollbar-color: gray #f1f1f1;
  /* thumb color | track color */
}

/* For more customization, use scrollbar pseudo-elements */
@supports (scrollbar-width: thin) {
  * {
    scrollbar-width: thin;
  }
}
/* If you need full cross-browser support, keep WebKit styles as well */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: gray;
  border-radius: 10px;
  border: 2px solid #fff;
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgb(25.5, 25.5, 25.5);
}

::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  border-radius: 10px;
}

.is-invalid {
  border-color: #ff0000 !important;
}

.just-validate-error-label {
  color: #ff0000;
  font-size: 12px;
  margin-top: 5px;
  display: block;
}

.error-message {
  color: #b90e0e;
  font-size: 12px;
  display: block;
}

.tempus-dominus-widget .calendar-header .previous,
.tempus-dominus-widget .calendar-header .next {
  text-align: center !important;
}
.tempus-dominus-widget .calendar-header .picker-switch {
  min-width: 150px;
}

.bd-callout {
  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid #e9ecef;
  border-left-width: 0.35rem;
  border-radius: 0.25rem;
}
.bd-callout h4 {
  margin-bottom: 0.25rem;
}
.bd-callout p:last-child {
  margin-bottom: 0;
}
.bd-callout code {
  border-radius: 0.25rem;
}
.bd-callout + .bd-callout {
  margin-top: -0.25rem;
}
.bd-callout-info {
  border-left-color: #5bc0de;
  background-color: rgba(91, 192, 222, 0.2509803922);
}
.bd-callout-warning {
  border-left-color: #f0ad4e;
  background-color: rgba(91, 192, 222, 0.2509803922);
}
.bd-callout-danger {
  border-left-color: #d9534f;
  background-color: rgba(91, 192, 222, 0.2509803922);
}
.bd-callout-success {
  border-left-color: #157347;
  background-color: rgba(91, 192, 222, 0.2509803922);
}

.holdingsdetailfundtitle {
  color: #2265d5;
}

.holdingsdetailfundtext {
  color: #6EC828;
}

.view-more-btn,
.view-more-btn2 {
  font-size: 12px !important;
  text-decoration: none;
  color: #2265d5;
}

.loader-wrapper.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999;
}
.loader-wrapper.active .loader {
  width: 50px;
  height: 50px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #2265d5;
  --_m:
      conic-gradient(#0000 10%, #000),
      linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear;
}
@keyframes l3 {
  to {
    transform: rotate(1turn);
  }
}

.cart-wrapper {
  position: relative;
  outline: none;
  border: 0;
}
.cart-wrapper .active {
  outline: none;
  border: 0;
  color: #2265d5;
}
.cart-wrapper:focus {
  outline: none;
  border: 0;
  color: #2265d5;
}

.cartcount {
  position: absolute;
  background-color: #000;
  border-radius: 50%;
  height: 17px;
  width: 17px;
  color: #fff;
  top: 0;
  right: 1px;
  font-size: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.select2-container .select2-selection--single {
  height: auto;
  border: 0;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  width: 100%;
  min-height: calc(1.5em + 0.5rem + var(--bs-border-width) * 2);
  padding: 0.25rem 0.5rem;
  font-size: 1rem;
  font-weight: 400;
  height: auto;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #f1f1f1;
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.changeprofileimglabel {
  cursor: pointer;
}
.changeprofileimglabel:hover {
  color: #2265d5;
}

.select2-container--open {
  z-index: 9999;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: 0;
}

label {
  text-transform: capitalize;
}

/* Container */
/* Typography */
/* Page Spacing */
/* Fontsize */
/* Line-Height */
/* Font-Weight */
/* font-weight*/
/* Letter spacing */
/* border-radius */
/* 5px*/
/*6px*/
/*12px*/
/* 16px */
/* 8px */
/* 50px */
/* 100% */
/* z index */
.btn {
  padding: 0.375em 0.75em;
  font-size: 0.875em;
}

.btn-primary {
  background-color: #2265d5 !important;
  border-color: #2265d5 !important;
}
.btn-primary:hover {
  background-color: #6EC828 !important;
  border-color: #6EC828 !important;
}

.view-btn {
  border: 0.063em solid #2265d5;
  background: #2265d5;
  color: #fff;
}
.view-btn:hover {
  background: none;
  color: #157347 !important;
  border: 0.063em solid #157347;
}

.btn-warning-outline {
  border: 0.063em solid #f0ad4e;
  background: #f0ad4e;
  color: #fff;
}
.btn-warning-outline:hover {
  background: none;
  color: #f0ad4e !important;
  border: 0.063em solid #f0ad4e;
}

.btn-primary-outline {
  border: 0.063em solid #2265d5;
  background: #2265d5;
  color: #fff;
}
.btn-primary-outline:hover {
  background: none;
  color: #2265d5 !important;
  border: 0.063em solid #2265d5;
}

.whatsapp-cta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  z-index: 9999;
  text-decoration: none;
}

.whatsapp-cta:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.whatsapp-cta__icon {
  width: 32px;
  height: 32px;
  filter: brightness(0) invert(1); /* Make icon white */
}

/* Responsive adjustments */
@media (max-width: 480px) {
  .whatsapp-cta {
    width: 50px;
    height: 50px;
    right: 15px;
    bottom: 15px;
  }
  .whatsapp-cta__icon {
    width: 26px;
    height: 26px;
  }
}
.card {
  border: 1px solid #E6E9EB;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
  border-radius: 8px;
  box-shadow: 0px 9px 20px rgba(46, 35, 94, 0.07);
}
.card .card-header {
  background-color: transparent;
  background: transparent;
}

.funds-card {
  display: flex;
  flex-direction: row;
}
.funds-card .card-header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
}
.funds-card .card-header .card-img-wrapper {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid;
  margin: 0;
}
.funds-card .card-header .card-img-wrapper .fund-img {
  width: 100%;
  height: 100%;
}
.funds-card .card-body {
  padding: 5px;
}
.funds-card .card-body .card-desc {
  margin: 0;
}

.fund-wrapper .fund .fund-logo-wrapper {
  margin-bottom: 0;
  width: 50px;
  border-radius: 50%;
  height: 50px;
}
.fund-wrapper .fund .fund-logo-wrapper .fund-logo {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.fund-wrapper .fund .fund-content .fund-name {
  font-size: 1em;
  font-weight: 600;
}

.cardbox {
  margin-top: 20px;
  padding: 20px 30px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-radius: 5px;
  border-bottom: 1px solid #eee;
  box-shadow: 1px 1px 4px #eee;
  width: 100%;
}
.cardbox .cardbox-container {
  display: flex;
  align-items: center;
  width: 100%;
}
.cardbox .cardbox-container .nav {
  padding-left: 15px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cardbox .cardbox-container .nav .currentnavlabel span {
  font-size: 0.875em;
}
.cardbox .cardbox-container .nav .current-nav {
  display: flex;
  justify-content: space-between;
}
.cardbox .cardbox-container .nav .current-nav .nav-amount {
  font-size: 1.2em;
  color: #6EC828;
  font-weight: 600;
}
.cardbox .cardbox-container .nav .current-nav .nav-percent {
  font-size: 0.75em;
  margin-left: 15px;
  color: #6EC828;
}

.cagr-period {
  border: none !important;
  padding: 2px 3px !important;
  margin-bottom: 0 !important;
  height: 18px !important;
  cursor: pointer;
  font-size: 12px;
  line-height: 18px;
}

.min-investment-wrapper {
  padding: 15px 25px;
}
.min-investment-wrapper span {
  font-size: 0.875em;
}
.min-investment-wrapper div p {
  margin-top: 10px;
  font-weight: 600;
}

.Aum-wrapper {
  padding: 15px 25px;
}
.Aum-wrapper span {
  font-size: 0.875em;
}
.Aum-wrapper div p {
  margin-top: 10px;
  font-weight: 600;
}

.exit-load-wrapper {
  padding: 15px 25px;
}
.exit-load-wrapper span {
  font-size: 0.875em;
}
.exit-load-wrapper div p {
  margin-top: 10px;
  font-weight: 600;
}

.expense-ratio-wrapper {
  padding: 15px 25px;
}
.expense-ratio-wrapper span {
  font-size: 0.875em;
}
.expense-ratio-wrapper div p {
  margin-top: 10px;
  font-weight: 600;
}

.mf-sip-wrapper .card {
  width: 100%;
  padding: 10px;
  border-radius: 0.375em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.mf-sip-wrapper .card .card-title {
  font-weight: 500;
  font-size: 1em;
  margin-bottom: 5px;
}
.mf-sip-wrapper .card .card-desc {
  font-weight: 500;
  font-size: 1.44em;
  color: #2265d5;
  margin: 0;
}
.mf-sip-wrapper .card .upcoming-sip-icon {
  color: #6EC828;
  font-size: 1.2em;
}

.employeeprofile .empprofile-imgrounded-wrapper {
  height: 40px;
  width: 40px;
  border-radius: 50%;
}
.employeeprofile .empprofile-imgrounded-wrapper .empprofileimgrounded {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid;
}
.employeeprofile .emp-name {
  font-size: 0.875em;
}
.employeeprofile .empprofileimgwrapper {
  width: 100px;
  height: 100px;
  margin-top: 15px;
}
.employeeprofile .empprofileimgwrapper .empprofileimg {
  height: 100%;
  width: 100%;
  border: 1px solid;
  border-radius: 5px;
}
.employeeprofile #changeprofileimg {
  opacity: 0;
  visibility: hidden;
  display: none;
}

table {
  border-radius: 0.375em;
}
table thead tr {
  border-bottom: 1px solid #6EC828;
}
table thead tr th {
  font-family: "Poppins", serif;
  font-weight: 500;
  border-bottom: none;
}
table tbody tr td {
  border-width: 0;
  font-size: 0.875em;
  vertical-align: middle;
  border-bottom: 1px dashed #d1d1d1;
  color: #333 !important;
}
table tbody tr td .btn.delete-btn {
  color: #fff;
  border: 1px solid transparent;
}
table tbody tr td .btn.delete-btn:hover {
  background: none;
  color: #ff0000;
  border: 0.063em solid #ff0000;
}
table tbody tr td .btn.edit-btn {
  border: 0.063em solid transparent;
}
table tbody tr td .btn.edit-btn:hover {
  background: none;
  color: #157347 !important;
  border: 0.063em solid #157347;
}
table tbody tr td .btn .view-btn {
  border: 0.063em solid #2265d5;
  background: #2265d5;
}
table tbody tr td .btn .view-btn:hover {
  background: transparent;
  color: #157347 !important;
  border: 0.063em solid #157347;
}
table tbody tr td .btn.order-btn {
  border: 0.063em solid transparent;
  color: #fff !important;
}
table tbody tr td .btn.order-btn:hover {
  background: none;
  color: #157347 !important;
  border: 0.063em solid #157347;
}
table tbody tr td .btn .badge {
  background-color: rgba(254, 106, 73, 0.3);
  padding: 0.5em 1em;
}
table tbody tr td .sipamount {
  text-align: end !important;
}
table tbody tr:hover td {
  background: #EFFFFA;
  cursor: pointer;
}

table.display.dataTable#keytable {
  position: relative;
  width: 100%;
  background-color: #EFFFFA;
  border-collapse: collapse;
  text-align: left;
}
table.display.dataTable#keytable thead {
  background-color: #2265d5;
}
table.display.dataTable#keytable thead th {
  padding: 12px;
  border-bottom: 2px solid #2265d5;
  text-align: left;
}
table.display.dataTable#keytable thead th.sorting, table.display.dataTable#keytable thead th.sorting_asc, table.display.dataTable#keytable thead th.sorting_desc {
  cursor: pointer;
  position: relative;
}
table.display.dataTable#keytable thead th.sorting::after, table.display.dataTable#keytable thead th.sorting_asc::after, table.display.dataTable#keytable thead th.sorting_desc::after {
  content: "";
  position: absolute;
  right: 10px;
  border: 6px solid transparent;
}
table.display.dataTable#keytable thead th.sorting_asc::after {
  border-bottom-color: #fff;
  top: 50%;
}
table.display.dataTable#keytable thead th.sorting_desc::after {
  border-top-color: #fff;
  top: 50%;
}
table.display.dataTable#keytable tbody tr:nth-child(even) {
  background-color: rgb(226.1113360324, 235.1983805668, 250.3886639676);
}
table.display.dataTable#keytable tbody tr:nth-child(odd) {
  background-color: white;
}
table.display.dataTable#keytable tbody tr td {
  padding: 10px;
  color: #000;
}
table.display.dataTable#keytable tbody tr td .icofont-arrow-down {
  color: #ff0000;
  margin-right: 5px;
}
table.display.dataTable#keytable tbody tr td .icofont-arrow-up {
  color: #157347;
  margin-right: 5px;
}
table.display.dataTable#keytable tbody tr td .badge.badge-light-danger {
  background-color: #ffcccc;
  color: #ff0000;
}
table.display.dataTable#keytable tbody tr td .badge.badge-light-warning {
  background-color: rgb(36.75, 201.25, 124.25);
  color: rgb(5.25, 28.75, 17.75);
}
table.display.dataTable#keytable tbody tr td .badge.badge-light-success {
  background-color: rgb(111.25, 228.75, 173.75);
  color: #157347;
}
table.display.dataTable#keytable tbody tr td .badge.badge-light-primary {
  background-color: rgb(204.1214574899, 220.1255060729, 246.8785425101);
  color: #2265d5;
}
table.display.dataTable#keytable tfoot th {
  background-color: #2265d5;
  color: #fff;
  padding: 12px;
}
table.display.dataTable#keytable ul.action {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
table.display.dataTable#keytable ul.action li {
  margin: 0 5px;
}
table.display.dataTable#keytable ul.action li a {
  color: #000;
  text-decoration: none;
}
table.display.dataTable#keytable ul.action li a:hover {
  color: #2265d5;
}
table.display.dataTable#keytable ul.action li a .icon-pencil-alt {
  color: #157347;
}
table.display.dataTable#keytable ul.action li a .icon-trash {
  color: #ff0000;
}

.sector-table {
  border: none;
}
.sector-table tbody tr {
  border: 0;
}
.sector-table tbody tr td {
  font-size: 0.875em;
  padding: 5px 15px;
}
.sector-table tbody tr td .progressstyle1 {
  height: 6px;
}
.sector-table tbody tr:hover {
  cursor: none;
}
.sector-table tbody tr:hover td {
  background-color: transparent;
}

.company-table {
  border: none;
}
.company-table tbody tr {
  border: 0;
}
.company-table tbody tr td {
  font-size: 0.875em;
  padding: 5px 15px;
}
.company-table tbody tr td .progressstyle1 {
  height: 6px;
}
.company-table tbody tr:hover {
  cursor: none;
}
.company-table tbody tr:hover td {
  background-color: transparent;
}

.mf-sip-wrapper table.mf-sip-table {
  height: calc(100vh - 40%);
  overflow-y: auto;
  border: none;
}
.mf-sip-wrapper table.mf-sip-table thead th {
  font-weight: 500;
  font-size: 0.875em;
}
.mf-sip-wrapper table.mf-sip-table tbody tr td figure {
  height: 40px;
  width: 40px;
  border-radius: 50%;
}
.mf-sip-wrapper table.mf-sip-table tbody tr td figure .mf-table-img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
.mf-sip-wrapper table.mf-sip-table tbody tr td .fund-title {
  font-weight: 600;
  margin-bottom: 5px;
}
.mf-sip-wrapper table.mf-sip-table tbody tr td .font-secondary {
  color: #2265d5;
}
.mf-sip-wrapper table.mf-sip-table tbody tr td .custom-badge {
  background: #2265d5;
}
.mf-sip-wrapper table.mf-sip-table tbody tr td .floatingbadge {
  position: absolute;
  right: 0;
  top: 10px;
  font-size: 8px;
  background-color: #157347;
}
.mf-sip-wrapper table.mf-sip-table tbody tr:hover td .fund-title {
  color: #2265d5;
}
.mf-sip-wrapper table.mf-sip-table tbody tr:hover td .font-secondary {
  color: #6EC828;
}
.mf-sip-wrapper table.mf-sip-table tbody tr:hover td .custom-badge {
  background: #6EC828;
}

.cartdata tbody tr.cart-table-header {
  border-bottom: none;
  border: 0;
}
.cartdata tbody tr.cart-table-header td {
  border-bottom-color: #2265d5;
  margin-bottom: 0;
}
.cartdata tbody tr.cart-table-header td:hover {
  background: none;
}
.cartdata tbody tr td .client-name {
  font-weight: 600;
  color: #6EC828;
}
.cartdata tbody tr td figure .cart-table-img {
  width: 100px;
  height: auto;
}
.cartdata tbody tr td .fund-title {
  font-weight: 600;
  margin-bottom: 0;
  font-size: 0.875em;
}
.cartdata tbody tr td .order-type-cart {
  font-size: 0.875em;
}
.cartdata tbody tr td .InvestmentType {
  font-size: 0.875em;
}
.cartdata tbody tr td .sipamount {
  font-size: 0.875em;
}
.cartdata tbody tr td .deletebtn {
  color: #000;
}
.cartdata tbody tr td .deletebtn:hover {
  color: #fff;
}

table.dataTable thead > tr > th.dt-orderable-asc {
  padding: 6px;
  border-bottom: 1px solid #d1d1d1;
  text-align: left;
  font-size: 0.875em;
  text-wrap: nowrap;
}

table.dataTable thead > tr > th.dt-orderable-asc:hover,
table.dataTable thead > tr > th.dt-orderable-desc:hover {
  outline: none;
}

table.dataTable tbody > tr > td {
  padding: 6px;
  text-align: left;
  font-size: 0.875em;
}

.dt-toolbar div {
  display: flex;
  align-items: center;
}

.dt-paging {
  padding: 10px 0;
}
.dt-paging .page-link:focus {
  box-shadow: none;
  outline: none;
}
.dt-paging .page-link:hover {
  box-shadow: none;
  outline: none;
}
.dt-paging .page-link:active {
  box-shadow: none;
  outline: none;
}
.dt-paging .page-item.active .page-link {
  color: #fff !important;
}

.page-link > .previous {
  padding: 5px;
}

.page-item.disabled .page-link.previous .previous::after {
  content: "⏴";
  position: absolute;
  height: 10px;
  width: 10px;
  left: 13px;
  top: 7px;
  color: #c8c8c8;
}

.page-link.previous .previous::after {
  content: "⏴";
  position: absolute;
  height: 10px;
  width: 10px;
  left: 13px;
  top: 7px;
}

.page-link.next {
  position: relative;
}

.page-link.next .next {
  padding: 5px;
  height: 100%;
  width: 100%;
}

.page-link.next .next::after {
  content: "⏵";
  position: absolute;
  height: 10px;
  width: 10px;
  left: 13px;
  top: 7px;
}

.page-item.disabled .page-link.next .next::after {
  content: "⏵";
  position: absolute;
  height: 10px;
  width: 10px;
  left: 13px;
  top: 7px;
  color: #c8c8c8;
}

.dataTables_wrapper .dataTable tbody tr {
  border: 0;
}
.dataTables_wrapper .dataTable tbody tr td {
  font-size: 12px;
  background: #fff;
  border: 0 solid transparent !important;
  box-shadow: none;
}
.dataTables_wrapper .dataTable tbody tr:hover td {
  background-color: #f5f5f5;
}

.nominee-tabledata tr td {
  font-size: 0.75em;
  padding: 2px 2px !important;
}

.dataTables_length {
  margin-top: 10px;
}
.dataTables_length label select:focus-visible {
  border: 1px solid #2265d5;
}

.dataTable .dataTables_paginate .paginate_button .current {
  background-color: #2265d5 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background-color: #2265d5 !important;
  background: #2265d5 !important;
  color: #fff !important;
  border: 1px solid #2265d5 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background-color: #2265d5 !important;
  background: #2265d5 !important;
  color: #fff !important;
  border: 1px solid #2265d5 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  background: transparent !important;
  border: 1px solid transparent !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #fff !important;
}

.dtSearch {
  display: flex;
  justify-content: start;
  margin-bottom: 5px;
}
.dtSearch .dataTables_filter .label input {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0 0.2em;
  border-radius: 5px;
}

table.dataTable thead > tr > th {
  font-size: 14px;
  white-space: nowrap;
}

table tr.active td {
  color: #2265d5 !important;
  cursor: pointer;
}

form .form-label {
  margin-bottom: 0.25em;
  font-size: 0.875em;
}
form .form-control {
  font-size: 0.875em;
  font-family: "Roboto", sans-serif;
}
form .form-select {
  font-size: 0.875em;
  font-family: "Roboto", sans-serif;
}
form .form-control:focus {
  border-color: #2265d5 !important;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(67, 133, 245, 0.3) !important;
}
form .form-select:focus {
  border-color: #2265d5 !important;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(67, 133, 245, 0.3) !important;
}
form .form-select:focus:hover option:hover {
  background: #6EC828;
}

.radio-form {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}
.radio-form .form-check {
  min-height: 0;
  margin-bottom: 0;
}
.radio-form .form-check .form-check-label {
  margin-bottom: 0;
}

.form-check-reverse {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  padding: 0;
}
.form-check-reverse .form-check-input {
  margin-left: 0.625em;
  margin-right: 0;
}

.checkbox-checked.card-wrapper h6.sub-title {
  font-weight: 600;
  font-size: 1.0625em;
}
.checkbox-checked .form-check-input:checked {
  background-color: #2265d5;
  border-color: #2265d5;
}
.checkbox-checked .form-check-input:focus {
  border-color: #2265d5;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.2);
}
.checkbox-checked .card-wrapper .form-check:last-child {
  min-height: 0;
  margin-bottom: 0;
}
.checkbox-checked .card-wrapper .form-check:last-child label {
  margin-bottom: 0;
}

.form-check-input {
  border-color: #2265d5;
}

.form-check-size {
  display: flex;
  gap: 1.375em;
  align-items: center;
  flex-wrap: wrap;
}
.form-check-size .form-check-inline {
  margin: 0;
  min-height: 0;
}
[dir=rtl] .form-check-size .form-check-inline {
  margin: 0;
}
.form-check-size .form-check-inline .form-check-input {
  width: 1.125em;
  height: 1.125em;
  margin-top: 0;
}
.form-check-size .form-check-inline .check-size {
  width: 2.25em;
  height: 1.125em;
  margin-top: 0;
}
.form-check-size .form-check-inline label {
  margin: 0;
}

.form-control, .form-select {
  background-color: #f1f1f1;
}

.nav-success .nav-link,
.nav-tabs .nav-item .nav-link {
  color: #000;
  font-weight: 500;
}
.nav-success .nav-link.active,
.nav-tabs .nav-item .nav-link.active {
  background-color: #2265d5;
  color: #fff;
}

.mfschemetabs {
  margin-top: 15px;
  margin-bottom: 15px;
  border-bottom: none;
}

.fund-wrapper .fund-list-wrapper {
  height: calc(100vh - 340px);
  overflow: auto;
}
.fund-wrapper .fund-list-wrapper .fund-list {
  padding: 6px 5px 6px 5px;
  margin-bottom: 0;
  border-bottom: 1px solid #e1e1e1;
}
.fund-wrapper .fund-list-wrapper .fund-list .fund-logo-wrapper {
  margin: 0;
  margin-right: 10px;
  padding: 5px;
}
.fund-wrapper .fund-list-wrapper .fund-list .fund-logo-wrapper .fund-logo {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #2265d5;
}
.fund-wrapper .fund-list-wrapper .fund-list .fund-content .fund-name {
  font-size: 0.875em;
  font-weight: 600;
  margin-bottom: 10px;
  color: #2265d5 !important;
}
.fund-wrapper .fund-list-wrapper .fund-list .fund-content .fund-name:hover {
  color: #6EC828 !important;
}

.lumsumsipTabcontent {
  border: 1px dashed #d1d1d1;
}

.accordion {
  border: 0;
}
.accordion .accordion-item {
  border: 0;
}
.accordion .accordion-item .accordion-header .accordion-button {
  padding: 0.313em 0.625em;
  box-shadow: none;
  line-height: 1.25em;
  letter-spacing: 0.0125em;
  border-radius: 0.375em;
  min-height: 2.5em;
}
.accordion .accordion-item .accordion-header .accordion-button ::after {
  fill: #fff;
  color: #fff;
}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: #2265d5;
  color: #fff;
}
.accordion .accordion-item .accordion-body {
  padding: 0.5em;
  border: 0;
}
.accordion .accordion-item .accordion-body ul {
  max-height: 200px;
  height: 100%;
  overflow-y: auto;
  margin-bottom: 0;
}
.accordion .accordion-item .accordion-body ul li a {
  padding: 0.313em 0.625em;
  font-size: 1em;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  min-height: 2.5em;
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1.25em;
  letter-spacing: 0.0125em;
  border-radius: 0.375em;
}
.accordion .accordion-item .accordion-body ul li a:hover {
  background: #2265d5;
  color: #fff !important;
}
.accordion .accordion-item .accordion-body .range .minvalue {
  font-size: 0.75em;
}
.accordion .accordion-item .accordion-body .range .maxvalue {
  font-size: 0.75em;
}
.accordion .accordion-item .accordion-body .form-check-label {
  font-size: 0.75em;
}

.mffundsidebar .accordion-item .accordion-header .accordion-button {
  font-size: 14px;
}

.sipaccordion .accordion-button:not(.collapsed) {
  background-color: #e1FFF0 !important;
  color: #fff;
}

.modal .modal-header {
  background: #bee5ff;
}
.modal .modal-body {
  max-height: calc(100vh - 191px);
  overflow: auto;
}

.header {
  background-color: #bee5ff;
  box-shadow: -3px 1px 5px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  height: 52px;
}
.header #page-header-notifications {
  border: 0;
  outline: none;
  background-color: transparent;
  border-color: transparent !important;
}
.header #page-header-notifications.show {
  color: #6EC828;
}
.header .dropdown-menu {
  background-color: #EFFFFA;
}
.header .Notificationsdropdown {
  width: 310px;
  border: none;
  background-color: #fff;
  padding: 0 5px;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.2);
  margin-top: 10px;
  z-index: 9999;
}
.header .Notificationsdropdown .dropdown-header {
  border-bottom: 1px solid #5bc0de;
  padding-bottom: 10px;
  font-size: 1rem;
  color: #000;
  font-weight: 600;
}
.header .Notificationsdropdown .nav-items {
  padding: 0px 5px;
}
.header .Notificationsdropdown li {
  border-radius: 0.375em;
}
.header .Notificationsdropdown li p {
  font-size: 0.875em;
}
.header .Notificationsdropdown li .notification-time {
  font-size: 0.75em;
}
.header .Notificationsdropdown li:hover {
  background-color: #bee5ff;
}
.header .Notificationsdropdown li:hover p {
  color: #000;
}
.header .Notificationsdropdown li:hover .notification-time {
  color: #000;
}
.header .navbtnburger {
  display: none;
}
.header .profilemenuicon {
  font-size: 1.2em;
}
.header .usermenudropdown {
  outline: none;
  border: none;
}
.header .usermenudropdown:focus {
  outline: none;
  border: none;
}
.header .usermenudropdown .profilemenutext {
  display: block;
}
@media (max-width: 768px) {
  .header .usermenudropdown .profilemenutext {
    display: none;
  }
}
@media (max-width: 1023px) {
  .header .navbtnburger {
    display: block;
  }
  .header .offcanvas {
    background: #bee5ff;
  }
  .header .offcanvas .offcanvas-body {
    height: 100%;
    overflow: hidden;
  }
  .header .offcanvas .offcanvas-body .sidebar {
    display: block !important;
    width: 100%;
    max-width: 100%;
    height: calc(100vh - 100px);
  }
  .header .offcanvas .offcanvas-body .sidebar .submenu {
    min-width: 200px;
    max-width: 100%;
  }
}

.userprofiledropdownmenu {
  padding: 5px 10px !important;
  margin-top: 10px !important;
}
.userprofiledropdownmenu .userprofilelink {
  display: flex;
  color: #fff;
  border-bottom: 1px solid #5bc0de;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
}
.userprofiledropdownmenu .userprofilelink .user-profilepic {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid;
  margin-right: 20px;
}
.userprofiledropdownmenu .userprofilelink .user-profilepic img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.userprofiledropdownmenu .userprofilelink .user-name {
  font-size: 0.75em;
  font-weight: 700;
}
.userprofiledropdownmenu .userprofilelink .useremailid {
  font-size: 0.75em;
}
.userprofiledropdownmenu li a {
  border-radius: 0.375em;
  display: flex;
  align-items: center;
}
.userprofiledropdownmenu li a:hover {
  background-color: #2265d5;
}
.userprofiledropdownmenu li a:hover span {
  color: #fff;
}

@media (max-width: 500px) {
  .offcanvas.offcanvas-start {
    width: 440px !important;
  }
}
.offcanvas-header {
  background: #bee5ff;
}

@media (max-width: 1023px) {
  .offcanvas.offcanvas-start .sidebar .sidebar-content .nav .nav-item {
    position: relative;
  }
  .offcanvas.offcanvas-start .sidebar .sidebar-content .nav .nav-item .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
  }
}
.sidebar {
  width: 100%;
  width: 16.563em;
  background: #bee5ff;
  z-index: 1;
}
.sidebar .sidebar-header {
  display: flex;
  justify-content: center;
  position: relative;
  height: 52px;
  padding: 5px;
  box-shadow: -3px 1px 5px 0px rgba(0, 0, 0, 0.2);
}
.sidebar .sidebar-header .brand-logo-wrapper {
  margin: 0;
  padding: 0.125em 0;
  width: 100px;
  height: auto;
}
.sidebar .sidebar-header img {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1023px) {
  .sidebar {
    display: none;
  }
}
.sidebar .sidebar-content {
  height: calc(100vh - 4.688em);
  padding: 1.25em 0;
}
.sidebar .sidebar-content nav {
  height: 100%;
  position: relative;
}
.sidebar .sidebar-content nav .nav {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  overflow: hidden;
  overflow-y: auto;
  height: 100%;
  padding: 0 0.313em;
}
.sidebar .sidebar-content nav .nav .nav-item {
  position: relative;
  border-radius: 0.375em;
  margin-bottom: 2px;
}
.sidebar .sidebar-content nav .nav .nav-item > .nav-link {
  padding: 0.313em 0.625em;
  font-size: 1em;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  min-height: 2.5em;
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1.25em;
  letter-spacing: 0.0125em;
  border-radius: 0.375em;
}
.sidebar .sidebar-content nav .nav .nav-item > .nav-link > .nav-icon {
  flex: 0 0 auto;
  display: inline-block;
  margin-right: 0.625em;
  min-width: 1.25em;
  font-size: 1em;
  text-align: center;
  color: #000;
}
.sidebar .sidebar-content nav .nav .nav-item > .nav-link > .nav-text {
  color: #000;
}
.sidebar .sidebar-content nav .nav .nav-item > .submenu {
  padding-left: 0;
  position: fixed;
  display: none;
  z-index: 9999;
  background-color: #bee5ff;
  box-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  border: 1px solid #bee5ff;
  min-width: 12.5em;
  padding: 2px;
  width: 250px;
}
.sidebar .sidebar-content nav .nav .nav-item .show {
  display: block !important;
}
.sidebar .sidebar-content nav .nav .nav-item:hover {
  color: #fff !important;
  background-color: #2265d5;
}
.sidebar .sidebar-content nav .nav .nav-item:hover > .nav-link {
  color: #fff;
  background-color: #2265d5;
}
.sidebar .sidebar-content nav .nav .nav-item:hover > .nav-link > .nav-icon, .sidebar .sidebar-content nav .nav .nav-item:hover > .nav-link > .nav-text {
  color: #fff;
}
.sidebar .sidebar-content nav .nav .nav-item:hover > .submenu {
  overflow: unset;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
}
.sidebar .sidebar-content nav .nav .nav-item .active {
  color: #fff !important;
  background-color: #2265d5;
}
.sidebar .sidebar-content nav .nav .nav-item .active > .nav-link {
  color: #fff;
  background-color: #2265d5;
}
.sidebar .sidebar-content nav .nav .nav-item .active > .nav-link > .nav-icon, .sidebar .sidebar-content nav .nav .nav-item .active > .nav-link > .nav-text {
  color: #fff;
}
.sidebar .sidebar-content nav .nav .nav-item .active > .submenu {
  overflow: unset;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
}
.sidebar .sidebar-content nav .nav .nav-item:active {
  color: #fff !important;
  background-color: #2265d5;
}
.sidebar .sidebar-content nav .nav .nav-item:active > .nav-link {
  color: #fff;
  background-color: #2265d5;
}
.sidebar .sidebar-content nav .nav .nav-item:active > .nav-link > .nav-icon, .sidebar .sidebar-content nav .nav .nav-item:active > .nav-link > .nav-text {
  color: #fff;
}
.sidebar .sidebar-content nav .nav .nav-item:active > .submenu {
  overflow: unset;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
}
.sidebar .sidebar-content li.active, .sidebar .sidebar-content li:hover {
  color: #fff !important;
  background-color: #2265d5;
  color: #fff !important;
  background-color: #2265d5;
}
.sidebar .sidebar-content li.active > a .nav-text, .sidebar .sidebar-content li.active > a .nav-icon {
  color: #fff !important;
}

p {
  font-family: "Roboto", sans-serif;
}

.web-header .navbar {
  background-color: #bee5ff;
  padding: 0;
}
.web-header .navbar .brandlogowrapper {
  max-height: 52px;
  margin-bottom: 0;
}
.web-header .navbar .brandlogowrapper .brand-logo {
  max-width: 100%;
  max-height: 40px;
  height: auto;
}
.web-header .navbar .navbar-nav .nav-item {
  position: relative;
}
.web-header .navbar .navbar-nav .nav-item .nav-link {
  padding: 0.313em 0.625em;
  font-family: "Roboto", sans-serif;
  font-size: 0.875em;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  min-height: 2.5em;
  font-weight: 600;
  line-height: 1.25em;
  letter-spacing: 0.0125em;
  border-radius: 0.375em;
  margin-right: 2px;
}
.web-header .navbar .navbar-nav .nav-item .nav-link span {
  padding-right: 5px;
}
.web-header .navbar .navbar-nav .nav-item .submenu {
  display: none;
  position: absolute;
  top: 100%;
  background: #2265d5;
  width: 200px;
  left: 0;
  margin: 0 0 0 0.15em;
  z-index: 9999;
  background-color: #bee5ff;
  border: 1px solid #bee5ff;
  min-width: 12.5em;
  border-radius: 0.375em;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  padding: 0.313em;
}
.web-header .navbar .navbar-nav .nav-item:hover > .nav-link {
  color: #6EC828 !important;
}
.web-header .navbar .navbar-nav .nav-item:hover > .nav-link .nav-icon {
  color: #fff;
}
.web-header .navbar .navbar-nav .nav-item:hover > .nav-link .nav-text {
  color: #fff;
}
.web-header .navbar .navbar-nav .nav-item:hover > .submenu {
  display: block;
}
.web-header .navbar .navbar-nav .nav-item.active > .nav-link {
  color: #6EC828 !important;
}
.web-header .navbar .navbar-nav .nav-item.active > .nav-link .nav-icon {
  color: #fff;
}
.web-header .navbar .navbar-nav .nav-item.active > .nav-link .nav-text {
  color: #fff;
}
.web-header .navbar .navbar-nav .nav-item.active > .submenu {
  display: block;
}

@media (max-width: 47.938rem) {
  .p-sm-2 {
    padding: 1.5rem;
  }
}

@media (max-width: 47.938rem) {
  .pb-sm-2 {
    padding: 0 0 1.5rem 0 !important;
  }
}

.main-wrapper {
  padding: 0;
  max-height: calc(100vh - 50px);
  overflow-y: auto;
  height: 100% !important;
}
@media (max-width: 61.938rem) {
  .main-wrapper {
    padding: 0 0;
    min-height: auto !important;
  }
}

.main-wrapper-app {
  padding: 1.25rem 0;
  min-height: 100vh;
  height: 100vh;
}
@media (max-width: 61.938rem) {
  .main-wrapper-app {
    padding: 1.25rem 0;
    min-height: 100%;
    height: 100%;
  }
}

main .credential-section {
  background-image: url("../web-asset/images/login-bg-1.png");
  background-repeat: no-repeat;
  background-size: cover;
}
main .credential-section .credential-card {
  background: #fff;
  border: 0.125rem solid;
  border-radius: 0.938rem;
  padding: 4rem 1.875rem;
  display: flex;
  flex-direction: row;
}
main .credential-section .credential-card .forget-pwd {
  color: #000;
}
main .credential-section .credential-card .forget-pwd .icon {
  color: #2265d5;
}
main .credential-section .credential-card .credential-button {
  background: #2265d5;
  color: #fff;
  padding: 0.688rem 1.063rem;
  outline: none;
}
main .credential-section .credential-card .credential-button:focus, main .credential-section .credential-card .credential-button:hover {
  outline: none;
}
main .credential-section .credential-card .credential-link {
  color: #2265d5;
}
main .credential-section .credential-card .otp-number-input {
  line-height: 5rem;
  font-size: 3.125rem;
  outline: none;
  width: 15%;
  transition: all 0.2s ease-in-out;
  margin-bottom: 2rem;
  background: #fff;
  border-radius: 0.188rem;
  caret-color: transparent;
}
main .credential-section .credential-card .otp-number-input::-moz-selection {
  background: transparent;
}
main .credential-section .credential-card .otp-number-input::selection {
  background: transparent;
}
main .credential-section .signup-card {
  padding: 2.813rem 1.875rem;
}
main .hero-section {
  background-image: url("../../images/web/herobg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-clip: content-box;
}
@media (min-width: 768px) {
  main .hero-section {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
main .hero-section .slider-bg {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-clip: content-box;
}
main .hero-section .slider-bg .hero-title-1 {
  font-size: 4.375rem;
  line-height: 5.125rem;
  font-weight: 700;
  margin: 0;
}
main .hero-section .slider-bg .hero-title-2 {
  font-weight: 400;
  font-size: 2.375rem;
  line-height: 2.813rem;
  margin: 0;
}
main .hero-section .slider-bg .hero-title-3 {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.75rem;
  color: #6EC828;
  margin: 0;
}
main .hero-section .slider-bg .hero-title-4 {
  font-weight: 700;
  font-size: 4.375rem;
  line-height: 5.125rem;
  color: #6EC828;
  margin: 0;
}
main .hero-section .slider-bg .hero-img {
  max-width: 33.5rem;
  max-height: 36.938rem;
  margin: 0 auto;
}
main .why-investment-section {
  position: relative;
  background: linear-gradient(360deg, #EFFFFD 13.49%, rgba(239, 255, 253, 0) 117.85%);
  padding: 5rem 0;
}
@media (max-width: 61.938rem) {
  main .why-investment-section {
    padding: 2.5rem 0;
  }
}
main .section-title {
  color: #2265d5;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
}
main .subtitle {
  color: #212529;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
}
main .investement-section {
  position: absolute;
  bottom: -1.875rem;
  background: #d9d9d9;
  border-radius: 2.5rem;
  padding: 0.688rem 0.625rem;
}
@media (max-width: 48rem) {
  main .investement-section {
    position: unset;
    bottom: unset;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  main .investement-section h4 {
    text-align: center;
  }
}
main .card-section {
  padding: 5rem 0;
}
@media (max-width: 48rem) {
  main .card-section {
    padding: 2.5rem 0;
  }
}
main .card-section .card {
  display: flex;
  border: none;
  align-items: center;
}
main .card-section .card .card-img {
  max-width: 11.875rem;
}
main .card-section .card .card-body {
  width: unset;
}
main .card-section .card .card-body button {
  width: -moz-max-content;
  width: max-content;
  border-radius: 0.313rem;
  background-color: #6EC828;
  color: #fff;
  border: 1px solid #6EC828;
}
@media (max-width: 48rem) {
  main .card-section .card {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  main .card-section .card .card-img-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  main .card-section .card .card-body-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  main .card-section .card .card-body-wrapper .card-body {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
main .about-us-section {
  width: 100%;
  background: #ebebeb;
  background-size: cover;
  background-repeat: no-repeat;
  background-clip: content-box;
}
main .spacing-x {
  padding: 5rem 0;
}
@media (max-width: 48rem) {
  main .spacing-x {
    padding: 2.5rem 0;
  }
}
main .need-help-section {
  width: 100%;
  background: rgba(205, 16, 11, 0.14);
  background-size: cover;
  background-repeat: no-repeat;
  background-clip: content-box;
}
main .need-help-section .container {
  padding: 2.188rem 0;
}
main .need-help-section .container .help-img {
  width: 25rem;
}
main .upcoming-news-ipo-section {
  padding: 5rem 0;
}
@media (max-width: 48rem) {
  main .upcoming-news-ipo-section {
    padding: 2.5rem 0;
  }
}
main .upcoming-news-ipo-section h5 {
  font-size: 1.5rem !important;
}
main .upcoming-news-ipo-section .ipo-wrapper {
  width: 100%;
  height: 100%;
  background-image: url("../assets/images/opening-ipo-high.png");
  background-size: contain;
  background-repeat: no-repeat;
  padding: 0.625rem;
  background-color: #fffced;
  padding: 1.125rem 1rem;
}
main .upcoming-news-ipo-section .ipo-wrapper .ipo-title {
  font-weight: 600;
}
main .upcoming-news-ipo-section .ipo-img {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
}
main .news-title {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.75rem;
  text-align: start;
  color: #2265d5;
  text-transform: uppercase;
}
main .new-report-wrapper {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  padding: 0.625rem;
  background-color: #fffced;
  padding: 1.125rem 1rem;
}
main .new-report-wrapper .card {
  border: none;
  background: transparent;
}
main .new-report-wrapper .card .newsreport-img {
  max-width: 13.125rem;
  max-height: 13.125rem;
}
main .client-section {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
main .client-section .client-content-wrapper {
  position: relative;
}
main .client-section .client-content-wrapper .swiper-slide {
  background: none !important;
  position: relative;
}
main .client-section .client-content-wrapper .client-card-wrapper {
  border-radius: 0.938rem;
  padding: 5rem 0 2.5rem 0;
  margin: 6.25rem 0;
  background: #fff;
}
main .client-section .client-content-wrapper .client-card-wrapper .card {
  padding: 0 3.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: unset;
}
main .client-section .client-content-wrapper .client-card-wrapper .card .client-img {
  position: absolute;
  top: 8%;
  margin: 0 auto;
  width: 7.938rem;
  height: 7.938rem;
  border-radius: 50%;
  border: 0.375rem solid #fff;
}
main .client-section .client-content-wrapper .img-slide-wrapper {
  position: absolute;
  right: -12%;
  top: 13%;
  z-index: 1;
}
@media (max-width: 47.938rem) {
  main .client-section .client-content-wrapper .img-slide-wrapper {
    display: none;
  }
}

.main-list-wrapper-app {
  min-height: 89vh !important;
  height: 89vh;
}

.financial-tool-section {
  padding: 5rem 0;
}
@media (max-width: 48rem) {
  .financial-tool-section {
    padding: 2.5rem 0;
  }
}
.financial-tool-section .financial-tool-card {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.625rem;
  border: 0;
  cursor: pointer;
}
.financial-tool-section .financial-tool-card .finance-tool-title {
  color: #000;
}
.financial-tool-section .financial-tool-card .finance-tool-title:hover {
  color: #2265d5;
}
.financial-tool-section .financial-tool-card:hover .finance-tool-title {
  color: #2265d5;
}

.overview-section {
  padding: 5rem 0;
}
@media (max-width: 48rem) {
  .overview-section {
    padding: 2.5rem 0;
  }
}

.contactuswrapper {
  padding: 5rem 0;
  background-image: url("../../images/web/contactus.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: padding-box;
}
@media (max-width: 48rem) {
  .contactuswrapper {
    padding: 2.5rem 0;
  }
}

.our-goals-section {
  background: #eafefd;
  padding: 5rem 0;
}
@media (max-width: 48rem) {
  .our-goals-section {
    padding: 2.5rem 0;
  }
}
.our-goals-section .goal-img {
  margin-right: 0.625rem;
}
.our-goals-section .card {
  background: transparent;
  border: none;
}
.our-goals-section .goal-title {
  font-weight: 600;
  color: #CE120D;
}

.responsibility-section {
  padding: 2.813rem 0;
  background: rgb(207, 230, 251);
  background-blend-mode: luminosity;
}
.responsibility-section .responsibility-title {
  text-transform: uppercase;
}
.responsibility-section figure {
  background-blend-mode: luminosity;
}
.responsibility-section figure img {
  background-blend-mode: luminosity;
}

.our-compliment-section {
  padding: 5rem 0;
}
.our-compliment-section .compliment-body {
  margin-top: 1.875rem;
}
.our-compliment-section .compliment-body .card {
  background: none;
  border: none;
}
.our-compliment-section .compliment-body .card .card-header {
  background: none;
  border: none;
  padding-bottom: 0;
}
.our-compliment-section .compliment-body .card .card-header .card-title {
  margin-bottom: 0;
  color: #2265d5;
}
@media (max-width: 48rem) {
  .our-compliment-section {
    padding: 2.5rem 0;
  }
}

.our-history-section {
  background: url("../../images/web/our-history1.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 1.25rem 0 1.25rem 0;
}
.our-history-section .font-title-1 {
  font-weight: 300;
  font-size: 6.188rem;
  line-height: 6.875rem;
  text-transform: uppercase;
  color: #26f2ff;
  margin: 0;
}
@media (max-width: 48rem) {
  .our-history-section .font-title-1 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
.our-history-section .font-title-2 {
  font-weight: 800;
  font-size: 4.563rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 48rem) {
  .our-history-section .font-title-2 {
    font-size: 2.188rem;
    line-height: 2.5rem;
  }
}
.our-history-section .font-title-3 {
  font-weight: 700;
  font-size: 5.688rem;
  line-height: 6.688rem;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 48rem) {
  .our-history-section .font-title-3 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
.our-history-section .history-card {
  background: transparent;
  border: none;
}
.our-history-section .history-card .card-header {
  background: transparent;
  border: none;
}
.our-history-section .history-title {
  color: #2265d5;
}

footer .footer-top {
  background-color: #bee5ff;
  padding: 2.5rem 0 1.25rem 0;
}
footer .footer-bottom {
  background-color: #2265d5;
  padding: 0.313rem 0;
}
footer .footer-bottom p {
  color: #fff;
  font-size: 0.75em;
}

footer .footer-top h5 {
  color: #2265d5;
}
footer .footer-top ul li a {
  color: #fff;
  font-weight: 500;
}
footer .footer-top ul li a :hover {
  color: #2265d5;
}
footer .footer-top a {
  color: #fff;
}
footer .footer-top a:hover {
  color: #2265d5;
}
footer .footer-logo figure {
  height: 50px;
  width: 100px;
}
footer .footer-logo figure img {
  width: 100%;
  height: auto;
}
footer .footer-top-links ul li a {
  font-size: 14px;
  font-weight: 400;
}
footer .footer-useful-links ul li a {
  font-size: 14px;
  font-weight: 400;
}

.web .accordion-tabs {
  display: none;
}
.web .accordion-tabs:focus {
  outline: none;
}

.web .accordion-item {
  border-bottom: 0.063rem solid #2265d5;
}
.web .accordion-item:last-child {
  border: none;
}

.web .accordion-item__label {
  margin: 0;
  padding: 1.25rem;
  cursor: pointer;
  transition: padding 0.2s ease;
  position: relative;
}
.web .accordion-item__label:after {
  content: "";
  height: 0.25rem;
  width: 0.25rem;
  position: absolute;
  top: -0.25rem;
  right: 1.25rem;
  bottom: 0;
  margin: auto;
  border: 0.188rem solid transparent;
  border-radius: 0.25rem;
  transform: rotate(45deg);
  border-color: transparent #447fff #447fff transparent;
  opacity: 1;
  transition: opacity 0.1s ease;
}

.web .accordion-item__container {
  padding: 0 1.25em;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: padding 0.2s ease, opacity 0.5s 0.15s ease;
}
.web .accordion-item__container p:first-child,
.web .accordion-item__container h1:first-child,
.web .accordion-item__container h2:first-child,
.web .accordion-item__container h3:first-child,
.web .accordion-item__container h4:first-child,
.web .accordion-item__container h5:first-child,
.web .accordion-item__container h6:first-child {
  margin-top: 0;
}
.web .accordion-item__container p:last-child,
.web .accordion-item__container h1:last-child,
.web .accordion-item__container h2:last-child,
.web .accordion-item__container h3:last-child,
.web .accordion-item__container h4:last-child,
.web .accordion-item__container h5:last-child,
.web .accordion-item__container h6:last-child {
  margin-bottom: 0;
}

.web .accordion-active .accordion-item__label {
  padding-bottom: 0;
  cursor: inherit;
}
.web .accordion-active .accordion-item__label:hover {
  background: none;
}
.web .accordion-active .accordion-item__label:after {
  opacity: 0;
}
.web .accordion-active .accordion-item__container {
  padding: 1.25em;
  height: auto;
  opacity: 1;
}

.web .accordion-tab.btn:focus {
  box-shadow: none !important;
}

@media (min-width: 600px) {
  .web .accordion {
    display: flex;
    border-radius: 0.75rem;
    padding: 1.563rem 1rem;
  }
  .web .accordion .accordion-tabs {
    display: flex;
    background: transparent;
    flex-direction: column;
    width: 12rem !important;
    max-width: 12rem !important;
    height: 31.25rem;
    background: transparent;
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.2);
  }
  .web .accordion .accordion-content {
    width: 100%;
  }
  .web .accordion .accordion-tabs .accordion-tab {
    font: inherit;
    border: none;
    cursor: pointer;
    transition: background 0.1s ease;
    text-align: start;
    background: transparent;
  }
  .web .accordion .accordion-tabs .accordion-tab:last-child {
    border-right: 0;
  }
  .web .accordion .accordion-item {
    padding: 2.4rem;
    display: none;
    border: none;
    min-height: 16.25rem;
  }
  .web .accordion .accordion-item.accordion-active {
    display: block;
  }
  .web .accordion .accordion-item.accordion-active .accordion-item__container {
    padding: 0;
  }
  .web .accordion .accordion-item__label,
  .web .accordion .accordion-item__container {
    padding: 0;
    transition: inherit;
  }
  .web .accordion .accordion-item__label {
    margin-bottom: 1.5rem;
  }
}
.web .accordion-tabs .accordion-tab {
  display: block;
  position: relative;
  padding-bottom: 0.438rem;
  cursor: pointer;
  padding: 10px 10px;
  font-weight: 700;
}
.web .accordion-tabs .accordion-tab:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0.125rem;
  width: 0;
  transition: width 0s ease, background 0.5s ease;
}
.web .accordion-tabs .accordion-tab:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 0.125rem;
  width: 0;
  background: #6EC828;
  transition: width 0.5s ease;
}
.web .accordion-tabs .accordion-tab:hover, .web .accordion-tabs .accordion-tab.accordion-active {
  background: #bee5ff;
  color: #000;
}
.web .accordion-tabs .accordion-tab:hover:before, .web .accordion-tabs .accordion-tab.accordion-active:before {
  width: 100%;
  background: #6EC828;
  transition: width 0.5s ease;
}
.web .accordion-tabs .accordion-tab:hover:after, .web .accordion-tabs .accordion-tab.accordion-active:after {
  width: 100%;
  background: transparent;
  transition: all 0s ease;
}
@media (max-width: 768px) {
  .web .accordion-tabs .accordion-tab {
    flex-wrap: wrap;
  }
}

.dashboard-container {
  padding: 20px;
}
.dashboard-container .stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}
.dashboard-container .stats .card {
  background-color: #fefefe;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
}
.dashboard-container .stats .card h3 {
  margin: 0 0 10px;
  color: #2265d5;
}
.dashboard-container .stats .card p {
  font-size: 1.5rem;
  font-weight: bold;
}
.dashboard-container .charts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin-top: 30px;
}
.dashboard-container .charts .chart {
  height: 200px;
  background-color: #fefefe;
  border-radius: 10px;
}
.dashboard-container .table-section {
  margin-top: 30px;
}
.dashboard-container .table-section h3 {
  margin-bottom: 10px;
  color: #2265d5;
}
.dashboard-container .table-section table {
  width: 100%;
  border-collapse: collapse;
}
.dashboard-container .table-section table th,
.dashboard-container .table-section table td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}
.dashboard-container .table-section table th {
  background-color: #fefefe;
  color: #6EC828;
}
.dashboard-container .table-section table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}/*# sourceMappingURL=style.css.map */