:root {
  --font-primary: 'Plus Jakarta Sans', sans-serif;
  --color-primary: #2A3282;
  --color-secondary: #4CC9F5;
  --color-background: #f9fafb;
  --color-surface: #ffffff;
  --color-border: #e5e7eb;
  --color-success: #10b981;
  --color-error: #ef4444;
  --radius-md: 8px;
  --radius-sm: 4px;
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.1);
  --sidebar-bg: #111c43;
  --sidebar-text: #a0a7c5;
  --sidebar-active: #ffffff;
  --header-bg: #ffffff;
  --body-bg: #E8EAF8;
  --text-dark: #2d3748;
  --text-light: #f8f9fa;
  --input-bg: #333333;
}
body {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background-attachment: fixed;
  background: var(--body-bg);
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

 h1 {
      font-size: 1.5rem;
      color: var(--primary);
	 font-weight: 500;
    }
h2 {
      font-size: 1.3rem;
      color: var(--primary);
	 font-weight: 500;
    }
.three-dots-menu {
        display: flex;
        flex-direction: column; /* or row for horizontal */
        align-items: center;
        justify-content: center;
    }
    .dot {
        width: 4px; /* Adjust size as needed */
        height: 4px; /* Adjust size as needed */
        background-color: #333; /* Adjust color as needed */
        border-radius: 50%;
        margin: 1px; /* Adjust spacing as needed */
    }
.three-dots::after {
  content: '\2807'; /* Unicode for vertical three dots (⋮) */
  font-size: 20px;
  color: #333;
  cursor: pointer;
  padding: 5px;
  display: inline-block;
	background: #efefef !important;
	padding: 0px !important;
}
/*dashboard content*/
.tab-button{
	background: #fff;
    border-radius: 30px !important;
	padding: 0 10px;
}
.tab-button:hover{
	border: 1px solid #a0a7c5;
	color: #a0a7c5 !important;
}
.tab-button-active{
    border-radius: 30px;
	padding: 0 10px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #2B3488 !important;
   background-color: #4CC9F5;
	border-radius: 30px !important;
	padding: 13px 15px;
}/*
.nav-link:hover {
    
    
}*/
.Collection-Progress-background{
	background-color: #F8F8F8 !important;
}
.margin-10{
	margin: -7px 0 0 0 !important;
    z-index: -100;
}
/* Optional hover effect */
.three-dots:hover::after {
  color: #007bff;
}
.login-body-color {
  background-color: #2a3386 !important;
}
.w-30 {
  width: 30%;
}
.w-40 {
  width: 40%;
}
.w-70 {
  width: 70%;
}
.border-radious {
  border-radius: 50% !important;
}
.mh-100 {
  min-height: 100vh;
}
.form-select{
  height: 45px;
   border-radius: 10px;
}

.form-control {
  border: 1px solid #b6bdd1 !important;
  height: 45px;
  border-radius: 10px;
}
.form-control lable{
	font-size: 14px !important;
}
.form-control:focus {
  border: 1px solid #C5C5C5;
  height: 45px;
  border-radius: 10px;
  color: #51596c;
  background-color: #fff;
  border-color: rgba(140, 152, 164, .25);
  outline: 0;
  box-shadow: 0 0 1rem 0 rgba(140, 152, 164, .25);
}
.form-label {
  margin-bottom: .3rem;
  font-size: 12px !important;
  font-weight: 500;
}
.background-container {
  min-height: 100vh;
  background-attachment: fixed;
  background: linear-gradient(to bottom, rgba(0, 45, 3, .2), rgba(0, 45, 3, .9)), url('desk.back.png'); /* Desktop image */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 40px;
}
.btn-light{
  background-color: #f8f9fa !important;
  color: #000 !important;
  border: 1px solid #d1d1d1;
   height: 50px;
  border-radius: 8px;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  border: none;
  font-size: 16px;
  font-weight: 500;
   display: flex;
  align-items: center;
  justify-content: center;
}
.btn-light:hover{
  background-color: #e0e2e5 !important;
  color: #000 !important;
}
.btn {
  background-color: #2a3386 !important;
  height: 50px;
  border-radius: 8px;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  border: none;
  font-size: 16px;
  font-weight: 500;
	color: #fff;
   display: flex;
  align-items: center;
  justify-content: center;
}
.form-check-input {
  background-color: #fff !important;
	border: 1.5px solid #b6bdd1 !important;
    width: 20px;
    height: 21px;
    border-radius: 5px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}
.form-check-input:checked {
  background-color: #2a3386 !important;
    border-color: #0d6efd;
    width: 20px;
    height: 21px;
    border-radius: 5px;
}
.form-check-input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 2.2em;
    height: 2.2em;
    border: 2px solid #0d6efd;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    position: relative;
    margin-top: 2px;
}

.form-check-input[type="radio"]::before {
    content: '';
    display: block;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: 0.2s ease-in-out;
}

.form-check-input[type="radio"]:checked::before {
    transform: translate(-50%, -50%) scale(1);
}
.btn:hover {
  color: #2a3386 !important;
  background-color: #4CC9F5 !important;
  border-color: none !important;
}
.btn:focus-visible {
  color: #00623A;
  background-color: #FCD838;
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
@media (max-width: 767px) {
  .form-card {
    background: #fff;
    padding: 30px;
    border-radius: 31px 30px 0px 0px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    width: 100%;
    max-width: 400px;
  }
  .background-container {
    min-height: 100vh;
    background-attachment: fixed;
    background: linear-gradient(to bottom, rgba(0, 45, 3, .2), rgba(0, 45, 3, .9)), url('desk.back.png'); /* Desktop image */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    align-items: flex-start;
    justify-content: space-between;
    padding: 40px;
  }
}
/* Tablet View Adjustments */
@media (max-width: 991px) {
  .background-container {
    background-image: url('mobile-back.png'); /* Mobile image */
    padding: 0px;
  }
  .display-3 {
    display: none !important;
  }
  .form-card {
    background: #fff;
    padding: 30px;
    border-radius: 31px 30px 0px 0px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    width: 100%;
    max-width: 400px;
  }
  .background-container {
    min-height: 100vh;
    background-attachment: fixed;
    background: linear-gradient(to bottom, rgba(0, 45, 3, .2), rgba(0, 45, 3, .9)), url('desk.back.png'); /* Desktop image */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 40px;
  }
}
/* Desktop Large Screens */
@media (min-width: 992px) {
  .background-container {
    background-image: url('mobile-back.png'); /* Mobile image */
    padding: 0px;
  }
  .form-card {
    background: #fff;
    padding: 30px;
    border-radius: 31px 30px 0px 0px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    width: 100%;
    max-width: 400px;
  }
  .background-container {
    min-height: 100vh;
    background-attachment: fixed;
    background: linear-gradient(to bottom, rgba(0, 45, 3, .2), rgba(0, 45, 3, .9)), url('desk.back.png'); /* Desktop image */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .background-container {
    background-image: url('mobile-back.png'); /* Mobile image */
    padding: 0px;
  }
  .display-3 {
    display: none !important;
  }
  .pe-lg-3 {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .form-card {
    background: #fff;
    padding: 30px;
    border-radius: 31px 30px 0px 0px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    width: 100%;
  }
  .background-container {
    min-height: 100vh;
    background-attachment: fixed;
    background: linear-gradient(to bottom, rgba(0, 45, 3, .2), rgba(0, 45, 3, .9)), url('desk.back.png'); /* Desktop image */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    /*padding: 40px;*/
  }
}
.form-card {
  background: #fff;
  padding: 36px 28px;
  border-radius: 20px 20px 20px 20px;
  box-shadow: -10px 7px 40px rgba(35, 37, 95, 1);
  width: 100%;
  max-width: 480px;
}
.logo-card {
  padding: 22px 28px;
  border-radius: 10px 10px 10px 10px;
  width: 100%;
  max-width: 500px;
}
.forgot-remember {
  font-size: 12px;
  color: #2a3386;
}
.display-3 {
  font-size: 27px;
  font-weight: 400;
}
.text-warning {
  color: #4BC9F5 !important
}
::placeholder {
  color: #adb5bd !important;
}
/*slider*/
.carousel-container {
  max-width: 600px;
  margin: 0px auto;
}
.carousel-item {
  text-align: center;
  padding: 20px;
}
.carousel-item h3 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.carousel-item p {
  font-size: 16px;
  color: #ccc;
}
.carousel-indicators button {
  background-color: #fff;
}
.carousel-indicators .active {
  background-color: #4BC9F5;
  border-radius: 10px !important;
  height: 4px !important;
  width: 40px !important;
}
.carousel-indicators [data-bs-target] {
  border-radius: 10px !important;
  height: 4px !important;
  width: 30px !important;
}
/*sidebar & header
:root {
            --sidebar-bg: #111c43;
            --sidebar-text: #a0a7c5;
            --sidebar-active: #ffffff;
            --header-bg: #ffffff;
            --body-bg: #f0f1f7;
            --text-dark: #2d3748;
            --text-light: #f8f9fa;
			--input-bg: #333333;	
        }*/
/*breadcrumb*/
.breadcrumb {
  font-size: 0.875rem;
  color: var(--color-secondary);
	margin: 0px !important;
}
.breadcrumb a {
  color: var(--color-primary);
  text-decoration: none;
}
/*card*/
.card {
  background-color: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: .8rem;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.05);
	margin: 8px 0 8px 0
}
/* Sidebar */
.sidebar {
  background: var(--sidebar-bg);
  color: var(--sidebar-text);
  height: 100vh;
  position: fixed;
  transition: all 0.3s;
  z-index: 1000;
  left: 0;
  overflow-y: auto;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  width: 235px;
}
.sidebar:hover {
  overflow-y: auto; /* Enable vertical scrolling on hover */
}
.sidebar::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.3); /* Light scrollbar thumb */
  border-radius: 10px;
}
.sidebar::-webkit-scrollbar-track {
  background: transparent;
}
.sidebar::-webkit-scrollbar {
  width: 6px;
}
.sidebar-form-control {
  /*border: 1px solid #313335 !important;*/
  height: 39px;
  border-radius: 10px;
  /*background: #252729;*/
}
.form-control:focus {
  border: 1px solid #293283 !important;
  height: 45px;
  border-radius: 10px;
  /*background: #252729;*/
}
.sidebar-btn {
  background: none !important;
  height: 100% !important;
	color: #000 !important;
}
.sidebar-btn:hover {
  background: none !important;
	color: #000 !important;
}
.sidebar.collapsed {
  width: 80px;
  overflow: visible; /* Allow hover menus to overflow */
}
.sidebar.collapsed .sidebar-brand span, .sidebar.collapsed .nav-link span, .sidebar.collapsed .nav-link .bx-chevron-down, .sidebar.collapsed .submenu {
  display: none !important;
}
.sidebar-brand {
  padding: 1.03rem 0.33rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: white;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s;
  justify-content: center;
}
.sidebar-brand .full-logo {
  display: flex;
  align-items: center;
}
.sidebar-brand .mini-logo {
  display: none;
  justify-content: center;
}
.sidebar.collapsed .sidebar-brand .full-logo {
  display: none;
}
.sidebar.collapsed .sidebar-brand .mini-logo {
  display: flex;
}
.sidebar-brand img {
  /* width: 30px;
            margin-right: 10px;*/
}
/* Menu Items */
.nav-link {
  color: var(--sidebar-text);
  border-radius: 5px;
  margin: 0.2rem 0;
  display: flex;
  align-items: center;
  padding: 0.75rem .5rem;
  transition: all 0.2s;
  white-space: nowrap;
  font-size: .9rem;
  position: relative;
}
.nav-link:hover, .nav-link.active {
  background: rgba(255, 255, 255, 0.1);
  color: var(--sidebar-active);
}
.nav-link i {
  margin-right: 10px;
  font-size: 1.2rem;
  min-width: 4px;
}
.submenu {
  margin-left: 1.2rem;
  border-left: 2px solid rgba(255, 255, 255, 0.1);
  transition: all 0.2s;
}
/* Hover behavior for collapsed sidebar */
.sidebar.collapsed .nav-item {
  position: relative;
}
.sidebar.collapsed .nav-item:hover .submenu {
  display: block !important;
  position: absolute;
  left: 100%;
  top: 0;
  min-width: 200px;
  background: var(--sidebar-bg);
  border-radius: 0 4px 4px 0;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 1001;
  margin-left: 0;
  border-left: none;
  padding: 0.5rem 0;
}
.sidebar.collapsed .submenu .nav-link {
  padding: 0.75rem 1rem;
  justify-content: flex-start;
  margin: 0;
}
.sidebar.collapsed .submenu .nav-link span {
  display: inline-block;
}
/* Main Content */
.main-content {
  margin-left: 235px;
  transition: all 0.3s;
  min-height: 100vh;
}
.main-content.expanded {
  margin-left: 80px;
}
.bx {
  font-size: x-large;
}
/* Header */
.header {
  background: var(--header-bg);
  padding: .69rem .7rem;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid #e2e6f1;
}
.search-container {
  flex: 1;
  position: relative;
  margin: 0 1rem;
}
.search-bar {
  width: 100%;
  max-width: 500px;
  transition: all 0.3s;
}
.search-icon-btn {
  display: none;
  background: none;
  border: none;
  font-size: 1.2rem;
  cursor: pointer;
  color: var(--text-dark);
}
.user-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.profile-pic {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}
.theme-toggle {
      background: none;
    border: 1px solid #bec4d1;
    font-size: 1.2rem;
    cursor: pointer;
    color: var(--text-dark);
    border-radius: 10px;
    padding: 6px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    width: 44px;
}
.toggle-icon {
  transition: transform 0.3s ease;
  font-size: 1rem;
}
/* Rotate icon when menu is open */
.nav-link[aria-expanded="true"] .toggle-icon {
  /*transform: rotate(90deg);*/
  transform: rotate(180deg);
}
#sidebarToggleIcon {
  color: var(--sidebar-toggle-color);
}
.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
  border: none !important;
}
/* Dark Mode */
body.dark-mode {
  --body-bg: #252729;
  --text-dark: #BABBBC;
  --header-bg: #1A1C1E;
  --sidebar-bg: #1A1C1E;
  --sidebar-toggle-color: #BABBBC;
  --card-bg: #1A1C1E;
  --bs-btn-color: #ffffff;
  --sidebar-toggle-color: #BABBBC;
  --input-bg: #2A2C2E; /* Input background */
  --input-border: #3A3C3E; /* Input border */
  --input-text: #E0E0E0; /* Input text color */
  --profile-text: #E0E0E0;
}
body.dark-mode .form-control, body.dark-mode .form-select, body.dark-mode textarea {
  background-color: #2A2C2E;
  border-color: #3A3C3E;
  color: #E0E0E0;
}
body.dark-mode .segmented-control  {
    background-color: #1e1e1e !important;
    border: 1px solid #333;
}
body.dark-mode .list-group-item{
  background-color: #1e1e1e !important;
  color: #fff;
}
body.dark-mode .list-group-item .text-dark{
  background-color: #1e1e1e !important;
  color: #fff !important;
}
body.dark-mode .list-group-item .text-muted{
  color: #fff !important;
}
body.dark-mode .text-dark{
  color: #fff !important;
}
body.dark-mode .footer{
  background: #1e1e1e;
}
body.dark-mode .text-muted{
  color: #fff !important;
}
body.dark-mode .form-control:focus {
  background-color: #2A2C2E;
  border-color: #4A4C4E;
  color: #FFFFFF;
  box-shadow: 0 0 0 0.25rem rgba(70, 70, 70, 0.25);
}
/* Profile dropdown dark mode specific */
body.dark-mode .profile-dropdown .dropdown-header h6, body.dark-mode .profile-dropdown .dropdown-item {
  color: #E0E0E0;
}
body.dark-mode .profile-dropdown .dropdown-header small, body.dark-mode .profile-dropdown .section-label {
  color: #BABBBC;
}
/* Mobile Responsive */
@media (max-width: 992px) {
  .sidebar {
    transform: translateX(-100%);
    width: 250px;
  }
  .sidebar.active {
    transform: translateX(0);
  }
  .main-content {
    margin-left: 0 !important;
  }
  .search-bar {
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
    max-width: none;
    background: var(--header-bg);
    padding: 1rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 99;
  }
  .search-bar.active {
    display: block;
  }
  .search-icon-btn {
    display: block;
  }
  .sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
  }
  .sidebar-overlay.active {
    display: block;
  }
  /* Disable hover effects on mobile */
  .sidebar.collapsed .nav-item:hover .submenu {
    display: none !important;
  }
}
/*user detail*/
.profile-dropdown {
  min-width: 220px;
  padding: 0;
  border: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}
.profile-dropdown .dropdown-header {
  background-color: rgba(0, 0, 0, 0.03);
  padding: 12px 16px;
  display: flex;
  align-items: center;
}
.profile-dropdown .dropdown-header img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}
.profile-dropdown .dropdown-header .profile-info {
  margin-left: 12px;
  overflow: hidden;
}
.profile-dropdown .dropdown-header h6 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-dark);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.profile-dropdown .dropdown-header small {
  font-size: 12px;
  color: var(--sidebar-text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.profile-dropdown .dropdown-divider {
  margin: 0;
  border-color: rgba(0, 0, 0, 0.05);
}
.profile-dropdown .dropdown-item {
  padding: 8px 16px;
  font-size: 13px;
  color: var(--text-dark);
  display: flex;
  align-items: center;
}
.profile-dropdown .dropdown-item i {
  margin-right: 10px;
  font-size: 16px;
  width: 20px;
  text-align: center;
}
.profile-dropdown .dropdown-item:hover {
  background-color: rgba(0, 0, 0, 0.03);
}
.profile-dropdown .section-label {
  font-size: 11px;
  color: var(--sidebar-text);
  padding: 8px 16px;
  text-transform: uppercase;
  font-weight: 600;
}
.profile-dropdown .dropdown-item.text-danger {
  color: #f46a6a !important;
}
/* Dark mode adjustments */
body.dark-mode .profile-dropdown {
  background-color: var(--card-bg);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
body.dark-mode .profile-dropdown .dropdown-header {
  background-color: rgba(255, 255, 255, 0.05);
}
body.dark-mode .profile-dropdown .dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
body.dark-mode {
  background-color: #121212;
  color: #ffffff;
}

.dark-mode .card,
.dark-mode .input-wrapper,
.dark-mode .info-card,
.dark-mode .form-control,
.dark-mode .modal-content,
.dark-mode .invoice-box,
.dark-mode .dropdown-menu,
.dark-mode .search-box {
  background-color: #1e1e1e;
  border: 1px solid #333;
  color: #fff;
}
.dark-mode .breadcrumb a{
    font-size: 0.875rem;
    color: #4cc9f5;
    margin: 0px !important;
}
.dark-mode .breadcrumb-item {
  color: #fff;
}
.dark-mode .breadcrumb-item::before{
  color: #fff;
}
.dark-mode .header {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.dark-mode .dropdown-menu a:hover{
	background-color: #181818;
}
.dark-mode .dropdown-menu a {
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
     color: #fff;
}

.dark-mode .form-control::placeholder {
  color: #bbb;
}

.dark-mode .action-button {
  background-color: #2c2c2c;
  color: #fff;
}

.dark-mode .btn-dark {
  background-color: #333;
  color: #fff;
}

.dark-mode input[type="text"],
.dark-mode input[type="email"],
.dark-mode textarea {
  background-color: #1e1e1e;
  color: #fff;
  border-color: #444;
}

.dark-mode .invoice-summary {
  background-color: #222;
  color: #fff;
}
.dark-modal .modal-header,
.dark-modal .modal-footer {
  border-color: #444;
}

.dark-modal .btn-close-white {
  filter: invert(1); /* Makes the close button white */
}

.dark-modal .btn-primary {
  background-color: #007bff;
  border-color: #007bff;
}

.footer {
      text-align: left;
      font-size: 0.8rem;
      color: #6e829f;
      margin-top: .2rem;
	font-weight: 600;
	background: #fff;
    padding: 12px;
    }
.footer a{
      font-size: 0.8rem;
      color: #2A3282;
	font-weight: 600;
	text-decoration: none;
    }
/*create tax*/
.cancel-btn{
	background: #efefef !important;
    color: #5a5c6d;
}
.hidden-btn {
  display: none;
}
.sellert-head-divider{
	/*border-bottom: 1px solid #e2e6f1;*/
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}
.input-wrapper {
      display: flex;
      align-items: center;
      background-color: #f4f4f9;
      border-radius: 8px;
      padding:0.4rem 0.4rem 0.4rem 0.6rem;
      margin-bottom: 1rem;
      justify-content: space-between;
	border: 1px solid #b6bdd1;
    }

    .input-wrapper input {
      border: none;
      background: transparent;
    width: 100%;
    font-size: 14px;
    margin-left: 0rem;
    margin-top: 0px;
    margin-right: .6rem;
    }
 .input-wrapper select {
      border: none;
      background: transparent;
      width: 100%;
      font-size: 14px;
      margin-left: 0rem;
    margin-top: 8px;
    }

    .input-wrapper input:focus {
      outline: none;
    }

    .action-dropdown {
      position: relative;
    }

    .action-btn {
      background-color: #3e3eff;
      color: white;
      border: none;
      padding: 0.5rem 0.75rem;
      border-radius: 6px;
      cursor: pointer;
    }
 .refresh-btn {
      background-color: #fff;
      border: 1px solid #b6bdd1;
      padding: 0.5rem 1rem;
      border-radius: 20px;
      cursor: pointer;

	 box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.05);
    }

.dropdown-menu {
      display: none;
      position: absolute;
      top: 3.5rem;
      right: 0;
      background: #fff;
      border: 1px solid #ddd;
      border-radius: 6px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      min-width: 188px;
      z-index: 100;
	--bs-dropdown-padding-x: 0.5rem;
    --bs-dropdown-padding-y: 0.5rem
		
    }

    .dropdown-menu a {
      display: block;
      padding: 0.5rem 1rem;
      text-decoration: none;
      color: #333;
    }

    .dropdown-menu a:hover {
      background-color: #f3f3fb;
		border-radius: .6rem;
    }
.table-bordered>:not(caption)>*>* {
    border-width: 0 var(--bs-border-width);
    font-size: 12px;
}
    .customer-details {
      font-size: 14px;
      line-height: 1.6;
		max-width: 60%
    }

    .info-card {
      flex: 1;
      background-color: #f4f4f9;
      border-radius: 12px;
      padding: .6rem;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
		max-width: 40%;
		border: 1px solid #b6bdd1;
		/*min-width: 305px;*/
    }

    .info-card h3 {
      font-size: 14px;
      font-weight: 600;
      margin-bottom: 0.5rem;
    }
.invoice-detail{
	border-bottom: 1px solid #b6bdd1;
	margin: 0 0 10px 0;
}
.customer-detail-card{
	max-width: 70%;
}
.logo-box{
width: 30%;
    border: none;
    box-shadow: none;
background-color: #f1f1f1;
display: flex;
	text-align: center;
;
    justify-content: center;
    align-items: center;
	border-radius: 15px;
}
    .info-row {
      /*display: flex;
      justify-content: space-between;*/
      margin-bottom: 0.5rem;
      font-size: 14px;
		min-width: 89px;
    border-right: 1px solid #b6bdd1;
		
    padding: 0 4px 0 4px;
}
.info-row:last-child {
  border: none;
}

    .info-textarea {
      /*background-color: #f4f4f9;*/
      padding: 0.0em 0.2rem 0.4em 0.2rem;
      border-radius: 8px;
      font-size: 14px;
      /*margin-bottom: 1rem;*/
    }
  .section {
      flex: 2;
    }

    .section label {
      font-weight: 600;
      font-size: 14px;
      margin-bottom: 0.5rem;
      display: block;
    }
/*cancel button*/
.btn-cancel {
    background-color: #f5f5f5;
    color: #333;
    border: 1px solid #ccc;
    padding: 8px 16px;
    border-radius: 6px;
	height: 50px;
}

.btn-cancel:hover {
   background-color: #d20000 !important;
    color: #ffffff !important;
}
/*dropdown*/
.custom-dropdown {
    appearance: none; /* Remove default styling */
    background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 4 5"><path fill="%23000" d="M2 0L0 2h4zm0 5L0 3h4z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 0.65rem auto;
    padding-right: 2rem; /* Space for dropdown icon */
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 14px;
    height: 42px;
    transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.custom-dropdown:focus {
    border-color: #4A90E2;
    box-shadow: 0 0 0 0.2rem rgba(74, 144, 226, 0.25);
}

.custom-dropdown option {
    padding: 10px;
}
/*upload aria*/
.upload-area {
            border: 2px dashed #3b3b98;
            padding: 20px;
            text-align: center;
            border-radius: 10px;
            color: #3b3b98;
            cursor: pointer;
        }

        .upload-area:hover {
            background-color: #f0f8ff;
        }
 .btn-verify {
            background-color: #ffb84d;
            color: #fff;
	 height: 50px;
    border-radius: 8px;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    border: none;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
        }
.btn-verify:hover {
            background-color: #ca7900;
            color: #fff;
	 height: 50px;
    border-radius: 8px;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    border: none;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
        }

        .btn-upload {
            background-color: #292d8f;
            color: #fff;

        }

        .btn-clear {
            background-color: #f0f0f0;
            font-weight: 600;
        }

/* Hover effect for dropdown options in Chrome/Edge */
select.custom-dropdown:hover {
    cursor: pointer;
}
/*input box-required filed*/
input:required, textarea:required {
  border-left: 4px solid #dc3545; /* red line */
}
select.form-control {
  appearance: auto; /* Resets any appearance:none */
  -webkit-appearance: auto;
  -moz-appearance: auto;
  background-color: var(--bs-body-bg, #fff); /* fallback to white if var not defined */
  color: var(--bs-body-color, #000);          /* fallback to black */
  border: 1px solid #ced4da;
}

.dark-mode select.form-control {
  background-color: #1e1e2f; /* Dark background */
  color: #fff;               /* White text */
  border-color: #444;
}
/*chart*/
.kpi { display: inline-block; width: 22%; padding: 15px; margin: 5px; 
           background: #f5f7fa; border-radius: 8px; text-align: center; }
    .kpi h2 { margin: 5px 0; color: #2c3e91; }
    .toggle-btn { float: right; padding: 10px; border-radius: 50%; border: none; background: #2c3e91; color: #fff; cursor: pointer; }
    #container, #tableView { margin-top: 30px; }
    #tableView { display: none; width: 100%; border-collapse: collapse; }
    #tableView th, #tableView td { border: 1px solid #ddd; padding: 8px; text-align: center; }
    #tableView th { background: #f4f4f4; }
/*stepper*/
.form-label .text-danger {
            font-weight: bold;
        }

        /* Stepper Styles */
        .stepper-wrapper {
            display: flex;
            justify-content: space-between;
            margin-bottom: 2rem;
            position: relative;
            align-items: center;
        }
        .stepper-line {
            position: absolute;
            top: 20px; /* Vertically center the line */
            left: 5%;
            right: 5%;
            height: 2px;
            background-color: #dee2e6;
            transform: translateY(-50%);
            z-index: 1;
        }
        
        .step-item {
            display: flex;
            align-items: center;
            position: relative;
            z-index: 2;
            background: var(--body-bg);
            padding: 8px;
            border: 1px solid #dee2e6;
            border-radius: 50px; /* Pill shape */
            color: #6c757d;
            transition: all 0.3s ease;
        }

        .step-number {
            height: 24px;
            width: 24px;
            border-radius: 50%;
            background-color: #dee2e6;
            color: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
            font-weight: bold;
            font-size: 0.8rem;
            margin-right: 8px;
            transition: all 0.3s ease;
        }
       
        .step-name {
            font-size: 0.9rem;
            font-weight: 500;
        }

        .step-item.active {
            border-color: var(--primary-color);
            color: var(--primary-color);
        }

        .step-item.active .step-number {
            background-color: var(--primary-color);
            color: #fff;
        }

        .step-item.completed {
            border-color: #198754;
            background-color: #198754;
            color: #fff;
        }

        .step-item.completed .step-number {
            background-color: #fff;
            color: #198754;
        }

        /* Form Step Styling */
        .form-step {
            display: none;
        }
        .form-step.active {
            display: block;
        }

        /* Animation */
        .form-step.active {
            animation: fadeIn 0.5s;
        }

        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(10px); }
            to { opacity: 1; transform: translateY(0); }
        }

/*business form*/
 /* NEW DESKTOP LAYOUT STYLES */
        .form-wrapper {
            display: flex;
            align-items: center;
            justify-content: center;
            min-height: 100vh;
            padding: 2rem;
        }

        .enquiry-form-card {
            display: flex;
            width: 100%;
            max-width: 1100px;
            background-color: var(--color-surface);
            border-radius: 1rem;
            box-shadow: 0 10px 25px rgba(0,0,0,0.1);
            overflow: hidden;
        }
        
        /* NEW VERTICAL STEPPER (Desktop) */
        .desktop-stepper-vertical {
            flex: 0 0 300px;
            background-color: #f8f9fa;
            padding: 1.5rem 1.5rem;
            border-right: 1px solid var(--color-border);
        }
        .v-step-item {
            display: flex;
            align-items: flex-start;
            position: relative;
        }
        .v-step-item:not(:last-child) {
            padding-bottom: 2rem;
        }
        .v-step-item:not(:last-child)::before {
            content: '';
            position: absolute;
            top: 18px;
            left: 18px;
            width: 2px;
            height: 100%;
            background-color: #dee2e6;
            z-index: 1;
        }
        .v-step-circle {
            width: 38px; height: 38px;
            border-radius: 50%;
            border: 2px solid #dee2e6;
            background-color: #fff;
            color: var(--text-light-muted);
            display: flex; justify-content: center; align-items: center;
            font-weight: bold; font-size: 1rem;
            position: relative; z-index: 2;
            transition: all 0.4s ease;
            margin-right: 1rem;
            flex-shrink: 0;
        }
        .v-step-circle i { font-size: 1.5rem; display: none; margin-right: 0 !important; }
        .v-step-content .step-title { font-size: 1rem; font-weight: 600; color: var(--text-light-muted); line-height: 1.2; }
        .v-step-content .step-subtitle { font-size: 0.8rem; color: var(--text-light-muted); }
        
        .v-step-item.active .v-step-circle { border-color: var(--color-primary); background-color: var(--color-primary); color: #fff; }
        .v-step-item.active .step-title { color: var(--text-dark); }
        
        .v-step-item.completed .v-step-circle { border-color: var(--color-primary); background-color: var(--color-primary); color: #fff; }
        .v-step-item.completed .v-step-circle span { display: none; }
        .v-step-item.completed .v-step-circle i { display: block; }
        .v-step-item.completed:not(:last-child)::before { background-color: var(--color-primary); }
        .v-step-item.completed .step-title { color: var(--text-dark); }
.v-step-item .nav-link {
    display: flex;
    align-items: flex-start;
    position: relative;
    padding: 0 !important;
    background: none !important;
    border: none;
    width: 100%;
    text-align: left;
    cursor: default;
}
.v-step-item .nav-link:hover {
    color: #4CC9F5 !important;
}

        /* Form Content Area (Desktop) */
        .desktop-form-content {
            flex: 1;
            padding: 1.5rem 1.5rem;
            display: flex;
            flex-direction: column;
        }
        .form-content-header {
            margin-bottom: 2rem;
        }
        .form-content-header h4 {
            margin-bottom: 0;
            font-weight: 600;
        }
        .form-steps-container-desktop {
            position: relative;
            overflow: hidden;
            flex-grow: 1;
        }
        .form-step { display: none; }
        .form-step.active { display: block; }
        .form-step.is-animating { position: absolute; top: 0; left: 0; width: 100%; }

        @keyframes wipe-in-right { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
        @keyframes wipe-out-left { from { transform: translateY(0); opacity: 1; } to { transform: translateY(-20px); opacity: 0; } }
        .form-step.wipe-in-right, .form-step.wipe-in-left { animation: wipe-in-right 0.5s forwards; }
        .form-step.wipe-out-left, .form-step.wipe-out-right { animation: wipe-out-left 0.5s forwards; }

        /* MOBILE ACCORDION & STEPPER STYLES */
        .mobile-stepper-wrapper {
            display: flex; justify-content: space-around; padding: 1rem 0; margin-bottom: 1.5rem;
            position: relative; background-color: #f8f9fa; border-radius: var(--radius-md);
        }
        .mobile-step { display: flex; flex-direction: column; align-items: center; position: relative; z-index: 2; font-size: 0.75rem; color: #6c757d; font-weight: 500; }
        .mobile-step-number { width: 28px; height: 28px; border-radius: 50%; background-color: #fff; border: 1px solid #dee2e6; display: flex; justify-content: center; align-items: center; margin-bottom: 0.25rem; font-weight: bold; }
        .mobile-step.active .mobile-step-number { border-color: var(--color-primary); color: var(--color-primary); }
        .mobile-step.completed .mobile-step-number { background-color: var(--sidebar-bg); border-color: var(--sidebar-bg); color: #fff; }
        .mobile-step.active .mobile-step-name { color: var(--color-primary); }
        .mobile-stepper-line { position: absolute; top: 1.7rem; left: 10%; right: 10%; height: 2px; background-color: #dee2e6; z-index: 1; }
        .mobile-stepper-progress { position: absolute; top: 1.7rem; left: 10%; height: 2px; background-color: var(--sidebar-bg); z-index: 1; width: 0%; transition: width 0.4s ease; }
        .accordion-mobile .form-step { display: block; border: 1px solid #dee2e6; border-radius: var(--radius-md); margin-bottom: 1rem; overflow: hidden; background-color: #fff; transition: all 0.4s ease; }
        .accordion-mobile .form-step .row { max-height: 0; overflow: hidden; padding: 0 1.5rem; transition: max-height 0.5s ease-in-out, padding 0.5s ease-in-out, margin 0.5s ease-in-out; margin-top: 0; }
        .accordion-header-mobile { cursor: pointer; padding: 1rem 1.5rem; margin-bottom: 0; display: flex; align-items: center; font-size: 1rem; font-weight: 600; }
        .accordion-mobile .form-step.active { border-color: var(--color-primary); }
        .accordion-mobile .form-step.active .row { max-height: 2000px; /* Increased max-height */ padding: 1.5rem; margin-top: -1rem; }
        .accordion-header-mobile::before { content: attr(data-step-number); display: inline-flex; width: 24px; height: 24px; border-radius: 50%; border: 1px solid #dee2e6; justify-content: center; align-items: center; margin-right: 1rem; background-color: #fff; color: #6c757d; font-size: 0.8rem; flex-shrink: 0; }
        .accordion-mobile .form-step.active .accordion-header-mobile { color: var(--color-primary); }
        .accordion-mobile .form-step.active .accordion-header-mobile::before { background-color: var(--color-primary); border-color: var(--color-primary); color: #fff; }
        .accordion-mobile .form-step.completed .accordion-header-mobile::before { content: "✓"; font-weight: bold; background-color: var(--sidebar-bg); border-color: var(--sidebar-bg); color: #fff; }
        .accordion-mobile .form-step.completed { border-color: #dee2e6; }

        /* RESPONSIVE LAYOUT */
        .desktop-view, .mobile-view { display: none; }
        @media (min-width: 992px) {
            .desktop-view { display: block; }
        }
        @media (max-width: 991.98px) {
            .mobile-view { display: block; }
            .form-wrapper { padding: 0; }
            .enquiry-form-card { flex-direction: column; border-radius: 0; box-shadow: none; }
        }

        /* UPLOAD & CAMERA STYLES */
        .file-drop-zone { border: 2px dashed var(--color-border); border-radius: var(--radius-md); padding: 2rem; text-align: center; cursor: pointer; transition: background-color .3s ease; }
        .file-drop-zone.dragover { background-color: #f0f8ff; border-color: var(--color-primary); }
        .file-drop-zone i { font-size: 3rem; color: #adb5bd; }
        .file-drop-zone p { margin: 0.5rem 0; color: var(--text-light-muted); }
        .attachment-preview { margin-top: 1.5rem; }
        .preview-item { display: flex; align-items: center; background-color: #f8f9fa; border-radius: var(--radius-sm); padding: 0.75rem; margin-bottom: 0.75rem; }
        .preview-item i { font-size: 1.5rem; margin-right: 1rem; color: var(--text-dark); }
        .preview-info { flex-grow: 1; }
        .preview-info .file-name { font-weight: 500; font-size: 0.9rem; }
        .preview-info .file-size { font-size: 0.8rem; color: var(--text-light-muted); }
        .preview-item .progress { height: 5px; flex-grow: 1; margin: 0 1rem; }
        .preview-item .remove-btn { width: 24px; height: 24px; border-radius: 50%; background-color: #e9ecef; color: var(--text-light-muted); border: none; display: flex; align-items: center; justify-content: center; font-size: 1rem; line-height: 1; padding: 0; }
        .camera-modal .modal-body { padding: 0; }
        #camera-stream { width: 100%; border-radius: var(--radius-md) var(--radius-md) 0 0; }
        .accordion-item{box-shadow: 0 .3rem .5rem rgba(0, 0, 0, .10) !important; margin-bottom: 10px;}
        /*dashboars and chart css*/
         .segmented-control .btn {
            border: none;
            box-shadow: none;
            color: #2B3488;
            background-color: transparent;
        }
        .segmented-control .d-btn{
          background-color: transparent !important;
    height: 50px;
    border-radius: 8px;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    border: none;
    font-size: 2.8vh;
    font-weight: 500;
    color: #2B3488;
    display: flex;
    align-items: center;
    justify-content: center;
        }
    .segmented-control .d-btn:hover {
    color: #ffffff !important;
    background-color: #4CC9F5 !important;
    border-color: none !important;
}
        .segmented-control .d-btn.active {
            background-color: #2B3488 !important;
            color: white;
            box-shadow: 0 2px 8px rgba(43, 52, 136, 0.4);
        }
      
/* Medium devices (landscape tablets, 768px and up) */

@media only screen
and (min-width: 375px)
and (max-width: 667px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait){
   .segmented-control .d-btn {
                font-size: 2vh;
            }
              .segmented-control .d-btn.active {
              font-size: 2vh;
        }
}
        
        /* Large devices (desktops, 992px and up) */
       
        .rounded-pill{
          background-color: #fff;
        }
        .segmented-control .btn.active {
            background-color: #2B3488;
            color: white;
            box-shadow: 0 2px 8px rgba(43, 52, 136, 0.4);
        }
        .toggle-btn-group .btn {
            font-size: 0.8rem;
            padding: 0.25rem 0.5rem;
        }
        .toggle-btn-group .btn.btn-outline-primary {
            color: #2B3488;
            border-color: #2B3488;
            background: #2a33861f !important;
            
            height: 43px;
        }
        .toggle-btn-radious{
        border-radius: 0 7px 7px 0px;
    border: 1px solid #2a3386;
        }
.toggle-btn-group .btn.btn-outline-primary:hover, .toggle-btn-group .btn.btn-outline-primary.active {
    background-color: #2B3488;
    color: white;
    border-color: #2B3488;
}
        .toggle-btn-group .btn.btn-outline-primary:hover,
        .toggle-btn-group .btn.btn-outline-primary.active {
            background-color: #2B3488 !important;
            color: white !important;
            border-color: #2B3488 !important;
        }
        .chart-view, .table-view {
             min-height: auto;
        }
        .table-responsive {
            max-height: 320px;
        }
        .scrollable-list {
            max-height: 350px;
            overflow-y: auto;
            padding-right: 10px;
        }
         /* Custom Scrollbar */
        .scrollable-list::-webkit-scrollbar {
            width: 5px;
        }
        .scrollable-list::-webkit-scrollbar-track {
            background: #f1f1f1;
        }
        .scrollable-list::-webkit-scrollbar-thumb {
            background: #adb5bd;
            border-radius: 3px;
        }
        .scrollable-list::-webkit-scrollbar-thumb:hover {
            background: #555;
        }
        .aging-buttons .btn {
            margin: 0 2px;
            background-color: #E8EAF8 !important;
            color: #2B3488;
            border: 1px solid #E8EAF8;
            font-weight: 600;
        }
        .aging-buttons .btn:hover {
            margin: 0 2px;
            background-color: #4CC9F5 !important;
            color: #fff !important;
            border: 1px solid #E8EAF8;
            font-weight: 600;
        }
        .aging-buttons .btn.active {
            background-color: #2B3488 !important;
            color: white;
            border-color: #2B3488;
        }
        .progress-bar span {
            font-size: 0.7em;
            color: white;
            font-weight: bold;
        }
        /* Custom Gradient Progress Bars */
        .progress-bar-green {
            background-image: linear-gradient(to right, #045530, #03A85E) !important;
        }
        .progress-bar-red {
            background-image: linear-gradient(to right, #73130F, #D9241D) !important;
        }
        .progress-bar-orange {
             background-image: linear-gradient(to right, #BE6F01, #FF9D14) !important;
        }
        .progress-bar-blue {
             background-image: linear-gradient(to right, #0d6efd, #6ea8fe) !important;
        }
        .outstanding-kpi {
            border: 1px solid #dee2e6;
            border-radius: .375rem;
            padding: 1rem;
            text-align: center;
        }
         .outstanding-kpi .value {
            font-size: 1.1rem;
         }
         .kpi-box {
            background-color: #f8f9fa;
            border-radius: 8px;
         }
         #chart-modal .modal-dialog {
            max-width: 90vw;
         }
         #chart-modal .modal-body {
            height: 80vh;
         } 
         /*collection*/
         .progress-bar span {
            font-size: 0.7em;
            color: white;
            font-weight: bold;
        }
        /* Custom Gradient Progress Bars */
        .progress-bar-green {
            background-image: linear-gradient(to right, #045530, #03A85E) !important;
        }
        .progress-bar-red {
            background-image: linear-gradient(to right, #73130F, #D9241D) !important;
        }
        .progress-bar-orange {
             background-image: linear-gradient(to right, #BE6F01, #FF9D14) !important;
        }
        .progress-bar-blue {
             background-image: linear-gradient(to right, #0d6efd, #6ea8fe) !important;
        }
        .outstanding-kpi {
            border: 1px solid #dee2e6;
            border-radius: .375rem;
            padding: 1rem;
            text-align: center;
        }
         .outstanding-kpi .value {
            font-size: 1.1rem;
         }
         .kpi-box {
            background-color: #f8f9fa;
            border-radius: 8px;
         }
         #chart-modal .modal-dialog {
            max-width: 90vw;
         }
         #chart-modal .modal-body {
            height: 80vh;
         }