﻿@charset "UTF-8";
@media (min-width: 576px) {
  .mobile-only {
    display: none !important; } }

@media (max-width: 575.98px) {
  .tablet-only {
    display: none !important; } }

@media (min-width: 992px) {
  .tablet-only {
    display: none !important; } }

@media (min-width: 768px) {
  .desktop-only {
    display: none !important; } }

@media (max-width: 767.98px) {
  .mobile-hidden {
    display: none !important; } }

@media (min-width: 768px) {
  .desktop-hidden {
    display: none !important; } }

@media (max-width: 575.98px) {
  .touch-friendly {
    min-height: var(--touch-target-min);
    min-width: var(--touch-target-min); } }

@media (max-width: 575.98px) {
  .touch-friendly {
    cursor: pointer;
    user-select: none;
    -webkit-tap-highlight-color: transparent; } }

@media (max-width: 575.98px) {
  .touch-comfortable {
    min-height: var(--touch-target-comfortable);
    min-width: var(--touch-target-comfortable); } }

@media (max-width: 991.98px) {
  .mobile-stack {
    display: flex !important;
    flex-direction: column !important; }
    .mobile-stack > * {
      margin-bottom: var(--spacing-sm); }
      .mobile-stack > *:last-child {
        margin-bottom: 0; } }

@media (max-width: 767.98px) {
  .mobile-stack-sm {
    display: flex !important;
    flex-direction: column !important; }
    .mobile-stack-sm > * {
      margin-bottom: var(--spacing-sm); }
      .mobile-stack-sm > *:last-child {
        margin-bottom: 0; } }

@media (max-width: 575.98px) {
  .mobile-center {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important; } }

@media (max-width: 575.98px) {
  .responsive-padding {
    padding: var(--container-padding-mobile) !important; } }

@media (min-width: 768px) {
  .responsive-padding {
    padding: var(--container-padding-tablet) !important; } }

@media (min-width: 992px) {
  .responsive-padding {
    padding: var(--container-padding-desktop) !important; } }

@media (max-width: 575.98px) {
  .responsive-padding-x {
    padding-left: var(--container-padding-mobile) !important;
    padding-right: var(--container-padding-mobile) !important; } }

@media (min-width: 768px) {
  .responsive-padding-x {
    padding-left: var(--container-padding-tablet) !important;
    padding-right: var(--container-padding-tablet) !important; } }

@media (min-width: 992px) {
  .responsive-padding-x {
    padding-left: var(--container-padding-desktop) !important;
    padding-right: var(--container-padding-desktop) !important; } }

@media (max-width: 575.98px) {
  .responsive-padding-y {
    padding-top: var(--spacing-sm) !important;
    padding-bottom: var(--spacing-sm) !important; } }

@media (min-width: 768px) {
  .responsive-padding-y {
    padding-top: var(--spacing-md) !important;
    padding-bottom: var(--spacing-md) !important; } }

@media (min-width: 992px) {
  .responsive-padding-y {
    padding-top: var(--spacing-lg) !important;
    padding-bottom: var(--spacing-lg) !important; } }

@media (max-width: 575.98px) {
  .mobile-no-margin {
    margin: 0 !important; } }

@media (max-width: 575.98px) {
  .mobile-margin-sm {
    margin: var(--spacing-sm) !important; } }

@media (max-width: 575.98px) {
  .full-width-mobile {
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important; } }

.safe-area-padding {
  padding-top: var(--safe-area-inset-top);
  padding-bottom: var(--safe-area-inset-bottom);
  padding-left: var(--safe-area-inset-left);
  padding-right: var(--safe-area-inset-right); }

@media (max-width: 575.98px) {
  .text-responsive {
    font-size: 0.875rem !important;
    line-height: 1.4 !important; } }

@media (min-width: 768px) {
  .text-responsive {
    font-size: 1rem !important;
    line-height: 1.5 !important; } }

@media (max-width: 575.98px) {
  .overflow-mobile-scroll {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important; } }

@media (max-width: 575.98px) {
  .flex-mobile-column {
    flex-direction: column !important; } }

@media (max-width: 575.98px) {
  .flex-mobile-wrap {
    flex-wrap: wrap !important; } }

@media (max-width: 575.98px) {
  .grid-mobile-single {
    grid-template-columns: 1fr !important; } }

@media (max-width: 575.98px) {
  .grid-mobile-auto {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important; } }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

:root {
  /* Colors */
  --primary-color: #004379;
  --secondary-color: #6c757d;
  --success-color: #28a745;
  --danger-color: #dc3545;
  --warning-color: #ffc107;
  --info-color: #17a2b8;
  --light-color: #f8f9fa;
  --dark-color: #343a40;
  /* Typography */
  --font-family-base: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-size-base: 1rem;
  --line-height-base: 1.5;
  /* Spacing */
  --spacing-xs: 0.25rem;
  --spacing-sm: 0.5rem;
  --spacing-md: 1rem;
  --spacing-lg: 1.5rem;
  --spacing-xl: 3rem;
  /* Grid */
  --grid-breakpoint-sm: 576px;
  --grid-breakpoint-md: 768px;
  --grid-breakpoint-lg: 992px;
  --grid-breakpoint-xl: 1200px;
  /* Mobile-specific breakpoints */
  --mobile-xs: 320px;
  --mobile-sm: 375px;
  --mobile-md: 414px;
  --mobile-lg: 480px;
  /* Container responsive padding */
  --container-padding-mobile: 1rem;
  --container-padding-tablet: 1.5rem;
  --container-padding-desktop: 2rem;
  /* Safe areas for mobile devices */
  --safe-area-inset-top: env(safe-area-inset-top);
  --safe-area-inset-bottom: env(safe-area-inset-bottom);
  --safe-area-inset-left: env(safe-area-inset-left);
  --safe-area-inset-right: env(safe-area-inset-right);
  /* Touch-friendly sizes */
  --touch-target-min: 44px;
  --touch-target-comfortable: 48px;
  /* Shadows */
  --box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  /* Border radius */
  --border-radius: 0.375rem;
  --border-radius-sm: 0.25rem;
  --border-radius-lg: 0.5rem; }

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

html {
  font-family: var(--font-family-base);
  font-size: var(--font-size-base);
  line-height: var(--line-height-base); }

body {
  margin: 0;
  padding: 0;
  color: var(--dark-color);
  background-color: var(--light-color); }

a {
  color: var(--primary-color);
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

.btn {
  display: inline-block;
  padding: var(--spacing-sm) var(--spacing-md);
  border: 1px solid transparent;
  border-radius: var(--border-radius);
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  text-align: center;
  cursor: pointer;
  transition: all 0.15s ease-in-out; }
  .btn:hover {
    text-decoration: none; }

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--spacing-md); }

h1 {
  margin: 0;
  font-family: var(--font-family-heading, inherit);
  line-height: var(--line-height-heading, 1.2);
  font-size: var(--font-size-fluid-3, 2.5rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: var(--spacing-lg, 1.5rem); }

h2 {
  margin: 0;
  font-family: var(--font-family-heading, inherit);
  line-height: var(--line-height-heading, 1.2);
  font-size: var(--font-size-fluid-2, 2rem);
  font-weight: 600;
  letter-spacing: -0.01em;
  margin-bottom: var(--spacing-md, 1rem); }

h3 {
  margin: 0;
  font-family: var(--font-family-heading, inherit);
  line-height: var(--line-height-heading, 1.2);
  font-size: var(--font-size-fluid-1, 1.5rem);
  font-weight: 600;
  letter-spacing: -0.01em;
  margin-bottom: var(--spacing-md, 1rem); }

h4 {
  margin: 0;
  font-family: var(--font-family-heading, inherit);
  line-height: var(--line-height-heading, 1.2);
  font-size: var(--font-size-4, 1.25rem);
  font-weight: 600;
  margin-bottom: var(--spacing-sm, 0.75rem); }

h5 {
  margin: 0;
  font-family: var(--font-family-heading, inherit);
  line-height: var(--line-height-heading, 1.2);
  font-size: var(--font-size-3, 1.125rem);
  font-weight: 600;
  margin-bottom: var(--spacing-sm, 0.75rem); }

h6 {
  margin: 0;
  font-family: var(--font-family-heading, inherit);
  line-height: var(--line-height-heading, 1.2);
  font-size: var(--font-size-2, 1rem);
  font-weight: 600;
  margin-bottom: var(--spacing-xs, 0.5rem);
  text-transform: uppercase;
  letter-spacing: 0.05em; }

.h1 {
  margin: 0;
  font-family: var(--font-family-heading, inherit);
  line-height: var(--line-height-heading, 1.2);
  font-size: var(--font-size-fluid-3, 2.5rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: var(--spacing-lg, 1.5rem); }

.h2 {
  margin: 0;
  font-family: var(--font-family-heading, inherit);
  line-height: var(--line-height-heading, 1.2);
  font-size: var(--font-size-fluid-2, 2rem);
  font-weight: 600;
  letter-spacing: -0.01em;
  margin-bottom: var(--spacing-md, 1rem); }

.h3 {
  margin: 0;
  font-family: var(--font-family-heading, inherit);
  line-height: var(--line-height-heading, 1.2);
  font-size: var(--font-size-fluid-1, 1.5rem);
  font-weight: 600;
  letter-spacing: -0.01em;
  margin-bottom: var(--spacing-md, 1rem); }

.h4 {
  margin: 0;
  font-family: var(--font-family-heading, inherit);
  line-height: var(--line-height-heading, 1.2);
  font-size: var(--font-size-4, 1.25rem);
  font-weight: 600;
  margin-bottom: var(--spacing-sm, 0.75rem); }

.h5 {
  margin: 0;
  font-family: var(--font-family-heading, inherit);
  line-height: var(--line-height-heading, 1.2);
  font-size: var(--font-size-3, 1.125rem);
  font-weight: 600;
  margin-bottom: var(--spacing-sm, 0.75rem); }

.h6 {
  margin: 0;
  font-family: var(--font-family-heading, inherit);
  line-height: var(--line-height-heading, 1.2);
  font-size: var(--font-size-2, 1rem);
  font-weight: 600;
  margin-bottom: var(--spacing-xs, 0.5rem);
  text-transform: uppercase;
  letter-spacing: 0.05em; }

body {
  font-family: var(--font-family-body, system-ui, -apple-system, sans-serif);
  font-size: var(--font-size-1, 1rem);
  line-height: var(--line-height-body, 1.6);
  color: var(--text-color, #333); }

p {
  margin: 0 0 var(--spacing-md, 1rem) 0; }
  p:last-child {
    margin-bottom: 0; }

.text-xs {
  font-size: var(--font-size-00, 0.75rem); }

.text-sm {
  font-size: var(--font-size-0, 0.875rem); }

.text-base {
  font-size: var(--font-size-1, 1rem); }

.text-lg {
  font-size: var(--font-size-2, 1.125rem); }

.text-xl {
  font-size: var(--font-size-3, 1.25rem); }

.text-2xl {
  font-size: var(--font-size-4, 1.5rem); }

.text-thin {
  font-weight: 100; }

.text-light {
  font-weight: 300; }

.text-normal {
  font-weight: 400; }

.text-medium {
  font-weight: 500; }

.text-semibold {
  font-weight: 600; }

.text-bold {
  font-weight: 700; }

.text-extrabold {
  font-weight: 800; }

.text-italic {
  font-style: italic; }

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

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

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

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

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

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

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

.text-muted {
  color: var(--text-muted, #6c757d); }

.text-primary {
  color: var(--primary-color, #007bff); }

.text-success {
  color: var(--success-color, #28a745); }

.text-warning {
  color: var(--warning-color, #ffc107); }

.text-danger {
  color: var(--danger-color, #dc3545); }

.leading-none {
  line-height: 1; }

.leading-tight {
  line-height: 1.25; }

.leading-snug {
  line-height: 1.375; }

.leading-normal {
  line-height: 1.5; }

.leading-relaxed {
  line-height: 1.625; }

.leading-loose {
  line-height: 2; }

.btn.btn-primary {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: white; }
  .btn.btn-primary:hover {
    background-color: #0052a3;
    border-color: #0052a3; }

.btn.btn-secondary {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  color: white; }
  .btn.btn-secondary:hover {
    background-color: #545b62;
    border-color: #545b62; }

.btn.btn-success {
  background-color: var(--success-color);
  border-color: var(--success-color);
  color: white; }

.btn.btn-danger {
  background-color: var(--danger-color);
  border-color: var(--danger-color);
  color: white; }

.btn.btn-sm {
  padding: var(--spacing-xs) var(--spacing-sm);
  font-size: 0.875rem; }

.btn.btn-lg {
  padding: var(--spacing-md) var(--spacing-lg);
  font-size: 1.125rem; }

html::-webkit-scrollbar-thumb {
  background-color: #004379;
  border: 3px solid transparent;
  border-radius: 50px;
  background-clip: content-box;
  cursor: pointer; }
  html::-webkit-scrollbar-thumb:hover {
    background-color: #002746; }

html::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 10px; }

html::-webkit-scrollbar {
  width: 16px;
  height: 16px; }

.scrollbar-primary::-webkit-scrollbar-thumb {
  background-color: #004379;
  border: 3px solid transparent;
  border-radius: 50px;
  background-clip: content-box;
  cursor: pointer; }
  .scrollbar-primary::-webkit-scrollbar-thumb:hover {
    background-color: #002746; }

.scrollbar-primary::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 10px; }

.scrollbar-primary::-webkit-scrollbar {
  width: 16px;
  height: 16px; }

.scrollbar-dark::-webkit-scrollbar-thumb {
  background-color: rgba(51, 51, 51, 0.7);
  border: 3px solid transparent;
  border-radius: 50px;
  background-clip: content-box;
  cursor: pointer; }
  .scrollbar-dark::-webkit-scrollbar-thumb:hover {
    background-color: rgba(26, 26, 26, 0.7); }

.scrollbar-dark::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 10px; }

.scrollbar-dark::-webkit-scrollbar {
  width: 16px;
  height: 16px; }

.scrollbar-light::-webkit-scrollbar-thumb {
  background-color: rgba(248, 249, 250, 0.5);
  border: 3px solid transparent;
  border-radius: 50px;
  background-clip: content-box;
  cursor: pointer; }
  .scrollbar-light::-webkit-scrollbar-thumb:hover {
    background-color: rgba(218, 224, 229, 0.5); }

.scrollbar-light::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 10px; }

.scrollbar-light::-webkit-scrollbar {
  width: 16px;
  height: 16px; }

.scrollbar-thin::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px; }
  .scrollbar-thin::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.3); }

.scrollbar-thin::-webkit-scrollbar-track {
  background-color: transparent; }

.scrollbar-thin::-webkit-scrollbar {
  width: 8px;
  height: 8px; }

.scrollbar-hidden {
  scrollbar-width: none;
  -ms-overflow-style: none; }
  .scrollbar-hidden::-webkit-scrollbar {
    display: none; }

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--container-padding-x, 1rem);
  padding-right: var(--container-padding-x, 1rem); }

.container-sm {
  max-width: 540px; }

.container-md {
  max-width: 720px; }

.container-lg {
  max-width: 960px; }

.container-xl {
  max-width: 1140px; }

.container-xxl {
  max-width: 1320px; }

.app-container, .content-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--container-padding-mobile);
  padding-right: var(--container-padding-mobile);
  box-sizing: border-box; }
  @media (max-width: 575.98px) {
    .app-container, .content-container {
      padding-left: var(--container-padding-mobile);
      padding-right: var(--container-padding-mobile);
      padding-left: calc(var(--container-padding-mobile) + var(--safe-area-inset-left));
      padding-right: calc(var(--container-padding-mobile) + var(--safe-area-inset-right)); } }
  @media (min-width: 768px) {
    .app-container, .content-container {
      padding-left: var(--container-padding-tablet);
      padding-right: var(--container-padding-tablet); } }
  @media (min-width: 992px) {
    .app-container, .content-container {
      padding-left: var(--container-padding-desktop);
      padding-right: var(--container-padding-desktop); } }
  @media (max-width: 575.98px) {
    .app-container, .content-container {
      min-width: var(--mobile-xs); } }

.content-container {
  min-height: calc(100vh - 120px); }
  @media (max-width: 575.98px) {
    .content-container {
      padding-top: var(--spacing-md);
      padding-bottom: var(--spacing-md);
      min-height: calc(100vh - 80px); } }
  @media (min-width: 768px) {
    .content-container {
      padding-top: var(--spacing-lg);
      padding-bottom: var(--spacing-lg); } }

.modal-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--container-padding-mobile);
  padding-right: var(--container-padding-mobile);
  max-width: 600px; }
  @media (max-width: 575.98px) {
    .modal-container {
      padding-left: var(--container-padding-mobile);
      padding-right: var(--container-padding-mobile);
      padding-left: calc(var(--container-padding-mobile) + var(--safe-area-inset-left));
      padding-right: calc(var(--container-padding-mobile) + var(--safe-area-inset-right)); } }
  @media (max-width: 575.98px) {
    .modal-container {
      margin: var(--spacing-sm);
      max-width: calc(100vw - 2rem); } }

.card-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--container-padding-mobile);
  padding-right: var(--container-padding-mobile); }
  @media (max-width: 575.98px) {
    .card-container {
      padding: var(--spacing-sm); } }
  @media (min-width: 768px) {
    .card-container {
      padding: var(--spacing-lg); } }

.form-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--container-padding-mobile);
  padding-right: var(--container-padding-mobile);
  max-width: 800px; }
  @media (max-width: 575.98px) {
    .form-container {
      padding-left: var(--container-padding-mobile);
      padding-right: var(--container-padding-mobile);
      padding-left: calc(var(--container-padding-mobile) + var(--safe-area-inset-left));
      padding-right: calc(var(--container-padding-mobile) + var(--safe-area-inset-right)); } }
  @media (min-width: 768px) {
    .form-container {
      padding-left: var(--container-padding-tablet);
      padding-right: var(--container-padding-tablet); } }
  @media (min-width: 992px) {
    .form-container {
      padding-left: var(--container-padding-desktop);
      padding-right: var(--container-padding-desktop); } }
  @media (max-width: 575.98px) {
    .form-container {
      padding-top: var(--spacing-md);
      padding-bottom: var(--spacing-md); } }

@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%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--container-padding-x, 1rem);
  padding-right: var(--container-padding-x, 1rem); }

.section {
  padding-top: var(--section-padding-y, 3rem);
  padding-bottom: var(--section-padding-y, 3rem); }

.section-sm {
  padding-top: var(--section-padding-y-sm, 2rem);
  padding-bottom: var(--section-padding-y-sm, 2rem); }

.section-lg {
  padding-top: var(--section-padding-y-lg, 4rem);
  padding-bottom: var(--section-padding-y-lg, 4rem); }

.wrapper {
  position: relative;
  overflow: hidden; }

.inner {
  position: relative;
  z-index: 1; }

.d-flex {
  display: flex; }

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

.flex-row {
  flex-direction: row; }

.flex-column {
  flex-direction: column; }

.flex-row-reverse {
  flex-direction: row-reverse; }

.flex-column-reverse {
  flex-direction: column-reverse; }

.flex-wrap {
  flex-wrap: wrap; }

.flex-nowrap {
  flex-wrap: nowrap; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse; }

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

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

.justify-content-center {
  justify-content: center; }

.justify-content-between {
  justify-content: space-between; }

.justify-content-around {
  justify-content: space-around; }

.justify-content-evenly {
  justify-content: space-evenly; }

.align-items-start {
  align-items: flex-start; }

.align-items-end {
  align-items: flex-end; }

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

.align-items-baseline {
  align-items: baseline; }

.align-items-stretch {
  align-items: stretch; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--gutter-x, 1.5rem) * -0.5);
  margin-right: calc(var(--gutter-x, 1.5rem) * -0.5); }

.col {
  flex: 1 0 0%;
  padding-left: calc(var(--gutter-x, 1.5rem) * 0.5);
  padding-right: calc(var(--gutter-x, 1.5rem) * 0.5); }

.m-0 {
  margin: 0; }

.m-1 {
  margin: var(--spacing-xs, 0.25rem); }

.m-2 {
  margin: var(--spacing-sm, 0.5rem); }

.m-3 {
  margin: var(--spacing-md, 1rem); }

.m-4 {
  margin: var(--spacing-lg, 1.5rem); }

.m-5 {
  margin: var(--spacing-xl, 3rem); }

.p-0 {
  padding: 0; }

.p-1 {
  padding: var(--spacing-xs, 0.25rem); }

.p-2 {
  padding: var(--spacing-sm, 0.5rem); }

.p-3 {
  padding: var(--spacing-md, 1rem); }

.p-4 {
  padding: var(--spacing-lg, 1.5rem); }

.p-5 {
  padding: var(--spacing-xl, 3rem); }

.admin-area {
  --admin-primary: #dc3545;
  --admin-secondary: #6f42c1;
  --admin-accent: #fd7e14; }
  .admin-area .admin-header {
    background: linear-gradient(135deg, var(--admin-primary), var(--admin-secondary));
    color: white;
    padding: var(--spacing-lg);
    border-radius: var(--border-radius);
    margin-bottom: var(--spacing-lg); }
    .admin-area .admin-header .admin-title {
      font-size: 1.5rem;
      font-weight: 700;
      margin: 0; }
    .admin-area .admin-header .admin-breadcrumb {
      margin-top: var(--spacing-xs);
      opacity: 0.9; }
  .admin-area .admin-form {
    background: white;
    border-radius: var(--border-radius);
    padding: var(--spacing-lg);
    box-shadow: var(--box-shadow); }
    .admin-area .admin-form .form-section {
      margin-bottom: var(--spacing-lg); }
      .admin-area .admin-form .form-section:last-child {
        margin-bottom: 0; }
    .admin-area .admin-form .section-title {
      font-size: 1.1rem;
      font-weight: 600;
      color: var(--admin-primary);
      margin-bottom: var(--spacing-md);
      padding-bottom: var(--spacing-xs);
      border-bottom: 2px solid var(--admin-primary); }
    .admin-area .admin-form .form-group {
      margin-bottom: var(--spacing-md); }
      .admin-area .admin-form .form-group label {
        display: block;
        font-weight: 600;
        margin-bottom: var(--spacing-xs);
        color: var(--dark-color); }
      .admin-area .admin-form .form-group .form-control {
        border: 2px solid #e9ecef;
        border-radius: var(--border-radius);
        transition: border-color 0.15s ease; }
        .admin-area .admin-form .form-group .form-control:focus {
          border-color: var(--admin-primary);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .admin-area .btn-admin {
    background: var(--admin-primary);
    border-color: var(--admin-primary);
    color: white;
    font-weight: 600; }
    .admin-area .btn-admin:hover {
      background: #c82333;
      border-color: #bd2130; }
  .admin-area .btn-admin-secondary {
    background: var(--admin-secondary);
    border-color: var(--admin-secondary);
    color: white; }
    .admin-area .btn-admin-secondary:hover {
      background: #5a32a3;
      border-color: #512da8; }
  .admin-area .admin-table .table th {
    background: var(--admin-primary);
    color: white;
    border: none;
    font-weight: 600; }
  .admin-area .admin-table .table tr:hover {
    background: rgba(220, 53, 69, 0.05); }

.clocking-dashboard {
  background: inherit;
  display: flex;
  flex-direction: column;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  place-self: anchor-center;
  justify-content: center; }

.clocking-header {
  text-align: center;
  margin-bottom: 2rem;
  margin-top: 1rem; }

.clocking-title {
  align-self: center;
  padding-bottom: 1rem; }

.clocking-title h1 {
  color: white;
  background-color: var(--primary-color);
  font-size: 3rem;
  font-weight: 700;
  margin: 0;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
  letter-spacing: 2px; }

.clocking-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 900px;
  width: 100%; }

.clocking-subtitle h2 {
  color: var(--primary-color);
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 2rem;
  font-weight: 400;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); }

.clocking-actions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: masonry; }

.card-a {
  grid-area: A; }

.card-b {
  grid-area: B; }

.card-c {
  grid-area: C;
  height: 340px; }

.card-d {
  grid-area: D; }

.card-e {
  grid-area: E; }

.clocking-actions-grid > * {
  break-inside: avoid;
  margin-bottom: 20px;
  display: block; }

.clocking-card {
  outline: 1px solid #eee;
  background: white;
  border-radius: 20px;
  align-content: center;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 250px;
  display: inline-block;
  border: 2px solid transparent;
  user-select: none;
  min-height: 160px;
  transition: box-shadow 0.2s;
  margin-bottom: 20px;
  height: auto !important;
  box-shadow: 0 4px 24px 0 rgba(16, 30, 54, 0.08); }
  .clocking-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
    border-color: rgba(255, 255, 255, 0.3); }

.clocking-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  background-color: transparent;
  border-radius: 6px;
  justify-self: center;
  scale: 2.5;
  transition: transform 0.2s ease-in-out;
  transform-origin: center center; }
  .clocking-card-icon--green {
    background-color: #00db6c; }
  .clocking-card-icon--red {
    background-color: #e74c3c; }
  .clocking-card-icon--blue {
    background-color: #3498db; }
  .clocking-card-icon--yellow {
    background-color: #ffc107; }

.clocking-card:hover .clocking-card-icon {
  transform: scale(1.2); }

.clocking-card-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: #fff;
  stroke-width: 2; }

.clocking-icon {
  font-size: 3rem;
  font-weight: bold; }

.clocking-card-green .clocking-icon {
  color: #28a745; }

.clocking-card-red .clocking-icon {
  color: #dc3545; }

.clocking-card-blue .clocking-icon {
  color: #007bff; }

.clocking-card-warning .clocking-icon {
  color: #ffc107; }

.clocking-card-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #333;
  margin-top: 5px; }

.clocking-footer {
  text-align: center;
  padding: 1rem; }
  .clocking-footer p {
    color: black;
    font-size: 1rem;
    opacity: 0.9; }

/* Authentication Modal Styles */
.authentication-content {
  padding: 30px;
  text-align: center; }

/* Center the modal */
.k-window.k-state-focused {
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3) !important; }

/* Custom modal positioning */
#authenticationModal {
  overflow: hidden !important; }
  #authenticationModal.k-window {
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important; }

.auth-header h3 {
  color: #333;
  margin-bottom: 10px;
  font-size: 1.5rem; }

.auth-instruction {
  margin-bottom: 20px; }
  .auth-instruction p {
    color: #666;
    font-size: 1rem; }

.auth-display {
  margin-bottom: 30px; }

.auth-code-display {
  width: 100%;
  padding: 15px;
  text-align: center;
  border: 2px solid #ddd;
  border-radius: 8px;
  background: #f8f9fa;
  letter-spacing: 2px;
  outline: none;
  transition: all 0.2s ease; }
  .auth-code-display:focus {
    border-color: #2196f3;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(33, 150, 243, 0.1); }
  .auth-code-display:focus-visible {
    border-color: #2196f3;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(33, 150, 243, 0.1); }

.auth-keypad {
  margin-bottom: 20px; }

.keypad-row {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px; }

.keypad-btn {
  width: 60px;
  height: 60px;
  border: 2px solid #ddd;
  border-radius: 8px;
  background: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  color: #333;
  position: relative;
  outline: none;
  /* Improve focus visibility for keyboard navigation */
  /* Ensure buttons are properly sized for touch and keyboard */
  min-width: 60px;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .keypad-btn:hover {
    background: #f8f9fa;
    border-color: #007bff; }
  .keypad-btn:active {
    transform: scale(0.95); }
  .keypad-btn:focus {
    outline: 3px solid #2196f3;
    outline-offset: 2px;
    background: #f8f9fa;
    border-color: #007bff; }
  .keypad-btn:focus-visible {
    outline: 3px solid #2196f3;
    outline-offset: 2px;
    background: #f8f9fa;
    border-color: #007bff;
    box-shadow: 0 0 0 3px rgba(33, 150, 243, 0.1); }

.keypad-backspace {
  background: #dc3545;
  color: white;
  border-color: #dc3545; }
  .keypad-backspace:hover {
    background: #c82333;
    border-color: #c82333; }

.keypad-submit {
  background: #28a745;
  color: white;
  border-color: #28a745; }
  .keypad-submit:hover {
    background: #218838;
    border-color: #218838; }

/* Keyboard interaction states */
.keypad-btn-pressed {
  transform: scale(0.9);
  background: #e3f2fd !important;
  border-color: #2196f3 !important;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1); }

.keypad-btn-focused {
  outline: 3px solid #2196f3;
  outline-offset: 2px;
  background: #f8f9fa;
  border-color: #007bff; }

/* Max length input feedback */
.auth-input-max-length {
  animation: shake 0.3s ease-in-out;
  border-color: #ff9800 !important;
  background-color: #fff3e0 !important; }

/* Shake animation for max length feedback */
@keyframes shake {
  0%, 100% {
    transform: translateX(0); }
  25% {
    transform: translateX(-5px); }
  75% {
    transform: translateX(5px); } }

.auth-instruction-bottom {
  margin-bottom: 15px; }
  .auth-instruction-bottom p {
    color: #666;
    font-size: 0.9rem;
    font-style: italic; }

.auth-error {
  margin-top: 15px;
  padding: 10px;
  background: #f8d7da;
  border: 1px solid #f5c6cb;
  border-radius: 5px; }
  .auth-error .error-message {
    color: #721c24;
    margin: 0;
    font-size: 0.9rem; }

.k-window:has(#authenticationModal) {
  place-self: anchor-center; }

.k-window-titlebar {
  background-color: var(--primary-color) !important;
  margin: -1px; }

.k-window-titlebar-actions {
  color: white; }

.k-window-title {
  text-align: center;
  color: white; }

.clocking-title h1 {
  border-radius: 15px;
  max-width: 50rem; }

/* Responsive adjustments */
@media (max-width: 768px) {
  .clocking-title h1 {
    font-size: 2.5rem;
    letter-spacing: 1px; }
  .clocking-subtitle h2 {
    font-size: 1.4rem;
    margin-bottom: 40px; }
  .clocking-actions-grid {
    display: block; }
  .clocking-icon {
    font-size: 2.5rem; }
  .clocking-card-title {
    font-size: 1.2rem; }
  .authentication-content {
    padding: 20px 15px; }
  .keypad-btn {
    width: 55px;
    height: 55px;
    font-size: 1.1rem;
    min-width: 55px;
    min-height: 55px; }
  .k-window:has(#authenticationModal) {
    justify-self: anchor-center !important;
    place-self: unset;
    margin: 5rem 0rem 0rem 2rem;
    transform: translate(-5%, 5%) !important; }
  /* Improve touch targets on mobile */
  .keypad-btn:active {
    transform: scale(0.9);
    background: #e3f2fd;
    border-color: #2196f3; } }

.grid {
  --gap: 1.2em;
  --columns: 3;
  max-width: 50rem;
  margin: 0 auto;
  columns: var(--columns);
  gap: var(--gap);
  width: 100%;
  min-height: 25rem; }
  @media screen and (max-width: 1224px) and (max-height: 868px) {
    .grid {
      min-height: 15rem; } }

.grid > * {
  break-inside: avoid;
  margin-bottom: var(--gap); }

.card-tall {
  min-height: 21rem;
  align-content: center; }

.card-short {
  min-height: 8rem; }

@media (max-width: 900px) {
  .grid {
    --columns: 2;
    text-align: center;
    max-width: 33rem; } }

@media (max-width: 600px) {
  .grid {
    --columns: 1; } }

/* High contrast mode support */
@media (prefers-contrast: high) {
  .keypad-btn {
    border-width: 3px; }
    .keypad-btn:focus, .keypad-btn:focus-visible {
      outline: 4px solid;
      outline-offset: 1px; } }

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
  .keypad-btn,
  .auth-code-display {
    transition: none; }
  .keypad-btn-pressed {
    transform: none; }
  .auth-input-max-length {
    animation: none; } }

.kendo-demo-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; }

.kendo-demo-header {
  text-align: center;
  margin-bottom: 30px;
  padding: 20px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); }
  .kendo-demo-header h1 {
    margin: 0 0 10px 0;
    font-size: 2.5rem;
    font-weight: 300; }
  .kendo-demo-header p {
    margin: 0;
    font-size: 1.1rem;
    opacity: 0.9; }

.kendo-demo-nav {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #f8f9faed;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 30px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }
  .kendo-demo-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center; }
  .kendo-demo-nav li {
    margin: 0; }
  .kendo-demo-nav .nav-link {
    display: inline-block;
    padding: 10px 20px;
    background: white;
    color: #333;
    text-decoration: none;
    border-radius: 6px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    font-weight: 500; }
    .kendo-demo-nav .nav-link:hover {
      background: #667eea;
      color: white;
      border-color: #667eea;
      transform: translateY(-2px);
      box-shadow: 0 4px 8px rgba(102, 126, 234, 0.3); }
    .kendo-demo-nav .nav-link:active {
      transform: translateY(0); }
    .kendo-demo-nav .nav-link.active {
      background: #667eea;
      color: white;
      border-color: #667eea;
      box-shadow: 0 4px 8px rgba(102, 126, 234, 0.3); }

.kendo-demo-content section {
  margin-bottom: 40px;
  padding: 30px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-left: 4px solid #667eea; }
  .kendo-demo-content section h2 {
    margin: 0 0 20px 0;
    color: #333;
    font-size: 1.8rem;
    font-weight: 600;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 10px; }

.demo-section {
  margin-bottom: 30px;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 6px;
  border: 1px solid #e9ecef; }
  .demo-section h3 {
    margin: 0 0 10px 0;
    color: #495057;
    font-size: 1.3rem;
    font-weight: 600; }
  .demo-section p {
    margin: 0 0 15px 0;
    color: #6c757d;
    font-size: 0.95rem;
    line-height: 1.5; }
  .demo-section:last-child {
    margin-bottom: 0; }

.listview-item {
  background: white;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  padding: 15px;
  margin-bottom: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease; }
  .listview-item:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px); }
  .listview-item h4 {
    margin: 0 0 10px 0;
    color: #333;
    font-size: 1.1rem;
    font-weight: 600; }
  .listview-item p {
    margin: 0 0 5px 0;
    color: #666;
    font-size: 0.9rem; }
    .listview-item p strong {
      color: #333; }

@media (max-width: 768px) {
  .kendo-demo-container {
    padding: 10px; }
  .kendo-demo-header {
    padding: 15px; }
    .kendo-demo-header h1 {
      font-size: 2rem; }
    .kendo-demo-header p {
      font-size: 1rem; }
  .kendo-demo-nav ul {
    flex-direction: column;
    align-items: center; }
  .kendo-demo-nav .nav-link {
    width: 100%;
    text-align: center; }
  .kendo-demo-content section {
    padding: 20px; }
  .demo-section {
    padding: 15px; } }

@media (max-width: 480px) {
  .kendo-demo-header h1 {
    font-size: 1.8rem; }
  .kendo-demo-content section {
    padding: 15px; } }

:root {
  /* status colors */
  --status-approved: #4cae4f;
  --status-denied: #e74d3c;
  --status-pending: #ffa600;
  --status-annual-leave: #0ba9d5;
  --status-sick-leave: #4cae4f;
  --status-unpaid-leave: #e74d3c;
  --status-family-leave: #5e3ce7;
  /* 30% opacity variations */
  --status-annual-leave-30: rgba(11, 169, 213, 0.3);
  --status-sick-leave-30: rgba(76, 174, 79, 0.3);
  --status-unpaid-leave-30: rgba(231, 77, 60, 0.3);
  --status-family-leave-30: rgba(94, 60, 231, 0.3); }

/* Loading Animation */
@keyframes shimmer {
  0% {
    background-position: -200% 0; }
  100% {
    background-position: 200% 0; } }

/* Ensure temp-window has relative positioning for absolute overlay */
.temp-window {
  position: relative; }

/* Leave Popup Loading State */
.leave-popup-loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, #f1f5f9c7 25%, #e2e8f0 50%, #f1f5f9d4 75%);
  background-size: 200% 100%;
  animation: shimmer 2s infinite;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  border-radius: 8px;
  backdrop-filter: blur(2px);
  gap: 12px; }

.spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid var(--primary-color, #3b82f6);
  border-radius: 50%;
  animation: spin 1s linear infinite; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.status-tag {
  position: relative;
  color: white;
  text-align: center !important;
  height: 20px;
  width: auto;
  place-self: flex-start;
  text-transform: uppercase;
  font-weight: bolder;
  border-radius: 3px;
  align-content: center;
  font-size: 11px;
  text-overflow: ellipsis;
  padding: 0 5px;
  font-weight: 500;
  font-family: Segoe UI semibold; }

[data-status="approved"] {
  background-color: var(--status-approved); }

[data-status="denied"] {
  background-color: var(--status-denied); }

[data-status="pending"] {
  background-color: var(--status-pending); }

[data-status="annual-leave"] {
  background-color: var(--status-annual-leave); }

[data-status="sick-leave"] {
  background-color: var(--status-sick-leave); }

[data-status="unpaid-leave"] {
  background-color: var(--status-unpaid-leave); }

[data-status="family-res.-leave"] {
  background-color: var(--status-family-leave-30) !important; }

.leave-balance-item {
  position: relative;
  background-color: transparent; }

.leave-name {
  font-size: 20px; }

.leave-balance-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: inherit;
  opacity: 0.5;
  border-radius: inherit;
  border: 1px solid;
  pointer-events: none; }

[data-status="annual-leave"]::after {
  background-color: var(--status-annual-leave-30);
  border-color: var(--status-annual-leave); }

[data-status="sick-leave"]::after {
  background-color: var(--status-sick-leave-30);
  border-color: var(--status-sick-leave); }

[data-status="unpaid-leave"]::after {
  background-color: var(--status-unpaid-leave-30);
  border-color: var(--status-unpaid-leave); }

[data-status="family-res.-leave"]::after {
  background-color: var(--status-family-leave-30);
  border-color: var(--status-family-leave); }

.override-balance {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  float: right;
  z-index: 100;
  outline: 1px solid;
  cursor: pointer;
  margin-right: 5px; }

.leave‑summary {
  display: flex;
  flex-direction: column;
  text-align: left;
  font-size: 0.80rem; }

.employeeSignature {
  font-size: 0.80rem; }

.employeeSignature input[type="checkbox"] {
  aspect-ratio: 1 / 1;
  height: 20px;
  vertical-align: middle;
  margin-right: 0.5em; }

.clocking-title {
  place-self: center;
  margin-bottom: auto;
  margin-top: 1rem; }

.leaveToolbar {
  display: flex;
  width: 100%;
  place-content: space-between; }

/* -------------------------------------------------------------------------- */
/* Card‑List View                                                             */
/* -------------------------------------------------------------------------- */
/* Hide the header & footer panes */
.k-grid.card-list .k-grid-header,
.k-grid.card-list .k-grid-footer {
  display: none !important; }

.k-grid.card-list .k-grid-content.k-auto-scrollable {
  display: block;
  min-height: 60vh !important;
  padding: 12px;
  overflow-y: auto !important;
  background: #f8fafc; }

.k-grid.card-list .k-grid-content.k-auto-scrollable::-webkit-scrollbar {
  width: 16px;
  /* wider for touch */ }

.k-grid.card-list .k-grid-content.k-auto-scrollable::-webkit-scrollbar-track {
  background: #f1f5f9;
  border-radius: 8px; }

.k-grid.card-list .k-grid-content.k-auto-scrollable::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 8px;
  border: 2px solid #f1f5f9; }

.k-grid.card-list .k-grid-content.k-auto-scrollable::-webkit-scrollbar-thumb:hover {
  background: #94a3b8; }

/* Treat the inner table as a block wrapper */
.k-grid.card-list .k-grid-content.k-auto-scrollable table.k-table {
  display: block;
  width: 100%;
  border: none; }

.k-grid.card-list .k-grid-content .k-table-tbody {
  display: grid;
  gap: 10px;
  /* Default: 4 columns for larger screens */
  grid-template-columns: repeat(4, 1fr); }

/* Kiosk resolution optimizations */
@media screen and (max-width: 1080px) {
  .k-grid.card-list .k-grid-content .k-table-tbody {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px; } }

@media screen and (max-width: 1024px) {
  .k-grid.card-list .k-grid-content .k-table-tbody {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px; }
  .k-grid.card-list .k-grid-content.k-auto-scrollable {
    padding: 8px;
    height: 360px !important;
    min-height: 48vh !important; } }

/* compact cards */
.k-grid.card-list .k-table-row {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 5px rgba(16, 30, 54, 0.08);
  border: 1px solid #e5e7eb;
  padding: 16px;
  min-height: 120px;
  transition: none;
  cursor: default;
  position: relative;
  overflow: hidden;
  min-width: 180px;
  /* Disable all pointer interactions */
  /* Disable hover effect from grid.scss */ }
  .k-grid.card-list .k-table-row:hover > td {
    background-color: transparent !important; }

.k-grid.card-list .k-table-row .k-table-td {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none !important;
  padding: 0;
  margin-bottom: 8px;
  font-size: 14px;
  color: #374151;
  line-height: 1.3;
  min-height: 20px;
  position: relative; }

/* FullName - First column */
.k-grid.card-list .k-table-row .k-table-td:nth-child(1) {
  font-weight: 700;
  font-size: 16px;
  color: #1f2937;
  margin-bottom: 12px;
  justify-content: center; }

/* Dates - Second column */
.k-grid.card-list .k-table-row .k-table-td:nth-child(2)::before {
  content: "Dates: ";
  font-weight: 600;
  color: #6b7280;
  font-size: 12px;
  min-width: 50px; }

/* NumberOfDays - Third column */
.k-grid.card-list .k-table-row .k-table-td:nth-child(3)::before {
  content: "No. Days: ";
  font-weight: 600;
  color: #6b7280;
  font-size: 12px;
  min-width: 70px; }

/* LeaveTypeID - Fourth column */
.k-grid.card-list .k-table-row .k-table-td:nth-child(4)::before {
  content: "Leave Type: ";
  font-weight: 600;
  color: #6b7280;
  font-size: 12px;
  min-width: 80px; }

/* EnumLeaveStatus - Fifth column */
.k-grid.card-list .k-table-row .k-table-td:nth-child(5)::before {
  content: "Leave Status: ";
  font-weight: 600;
  color: #6b7280;
  font-size: 12px;
  min-width: 90px; }

/* Modified By - Sixth column */
.k-grid.card-list .k-table-row .k-table-td:nth-child(6) {
  margin-bottom: 0; }
  .k-grid.card-list .k-table-row .k-table-td:nth-child(6)::before {
    content: "Approved / Denied By: ";
    font-weight: 600;
    color: #6b7280;
    font-size: 12px;
    min-width: 140px; }

/* Hide empty cells (when Modified By is empty) */
.k-grid.card-list .k-table-row .k-table-td:nth-child(6):empty {
  display: none; }

/* Compact status tags */
.k-grid.card-list .status-tag {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 6px 12px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  border-radius: 8px !important;
  line-height: 1 !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
  letter-spacing: 0.3px !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
  min-width: 70px !important;
  min-height: 28px !important; }

.k-grid.card-list .status-tag[data-status="annual-leave"] {
  background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%) !important;
  box-shadow: 0 4px 14px 0 rgba(59, 130, 246, 0.3) !important; }

.k-grid.card-list .status-tag[data-status="sick-leave"] {
  background: linear-gradient(135deg, #10b981 0%, #047857 100%) !important;
  box-shadow: 0 4px 14px 0 rgba(16, 185, 129, 0.3) !important; }

.k-grid.card-list .status-tag[data-status="pending"] {
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%) !important;
  box-shadow: 0 4px 14px 0 rgba(245, 158, 11, 0.3) !important; }

.k-grid.card-list .status-tag[data-status="approved"] {
  background: linear-gradient(135deg, #22c55e 0%, #15803d 100%) !important;
  box-shadow: 0 4px 14px 0 rgba(34, 197, 94, 0.3) !important; }

.k-grid.card-list .status-tag[data-status="denied"] {
  background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%) !important;
  box-shadow: 0 4px 14px 0 rgba(239, 68, 68, 0.3) !important; }

/* Loading state animation */
.k-grid.card-list .k-table-row.loading {
  background: linear-gradient(90deg, #f1f5f9 25%, #e2e8f0 50%, #f1f5f9 75%);
  background-size: 200% 100%;
  animation: shimmer 2s infinite; }

@keyframes shimmer {
  0% {
    background-position: -200% 0; }
  100% {
    background-position: 200% 0; } }

/* Focus states for accessibility */
.k-grid.card-list .k-table-row:focus {
  outline: 3px solid #3b82f6;
  outline-offset: 2px; }

@media screen and (max-height: 800px) {
  .k-grid.card-list .k-table-row {
    min-height: 100px;
    padding: 12px; }
  .k-grid.card-list .k-table-row .k-table-td {
    margin-bottom: 6px;
    font-size: 13px; }
  .k-grid.card-list .k-table-row .k-table-td:first-child {
    font-size: 15px;
    margin-bottom: 10px; }
  .k-grid.card-list .status-tag {
    padding: 4px 8px !important;
    font-size: 11px !important;
    min-height: 24px !important;
    min-width: 60px !important; } }

/* Capture Leave Popup height adjustment for smaller resolutions */
@media screen and (max-width: 1224px) and (max-height: 868px) {
  .k-window:has(.temp-window) {
    height: 650px !important; } }

:root {
  /* status colors */
  --status-approved: #4cae4f;
  --status-denied: #e74d3c;
  --status-pending: #ffa600;
  --status-annual-leave: #0ba9d5;
  --status-sick-leave: #4cae4f;
  --status-unpaid-leave: #e74d3c;
  --status-family-leave: #5e3ce7;
  /* 30% opacity variations */
  --status-annual-leave-30: rgba(11, 169, 213, 0.3);
  --status-sick-leave-30: rgba(76, 174, 79, 0.3);
  --status-unpaid-leave-30: rgba(231, 77, 60, 0.3);
  --status-family-leave-30: rgba(94, 60, 231, 0.3); }

.status-tag {
  position: relative;
  color: white;
  text-align: center !important;
  height: 17px;
  width: auto;
  place-self: flex-start;
  text-transform: uppercase;
  font-weight: bolder;
  border-radius: 3px;
  align-content: center;
  font-size: 11px;
  text-overflow: ellipsis;
  padding: 0 5px;
  font-weight: 500; }

[data-status="approved"] {
  background-color: var(--status-approved); }

[data-status="denied"] {
  background-color: var(--status-denied); }

[data-status="pending"] {
  background-color: var(--status-pending); }

[data-status="annual-leave"] {
  background-color: var(--status-annual-leave); }

[data-status="sick-leave"] {
  background-color: var(--status-sick-leave); }

[data-status="unpaid-leave"] {
  background-color: var(--status-unpaid-leave); }

[data-status="family-res.-leave"] {
  background-color: var(--status-family-leave-30) !important; }

.leave-balance-item {
  position: relative;
  background-color: transparent; }

.leave-name {
  font-size: 20px; }

.leave-balance-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: inherit;
  opacity: 0.5;
  border-radius: inherit;
  border: 1px solid;
  pointer-events: none; }

[data-status="annual-leave"]::after {
  background-color: var(--status-annual-leave-30);
  border-color: var(--status-annual-leave); }

[data-status="sick-leave"]::after {
  background-color: var(--status-sick-leave-30);
  border-color: var(--status-sick-leave); }

[data-status="unpaid-leave"]::after {
  background-color: var(--status-unpaid-leave-30);
  border-color: var(--status-unpaid-leave); }

[data-status="family-res.-leave"]::after {
  background-color: var(--status-family-leave-30);
  border-color: var(--status-family-leave); }

.override-balance {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  float: right;
  z-index: 100;
  outline: 1px solid;
  cursor: pointer;
  margin-right: 5px; }

.leave‑summary {
  display: flex;
  flex-direction: column;
  text-align: left;
  font-size: 0.80rem; }

.employeeSignature {
  font-size: 0.80rem; }

.employeeSignature input[type="checkbox"] {
  aspect-ratio: 1 / 1;
  height: 20px;
  vertical-align: middle;
  margin-right: 0.5em; }

.toolbar {
  display: flex;
  flex-flow: row wrap;
  gap: 1rem;
  align-items: center;
  padding-top: 2rem; }

.toolbar > button {
  flex: 0 0 auto; }

.datepicker-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  flex: 1 1 320px;
  min-width: 220px;
  justify-content: center; }

.datepicker-toolbar .k-picker {
  flex: 1 1 150px;
  min-width: 140px; }

@media (max-width: 600px) {
  .toolbar {
    justify-content: flex-start; }
  .datepicker-toolbar {
    order: 1;
    width: 100%; }
  .toolbar > span {
    order: 2; } }

.datepicker-toolbar > span {
  max-width: 270px; }

.roster-title {
  place-self: center;
  margin-bottom: auto;
  margin-top: 1rem; }

.k-table-row:hover > td {
  background-color: unset !important; }

.day-header .k-link {
  border-radius: 8px;
  margin: 2px;
  padding: 8px 4px !important;
  display: block !important; }
  .day-header .k-link .day-header-content {
    text-align: center;
    font-weight: 600;
    line-height: 1.2;
    font-size: 0.85rem;
    padding: 0.5rem; }
    .day-header .k-link .day-header-content span {
      font-size: 0.9rem;
      font-weight: 700; }

.current-employee-row {
  background: linear-gradient(135deg, rgba(227, 242, 253, 0.3) 0%, rgba(187, 222, 251, 0.3) 100%) !important;
  border-left: 4px solid var(--primary-color) !important;
  border-right: 4px solid var(--primary-color) !important; }

/* Swap Shift Popup Styling */
.swap-options-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px; }

.swap-layout {
  display: flex;
  flex: 1;
  gap: 15px;
  margin-bottom: 20px; }

.your-shift-panel {
  flex: 1;
  max-width: 300px; }

.shifts-to-swap-panel {
  flex: 2; }

.shifts-grid-container {
  height: 100%; }

.swap-action-buttons {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  padding-top: 20px;
  border-top: 1px solid #e5e7eb; }

.shift-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin-top: 24px;
  /* Align with grid header */
  min-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: anchor-center; }

.shift-date, .shift-role, .shift-time, .shift-lunch, .shift-week-hours {
  margin-bottom: 8px;
  color: #374151;
  line-height: 1.4; }

.shift-date {
  font-weight: 700;
  font-size: 16px;
  color: #1f2937;
  margin-bottom: 12px; }

.shift-role {
  color: #6b7280;
  font-size: 14px;
  font-weight: 500; }

.shift-time {
  font-size: 18px;
  color: #1f2937;
  font-weight: 600;
  margin-bottom: 12px; }

.shift-lunch, .shift-week-hours {
  font-size: 14px;
  color: #6b7280; }

/* Panel Headers*/
.your-shift-panel h4,
.shifts-to-swap-panel h4 {
  font-size: 16px;
  font-weight: 600;
  color: #1f2937;
  margin: 0 0 8px 0;
  padding: 0; }

/* Grid Container */
.shifts-grid-container .k-grid {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  overflow: hidden; }

/* Responsive adjustments */
@media (max-width: 768px) {
  .swap-layout {
    flex-direction: column;
    gap: 12px; }
  .your-shift-panel {
    max-width: none; }
  .shift-card {
    min-height: 100px; } }

/* Authorization Popup */
.k-window:has(#authorizationModal) {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important; }

.authorization-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-height: 400px; }

.shift-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px;
  border-radius: 12px; }

.shift-detail {
  flex: 1;
  text-align: center;
  padding: 16px;
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 8px; }

.shift-detail span {
  font-size: 14px;
  color: #374151;
  line-height: 1.5;
  font-weight: 500; }

.swap-icon {
  font-size: 24px;
  color: var(--primary-color, #3b82f6);
  font-weight: bold;
  padding: 8px;
  background: white;
  border: 2px solid var(--primary-color, #3b82f6);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 4px rgba(59, 130, 246, 0.2); }

.auth-progress {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 8px; }

.progress-text {
  font-size: 14px;
  font-weight: 600;
  color: #374151;
  text-align: center; }

.progress-bar {
  height: 8px;
  background: #e5e7eb;
  border-radius: 4px;
  overflow: hidden; }

.progress-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color, #3b82f6) 0%, #60a5fa 100%);
  border-radius: 4px;
  transition: width 0.3s ease; }

.auth-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 8px; }

.auth-button.k-state-active,
.auth-button.k-state-selected {
  background: var(--primary-color, #3b82f6) !important;
  border-color: var(--primary-color, #3b82f6) !important;
  color: white !important;
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3) !important; }

.auth-action-buttons {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  padding: 16px;
  background: white;
  border-radius: 8px; }

/* Authorization popup responsive adjustments */
@media (max-width: 768px) {
  .authorization-content {
    padding: 16px;
    gap: 16px; }
  .shift-details {
    flex-direction: column;
    gap: 16px;
    padding: 16px; }
  .swap-icon {
    transform: rotate(90deg); }
  .auth-buttons {
    gap: 8px; }
  .auth-button {
    padding: 12px 16px !important;
    font-size: 14px !important;
    min-height: 48px !important; }
  .auth-action-buttons {
    flex-direction: column;
    gap: 8px; }
  .auth-action-buttons .k-button, .auth-action-buttons .k-fab, .auth-action-buttons .k-floating-action-button {
    width: 100%;
    min-width: auto; } }

/* -------------------------------------------------------------------------- */
/* Swap Shift Grid Card-List View                                             */
/* -------------------------------------------------------------------------- */
/* Hide the header & footer panes */
.k-grid.swap-shifts-card-list .k-grid-header,
.k-grid.swap-shifts-card-list .k-grid-footer {
  display: none !important; }

.k-grid.swap-shifts-card-list .k-grid-content.k-auto-scrollable {
  display: block;
  min-height: 60vh !important;
  padding: 12px;
  overflow-y: auto !important;
  background: #f8fafc;
  /* Touch-friendly scrolling */
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth; }

.k-grid.swap-shifts-card-list .k-grid-content.k-auto-scrollable::-webkit-scrollbar {
  width: 16px;
  /* wider for touch */ }

.k-grid.swap-shifts-card-list .k-grid-content.k-auto-scrollable::-webkit-scrollbar-track {
  background: #f1f5f9;
  border-radius: 8px; }

.k-grid.swap-shifts-card-list .k-grid-content.k-auto-scrollable::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 8px;
  border: 2px solid #f1f5f9;
  /* Touch-friendly scrollbar */
  min-height: 44px; }

.k-grid.swap-shifts-card-list .k-grid-content.k-auto-scrollable::-webkit-scrollbar-thumb:hover {
  background: #94a3b8; }

/* Treat the inner table as a block wrapper */
.k-grid.swap-shifts-card-list .k-grid-content.k-auto-scrollable table.k-table {
  display: block;
  width: 100%;
  border: none; }

.k-grid.swap-shifts-card-list .k-grid-content .k-table-tbody {
  display: grid;
  gap: 10px;
  /* Default: 3 columns for swap shifts */
  grid-template-columns: repeat(3, 1fr); }

/* Kiosk resolution optimizations */
@media screen and (max-width: 1080px) {
  .k-grid.swap-shifts-card-list .k-grid-content .k-table-tbody {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px; } }

@media screen and (max-width: 1024px) {
  .k-grid.swap-shifts-card-list .k-grid-content .k-table-tbody {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px; }
  .k-grid.swap-shifts-card-list .k-grid-content.k-auto-scrollable {
    padding: 8px;
    height: 360px !important;
    min-height: 48vh !important; } }

/* compact cards */
.k-grid.swap-shifts-card-list .k-table-row {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #e5e7eb;
  padding: 16px;
  min-height: 120px;
  transition: all 0.2s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  min-width: 180px;
  align-items: center;
  /* Touch-friendly sizing */
  min-height: 140px;
  /* Larger touch target */
  /* Disable hover effect from grid.scss */
  /* Selected state styling */
  /* Hover state */
  /* Touch-friendly active state */ }
  .k-grid.swap-shifts-card-list .k-table-row:hover > td {
    background-color: transparent !important; }
  .k-grid.swap-shifts-card-list .k-table-row.k-selected {
    background: linear-gradient(135deg, rgba(227, 242, 253, 0.8) 0%, rgba(187, 222, 251, 0.8) 100%);
    border-color: #3b82f6;
    box-shadow: 0 2px 8px rgba(59, 130, 246, 0.15);
    /* Apply light blue background to all text content */
    /* Specific styling for selected state text */ }
    .k-grid.swap-shifts-card-list .k-table-row.k-selected .k-table-td {
      background: rgba(219, 234, 254, 0.3) !important;
      color: #1e40af !important; }
    .k-grid.swap-shifts-card-list .k-table-row.k-selected .k-table-td:nth-child(1) {
      color: #1e40af !important;
      background: rgba(219, 234, 254, 0.4) !important; }
    .k-grid.swap-shifts-card-list .k-table-row.k-selected .k-table-td:nth-child(2),
    .k-grid.swap-shifts-card-list .k-table-row.k-selected .k-table-td:nth-child(3) {
      color: #1e40af !important;
      background: rgba(219, 234, 254, 0.3) !important; }
    .k-grid.swap-shifts-card-list .k-table-row.k-selected .k-table-td:nth-child(4) {
      color: #1e40af !important;
      background: rgba(219, 234, 254, 0.4) !important; }
    .k-grid.swap-shifts-card-list .k-table-row.k-selected .k-table-td:nth-child(5),
    .k-grid.swap-shifts-card-list .k-table-row.k-selected .k-table-td:nth-child(6) {
      color: #1e40af !important;
      background: rgba(219, 234, 254, 0.3) !important; }
  .k-grid.swap-shifts-card-list .k-table-row:hover:not(.k-selected) {
    background: #f8fafc;
    border-color: #d1d5db;
    transform: translateY(-1px);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12); }
  .k-grid.swap-shifts-card-list .k-table-row:active {
    transform: translateY(0);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }

.k-grid.swap-shifts-card-list .k-table-row .k-table-td {
  display: flex;
  flex-direction: column;
  border: none !important;
  padding: 0;
  margin-bottom: 8px;
  font-size: 14px;
  color: #374151;
  line-height: 1.4;
  min-height: 20px;
  position: relative;
  /* Touch-friendly text sizing */
  font-size: 15px;
  /* Slightly larger for touch */ }

/* Date - First column */
.k-grid.swap-shifts-card-list .k-table-row .k-table-td:nth-child(1) {
  font-weight: 700;
  font-size: 16px;
  color: #1f2937;
  margin-bottom: 12px;
  text-align: center; }

/* EmployeeName - Second column */
.k-grid.swap-shifts-card-list .k-table-row .k-table-td:nth-child(2) {
  color: #6b7280;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px; }

/* SectionName - Third column */
.k-grid.swap-shifts-card-list .k-table-row .k-table-td:nth-child(3) {
  color: #6b7280;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px; }

/* Time - Fourth column */
.k-grid.swap-shifts-card-list .k-table-row .k-table-td:nth-child(4) {
  font-size: 18px;
  color: #1f2937;
  font-weight: 600;
  margin-bottom: 12px; }

/* Lunch - Fifth column */
.k-grid.swap-shifts-card-list .k-table-row .k-table-td:nth-child(5) {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 8px; }

/* WeeklyHours - Sixth column */
.k-grid.swap-shifts-card-list .k-table-row .k-table-td:nth-child(6) {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 0; }

/* Compact status tags */
.k-grid.swap-shifts-card-list .status-tag {
  position: relative;
  color: white;
  text-align: center !important;
  height: 17px;
  width: auto;
  place-self: flex-start;
  text-transform: uppercase;
  font-weight: bolder;
  border-radius: 3px;
  align-content: center;
  font-size: 11px;
  text-overflow: ellipsis;
  padding: 0 5px;
  font-weight: 500; }

/* Responsive adjustments for swap shifts */
@media (max-width: 768px) {
  .k-grid.swap-shifts-card-list .k-grid-content .k-table-tbody {
    grid-template-columns: repeat(1, 1fr);
    gap: 8px; }
  .k-grid.swap-shifts-card-list .k-table-row {
    min-height: 120px;
    padding: 20px;
    /* Larger padding for touch */ }
  .k-grid.swap-shifts-card-list .k-table-row .k-table-td {
    font-size: 16px;
    /* Larger text for mobile */ }
  .k-grid.swap-shifts-card-list .k-table-row .k-table-td:nth-child(1) {
    font-size: 18px; }
  .k-grid.swap-shifts-card-list .k-table-row .k-table-td:nth-child(4) {
    font-size: 20px; } }

/* Touch-specific optimizations */
@media (hover: none) and (pointer: coarse) {
  .k-grid.swap-shifts-card-list .k-table-row {
    /* Remove hover effects on touch devices */ }
    .k-grid.swap-shifts-card-list .k-table-row:hover {
      transform: none;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }
  .k-grid.swap-shifts-card-list .k-grid-content.k-auto-scrollable {
    /* Optimize scrolling for touch */
    -webkit-overflow-scrolling: touch;
    scroll-behavior: auto; } }

/* RosterGrid height adjustment for smaller resolutions */
@media screen and (max-width: 1224px) and (max-height: 868px) {
  .k-grid#RosterGrid {
    height: calc(100vh - 349px) !important; } }

/* LeaveGrid height adjustment for smaller resolutions */
@media screen and (max-width: 1224px) and (max-height: 868px) {
  .k-grid#LeaveGrid {
    height: calc(100vh - 349px) !important; } }

/* Override Kendo UI default selection styling for swap shift cards */
.k-grid.swap-shifts-card-list .k-table-row.k-selected > td,
.k-grid.swap-shifts-card-list .k-table-row.k-selected > .k-table-td {
  background: rgba(219, 234, 254, 0.3) !important;
  color: #1e40af !important;
  border: none !important; }

.k-grid {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 24px 0 rgba(16, 30, 54, 0.08);
  border: 1px solid #eee;
  font-family: "Inter", Arial, sans-serif;
  font-size: 16px;
  color: #222;
  overflow: hidden;
  margin: 24px 0;
  /* Row styling */ }
  .k-grid .k-grid-content {
    background: #fff; }
  .k-grid .k-grid-row:not(:last-child) {
    border-bottom: 1px solid #eee; }
  .k-grid .k-grid-row td {
    padding: 16px 24px;
    vertical-align: middle;
    font-size: 16px; }
  .k-grid .k-table-row > td,
  .k-grid .k-table-alt-row > td {
    border-bottom: 1px solid #eee !important;
    border-left: none !important;
    border-right: none !important;
    height: 35.5px !important;
    padding: 2px 8px;
    font-size: 16px; }
  .k-grid .k-table-row {
    background-color: #fff !important; }
    .k-grid .k-table-row:hover > td {
      background-color: rgba(13, 105, 253, 0.39); }
  .k-grid .k-loading-mask {
    background: linear-gradient(90deg, #f1f5f9c7 25%, #e2e8f0 50%, #f1f5f9d4 75%);
    background-size: 200% 100%;
    animation: shimmer 2s infinite; }
  .k-grid .k-i-loading::before, .k-grid .k-loading-image::before {
    border-color: var(--primary-color); }

@keyframes shimmer {
  0% {
    background-position: -200% 0; }
  100% {
    background-position: 200% 0; } }
  .k-grid .k-grid-footer {
    background: #f9fafb;
    border-top: 1px solid #eee; }
    .k-grid .k-grid-footer td {
      padding: 16px 24px; }
  .k-grid .k-pager {
    background: transparent;
    border: none;
    font-size: 16px; }
    .k-grid .k-pager .k-link, .k-grid .k-pager .k-pager-nav {
      border-radius: 6px;
      padding: 4px 10px;
      margin: 0 2px;
      color: #222; }
      .k-grid .k-pager .k-link:hover, .k-grid .k-pager .k-link.k-state-selected, .k-grid .k-pager .k-pager-nav:hover, .k-grid .k-pager .k-pager-nav.k-state-selected {
        background: #f9fafb;
        color: #222; }
  .k-grid .k-picker-md {
    background-color: #fff; }
  .k-grid .k-pager-numbers .k-selected {
    border-radius: 8px; }
  .k-grid .k-grid-header-wrap,
  .k-grid .k-grid-header-wrap table th:last-child {
    border-right: none !important; }
  .k-grid .k-grid-header {
    background-color: #fff !important; }
  .k-grid .k-grid-header {
    background: #f9fafb;
    font-weight: 600;
    color: #222;
    border-bottom: 1px solid #eee; }
    .k-grid .k-grid-header th {
      background: #f9fafb;
      font-size: 16px;
      font-weight: 600;
      /*            border-bottom: 1px solid $color-border;
*/
      text-transform: uppercase; }
    .k-grid .k-grid-header th {
      position: relative; }
      .k-grid .k-grid-header th .k-grid-header-menu {
        opacity: 0;
        visibility: hidden;
        transform: translateY(-4px) scale(0.95);
        pointer-events: none;
        transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out, visibility 0.2s ease-in-out;
        will-change: opacity, transform; }
        .k-grid .k-grid-header th .k-grid-header-menu.k-active {
          opacity: 1;
          visibility: visible;
          transform: translateY(0) scale(1);
          pointer-events: auto; }
      .k-grid .k-grid-header th:hover .k-grid-header-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0) scale(1);
        pointer-events: auto; }

.k-table-td.currency-column {
  text-align: right !important; }

.k-grid-header th.currency-column .k-cell-inner > .k-link {
  justify-content: flex-end !important; }

/* Header BG*/
.k-grid .k-grid-md .k-table-th, .k-grid-md .k-table-th {
  background: #fff !important; }

.k-grid-content.k-auto-scrollable {
  scrollbar-color: var(--primary-color) transparent; }

.k-button, .k-fab, .k-floating-action-button {
  font-family: "Inter", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 8px;
  padding: 8px 16px;
  border: 1px solid transparent;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  min-height: 40px;
  outline: none;
  background-image: none; }
  .k-button .k-icon, .k-fab .k-icon, .k-floating-action-button .k-icon, .k-button .k-svg-icon, .k-fab .k-svg-icon, .k-floating-action-button .k-svg-icon {
    display: inline-flex;
    align-items: center; }
  .k-button.k-disabled, .k-disabled.k-fab, .k-disabled.k-floating-action-button, .k-button:disabled, .k-fab:disabled, .k-floating-action-button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    pointer-events: none; }

.k-button-sm, .k-button.k-button-sm, .k-button-sm.k-fab, .k-button-sm.k-floating-action-button {
  font-size: 12px;
  padding: 4px 8px;
  min-height: 32px; }

.k-button-md, .k-button.k-button-md, .k-button-md.k-fab, .k-button-md.k-floating-action-button {
  font-size: 16px;
  padding: 8px 16px;
  min-height: 40px; }

.k-button-lg, .k-button.k-button-lg, .k-button-lg.k-fab, .k-button-lg.k-floating-action-button {
  font-size: 20px;
  padding: 16px 24px;
  min-height: 48px;
  font-weight: 600; }

.k-button-rounded-sm, .k-button.k-rounded-sm, .k-rounded-sm.k-fab, .k-rounded-sm.k-floating-action-button {
  border-radius: 2px; }

.k-button-rounded-md, .k-button.k-rounded-md, .k-rounded-md.k-fab, .k-rounded-md.k-floating-action-button {
  border-radius: 4px; }

.k-button-rounded-lg, .k-button.k-rounded-lg, .k-rounded-lg.k-fab, .k-rounded-lg.k-floating-action-button {
  border-radius: 6px; }

.k-button-rounded-full, .k-button.k-rounded-full, .k-rounded-full.k-fab, .k-rounded-full.k-floating-action-button {
  border-radius: 9999px; }

.k-button, .k-fab, .k-floating-action-button, .k-button-base, .k-button.k-button-solid, .k-button-solid.k-fab, .k-button-solid.k-floating-action-button {
  background-color: #f9fafb;
  border-color: #eee;
  color: #222;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); }
  .k-button:hover, .k-fab:hover, .k-floating-action-button:hover, .k-button.k-hover, .k-hover.k-fab, .k-hover.k-floating-action-button, .k-button-base:hover, .k-button-base.k-hover, .k-button.k-button-solid:hover, .k-button-solid.k-fab:hover, .k-button-solid.k-floating-action-button:hover, .k-button.k-button-solid.k-hover, .k-button-solid.k-hover.k-fab, .k-button-solid.k-hover.k-floating-action-button {
    background-color: #eaedf1;
    border-color: #d5d5d5;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
    transform: translateY(-1px); }
  .k-button:focus, .k-fab:focus, .k-floating-action-button:focus, .k-button.k-focus, .k-focus.k-fab, .k-focus.k-floating-action-button, .k-button-base:focus, .k-button-base.k-focus, .k-button.k-button-solid:focus, .k-button-solid.k-fab:focus, .k-button-solid.k-floating-action-button:focus, .k-button.k-button-solid.k-focus, .k-button-solid.k-focus.k-fab, .k-button-solid.k-focus.k-floating-action-button {
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1); }
  .k-button:active, .k-fab:active, .k-floating-action-button:active, .k-button.k-active, .k-active.k-fab, .k-active.k-floating-action-button, .k-button-base:active, .k-button-base.k-active, .k-button.k-button-solid:active, .k-button-solid.k-fab:active, .k-button-solid.k-floating-action-button:active, .k-button.k-button-solid.k-active, .k-button-solid.k-active.k-fab, .k-button-solid.k-active.k-floating-action-button {
    transform: translateY(0);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); }

.k-button-primary, .k-button.k-button-primary, .k-button-primary.k-fab, .k-button-primary.k-floating-action-button {
  background-color: #3b82f6;
  border-color: #3b82f6;
  color: white;
  box-shadow: 0 1px 3px 0 rgba(59, 130, 246, 0.3); }
  .k-button-primary:hover, .k-button-primary.k-hover, .k-button.k-button-primary:hover, .k-button-primary.k-fab:hover, .k-button-primary.k-floating-action-button:hover, .k-button.k-button-primary.k-hover, .k-button-primary.k-hover.k-fab, .k-button-primary.k-hover.k-floating-action-button {
    background-color: #2563eb;
    border-color: #2563eb;
    box-shadow: 0 4px 12px 0 rgba(59, 130, 246, 0.4);
    transform: translateY(-1px); }
  .k-button-primary:focus, .k-button-primary.k-focus, .k-button.k-button-primary:focus, .k-button-primary.k-fab:focus, .k-button-primary.k-floating-action-button:focus, .k-button.k-button-primary.k-focus, .k-button-primary.k-focus.k-fab, .k-button-primary.k-focus.k-floating-action-button {
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.3); }
  .k-button-primary:active, .k-button-primary.k-active, .k-button.k-button-primary:active, .k-button-primary.k-fab:active, .k-button-primary.k-floating-action-button:active, .k-button.k-button-primary.k-active, .k-button-primary.k-active.k-fab, .k-button-primary.k-active.k-floating-action-button {
    background-color: #1d4ed8;
    transform: translateY(0); }

.k-button-secondary, .k-button.k-button-secondary, .k-button-secondary.k-fab, .k-button-secondary.k-floating-action-button {
  background-color: #6b7280;
  border-color: #6b7280;
  color: white;
  box-shadow: 0 1px 3px 0 rgba(107, 114, 128, 0.3); }
  .k-button-secondary:hover, .k-button-secondary.k-hover, .k-button.k-button-secondary:hover, .k-button-secondary.k-fab:hover, .k-button-secondary.k-floating-action-button:hover, .k-button.k-button-secondary.k-hover, .k-button-secondary.k-hover.k-fab, .k-button-secondary.k-hover.k-floating-action-button {
    background-color: #4b5563;
    border-color: #4b5563;
    box-shadow: 0 4px 12px 0 rgba(107, 114, 128, 0.4);
    transform: translateY(-1px); }
  .k-button-secondary:focus, .k-button-secondary.k-focus, .k-button.k-button-secondary:focus, .k-button-secondary.k-fab:focus, .k-button-secondary.k-floating-action-button:focus, .k-button.k-button-secondary.k-focus, .k-button-secondary.k-focus.k-fab, .k-button-secondary.k-focus.k-floating-action-button {
    box-shadow: 0 0 0 3px rgba(107, 114, 128, 0.3); }
  .k-button-secondary:active, .k-button-secondary.k-active, .k-button.k-button-secondary:active, .k-button-secondary.k-fab:active, .k-button-secondary.k-floating-action-button:active, .k-button.k-button-secondary.k-active, .k-button-secondary.k-active.k-fab, .k-button-secondary.k-active.k-floating-action-button {
    background-color: #374151;
    transform: translateY(0); }

.k-button-success, .k-button.k-button-success, .k-button-success.k-fab, .k-button-success.k-floating-action-button {
  background-color: #10b981;
  border-color: #10b981;
  color: white;
  box-shadow: 0 1px 3px 0 rgba(16, 185, 129, 0.3); }
  .k-button-success:hover, .k-button-success.k-hover, .k-button.k-button-success:hover, .k-button-success.k-fab:hover, .k-button-success.k-floating-action-button:hover, .k-button.k-button-success.k-hover, .k-button-success.k-hover.k-fab, .k-button-success.k-hover.k-floating-action-button {
    background-color: #059669;
    border-color: #059669;
    box-shadow: 0 4px 12px 0 rgba(16, 185, 129, 0.4);
    transform: translateY(-1px); }
  .k-button-success:focus, .k-button-success.k-focus, .k-button.k-button-success:focus, .k-button-success.k-fab:focus, .k-button-success.k-floating-action-button:focus, .k-button.k-button-success.k-focus, .k-button-success.k-focus.k-fab, .k-button-success.k-focus.k-floating-action-button {
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.3); }
  .k-button-success:active, .k-button-success.k-active, .k-button.k-button-success:active, .k-button-success.k-fab:active, .k-button-success.k-floating-action-button:active, .k-button.k-button-success.k-active, .k-button-success.k-active.k-fab, .k-button-success.k-active.k-floating-action-button {
    background-color: #047857;
    transform: translateY(0); }

.k-button-warning, .k-button.k-button-warning, .k-button-warning.k-fab, .k-button-warning.k-floating-action-button {
  background-color: #f59e0b;
  border-color: #f59e0b;
  color: white;
  box-shadow: 0 1px 3px 0 rgba(245, 158, 11, 0.3); }
  .k-button-warning:hover, .k-button-warning.k-hover, .k-button.k-button-warning:hover, .k-button-warning.k-fab:hover, .k-button-warning.k-floating-action-button:hover, .k-button.k-button-warning.k-hover, .k-button-warning.k-hover.k-fab, .k-button-warning.k-hover.k-floating-action-button {
    background-color: #d97706;
    border-color: #d97706;
    box-shadow: 0 4px 12px 0 rgba(245, 158, 11, 0.4);
    transform: translateY(-1px); }
  .k-button-warning:focus, .k-button-warning.k-focus, .k-button.k-button-warning:focus, .k-button-warning.k-fab:focus, .k-button-warning.k-floating-action-button:focus, .k-button.k-button-warning.k-focus, .k-button-warning.k-focus.k-fab, .k-button-warning.k-focus.k-floating-action-button {
    box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.3); }
  .k-button-warning:active, .k-button-warning.k-active, .k-button.k-button-warning:active, .k-button-warning.k-fab:active, .k-button-warning.k-floating-action-button:active, .k-button.k-button-warning.k-active, .k-button-warning.k-active.k-fab, .k-button-warning.k-active.k-floating-action-button {
    background-color: #b45309;
    transform: translateY(0); }

.k-button-error, .k-button.k-button-error, .k-button-error.k-fab, .k-button-error.k-floating-action-button {
  background-color: #ef4444;
  border-color: #ef4444;
  color: white;
  box-shadow: 0 1px 3px 0 rgba(239, 68, 68, 0.3); }
  .k-button-error:hover, .k-button-error.k-hover, .k-button.k-button-error:hover, .k-button-error.k-fab:hover, .k-button-error.k-floating-action-button:hover, .k-button.k-button-error.k-hover, .k-button-error.k-hover.k-fab, .k-button-error.k-hover.k-floating-action-button {
    background-color: #dc2626;
    border-color: #dc2626;
    box-shadow: 0 4px 12px 0 rgba(239, 68, 68, 0.4);
    transform: translateY(-1px); }
  .k-button-error:focus, .k-button-error.k-focus, .k-button.k-button-error:focus, .k-button-error.k-fab:focus, .k-button-error.k-floating-action-button:focus, .k-button.k-button-error.k-focus, .k-button-error.k-focus.k-fab, .k-button-error.k-focus.k-floating-action-button {
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.3); }
  .k-button-error:active, .k-button-error.k-active, .k-button.k-button-error:active, .k-button-error.k-fab:active, .k-button-error.k-floating-action-button:active, .k-button.k-button-error.k-active, .k-button-error.k-active.k-fab, .k-button-error.k-active.k-floating-action-button {
    background-color: #b91c1c;
    transform: translateY(0); }

.k-button-info, .k-button.k-button-info, .k-button-info.k-fab, .k-button-info.k-floating-action-button {
  background-color: #06b6d4;
  border-color: #06b6d4;
  color: white;
  box-shadow: 0 1px 3px 0 rgba(6, 182, 212, 0.3); }
  .k-button-info:hover, .k-button-info.k-hover, .k-button.k-button-info:hover, .k-button-info.k-fab:hover, .k-button-info.k-floating-action-button:hover, .k-button.k-button-info.k-hover, .k-button-info.k-hover.k-fab, .k-button-info.k-hover.k-floating-action-button {
    background-color: #0891b2;
    border-color: #0891b2;
    box-shadow: 0 4px 12px 0 rgba(6, 182, 212, 0.4);
    transform: translateY(-1px); }
  .k-button-info:focus, .k-button-info.k-focus, .k-button.k-button-info:focus, .k-button-info.k-fab:focus, .k-button-info.k-floating-action-button:focus, .k-button.k-button-info.k-focus, .k-button-info.k-focus.k-fab, .k-button-info.k-focus.k-floating-action-button {
    box-shadow: 0 0 0 3px rgba(6, 182, 212, 0.3); }
  .k-button-info:active, .k-button-info.k-active, .k-button.k-button-info:active, .k-button-info.k-fab:active, .k-button-info.k-floating-action-button:active, .k-button.k-button-info.k-active, .k-button-info.k-active.k-fab, .k-button-info.k-active.k-floating-action-button {
    background-color: #0e7490;
    transform: translateY(0); }

.k-button-dark, .k-button.k-button-dark, .k-button-dark.k-fab, .k-button-dark.k-floating-action-button {
  background-color: #1f2937;
  border-color: #1f2937;
  color: white;
  box-shadow: 0 1px 3px 0 rgba(31, 41, 55, 0.3); }
  .k-button-dark:hover, .k-button-dark.k-hover, .k-button.k-button-dark:hover, .k-button-dark.k-fab:hover, .k-button-dark.k-floating-action-button:hover, .k-button.k-button-dark.k-hover, .k-button-dark.k-hover.k-fab, .k-button-dark.k-hover.k-floating-action-button {
    background-color: #111827;
    border-color: #111827;
    box-shadow: 0 4px 12px 0 rgba(31, 41, 55, 0.4);
    transform: translateY(-1px); }
  .k-button-dark:focus, .k-button-dark.k-focus, .k-button.k-button-dark:focus, .k-button-dark.k-fab:focus, .k-button-dark.k-floating-action-button:focus, .k-button.k-button-dark.k-focus, .k-button-dark.k-focus.k-fab, .k-button-dark.k-focus.k-floating-action-button {
    box-shadow: 0 0 0 3px rgba(31, 41, 55, 0.3); }
  .k-button-dark:active, .k-button-dark.k-active, .k-button.k-button-dark:active, .k-button-dark.k-fab:active, .k-button-dark.k-floating-action-button:active, .k-button.k-button-dark.k-active, .k-button-dark.k-active.k-fab, .k-button-dark.k-active.k-floating-action-button {
    background-color: #030712;
    transform: translateY(0); }

.k-button-light, .k-button.k-button-light, .k-button-light.k-fab, .k-button-light.k-floating-action-button {
  background-color: #f9fafb;
  border-color: #e5e7eb;
  color: #374151;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); }
  .k-button-light:hover, .k-button-light.k-hover, .k-button.k-button-light:hover, .k-button-light.k-fab:hover, .k-button-light.k-floating-action-button:hover, .k-button.k-button-light.k-hover, .k-button-light.k-hover.k-fab, .k-button-light.k-hover.k-floating-action-button {
    background-color: #f3f4f6;
    border-color: #d1d5db;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
    transform: translateY(-1px); }
  .k-button-light:focus, .k-button-light.k-focus, .k-button.k-button-light:focus, .k-button-light.k-fab:focus, .k-button-light.k-floating-action-button:focus, .k-button.k-button-light.k-focus, .k-button-light.k-focus.k-fab, .k-button-light.k-focus.k-floating-action-button {
    box-shadow: 0 0 0 3px rgba(156, 163, 175, 0.3); }
  .k-button-light:active, .k-button-light.k-active, .k-button.k-button-light:active, .k-button-light.k-fab:active, .k-button-light.k-floating-action-button:active, .k-button.k-button-light.k-active, .k-button-light.k-active.k-fab, .k-button-light.k-active.k-floating-action-button {
    background-color: #e5e7eb;
    transform: translateY(0); }

.k-button-outline, .k-button.k-button-outline, .k-button-outline.k-fab, .k-button-outline.k-floating-action-button {
  background-color: transparent; }
  .k-button-outline.k-button-base, .k-button-outline:not([class*="k-button-"]):not(.k-button-primary):not(.k-button-secondary):not(.k-button-success):not(.k-button-warning):not(.k-button-error):not(.k-button-info):not(.k-button-dark):not(.k-button-light), .k-button.k-button-outline.k-button-base, .k-button-outline.k-button-base.k-fab, .k-button-outline.k-button-base.k-floating-action-button, .k-button.k-button-outline:not([class*="k-button-"]):not(.k-button-primary):not(.k-button-secondary):not(.k-button-success):not(.k-button-warning):not(.k-button-error):not(.k-button-info):not(.k-button-dark):not(.k-button-light), .k-button-outline.k-fab:not([class*="k-button-"]):not(.k-button-primary):not(.k-button-secondary):not(.k-button-success):not(.k-button-warning):not(.k-button-error):not(.k-button-info):not(.k-button-dark):not(.k-button-light), .k-button-outline.k-floating-action-button:not([class*="k-button-"]):not(.k-button-primary):not(.k-button-secondary):not(.k-button-success):not(.k-button-warning):not(.k-button-error):not(.k-button-info):not(.k-button-dark):not(.k-button-light) {
    border-color: #eee;
    color: #222; }
    .k-button-outline.k-button-base:hover, .k-button-outline.k-button-base.k-hover, .k-button-outline:not([class*="k-button-"]):not(.k-button-primary):not(.k-button-secondary):not(.k-button-success):not(.k-button-warning):not(.k-button-error):not(.k-button-info):not(.k-button-dark):not(.k-button-light):hover, .k-button-outline:not([class*="k-button-"]):not(.k-button-primary):not(.k-button-secondary):not(.k-button-success):not(.k-button-warning):not(.k-button-error):not(.k-button-info):not(.k-button-dark):not(.k-button-light).k-hover, .k-button.k-button-outline.k-button-base:hover, .k-button-outline.k-button-base.k-fab:hover, .k-button-outline.k-button-base.k-floating-action-button:hover, .k-button.k-button-outline.k-button-base.k-hover, .k-button-outline.k-button-base.k-hover.k-fab, .k-button-outline.k-button-base.k-hover.k-floating-action-button, .k-button.k-button-outline:not([class*="k-button-"]):not(.k-button-primary):not(.k-button-secondary):not(.k-button-success):not(.k-button-warning):not(.k-button-error):not(.k-button-info):not(.k-button-dark):not(.k-button-light):hover, .k-button-outline.k-fab:not([class*="k-button-"]):not(.k-button-primary):not(.k-button-secondary):not(.k-button-success):not(.k-button-warning):not(.k-button-error):not(.k-button-info):not(.k-button-dark):not(.k-button-light):hover, .k-button-outline.k-floating-action-button:not([class*="k-button-"]):not(.k-button-primary):not(.k-button-secondary):not(.k-button-success):not(.k-button-warning):not(.k-button-error):not(.k-button-info):not(.k-button-dark):not(.k-button-light):hover, .k-button.k-button-outline:not([class*="k-button-"]):not(.k-button-primary):not(.k-button-secondary):not(.k-button-success):not(.k-button-warning):not(.k-button-error):not(.k-button-info):not(.k-button-dark):not(.k-button-light).k-hover, .k-button-outline.k-fab:not([class*="k-button-"]):not(.k-button-primary):not(.k-button-secondary):not(.k-button-success):not(.k-button-warning):not(.k-button-error):not(.k-button-info):not(.k-button-dark):not(.k-button-light).k-hover, .k-button-outline.k-floating-action-button:not([class*="k-button-"]):not(.k-button-primary):not(.k-button-secondary):not(.k-button-success):not(.k-button-warning):not(.k-button-error):not(.k-button-info):not(.k-button-dark):not(.k-button-light).k-hover {
      background-color: #f9fafb;
      border-color: #d5d5d5; }
  .k-button-outline.k-button-primary, .k-button.k-button-outline.k-button-primary, .k-button-outline.k-button-primary.k-fab, .k-button-outline.k-button-primary.k-floating-action-button {
    border-color: #3b82f6;
    color: #3b82f6; }
    .k-button-outline.k-button-primary:hover, .k-button-outline.k-button-primary.k-hover, .k-button.k-button-outline.k-button-primary:hover, .k-button-outline.k-button-primary.k-fab:hover, .k-button-outline.k-button-primary.k-floating-action-button:hover, .k-button.k-button-outline.k-button-primary.k-hover, .k-button-outline.k-button-primary.k-hover.k-fab, .k-button-outline.k-button-primary.k-hover.k-floating-action-button {
      background-color: rgba(59, 130, 246, 0.1);
      border-color: #2563eb;
      color: #2563eb; }
  .k-button-outline.k-button-secondary, .k-button.k-button-outline.k-button-secondary, .k-button-outline.k-button-secondary.k-fab, .k-button-outline.k-button-secondary.k-floating-action-button {
    border-color: #6b7280;
    color: #6b7280; }
    .k-button-outline.k-button-secondary:hover, .k-button-outline.k-button-secondary.k-hover, .k-button.k-button-outline.k-button-secondary:hover, .k-button-outline.k-button-secondary.k-fab:hover, .k-button-outline.k-button-secondary.k-floating-action-button:hover, .k-button.k-button-outline.k-button-secondary.k-hover, .k-button-outline.k-button-secondary.k-hover.k-fab, .k-button-outline.k-button-secondary.k-hover.k-floating-action-button {
      background-color: rgba(107, 114, 128, 0.1);
      border-color: #4b5563;
      color: #4b5563; }
  .k-button-outline.k-button-success, .k-button.k-button-outline.k-button-success, .k-button-outline.k-button-success.k-fab, .k-button-outline.k-button-success.k-floating-action-button {
    border-color: #10b981;
    color: #10b981; }
    .k-button-outline.k-button-success:hover, .k-button-outline.k-button-success.k-hover, .k-button.k-button-outline.k-button-success:hover, .k-button-outline.k-button-success.k-fab:hover, .k-button-outline.k-button-success.k-floating-action-button:hover, .k-button.k-button-outline.k-button-success.k-hover, .k-button-outline.k-button-success.k-hover.k-fab, .k-button-outline.k-button-success.k-hover.k-floating-action-button {
      background-color: rgba(16, 185, 129, 0.1);
      border-color: #059669;
      color: #059669; }
  .k-button-outline.k-button-warning, .k-button.k-button-outline.k-button-warning, .k-button-outline.k-button-warning.k-fab, .k-button-outline.k-button-warning.k-floating-action-button {
    border-color: #f59e0b;
    color: #f59e0b; }
    .k-button-outline.k-button-warning:hover, .k-button-outline.k-button-warning.k-hover, .k-button.k-button-outline.k-button-warning:hover, .k-button-outline.k-button-warning.k-fab:hover, .k-button-outline.k-button-warning.k-floating-action-button:hover, .k-button.k-button-outline.k-button-warning.k-hover, .k-button-outline.k-button-warning.k-hover.k-fab, .k-button-outline.k-button-warning.k-hover.k-floating-action-button {
      background-color: rgba(245, 158, 11, 0.1);
      border-color: #d97706;
      color: #d97706; }
  .k-button-outline.k-button-error, .k-button.k-button-outline.k-button-error, .k-button-outline.k-button-error.k-fab, .k-button-outline.k-button-error.k-floating-action-button {
    border-color: #ef4444;
    color: #ef4444; }
    .k-button-outline.k-button-error:hover, .k-button-outline.k-button-error.k-hover, .k-button.k-button-outline.k-button-error:hover, .k-button-outline.k-button-error.k-fab:hover, .k-button-outline.k-button-error.k-floating-action-button:hover, .k-button.k-button-outline.k-button-error.k-hover, .k-button-outline.k-button-error.k-hover.k-fab, .k-button-outline.k-button-error.k-hover.k-floating-action-button {
      background-color: rgba(239, 68, 68, 0.1);
      border-color: #dc2626;
      color: #dc2626; }
  .k-button-outline.k-button-info, .k-button.k-button-outline.k-button-info, .k-button-outline.k-button-info.k-fab, .k-button-outline.k-button-info.k-floating-action-button {
    border-color: #06b6d4;
    color: #06b6d4; }
    .k-button-outline.k-button-info:hover, .k-button-outline.k-button-info.k-hover, .k-button.k-button-outline.k-button-info:hover, .k-button-outline.k-button-info.k-fab:hover, .k-button-outline.k-button-info.k-floating-action-button:hover, .k-button.k-button-outline.k-button-info.k-hover, .k-button-outline.k-button-info.k-hover.k-fab, .k-button-outline.k-button-info.k-hover.k-floating-action-button {
      background-color: rgba(6, 182, 212, 0.1);
      border-color: #0891b2;
      color: #0891b2; }
  .k-button-outline.k-button-dark, .k-button.k-button-outline.k-button-dark, .k-button-outline.k-button-dark.k-fab, .k-button-outline.k-button-dark.k-floating-action-button {
    border-color: #1f2937;
    color: #1f2937; }
    .k-button-outline.k-button-dark:hover, .k-button-outline.k-button-dark.k-hover, .k-button.k-button-outline.k-button-dark:hover, .k-button-outline.k-button-dark.k-fab:hover, .k-button-outline.k-button-dark.k-floating-action-button:hover, .k-button.k-button-outline.k-button-dark.k-hover, .k-button-outline.k-button-dark.k-hover.k-fab, .k-button-outline.k-button-dark.k-hover.k-floating-action-button {
      background-color: rgba(31, 41, 55, 0.1);
      border-color: #111827;
      color: #111827; }
  .k-button-outline.k-button-light, .k-button.k-button-outline.k-button-light, .k-button-outline.k-button-light.k-fab, .k-button-outline.k-button-light.k-floating-action-button {
    border-color: #f9fafb;
    color: #6b7280; }
    .k-button-outline.k-button-light:hover, .k-button-outline.k-button-light.k-hover, .k-button.k-button-outline.k-button-light:hover, .k-button-outline.k-button-light.k-fab:hover, .k-button-outline.k-button-light.k-floating-action-button:hover, .k-button.k-button-outline.k-button-light.k-hover, .k-button-outline.k-button-light.k-hover.k-fab, .k-button-outline.k-button-light.k-hover.k-floating-action-button {
      background-color: #f9fafb;
      border-color: #f3f4f6;
      color: #374151; }

.k-button-flat, .k-button.k-button-flat, .k-button-flat.k-fab, .k-button-flat.k-floating-action-button {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none; }
  .k-button-flat.k-button-base, .k-button-flat:not([class*="k-button-"]):not(.k-button-primary):not(.k-button-secondary):not(.k-button-success):not(.k-button-warning):not(.k-button-error):not(.k-button-info):not(.k-button-dark):not(.k-button-light), .k-button.k-button-flat.k-button-base, .k-button-flat.k-button-base.k-fab, .k-button-flat.k-button-base.k-floating-action-button, .k-button.k-button-flat:not([class*="k-button-"]):not(.k-button-primary):not(.k-button-secondary):not(.k-button-success):not(.k-button-warning):not(.k-button-error):not(.k-button-info):not(.k-button-dark):not(.k-button-light), .k-button-flat.k-fab:not([class*="k-button-"]):not(.k-button-primary):not(.k-button-secondary):not(.k-button-success):not(.k-button-warning):not(.k-button-error):not(.k-button-info):not(.k-button-dark):not(.k-button-light), .k-button-flat.k-floating-action-button:not([class*="k-button-"]):not(.k-button-primary):not(.k-button-secondary):not(.k-button-success):not(.k-button-warning):not(.k-button-error):not(.k-button-info):not(.k-button-dark):not(.k-button-light) {
    color: #222; }
    .k-button-flat.k-button-base:hover, .k-button-flat.k-button-base.k-hover, .k-button-flat:not([class*="k-button-"]):not(.k-button-primary):not(.k-button-secondary):not(.k-button-success):not(.k-button-warning):not(.k-button-error):not(.k-button-info):not(.k-button-dark):not(.k-button-light):hover, .k-button-flat:not([class*="k-button-"]):not(.k-button-primary):not(.k-button-secondary):not(.k-button-success):not(.k-button-warning):not(.k-button-error):not(.k-button-info):not(.k-button-dark):not(.k-button-light).k-hover, .k-button.k-button-flat.k-button-base:hover, .k-button-flat.k-button-base.k-fab:hover, .k-button-flat.k-button-base.k-floating-action-button:hover, .k-button.k-button-flat.k-button-base.k-hover, .k-button-flat.k-button-base.k-hover.k-fab, .k-button-flat.k-button-base.k-hover.k-floating-action-button, .k-button.k-button-flat:not([class*="k-button-"]):not(.k-button-primary):not(.k-button-secondary):not(.k-button-success):not(.k-button-warning):not(.k-button-error):not(.k-button-info):not(.k-button-dark):not(.k-button-light):hover, .k-button-flat.k-fab:not([class*="k-button-"]):not(.k-button-primary):not(.k-button-secondary):not(.k-button-success):not(.k-button-warning):not(.k-button-error):not(.k-button-info):not(.k-button-dark):not(.k-button-light):hover, .k-button-flat.k-floating-action-button:not([class*="k-button-"]):not(.k-button-primary):not(.k-button-secondary):not(.k-button-success):not(.k-button-warning):not(.k-button-error):not(.k-button-info):not(.k-button-dark):not(.k-button-light):hover, .k-button.k-button-flat:not([class*="k-button-"]):not(.k-button-primary):not(.k-button-secondary):not(.k-button-success):not(.k-button-warning):not(.k-button-error):not(.k-button-info):not(.k-button-dark):not(.k-button-light).k-hover, .k-button-flat.k-fab:not([class*="k-button-"]):not(.k-button-primary):not(.k-button-secondary):not(.k-button-success):not(.k-button-warning):not(.k-button-error):not(.k-button-info):not(.k-button-dark):not(.k-button-light).k-hover, .k-button-flat.k-floating-action-button:not([class*="k-button-"]):not(.k-button-primary):not(.k-button-secondary):not(.k-button-success):not(.k-button-warning):not(.k-button-error):not(.k-button-info):not(.k-button-dark):not(.k-button-light).k-hover {
      background-color: #f9fafb; }
  .k-button-flat.k-button-primary, .k-button.k-button-flat.k-button-primary, .k-button-flat.k-button-primary.k-fab, .k-button-flat.k-button-primary.k-floating-action-button {
    color: #3b82f6; }
    .k-button-flat.k-button-primary:hover, .k-button-flat.k-button-primary.k-hover, .k-button.k-button-flat.k-button-primary:hover, .k-button-flat.k-button-primary.k-fab:hover, .k-button-flat.k-button-primary.k-floating-action-button:hover, .k-button.k-button-flat.k-button-primary.k-hover, .k-button-flat.k-button-primary.k-hover.k-fab, .k-button-flat.k-button-primary.k-hover.k-floating-action-button {
      background-color: rgba(59, 130, 246, 0.1); }
  .k-button-flat.k-button-secondary, .k-button.k-button-flat.k-button-secondary, .k-button-flat.k-button-secondary.k-fab, .k-button-flat.k-button-secondary.k-floating-action-button {
    color: #6b7280; }
    .k-button-flat.k-button-secondary:hover, .k-button-flat.k-button-secondary.k-hover, .k-button.k-button-flat.k-button-secondary:hover, .k-button-flat.k-button-secondary.k-fab:hover, .k-button-flat.k-button-secondary.k-floating-action-button:hover, .k-button.k-button-flat.k-button-secondary.k-hover, .k-button-flat.k-button-secondary.k-hover.k-fab, .k-button-flat.k-button-secondary.k-hover.k-floating-action-button {
      background-color: rgba(107, 114, 128, 0.1); }
  .k-button-flat.k-button-success, .k-button.k-button-flat.k-button-success, .k-button-flat.k-button-success.k-fab, .k-button-flat.k-button-success.k-floating-action-button {
    color: #10b981; }
    .k-button-flat.k-button-success:hover, .k-button-flat.k-button-success.k-hover, .k-button.k-button-flat.k-button-success:hover, .k-button-flat.k-button-success.k-fab:hover, .k-button-flat.k-button-success.k-floating-action-button:hover, .k-button.k-button-flat.k-button-success.k-hover, .k-button-flat.k-button-success.k-hover.k-fab, .k-button-flat.k-button-success.k-hover.k-floating-action-button {
      background-color: rgba(16, 185, 129, 0.1); }
  .k-button-flat.k-button-warning, .k-button.k-button-flat.k-button-warning, .k-button-flat.k-button-warning.k-fab, .k-button-flat.k-button-warning.k-floating-action-button {
    color: #f59e0b; }
    .k-button-flat.k-button-warning:hover, .k-button-flat.k-button-warning.k-hover, .k-button.k-button-flat.k-button-warning:hover, .k-button-flat.k-button-warning.k-fab:hover, .k-button-flat.k-button-warning.k-floating-action-button:hover, .k-button.k-button-flat.k-button-warning.k-hover, .k-button-flat.k-button-warning.k-hover.k-fab, .k-button-flat.k-button-warning.k-hover.k-floating-action-button {
      background-color: rgba(245, 158, 11, 0.1); }
  .k-button-flat.k-button-error, .k-button.k-button-flat.k-button-error, .k-button-flat.k-button-error.k-fab, .k-button-flat.k-button-error.k-floating-action-button {
    color: #ef4444; }
    .k-button-flat.k-button-error:hover, .k-button-flat.k-button-error.k-hover, .k-button.k-button-flat.k-button-error:hover, .k-button-flat.k-button-error.k-fab:hover, .k-button-flat.k-button-error.k-floating-action-button:hover, .k-button.k-button-flat.k-button-error.k-hover, .k-button-flat.k-button-error.k-hover.k-fab, .k-button-flat.k-button-error.k-hover.k-floating-action-button {
      background-color: rgba(239, 68, 68, 0.1); }
  .k-button-flat.k-button-info, .k-button.k-button-flat.k-button-info, .k-button-flat.k-button-info.k-fab, .k-button-flat.k-button-info.k-floating-action-button {
    color: #06b6d4; }
    .k-button-flat.k-button-info:hover, .k-button-flat.k-button-info.k-hover, .k-button.k-button-flat.k-button-info:hover, .k-button-flat.k-button-info.k-fab:hover, .k-button-flat.k-button-info.k-floating-action-button:hover, .k-button.k-button-flat.k-button-info.k-hover, .k-button-flat.k-button-info.k-hover.k-fab, .k-button-flat.k-button-info.k-hover.k-floating-action-button {
      background-color: rgba(6, 182, 212, 0.1); }
  .k-button-flat.k-button-dark, .k-button.k-button-flat.k-button-dark, .k-button-flat.k-button-dark.k-fab, .k-button-flat.k-button-dark.k-floating-action-button {
    color: #1f2937; }
    .k-button-flat.k-button-dark:hover, .k-button-flat.k-button-dark.k-hover, .k-button.k-button-flat.k-button-dark:hover, .k-button-flat.k-button-dark.k-fab:hover, .k-button-flat.k-button-dark.k-floating-action-button:hover, .k-button.k-button-flat.k-button-dark.k-hover, .k-button-flat.k-button-dark.k-hover.k-fab, .k-button-flat.k-button-dark.k-hover.k-floating-action-button {
      background-color: rgba(31, 41, 55, 0.1); }
  .k-button-flat.k-button-light, .k-button.k-button-flat.k-button-light, .k-button-flat.k-button-light.k-fab, .k-button-flat.k-button-light.k-floating-action-button {
    color: #6b7280; }
    .k-button-flat.k-button-light:hover, .k-button-flat.k-button-light.k-hover, .k-button.k-button-flat.k-button-light:hover, .k-button-flat.k-button-light.k-fab:hover, .k-button-flat.k-button-light.k-floating-action-button:hover, .k-button.k-button-flat.k-button-light.k-hover, .k-button-flat.k-button-light.k-hover.k-fab, .k-button-flat.k-button-light.k-hover.k-floating-action-button {
      background-color: #f9fafb; }
  .k-button-flat:hover, .k-button-flat.k-hover, .k-button.k-button-flat:hover, .k-button-flat.k-fab:hover, .k-button-flat.k-floating-action-button:hover, .k-button.k-button-flat.k-hover, .k-button-flat.k-hover.k-fab, .k-button-flat.k-hover.k-floating-action-button {
    transform: none;
    box-shadow: none; }

.k-button-link, .k-button.k-button-link, .k-button-link.k-fab, .k-button-link.k-floating-action-button {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  padding: 0;
  min-height: auto;
  text-decoration: underline; }
  .k-button-link.k-button-base, .k-button-link:not([class*="k-button-"]):not(.k-button-primary):not(.k-button-secondary):not(.k-button-success):not(.k-button-warning):not(.k-button-error):not(.k-button-info):not(.k-button-dark):not(.k-button-light), .k-button.k-button-link.k-button-base, .k-button-link.k-button-base.k-fab, .k-button-link.k-button-base.k-floating-action-button, .k-button.k-button-link:not([class*="k-button-"]):not(.k-button-primary):not(.k-button-secondary):not(.k-button-success):not(.k-button-warning):not(.k-button-error):not(.k-button-info):not(.k-button-dark):not(.k-button-light), .k-button-link.k-fab:not([class*="k-button-"]):not(.k-button-primary):not(.k-button-secondary):not(.k-button-success):not(.k-button-warning):not(.k-button-error):not(.k-button-info):not(.k-button-dark):not(.k-button-light), .k-button-link.k-floating-action-button:not([class*="k-button-"]):not(.k-button-primary):not(.k-button-secondary):not(.k-button-success):not(.k-button-warning):not(.k-button-error):not(.k-button-info):not(.k-button-dark):not(.k-button-light) {
    color: #3b82f6; }
    .k-button-link.k-button-base:hover, .k-button-link.k-button-base.k-hover, .k-button-link:not([class*="k-button-"]):not(.k-button-primary):not(.k-button-secondary):not(.k-button-success):not(.k-button-warning):not(.k-button-error):not(.k-button-info):not(.k-button-dark):not(.k-button-light):hover, .k-button-link:not([class*="k-button-"]):not(.k-button-primary):not(.k-button-secondary):not(.k-button-success):not(.k-button-warning):not(.k-button-error):not(.k-button-info):not(.k-button-dark):not(.k-button-light).k-hover, .k-button.k-button-link.k-button-base:hover, .k-button-link.k-button-base.k-fab:hover, .k-button-link.k-button-base.k-floating-action-button:hover, .k-button.k-button-link.k-button-base.k-hover, .k-button-link.k-button-base.k-hover.k-fab, .k-button-link.k-button-base.k-hover.k-floating-action-button, .k-button.k-button-link:not([class*="k-button-"]):not(.k-button-primary):not(.k-button-secondary):not(.k-button-success):not(.k-button-warning):not(.k-button-error):not(.k-button-info):not(.k-button-dark):not(.k-button-light):hover, .k-button-link.k-fab:not([class*="k-button-"]):not(.k-button-primary):not(.k-button-secondary):not(.k-button-success):not(.k-button-warning):not(.k-button-error):not(.k-button-info):not(.k-button-dark):not(.k-button-light):hover, .k-button-link.k-floating-action-button:not([class*="k-button-"]):not(.k-button-primary):not(.k-button-secondary):not(.k-button-success):not(.k-button-warning):not(.k-button-error):not(.k-button-info):not(.k-button-dark):not(.k-button-light):hover, .k-button.k-button-link:not([class*="k-button-"]):not(.k-button-primary):not(.k-button-secondary):not(.k-button-success):not(.k-button-warning):not(.k-button-error):not(.k-button-info):not(.k-button-dark):not(.k-button-light).k-hover, .k-button-link.k-fab:not([class*="k-button-"]):not(.k-button-primary):not(.k-button-secondary):not(.k-button-success):not(.k-button-warning):not(.k-button-error):not(.k-button-info):not(.k-button-dark):not(.k-button-light).k-hover, .k-button-link.k-floating-action-button:not([class*="k-button-"]):not(.k-button-primary):not(.k-button-secondary):not(.k-button-success):not(.k-button-warning):not(.k-button-error):not(.k-button-info):not(.k-button-dark):not(.k-button-light).k-hover {
      color: #2563eb;
      text-decoration: none; }
  .k-button-link.k-button-primary, .k-button.k-button-link.k-button-primary, .k-button-link.k-button-primary.k-fab, .k-button-link.k-button-primary.k-floating-action-button {
    color: #3b82f6; }
    .k-button-link.k-button-primary:hover, .k-button-link.k-button-primary.k-hover, .k-button.k-button-link.k-button-primary:hover, .k-button-link.k-button-primary.k-fab:hover, .k-button-link.k-button-primary.k-floating-action-button:hover, .k-button.k-button-link.k-button-primary.k-hover, .k-button-link.k-button-primary.k-hover.k-fab, .k-button-link.k-button-primary.k-hover.k-floating-action-button {
      color: #2563eb; }
  .k-button-link.k-button-secondary, .k-button.k-button-link.k-button-secondary, .k-button-link.k-button-secondary.k-fab, .k-button-link.k-button-secondary.k-floating-action-button {
    color: #6b7280; }
    .k-button-link.k-button-secondary:hover, .k-button-link.k-button-secondary.k-hover, .k-button.k-button-link.k-button-secondary:hover, .k-button-link.k-button-secondary.k-fab:hover, .k-button-link.k-button-secondary.k-floating-action-button:hover, .k-button.k-button-link.k-button-secondary.k-hover, .k-button-link.k-button-secondary.k-hover.k-fab, .k-button-link.k-button-secondary.k-hover.k-floating-action-button {
      color: #4b5563; }
  .k-button-link.k-button-success, .k-button.k-button-link.k-button-success, .k-button-link.k-button-success.k-fab, .k-button-link.k-button-success.k-floating-action-button {
    color: #10b981; }
    .k-button-link.k-button-success:hover, .k-button-link.k-button-success.k-hover, .k-button.k-button-link.k-button-success:hover, .k-button-link.k-button-success.k-fab:hover, .k-button-link.k-button-success.k-floating-action-button:hover, .k-button.k-button-link.k-button-success.k-hover, .k-button-link.k-button-success.k-hover.k-fab, .k-button-link.k-button-success.k-hover.k-floating-action-button {
      color: #059669; }
  .k-button-link.k-button-warning, .k-button.k-button-link.k-button-warning, .k-button-link.k-button-warning.k-fab, .k-button-link.k-button-warning.k-floating-action-button {
    color: #f59e0b; }
    .k-button-link.k-button-warning:hover, .k-button-link.k-button-warning.k-hover, .k-button.k-button-link.k-button-warning:hover, .k-button-link.k-button-warning.k-fab:hover, .k-button-link.k-button-warning.k-floating-action-button:hover, .k-button.k-button-link.k-button-warning.k-hover, .k-button-link.k-button-warning.k-hover.k-fab, .k-button-link.k-button-warning.k-hover.k-floating-action-button {
      color: #d97706; }
  .k-button-link.k-button-error, .k-button.k-button-link.k-button-error, .k-button-link.k-button-error.k-fab, .k-button-link.k-button-error.k-floating-action-button {
    color: #ef4444; }
    .k-button-link.k-button-error:hover, .k-button-link.k-button-error.k-hover, .k-button.k-button-link.k-button-error:hover, .k-button-link.k-button-error.k-fab:hover, .k-button-link.k-button-error.k-floating-action-button:hover, .k-button.k-button-link.k-button-error.k-hover, .k-button-link.k-button-error.k-hover.k-fab, .k-button-link.k-button-error.k-hover.k-floating-action-button {
      color: #dc2626; }
  .k-button-link.k-button-info, .k-button.k-button-link.k-button-info, .k-button-link.k-button-info.k-fab, .k-button-link.k-button-info.k-floating-action-button {
    color: #06b6d4; }
    .k-button-link.k-button-info:hover, .k-button-link.k-button-info.k-hover, .k-button.k-button-link.k-button-info:hover, .k-button-link.k-button-info.k-fab:hover, .k-button-link.k-button-info.k-floating-action-button:hover, .k-button.k-button-link.k-button-info.k-hover, .k-button-link.k-button-info.k-hover.k-fab, .k-button-link.k-button-info.k-hover.k-floating-action-button {
      color: #0891b2; }
  .k-button-link.k-button-dark, .k-button.k-button-link.k-button-dark, .k-button-link.k-button-dark.k-fab, .k-button-link.k-button-dark.k-floating-action-button {
    color: #1f2937; }
    .k-button-link.k-button-dark:hover, .k-button-link.k-button-dark.k-hover, .k-button.k-button-link.k-button-dark:hover, .k-button-link.k-button-dark.k-fab:hover, .k-button-link.k-button-dark.k-floating-action-button:hover, .k-button.k-button-link.k-button-dark.k-hover, .k-button-link.k-button-dark.k-hover.k-fab, .k-button-link.k-button-dark.k-hover.k-floating-action-button {
      color: #111827; }
  .k-button-link.k-button-light, .k-button.k-button-link.k-button-light, .k-button-link.k-button-light.k-fab, .k-button-link.k-button-light.k-floating-action-button {
    color: #6b7280; }
    .k-button-link.k-button-light:hover, .k-button-link.k-button-light.k-hover, .k-button.k-button-link.k-button-light:hover, .k-button-link.k-button-light.k-fab:hover, .k-button-link.k-button-light.k-floating-action-button:hover, .k-button.k-button-link.k-button-light.k-hover, .k-button-link.k-button-light.k-hover.k-fab, .k-button-link.k-button-light.k-hover.k-floating-action-button {
      color: #374151; }
  .k-button-link:hover, .k-button-link.k-hover, .k-button.k-button-link:hover, .k-button-link.k-fab:hover, .k-button-link.k-floating-action-button:hover, .k-button.k-button-link.k-hover, .k-button-link.k-hover.k-fab, .k-button-link.k-hover.k-floating-action-button {
    transform: none;
    box-shadow: none;
    text-decoration: none; }

.k-button-group {
  display: inline-flex; }
  .k-button-group .k-button, .k-button-group .k-fab, .k-button-group .k-floating-action-button {
    border-radius: 0; }
    .k-button-group .k-button:first-child, .k-button-group .k-fab:first-child, .k-button-group .k-floating-action-button:first-child {
      border-top-left-radius: 8px;
      border-bottom-left-radius: 8px; }
    .k-button-group .k-button:last-child, .k-button-group .k-fab:last-child, .k-button-group .k-floating-action-button:last-child {
      border-top-right-radius: 8px;
      border-bottom-right-radius: 8px; }
    .k-button-group .k-button:not(:first-child), .k-button-group .k-fab:not(:first-child), .k-button-group .k-floating-action-button:not(:first-child) {
      border-left-width: 0; }
    .k-button-group .k-button:focus, .k-button-group .k-fab:focus, .k-button-group .k-floating-action-button:focus, .k-button-group .k-button.k-focus, .k-button-group .k-focus.k-fab, .k-button-group .k-focus.k-floating-action-button {
      position: relative;
      z-index: 1; }

.k-fab, .k-floating-action-button {
  border-radius: 50%;
  width: 56px;
  height: 56px;
  padding: 0;
  box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.2); }
  .k-fab:hover, .k-fab.k-hover, .k-floating-action-button:hover, .k-floating-action-button.k-hover {
    box-shadow: 0 12px 30px 0 rgba(0, 0, 0, 0.3);
    transform: translateY(-2px); }
  .k-fab.k-fab-sm, .k-floating-action-button.k-fab-sm {
    width: 40px;
    height: 40px; }
  .k-fab.k-fab-lg, .k-floating-action-button.k-fab-lg {
    width: 72px;
    height: 72px; }

.k-split-button {
  display: inline-flex; }
  .k-split-button .k-button, .k-split-button .k-fab, .k-split-button .k-floating-action-button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .k-split-button .k-split-button-arrow {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left-width: 0;
    padding: 8px;
    min-width: auto; }

.k-dropdownlist,
.k-picker.k-dropdownlist {
  font-family: "Inter", Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  border-radius: 8px !important;
  border: 1px solid #eee !important;
  background-color: #ffffff !important;
  color: #222 !important;
  transition: all 0.2s ease-in-out !important;
  min-height: 40px !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1) !important; }
  .k-dropdownlist .k-input-inner,
  .k-picker.k-dropdownlist .k-input-inner {
    padding: 8px 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    min-height: 40px !important; }
    .k-dropdownlist .k-input-inner .k-input-value-text,
    .k-picker.k-dropdownlist .k-input-inner .k-input-value-text {
      color: #222 !important;
      font-weight: 500 !important; }
  .k-dropdownlist .k-input-button,
  .k-picker.k-dropdownlist .k-input-button {
    background-color: transparent !important;
    border: none !important;
    color: #3b82f6 !important;
    padding: 8px !important;
    border-radius: 0 8px 8px 0 !important;
    transition: all 0.2s ease-in-out !important; }
    .k-dropdownlist .k-input-button .k-icon,
    .k-picker.k-dropdownlist .k-input-button .k-icon {
      color: #3b82f6 !important;
      transition: transform 0.2s ease-in-out !important; }
    .k-dropdownlist .k-input-button:hover,
    .k-picker.k-dropdownlist .k-input-button:hover {
      background-color: rgba(59, 130, 246, 0.1) !important; }
      .k-dropdownlist .k-input-button:hover .k-icon,
      .k-picker.k-dropdownlist .k-input-button:hover .k-icon {
        transform: translateY(1px) !important; }
    .k-dropdownlist .k-input-button:focus,
    .k-picker.k-dropdownlist .k-input-button:focus {
      outline: none !important;
      box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1) !important; }
  .k-dropdownlist:hover,
  .k-picker.k-dropdownlist:hover {
    border-color: #eee !important;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15) !important;
    transform: translateY(-1px) !important; }
  .k-dropdownlist:focus, .k-dropdownlist.k-focus,
  .k-picker.k-dropdownlist:focus,
  .k-picker.k-dropdownlist.k-focus {
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1) !important;
    outline: none !important; }
  .k-dropdownlist.k-expanded,
  .k-picker.k-dropdownlist.k-expanded {
    box-shadow: 0 4px 12px 0 rgba(59, 130, 246, 0.2) !important; }
    .k-dropdownlist.k-expanded .k-input-button .k-icon,
    .k-picker.k-dropdownlist.k-expanded .k-input-button .k-icon {
      transform: rotate(180deg) !important; }
  .k-dropdownlist.k-disabled,
  .k-picker.k-dropdownlist.k-disabled {
    opacity: 0.6 !important;
    cursor: not-allowed !important;
    background-color: #f9fafb !important; }
    .k-dropdownlist.k-disabled .k-input-inner .k-input-value-text,
    .k-picker.k-dropdownlist.k-disabled .k-input-inner .k-input-value-text {
      color: #6b7280 !important; }
    .k-dropdownlist.k-disabled .k-input-button,
    .k-picker.k-dropdownlist.k-disabled .k-input-button {
      color: #6b7280 !important;
      cursor: not-allowed !important; }
      .k-dropdownlist.k-disabled .k-input-button:hover,
      .k-picker.k-dropdownlist.k-disabled .k-input-button:hover {
        background-color: transparent !important; }

.k-dropdownlist.k-picker-sm {
  min-height: 32px; }
  .k-dropdownlist.k-picker-sm .k-input-inner {
    padding: 6px 10px;
    min-height: 32px;
    font-size: 0.875rem; }
  .k-dropdownlist.k-picker-sm .k-input-button {
    padding: 6px; }

.k-dropdownlist.k-picker-md {
  min-height: 40px; }
  .k-dropdownlist.k-picker-md .k-input-inner {
    padding: 8px 12px;
    min-height: 40px;
    font-size: 1rem; }
  .k-dropdownlist.k-picker-md .k-input-button {
    padding: 8px; }

.k-dropdownlist.k-picker-lg {
  min-height: 48px; }
  .k-dropdownlist.k-picker-lg .k-input-inner {
    padding: 12px 16px;
    min-height: 48px;
    font-size: 1.125rem;
    font-weight: 600; }
  .k-dropdownlist.k-picker-lg .k-input-button {
    padding: 12px; }

.k-dropdownlist.k-rounded-sm {
  border-radius: 4px; }
  .k-dropdownlist.k-rounded-sm .k-input-button {
    border-radius: 0 4px 4px 0; }

.k-dropdownlist.k-rounded-md {
  border-radius: 8px; }
  .k-dropdownlist.k-rounded-md .k-input-button {
    border-radius: 0 8px 8px 0; }

.k-dropdownlist.k-rounded-lg {
  border-radius: 12px; }
  .k-dropdownlist.k-rounded-lg .k-input-button {
    border-radius: 0 12px 12px 0; }

.k-dropdownlist.k-picker-primary,
.k-picker.k-dropdownlist.k-picker-primary {
  border-color: #3b82f6 !important; }
  .k-dropdownlist.k-picker-primary .k-input-button,
  .k-picker.k-dropdownlist.k-picker-primary .k-input-button {
    color: #3b82f6 !important; }
    .k-dropdownlist.k-picker-primary .k-input-button:hover,
    .k-picker.k-dropdownlist.k-picker-primary .k-input-button:hover {
      background-color: rgba(59, 130, 246, 0.1) !important; }
  .k-dropdownlist.k-picker-primary:hover,
  .k-picker.k-dropdownlist.k-picker-primary:hover {
    border-color: #2563eb !important;
    box-shadow: 0 4px 12px 0 rgba(59, 130, 246, 0.2) !important; }
  .k-dropdownlist.k-picker-primary:focus, .k-dropdownlist.k-picker-primary.k-focus,
  .k-picker.k-dropdownlist.k-picker-primary:focus,
  .k-picker.k-dropdownlist.k-picker-primary.k-focus {
    border-color: #2563eb !important;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2) !important; }

.k-dropdownlist.k-picker-secondary {
  border-color: #6b7280; }
  .k-dropdownlist.k-picker-secondary .k-input-button {
    color: #6b7280; }
    .k-dropdownlist.k-picker-secondary .k-input-button:hover {
      background-color: rgba(107, 114, 128, 0.1); }
  .k-dropdownlist.k-picker-secondary:hover {
    border-color: #4b5563;
    box-shadow: 0 4px 12px 0 rgba(107, 114, 128, 0.2); }
  .k-dropdownlist.k-picker-secondary:focus, .k-dropdownlist.k-picker-secondary.k-focus {
    border-color: #4b5563;
    box-shadow: 0 0 0 3px rgba(107, 114, 128, 0.2); }

.k-dropdownlist.k-picker-success {
  border-color: #10b981; }
  .k-dropdownlist.k-picker-success .k-input-button {
    color: #10b981; }
    .k-dropdownlist.k-picker-success .k-input-button:hover {
      background-color: rgba(16, 185, 129, 0.1); }
  .k-dropdownlist.k-picker-success:hover {
    border-color: #059669;
    box-shadow: 0 4px 12px 0 rgba(16, 185, 129, 0.2); }
  .k-dropdownlist.k-picker-success:focus, .k-dropdownlist.k-picker-success.k-focus {
    border-color: #059669;
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.2); }

.k-dropdownlist.k-picker-warning {
  border-color: #f59e0b; }
  .k-dropdownlist.k-picker-warning .k-input-button {
    color: #f59e0b; }
    .k-dropdownlist.k-picker-warning .k-input-button:hover {
      background-color: rgba(245, 158, 11, 0.1); }
  .k-dropdownlist.k-picker-warning:hover {
    border-color: #d97706;
    box-shadow: 0 4px 12px 0 rgba(245, 158, 11, 0.2); }
  .k-dropdownlist.k-picker-warning:focus, .k-dropdownlist.k-picker-warning.k-focus {
    border-color: #d97706;
    box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.2); }

.k-dropdownlist.k-picker-error {
  border-color: #ef4444; }
  .k-dropdownlist.k-picker-error .k-input-button {
    color: #ef4444; }
    .k-dropdownlist.k-picker-error .k-input-button:hover {
      background-color: rgba(239, 68, 68, 0.1); }
  .k-dropdownlist.k-picker-error:hover {
    border-color: #dc2626;
    box-shadow: 0 4px 12px 0 rgba(239, 68, 68, 0.2); }
  .k-dropdownlist.k-picker-error:focus, .k-dropdownlist.k-picker-error.k-focus {
    border-color: #dc2626;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.2); }

.k-list-container {
  border: 1px solid #e5e7eb !important;
  border-radius: 8px !important;
  background-color: #ffffff !important;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.15) !important;
  margin-top: 4px !important; }
  .k-list-container .k-list {
    max-height: 200px !important;
    overflow-y: auto !important; }
    .k-list-container .k-list .k-list-item {
      padding: 8px 12px !important;
      color: #222 !important;
      transition: all 0.15s ease-in-out !important;
      border: none !important; }
      .k-list-container .k-list .k-list-item:hover {
        background-color: rgba(59, 130, 246, 0.1) !important;
        color: #3b82f6 !important; }
      .k-list-container .k-list .k-list-item.k-selected {
        background-color: #3b82f6 !important;
        color: white !important; }
        .k-list-container .k-list .k-list-item.k-selected:hover {
          background-color: #2563eb !important; }
      .k-list-container .k-list .k-list-item.k-focused {
        background-color: rgba(59, 130, 246, 0.05) !important;
        box-shadow: inset 0 0 0 2px rgba(59, 130, 246, 0.2) !important; }

@media (max-width: 768px) {
  .k-dropdownlist {
    min-height: 44px; }
    .k-dropdownlist .k-input-inner {
      min-height: 44px;
      padding: 10px 12px; }
    .k-dropdownlist .k-input-button {
      padding: 10px; } }

@media (prefers-color-scheme: dark) {
  .k-dropdownlist {
    background-color: #1f2937;
    border-color: #374151;
    color: #f9fafb; }
    .k-dropdownlist .k-input-inner .k-input-value-text {
      color: #f9fafb; }
    .k-dropdownlist:hover {
      border-color: #3b82f6; }
  .k-list-container {
    background-color: #1f2937;
    border-color: #374151; }
    .k-list-container .k-list .k-list-item {
      color: #f9fafb; }
      .k-list-container .k-list .k-list-item:hover {
        background-color: rgba(59, 130, 246, 0.2); } }
