.content {
  padding-top: 0 !important;
}

.dashboard-stat-grid {
  row-gap: 0.25rem;
}

.dashboard-stat-card {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 132px;
  overflow: hidden;
  border-radius: 8px;
  padding: 1.75rem;
  color: #ffffff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.09);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.dashboard-stat-card:hover {
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.14);
}

.dashboard-stat-card:after {
  content: "";
  position: absolute;
  right: -38px;
  bottom: -48px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
}

.dashboard-stat-card-primary {
  background: linear-gradient(135deg, #2f80ed 0%, #1d4ed8 100%);
}

.dashboard-stat-card-success {
  background: linear-gradient(135deg, #27ae60 0%, #15803d 100%);
}

.dashboard-stat-card-info {
  background: linear-gradient(135deg, #06b6d4 0%, #0e7490 100%);
}

.dashboard-stat-card-warning {
  background: linear-gradient(135deg, #f2994a 0%, #c2410c 100%);
}

.dashboard-stat-card-danger {
  background: linear-gradient(135deg, #eb5757 0%, #b91c1c 100%);
}

.dashboard-stat-icon {
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  border-radius: 8px;
  margin-right: 1rem;
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
  font-size: 1.6rem;
}

.dashboard-stat-content {
  z-index: 1;
  min-width: 0;
}

.dashboard-stat-value {
  display: block;
  color: #ffffff;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.dashboard-stat-label {
  display: block;
  margin-top: 0.35rem;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.96rem;
  font-weight: 500;
}

.dashboard-mini-stat {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  border: 1px solid #edf1f7;
  border-radius: 8px;
  padding: 1.25rem 1.5rem;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

.dashboard-mini-stat span {
  color: #6b7280;
  font-weight: 600;
}

.dashboard-mini-stat strong {
  color: #111827;
  font-size: 1.3rem;
  overflow-wrap: anywhere;
  text-align: right;
}

.dashboard-profit-card .card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.dashboard-profit-metric {
  min-height: 116px;
  border: 1px solid #edf1f7;
  border-radius: 8px;
  padding: 1.25rem;
  background: #f9fafb;
}

.dashboard-profit-metric span,
.dashboard-profit-metric small {
  display: block;
  color: #6b7280;
  font-weight: 600;
}

.dashboard-profit-metric strong {
  display: block;
  margin: 0.45rem 0;
  color: #111827;
  font-size: 1.45rem;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

canvas#payment_overview {
  max-width: 377px !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}

canvas#invoice_overview {
  max-width: 377px !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}

canvas#monthly_profit_overview,
canvas#previous_month_profit_overview {
  max-width: 430px !important;
  width: 100% !important;
  height: 360px !important;
  margin: 0 auto;
}

#invoice-overview-container {
  min-height: 380px;
}

#payment-overview-container {
  min-height: 380px;
}

#monthly-profit-overview-container,
#previous-month-profit-overview-container {
  min-height: 380px;
}

@media (max-width: 575.98px) {
  .dashboard-stat-card {
    min-height: 116px;
    padding: 1.25rem;
  }

  .dashboard-stat-value {
    font-size: 1.45rem;
  }

  .dashboard-profit-card .card-header {
    align-items: flex-start;
    flex-direction: column;
  }
}
.gutters-xs > .col,
.gutters-xs > [class*=col-] {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}

.editor {
  padding: 15px 0 35px;
}

.invoice-preview-inner {
  width: 960px;
  margin: 0 auto;
}

.editor-content {
  display: flex;
}

.preview-main {
  flex: 3;
}

#boxes {
  width: 800px;
  margin: auto;
}

.tu {
  text-transform: uppercase;
}

.d {
  font-size: 0.9em !important;
  color: #000;
  background: #fff;
  min-height: 1000px;
}

.d-header-inner {
  display: flex;
  padding: 50px;
}

.d-header-50 {
  flex: 1;
  margin-left: -1rem;
}

.d-header-brand {
  width: 200px;
}

.d-inner {
  padding: 50px;
}

.img-logo {
  max-width: 100px;
  max-height: 66px;
}
@media (max-width: 424px) {
  .img-logo {
    max-width: 75px;
  }
}

.d-right {
  text-align: right;
}

.d-title {
  font-size: 50px;
  line-height: 50px;
  font-weight: bold;
  margin-bottom: 20px;
}

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

.d-body {
  padding: 0px 0px 0px 34px;
}

.d-table {
  margin-top: 20px;
  margin-left: -1rem;
}

.d-table-tr {
  display: flex;
  flex-wrap: wrap;
}

.d-table-th {
  font-weight: 700;
}

.d-table-td,
.d-table-th {
  padding: 10px 10px 10px 15px;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
  margin: 0;
}

.w-2 {
  width: 8.333334%;
}

.w-17 {
  width: 70.833339%;
}

.w-5 {
  width: 20.833335%;
}

.d-table-footer {
  display: flex;
}

.d-table-controls {
  flex: 2;
}

.d-table-summary {
  flex: 1;
}

.d-table-summary-item {
  width: 100%;
  display: flex;
}

.d-table-label {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  padding-top: 9px;
  padding-bottom: 9px;
}

.d-table-value {
  flex: 1;
  text-align: right;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 10px;
}

@media only screen and (max-width: 640px) {
  .content {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .editor-content {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 640px) {
  .client-preview {
    zoom: 1;
  }
}
@media only screen and (max-width: 640px) {
  .w-2,
.w-3,
.w-4 {
    width: 50%;
  }
}
.fancy-title {
  padding-top: 0;
  font-size: 34px;
  margin: 0.67em 0;
}

.mb5 {
  display: block;
  margin-bottom: 5px;
}

.d-col-3 {
  width: 75%;
}

.d-col-1 {
  width: 25%;
}

.break-25 {
  height: 25px;
}

.break-50 {
  height: 50px;
}

.d-col-2 {
  width: 30%;
}

.p-text {
  line-height: 1.8em;
  margin: 0 0 5px 0;
}

small {
  font-size: 80%;
}

.col-33 {
  width: 33.333%;
}

.col-66 {
  width: 66.666%;
}

.d-col-33 {
  width: 33.333%;
}

.fwb {
  font-weight: 700;
}

.t-col-2 {
  width: 50%;
}

.t-col-66 {
  width: 66.666%;
}

.r-col-3 {
  width: 75%;
}

.r-col-1 {
  width: 25%;
}

.r-col-66 {
  width: 66.666%;
}

.r-col-33 {
  width: 33.333%;
}

.text-black {
  color: black;
}

.l-fancy-title {
  margin-top: 0;
  font-size: 30px;
  line-height: 1.2em;
  padding-top: 0;
}

.l-col-1 {
  width: 25%;
}

.l-col-3 {
  width: 75%;
}

.l-col-66 {
  width: 66.666%;
}

.l-col-33 {
  width: 33.333%;
}

.f-b {
  font-size: 20px;
  line-height: 1.2em;
}

.thank {
  font-size: 45px;
  line-height: 1.2em;
  text-align: center;
  font-style: italic;
  padding-right: 25px;
}

.i-fancy-title {
  margin-top: 0;
  font-size: 40px;
  line-height: 1.2em;
  font-weight: bold;
  padding: 25px;
  margin-right: 45px;
}

.d-inner-2 {
  padding: 50px;
}

.hk-table {
  margin-top: 20px;
}

.hk-header-50 {
  flex: 1;
}

.grey-box {
  padding: 0 0 30px 50px;
}

.hk-grey-box {
  padding: 0 15px 0px 40px;
}

.hk-grey-box1 {
  padding: 0 15px 30px 40px;
}

.hk-col-2 {
  width: 50%;
}

.sub-title {
  margin: 5px 0 3px 0;
  display: block;
}

.padd {
  margin-left: 5px;
  padding-left: 5px;
  border-left: 1px solid #f8f8f8;
  margin-right: 5px;
  padding-right: 5px;
  border-right: 1px solid #f8f8f8;
}

.s-fancy-title {
  margin-top: 0;
  font-size: 30px;
  line-height: 1.2em;
  padding-top: 0;
}

.p-fancy-title {
  margin-top: 0;
  font-size: 34px;
  line-height: 1.2em;
  padding-top: 0;
}

.d-table-value {
  padding-right: 0;
}

.p-col-2 {
  width: 50%;
}

.in-w-1 {
  width: 10%;
}

.in-w-2 {
  width: 50%;
}

.in-w-3 {
  width: 20%;
}

.in-w-4 {
  width: 20%;
}

.w-95 {
  width: 95%;
}

.font-color-gray {
  color: #7a7a7a;
}

.hk-inner-2 {
  padding: 10px 50px;
}

.to-address-right {
  padding-left: 570px;
}

.layout-responsive {
  overflow: hidden;
  overflow-x: auto !important;
}

.w-29 {
  width: 29%;
}

.ny-header-inner {
  display: flex;
  padding: 0px 0px 15px 50px;
}

.to-font-size {
  font-size: 15px;
}

.from-font-size {
  font-size: 15px;
}

.invoice-preview-inner #boxes {
  width: auto;
}
.invoice-preview-inner #boxes .d-inner {
  padding: 0.75rem;
}
.invoice-preview-inner #boxes .d-inner .d-table,
.invoice-preview-inner #boxes .d-inner .d-header-50 {
  margin-left: 0 !important;
}
.invoice-preview-inner #boxes .d-inner .d-col-1 {
  padding-left: 0 !important;
}
.invoice-preview-inner #boxes .d-inner .d-col-1 .img-logo {
  width: 100px;
  max-width: 100% !important;
  height: auto;
}

.border-b {
  border-bottom: 1px solid #000000;
}

.border-t {
  border-top: 1px solid #000000;
}

.bg-gray {
  background-color: #eaebec;
}

.bg-gray-100 {
  background-color: #f2f2f2;
}

.bg-danger {
  background-color: #d71920;
}

.bg-purple {
  background-color: #b57ebf;
}

.text-purple {
  color: #b57ebf;
}

.border-b-gray {
  border-bottom: 1px solid #bbbdbf;
}

.w-47 {
  width: 47% !important;
}

.ps-5rem {
  padding-left: 5rem;
}

.header-section {
  position: relative;
  overflow: hidden;
}
.header-section::after {
  position: absolute;
  content: "";
  width: 75%;
  height: 100%;
  background-color: white;
  top: 0;
  left: -53px;
  transform: skew(35deg);
  z-index: 0;
}
.header-section table {
  position: relative;
  z-index: 2;
}
.header-section .invoice-text {
  position: relative;
  width: 40%;
  min-width: 270px;
}
@media (max-width: 575px) {
  .header-section .invoice-text {
    min-width: 230px;
  }
}
@media (max-width: 450px) {
  .header-section .invoice-text {
    min-width: 205px;
  }
}
@media (max-width: 454px) {
  .header-section .invoice-text {
    min-width: 190px;
  }
}
@media (max-width: 374px) {
  .header-section .invoice-text {
    min-width: 170px;
  }
}
@media (max-width: 342px) {
  .header-section .invoice-text {
    min-width: 155px;
  }
}
.header-section .invoice-text::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: black;
  top: 0;
  left: 25px;
  transform: skew(36deg);
  z-index: -1;
}
.header-section .invoice-text h1 {
  font-size: 34px;
  color: white;
}
@media (max-width: 424px) {
  .header-section .invoice-text h1 {
    font-size: 22px;
  }
}
.header-section .invoice-text::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 100%;
  background-color: white;
  top: 0;
  left: -25px;
  transform: skew(36deg);
}
@media (max-width: 424px) {
  .header-section .invoice-text::before {
    position: absolute;
    content: "";
    width: 35px;
    top: 0;
    left: -15px;
    transform: skew(32deg);
  }
}

.infy-loader {
  height: 150px;
}

#outline {
  stroke-dasharray: 2.427766571px, 242.7766571045px;
  stroke-dashoffset: 0;
  -webkit-animation: anim 1.6s linear infinite;
          animation: anim 1.6s linear infinite;
}

@-webkit-keyframes anim {
  12.5% {
    stroke-dasharray: 33.9887319946px, 242.7766571045px;
    stroke-dashoffset: -26.7054322815px;
  }
  43.75% {
    stroke-dasharray: 84.9718299866px, 242.7766571045px;
    stroke-dashoffset: -84.9718299866px;
    stroke: #f5981c;
  }
  100% {
    stroke-dasharray: 2.427766571px, 242.7766571045px;
    stroke-dashoffset: -240.3488905334px;
  }
}

@keyframes anim {
  12.5% {
    stroke-dasharray: 33.9887319946px, 242.7766571045px;
    stroke-dashoffset: -26.7054322815px;
  }
  43.75% {
    stroke-dasharray: 84.9718299866px, 242.7766571045px;
    stroke-dashoffset: -84.9718299866px;
    stroke: #f5981c;
  }
  100% {
    stroke-dasharray: 2.427766571px, 242.7766571045px;
    stroke-dashoffset: -240.3488905334px;
  }
}
#overlay-screen-lock {
  height: 100%;
  width: 100%;
  z-index: 2000;
  position: fixed;
  top: 50%;
  left: 50%;
}

.country-code .iti--separate-dial-code .iti__flag-container .iti__selected-flag {
  background-color: white !important;
}

.width-0 {
  width: 0px !important;
}

.swal-modal .swal-footer .swal-button-container .swal-button--cancel {
  background-color: #adb5bd !important;
}

.swal-modal .swal-footer .swal-button-container .swal-button--confirm {
  background-color: #f62947 !important;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-search .select2-search__field {
  color: #6c757d !important;
}

.hide {
  display: none;
}

.btn-bg-light-secondary {
  background-color: #d8e2e9 !important;
}

.min-w-170px {
  min-width: 170px !important;
}

#error-msg,
.profile-error-msg {
  color: red;
  margin-left: 2px;
  font-family: sans-serif, Arial;
}

#valid-msg,
.profile-valid-msg {
  color: green;
  margin-left: 2px;
  font-family: sans-serif, Arial;
}

.country-code > #valid-msg.mt-2 {
  display: none !important;
}

.iti {
  display: block !important;
  width: 100%;
}

.iti__country-list {
  z-index: 10000;
}

.country-code .iti__country-list {
  min-width: 320px;
}

.object-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.btn-group-toggle {
  margin: 10px;
}

.btn-group-toggle input[type=radio] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.btn-group-toggle label {
  display: inline-block;
  background-color: transparent;
  padding: 8.15px 17.225px;
  font-family: sans-serif, Arial;
  font-size: 12px;
  border: 1px solid #dee2e6 !important;
  border-radius: 0.475rem;
}

.btn-group-toggle label:hover {
  background-color: transparent;
}

.btn-group-toggle input[type=radio]:focus + label {
  border-radius: 0.3rem;
  background-color: #019aff;
  border: 1px solid #019aff !important;
}

.btn-group-toggle input[type=radio]:checked + label {
  border-radius: 0.3rem;
  background-color: #019aff;
  border: 1px solid #019aff !important;
  color: #fff;
}

.dataTables_wrapper .user-img {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  width: 35px;
  height: 35px;
}

a.dropdown-item {
  padding: 10px 20px;
  font-weight: 500;
  line-height: 1.2;
}

a.dropdown-item {
  padding: 10px 20px;
  font-weight: 500;
  line-height: 1.2;
}

.tbAmount {
  text-align: right;
}

.item-number {
  vertical-align: middle;
}

.autocode-btn {
  padding: 5px 20.5px !important;
  border-radius: 0 0.475rem 0.475rem 0;
}

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

.sidebar-font-size {
  font-size: 14px !important;
}

.card-icon {
  font-size: 25px;
}

.card-count {
  font-size: 20px !important;
}

.sidebar-search-box.show {
  display: none;
}

.object-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.bg-orangered {
  background: orangered;
}

.select2-search__field::-moz-placeholder {
  color: #5d6178 !important;
  font-family: Poppins, Helvetica, "sans-serif";
}

.select2-search__field:-ms-input-placeholder {
  color: #5d6178 !important;
  font-family: Poppins, Helvetica, "sans-serif";
}

.select2-search__field::placeholder {
  color: #5d6178 !important;
  font-family: Poppins, Helvetica, "sans-serif";
}

.aside-menu-container {
  display: flex;
  flex-direction: column;
  height: 100vh;
  max-height: 100vh;
  background: linear-gradient(180deg, #ffffff 0%, #f7faff 58%, #eef4ff 100%) !important;
  border-right: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 18px 0 45px rgba(15, 23, 42, 0.06);
  overflow: hidden;
}

.aside-menu-container__aside-logo {
  flex: 0 0 auto;
  min-height: 72px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.saas-sidebar-context {
  flex: 0 0 auto;
}

.sidebar-logo .image {
  width: 42px;
  height: 42px;
  padding: 7px;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(30, 64, 175, 0.14);
}

.sidebar-logo span {
  font-weight: 700;
  letter-spacing: -0.02em;
}

.saas-workspace-card {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  padding: 16px;
  color: #ffffff;
  background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.32), transparent 28%), linear-gradient(135deg, #2563eb 0%, #4f46e5 54%, #7c3aed 100%);
  box-shadow: 0 16px 36px rgba(37, 99, 235, 0.24);
}

.saas-workspace-label {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  opacity: 0.8;
}

.saas-workspace-name {
  margin-top: 6px;
  font-size: 15px;
  font-weight: 700;
}

.saas-workspace-meta {
  margin-top: 2px;
  font-size: 11px;
  opacity: 0.78;
}

.saas-sidebar-search {
  position: relative;
}

.saas-sidebar-search i {
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  color: #7e8aa7;
  z-index: 1;
}

.saas-sidebar-search .form-control {
  height: 42px;
  padding-left: 38px;
  border: 1px solid rgba(99, 102, 241, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
}

.saas-sidebar-quick-link {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 14px;
  color: #1d4ed8;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid rgba(37, 99, 235, 0.16);
  border-radius: 14px;
  background: rgba(37, 99, 235, 0.08);
  transition: all 0.18s ease;
}

.saas-sidebar-quick-link:hover {
  color: #ffffff;
  background: linear-gradient(135deg, #2563eb 0%, #4f46e5 100%);
  box-shadow: 0 12px 24px rgba(37, 99, 235, 0.22);
  transform: translateY(-1px);
}

.saas-sidebar-quick-link i {
  width: 18px;
  text-align: center;
}

.aside-menu-container__aside-menu {
  padding: 10px 14px 96px;
}

.aside-menu-container .aside-menu-container__sidebar-scrolling {
  flex: 1 1 auto;
  min-height: 0;
  height: auto !important;
  max-height: none;
  overflow-y: auto !important;
  overflow-x: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-color: #9fb1c8 transparent;
  scrollbar-width: thin;
}

.aside-menu-container .aside-menu-container__sidebar-scrolling::-webkit-scrollbar {
  width: 8px;
}

.aside-menu-container .aside-menu-container__sidebar-scrolling::-webkit-scrollbar-track {
  background: transparent;
}

.aside-menu-container .aside-menu-container__sidebar-scrolling::-webkit-scrollbar-thumb {
  background: #9fb1c8;
  border: 2px solid transparent;
  border-radius: 999px;
  background-clip: content-box;
}

@media (min-width: 1200px) {
  .aside-menu-container.collapsed-menu .saas-sidebar-context {
    display: none !important;
  }

  .aside-menu-container.collapsed-menu .aside-menu-container__sidebar-scrolling {
    height: auto !important;
    flex: 1 1 auto;
    min-height: 0;
  }
}
@media (max-width: 1199.98px) {
  .aside-menu-container {
    height: 100dvh;
    max-height: 100dvh;
  }

  .aside-menu-container .aside-menu-container__sidebar-scrolling {
    padding-bottom: env(safe-area-inset-bottom);
  }
}
.aside-menu-container__aside-menu .nav-section-label {
  margin: 18px 10px 7px;
  list-style: none;
  color: #8a94a6;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.aside-menu-container__aside-menu .nav-item {
  margin: 3px 0;
}

.aside-menu-container__aside-menu .nav-link {
  position: relative;
  min-height: 44px;
  border-radius: 14px;
  color: #4b5563;
  font-weight: 600;
  transition: all 0.18s ease;
}

.aside-menu-container__aside-menu .nav-link:hover {
  color: #1d4ed8;
  background: rgba(37, 99, 235, 0.08);
  transform: translateX(2px);
}

.aside-menu-container__aside-menu .nav-item.active > .nav-link {
  color: #ffffff !important;
  background: linear-gradient(135deg, #2563eb 0%, #4f46e5 100%);
  box-shadow: 0 12px 28px rgba(37, 99, 235, 0.26);
}

.aside-menu-container__aside-menu .nav-item.active > .nav-link:before {
  content: "";
  position: absolute;
  left: -14px;
  top: 10px;
  width: 4px;
  height: 24px;
  border-radius: 0 8px 8px 0;
  background: #22c55e;
}

.aside-menu-container__aside-menu .menu-icon {
  width: 34px;
  min-width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  border-radius: 12px;
  background: rgba(37, 99, 235, 0.09);
  color: #2563eb;
}

.aside-menu-container__aside-menu .menu-icon i {
  padding-right: 0 !important;
}

.aside-menu-container__aside-menu .nav-item.active .menu-icon {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.18);
}

.aside-menu-container__aside-menu .aside-menu-title {
  white-space: normal;
  line-height: 1.2;
}

.saas-menu-hidden {
  display: none !important;
}

.header {
  position: relative;
  z-index: 1100;
  min-height: 72px;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}

.header .dropdown,
.header .custom-dropdown {
  position: relative;
  z-index: 1110;
}

.header .dropdown-menu {
  z-index: 1120 !important;
}

.content {
  background: #f5f7fb;
}

.card {
  border-radius: 18px !important;
}

body.dark-mode .aside-menu-container,
[data-theme=dark] .aside-menu-container {
  background: linear-gradient(180deg, #111827 0%, #0f172a 100%) !important;
  border-right-color: rgba(255, 255, 255, 0.08);
}

body.dark-mode .aside-menu-container__aside-menu .nav-link,
[data-theme=dark] .aside-menu-container__aside-menu .nav-link {
  color: #d1d5db;
}

body.dark-mode .aside-menu-container__aside-menu .nav-section-label,
[data-theme=dark] .aside-menu-container__aside-menu .nav-section-label {
  color: #7b8496;
}

@media (max-width: 1199.98px) {
  .saas-sidebar-context {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
}
.select2-container--bootstrap5 .select2-selection--single.form-select-solid .select2-selection__placeholder {
  color: #5e6278;
}

.justify-end {
  justify-content: flex-end;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.page-link {
  background-color: transparent !important;
}

.page-item.active .page-link {
  z-index: 3;
  color: #ffffff;
  background-color: #6571ff !important;
  border-color: #6571ff;
}

@media (max-width: 360px) {
  .createInvoiceBtn {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
}
.transaction-content {
  max-height: 500px;
  overflow-y: auto;
}

.customWidth {
  width: 9%;
}

.recurring-cycle-icon {
  font-size: 15px;
}

@media (min-width: 1439px) {
  .align-right-for-full-screen {
    position: absolute !important;
    right: 0 !important;
  }
}
.shortcut-menu {
  min-width: 231px !important;
}
.shortcut-menu .nav-link:hover,
.shortcut-menu .nav-link:focus {
  color: #0817d4 !important;
}

@media (max-width: 600px) {
  .min-width-130px {
    min-width: 130px !important;
  }
}
.width-80px {
  width: 80px !important;
}

@media (max-width: 1025px) {
  .width-100px {
    width: 100px !important;
  }
}
.width-150px {
  width: 150px !important;
}

.tax-width {
  width: 150px !important;
}

@media (max-width: 769px) {
  .qty,
.qty-quote,
.tax {
    width: 80px !important;
  }
}
.width-fit-content {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.custom-widget {
  padding: 1rem;
  width: 65%;
}

@media (max-width: 767px) {
  .custom-widget h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 1440px) and (min-width: 767px) {
  .custom-widget h2 {
    font-size: 1.75rem;
  }
}
@media (max-width: 426px) {
  .custom-widget {
    width: 75%;
  }
}
.bg-light-secondary {
  color: #ffffff !important;
  background-color: #6c757d !important;
}

.invoice-form-workspace {
  margin-top: 0.5rem;
}

.invoice-items-table-wrapper {
  width: 100%;
  overflow-x: auto;
  overflow-y: visible;
  padding: 0 0 0.85rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  background: #ffffff;
  scrollbar-color: #8da2c0 #eef3fb;
  scrollbar-width: thin;
}

.invoice-items-table-wrapper::-webkit-scrollbar {
  height: 12px;
}

.invoice-items-table-wrapper::-webkit-scrollbar-track {
  background: #eef3fb;
  border-radius: 999px;
}

.invoice-items-table-wrapper::-webkit-scrollbar-thumb {
  background: #8da2c0;
  border: 3px solid #eef3fb;
  border-radius: 999px;
}

.invoice-items-table {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
  min-width: 100%;
  margin-top: 0 !important;
  margin-bottom: 0;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
}

.invoice-items-table thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  height: 48px;
  background: #f7f9fc;
  color: #526071 !important;
  font-size: 11px;
  letter-spacing: 0.04em;
  white-space: nowrap;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08) !important;
}

.invoice-items-table th,
.invoice-items-table td {
  padding: 0.85rem 0.65rem !important;
  vertical-align: middle;
}

.invoice-items-table tbody tr {
  background: #ffffff;
}

.invoice-items-table tbody tr + tr td {
  border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.invoice-items-table .form-control,
.invoice-items-table .form-select,
.invoice-items-table .select2-container {
  width: 100% !important;
  min-width: 0;
}

.invoice-items-table .form-control,
.invoice-items-table .form-select,
.invoice-items-table .select2-selection {
  min-height: 46px;
  border-color: #d9e2ef !important;
  border-radius: 10px !important;
  background-color: #ffffff;
}

.invoice-items-table .select2-container--bootstrap-5 .select2-selection--multiple {
  min-height: 86px;
  align-items: flex-start;
}

.invoice-items-table .invoice-col-number {
  position: sticky;
  left: 0;
  z-index: 3;
  width: 54px;
  min-width: 54px;
  background: #ffffff;
}

.invoice-items-table thead .invoice-col-number {
  z-index: 4;
  background: #f7f9fc;
}

.invoice-items-table .invoice-col-product,
.invoice-items-table .table__item-desc {
  position: sticky;
  left: 54px;
  z-index: 3;
  width: 300px !important;
  min-width: 300px;
  background: #ffffff;
  box-shadow: 8px 0 18px rgba(15, 23, 42, 0.05);
}

.invoice-items-table thead .invoice-col-product {
  z-index: 4;
  background: #f7f9fc;
}

.invoice-items-table .invoice-col-hsn {
  width: 145px;
  min-width: 145px;
}

.invoice-items-table .invoice-col-quantity,
.invoice-items-table .table__qty {
  width: 160px;
  min-width: 160px;
}

.invoice-items-table .table__qty .input-group {
  flex-wrap: nowrap;
}

.invoice-items-table .table__qty .product-unit {
  max-width: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.invoice-items-table .invoice-col-price,
.invoice-items-table .invoice-col-weight,
.invoice-items-table .invoice-col-charge-rate,
.invoice-items-table .invoice-col-charge-amount {
  width: 135px;
  min-width: 135px;
}

.invoice-items-table .invoice-col-charge-type {
  width: 175px;
  min-width: 175px;
}

.invoice-items-table th:not([class]),
.invoice-items-table td:not([class]) {
  width: 145px;
  min-width: 145px;
}

.invoice-items-table .invoice-col-tax {
  width: 210px;
  min-width: 210px;
}

.invoice-items-table .invoice-col-total {
  width: 150px;
  min-width: 150px;
  font-weight: 700;
}

.invoice-items-table .invoice-col-action,
.invoice-items-table td:last-child {
  width: 82px;
  min-width: 82px;
}

.invoice-items-scroll-hint {
  display: block;
  margin: 0 0 0.75rem;
  padding: 0.75rem 1rem;
  color: #526071;
  font-size: 0.82rem;
  font-weight: 500;
  border: 1px dashed #c7d3e3;
  border-radius: 12px;
  background: #f8fbff;
}

.invoice-summary-row {
  margin-top: 1.5rem;
  align-items: flex-start;
}

.invoice-discount-card,
.invoice-total-card {
  padding: 1.25rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
}

.invoice-discount-card {
  max-width: 560px;
}

.invoice-discount-type {
  width: 220px !important;
}

.invoice-total-card table {
  margin-top: 0 !important;
}

.invoice-total-card tr:last-child td {
  padding-top: 1rem;
  font-size: 1.08rem;
  font-weight: 800;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

@media (max-width: 991px) {
  .invoice-discount-card {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .invoice-items-table-wrapper {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
    width: calc(100% + 1.5rem);
    border-radius: 14px;
  }

  .invoice-items-table .invoice-col-product,
.invoice-items-table .table__item-desc {
    position: static;
    box-shadow: none;
  }

  .invoice-discount-type {
    width: 165px !important;
  }
}
