/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./apps/admin-panel/src/styles.scss?ngGlobalStyle ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
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;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-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.
*/
::-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 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}
::-webkit-date-and-time-value{
  min-height: 1.5em;
  text-align: inherit;
}
::-webkit-datetime-edit{
  display: inline-flex;
}
::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}
select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
[multiple],[size]:where(select:not([size="1"])){
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}
[type='checkbox'],[type='radio']{
  appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
[type='checkbox']{
  border-radius: 0px;
}
[type='radio']{
  border-radius: 100%;
}
[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
@media (forced-colors: active) {
  [type='checkbox']:checked{
    appearance: auto;
  }
}
[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
@media (forced-colors: active) {
  [type='radio']:checked{
    appearance: auto;
  }
}
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media (forced-colors: active) {
  [type='checkbox']:indeterminate{
    appearance: auto;
  }
}
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}
[type='file']:focus{
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
.container{
  width: 100%;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.visible{
  visibility: visible;
}
.collapse{
  visibility: collapse;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.isolate{
  isolation: isolate;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.float-right{
  float: right;
}
.m-8{
  margin: 2rem;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.block{
  display: block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.h-96{
  height: 24rem;
}
.min-h-screen{
  min-height: 100vh;
}
.w-24{
  width: 6rem;
}
.w-auto{
  width: auto;
}
.w-full{
  width: 100%;
}
.max-w-2xl{
  max-width: 42rem;
}
.max-w-4xl{
  max-width: 56rem;
}
.max-w-xl{
  max-width: 36rem;
}
.border-collapse{
  border-collapse: collapse;
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
  cursor: pointer;
}
.resize{
  resize: both;
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-center{
  align-items: center;
}
.justify-center{
  justify-content: center;
}
.gap-2{
  gap: 0.5rem;
}
.gap-4{
  gap: 1rem;
}
.gap-y-2{
  row-gap: 0.5rem;
}
.border{
  border-width: 1px;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.p-8{
  padding: 2rem;
}
.pt-16{
  padding-top: 4rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.lowercase{
  text-transform: lowercase;
}
.capitalize{
  text-transform: capitalize;
}
.text-blue-700{
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-neutral-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-neutral-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.underline{
  text-decoration-line: underline;
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.outline{
  outline-style: solid;
}
.ring{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow{
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.grayscale{
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-filter{
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ant-form-item{
  margin-bottom: 0.5rem;
}

nz-table{
  overflow: hidden;
}

.topbar-language-dropdown.ant-dropdown,
.topbar-profile-dropdown.ant-dropdown {
  min-width: unset !important;
}

.topbar-language-dropdown .topbar-dropdown-list,
.topbar-profile-dropdown .topbar-dropdown-list {
  min-width: 210px !important;
  padding: 8px !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 16px !important;
  background: #ffffff !important;
  box-shadow: 0 18px 44px rgba(22, 34, 65, 0.16) !important;
}

.topbar-profile-dropdown .topbar-dropdown-list {
  width: 220px !important;
  min-width: 220px !important;
}

.topbar-language-dropdown .ant-dropdown-menu-item,
.topbar-profile-dropdown .ant-dropdown-menu-item {
  display: flex !important;
  min-height: 40px !important;
  align-items: center !important;
  gap: 10px !important;
  margin: 2px 0 !important;
  padding: 8px 10px !important;
  border-radius: 11px !important;
  color: #2d3344 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

.topbar-language-dropdown .ant-dropdown-menu-item:hover,
.topbar-language-dropdown .ant-dropdown-menu-item.is-selected,
.topbar-profile-dropdown .ant-dropdown-menu-item:hover {
  background: #eef4ff !important;
  color: #004cca !important;
}

.topbar-profile-dropdown .ant-dropdown-menu-item.danger,
.topbar-profile-dropdown .ant-dropdown-menu-item.danger span,
.topbar-profile-dropdown .ant-dropdown-menu-item.danger i {
  color: #ba1a1a !important;
}

.topbar-profile-dropdown .ant-dropdown-menu-item.danger:hover {
  background: #fff1f0 !important;
}

.topbar-profile-dropdown .ant-dropdown-menu-item i {
  display: inline-flex !important;
  width: 18px !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 16px !important;
}

.topbar-language-dropdown .language-flag {
  position: relative !important;
  display: inline-flex !important;
  width: 28px !important;
  height: 28px !important;
  flex: 0 0 28px !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  border: 1px solid #dbe6ff !important;
  border-radius: 999px !important;
  font-size: 0 !important;
}

.topbar-language-dropdown .language-flag.flag-us {
  background: repeating-linear-gradient(to bottom, #b91c1c 0 3px, #ffffff 3px 6px) !important;
}

.topbar-language-dropdown .language-flag.flag-us::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 48%;
  height: 54%;
  border-radius: 999px 0 4px 0;
  background: #1d4ed8;
  content: "";
}

.topbar-language-dropdown .language-flag.flag-al {
  background: #e11d2e !important;
}

.topbar-language-dropdown .language-flag.flag-al::before {
  color: #111827;
  content: "◆";
  font-size: 10px;
  line-height: 1;
  transform: scaleX(1.45);
}

.topbar-language-dropdown .topbar-dropdown-list small {
  display: inline-flex !important;
  min-width: 28px !important;
  height: 22px !important;
  align-items: center !important;
  justify-content: center !important;
  margin-left: auto !important;
  border-radius: 999px !important;
  background: #f1f5fb !important;
  color: #64748b !important;
  font-size: 10px !important;
  font-weight: 900 !important;
}

/* Modern confirmation popover used by management destructive actions.
   Popconfirm overlays are rendered outside component DOM, so this must be global. */
.yt-confirm-popover.ant-popover .ant-popover-inner {
  overflow: hidden !important;
  border: 1px solid #dbe2f2 !important;
  border-radius: 16px !important;
  background: #ffffff !important;
  box-shadow: 0 16px 34px rgba(25, 27, 36, 0.14) !important;
}
.yt-confirm-popover.ant-popover .ant-popover-inner-content {
  padding: 14px !important;
}
.yt-confirm-popover.ant-popover .ant-popover-arrow-content {
  background: #ffffff !important;
  box-shadow: -1px -1px 0 #dbe2f2 !important;
}
.yt-confirm-popover.ant-popover .ant-popover-message {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 9px !important;
  min-width: 220px;
  padding: 0 !important;
  color: #191b24 !important;
  font-size: 14px !important;
  font-weight: 850 !important;
  line-height: 1.35 !important;
}
.yt-confirm-popover.ant-popover .ant-popover-message > .anticon {
  position: static !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 24px !important;
  width: 24px !important;
  height: 24px !important;
  margin: 0 !important;
  border-radius: 9px !important;
  background: #fff7ed !important;
  color: #f59e0b !important;
  font-size: 13px !important;
}
.yt-confirm-popover.ant-popover .ant-popover-message-title {
  padding-left: 0 !important;
  font-size: 15px !important;
  letter-spacing: -0.02em !important;
  text-align: center !important;
}
.yt-confirm-popover.ant-popover .ant-popover-buttons {
  display: flex !important;
  justify-content: center !important;
  gap: 9px !important;
  margin-top: 13px !important;
  text-align: center !important;
}
.yt-confirm-popover.ant-popover .ant-popover-buttons .ant-btn {
  min-width: 68px !important;
  min-height: 34px !important;
  height: 34px !important;
  border-radius: 10px !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  box-shadow: none !important;
}
.yt-confirm-popover.ant-popover .ant-popover-buttons .ant-btn-default {
  border-color: #dbe3f2 !important;
  background: #ffffff !important;
  color: #191b24 !important;
}
.yt-confirm-popover.ant-popover .ant-popover-buttons .ant-btn-default:hover,
.yt-confirm-popover.ant-popover .ant-popover-buttons .ant-btn-default:focus {
  border-color: #b9c6dd !important;
  color: #004cca !important;
}
.yt-confirm-popover.ant-popover .ant-popover-buttons .ant-btn-primary {
  border-color: #dc2626 !important;
  background: #dc2626 !important;
  color: #ffffff !important;
}
.yt-confirm-popover.ant-popover .ant-popover-buttons .ant-btn-primary:hover,
.yt-confirm-popover.ant-popover .ant-popover-buttons .ant-btn-primary:focus {
  border-color: #b91c1c !important;
  background: #b91c1c !important;
}

.search-box {
  padding: 8px;
}

.search-box input {
  width: 188px;
  margin-bottom: 8px;
  display: block;
}

.search-box button {
  width: 90px;
}

.search-button {
  margin-right: 8px;
}

.ant-statistic-content-value-int {
  font-size: 24px;
}

.ant-statistic-content-suffix {
  font-size: 16px;
}

.ant-statistic-content-prefix .anticon {
  vertical-align: 0.07em !important;
}

/* Yoo Taxi calendar/time picker system.
   This keeps NG-ZORRO behavior and form bindings, but replaces the old visual shell globally. */
.ant-picker {
  min-height: 44px !important;
  border: 1px solid #d7def0 !important;
  border-radius: 14px !important;
  background: #ffffff !important;
  color: #191b24 !important;
  box-shadow: 0 4px 12px rgba(22, 34, 65, 0.03) !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  transition: border-color 0.16s ease, box-shadow 0.16s ease, background 0.16s ease !important;
}

.ant-picker:hover,
.ant-picker-focused {
  border-color: #0066ff !important;
  box-shadow: 0 0 0 3px rgba(0, 102, 255, 0.12) !important;
}

.ant-picker-input > input {
  color: #191b24 !important;
  font-size: 14px !important;
  font-weight: 750 !important;
}

.ant-picker-input > input::placeholder {
  color: #8a94a8 !important;
  font-weight: 700 !important;
}

.ant-picker-suffix,
.ant-picker-clear {
  color: #0066ff !important;
}

.ant-picker-disabled {
  border-color: #e2e7f1 !important;
  background: #f6f8fc !important;
  color: #9aa4b7 !important;
  box-shadow: none !important;
}

.ant-picker-dropdown {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

.ant-picker-dropdown .ant-picker-panel-container {
  overflow: hidden !important;
  border: 1px solid #d7def0 !important;
  border-radius: 20px !important;
  background: #ffffff !important;
  box-shadow: 0 24px 54px rgba(22, 34, 65, 0.18) !important;
}

.ant-picker-dropdown .ant-picker-panel {
  border: 0 !important;
}

.ant-picker-dropdown .ant-picker-header {
  min-height: 58px !important;
  border-bottom: 1px solid #edf1f7 !important;
  color: #191b24 !important;
}

.ant-picker-dropdown .ant-picker-header button {
  min-width: 34px !important;
  height: 34px !important;
  border-radius: 11px !important;
  background: transparent !important;
  color: #424656 !important;
  transition: background 0.16s ease, color 0.16s ease !important;
}

.ant-picker-dropdown .ant-picker-header button:hover {
  background: #eef4ff !important;
  color: #004cca !important;
}

.ant-picker-dropdown .ant-picker-header-view {
  color: #191b24 !important;
  font-size: 17px !important;
  font-weight: 900 !important;
  letter-spacing: -0.03em !important;
}

.ant-picker-dropdown .ant-picker-content th {
  height: 34px !important;
  color: #596173 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

.ant-picker-dropdown .ant-picker-cell {
  color: #c6ccda !important;
}

.ant-picker-dropdown .ant-picker-cell-inner {
  min-width: 36px !important;
  height: 36px !important;
  border-radius: 12px !important;
  color: #191b24 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 36px !important;
  transition: background 0.16s ease, box-shadow 0.16s ease, color 0.16s ease !important;
}

.ant-picker-dropdown .ant-picker-cell:hover .ant-picker-cell-inner {
  background: #eef4ff !important;
  color: #004cca !important;
}

.ant-picker-dropdown .ant-picker-cell-today .ant-picker-cell-inner::before {
  border: 1px solid #0066ff !important;
  border-radius: 12px !important;
}

.ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner,
.ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner,
.ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-end .ant-picker-cell-inner {
  background: #0066ff !important;
  color: #ffffff !important;
  box-shadow: 0 10px 20px rgba(0, 102, 255, 0.24) !important;
}

.ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-in-range::before,
.ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single)::before,
.ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single)::before {
  background: #e5efff !important;
}

.ant-picker-dropdown .ant-picker-cell-disabled .ant-picker-cell-inner {
  color: #bac2d1 !important;
}

.ant-picker-dropdown .ant-picker-footer {
  border-top: 1px solid #edf1f7 !important;
}

.ant-picker-dropdown .ant-picker-now-btn {
  color: #004cca !important;
  font-weight: 850 !important;
}

.ant-picker-dropdown .ant-picker-ok .ant-btn {
  min-height: 34px !important;
  border-color: #0066ff !important;
  border-radius: 11px !important;
  background: #0066ff !important;
  color: #ffffff !important;
  font-weight: 850 !important;
  box-shadow: 0 10px 20px rgba(0, 102, 255, 0.2) !important;
}

.ant-picker-dropdown .ant-picker-time-panel {
  border-left-color: #edf1f7 !important;
}

.ant-picker-dropdown .ant-picker-time-panel-column {
  scrollbar-width: thin;
}

.ant-picker-dropdown .ant-picker-time-panel-column > li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner {
  min-width: 62px !important;
  height: 34px !important;
  margin: 2px 6px !important;
  border-radius: 11px !important;
  color: #424656 !important;
  font-weight: 800 !important;
  line-height: 34px !important;
}

.ant-picker-dropdown .ant-picker-time-panel-column > li.ant-picker-time-panel-cell-selected .ant-picker-time-panel-cell-inner {
  background: #0066ff !important;
  color: #ffffff !important;
}

.ant-picker-dropdown .ant-picker-time-panel-column > li.ant-picker-time-panel-cell:not(.ant-picker-time-panel-cell-selected):hover .ant-picker-time-panel-cell-inner {
  background: #eef4ff !important;
  color: #004cca !important;
}

.ant-picker-ranges {
  gap: 8px !important;
  padding: 10px 12px !important;
}

.ant-picker-ranges .ant-picker-preset > .ant-tag-blue,
.ant-picker-ranges .ant-picker-preset > .ant-tag {
  border: 1px solid #d7def0 !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: #004cca !important;
  font-weight: 850 !important;
}

admin-date-time-picker .ant-picker {
  width: 100% !important;
}

* {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

button,
[type=button],
[type=reset],
[type=submit]{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.table-first-line{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.group:hover .table-first-line{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

@media (prefers-color-scheme: dark){
  .table-first-line{
    --tw-text-opacity: 1;
    color: rgb(243 244 246 / var(--tw-text-opacity, 1));
  }
  .group:hover .table-first-line{
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
  }
}

.table-second-line{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.group:hover .table-second-line{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

@media (prefers-color-scheme: dark){
  .group:hover .table-second-line{
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
  }
}

/* Admin dashboard modernization. Kept global and scoped by root class so the
   overview cannot collapse into raw text if lazy component styles are delayed. */
.modern-dashboard {
  --yt-primary: #004cca;
  --yt-primary-bright: #0062ff;
  --yt-bg: #faf8ff;
  --yt-card: #ffffff;
  --yt-text: #191b24;
  --yt-muted: #424656;
  --yt-border: #d8dbea;
  --yt-border-strong: #c2c6d9;
  --yt-success: #089b4f;
  --yt-warning: #f97316;
  --yt-shadow: 0 10px 30px rgba(22, 34, 65, 0.08);
  --yt-soft-shadow: 0 4px 14px rgba(22, 34, 65, 0.05);
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
  color: var(--yt-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.modern-dashboard,
.modern-dashboard * {
  box-sizing: border-box;
}
.modern-dashboard a {
  text-decoration: none;
}
.modern-dashboard .dashboard-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}
.modern-dashboard .eyebrow {
  margin: 0 0 8px;
  color: var(--yt-primary);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}
.modern-dashboard .dashboard-heading h1 {
  margin: 0;
  color: var(--yt-text);
  font-size: 30px;
  font-weight: 850;
  letter-spacing: -0.04em;
  line-height: 38px;
}
.modern-dashboard .dashboard-subtitle {
  margin: 4px 0 0;
  color: var(--yt-muted);
  font-size: 14px;
}
.modern-dashboard .dashboard-date-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid var(--yt-border);
  border-radius: 999px;
  background: #fff;
  color: var(--yt-muted);
  font-weight: 700;
  white-space: nowrap;
}
.modern-dashboard .dashboard-skeleton,
.modern-dashboard .kpi-card,
.modern-dashboard .modern-section-card {
  border: 1px solid var(--yt-border-strong);
  border-radius: 16px;
  background: var(--yt-card);
  box-shadow: var(--yt-soft-shadow);
}
.modern-dashboard .dashboard-skeleton {
  padding: 20px;
}
.modern-dashboard .kpi-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}
.modern-dashboard .kpi-card {
  min-height: 144px;
  padding: 18px;
  transition: transform 160ms ease, box-shadow 160ms ease;
}
.modern-dashboard .kpi-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--yt-shadow);
}
.modern-dashboard .kpi-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}
.modern-dashboard .kpi-card-top span {
  color: var(--yt-muted);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.modern-dashboard .kpi-card-top i {
  color: #737687;
  font-size: 20px;
}
.modern-dashboard .kpi-card strong {
  display: block;
  color: var(--yt-text);
  font-size: 34px;
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 1;
}
.modern-dashboard .kpi-card small {
  display: block;
  margin-top: 14px;
  color: #676d7d;
  font-size: 13px;
  font-weight: 600;
}
.modern-dashboard .kpi-card-primary strong,
.modern-dashboard .kpi-card-primary .kpi-card-top i {
  color: var(--yt-primary);
}
.modern-dashboard .success-icon {
  color: var(--yt-success) !important;
}
.modern-dashboard .warning-icon {
  color: var(--yt-warning) !important;
}
.modern-dashboard .progress-track {
  height: 6px;
  margin-top: 18px;
  overflow: hidden;
  border-radius: 999px;
  background: #e3e6f0;
}
.modern-dashboard .progress-track span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--yt-primary), var(--yt-primary-bright));
}
.modern-dashboard .dashboard-main-grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(320px, 0.92fr);
  gap: 24px;
  align-items: start;
}
.modern-dashboard .dashboard-map-column,
.modern-dashboard .dashboard-side-column {
  min-width: 0;
}
.modern-dashboard .dashboard-side-column {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.modern-dashboard .modern-section-card {
  padding: 20px;
}
.modern-dashboard .section-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}
.modern-dashboard .section-header h2 {
  margin: 0;
  color: var(--yt-text);
  font-size: 19px;
  font-weight: 850;
  letter-spacing: -0.03em;
}
.modern-dashboard .section-header p {
  margin: 4px 0 0;
  color: var(--yt-muted);
  font-size: 13px;
}
.modern-dashboard .section-header a {
  color: var(--yt-primary);
  font-weight: 800;
}
.modern-dashboard .status-chip {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 850;
  white-space: nowrap;
}
.modern-dashboard .status-chip.warning {
  background: #fff0df;
  color: #b85000;
}
.modern-dashboard .alert-list,
.modern-dashboard .activity-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.modern-dashboard .alert-row,
.modern-dashboard .activity-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px;
  border-radius: 14px;
  color: var(--yt-text);
  transition: background 160ms ease;
}
.modern-dashboard .alert-row:hover,
.modern-dashboard .activity-row:hover {
  background: #f2f5ff;
  color: var(--yt-text);
}
.modern-dashboard .alert-row strong,
.modern-dashboard .activity-row strong {
  display: block;
  color: var(--yt-text);
  font-size: 14px;
  font-weight: 850;
}
.modern-dashboard .alert-row small,
.modern-dashboard .activity-row small {
  display: block;
  margin-top: 4px;
  color: var(--yt-muted);
  font-size: 13px;
  line-height: 18px;
}
.modern-dashboard .alert-dot {
  width: 9px;
  height: 9px;
  margin-top: 6px;
  border-radius: 999px;
  flex: 0 0 auto;
}
.modern-dashboard .warning-dot {
  background: var(--yt-warning);
}
.modern-dashboard .primary-dot {
  background: var(--yt-primary);
}
.modern-dashboard .success-dot {
  background: var(--yt-success);
}
.modern-dashboard .activity-icon {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  flex: 0 0 auto;
}
.modern-dashboard .primary-soft {
  background: #e5edff;
  color: var(--yt-primary);
}
.modern-dashboard .success-soft {
  background: #e6f8ee;
  color: var(--yt-success);
}
.modern-dashboard .neutral-soft {
  background: #eef0f8;
  color: #565e74;
}
.modern-dashboard .dashboard-insights-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.modern-dashboard .insight-card {
  min-height: 300px;
}
.modern-dashboard .leaderboard-list,
.modern-dashboard .progress-list,
.modern-dashboard .status-breakdown {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.modern-dashboard .leaderboard-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.modern-dashboard .leaderboard-columns h3 {
  margin: 0 0 12px;
  color: var(--yt-muted);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.modern-dashboard .leaderboard-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border: 1px solid #e5e9f5;
  border-radius: 14px;
  background: #f8faff;
}
.modern-dashboard .rank-pill {
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #dbe6ff;
  color: var(--yt-primary);
  font-weight: 900;
}
.modern-dashboard .leaderboard-row strong,
.modern-dashboard .progress-row strong,
.modern-dashboard .status-breakdown-row span {
  display: block;
  color: var(--yt-text);
  font-weight: 850;
  font-size: 14px;
}
.modern-dashboard .leaderboard-row small,
.modern-dashboard .progress-row span,
.modern-dashboard .service-metric-grid small {
  color: var(--yt-muted);
  font-size: 13px;
}
.modern-dashboard .progress-row {
  display: grid;
  grid-template-columns: minmax(120px, 1fr) minmax(90px, 1.2fr) auto;
  gap: 12px;
  align-items: center;
}
.modern-dashboard .wide-progress-track {
  height: 9px;
  overflow: hidden;
  border-radius: 999px;
  background: #e3e6f0;
}
.modern-dashboard .wide-progress-track span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--yt-primary), var(--yt-primary-bright));
}
.modern-dashboard .service-metric-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}
.modern-dashboard .service-metric-grid div {
  padding: 14px;
  border: 1px solid #e1e6f4;
  border-radius: 14px;
  background: #f2f3ff;
}
.modern-dashboard .service-metric-grid span {
  color: var(--yt-muted);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.modern-dashboard .service-metric-grid strong {
  display: block;
  margin-top: 8px;
  color: var(--yt-text);
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
}
.modern-dashboard .status-breakdown-row {
  display: grid;
  grid-template-columns: minmax(100px, 1fr) auto;
  gap: 8px 12px;
  align-items: center;
}
.modern-dashboard .status-breakdown-row .wide-progress-track {
  grid-column: 1/-1;
}
.modern-dashboard .dashboard-empty-state {
  width: 100%;
  padding: 28px 0;
  color: var(--yt-muted);
  text-align: center;
}
.modern-dashboard .dashboard-empty-state.compact {
  padding: 16px;
  border: 1px dashed #d6dcee;
  border-radius: 14px;
  background: #f8faff;
  font-size: 13px;
}

@media (max-width: 1280px) {
  .modern-dashboard .kpi-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .modern-dashboard .dashboard-main-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 820px) {
  .modern-dashboard .dashboard-heading {
    align-items: flex-start;
    flex-direction: column;
  }
  .modern-dashboard .dashboard-date-pill {
    white-space: normal;
  }
  .modern-dashboard .kpi-grid,
  .modern-dashboard .dashboard-insights-grid {
    grid-template-columns: 1fr;
  }
  .modern-dashboard .leaderboard-columns {
    grid-template-columns: 1fr;
  }
}
.vehicle-assignment-modal-shell .vehicle-confirm-action {
  position: relative !important;
  display: inline-flex !important;
  min-width: 210px !important;
  min-height: 46px !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
  border-radius: 15px !important;
  overflow: hidden !important;
  background: #004cca !important;
  background-image: linear-gradient(135deg, #004cca, #0062ff) !important;
  color: #ffffff !important;
  cursor: pointer !important;
  font-weight: 950 !important;
  isolation: isolate !important;
  padding: 0 18px !important;
  text-shadow: none !important;
  box-shadow: 0 16px 30px rgba(0, 76, 202, 0.2) !important;
}

.vehicle-assignment-modal-shell .vehicle-confirm-action::before {
  position: absolute !important;
  z-index: 0 !important;
  inset: 0 !important;
  border-radius: inherit !important;
  background: #004cca !important;
  background-image: linear-gradient(135deg, #004cca, #0062ff) !important;
  content: "" !important;
  pointer-events: none !important;
}

.vehicle-assignment-modal-shell .vehicle-confirm-label {
  position: relative !important;
  z-index: 1 !important;
  color: #ffffff !important;
}

.vehicle-assignment-modal-shell .vehicle-confirm-action:hover,
.vehicle-assignment-modal-shell .vehicle-confirm-action:focus {
  background: #003fad !important;
  background-image: linear-gradient(135deg, #003fad, #0058e8) !important;
  color: #ffffff !important;
}

.vehicle-assignment-modal-shell .vehicle-confirm-action:hover::before,
.vehicle-assignment-modal-shell .vehicle-confirm-action:focus::before {
  background: #003fad !important;
  background-image: linear-gradient(135deg, #003fad, #0058e8) !important;
}

.vehicle-assignment-modal-shell .vehicle-confirm-action.is-loading {
  background: #2a6fe8 !important;
  background-image: linear-gradient(135deg, #2a6fe8, #6ba0ff) !important;
  color: #ffffff !important;
  cursor: wait !important;
  opacity: 0.9;
}

.vehicle-assignment-modal-shell .vehicle-confirm-action.is-loading::before {
  background: #2a6fe8 !important;
  background-image: linear-gradient(135deg, #2a6fe8, #6ba0ff) !important;
}

.operator-vehicle-modal-shell .operator-confirm-action {
  position: relative !important;
  display: inline-flex !important;
  min-width: 210px !important;
  min-height: 46px !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
  border-radius: 15px !important;
  overflow: hidden !important;
  background: #0757d7 !important;
  background-image: linear-gradient(135deg, #0757d7, #0b63f6) !important;
  color: #ffffff !important;
  cursor: pointer !important;
  font-weight: 950 !important;
  isolation: isolate !important;
  padding: 0 18px !important;
  text-shadow: none !important;
  box-shadow: 0 16px 30px rgba(7, 87, 215, 0.2) !important;
}

.operator-vehicle-modal-shell .operator-confirm-action::before {
  position: absolute !important;
  z-index: 0 !important;
  inset: 0 !important;
  border-radius: inherit !important;
  background: #0757d7 !important;
  background-image: linear-gradient(135deg, #0757d7, #0b63f6) !important;
  content: "" !important;
  pointer-events: none !important;
}

.operator-vehicle-modal-shell .operator-confirm-label {
  position: relative !important;
  z-index: 1 !important;
  color: #ffffff !important;
}

.operator-vehicle-modal-shell .operator-confirm-action:hover,
.operator-vehicle-modal-shell .operator-confirm-action:focus {
  background: #0046b8 !important;
  background-image: linear-gradient(135deg, #0046b8, #0062ff) !important;
  color: #ffffff !important;
}

.operator-vehicle-modal-shell .operator-confirm-action:hover::before,
.operator-vehicle-modal-shell .operator-confirm-action:focus::before {
  background: #0046b8 !important;
  background-image: linear-gradient(135deg, #0046b8, #0062ff) !important;
}

.operator-vehicle-modal-shell .operator-confirm-action.is-loading {
  cursor: wait !important;
  opacity: 0.9;
}

.yt-driver-trip-toast.ant-notification-notice {
  width: 390px !important;
  overflow: hidden !important;
  border: 1px solid rgba(0, 76, 202, 0.18) !important;
  border-radius: 22px !important;
  background: linear-gradient(135deg, rgba(0, 76, 202, 0.08), rgba(255, 255, 255, 0) 46%), #ffffff !important;
  box-shadow: 0 22px 48px rgba(17, 24, 39, 0.16), 0 8px 18px rgba(0, 76, 202, 0.1) !important;
}

.yt-driver-trip-toast.ant-notification-notice::before {
  position: absolute;
  top: 14px;
  bottom: 14px;
  left: 0;
  width: 5px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, #0b63f6, #004cca);
  content: "";
}

.yt-driver-trip-toast .ant-notification-notice-with-icon {
  padding: 20px 22px 20px 24px !important;
}

.yt-driver-trip-toast .ant-notification-notice-icon {
  position: absolute !important;
  top: 20px !important;
  left: 24px !important;
  display: inline-flex !important;
  width: 44px !important;
  height: 44px !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  padding: 0 !important;
  border: 1px solid rgba(0, 76, 202, 0.16) !important;
  border-radius: 16px !important;
  background: linear-gradient(135deg, #eef5ff, #dbeafe) !important;
  color: #004cca !important;
  font-size: 20px !important;
  line-height: 1 !important;
  text-align: center !important;
}

.yt-driver-trip-toast .ant-notification-notice-icon svg {
  display: block !important;
  width: 20px !important;
  height: 20px !important;
  margin: 0 !important;
}

.yt-driver-trip-toast .ant-notification-notice-message {
  margin-bottom: 4px !important;
  margin-left: 58px !important;
  padding-right: 24px !important;
  color: #111827 !important;
  font-size: 16px !important;
  font-weight: 950 !important;
  letter-spacing: -0.02em !important;
  line-height: 1.2 !important;
}

.yt-driver-trip-toast .ant-notification-notice-description {
  margin-left: 58px !important;
  padding-right: 12px !important;
  color: #5b6475 !important;
  font-size: 13px !important;
  font-weight: 750 !important;
  line-height: 1.45 !important;
}

.yt-driver-trip-toast .ant-notification-notice-close {
  top: 18px !important;
  right: 18px !important;
  display: inline-flex !important;
  width: 28px !important;
  height: 28px !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  color: #64748b !important;
}

.yt-driver-trip-toast .ant-notification-notice-close:hover {
  background: #eef4ff !important;
  color: #004cca !important;
}

.group:hover .group-hover\:text-neutral-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-neutral-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  .md\:table-cell{
    display: table-cell;
  }
}

@media (min-width: 1024px){
  .lg\:mt-0{
    margin-top: 0px;
  }
  .lg\:grid{
    display: grid;
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:gap-2{
    gap: 0.5rem;
  }
}

@media (prefers-color-scheme: dark){
  .dark\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
  }
}

/*# sourceMappingURL=styles.css.map*/