:root {
  --ctbtn: #ffcb12;
}

.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: #d70707;
  color: white;
  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: #fff;
  color: #d70707;
  border: 1px solid #d70707;
}

.custom-ui button:hover {
  opacity: 0.9;
}
.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: #131007;
  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 0 15px 15px;
  /*position: absolute;
    top: 6px;
    right: 12px;*/
}
.table-pagination .pagination {
  margin: 0;
  display: flex;
  gap: 5px;
}
.table-pagination .pagination li a {
  padding: 6px;
  border: 1px solid #eee;
  min-width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 30px;
  height: 30px;
  color: #d70707;
  border-radius: 6px;
}
.table-pagination .pagination li.active a {
  background: #d70707;
  border: 1px solid #d70707;
  color: #ffffff;
}

.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: #d70707;
}

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

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: 10px;
  font-family: Verdana, sans-serif;
  font-weight: 600;
}
.off {
  color: #000;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 67%;
  font-size: 10px;
  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;
}

.primary-btn {
  background: #d70707;
  border: 1px solid #d70707;
}
.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;
}
.seller-status-0 {
  background: #faf9f1 !important;
  color: #68675a !important;
}
.seller-status-1 {
  background: #fff6ed !important;
  color: #f0aa67 !important;
}
.seller-status-2 {
  background: #eff8fe !important;
  color: #1877f2 !important;
}
.seller-status-3 {
  background: #f1fff9 !important;
  color: #12b76a !important;
}
.seller-status-4 {
  background: #f1fff9 !important;
  color: #12b76a !important;
}
.seller-status-5 {
  background: #fef3ef !important;
  color: #e36055 !important;
}
.seller-status-6 {
  background: #f3ecff !important;
  color: #6d3ebe !important;
}
.seller-status-7 {
  background: #eff8fe !important;
  color: #1877f2 !important;
}
.seller-status-8 {
  background: #f1fff9 !important;
  color: #12b76a !important;
}

.toast_toastSuccessMessage__Uudge {
  background-color: #fff6ed;
  color: #f0aa67;
  font-size: 20px;
  padding: 20px 20px;
  margin-top: 20px;
  font-family: "Inter", sans-serif !important;
}
.Toastify__toast {
  border-radius: 0px;
}
:root {
  --toastify-color-success: #faa067;
}

.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: #d70707;
}
.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;
  transition: all 0.6s;
  color: #fff;
  border: 1px solid #f0aa67;
  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;
} */

.order-details-block-ui {
  padding: 16px;
  width: 100%;
}
.product-detail-ui {
  display: block !important;
}
.order-info {
  display: inline-block;
  width: 100%;
  margin-bottom: 17px;
  border: 1px dotted #ccc;
}
.customer-info .order-full-info ul li label {
  width: 80px;
  vertical-align: top;
}
.customer-info .order-full-info ul li p {
  width: calc(100% - 100px);
  vertical-align: top;
}
.order-heading-ui {
  border-radius: 4px 4px 0 0;
  background-color: #dee6f1;
  min-height: 36px;
}
.order-heading-ui h4 {
  color: #0c1f36;
  font-size: 12px;
  line-height: 24px;
  margin: 0;
  padding: 6px 26px;
}

.order-info p {
  opacity: 1;
}
.order-id-ui ul li label {
  color: #6d7986;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 4px;
}
.order-id-ui ul li p {
  color: #0c1f36;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  opacity: 1;
}
.order-full-info {
  padding: 26px;
}
.order-full-info ul li {
  display: inline-block;
  width: 49%;
  margin-bottom: 12px;
}
.order-full-info ul li label {
  color: #6d7986;
  font-size: 14px;
  margin-bottom: 0;
  display: inline-block;
  width: 110px;
}
.order-full-info ul li p {
  color: #0c1f36;
  font-size: 14px;
  margin: 0;
  width: calc(100% - 120px);
  display: inline-block;
  font-weight: 500;
  opacity: 1;
  padding-left: 15px;
  word-break: break-all;
}
.order-items-info ul {
  padding: 26px 26px 0;
}
.order-items-info li {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}

.order-items-info li .left-ui,
.total-price-ui .left-ui {
  display: inline-block;
  width: calc(100% - 100px);
}
.order-items-info li .right-ui,
.total-price-ui .right-ui {
  display: inline-block;
  width: 90px;
  text-align: right;
  vertical-align: top;
}
.order-items-info li .left-ui .qnty {
  display: inline-block;
  vertical-align: top;
  padding-right: 15px;
}
.order-items-info li .left-ui .qnty label {
  color: #0c1f36;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  margin-bottom: 0;
  vertical-align: top;
}
.order-items-info li .left-ui .item-name-block {
  display: inline-block;
  vertical-align: top;
}
.order-items-info li .left-ui .item-name-block p {
  color: #0c1f36;
  font-size: 14px;
  line-height: 16px;
  opacity: 1;
  margin-bottom: 4px;
}
.order-items-info li .left-ui .item-name-block span {
  font-size: 12px;
  color: #6d7986;
  line-height: 14px;
  margin-bottom: 3px;
  display: block;
}
.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: red;
}

.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;
  padding: 10px 10px;
}

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

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

@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;
}
.revenue-card-block .revenue-list-ui ul li {
  width: 20%;
  margin: 0px;
  position: relative;
  overflow: hidden;
  border-radius: 0px;
  transition: 0.2s ease-in-out;
  cursor: pointer;
  border: none;
  padding: 17px 30px 16px;
  display: inline-block;
  text-align: center;
}
.revenue-card-block .revenue-list-ui ul li a {
  display: inline-block;
  width: 100%;
  position: relative;
  color: #0c1f36;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0px;
}

.revenue-card-block .revenue-list-ui ul li.active {
  background: #fff6f6;
}

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

.main-content {
  height: calc(100vh - 70px);
  overflow: auto;
  margin-top: 10px;
}

.reset_kyc_btn{
background: #d8322d;
color: white;
border-radius: 10px;
padding: 5px;
font-size: 15px;
cursor: pointer;
}
.btn_payment_status_update{
background: #ffd953;
color: #635a5a;
border-radius: 10px;
padding: 5px;
font-size: 15px;
cursor: pointer; 
}
.admin-updatepayment-status-td{
  padding-left: 0px;
}
.currency-addon-chkboxwrapper li input[type="checkbox"] + label
{
  position: relative;
  top: -4px;
}
.cls-transaction-wrapper .error{
  margin-bottom: -15px;
}