* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}

::selection {
  background-color: #1f272e;
  color: #f5f5f7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1f272e;
}
a,
a:hover {
  color: #0d6efd;
}

body {
  background-color: #fff !important;
}

input {
  border: 1.5px solid rgba(145, 158, 171, 0.32) !important;
  border-radius: 2px;
  padding: 6px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
input:-internal-autofill-selected {
  background-color: #fff !important;
}
select {
  height: 35.67px;
}

.table .thead-light th {
  color: #1f272e;
}

.regi-eye {
  position: relative;
}

.content.container-fluid.p-1.pt-0 {
  padding: 0 10px 0 10px !important;
}


/* ......... loder css ...........*/

/* HTML: <div class="loader"></div> */
.loader {
  width: 50px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #f0f0f0;
  --_m:
    conic-gradient(#0000 10%, #000),
    linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear;
}

@keyframes l3 {
  to {
    transform: rotate(1turn);
  }
}



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

.apna-hisab-label-content i {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

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

.apna-hisab-input,
.apna-hisab-select,
.apna-hisab-textarea {
  border: 1.5px solid rgba(145, 158, 171, 0.32);
  box-shadow: none;
  border-radius: 2px;
  width: 100%;
  margin: 0;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  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 {
  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;
  font-weight: 500;
  color: #1f272e;
  background: #fff;
}

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

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

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

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

.modal-body .apna-hisab-input:focus ~ .apna-hisab-label,
.modal-body .apna-hisab-textarea:focus ~ .apna-hisab-label,
.modal-body .apna-hisab-select:focus ~ .apna-hisab-label,
.modal-body .apna-hisab-input:not(:placeholder-shown) ~ .apna-hisab-label,
.modal-body .apna-hisab-textarea:not(:placeholder-shown) ~ .apna-hisab-label,
.modal-body .apna-hisab-select:not([value=""]):valid ~ .apna-hisab-label {
  background: linear-gradient(
    180deg,
    rgba(246, 246, 246, 1) 58%,
    rgba(255, 255, 255, 1) 42%
  );
}
.file-upload-button {
  border: 2px dashed #ccc;
  color: #ccc;
  background: #fff;
  width: 100%;
  height: 90px;
  padding: 10px;
  font-weight: 500;
  font-size: 25px;
  border-radius: 10px;
}

.modal-content {
  border-radius: 8px;
}

.modal-title {
  color: #1f272e;
}

/* input fild css end  */

/* search  */
.wrap-input-17 * {
  box-sizing: border-box;
}

.wrap-input-17 .search-box {
  width: fit-content;
  height: fit-content;
  position: relative;
}

.wrap-input-17 .input-search {
  height: 35px;
  width: 35px;
  border-style: none;
  padding: 4px;
  font-size: 14px;
  letter-spacing: 1px;
  outline: none;
  border-radius: 25px;
  transition: all 0.5s ease-in-out;
  background-color: transparent;
  padding-right: 30px;
  color: #1f272e;
}

.wrap-input-17 .input-search::placeholder {
  color: #1f272e;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 200;
}

.wrap-input-17 .btn-search {
  width: 35px;
  height: 35px;
  border-style: none;
  font-size: 20px;
  font-weight: bold;
  outline: none;
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  right: 1px;
  color: #ffffff;
  background-color: transparent;
  pointer-events: painted;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wrap-input-17 .btn-search img {
  width: 16px;
}

.wrap-input-17 .btn-search:hover ~ .input-search,
.wrap-input-17 .btn-search:focus ~ .input-search {
  width: 300px;
  border-radius: 8px;
  background-color: #1e293b1c;
  color: #1f272e;
  transition: all 500ms cubic-bezier(0, 0.11, 0.35, 2);
}

.wrap-input-17 .input-search:hover,
.wrap-input-17 .input-search:focus {
  width: 300px;
  border-radius: 8px;
  background-color: #1e293b1c;
  transition: all 500ms cubic-bezier(0, 0.11, 0.35, 2);
}

.add-party-btn .search .wrap-input-17 .btn-search:hover ~ .input-search,
.add-party-btn .search .wrap-input-17 .btn-search:focus ~ .input-search {
  width: 150px;
}

.add-party-btn .search .wrap-input-17 .input-search:hover,
.add-party-btn .search .wrap-input-17 .input-search:focus {
  width: 130px;
}

/* /search  */

/* check box css start  */
.apna-checkbox {
  position: relative;
}

.apna-checkbox > svg {
  position: absolute;
  top: -130%;
  left: -170%;
  width: 110px;
  pointer-events: none;
}

.apna-checkbox * {
  box-sizing: border-box;
}

.apna-checkbox input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  margin: 0;
}

.apna-checkbox input[type="checkbox"]:focus {
  outline: 0;
}

.apna-checkbox .cbx {
  /* width: 18px; */
  height: 18px;
  top: calc(50vh - 12px);
  left: calc(50vw - 12px);
}

.apna-checkbox .cbx input {
  width: 18px;
  height: 18px;
  border: 3px solid rgba(145, 158, 171, 0.32);
  border-radius: 50%;
}

.apna-checkbox .cbx label {
  margin-bottom: 0;
  margin-left: 7px;
  color: #1f272e;
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1;
}

.apna-checkbox .form-check {
  min-height: 0 !important;
}

/*  .apna-checkbox .cbx label{
  width: 20px;
  height: 20px;
  background: none;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-filter: url("#goo-12");
  filter: url("#goo-12");
  transform: trasnlate3d(0, 0, 0);
  pointer-events: none;
} */
.apna-checkbox .cbx svg {
  position: absolute;
  top: 5px;
  left: 4px;
  z-index: 1;
  pointer-events: none;
}

.apna-checkbox .cbx svg path {
  stroke: #fff;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 19;
  stroke-dashoffset: 19;
  transition: stroke-dashoffset 0.3s ease;
  transition-delay: 0.2s;
}

.apna-checkbox .cbx input:checked {
  animation: splash-12 0.6s ease forwards;
  border: #1f272e;
}

@keyframes splash-12 {
  40% {
    background-color: #1f272e;
    box-shadow: 0 -18px 0 -8px #1f272e, 16px -8px 0 -8px #1f272e,
      16px 8px 0 -8px #1f272e, 0 18px 0 -8px #1f272e, -16px 8px 0 -8px #1f272e,
      -16px -8px 0 -8px #1f272e;
  }

  100% {
    background-color: #1f272e;
    box-shadow: 0 -36px 0 -10px transparent, 32px -16px 0 -10px transparent,
      32px 16px 0 -10px transparent, 0 36px 0 -10px transparent,
      -32px 16px 0 -10px transparent, -32px -16px 0 -10px transparent;
  }
}

/* check box css end  */
/* switch css start  */
.checkbox {
  height: 30px;
  width: 270px;
  /* padding: 20px; */
  display: flex;
  background: #fff;
  align-items: center;
  border-radius: 5px;
  /* box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.2); */
  /* justify-content: space-between; */
}

.checkbox input {
  outline: none;
  height: 20px;
  width: 40px;
  border-radius: 50px;
  -webkit-appearance: none;
  position: relative;
  background: #e6e6e6;

  transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.checkbox input:checked {
  background: #1f272e;
}

.checkbox input:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 20px;
  background: linear-gradient(#fff, #f2f2f2, #e6e6e6, #d9d9d9);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  transform: scale(0.85);
  transition: left 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

input:checked:before {
  left: 20px;
}

.checkbox .text:before {
  content: "No Limit";
  font-size: 12px;
  font-weight: 500;
  color: #bfbfbf;
}

input:checked ~ .text:before {
  color: #1f272e;
  font-size: 12px;
  content: "Custome Limit";
}

.print .btn-outline-primary {
  font-size: 12px;
}

.print .btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  /**background-color: #1f272e;
  border-color: #1f272e;**/

  border-color: #ddd;
}

.print .btn-check + .btn:hover {
  color: #fff;
  border-color: 1px #fff !important;
}
/* .btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  background-color: #1e293b;
  border: 1px #1e293b;
} */
.btn-outline-primary {
  color: #1e293b;
  border-color: #1e293b;
}

.print p {
  color: #1f272e;
  font-weight: 500;
}

.print .btn-group input:checked + .btn:hover {
  color: #fff;
}

/* switch css end  */

/* alert css start  */
.ava-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2024;
}

.sidebar .sidebar-menu ul li.submenu ul li a:hover {
  color: #1f272e;
}

.sidebar .sidebar-menu ul li.submenu ul li a.active:hover {
  color: #1f272e;
}

.header-one {
  position: sticky !important;
  top: 0;
  background: #ebeef0 !important;
}

.ava-modal > * {
  box-sizing: border-box;
}

.ava-alert {
  background-color: white;
  width: 30%;
  text-align: right;
  font-family: "Gill Sans", "Gill Sans MT", Calibri;
  font-weight: 900;
  animation: 25s 1 ava_alert_animation;
  -webkit-animation: 0.5s 1 ava_alert_animation;
  border-radius: 8px;
}

@keyframes ava_alert_animation {
  from {
    transform: scale(0.5);
  }

  50% {
    transform: scale(1.1);
  }

  to {
    transform: scale(1);
  }
}

.ava-alert .ava-progress-bar {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.04);
  animation-name: progressBarAnimation;
  -webkit-animation-name: progressBarAnimation;
}

.ava-alert .ava-text-con {
  position: relative;
}

@keyframes progressBarAnimation {
  from {
    width: 0%;
  }

  to {
    width: 100%;
  }
}

.ava-alert__icon {
  padding-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  /* box-shadow: inset 0px -5px 7px rgba(0, 0, 0, 0.3);  */
}

.ava-alert__text {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  line-height: 1.5em;
  color: #1f272e;
  font-size: 18px !important;
  font-weight: 500;
}

.ava-alert__btn {
  width: 70px;
  padding: 7px 0px;
  display: block;
  margin: auto;
  margin-bottom: 13px;
  border-radius: 0;
  border: 0;
  background-color: #dfdfdf;
  color: #b1b1b1;
  cursor: pointer;
  position: relative;
}

.ava-toast {
  position: fixed;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  width: 250px;
  display: flex;
  flex-direction: row;
  background-color: white;
}

.ava-toast svg {
  width: 30px;
  height: 30px;
}

.ava-toast .ava-alert__icon {
  padding: 0 10px;
  box-shadow: none;
}

.ava-toast .ava-text-con {
  width: 100%;
}

.ava-toast .ava-alert__btn {
  margin: 0;
}

.ava-toast .ava-alert__text {
  padding: 5px;
  width: 100%;
}

.svg-box {
  display: inline-block;
  position: relative;
  width: 150px;
}

.ava-text-con {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.green-stroke {
  stroke: #ffffff;
}

.red-stroke {
  stroke: #ffffff;
}

.yellow-stroke {
  stroke: #ffffff;
}

.circular circle.path {
  stroke-dasharray: 330;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  opacity: 0.4;
  animation: 0.7s draw-circle ease-out;
}

/*------- Checkmark ---------*/
.checkmark {
  stroke-width: 6.25;
  stroke-linecap: round;
  position: absolute;
  top: 56px;
  left: 49px;
  width: 52px;
  height: 40px;
}

.checkmark path {
  animation: 1s draw-check ease-out;
}

@keyframes draw-circle {
  0% {
    stroke-dasharray: 0, 330;
    stroke-dashoffset: 0;
    opacity: 1;
  }

  80% {
    stroke-dasharray: 330, 330;
    stroke-dashoffset: 0;
    opacity: 1;
  }

  100% {
    opacity: 0.4;
  }
}

@keyframes draw-check {
  0% {
    stroke-dasharray: 49, 80;
    stroke-dashoffset: 48;
    opacity: 0;
  }

  50% {
    stroke-dasharray: 49, 80;
    stroke-dashoffset: 48;
    opacity: 1;
  }

  100% {
    stroke-dasharray: 130, 80;
    stroke-dashoffset: 48;
  }
}

/*---------- Cross ----------*/
.cross {
  stroke-width: 6.25;
  stroke-linecap: round;
  position: absolute;
  top: 54px;
  left: 54px;
  width: 40px;
  height: 40px;
}

.cross .first-line {
  animation: 0.7s draw-first-line ease-out;
}

.cross .second-line {
  animation: 0.7s draw-second-line ease-out;
}

@keyframes draw-first-line {
  0% {
    stroke-dasharray: 0, 56;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 0, 56;
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dasharray: 56, 330;
    stroke-dashoffset: 0;
  }
}

@keyframes draw-second-line {
  0% {
    stroke-dasharray: 0, 55;
    stroke-dashoffset: 1;
  }

  50% {
    stroke-dasharray: 0, 55;
    stroke-dashoffset: 1;
  }

  100% {
    stroke-dasharray: 55, 0;
    stroke-dashoffset: 70;
  }
}

.alert-sign {
  stroke-width: 6.25;
  stroke-linecap: round;
  position: absolute;
  top: 40px;
  left: 68px;
  width: 15px;
  height: 70px;
  animation: 0.5s alert-sign-bounce cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.alert-sign .dot {
  stroke: none;
  fill: #ffffff;
}

@keyframes alert-sign-bounce {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  50% {
    transform: scale(0);
    opacity: 1;
  }

  100% {
    transform: scale(1);
  }
}

/* alert css end  */

/* header  css start */
/* /* [data-sidebar="light"] body .sidebar, */
[data-sidebar="light"] body .sidebar .sidebar-menu {
  background: #ebeef0 !important; /**#1e293b**/
}

.sidebar .sidebar-menu ul li a {
  color: #1f272e; /**#ddd**/
  /* margin-left: 23px; */
  padding: 8px 10px;
  border-radius: 50px 0px 0px 50px !important;
}

.sidebar .sidebar-menu ul li a.active:hover span,
.sidebar .sidebar-menu ul li a.active:hover i {
  color: #1f272e;
}

.sidebar .sidebar-menu ul li a.first-anc.active:hover span,
.sidebar .sidebar-menu ul li a.first-anc.active:hover i {
  color: #1f272e;
}

.sidebar .sidebar-menu ul li a:hover span,
.sidebar .sidebar-menu ul li a:hover i {
  color: #1f272e;
}

.sidebar .sidebar-menu ul li.submenu ul li a {
  color: #1f272e;
  margin-left: 24px;
  padding-left: 10px;
  border-radius: 50px 0px 0px 50px !important;
}

[data-topbar="light"] body .header .main-logo {
  background: #1f272e;
}

.sidebar .sidebar-menu ul li a .menu-arrow {
  top: 12px;
  right: 8px;
}

.top-nav-search img {
  width: 20px;
}

#toggle_btn {
  display: none;
}

.logo-blue {
  width: 110px;
}
.sidebar {
  overflow-y: scroll;
}
.sidebar::-webkit-scrollbar {
  display: none;
}
.sidebar .sidebar-menu ul li a.active {
  color: #1f272e;
  border-radius: 0px;
  background-color: rgb(208 208 209 / 60%);
  border-radius: 0 !important;
}

[data-sidebar="light"] body .sidebar-menu ul li a:hover,
[data-sidebar="light"] body .two-col-bar .sidebar-menu ul li a:hover {
  color: #1f272e;
}

.sidebar .sidebar-menu ul li a.first-anc.active {
  color: #fff !important;
  background-color: transparent;
}

.sidebar .sidebar-menu ul li a.subdrop.active {
  color: #1f272e;
  border-radius: 0px;
  background-color: rgb(208 208 209 / 60%);
}

.sidebar .sidebar-menu ul li a.subdrop.active span,
.sidebar .sidebar-menu ul li a.subdrop.active i {
  color: #1e293b !important;
}

.sidebar .sidebar-menu ul li a.active i {
  color: #1f272e;
}

.sidebar
  .sidebar-menu
  ul
  li
  a.subdrop.active
  ~ .sidebar
  .sidebar-menu
  ul
  li
  ul
  li
  a {
  font-size: 16px;
}

/* .sidebar .sidebar-menu ul li a.subdrop.active::before {
  background: none;
} */
.submenu.before-hidden .first-anc.active::before {
  content: "" !important;
  background: none;
  display: none;
}

.sidebar .sidebar-menu ul li .first-anc.active :where(i, span) {
  color: #fff;
}

/* Hide content after the element */
.submenu.after-hidden .first-anc.active::after {
  content: "" !important;
  background: none;
  display: none;
}

/* 
.sidebar .sidebar-menu ul li a.active::before,
.sidebar .sidebar-menu .subitem li a.active::before {
  content: "";
  background: url("../img/half-circle.svg");
  position: absolute;
  right: -1px;
  top: -25px;
  height: 26px !important;
  width: 26px;
  transform: rotate(180deg);
}

.sidebar .sidebar-menu ul li a.active::after,
.sidebar .sidebar-menu .subitem li a.active::after {
  content: "";
  background-image: url("../img/half-circle.svg");
  position: absolute;
  right: -1px;
  bottom: -25px;
  height: 26px !important;
  width: 26px;
  transform: rotate(90deg);
} */

.sidebar {
  top: 0;
  background-color: transparent;
}

.sidebar .logo {
  padding: 10px 8px;
  /**background-color: #1f272e;**/
  background-color: #ebeef0;
  position: fixed;
  width: 195px;
  top: 0;
  z-index: 2;
  box-shadow: 0 1px 2px rgba(256, 256, 256, 0.15);
}

.sidebar-vertical {
  margin-top: 60px !important;
}

.sidebar .logo a {
  position: relative;
}

.sidebar .logo2 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.file-upload-wrapper {
  position: relative;
}

.file-upload-wrapper .file-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #1f272e;
}

.sidebar .logo h4 {
  color: #1f272e;
  font-weight: 600;
  margin-left: 15px;
  font-size: 16px;
}

.sidebar .logo i {
  font-size: 20px;
  color: #1f272e;
}

.sidebar .logo .circle-plus {
  position: absolute;
  bottom: 0;
  left: 30px;
  font-size: 12px;
  height: 16px;
  width: 16px;
  color: #fff;
  background-color: #1f272e;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.company-modal .row:first-child {
  /* border-bottom: 1px solid #ccc; */
}

.header {
  position: relative;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  margin-bottom: 10px;
  box-shadow: none !important;
}

.page-wrapper .content {
  padding-top: 0;
}

.page-wrapper {
  padding-top: 0;
}

@media (max-width: 991.98px) {
  .header {
    width: 100%;
  }

  .sidebar {
    background: #ebeef0;
  }
}

@media (max-width: 777px) {
  /* .mini-sidebar .page-wrapper .header {
    margin-left: 0px;
  }*/
  .parties-add-party,
  .parties-transection {
    height: 100% !important;
  }
  .position-sm-relative {
    position: relative !important;
  }
}

@media screen and (max-width: 991px) {
  .logo2 {
    width: 40px;
  }

  .top-nav-button {
    display: none;
  }
}

.top-nav-search form {
  margin-top: 0px;
}

.nav-item .head-icon i {
  font-size: 18px;
  cursor: pointer;
  color: #1f272e;
}

.top-nav-button {
  float: left;
  margin-top: 10px;
  display: none;
}

.top-nav-button .btn-primary {
  border-radius: 50px;
}

.top-nav-search .form-control {
  border: none !important;
}

/* header  css end */

/* parties  css start */
.name .col-md-8 {
  /* padding-right: 7px !important; */
}

.name .col-md-4 {
  /* padding-left: 7px !important; */
}

.parties .card .card-body,
.items .card .card-body {
  padding: 8px;
}

.nav-tabs {
  border: none;
}

.nav-tabs .nav-link {
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.parties .nav-tabs .nav-item:nth-child(1),
.items .nav-tabs .nav-item {
  border-right: 2px solid #ccc;
}

.items .nav-tabs .nav-item:last-child {
  border-right: none;
}

.nav-tabs .nav-link.active span {
  position: relative;
  font-weight: 500;
  color: #1f272e;
}

/* .nav-tabs .nav-link.active span::before {
 content: "";
 position: absolute;
 bottom: -24px;
 left: 50%;
 border: 6px solid transparent;
 border-top-color: #1f272e;
} */

.transection-details-table .table .thead-light th {
  font-size: 12px;
}

.transection-details-table .table tbody td {
  font-size: 15px;
  color: #74828f;
}

.transection-details-table .table tbody td a {
  font-size: 12px !important;
  /* color: #74828f !important; */
  padding: 6px !important;
}

.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: none;
}

.parties-detail .parties-name h6 {
  font-size: 15px;
  font-weight: 600;
  color: #1f272e;
}

.parties-detail .parties-icon i {
  font-size: 20px;
  cursor: pointer;
}

.party-number span:nth-child(1),
.party-addr span:nth-child(1),
.party-email span:nth-child(1),
.party-gst span:nth-child(1),
.party-cradit span:nth-child(1) {
  color: #8a8e9c;
  font-weight: 500;
  font-size: 13px;
}

.party-number span:last-child,
.party-addr span:last-child,
.party-email span:last-child,
.party-gst span:last-child,
.party-cradit span:last-child {
  color: #1f272e;
  font-size: 12px;
}

.party-number span:last-child a,
.party-addr span:last-child a,
.party-email span:last-child a,
.party-gst span:last-child a,
.party-cradit span:last-child a {
  color: #0085ff;
}

.tab-content {
  padding-top: 0;
}

.parties {
  margin-bottom: 14px;
}

.card {
  margin-bottom: 0.25rem;
  background-color: #fff !important;
  /***box-shadow: 0 2px 10px 0px #1f272e00010 !important;***/
  box-shadow: none !important;
  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important; */
  /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px !important; */
  border-radius: 8px;
  border: 1px solid #ddd;
  /**margin-top:10px;**/
  margin-bottom: 10px !important;
}

.card .card-body {
  padding: 1rem;
}

.add-party-tab.nav-tabs {
  background-color: #dddddd;
}

.nav-tabs .nav-link.active {
  background-color: transparent;
}

.add-party-tab.nav-tabs .nav-link {
  padding: 4px 13px;
  color: #1f272e;
}

.add-party-tab.nav-tabs .nav-link.active {
  color: #fff !important;
  background-color: #fff !important;
  padding: 4px 13px;
  border-radius: 0;
  margin-bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.add-party-tab.nav-tabs .nav-link span,
.add-party-tab.nav-tabs .nav-link.active span {
  color: #1f272e;
  font-weight: 600;
}

.table.rounded-corners {
  border-radius: 8px;
  border-spacing: 0;
  border-collapse: separate;
  border: 1px solid #dee2e6;
  /* overflow: hidden; */
}

.table.rounded-corners thead {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

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

.table thead th {
  font-size: 14px !important;
}

.table thead th img {
  height: 13px;
  width: 13px;
  cursor: pointer;
}

.table tbody {
  background-color: #fff;
}

/* .table tbody tr:last-child td {
  border-bottom-width: 0;
} */

/* .add-party-btn .search {
  background-color: #ccc;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
} */

.add-party-btn .search img {
  fill: #fff !important;
  width: 16px;
}

.add-party-btn .apna-btn i {
  font-size: 18px;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn:hover svg path {
  fill: #1f272e;
}

.swal2-title {
  color: #1f272e;
}

.swal2-icon-content {
  color: red;
}

div:where(.swal2-icon).swal2-warning {
  border-color: #ff0000ac !important;
}

.credit-limit-input .hidden {
  display: none;
}

.add-party-tab {
  /* border-bottom: 1px solid var(--bs-border-color); */
}

/* parties  css end */

.custom-alert-overlay {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 9999;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.8);
  /* Black background with transparency */
  justify-content: center;
  /* Center the alert box */
  align-items: center;
  /* Center the alert box */
}

/* network error */
/* .custom-alert {
  background-color: white;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1050;
  display: none;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  width: 415px;
  padding: 20px;
  text-align: center;
} */

.custom-alert {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  width: 400px;
  text-align: center;
  position: relative;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.1);
    opacity: 0.9;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.animate-icon {
  animation: pulse 1.5s infinite;
}

.custom-alert .ava-alert__icon {
  margin-bottom: 20px;
}

.txt-dark {
  font-size: 18px;
  color: black;
  font-weight: 600;
  line-height: 30px;
}

.custom-alert .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 20px;
}

.animate-icon {
  animation: pulse 1s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

/* setting css start */
.setting .nav-link {
  color: #808080;
  font-size: 15px;
  text-transform: capitalize;
}

.setting .nav-link:hover {
  color: #1f272e;
}

.setting .nav-link.active {
  color: #1f272e;
  font-weight: 500;
}

.tooltip-btn {
  background-color: #808080;
  color: #ffff;
  border-radius: 50%;
  border: 0;
  outline: 0;
  width: 14px;
  height: 14px;
  font-size: 10px;
  font-weight: bold;
}

.tooltip-inner {
  max-width: 300px;
  white-space: pre-wrap;
  background-color: black;
}

.tooltip-arrow::before {
  border-bottom-color: #1e293b !important;
  /* For bottom placement */
  /* You may need to adjust the border color for other placements */
}

.general-head .add-firm {
  width: 75px;
  height: 20px;
}

.general-head .add-firm:hover {
  color: #1f272e;
}

.general-head .apna-checkbox .cbx input,
.general-head .apna-checkbox .cbx label {
  width: 18px;
  height: 18px;
}

.general-head h6,
.transaction-head h6 {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  color: #1e293b !important;
}

.general-setting .apna-checkbox .cbx svg {
  width: 10px;
  height: 9px;
  top: 4.5px;
}

.exit-setting {
  padding: 0;
  height: 30px;
  width: 30px;
  background-color: #ccc;
  border-radius: 50%;
  /* position: absolute;
  right: 10px;
  top: 10px; */
}

.exit-setting:hover {
  background-color: #ccc;
  color: #1f272e;
}

.business-currency span {
  font-size: 12px;
}

.business-currency input {
  width: 50%;
  padding: 6px 8px;
}

.multi-firm .company {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.multi-firm h6 {
  font-size: 14px;
  font-weight: 500;
}

.multi-firm a .fa-pencil {
  color: #0085ff;
}

.multi-firm a:hover .fa-pencil {
  color: #0085ff;
}

.general-setting span,
.taxes-gst span {
  font-size: 12px;
}

.backup .last-backup {
  margin-left: 25px;
}

.general-setting p,
.transaction-body p,
.taxes-gst p,
.party p {
  font-size: 12px;
  color: #1f272e;
  font-weight: 500;
}

@media (min-width: 768px) {
  .settings .sidebar-col.col-md-3 {
    flex: 0 0 auto;
    width: 20% !important;
  }

  .settings .col-md-9 {
    flex: 0 0 auto;
    width: 80% !important;
  }
}

.prefixes-details .prefixes fieldset {
  border: 1px solid #e3e3e3;
  border-radius: 4px;
}

.prefixes-details .prefixes fieldset legend {
  font-size: 11px;
  color: #1f272e;
  font-weight: 500;
}

.prefixes-details .prefixes fieldset .pre-btn {
  border: none;
  outline: none;
  background-color: transparent;
  font-size: 12px;
  width: 100%;
  font-weight: 500;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.prefixes-details .prefixes fieldset ul li input {
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  padding: 2px 6px;
  font-size: 14px;
}

.prefixes-details .prefixes fieldset ul li button {
  border: none;
  outline: none;
  font-size: 13px;
  background-color: #1f272e;
  padding: 3px 6px;
  margin-left: 3px;
  width: 100%;
  color: #fff;
  border-radius: 6px;
}

.taxes-gst .tax-list {
  border: none;
  outline: none;
  padding: 10px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
}

.taxes-gst .add-tax-modal {
  cursor: pointer;
}

.remind-time input {
  width: 50px;
  padding: 2px 5px;
}

.remind-time span {
  font-size: 11px;
}

.remind-btn {
  border: none;
  outline: none;
  border-radius: 8px;
  padding: 8px 10px;
}

.transaction-tabs,
.print-tab,
.color-layout-tab {
  border-bottom: 2px solid #e0e0e0;
  padding: 0;
}

.transaction-tabs ul li a,
.print-tab ul li a,
.color-layout-tab ul li a {
  border-radius: 0 !important;
  font-weight: 600;
  width: 100%;
  position: relative;
}

.color-layout-tab ul li a {
  font-size: 12px;
}

.transaction-tabs ul li a.active,
.print-tab ul li a.active,
.color-layout-tab ul li a.active {
  color: #1e293b !important;
}

.transaction-tabs ul li a.active::before,
.print-tab ul li a.active::before,
.color-layout-tab ul li a.active::before {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 100%;
  left: 0;
  height: 2px;
  background-color: #1f272e;
}

.print-tab ul li a.active::before,
.color-layout-tab ul li a.active::before {
  bottom: -1px;
}

.print .scroll-height {
  max-height: 750px;
  overflow-y: scroll;
}

.print .scroll-height-2 {
  max-height: 635px;
  overflow-y: scroll;
}

.trans-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding: 10px;
}

.file-upload-main {
  border-bottom: 1px solid #ccc;
  padding: 10px;
  position: relative;
}

.file-upload-wrapper .new-logo-add {
  position: absolute;
  bottom: 10px;
  right: 0;
  margin: auto;
  background-color: #fff;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #1f272e;
  cursor: pointer;
}

.file-upload-wrapper .new-logo-add i {
  color: #1f272e;
  font-size: 18px;
}

.file-upload-main span {
  color: #1f272e;
  font-size: 14px;
}

.input-block.service-upload.logo-upload span img {
  width: 50px;
}

.service-upload .drop-browse {
  font-size: 12px;
}

.file-upload-main p {
  font-size: 12px;
}

.trans-main .trans-text :where(label, p) {
  color: #1f272e;
  font-size: 13px;
  font-weight: 500;
  display: block;
  cursor: pointer;
}

.trans-main .trans-text span {
  font-size: 12px;
  font-weight: 500;
}

.message-edit .dropdown-toggle {
  border: 1px solid #ccc;
  outline: none;
  background-color: transparent;
  border-radius: 8px;
  padding: 5px 10px;
  color: #1f272e;
}

.message-edit .trans-type span {
  font-weight: 600;
  margin-right: 6px;
}

.message-edit .msg-edit {
  width: 100%;
  box-shadow: 0px 0px 6px -3px rgba(0, 0, 0, 0.1) !important;
  padding: 10px;
}

.message-edit .thnk-msg {
  color: #808080;
}

.message-edit .msg-textarea textarea {
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 8px;
  width: 100%;
}

.message-edit .msg-footer input {
  border: 1px solid #ccc;
  padding: 2px 10px;
  border-radius: 4px;
  width: 100%;
}

.preview-message {
  background-color: #ceffce !important;
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  padding-bottom: 30px;
}

.preview-message p {
  font-size: 12px;
}

.edit-message-head span,
.preview-head span {
  color: #1f272e;
  font-weight: 600;
}

.table-customization {
  max-height: 300px;
  overflow-y: scroll;
  width: 100%;
}

.print .print-header {
  margin: 10px 0;
}

.template-invoice-card .blog .blog-image a.img-general::before {
  background-color: #1e293b78;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}

.form-check {
  min-height: 16px !important;
}

.user-manage .dropdown-toggle.btn:hover {
  color: #1f272e;
}

.user-manage .dropdown-toggle.btn.show {
  background-color: transparent !important;
  color: #1f272e !important;
  border: none;
}

.user-manahe-date {
  color: #1f272e;
  font-weight: 600;
  font-size: 14px;
}

/* range  */

.range-input {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  cursor: pointer;
  outline: none;
  border-radius: 15px;
  height: 6px;
  background: #ccc;
}

.range-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 15px;
  width: 15px;
  background-color: #1f272e;
  border-radius: 50%;
  border: none;
  transition: 0.2s ease-in-out;
}

.range-input::-moz-range-thumb {
  height: 15px;
  width: 15px;
  background-color: #1f272e;
  border-radius: 50%;
  border: none;
  transition: 0.2s ease-in-out;
}

.value4 {
  font-size: 26px;
  width: 50px;
  text-align: center;
}

.range-slider {
  flex: 1;
}

.sliderticks {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}

.sliderticks span {
  display: flex;
  justify-content: center;
  width: 1px;
  height: 10px;
  background: #d3d3d3;
  line-height: 40px;
}

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

.customize button {
  color: #1f272e;
  background-color: #d3d3d3;
}

.customize button:hover {
  background-color: #d3d3d3;
  color: #1f272e;
}

/* /range  */
/* setting css end */
.message {
  display: none;
  color: red;
}

.tit {
  border-radius: 50%;
  background: #1f272e;
  /* padding: 2px 6px; */
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.sorting_1.tite {
  display: flex;
  align-items: center;
  gap: 4px;
}

.tab-content.add-item .dropdown-toggle {
  padding: 7.5px 6px;
  background-color: transparent;
  color: #1f272e;
  border: 2px solid rgba(145, 158, 171, 0.32);
  border-left: 0;
  /* border-color: #e3e3e3; */
  font-size: 12px;
  border-radius: 0px 4px 4px 0;
}

.tab-content.add-item .col-12.d-flex input {
  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;
}

.assign-unit-body {
  max-height: 200px;
  overflow-y: scroll;
}

/* ================================================ */

/* /===========================settings==============================/ */
.general-setting .setting-menu,
.transaction .setting-menu,
.print .setting-menu,
.taxes-gst .setting-menu,
.user-manage .setting-menu,
.transaction-msg .setting-menu,
.party .setting-menu,
.item .setting-menu {
  font-size: 1.5rem;
  color: #1e293b !important;
}

.general-setting .general-head,
.transaction .transaction-head,
.taxes-gst .transaction-head,
.print .transaction-head,
.party .transaction-head,
.item .transaction-head {
  border-bottom: 2px solid #1e293b !important;
}

/* / Style for the scrollbar thumb on hover / */
::-webkit-scrollbar-thumb:hover {
  background-color: rgb(204, 204, 204) !important;
  transition: all 0.9s;
  /* / Change this to the color you want on hover /  */
}

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

.setting .nav-link {
  position: relative;
}

.setting .nav-link::before {
  content: "";
  border-bottom: 2px solid #1e293b !important;
  width: 0;
  height: 5px;
  position: absolute;
  bottom: 4px;
  left: 4px;
  transition: 0.5s ease;
}

.setting .nav-link:hover::before {
  width: 100%;
}

.setting .nav-link.active::before {
  width: 100%;
}

.transaction-msg .nav-item .nav-link {
  position: relative;
}

.transaction-msg .nav-item .nav-link::before {
  content: "";
  border-bottom: 2px solid #1e293b !important;
  width: 0;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 4px;
  transition: 0.5s ease;
}

.transaction-msg .nav-item .nav-link:hover::before {
  width: 100%;
}

.print .nav-item .nav-link {
  position: relative;
}

.print .nav-item .nav-link::before {
  content: "";
  border-bottom: 2px solid #1e293b !important;
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  transition: 0.5s ease;
}

.print .nav-item .nav-link.active::before,
.print .nav-item .nav-link:hover::before {
  width: 100%;
}

.batch-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.batch-icon i {
  font-size: 20px;
}

/* / ----------------------------settings-end------------------- / */

.table-container {
  /* overflow: auto;
  max-width: 100%;
  max-height: 320px;
  padding: 0; */
}

.table-container table {
  border-collapse: collapse;
  width: 100%;
}

.table-container th,
.table-container td {
  padding: 8px;
  white-space: nowrap;
}

.table-container tbody tr:last-child {
  border-bottom: transparent;
}

.table tbody tr:last-child td {
  border-bottom: transparent;
}

.table-container thead th {
  /* position: sticky;
  top: -5px;
  z-index: 1; */
  background-color: #f2f2f2;
}

/* expenses css start  */
/* .first-add-page {
  width: 100%;
}
.first-add-page .card {
  height: 80vh;
} */
.expanses-body tfoot {
  border-color: #dee2e6 !important;
}

/* .expanses-body {
  max-width: 100%;
  overflow-x: scroll;
} */

.expenses-body tr {
  border-color: #dee2e6;
}

#add-expenses-modal .modal-header .form-switch label {
  font-size: 14px;
}

#add-expenses-modal
  .modal-header
  .form-switch
  .form-check-input:checked
  + label,
#add-Sale-modal .modal-header .form-switch .form-check-input:checked + label {
  color: #1f272e;
  font-weight: 600;
}

.expenses-footer a:hover,
.expenses-footer a {
  color: #1f272e;
  font-weight: 500;
}

.expenses-tbody .btn-delete {
  cursor: pointer;
}

/* expenses css end  */

/* Sale css start  */
.sale-invoice .between-date input {
  width: 120px;
}

.sale-invoice .between-date .badge {
  font-size: 12px !important;
  padding: 9px 7px !important;
}

/* .sale-invoice .paid-card {
  border: 2px solid #fef6e1;
  background-color: #fef6e1 !important;
}


.sale-invoice .unpaid-card {
  border: 2px solid #e5ecff;
  background-color: #e5ecff !important;
}
.sale-invoice .overdue-card {
  border: 2px solid #fae9e2;
  background-color: #fae9e2 !important;
}

.sale-invoice .total-card {
  border: 2px solid #d9f3f2;
  background-color: #d9f3f2 !important;
} */
.paid-card {
  background-color: #e1ffed !important;
  border: 1px solid #33b469;
}
.unpaid-card {
  background-color: rgba(255, 218, 218, 0.49) !important;
  border: 1px solid #ed3a3a;
}
.unpaid-card .bg-danger-light {
  background-color: transparent !important;
}
.overdue-card {
  background-color: #fff6dc !important;
  border: 1px solid #ebbc2e;
}
.total-card {
  background-color: #ddf3ff !important;
  border: 1px solid #2da7ff;
}
.summary-card-hr {
  margin: 0.3rem 0;
  border-top: 1.2px solid !important;
  opacity: 1;
}

.paid-card hr {
  border-color: #33b469 !important;
}
.unpaid-card hr {
  border-color: #ed3a3a !important;
}
.overdue-card hr {
  border-color: #ebbc2e !important;
}
.total-card hr {
  border-color: #2da7ff !important;
}

:where(.paid-card, .unpaid-card, .overdue-card, .total-card) p {
  color: #1f272e;
  font-weight: 500;
}
:where(.paid-card, .unpaid-card, .overdue-card, .total-card) h6 {
  font-size: 22px;
}

.credit-cash-switch label {
  font-size: 12px;
}

.table .btn.show {
  background-color: transparent !important;
  border: transparent !important;
}

.table .btn:active {
  background-color: transparent !important;
  border: transparent !important;
}

.table tr {
  border-bottom: 1px solid #dee2e6;
}

/* Sale css end  */

/* scroll bar css start  */
::-webkit-scrollbar {
  width: 3px !important;
  height: 3px !important;
  color: #fff !important;
  background-color: #fff !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;
}

/* scroll bar css end  */

/* ============loader css start=================== */
/* .loader-bg {
  background: #1f272e;
  width: 100%;
  height: 100%;
}

.loader {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999999;
}

.loader:after {
  content: "$";
  display: inline-block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 70px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;

  background: silver;
  color: #fff;
  border: 4px double;
  box-sizing: border-box;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.1);
  animation: coin-flip 6s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

@keyframes coin-flip {
  0%,
  100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }

  0% {
    transform: rotateY(0deg);
  }

  50% {
    transform: rotateY(1800deg);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }

  100% {
    transform: rotateY(3600deg);
  }
} */

/* ============loader css end=================== */

.input-select-wrapper {
  position: relative;
  /* width: 300px; */
  /* Adjust width as needed */
}

/* #add-party-button {
      width: 100px;
      padding: 8px;
      box-sizing: border-box;
      display: inline-block;
      vertical-align: top;
      cursor: pointer;
      background-color: #007bff;
      color: #fff;
      border: none;
      font-size: 14px;
      margin-left: 8px;
  } */

.dropdown-container {
  position: absolute;
  width: 100%;
  max-height: 200px;
  /* Adjust as needed */
  overflow-y: auto;
  border: 1px solid #ccc;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  background: #fff;
  z-index: 10;
  padding: 8px;
  border-radius: 8px;
  /* display: none; */
  /* Initially hidden */
}

.input-select-wrapper .dropdown-item {
  display: flex;
  justify-content: space-between;
  padding: 8px;
  cursor: pointer;
}

.dropdown-item-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dropdown-item:hover {
  background-color: #f0f0f0 !important;
  color: #1e293b !important;
}

.party-name {
  font-weight: bold;
}

.party-balance {
  font-weight: normal;
  color: #888;
}

.hidden {
  display: none;
}

.expenses-footer
  :where(.expanses-subtotal, .expanses-CGST, .expanses-SGST, .expanses-Total) {
  width: 350px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.expenses-footer
  :where(.expanses-subtotal, .expanses-CGST, .expanses-SGST, .expanses-Total)
  span:first-child {
  font-size: 13px;
  width: 250px;
  text-align: end;
  color: #1f272e;
}

.expenses-footer
  :where(.expanses-subtotal, .expanses-CGST, .expanses-SGST, .expanses-Total)
  span:first-child
  input {
  padding: 2px;
  text-align: end;
}
.expenses-footer
  :where(.expanses-subtotal, .expanses-CGST, .expanses-SGST, .expanses-Total)
  span:first-child
  .form-check-input {
  margin-top: 0.1em;
}
.expenses-footer
  :where(.expanses-subtotal, .expanses-CGST, .expanses-SGST, .expanses-Total)
  span:nth-of-type(2) {
  text-align: end;
  width: 280px;
}
.expenses-footer
  :where(.expanses-subtotal, .expanses-CGST, .expanses-SGST, .expanses-Total)
  span:nth-of-type(2)
  :where(input, select) {
  text-align: end;
  padding: 2px;
  height: 30px;
}

.expenses-footer .expanses-Total {
  border-top: 2px solid #bcbec9;
}

/* =================  select2 desighn ====================== */

/* .select2-container--default .select2-selection--single {
      height: calc(1.5em + .75rem + 2px);
      border: 1px solid #ced4da;
      border-radius: .25rem;
      padding: .375rem .75rem;
    }

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

    .select2-container--default .select2-selection--single .select2-selection__arrow {
      height: calc(1.5em + .75rem);
    }

    .apna-hisab-label span.text-danger {
      color: red;
    } */
/* .payment-form {
   max-width: 500px;
   margin: auto;
 } */

/* #paymentRows {
  background-color: #fff;
  border-radius: 8px;
  padding: 10px;
  width: 350px;
  box-shadow: 0px 0px 4px 0px #1f272e00029;
 }
 .payment-row {
   display: flex;
   align-items: center;
   margin-bottom: 10px;
 }

 .payment-row label {
   margin-right: 10px;
 }

 .payment-type,
 .amount {
   padding: 5px;
   margin-right: 10px;
 }

 .amount {
   width: 100px;
 }

 .delete-btn {
   background-color: transparent;
   border: none;
   cursor: pointer;
   font-size: 16px;
 }

 */

.payment-type-main {
  background-color: #fff;
  border-radius: 2px;
  padding: 10px;
  width: 400px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}

.input-container {
  display: inline-block;
  position: relative;
}

#autoResizeInput {
  min-width: 150px;
  /* Minimum width for the input field */
  padding: 5px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: content-box;
  width: auto;
  /* Allow the width to adjust */
}

#autoResizeInput::placeholder {
  color: #aaa;
}

/* .autoResize {
   width: auto;
 } */

table {
  table-layout: auto;
  width: 100%;
}

td,
th {
  padding: 5px;
  white-space: nowrap;
  /* Prevent the content from wrapping to a new line */
}

.autoResize {
  border: none;
  background: transparent;
  padding: 5px;
  box-sizing: border-box;
  width: 100%;
  /* Initially takes full width */
}

.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: #fff;
  border-radius: 5px;
}

.pagination li {
  margin: 0 3px;
}

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

.dt-info {
  float: right;
  padding-top: 0 !important;
}

/* ================expence image css============================= */
.input-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* Space between the upload button and the image preview */
}

.drag-drop {
  flex-grow: 1;
  margin-right: 15px;
  /* Space between the input area and the image preview */
}

.uploaded-images {
  width: 100%;
  height: 75px;
  /* Adjust this to control the size of the image preview */
  display: none;
  /* Initially hide the image */
}

.slimScrollDiv::-webkit-scrollbar,
.sidebar-inner::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
}

.slimScrollBar {
  width: 0px !important;
}

.sidebar .sidebar-menu ul.sidebar-vertical .menu-title {
  margin-top: 3px !important;
}

.sidebar-menu::-webkit-scrollbar-thumb {
  background-color: transparent !important;
}

.sidebar-menu {
  min-height: 100vh !important;
  overflow-y: scroll;
}

.card .card-header {
  /* padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x) !important; */
}

.btn-outline-primary:hover {
  background-color: #1e293b !important;
  border-color: #1e293b !important;
}

.btn-white:hover,
.btn-primary:hover,
.btn-white:focus,
.btn-white:active,
.btn-primary:focus {
  border-radius: 8px;
  box-shadow: none !important;
  background-color: #f3f3f3;
  color: #1f272e;
  border: 1px solid #ddd;
}
.table thead tr th,
.table tfoot tr td {
  border-color: #ddd;
  /* border-bottom: 0; */
}
.table tbody tr td {
  border-bottom: 1px solid #ddd !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn.btn-primary:active {
  background-color: #2490ef;
  color: #fff;
  border: 1px solid #2490ef;
  font-weight: 400;
}

.btn-primary {
  background-color: #2490ef;
  color: #fff;
  padding: 4px 13px;
  border-radius: 8px;
  border: 1px solid #2490ef;
  font-weight: 400;
}

.btn-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;
}

.dash-widget-header .dash-widget-icon {
  height: 3rem;
  width: 3rem;
}

.sidebar {
  width: 200px;
}

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

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

thead tr {
  background-color: #fafbfe;
}

.table .thead-light th,
.table thead th {
  color: #1f272e;
  /* border-top: 2px solid #dee2e6; */
  border-bottom: 1px solid #ddd;
  color: #637381 !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
}

.table thead {
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
}

.table.rounded-corners {
  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: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.table tbody td {
  font-size: 13px !important;
}

.parties-add-party .card,
.parties-transection .card {
  border: none;
  background-color: transparent !important;
}

/* .card {
  overflow: hidden;
 } */
/* .parties-add-party {
   
} */
.parties-add-party,
.parties-transection {
  border: 1px solid #ddd;
  background-color: #fff !important;
  border-radius: 8px;
  /*display: flex;
  height: 100vw;
  flex-direction: column;
  box-shadow: 0 2px 10px 0px #1f272e00010 !important;
  **/
  margin-bottom: 10px;
  box-shadow: none !important;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.col-12.col-md-4.pe-lg-0 {
  padding-right: 0.48rem !important;
}

.parties-add-party .card,
.parties-transection .card {
  background-color: #fff;
  /* display: flex;
  flex-direction: column;
  height: 100vw; */
  box-shadow: none !important;
}

.table > :not(caption) > tr > :nth-child(2n) {
  /* background-color: #1f272ee1104 !important; */
  color: #637381;
}

.table thead th,
.table tbody td {
  text-align: left !important;
}

.modal-content {
  border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  -ms-border-radius: 8px !important;
  -o-border-radius: 8px !important;
}
.modal-fullscreen .modal-content {
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
}

.modal-backdrop.show {
  opacity: 0.8 !important;
}

/* .modal-header,
.modal-body,
.modal-footer {
  padding: 8px !important;
} */

.btn-close {
  background-color: red;
  --bs-btn-close-bg: url("https://apnahisab.alisys.in/assets/img/cross.svg") !important;
  width: 20px;
  height: 20px;
  margin-right: 0px !important;
  background-color: transparent;
  opacity: 1;
  font-size: 14px;
}

.form-check-input[type="radio"] {
  width: 16px !important;
  height: 16px !important;
}

.sidebar .sidebar-menu ul li a.active span {
  color: #1e293b !important;
}

.top-nav-search form .form-control {
  border: 1px solid #ddd !important;
  padding: 10px 30px 10px 10px;
}

.top-nav-search form .btn {
  right: 0px !important;
  left: unset;
}

.sidebar .sidebar-menu ul li.submenu ul li a.active {
  color: #1f272e;
}

.items .nav {
  --bs-nav-link-padding-x: 1 !important;
}

.dt-search {
  display: none;
}

.Product-number span:nth-of-type(1),
.Product-addr span:nth-of-type(1) {
  font-size: 13px;
  font-weight: 500;
}

.Product-number span:nth-of-type(2),
.Product-addr span:nth-of-type(2) {
  font-size: 12px;
}

.main-product-heading {
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 600;
}

.fa-ellipsis-vertical {
  color: #8a8e9c !important;
}

.card .table-responsive {
  overflow: auto !important;
  max-width: 100%;
}

.table .dropdown-item,
.dropdown-item {
  padding: 4px !important;
  /* padding-bottom: 5px !important; */
  font-size: 13px !important;
}

.table .dropdown ul,
.dropdown ul {
  padding: 5px;
}

.table .dropdown-menu {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
  border-radius: 0 !important;
  --bs-dropdown-min-width: 9rem !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}

.dropdown-menu {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
  border-radius: 0 !important;
}

.table .dropdown-menu .dropdown-item i,
.dropdown-menu .dropdown-item i {
  font-size: 12px !important;
}

.table thead th,
.table tbody td {
  padding: 5px !important;
  white-space: nowrap;
  color: #637381;
  vertical-align: middle;
}
.modal-body .table thead th,
.modal-body .table tbody td {
  padding: 3px 5px !important;
}

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

.pagination li:hover a.page-link,
.pagination li.active a.page-link {
  background: #1f272e;
  border-color: #1f272e;
  color: #fff;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

.pagination li a.page-link {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

.sidebar .sidebar-menu ul li a .menu-arrow::before {
  font-weight: 400;
  font-family: "Font Awesome 5 pro" !important;
  content: "\f107" !important;
}

.sidebar .sidebar-menu ul li a .menu-arrow {
  top: 7px;
}

.changebgcolr[data-letter="A"] {
  background-color: #8b0000;
  /* Dark Red */
}

.changebgcolr[data-letter="B"] {
  background-color: #1f272e;
  /* Dark Blue */
}

.changebgcolr[data-letter="C"] {
  background-color: #006400;
  /* Dark Green */
}

.changebgcolr[data-letter="D"] {
  background-color: #8b4513;
  /* Dark Brown */
}

.changebgcolr[data-letter="E"] {
  background-color: #2f4f4f;
  /* Dark Slate Gray */
}

.changebgcolr[data-letter="F"] {
  background-color: #4b0082;
  /* Indigo */
}

.changebgcolr[data-letter="G"] {
  background-color: #483d8b;
  /* Dark Slate Blue */
}

.changebgcolr[data-letter="H"] {
  background-color: #2e8b57;
  /* Sea Green */
}

.changebgcolr[data-letter="I"] {
  background-color: #556b2f;
  /* Dark Olive Green */
}

.changebgcolr[data-letter="J"] {
  background-color: #8b008b;
  /* Dark Magenta */
}

.changebgcolr[data-letter="K"] {
  background-color: #8b3a3a;
  /* Dark Indian Red */
}

.changebgcolr[data-letter="L"] {
  background-color: #8b4513;
  /* Saddle Brown */
}

.changebgcolr[data-letter="M"] {
  background-color: #191970;
  /* Midnight Blue */
}

.changebgcolr[data-letter="N"] {
  background-color: #800000;
  /* Maroon */
}

.changebgcolr[data-letter="O"] {
  background-color: #cd5c5c;
  /* Indian Red */
}

.changebgcolr[data-letter="P"] {
  background-color: #8b0000;
  /* Dark Red */
}

.changebgcolr[data-letter="Q"] {
  background-color: #00688b;
  /* Dark Turquoise */
}

.changebgcolr[data-letter="R"] {
  background-color: #8b2323;
  /* Firebrick */
}

.changebgcolr[data-letter="S"] {
  background-color: #4682b4;
  /* Steel Blue */
}

.changebgcolr[data-letter="T"] {
  background-color: #6a5acd;
  /* Slate Blue */
}

.changebgcolr[data-letter="U"] {
  background-color: #4b0082;
  /* Indigo */
}

.changebgcolr[data-letter="V"] {
  background-color: #2e2e2e;
  /* Charcoal */
}

.changebgcolr[data-letter="W"] {
  background-color: #708090;
  /* Slate Gray */
}

.changebgcolr[data-letter="X"] {
  background-color: #5d3fd3;
  /* Dark Violet */
}

.changebgcolr[data-letter="Y"] {
  background-color: #9932cc;
  /* Dark Orchid */
}

.changebgcolr[data-letter="Z"] {
  background-color: #800080;
  /* Purple */
}

.sidebar .sidebar-menu ul li a i {
  font-size: 16px;
}

.sidebar .sidebar-menu ul li a.subdrop .menu-arrow {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

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

.filter i {
  cursor: pointer;
  color: #1f272e;
}

.filter ul li p,
.filter ul li .cbx label {
  font-size: 10px !important;
}

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

.dt-column-order {
  margin-right: 5px;
}

.filter .filter-btns {
  padding: 0px 6px;
}

#Add-Bank-Account .form-check-label {
  line-height: 0;
}

#Add-Bank-Account .form-check {
  margin-bottom: 0;
}

.badge {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.bg-primary {
  background-color: #1e293b !important;
  color: #fff;
}

.select2-search__field {
  /* border: none ; */
  width: 100%;
}

.select2-width {
  width: 100px;
}

.select2-selection__choice {
  display: flex;
  flex-direction: row-reverse;
  gap: 5px;
  color: #1f272e;
}

.input-group-text {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border: 1.5px solid rgba(145, 158, 171, 0.32);
  border-right: 0;
  font-size: 14px;
}

.ui-autocomplete {
  z-index: 1060 !important;
  /* Higher than Bootstrap modal */
}

/* Style for the input box inside modal */
#partySelect {
  width: 100%;
  padding: 6px 12px;
  font-size: 13px;
}

/* Style the autocomplete menu */
.ui-menu-item-wrapper {
  font-size: 12px;
  padding: 3px 6px !important;
}

.ui-menu-item {
  padding: 3px 5px;
}

/* Custom hover effect for autocomplete items */
.ui-state-active,
.ui-menu-item-wrapper:hover {
  background-color: #1e293b !important;
  color: #fff !important;
  border: none !important;
  cursor: pointer;
  padding: 3px 6px !important;
}

.paymentin-date-resno label {
  width: 100px;
}

.paymentin-date-resno input,
.paymentin-date-resno input:focus {
  border: 0 !important;
  border-bottom: 2px solid rgba(145, 158, 171, 0.32) !important;
  width: 100%;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.resivd-unsend label {
  width: 80px;
}

.resivd-unsend :where(input, span) {
  display: block;
  width: 150px;
}

.form-check-input:checked {
  background-color: #1f272e;
}

.to_recived .form-check-input[type="radio"],
.to_pay .form-check-input[type="radio"] {
  height: 18px;
  width: 18px;
}

.to_received .form-check-input:checked {
  background-color: #33b469;
}

.to_pay .form-check-input:checked {
  background-color: #ff0000;
}

#party_table_info {
  display: none;
}

.rupees-icon-main.apna-hisab-label-content {
  position: relative;
  /* display: flex;
  align-items: center; */
}

.rupees.apna-hisab-input {
  padding-left: 18px;
}

.currency-symbol1,
.currency-symbol {
  position: absolute;
  left: 0.5em;
  top: 8px;
  font-size: 13px;
  color: #1f272e;
  pointer-events: none;
  transition: opacity 0.3s;
}

.tit-main {
  width: 25px;
}

/* .select2-container--default .select2-selection--single .select2-selection__rendered, */
.select2-container--default .select2-selection--single {
  border: 1.5px solid rgba(145, 158, 171, 0.32);
  border-radius: 8px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding: 6px 12px;
  line-height: 1.5;
}

.select2-container .select2-selection--single {
  height: 35.67px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 37px;
}

.select2-container--default .select2-results__group {
  background-color: aliceblue;
  color: #1f272e;
}

.table .dropdown-menu {
  transform: translate3d(80px, 16.6667px, 0px) !important;
  -webkit-transform: translate3d(80px, 16.6667px, 0px) !important;
  -moz-transform: translate3d(80px, 16.6667px, 0px) !important;
  -ms-transform: translate3d(80px, 16.6667px, 0px) !important;
  -o-transform: translate3d(80px, 16.6667px, 0px) !important;
}

.text-primary {
  color: #1e293b !important;
}

.accordion-item {
  border: none;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #1f272e;
  box-shadow: none;
}

/* Move the arrow to the start */
/* Remove Bootstrap's default arrow */
/* Remove Bootstrap's default arrow */
.accordion-button::after {
  display: none;
}

/* Style the button and arrange the items */
.custom-accordion-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Style the custom arrow */
.custom-arrow {
  margin-right: 5px;
  /* Space between arrow and title */
  transition: transform 0.3s ease;
  /* Smooth rotation effect */
}

/* Rotate the arrow when the accordion is open */
.custom-accordion-button:not(.collapsed) .custom-arrow {
  transform: rotate(180deg);
  /* Rotates the arrow */
}

/* Style the title and number */
.accordion-title {
  flex-grow: 1;
}

.exc-csv-pdf-img {
  width: 25px;
}

.accordion-number {
  font-size: 14px;
}

.accordion .fa-chevron-down {
  font-size: 12px;
}

.accordion ul {
  padding-left: 0;
  list-style: none;
}

.accordion ul li {
  position: relative;
  padding-left: 12px;
  /* Add space for the number */
}

.accordion ul li::before {
  content: "• ";
  position: absolute;
  left: 0;
  font-weight: bold;
}

.accordion-title {
  font-size: 13px;
  font-weight: 600;
}
/* ---------product genrate code ------------- */
.assign-code.apna-hisab-label-content {
  position: relative;
  width: 100%;
}

.assign-code .apna-hisab-input {
  width: 100%;
  padding-right: 60px;
}

#generateCodeButton {
  top: 24%;
  right: 5px;
  transform: translateY(-50%);
  display: inline-block;
  margin-top: 10px;
  padding: 2px 5px;
  font-size: 12px;
  position: absolute;
  z-index: 1;
  background-color: #1e293b80;
  color: #fff;
  border-radius: 4px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.input-group .input-group-input {
  width: 60%;
}
.input-group .input-group-select {
  width: 40%;
}
.input-group .input-group-select select {
  border-radius: 0 8px 8px 0;
  border-left: 0 !important;
  -webkit-border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  -ms-border-radius: 0 8px 8px 0;
  -o-border-radius: 0 8px 8px 0;
}
.modal-body {
  background-color: #f6f6f6;
}
tfoot {
  background-color: #fff;
}
/* .apna-hisab-label {
  background: linear-gradient(180deg, rgba(246,246,246,1) 62%, rgba(255,255,255,1) 34%);
} */
.all-modal-head span {
  width: 110px;
  display: flex;
  justify-content: end;
  align-items: center;
  font-size: 13px;
}
.all-modal-head :where(input, select) {
  width: 150px;
  background-color: transparent;
  border: none !important;
  border-bottom: 2px solid rgba(145, 158, 171, 0.32) !important;
  border-radius: 0;
  padding: 4px 8px;
  font-size: 12px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

#confirmationModal {
  --bs-modal-zindex: 1065 !important;
}

.modal-backdrop.ahmd {
  --bs-backdrop-zindex: 1060 !important;
}
.cursor-pointer {
  cursor: pointer;
}
.form-control {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.gra-pri-exc-icon p {
  font-size: 12px;
}
.gra-pri-exc-icon img {
  width: 28px;
}
span.select2-container.select2-container--default.select2-container--open {
  z-index: 99 !important;
}

.stock-transfar-drop button {
  border: 1.5px solid rgba(145, 158, 171, 0.32);
  outline: none;
  width: 100%;
  background-color: transparent;
  padding: 6px 12px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.stock-transfar-drop button:focus,
.stock-transfar-drop button:active {
  border: 1.5px solid #6c757d;
}
.stock-transfar-drop .dropdown-menu {
  --bs-dropdown-min-width: 18rem;
}
.stock-transfar-drop .godown-type {
  font-size: 12px;
  color: rgba(145, 158, 171, 0.9);
  font-weight: 500;
}
.stock-transfar-drop .add-godown {
  color: #0085ff;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #666e7a;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  color: #fff;
  background-color: #8f959e;
}
.barcode-footer .badge {
  padding: 8px;
  font-size: 12px;
  font-weight: 500;
}
.barcode-footer .badge.bg-warning {
  background-color: #fef2e1 !important;
  color: #dd901e;
}
.barcode-footer .badge.bg-secondary {
  background-color: #f3f3f3 !important;
  color: #787b87;
}
.demo-barcode {
  background-color: #e1ffed !important ;
  margin-bottom: 0 !important;
}
.demo-barcode #barcode-container svg,
.reg-pri-65-label svg {
  width: 100% !important;
  height: 35px !important;
}
.reg-pri-48-label svg {
  width: 100% !important;
  height: 45px !important;
}
.reg-pri-24-label svg {
  width: 100% !important;
  height: 65px !important;
}
.reg-pri-12-label svg {
  width: 100% !important;
  height: 80px !important;
}
.label-pri-2-label-50-25 svg {
  width: 100%;
  height: 50px;
}
.label-pri-1-label-50-25 svg {
  width: 100%;
  height: 50px;
}
.label-pri-2-label-38-25 svg {
  width: 100%;
  height: 50px;
}
.label-pri-1-label-100-50 .label p {
  font-size: 18px;
  margin-bottom: 10px;
}

.demo-barcode #barcode-container svg rect,
.reg-pri-65-label svg rect,
.reg-pri-48-label svg rect,
.reg-pri-24-label svg rect,
.reg-pri-12-label svg rect,
.label-pri-2-label-50-25 svg rect,
.label-pri-1-label-100-50 svg rect,
.label-pri-1-label-50-25 svg rect,
.label-pri-2-label-38-25 svg rect {
  fill: transparent !important;
}
.demo-barcode #barcode-container svg g rect,
.reg-pri-65-label svg g rect,
.reg-pri-48-label svg g rect,
.reg-pri-24-label svg g rect,
.reg-pri-12-label svg g rect,
.label-pri-2-label-50-25 svg g rect,
.label-pri-1-label-100-50 svg g rect,
.label-pri-1-label-50-25 svg g rect,
.label-pri-2-label-38-25 svg g rect {
  fill: #000 !important;
}
.custome-switch.form-switch .form-check-input {
  width: 3em !important;
}
.switch-pro.form-check-input {
  height: 1.5em !important;
}
.bulk-item-update-status {
  background-color: #fef2e1;
  padding: 2px 5px;
}
.bulk-item-update-status p {
  font-size: 12px;
}
.bulk-item-update-status p span:first-child {
  color: #808080;
}

.hidden-input-border {
  border: 1.5px solid transparent !important; /* Hide border initially */
  background-color: transparent; /* Make background transparent */
}
button.hidden-input-border {
  color: #1f272e;
  padding: 6px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

.show-table-input-border {
  border: 1.5px solid rgba(145, 158, 171, 0.32) !important; /* Show border when clicked */
  background-color: white; /* Optional: set background color when border is shown */
  cursor: auto;
}
.input-td tr,
.input-td td,
.input-td input {
  cursor: pointer;
}

/* file trans  */
.file-upload-box {
  border: 2px dashed #ccc;
  padding: 30px;
  text-align: center;
  color: #888;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 350px;
  height: 250px;
  transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  -moz-transition: ease 0.3s;
  -ms-transition: ease 0.3s;
  -o-transition: ease 0.3s;
}
.file-upload-box:hover {
  border-color: #1f272e;
}
.uploading-progress {
  background-color: #f8f9fa;
  padding: 10px;
  border-radius: 5px;
  margin-top: 10px;
}
.loading-line {
  width: 100%;
  height: 5px;
  background-color: #e9ecef;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
}
.loading-bar {
  height: 100%;
  width: 0%;
  background-color: #007bff;
  position: absolute;
  top: 0;
  left: 0;
  transition: width 0.5s ease;
}
#fileName {
  display: flex;
  align-items: center;
}
#fileName img {
  width: 40px;
  height: 40px;
}
.table-data .nav-tabs {
  border-bottom: 1px solid #1f272e;
  margin-bottom: 5px;
}
.table-data .nav-tabs button.active {
  border-bottom: 1.5px solid #1f272e;
  color: #1f272e;
  font-weight: 600;
}

.pos-main .table-responsive {
  overflow-x: auto !important;
}

.pos-main .table {
  table-layout: fixed;
  width: max-content;
}

.pos-main .table th,
.pos-main .table td {
  padding: 8px 16px;
  white-space: nowrap;
}

.pos-main .sticky-col {
  position: sticky;
  left: 0;
  background-color: #fff !important;
  z-index: 1;
}
.pos-main .sticky-col:nth-child(1) {
  width: 40px !important;
}
.pos-main .sticky-col:nth-child(2) {
  left: 16px;
  background-color: #fff !important;
}

.pos-main .sticky-col:nth-child(3) {
  left: 110px;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
}
.pos-main .active-row .sticky-col {
  background-color: #dee2e6 !important;
}

.pos-green-btn {
  background-color: #e1ffed;
  border: 1.5px solid #33b469;
}

.pos-blue-btn {
  background-color: #dbf3ff;
  border: 1.5px solid #2da7ff;
}
.pos-red-btn {
  background-color: #ffdada7d;
  border: 1.5px solid #ed3a3a;
}

.pos-blue-light-btn {
  background-color: #fff6dc;
  border: 1.5px solid #ebbc2e;
}
.pos-blue-light-btn:hover,
.pos-blue-light-btn :active {
  background-color: #fff6dc;
  box-shadow: inset 0px 0px 0px 1px #ebbc2e;
}
.pos-blue-btn:hover,
.pos-blue-btn:active {
  background-color: #ddf3ff;
  box-shadow: inset 0px 0px 0px 1px #2da7ff;
}
.pos-green-btn:hover,
.pos-green-btn:active {
  background-color: #e1ffed;
  box-shadow: inset 0px 0px 0px 1px #33b469;
}
.pos-red-btn:hover,
.pos-red-btn:active {
  background-color: #ffdada7d;
  box-shadow: inset 0px 0px 0px 1px #ed3a3a;
}
.pos-home-icon a {
  color: #1f272e;
  font-size: 20px;
}

.pos-btn {
  font-size: 12px;
  margin: 0;
  padding: 6px 12px;
  border-radius: 8px;
  font-weight: 600;
  transition: 0.2s ease;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
}
.pos-dropdown,
.pos-dropdown:hover {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #1f272e;
}

.pos-dropdown::after {
  content: "/f107";
}
table.dataTable {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}
.mobile_btn,
.mobile_btn:hover {
  color: #1e293b;
}

.main-pos-wrapper .sidebar {
  display: none;
}
@media screen and (max-width: 777px) {
  .main-pos-wrapper .sidebar {
    display: block;
  }
}
body .modal-body table tr :where(input, select) {
  border: 1.5px solid transparent !important;
}
.modal-body table tr input[type="checkbox"] {
  border: 1.5px solid rgba(145, 158, 171, 0.32) !important;
}
.modal-body table tr select {
  height: unset;
  padding: 6px 0px;
  font-size: 12px;
}
body .modal-body table :where(input, select):focus {
  /* border: 1.5px solid rgba(145, 158, 171, 0.32) !important; */
  padding: 0 !important;
}
.modal-body table tr td {
  min-width: 100px;
}
.modal-body table tr td:first-of-type {
  min-width: 50px;
}
#Sale_Table_wrapper .row.mb-3 {
  margin-bottom: 0 !important;
}

input:-webkit-autofill {
  background-color: #ffffff !important; /* Set your desired color */
  color: #000000 !important; /* Set your desired text color */
}

input:-webkit-autofill:focus {
  background-color: #ffffff !important; /* Change background color when focused */
  color: #000000 !important; /* Change text color when focused */
}
.table-more-a {
  font-size: 12px;
}
table tr .dropdown-menu :where(input, select, textarea) {
  border: 1.5px solid rgba(145, 158, 171, 0.32) !important; /* You can customize the border color */
}
table tr :where(input, select, textarea) {
  border: 1.5px solid transparent !important;
  padding: 0 !important;
}

/* Show border on input when hovering over the table row */
table tr:hover :where(input, select, textarea),
table tr:focus :where(input, select, textarea) {
  /* border: 1.5px solid rgba(145, 158, 171, 0.32) !important; You can customize the border color */
}
.blog {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.blog.invoice-blog.active {
  border: 1px solid #1e293b;
}
.blog.invoice-blog .invoice-content-title a {
  color: #1e293b !important;
}
.blog.invoice-blog.active .invoice-content-title a {
  color: #1e293b !important;
}

.blog.invoice-blog.active .invoice-star {
  background-color: #1e293b38;
}
.blog.invoice-blog.active .invoice-star i {
  color: #1e293b;
}
.template-invoice-card .blog .blog-image a.preview-invoice i {
  color: #444d5b;
}
.template-invoice-card .blog .blog-image a.preview-invoice:hover i {
  color: #1e293b;
}
.gslide-image img {
  min-width: 430px !important;
}
.parties-transection .table-responsive {
  overflow-x: unset !important;
}
.report-main .sidebar {
  display: none;
}
.report-main .page-wrapper {
  margin-left: 0;
}
.report-main .content.container-fluid.p-1.pt-0 {
  padding: 0 !important;
}
/* .report-sidebar {
  display: none;
}
.report-main .report-sidebar {
  display: block; 
} */

.report-sidebar ul li {
  font-size: 13px;
  color: #1e293b;
  font-weight: 500;
}
.report-sidebar ul li a,
.report-sidebar ul li a:hover {
  padding: 6px;
  font-size: 12px;
  font-weight: 500;
  color: #888;
  text-transform: capitalize;
}
.report-sidebar ul li a span {
  margin-left: 6px;
}
.report-sidebar ul li a.active span {
  position: relative;
}
.report-sidebar ul li a.active span::before {
  content: "";
  width: 3px;
  height: 100%;
  position: absolute;
  background-color: #1e293b;
  top: 0;
  left: -12px;
}
.report-sidebar ul li a.active {
  background-color: rgb(208 208 209 / 60%);
  color: #1e293b;
}
#party-detail-onsale-invoice .modal-body {
  border-radius: 0 0 8px 8px;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  -ms-border-radius: 0 0 8px 8px;
  -o-border-radius: 0 0 8px 8px;
}
.bill-wise .table td a,
.bill-wise .table td a:hover,
.bill-wise .table td a:active {
  color: #0052ea;
}
.accordion-button.acc-arrow {
  position: relative;
}
.accordion-button.acc-arrow span {
  margin-left: 20px;
  font-size: 13px !important;
}
.accordion-button.acc-arrow::before {
  width: 1rem;
  height: 1rem;
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon) !important;
  background-repeat: no-repeat;
  background-size: 1rem;
  transition: transform 0.2s ease-in-out;
  position: absolute;
}
.accordion-button.acc-arrow:not(.collapsed)::before {
  background-image: var(--bs-accordion-btn-active-icon) !important;
  transform: rotate(-180deg);
}
.blance-sheet.accordion ul li::before,
.blance-sheet .accordion ul li::before {
  content: " ";
  display: none;
}
.blance-sheet ul {
  list-style-type: disc;
  margin-left: 41px;
}
.acco-bottom-border {
  border: 1px dashed;
}
.table tfoot td {
  color: #637381;
}
.page-link:focus {
  color: #333;
}

.panel {
  margin-bottom: 0px;
}

.chat-window {
  bottom: 0;
  position: absolute;
  float: right;
  /* margin-left: 10px; */
  left: 12px;
}

.chat-window > div > .panel {
  border-radius: 5px 5px 0 0;
}

.icon_minim {
  padding: 2px 10px;
  color: #000;
  font-size: 20px;
}

.msg_container_base {
  margin: 0;
  padding: 0 10px 10px;
  max-height: 300px;
  overflow-x: hidden;
  border-top: 1px solid #808080;
}

.top-bar {
  color: white;
  padding: 10px;
  position: relative;
  overflow: hidden;
}
.btn-group.dropup {
  position: fixed;
  left: 0px;
  bottom: 0;
}
.trial-bal-total-sec {
  border-radius: 0 0 8px 8px;
}
.main-wrapper.login-body {
  background-color: #ebeef0;
  margin: 0;
  width: 100%;
}
.login-wrapper .loginbox {
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.login-wrapper .loginbox .login-right {
  width: 400px;
}
.login-img {
  width: 420px;
}
.login-wrapper .loginbox .login-right .login-right-wrap h1 {
  font-size: 30px;
}
.login-wrapper .loginbox .account-subtitle {
  font-size: 14px;
}
.login-wrapper .loginbox .span-or {
  left: 0;
  right: 0;
  margin: auto;
  width: 120px;
  font-size: 12px;
}
.login-wrapper .loginbox .login-or {
  padding-top: 8px;
  display: flex;
  justify-content: center;
}
.login-wrapper .loginbox .or-line {
  width: 170px;
}
@media screen and (max-width: 991px) {
  .login-wrapper .loginbox .login-right {
    width: 100%;
  }
  .login-wrapper {
    padding-top: 0;
  }
}
.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;
}
.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: #ffdada7d;
  color: #ff3030;
}
.dash-card-text-sec p {
  font-size: 10px;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-weight: 500;
}
.dash-card-text-sec h6 {
  font-size: 14px;
}
.dash-card-bottom p {
  font-size: 12px;
}
.dash-card-bottom p span:nth-child(2) {
  font-size: 11px;
  color: #8a8e9c;
  margin-left: 3px;
}
.dashboard-card .card {
  margin-bottom: 0.25rem !important;
}
.toast-success,
.toast-error {
  background-color: #fff !important;
  color: #000 !important;
  border: 0px solid transparent !important;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
}
.toast-error .toast-progress {
  background-color: #ed3a3a !important;
  opacity: 0.8 !important;
}
.toast-success .toast-progress {
  background-color: #33b469 !important;
  opacity: 0.8 !important;
}
.toast-close-button {
  color: #000 !important;
}
.toast-error .toast-close-button:hover {
  color: #ed3a3a !important;
  opacity: 1;
}
.toast-message {
  display: flex;
  gap: 8px;
  /* align-items: center; */
}
.toast-message i {
  font-size: 18px;
  margin-top: 2px;
}
.toast-message p {
  line-height: 1.5;
}
.toast-success .toast-message i {
  color: #33b469;
}
.toast-error .toast-message i {
  color: #ed3a3a;
}
#toast-container > div {
  /* box-shadow: none !important; */
  padding: 15px 10px !important;
  opacity: 1 !important;
}
.toast-close-button {
  top: -.8em !important;
}
body #toast-container > .toast-error,
body #toast-container > .toast-success {
  background-image: none !important;
}

.no-data-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.no-data-container svg path[fill="rgb(224,242,255)"] {
  fill: #ebedf0 !important;
}
.no-data-container svg path[fill="rgb(241,248,252)"] {
  fill: #ffffff !important;
}
.col-md-4 .card table #lottie-container {
  width: 100px !important;
  height: 100px !important;
}
.dashboard-card .inovices-widget-icon img {
  width: 16px;
}
.total-amount-mangment {
  display: flex;
  flex-direction: column;
  align-items: end;
}
#add-expenses-modal .modal-body,
#add-Sale-modal .modal-body,
#add-purchase-modal .modal-body {
  overflow-x: hidden;
}
.modal-footer {
  border-top: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color)
}

.th-discount-par span,
.th-discount-amount span {
  font-size: 8px !important;
}
.modal-body tfoot tr td {
  font-size: 12px;
  font-weight: 600;
}

.text-blue {
  color: #0000FF !important;
}
.apna-hisab-input.is-invalid{
  box-shadow: none !important;
  border: 1.5px solid #dc3545 !important;
}
.Invoice-paid input.disabled {
  cursor: default;
  background-color: rgb(233 233 233);
  color: light-dark(rgb(84, 84, 84), rgb(170, 170, 170));
}
