@charset "UTF-8";
:root {
  --dashboard-color: #1976D2;
  --planning-color: #2E7D32;
  --employees-color: #6A1B9A;
  --settings-color: #455A64;
  --customers-color: #fe5416;
  --workorders-color: #9575CD;
  --picklists-color: #f97316;
  --subscription-color: #f9d84b;
  --customers-color: #fe5416;
  --invoices-color: #4b88f9;
  --finance-color: #4b88f9;
  --charcoal: #28283d;
  --timeregistration-color: #004D40;
  --customerportal-color: #D32F2F;
  --routeplanning-color: #F57F17;
  --materialmanagement-color: #BF360C;
  --reminders-color: #0277BD;
  --quotesystem-color: #006064;
  --realtime-tracking-color: #9E9D24;
  --fleet-management-color: #FF7F50;
  --service-color: #8cbb35;
  --theme-editor-color: #AD1457;
  --security-audit-color: #283593;
  --api-webhooks-color: #4527A0;
  --reports-bi-color: #4E342E;
  --accounting-integration-color: #37474F;
  --success-color: #28a745;
  --warning-color: #E57373;
  --error-color: #E57373;
  --info-color: #17a2b8;
  --company-color: #00cfe8;
  --office-color: #28c76f;
  --field-color: #ff9f43;
  --bedrijven-color: #2196F3;
  --gebruikers-color: #9C27B0;
  --abonnementen-color: #FFC107;
  --system-security-color: #E91E63;
  --on-premise-color: #00BCD4;
  --analytics-color: #3F51B5;
  --campagnes-color: #FF5722;
  --email-templates-color: #009688;
  --api-integratie-color: #7E57C2;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #343a40;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: #28283d;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title], abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b, strong {
  font-weight: 700;
}

small {
  font-size: 80%;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #004D40;
  text-decoration: none;
  background-color: rgba(0, 77, 64, 0.2);
  padding: 2px 4px;
  border-radius: 3px;
  transition: all 0.2s ease;
  font-weight: 600;
  border-radius: 5px;
  border-bottom: 1px solid rgba(108, 117, 125, 0.2);
}
a.sidebar-link, a.sidebar-submenu-link, a.nav-link, a.user-dropdown-link, a.sidebar-user-dropdown-link, a.notifications-dropdown-link, a.view-all, a.logo-link {
  color: inherit;
  background-color: transparent;
  padding: 0;
  border-bottom: none;
  border-radius: 0;
}
a.sidebar-link:hover, a.sidebar-submenu-link:hover, a.nav-link:hover, a.user-dropdown-link:hover, a.sidebar-user-dropdown-link:hover, a.notifications-dropdown-link:hover, a.view-all:hover, a.logo-link:hover {
  color: inherit;
  text-decoration: none;
}
a.sidebar-link:active, a.sidebar-submenu-link:active, a.nav-link:active, a.user-dropdown-link:active, a.sidebar-user-dropdown-link:active, a.notifications-dropdown-link:active, a.view-all:active, a.logo-link:active {
  color: inherit;
}
a:hover:not(.sidebar-link):not(.sidebar-submenu-link):not(.nav-link):not(.user-dropdown-link):not(.sidebar-user-dropdown-link):not(.notifications-dropdown-link):not(.view-all):not(.logo-link) {
  color: #28283d;
  background-color: rgba(233, 236, 239, 0.6);
  border-bottom-color: rgba(40, 40, 61, 0.5);
}
a:active:not(.sidebar-link):not(.sidebar-submenu-link):not(.nav-link):not(.user-dropdown-link):not(.sidebar-user-dropdown-link):not(.notifications-dropdown-link):not(.view-all):not(.logo-link) {
  color: #28283d;
  background-color: rgba(233, 236, 239, 0.7);
}
a:focus:not(.sidebar-link):not(.sidebar-submenu-link):not(.nav-link):not(.user-dropdown-link):not(.sidebar-user-dropdown-link):not(.notifications-dropdown-link):not(.view-all):not(.logo-link) {
  outline: 2px solid rgba(40, 40, 61, 0.2);
  outline-offset: 2px;
  border-radius: 3px;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

code, kbd, pre, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
  appearance: button;
}

button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio], input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
  -webkit-appearance: listbox;
  appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
  appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
  appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, .h1 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}

h2, .h2 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

h3, .h3 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

h4, .h4 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

h5, .h5 {
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

h6, .h6 {
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.text-primary {
  color: #28283d !important;
}

.text-secondary {
  color: #fe5416 !important;
}

.text-success {
  color: #28a745 !important;
}

.text-danger {
  color: #E57373 !important;
}

.text-warning {
  color: #E57373 !important;
}

.text-info {
  color: #17a2b8 !important;
}

.text-light {
  color: #fffbeb !important;
}

.text-dark {
  color: #28283d !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-white {
  color: #ffffff !important;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-justify {
  text-align: justify !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-medium {
  font-weight: 500 !important;
}

.font-weight-semibold {
  font-weight: 600 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Utility Classes - Vervang inline CSS door herbruikbare classes */
.hidden {
  display: none !important;
}

.flex {
  display: flex;
}

.flex-center {
  display: flex;
  align-items: center;
}

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

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

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

.grid {
  display: grid;
}

.inline-block {
  display: inline-block;
}

.inline-flex {
  display: inline-flex;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.position-fixed {
  position: fixed;
}

.position-sticky {
  position: sticky;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.margin-bottom-2 {
  margin-bottom: 0.5rem;
}

.margin-bottom-3 {
  margin-bottom: 1rem;
}

.margin-top-2 {
  margin-top: 0.5rem;
}

.margin-top-4 {
  margin-top: 1.5rem;
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pt-0 {
  padding-top: 0;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.padding-2 {
  padding: 0.5rem;
}

.padding-3 {
  padding: 1rem;
}

.padding-top-3 {
  padding-top: 1rem;
}

.bg-green {
  background-color: #2ecc71;
}

.bg-gray {
  background-color: #95a5a6;
}

.bg-yellow {
  background-color: #f1c40f;
}

.bg-orange {
  background-color: #fe5416;
}

.bg-blue {
  background-color: #17a2b8;
}

.bg-red {
  background-color: #E57373;
}

.bg-success {
  background-color: #28a745;
}

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

.text-white {
  color: #ffffff;
}

.text-black {
  color: #000000;
}

.text-gray {
  color: #6c757d;
}

.text-danger {
  color: #dc3545;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

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

.w-full {
  width: 100%;
}

.w-auto {
  width: auto;
}

.h-full {
  height: 100%;
}

.h-auto {
  height: auto;
}

.h-300 {
  height: 300px;
}

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

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

.border-left {
  border-left: 1px solid #dee2e6;
}

.border-right {
  border-right: 1px solid #dee2e6;
}

.border-rounded {
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
}

.bg-light {
  background-color: #f8f9fa;
}

.container-light {
  padding: 0.5rem;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  background-color: #f8f9fa;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.icon-spacing {
  margin-right: 0.5rem;
}

.modal-title-icon,
.preferred-date-header-icon,
.send-method-option-icon,
.toast-header-icon {
  margin-right: 0.5rem;
}

@media (max-width: 576px) {
  .hidden-mobile {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-desktop {
    display: none !important;
  }
}
.header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: #28283d;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  padding: 1rem 0;
}
body.dark-mode .header {
  background-color: rgb(19.801980198, 19.801980198, 30.198019802);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .logo {
  display: flex;
  align-items: center;
}
.header .logo a {
  display: block;
  text-decoration: none;
}
.header .logo-img {
  height: 40px;
  width: auto;
}
@media (max-width: 991px) {
  .header .main-nav {
    display: none;
  }
}
.header .main-nav .nav-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header .main-nav .nav-item {
  margin: 0 1rem;
}
.header .main-nav .nav-link {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.header .main-nav .nav-link:hover, .header .main-nav .nav-link:focus {
  color: #f9d84b;
  background-color: rgba(249, 216, 75, 0.1);
}
.header .main-nav .nav-link.active {
  color: #fe5416;
  font-weight: 700;
}
body.dark-mode .header .main-nav .nav-link {
  color: #fffbeb;
}
body.dark-mode .header .main-nav .nav-link:hover, body.dark-mode .header .main-nav .nav-link:focus {
  color: #f9d84b;
  background-color: rgba(249, 216, 75, 0.2);
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.header .language-switcher select {
  appearance: none;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 0.25rem;
  padding: 0.25rem 1.5rem 0.25rem 0.5rem;
  font-size: 0.875rem;
  color: #ffffff;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.25rem center;
  background-size: 16px;
}
.header .language-switcher select:focus {
  outline: none;
  border-color: #f9d84b;
  box-shadow: 0 0 0 2px rgba(249, 216, 75, 0.25);
}
body.dark-mode .header .language-switcher select {
  background-color: rgba(40, 40, 61, 0.5);
  border-color: rgba(255, 255, 255, 0.2);
  color: #fffbeb;
}
.header .theme-toggle button {
  background: none;
  border: none;
  cursor: pointer;
  color: #ffffff;
  font-size: 1.25rem;
  padding: 0.25rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}
.header .theme-toggle button:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #f9d84b;
}
.header .theme-toggle button:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(249, 216, 75, 0.25);
}
body.dark-mode .header .theme-toggle button {
  color: #fffbeb;
}
body.dark-mode .header .theme-toggle button:hover {
  background-color: rgba(255, 251, 235, 0.1);
  color: #f9d84b;
}
.header .theme-toggle .dark-icon {
  display: block;
}
body.dark-mode .header .theme-toggle .dark-icon {
  display: none;
}
.header .theme-toggle .light-icon {
  display: none;
}
body.dark-mode .header .theme-toggle .light-icon {
  display: block;
}
.header .auth-buttons {
  display: flex;
  gap: 0.5rem;
}
@media (max-width: 767px) {
  .header .auth-buttons {
    display: none;
  }
}
.header .auth-buttons .btn-outline {
  border-color: #ffffff;
  color: #ffffff;
}
.header .auth-buttons .btn-outline:hover {
  background-color: #ffffff;
  color: #28283d;
}
.header .auth-buttons .btn-primary {
  background-color: #fe5416;
  border-color: #fe5416;
}
.header .auth-buttons .btn-primary:hover {
  background-color: rgb(224.0384615385, 60.5769230769, 0.9615384615);
  border-color: rgb(224.0384615385, 60.5769230769, 0.9615384615);
}
.header .user-menu {
  position: relative;
}
.header .user-menu-btn {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  color: #495057;
  font-weight: 500;
  transition: background-color 0.3s ease;
}
.header .user-menu-btn:hover {
  background-color: rgba(173, 181, 189, 0.1);
}
.header .user-menu-btn:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(40, 40, 61, 0.25);
}
body.dark-mode .header .user-menu-btn {
  color: #dee2e6;
}
body.dark-mode .header .user-menu-btn:hover {
  background-color: rgba(222, 226, 230, 0.1);
}
.header .user-menu .user-name {
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.header .user-menu .user-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  width: 200px;
  background-color: #ffffff;
  border-radius: 0.25rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  padding: 0.5rem 0;
  margin-top: 0.25rem;
  list-style: none;
  z-index: 1000;
  display: none;
}
.header .user-menu .user-dropdown.show {
  display: block;
}
.header .user-menu .user-dropdown li a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  color: #495057;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.header .user-menu .user-dropdown li a:hover {
  background-color: rgba(173, 181, 189, 0.1);
}
.header .user-menu .user-dropdown li a i {
  font-size: 1.25rem;
  color: #6c757d;
}
body.dark-mode .header .user-menu .user-dropdown {
  background-color: #28283d;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
body.dark-mode .header .user-menu .user-dropdown li a {
  color: #dee2e6;
}
body.dark-mode .header .user-menu .user-dropdown li a:hover {
  background-color: rgba(222, 226, 230, 0.1);
}
body.dark-mode .header .user-menu .user-dropdown li a i {
  color: #ced4da;
}
.header .mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.25rem;
}
@media (max-width: 991px) {
  .header .mobile-menu-toggle {
    display: block;
  }
}
.header .mobile-menu-toggle .hamburger {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #495057;
  position: relative;
  transition: background-color 0.3s ease;
}
.header .mobile-menu-toggle .hamburger:before, .header .mobile-menu-toggle .hamburger:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #495057;
  transition: transform 0.3s ease;
}
.header .mobile-menu-toggle .hamburger:before {
  top: -6px;
}
.header .mobile-menu-toggle .hamburger:after {
  bottom: -6px;
}
body.dark-mode .header .mobile-menu-toggle .hamburger {
  background-color: #dee2e6;
}
body.dark-mode .header .mobile-menu-toggle .hamburger:before, body.dark-mode .header .mobile-menu-toggle .hamburger:after {
  background-color: #dee2e6;
}
.header .mobile-menu-toggle.active .hamburger {
  background-color: transparent;
}
.header .mobile-menu-toggle.active .hamburger:before {
  transform: rotate(45deg);
  top: 0;
}
.header .mobile-menu-toggle.active .hamburger:after {
  transform: rotate(-45deg);
  bottom: 0;
}

.mobile-menu {
  display: none;
  position: fixed;
  top: 70px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  z-index: 999;
  overflow-y: auto;
  padding: 1.5rem 0;
}
.mobile-menu.show {
  display: block;
}
.mobile-menu .mobile-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-menu .mobile-nav-item {
  border-bottom: 1px solid #e9ecef;
}
.mobile-menu .mobile-nav-item:last-child {
  border-bottom: none;
}
.mobile-menu .mobile-nav-link {
  display: block;
  padding: 1rem;
  color: #495057;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.3s ease;
}
.mobile-menu .mobile-nav-link:hover, .mobile-menu .mobile-nav-link:focus {
  background-color: rgba(173, 181, 189, 0.1);
}
.mobile-menu .mobile-nav-link.active {
  color: #28283d;
  font-weight: 700;
}
body.dark-mode .mobile-menu {
  background-color: rgb(19.801980198, 19.801980198, 30.198019802);
}
body.dark-mode .mobile-menu .mobile-nav-item {
  border-bottom-color: #495057;
}
body.dark-mode .mobile-menu .mobile-nav-link {
  color: #dee2e6;
}
body.dark-mode .mobile-menu .mobile-nav-link:hover, body.dark-mode .mobile-menu .mobile-nav-link:focus {
  background-color: rgba(222, 226, 230, 0.1);
}

/*
document.addEventListener('DOMContentLoaded', function() {
    // Mobile menu toggle
    const mobileMenuToggle = document.querySelector('.mobile-menu-toggle');
    const mobileMenu = document.querySelector('.mobile-menu');

    if (mobileMenuToggle && mobileMenu) {
        mobileMenuToggle.addEventListener('click', function() {
            this.classList.toggle('active');
            mobileMenu.classList.toggle('show');
            document.body.classList.toggle('menu-open');
        });
    }

    // User dropdown toggle
    const userMenuBtn = document.querySelector('.user-menu-btn');
    const userDropdown = document.querySelector('.user-dropdown');

    if (userMenuBtn && userDropdown) {
        userMenuBtn.addEventListener('click', function(e) {
            e.stopPropagation();
            userDropdown.classList.toggle('show');
        });

        document.addEventListener('click', function(e) {
            if (!userMenuBtn.contains(e.target) && !userDropdown.contains(e.target)) {
                userDropdown.classList.remove('show');
            }
        });
    }

    // Theme toggle
    const themeToggleBtn = document.getElementById('theme-toggle-btn');

    if (themeToggleBtn) {
        themeToggleBtn.addEventListener('click', function() {
            document.body.classList.toggle('dark-mode');

            // Save preference to cookie
            const isDarkMode = document.body.classList.contains('dark-mode');
            document.cookie = `theme=${isDarkMode ? 'dark' : 'light'}; path=/; max-age=31536000`;
        });
    }
});
*/
.footer {
  background-color: #28283d;
  color: #e9ecef;
  padding: 0 0 1.5rem;
  position: relative;
  overflow: hidden;
}
.footer a:not(.btn) {
  color: rgba(255, 255, 255, 0.7) !important;
}
.footer a:not(.btn):hover {
  color: #ffffff !important;
  text-decoration: none;
}
.footer-wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  line-height: 0;
  overflow: hidden;
}
.footer-wave svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
}
.footer-bg-decoration-1 {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  top: 50px;
  right: -200px;
  pointer-events: none;
  z-index: 1;
}
.footer-bg-decoration-2 {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  bottom: -200px;
  left: -100px;
  pointer-events: none;
  z-index: 1;
}
body.dark-mode .footer {
  background: linear-gradient(to bottom, rgb(19.801980198, 19.801980198, 30.198019802), rgb(9.702970297, 9.702970297, 14.797029703));
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.footer-container {
  position: relative;
  z-index: 5;
  padding-top: 6rem;
}
.footer-content {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  margin-bottom: 3rem;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .footer-content {
    flex-direction: column;
  }
}
.footer-logo {
  flex: 1;
  min-width: 250px;
}
.footer-logo img {
  height: 60px;
  margin-bottom: 1rem;
  filter: brightness(1.2);
  transition: transform 0.3s ease;
}
.footer-logo img:hover {
  transform: translateY(-3px);
}
.footer-logo p {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 1rem;
  max-width: 300px;
  line-height: 1.6;
  font-size: 0.95rem;
}
body.dark-mode .footer-logo p {
  color: rgba(255, 255, 255, 0.6);
}
.footer-links {
  flex: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
@media (max-width: 767px) {
  .footer-links {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.footer-links-column {
  flex: 1;
  min-width: 160px;
}
.footer-links-column-title {
  color: #ffffff;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  font-weight: 600;
  position: relative;
  padding-bottom: 0.5rem;
}
.footer-links-column-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background: #f9d84b;
  border-radius: 3px;
  transition: width 0.3s ease;
}
.footer-links-column-title:hover::after {
  width: 60px;
}
.footer-links-column-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links-column-list li {
  margin-bottom: 0.5rem;
}
.footer-links-column-list li a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  padding: 3px 0;
}
.footer-links-column-list li a:hover {
  color: #f9d84b;
  transform: translateX(5px);
}
.footer-links-column-list li a:hover i {
  color: #f9d84b;
  opacity: 1;
  transform: scale(1.2);
}
.footer-links-column-list li a i {
  margin-right: 0.25rem;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
  opacity: 0.8;
  transition: all 0.3s ease;
}
.footer-social {
  margin-top: 1.5rem;
}
.footer-social-title {
  color: #ffffff;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.footer-social .social-icons {
  display: flex;
  gap: 0.5rem;
}
.footer-social .social-icons .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  color: #ffffff;
  border-radius: 50%;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-social .social-icons .social-icon:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.3);
}
.footer-social .social-icons .social-icon[href*=facebook]:hover i {
  color: #1877f2;
}
.footer-social .social-icons .social-icon[href*=linkedin]:hover i {
  color: #0077b5;
}
.footer-social .social-icons .social-icon[href*="x.com"]:hover i {
  color: #000000;
}
.footer-social .social-icons .social-icon[href*=instagram]:hover i {
  color: #e1306c;
}
.footer-social .social-icons .social-icon i {
  font-size: 1.2rem;
  transition: color 0.3s ease;
}
.footer-bottom {
  margin-top: 3rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  position: relative;
  z-index: 5;
}
@media (max-width: 767px) {
  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}
.footer-bottom .copyright {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
}
.footer-bottom-links {
  display: flex;
  gap: 1rem;
}
@media (max-width: 767px) {
  .footer-bottom-links {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.footer-bottom-links a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: 0.875rem;
  transition: color 0.3s ease;
  position: relative;
  padding: 3px 8px;
  border-radius: 4px;
}
.footer-bottom-links a:not(:last-child):after {
  content: "•";
  position: absolute;
  right: -8px;
  color: rgba(255, 255, 255, 0.4);
}
.footer-bottom-links a:hover {
  color: #f9d84b;
  background-color: rgba(249, 216, 75, 0.1);
}
.footer-back-to-top {
  position: absolute;
  bottom: 100px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: #ffffff;
  color: #28283d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  z-index: 99;
}
.footer-back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.footer-back-to-top:hover {
  transform: translateY(-5px) scale(1.1);
  box-shadow: 0 12px 25px rgba(255, 255, 255, 0.3);
}
.footer-back-to-top i {
  font-size: 1.3rem;
}

.cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #28283d;
  color: #ffffff;
  padding: 1rem 0;
  z-index: 1000;
  box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease, opacity 0.4s ease, visibility 0.4s ease;
}
.cookie-consent.hidden {
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
}
.cookie-consent .cookie-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
@media (max-width: 767px) {
  .cookie-consent .cookie-content {
    flex-direction: column;
    text-align: center;
  }
}
.cookie-consent .cookie-text {
  flex: 1;
}
.cookie-consent .cookie-text p {
  margin: 0;
  font-size: 0.875rem;
}
.cookie-consent .cookie-text p a {
  color: #ffffff;
  text-decoration: underline;
}
.cookie-consent .cookie-text p a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.cookie-consent .cookie-buttons {
  display: flex;
  gap: 0.5rem;
}
@media (max-width: 767px) {
  .cookie-consent .cookie-buttons {
    margin-top: 0.5rem;
  }
}

.cookie-settings .cookie-options {
  margin-top: 1rem;
}
.cookie-settings .cookie-option {
  margin-bottom: 1rem;
}
.cookie-settings .cookie-option .form-check {
  display: flex;
  align-items: center;
}
.cookie-settings .cookie-option .form-check input {
  margin-right: 0.5rem;
}
.cookie-settings .cookie-option .form-check label {
  font-weight: 500;
}
.cookie-settings .cookie-option .cookie-description {
  margin-top: 0.25rem;
  margin-left: 25px;
  font-size: 0.875rem;
  color: #6c757d;
}
body.dark-mode .cookie-settings .cookie-option .cookie-description {
  color: #ced4da;
}

.container {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}

.col {
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
  flex: 1 0 0%;
}

.col-1 {
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
  width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
  width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
  width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
  width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
  width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
  width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
  width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
  width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
  width: 100%;
}

@media (min-width: 0) {
  .col-xs {
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    flex: 1 0 0%;
  }
  .col-xs-1 {
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 8.3333333333%;
  }
  .col-xs-2 {
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 16.6666666667%;
  }
  .col-xs-3 {
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 25%;
  }
  .col-xs-4 {
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 33.3333333333%;
  }
  .col-xs-5 {
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 41.6666666667%;
  }
  .col-xs-6 {
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 50%;
  }
  .col-xs-7 {
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 58.3333333333%;
  }
  .col-xs-8 {
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 66.6666666667%;
  }
  .col-xs-9 {
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 75%;
  }
  .col-xs-10 {
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 83.3333333333%;
  }
  .col-xs-11 {
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 91.6666666667%;
  }
  .col-xs-12 {
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 100%;
  }
}
@media (min-width: 576px) {
  .col-sm {
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    flex: 1 0 0%;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    flex: 1 0 0%;
  }
  .col-md-1 {
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    flex: 1 0 0%;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    flex: 1 0 0%;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    flex: 1 0 0%;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 100%;
  }
}
.g-0 {
  margin-right: 0;
  margin-left: 0;
}
.g-0 > .col,
.g-0 > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.g-1 {
  margin-right: -0.125rem;
  margin-left: -0.125rem;
}
.g-1 > .col,
.g-1 > [class*=col-] {
  padding-right: 0.125rem;
  padding-left: 0.125rem;
}

.g-2 {
  margin-right: -0.25rem;
  margin-left: -0.25rem;
}
.g-2 > .col,
.g-2 > [class*=col-] {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}

.g-3 {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.g-3 > .col,
.g-3 > [class*=col-] {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.g-4 {
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}
.g-4 > .col,
.g-4 > [class*=col-] {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.g-5 {
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}
.g-5 > .col,
.g-5 > [class*=col-] {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.cookie-settings {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 400px;
  max-width: calc(100% - 2rem);
  background-color: var(--light-bg);
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  z-index: 1050;
  opacity: 0;
  transform: translateY(20px);
  visibility: hidden;
  transition: all 0.3s ease;
  border: 1px solid var(--border-color);
  overflow: hidden;
  color: var(--text-color);
}
@media (prefers-color-scheme: dark) {
  .cookie-settings {
    background-color: var(--dark-bg);
    border-color: var(--dark-border-color);
  }
}
.cookie-settings.show {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.cookie-settings-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  border-bottom: 1px solid var(--border-color);
  background-color: var(--bg-color-secondary);
}
.cookie-settings-header h3 {
  margin: 0;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
}
.cookie-settings-header h3 i {
  margin-right: 0.5rem;
  color: var(--primary-color);
}
.cookie-settings-header .cookie-settings-close {
  background: none;
  border: none;
  font-size: 1.2rem;
  cursor: pointer;
  color: var(--text-color-muted);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem;
  border-radius: 50%;
  transition: background-color 0.2s ease;
}
.cookie-settings-header .cookie-settings-close:hover {
  background-color: rgba(0, 0, 0, 0.05);
  color: var(--text-color);
}
.cookie-settings-body {
  padding: 1rem;
  max-height: 60vh;
  overflow-y: auto;
}
.cookie-settings-body p {
  margin-top: 0;
  color: var(--text-color-muted);
  font-size: 0.9rem;
  line-height: 1.5;
}
.cookie-settings-body .cookie-categories {
  margin-top: 1rem;
}
.cookie-settings-body .cookie-categories .cookie-category {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--border-color-light);
}
.cookie-settings-body .cookie-categories .cookie-category:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.cookie-settings-body .cookie-categories .cookie-category-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cookie-settings-body .cookie-categories .cookie-category-header .cookie-checkbox-container {
  display: flex;
  align-items: center;
}
.cookie-settings-body .cookie-categories .cookie-category-header .cookie-checkbox-container input[type=checkbox] {
  margin-right: 0.5rem;
}
.cookie-settings-body .cookie-categories .cookie-category-header .cookie-checkbox-container label {
  font-weight: 600;
  margin: 0;
}
.cookie-settings-body .cookie-categories .cookie-category-header .cookie-toggle .toggle-switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 22px;
  cursor: pointer;
}
.cookie-settings-body .cookie-categories .cookie-category-header .cookie-toggle .toggle-switch.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.cookie-settings-body .cookie-categories .cookie-category-header .cookie-toggle .toggle-switch .toggle-slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  border-radius: 34px;
  transition: 0.3s;
}
.cookie-settings-body .cookie-categories .cookie-category-header .cookie-toggle .toggle-switch .toggle-slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  border-radius: 50%;
  transition: 0.3s;
}
.cookie-settings-body .cookie-categories .cookie-category-header .cookie-toggle .toggle-switch .toggle-slider.checked {
  background-color: var(--primary-color);
}
.cookie-settings-body .cookie-categories .cookie-category-header .cookie-toggle .toggle-switch .toggle-slider.checked:before {
  transform: translateX(18px);
}
.cookie-settings-body .cookie-categories .cookie-category-description p {
  font-size: 0.8rem;
  margin: 0;
  color: var(--text-color-muted);
}
.cookie-settings-footer {
  display: flex;
  justify-content: space-between;
  padding: 1rem;
  border-top: 1px solid var(--border-color);
  background-color: var(--bg-color-secondary);
}
@media (max-width: 480px) {
  .cookie-settings-footer {
    flex-direction: column;
    gap: 0.5rem;
  }
}
.cookie-settings-footer .cookie-settings-btn {
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 4px;
  font-size: 0.85rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-weight: 500;
  transition: background-color 0.2s ease;
}
.cookie-settings-footer .cookie-settings-btn i {
  margin-right: 0.25rem;
}
.cookie-settings-footer .cookie-settings-btn--reject {
  background-color: var(--light-bg);
  color: var(--text-color);
  border: 1px solid var(--border-color);
}
.cookie-settings-footer .cookie-settings-btn--reject:hover {
  background-color: var(--bg-hover);
}
.cookie-settings-footer .cookie-settings-btn--selected {
  background-color: var(--secondary-color);
  color: white;
}
.cookie-settings-footer .cookie-settings-btn--selected:hover {
  background-color: var(--secondary-color-dark);
}
.cookie-settings-footer .cookie-settings-btn--accept {
  background-color: var(--primary-color);
  color: white;
}
.cookie-settings-footer .cookie-settings-btn--accept:hover {
  background-color: var(--primary-color-dark);
}
@media (max-width: 768px) {
  .cookie-settings {
    bottom: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    border-radius: 10px 10px 0 0;
  }
}

.cookie-category input[type=checkbox] {
  opacity: 0;
  position: absolute;
}

.cookie-consent-fallback {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--bg-color);
  padding: 1rem;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1050;
}
.cookie-consent-fallback p {
  margin: 0;
}
.cookie-consent-fallback .cookie-buttons {
  display: flex;
  gap: 0.5rem;
}

.btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: all 0.15s ease-in-out;
  text-decoration: none;
}
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 40, 61, 0.25);
}
.btn:disabled {
  opacity: 0.65;
  pointer-events: none;
}
.btn-primary {
  color: #ffffff;
  background-color: #28283d;
  border-color: #28283d;
}
.btn-primary:hover, .btn-primary:focus {
  color: #ffffff;
  background-color: rgb(24.8514851485, 24.8514851485, 37.8985148515);
  border-color: rgb(19.801980198, 19.801980198, 30.198019802);
}
.btn-secondary {
  color: #ffffff;
  background-color: #fe5416;
  border-color: #fe5416;
}
.btn-secondary:hover, .btn-secondary:focus {
  color: #ffffff;
  background-color: rgb(236.733974359, 64.0096153846, 1.016025641);
  border-color: rgb(224.0384615385, 60.5769230769, 0.9615384615);
}
.btn-secondary:active {
  background-color: rgb(224.0384615385, 60.5769230769, 0.9615384615);
  border-color: rgb(211.3429487179, 57.1442307692, 0.9070512821);
}
.btn-lg {
  padding: 1rem 3rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}
@media (max-width: 768px) {
  .btn-lg {
    padding: 0.5rem 1.5rem;
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  .btn-lg {
    padding: 0.25rem 1rem;
    font-size: 0.875rem;
  }
}
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
@media (max-width: 576px) {
  .btn-sm {
    padding: calc(0.25rem / 1.5) calc(0.5rem / 1.5);
    font-size: 0.75rem;
  }
}
.btn-block {
  display: block;
  width: 100%;
}
.btn.btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn.btn-icon i, .btn.btn-icon svg {
  margin-right: 0.5rem;
}
.btn.btn-icon.btn-icon-right i, .btn.btn-icon.btn-icon-right svg {
  margin-right: 0;
  margin-left: 0.5rem;
}
.btn.btn-icon.btn-icon-only {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
}
.btn.btn-icon.btn-icon-only i, .btn.btn-icon.btn-icon-only svg {
  margin: 0;
}
.btn.btn-icon.btn-icon-only.btn-sm {
  width: 2rem;
  height: 2rem;
}
.btn.btn-icon.btn-icon-only.btn-lg {
  width: 3rem;
  height: 3rem;
}

.btn-group {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active {
  z-index: 1;
}
.btn-group > .btn:not(:first-child) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

body.dark-mode .btn-light {
  background-color: #495057;
  border-color: #495057;
  color: #ffffff;
}
body.dark-mode .btn-light:hover, body.dark-mode .btn-light:focus {
  background-color: #6c757d;
  border-color: #6c757d;
}
body.dark-mode .btn-dark {
  background-color: #000000;
  border-color: #000000;
}
body.dark-mode .btn-dark:hover, body.dark-mode .btn-dark:focus {
  background-color: rgb(25.5, 25.5, 25.5);
  border-color: rgb(25.5, 25.5, 25.5);
}
body.dark-mode .btn-outline-light {
  color: #dee2e6;
  border-color: #6c757d;
}
body.dark-mode .btn-outline-light:hover, body.dark-mode .btn-outline-light:focus {
  background-color: #6c757d;
  color: #ffffff;
}
body.dark-mode .btn-outline-dark {
  color: #dee2e6;
  border-color: #343a40;
}
body.dark-mode .btn-outline-dark:hover, body.dark-mode .btn-outline-dark:focus {
  background-color: #343a40;
  color: #ffffff;
}

.btn-success {
  background-color: #28a745;
  border-color: #28a745;
  color: #ffffff;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background-color: rgb(30.1449275362, 125.8550724638, 52);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
  color: #ffffff;
}
.btn-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  background-color: rgb(92.8405797101, 216.1594202899, 121);
  border-color: rgb(92.8405797101, 216.1594202899, 121);
  cursor: not-allowed;
}

.btn-danger {
  background-color: #E57373;
  border-color: #E57373;
  color: #ffffff;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background-color: rgb(221.0120481928, 71.9879518072, 71.9879518072);
  border-color: rgb(221.0120481928, 71.9879518072, 71.9879518072);
  color: #ffffff;
}
.btn-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 115, 115, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  background-color: rgb(244.9759036145, 201.0240963855, 201.0240963855);
  border-color: rgb(244.9759036145, 201.0240963855, 201.0240963855);
  cursor: not-allowed;
}

.btn-warning {
  background-color: #E57373;
  border-color: #E57373;
  color: #28283d;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background-color: rgb(221.0120481928, 71.9879518072, 71.9879518072);
  border-color: rgb(221.0120481928, 71.9879518072, 71.9879518072);
  color: #28283d;
}
.btn-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 115, 115, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  background-color: rgb(244.9759036145, 201.0240963855, 201.0240963855);
  border-color: rgb(244.9759036145, 201.0240963855, 201.0240963855);
  cursor: not-allowed;
}

.btn-info {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #ffffff;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  color: #ffffff;
}
.btn-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  background-color: rgb(76.3333333333, 211.3043478261, 232.6666666667);
  border-color: rgb(76.3333333333, 211.3043478261, 232.6666666667);
  cursor: not-allowed;
}

.btn-light {
  background-color: #fffbeb;
  border-color: #fffbeb;
  color: #28283d;
}
.btn-light:hover, .btn-light:focus, .btn-light:active {
  background-color: rgb(255, 240.8, 184);
  border-color: rgb(255, 240.8, 184);
  color: #28283d;
}
.btn-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 251, 235, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  background-color: hsl(48, 100%, 116.0784313725%);
  border-color: hsl(48, 100%, 116.0784313725%);
  cursor: not-allowed;
}

.btn-dark {
  background-color: #28283d;
  border-color: #28283d;
  color: #ffffff;
}
.btn-dark:hover, .btn-dark:focus, .btn-dark:active {
  background-color: rgb(19.801980198, 19.801980198, 30.198019802);
  border-color: rgb(19.801980198, 19.801980198, 30.198019802);
  color: #ffffff;
}
.btn-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 40, 61, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  background-color: rgb(80.396039604, 80.396039604, 122.603960396);
  border-color: rgb(80.396039604, 80.396039604, 122.603960396);
  cursor: not-allowed;
}

.btn-outline-primary {
  background-color: transparent;
  border-color: #28283d;
  color: #28283d;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
  background-color: #28283d;
  border-color: #28283d;
  color: #ffffff;
}
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 40, 61, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: rgb(80.396039604, 80.396039604, 122.603960396);
  border-color: rgb(80.396039604, 80.396039604, 122.603960396);
  background-color: transparent;
  cursor: not-allowed;
}

.btn-outline-secondary {
  background-color: transparent;
  border-color: #fe5416;
  color: #fe5416;
}
.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active {
  background-color: #fe5416;
  border-color: #fe5416;
  color: #ffffff;
}
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 84, 22, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: rgb(254.4358974359, 158.5384615385, 123.5641025641);
  border-color: rgb(254.4358974359, 158.5384615385, 123.5641025641);
  background-color: transparent;
  cursor: not-allowed;
}

.btn-link {
  background-color: transparent;
  border-color: transparent;
  color: #28283d;
  padding: 0;
  text-decoration: none;
}
.btn-link:hover, .btn-link:focus {
  color: rgb(9.702970297, 9.702970297, 14.797029703);
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link i {
  margin-left: 0.25rem;
  transition: transform 0.3s ease;
}
.btn-link:hover i {
  transform: translateX(3px);
}

.btn-outline {
  background-color: transparent;
  border: 2px solid #28283d;
  color: #28283d;
}
.btn-outline:hover, .btn-outline:focus {
  background-color: #28283d;
  color: #ffffff;
}

.btn i, .btn svg {
  font-size: 1em;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  margin-right: 0.5em;
  margin-top: -0.1em;
}

.btn.btn-icon-only i, .btn.btn-icon-only svg {
  margin-right: 0;
}

.btn-outline-light {
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #ffffff;
}
.btn-outline-light:hover, .btn-outline-light:focus {
  color: #28283d;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-outline-light:active {
  color: #28283d;
  background-color: hsl(0, 0%, 110%);
  border-color: hsl(0, 0%, 110%);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: rgba(255, 255, 255, 0.6);
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.6);
}

.module-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 0.5rem;
  border-radius: 0.2rem;
  cursor: pointer;
  transition: all 0.2s ease;
}
.module-btn--sm {
  font-size: 0.875rem;
}
.module-btn--icon {
  padding: 0.25rem;
}
.module-btn--outline-primary {
  border: 1px solid #28283d;
  color: #28283d;
  background: transparent;
}
.module-btn--outline-primary:hover {
  background: rgba(40, 40, 61, 0.1);
}
.module-btn--secondary {
  background: #e9ecef;
  border: 1px solid #dee2e6;
  color: #495057;
}
.module-btn--secondary:hover {
  background: #dee2e6;
}
.module-btn--danger {
  color: #E57373;
}
.module-btn--danger:hover {
  background: rgba(229, 115, 115, 0.1);
}
@media (max-width: 576px) {
  .module-btn {
    width: 100%;
    justify-content: center;
    padding: 0.5rem;
  }
  .module-btn i {
    font-size: 1.1em;
  }
}

.action-btn {
  background: none;
  border: none;
  padding: 0.25rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  transition: all 0.2s;
  position: relative;
}
.action-btn:hover {
  background: none;
}
.action-btn i {
  color: #6c757d;
  transition: color 0.2s;
}
.action-btn:hover i {
  color: #28283d;
}
.action-btn:hover::after {
  content: attr(title);
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  background: #28283d;
  color: #ffffff;
  padding: 0.5rem 0.75rem;
  border-radius: 0.2rem;
  font-size: 0.8125rem;
  font-weight: 500;
  white-space: nowrap;
  z-index: 10000;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  pointer-events: none;
  line-height: 1.4;
}
.action-btn:hover::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: #28283d;
  z-index: 10001;
  pointer-events: none;
}
.action-btn--danger i {
  color: #E57373;
}
.action-btn--danger:hover {
  background: rgba(229, 115, 115, 0.1);
}
.action-btn--danger:hover i {
  color: rgb(221.0120481928, 71.9879518072, 71.9879518072);
}
.action-btn--success i {
  color: #28a745;
}
.action-btn--success:hover {
  background: rgba(40, 167, 69, 0.1);
}
.action-btn--success:hover i {
  color: rgb(30.1449275362, 125.8550724638, 52);
}
.action-btn--primary i {
  color: #28283d;
}
.action-btn--primary:hover {
  background: rgba(40, 40, 61, 0.1);
}
.action-btn--primary:hover i {
  color: rgb(19.801980198, 19.801980198, 30.198019802);
}
.action-btn.view-btn i {
  color: #6c757d;
}
.action-btn.view-btn:hover {
  background: none;
}
.action-btn.view-btn:hover i {
  color: #17a2b8;
}
.action-btn.edit-btn i {
  color: #6c757d;
}
.action-btn.edit-btn:hover {
  background: none;
}
.action-btn.edit-btn:hover i {
  color: #28a745;
}
.action-btn.pdf-btn i {
  color: #6c757d;
}
.action-btn.pdf-btn:hover {
  background: none;
}
.action-btn.pdf-btn:hover i {
  color: #f9d84b;
}
.action-btn.email-btn i {
  color: #6c757d;
}
.action-btn.email-btn:hover {
  background: none;
}
.action-btn.email-btn:hover i {
  color: #17a2b8;
}
.action-btn.template-btn i {
  color: #6c757d;
}
.action-btn.template-btn:hover {
  background-color: rgba(103, 58, 183, 0.1);
}
.action-btn.template-btn:hover i {
  color: #673AB7;
}
.action-btn.delete-btn i {
  color: #6c757d;
}
.action-btn.delete-btn:hover {
  background: none;
}
.action-btn.delete-btn:hover i {
  color: #E57373;
}
.action-btn.receive-btn i {
  color: #6c757d;
}
.action-btn.receive-btn:hover {
  background-color: rgba(40, 167, 69, 0.1);
}
.action-btn.receive-btn:hover i {
  color: #28a745;
}
.action-btn.invoice-btn i {
  color: #6c757d;
}
.action-btn.invoice-btn:hover {
  background-color: rgba(40, 40, 61, 0.1);
}
.action-btn.invoice-btn:hover i {
  color: #28a745;
}
.action-btn.workorder-btn i {
  color: #6c757d;
}
.action-btn.workorder-btn:hover {
  background: none;
}
.action-btn.workorder-btn:hover i {
  color: #9575CD;
}

.table .action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  padding: 0;
  border: none;
  background: transparent;
  color: #6c757d;
  text-decoration: none;
  border-radius: 3px;
  transition: all 0.2s ease;
  flex-shrink: 0;
  position: relative;
}
.table .action-btn:hover {
  background: #f8f9fa;
  color: #28283d;
}
.table .action-btn:hover::after {
  content: attr(title);
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  background: #28283d;
  color: #ffffff;
  padding: 0.5rem 0.75rem;
  border-radius: 0.2rem;
  font-size: 0.8125rem;
  font-weight: 500;
  white-space: nowrap;
  z-index: 10000;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  pointer-events: none;
  line-height: 1.4;
}
.table .action-btn:hover::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: #28283d;
  z-index: 10001;
  pointer-events: none;
}

.action-button {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem;
  border-radius: 0.2rem;
  background: #ffffff;
  border: 1px solid #dee2e6;
  color: #495057;
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
}
.action-button i {
  color: #fe5416;
  font-size: 1.1em;
}
.action-button:hover {
  background: #f8f9fa;
  transform: translateY(-1px);
}
.action-button--form {
  height: 38px;
  gap: 8px;
  padding: 0 12px;
  background: #28283d;
  color: #fff;
  border: none;
  border-radius: 0.25rem;
  font-weight: 500;
}
.action-button--form:hover {
  background: rgb(29.900990099, 29.900990099, 45.599009901);
}
.action-button--icon-only {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.2s ease;
}
.action-button--icon-only i {
  font-size: 1.25rem;
  transition: all 0.2s ease;
}
.action-button--icon-only span {
  display: none;
}
.dashboard .action-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  padding: 1.5rem 1rem;
  background: linear-gradient(135deg, #ffffff, rgba(248, 249, 250, 0.3));
  border: 2px solid #dee2e6;
  border-radius: 0.25rem;
  text-decoration: none;
  color: #495057;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  position: relative;
  overflow: hidden;
}
.dashboard .action-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(40, 40, 61, 0.15), transparent);
  transition: left 0.6s ease;
}
.dashboard .action-button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #28283d, #fe5416);
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 0.25rem;
  z-index: -1;
}
.dashboard .action-button:hover {
  background: linear-gradient(135deg, rgba(40, 40, 61, 0.05), rgba(254, 84, 22, 0.03));
  border-color: #28283d;
  color: #28283d;
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 8px 24px rgba(40, 40, 61, 0.25);
}
.dashboard .action-button:hover::before {
  left: 100%;
}
.dashboard .action-button:hover::after {
  opacity: 0.1;
}
.dashboard .action-button i {
  font-size: 1.5rem;
  color: #28283d;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  position: relative;
  z-index: 1;
}
.dashboard .action-button span {
  font-size: 0.75rem;
  font-weight: 700;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.dashboard .action-button:hover i {
  transform: scale(1.2) rotate(10deg);
  color: #fe5416;
  filter: drop-shadow(0 2px 4px rgba(40, 40, 61, 0.3));
}
.dashboard .action-button:hover span {
  color: #28283d;
  transform: translateY(-2px);
}

.share-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  padding: 0.5rem;
  border-radius: 0.2rem;
  background: #ffffff;
  border: 1px solid #dee2e6;
  color: #495057;
  cursor: pointer;
  transition: all 0.2s ease;
}
.share-button i {
  font-size: 1.2em;
}
.share-button:hover {
  background: #f8f9fa;
  transform: translateY(-1px);
}
.share-button--whatsapp {
  color: #25D366;
  border-color: #25D366;
}
.share-button--whatsapp:hover {
  background: rgba(37, 211, 102, 0.1);
}
.share-button--email {
  color: #28283d;
  border-color: #28283d;
}
.share-button--email:hover {
  background: rgba(40, 40, 61, 0.1);
}

.share-icon-button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.25rem;
  width: 100%;
  padding: 0.5rem;
  background-color: #f8f9fa;
  border: 1px solid rgba(222, 226, 230, 0.1);
  border-radius: 0.2rem;
  color: #28283d;
  font-size: 0.875rem;
  font-weight: 500;
  transition: all 0.2s ease;
  cursor: pointer;
}
.share-icon-button i {
  font-size: 1.2em;
  color: #fe5416;
  transition: all 0.2s ease;
}
.share-icon-button:hover {
  background-color: rgba(254, 84, 22, 0.1);
  border-color: rgba(254, 84, 22, 0.2);
}
.share-icon-button:hover i {
  transform: scale(1.1);
}
.share-options--icons-only .share-icon-button {
  justify-content: center;
  padding: 0.5rem;
}
.share-options--icons-only .share-icon-button i {
  font-size: 1.5em;
  margin: 0;
}
.share-options--icons-only .share-icon-button span {
  display: none;
}
.share-icon-button.whatsapp i {
  color: #25D366;
}
.share-icon-button.email i {
  color: #4285F4;
}
.share-icon-button.teams i {
  color: #6264A7;
}
.share-icon-button.share i {
  color: #28283d;
}
.share-icon-button.copy i {
  color: #17a2b8;
}
.share-icon-button.pdf i {
  color: #FF0000;
}
.share-icon-button.vcard i {
  color: #28a745;
}
.share-icon-button.whatsapp:hover i {
  color: #25D366;
}
.share-icon-button.email:hover i {
  color: #4285F4;
}
.share-icon-button.teams:hover i {
  color: #6264A7;
}
.share-icon-button.share:hover i {
  color: #28283d;
}
.share-icon-button.copy:hover i {
  color: #17a2b8;
}
.share-icon-button.pdf:hover i {
  color: #FF0000;
}
.share-icon-button.vcard:hover i {
  color: #28a745;
}
.share-icon-button.copied {
  background-color: rgba(40, 167, 69, 0.1);
  border-color: rgba(40, 167, 69, 0.2);
}
.share-icon-button.copied i {
  color: #28a745;
  animation: pulse 0.5s ease-in-out;
}

.header-action-link {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 1rem;
  border-radius: 0.2rem;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.2s ease;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  min-width: 120px;
  max-width: 100%;
  justify-content: center;
}
.header-action-link i {
  font-size: 1.1em;
  opacity: 0.8;
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.2s ease;
}
.header-action-link:hover {
  color: #f9d84b !important;
  border-color: transparent;
}
.header-action-link:hover i {
  opacity: 1;
  color: #f9d84b;
}
.header-action-link--success {
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
}
.header-action-link--success i {
  opacity: 1;
  color: rgba(255, 255, 255, 0.8);
}
.header-action-link--success:hover {
  background: rgba(40, 167, 69, 0.8);
  color: #ffffff !important;
  border-color: transparent;
}
.header-action-link--success:hover i {
  color: #ffffff;
  opacity: 1;
}
.header-action-link--danger {
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
}
.header-action-link--danger i {
  opacity: 1;
  color: rgba(255, 255, 255, 0.8);
}
.header-action-link--danger:hover {
  background: rgba(229, 115, 115, 0.8);
  color: #ffffff !important;
  border-color: transparent;
}
.header-action-link--danger:hover i {
  color: #ffffff;
  opacity: 1;
}
.header-action-link--text {
  border: none;
  min-width: auto;
}
@media (max-width: 576px) {
  .header-action-link {
    min-width: auto;
    padding: 0.25rem;
    font-size: 0.875rem;
  }
}

.quick-action-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.2s ease;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  flex-shrink: 0;
}
.quick-action-btn i {
  font-size: 18px;
}
.quick-action-btn i.fi-sr-home, .quick-action-btn i.fi-sr-dashboard, .quick-action-btn i.fi-rr-dashboard {
  color: #4285F4;
}
.quick-action-btn i.fi-sr-user-add, .quick-action-btn i.fi-sr-users {
  color: #fe5416;
}
.quick-action-btn i.fi-sr-file-plus, .quick-action-btn i.fi-sr-clipboard-list, .quick-action-btn i.fi-sr-file-invoice {
  color: #B39DDB;
}
.quick-action-btn i.fi-sr-receipt {
  color: #f9d84b;
}
.quick-action-btn i.fi-sr-calendar-lines, .quick-action-btn i.fi-sr-calendar-day {
  color: #34A853;
}
.quick-action-btn i.fi-sr-users-alt, .quick-action-btn i.fi-sr-user-gear {
  color: #673AB7;
}
.quick-action-btn i.fi-sr-settings, .quick-action-btn i.fi-sr-building {
  color: #607D8B;
}
.quick-action-btn i.fi-sr-boxes, .quick-action-btn i.fi-rr-boxes {
  color: #FF5722;
}
.quick-action-btn i.fi-sr-warehouse, .quick-action-btn i.fi-rr-warehouse, .quick-action-btn i.fi-rr-building {
  color: #795548;
}
.quick-action-btn i.fi-sr-crown {
  color: #f9d84b;
}
.quick-action-btn i.fi-sr-chart-pie-alt {
  color: #B39DDB;
}
.quick-action-btn i.fi-sr-file-chart-line {
  color: #f9d84b;
}
.quick-action-btn i.fi-sr-time-check {
  color: #34A853;
}
.quick-action-btn .action-tooltip {
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(40, 40, 61, 0.95);
  color: #ffffff;
  padding: 0.25rem 0.5rem;
  border-radius: 0.2rem;
  font-size: 0.75rem;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  z-index: 1000;
}
.quick-action-btn .action-tooltip::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid rgba(40, 40, 61, 0.95);
}
.quick-action-btn:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.1);
}
.quick-action-btn:hover .action-tooltip {
  opacity: 1;
  visibility: visible;
  bottom: -40px;
}
.quick-action-btn.admin-action, .quick-action-btn.company-action, .quick-action-btn.office-action, .quick-action-btn.field-action {
  background: transparent;
  box-shadow: none;
}
.quick-action-btn.admin-action:hover, .quick-action-btn.company-action:hover, .quick-action-btn.office-action:hover, .quick-action-btn.field-action:hover {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}
.quick-action-btn.employee-action {
  border-color: rgba(206, 212, 218, 0.2);
}
.quick-action-btn.employee-action i {
  color: #673AB7 !important;
}
.quick-action-btn.employee-action:hover {
  background: rgba(103, 58, 183, 0.2);
  transform: translateY(-2px);
}
.quick-action-btn.planning-action {
  border-color: rgba(206, 212, 218, 0.2);
}
.quick-action-btn.planning-action i {
  color: #34A853 !important;
}
.quick-action-btn.planning-action:hover {
  background: rgba(52, 168, 83, 0.2);
  transform: translateY(-2px);
}
.quick-action-btn.customer-action {
  border-color: rgba(206, 212, 218, 0.2);
}
.quick-action-btn.customer-action i {
  color: #fe5416 !important;
}
.quick-action-btn.customer-action:hover {
  background: rgba(254, 84, 22, 0.2);
  transform: translateY(-2px);
}
.quick-action-btn.workorder-action {
  border-color: rgba(206, 212, 218, 0.2);
}
.quick-action-btn.workorder-action i {
  color: #B39DDB !important;
}
.quick-action-btn.workorder-action:hover {
  background: rgba(179, 157, 219, 0.2);
  transform: translateY(-2px);
}
.quick-action-btn.quotes-action {
  border-color: rgba(206, 212, 218, 0.2);
}
.quick-action-btn.quotes-action i {
  color: #006064 !important;
}
.quick-action-btn.quotes-action:hover {
  background: rgba(0, 96, 100, 0.2);
  transform: translateY(-2px);
}
.quick-action-btn.invoices-action {
  border-color: rgba(206, 212, 218, 0.2);
}
.quick-action-btn.invoices-action i {
  color: #4b88f9 !important;
}
.quick-action-btn.invoices-action:hover {
  background: rgba(75, 136, 249, 0.2);
  transform: translateY(-2px);
}
.quick-action-btn.materials-action {
  border-color: rgba(206, 212, 218, 0.2);
}
.quick-action-btn.materials-action i {
  color: #FF5722 !important;
}
.quick-action-btn.materials-action:hover {
  background: rgba(255, 87, 34, 0.2);
  transform: translateY(-2px);
}
.quick-action-btn.profile-action {
  border-color: rgba(206, 212, 218, 0.2);
}
.quick-action-btn.profile-action i {
  color: #4285F4 !important;
}
.quick-action-btn.profile-action:hover {
  background: rgba(66, 133, 244, 0.2);
  transform: translateY(-2px);
}
.quick-action-btn.settings-action {
  border-color: rgba(206, 212, 218, 0.2);
}
.quick-action-btn.settings-action i {
  color: #607D8B !important;
}
.quick-action-btn.settings-action:hover {
  background: rgba(96, 125, 139, 0.2);
  transform: translateY(-2px);
}
.quick-action-btn.hours-action {
  border-color: rgba(206, 212, 218, 0.2);
}
.quick-action-btn.hours-action i {
  color: #607D8B !important;
}
.quick-action-btn.hours-action:hover {
  background: rgba(96, 125, 139, 0.2);
  transform: translateY(-2px);
}
@media (max-width: 576px) {
  .quick-action-btn .action-tooltip {
    display: none;
  }
}

.preview-action-btn {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 0.5rem;
  border-radius: 0.5rem;
  background-color: rgba(248, 249, 250, 0.7);
  color: #28283d;
  text-decoration: none;
  font-size: 0.9rem;
  transition: all 0.2s ease;
  border: 1px solid #dee2e6;
  font-weight: 500;
}
.preview-action-btn i {
  font-size: 1.1rem;
  color: #fe5416;
}
.preview-action-btn:hover {
  background-color: #f8f9fa;
  transform: translateY(-1px);
}
.preview-action-btn--column {
  flex-direction: column;
  padding: 0.5rem;
  background: rgba(222, 226, 230, 0.3);
  border-radius: 0.2rem;
  text-decoration: none;
  color: #28283d;
}
.preview-action-btn--column i {
  font-size: 1.2rem;
  margin-bottom: 4px;
  color: #fe5416;
}
.preview-action-btn--column:hover {
  background: rgba(222, 226, 230, 0.5);
}

.account-type-button {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  background: #ffffff;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: left;
  width: 100%;
}
.account-type-button:hover {
  border-color: #28283d;
  background: rgba(40, 40, 61, 0.05);
}
.account-type-button.active {
  border-color: #28283d;
  background: rgba(40, 40, 61, 0.1);
}
.account-type-button .account-type-icon {
  width: 48px;
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(40, 40, 61, 0.1);
  border-radius: 0.25rem;
  flex-shrink: 0;
}
.account-type-button .account-type-icon i {
  font-size: 24px;
  color: #28283d;
}
.account-type-button .account-type-info h4 {
  margin: 0;
  font-size: 1rem;
  color: #28283d;
}
.account-type-button .account-type-info p {
  margin: 0.25rem 0 0;
  font-size: 0.875rem;
  color: #6c757d;
}

.source-button {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.2rem;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 0.875rem;
}
.source-button i {
  color: #f9d84b;
  font-size: 1em;
}
.source-button:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.3);
}
.source-button:hover i {
  color: rgb(250.6451612903, 226.6935483871, 124.3548387097);
}
.source-button.active {
  background: #ffffff;
  border-color: #ffffff;
  color: #28283d;
}
.source-button.active i {
  color: #f9d84b;
}

.module-number-type-button {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.5rem;
  border: 1px solid #dee2e6;
  border-radius: 0.2rem;
  background: #ffffff;
  cursor: pointer;
  transition: all 0.2s ease;
}
.module-number-type-button:hover {
  background: #f8f9fa;
  border-color: #28283d;
}

.type-button[data-type=low_priority]:hover, .type-button[data-type=low_priority].active {
  background-color: rgba(40, 167, 69, 0.15);
  border-color: rgba(40, 167, 69, 0.3);
}
.type-button[data-type=medium_priority]:hover, .type-button[data-type=medium_priority].active {
  background-color: rgba(229, 115, 115, 0.15);
  border-color: rgba(229, 115, 115, 0.3);
}
.type-button[data-type=high_priority]:hover, .type-button[data-type=high_priority].active {
  background-color: rgba(229, 115, 115, 0.15);
  border-color: rgba(229, 115, 115, 0.3);
}

.search-button {
  background: none;
  border: none;
  color: #fe5416;
  cursor: pointer;
  padding: 0;
  transition: color 0.2s ease;
}
.search-button:hover {
  color: rgb(224.0384615385, 60.5769230769, 0.9615384615);
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
body.dark-mode .role-quick-actions .quick-action-btn .action-tooltip {
  background: rgba(0, 0, 0, 0.9);
}
body.dark-mode .role-quick-actions .quick-action-btn .action-tooltip::before {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

/* Centrale card styling voor de hele applicatie */
.card-group {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
}

.icon-accent {
  color: inherit;
}

.icon-accent--dashboard,
[data-icon-accent=dashboard] {
  color: #1976D2 !important;
}

.icon-accent--planning,
[data-icon-accent=planning] {
  color: #2E7D32 !important;
}

.icon-accent--employees,
[data-icon-accent=employees] {
  color: #6A1B9A !important;
}

.icon-accent--medewerkers,
[data-icon-accent=medewerkers] {
  color: #6A1B9A !important;
}

.icon-accent--settings,
[data-icon-accent=settings] {
  color: #455A64 !important;
}

.icon-accent--instellingen,
[data-icon-accent=instellingen] {
  color: #455A64 !important;
}

.icon-accent--customers,
[data-icon-accent=customers] {
  color: #fe5416 !important;
}

.icon-accent--klanten,
[data-icon-accent=klanten] {
  color: #fe5416 !important;
}

.icon-accent--workorders,
[data-icon-accent=workorders] {
  color: #9575CD !important;
}

.icon-accent--werkbonnen,
[data-icon-accent=werkbonnen] {
  color: #9575CD !important;
}

.icon-accent--invoices,
[data-icon-accent=invoices] {
  color: #4b88f9 !important;
}

.icon-accent--facturen,
[data-icon-accent=facturen] {
  color: #4b88f9 !important;
}

.icon-accent--picklists,
[data-icon-accent=picklists] {
  color: #f97316 !important;
}

.icon-accent--paklijsten,
[data-icon-accent=paklijsten] {
  color: #f97316 !important;
}

.icon-accent--profile,
[data-icon-accent=profile] {
  color: #1976D2 !important;
}

.icon-accent--subscription,
[data-icon-accent=subscription] {
  color: #f9d84b !important;
}

.icon-accent--finance-color,
[data-icon-accent=finance-color] {
  color: #4b88f9 !important;
}

.icon-accent--timeregistration,
[data-icon-accent=timeregistration] {
  color: #004D40 !important;
}

.icon-accent--urenregistratie,
[data-icon-accent=urenregistratie] {
  color: #004D40 !important;
}

.icon-accent--customerportal,
[data-icon-accent=customerportal] {
  color: #D32F2F !important;
}

.icon-accent--klantportaal,
[data-icon-accent=klantportaal] {
  color: #D32F2F !important;
}

.icon-accent--routeplanning,
[data-icon-accent=routeplanning] {
  color: #F57F17 !important;
}

.icon-accent--materialmanagement,
[data-icon-accent=materialmanagement] {
  color: #BF360C !important;
}

.icon-accent--materialenbeheer,
[data-icon-accent=materialenbeheer] {
  color: #BF360C !important;
}

.icon-accent--reminders,
[data-icon-accent=reminders] {
  color: #0277BD !important;
}

.icon-accent--herinneringen,
[data-icon-accent=herinneringen] {
  color: #0277BD !important;
}

.icon-accent--quotesystem,
[data-icon-accent=quotesystem] {
  color: #006064 !important;
}

.icon-accent--offertesysteem,
[data-icon-accent=offertesysteem] {
  color: #006064 !important;
}

.icon-accent--realtime-tracking,
[data-icon-accent=realtime-tracking] {
  color: #9E9D24 !important;
}

.icon-accent--fleet-management,
[data-icon-accent=fleet-management] {
  color: #FF7F50 !important;
}

.icon-accent--service,
[data-icon-accent=service] {
  color: #8cbb35 !important;
}

.icon-accent--theme-editor,
[data-icon-accent=theme-editor] {
  color: #AD1457 !important;
}

.icon-accent--thema-editor,
[data-icon-accent=thema-editor] {
  color: #AD1457 !important;
}

.icon-accent--security-audit,
[data-icon-accent=security-audit] {
  color: #283593 !important;
}

.icon-accent--beveiligingsaudit,
[data-icon-accent=beveiligingsaudit] {
  color: #283593 !important;
}

.icon-accent--api-webhooks,
[data-icon-accent=api-webhooks] {
  color: #4527A0 !important;
}

.icon-accent--api-integratie,
[data-icon-accent=api-integratie] {
  color: #4527A0 !important;
}

.icon-accent--reports-bi,
[data-icon-accent=reports-bi] {
  color: #4E342E !important;
}

.icon-accent--rapportages,
[data-icon-accent=rapportages] {
  color: #4E342E !important;
}

.icon-accent--accounting-integration,
[data-icon-accent=accounting-integration] {
  color: #37474F !important;
}

.icon-accent--boekhouding-integratie,
[data-icon-accent=boekhouding-integratie] {
  color: #37474F !important;
}

.icon-accent--primary,
[data-icon-accent=primary] {
  color: #fe5416 !important;
}

.icon-accent--secondary,
[data-icon-accent=secondary] {
  color: #B39DDB !important;
}

.icon-accent--info,
[data-icon-accent=info] {
  color: #17a2b8 !important;
}

.icon-accent--success,
[data-icon-accent=success] {
  color: #28a745 !important;
}

.icon-accent--warning,
[data-icon-accent=warning] {
  color: #f9d84b !important;
}

.icon-accent--danger,
[data-icon-accent=danger] {
  color: #E57373 !important;
}

.icon-accent--neutral,
[data-icon-accent=neutral] {
  color: #6c757d !important;
}

.card-deck {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 1rem;
    margin-bottom: 0;
    margin-left: 1rem;
  }
}

@media (min-width: 768px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.5rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.card {
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  margin-bottom: 1rem;
  position: relative;
  display: flex;
  background: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  flex-direction: column;
}
.card.stat-card {
  overflow: hidden;
  background: linear-gradient(135deg, #ffffff 0%, rgba(248, 249, 250, 0.5) 100%);
}
.card.stat-card--good {
  border-left: 3px solid #28a745;
}
.card.stat-card--good .stat-card__accent {
  background: radial-gradient(circle, rgba(40, 167, 69, 0.1) 0%, transparent 70%);
}
.card.stat-card--warning {
  border-left: 3px solid #E57373;
}
.card.stat-card--warning .stat-card__accent {
  background: radial-gradient(circle, rgba(229, 115, 115, 0.1) 0%, transparent 70%);
}
.card.stat-card--danger {
  border-left: 3px solid #E57373;
}
.card.stat-card--danger .stat-card__accent {
  background: radial-gradient(circle, rgba(229, 115, 115, 0.1) 0%, transparent 70%);
}
.card.stat-card--empty {
  background: linear-gradient(135deg, rgba(248, 249, 250, 0.5) 0%, rgba(248, 249, 250, 0.3) 100%);
  opacity: 0.85;
}
.card.stat-card--empty .stat-card__accent {
  background: radial-gradient(circle, rgba(206, 212, 218, 0.05) 0%, transparent 70%);
}
.card.stat-card--empty::after {
  opacity: 0.3;
}
.card.stat-card .stat-card__accent {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, rgba(23, 162, 184, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}
.card.stat-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(23, 162, 184, 0.03) 1px, transparent 0);
  background-size: 20px 20px;
  pointer-events: none;
  z-index: 0;
  opacity: 0.5;
}
.card.stat-card .card-header,
.card.stat-card .card-content {
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .card {
    margin-bottom: 0.5rem;
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .card {
    margin-bottom: 0.25rem;
    width: 100%;
    max-width: 100%;
  }
}
.card.current-plan {
  border: 2px solid #28a745;
  box-shadow: 0 0.25rem 0.75rem rgba(40, 167, 69, 0.15);
}
.card:hover, .card.hover {
  transform: translateY(-5px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.card:hover.stat-card .stat-card__accent, .card.hover.stat-card .stat-card__accent {
  transform: scale(1.2);
  transition: transform 0.5s ease;
}
.card:hover.stat-card::after, .card.hover.stat-card::after {
  opacity: 0.7;
}
.card:hover .stat-icon-badge, .card.hover .stat-icon-badge {
  transform: scale(1.05);
  background: rgba(23, 162, 184, 0.12);
  border-color: rgba(23, 162, 184, 0.25);
  box-shadow: 0 4px 12px rgba(23, 162, 184, 0.2);
}
.card:hover .stat-icon-badge::before, .card.hover .stat-icon-badge::before {
  opacity: 1;
}
.card:hover .stat-icon-badge::after, .card.hover .stat-icon-badge::after {
  opacity: 1;
  transform: rotate(45deg) translate(100%, 100%);
}
.card .card-header {
  padding: 1rem 1.5rem;
  background-color: #28283d;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 2px solid #fe5416;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
}
.card .card-header h2 {
  font-size: 1.1rem;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #ffffff;
  font-weight: 600;
}
.card .card-header h2.card-title {
  margin-bottom: 0;
}
.card .card-header h2 i.card-title-icon {
  margin-right: 0.5rem;
}
.card .card-header h2 i {
  color: #fe5416;
  font-size: 1rem;
}
.card .card-header__left {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.card .card-header__right {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.card .card-header__right .header-action-link {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: #ffffff;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  transition: color 0.2s ease;
}
.card .card-header__right .header-action-link:hover {
  color: #f9d84b;
  text-decoration: none;
}
.card .card-header__right .header-action-link i {
  font-size: 0.75rem;
  transition: transform 0.2s ease;
}
.card .card-header__right .header-action-link:hover i {
  transform: translateX(2px);
}
.card .card-header__right .header-action-link--text {
  padding: 0.125rem 0.25rem;
  border-radius: 0.2rem;
}
.card .card-header__right .header-action-link--text:hover {
  background: rgba(255, 255, 255, 0.1);
}
.card .card-header__right .quote-item-actions {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: nowrap;
}
.card .card-header__right .quote-item-actions .header-action-link {
  flex-shrink: 0;
  width: auto;
  max-width: none;
}
@media (max-width: 1024px) {
  .card .card-header {
    padding: 0.5rem 1rem;
  }
}
@media (max-width: 834px) {
  .card .card-header {
    padding: 0.5rem 1rem;
  }
}
@media (max-width: 768px) {
  .card .card-header {
    padding: 0.5rem 1rem;
  }
}
@media (max-width: 600px) {
  .card .card-header {
    padding: 0.5rem 1rem;
  }
}
@media (max-width: 480px) {
  .card .card-header {
    padding: 0.5rem 1rem;
  }
}
@media (max-width: 414px) {
  .card .card-header {
    padding: 0.25rem 0.5rem;
  }
}
@media (max-width: 375px) {
  .card .card-header {
    padding: 0.25rem 0.5rem;
  }
}
@media (max-width: 320px) {
  .card .card-header {
    padding: 0.25rem 0.5rem;
  }
}
.card--light {
  background-color: #f8f9fa !important;
  border-bottom: 1px solid #dee2e6;
}
.card--light h2 {
  color: #343a40;
}
@media (max-width: 576px) {
  .card--mobile-optimized .card-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
    padding: 0.5rem;
  }
  .card--mobile-optimized .card-header h2 {
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
  }
  .card--mobile-optimized .card-header__right {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .card--mobile-optimized .card-content {
    padding: 0.5rem;
  }
  .card--mobile-optimized .card-content .form-group {
    margin-bottom: 0.5rem;
  }
  .card--mobile-optimized .card-content .btn {
    width: 100%;
    margin-bottom: 0.25rem;
  }
}
@media (max-width: 576px) {
  .card--compact .card-header {
    padding: 0.5rem;
  }
  .card--compact .card-header h2 {
    font-size: 0.875rem;
    font-weight: 500;
  }
  .card--compact .card-content {
    padding: 0.5rem;
    font-size: 0.75rem;
  }
}
@media (max-width: 576px) {
  .card--horizontal-mobile {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0.5rem;
  }
  .card--horizontal-mobile .card-header {
    flex: 1;
    border-bottom: none;
    padding: 0;
    margin-right: 0.5rem;
  }
  .card--horizontal-mobile .card-content {
    flex: 2;
    padding: 0;
    border-radius: 0;
  }
}
.card .card-content {
  flex: 1;
  min-width: 0;
  overflow: visible;
  padding: 1.5rem;
}
.card .card-content:has(.chart-container) {
  padding: 1rem;
}
@media (max-width: 768px) {
  .card .card-content {
    padding: 0.5rem;
  }
}
@media (max-width: 576px) {
  .card .card-content {
    padding: 0.25rem;
  }
}
.card .card-content .stat-content-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.card .card-content .stat-icon-badge {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  min-width: 64px;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4E342E;
  background: rgba(78, 52, 46, 0.08);
  border: 2px solid rgba(78, 52, 46, 0.15);
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(78, 52, 46, 0.1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}
.card .card-content .stat-icon-badge::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, transparent 0%, rgba(255, 255, 255, 0.4) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.card .card-content .stat-icon-badge::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.3) 50%, transparent 70%);
  transform: rotate(45deg);
  transition: transform 0.6s ease;
  opacity: 0;
}
.card .card-content .stat-icon-badge i {
  font-size: 1.75rem;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 1px 2px rgba(23, 162, 184, 0.2));
}
@media (max-width: 576px) {
  .card .card-content .stat-icon-badge {
    width: 56px;
    height: 56px;
    min-width: 56px;
  }
  .card .card-content .stat-icon-badge i {
    font-size: 1.5rem;
  }
}
.card .card-content .stat-main-content {
  flex: 1;
  min-width: 0;
  position: relative;
  z-index: 1;
}
.card .card-content .stat-value-wrapper {
  position: relative;
  margin-bottom: 0.25rem;
}
.card .card-content .stat-value {
  font-size: 2.5rem;
  font-weight: 700;
  color: #28283d;
  margin: 0;
  line-height: 1.2;
  letter-spacing: -0.02em;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}
.card .card-content .stat-value--empty {
  opacity: 0.5;
}
.card .card-content .stat-value--empty .stat-value-text {
  font-size: 1.5rem;
  color: #ced4da;
}
.card .card-content .stat-value .stat-value-text {
  position: relative;
  color: inherit;
}
.card .card-content .stat-value .stat-value-empty-icon {
  display: inline-flex;
  align-items: center;
  color: #ced4da;
  font-size: 1.2rem;
  opacity: 0.6;
}
@media (max-width: 768px) {
  .card .card-content .stat-value {
    font-size: 2rem;
  }
  .card .card-content .stat-value--empty .stat-value-text {
    font-size: 1.25rem;
  }
}
@media (max-width: 576px) {
  .card .card-content .stat-value {
    font-size: 1.75rem;
  }
  .card .card-content .stat-value--empty .stat-value-text {
    font-size: 1rem;
  }
}
.card .card-content .stat-trend {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  font-size: 0.75rem;
  font-weight: 700;
  transition: all 0.3s ease;
}
.card .card-content .stat-trend--up {
  background: rgba(40, 167, 69, 0.15);
  color: #28a745;
}
.card .card-content .stat-trend--up i {
  transform: translateY(-1px);
}
.card .card-content .stat-trend--down {
  background: rgba(229, 115, 115, 0.15);
  color: #E57373;
}
.card .card-content .stat-trend--down i {
  transform: translateY(1px);
}
.card .card-content .stat-trend i {
  font-size: 0.7rem;
  transition: transform 0.3s ease;
}
.card .card-content .stat-label {
  font-size: 1rem;
  font-weight: 600;
  color: #28283d;
  margin: 0 0 1rem 0;
  position: relative;
  padding: 0.25rem 0.5rem 0.25rem calc(0.5rem + 8px);
  background: linear-gradient(135deg, rgba(23, 162, 184, 0.08) 0%, rgba(23, 162, 184, 0.04) 100%);
  border-radius: 0.2rem;
  border-left: 3px solid #17a2b8;
  display: inline-block;
  transition: all 0.3s ease;
}
.card .card-content .stat-label::before {
  display: none;
}
.card .card-content .stat-label:hover {
  background: linear-gradient(135deg, rgba(23, 162, 184, 0.05) 0%, rgba(23, 162, 184, 0.3) 100%);
  transform: translateX(2px);
}
@media (max-width: 576px) {
  .card .card-content .stat-label {
    font-size: 0.875rem;
    padding: 0.125rem 0.25rem 0.125rem calc(0.25rem + 6px);
  }
}
.card .card-content .stat-percentage-wrapper {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.card .card-content .stat-percentage-bar {
  flex: 1;
  height: 6px;
  background: #e9ecef;
  border-radius: 50rem;
  overflow: hidden;
  position: relative;
}
.card .card-content .stat-percentage-fill {
  height: 100%;
  background: linear-gradient(90deg, #fe5416 0%, #28a745 100%);
  border-radius: 50rem;
  transition: width 0.6s ease;
}
.card .card-content .stat-percentage {
  font-size: 0.875rem;
  font-weight: 700;
  color: #28a745;
  white-space: nowrap;
  min-width: 45px;
  text-align: right;
}
.card .card-content .stat-sub-info {
  font-size: 0.875rem;
  color: #495057;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 2px solid rgba(23, 162, 184, 0.15);
  line-height: 1.6;
  position: relative;
  font-weight: 500;
}
.card .card-content .stat-sub-info::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, #4285F4 0%, transparent 100%);
}
.card .card-content .stat-sub-info--empty {
  border-top-color: rgba(222, 226, 230, 0.5);
}
.card .card-content .stat-sub-info--empty .stat-empty-indicator {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: linear-gradient(135deg, rgba(233, 236, 239, 0.9) 0%, rgba(248, 249, 250, 0.7) 100%);
  border-radius: 0.25rem;
  color: #6c757d;
  font-style: italic;
  border: 1px solid rgba(222, 226, 230, 0.5);
  box-shadow: 0 2px 4px rgba(222, 226, 230, 0.2);
}
.card .card-content .stat-sub-info--empty .stat-empty-indicator i {
  font-size: 1rem;
  opacity: 0.8;
  color: #adb5bd;
}
.card .card-content .stat-sub-info span {
  display: inline-flex;
  align-items: center;
  margin-right: 0.5rem;
  margin-bottom: 0.25rem;
  padding: calc(0.125rem + 2px) 0.5rem;
  background: linear-gradient(135deg, rgba(78, 52, 46, 0.12) 0%, rgba(78, 52, 46, 0.06) 100%);
  border-radius: 0.2rem;
  border: 1px solid rgba(78, 52, 46, 0.2);
  color: #28283d;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
  box-shadow: 0 1px 3px rgba(78, 52, 46, 0.1);
}
.card .card-content .stat-sub-info span::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 0.2rem;
  background: linear-gradient(135deg, rgba(78, 52, 46, 0.2), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}
.card .card-content .stat-sub-info span:hover {
  background: linear-gradient(135deg, rgba(78, 52, 46, 0.18) 0%, rgba(78, 52, 46, 0.1) 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(78, 52, 46, 0.2);
  border-color: rgba(78, 52, 46, 0.3);
}
.card .card-content .stat-sub-info span:hover::before {
  opacity: 1;
}
.card .card-content .stat-sub-info span:not(:last-child)::after {
  content: "";
  margin-left: 0;
}
.card .card-content .stat-distribution-list {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.card .card-content .stat-distribution-item {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}
.card .card-content .stat-distribution-header {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.75rem;
}
.card .card-content .stat-distribution-color {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  flex-shrink: 0;
  display: inline-block;
}
.card .card-content .stat-distribution-label {
  flex: 1;
  color: #495057;
  font-weight: 500;
  text-transform: capitalize;
}
.card .card-content .stat-distribution-count {
  color: #28283d;
  font-weight: 700;
  font-size: 0.875rem;
}
.card .card-content .stat-distribution-bar {
  height: 8px;
  background: #e9ecef;
  border-radius: 50rem;
  overflow: hidden;
  position: relative;
}
.card .card-content .stat-distribution-fill {
  height: 100%;
  border-radius: 50rem;
  transition: width 0.6s ease;
  opacity: 0.8;
}
.card .card-content .stat-distribution-fill:hover {
  opacity: 1;
}
.card .card-content .stat-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(222, 226, 230, 0.3);
}
.card .card-content .stat-item:last-child {
  border-bottom: none;
}
.card .card-content .stat-item .stat-label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #6c757d;
  margin: 0;
}
.card .card-content .stat-item .stat-value {
  font-size: 1rem;
  font-weight: 700;
  color: #28283d;
  margin: 0;
}
.card .card-content .chart-container {
  width: 100%;
  min-height: 200px;
  position: relative;
}
.card .card-content .chart-container canvas {
  max-width: 100%;
  height: auto !important;
}
.card .card-content .info-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.card .card-content .info-list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem;
  border-radius: 0.2rem;
  transition: all 0.2s ease;
}
.card .card-content .info-list li:hover {
  background: rgba(248, 249, 250, 0.5);
}
.card .card-content .info-list li .info-item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(254, 84, 22, 0.15), rgba(254, 84, 22, 0.15));
  color: #fe5416;
  flex-shrink: 0;
}
.card .card-content .info-list li .info-item-icon i {
  font-size: 0.875rem;
}
.card .card-content .info-list li .info-item-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  min-width: 0;
  gap: 0.25rem;
}
.card .card-content .info-list li .info-item-content a {
  color: #28283d;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}
.card .card-content .info-list li .info-item-content a:hover {
  color: #fe5416;
  text-decoration: underline;
}
.card .card-content .info-list li .info-item-content span {
  color: #495057;
}
.card .card-content .info-list li .info-item-content .info-item-meta {
  font-size: 0.75rem;
  color: #adb5bd;
  white-space: nowrap;
}
.card .card-content .plan-price,
.card .card-content .module-price {
  margin-bottom: 1rem;
}
.card .card-content .plan-price .price,
.card .card-content .module-price .price {
  font-size: 1.5rem;
  font-weight: 700;
  color: #28283d;
  display: inline-block;
}
.card .card-content .plan-price .period,
.card .card-content .module-price .period {
  font-size: 0.875rem;
  color: #6c757d;
  margin-left: 0.25rem;
}
.card .card-content .plan-description,
.card .card-content .module-description {
  margin-bottom: 1rem;
  font-size: 1rem;
  color: #495057;
  line-height: 1.5;
}
.card .card-content .plan-info {
  margin-bottom: 1rem;
}
.card .card-content .plan-info .info-item {
  display: flex;
  align-items: center;
  margin-bottom: 0.25rem;
  font-size: 1rem;
}
.card .card-content .plan-info .info-item i {
  width: 20px;
  margin-right: 0.5rem;
}
.card .card-content .plan-info .info-item i.fi-rr-user {
  color: #fe5416;
}
.card .card-content .plan-info .info-item i.fi-rr-badge-percent {
  color: #4285F4;
}
.card .card-content .plan-features h4,
.card .card-content .module-features h4 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #343a40;
  position: relative;
}
.card .card-content .plan-features h4::after,
.card .card-content .module-features h4::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: #28283d;
  margin-top: 0.25rem;
}
.card .card-content .plan-features ul,
.card .card-content .module-features ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.card .card-content .plan-features ul li,
.card .card-content .module-features ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  color: #495057;
}
.card .card-content .plan-features ul li i,
.card .card-content .module-features ul li i {
  color: #28a745;
  margin-right: 0.5rem;
  margin-top: 3px;
  font-size: 0.875rem;
}
.card .card-footer {
  padding: 0.5rem 1rem;
}
.card .card-footer .btn {
  transition: all 0.3s ease;
}
.card .card-footer .btn i {
  margin-right: 0.25rem;
}
.card .card-footer .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
}

.card-footer {
  background-color: #28283d;
  border-top: 1px solid #dee2e6;
  padding: 1rem 1.5rem;
  border-radius: 0 0 0.25rem 0.25rem;
}
.card-footer .card-footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 992px) {
  .card-footer .card-footer-grid {
    grid-template-columns: 2fr 1fr;
    align-items: center;
  }
}
.card-footer .card-footer-section h3 {
  font-size: 1rem;
  margin: 0 0 0.5rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.card-footer .card-footer-section h3 i {
  color: #fe5416;
}
@media (min-width: 992px) {
  .card-footer .card-footer-section {
    display: flex;
    align-items: center;
  }
  .card-footer .card-footer-section h3 {
    margin: 0 1rem 0 0;
    white-space: nowrap;
  }
  .card-footer .card-footer-section form, .card-footer .card-footer-section .bulk-actions {
    flex: 1;
  }
}
.card-footer__left {
  flex: 1;
}
.card-footer__right {
  display: flex;
  justify-content: flex-end;
}
.card-footer .bulk-actions__status-options,
.card-footer .bulk-actions__user-options {
  transition: all 0.3s ease;
}
.card-footer .bulk-actions__status-options:not([style*="display: none"]),
.card-footer .bulk-actions__user-options:not([style*="display: none"]) {
  animation: fadeIn 0.3s ease;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.contact-options .contact-message {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
  padding: 1rem;
  background-color: rgba(23, 162, 184, 0.1);
  border-radius: 0.25rem;
  border-left: 3px solid #17a2b8;
}
.contact-options .contact-message i {
  font-size: 20px;
  color: #17a2b8;
  margin-right: 1rem;
  margin-top: 2px;
}
.contact-options .contact-message p {
  margin: 0;
  color: #495057;
  line-height: 1.5;
}
.contact-options .contact-buttons {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}
.contact-options .contact-buttons .btn {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-options .contact-buttons .btn i {
  margin-right: 0.5rem;
}
.contact-options .contact-buttons .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(173, 181, 189, 0.15);
}

body.dark-mode .card {
  background-color: #28283d;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.2);
}
body.dark-mode .card .card-header {
  background-color: rgb(46.0594059406, 46.0594059406, 70.2405940594);
  border-bottom-color: rgb(50.099009901, 50.099009901, 76.400990099);
  color: #ffffff;
}
body.dark-mode .card .card-header__right .header-action-link {
  color: #dee2e6;
}
body.dark-mode .card .card-header__right .header-action-link:hover {
  color: #f9d84b;
}
body.dark-mode .card .card-header__right .header-action-link.header-action-link--text:hover {
  background: rgba(255, 255, 255, 0.1);
}
body.dark-mode .card .card-content .empty-state i {
  color: #6c757d;
}
body.dark-mode .card .card-content .empty-state p {
  color: #adb5bd;
}
body.dark-mode .card .card-footer {
  background-color: rgb(46.0594059406, 46.0594059406, 70.2405940594);
  border-top-color: rgb(50.099009901, 50.099009901, 76.400990099);
  color: #ced4da;
}
body.dark-mode .card .card-subtitle {
  color: #ced4da;
}
body.dark-mode .card .card-content .plan-price .price,
body.dark-mode .card .card-content .module-price .price {
  color: #f9d84b;
}
body.dark-mode .card .card-content .plan-description,
body.dark-mode .card .card-content .module-description,
body.dark-mode .card .card-content .plan-info .info-item,
body.dark-mode .card .card-content .plan-features ul li,
body.dark-mode .card .card-content .module-features ul li {
  color: #dee2e6;
}
body.dark-mode .card .card-content .plan-features h4,
body.dark-mode .card .card-content .module-features h4 {
  color: #ffffff;
}
body.dark-mode .card .card-content .plan-features h4::after,
body.dark-mode .card .card-content .module-features h4::after {
  background: #f9d84b;
}
body.dark-mode .card .card-content .stat-card {
  background: linear-gradient(135deg, rgb(50.099009901, 50.099009901, 76.400990099) 0%, rgba(60.198019802, 60.198019802, 91.801980198, 0.5) 100%);
}
body.dark-mode .card .card-content .stat-card .stat-card__accent {
  background: radial-gradient(circle, rgba(23, 162, 184, 0.12) 0%, transparent 70%);
}
body.dark-mode .card .card-content .stat-card::after {
  background-image: radial-gradient(circle at 1px 1px, rgba(78, 52, 46, 0.05) 1px, transparent 0);
}
body.dark-mode .card .card-content .stat-content-wrapper::before {
  background: linear-gradient(180deg, transparent 0%, rgba(23, 162, 184, 0.15) 20%, rgba(23, 162, 184, 0.15) 80%, transparent 100%);
}
body.dark-mode .card .card-content .stat-content-wrapper .stat-icon-badge {
  background: rgba(23, 162, 184, 0.15);
  border-color: rgba(23, 162, 184, 0.3);
  color: #17a2b8;
  box-shadow: 0 2px 8px rgba(23, 162, 184, 0.15);
}
body.dark-mode .card .card-content .stat-content-wrapper .stat-icon-badge::before {
  background: linear-gradient(135deg, transparent 0%, rgba(50.099009901, 50.099009901, 76.400990099, 0.3) 100%);
}
body.dark-mode .card .card-content .stat-value {
  color: #ffffff;
}
body.dark-mode .card .card-content .stat-value .stat-value-text {
  color: #ffffff;
}
body.dark-mode .card .card-content .stat-value--empty .stat-value-text {
  color: #adb5bd;
}
body.dark-mode .card .card-content .stat-value--empty .stat-value-empty-icon {
  color: #6c757d;
}
body.dark-mode .card .card-content .stat-trend--up {
  background: rgba(40, 167, 69, 0.2);
  color: rgb(51.6956521739, 206.3043478261, 87);
}
body.dark-mode .card .card-content .stat-trend--down {
  background: rgba(229, 115, 115, 0.2);
  color: rgb(236.9879518072, 158.0120481928, 158.0120481928);
}
body.dark-mode .card .card-content .stat-label {
  color: #e9ecef;
  background: linear-gradient(135deg, rgba(78, 52, 46, 0.12) 0%, rgba(78, 52, 46, 0.06) 100%);
  border-left-color: #4E342E;
}
body.dark-mode .card .card-content .stat-label:hover {
  background: linear-gradient(135deg, rgba(78, 52, 46, 0.18) 0%, rgba(78, 52, 46, 0.1) 100%);
}
body.dark-mode .card .card-content .stat-percentage-wrapper .stat-percentage-bar {
  background: rgba(73, 80, 87, 0.5);
}
body.dark-mode .card .card-content .stat-percentage {
  color: #f9d84b;
}
body.dark-mode .card .card-content .stat-sub-info {
  color: #dee2e6;
  border-top-color: rgba(78, 52, 46, 0.25);
  font-weight: 500;
}
body.dark-mode .card .card-content .stat-sub-info::before {
  background: linear-gradient(90deg, #4E342E 0%, transparent 100%);
}
body.dark-mode .card .card-content .stat-sub-info--empty .stat-empty-indicator {
  background: linear-gradient(135deg, rgba(52, 58, 64, 0.6) 0%, rgba(52, 58, 64, 0.4) 100%);
  color: #ced4da;
  border-color: rgba(73, 80, 87, 0.5);
}
body.dark-mode .card .card-content .stat-sub-info span {
  background: linear-gradient(135deg, rgba(78, 52, 46, 0.2) 0%, rgba(78, 52, 46, 0.12) 100%);
  border-color: rgba(78, 52, 46, 0.3);
  color: #e9ecef;
}
body.dark-mode .card .card-content .stat-sub-info span::before {
  background: linear-gradient(135deg, rgba(78, 52, 46, 0.3), transparent);
}
body.dark-mode .card .card-content .stat-sub-info span:hover {
  background: linear-gradient(135deg, rgba(78, 52, 46, 0.28) 0%, rgba(78, 52, 46, 0.18) 100%);
  box-shadow: 0 4px 8px rgba(78, 52, 46, 0.25);
}
body.dark-mode .card .card-content .stat-item {
  border-bottom-color: rgba(73, 80, 87, 0.3);
}
body.dark-mode .card .card-content .stat-item .stat-label {
  color: #ced4da;
}
body.dark-mode .card .card-content .stat-item .stat-value {
  color: #ffffff;
}
body.dark-mode .card .card-content .info-list li:hover {
  background: rgba(50.099009901, 50.099009901, 76.400990099, 0.3);
}
body.dark-mode .card .card-content .info-list li .info-item-content a {
  color: #f9d84b;
}
body.dark-mode .card .card-content .info-list li .info-item-content a:hover {
  color: #fe5416;
}
body.dark-mode .card .card-content .info-list li .info-item-content span {
  color: #dee2e6;
}
body.dark-mode .card .card-content .info-list li .info-item-content .info-item-meta {
  color: #adb5bd;
}
body.dark-mode .card .card-content .insights-wrapper .insight-item {
  background-color: rgba(50.099009901, 50.099009901, 76.400990099, 0.3);
  border-color: rgb(54.1386138614, 54.1386138614, 82.5613861386);
}
body.dark-mode .card .card-content .insights-wrapper .insight-item:hover {
  background-color: rgb(46.0594059406, 46.0594059406, 70.2405940594);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
body.dark-mode .card .card-content .insights-wrapper .insight-item .insight-header span {
  color: #ced4da;
}
body.dark-mode .card .card-content .insights-wrapper .insight-item .insight-metric .metric-value {
  color: #ffffff;
}
body.dark-mode .card .card-content .insights-wrapper .insight-item .insight-metric .metric-label {
  color: #adb5bd;
}
body.dark-mode .card .card-content .insights-wrapper .insight-item .insight-percentage .percentage-bar {
  background-color: rgba(73, 80, 87, 0.6);
}
body.dark-mode .card .card-content .insights-wrapper .insight-item .insight-percentage .percentage-bar .percentage-value {
  color: #ffffff;
}
body.dark-mode .card .card-content .insights-wrapper .insight-item .insight-trend .trend-period {
  color: #adb5bd;
}
body.dark-mode .card .card-content .insights-wrapper .insight-item .document-distribution .distribution-bar {
  background-color: rgba(73, 80, 87, 0.6);
}
body.dark-mode .card .card-content .insights-wrapper .insight-item .document-distribution .distribution-legend .legend-item {
  color: #ced4da;
}
body.dark-mode .card.current-plan {
  border-color: #28a745;
  box-shadow: 0 0.25rem 0.75rem rgba(40, 167, 69, 0.1);
}
body.dark-mode .card .benefits-list .benefit-item {
  background: linear-gradient(135deg, rgba(40, 40, 61, 0.9), rgba(50.099009901, 50.099009901, 76.400990099, 0.8));
  border-color: rgba(73, 80, 87, 0.2);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
body.dark-mode .card .benefits-list .benefit-item:hover {
  box-shadow: 0 5px 15px rgba(254, 84, 22, 0.2);
  border-color: rgba(254, 84, 22, 0.3);
}
body.dark-mode .card .benefits-list .benefit-item .benefit-icon {
  background: rgb(60.198019802, 60.198019802, 91.801980198);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
body.dark-mode .card .benefits-list .benefit-item .benefit-content h4 {
  color: #ffffff;
}
body.dark-mode .card .benefits-list .benefit-item .benefit-content p {
  color: #ced4da;
}
body.dark-mode .card .contact-options .contact-message {
  background-color: rgba(23, 162, 184, 0.15);
  border-color: #17a2b8;
}
body.dark-mode .card .contact-options .contact-message p {
  color: #dee2e6;
}

.benefits-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}
@media (max-width: 992px) {
  .benefits-list {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 0.5rem;
  }
}
@media (max-width: 768px) {
  .benefits-list {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 0.5rem;
  }
}
@media (max-width: 576px) {
  .benefits-list {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }
}
.benefits-list .benefit-item {
  display: flex;
  align-items: flex-start;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(248, 249, 250, 0.8));
  border-radius: 0.25rem;
  padding: 1rem;
  transition: all 0.3s ease;
  border: 1px solid rgba(222, 226, 230, 0.1);
  box-shadow: 0 2px 8px rgba(206, 212, 218, 0.1);
}
@media (max-width: 768px) {
  .benefits-list .benefit-item {
    padding: 0.5rem;
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .benefits-list .benefit-item {
    padding: 0.25rem;
    flex-direction: column;
    text-align: center;
  }
}
.benefits-list .benefit-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(254, 84, 22, 0.15);
  border-color: rgba(254, 84, 22, 0.2);
}
.benefits-list .benefit-item .benefit-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 50%;
  margin-right: 1rem;
  box-shadow: 0 2px 5px rgba(173, 181, 189, 0.1);
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .benefits-list .benefit-item .benefit-icon {
    width: 35px;
    height: 35px;
    margin-right: 0;
    margin-bottom: 0.25rem;
  }
}
@media (max-width: 576px) {
  .benefits-list .benefit-item .benefit-icon {
    width: 30px;
    height: 30px;
    margin-right: 0;
    margin-bottom: 0.25rem;
  }
}
.benefits-list .benefit-item .benefit-icon i {
  font-size: 20px;
}
.benefits-list .benefit-item .benefit-icon i.fi-rr-cloud {
  color: #4285F4;
}
.benefits-list .benefit-item .benefit-icon i.fi-rr-shield-check {
  color: #28a745;
}
.benefits-list .benefit-item .benefit-icon i.fi-rr-mobile {
  color: #fe5416;
}
.benefits-list .benefit-item .benefit-icon i.fi-rr-settings {
  color: #673AB7;
}
.benefits-list .benefit-item .benefit-icon i.fi-rr-headset {
  color: #B39DDB;
}
@media (max-width: 768px) {
  .benefits-list .benefit-item .benefit-content {
    width: 100%;
    text-align: center;
  }
}
.benefits-list .benefit-item .benefit-content h4 {
  margin: 0 0 0.25rem 0;
  font-size: 1rem;
  font-weight: 600;
  color: #343a40;
}
@media (max-width: 768px) {
  .benefits-list .benefit-item .benefit-content h4 {
    font-size: 0.875rem;
  }
}
@media (max-width: 576px) {
  .benefits-list .benefit-item .benefit-content h4 {
    font-size: 0.75rem;
  }
}
.benefits-list .benefit-item .benefit-content p {
  margin: 0;
  font-size: 0.875rem;
  color: #6c757d;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .benefits-list .benefit-item .benefit-content p {
    font-size: 0.75rem;
  }
}
@media (max-width: 576px) {
  .benefits-list .benefit-item .benefit-content p {
    font-size: 10px;
  }
}

.card-content .dashboard-stats {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .card-content .dashboard-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
}
@media (max-width: 768px) {
  .card-content .dashboard-stats {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }
}
@media (max-width: 576px) {
  .card-content .dashboard-stats {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }
}
.card-content .dashboard-stats .stat-card {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .card-content .dashboard-stats .stat-card {
    padding: 0.5rem;
    min-height: 80px;
    flex-direction: column;
    text-align: center;
    gap: 0.25rem;
  }
}
@media (max-width: 576px) {
  .card-content .dashboard-stats .stat-card {
    padding: 0.25rem;
    min-height: 60px;
    flex-direction: column;
    text-align: center;
    gap: 0.25rem;
  }
}
.card-content .insights-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
  gap: 0.5rem;
}
@media (max-width: 768px) {
  .card-content .insights-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .card-content .insights-wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1024px) {
  .card-content .insights-wrapper {
    gap: 0.25rem;
  }
}
@media (max-width: 768px) {
  .card-content .insights-wrapper {
    gap: 0.25rem;
  }
}
@media (max-width: 1024px) {
  .card-content .insights-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .card-content .insights-wrapper {
    grid-template-columns: 1fr;
  }
}
.card-content .insights-wrapper .insight-item {
  padding: 0.5rem;
  background-color: rgba(248, 249, 250, 0.5);
  border-radius: 0.25rem;
  border: 1px solid #dee2e6;
  transition: all 0.3s ease;
  min-height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.5rem;
}
@media (max-width: 1024px) {
  .card-content .insights-wrapper .insight-item {
    padding: 0.5rem;
  }
}
@media (max-width: 768px) {
  .card-content .insights-wrapper .insight-item {
    padding: 0.25rem;
  }
}
@media (max-width: 1024px) {
  .card-content .insights-wrapper .insight-item {
    min-height: 80px;
  }
}
@media (max-width: 576px) {
  .card-content .insights-wrapper .insight-item {
    min-height: 70px;
  }
}
.card-content .insights-wrapper .insight-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
}
.card-content .insights-wrapper .insight-item.full-width {
  grid-column: 1/-1;
}
.card-content .insights-wrapper .insight-item .insight-header {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  margin-bottom: 0.25rem;
}
@media (max-width: 576px) {
  .card-content .insights-wrapper .insight-item .insight-header {
    gap: 2px;
    margin-bottom: 4px;
  }
}
.card-content .insights-wrapper .insight-item .insight-header i {
  font-size: 1rem;
  color: #28283d;
}
@media (max-width: 576px) {
  .card-content .insights-wrapper .insight-item .insight-header i {
    font-size: 0.9rem;
  }
}
.card-content .insights-wrapper .insight-item .insight-header span {
  font-size: 0.75rem;
  color: #6c757d;
  font-weight: 500;
}
@media (max-width: 576px) {
  .card-content .insights-wrapper .insight-item .insight-header span {
    font-size: 0.7rem;
  }
}
.card-content .insights-wrapper .insight-item .insight-metric {
  text-align: center;
}
.card-content .insights-wrapper .insight-item .insight-metric .metric-value {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  color: #28283d;
}
@media (max-width: 1024px) {
  .card-content .insights-wrapper .insight-item .insight-metric .metric-value {
    font-size: 1.2rem;
  }
}
@media (max-width: 576px) {
  .card-content .insights-wrapper .insight-item .insight-metric .metric-value {
    font-size: 1rem;
  }
}
.card-content .insights-wrapper .insight-item .insight-metric .metric-label {
  font-size: 0.75rem;
  color: #6c757d;
}
@media (max-width: 576px) {
  .card-content .insights-wrapper .insight-item .insight-metric .metric-label {
    font-size: 0.6rem;
  }
}
.card-content .insights-wrapper .insight-item .insight-percentage .percentage-bar {
  height: 1.5rem;
  background-color: #e9ecef;
  border-radius: 50rem;
  overflow: hidden;
  position: relative;
}
@media (max-width: 576px) {
  .card-content .insights-wrapper .insight-item .insight-percentage .percentage-bar {
    height: 1.25rem;
  }
}
.card-content .insights-wrapper .insight-item .insight-percentage .percentage-bar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: var(--percentage, 0%);
  background: linear-gradient(90deg, #28a745, rgb(72.268115942, 211.231884058, 104));
  border-radius: 50rem;
  transition: width 1s ease;
}
.card-content .insights-wrapper .insight-item .insight-percentage .percentage-bar .percentage-value {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #495057;
  font-size: 0.75rem;
  font-weight: 600;
}
@media (max-width: 576px) {
  .card-content .insights-wrapper .insight-item .insight-percentage .percentage-bar .percentage-value {
    font-size: 0.7rem;
  }
}
.card-content .insights-wrapper .insight-item .insight-trend {
  text-align: center;
}
.card-content .insights-wrapper .insight-item .insight-trend.positive {
  color: #28a745;
}
.card-content .insights-wrapper .insight-item .insight-trend.negative {
  color: #E57373;
}
.card-content .insights-wrapper .insight-item .insight-trend .trend-value {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
}
@media (max-width: 576px) {
  .card-content .insights-wrapper .insight-item .insight-trend .trend-value {
    font-size: 1rem;
  }
}
.card-content .insights-wrapper .insight-item .insight-trend .trend-period {
  font-size: 0.75rem;
  color: #6c757d;
}
@media (max-width: 576px) {
  .card-content .insights-wrapper .insight-item .insight-trend .trend-period {
    font-size: 0.7rem;
  }
}
.card-content .insights-wrapper .insight-item .document-distribution .distribution-bar {
  height: 1.5rem;
  background-color: #e9ecef;
  border-radius: 50rem;
  overflow: hidden;
  display: flex;
  margin-bottom: 0.75rem;
}
.card-content .insights-wrapper .insight-item .document-distribution .distribution-bar .distribution-segment {
  height: 100%;
  transition: width 1s ease;
}
.card-content .insights-wrapper .insight-item .document-distribution .distribution-bar .distribution-segment.segment-invoices {
  background-color: #4285F4;
}
.card-content .insights-wrapper .insight-item .document-distribution .distribution-bar .distribution-segment.segment-contracts {
  background-color: #fe5416;
}
.card-content .insights-wrapper .insight-item .document-distribution .distribution-bar .distribution-segment.segment-quotes {
  background-color: #fe5416;
}
.card-content .insights-wrapper .insight-item .document-distribution .distribution-bar .distribution-segment.segment-sla {
  background-color: #28a745;
}
.card-content .insights-wrapper .insight-item .document-distribution .distribution-legend {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.card-content .insights-wrapper .insight-item .document-distribution .distribution-legend .legend-item {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.8rem;
  color: #6c757d;
}
.card-content .insights-wrapper .insight-item .document-distribution .distribution-legend .legend-item .legend-color {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.card-content .insights-wrapper .insight-item .document-distribution .distribution-legend .legend-item .legend-color.invoices-color {
  background-color: #4285F4;
}
.card-content .insights-wrapper .insight-item .document-distribution .distribution-legend .legend-item .legend-color.contracts-color {
  background-color: #fe5416;
}
.card-content .insights-wrapper .insight-item .document-distribution .distribution-legend .legend-item .legend-color.quotes-color {
  background-color: #fe5416;
}
.card-content .insights-wrapper .insight-item .document-distribution .distribution-legend .legend-item .legend-color.sla-color {
  background-color: #28a745;
}

.card[data-section=dashboard] .insights-wrapper .insight-item .insight-header i,
.card[data-section=dashboard] .insight-header i {
  color: #1976D2;
}

.card[data-section=planning] .insights-wrapper .insight-item .insight-header i,
.card[data-section=planning] .insight-header i {
  color: #2E7D32;
}

.card[data-section=employees] .insights-wrapper .insight-item .insight-header i,
.card[data-section=employees] .insight-header i {
  color: #6A1B9A;
}

.card[data-section=medewerkers] .insights-wrapper .insight-item .insight-header i,
.card[data-section=medewerkers] .insight-header i {
  color: #6A1B9A;
}

.card[data-section=settings] .insights-wrapper .insight-item .insight-header i,
.card[data-section=settings] .insight-header i {
  color: #455A64;
}

.card[data-section=instellingen] .insights-wrapper .insight-item .insight-header i,
.card[data-section=instellingen] .insight-header i {
  color: #455A64;
}

.card[data-section=customers] .insights-wrapper .insight-item .insight-header i,
.card[data-section=customers] .insight-header i {
  color: #fe5416;
}

.card[data-section=klanten] .insights-wrapper .insight-item .insight-header i,
.card[data-section=klanten] .insight-header i {
  color: #fe5416;
}

.card[data-section=workorders] .insights-wrapper .insight-item .insight-header i,
.card[data-section=workorders] .insight-header i {
  color: #9575CD;
}

.card[data-section=werkbonnen] .insights-wrapper .insight-item .insight-header i,
.card[data-section=werkbonnen] .insight-header i {
  color: #9575CD;
}

.card[data-section=invoices] .insights-wrapper .insight-item .insight-header i,
.card[data-section=invoices] .insight-header i {
  color: #4b88f9;
}

.card[data-section=facturen] .insights-wrapper .insight-item .insight-header i,
.card[data-section=facturen] .insight-header i {
  color: #4b88f9;
}

.card[data-section=picklists] .insights-wrapper .insight-item .insight-header i,
.card[data-section=picklists] .insight-header i {
  color: #f97316;
}

.card[data-section=paklijsten] .insights-wrapper .insight-item .insight-header i,
.card[data-section=paklijsten] .insight-header i {
  color: #f97316;
}

.card[data-section=profile] .insights-wrapper .insight-item .insight-header i,
.card[data-section=profile] .insight-header i {
  color: #1976D2;
}

.card[data-section=subscription] .insights-wrapper .insight-item .insight-header i,
.card[data-section=subscription] .insight-header i {
  color: #f9d84b;
}

.card[data-section=finance-color] .insights-wrapper .insight-item .insight-header i,
.card[data-section=finance-color] .insight-header i {
  color: #4b88f9;
}

.card[data-section=timeregistration] .insights-wrapper .insight-item .insight-header i,
.card[data-section=timeregistration] .insight-header i {
  color: #004D40;
}

.card[data-section=urenregistratie] .insights-wrapper .insight-item .insight-header i,
.card[data-section=urenregistratie] .insight-header i {
  color: #004D40;
}

.card[data-section=customerportal] .insights-wrapper .insight-item .insight-header i,
.card[data-section=customerportal] .insight-header i {
  color: #D32F2F;
}

.card[data-section=klantportaal] .insights-wrapper .insight-item .insight-header i,
.card[data-section=klantportaal] .insight-header i {
  color: #D32F2F;
}

.card[data-section=routeplanning] .insights-wrapper .insight-item .insight-header i,
.card[data-section=routeplanning] .insight-header i {
  color: #F57F17;
}

.card[data-section=materialmanagement] .insights-wrapper .insight-item .insight-header i,
.card[data-section=materialmanagement] .insight-header i {
  color: #BF360C;
}

.card[data-section=materialenbeheer] .insights-wrapper .insight-item .insight-header i,
.card[data-section=materialenbeheer] .insight-header i {
  color: #BF360C;
}

.card[data-section=reminders] .insights-wrapper .insight-item .insight-header i,
.card[data-section=reminders] .insight-header i {
  color: #0277BD;
}

.card[data-section=herinneringen] .insights-wrapper .insight-item .insight-header i,
.card[data-section=herinneringen] .insight-header i {
  color: #0277BD;
}

.card[data-section=quotesystem] .insights-wrapper .insight-item .insight-header i,
.card[data-section=quotesystem] .insight-header i {
  color: #006064;
}

.card[data-section=offertesysteem] .insights-wrapper .insight-item .insight-header i,
.card[data-section=offertesysteem] .insight-header i {
  color: #006064;
}

.card[data-section=realtime-tracking] .insights-wrapper .insight-item .insight-header i,
.card[data-section=realtime-tracking] .insight-header i {
  color: #9E9D24;
}

.card[data-section=fleet-management] .insights-wrapper .insight-item .insight-header i,
.card[data-section=fleet-management] .insight-header i {
  color: #FF7F50;
}

.card[data-section=service] .insights-wrapper .insight-item .insight-header i,
.card[data-section=service] .insight-header i {
  color: #8cbb35;
}

.card[data-section=theme-editor] .insights-wrapper .insight-item .insight-header i,
.card[data-section=theme-editor] .insight-header i {
  color: #AD1457;
}

.card[data-section=thema-editor] .insights-wrapper .insight-item .insight-header i,
.card[data-section=thema-editor] .insight-header i {
  color: #AD1457;
}

.card[data-section=security-audit] .insights-wrapper .insight-item .insight-header i,
.card[data-section=security-audit] .insight-header i {
  color: #283593;
}

.card[data-section=beveiligingsaudit] .insights-wrapper .insight-item .insight-header i,
.card[data-section=beveiligingsaudit] .insight-header i {
  color: #283593;
}

.card[data-section=api-webhooks] .insights-wrapper .insight-item .insight-header i,
.card[data-section=api-webhooks] .insight-header i {
  color: #4527A0;
}

.card[data-section=api-integratie] .insights-wrapper .insight-item .insight-header i,
.card[data-section=api-integratie] .insight-header i {
  color: #4527A0;
}

.card[data-section=reports-bi] .insights-wrapper .insight-item .insight-header i,
.card[data-section=reports-bi] .insight-header i {
  color: #4E342E;
}

.card[data-section=rapportages] .insights-wrapper .insight-item .insight-header i,
.card[data-section=rapportages] .insight-header i {
  color: #4E342E;
}

.card[data-section=accounting-integration] .insights-wrapper .insight-item .insight-header i,
.card[data-section=accounting-integration] .insight-header i {
  color: #37474F;
}

.card[data-section=boekhouding-integratie] .insights-wrapper .insight-item .insight-header i,
.card[data-section=boekhouding-integratie] .insight-header i {
  color: #37474F;
}

.card[data-section=primary] .insights-wrapper .insight-item .insight-header i,
.card[data-section=primary] .insight-header i {
  color: #fe5416;
}

.card[data-section=secondary] .insights-wrapper .insight-item .insight-header i,
.card[data-section=secondary] .insight-header i {
  color: #B39DDB;
}

.card[data-section=info] .insights-wrapper .insight-item .insight-header i,
.card[data-section=info] .insight-header i {
  color: #17a2b8;
}

.card[data-section=success] .insights-wrapper .insight-item .insight-header i,
.card[data-section=success] .insight-header i {
  color: #28a745;
}

.card[data-section=warning] .insights-wrapper .insight-item .insight-header i,
.card[data-section=warning] .insight-header i {
  color: #f9d84b;
}

.card[data-section=danger] .insights-wrapper .insight-item .insight-header i,
.card[data-section=danger] .insight-header i {
  color: #E57373;
}

.card[data-section=neutral] .insights-wrapper .insight-item .insight-header i,
.card[data-section=neutral] .insight-header i {
  color: #6c757d;
}

.activity-list-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
}

.activity-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.activity-list::-webkit-scrollbar {
  width: 6px;
}
.activity-list::-webkit-scrollbar-track {
  background: transparent;
}
.activity-list::-webkit-scrollbar-thumb {
  background: #dee2e6;
  border-radius: 50rem;
}
.activity-list::-webkit-scrollbar-thumb:hover {
  background: #ced4da;
}

.activity-item {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  transition: all 0.2s ease;
  position: relative;
  background: transparent;
}
.activity-item:hover {
  background: #f8f9fa;
  transform: translateX(0.125rem);
}
.activity-item:hover .activity-icon {
  transform: scale(1.08);
  box-shadow: 0 2px 0.25rem rgba(40, 40, 61, 0.2);
}
.activity-item:hover .activity-link {
  color: #fe5416;
  text-decoration: underline;
}
.activity-item:hover .activity-action {
  color: #28283d;
}
.activity-item:last-child {
  margin-bottom: 0;
}

.activity-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(40, 40, 61, 0.1) 0%, rgba(23, 162, 184, 0.1) 100%);
  color: #28283d;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}
.activity-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, transparent 0%, rgba(255, 255, 255, 0.3) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.activity-icon:hover::before {
  opacity: 1;
}
.activity-icon i {
  font-size: 1rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 576px) {
  .activity-icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
  }
  .activity-icon i {
    font-size: 0.875rem;
  }
}

.activity-details {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}

.activity-action {
  font-size: 0.875rem;
  font-weight: 500;
  color: #343a40;
  line-height: 1.5;
  margin: 0;
}
@media (max-width: 576px) {
  .activity-action {
    font-size: 0.75rem;
    line-height: 1.4;
  }
}

.activity-link {
  color: #28283d;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.2s ease;
  display: inline-block;
}
.activity-link:hover {
  color: #fe5416;
  text-decoration: underline;
}
.activity-link:active {
  transform: scale(0.98);
}

.activity-meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  font-size: 0.75rem;
  color: #6c757d;
}
@media (max-width: 576px) {
  .activity-meta {
    font-size: 0.7rem;
    gap: 0.25rem;
  }
}

.activity-user {
  color: #495057;
  font-weight: 500;
  max-width: 50%;
}
@media (max-width: 576px) {
  .activity-user {
    max-width: 100%;
  }
}

.activity-time {
  color: #adb5bd;
  white-space: nowrap;
  margin-left: auto;
  font-size: 0.7125rem;
}
@media (max-width: 576px) {
  .activity-time {
    margin-left: 0;
    width: 100%;
  }
}

.show-more-container {
  padding: 1rem 1rem 0.5rem;
  border-top: 1px solid #e9ecef;
  background: linear-gradient(to bottom, rgba(248, 249, 250, 0.8) 0%, transparent 100%);
  text-align: center;
  margin-top: 0.25rem;
}

.show-more-link {
  display: inline-flex;
  align-items: center;
  gap: 0.125rem;
  color: #495057;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.125rem 0.5rem;
  border-radius: 0.25rem;
  transition: all 0.2s ease;
}
.show-more-link i {
  transition: transform 0.2s ease;
  font-size: 0.75rem;
}
.show-more-link:hover {
  color: #fe5416;
  background: rgba(254, 84, 22, 0.1);
}
.show-more-link:hover i {
  transform: translateY(0.5px);
}
.show-more-link:active {
  transform: scale(0.98);
}

.card-content .empty-state {
  padding: 3rem 1rem;
  min-height: 200px;
}
.card-content .empty-state i {
  font-size: 3rem;
  color: #dee2e6;
  margin-bottom: 1rem;
}
.card-content .empty-state p {
  color: #6c757d;
  font-size: 1rem;
}
@media (max-width: 576px) {
  .card-content .empty-state {
    padding: 1.5rem 0.5rem;
    min-height: 150px;
  }
  .card-content .empty-state i {
    font-size: 2rem;
  }
  .card-content .empty-state p {
    font-size: 0.875rem;
  }
}

.card-content .activity-list-container {
  max-height: 400px;
}
@media (max-width: 768px) {
  .card-content .activity-list-container {
    max-height: 300px;
  }
}
.card-content:not(.module__form-sidebar .card-content) .activity-list-container {
  max-height: 500px;
}

.quote-grouped-chart {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0.5rem 0;
}

.grouped-bars {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.125rem;
  height: 3.75rem;
  padding: 0.5rem 0.25rem;
  border-bottom: 1px solid #dee2e6;
  min-height: 3rem;
}

.grouped-bar-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  min-width: 0;
  position: relative;
}

.grouped-bar-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  gap: 1px;
}

.grouped-bar-stack {
  width: 100%;
  max-width: 1.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 1px;
  position: relative;
}

.grouped-bar {
  width: 100%;
  position: relative;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  min-height: 0.5rem;
  cursor: pointer;
}
.grouped-bar:first-child {
  border-radius: 0.2rem 0.2rem 0 0;
}
.grouped-bar:last-child {
  border-radius: 0 0 0.2rem 0.2rem;
}
.grouped-bar--concept {
  background: linear-gradient(180deg, #6c757d 0%, rgb(84.3605150215, 91.3905579399, 97.6394849785) 100%);
}
.grouped-bar--concept:hover {
  background: linear-gradient(180deg, rgb(133.7553648069, 142.4849785408, 150.2446351931) 0%, #6c757d 100%);
  transform: translateY(-2px);
  box-shadow: 0 2px 0.125rem rgba(108, 117, 125, 0.3);
  z-index: 2;
}
.grouped-bar--sent {
  background: linear-gradient(180deg, #17a2b8 0%, rgb(17.3333333333, 122.0869565217, 138.6666666667) 100%);
}
.grouped-bar--sent:hover {
  background: linear-gradient(180deg, rgb(31, 200.2173913043, 227) 0%, #17a2b8 100%);
  transform: translateY(-2px);
  box-shadow: 0 2px 0.125rem rgba(23, 162, 184, 0.3);
  z-index: 2;
}
.grouped-bar--adjustment {
  background: linear-gradient(180deg, #f9d84b 0%, rgb(247.3548387097, 205.3064516129, 25.6451612903) 100%);
}
.grouped-bar--adjustment:hover {
  background: linear-gradient(180deg, rgb(250.6451612903, 226.6935483871, 124.3548387097) 0%, #f9d84b 100%);
  transform: translateY(-2px);
  box-shadow: 0 2px 0.125rem rgba(249, 216, 75, 0.3);
  z-index: 2;
}
.grouped-bar--accepted {
  background: linear-gradient(180deg, #28a745 0%, rgb(30.1449275362, 125.8550724638, 52) 100%);
}
.grouped-bar--accepted:hover {
  background: linear-gradient(180deg, rgb(51.6956521739, 206.3043478261, 87) 0%, #28a745 100%);
  transform: translateY(-2px);
  box-shadow: 0 2px 0.125rem rgba(40, 167, 69, 0.3);
  z-index: 2;
}
.grouped-bar--rejected {
  background: linear-gradient(180deg, #e74c3c 0%, rgb(213.698630137, 43.8356164384, 26.301369863) 100%);
}
.grouped-bar--rejected:hover {
  background: linear-gradient(180deg, rgb(236.5890410959, 117.6849315068, 105.4109589041) 0%, #e74c3c 100%);
  transform: translateY(-2px);
  box-shadow: 0 2px 0.125rem rgba(231, 76, 60, 0.3);
  z-index: 2;
}

.grouped-bar-total {
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.75rem;
  font-weight: 600;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.8);
  padding: 0.125rem 0.25rem;
  border-radius: 0.2rem;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
  backdrop-filter: blur(4px);
  box-shadow: 0 2px 0.125rem rgba(0, 0, 0, 0.2);
}

.grouped-bar-item:hover .grouped-bar-total {
  opacity: 1;
}

.grouped-bar-tooltip {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  padding: 0.125rem 0.25rem;
  border-radius: 0.2rem;
  font-size: 0.75rem;
  font-weight: 600;
  white-space: nowrap;
  pointer-events: none;
  z-index: 10000;
  opacity: 0;
  transform: translate(-50%, -100%);
  transition: opacity 0.2s ease;
  backdrop-filter: blur(4px);
  box-shadow: 0 2px 0.125rem rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  gap: 0.125rem;
}
.grouped-bar-tooltip.visible {
  opacity: 1;
}
.grouped-bar-tooltip .tooltip-color-indicator {
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 0.2rem;
  flex-shrink: 0;
  display: inline-block;
}
.grouped-bar-tooltip .tooltip-text {
  color: #ffffff;
}

.chartjs-external-tooltip {
  position: fixed;
  background: rgba(0, 0, 0, 0.9);
  color: #ffffff;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  pointer-events: none;
  z-index: 10000;
  opacity: 0;
  transition: opacity 0.2s ease;
  backdrop-filter: blur(8px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.1);
  min-width: 150px;
  max-width: 300px;
}
.chartjs-external-tooltip .tooltip-title {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 0.25rem;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 0.25rem;
}
.chartjs-external-tooltip .tooltip-body {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}
.chartjs-external-tooltip .tooltip-item {
  display: flex;
  align-items: flex-start;
  gap: 0.25rem;
}
.chartjs-external-tooltip .tooltip-item:first-child .tooltip-color {
  margin-top: 2px;
}
.chartjs-external-tooltip .tooltip-item .tooltip-color {
  width: 12px;
  height: 12px;
  border-radius: 2px;
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 3px;
}
.chartjs-external-tooltip .tooltip-item .tooltip-text {
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.4;
  white-space: pre-line;
}

.grouped-bar-label {
  font-size: 0.75rem;
  color: #6c757d;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 0.25rem;
}

.grouped-chart-legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px solid #e9ecef;
}

.grouped-chart-legend .legend-item {
  display: flex;
  align-items: center;
  gap: 0.125rem;
  font-size: 0.75rem;
  color: #495057;
}

.grouped-chart-legend .legend-color {
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 0.2rem;
  display: inline-block;
  flex-shrink: 0;
}
.grouped-chart-legend .legend-color--concept {
  background: #6c757d;
}
.grouped-chart-legend .legend-color--sent {
  background: #17a2b8;
}
.grouped-chart-legend .legend-color--adjustment {
  background: #f9d84b;
}
.grouped-chart-legend .legend-color--accepted {
  background: #28a745;
}
.grouped-chart-legend .legend-color--rejected {
  background: #e74c3c;
}

.grouped-chart-legend .legend-text {
  font-weight: 500;
  white-space: nowrap;
}

@media (max-width: 576px) {
  .grouped-bars {
    height: 3rem;
    gap: 0.0833333333rem;
    min-height: 2.25rem;
  }
  .grouped-bar-stack {
    max-width: 1.25rem;
  }
  .grouped-bar {
    min-height: 0.3125rem;
  }
  .grouped-bar-total {
    font-size: 0.675rem;
    top: -0.5rem;
  }
  .grouped-bar-label {
    font-size: 0.675rem;
  }
  .grouped-chart-legend {
    gap: 0.25rem;
    font-size: 0.675rem;
  }
}
.quote-timeline {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.25rem 0;
  max-height: 5.01rem;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.quote-timeline::-webkit-scrollbar {
  width: 4px;
}
.quote-timeline::-webkit-scrollbar-track {
  background: transparent;
}
.quote-timeline::-webkit-scrollbar-thumb {
  background: #dee2e6;
  border-radius: 50rem;
}
.quote-timeline::-webkit-scrollbar-thumb:hover {
  background: #ced4da;
}

.timeline-item {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 0.5rem;
  border-radius: 0.25rem;
  transition: all 0.2s ease;
  position: relative;
  padding-left: 1.5rem;
}
.timeline-item::before {
  content: "";
  position: absolute;
  left: 1rem;
  top: 1rem;
  bottom: -0.5rem;
  width: 2px;
  background: #e9ecef;
}
.timeline-item:last-child::before {
  display: none;
}
.timeline-item:hover {
  background: #f8f9fa;
}
.timeline-item:hover .timeline-marker {
  transform: scale(1.1);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.timeline-item:hover .timeline-quote-number {
  color: #fe5416;
}

.timeline-marker {
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 2rem;
  height: 2rem;
  min-width: 2rem;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(40, 40, 61, 0.1) 0%, rgba(23, 162, 184, 0.1) 100%);
  color: #28283d;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}
.timeline-marker i {
  font-size: 0.875rem;
}

.timeline-content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.timeline-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.timeline-quote-number {
  font-weight: 600;
  font-size: 0.875rem;
  color: #28283d;
  text-decoration: none;
  transition: color 0.2s ease;
}
.timeline-quote-number:hover {
  color: #fe5416;
  text-decoration: underline;
}

.timeline-status {
  display: inline-block;
  padding: 2px 0.25rem;
  border-radius: 0.2rem;
  font-size: 0.75rem;
  font-weight: 500;
  white-space: nowrap;
}
.timeline-status--success {
  background: rgba(40, 167, 69, 0.1);
  color: #28a745;
}
.timeline-status--danger {
  background: rgba(229, 115, 115, 0.1);
  color: #E57373;
}
.timeline-status--warning {
  background: rgba(229, 115, 115, 0.1);
  color: #E57373;
}
.timeline-status--info {
  background: rgba(23, 162, 184, 0.1);
  color: #17a2b8;
}

.timeline-meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  color: #6c757d;
  flex-wrap: wrap;
}

.timeline-user {
  color: #495057;
  font-weight: 500;
  max-width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.timeline-time {
  color: #adb5bd;
  white-space: nowrap;
  margin-left: auto;
}
@media (max-width: 576px) {
  .timeline-time {
    margin-left: 0;
    width: 100%;
  }
}

@media (max-width: 576px) {
  .timeline-item {
    padding-left: 2.25rem;
  }
  .timeline-marker {
    width: 1.75rem;
    height: 1.75rem;
    min-width: 1.75rem;
  }
  .timeline-marker i {
    font-size: 0.75rem;
  }
  .timeline-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
  }
  .timeline-status {
    font-size: 0.6525rem;
  }
}
@keyframes slideInActivity {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.activity-item {
  animation: slideInActivity 0.3s ease-out;
}
.activity-item:nth-child(1) {
  animation-delay: 0.05s;
}
.activity-item:nth-child(2) {
  animation-delay: 0.1s;
}
.activity-item:nth-child(3) {
  animation-delay: 0.15s;
}
.activity-item:nth-child(4) {
  animation-delay: 0.2s;
}
.activity-item:nth-child(5) {
  animation-delay: 0.25s;
}
.activity-item:nth-child(6) {
  animation-delay: 0.3s;
}
.activity-item:nth-child(7) {
  animation-delay: 0.35s;
}
.activity-item:nth-child(8) {
  animation-delay: 0.4s;
}
.activity-item:nth-child(9) {
  animation-delay: 0.45s;
}
.activity-item:nth-child(10) {
  animation-delay: 0.5s;
}

.monitoring-dashboard .monitoring-metrics-grid {
  margin-bottom: 2rem;
}
.monitoring-dashboard .monitoring-charts-grid {
  margin-top: 1rem;
}
.monitoring-dashboard .empty-state {
  grid-column: 1/-1;
}
.monitoring-dashboard .empty-state#database-empty-state {
  margin-top: 1rem;
}

#disk-details-list {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #dee2e6;
}

.disk-loading-indicator {
  font-size: 0.875rem;
  color: #adb5bd;
  margin-bottom: 0.25rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.disk-loading-indicator i {
  animation: spin 1s linear infinite;
  display: none;
}
.disk-loading-indicator i.loading {
  display: inline-block;
}

#disks-list {
  display: block;
  width: 100%;
  overflow-x: auto;
}
#disks-list .disk-table {
  width: 100%;
  border-collapse: collapse;
}
#disks-list .disk-table thead {
  background: var(--bg-secondary, #f9fafb);
}
#disks-list .disk-table thead th {
  position: sticky;
  top: 0;
  background: var(--bg-secondary, #f9fafb);
  z-index: 10;
}
#disks-list .disk-table tbody tr:hover {
  background: var(--bg-secondary, #f9fafb);
}
#disks-list .disk-table tbody tr:last-child {
  border-bottom: none;
}

#disk-load-trigger {
  width: 100%;
  padding: 0.25rem;
  text-align: center;
  color: #adb5bd;
  font-size: 0.75rem;
  cursor: pointer;
  border: 1px dashed #dee2e6;
  border-radius: 0.2rem;
  transition: all 0.2s ease;
}
#disk-load-trigger:hover {
  border-color: #28283d;
  color: #28283d;
  background: rgba(40, 40, 61, 0.05);
}

.form-group {
  position: relative;
  margin-bottom: 1rem;
}
.form-group .form-label,
.form-group .label {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
}
.form-group .form-label i,
.form-group .label i {
  color: #6c757d;
  font-size: 16px;
}
.form-group.disabled {
  opacity: 0.6;
  pointer-events: none;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #28283d;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (max-width: 768px) {
  .form-control {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
  }
}
@media (max-width: 576px) {
  .form-control {
    padding: calc(0.25rem / 1.5) calc(0.5rem / 1.5);
    font-size: 0.75rem;
  }
}
.form-control:focus {
  border-color: #fe5416;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(254, 84, 22, 0.25);
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::placeholder {
  color: #adb5bd;
  opacity: 1;
}

select.form-control {
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  padding-right: 2.5rem;
}

textarea.form-control {
  min-height: 100px;
  resize: vertical;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #ced4da;
  appearance: none;
  transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-check .form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check .form-check-input[type=checkbox]:checked {
  background-color: #28283d;
  border-color: #28283d;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check .form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check .form-check-input[type=radio]:checked {
  background-color: #28283d;
  border-color: #28283d;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check .form-check-input:focus {
  border-color: rgb(90.495049505, 90.495049505, 138.004950495);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(40, 40, 61, 0.25);
}
.form-check .form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check .form-check-label {
  display: inline-block;
  margin-bottom: 0;
}

.checkbox-container {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  position: relative;
  margin-top: 0.5rem;
}
.checkbox-container input[type=checkbox] {
  width: 18px;
  height: 18px;
  margin: 0;
  cursor: pointer;
}
.checkbox-container label {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  cursor: pointer;
  font-weight: 500;
}
.checkbox-container label i {
  color: #fe5416;
  font-size: 16px;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.25rem rgba(40, 40, 61, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.25rem rgba(40, 40, 61, 0.25);
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #28283d;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
.form-range::-webkit-slider-thumb:active {
  background-color: rgb(115.7871287129, 115.7871287129, 163.7128712871);
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #28283d;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
.form-range::-moz-range-thumb:active {
  background-color: rgb(115.7871287129, 115.7871287129, 163.7128712871);
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:not(:last-child),
.input-group > .form-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .form-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group .input-group-text {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
}
.input-group .input-group-text:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group .input-group-text:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #E57373;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #28a745;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #E57373;
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-feedback {
  display: block;
}

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #28a745;
}
.was-validated .form-control:valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-feedback {
  display: block;
}

body.dark-mode .form-control,
body.dark-mode .form-select {
  background-color: rgb(50.099009901, 50.099009901, 76.400990099);
  border-color: rgb(60.198019802, 60.198019802, 91.801980198);
  color: #dee2e6;
}
body.dark-mode .form-control:focus,
body.dark-mode .form-select:focus {
  border-color: #28283d;
  background-color: rgb(56.1584158416, 56.1584158416, 85.6415841584);
}
body.dark-mode .form-control:disabled, body.dark-mode .form-control[readonly],
body.dark-mode .form-select:disabled,
body.dark-mode .form-select[readonly] {
  background-color: rgb(33.9405940594, 33.9405940594, 51.7594059406);
  color: #adb5bd;
}
body.dark-mode .form-control::placeholder,
body.dark-mode .form-select::placeholder {
  color: #adb5bd;
}
body.dark-mode .form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23adb5bd' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}
body.dark-mode .input-group-text {
  background-color: rgb(33.9405940594, 33.9405940594, 51.7594059406);
  border-color: rgb(60.198019802, 60.198019802, 91.801980198);
  color: #ced4da;
}
body.dark-mode .form-check-input {
  background-color: rgb(50.099009901, 50.099009901, 76.400990099);
  border-color: rgb(70.297029703, 70.297029703, 107.202970297);
}
body.dark-mode .form-check-input:checked {
  background-color: #28283d;
  border-color: #28283d;
}
body.dark-mode .form-range::-webkit-slider-runnable-track {
  background-color: rgb(60.198019802, 60.198019802, 91.801980198);
}
body.dark-mode .form-range::-moz-range-track {
  background-color: rgb(60.198019802, 60.198019802, 91.801980198);
}

.customer-form-container {
  margin-top: 20px;
}
.customer-form-container .customer-form, .customer-form-container .module-form--main {
  overflow: visible !important;
}
.customer-form-container .customer-form .row, .customer-form-container .module-form--main .row {
  margin-bottom: 15px;
}
.customer-form-container .customer-form .form-group, .customer-form-container .module-form--main .form-group {
  margin-bottom: 15px;
}

.address-columns {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .address-columns {
    flex-direction: column;
  }
}

.address-column {
  flex: 1;
  padding: 15px;
  background-color: #f9f9f9;
  border-radius: 8px;
  border: 1px solid #eee;
}
.address-column h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 16px;
  color: #333;
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.address-column h3 i {
  color: #fe5416;
}
.address-column .form-group {
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .address-column {
    margin-bottom: 15px;
  }
}

body.dark-mode .address-column {
  background-color: rgb(46.0594059406, 46.0594059406, 70.2405940594);
  border-color: rgb(56.1584158416, 56.1584158416, 85.6415841584);
}
body.dark-mode .address-column h3 {
  color: #dee2e6;
  border-bottom-color: rgb(60.198019802, 60.198019802, 91.801980198);
}
body.dark-mode .address-column h3 i {
  color: #28283d;
}

.filter-form {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}
.card-header__right .filter-form {
  gap: 0.5rem;
  flex-wrap: nowrap;
  margin: 0;
}
.card-header__right .filter-form .search-wrapper {
  flex-shrink: 0;
}
.card-header__right .filter-form .search-wrapper.with-label {
  min-width: 160px;
}
.card-header__right .filter-form .search-wrapper.search-only {
  min-width: 200px;
}
@media (max-width: 576px) {
  .filter-form {
    flex-wrap: wrap;
  }
}

.filter-form-row,
.bulk-actions-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}
@media (min-width: 992px) {
  .filter-form-row,
  .bulk-actions-row {
    flex-wrap: nowrap;
  }
}
.filter-form-row .bulk-form__button-group,
.bulk-actions-row .bulk-form__button-group {
  flex-shrink: 0;
  order: 999;
}

.filter-form__select-group,
.bulk-form__select-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.25rem;
  flex: 1;
  min-width: 150px;
}
@media (max-width: 1024px) {
  .filter-form__select-group,
  .bulk-form__select-group {
    min-width: 48%;
  }
}
@media (max-width: 576px) {
  .filter-form__select-group,
  .bulk-form__select-group {
    min-width: 100%;
  }
}
.filter-form__select-group label,
.bulk-form__select-group label {
  font-size: 0.875rem;
  color: #dee2e6;
  margin-right: 0.25rem;
  white-space: nowrap;
  flex-shrink: 0;
  width: 75px;
}
.filter-form__select-group select,
.bulk-form__select-group select {
  width: 100%;
  padding: 6px 10px;
  height: 36px;
  font-size: 0.875rem;
  background-color: #28283d;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
}
.filter-form__select-group select:focus,
.bulk-form__select-group select:focus {
  background-color: #28283d;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.3);
  outline: none;
}
.filter-form__select-group select option,
.bulk-form__select-group select option {
  color: #ffffff;
  background-color: #28283d;
  border-radius: 5px;
}

.filter-form__button-group,
.bulk-form__button-group {
  display: flex;
  gap: 0.25rem;
  align-items: center;
  white-space: nowrap;
  flex-shrink: 0;
  margin-left: auto;
}
@media (max-width: 576px) {
  .filter-form__button-group,
  .bulk-form__button-group {
    width: 100%;
    justify-content: flex-end;
    margin-left: 0;
  }
}
.filter-form__button-group .header-action-link--icon,
.bulk-form__button-group .header-action-link--icon {
  width: 36px;
  height: 36px;
  min-width: 36px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.filter-form__button-group .header-action-link--icon i,
.bulk-form__button-group .header-action-link--icon i {
  margin: 0;
}
.filter-form__button-group button,
.bulk-form__button-group button {
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 12px;
  background: #28283d;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.2s ease;
}
.filter-form__button-group button:hover,
.bulk-form__button-group button:hover {
  background: #28283d;
  border-color: #f9d84b;
}

.bulk-actions-form {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.bulk-actions-form .search-wrapper {
  min-width: 200px;
}
.bulk-actions-form button {
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 12px;
  background: #28283d;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.2s ease;
}
.bulk-actions-form button:hover {
  background: #28283d;
  border-color: #f9d84b;
}

.search-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 0.25rem;
  border: 1px solid rgba(206, 212, 218, 0.5);
  height: 38px;
  margin: 0;
  overflow: hidden;
  min-width: 180px;
  flex-shrink: 0;
}
.search-wrapper label {
  position: absolute;
  left: 12px;
  font-size: 0.8rem;
  color: #6c757d;
  pointer-events: none;
  z-index: 1;
}
.search-wrapper.with-label {
  padding-left: 65px;
}
.search-wrapper.with-label select, .search-wrapper.with-label .search-input {
  padding-left: 0;
}
.search-wrapper select {
  appearance: none;
  background: none;
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
  color: #28283d;
  font-size: 0.9rem;
  padding: 0 30px 0 12px;
  cursor: pointer;
}
.search-wrapper select:focus {
  box-shadow: 0 0 0 2px rgba(40, 40, 61, 0.25);
}
.search-wrapper .search-input {
  width: 100%;
  height: 100%;
  border: none;
  background: none;
  padding: 0 12px;
  font-size: 0.9rem;
  color: #28283d;
  outline: none;
}
.search-wrapper .search-input:focus {
  border-color: #28283d;
  box-shadow: 0 0 0 3px rgba(40, 40, 61, 0.2);
  outline: none;
}
.search-wrapper .search-input::placeholder {
  color: #adb5bd;
}
.search-wrapper .search-input.searching {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"/><path d="M12 6v6l4 2"/></svg>');
  background-repeat: no-repeat;
  background-position: right 40px center;
  background-size: 16px;
  animation: pulse 1.5s infinite;
}
@keyframes pulse {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}
.search-wrapper .search-button {
  background: none;
  border: none;
  padding: 0 12px;
  color: #adb5bd;
  cursor: pointer;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s;
  position: absolute;
  right: 0;
}
.search-wrapper .search-button:hover {
  color: #28283d;
}
.search-wrapper .search-button i {
  font-size: 1rem;
}
.search-wrapper:not(.search-only)::after {
  content: "";
  position: absolute;
  right: 12px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #adb5bd;
  border-bottom: 2px solid #adb5bd;
  transform: rotate(45deg) translateY(-5px);
  pointer-events: none;
}
.search-wrapper.search-only::after {
  display: none;
}

.table-actions-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border-radius: 0.25rem 0.25rem 0 0;
  border: 1px solid #dee2e6;
  border-bottom: none;
}
.table-actions-bar .bulk-actions-wrapper {
  flex: 1;
}
.table-actions-bar .bulk-actions-wrapper .bulk-actions-form {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.table-actions-bar .bulk-actions-wrapper .bulk-actions-form .search-wrapper {
  min-width: 200px;
}
.table-actions-bar .bulk-actions-wrapper .bulk-actions-form button {
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 12px;
  background: #28283d;
  color: #fff;
  border: none;
  border-radius: 0.25rem;
  cursor: pointer;
  font-weight: 500;
}
.table-actions-bar .bulk-actions-wrapper .bulk-actions-form button:hover {
  background: rgb(29.900990099, 29.900990099, 45.599009901);
}
.table-actions-bar .search-actions-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.table-actions-bar .search-actions-wrapper .search-wrapper {
  min-width: 250px;
}

.table {
  width: 100%;
  margin-bottom: 1.5rem;
  color: #343a40;
  vertical-align: top;
  border-color: #e9ecef;
}
@media (max-width: 1024px) {
  .table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.table > :not(caption) > * > * {
  padding: 1rem;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e9ecef;
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: #dee2e6;
}
.table > :not(caption) > * > .table-action {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: right;
  white-space: nowrap;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.5rem;
}

.table-bordered {
  border: 1px solid #e9ecef;
}
.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: rgba(248, 249, 250, 0.5);
}

.table-hover > tbody > tr:hover > * {
  background-color: rgba(233, 236, 239, 0.5);
}

.table-primary {
  --bs-table-bg: rgba($primary-color, 0.1);
  --bs-table-striped-bg: rgba($primary-color, 0.15);
  --bs-table-active-bg: rgba($primary-color, 0.2);
  --bs-table-hover-bg: rgba($primary-color, 0.15);
  --bs-table-border-color: rgba($primary-color, 0.2);
  color: #28283d;
  border-color: var(--bs-table-border-color);
}
.table-primary > :not(caption) > * > * {
  background-color: var(--bs-table-bg);
}
.table-primary.table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: var(--bs-table-striped-bg);
}
.table-primary.table-hover > tbody > tr:hover > * {
  background-color: var(--bs-table-hover-bg);
}
.table-primary.table-active {
  background-color: var(--bs-table-active-bg);
}

.table-secondary {
  --bs-table-bg: rgba($secondary-color, 0.1);
  --bs-table-striped-bg: rgba($secondary-color, 0.15);
  --bs-table-active-bg: rgba($secondary-color, 0.2);
  --bs-table-hover-bg: rgba($secondary-color, 0.15);
  --bs-table-border-color: rgba($secondary-color, 0.2);
  color: #28283d;
  border-color: var(--bs-table-border-color);
}
.table-secondary > :not(caption) > * > * {
  background-color: var(--bs-table-bg);
}
.table-secondary.table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: var(--bs-table-striped-bg);
}
.table-secondary.table-hover > tbody > tr:hover > * {
  background-color: var(--bs-table-hover-bg);
}
.table-secondary.table-active {
  background-color: var(--bs-table-active-bg);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 576px) {
  .table-responsive {
    border-radius: 0.25rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  }
  .table-responsive .table {
    margin-bottom: 0;
    font-size: 0.875rem;
  }
  .table-responsive .table th, .table-responsive .table td {
    padding: 0.5rem;
    white-space: nowrap;
  }
  .table-responsive .table th {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
}
@media (max-width: 480px) {
  .table-responsive .table {
    font-size: 0.75rem;
  }
  .table-responsive .table th, .table-responsive .table td {
    padding: 0.25rem;
  }
}

@media (max-width: 575px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 767px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 991px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1199px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1399px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 576px) {
  .table-mobile-cards .table {
    display: none;
  }
  .table-mobile-cards .table-mobile-card {
    display: block;
    background: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    margin-bottom: 0.5rem;
    padding: 1rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  }
  .table-mobile-cards .table-mobile-card .card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #dee2e6;
  }
  .table-mobile-cards .table-mobile-card .card-header .card-title {
    font-weight: 600;
    color: #28283d;
    margin: 0;
  }
  .table-mobile-cards .table-mobile-card .card-header .card-actions {
    display: flex;
    gap: 0.25rem;
  }
  .table-mobile-cards .table-mobile-card .card-body .field {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.25rem 0;
    border-bottom: 1px solid rgba(222, 226, 230, 0.5);
  }
  .table-mobile-cards .table-mobile-card .card-body .field:last-child {
    border-bottom: none;
  }
  .table-mobile-cards .table-mobile-card .card-body .field .field-label {
    font-weight: 500;
    color: #6c757d;
    font-size: 0.875rem;
  }
  .table-mobile-cards .table-mobile-card .card-body .field .field-value {
    color: #28283d;
    font-size: 0.875rem;
    text-align: right;
    max-width: 60%;
    word-break: break-word;
  }
}
@media (min-width: 577px) {
  .table-mobile-cards .table-mobile-card {
    display: none;
  }
}

body.dark-mode .table-mobile-cards .table-mobile-card {
  background: #28283d;
  border-color: rgb(60.198019802, 60.198019802, 91.801980198);
}
body.dark-mode .table-mobile-cards .table-mobile-card .card-body .field {
  border-bottom-color: rgb(50.099009901, 50.099009901, 76.400990099);
}
body.dark-mode .table-mobile-cards .table-mobile-card .card-body .field .field-label {
  color: #ced4da;
}
body.dark-mode .table-mobile-cards .table-mobile-card .card-body .field .field-value {
  color: #dee2e6;
}

.module-table-wrapper {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: visible;
  background: #ffffff;
  border-radius: 0.25rem;
  border: 1px solid #dee2e6;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  box-sizing: border-box;
  position: relative;
  margin: 0;
  padding: 0;
  min-width: 0;
  flex-shrink: 1;
  contain: layout style;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.card-content .module-table-wrapper {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.module-table-wrapper::-webkit-scrollbar {
  display: none;
}
@supports (-ms-ime-align: auto) {
  .module-table-wrapper {
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .module-table-wrapper .module-table {
    min-width: 700px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .module-table-wrapper::-webkit-scrollbar {
    width: 0;
    height: 0;
    background: transparent;
  }
  .module-table-wrapper .module-table {
    min-width: 800px;
    width: 100%;
    max-width: 100%;
  }
}
@-moz-document url-prefix() {
  .module-table-wrapper {
    max-width: 100%;
  }
  .module-table-wrapper .module-table {
    min-width: 800px;
    width: 100%;
    max-width: 100%;
  }
}
.module-table-wrapper.responsive-desktop-xl .module-table {
  min-width: 800px !important;
  max-width: 100% !important;
}
.module-table-wrapper.responsive-desktop-md .module-table {
  min-width: 750px !important;
  max-width: 100% !important;
}
.module-table-wrapper.responsive-desktop-sm .module-table {
  min-width: 700px !important;
  max-width: 100% !important;
}
@media (max-width: 1024px) {
  .module-table-wrapper {
    border-radius: 0.2rem;
  }
}
@media (max-width: 576px) {
  .module-table-wrapper {
    border: 1px solid #dee2e6;
  }
}
@media (max-width: 480px) {
  .module-table-wrapper {
    overflow-x: visible;
  }
  .module-table-wrapper .module-table {
    display: none;
  }
  .module-table-wrapper .table-mobile-card {
    display: block;
    background: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 0.2rem;
    margin-bottom: 0.5rem;
    padding: 0.5rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  }
  .module-table-wrapper .table-mobile-card .card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.25rem;
    padding-bottom: 0.25rem;
    border-bottom: 1px solid #dee2e6;
  }
  .module-table-wrapper .table-mobile-card .card-header .card-title {
    font-weight: 600;
    font-size: 0.875rem;
    color: #28283d;
  }
  .module-table-wrapper .table-mobile-card .card-header .card-status {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
    border-radius: 0.2rem;
    font-weight: 500;
  }
  .module-table-wrapper .table-mobile-card .card-content .content-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.25rem 0;
    border-bottom: 1px solid #f8f9fa;
  }
  .module-table-wrapper .table-mobile-card .card-content .content-row:last-child {
    border-bottom: none;
  }
  .module-table-wrapper .table-mobile-card .card-content .content-row .label {
    font-size: 0.75rem;
    color: #6c757d;
    font-weight: 500;
  }
  .module-table-wrapper .table-mobile-card .card-content .content-row .value {
    font-size: 0.875rem;
    color: #28283d;
    text-align: right;
  }
}
.module-table-wrapper .module-table__row.search-highlight {
  background-color: rgba(40, 40, 61, 0.05);
}
.module-table-wrapper .module-table__row.selected-highlight {
  background-color: rgba(254, 84, 22, 0.1);
  border-left: 3px solid #fe5416;
}
.module-table-wrapper .module-table__row.selected-highlight td {
  font-weight: 500;
}
.module-table-wrapper .empty-state {
  padding: 1.5rem;
}
.module-table-wrapper .empty-state i {
  font-size: 2rem;
}

.module-table-wrapper[data-simple=true] {
  max-width: 100%;
  overflow-x: auto;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.module-table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
  table-layout: auto;
  max-width: 100%;
}
.module-table th, .module-table td {
  padding: 0.5rem 1rem;
  text-align: left;
  border-bottom: 1px solid #dee2e6;
  white-space: nowrap;
  overflow: visible;
  position: relative;
}
.module-table[id=loginAttemptsTable] {
  min-width: 800px;
}
.module-table[id=loginAttemptsTable] th, .module-table[id=loginAttemptsTable] td {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.module-table[id=loginAttemptsTable] th {
  font-size: 0.75rem;
}
.module-table[id=loginAttemptsTable] .module-table__td--main {
  white-space: normal;
  max-width: 180px;
  word-break: break-word;
}
.module-table[id=loginAttemptsTable] th:nth-child(6),
.module-table[id=loginAttemptsTable] td:nth-child(6) {
  white-space: nowrap;
  font-size: 0.75rem;
}
@media (max-width: 992px) {
  .module-table[id=loginAttemptsTable] {
    min-width: 600px;
  }
}
@media (max-width: 768px) {
  .module-table[id=loginAttemptsTable] {
    min-width: 500px;
  }
}
@media (max-width: 992px) {
  .module-table[id=loginAttemptsTable] th:nth-child(5),
  .module-table[id=loginAttemptsTable] td:nth-child(5) {
    display: none;
  }
  .module-table[id=loginAttemptsTable] th:nth-child(8),
  .module-table[id=loginAttemptsTable] td:nth-child(8) {
    display: none;
  }
}
@media (max-width: 768px) {
  .module-table[id=loginAttemptsTable] th:nth-child(5),
  .module-table[id=loginAttemptsTable] td:nth-child(5) {
    display: none;
  }
  .module-table[id=loginAttemptsTable] th:nth-child(7),
  .module-table[id=loginAttemptsTable] td:nth-child(7) {
    display: none;
  }
  .module-table[id=loginAttemptsTable] th:nth-child(8),
  .module-table[id=loginAttemptsTable] td:nth-child(8) {
    display: none;
  }
}
.module-table tbody {
  overflow: visible;
}
.module-table tbody tr {
  overflow: visible;
  position: relative;
}
@supports (-ms-ime-align: auto) {
  .module-table {
    min-width: 800px;
    width: auto;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .module-table {
    min-width: 800px;
    width: auto;
  }
}
@media (max-width: 1024px) {
  .module-table {
    min-width: 500px;
  }
  .module-table th, .module-table td {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
  }
  .module-table th {
    font-size: 0.75rem;
  }
  .module-table .module-table__th--actions,
  .module-table .module-table__td--actions {
    width: auto;
    min-width: 100px;
    max-width: 120px;
  }
}
@media (max-width: 576px) {
  .module-table {
    min-width: 400px;
  }
  .module-table th, .module-table td {
    padding: 0.25rem;
    font-size: 0.75rem;
  }
  .module-table th {
    font-size: 10px;
  }
}
@media (max-width: 480px) {
  .module-table {
    display: none;
  }
}
.module-table__header {
  background-color: #f8f9fa;
}
.module-table__header th {
  padding: 0.5rem 1rem;
  font-weight: 600;
  text-align: left;
  color: #495057;
  border-bottom: 1px solid #dee2e6;
  white-space: nowrap;
  background: #e9ecef;
  font-weight: 500;
  color: #495057 !important;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.module-table__header th a {
  color: #495057 !important;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.module-table__header th a:hover {
  color: #28283d !important;
  text-decoration: none;
}
.module-table__header th a i {
  color: #495057 !important;
}
.module-table__header .select-all-wrapper {
  float: right;
  margin-right: 5px;
}
.module-table__header .actions-column, .module-table__header.module-table__th--actions {
  width: auto;
  min-width: 120px;
  max-width: 150px;
  text-align: center;
}
.module-table__header .checkbox-column, .module-table__header.module-table__th--checkbox {
  width: 50px;
  min-width: 50px;
  text-align: center;
  padding: 0.5rem;
}
.module-table__header .checkbox-column .checkbox-wrapper, .module-table__header.module-table__th--checkbox .checkbox-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.module-table__header .status-column {
  width: 60px;
  min-width: 60px;
  text-align: center;
}
.module-table__header .customer-id-column {
  width: 120px;
  min-width: 120px;
}
.module-table__header .customer-type-column {
  width: 60px;
  min-width: 60px;
}
.module-table__header .customer-name-column {
  width: 150px;
  min-width: 150px;
}
.module-table__header .customer-email-column {
  width: 200px;
  min-width: 200px;
}
.module-table__header .customer-phone-column {
  width: 100px;
  min-width: 100px;
}
.module-table__header .customer-workorders-column {
  width: 110px;
  min-width: 110px;
  text-align: center;
}
.module-table__header .customer-actions-column {
  width: 100px;
  min-width: 100px;
  text-align: center;
}
.module-table__row {
  transition: background-color 0.2s ease;
}
.module-table__row td {
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #dee2e6;
  color: #28283d !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1rem;
}
.module-table__row td a {
  color: #28283d !important;
  text-decoration: none;
}
.module-table__row td a:hover {
  color: #28283d !important;
  text-decoration: underline;
}
.module-table__row td.checkbox-column, .module-table__row td.module-table__td--checkbox {
  width: 50px;
  min-width: 50px;
  padding: 0.5rem;
  text-align: center;
}
.module-table__row td.checkbox-column .checkbox-wrapper, .module-table__row td.module-table__td--checkbox .checkbox-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.module-table__row td.status-column {
  width: 60px;
  min-width: 60px;
  text-align: center;
  padding: 0.25rem;
}
.module-table__row td.status-column .status-image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.module-table__row td.status-column .material-thumbnail-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.module-table__row td.status-column .material-thumbnail-wrapper .material-thumbnail {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid #dee2e6;
  flex-shrink: 0;
}
.module-table__row td.status-column .material-thumbnail-wrapper .material-thumbnail-placeholder {
  width: 40px;
  height: 40px;
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.module-table__row td.status-column .material-thumbnail-wrapper .material-thumbnail-placeholder i {
  color: #ced4da;
  font-size: 20px;
}
.module-table__row td.module-table__td--actions {
  width: auto;
  min-width: 120px;
  max-width: 150px;
  text-align: center;
  overflow: visible;
}
.module-table__row td.module-table__td--main {
  max-width: 250px;
  min-width: 150px;
}
.module-table__row td.module-table__td--main .module-table__link {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.module-table__row td.customer-id-column {
  width: 120px;
  min-width: 120px;
}
.module-table__row td.customer-type-column {
  width: 60px;
  min-width: 60px;
}
.module-table__row td.customer-name-column {
  width: 150px;
  min-width: 150px;
}
.module-table__row td.customer-email-column {
  width: 200px;
  min-width: 200px;
}
.module-table__row td.customer-phone-column {
  width: 100px;
  min-width: 100px;
}
.module-table__row td.customer-workorders-column {
  width: 70px;
  min-width: 70px;
  text-align: center;
}
.module-table__row td.customer-actions-column {
  width: 80px;
  min-width: 80px;
  text-align: center;
  overflow: visible;
}
.module-table__row td.customer-actions-column .action-buttons-wrapper {
  display: flex;
  justify-content: center;
  gap: 4px;
  flex-wrap: nowrap;
  overflow: visible;
  position: relative;
}
.module-table__row td.id-column {
  color: #6c757d;
  font-size: 0.875rem;
}
.module-table__row:hover {
  background-color: #f8f9fa;
}
.module-table__row:last-child td {
  border-bottom: none;
}
.module-table .module-table__td--numeric,
.module-table th.module-table__th--numeric {
  min-width: 120px;
  width: auto;
  text-align: left;
  padding-right: 1rem;
  padding-left: 1rem;
  white-space: nowrap;
  font-weight: 500;
}
.module-table .status-column,
.module-table th.status-column {
  min-width: 60px;
  width: 60px;
  text-align: center;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  overflow: visible;
}
.module-table .status-column .status-image-wrapper,
.module-table th.status-column .status-image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.module-table .status-column .material-thumbnail-wrapper,
.module-table th.status-column .material-thumbnail-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.module-table .status-column .material-thumbnail-wrapper .material-thumbnail,
.module-table th.status-column .material-thumbnail-wrapper .material-thumbnail {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid #dee2e6;
  cursor: pointer;
  transition: all 0.2s ease;
  flex-shrink: 0;
}
.module-table .status-column .material-thumbnail-wrapper .material-thumbnail:hover,
.module-table th.status-column .material-thumbnail-wrapper .material-thumbnail:hover {
  border-color: #28283d;
  transform: scale(1.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.module-table .status-column .material-thumbnail-wrapper .material-thumbnail-placeholder,
.module-table th.status-column .material-thumbnail-wrapper .material-thumbnail-placeholder {
  width: 40px;
  height: 40px;
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.module-table .status-column .material-thumbnail-wrapper .material-thumbnail-placeholder i,
.module-table th.status-column .material-thumbnail-wrapper .material-thumbnail-placeholder i {
  color: #ced4da;
  font-size: 20px;
}
.module-table .workorders-column {
  min-width: 150px;
  max-width: 200px;
}
.module-table .progress-column {
  min-width: 80px;
  width: 80px;
  text-align: center;
}
.module-table .type-column {
  text-align: center;
}
.module-table .type-column .customer-type-icon {
  font-size: 1rem;
  color: var(--text-secondary);
}
@media (max-width: 1200px) {
  .module-table .progress-column {
    display: none;
  }
  .module-table .module-table__td--numeric,
  .module-table th.module-table__th--numeric {
    min-width: 110px;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
@media (max-width: 768px) {
  .module-table .workorders-column {
    display: none;
  }
  .module-table .module-table__td--numeric,
  .module-table th.module-table__th--numeric {
    min-width: 100px;
    font-size: 0.9rem;
  }
}
@media (max-width: 480px) {
  .module-table .module-table__td--numeric,
  .module-table th.module-table__th--numeric {
    min-width: 90px;
    font-size: 0.85rem;
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
}
.module-table tbody tr {
  transition: all 0.2s ease;
}
.module-table tbody tr:hover {
  background: rgba(248, 249, 250, 0.5);
}
.module-table tbody tr:last-child td {
  border-bottom: none;
}

body.dark-mode .table {
  color: #dee2e6;
  border-color: rgb(50.099009901, 50.099009901, 76.400990099);
}
body.dark-mode .table > :not(caption) > * > * {
  border-bottom-color: rgb(50.099009901, 50.099009901, 76.400990099);
}
body.dark-mode .table > :not(:last-child) > :last-child > * {
  border-bottom-color: rgb(56.1584158416, 56.1584158416, 85.6415841584);
}
body.dark-mode .table-bordered {
  border-color: rgb(50.099009901, 50.099009901, 76.400990099);
}
body.dark-mode .table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: rgba(0, 0, 0, 0.15);
}
body.dark-mode .table-hover > tbody > tr:hover > * {
  background-color: rgba(0, 0, 0, 0.2);
}
body.dark-mode .module-table-wrapper {
  background: #28283d;
  border-color: rgb(60.198019802, 60.198019802, 91.801980198);
}
body.dark-mode .module-table-wrapper .table-mobile-card {
  background: #28283d;
  border-color: rgb(60.198019802, 60.198019802, 91.801980198);
}
body.dark-mode .module-table-wrapper .table-mobile-card .card-content .content-row {
  border-bottom-color: rgb(50.099009901, 50.099009901, 76.400990099);
}
body.dark-mode .module-table-wrapper .table-mobile-card .card-content .content-row .label {
  color: #ced4da;
}
body.dark-mode .module-table-wrapper .table-mobile-card .card-content .content-row .value {
  color: #dee2e6;
}
body.dark-mode .module-table th {
  background-color: rgb(50.099009901, 50.099009901, 76.400990099);
  color: #dee2e6;
  border-bottom-color: rgb(60.198019802, 60.198019802, 91.801980198);
}
body.dark-mode .module-table td {
  color: #dee2e6 !important;
  border-bottom-color: rgb(50.099009901, 50.099009901, 76.400990099);
}
body.dark-mode .module-table__row:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.alert {
  position: relative;
  padding: 1rem 1.5rem;
  margin-bottom: 1.5rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
@media (max-width: 768px) {
  .alert {
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 576px) {
  .alert {
    padding: 0.25rem 0.5rem;
    margin-bottom: 0.5rem;
  }
}
.alert .alert-heading {
  color: inherit;
}
.alert .alert-link {
  font-weight: 700;
}
.alert.alert-dismissible {
  padding-right: 3rem;
}
.alert.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1rem 1.5rem;
}

.alert-primary {
  color: hsl(240, 20.7920792079%, -10.1960784314%);
  background-color: rgb(115.7871287129, 115.7871287129, 163.7128712871);
  border-color: rgb(100.5940594059, 100.5940594059, 153.4059405941);
}
.alert-primary .alert-link {
  color: hsl(240, 20.7920792079%, -20.1960784314%);
}

.alert-secondary {
  color: rgb(122.4743589744, 33.1153846154, 0.5256410256);
  background-color: rgb(254.7628205128, 214.4423076923, 199.7371794872);
  border-color: rgb(254.6538461538, 195.8076923077, 174.3461538462);
}
.alert-secondary .alert-link {
  color: rgb(71.6923076923, 19.3846153846, 0.3076923077);
}

.alert-success {
  color: rgb(10.4347826087, 43.5652173913, 18);
  background-color: rgb(195.7028985507, 240.7971014493, 206);
  border-color: rgb(175.1304347826, 235.8695652174, 189);
}
.alert-success .alert-link {
  color: rgb(0.5797101449, 2.4202898551, 1);
}

.alert-danger {
  color: rgb(161.0843373494, 29.9156626506, 29.9156626506);
  background-color: hsl(0, 68.6746987952%, 102.4509803922%);
  border-color: rgb(252.9638554217, 244.0361445783, 244.0361445783);
}
.alert-danger .alert-link {
  color: rgb(118.0722891566, 21.9277108434, 21.9277108434);
}

.alert-warning {
  color: rgb(139.578313253, 25.921686747, 25.921686747);
  background-color: hsl(0, 68.6746987952%, 102.4509803922%);
  border-color: rgb(252.9638554217, 244.0361445783, 244.0361445783);
}
.alert-warning .alert-link {
  color: rgb(96.5662650602, 17.9337349398, 17.9337349398);
}

.alert-info {
  color: rgb(6, 42.2608695652, 48);
  background-color: rgb(189.6666666667, 239.0217391304, 246.8333333333);
  border-color: rgb(167, 233.4782608696, 244);
}
.alert-info .alert-link {
  color: rgb(0.3333333333, 2.347826087, 2.6666666667);
}

.alert-light {
  color: rgb(255, 220.4, 82);
  background-color: #fffbeb;
  border-color: rgb(255, 245.9, 209.5);
}
.alert-light .alert-link {
  color: rgb(255, 210.2, 31);
}

.alert-dark {
  color: #fffbeb;
  background-color: #28283d;
  border-color: rgb(60.198019802, 60.198019802, 91.801980198);
}
.alert-dark .alert-link {
  color: #ffffff;
}

body.dark-mode .alert-primary {
  color: rgb(80.396039604, 80.396039604, 122.603960396);
  background-color: rgba(40, 40, 61, 0.2);
  border-color: rgba(40, 40, 61, 0.3);
}
body.dark-mode .alert-primary .alert-link {
  color: rgb(100.5940594059, 100.5940594059, 153.4059405941);
}
body.dark-mode .alert-secondary {
  color: rgb(254.4358974359, 158.5384615385, 123.5641025641);
  background-color: rgba(254, 84, 22, 0.2);
  border-color: rgba(254, 84, 22, 0.3);
}
body.dark-mode .alert-secondary .alert-link {
  color: rgb(254.6538461538, 195.8076923077, 174.3461538462);
}
body.dark-mode .alert-success {
  color: rgb(92.8405797101, 216.1594202899, 121);
  background-color: rgba(40, 167, 69, 0.2);
  border-color: rgba(40, 167, 69, 0.3);
}
body.dark-mode .alert-success .alert-link {
  color: rgb(133.9855072464, 226.0144927536, 155);
}
body.dark-mode .alert-danger {
  color: rgb(244.9759036145, 201.0240963855, 201.0240963855);
  background-color: rgba(229, 115, 115, 0.2);
  border-color: rgba(229, 115, 115, 0.3);
}
body.dark-mode .alert-danger .alert-link {
  color: rgb(252.9638554217, 244.0361445783, 244.0361445783);
}
body.dark-mode .alert-warning {
  color: rgb(244.9759036145, 201.0240963855, 201.0240963855);
  background-color: rgba(229, 115, 115, 0.2);
  border-color: rgba(229, 115, 115, 0.3);
}
body.dark-mode .alert-warning .alert-link {
  color: rgb(244.9759036145, 201.0240963855, 201.0240963855);
}
body.dark-mode .alert-info {
  color: rgb(76.3333333333, 211.3043478261, 232.6666666667);
  background-color: rgba(23, 162, 184, 0.2);
  border-color: rgba(23, 162, 184, 0.3);
}
body.dark-mode .alert-info .alert-link {
  color: rgb(121.6666666667, 222.3913043478, 238.3333333333);
}
body.dark-mode .alert-light {
  color: #dee2e6;
  background-color: rgba(108, 117, 125, 0.2);
  border-color: rgba(108, 117, 125, 0.3);
}
body.dark-mode .alert-light .alert-link {
  color: #ffffff;
}
body.dark-mode .alert-dark {
  color: #dee2e6;
  background-color: rgba(0, 0, 0, 0.4);
  border-color: rgba(0, 0, 0, 0.5);
}
body.dark-mode .alert-dark .alert-link {
  color: #ffffff;
}

.empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 3rem;
  color: #6c757d;
}
.empty-state i {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
  color: #ced4da;
  opacity: 0.6;
  display: block;
}
.empty-state .empty-state__icon {
  font-size: 3rem;
  margin-bottom: 1rem;
  color: #ced4da;
  opacity: 0.7;
}
.empty-state h3 {
  margin: 0 0 0.5rem;
  color: #495057;
  font-size: 1.25rem;
  font-weight: 600;
}
.empty-state p {
  margin: 0;
  font-size: 0.875rem;
  max-width: 400px;
}
.empty-state--minimal {
  padding: 0.25rem;
  color: var(--neutral-400, #adb5bd);
  font-style: italic;
  font-size: 0.875rem;
}
.empty-state--minimal i {
  display: none;
}
.empty-state--minimal h3 {
  display: none;
}
.empty-state--dropzone {
  text-align: left;
  padding: 1rem;
  font-size: 0.875rem;
  border: none;
  border-radius: 0.5rem;
  background-color: rgba(0, 0, 0, 0.02);
  min-height: 70px;
  width: 100%;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.empty-state--dropzone i {
  font-size: 1.5rem;
  margin-right: 0.5rem;
  margin-bottom: 0;
  color: #B39DDB;
  animation: bounce-up 2s infinite;
}
.empty-state--dropzone:hover {
  background-color: rgba(179, 157, 219, 0.08);
  transform: translateY(-2px);
}
.empty-state--dropzone .empty-dropzone-icon {
  margin-right: 0.5rem;
}
.empty-state--dropzone .empty-dropzone-text {
  margin-bottom: 0;
}
.empty-state--with-border {
  background: rgba(248, 249, 250, 0.5);
  border-radius: 0.25rem;
  border: 2px dashed #dee2e6;
  padding: 3rem;
}
.empty-state--with-border p {
  font-weight: 500;
}
.empty-state .reset-search-btn {
  background-color: #28283d;
  color: #ffffff;
  border: none;
  padding: 0.25rem 0.5rem;
  border-radius: 0.2rem;
  cursor: pointer;
  transition: all 0.2s ease;
  margin-top: 1rem;
}
.empty-state .reset-search-btn:hover {
  background-color: rgb(29.900990099, 29.900990099, 45.599009901);
}

@keyframes bounce-up {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
body.dark-mode .empty-state {
  color: #ced4da;
}
body.dark-mode .empty-state i, body.dark-mode .empty-state .empty-state__icon {
  color: #adb5bd;
}
body.dark-mode .empty-state h3 {
  color: #dee2e6;
}
body.dark-mode .empty-state--with-border {
  background: rgba(52, 58, 64, 0.3);
  border-color: #495057;
}
body.dark-mode .empty-state--dropzone {
  background-color: rgba(255, 255, 255, 0.02);
}
body.dark-mode .empty-state--dropzone:hover {
  background-color: rgba(179, 157, 219, 0.1);
}

.badge, .employee-count-badge {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 50rem;
}
@media (max-width: 768px) {
  .badge, .employee-count-badge {
    padding: calc(0.25rem / 1.5) calc(0.5rem / 1.5);
    font-size: 0.7em;
  }
}
@media (max-width: 576px) {
  .badge, .employee-count-badge {
    padding: calc(0.25rem / 2) calc(0.5rem / 2);
    font-size: 0.65em;
  }
}
.badge:empty, .employee-count-badge:empty {
  display: none;
}

.badge-primary, .employee-count-badge {
  background-color: #28283d;
  color: #ffffff;
}

.badge-secondary {
  background-color: #fe5416;
  color: #ffffff;
}

.badge-success {
  background-color: #28a745;
  color: #ffffff;
}

.badge-danger {
  background-color: #E57373;
  color: #ffffff;
}

.badge-warning {
  background-color: #E57373;
  color: #ffffff;
}

.badge-info {
  background-color: #17a2b8;
  color: #ffffff;
}

.badge-light {
  background-color: #fffbeb;
  color: #ffffff;
}

.badge-business {
  background-color: #4E342E;
  color: #ffffff;
}

.badge-dark {
  background-color: #28283d;
  color: #ffffff;
}

.badge-orange {
  background-color: #fe5416;
  color: #ffffff;
}

.badge-blue {
  background-color: #4285F4;
  color: #ffffff;
}

.badge-gray {
  background-color: #6c757d;
  color: #ffffff;
}

.badge-outline-primary {
  background-color: transparent;
  color: #28283d;
  border: 1px solid #28283d;
}

.badge-outline-secondary {
  background-color: transparent;
  color: #fe5416;
  border: 1px solid #fe5416;
}

.badge-outline-success {
  background-color: transparent;
  color: #28a745;
  border: 1px solid #28a745;
}

.badge-outline-danger {
  background-color: transparent;
  color: #E57373;
  border: 1px solid #E57373;
}

.badge-outline-warning {
  background-color: transparent;
  color: #E57373;
  border: 1px solid #E57373;
}

.badge-outline-info {
  background-color: transparent;
  color: #17a2b8;
  border: 1px solid #17a2b8;
}

.badge-outline-light {
  background-color: transparent;
  color: #6c757d;
  border: 1px solid #dee2e6;
}

.badge-outline-dark {
  background-color: transparent;
  color: #28283d;
  border: 1px solid #28283d;
}

.badge-pill {
  padding-right: 1rem;
  padding-left: 1rem;
  border-radius: 50rem;
}

.status-concept {
  background-color: #17a2b8;
  color: #6c757d;
}

.status-sent {
  background-color: #E57373;
  color: #ffffff;
}

.status-adjustment {
  background-color: #17a2b8;
  color: #ffffff;
}

.status-accepted {
  background-color: #28a745;
  color: #ffffff;
}

.status-rejected {
  background-color: #E57373;
  color: #ffffff;
}

.status-expired {
  background-color: #6c757d;
  color: #ffffff;
}

.status-viewed {
  background-color: #B39DDB;
  color: #ffffff;
}

.status-converted {
  background-color: #fe5416;
  color: #ffffff;
}

.employee-count-badge {
  font-size: 0.875rem;
}

.role-badge {
  display: inline-flex;
  padding: 0.25rem 0.5rem;
  background-color: #f8f9fa;
  color: #495057;
  border-radius: 0.25rem;
  font-size: 0.85rem;
  font-weight: 500;
}

.workorder-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 8px;
  background-color: rgba(149, 117, 205, 0.1);
  border: 1px solid rgba(149, 117, 205, 0.3);
  border-radius: 0.25rem;
  font-size: 0.75rem;
  font-weight: 500;
  text-decoration: none;
  color: #9575CD;
  transition: all 0.2s ease;
}
.workorder-badge i {
  font-size: 0.7rem;
  color: #9575CD;
}
.workorder-badge:hover {
  background-color: rgba(149, 117, 205, 0.15);
  border-color: rgba(149, 117, 205, 0.5);
  text-decoration: none;
  color: rgb(120.2446808511, 79.5638297872, 191.4361702128);
}
.workorder-badge--more {
  background-color: rgba(75, 136, 249, 0.1);
  color: #4b88f9;
  border-color: rgba(75, 136, 249, 0.3);
  cursor: default;
}
.workorder-badge--more:hover {
  background-color: rgba(75, 136, 249, 0.1);
}
.workorder-badge--subscription {
  background-color: rgba(75, 136, 249, 0.1);
  color: #4b88f9;
  border-color: rgba(75, 136, 249, 0.3);
}
.workorder-badge--subscription i {
  color: #4b88f9;
}
.workorder-badge--subscription:hover {
  background-color: rgba(75, 136, 249, 0.15);
  border-color: rgba(75, 136, 249, 0.5);
  color: rgb(25.6451612903, 103.3709677419, 247.3548387097);
}
.workorder-badge--quote {
  background-color: rgba(0, 96, 100, 0.1);
  color: #006064;
  border-color: rgba(0, 96, 100, 0.3);
}
.workorder-badge--quote i {
  color: #006064;
}
.workorder-badge--quote:hover {
  background-color: rgba(0, 96, 100, 0.15);
  border-color: rgba(0, 96, 100, 0.5);
  color: rgb(0, 47.04, 49);
}
.workorder-badge--invoice {
  background-color: rgba(75, 136, 249, 0.1);
  color: #4b88f9;
  border-color: rgba(75, 136, 249, 0.3);
}
.workorder-badge--invoice i {
  color: #4b88f9;
}
.workorder-badge--invoice:hover {
  background-color: rgba(75, 136, 249, 0.15);
  border-color: rgba(75, 136, 249, 0.5);
  color: rgb(25.6451612903, 103.3709677419, 247.3548387097);
}

.progress-badge {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  font-weight: 600;
  white-space: nowrap;
}
.progress-badge--success {
  background-color: #e8f5e9;
  color: #388e3c;
}
.progress-badge--warning {
  background-color: #fff3e0;
  color: #f57c00;
}
.progress-badge--info {
  background-color: #e3f2fd;
  color: #1976d2;
}
.progress-badge--danger {
  background-color: #ffebee;
  color: #c62828;
}

.task-type-badge {
  display: inline-block;
  padding: 2px 6px;
  border-radius: 0.25rem;
  font-size: 0.75em;
  font-weight: 600;
  text-transform: uppercase;
  color: white;
  margin-bottom: 4px;
}
.task-type-badge.training {
  background-color: #10B981;
}
.task-type-badge.course {
  background-color: #3B82F6;
}
.task-type-badge.workshop {
  background-color: #8B5CF6;
}
.task-type-badge.meeting {
  background-color: #F59E0B;
}
.task-type-badge.other {
  background-color: #6B7280;
}

body.dark-mode .badge-light {
  background-color: #6c757d;
  color: #ffffff;
}
body.dark-mode .badge-dark {
  background-color: #000000;
  color: #ffffff;
}
body.dark-mode .badge-outline-light {
  color: #dee2e6;
  border-color: #6c757d;
}
body.dark-mode .badge-outline-dark {
  color: #dee2e6;
  border-color: #343a40;
}

.category-root-badge {
  margin-left: 0.25rem;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 2px 8px;
  border-radius: 0.75rem;
  background-color: rgba(40, 40, 61, 0.1);
  color: #28283d;
  border: 1px solid rgba(40, 40, 61, 0.2);
}

.category-subcount-badge {
  margin-left: 0.25rem;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 2px 8px;
  border-radius: 0.75rem;
  background-color: rgba(23, 162, 184, 0.1);
  color: #17a2b8;
  border: 1px solid rgba(23, 162, 184, 0.2);
}
.category-subcount-badge i {
  font-size: 10px;
  margin-right: 2px;
}

.category-material-badge {
  margin-left: 0.25rem;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 2px 8px;
  border-radius: 0.75rem;
  background-color: rgba(23, 162, 184, 0.1);
  color: #17a2b8;
  border: 1px solid rgba(23, 162, 184, 0.2);
}
.category-material-badge i {
  font-size: 10px;
  margin-right: 2px;
}

.dashboard-stats {
  display: grid;
  gap: 1.5rem;
  margin-bottom: 3rem;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1200px) {
  .dashboard-stats {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 992px) {
  .dashboard-stats {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .dashboard-stats {
    grid-template-columns: 1fr;
  }
}
.dashboard-stats.dashboard-stats--two-cols {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .dashboard-stats.dashboard-stats--two-cols {
    grid-template-columns: 1fr;
  }
}
.dashboard-stats.dashboard-stats--three-cols {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 992px) {
  .dashboard-stats.dashboard-stats--three-cols {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .dashboard-stats.dashboard-stats--three-cols {
    grid-template-columns: 1fr;
  }
}
.dashboard-stats.dashboard-stats--six-cols {
  grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 1200px) {
  .dashboard-stats.dashboard-stats--six-cols {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .dashboard-stats.dashboard-stats--six-cols {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .dashboard-stats.dashboard-stats--six-cols {
    grid-template-columns: 1fr;
  }
}

.charts-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .charts-container {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .charts-container {
    gap: 1rem;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 576px) {
  .charts-container {
    gap: 0.5rem;
    margin-bottom: 1rem;
  }
}
.charts-container .chart-wrapper {
  background-color: #e9ecef;
  border-radius: 0.25rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  overflow: hidden;
}
.charts-container .chart-wrapper .chart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #e9ecef;
}
.charts-container .chart-wrapper .chart-header .chart-title {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  color: #28283d;
}
.charts-container .chart-wrapper .chart-header .chart-title i {
  margin-right: 8px;
  color: #673AB7;
  font-size: 16px;
}
.charts-container .chart-wrapper .chart-header .chart-actions {
  display: flex;
  gap: 8px;
}
.charts-container .chart-wrapper .chart-body {
  padding: 1.5rem;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.charts-container .chart-wrapper .chart-body:empty::before {
  content: "Grafiek wordt geladen...";
  color: #adb5bd;
  font-style: italic;
}
.charts-container .chart-wrapper.chart-wrapper--square .chart-body {
  aspect-ratio: 1/1;
}
.charts-container .chart-wrapper.chart-wrapper--wide {
  grid-column: span 2;
}
@media (max-width: 992px) {
  .charts-container .chart-wrapper.chart-wrapper--wide {
    grid-column: span 1;
  }
}
.charts-container .chart-wrapper.chart-wrapper--tall {
  grid-row: span 2;
}
.charts-container .chart-wrapper.chart-wrapper--tall .chart-body {
  min-height: 500px;
}

.kpi-card {
  background-color: #e9ecef;
  border-radius: 0.25rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.kpi-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.kpi-card .kpi-header {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.kpi-card .kpi-header .kpi-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  background-color: rgba(103, 58, 183, 0.1);
  color: #673AB7;
}
.kpi-card .kpi-header .kpi-icon i {
  font-size: 18px;
}
.kpi-card .kpi-header .kpi-title {
  font-size: 0.875rem;
  font-weight: 500;
  margin: 0;
  color: #343a40;
}
.kpi-card .kpi-body {
  display: flex;
  align-items: flex-end;
  margin-bottom: 0.5rem;
}
.kpi-card .kpi-body .kpi-value {
  font-size: 1.5rem;
  font-weight: 700;
  color: #28283d;
  margin: 0;
  line-height: 1;
}
.kpi-card .kpi-body .kpi-change {
  margin-left: auto;
  padding: 4px 8px;
  border-radius: 0.2rem;
  font-size: 0.75rem;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.kpi-card .kpi-body .kpi-change i {
  margin-right: 4px;
}
.kpi-card .kpi-body .kpi-change.kpi-positive {
  background-color: rgba(40, 167, 69, 0.1);
  color: #28a745;
}
.kpi-card .kpi-body .kpi-change.kpi-negative {
  background-color: rgba(229, 115, 115, 0.1);
  color: #E57373;
}
.kpi-card .kpi-body .kpi-change.kpi-neutral {
  background-color: rgba(173, 181, 189, 0.1);
  color: #adb5bd;
}
.kpi-card .kpi-footer {
  font-size: 0.75rem;
  color: #adb5bd;
  border-top: 1px solid #e9ecef;
  padding-top: 0.5rem;
  margin-top: auto;
}

.team-comparison {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .team-comparison {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .team-comparison {
    grid-template-columns: 1fr;
  }
}
.team-comparison .team-card {
  background-color: #ffffff;
  border-radius: 0.25rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.team-comparison .team-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.team-comparison .team-card .team-header {
  padding: 1rem;
  background-color: rgba(103, 58, 183, 0.05);
  border-bottom: 1px solid rgba(103, 58, 183, 0.1);
}
.team-comparison .team-card .team-header .team-name {
  font-size: 1rem;
  font-weight: 600;
  color: #673AB7;
  margin: 0;
  display: flex;
  align-items: center;
}
.team-comparison .team-card .team-header .team-name i {
  margin-right: 8px;
}
.team-comparison .team-card .team-stats {
  padding: 1rem;
}
.team-comparison .team-card .team-stats .team-metric {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.team-comparison .team-card .team-stats .team-metric:last-child {
  margin-bottom: 0;
}
.team-comparison .team-card .team-stats .team-metric .metric-label {
  font-size: 0.875rem;
  color: #6c757d;
}
.team-comparison .team-card .team-stats .team-metric .metric-value {
  font-size: 0.875rem;
  font-weight: 600;
  color: #28283d;
}
.team-comparison .team-card .team-chart {
  padding: 1rem;
  height: 100px;
}

.section-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #28283d;
  margin: 1.5rem 0 1rem;
  display: flex;
  align-items: center;
}
.section-title i {
  font-size: 20px;
  margin-right: 10px;
  color: #673AB7;
}
.section-title:first-child {
  margin-top: 0;
}

.performance-indicators {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .performance-indicators {
    grid-template-columns: 1fr;
  }
}
.performance-indicators .indicator-card {
  background-color: #ffffff;
  border-radius: 0.25rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  padding: 1rem;
}
.performance-indicators .indicator-card .indicator-title {
  font-size: 0.875rem;
  font-weight: 500;
  color: #495057;
  margin: 0 0 0.5rem 0;
}
.performance-indicators .indicator-card .progress-container {
  margin-bottom: 0.5rem;
}
.performance-indicators .indicator-card .progress-container .progress-bar-label {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  font-size: 0.75rem;
}
.performance-indicators .indicator-card .progress-container .progress-bar-label .label-left {
  color: #6c757d;
}
.performance-indicators .indicator-card .progress-container .progress-bar-label .label-right {
  font-weight: 500;
  color: #28283d;
}
.performance-indicators .indicator-card .progress-container .progress-bar {
  height: 8px;
  background-color: #e9ecef;
  border-radius: 4px;
  overflow: hidden;
}
.performance-indicators .indicator-card .progress-container .progress-bar .progress-fill {
  height: 100%;
  border-radius: 4px;
}
.performance-indicators .indicator-card .progress-container .progress-bar .progress-fill.fill-success {
  background-color: #28a745;
}
.performance-indicators .indicator-card .progress-container .progress-bar .progress-fill.fill-warning {
  background-color: #B39DDB;
}
.performance-indicators .indicator-card .progress-container .progress-bar .progress-fill.fill-danger {
  background-color: #E57373;
}
.performance-indicators .indicator-card .progress-container .progress-bar .progress-fill.fill-primary {
  background-color: #673AB7;
}
.performance-indicators .indicator-card .progress-container .progress-bar .progress-fill.fill-info {
  background-color: #4285F4;
}

.stat-label {
  font-weight: 500;
  color: #6c757d;
}

.stat-value {
  font-weight: 600;
  color: #28283d;
}

.list-header__stats .stat-item .stat-label,
.bulk-actions-form__stats .stat-item .stat-label,
.filter-form__stats .stat-item .stat-label {
  font-size: 0.875rem;
  color: #6c757d;
}
.list-header__stats .stat-item .stat-label::after,
.bulk-actions-form__stats .stat-item .stat-label::after,
.filter-form__stats .stat-item .stat-label::after {
  content: ":";
  margin-right: 0.25rem;
}
.list-header__stats .stat-item .stat-value,
.bulk-actions-form__stats .stat-item .stat-value,
.filter-form__stats .stat-item .stat-value {
  font-size: 1.25rem;
  font-weight: 700;
  color: #28283d;
  min-width: 2.5em;
  text-align: right;
  transition: color 0.2s ease;
}
.list-header__stats .stat-item .stat-value[data-type=total],
.bulk-actions-form__stats .stat-item .stat-value[data-type=total],
.filter-form__stats .stat-item .stat-value[data-type=total] {
  color: #fff3e0;
}
.list-header__stats .stat-item .stat-value[data-type=business],
.bulk-actions-form__stats .stat-item .stat-value[data-type=business],
.filter-form__stats .stat-item .stat-value[data-type=business] {
  color: #fe5416;
}
.list-header__stats .stat-item .stat-value[data-type=private],
.bulk-actions-form__stats .stat-item .stat-value[data-type=private],
.filter-form__stats .stat-item .stat-value[data-type=private] {
  color: #17a2b8;
}
.list-header__stats .stat-item .stat-value[data-type=active],
.bulk-actions-form__stats .stat-item .stat-value[data-type=active],
.filter-form__stats .stat-item .stat-value[data-type=active] {
  color: #28a745;
}
.list-header__stats .stat-item .stat-value[data-type=inactive],
.bulk-actions-form__stats .stat-item .stat-value[data-type=inactive],
.filter-form__stats .stat-item .stat-value[data-type=inactive] {
  color: #E57373;
}
.list-header__stats .stat-item .stat-value[data-type=suspended],
.bulk-actions-form__stats .stat-item .stat-value[data-type=suspended],
.filter-form__stats .stat-item .stat-value[data-type=suspended] {
  color: #E57373;
}
.list-header__stats .stat-item .stat-value[data-type=in_progress],
.bulk-actions-form__stats .stat-item .stat-value[data-type=in_progress],
.filter-form__stats .stat-item .stat-value[data-type=in_progress] {
  color: #f9d84b;
}
.list-header__stats .stat-item .stat-value[data-type=draft],
.bulk-actions-form__stats .stat-item .stat-value[data-type=draft],
.filter-form__stats .stat-item .stat-value[data-type=draft] {
  color: #6c757d;
}

.list-header__stats .stat-item .stat-label {
  color: #ced4da;
  font-size: 0.875rem;
  font-weight: 500;
  margin-right: -10px;
}

@media (max-width: 1440px) {
  .list-header__stats .stat-item .stat-value {
    font-size: 1rem;
  }
}
@media (max-width: 1366px) {
  .list-header__stats .stat-item .stat-value {
    font-size: 0.875rem;
  }
}
.edge-stat-item .stat-label {
  font-size: 0.75rem;
  color: #6c757d;
  font-weight: 500;
  display: inline;
  margin-right: 4px;
}
.edge-stat-item .stat-label::after {
  content: "";
}

.customer-preview-content .preview-stats .stat-item .stat-label {
  display: block;
  font-size: 0.7rem;
  color: #6c757d;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 500;
}
.customer-preview-content .preview-stats .stat-item .stat-value {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  color: #28283d;
  line-height: 1.1;
}

.sidebar-section--preview .preview-stats .stat-item .stat-label {
  display: block;
  font-size: 0.75rem;
  color: #6c757d;
  margin-bottom: 2px;
}
.sidebar-section--preview .preview-stats .stat-item .stat-value {
  font-size: 1rem;
  font-weight: 700;
  color: #28283d;
}

.profile-container .profile-stats-card .profile-stats .stat-item .stat-label {
  font-size: 0.75rem;
  color: #6c757d;
}
.profile-container .profile-stats-card .profile-stats .stat-item .stat-value {
  font-size: 1rem;
  font-weight: 700;
  color: #fe5416;
  margin-bottom: 0.25rem;
}

.dark-mode .profile-container .profile-stats-card .profile-stats .stat-item .stat-label {
  color: #ced4da;
}

.dashboard-stats .stat-card .stat-content .stat-label {
  font-size: 0.875rem;
  color: #6c757d;
  margin: 0;
  display: flex;
  align-items: center;
}
.dashboard-stats .stat-card .stat-content .stat-label i {
  font-size: 14px;
  opacity: 0.8;
}
.dashboard-stats .stat-card .stat-content .stat-value {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 4px 0;
  color: #28283d;
  transition: color 0.3s ease;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .dashboard-stats .stat-card .stat-content .stat-value {
    font-size: 1.25rem;
  }
}
@media (max-width: 576px) {
  .dashboard-stats .stat-card .stat-content .stat-value {
    font-size: 1rem;
  }
}
.dashboard-stats .stat-card .stat-content:hover .stat-value {
  color: #4285F4;
}
@media (max-width: 768px) {
  .dashboard-stats .stat-card .stat-content .stat-label {
    justify-content: center;
    font-size: 0.75rem;
  }
}
@media (max-width: 576px) {
  .dashboard-stats .stat-card .stat-content .stat-label {
    font-size: 10px;
    gap: 4px;
  }
}

.dark-mode .stat-content .stat-label {
  color: #ced4da;
}
.dark-mode .stat-content .stat-value {
  color: #ffffff;
}

.dashboard-stats .stat-card .stat-content .stat-label {
  color: #ced4da;
}
.dashboard-stats.dashboard-stats--two-cols {
  gap: 1rem;
  margin-bottom: 0;
}
.dashboard-stats.dashboard-stats--two-cols .stat-card {
  padding: 1rem;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  background: var(--bg-secondary, #f9fafb);
  transition: all 0.2s ease;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.dashboard-stats.dashboard-stats--two-cols .stat-card:hover {
  border-color: #28283d;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.dashboard-stats.dashboard-stats--two-cols .stat-card .stat-icon {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}
.dashboard-stats.dashboard-stats--two-cols .stat-card .stat-content {
  flex: 1;
  min-width: 0;
}
.dashboard-stats.dashboard-stats--two-cols .stat-card .stat-content .stat-value {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.dashboard-stats.dashboard-stats--two-cols .stat-card .stat-content .stat-label {
  font-size: 0.875rem;
  color: #6c757d;
  margin-bottom: 0.25rem;
}
.dashboard-stats.dashboard-stats--two-cols .stat-card .stat-content .stat-label i {
  font-size: 0.875rem;
  margin-right: 0.25rem;
}
.dashboard-stats.dashboard-stats--two-cols .stat-card .stat-content .btn {
  width: 100%;
  margin-top: 0.25rem;
}

.module-table-wrapper .stat-label,
.sticky-header-container .stat-label {
  display: inline;
  font-size: 0.75rem;
  color: #6c757d;
  font-weight: 500;
  margin-right: 4px;
}
.module-table-wrapper .stat-value,
.sticky-header-container .stat-value {
  display: inline;
  font-size: 0.75rem;
  font-weight: 700;
  color: #28283d;
  margin-left: 0;
}
.module-table-wrapper .stat-item[data-type=total] .stat-value,
.sticky-header-container .stat-item[data-type=total] .stat-value {
  color: #f97316;
}
.module-table-wrapper .stat-item[data-type=business] .stat-value,
.sticky-header-container .stat-item[data-type=business] .stat-value {
  color: #f97316;
}
.module-table-wrapper .stat-item[data-type=private] .stat-value,
.sticky-header-container .stat-item[data-type=private] .stat-value {
  color: #3b82f6;
}
.module-table-wrapper .stat-item[data-type=active] .stat-value,
.sticky-header-container .stat-item[data-type=active] .stat-value {
  color: #10b981;
}
.module-table-wrapper .stat-item[data-type=inactive] .stat-value,
.sticky-header-container .stat-item[data-type=inactive] .stat-value {
  color: #ef4444;
}
.module-table-wrapper .stat-item[data-type=suspended] .stat-value,
.sticky-header-container .stat-item[data-type=suspended] .stat-value {
  color: #ef4444;
}
.module-table-wrapper .stat-item .stat-value[data-type=draft],
.sticky-header-container .stat-item .stat-value[data-type=draft] {
  color: #95a5a6;
}
.module-table-wrapper .stat-item .stat-value[data-type=ready],
.sticky-header-container .stat-item .stat-value[data-type=ready] {
  color: #3498db;
}
.module-table-wrapper .stat-item .stat-value[data-type=picked],
.sticky-header-container .stat-item .stat-value[data-type=picked] {
  color: #f1c40f;
}
.module-table-wrapper .stat-item .stat-value[data-type=completed],
.sticky-header-container .stat-item .stat-value[data-type=completed] {
  color: #2ecc71;
}
.module-table-wrapper .stat-item .stat-value[data-type=cancelled],
.sticky-header-container .stat-item .stat-value[data-type=cancelled] {
  color: #e74c3c;
}

.module-table-wrapper .stat-label {
  display: inline;
  font-size: 10px;
  color: #6c757d;
  font-weight: 500;
  margin-right: 1px;
}
.module-table-wrapper .stat-value {
  display: inline;
  font-size: 10px;
  font-weight: 700;
  color: #28283d;
  margin-left: 0;
}

.module-table-wrapper .stat-label {
  display: inline;
  font-size: 10px;
  color: #6b7280;
  font-weight: 500;
  margin-right: 1px;
}
.module-table-wrapper .stat-value {
  display: inline;
  font-size: 10px;
  font-weight: 700;
  color: #1f2937;
  margin-left: 0;
}

@media (max-width: 768px) {
  .module-table-wrapper .stat-label {
    display: inline;
    margin-right: 4px;
  }
  .module-table-wrapper .stat-value {
    display: inline;
    margin-right: 4px;
  }
}
@media (max-width: 992px) {
  .module-table-wrapper .stat-label {
    font-size: 0.75rem;
  }
}
@media (max-width: 768px) {
  .module-table-wrapper .stat-label {
    font-size: 0.75rem;
  }
}
.module-table-wrapper .stat-label {
  font-size: 0.75rem;
  color: #6c757d;
  font-weight: 500;
}
.module-table-wrapper .stat-value {
  font-size: 0.75rem;
  font-weight: 700;
  color: #28283d;
}

.opera-stat-item .stat-value {
  display: inline;
  margin-left: 0;
}

@media (max-width: 992px) {
  .module-table-wrapper .stat-label {
    font-size: 0.75rem;
  }
}
@media (max-width: 768px) {
  .module-table-wrapper .stat-label {
    font-size: 0.75rem;
  }
}
.conflict-stats .stat-item .stat-label {
  font-size: 0.8em;
  color: #6c757d;
  margin-top: 2px;
}

/* Planning Tooltips & Event Cards Styling
 * Dit bestand bevat alle stijlen voor de werkbonkaarten en tooltips
 * in de planningweergave
 */
.event-container.workorder-event {
  transition: all 0.2s ease-in-out;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .event-container.workorder-event {
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 576px) {
  .event-container.workorder-event {
    border-radius: 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  }
}
.event-container.workorder-event:hover {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}
.event-container.workorder-event .event-header {
  padding: 4px 8px;
}
.event-container.workorder-event .event-header .employee-name {
  font-size: 0.9rem;
  font-weight: 500;
  color: white;
}
.event-container.workorder-event .event-header .workorder-number.badge, .event-container.workorder-event .event-header .workorder-number.employee-count-badge {
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
  font-weight: 500;
  border-radius: 4px;
  padding: 2px 6px;
  font-size: 12px;
}
.event-container.workorder-event .event-body {
  background-color: #ffffff;
  padding: 5px 8px;
}
.event-container.workorder-event .event-body .workorder-title-row {
  margin-bottom: 2px;
}
.event-container.workorder-event .event-body .workorder-title {
  font-weight: bold;
}
.event-container.workorder-event .event-body .workorder-details, .event-container.workorder-event .event-body .workorder-time {
  font-size: 0.85rem;
  color: #666;
  margin-top: 2px;
}
.event-container.workorder-event .event-body .workorder-details i, .event-container.workorder-event .event-body .workorder-time i {
  margin-right: 4px;
  font-size: 0.8rem;
  opacity: 0.7;
}
.event-container.workorder-event .workorder-title, .event-container.workorder-event .customer-name, .event-container.workorder-event .time-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.event-container:not(.workorder-event):not(.task-event) {
  transition: all 0.2s ease-in-out;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.event-container:not(.workorder-event):not(.task-event):hover {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}
.event-container:not(.workorder-event):not(.task-event) .event-header {
  padding: 4px 8px;
}
.event-container:not(.workorder-event):not(.task-event) .event-header .employee-name {
  font-size: 0.9rem;
  font-weight: 500;
  color: white;
}
.event-container:not(.workorder-event):not(.task-event) .event-header .workorder-number.badge, .event-container:not(.workorder-event):not(.task-event) .event-header .workorder-number.employee-count-badge {
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
  font-weight: 500;
  border-radius: 4px;
  padding: 2px 6px;
  font-size: 12px;
}
.event-container:not(.workorder-event):not(.task-event) .event-body {
  background-color: #ffffff;
  padding: 5px 8px;
}
.event-container:not(.workorder-event):not(.task-event) .event-body .workorder-title-row {
  margin-bottom: 2px;
}
.event-container:not(.workorder-event):not(.task-event) .event-body .workorder-title {
  font-weight: bold;
}
.event-container:not(.workorder-event):not(.task-event) .event-body .workorder-details, .event-container:not(.workorder-event):not(.task-event) .event-body .workorder-time {
  font-size: 0.85rem;
  color: #666;
  margin-top: 2px;
}
.event-container:not(.workorder-event):not(.task-event) .event-body .workorder-details i, .event-container:not(.workorder-event):not(.task-event) .event-body .workorder-time i {
  margin-right: 4px;
  font-size: 0.8rem;
  opacity: 0.7;
}
.event-container:not(.workorder-event):not(.task-event) .workorder-title, .event-container:not(.workorder-event):not(.task-event) .customer-name, .event-container:not(.workorder-event):not(.task-event) .time-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.workorder-tooltip {
  position: absolute;
  background: white;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  z-index: 10000;
  width: 320px;
  pointer-events: none;
  font-size: 14px;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  max-width: 100vw;
  overflow: hidden;
}
.workorder-tooltip:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: white;
  border: 1px solid #ddd;
  transform: rotate(45deg);
  z-index: 1;
}
.workorder-tooltip.tooltip-right:before {
  left: -7px;
  top: 50%;
  margin-top: -6px;
  border-right: none;
  border-top: none;
}
.workorder-tooltip.tooltip-left:before {
  right: -7px;
  top: 50%;
  margin-top: -6px;
  border-left: none;
  border-bottom: none;
}
.workorder-tooltip.visible {
  opacity: 1;
}
.workorder-tooltip .tooltip-header {
  padding: 10px 15px;
  margin-bottom: 10px;
  color: white;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.workorder-tooltip .tooltip-header .tooltip-employee {
  font-weight: 600;
  font-size: 14px;
}
.workorder-tooltip .tooltip-header .tooltip-workorder-number {
  background: rgba(255, 255, 255, 0.3);
  padding: 2px 8px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 12px;
  color: white;
}
.workorder-tooltip .tooltip-body {
  padding: 0 15px 15px 15px;
  position: relative;
  z-index: 2;
}
.workorder-tooltip .tooltip-body .tooltip-title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.3;
  color: #333;
}
.workorder-tooltip .tooltip-body .tooltip-customer, .workorder-tooltip .tooltip-body .tooltip-time {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #666;
}
.workorder-tooltip .tooltip-body .tooltip-customer:last-child, .workorder-tooltip .tooltip-body .tooltip-time:last-child {
  margin-bottom: 0;
}
.workorder-tooltip .tooltip-body .tooltip-customer i, .workorder-tooltip .tooltip-body .tooltip-time i {
  margin-right: 8px;
  font-size: 14px;
  color: #666;
  width: 16px;
  text-align: center;
}
.workorder-tooltip .tooltip-body .tooltip-customer span, .workorder-tooltip .tooltip-body .tooltip-time span {
  color: #333;
  font-weight: 500;
}

.task-tooltip {
  position: absolute;
  background: white;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  z-index: 10000;
  width: 320px;
  pointer-events: none;
  font-size: 14px;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  max-width: 100vw;
  overflow: hidden;
}
.task-tooltip:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: white;
  border: 1px solid #ddd;
  transform: rotate(45deg);
  z-index: 1;
}
.task-tooltip.tooltip-right:before {
  left: -7px;
  top: 50%;
  margin-top: -6px;
  border-right: none;
  border-top: none;
}
.task-tooltip.tooltip-left:before {
  right: -7px;
  top: 50%;
  margin-top: -6px;
  border-left: none;
  border-bottom: none;
}
.task-tooltip.visible {
  opacity: 1;
}
.task-tooltip .tooltip-header {
  padding: 10px 15px;
  margin-bottom: 10px;
  color: white;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.task-tooltip .tooltip-header .tooltip-employee {
  font-weight: 600;
  font-size: 14px;
}
.task-tooltip .tooltip-header .tooltip-task-type {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 8px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 12px;
  color: white;
}
.task-tooltip .tooltip-header .tooltip-task-type i {
  font-size: 12px;
}
.task-tooltip .tooltip-header .tooltip-task-type span {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.task-tooltip .tooltip-body {
  padding: 0 15px 15px 15px;
  position: relative;
  z-index: 2;
}
.task-tooltip .tooltip-body .tooltip-title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.3;
  color: #333;
}
.task-tooltip .tooltip-body .tooltip-customer, .task-tooltip .tooltip-body .tooltip-description, .task-tooltip .tooltip-body .tooltip-time {
  margin-bottom: 8px;
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  color: #666;
}
.task-tooltip .tooltip-body .tooltip-customer:last-child, .task-tooltip .tooltip-body .tooltip-description:last-child, .task-tooltip .tooltip-body .tooltip-time:last-child {
  margin-bottom: 0;
}
.task-tooltip .tooltip-body .tooltip-customer i, .task-tooltip .tooltip-body .tooltip-description i, .task-tooltip .tooltip-body .tooltip-time i {
  margin-right: 8px;
  font-size: 14px;
  color: #666;
  width: 16px;
  text-align: center;
  margin-top: 1px;
  flex-shrink: 0;
}
.task-tooltip .tooltip-body .tooltip-customer span, .task-tooltip .tooltip-body .tooltip-description span, .task-tooltip .tooltip-body .tooltip-time span {
  color: #333;
  font-weight: 500;
  line-height: 1.4;
  flex: 1;
}
.task-tooltip .tooltip-body .tooltip-description span {
  font-weight: 400;
  color: #666;
  font-style: italic;
}

/* Notificatie Toast Styling
 * Styling voor real-time notificatie toasts die verschijnen als toast meldingen
 */
.notification-toast-container {
  position: fixed;
  top: 80px;
  right: 20px;
  z-index: 9999;
  max-width: 400px;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.notification-toast {
  background: rgba(40, 40, 61, 0.95);
  color: #ffffff;
  border-radius: 25px;
  box-shadow: 0 8px 32px rgba(40, 40, 61, 0.3);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0;
  pointer-events: auto;
  max-width: 350px;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  position: relative;
}
.notification-toast::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, currentColor, transparent);
  opacity: 0.3;
}
.notification-toast:hover {
  background: rgba(40, 40, 61, 0.98);
  transform: translateX(2px);
}
.notification-toast:hover .toast-content .toast-text .toast-title {
  color: #ffffff !important;
}
.notification-toast:hover .toast-content .toast-text .toast-message {
  color: rgba(255, 255, 255, 0.8) !important;
}
.notification-toast:hover .toast-content .toast-text .toast-time {
  color: rgba(255, 255, 255, 0.6) !important;
}
.notification-toast:hover .toast-content .toast-icon {
  color: inherit !important;
}
.notification-toast.show {
  transform: translateX(0);
}
.notification-toast.hide {
  transform: translateX(100%);
}
.notification-toast .toast-content {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
}
@media (max-width: 768px) {
  .notification-toast .toast-content {
    gap: 8px;
    padding: 12px;
  }
}
@media (max-width: 576px) {
  .notification-toast .toast-content {
    gap: 6px;
    padding: 8px;
  }
}
.notification-toast .toast-content .toast-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  position: relative;
}
.notification-toast .toast-content .toast-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.05;
  transform: scale(1.2);
}
.notification-toast .toast-content .toast-icon i {
  position: relative;
  z-index: 1;
  font-size: 14px;
}
.notification-toast .toast-content .toast-text {
  flex: 1;
  min-width: 0;
}
.notification-toast .toast-content .toast-text .toast-title {
  font-weight: 600;
  font-size: 0.875rem;
  margin-bottom: 4px;
  line-height: 1.3;
  color: #ffffff;
}
.notification-toast .toast-content .toast-text .toast-message {
  font-size: 13px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 8px;
  word-wrap: break-word;
}
.notification-toast .toast-content .toast-text .toast-time {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
}
.notification-toast .toast-content .toast-close {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  font-size: 16px;
  padding: 4px;
  border-radius: 4px;
  margin-left: 8px;
  flex-shrink: 0;
  transition: all 0.2s ease;
}
.notification-toast .toast-content .toast-close:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}
.notification-toast .toast-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background: currentColor;
  opacity: 0.3;
  transform-origin: left;
  animation: toast-progress 8s linear forwards;
}

.notification-toast[data-type=workorder] {
  border-left: 4px solid #9575CD !important;
}
.notification-toast[data-type=workorder] .toast-icon {
  color: #9575CD !important;
}
.notification-toast[data-type=workorder] .toast-progress {
  background: #9575CD !important;
}
.notification-toast[data-type=invoice] {
  border-left: 4px solid #4b88f9 !important;
}
.notification-toast[data-type=invoice] .toast-icon {
  color: #4b88f9 !important;
}
.notification-toast[data-type=invoice] .toast-progress {
  background: #4b88f9 !important;
}
.notification-toast[data-type=planning] {
  border-left: 4px solid #2E7D32 !important;
}
.notification-toast[data-type=planning] .toast-icon {
  color: #2E7D32 !important;
}
.notification-toast[data-type=planning] .toast-progress {
  background: #2E7D32 !important;
}
.notification-toast[data-type=customer] {
  border-left: 4px solid #fe5416 !important;
}
.notification-toast[data-type=customer] .toast-icon {
  color: #fe5416 !important;
}
.notification-toast[data-type=customer] .toast-progress {
  background: #fe5416 !important;
}
.notification-toast[data-type=employee] {
  border-left: 4px solid #6A1B9A !important;
}
.notification-toast[data-type=employee] .toast-icon {
  color: #6A1B9A !important;
}
.notification-toast[data-type=employee] .toast-progress {
  background: #6A1B9A !important;
}
.notification-toast[data-type=dashboard] {
  border-left: 4px solid #1976D2 !important;
}
.notification-toast[data-type=dashboard] .toast-icon {
  color: #1976D2 !important;
}
.notification-toast[data-type=dashboard] .toast-progress {
  background: #1976D2 !important;
}
.notification-toast[data-type=settings] {
  border-left: 4px solid #455A64 !important;
}
.notification-toast[data-type=settings] .toast-icon {
  color: #455A64 !important;
}
.notification-toast[data-type=settings] .toast-progress {
  background: #455A64 !important;
}
.notification-toast[data-type=subscription] {
  border-left: 4px solid #f9d84b !important;
}
.notification-toast[data-type=subscription] .toast-icon {
  color: #f9d84b !important;
}
.notification-toast[data-type=subscription] .toast-progress {
  background: #f9d84b !important;
}
.notification-toast[data-type=ticket] {
  border-left: 4px solid #9575CD !important;
}
.notification-toast[data-type=ticket] .toast-icon {
  color: #9575CD !important;
}
.notification-toast[data-type=ticket] .toast-progress {
  background: #9575CD !important;
}
.notification-toast[data-type=timeregistration] {
  border-left: 4px solid #00695C !important;
}
.notification-toast[data-type=timeregistration] .toast-icon {
  color: #00695C !important;
}
.notification-toast[data-type=timeregistration] .toast-progress {
  background: #00695C !important;
}
.notification-toast[data-type=customerportal] {
  border-left: 4px solid #D32F2F !important;
}
.notification-toast[data-type=customerportal] .toast-icon {
  color: #D32F2F !important;
}
.notification-toast[data-type=customerportal] .toast-progress {
  background: #D32F2F !important;
}
.notification-toast[data-type=routeplanning] {
  border-left: 4px solid #F57F17 !important;
}
.notification-toast[data-type=routeplanning] .toast-icon {
  color: #F57F17 !important;
}
.notification-toast[data-type=routeplanning] .toast-progress {
  background: #F57F17 !important;
}
.notification-toast[data-type=materialmanagement] {
  border-left: 4px solid #BF360C !important;
}
.notification-toast[data-type=materialmanagement] .toast-icon {
  color: #BF360C !important;
}
.notification-toast[data-type=materialmanagement] .toast-progress {
  background: #BF360C !important;
}
.notification-toast[data-type=reminders] {
  border-left: 4px solid #0277BD !important;
}
.notification-toast[data-type=reminders] .toast-icon {
  color: #0277BD !important;
}
.notification-toast[data-type=reminders] .toast-progress {
  background: #0277BD !important;
}
.notification-toast[data-type=quotesystem] {
  border-left: 4px solid #006064 !important;
}
.notification-toast[data-type=quotesystem] .toast-icon {
  color: #006064 !important;
}
.notification-toast[data-type=quotesystem] .toast-progress {
  background: #006064 !important;
}
.notification-toast[data-type=realtime-tracking] {
  border-left: 4px solid #9E9D24 !important;
}
.notification-toast[data-type=realtime-tracking] .toast-icon {
  color: #9E9D24 !important;
}
.notification-toast[data-type=realtime-tracking] .toast-progress {
  background: #9E9D24 !important;
}
.notification-toast[data-type=theme-editor] {
  border-left: 4px solid #AD1457 !important;
}
.notification-toast[data-type=theme-editor] .toast-icon {
  color: #AD1457 !important;
}
.notification-toast[data-type=theme-editor] .toast-progress {
  background: #AD1457 !important;
}
.notification-toast[data-type=security-audit] {
  border-left: 4px solid #283593 !important;
}
.notification-toast[data-type=security-audit] .toast-icon {
  color: #283593 !important;
}
.notification-toast[data-type=security-audit] .toast-progress {
  background: #283593 !important;
}
.notification-toast[data-type=api-webhooks] {
  border-left: 4px solid #4527A0 !important;
}
.notification-toast[data-type=api-webhooks] .toast-icon {
  color: #4527A0 !important;
}
.notification-toast[data-type=api-webhooks] .toast-progress {
  background: #4527A0 !important;
}
.notification-toast[data-type=reports-bi] {
  border-left: 4px solid #4E342E !important;
}
.notification-toast[data-type=reports-bi] .toast-icon {
  color: #4E342E !important;
}
.notification-toast[data-type=reports-bi] .toast-progress {
  background: #4E342E !important;
}
.notification-toast[data-type=accounting-integration] {
  border-left: 4px solid #37474F !important;
}
.notification-toast[data-type=accounting-integration] .toast-icon {
  color: #37474F !important;
}
.notification-toast[data-type=accounting-integration] .toast-progress {
  background: #37474F !important;
}
.notification-toast[data-type=success] {
  border-left: 4px solid #28a745 !important;
}
.notification-toast[data-type=success] .toast-icon {
  color: #28a745 !important;
}
.notification-toast[data-type=success] .toast-progress {
  background: #28a745 !important;
}
.notification-toast[data-type=warning] {
  border-left: 4px solid #f9d84b !important;
}
.notification-toast[data-type=warning] .toast-icon {
  color: #f9d84b !important;
}
.notification-toast[data-type=warning] .toast-progress {
  background: #f9d84b !important;
}
.notification-toast[data-type=error] {
  border-left: 4px solid #E57373 !important;
}
.notification-toast[data-type=error] .toast-icon {
  color: #E57373 !important;
}
.notification-toast[data-type=error] .toast-progress {
  background: #E57373 !important;
}
.notification-toast[data-type=info] {
  border-left: 4px solid #17a2b8 !important;
}
.notification-toast[data-type=info] .toast-icon {
  color: #17a2b8 !important;
}
.notification-toast[data-type=info] .toast-progress {
  background: #17a2b8 !important;
}

@keyframes toast-progress {
  from {
    transform: scaleX(1);
  }
  to {
    transform: scaleX(0);
  }
}
.notification-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  width: 320px;
  background: rgba(40, 40, 61, 0.95);
  border-radius: 25px;
  box-shadow: 0 8px 32px rgba(40, 40, 61, 0.3);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 1000;
  display: none;
  overflow: hidden;
}
.notification-dropdown .notification-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.notification-dropdown .notification-header h6 {
  font-size: 0.875rem;
  margin: 0;
  font-weight: 600;
  color: #ffffff;
}
.notification-dropdown .notification-header .mark-all-read {
  font-size: 11px;
  padding: 4px 8px;
  background: rgba(249, 216, 75, 0.1);
  border: 1px solid rgba(249, 216, 75, 0.3);
  color: #f9d84b;
}
.notification-dropdown .notification-header .mark-all-read:hover {
  background: rgba(249, 216, 75, 0.2);
  border-color: rgba(249, 216, 75, 0.5);
}
.notification-dropdown .notification-list {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}
.notification-dropdown .notification-list .notification-item {
  display: flex;
  align-items: flex-start;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  transition: all 0.2s ease;
  position: relative;
}
.notification-dropdown .notification-list .notification-item:last-child {
  border-bottom: none;
}
.notification-dropdown .notification-list .notification-item:hover {
  background: rgba(255, 255, 255, 0.05);
  transform: translateX(2px);
}
.notification-dropdown .notification-list .notification-item.read {
  opacity: 0.6;
}
.notification-dropdown .notification-list .notification-item.read .notification-content .notification-text .notification-title {
  color: rgba(255, 255, 255, 0.7);
}
.notification-dropdown .notification-list .notification-item[data-type=workorder] {
  border-left: 3px solid #9575CD;
}
.notification-dropdown .notification-list .notification-item[data-type=invoice] {
  border-left: 3px solid #4b88f9;
}
.notification-dropdown .notification-list .notification-item[data-type=planning] {
  border-left: 3px solid #2E7D32;
}
.notification-dropdown .notification-list .notification-item[data-type=customer] {
  border-left: 3px solid #fe5416;
}
.notification-dropdown .notification-list .notification-item[data-type=employee] {
  border-left: 3px solid #ff9800;
}
.notification-dropdown .notification-list .notification-item[data-type=dashboard] {
  border-left: 3px solid #2196F3;
}
.notification-dropdown .notification-list .notification-item[data-type=settings] {
  border-left: 3px solid #607D8B;
}
.notification-dropdown .notification-list .notification-item[data-type=info] {
  border-left: 3px solid #17a2b8;
}
.notification-dropdown .notification-list .notification-item .notification-content {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.notification-dropdown .notification-list .notification-item .notification-content .notification-icon {
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.notification-dropdown .notification-list .notification-item .notification-content .notification-icon i {
  font-size: 14px;
}
.notification-dropdown .notification-list .notification-item .notification-content .notification-text {
  flex: 1;
  min-width: 0;
}
.notification-dropdown .notification-list .notification-item .notification-content .notification-text .notification-title {
  font-weight: 600;
  font-size: 0.875rem;
  color: #ffffff;
  margin-bottom: 4px;
  line-height: 1.3;
}
.notification-dropdown .notification-list .notification-item .notification-content .notification-text .notification-message {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.4;
  margin-bottom: 6px;
}
.notification-dropdown .notification-list .notification-item .notification-content .notification-text .notification-time {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
}
.notification-dropdown .notification-list .notification-item .mark-as-read {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  padding: 4px;
  border-radius: 4px;
  margin-left: 8px;
  flex-shrink: 0;
  transition: all 0.2s ease;
}
.notification-dropdown .notification-list .notification-item .mark-as-read:hover {
  color: #f9d84b;
  background: rgba(249, 216, 75, 0.1);
}
.notification-dropdown .notification-list .no-notifications {
  padding: 1.5rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
}
.notification-dropdown .notification-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.notification-dropdown .notification-footer .view-all {
  font-size: 12px;
  color: #f9d84b;
  text-decoration: none;
}
.notification-dropdown .notification-footer .view-all:hover {
  text-decoration: underline;
}

body.dark-mode .notification-toast {
  background: rgba(40, 40, 61, 0.98);
  border-color: rgba(255, 255, 255, 0.15);
}
body.dark-mode .notification-toast .toast-content .toast-text .toast-title {
  color: #ffffff;
}
body.dark-mode .notification-toast .toast-content .toast-text .toast-message {
  color: rgba(255, 255, 255, 0.85);
}
body.dark-mode .notification-toast .toast-content .toast-text .toast-time {
  color: rgba(255, 255, 255, 0.7);
}
body.dark-mode .notification-dropdown {
  background: rgba(40, 40, 61, 0.98);
  border-color: rgba(255, 255, 255, 0.15);
}
body.dark-mode .notification-dropdown .notification-header,
body.dark-mode .notification-dropdown .notification-footer {
  border-color: rgba(255, 255, 255, 0.15);
}
body.dark-mode .notification-dropdown .notification-list .notification-item {
  border-color: rgba(255, 255, 255, 0.1);
}
body.dark-mode .notification-dropdown .notification-list .notification-item:hover {
  background: rgba(255, 255, 255, 0.08);
}

@media (max-width: 768px) {
  .notification-toast-container {
    right: 10px;
    left: 10px;
    max-width: none;
  }
  .notification-toast {
    max-width: none;
  }
  .notification-dropdown {
    width: 280px;
    right: -10px;
  }
}
:root {
  --dashboard-color: #1976D2;
  --planning-color: #2E7D32;
  --employees-color: #6A1B9A;
  --settings-color: #455A64;
  --customers-color: #fe5416;
  --workorders-color: #9575CD;
  --picklists-color: #f97316;
  --subscription-color: #f9d84b;
  --customers-color: #fe5416;
  --invoices-color: #4b88f9;
  --finance-color: #4b88f9;
  --charcoal: #28283d;
  --timeregistration-color: #004D40;
  --customerportal-color: #D32F2F;
  --routeplanning-color: #F57F17;
  --materialmanagement-color: #BF360C;
  --reminders-color: #0277BD;
  --quotesystem-color: #006064;
  --realtime-tracking-color: #9E9D24;
  --fleet-management-color: #FF7F50;
  --service-color: #8cbb35;
  --theme-editor-color: #AD1457;
  --security-audit-color: #283593;
  --api-webhooks-color: #4527A0;
  --reports-bi-color: #4E342E;
  --accounting-integration-color: #37474F;
  --success-color: #28a745;
  --warning-color: #E57373;
  --error-color: #E57373;
  --info-color: #17a2b8;
  --company-color: #00cfe8;
  --office-color: #28c76f;
  --field-color: #ff9f43;
  --bedrijven-color: #2196F3;
  --gebruikers-color: #9C27B0;
  --abonnementen-color: #FFC107;
  --system-security-color: #E91E63;
  --on-premise-color: #00BCD4;
  --analytics-color: #3F51B5;
  --campagnes-color: #FF5722;
  --email-templates-color: #009688;
  --api-integratie-color: #7E57C2;
}

.notifications-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 16px;
}

.notifications-grid--priority {
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
}

.notification-card {
  background: var(--card-bg, #fff);
  border: 1px solid var(--border-color, #e5e7eb);
  border-radius: 12px;
  padding: 20px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.notification-card.priority-high.unread {
  border-left: 6px solid var(--danger-color, #e74c3c);
  background: linear-gradient(135deg, rgba(231, 76, 60, 0.08) 0%, rgb(255, 255, 255) 100%);
  min-height: 160px;
  box-shadow: 0 2px 8px rgba(231, 76, 60, 0.15);
}
.notification-card.priority-high.unread::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: var(--danger-color, #e74c3c);
  border-radius: 12px 0 0 12px;
}

.notification-card.priority-normal.unread {
  border-left: 6px solid var(--warning-color, #f39c12);
  background: linear-gradient(135deg, rgba(243, 156, 18, 0.06) 0%, rgb(255, 255, 255) 100%);
  min-height: 140px;
  box-shadow: 0 2px 6px rgba(243, 156, 18, 0.12);
}
.notification-card.priority-normal.unread::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: var(--warning-color, #f39c12);
  border-radius: 12px 0 0 12px;
}

.notification-card.read {
  border-left: 4px solid var(--border-color, #e5e7eb);
  opacity: 0.75;
  min-height: 120px;
  background: var(--card-bg, #fff);
}
.notification-card.read::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--border-color, #e5e7eb);
  border-radius: 12px 0 0 12px;
}

.notification-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
  border-color: var(--border-color, #d1d5db);
}
.notification-card:hover.priority-high.unread {
  box-shadow: 0 8px 24px rgba(231, 76, 60, 0.2);
}
.notification-card:hover.priority-normal.unread {
  box-shadow: 0 8px 24px rgba(243, 156, 18, 0.18);
}

.notification-card__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 12px;
}
.notification-card__header > div:first-child {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  flex-wrap: wrap;
}

.notification-module-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.2s ease;
}

.notification-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  background: transparent;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.notification-icon i {
  color: var(--text-muted, #6b7280);
  transition: color 0.3s ease;
}

.notification-card:hover .notification-icon {
  transform: scale(1.05);
}
.notification-card:hover .notification-icon i {
  color: var(--text-color, #111827);
}

.notification-card[data-module=dashboard] .notification-icon i {
  color: #1976D2;
}
.notification-card[data-module=dashboard] .notification-module-badge {
  background: rgba(25, 118, 210, 0.1);
  color: #1976D2;
  border: 1px solid rgba(25, 118, 210, 0.2);
}
.notification-card[data-module=dashboard].unread {
  border-left-width: 6px;
  border-left-color: #1976D2;
}
.notification-card[data-module=dashboard].unread::before {
  width: 6px;
  background: #1976D2;
}
.notification-card[data-module=dashboard].unread.priority-high, .notification-card[data-module=dashboard].unread.priority-normal {
  background: linear-gradient(135deg, rgba(25, 118, 210, 0.12) 0%, rgb(255, 255, 255) 100%);
  box-shadow: 0 2px 8px rgba(25, 118, 210, 0.15);
}
.notification-card[data-module=dashboard].read {
  border-left-width: 4px;
  border-left-color: rgba(25, 118, 210, 0.3);
}
.notification-card[data-module=dashboard].read::before {
  width: 4px;
  background: rgba(25, 118, 210, 0.3);
}
.notification-card[data-module=dashboard].read .notification-module-badge {
  background: rgba(25, 118, 210, 0.05);
  color: rgba(25, 118, 210, 0.7);
  border-color: rgba(25, 118, 210, 0.15);
}
.notification-card[data-module=dashboard]:hover.priority-high.unread, .notification-card[data-module=dashboard]:hover.priority-normal.unread {
  box-shadow: 0 8px 24px rgba(25, 118, 210, 0.2);
}
.notification-card[data-module=dashboard]:hover .notification-module-badge {
  background: rgba(25, 118, 210, 0.15);
  border-color: rgba(25, 118, 210, 0.3);
  transform: scale(1.02);
}

.notification-card[data-module=planning] .notification-icon i {
  color: #2E7D32;
}
.notification-card[data-module=planning] .notification-module-badge {
  background: rgba(46, 125, 50, 0.1);
  color: #2E7D32;
  border: 1px solid rgba(46, 125, 50, 0.2);
}
.notification-card[data-module=planning].unread {
  border-left-width: 6px;
  border-left-color: #2E7D32;
}
.notification-card[data-module=planning].unread::before {
  width: 6px;
  background: #2E7D32;
}
.notification-card[data-module=planning].unread.priority-high, .notification-card[data-module=planning].unread.priority-normal {
  background: linear-gradient(135deg, rgba(46, 125, 50, 0.12) 0%, rgb(255, 255, 255) 100%);
  box-shadow: 0 2px 8px rgba(46, 125, 50, 0.15);
}
.notification-card[data-module=planning].read {
  border-left-width: 4px;
  border-left-color: rgba(46, 125, 50, 0.3);
}
.notification-card[data-module=planning].read::before {
  width: 4px;
  background: rgba(46, 125, 50, 0.3);
}
.notification-card[data-module=planning].read .notification-module-badge {
  background: rgba(46, 125, 50, 0.05);
  color: rgba(46, 125, 50, 0.7);
  border-color: rgba(46, 125, 50, 0.15);
}
.notification-card[data-module=planning]:hover.priority-high.unread, .notification-card[data-module=planning]:hover.priority-normal.unread {
  box-shadow: 0 8px 24px rgba(46, 125, 50, 0.2);
}
.notification-card[data-module=planning]:hover .notification-module-badge {
  background: rgba(46, 125, 50, 0.15);
  border-color: rgba(46, 125, 50, 0.3);
  transform: scale(1.02);
}

.notification-card[data-module=employees] .notification-icon i {
  color: #6A1B9A;
}
.notification-card[data-module=employees] .notification-module-badge {
  background: rgba(106, 27, 154, 0.1);
  color: #6A1B9A;
  border: 1px solid rgba(106, 27, 154, 0.2);
}
.notification-card[data-module=employees].unread {
  border-left-width: 6px;
  border-left-color: #6A1B9A;
}
.notification-card[data-module=employees].unread::before {
  width: 6px;
  background: #6A1B9A;
}
.notification-card[data-module=employees].unread.priority-high, .notification-card[data-module=employees].unread.priority-normal {
  background: linear-gradient(135deg, rgba(106, 27, 154, 0.12) 0%, rgb(255, 255, 255) 100%);
  box-shadow: 0 2px 8px rgba(106, 27, 154, 0.15);
}
.notification-card[data-module=employees].read {
  border-left-width: 4px;
  border-left-color: rgba(106, 27, 154, 0.3);
}
.notification-card[data-module=employees].read::before {
  width: 4px;
  background: rgba(106, 27, 154, 0.3);
}
.notification-card[data-module=employees].read .notification-module-badge {
  background: rgba(106, 27, 154, 0.05);
  color: rgba(106, 27, 154, 0.7);
  border-color: rgba(106, 27, 154, 0.15);
}
.notification-card[data-module=employees]:hover.priority-high.unread, .notification-card[data-module=employees]:hover.priority-normal.unread {
  box-shadow: 0 8px 24px rgba(106, 27, 154, 0.2);
}
.notification-card[data-module=employees]:hover .notification-module-badge {
  background: rgba(106, 27, 154, 0.15);
  border-color: rgba(106, 27, 154, 0.3);
  transform: scale(1.02);
}

.notification-card[data-module=medewerkers] .notification-icon i {
  color: #6A1B9A;
}
.notification-card[data-module=medewerkers] .notification-module-badge {
  background: rgba(106, 27, 154, 0.1);
  color: #6A1B9A;
  border: 1px solid rgba(106, 27, 154, 0.2);
}
.notification-card[data-module=medewerkers].unread {
  border-left-width: 6px;
  border-left-color: #6A1B9A;
}
.notification-card[data-module=medewerkers].unread::before {
  width: 6px;
  background: #6A1B9A;
}
.notification-card[data-module=medewerkers].unread.priority-high, .notification-card[data-module=medewerkers].unread.priority-normal {
  background: linear-gradient(135deg, rgba(106, 27, 154, 0.12) 0%, rgb(255, 255, 255) 100%);
  box-shadow: 0 2px 8px rgba(106, 27, 154, 0.15);
}
.notification-card[data-module=medewerkers].read {
  border-left-width: 4px;
  border-left-color: rgba(106, 27, 154, 0.3);
}
.notification-card[data-module=medewerkers].read::before {
  width: 4px;
  background: rgba(106, 27, 154, 0.3);
}
.notification-card[data-module=medewerkers].read .notification-module-badge {
  background: rgba(106, 27, 154, 0.05);
  color: rgba(106, 27, 154, 0.7);
  border-color: rgba(106, 27, 154, 0.15);
}
.notification-card[data-module=medewerkers]:hover.priority-high.unread, .notification-card[data-module=medewerkers]:hover.priority-normal.unread {
  box-shadow: 0 8px 24px rgba(106, 27, 154, 0.2);
}
.notification-card[data-module=medewerkers]:hover .notification-module-badge {
  background: rgba(106, 27, 154, 0.15);
  border-color: rgba(106, 27, 154, 0.3);
  transform: scale(1.02);
}

.notification-card[data-module=settings] .notification-icon i {
  color: #455A64;
}
.notification-card[data-module=settings] .notification-module-badge {
  background: rgba(69, 90, 100, 0.1);
  color: #455A64;
  border: 1px solid rgba(69, 90, 100, 0.2);
}
.notification-card[data-module=settings].unread {
  border-left-width: 6px;
  border-left-color: #455A64;
}
.notification-card[data-module=settings].unread::before {
  width: 6px;
  background: #455A64;
}
.notification-card[data-module=settings].unread.priority-high, .notification-card[data-module=settings].unread.priority-normal {
  background: linear-gradient(135deg, rgba(69, 90, 100, 0.12) 0%, rgb(255, 255, 255) 100%);
  box-shadow: 0 2px 8px rgba(69, 90, 100, 0.15);
}
.notification-card[data-module=settings].read {
  border-left-width: 4px;
  border-left-color: rgba(69, 90, 100, 0.3);
}
.notification-card[data-module=settings].read::before {
  width: 4px;
  background: rgba(69, 90, 100, 0.3);
}
.notification-card[data-module=settings].read .notification-module-badge {
  background: rgba(69, 90, 100, 0.05);
  color: rgba(69, 90, 100, 0.7);
  border-color: rgba(69, 90, 100, 0.15);
}
.notification-card[data-module=settings]:hover.priority-high.unread, .notification-card[data-module=settings]:hover.priority-normal.unread {
  box-shadow: 0 8px 24px rgba(69, 90, 100, 0.2);
}
.notification-card[data-module=settings]:hover .notification-module-badge {
  background: rgba(69, 90, 100, 0.15);
  border-color: rgba(69, 90, 100, 0.3);
  transform: scale(1.02);
}

.notification-card[data-module=instellingen] .notification-icon i {
  color: #455A64;
}
.notification-card[data-module=instellingen] .notification-module-badge {
  background: rgba(69, 90, 100, 0.1);
  color: #455A64;
  border: 1px solid rgba(69, 90, 100, 0.2);
}
.notification-card[data-module=instellingen].unread {
  border-left-width: 6px;
  border-left-color: #455A64;
}
.notification-card[data-module=instellingen].unread::before {
  width: 6px;
  background: #455A64;
}
.notification-card[data-module=instellingen].unread.priority-high, .notification-card[data-module=instellingen].unread.priority-normal {
  background: linear-gradient(135deg, rgba(69, 90, 100, 0.12) 0%, rgb(255, 255, 255) 100%);
  box-shadow: 0 2px 8px rgba(69, 90, 100, 0.15);
}
.notification-card[data-module=instellingen].read {
  border-left-width: 4px;
  border-left-color: rgba(69, 90, 100, 0.3);
}
.notification-card[data-module=instellingen].read::before {
  width: 4px;
  background: rgba(69, 90, 100, 0.3);
}
.notification-card[data-module=instellingen].read .notification-module-badge {
  background: rgba(69, 90, 100, 0.05);
  color: rgba(69, 90, 100, 0.7);
  border-color: rgba(69, 90, 100, 0.15);
}
.notification-card[data-module=instellingen]:hover.priority-high.unread, .notification-card[data-module=instellingen]:hover.priority-normal.unread {
  box-shadow: 0 8px 24px rgba(69, 90, 100, 0.2);
}
.notification-card[data-module=instellingen]:hover .notification-module-badge {
  background: rgba(69, 90, 100, 0.15);
  border-color: rgba(69, 90, 100, 0.3);
  transform: scale(1.02);
}

.notification-card[data-module=customers] .notification-icon i {
  color: #fe5416;
}
.notification-card[data-module=customers] .notification-module-badge {
  background: rgba(254, 84, 22, 0.1);
  color: #fe5416;
  border: 1px solid rgba(254, 84, 22, 0.2);
}
.notification-card[data-module=customers].unread {
  border-left-width: 6px;
  border-left-color: #fe5416;
}
.notification-card[data-module=customers].unread::before {
  width: 6px;
  background: #fe5416;
}
.notification-card[data-module=customers].unread.priority-high, .notification-card[data-module=customers].unread.priority-normal {
  background: linear-gradient(135deg, rgba(254, 84, 22, 0.12) 0%, rgb(255, 255, 255) 100%);
  box-shadow: 0 2px 8px rgba(254, 84, 22, 0.15);
}
.notification-card[data-module=customers].read {
  border-left-width: 4px;
  border-left-color: rgba(254, 84, 22, 0.3);
}
.notification-card[data-module=customers].read::before {
  width: 4px;
  background: rgba(254, 84, 22, 0.3);
}
.notification-card[data-module=customers].read .notification-module-badge {
  background: rgba(254, 84, 22, 0.05);
  color: rgba(254, 84, 22, 0.7);
  border-color: rgba(254, 84, 22, 0.15);
}
.notification-card[data-module=customers]:hover.priority-high.unread, .notification-card[data-module=customers]:hover.priority-normal.unread {
  box-shadow: 0 8px 24px rgba(254, 84, 22, 0.2);
}
.notification-card[data-module=customers]:hover .notification-module-badge {
  background: rgba(254, 84, 22, 0.15);
  border-color: rgba(254, 84, 22, 0.3);
  transform: scale(1.02);
}

.notification-card[data-module=klanten] .notification-icon i {
  color: #fe5416;
}
.notification-card[data-module=klanten] .notification-module-badge {
  background: rgba(254, 84, 22, 0.1);
  color: #fe5416;
  border: 1px solid rgba(254, 84, 22, 0.2);
}
.notification-card[data-module=klanten].unread {
  border-left-width: 6px;
  border-left-color: #fe5416;
}
.notification-card[data-module=klanten].unread::before {
  width: 6px;
  background: #fe5416;
}
.notification-card[data-module=klanten].unread.priority-high, .notification-card[data-module=klanten].unread.priority-normal {
  background: linear-gradient(135deg, rgba(254, 84, 22, 0.12) 0%, rgb(255, 255, 255) 100%);
  box-shadow: 0 2px 8px rgba(254, 84, 22, 0.15);
}
.notification-card[data-module=klanten].read {
  border-left-width: 4px;
  border-left-color: rgba(254, 84, 22, 0.3);
}
.notification-card[data-module=klanten].read::before {
  width: 4px;
  background: rgba(254, 84, 22, 0.3);
}
.notification-card[data-module=klanten].read .notification-module-badge {
  background: rgba(254, 84, 22, 0.05);
  color: rgba(254, 84, 22, 0.7);
  border-color: rgba(254, 84, 22, 0.15);
}
.notification-card[data-module=klanten]:hover.priority-high.unread, .notification-card[data-module=klanten]:hover.priority-normal.unread {
  box-shadow: 0 8px 24px rgba(254, 84, 22, 0.2);
}
.notification-card[data-module=klanten]:hover .notification-module-badge {
  background: rgba(254, 84, 22, 0.15);
  border-color: rgba(254, 84, 22, 0.3);
  transform: scale(1.02);
}

.notification-card[data-module=workorders] .notification-icon i {
  color: #9575CD;
}
.notification-card[data-module=workorders] .notification-module-badge {
  background: rgba(149, 117, 205, 0.1);
  color: #9575CD;
  border: 1px solid rgba(149, 117, 205, 0.2);
}
.notification-card[data-module=workorders].unread {
  border-left-width: 6px;
  border-left-color: #9575CD;
}
.notification-card[data-module=workorders].unread::before {
  width: 6px;
  background: #9575CD;
}
.notification-card[data-module=workorders].unread.priority-high, .notification-card[data-module=workorders].unread.priority-normal {
  background: linear-gradient(135deg, rgba(149, 117, 205, 0.12) 0%, rgb(255, 255, 255) 100%);
  box-shadow: 0 2px 8px rgba(149, 117, 205, 0.15);
}
.notification-card[data-module=workorders].read {
  border-left-width: 4px;
  border-left-color: rgba(149, 117, 205, 0.3);
}
.notification-card[data-module=workorders].read::before {
  width: 4px;
  background: rgba(149, 117, 205, 0.3);
}
.notification-card[data-module=workorders].read .notification-module-badge {
  background: rgba(149, 117, 205, 0.05);
  color: rgba(149, 117, 205, 0.7);
  border-color: rgba(149, 117, 205, 0.15);
}
.notification-card[data-module=workorders]:hover.priority-high.unread, .notification-card[data-module=workorders]:hover.priority-normal.unread {
  box-shadow: 0 8px 24px rgba(149, 117, 205, 0.2);
}
.notification-card[data-module=workorders]:hover .notification-module-badge {
  background: rgba(149, 117, 205, 0.15);
  border-color: rgba(149, 117, 205, 0.3);
  transform: scale(1.02);
}

.notification-card[data-module=werkbonnen] .notification-icon i {
  color: #9575CD;
}
.notification-card[data-module=werkbonnen] .notification-module-badge {
  background: rgba(149, 117, 205, 0.1);
  color: #9575CD;
  border: 1px solid rgba(149, 117, 205, 0.2);
}
.notification-card[data-module=werkbonnen].unread {
  border-left-width: 6px;
  border-left-color: #9575CD;
}
.notification-card[data-module=werkbonnen].unread::before {
  width: 6px;
  background: #9575CD;
}
.notification-card[data-module=werkbonnen].unread.priority-high, .notification-card[data-module=werkbonnen].unread.priority-normal {
  background: linear-gradient(135deg, rgba(149, 117, 205, 0.12) 0%, rgb(255, 255, 255) 100%);
  box-shadow: 0 2px 8px rgba(149, 117, 205, 0.15);
}
.notification-card[data-module=werkbonnen].read {
  border-left-width: 4px;
  border-left-color: rgba(149, 117, 205, 0.3);
}
.notification-card[data-module=werkbonnen].read::before {
  width: 4px;
  background: rgba(149, 117, 205, 0.3);
}
.notification-card[data-module=werkbonnen].read .notification-module-badge {
  background: rgba(149, 117, 205, 0.05);
  color: rgba(149, 117, 205, 0.7);
  border-color: rgba(149, 117, 205, 0.15);
}
.notification-card[data-module=werkbonnen]:hover.priority-high.unread, .notification-card[data-module=werkbonnen]:hover.priority-normal.unread {
  box-shadow: 0 8px 24px rgba(149, 117, 205, 0.2);
}
.notification-card[data-module=werkbonnen]:hover .notification-module-badge {
  background: rgba(149, 117, 205, 0.15);
  border-color: rgba(149, 117, 205, 0.3);
  transform: scale(1.02);
}

.notification-card[data-module=invoices] .notification-icon i {
  color: #4b88f9;
}
.notification-card[data-module=invoices] .notification-module-badge {
  background: rgba(75, 136, 249, 0.1);
  color: #4b88f9;
  border: 1px solid rgba(75, 136, 249, 0.2);
}
.notification-card[data-module=invoices].unread {
  border-left-width: 6px;
  border-left-color: #4b88f9;
}
.notification-card[data-module=invoices].unread::before {
  width: 6px;
  background: #4b88f9;
}
.notification-card[data-module=invoices].unread.priority-high, .notification-card[data-module=invoices].unread.priority-normal {
  background: linear-gradient(135deg, rgba(75, 136, 249, 0.12) 0%, rgb(255, 255, 255) 100%);
  box-shadow: 0 2px 8px rgba(75, 136, 249, 0.15);
}
.notification-card[data-module=invoices].read {
  border-left-width: 4px;
  border-left-color: rgba(75, 136, 249, 0.3);
}
.notification-card[data-module=invoices].read::before {
  width: 4px;
  background: rgba(75, 136, 249, 0.3);
}
.notification-card[data-module=invoices].read .notification-module-badge {
  background: rgba(75, 136, 249, 0.05);
  color: rgba(75, 136, 249, 0.7);
  border-color: rgba(75, 136, 249, 0.15);
}
.notification-card[data-module=invoices]:hover.priority-high.unread, .notification-card[data-module=invoices]:hover.priority-normal.unread {
  box-shadow: 0 8px 24px rgba(75, 136, 249, 0.2);
}
.notification-card[data-module=invoices]:hover .notification-module-badge {
  background: rgba(75, 136, 249, 0.15);
  border-color: rgba(75, 136, 249, 0.3);
  transform: scale(1.02);
}

.notification-card[data-module=facturen] .notification-icon i {
  color: #4b88f9;
}
.notification-card[data-module=facturen] .notification-module-badge {
  background: rgba(75, 136, 249, 0.1);
  color: #4b88f9;
  border: 1px solid rgba(75, 136, 249, 0.2);
}
.notification-card[data-module=facturen].unread {
  border-left-width: 6px;
  border-left-color: #4b88f9;
}
.notification-card[data-module=facturen].unread::before {
  width: 6px;
  background: #4b88f9;
}
.notification-card[data-module=facturen].unread.priority-high, .notification-card[data-module=facturen].unread.priority-normal {
  background: linear-gradient(135deg, rgba(75, 136, 249, 0.12) 0%, rgb(255, 255, 255) 100%);
  box-shadow: 0 2px 8px rgba(75, 136, 249, 0.15);
}
.notification-card[data-module=facturen].read {
  border-left-width: 4px;
  border-left-color: rgba(75, 136, 249, 0.3);
}
.notification-card[data-module=facturen].read::before {
  width: 4px;
  background: rgba(75, 136, 249, 0.3);
}
.notification-card[data-module=facturen].read .notification-module-badge {
  background: rgba(75, 136, 249, 0.05);
  color: rgba(75, 136, 249, 0.7);
  border-color: rgba(75, 136, 249, 0.15);
}
.notification-card[data-module=facturen]:hover.priority-high.unread, .notification-card[data-module=facturen]:hover.priority-normal.unread {
  box-shadow: 0 8px 24px rgba(75, 136, 249, 0.2);
}
.notification-card[data-module=facturen]:hover .notification-module-badge {
  background: rgba(75, 136, 249, 0.15);
  border-color: rgba(75, 136, 249, 0.3);
  transform: scale(1.02);
}

.notification-card[data-module=picklists] .notification-icon i {
  color: #f97316;
}
.notification-card[data-module=picklists] .notification-module-badge {
  background: rgba(249, 115, 22, 0.1);
  color: #f97316;
  border: 1px solid rgba(249, 115, 22, 0.2);
}
.notification-card[data-module=picklists].unread {
  border-left-width: 6px;
  border-left-color: #f97316;
}
.notification-card[data-module=picklists].unread::before {
  width: 6px;
  background: #f97316;
}
.notification-card[data-module=picklists].unread.priority-high, .notification-card[data-module=picklists].unread.priority-normal {
  background: linear-gradient(135deg, rgba(249, 115, 22, 0.12) 0%, rgb(255, 255, 255) 100%);
  box-shadow: 0 2px 8px rgba(249, 115, 22, 0.15);
}
.notification-card[data-module=picklists].read {
  border-left-width: 4px;
  border-left-color: rgba(249, 115, 22, 0.3);
}
.notification-card[data-module=picklists].read::before {
  width: 4px;
  background: rgba(249, 115, 22, 0.3);
}
.notification-card[data-module=picklists].read .notification-module-badge {
  background: rgba(249, 115, 22, 0.05);
  color: rgba(249, 115, 22, 0.7);
  border-color: rgba(249, 115, 22, 0.15);
}
.notification-card[data-module=picklists]:hover.priority-high.unread, .notification-card[data-module=picklists]:hover.priority-normal.unread {
  box-shadow: 0 8px 24px rgba(249, 115, 22, 0.2);
}
.notification-card[data-module=picklists]:hover .notification-module-badge {
  background: rgba(249, 115, 22, 0.15);
  border-color: rgba(249, 115, 22, 0.3);
  transform: scale(1.02);
}

.notification-card[data-module=paklijsten] .notification-icon i {
  color: #f97316;
}
.notification-card[data-module=paklijsten] .notification-module-badge {
  background: rgba(249, 115, 22, 0.1);
  color: #f97316;
  border: 1px solid rgba(249, 115, 22, 0.2);
}
.notification-card[data-module=paklijsten].unread {
  border-left-width: 6px;
  border-left-color: #f97316;
}
.notification-card[data-module=paklijsten].unread::before {
  width: 6px;
  background: #f97316;
}
.notification-card[data-module=paklijsten].unread.priority-high, .notification-card[data-module=paklijsten].unread.priority-normal {
  background: linear-gradient(135deg, rgba(249, 115, 22, 0.12) 0%, rgb(255, 255, 255) 100%);
  box-shadow: 0 2px 8px rgba(249, 115, 22, 0.15);
}
.notification-card[data-module=paklijsten].read {
  border-left-width: 4px;
  border-left-color: rgba(249, 115, 22, 0.3);
}
.notification-card[data-module=paklijsten].read::before {
  width: 4px;
  background: rgba(249, 115, 22, 0.3);
}
.notification-card[data-module=paklijsten].read .notification-module-badge {
  background: rgba(249, 115, 22, 0.05);
  color: rgba(249, 115, 22, 0.7);
  border-color: rgba(249, 115, 22, 0.15);
}
.notification-card[data-module=paklijsten]:hover.priority-high.unread, .notification-card[data-module=paklijsten]:hover.priority-normal.unread {
  box-shadow: 0 8px 24px rgba(249, 115, 22, 0.2);
}
.notification-card[data-module=paklijsten]:hover .notification-module-badge {
  background: rgba(249, 115, 22, 0.15);
  border-color: rgba(249, 115, 22, 0.3);
  transform: scale(1.02);
}

.notification-card[data-module=profile] .notification-icon i {
  color: #1976D2;
}
.notification-card[data-module=profile] .notification-module-badge {
  background: rgba(25, 118, 210, 0.1);
  color: #1976D2;
  border: 1px solid rgba(25, 118, 210, 0.2);
}
.notification-card[data-module=profile].unread {
  border-left-width: 6px;
  border-left-color: #1976D2;
}
.notification-card[data-module=profile].unread::before {
  width: 6px;
  background: #1976D2;
}
.notification-card[data-module=profile].unread.priority-high, .notification-card[data-module=profile].unread.priority-normal {
  background: linear-gradient(135deg, rgba(25, 118, 210, 0.12) 0%, rgb(255, 255, 255) 100%);
  box-shadow: 0 2px 8px rgba(25, 118, 210, 0.15);
}
.notification-card[data-module=profile].read {
  border-left-width: 4px;
  border-left-color: rgba(25, 118, 210, 0.3);
}
.notification-card[data-module=profile].read::before {
  width: 4px;
  background: rgba(25, 118, 210, 0.3);
}
.notification-card[data-module=profile].read .notification-module-badge {
  background: rgba(25, 118, 210, 0.05);
  color: rgba(25, 118, 210, 0.7);
  border-color: rgba(25, 118, 210, 0.15);
}
.notification-card[data-module=profile]:hover.priority-high.unread, .notification-card[data-module=profile]:hover.priority-normal.unread {
  box-shadow: 0 8px 24px rgba(25, 118, 210, 0.2);
}
.notification-card[data-module=profile]:hover .notification-module-badge {
  background: rgba(25, 118, 210, 0.15);
  border-color: rgba(25, 118, 210, 0.3);
  transform: scale(1.02);
}

.notification-card[data-module=subscription] .notification-icon i {
  color: #f9d84b;
}
.notification-card[data-module=subscription] .notification-module-badge {
  background: rgba(249, 216, 75, 0.1);
  color: #f9d84b;
  border: 1px solid rgba(249, 216, 75, 0.2);
}
.notification-card[data-module=subscription].unread {
  border-left-width: 6px;
  border-left-color: #f9d84b;
}
.notification-card[data-module=subscription].unread::before {
  width: 6px;
  background: #f9d84b;
}
.notification-card[data-module=subscription].unread.priority-high, .notification-card[data-module=subscription].unread.priority-normal {
  background: linear-gradient(135deg, rgba(249, 216, 75, 0.12) 0%, rgb(255, 255, 255) 100%);
  box-shadow: 0 2px 8px rgba(249, 216, 75, 0.15);
}
.notification-card[data-module=subscription].read {
  border-left-width: 4px;
  border-left-color: rgba(249, 216, 75, 0.3);
}
.notification-card[data-module=subscription].read::before {
  width: 4px;
  background: rgba(249, 216, 75, 0.3);
}
.notification-card[data-module=subscription].read .notification-module-badge {
  background: rgba(249, 216, 75, 0.05);
  color: rgba(249, 216, 75, 0.7);
  border-color: rgba(249, 216, 75, 0.15);
}
.notification-card[data-module=subscription]:hover.priority-high.unread, .notification-card[data-module=subscription]:hover.priority-normal.unread {
  box-shadow: 0 8px 24px rgba(249, 216, 75, 0.2);
}
.notification-card[data-module=subscription]:hover .notification-module-badge {
  background: rgba(249, 216, 75, 0.15);
  border-color: rgba(249, 216, 75, 0.3);
  transform: scale(1.02);
}

.notification-card[data-module=finance-color] .notification-icon i {
  color: #4b88f9;
}
.notification-card[data-module=finance-color] .notification-module-badge {
  background: rgba(75, 136, 249, 0.1);
  color: #4b88f9;
  border: 1px solid rgba(75, 136, 249, 0.2);
}
.notification-card[data-module=finance-color].unread {
  border-left-width: 6px;
  border-left-color: #4b88f9;
}
.notification-card[data-module=finance-color].unread::before {
  width: 6px;
  background: #4b88f9;
}
.notification-card[data-module=finance-color].unread.priority-high, .notification-card[data-module=finance-color].unread.priority-normal {
  background: linear-gradient(135deg, rgba(75, 136, 249, 0.12) 0%, rgb(255, 255, 255) 100%);
  box-shadow: 0 2px 8px rgba(75, 136, 249, 0.15);
}
.notification-card[data-module=finance-color].read {
  border-left-width: 4px;
  border-left-color: rgba(75, 136, 249, 0.3);
}
.notification-card[data-module=finance-color].read::before {
  width: 4px;
  background: rgba(75, 136, 249, 0.3);
}
.notification-card[data-module=finance-color].read .notification-module-badge {
  background: rgba(75, 136, 249, 0.05);
  color: rgba(75, 136, 249, 0.7);
  border-color: rgba(75, 136, 249, 0.15);
}
.notification-card[data-module=finance-color]:hover.priority-high.unread, .notification-card[data-module=finance-color]:hover.priority-normal.unread {
  box-shadow: 0 8px 24px rgba(75, 136, 249, 0.2);
}
.notification-card[data-module=finance-color]:hover .notification-module-badge {
  background: rgba(75, 136, 249, 0.15);
  border-color: rgba(75, 136, 249, 0.3);
  transform: scale(1.02);
}

.notification-card[data-module=timeregistration] .notification-icon i {
  color: #004D40;
}
.notification-card[data-module=timeregistration] .notification-module-badge {
  background: rgba(0, 77, 64, 0.1);
  color: #004D40;
  border: 1px solid rgba(0, 77, 64, 0.2);
}
.notification-card[data-module=timeregistration].unread {
  border-left-width: 6px;
  border-left-color: #004D40;
}
.notification-card[data-module=timeregistration].unread::before {
  width: 6px;
  background: #004D40;
}
.notification-card[data-module=timeregistration].unread.priority-high, .notification-card[data-module=timeregistration].unread.priority-normal {
  background: linear-gradient(135deg, rgba(0, 77, 64, 0.12) 0%, rgb(255, 255, 255) 100%);
  box-shadow: 0 2px 8px rgba(0, 77, 64, 0.15);
}
.notification-card[data-module=timeregistration].read {
  border-left-width: 4px;
  border-left-color: rgba(0, 77, 64, 0.3);
}
.notification-card[data-module=timeregistration].read::before {
  width: 4px;
  background: rgba(0, 77, 64, 0.3);
}
.notification-card[data-module=timeregistration].read .notification-module-badge {
  background: rgba(0, 77, 64, 0.05);
  color: rgba(0, 77, 64, 0.7);
  border-color: rgba(0, 77, 64, 0.15);
}
.notification-card[data-module=timeregistration]:hover.priority-high.unread, .notification-card[data-module=timeregistration]:hover.priority-normal.unread {
  box-shadow: 0 8px 24px rgba(0, 77, 64, 0.2);
}
.notification-card[data-module=timeregistration]:hover .notification-module-badge {
  background: rgba(0, 77, 64, 0.15);
  border-color: rgba(0, 77, 64, 0.3);
  transform: scale(1.02);
}

.notification-card[data-module=urenregistratie] .notification-icon i {
  color: #004D40;
}
.notification-card[data-module=urenregistratie] .notification-module-badge {
  background: rgba(0, 77, 64, 0.1);
  color: #004D40;
  border: 1px solid rgba(0, 77, 64, 0.2);
}
.notification-card[data-module=urenregistratie].unread {
  border-left-width: 6px;
  border-left-color: #004D40;
}
.notification-card[data-module=urenregistratie].unread::before {
  width: 6px;
  background: #004D40;
}
.notification-card[data-module=urenregistratie].unread.priority-high, .notification-card[data-module=urenregistratie].unread.priority-normal {
  background: linear-gradient(135deg, rgba(0, 77, 64, 0.12) 0%, rgb(255, 255, 255) 100%);
  box-shadow: 0 2px 8px rgba(0, 77, 64, 0.15);
}
.notification-card[data-module=urenregistratie].read {
  border-left-width: 4px;
  border-left-color: rgba(0, 77, 64, 0.3);
}
.notification-card[data-module=urenregistratie].read::before {
  width: 4px;
  background: rgba(0, 77, 64, 0.3);
}
.notification-card[data-module=urenregistratie].read .notification-module-badge {
  background: rgba(0, 77, 64, 0.05);
  color: rgba(0, 77, 64, 0.7);
  border-color: rgba(0, 77, 64, 0.15);
}
.notification-card[data-module=urenregistratie]:hover.priority-high.unread, .notification-card[data-module=urenregistratie]:hover.priority-normal.unread {
  box-shadow: 0 8px 24px rgba(0, 77, 64, 0.2);
}
.notification-card[data-module=urenregistratie]:hover .notification-module-badge {
  background: rgba(0, 77, 64, 0.15);
  border-color: rgba(0, 77, 64, 0.3);
  transform: scale(1.02);
}

.notification-card[data-module=customerportal] .notification-icon i {
  color: #D32F2F;
}
.notification-card[data-module=customerportal] .notification-module-badge {
  background: rgba(211, 47, 47, 0.1);
  color: #D32F2F;
  border: 1px solid rgba(211, 47, 47, 0.2);
}
.notification-card[data-module=customerportal].unread {
  border-left-width: 6px;
  border-left-color: #D32F2F;
}
.notification-card[data-module=customerportal].unread::before {
  width: 6px;
  background: #D32F2F;
}
.notification-card[data-module=customerportal].unread.priority-high, .notification-card[data-module=customerportal].unread.priority-normal {
  background: linear-gradient(135deg, rgba(211, 47, 47, 0.12) 0%, rgb(255, 255, 255) 100%);
  box-shadow: 0 2px 8px rgba(211, 47, 47, 0.15);
}
.notification-card[data-module=customerportal].read {
  border-left-width: 4px;
  border-left-color: rgba(211, 47, 47, 0.3);
}
.notification-card[data-module=customerportal].read::before {
  width: 4px;
  background: rgba(211, 47, 47, 0.3);
}
.notification-card[data-module=customerportal].read .notification-module-badge {
  background: rgba(211, 47, 47, 0.05);
  color: rgba(211, 47, 47, 0.7);
  border-color: rgba(211, 47, 47, 0.15);
}
.notification-card[data-module=customerportal]:hover.priority-high.unread, .notification-card[data-module=customerportal]:hover.priority-normal.unread {
  box-shadow: 0 8px 24px rgba(211, 47, 47, 0.2);
}
.notification-card[data-module=customerportal]:hover .notification-module-badge {
  background: rgba(211, 47, 47, 0.15);
  border-color: rgba(211, 47, 47, 0.3);
  transform: scale(1.02);
}

.notification-card[data-module=klantportaal] .notification-icon i {
  color: #D32F2F;
}
.notification-card[data-module=klantportaal] .notification-module-badge {
  background: rgba(211, 47, 47, 0.1);
  color: #D32F2F;
  border: 1px solid rgba(211, 47, 47, 0.2);
}
.notification-card[data-module=klantportaal].unread {
  border-left-width: 6px;
  border-left-color: #D32F2F;
}
.notification-card[data-module=klantportaal].unread::before {
  width: 6px;
  background: #D32F2F;
}
.notification-card[data-module=klantportaal].unread.priority-high, .notification-card[data-module=klantportaal].unread.priority-normal {
  background: linear-gradient(135deg, rgba(211, 47, 47, 0.12) 0%, rgb(255, 255, 255) 100%);
  box-shadow: 0 2px 8px rgba(211, 47, 47, 0.15);
}
.notification-card[data-module=klantportaal].read {
  border-left-width: 4px;
  border-left-color: rgba(211, 47, 47, 0.3);
}
.notification-card[data-module=klantportaal].read::before {
  width: 4px;
  background: rgba(211, 47, 47, 0.3);
}
.notification-card[data-module=klantportaal].read .notification-module-badge {
  background: rgba(211, 47, 47, 0.05);
  color: rgba(211, 47, 47, 0.7);
  border-color: rgba(211, 47, 47, 0.15);
}
.notification-card[data-module=klantportaal]:hover.priority-high.unread, .notification-card[data-module=klantportaal]:hover.priority-normal.unread {
  box-shadow: 0 8px 24px rgba(211, 47, 47, 0.2);
}
.notification-card[data-module=klantportaal]:hover .notification-module-badge {
  background: rgba(211, 47, 47, 0.15);
  border-color: rgba(211, 47, 47, 0.3);
  transform: scale(1.02);
}

.notification-card[data-module=routeplanning] .notification-icon i {
  color: #F57F17;
}
.notification-card[data-module=routeplanning] .notification-module-badge {
  background: rgba(245, 127, 23, 0.1);
  color: #F57F17;
  border: 1px solid rgba(245, 127, 23, 0.2);
}
.notification-card[data-module=routeplanning].unread {
  border-left-width: 6px;
  border-left-color: #F57F17;
}
.notification-card[data-module=routeplanning].unread::before {
  width: 6px;
  background: #F57F17;
}
.notification-card[data-module=routeplanning].unread.priority-high, .notification-card[data-module=routeplanning].unread.priority-normal {
  background: linear-gradient(135deg, rgba(245, 127, 23, 0.12) 0%, rgb(255, 255, 255) 100%);
  box-shadow: 0 2px 8px rgba(245, 127, 23, 0.15);
}
.notification-card[data-module=routeplanning].read {
  border-left-width: 4px;
  border-left-color: rgba(245, 127, 23, 0.3);
}
.notification-card[data-module=routeplanning].read::before {
  width: 4px;
  background: rgba(245, 127, 23, 0.3);
}
.notification-card[data-module=routeplanning].read .notification-module-badge {
  background: rgba(245, 127, 23, 0.05);
  color: rgba(245, 127, 23, 0.7);
  border-color: rgba(245, 127, 23, 0.15);
}
.notification-card[data-module=routeplanning]:hover.priority-high.unread, .notification-card[data-module=routeplanning]:hover.priority-normal.unread {
  box-shadow: 0 8px 24px rgba(245, 127, 23, 0.2);
}
.notification-card[data-module=routeplanning]:hover .notification-module-badge {
  background: rgba(245, 127, 23, 0.15);
  border-color: rgba(245, 127, 23, 0.3);
  transform: scale(1.02);
}

.notification-card[data-module=materialmanagement] .notification-icon i {
  color: #BF360C;
}
.notification-card[data-module=materialmanagement] .notification-module-badge {
  background: rgba(191, 54, 12, 0.1);
  color: #BF360C;
  border: 1px solid rgba(191, 54, 12, 0.2);
}
.notification-card[data-module=materialmanagement].unread {
  border-left-width: 6px;
  border-left-color: #BF360C;
}
.notification-card[data-module=materialmanagement].unread::before {
  width: 6px;
  background: #BF360C;
}
.notification-card[data-module=materialmanagement].unread.priority-high, .notification-card[data-module=materialmanagement].unread.priority-normal {
  background: linear-gradient(135deg, rgba(191, 54, 12, 0.12) 0%, rgb(255, 255, 255) 100%);
  box-shadow: 0 2px 8px rgba(191, 54, 12, 0.15);
}
.notification-card[data-module=materialmanagement].read {
  border-left-width: 4px;
  border-left-color: rgba(191, 54, 12, 0.3);
}
.notification-card[data-module=materialmanagement].read::before {
  width: 4px;
  background: rgba(191, 54, 12, 0.3);
}
.notification-card[data-module=materialmanagement].read .notification-module-badge {
  background: rgba(191, 54, 12, 0.05);
  color: rgba(191, 54, 12, 0.7);
  border-color: rgba(191, 54, 12, 0.15);
}
.notification-card[data-module=materialmanagement]:hover.priority-high.unread, .notification-card[data-module=materialmanagement]:hover.priority-normal.unread {
  box-shadow: 0 8px 24px rgba(191, 54, 12, 0.2);
}
.notification-card[data-module=materialmanagement]:hover .notification-module-badge {
  background: rgba(191, 54, 12, 0.15);
  border-color: rgba(191, 54, 12, 0.3);
  transform: scale(1.02);
}

.notification-card[data-module=materialenbeheer] .notification-icon i {
  color: #BF360C;
}
.notification-card[data-module=materialenbeheer] .notification-module-badge {
  background: rgba(191, 54, 12, 0.1);
  color: #BF360C;
  border: 1px solid rgba(191, 54, 12, 0.2);
}
.notification-card[data-module=materialenbeheer].unread {
  border-left-width: 6px;
  border-left-color: #BF360C;
}
.notification-card[data-module=materialenbeheer].unread::before {
  width: 6px;
  background: #BF360C;
}
.notification-card[data-module=materialenbeheer].unread.priority-high, .notification-card[data-module=materialenbeheer].unread.priority-normal {
  background: linear-gradient(135deg, rgba(191, 54, 12, 0.12) 0%, rgb(255, 255, 255) 100%);
  box-shadow: 0 2px 8px rgba(191, 54, 12, 0.15);
}
.notification-card[data-module=materialenbeheer].read {
  border-left-width: 4px;
  border-left-color: rgba(191, 54, 12, 0.3);
}
.notification-card[data-module=materialenbeheer].read::before {
  width: 4px;
  background: rgba(191, 54, 12, 0.3);
}
.notification-card[data-module=materialenbeheer].read .notification-module-badge {
  background: rgba(191, 54, 12, 0.05);
  color: rgba(191, 54, 12, 0.7);
  border-color: rgba(191, 54, 12, 0.15);
}
.notification-card[data-module=materialenbeheer]:hover.priority-high.unread, .notification-card[data-module=materialenbeheer]:hover.priority-normal.unread {
  box-shadow: 0 8px 24px rgba(191, 54, 12, 0.2);
}
.notification-card[data-module=materialenbeheer]:hover .notification-module-badge {
  background: rgba(191, 54, 12, 0.15);
  border-color: rgba(191, 54, 12, 0.3);
  transform: scale(1.02);
}

.notification-card[data-module=reminders] .notification-icon i {
  color: #0277BD;
}
.notification-card[data-module=reminders] .notification-module-badge {
  background: rgba(2, 119, 189, 0.1);
  color: #0277BD;
  border: 1px solid rgba(2, 119, 189, 0.2);
}
.notification-card[data-module=reminders].unread {
  border-left-width: 6px;
  border-left-color: #0277BD;
}
.notification-card[data-module=reminders].unread::before {
  width: 6px;
  background: #0277BD;
}
.notification-card[data-module=reminders].unread.priority-high, .notification-card[data-module=reminders].unread.priority-normal {
  background: linear-gradient(135deg, rgba(2, 119, 189, 0.12) 0%, rgb(255, 255, 255) 100%);
  box-shadow: 0 2px 8px rgba(2, 119, 189, 0.15);
}
.notification-card[data-module=reminders].read {
  border-left-width: 4px;
  border-left-color: rgba(2, 119, 189, 0.3);
}
.notification-card[data-module=reminders].read::before {
  width: 4px;
  background: rgba(2, 119, 189, 0.3);
}
.notification-card[data-module=reminders].read .notification-module-badge {
  background: rgba(2, 119, 189, 0.05);
  color: rgba(2, 119, 189, 0.7);
  border-color: rgba(2, 119, 189, 0.15);
}
.notification-card[data-module=reminders]:hover.priority-high.unread, .notification-card[data-module=reminders]:hover.priority-normal.unread {
  box-shadow: 0 8px 24px rgba(2, 119, 189, 0.2);
}
.notification-card[data-module=reminders]:hover .notification-module-badge {
  background: rgba(2, 119, 189, 0.15);
  border-color: rgba(2, 119, 189, 0.3);
  transform: scale(1.02);
}

.notification-card[data-module=herinneringen] .notification-icon i {
  color: #0277BD;
}
.notification-card[data-module=herinneringen] .notification-module-badge {
  background: rgba(2, 119, 189, 0.1);
  color: #0277BD;
  border: 1px solid rgba(2, 119, 189, 0.2);
}
.notification-card[data-module=herinneringen].unread {
  border-left-width: 6px;
  border-left-color: #0277BD;
}
.notification-card[data-module=herinneringen].unread::before {
  width: 6px;
  background: #0277BD;
}
.notification-card[data-module=herinneringen].unread.priority-high, .notification-card[data-module=herinneringen].unread.priority-normal {
  background: linear-gradient(135deg, rgba(2, 119, 189, 0.12) 0%, rgb(255, 255, 255) 100%);
  box-shadow: 0 2px 8px rgba(2, 119, 189, 0.15);
}
.notification-card[data-module=herinneringen].read {
  border-left-width: 4px;
  border-left-color: rgba(2, 119, 189, 0.3);
}
.notification-card[data-module=herinneringen].read::before {
  width: 4px;
  background: rgba(2, 119, 189, 0.3);
}
.notification-card[data-module=herinneringen].read .notification-module-badge {
  background: rgba(2, 119, 189, 0.05);
  color: rgba(2, 119, 189, 0.7);
  border-color: rgba(2, 119, 189, 0.15);
}
.notification-card[data-module=herinneringen]:hover.priority-high.unread, .notification-card[data-module=herinneringen]:hover.priority-normal.unread {
  box-shadow: 0 8px 24px rgba(2, 119, 189, 0.2);
}
.notification-card[data-module=herinneringen]:hover .notification-module-badge {
  background: rgba(2, 119, 189, 0.15);
  border-color: rgba(2, 119, 189, 0.3);
  transform: scale(1.02);
}

.notification-card[data-module=quotesystem] .notification-icon i {
  color: #006064;
}
.notification-card[data-module=quotesystem] .notification-module-badge {
  background: rgba(0, 96, 100, 0.1);
  color: #006064;
  border: 1px solid rgba(0, 96, 100, 0.2);
}
.notification-card[data-module=quotesystem].unread {
  border-left-width: 6px;
  border-left-color: #006064;
}
.notification-card[data-module=quotesystem].unread::before {
  width: 6px;
  background: #006064;
}
.notification-card[data-module=quotesystem].unread.priority-high, .notification-card[data-module=quotesystem].unread.priority-normal {
  background: linear-gradient(135deg, rgba(0, 96, 100, 0.12) 0%, rgb(255, 255, 255) 100%);
  box-shadow: 0 2px 8px rgba(0, 96, 100, 0.15);
}
.notification-card[data-module=quotesystem].read {
  border-left-width: 4px;
  border-left-color: rgba(0, 96, 100, 0.3);
}
.notification-card[data-module=quotesystem].read::before {
  width: 4px;
  background: rgba(0, 96, 100, 0.3);
}
.notification-card[data-module=quotesystem].read .notification-module-badge {
  background: rgba(0, 96, 100, 0.05);
  color: rgba(0, 96, 100, 0.7);
  border-color: rgba(0, 96, 100, 0.15);
}
.notification-card[data-module=quotesystem]:hover.priority-high.unread, .notification-card[data-module=quotesystem]:hover.priority-normal.unread {
  box-shadow: 0 8px 24px rgba(0, 96, 100, 0.2);
}
.notification-card[data-module=quotesystem]:hover .notification-module-badge {
  background: rgba(0, 96, 100, 0.15);
  border-color: rgba(0, 96, 100, 0.3);
  transform: scale(1.02);
}

.notification-card[data-module=offertesysteem] .notification-icon i {
  color: #006064;
}
.notification-card[data-module=offertesysteem] .notification-module-badge {
  background: rgba(0, 96, 100, 0.1);
  color: #006064;
  border: 1px solid rgba(0, 96, 100, 0.2);
}
.notification-card[data-module=offertesysteem].unread {
  border-left-width: 6px;
  border-left-color: #006064;
}
.notification-card[data-module=offertesysteem].unread::before {
  width: 6px;
  background: #006064;
}
.notification-card[data-module=offertesysteem].unread.priority-high, .notification-card[data-module=offertesysteem].unread.priority-normal {
  background: linear-gradient(135deg, rgba(0, 96, 100, 0.12) 0%, rgb(255, 255, 255) 100%);
  box-shadow: 0 2px 8px rgba(0, 96, 100, 0.15);
}
.notification-card[data-module=offertesysteem].read {
  border-left-width: 4px;
  border-left-color: rgba(0, 96, 100, 0.3);
}
.notification-card[data-module=offertesysteem].read::before {
  width: 4px;
  background: rgba(0, 96, 100, 0.3);
}
.notification-card[data-module=offertesysteem].read .notification-module-badge {
  background: rgba(0, 96, 100, 0.05);
  color: rgba(0, 96, 100, 0.7);
  border-color: rgba(0, 96, 100, 0.15);
}
.notification-card[data-module=offertesysteem]:hover.priority-high.unread, .notification-card[data-module=offertesysteem]:hover.priority-normal.unread {
  box-shadow: 0 8px 24px rgba(0, 96, 100, 0.2);
}
.notification-card[data-module=offertesysteem]:hover .notification-module-badge {
  background: rgba(0, 96, 100, 0.15);
  border-color: rgba(0, 96, 100, 0.3);
  transform: scale(1.02);
}

.notification-card[data-module=realtime-tracking] .notification-icon i {
  color: #9E9D24;
}
.notification-card[data-module=realtime-tracking] .notification-module-badge {
  background: rgba(158, 157, 36, 0.1);
  color: #9E9D24;
  border: 1px solid rgba(158, 157, 36, 0.2);
}
.notification-card[data-module=realtime-tracking].unread {
  border-left-width: 6px;
  border-left-color: #9E9D24;
}
.notification-card[data-module=realtime-tracking].unread::before {
  width: 6px;
  background: #9E9D24;
}
.notification-card[data-module=realtime-tracking].unread.priority-high, .notification-card[data-module=realtime-tracking].unread.priority-normal {
  background: linear-gradient(135deg, rgba(158, 157, 36, 0.12) 0%, rgb(255, 255, 255) 100%);
  box-shadow: 0 2px 8px rgba(158, 157, 36, 0.15);
}
.notification-card[data-module=realtime-tracking].read {
  border-left-width: 4px;
  border-left-color: rgba(158, 157, 36, 0.3);
}
.notification-card[data-module=realtime-tracking].read::before {
  width: 4px;
  background: rgba(158, 157, 36, 0.3);
}
.notification-card[data-module=realtime-tracking].read .notification-module-badge {
  background: rgba(158, 157, 36, 0.05);
  color: rgba(158, 157, 36, 0.7);
  border-color: rgba(158, 157, 36, 0.15);
}
.notification-card[data-module=realtime-tracking]:hover.priority-high.unread, .notification-card[data-module=realtime-tracking]:hover.priority-normal.unread {
  box-shadow: 0 8px 24px rgba(158, 157, 36, 0.2);
}
.notification-card[data-module=realtime-tracking]:hover .notification-module-badge {
  background: rgba(158, 157, 36, 0.15);
  border-color: rgba(158, 157, 36, 0.3);
  transform: scale(1.02);
}

.notification-card[data-module=fleet-management] .notification-icon i {
  color: #FF7F50;
}
.notification-card[data-module=fleet-management] .notification-module-badge {
  background: rgba(255, 127, 80, 0.1);
  color: #FF7F50;
  border: 1px solid rgba(255, 127, 80, 0.2);
}
.notification-card[data-module=fleet-management].unread {
  border-left-width: 6px;
  border-left-color: #FF7F50;
}
.notification-card[data-module=fleet-management].unread::before {
  width: 6px;
  background: #FF7F50;
}
.notification-card[data-module=fleet-management].unread.priority-high, .notification-card[data-module=fleet-management].unread.priority-normal {
  background: linear-gradient(135deg, rgba(255, 127, 80, 0.12) 0%, rgb(255, 255, 255) 100%);
  box-shadow: 0 2px 8px rgba(255, 127, 80, 0.15);
}
.notification-card[data-module=fleet-management].read {
  border-left-width: 4px;
  border-left-color: rgba(255, 127, 80, 0.3);
}
.notification-card[data-module=fleet-management].read::before {
  width: 4px;
  background: rgba(255, 127, 80, 0.3);
}
.notification-card[data-module=fleet-management].read .notification-module-badge {
  background: rgba(255, 127, 80, 0.05);
  color: rgba(255, 127, 80, 0.7);
  border-color: rgba(255, 127, 80, 0.15);
}
.notification-card[data-module=fleet-management]:hover.priority-high.unread, .notification-card[data-module=fleet-management]:hover.priority-normal.unread {
  box-shadow: 0 8px 24px rgba(255, 127, 80, 0.2);
}
.notification-card[data-module=fleet-management]:hover .notification-module-badge {
  background: rgba(255, 127, 80, 0.15);
  border-color: rgba(255, 127, 80, 0.3);
  transform: scale(1.02);
}

.notification-card[data-module=service] .notification-icon i {
  color: #8cbb35;
}
.notification-card[data-module=service] .notification-module-badge {
  background: rgba(140, 187, 53, 0.1);
  color: #8cbb35;
  border: 1px solid rgba(140, 187, 53, 0.2);
}
.notification-card[data-module=service].unread {
  border-left-width: 6px;
  border-left-color: #8cbb35;
}
.notification-card[data-module=service].unread::before {
  width: 6px;
  background: #8cbb35;
}
.notification-card[data-module=service].unread.priority-high, .notification-card[data-module=service].unread.priority-normal {
  background: linear-gradient(135deg, rgba(140, 187, 53, 0.12) 0%, rgb(255, 255, 255) 100%);
  box-shadow: 0 2px 8px rgba(140, 187, 53, 0.15);
}
.notification-card[data-module=service].read {
  border-left-width: 4px;
  border-left-color: rgba(140, 187, 53, 0.3);
}
.notification-card[data-module=service].read::before {
  width: 4px;
  background: rgba(140, 187, 53, 0.3);
}
.notification-card[data-module=service].read .notification-module-badge {
  background: rgba(140, 187, 53, 0.05);
  color: rgba(140, 187, 53, 0.7);
  border-color: rgba(140, 187, 53, 0.15);
}
.notification-card[data-module=service]:hover.priority-high.unread, .notification-card[data-module=service]:hover.priority-normal.unread {
  box-shadow: 0 8px 24px rgba(140, 187, 53, 0.2);
}
.notification-card[data-module=service]:hover .notification-module-badge {
  background: rgba(140, 187, 53, 0.15);
  border-color: rgba(140, 187, 53, 0.3);
  transform: scale(1.02);
}

.notification-card[data-module=theme-editor] .notification-icon i {
  color: #AD1457;
}
.notification-card[data-module=theme-editor] .notification-module-badge {
  background: rgba(173, 20, 87, 0.1);
  color: #AD1457;
  border: 1px solid rgba(173, 20, 87, 0.2);
}
.notification-card[data-module=theme-editor].unread {
  border-left-width: 6px;
  border-left-color: #AD1457;
}
.notification-card[data-module=theme-editor].unread::before {
  width: 6px;
  background: #AD1457;
}
.notification-card[data-module=theme-editor].unread.priority-high, .notification-card[data-module=theme-editor].unread.priority-normal {
  background: linear-gradient(135deg, rgba(173, 20, 87, 0.12) 0%, rgb(255, 255, 255) 100%);
  box-shadow: 0 2px 8px rgba(173, 20, 87, 0.15);
}
.notification-card[data-module=theme-editor].read {
  border-left-width: 4px;
  border-left-color: rgba(173, 20, 87, 0.3);
}
.notification-card[data-module=theme-editor].read::before {
  width: 4px;
  background: rgba(173, 20, 87, 0.3);
}
.notification-card[data-module=theme-editor].read .notification-module-badge {
  background: rgba(173, 20, 87, 0.05);
  color: rgba(173, 20, 87, 0.7);
  border-color: rgba(173, 20, 87, 0.15);
}
.notification-card[data-module=theme-editor]:hover.priority-high.unread, .notification-card[data-module=theme-editor]:hover.priority-normal.unread {
  box-shadow: 0 8px 24px rgba(173, 20, 87, 0.2);
}
.notification-card[data-module=theme-editor]:hover .notification-module-badge {
  background: rgba(173, 20, 87, 0.15);
  border-color: rgba(173, 20, 87, 0.3);
  transform: scale(1.02);
}

.notification-card[data-module=thema-editor] .notification-icon i {
  color: #AD1457;
}
.notification-card[data-module=thema-editor] .notification-module-badge {
  background: rgba(173, 20, 87, 0.1);
  color: #AD1457;
  border: 1px solid rgba(173, 20, 87, 0.2);
}
.notification-card[data-module=thema-editor].unread {
  border-left-width: 6px;
  border-left-color: #AD1457;
}
.notification-card[data-module=thema-editor].unread::before {
  width: 6px;
  background: #AD1457;
}
.notification-card[data-module=thema-editor].unread.priority-high, .notification-card[data-module=thema-editor].unread.priority-normal {
  background: linear-gradient(135deg, rgba(173, 20, 87, 0.12) 0%, rgb(255, 255, 255) 100%);
  box-shadow: 0 2px 8px rgba(173, 20, 87, 0.15);
}
.notification-card[data-module=thema-editor].read {
  border-left-width: 4px;
  border-left-color: rgba(173, 20, 87, 0.3);
}
.notification-card[data-module=thema-editor].read::before {
  width: 4px;
  background: rgba(173, 20, 87, 0.3);
}
.notification-card[data-module=thema-editor].read .notification-module-badge {
  background: rgba(173, 20, 87, 0.05);
  color: rgba(173, 20, 87, 0.7);
  border-color: rgba(173, 20, 87, 0.15);
}
.notification-card[data-module=thema-editor]:hover.priority-high.unread, .notification-card[data-module=thema-editor]:hover.priority-normal.unread {
  box-shadow: 0 8px 24px rgba(173, 20, 87, 0.2);
}
.notification-card[data-module=thema-editor]:hover .notification-module-badge {
  background: rgba(173, 20, 87, 0.15);
  border-color: rgba(173, 20, 87, 0.3);
  transform: scale(1.02);
}

.notification-card[data-module=security-audit] .notification-icon i {
  color: #283593;
}
.notification-card[data-module=security-audit] .notification-module-badge {
  background: rgba(40, 53, 147, 0.1);
  color: #283593;
  border: 1px solid rgba(40, 53, 147, 0.2);
}
.notification-card[data-module=security-audit].unread {
  border-left-width: 6px;
  border-left-color: #283593;
}
.notification-card[data-module=security-audit].unread::before {
  width: 6px;
  background: #283593;
}
.notification-card[data-module=security-audit].unread.priority-high, .notification-card[data-module=security-audit].unread.priority-normal {
  background: linear-gradient(135deg, rgba(40, 53, 147, 0.12) 0%, rgb(255, 255, 255) 100%);
  box-shadow: 0 2px 8px rgba(40, 53, 147, 0.15);
}
.notification-card[data-module=security-audit].read {
  border-left-width: 4px;
  border-left-color: rgba(40, 53, 147, 0.3);
}
.notification-card[data-module=security-audit].read::before {
  width: 4px;
  background: rgba(40, 53, 147, 0.3);
}
.notification-card[data-module=security-audit].read .notification-module-badge {
  background: rgba(40, 53, 147, 0.05);
  color: rgba(40, 53, 147, 0.7);
  border-color: rgba(40, 53, 147, 0.15);
}
.notification-card[data-module=security-audit]:hover.priority-high.unread, .notification-card[data-module=security-audit]:hover.priority-normal.unread {
  box-shadow: 0 8px 24px rgba(40, 53, 147, 0.2);
}
.notification-card[data-module=security-audit]:hover .notification-module-badge {
  background: rgba(40, 53, 147, 0.15);
  border-color: rgba(40, 53, 147, 0.3);
  transform: scale(1.02);
}

.notification-card[data-module=beveiligingsaudit] .notification-icon i {
  color: #283593;
}
.notification-card[data-module=beveiligingsaudit] .notification-module-badge {
  background: rgba(40, 53, 147, 0.1);
  color: #283593;
  border: 1px solid rgba(40, 53, 147, 0.2);
}
.notification-card[data-module=beveiligingsaudit].unread {
  border-left-width: 6px;
  border-left-color: #283593;
}
.notification-card[data-module=beveiligingsaudit].unread::before {
  width: 6px;
  background: #283593;
}
.notification-card[data-module=beveiligingsaudit].unread.priority-high, .notification-card[data-module=beveiligingsaudit].unread.priority-normal {
  background: linear-gradient(135deg, rgba(40, 53, 147, 0.12) 0%, rgb(255, 255, 255) 100%);
  box-shadow: 0 2px 8px rgba(40, 53, 147, 0.15);
}
.notification-card[data-module=beveiligingsaudit].read {
  border-left-width: 4px;
  border-left-color: rgba(40, 53, 147, 0.3);
}
.notification-card[data-module=beveiligingsaudit].read::before {
  width: 4px;
  background: rgba(40, 53, 147, 0.3);
}
.notification-card[data-module=beveiligingsaudit].read .notification-module-badge {
  background: rgba(40, 53, 147, 0.05);
  color: rgba(40, 53, 147, 0.7);
  border-color: rgba(40, 53, 147, 0.15);
}
.notification-card[data-module=beveiligingsaudit]:hover.priority-high.unread, .notification-card[data-module=beveiligingsaudit]:hover.priority-normal.unread {
  box-shadow: 0 8px 24px rgba(40, 53, 147, 0.2);
}
.notification-card[data-module=beveiligingsaudit]:hover .notification-module-badge {
  background: rgba(40, 53, 147, 0.15);
  border-color: rgba(40, 53, 147, 0.3);
  transform: scale(1.02);
}

.notification-card[data-module=api-webhooks] .notification-icon i {
  color: #4527A0;
}
.notification-card[data-module=api-webhooks] .notification-module-badge {
  background: rgba(69, 39, 160, 0.1);
  color: #4527A0;
  border: 1px solid rgba(69, 39, 160, 0.2);
}
.notification-card[data-module=api-webhooks].unread {
  border-left-width: 6px;
  border-left-color: #4527A0;
}
.notification-card[data-module=api-webhooks].unread::before {
  width: 6px;
  background: #4527A0;
}
.notification-card[data-module=api-webhooks].unread.priority-high, .notification-card[data-module=api-webhooks].unread.priority-normal {
  background: linear-gradient(135deg, rgba(69, 39, 160, 0.12) 0%, rgb(255, 255, 255) 100%);
  box-shadow: 0 2px 8px rgba(69, 39, 160, 0.15);
}
.notification-card[data-module=api-webhooks].read {
  border-left-width: 4px;
  border-left-color: rgba(69, 39, 160, 0.3);
}
.notification-card[data-module=api-webhooks].read::before {
  width: 4px;
  background: rgba(69, 39, 160, 0.3);
}
.notification-card[data-module=api-webhooks].read .notification-module-badge {
  background: rgba(69, 39, 160, 0.05);
  color: rgba(69, 39, 160, 0.7);
  border-color: rgba(69, 39, 160, 0.15);
}
.notification-card[data-module=api-webhooks]:hover.priority-high.unread, .notification-card[data-module=api-webhooks]:hover.priority-normal.unread {
  box-shadow: 0 8px 24px rgba(69, 39, 160, 0.2);
}
.notification-card[data-module=api-webhooks]:hover .notification-module-badge {
  background: rgba(69, 39, 160, 0.15);
  border-color: rgba(69, 39, 160, 0.3);
  transform: scale(1.02);
}

.notification-card[data-module=api-integratie] .notification-icon i {
  color: #4527A0;
}
.notification-card[data-module=api-integratie] .notification-module-badge {
  background: rgba(69, 39, 160, 0.1);
  color: #4527A0;
  border: 1px solid rgba(69, 39, 160, 0.2);
}
.notification-card[data-module=api-integratie].unread {
  border-left-width: 6px;
  border-left-color: #4527A0;
}
.notification-card[data-module=api-integratie].unread::before {
  width: 6px;
  background: #4527A0;
}
.notification-card[data-module=api-integratie].unread.priority-high, .notification-card[data-module=api-integratie].unread.priority-normal {
  background: linear-gradient(135deg, rgba(69, 39, 160, 0.12) 0%, rgb(255, 255, 255) 100%);
  box-shadow: 0 2px 8px rgba(69, 39, 160, 0.15);
}
.notification-card[data-module=api-integratie].read {
  border-left-width: 4px;
  border-left-color: rgba(69, 39, 160, 0.3);
}
.notification-card[data-module=api-integratie].read::before {
  width: 4px;
  background: rgba(69, 39, 160, 0.3);
}
.notification-card[data-module=api-integratie].read .notification-module-badge {
  background: rgba(69, 39, 160, 0.05);
  color: rgba(69, 39, 160, 0.7);
  border-color: rgba(69, 39, 160, 0.15);
}
.notification-card[data-module=api-integratie]:hover.priority-high.unread, .notification-card[data-module=api-integratie]:hover.priority-normal.unread {
  box-shadow: 0 8px 24px rgba(69, 39, 160, 0.2);
}
.notification-card[data-module=api-integratie]:hover .notification-module-badge {
  background: rgba(69, 39, 160, 0.15);
  border-color: rgba(69, 39, 160, 0.3);
  transform: scale(1.02);
}

.notification-card[data-module=reports-bi] .notification-icon i {
  color: #4E342E;
}
.notification-card[data-module=reports-bi] .notification-module-badge {
  background: rgba(78, 52, 46, 0.1);
  color: #4E342E;
  border: 1px solid rgba(78, 52, 46, 0.2);
}
.notification-card[data-module=reports-bi].unread {
  border-left-width: 6px;
  border-left-color: #4E342E;
}
.notification-card[data-module=reports-bi].unread::before {
  width: 6px;
  background: #4E342E;
}
.notification-card[data-module=reports-bi].unread.priority-high, .notification-card[data-module=reports-bi].unread.priority-normal {
  background: linear-gradient(135deg, rgba(78, 52, 46, 0.12) 0%, rgb(255, 255, 255) 100%);
  box-shadow: 0 2px 8px rgba(78, 52, 46, 0.15);
}
.notification-card[data-module=reports-bi].read {
  border-left-width: 4px;
  border-left-color: rgba(78, 52, 46, 0.3);
}
.notification-card[data-module=reports-bi].read::before {
  width: 4px;
  background: rgba(78, 52, 46, 0.3);
}
.notification-card[data-module=reports-bi].read .notification-module-badge {
  background: rgba(78, 52, 46, 0.05);
  color: rgba(78, 52, 46, 0.7);
  border-color: rgba(78, 52, 46, 0.15);
}
.notification-card[data-module=reports-bi]:hover.priority-high.unread, .notification-card[data-module=reports-bi]:hover.priority-normal.unread {
  box-shadow: 0 8px 24px rgba(78, 52, 46, 0.2);
}
.notification-card[data-module=reports-bi]:hover .notification-module-badge {
  background: rgba(78, 52, 46, 0.15);
  border-color: rgba(78, 52, 46, 0.3);
  transform: scale(1.02);
}

.notification-card[data-module=rapportages] .notification-icon i {
  color: #4E342E;
}
.notification-card[data-module=rapportages] .notification-module-badge {
  background: rgba(78, 52, 46, 0.1);
  color: #4E342E;
  border: 1px solid rgba(78, 52, 46, 0.2);
}
.notification-card[data-module=rapportages].unread {
  border-left-width: 6px;
  border-left-color: #4E342E;
}
.notification-card[data-module=rapportages].unread::before {
  width: 6px;
  background: #4E342E;
}
.notification-card[data-module=rapportages].unread.priority-high, .notification-card[data-module=rapportages].unread.priority-normal {
  background: linear-gradient(135deg, rgba(78, 52, 46, 0.12) 0%, rgb(255, 255, 255) 100%);
  box-shadow: 0 2px 8px rgba(78, 52, 46, 0.15);
}
.notification-card[data-module=rapportages].read {
  border-left-width: 4px;
  border-left-color: rgba(78, 52, 46, 0.3);
}
.notification-card[data-module=rapportages].read::before {
  width: 4px;
  background: rgba(78, 52, 46, 0.3);
}
.notification-card[data-module=rapportages].read .notification-module-badge {
  background: rgba(78, 52, 46, 0.05);
  color: rgba(78, 52, 46, 0.7);
  border-color: rgba(78, 52, 46, 0.15);
}
.notification-card[data-module=rapportages]:hover.priority-high.unread, .notification-card[data-module=rapportages]:hover.priority-normal.unread {
  box-shadow: 0 8px 24px rgba(78, 52, 46, 0.2);
}
.notification-card[data-module=rapportages]:hover .notification-module-badge {
  background: rgba(78, 52, 46, 0.15);
  border-color: rgba(78, 52, 46, 0.3);
  transform: scale(1.02);
}

.notification-card[data-module=accounting-integration] .notification-icon i {
  color: #37474F;
}
.notification-card[data-module=accounting-integration] .notification-module-badge {
  background: rgba(55, 71, 79, 0.1);
  color: #37474F;
  border: 1px solid rgba(55, 71, 79, 0.2);
}
.notification-card[data-module=accounting-integration].unread {
  border-left-width: 6px;
  border-left-color: #37474F;
}
.notification-card[data-module=accounting-integration].unread::before {
  width: 6px;
  background: #37474F;
}
.notification-card[data-module=accounting-integration].unread.priority-high, .notification-card[data-module=accounting-integration].unread.priority-normal {
  background: linear-gradient(135deg, rgba(55, 71, 79, 0.12) 0%, rgb(255, 255, 255) 100%);
  box-shadow: 0 2px 8px rgba(55, 71, 79, 0.15);
}
.notification-card[data-module=accounting-integration].read {
  border-left-width: 4px;
  border-left-color: rgba(55, 71, 79, 0.3);
}
.notification-card[data-module=accounting-integration].read::before {
  width: 4px;
  background: rgba(55, 71, 79, 0.3);
}
.notification-card[data-module=accounting-integration].read .notification-module-badge {
  background: rgba(55, 71, 79, 0.05);
  color: rgba(55, 71, 79, 0.7);
  border-color: rgba(55, 71, 79, 0.15);
}
.notification-card[data-module=accounting-integration]:hover.priority-high.unread, .notification-card[data-module=accounting-integration]:hover.priority-normal.unread {
  box-shadow: 0 8px 24px rgba(55, 71, 79, 0.2);
}
.notification-card[data-module=accounting-integration]:hover .notification-module-badge {
  background: rgba(55, 71, 79, 0.15);
  border-color: rgba(55, 71, 79, 0.3);
  transform: scale(1.02);
}

.notification-card[data-module=boekhouding-integratie] .notification-icon i {
  color: #37474F;
}
.notification-card[data-module=boekhouding-integratie] .notification-module-badge {
  background: rgba(55, 71, 79, 0.1);
  color: #37474F;
  border: 1px solid rgba(55, 71, 79, 0.2);
}
.notification-card[data-module=boekhouding-integratie].unread {
  border-left-width: 6px;
  border-left-color: #37474F;
}
.notification-card[data-module=boekhouding-integratie].unread::before {
  width: 6px;
  background: #37474F;
}
.notification-card[data-module=boekhouding-integratie].unread.priority-high, .notification-card[data-module=boekhouding-integratie].unread.priority-normal {
  background: linear-gradient(135deg, rgba(55, 71, 79, 0.12) 0%, rgb(255, 255, 255) 100%);
  box-shadow: 0 2px 8px rgba(55, 71, 79, 0.15);
}
.notification-card[data-module=boekhouding-integratie].read {
  border-left-width: 4px;
  border-left-color: rgba(55, 71, 79, 0.3);
}
.notification-card[data-module=boekhouding-integratie].read::before {
  width: 4px;
  background: rgba(55, 71, 79, 0.3);
}
.notification-card[data-module=boekhouding-integratie].read .notification-module-badge {
  background: rgba(55, 71, 79, 0.05);
  color: rgba(55, 71, 79, 0.7);
  border-color: rgba(55, 71, 79, 0.15);
}
.notification-card[data-module=boekhouding-integratie]:hover.priority-high.unread, .notification-card[data-module=boekhouding-integratie]:hover.priority-normal.unread {
  box-shadow: 0 8px 24px rgba(55, 71, 79, 0.2);
}
.notification-card[data-module=boekhouding-integratie]:hover .notification-module-badge {
  background: rgba(55, 71, 79, 0.15);
  border-color: rgba(55, 71, 79, 0.3);
  transform: scale(1.02);
}

.notification-icon--success {
  background: transparent;
}
.notification-icon--success i {
  color: #28a745;
}

.notification-icon--warning {
  background: transparent;
}
.notification-icon--warning i {
  color: #f39c12;
}

.notification-icon--danger,
.notification-icon--error {
  background: transparent;
}
.notification-icon--danger i,
.notification-icon--error i {
  color: #e74c3c;
}

.notification-icon--info {
  background: transparent;
}
.notification-icon--info i {
  color: #17a2b8;
}

.notification-card__actions {
  display: flex;
  gap: 6px;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
}
.notification-card__actions .btn,
.notification-card__actions .btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  min-width: 36px;
  padding: 0;
  background: var(--bg-light, #f9fafb);
  border: 1px solid var(--border-color, #e5e7eb);
  color: var(--text-muted, #6b7280);
  border-radius: 8px;
  transition: all 0.2s ease;
}
.notification-card__actions .btn i,
.notification-card__actions .btn-icon i {
  font-size: 1rem;
  color: inherit;
}
.notification-card__actions .btn:hover,
.notification-card__actions .btn-icon:hover {
  background: var(--primary-color, #007bff);
  border-color: var(--primary-color, #007bff);
  color: #fff;
  transform: scale(1.05);
}
.notification-card__actions .btn:hover i,
.notification-card__actions .btn-icon:hover i {
  color: #fff;
}
.notification-card__actions .btn.mark-as-read:hover,
.notification-card__actions .btn-icon.mark-as-read:hover {
  background: var(--success-color, #28a745);
  border-color: var(--success-color, #28a745);
}
.notification-card__actions .btn.delete-notification:hover,
.notification-card__actions .btn-icon.delete-notification:hover {
  background: var(--danger-color, #e74c3c);
  border-color: var(--danger-color, #e74c3c);
}
.notification-card__actions .btn.snooze-notification:hover,
.notification-card__actions .btn-icon.snooze-notification:hover {
  background: var(--warning-color, #f39c12);
  border-color: var(--warning-color, #f39c12);
}

.notification-card__content {
  flex: 1;
}

.notification-title {
  font-size: 1.05rem;
  font-weight: 600;
  margin: 0 0 10px 0;
  color: var(--text-color, #111827);
  line-height: 1.4;
}
.notification-card.read .notification-title {
  font-weight: 500;
  color: var(--text-muted, #6b7280);
}

.notification-message {
  font-size: 0.9rem;
  color: var(--text-muted, #4b5563);
  margin: 0 0 14px 0;
  line-height: 1.6;
}
.notification-card.read .notification-message {
  color: var(--text-muted, #9ca3af);
}

.notification-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  color: var(--text-muted, #6b7280);
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid var(--border-color, #f3f4f6);
}

.notification-module {
  display: flex;
  align-items: center;
  gap: 4px;
}

.notification-card__footer {
  margin-top: 14px;
  display: flex;
  gap: 10px;
  padding-top: 14px;
  border-top: 1px solid var(--border-color, #f3f4f6);
}
.notification-card__footer .btn {
  border-radius: 8px;
  font-weight: 500;
  transition: all 0.2s ease;
}
.notification-card__footer .btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.info-list li.unread {
  border-left: 3px solid var(--primary-color, #007bff);
  background: rgba(0, 123, 255, 0.05);
  padding-left: 13px;
}

.info-list li {
  transition: all 0.2s;
}

.info-list li:hover {
  background: var(--bg-light, #f5f5f5);
}

@media (max-width: 992px) {
  .notifications-grid {
    grid-template-columns: 1fr;
  }
  .notifications-grid--priority {
    grid-template-columns: 1fr;
  }
}
@keyframes highlight {
  0% {
    background-color: rgba(0, 123, 255, 0.3);
  }
  100% {
    background-color: transparent;
  }
}
/**
 * Planning Conflict Styles
 * Styling voor conflict detection in de planning module
 */
.conflict-event {
  border: 2px solid #dc3545 !important;
  background-color: #f8d7da !important;
  color: #721c24 !important;
}
.conflict-event:hover {
  background-color: #f5c6cb !important;
  border-color: #c82333 !important;
}
.conflict-event .fc-event-title {
  font-weight: bold;
  text-decoration: underline;
}

.conflict-marker {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 12px;
  height: 12px;
  background-color: #dc3545;
  border-radius: 50%;
  border: 2px solid white;
  z-index: 1000;
  animation: conflictPulse 2s infinite;
}

@keyframes conflictPulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.conflict-notification {
  position: fixed;
  top: 20px;
  right: 20px;
  background-color: #dc3545;
  color: white;
  padding: 12px 20px;
  border-radius: 4px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  max-width: 300px;
}
@media (max-width: 768px) {
  .conflict-notification {
    top: 15px;
    right: 15px;
    padding: 10px 15px;
    max-width: 250px;
  }
}
@media (max-width: 576px) {
  .conflict-notification {
    top: 10px;
    right: 10px;
    padding: 8px 12px;
    max-width: 200px;
  }
}
.conflict-notification .conflict-count {
  font-weight: bold;
  font-size: 1.1em;
}
.conflict-notification .conflict-details {
  font-size: 0.9em;
  margin-top: 5px;
  opacity: 0.9;
}
.conflict-notification .conflict-actions {
  margin-top: 10px;
}
.conflict-notification .conflict-actions button {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
  padding: 4px 8px;
  margin-right: 5px;
  border-radius: 3px;
  cursor: pointer;
  font-size: 0.8em;
}
.conflict-notification .conflict-actions button:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.conflict-panel {
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  padding: 15px;
  margin: 10px 0;
}
.conflict-panel .conflict-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.conflict-panel .conflict-header h4 {
  margin: 0;
  color: #dc3545;
  font-size: 1.1em;
}
.conflict-panel .conflict-header .conflict-severity {
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 0.8em;
  font-weight: bold;
}
.conflict-panel .conflict-header .conflict-severity.high {
  background-color: #dc3545;
  color: white;
}
.conflict-panel .conflict-header .conflict-severity.medium {
  background-color: #ffc107;
  color: #212529;
}
.conflict-panel .conflict-header .conflict-severity.low {
  background-color: #6c757d;
  color: white;
}
.conflict-panel .conflict-details {
  font-size: 0.9em;
  color: #6c757d;
  margin-bottom: 10px;
}
.conflict-panel .conflict-actions {
  display: flex;
  gap: 10px;
}
.conflict-panel .conflict-actions button {
  padding: 5px 10px;
  border: 1px solid #dee2e6;
  background-color: white;
  border-radius: 3px;
  cursor: pointer;
  font-size: 0.8em;
}
.conflict-panel .conflict-actions button.btn-resolve {
  background-color: #28a745;
  color: white;
  border-color: #28a745;
}
.conflict-panel .conflict-actions button.btn-resolve:hover {
  background-color: #218838;
}
.conflict-panel .conflict-actions button.btn-ignore {
  background-color: #6c757d;
  color: white;
  border-color: #6c757d;
}
.conflict-panel .conflict-actions button.btn-ignore:hover {
  background-color: #5a6268;
}

.conflict-stats {
  display: flex;
  gap: 15px;
  margin: 10px 0;
}
.conflict-stats .stat-item {
  text-align: center;
  padding: 10px;
  background-color: #f8f9fa;
  border-radius: 4px;
  border: 1px solid #dee2e6;
}
.conflict-stats .stat-item .stat-number {
  font-size: 1.5em;
  font-weight: bold;
  color: #dc3545;
}

@media (max-width: 768px) {
  .conflict-notification {
    top: 10px;
    right: 10px;
    left: 10px;
    max-width: none;
  }
  .conflict-panel {
    margin: 5px 0;
    padding: 10px;
  }
  .conflict-stats {
    flex-direction: column;
    gap: 10px;
  }
}
.desk-at-work {
  position: relative;
  display: inline-block;
  transition: all 0.3s ease;
  font-weight: 700;
}
.desk-at-work:hover {
  transform: translateY(-2px);
}
.desk-at-work .d-letter,
.desk-at-work .w-letter {
  color: #FFD700;
  font-weight: 700;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.desk-at-work .at-symbol {
  color: #FF7043;
  font-weight: 700;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.desk-at-work::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #FF7043, #FFD700);
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: #ffffff;
}
@media (max-width: 1200px) {
  .hero-title {
    font-size: 3rem;
  }
}
@media (max-width: 992px) {
  .hero-title {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .hero-title {
    font-size: 2rem;
  }
}
@media (max-width: 576px) {
  .hero-title {
    font-size: 1.75rem;
    margin-bottom: 1rem;
  }
}
.hero-title .highlight {
  position: relative;
  display: inline-block;
  background: linear-gradient(90deg, #2E7D32, #fe5416);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
}
.hero-title .highlight::after {
  content: "";
  position: absolute;
  height: 6px;
  width: 100%;
  background: linear-gradient(90deg, rgba(46, 125, 50, 0.3), rgba(254, 84, 22, 0.3));
  left: 0;
  bottom: 3px;
  z-index: -1;
  border-radius: 3px;
}
.hero-title .highlight-alt {
  position: relative;
  display: inline-block;
  background: linear-gradient(90deg, #9575CD, #4b88f9);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
}
.hero-title .highlight-alt::after {
  content: "";
  position: absolute;
  height: 6px;
  width: 100%;
  background: linear-gradient(90deg, rgba(149, 117, 205, 0.3), rgba(75, 136, 249, 0.3));
  left: 0;
  bottom: 3px;
  z-index: -1;
  border-radius: 3px;
}
.hero-title .hero-title-line {
  display: block;
}
.hero-title .hero-title-tagline {
  display: block;
  font-size: 0.7em;
  opacity: 0.9;
  margin-top: 0.5rem;
}

.hero-module-dock {
  position: absolute;
  top: -140px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 40;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
}
@media (min-width: 1440px) {
  .hero-module-dock {
    max-width: 1200px;
    top: -160px;
  }
}
@media (max-width: 768px) {
  .hero-module-dock {
    top: -100px;
  }
}
.hero-module-dock.active {
  animation: none;
  opacity: 1;
  visibility: visible;
  transform: translateY(50px);
}
@media (min-width: 1440px) {
  .hero-module-dock.active {
    transform: translateY(60px);
  }
}
@media (max-width: 768px) {
  .hero-module-dock.active {
    transform: translateY(30px);
  }
}
@media (max-width: 576px) {
  .hero-module-dock.active {
    transform: translateY(20px);
  }
}
.hero-module-dock .hero-module-dock-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px 30px;
  margin-top: 20px;
  background: rgba(40, 40, 61, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 100px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.2);
  animation: none;
  min-width: auto;
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}
@media (min-width: 1200px) {
  .hero-module-dock .hero-module-dock-inner {
    min-width: auto;
    max-width: fit-content;
    padding: 20px 40px;
    width: auto;
  }
}
@media (min-width: 1440px) {
  .hero-module-dock .hero-module-dock-inner {
    min-width: auto;
    padding: 20px 50px;
  }
}
@media (max-width: 768px) {
  .hero-module-dock .hero-module-dock-inner {
    padding: 15px 20px;
    min-width: auto;
    width: auto;
    border-radius: 50px;
  }
}
@media (max-width: 576px) {
  .hero-module-dock .hero-module-dock-inner {
    padding: 10px 15px;
    width: auto;
  }
}
.hero-module-dock .hero-module-dock-inner .module-dock-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: auto;
}
@media (min-width: 1200px) {
  .hero-module-dock .hero-module-dock-inner .module-dock-container {
    flex-wrap: nowrap;
    min-width: auto;
    width: auto;
  }
}
@media (min-width: 1440px) {
  .hero-module-dock .hero-module-dock-inner .module-dock-container {
    min-width: auto;
  }
}
@media (max-width: 576px) {
  .hero-module-dock .hero-module-dock-inner .module-dock-container {
    gap: 10px;
  }
}
.hero-module-dock .hero-module-dock-inner .module-dock-label {
  position: absolute;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 6px 18px;
  background-color: rgba(40, 40, 61, 0.7);
  border-radius: 20px;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.15);
  letter-spacing: 0.5px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
@media (max-width: 768px) {
  .hero-module-dock .hero-module-dock-inner .module-dock-label {
    font-size: 0.8rem;
    padding: 5px 15px;
    top: -25px;
  }
}
@media (max-width: 576px) {
  .hero-module-dock .hero-module-dock-inner .module-dock-label {
    font-size: 0.75rem;
    padding: 4px 12px;
    top: -22px;
  }
}
.hero-module-dock .hero-module-dock-inner .module-dock-slot {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .hero-module-dock .hero-module-dock-inner .module-dock-slot {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 576px) {
  .hero-module-dock .hero-module-dock-inner .module-dock-slot {
    width: 40px;
    height: 40px;
    margin-right: 0 !important;
  }
}
.hero-module-dock .hero-module-dock-inner .module-dock-slot::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease;
}
.hero-module-dock .hero-module-dock-inner .module-dock-slot:hover::after {
  width: 6px;
  height: 6px;
  background-color: rgba(255, 255, 255, 0.7);
}

.hero-floating-modules {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 45;
  pointer-events: none;
}
.hero-dashboard-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 15;
  padding: 5px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .hero-dashboard-container {
    padding: 3px;
  }
}
.hero-dashboard-container.clickable {
  cursor: pointer;
  transition: all 0.3s ease;
}
.hero-dashboard-container.clickable:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at center, rgba(74, 108, 247, 0.12) 0%, rgba(255, 255, 255, 0) 70%);
  pointer-events: none;
  z-index: 5;
  animation: subtle-pulse 3s infinite;
}
.hero-dashboard-container.clickable:hover .hero-dashboard-image {
  transform: scale(1.03);
  box-shadow: 0 15px 40px rgba(74, 108, 247, 0.3);
  border: 1px solid rgba(74, 108, 247, 0.2);
  max-width: 650px;
  width: 98%;
}
@media (max-width: 992px) {
  .hero-dashboard-container.clickable:hover .hero-dashboard-image {
    transform: scale(1.02);
    max-width: 95%;
  }
}
.hero-dashboard-image {
  width: 97%;
  max-width: 650px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
  animation: subtle-pulse 3s infinite alternate;
  object-fit: contain;
}
@media (max-width: 992px) {
  .hero-dashboard-image {
    max-width: 95%;
    border-radius: 6px;
  }
}
@media (max-width: 576px) {
  .hero-dashboard-image {
    max-width: 98%;
    border-radius: 5px;
  }
}
.hero-floating-module {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  pointer-events: auto;
  transform-origin: center center;
  z-index: 45;
  opacity: 0.8;
  filter: grayscale(80%);
  animation: floatModule 20s infinite alternate ease-in-out;
  width: 50px;
  height: auto;
  transition-property: opacity, visibility, transform, top, left;
}
@media (max-width: 768px) {
  .hero-floating-module {
    width: 45px;
  }
  .hero-floating-module span {
    font-size: 0.75rem;
  }
}
@media (max-width: 576px) {
  .hero-floating-module {
    width: 40px;
  }
  .hero-floating-module span {
    font-size: 0.7rem;
    padding: 3px 6px;
  }
}
.hero-floating-module[style*="visibility: hidden"] {
  transition: all 0.3s ease;
  opacity: 0 !important;
  pointer-events: none;
}
.hero-active .hero-floating-module {
  animation: none !important;
  transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
}
.hero-floating-module .hero-module-icon {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 4px 15px rgba(255, 255, 255, 0.1);
  transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 768px) {
  .hero-floating-module .hero-module-icon {
    width: 45px;
    height: 45px;
    font-size: 1.3rem;
    border-radius: 10px;
  }
}
@media (max-width: 576px) {
  .hero-floating-module .hero-module-icon {
    width: 40px;
    height: 40px;
    font-size: 1.1rem;
    border-radius: 8px;
  }
}
.hero-floating-module .hero-module-icon:hover {
  transform: translateY(-5px) scale(1.1);
  box-shadow: 0 8px 20px rgba(255, 255, 255, 0.15);
}
.hero-floating-module span {
  font-size: 0.875rem;
  color: #ffffff;
  font-weight: 600;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
  background-color: rgba(255, 255, 255, 0.1);
  padding: 4px 8px;
  border-radius: 100px;
  letter-spacing: 0.5px;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  white-space: nowrap;
  transition: all 0.8s ease;
  opacity: 0.7;
}
.hero-text-replace {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 30;
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s ease;
  pointer-events: none;
  padding-left: 8%;
}
@media (max-width: 1200px) {
  .hero-text-replace {
    width: 50%;
    padding-left: 5%;
  }
}
@media (max-width: 992px) {
  .hero-text-replace {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (max-width: 768px) {
  .hero-text-replace {
    padding: 0 20px;
  }
}
.hero-text-replace .hero-converge-message {
  text-align: left;
  padding: 0;
  background-color: transparent;
  border: none;
  box-shadow: none;
  max-width: 100%;
  position: relative;
  z-index: 35;
}
@media (max-width: 992px) {
  .hero-text-replace .hero-converge-message {
    text-align: center;
  }
}
.hero-text-replace .hero-converge-message .hero-tagline {
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #2E7D32;
  margin-bottom: 1rem;
  display: inline-block;
  background: linear-gradient(90deg, #2E7D32, #fe5416);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}
.hero-text-replace .hero-converge-message .hero-tagline::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 60px;
  background: linear-gradient(90deg, #2E7D32, #fe5416);
  left: 0;
  bottom: -5px;
}
@media (max-width: 992px) {
  .hero-text-replace .hero-converge-message .hero-tagline::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .hero-text-replace .hero-converge-message .hero-tagline {
    font-size: 0.95rem;
    letter-spacing: 1px;
  }
}
.hero-text-replace .hero-converge-message h2 {
  font-size: 3rem;
  margin-bottom: 1.2rem;
  line-height: 1.2;
  color: #ffffff;
}
.hero-text-replace .hero-converge-message h2 .desk-at-work {
  position: relative;
  display: inline-block;
  transition: all 0.3s ease;
  font-weight: 700;
}
.hero-text-replace .hero-converge-message h2 .desk-at-work:hover {
  transform: translateY(-2px);
}
.hero-text-replace .hero-converge-message h2 .desk-at-work .d-letter,
.hero-text-replace .hero-converge-message h2 .desk-at-work .w-letter {
  color: #FFD700;
  font-weight: 700;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.hero-text-replace .hero-converge-message h2 .desk-at-work .at-symbol {
  color: #FF7043;
  font-weight: 700;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.hero-text-replace .hero-converge-message h2 .desk-at-work::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #FF7043, #FFD700);
}
@media (max-width: 1200px) {
  .hero-text-replace .hero-converge-message h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 992px) {
  .hero-text-replace .hero-converge-message h2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 768px) {
  .hero-text-replace .hero-converge-message h2 {
    font-size: 1.8rem;
  }
}
@media (max-width: 576px) {
  .hero-text-replace .hero-converge-message h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
.hero-text-replace .hero-converge-message .hero-converge-subtitle {
  font-size: 1.15rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  color: rgba(255, 255, 255, 0.95);
}
.hero-text-replace .hero-converge-message .hero-converge-subtitle strong {
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.hero-text-replace .hero-converge-message .hero-converge-subtitle strong::after {
  content: "";
  position: absolute;
  height: 8px;
  width: 100%;
  background-color: rgba(75, 136, 249, 0.3);
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  .hero-text-replace .hero-converge-message .hero-converge-subtitle {
    font-size: 1rem;
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 576px) {
  .hero-text-replace .hero-converge-message .hero-converge-subtitle {
    font-size: 0.9rem;
    margin-bottom: 1rem;
  }
}
.hero-text-replace .hero-converge-message .hero-converge-features {
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 1.8rem;
}
@media (max-width: 992px) {
  .hero-text-replace .hero-converge-message .hero-converge-features {
    justify-content: center;
  }
}
.hero-text-replace .hero-converge-message .hero-social-proof {
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 15px;
}
.hero-text-replace .hero-converge-message .hero-social-proof .trusted-by {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
}
.hero-text-replace .hero-converge-message .hero-social-proof .rating {
  display: flex;
  align-items: center;
  gap: 10px;
}
.hero-text-replace .hero-converge-message .hero-social-proof .rating .stars {
  display: flex;
  gap: 2px;
}
.hero-text-replace .hero-converge-message .hero-social-proof .rating .stars i {
  color: #FFD700;
  font-size: 1rem;
}
.hero-text-replace .hero-converge-message .hero-social-proof .rating .rating-text {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
}
@media (max-width: 576px) {
  .hero-text-replace .hero-converge-message .hero-social-proof {
    padding-top: 12px;
  }
  .hero-text-replace .hero-converge-message .hero-social-proof .trusted-by {
    font-size: 0.8rem;
  }
  .hero-text-replace .hero-converge-message .hero-social-proof .rating .stars i {
    font-size: 0.9rem;
  }
  .hero-text-replace .hero-converge-message .hero-social-proof .rating .rating-text {
    font-size: 0.75rem;
  }
}
.hero.hero-active .hero-text {
  opacity: 0;
  transform: translateX(-50px);
  pointer-events: none;
}
.hero.hero-active .hero-module-dock {
  opacity: 1;
  visibility: visible;
  transform: translateY(40px);
}
@media (max-width: 768px) {
  .hero.hero-active .hero-module-dock {
    transform: translateY(30px);
  }
}
@media (max-width: 576px) {
  .hero.hero-active .hero-module-dock {
    transform: translateY(20px);
  }
}
.hero.hero-active .hero-visual-content {
  transform: scale(1.2) translateY(-20px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
  background-color: rgba(40, 40, 61, 0.5);
  max-width: 800px;
}
@media (max-width: 1200px) {
  .hero.hero-active .hero-visual-content {
    transform: scale(1.15) translateY(-15px);
    max-width: 700px;
  }
}
@media (max-width: 992px) {
  .hero.hero-active .hero-visual-content {
    transform: scale(1.1) translateY(-10px);
    max-width: 600px;
  }
}
@media (max-width: 768px) {
  .hero.hero-active .hero-visual-content {
    transform: scale(1.05) translateY(-5px);
    max-width: 500px;
  }
}
@media (max-width: 576px) {
  .hero.hero-active .hero-visual-content {
    transform: scale(1.03);
    max-width: 95%;
  }
}
.hero.hero-active .hero-visual-content::before {
  opacity: 0.9;
}
.hero.hero-active .hero-visual-default {
  opacity: 0;
  transform: scale(0.9);
}
.hero.hero-active .hero-text-replace {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  pointer-events: auto;
}
.hero.hero-active .hero-text-replace .hero-tagline {
  animation: fadeInDown 0.6s 0.3s both;
}
.hero.hero-active .hero-text-replace h2 {
  animation: fadeInUp 0.7s 0.5s both;
}
.hero.hero-active .hero-text-replace .hero-converge-subtitle {
  animation: fadeInUp 0.7s 0.7s both;
}
.hero.hero-active .hero-text-replace .hero-converge-features {
  animation: fadeInUp 0.7s 0.9s both;
}
.hero.hero-active .hero-text-replace .hero-converge-features .hero-feature:nth-child(1) {
  animation: fadeInRight 0.5s 1s both;
}
.hero.hero-active .hero-text-replace .hero-converge-features .hero-feature:nth-child(2) {
  animation: fadeInRight 0.5s 1.1s both;
}
.hero.hero-active .hero-text-replace .hero-converge-features .hero-feature:nth-child(3) {
  animation: fadeInRight 0.5s 1.2s both;
}
.hero.hero-active .hero-text-replace .hero-converge-features .hero-feature:nth-child(4) {
  animation: fadeInRight 0.5s 1.3s both;
}
.hero.hero-active .hero-text-replace .hero-social-proof {
  animation: fadeInUp 0.7s 1.3s both;
}
@media (max-width: 992px) {
  .hero.hero-active .hero-text-replace {
    width: 100%;
    padding: 0 30px;
  }
}
.hero.hero-active .hero-content {
  grid-template-columns: 0fr 1.5fr;
  gap: 0;
}
@media (max-width: 992px) {
  .hero.hero-active .hero-content {
    grid-template-columns: 1fr;
  }
}
.hero.hero-active .hero-floating-module {
  opacity: 1;
  filter: grayscale(0%);
  animation-play-state: paused;
}
.hero.hero-active .hero-floating-module span {
  opacity: 1;
  background-color: rgba(40, 40, 61, 0.7);
}
.hero.hero-active .hero-floating-module.planning .hero-module-icon {
  background: linear-gradient(135deg, #2E7D32, rgb(59.7192982456, 162.2807017544, 64.9122807018));
  color: #ffffff;
  box-shadow: 0 5px 15px rgba(46, 125, 50, 0.4);
}
.hero.hero-active .hero-floating-module.workorders .hero-module-icon {
  background: linear-gradient(135deg, #9575CD, rgb(177.7553191489, 154.4361702128, 218.5638297872));
  color: #ffffff;
  box-shadow: 0 5px 15px rgba(149, 117, 205, 0.4);
}
.hero.hero-active .hero-floating-module.invoices .hero-module-icon {
  background: linear-gradient(135deg, #4b88f9, rgb(124.3548387097, 168.6290322581, 250.6451612903));
  color: #ffffff;
  box-shadow: 0 5px 15px rgba(75, 136, 249, 0.4);
}
.hero.hero-active .hero-floating-module.customers .hero-module-icon {
  background: linear-gradient(135deg, #fe5416, rgb(254.2179487179, 121.2692307692, 72.7820512821));
  color: #ffffff;
  box-shadow: 0 5px 15px rgba(254, 84, 22, 0.4);
}
.hero.hero-active .hero-floating-module.materials .hero-module-icon {
  background: linear-gradient(135deg, rgb(46, 125, 89.5), rgb(59.7192982456, 162.2807017544, 116.1929824561));
  color: #ffffff;
  box-shadow: 0 5px 15px rgba(46, 125, 89.5, 0.4);
}
.hero.hero-active .hero-floating-module.reports .hero-module-icon {
  background: linear-gradient(135deg, rgb(119.6666666667, 117, 205), rgb(156.3794326241, 154.4361702128, 218.5638297872));
  color: #ffffff;
  box-shadow: 0 5px 15px rgba(119.6666666667, 117, 205, 0.4);
}
.hero.hero-active .hero-floating-module.employees .hero-module-icon {
  background: linear-gradient(135deg, rgb(254, 161.3333333333, 22), rgb(254.2179487179, 181.7478632479, 72.7820512821));
  color: #ffffff;
  box-shadow: 0 5px 15px rgba(254, 161.3333333333, 22, 0.4);
}
.hero.hero-active .hero-floating-module.trips .hero-module-icon {
  background: linear-gradient(135deg, #4bdff9, rgb(124.3548387097, 231.7741935484, 250.6451612903));
  color: #ffffff;
  box-shadow: 0 5px 15px rgba(75, 223, 249, 0.4);
}

@keyframes floatModule {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  20% {
    transform: translate(30px, -20px) rotate(3deg);
  }
  40% {
    transform: translate(50px, 10px) rotate(-2deg);
  }
  60% {
    transform: translate(20px, 30px) rotate(1deg);
  }
  80% {
    transform: translate(-25px, 10px) rotate(-3deg);
  }
  100% {
    transform: translate(-40px, -15px) rotate(0deg);
  }
}
.hero-mobile-trigger {
  text-align: center;
  margin-top: 16px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.hero-mobile-trigger .btn-light-glass {
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 8px 16px;
  font-size: 0.875rem;
}
.hero-mobile-trigger .btn-light-glass i {
  margin-right: 8px;
  font-size: 0.9rem;
}
.hero-mobile-trigger .btn-light-glass:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
}
@media (max-width: 992px) {
  .hero-mobile-trigger {
    opacity: 1;
  }
}

.hero-converge-features {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .hero-converge-features {
    gap: 12px;
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .hero-converge-features {
    gap: 8px;
    margin-bottom: 16px;
    justify-content: center;
  }
}
.hero-converge-features .hero-feature {
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  padding: 8px 16px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: hidden;
}
.hero-converge-features .hero-feature::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(46, 125, 50, 0.1), rgba(149, 117, 205, 0.1), rgba(75, 136, 249, 0.1));
  opacity: 0;
  transition: opacity 0.3s ease;
}
.hero-converge-features .hero-feature:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.hero-converge-features .hero-feature:hover::before {
  opacity: 1;
}
.hero-converge-features .hero-feature:hover i {
  transform: scale(1.1);
}
@media (max-width: 768px) {
  .hero-converge-features .hero-feature {
    padding: 6px 12px;
    gap: 6px;
  }
}
@media (max-width: 576px) {
  .hero-converge-features .hero-feature {
    padding: 4px 10px;
    gap: 4px;
  }
}
.hero-converge-features .hero-feature i {
  color: #ffffff;
  font-size: 1rem;
  background: linear-gradient(135deg, #2E7D32, #4b88f9);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: transform 0.3s ease;
}
@media (max-width: 768px) {
  .hero-converge-features .hero-feature i {
    font-size: 0.9rem;
  }
}
@media (max-width: 576px) {
  .hero-converge-features .hero-feature i {
    font-size: 0.8rem;
  }
}
.hero-converge-features .hero-feature span {
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.9rem;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .hero-converge-features .hero-feature span {
    font-size: 0.8rem;
  }
}
@media (max-width: 576px) {
  .hero-converge-features .hero-feature span {
    font-size: 0.75rem;
  }
}
.hero-converge-features .hero-feature:nth-child(1) i {
  background: linear-gradient(135deg, #2E7D32, rgb(81.7543859649, 191.2456140351, 87.298245614));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-converge-features .hero-feature:nth-child(2) i {
  background: linear-gradient(135deg, #9575CD, rgb(206.5106382979, 191.8723404255, 232.1276595745));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-converge-features .hero-feature:nth-child(3) i {
  background: linear-gradient(135deg, #4b88f9, rgb(173.7096774194, 201.2580645161, 252.2903225806));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-converge-features .hero-feature:nth-child(4) i {
  background: linear-gradient(135deg, #fe5416, rgb(254.4358974359, 158.5384615385, 123.5641025641));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@keyframes subtle-pulse {
  0% {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 15px 40px rgba(74, 108, 247, 0.3);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.hero-features {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .hero-features {
    gap: 12px;
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .hero-features {
    gap: 8px;
    margin-bottom: 16px;
  }
}
.hero-features .hero-feature {
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  padding: 8px 16px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: hidden;
}
.hero-features .hero-feature::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.hero-features .hero-feature:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.hero-features .hero-feature:hover::before {
  opacity: 1;
}
.hero-features .hero-feature:hover i {
  transform: scale(1.1);
}
@media (max-width: 768px) {
  .hero-features .hero-feature {
    padding: 6px 12px;
    gap: 6px;
  }
}
@media (max-width: 576px) {
  .hero-features .hero-feature {
    padding: 4px 10px;
    gap: 4px;
  }
}
.hero-features .hero-feature i {
  color: rgba(255, 255, 255, 0.9);
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .hero-features .hero-feature i {
    font-size: 0.9rem;
  }
}
@media (max-width: 576px) {
  .hero-features .hero-feature i {
    font-size: 0.8rem;
  }
}
.hero-features .hero-feature span {
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.9rem;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .hero-features .hero-feature span {
    font-size: 0.8rem;
  }
}
@media (max-width: 576px) {
  .hero-features .hero-feature span {
    font-size: 0.75rem;
  }
}
.hero-features .hero-feature.primary::before {
  background: linear-gradient(90deg, rgba(46, 125, 50, 0.1), rgba(81.7543859649, 191.2456140351, 87.298245614, 0.1));
}
.hero-features .hero-feature.primary i {
  background: linear-gradient(135deg, #2E7D32, rgb(81.7543859649, 191.2456140351, 87.298245614));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-features .hero-feature.primary:hover {
  box-shadow: 0 5px 15px rgba(46, 125, 50, 0.2);
}
.hero-features .hero-feature.secondary::before {
  background: linear-gradient(90deg, rgba(149, 117, 205, 0.1), rgba(206.5106382979, 191.8723404255, 232.1276595745, 0.1));
}
.hero-features .hero-feature.secondary i {
  background: linear-gradient(135deg, #9575CD, rgb(206.5106382979, 191.8723404255, 232.1276595745));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-features .hero-feature.secondary:hover {
  box-shadow: 0 5px 15px rgba(149, 117, 205, 0.2);
}
.hero-features .hero-feature.tertiary::before {
  background: linear-gradient(90deg, rgba(75, 136, 249, 0.1), rgba(173.7096774194, 201.2580645161, 252.2903225806, 0.1));
}
.hero-features .hero-feature.tertiary i {
  background: linear-gradient(135deg, #4b88f9, rgb(173.7096774194, 201.2580645161, 252.2903225806));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-features .hero-feature.tertiary:hover {
  box-shadow: 0 5px 15px rgba(75, 136, 249, 0.2);
}
.hero-features .hero-feature.quaternary::before {
  background: linear-gradient(90deg, rgba(254, 84, 22, 0.1), rgba(254.4358974359, 158.5384615385, 123.5641025641, 0.1));
}
.hero-features .hero-feature.quaternary i {
  background: linear-gradient(135deg, #fe5416, rgb(254.4358974359, 158.5384615385, 123.5641025641));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-features .hero-feature.quaternary:hover {
  box-shadow: 0 5px 15px rgba(254, 84, 22, 0.2);
}

.hero-features .hero-feature i {
  color: rgba(255, 255, 255, 0.9);
  transition: all 0.3s ease;
}
.hero-features .hero-feature:hover {
  transform: translateY(-3px);
}
.hero-features .hero-feature:hover i {
  color: #FFD700;
}

.hero-section .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.hero-feature i {
  transition: all 0.3s ease;
}
.hero-feature span {
  color: #ffffff;
}
.hero-feature.primary i {
  color: rgba(46, 125, 50, 0.9);
  text-shadow: 0 0 10px rgba(46, 125, 50, 0.1);
}
.hero-feature.secondary i {
  color: rgba(149, 117, 205, 0.9);
  text-shadow: 0 0 10px rgba(149, 117, 205, 0.1);
}
.hero-feature.tertiary i {
  color: rgba(75, 136, 249, 0.9);
  text-shadow: 0 0 10px rgba(75, 136, 249, 0.1);
}
.hero-feature.quaternary i {
  color: rgba(254, 84, 22, 0.9);
  text-shadow: 0 0 10px rgba(254, 84, 22, 0.1);
}
.hero-feature:hover {
  transform: translateY(-3px);
  transition: all 0.3s ease;
}
.hero-feature:hover.primary i {
  color: #2E7D32;
  text-shadow: 0 0 15px rgba(46, 125, 50, 0.4);
}
.hero-feature:hover.secondary i {
  color: #9575CD;
  text-shadow: 0 0 15px rgba(149, 117, 205, 0.4);
}
.hero-feature:hover.tertiary i {
  color: #4b88f9;
  text-shadow: 0 0 15px rgba(75, 136, 249, 0.4);
}
.hero-feature:hover.quaternary i {
  color: #fe5416;
  text-shadow: 0 0 15px rgba(254, 84, 22, 0.4);
}

.hero-particles .particle {
  position: absolute;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  pointer-events: none;
  z-index: 1;
}
.hero-particles .particle:nth-child(odd) {
  background-color: rgba(149, 117, 205, 0.3);
}
.hero-particles .particle:nth-child(3n) {
  background-color: rgba(46, 125, 50, 0.3);
}
.hero-particles .particle:nth-child(5n) {
  background-color: rgba(75, 136, 249, 0.3);
}
.hero-particles .particle:nth-child(7n) {
  background-color: rgba(254, 84, 22, 0.3);
}

.hero-floating-module.clickable {
  cursor: pointer;
}
.hero-floating-module.docking {
  animation: none !important;
}

.module-dock-label {
  color: #ffffff;
  font-size: 0.875rem;
  white-space: nowrap;
  margin-right: 1rem;
  opacity: 0.8;
}
@media (max-width: 576px) {
  .module-dock-label {
    display: none;
  }
}

@keyframes float {
  0% {
    transform: translateY(0) translateX(0);
  }
  25% {
    transform: translateY(-10px) translateX(15px);
  }
  50% {
    transform: translateY(-25px) translateX(0);
  }
  75% {
    transform: translateY(-10px) translateX(-15px);
  }
  100% {
    transform: translateY(0) translateX(0);
  }
}
@keyframes floatModule {
  0% {
    transform: translateY(0) translateX(0) rotate(0deg);
  }
  50% {
    transform: translateY(-15px) translateX(10px) rotate(1deg);
  }
  100% {
    transform: translateY(0) translateX(0) rotate(0deg);
  }
}
.hero-active .hero-dashboard-container {
  transform: scale(1.05);
  transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.hero-stats {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 16px 24px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
  transform: translateY(0);
  transition: all 0.3s ease;
  flex-wrap: wrap;
  justify-content: center;
  animation: pulse-subtle 3s infinite alternate ease-in-out;
}
.hero-stats:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.3);
}
.hero-stats::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
  z-index: 1;
}
@media (max-width: 992px) {
  .hero-stats {
    padding: 14px 20px;
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .hero-stats {
    padding: 12px 16px;
    gap: 14px;
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .hero-stats {
    padding: 10px 14px;
    gap: 12px;
    margin-bottom: 16px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.hero-stats .hero-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  padding: 0 10px;
}
@media (max-width: 768px) {
  .hero-stats .hero-stat {
    padding: 0 8px;
  }
}
@media (max-width: 576px) {
  .hero-stats .hero-stat {
    width: 45%;
    margin-bottom: 10px;
  }
}
.hero-stats .hero-stat:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  height: 70%;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
}
@media (max-width: 768px) {
  .hero-stats .hero-stat:not(:last-child)::after {
    right: -8px;
  }
}
@media (max-width: 576px) {
  .hero-stats .hero-stat:not(:last-child)::after {
    display: none;
  }
}
.hero-stats .hero-stat .hero-stat-number {
  font-size: 2.2rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 5px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
@media (max-width: 992px) {
  .hero-stats .hero-stat .hero-stat-number {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .hero-stats .hero-stat .hero-stat-number {
    font-size: 1.8rem;
  }
}
@media (max-width: 576px) {
  .hero-stats .hero-stat .hero-stat-number {
    font-size: 1.6rem;
  }
}
.hero-stats .hero-stat .hero-stat-number .hero-stat-symbol, .hero-stats .hero-stat .hero-stat-number .hero-stat-decimals {
  font-size: 0.6em;
  vertical-align: text-top;
  position: relative;
  top: 0;
  font-weight: 600;
  opacity: 0.9;
  color: #FF9800;
}
.hero-stats .hero-stat .hero-stat-number .hero-stat-decimals {
  font-size: 0.7em;
  vertical-align: baseline;
  top: 0;
  color: #FF5722;
}
.hero-stats .hero-stat .hero-stat-label {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 500;
}
@media (max-width: 768px) {
  .hero-stats .hero-stat .hero-stat-label {
    font-size: 0.8rem;
  }
}
@media (max-width: 576px) {
  .hero-stats .hero-stat .hero-stat-label {
    font-size: 0.75rem;
  }
}

@keyframes pulse-subtle {
  0% {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  }
  100% {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
  }
}
.hero {
  position: relative;
  padding: 0;
  background-color: transparent;
  overflow: hidden;
  min-height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .hero {
    min-height: 100vh;
  }
}
.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.hero-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(40, 40, 61, 0.9), rgba(40, 40, 61, 0.7));
  z-index: 2;
}
.hero-particles {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}
.hero .container {
  position: relative;
  z-index: 10;
}
.hero-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 3rem;
  position: relative;
  padding: 3rem 0;
}
@media (max-width: 991px) {
  .hero-content {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 1.5rem;
  }
}
@media (max-width: 768px) {
  .hero-content {
    gap: 1rem;
    padding: 1.5rem 0;
  }
}
@media (max-width: 576px) {
  .hero-content {
    gap: 0.5rem;
    padding: 1rem 0;
  }
}
.hero-text {
  flex: 1;
  position: relative;
  z-index: 15;
}
@media (max-width: 991px) {
  .hero-text {
    margin-bottom: 1.5rem;
  }
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 6px 12px;
  border-radius: 50px;
  margin-bottom: 1rem;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.hero-badge i {
  color: #2E7D32;
}
.hero-badge span {
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 600;
}
@media (max-width: 576px) {
  .hero-badge {
    padding: 5px 10px;
  }
  .hero-badge span {
    font-size: 0.8rem;
  }
}
.hero-subtitle {
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  color: rgba(255, 255, 255, 0.9);
  max-width: 90%;
}
@media (max-width: 991px) {
  .hero-subtitle {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 576px) {
  .hero-subtitle {
    font-size: 1.1rem;
  }
}
.hero-buttons {
  display: flex;
  gap: 1rem;
}
@media (max-width: 991px) {
  .hero-buttons {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .hero-buttons {
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
  }
}
.hero-buttons .btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 100px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.hero-buttons .btn i {
  font-size: 1.1rem;
}
@media (max-width: 576px) {
  .hero-buttons .btn {
    width: 100%;
    justify-content: center;
  }
}
.hero-buttons .btn-primary {
  background-color: #2E7D32;
  border-color: #2E7D32;
  color: #ffffff;
}
.hero-buttons .btn-primary:hover {
  background-color: rgb(32.2807017544, 87.7192982456, 35.0877192982);
  border-color: rgb(32.2807017544, 87.7192982456, 35.0877192982);
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(46, 125, 50, 0.4);
}
.hero-buttons .btn-outline-light {
  border-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.hero-buttons .btn-outline-light:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.4);
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}
.hero-visual {
  position: relative;
  flex: 1;
  min-height: 400px;
  z-index: 15;
}
@media (max-width: 991px) {
  .hero-visual {
    min-height: 350px;
    margin-top: 1rem;
  }
}
@media (max-width: 576px) {
  .hero-visual {
    min-height: 300px;
  }
}
.hero-visual-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
  z-index: 20;
  border-radius: 16px;
}
.hero-visual-default {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 1rem;
  transition: all 0.5s ease;
  z-index: 30;
}
.hero-stats {
  display: flex;
  justify-content: space-around;
  background-color: rgba(40, 40, 61, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 12px;
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 576px) {
  .hero-stats {
    padding: 0.5rem;
    border-radius: 8px;
  }
}
.hero-stat {
  text-align: center;
}
.hero-stat-number {
  display: block;
  font-size: 2.5rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 4px;
  line-height: 1;
}
@media (max-width: 576px) {
  .hero-stat-number {
    font-size: 2rem;
  }
}
.hero-stat-symbol {
  font-size: 1.5rem;
  font-weight: 700;
  color: #9575CD;
}
@media (max-width: 576px) {
  .hero-stat-symbol {
    font-size: 1.2rem;
  }
}
.hero-stat-label {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 576px) {
  .hero-stat-label {
    font-size: 0.8rem;
  }
}
.hero-wave {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  z-index: 40;
}
.hero-wave svg {
  display: block;
  width: 100%;
  height: auto;
}

.features {
  padding: 3rem 0;
  background-color: #e9ecef;
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
  margin-top: 3rem;
}

.feature-card {
  padding: 1.5rem;
  background-color: #ffffff;
  border-radius: 0.25rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.feature-card-icon {
  font-size: 2.5rem;
  color: #f9d84b;
  margin-bottom: 1rem;
}
.feature-card-title {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  color: #28283d;
}
.feature-card-description {
  color: #28283d;
}

.pricing-overview {
  padding: 3rem 0 4.5rem;
  position: relative;
  background: linear-gradient(135deg, rgb(39.1403508772, 106.3596491228, 42.5438596491), rgb(134.6223404255, 98.2819148936, 198.2180851064));
  color: #ffffff;
  margin-top: 0;
}
.pricing-overview .container {
  position: relative;
  z-index: 5;
}
.pricing-overview .section-title {
  color: #ffffff;
  text-align: center;
  margin-bottom: 0.5rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.pricing-overview .section-title i {
  color: #f9d84b;
}
.pricing-overview .section-subtitle {
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  margin-bottom: 3rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.pricing-overview .module-form--container {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
}
.pricing-overview .module-form--section {
  padding: 3rem;
}
.pricing-overview .module-grid {
  gap: 1.5rem;
}
.pricing-overview .module-grid .card {
  background-color: rgba(255, 255, 255, 0.95);
  border: none;
  border-radius: 0.5rem;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transform: translateY(0);
}
.pricing-overview .module-grid .card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  z-index: 2;
}
.pricing-overview .module-grid .card.current-plan {
  border: 3px solid #f9d84b;
  box-shadow: 0 20px 40px rgba(249, 216, 75, 0.2);
  transform: translateY(-5px) scale(1.03);
}
.pricing-overview .module-grid .card.current-plan:hover {
  transform: translateY(-15px) scale(1.05);
}
.pricing-overview .module-grid .card.current-plan .plan-tag {
  position: absolute;
  top: 15px;
  right: -35px;
  background: linear-gradient(90deg, #f9d84b, rgb(250.6451612903, 226.6935483871, 124.3548387097));
  color: #28283d;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 5px 40px;
  transform: rotate(45deg);
  z-index: 5;
  box-shadow: 0 5px 15px rgba(249, 216, 75, 0.3);
}
.pricing-overview .module-grid .card .plan-info {
  background-color: rgba(255, 251, 235, 0.5);
  border-radius: 0.25rem;
  padding: 0.5rem;
  margin-bottom: 1rem;
}
.pricing-overview .module-grid .card .plan-info .info-item {
  display: flex;
  align-items: center;
  margin-bottom: 0.25rem;
  font-size: 1rem;
  color: #28283d;
}
.pricing-overview .module-grid .card .plan-info .info-item:last-child {
  margin-bottom: 0;
}
.pricing-overview .module-grid .card .plan-info .info-item i {
  width: 24px;
  height: 24px;
  margin-right: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #fe5416;
  border-radius: 50%;
  font-size: 0.8rem;
  flex-shrink: 0;
}
.pricing-overview .module-grid .card .plan-info .info-item i.fi-rr-user, .pricing-overview .module-grid .card .plan-info .info-item i.fi-rr-users {
  background-color: #fe5416;
}
.pricing-overview .module-grid .card .plan-info .info-item i.fi-rr-cloud-upload {
  background-color: #4285F4;
}
.pricing-overview .module-grid .card .plan-info .info-item i.fi-rr-badge-percent {
  background-color: #28a745;
}
.pricing-overview .module-grid .card .plan-info .info-item span {
  line-height: 1.4;
  font-weight: 500;
}
.pricing-overview .module-grid .card .card-header .badge, .pricing-overview .module-grid .card .card-header .employee-count-badge {
  font-size: 0.8rem;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 20px;
  letter-spacing: 0.3px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
.pricing-overview .pricing-comparison {
  display: flex;
  justify-content: space-between;
  margin: 0 0 3rem;
  gap: 1.5rem;
}
@media (max-width: 991px) {
  .pricing-overview .pricing-comparison {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
}
.pricing-overview .pricing-highlight {
  flex: 1;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.3s ease;
}
.pricing-overview .pricing-highlight:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.2);
}
.pricing-overview .pricing-highlight .highlight-content {
  padding: 1.5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pricing-overview .pricing-highlight .highlight-content i {
  font-size: 2rem;
  color: #ffffff;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.pricing-overview .pricing-highlight .highlight-content h3 {
  color: #ffffff;
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.pricing-overview .pricing-highlight .highlight-content p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  margin: 0;
  line-height: 1.5;
}
.pricing-overview .pricing-promo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.12));
  border-radius: 0.5rem;
  padding: 1rem 1.5rem;
  margin-bottom: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .pricing-overview .pricing-promo {
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
    text-align: center;
  }
}
.pricing-overview .pricing-promo .promo-text {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #ffffff;
  font-weight: 600;
}
.pricing-overview .pricing-promo .promo-text i {
  font-size: 1.5rem;
  color: #f9d84b;
  animation: pulse 2s infinite;
}
.pricing-overview .pricing-promo .btn-light-outline {
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.8);
  color: #ffffff;
  font-weight: 600;
  padding: 8px 20px;
  border-radius: 30px;
  transition: all 0.3s ease;
}
.pricing-overview .pricing-promo .btn-light-outline:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

body.dark-mode .pricing-overview .module-grid .card .plan-info {
  background-color: rgba(19.801980198, 19.801980198, 30.198019802, 0.7);
}
body.dark-mode .pricing-overview .module-grid .card .plan-info .info-item {
  color: #ffffff;
}

@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.testimonials {
  padding: 3rem 0 4.5rem;
  background: #e9ecef;
  position: relative;
  overflow: hidden;
}
.testimonials::before {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  background: radial-gradient(circle at center, rgba(254, 84, 22, 0.03) 0%, transparent 70%);
  top: -25%;
  left: -25%;
  transform: rotate(-3deg);
  z-index: 0;
  animation: rotate 120s linear infinite;
}
.testimonials::after {
  content: "";
  position: absolute;
  bottom: -200px;
  right: -200px;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(249, 216, 75, 0.03) 0%, rgba(249, 216, 75, 0) 70%);
  z-index: 0;
}
.testimonials .floating-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.testimonials .floating-shapes .shape {
  position: absolute;
  z-index: 0;
  opacity: 0.5;
}
.testimonials .floating-shapes .shape.shape-1 {
  top: 15%;
  left: 5%;
  width: 80px;
  height: 80px;
  background-color: rgba(254, 84, 22, 0.05);
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  animation: floating 8s ease-in-out infinite, spin 25s linear infinite;
}
.testimonials .floating-shapes .shape.shape-2 {
  top: 60%;
  right: 8%;
  width: 120px;
  height: 120px;
  background-color: rgba(249, 216, 75, 0.05);
  border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  animation: floating 12s ease-in-out infinite, spin-reverse 30s linear infinite;
}
.testimonials .floating-shapes .shape.shape-3 {
  bottom: 15%;
  left: 15%;
  width: 60px;
  height: 60px;
  background-color: rgba(224.0384615385, 60.5769230769, 0.9615384615, 0.05);
  border-radius: 30% 70% 50% 50%/50% 50% 50% 50%;
  animation: floating 7s ease-in-out infinite, spin 20s linear infinite;
}
.testimonials .floating-shapes .shape.shape-4 {
  top: 25%;
  right: 15%;
  width: 40px;
  height: 40px;
  background-color: rgba(249, 216, 75, 0.05);
  border-radius: 50%;
  animation: floating 10s ease-in-out infinite;
}
.testimonials .testimonial-quotes {
  position: absolute;
  font-size: 600px;
  color: rgba(254, 84, 22, 0.03);
  font-family: "Georgia", serif;
  line-height: 0.6;
  top: 50%;
  left: 2%;
  transform: translateY(-50%);
  z-index: 0;
  pointer-events: none;
  user-select: none;
}
@media (max-width: 991px) {
  .testimonials .testimonial-quotes {
    font-size: 300px;
    top: 30%;
  }
}
@media (max-width: 768px) {
  .testimonials .testimonial-quotes {
    font-size: 200px;
    opacity: 0.03;
  }
}
.testimonials .container {
  position: relative;
  z-index: 1;
}
.testimonials .section-header {
  margin-bottom: 40px;
  position: relative;
}
.testimonials .section-header .section-title {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 2.5rem;
}
@media (max-width: 768px) {
  .testimonials .section-header .section-title {
    font-size: 2rem;
  }
}
.testimonials .section-header .section-title::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #fe5416, #f9d84b);
  border-radius: 4px;
}
.testimonials .section-header .section-subtitle {
  max-width: 700px;
  margin: 0 auto;
  font-size: 1.15rem;
  line-height: 1.6;
  color: rgba(40, 40, 61, 0.7);
}
.testimonials .testimonial-rating-summary {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 25px 40px;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(40, 40, 61, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.8);
  max-width: 400px;
  margin: 0 auto 50px;
  position: relative;
}
.testimonials .testimonial-rating-summary::before, .testimonials .testimonial-rating-summary::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  z-index: -1;
}
.testimonials .testimonial-rating-summary::before {
  background: radial-gradient(circle, rgba(46, 125, 50, 0.2) 0%, rgba(46, 125, 50, 0) 70%);
  top: -20px;
  left: -20px;
}
.testimonials .testimonial-rating-summary::after {
  background: radial-gradient(circle, rgba(75, 136, 249, 0.2) 0%, rgba(75, 136, 249, 0) 70%);
  bottom: -20px;
  right: -20px;
}
.testimonials .testimonial-rating-summary .rating-value {
  font-size: 4rem;
  font-weight: 800;
  color: #28283d;
  line-height: 1;
  margin-bottom: 5px;
  background: linear-gradient(90deg, #2E7D32, #4b88f9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.testimonials .testimonial-rating-summary .rating-value span {
  font-size: 2rem;
  font-weight: 600;
  color: rgba(40, 40, 61, 0.3);
  -webkit-text-fill-color: rgba(40, 40, 61, 0.3);
  display: inline-block;
}
.testimonials .testimonial-rating-summary .stars {
  display: flex;
  gap: 4px;
  margin-bottom: 15px;
}
.testimonials .testimonial-rating-summary .stars i {
  color: #FFBF00;
  font-size: 1.5rem;
  filter: drop-shadow(0 2px 5px rgba(255, 191, 0, 0.5));
  transition: transform 0.3s ease;
}
.testimonials .testimonial-rating-summary .stars:hover i:nth-child(1) {
  animation: star-pulse 1.5s infinite 0.15s;
}
.testimonials .testimonial-rating-summary .stars:hover i:nth-child(2) {
  animation: star-pulse 1.5s infinite 0.3s;
}
.testimonials .testimonial-rating-summary .stars:hover i:nth-child(3) {
  animation: star-pulse 1.5s infinite 0.45s;
}
.testimonials .testimonial-rating-summary .stars:hover i:nth-child(4) {
  animation: star-pulse 1.5s infinite 0.6s;
}
.testimonials .testimonial-rating-summary .stars:hover i:nth-child(5) {
  animation: star-pulse 1.5s infinite 0.75s;
}
.testimonials .testimonial-rating-summary .rating-count {
  font-size: 1rem;
  color: rgba(40, 40, 61, 0.6);
  font-weight: 500;
}
.testimonials .testimonial-rating-summary .rating-count strong {
  color: #28283d;
  font-weight: 600;
}
.testimonials .testimonial-rating-summary .rating-platforms {
  display: flex;
  gap: 15px;
  margin-top: 15px;
  align-items: center;
  justify-content: center;
}
.testimonials .testimonial-rating-summary .rating-platforms img {
  height: 16px;
  width: auto;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
.testimonials .testimonial-rating-summary .rating-platforms img:hover {
  opacity: 1;
}
.testimonials .testimonials-container {
  position: relative;
  margin: 0;
  padding: 30px 0;
}
.testimonials-slider {
  display: flex;
  gap: 30px;
  margin: 0 auto;
  overflow: visible;
  padding: 60px 20px;
  position: relative;
  width: 90%;
  max-width: 1200px;
  perspective: 1000px;
  transform-style: preserve-3d;
}
@media (max-width: 991px) {
  .testimonials-slider {
    width: 100%;
    padding: 40px 10px;
  }
}
.testimonials .slider-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  gap: 20px;
}
.testimonials .slider-controls .slider-arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ffffff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(40, 40, 61, 0.08);
  color: #28283d;
}
.testimonials .slider-controls .slider-arrow:hover {
  background: linear-gradient(135deg, #2E7D32, #4b88f9);
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(46, 125, 50, 0.2);
}
.testimonials .slider-controls .slider-arrow i {
  font-size: 1.2rem;
}
.testimonials .slider-controls .slider-dots {
  display: flex;
  align-items: center;
  gap: 8px;
}
.testimonials .slider-controls .slider-dots .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(40, 40, 61, 0.2);
  transition: all 0.3s ease;
  cursor: pointer;
}
.testimonials .slider-controls .slider-dots .dot.active {
  width: 30px;
  height: 10px;
  border-radius: 5px;
  background: linear-gradient(90deg, #2E7D32, #4b88f9);
  box-shadow: 0 2px 5px rgba(46, 125, 50, 0.3);
}
.testimonials .slider-controls .slider-dots .dot:hover:not(.active) {
  background-color: rgba(46, 125, 50, 0.4);
}

.testimonial-card {
  min-width: 350px;
  max-width: 450px;
  height: auto;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(40, 40, 61, 0.07);
  padding: 40px;
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  border: 1px solid rgba(255, 255, 255, 0.8);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transform: scale(0.95);
  opacity: 0.7;
}
@media (max-width: 768px) {
  .testimonial-card {
    min-width: 280px;
    padding: 30px;
  }
}
.testimonial-card.active {
  transform: scale(1);
  opacity: 1;
  box-shadow: 0 30px 60px rgba(40, 40, 61, 0.1);
  z-index: 2;
}
.testimonial-card:hover {
  transform: translateY(-15px) scale(1.02);
  box-shadow: 0 40px 80px rgba(40, 40, 61, 0.12);
}
.testimonial-card:hover .testimonial-avatar {
  border-color: #2E7D32;
  transform: scale(1.05);
}
.testimonial-card:hover::before {
  opacity: 0.1;
}
.testimonial-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, #fe5416, #f9d84b);
  z-index: 3;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
.testimonial-card::after {
  content: '"';
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 120px;
  font-family: "Georgia", serif;
  line-height: 0.8;
  color: rgba(75, 136, 249, 0.07);
  z-index: 0;
  transition: all 0.3s ease;
}
.testimonial-card-content {
  position: relative;
  margin-bottom: auto;
  z-index: 1;
  flex: 1;
  display: flex;
  align-items: center;
}
.testimonial-card-content p {
  font-style: italic;
  color: #28283d;
  font-size: 1.1rem;
  line-height: 1.7;
  margin: 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .testimonial-card-content p {
    font-size: 1rem;
    line-height: 1.6;
  }
}
.testimonial-card-rating {
  display: flex;
  margin-bottom: 20px;
  gap: 3px;
}
.testimonial-card-rating i {
  color: #f9d84b;
  font-size: 1.1rem;
  filter: drop-shadow(0 2px 4px rgba(249, 216, 75, 0.5));
  transition: transform 0.3s ease, filter 0.3s ease;
  opacity: 0.9;
}
.testimonial-card:hover .testimonial-card-rating i {
  filter: drop-shadow(0 3px 5px rgba(249, 216, 75, 0.7));
  transform: scale(1.1);
  opacity: 1;
}
.testimonial-card:hover .testimonial-card-rating i:nth-child(1) {
  transition-delay: 0.05s;
}
.testimonial-card:hover .testimonial-card-rating i:nth-child(2) {
  transition-delay: 0.1s;
}
.testimonial-card:hover .testimonial-card-rating i:nth-child(3) {
  transition-delay: 0.15s;
}
.testimonial-card:hover .testimonial-card-rating i:nth-child(4) {
  transition-delay: 0.2s;
}
.testimonial-card:hover .testimonial-card-rating i:nth-child(5) {
  transition-delay: 0.25s;
}
.testimonial-card-author {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-top: 20px;
  border-top: 1px solid rgba(40, 40, 61, 0.07);
  margin-top: 20px;
  position: relative;
  z-index: 2;
}
.testimonial-card .avatar-container {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 3px 10px rgba(40, 40, 61, 0.1);
  border: 3px solid;
  overflow: hidden;
}
.testimonial-card .avatar-container.avatar-blue {
  border-color: #3498db;
}
.testimonial-card .avatar-container.avatar-green {
  border-color: #2ecc71;
}
.testimonial-card .avatar-container.avatar-orange {
  border-color: #f39c12;
}
.testimonial-card .avatar-container.avatar-purple {
  border-color: #9b59b6;
}
.testimonial-card .avatar-container.avatar-pink {
  border-color: #e91e63;
}
.testimonial-card:hover .testimonial-card .avatar-container {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(40, 40, 61, 0.15);
}
.testimonial-card .testimonial-avatar {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}
.testimonial-card-info h4 {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 700;
  color: #28283d;
}
.testimonial-card-info h4:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%234CAF50' d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");
  background-size: contain;
  vertical-align: middle;
}
.testimonial-card-info p {
  margin: 5px 0 0;
  font-size: 0.9rem;
  color: rgba(40, 40, 61, 0.6);
}
.testimonial-card-platform {
  position: absolute;
  bottom: 25px;
  right: 25px;
  height: 16px;
  width: auto;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
.testimonial-card-platform:hover {
  opacity: 1;
}

@keyframes floating {
  0% {
    transform: translateY(0) translateX(0);
  }
  50% {
    transform: translateY(-15px) translateX(10px);
  }
  100% {
    transform: translateY(0) translateX(0);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin-reverse {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.cta {
  padding: 3rem 0 0;
  background: linear-gradient(135deg, #2E7D32, #9575CD);
  color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cta::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  top: -100px;
  right: -100px;
  z-index: 1;
}
.cta::after {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  bottom: -200px;
  left: -150px;
  z-index: 1;
}
.cta .container {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media (max-width: 991px) {
  .cta .container {
    flex-direction: column;
    text-align: center;
  }
}
.cta-content {
  flex: 1;
  padding: 3rem 0;
}
@media (max-width: 991px) {
  .cta-content {
    padding-bottom: 0;
  }
}
.cta-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: rgba(255, 255, 255, 0.15);
  padding: 6px 15px;
  border-radius: 50px;
  margin-bottom: 1rem;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.cta-badge i {
  color: #ffffff;
  font-size: 1rem;
}
.cta-badge span {
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 600;
}
.cta-features {
  display: flex;
  gap: 1rem;
  margin: 1.5rem 0;
}
@media (max-width: 767px) {
  .cta-features {
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
  }
}
.cta-feature {
  display: flex;
  align-items: center;
  gap: 8px;
}
.cta-feature i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  border-radius: 50%;
  font-size: 0.8rem;
}
.cta-feature span {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.9);
}
.cta-title {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: #ffffff;
  font-weight: 700;
}
@media (max-width: 768px) {
  .cta-title {
    font-size: 2rem;
  }
}
.cta-subtitle {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  max-width: 600px;
}
@media (max-width: 991px) {
  .cta-subtitle {
    margin-left: auto;
    margin-right: auto;
  }
}
.cta-image {
  flex: 1;
  position: relative;
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cta-image {
    margin-top: 1.5rem;
    width: 100%;
  }
}
.cta-dashboard {
  width: 100%;
  max-width: 500px;
  border-radius: 8px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  transform: perspective(1000px) rotateY(-5deg) rotateX(5deg);
  position: relative;
  z-index: 5;
  transition: all 0.5s ease;
}
.cta-dashboard:hover {
  transform: perspective(1000px) rotateY(-2deg) rotateX(2deg) translateY(-10px);
}
.cta-shape-1, .cta-shape-2 {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  opacity: 0.5;
  z-index: 1;
}
.cta-shape-1 {
  width: 200px;
  height: 200px;
  background-color: #2E7D32;
  top: -50px;
  left: 20%;
  animation: float 6s ease-in-out infinite;
}
.cta-shape-2 {
  width: 150px;
  height: 150px;
  background-color: #9575CD;
  bottom: -30px;
  right: 20%;
  animation: float 8s ease-in-out infinite reverse;
}
.cta-buttons {
  display: flex;
  gap: 1rem;
}
@media (max-width: 767px) {
  .cta-buttons {
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
  }
}
.cta-buttons .btn {
  padding: 12px 30px;
  border-radius: 100px;
  font-weight: 600;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}
.cta-buttons .btn i {
  font-size: 1.1rem;
}
.cta-buttons .btn-primary {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #2E7D32;
}
.cta-buttons .btn-primary:hover {
  background-color: rgba(255, 255, 255, 0.9);
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}
.cta-buttons .btn-outline {
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.6);
  color: #ffffff;
}
.cta-buttons .btn-outline:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.section-header {
  text-align: center;
  margin-bottom: 3rem;
}
.section-header .section-title {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  color: #28283d;
}
.section-header .section-subtitle {
  font-size: 1.25rem;
  color: #28283d;
  max-width: 800px;
  margin: 0 auto;
}

@keyframes star-pulse {
  0% {
    transform: scale(1);
    filter: drop-shadow(0 2px 5px rgba(255, 191, 0, 0.5));
  }
  50% {
    transform: scale(1.2);
    filter: drop-shadow(0 4px 8px rgba(255, 191, 0, 0.7));
  }
  100% {
    transform: scale(1);
    filter: drop-shadow(0 2px 5px rgba(255, 191, 0, 0.5));
  }
}
.login-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f8f9fa;
  padding: 1.5rem;
}
.login-page .login-card {
  width: 100%;
  max-width: 400px;
  background-color: #ffffff;
  border-radius: 0.25rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
@media (max-width: 768px) {
  .login-page .login-card {
    max-width: 90%;
  }
}
@media (max-width: 576px) {
  .login-page .login-card {
    max-width: 95%;
  }
}
.login-page .login-card .login-header {
  padding: 1.5rem;
  text-align: center;
  border-bottom: 1px solid #e9ecef;
}
.login-page .login-card .login-header .login-logo {
  max-width: 150px;
  margin-bottom: 1rem;
}
.login-page .login-card .login-header .login-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.login-page .login-card .login-header .login-subtitle {
  color: #6c757d;
  margin-bottom: 0;
}
.login-page .login-card .login-body {
  padding: 1.5rem;
}
.login-page .login-card .login-body .form-group {
  margin-bottom: 1.5rem;
}
.login-page .login-card .login-body .form-label {
  font-weight: 500;
}
.login-page .login-card .login-body .form-control {
  padding: 0.5rem 1rem;
}
.login-page .login-card .login-body .form-text {
  font-size: 0.875rem;
  color: #6c757d;
}
.login-page .login-card .login-body .login-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.login-page .login-card .login-body .login-actions .form-check {
  margin: 0;
}
.login-page .login-card .login-body .login-actions .forgot-password {
  font-size: 0.875rem;
  color: #28283d;
  text-decoration: none;
}
.login-page .login-card .login-body .login-actions .forgot-password:hover {
  text-decoration: underline;
}
.login-page .login-card .login-body .login-button {
  width: 100%;
  padding: 0.5rem 1rem;
  font-weight: 500;
}
.login-page .login-card .login-footer {
  padding: 1rem 1.5rem;
  text-align: center;
  background-color: #f8f9fa;
  border-top: 1px solid #e9ecef;
}
.login-page .login-card .login-footer .register-text {
  font-size: 0.875rem;
  color: #6c757d;
  margin-bottom: 0;
}
.login-page .login-card .login-footer .register-text a {
  color: #28283d;
  text-decoration: none;
}
.login-page .login-card .login-footer .register-text a:hover {
  text-decoration: underline;
}

body.dark-mode .login-page {
  background-color: rgb(46.0594059406, 46.0594059406, 70.2405940594);
}
body.dark-mode .login-page .login-card {
  background-color: #28283d;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.3);
}
body.dark-mode .login-page .login-card .login-header {
  border-bottom-color: rgb(50.099009901, 50.099009901, 76.400990099);
}
body.dark-mode .login-page .login-card .login-header .login-subtitle {
  color: #ced4da;
}
body.dark-mode .login-page .login-card .login-body .form-text {
  color: #ced4da;
}
body.dark-mode .login-page .login-card .login-body .login-actions .forgot-password {
  color: rgb(70.297029703, 70.297029703, 107.202970297);
}
body.dark-mode .login-page .login-card .login-footer {
  background-color: rgb(33.9405940594, 33.9405940594, 51.7594059406);
  border-top-color: rgb(50.099009901, 50.099009901, 76.400990099);
}
body.dark-mode .login-page .login-card .login-footer .register-text {
  color: #ced4da;
}
body.dark-mode .login-page .login-card .login-footer .register-text a {
  color: rgb(70.297029703, 70.297029703, 107.202970297);
}

.auth-section {
  min-height: calc(100vh - 60px - 60px);
  padding: 3rem 0;
  background-color: #e9ecef;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .auth-section {
    padding: 1.5rem 0;
  }
}

.auth-container {
  display: flex;
  background-color: #ffffff;
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  overflow: hidden;
  max-width: 1100px;
  margin: 0 auto;
  transition: max-width 0.3s ease;
  position: relative;
}
.auth-container.register-mode .auth-form-container {
  order: 2;
}
.auth-container.register-mode .auth-info {
  order: 1;
}
@media (max-width: 992px) {
  .auth-container {
    flex-direction: column;
  }
  .auth-container.register-mode .auth-form-container,
  .auth-container.register-mode .auth-info {
    order: 0;
  }
}
@media (max-width: 768px) {
  .auth-container {
    max-width: 90%;
    border-radius: 0.25rem;
  }
}
@media (max-width: 576px) {
  .auth-container {
    max-width: 95%;
    border-radius: 0.2rem;
  }
}
.auth-container.sidebar-hidden {
  max-width: 500px;
  justify-content: center;
}
.auth-container.sidebar-hidden .auth-info {
  display: none !important;
}
@media (max-width: 992px) {
  .auth-container.sidebar-hidden {
    max-width: 90%;
  }
}

.auth-form-container {
  flex: 1;
  padding: 3rem;
  max-width: 500px;
  transition: max-width 0.3s ease, order 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  min-height: 500px;
  background-color: #ffffff;
  overflow: hidden;
}
.sidebar-hidden .auth-form-container {
  max-width: 500px;
  flex: 0 0 auto;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .auth-form-container {
    max-width: 100%;
    padding: 1.5rem;
  }
}

.auth-logo-container {
  text-align: center;
  margin-bottom: 1.5rem;
  background-color: #28283d;
}
.auth-logo-container .auth-logo {
  max-width: 200px;
  height: auto;
}

.auth-title {
  font-size: 2rem;
  font-weight: 700;
  color: #28283d;
  margin-bottom: 0.25rem;
  text-align: center;
}

.auth-subtitle {
  font-size: 1.25rem;
  color: #6c757d;
  margin-bottom: 1.5rem;
  text-align: center;
}
#register-form-wrapper .auth-subtitle {
  margin-bottom: 1.5rem;
}

.auth-form .form-group {
  margin-bottom: 1rem;
}
.auth-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 576px) {
  .auth-form .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.auth-form .form-row .form-group {
  margin-bottom: 0;
}
.auth-form #register-form .form-group {
  margin-bottom: 0.5rem;
}
.auth-form #register-form .form-row {
  margin-bottom: 0.5rem;
}
.auth-form #register-form .password-strength-meter {
  margin-top: 0.25rem;
}
.auth-form #register-form .form-check {
  margin-bottom: 0.5rem;
}
.auth-form #register-form .btn-primary {
  margin-top: 0.5rem;
}
.auth-form label {
  display: block;
  margin-bottom: 0.25rem;
  font-weight: 500;
  color: #28283d;
}
.auth-form .password-label-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.auth-form .password-label-wrapper .forgot-password {
  font-size: 0.875rem;
  color: #fe5416;
  text-decoration: none;
  transition: color 0.3s ease;
}
.auth-form .password-label-wrapper .forgot-password:hover {
  color: rgb(224.0384615385, 60.5769230769, 0.9615384615);
  text-decoration: underline;
}
.auth-form .input-with-icon {
  position: relative;
}
.auth-form .input-with-icon .input-icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #adb5bd;
  font-size: 1.25rem;
}
.auth-form .input-with-icon .form-control {
  padding-left: 3.25rem;
}
.auth-form .input-with-icon .password-toggle {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #adb5bd;
  cursor: pointer;
  padding: 0.25rem;
  transition: color 0.3s ease;
}
.auth-form .input-with-icon .password-toggle:hover {
  color: #28283d;
}
.auth-form .input-with-icon .password-toggle:focus {
  outline: none;
}
.auth-form .form-control {
  width: 100%;
  padding: 1rem;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  font-size: 1rem;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.auth-form .form-control:focus {
  border-color: #fe5416;
  box-shadow: 0 0 0 3px rgba(254, 84, 22, 0.25);
  outline: none;
}
.auth-form .form-control.is-invalid {
  border-color: #E57373;
}
.auth-form .form-control.is-invalid:focus {
  box-shadow: 0 0 0 3px rgba(229, 115, 115, 0.25);
}
.auth-form .form-control.is-valid {
  border-color: #28a745;
}
.auth-form .form-control.is-valid:focus {
  box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.25);
}
.auth-form .form-control::placeholder {
  color: #ced4da;
}
.auth-form .form-feedback {
  font-size: 0.875rem;
  margin-top: 0.25rem;
  min-height: 20px;
}
.auth-form .form-feedback.invalid {
  color: #E57373;
}
.auth-form .form-check {
  margin-bottom: 1rem;
}
.auth-form .custom-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.auth-form .custom-checkbox .custom-checkbox-input {
  position: absolute;
  opacity: 0;
}
.auth-form .custom-checkbox .custom-checkbox-input:checked + .custom-checkbox-label .checkbox-icon {
  background-color: #fe5416;
  border-color: #fe5416;
}
.auth-form .custom-checkbox .custom-checkbox-input:checked + .custom-checkbox-label .checkbox-icon:after {
  opacity: 1;
}
.auth-form .custom-checkbox .custom-checkbox-input:focus + .custom-checkbox-label .checkbox-icon {
  box-shadow: 0 0 0 3px rgba(254, 84, 22, 0.25);
}
.auth-form .custom-checkbox .custom-checkbox-label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.auth-form .custom-checkbox .custom-checkbox-label .checkbox-icon {
  width: 20px;
  height: 20px;
  border: 2px solid #ced4da;
  border-radius: 0.2rem;
  margin-right: 0.5rem;
  position: relative;
  transition: all 0.3s ease;
}
.auth-form .custom-checkbox .custom-checkbox-label .checkbox-icon:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.auth-form .custom-checkbox .custom-checkbox-label .checkbox-text {
  font-size: 1rem;
  color: #28283d;
}
.auth-form .btn-primary {
  background-color: #fe5416;
  border-color: #fe5416;
  color: #ffffff;
  font-weight: 600;
  padding: 1rem 1.5rem;
  border-radius: 0.25rem;
  transition: background-color 0.3s ease, transform 0.3s ease;
  position: relative;
  overflow: hidden;
}
.auth-form .btn-primary:hover {
  background-color: rgb(224.0384615385, 60.5769230769, 0.9615384615);
  border-color: rgb(224.0384615385, 60.5769230769, 0.9615384615);
  transform: translateY(-2px);
}
.auth-form .btn-primary:active {
  transform: translateY(0);
}
.auth-form .btn-primary.loading .btn-text {
  opacity: 0;
}
.auth-form .btn-primary.loading .btn-loader {
  opacity: 1;
}
.auth-form .btn-primary .btn-text, .auth-form .btn-primary .btn-loader {
  transition: opacity 0.3s ease;
}
.auth-form .btn-primary .btn-loader {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.auth-form .btn-primary .btn-loader i {
  animation: spin 1s linear infinite;
}
.auth-form .btn-block {
  display: block;
  width: 100%;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.auth-divider {
  text-align: center;
  margin: 1.5rem 0;
  position: relative;
}
.auth-divider:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #dee2e6;
  z-index: 1;
}
.auth-divider span {
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  padding: 0 1rem;
  color: #6c757d;
  font-size: 0.875rem;
}

.auth-footer {
  text-align: center;
  margin-top: 1.5rem;
  color: #6c757d;
}
.auth-footer p {
  margin: 0;
}
.auth-footer .auth-link {
  color: #fe5416;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}
.auth-footer .auth-link:hover {
  color: rgb(224.0384615385, 60.5769230769, 0.9615384615);
  text-decoration: underline;
}

.auth-info {
  flex: 0 0 600px;
  background-color: #28283d;
  color: #ffffff;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
  transition: order 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 600px;
  max-width: 600px;
}
.auth-container.register-mode .auth-info {
  animation: slideSidebarRightToLeft 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
.auth-container:not(.register-mode) .auth-info {
  animation: slideSidebarLeftToRight 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
.auth-info:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.03) 0%, transparent 50%), radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.03) 0%, transparent 50%), radial-gradient(circle at 40% 20%, rgba(255, 255, 255, 0.02) 0%, transparent 50%);
  opacity: 1;
}
@media (max-width: 992px) {
  .auth-info {
    padding: 1.5rem;
  }
}
@media (max-width: 768px) {
  .auth-info {
    display: none;
  }
}
.auth-info-content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
  transform: translateX(0);
  opacity: 1;
}
.auth-info-content.slide-out-left {
  transform: translateX(-100%);
  opacity: 0;
}
.auth-info-content.slide-in-right {
  transform: translateX(100%);
  opacity: 0;
}
.auth-info-content.slide-in-left {
  animation: slideInFromLeft 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.auth-info-content h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #ffffff;
}
.auth-info-content > p {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
}
.auth-info .auth-info-icon {
  width: 80px;
  height: 80px;
  background-color: rgba(249, 216, 75, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 3rem;
}
.auth-info .auth-info-icon i {
  font-size: 2.5rem;
  color: #f9d84b;
}

.auth-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 1200px) {
  .auth-features {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
}

.auth-feature {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
}
.auth-feature .feature-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background-color: rgba(249, 216, 75, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.auth-feature .feature-icon i {
  font-size: 1.5rem;
  color: #f9d84b;
}
.auth-feature .feature-content {
  flex: 1;
}
.auth-feature .feature-content h3 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 0.25rem;
  color: #ffffff;
  line-height: 1.3;
}
.auth-feature .feature-content p {
  font-size: 0.875rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.4;
}

.auth-testimonial {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 0.5rem;
  padding: 1.5rem;
}
.auth-testimonial .testimonial-content {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}
.auth-testimonial .testimonial-content .testimonial-icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.5rem;
  color: #f9d84b;
}
.auth-testimonial .testimonial-content p {
  font-size: 1.25rem;
  font-style: italic;
  margin: 0;
  color: #ffffff;
}
.auth-testimonial .testimonial-author {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.auth-testimonial .testimonial-author .testimonial-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #f9d84b;
}
.auth-testimonial .testimonial-author .testimonial-info h4 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 0.25rem;
  color: #ffffff;
}
.auth-testimonial .testimonial-author .testimonial-info p {
  font-size: 0.875rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
}

.alert {
  padding: 1rem;
  border-radius: 0.25rem;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.alert i {
  font-size: 1.25rem;
}
.alert-danger {
  background-color: rgba(229, 115, 115, 0.1);
  color: #E57373;
  border-left: 4px solid #E57373;
}
.alert-success {
  background-color: rgba(40, 167, 69, 0.1);
  color: #28a745;
  border-left: 4px solid #28a745;
}
.alert-info {
  background-color: rgba(254, 84, 22, 0.1);
  color: #fe5416;
  border-left: 4px solid #fe5416;
}

.development-content {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.development-icon {
  font-size: 4rem;
  color: #fe5416;
  margin-bottom: 1.5rem;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
.alert-content {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  text-align: left;
}
.alert-content i {
  flex-shrink: 0;
  margin-top: 0.25rem;
}

.alert-text {
  flex: 1;
}
.alert-text p {
  margin-bottom: 1rem;
  line-height: 1.6;
}
.alert-text p:last-child {
  margin-bottom: 0;
}

.features-preview {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(254, 84, 22, 0.2);
}
.features-preview h3 {
  color: #fe5416;
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 0.25rem;
  border: 1px solid rgba(254, 84, 22, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.feature-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(254, 84, 22, 0.15);
}
.feature-item i {
  font-size: 1.5rem;
  color: #fe5416;
}
.feature-item span {
  font-size: 0.875rem;
  font-weight: 500;
  color: #28283d;
  text-align: center;
}

.development-actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .development-actions {
    flex-direction: row;
    justify-content: center;
  }
}
.development-actions .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem 1.5rem;
  border-radius: 0.25rem;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}
@media (min-width: 768px) {
  .development-actions .btn {
    flex: 0 0 auto;
    min-width: 200px;
  }
}

.dark-mode .feature-item {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(254, 84, 22, 0.2);
}
.dark-mode .feature-item span {
  color: #ffffff;
}
.dark-mode .alert-text p {
  color: #ffffff;
}

.auth-mode-toggle {
  position: relative;
  display: flex;
  background-color: #f8f9fa;
  border-radius: 0.5rem;
  padding: 0.25rem;
  margin-bottom: 1.5rem;
  gap: 0.25rem;
}

.toggle-btn {
  flex: 1;
  padding: 0.75rem 1rem;
  border: none;
  background: transparent;
  color: #6c757d;
  font-weight: 500;
  font-size: 0.95rem;
  border-radius: 0.375rem;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  position: relative;
  z-index: 2;
}
.toggle-btn i {
  font-size: 1rem;
}
.toggle-btn:hover {
  color: #28283d;
}
.toggle-btn.active {
  color: #28283d;
}

.toggle-indicator {
  position: absolute;
  top: 0.25rem;
  bottom: 0.25rem;
  width: calc(50% - 0.125rem);
  background-color: #ffffff;
  border-radius: 0.375rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}

.auth-form-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0);
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  background-color: #ffffff;
  overflow: hidden;
}
.auth-form-wrapper.fading-out {
  z-index: 1;
  opacity: 1;
  visibility: visible;
  pointer-events: none;
}
.auth-form-wrapper.fading-in {
  z-index: 2;
  opacity: 0;
  visibility: visible;
  pointer-events: none;
}
.auth-form-wrapper.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 2;
  height: auto;
}

@keyframes slideInFromLeft {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideSidebarRightToLeft {
  0% {
    transform: translateX(500px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideSidebarLeftToRight {
  0% {
    transform: translateX(-500px);
  }
  100% {
    transform: translateX(0);
  }
}
.password-strength-meter {
  margin-top: 0.5rem;
}

.strength-bar {
  height: 4px;
  border-radius: 2px;
  transition: all 0.3s ease;
  width: 0%;
}
.strength-bar.strength-none {
  background-color: transparent;
}
.strength-bar.strength-very-weak {
  background-color: #dc3545;
}
.strength-bar.strength-weak {
  background-color: #fd7e14;
}
.strength-bar.strength-medium {
  background-color: #ffc107;
}
.strength-bar.strength-strong {
  background-color: #20c997;
}
.strength-bar.strength-very-strong {
  background-color: #28a745;
}

.strength-text {
  display: block;
  font-size: 0.75rem;
  color: #6c757d;
  margin-top: 0.25rem;
}

.password-requirements {
  margin-top: 0.5rem;
  padding: 0.5rem;
  background-color: #f8f9fa;
  border-radius: 0.25rem;
  font-size: 0.75rem;
}

.password-requirement {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  margin-bottom: 0.25rem;
  transition: color 0.2s ease;
}
.password-requirement:last-child {
  margin-bottom: 0;
}
.password-requirement .requirement-icon {
  font-size: 0.875rem;
  flex-shrink: 0;
}
.password-requirement.requirement-met .requirement-icon {
  color: #28a745;
}
.password-requirement.requirement-met span {
  color: #28a745;
}
.password-requirement.requirement-not-met .requirement-icon {
  color: #ced4da;
}
.password-requirement.requirement-not-met span {
  color: #adb5bd;
}

.strength-bar.strength-fair {
  background-color: #E57373;
}
.strength-bar.strength-good {
  background-color: #17a2b8;
}

.form-hint {
  font-size: 0.875rem;
  color: #6c757d;
  margin-top: 0.5rem;
  display: block;
}
.form-hint small.text-muted {
  color: #6c757d;
  font-size: 0.75rem;
  line-height: 1.4;
}

.verification-code-input {
  text-align: center;
  font-size: 1.25rem;
  letter-spacing: 0.5rem;
  font-weight: 600;
}

.error-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background-color: #f8f9fa;
  padding: 1.5rem;
}

.error-content {
  text-align: center;
  max-width: 600px;
  padding: 3rem;
  background-color: #ffffff;
  border-radius: 0.25rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
  .error-content {
    max-width: 90%;
    padding: 1.5rem;
  }
}
@media (max-width: 576px) {
  .error-content {
    max-width: 95%;
    padding: 1rem;
  }
}
.error-content h1 {
  font-size: 6rem;
  font-weight: 700;
  color: #28283d;
  margin: 0;
  line-height: 1;
}
.error-content h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 1.5rem;
}
.error-content p {
  font-size: 1.25rem;
  color: #6c757d;
  margin-bottom: 3rem;
}
.error-content .error-actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
@media (max-width: 576px) {
  .error-content .error-actions {
    flex-direction: column;
  }
}

body.dark-mode .error-container {
  background-color: rgb(19.801980198, 19.801980198, 30.198019802);
}
body.dark-mode .error-content {
  background-color: #28283d;
}
body.dark-mode .error-content h2 {
  color: #ffffff;
}
body.dark-mode .error-content p {
  color: #ced4da;
}

.error-container {
  text-align: center;
  padding: 4.5rem 0;
  max-width: 600px;
  margin: 0 auto;
}
.error-container .error-code {
  font-size: 8rem;
  font-weight: 700;
  color: #fe5416;
  line-height: 1;
  margin-bottom: 1rem;
  text-shadow: 2px 2px 0 rgba(40, 40, 61, 0.1);
}
.error-container .error-title {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #28283d;
}
.error-container .error-message {
  font-size: 1.25rem;
  color: #6c757d;
  margin-bottom: 3rem;
}
.error-container .error-actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
@media (max-width: 576px) {
  .error-container .error-actions {
    flex-direction: column;
    align-items: center;
  }
}
.error-container .error-actions .btn {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}
.error-container .error-actions .btn i {
  font-size: 1.25rem;
}

.performance-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .performance-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .performance-grid {
    gap: 1rem;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 576px) {
  .performance-grid {
    gap: 0.5rem;
    margin-bottom: 1rem;
  }
}
.performance-grid .performance-item {
  background-color: #ffffff;
  border-radius: 0.25rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  padding: 1.5rem;
  display: flex;
  align-items: flex-start;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.performance-grid .performance-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.performance-grid .performance-item .performance-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  flex-shrink: 0;
  background-color: rgba(103, 58, 183, 0.1);
  color: #673AB7;
}
.performance-grid .performance-item .performance-icon i {
  font-size: 20px;
}
.performance-grid .performance-item .performance-content {
  flex: 1;
}
.performance-grid .performance-item .performance-content h3 {
  font-size: 1rem;
  font-weight: 600;
  color: #28283d;
  margin: 0 0 0.5rem 0;
}
.performance-grid .performance-item .performance-content .performance-value {
  font-size: 1.5rem;
  font-weight: 700;
  color: #4285F4;
  margin: 0 0 0.5rem 0;
  line-height: 1.2;
}
.performance-grid .performance-item .performance-content p {
  font-size: 0.875rem;
  color: #6c757d;
  margin: 0;
  line-height: 1.4;
}

.recent-activities {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media (max-width: 992px) {
  .recent-activities {
    grid-template-columns: 1fr;
  }
}
.recent-activities .activity-section h3 {
  font-size: 1rem;
  font-weight: 600;
  color: #28283d;
  margin: 0 0 1rem 0;
  display: flex;
  align-items: center;
}
.recent-activities .activity-section h3 i {
  margin-right: 0.5rem;
  color: #673AB7;
}
.recent-activities .activity-section .activity-list .activity-item {
  display: flex;
  align-items: flex-start;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  transition: background-color 0.2s ease;
}
.recent-activities .activity-section .activity-list .activity-item:last-child {
  border-bottom: none;
}
.recent-activities .activity-section .activity-list .activity-item:hover {
  background-color: rgba(248, 249, 250, 0.5);
}
.recent-activities .activity-section .activity-list .activity-item .activity-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  flex-shrink: 0;
  background-color: rgba(103, 58, 183, 0.1);
  color: #673AB7;
}
.recent-activities .activity-section .activity-list .activity-item .activity-icon i {
  font-size: 16px;
}
.recent-activities .activity-section .activity-list .activity-item .activity-content {
  flex: 1;
  min-width: 0;
}
.recent-activities .activity-section .activity-list .activity-item .activity-content .activity-title {
  font-size: 0.875rem;
  font-weight: 500;
  color: #28283d;
  margin: 0 0 4px 0;
}
.recent-activities .activity-section .activity-list .activity-item .activity-content .activity-description {
  font-size: 0.875rem;
  color: #6c757d;
  margin: 0 0 0.5rem 0;
  line-height: 1.4;
}
.recent-activities .activity-section .activity-list .activity-item .activity-content .activity-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.75rem;
}
.recent-activities .activity-section .activity-list .activity-item .activity-content .activity-meta .activity-date {
  color: #adb5bd;
}
.recent-activities .activity-section .activity-list .activity-item .activity-content .activity-meta .activity-status {
  padding: 2px 8px;
  border-radius: 0.2rem;
  font-weight: 500;
  text-transform: capitalize;
}
.recent-activities .activity-section .activity-list .activity-item .activity-content .activity-meta .activity-status.status-pending {
  background-color: rgba(179, 157, 219, 0.1);
  color: #B39DDB;
}
.recent-activities .activity-section .activity-list .activity-item .activity-content .activity-meta .activity-status.status-in_progress {
  background-color: rgba(66, 133, 244, 0.1);
  color: #4285F4;
}
.recent-activities .activity-section .activity-list .activity-item .activity-content .activity-meta .activity-status.status-completed {
  background-color: rgba(40, 167, 69, 0.1);
  color: #28a745;
}
.recent-activities .activity-section .activity-list .activity-item .activity-content .activity-meta .activity-status.status-cancelled {
  background-color: rgba(229, 115, 115, 0.1);
  color: #E57373;
}
.recent-activities .activity-section .activity-list .activity-item .activity-content .activity-meta .activity-status.status-active {
  background-color: rgba(40, 167, 69, 0.1);
  color: #28a745;
}
.recent-activities .activity-section .activity-list .activity-item .activity-content .activity-meta .activity-status.status-inactive {
  background-color: rgba(173, 181, 189, 0.1);
  color: #adb5bd;
}
.recent-activities .activity-section .activity-list .activity-item .activity-content .activity-meta .activity-role {
  color: #6c757d;
  font-weight: 500;
}

.quick-actions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
}
.quick-actions-grid .quick-action-card {
  background-color: #ffffff;
  border: 2px solid #e9ecef;
  border-radius: 0.25rem;
  padding: 1.5rem;
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
.quick-actions-grid .quick-action-card:hover {
  border-color: #673AB7;
  transform: translateY(-2px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  text-decoration: none;
  color: inherit;
}
.quick-actions-grid .quick-action-card:hover .quick-action-icon {
  background-color: #673AB7;
  color: #ffffff;
  transform: scale(1.1);
}
.quick-actions-grid .quick-action-card:hover .quick-action-content h3 {
  color: #673AB7;
}
.quick-actions-grid .quick-action-card .quick-action-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  flex-shrink: 0;
  background-color: rgba(103, 58, 183, 0.1);
  color: #673AB7;
  transition: all 0.3s ease;
}
.quick-actions-grid .quick-action-card .quick-action-icon i {
  font-size: 20px;
}
.quick-actions-grid .quick-action-card .quick-action-content {
  flex: 1;
}
.quick-actions-grid .quick-action-card .quick-action-content h3 {
  font-size: 1rem;
  font-weight: 600;
  color: #28283d;
  margin: 0 0 0.25rem 0;
  transition: color 0.3s ease;
}
.quick-actions-grid .quick-action-card .quick-action-content p {
  font-size: 0.875rem;
  color: #6c757d;
  margin: 0;
  line-height: 1.4;
}

.system-status-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}
.system-status-grid .status-item {
  background-color: #ffffff;
  border-radius: 0.25rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  padding: 1rem;
  text-align: center;
  transition: transform 0.2s ease;
}
.system-status-grid .status-item:hover {
  transform: translateY(-2px);
}
.system-status-grid .status-item .status-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.5rem auto;
}
.system-status-grid .status-item .status-icon.status-ok {
  background-color: rgba(40, 167, 69, 0.1);
  color: #28a745;
}
.system-status-grid .status-item .status-icon.status-warning {
  background-color: rgba(179, 157, 219, 0.1);
  color: #B39DDB;
}
.system-status-grid .status-item .status-icon.status-error {
  background-color: rgba(229, 115, 115, 0.1);
  color: #E57373;
}
.system-status-grid .status-item .status-icon i {
  font-size: 18px;
}
.system-status-grid .status-item .status-title {
  font-size: 0.875rem;
  font-weight: 500;
  color: #28283d;
  margin: 0 0 0.25rem 0;
}
.system-status-grid .status-item .status-value {
  font-size: 1.25rem;
  font-weight: 700;
  color: #4285F4;
  margin: 0;
}

.stat-details {
  margin-top: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.stat-details .stat-detail {
  font-size: 0.75rem;
  padding: 2px 6px;
  border-radius: 0.2rem;
  font-weight: 500;
}
.stat-details .stat-detail.success {
  background-color: rgba(40, 167, 69, 0.1);
  color: #28a745;
}
.stat-details .stat-detail.warning {
  background-color: rgba(179, 157, 219, 0.1);
  color: #B39DDB;
}
.stat-details .stat-detail.danger {
  background-color: rgba(229, 115, 115, 0.1);
  color: #E57373;
}
.stat-details .stat-detail.info {
  background-color: rgba(66, 133, 244, 0.1);
  color: #4285F4;
}

@media (max-width: 768px) {
  .performance-grid {
    grid-template-columns: 1fr;
  }
  .recent-activities {
    grid-template-columns: 1fr;
  }
  .quick-actions-grid {
    grid-template-columns: 1fr;
  }
  .system-status-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .system-status-grid {
    grid-template-columns: 1fr;
  }
  .performance-item {
    flex-direction: column;
    text-align: center;
  }
  .performance-item .performance-icon {
    margin: 0 0 1rem 0;
  }
  .activity-item {
    flex-direction: column;
    text-align: center;
  }
  .activity-item .activity-icon {
    margin: 0 0 0.5rem 0;
  }
  .activity-item .activity-meta {
    flex-direction: column;
    gap: 0.25rem;
    align-items: center;
  }
  .quick-action-card {
    flex-direction: column;
    text-align: center;
  }
  .quick-action-card .quick-action-icon {
    margin: 0 0 1rem 0;
  }
}
/**
 * Styling voor paklijst detail pagina (show.php)
 */
/* Styling voor gepakte items */
.module-table__row.item-picked {
  background-color: #f0fdf4;
  opacity: 0.8;
}

.module-table__row.item-picked td {
  text-decoration: line-through;
  color: #64748b;
}

.module-table__row.item-picked td strong {
  text-decoration: line-through;
  color: #64748b;
}

.module-table__row.item-picked:hover {
  background-color: #dcfce7;
  opacity: 0.9;
}

/* Styling voor optionele items */
.module-table__row.item-optional {
  background-color: #f0f9ff;
  border-left: 3px solid #3b82f6;
}

.module-table__row.item-optional:hover {
  background-color: #e0f2fe;
}

.module-table__row.item-optional.item-picked {
  background-color: #f0fdf4;
  border-left-color: #22c55e;
  opacity: 0.8;
}

.module-table__row.item-optional.item-picked td {
  text-decoration: line-through;
  color: #64748b;
}

/* Input veld voor gepakte hoeveelheid */
.item-picked-quantity-input {
  width: 80px;
  text-align: center;
  padding: 4px 8px;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
}

.item-picked-quantity-input:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.item-picked-quantity-input:disabled {
  background-color: #f1f5f9;
  cursor: not-allowed;
}

/* Styling voor gepakte items in edit pagina */
.item-row.item-picked {
  background-color: #f0fdf4;
  border-left: 3px solid #22c55e;
  padding: 8px;
  margin-bottom: 12px;
  border-radius: 4px;
}

.item-row.item-picked .module__input {
  background-color: #ffffff;
}

/* Verberg print-only pakbon op scherm */
.picklist-print-only {
  display: none;
}

/* Print styles */
@media print {
  /* Reset body voor print */
  body {
    margin: 0 !important;
    padding: 0 !important;
    background: white !important;
    font-family: Arial, sans-serif !important;
  }
  /* Verberg alle dashboard elementen */
  .sidebar,
  .dashboard-sidebar,
  .dashboard-navbar,
  .dashboard-header,
  .dashboard-footer,
  .sticky-header-container,
  .header-action-button,
  .module-type-selector,
  .module-form--section,
  .module__form-sidebar,
  .module-details > .module-form--main,
  #deletePickListModal,
  #statusUpdateForm,
  .no-print {
    display: none !important;
  }
  /* Verberg dashboard container maar behoud de pakbon */
  .dashboard-container {
    display: block !important;
  }
  .dashboard-main,
  .dashboard-content {
    margin: 0 !important;
    padding: 0 !important;
  }
  /* Toon alleen de pakbon */
  .picklist-print-only {
    display: block !important;
    width: 100% !important;
    max-width: 210mm !important;
    margin: 0 auto !important;
    padding: 20mm !important;
    background: white !important;
    color: black !important;
    font-family: Arial, sans-serif !important;
    font-size: 12pt !important;
    line-height: 1.4 !important;
  }
  /* Pakbon header */
  .picklist-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #000;
  }
  .picklist-header h1 {
    margin: 0 0 10px 0;
    font-size: 24pt;
    font-weight: bold;
  }
  .picklist-number,
  .picklist-date,
  .picklist-quote {
    margin: 5px 0;
    font-size: 11pt;
  }
  .picklist-title,
  .picklist-description {
    margin: 10px 0;
    padding: 10px;
    background: #f5f5f5;
    border-left: 3px solid #000;
  }
  /* Items tabel */
  .picklist-items {
    margin: 20px 0;
  }
  .picklist-items-table {
    width: 100%;
    border-collapse: collapse;
    margin: 15px 0;
  }
  .picklist-items-table thead {
    background: #000;
    color: white;
  }
  .picklist-items-table th {
    padding: 10px 8px;
    text-align: left;
    font-weight: bold;
    border: 1px solid #000;
    font-size: 10pt;
  }
  .picklist-items-table td {
    padding: 8px;
    border: 1px solid #333;
    font-size: 11pt;
  }
  .picklist-item-row {
    page-break-inside: avoid;
  }
  .picklist-item-row:nth-child(even) {
    background: #f9f9f9;
  }
  .checkbox-cell {
    text-align: center;
    width: 40px;
  }
  .picklist-checkbox {
    width: 20px;
    height: 20px;
    cursor: pointer;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  .item-number {
    text-align: center;
    font-weight: bold;
  }
  .item-name {
    font-weight: 500;
  }
  .item-name small {
    display: block;
    color: #666;
    font-size: 9pt;
    margin-top: 3px;
  }
  .item-quantity {
    text-align: right;
    font-weight: bold;
  }
  .item-unit {
    text-align: center;
  }
  .item-sku {
    font-family: "Courier New", monospace;
    font-size: 10pt;
  }
  .item-stock,
  .item-order {
    text-align: center;
    font-size: 10pt;
  }
  .stock-badge {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 9pt;
    font-weight: 600;
    white-space: nowrap;
  }
  .stock-in {
    background: #d4edda !important;
    color: #155724 !important;
    border: 1px solid #c3e6cb !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  .stock-low {
    background: #fff3cd !important;
    color: #856404 !important;
    border: 1px solid #ffeaa7 !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  .stock-out {
    background: #f8d7da !important;
    color: #721c24 !important;
    border: 1px solid #f5c6cb !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  .stock-unknown {
    background: #e2e3e5 !important;
    color: #383d41 !important;
    border: 1px solid #d6d8db !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  .item-order strong {
    color: #721c24;
    font-weight: bold;
  }
  /* Footer */
  .picklist-footer {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 2px solid #000;
  }
  .picklist-signatures {
    display: flex;
    justify-content: space-around;
    margin-bottom: 30px;
  }
  .signature-box {
    width: 200px;
  }
  .signature-line {
    border-bottom: 2px solid #000;
    height: 60px;
    margin-bottom: 5px;
  }
  .signature-label {
    text-align: center;
    font-size: 10pt;
    color: #666;
  }
  .picklist-notes {
    margin-top: 20px;
  }
  .notes-box {
    border: 1px solid #000;
    min-height: 80px;
    padding: 10px;
    margin-top: 5px;
  }
  /* Page breaks */
  @page {
    size: A4;
    margin: 0;
  }
  /* Zorg dat checkboxes zichtbaar zijn */
  input[type=checkbox] {
    -webkit-appearance: checkbox;
    appearance: checkbox;
  }
}
.dashboard-container {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  max-width: 100%;
}

.dashboard-main {
  flex: 1;
  margin-left: 180px;
  transition: margin-left 0.3s ease;
  display: flex;
  flex-direction: column;
}
.dashboard-main.expanded {
  margin-left: 70px;
}
.dashboard-main.header-collapsed .sticky-header-container {
  transform: translateY(-100%);
}
.dashboard-main.header-collapsed .dashboard-content {
  padding-top: 0.5rem;
}
@media (max-width: 992px) {
  .dashboard-main {
    margin-left: 0;
    margin-top: 60px;
  }
  .dashboard-main.expanded {
    margin-left: 0;
  }
}
@media (max-width: 576px) {
  .dashboard-main {
    margin-top: 50px;
  }
}

.dashboard-content {
  padding: 1.5rem;
  background-color: #eef2f7;
  flex: 1;
  min-height: calc(100vh - 60px - 60px);
  transition: padding-top 0.3s ease;
}
.dashboard-content.header-collapsed {
  padding-top: 0.5rem;
  min-height: calc(100vh - 60px);
}
@media (max-width: 992px) {
  .dashboard-content {
    padding: 1rem;
    min-height: calc(100vh - 60px - 60px);
  }
}
@media (max-width: 576px) {
  .dashboard-content {
    padding: 0.5rem;
    min-height: calc(100vh - 50px - 60px);
  }
}

.dashboard-welcome {
  margin-bottom: 3rem;
}
.dashboard-welcome h2 {
  font-size: 2rem;
  font-weight: 600;
  margin: 0 0 0.25rem 0;
  color: #28283d;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.dashboard-welcome .dashboard-subtitle {
  font-size: 0.875rem;
  color: #6c757d;
  margin: 0;
}

.dashboard-stats, .dashboard-stats--two-cols {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.5rem;
  margin-bottom: 3rem;
}
@media (max-width: 1200px) {
  .dashboard-stats, .dashboard-stats--two-cols {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}
@media (max-width: 992px) {
  .dashboard-stats, .dashboard-stats--two-cols {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media (max-width: 768px) {
  .dashboard-stats, .dashboard-stats--two-cols {
    grid-template-columns: 1fr;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 576px) {
  .dashboard-stats, .dashboard-stats--two-cols {
    grid-template-columns: 1fr;
    gap: 0.5rem;
    margin-bottom: 1rem;
  }
}
.dashboard-stats .stat-card, .dashboard-stats--two-cols .stat-card {
  background-color: #ffffff;
  border-radius: 0.25rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  padding: 1.5rem;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  min-height: 120px;
}
@media (max-width: 768px) {
  .dashboard-stats .stat-card, .dashboard-stats--two-cols .stat-card {
    padding: 1rem;
    min-height: 100px;
    flex-direction: column;
    text-align: center;
    gap: 0.5rem;
  }
}
@media (max-width: 576px) {
  .dashboard-stats .stat-card, .dashboard-stats--two-cols .stat-card {
    padding: 0.5rem;
    min-height: 80px;
    flex-direction: column;
    text-align: center;
    gap: 0.25rem;
  }
}
.dashboard-stats .stat-card:before, .dashboard-stats--two-cols .stat-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: transparent;
  transition: background-color 0.3s ease;
}
.dashboard-stats .stat-card:hover, .dashboard-stats--two-cols .stat-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}
.dashboard-stats .stat-card:hover .stat-icon, .dashboard-stats--two-cols .stat-card:hover .stat-icon {
  transform: scale(1.1);
}
.dashboard-stats .stat-card:nth-child(1):before, .dashboard-stats--two-cols .stat-card:nth-child(1):before {
  background-color: #28283d;
}
.dashboard-stats .stat-card:nth-child(2):before, .dashboard-stats--two-cols .stat-card:nth-child(2):before {
  background-color: #28a745;
}
.dashboard-stats .stat-card:nth-child(3):before, .dashboard-stats--two-cols .stat-card:nth-child(3):before {
  background-color: #4285F4;
}
.dashboard-stats .stat-card:nth-child(4):before, .dashboard-stats--two-cols .stat-card:nth-child(4):before {
  background-color: #f9d84b;
}
.dashboard-stats .stat-card:nth-child(5):before, .dashboard-stats--two-cols .stat-card:nth-child(5):before {
  background-color: #B39DDB;
}
.dashboard-stats .stat-card:nth-child(6):before, .dashboard-stats--two-cols .stat-card:nth-child(6):before {
  background-color: #E57373;
}
.dashboard-stats .stat-card:nth-child(7):before, .dashboard-stats--two-cols .stat-card:nth-child(7):before {
  background-color: #ff9f43;
}
.dashboard-stats .stat-card .stat-icon, .dashboard-stats--two-cols .stat-card .stat-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  flex-shrink: 0;
  transition: transform 0.3s ease;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
}
@media (max-width: 768px) {
  .dashboard-stats .stat-card .stat-icon, .dashboard-stats--two-cols .stat-card .stat-icon {
    width: 40px;
    height: 40px;
    margin-right: 0;
    margin-bottom: 0.25rem;
  }
}
@media (max-width: 576px) {
  .dashboard-stats .stat-card .stat-icon, .dashboard-stats--two-cols .stat-card .stat-icon {
    width: 32px;
    height: 32px;
    margin-right: 0;
    margin-bottom: 0.25rem;
  }
}
.dashboard-stats .stat-card .stat-icon i, .dashboard-stats--two-cols .stat-card .stat-icon i {
  font-size: 22px;
  transition: color 0.3s ease;
}
@media (max-width: 768px) {
  .dashboard-stats .stat-card .stat-icon i, .dashboard-stats--two-cols .stat-card .stat-icon i {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .dashboard-stats .stat-card .stat-icon i, .dashboard-stats--two-cols .stat-card .stat-icon i {
    font-size: 16px;
  }
}
.dashboard-stats .stat-card .stat-icon.stat-icon-primary, .dashboard-stats--two-cols .stat-card .stat-icon.stat-icon-primary {
  background-color: rgba(40, 40, 61, 0.1);
  color: #28283d;
}
.dashboard-stats .stat-card .stat-icon.stat-icon-success, .dashboard-stats--two-cols .stat-card .stat-icon.stat-icon-success {
  background-color: rgba(40, 167, 69, 0.1);
  color: #28a745;
}
.dashboard-stats .stat-card .stat-icon.stat-icon-warning, .dashboard-stats--two-cols .stat-card .stat-icon.stat-icon-warning {
  background-color: rgba(179, 157, 219, 0.1);
  color: #B39DDB;
}
.dashboard-stats .stat-card .stat-icon.stat-icon-danger, .dashboard-stats--two-cols .stat-card .stat-icon.stat-icon-danger {
  background-color: rgba(229, 115, 115, 0.1);
  color: #E57373;
}
.dashboard-stats .stat-card .stat-icon.stat-icon-info, .dashboard-stats--two-cols .stat-card .stat-icon.stat-icon-info {
  background-color: rgba(66, 133, 244, 0.1);
  color: #4285F4;
}
.dashboard-stats .stat-card .stat-icon.stat-icon-total, .dashboard-stats--two-cols .stat-card .stat-icon.stat-icon-total {
  background-color: rgba(249, 216, 75, 0.1);
  color: #f9d84b;
}
.dashboard-stats .stat-card .stat-icon.stat-icon-business, .dashboard-stats--two-cols .stat-card .stat-icon.stat-icon-business {
  background-color: rgba(255, 159, 67, 0.1);
  color: #ff9f43;
}
.dashboard-stats .stat-card .stat-content, .dashboard-stats--two-cols .stat-card .stat-content {
  flex: 1;
}
@media (max-width: 768px) {
  .dashboard-stats .stat-card .stat-content, .dashboard-stats--two-cols .stat-card .stat-content {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .dashboard-stats .stat-card, .dashboard-stats--two-cols .stat-card {
    justify-content: center;
    font-size: 0.75rem;
  }
}
@media (max-width: 576px) {
  .dashboard-stats .stat-card, .dashboard-stats--two-cols .stat-card {
    font-size: 10px;
    gap: 4px;
  }
}
.dashboard-stats .stat-card i, .dashboard-stats--two-cols .stat-card i {
  font-size: 14px;
  opacity: 0.8;
}
.dashboard-stats .mt-2, .dashboard-stats--two-cols .mt-2 {
  margin-top: 12px;
}
.dashboard-stats .mt-2 .btn, .dashboard-stats--two-cols .mt-2 .btn {
  transition: all 0.3s ease;
}
.dashboard-stats .mt-2 .btn:hover, .dashboard-stats--two-cols .mt-2 .btn:hover {
  transform: translateY(-1px);
}

.dashboard-charts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .dashboard-charts {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
@media (max-width: 768px) {
  .dashboard-charts {
    gap: 0.5rem;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 576px) {
  .dashboard-charts {
    gap: 0.5rem;
    margin-bottom: 1rem;
  }
}
.dashboard-charts .chart-card {
  background-color: #ffffff;
  border-radius: 0.25rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  overflow: hidden;
}
@media (max-width: 768px) {
  .dashboard-charts .chart-card {
    margin-bottom: 1rem;
  }
}
@media (max-width: 576px) {
  .dashboard-charts .chart-card {
    margin-bottom: 0.5rem;
  }
}
.dashboard-charts .chart-card .chart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #e9ecef;
}
@media (max-width: 768px) {
  .dashboard-charts .chart-card .chart-header {
    padding: 0.5rem 1rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
  }
}
@media (max-width: 576px) {
  .dashboard-charts .chart-card .chart-header {
    padding: 0.25rem 0.5rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
  }
}
.dashboard-charts .chart-card .chart-header .chart-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
  color: #28283d;
}
@media (max-width: 768px) {
  .dashboard-charts .chart-card .chart-header .chart-title {
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  .dashboard-charts .chart-card .chart-header .chart-title {
    font-size: 0.875rem;
  }
}
.dashboard-charts .chart-card .chart-header .chart-actions {
  display: flex;
  gap: 0.25rem;
}
@media (max-width: 768px) {
  .dashboard-charts .chart-card .chart-header .chart-actions {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
@media (max-width: 576px) {
  .dashboard-charts .chart-card .chart-header .chart-actions {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0.25rem;
  }
}
.dashboard-charts .chart-card .chart-body {
  padding: 1.5rem;
  min-height: 300px;
}
@media (max-width: 768px) {
  .dashboard-charts .chart-card .chart-body {
    padding: 1rem;
  }
}
@media (max-width: 576px) {
  .dashboard-charts .chart-card .chart-body {
    padding: 0.5rem;
  }
}
.dashboard-charts .chart-card .chart-body:empty::before {
  content: "Grafiek wordt geladen...";
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #adb5bd;
  font-style: italic;
}

.dashboard-recent {
  margin-bottom: 3rem;
}
.dashboard-recent .recent-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.dashboard-recent .recent-header .recent-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
  color: #28283d;
}
.dashboard-recent .recent-table {
  background-color: #ffffff;
  border-radius: 0.25rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  overflow: hidden;
}
.dashboard-recent .recent-table .table {
  margin-bottom: 0;
}
.dashboard-recent .recent-table .table th {
  background-color: #f8f9fa;
  color: #28283d;
  font-weight: 600;
  border-top: none;
  padding: 1rem 1.5rem;
}
.dashboard-recent .recent-table .table td {
  vertical-align: middle;
  padding: 1rem 1.5rem;
  color: #495057;
}
.dashboard-recent .recent-table .table tr:hover td {
  background-color: rgba(40, 40, 61, 0.5);
}

.alert {
  border-radius: 0.25rem;
  padding: 1.5rem;
  margin-bottom: 3rem;
  border: none;
}
.alert.alert-info {
  background-color: rgba(179, 157, 219, 0.2);
  color: rgb(96.5223880597, 59.9104477612, 163.0895522388);
  border-left: 4px solid #B39DDB;
}
.alert.alert-info h4 {
  color: rgb(96.5223880597, 59.9104477612, 163.0895522388);
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.alert.alert-warning {
  background-color: rgba(249, 216, 75, 0.2);
  color: rgb(165.4838709677, 135.1451612903, 5.5161290323);
  border-left: 4px solid #f9d84b;
}
.alert.alert-danger {
  background-color: rgba(229, 115, 115, 0.2);
  color: rgb(204.0963855422, 37.9036144578, 37.9036144578);
  border-left: 4px solid #E57373;
}

body.dark-mode .dashboard-content {
  background-color: rgb(19.801980198, 19.801980198, 30.198019802);
}
body.dark-mode .dashboard-welcome h2 {
  color: #ffffff;
}
body.dark-mode .dashboard-welcome .dashboard-subtitle {
  color: #ced4da;
}
body.dark-mode .stat-card,
body.dark-mode .chart-card,
body.dark-mode .recent-table {
  background-color: #28283d;
  border: 1px solid rgb(50.099009901, 50.099009901, 76.400990099);
}
body.dark-mode .chart-title,
body.dark-mode .recent-title {
  color: #ffffff;
}
body.dark-mode .chart-header {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.dashboard-system {
  background-color: #ffffff;
  border-radius: 0.25rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  margin-bottom: 3rem;
  overflow: hidden;
}
.dashboard-system .system-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #e9ecef;
}
.dashboard-system .system-header .system-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
  color: #28283d;
}
.dashboard-system .system-header .system-actions {
  display: flex;
  gap: 0.5rem;
}
.dashboard-system .system-content {
  padding: 1.5rem;
}
.dashboard-system .system-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
@media (max-width: 992px) {
  .dashboard-system .system-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .dashboard-system .system-grid {
    grid-template-columns: 1fr;
  }
}
.dashboard-system .system-item {
  background-color: #f8f9fa;
  border-radius: 0.25rem;
  padding: 1rem;
}
.dashboard-system .system-item .system-item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}
.dashboard-system .system-item .system-item-header h4 {
  font-size: 0.875rem;
  font-weight: 600;
  margin: 0;
  color: #28283d;
}
.dashboard-system .system-item .system-item-body .system-item-text {
  font-size: 0.875rem;
  color: #6c757d;
  margin: 0;
}

.dashboard-tickets {
  background-color: #ffffff;
  border-radius: 0.25rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  margin-bottom: 3rem;
  overflow: hidden;
}
.dashboard-tickets .tickets-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #e9ecef;
}
.dashboard-tickets .tickets-header .tickets-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
  color: #28283d;
}
.dashboard-tickets .tickets-header .tickets-actions {
  display: flex;
  gap: 0.5rem;
}
.dashboard-tickets .tickets-content {
  padding: 1.5rem;
}
.dashboard-tickets .tickets-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .dashboard-tickets .tickets-grid {
    grid-template-columns: 1fr;
  }
}
.dashboard-tickets .ticket-card {
  display: flex;
  background-color: #f8f9fa;
  border-radius: 0.25rem;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.dashboard-tickets .ticket-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.dashboard-tickets .ticket-card .ticket-priority {
  width: 6px;
}
.dashboard-tickets .ticket-card .ticket-priority.ticket-priority-high {
  background-color: #E57373;
}
.dashboard-tickets .ticket-card .ticket-priority.ticket-priority-medium {
  background-color: #f9d84b;
}
.dashboard-tickets .ticket-card .ticket-priority.ticket-priority-low {
  background-color: #B39DDB;
}
.dashboard-tickets .ticket-card .ticket-content {
  flex: 1;
  padding: 1rem;
}
.dashboard-tickets .ticket-card .ticket-content .ticket-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.25rem;
}
.dashboard-tickets .ticket-card .ticket-content .ticket-header .ticket-title {
  font-size: 0.875rem;
  font-weight: 600;
  margin: 0;
  color: #28283d;
}
.dashboard-tickets .ticket-card .ticket-content .ticket-header .ticket-id {
  font-size: 0.75rem;
  color: #6c757d;
}
.dashboard-tickets .ticket-card .ticket-content .ticket-description {
  font-size: 0.875rem;
  color: #495057;
  margin: 0 0 0.5rem 0;
}
.dashboard-tickets .ticket-card .ticket-content .ticket-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dashboard-tickets .ticket-card .ticket-content .ticket-footer .ticket-status {
  font-size: 0.75rem;
  font-weight: 500;
  color: #fe5416;
}
.dashboard-tickets .ticket-card .ticket-content .ticket-footer .ticket-time {
  font-size: 0.75rem;
  color: #6c757d;
}

.dashboard-tasks {
  background-color: #ffffff;
  border-radius: 0.25rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  margin-bottom: 3rem;
  overflow: hidden;
}
.dashboard-tasks .tasks-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #e9ecef;
}
.dashboard-tasks .tasks-header .tasks-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
  color: #28283d;
}
.dashboard-tasks .tasks-header .tasks-actions {
  display: flex;
  gap: 0.5rem;
}
.dashboard-tasks .tasks-content {
  padding: 1.5rem;
}
.dashboard-tasks .tasks-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.dashboard-tasks .task-item {
  display: flex;
  align-items: center;
  padding: 0.5rem;
  border-radius: 0.25rem;
  background-color: #f8f9fa;
  transition: background-color 0.2s ease;
}
.dashboard-tasks .task-item:hover {
  background-color: #e9ecef;
}
.dashboard-tasks .task-item .task-checkbox {
  margin-right: 0.5rem;
}
.dashboard-tasks .task-item .task-checkbox input[type=checkbox] {
  display: none;
}
.dashboard-tasks .task-item .task-checkbox input[type=checkbox] + label {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #ced4da;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
}
.dashboard-tasks .task-item .task-checkbox input[type=checkbox] + label:after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.dashboard-tasks .task-item .task-checkbox input[type=checkbox]:checked + label {
  background-color: #fe5416;
  border-color: #fe5416;
}
.dashboard-tasks .task-item .task-checkbox input[type=checkbox]:checked + label:after {
  display: block;
}
.dashboard-tasks .task-item .task-content {
  flex: 1;
}
.dashboard-tasks .task-item .task-content .task-title {
  font-size: 0.875rem;
  font-weight: 500;
  margin: 0 0 0.25rem 0;
  color: #28283d;
}
.dashboard-tasks .task-item .task-content .task-meta {
  font-size: 0.75rem;
  color: #6c757d;
  margin: 0;
}
.dashboard-tasks .task-item .task-priority {
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0.25rem 0.5rem;
  border-radius: 50rem;
}
.dashboard-tasks .task-item .task-priority.task-priority-high {
  background-color: rgba(229, 115, 115, 0.1);
  color: #E57373;
}
.dashboard-tasks .task-item .task-priority.task-priority-medium {
  background-color: rgba(249, 216, 75, 0.1);
  color: rgb(214.8387096774, 175.4516129032, 7.1612903226);
}
.dashboard-tasks .task-item .task-priority.task-priority-low {
  background-color: rgba(179, 157, 219, 0.1);
  color: rgb(121.1492537313, 82.4029850746, 191.5970149254);
}

body.dark-mode .dashboard-system,
body.dark-mode .dashboard-tickets,
body.dark-mode .dashboard-tasks {
  background-color: #28283d;
  border: 1px solid rgb(50.099009901, 50.099009901, 76.400990099);
}
body.dark-mode .dashboard-system .system-header,
body.dark-mode .dashboard-system .tickets-header,
body.dark-mode .dashboard-system .tasks-header,
body.dark-mode .dashboard-tickets .system-header,
body.dark-mode .dashboard-tickets .tickets-header,
body.dark-mode .dashboard-tickets .tasks-header,
body.dark-mode .dashboard-tasks .system-header,
body.dark-mode .dashboard-tasks .tickets-header,
body.dark-mode .dashboard-tasks .tasks-header {
  border-bottom-color: rgb(60.198019802, 60.198019802, 91.801980198);
}
body.dark-mode .dashboard-system .system-header .system-title,
body.dark-mode .dashboard-system .system-header .tickets-title,
body.dark-mode .dashboard-system .system-header .tasks-title,
body.dark-mode .dashboard-system .tickets-header .system-title,
body.dark-mode .dashboard-system .tickets-header .tickets-title,
body.dark-mode .dashboard-system .tickets-header .tasks-title,
body.dark-mode .dashboard-system .tasks-header .system-title,
body.dark-mode .dashboard-system .tasks-header .tickets-title,
body.dark-mode .dashboard-system .tasks-header .tasks-title,
body.dark-mode .dashboard-tickets .system-header .system-title,
body.dark-mode .dashboard-tickets .system-header .tickets-title,
body.dark-mode .dashboard-tickets .system-header .tasks-title,
body.dark-mode .dashboard-tickets .tickets-header .system-title,
body.dark-mode .dashboard-tickets .tickets-header .tickets-title,
body.dark-mode .dashboard-tickets .tickets-header .tasks-title,
body.dark-mode .dashboard-tickets .tasks-header .system-title,
body.dark-mode .dashboard-tickets .tasks-header .tickets-title,
body.dark-mode .dashboard-tickets .tasks-header .tasks-title,
body.dark-mode .dashboard-tasks .system-header .system-title,
body.dark-mode .dashboard-tasks .system-header .tickets-title,
body.dark-mode .dashboard-tasks .system-header .tasks-title,
body.dark-mode .dashboard-tasks .tickets-header .system-title,
body.dark-mode .dashboard-tasks .tickets-header .tickets-title,
body.dark-mode .dashboard-tasks .tickets-header .tasks-title,
body.dark-mode .dashboard-tasks .tasks-header .system-title,
body.dark-mode .dashboard-tasks .tasks-header .tickets-title,
body.dark-mode .dashboard-tasks .tasks-header .tasks-title {
  color: #ffffff;
}
body.dark-mode .dashboard-system .system-item,
body.dark-mode .dashboard-system .ticket-card,
body.dark-mode .dashboard-system .task-item,
body.dark-mode .dashboard-tickets .system-item,
body.dark-mode .dashboard-tickets .ticket-card,
body.dark-mode .dashboard-tickets .task-item,
body.dark-mode .dashboard-tasks .system-item,
body.dark-mode .dashboard-tasks .ticket-card,
body.dark-mode .dashboard-tasks .task-item {
  background-color: rgb(50.099009901, 50.099009901, 76.400990099);
}
body.dark-mode .dashboard-system .system-item .system-item-header h4,
body.dark-mode .dashboard-system .system-item .ticket-title,
body.dark-mode .dashboard-system .system-item .task-title,
body.dark-mode .dashboard-system .ticket-card .system-item-header h4,
body.dark-mode .dashboard-system .ticket-card .ticket-title,
body.dark-mode .dashboard-system .ticket-card .task-title,
body.dark-mode .dashboard-system .task-item .system-item-header h4,
body.dark-mode .dashboard-system .task-item .ticket-title,
body.dark-mode .dashboard-system .task-item .task-title,
body.dark-mode .dashboard-tickets .system-item .system-item-header h4,
body.dark-mode .dashboard-tickets .system-item .ticket-title,
body.dark-mode .dashboard-tickets .system-item .task-title,
body.dark-mode .dashboard-tickets .ticket-card .system-item-header h4,
body.dark-mode .dashboard-tickets .ticket-card .ticket-title,
body.dark-mode .dashboard-tickets .ticket-card .task-title,
body.dark-mode .dashboard-tickets .task-item .system-item-header h4,
body.dark-mode .dashboard-tickets .task-item .ticket-title,
body.dark-mode .dashboard-tickets .task-item .task-title,
body.dark-mode .dashboard-tasks .system-item .system-item-header h4,
body.dark-mode .dashboard-tasks .system-item .ticket-title,
body.dark-mode .dashboard-tasks .system-item .task-title,
body.dark-mode .dashboard-tasks .ticket-card .system-item-header h4,
body.dark-mode .dashboard-tasks .ticket-card .ticket-title,
body.dark-mode .dashboard-tasks .ticket-card .task-title,
body.dark-mode .dashboard-tasks .task-item .system-item-header h4,
body.dark-mode .dashboard-tasks .task-item .ticket-title,
body.dark-mode .dashboard-tasks .task-item .task-title {
  color: #ffffff;
}
body.dark-mode .dashboard-system .system-item .system-item-text,
body.dark-mode .dashboard-system .system-item .ticket-description,
body.dark-mode .dashboard-system .system-item .task-meta,
body.dark-mode .dashboard-system .ticket-card .system-item-text,
body.dark-mode .dashboard-system .ticket-card .ticket-description,
body.dark-mode .dashboard-system .ticket-card .task-meta,
body.dark-mode .dashboard-system .task-item .system-item-text,
body.dark-mode .dashboard-system .task-item .ticket-description,
body.dark-mode .dashboard-system .task-item .task-meta,
body.dark-mode .dashboard-tickets .system-item .system-item-text,
body.dark-mode .dashboard-tickets .system-item .ticket-description,
body.dark-mode .dashboard-tickets .system-item .task-meta,
body.dark-mode .dashboard-tickets .ticket-card .system-item-text,
body.dark-mode .dashboard-tickets .ticket-card .ticket-description,
body.dark-mode .dashboard-tickets .ticket-card .task-meta,
body.dark-mode .dashboard-tickets .task-item .system-item-text,
body.dark-mode .dashboard-tickets .task-item .ticket-description,
body.dark-mode .dashboard-tickets .task-item .task-meta,
body.dark-mode .dashboard-tasks .system-item .system-item-text,
body.dark-mode .dashboard-tasks .system-item .ticket-description,
body.dark-mode .dashboard-tasks .system-item .task-meta,
body.dark-mode .dashboard-tasks .ticket-card .system-item-text,
body.dark-mode .dashboard-tasks .ticket-card .ticket-description,
body.dark-mode .dashboard-tasks .ticket-card .task-meta,
body.dark-mode .dashboard-tasks .task-item .system-item-text,
body.dark-mode .dashboard-tasks .task-item .ticket-description,
body.dark-mode .dashboard-tasks .task-item .task-meta {
  color: #ced4da;
}
body.dark-mode .dashboard-system .system-item .ticket-id,
body.dark-mode .dashboard-system .system-item .ticket-time,
body.dark-mode .dashboard-system .ticket-card .ticket-id,
body.dark-mode .dashboard-system .ticket-card .ticket-time,
body.dark-mode .dashboard-system .task-item .ticket-id,
body.dark-mode .dashboard-system .task-item .ticket-time,
body.dark-mode .dashboard-tickets .system-item .ticket-id,
body.dark-mode .dashboard-tickets .system-item .ticket-time,
body.dark-mode .dashboard-tickets .ticket-card .ticket-id,
body.dark-mode .dashboard-tickets .ticket-card .ticket-time,
body.dark-mode .dashboard-tickets .task-item .ticket-id,
body.dark-mode .dashboard-tickets .task-item .ticket-time,
body.dark-mode .dashboard-tasks .system-item .ticket-id,
body.dark-mode .dashboard-tasks .system-item .ticket-time,
body.dark-mode .dashboard-tasks .ticket-card .ticket-id,
body.dark-mode .dashboard-tasks .ticket-card .ticket-time,
body.dark-mode .dashboard-tasks .task-item .ticket-id,
body.dark-mode .dashboard-tasks .task-item .ticket-time {
  color: #adb5bd;
}
body.dark-mode .dashboard-system .task-item:hover,
body.dark-mode .dashboard-tickets .task-item:hover,
body.dark-mode .dashboard-tasks .task-item:hover {
  background-color: rgb(56.1584158416, 56.1584158416, 85.6415841584);
}
body.dark-mode .dashboard-system .task-checkbox input[type=checkbox] + label,
body.dark-mode .dashboard-tickets .task-checkbox input[type=checkbox] + label,
body.dark-mode .dashboard-tasks .task-checkbox input[type=checkbox] + label {
  border-color: #6c757d;
}

.dashboard-main {
  transition: margin-left 0.3s ease;
}
.dashboard-main.expanded {
  margin-left: 60px;
}

.module__form-sidebar .card {
  background: #ffffff;
  border-radius: 0.25rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border: 1px solid #dee2e6;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  margin-bottom: 1.5rem;
  position: relative;
}
.module__form-sidebar .card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #28283d, #fe5416, #fe5416);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.module__form-sidebar .card:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.module__form-sidebar .card:hover::before {
  opacity: 1;
}
.module__form-sidebar .card .card-header {
  position: relative;
}
.module__form-sidebar .card .card-header h2 i {
  color: #fe5416;
  font-size: 1.25rem;
}
.module__form-sidebar .card .card-content {
  padding: 1.5rem;
  background: linear-gradient(135deg, #ffffff, rgba(248, 249, 250, 0.5));
}

@keyframes shimmer {
  0% {
    transform: translateX(-100%) rotate(45deg);
  }
  100% {
    transform: translateX(100%) rotate(45deg);
  }
}
.quick-actions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}
@media (max-width: 576px) {
  .quick-actions {
    grid-template-columns: 1fr;
  }
}

.info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.info-list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 0.2rem;
  transition: all 0.2s ease;
  border-left: 3px solid transparent;
}
.info-list li:hover {
  background: rgba(40, 40, 61, 0.05);
  border-left-color: #28283d;
  transform: translateX(4px);
}
.info-list li i {
  color: #28283d;
  font-size: 1rem;
  width: 20px;
  text-align: center;
}
.info-list li .info-label {
  color: #6c757d;
  font-size: 0.875rem;
  font-weight: 500;
  flex: 1;
}
.info-list li .info-value {
  color: #28283d;
  font-size: 1rem;
  font-weight: 700;
  background: rgba(40, 40, 61, 0.1);
  padding: 0.25rem 0.5rem;
  border-radius: 0.2rem;
  min-width: 40px;
  text-align: center;
}

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 180px;
  background-color: #28283d;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 1000;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  transition: width 0.3s ease;
}
.sidebar::-webkit-scrollbar {
  display: none;
}
.sidebar.collapsed {
  width: 70px;
}
.sidebar.collapsed .logo-img,
.sidebar.collapsed .sidebar-text,
.sidebar.collapsed .logo-text,
.sidebar.collapsed .version-text {
  display: none;
}
.sidebar.collapsed .sidebar-link {
  justify-content: center;
  padding: 1rem;
}
.sidebar.collapsed .sidebar-link i {
  margin-right: 0;
}
.sidebar.collapsed .sidebar-header .sidebar-user-menu .sidebar-user-header .sidebar-company-name,
.sidebar.collapsed .sidebar-header .sidebar-user-menu .sidebar-user-header .sidebar-user-name,
.sidebar.collapsed .sidebar-header .sidebar-user-menu .sidebar-user-header .sidebar-role-name {
  display: none;
}
.sidebar.collapsed .sidebar-header .sidebar-user-menu .sidebar-user-header .sidebar-user-menu-button i {
  display: none;
}
.sidebar.collapsed .sidebar-header .sidebar-user-menu .sidebar-user-dropdown {
  display: none;
}
.sidebar.collapsed .sidebar-footer {
  justify-content: center;
  padding: 1rem;
}
.sidebar.collapsed .sidebar-submenu {
  display: none;
}
@media (max-width: 992px) {
  .sidebar {
    transform: translateX(-100%);
    width: 280px;
  }
  .sidebar.show {
    transform: translateX(0);
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  .sidebar {
    width: 260px;
  }
  .sidebar .sidebar-header {
    padding: 0.5rem 1rem;
  }
  .sidebar .sidebar-header .app-title .sidebar-text {
    font-size: 0.875rem;
  }
  .sidebar .sidebar-nav {
    padding: 0.5rem 0;
  }
  .sidebar .sidebar-nav .sidebar-link {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
  }
  .sidebar .sidebar-nav .sidebar-link i {
    font-size: 1rem;
    margin-right: 0.25rem;
  }
  .sidebar .sidebar-footer {
    padding: 0.5rem 1rem;
  }
  .sidebar .sidebar-footer .logo-container .logo-img {
    height: 28px;
  }
  .sidebar .sidebar-footer .version-text {
    font-size: 0.7rem;
  }
}
@media (max-width: 992px) {
  .sidebar::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }
  .sidebar.show::before {
    opacity: 1;
    visibility: visible;
  }
}
.sidebar .sidebar-header {
  height: auto;
  min-height: 60px;
  padding: 1rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.sidebar .sidebar-header .app-title {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 0.5rem;
  padding-right: 40px;
  position: relative;
  z-index: 1;
}
.sidebar .sidebar-header .app-title .sidebar-text {
  color: #ffffff;
  font-size: 1rem;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 0.25rem 0;
}
.sidebar .sidebar-header .app-title .sidebar-text .text-silk-gold {
  color: #f9d84b;
}
.sidebar .sidebar-header .app-title .sidebar-text .text-tangerine {
  color: #fe5416;
}
.sidebar .sidebar-header .sidebar-divider {
  display: block;
  height: 1px;
  width: calc(100% + 3rem);
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  background-color: rgba(255, 255, 255, 0.1);
  margin-top: 1rem;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}
.sidebar .sidebar-header .sidebar-user-menu {
  width: 100%;
}
.sidebar .sidebar-header .logo {
  display: flex;
  align-items: center;
}
.sidebar .sidebar-header .logo a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #ffffff;
  font-weight: 700;
}
.sidebar .sidebar-header .logo .logo-img {
  height: 32px;
  margin-right: 0.5rem;
}
.sidebar .sidebar-header .logo .logo-text {
  font-size: 1.25rem;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.sidebar .sidebar-header .sidebar-toggle {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  background: none;
  border: none;
  color: #ced4da;
  font-size: 1.25rem;
  cursor: pointer;
  padding: 0.25rem;
  border-radius: 0.25rem;
  transition: all 0.2s ease;
  z-index: 10;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  min-width: 44px;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar .sidebar-header .sidebar-toggle:hover {
  color: #f9d84b;
  background-color: rgba(249, 216, 75, 0.1);
}
.sidebar .sidebar-header .sidebar-toggle:active {
  transform: scale(0.95);
}
.sidebar .sidebar-header .sidebar-toggle .toggle-icon {
  display: inline-block;
  transition: transform 0.3s ease;
}
.sidebar.collapsed .sidebar .sidebar-header .sidebar-toggle .toggle-icon {
  transform: rotate(180deg);
}
.sidebar .sidebar-nav {
  padding: 1rem 0;
}
.sidebar .sidebar-nav .sidebar-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar .sidebar-nav .sidebar-item {
  margin-bottom: 2px;
}
.sidebar .sidebar-nav .sidebar-item.has-submenu .sidebar-link {
  position: relative;
  cursor: pointer;
}
.sidebar .sidebar-nav .sidebar-item.has-submenu .sidebar-link::after {
  content: "▼";
  position: absolute;
  right: 1rem;
  transition: transform 0.3s ease;
}
.sidebar .sidebar-nav .sidebar-item.has-submenu .sidebar-link.active::after {
  transform: rotate(180deg);
}
.sidebar .sidebar-nav .sidebar-item.has-submenu .sidebar-submenu {
  display: none;
  list-style: none;
  padding-left: 1.5rem;
}
.sidebar .sidebar-nav .sidebar-item.has-submenu .sidebar-submenu.active {
  display: block;
}
.sidebar .sidebar-nav .sidebar-item.has-submenu .sidebar-submenu .sidebar-submenu-link {
  display: flex;
  align-items: center;
  padding: 0.5rem 1.5rem;
  color: #dee2e6;
  text-decoration: none;
  transition: all 0.2s ease;
  border-radius: 0.25rem;
  font-size: 0.8rem;
}
.sidebar .sidebar-nav .sidebar-item.has-submenu .sidebar-submenu .sidebar-submenu-link:hover {
  color: #f9d84b;
  background-color: rgba(249, 216, 75, 0.05);
}
.sidebar .sidebar-nav .sidebar-item.has-submenu .sidebar-submenu .sidebar-submenu-link.active {
  color: #fe5416;
  background-color: rgba(254, 84, 22, 0.1);
}
.sidebar .sidebar-nav .sidebar-item.has-submenu .sidebar-submenu .sidebar-submenu-link i {
  margin-right: 0.5rem;
}
.sidebar .sidebar-nav .sidebar-link {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  color: #dee2e6;
  text-decoration: none;
  transition: all 0.2s ease;
  border-radius: 0.25rem;
  margin: 0 0.25rem;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  min-height: 44px;
  user-select: none;
  -webkit-user-select: none;
}
.sidebar .sidebar-nav .sidebar-link:hover {
  color: #f9d84b;
  background-color: rgba(249, 216, 75, 0.05);
}
.sidebar .sidebar-nav .sidebar-link:active {
  transform: scale(0.98);
  background-color: rgba(249, 216, 75, 0.1);
}
.sidebar .sidebar-nav .sidebar-link.active {
  color: #fe5416;
  background-color: rgba(254, 84, 22, 0.1);
  font-weight: 500;
}
.sidebar .sidebar-nav .sidebar-link i {
  margin-right: 0.5rem;
  font-size: 1.15rem;
  width: 1.15rem;
  text-align: center;
  color: #ced4da;
}
.active .sidebar .sidebar-nav .sidebar-link i {
  color: #fe5416;
}
.sidebar .sidebar-nav .sidebar-link .sidebar-text {
  flex: 1;
  font-size: 0.875rem;
}
.sidebar .sidebar-nav .sidebar-link .badge, .sidebar .sidebar-nav .sidebar-link .employee-count-badge {
  margin-left: 0.5rem;
  background-color: #fe5416;
  color: #ffffff;
}
.sidebar .sidebar-nav .sidebar-divider {
  height: 1px;
  margin: 1rem 1.5rem;
  background-color: rgba(255, 255, 255, 0.1);
}
.sidebar .sidebar-nav .sidebar-heading {
  padding: 0.5rem 1.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #adb5bd;
  margin-top: 1rem;
}
.sidebar .sidebar-user-menu {
  position: relative;
  margin-bottom: 1rem;
  width: 100%;
}
.sidebar .sidebar-user-menu .sidebar-user-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  padding: 0.5rem;
}
.sidebar .sidebar-user-menu .sidebar-company-name {
  font-size: 0.75rem;
  color: #ced4da;
  line-height: 1.3;
  word-wrap: break-word;
  overflow-wrap: break-word;
  max-height: 2.6em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 100%;
  text-align: center;
}
.sidebar .sidebar-user-menu .sidebar-user-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  margin: 0.25rem 0;
}
.sidebar .sidebar-user-menu .sidebar-user-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sidebar .sidebar-user-menu .sidebar-user-menu-button {
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  cursor: pointer;
  padding: 0.25rem 0.5rem;
  width: 100%;
  color: #dee2e6;
  text-decoration: none;
  transition: all 0.2s ease;
  border-radius: 0.25rem;
  outline: none;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  min-height: 44px;
  user-select: none;
  -webkit-user-select: none;
}
.sidebar .sidebar-user-menu .sidebar-user-menu-button:focus {
  outline: none;
  box-shadow: none;
}
.sidebar .sidebar-user-menu .sidebar-user-menu-button:focus-visible {
  outline: 2px solid rgba(249, 216, 75, 0.5);
  outline-offset: 2px;
}
.sidebar .sidebar-user-menu .sidebar-user-menu-button:hover {
  color: #f9d84b;
  background-color: rgba(249, 216, 75, 0.1);
}
.sidebar .sidebar-user-menu .sidebar-user-menu-button:active {
  transform: scale(0.98);
  background-color: rgba(249, 216, 75, 0.15);
}
.sidebar .sidebar-user-menu .sidebar-user-menu-button .sidebar-user-name {
  font-size: 0.875rem;
  color: #dee2e6;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.2;
  font-weight: 500;
}
.sidebar .sidebar-user-menu .sidebar-user-menu-button:hover .sidebar-user-name {
  color: #f9d84b;
}
.sidebar .sidebar-user-menu .sidebar-user-menu-button i {
  color: #ced4da;
  font-size: 0.875rem;
  transition: transform 0.3s ease, color 0.2s ease;
  flex-shrink: 0;
  cursor: pointer;
}
.sidebar .sidebar-user-menu .sidebar-user-menu-button i:hover {
  color: #f9d84b;
}
.sidebar .sidebar-user-menu .sidebar-user-menu-button:hover i {
  color: #f9d84b;
}
.sidebar .sidebar-user-menu.show .sidebar-user-menu-button i {
  transform: rotate(180deg);
}
.sidebar .sidebar-user-menu .sidebar-role-name {
  font-size: 0.75rem;
  color: #adb5bd;
  text-align: center;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sidebar .sidebar-user-menu .sidebar-user-dropdown {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  opacity: 0;
  background-color: transparent;
}
.sidebar .sidebar-user-menu .sidebar-user-dropdown.show {
  max-height: 500px;
  opacity: 1;
}
.sidebar .sidebar-user-menu .sidebar-user-dropdown .sidebar-user-dropdown-list {
  list-style: none;
  margin: 0;
  padding: 0.25rem 0;
}
.sidebar .sidebar-user-menu .sidebar-user-dropdown .sidebar-user-dropdown-list .sidebar-user-dropdown-item .sidebar-user-dropdown-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.25rem 0.5rem;
  color: #ffffff !important;
  text-decoration: none;
  font-size: 0.75rem;
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  transition: all 0.2s ease;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  min-height: 44px;
  user-select: none;
  -webkit-user-select: none;
}
.sidebar .sidebar-user-menu .sidebar-user-dropdown .sidebar-user-dropdown-list .sidebar-user-dropdown-item .sidebar-user-dropdown-link span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
  min-width: 0;
}
.sidebar .sidebar-user-menu .sidebar-user-dropdown .sidebar-user-dropdown-list .sidebar-user-dropdown-item .sidebar-user-dropdown-link i {
  color: #ced4da;
  font-size: 0.875rem;
  width: 1rem;
  text-align: center;
  flex-shrink: 0;
  transition: color 0.2s ease;
}
.sidebar .sidebar-user-menu .sidebar-user-dropdown .sidebar-user-dropdown-list .sidebar-user-dropdown-item .sidebar-user-dropdown-link .dark-icon {
  display: block;
}
body.dark-mode .sidebar .sidebar-user-menu .sidebar-user-dropdown .sidebar-user-dropdown-list .sidebar-user-dropdown-item .sidebar-user-dropdown-link .dark-icon {
  display: none;
}
.sidebar .sidebar-user-menu .sidebar-user-dropdown .sidebar-user-dropdown-list .sidebar-user-dropdown-item .sidebar-user-dropdown-link .light-icon {
  display: none;
}
body.dark-mode .sidebar .sidebar-user-menu .sidebar-user-dropdown .sidebar-user-dropdown-list .sidebar-user-dropdown-item .sidebar-user-dropdown-link .light-icon {
  display: block;
}
.sidebar .sidebar-user-menu .sidebar-user-dropdown .sidebar-user-dropdown-list .sidebar-user-dropdown-item .sidebar-user-dropdown-link:hover {
  background-color: rgba(249, 216, 75, 0.1);
  color: #f9d84b !important;
}
.sidebar .sidebar-user-menu .sidebar-user-dropdown .sidebar-user-dropdown-list .sidebar-user-dropdown-item .sidebar-user-dropdown-link:hover i {
  color: #f9d84b;
}
.sidebar .sidebar-user-menu .sidebar-user-dropdown .sidebar-user-dropdown-list .sidebar-user-dropdown-item .sidebar-user-dropdown-link:active {
  transform: scale(0.98);
  background-color: rgba(249, 216, 75, 0.15);
}
.sidebar .sidebar-user-menu .sidebar-user-dropdown .sidebar-user-dropdown-list .sidebar-user-dropdown-divider {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  margin: 0.25rem 0;
}
.sidebar .sidebar-footer {
  padding: 1rem 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  position: sticky;
  bottom: 0;
  background-color: #28283d;
  display: flex;
  flex-direction: column;
}
.sidebar .sidebar-footer .sidebar-link {
  display: flex;
  align-items: center;
  padding: 0.5rem;
  color: #ced4da;
  text-decoration: none;
  transition: all 0.2s ease;
  border-radius: 0.25rem;
}
.sidebar .sidebar-footer .sidebar-link:hover {
  color: #f9d84b;
  background-color: rgba(249, 216, 75, 0.1);
}
.sidebar .sidebar-footer .sidebar-link i {
  margin-right: 1rem;
  font-size: 1.25rem;
  width: 1.25rem;
  text-align: center;
  color: #ced4da;
}
.sidebar .sidebar-footer .sidebar-divider {
  height: 1px;
  margin: 1rem 0;
  background-color: rgba(255, 255, 255, 0.1);
  width: 100%;
}
.sidebar .sidebar-footer .logo-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.5rem 0 1rem;
  margin-top: 0.5rem;
}
.sidebar .sidebar-footer .logo-container .logo {
  margin-bottom: 0.5rem;
}
.sidebar .sidebar-footer .logo-container .logo a {
  display: block;
  text-align: center;
}
.sidebar .sidebar-footer .logo-container .logo .logo-img {
  height: 35px;
  max-width: 100%;
  opacity: 0.9;
  transition: opacity 0.2s ease;
}
.sidebar .sidebar-footer .logo-container .logo .logo-img:hover {
  opacity: 1;
}
.sidebar .sidebar-footer .logo-container .version-text {
  font-size: 0.75rem;
  color: #adb5bd;
  text-align: center;
  font-style: italic;
  margin-top: 0.25rem;
  opacity: 0.7;
}
.sidebar .sidebar-footer .sidebar-link i {
  color: #ced4da;
  transition: color 0.2s ease;
}
.sidebar .sidebar-footer .sidebar-link:hover i {
  color: #f9d84b;
}

.mobile-sidebar-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.25rem;
  margin-right: 0.5rem;
  z-index: 1001;
  position: relative;
  min-width: 44px;
  min-height: 44px;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  -webkit-user-select: none;
}
@media (max-width: 992px) {
  .mobile-sidebar-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 0.25rem;
    border: 1px solid #dee2e6;
  }
}
@media (min-width: 993px) {
  .mobile-sidebar-toggle {
    display: none !important;
  }
}
.mobile-sidebar-toggle:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.mobile-sidebar-toggle:active {
  transform: scale(0.95);
  background-color: rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) and (orientation: portrait) {
  .mobile-sidebar-toggle {
    padding: 0.25rem;
    margin-right: 0.25rem;
  }
  .mobile-sidebar-toggle .hamburger {
    width: 20px;
    height: 2px;
  }
  .mobile-sidebar-toggle .hamburger:before, .mobile-sidebar-toggle .hamburger:after {
    width: 20px;
    height: 2px;
  }
  .mobile-sidebar-toggle .hamburger:before {
    top: -5px;
  }
  .mobile-sidebar-toggle .hamburger:after {
    bottom: -5px;
  }
}
.mobile-sidebar-toggle .hamburger {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #495057;
  position: relative;
  transition: all 0.3s ease;
  border-radius: 1px;
}
.mobile-sidebar-toggle .hamburger:before, .mobile-sidebar-toggle .hamburger:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #495057;
  transition: all 0.3s ease;
  border-radius: 1px;
}
.mobile-sidebar-toggle .hamburger:before {
  top: -6px;
}
.mobile-sidebar-toggle .hamburger:after {
  bottom: -6px;
}
body.dark-mode .mobile-sidebar-toggle .hamburger {
  background-color: #dee2e6;
}
body.dark-mode .mobile-sidebar-toggle .hamburger:before, body.dark-mode .mobile-sidebar-toggle .hamburger:after {
  background-color: #dee2e6;
}
.mobile-sidebar-toggle.active {
  background-color: rgba(0, 0, 0, 0.1);
}
.mobile-sidebar-toggle.active .hamburger {
  background-color: transparent;
}
.mobile-sidebar-toggle.active .hamburger:before {
  transform: rotate(45deg) translate(4px, 4px);
  top: 0;
}
.mobile-sidebar-toggle.active .hamburger:after {
  transform: rotate(-45deg) translate(4px, -4px);
  bottom: 0;
}

body.sidebar-open {
  overflow: hidden;
}
@media (max-width: 992px) {
  body.sidebar-open .dashboard-main {
    pointer-events: none;
  }
}

body.dark-mode .sidebar {
  background-color: rgb(29.900990099, 29.900990099, 45.599009901);
}
body.dark-mode .sidebar .sidebar-header {
  border-bottom-color: rgba(255, 255, 255, 0.05);
}
body.dark-mode .sidebar .sidebar-link:hover {
  background-color: rgba(249, 216, 75, 0.1);
}
body.dark-mode .sidebar .sidebar-link.active {
  background-color: rgba(254, 84, 22, 0.15);
}
body.dark-mode .sidebar .sidebar-divider {
  background-color: rgba(255, 255, 255, 0.05);
}
body.dark-mode .sidebar .sidebar-footer {
  border-top-color: rgba(255, 255, 255, 0.05);
  background-color: rgb(29.900990099, 29.900990099, 45.599009901);
}
body.dark-mode .sidebar .sidebar-header .sidebar-user-menu .sidebar-user-dropdown .sidebar-user-dropdown-link {
  color: #ffffff !important;
}
body.dark-mode .sidebar .sidebar-header .sidebar-user-menu .sidebar-user-dropdown .sidebar-user-dropdown-link:hover {
  background-color: rgba(249, 216, 75, 0.15);
  color: #f9d84b !important;
}
body.dark-mode .sidebar .sidebar-header .sidebar-user-menu .sidebar-user-dropdown .sidebar-user-dropdown-link:hover i {
  color: #f9d84b;
}
body.dark-mode .sidebar .sidebar-header .sidebar-user-menu .sidebar-user-dropdown .sidebar-user-dropdown-link i {
  color: #ced4da;
}
body.dark-mode .sidebar .sidebar-header .sidebar-user-menu .sidebar-user-dropdown .sidebar-user-dropdown-divider {
  background-color: rgba(255, 255, 255, 0.1);
}

.sticky-header-container {
  position: fixed;
  top: 0;
  right: 0;
  left: 180px;
  z-index: 900;
  transition: left 0.3s ease;
}
.sidebar.collapsed ~ .sticky-header-container {
  left: 70px;
}

.dashboard-main {
  margin-left: 180px;
  transition: margin-left 0.3s ease;
}
.dashboard-main.expanded {
  margin-left: 70px;
}
.dashboard-main .dashboard-content {
  margin-top: 60px;
  padding: 1.5rem;
}

@media (max-width: 992px) {
  .sticky-header-container {
    left: 0;
  }
  .sidebar.collapsed ~ .sticky-header-container {
    left: 0;
  }
  .dashboard-main {
    margin-left: 0;
  }
  .dashboard-main.expanded {
    margin-left: 0;
  }
}
.sidebar-section--preview .empty-preview-state {
  text-align: center;
  padding: 1.5rem;
  color: #adb5bd;
}
.sidebar-section--preview .empty-preview-state i {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  display: block;
}
.sidebar-section--preview .preview-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.sidebar-section--preview .preview-header .preview-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar-section--preview .preview-header .preview-avatar i {
  font-size: 24px;
  color: #fe5416;
}
.sidebar-section--preview .preview-header .preview-title h4 {
  margin: 0;
  font-size: 1rem;
  color: #28283d;
}
.sidebar-section--preview .preview-header .preview-title .customer-type {
  font-size: 0.875rem;
  color: #6c757d;
}
.sidebar-section--preview .preview-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.sidebar-section--preview .preview-stats .stat-item {
  text-align: center;
  padding: 0.5rem;
  background: #f8f9fa;
  border-radius: 0.2rem;
}
.sidebar-section--preview .preview-contact {
  margin-bottom: 1rem;
}
.sidebar-section--preview .preview-contact .contact-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.25rem 0;
}
.sidebar-section--preview .preview-contact .contact-item i {
  color: #fe5416;
  font-size: 1rem;
}
.sidebar-section--preview .preview-contact .contact-item a {
  color: #28283d;
  text-decoration: none;
}
.sidebar-section--preview .preview-contact .contact-item a:hover {
  color: #fe5416;
}
.sidebar-section--preview .preview-actions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}
.sidebar-section--preview .preview-actions .preview-action-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  padding: 0.5rem;
  background: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 0.2rem;
  color: #28283d;
  text-decoration: none;
  transition: all 0.2s ease;
}
.sidebar-section--preview .preview-actions .preview-action-btn i {
  font-size: 1.25rem;
  color: #fe5416;
}
.sidebar-section--preview .preview-actions .preview-action-btn:hover {
  background: #f8f9fa;
  transform: translateY(-1px);
}

@media (max-width: 1200px) {
  .module-container {
    grid-template-columns: 1fr;
  }
  .module-container .module__sidebar {
    order: -1;
  }
  .module-container .module__sidebar .sidebar-section--preview .preview-actions {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .sidebar-section--preview .preview-stats {
    grid-template-columns: repeat(3, 1fr);
  }
  .sidebar-section--preview .preview-actions {
    grid-template-columns: repeat(2, 1fr);
  }
  .sidebar-section--preview .preview-actions .preview-action-btn {
    padding: 0.25rem;
  }
  .sidebar-section--preview .preview-actions .preview-action-btn i {
    font-size: 1rem;
  }
}
.sticky-header-container {
  position: sticky;
  top: 0;
  z-index: 901;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
@media (max-width: 992px) {
  .sticky-header-container {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
  }
}

.dashboard-header {
  position: relative;
  top: auto;
  height: auto;
  min-height: 60px;
  background-color: #28283d;
  border-bottom: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.5rem;
  z-index: 900;
  box-shadow: none;
}
@media (max-width: 992px) {
  .dashboard-header {
    padding: 0.5rem 1rem;
    min-height: 50px;
    flex-wrap: wrap;
  }
  .dashboard-header .mobile-sidebar-toggle {
    display: flex !important;
    order: -1;
    margin-right: auto;
  }
}
@media (max-width: 1920px) {
  .dashboard-header {
    padding: 0.5rem 1rem;
    min-height: 55px;
  }
  .dashboard-header .page-title {
    font-size: 1.25rem !important;
  }
}
@media (max-width: 1440px) {
  .dashboard-header {
    padding: 0.5rem 1rem;
    min-height: 50px;
  }
  .dashboard-header .page-title {
    font-size: 1rem !important;
  }
}
@media (max-width: 1366px) {
  .dashboard-header {
    padding: 0.25rem 0.5rem;
    min-height: 45px;
  }
  .dashboard-header .page-title {
    font-size: 0.875rem !important;
  }
}
@media (max-width: 576px) {
  .dashboard-header {
    padding: 0.25rem 0.5rem;
    min-height: 45px;
  }
  .dashboard-header .page-title {
    font-size: 1rem !important;
  }
}
.dashboard-header.with-module-info {
  height: auto;
  min-height: 120px;
  flex-direction: column;
  padding: 1rem 1.5rem;
}
@media (max-width: 1920px) {
  .dashboard-header.with-module-info {
    min-height: 100px;
    padding: 0.5rem 1rem;
  }
}
@media (max-width: 1440px) {
  .dashboard-header.with-module-info {
    min-height: 90px;
    padding: 0.5rem 1rem;
  }
}
@media (max-width: 1366px) {
  .dashboard-header.with-module-info {
    min-height: 80px;
    padding: 0.25rem 0.5rem;
  }
}
.dashboard-header.with-module-info .dashboard-header-grid {
  width: 100%;
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 992px) {
  .dashboard-header.with-module-info .dashboard-header-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 0.5rem;
  }
  .dashboard-header.with-module-info .dashboard-header-grid .header-top-left {
    grid-column: 1;
    grid-row: 1;
    order: 1;
  }
  .dashboard-header.with-module-info .dashboard-header-grid .header-top-center {
    grid-column: 1;
    grid-row: 2;
    order: 2;
    justify-content: center;
  }
  .dashboard-header.with-module-info .dashboard-header-grid .header-top-right {
    grid-column: 1;
    grid-row: 3;
    order: 3;
    justify-content: flex-end;
  }
  .dashboard-header.with-module-info .dashboard-header-grid .header-bottom-left {
    grid-column: 1;
    grid-row: 4;
    order: 4;
  }
  .dashboard-header.with-module-info .dashboard-header-grid .header-bottom-center {
    grid-column: 1;
    grid-row: 5;
    order: 5;
  }
  .dashboard-header.with-module-info .dashboard-header-grid .header-bottom-right {
    grid-column: 1;
    grid-row: 6;
    order: 6;
  }
}
.dashboard-header.with-module-info .dashboard-header-grid .header-top-left {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  align-items: center;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-top-left .header-action-link {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: #ffffff;
  text-decoration: none;
  font-size: 0.875rem;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-top-left .header-action-link:hover {
  color: #f9d84b;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-top-left .header-action-link i {
  font-size: 1rem;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-top-center {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-top-center .page-title {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 500;
}
@media (max-width: 1920px) {
  .dashboard-header.with-module-info .dashboard-header-grid .header-top-center .page-title {
    font-size: 1rem;
  }
}
@media (max-width: 1440px) {
  .dashboard-header.with-module-info .dashboard-header-grid .header-top-center .page-title {
    font-size: 0.875rem;
  }
}
@media (max-width: 1366px) {
  .dashboard-header.with-module-info .dashboard-header-grid .header-top-center .page-title {
    font-size: 0.75rem;
  }
}
.dashboard-header.with-module-info .dashboard-header-grid .header-top-right {
  grid-column: 3;
  grid-row: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.5rem;
}
@media (max-width: 992px) {
  .dashboard-header.with-module-info .dashboard-header-grid .header-top-right {
    justify-content: space-between;
    width: 100%;
  }
  .dashboard-header.with-module-info .dashboard-header-grid .header-top-right .subscription-info-wrapper,
  .dashboard-header.with-module-info .dashboard-header-grid .header-top-right .header-action-link {
    display: none;
  }
  .dashboard-header.with-module-info .dashboard-header-grid .header-top-right .mobile-sidebar-toggle {
    display: flex !important;
    order: -1;
  }
}
@media (max-width: 576px) {
  .dashboard-header.with-module-info .dashboard-header-grid .header-top-right {
    flex-wrap: wrap;
    gap: 0.25rem;
  }
  .dashboard-header.with-module-info .dashboard-header-grid .header-top-right .mobile-sidebar-toggle {
    flex-shrink: 0;
  }
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-left {
  grid-column: 1;
  grid-row: 2;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-left .module-info {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-left .module-info .module__avatar {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 50%;
  overflow: hidden;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-left .module-info .module__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-left .module-info .module__avatar .avatar-placeholder {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.2rem;
  background: transparent;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-left .module-info .module__avatar .avatar-placeholder[data-module-icon=true][data-color=digital-blue] {
  background-color: rgba(66, 133, 244, 0.1);
  background: transparent;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-left .module-info .module__avatar .avatar-placeholder[data-module-icon=true][data-color=digital-blue] i {
  color: #4285F4;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-left .module-info .module__avatar .avatar-placeholder[data-module-icon=true][data-color=tangerine-orange] {
  background-color: rgba(254, 84, 22, 0.1);
  background: transparent;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-left .module-info .module__avatar .avatar-placeholder[data-module-icon=true][data-color=tangerine-orange] i {
  color: #fe5416;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-left .module-info .module__avatar .avatar-placeholder[data-module-icon=true][data-color=digital-lavender] {
  background-color: rgba(179, 157, 219, 0.1);
  background: transparent;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-left .module-info .module__avatar .avatar-placeholder[data-module-icon=true][data-color=digital-lavender] i {
  color: #B39DDB;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-left .module-info .module__avatar .avatar-placeholder[data-module-icon=true][data-color=silk-gold] {
  background-color: rgba(249, 216, 75, 0.1);
  background: transparent;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-left .module-info .module__avatar .avatar-placeholder[data-module-icon=true][data-color=silk-gold] i {
  color: #f9d84b;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-left .module-info .module__avatar .avatar-placeholder[data-module-icon=true][data-color=forest-green] {
  background-color: rgba(52, 168, 83, 0.1);
  background: transparent;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-left .module-info .module__avatar .avatar-placeholder[data-module-icon=true][data-color=forest-green] i {
  color: #34A853;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-left .module-info .module__avatar .avatar-placeholder[data-module-icon=true][data-color=royal-purple] {
  background-color: rgba(103, 58, 183, 0.1);
  background: transparent;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-left .module-info .module__avatar .avatar-placeholder[data-module-icon=true][data-color=royal-purple] i {
  color: #673AB7;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-left .module-info .module__avatar .avatar-placeholder[data-module-icon=true][data-color=slate-gray] {
  background-color: rgba(96, 125, 139, 0.1);
  background: transparent;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-left .module-info .module__avatar .avatar-placeholder[data-module-icon=true][data-color=slate-gray] i {
  color: #607D8B;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-left .module-info .module__avatar .avatar-placeholder[data-module-icon=true][data-color=deep-orange] {
  background-color: rgba(255, 87, 34, 0.1);
  background: transparent;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-left .module-info .module__avatar .avatar-placeholder[data-module-icon=true][data-color=deep-orange] i {
  color: #FF5722;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-left .module-info .module__avatar .avatar-placeholder[data-module-icon=true][data-color=orange] {
  background-color: rgba(249, 115, 22, 0.1);
  background: transparent;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-left .module-info .module__avatar .avatar-placeholder[data-module-icon=true][data-color=orange] i {
  color: #f97316;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-left .module-info .module__avatar .avatar-placeholder[data-module-icon=true][data-color=cyan] {
  background-color: rgba(0, 188, 212, 0.1);
  background: transparent;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-left .module-info .module__avatar .avatar-placeholder[data-module-icon=true][data-color=cyan] i {
  color: #00BCD4;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-left .module-info .module__avatar .avatar-placeholder[data-module-icon=true][data-color=quotesystem-color] {
  background-color: rgba(0, 96, 100, 0.1);
  background: transparent;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-left .module-info .module__avatar .avatar-placeholder[data-module-icon=true][data-color=quotesystem-color] i {
  color: #006064;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-left .module-info .module__avatar .avatar-placeholder[data-module-icon=true][data-color=brown] {
  background-color: rgba(121, 85, 72, 0.1);
  background: transparent;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-left .module-info .module__avatar .avatar-placeholder[data-module-icon=true][data-color=brown] i {
  color: #795548;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-left .module-info .module__avatar .avatar-placeholder[data-module-icon=true][data-color=invoices-color] {
  background-color: rgba(75, 136, 249, 0.1);
  background: transparent;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-left .module-info .module__avatar .avatar-placeholder[data-module-icon=true][data-color=invoices-color] i {
  color: #4b88f9;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-left .module-info .module__avatar .avatar-placeholder[data-module-icon=true][data-color=customers-color] {
  background-color: rgba(254, 84, 22, 0.1);
  background: transparent;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-left .module-info .module__avatar .avatar-placeholder[data-module-icon=true][data-color=customers-color] i {
  color: #fe5416;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-left .module-info .module__avatar .avatar-placeholder[data-module-icon=true][data-color=reports-bi] {
  background-color: rgba(78, 52, 46, 0.1);
  background: transparent;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-left .module-info .module__avatar .avatar-placeholder[data-module-icon=true][data-color=reports-bi] i {
  color: #4E342E;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-left .module-info .module__avatar .avatar-placeholder[data-module-icon=true][data-color=fleet-management-color] {
  background-color: rgba(255, 127, 80, 0.1);
  background: transparent;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-left .module-info .module__avatar .avatar-placeholder[data-module-icon=true][data-color=fleet-management-color] i {
  color: #FF7F50;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-left .module-info .module__avatar .avatar-placeholder[data-module-icon=true][data-color=service-color] {
  background-color: rgba(140, 187, 53, 0.1);
  background: transparent;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-left .module-info .module__avatar .avatar-placeholder[data-module-icon=true][data-color=service-color] i {
  color: #8cbb35;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-left .module-info .module__avatar .avatar-placeholder[data-module-icon=true][data-color=routeplanning-color] {
  background-color: rgba(245, 127, 23, 0.1);
  background: transparent;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-left .module-info .module__avatar .avatar-placeholder[data-module-icon=true][data-color=routeplanning-color] i {
  color: #F57F17;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-left .module-info .module__avatar .avatar-placeholder[data-module-icon=true][data-color=realtime-tracking-color] {
  background-color: rgba(158, 157, 36, 0.1);
  background: transparent;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-left .module-info .module__avatar .avatar-placeholder[data-module-icon=true][data-color=realtime-tracking-color] i {
  color: #9E9D24;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-left .module-info .module__avatar .avatar-placeholder[data-module-icon=true][data-color=bedrijven-color] {
  background-color: rgba(33, 150, 243, 0.1);
  background: transparent;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-left .module-info .module__avatar .avatar-placeholder[data-module-icon=true][data-color=bedrijven-color] i {
  color: #2196F3;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-left .module-info .module__avatar .avatar-placeholder[data-module-icon=true][data-color=gebruikers-color] {
  background-color: rgba(156, 39, 176, 0.1);
  background: transparent;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-left .module-info .module__avatar .avatar-placeholder[data-module-icon=true][data-color=gebruikers-color] i {
  color: #9C27B0;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-left .module-info .module__avatar .avatar-placeholder[data-module-icon=true][data-color=abonnementen-color] {
  background-color: rgba(255, 193, 7, 0.1);
  background: transparent;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-left .module-info .module__avatar .avatar-placeholder[data-module-icon=true][data-color=abonnementen-color] i {
  color: #FFC107;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-left .module-info .module__avatar .avatar-placeholder[data-module-icon=true][data-color=system-security-color] {
  background-color: rgba(233, 30, 99, 0.1);
  background: transparent;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-left .module-info .module__avatar .avatar-placeholder[data-module-icon=true][data-color=system-security-color] i {
  color: #E91E63;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-left .module-info .module__avatar .avatar-placeholder[data-module-icon=true][data-color=on-premise-color] {
  background-color: rgba(0, 188, 212, 0.1);
  background: transparent;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-left .module-info .module__avatar .avatar-placeholder[data-module-icon=true][data-color=on-premise-color] i {
  color: #00BCD4;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-left .module-info .module__avatar .avatar-placeholder[data-module-icon=true][data-color=analytics-color] {
  background-color: rgba(63, 81, 181, 0.1);
  background: transparent;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-left .module-info .module__avatar .avatar-placeholder[data-module-icon=true][data-color=analytics-color] i {
  color: #3F51B5;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-left .module-info .module__avatar .avatar-placeholder[data-module-icon=true][data-color=settings-color] {
  background-color: rgba(69, 90, 100, 0.1);
  background: transparent;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-left .module-info .module__avatar .avatar-placeholder[data-module-icon=true][data-color=settings-color] i {
  color: #455A64;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-left .module-info .module__avatar .avatar-placeholder[data-module-icon=true][data-color=campagnes-color] {
  background-color: rgba(255, 87, 34, 0.1);
  background: transparent;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-left .module-info .module__avatar .avatar-placeholder[data-module-icon=true][data-color=campagnes-color] i {
  color: #FF5722;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-left .module-info .module__avatar .avatar-placeholder[data-module-icon=true][data-color=email-templates-color] {
  background-color: rgba(0, 150, 136, 0.1);
  background: transparent;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-left .module-info .module__avatar .avatar-placeholder[data-module-icon=true][data-color=email-templates-color] i {
  color: #009688;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-left .module-info .module__avatar .avatar-placeholder[data-module-icon=true][data-color=api-integratie-color] {
  background-color: rgba(126, 87, 194, 0.1);
  background: transparent;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-left .module-info .module__avatar .avatar-placeholder[data-module-icon=true][data-color=api-integratie-color] i {
  color: #7E57C2;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-left .module-info .module__avatar .avatar-placeholder[data-module-icon=true][data-color=customerportal-color] {
  background-color: rgba(211, 47, 47, 0.1);
  background: transparent;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-left .module-info .module__avatar .avatar-placeholder[data-module-icon=true][data-color=customerportal-color] i {
  color: #D32F2F;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-left .module-info .module__avatar .avatar-placeholder i {
  font-size: 1.25rem;
  color: inherit;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-left .module-info .module__title h1 {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
  color: #ffffff;
}
@media (max-width: 1920px) {
  .dashboard-header.with-module-info .dashboard-header-grid .header-bottom-left .module-info .module__title h1 {
    font-size: 1.25rem;
  }
}
@media (max-width: 1440px) {
  .dashboard-header.with-module-info .dashboard-header-grid .header-bottom-left .module-info .module__title h1 {
    font-size: 1rem;
  }
}
@media (max-width: 1366px) {
  .dashboard-header.with-module-info .dashboard-header-grid .header-bottom-left .module-info .module__title h1 {
    font-size: 0.875rem;
  }
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-left .module-info .module__title .module-subtitle {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 0.25rem;
}
@media (max-width: 1920px) {
  .dashboard-header.with-module-info .dashboard-header-grid .header-bottom-left .module-info .module__title .module-subtitle {
    font-size: 0.875rem;
  }
}
@media (max-width: 1440px) {
  .dashboard-header.with-module-info .dashboard-header-grid .header-bottom-left .module-info .module__title .module-subtitle {
    font-size: 0.75rem;
  }
}
@media (max-width: 1366px) {
  .dashboard-header.with-module-info .dashboard-header-grid .header-bottom-left .module-info .module__title .module-subtitle {
    font-size: 10px;
  }
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-center {
  grid-column: 2;
  grid-row: 2;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-center .header-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-center .header-info .contact-links {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 0.5rem;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-center .header-info .contact-links.subscription-stats {
  justify-content: space-evenly;
  margin: 0.25rem 0;
  flex-wrap: wrap;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-center .header-info .contact-links .contact-link,
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-center .header-info .contact-links .contact-info {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.25rem 0.5rem;
  border-radius: 0.2rem;
  background: transparent;
  transition: all 0.2s ease;
}
@media (max-width: 1920px) {
  .dashboard-header.with-module-info .dashboard-header-grid .header-bottom-center .header-info .contact-links .contact-link,
  .dashboard-header.with-module-info .dashboard-header-grid .header-bottom-center .header-info .contact-links .contact-info {
    font-size: 0.75rem;
    padding: 2px 0.25rem;
  }
}
@media (max-width: 1440px) {
  .dashboard-header.with-module-info .dashboard-header-grid .header-bottom-center .header-info .contact-links .contact-link,
  .dashboard-header.with-module-info .dashboard-header-grid .header-bottom-center .header-info .contact-links .contact-info {
    font-size: 10px;
    padding: 2px 4px;
  }
}
@media (max-width: 1366px) {
  .dashboard-header.with-module-info .dashboard-header-grid .header-bottom-center .header-info .contact-links .contact-link,
  .dashboard-header.with-module-info .dashboard-header-grid .header-bottom-center .header-info .contact-links .contact-info {
    font-size: 9px;
    padding: 1px 3px;
  }
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-center .header-info .contact-links .contact-link i,
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-center .header-info .contact-links .contact-info i {
  font-size: 1rem;
}
@media (max-width: 1920px) {
  .dashboard-header.with-module-info .dashboard-header-grid .header-bottom-center .header-info .contact-links .contact-link i,
  .dashboard-header.with-module-info .dashboard-header-grid .header-bottom-center .header-info .contact-links .contact-info i {
    font-size: 0.875rem;
  }
}
@media (max-width: 1440px) {
  .dashboard-header.with-module-info .dashboard-header-grid .header-bottom-center .header-info .contact-links .contact-link i,
  .dashboard-header.with-module-info .dashboard-header-grid .header-bottom-center .header-info .contact-links .contact-info i {
    font-size: 0.75rem;
  }
}
@media (max-width: 1366px) {
  .dashboard-header.with-module-info .dashboard-header-grid .header-bottom-center .header-info .contact-links .contact-link i,
  .dashboard-header.with-module-info .dashboard-header-grid .header-bottom-center .header-info .contact-links .contact-info i {
    font-size: 10px;
  }
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-center .header-info .contact-links .contact-link i.fi-rr-users,
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-center .header-info .contact-links .contact-info i.fi-rr-users {
  color: #fe5416;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-center .header-info .contact-links .contact-link i.fi-rr-clipboard,
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-center .header-info .contact-links .contact-info i.fi-rr-clipboard {
  color: #4285F4;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-center .header-info .contact-links .contact-link i.fi-rr-file-invoice,
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-center .header-info .contact-links .contact-info i.fi-rr-file-invoice {
  color: #B39DDB;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-center .header-info .contact-links .contact-link i.fi-rr-computer,
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-center .header-info .contact-links .contact-info i.fi-rr-computer {
  color: #4285F4;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-center .header-info .contact-links .contact-link i.fi-rr-briefcase,
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-center .header-info .contact-links .contact-info i.fi-rr-briefcase {
  color: #34A853;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-center .header-info .contact-links .contact-link i.fi-rr-calendar,
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-center .header-info .contact-links .contact-info i.fi-rr-calendar {
  color: #34A853;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-center .header-info .contact-links .contact-link i.fi-rr-user,
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-center .header-info .contact-links .contact-info i.fi-rr-user {
  color: #34A853;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-center .header-info .contact-links .contact-link i.fi-rr-hourglass-start,
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-center .header-info .contact-links .contact-info i.fi-rr-hourglass-start {
  color: #4285F4;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-center .header-info .contact-links .contact-link i.fi-rr-spinner,
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-center .header-info .contact-links .contact-info i.fi-rr-spinner {
  color: #f9d84b;
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
  line-height: 1;
  text-align: center;
  animation: spinner-rotate 1.5s linear infinite;
  transform-origin: center;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-center .header-info .contact-links .contact-link i.fi-rr-check,
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-center .header-info .contact-links .contact-info i.fi-rr-check {
  color: #28a745;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-center .header-info .contact-links .contact-link i.fi-rr-crown,
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-center .header-info .contact-links .contact-info i.fi-rr-crown {
  color: #f9d84b;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-center .header-info .contact-links .contact-link i.fi-rr-boxes,
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-center .header-info .contact-links .contact-info i.fi-rr-boxes {
  color: #FF5722;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-center .header-info .contact-links .contact-link i.fi-rr-warehouse,
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-center .header-info .contact-links .contact-info i.fi-rr-warehouse {
  color: #795548;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-center .header-info .contact-links .contact-link i.fi-rr-truck-side,
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-center .header-info .contact-links .contact-info i.fi-rr-truck-side {
  color: #FF5722;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-center .header-info .contact-links .contact-link i.fi-rr-list-check,
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-center .header-info .contact-links .contact-info i.fi-rr-list-check {
  color: #FF5722;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-center .header-info .contact-links .contact-link i.fi-rr-shuffle,
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-center .header-info .contact-links .contact-info i.fi-rr-shuffle {
  color: #FF5722;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-center .header-info .contact-links .contact-link:hover,
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-center .header-info .contact-links .contact-info:hover {
  color: #f9d84b;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-center .header-info .contact-links .contact-link .stat-badge,
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-center .header-info .contact-links .contact-info .stat-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border-radius: 50rem;
  padding: 2px 8px;
  margin-left: 0.25rem;
  font-size: 0.75rem;
  font-weight: 600;
  min-width: 50px;
  text-align: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-center .header-info .contact-links .contact-link .stat-badge.badge-total,
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-center .header-info .contact-links .contact-info .stat-badge.badge-total {
  background: rgba(254, 84, 22, 0.3);
  border: 1px solid rgba(254, 84, 22, 0.5);
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-center .header-info .contact-links .contact-link .stat-badge.badge-desk,
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-center .header-info .contact-links .contact-info .stat-badge.badge-desk {
  background: rgba(66, 133, 244, 0.3);
  border: 1px solid rgba(66, 133, 244, 0.5);
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-center .header-info .contact-links .contact-link .stat-badge.badge-field,
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-center .header-info .contact-links .contact-info .stat-badge.badge-field {
  background: rgba(52, 168, 83, 0.3);
  border: 1px solid rgba(52, 168, 83, 0.5);
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-center .header-info .contact-links .contact-info:hover .stat-badge,
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-center .header-info .contact-links .contact-link:hover .stat-badge {
  color: #ffffff;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-center .header-info .header-info-meta {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-center .header-info .header-info-meta .module-status-selector {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-center .header-info .header-info-meta .module-status-selector .status-icon {
  font-size: 0.875rem;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-center .header-info .header-info-meta .module-status-selector .status-text {
  color: #ffffff;
  font-size: 0.875rem;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-center .header-info .header-info-meta .module-status-selector[data-status=actief] .status-icon {
  color: #28a745;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-center .header-info .header-info-meta .module-status-selector[data-status=inactief] .status-icon {
  color: #f9d84b;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-center .header-info .header-info-meta .module-status-selector[data-status=geschorst] .status-icon {
  color: #E57373;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-center .header-info .header-info-meta .module-status-selector[data-status=pending] .status-icon {
  color: #17a2b8;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-center .header-info .header-info-meta .module-status-selector[data-status=in_progress] .status-icon {
  color: #f9d84b;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-center .header-info .header-info-meta .module-status-selector[data-status=completed] .status-icon {
  color: #28a745;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-center .header-info .header-info-meta .module-type,
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-center .header-info .header-info-meta .module-date {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.875rem;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-center .header-info .header-info-meta .module-type i,
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-center .header-info .header-info-meta .module-date i {
  opacity: 0.7;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-right {
  grid-column: 3;
  grid-row: 2;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-right .header-quick-links {
  display: flex;
  gap: 0.5rem;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-right .header-quick-links .header-action-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.2rem;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.2s ease;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-right .header-quick-links .header-action-icon:hover {
  transform: translateY(-1px);
  color: #ffffff;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-right .header-quick-links .header-action-icon[href*=workorders] {
  color: #fe5416;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-right .header-quick-links .header-action-icon[href*=workorders]:hover {
  color: rgb(254.2179487179, 121.2692307692, 72.7820512821);
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-right .header-quick-links .header-action-icon[href*=import] {
  color: #28a745;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-right .header-quick-links .header-action-icon[href*=import]:hover {
  color: rgb(51.6956521739, 206.3043478261, 87);
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-right .header-quick-links .header-action-icon[href*=export] {
  color: #17a2b8;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-right .header-quick-links .header-action-icon[href*=export]:hover {
  color: rgb(31, 200.2173913043, 227);
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-right .header-quick-links .header-action-icon[href*=mail] {
  color: #f9d84b;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-right .header-quick-links .header-action-icon[href*=mail]:hover {
  color: rgb(250.6451612903, 226.6935483871, 124.3548387097);
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-right .header-quick-links .header-action-icon[href*=print] {
  color: #B39DDB;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-right .header-quick-links .header-action-icon[href*=print]:hover {
  color: rgb(207.9253731343, 194.2985074627, 232.7014925373);
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-right .header-quick-links .header-action-icon[href*=share] {
  color: #E66767;
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-right .header-quick-links .header-action-icon[href*=share]:hover {
  color: rgb(237.2033898305, 146.7966101695, 146.7966101695);
}
.dashboard-header.with-module-info .dashboard-header-grid .header-bottom-right .header-quick-links .header-action-icon i {
  font-size: 1.2em;
}
.dashboard-header .dashboard-header-left .dashboard-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
  color: #ffffff;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.dashboard-header .breadcrumbs {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.dashboard-header .breadcrumbs .breadcrumb-item {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.875rem;
}
.dashboard-header .breadcrumbs .breadcrumb-item:not(:last-child):after {
  content: "/";
  margin-left: 0.25rem;
  opacity: 0.5;
}
.dashboard-header .breadcrumbs .breadcrumb-item.active {
  color: #ffffff;
}
.dashboard-header .breadcrumbs .breadcrumb-item a {
  color: inherit;
  text-decoration: none;
}
.dashboard-header .breadcrumbs .breadcrumb-item a:hover {
  color: #ffffff;
}

.module-details .module__header {
  background: #28283d;
  padding: 1.5rem 3rem;
  border-radius: 0.5rem 0.5rem 0 0;
  margin-bottom: 0;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.module-details .module__header-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}
.module-details .module__header-top-left {
  flex: 1;
  display: flex;
  align-items: center;
}
.module-details .module__header-top-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.module-details .module__header-top-center .module-info {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.25rem;
}
.module-details .module__header-top-center .module__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  background: transparent;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.module-details .module__header-top-center .module__avatar .avatar-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid rgba(40, 40, 61, 0.1);
  border-radius: 50%;
}
.module-details .module__header-top-center .module__avatar .avatar-placeholder[data-module-icon=true] {
  background: transparent;
}
.module-details .module__header-top-center .module__avatar .avatar-placeholder[data-module-icon=true] i {
  font-size: 24px;
}
.module-details .module__header-top-center .module__avatar .avatar-placeholder[data-module-icon=true] i.fi-rr-dashboard, .module-details .module__header-top-center .module__avatar .avatar-placeholder[data-module-icon=true] i.fi-rr-home {
  color: #1976D2;
}
.module-details .module__header-top-center .module__avatar .avatar-placeholder[data-module-icon=true] i.fi-rr-users {
  color: #fe5416;
}
.module-details .module__header-top-center .module__avatar .avatar-placeholder[data-module-icon=true] i.fi-rr-file-invoice, .module-details .module__header-top-center .module__avatar .avatar-placeholder[data-module-icon=true] i.fi-sr-file-invoice {
  color: #9575CD;
}
.module-details .module__header-top-center .module__avatar .avatar-placeholder[data-module-icon=true] i.fi-rr-receipt, .module-details .module__header-top-center .module__avatar .avatar-placeholder[data-module-icon=true] i.fi-sr-receipt {
  color: #4b88f9;
}
.module-details .module__header-top-center .module__avatar .avatar-placeholder[data-module-icon=true] i.fi-rr-hands-usd {
  color: #4b88f9;
}
.module-details .module__header-top-center .module__avatar .avatar-placeholder[data-module-icon=true] i.fi-rr-calendar, .module-details .module__header-top-center .module__avatar .avatar-placeholder[data-module-icon=true] i.fi-rr-calendar-lines, .module-details .module__header-top-center .module__avatar .avatar-placeholder[data-module-icon=true] i.fi-sr-calendar {
  color: #2E7D32;
}
.module-details .module__header-top-center .module__avatar .avatar-placeholder[data-module-icon=true] i.fi-rr-user, .module-details .module__header-top-center .module__avatar .avatar-placeholder[data-module-icon=true] i.fi-sr-user {
  color: #6A1B9A;
}
.module-details .module__header-top-center .module__avatar .avatar-placeholder[data-module-icon=true] i.fi-rr-settings {
  color: #455A64;
}
.module-details .module__header-top-center .module__avatar .avatar-placeholder[data-module-icon=true] i.fi-rr-tags {
  color: #f9d84b;
}
.module-details .module__header-top-center .module__avatar .avatar-placeholder[data-module-icon=true] i.fi-rr-clipboard-list {
  color: #f97316;
}
.module-details .module__header-top-center .module__avatar .avatar-placeholder[data-module-icon=true] i.fi-rr-clock, .module-details .module__header-top-center .module__avatar .avatar-placeholder[data-module-icon=true] i.fi-rr-time-fast, .module-details .module__header-top-center .module__avatar .avatar-placeholder[data-module-icon=true] i.fi-sr-clock {
  color: #004D40;
}
.module-details .module__header-top-center .module__avatar .avatar-placeholder[data-module-icon=true] i.fi-rr-door-open {
  color: #D32F2F;
}
.module-details .module__header-top-center .module__avatar .avatar-placeholder[data-module-icon=true] i.fi-rr-map-marker-home, .module-details .module__header-top-center .module__avatar .avatar-placeholder[data-module-icon=true] i.fi-sr-map-marker-home {
  color: #F57F17;
}
.module-details .module__header-top-center .module__avatar .avatar-placeholder[data-module-icon=true] i.fi-rr-boxes, .module-details .module__header-top-center .module__avatar .avatar-placeholder[data-module-icon=true] i.fi-rr-warehouse, .module-details .module__header-top-center .module__avatar .avatar-placeholder[data-module-icon=true] i.fi-sr-boxes {
  color: #BF360C;
}
.module-details .module__header-top-center .module__avatar .avatar-placeholder[data-module-icon=true] i.fi-rr-bell {
  color: #0277BD;
}
.module-details .module__header-top-center .module__avatar .avatar-placeholder[data-module-icon=true] i.fi-rr-file-signature, .module-details .module__header-top-center .module__avatar .avatar-placeholder[data-module-icon=true] i.fi-rr-document {
  color: #006064;
}
.module-details .module__header-top-center .module__avatar .avatar-placeholder[data-module-icon=true] i.fi-rr-street-view {
  color: #9E9D24;
}
.module-details .module__header-top-center .module__avatar .avatar-placeholder[data-module-icon=true] i.fi-rr-car {
  color: #FF7F50;
}
.module-details .module__header-top-center .module__avatar .avatar-placeholder[data-module-icon=true] i.fi-sr-ticket, .module-details .module__header-top-center .module__avatar .avatar-placeholder[data-module-icon=true] i.fi-rr-ticket {
  color: #8cbb35;
}
.module-details .module__header-top-center .module__avatar .avatar-placeholder[data-module-icon=true] i.fi-sr-map-marker-home {
  color: #F57F17;
}
.module-details .module__header-top-center .module__avatar .avatar-placeholder[data-module-icon=true] i.fi-rr-palette {
  color: #AD1457;
}
.module-details .module__header-top-center .module__avatar .avatar-placeholder[data-module-icon=true] i.fi-rr-shield {
  color: #283593;
}
.module-details .module__header-top-center .module__avatar .avatar-placeholder[data-module-icon=true] i.fi-rr-api {
  color: #4527A0;
}
.module-details .module__header-top-center .module__avatar .avatar-placeholder[data-module-icon=true] i.fi-rr-chart-line-up, .module-details .module__header-top-center .module__avatar .avatar-placeholder[data-module-icon=true] i.fi-rr-chart-pie, .module-details .module__header-top-center .module__avatar .avatar-placeholder[data-module-icon=true] i.fi-sr-chart-pie {
  color: #4E342E;
}
.module-details .module__header-top-center .module__avatar .avatar-placeholder[data-module-icon=true] i.fi-rr-calculator {
  color: #37474F;
}
.module-details .module__header-top-center .module__avatar .avatar-placeholder[data-module-icon=true] i.fi-rr-screen {
  color: #455A64;
}
.module-details .module__header-top-center .module__avatar .avatar-placeholder[data-module-icon=true] i.fi-rr-settings-sliders {
  color: #455A64;
}
.module-details .module__header-top-center .module__avatar .avatar-placeholder[data-module-icon=true] i.fi-rr-users-gear {
  color: #6A1B9A;
}
.module-details .module__header-top-center .module__avatar .avatar-placeholder[data-module-icon=true] i.fi-rr-user-gear, .module-details .module__header-top-center .module__avatar .avatar-placeholder[data-module-icon=true] i.fi-sr-user-gear {
  color: #1976D2;
}
.module-details .module__header-top-center .module__avatar .avatar-placeholder[data-module-icon=true] i.fi-rr-headset {
  color: #17a2b8;
}
.module-details .module__header-top-center .module__avatar .avatar-placeholder[data-module-icon=true] i.fi-rr-ticket {
  color: #17a2b8;
}
.module-details .module__header-top-center .module__avatar .avatar-placeholder[data-module-icon=true] i.fi-rr-bug {
  color: #E57373;
}
.module-details .module__header-top-center .module__avatar .avatar-placeholder[data-module-icon=true] i.fi-rr-bullhorn {
  color: #fe5416;
}
.module-details .module__header-top-center .module__avatar .avatar-placeholder[data-module-icon=true] i.fi-rr-envelope-marker {
  color: #17a2b8;
}
.module-details .module__header-top-center .module__avatar .avatar-placeholder[data-module-icon=true] i.fi-rr-cloud-download {
  color: #17a2b8;
}
.module-details .module__header-top-center .module__avatar .avatar-placeholder[data-module-icon=true] i.fi-rr-database {
  color: #455A64;
}
.module-details .module__header-top-center .module__avatar .avatar-placeholder[data-module-icon=true] i.fi-rr-key {
  color: #455A64;
}
.module-details .module__header-top-center .module__avatar .avatar-placeholder:hover {
  border-color: rgba(206, 212, 218, 0.8);
  cursor: pointer;
}
.module-details .module__header-top-center .module__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.module-details .module__header-top-center .module__title {
  text-align: left;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.module-details .module__header-top-center .module__title h1 {
  margin: 0;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
}
.module-details .module__header-top-center .module__title .customer-number {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 400;
  display: inline;
  margin: 0;
}
.module-details .module__header-top-center .header-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
}
.module-details .module__header-top-center .header-info .contact-links {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.module-details .module__header-top-center .header-info .contact-links .contact-link {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  font-size: 0.875rem;
  transition: all 0.2s ease;
}
.module-details .module__header-top-center .header-info .contact-links .contact-link i {
  font-size: 1rem;
  opacity: 0.65;
}
.module-details .module__header-top-center .header-info .contact-links .contact-link:hover {
  color: #f9d84b;
  opacity: 0.65;
}
.module-details .module__header-top-center .header-info .contact-links .contact-link:hover i {
  opacity: 0.65;
  color: #f9d84b;
}
.module-details .module__header-top-center .header-info .header-info-meta {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}

.dashboard-type {
  display: flex;
  flex-direction: column;
  margin-left: 1rem;
}
.dashboard-type .dashboard-type-label {
  font-size: 1rem;
  font-weight: 600;
  color: #28283d;
}
.dashboard-type .dashboard-type-subtitle {
  font-size: 0.75rem;
  color: #6c757d;
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body.dark-mode .dashboard-type .dashboard-type-label {
  color: #ffffff;
}
body.dark-mode .dashboard-type .dashboard-type-subtitle {
  color: #ced4da;
}

.subscription-info-wrapper {
  position: relative;
  margin-right: 1rem;
}

.subscription-info-button {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 0.5rem;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.2rem;
  cursor: pointer;
  transition: all 0.2s ease;
}
.subscription-info-button i {
  font-size: 1rem;
  opacity: 0.8;
  transition: transform 0.3s ease;
}
.subscription-info-button:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.3);
}
.subscription-info-button.active {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.4);
}
.subscription-info-button.active i {
  transform: rotate(180deg);
}

.subscription-panel {
  display: none;
  width: 100%;
  background: #e9ecef;
  border-radius: 0.5rem;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  margin-top: 1rem;
  z-index: 1001;
  overflow: hidden;
  border: 1px solid #dee2e6;
}
@media (min-width: 768px) {
  .subscription-panel {
    position: absolute;
    right: 0;
    width: 400px;
  }
}
.subscription-panel.active {
  display: block !important;
  animation: panel-fade-in 0.3s ease;
}
.subscription-panel .subscription-panel-header {
  padding: 1rem;
  background: #28283d;
  border-bottom: 1px solid #dee2e6;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.subscription-panel .subscription-panel-header h3 {
  margin: 0;
  font-size: 1.25rem;
  color: #ffffff;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.subscription-panel .subscription-panel-header h3 i {
  margin-right: 0.5rem;
  color: #f9d84b;
  font-size: 1.2em;
}
.subscription-panel .subscription-panel-header .subscription-status {
  padding: 0.25rem 0.5rem;
  border-radius: 50rem;
  font-size: 0.875rem;
  font-weight: 500;
}
.subscription-panel .subscription-panel-header .subscription-status.active {
  background: rgba(40, 167, 69, 0.1);
  color: #28a745;
  border: 1px solid rgba(40, 167, 69, 0.2);
}
.subscription-panel .subscription-panel-header .subscription-status.inactive {
  background: rgba(229, 115, 115, 0.1);
  color: #E57373;
  border: 1px solid rgba(229, 115, 115, 0.2);
}
.subscription-panel .subscription-panel-header .subscription-status.inactive.suspended {
  background: rgba(229, 115, 115, 0.1);
  color: #E57373;
  border: 1px solid rgba(229, 115, 115, 0.2);
}
.subscription-panel .subscription-panel-header .subscription-status.inactive.cancelled {
  background: rgba(229, 115, 115, 0.1);
  color: #E57373;
  border: 1px solid rgba(229, 115, 115, 0.2);
}
.subscription-panel .subscription-panel-header .subscription-status.inactive.pending {
  background: rgba(23, 162, 184, 0.1);
  color: #17a2b8;
  border: 1px solid rgba(23, 162, 184, 0.2);
}
.subscription-panel .subscription-panel-header .subscription-status.inactive.in_progress {
  background: rgba(249, 216, 75, 0.15);
  color: #f9d84b;
  border: 1px solid rgba(249, 216, 75, 0.2);
}
.subscription-panel .subscription-panel-header .subscription-status.inactive.completed {
  background: rgba(40, 167, 69, 0.1);
  color: #28a745;
  border: 1px solid rgba(40, 167, 69, 0.2);
}
.subscription-panel .subscription-panel-content {
  padding: 1rem;
}
.subscription-panel .subscription-panel-content .subscription-section {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #dee2e6;
}
.subscription-panel .subscription-panel-content .subscription-section:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.subscription-panel .subscription-panel-content .subscription-section h4 {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  color: #28283d;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.subscription-panel .subscription-panel-content .subscription-section h4::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 16px;
  background: #28283d;
  margin-right: 0.5rem;
  border-radius: 0.2rem;
}
.subscription-panel .subscription-panel-content .subscription-section p {
  margin: 0.25rem 0;
  font-size: 0.875rem;
  color: #495057;
  display: flex;
  justify-content: space-between;
}
.subscription-panel .subscription-panel-content .subscription-section p:not(:last-child) {
  margin-bottom: 0.25rem;
}
.subscription-panel .subscription-panel-content .users-info .user-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.25rem 0;
}
.subscription-panel .subscription-panel-content .users-info .user-type span {
  font-size: 0.875rem;
  color: #28283d;
}
.subscription-panel .subscription-panel-content .users-info .user-type span:last-child {
  font-weight: 500;
  background: #28283d;
  color: #ffffff;
  padding: 2px 8px;
  border-radius: 0.2rem;
  min-width: 60px;
  text-align: center;
}
.subscription-panel .subscription-panel-content .users-info .user-type.total-users {
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px solid #dee2e6;
}
.subscription-panel .subscription-panel-content .users-info .user-type.total-users span {
  font-weight: 600;
}
.subscription-panel .subscription-panel-content .users-info .user-type.total-users span:last-child {
  color: #ffffff;
  background: #28283d;
}
.subscription-panel .subscription-panel-content .modules-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}
.subscription-panel .subscription-panel-content .modules-list li {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem;
  font-size: 0.875rem;
  color: #ffffff;
  background: #28283d;
  border-radius: 0.2rem;
}
.subscription-panel .subscription-panel-content .modules-list li i {
  color: #28a745;
}
.subscription-panel .subscription-panel-content .trial-info {
  background: rgba(23, 162, 184, 0.1);
  padding: 0.5rem;
  border-radius: 0.2rem;
  border-left: 3px solid #17a2b8;
}
.subscription-panel .subscription-panel-content .trial-info h4 {
  color: #17a2b8;
}
.subscription-panel .subscription-panel-content .trial-info h4::before {
  background: #17a2b8;
}
.subscription-panel .subscription-panel-content .trial-info p {
  color: #495057;
}

body.dark-mode .subscription-panel {
  background: #28283d;
  border: 1px solid #28283d;
}
body.dark-mode .subscription-panel .subscription-panel-header {
  background: #28283d;
  border-color: #28283d;
}
body.dark-mode .subscription-panel .subscription-panel-header h3 {
  color: #ffffff;
}
body.dark-mode .subscription-panel .subscription-section {
  border-color: #28283d;
}
body.dark-mode .subscription-panel .subscription-section h4 {
  color: #ffffff;
}
body.dark-mode .subscription-panel .subscription-section p {
  color: #ced4da;
}
body.dark-mode .subscription-panel .users-info .user-type span {
  color: #ced4da;
}
body.dark-mode .subscription-panel .users-info .user-type span:last-child {
  background: rgba(255, 255, 255, 0.1);
}
body.dark-mode .subscription-panel .users-info .user-type.total-users span:last-child {
  background: #28283d;
  color: #ffffff;
}
body.dark-mode .subscription-panel .modules-list li {
  color: #ced4da;
  background: rgba(255, 255, 255, 0.05);
}

@keyframes panel-fade-in {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .subscription-info-wrapper {
    position: static;
    margin: 1rem 0;
    width: 100%;
  }
  .subscription-info-button {
    width: 100%;
    justify-content: center;
  }
  .subscription-panel {
    position: static;
    margin: 0.5rem 0;
  }
  .subscription-panel .modules-list {
    grid-template-columns: 1fr;
  }
}
.tangerine-icon {
  color: #fe5416 !important;
  text-shadow: 0 0 10px rgba(254, 84, 22, 0.5);
}

.role-quick-actions {
  display: flex;
  gap: 0.5rem;
  margin-right: 1rem;
}
.role-quick-actions.employee-quick-actions .quick-action-btn.employee-action {
  border-color: rgba(206, 212, 218, 0.2);
}
.role-quick-actions.employee-quick-actions .quick-action-btn.employee-action i {
  color: #673AB7 !important;
}
.role-quick-actions.employee-quick-actions .quick-action-btn.employee-action:hover {
  background: rgba(103, 58, 183, 0.2);
  transform: translateY(-2px);
}
.role-quick-actions.employee-quick-actions .quick-action-btn.employee-action:hover .action-tooltip {
  background: rgba(103, 58, 183, 0.9);
}
.role-quick-actions.employee-quick-actions .quick-action-btn.employee-action:hover .action-tooltip::before {
  border-bottom-color: rgba(103, 58, 183, 0.9);
}
.role-quick-actions.planning-quick-actions .quick-action-btn.planning-action {
  border-color: rgba(206, 212, 218, 0.2);
}
.role-quick-actions.planning-quick-actions .quick-action-btn.planning-action i {
  color: #34A853 !important;
}
.role-quick-actions.planning-quick-actions .quick-action-btn.planning-action:hover {
  background: rgba(52, 168, 83, 0.2);
  transform: translateY(-2px);
}
.role-quick-actions.planning-quick-actions .quick-action-btn.planning-action:hover .action-tooltip {
  background: rgba(52, 168, 83, 0.9);
}
.role-quick-actions.planning-quick-actions .quick-action-btn.planning-action:hover .action-tooltip::before {
  border-bottom-color: rgba(52, 168, 83, 0.9);
}
.role-quick-actions.customers-quick-actions .quick-action-btn.customer-action {
  border-color: rgba(206, 212, 218, 0.2);
}
.role-quick-actions.customers-quick-actions .quick-action-btn.customer-action i {
  color: #fe5416 !important;
}
.role-quick-actions.customers-quick-actions .quick-action-btn.customer-action:hover {
  background: rgba(254, 84, 22, 0.2);
  transform: translateY(-2px);
}
.role-quick-actions.customers-quick-actions .quick-action-btn.customer-action:hover .action-tooltip {
  background: rgba(254, 84, 22, 0.9);
}
.role-quick-actions.customers-quick-actions .quick-action-btn.customer-action:hover .action-tooltip::before {
  border-bottom-color: rgba(254, 84, 22, 0.9);
}
.role-quick-actions.workorders-quick-actions .quick-action-btn.workorder-action {
  border-color: rgba(206, 212, 218, 0.2);
}
.role-quick-actions.workorders-quick-actions .quick-action-btn.workorder-action i {
  color: #B39DDB !important;
}
.role-quick-actions.workorders-quick-actions .quick-action-btn.workorder-action:hover {
  background: rgba(179, 157, 219, 0.2);
  transform: translateY(-2px);
}
.role-quick-actions.workorders-quick-actions .quick-action-btn.workorder-action:hover .action-tooltip {
  background: rgba(179, 157, 219, 0.9);
}
.role-quick-actions.workorders-quick-actions .quick-action-btn.workorder-action:hover .action-tooltip::before {
  border-bottom-color: rgba(179, 157, 219, 0.9);
}
.role-quick-actions.quotes-quick-actions .quick-action-btn.quotes-action {
  border-color: rgba(206, 212, 218, 0.2);
}
.role-quick-actions.quotes-quick-actions .quick-action-btn.quotes-action i {
  color: #006064 !important;
}
.role-quick-actions.quotes-quick-actions .quick-action-btn.quotes-action:hover {
  background: rgba(0, 96, 100, 0.2);
  transform: translateY(-2px);
}
.role-quick-actions.quotes-quick-actions .quick-action-btn.quotes-action:hover .action-tooltip {
  background: rgba(0, 96, 100, 0.9);
}
.role-quick-actions.quotes-quick-actions .quick-action-btn.quotes-action:hover .action-tooltip::before {
  border-bottom-color: rgba(0, 96, 100, 0.9);
}
.role-quick-actions.invoices-quick-actions .quick-action-btn.invoices-action {
  border-color: rgba(206, 212, 218, 0.2);
}
.role-quick-actions.invoices-quick-actions .quick-action-btn.invoices-action i {
  color: #4b88f9 !important;
}
.role-quick-actions.invoices-quick-actions .quick-action-btn.invoices-action:hover {
  background: rgba(75, 136, 249, 0.2);
  transform: translateY(-2px);
}
.role-quick-actions.invoices-quick-actions .quick-action-btn.invoices-action:hover .action-tooltip {
  background: rgba(75, 136, 249, 0.9);
}
.role-quick-actions.invoices-quick-actions .quick-action-btn.invoices-action:hover .action-tooltip::before {
  border-bottom-color: rgba(75, 136, 249, 0.9);
}
.role-quick-actions.materials-quick-actions .quick-action-btn.materials-action {
  border-color: rgba(206, 212, 218, 0.2);
}
.role-quick-actions.materials-quick-actions .quick-action-btn.materials-action i {
  color: #FF5722 !important;
}
.role-quick-actions.materials-quick-actions .quick-action-btn.materials-action:hover {
  background: rgba(255, 87, 34, 0.2);
  transform: translateY(-2px);
}
.role-quick-actions.materials-quick-actions .quick-action-btn.materials-action:hover .action-tooltip {
  background: rgba(255, 87, 34, 0.9);
}
.role-quick-actions.materials-quick-actions .quick-action-btn.materials-action:hover .action-tooltip::before {
  border-bottom-color: rgba(255, 87, 34, 0.9);
}
.role-quick-actions.fleet-management-quick-actions .quick-action-btn.fleet-management-action {
  border-color: rgba(206, 212, 218, 0.2);
}
.role-quick-actions.fleet-management-quick-actions .quick-action-btn.fleet-management-action i {
  color: #FF7F50 !important;
}
.role-quick-actions.fleet-management-quick-actions .quick-action-btn.fleet-management-action:hover {
  background: rgba(255, 127, 80, 0.2);
  transform: translateY(-2px);
}
.role-quick-actions.fleet-management-quick-actions .quick-action-btn.fleet-management-action:hover .action-tooltip {
  background: rgba(255, 127, 80, 0.9);
}
.role-quick-actions.fleet-management-quick-actions .quick-action-btn.fleet-management-action:hover .action-tooltip::before {
  border-bottom-color: rgba(255, 127, 80, 0.9);
}
.role-quick-actions.service-quick-actions .quick-action-btn.service-action {
  border-color: rgba(206, 212, 218, 0.2);
}
.role-quick-actions.service-quick-actions .quick-action-btn.service-action i {
  color: #8cbb35 !important;
}
.role-quick-actions.service-quick-actions .quick-action-btn.service-action:hover {
  background: rgba(140, 187, 53, 0.2);
  transform: translateY(-2px);
}
.role-quick-actions.service-quick-actions .quick-action-btn.service-action:hover .action-tooltip {
  background: rgba(140, 187, 53, 0.9);
}
.role-quick-actions.service-quick-actions .quick-action-btn.service-action:hover .action-tooltip::before {
  border-bottom-color: rgba(140, 187, 53, 0.9);
}
.role-quick-actions.klantportaal-quick-actions .quick-action-btn.klantportaal-action {
  border-color: rgba(206, 212, 218, 0.2);
}
.role-quick-actions.klantportaal-quick-actions .quick-action-btn.klantportaal-action i {
  color: #D32F2F !important;
}
.role-quick-actions.klantportaal-quick-actions .quick-action-btn.klantportaal-action:hover {
  background: rgba(211, 47, 47, 0.2);
  transform: translateY(-2px);
}
.role-quick-actions.klantportaal-quick-actions .quick-action-btn.klantportaal-action:hover .action-tooltip {
  background: rgba(211, 47, 47, 0.9);
}
.role-quick-actions.klantportaal-quick-actions .quick-action-btn.klantportaal-action:hover .action-tooltip::before {
  border-bottom-color: rgba(211, 47, 47, 0.9);
}
.role-quick-actions.profile-quick-actions .quick-action-btn.profile-action {
  border-color: rgba(206, 212, 218, 0.2);
}
.role-quick-actions.profile-quick-actions .quick-action-btn.profile-action i {
  color: #4285F4 !important;
}
.role-quick-actions.profile-quick-actions .quick-action-btn.profile-action:hover {
  background: rgba(66, 133, 244, 0.2);
  transform: translateY(-2px);
}
.role-quick-actions.profile-quick-actions .quick-action-btn.profile-action .action-tooltip {
  background: rgba(66, 133, 244, 0.9);
}
.role-quick-actions.profile-quick-actions .quick-action-btn.profile-action .action-tooltip::before {
  border-bottom-color: rgba(66, 133, 244, 0.9);
}
.role-quick-actions.settings-quick-actions .quick-action-btn.settings-action {
  border-color: rgba(206, 212, 218, 0.2);
}
.role-quick-actions.settings-quick-actions .quick-action-btn.settings-action i {
  color: #607D8B !important;
}
.role-quick-actions.settings-quick-actions .quick-action-btn.settings-action:hover {
  background: rgba(96, 125, 139, 0.2);
  transform: translateY(-2px);
}
.role-quick-actions.settings-quick-actions .quick-action-btn.settings-action .action-tooltip {
  background: rgba(96, 125, 139, 0.9);
}
.role-quick-actions.settings-quick-actions .quick-action-btn.settings-action .action-tooltip::before {
  border-bottom-color: rgba(96, 125, 139, 0.9);
}
.role-quick-actions.hours-quick-actions .quick-action-btn.hours-action {
  border-color: rgba(206, 212, 218, 0.2);
}
.role-quick-actions.hours-quick-actions .quick-action-btn.hours-action i {
  color: #607D8B !important;
}
.role-quick-actions.hours-quick-actions .quick-action-btn.hours-action:hover {
  background: rgba(96, 125, 139, 0.2);
  transform: translateY(-2px);
}
.role-quick-actions.hours-quick-actions .quick-action-btn.hours-action .action-tooltip {
  background: rgba(96, 125, 139, 0.9);
}
.role-quick-actions.hours-quick-actions .quick-action-btn.hours-action .action-tooltip::before {
  border-bottom-color: rgba(96, 125, 139, 0.9);
}
.role-quick-actions .quick-action-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.2s ease;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.role-quick-actions .quick-action-btn i {
  font-size: 18px;
}
.role-quick-actions .quick-action-btn i.fi-sr-home, .role-quick-actions .quick-action-btn i.fi-sr-dashboard, .role-quick-actions .quick-action-btn i.fi-rr-dashboard {
  color: #4285F4;
}
.role-quick-actions .quick-action-btn i.fi-sr-user-add, .role-quick-actions .quick-action-btn i.fi-sr-users {
  color: #fe5416;
}
.role-quick-actions .quick-action-btn i.fi-sr-file-plus, .role-quick-actions .quick-action-btn i.fi-sr-clipboard-list, .role-quick-actions .quick-action-btn i.fi-sr-file-invoice {
  color: #B39DDB;
}
.role-quick-actions .quick-action-btn i.fi-sr-receipt {
  color: #f9d84b;
}
.role-quick-actions .quick-action-btn i.fi-sr-calendar-lines, .role-quick-actions .quick-action-btn i.fi-sr-calendar-day {
  color: #34A853;
}
.role-quick-actions .quick-action-btn i.fi-sr-users-alt, .role-quick-actions .quick-action-btn i.fi-sr-user-gear {
  color: #673AB7;
}
.role-quick-actions .quick-action-btn i.fi-sr-settings, .role-quick-actions .quick-action-btn i.fi-sr-building {
  color: #607D8B;
}
.role-quick-actions .quick-action-btn i.fi-sr-boxes, .role-quick-actions .quick-action-btn i.fi-rr-boxes {
  color: #FF5722;
}
.role-quick-actions .quick-action-btn i.fi-sr-warehouse, .role-quick-actions .quick-action-btn i.fi-rr-warehouse, .role-quick-actions .quick-action-btn i.fi-rr-building {
  color: #795548;
}
.role-quick-actions .quick-action-btn i.fi-sr-crown {
  color: #f9d84b;
}
.role-quick-actions .quick-action-btn i.fi-sr-chart-pie-alt {
  color: #B39DDB;
}
.role-quick-actions .quick-action-btn i.fi-sr-file-chart-line {
  color: #f9d84b;
}
.role-quick-actions .quick-action-btn i.fi-sr-time-check {
  color: #34A853;
}
.role-quick-actions .quick-action-btn .action-tooltip {
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(40, 40, 61, 0.95);
  color: #ffffff;
  padding: 0.25rem 0.5rem;
  border-radius: 0.2rem;
  font-size: 0.75rem;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  z-index: 1000;
}
.role-quick-actions .quick-action-btn .action-tooltip::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid rgba(40, 40, 61, 0.95);
}
.role-quick-actions .quick-action-btn:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.1);
}
.role-quick-actions .quick-action-btn:hover .action-tooltip {
  opacity: 1;
  visibility: visible;
  bottom: -40px;
}
.role-quick-actions .quick-action-btn.admin-action, .role-quick-actions .quick-action-btn.company-action, .role-quick-actions .quick-action-btn.office-action, .role-quick-actions .quick-action-btn.field-action {
  background: transparent;
  box-shadow: none;
}
.role-quick-actions .quick-action-btn.admin-action:hover, .role-quick-actions .quick-action-btn.company-action:hover, .role-quick-actions .quick-action-btn.office-action:hover, .role-quick-actions .quick-action-btn.field-action:hover {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}

body.dark-mode .role-quick-actions .quick-action-btn .action-tooltip {
  background: rgba(0, 0, 0, 0.9);
}
body.dark-mode .role-quick-actions .quick-action-btn .action-tooltip::before {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

@media (max-width: 767px) {
  .header-bottom-right {
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
  }
  .role-quick-actions {
    margin-right: 0;
    justify-content: flex-end;
  }
  .role-quick-actions .quick-action-btn .action-tooltip {
    display: none;
  }
}
@keyframes spinner-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fi-spinner-rotate {
  from {
    transform: translateZ(0) rotate(0deg);
  }
  to {
    transform: translateZ(0) rotate(360deg);
  }
}
.spinner-wrapper {
  display: inline-block;
  position: relative;
  width: 1em;
  height: 1em;
  animation: fi-spinner-rotate 1.5s linear infinite;
  transform-origin: center center;
}

.dashboard-header {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.dashboard-header.collapsed {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
}

.header-toggle-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-right: 0.5rem;
}
.header-toggle-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-1px);
}
.header-toggle-btn:active {
  transform: translateY(0);
}
.header-toggle-btn .toggle-icon {
  font-size: 16px;
  transition: transform 0.3s ease;
}
.header-toggle-btn:focus {
  outline: 2px solid #f9d84b;
  outline-offset: 2px;
}
.header-toggle-btn.double-toggle-btn {
  background: linear-gradient(135deg, rgba(249, 216, 75, 0.2), rgba(254, 84, 22, 0.2));
  border-color: rgba(249, 216, 75, 0.3);
  margin-right: 0.25rem;
}
.header-toggle-btn.double-toggle-btn:hover {
  background: linear-gradient(135deg, rgba(249, 216, 75, 0.3), rgba(254, 84, 22, 0.3));
  border-color: rgba(249, 216, 75, 0.5);
  transform: translateY(-1px) scale(1.05);
}
.header-toggle-btn.double-toggle-btn .toggle-icon {
  color: #f9d84b;
  font-size: 18px;
}
.header-toggle-btn.double-toggle-btn:focus {
  outline: 2px solid #fe5416;
  outline-offset: 2px;
}

.sticky-header-container {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.sticky-header-container.header-collapsed {
  transform: translateY(-100%);
}

.dashboard-main.header-collapsed .sticky-header-container {
  transform: translateY(-100%);
}
.dashboard-main.header-collapsed .dashboard-content {
  margin-top: 0;
  padding-top: 0.5rem;
  transform: translateY(-40px);
}

.dashboard-content.header-collapsed {
  padding-top: 0.5rem;
  min-height: calc(100vh - 60px);
  transform: translateY(-40px);
}

body.dark-mode .header-toggle-btn {
  background: rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
body.dark-mode .header-toggle-btn:hover {
  background: rgba(0, 0, 0, 0.5);
  border-color: rgba(255, 255, 255, 0.2);
}

@media (max-width: 767px) {
  .header-toggle-btn {
    width: 36px;
    height: 36px;
    margin-right: 0.25rem;
  }
  .header-toggle-btn .toggle-icon {
    font-size: 14px;
  }
  .dashboard-header.collapsed {
    transform: translateY(-100%);
  }
}
@keyframes header-collapse {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(-100%);
    opacity: 0;
  }
}
@keyframes header-expand {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.dashboard-header.collapsing {
  animation: header-collapse 0.3s ease-out forwards;
}
.dashboard-header.expanding {
  animation: header-expand 0.3s ease-out forwards;
}

.floating-header-toggle {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #f9d84b, #fe5416);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 20px rgba(40, 40, 61, 0.3);
  animation: floating-pulse 2s infinite ease-in-out;
}
.floating-header-toggle:hover {
  transform: translateY(-2px) scale(1.1);
  box-shadow: 0 8px 30px rgba(40, 40, 61, 0.4);
  background: linear-gradient(135deg, rgb(250.6451612903, 226.6935483871, 124.3548387097), rgb(254.2179487179, 121.2692307692, 72.7820512821));
}
.floating-header-toggle:active {
  transform: translateY(0) scale(1.05);
}
.floating-header-toggle .toggle-icon {
  font-size: 20px;
  transition: transform 0.3s ease;
}
.floating-header-toggle:focus {
  outline: 3px solid rgba(254, 84, 22, 0.5);
  outline-offset: 3px;
}

@keyframes floating-pulse {
  0%, 100% {
    box-shadow: 0 4px 20px rgba(40, 40, 61, 0.3);
  }
  50% {
    box-shadow: 0 4px 20px rgba(40, 40, 61, 0.3), 0 0 0 10px rgba(249, 216, 75, 0.15);
  }
}
body.dark-mode .floating-header-toggle {
  background: linear-gradient(135deg, #f9d84b, #fe5416);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}
body.dark-mode .floating-header-toggle:hover {
  background: linear-gradient(135deg, rgb(251.4677419355, 232.0403225806, 149.0322580645), rgb(254.3269230769, 139.9038461538, 98.1730769231));
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.6);
}

@media (max-width: 767px) {
  .floating-header-toggle {
    top: 15px;
    right: 15px;
    width: 45px;
    height: 45px;
  }
  .floating-header-toggle .toggle-icon {
    font-size: 18px;
  }
}
.template-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 2rem;
  padding: 1.5rem 0;
}
@media (max-width: 768px) {
  .template-grid {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.5rem;
  }
}
@media (max-width: 576px) {
  .template-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.template-grid.template-grid--three-cols {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 992px) {
  .template-grid.template-grid--three-cols {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .template-grid.template-grid--three-cols {
    grid-template-columns: 1fr;
  }
}

.template-card {
  position: relative;
  background: #ffffff;
  border-radius: 0.75rem;
  padding: 0;
  overflow: visible;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 1px solid rgba(40, 40, 61, 0.08);
  box-shadow: 0 8px 16px rgba(40, 40, 61, 0.08), 0 4px 8px rgba(40, 40, 61, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  cursor: pointer;
  transform-style: preserve-3d;
  perspective: 1000px;
  will-change: transform;
}
.template-card::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 0.75rem;
  padding: 3px;
  background: linear-gradient(135deg, #fe5416 0%, #f9d84b 25%, #B39DDB 50%, #f9d84b 75%, #fe5416 100%);
  background-size: 300% 300%;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 1;
  animation: gradientShift 4s ease infinite;
}
.template-card::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent 25%, rgba(255, 255, 255, 0.5) 50%, transparent 75%);
  transform: rotate(45deg);
  transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  opacity: 0;
  z-index: 2;
  pointer-events: none;
}
.template-card:hover {
  transform: translateY(-18px) scale(1.04) rotateX(4deg) rotateY(1deg);
  box-shadow: 0 35px 70px rgba(254, 84, 22, 0.25), 0 18px 35px rgba(40, 40, 61, 0.15), 0 0 0 2px rgba(254, 84, 22, 0.3), 0 0 50px rgba(254, 84, 22, 0.2), 0 0 100px rgba(249, 216, 75, 0.15), inset 0 2px 0 rgba(255, 255, 255, 0.95);
}
.template-card:hover::before {
  opacity: 1;
  animation: gradientShift 2s ease infinite, borderPulse 2s ease infinite;
}
.template-card:hover::after {
  top: 50%;
  left: 50%;
  opacity: 1;
  transform: rotate(45deg) translate(-50%, -50%);
}
.template-card:hover .template-preview {
  transform: scale(1.05) translateZ(10px);
  backdrop-filter: none;
}
.template-card:hover .template-preview::before {
  opacity: 0;
}
.template-card:hover .template-preview::after {
  opacity: 0;
}
.template-card:hover .template-preview .template-thumbnail {
  filter: brightness(1.15) saturate(1.2) contrast(1.1);
  transform: scale(1.05);
}
.template-card:hover .template-preview .template-actions {
  opacity: 1;
  transform: translateX(-50%) translateY(0) scale(1.05);
}
.template-card:hover .template-preview .template-actions .btn {
  backdrop-filter: none;
}
.template-card:hover .template-icon {
  transform: scale(1.25) rotate(12deg) translateZ(30px);
  background: linear-gradient(135deg, #fe5416, #f9d84b);
  box-shadow: 0 15px 35px rgba(254, 84, 22, 0.45), 0 0 25px rgba(254, 84, 22, 0.35), inset 0 2px 0 rgba(255, 255, 255, 0.4);
  animation: iconPulse 2s ease infinite;
}
.template-card:hover .template-icon i {
  transform: rotate(15deg) scale(1.25);
  filter: drop-shadow(0 6px 12px rgba(254, 84, 22, 0.6));
  color: #ffffff;
}
.template-card:hover .template-content {
  transform: translateZ(10px);
}
.template-card:hover .template-content h5 {
  color: #fe5416;
  transform: translateX(6px) scale(1.03);
  text-shadow: 0 3px 10px rgba(254, 84, 22, 0.4);
}
.template-card:hover .template-content .template-badge {
  transform: scale(1.1) translateY(-3px);
  box-shadow: 0 6px 16px rgba(254, 84, 22, 0.4), 0 0 25px rgba(254, 84, 22, 0.3), inset 0 2px 0 rgba(255, 255, 255, 0.6);
  animation: badgeGlow 2s ease infinite;
}
.template-card.selected {
  border: 3px solid #fe5416;
  box-shadow: 0 0 0 6px rgba(254, 84, 22, 0.15), 0 35px 70px rgba(254, 84, 22, 0.35), 0 18px 35px rgba(254, 84, 22, 0.25), 0 0 70px rgba(254, 84, 22, 0.4), inset 0 2px 0 rgba(255, 255, 255, 0.95);
  animation: selectedPulse 3s ease infinite;
}
.template-card.selected::before {
  opacity: 1;
  animation: gradientShift 1.5s ease infinite;
}
.template-card.selected .template-icon {
  background: linear-gradient(135deg, #fe5416, #f9d84b);
  box-shadow: 0 15px 35px rgba(254, 84, 22, 0.55), 0 0 35px rgba(254, 84, 22, 0.45), inset 0 2px 0 rgba(255, 255, 255, 0.5);
  animation: iconPulse 1.5s ease infinite;
}
.template-card.selected .template-badge {
  background: linear-gradient(135deg, #fe5416, #f9d84b);
  color: #ffffff;
  box-shadow: 0 8px 20px rgba(254, 84, 22, 0.5), 0 0 30px rgba(254, 84, 22, 0.4), inset 0 2px 0 rgba(255, 255, 255, 0.7);
  animation: badgeGlow 1.5s ease infinite;
}
.template-card:active {
  transform: translateY(-14px) scale(0.98) rotateX(3deg);
}

.template-preview {
  position: relative;
  width: 100%;
  height: 240px;
  overflow: hidden;
  background: transparent;
  backdrop-filter: blur(8px) saturate(150%);
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform-style: preserve-3d;
  z-index: 1;
}
.template-preview::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(254, 84, 22, 0.08) 0%, transparent 30%, transparent 70%, rgba(40, 40, 61, 0.12) 100%);
  z-index: 1;
  opacity: 0.4;
  transition: opacity 0.5s ease;
  pointer-events: none;
}
.template-preview::after {
  content: "";
  position: absolute;
  top: -100%;
  left: -100%;
  width: 300%;
  height: 300%;
  background: linear-gradient(45deg, transparent 40%, rgba(255, 255, 255, 0.15) 50%, transparent 60%);
  transform: rotate(45deg);
  animation: shimmer 4s ease-in-out infinite;
  z-index: 1;
  pointer-events: none;
  opacity: 0.5;
  transition: opacity 0.5s ease;
}
.template-card:hover .template-preview::before {
  opacity: 0;
}
.template-card:hover .template-preview::after {
  opacity: 0;
}

.template-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  filter: brightness(0.95) saturate(0.9) contrast(1.05);
  transform-origin: center center;
  will-change: transform, filter;
  z-index: 0;
  display: block;
}

.template-actions {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%) translateY(0) scale(1);
  display: flex;
  gap: 0.85rem;
  opacity: 0.85;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: 20;
  pointer-events: auto;
  max-width: calc(100% - 2rem);
  justify-content: center;
}
.template-actions .btn {
  pointer-events: auto;
  cursor: pointer;
  position: relative;
  z-index: 21;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #ffffff;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(6px) saturate(150%);
  color: #28283d;
  font-size: 1.25rem;
  padding: 0;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 8px 20px rgba(40, 40, 61, 0.2), 0 4px 10px rgba(40, 40, 61, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  position: relative;
  overflow: hidden;
  transform-style: preserve-3d;
  will-change: transform;
}
.template-actions .btn.btn-outline-primary {
  background: linear-gradient(135deg, #0d6efd, #0b5ed7);
  border-color: #0d6efd;
  color: #ffffff;
  box-shadow: 0 8px 20px rgba(13, 110, 253, 0.3), 0 4px 10px rgba(13, 110, 253, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
.template-actions .btn.btn-outline-success {
  background: linear-gradient(135deg, #198754, #157347);
  border-color: #198754;
  color: #ffffff;
  box-shadow: 0 8px 20px rgba(25, 135, 84, 0.3), 0 4px 10px rgba(25, 135, 84, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
.template-actions .btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.6) 0%, transparent 70%);
  opacity: 0;
  transform: scale(0);
  transition: all 0.5s ease;
}
.template-actions .btn::after {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 2px solid transparent;
  opacity: 0;
  transition: all 0.4s ease;
  box-shadow: 0 0 0 0 rgba(254, 84, 22, 0);
}
.template-actions .btn:hover {
  transform: scale(1.25) rotate(12deg) translateZ(20px);
  box-shadow: 0 12px 35px rgba(40, 40, 61, 0.3), 0 0 50px rgba(254, 84, 22, 0.25), inset 0 2px 0 rgba(255, 255, 255, 0.95);
}
.template-actions .btn:hover::before {
  opacity: 1;
  transform: scale(1.8);
}
.template-actions .btn:hover.btn-outline-primary {
  background: linear-gradient(135deg, #0d6efd, #0b5ed7);
  border-color: #0d6efd;
  color: #ffffff;
  box-shadow: 0 12px 35px rgba(13, 110, 253, 0.5), 0 0 60px rgba(13, 110, 253, 0.4), inset 0 2px 0 rgba(255, 255, 255, 0.4);
}
.template-actions .btn:hover.btn-outline-primary::after {
  border-color: #0d6efd;
  opacity: 0.7;
  box-shadow: 0 0 25px rgba(13, 110, 253, 0.6);
}
.template-actions .btn:hover.btn-outline-success {
  background: linear-gradient(135deg, #198754, #157347);
  border-color: #198754;
  color: #ffffff;
  box-shadow: 0 12px 35px rgba(25, 135, 84, 0.5), 0 0 60px rgba(25, 135, 84, 0.4), inset 0 2px 0 rgba(255, 255, 255, 0.4);
}
.template-actions .btn:hover.btn-outline-success::after {
  border-color: #198754;
  opacity: 0.7;
  box-shadow: 0 0 25px rgba(25, 135, 84, 0.6);
}
.template-actions .btn:active {
  transform: scale(1.15) rotate(8deg);
}
.template-actions .btn:active::before {
  transform: scale(2.5);
  opacity: 0;
}
.template-actions .btn i {
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 2px 4px rgba(40, 40, 61, 0.2));
}
.template-actions .btn:hover i {
  transform: scale(1.35) rotate(-10deg);
  filter: drop-shadow(0 4px 8px rgba(40, 40, 61, 0.4));
}

.template-icon {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  width: 68px;
  height: 68px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(40, 40, 61, 0.18), rgba(254, 84, 22, 0.18));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  color: #fe5416;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 8px 20px rgba(40, 40, 61, 0.18), 0 4px 10px rgba(40, 40, 61, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.6);
  z-index: 2;
  transform-style: preserve-3d;
  overflow: hidden;
  will-change: transform;
}
.template-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #fe5416 0%, #f9d84b 50%, #fe5416 100%);
  background-size: 200% 200%;
  opacity: 0;
  transition: opacity 0.5s ease;
  border-radius: 20px;
  animation: gradientShift 3s ease infinite;
}
.template-icon::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent 40%, rgba(255, 255, 255, 0.5) 50%, transparent 60%);
  transform: rotate(45deg);
  opacity: 0;
  transition: all 0.6s ease;
}
.template-icon i {
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 3px 6px rgba(40, 40, 61, 0.25));
}
.template-card:hover .template-icon::before {
  opacity: 1;
}
.template-card:hover .template-icon::after {
  top: 50%;
  left: 50%;
  opacity: 1;
  transform: rotate(45deg) translate(-50%, -50%);
}
.template-card:hover .template-icon i {
  transform: rotate(18deg) scale(1.3);
  filter: drop-shadow(0 6px 12px rgba(254, 84, 22, 0.6));
  color: #ffffff;
}

.template-content {
  padding: 1.5rem;
  position: relative;
  z-index: 1;
  background: #28283d;
  backdrop-filter: none;
  color: #ffffff;
}
.template-content h5 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 0.75rem 0;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.template-content .template-badge {
  display: inline-block;
  padding: 0.4rem 1rem;
  border-radius: 50rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 0.75rem;
  background: linear-gradient(135deg, rgba(254, 84, 22, 0.3), rgba(249, 216, 75, 0.3));
  color: #ffffff;
  border: 2px solid rgba(254, 84, 22, 0.4);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 2px 6px rgba(254, 84, 22, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  position: relative;
  overflow: hidden;
}
.template-content .template-badge::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent 40%, rgba(255, 255, 255, 0.3) 50%, transparent 60%);
  transform: translateX(-100%) translateY(-100%) rotate(45deg);
  transition: transform 0.6s ease;
}
.template-content .template-badge.custom {
  background: linear-gradient(135deg, rgba(179, 157, 219, 0.3), rgba(249, 216, 75, 0.3));
  color: #ffffff;
  border-color: rgba(179, 157, 219, 0.4);
  box-shadow: 0 2px 6px rgba(179, 157, 219, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
.template-content .template-badge.extended {
  background: linear-gradient(135deg, rgba(179, 157, 219, 0.3), rgba(254, 84, 22, 0.3));
  color: #ffffff;
  border-color: rgba(179, 157, 219, 0.4);
  box-shadow: 0 2px 6px rgba(179, 157, 219, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
.template-card:hover .template-content .template-badge {
  transform: scale(1.1) translateY(-3px);
  box-shadow: 0 6px 16px rgba(254, 84, 22, 0.4), 0 0 25px rgba(254, 84, 22, 0.3), inset 0 2px 0 rgba(255, 255, 255, 0.6);
}
.template-card:hover .template-content .template-badge::before {
  transform: translateX(100%) translateY(100%) rotate(45deg);
}
.template-content p {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
  margin: 0;
  transition: color 0.3s ease;
}
.template-card:hover .template-content p {
  color: #ffffff;
}

.empty-templates {
  text-align: center;
  padding: 4rem 2rem;
  background: linear-gradient(135deg, rgba(248, 249, 250, 0.5), rgba(255, 255, 255, 0.8));
  border-radius: 0.75rem;
  border: 2px dashed rgba(40, 40, 61, 0.1);
}
.empty-templates i {
  color: #ced4da;
  margin-bottom: 1rem;
  opacity: 0.5;
}
.empty-templates p {
  color: #6c757d;
  margin: 0.5rem 0;
}
.empty-templates p.small {
  font-size: 0.85rem;
  color: #adb5bd;
}

@keyframes templatePulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.7;
    transform: scale(0.98);
  }
}
.template-card.loading {
  animation: templatePulse 2s ease-in-out infinite;
  pointer-events: none;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(50px) scale(0.92) rotateX(10deg);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1) rotateX(0deg);
  }
}
@keyframes gradientShift {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
@keyframes borderPulse {
  0%, 100% {
    opacity: 0.85;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.03);
  }
}
@keyframes particleFloat {
  0%, 100% {
    transform: translate(0, 0) scale(1);
    opacity: 0.6;
  }
  33% {
    transform: translate(15px, -15px) scale(1.15);
    opacity: 0.8;
  }
  66% {
    transform: translate(-15px, 15px) scale(0.95);
    opacity: 0.7;
  }
}
@keyframes iconPulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 10px 25px rgba(254, 84, 22, 0.35);
  }
  50% {
    transform: scale(1.08);
    box-shadow: 0 15px 35px rgba(254, 84, 22, 0.5);
  }
}
@keyframes badgeGlow {
  0%, 100% {
    box-shadow: 0 4px 12px rgba(254, 84, 22, 0.3), 0 0 20px rgba(254, 84, 22, 0.2);
  }
  50% {
    box-shadow: 0 6px 18px rgba(254, 84, 22, 0.5), 0 0 30px rgba(254, 84, 22, 0.4);
  }
}
@keyframes selectedPulse {
  0%, 100% {
    box-shadow: 0 0 0 6px rgba(254, 84, 22, 0.15), 0 35px 70px rgba(254, 84, 22, 0.35);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(254, 84, 22, 0.2), 0 40px 80px rgba(254, 84, 22, 0.45);
  }
}
@keyframes shimmer {
  0% {
    transform: translateX(-100%) translateY(-100%) rotate(45deg);
  }
  100% {
    transform: translateX(100%) translateY(100%) rotate(45deg);
  }
}
.template-card {
  animation: fadeInUp 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) backwards;
}
.template-card:nth-child(1) {
  animation-delay: 0.08s;
}
.template-card:nth-child(2) {
  animation-delay: 0.16s;
}
.template-card:nth-child(3) {
  animation-delay: 0.24s;
}
.template-card:nth-child(4) {
  animation-delay: 0.32s;
}
.template-card:nth-child(5) {
  animation-delay: 0.4s;
}
.template-card:nth-child(6) {
  animation-delay: 0.48s;
}
.template-card:nth-child(7) {
  animation-delay: 0.56s;
}
.template-card:nth-child(8) {
  animation-delay: 0.64s;
}
.template-card:nth-child(9) {
  animation-delay: 0.72s;
}
.template-card:nth-child(10) {
  animation-delay: 0.8s;
}
.template-card:nth-child(11) {
  animation-delay: 0.88s;
}
.template-card:nth-child(12) {
  animation-delay: 0.96s;
}

.integration-section {
  margin-bottom: 3rem;
}
.integration-section h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}
.integration-section h3 i {
  margin-right: 0.5rem;
  color: #fe5416;
}
.integration-section .section-description {
  font-size: 0.875rem;
  color: #6c757d;
  margin-bottom: 1.5rem;
}

.section-description {
  font-size: 0.875rem;
  color: #6c757d;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.integrations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .integrations-grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1rem;
  }
}
@media (max-width: 576px) {
  .integrations-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.integration-item {
  background-color: #ffffff;
  border-radius: 0.25rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  padding: 1.5rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  position: relative;
  overflow: hidden;
}
.integration-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.integration-header {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.integration-header img.integration-logo {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
  flex-shrink: 0;
}
.integration-header h4 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  color: #28283d;
}

.integration-status {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}

.integration-files-button {
  font-size: 0.8rem;
  padding: 0.25rem 0.5rem;
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.active-ribbon {
  position: absolute;
  top: 15px;
  right: -35px;
  background-color: #4caf50;
  color: white;
  padding: 5px 40px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  transform: rotate(45deg);
  box-shadow: 0 2px 4px rgba(76, 175, 80, 0.3);
  overflow: hidden;
  width: 150px;
  text-align: center;
  z-index: 1;
}
.active-ribbon:before, .active-ribbon:after {
  content: "";
  position: absolute;
  bottom: -5px;
  border-top: 5px solid rgb(52.8366533865, 121.6633466135, 55.6175298805);
  border-bottom: 5px solid transparent;
  z-index: -1;
}
.active-ribbon:before {
  left: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid #43a047;
}
.active-ribbon:after {
  right: 0;
  border-left: 5px solid rgb(52.8366533865, 121.6633466135, 55.6175298805);
  border-right: 5px solid transparent;
}
.active-ribbon.dark {
  background-color: #43a047;
  box-shadow: 0 2px 4px rgba(67, 160, 71, 0.5);
}
.active-ribbon.dark:before, .active-ribbon.dark:after {
  border-top: 5px solid rgb(44.4207048458, 106.0792951542, 47.0726872247);
}
.active-ribbon.dark:before {
  border-right: 5px solid rgb(44.4207048458, 106.0792951542, 47.0726872247);
}
.active-ribbon.dark:after {
  border-left: 5px solid rgb(44.4207048458, 106.0792951542, 47.0726872247);
}

.security-status-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.security-status-list .security-status-item {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 1rem;
  background: rgba(248, 249, 250, 0.5);
  border-radius: 0.25rem;
  border: 1px solid rgba(222, 226, 230, 0.15);
  transition: all 0.2s ease;
}
.security-status-list .security-status-item:hover {
  background: rgba(248, 249, 250, 0.7);
  border-color: rgba(222, 226, 230, 0.25);
}
.security-status-list .security-status-item .security-status-header {
  display: flex;
  align-items: center;
  margin-bottom: 0.25rem;
}
.security-status-list .security-status-item .security-status-header .security-status-label {
  font-size: 0.75rem;
  font-weight: 500;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.security-status-list .security-status-item .security-status-value {
  display: flex;
  align-items: center;
}
.security-status-list .security-status-item .security-status-value .status-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 0.5rem;
  border-radius: 50rem;
  font-size: 0.875rem;
  font-weight: 500;
  transition: all 0.2s ease;
}
.security-status-list .security-status-item .security-status-value .status-badge i {
  font-size: 0.875rem;
}
.security-status-list .security-status-item .security-status-value .status-badge--active {
  background-color: rgba(40, 167, 69, 0.1);
  color: #28a745;
  border: 1px solid rgba(40, 167, 69, 0.2);
}
.security-status-list .security-status-item .security-status-value .status-badge--active:hover {
  background-color: rgba(40, 167, 69, 0.15);
  border-color: rgba(40, 167, 69, 0.3);
}
.security-status-list .security-status-item .security-status-value .status-badge--inactive {
  background-color: rgba(229, 115, 115, 0.1);
  color: #E57373;
  border: 1px solid rgba(229, 115, 115, 0.2);
}
.security-status-list .security-status-item .security-status-value .status-badge--inactive:hover {
  background-color: rgba(229, 115, 115, 0.15);
  border-color: rgba(229, 115, 115, 0.3);
}
.security-status-list .security-status-item .security-status-value .security-status-text {
  font-size: 1rem;
  font-weight: 500;
  color: #28283d;
}

.dark-mode .settings-container .settings-header h2 {
  color: #ffffff;
}
.dark-mode .settings-container .settings-header .settings-subtitle {
  color: #ced4da;
}
.dark-mode .settings-container .settings-nav,
.dark-mode .settings-container .settings-main {
  background-color: rgb(50.099009901, 50.099009901, 76.400990099);
  border-color: rgb(60.198019802, 60.198019802, 91.801980198);
}
.dark-mode .settings-container .settings-nav-item {
  border-color: rgb(60.198019802, 60.198019802, 91.801980198);
}
.dark-mode .settings-container .settings-nav-link {
  color: #dee2e6;
}
.dark-mode .settings-container .settings-nav-link:hover {
  background-color: rgba(254, 84, 22, 0.2);
  color: rgb(254.2179487179, 121.2692307692, 72.7820512821);
}
.dark-mode .settings-container .settings-nav-link.active {
  background-color: #fe5416;
  color: #ffffff;
}
.dark-mode .settings-container .settings-section-title {
  color: #ffffff;
  border-color: rgb(60.198019802, 60.198019802, 91.801980198);
}
.dark-mode .settings-container .settings-label {
  color: #ffffff;
}
.dark-mode .settings-container .settings-description {
  color: #ced4da;
}
.dark-mode .settings-container .settings-actions {
  border-color: rgb(60.198019802, 60.198019802, 91.801980198);
}
.dark-mode .settings-container .form-control,
.dark-mode .settings-container .form-select {
  background-color: rgb(56.1584158416, 56.1584158416, 85.6415841584);
  border-color: rgb(70.297029703, 70.297029703, 107.202970297);
  color: #ffffff;
}
.dark-mode .settings-container .form-control:focus,
.dark-mode .settings-container .form-select:focus {
  background-color: rgb(60.198019802, 60.198019802, 91.801980198);
}
.dark-mode .settings-container .form-check-input {
  background-color: rgb(56.1584158416, 56.1584158416, 85.6415841584);
  border-color: rgb(70.297029703, 70.297029703, 107.202970297);
  color: #ffffff;
}
.dark-mode .settings-container .form-check-input:focus {
  background-color: rgb(60.198019802, 60.198019802, 91.801980198);
}
.dark-mode .settings-container .form-check-input:checked {
  background-color: #fe5416;
  border-color: #fe5416;
}
.dark-mode .integration-section h3,
.dark-mode .integration-section .section-description {
  color: #ffffff;
}
.dark-mode .section-description {
  color: #dee2e6;
}
.dark-mode .integration-item {
  background-color: rgb(50.099009901, 50.099009901, 76.400990099);
  border-color: rgb(60.198019802, 60.198019802, 91.801980198);
}
.dark-mode .integration-item:hover {
  background-color: rgb(56.1584158416, 56.1584158416, 85.6415841584);
}
.dark-mode .integration-header h4 {
  color: #ffffff;
}
.dark-mode .integration-item p {
  color: #dee2e6;
}
.dark-mode .security-status-list .security-status-item {
  background: rgba(50.099009901, 50.099009901, 76.400990099, 0.5);
  border-color: rgba(60.198019802, 60.198019802, 91.801980198, 0.3);
}
.dark-mode .security-status-list .security-status-item:hover {
  background: rgba(56.1584158416, 56.1584158416, 85.6415841584, 0.7);
  border-color: rgba(70.297029703, 70.297029703, 107.202970297, 0.4);
}
.dark-mode .security-status-list .security-status-item .security-status-header .security-status-label {
  color: #dee2e6;
}
.dark-mode .security-status-list .security-status-item .security-status-value .security-status-text {
  color: #ffffff;
}
.dark-mode .active-ribbon {
  background-color: #43a047;
  box-shadow: 0 2px 4px rgba(67, 160, 71, 0.5);
}
.dark-mode .active-ribbon:before, .dark-mode .active-ribbon:after {
  border-top: 5px solid rgb(44.4207048458, 106.0792951542, 47.0726872247);
}
.dark-mode .active-ribbon:before {
  border-right: 5px solid rgb(44.4207048458, 106.0792951542, 47.0726872247);
}
.dark-mode .active-ribbon:after {
  border-left: 5px solid rgb(44.4207048458, 106.0792951542, 47.0726872247);
}
.dark-mode .modal-content {
  background-color: rgb(50.099009901, 50.099009901, 76.400990099);
  border-color: rgb(60.198019802, 60.198019802, 91.801980198);
  color: #ffffff;
}
.dark-mode .modal-content .modal-header {
  border-bottom-color: rgb(60.198019802, 60.198019802, 91.801980198);
}
.dark-mode .modal-content .modal-header .btn-close {
  filter: invert(1) grayscale(100%) brightness(200%);
}
.dark-mode .modal-content .modal-footer {
  border-top-color: rgb(60.198019802, 60.198019802, 91.801980198);
}
.dark-mode .modal-content .form-text {
  color: #ced4da;
}
.dark-mode .template-card {
  background: linear-gradient(135deg, rgba(50.099009901, 50.099009901, 76.400990099, 0.95) 0%, rgba(56.1584158416, 56.1584158416, 85.6415841584, 0.9) 100%);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3), 0 1px 3px rgba(0, 0, 0, 0.2);
}
.dark-mode .template-card::before {
  background: linear-gradient(135deg, #fe5416, #f9d84b, #B39DDB);
}
.dark-mode .template-card:hover {
  box-shadow: 0 20px 40px rgba(254, 84, 22, 0.25), 0 10px 20px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(254, 84, 22, 0.3);
}
.dark-mode .template-card.selected {
  border-color: #fe5416;
  box-shadow: 0 0 0 4px rgba(254, 84, 22, 0.2), 0 20px 40px rgba(254, 84, 22, 0.3);
}
.dark-mode .template-preview {
  background: linear-gradient(135deg, rgba(46.0594059406, 46.0594059406, 70.2405940594, 0.5) 0%, rgba(254, 84, 22, 0.08) 100%);
}
.dark-mode .template-preview::before {
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
}
.dark-mode .template-actions .btn {
  background: rgba(60.198019802, 60.198019802, 91.801980198, 0.95);
  border-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.dark-mode .template-actions .btn:hover {
  background: #fe5416;
  border-color: #fe5416;
}
.dark-mode .template-icon {
  background: linear-gradient(135deg, rgba(254, 84, 22, 0.2), rgba(249, 216, 75, 0.2));
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.dark-mode .template-content h5 {
  color: #ffffff;
}
.dark-mode .template-content .template-badge {
  background: linear-gradient(135deg, rgba(254, 84, 22, 0.2), rgba(249, 216, 75, 0.2));
  border-color: rgba(254, 84, 22, 0.3);
  color: #f9d84b;
}
.dark-mode .template-content .template-badge.custom {
  background: linear-gradient(135deg, rgba(179, 157, 219, 0.2), rgba(249, 216, 75, 0.2));
  border-color: rgba(179, 157, 219, 0.3);
  color: #B39DDB;
}
.dark-mode .template-content p {
  color: #ced4da;
}
.dark-mode .empty-templates {
  background: linear-gradient(135deg, rgba(50.099009901, 50.099009901, 76.400990099, 0.5), rgba(56.1584158416, 56.1584158416, 85.6415841584, 0.8));
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .empty-templates i {
  color: #adb5bd;
}
.dark-mode .empty-templates p {
  color: #ced4da;
}
.dark-mode .empty-templates p.small {
  color: #adb5bd;
}

.template-preview-container {
  margin-top: 1.5rem;
}
.template-preview-container .template-preview-wrapper {
  position: relative;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(40, 40, 61, 0.1);
}
.template-preview-container .template-preview-wrapper #template-preview-iframe {
  display: block;
  width: 100%;
  min-height: 600px;
  border: none;
  background: #ffffff;
}

.template-module-selector {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid rgba(40, 40, 61, 0.1);
}
.template-module-selector .module-selector-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}
.template-module-selector .module-selector-tabs .module-tab-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  background: rgba(255, 255, 255, 0.05);
  border: 2px solid rgba(40, 40, 61, 0.15);
  border-radius: 12px;
  color: #28283d;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}
.template-module-selector .module-selector-tabs .module-tab-btn i {
  font-size: 1.1rem;
  transition: transform 0.3s ease;
}
.template-module-selector .module-selector-tabs .module-tab-btn span {
  white-space: nowrap;
}
.template-module-selector .module-selector-tabs .module-tab-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}
.template-module-selector .module-selector-tabs .module-tab-btn:hover {
  background: rgba(254, 84, 22, 0.1);
  border-color: rgba(254, 84, 22, 0.3);
  color: #fe5416;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(254, 84, 22, 0.2);
}
.template-module-selector .module-selector-tabs .module-tab-btn:hover i {
  transform: scale(1.1);
}
.template-module-selector .module-selector-tabs .module-tab-btn:hover::before {
  left: 100%;
}
.template-module-selector .module-selector-tabs .module-tab-btn.active {
  background: linear-gradient(135deg, #fe5416, #f9d84b);
  border-color: #fe5416;
  color: #ffffff;
  box-shadow: 0 4px 16px rgba(254, 84, 22, 0.4), 0 0 0 3px rgba(254, 84, 22, 0.1);
  transform: translateY(-2px);
}
.template-module-selector .module-selector-tabs .module-tab-btn.active i {
  transform: scale(1.15);
  color: #ffffff;
}
.template-module-selector .module-selector-tabs .module-tab-btn.active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 3px;
  background: #ffffff;
  border-radius: 2px 2px 0 0;
}
.template-module-selector .module-selector-tabs .module-tab-btn:active {
  transform: translateY(0);
}

[data-theme=dark] .template-preview-container .template-preview-wrapper {
  background: rgb(50.099009901, 50.099009901, 76.400990099);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
[data-theme=dark] .template-preview-container .template-preview-wrapper #template-preview-iframe {
  background: rgb(50.099009901, 50.099009901, 76.400990099);
}
[data-theme=dark] .template-module-selector {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
[data-theme=dark] .template-module-selector .module-selector-tabs .module-tab-btn {
  background: rgba(50.099009901, 50.099009901, 76.400990099, 0.8);
  border-color: rgba(255, 255, 255, 0.1);
  color: #dee2e6;
}
[data-theme=dark] .template-module-selector .module-selector-tabs .module-tab-btn:hover {
  background: rgba(254, 84, 22, 0.15);
  border-color: rgba(254, 84, 22, 0.4);
  color: #fe5416;
  box-shadow: 0 4px 12px rgba(254, 84, 22, 0.3);
}
[data-theme=dark] .template-module-selector .module-selector-tabs .module-tab-btn.active {
  background: linear-gradient(135deg, #fe5416, #f9d84b);
  border-color: #fe5416;
  color: #ffffff;
  box-shadow: 0 4px 16px rgba(254, 84, 22, 0.5), 0 0 0 3px rgba(254, 84, 22, 0.2);
}

.profile-container {
  max-width: 100%;
  margin: 0 auto;
}
.profile-container .profile-header {
  margin-bottom: 3rem;
}
.profile-container .profile-header h2 {
  font-size: 2rem;
  font-weight: 600;
  margin: 0 0 0.25rem 0;
  color: #28283d;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.profile-container .profile-header .profile-subtitle {
  font-size: 0.875rem;
  color: #6c757d;
  margin: 0;
}
.profile-container .settings-content {
  display: flex;
  gap: 3rem;
}
@media (max-width: 768px) {
  .profile-container .settings-content {
    flex-direction: column;
  }
}
.profile-container .profile-sidebar {
  width: 250px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .profile-container .profile-sidebar {
    width: 100%;
  }
}
.profile-container .profile-stats-card {
  background-color: #ffffff;
  border-radius: 0.25rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  padding: 1rem;
  margin-top: 1.5rem;
}
.profile-container .profile-stats-card h3 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 1rem 0;
  color: #28283d;
  text-align: center;
}
.profile-container .profile-stats-card .profile-stats {
  display: flex;
  justify-content: space-around;
}
.profile-container .profile-stats-card .profile-stats .stat-item {
  text-align: center;
}
.profile-container .profile-main {
  flex: 1;
  background-color: #ffffff;
  border-radius: 0.25rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  padding: 1.5rem;
}
.profile-container .profile-tabs {
  margin-bottom: 1.5rem;
}
.profile-container .profile-tabs .nav-tabs {
  border-bottom: 1px solid #e9ecef;
}
.profile-container .profile-tabs .nav-tabs .nav-item {
  margin-bottom: -1px;
}
.profile-container .profile-tabs .nav-tabs .nav-link {
  color: #6c757d;
  border: none;
  border-bottom: 2px solid transparent;
  padding: 0.5rem 1rem;
  font-weight: 500;
  background-color: transparent;
}
.profile-container .profile-tabs .nav-tabs .nav-link:hover, .profile-container .profile-tabs .nav-tabs .nav-link:focus {
  color: #fe5416;
  border-color: transparent;
}
.profile-container .profile-tabs .nav-tabs .nav-link.active {
  color: #fe5416;
  border-bottom: 2px solid #fe5416;
  background-color: transparent;
}
.profile-container .tab-content {
  padding-top: 1rem;
}
.profile-container .profile-avatar-section--centered {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e9ecef;
  width: 100% !important;
}
.profile-container .profile-avatar-section--centered .profile-avatar-wrapper--centered {
  flex-shrink: 0;
  margin-bottom: 1.5rem;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
}
.profile-container .profile-avatar-section--centered .profile-avatar-info--centered {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  width: 100% !important;
}

.profile-avatar-section--centered {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e9ecef;
  width: 100% !important;
}
.profile-avatar-section--centered .profile-avatar-wrapper--centered {
  flex-shrink: 0;
  margin-bottom: 1.5rem;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
}
.profile-avatar-section--centered .profile-avatar-info--centered {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  width: 100% !important;
}
.profile-avatar-section--centered .module-form--main .card .card-content > .profile-avatar-section,
.profile-avatar-section--centered .module-form--container .card .card-content > .profile-avatar-section,
.profile-avatar-section--centered .card .card-content > .profile-avatar-section {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e9ecef;
  width: 100% !important;
}
.profile-avatar-section--centered .module-form--main .card .card-content > .profile-avatar-section .profile-avatar-wrapper,
.profile-avatar-section--centered .module-form--container .card .card-content > .profile-avatar-section .profile-avatar-wrapper,
.profile-avatar-section--centered .card .card-content > .profile-avatar-section .profile-avatar-wrapper {
  flex-shrink: 0;
  margin-bottom: 1.5rem;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
}
.profile-avatar-section--centered .module-form--main .card .card-content > .profile-avatar-section .profile-avatar-info,
.profile-avatar-section--centered .module-form--container .card .card-content > .profile-avatar-section .profile-avatar-info,
.profile-avatar-section--centered .card .card-content > .profile-avatar-section .profile-avatar-info {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  width: 100% !important;
}
.profile-avatar-section--centered .profile-container .profile-avatar-section,
.profile-avatar-section--centered .profile-avatar-section {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e9ecef;
  width: 100% !important;
}
.profile-avatar-section--centered .profile-container .profile-avatar-section .profile-avatar-wrapper,
.profile-avatar-section--centered .profile-avatar-section .profile-avatar-wrapper {
  flex-shrink: 0;
  margin-bottom: 1.5rem;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
}
.profile-avatar-section--centered .profile-container .profile-avatar-section .module-avatar-upload,
.profile-avatar-section--centered .profile-avatar-section .module-avatar-upload {
  width: 120px;
  height: 120px;
  position: relative;
  cursor: pointer;
}
.profile-avatar-section--centered .profile-container .profile-avatar-section .avatar-container,
.profile-avatar-section--centered .profile-avatar-section .avatar-container {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #ffffff;
  border: 3px solid #e9ecef;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile-avatar-section--centered .profile-container .profile-avatar-section .avatar-container .profile-avatar,
.profile-avatar-section--centered .profile-avatar-section .avatar-container .profile-avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  background-image: none;
}
.profile-avatar-section--centered .profile-container .profile-avatar-section .profile-avatar-info,
.profile-avatar-section--centered .profile-avatar-section .profile-avatar-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.profile-avatar-section--centered .profile-container .profile-avatar-section .profile-avatar-info h3,
.profile-avatar-section--centered .profile-avatar-section .profile-avatar-info h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 0.25rem 0;
  color: #28283d;
  line-height: 1.3;
}
.profile-avatar-section--centered .profile-container .profile-avatar-section .profile-avatar-info p,
.profile-avatar-section--centered .profile-avatar-section .profile-avatar-info p {
  font-size: 1rem;
  color: #6c757d;
  margin: 0 0 1rem 0;
  line-height: 1.4;
}
.profile-avatar-section--centered .profile-container .profile-avatar-section .profile-avatar-info .profile-photo-actions,
.profile-avatar-section--centered .profile-avatar-section .profile-avatar-info .profile-photo-actions {
  margin-top: 0.5rem;
}
.profile-avatar-section--centered .profile-container .profile-avatar-section .profile-avatar-info .profile-photo-actions .btn,
.profile-avatar-section--centered .profile-avatar-section .profile-avatar-info .profile-photo-actions .btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
}
.profile-avatar-section--centered .profile-section {
  margin-bottom: 3rem;
}
.profile-avatar-section--centered .profile-section:last-child {
  margin-bottom: 0;
}
.profile-avatar-section--centered .profile-section-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 1.5rem 0;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e9ecef;
  color: #28283d;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.profile-avatar-section--centered .profile-form .form-group {
  margin-bottom: 1rem;
}
.profile-avatar-section--centered .profile-form .form-group:last-child {
  margin-bottom: 0;
}
.profile-avatar-section--centered .profile-form .form-label {
  display: block;
  margin-bottom: 0.25rem;
  font-weight: 500;
  color: #28283d;
}
.profile-avatar-section--centered .profile-form .form-control, .profile-avatar-section--centered .profile-form .form-select {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  background-color: #ffffff;
  color: #28283d;
  transition: all 0.2s ease;
}
.profile-avatar-section--centered .profile-form .form-control:focus, .profile-avatar-section--centered .profile-form .form-select:focus {
  border-color: #fe5416;
  box-shadow: 0 0 0 2px rgba(254, 84, 22, 0.2);
  outline: none;
}
.profile-avatar-section--centered .profile-form .form-control:disabled, .profile-avatar-section--centered .profile-form .form-select:disabled {
  background-color: #f8f9fa;
  color: #6c757d;
}
.profile-avatar-section--centered .profile-form .form-text {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.75rem;
  color: #6c757d;
}
.profile-avatar-section--centered .profile-form .form-check {
  display: flex;
  align-items: center;
  margin-bottom: 0.25rem;
}
.profile-avatar-section--centered .profile-form .form-check .form-check-input {
  margin-right: 0.25rem;
}
.profile-avatar-section--centered .profile-form .form-check .form-check-label {
  font-size: 0.875rem;
  color: #28283d;
}
.profile-avatar-section--centered .profile-form .theme-options {
  display: flex;
  gap: 1rem;
  margin-top: 0.25rem;
}
.profile-avatar-section--centered .profile-actions {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e9ecef;
  display: flex;
  gap: 1rem;
}
.profile-avatar-section--centered .profile-actions .btn-primary {
  padding: 0.5rem 1.5rem;
  background-color: #fe5416;
  color: #ffffff;
  border: none;
  border-radius: 0.25rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}
.profile-avatar-section--centered .profile-actions .btn-primary:hover {
  background-color: rgb(224.0384615385, 60.5769230769, 0.9615384615);
}
.profile-avatar-section--centered .profile-actions .btn-outline-secondary {
  padding: 0.5rem 1.5rem;
  background-color: transparent;
  color: #6c757d;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}
.profile-avatar-section--centered .profile-actions .btn-outline-secondary:hover {
  background-color: #e9ecef;
  color: #28283d;
}

.dark-mode .profile-container .profile-header h2 {
  color: #ffffff;
}
.dark-mode .profile-container .profile-header .profile-subtitle {
  color: #ced4da;
}
.dark-mode .profile-container .profile-stats-card {
  background-color: rgb(50.099009901, 50.099009901, 76.400990099);
}
.dark-mode .profile-container .profile-stats-card h3 {
  color: #ffffff;
}
.dark-mode .profile-container .profile-main {
  background-color: rgb(50.099009901, 50.099009901, 76.400990099);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.dark-mode .profile-container .profile-avatar-section {
  border-color: rgb(60.198019802, 60.198019802, 91.801980198);
}
.dark-mode .profile-container .profile-avatar-section .avatar-container {
  background-color: rgb(50.099009901, 50.099009901, 76.400990099);
  border-color: rgb(70.297029703, 70.297029703, 107.202970297);
}
.dark-mode .profile-container .profile-avatar-section .profile-avatar {
  background-color: rgb(50.099009901, 50.099009901, 76.400990099);
}
.dark-mode .profile-container .profile-avatar-section .profile-avatar-info h3 {
  color: #ffffff;
}
.dark-mode .profile-container .profile-avatar-section .profile-avatar-info p {
  color: #ced4da;
}
.dark-mode .profile-container .profile-section-title {
  color: #ffffff;
  border-color: rgb(60.198019802, 60.198019802, 91.801980198);
}
.dark-mode .profile-container .profile-form .form-label {
  color: #ffffff;
}
.dark-mode .profile-container .profile-form .form-control, .dark-mode .profile-container .profile-form .form-select {
  background-color: rgb(56.1584158416, 56.1584158416, 85.6415841584);
  border-color: rgb(70.297029703, 70.297029703, 107.202970297);
  color: #ffffff;
}
.dark-mode .profile-container .profile-form .form-control:focus, .dark-mode .profile-container .profile-form .form-select:focus {
  background-color: rgb(60.198019802, 60.198019802, 91.801980198);
  box-shadow: 0 0 0 2px rgba(254, 84, 22, 0.3);
}
.dark-mode .profile-container .profile-form .form-control:disabled, .dark-mode .profile-container .profile-form .form-select:disabled {
  background-color: rgb(46.0594059406, 46.0594059406, 70.2405940594);
  color: #ced4da;
}
.dark-mode .profile-container .profile-form .form-text {
  color: #ced4da;
}
.dark-mode .profile-container .profile-form .form-check .form-check-label {
  color: #ffffff;
}
.dark-mode .profile-container .profile-actions {
  border-color: rgb(60.198019802, 60.198019802, 91.801980198);
}
.dark-mode .profile-container .profile-actions .btn-primary {
  background-color: #fe5416;
}
.dark-mode .profile-container .profile-actions .btn-primary:hover {
  background-color: rgb(224.0384615385, 60.5769230769, 0.9615384615);
}
.dark-mode .profile-container .profile-actions .btn-outline-secondary {
  color: #ced4da;
  border-color: #adb5bd;
}
.dark-mode .profile-container .profile-actions .btn-outline-secondary:hover {
  background-color: #495057;
  color: #ffffff;
}

.notification-preferences .notification-category {
  margin-bottom: 2rem;
}
.notification-preferences .notification-category:last-child {
  margin-bottom: 0;
}
.notification-preferences .notification-category h3 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #28283d;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.notification-preferences .notification-category h3 i {
  color: #28283d;
  font-size: 1rem;
}
.notification-preferences .notification-category .notification-description {
  font-size: 0.875rem;
  color: #6c757d;
  margin-bottom: 1.5rem;
}
.notification-preferences .notification-options {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.notification-preferences .notification-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.25rem;
  background: #ffffff;
  border: 1px solid rgb(60.198019802, 60.198019802, 91.801980198);
  border-radius: 8px;
  transition: all 0.2s ease;
}
.notification-preferences .notification-option:hover {
  border-color: #28283d;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transform: translateY(-1px);
}
.notification-preferences .notification-option .option-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.notification-preferences .notification-option .option-info .option-title {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #28283d;
  line-height: 1.4;
}
.notification-preferences .notification-option .option-info .option-description {
  font-size: 0.8125rem;
  color: #6c757d;
  line-height: 1.5;
}
.notification-preferences .notification-option .toggle-switch {
  flex-shrink: 0;
  margin-left: 1.5rem;
  position: relative;
}
.notification-preferences .notification-option .toggle-switch input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
  z-index: 3;
  top: 0;
  left: 0;
}
.notification-preferences .notification-option .toggle-switch .toggle-slider {
  position: relative;
  cursor: pointer;
  z-index: 1;
  pointer-events: none;
}

.dashboard-navbar {
  height: 60px;
  background-color: rgb(29.900990099, 29.900990099, 45.599009901);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.5rem;
  position: relative;
  top: auto;
  z-index: 899;
  box-shadow: none;
  margin-bottom: -50px;
}
@media (max-width: 576px) {
  .dashboard-navbar {
    flex-wrap: wrap;
    padding: 0.25rem 0.5rem;
    min-height: auto;
    height: auto;
  }
}
.dashboard-navbar .navbar-left .user-company-info {
  display: flex;
  flex-direction: column;
}
.dashboard-navbar .navbar-left .user-company-info .user-name {
  font-weight: 600;
  font-size: 0.875rem;
  color: #ffffff;
}
.dashboard-navbar .navbar-left .user-company-info .company-name {
  font-size: 0.75rem;
  color: #ced4da;
}
.dashboard-navbar .navbar-center .main-navigation .nav-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  gap: 0.25rem;
}
@media (max-width: 576px) {
  .dashboard-navbar .navbar-center .main-navigation .nav-menu {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
    padding: 0 0.25rem;
  }
}
.dashboard-navbar .navbar-center .main-navigation .nav-menu .nav-item {
  margin: 0 1rem;
  flex-shrink: 0;
}
@media (max-width: 576px) {
  .dashboard-navbar .navbar-center .main-navigation .nav-menu .nav-item {
    margin: 0 0.25rem;
  }
}
.dashboard-navbar .navbar-center .main-navigation .nav-menu .nav-item.active .nav-link {
  color: #f9d84b;
  font-weight: 600;
}
.dashboard-navbar .navbar-center .main-navigation .nav-menu .nav-item.active .nav-link:after {
  width: 100%;
  opacity: 1;
  background-color: #f9d84b;
}
.dashboard-navbar .navbar-center .main-navigation .nav-menu .nav-item .nav-link {
  color: #ffffff;
  text-decoration: none;
  font-size: 0.875rem;
  padding: 0.5rem 0;
  position: relative;
  transition: color 0.2s ease;
}
.dashboard-navbar .navbar-center .main-navigation .nav-menu .nav-item .nav-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #f9d84b;
  transition: width 0.3s ease, opacity 0.3s ease;
  opacity: 0;
}
.dashboard-navbar .navbar-center .main-navigation .nav-menu .nav-item .nav-link:hover {
  color: #f9d84b;
}
.dashboard-navbar .navbar-center .main-navigation .nav-menu .nav-item .nav-link:hover:after {
  width: 100%;
  opacity: 1;
}
.dashboard-navbar .navbar-right {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.dashboard-navbar .navbar-right .search-bar {
  position: relative;
}
.dashboard-navbar .navbar-right .search-bar .search-input {
  padding: 0.25rem 1.5rem 0.25rem 3rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50rem;
  font-size: 0.875rem;
  width: 200px;
  transition: all 0.3s ease;
  color: #ffffff;
}
.dashboard-navbar .navbar-right .search-bar .search-input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.dashboard-navbar .navbar-right .search-bar .search-input:focus {
  outline: none;
  border-color: #f9d84b;
  background-color: rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 0 3px rgba(249, 216, 75, 0.2);
  width: 250px;
}
.dashboard-navbar .navbar-right .search-bar .search-button {
  position: absolute;
  left: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.7);
  padding: 0;
  font-size: 1rem;
  cursor: pointer;
}
.dashboard-navbar .navbar-right .search-bar .search-button:hover {
  color: #f9d84b;
}
.dashboard-navbar .navbar-right .notifications {
  position: relative;
}
.dashboard-navbar .navbar-right .notifications .notifications-button {
  background: none;
  border: none;
  color: #ffffff;
  font-size: 1.25rem;
  cursor: pointer;
  position: relative;
  padding: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dashboard-navbar .navbar-right .notifications .notifications-button:hover {
  color: #f9d84b;
}
.dashboard-navbar .navbar-right .notifications .notifications-button .notifications-badge {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fe5416;
  color: #ffffff;
  font-size: 0.7rem;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
.dashboard-navbar .navbar-right .notifications .notifications-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  width: 320px;
  background-color: #ffffff;
  border-radius: 0.25rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border: 1px solid #e9ecef;
  z-index: 1000;
  display: none;
  overflow: hidden;
}
.dashboard-navbar .navbar-right .notifications .notifications-dropdown .notifications-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #e9ecef;
}
.dashboard-navbar .navbar-right .notifications .notifications-dropdown .notifications-header h3 {
  font-size: 1rem;
  margin: 0;
  font-weight: 600;
  color: #28283d;
}
.dashboard-navbar .navbar-right .notifications .notifications-dropdown .notifications-header a {
  font-size: 0.875rem;
  color: #fe5416;
  text-decoration: none;
}
.dashboard-navbar .navbar-right .notifications .notifications-dropdown .notifications-header a:hover {
  text-decoration: underline;
}
.dashboard-navbar .navbar-right .notifications .notifications-dropdown .notifications-list {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 300px;
  overflow-y: auto;
}
.dashboard-navbar .navbar-right .notifications .notifications-dropdown .notifications-list .notification-item {
  display: flex;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #e9ecef;
}
.dashboard-navbar .navbar-right .notifications .notifications-dropdown .notifications-list .notification-item:last-child {
  border-bottom: none;
}
.dashboard-navbar .navbar-right .notifications .notifications-dropdown .notifications-list .notification-item .notification-icon {
  margin-right: 0.5rem;
  width: 36px;
  height: 36px;
  background-color: rgba(254, 84, 22, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dashboard-navbar .navbar-right .notifications .notifications-dropdown .notifications-list .notification-item .notification-icon i {
  color: #fe5416;
  font-size: 1rem;
}
.dashboard-navbar .navbar-right .notifications .notifications-dropdown .notifications-list .notification-item .notification-content {
  flex: 1;
}
.dashboard-navbar .navbar-right .notifications .notifications-dropdown .notifications-list .notification-item .notification-content .notification-text {
  margin: 0 0 0.25rem;
  font-size: 0.875rem;
  color: #28283d;
}
.dashboard-navbar .navbar-right .notifications .notifications-dropdown .notifications-list .notification-item .notification-content .notification-time {
  margin: 0;
  font-size: 0.75rem;
  color: #6c757d;
}
.dashboard-navbar .navbar-right:hover .notifications-dropdown {
  display: block;
}
.dashboard-navbar .navbar-right .user-menu {
  position: relative;
}
.dashboard-navbar .navbar-right .user-menu .user-menu-button {
  background: none;
  border: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  padding: 0.25rem;
}
.dashboard-navbar .navbar-right .user-menu .user-menu-button .user-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
}
.dashboard-navbar .navbar-right .user-menu .user-menu-button .user-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dashboard-navbar .navbar-right .user-menu .user-menu-button .user-info {
  display: none;
}
@media (min-width: 992px) {
  .dashboard-navbar .navbar-right .user-menu .user-menu-button .user-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .dashboard-navbar .navbar-right .user-menu .user-menu-button .user-info .user-name {
    font-size: 0.875rem;
    font-weight: 600;
    color: #ffffff;
  }
  .dashboard-navbar .navbar-right .user-menu .user-menu-button .user-info .user-role {
    font-size: 0.75rem;
    color: #ced4da;
  }
}
.dashboard-navbar .navbar-right .user-menu .user-menu-button i {
  color: #ffffff;
  transition: transform 0.2s ease;
}
.dashboard-navbar .navbar-right .user-menu .user-menu-button:hover i {
  color: #f9d84b;
}
.dashboard-navbar .navbar-right .user-menu .user-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  width: 220px;
  background-color: #ffffff;
  border-radius: 0.25rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border: 1px solid #e9ecef;
  z-index: 1000;
  display: none;
  overflow: hidden;
}
.dashboard-navbar .navbar-right .user-menu .user-dropdown .user-dropdown-list {
  list-style: none;
  margin: 0;
  padding: 0.25rem 0;
}
.dashboard-navbar .navbar-right .user-menu .user-dropdown .user-dropdown-list .user-dropdown-item .user-dropdown-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  color: #28283d;
  text-decoration: none;
  font-size: 0.875rem;
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
}
.dashboard-navbar .navbar-right .user-menu .user-dropdown .user-dropdown-list .user-dropdown-item .user-dropdown-link i {
  color: #6c757d;
  font-size: 1rem;
}
.dashboard-navbar .navbar-right .user-menu .user-dropdown .user-dropdown-list .user-dropdown-item .user-dropdown-link:hover {
  background-color: #f8f9fa;
  color: #fe5416;
}
.dashboard-navbar .navbar-right .user-menu .user-dropdown .user-dropdown-list .user-dropdown-item .user-dropdown-link:hover i {
  color: #fe5416;
}
.dashboard-navbar .navbar-right .user-menu .user-dropdown .user-dropdown-list .user-dropdown-divider {
  height: 1px;
  background-color: #e9ecef;
  margin: 0.25rem 0;
}
.dashboard-navbar .navbar-right .user-menu:hover .user-dropdown {
  display: block;
}

body.dark-mode .dashboard-navbar {
  background-color: #28283d;
  border-bottom-color: rgb(60.198019802, 60.198019802, 91.801980198);
}
body.dark-mode .dashboard-navbar .navbar-left .user-company-info .user-name {
  color: #ffffff;
}
body.dark-mode .dashboard-navbar .navbar-left .user-company-info .company-name {
  color: #ced4da;
}
body.dark-mode .dashboard-navbar .navbar-center .main-navigation .nav-menu .nav-item .nav-link {
  color: #dee2e6;
}
body.dark-mode .dashboard-navbar .navbar-center .main-navigation .nav-menu .nav-item .nav-link:hover {
  color: #f9d84b;
}
body.dark-mode .dashboard-navbar .navbar-center .main-navigation .nav-menu .nav-item .nav-link:hover:after {
  background-color: #f9d84b;
}
body.dark-mode .dashboard-navbar .navbar-center .main-navigation .nav-menu .nav-item.active .nav-link {
  color: #f9d84b;
}
body.dark-mode .dashboard-navbar .navbar-center .main-navigation .nav-menu .nav-item.active .nav-link:after {
  background-color: #f9d84b;
}
body.dark-mode .dashboard-navbar .navbar-right .search-bar .search-input {
  background-color: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
body.dark-mode .dashboard-navbar .navbar-right .search-bar .search-input::placeholder {
  color: #ced4da;
}
body.dark-mode .dashboard-navbar .navbar-right .search-bar .search-input:focus {
  border-color: #f9d84b;
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0 3px rgba(249, 216, 75, 0.2);
}
body.dark-mode .dashboard-navbar .navbar-right .search-bar .search-button {
  color: #ced4da;
}
body.dark-mode .dashboard-navbar .navbar-right .search-bar .search-button:hover {
  color: #f9d84b;
}
body.dark-mode .dashboard-navbar .navbar-right .notifications .notifications-button {
  color: #ffffff;
}
body.dark-mode .dashboard-navbar .navbar-right .notifications .notifications-button:hover {
  color: #f9d84b;
}
body.dark-mode .dashboard-navbar .navbar-right .notifications .notifications-button .notifications-badge {
  background-color: #f9d84b;
  color: #28283d;
}
body.dark-mode .dashboard-navbar .navbar-right .notifications .notifications-dropdown {
  background-color: rgb(50.099009901, 50.099009901, 76.400990099);
  border: 1px solid rgb(60.198019802, 60.198019802, 91.801980198);
}
body.dark-mode .dashboard-navbar .navbar-right .notifications .notifications-dropdown .notifications-header,
body.dark-mode .dashboard-navbar .navbar-right .notifications .notifications-dropdown .notification-item,
body.dark-mode .dashboard-navbar .navbar-right .notifications .notifications-dropdown .user-dropdown-divider {
  border-color: rgb(60.198019802, 60.198019802, 91.801980198);
}
body.dark-mode .dashboard-navbar .navbar-right .notifications .notifications-dropdown h3 {
  color: #ffffff;
}
body.dark-mode .dashboard-navbar .navbar-right .notifications .notifications-dropdown a {
  color: #f9d84b;
}
body.dark-mode .dashboard-navbar .navbar-right .notifications .notifications-dropdown .notification-text {
  color: #ffffff;
}
body.dark-mode .dashboard-navbar .navbar-right .notifications .notifications-dropdown .notification-time {
  color: #ced4da;
}
body.dark-mode .dashboard-navbar .navbar-right .notifications .notifications-dropdown .notification-icon {
  background-color: rgba(249, 216, 75, 0.2);
}
body.dark-mode .dashboard-navbar .navbar-right .notifications .notifications-dropdown .notification-icon i {
  color: #f9d84b;
}
body.dark-mode .dashboard-navbar .navbar-right .user-menu .user-menu-button .user-info .user-name {
  color: #ffffff;
}
body.dark-mode .dashboard-navbar .navbar-right .user-menu .user-menu-button .user-info .user-role {
  color: #ced4da;
}
body.dark-mode .dashboard-navbar .navbar-right .user-menu .user-menu-button i {
  color: #ffffff;
}
body.dark-mode .dashboard-navbar .navbar-right .user-menu .user-menu-button:hover i {
  color: #f9d84b;
}
body.dark-mode .dashboard-navbar .navbar-right .user-menu .user-dropdown {
  background-color: rgb(50.099009901, 50.099009901, 76.400990099);
  border: 1px solid rgb(60.198019802, 60.198019802, 91.801980198);
}
body.dark-mode .dashboard-navbar .navbar-right .user-menu .user-dropdown .user-dropdown-divider {
  background-color: rgb(60.198019802, 60.198019802, 91.801980198);
}
body.dark-mode .dashboard-navbar .navbar-right .user-menu .user-dropdown .user-dropdown-link {
  color: #dee2e6;
}
body.dark-mode .dashboard-navbar .navbar-right .user-menu .user-dropdown .user-dropdown-link:hover {
  background-color: rgb(50.099009901, 50.099009901, 76.400990099);
  color: #f9d84b;
}
body.dark-mode .dashboard-navbar .navbar-right .user-menu .user-dropdown .user-dropdown-link i {
  color: #adb5bd;
}
body.dark-mode .dashboard-navbar .navbar-right .user-menu .user-dropdown .user-dropdown-link:hover i {
  color: #f9d84b;
}

/* Module Layout - Herbruikbare basis layout voor modules */
.module-details, .dashboard.client-dashboard {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  padding: 1.5rem;
  padding: 1.5rem;
}
@media (max-width: 1024px) {
  .module-details, .dashboard.client-dashboard {
    padding: 0.5rem;
  }
}
@media (max-width: 768px) {
  .module-details, .dashboard.client-dashboard {
    padding: 0.25rem;
  }
}

.module-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  width: 100%;
  box-sizing: border-box;
  gap: 1.5rem;
}
@media (max-width: 1024px) {
  .module-container {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 992px) {
  .module-container {
    grid-template-columns: 2fr 1fr;
  }
}
@media (min-width: 992px) and (max-width: 576px) {
  .module-container {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1024px) {
  .module-container {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1024px) {
  .module-container {
    gap: 1rem;
  }
}
@media (max-width: 768px) {
  .module-container {
    gap: 0.5rem;
  }
}
.module-container__main {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.module-container__sidebar {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.module-container__sidebar .card {
  width: 100%;
}
.module-container__sidebar .card-content {
  padding: 1rem;
}
@media (max-width: 991px) {
  .module-container__sidebar {
    order: -1;
  }
}

.content-card,
.module-card {
  background: #ffffff;
  border-radius: 0.25rem;
  border: 1px solid #dee2e6;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .content-card,
  .module-card {
    border-radius: 0.2rem;
  }
}
.content-card .card-content,
.module-card .card-content {
  padding: 1.5rem;
  width: 100%;
  box-sizing: border-box;
  padding: 1.5rem;
}
@media (max-width: 1024px) {
  .content-card .card-content,
  .module-card .card-content {
    padding: 1rem;
  }
}
@media (max-width: 768px) {
  .content-card .card-content,
  .module-card .card-content {
    padding: 0.5rem;
  }
}
.content-card--avatar .avatar-preview,
.module-card--avatar .avatar-preview {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: 0 auto 1rem;
  overflow: hidden;
}
.content-card--avatar .avatar-preview img,
.module-card--avatar .avatar-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-card--share .share-grid,
.module-card--share .share-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}
.content-card--share .share-grid button,
.module-card--share .share-grid button {
  padding: 1rem;
  border-radius: 0.25rem;
  border: 1px solid #dee2e6;
  background: #ffffff;
  transition: all 0.2s ease;
}
.content-card--share .share-grid button:hover,
.module-card--share .share-grid button:hover {
  background: #b7b7b9;
  transform: translateY(-2px);
}
.content-card--map .map-container,
.module-card--map .map-container {
  height: 300px;
  border-radius: 0.25rem;
  overflow: hidden;
}
.content-card--notes .notes-content,
.module-card--notes .notes-content {
  max-height: 300px;
  overflow-y: auto;
}
.content-card--notes .notes-content textarea,
.module-card--notes .notes-content textarea {
  width: 100%;
  min-height: 100px;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  padding: 0.5rem;
}
.content-card--list ul,
.module-card--list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.content-card--list ul li,
.module-card--list ul li {
  padding: 0.5rem 0;
  border-bottom: 1px solid #dee2e6;
}
.content-card--list ul li:last-child,
.module-card--list ul li:last-child {
  border-bottom: none;
}
.content-card--list ul li a,
.module-card--list ul li a {
  color: #28283d;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.content-card--list ul li a:hover,
.module-card--list ul li a:hover {
  color: #28283d;
}

.module-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin-bottom: 1.5rem;
  width: 100%;
  box-sizing: border-box;
  gap: 1.5rem;
}
@media (max-width: 1024px) {
  .module-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1024px) {
  .module-grid {
    gap: 1rem;
  }
}
@media (max-width: 768px) {
  .module-grid {
    gap: 0.25rem;
  }
}
@media (max-width: 1200px) {
  .module-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}
@media (max-width: 1024px) {
  .module-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}
@media (max-width: 834px) {
  .module-grid {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }
}
@media (max-width: 768px) {
  .module-grid {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  }
}
@media (max-width: 480px) {
  .module-grid {
    margin-bottom: 1rem;
  }
}
@media (max-width: 375px) {
  .module-grid {
    margin-bottom: 0.5rem;
  }
}
.module-grid--compact {
  gap: 1rem;
  gap: 1rem;
}
@media (max-width: 1024px) {
  .module-grid--compact {
    gap: 0.5rem;
  }
}
@media (max-width: 768px) {
  .module-grid--compact {
    gap: 0.25rem;
  }
}
.module-grid--2col {
  width: 100%;
  box-sizing: border-box;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .module-grid--2col {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1024px) {
  .module-grid--2col {
    gap: 1rem;
  }
}
@media (max-width: 768px) {
  .module-grid--2col {
    gap: 0.5rem;
  }
}
@media (max-width: 1200px) {
  .module-grid--2col {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1024px) {
  .module-grid--2col {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 834px) {
  .module-grid--2col {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .module-grid--2col {
    grid-template-columns: 1fr !important;
  }
}
.module-grid--3col {
  width: 100%;
  box-sizing: border-box;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 992px) {
  .module-grid--3col {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1024px) {
  .module-grid--3col {
    gap: 1rem;
  }
}
@media (max-width: 768px) {
  .module-grid--3col {
    gap: 0.5rem;
  }
}
@media (max-width: 1200px) {
  .module-grid--3col {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1024px) {
  .module-grid--3col {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 834px) {
  .module-grid--3col {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .module-grid--3col {
    grid-template-columns: 1fr !important;
  }
}
.module-grid--1col {
  grid-template-columns: 1fr;
  width: 100%;
  box-sizing: border-box;
  gap: 1.5rem;
}
@media (max-width: 1024px) {
  .module-grid--1col {
    gap: 1rem;
  }
}
@media (max-width: 768px) {
  .module-grid--1col {
    gap: 0.5rem;
  }
}
.module-grid .card {
  height: 100%;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.module-grid .card .card-header {
  flex-shrink: 0;
  width: 100%;
  box-sizing: border-box;
}
.module-grid .card .card-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
}
.module-grid .chart-container {
  position: relative;
  margin: 0 auto;
  height: 180px;
  flex-shrink: 0;
}
.module-grid .chart-legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.25rem;
  margin-top: 0.5rem;
}
.module-grid .chart-legend .legend-item {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
}
.module-grid .chart-legend .legend-item .legend-color {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 0.25rem;
  border-radius: 2px;
}
.module-grid .insights-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}
.module-grid .insight-item {
  background-color: rgba(233, 236, 239, 0.5);
  padding: 0.5rem;
  border-radius: 0.2rem;
}
.module-grid .insight-item .insight-header {
  display: flex;
  align-items: center;
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  color: #6c757d;
}
.module-grid .insight-item .insight-header i {
  margin-right: 0.25rem;
}
.module-grid .insight-item .truncate-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.module-grid .insight-item .insight-metric .metric-value {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  max-width: 100%;
}

.header-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
}
.header-info .contact-links {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.header-info .contact-links .contact-link {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  font-size: 0.875rem;
  transition: all 0.2s ease;
}
.header-info .contact-links .contact-link i {
  font-size: 1rem;
  opacity: 0.65;
}
.header-info .contact-links .contact-link:hover {
  color: #f9d84b;
  opacity: 0.65;
}
.header-info .contact-links .contact-link:hover i {
  opacity: 0.65;
  color: #f9d84b;
}
.header-info .header-info-meta {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
.header-info .header-info-meta .module-status-selector {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.header-info .header-info-meta .module-status-selector .status-text {
  color: #ffffff;
}
.header-info .header-info-meta .module-status-selector .status-icon {
  font-size: 0.875rem;
}
.header-info .header-info-meta .module-status-selector .status-select-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0.25rem;
  padding: 0.25rem 0.5rem;
}
.header-info .header-info-meta .module-status-selector .status-select-wrapper .status-select {
  appearance: none;
  background: transparent;
  border: none;
  color: #ffffff;
  padding-right: 24px;
  font-size: 0.875rem;
  cursor: pointer;
  min-width: 100px;
}
.header-info .header-info-meta .module-status-selector .status-select-wrapper .status-select:focus {
  outline: none;
}
.header-info .header-info-meta .module-status-selector .status-select-wrapper .status-select option {
  background: #28283d;
  color: #28283d;
}
.header-info .header-info-meta .module-status-selector .status-select-wrapper .status-select option[value=active] {
  color: #28a745;
}
.header-info .header-info-meta .module-status-selector .status-select-wrapper .status-select option[value=inactive] {
  color: #f9d84b;
}
.header-info .header-info-meta .module-status-selector .status-select-wrapper .status-select option[value=suspended] {
  color: #E57373;
}
.header-info .header-info-meta .module-status-selector .status-select-wrapper .status-select option[value=pending] {
  color: #17a2b8;
}
.header-info .header-info-meta .module-status-selector .status-select-wrapper .status-select option[value=in_progress] {
  color: #f9d84b;
}
.header-info .header-info-meta .module-status-selector .status-select-wrapper .status-select option[value=completed] {
  color: #28a745;
}
.header-info .header-info-meta .module-status-selector .status-select-wrapper .status-select option[value=cancelled] {
  color: #E57373;
}
.header-info .header-info-meta .module-status-selector .status-select-wrapper .dropdown-icon {
  position: absolute;
  right: 0.25rem;
  pointer-events: none;
  color: #ffffff;
  font-size: 0.875rem;
}
.header-info .header-info-meta .module-status-selector .status-select-wrapper:hover {
  background: rgba(255, 255, 255, 0.15);
}
.header-info .header-info-meta .module-type {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.875rem;
}
.header-info .header-info-meta .module-type i {
  opacity: 0.8;
}
.header-info .header-info-meta .module-date {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.875rem;
}
.header-info .header-info-meta .module-date i {
  opacity: 0.7;
}
.header-info .header-info-meta .module-date .updated-at {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  margin-left: 0.5rem;
  padding-left: 0.5rem;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.header-info .header-info-meta .module-date .updated-at i {
  font-size: 0.75rem;
}

.module-subtitle {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.875rem;
}
.module-subtitle i {
  opacity: 0.7;
}

.module-status-selector {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.module-status-selector label {
  color: #ffffff;
  font-size: 0.875rem;
}
.module-status-selector .status-icon {
  font-size: 0.875rem;
}
.module-status-selector .status-select-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0.25rem;
  padding: 0.25rem 0.5rem;
}
.module-status-selector .status-select-wrapper .status-select {
  appearance: none;
  background: transparent;
  border: none;
  color: #ffffff;
  padding-right: 24px;
  font-size: 0.875rem;
  cursor: pointer;
  min-width: 100px;
}
.module-status-selector .status-select-wrapper .status-select:focus {
  outline: none;
}
.module-status-selector .status-select-wrapper .dropdown-icon {
  position: absolute;
  right: 0.25rem;
  pointer-events: none;
  color: #ffffff;
  font-size: 0.875rem;
}
.module-status-selector .status-select-wrapper:hover {
  background: rgba(255, 255, 255, 0.15);
}
.module-status-selector[data-status=actief] .status-icon {
  color: #28a745;
}
.module-status-selector[data-status=actief] .status-select-wrapper {
  border: 1px solid rgba(40, 167, 69, 0.3);
}
.module-status-selector[data-status=inactief] .status-icon {
  color: #f9d84b;
}
.module-status-selector[data-status=inactief] .status-select-wrapper {
  border: 1px solid rgba(249, 216, 75, 0.3);
}
.module-status-selector[data-status=geschorst] .status-icon {
  color: #E57373;
}
.module-status-selector[data-status=geschorst] .status-select-wrapper {
  border: 1px solid rgba(229, 115, 115, 0.3);
}

.header-info-contact {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.header-info-contact .module-status-selector label {
  color: #ffffff;
}
.header-info-contact .module-date {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: #ffffff;
  font-size: 0.875rem;
  margin-left: 1rem;
}
.header-info-contact .module-date i {
  opacity: 0.8;
  color: #ffffff;
}

.module-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  width: 100%;
}
.module-header-content .module-info {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.module-header-content .header-quick-links {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.module-header-content .header-quick-links .header-action-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.2rem;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  transition: all 0.2s ease;
}
.module-header-content .header-quick-links .header-action-icon i {
  font-size: 1.1rem;
}
.module-header-content .header-quick-links .header-action-icon:hover {
  transform: translateY(-2px);
  opacity: 1;
}
.module-header-content .header-quick-links .header-action-icon[href*=workorders] {
  color: #fe5416;
}
.module-header-content .header-quick-links .header-action-icon[href*=workorders]:hover {
  background: rgba(254, 84, 22, 0.2);
}
.module-header-content .header-quick-links .header-action-icon[href*=import] {
  color: #28a745;
}
.module-header-content .header-quick-links .header-action-icon[href*=import]:hover {
  background: rgba(40, 167, 69, 0.2);
}
.module-header-content .header-quick-links .header-action-icon[href*=export] {
  color: #17a2b8;
}
.module-header-content .header-quick-links .header-action-icon[href*=export]:hover {
  background: rgba(23, 162, 184, 0.2);
}
.module-header-content .header-quick-links .header-action-icon[href*=mail] {
  color: #f9d84b;
}
.module-header-content .header-quick-links .header-action-icon[href*=mail]:hover {
  background: rgba(249, 216, 75, 0.2);
}
.module-header-content .header-quick-links .header-action-icon[href*=print] {
  color: #28283d;
}
.module-header-content .header-quick-links .header-action-icon[href*=print]:hover {
  background: rgba(40, 40, 61, 0.2);
}
.module-header-content .header-quick-links .header-action-icon[href*=share] {
  color: #fe5416;
}
.module-header-content .header-quick-links .header-action-icon[href*=share]:hover {
  background: rgba(254, 84, 22, 0.2);
}

@media (max-width: 768px) {
  .header-quick-links .header-action-icon {
    width: 28px;
    height: 28px;
  }
  .header-quick-links .header-action-icon i {
    font-size: 1rem;
  }
}
.list-header, .bulk-actions-form, .filter-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 1.5rem;
}
.list-header__title h2, .bulk-actions-form__title h2, .filter-form__title h2 {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.list-header__title h2 i, .bulk-actions-form__title h2 i, .filter-form__title h2 i {
  color: #fe5416;
}
.list-header__stats, .bulk-actions-form__stats, .filter-form__stats {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin: 0 auto;
}
.list-header__stats .stat-item, .bulk-actions-form__stats .stat-item, .filter-form__stats .stat-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.25rem;
  padding: 0 1rem;
  border-right: 1px solid #dee2e6;
}
.list-header__stats .stat-item:last-child, .bulk-actions-form__stats .stat-item:last-child, .filter-form__stats .stat-item:last-child {
  border-right: none;
}
.list-header__stats .stat-item .stat-value[data-type=draft], .bulk-actions-form__stats .stat-item .stat-value[data-type=draft], .filter-form__stats .stat-item .stat-value[data-type=draft] {
  color: #95a5a6 !important;
}
.list-header__stats .stat-item .stat-value[data-type=ready], .bulk-actions-form__stats .stat-item .stat-value[data-type=ready], .filter-form__stats .stat-item .stat-value[data-type=ready] {
  color: #3498db !important;
}
.list-header__stats .stat-item .stat-value[data-type=picked], .bulk-actions-form__stats .stat-item .stat-value[data-type=picked], .filter-form__stats .stat-item .stat-value[data-type=picked] {
  color: #f1c40f !important;
}
.list-header__stats .stat-item .stat-value[data-type=completed], .bulk-actions-form__stats .stat-item .stat-value[data-type=completed], .filter-form__stats .stat-item .stat-value[data-type=completed] {
  color: #2ecc71 !important;
}
.list-header__stats .stat-item .stat-value[data-type=cancelled], .bulk-actions-form__stats .stat-item .stat-value[data-type=cancelled], .filter-form__stats .stat-item .stat-value[data-type=cancelled] {
  color: #e74c3c !important;
}
.list-header__actions, .bulk-actions-form__actions, .filter-form__actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.list-header__actions .search-wrapper, .bulk-actions-form__actions .search-wrapper, .filter-form__actions .search-wrapper {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  background: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  padding: 0.25rem;
  min-width: 250px;
}
.list-header__actions .search-wrapper .search-input, .bulk-actions-form__actions .search-wrapper .search-input, .filter-form__actions .search-wrapper .search-input {
  border: none;
  outline: none;
  background: none;
  width: 100%;
  font-size: 0.875rem;
  color: #28283d;
}
.list-header__actions .search-wrapper .search-input::placeholder, .bulk-actions-form__actions .search-wrapper .search-input::placeholder, .filter-form__actions .search-wrapper .search-input::placeholder {
  color: #adb5bd;
}
.list-header__actions .search-wrapper .search-button, .bulk-actions-form__actions .search-wrapper .search-button, .filter-form__actions .search-wrapper .search-button {
  background: none;
  border: none;
  color: #fe5416;
  cursor: pointer;
  padding: 0.25rem;
  border-radius: 0.2rem;
  transition: all 0.2s ease;
}
.list-header__actions .search-wrapper .search-button:hover, .bulk-actions-form__actions .search-wrapper .search-button:hover, .filter-form__actions .search-wrapper .search-button:hover {
  background: rgba(254, 84, 22, 0.1);
}
.list-header__actions .filter-group, .bulk-actions-form__actions .filter-group, .filter-form__actions .filter-group {
  position: relative;
}
.list-header__actions .filter-group .filter-group__label, .bulk-actions-form__actions .filter-group .filter-group__label, .filter-form__actions .filter-group .filter-group__label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.list-header__actions .filter-group .form-group__info, .bulk-actions-form__actions .filter-group .form-group__info, .filter-form__actions .filter-group .form-group__info {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.list-header__actions .filter-group .form-group__info i, .bulk-actions-form__actions .filter-group .form-group__info i, .filter-form__actions .filter-group .form-group__info i {
  color: #4285F4;
  font-size: 16px;
  cursor: help;
  transition: all 0.2s ease;
}
.list-header__actions .filter-group .form-group__info i:hover, .bulk-actions-form__actions .filter-group .form-group__info i:hover, .filter-form__actions .filter-group .form-group__info i:hover {
  color: rgb(17.805, 101.89, 241.195);
  transform: scale(1.1);
}

@media (max-width: 1920px) {
  .list-header__stats {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
    overflow-x: visible;
  }
  .list-header__stats .stat-item {
    flex: 1;
    min-width: 120px;
    max-width: 150px;
    text-align: center;
    padding: 0.25rem 0.5rem;
    background: rgba(254, 84, 22, 0.1);
    border-radius: 0.2rem;
    border: 1px solid rgba(254, 84, 22, 0.2);
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.25rem;
  }
}
@supports (-ms-ime-align: auto) {
  .list-header {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 0.25rem;
    padding: 0.25rem 0.5rem;
  }
  .list-header__stats {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
    justify-content: center;
    flex: 1;
    min-width: 0;
  }
  .list-header__stats .stat-item {
    display: inline-block !important;
    width: auto;
    min-width: 80px;
    max-width: 100px;
    text-align: center;
    padding: 2px 4px;
    background: rgba(254, 84, 22, 0.1);
    border-radius: 0.2rem;
    border: 1px solid rgba(254, 84, 22, 0.2);
    white-space: nowrap;
    margin: 0 1px;
  }
  .list-header__actions {
    flex-shrink: 0;
    min-width: 140px !important;
    max-width: 180px !important;
  }
  .list-header__actions .search-wrapper {
    min-width: 140px !important;
    max-width: 180px !important;
    width: 100%;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .list-header {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 1rem;
  }
  .list-header__stats {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
    flex: 1;
    min-width: 0;
  }
  .list-header__stats .stat-item {
    display: inline-block !important;
    width: auto;
    min-width: 120px;
    max-width: 150px;
    text-align: center;
    padding: 0.25rem 0.5rem;
    background: rgba(254, 84, 22, 0.1);
    border-radius: 0.2rem;
    border: 1px solid rgba(254, 84, 22, 0.2);
    white-space: nowrap;
  }
  .list-header__actions {
    flex-shrink: 0;
    min-width: 160px !important;
  }
  .list-header__actions .search-wrapper {
    min-width: 160px !important;
    max-width: 250px !important;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .list-header__stats .stat-item {
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-align-items: center;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
.opera-stat-item {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 8px !important;
  justify-content: center !important;
}

@media (max-width: 1440px) {
  .list-header__stats .stat-item {
    min-width: 100px;
    max-width: 130px;
    padding: 0.25rem 0.25rem;
  }
}
@media (max-width: 1366px) {
  .list-header__stats {
    gap: 0.25rem;
  }
  .list-header__stats .stat-item {
    min-width: 80px;
    max-width: 110px;
    padding: 0.25rem 0.25rem;
  }
}
@media (max-width: 992px) {
  .list-header {
    flex-direction: column;
    gap: 1rem;
  }
  .list-header__stats {
    order: -1;
    width: 100%;
    padding: 0.5rem 0;
    overflow-x: visible;
    justify-content: center;
  }
  .list-header__stats .stat-item {
    min-width: 100px;
  }
}
@-moz-document url-prefix() {
  .list-header {
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .list-header__stats {
    flex: 1;
    min-width: 0;
    overflow-x: visible;
    margin: 0 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
  }
  .list-header__stats .stat-item {
    flex: 1;
    min-width: 120px;
    max-width: 150px;
    text-align: center;
    padding: 0.25rem 0.5rem;
    background: rgba(254, 84, 22, 0.1);
    border-radius: 0.2rem;
    border: 1px solid rgba(254, 84, 22, 0.2);
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.25rem;
  }
  .list-header__actions {
    flex-shrink: 0;
    margin-top: 0.5rem;
  }
  .list-header__actions .search-wrapper {
    min-width: 150px !important;
    max-width: 220px !important;
  }
  @media (max-width: 1440px) {
    .list-header__stats .stat-item {
      min-width: 100px;
      max-width: 130px;
      padding: 0.25rem 0.25rem;
    }
  }
  @media (max-width: 1366px) {
    .list-header__stats {
      gap: 0.25rem;
    }
    .list-header__stats .stat-item {
      min-width: 80px;
      max-width: 110px;
      padding: 0.25rem 0.25rem;
    }
  }
}
/* Locatie & Materialen styling */
.location-type-tabs {
  display: flex;
  gap: 10px;
  margin-right: 10px;
}

.location-type-tab {
  background: rgba(233, 236, 239, 0.7);
  border: 1px solid #dee2e6;
  color: #495057;
  font-size: 0.875rem;
  padding: 5px 12px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.location-type-tab i {
  font-size: 1em;
}
.location-type-tab:hover {
  background: rgba(222, 226, 230, 0.5);
  transform: translateY(-1px);
}
.location-type-tab.active {
  background: rgba(40, 40, 61, 0.15);
  border-color: rgba(40, 40, 61, 0.3);
  color: #28283d;
  font-weight: 500;
  box-shadow: 0 2px 5px rgba(40, 40, 61, 0.1);
}

.location-type-containers {
  position: relative;
}

.location-type-container {
  display: none;
  padding: 15px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 0.25rem;
  border: 1px solid #dee2e6;
  margin-bottom: 15px;
}
.location-type-container.active {
  display: block;
  animation: fadeIn 0.3s ease;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.location-preset-info {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.location-preset-info .location-icon {
  width: 48px;
  height: 48px;
  background: rgba(40, 40, 61, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.location-preset-info .location-icon i {
  color: #28283d;
  font-size: 1.2rem;
}
.location-preset-info .location-details {
  flex: 1;
}
.location-preset-info .location-details h4 {
  font-size: 1rem;
  color: #28283d;
  margin: 0 0 5px 0;
}
.location-preset-info .location-details p {
  color: #6c757d;
  font-size: 0.875rem;
  margin: 0 0 10px 0;
}

.address-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
@media (max-width: 768px) {
  .address-grid {
    grid-template-columns: 1fr;
  }
}

/* Klantenlocaties Kaart Styling */
.map-container {
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
.map-container:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Leaflet map styling customizations */
.leaflet-container {
  font-family: var(--font-family-base);
}
.leaflet-container .leaflet-popup-content-wrapper {
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.leaflet-container .leaflet-popup-content {
  margin: 12px 14px;
  line-height: 1.5;
}
.leaflet-container .leaflet-popup-content strong {
  color: var(--primary);
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
}
.leaflet-container .leaflet-popup-tip {
  background-color: var(--white);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}
.leaflet-container .leaflet-control-zoom {
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.leaflet-container .leaflet-control-zoom a {
  color: var(--text);
}
.leaflet-container .leaflet-control-zoom a:hover {
  color: var(--primary);
}
.leaflet-container .map-popup {
  font-size: 13px;
}
.leaflet-container .map-popup strong {
  color: var(--primary);
  font-weight: 600;
}
.leaflet-container .branch-marker {
  background-color: var(--primary-light);
  border-radius: 50%;
  border: 2px solid var(--primary);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.leaflet-container .branch-marker i {
  font-size: 14px;
}

.service-materials-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .service-materials-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.service-materials-header .section-subtitle {
  margin: 0;
}
.service-materials-header .service-material-actions {
  display: flex;
  gap: 10px;
}
@media (max-width: 480px) {
  .service-materials-header .service-material-actions {
    flex-wrap: wrap;
  }
}

.btn-sm {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.btn-sm i {
  font-size: 0.9em;
}

.material-preset-cards {
  margin: 15px 0;
}

.preset-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 15px;
}
@media (max-width: 768px) {
  .preset-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }
}
@media (max-width: 480px) {
  .preset-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.preset-card {
  background: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.2s ease;
  cursor: pointer;
}
.preset-card:hover {
  border-color: rgba(40, 40, 61, 0.3);
  box-shadow: 0 3px 8px rgba(206, 212, 218, 0.1);
  transform: translateY(-2px);
}
.preset-card .preset-icon {
  width: 36px;
  height: 36px;
  background: rgba(233, 236, 239, 0.5);
  border-radius: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.preset-card .preset-icon i {
  color: #fe5416;
  font-size: 1.1em;
}
.preset-card .preset-info {
  flex: 1;
  min-width: 0;
}
.preset-card .preset-info .preset-name {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: #28283d;
  margin-bottom: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.preset-card .preset-info .preset-price {
  display: block;
  font-size: 0.75rem;
  color: #fe5416;
}
.preset-card[data-item-type=material] .preset-icon {
  background: rgba(66, 133, 244, 0.1);
  border: 1px solid rgba(66, 133, 244, 0.2);
  border-radius: 50%;
}
.preset-card[data-item-type=material] .preset-icon i {
  color: #4285F4;
}
.preset-card[data-item-type=material] .preset-price {
  color: #28283d;
}
.preset-card[data-item-type=service] .preset-icon {
  background: rgba(66, 133, 244, 0.1);
}
.preset-card[data-item-type=service] .preset-icon i {
  color: #4285F4;
}
.preset-card[data-item-type=service] .preset-price {
  color: #4285F4;
}

.type-button[data-type=low_priority]:hover, .type-button[data-type=low_priority].active {
  background-color: rgba(40, 167, 69, 0.15);
  border-color: rgba(40, 167, 69, 0.3);
}
.type-button[data-type=normal_priority]:hover, .type-button[data-type=normal_priority].active {
  background-color: rgba(40, 40, 61, 0.15);
  border-color: rgba(40, 40, 61, 0.3);
}
.type-button[data-type=high_priority]:hover, .type-button[data-type=high_priority].active {
  background-color: rgba(229, 115, 115, 0.15);
  border-color: rgba(229, 115, 115, 0.3);
}

.type-button_sub[data-type=maintenance]:hover, .type-button_sub[data-type=maintenance].active {
  background-color: rgba(40, 167, 69, 0.15);
  border-color: rgba(40, 167, 69, 0.3);
}
.type-button_sub[data-type=repair]:hover, .type-button_sub[data-type=repair].active {
  background-color: rgba(229, 115, 115, 0.15);
  border-color: rgba(229, 115, 115, 0.3);
}
.type-button_sub[data-type=installation]:hover, .type-button_sub[data-type=installation].active {
  background-color: rgba(23, 162, 184, 0.15);
  border-color: rgba(23, 162, 184, 0.3);
}

/* Planning responsiviteit fixes 
 * Deze sectie bevat fixes voor de planningpagina
 * om problemen met horizontale scrollbars op te lossen
 */
.planning-container {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  transition: all 0.3s ease;
}

#calendar {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: hidden !important;
}
#calendar .fc-view-harness {
  width: 100% !important;
}
#calendar .fc-scrollgrid {
  width: 100% !important;
  border-collapse: collapse;
}
#calendar .fc-scrollgrid-section-body,
#calendar .fc-scrollgrid-section-header {
  width: 100% !important;
}
#calendar .fc-scroller {
  overflow-x: hidden !important;
}
#calendar .fc-time-grid-container {
  overflow-x: hidden !important;
}
#calendar .fc-col-header,
#calendar .fc-timegrid-body,
#calendar .fc-timegrid-cols,
#calendar .fc-timegrid-slots,
#calendar .fc-daygrid-body {
  width: 100% !important;
  min-width: 0 !important;
}
@media (max-width: 768px) {
  #calendar .fc-toolbar {
    flex-direction: column;
  }
  #calendar .fc-toolbar .fc-toolbar-chunk {
    margin-bottom: 0.5rem;
  }
}
#calendar table, #calendar tr, #calendar td, #calendar th {
  border-collapse: collapse;
  box-sizing: border-box;
}
#calendar .fc-timegrid-slots tr {
  min-height: 30px;
}

.card #calendar .fc-view-harness {
  min-height: 500px;
}

.dashboard-main.expanded .module-form--container,
.dashboard-main.expanded .module-details,
.dashboard-main.expanded .planning-container {
  transition: width 0.3s ease;
  max-width: 100%;
  overflow-x: hidden;
}
.dashboard-main.expanded #calendar {
  transition: width 0.3s ease;
  width: 100% !important;
}

.file-info {
  display: flex;
  align-items: center;
}
.file-info i {
  margin-right: 0.5rem;
  color: var(--color-primary);
}

.notes-display {
  padding: 1rem;
  background-color: var(--color-bg-subtle);
  border-radius: 0.5rem;
  white-space: pre-wrap;
}

body, html {
  overflow-x: hidden;
}

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

/* Customer Preview Component
 * Stijlen voor de klantvoorvertoning in de klantenbeheer-module
 */
.customer-preview-content .preview-header {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.customer-preview-content .preview-header .preview-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: var(--accent-light);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.75rem;
  overflow: hidden;
}
.customer-preview-content .preview-header .preview-avatar i {
  font-size: 1.5rem;
  color: var(--primary);
}
.customer-preview-content .preview-header .preview-avatar img.customer-avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.customer-preview-content .preview-header .preview-avatar .avatar-initials {
  font-size: 1.2rem;
  font-weight: bold;
  color: var(--primary);
}
.customer-preview-content .preview-header .preview-title {
  flex: 1;
}
.customer-preview-content .preview-header .preview-title h4 {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.2;
}
.customer-preview-content .preview-header .preview-title .customer-type-container {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  margin-top: 0.25rem;
}
.customer-preview-content .preview-header .preview-title .customer-type-container .customer-type-icon {
  font-size: 0.9rem;
  color: var(--text-secondary);
}
.customer-preview-content .preview-header .preview-title .customer-type-container .customer-type {
  font-size: 0.8rem;
  color: var(--text-secondary);
}
.customer-preview-content .preview-header .preview-share-buttons {
  display: flex;
  gap: 0.5rem;
}
.customer-preview-content .preview-header .preview-share-buttons .share-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background-color: var(--background-light);
  color: var(--text-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 0;
}
.customer-preview-content .preview-header .preview-share-buttons .share-btn i {
  font-size: 1rem;
}
.customer-preview-content .preview-header .preview-share-buttons .share-btn:hover {
  transform: translateY(-2px);
  opacity: 1;
}
.customer-preview-content .preview-header .preview-share-buttons .share-btn.share-whatsapp {
  background-color: rgba(37, 211, 102, 0.1);
  color: #28a745;
}
.customer-preview-content .preview-header .preview-share-buttons .share-btn.share-whatsapp:hover {
  background-color: #28a745;
  color: white;
}
.customer-preview-content .preview-header .preview-share-buttons .share-btn.share-email {
  background-color: rgba(66, 133, 244, 0.1);
  color: #4285F4;
}
.customer-preview-content .preview-header .preview-share-buttons .share-btn.share-email:hover {
  opacity: 1;
  visibility: visible;
  background-color: #4285F4;
  color: white;
  transform: translateY(-2px);
  opacity: 1;
}
.customer-preview-content .preview-stats {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.customer-preview-content .preview-stats .stat-item {
  flex: 1;
  background-color: rgba(248, 249, 250, 0.7);
  padding: 0.75rem;
  border-radius: 0.5rem;
  text-align: center;
  transition: all 0.2s ease;
  border: 1px solid #dee2e6;
  position: relative;
  overflow: hidden;
}
.customer-preview-content .preview-stats .stat-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #B39DDB, rgb(222.3880597015, 212.947761194, 239.552238806));
  opacity: 0.8;
}
.customer-preview-content .preview-stats .stat-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
}
.customer-preview-content .preview-stats .stat-item.stat-item-workorders::before {
  background: linear-gradient(90deg, #B39DDB, rgb(222.3880597015, 212.947761194, 239.552238806));
}
.customer-preview-content .preview-stats .stat-item.stat-item-invoices::before {
  background: linear-gradient(90deg, #17a2b8, rgb(53.6666666667, 205.7608695652, 229.8333333333));
}
.customer-preview-content .preview-stats .stat-item.stat-item-documents::before {
  background: linear-gradient(90deg, #28a745, rgb(72.268115942, 211.231884058, 104));
}
.customer-preview-content .preview-contact {
  margin-bottom: 1rem;
}
.customer-preview-content .preview-contact .contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.customer-preview-content .preview-contact .contact-item i {
  font-size: 0.9rem;
  color: var(--text-secondary);
  width: 20px;
  margin-right: 0.5rem;
}
.customer-preview-content .preview-contact .contact-item a, .customer-preview-content .preview-contact .contact-item span {
  font-size: 0.9rem;
  color: var(--text);
  text-decoration: none;
}
.customer-preview-content .preview-contact .contact-item a:hover, .customer-preview-content .preview-contact .contact-item span:hover {
  text-decoration: underline;
}
.customer-preview-content .preview-actions {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.5rem;
}
.customer-preview-content .preview-actions .preview-action-btn {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 0.5rem;
  border-radius: 0.5rem;
  background-color: rgba(248, 249, 250, 0.7);
  color: #28283d;
  text-decoration: none;
  font-size: 0.9rem;
  transition: all 0.2s ease;
  border: 1px solid #dee2e6;
  font-weight: 500;
}
.customer-preview-content .preview-actions .preview-action-btn i {
  font-size: 1.1rem;
  color: #fe5416;
  transition: all 0.2s ease;
}
.customer-preview-content .preview-actions .preview-action-btn:hover {
  background-color: #ffffff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  transform: translateY(-2px);
}
.customer-preview-content .preview-actions .preview-action-btn:hover i {
  transform: scale(1.1);
}
.customer-preview-content .preview-actions .preview-action-btn.view-details i {
  color: #4285F4;
}
.customer-preview-content .preview-actions .preview-action-btn.create-workorder i {
  color: #fe5416;
}
.customer-preview-content .preview-actions .preview-action-btn.send-email i {
  color: #28a745;
}

.loading-indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  text-align: center;
  color: var(--text-secondary);
}
.loading-indicator i {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  animation: spin 1.5s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Foutmelding in klantpreview */
.preview-error {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  text-align: center;
  color: var(--danger);
}
.preview-error i {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.preview-error p {
  margin: 0;
  color: var(--text);
}

.empty-preview-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  text-align: center;
  color: var(--text-secondary);
}
.empty-preview-state i {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.empty-preview-state p {
  margin: 0;
}

/* Klant-tabel stijlen - .module-table geconsolideerd naar components/_tables.scss */
/* .type-column styling is behouden in geconsolideerde versie */
/* Module Components - Herbruikbare componenten voor modules */
.module__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.module__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.module__avatar .avatar-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f9fa;
  color: #ced4da;
}
.module__avatar .avatar-placeholder i {
  font-size: 24px;
}

.module-map {
  height: 300px;
  border-radius: 0.25rem;
  overflow: hidden;
  border: 1px solid #dee2e6;
  margin-top: 1rem;
}

.module-avatar-upload {
  position: relative;
  cursor: pointer;
}
.module-avatar-upload input[type=file] {
  display: none;
}
.module-avatar-upload__overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(40, 40, 61, 0.75);
  backdrop-filter: blur(3px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
  pointer-events: none;
}
.module-avatar-upload__overlay .upload-overlay-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-align: center;
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.module-avatar-upload__overlay .upload-overlay-content i {
  color: #ffffff;
  font-size: 32px;
  margin-bottom: 0.25rem;
}
.module-avatar-upload__overlay .upload-overlay-content span {
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 600;
  text-shadow: 0 1px 3px rgba(40, 40, 61, 0.7);
  line-height: 1.2;
}
.module-avatar-upload:hover .module-avatar-upload__overlay {
  opacity: 1;
}
.module-avatar-upload::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  z-index: 3;
  cursor: pointer;
}

.module-alert {
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.module-alert--success {
  background: rgba(40, 167, 69, 0.1);
  color: #28a745;
}
.module-alert--danger {
  background: rgba(229, 115, 115, 0.1);
  color: #E57373;
}

.module-popup__header {
  padding: 1rem;
  border-bottom: 1px solid #dee2e6;
}
.module-popup__content {
  padding: 1.5rem;
}
.module-popup__footer {
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
}

.module__avatar-section {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.module__avatar-section .module__avatar-preview {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
.module__avatar-section .module__avatar-preview .module__avatar-circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: var(--neutral-50);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.module__avatar-section .module__avatar-preview .module__avatar-circle.has-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.module__avatar-section .module__avatar-preview .module__avatar-circle i {
  font-size: 2.5rem;
  color: var(--neutral-400);
}
.module__avatar-section .module__avatar-controls {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
@media (max-width: 576px) {
  .module__avatar-section .module__avatar-controls {
    grid-template-columns: 1fr;
  }
}
.module__avatar-section .module__avatar-controls h3 {
  font-size: 0.9rem;
  color: var(--neutral-700);
  margin-bottom: 1rem;
}
.module__avatar-section .module__avatar-icons .module__avatar-options-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}
@media (max-width: 576px) {
  .module__avatar-section .module__avatar-icons .module__avatar-options-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.module__avatar-section .module__avatar-icons .avatar-option {
  aspect-ratio: 1;
  border: 2px solid var(--neutral-100);
  border-radius: 0.5rem;
  cursor: pointer;
  transition: all 0.2s;
}
.module__avatar-section .module__avatar-icons .avatar-option:hover {
  border-color: var(--primary-300);
}
.module__avatar-section .module__avatar-icons .avatar-option.selected {
  border-color: var(--primary-500);
}
.module__avatar-section .module__avatar-icons .avatar-option img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.module__avatar-section .module__avatar-upload .upload-zone {
  border: 2px dashed var(--neutral-200);
  border-radius: 0.5rem;
  padding: 1rem;
  text-align: center;
  transition: all 0.2s;
}
.module__avatar-section .module__avatar-upload .upload-zone:hover {
  border-color: var(--primary-300);
}
.module__avatar-section .module__avatar-upload .upload-zone .upload-preview {
  min-height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.module__avatar-section .module__avatar-upload .upload-zone .upload-preview i {
  font-size: 2rem;
  color: var(--neutral-400);
}
.module__avatar-section .module__avatar-upload .upload-zone .upload-preview span {
  font-size: 0.8rem;
  color: var(--neutral-500);
}
.module__avatar-section .module__avatar-upload .upload-zone .upload-preview img {
  max-width: 100%;
  max-height: 120px;
  object-fit: contain;
}
.module__avatar-section .module__avatar-upload .module__avatar-upload-btn {
  width: 100%;
  padding: 0.5rem;
  background: var(--neutral-50);
  border: 1px solid var(--neutral-200);
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  cursor: pointer;
  transition: all 0.2s;
}
.module__avatar-section .module__avatar-upload .module__avatar-upload-btn:hover {
  background: var(--neutral-100);
}

.color-picker-container {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  position: relative;
}
.color-picker-label {
  font-size: 0.875rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.color-picker-label .form-group__info {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-left: 0.25rem;
}
.color-picker-label .form-group__info i {
  color: var(--neutral-400);
  font-size: 14px;
  cursor: help;
}
.color-picker-label .form-group__info .form-group__tooltip {
  position: absolute;
  top: calc(100% + 5px);
  left: 50%;
  transform: translateX(-50%);
  background: var(--charcoal);
  color: white;
  padding: 0.5rem 0.75rem;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
  z-index: 10;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  width: max-content;
  max-width: 250px;
}
.color-picker-label .form-group__info .form-group__tooltip::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  background: var(--charcoal);
}
.color-picker-label .form-group__info:hover .form-group__tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.color-picker-preset {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.color-picker-button {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid var(--neutral-200);
  cursor: pointer;
  transition: all 0.2s;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.color-picker-button:hover {
  transform: scale(1.1);
}
.color-picker-button.active {
  border-color: var(--primary-500);
}
.color-picker-button.active::after {
  content: "\eb80";
  font-family: "uicons-regular-rounded";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 12px;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
.color-picker-custom {
  position: relative;
  background: linear-gradient(45deg, #f0f0f0, #ffffff) !important;
}
.color-picker-custom i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--charcoal);
  font-size: 14px;
  z-index: 1;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.color-picker-custom input[type=color] {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.color-picker-custom:hover {
  transform: scale(1.1);
}
.color-picker-custom:hover i {
  color: var(--primary-500);
}
.color-picker-single {
  display: flex;
  align-items: center;
  gap: 10px;
}
.color-picker-single .color-display {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid var(--neutral-200);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
}
.color-picker-single .color-display i {
  color: white;
  font-size: 14px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.color-picker-single .color-display:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.color-picker-single input[type=color] {
  width: 0;
  height: 0;
  padding: 0;
  border: none;
  visibility: hidden;
  position: absolute;
}

.card-header__right .checkbox-container.checkbox-label {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #ffffff;
}
.card-header__right .checkbox-container.checkbox-label .color-picker-container {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-left: 1rem;
  border-left: 1px solid var(--neutral-200);
}

.card-header__right--planning {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: nowrap;
}
.card-header__right--planning .planning-filter-select {
  padding: 5px 10px;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  background: #ffffff;
  font-size: 0.875rem;
  color: #495057;
  cursor: pointer;
  transition: all 0.2s ease;
}
.card-header__right--planning .planning-filter-select:hover {
  border-color: #28283d;
}
.card-header__right--planning .planning-filter-select:focus {
  outline: none;
  border-color: #28283d;
  box-shadow: 0 0 0 2px rgba(40, 40, 61, 0.1);
}
.card-header__right--planning .header-action-link {
  white-space: nowrap;
}
@media (max-width: 576px) {
  .card-header__right--planning {
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
  }
  .card-header__right--planning .planning-filter-select {
    flex: 1;
    min-width: 150px;
  }
}

.existing-certificates-section {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--neutral-200);
}

.certificate-section-title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--neutral-700);
  margin-bottom: 1rem;
}

.existing-certificates-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.existing-certificate {
  border: 1px solid var(--neutral-200);
  border-radius: 8px;
  padding: 1rem;
  background-color: var(--neutral-50);
}
.existing-certificate .certificate-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1rem;
  font-size: 0.85rem;
}
.existing-certificate .certificate-meta .meta-label {
  color: var(--neutral-600);
  font-weight: 500;
  margin-right: 0.25rem;
}
.existing-certificate .certificate-meta .meta-value {
  color: var(--neutral-800);
}
.existing-certificate .certificate-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.existing-certificate .certificate-header .certificate-title {
  font-weight: 500;
  color: var(--neutral-800);
}
.existing-certificate .certificate-header .certificate-actions {
  display: flex;
  gap: 0.5rem;
}
.existing-certificate .edit-certificate,
.existing-certificate .delete-certificate {
  background: none;
  border: none;
  padding: 0.25rem;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: all 0.2s;
}
.existing-certificate .edit-certificate:hover,
.existing-certificate .delete-certificate:hover {
  background-color: var(--neutral-100);
}
.existing-certificate .edit-certificate {
  color: var(--primary-500);
}
.existing-certificate .edit-certificate:hover {
  color: var(--primary-600);
}
.existing-certificate .delete-certificate {
  color: var(--danger-500);
}
.existing-certificate .delete-certificate:hover {
  color: var(--danger-600);
}
.existing-certificate .certificate-dates {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.existing-certificate .certificate-dates .form-group {
  flex: 1;
  min-width: 150px;
}

.team-card {
  margin-bottom: 1.5rem;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 1rem;
  background: #fafbfc;
  position: relative;
}
.team-card strong {
  display: block;
  margin-bottom: 0.5rem;
  padding-right: 30px;
}
.team-card .delete-team-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  background: none;
  border: none;
  color: #dc3545;
  padding: 0;
  cursor: pointer;
}
.team-card .team-manager {
  color: #555;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}
.team-card .team-members-label {
  font-weight: 500;
  margin-bottom: 0.25rem;
  color: #666;
}
.team-card .team-members-list {
  list-style: none;
  padding: 0;
  margin: 0 0 0.75rem 0;
  max-height: 200px;
  overflow-y: auto;
}
.team-card .team-members-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.25rem 0;
  border-bottom: 1px solid #f0f0f0;
}
.team-card .team-members-list li:last-child {
  border-bottom: none;
}
.team-card .team-members-list li .member-info {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.team-card .team-members-list li .role-badge {
  margin-left: 0.5rem;
  font-size: 0.7rem;
  padding: 0.15rem 0.4rem;
  background: #f0f0f0;
  border-radius: 0.25rem;
  color: #555;
}
.team-card .team-members-list li .remove-member-btn {
  background: none;
  border: none;
  color: #dc3545;
  cursor: pointer;
}
.team-card .add-member-form {
  display: flex;
  gap: 0.5rem;
}
.team-card .add-member-form select {
  flex: 1;
}
.team-card .add-member-form button {
  padding: 0.25rem 0.5rem;
}

.members-list {
  list-style: none;
  padding: 0;
  margin: 0;
  background: var(--neutral-50);
  border-radius: 0.25rem;
  padding: 0.25rem;
  min-height: 2.2rem;
}

.member-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.25rem 0;
  border-bottom: 1px solid var(--neutral-100);
}
.member-item:last-child {
  border-bottom: none;
}
.member-item span {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.member-item span i {
  color: var(--neutral-400);
}

.add-member-form {
  margin-top: 0.25rem;
  display: flex;
  gap: 0.25rem;
  align-items: center;
}
.add-member-form select {
  flex: 1;
}
.add-member-form button {
  padding: 0.25rem 0.5rem;
  background: var(--success-500);
  color: #ffffff;
  border: none;
  border-radius: 0.25rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s;
}
.add-member-form button:hover {
  background: var(--success-600);
}
.add-member-form button i {
  font-size: 1.1em;
}

.empty-message {
  color: var(--neutral-400);
  font-style: italic;
  text-align: center;
  padding: 0.25rem;
}

/* Checkbox styling */
.checkbox-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
}

.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  width: 20px;
  height: 20px;
}
.styled-checkbox + label:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  background: white;
  border-radius: 3px;
  transition: all 0.2s ease;
}
.styled-checkbox + label:hover:before {
  border-color: #4558BE;
}
.styled-checkbox:checked + label:before {
  background-color: #4558BE;
  border-color: #4558BE;
}
.styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 11px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Acties kolom styling */
.actions-cell {
  overflow: visible !important;
  position: relative;
}
.actions-cell .actions-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: visible !important;
  position: relative;
}
.actions-cell .actions-wrapper .checkbox-wrapper {
  margin-right: 10px;
}
.actions-cell .actions-wrapper .action-buttons-wrapper {
  display: flex;
  align-items: center;
  gap: 4px;
  overflow: visible !important;
  position: relative;
  z-index: 1;
}

/* Select all checkbox in table header */
.select-all-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.category-tree-container {
  width: 100%;
}

.category-tree-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  background-color: #f8f9fa;
  border-bottom: 2px solid #dee2e6;
  font-weight: 600;
  color: #495057;
}
.category-tree-header .category-tree-header-item {
  flex: 1;
}
.category-tree-header .category-tree-header-item:last-child {
  flex: 0 0 120px;
  text-align: right;
}

.category-tree-list {
  padding: 0.5rem 0;
}

.category-tree-item {
  border-bottom: 1px solid rgba(222, 226, 230, 0.5);
  transition: background-color 0.2s ease;
}
.category-tree-item:hover {
  background-color: rgba(248, 249, 250, 0.5);
}
.category-tree-item[data-level="0"] {
  border-bottom: 2px solid #dee2e6;
  border-left: 4px solid #28283d;
  background-color: rgba(40, 40, 61, 0.08);
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.category-tree-item[data-level="0"] .category-tree-icon {
  color: #28283d;
  font-size: 18px;
}
.category-tree-item[data-level="0"] .category-tree-name {
  font-size: 1rem;
  font-weight: 600;
  color: #28283d;
}
.category-tree-item[data-level="0"] .category-tree-content {
  padding: 1rem 1.5rem;
}
.category-tree-item[data-level="1"] {
  border-left: 4px solid #fe5416;
  background-color: rgba(255, 255, 255, 0.5);
}
.category-tree-item[data-level="1"] .category-tree-icon {
  color: #fe5416;
  font-size: 16px;
}
.category-tree-item[data-level="1"] .category-tree-name {
  font-size: 0.875rem;
  font-weight: 500;
  color: #495057;
}
.category-tree-item[data-level="1"] .category-tree-content {
  padding: 0.5rem 1.5rem;
}
.category-tree-item[data-level="1"]:hover {
  background-color: rgba(254, 84, 22, 0.05);
}
.category-tree-item[data-level="2"] {
  border-left: 4px solid #ced4da;
  background-color: rgba(248, 249, 250, 0.5);
}
.category-tree-item[data-level="2"] .category-tree-icon {
  color: #6c757d;
  font-size: 14px;
}
.category-tree-item[data-level="2"] .category-tree-name {
  font-size: 0.875rem;
  font-weight: 400;
  color: #6c757d;
}
.category-tree-item[data-level="2"] .category-tree-content {
  padding: 0.25rem 1.5rem;
}
.category-tree-item[data-level="2"]:hover {
  background-color: rgba(248, 249, 250, 0.5);
}

.category-tree-content {
  display: flex;
  align-items: center;
  padding: 1rem 1.5rem;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.category-tree-indent {
  display: inline-block;
  min-width: 20px;
  user-select: none;
}

.category-tree-icon {
  font-size: 16px;
  margin-right: 0.25rem;
  flex-shrink: 0;
}

.category-tree-name {
  font-weight: 500;
  color: #343a40;
  flex: 1;
  min-width: 150px;
}

.category-tree-parent {
  font-size: 0.875rem;
  color: #6c757d;
  font-style: italic;
  margin-left: 0.25rem;
}

.category-tree-description {
  font-size: 0.875rem;
  color: #6c757d;
  margin-left: 0.5rem;
}

.category-tree-actions {
  display: flex;
  gap: 0.25rem;
  align-items: center;
  margin-left: auto;
}
.category-tree-actions .btn {
  padding: 4px 8px;
  font-size: 14px;
}

.open-orders-badge {
  position: relative;
  display: inline-block;
}
.open-orders-badge .badge, .open-orders-badge .employee-count-badge {
  cursor: pointer;
  transition: all 0.2s ease;
}
.open-orders-badge .badge:hover, .open-orders-badge .employee-count-badge:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}
.open-orders-badge .open-orders-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  background: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 0.2rem;
  padding: 0.25rem;
  margin-top: 0.25rem;
  box-shadow: 0 2px 8px rgba(40, 40, 61, 0.1);
  min-width: 200px;
  max-height: 300px;
  overflow-y: auto;
}
.open-orders-badge .open-orders-list a {
  display: block;
  padding: 0.25rem 0.5rem;
  text-decoration: none;
  color: #28283d;
  border-radius: 0.2rem;
  transition: all 0.2s ease;
}
.open-orders-badge .open-orders-list a:hover {
  background: rgba(40, 40, 61, 0.1);
  color: #28283d;
}
.open-orders-badge .open-orders-list a i {
  margin-right: 0.25rem;
  color: #f9d84b;
}

.category-tree-row[data-level="0"] {
  background-color: rgba(40, 40, 61, 0.08);
  border-left: 4px solid #28283d;
  font-weight: 600;
  border-top: 2px solid rgba(222, 226, 230, 0.3);
}
.category-tree-row[data-level="0"] .category-tree-icon {
  color: #28283d;
  font-size: 18px;
}
.category-tree-row[data-level="0"] .category-tree-name {
  font-size: 1rem;
  font-weight: 600;
  color: #28283d;
}
.category-tree-row[data-level="0"] td {
  padding: 1rem 1.5rem;
}
.category-tree-row[data-level="0"]:hover {
  background-color: rgba(40, 40, 61, 0.12);
}
.category-tree-row[data-level="1"] {
  background-color: rgba(255, 255, 255, 0.5);
  border-left: 4px solid #fe5416;
  padding-left: 1.5rem;
}
.category-tree-row[data-level="1"] .category-tree-icon {
  color: #fe5416;
  font-size: 16px;
}
.category-tree-row[data-level="1"] .category-tree-name {
  font-size: 0.875rem;
  font-weight: 500;
  color: #495057;
}
.category-tree-row[data-level="1"] td {
  padding: 0.5rem 1.5rem;
}
.category-tree-row[data-level="1"]:hover {
  background-color: rgba(254, 84, 22, 0.05);
}
.category-tree-row[data-level="2"] {
  background-color: rgba(248, 249, 250, 0.5);
  border-left: 4px solid #ced4da;
}
.category-tree-row[data-level="2"] .category-tree-icon {
  color: #6c757d;
  font-size: 14px;
}
.category-tree-row[data-level="2"] .category-tree-name {
  font-size: 0.875rem;
  font-weight: 400;
  color: #6c757d;
}
.category-tree-row[data-level="2"] td {
  padding: 0.25rem 1.5rem;
}
.category-tree-row[data-level="2"]:hover {
  background-color: rgba(248, 249, 250, 0.5);
}
.category-tree-row:hover {
  transition: background-color 0.2s ease;
}

.category-name-cell {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.category-name-cell .category-tree-indent {
  display: inline-block;
  min-width: 24px;
  user-select: none;
}
.category-name-cell .category-tree-icon {
  margin-right: 0.25rem;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.category-name-cell .category-tree-name {
  transition: color 0.2s ease;
}
.category-name-cell .category-tree-parent {
  font-size: 0.75rem;
  color: #adb5bd;
  font-style: italic;
  margin-left: 0.25rem;
  font-weight: 400;
}

.table-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  border: 1px solid #dee2e6;
  border-top: none;
  border-radius: 0 0 0.25rem 0.25rem;
  background-color: #f8f9fa;
}
.table-pagination .pagination-info {
  color: #6c757d;
  font-size: 0.9rem;
}
.table-pagination .pagination-info #total-employees {
  font-weight: 600;
  color: #343a40;
}
.table-pagination .pagination-nav .pagination-list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 0.3rem;
}
.table-pagination .pagination-nav .pagination-list .pagination-item .pagination-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 32px;
  padding: 0 0.5rem;
  border-radius: 0.25rem;
  background: #ffffff;
  border: 1px solid #dee2e6;
  color: #495057;
  text-decoration: none;
  transition: all 0.2s ease;
}
.table-pagination .pagination-nav .pagination-list .pagination-item .pagination-link:hover {
  background: #f8f9fa;
  border-color: #ced4da;
}
.table-pagination .pagination-nav .pagination-list .pagination-item.active .pagination-link {
  background: #28283d;
  border-color: #28283d;
  color: #ffffff;
  font-weight: 600;
}
.table-pagination .pagination-nav .pagination-list .pagination-item .pagination-prev,
.table-pagination .pagination-nav .pagination-list .pagination-item .pagination-next {
  padding: 0 1rem;
}
.table-pagination .per-page-selector {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.table-pagination .per-page-selector label {
  color: #6c757d;
  font-size: 0.9rem;
}
.table-pagination .per-page-selector .per-page-select {
  width: 70px;
  height: 32px;
  padding: 0 0.25rem;
}

.status-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.status-indicator .status-icon {
  font-size: 15px;
}
.status-indicator .status-icon:before {
  display: block;
  border-radius: 50%;
  content: "";
  width: 10px;
  height: 10px;
  background-color: currentColor;
}
.status-indicator[data-status=active] .status-icon {
  color: #28a745;
}
.status-indicator[data-status=inactive] .status-icon {
  color: #f9d84b;
}
.status-indicator[data-status=suspended] .status-icon {
  color: #E57373;
}
.status-indicator[data-status=pending] .status-icon {
  color: #17a2b8;
}
.status-indicator[data-status=in_progress] .status-icon {
  color: #f9d84b;
}
.status-indicator[data-status=completed] .status-icon {
  color: #28a745;
}
.status-indicator[data-status=cancelled] .status-icon {
  color: #E57373;
}
.status-indicator[data-status=expired] .status-icon {
  color: #E57373;
}
.status-indicator[data-status=critical] .status-icon {
  color: #E57373;
}
.status-indicator[data-status=warning] .status-icon {
  color: #E57373;
}
.status-indicator[data-status=error] .status-icon {
  color: #E57373;
}
.status-indicator[data-status=info] .status-icon {
  color: #17a2b8;
}
.status-indicator[data-status=debug] .status-icon {
  color: #adb5bd;
}
.status-indicator[data-status=sent] .status-icon {
  color: #17a2b8;
}
.status-indicator[data-status=paid] .status-icon {
  color: #28a745;
}
.status-indicator[data-status=overdue] .status-icon {
  color: #E57373;
}
.status-indicator[data-status=draft] .status-icon {
  color: #adb5bd;
}
.status-indicator:hover::after {
  content: attr(title);
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(40, 40, 61, 0.95);
  color: #ffffff;
  padding: 0.375rem 0.625rem;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  white-space: nowrap;
  z-index: 1000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  pointer-events: none;
}
.status-indicator:hover::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  border: 4px solid transparent;
  border-top-color: rgba(40, 40, 61, 0.95);
  z-index: 1001;
  pointer-events: none;
}

.role-badge {
  display: inline-flex;
  padding: 0.25rem 0.5rem;
  background-color: #f8f9fa;
  color: #495057;
  border-radius: 0.25rem;
  font-size: 0.85rem;
  font-weight: 500;
}

.priority-chips {
  display: flex;
  gap: 8px;
  margin-left: 16px;
}
.priority-chips .priority-chip {
  position: relative;
  cursor: pointer;
}
.priority-chips .priority-chip .priority-chip-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.priority-chips .priority-chip .priority-chip-input:checked + .priority-chip-content {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}
.priority-chips .priority-chip .priority-chip-input:checked + .priority-chip-content i {
  color: white;
}
.priority-chips .priority-chip .priority-chip-content {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border: 1px solid var(--border-color);
  border-radius: 20px;
  transition: all 0.2s ease;
  background-color: var(--background-color);
}
.priority-chips .priority-chip .priority-chip-content:hover {
  background-color: var(--hover-color);
  border-color: var(--primary-color);
}
.priority-chips .priority-chip .priority-chip-content i {
  font-size: 14px;
  color: var(--text-color);
  transition: color 0.2s ease;
}
.priority-chips .priority-chip .priority-chip-content span {
  font-size: 14px;
  font-weight: 500;
}

.source-selector {
  align-items: center;
}
.source-selector .form-group {
  margin-bottom: 0;
}

.source-buttons {
  display: flex;
  gap: 0.5rem;
}
@media (max-width: 768px) {
  .source-buttons {
    flex-wrap: wrap;
  }
}

.source-container {
  margin-top: 1rem;
}
.source-container[data-source=none] {
  display: block;
}
.source-container[data-source=quote], .source-container[data-source=order] {
  display: none;
}

.order-upload-container {
  margin-top: 1rem;
}

.file-upload-zone {
  border: 2px dashed #dee2e6;
  border-radius: 0.25rem;
  padding: 3rem;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #ffffff;
}
.file-upload-zone:hover {
  border-color: #28283d;
  background: #f8f9fa;
}
.file-upload-zone:hover .upload-icon {
  color: #28283d;
}
.file-upload-zone:hover .upload-link {
  color: rgb(19.801980198, 19.801980198, 30.198019802);
}
.file-upload-zone .upload-icon {
  font-size: 2rem;
  color: #ced4da;
  margin-bottom: 1rem;
  transition: color 0.2s ease;
}
.file-upload-zone .upload-text p {
  margin: 0.25rem 0;
  color: #6c757d;
}
.file-upload-zone .upload-text p:first-child {
  font-size: 1rem;
}
.file-upload-zone .upload-text .upload-link {
  color: #28283d;
  text-decoration: underline;
  cursor: pointer;
  transition: color 0.2s ease;
}
.file-upload-zone .upload-text .upload-info {
  font-size: 0.85rem;
  color: #adb5bd;
}

.order-import-options {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .order-import-options {
    flex-direction: column;
  }
}

.task-templates {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 15px;
  margin-top: 10px;
}

.task-template {
  background: #f8f9fa;
  border: 2px solid #e9ecef;
  border-radius: 8px;
  padding: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  min-height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.task-template:hover {
  border-color: #007bff;
  background: #f0f8ff;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 123, 255, 0.15);
}
.task-template.dragging {
  opacity: 0.5;
  transform: rotate(5deg);
}
.task-template.drag-over {
  border-color: #007bff;
  background: #e3f2fd;
  transform: scale(1.05);
}
.task-template.loading {
  opacity: 0.6;
  pointer-events: none;
}
.task-template.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  border: 2px solid #f3f3f3;
  border-top: 2px solid #007bff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.task-template-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
  font-weight: 600;
  color: #495057;
}
.task-template-header i {
  font-size: 1.1em;
  color: #6c757d;
}

.task-template-details {
  font-size: 0.85em;
  color: #6c757d;
  margin-bottom: 4px;
}

.task-template-hint {
  font-size: 0.75em;
  color: #adb5bd;
  opacity: 0.7;
  margin-top: auto;
}
.task-template-hint i {
  font-size: 0.8em;
  margin-right: 2px;
}

.task-template[data-task-type=training] {
  border-left: 4px solid #10B981;
}
.task-template[data-task-type=training] .task-template-header i {
  color: #10B981;
}
.task-template[data-task-type=course] {
  border-left: 4px solid #8B5CF6;
}
.task-template[data-task-type=course] .task-template-header i {
  color: #8B5CF6;
}
.task-template[data-task-type=day_off] {
  border-left: 4px solid #F59E0B;
}
.task-template[data-task-type=day_off] .task-template-header i {
  color: #F59E0B;
}
.task-template[data-task-type=office_day] {
  border-left: 4px solid #6B7280;
}
.task-template[data-task-type=office_day] .task-template-header i {
  color: #6B7280;
}
.task-template[data-task-type=customer_visit] {
  border-left: 4px solid #EF4444;
}
.task-template[data-task-type=customer_visit] .task-template-header i {
  color: #EF4444;
}
.task-template[data-task-type=location_recording] {
  border-left: 4px solid #EC4899;
}
.task-template[data-task-type=location_recording] .task-template-header i {
  color: #EC4899;
}
.task-template[data-task-type=meeting] {
  border-left: 4px solid #06B6D4;
}
.task-template[data-task-type=meeting] .task-template-header i {
  color: #06B6D4;
}

.fc-event:not(.workorder-event):not(.task-event)[data-task-type=training] {
  background-color: #10B981 !important;
  border-color: #10B981 !important;
}
.fc-event:not(.workorder-event):not(.task-event)[data-task-type=course] {
  background-color: #8B5CF6 !important;
  border-color: #8B5CF6 !important;
}
.fc-event:not(.workorder-event):not(.task-event)[data-task-type=day_off] {
  background-color: #F59E0B !important;
  border-color: #F59E0B !important;
}
.fc-event:not(.workorder-event):not(.task-event)[data-task-type=office_day] {
  background-color: #6B7280 !important;
  border-color: #6B7280 !important;
}
.fc-event:not(.workorder-event):not(.task-event)[data-task-type=customer_visit] {
  background-color: #EF4444 !important;
  border-color: #EF4444 !important;
}
.fc-event:not(.workorder-event):not(.task-event)[data-task-type=location_recording] {
  background-color: #EC4899 !important;
  border-color: #EC4899 !important;
}
.fc-event:not(.workorder-event):not(.task-event)[data-task-type=meeting] {
  background-color: #06B6D4 !important;
  border-color: #06B6D4 !important;
}

.task-type-badge {
  display: inline-block;
  padding: 2px 6px;
  border-radius: 0.25rem;
  font-size: 0.75em;
  font-weight: 600;
  text-transform: uppercase;
  color: white;
  margin-bottom: 4px;
}
.task-type-badge.training {
  background-color: #10B981;
}
.task-type-badge.course {
  background-color: #8B5CF6;
}
.task-type-badge.day_off {
  background-color: #F59E0B;
}
.task-type-badge.office_day {
  background-color: #6B7280;
}
.task-type-badge.customer_visit {
  background-color: #EF4444;
}
.task-type-badge.location_recording {
  background-color: #EC4899;
}
.task-type-badge.meeting {
  background-color: #06B6D4;
}

.task-event {
  background-color: #fff !important;
  border: none !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  overflow: hidden;
  min-height: 85px;
  cursor: pointer;
}
.task-event:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
.task-event:active {
  transform: translateY(0);
  transition: all 0.1s;
}
.task-event .event-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 10px;
  border-radius: 0.5rem 0.5rem 0 0;
  min-height: 28px;
}
.task-event .event-header .employee-name {
  font-weight: 500;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.95);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  letter-spacing: 0.01em;
}
.task-event .event-header .task-type-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 6px;
  border-radius: 0.25rem;
  font-size: 0.7rem;
  font-weight: 600;
  color: white;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 120px;
}
.task-event .event-header .task-type-badge i {
  font-size: 0.8rem;
}
.task-event .event-header .task-type-badge span {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.task-event .event-body {
  background-color: #fff;
  padding: 8px 12px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 65px;
  justify-content: space-between;
}
.task-event .event-body .task-title-row {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  width: 100%;
  overflow: hidden;
}
.task-event .event-body .task-title-row .task-title {
  font-weight: 600;
  font-size: 0.85rem;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 0.01em;
  max-width: 100%;
  display: inline-block;
}
.task-event .event-body .task-customer {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.75rem;
  color: #666;
  margin-bottom: 5px;
}
.task-event .event-body .task-customer i {
  font-size: 0.8rem;
  color: #666;
  opacity: 0.8;
}
.task-event .event-body .task-customer .customer-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
  max-width: calc(100% - 20px);
}
.task-event .event-body .task-description {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  font-size: 0.75rem;
  color: #777;
  margin-bottom: 5px;
}
.task-event .event-body .task-description i {
  font-size: 0.8rem;
  color: #777;
  opacity: 0.8;
  margin-top: 1px;
  flex-shrink: 0;
}
.task-event .event-body .task-description .description-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
  max-width: calc(100% - 20px);
  line-height: 1.3;
}
.task-event .event-body .task-time {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.75rem;
  color: #777;
  margin-top: auto;
}
.task-event .event-body .task-time i {
  font-size: 0.8rem;
  color: #E67E22;
  opacity: 0.85;
}
.task-event .event-body .task-time .time-text {
  letter-spacing: 0.01em;
}

.workorder-event {
  background-color: #fff !important;
  border: none !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  overflow: hidden;
  min-height: 85px;
  cursor: pointer;
}
.workorder-event:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
.workorder-event:active {
  transform: translateY(0);
  transition: all 0.1s;
}
.workorder-event .event-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 10px;
  border-radius: 0.5rem 0.5rem 0 0;
  min-height: 28px;
}
.workorder-event .event-header .employee-name {
  font-weight: 500;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.95);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  letter-spacing: 0.01em;
}
.workorder-event .event-header .workorder-number.badge, .workorder-event .event-header .workorder-number.employee-count-badge {
  display: inline-flex;
  align-items: center;
  font-size: 0.7rem;
  padding: 1px 5px;
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
  border-radius: 0.25rem;
  margin-right: 6px;
  font-weight: 600;
  letter-spacing: 0.02em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 120px;
}
.workorder-event .event-body {
  background-color: #fff;
  padding: 8px 12px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 65px;
  justify-content: space-between;
}
.workorder-event .event-body .workorder-title-row {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  width: 100%;
  overflow: hidden;
}
.workorder-event .event-body .workorder-title-row .workorder-title {
  font-weight: 600;
  font-size: 0.85rem;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 0.01em;
  max-width: calc(100% - 130px);
  display: inline-block;
}
.workorder-event .event-body .workorder-details {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.75rem;
  color: #666;
  margin-bottom: 5px;
}
.workorder-event .event-body .workorder-details i {
  font-size: 0.8rem;
  color: #666;
  opacity: 0.8;
}
.workorder-event .event-body .workorder-details .customer-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
  max-width: calc(100% - 20px);
}
.workorder-event .event-body .workorder-time {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.75rem;
  color: #777;
  margin-top: auto;
}
.workorder-event .event-body .workorder-time i {
  font-size: 0.8rem;
  color: #E67E22;
  opacity: 0.85;
}
.workorder-event .event-body .workorder-time .time-text {
  letter-spacing: 0.01em;
}

@media (max-width: 1200px) {
  .task-templates {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 12px;
  }
}
@media (max-width: 768px) {
  .task-templates {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 10px;
  }
  .task-template {
    padding: 12px;
    min-height: 70px;
  }
  .task-template-header {
    font-size: 0.9em;
  }
  .task-template-details {
    font-size: 0.8em;
  }
}
@media (max-width: 576px) {
  .task-templates {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 8px;
  }
  .task-template {
    padding: 10px;
    min-height: 60px;
  }
  .task-template-header {
    font-size: 0.85em;
    gap: 6px;
  }
  .task-template-details {
    font-size: 0.75em;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.employee-color-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 8px;
  flex-shrink: 0;
}

.employee-color-data {
  display: none;
}

.preferred-date-section {
  display: none;
}

.preferred-date-icon {
  font-size: 1.2rem;
}

.send-method-description {
  border-left: 3px solid #673AB7;
  font-size: 0.9rem;
}

.employee-select-container.scrollable {
  max-height: 200px;
  overflow-y: auto;
}

.database-check-results {
  display: none;
  max-height: 200px;
  overflow-y: auto;
}

.toast-container {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 1rem;
  z-index: 11;
}

.history-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.current-period-label {
  margin-bottom: 0;
}

.preferred-date-header {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}

.preferred-date-title {
  margin-bottom: 0;
}

.send-method-options {
  padding: 0.5rem;
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  background-color: #f8f9fa;
}

.employee-select-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}

.employee-count-badge {
  background-color: #0d6efd;
  color: white;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  font-size: 0.875rem;
}

.status-icon {
  font-size: 1.25rem;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  cursor: help;
  transition: all 0.2s ease;
  background-color: transparent;
}
.status-icon:hover {
  transform: scale(1.1);
}
.status-icon--concept, .status-icon--draft {
  color: #95a5a6;
}
.status-icon--sent, .status-icon--ready, .status-icon--ordered, .status-icon--info {
  color: #17a2b8;
}
.status-icon--adjustment, .status-icon--picked, .status-icon--partial, .status-icon--warning {
  color: #f9d84b;
}
.status-icon--accepted, .status-icon--success, .status-icon--completed, .status-icon--complete {
  color: #28a745;
}
.status-icon--rejected, .status-icon--danger, .status-icon--cancelled {
  color: #e74c3c;
}
.status-icon--expired {
  color: #f97316;
}
.status-icon--secondary {
  color: #757575;
}

.workorder-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 8px;
  background-color: rgba(149, 117, 205, 0.1);
  border: 1px solid rgba(149, 117, 205, 0.3);
  border-radius: 0.25rem;
  font-size: 0.75rem;
  font-weight: 500;
  text-decoration: none;
  color: #9575CD;
  transition: all 0.2s ease;
}
.workorder-badge i {
  font-size: 0.7rem;
  color: #9575CD;
}
.workorder-badge:hover {
  background-color: rgba(149, 117, 205, 0.15);
  border-color: rgba(149, 117, 205, 0.5);
  text-decoration: none;
  color: rgb(120.2446808511, 79.5638297872, 191.4361702128);
}
.workorder-badge--more {
  background-color: rgba(75, 136, 249, 0.1);
  color: #4b88f9;
  border-color: rgba(75, 136, 249, 0.3);
  cursor: default;
}
.workorder-badge--more:hover {
  background-color: rgba(75, 136, 249, 0.1);
}
.workorder-badge--subscription {
  background-color: rgba(75, 136, 249, 0.1);
  color: #4b88f9;
  border-color: rgba(75, 136, 249, 0.3);
}
.workorder-badge--subscription i {
  color: #4b88f9;
}
.workorder-badge--subscription:hover {
  background-color: rgba(75, 136, 249, 0.15);
  border-color: rgba(75, 136, 249, 0.5);
  color: rgb(25.6451612903, 103.3709677419, 247.3548387097);
}
.workorder-badge--quote {
  background-color: rgba(0, 96, 100, 0.1);
  color: #006064;
  border-color: rgba(0, 96, 100, 0.3);
}
.workorder-badge--quote i {
  color: #006064;
}
.workorder-badge--quote:hover {
  background-color: rgba(0, 96, 100, 0.15);
  border-color: rgba(0, 96, 100, 0.5);
  color: rgb(0, 47.04, 49);
}
.workorder-badge--invoice {
  background-color: rgba(75, 136, 249, 0.1);
  color: #4b88f9;
  border-color: rgba(75, 136, 249, 0.3);
}
.workorder-badge--invoice i {
  color: #4b88f9;
}
.workorder-badge--invoice:hover {
  background-color: rgba(75, 136, 249, 0.15);
  border-color: rgba(75, 136, 249, 0.5);
  color: rgb(25.6451612903, 103.3709677419, 247.3548387097);
}

.workorders-column {
  min-width: 150px;
  max-width: 200px;
}
.workorders-column .workorder-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.progress-column {
  min-width: 100px;
  text-align: center;
}

.progress-bar-mini {
  position: relative;
  width: 100%;
  height: 20px;
  background-color: #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.progress-bar-mini__fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 10px;
  transition: width 0.3s ease;
}
.progress-bar-mini__fill--success {
  background-color: #28a745;
}
.progress-bar-mini__text {
  position: relative;
  z-index: 1;
  font-size: 0.7rem;
  font-weight: 600;
  color: #333;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
}

.pagination-container {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 1.5rem;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  background-color: #f8f9fa;
  border-radius: 0 0 0.25rem 0.25rem;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.pagination .pagination-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 0.5rem;
  border-radius: 0.25rem;
  background: #ffffff;
  border: 1px solid #dee2e6;
  color: #495057;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  transition: all 0.2s ease;
  cursor: pointer;
}
.pagination .pagination-link:hover:not(.active):not(:disabled) {
  background: #f8f9fa;
  border-color: #ced4da;
  color: #28283d;
}
.pagination .pagination-link.active {
  background: #28283d;
  border-color: #28283d;
  color: #f9d84b;
  font-weight: 600;
  cursor: default;
  box-shadow: 0 2px 8px rgba(40, 40, 61, 0.2);
}
.pagination .pagination-link.active:hover {
  background: rgb(29.900990099, 29.900990099, 45.599009901);
  border-color: rgb(29.900990099, 29.900990099, 45.599009901);
  color: #f9d84b;
  box-shadow: 0 3px 12px rgba(40, 40, 61, 0.3);
}
.pagination .pagination-link:disabled, .pagination .pagination-link.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.pagination .pagination-link.pagination-prev, .pagination .pagination-link.pagination-next {
  padding: 0 1rem;
  gap: 0.25rem;
}
.pagination .pagination-link.pagination-prev i, .pagination .pagination-link.pagination-next i {
  font-size: 0.875rem;
}

.pagination-info {
  text-align: center;
  font-size: 0.875rem;
  color: #6c757d;
  font-weight: 500;
}

.pagination-ellipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 0.5rem;
  color: #adb5bd;
  font-weight: 600;
}

.pagination-loading {
  position: relative;
  pointer-events: none;
  opacity: 0.6;
}
.pagination-loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  border: 2px solid #28283d;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.form-control, .module__input, .module-value-container {
  background: #ffffff;
  padding: calc(0.5rem / 1.5);
  border: 1px solid rgba(222, 226, 230, 0.2);
  border-radius: 0.2rem;
  font-size: 1rem;
  transition: all 0.2s ease;
}
.form-control:focus, .module__input:focus, .module-value-container:focus {
  border-color: #fe5416;
  background: #ffffff;
  box-shadow: 0 0 0 2px rgba(254, 84, 22, 0.1);
}
.form-control--readonly, .module__input--readonly, .module-value-container--readonly {
  background-color: #f8f9fa;
  color: #28283d;
  cursor: default;
  border-color: rgba(222, 226, 230, 0.15);
}
.form-control--readonly:focus, .module__input--readonly:focus, .module-value-container--readonly:focus {
  border-color: rgba(222, 226, 230, 0.15);
  box-shadow: none;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 0.25rem;
  gap: 0.25rem;
}
@media (max-width: 576px) {
  .info-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1024px) {
  .info-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1024px) {
  .info-grid {
    gap: 0.25rem;
  }
}
@media (max-width: 768px) {
  .info-grid {
    gap: calc(0.25rem / 2);
  }
}
@media (max-width: 992px) {
  .info-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}

.info-grid.two-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.25rem;
  gap: 0.25rem;
}
@media (max-width: 576px) {
  .info-grid.two-columns {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1024px) {
  .info-grid.two-columns {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1024px) {
  .info-grid.two-columns {
    gap: 0.25rem;
  }
}
@media (max-width: 768px) {
  .info-grid.two-columns {
    gap: 0.25rem;
  }
}

.form-group.info-item {
  display: flex;
  flex-direction: column;
  gap: calc(0.25rem / 2);
  position: relative;
  align-items: left;
  background: rgba(222, 226, 230, 0.5);
  padding: 0.25rem 0.5rem;
  border-radius: 0.2rem;
  border: 1px solid rgba(222, 226, 230, 0.15);
  transition: all 0.2s ease;
}
.form-group.info-item .label {
  display: flex;
  align-items: center;
  gap: calc(0.25rem / 2);
  color: #28283d;
  font-weight: 500;
  font-size: 0.75rem;
  text-transform: none;
  letter-spacing: 0.5px;
}
.form-group.info-item .label i {
  color: #fe5416;
  font-size: 1em;
  opacity: 0.8;
}
.form-group.info-item .form-group__info {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.form-group.info-item .form-group__info i {
  color: #17a2b8;
  cursor: help;
  transition: all 0.2s ease;
}
.form-group.info-item .form-group__info:hover i {
  color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
.form-group.info-item .form-group__info .form-group__tooltip {
  position: absolute;
  top: calc(100% + 0.5rem);
  right: 0;
  background: rgba(40, 40, 61, 0.95);
  color: #ffffff;
  padding: 0.5rem;
  border-radius: 0.2rem;
  font-size: 0.875rem;
  line-height: 1.4;
  width: max-content;
  max-width: 250px;
  z-index: 100;
  box-shadow: 0 4px 12px rgba(40, 40, 61, 0.15);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
}
.form-group.info-item .form-group__info .form-group__tooltip::before {
  content: "";
  position: absolute;
  top: -4px;
  right: 10px;
  width: 8px;
  height: 8px;
  background: rgba(40, 40, 61, 0.95);
  transform: rotate(45deg);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-right: none;
  border-bottom: none;
}
.form-group.info-item .form-group__info .form-group__tooltip.visible {
  opacity: 1;
  visibility: visible;
}
.form-group.info-item .module-label-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-group.info-item .module-label-container .module-toggle-options-btn {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 0.5rem;
  border: 1px solid rgba(222, 226, 230, 0.3);
  border-radius: 0.2rem;
  background: transparent;
  color: #6c757d;
  font-size: 0.875rem;
  cursor: pointer;
  transition: all 0.2s ease;
}
.form-group.info-item .module-label-container .module-toggle-options-btn i {
  font-size: 1.1em;
  color: #adb5bd;
  transition: transform 0.2s ease;
}
.form-group.info-item .module-label-container .module-toggle-options-btn:hover {
  background: rgba(248, 249, 250, 0.5);
  border-color: rgba(254, 84, 22, 0.3);
}
.form-group.info-item .module-label-container .module-toggle-options-btn:hover i {
  color: #fe5416;
  transform: translateX(2px);
}
.form-group.info-item .module-label-container .module-toggle-options-btn span {
  font-weight: 500;
}
.form-group.info-item:hover {
  background: rgba(233, 236, 239, 0.8);
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(206, 212, 218, 0.1);
}
.form-group.info-item:hover .label i {
  opacity: 1;
  color: #fe5416;
}

.module-type-selector, .module-type-selector_sub, .module-type-selector_prio {
  display: flex;
  gap: 0.5rem;
}
.module-type-selector .type-button, .module-type-selector .type-button_sub, .module-type-selector .type-button_prio, .module-type-selector_sub .type-button, .module-type-selector_sub .type-button_sub, .module-type-selector_sub .type-button_prio, .module-type-selector_prio .type-button, .module-type-selector_prio .type-button_sub, .module-type-selector_prio .type-button_prio {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 0.5rem;
  border: 1px solid #dee2e6;
  border-radius: 0.2rem;
  background: #ffffff;
  color: #6c757d;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 0.875rem;
}
.module-type-selector .type-button i, .module-type-selector .type-button_sub i, .module-type-selector .type-button_prio i, .module-type-selector_sub .type-button i, .module-type-selector_sub .type-button_sub i, .module-type-selector_sub .type-button_prio i, .module-type-selector_prio .type-button i, .module-type-selector_prio .type-button_sub i, .module-type-selector_prio .type-button_prio i {
  color: #adb5bd;
  font-size: 1em;
}
.module-type-selector .type-button:hover, .module-type-selector .type-button_sub:hover, .module-type-selector .type-button_prio:hover, .module-type-selector_sub .type-button:hover, .module-type-selector_sub .type-button_sub:hover, .module-type-selector_sub .type-button_prio:hover, .module-type-selector_prio .type-button:hover, .module-type-selector_prio .type-button_sub:hover, .module-type-selector_prio .type-button_prio:hover {
  background: rgba(248, 249, 250, 0.5);
  border-color: rgba(254, 84, 22, 0.3);
}
.module-type-selector .type-button:hover i, .module-type-selector .type-button_sub:hover i, .module-type-selector .type-button_prio:hover i, .module-type-selector_sub .type-button:hover i, .module-type-selector_sub .type-button_sub:hover i, .module-type-selector_sub .type-button_prio:hover i, .module-type-selector_prio .type-button:hover i, .module-type-selector_prio .type-button_sub:hover i, .module-type-selector_prio .type-button_prio:hover i {
  color: #fe5416;
}
.module-type-selector .type-button.active, .module-type-selector .type-button_sub.active, .module-type-selector .type-button_prio.active, .module-type-selector_sub .type-button.active, .module-type-selector_sub .type-button_sub.active, .module-type-selector_sub .type-button_prio.active, .module-type-selector_prio .type-button.active, .module-type-selector_prio .type-button_sub.active, .module-type-selector_prio .type-button_prio.active {
  background: #28283d;
  border-color: #28283d;
  color: #ffffff;
}
.module-type-selector .type-button.active i, .module-type-selector .type-button_sub.active i, .module-type-selector .type-button_prio.active i, .module-type-selector_sub .type-button.active i, .module-type-selector_sub .type-button_sub.active i, .module-type-selector_sub .type-button_prio.active i, .module-type-selector_prio .type-button.active i, .module-type-selector_prio .type-button_sub.active i, .module-type-selector_prio .type-button_prio.active i {
  color: #f9d84b;
}

.filter-btn {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 0.5rem;
  border: 1px solid #dee2e6;
  border-radius: 0.2rem;
  background: #ffffff;
  color: #6c757d;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 0.875rem;
}
.filter-btn i {
  color: #adb5bd;
  font-size: 1em;
}
.filter-btn:hover {
  background: rgba(248, 249, 250, 0.5);
  border-color: rgba(254, 84, 22, 0.3);
}
.filter-btn:hover i {
  color: #fe5416;
}
.filter-btn.active {
  background: #28283d;
  border: 2px solid #f9d84b;
  border-color: #f9d84b;
  color: #ffffff;
}
.filter-btn.active i {
  color: #f9d84b;
}

.module_type_selector_button {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 0.5rem;
  border: 1px solid #28283d;
  border-radius: 0.2rem;
  background: #28283d;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 0.875rem;
}
.module_type_selector_button i {
  color: #f9d84b;
  font-size: 1em;
}
.module_type_selector_button:hover {
  background: rgb(29.900990099, 29.900990099, 45.599009901);
  border-color: rgb(29.900990099, 29.900990099, 45.599009901);
}
.module_type_selector_button:hover i {
  color: #f9d84b;
}

.module-option-selector label {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: #495057;
  cursor: pointer;
}
.module-option-selector label input[type=checkbox] {
  width: 16px;
  height: 16px;
}

.module-notes {
  width: 100%;
}
.module-notes textarea {
  width: 100%;
  min-height: 150px;
  border: 1px solid rgba(222, 226, 230, 0.2);
  border-radius: 0.2rem;
  padding: 0.5rem;
  resize: vertical;
  background: #ffffff;
  transition: all 0.2s ease;
}
.module-notes textarea:focus {
  border-color: #fe5416;
  box-shadow: 0 0 0 2px rgba(254, 84, 22, 0.1);
}
.module-notes textarea::placeholder {
  color: rgba(108, 117, 125, 0.5);
}

.main-location-checkbox {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.main-location-checkbox input[type=checkbox] {
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.main-location-checkbox label {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: #495057;
  cursor: pointer;
}
.main-location-checkbox label i {
  color: #fe5416;
}

.module-form--main {
  display: grid;
  grid-template-columns: minmax(auto, 65%) minmax(auto, 35%);
  gap: 1.5rem;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  gap: 1rem;
}
@media (max-width: 1024px) {
  .module-form--main {
    gap: 1rem;
  }
}
@media (max-width: 768px) {
  .module-form--main {
    gap: 0.5rem;
  }
}
@media (max-width: 1920px) {
  .module-form--main {
    grid-template-columns: minmax(auto, 75%) minmax(auto, 25%);
  }
}
@media (max-width: 1440px) {
  .module-form--main {
    grid-template-columns: minmax(auto, 75%) minmax(auto, 25%);
  }
}
@media (max-width: 1366px) {
  .module-form--main {
    grid-template-columns: minmax(auto, 80%) minmax(auto, 20%);
  }
}
@media (max-width: 1200px) {
  .module-form--main {
    grid-template-columns: minmax(auto, 60%) minmax(auto, 40%);
  }
}
@media (max-width: 992px) {
  .module-form--main {
    grid-template-columns: 100%;
  }
}
.module-form--main .module__content {
  grid-column: 1;
  min-width: 0;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 992px) {
  .module-form--main .module__content {
    grid-column: 1;
  }
}
.module-form--main .module__content .info-grid {
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 1;
}
.module-form--main .module__content .info-grid:last-child {
  margin-bottom: 0;
}
.module-form--main .module__content .info-grid .form-group.info-item {
  transition: all 0.2s ease;
}
.module-form--main .module__content .info-grid .form-group.info-item:hover {
  transform: translateY(-1px);
}
.module-form--main .module__content .info-grid .form-group.info-item:hover .label {
  color: #fe5416;
}
.module-form--main .module__content .info-grid .form-group.info-item:hover .label i {
  transform: scale(1.1);
}
.module-form--main .module__content .info-grid .form-group.info-item:hover .module__input {
  border-color: rgba(254, 84, 22, 0.3);
  background: rgba(255, 255, 255, 0.9);
}
.module-form--main .module__form-sidebar {
  grid-column: 2;
  min-width: 0;
  margin-top: 0;
}
@media (max-width: 992px) {
  .module-form--main .module__form-sidebar {
    grid-column: 1;
    margin-top: 1.5rem;
  }
}
.module-form--main .module__form-sidebar .info-list {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.module-form--main .module__form-sidebar .info-list li {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.5rem;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 0.2rem;
  border-left: 3px solid transparent;
  transition: all 0.2s ease;
}
.module-form--main .module__form-sidebar .info-list li:hover {
  background: rgba(255, 255, 255, 0.9);
  border-left-color: #fe5416;
  transform: translateX(2px);
}
.module-form--main .module__form-sidebar .info-list li .info-item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  min-width: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(254, 84, 22, 0.15), rgba(254, 84, 22, 0.15));
  color: #fe5416;
  flex-shrink: 0;
}
.module-form--main .module__form-sidebar .info-list li .info-item-icon i {
  font-size: 0.875rem;
}
.module-form--main .module__form-sidebar .info-list li .info-item-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  min-width: 0;
  gap: 0.25rem;
}
.module-form--main .module__form-sidebar .info-list li .info-item-content span {
  color: #343a40;
  font-weight: 500;
}
.module-form--main .module__form-sidebar .info-list li .info-item-content .info-item-meta {
  color: #6c757d;
  font-size: 0.75rem;
}
.module-form--main .module__form-sidebar .info-list li .info-item-content .info-label {
  font-size: 0.7rem;
  color: #6c757d;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  white-space: nowrap;
}
.module-form--main .module__form-sidebar .info-list li .info-item-content .info-value {
  font-size: 0.75rem;
  font-weight: 600;
  color: #343a40;
  white-space: nowrap;
}
.module-form--main .module__form-sidebar .info-list li .info-item-content .info-value .badge, .module-form--main .module__form-sidebar .info-list li .info-item-content .info-value .employee-count-badge {
  font-size: 0.65rem;
  padding: 0.2rem 0.5rem;
  line-height: 1.2;
}
.module-form--main .module__form-sidebar .insights-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.module-form--main .module__form-sidebar .insights-wrapper .insight-item {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(222, 226, 230, 0.2);
  border-radius: 0.2rem;
  padding: 0.5rem;
}
.module-form--main .module__form-sidebar .insights-wrapper .insight-item .insight-header {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  margin-bottom: 0.25rem;
  font-weight: 500;
  color: #495057;
}
.module-form--main .module__form-sidebar .insights-wrapper .insight-item .insight-header i {
  color: #fe5416;
}
.module-form--main .module__form-sidebar .insights-wrapper .insight-item .insight-trend, .module-form--main .module__form-sidebar .insights-wrapper .insight-item .insight-metric, .module-form--main .module__form-sidebar .insights-wrapper .insight-item .insight-prediction {
  display: flex;
  flex-direction: column;
}
.module-form--main .module__form-sidebar .insights-wrapper .insight-item .insight-trend .trend-value, .module-form--main .module__form-sidebar .insights-wrapper .insight-item .insight-trend .metric-value, .module-form--main .module__form-sidebar .insights-wrapper .insight-item .insight-trend .prediction-value, .module-form--main .module__form-sidebar .insights-wrapper .insight-item .insight-metric .trend-value, .module-form--main .module__form-sidebar .insights-wrapper .insight-item .insight-metric .metric-value, .module-form--main .module__form-sidebar .insights-wrapper .insight-item .insight-metric .prediction-value, .module-form--main .module__form-sidebar .insights-wrapper .insight-item .insight-prediction .trend-value, .module-form--main .module__form-sidebar .insights-wrapper .insight-item .insight-prediction .metric-value, .module-form--main .module__form-sidebar .insights-wrapper .insight-item .insight-prediction .prediction-value {
  font-size: 1.25rem;
  font-weight: 700;
}
.module-form--main .module__form-sidebar .insights-wrapper .insight-item .insight-trend .trend-period, .module-form--main .module__form-sidebar .insights-wrapper .insight-item .insight-trend .metric-label, .module-form--main .module__form-sidebar .insights-wrapper .insight-item .insight-trend .prediction-period, .module-form--main .module__form-sidebar .insights-wrapper .insight-item .insight-metric .trend-period, .module-form--main .module__form-sidebar .insights-wrapper .insight-item .insight-metric .metric-label, .module-form--main .module__form-sidebar .insights-wrapper .insight-item .insight-metric .prediction-period, .module-form--main .module__form-sidebar .insights-wrapper .insight-item .insight-prediction .trend-period, .module-form--main .module__form-sidebar .insights-wrapper .insight-item .insight-prediction .metric-label, .module-form--main .module__form-sidebar .insights-wrapper .insight-item .insight-prediction .prediction-period {
  font-size: 0.75rem;
  color: #6c757d;
}
.module-form--main .module__form-sidebar .insights-wrapper .insight-item .insight-trend.positive .trend-value {
  color: #28a745;
}
.module-form--main .module__form-sidebar .insights-wrapper .insight-item .insight-trend.positive .trend-value::before {
  content: "↑ ";
}
.module-form--main .module__form-sidebar .insights-wrapper .insight-item .insight-trend.negative .trend-value {
  color: #E57373;
}
.module-form--main .module__form-sidebar .insights-wrapper .insight-item .insight-trend.negative .trend-value::before {
  content: "↓ ";
}
.module-form--main .module__form-sidebar .insights-wrapper .insight-item .health-indicator .health-bar {
  height: 8px;
  background: #dee2e6;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.module-form--main .module__form-sidebar .insights-wrapper .insight-item .health-indicator .health-bar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: var(--health, 50%);
  background: linear-gradient(to right, #E57373, #E57373, #28a745);
  border-radius: 4px;
}
.module-form--main .module__form-sidebar .insights-wrapper .insight-item .health-indicator .health-bar .health-value {
  position: absolute;
  top: 12px;
  right: 0;
  font-size: 0.875rem;
  font-weight: 700;
}
.module-form--main .module__form-sidebar .quick-actions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
}
.module-form--main .module__form-sidebar .quick-actions .action-button span {
  display: none;
}
.module-form--main .module__form-sidebar .quick-actions .action-button[href*=materialenbeheer] i {
  color: #BF360C;
}
.module-form--main .module__form-sidebar .quick-actions .action-button[href*=materialenbeheer]:hover {
  background: rgba(191, 54, 12, 0.1);
}
.module-form--main .module__form-sidebar .quick-actions .action-button[href*=materialenbeheer]:hover i {
  transform: scale(1.2);
  filter: drop-shadow(0 2px 4px rgba(191, 54, 12, 0.3));
}
.module-form--main .module__form-sidebar .quick-actions .action-button[href*=customers] i, .module-form--main .module__form-sidebar .quick-actions .action-button[href*=klanten] i {
  color: #fe5416;
}
.module-form--main .module__form-sidebar .quick-actions .action-button[href*=customers]:hover, .module-form--main .module__form-sidebar .quick-actions .action-button[href*=klanten]:hover {
  background: rgba(254, 84, 22, 0.1);
}
.module-form--main .module__form-sidebar .quick-actions .action-button[href*=customers]:hover i, .module-form--main .module__form-sidebar .quick-actions .action-button[href*=klanten]:hover i {
  transform: scale(1.2);
  filter: drop-shadow(0 2px 4px rgba(254, 84, 22, 0.3));
}
.module-form--main .module__form-sidebar .quick-actions .action-button[href*=offertes] i, .module-form--main .module__form-sidebar .quick-actions .action-button[href*=quotes] i {
  color: #006064;
}
.module-form--main .module__form-sidebar .quick-actions .action-button[href*=offertes]:hover, .module-form--main .module__form-sidebar .quick-actions .action-button[href*=quotes]:hover {
  background: rgba(0, 96, 100, 0.1);
}
.module-form--main .module__form-sidebar .quick-actions .action-button[href*=offertes]:hover i, .module-form--main .module__form-sidebar .quick-actions .action-button[href*=quotes]:hover i {
  transform: scale(1.2);
  filter: drop-shadow(0 2px 4px rgba(0, 96, 100, 0.3));
}
.module-form--main .module__form-sidebar .quick-actions .action-button[href*=workorders] i, .module-form--main .module__form-sidebar .quick-actions .action-button[href*=werkbonnen] i {
  color: #9575CD;
}
.module-form--main .module__form-sidebar .quick-actions .action-button[href*=workorders]:hover, .module-form--main .module__form-sidebar .quick-actions .action-button[href*=werkbonnen]:hover {
  background: rgba(149, 117, 205, 0.1);
}
.module-form--main .module__form-sidebar .quick-actions .action-button[href*=workorders]:hover i, .module-form--main .module__form-sidebar .quick-actions .action-button[href*=werkbonnen]:hover i {
  transform: scale(1.2);
  filter: drop-shadow(0 2px 4px rgba(149, 117, 205, 0.3));
}
.module-form--main .module__form-sidebar .quick-actions .action-button[href*=employees] i, .module-form--main .module__form-sidebar .quick-actions .action-button[href*=medewerkers] i {
  color: #6A1B9A;
}
.module-form--main .module__form-sidebar .quick-actions .action-button[href*=employees]:hover, .module-form--main .module__form-sidebar .quick-actions .action-button[href*=medewerkers]:hover {
  background: rgba(106, 27, 154, 0.1);
}
.module-form--main .module__form-sidebar .quick-actions .action-button[href*=employees]:hover i, .module-form--main .module__form-sidebar .quick-actions .action-button[href*=medewerkers]:hover i {
  transform: scale(1.2);
  filter: drop-shadow(0 2px 4px rgba(106, 27, 154, 0.3));
}
.module-form--main .module__form-sidebar .quick-actions .action-button[href*=planning] i {
  color: #2E7D32;
}
.module-form--main .module__form-sidebar .quick-actions .action-button[href*=planning]:hover {
  background: rgba(46, 125, 50, 0.1);
}
.module-form--main .module__form-sidebar .quick-actions .action-button[href*=planning]:hover i {
  transform: scale(1.2);
  filter: drop-shadow(0 2px 4px rgba(46, 125, 50, 0.3));
}
.module-form--main .module__form-sidebar .quick-actions .action-button[href*=urenregistratie] i, .module-form--main .module__form-sidebar .quick-actions .action-button[href*=timeregistration] i {
  color: #004D40;
}
.module-form--main .module__form-sidebar .quick-actions .action-button[href*=urenregistratie]:hover, .module-form--main .module__form-sidebar .quick-actions .action-button[href*=timeregistration]:hover {
  background: rgba(0, 77, 64, 0.1);
}
.module-form--main .module__form-sidebar .quick-actions .action-button[href*=urenregistratie]:hover i, .module-form--main .module__form-sidebar .quick-actions .action-button[href*=timeregistration]:hover i {
  transform: scale(1.2);
  filter: drop-shadow(0 2px 4px rgba(0, 77, 64, 0.3));
}
.module-form--main .module__form-sidebar .quick-actions .action-button[href*=rapporten] i, .module-form--main .module__form-sidebar .quick-actions .action-button[href*=reports] i {
  color: #4E342E;
}
.module-form--main .module__form-sidebar .quick-actions .action-button[href*=rapporten]:hover, .module-form--main .module__form-sidebar .quick-actions .action-button[href*=reports]:hover {
  background: rgba(78, 52, 46, 0.1);
}
.module-form--main .module__form-sidebar .quick-actions .action-button[href*=rapporten]:hover i, .module-form--main .module__form-sidebar .quick-actions .action-button[href*=reports]:hover i {
  transform: scale(1.2);
  filter: drop-shadow(0 2px 4px rgba(78, 52, 46, 0.3));
}
.module-form--main .module__form-sidebar .quick-actions .action-button[href*=invoices] i, .module-form--main .module__form-sidebar .quick-actions .action-button[href*=facturen] i {
  color: #4b88f9;
}
.module-form--main .module__form-sidebar .quick-actions .action-button[href*=invoices]:hover, .module-form--main .module__form-sidebar .quick-actions .action-button[href*=facturen]:hover {
  background: rgba(75, 136, 249, 0.1);
}
.module-form--main .module__form-sidebar .quick-actions .action-button[href*=invoices]:hover i, .module-form--main .module__form-sidebar .quick-actions .action-button[href*=facturen]:hover i {
  transform: scale(1.2);
  filter: drop-shadow(0 2px 4px rgba(75, 136, 249, 0.3));
}
.module-form--main .module__form-sidebar .quick-actions .action-button[href*=dashboard] i {
  color: #1976D2;
}
.module-form--main .module__form-sidebar .quick-actions .action-button[href*=dashboard]:hover {
  background: rgba(25, 118, 210, 0.1);
}
.module-form--main .module__form-sidebar .quick-actions .action-button[href*=dashboard]:hover i {
  transform: scale(1.2);
  filter: drop-shadow(0 2px 4px rgba(25, 118, 210, 0.3));
}
.module-form--main .module__form-sidebar .quick-actions .action-button[href*=settings] i, .module-form--main .module__form-sidebar .quick-actions .action-button[href*=instellingen] i {
  color: #455A64;
}
.module-form--main .module__form-sidebar .quick-actions .action-button[href*=settings]:hover, .module-form--main .module__form-sidebar .quick-actions .action-button[href*=instellingen]:hover {
  background: rgba(69, 90, 100, 0.1);
}
.module-form--main .module__form-sidebar .quick-actions .action-button[href*=settings]:hover i, .module-form--main .module__form-sidebar .quick-actions .action-button[href*=instellingen]:hover i {
  transform: scale(1.2);
  filter: drop-shadow(0 2px 4px rgba(69, 90, 100, 0.3));
}

.module-form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.module-form-group__label {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: #495057;
  font-weight: 500;
}
.module-form-group__label i {
  color: #fe5416;
}
.module-form-group__input {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #dee2e6;
  border-radius: 0.2rem;
  font-size: 1rem;
}
.module-form-group__input:focus {
  border-color: #fe5416;
  outline: none;
  box-shadow: 0 0 0 2px rgba(254, 84, 22, 0.1);
}

.quote-totals-section,
.invoice-totals-section {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 2px solid rgba(222, 226, 230, 0.3);
}

.quote-totals,
.invoice-totals {
  background: rgba(248, 249, 250, 0.5);
  border-radius: 0.25rem;
  padding: 1rem;
  border: 1px solid rgba(222, 226, 230, 0.2);
}

.quote-totals-grid,
.invoice-totals-grid {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.total-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: center;
  padding: 0.5rem 1rem;
  background: transparent;
}
.total-row:not(.total-final) + .total-final {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 2px solid #28283d;
}
.total-row.total-final {
  font-weight: 700;
}
.total-row.total-final .total-label {
  font-size: 1.25rem;
  font-weight: 700;
  color: #28283d;
}
.total-row.total-final .total-value {
  font-size: 1.75rem;
  color: #28a745;
  font-weight: 700;
  background: white;
  border: 2px solid #28a745;
  border-radius: 0.25rem;
  padding: 1rem 1.5rem;
  box-shadow: 0 4px 12px rgba(40, 167, 69, 0.2);
  display: inline-block;
  min-width: 150px;
  text-align: center;
}

.total-label {
  font-size: 1rem;
  font-weight: 500;
  color: #495057;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  text-align: right;
  justify-content: flex-end;
}
.total-label i {
  color: #fe5416;
  font-size: 0.875rem;
}

.total-value {
  font-size: 1rem;
  font-weight: 600;
  color: #343a40;
  text-align: right;
  white-space: nowrap;
  min-width: 120px;
}

.input-group {
  display: flex;
  align-items: stretch;
  width: 100%;
  position: relative;
}
.input-group .module__input {
  flex: 1;
  min-width: 0;
  position: relative;
  z-index: 1;
}
.input-group .module__input:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
}
.input-group .module__input:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
}
.input-group .module__input:focus {
  z-index: 2;
}
.input-group .input-group-text {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: calc(0.5rem / 1.5) 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid rgba(222, 226, 230, 0.2);
  border-radius: 0.2rem;
  position: relative;
  z-index: 1;
}
.input-group .input-group-text:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
}
.input-group .input-group-text:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
}
.input-group .input-group-text + .module__input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
}
.input-group .module__input + .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
}
.input-group:focus-within .input-group-text {
  border-color: rgba(254, 84, 22, 0.3);
}
.input-group:focus-within .module__input:focus {
  border-color: #fe5416;
}

.module-billing-section {
  display: none;
}
.module-billing-section .card {
  margin-top: 1.5rem;
}
.module-billing-section .card .card-content .address-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 0;
}
@media (max-width: 576px) {
  .module-billing-section .card .card-content .address-columns {
    grid-template-columns: 1fr;
  }
}
.module-billing-section .card .card-content .address-columns .address-column {
  position: relative;
  padding: 1.5rem;
}
.module-billing-section .card .card-content .address-columns .address-column:first-child {
  padding-right: 3rem;
}
.module-billing-section .card .card-content .address-columns .address-column:first-child::after {
  content: "";
  position: absolute;
  top: 10%;
  right: 0;
  width: 2px;
  height: 80%;
  background: linear-gradient(to bottom, rgba(222, 226, 230, 0), rgba(222, 226, 230, 0.8) 15%, rgba(222, 226, 230, 0.8) 85%, rgba(222, 226, 230, 0));
  box-shadow: -1px 0 2px rgba(206, 212, 218, 0.1);
}
.module-billing-section .card .card-content .address-columns .address-column:last-child {
  padding-left: 3rem;
}
.module-billing-section .card .card-content .address-columns .address-column h3 {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  margin: 0 0 1.5rem 0;
  color: #28283d;
  font-size: 1rem;
  font-weight: 500;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(222, 226, 230, 0.2);
}
.module-billing-section .card .card-content .address-columns .address-column h3 i {
  color: #fe5416;
}
.module-billing-section .card .card-content .address-columns .address-column .info-grid {
  margin-bottom: 1.5rem;
}
.module-billing-section .card .card-content .address-columns .address-column .info-grid:last-child {
  margin-bottom: 0;
}
.module-billing-section .card .card-content .address-columns .address-column .form-group.info-item {
  position: relative;
  transition: all 0.2s ease;
}
.module-billing-section .card .card-content .address-columns .address-column .form-group.info-item:hover {
  transform: translateY(-1px);
}
.module-billing-section .card .card-content .address-columns .address-column .form-group.info-item:hover .label {
  color: #fe5416;
}
.module-billing-section .card .card-content .address-columns .address-column .form-group.info-item:hover .label i {
  transform: scale(1.1);
}

.module-number-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-left: auto;
  position: relative;
  padding-right: 28px;
}
.module-number-actions .module-toggle-options-btn {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 0.5rem;
  border: 1px solid rgba(222, 226, 230, 0.3);
  border-radius: 0.2rem;
  background: transparent;
  color: #6c757d;
  font-size: 0.875rem;
  cursor: pointer;
  transition: all 0.2s ease;
  height: 32px;
}
.module-number-actions .module-toggle-options-btn i {
  font-size: 1.1em;
  color: #adb5bd;
  transition: transform 0.2s ease;
}
.module-number-actions .form-group__info {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.module-number-actions .form-group__info .form-group__tooltip {
  position: absolute;
  top: calc(100% + 0.25rem);
  right: -0.5rem;
  min-width: 200px;
}

.avatar-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
  gap: 0.5rem;
  margin-top: 1rem;
}
.avatar-grid .avatar-option {
  aspect-ratio: 1;
  border: 2px solid transparent;
  border-radius: 0.2rem;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
}
@media (max-width: 576px) {
  .avatar-grid .avatar-option {
    min-width: 60px;
  }
}
@media (min-width: 1920px) {
  .avatar-grid .avatar-option {
    min-width: 100px;
  }
}
.avatar-grid .avatar-option img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.avatar-grid .avatar-option.selected {
  border-color: #fe5416;
  transform: scale(1.05);
}
.avatar-grid .avatar-option:hover {
  transform: translateY(-2px);
}

.module__avatar-circle {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 1rem;
  border: 3px solid #ffffff;
  box-shadow: 0 2px 8px rgba(206, 212, 218, 0.15);
}
@media (max-width: 576px) {
  .module__avatar-circle {
    width: 100px;
    height: 100px;
  }
}
@media (min-width: 1920px) {
  .module__avatar-circle {
    width: 150px;
    height: 150px;
  }
}
.module__avatar-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.module__avatar-circle.has-image {
  border-color: #fe5416;
}

.module-form--container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
@media (max-width: 1920px) {
  .module-form--container {
    gap: 1rem;
  }
}
@media (max-width: 1440px) {
  .module-form--container {
    gap: 1rem;
  }
}
@media (max-width: 1366px) {
  .module-form--container {
    gap: 0.5rem;
  }
}
@media (max-width: 768px) {
  .module-form--container {
    gap: 1rem;
  }
}

.module-content {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.material-image-preview {
  position: fixed;
  z-index: 10000;
  background: #ffffff;
  border: 2px solid #dee2e6;
  border-radius: 0.25rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  padding: 8px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  transform: scale(0.95);
  pointer-events: none;
  overflow: hidden;
}
.material-image-preview.visible {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.material-image-preview .preview-image {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.status-indicator {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin: 0 auto;
  cursor: help;
  position: relative;
  background-color: transparent;
}
.status-indicator[data-status=active] .status-icon {
  color: #28a745;
}
.status-indicator[data-status=inactive] .status-icon {
  color: #E57373;
}
.status-indicator[data-status=suspended] .status-icon {
  color: #E57373;
}
.status-indicator[data-status=pending] .status-icon {
  color: #17a2b8;
}
.status-indicator[data-status=in_progress] .status-icon {
  color: #f9d84b;
}
.status-indicator[data-status=completed] .status-icon {
  color: #28a745;
}
.status-indicator[data-status=cancelled] .status-icon {
  color: #E57373;
}
.status-indicator[data-status=critical] .status-icon {
  color: #E57373;
}
.status-indicator[data-status=warning] .status-icon {
  color: #E57373;
}
.status-indicator[data-status=error] .status-icon {
  color: #E57373;
}
.status-indicator[data-status=info] .status-icon {
  color: #17a2b8;
}
.status-indicator[data-status=debug] .status-icon {
  color: #adb5bd;
}
.status-indicator[data-status=sent] .status-icon {
  color: #17a2b8;
}
.status-indicator[data-status=paid] .status-icon {
  color: #28a745;
}
.status-indicator[data-status=overdue] .status-icon {
  color: #E57373;
}
.status-indicator[data-status=draft] .status-icon {
  color: #adb5bd;
}

.role-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 8px;
  border-radius: 50rem;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  background-color: #4285F4;
  color: #fffbeb;
  border: 1px solid rgba(40, 40, 61, 0.2);
}

.action-buttons-wrapper {
  display: flex;
  gap: 2px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  min-width: fit-content;
  width: 100%;
  overflow: visible !important;
  position: relative;
  z-index: 1;
}

.status-indicator:hover::after, .customer-type-icon:hover::after {
  content: attr(title);
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(40, 40, 61, 0.9);
  color: #ffffff;
  padding: 0.25rem 0.5rem;
  border-radius: 0.2rem;
  font-size: 0.75rem;
  white-space: nowrap;
  z-index: 10;
  box-shadow: 0 2px 5px rgba(40, 40, 61, 0.2);
}

tbody tr {
  transition: all 0.2s ease;
}
tbody tr:hover {
  background: rgba(248, 249, 250, 0.5);
}
tbody tr:last-child td {
  border-bottom: none;
}

.list-header__stats .stat-item[data-type=sent] {
  color: #17a2b8;
}
.list-header__stats .stat-item[data-type=paid] {
  color: #28a745;
}
.list-header__stats .stat-item[data-type=suspended] {
  color: #E57373;
}

.ui-autocomplete {
  position: absolute !important;
  z-index: 9999 !important;
  max-height: 300px !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  background-color: #fff !important;
  border: 1px solid #ddd !important;
  border-radius: 4px !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
  padding: 8px 0 !important;
  font-size: 14px !important;
  width: 300px !important; /* Vaste breedte voor de dropdown */
  margin-top: 2px !important; /* Kleine ruimte tussen zoekbalk en dropdown */
  /* Dark mode ondersteuning */
}
.dark-mode .ui-autocomplete {
  background-color: #2a2a2a !important;
  border-color: #444 !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3) !important;
}

.ui-menu-item {
  padding: 0 !important;
  margin: 0 !important;
}

.ui-menu-item-wrapper {
  padding: 8px 12px !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  /* Dark mode ondersteuning */
}
.dark-mode .ui-menu-item-wrapper {
  color: #eee !important;
}
.ui-menu-item-wrapper.ui-state-active {
  background-color: #f0f7ff !important;
  color: #0066cc !important;
  border: none !important;
  margin: 0 !important;
  /* Dark mode ondersteuning */
}
.dark-mode .ui-menu-item-wrapper.ui-state-active {
  background-color: #3a3a3a !important;
  color: #66b0ff !important;
}

/* Styling voor het zoekveld tijdens het zoeken */
#customer-search.searching {
  background-image: url("/assets/images/spinner.gif") !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
  background-size: 16px !important;
}

/* Zorg ervoor dat de dropdown boven andere elementen verschijnt */
.ui-front {
  z-index: 9999 !important;
}

/* Styling voor de autocomplete items */
.autocomplete-item {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}
.autocomplete-item i {
  font-size: 16px !important;
  color: #666 !important;
  /* Dark mode ondersteuning */
}
.dark-mode .autocomplete-item i {
  color: #aaa !important;
}
.autocomplete-item span {
  flex: 1 !important;
}

/* Specifieke styling voor de klant-autocomplete dropdown */
.customer-autocomplete-dropdown {
  width: 100% !important;
  min-width: 300px !important;
  max-width: 400px !important;
  border: 1px solid #ddd !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
  border-radius: 4px !important;
  margin-top: 5px !important;
  position: absolute !important;
  top: 100% !important; /* Direct onder het element */
  /* Dark mode ondersteuning */
}
.dark-mode .customer-autocomplete-dropdown {
  border-color: #444 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3) !important;
}

/* Container voor de zoekbalk met relatieve positionering */
.search-container {
  position: relative !important;
}

/* Zorg ervoor dat de dropdown verdwijnt wanneer deze gesloten is */
.ui-autocomplete.ui-menu {
  display: none;
}

.ui-autocomplete.ui-menu.ui-widget-content {
  display: block;
}

.search-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.search-wrapper .search-input {
  padding-right: 40px;
  width: 250px;
  transition: all 0.3s ease;
}
.search-wrapper .search-input:focus {
  width: 300px;
  box-shadow: 0 0 0 2px rgba(40, 40, 61, 0.1);
}
.search-wrapper .search-input.searching {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"/><path d="M12 6v6l4 2"/></svg>');
  background-repeat: no-repeat;
  background-position: right 40px center;
  background-size: 16px;
  animation: pulse 1.5s infinite;
}
@keyframes pulse {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}
.search-wrapper .search-button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 40px;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6c757d;
  cursor: pointer;
  transition: all 0.2s ease;
}
.search-wrapper .search-button:hover {
  color: #28283d;
}

.customer-details {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.customer-details__section h3 {
  font-size: 1rem;
  font-weight: 500;
  color: #28283d;
  margin-bottom: 0.25rem;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid rgba(222, 226, 230, 0.2);
}
.customer-details__actions {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.5rem;
}
.customer-details__actions .btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}
.customer-details__actions .btn i {
  font-size: 1em;
}

.loading-indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  color: #6c757d;
}
.loading-indicator i {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  animation: spin 1.5s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.error-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  color: #E57373;
}
.error-message i {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.error-message p {
  text-align: center;
  margin: 0;
}

.card-close-btn {
  background: transparent;
  border: none;
  color: #6c757d;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.card-close-btn:hover {
  background: rgba(222, 226, 230, 0.5);
  color: #E57373;
}
.card-close-btn i {
  font-size: 1.2rem;
}

.customer-details-card {
  position: sticky;
  top: 20px;
  margin-bottom: 1rem;
}
@media (max-width: 992px) {
  .customer-details-card {
    position: static;
  }
}

.customer-preview-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.customer-preview-content .preview-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.customer-preview-content .preview-header .preview-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(254, 84, 22, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.customer-preview-content .preview-header .preview-avatar i {
  font-size: 1.5rem;
  color: #fe5416;
}
.customer-preview-content .preview-header .preview-title h4 {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  color: #28283d;
}
.customer-preview-content .preview-header .preview-title .customer-type {
  font-size: 0.75rem;
  color: #6c757d;
  display: inline-block;
  padding: 2px 8px;
  background: rgba(222, 226, 230, 0.5);
  border-radius: 12px;
  margin-top: 4px;
}
.customer-preview-content .preview-stats {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.customer-preview-content .preview-stats .stat-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.5rem;
  background: rgba(222, 226, 230, 0.3);
  border-radius: 0.2rem;
}
.customer-preview-content .preview-contact {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-bottom: 1rem;
}
.customer-preview-content .preview-contact .contact-item {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.customer-preview-content .preview-contact .contact-item i {
  color: #fe5416;
  font-size: 1rem;
  width: 20px;
  text-align: center;
}
.customer-preview-content .preview-contact .contact-item a, .customer-preview-content .preview-contact .contact-item span {
  color: #28283d;
  text-decoration: none;
  font-size: 0.875rem;
}
.customer-preview-content .preview-contact .contact-item a:hover, .customer-preview-content .preview-contact .contact-item span:hover {
  color: #28283d;
  text-decoration: underline;
}
.customer-preview-content .preview-actions {
  display: flex;
  gap: 0.25rem;
}
.customer-preview-content .preview-actions .preview-action-btn {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  background: rgba(222, 226, 230, 0.3);
  border-radius: 0.2rem;
  text-decoration: none;
  color: #28283d;
  transition: all 0.2s ease;
}
.customer-preview-content .preview-actions .preview-action-btn i {
  font-size: 1.2rem;
  margin-bottom: 4px;
  color: #fe5416;
}
.customer-preview-content .preview-actions .preview-action-btn:hover {
  background: rgba(254, 84, 22, 0.1);
  transform: translateY(-2px);
}

.empty-preview-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  color: #adb5bd;
  text-align: center;
}
.empty-preview-state i {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
  opacity: 0.5;
}
.empty-preview-state p {
  margin: 0;
  font-size: 0.875rem;
}

.toggle-switch {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 24px;
}
.toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.toggle-switch input:checked + .toggle-slider {
  background-color: #dee2e6;
}
.toggle-switch input:checked + .toggle-slider:before {
  transform: translateX(22px);
  background-color: #28a745;
}
.toggle-switch input:not(:checked) + .toggle-slider:before {
  background-color: #fe5416;
}
.toggle-switch input:disabled + .toggle-slider {
  background-color: #ced4da;
  cursor: not-allowed;
}
.toggle-switch input span {
  color: #ffffff;
}
.toggle-switch .toggle-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #dee2e6;
  transition: 0.3s;
  border-radius: 24px;
}
.toggle-switch .toggle-slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: #fe5416;
  transition: 0.3s;
  border-radius: 50%;
}
.toggle-switch .toggle-slider.active:before {
  transform: translateX(22px);
  background-color: #28a745;
}
.toggle-switch--disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.toggle-switch--disabled .toggle-slider {
  background-color: #ced4da;
  cursor: not-allowed;
}
.toggle-switch--disabled .toggle-label {
  color: #ffffff;
}

.toggle-switch-content {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 24px;
}
.toggle-switch-content input {
  opacity: 0;
  width: 0;
  height: 0;
}
.toggle-switch-content input:checked + .toggle-slider {
  background-color: #dee2e6;
}
.toggle-switch-content input:checked + .toggle-slider:before {
  transform: translateX(22px);
  background-color: #28a745;
}
.toggle-switch-content input:not(:checked) + .toggle-slider:before {
  background-color: #fe5416;
}
.toggle-switch-content input:disabled + .toggle-slider {
  background-color: #ced4da;
  cursor: not-allowed;
}
.toggle-switch-content input span {
  color: #ffffff;
}
.toggle-switch-content .toggle-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #dee2e6;
  transition: 0.3s;
  border-radius: 24px;
}
.toggle-switch-content .toggle-slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: #fe5416;
  transition: 0.3s;
  border-radius: 50%;
}
.toggle-switch-content--disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.toggle-switch-content--disabled .toggle-slider {
  background-color: #ced4da;
  cursor: not-allowed;
}
.toggle-switch-content--disabled .toggle-label {
  color: #ffffff;
}

.toggle-switch-content .toggle-label,
.card-header .toggle-switch-content .toggle-label,
.card-footer .toggle-switch-content .toggle-label {
  color: #28283d;
}

.module-toggle-container {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 0.5rem;
  border-radius: 0.2rem;
  position: relative;
}
.module-toggle-container .toggle-label {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: #6c757d;
  font-size: 0.875rem;
}
.module-toggle-container .toggle-label i {
  color: #ffffff;
}
.module-toggle-container[data-tooltip] {
  cursor: not-allowed;
}
.module-toggle-container[data-tooltip]:hover::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: calc(100% + 10px);
  right: 0;
  background: #28283d;
  color: #ffffff;
  padding: 0.25rem 0.5rem;
  border-radius: 0.2rem;
  font-size: 0.875rem;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(40, 40, 61, 0.3);
  z-index: 1000;
}
.module-toggle-container[data-tooltip]:hover::before {
  content: "";
  position: absolute;
  bottom: calc(100% + 4px);
  right: 10px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #28283d;
  z-index: 1000;
}

.phone-field-container {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.phone-field-container .country-code-select {
  width: auto;
  min-width: 100px;
  background: #ffffff;
  padding: calc(0.5rem / 1.5);
  border: 1px solid rgba(222, 226, 230, 0.2);
  border-radius: 0.2rem;
  font-size: 1rem;
  transition: all 0.2s ease;
}
.phone-field-container .country-code-select:focus {
  border-color: #fe5416;
  background: #ffffff;
  box-shadow: 0 0 0 2px rgba(254, 84, 22, 0.1);
}
.phone-field-container .phone-input {
  flex: 1;
}
.phone-field-container .phone-input.is-invalid {
  border-color: #E57373;
  background-color: rgba(229, 115, 115, 0.05);
}

.card-header__right .checkbox-container .checkbox-label {
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 400;
}
.card-header__right .checkbox-container .checkbox-label-card {
  color: #28283d;
  font-size: 0.875rem;
  font-weight: 400;
}

.description-label {
  display: block;
  font-weight: 500;
  margin-bottom: 0.25rem;
  color: #28283d;
  font-size: 0.875rem;
}

.full-width-textarea {
  width: 100%;
  min-height: 250px;
  resize: vertical;
  border: 1px solid rgba(222, 226, 230, 0.3);
  border-radius: 0.2rem;
  padding: 0.5rem;
}
.full-width-textarea:focus {
  border-color: #fe5416;
  box-shadow: 0 0 0 2px rgba(254, 84, 22, 0.1);
}

.notes-content {
  padding: 0 !important;
  height: 100%;
  min-height: 200px;
  display: flex;
  flex-direction: column;
}

.full-card-textarea {
  width: 100%;
  height: 100%;
  min-height: 200px;
  border: none;
  resize: none;
  padding: 1rem;
  background-color: rgba(248, 249, 250, 0.5);
}
.full-card-textarea:focus {
  outline: none;
  box-shadow: inset 0 0 0 2px rgba(254, 84, 22, 0.2);
}

.toggle-label, .checkbox-label {
  color: #28283d;
  margin-left: 0.25rem;
}

.card-header .toggle-label,
.card-footer .toggle-label {
  color: #ffffff;
}

.toggle-switch-group {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.toggle-switch {
  margin-right: 0.25rem;
}

.toggle-label, .checkbox-label {
  margin-left: 0.25rem;
}

.branches-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1rem;
}
.branches-container .branch-item {
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  overflow: hidden;
  transition: all 0.2s ease;
  box-shadow: 0 1px 3px rgba(173, 181, 189, 0.1);
}
.branches-container .branch-item:hover {
  box-shadow: 0 3px 6px rgba(173, 181, 189, 0.15);
  transform: translateY(-2px);
}
.branches-container .branch-item .branch-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border-bottom: 1px solid #dee2e6;
}
.branches-container .branch-item .branch-header .branch-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.branches-container .branch-item .branch-header .branch-title h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
}
.branches-container .branch-item .branch-header .branch-title h3 i {
  margin-right: 0.25rem;
  color: #28283d;
}
.branches-container .branch-item .branch-header .branch-title .badge, .branches-container .branch-item .branch-header .branch-title .employee-count-badge {
  padding: 2px 8px;
  font-size: 0.75rem;
  font-weight: 500;
  border-radius: 12px;
  background-color: #28a745;
  color: #ffffff;
}
.branches-container .branch-item .branch-content {
  padding: 1rem;
}
.branches-container .branch-item .branch-content .info-grid {
  margin-bottom: 0.5rem;
}
.branches-container .branch-item .branch-content .info-grid:last-child {
  margin-bottom: 0;
}
.branches-container .branch-item .branch-content .info-grid.two-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 576px) {
  .branches-container .branch-item .branch-content .info-grid.two-columns {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .branches-container .branch-item .branch-content .info-grid.two-columns {
    grid-template-columns: 1fr;
  }
}

.toggle-switch-group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.toggle-switch-group .toggle-switch {
  margin: 0;
}

.empty-state p {
  margin: 0;
  color: #6c757d;
  max-width: 400px;
}

.branch-item .toggle-switch .toggle-slider {
  cursor: pointer;
  transition: all 0.3s ease;
  --slider-position: 0px;
  --slider-bg-color: var(--secondary-color, #fe5416);
}
.branch-item .toggle-switch .toggle-slider:hover {
  box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.2);
}
.branch-item .toggle-switch .toggle-slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  transform: translateX(var(--slider-position, 0px));
  background-color: var(--slider-bg-color, #fe5416);
  transition: 0.3s;
  border-radius: 50%;
}
.branch-item .toggle-switch input:checked + .toggle-slider {
  background-color: rgba(40, 167, 69, 0.3);
  --slider-position: 22px;
  --slider-bg-color: #28a745;
}
.branch-item .toggle-switch input:checked + .toggle-slider:before {
  background-color: var(--slider-bg-color, #28a745);
  box-shadow: 0 2px 4px rgba(40, 167, 69, 0.3);
}
.branch-item .toggle-switch input:not(:checked) + .toggle-slider {
  background-color: #dee2e6;
  --slider-position: 0px;
  --slider-bg-color: #fe5416;
}
.branch-item .toggle-switch input:not(:checked) + .toggle-slider:before {
  background-color: var(--slider-bg-color, #fe5416);
}
.branch-item .toggle-switch input:not(:checked) + .toggle-slider:hover {
  background-color: rgba(222, 226, 230, 0.8);
}
.branch-item .toggle-switch .toggle-slider.active {
  background-color: rgba(40, 167, 69, 0.3) !important;
  --slider-position: 22px !important;
  --slider-bg-color: #28a745 !important;
}
.branch-item .toggle-switch .toggle-slider.active:before {
  transform: translateX(var(--slider-position, 22px)) !important;
  background-color: var(--slider-bg-color, #28a745) !important;
  box-shadow: 0 2px 4px rgba(40, 167, 69, 0.3) !important;
}

.module-form--settings {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: visible;
}
.module-form--settings .row {
  margin-left: 0;
  margin-right: 0;
}

.module-form--container.module-form--settings {
  max-width: 100%;
  overflow-x: hidden;
}

#quote-items-table,
#invoice-items-table {
  table-layout: fixed;
  width: 100%;
  max-width: 100%;
  min-width: 800px;
}
#quote-items-table th, #quote-items-table td,
#invoice-items-table th,
#invoice-items-table td {
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}
#quote-items-table th input,
#quote-items-table th .input-group, #quote-items-table td input,
#quote-items-table td .input-group,
#invoice-items-table th input,
#invoice-items-table th .input-group,
#invoice-items-table td input,
#invoice-items-table td .input-group {
  max-width: 100%;
}
#quote-items-table th:last-child,
#quote-items-table td.action-buttons-wrapper,
#invoice-items-table th:last-child,
#invoice-items-table td.action-buttons-wrapper {
  text-align: center;
  padding: 0.5rem;
}
#quote-items-table td.action-buttons-wrapper,
#invoice-items-table td.action-buttons-wrapper {
  display: table-cell !important;
  vertical-align: middle;
  text-align: center;
}

.quote-item-content,
.invoice-item-content {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.quote-item-content .quote-item-thumbnail,
.quote-item-content .invoice-item-thumbnail,
.invoice-item-content .quote-item-thumbnail,
.invoice-item-content .invoice-item-thumbnail {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid rgba(222, 226, 230, 0.2);
}
.quote-item-content .item-name,
.invoice-item-content .item-name {
  flex-grow: 1;
}

.item-quantity,
.item-unit,
.item-price,
.item-tax,
.item-discount {
  min-width: 80px;
  text-align: center;
  font-weight: 500;
  border: 2px solid rgba(40, 40, 61, 0.9);
  background-color: rgba(255, 255, 255, 0.9);
  transition: all 0.2s ease;
}
.item-quantity:focus,
.item-unit:focus,
.item-price:focus,
.item-tax:focus,
.item-discount:focus {
  border-color: #fe5416;
  background-color: #ffffff;
  box-shadow: 0 0 0 3px rgba(254, 84, 22, 0.1);
  outline: none;
}
.item-quantity:hover,
.item-unit:hover,
.item-price:hover,
.item-tax:hover,
.item-discount:hover {
  border-color: rgba(254, 84, 22, 0.5);
  background-color: #ffffff;
}
.item-quantity::-webkit-inner-spin-button, .item-quantity::-webkit-outer-spin-button,
.item-unit::-webkit-inner-spin-button,
.item-unit::-webkit-outer-spin-button,
.item-price::-webkit-inner-spin-button,
.item-price::-webkit-outer-spin-button,
.item-tax::-webkit-inner-spin-button,
.item-tax::-webkit-outer-spin-button,
.item-discount::-webkit-inner-spin-button,
.item-discount::-webkit-outer-spin-button {
  opacity: 1;
  height: 20px;
}

.item-unit {
  text-align: left;
  padding-left: 0.5rem;
}

.quote-item .input-group,
.invoice-item .input-group {
  border: 2px solid rgba(40, 40, 61, 0.9);
  border-radius: 0.2rem;
  background-color: rgba(255, 255, 255, 0.9);
  overflow: hidden;
  transition: all 0.2s ease;
  display: flex;
  align-items: stretch;
}
.quote-item .input-group:hover,
.invoice-item .input-group:hover {
  border-color: rgba(254, 84, 22, 0.5);
}
.quote-item .input-group:focus-within,
.invoice-item .input-group:focus-within {
  border-color: #fe5416;
  box-shadow: 0 0 0 3px rgba(254, 84, 22, 0.1);
}
.quote-item .input-group .input-group-text,
.invoice-item .input-group .input-group-text {
  background-color: rgba(40, 40, 61, 0.1);
  border: none;
  border-radius: 0;
  color: #28283d;
  font-weight: 600;
  padding: calc(0.5rem / 1.5) 0.25rem;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
}
.quote-item .input-group .input-group-prepend,
.quote-item .input-group .input-group-append,
.invoice-item .input-group .input-group-prepend,
.invoice-item .input-group .input-group-append {
  display: flex;
}
.quote-item .input-group .module__input,
.invoice-item .input-group .module__input {
  border: none;
  border-radius: 0;
  background-color: transparent;
  flex: 1;
}
.quote-item .input-group .module__input:focus,
.invoice-item .input-group .module__input:focus {
  box-shadow: none;
  border: none;
}

/* Module Status - Status indicators en meta informatie */
.module-status-selector {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  gap: 0.25rem;
}
.module-status-selector .status-label {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.875rem;
}
.module-status-selector .status-display {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 0.5rem;
  border-radius: 0.2rem;
  cursor: pointer;
  transition: all 0.2s ease;
  width: 100%;
  box-sizing: border-box;
  padding: 0.5rem 1rem;
}
@media (max-width: 1024px) {
  .module-status-selector .status-display {
    padding: 0.25rem 0.5rem;
  }
}
@media (max-width: 768px) {
  .module-status-selector .status-display {
    padding: 0.25rem 0.5rem;
  }
}
.module-status-selector .status-display:hover {
  background: rgba(40, 40, 61, 0.05);
}
.module-status-selector .status-display .status-icon {
  font-size: 1em;
}
.module-status-selector .status-display .status-icon.success {
  color: #28a745;
}
.module-status-selector .status-display .status-icon.warning {
  color: #E57373;
}
.module-status-selector .status-display .status-icon.danger {
  color: #E57373;
}
.module-status-selector .status-display .status-text {
  font-size: 0.875rem;
  font-weight: 500;
}
.module-status-selector .status-display .dropdown-icon {
  margin-left: 0.25rem;
  font-size: 0.8em;
  opacity: 0.7;
}
.module-status-selector .status-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 200px;
  max-width: calc(100vw - 2rem);
  width: auto;
  background: #ffffff;
  border-radius: 0.2rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  margin-top: 0.25rem;
  display: none;
}
@media (max-width: 576px) {
  .module-status-selector .status-dropdown {
    min-width: 150px;
    max-width: calc(100vw - 2rem);
    left: -50px;
  }
}
.module-status-selector .status-dropdown.show {
  display: block;
}
.module-status-selector .status-dropdown .status-option {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 0.5rem;
  cursor: pointer;
  transition: all 0.2s ease;
}
.module-status-selector .status-dropdown .status-option:hover {
  background: rgba(40, 40, 61, 0.05);
}
.module-status-selector .status-dropdown .status-option .status-icon {
  font-size: 1em;
}
.module-status-selector .status-dropdown .status-option .status-icon.success {
  color: #28a745;
}
.module-status-selector .status-dropdown .status-option .status-icon.warning {
  color: #E57373;
}
.module-status-selector .status-dropdown .status-option .status-icon.danger {
  color: #E57373;
}
.module-status-selector .status-dropdown .status-option .status-text {
  font-size: 0.875rem;
}
.module-status-selector[data-status=active] .status-icon, .module-status-selector[data-status=actief] .status-icon {
  color: #28a745;
}
.module-status-selector[data-status=inactive] .status-icon, .module-status-selector[data-status=inactief] .status-icon {
  color: #E57373;
}
.module-status-selector[data-status=suspended] .status-icon, .module-status-selector[data-status=geschorst] .status-icon {
  color: #E57373;
}
.module-status-selector[data-status=pending] .status-icon, .module-status-selector[data-status="in afwachting"] .status-icon {
  color: #17a2b8;
}
.module-status-selector[data-status=in_progress] .status-icon, .module-status-selector[data-status="in uitvoering"] .status-icon {
  color: #E57373;
}
.module-status-selector[data-status=completed] .status-icon, .module-status-selector[data-status=voltooid] .status-icon {
  color: #28a745;
}
.module-status-selector[data-status=cancelled] .status-icon, .module-status-selector[data-status=geannuleerd] .status-icon {
  color: #E57373;
}
.module-status-selector[data-status=sent] .status-icon {
  color: #17a2b8;
}
.module-status-selector[data-status=paid] .status-icon {
  color: #28a745;
}
.module-status-selector[data-status=overdue] .status-icon {
  color: #E57373;
}
.module-status-selector[data-status=draft] .status-icon {
  color: #adb5bd;
}

.status-input {
  display: none;
}

.status-select-wrapper {
  position: relative;
  display: inline-block;
}
.status-select-wrapper .dropdown-icon {
  position: absolute;
  right: 0.25rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
  font-size: 0.8em;
  opacity: 0.7;
}

.status-select {
  padding: 0.25rem 1rem;
  border-radius: 0.2rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  padding-right: calc(1rem + 10px);
  appearance: none;
  background: transparent;
  color: #ffffff;
  min-width: 120px;
  max-width: 100%;
  width: auto;
}
@media (max-width: 576px) {
  .status-select {
    min-width: 100px;
    max-width: 100%;
  }
}
.status-select[data-status=active] {
  color: #28a745;
}
.status-select[data-status=inactive] {
  color: #ced4da;
}
.status-select[data-status=suspended] {
  color: #E57373;
}
.status-select option {
  background: #ffffff;
  color: #495057;
  padding: 0.25rem 1rem;
}
.status-select option[value=active] {
  color: #28a745;
  background: rgba(40, 167, 69, 0.1);
}
.status-select option[value=inactive] {
  color: #ced4da;
  background: rgba(206, 212, 218, 0.1);
}
.status-select option[value=suspended] {
  color: #E57373;
  background: rgba(229, 115, 115, 0.1);
}
.status-select option[value=pending] {
  color: #17a2b8;
  background: rgba(23, 162, 184, 0.1);
}
.status-select option[value=in_progress] {
  color: #f9d84b;
  background: rgba(249, 216, 75, 0.1);
}
.status-select option[value=completed] {
  color: #28a745;
  background: rgba(40, 167, 69, 0.1);
}
.status-select option[value=cancelled] {
  color: #E57373;
  background: rgba(229, 115, 115, 0.1);
}
.status-select option[value=concept] {
  color: #6c757d;
  background: rgba(108, 117, 125, 0.1);
}
.status-select option[value=sent] {
  color: #E57373;
  background: rgba(229, 115, 115, 0.1);
}
.status-select option[value=accepted] {
  color: #28a745;
  background: rgba(40, 167, 69, 0.1);
}
.status-select option[value=rejected] {
  color: #E57373;
  background: rgba(229, 115, 115, 0.1);
}
.status-select option[value=adjustment] {
  color: #E57373;
  background: rgba(229, 115, 115, 0.1);
}

.module-status {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 0.5rem;
  border-radius: 0.2rem;
  font-size: 0.875rem;
}
.module-status.active {
  background: rgba(40, 167, 69, 0.1);
  color: #28a745;
}
.module-status.inactive {
  background: rgba(108, 117, 125, 0.1);
  color: #6c757d;
}
.module-status.suspended {
  background: rgba(229, 115, 115, 0.1);
  color: #E57373;
}

.meta-info {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.meta-info__item {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
}
.meta-info__item i {
  font-size: 1em;
  opacity: 0.7;
}
.meta-info__item--light {
  color: #6c757d;
}
.meta-info__item--light i {
  color: #adb5bd;
}

.module-dates {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.875rem;
}
.module-dates .updated-at {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  margin-left: 0.5rem;
  padding-left: 0.5rem;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.module-type {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 0.5rem;
  border-radius: 0.2rem;
  font-size: 0.875rem;
  background: rgba(254, 84, 22, 0.1);
  color: #fe5416;
}
.module-type i {
  font-size: 1em;
}

.progress-bar-container {
  height: 6px;
  background-color: rgba(222, 226, 230, 0.4);
  border-radius: 50rem;
  margin: 0.25rem 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.progress-bar {
  height: 100%;
  background: linear-gradient(90deg, #28a745, #E57373);
  border-radius: 50rem;
  transition: width 0.3s ease;
  width: 0%;
  position: relative;
}
.progress-bar::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));
  animation: shimmer 2s infinite;
}
.progress-bar.desk-bar {
  background: linear-gradient(90deg, #4e85e1, #1d53ae);
}
.progress-bar.field-bar {
  background: linear-gradient(90deg, #22c55e, #0d9448);
}
.progress-bar.danger-bar {
  background: linear-gradient(90deg, #E57373, rgb(217.0180722892, 50.4819277108, 50.4819277108));
}
.progress-bar.warning-bar {
  background: linear-gradient(90deg, #E57373, rgb(217.0180722892, 50.4819277108, 50.4819277108));
}

@keyframes shimmer {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.stat-item .progress-bar-container {
  margin-top: 0.25rem;
  height: 4px;
}

/* Module Sidebar - Sidebar componenten en layouts */
.module__sidebar {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
  box-sizing: border-box;
  gap: 1.5rem;
}
@media (max-width: 1024px) {
  .module__sidebar {
    order: -1;
  }
}
@media (max-width: 1024px) {
  .module__sidebar {
    gap: 1rem;
  }
}
@media (max-width: 768px) {
  .module__sidebar {
    gap: 0.25rem;
  }
}
.module__sidebar .sidebar-section {
  background: #ffffff;
  border-radius: 0.25rem;
  border: 1px solid #dee2e6;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .module__sidebar .sidebar-section {
    border-radius: 0.2rem;
  }
}
.module__sidebar .sidebar-section-header {
  padding: 1rem;
  border-bottom: 1px solid #dee2e6;
  background: #ffffff;
  width: 100%;
  box-sizing: border-box;
  padding: 1rem;
}
@media (max-width: 1024px) {
  .module__sidebar .sidebar-section-header {
    padding: 0.5rem;
  }
}
@media (max-width: 768px) {
  .module__sidebar .sidebar-section-header {
    padding: 0.25rem;
  }
}
.module__sidebar .sidebar-section-header h3 {
  font-size: 1rem;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.module__sidebar .sidebar-section-header h3 i {
  color: #fe5416;
}
.module__sidebar .sidebar-section-content {
  padding: 1rem;
  width: 100%;
  box-sizing: border-box;
  padding: 1rem;
}
@media (max-width: 1024px) {
  .module__sidebar .sidebar-section-content {
    padding: 0.5rem;
  }
}
@media (max-width: 768px) {
  .module__sidebar .sidebar-section-content {
    padding: 0.25rem;
  }
}
.module__sidebar .sidebar-section--info .info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.module__sidebar .sidebar-section--info .info-list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid #dee2e6;
}
.module__sidebar .sidebar-section--info .info-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.module__sidebar .sidebar-section--info .info-list li i {
  color: #fe5416;
  font-size: 1.1em;
}
.module__sidebar .sidebar-section--actions .action-buttons {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

@media (max-width: 992px) {
  .module-create__form-sidebar {
    order: -1;
  }
}
.module-create__form-sidebar .sidebar-card {
  background: #ffffff;
  border-radius: 0.25rem;
  border: 1px solid #dee2e6;
  overflow: hidden;
  margin-bottom: 1rem;
}
.module-create__form-sidebar .sidebar-card:last-child {
  margin-bottom: 0;
}
.module-create__form-sidebar .sidebar-card-header {
  padding: 1rem;
  border-bottom: 1px solid #dee2e6;
  background: #ffffff;
}
.module-create__form-sidebar .sidebar-card-header h3 {
  font-size: 1rem;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.module-create__form-sidebar .sidebar-card-header h3 i {
  color: #fe5416;
}
.module-create__form-sidebar .sidebar-card-content {
  padding: 1rem;
}

.quick-actions {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.quick-actions .action-button {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem;
  border-radius: 0.2rem;
  background: #ffffff;
  border: 1px solid #dee2e6;
  color: #495057;
  text-decoration: none;
  transition: all 0.2s ease;
}
.quick-actions .action-button i {
  color: #fe5416;
  font-size: 1.1em;
}
.quick-actions .action-button:hover {
  background: #f8f9fa;
  transform: translateY(-1px);
}
.quick-actions .action-button--primary {
  background: #28283d;
  color: #ffffff;
  border-color: #28283d;
}
.quick-actions .action-button--primary i {
  color: #ffffff;
}
.quick-actions .action-button--primary:hover {
  background: rgb(29.900990099, 29.900990099, 45.599009901);
}

.module__avatar-options {
  margin-top: 1rem;
}
.module__avatar-options h3 {
  font-size: 1rem;
  color: #495057;
  margin-bottom: 0.5rem;
}
.module__avatar-options-grid {
  display: grid;
  grid-template-columns: repeat(20, 32px);
  gap: 0.25rem;
  justify-content: center;
}
.module__avatar-options-grid .avatar-option {
  width: 32px;
  height: 32px;
  border-radius: 0.2rem;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #dee2e6;
  transition: all 0.2s ease;
}
.module__avatar-options-grid .avatar-option img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.module__avatar-options-grid .avatar-option:hover {
  border-color: #fe5416;
  transform: translateY(-1px);
}
.module__avatar-options-grid .avatar-option.active {
  border-color: #fe5416;
  box-shadow: 0 0 0 2px rgba(254, 84, 22, 0.1);
}
@media (max-width: 576px) {
  .module__avatar-options-grid {
    grid-template-columns: repeat(4, 32px);
  }
}

.module__avatar-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.module__avatar-preview {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.module__avatar-circle {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #dee2e6;
}
.module__avatar-circle i {
  font-size: 32px;
  color: #ced4da;
}
.module__avatar-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.module__avatar-actions {
  display: flex;
  gap: 0.5rem;
}

.sidebar-section--recent .recent-customers-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar-section--recent .recent-customer-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem;
  border-bottom: 1px solid #dee2e6;
  transition: all 0.2s ease;
}
.sidebar-section--recent .recent-customer-item:hover {
  background: rgba(248, 249, 250, 0.5);
}
.sidebar-section--recent .recent-customer-item .customer-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar-section--recent .recent-customer-item .customer-avatar i {
  color: #fe5416;
  font-size: 1.2rem;
}
.sidebar-section--recent .recent-customer-item .customer-info {
  flex: 1;
  min-width: 0;
}
.sidebar-section--recent .recent-customer-item .customer-info .customer-name {
  display: block;
  color: #28283d;
  font-weight: 500;
  text-decoration: none;
  margin-bottom: 2px;
}
.sidebar-section--recent .recent-customer-item .customer-info .customer-name:hover {
  color: #fe5416;
}
.sidebar-section--recent .recent-customer-item .customer-info .customer-meta {
  display: block;
  font-size: 0.875rem;
  color: #6c757d;
}
.sidebar-section--recent .recent-customer-item .customer-info .customer-meta .customer-time::before {
  content: "•";
  margin: 0 0.25rem;
}
.sidebar-section--recent .recent-customer-item .customer-actions .quick-action {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.2rem;
  color: #fe5416;
  transition: all 0.2s ease;
}
.sidebar-section--recent .recent-customer-item .customer-actions .quick-action:hover {
  background: rgba(254, 84, 22, 0.1);
  transform: translateY(-1px);
}

.attachment-info {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(5px);
  border-radius: 10px;
  padding: 15px;
  border: 1px solid rgba(40, 40, 61, 0.15);
  box-shadow: 0 3px 8px rgba(206, 212, 218, 0.1);
  transition: all 0.3s ease;
}
.attachment-info:hover {
  box-shadow: 0 5px 12px rgba(206, 212, 218, 0.15);
  transform: translateY(-2px);
}
.attachment-info h4 {
  font-size: 0.875rem;
  color: #28283d;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
}
.attachment-info h4 i {
  color: #673AB7;
  font-size: 1.1em;
}
.attachment-info .attachment-types {
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
}
.attachment-info .attachment-types li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  color: #28283d;
  font-size: 0.75rem;
  padding: 6px 10px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.6);
  border-left: 3px solid #fe5416;
  transition: all 0.2s ease;
}
.attachment-info .attachment-types li:hover {
  background: rgba(255, 255, 255, 0.9);
  transform: translateX(2px);
  box-shadow: 0 2px 5px rgba(206, 212, 218, 0.1);
}
.attachment-info .attachment-types li i {
  color: #fe5416;
  font-size: 0.875rem;
}
.attachment-info .attachment-types li:nth-child(1) {
  border-left-color: #f9d84b;
}
.attachment-info .attachment-types li:nth-child(1) i {
  color: #f9d84b;
}
.attachment-info .attachment-types li:nth-child(2) {
  border-left-color: #4285F4;
}
.attachment-info .attachment-types li:nth-child(2) i {
  color: #4285F4;
}
.attachment-info .attachment-types li:nth-child(3) {
  border-left-color: #fe5416;
}
.attachment-info .attachment-types li:nth-child(3) i {
  color: #fe5416;
}
.attachment-info .attachment-note {
  font-size: 0.75rem;
  color: #adb5bd;
  font-style: italic;
  margin: 0;
  padding: 8px 0 0 0;
  border-top: 1px dashed rgba(222, 226, 230, 0.3);
  text-align: center;
}

.animated-upload-zone {
  border: 2px dashed rgba(40, 40, 61, 0.3) !important;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(248, 249, 250, 0.4)) !important;
  transition: all 0.3s ease;
  min-height: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 20px !important;
  border-radius: 10px !important;
  cursor: pointer;
  position: relative;
  overflow: hidden !important;
}
.animated-upload-zone.drag-over {
  border: 2px dashed #28283d !important;
  background: rgba(40, 40, 61, 0.05) !important;
  transform: scale(1.02);
  box-shadow: 0 5px 15px rgba(40, 40, 61, 0.15);
}
.animated-upload-zone.drag-over .upload-icon {
  transform: scale(1.2);
  background: rgba(40, 40, 61, 0.2);
}
.animated-upload-zone.drag-over::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle, rgba(40, 40, 61, 0.05) 0%, rgba(255, 255, 255, 0) 70%);
  animation: pulse-bg 1.5s infinite;
}
@keyframes pulse-bg {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
.animated-upload-zone::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(66, 133, 244, 0.05) 0%, rgba(255, 255, 255, 0) 40%, rgba(103, 58, 183, 0.05) 80%, rgba(255, 255, 255, 0) 100%);
  background-size: 200% 200%;
  animation: gradientMove 8s ease infinite;
  border-radius: 8px;
  z-index: 0;
}
@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.animated-upload-zone:hover {
  border-color: rgba(40, 40, 61, 0.4) !important;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.95), rgba(248, 249, 250, 0.6)) !important;
  transform: translateY(-1px);
  box-shadow: 0 3px 8px rgba(222, 226, 230, 0.2);
}
.animated-upload-zone:hover .upload-icon {
  background: rgba(255, 255, 255, 0.95);
}
.animated-upload-zone:hover .upload-icon i {
  color: rgb(29.900990099, 29.900990099, 45.599009901);
}
.animated-upload-zone:hover .upload-text p {
  color: #495057;
}
.animated-upload-zone:hover .upload-link {
  color: rgb(29.900990099, 29.900990099, 45.599009901);
}
.animated-upload-zone .upload-icon-pulse {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin: 0 auto;
}
.animated-upload-zone .upload-icon-pulse::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: rgba(40, 40, 61, 0.08);
  border-radius: 50%;
  animation: pulse 2.5s ease-in-out infinite;
  z-index: 0;
}
@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0.3;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0.1;
  }
  100% {
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0.3;
  }
}
.animated-upload-zone .upload-icon {
  position: relative;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(206, 212, 218, 0.15);
  margin: 0 auto 5px;
  border: 1px solid rgba(222, 226, 230, 0.5);
}
.animated-upload-zone .upload-icon i {
  color: #28283d;
  font-size: 1.2rem;
}
.animated-upload-zone .upload-icon-pulse {
  display: none;
}
.animated-upload-zone .upload-text {
  text-align: center;
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0 10px;
}
.animated-upload-zone .upload-text p {
  margin: 0 0 4px;
  color: #6c757d;
  transition: all 0.3s ease;
  font-size: 0.875rem;
}
.animated-upload-zone .upload-text p:last-child {
  margin-bottom: 0;
}
.animated-upload-zone .upload-text .upload-link {
  color: #28283d;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: underline;
}
.animated-upload-zone .upload-text .upload-link:hover {
  color: rgb(19.801980198, 19.801980198, 30.198019802);
}
.animated-upload-zone .upload-text .upload-info {
  font-size: 0.75rem;
  color: #adb5bd;
  margin-top: 5px;
}

.file-list-container {
  margin-top: 20px;
}
.file-list-container .attachments-title {
  font-size: 0.875rem;
  color: #28283d;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(222, 226, 230, 0.3);
}
.file-list-container .attachments-title i {
  color: #fe5416;
}
.file-list-container .file-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.file-list-container .file-list li {
  background: #ffffff;
  border-radius: 6px;
  padding: 10px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(222, 226, 230, 0.2);
  transition: all 0.2s ease;
}
.file-list-container .file-list li:hover {
  border-color: rgba(40, 40, 61, 0.3);
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(206, 212, 218, 0.1);
}
.file-list-container .file-list li .file-icon {
  width: 32px;
  height: 32px;
  background: rgba(233, 236, 239, 0.5);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.file-list-container .file-list li .file-icon i {
  color: #fe5416;
  font-size: 1rem;
}
.file-list-container .file-list li .file-info {
  flex: 1;
  min-width: 0;
}
.file-list-container .file-list li .file-info .file-name {
  display: block;
  color: #28283d;
  font-size: 0.875rem;
  margin-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 180px;
}
.file-list-container .file-list li .file-info .file-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.75rem;
  color: #adb5bd;
}
.file-list-container .file-list li .file-actions {
  display: flex;
  align-items: center;
}
.file-list-container .file-list li .file-actions button {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: none;
  background: transparent;
  color: #adb5bd;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
.file-list-container .file-list li .file-actions button:hover {
  background: rgba(229, 115, 115, 0.1);
  color: #E57373;
}
.file-list-container .file-list li .file-actions button i {
  font-size: 0.9rem;
}

.upload-progress {
  margin-top: 15px;
}
.upload-progress .progress-bar {
  height: 8px;
  background: rgba(222, 226, 230, 0.5);
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 6px;
}
.upload-progress .progress-bar .progress-fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(to right, #fe5416, #4285F4);
  border-radius: 4px;
  transition: width 0.3s ease;
}
.upload-progress .progress-text {
  font-size: 0.75rem;
  color: #6c757d;
  text-align: right;
}

/* Module Actions - Actieknoppen en interactieve elementen */
.contact-link {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: inherit;
  text-decoration: none;
  transition: all 0.2s ease;
}
.contact-link i {
  opacity: 0.7;
}
.contact-link:hover {
  color: #fe5416;
}
.contact-link:hover i {
  opacity: 1;
}

.module-options {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 834px) {
  .module-options {
    gap: 0.5rem;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .module-options {
    gap: 0.25rem;
  }
}
.module-options .option-button {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 0.5rem;
  border: 1px solid #dee2e6;
  border-radius: 0.2rem;
  background: #ffffff;
  color: #495057;
  cursor: pointer;
  transition: all 0.2s ease;
}
.module-options .option-button i {
  color: #fe5416;
}
.module-options .option-button:hover {
  background: #f8f9fa;
  border-color: #fe5416;
}
.module-options .option-button.active {
  background: #fe5416;
  border-color: #fe5416;
  color: #ffffff;
}
.module-options .option-button.active i {
  color: #ffffff;
}

.action-buttons {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 834px) {
  .action-buttons {
    gap: 0.5rem;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .action-buttons {
    gap: 0.25rem;
  }
}
@media (max-width: 600px) {
  .action-buttons {
    flex-direction: column;
    width: 100%;
  }
  .action-buttons .btn {
    width: 100%;
    margin-bottom: 0.25rem;
  }
}
.action-buttons--vertical {
  flex-direction: column;
}
.action-buttons--center {
  justify-content: center;
}
.action-buttons--end {
  justify-content: flex-end;
}

.share-actions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 0.5rem;
}

.module-number-options-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.95);
  background: #ffffff;
  border-radius: 0.25rem;
  box-shadow: 0 4px 24px rgba(40, 40, 61, 0.15);
  width: 90%;
  max-width: 480px;
  max-width: min(480px, 100vw - 2rem);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  z-index: 1000;
}
@media (max-width: 576px) {
  .module-number-options-popup {
    width: calc(100% - 2rem);
    max-width: calc(100vw - 2rem);
  }
}
.module-number-options-popup.visible {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}
.module-number-options-popup .module-popup__header {
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #dee2e6;
}
.module-number-options-popup .module-popup__header h3 {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  margin: 0;
  color: #28283d;
  font-size: 1.25rem;
}
.module-number-options-popup .module-popup__header h3 i {
  color: #fe5416;
}
.module-number-options-popup .module-popup__content {
  padding: 1.5rem;
}
.module-number-options-popup .module-popup__content .module-number-preview {
  background: #28283d;
  padding: 1rem;
  border-radius: 0.2rem;
  margin-bottom: 1.5rem;
}
.module-number-options-popup .module-popup__content .module-number-preview span {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.875rem;
}
.module-number-options-popup .module-popup__content .module-number-preview span code {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  color: #f9d84b;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.1);
  padding: 0.25rem 0.5rem;
  border-radius: 0.2rem;
}
.module-number-options-popup .module-popup__content .module-number-selector {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}
@media (max-width: 576px) {
  .module-number-options-popup .module-popup__content .module-number-selector {
    grid-template-columns: 1fr;
  }
}
.module-number-options-popup .module-popup__content .module-number-selector .module-number-type-button {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.5rem;
  border: 1px solid #dee2e6;
  border-radius: 0.2rem;
  background: #ffffff;
  color: #495057;
  cursor: pointer;
  transition: all 0.2s ease;
}
.module-number-options-popup .module-popup__content .module-number-selector .module-number-type-button i {
  color: #adb5bd;
  transition: color 0.2s ease;
}
.module-number-options-popup .module-popup__content .module-number-selector .module-number-type-button:hover {
  background: #f8f9fa;
  border-color: rgba(254, 84, 22, 0.3);
}
.module-number-options-popup .module-popup__content .module-number-selector .module-number-type-button:hover i {
  color: #fe5416;
}
.module-number-options-popup .module-popup__content .module-number-selector .module-number-type-button.active {
  background: #28283d;
  border-color: #28283d;
  color: #ffffff;
}
.module-number-options-popup .module-popup__content .module-number-selector .module-number-type-button.active i {
  color: #f9d84b;
}
.module-number-options-popup .module-popup__footer {
  padding: 1rem 1.5rem;
  border-top: 1px solid #dee2e6;
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
  background: #28283d;
}
.module-number-options-popup .module-popup__footer .header-action-link {
  border-color: rgba(255, 255, 255, 0.2);
}
.module-number-options-popup .module-popup__footer .header-action-link:hover {
  border-color: transparent;
}
.module-number-options-popup .module-popup__footer .header-action-link--danger:hover {
  background: rgba(229, 115, 115, 0.8);
}
.module-number-options-popup .module-popup__footer .header-action-link--success:hover {
  background: rgba(40, 167, 69, 0.8);
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(40, 40, 61, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  z-index: 999;
}
.popup-overlay.visible {
  opacity: 1;
  visibility: visible;
}

.module-branches .module-branch {
  margin-bottom: 1.5rem;
}
.module-branches .module-branch__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(222, 226, 230, 0.2);
}
.module-branches .module-branch__header h3 {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  margin: 0;
  color: #28283d;
  font-size: 1rem;
  font-weight: 500;
}
.module-branches .module-branch__header h3 i {
  color: #fe5416;
}
.module-branches .module-branch__header .remove-branch-btn {
  width: 32px;
  min-width: 32px;
  max-width: 32px;
  height: 32px;
  padding: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(229, 115, 115, 0.2);
  border-radius: 0.2rem;
  background: transparent;
  color: #E57373;
  transition: all 0.2s ease;
}
.module-branches .module-branch__header .remove-branch-btn i {
  font-size: 1.1em;
}
.module-branches .module-branch__header .remove-branch-btn:hover {
  background: rgba(229, 115, 115, 0.1);
  border-color: #E57373;
}
.module-branches .module-branch-actions {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(222, 226, 230, 0.2);
}
.module-branches .module-branch-actions .module-btn {
  width: 100%;
  justify-content: center;
  padding: 0.5rem;
}
.module-branches .module-branch-actions .module-btn i {
  font-size: 1.1em;
}

.share-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.share-options:last-child {
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .share-options {
    grid-template-columns: 1fr;
  }
}

.share-option {
  display: flex;
}

.divider {
  height: 1px;
  background-color: rgba(222, 226, 230, 0.1);
  margin: 0.5rem 0;
}

.share-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  justify-content: space-between;
}
.share-icons:last-child {
  margin-bottom: 0;
}

.share-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f8f9fa;
  border: 1px solid rgba(222, 226, 230, 0.1);
  cursor: pointer;
  flex-shrink: 0;
  transition: all 0.2s ease;
}
.share-icon i {
  font-size: 1.5em;
  transition: all 0.2s ease;
}
.share-icon:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(40, 40, 61, 0.1);
}
.share-icon.whatsapp i {
  color: #25D366;
}
.share-icon.whatsapp:hover {
  background-color: rgba(37, 211, 102, 0.1);
  border-color: rgba(37, 211, 102, 0.3);
}
.share-icon.email i {
  color: #4285F4;
}
.share-icon.email:hover {
  background-color: rgba(66, 133, 244, 0.1);
  border-color: rgba(66, 133, 244, 0.3);
}
.share-icon.teams i {
  color: #6264A7;
}
.share-icon.teams:hover {
  background-color: rgba(98, 100, 167, 0.1);
  border-color: rgba(98, 100, 167, 0.3);
}
.share-icon.share i {
  color: #28283d;
}
.share-icon.share:hover {
  background-color: rgba(40, 40, 61, 0.1);
  border-color: rgba(40, 40, 61, 0.3);
}
.share-icon.copy i {
  color: #17a2b8;
}
.share-icon.copy:hover {
  background-color: rgba(23, 162, 184, 0.1);
  border-color: rgba(23, 162, 184, 0.3);
}
.share-icon.pdf i {
  color: #FF0000;
}
.share-icon.pdf:hover {
  background-color: rgba(255, 0, 0, 0.1);
  border-color: rgba(255, 0, 0, 0.3);
}
.share-icon.vcard i {
  color: #28a745;
}
.share-icon.vcard:hover {
  background-color: rgba(40, 167, 69, 0.1);
  border-color: rgba(40, 167, 69, 0.3);
}
.share-icon.copied {
  background-color: rgba(40, 167, 69, 0.1);
  border-color: rgba(40, 167, 69, 0.3);
}
.share-icon.copied i {
  color: #28a745;
  animation: pulse 0.5s ease-in-out;
}

.share-icons-minimal {
  display: flex;
  gap: calc(0.25rem / 2);
  margin-bottom: 0;
  justify-content: flex-start;
}

.share-icon-minimal {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  padding: calc(0.25rem / 3);
  cursor: pointer;
  transition: all 0.2s ease;
}
.share-icon-minimal i {
  font-size: 1em;
  transition: all 0.2s ease;
}
.share-icon-minimal:hover {
  transform: scale(1.2);
}
.share-icon-minimal.whatsapp i {
  color: #25D366;
}
.share-icon-minimal.email i {
  color: #4285F4;
}
.share-icon-minimal.teams i {
  color: #6264A7;
}
.share-icon-minimal.share i {
  color: #28283d;
}
.share-icon-minimal.copy i {
  color: #17a2b8;
}
.share-icon-minimal.pdf i {
  color: #FF0000;
}
.share-icon-minimal.vcard i {
  color: #28a745;
}

.divider-minimal {
  display: none;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.account-type-options {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 576px) {
  .account-type-options {
    grid-template-columns: repeat(2, 1fr);
  }
}

.basic-account-form {
  border-top: 1px solid #dee2e6;
  margin-top: 1rem;
  padding-top: 1rem;
}

.password-strength-meter {
  margin-top: 0.25rem;
  background-color: #e9ecef;
  height: 6px;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}
.password-strength-meter .strength-bar {
  height: 100%;
  width: 0;
  transition: width 0.3s ease;
}
.password-strength-meter .strength-bar.strength-none {
  width: 0;
}
.password-strength-meter .strength-bar.strength-very-weak {
  background-color: #E57373;
  width: 20%;
}
.password-strength-meter .strength-bar.strength-weak {
  background-color: #E57373;
  width: 40%;
}
.password-strength-meter .strength-bar.strength-medium {
  background-color: #17a2b8;
  width: 60%;
}
.password-strength-meter .strength-bar.strength-strong {
  background-color: #28a745;
  width: 80%;
}
.password-strength-meter .strength-bar.strength-very-strong {
  background-color: rgb(30.1449275362, 125.8550724638, 52);
  width: 100%;
}
.password-strength-meter .strength-text {
  display: block;
  font-size: 0.75rem;
  color: #6c757d;
  margin-top: 0.25rem;
}

.password-input-container {
  position: relative;
}

.password-options {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.password-requirements {
  margin-top: 0.25rem;
  font-size: 0.75rem;
}
.password-requirements .requirement {
  display: flex;
  align-items: center;
  margin-bottom: 2px;
  color: #6c757d;
}
.password-requirements .requirement i {
  margin-right: 5px;
  font-size: 10px;
}
.password-requirements .requirement-met {
  color: #28a745;
}
.password-requirements .requirement-not-met {
  color: #adb5bd;
}

.weekday-selector {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.weekday-checkbox {
  display: flex;
  align-items: center;
  padding: 6px 12px;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.weekday-checkbox input {
  display: none;
}
.weekday-checkbox input:checked + span {
  color: #28a745;
  font-weight: 500;
}
.weekday-checkbox input:checked + span + i {
  color: #28a745;
}
.weekday-checkbox input:not(:checked) + span {
  color: #E57373;
  opacity: 0.7;
}
.weekday-checkbox input:not(:checked) + span + i {
  color: #E57373;
  opacity: 0.7;
}
.weekday-checkbox span {
  font-size: 14px;
  transition: all 0.2s ease;
}
.weekday-checkbox:hover {
  background-color: rgba(40, 167, 69, 0.1);
  border-color: #28a745;
}
.weekday-checkbox:hover input:not(:checked) + span {
  color: #28a745;
  opacity: 1;
}

.weekday-checkbox input {
  display: none;
}

.weekday-checkbox span {
  font-size: 14px;
  color: var(--text-color);
}

.weekday-checkbox input:checked + span {
  color: var(--primary-color);
  font-weight: 600;
}

.weekday-checkbox:hover {
  background-color: var(--hover-bg);
}

.work-hours-container {
  display: flex;
  gap: 16px;
  align-items: center;
}

.time-input {
  flex: 1;
}

.time-input label {
  display: block;
  margin-bottom: 4px;
  font-size: 12px;
  color: var(--text-muted);
}

.cloud-files-browser {
  margin-top: 30px;
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.path-navigation {
  display: flex;
  align-items: center;
  gap: 10px;
}

#currentPath {
  font-family: monospace;
  padding: 5px 10px;
  background: #f5f5f5;
  border-radius: 3px;
}

.files-list {
  min-height: 200px;
}

.loading-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  color: #666;
}

.loading-indicator .fi-rr-spinner {
  animation: spin 1s linear infinite;
  margin-right: 10px;
}

.file-item {
  text-decoration: none;
  color: inherit;
}

.file-item:hover {
  text-decoration: underline;
}

/* Upload bevestiging stijlen */
.upload-confirmation {
  background: #dee2e6;
  border: 1px solid #6c757d;
  border-radius: 5px;
  padding: 20px;
  margin: 20px 0;
  text-align: center;
}

.file-details {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 15px;
  margin: 15px 0;
  gap: 10px;
}

.file-details i {
  font-size: 24px;
  color: #4285f4;
}

.upload-actions {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.fc-event {
  cursor: grab;
  padding: 0;
  margin-bottom: 6px;
  border-radius: 8px;
  background-color: #fff !important;
  border: none !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  overflow: hidden;
  min-height: 85px;
}
.fc-event:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
.fc-event:active {
  transform: translateY(0);
  transition: all 0.1s;
}

/* Styling voor kleurindicator */
.employee-color-indicator {
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

/* Verbeterde styling voor event container */
.event-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  min-height: 85px;
}

.event-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 10px;
  border-radius: 8px 8px 0 0;
  min-height: 28px;
}

.employee-name {
  font-weight: 500;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.95);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  letter-spacing: 0.01em;
}

.event-status {
  font-size: 0.7rem;
  padding: 2px 6px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.25);
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.event-status.status-new {
  background-color: rgba(30, 136, 229, 0.3);
}
.event-status.status-progress {
  background-color: rgba(255, 152, 0, 0.3);
}
.event-status.status-done {
  background-color: rgba(76, 175, 80, 0.3);
}

.event-body {
  background-color: #fff;
  padding: 8px 12px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 65px;
  justify-content: space-between;
}

.workorder-title-row {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  width: 100%;
  overflow: hidden;
}

.workorder-number {
  display: inline-flex;
  align-items: center;
  font-size: 0.7rem;
  padding: 1px 5px;
  background-color: rgba(0, 0, 0, 0.05);
  color: #555;
  border-radius: 4px;
  margin-right: 6px;
  font-weight: 600;
  letter-spacing: 0.02em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 120px;
}

.workorder-title {
  font-weight: 600;
  font-size: 0.85rem;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 0.01em;
  max-width: calc(100% - 130px);
  display: inline-block;
}

.workorder-details {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.75rem;
  color: #666;
  margin-bottom: 5px;
}
.workorder-details i {
  font-size: 0.8rem;
  color: #666;
  opacity: 0.8;
}
.workorder-details .customer-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
  max-width: calc(100% - 20px);
}

.workorder-time {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.75rem;
  color: #777;
  margin-top: auto;
}
.workorder-time i {
  font-size: 0.8rem;
  color: #E67E22;
  opacity: 0.85;
}
.workorder-time .time-text {
  letter-spacing: 0.01em;
}

/* Medewerker kleurindicator */
.employee-color-dot {
  display: inline-block;
  width: 12px;
  min-width: 12px;
  max-width: 12px;
  height: 12px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* Betere styling voor de employee list en checkboxes */
.employee-list .form-check {
  padding: 6px 8px;
  border-radius: 6px;
  transition: background-color 0.15s ease;
}
.employee-list .form-check:hover {
  background-color: rgba(0, 0, 0, 0.02);
}
.employee-list .form-check .form-check-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: 500;
}
.employee-list .form-check-input {
  cursor: pointer;
}
.employee-list .form-check-input:checked {
  box-shadow: none;
}

/* Verbeterde styling voor lege dropzone */
.drag-highlight {
  background-color: rgba(30, 136, 229, 0.08);
  border-color: #1E88E5;
}

/* Overlay om flikkering tijdens slepen te voorkomen */
.drag-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  backdrop-filter: blur(0px);
  background-color: rgba(255, 255, 255, 0.05);
}

.drag-overlay.active {
  opacity: 0.2;
  pointer-events: auto;
}

/* Verbeterde styling voor drag & drop */
.fc-event.fc-event-dragging {
  z-index: 9999 !important;
  opacity: 1 !important;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15) !important;
  transform: scale(1.02) !important;
  pointer-events: none !important;
}

.fc-event.fc-event-being-dragged {
  opacity: 1;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
  z-index: 9999 !important;
}

/* Voorkom dat de cursor verdwijnt tijdens slepen */
body.fc-unselectable {
  cursor: grabbing !important;
}

/* Verbeterde styling voor de dropzone */
.dropzone-area {
  min-height: 150px;
  border: 2px dashed #dee2e6;
  border-radius: 10px;
  padding: 10px;
  transition: all 0.3s ease;
  position: relative;
}
.dropzone-area.drag-active {
  border-color: #1E88E5;
  background-color: rgba(30, 136, 229, 0.05);
  box-shadow: 0 0 0 4px rgba(30, 136, 229, 0.1);
}

/* Styling voor medewerkersselectie in modal */
.employee-select-container {
  max-height: 200px;
  overflow-y: auto;
  border: 1px solid #e9ecef;
  padding: 20px;
  border-radius: 8px;
  background-color: #f8f9fa;
  width: 100%;
  margin-bottom: 5px;
  margin-left: 5px;
  box-sizing: border-box;
  /* Verbeterde scrollbar styling */
}
.employee-select-container::-webkit-scrollbar {
  width: 6px;
}
.employee-select-container::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}
.employee-select-container::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 4px;
}
.employee-select-container::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}
.employee-select-container .form-check {
  padding: 8px 10px;
  border-radius: 6px;
  margin-bottom: 6px;
  transition: all 0.15s ease;
  background-color: white;
  border: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  /* Verbeterde stijl voor geselecteerde medewerkers */
}
.employee-select-container .form-check:hover {
  background-color: #f5f9ff;
  border-color: #e6f0ff;
}
.employee-select-container .form-check:last-child {
  margin-bottom: 0;
}
.employee-select-container .form-check .form-check-input {
  margin-right: 8px;
  margin-top: 0;
  position: relative;
  flex-shrink: 0;
}
.employee-select-container .form-check .form-check-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 0;
  width: calc(100% - 25px);
  overflow: hidden;
}
.employee-select-container .form-check .form-check-label .employee-color-dot {
  transition: transform 0.2s ease;
  flex-shrink: 0;
  min-width: 12px;
}
.employee-select-container .form-check .form-check-label .employee-name-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 20px);
  display: inline-block;
}
.employee-select-container .form-check .form-check-input:checked + .form-check-label {
  font-weight: 500;
}
.employee-select-container .form-check .form-check-input:checked + .form-check-label .employee-color-dot {
  transform: scale(1.2);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.8), 0 0 0 3px rgba(0, 123, 255, 0.3);
}
.employee-select-container .form-check .form-check-input:checked + .form-check-label .employee-name-text {
  color: #0d6efd;
}

/* Styling voor datetime inputs */
input[type=datetime-local] {
  padding: 10px 12px;
  border-radius: 6px;
  border: 1px solid #ced4da;
  font-size: 0.9rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
input[type=datetime-local]:focus {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  outline: 0;
}

#preferred-date-section {
  border-left: 3px solid #B39DDB;
  background-color: #f8f9fc !important;
  transition: all 0.2s ease;
}
#preferred-date-section h5 {
  color: #333;
  font-size: 1rem;
  display: flex;
  align-items: center;
}
#preferred-date-section:hover {
  border-left-width: 5px;
}
#preferred-date-section .form-check-input:checked {
  background-color: #B39DDB;
  border-color: #B39DDB;
}
#preferred-date-section strong {
  color: #34A853;
}

/* Pulserende border animatie voor de dropzone */
@keyframes pulse-border {
  0% {
    border-color: rgba(179, 157, 219, 0.3);
  }
  50% {
    border-color: rgba(103, 58, 183, 0.8);
  }
  100% {
    border-color: rgba(179, 157, 219, 0.3);
  }
}
/* Drop zone hint stijl */
.drop-zone-hint {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  color: #673AB7;
  font-size: 0.9rem;
  background-color: rgba(179, 157, 219, 0.15);
  border-radius: 8px;
  border-left: 4px solid #B39DDB;
}
.drop-zone-hint i {
  margin-right: 10px;
  font-size: 1.2rem;
  color: #673AB7;
}
.drop-zone-hint strong {
  font-weight: 600;
}

#external-events {
  /* Basisstijl voor de container om aan te geven dat de hele kaart een dropzone is */
  min-height: 200px;
  border: 2px dashed rgba(179, 157, 219, 0.3);
  border-radius: 8px;
  padding: 10px;
  background-color: rgba(179, 157, 219, 0.05);
  transition: all 0.2s ease-in-out;
  /* Hover effect voor de hele container */
  /* Stijl voor actieve dropzone tijdens slepen */
}
#external-events:hover {
  border-color: rgba(179, 157, 219, 0.5);
  background-color: rgba(179, 157, 219, 0.08);
}
#external-events.drag-active {
  border-color: #B39DDB;
  background-color: rgba(179, 157, 219, 0.1);
  box-shadow: 0 0 10px rgba(179, 157, 219, 0.3);
}
#external-events .fc-event.workorder-item {
  background-color: #fff;
  border-left: 4px solid #B39DDB;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  padding: 10px 12px;
  margin-bottom: 10px;
  cursor: grab;
  transition: all 0.2s ease-in-out;
  position: relative;
}
#external-events .fc-event.workorder-item:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
  border-left-width: 6px;
}
#external-events .fc-event.workorder-item:active {
  cursor: grabbing;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
#external-events .fc-event.workorder-item .workorder-ribbon {
  background-color: rgba(179, 157, 219, 0.15);
  padding: 4px 8px;
  font-size: 0.8rem;
  margin: -10px -12px 8px -12px;
  border-bottom: 1px solid rgba(179, 157, 219, 0.3);
  color: #673AB7;
}
#external-events .fc-event.workorder-item .workorder-ribbon i {
  margin-right: 4px;
}
#external-events .fc-event.workorder-item .workorder-title {
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
  display: block;
  font-size: 0.95rem;
}
#external-events .fc-event.workorder-item .workorder-title .workorder-number {
  display: inline-block;
  background-color: #B39DDB;
  color: white;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 0.8rem;
  margin-right: 6px;
  font-weight: 500;
  min-width: 110px;
  max-width: 100%;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 576px) {
  #external-events .fc-event.workorder-item .workorder-title .workorder-number {
    min-width: 80px;
  }
}
#external-events .fc-event.workorder-item .workorder-details {
  color: #666;
  font-size: 0.85rem;
}
#external-events .fc-event.workorder-item .workorder-details i {
  opacity: 0.7;
  margin-right: 4px;
  color: #673AB7;
}
#external-events.drag-active .empty-state--dropzone {
  background-color: rgba(179, 157, 219, 0.05);
}
#external-events.drag-active .empty-state--dropzone.drag-highlight {
  background-color: rgba(179, 157, 219, 0.1);
  transform: scale(1.02);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
#external-events.drag-active .empty-state--dropzone.drag-highlight i {
  color: #673AB7;
  transform: scale(1.1);
  transition: all 0.2s ease;
}

.fc-event.workorder-item {
  background-color: #fff;
  border-left: 4px solid #B39DDB !important;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  padding: 10px 12px;
  margin-bottom: 10px;
  cursor: grab;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.fc-event.workorder-item:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
  border-left-width: 6px;
}
.fc-event.workorder-item:active {
  cursor: grabbing;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.fc-event.workorder-item .workorder-ribbon {
  background-color: rgba(179, 157, 219, 0.15);
  padding: 4px 8px;
  font-size: 0.8rem;
  margin: -10px -12px 8px -12px;
  border-bottom: 1px solid rgba(179, 157, 219, 0.3);
  color: #673AB7;
}
.fc-event.workorder-item .workorder-ribbon i {
  margin-right: 4px;
}
.fc-event.workorder-item .workorder-title {
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
  display: block;
  font-size: 0.95rem;
}
.fc-event.workorder-item .workorder-title .workorder-number {
  display: inline-block;
  background-color: #B39DDB;
  color: white;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 0.8rem;
  margin-right: 6px;
  font-weight: 500;
  min-width: 110px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fc-event.workorder-item .workorder-details {
  color: #666;
  font-size: 0.85rem;
}
.fc-event.workorder-item .workorder-details i {
  opacity: 0.7;
  margin-right: 4px;
  color: #673AB7;
}

/* Module Content - Content area en gerelateerde componenten */
.module-page-title {
  font-size: 1.5rem;
  color: #343a40;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.module-page-title i {
  color: #fe5416;
}

.module-info {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.module__title h1 {
  margin: 0;
  color: #ffffff;
}
.module__title .module-number {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.875rem;
}

.address-columns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .address-columns {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1024px) {
  .address-columns {
    gap: 1rem;
  }
}
@media (max-width: 768px) {
  .address-columns {
    gap: 0.5rem;
  }
}
.address-columns .address-column h3 {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 1rem;
  color: #343a40;
  margin-bottom: 1rem;
}
.address-columns .address-column h3 i {
  color: #fe5416;
}

.content-section {
  background: #ffffff;
  border-radius: 0.25rem;
  border: 1px solid #dee2e6;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.content-section:last-child {
  margin-bottom: 0;
}
.content-section__header {
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #dee2e6;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content-section__header h2 {
  font-size: 1.25rem;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.content-section__header h2 i {
  color: #fe5416;
}
.content-section__content {
  padding: 1.5rem;
}

.password-input-container {
  position: relative;
  display: flex;
  align-items: center;
}
.password-input-container .form-control {
  width: 100%;
  padding-right: 40px;
}
.password-input-container .password-toggle {
  position: absolute;
  right: 10px;
  background: none;
  border: none;
  color: #6c757d;
  cursor: pointer;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease;
  z-index: 10;
}
.password-input-container .password-toggle:hover {
  color: #fe5416;
}
.password-input-container .password-toggle:focus {
  outline: none;
  color: #fe5416;
}
.password-input-container .password-toggle i {
  font-size: 1.1rem;
}

.info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.info-list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid #dee2e6;
}
.info-list li:last-child {
  border-bottom: none;
}
.info-list li .info-label {
  color: #6c757d;
  min-width: 120px;
  max-width: 100%;
  flex-shrink: 0;
}
@media (max-width: 576px) {
  .info-list li .info-label {
    min-width: 100px;
  }
}
.info-list li .info-value {
  color: #343a40;
  font-weight: 500;
}

.module__certificates-section .certificate-selection-container {
  margin-bottom: 1rem;
}
.module__certificates-section .certificates-list {
  margin: 1rem 0;
}
.module__certificates-section .certificate-item {
  background: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 0.2rem;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
}
.module__certificates-section .certificate-item .certificate-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}
.module__certificates-section .certificate-item .certificate-header .certificate-title {
  font-weight: 500;
  color: #28a745;
  background: rgba(40, 167, 69, 0.1);
  border: 1px solid rgb(133.9855072464, 226.0144927536, 155);
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 0.875rem;
  line-height: 1;
  display: inline-block;
}
.module__certificates-section .certificate-item .certificate-header .certificate-title.highlight {
  background: rgba(23, 162, 184, 0.15);
  color: #17a2b8;
  border-color: rgb(99, 216.847826087, 235.5);
  box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.15);
  transition: all 0.6s ease;
}
.module__certificates-section .certificate-item .certificate-header .remove-certificate {
  background: none;
  border: none;
  color: #E57373;
  cursor: pointer;
  padding: 0.25rem;
}
.module__certificates-section .certificate-item .certificate-header .remove-certificate:hover {
  color: rgb(221.0120481928, 71.9879518072, 71.9879518072);
}
.module__certificates-section .certificate-item .certificate-details .certificate-dates {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}

.subscription-details-container,
.subscription-plans-container {
  width: 100%;
  height: 100%;
}

/* Subscription info styling */
.subscription-info {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0;
}

.subscription-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eaeaea;
}

.subscription-title {
  display: flex;
  align-items: center;
  gap: 10px;
}

.subscription-title h3 {
  margin: 0;
  font-size: 1.4rem;
}

.subscription-status {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 500;
  margin-left: 10px;
}

.subscription-status.active {
  background-color: #e6f7ed;
  color: #00a650;
}

.subscription-status.inactive {
  background-color: #f8e6e6;
  color: #e63946;
}

.subscription-price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.subscription-price .price {
  font-size: 1.6rem;
  font-weight: 700;
  color: #333;
}

.subscription-price .period {
  font-size: 0.9rem;
  color: #777;
}

.subscription-details {
  flex: 1;
}

.detail-section {
  margin-bottom: 20px;
}

.detail-section h4 {
  margin: 0 0 10px 0;
  font-size: 1.1rem;
  color: #444;
}

.detail-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  font-size: 0.95rem;
}

.detail-item.total {
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px solid #eee;
  font-weight: 600;
}

.usage-indicator {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  min-width: 150px;
}

.usage-text {
  margin-bottom: 5px;
  font-size: 0.9rem;
}

.usage-bar {
  width: 100%;
  height: 6px;
  background-color: #eee;
  border-radius: 3px;
  overflow: hidden;
}

.usage-fill {
  height: 100%;
  background-color: #4a90e2;
  border-radius: 3px;
}

.subscription-actions {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  padding-top: 20px;
  background-color: #28283d;
}

.subscription-actions button,
.subscription-actions a {
  flex: 1;
}

/* Plan cards styling */
.plan-card {
  border: 1px solid #eaeaea;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s, box-shadow 0.2s;
}

.planning-container {
  display: flex;
  flex-direction: column;
}

.planning-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.planning-item {
  display: flex;
  align-items: center;
  padding: 0.5rem;
  border-bottom: 1px solid #dee2e6;
  transition: background-color 0.2s ease;
}
.planning-item:last-child {
  border-bottom: none;
}
.planning-item:hover {
  background-color: rgba(233, 236, 239, 0.5);
}

.planning-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  max-width: 100%;
  width: auto;
  height: 50px;
  margin-right: 0.5rem;
  background-color: #28283d;
  border-radius: 0.2rem;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 576px) {
  .planning-date {
    min-width: 40px;
    height: 40px;
    margin-right: 0.25rem;
  }
}
.planning-date .date-day {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
}
.planning-date .date-month {
  font-size: 0.75rem;
  text-transform: uppercase;
}

.planning-details {
  flex: 1;
  min-width: 0;
}
.planning-details .planning-title {
  font-weight: 500;
  color: #343a40;
  margin-bottom: 3px;
}
.planning-details .planning-title a {
  color: #343a40;
  text-decoration: none;
}
.planning-details .planning-title a:hover {
  color: #28283d;
}
.planning-details .planning-meta {
  display: flex;
  justify-content: space-between;
  font-size: 0.875rem;
  color: #6c757d;
}
.planning-details .planning-meta .planning-customer {
  max-width: 70%;
}
.planning-details .planning-meta .planning-time {
  font-weight: 500;
  color: #fe5416;
}

.planning-priority {
  margin-left: 0.5rem;
}
.planning-priority .priority-indicator {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.planning-priority .priority-indicator--low {
  background-color: #28a745;
}
.planning-priority .priority-indicator--medium {
  background-color: #E57373;
}
.planning-priority .priority-indicator--high {
  background-color: #E57373;
}
.planning-priority .priority-indicator--urgent {
  background-color: #E57373;
  box-shadow: 0 0 0 2px rgba(229, 115, 115, 0.3);
}

.pending-workorders-container {
  display: flex;
  flex-direction: column;
}

.pending-workorders-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pending-workorder-item {
  display: flex;
  align-items: center;
  padding: 0.5rem;
  border-bottom: 1px solid #dee2e6;
  transition: background-color 0.2s ease;
}
.pending-workorder-item:last-child {
  border-bottom: none;
}
.pending-workorder-item:hover {
  background-color: rgba(233, 236, 239, 0.5);
}

.pending-workorder-status {
  margin-right: 0.5rem;
}
.pending-workorder-status .status-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  min-width: 36px;
  max-width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgba(229, 115, 115, 0.1);
  color: #E57373;
  flex-shrink: 0;
}
.pending-workorder-status .status-badge i {
  font-size: 1rem;
}
.pending-workorder-status .status-badge--pending {
  background-color: rgba(229, 115, 115, 0.1);
  color: #E57373;
}

.pending-workorder-details {
  flex: 1;
  min-width: 0;
}
.pending-workorder-details .pending-workorder-title {
  font-weight: 500;
  color: #343a40;
  margin-bottom: 3px;
}
.pending-workorder-details .pending-workorder-title a {
  color: #343a40;
  text-decoration: none;
}
.pending-workorder-details .pending-workorder-title a:hover {
  color: #28283d;
}
.pending-workorder-details .pending-workorder-meta {
  display: flex;
  justify-content: space-between;
  font-size: 0.875rem;
  color: #6c757d;
}
.pending-workorder-details .pending-workorder-meta .pending-workorder-customer {
  max-width: 70%;
}
.pending-workorder-details .pending-workorder-meta .pending-workorder-date {
  font-weight: 500;
}

.pending-workorder-priority {
  margin-left: 0.5rem;
}

.pending-workorder-actions {
  text-align: center;
  padding: 0.5rem;
  border-top: 1px solid #dee2e6;
  background-color: rgba(233, 236, 239, 0.5);
}
.pending-workorder-actions .view-all-link {
  color: #495057;
  text-decoration: none;
  font-size: 0.875rem;
  display: block;
}
.pending-workorder-actions .view-all-link:hover {
  color: #fe5416;
}
.pending-workorder-actions .view-all-link i {
  margin-right: 0.25rem;
}

.global-tooltip-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: visible;
  pointer-events: none;
  z-index: 9999;
}

.global-tooltip {
  position: absolute;
  background-color: #6c757d;
  color: #ffffff;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  box-shadow: 0 4px 12px rgba(108, 117, 125, 0.15);
  white-space: normal;
  line-height: 1.5;
  text-align: left;
  pointer-events: none;
  opacity: 0;
  transform: translateY(-5px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  max-width: 300px;
  box-sizing: border-box;
  --arrow-left: 50%;
}
@media (max-width: 1200px) {
  .global-tooltip {
    max-width: 280px;
    font-size: 0.875rem;
    padding: 0.5rem 1rem;
  }
}
@media (max-width: 1024px) {
  .global-tooltip {
    max-width: 280px;
    font-size: 0.875rem;
    padding: 0.5rem 1rem;
  }
}
@media (max-width: 834px) {
  .global-tooltip {
    max-width: 250px;
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
  }
}
@media (max-width: 768px) {
  .global-tooltip {
    max-width: 250px;
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
  }
}
@media (max-width: 600px) {
  .global-tooltip {
    max-width: 200px;
    font-size: 10px;
    padding: 0.25rem;
  }
}
@media (max-width: 480px) {
  .global-tooltip {
    max-width: 200px;
    font-size: 10px;
    padding: 0.25rem;
  }
}
@media (max-width: 414px) {
  .global-tooltip {
    max-width: 200px;
    font-size: 10px;
    padding: 0.25rem;
  }
}
@media (max-width: 375px) {
  .global-tooltip {
    max-width: 200px;
    font-size: 10px;
    padding: 0.25rem;
  }
}
@media (max-width: 320px) {
  .global-tooltip {
    max-width: 200px;
    font-size: 10px;
    padding: 0.25rem;
  }
}
.global-tooltip::before {
  content: "";
  position: absolute;
  top: -6px;
  left: var(--arrow-left);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #6c757d;
}
.global-tooltip.visible {
  opacity: 1;
  transform: translateY(0);
}

.form-group .form-group__info {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: #17a2b8;
  cursor: help;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}
.form-group .form-group__info i {
  font-size: 1em;
  color: #17a2b8;
  transition: transform 0.2s ease;
}
.form-group .form-group__info:hover i {
  color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  transform: scale(1.1);
}
.form-group .form-group__info .form-group__tooltip {
  position: absolute;
  background: rgba(40, 40, 61, 0.95);
  color: #ffffff;
  padding: 0.5rem;
  border-radius: 0.2rem;
  font-size: 0.875rem;
  line-height: 1.4;
  width: max-content;
  max-width: 250px;
  z-index: 100;
  box-shadow: 0 4px 12px rgba(40, 40, 61, 0.15);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.form-group .form-group__info .form-group__tooltip::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: rgba(40, 40, 61, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-right: none;
  border-bottom: none;
}
.form-group .form-group__info .form-group__tooltip.tooltip-top::before {
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%) rotate(225deg);
}
.form-group .form-group__info .form-group__tooltip.tooltip-bottom::before {
  top: -4px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
.form-group .form-group__info .form-group__tooltip.tooltip-left::before {
  right: -4px;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
}
.form-group .form-group__info .form-group__tooltip.tooltip-right::before {
  left: -4px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.form-group .form-group__info .form-group__tooltip.visible {
  opacity: 1;
}

.form-group__info .form-group__tooltip,
.filter-group .form-group__info .form-group__tooltip,
.card-header .form-group__info .form-group__tooltip,
.list-header__actions .form-group__info .form-group__tooltip {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(40, 40, 61, 0.7);
  backdrop-filter: blur(8px);
  z-index: 1000;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: auto;
  box-sizing: border-box;
  padding: 1rem;
}
@media (max-width: 1024px) {
  .modal {
    padding: 0.5rem;
  }
}
@media (max-width: 768px) {
  .modal {
    padding: 0.25rem;
  }
}
.modal.show {
  opacity: 1;
}
.modal.show .modal-content {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.modal .modal-content {
  position: relative;
  background: #ffffff;
  width: 100%;
  max-width: 480px;
  margin: 5vh auto;
  border-radius: 0.5rem;
  box-shadow: 0 20px 40px rgba(40, 40, 61, 0.3);
  transform: translateY(-30px) scale(0.95);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  overflow: hidden;
  border: 1px solid rgba(222, 226, 230, 0.1);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  max-height: 90vh;
  overflow-x: hidden;
}
@media (max-width: 1200px) {
  .modal .modal-content {
    max-width: 90%;
    margin: 3vh auto;
  }
}
@media (max-width: 1024px) {
  .modal .modal-content {
    max-width: 90%;
    margin: 3vh auto;
  }
}
@media (max-width: 834px) {
  .modal .modal-content {
    max-width: 90%;
    margin: 2vh auto;
  }
}
@media (max-width: 768px) {
  .modal .modal-content {
    max-width: 95%;
    margin: 2vh auto;
  }
}
@media (max-width: 600px) {
  .modal .modal-content {
    max-width: 95%;
    margin: 1vh auto;
    border-radius: 0.25rem;
  }
}
@media (max-width: 480px) {
  .modal .modal-content {
    max-width: 95%;
    margin: 1vh auto;
    border-radius: 0.25rem;
  }
}
@media (max-width: 414px) {
  .modal .modal-content {
    max-width: 95%;
    margin: 1vh auto;
    border-radius: 0.25rem;
  }
}
@media (max-width: 375px) {
  .modal .modal-content {
    max-width: 95%;
    margin: 1vh auto;
    border-radius: 0.25rem;
  }
}
@media (max-width: 320px) {
  .modal .modal-content {
    max-width: 95%;
    margin: 1vh auto;
    border-radius: 0.25rem;
  }
}
.modal .modal-content .modal-header {
  padding: 1.5rem;
  background: linear-gradient(to right, rgba(40, 40, 61, 0.5), transparent);
  border-bottom: 1px solid rgba(222, 226, 230, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0 0 auto;
}
.modal .modal-content .modal-header h2, .modal .modal-content .modal-header h3 {
  margin: 0;
  font-size: 1.25rem;
  color: #28283d;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.modal .modal-content .modal-header h2 i, .modal .modal-content .modal-header h3 i {
  color: #fe5416;
  font-size: 1.3em;
}
.modal .modal-content .modal-header .modal-close {
  width: 32px;
  height: 32px;
  padding: 0;
  border: 1px solid rgba(222, 226, 230, 0.2);
  border-radius: 50%;
  background: #28283d;
  color: #fe5416;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal .modal-content .modal-header .modal-close:hover {
  background: #28283d;
  color: #ffffff;
  border-color: #28283d;
  transform: rotate(90deg);
}
.modal .modal-content .modal-body {
  padding: 1.5rem;
  background: #dee2e6;
  flex: 1 1 auto;
  overflow-y: auto;
  overflow-x: hidden;
  min-height: 0;
}
.modal .modal-content .modal-body strong {
  color: #fe5416;
}
.modal .modal-content .modal-body .module-number-preview {
  background: linear-gradient(to right, rgba(40, 40, 61, 0.5), transparent);
  padding: 1rem;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  border: 1px solid rgba(40, 40, 61, 0.1);
  text-align: center;
}
.modal .modal-content .modal-body .module-number-preview p {
  margin: 0;
  color: #fe5416;
  font-size: 0.875rem;
}
.modal .modal-content .modal-body .module-number-preview code {
  display: inline-block;
  background: #ffffff;
  padding: 0.25rem 0.5rem;
  border-radius: 0.2rem;
  color: #28283d;
  font-weight: 700;
  margin-left: 0.25rem;
  border: 1px solid rgba(40, 40, 61, 0.2);
  box-shadow: 0 2px 4px rgba(40, 40, 61, 0.05);
}
.modal .modal-content .modal-body .module-number-selector {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.modal .modal-content .modal-body .module-number-selector .module-number-type-button {
  position: relative;
  background: #adb5bd;
  border: 1px solid rgba(222, 226, 230, 0.2);
  border-radius: 0.2rem;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  transition: all 0.2s ease;
}
.modal .modal-content .modal-body .module-number-selector .module-number-type-button i {
  font-size: 1.5em;
  color: #f9d84b;
  transition: all 0.2s ease;
}
.modal .modal-content .modal-body .module-number-selector .module-number-type-button span {
  font-size: 0.875rem;
  color: #495057;
  font-weight: 500;
}
.modal .modal-content .modal-body .module-number-selector .module-number-type-button:hover {
  background: rgba(40, 40, 61, 0.5);
  border-color: rgba(40, 40, 61, 0.2);
}
.modal .modal-content .modal-body .module-number-selector .module-number-type-button:hover i {
  color: #28283d;
}
.modal .modal-content .modal-body .module-number-selector .module-number-type-button.active {
  background: #28283d;
  border-color: #28283d;
  box-shadow: 0 4px 8px rgba(40, 40, 61, 0.3);
}
.modal .modal-content .modal-body .module-number-selector .module-number-type-button.active i {
  color: #f9d84b;
}
.modal .modal-content .modal-body .module-number-selector .module-number-type-button.active span {
  color: #ffffff;
}
.modal .modal-content .modal-body .module-number-selector .module-number-type-button .form-group__info {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.7;
}
.modal .modal-content .modal-body .module-number-selector .module-number-type-button:hover::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  background: #28283d;
  color: #ffffff;
  padding: 8px 12px;
  border-radius: 0.2rem;
  font-size: 0.875rem;
  white-space: normal;
  width: max-content;
  max-width: 250px;
  box-shadow: 0 2px 8px rgba(40, 40, 61, 0.3);
  z-index: 1000;
}
.modal .modal-content .modal-body .module-number-selector .module-number-type-button:hover::before {
  content: "";
  position: absolute;
  bottom: calc(100% + 4px);
  left: 50%;
  transform: translateX(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #28283d;
  z-index: 1000;
}
.modal .modal-content .modal-body .module-number-type-button::after, .modal .modal-content .modal-body .module-number-type-button::before {
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}
.modal .modal-content .modal-body .module-number-type-button:hover::after, .modal .modal-content .modal-body .module-number-type-button:hover::before {
  opacity: 1;
  visibility: visible;
}
.modal .modal-content .modal-body .modal-description {
  margin-bottom: 1.5rem;
}
.modal .modal-content .modal-body .modal-description .customer-info {
  background: linear-gradient(to right, rgba(40, 40, 61, 0.05), transparent);
  padding: 1rem;
  border-radius: 0.2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  border: 1px solid rgba(40, 40, 61, 0.1);
}
.modal .modal-content .modal-body .modal-description .customer-info .customer-avatar {
  width: 48px;
  height: 48px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 8px rgba(40, 40, 61, 0.1);
  border: 2px solid rgba(40, 40, 61, 0.1);
}
.modal .modal-content .modal-body .modal-description .customer-info .customer-avatar i {
  font-size: 1.5em;
  color: #28283d;
}
.modal .modal-content .modal-body .modal-description .customer-info .customer-details h3 {
  margin: 0;
  color: #28283d;
  font-weight: 700;
  font-size: 1rem;
}
.modal .modal-content .modal-body .modal-description .customer-info .customer-details .customer-number {
  color: #fe5416;
  font-size: 0.875rem;
  margin-top: 2px;
}
.modal .modal-content .modal-body .modal-description .share-instruction {
  text-align: center;
  color: #fe5416;
  font-size: 0.875rem;
}
.modal .modal-content .modal-body .form-group {
  margin-bottom: 1.5rem;
}
.modal .modal-content .modal-body .form-group .select-wrapper {
  position: relative;
}
.modal .modal-content .modal-body .form-group .select-wrapper select {
  width: 100%;
  padding: 1rem;
  border: 2px solid rgba(222, 226, 230, 0.2);
  border-radius: 0.2rem;
  appearance: none;
  background: #ffffff;
  color: #28283d;
  font-size: 1rem;
  transition: all 0.2s ease;
  cursor: pointer;
}
.modal .modal-content .modal-body .form-group .select-wrapper select:focus {
  border-color: #28283d;
  box-shadow: 0 0 0 3px rgba(40, 40, 61, 0.1);
}
.modal .modal-content .modal-body .form-group .select-wrapper::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-right: 2px solid #fe5416;
  border-bottom: 2px solid #fe5416;
  pointer-events: none;
  transition: all 0.2s ease;
}
.modal .modal-content .modal-body .form-group .select-wrapper:hover::after {
  border-color: #28283d;
}
.modal .modal-content .modal-body .share-method-buttons {
  display: flex;
  gap: 0.5rem;
  margin-top: 1rem;
}
.modal .modal-content .modal-body .share-method-buttons button {
  flex: 1;
  padding: 0.5rem 1rem;
  border-radius: 0.2rem;
  font-size: 0.875rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  transition: all 0.2s ease;
  border: none;
  cursor: pointer;
}
.modal .modal-content .modal-body .share-method-buttons button i {
  font-size: 1.2em;
}
.modal .modal-content .modal-body .share-method-buttons button:active {
  transform: translateY(1px);
}
.modal .modal-content .modal-footer, .modal .modal-content .confirmation-modal {
  padding: 1rem 1.5rem;
  background: #28283d;
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
  flex: 0 0 auto;
}
.modal .modal-content .modal-footer .header-action-link, .modal .modal-content .confirmation-modal .header-action-link {
  padding: 0.5rem 1rem;
  border-radius: 0.2rem;
  color: #ffffff;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  transition: all 0.2s ease;
  border: none;
  cursor: pointer;
}
.modal .modal-content .modal-footer .header-action-link i, .modal .modal-content .confirmation-modal .header-action-link i {
  font-size: 1.2em;
}
.modal .modal-content .modal-footer .header-action-link--danger, .modal .modal-content .confirmation-modal .header-action-link--danger {
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
}
.modal .modal-content .modal-footer .header-action-link--danger i, .modal .modal-content .confirmation-modal .header-action-link--danger i {
  opacity: 1;
  color: rgba(255, 255, 255, 0.8);
}
.modal .modal-content .modal-footer .header-action-link--danger:hover, .modal .modal-content .confirmation-modal .header-action-link--danger:hover {
  background: rgba(229, 115, 115, 0.8);
  color: #ffffff;
  border-color: transparent;
}
.modal .modal-content .modal-footer .header-action-link--success, .modal .modal-content .confirmation-modal .header-action-link--success {
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
}
.modal .modal-content .modal-footer .header-action-link--success i, .modal .modal-content .confirmation-modal .header-action-link--success i {
  opacity: 1;
  color: rgba(255, 255, 255, 0.8);
}
.modal .modal-content .modal-footer .header-action-link--success:hover, .modal .modal-content .confirmation-modal .header-action-link--success:hover {
  background: rgba(40, 167, 69, 0.8);
  color: #ffffff;
  border-color: transparent;
}

.confirmation-modal .modal-content {
  max-width: 400px;
}
.confirmation-modal .modal-body {
  text-align: center;
  padding: 1.5rem;
}
.confirmation-modal .modal-body i {
  font-size: 3em;
  color: #E57373;
  margin-bottom: 1rem;
}
.confirmation-modal .modal-body p {
  margin-bottom: 1rem;
  color: #495057;
}

.info-modal .modal-content {
  max-width: 600px;
}

@media (max-width: 576px) {
  .modal {
    padding: 0.5rem;
  }
  .modal .modal-content {
    margin: 3vh auto;
  }
  .modal .modal-content .modal-header,
  .modal .modal-content .modal-body,
  .modal .modal-content .modal-footer {
    padding: 1rem;
  }
  .modal .modal-content .modal-footer {
    flex-direction: column;
    gap: 0.25rem;
  }
  .modal .modal-content .modal-footer .header-action-link {
    width: 100%;
    justify-content: center;
  }
  .modal .modal-content .modal-body .share-method-buttons {
    flex-direction: row;
    gap: 0.25rem;
  }
  .modal .modal-content .modal-body .share-method-buttons button {
    padding: 0.25rem 0.5rem;
  }
}
.template-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f8f9fa;
  border-radius: 4px;
  padding: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#template-preview-image {
  max-width: 100%;
  height: auto;
  max-height: 80vh;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.modal-dialog.modal-xl {
  max-width: 90vw;
}

.quote-email-options {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.quote-email-options .quote-email-option {
  padding: 1rem;
  border: 1px solid rgba(222, 226, 230, 0.3);
  border-radius: 0.25rem;
  background: #ffffff;
}
.quote-email-options .quote-email-option .quote-email-option-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.quote-email-options .quote-email-option .quote-email-option-header i {
  font-size: 1.5em;
  color: #fe5416;
  flex-shrink: 0;
}
.quote-email-options .quote-email-option .quote-email-option-header > div {
  flex: 1;
}
.quote-email-options .quote-email-option .quote-email-option-header > div strong {
  display: block;
  color: #28283d;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.quote-email-options .quote-email-option .quote-email-option-header > div .quote-email-option-subtitle {
  font-size: 0.875rem;
  color: #6c757d;
}
.quote-email-options .quote-email-option .quote-email-option-email {
  margin-bottom: 0.5rem;
  color: #495057;
  font-size: 0.875rem;
}

.employee-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 0.5rem;
  margin-top: 1rem;
  max-height: 350px;
  overflow-y: auto;
}
.employee-grid .employee-grid-divider {
  grid-column: 1/-1;
  text-align: center;
  margin: 1rem 0;
  position: relative;
}
.employee-grid .employee-grid-divider:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: rgba(222, 226, 230, 0.3);
  z-index: 1;
}
.employee-grid .employee-grid-divider span {
  position: relative;
  background: #dee2e6;
  padding: 0 1rem;
  color: #6c757d;
  font-size: 0.875rem;
  z-index: 2;
}
.employee-grid .employee-card {
  background: #ffffff;
  border: 1px solid rgba(222, 226, 230, 0.3);
  border-radius: 0.2rem;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  transition: all 0.2s ease;
}
.employee-grid .employee-card:hover {
  background: rgba(40, 40, 61, 0.05);
  border-color: rgba(40, 40, 61, 0.3);
  transform: translateY(-2px);
  box-shadow: 0 3px 8px rgba(40, 40, 61, 0.1);
}
.employee-grid .employee-card.company-whatsapp {
  background: rgba(37, 211, 102, 0.05);
  border-color: rgba(37, 211, 102, 0.3);
  grid-column: 1/-1;
}
.employee-grid .employee-card.company-whatsapp .employee-avatar.company {
  background: #25D366;
}
.employee-grid .employee-card.company-whatsapp .employee-avatar.company i {
  color: #ffffff;
}
.employee-grid .employee-card.company-whatsapp:hover {
  background: rgba(37, 211, 102, 0.1);
  border-color: rgba(37, 211, 102, 0.5);
}
.employee-grid .employee-card .employee-avatar {
  width: 40px;
  height: 40px;
  background: rgba(40, 40, 61, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.employee-grid .employee-card .employee-avatar i {
  color: #28283d;
  font-size: 1.2em;
}
.employee-grid .employee-card .employee-info {
  flex: 1;
  min-width: 0;
}
.employee-grid .employee-card .employee-info .employee-name {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  color: #28283d;
  margin-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.employee-grid .employee-card .employee-info .employee-role {
  display: block;
  font-size: 0.875rem;
  color: #6c757d;
  margin-bottom: 2px;
}
.employee-grid .employee-card .employee-info .employee-email,
.employee-grid .employee-card .employee-info .employee-phone {
  display: block;
  font-size: 0.875rem;
  color: #fe5416;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.employee-grid .employee-card[data-email=""], .employee-grid .employee-card[data-phone=""] {
  opacity: 0.7;
  cursor: not-allowed;
}
.employee-grid .employee-card[data-email=""]:hover, .employee-grid .employee-card[data-phone=""]:hover {
  background: #ffffff;
  transform: none;
  box-shadow: none;
  border-color: rgba(222, 226, 230, 0.3);
}
.employee-grid .employee-card[data-email=""] .employee-email:empty::after,
.employee-grid .employee-card[data-email=""] .employee-phone:empty::after, .employee-grid .employee-card[data-phone=""] .employee-email:empty::after,
.employee-grid .employee-card[data-phone=""] .employee-phone:empty::after {
  content: "Niet beschikbaar";
  color: #E57373;
  font-style: italic;
  opacity: 0.7;
}
.employee-grid .employee-loader {
  grid-column: 1/-1;
  padding: 1.5rem;
  text-align: center;
  color: #6c757d;
}
.employee-grid .employee-loader i {
  font-size: 2em;
  color: #f9d84b;
  margin-bottom: 0.5rem;
  display: block;
  animation: spin 1.5s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.whatsapp-option-selector {
  background: rgba(40, 40, 61, 0.05);
  padding: 1rem;
  border-radius: 0.2rem;
  margin-bottom: 1rem;
  border: 1px solid rgba(40, 40, 61, 0.1);
}
.whatsapp-option-selector .option-selector-header {
  text-align: center;
  margin-bottom: 0.5rem;
}
.whatsapp-option-selector .option-selector-header p {
  margin: 0;
  color: #495057;
  font-size: 0.875rem;
}
.whatsapp-option-selector .option-selector-buttons {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
}
.whatsapp-option-selector .option-selector-buttons .option-button {
  flex: 1;
  padding: 0.5rem;
  background: #ffffff;
  border: 1px solid rgba(222, 226, 230, 0.2);
  border-radius: 0.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  cursor: pointer;
  transition: all 0.2s ease;
  max-width: 150px;
}
.whatsapp-option-selector .option-selector-buttons .option-button i {
  font-size: 1.2em;
  color: #fe5416;
  transition: all 0.2s ease;
}
.whatsapp-option-selector .option-selector-buttons .option-button span {
  font-size: 0.875rem;
  color: #6c757d;
}
.whatsapp-option-selector .option-selector-buttons .option-button:hover {
  background: rgba(40, 40, 61, 0.1);
  border-color: rgba(40, 40, 61, 0.2);
}
.whatsapp-option-selector .option-selector-buttons .option-button:hover i {
  color: #28283d;
}
.whatsapp-option-selector .option-selector-buttons .option-button.active {
  background: #28283d;
  border-color: #28283d;
}
.whatsapp-option-selector .option-selector-buttons .option-button.active i, .whatsapp-option-selector .option-selector-buttons .option-button.active span {
  color: #ffffff;
}

.setup-steps {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
}
.setup-steps .step {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
}
.setup-steps .step h4 {
  margin-bottom: 1rem;
  color: #28283d;
  font-weight: 700;
  flex-shrink: 0;
}
.setup-steps .step p {
  margin-bottom: 1rem;
  color: #495057;
  flex-shrink: 0;
}
.setup-steps .qr-code-container {
  text-align: center;
  margin: 1.5rem 0;
}
.setup-steps .qr-code-container img {
  max-width: 300px;
  height: auto;
  border: 1px solid rgba(222, 226, 230, 0.3);
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.setup-steps .manual-key {
  margin-top: 1rem;
  padding: 1rem;
  background: rgba(40, 40, 61, 0.05);
  border-radius: 0.2rem;
  border: 1px solid rgba(40, 40, 61, 0.1);
}
.setup-steps .manual-key p {
  margin-bottom: 0.5rem;
}
.setup-steps .manual-key p strong {
  color: #28283d;
}
.setup-steps .manual-key code {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: #28283d;
  display: block;
  padding: 0.5rem;
  background: #ffffff;
  border-radius: 0.2rem;
  border: 1px solid rgba(222, 226, 230, 0.2);
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
  line-height: 1.6;
}
.setup-steps .verification-input {
  margin-top: 1.5rem;
}
.setup-steps .verification-input .verification-code-input {
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.5rem;
  font-weight: 700;
  width: 100%;
}
.setup-steps .backup-codes {
  margin: 1.5rem 0;
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0.5rem;
}
.setup-steps .backup-codes #backupCodesList {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 0.5rem;
}
.setup-steps .backup-codes #backupCodesList .backup-code {
  padding: 0.5rem;
  margin: 0;
  background: rgba(40, 40, 61, 0.05);
  border-radius: 0.2rem;
  font-family: monospace;
  font-size: 1.1rem;
  text-align: center;
  border: 1px solid rgba(40, 40, 61, 0.1);
  color: #28283d;
  font-weight: 500;
  word-break: break-all;
  overflow-wrap: break-word;
}
.setup-steps .backup-codes-actions {
  display: flex;
  gap: 0.5rem;
  margin-top: 1rem;
  flex-wrap: wrap;
  flex-shrink: 0;
}
.setup-steps .backup-codes-actions button {
  flex: 1;
  min-width: 150px;
}
@media (max-width: 414px) {
  .setup-steps .backup-codes-actions {
    flex-direction: column;
  }
  .setup-steps .backup-codes-actions button {
    width: 100%;
    min-width: auto;
  }
}

.materials-selection-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 1rem;
  max-height: 500px;
  overflow-y: auto;
  padding: 0.5rem;
}
.materials-selection-grid .material-selection-item {
  background: #ffffff;
  border: 1px solid rgba(222, 226, 230, 0.2);
  border-radius: 0.2rem;
  padding: 1rem;
  cursor: pointer;
  transition: all 0.2s ease;
}
.materials-selection-grid .material-selection-item:hover {
  background: rgba(40, 40, 61, 0.05);
  border-color: rgba(40, 40, 61, 0.3);
  transform: translateY(-2px);
  box-shadow: 0 3px 8px rgba(40, 40, 61, 0.1);
}
.materials-selection-grid .material-selection-item .material-selection-item-content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.materials-selection-grid .material-selection-item .material-selection-item-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.materials-selection-grid .material-selection-item .material-selection-item-header .material-selection-image {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 0.2rem;
  flex-shrink: 0;
}
.materials-selection-grid .material-selection-item .material-selection-item-header .material-selection-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(40, 40, 61, 0.1);
  border-radius: 0.2rem;
  flex-shrink: 0;
}
.materials-selection-grid .material-selection-item .material-selection-item-header .material-selection-icon i {
  font-size: 24px;
  color: #fe5416;
}
.materials-selection-grid .material-selection-item .material-selection-item-header .material-selection-info {
  flex: 1;
  min-width: 0;
}
.materials-selection-grid .material-selection-item .material-selection-item-header .material-selection-info .material-selection-name {
  font-weight: 600;
  color: #28283d;
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.materials-selection-grid .material-selection-item .material-selection-item-header .material-selection-info .material-selection-sku {
  font-size: 0.875rem;
  color: #6c757d;
}
.materials-selection-grid .material-selection-item .material-selection-item-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.25rem;
}
.materials-selection-grid .material-selection-item .material-selection-item-footer .material-selection-details .material-selection-price {
  font-weight: 600;
  color: #28a745;
  margin-bottom: 2px;
}
.materials-selection-grid .material-selection-item .material-selection-item-footer .material-selection-details .material-selection-category {
  font-size: 0.875rem;
  color: #6c757d;
}

#toast-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 450px;
  width: calc(100% - 40px);
  pointer-events: none;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  #toast-container {
    max-width: 400px;
    width: calc(100% - 30px);
    gap: 8px;
  }
}
@media (max-width: 1024px) {
  #toast-container {
    max-width: 400px;
    width: calc(100% - 30px);
    gap: 8px;
  }
}
@media (max-width: 834px) {
  #toast-container {
    max-width: 400px;
    width: calc(100% - 20px);
    gap: 8px;
  }
}
@media (max-width: 768px) {
  #toast-container {
    max-width: 350px;
    width: calc(100% - 20px);
    gap: 6px;
  }
}
@media (max-width: 600px) {
  #toast-container {
    max-width: 350px;
    width: calc(100% - 20px);
    gap: 6px;
  }
}
@media (max-width: 480px) {
  #toast-container {
    max-width: 350px;
    width: calc(100% - 20px);
    gap: 6px;
  }
}
@media (max-width: 414px) {
  #toast-container {
    max-width: 350px;
    width: calc(100% - 10px);
    gap: 6px;
  }
}
@media (max-width: 375px) {
  #toast-container {
    max-width: 350px;
    width: calc(100% - 10px);
    gap: 6px;
  }
}
@media (max-width: 320px) {
  #toast-container {
    max-width: 350px;
    width: calc(100% - 10px);
    gap: 6px;
  }
}

.toast {
  pointer-events: auto;
  display: flex;
  align-items: center;
  padding: 14px 18px;
  background-color: #fff;
  color: #333;
  border-radius: 8px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: translateY(-20px) scale(0.95);
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .toast {
    padding: 12px 16px;
    border-radius: 6px;
  }
}
@media (max-width: 834px) {
  .toast {
    padding: 12px 16px;
    border-radius: 6px;
  }
}
@media (max-width: 768px) {
  .toast {
    padding: 10px 14px;
    border-radius: 6px;
  }
}
@media (max-width: 600px) {
  .toast {
    padding: 10px 14px;
    border-radius: 6px;
  }
}
@media (max-width: 480px) {
  .toast {
    padding: 10px 14px;
    border-radius: 6px;
  }
}
@media (max-width: 414px) {
  .toast {
    padding: 8px 12px;
    border-radius: 4px;
  }
}
@media (max-width: 375px) {
  .toast {
    padding: 8px 12px;
    border-radius: 4px;
  }
}
@media (max-width: 320px) {
  .toast {
    padding: 8px 12px;
    border-radius: 4px;
  }
}
.toast.show {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.toast__icon {
  margin-right: 14px;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}
.toast__icon i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  line-height: 1;
}
.toast__content {
  flex: 1;
  font-size: 15px;
  line-height: 1.4;
  color: #333;
  font-weight: 500;
}
.toast__close {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-left: 12px;
  color: #666;
}
.toast__close:hover {
  color: #333;
}
.toast--success {
  border-left: 4px solid #4caf50;
  background-color: #f0fff0;
}
.toast--success .toast__icon {
  color: #ffffff;
  background: #4caf50;
}
.toast--success .toast__icon i {
  position: relative;
  top: 0px;
}
.toast--error {
  border-left: 4px solid #f44336;
  background-color: #fff0f0;
}
.toast--error .toast__icon {
  color: #ffffff;
  background: #f44336;
}
.toast--error .toast__icon i {
  position: relative;
  top: 0px;
}
.toast--warning {
  border-left: 4px solid #ff9800;
  background-color: #fffaf0;
}
.toast--warning .toast__icon {
  color: #ffffff;
  background: #ff9800;
}
.toast--warning .toast__icon i {
  position: relative;
  top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.toast--info, .toast--loading {
  border-left: 4px solid #2196f3;
  background-color: #f0f8ff;
}
.toast--info .toast__icon, .toast--loading .toast__icon {
  color: #ffffff;
  background: #2196f3;
}
.toast--info .toast__icon i, .toast--loading .toast__icon i {
  position: relative;
  top: 0px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.toast--loading .toast__icon i {
  animation: spin 1.2s linear infinite;
}

@media (max-width: 768px) {
  #toast-container {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: calc(100% - 40px);
  }
  .toast {
    width: 100%;
    transform: translateY(20px);
  }
  .toast.show {
    transform: translateY(0);
  }
}
@media (prefers-color-scheme: dark) {
  .toast {
    background-color: #333;
    color: #fff;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
  }
  .toast__content {
    color: #fff;
  }
  .toast__close {
    color: #aaa;
  }
  .toast__close:hover {
    color: #fff;
  }
  .toast__icon {
    background: rgba(255, 255, 255, 0.1);
  }
  .toast--success {
    border-left: 4px solid #4caf50;
    background-color: rgba(76, 175, 80, 0.15);
  }
  .toast--success .toast__icon {
    color: #ffffff;
    background: #4caf50;
  }
  .toast--error {
    border-left: 4px solid #f44336;
    background-color: rgba(244, 67, 54, 0.15);
  }
  .toast--error .toast__icon {
    color: #ffffff;
    background: #f44336;
  }
  .toast--warning {
    border-left: 4px solid #ff9800;
    background-color: rgba(255, 152, 0, 0.15);
  }
  .toast--warning .toast__icon {
    color: #ffffff;
    background: #ff9800;
  }
  .toast--info, .toast--loading {
    border-left: 4px solid #2196f3;
    background-color: rgba(33, 150, 243, 0.15);
  }
  .toast--info .toast__icon, .toast--loading .toast__icon {
    color: #ffffff;
    background: #2196f3;
  }
}
.setup-wizard-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(40, 40, 61, 0.85);
  backdrop-filter: blur(8px);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  overflow-y: auto;
}
@media (max-width: 1024px) {
  .setup-wizard-overlay {
    padding: 1rem;
  }
}
@media (max-width: 480px) {
  .setup-wizard-overlay {
    padding: 0.5rem;
  }
}

.setup-wizard-container {
  background: #ffffff;
  border-radius: 1rem;
  box-shadow: 0 20px 60px rgba(40, 40, 61, 0.3);
  width: 100%;
  max-width: 1250px;
  max-height: 98vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  animation: setupWizardSlideIn 0.4s ease-out;
}
@media (min-width: 1920px) {
  .setup-wizard-container {
    max-width: 1600px;
    max-height: 95vh;
  }
}
@media (max-width: 1400px) {
  .setup-wizard-container {
    max-width: 1200px;
  }
}
@media (max-width: 1200px) {
  .setup-wizard-container {
    max-width: 1000px;
  }
}
@media (max-width: 992px) {
  .setup-wizard-container {
    max-width: 95vw;
    margin: 0 0.5rem;
  }
}
@media (max-width: 768px) {
  .setup-wizard-container {
    max-width: 100vw;
    margin: 0;
    border-radius: 0;
    max-height: 100vh;
  }
}
@media (max-width: 1024px) {
  .setup-wizard-container {
    max-width: 95%;
    max-height: 95vh;
    border-radius: 0.75rem;
  }
}
@media (max-width: 480px) {
  .setup-wizard-container {
    max-width: 100%;
    max-height: 100vh;
    border-radius: 0.5rem;
  }
}

@keyframes setupWizardSlideIn {
  from {
    opacity: 0;
    transform: translateY(30px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.setup-header {
  background: linear-gradient(135deg, #28283d, rgb(19.801980198, 19.801980198, 30.198019802));
  color: #ffffff;
  padding: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media (max-width: 1024px) {
  .setup-header {
    padding: 1.5rem;
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .setup-header {
    padding: 1rem;
  }
}

.setup-header-title {
  flex: 1;
  min-width: 0;
}
.setup-header-title h1 {
  margin: 0 0 0.25rem 0;
  font-size: 2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #ffffff;
}
.setup-header-title h1 i {
  color: #6B46C1;
  font-size: 1.8rem;
}
@media (max-width: 1024px) {
  .setup-header-title h1 {
    font-size: 1.75rem;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .setup-header-title h1 {
    font-size: 1.5rem;
  }
}
.setup-header-title p {
  margin: 0;
  font-size: 1.1rem;
  opacity: 0.9;
  line-height: 1.5;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .setup-header-title p {
    font-size: 1rem;
  }
}

.setup-header-logo-progress {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  min-width: 200px;
}
@media (max-width: 1024px) {
  .setup-header-logo-progress {
    min-width: auto;
  }
}

.setup-logo .setup-logo-image {
  height: 75px;
  width: auto;
}
@media (max-width: 480px) {
  .setup-logo .setup-logo-image {
    height: 62px;
  }
}

.setup-progress {
  text-align: center;
}
.setup-progress .progress-text {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
  opacity: 0.9;
}
.setup-progress .progress-bar-mini {
  width: 200px;
  height: 6px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  overflow: hidden;
}
@media (max-width: 480px) {
  .setup-progress .progress-bar-mini {
    width: 150px;
  }
}
.setup-progress .progress-fill-mini {
  height: 100%;
  background: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0.8));
  border-radius: 3px;
  transition: width 0.3s ease;
}

.setup-progress-steps {
  background: #f8f9fa;
  padding: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow-x: auto;
  gap: 0.5rem;
}
@media (max-width: 1024px) {
  .setup-progress-steps {
    padding: 1rem;
    gap: 0.25rem;
  }
}
@media (max-width: 480px) {
  .setup-progress-steps {
    padding: 0.5rem;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.step {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  background: #ffffff;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  min-width: 0;
  flex-shrink: 0;
}
@media (max-width: 480px) {
  .step {
    padding: 0.25rem 0.5rem;
    gap: 0.25rem;
    min-width: 120px;
  }
}
.step.active {
  border-color: #28283d;
  background: rgba(40, 40, 61, 0.1);
  box-shadow: 0 2px 8px rgba(40, 40, 61, 0.2);
}
.step.active .step-icon {
  background: #28283d;
  color: #ffffff;
}
.step.active .step-title {
  color: #28283d;
  font-weight: 600;
}
.step.completed {
  border-color: #28a745;
  background: rgba(40, 167, 69, 0.1);
}
.step.completed .step-icon {
  background: #28a745;
  color: #ffffff;
}
.step.completed .step-title {
  color: #28a745;
}
.step:not(.active):not(.completed) {
  opacity: 0.6;
}
.step:not(.active):not(.completed) .step-icon {
  background: #dee2e6;
  color: #6c757d;
}
.step:not(.active):not(.completed) .step-title {
  color: #6c757d;
}

.step-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
@media (max-width: 480px) {
  .step-icon {
    width: 32px;
    height: 32px;
    font-size: 1rem;
  }
}

.step-content {
  min-width: 0;
}
.step-content .step-title {
  font-size: 0.9rem;
  font-weight: 500;
  margin: 0 0 2px 0;
  transition: all 0.3s ease;
}
@media (max-width: 480px) {
  .step-content .step-title {
    font-size: 0.8rem;
  }
}
.step-content .step-description {
  font-size: 0.75rem;
  color: #6c757d;
  margin: 0;
}
@media (max-width: 480px) {
  .step-content .step-description {
    font-size: 0.7rem;
  }
}

.setup-content {
  flex: 1;
  padding: 3rem;
  overflow-y: auto;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
@-moz-document url-prefix() {
  .setup-content {
    scrollbar-width: thin;
    scrollbar-color: #ced4da #f8f9fa;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .setup-content::-webkit-scrollbar {
    width: 8px;
  }
  .setup-content::-webkit-scrollbar-track {
    background: #f8f9fa;
    border-radius: 4px;
  }
  .setup-content::-webkit-scrollbar-thumb {
    background: #ced4da;
    border-radius: 4px;
  }
  .setup-content::-webkit-scrollbar-thumb:hover {
    background: #adb5bd;
  }
}
@supports (-ms-ime-align: auto) {
  .setup-content {
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media (max-width: 1024px) {
  .setup-content {
    padding: 1.5rem;
  }
}
@media (max-width: 480px) {
  .setup-content {
    padding: 1rem;
  }
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 1.5rem;
}
@media (min-width: 1400px) {
  .form-grid {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 3rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .form-grid {
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
    gap: 1.5rem;
  }
}
@media (max-width: 1024px) {
  .form-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.form-grid .form-group {
  margin-bottom: 0;
}
.form-grid .form-group.full-width {
  grid-column: 1/-1;
}
.form-grid .form-group.info-item {
  display: flex;
  flex-direction: column;
}

.form-group label {
  display: block;
  margin-bottom: 0.25rem;
  font-weight: 600;
  color: #28283d;
  font-size: 0.9rem;
}
.form-group input, .form-group select, .form-group textarea {
  width: 100%;
  padding: 0.5rem 1rem;
  border: 2px solid #dee2e6;
  border-radius: 0.5rem;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  background: #ffffff;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  outline: none;
  border-color: #28283d;
  box-shadow: 0 0 0 3px rgba(40, 40, 61, 0.1);
}
.form-group input.error, .form-group select.error, .form-group textarea.error {
  border-color: #E57373;
  box-shadow: 0 0 0 3px rgba(229, 115, 115, 0.1);
}
.form-group textarea {
  resize: vertical;
  min-height: 100px;
}
.form-group .form-help {
  font-size: 0.8rem;
  color: #6c757d;
  margin-top: 0.25rem;
}

.checkbox-group {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 0.5rem;
}
@media (max-width: 480px) {
  .checkbox-group {
    grid-template-columns: 1fr;
  }
}

.working-days-selector {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
  gap: 0.5rem;
  margin-top: 0.5rem;
}
@media (min-width: 1400px) {
  .working-days-selector {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 1rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .working-days-selector {
    grid-template-columns: repeat(auto-fit, minmax(95px, 1fr));
    gap: 0.5rem;
  }
}
@media (max-width: 480px) {
  .working-days-selector {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.25rem;
  }
}

.day-selector {
  position: relative;
}
.day-selector input[type=checkbox] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.day-selector .day-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.5rem;
  border: 2px solid #dee2e6;
  border-radius: 0.5rem;
  background: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  min-height: 70px;
  justify-content: center;
  position: relative;
}
.day-selector .day-card:hover {
  border-color: #28283d;
  background: rgba(40, 40, 61, 0.05);
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(40, 40, 61, 0.15);
}
.day-selector input[type=checkbox]:checked + .day-card {
  border-color: #28a745;
  background: rgba(40, 167, 69, 0.1);
  box-shadow: 0 2px 8px rgba(40, 167, 69, 0.2);
}
.day-selector input[type=checkbox]:checked + .day-card .day-icon i {
  color: #28a745;
}
.day-selector input[type=checkbox]:checked + .day-card .day-name {
  color: #28a745;
  font-weight: 600;
}
.day-selector input[type=checkbox]:checked + .day-card::after {
  content: "✓";
  position: absolute;
  top: 4px;
  right: 4px;
  width: 16px;
  height: 16px;
  background: #28a745;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: bold;
}
.day-selector input[type=checkbox]:not(:checked) + .day-card::after {
  content: "✕";
  position: absolute;
  top: 4px;
  right: 4px;
  width: 16px;
  height: 16px;
  background: #E57373;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: bold;
}
.day-selector .day-icon {
  margin-bottom: 0.25rem;
}
.day-selector .day-icon i {
  font-size: 1.2rem;
  color: #adb5bd;
  transition: all 0.3s ease;
}
.day-selector .day-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.day-selector .day-info .day-name {
  font-size: 0.8rem;
  font-weight: 500;
  color: #28283d;
  transition: all 0.3s ease;
}
.day-selector .day-info .day-short {
  font-size: 0.7rem;
  color: #6c757d;
  font-weight: 400;
}

.checkbox-label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
}
.checkbox-label:hover {
  background: #f8f9fa;
}
.checkbox-label input[type=checkbox] {
  display: none;
}
.checkbox-label .checkbox-custom {
  width: 20px;
  height: 20px;
  border: 2px solid #ced4da;
  border-radius: 4px;
  position: relative;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.checkbox-label .checkbox-custom::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 6px;
  width: 6px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: all 0.3s ease;
}
.checkbox-label input[type=checkbox]:checked + .checkbox-custom {
  background: #28283d;
  border-color: #28283d;
}
.checkbox-label input[type=checkbox]:checked + .checkbox-custom::after {
  opacity: 1;
}

.form-actions {
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e9ecef;
}
@media (max-width: 480px) {
  .form-actions {
    flex-direction: column;
    gap: 0.5rem;
  }
}

.setup-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 3rem;
  padding: 1.5rem;
  background: #f8f9fa;
  border-radius: 0 0 1rem 1rem;
}
@media (max-width: 480px) {
  .setup-actions {
    flex-direction: column;
    gap: 0.5rem;
  }
}

.existing-employees {
  margin-bottom: 3rem;
}
.existing-employees h3 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  color: #28283d;
  font-size: 1.1rem;
}
.existing-employees h3 i {
  color: #28283d;
}

.employee-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.employee-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
}
.employee-item:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-color: #28283d;
}

.employee-info {
  flex: 1;
}
.employee-info strong {
  display: block;
  color: #28283d;
  font-size: 1rem;
  margin-bottom: 0.25rem;
}
.employee-info .employee-role {
  display: inline-block;
  background: rgba(40, 40, 61, 0.1);
  color: #28283d;
  padding: 2px 0.25rem;
  border-radius: 0.25rem;
  font-size: 0.8rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
}
.employee-info .employee-contact {
  display: flex;
  flex-direction: column;
  gap: 2px;
  color: #6c757d;
  font-size: 0.85rem;
}
.employee-info .employee-contact i {
  margin-right: 0.25rem;
  color: #adb5bd;
}

.employee-delete-form {
  margin: 0;
}

.add-employee-section h3 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  color: #28283d;
  font-size: 1.1rem;
}
.add-employee-section h3 i {
  color: #28283d;
}

.subscription-form .subscription-options {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-bottom: 3rem;
  max-height: none;
  overflow: visible;
  padding: 0.5rem;
  align-items: stretch;
}
@media (min-width: 1920px) {
  .subscription-form .subscription-options {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
  }
}
@media (min-width: 1400px) and (max-width: 1919px) {
  .subscription-form .subscription-options {
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .subscription-form .subscription-options {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .subscription-form .subscription-options {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .subscription-form .subscription-options {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
}
@media (max-width: 767px) {
  .subscription-form .subscription-options {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
}
@-moz-document url-prefix() {
  .subscription-form .subscription-options {
    scrollbar-width: thin;
    scrollbar-color: #ced4da #f8f9fa;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .subscription-form .subscription-options::-webkit-scrollbar {
    width: 8px;
  }
  .subscription-form .subscription-options::-webkit-scrollbar-track {
    background: #f8f9fa;
    border-radius: 4px;
  }
  .subscription-form .subscription-options::-webkit-scrollbar-thumb {
    background: #ced4da;
    border-radius: 4px;
  }
  .subscription-form .subscription-options::-webkit-scrollbar-thumb:hover {
    background: #adb5bd;
  }
}
@supports (-ms-ime-align: auto) {
  .subscription-form .subscription-options {
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

.subscription-card {
  position: relative;
  border: 2px solid transparent;
  border-radius: 0.5rem;
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  height: 100%;
  overflow: visible;
  display: flex;
  flex-direction: column;
}
.subscription-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0.5rem;
  padding: 2px;
  background: linear-gradient(135deg, #dee2e6, #ced4da);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
}
.subscription-card:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.subscription-card:hover::before {
  background: linear-gradient(135deg, #28283d, rgb(80.396039604, 80.396039604, 122.603960396));
}
.subscription-card.popular {
  background: linear-gradient(135deg, rgba(40, 40, 61, 0.1) 0%, rgba(40, 40, 61, 0.05) 100%);
  box-shadow: 0 4px 20px rgba(40, 40, 61, 0.2);
}
.subscription-card.popular::before {
  background: linear-gradient(135deg, #28283d, rgb(70.297029703, 70.297029703, 107.202970297));
}
.subscription-card.popular .popular-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  background: linear-gradient(135deg, #fe5416, rgb(254.3269230769, 139.9038461538, 98.1730769231));
  color: #ffffff;
  padding: 6px 12px;
  border-radius: 12px;
  font-size: 0.7rem;
  font-weight: 700;
  z-index: 10;
  box-shadow: 0 3px 8px rgba(254, 84, 22, 0.4);
  white-space: nowrap;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.subscription-card.trial {
  background: linear-gradient(135deg, rgba(40, 167, 69, 0.1) 0%, rgba(40, 167, 69, 0.05) 100%);
  box-shadow: 0 4px 20px rgba(40, 167, 69, 0.2);
}
.subscription-card.trial::before {
  background: linear-gradient(135deg, #28a745, rgb(72.268115942, 211.231884058, 104));
}
.subscription-card.trial .price {
  background: linear-gradient(135deg, #28a745, rgb(72.268115942, 211.231884058, 104));
  box-shadow: 0 3px 8px rgba(40, 167, 69, 0.3);
}
.subscription-card.trial .price::after {
  border-top-color: rgb(30.1449275362, 125.8550724638, 52);
}
.subscription-card.trial .trial-badge {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: linear-gradient(135deg, #28a745, rgb(51.6956521739, 206.3043478261, 87));
  color: #ffffff;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 0.7rem;
  font-weight: 600;
  z-index: 10;
  box-shadow: 0 2px 6px rgba(40, 167, 69, 0.2);
  white-space: nowrap;
  transition: all 0.3s ease;
}
.subscription-card:hover .subscription-card.trial .trial-badge {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(40, 167, 69, 0.3);
}
.subscription-card input[type=radio] {
  position: absolute;
  opacity: 0;
  pointer-events: auto;
}
.subscription-card input[type=radio]:checked + .subscription-label {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(40, 40, 61, 0.25);
}
.subscription-card input[type=radio]:checked + .subscription-label::before {
  background: linear-gradient(135deg, #fe5416, rgb(254.3269230769, 139.9038461538, 98.1730769231));
}
.subscription-card input[type=radio]:checked + .subscription-label .subscription-header {
  background-color: #28283d;
  border-bottom: 2px solid #fe5416;
}
.subscription-card input[type=radio]:checked + .subscription-label .subscription-header .header-top h3 {
  color: #ffffff;
  font-weight: 600;
}
.subscription-card input[type=radio]:checked + .subscription-label .subscription-header .header-top h3 i {
  color: #fe5416;
}
.subscription-card input[type=radio]:checked + .subscription-label .subscription-header .header-top .price {
  background-color: #28283d;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.subscription-card input[type=radio]:checked + .subscription-label .subscription-header .header-top .price .period {
  color: rgba(255, 255, 255, 0.8);
}
.subscription-card input[type=radio]:checked + .subscription-label .subscription-footer {
  background-color: #28283d;
  border-top: 1px solid #dee2e6;
}
.subscription-card input[type=radio]:checked + .subscription-label .subscription-footer .users {
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.subscription-card input[type=radio]:checked + .subscription-label .subscription-description {
  background: linear-gradient(135deg, rgba(254, 84, 22, 0.08) 0%, rgba(254, 84, 22, 0.04) 100%);
  color: #28283d;
  font-weight: 600;
  border-bottom: 1px solid rgba(254, 84, 22, 0.2);
}
.subscription-card input[type=radio]:checked + .subscription-label .subscription-description::before {
  background: linear-gradient(90deg, transparent, rgba(254, 84, 22, 0.4), transparent);
}
.subscription-card input[type=radio]:checked + .subscription-label .subscription-features {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.98) 100%);
}
.subscription-card input[type=radio]:checked + .subscription-label .subscription-features li {
  color: #28283d;
  font-weight: 500;
}
.subscription-card input[type=radio]:checked + .subscription-label .subscription-features li:hover {
  color: #fe5416;
}
.subscription-card .subscription-label {
  display: flex !important;
  flex-direction: column;
  height: 100%;
  padding: 0;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.subscription-card .subscription-label .subscription-selected-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(33, 150, 243, 0.1);
  border-radius: 0.5rem;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  backdrop-filter: blur(2px);
}
.subscription-card .subscription-label .subscription-selected-overlay .selected-indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}
.subscription-card .subscription-label .subscription-selected-overlay .selected-indicator .selected-checkmark {
  width: 48px;
  height: 48px;
  background: #2196F3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(33, 150, 243, 0.4);
  animation: checkmarkPulse 2s ease infinite;
}
.subscription-card .subscription-label .subscription-selected-overlay .selected-indicator .selected-checkmark i {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: bold;
}
.subscription-card .subscription-label .subscription-selected-overlay .selected-indicator .selected-text {
  color: #2196F3;
  font-weight: 700;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
}
.subscription-card .subscription-label .card-content {
  flex-grow: 1;
  display: flex !important;
  flex-direction: column;
  padding: 0 !important;
  min-width: 0;
  overflow: visible;
  position: relative;
  z-index: 2;
}
.subscription-card .subscription-label .subscription-header {
  padding: 1rem 1.5rem;
  background-color: #28283d;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 2px solid #fe5416;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}
.subscription-card .subscription-label .subscription-header .header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  position: relative;
  z-index: 1;
}
.subscription-card .subscription-label .subscription-header .header-top h3 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.2;
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.subscription-card .subscription-label .subscription-header .header-top h3 i {
  color: #fe5416;
  font-size: 1rem;
  flex-shrink: 0;
}
.subscription-card .subscription-label .subscription-header .header-top .price {
  background-color: #28283d;
  color: #ffffff;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.2;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: relative;
  white-space: nowrap;
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.subscription-card .subscription-label .subscription-header .header-top .price::after {
  display: none;
}
.subscription-card .subscription-label .subscription-header .header-top .price .period {
  font-size: 0.7rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  margin-top: 2px;
}
.subscription-card .subscription-label .subscription-header .header-top .price .vat-note {
  font-size: 0.65rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  display: block;
  margin-top: 2px;
  font-style: italic;
}
.subscription-card .subscription-label .subscription-footer {
  padding: 1rem 1.5rem;
  background-color: #28283d;
  border-top: 1px solid #dee2e6;
  text-align: center;
  position: relative;
  z-index: 1;
  border-radius: 0 0 0.5rem 0.5rem;
}
.subscription-card .subscription-label .subscription-footer .users {
  font-size: 0.85rem;
  color: #ffffff;
  font-weight: 600;
  margin: 0;
  background: rgba(255, 255, 255, 0.1);
  padding: 6px 12px;
  border-radius: 6px;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.subscription-card .subscription-label .subscription-description {
  padding: 1rem 1.5rem;
  font-size: 0.9rem;
  color: #28283d;
  text-align: center;
  line-height: 1.5;
  border-bottom: 1px solid rgba(40, 40, 61, 0.1);
  margin: 0;
  background: linear-gradient(135deg, rgba(254, 84, 22, 0.05) 0%, rgba(254, 84, 22, 0.02) 100%);
  font-weight: 500;
  position: relative;
  overflow: hidden;
}
.subscription-card .subscription-label .subscription-description::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(254, 84, 22, 0.3), transparent);
}
.subscription-card .subscription-label .subscription-features {
  flex-grow: 1;
  padding: 1rem 1.5rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 250, 252, 0.95) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
}
.subscription-card .subscription-label .subscription-features ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.subscription-card .subscription-label .subscription-features ul li {
  display: flex;
  align-items: center;
  padding: 0.25rem 0;
  color: #28283d;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
  transition: all 0.2s ease;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.subscription-card .subscription-label .subscription-features ul li:hover {
  color: #fe5416;
  transform: translateX(4px);
}
.subscription-card .subscription-label .subscription-features ul li i {
  margin-right: 0.5rem;
  flex-shrink: 0;
  font-size: 0.8rem;
  flex-shrink: 0;
  padding: 2px;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #28a745;
  background: rgba(40, 167, 69, 0.1);
}
.subscription-card .subscription-label .subscription-features ul li i.fi-rr-clipboard-list {
  color: #3B82F6;
  background: rgba(59, 130, 246, 0.1);
}
.subscription-card .subscription-label .subscription-features ul li i.fi-rr-users {
  color: #8B5CF6;
  background: rgba(139, 92, 246, 0.1);
}
.subscription-card .subscription-label .subscription-features ul li i.fi-rr-mobile {
  color: #10B981;
  background: rgba(16, 185, 129, 0.1);
}
.subscription-card .subscription-label .subscription-features ul li i.fi-rr-chart-line, .subscription-card .subscription-label .subscription-features ul li i.fi-rr-chart-pie, .subscription-card .subscription-label .subscription-features ul li i.fi-rr-chart-bar {
  color: #F59E0B;
  background: rgba(245, 158, 11, 0.1);
}
.subscription-card .subscription-label .subscription-features ul li i.fi-rr-envelope {
  color: #EF4444;
  background: rgba(239, 68, 68, 0.1);
}
.subscription-card .subscription-label .subscription-features ul li i.fi-rr-calendar {
  color: #06B6D4;
  background: rgba(6, 182, 212, 0.1);
}
.subscription-card .subscription-label .subscription-features ul li i.fi-rr-receipt {
  color: #84CC16;
  background: rgba(132, 204, 22, 0.1);
}
.subscription-card .subscription-label .subscription-features ul li i.fi-rr-box {
  color: #F97316;
  background: rgba(249, 115, 22, 0.1);
}
.subscription-card .subscription-label .subscription-features ul li i.fi-rr-warehouse {
  color: #6366F1;
  background: rgba(99, 102, 241, 0.1);
}
.subscription-card .subscription-label .subscription-features ul li i.fi-rr-map {
  color: #EC4899;
  background: rgba(236, 72, 153, 0.1);
}
.subscription-card .subscription-label .subscription-features ul li i.fi-rr-headset {
  color: #14B8A6;
  background: rgba(20, 184, 166, 0.1);
}
.subscription-card .subscription-label .subscription-features ul li i.fi-rr-settings {
  color: #6B7280;
  background: rgba(107, 114, 128, 0.1);
}
.subscription-card .subscription-label .subscription-features ul li i.fi-rr-building {
  color: #7C3AED;
  background: rgba(124, 58, 237, 0.1);
}
.subscription-card .subscription-label .subscription-features ul li i.fi-rr-user-tie {
  color: #DC2626;
  background: rgba(220, 38, 38, 0.1);
}
.subscription-card .subscription-label .subscription-features ul li i.fi-rr-shield-check {
  color: #059669;
  background: rgba(5, 150, 105, 0.1);
}
.subscription-card .subscription-label .subscription-features ul li i.fi-rr-paint-brush {
  color: #DB2777;
  background: rgba(219, 39, 119, 0.1);
}
.subscription-card .subscription-label .subscription-features ul li i.fi-rr-server {
  color: #374151;
  background: rgba(55, 65, 81, 0.1);
}
.subscription-card .subscription-label .subscription-features ul li i.fi-rr-database {
  color: #17a2b8;
  background: rgba(23, 162, 184, 0.1);
}
.subscription-card .subscription-label .subscription-features ul li i.fi-rr-percentage {
  color: #28a745;
  background: rgba(40, 167, 69, 0.1);
}
.subscription-card .subscription-label .subscription-features ul li i.fi-rr-heart {
  color: #F43F5E;
  background: rgba(244, 63, 94, 0.1);
}

@keyframes pulse {
  0%, 100% {
    transform: translateX(-50%) scale(1);
  }
  50% {
    transform: translateX(-50%) scale(1.05);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  40% {
    transform: translateX(-50%) translateY(-3px);
  }
  60% {
    transform: translateX(-50%) translateY(-1px);
  }
}
@keyframes checkmarkPulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 4px 12px rgba(33, 150, 243, 0.4);
  }
  50% {
    transform: scale(1.1);
    box-shadow: 0 6px 16px rgba(33, 150, 243, 0.6);
  }
}
.setup-wizard-footer {
  background: #28283d;
  padding: 1.5rem 3rem;
  border-radius: 0 0 0.5rem 0.5rem;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  box-sizing: border-box;
}
.setup-wizard-footer .footer-left {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.setup-wizard-footer .footer-left .step-indicator {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.875rem;
  font-weight: 500;
}
.setup-wizard-footer .footer-right {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.setup-wizard-footer .header-action-link {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.5rem 1.5rem;
  border-radius: 0.2rem;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.2s ease;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  min-width: 140px;
  justify-content: center;
  font-weight: 500;
}
.setup-wizard-footer .header-action-link i {
  font-size: 1.1em;
  opacity: 0.8;
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.2s ease;
}
.setup-wizard-footer .header-action-link:hover {
  color: #f9d84b !important;
  border-color: transparent;
  background: rgba(249, 216, 75, 0.1);
}
.setup-wizard-footer .header-action-link:hover i {
  opacity: 1;
  color: #f9d84b;
}
.setup-wizard-footer .header-action-link--success {
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
}
.setup-wizard-footer .header-action-link--success i {
  opacity: 1;
  color: rgba(255, 255, 255, 0.8);
}
.setup-wizard-footer .header-action-link--success:hover {
  background: rgba(40, 167, 69, 0.8);
  color: #ffffff !important;
  border-color: transparent;
}
.setup-wizard-footer .header-action-link--success:hover i {
  color: #ffffff;
}
.setup-wizard-footer .header-action-link--secondary {
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: transparent;
}
.setup-wizard-footer .header-action-link--secondary i {
  opacity: 0.6;
  color: rgba(255, 255, 255, 0.6);
}
.setup-wizard-footer .header-action-link--secondary:hover {
  color: rgba(255, 255, 255, 0.8) !important;
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.05);
}
.setup-wizard-footer .header-action-link--secondary:hover i {
  opacity: 0.8;
  color: rgba(255, 255, 255, 0.8);
}
.setup-wizard-footer .header-action-link--danger {
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(229, 115, 115, 0.3);
  background: transparent;
}
.setup-wizard-footer .header-action-link--danger i {
  opacity: 1;
  color: rgba(255, 255, 255, 0.8);
}
.setup-wizard-footer .header-action-link--danger:hover {
  background: rgba(229, 115, 115, 0.8);
  color: #ffffff !important;
  border-color: transparent;
}
.setup-wizard-footer .header-action-link--danger:hover i {
  color: #ffffff;
}
@media (max-width: 480px) {
  .setup-wizard-footer {
    flex-direction: column;
    gap: 1rem;
  }
  .setup-wizard-footer .footer-left,
  .setup-wizard-footer .footer-right {
    width: 100%;
    justify-content: center;
  }
  .setup-wizard-footer .header-action-link {
    min-width: 120px;
    flex: 1;
  }
}

.completion-summary {
  background: #f8f9fa;
  padding: 3rem;
  border-radius: 0.75rem;
  margin-bottom: 3rem;
}
.completion-summary .summary-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid #e9ecef;
}
.completion-summary .summary-item:last-child {
  border-bottom: none;
}
.completion-summary .summary-item i {
  color: #28283d;
  font-size: 1.2rem;
  width: 24px;
  text-align: center;
}
.completion-summary .summary-item strong {
  color: #28283d;
  margin-right: 0.25rem;
}

body.checkout-page .header,
body.checkout-page .navbar,
body.checkout-page .sidebar {
  display: none !important;
}
body.checkout-page .main-content {
  margin: 0 !important;
  padding: 0 !important;
}

.checkout-container {
  max-width: 1000px;
  margin: 0 auto;
}

.checkout-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}
@media (max-width: 1024px) {
  .checkout-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.checkout-summary {
  background: #f8f9fa;
  padding: 3rem;
  border-radius: 0.5rem;
}
.checkout-summary h3 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  color: #28283d;
  font-size: 1.2rem;
}
.checkout-summary h3 i {
  color: #28283d;
}

.subscription-card-summary {
  background: #ffffff;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.subscription-header {
  background: linear-gradient(135deg, #28283d, rgb(19.801980198, 19.801980198, 30.198019802));
  color: #ffffff !important;
  padding: 1.5rem;
  text-align: center;
}
.subscription-header h4 {
  margin: 0 0 0.5rem 0;
  font-size: 1.3rem;
  font-weight: 700;
  color: #ffffff !important;
}
.subscription-header .price {
  font-size: 1.5rem;
  font-weight: 800;
  opacity: 0.9;
  color: #ffffff !important;
}

.subscription-description {
  padding: 1rem;
  background: #f8f9fa;
  text-align: center;
  color: #495057;
  font-size: 0.9rem;
}

.subscription-features {
  padding: 1rem;
}
.subscription-features ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.subscription-features ul li {
  display: flex;
  align-items: center;
  padding: 0.25rem 0;
  color: #495057;
  font-size: 0.9rem;
}
.subscription-features ul li i {
  margin-right: 0.5rem;
  color: #28a745;
  font-size: 0.8rem;
}

.checkout-form {
  background: #ffffff;
  padding: 3rem;
  border-radius: 0.5rem;
  border: 1px solid #e9ecef;
}
.checkout-form h3 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  color: #28283d;
  font-size: 1.2rem;
}
.checkout-form h3 i {
  color: #28283d;
}

.payment-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 480px) {
  .payment-form .form-row {
    grid-template-columns: 1fr;
  }
}

.alert {
  padding: 1rem;
  border-radius: 0.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.alert.alert-danger {
  background: rgba(229, 115, 115, 0.1);
  color: #E57373;
  border: 1px solid rgba(229, 115, 115, 0.2);
}
.alert.alert-success {
  background: rgba(40, 167, 69, 0.1);
  color: #28a745;
  border: 1px solid rgba(40, 167, 69, 0.2);
}

.price-summary {
  margin-top: 1.5rem;
  padding: 1rem;
  background: #ffffff;
  border-radius: 0.5rem;
  border: 1px solid #e9ecef;
}
.price-summary .price-item {
  display: flex;
  justify-content: space-between;
  padding: 0.25rem 0;
  color: #495057;
  font-size: 0.9rem;
}
.price-summary .price-item:not(:last-child) {
  border-bottom: 1px solid #f8f9fa;
}
.price-summary .price-total {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0 0 0;
  margin-top: 0.5rem;
  border-top: 2px solid #28283d;
  font-weight: 700;
  font-size: 1.1rem;
  color: #28283d;
}
.price-summary .discount-text {
  color: #28a745;
  font-weight: 600;
}

.security-info {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid #e9ecef;
}
.security-info .security-badges {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: #28a745;
  font-size: 0.8rem;
  font-weight: 500;
}
.security-info .security-badges i {
  font-size: 1rem;
}

.billing-frequency-toggle {
  margin: 1.5rem 0;
  padding: 1rem;
  background: linear-gradient(135deg, rgba(40, 40, 61, 0.08), rgba(40, 40, 61, 0.12));
  border-radius: 0.5rem;
  border: 2px solid rgba(40, 40, 61, 0.2);
  box-shadow: 0 4px 12px rgba(40, 40, 61, 0.1);
}

.frequency-options {
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}

.frequency-option {
  position: relative;
  cursor: pointer;
  flex: 1;
  max-width: 200px;
}
.frequency-option input[type=radio] {
  display: none;
}
.frequency-option .frequency-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.5rem;
  background: #ffffff;
  border: 3px solid #dee2e6;
  border-radius: 0.5rem;
  font-weight: 600;
  color: #28283d;
  transition: all 0.4s ease;
  text-align: center;
  position: relative;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  min-height: 80px;
}
.frequency-option .frequency-label:hover {
  border-color: #28283d;
  background: linear-gradient(135deg, rgba(40, 40, 61, 0.05), rgba(40, 40, 61, 0.1));
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(40, 40, 61, 0.2);
}
.frequency-option .discount-badge {
  position: absolute;
  top: -12px;
  right: -12px;
  background: linear-gradient(135deg, #28a745, rgb(25.2173913043, 105.2826086957, 43.5));
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 4px 8px;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(40, 167, 69, 0.4);
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: 2px solid #ffffff;
}
.frequency-option input[type=radio]:checked + .frequency-label {
  border-color: #28283d;
  background: linear-gradient(135deg, #28283d, rgb(19.801980198, 19.801980198, 30.198019802));
  color: #ffffff;
  font-weight: 700;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(40, 40, 61, 0.3);
}
.frequency-option input[type=radio]:checked + .frequency-label .discount-badge {
  background: linear-gradient(135deg, #ffffff, #f8f9fa);
  color: #28283d;
  border-color: #28283d;
  box-shadow: 0 4px 8px rgba(255, 255, 255, 0.4);
}

.payment-methods {
  margin-bottom: 3rem;
}
.payment-methods h4 {
  margin-bottom: 1rem;
  color: #28283d;
  font-size: 1.1rem;
}

.payment-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}
@media (max-width: 480px) {
  .payment-options {
    grid-template-columns: 1fr;
  }
}

.payment-option {
  cursor: pointer;
}
.payment-option input[type=radio] {
  display: none;
}
.payment-option .payment-option-card {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem;
  border: 2px solid #e9ecef;
  border-radius: 0.5rem;
  background: #ffffff;
  transition: all 0.3s ease;
  text-align: center;
  justify-content: center;
}
.payment-option .payment-option-card i {
  font-size: 1.5rem;
  color: #adb5bd;
}
.payment-option .payment-option-card span {
  font-weight: 500;
  color: #28283d;
}
.payment-option .payment-option-card:hover {
  border-color: #28283d;
  background: rgba(40, 40, 61, 0.05);
}
.payment-option input[type=radio]:checked + .payment-option-card {
  border-color: #28283d;
  background: rgba(40, 40, 61, 0.1);
}
.payment-option input[type=radio]:checked + .payment-option-card i {
  color: #28283d;
}
.payment-option input[type=radio]:checked + .payment-option-card span {
  color: #28283d;
  font-weight: 600;
}

.payment-form-section {
  margin-bottom: 1.5rem;
}
.payment-form-section h4 {
  margin-bottom: 1rem;
  color: #28283d;
  font-size: 1rem;
  border-bottom: 1px solid #e9ecef;
  padding-bottom: 0.25rem;
}

.paypal-info {
  text-align: center;
  padding: 1.5rem;
  background: #f8f9fa;
  border-radius: 0.5rem;
}
.paypal-info p {
  margin-bottom: 1rem;
  color: #495057;
}

.paypal-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 3rem;
  background: linear-gradient(135deg, #0070ba, #003087);
  color: #ffffff;
  border-radius: 0.5rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.paypal-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 112, 186, 0.3);
}
.paypal-button i {
  font-size: 1.2rem;
}

.sepa-info {
  margin-top: 1rem;
  padding: 0.5rem;
  background: rgba(40, 40, 61, 0.1);
  border-radius: 0.5rem;
  border-left: 4px solid #28283d;
}
.sepa-info p {
  margin: 0;
  font-size: 0.9rem;
  color: #28283d;
}
.sepa-info p i {
  margin-right: 0.25rem;
  color: #28283d;
}

.payment-form .form-group {
  margin-bottom: 1rem;
}
.payment-form .form-group input[type=text],
.payment-form .form-group input[type=email],
.payment-form .form-group select {
  transition: all 0.3s ease;
}
.payment-form .form-group input[type=text]:focus,
.payment-form .form-group input[type=email]:focus,
.payment-form .form-group select:focus {
  border-color: #28283d;
  box-shadow: 0 0 0 3px rgba(40, 40, 61, 0.1);
}
.payment-form .form-group input[type=text]:invalid,
.payment-form .form-group input[type=email]:invalid,
.payment-form .form-group select:invalid {
  border-color: #E57373;
}
.payment-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 480px) {
  .payment-form .form-row {
    grid-template-columns: 1fr;
  }
}

@media (prefers-color-scheme: dark) {
  .setup-wizard-container {
    background: #28283d;
    color: #ffffff;
  }
  .setup-content {
    background: #28283d;
  }
  .form-group label {
    color: #ffffff;
  }
  .form-group input, .form-group select, .form-group textarea {
    background: rgb(50.099009901, 50.099009901, 76.400990099);
    border-color: rgb(80.396039604, 80.396039604, 122.603960396);
    color: #ffffff;
  }
  .form-group input:focus, .form-group select:focus, .form-group textarea:focus {
    border-color: #28283d;
  }
  .employee-item {
    background: rgb(50.099009901, 50.099009901, 76.400990099);
    border-color: rgb(80.396039604, 80.396039604, 122.603960396);
  }
  .subscription-label {
    background: rgb(50.099009901, 50.099009901, 76.400990099);
    border-color: rgb(80.396039604, 80.396039604, 122.603960396);
  }
  .completion-summary {
    background: rgb(60.198019802, 60.198019802, 91.801980198);
  }
  .completion-summary .summary-item {
    border-bottom-color: rgb(80.396039604, 80.396039604, 122.603960396);
  }
}
body:not(.dark-mode) .btn-primary {
  background-color: #fe5416;
  border-color: #fe5416;
}
body:not(.dark-mode) .btn-primary:hover, body:not(.dark-mode) .btn-primary:focus {
  background-color: rgb(224.0384615385, 60.5769230769, 0.9615384615);
  border-color: rgb(224.0384615385, 60.5769230769, 0.9615384615);
}
body:not(.dark-mode) .btn-secondary {
  background-color: #28283d;
  border-color: #28283d;
}
body:not(.dark-mode) .btn-secondary:hover, body:not(.dark-mode) .btn-secondary:focus {
  background-color: rgb(60.198019802, 60.198019802, 91.801980198);
  border-color: rgb(60.198019802, 60.198019802, 91.801980198);
}
body:not(.dark-mode) .btn-outline-primary {
  color: #fe5416;
  border-color: #fe5416;
}
body:not(.dark-mode) .btn-outline-primary:hover, body:not(.dark-mode) .btn-outline-primary:focus {
  background-color: #fe5416;
  border-color: #fe5416;
  color: #ffffff;
}
body:not(.dark-mode) .btn-outline-secondary {
  color: #28283d;
  border-color: #28283d;
}
body:not(.dark-mode) .btn-outline-secondary:hover, body:not(.dark-mode) .btn-outline-secondary:focus {
  background-color: #28283d;
  border-color: #28283d;
  color: #ffffff;
}
body:not(.dark-mode) .alert.alert-primary {
  background-color: rgba(254, 84, 22, 0.1);
  color: rgb(198.6474358974, 53.7115384615, 0.8525641026);
  border-left: 4px solid #fe5416;
}
body:not(.dark-mode) .alert.alert-secondary {
  background-color: rgba(40, 40, 61, 0.1);
  color: #28283d;
  border-left: 4px solid #28283d;
}
body:not(.dark-mode) .alert.alert-info {
  background-color: rgba(179, 157, 219, 0.1);
  color: rgb(96.5223880597, 59.9104477612, 163.0895522388);
  border-left: 4px solid #B39DDB;
}
body:not(.dark-mode) .alert.alert-warning {
  background-color: rgba(249, 216, 75, 0.1);
  color: rgb(165.4838709677, 135.1451612903, 5.5161290323);
  border-left: 4px solid #f9d84b;
}
body:not(.dark-mode) .alert.alert-danger {
  background-color: rgba(229, 115, 115, 0.1);
  color: rgb(204.0963855422, 37.9036144578, 37.9036144578);
  border-left: 4px solid #E57373;
}
body:not(.dark-mode) a:not(.btn):not(.pagination-link):not(.module-table__link):not(.action-btn):not(.sidebar-link):not(.sidebar-submenu-link):not(.nav-link):not(.user-dropdown-link):not(.notifications-dropdown-link):not(.view-all) {
  color: #004D40;
}
body:not(.dark-mode) a:not(.btn):not(.pagination-link):not(.module-table__link):not(.action-btn):not(.sidebar-link):not(.sidebar-submenu-link):not(.nav-link):not(.user-dropdown-link):not(.notifications-dropdown-link):not(.view-all):hover {
  color: #28283d;
}
body:not(.dark-mode) a:not(.btn):not(.pagination-link):not(.module-table__link):not(.action-btn):not(.sidebar-link):not(.sidebar-submenu-link):not(.nav-link):not(.user-dropdown-link):not(.notifications-dropdown-link):not(.view-all):active {
  color: #28283d;
}
body:not(.dark-mode) .table {
  color: #28283d;
}
body:not(.dark-mode) .table th {
  background-color: #fffbeb;
  color: #28283d;
  font-weight: 600;
}
body:not(.dark-mode) .table.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 251, 235, 0.5);
}
body:not(.dark-mode) .table.table-hover tbody tr:hover {
  background-color: rgba(249, 216, 75, 0.1);
}
body:not(.dark-mode) .card {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
body:not(.dark-mode) .card:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
body:not(.dark-mode) .card .card-header {
  border-bottom: 2px solid #fe5416;
}

body.dark-mode {
  background-color: rgb(19.801980198, 19.801980198, 30.198019802);
  color: #fffbeb;
}
body.dark-mode a:not(.btn) {
  color: #f9d84b;
}
body.dark-mode a:not(.btn):hover {
  color: rgb(250.6451612903, 226.6935483871, 124.3548387097);
}
body.dark-mode .text-muted {
  color: #ced4da !important;
}
body.dark-mode .border {
  border-color: rgb(60.198019802, 60.198019802, 91.801980198);
}
body.dark-mode .border-top {
  border-top-color: rgb(60.198019802, 60.198019802, 91.801980198);
}
body.dark-mode .border-right {
  border-right-color: rgb(60.198019802, 60.198019802, 91.801980198);
}
body.dark-mode .border-bottom {
  border-bottom-color: rgb(60.198019802, 60.198019802, 91.801980198);
}
body.dark-mode .border-left {
  border-left-color: rgb(60.198019802, 60.198019802, 91.801980198);
}
body.dark-mode hr {
  border-top-color: rgb(60.198019802, 60.198019802, 91.801980198);
}
body.dark-mode code {
  background-color: rgb(46.0594059406, 46.0594059406, 70.2405940594);
  color: #E57373;
}
body.dark-mode pre {
  background-color: rgb(46.0594059406, 46.0594059406, 70.2405940594);
  color: #fffbeb;
}
body.dark-mode blockquote {
  border-left-color: #fe5416;
  color: #dee2e6;
}
body.dark-mode .bg-light {
  background-color: rgb(60.198019802, 60.198019802, 91.801980198) !important;
}
body.dark-mode .bg-white {
  background-color: #28283d !important;
}
body.dark-mode .text-dark {
  color: #fffbeb !important;
}
body.dark-mode .btn-primary {
  background-color: #fe5416;
  border-color: #fe5416;
}
body.dark-mode .btn-primary:hover, body.dark-mode .btn-primary:focus {
  background-color: rgb(224.0384615385, 60.5769230769, 0.9615384615);
  border-color: rgb(224.0384615385, 60.5769230769, 0.9615384615);
}
body.dark-mode .btn-secondary {
  background-color: #f9d84b;
  border-color: #f9d84b;
  color: #28283d;
}
body.dark-mode .btn-secondary:hover, body.dark-mode .btn-secondary:focus {
  background-color: rgb(250.6451612903, 226.6935483871, 124.3548387097);
  border-color: rgb(250.6451612903, 226.6935483871, 124.3548387097);
  color: #28283d;
}
body.dark-mode .btn-outline-primary {
  color: #fe5416;
  border-color: #fe5416;
}
body.dark-mode .btn-outline-primary:hover, body.dark-mode .btn-outline-primary:focus {
  background-color: #fe5416;
  border-color: #fe5416;
  color: #ffffff;
}
body.dark-mode .btn-outline-secondary {
  color: #f9d84b;
  border-color: #f9d84b;
}
body.dark-mode .btn-outline-secondary:hover, body.dark-mode .btn-outline-secondary:focus {
  background-color: #f9d84b;
  border-color: #f9d84b;
  color: #28283d;
}
body.dark-mode .alert.alert-primary {
  background-color: rgba(254, 84, 22, 0.2);
  color: rgb(254.3269230769, 139.9038461538, 98.1730769231);
  border-left: 4px solid #fe5416;
}
body.dark-mode .alert.alert-secondary {
  background-color: rgba(249, 216, 75, 0.2);
  color: #f9d84b;
  border-left: 4px solid #f9d84b;
}
body.dark-mode .alert.alert-info {
  background-color: rgba(179, 157, 219, 0.2);
  color: rgb(222.3880597015, 212.947761194, 239.552238806);
  border-left: 4px solid #B39DDB;
}
body.dark-mode .alert.alert-warning {
  background-color: rgba(249, 216, 75, 0.2);
  color: rgb(251.4677419355, 232.0403225806, 149.0322580645);
  border-left: 4px solid #f9d84b;
}
body.dark-mode .alert.alert-danger {
  background-color: rgba(229, 115, 115, 0.2);
  color: rgb(240.9819277108, 179.5180722892, 179.5180722892);
  border-left: 4px solid #E57373;
}
body.dark-mode .card {
  background-color: #28283d;
  border-color: rgb(60.198019802, 60.198019802, 91.801980198);
}
body.dark-mode .card .card-header, body.dark-mode .card .card-footer {
  background-color: rgb(50.099009901, 50.099009901, 76.400990099);
  border-color: rgb(60.198019802, 60.198019802, 91.801980198);
}
body.dark-mode .table {
  color: #fffbeb;
}
body.dark-mode .table th {
  background-color: rgb(50.099009901, 50.099009901, 76.400990099);
  color: #ffffff;
}
body.dark-mode .table td {
  color: #dee2e6;
}
body.dark-mode .table.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
body.dark-mode .table.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

:root {
  --dashboard-color: #1976D2;
  --planning-color: #2E7D32;
  --employees-color: #6A1B9A;
  --settings-color: #455A64;
  --customers-color: #fe5416;
  --workorders-color: #9575CD;
  --picklists-color: #f97316;
  --subscription-color: #f9d84b;
  --customers-color: #fe5416;
  --invoices-color: #4b88f9;
  --finance-color: #4b88f9;
  --charcoal: #28283d;
  --timeregistration-color: #004D40;
  --customerportal-color: #D32F2F;
  --routeplanning-color: #F57F17;
  --materialmanagement-color: #BF360C;
  --reminders-color: #0277BD;
  --quotesystem-color: #006064;
  --realtime-tracking-color: #9E9D24;
  --fleet-management-color: #FF7F50;
  --service-color: #8cbb35;
  --theme-editor-color: #AD1457;
  --security-audit-color: #283593;
  --api-webhooks-color: #4527A0;
  --reports-bi-color: #4E342E;
  --accounting-integration-color: #37474F;
  --success-color: #28a745;
  --warning-color: #E57373;
  --error-color: #E57373;
  --info-color: #17a2b8;
  --company-color: #00cfe8;
  --office-color: #28c76f;
  --field-color: #ff9f43;
  --bedrijven-color: #2196F3;
  --gebruikers-color: #9C27B0;
  --abonnementen-color: #FFC107;
  --system-security-color: #E91E63;
  --on-premise-color: #00BCD4;
  --analytics-color: #3F51B5;
  --campagnes-color: #FF5722;
  --email-templates-color: #009688;
  --api-integratie-color: #7E57C2;
}

/* ============================================
   EMPLOYEE SHOWCASE - Modern Card Design
   ============================================ */
.employee-card-container {
  padding: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 600px;
  background: linear-gradient(135deg, rgba(248, 249, 250, 0.5) 0%, rgba(255, 255, 255, 0.8) 100%);
}

.card-scene {
  perspective: 1200px;
  perspective-origin: center center;
  -webkit-perspective: 1200px;
  -webkit-perspective-origin: center center;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  transition: max-width 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.employee-card-container.card-expanded .card-scene {
  max-width: 650px;
}

/* ============================================
   FLIP ANIMATIONS
   ============================================ */
@keyframes cardFlip {
  0% {
    transform: rotateY(0deg) scale(1);
  }
  50% {
    transform: rotateY(90deg) scale(0.96);
  }
  100% {
    transform: rotateY(180deg) scale(1);
  }
}
@keyframes cardFlipReverse {
  0% {
    transform: rotateY(180deg) scale(1);
  }
  50% {
    transform: rotateY(90deg) scale(0.96);
  }
  100% {
    transform: rotateY(0deg) scale(1);
  }
}
/* ============================================
   BUSINESS CARD
   ============================================ */
.business-card {
  position: relative;
  width: 100%;
  height: 600px;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  cursor: pointer;
  outline: none;
  transform: rotateY(0deg) scale(1);
  transform-origin: center center;
  -webkit-transform-origin: center center;
}
.business-card.is-flipped {
  animation: cardFlip 0.75s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}
.business-card.flip-back {
  animation: cardFlipReverse 0.75s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}
.business-card.card-flipped .card-front {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.business-card.card-flipped .card-back {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.business-card:not(.card-flipped) .card-front {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.business-card:not(.card-flipped) .card-back {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.business-card:focus {
  outline: 3px solid #fe5416;
  outline-offset: 4px;
  border-radius: 0.75rem;
}
.business-card:hover .card-front .card-photo {
  transform: scale(1.05);
}
.business-card:hover .card-front .card-photo::after {
  opacity: 1;
}

/* ============================================
   CARD FACE BASE
   ============================================ */
.card-face {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(40, 40, 61, 0.12), 0 8px 24px rgba(40, 40, 61, 0.08), 0 0 0 1px rgba(40, 40, 61, 0.04);
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

/* ============================================
   FRONT: Elegant Profile Card
   ============================================ */
.card-front {
  background: linear-gradient(145deg, #ffffff 0%, rgba(255, 251, 235, 0.7) 35%, rgba(40, 40, 61, 0.08) 65%, #ffffff 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: transform;
  -webkit-will-change: transform;
  z-index: 2;
  /* Animated background orbs */
}
.card-front::before {
  content: "";
  position: absolute;
  top: -30%;
  right: -20%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(249, 216, 75, 0.15) 0%, transparent 70%);
  border-radius: 50%;
  animation: float 6s ease-in-out infinite;
}
.card-front::after {
  content: "";
  position: absolute;
  bottom: -25%;
  left: -15%;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(254, 84, 22, 0.12) 0%, transparent 70%);
  border-radius: 50%;
  animation: float 8s ease-in-out infinite reverse;
}
@keyframes float {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(20px, -20px) scale(1.1);
  }
}

/* Photo/Avatar */
.card-photo {
  position: relative;
  width: 180px;
  height: 180px;
  margin-bottom: 3rem;
  z-index: 1;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 5px solid #ffffff;
  box-shadow: 0 12px 32px rgba(40, 40, 61, 0.2), 0 0 0 3px var(--employee-color, rgba(249, 216, 75, 0.4)), 0 0 0 6px rgba(255, 255, 255, 0.8);
  transition: all 0.4s ease;
}
.card-photo .avatar-placeholder {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 5px solid #ffffff;
  box-shadow: 0 12px 32px rgba(40, 40, 61, 0.2), 0 0 0 3px var(--employee-color, rgba(249, 216, 75, 0.4)), 0 0 0 6px rgba(255, 255, 255, 0.8);
}
.card-photo .avatar-placeholder i {
  font-size: 4.5rem;
  color: #ffffff;
  text-shadow: 0 2px 8px rgba(40, 40, 61, 0.3);
}
.card-photo::after {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  border-radius: 50%;
  background: var(--employee-color, linear-gradient(135deg, #f9d84b, #fe5416));
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}

/* Set employee color from data attribute */
.business-card[data-employee-color] {
  --employee-color: var(--employee-color-value);
}

.business-card[data-employee-color] .card-photo img,
.business-card[data-employee-color] .card-photo .avatar-placeholder {
  box-shadow: 0 12px 32px rgba(40, 40, 61, 0.2), 0 0 0 3px var(--employee-color-value, rgba(249, 216, 75, 0.4)), 0 0 0 6px rgba(255, 255, 255, 0.8);
}
.business-card[data-employee-color] .card-photo::after {
  background: var(--employee-color-value, linear-gradient(135deg, #f9d84b, #fe5416));
}

/* Card Info */
.card-info {
  position: relative;
  z-index: 1;
  margin-bottom: 3rem;
  width: 100%;
}
.card-info .card-divider {
  width: 80%;
  height: 2px;
  margin: 0 auto 1.5rem auto;
  position: relative;
}
.card-info .card-divider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, rgba(40, 40, 61, 0.35) 25%, rgba(40, 40, 61, 0.5) 50%, rgba(40, 40, 61, 0.35) 75%, transparent 100%);
  border-radius: 2px;
}
.card-info .card-divider::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 240px;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, rgba(40, 40, 61, 0.12) 35%, rgba(40, 40, 61, 0.22) 50%, rgba(40, 40, 61, 0.12) 65%, transparent 100%);
  border-radius: 2px;
}
.card-info .card-name {
  font-size: 2rem;
  font-weight: 700;
  color: #28283d;
  margin: 0 0 0.5rem 0;
  letter-spacing: -0.5px;
  background: linear-gradient(135deg, #28283d 0%, rgb(70.297029703, 70.297029703, 107.202970297) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.card-info .card-title {
  font-size: 1.1rem;
  color: #6c757d;
  margin: 0;
  font-weight: 400;
  letter-spacing: 0.3px;
}

/* Social Icons */
.card-social {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  justify-content: center;
  position: relative;
  z-index: 1;
  width: 100%;
}
.card-social .card-divider {
  width: 80%;
  height: 2px;
  margin: 0 auto 1.5rem auto;
  position: relative;
}
.card-social .card-divider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, rgba(40, 40, 61, 0.35) 25%, rgba(40, 40, 61, 0.5) 50%, rgba(40, 40, 61, 0.35) 75%, transparent 100%);
  border-radius: 2px;
}
.card-social .card-divider::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 240px;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, rgba(40, 40, 61, 0.12) 35%, rgba(40, 40, 61, 0.22) 50%, rgba(40, 40, 61, 0.12) 65%, transparent 100%);
  border-radius: 2px;
}
.card-social .social-icons-wrapper {
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}
.card-social .social-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #28283d;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(40, 40, 61, 0.1), 0 2px 4px rgba(40, 40, 61, 0.08);
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  margin: 0;
  /* Icon colors */
}
.card-social .social-icon i {
  font-size: 1.25rem;
  transition: transform 0.3s ease;
}
.card-social .social-icon:hover {
  transform: translateY(-4px) scale(1.1);
  box-shadow: 0 8px 20px rgba(40, 40, 61, 0.15), 0 4px 8px rgba(40, 40, 61, 0.1);
}
.card-social .social-icon:hover i {
  transform: rotate(360deg);
}
.card-social .social-icon:active {
  transform: translateY(-2px) scale(1.05);
}
.card-social .social-icon:has(.fi-rr-envelope) {
  color: #dc3545;
}
.card-social .social-icon:has(.fi-rr-envelope):hover {
  background: #dc3545;
  color: #ffffff;
}
.card-social .social-icon:has(.fi-rr-phone-call), .card-social .social-icon:has(.fi-rr-mobile) {
  color: #28a745;
}
.card-social .social-icon:has(.fi-rr-phone-call):hover, .card-social .social-icon:has(.fi-rr-mobile):hover {
  background: #28a745;
  color: #ffffff;
}
.card-social .social-icon:has(.fi-rr-marker) {
  color: #17a2b8;
}
.card-social .social-icon:has(.fi-rr-marker):hover {
  background: #17a2b8;
  color: #ffffff;
}

/* ============================================
   BACK: Information Card
   ============================================ */
.card-back {
  background: linear-gradient(145deg, #ffffff 0%, rgba(255, 251, 235, 0.7) 35%, rgba(40, 40, 61, 0.08) 65%, #ffffff 100%);
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  display: flex;
  flex-direction: column;
  padding: 3rem;
  color: #28283d;
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: transform;
  -webkit-will-change: transform;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease 0.3s, visibility 0.4s ease 0.3s;
  cursor: pointer;
  /* Animated shimmer bar */
  /* Subtle radial gradients */
}
.card-back::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, transparent, #f9d84b, #fe5416, #f9d84b, transparent);
  animation: shimmer 3s infinite;
  z-index: 10;
}
@keyframes shimmer {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
.card-back::after {
  content: "";
  position: absolute;
  top: -50%;
  right: -30%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(249, 216, 75, 0.12) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
.card-back::-webkit-scrollbar {
  width: 6px;
}
.card-back::-webkit-scrollbar-track {
  background: rgba(40, 40, 61, 0.05);
  border-radius: 3px;
}
.card-back::-webkit-scrollbar-thumb {
  background: rgba(40, 40, 61, 0.2);
  border-radius: 3px;
}
.card-back::-webkit-scrollbar-thumb:hover {
  background: rgba(40, 40, 61, 0.4);
}

.back-header {
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid rgba(40, 40, 61, 0.1);
  position: relative;
  z-index: 2;
}
.back-header h2 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #28283d;
  margin: 0;
  text-align: center;
  letter-spacing: -0.5px;
  background: linear-gradient(135deg, #28283d 0%, rgb(70.297029703, 70.297029703, 107.202970297) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.back-content {
  position: relative;
  z-index: 2;
  flex: 1;
}

.info-section {
  margin-bottom: 3rem;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 0.5rem;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(40, 40, 61, 0.1);
  box-shadow: 0 2px 8px rgba(40, 40, 61, 0.05);
  transition: all 0.3s ease;
}
.info-section:hover {
  background: rgba(255, 255, 255, 0.8);
  border-color: var(--employee-color-value, rgba(254, 84, 22, 0.3));
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(40, 40, 61, 0.1);
}
.info-section h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--employee-color-value, #fe5416);
  margin: 0 0 1rem 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.info-section h3 i {
  font-size: 1.2rem;
  color: var(--employee-color-value, #fe5416);
}
.info-section p {
  margin: 0.5rem 0;
  color: #28283d;
  line-height: 1.6;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.info-section p i {
  font-size: 0.9rem;
  color: rgba(40, 40, 61, 0.5);
  min-width: 20px;
}
.info-section p strong {
  color: #28283d;
  font-weight: 600;
  margin-right: 0.25rem;
}
.info-section p a {
  color: var(--employee-color-value, #fe5416);
  text-decoration: none;
  transition: color 0.3s ease;
  position: relative;
}
.info-section p a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--employee-color-value, #fe5416), #f9d84b);
  transition: width 0.3s ease;
}
.info-section p a:hover {
  color: rgb(224.0384615385, 60.5769230769, 0.9615384615);
}
.info-section p a:hover::after {
  width: 100%;
}
.info-section p.muted {
  color: rgba(40, 40, 61, 0.6);
  font-size: 0.9rem;
}
.info-section p.expired {
  color: #E57373;
  opacity: 0.9;
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */
@media (max-width: 768px) {
  .employee-card-container {
    padding: 1rem;
    min-height: 500px;
  }
  .card-scene {
    max-width: 100%;
  }
  .employee-card-container.card-expanded .card-scene {
    max-width: 100%;
  }
  .business-card {
    height: 550px;
  }
  .card-front {
    padding: 3rem;
  }
  .card-photo {
    width: 140px;
    height: 140px;
  }
  .card-photo .avatar-placeholder i {
    font-size: 3.5rem;
  }
  .card-info .card-name {
    font-size: 1.5rem;
  }
  .card-social {
    gap: 0.5rem;
  }
  .card-social .social-icon {
    width: 42px;
    height: 42px;
  }
  .card-social .social-icon i {
    font-size: 1.1rem;
  }
  .back-header h2 {
    font-size: 1.5rem;
  }
  .info-section {
    padding: 1rem;
  }
}
@media (max-width: 480px) {
  .card-front {
    padding: 1.5rem;
  }
  .card-photo {
    width: 120px;
    height: 120px;
    margin-bottom: 1.5rem;
  }
  .card-photo .avatar-placeholder i {
    font-size: 3rem;
  }
  .card-info .card-name {
    font-size: 1.3rem;
  }
  .card-info .card-title {
    font-size: 1rem;
  }
}
/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .business-card,
  .card-face,
  .card-photo,
  .social-icon,
  .info-section {
    animation: none !important;
    transition: none !important;
  }
  .card-front::before,
  .card-front::after {
    animation: none !important;
  }
  .card-back::before {
    animation: none !important;
  }
}

/*# sourceMappingURL=main.css.map */
