:root {
  --ctbtn: #20b04a;
}
.onboardingForm.loginPage{
background-color: rgb(218, 243, 232);
font-family: "Open Sans", sans-serif;
}
.login-wrap .pwdfldblock{
margin-bottom: 20px !important;
}

.custom-ui {
  background: white;
  border-radius: 8px;
  padding: 24px;
  text-align: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  gap: 20px;
  max-width: 340px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.confirm-msg .confirm-action {
  justify-content: center;
}
.custom-ui h1 {
  margin-bottom: 20px;
}
.custom-ui button {
  margin: 0 10px;
  padding: 10px 20px;
  border: none;
  background-color: #0DB16B;
  border: 1px solid #0DB16B;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  max-height: 36px;
  line-height: 1;
  min-height: 36px;
}
.confirm-msg {
  gap: 10px;
  display: flex;
  flex-direction: column;
}
.confirm-msg p {
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
  padding: 0px 10px;
}
.custom-ui button:first-of-type {
  /* background-color: #0DB16B;
  color: #000;
  border: 1px solid #0DB16B; */

  background-color: #c21d52;
  color: #fff;
  border: 1px solid #c21d52;
}

.custom-ui button:hover {
  opacity: 0.9;
}
a.white-btn.btn:hover{
border: 1px solid #CCD5DF;
}
.confirm-action {
display: flex;
align-items: flex-start;
gap: 15px;
margin-top: 10px;
}
.confirm-action button {
margin: 0;
}

.connect-btn {
  padding: 8px 16px;
  border-radius: 12px;
  background: var(--ctbtn);
  border: 1px solid var(--ctbtn);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  height: 40px;
  text-decoration: none;
  display: block;
}

.con-btn-margin {
  margin-top: 24px;
}

.table-pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 15px 15px 15px 15px;
  /*position: absolute;
    top: 6px;
    right: 12px;*/
    border-top: 1px solid #eee;
    margin-top: 10px;
}
.table-pagination .pagination {
  margin: 0;
  display: flex;
  gap: 5px;
}
.table-pagination .pagination li a {
  padding: 6px;
  border: 1px solid #0DB16B;
  min-width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  /* width: 30px; */
  width:60px;
  height: 30px;
  color: #000;
  border-radius: 6px;
}
.table-pagination .pagination li.active a {
  background: #0DB16B;
  border: 1px solid #0DB16B;
  color: #fff;
}

.pagination li.disabled a {
  background: #f8f8f8;
}
.searchResets {
  display: flex;
  gap: 10px;
}
.fields-block ul {
  margin: 20px 0;
}
.breadcrumbs .path-title::first-letter {
  text-transform: capitalize;
}
.page-table-header .templates-head::first-letter {
  text-transform: capitalize;
}

/*********** css ***********/
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 25px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #81ac98;
}

input:focus + .slider {
  box-shadow: 0 0 1px #81ac98;
}

input:checked + .slider:before {
  -webkit-transform: translateX(24px);
  -ms-transform: translateX(24px);
  transform: translateX(24px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.on {
  display: none;
}

.on {
  color: #ffffff;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 34%;
  font-size: 11px;
  font-family: Verdana, sans-serif;
  font-weight: 600;
}
.off {
  color: #000;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 67%;
  font-size: 11px;
  font-family: Verdana, sans-serif;
}

input:checked + .slider .on {
  display: block;
}

input:checked + .slider .off {
  display: none;
}

.profile-pic {
  height: auto !important;
}
.editor-panel ul,
ol {
  margin-left: 20px;
}
.editor-panel ul,
ol li {
  margin-bottom: 10px;
}
.fileInput {
  max-width: 520px;
  position: relative;
}
.loader-icon {
  position: absolute;
  top: 0px;
  display: flex;
  align-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #f9fafbf0;
}
.loading {
  background: #fff;
  border-radius: 10px;
}
.loading .focus-label {
  opacity: 0.3;
}
.loading label {
  opacity: 0.3;
}

.max-800 {
  max-width: 800px !important;
}
.ModalInner.max-700{
max-width: 700px !important;
}

.primary-btn {
  background: #0DB16B;
  border: 1px solid #0DB16B;
}
.primary-btn:hover {
  background: #161615;
  border: 1px solid #161615;
}
.site-logo img {
  width: 200px;
  height: 20px;
}
.logo img {
  width: 150px;
  height: 24px;
}
.form-control:not(:placeholder-shown) {
  /* border: 1px solid #000000 !important; */
  border:1px solid #dfe2e6 !important;
}
/*  */

.Toastify .toast_toastSuccessError
{
background-color: #50b26d;
color: #fff;
}
.Toastify__toast--error
{
 background-color: #fb7374 !important;
}
.Toastify__progress-bar--error
{
  background: #9fa6a3;
}
.Toastify__close-button--light{
  opacity: 0.4;
}
.toast_toastSuccessMessage__Uudge {
  /* background-color: #50b26d; */
  background-color: #82de9d !important;
  color: #fff;
  font-size: 20px;
  padding: 20px 20px;
  margin-top: 20px;
  font-family: "Inter", sans-serif !important;
}
.Toastify__toast {
  border-radius: 0px;
}
:root {
  --toastify-color-success: #000;
}

.Toastify__toast-icon svg {
  color: var(--toastify-color-success) !important;
}

.toast_toastBody__nmVzV {
  font-family: "Inter", sans-serif !important;
  font-weight: 410 !important;
}

.Toastify__toast-container {
  min-width: 425px;
}
.Toastify__close-button {
  align-self: center !important;
}

.Toastify__toast-container .toast_toastSuccessMessage__Uudge {
  min-height: 55px;
  padding: 5px 10px;
}
.justify-right {
  justify-content: right !important;
  padding: 0 16px 0 0;
}

div.custom-select__control {
  min-height: 40px;
  box-shadow: none;
  border-radius: 8px;
}
span.custom-select__indicator-separator {
  display: none;
}

div.custom-select__control--is-focused,
div.custom-select__control--is-focused:hover {
  border-color: #0DB16B;
}
.ck.ck-editor__editable_inline {
  min-height: 200px;
}

.json-loader {
  /*! position: fixed; */
  width: 100%;
  height: 100%;
  top: 0px;
  display: flex;
  align-content: center;
  justify-content: center;
}
.json-loader .loader-icon {
  height: 100%;
  position: fixed;
}
.json-loader .loader-icon .lf-player-container {
  display: flex;
  align-content: center;
  height: 100%;
  justify-content: center;
  line-height: 1;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
}
.logo {
  text-align: center;
}
.card-inner .optionAction {
  width: 50px;
  height: 45px;
  font-size: 31px;
  display: flex;
  align-content: center;
  justify-content: center;
  background: transparent;
  border: 1px solid #333;
  border-radius: 5px;
  line-height: 1;
  padding-top: 3px;
}

.feild-add-margin {
  margin-top: 26px !important;
}

.optionAction.field-add {
  margin-left: 10px;
  /* background: #f0aa67; */
  background: #0DB16B;
  transition: all 0.6s;
  color: #fff;
  /* border: 1px solid #f0aa67; */
  border: 1px solid #0DB16B;
  display: flex;
  align-content: center;
  justify-content: center;
  line-height: 1;
  padding-top: 3px;
}

.fm-cards-form .card {
  background: #fff;
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 10px;
}

.ck-content h2 {
  font-size: 2rem !important;
}

.check-box-margin {
  margin: 0 0 10px 0;
}

/* .ck-content p {
  font-size: 16px !important;
} */


.disabled-icon {
  opacity: 0.2; /* Makes the icon look faded */
  cursor: not-allowed; /* Changes the cursor to indicate disabled state */
  filter: grayscale(100%); /* Converts the icon to grayscale */
  pointer-events: none; /* Disables any interaction with the icon */
}

/* For most modern browsers */
input::placeholder {
  color: #cccccc; /* Set your desired color */
}

/* For older versions of Firefox */
input:-moz-placeholder {
  color: #cccccc;
}

/* For older versions of Internet Explorer */
input:-ms-input-placeholder {
  color: #cccccc;
}
.errorlist a {
  color: #000;
}

.errorlist a::first-letter {
  text-transform: capitalize;
}

.p-title {
  display: flex;
  align-content: center;
  gap: 15px;
}
.p-detail .templates-head {
  line-height: 1;
  margin-bottom: 0px;
  padding-top: 3px;
}
.p-title .table-action {
  padding: 0px;
}

.cards-inner-row {
  min-height: 350px;
}
.cards-inner-row .custom-select__menu {
  max-height: 180px;
  overflow: auto;
}
.cards-inner-row .custom-select__menu .custom-select__menu-list {
  max-height: 180px;
}

.table-wrap .custom-table-thead th.th-srno {
  width: 100px;
  min-width: 100px;
  padding: 10px 20px;
  max-width:120px;
}
.table-wrap .custom-table-thead th.th-dob,
.table-wrap .custom-table-thead th.th-150px
{
  width: 150px;
  min-width: 150px;
  max-width:150px;
}

.table-wrap .custom-table-thead th.th-doctype {
  width: 180px;
  min-width: 180px;
  max-width:180px;
}
.table-wrap .custom-table-thead th.th-docno {
  width: 150px;
  min-width: 150px;
  max-width:150px;
}
.table-wrap .custom-table-thead th.th-imgdownload-sm {
  width: 140px;
  min-width: 140px;
  max-width:140px;
}

.table-wrap .custom-table.kyclisting .custom-table-thead th.th-imgdownload-sm {
  width: 180px;
  min-width: 180px;
  max-width:180px;
}

.table-wrap .custom-table-thead th.th-imgdownload-lrg {
  width:190px;
  min-width: 190px;
  max-width:190px;
}
.table-wrap .custom-table-thead th.th-addr-lrg{
  width: 200px;
  min-width: 200px;
  max-width:200px;
}

.table-wrap .custom-table-thead th.th-medium{
  width: 180px;
  min-width: 180px;
  max-width:180px;
}
.table-wrap .custom-table-thead th.th-dt{
  width: 130px;
  min-width: 130px;
  max-width:130px;
}
.table-wrap .custom-table-thead th.th-kyc-action{
  width: 200px;
  min-width: 200px;
  max-width:200px;
}


.table-wrap .custom-table-tbody td.srno {
  padding: 10px 10px;
}

.group-checkbox-wrapper {
  position: relative;
  width: 100%;
  margin-top: 35px;
}

.group-checkbox-wrapper li {
  /* width: 100%; */
  padding: 0 !important;
  margin-bottom: 15px;
  /* display: flex; */
  align-items: center;
}

.group-checkbox-wrapper li label {
  padding-left: 8px;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
}

.group-checkbox-wrapper li input {
  width: 18px;
  height: 18px;
}

.currency-addmore-wrapper {
  display: flex;
  padding-top: 23px;
}

.card-inner .row:first-child .currency-addmore-wrapper {
  padding-top: 0px;
}

.table-wrap .custom-table-tbody td.addon-settings {
  max-width: 100px;
}

/* .right-wrap-inner .page-table-header {
  height: calc(100vh - 78px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 16rem;
  text-align: center;
}
.right-wrap-inner .page-table-header .templates-head {
  font-size: 25px;
} */

.form-check-label {
  color: #314155;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 142.857%;
  margin: 3px 0 0 10px;
  /* display: block; */
}

.templates-head {
  font-size: 20px !important;
  margin-bottom: 15px;
}
.tab-heading .nav.nav-tabs {
  border: none;
}
.tab-heading .nav-tabs li {
  margin-right: 36px;
  margin-bottom: 8px;
}
.tab-heading .nav-tabs li a {
  color: #9faebe;
  font-size: 14px;
  line-height: 16px;
  position: relative;
}
.tab-heading .nav-tabs li a.active {
  color: #d70707;
}
.tab-heading .nav-tabs li a.active:after {
  background: #d70707;
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -12px;
  left: 0;
}

.revenue-content-block {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}

.revenue-content-block .tr-value:first-child {
  width: 50%;
  margin-right: 0px;
  padding-bottom: 15px;
  padding-top: 0;
}

.revenue-content-block .tr-value {
  padding: 15px 16px 15px 50px;
}
.revenue-content-block .tr-value {
  display: inline-block;
  position: relative;
  width: 50%;
  padding-right: 0px;
}
.tr-value h5 {
  font-size: 36px;
  color: #0c1f36;
  line-height: 40px;
  font-weight: 300;
  margin-bottom: 5px;
}
.tr-value p {
  color: #0c1f36;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 0;
}

.revenue-list-ui ul {
  list-style: none;
  padding: 0;
  display: inline-block;
  width: 100%;
  margin-top: 40px;
}
.revenue-list-ui ul li {
  display: inline-block;
  padding: 17px 18px 16px;
  margin-right: 0px;
  width: 33%;
  border-right: 1px solid #e5f1ff;
}

.revenue-list-ui ul li p {
  color: #0c1f36;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 7px;
}
.revenue-list-ui ul li span {
  color: #0c1f36;
  font-size: 12px;
  line-height: 14px;
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

@media screen and (max-width: 1500px) and (min-width: 1200px) {
  .revenue-list-ui ul li {
    width: 25%;
    margin-right: 0px;
  }
}
.white-bg-ui {
  background-color: #ffffff;
  border: 1px solid #e5f1ff;
  box-shadow: 0 2px 9px 0 rgba(154, 193, 222, 0.18);
  border-radius: 4px;
  margin-bottom: 30px;
  overflow: hidden;
}
.heading-wrapper {
  border-bottom: 1px solid #e5f1ff;
  display: inline-block;
  width: 100%;
}
.white-bg-ui .heading-block {
  padding: 16px;
}
.tab-heading {
  padding: 0 16px;
}
.in-title {
  font-size: 20px;
  font-weight: 600;
}

.revenue-card-block {
  height: 722px;
}
.white-bg-ui .inner-content-ui {
  padding: 16px;
}
.revenue-card-block .revenue-list-ui {
  margin-bottom: 30px;
}

.revenue-card-block .revenue-list-ui ul li.active:after {
  height: 3px;
  opacity: 1;
}
.revenue-card-block .revenue-list-ui ul li:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0px;
  background:#54bf91;
  left: 0;
  bottom: 0px;
  transition: 0.2s ease-in-out;
  opacity: 0;
}

@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .revenue-card-block .revenue-list-ui ul li {
    width: 24.5%;
    margin-right: 0px;
  }
}

.revenue-card-block .revenue-list-ui ul {
  margin: 0;
}

.main-content {
  overflow: auto;
  margin-top: 10px;
  background-color: rgb(218, 243, 232);
  padding-left: 20px;
  padding-right: 20px;
}
.right-wrap.profileright .main-content{
  /* height: calc(100vh - 110px); if logout is on top*/
  height: calc(100vh - 64px);
  overflow: auto;
}
.right-wrap.profileright .page-content-data{
  /* height: calc(100vh - 220px); */
}
.right-wrap.profileright .formaction_wrapper .page-content-data{
  height: 100%;
  overflow: unset;
}
.right-wrap.profileright .main-content.formaction_wrapper{
  /* height: calc(100vh - 110px); */
}

.content-data-inner .data-content-wrap{
  /* padding: 0px 10px; */
}
.card {
  border: none !important;
  border-radius: 5px;
  /* box-shadow: 0 0 30px #0129701a; */
  margin-bottom: 15px;
}

/***** table css start ****/

.table-wrap .custom-table-thead th{
  background: #fff;
  position: relative;
}
.table-wrap{
  border: 0px;
  border-radius: 0px;
}

.table-wrap table th:first-child {
  min-width: 100px;
}
.table-wrap .max-800.transactionDetail table th:first-child {
  min-width: 220px;
}

.table-wrap table thead {
  background-color: #fff;
  border-bottom: 1px solid #e5f1ff;
}

.table-wrap table th:after {
  background: #ebebeb;
  content: "";
  height: 24px;
  position: absolute;
  right: 10px;
  width: 1px;
}
.table-wrap table th.th-broadcast-title:after 
{
  top:9px;
}

.table-wrap table th:last-child:after{
  display: none;
}
.table-wrap #trans-view-modal .modal-body-form table th:after{
  display: none;
}
.table-wrap #userdetail-view-modal .modal-body-form table th:after{
  display: none;
}


.table-wrap tbody tr:nth-child(odd) td {
  background-color: #fafdff !important;
  border-top: 1px solid #EAECF2;
}
.table-wrap table tbody tr:hover td {
  background: #f2faff !important;
}
.table-wrap table td{
  padding: 8px 5px !important;
}
.table-wrap table td.td-srno{
  padding: 8px 20px !important;
}
table.usertbl_modal tbody tr td:first-child
{ 
  background-color: #EAECF2 !important ;
  border-bottom:1px solid #f6f6f6 !important;
  padding-left:15px !important;
}

table.usertbl_modal tbody tr:hover td:first-child
{
  background-color: #EAECF2 !important ;
}
table.usertbl_modal tbody tr td:nth-child(2),
table.kycdetail_tbl tbody tr td:nth-child(2)
{ 
  padding-left:15px !important;
}

.user-tbl-h,
.cust-ht-tbl
{
  /* height: calc(100vh - 390px); */

  /* height: calc(100vh - 220px); */
}
.table-header-fixed {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.table-wrap .custom-table{
  overflow: inherit;
}
/**** table css end *****/

.tab-pane.fade::before{
  display: none;
}
.breadCrumb-main-div {
  margin-top: 15px;
}
.nav-tabs-bordered .nav-link.active {
  background-color: #fff !important;
  border-bottom: 2px solid #0db16b !important;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  color: #0db16b !important;
}
.nav-tabs-bordered .nav-link {
  border: 0 !important;
  color: #2c384e;
}

.nav-tabs .nav-item{
  margin: 0px;
}
.cursorPointer{
cursor: pointer;
}
.main_wrp_scroll{
/* height: calc(100vh - 90px);
overflow: auto; */
height: fit-content !important;
}
.tblscroll{
/* height: calc(100vh - 285px); */
overflow: auto;
}
.main_wrp_scroll .tblscroll{
  /* height: calc(100vh - 335px); */
}

.no_filter_layout{
/* max-height: calc(100vh - 300px); 
overflow: auto;
*/
}
.maincontent-with-filters.overflow-hd{
  overflow: hidden !important;
}

.text_ellipse{
display: -webkit-box;
line-clamp: 1;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
max-width: 400px;
}

.table-wrap .custom-table-tbody.more_data_table th{
line-height: 100% !important;
}
.table-wrap .custom-table-tbody.more_data_table td{
line-height: 100% !important;
}
.fade.modal.show:before{
z-index: initial;
}
.react-confirm-alert-overlay{
  background: hsl(0deg 0% 93.13% / 90%)
}
.modal-open .react-confirm-alert-overlay
{
  z-index: 999;
}

.Toastify__toast-icon svg{
  color: #fff !important;
}
.Toastify__toast-body > div:last-child{
  color: #fff !important;
}
.asidebar .ul-submenu .li-submenu.active{
  color:#fff !important;
}
.not-found{
  border-radius: 5px;
}
.tooltip-inner,.tooltip
{
  color: #fff !important;
}
.tooltip.fade::before{
 background: none !important;
}

.page-content-data .searchResets {
  height: 40px;
}
.page-content-data .transaction_filter_wrapper .searchResets {
  height: unset;
  width:90%;
  gap: 10px;
  flex-wrap: wrap;
}
.transaction_filter_wrapper .search-field{
  /* flex: 0 0 calc(33.33% - 10px); */
  flex: 0 0 calc(33.33% - 95px);
  min-width: unset;
  width: inherit;
  max-width: inherit;
}
.transfilter_reset_container{
  width: 10%;
}

.transaction_filter_wrapper .data-for-search{
  gap: unset;
}

.table-wrap .custom-table-thead th.th-w10{
min-width: 10%;
max-width: 10%;
width: 10%;
}
.table-wrap .custom-table-thead th.th-customw{
min-width: 170px;
width: 170px;
max-width: 170px;
}
.table-wrap .custom-table-thead th.th-customdt{
min-width: 150px;
width: 150px;
max-width: 150px;
}

.table-wrap .custom-table-thead th.th-name{
min-width: 150px;
width: 150px;
max-width: 150px;
}
.table-wrap .custom-table-thead th.th-resetkyc{
min-width: 120px;
width: 120px;
max-width: 120px;
}

table.kycdetail_tbl tbody tr:last-child td
{
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  border: none !important;
}

table.kycdetail_tbl tbody tr:last-child td div {
  justify-content:center;
}

.table-wrap .custom-table-thead th.th-headingcls-medium{
  min-width: 50%;
  max-width: 50%;
  width: 50%;
}

.table-wrap .custom-table-thead th.th-dataheadingcls
{
  min-width: 15%;
  max-width: 15%;
  width: 15%;
}
.table-wrap .custom-table-thead th.th-dataheading_med_cls
{
  min-width: 20%;
  max-width: 20%;
  width: 20%;
}


.fm-cards-form .group-checkbox-wrapper label {
  position: relative;
  top: -4px;
}


.cs-check-box input{
  position: absolute;
  opacity: 0;
}
.cs-check-box li label{
  padding-left: 32px !important;
}
.cs-check-box input:checked + label:after {
  opacity: 1;
}
.cs-check-box input:checked + label:before {
  background: #0DB16B;
  border: none;
}
.cs-check-box label:before {
  width: 23px;
  height: 23px;
  border: 1px solid #DDDDDD;
  background: #fff;
  border-radius: 4px;
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.cs-check-box label:after {
  content: '';
  position: absolute;
  left: 8px;
  top: 50%;
  width: 11px;
  height: 6px;
  -webkit-transform: rotate(-40deg) translateY(-50%);
  transform: rotate(-40deg) translateY(-50%);
  opacity: 0;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  margin-top: -2px;
}

.modelinnerContent .table-wrap table th:after{
  display: none;
}

.currecny_dropdown_wrapper .custom-select__menu {
  max-height: 250px;
  overflow: auto;
}
.currecny_dropdown_wrapper .custom-select__menu .custom-select__menu-list {
  max-height: 250px;
}

.profile_wrapper_right .dropdown-menu.show{
top: 50px;
right: 30px;
padding: 10px;
width: 200px;
display: flex;
justify-content: space-between;
align-items: center;
}
.filesizeinfo{
font-size: 14px;
max-width: 100%;
display: block;
padding: 5px 0;
color: #0658c2;
}
.viewdetails{
text-decoration: underline;
color:#f0aa67;
cursor: pointer;
}
.table-wrap .custom-table-thead th.th-pauseTransaction{
min-width: 170px;
width: 170px;
max-width: 170px;
}
.eyeviewicon{
display: inline-flex;
margin-left: 10px;
background-image: url(/assets/images/eye.svg);
background-repeat: no-repeat;
width: 20px;
height: 20px;
}
.ModalInner.max-850{
 max-width: 850px;
}
.page-table-header .page-name-title p.ct-block-text{
  margin: 0px 0px 8px 0px;
 height: 0px;
}
.ct-block-info .ct-block-title{
margin-top:5px;
}
.modal-body-form .table-wrap table td{
  padding: 8px 10px !important;
}
.ModalInner.max_700{
  max-width: 700px;
}


.table-wrap .custom-table-thead th.th-wd220{
  min-width: 220px;
  width: 220px;
  max-width: 220px;
}
.table-wrap .custom-table-thead th.th-wd180{
  min-width: 180px;
  width: 180px;
  max-width: 180px;
}
.table-wrap .custom-table-thead th.th-wd120{
  min-width: 120px;
  width: 120px;
  max-width: 120px;
}
.table-wrap .custom-table-thead th.th-wd170{
  min-width: 170px;
  width: 170px;
  max-width: 170px;
}

#trans-view-modal .modal-body-form .table-wrap tr td:first-child{
padding-left: 15px !important;
}

.search-field.mx-260{
  max-width: 260px;
  min-width: 260px
}
.underline
{
  text-decoration: underline;
}
h5.graph_totalamount{
display: flex;
gap: 7px;
align-items: baseline;
}
.currency_lbl{
font-size: 17px;
font-weight: bold;
}
.zaccount-add-wrapper{
  max-width: 500px;
  width: 100%;
  margin: 40px auto;
  border: 1px solid #e1eaf2;
  background: #edf2f7;
  padding: 26px;
  border-radius: 15px;
}
.zaccount-add-wrapper .footer-card-action{
  justify-content: flex-start;
}
.btn.white-btn:hover{
  border: 1px solid #CCD5DF;
}

#link-bankaccount-modal .ModalInner
{
  max-width: 700;
}

.SelectToWallet .custom-select__menu-list{
  max-height: 125px;
}

.withdraw_amount_btn{
border: 1px solid #0DB16B;
border-radius: 4px;
background-color: #0DB16B;
height: 33px;
box-shadow: none;
line-height: 33px;
margin-right: 10px;
letter-spacing: normal;
padding: 0 10px;
width: auto;
color: #fff;
font-size: 12px;
text-align: center;
font-weight: 500;
}

.table-wrap .custom-table-thead th.th-zai-profile
{
  min-width: 150px;
  width: 150px;
  max-width: 150px;
}
.table-wrap .custom-table-thead th.th-zai-email {
  min-width: 200px;
  width: 200px;
  max-width: 200px;
}

.table-wrap .custom-table-thead th.th-zai-amount
{
  min-width: 180px;
  width: 180px;
  max-width: 180px;
}
.table-wrap .custom-table-thead th.th-zai-action
{
  min-width: 80px;
  width: 80px;
  max-width: 80px;
}
.table-action.banklinkwrapper{
width: 40px;
height: 40px;
}
.bankIcon{
/* background-image: url('/assets/images/iconsBank.png'); */
background-image: url('/assets/images/iconsBank.svg');
background-repeat: no-repeat;
width: 24px;
height: 24px;
cursor: pointer;
}
.wd-60.form-control{
width: 60%;
}
.wd-100.form-control{
  width: 100%;
}
.margin-all-0
{
  margin:0px;
}
.logout-loading-overlay
{
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 99;
background: rgba(255, 255, 255, 0.9);
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: center;
-ms-align-items: center;
align-items: center;
opacity: 0.9;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.logout-loading-overlay .fading-text {
  animation: fade 3s infinite;
}
.sm-spinner {
  width: 30px;
  height: 30px;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-left-color: #0DB16B;
  border-radius: 50%;
  animation: smspin 1s linear infinite;
}

@keyframes smspin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.spinner-block,
.no-recordspan
{
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
margin-top: 3px;
gap: 12px;
}
.user-search-staff .fields-block{
  width: 100%;
  margin:0px;
}
.addUserAsStaffModal .modal-body-form{
  margin-bottom: 20px;
}
.logout_loader {
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 99;
background: rgb(218 215 215 / 90%);
}

.logout_loader .spinner {
  border: 4px solid #f3f3f3; 
  /* border-top: 4px solid #3498db;  */
  border-top: 4px solid #54bf91;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spinlogout 2s linear infinite;
}

@keyframes spinlogout {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}




@media screen and (max-width: 640px) {
  .revenue-content-block .tr-value{
    padding: 15px 16px 15px 10px;
  }
  .tr-value h5{
    font-size: 24px;
  }

}

@media screen and (max-width: 767px) {
  .revenue-content-block .tr-value{
    padding: 15px 16px 15px 10px;
  }
  .tr-value h5{
    font-size: 20px;
  }

}

@media screen and (max-width: 992px) {
  .revenue-content-block .tr-value{
    padding: 15px 16px 15px 10px;
  }
  .revenue-content-block .tr-value h5{
    font-size: 24px;
  }

}


@media screen and (max-width: 1140px) {
  .revenue-content-block .tr-value{
    padding: 15px 16px 15px 10px;
  }
  .revenue-content-block .tr-value h5{
    font-size: 24px;
  }

}


@media screen and (max-width: 1440px) {
  .revenue-content-block .tr-value{
    padding: 15px;
  }
  .revenue-content-block .tr-value h5{
    font-size: 28px;
  }

}

.fields-block.staff-search-email .fields-block{
width: 90%;
margin-right:10px;
}

.permissions-container-wraper .checkbox-group{
display: flex;
width: 100%;
margin: 15px 0 10px 0;
}
.permissions-container-wraper .checkbox-group .checkboxes{
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
row-gap: 15px;
}

.permissions-container-wraper .checkbox-group .checkboxes .checkbox{
display: flex;
flex-direction: column;
gap: 4px;
width: calc(100% / 4);
}
.daterangepicker .cancelBtn{
 display: none;
}
span.capitalize-first-letter {
  display: inline-block;
}
.capitalize-first-letter::first-letter {
  text-transform: uppercase;
}
#rechargeAdminLoader-modal{
  display: flex !important;
}

#rechargeAdminLoader-modal .ModalInner .modelinnerContent{
 padding: 0px;
}
#rechargeAdminLoader-modal .buttonCose{
 display: none;
}