@font-face {
  font-family: 'PNBold';
  src: url('../fonts/Proxima Nova Bold.otf');
}

@font-face {
  font-family: 'PNSemiBold';
  src: url('../fonts/Proxima Nova Semibold.otf');
}

@font-face {
  font-family: 'PNRegular';
  src: url('../fonts/Proxima Nova Regular.otf');
}

@font-face {
  font-family: 'PNLight';
  src: url('../fonts/Proxima Nova Light.otf');
}

@font-face {
  font-family: 'PNThin';
  src: url('../fonts/Proxima Nova Thin.otf');
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
  body {
    font-size: 14px;
  }
}

@media screen and (min-width: 1401px) and (max-width: 1600px) {
  body {
    font-size: 16px;
  }
}

@media screen and (min-width: 1601px) {
  body {
    font-size: 18px;
  }
}

body {
  background: #F1F5FF !important;
}

.letter-spacing {
  letter-spacing: 4px;
}

.float-right {
  float: right;
}

label {
  color: #333333;
  font-size: 0.9375rem;
  line-height: 18px;
  font-weight: 600;
  font-family: 'PNSemiBold'

}

form input {
  height: 40px;
  background: #F1F5FF;
}

* {
  font-family: 'PNRegular';
}

/* color:list  */

.p-30 {
  padding: 30px;
}

.d-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.card_body {
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}


.searchInput {
  width: 50%;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: flex-end;
  margin: 20px 0px;
  padding: 0px 4px;
}

.searchInput input {
  border: 1px solid #e5e5e5;
  border-radius: 50px;
  margin-left: 8px;
  height: 34px;
  width: 100%;
  padding: 0px 25px 0px 10px;
  transition: all .6s ease;
}

.form-switch .form-check-input {
  width: 78px !important;
  height: 34px !important;
  margin-left: 0px !important;
}

.searchInput label {
  color: #767676;
  font-weight: normal;
}

.searchInput input:placeholder-shown {
  width: 13%;
}

.searchInput:hover input:placeholder-shown {
  width: 100%;
  cursor: pointer;
}

.searchInput:after {

  color: #d4d4d4;
  position: relative;
  content: "\f002";
  right: 25px;
}

.dim_button {
  color: #FFFFFF;
  text-decoration: none;
  text-align: center;
  background: #999999;
  cursor: pointer;
  font-size: 0.7222em;
  line-height: 16px;
  font-family: 'PNSemiBold';
  border: 0;
  border-radius: 20px;
  padding: 8px 15px;
  /* height: 40px !important; */
}

.dim_button:hover {
  color: #FFFFFF;
  background: #999999 !important;
}

.submit_button {
  display: inline-block;
  color: #FFFFFF;
  text-decoration: none;
  text-align: center;
  background: #999999 !important;
  position: relative;
  cursor: pointer;
  font-size: 0.79rem;
  height: 35px;

}

.submit_button:hover {
  background: #999999;
  color: white;
}


.color_button {
  color: #FFFFFF;
  text-decoration: none;
  text-align: center;
  background: #43A2FF;
  cursor: pointer;
  font-size: 0.79rem;
  line-height: 18px;
  font-family: 'PNSemiBold';
  border-radius: 20px;
  outline: none;
  padding: 8px 20px;
}

.color_button:hover {
  color: #FFFFFF;
  text-decoration: none;
  text-align: center;
  background: #43A2FF;
  cursor: pointer;
  font-size: 0.79rem;
  line-height: 18px;
  font-family: 'PNSemiBold';
  border-radius: 20px;
  height: 40px;
  outline: none;
  padding: 8px 20px;
}

h1 {
  font-size: 1.5rem;
  line-height: 29px;
  letter-spacing: 0.05rem;
}

.btn-disabled {
  pointer-events: none;
}


/* .btn:hover{
  text-decoration:none !important;
  cursor:pointer !important;
  color:#212529;
  border:1px solid #AABDD7;
} */
.createSegment a {
  float: right;
  margin-bottom: 20px;
  border: 1px solid #999999;
  color: white;
  font-size: 0.79rem;
}

.createSegment a:hover,
.createSegment a:focus {
  background-color: #999999;
  color: white;
}

.add_flex {
  display: flex;
  justify-content: flex-end;
  padding-right: 0px;
}

.main-datatable .dataTable.no-footer {
  border-bottom: 1px solid #eee;
}


.main-datatable .cust-datatable>tbody td,
.table.table-bordered>tbody td {
  font-size: 0.79rem;
  font-weight: 400;
  /* text-align: center; */
  vertical-align: middle;
  padding: 10px !important;
  color: #111111;
  line-height: 19px;
  height: 19px;

}


.kyc-table>tbody tr {
  border-top: none;
  background-color: white;
  border-bottom: 1px solid rgba(23, 57, 89, 0.25);

}

.kyc-table>tbody td {
  background-color: white;

}

.main-datatable .cust-datatable>tbody tr {

  /* line-height: 10px; */
  border-top: none;
  /* background-color: white; */

}

.btn-group a {
  padding: 0 5px;
}

.main-datatable .actionCust a {
  display: inline-block;
  color: #8a8a8a;
  font-size: 0.75rem;
  border: 1px solid #d4d4d4;
  padding: 10px 11px;
  margin: -9px 3px;
  border-radius: 50%;
  cursor: pointer;
}

.main-datatable .actionCust a i {
  color: #8e8e8e;
  margin: 2px;
}

.snapshot {
  text-align: center;
  margin: auto;
  /* width: 50%; */
}

.wrap {
  /* height: 80px; */
}


/* datatables paginate button css */


.main-datatable .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: white !important;
  background: #43A2FF !important;
  border-color: #d4d4d4 !important;
  border-radius: 20px;
  margin: 5px 3px;
  border: 0;
  box-shadow: none;
  font-size: 0.722em;
  line-height: 16px;
  padding: 5px 15px;
  cursor: pointer;
}

.main-datatable .dataTables_wrapper .dataTables_filter {
  float: left;
  margin-bottom: 23px;
}

.main-datatable .dataTables_wrapper .dataTables_filter input {
  background: #F1F5FF;
  border: 1px solid #AABDD7;
  font-size: 0.79rem;
  color: #012970;
  border: 1px solid rgba(1, 41, 112, 0.2);
  border-radius: 25px;
  transition: 0.3s;
  width: 300px;
  padding: 5px;

}

.sip_tab_text_size {
  font-size: 14px;

}

.margin-top-bottom {
  margin: 3px 5px !important;
}

.main-datatable .dataTables_wrapper .dataTables_filter input:focus {
  outline: none;
}

.main-datatable .dataTables_wrapper .dataTables_info {
  /* padding-top: 12px !important; */
  font-size: 13px !important;
  line-height: 16px !important;
}

.main-datatable .dataTables_wrapper .dataTables_length {
  display: none !important;
}

.main-datatable .dataTables_wrapper .dataTables_length label {
  font-size: 0.79rem;
}

.main-datatable .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  box-shadow: none;
  border: 0;
  cursor: pointer !important;
}

.main-datatable .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.main-datatable .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #fff !important;
  border: 0;
  border-color: transparent !important;
  background: #007bff !important;
}

.main-datatable .dataTables_paginate {
  /* padding-top: 0 !important; */
  /* margin-top: 15px; */
  /* float: left !important; */
  color: white !important;
  /* line-height: 100px; */
  /* margin-left: 240px; */
  /* text-align: center; */
}

.main-datatable .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
  color: #FFF !important;
}

.main-datatable .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  color: white !important;
  font-size: 0.722em;
  border: 0 !important;
  height: auto;
  line-height: 16px;
  font-family: 'PNSemiBold';
  padding: 5px 15px;
}

.main-datatable .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: white !important;
}


.main-datatable .cust-datatable>tbody td {
  font-size: 0.79rem;
  font-family: 'PNRegular';
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  padding: 0px;
}

.main-datatable .cust-datatable>tbody tr {
  border-top: none;
  /* background-color: white; */

}

/* .main-datatable .dataTable.no-footer {
  border-bottom: 1px solid #eee;
} */

/* thead {
  pointer-events: none;
} */




.main-datatable .cust-datatable>thead>tr>th {
  border-bottom-width: 0;
  color: #443f3f;
  font-weight: 500;
  vertical-align: middle;
  padding: 10px !important;
  /* padding-left: 18px; */
  font-family: 'PNSemiBold';
  border-left: 1px solid rgba(23, 57, 89, 0.25);
  /* text-align: center; */
}


.main-datatable .cust-datatable>tbody>tr>td {
  border-bottom-width: 0;
  border: 1px solid rgba(23, 57, 89, 0.25);
  font-family: 'PNRegular';
  text-align: center;
  vertical-align: middle;
}

/* end datatables css */

.mode_on {
  padding: 4px 10px;
  border-radius: 1rem;
  /* line-height: 13px; */
  color: #fff;
  font-weight: 400;
  background-color: #33B469;
}

.mode_off {
  padding: 4px 10px;
  border-radius: 1rem;
  line-height: 13px;
  color: #fff;
  font-weight: 400;
  background-color: #F45757;
}

.mode_process {
  background-color: #ff8000;
}

.mode_done {
  background-color: #03a9f3;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "PNSemiBold";
}

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/


#main {
  padding: 20px;
  position: relative;
  /* height: calc(130VH - 100px) !important; */
}

.pagetitle {
  margin-bottom: 5px;
}

.pagetitle h1 {
  font-size: 1.5rem;
  margin-bottom: 0;
  color: #333333;
  font-family: 'PNSemiBold';
}

/*--------------------------------------------------------------
# Override some default Bootstrap stylings
--------------------------------------------------------------*/
/* Dropdown menus */
.dropdown-menu {
  border-radius: 4px;
  padding: 10px 0;
  -webkit-animation-name: dropdown-animate;
  animation-name: dropdown-animate;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  border: 0;
  box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}




@media (min-width: 768px) {
  .dropdown-menu-arrow::before {
    content: "";
    width: 13px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: -7px;
    right: 20px;
    transform: rotate(45deg);
    border-top: 1px solid #eaedf1;
    border-left: 1px solid #eaedf1;
  }
}




/* Card */
.logincard {
  border: none;
  border-radius: 11px;
  display: block;
  background: rgba(31, 41, 57, 0.9);
  padding: 30px 40px;
  box-shadow: 0px 0px 10px 5px rgb(12 18 26 / 30%);
}

.displaynone {
  display: none !important;
}

.logincard label {
  color: #FFFFFF;
  font-family: 'PNSemiBold';
}

.card {
  border: none;
  border-radius: 5px;
  background-color: #F1F5FF !important;
  display: block;

}

.card-header {
  background: #DFE7F5;
  padding: 10px;
  border-radius: 0px;
  color: #012970;
  font-size: 0.79rem;

}

.card-footer {
  border-color: #ebeef4;
  background-color: #fff;
  color: #798eb3;
  padding: 15px;
}

.card-title {
  padding: 20px 0 15px 0;
  font-size: 18px;
  font-weight: 500;
  color: #012970;
}

.card-title span {
  color: #899bbd;
  font-size: 0.79rem;
  font-weight: 400;
}

.card_body {
  padding: 10px;
  background-color: transparent;
}

.c-dashboardInfo .wrap {
  /* height: 200px; */
  background: #EEF5FF;
  border-radius: 7px;
  -webkit-box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.36);
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.36);

  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}

.siptab_wrap {
  border-radius: 7px;
  -webkit-box-shadow: 0px 2px 4px -1px rgb(0 0 0 / 36%);
  -moz-box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.36);
  justify-content: space-between;
  padding: 15px;
  height: 8.5em;
  background: #EEF5FF;
  margin-right: 15px;
  text-align: center;
}

.c-dashboardInfo__title,
.c-dashboardInfo__subInfo {
  color: #6c6c6c;
  font-size: 1.18rem;
}


.c-dashboardInfo span {
  display: block;
}

.c-dashboardInfo__count {
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 64px;
  color: #323c43;
}

.MuiSvgIcon-root-19 {
  fill: currentColor;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  font-size: 1.5rem;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  user-select: none;
  flex-shrink: 0;
}

.wrapAmount {
  font-family: 'PNBold';
  font-size: 1.25rem;
  line-height: 25px;
  letter-spacing: 0.05rem;
  color: black;
}

.wrapAmount :hover {
  color: black;
}

.wrapFirsttext {
  font-size: 0.88rem;
  line-height: 18px;
  /* letter-spacing: 0.05rem; */
  color: #666666;
  font-family: 'PNRegular';
}

.wrapSecondtext {
  margin-top: 4px;
  font-size: 0.79rem;
  line-height: 16px;
  /* letter-spacing: 0.02rem; */
  color: #333333;
  font-family: 'PNRegular';
}

.box {
  width: 100%;
  border-top: none !important;
  margin-bottom: 0px !important;
  box-shadow: unset;
}

.box .chart {
  position: relative;
  width: 50px;
  height: 100%;
  text-align: center;
  font-size: 40px;

  height: 50px;
  background-color: #EEF5FF;
  justify-content: center;
  font-weight: 600;
  font-size: 0.79rem;
  line-height: 16px;
  /* identical to box height */

  display: flex;
  align-items: center;
  text-align: center;
  color: #333333;
}

.stats_card {

  padding: 5px;
  background-color: transparent;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  height: 120px;
  width: 320px;
  left: 0px;
  top: 0px;
}

.card-img-overlay {
  background-color: rgba(255, 255, 255, 0.6);
}

/* Alerts */
.alert-heading {
  font-weight: 500;
  font-size: 1.25rem;
}

/* Close Button */
.btn-close {
  /* background-color: red !important; */
  /* background: none !important; */
  color: red;
  opacity: 21.5;
  /* background-size: 25%; */
}

.btn-close:focus {
  outline: 0;
  box-shadow: none;
}

/* Breadcrumbs */
.breadcrumb {
  font-size: 0.79rem;
  color: #666666;
  font-weight: 600;
}

.item-arrow {
  margin-left: 4px;
  margin-right: 2px;
  font-size: 0.79rem;
}

.next-arrow {
  height: 18px;
}

.breadcrumb a {
  color: #666666;
  transition: 0.3s;
  text-decoration-line: underline;
}

.breadcrumb a:hover {
  color: #666666;
}


.breadcrumb .breadcrumb-item::before {
  color: #666666;
  text-decoration-line: underline;
}

.breadcrumb .active {
  color: #666666;
  font-weight: 600;
}

/* Bordered Tabs */
.nav-tabs-bordered {
  border-bottom: 2px solid #ebeef4;
}

.nav-tabs-bordered .nav-link {
  margin-bottom: -2px;
  border: none;
  color: #2c384e;
}

.nav-tabs-bordered .nav-link:hover,
.nav-tabs-bordered .nav-link:focus {
  color: #4154f1;
}

.nav-tabs-bordered .nav-link.active {
  background-color: #012970;
  color: #4154f1;
  border-bottom: 2px solid #4154f1;
}

.nav-link {
  text-align: center;
  color: #012970;
}

.select2 .select2-container .select2-container--default {
  width: 100%;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  /* Set the background color you prefer */
  z-index: 999;
  /* Adjust the z-index as needed */
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  /* Optional box shadow */
}

.logo {
  line-height: 3;
}

@media (min-width: 1200px) {
  .logo {
    width: 100px;
  }
}

.logo img {
  max-height: 50px;
  margin-right: 6px;
  margin-top: 0px;
  padding: 3px;
}

.logo span {
  font-size: 26px;
  font-weight: 700;
  color: #012970;
}

.card-header-sm-6 div {
  margin: 0px;
  color: green;
  font-size: large;
}

.header {
  transition: all 0.5s;
  z-index: 997;
  height: 65px;
  box-shadow: 10px 2px 20px rgba(1, 41, 112, 0.1);
  background: #F1F5FF;
  padding: 0 20px;
  /* Toggle Sidebar Button */
  /* Search Bar */
}

#header {
  width: 100%;
}

.header .toggle-sidebar-btn {
  font-size: 32px;
  cursor: pointer;
  color: #333333;
}

.header .search-bar {
  width: 60%;
  font-family: 'PNRegular';
  /* padding: 0 15px; */
}



.header .search-form {
  width: 100%;
  margin: 0;
  margin-left: 30px;
  border-radius: 100px;
  font-family: 'PNRegular';
}

.header .search-form input {
  background: #F1F5FF;
  border: 1px solid #AABDD7;
  font-size: 0.79rem;
  color: #012970;
  border: 1px solid rgba(1, 41, 112, 0.2);
  padding: 7px 38px 7px 20px;
  border-radius: 25px;
  transition: 0.3s;
  width: 100%;
}

.header .search-form input:focus,
.header .search-form input:hover {
  outline: none;
  box-shadow: 0 0 10px 0 rgba(1, 41, 112, 0.15);
  border: 1px solid rgba(1, 41, 112, 0.3);
}

.header .search-form button {
  border: 1px solid #AABDD7;
  background: none;
  /* padding: 0.3125rem 0.563rem !important; */
  padding: 6px 10px !important;
  position: absolute;
  right: 0;
  border-radius: 50%;
}

.header .search-form button i {
  color: #012970;
}

.search-form button {
  border: 1px solid #AABDD7;
  background: none;
  padding: 0.3125rem 0.563rem !important;
  position: absolute;
  right: 0;
  border-radius: 50%;
}

/*--------------------------------------------------------------
# Header Nav
--------------------------------------------------------------*/
.header-nav ul {
  list-style: none;
}

.header-nav>ul {
  margin: 0;
  padding: 0px;
}

.header-nav .nav-icon {
  font-size: 22px;
  color: #012970;
  margin-right: 25px;
  position: relative;
  padding-top: 10px;
}

.header-nav .nav-profile {
  color: #012970;
}

.header-nav .nav-profile img {
  border-radius: 50% !important;
  background: #DFE7F5;
  max-height: 40px;
}

.header-nav .nav-profile span {
  font-size: 0.79rem;
  font-weight: 600;
}

.header-nav .badge-number {
  position: absolute;
  inset: -2px -5px auto auto;
  font-weight: normal;
  font-size: 0.75rem;
  padding: 3px 6px;
  margin-top: 10px;
}

.header-nav .notifications {
  inset: 8px -15px auto auto !important;
}

.header-nav .notifications .notification-item {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  transition: 0.3s;
}

.header-nav .notifications .notification-item i {
  margin: 0 20px 0 10px;
  font-size: 1.5rem;
  font-family: 'PNRegular', sans-serif;
}

.header-nav .notifications .notification-item h4 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 5px;
  font-family: 'PNRegular', sans-serif;
}

.header-nav .notifications .notification-item p {
  font-size: 0.79rem;
  margin-bottom: 3px;
  color: #919191;
  font-family: 'PNRegular', sans-serif;
}

.header-nav .notifications .notification-item:hover {
  background-color: #f6f9ff;
}

.header-nav .messages {
  inset: 8px -15px auto auto !important;
}

.header-nav .messages .message-item {
  padding: 15px 10px;
  transition: 0.3s;
}

.header-nav .messages .message-item a {
  display: flex;
}

.header-nav .messages .message-item img {
  margin: 0 20px 0 10px;
  max-height: 40px;
}

.header-nav .messages .message-item h4 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 5px;
  color: #444444;
  font-family: 'PNRegular', sans-serif;
}

.header-nav .messages .message-item p {
  font-size: 0.79rem;
  margin-bottom: 3px;
  color: #919191;
}

.header-nav .messages .message-item:hover {
  background-color: #f6f9ff;
}

.header-nav .profile {
  min-width: 240px;
  padding-bottom: 0;
  top: 8px !important;
}

.header-nav .profile .dropdown-header h6 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
  color: #444444;
  font-family: 'PNRegular', sans-serif;
}

.header-nav .profile .dropdown-header span {
  font-size: 0.79rem;
}

.header-nav .profile .dropdown-item {
  font-size: 0.79rem;
  padding: 10px 15px;
  transition: 0.3s;
}

.header-nav .profile .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

.header-nav .profile .dropdown-item:hover {
  background-color: #f6f9ff;
}

.bi-person {
  font-size: 40px;
  border-radius: 10px 10px 10px 10px;

}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
  z-index: 996;
  transition: all 0.3s;
  padding: 20px 15px;
  overflow-y: auto;
  color: #061D33;
  scrollbar-width: thin;
  scrollbar-color: #aab7cf transparent;
  box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
  background-color: #0C121A;
  width: 215px !important;
}

.rightpane {
  width: calc(100% - 215px);
  margin-left: 215px;
}

.primary {
  color: #061D33;
}

.warning {
  color: #FF871C !important;
  font-weight: 600;
}

.success {
  color: #33B469 !important;
  font-weight: 600;
}

.error {
  color: #F45757 !important;
  font-weight: 600;
}

.color {
  color: #061D33;
}

.background {
  background: #DFE7F5;
}

.btn-primary {
  border: none;
  outline: none;
  width: 100%;
  /* height: 40px; */
  outline: none;
  background-color: #43A2FF !important;
}

.btn-primary:hover {
  background-color: #43A2FF !important;
}

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

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

.txtleft {
  text-align: left;
}

.formatted-number::before {
  content: '\00a0';
}


.formatted-number::after {
  content: '\00a0';
}

.txtright {
  text-align: right;
}

.text-danger {
  color: red;
  font-size: 0.8em;
  line-height: 1em;
  display: block;
  height: 2.2em;
  padding: 5px 0;
  text-align: right;
}

.border-color-green {
  border: 1px solid #33B469 !important;
}

.text-success {
  color: #33B469;
}

.txtcenter {
  text-align: center !important;
}

.txt_underline {
  text-decoration: underline;
  color: black;

}

.amc_logo {
  height: 15px;
  margin-right: 10px;
  width: auto;
}


.sidebar::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #fff;
}

.sidebar::-webkit-scrollbar-thumb {
  background-color: #aab7cf;
}

@media (max-width: 1199px) {
  .toggle-sidebar .sidebar {
    left: 0;
  }

  .toggle-sidebar .rightpane {
    width: 100%;
    margin-left: 0;
  }
}

@media (min-width: 1200px) {

  .toggle-sidebar #main,
  #header .toggle-sidebar #footer {
    margin-left: 0px;
  }

  .toggle-sidebar .sidebar {
    left: -300px;
  }

  .toggle-sidebar .rightpane {
    width: 100%;
    margin-left: 0;
  }
}

.loader {
  border-right: 1px solid rgba(23, 57, 89, 0.25);
  text-align: center;
  margin-top: 20px;
  margin-left: 245px;
  border-radius: 29px;
}

.sidebar-nav {
  padding: 0;
  margin-top: 20px;
  list-style: none;
}

.sidebar-nav li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav .nav-item {
  margin-bottom: 10px;
}

.sidebar-nav .nav-heading {
  font-size: 11px;
  font-family: 'PNRegular', sans-serif;
  text-transform: uppercase;
  color: #899bbd;
  margin: 10px 0 5px 15px;
}

.sidebar-nav .nav-link {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  color: white;
  font-family: 'PNRegular', sans-serif;
  transition: 0.3;
  padding-bottom: 10px;
  border-radius: 4px;
}

.underline {
  text-decoration-line: underline !important;
}

.cursornone {
  cursor: default;
}

.sidebar-nav .nav-link i {
  margin-right: 5px;
  color: white;
  font-family: 'PNRegular', sans-serif;
}

.sidebar-nav .nav-link.collapsed {
  color: white;
}

.sidebar-nav .nav-link.collapsed i {
  color: white;
}

.sidebar-nav .nav-link:hover {
  color: white;
}

.sidebar-nav .nav-link:hover i {
  color: white;
}

.sidebar-nav .nav-link .bi-chevron-down {
  margin-right: 0;
  transition: transform 0.2s ease-in-out;
}

.sidebar-nav .nav-link:not(.collapsed) .bi-chevron-down {
  transform: rotate(180deg);
}

.sidebar-nav .nav-content {
  padding: 1px 0 0 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav .nav-content a {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  color: #FFFFFF;
  transition: 0.3;
  padding: 5px 10px 5px 20px;
  transition: 0.3s;
}

.sidebar-nav .nav-content a i {
  font-size: 6px;
  margin-right: 8px;
  line-height: 0;
  border-radius: 50%;
}

.sidebar-nav .nav-content a:hover,
.sidebar-nav .nav-content a.active {
  color: #43A2FF !important;
}

/* table css */

.section .dashboard {
  background: transparent;
}

/* .table .table-heading{
  margin: 0px;
  padding: 0px;
  background: #DFE7F5 !important;
  pointer-events: none !important;
border: 1px solid rgba(23, 57, 89, 0.25) !important;
} */

.table-width {
  pointer-events: none;
}

.table .table-heading tr {
  margin: 0px;
  padding: 0px;
  background: #DFE7F5 !important;
  border: 1px solid rgba(23, 57, 89, 0.25) !important;
}

.table .table-width tr th {
  min-width: 250px;
}




table.dataTable thead th .sorting {
  padding: 0px !important;
  margin: 0px !important;
  width: 10px !important;
}

table.dataTable {
  border-collapse: collapse !important;
}

/* table.dataTable tbody tr {
  background: #F1F5FF !important;
  line-height: 35px;
} */

.tddisabled {
  background-color: #dcdcdc !important;
  cursor: not-allowed;
}

.actionbtn {
  height: 30px;
  margin-top: 30px;
}

.actionbtn img {
  height: 35px;
}

.plusbtn {
  cursor: pointer;
  margin: 0px;
  padding: 0px;
  width: 24%;
}

.crossbtn {
  margin: 0px;
  padding: 0px;
  width: 24%;
}

.disabled-btn {
  background: #999999 !important;
  pointer-events: none;
  height: 40px;
  width: 150px;
  color: white;
  border: none;
  cursor: pointer;
}

button:disabled {
  background: #999999 !important;
  pointer-events: none;
}

.enabled-btn {
  background: #43A2FF !important;
  height: auto;
  width: auto;
  border: none;
  color: white;
  border-radius: 20px;
  font-size: 1rem;
  font-family: 'PNSemiBold';
  padding: 8px 45px;
}

/* background: #dddddd; */

/* 
input[type=text]:disabled {
  background: #dddddd;
} */

.btn-secondary {
  border: none;
  outline: none;
  width: 150px;
  background: #999999;
  outline: none;
}

.btn-secondary:hover {
  background: #999999;
  outline: none;
}

.btn-success {
  background: #33B469;
}

.kyc-th th {
  width: 10px;
  margin: 0px;
  padding: 0px;

}

.kycdatawith tr td>* {
  width: 50%;
}


.profile .profile-card .social-links a {
  font-size: 1.25rem;
  display: inline-block;
  color: rgba(1, 41, 112, 0.5);
  line-height: 0;
  margin-right: 10px;
  transition: 0.3s;
}

.profile .profile-card .social-links a:hover {
  color: #012970;
}

.profile .profile-overview .row {
  margin-bottom: 20px;
  font-size: 15px;
}

.profile .profile-overview .card-title {
  color: #012970;
}

.profile .profile-overview .label {
  font-weight: 600;
  color: rgba(1, 41, 112, 0.6);
}

.profile .profile-edit label {
  font-weight: 600;
  color: rgba(1, 41, 112, 0.6);
}

.profile .profile-edit img {
  max-width: 120px;
}

.modal-body>img {
  width: 100% !important;
}

.modal-header {

  background: #DFE7F5;
}

/*--------------------------------------------------------------
# F.A.Q Page
--------------------------------------------------------------*/
.faq .basic h6 {
  font-size: 18px;
  font-weight: 600;
  color: #4154f1;
}

.faq .basic p {
  color: #6980aa;
}

/* kyc css  */

.seachingItem {
  display: flex;
  margin-right: 0;
  margin-left: 0px;
  /* justify-content:space-between; */
  margin-bottom: 20px;
  font-family: 'PNRegular', sans-serif;
}

.roundButton {
  background-color: #999999;
  color: #fff;
  border-radius: 20px;
  border: 0px;
  Width: 120px;
  Height: 32px;
  line-height: 12px;
  padding: 0;
  margin-top: 0;
}

.resetbtn {
    border-radius: 20px;
    font-size: 0.7222em !important;
    height: auto;
    line-height: 16px;
    padding: 0;
    margin: 0;
    border: 0 !important;
    color: white;
    background: #999999;
    font-family: 'PNSemiBold';
    width: auto;
    padding: 10px 35px;
}

.resetButton {
  align-self: center;
}

.tableborder {
  padding: 0px !important;
  margin: 0px !important;
  border: 0px !important;
  border-right: 1px solid rgba(23, 57, 89, 0.25) !important;
  text-align: center;
  justify-content: space-between;
}

tr {
  font-size: 0.79rem;
  color: #333333 !important;
  /* background-color: #F1F5FF !important; */

}

.date-inner-addon i {
  line-height: 12px;
  position: absolute;
  right: 0px;
  top: 0px;
  border: 1px solid #AABDD7;
  background-color: #F1F5FF;
  height: 40px;
  ;
  width: 34px;

}

.date-inner-addon {
  position: relative;
}

.single-chart {
  width: 60%;
  justify-content: space-around;
}

.circular-chart {
  display: block;
  margin: 10px auto;
  max-width: 100%;
  max-height: 250px;
}

.circle-bg {
  fill: none;
  stroke: #eee;
  stroke-width: 3.8;
}

.circle {
  fill: none;
  stroke-width: 2.8;
  stroke-linecap: round;
  animation: progress 1s ease-out forwards;
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

.circular-chart.orange .circle {
  stroke: #ff9f00;
}

.circular-chart.green .circle {
  stroke: #4CC790;
}

.circular-chart.blue .circle {
  stroke: #3c9ee5;
}

.percentage {
  fill: #666;
  font-family: sans-serif;
  font-size: 0.5em;
  text-anchor: middle;
}

.dropdown-margin {
  margin-right: 2rem;
}

.dropdown-margin-advance {
  margin-right: 4rem;

}


.roundedSelect {
  border-radius: 20px;
  padding: 9px 0;
  padding-left: 35px;
  padding-right: 35px;
  background-color: #F1F5FF;
  border: 1px solid #AABDD7;
  font-size: 0.7222em;
  line-height: 16px;
  height: auto;
  color: black;
  outline: none;
  font-family: 'PNRegular';
}

.mfroundedSelect {
  border-radius: 20px;
  padding-left: 35px;
  padding-right: 35px;
  background-color: #999999;
  border: 1px solid #AABDD7;
  font-size: 0.79rem;
  padding: 8px 12px;
  color: #FFFFFF;
  font-family: 'PNRegular';
}

.seachingItem .search-form .btnsearch {
  border: 1px solid #AABDD7;
  border-radius: 50%;
  background: none;
  position: absolute;
  margin-right: 12px;
  height: 35px;
  margin-top: -35px;
  margin-bottom: 2px;
  padding: 0.3125rem 0.563rem !important;
}

.seachingItem .search-form .btndwnarrow {
  border: none;
  background: none;
  position: absolute;
  top: 0;
  right: 0;
  border: none !important;
  padding: 0.3125rem 0.625rem !important;
}

.seachingItem .search-form .btndwnarrow img {
  width: 12px;
  height: 12px;
}

.fa-search-icon {
  border: 1px solid gray;
  border-radius: 50%;
  border-right: 0;
  height: 100%;
  padding: 10px;
  color: gray;
  font-size: 15px;

}

.sipstatus {
  /* padding: 0px; */
  /* margin-left: 7px; */
  border-radius: 20px;
  text-align: center;
  color: white;

}

.sipstatus-terminated {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background-color: #F45757;
  color: white;
}

.sipactive-circle {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background-color: #FF871C;
  color: white;
}

.sipactive {
  color: #FF871C;
  font-size: 0.89rem;
}

.sipstatus-text {
  margin-top: 7px;
  text-align: center;
}

.backgroun-green {
  background: #33B469;
}

.background-red {
  background: #F45757;
}

.kyc-detail-heading {
  font-weight: 700;
  font-size: 18px;
  color: #333333;
  padding: 0px 1px;

}

.kyc_verified {
  color: #33B469;
  font-family: 'PNSemiBold';
}

.kyc_unverified {
  color: #F45757;
  font-family: 'PNSemiBold';
}

.kyc_process {
  color: #FF861C;
  font-family: 'PNSemiBold';
}

.kyc_submitted {
  color: #007bff;
  font-family: 'PNSemiBold';
}

.kyc-reset {
  background-color: #999999;
  color: #FFFFFF;
}

.kyc-reset:hover {
  color: #FFFFFF;
  background: #999999 !important;
}

.space-between {
  border-width: 0px !important;
  border-top: none;
}

p {
  font-family: 'PNRegular';
  font-size: 0.79rem;
}

tbody,
tr>.space-between {
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
}

.table>tbody {
  vertical-align: none !important;
}


.table-info tbody>tr>* {
  margin: 0px;
  text-align: center;
  vertical-align: middle;
  background-color: transparent;
}

tbody td * {
  font-size: 0.7222rem;
  line-height: 16px;
  font-family: 'PNREGULAR';
}

tbody td p {
  margin: 0;
}

tbody td a,
tbody td a:hover,
tbody td a:active {
  color: #333333;
  text-decoration: none;
}

.table-info thead>tr>* {
  background-color: transparent;
}

.paginationjs {
  width: 440px;
  height: auto;
  margin: 0 auto;
  padding: 10px;
  position: relative;

}

.J-paginationjs-go-button {
  display: none !important;
}

.paginationjs .paginationjs-pages {
  cursor: pointer;
  text-align: center;
}

.paginationjs .paginationjs-pages li:last-child>a {

  font-size: 40px;
  cursor: pointer;

}

.paginationjs .paginationjs-pages li:first-child>a {

  font-size: 40px;
  cursor: pointer;

}

.pagination {
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: none !important;
  --bs-pagination-border-width: 0px !important;
  --bs-pagination-border-color: none !important;
  --bs-pagination-border-radius: none !important;
  --bs-pagination-hover-color: none !important;
  --bs-pagination-hover-bg: none !important;
  --bs-pagination-hover-border-color: none !important;
  --bs-pagination-focus-color: none !important;
}

.pagination {
  display: flex;
  justify-content: center;
}

.pagination li {
  padding: 0 15px;
}

.pagination ul>li>a {
  display: flex;
  justify-content: center;
  color: black !important;
}

.paging ul {
  margin: 0;
}

.paging li.first,
.paging li.last,
.paging li.prev,
.paging li.next {
  /* width: 39px;
  height: 24px; */
  border-radius: 20px;
  background: #43A2FF;
  text-align: center;
}

.paging li.first span,
.paging li.last span,
.paging li.prev span,
.paging li.next span {
  font-size: 0.7222em;
  line-height: 16px;
  padding: 5px 15px;
  font-family: 'PNSemiBold';
  color: #FFFFFF;
  display: block;
  cursor: pointer;
}

.paging li.first span.disabled,
.paging li.last span.disabled,
.paging li.prev span.disabled,
.paging li.next span.disabled {
  border-radius: 20px;
  background-color: #cccccc;
  color: #666666;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 36px;
}

.all_page_list,
.all_page_list span {
  font-family: 'PNSemiBold';
  /* margin-top: 10px; */
  font-size: 0.79rem;
  line-height: 16px;
  letter-spacing: 0.05rem;
  color: #333333;
}

/* .paginationjs-page ,.paginationjs-ellipsis{
  display: none!important;
} */

#kyc_search_page {
  text-align: center;
  font-size: 0.75rem;
  line-height: 15px;
  width: 211px;
  color: #333333;
}

.btn-page {
  color: #FFFFFF;
  background: #43A2FF;
  border-radius: 20px;
  font-size: 0.75rem;
  line-height: 23px;
}

.btn-page:hover {
  color: white;
  background: #43A2FF;

}

/* #reset {
  height: 40px !important;
} */

input[type="date"]:valid~label {
  color: blue;
}

/* input{
  height:40px;  !important;
} */
.tick {
  vertical-align: middle;
  height: 14px;
}

.newsip_png {
  vertical-align: middle;
  background: #33B469;
  border-radius: 40px;
  padding: 10px;
  margin: 2px;
  color: white;
}

.terminatedsip_png {
  vertical-align: middle;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background: #F45757;
  border-radius: 20px;
  padding: 5px;
  margin: 2px;
  color: white;
}

.expiredsip_png {
  vertical-align: middle;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background: #F45757;
  border-radius: 20px;
  padding: 5px;
  margin: 2px;
  color: white;
}

.kyc_details_tables {
  /* pointer-events: none; */
  font-size: 0.79rem;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  padding: 0px;
  color: #111111;
  line-height: 10px;
}


.table .table-bordered>thead>tr>th * {
  border-bottom-width: 1px;
  color: #443f3f;
  font-weight: 500;
  vertical-align: center;
  padding: 18px;
  font-family: 'PNSemiBold';
  border-left: 1px solid rgba(23, 57, 89, 0.25);
  text-align: center;
}

.table .table-heading tr {
  padding: 10px;
  height: 50px;
  vertical-align: middle;
}

.address-row-height {
  height: 81px;
}

.document-row-height {
  height: 118px;
}

.mb-5 {
  margin-bottom: 5px;
}

.ml {
  margin-left: 5px;
}

.mr {
  margin-right: 5px;
}

.kyc_details_tables>tbody>tr>td {
  border-bottom-width: 0;
  border: 1px solid rgba(23, 57, 89, 0.25);
  font-family: 'PNRegular';
  text-align: center;
  vertical-align: center;
}

.table {
  margin-bottom: 0px !important;
}

.table .table-bordered thead {
  background-color: greenyellow;
}

.table-bordered>:not(caption)>*>* {
  border: 1px solid rgba(23, 57, 89, 0.25);
  padding: 10px 10px;
  border-radius: 0px;
  text-align: left;
  color: #333333;
}

/* .table-bordered>thead>tr>th *{
  font-weight: 600;
  font-size: 1rem;
  line-height: 19px;
  letter-spacing: 0.05rem;
  font-family: 'PNSemiBold';
} */

.kyc_details_title {
  width: 50%;
  font-family: 'PNRegular';
  font-style: normal;
  font-weight: 400;
  font-size: 0.79rem;
  line-height: 14px;
  letter-spacing: 0.05rem;
  color: #333333;
}

.kyc_details_value {
  font-style: normal;
  font-weight: 600;
  font-size: 0.79rem;
  line-height: 14px;
  color: #111111;
}

.kycdocument {
  vertical-align: center;
  text-align: center;
  background: #DFE7F5;
  border: 1px solid rgba(23, 57, 89, 0.25);

}

.kyc-box {
  height: 96px;
  font-size: 0.8125rem;
  font-weight: 400;
  background: #DFE7F5;
  border: 1px solid rgba(23, 57, 89, 0.25);
}

.kyc-photobox {
  background: #F1F5FF;
  height: 96px;
  margin: 0 10px;
  font-size: 0.8125rem;
  font-weight: 400;
  padding: 0px;
  border: 1px solid rgba(23, 57, 89, 0.25);
  position: relative;
}

.kyc-photobox:last-child {
  margin: 0 0 0 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;

}

.mt-60 {
  margin-top: 56px;

}

.image-sec {
  justify-content: center;
  /* margin: 20px; */
  /* padding: 10px; */
  vertical-align: middle;
  /* margin-left: 60px; */
}

.tblheading {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  font-family: 'PNSemiBold';
  margin: 10px 10px 10px 10px !important;
}

.tblsubheading th,
.tblsubheading th span {
  text-align: center;
  font-size: 0.79rem;
  line-height: 15px;
  font-family: 'PNSemiBold';
  margin: 0;
  vertical-align: middle;
}

.tblsubheading th.txtleft,
tbody td.txtleft {
  text-align: left !important;
}

.tblsubheading th.txtright,
tbody td.txtright {
  text-align: right !important;
}

.linebreak {
  display: block;
}

/* .page-link {
    border: 1px solid #43A2FF;
    border-radius: 50%;
    width: 2em;
    height: 2em;
    padding: 5px;
    text-align: center;
}
.prevpg, .nextpg {
  height: 18px;
  width: auto !important;
}
.prevpg {
  margin-top: -3px;
  margin-left: -3px;
}
.nextpg {
  margin-top: -3px;
  margin-left: 3px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.paginationguide {
    font-size: 10px;
    line-height: 12px;
    color: #666666;
    text-align: center;
    margin-top: 5px;
} */

.kyc-photo {
  height: 50px;
  border: 2px solid #DFE7F5;
  margin: 5px
}

.photo-comment {
  text-align: center;
  padding: 2px;
  margin-top: 4px;
}

.photo-comment.empty {
  margin: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  line-height: 24px;
  margin-left: -50px;
  margin-top: -14px;
}

#photo {
  display: block;
}

.investor-image-modal {
  height: 100%;
  width: 100%;
}

.investor-image {
  height: auto px;
  width: 100px;
  justify-items: center;
  margin-left: 170px;
}

.pan-image {
  height: 180px;
  width: 200px;
  justify-items: center;
}

.kyc_detail_status {
  font-size: 1.125rem;
}

.image-div {
  margin-top: 0.25rem;
}

/* .btn-close{
  font-size: 30px !important;
  background-color: red !important;
} */

/* sip css */

.sip-div {
  background: #EEF5FF;
  box-shadow: 0px 2px 2px rgb(0 0 0 / 25%);
  border-radius: 10px;
  padding: 16px;
  margin-right: 10px;
  text-align: center;
  line-height: 16px;
  /* padding-bottom: 4px; */
}

.sip-div h4 {
  color: #F45757;
}

.sipTopList-div {
  height: 300px;
  padding: 10px;
  background: #EEF5FF;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}

.amctopdiv {
  height: 97px;
  padding: 10px;
  background: #EEF5FF;
  text-align: center;
  line-height: 16px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}

.sip-viewAll {
  background: #EEF5FF;
  border: 1px solid #43A2FF;
  border-radius: 43px;
  padding: 2px;
  width: 80px;
}

.sip-viewAll a {
  font-size: 11px;
  padding: 10px;
}

.sip-topheading {
  font-weight: 700px;
  font-size: 16px;
  font-family: 'PNBold';
  line-height: 19px;
  color: #333333;
}

.sip-rowsection {
  font-weight: 600px;
  font-size: 16px;
  font-family: 'PNBold';
  line-height: 19px;
  padding-left: 10px;
  padding-right: 10px;
  color: #333333;
}

.sip-currency {
  font-family: 'PNBold';
}

.top-sipList {
  padding-bottom: 10px;
}

.top-invesAmount {
  font-family: 'PNSemiBold';
  text-align: right;
  color: #333333;
}

.top-invesUnit {
  text-align: right;
  padding-right: 3px;
  font-family: 'PNRegular';
  font-weight: 600;
  color: #666666;
  line-height: 16px;
  font-size: 0.8125rem;
}

.expire-sipbtn {
  background: #EEF5FF;
  border: 1px solid #F45757;
  border-radius: 100px;
  line-height: 19px;
  text-align: center;
  margin-right: 0px;
  font-weight: 600;
  font-size: 11px;
  color: #F45757;
}

.sip-expiredAamount {
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  text-align: right;
  color: #666666;
  margin-top: 6px;

}

.sip-table {
  margin-bottom: 30px;
  /* min-height: 400px !important; */
}

.sipdetail-dropdown {
  background: white;
  color: white;
  border-radius: 4px 0px 0px 0px;
}

.sip-faildmodal {
  background: #F1F5FF;
  border-radius: 10px;
}

.sipclosebtn {
  color: rgba(51, 51, 51, 0.7);
  font-size: 20px;

}

.sipnextpg {
  height: 11px;
  width: auto !important;
  margin-top: -3px;
  margin-left: 3px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.search-form select {
  /* margin-right: 50px; */
  cursor: pointer;

}

select:hover {
  cursor: pointer;
}

select {
  cursor: pointer;
}

/* select dropdown css */

.amcaddform {
  box-shadow: none;
  background: #F1F5FF;
  border: 1px solid #AABDD7;
  border-radius: 3px;
}

.amcaddform:focus {
  box-shadow: none;
  background: #F1F5FF;
  border: 1px solid #AABDD7;
  border-radius: 5px;
}

.form-control:focus {
  box-shadow: none;
  background: #F1F5FF;
  border: 1px solid #AABDD7;
}

.form-select {
  box-shadow: none !important;
  /* outline: none; */
  /* background: #F1F5FF !important; */
  color: black;
  border: 1px solid #AABDD7 !important;
}

.investor_name {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  line-height: 13px;
  text-decoration-line: underline;
  color: #333333;
}

.siptransBtnTrue {
  color: #FFFFFF;
  text-decoration: none;
  text-align: center;
  background: #43A2FF;
  cursor: pointer;
  font-size: 0.722em;
  line-height: 16px;
  font-family: 'PNSemiBold';
  border: 0;
  border-radius: 20px;
  padding: 8px 15px;
}

.siptransBtnTrue:hover {
  color: #FFFFFF;
  background: #43A2FF !important;
}

/* amc page css */

.amc_submitbtn {
  width: 100%;
  height: 40px;
  font-size: 1.125rem;
  font-weight: 400;
  text-align: center;
  background: #43A2FF !important;
  color: white;
}

/* #reset {
  color: white;
  font-size: 16px !important;
  padding-right: 0px !important;
  margin-left: 0px !important;
  width: 150px;
} */

.clickable {
  cursor: pointer;
}

.amc_submitbtn:hover {

  width: 100%;
  height: 33px;
  font-size: 1.125rem;
  font-weight: 400;
  /* line-height: 22px; */
  background: #43A2FF !important;
  color: white;
}

.amcuploadbtn {
  background: #999999;
  color: white;
}

.fileicon {
  background: #F1F5FF;
  border: none;
  border-radius: 5px;
}

.inputfilebox {
  /* background: #F1F5FF; */
  border: 1px solid #AABDD7;
  border-radius: 5px;
  width: 100%;
  height: 40px !important;
}

.inputfiletxt {
  font-size: 1.125em;
  padding: 2px;
  margin-left: 10px;
}

.fileicon img {
  width: 15px;
  height: 14px;
  margin-left: 245px;
}

.amctemplatefile {
  margin-left: 30px;
  color: #43A2FF;
  text-decoration-line: underline;
  line-height: 16px;
}

.disabledDiv {
  pointer-events: none;
  opacity: 0.4;
}

.pointerunderline {
  cursor: pointer;
  text-decoration: underline;
}

.dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: #F1F5FF;
  min-width: 80px;
  text-align: left;
  box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 7px 10px;
  text-decoration: underline;
  display: block;
}


.dropdown:hover .dropdown-content {
  display: block;
}

.btndropdown {
  position: absolute;
  right: 0;
  top: 0;
  width: 31px;
  height: 15px;
  border: none;
  background: transparent;
  padding-left: 10px;
  padding-top: 8px;
  margin-right: 10px;
}

.amclogo {
  float: right;
  padding: 6px;
  height: 36px !important;
  width: auto !important;
  cursor: pointer;
  /* position: absolute;
  margin-top: 0px;
  margin-left: 65%; */
}

/* .disabled {
  background-color: #012970 !important;
  pointer-events: none;
} */

.custom-file-upload {
  color: #999999;
  padding: 6px 12px;
  cursor: pointer;
}

.btnsearchmf {
  border: 1px solid #AABDD7;
  border-radius: 50%;
  background: none;
  position: absolute;
  margin-right: 0px;
  margin-top: 1px;
  margin-bottom: 1px;
  top: 0;
  right: 0;
  padding: 0.39rem 0.70rem !important;
}

.trans_status_pending {
  font-style: normal;
  font-weight: 600;
  font-size: 0.79rem;
  line-height: 14px;
  color: #FF871C;
}


.trans_status_confirmed {
  font-style: normal;
  font-weight: 600;
  font-size: 0.79rem;
  line-height: 14px;
  color: #33B469;
}

.trans_status_failed {
  font-style: normal;
  font-weight: 600;
  font-size: 0.79rem;
  line-height: 14px;
  color: #F45757;
}


/* .form-control {
  border: 1px solid #AABDD7;
  font-size: 0.79rem;
} */

.select2-results__option {
  font-size: 15px !important;
}

/* .select2-container {
  width: 100% !important;
} */

.select2-container--default .select2-selection--single {
  border-radius: 20px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #F1F5FF !important;
  border: 1px solid #AABDD7;
  height: 36px !important;
}


/* .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 32px;
} */
.select2-container--default .select2-selection--single .select2-selection__clear {
  font-size: 20px !important;
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 16px !important;
  font-size: 0.7222em !important;
  /* margin-top: 3px !important; */

}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb !important;
  color: white;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  /* background: #EEF5FF !important; */
  outline: none;
  border-radius: 20px 20px 20px 20px;
}

.select2-results {
  background: #EEF5FF !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-left: -6px !important;
  margin-top: 3px !important;
  font-size: 22px !important;

}


.transaction-detai-page-pagination-btn {
  border: 2px solid #43A2FF;
  border-radius: 12px;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 3px;
  padding-bottom: 4px;
  border: 1px solid #43A2FF;
}

.dot {
  height: 21px;
  width: 21px;
  background-color: #2D9CDB;
  border-radius: 50%;
  display: inline-block;
}

.show {
  display: block;
}

.hide {
  display: none;
}

.buttonload {
  background-color: #04AA6D;
  /* Green background */
  border: none;
  /* Remove borders */
  color: white;
  /* White text */
  padding: 12px 24px;
  /* Some padding */
  font-size: 16px;
  /* Set a font-size */
}

/* Add a right margin to each icon */
.fa {
  margin-left: -12px;
  margin-right: 8px;
}

.weak-password {
  color: red;
  background-color: transparent;
}

.strong-password {
  color: #33B469;
}

.medium-password {
  color: darkgoldenrod;
}


/* loader div */
/* 
#loader-spinner {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  margin-left: -19px !important;
  margin-top: -19px !important;
} */

.blackout {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.18);
  top: 0;
  left: 0;
  right: 0;
}

.nps-detail-top-tab {
  margin: 0px;
  padding: 2px;
  max-height: 80px;
  min-height: 60px;
  background: #EEF5FF;
  border: 1px solid rgba(23, 57, 89, 0.25);
  border-radius: 10px;
}

.nps-detail-top-tab .div-tab {
  min-height: 60px;
  border-right: 1px solid rgba(23, 57, 89, 0.25);
  padding-right: 1px;
}

.nps-detail-top-tab .div-tab .div-title {
  color: #666666;
  padding: 2px;
  margin-left: 5px;
  font-size: 14px;
}

.nps-detail-top-tab .div-tab .div-value {
  color: #111111;
  padding: 2px;
  margin-left: 5px;
  font-size: 15px;
  font-weight: 600;
}

.nps-detail-top-tab .div-tab-icon {
  margin: 0px;
  padding: 2px;
  border-right: 1px solid rgba(23, 57, 89, 0.25);
  text-align: center;
  border-right: none;
  margin-top: 10px;
}

.portfolio-tier1 {
  padding: 4px;
}

.subtitle {
  font-size: 0.9em;
  line-height: 1.3em;
  color: #666;
}

.inputlableright {
  background: transparent !important;
  border-radius: 0px 4px 4px 0px;
  border-left: none !important;
  border: 1px solid #AABDD7;
  padding: 0.34rem 0.65rem !important;
  cursor: pointer;
}

.inputlableleft {
  background: transparent !important;
  border-radius: 4px 4px 4px 4px;
  font-size: 13px !important;
  /* border-: none !important; */
  border: 1px solid #AABDD7;
  padding: 0.34rem 0.65rem !important;
  cursor: pointer;
}

#loader-spinner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  /* Assuming you want the loader to cover the entire viewport height */
  background-color: #f8f9fa;
  /* Optional: Add a background color for the loader */
}

.spinner-border {
  margin-bottom: 15px;
  /* Adjust the spacing between the spinner and the text */
}

/* .loading-container {
  position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    margin-left: -19px !important;
    margin-top: -19px !important;
}

.loading-circle {
  width: 100px;
  height: 100px;
  border: 4px solid rgba(29, 161, 242, 0.2);
  border-top: 4px solid #1da1f2;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
} */

.loading-container {
  position: fixed !important;
  left: 50% !important;
  top: 50% !important;
  margin-left: -19px !important;
  margin-top: -19px !important;
}

.loading-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border: 11px solid rgba(29, 161, 242, 0.2);
  border-top: 11px solid #1da1f2;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: #1da1f2;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.exclamation {
  font-size: 17px;
  padding: 1px;
  text-align: center;
  border-radius: 11px;
  border: 1px solid #43A2FF;
  align-items: cene;
}

.icon-container {
  position: relative;
  float: right;
}

.exclamation {
  cursor: pointer;
}

.bg-primary {
  background: #43A2FF !important;
  font-size: 15px !important;
}

.hidden-list {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  background-color: white;
  border: 1px solid #AABDD7;
  width: 200px;
  height: 100%;
  border-radius: 4px;


}

.icon-container:hover .hidden-list {
  display: block;
}

/* style added by jo */

.arrow::before {
  content: "\25BC";

}

.arrow.up::before {
  content: "\25B2";

}

/* styles.css */
.th-pointer {
  cursor: pointer;
  min-width: 70px;
  pointer-events: auto;
}

.min-width-200 {
  min-width: 200px !important;
}

.no-pointer {
  pointer-events: none;
  min-width: 70px;
}



.allselectcheck {
  display: flex;
  margin: 0 auto;
}

table.table>tbody>tr:nth-child(odd) {
  background: #F1F6FF;
}

table.table>tbody>tr:nth-child(even) {
  background: #EAF0FF;
}

.acticon {
  width: 20px;
  max-height: 20px;
}

.th-width {
  min-width: 130px !important;
}

.Id-column-width {
  min-width: 100px !important;
}

.reducewidth {
  text-decoration: underline;
  max-width: 193px;
  overflow: hidden;
  word-wrap: break-word;
}

.sipstatus-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  /* Adjust the size as needed */
  height: 30px;
  /* Adjust the size as needed */
  line-height: 30px;
  /* Center the text vertically */
  text-align: center;
  border-radius: 50%;
  background-color: green;
  color: white;
}


.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #43A2FF !important;
  border-color: #43A2FF !important;
}

/* .space_wrap{
  white-space: nowrap;
  width: 290px
} */

.th-pointer2 {
  cursor: pointer;
  min-width: 170px;
  pointer-events: auto;
}

.th-pointer3 {
  cursor: pointer;
  min-width: 220px;
  pointer-events: auto;
}

.horizontal_scroll {
  overflow-x: auto;
}

/* print.css */

@media print {
  table {
    display: block;
  }
}

.transaction-detai-page-pagination-btn:hover {
  background-color: grey;
}

.bi-info-circle {
  cursor: pointer;
}

input[type="radio"]:hover {
  cursor: pointer;
}