:root {
  --blue-color: #2490ef;
  --theame-black-color: #000;
  --white-color: #fff;
  --gray-color: #8a8e9c;
}

.monospace-font {
  font-family: var(--bs-font-monospace);
  letter-spacing: normal;
  font-size: inherit;
}

/**
 * Placeholder thickness minimized
 * */
.form-control::placeholder {
  color: rgba(168, 170, 173, 0.75);
  opacity: 1;
}

table.dataTable > thead .sorting:before,
table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_desc:before,
table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_desc_disabled:before {
  color: #000;
}

table.dataTable > thead .sorting:after,
table.dataTable > thead .sorting_asc:after,
table.dataTable > thead .sorting_desc:after,
table.dataTable > thead .sorting_asc_disabled:after,
table.dataTable > thead .sorting_desc_disabled:after {
  color: #000;
}

table.dataTable > thead .sorting:before,
table.dataTable > thead .sorting:after,
table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_asc:after,
table.dataTable > thead .sorting_desc:before,
table.dataTable > thead .sorting_desc:after,
table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_asc_disabled:after,
table.dataTable > thead .sorting_desc_disabled:before,
table.dataTable > thead .sorting_desc_disabled:after {
  opacity: 0.9 !important;
}

html.dark-theme table.dataTable > thead .sorting:before,
table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_desc:before,
table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_desc_disabled:before {
  color: #fff;
}

html.dark-theme table.dataTable > thead .sorting:after,
table.dataTable > thead .sorting_asc:after,
table.dataTable > thead .sorting_desc:after,
table.dataTable > thead .sorting_asc_disabled:after,
table.dataTable > thead .sorting_desc_disabled:after {
  color: #fff;
}

/**
 * Change Group Button size - (Right Side Buttons)
 * */
.cc-group-btn-size {
  padding: 0.375rem 0.15rem;
}

/**
  * Print page minimum width
 */
.min-width-600 {
  min-width: 600px;
}

/**
 * Autocomplete css
 * */
.ui-autocomplete {
  max-height: 160px;
  overflow-y: auto;
  overflow-x: hidden;
  /* prevent horizontal scrollbar */
}

/**
 * Autocomplete Loader for input box
 * */
.ui-autocomplete-loading {
  background: white url("autocomplete-loader/ui-anim_basic_16x16.gif") right
    center no-repeat;
}

/**
 * Cursor not allowed
 * */
.cursor-not-allowed {
  cursor: not-allowed;
}

/**
  * Input box border color change to primary class color
  * */
.custom-border-primary {
  border-color: #007bff !important;
  /* Replace with your desired color */
}

/**
 * Page Loader , Spinner
 * */
#spinner-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

#spinner-content {
  text-align: center;
}

#loading-message {
  color: white;
  margin-top: 15px;
  font-size: 18px;
}

/**
 * Highlight last added table row
 * */
tr.highlight {
  animation: popIn 0.5s ease-out;
}

@keyframes popIn {
  0% {
    transform: scale(1.05);
    background-color: rgb(0 140 255 / 5%);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }

  100% {
    transform: scale(1);
    background-color: rgb(0 140 255 / 5%);
    box-shadow: none;
  }
}

/**
* no code 
* */
.text-transform-none {
  text-transform: none;
}

/**
* input group input box, in one group i need to show some of the select or 
* input box 30 %
* */
.cu-flex-30 {
  flex: 0 0 30% !important;
}

.cu-flex-35 {
  flex: 0 0 40% !important;
}

.cu-w-500-px {
  width: 500px !important;
}
.dropdown-menu.cu-w-500-px {
  width: 550px !important;
}

/**
 * POS Page Items Selected Table Resize
 * */
.resizable-vertical {
  resize: vertical;
  overflow: auto;
  /* Required for the resize property to work */
  min-height: 270px;
}

/**
 * No Padding for invoice tables
 * */

.btn-orange {
  background-color: #f47c4e;
  color: #fff;
}
.btn-orange:hover {
  background-color: #f47c4e;
  color: #fff;
}

#invoiceItemsTable input.form-control {
  padding-left: 0rem;
  padding-right: 0rem;
  font-size: 18px;
}

body {
  background: var(--white-color);
}

a {
  color: var(--theame-black-color);
}

.pace .pace-progress {
  background: var(--theame-black-color);
}

.pace .pace-progress-inner {
  box-shadow: 0 0 10px var(--theame-black-color),
    0 0 5px var(--theame-black-color);
}

.sidebar-wrapper {
  width: 230px;
  background: #d8e6e9;
  box-shadow: none !important;
  z-index: 110;
}

.sidebar-wrapper .metismenu {
  padding-left: 0;
  padding-right: 4px;
  margin-top: 35px;
}

.sidebar-header {
  width: 230px;
  height: 45.5px;
  background: #d8e6e9;
  padding: 0 6px;
  border-bottom: 0.5px solid #c1c1c1;
}

.sidebar-wrapper .metismenu ul {
  background: #d8e6e9;
}

.sidebar-wrapper .metismenu .mm-collapse .mm-active > a {
  background: transparent;
  font-weight: 600;
}

.logo-text {
  font-size: 16px;
  color: var(--theame-black-color);
}

.toggle-icon {
  color: var(--theame-black-color);
  font-size: 20px;
}

.sidebar-wrapper .metismenu a {
  font-size: 14px;
  padding: 6px 14px;
  color: var(--theame-black-color);
}

.sidebar-wrapper .metismenu ul a {
  font-size: 13px;
  color: var(--theame-black-color);
}

.sidebar-wrapper .metismenu .mm-active > a,
.sidebar-wrapper .metismenu a:active,
.sidebar-wrapper .metismenu a:focus,
.sidebar-wrapper .metismenu a:hover {
  /* background-color: rgb(208 208 209 / 60%); */
  background-color: #ffffff;
  color: var(--theame-black-color);
}

.sidebar-wrapper .metismenu a .parent-icon {
  font-size: 20px;
  color: var(--theame-black-color);
}

.page-wrapper {
  margin-left: 0px;
}

.page-footer,
.topbar {
  left: 0px;
  /* background: #ebeef0; */
  background: #d8e6e9;
  box-shadow: none;
  z-index: 100;
}

.back-to-top {
  z-index: 101;
}

.page-content {
  padding: 10px;
}

.metismenu .has-arrow:after {
  transform: rotate(225deg) translateY(-50%);
  -webkit-transform: rotate(225deg) translateY(-50%);
  -moz-transform: rotate(225deg) translateY(-50%);
  -ms-transform: rotate(225deg) translateY(-50%);
  -o-transform: rotate(225deg) translateY(-50%);
}

.metismenu .has-arrow[aria-expanded="true"]:after,
.metismenu .mm-active > .has-arrow:after {
  transform: rotate(45deg) translateY(-50%);
  -webkit-transform: rotate(45deg) translateY(-50%);
  -moz-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  -o-transform: rotate(45deg) translateY(-50%);
}

.simplebar-content-wrapper::-webkit-scrollbar {
  width: 3px !important;
  height: 3px !important;
  color: var(--white-color) !important;
  background-color: var(--white-color) !important;
}

.simplebar-content-wrapper::-webkit-scrollbar-thumb {
  background-color: rgb(204, 204, 204) !important;
  border-radius: 10px !important;
  padding-left: 5% !important;
  transition: background-color 0.8s ease;
  cursor: pointer;
}

.dashboard-card {
  background-color: #f9f9fb !important;
  border-radius: 12px;
  box-shadow: none !important;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border: 1px solid #ddd;
  margin-bottom: 10px;
}

.dashboard-card .card {
  margin-bottom: 0.25rem !important;
  box-shadow: none;
  border: 1px solid #ddd;
}

.dashboard-card a {
  color: var(--theame-black-color);
}

.dashboard-card .inovices-widget-icon img {
  width: 16px;
}

.inovices-widget-icon {
  padding: 5px;
  border-radius: 5px;
}

.dashboard-card p,
.dashboard-card p i {
  font-size: 12px;
}

.profit-plus,
.profit-mina {
  border: 1px solid #96dfb4;
  background-color: #e1ffed;
  color: #33b469;
  font-size: 11px;
  padding: 2.5px;
  font-weight: 600;
  line-height: 1;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.profit-mina {
  border: 1px solid #ffc6c6;
  background-color: #fff0f0;
  color: #ff3030;
}

.bg-success-light {
  background-color: #e1ffed !important;
  color: #33b469 !important;
}

.bg-danger-light {
  background-color: #fff0f0 !important;
  color: #ff0000 !important;
}

.bg-info-light {
  background: #ddf3ff;
}

.bg-warning-light {
  background: #fff6dc;
}

.dash-card-text-sec h6 {
  font-size: 14px;
}

.dash-card-text-sec p {
  font-size: 10px;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-weight: 500;
}

.dashboard-card .card-body {
  color: #000;
}

.dash-card-bottom p span:nth-child(2) {
  font-size: 11px;
  color: #000;
  margin-left: 3px;
}

table.border {
  border: 0.5px var(--bs-border-style) #c1c1c1 !important;
  border-top-width: 0px !important;
}
table.table tr:hover td {
  /* background-color: #edf1f2 !important; */
  cursor: pointer;
}

table.table.table-bordered.dataTable th:last-child,
table.table.table-bordered.dataTable th:last-child,
table.table.table-bordered.dataTable td:last-child,
table.table.table-bordered.dataTable td:last-child {
  border-right-width: 0px;
}
table.table.table-bordered > :not(caption) > * {
  border-width: 0.5px;
}

.table {
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
  border: 0.5px solid #c1c1c1;
  border-bottom: 0.5px solid #c1c1c1;
}

.table thead {
  background-color: #eee;
  border-radius: 10px 10px 0 0 !important;
  -webkit-border-radius: 10px 10px 0 0 !important;
  -moz-border-radius: 10px 10px 0 0 !important;
  -ms-border-radius: 10px 10px 0 0 !important;
  -o-border-radius: 10px 10px 0 0 !important;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: var(--blue-color);
}

.table .thead-light th,
.table thead th {
  color: #1f272e;
  /* border-bottom: 0.5px solid #c1c1c1; */
  color: #1e293b !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  border-color: #c1c1c1;
  border-width: 0.5px;
  /* border-right: none; */
  background-color: transparent;
}
table.table .form-check-input {
  border: var(--bs-border-width) solid #c1c1c1;
}
.table thead th {
  padding: 8px 5px !important;
}

.table thead th,
.table tbody td {
  padding: 8px !important;
  white-space: nowrap;
  color: #1e293b;
  vertical-align: middle;
  line-height: normal;
}

.table tbody tr td {
  /* border-bottom: 0.5px solid #c1c1c1 !important; */
  /* border-right: none; */
  font-size: 14px;
  border-color: #c1c1c1;
  border-width: 0.5px;
}
.table tbody tr:first-child td {
  border-top-width: 0;
}

thead tr {
  /* background-color: #fafbfe; */

  background-color: #d8e6e9;
}

.bg-light-apna {
  background-color: #d8e6e9;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: transparent;
  color: #000;
}

.btn {
  padding: 4px 13px !important;
}

.btn-white,
.btn-outline-white {
  color: #1f272e;
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 4px 13px !important;
  border-radius: 8px;
  box-shadow: none !important;
  background-color: #f3f3f3;
  font-weight: 400;
}

.btn-outline-white {
  background-color: transparent;
}

.btn-white:hover,
.btn-outline-white:hover,
.btn-outline-white:focus,
.btn-white:focus,
.btn-white:active,
.btn-outline-white:active {
  border-radius: 8px;
  box-shadow: none !important;
  background-color: #f3f3f3;
  color: #1f272e;
  border: 1px solid #ddd;
}

.btn-primary,
.btn-outline-primary {
  background-color: var(--blue-color);
  color: var(--white-color);
  padding: 4px 13px !important;
  border-radius: 8px;
  border: 1px solid var(--blue-color);
  font-weight: 400;
}
.dashboard-card .btn-primary {
  color: var(--white-color);
}

a.btn-outline-primary,
.btn-outline-primary {
  background-color: transparent;
  color: var(--blue-color);
}
.btn-primary.dropdown-toggle-split {
  box-shadow: 3px 1px 2px -1px rgba(0, 0, 0, 0.1);
}
.split-btns-border {
  height: 100%;
  width: 1px;
  background-color: #fff;
  z-index: 2;
}

.btn-success,
.btn-outline-success {
  background-color: #15ca20;
  color: var(--white-color);
  padding: 4px 13px !important;
  border-radius: 8px;
  border: 1px solid #15ca20;
  font-weight: 400;
}

.btn-outline-success {
  background-color: transparent;
  color: #15ca20;
  box-shadow: none;
}

.btn-danger,
.btn-outline-danger {
  background-color: #fd3550;
  color: var(--white-color);
  padding: 4px 13px !important;
  border-radius: 8px;
  border: 1px solid #fd3550;
  font-weight: 400;
}

.btn-outline-danger {
  background-color: transparent;
  color: #fd3550;
  box-shadow: none;
}

.btn-outline-danger:focus,
.btn-outline-success:focus,
.btn:first-child:active:focus-visible,
.btn:focus-visible {
  box-shadow: none !important;
}

.btn-white,
.btn-primary {
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1);
}

.btn-primary:hover,
.btn-outline-primary:hover,
.btn-primary:focus,
.btn-outline-primary:focus,
.btn.btn-primary:active,
.btn.btn-outline-primary:active {
  background-color: var(--blue-color);
  color: var(--white-color) !important;
  border: 1px solid var(--blue-color);
  font-weight: 400;
  box-shadow: none;
}

.btn {
  font-size: 14px;
}

.btn.btn-outline-danger.remove,
.btn.btn-outline-danger.remove_payment {
  display: block;
}

.btn i {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0;
}

.page-breadcrumb .breadcrumb li.breadcrumb-item {
  font-size: 14px;
  color: #000;
}

/* input fild css start  */
.apna-hisab-label-content {
  position: relative;
  margin-bottom: 10px;
}

.apna-hisab-label-content i {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: max-content;
  cursor: pointer;
}

.apna-hisab-label {
  color: #ccc;
  font-size: 14px;
  position: absolute;
  pointer-events: none;
  left: 6px;
  top: 8px;
  padding: 0 5px;
  background: var(--white-color);
  text-transform: capitalize;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  z-index: 10;
}

.select2-label .apna-hisab-label {
  z-index: 100;
}

.select2-container--bootstrap-5 .select2-selection--single,
.select2-container--bootstrap-5
  .select2-dropdown
  .select2-search
  .select2-search__field,
.form-control,
.apna-hisab-input,
.apna-hisab-select,
.apna-hisab-textarea {
  border: 1.5px solid rgba(145, 158, 171, 0.32) !important;
  box-shadow: none;
  border-radius: 2px;
  width: 100%;
  margin: 0;
  padding: 6px 12px !important;
  font-size: 14px;
  color: #3f4254;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.apna-hisab-input.has-text,
.apna-hisab-select.has-text,
.apna-hisab-textarea.has-text {
  border-color: #6c757d !important;
  /* Border color when input has text */
}

.apna-hisab-input:focus,
.apna-hisab-select:focus,
.apna-hisab-textarea:focus,
.form-select:focus {
  outline: none;
  border: 1.5px solid #6c757d !important;
}

.apna-hisab-input:focus ~ .apna-hisab-label,
.apna-hisab-textarea:focus ~ .apna-hisab-label,
.apna-hisab-select:focus ~ .apna-hisab-label {
  top: -8px;
  left: 10px;
  font-size: 11px;
  color: #1f272e;
  background: var(--white-color);
}

.apna-hisab-input:not(:placeholder-shown) ~ .apna-hisab-label {
  top: -8px;
  left: 10px;
  font-size: 11px;
  color: #1f272e;
  background: var(--white-color);
}

.apna-hisab-textarea:not(:placeholder-shown) ~ .apna-hisab-label {
  top: -8px;
  left: 10px;
  font-size: 11px;
  color: #1f272e;
  background: var(--white-color);
}

.apna-hisab-select:not([value=""]):valid ~ .apna-hisab-label {
  top: -8px;
  left: 10px;
  font-size: 11px;
  color: #1f272e;
  background: var(--white-color);
}

.apna-hisab-select[value=""]:focus ~ .apna-hisab-label {
  top: 11px;
  font-size: 11px;
  color: #1f272e;
  background: var(--white-color);
}

.form-control:focus,
.select2-container--bootstrap-5
  .select2-dropdown
  .select2-search
  .select2-search__field:focus,
.select2-container--bootstrap-5.select2-container--focus .select2-selection,
.select2-container--bootstrap-5.select2-container--open .select2-selection {
  box-shadow: none;
  border-color: rgba(145, 158, 171, 0.32);
}

.select2-container--bootstrap-5
  .select2-selection--single
  .select2-selection__rendered {
  font-size: 14px;
}

.select2-container--bootstrap-5 .select2-dropdown,
.form-select {
  border: 1.5px solid rgba(145, 158, 171, 0.32);
}

.select2-container--bootstrap-5
  .select2-dropdown
  .select2-results__options
  .select2-results__option {
  font-size: 13px;
}

.select2-container--bootstrap-5
  .select2-dropdown
  .select2-search
  .select2-search__field {
  padding: 2px 8px !important;
}

.dt-buttons .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  /* Space between icon and text */
}

/* Add Icons Using ::before */
.dt-buttons .buttons-copy.multi_delete::before {
  content: "\f2ed";
  /* Trash icon (Font Awesome) */
  font-family: "Font Awesome 5 pro";
  font-weight: 900;
  /* margin-right: 5px; Space between icon and text */
}

.dt-buttons .buttons-copy::before {
  content: "\f0c5";
  /* Copy icon */
  font-family: "Font Awesome 5 pro";
  font-weight: 900;
  /* margin-right: 5px; */
}

.dt-buttons .buttons-excel::before {
  content: "\f1c3";
  /* Excel icon */
  font-family: "Font Awesome 5 pro";
  font-weight: 900;
  /* margin-right: 5px; */
}

.dt-buttons .buttons-csv::before {
  content: "\f6dd";
  /* CSV icon */
  font-family: "Font Awesome 5 pro";
  font-weight: 900;
  /* margin-right: 5px; */
}

.dt-buttons .buttons-pdf::before {
  content: "\f1c1";
  /* PDF icon */
  font-family: "Font Awesome 5 pro";
  font-weight: 900;
  /* margin-right: 5px; */
}

.dt-buttons .btn span {
  display: none;
}

div.dataTables_wrapper div.dataTables_info {
  padding-top: 0 !important;
}

.pagination {
  margin-top: 10px;
  justify-content: start;
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0rem;
  --bs-pagination-font-size: 14px;
}

.pagination button {
  padding: 5px 10px;
  margin: 0 2px;
  cursor: pointer;
  border: 1px solid #1f272e;
  color: #1f272e;
  background-color: var(--white-color);
  border-radius: 5px;
}

.pagination li {
  margin: 0 3px;
}

.pagination button.active {
  background-color: #1f272e;
  color: var(--white-color);
}

.active > .page-link,
.page-link.active {
  background-color: #1f272e;
  border-color: #1f272e;
}
.page-link:focus {
  box-shadow: none;
}
.page-link:hover {
  color: #1f272e;
}
.page-item.active .page-link:hover {
  color: #fff;
}

#datatable_wrapper .card-body {
  padding: 0.25rem !important;
}

.table-responsive {
  min-height: 450px;
}

.table-height {
  min-height: auto;
}

.form-select:focus,
.form-control,
.form-check-input:focus {
  box-shadow: none;
}

.radio-label label {
  position: static;
  color: #1f272e;
  background: transparent;
  padding: 0;
}

.apna-hisab-label-content.input-group .apna-hisab-input.cu_numeric,
.apna-hisab-label-content.input-group .apna-hisab-input.second-input,
.second-input {
  border-radius: 0px 8px 8px 0px !important;
  -webkit-border-radius: 0px 8px 8px 0px !important;
  -moz-border-radius: 0px 8px 8px 0px !important;
  -ms-border-radius: 0px 8px 8px 0px !important;
  -o-border-radius: 0px 8px 8px 0px !important;
}

.apna-hisab-label-content.input-group .apna-hisab-input:first-child {
  border-radius: 8px 0px 0px 8px !important;
  -webkit-border-radius: 8px 0px 0px 8px !important;
  -moz-border-radius: 8px 0px 0px 8px !important;
  -ms-border-radius: 8px 0px 0px 8px !important;
  -o-border-radius: 8px 0px 0px 8px !important;
}

/* .input-group-text {
    border: 1.5px solid rgba(145, 158, 171, 0.32);
    border-left: 0;
}
.input-group .center-input {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}
span.input-group-text {
    border-right: 0;
    padding: 8.5px 12px;
    height: 100%;
}
.input-group button.list-group-btn {
    height: 36px;
}
span.input-group-text i {
    line-height: normal;
    
}
span.input-group-text:first-child {
    border-left: 1.5px solid rgba(145, 158, 171, 0.32);
}
span.input-group-text:last-child {
    border-right: 1.5px solid rgba(145, 158, 171, 0.32);
} */
.select2-container--bootstrap-5 .select2-selection {
  height: auto;
}

.inputs-main {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.inputs-main .inputs-first :where(input, select),
.inputs-main .inputs-first,
.inputs-main
  .inputs-first
  .select2-container--bootstrap-5
  .select2-selection--single {
  border-width: 1.5px;
  border-right: 0 !important;
  border-radius: 8px 0px 0px 8px;
  -webkit-border-radius: 8px 0px 0px 8px;
  -moz-border-radius: 8px 0px 0px 8px;
  -ms-border-radius: 8px 0px 0px 8px;
  -o-border-radius: 8px 0px 0px 8px;
}

.inputs-main .inputs-second :where(input, select),
.inputs-main
  .inputs-second
  .select2-container--bootstrap-5
  .select2-selection--single {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-left: none !important;
  border-right: none !important;
}

.input-group-text.inputs-second {
  padding: 4.6px 12px !important;
  border-width: 1.5px;
  /* border */
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

.inputs-main .inputs-third {
  border-width: 1.5px;
  border-left: 0 !important;
  border-radius: 0px 8px 8px 0px;
  -webkit-border-radius: 0px 8px 8px 0px;
  -moz-border-radius: 0px 8px 8px 0px;
  -ms-border-radius: 0px 8px 8px 0px;
  -o-border-radius: 0px 8px 8px 0px;
}

.inputs-main .apna-hisab-label-content.inputs-third input {
  border-radius: 0px 8px 8px 0px;
  -webkit-border-radius: 0px 8px 8px 0px;
  -moz-border-radius: 0px 8px 8px 0px;
  -ms-border-radius: 0px 8px 8px 0px;
  -o-border-radius: 0px 8px 8px 0px;
}

.inputs-main .input-group-text {
  padding: 4.5px 12px;
}

.inputs-main button {
  padding: 4.5px 12px !important;
}

.inputs-main button.primary-btn {
  border: 1.5px solid var(--blue-color);
  color: var(--blue-color);
  border-left: 1.5px solid var(--blue-color) !important;
}

.inputs-main button.secondary-btn {
  border: 1.5px solid #6c757d;
  color: #6c757d;
  border-left: 1.5px solid #6c757d !important;
}

.inputs-second .open-party-model.inputs-third {
  border-radius: 0px 8px 8px 0px;
  border-left: 1.5px solid rgba(145, 158, 171, 0.32) !important;
}

.inputs-main .border-right {
  border-right: 1.5px solid rgba(145, 158, 171, 0.32) !important;
}

ul.nav.nav-tabs {
  --bs-nav-link-padding-y: 0px;
}

ul.nav.nav-tabs .nav-item .nav-link {
  padding: 4px 8px;
}

ul.nav.nav-tabs .nav-item .nav-link {
  color: var(--gray-color);
  /* font-weight: 600; */
}

ul.nav.nav-tabs .nav-item .nav-link:hover {
  color: var(--theame-black-color);
  border-color: #dee2e6 #dee2e6 transparent;
}

ul.nav.nav-tabs {
  --bs-nav-tabs-border-color: #dee2e6;
}

ul.nav.nav-tabs .nav-item .nav-link:focus,
.nav-success.nav-tabs .nav-item .nav-link.active {
  color: var(--theame-black-color);
  border-color: #dee2e6 #dee2e6 transparent;
}

.select2-dropdown span.fs-4 {
  font-size: 14px !important;
}

.select2-dropdown .fadeIn.fs-3 {
  font-size: 14px !important;
}

.select2-dropdown small .fadeIn.text-primary {
  color: #000 !important;
}

.select2-container--bootstrap-5
  .select2-dropdown
  .select2-results__options
  .select2-results__option.select2-results__option--selected {
  background-color: var(--blue-color);
}

.select2-container--bootstrap-5
  .select2-dropdown
  .select2-results__options
  .select2-results__option.select2-results__option--selected
  small
  .fadeIn.text-primary {
  color: var(--white-color) !important;
}

.table-responsive table :where(input, select, textarea) {
  padding: 2px 8px !important;
  font-size: 14px !important;
}

.table-responsive table select {
  padding-right: 16px !important;
}

.table-responsive table .form-select {
  background-size: 9px 8px;
  background-position: right 0.25rem center;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid var(--blue-color);
  background: var(--blue-color);
}

.apna-hisab-label-content.border-right-gray,
.inputs-main .border-right-gray {
  border-right: 1.5px solid rgba(145, 158, 171, 0.32) !important;
}

.border-left-blue {
  border-left: 1.5px solid var(--blue-color) !important;
}

.table-responsive table tr input:where([type="text"], [type="number"]),
.table-responsive table tr select,
.table-responsive table tr .form-select:focus {
  min-width: 100px !important;
  min-height: 35px;
  background-color: transparent;
  border: none !important;
}

.table-responsive table tr textarea {
  border: none !important;
}

.table-responsive table tr td .des-tax-hei {
  min-height: auto !important;
  border: 1px solid rgba(145, 158, 171, 0.32) !important;
  min-width: 80px !important;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
}

.input-group .dis-btn {
  padding: 2px 10px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

/* .input-table .table tbody tr td {
    padding: 0px !important;
} */
.table-responsive table tr td textarea.form-control {
  min-height: 28px;
}

.table-responsive table tr td .input-group {
  flex-wrap: nowrap;
}

.table-responsive table tr textarea {
  min-width: 150px;
}

input.dis-amo {
  padding: 0 !important;
  border: none !important;
}

.table-responsive table tr td.tabl-pad {
  padding: 0px 5px !important;
}

.table-responsive table input[type="checkbox"] {
  padding: 0 !important;
}

.form-control:read-only {
  background-color: var(--bs-form-control-disabled-bg);
  opacity: 1;
}

.input-table .form-control:read-only {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

.datepicker-edit:read-only,
.datepicker:read-only {
  background-color: inherit;
}

.fm-menu .list-group a i {
  font-size: 18px;
}

.fm-menu .list-group a {
  font-size: 14px;
}

.list-group-item.active {
  background-color: #2490ef;
  border-color: #2490ef;
}

li.list-group-item.active {
  color: var(--theame-black-color) !important;
}

.sms_tab .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #1e293b;
}

.sms_tab .accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-icon);
}

.sms_tab .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}

.topbar .navbar .dropdown-app .dropdown-menu .app-name {
  font-size: 12px;
}

.user-box {
  display: flex;
  align-items: center;
  height: auto;
  border-left: 0.5px solid #c1c1c1;
  border-right: 0.5px solid #c1c1c1;
}
.user-box .user-img {
  height: 32px;
  width: 32px;
}
.user-info .user-name {
  font-size: 13px;
}

.user-info .designattion {
  font-size: 11px;
}

#itemsGridContainer {
  height: 755px !important;
}

.batch-serial-btns .ahmad {
  border-radius: 8px 0px 0px 8px;
  -webkit-border-radius: 8px 0px 0px 8px;
  -moz-border-radius: 8px 0px 0px 8px;
  -ms-border-radius: 8px 0px 0px 8px;
  -o-border-radius: 8px 0px 0px 8px;
  border-right: none !important;
}

.batch-serial-btns .trackBtn {
  border-radius: 0px 8px 8px 0px;
  -webkit-border-radius: 0px 8px 8px 0px;
  -moz-border-radius: 0px 8px 8px 0px;
  -ms-border-radius: 0px 8px 8px 0px;
  -o-border-radius: 0px 8px 8px 0px;
}

.itm-pro-ser-btn:hover {
  color: var(--blue-color) !important;
}

.btn-check:active + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
  color: var(--white-color) !important;
}

.invoice {
  padding: 8px !important;
}

.invoice table td,
.invoice table th {
  padding: 5px !important;
}

.invoice table th {
  font-size: 12px;
}

.invoice table .no {
  font-size: 14px;
  background: #eee;
  color: var(--gray-color);
}

.invoice table .qty,
.invoice table .total,
.invoice table .unit {
  font-size: 1em;
}

.invoice table tfoot td {
  font-size: 1em;
}

.invoice {
  padding-left: 5px;
  padding-right: 5px;
}

.footer-icons .footer-icon-icon,
.footer-icons .bx.bx-grid-alt {
  font-size: 25px;
  line-height: normal;
  color: var(--theame-black-color);
}

.footer-icons .footer-icon-text {
  font-size: 11px;
}

#batchModal,
#serialModal {
  z-index: 1056 !important;
}

/* sidebar css  */

.mobile-toggle-menu {
  display: flex;
}

.wrapper.toggled .sidebar-wrapper,
.wrapper.toggled .topbar,
.wrapper.toggled .page-footer {
  left: 0;
}
.wrapper.toggled .page-wrapper {
  margin-left: 0px;
}

.sidebar-wrapper {
  left: -300px;
  box-shadow: none;
}

.wrapper.toggled .sidebar-wrapper,
.wrapper.toggled .sidebar-wrapper .sidebar-header {
  width: 235px !important;
}
.sidebar-wrapper .metismenu ul a i {
  margin-right: 10px;
}

body .wrapper.toggled .sidebar-wrapper .sidebar-header,
body .wrapper.toggled .sidebar-wrapper .metismenu a,
body .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu a {
  justify-content: start;
}

.wrapper.toggled .sidebar-wrapper .metismenu li ul,
.wrapper.toggled .sidebar-wrapper .metismenu .menu-title,
.wrapper.toggled .sidebar-wrapper .sidebar-header .logo-text,
.wrapper.toggled .sidebar-wrapper .sidebar-header .toggle-icon,
.wrapper.toggled .sidebar-wrapper .metismenu li.menu-label,
.wrapper.toggled .sidebar-wrapper .metismenu .has-arrow:after {
  display: block !important;
}
.wrapper.toggled .metismenu .mm-collapse:not(.mm-show) {
  display: none !important;
}
.sidebar-wrapper .mm-collapse a.justify-content-between .far.fa-bookmark {
  display: none;
}
.sidebar-wrapper .mm-collapse a.justify-content-between:hover .far.fa-bookmark {
  display: block;
}
.bookmark-icon {
  cursor: pointer;
}
.topbar .navbar {
  border-bottom: 0.5px solid #c1c1c1;
  height: auto;
  padding: 0;
}
.bookmarked-menus-nav {
  background-color: #d8e6e9;
  border-bottom: 0.5px solid #c1c1c1;
}
.bookmarked-menus-nav ul {
  display: flex;
  list-style: none;
  max-width: 100%;
  overflow-x: scroll;
}
.bookmarked-menus-nav .fa-bookmark {
  padding: 6px;
  color: #000;
  border-right: 0.5px solid #c1c1c1;
}
.bookmarked-menus-nav ul li {
  border-right: 0.5px solid #c1c1c1;
  padding: 3px 6px;
  line-height: 1.3;
}
.bookmarked-menus-nav ul li a {
  width: max-content;
  display: inline-flex;
  /* font-weight: 500; */
}

.page-wrapper {
  margin-top: 68px;
}
.bookmarked-menus-nav ul::-webkit-scrollbar {
  display: none;
}
.bookmarked-menus-nav .mobile-toggle-menu {
  font-size: inherit;
  border-right: 0.5px solid #c1c1c1;
  padding-right: 6px;
  color: #000;
}
.bookmarked-menus-nav .mobile-toggle-menu .bx-menu {
  font-size: 22px;
  line-height: 1.1;
}

.nav-item .app-name .shot-key {
  font-size: 10px;
  background-color: #ebeef0;
  color: #000;
  padding: 1px 5px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.topbar .navbar .dropdown-menu::after {
  top: -7px;
  border-top: 1px solid #dee2e8;
  border-left: 1px solid #dee2e8;
}
.wrapper.toggled .overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.6;
  z-index: 102;
  display: block;
  cursor: move;
  transition: all 0.2s ease-out;
}
.header-logo {
  border-radius: 100px;
  object-fit: fill;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
}
.logo-icon {
  width: 100%;
  height: 100%;
}
.simplebar-track.simplebar-vertical {
  top: 0;
  width: 0px;
}
.btn.btn-sm .badge {
  font-size: 9px;
  font-weight: 500;
}
.dashboard-card .chart-container-2 {
  height: 180px;
}
/* .card-body.scroll-items {
  max-height: 87px;
  min-height: 87px;
  overflow-y: scroll;
} */
/* .card-body.scroll-items::-webkit-scrollbar {
  display: none;
} */
.card-body.scroll-items .items-ul li {
  border-bottom: 1px solid #bfbfbf;
  list-style: none;
}
.badge.text-secondary.bg-light-secondary {
  background-color: rgb(0 0 0 / 0.11) !important;
}

.main-dashboard-card {
  width: 20%;
}

/* ledger css  */
.ledger-foot p {
  font-size: 13px;
}
.ledger-foot .accordion-button:focus {
  box-shadow: none;
}
.ledger-foot .accordion-button {
  border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  -ms-border-radius: 6px !important;
  -o-border-radius: 6px !important;
}
.ledger-foot .border-dark {
  border-left: 1px solid #c1c1c1 !important;
}
.ledger-foot .accordion-button:not(.collapsed) {
  color: #000;
  background-color: #fff;
  box-shadow: none;
  border-bottom: 1px solid #c1c1c1;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}
.ledger-foot .accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-icon);
}
.ledger-foot .accordion-item {
  border-radius: 6px;
}
.ladger-body p {
  font-size: 13px;
}
.ladger-body p span {
  font-weight: 500;
}
.modal-footer > * {
  margin: 0;
}
.modal-footer {
  gap: 8px;
}
.btn-close:focus {
  box-shadow: none;
}
/* .customer-lists.table-responsive .float-start .dataTables_length ,
.customer-lists.table-responsive .float-end .dataTables_filter ,
.customer-lists.table-responsive .float-end .card-body {
  display: none !important;
} */
.customer-lists.table-responsive .row:first-child .col-sm-12 {
  display: none;
}
.party-details span {
  font-size: 12px;
}
html #filter-row input,
.search-input .apna-hisab-input {
  padding: 4px 8px !important;
  font-size: 13px;
}
html #filter-row .apna-hisab-input:not(:placeholder-shown) ~ .apna-hisab-label {
  font-size: 10px;
}
#filter-icon {
  background: #2490ef;
  padding: 8px;
  color: #fff;
  border-radius: 8px;
  cursor: pointer;
}
.search-input .apna-hisab-label {
  top: 5px;
}
.alert-modal .modal-content {
  border: 1px solid #fd3550;
  position: relative;
  box-shadow: rgba(248, 215, 218, 0.3) 0px 5px 8px 0px;
}
.alert-modal .modal-content .alert-close {
  position: absolute;
  right: -8px;
  top: -8px;
  background-color: #fd3550;
  border-radius: 100px;
  padding: 4px;
  opacity: 1;
  height: 20px;
  width: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}
.item-details .col-12.col-md-2 img {
  border: 1px solid;
  height: 100px;
  width: 100%;
  object-fit: inherit;
  cursor: pointer;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.item-details h6 span {
}
.item-details span {
  font-size: 12px;
}

.pagination-start .pagination {
  justify-content: flex-start !important;
}
.mini-stock-qty-icon {
  width: 22px;
  height: 22px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffefef;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

.attachments-file-upload {
  position: relative;
  display: flex;
  align-items: center;
}

.attachments-file-upload .btn.btn-primary,
.attachments-file-upload .btn.btn-danger {
  padding: 6px 13px !important;
  border-width: 1.5px;
  border-radius: 0 6px 6px 0;
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  -ms-border-radius: 0 6px 6px 0;
  -o-border-radius: 0 6px 6px 0;
}
.attachments-file-upload .btn-danger.active {
  background-color: #fd3550;
  border-color: #fd3550;
}
.attachments-file-upload .btn.btn-danger {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.attachments-file-upload input[type="file"] {
  display: none;
}
.attachments-file-upload i {
  position: unset;
  font-size: 18px;
}
.attachments-file-upload .file-name {
  flex-grow: 1;
  padding: 6px 12px !important;
  border: 1.5px solid rgba(145, 158, 171, 0.32) !important;
  border-right: 0px solid transparent !important ;
  border-radius: 6px 0 0 6px;
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  -ms-border-radius: 6px 0 0 6px;
  -o-border-radius: 6px 0 0 6px;
}
.attachments-file-upload .file-name:hover {
  background-color: #f8f9fa; /* Slight hover effect for better UX */
}
.attachments-file-upload .btn-remove {
  display: none;
}
.attachments-file-upload .btn-remove.active {
  display: inline-block;
}
.btn.btn-lg {
  padding: 8px 16px !important;
}
.modal .no-internet-icon {
  width: 150px;
}
.donthave-account a,
.already-account a {
  text-decoration: underline;
  color: #191258;
}
.table-text-start {
  text-align: start !important;
}
table.dataTable>thead>tr>th:not(.sorting_disabled), table.dataTable>thead>tr>td:not(.sorting_disabled) {
  padding-right: 30px !important;
}
/* =============== darkmode css ===============  */

html.dark-theme .sidebar-wrapper .metismenu a .parent-icon {
  color: #fff;
}

html.dark-theme .dashboard-card {
  background-color: #2f3436 !important;
  border: 1px solid rgb(255 255 255 / 12%) !important;
}

html.dark-theme .dashboard-card .card {
  border: 1px solid rgb(255 255 255 / 20%) !important;
}

html.dark-theme .dashboard-card .text-dark {
  color: #fff !important;
}

html.dark-theme thead,
html.dark-theme thead tr {
  background-color: #2f3436 !important;
}

html.dark-theme thead th {
  color: #fff !important;
}

html.dark-theme .table > :not(caption) > * > * {
  background-color: transparent;
}

html.dark-theme .table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: transparent;
}

html.dark-theme tbody,
html.dark-theme td,
html.dark-theme tfoot,
html.dark-theme th,
html.dark-theme thead,
html.dark-theme tr {
  border-color: transparent;
}

html.dark-theme .table tbody tr td {
  border-bottom: 1px solid rgb(255 255 255 / 12%) !important;
}

html.dark-theme .apna-hisab-select:not([value=""]):valid ~ .apna-hisab-label,
html.dark-theme .apna-hisab-label,
html.dark-theme
  .apna-hisab-textarea:not(:placeholder-shown)
  ~ .apna-hisab-label,
html.dark-theme .apna-hisab-input:not(:placeholder-shown) ~ .apna-hisab-label,
html.dark-theme .apna-hisab-input:focus ~ .apna-hisab-label,
html.dark-theme .apna-hisab-textarea:focus ~ .apna-hisab-label,
html.dark-theme .apna-hisab-select:focus ~ .apna-hisab-label {
  background: #12181a;
  color: var(--gray-color);
}

html.dark-theme .form-control:focus {
  box-shadow: none;
}

html.dark-theme .btn-outline-white:hover,
html.dark-theme .btn-outline-white:focus,
html.dark-theme .btn-outline-white:active {
  color: #1f272e;
  border: 1px solid #ddd;
  color: #e4e5e6;
  background-color: #12181a;
}

html.dark-theme input:-webkit-autofill,
html.dark-theme input:-webkit-autofill:hover,
html.dark-theme input:-webkit-autofill:focus,
html.dark-theme input:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: white;
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: inset 0 0 20px 20px #12181a;
}

html.dark-theme ul.nav.nav-tabs .nav-item .nav-link:focus,
html.dark-theme .nav-success.nav-tabs .nav-item .nav-link.active {
  color: #fff;
}

html.dark-theme .nav-success.nav-tabs .nav-link.active {
  border-color: rgb(255 255 255 / 0.14);
}

html.dark-theme ul.nav.nav-tabs .nav-item .nav-link:hover {
  color: #fff;
  border-color: rgb(255 255 255 / 0.14);
}

html.dark-theme .radio-label label {
  color: inherit;
}

html.dark-theme .form-control:disabled,
html.dark-theme .form-control[readonly] {
  background-color: #2f3436;
  border: 1px solid rgb(255 255 255 / 34%) !important;
}

html.dark-theme .profit-plus {
  border: 1px solid #33b469;
  background-color: transparent;
}

html.dark-theme .profit-mina {
  border: 1px solid #ff3030;
  background-color: transparent;
}

html.dark-theme .bg-success-light {
  background-color: transparent !important;
  border: 1px solid #33b469;
  color: #33b469 !important;
}

html.dark-theme .bg-danger-light {
  background-color: transparent !important;
  border: 1px solid #ed3a3a;
  color: #ed3a3a !important;
}

html.dark-theme .bg-info-light {
  background-color: transparent !important;
  border: 1px solid #2da7ff;
  color: #2da7ff !important;
}

html.dark-theme .bg-warning-light {
  background-color: transparent !important;
  border: 1px solid rgb(236, 191, 57);
  color: rgb(236, 191, 57) !important;
}

html.dark-theme .bg-light-danger {
  background-color: transparent !important;
  border: 1px solid #fd3550;
}

html.dark-theme .bg-light-primary {
  border: 1px solid #008cff;
  background-color: transparent !important;
}

html.dark-theme .text-secondary {
  background-color: transparent !important;
  /* border: 1px solid #a8adb0; */
}

html.dark-theme .bg-light-success {
  background-color: transparent !important;
  border: 1px solid #15ca20;
}

html.dark-theme .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28256, 256, 256, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

html.dark-theme .footer-icons .footer-icon-icon,
html.dark-theme .footer-icons .bx.bx-grid-alt {
  color: var(--white-color);
}

html.dark-theme .footer-icons.footer-center-icon .footer-icon-icon {
  background-color: var(--white-color);
}

html.dark-theme .footer-icons.footer-center-icon .footer-icon-icon i {
  color: var(--theame-black-color);
}

html.dark-theme .ui-menu.ui-widget.ui-widget-content {
  border: 1px solid rgb(255 255 255 / 34%) !important;
}

html.dark-theme .ui-widget-content .ui-autocomplete-category {
  background-color: #2f3436 !important;
  border-bottom: 1px solid rgb(255 255 255 / 34%) !important;
}

html.dark-theme .ui-widget-content {
  background-color: #000;
  color: var(--white-color) !important;
}

html.dark-theme .ui-menu .ui-menu-item {
  border-bottom: 1px solid rgb(255 255 255 / 34%) !important;
}

html.dark-theme .ui-widget-content li span {
  color: var(--white-color) !important;
}

html.dark-theme .bookmarked-menus-nav {
  background-color: #12181a;
}
html.dark-theme .bookmarked-menus-nav .mobile-toggle-menu,
html.dark-theme .bookmarked-menus-nav ul li {
  border-right: 1px solid rgb(255 255 255 / 20%) !important;
}
html.dark-theme .bookmarked-menus-nav {
  border-bottom: 1px solid rgb(255 255 255 / 20%) !important;
  border-top: 0;
}
html.dark-theme .topbar .navbar {
  border-bottom: 1px solid rgb(255 255 255 / 20%) !important;
}
html.dark-theme .nav-item .app-name .shot-key {
  background-color: #32363a;
  color: #fff;
}
html.dark-theme .btn-white {
  border-color: #fff;
}
html.dark-theme .logo-icon {
  filter: none;
  background-color: #fff;
  border-radius: 100px;
  padding: 2px;
}
html.dark-theme .btn-outline-dark {
  color: #fff;
  border-color: #464b4c;
}
html.dark-theme .input-group-text {
  border-width: 1.5px;
}
html.dark-theme .bg-light-warning {
  background-color: transparent !important;
  border: 1px solid #ffc107;
}
html.dark-theme .bg-light-apna {
  background-color: #12181a;
}
html.dark-theme .table-striped > tbody > tr:nth-of-type(odd) > *,
html.dark-theme .table thead th,
html.dark-theme .table tbody td {
  color: #fff;
}
html.dark-theme .table thead th {
  border-bottom: 1px solid rgb(255 255 255 / 12%);
}
html.dark-theme .border {
  border: 0px !important;
}
html.dark-theme .table thead th:first-child,
html.dark-theme .table tbody tr td:first-child {
  border-left: 1px solid rgb(255 255 255 / 12%);
}
html.dark-theme .table thead th:last-child,
html.dark-theme .table tbody tr td:last-child {
  /* border-right: 1px solid rgb(255 255 255 / 12%); */
  border-right-width: 1px !important;
}
html.dark-theme .table tbody tr td {
  border-top-width: 0;
}
/* html.dark-theme table.table tr:hover td {
  background-color: #2f3436 !important;
} */

html.dark-theme .page-item.active a {
  border-color: #fff;
  color: #fff;
}
html.dark-theme .pace .pace-progress {
  background: #808080;
}
html.dark-theme .pricing .card {
  border: 0.5px solid rgb(255 255 255 / 13%);
}
html.dark-theme .pricing .card .card-header {
  background-color: #070d0e;
  border-radius: 10px;
}
html.dark-theme .pricing .card .card-header .plan-name {
  color: #fff !important;
}
html.dark-theme .pricing .card .card-header .text-secondary {
  border: none;
}
html.dark-theme .pricing .card .card-header .plan-price {
  color: #fff;
}
html.dark-theme .pricing .btn-dark {
  background-color: #2490ef;
}
html.dark-theme .pricing .keys-height.plan-key {
  color: #fff;
}
html.dark-theme .silver-plan .card-header i,
html.dark-theme .gold-plan .card-header i,
html.dark-theme .free-plan .card-header i {
  color: #1e293b;
  background-color: #fff;
}
html.dark-theme .gold-plan .ribbon-wrapper-green svg path {
  fill: #fff;
}
html.dark-theme .gold-plan .ribbon-wrapper-green svg path:nth-child(3) {
  fill: #1e293b;
}
html.dark-theme .dashboard-card .card-body {
  color: #fff;
}
html.dark-theme .page-breadcrumb .breadcrumb li.breadcrumb-item {
  color: #fff;
}
html.dark-theme .input-group-text {
  background-color: transparent;
}
html.dark-theme .dash-card-bottom p span:nth-child(2) {
  color: #fff;
}
html.dark-theme .form-select {
  color: #fff;
}
html.dark-theme .active-row {
  background-color: #464b4c !important;
  color: #fff !important;
}
html.dark-theme .offcanvas {
  background-color: #12181a;
}
html.dark-theme .fm-menu .list-group a:hover {
  background-color: #008cff;
  color: #fff;
}
html.dark-theme .alert {
  color: #ffc107;
  border-color: #ffc107;
}

/* plan and pricing */

.pricing .btn-dark {
  background-color: #1a1259;
  border-color: #1a1259;
  padding: 6px 12px !important;
}

.pricing .card .card-header {
  border-bottom: none;
  background-color: #fff;
}

.pricing .silver-plan.card .card-header {
  background-color: #d6d6d6;
  /* background-image: url("../images/silver.avif"); */
}
.pricing .gold-plan.card .card-header {
  background-color: #f4d24b;
  /* background-image: url("../images/gold.avif"); */
}
.pricing .free-plan.card .card-header {
  background-color: #1e293b;
}
.silver-plan .card-header i,
.gold-plan .card-header i,
.free-plan .card-header i {
  background-color: #fff;
  /* padding: 10px; */
  border-radius: 100px;
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}
.gold-plan .card-header i {
  color: #f4d24b;
}
.silver-plan .card-header i {
  color: silver;
}
.free-plan .card-header i {
  color: #1f272e;
  background-color: #fff;
}
.pricing .card .card-header .plan-name {
  font-size: 28px !important;
  font-weight: 700 !important;
  font: initial;
  color: #000;
  text-transform: capitalize;
}
.pricing .card .card-header .plan-price {
  font-size: 28px !important;
  font-weight: 700 !important;
  font: initial;
  color: #000;
}
.free-plan .card-header :where(.plan-name, .plan-price, p, del, sup) {
  color: #fff !important;
}
.pricing .card .card-header del {
  font-size: 14px;
  font-weight: 500;
}
.pricing .card .card-header .plan-detail {
  font-size: 13px;
}
.key-feature .card-header p {
  font-size: 14px;
}
.key-feature .card-body p {
  font-size: 13px;
}
.free-plan .btn-dark {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
.pricing .keys-height.plan-key {
  font: initial;
  font-size: 14px !important;
  color: #000;
  font-weight: 700;
}
.pricing .keys-height {
  height: 36px;
}
.pricing .card {
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
  border: none;
  border-radius: 6px;
}
.price-key-mark {
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 10px 0;
  font-size: 16px;
  line-height: normal;
}
.price-key-mark.fa-check-circle {
  color: #08bd7c;
}

.price-key-mark.fa-times-circle {
  color: #ff516e;
}

.ribbon-wrapper-green {
  position: relative;
}
.ribbon-wrapper-green svg {
  position: absolute;
  top: -10px;
  right: -30px;
}
.key-feature.card {
  border: 0.5px solid #dee2e6;
}

.rebbon-main {
  position: relative;
}
.ribbon-both {
  position: absolute;
  right: -12px;
  color: #000000;
  background: var(--plan-color);
  padding: 0 20px;
  font-size: 16px;
  font-weight: 500;
  height: calc(20px * 2);
  line-height: calc(20px * 2);
  width: max-content;
  position: relative;
  text-align: center;
  text-transform: capitalize;
}
.ribbon-both .fa-crown {
  background-color: #ffffff;
  /* padding: 6px; */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100px;
  color: var(--plan-color);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}

.ribbon-both:before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: calc(-1.2 * 20px);
  border: 20px solid var(--plan-color);
  border-left-color: transparent;
}

/* .ribbon-both:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  right: calc(-1.2 * 20px );
  border: 20px  solid var(--plan-color);
  border-right-color: transparent;
} */

@media screen and (max-width: 1024px) {
  .page-wrapper {
    margin-left: 0;
  }

  .page-footer,
  .topbar {
    left: 0px !important;
  }

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

  .ui-menu.ui-widget.ui-widget-content {
    left: 10px !important;
    /* width: 730px !important; */
  }
}

@media screen and (max-width: 991px) {
  .dataTables_length {
    display: none;
  }

  .small-scr-icon {
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
  }

  .topbar .navbar .navbar-nav .nav-link {
    width: 40px;
    height: 40px;
    font-size: 25px;
  }

  div#datatable_wrapper div div.float-end div div label input {
    width: 100%;
    margin-left: 0;
    margin-top: 4px;
    margin-bottom: 4px;
  }

  div#datatable_wrapper div div.float-end div div label {
    width: 100%;
    display: grid;
  }

  div#datatable_wrapper div div.float-end div div {
    text-align: left;
    width: 100%;
  }

  div#datatable_wrapper div div.float-end {
    display: block;
    float: none !important;
    margin-left: 0 !important;
  }

  div#datatable_wrapper div div.float-end div div button {
    border-color: rgba(145, 158, 171, 0.32) !important;
  }

  .wrapper {
    padding-bottom: 60px;
  }
  .back-to-top {
    display: none !important;
  }
  .shot-key {
    display: none;
  }
  html .ui-menu.ui-widget {
    font-weight: bold;
    display: block;
    width: 95vw !important;
    box-sizing: border-box;
  }
  .main-dashboard-card {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .page-footer {
    box-shadow: 0 -1px 12px hsla(174, 63%, 15%, 0.15);
    /* border-radius: 20px 20px 0 0 ;
    -webkit-border-radius: 20px 20px 0 0 ;
    -moz-border-radius: 20px 20px 0 0 ;
    -ms-border-radius: 20px 20px 0 0 ;
    -o-border-radius: 20px 20px 0 0 ; */
  }

  .wrapper.toggled .page-wrapper {
    margin-left: 0px;
  }

  .footer-icons {
    position: relative;
  }
  .row.row-cols-5 .col.man-icon-col {
    position: relative;
    display: flex;
    justify-content: center;
  }
    .row.row-cols-5 .cu-w-250-px {
      width: 250px !important;
    }
  .footer-icons.footer-center-icon {
    position: absolute;
    top: -27px;
  }

  .footer-icons.footer-center-icon .footer-icon-icon {
    height: 50px;
    width: 50px;
    background-color: var(--theame-black-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
  }

  .footer-icons.footer-center-icon .footer-icon-icon i {
    color: var(--white-color);
  }

  .footer-icons.footer-center-icon .footer-icon-text {
    padding-top: 5px;
  }
  .ui-menu.ui-widget.ui-widget-content span {
    flex: 1 !important;
  }
  .main-dashboard-card {
    width: 100%;
  }
  .ribbon-both {
    font-size: 10px;
  }
}

@media screen and (max-width: 480px) {
  body .cu-w-500-px {
    width: 230px !important;
  }
}

::-webkit-scrollbar {
  width: 3px !important;
  height: 3px !important;
  color: var(--white-color) !important;
  background-color: var(--white-color) !important;
}

::-webkit-scrollbar-thumb {
  background-color: rgb(204, 204, 204) !important;
  border-radius: 10px !important;
  padding-left: 5% !important;
  transition: background-color 0.8s ease;
  cursor: pointer;
}

::-webkit-scrollbar-track {
  background-color: #e3e3e9 !important;
  padding-left: 5% !important;
}

::-webkit-scrollbar-track {
  background-color: #e3e3e9 !important;
  padding-left: 5% !important;
}

.disabled-link {
  pointer-events: none;
  opacity: 0.6;
  cursor: not-allowed;
}
.party-details .party-detail-link,
.item-details .party-detail-link {
  text-decoration: underline;
  color: #008cff;
}
.fas.fa-crown[title="Pro feature"] {
  background-color: #ffc107;
  border-radius: 100px;
  width: 16px;
  height: 16px;
  place-content: center;
  color: #000 !important;
  padding: 2px;
  font-size: 10px;
  margin-right: 0;
}

.active-row {
  background-color: #edf1f2 !important;
  color: #fff !important;
}

.transaction-table {
  overflow: hidden;
  /* disables scrolling inside transaction table container */
}
 html #filter-row input,
  .search-input .apna-hisab-input {
    width: 150px;
  }
@media screen and (max-width: 777px) {
  html #filter-row input,
  .search-input .apna-hisab-input {
    width: 100%;
  }
}
#attachment-main {
  display: none; /* Hides the div in the PDF when using jsPDF */
}

@media screen {
  #attachment-main {
    display: block; /* Ensures the div is visible on the webpage */
    border: 1px solid #ccc;
    padding: 20px;
    margin: 20px;
    background-color: #f9f9f9;
  }
}

#attachments-fileName {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.text-ellipsis,
.text-ellipsis-party {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 250px;
  width: 250px;
}
.text-ellipsis-party {
  max-width: 150px;
  width: 150px;
}
.items-ul .text-ellipsis {
  max-width: 180px;
  width: 180px;
}

html.dark-theme .skeleton {
  background-color: #464b4c;
}
html.dark-theme .skeleton::after {
  background: linear-gradient(
    90deg,
    transparent,
    rgba(0, 0, 0, 0.2),
    transparent
  );
}
html.dark-theme .dashboard-card .text-dark.placeholder {
  color: transparent !important;
}
html.dark-theme .profit-plus.placeholder,
html.dark-theme .profit-mina.placeholder,
html.dark-theme .bg-info-light.placeholder,
html.dark-theme .bg-warning-light.placeholder {
  border: none;
}
html.dark-theme .placeholder,
.placeholder {
  background-color: #808080 !important;
  color: transparent !important;
  border: none;
  border-radius: 4px;
  fill: transparent !important;
}
.free-plan .placeholder {
  color: transparent !important;
}
.right-chart .placeholder,
.left-chart .placeholder,
.table th .placeholder,
.table td .placeholder,
.party-details .placeholder,
.item-details .placeholder,
.pos-all-total .placeholder {
  width: 100%;
  height: 100%;
}
.apna-hisab-label-content.placeholder,
.ledger-header div.placeholder,
.radio-label.placeholder {
  width: 100%;
}
.ledger-header .col-12 div {
  font-size: 12px;
}
.party-details .placeholder,
.item-details .placeholder,
.pos-all-total .placeholder,
.radio-label.placeholder {
  margin-bottom: 6px;
}
.nav-link.placeholder {
  margin-right: 6px;
}
.page-breadcrumb .placeholder {
  margin-right: 10px;
}
.skeleton {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #e1e1e1;
  border-radius: 4px;
  min-width: 100px;
  height: 20px;
  margin-bottom: 4px;
}

.skeleton-text {
  width: 100%;
  height: 20px;
  margin-bottom: 10px;
}
.skeleton-main .skeleton-text {
  margin-bottom: 0px;
}
html .skeleton-main td.skeleton-td {
  padding: 4px !important;
}

.skeleton::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.4),
    transparent
  );
  animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.skeleton *,
.placeholder * {
  visibility: hidden;
  color: transparent;
}
#suggestions::-webkit-scrollbar {
  display: none;
}

html.dark-theme #suggestions .search-results {
  background-color: #12181a !important;
}
html.dark-theme #suggestions .search-results:hover,
html.dark-theme #suggestions .search-results.sugge-active {
  background-color: #2f3436 !important;
}
html.dark-theme .label-container {
  background-color: #fff;
}
.modal-backdrop.show {
  opacity: 0.7;
}
.ui-menu-item-wrapper.ui-state-active span {
  color: #fff !important;
}
#datatabletra_wrapper .float-end .card-body,
#datatabletra_wrapper .card-body.py-3 {
  padding: 4px !important;
}
.dataTables_filter input {
  padding: 0px 12px !important;
}
html.dark-theme .btn-outline-secondary {
  border-color: rgba(145, 158, 171, 0.32);
  border-width: 1px;
  color: #fff;
}
html.dark-theme .text-black.view-item-details {
  color: #fff !important;
}

.custom-tooltip .tooltip-inner {
  background-color: #343a40; /* Dark background */
  color: #ffffff; /* White text */
  font-size: 14px;
  padding: 8px 12px;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.custom-tooltip .bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #343a40; /* Match arrow to tooltip background */
}
.custom-tooltip .bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: #343a40;
}
.custom-tooltip .bs-tooltip-start .tooltip-arrow::before {
  border-left-color: #343a40;
}
.custom-tooltip .bs-tooltip-end .tooltip-arrow::before {
  border-right-color: #343a40;
}

.party-details .action-links,
.item-details .action-links {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 430px) {
  .topbar .navbar .logo-text {
    display: none;
  }
}

.iziToast.iziToast-color-green ,
.iziToast.iziToast-color-red ,
.iziToast.iziToast-color-blue ,
.iziToast.iziToast-color-yellow {
  background-color: #fff;
  color: #fff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  position: relative;
  box-shadow: 0 2px 8px #00000065;
  overflow: hidden;
}
.iziToast.iziToast-color-green .iziToast-progressbar,
.iziToast.iziToast-color-red .iziToast-progressbar,
.iziToast.iziToast-color-blue .iziToast-progressbar,
.iziToast.iziToast-color-yellow .iziToast-progressbar {
  background-color: #fff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.iziToast > .iziToast-progressbar > div {
  height: 3px;
  
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.iziToast.iziToast-color-green  > .iziToast-progressbar > div {
  background: #07bc0c;
}
.iziToast.iziToast-color-red  > .iziToast-progressbar > div {
  background: #e74d3c;
}
.iziToast.iziToast-color-blue  > .iziToast-progressbar > div {
  background: #3498db;
}
.iziToast.iziToast-color-yellow  > .iziToast-progressbar > div {
  background: #f1c40f;
}
.iziToast:after {
  position: static;
  display: none;
  box-shadow: none;
  border-radius: 0;
  height: 0;
  width: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.iziToast > .iziToast-close {
  position: absolute;
  right: 6px;
  top: 6px;
  opacity: 0.6;
  width: 16px;
  height: 16px;
  background-size: 12px;
}

.iziToast>.iziToast-body {
  padding: 0 0 0 30px;
}
.iziToast.iziToast-color-green::before {
  content: "\f058";
  font-family: "Font Awesome 5 pro";
  color: #07bc0c;
  top: 0;
  bottom: 0;
  margin: auto 0;
  font-size: 22px;
  position: absolute;
  left: 12px ;
  height: max-content;
}
.iziToast.iziToast-color-red::before {
  content: "\f06a";
  font-family: "Font Awesome 5 pro";
  color: #e74d3c;
  top: 0;
  bottom: 0;
  margin: auto 0;
  font-size: 22px;
  position: absolute;
  left: 12px ;
  height: max-content;
}
.iziToast.iziToast-color-blue::before {
  content: "\f05a";
  font-family: "Font Awesome 5 pro";
  color: #3498db;
  top: 0;
  bottom: 0;
  margin: auto 0;
  font-size: 22px;
  position: absolute;
  left: 12px ;
  height: max-content;
}
.iziToast.iziToast-color-yellow::before {
  content: "\f071";
  font-family: "Font Awesome 5 pro";
  color: #f1c40f;
  top: 0;
  bottom: 0;
  margin: auto 0;
  font-size: 22px;
  position: absolute;
  left: 12px ;
  height: max-content;
}
html.dark-theme tr.highlight{
  background-color: transparent !important;
}