/*!*******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@vue/cli-service/node_modules/css-loader/dist/cjs.js??clonedRuleSet-24.use[1]!./node_modules/@vue/cli-service/node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-24.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-24.use[3]!./src/assets/styles/main.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************/
:root {
  --primary-light-background: #fafcfe;
  --line-dark: #a3aed0;
  --light-hover-item: rgba(233, 237, 247, 0.7);
  --neutral-100: #fafcfe;
  --neutral-300: #f4f7fe;
  --neutral-400: #e9edf7;
  --neutral-500: #e0e5f2;
  --neutral-600: #a3aed0;
  --neutral-700: #707eae;
  --neutral-800: #47548c;
  --neutral-900: #2b3674;
  --primary-600: #008cde;
  --primary-800: #0151a6;
  --primary-900: #0a2444;
  --secondary-500: #868cff;
  --secondary-700: #4e4db3;
  --success-700: #08875d;
  --warning-600: #f80;
  --warning-700: #d96c00;
  --danger-700: #e02d3c;
  --danger-800: #ba2532;
  --text-light-primary: #4318ff;
  --text-light-secondary: #3e3f66;
  --text-light-secondary-2: #707eae;
  --text-light-disable: #a3aed0;
  --text-dark-primary: #fafcfe;
  --gradient-default: linear-gradient(135deg, #868cff 0%, #4318ff 100%);
  --gradient-default-minor: linear-gradient(
    136deg,
    #4318ff 7.11%,
    #868cff 121.02%
  );
  --hex-gradient-default: #6552ff;
  --Primary-Dark-background: #374251;
  --Neutrals-White: #ffffff;
  --Neutrals-Grey-50: #f8f9fa;
  --Neutrals-Grey-100: #eef0f3;
  --Neutrals-Grey-200: #e4e7ec;
  --Neutrals-Grey-300: #d0d5dd;
  --Neutrals-Grey-500: #667085;
  --Grey-700: #344054;
  --Gray-900: #101828;
  --Text-Color-Primary: #282828;
  --gray-200: #eaecf0;
  --Text-Color-Disable: #868fa1;
  --Semantic-Hover-Blue: #d4ebf7;
  --Semantic-Rest-Blue: #0151a6;
  --Semantic-Disable: #ccd1da;
  --Semantic-Pressed-Blue: #0e83a7;
  --Semantic-Alerts-Red_10: #ffeef1;
  --Semantic-Alerts-Red_100: #f44336;
  --Semantic-Alerts-Green_10: #e4ffeb;
  --Semantic-Alerts-Green_100: #23a047;
  --Semantic-Alerts-Yellow_10: #fff6d5;
  --Semantic-Alerts-Yellow_100: #fca004;
  --Semantic-Alerts-Blue_10: #f1f6fd;
  --Semantic-Alerts-Blue_100: #0052ea;
  --Semantic-Hover-background: #4c5a6c;
  --Semantic-Diable-Blue: #e6f4fc;
  --Gray-100: #f2f4f7;
  --Neutrals-Grey-400: #98a2b3;
  --Pastel-01: #fcf8c6;
  --Pastel-02: #ffe3cb;
  --Pastel-03: #ffcdd1;
  --Pastel-05: #d2b9f3;
  --Pastel-07: #9be6f6;
  --Pastel-09: #b3fbcc;
  --Rest-Background: #e6edf3;
  --Rest: #007299;
  --Dark: #282828;
  --Accent: #00a9c3;
  --Edit-Stoke: #adb7c9;
  --Text-Color-Disable-Space: #dff8ff;
  --Stroke: #dcdfe8;
  --Orange-100: #ff7d24;
  --Orange-10: #fff3e9;
  --Orange-50: #ffe7cf;
  --Orange-600: #cd5300;
  --Yellow-100: #ffea00;
  --Yellow-10: #fffee1;
  --Yellow-50: #fffbaa;
  --Blue-10: #ecfaff;
  --Line-Stroke: #ccd1da;
  --Text-Color-Disable-Background: #f7f8f9;
  --Blue-Background: #f8fafe;
  --Text-Color-Disable-Item: #f5f7fa;
  --Background: #f8fafe;
  --Title-Background: #dbe4ec;
  --Light-Blue: #dff8ff;
  --Dark-Background: #2d3644;
  --Blue-50: #67d6ff;
  --Semantic-Hover-Blue-Darken-10-Percent: #bfd4de;
  --System-Black: #333;
  --System-Dark-Grey: #7f7f7f;
  --Primary-Gradient: rgba(16, 24, 40, 0.3);
  --Controls-Toast-Background: rgba(255, 255, 255, 0.8);
  --Primary-Blue-background: rgba(16, 24, 40, 0.3);
  --Primary-Stroke: #dcdfe8;
  --Primary-Disable-item: #f1f4f6;
  --Text-Dark: #282828;
  --Primary-Disable-100--Item: #f3f6f8;
}
/*!****************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@vue/cli-service/node_modules/css-loader/dist/cjs.js??clonedRuleSet-19.use[1]!./node_modules/@vue/cli-service/node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-19.use[2]!./src/assets/css/tailwind.pcss ***!
  \****************************************************************************************************************************************************************************************************************************************/
/*
! tailwindcss v3.4.1 | 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 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     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 */
  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,
[type='button'],
[type='reset'],
[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::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

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] {
  display: none;
}

*, ::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:  ;
}

::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:  ;
}
.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;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.-right-2 {
  right: -0.5rem;
}
.bottom-\[80px\] {
  bottom: 80px;
}
.left-6 {
  left: 1.5rem;
}
.left-\[20px\] {
  left: 20px;
}
.right-0 {
  right: 0px;
}
.right-1 {
  right: 0.25rem;
}
.right-5 {
  right: 1.25rem;
}
.right-6 {
  right: 1.5rem;
}
.right-\[20px\] {
  right: 20px;
}
.top-0 {
  top: 0px;
}
.top-5 {
  top: 1.25rem;
}
.top-6 {
  top: 1.5rem;
}
.z-\[10000\] {
  z-index: 10000;
}
.z-\[1000\] {
  z-index: 1000;
}
.z-\[100\] {
  z-index: 100;
}
.z-\[1\] {
  z-index: 1;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.my-\[8px\] {
  margin-top: 8px;
  margin-bottom: 8px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-\[18px\] {
  margin-left: 18px;
}
.ml-\[200px\] {
  margin-left: 200px;
}
.ml-auto {
  margin-left: auto;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-\[18px\] {
  margin-right: 18px;
}
.mr-\[60px\] {
  margin-right: 60px;
}
.mr-\[8px\] {
  margin-right: 8px;
}
.mr-auto {
  margin-right: auto;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-\[10px\] {
  margin-top: 10px;
}
.mt-\[200px\] {
  margin-top: 200px;
}
.mt-\[30px\] {
  margin-top: 30px;
}
.mt-\[40px\] {
  margin-top: 40px;
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.table-row {
  display: table-row;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-12 {
  height: 3rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-24 {
  height: 6rem;
}
.h-32 {
  height: 8rem;
}
.h-4 {
  height: 1rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-\[100vh\] {
  height: 100vh;
}
.h-\[18px\] {
  height: 18px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[24px\] {
  height: 24px;
}
.h-\[28px\] {
  height: 28px;
}
.h-\[400px\] {
  height: 400px;
}
.h-\[55px\] {
  height: 55px;
}
.h-\[65px\] {
  height: 65px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.\!max-h-8 {
  max-height: 2rem !important;
}
.max-h-24 {
  max-height: 6rem;
}
.max-h-60 {
  max-height: 15rem;
}
.max-h-\[350px\] {
  max-height: 350px;
}
.max-h-\[95vh\] {
  max-height: 95vh;
}
.max-h-full {
  max-height: 100%;
}
.\!min-h-8 {
  min-height: 2rem !important;
}
.min-h-0 {
  min-height: 0px;
}
.min-h-24 {
  min-height: 6rem;
}
.min-h-\[18px\] {
  min-height: 18px;
}
.min-h-\[21px\] {
  min-height: 21px;
}
.min-h-\[350px\] {
  min-height: 350px;
}
.min-h-\[45px\] {
  min-height: 45px;
}
.\!w-\[650px\] {
  width: 650px !important;
}
.\!w-\[90vw\] {
  width: 90vw !important;
}
.w-12 {
  width: 3rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-24 {
  width: 6rem;
}
.w-32 {
  width: 8rem;
}
.w-4 {
  width: 1rem;
}
.w-6 {
  width: 1.5rem;
}
.w-8 {
  width: 2rem;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[220px\] {
  width: 220px;
}
.w-\[24px\] {
  width: 24px;
}
.w-\[250px\] {
  width: 250px;
}
.w-\[270px\] {
  width: 270px;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[30vw\] {
  width: 30vw;
}
.w-\[320px\] {
  width: 320px;
}
.w-\[450px\] {
  width: 450px;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[65px\] {
  width: 65px;
}
.w-\[80\%\] {
  width: 80%;
}
.w-\[calc\(100vw-40px\)\] {
  width: calc(100vw - 40px);
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.\!min-w-8 {
  min-width: 2rem !important;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-24 {
  min-width: 6rem;
}
.min-w-\[200px\] {
  min-width: 200px;
}
.min-w-\[350px\] {
  min-width: 350px;
}
.\!max-w-8 {
  max-width: 2rem !important;
}
.max-w-24 {
  max-width: 6rem;
}
.max-w-\[350px\] {
  max-width: 350px;
}
.max-w-\[600px\] {
  max-width: 600px;
}
.max-w-\[750px\] {
  max-width: 750px;
}
.max-w-full {
  max-width: 100%;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.rotate-180 {
  --tw-rotate: 180deg;
  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));
}
.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-default {
  cursor: default;
}
.cursor-e-resize {
  cursor: e-resize;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-w-resize {
  cursor: w-resize;
}
.resize-none {
  resize: none;
}
.resize {
  resize: both;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.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-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-stretch {
  justify-content: stretch;
}
.\!gap-0 {
  gap: 0px !important;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[12px\] {
  gap: 12px;
}
.gap-\[26px\] {
  gap: 26px;
}
.gap-\[3px\] {
  gap: 3px;
}
.gap-\[50px\] {
  gap: 50px;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.text-wrap {
  text-wrap: wrap;
}
.break-words {
  overflow-wrap: break-word;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-\[100px\] {
  border-radius: 100px;
}
.rounded-\[14px\] {
  border-radius: 14px;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.\!border-none {
  border-style: none !important;
}
.border-none {
  border-style: none;
}
.\!border-border-brand-default {
  --tw-border-opacity: 1 !important;
  border-color: rgb(45 99 174 / var(--tw-border-opacity)) !important;
}
.border-\[\#f3f8fd\] {
  --tw-border-opacity: 1;
  border-color: rgb(243 248 253 / var(--tw-border-opacity));
}
.border-border-brand-hover {
  --tw-border-opacity: 1;
  border-color: rgb(22 66 136 / var(--tw-border-opacity));
}
.border-border-neutral-custom {
  border-color: rgba(71, 79, 98, 0.15);
}
.border-border-neutral-primary {
  --tw-border-opacity: 1;
  border-color: rgb(208 213 217 / var(--tw-border-opacity));
}
.border-border-neutral-quaternary {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-error-hover {
  --tw-border-opacity: 1;
  border-color: rgb(202 20 35 / var(--tw-border-opacity));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.bg-\[\#E1E6EF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(225 230 239 / var(--tw-bg-opacity));
}
.bg-\[\#F1F3F9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(241 243 249 / var(--tw-bg-opacity));
}
.bg-\[\#F5F6F5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 246 245 / var(--tw-bg-opacity));
}
.bg-\[\#eaf6ff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(234 246 255 / var(--tw-bg-opacity));
}
.bg-\[\#f1f3f9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(241 243 249 / var(--tw-bg-opacity));
}
.bg-\[\#f3f8fd\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 248 253 / var(--tw-bg-opacity));
}
.bg-background-brand-container {
  --tw-bg-opacity: 1;
  background-color: rgb(229 239 255 / var(--tw-bg-opacity));
}
.bg-background-elevated-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}
.bg-background-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(48 48 48 / var(--tw-bg-opacity));
}
.bg-background-msg-wrapper {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}
.bg-background-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-background-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(235 240 245 / var(--tw-bg-opacity));
}
.bg-background-tertiary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}
.bg-fill-brand-default {
  --tw-bg-opacity: 1;
  background-color: rgb(45 99 174 / var(--tw-bg-opacity));
}
.bg-fill-neutral-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(185 188 191 / var(--tw-bg-opacity));
}
.bg-fill-neutral-tertiary {
  --tw-bg-opacity: 1;
  background-color: rgb(230 235 240 / var(--tw-bg-opacity));
}
.bg-fill-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(33 33 33 / var(--tw-bg-opacity));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.bg-primary-default {
  --tw-bg-opacity: 1;
  background-color: rgb(45 99 174 / var(--tw-bg-opacity));
}
.bg-text-solid {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.fill-error-hover {
  fill: #ca1423;
}
.fill-text-body-disabled {
  fill: #b9bcbf;
}
.fill-text-label {
  fill: #121314;
}
.fill-text-primary {
  fill: #2d63ae;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.\!p-0 {
  padding: 0px !important;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-\[10px\] {
  padding: 10px;
}
.p-\[15px\] {
  padding: 15px;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-\[18px\] {
  padding-left: 18px;
  padding-right: 18px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[11px\] {
  padding-top: 11px;
  padding-bottom: 11px;
}
.py-\[18px\] {
  padding-top: 18px;
  padding-bottom: 18px;
}
.py-\[2px\] {
  padding-top: 2px;
  padding-bottom: 2px;
}
.py-\[4px\] {
  padding-top: 4px;
  padding-bottom: 4px;
}
.pb-\[16px\] {
  padding-bottom: 16px;
}
.pl-\[24px\] {
  padding-left: 24px;
}
.pr-\[18px\] {
  padding-right: 18px;
}
.pr-\[24px\] {
  padding-right: 24px;
}
.ps-1 {
  padding-inline-start: 0.25rem;
}
.ps-4 {
  padding-inline-start: 1rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-\[16px\] {
  padding-top: 16px;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-base {
  font-size: 16px;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.leading-\[21px\] {
  line-height: 21px;
}
.\!text-text-body-disabled {
  --tw-text-opacity: 1 !important;
  color: rgb(185 188 191 / var(--tw-text-opacity)) !important;
}
.text-\[\#3e4b66\] {
  --tw-text-opacity: 1;
  color: rgb(62 75 102 / var(--tw-text-opacity));
}
.text-\[\#94A0B8\] {
  --tw-text-opacity: 1;
  color: rgb(148 160 184 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.text-error-hover {
  --tw-text-opacity: 1;
  color: rgb(202 20 35 / var(--tw-text-opacity));
}
.text-error-primary {
  --tw-text-opacity: 1;
  color: rgb(224 35 44 / var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-text-body {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-text-body-disabled {
  --tw-text-opacity: 1;
  color: rgb(185 188 191 / var(--tw-text-opacity));
}
.text-text-label {
  --tw-text-opacity: 1;
  color: rgb(18 19 20 / var(--tw-text-opacity));
}
.text-text-primary {
  --tw-text-opacity: 1;
  color: rgb(45 99 174 / var(--tw-text-opacity));
}
.text-text-solid {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-text-title {
  --tw-text-opacity: 1;
  color: rgb(175 175 175 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.opacity-0 {
  opacity: 0;
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-shadow-2 {
  --tw-shadow: 0px 4px 6px 0px rgba(71, 79, 98, 0.1);
  --tw-shadow-colored: 0px 4px 6px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.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);
}
.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);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-\[10ms\] {
  transition-duration: 10ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.custom-scroll-bar {
  overflow-y: auto;
}

.custom-scroll-bar::-webkit-scrollbar {
  width: 5px;
  height: 6px;
  background-color: transparent;
  cursor: pointer;
}

.custom-scroll-bar::-webkit-scrollbar-track {
  background-color: transparent;
  cursor: pointer;
}

.custom-scroll-bar::-webkit-scrollbar-thumb {
  background-color: grey;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;
}

.highlight {
  background-color: #f2994a !important;
  border-radius: 3px;
}

.truncase-one-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  word-wrap: break-word;
}

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

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.simple-toast {
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 999999;
  padding: 12px 16px;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  animation: fadeInOut 2s ease forwards;
}

.simple-toast.success {
  background: #16a34a;
}
.simple-toast.error {
  background: #dc2626;
}
.simple-toast.info {
  background: #3670ee;
}
.simple-toast.warning {
  background: rgb(242, 234, 86);
}

@keyframes fadeInOut {
  0% {
    opacity: 0;
    transform: translateY(-8px);
  }
  10% {
    opacity: 1;
    transform: translateY(0);
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(-8px);
  }
}

.before\:transform::before {
  content: var(--tw-content);
  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));
}

.hover\:cursor-default:hover {
  cursor: default;
}

.hover\:border-fill-brand-hover:hover {
  --tw-border-opacity: 1;
  border-color: rgb(22 66 136 / var(--tw-border-opacity));
}

.hover\:bg-\[\#eaf6ff\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(234 246 255 / var(--tw-bg-opacity));
}

.hover\:bg-background-msg-wrapper:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}

.hover\:bg-background-neutral-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.hover\:bg-background-neutral-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(238 237 236 / var(--tw-bg-opacity));
}

.hover\:bg-error-hover:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(202 20 35 / var(--tw-bg-opacity));
}

.hover\:bg-fill-brand-hover:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(22 66 136 / var(--tw-bg-opacity));
}

.hover\:bg-fill-neutral-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 188 191 / var(--tw-bg-opacity));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.hover\:bg-neutral-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hover\:fill-primary-hover:hover {
  fill: #164288;
}

.hover\:fill-text-solid:hover {
  fill: #fff;
}

.hover\:text-\[\#0151A6\]:hover {
  --tw-text-opacity: 1;
  color: rgb(1 81 166 / var(--tw-text-opacity));
}

.hover\:text-primary-hover:hover {
  --tw-text-opacity: 1;
  color: rgb(22 66 136 / var(--tw-text-opacity));
}

.hover\:text-text-primary-hover:hover {
  --tw-text-opacity: 1;
  color: rgb(22 66 136 / var(--tw-text-opacity));
}

.hover\:text-text-solid:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.data-\[bg-transparent\=true\]\:bg-transparent[data-bg-transparent=true] {
  background-color: transparent;
}

:is(.dark .dark\:bg-background-elevated-secondary-dark) {
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 24 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-background-gray-800) {
  --tw-bg-opacity: 1;
  background-color: rgb(48 48 48 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-background-gray-dark) {
  background-color: #323232d9;
}

:is(.dark .dark\:bg-background-neutral-900) {
  --tw-bg-opacity: 1;
  background-color: rgb(42 42 42 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-background-primary-dark) {
  --tw-bg-opacity: 1;
  background-color: rgb(33 33 33 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-fill-neutral-500) {
  --tw-bg-opacity: 1;
  background-color: rgb(160 165 169 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-fill-primary) {
  --tw-bg-opacity: 1;
  background-color: rgb(33 33 33 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-gray-600) {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

:is(.dark .dark\:fill-text-body) {
  fill: #ffffff;
}

:is(.dark .dark\:text-text-body) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

:is(.dark .dark\:hover\:bg-background-gray-dark:hover) {
  background-color: #323232d9;
}

:is(.dark .dark\:hover\:bg-background-neutral-800:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(58 58 58 / var(--tw-bg-opacity));
}

:is(.dark .dark\:hover\:bg-fill-primary:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(33 33 33 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {

  .md\:bottom-\[20px\] {
    bottom: 20px;
  }

  .md\:left-\[50\%\] {
    left: 50%;
  }

  .md\:left-auto {
    left: auto;
  }

  .md\:right-\[80px\] {
    right: 80px;
  }

  .md\:top-auto {
    top: auto;
  }

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

  .md\:w-\[390px\] {
    width: 390px;
  }

  .md\:w-\[600px\] {
    width: 600px;
  }

  .md\:translate-x-0 {
    --tw-translate-x: 0px;
    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));
  }

  .md\:translate-x-\[-50\%\] {
    --tw-translate-x: -50%;
    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));
  }

  .md\:flex-col {
    flex-direction: column;
  }

  .md\:gap-\[24px\] {
    gap: 24px;
  }
}

.\[\&\:\:-webkit-scrollbar-thumb\]\:bg-\[\#d0d5d9\]::-webkit-scrollbar-thumb {
  --tw-bg-opacity: 1;
  background-color: rgb(208 213 217 / var(--tw-bg-opacity));
}

.\[\&\:\:-webkit-scrollbar-track\]\:bg-transparent::-webkit-scrollbar-track {
  background-color: transparent;
}

.\[\&\:\:-webkit-scrollbar\]\:w-2::-webkit-scrollbar {
  width: 0.5rem;
}

.\[\&\:\:-webkit-scrollbar\]\:bg-transparent::-webkit-scrollbar {
  background-color: transparent;
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@vue/cli-service/node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/@vue/cli-service/node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/assets/icons/IcProcess.vue?vue&type=style&index=0&id=6627c9ad&scoped=true&lang=css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

.loading-spinner[data-v-6627c9ad] {
  animation: spin-6627c9ad 2s linear infinite;
  /* Áp dụng animation */
}
@keyframes spin-6627c9ad {
0% {
    transform: rotate(0deg);
    /* Góc ban đầu */
}
100% {
    transform: rotate(360deg);
    /* Góc khi kết thúc */
}
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@vue/cli-service/node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/@vue/cli-service/node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/IconSvg.vue?vue&type=style&index=0&id=02532fab&scoped=true&lang=css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

.ic-svg[data-v-02532fab] {
  flex-shrink: 0;
  outline: none;
}
.ic-svg.disabled[data-v-02532fab] {
  cursor: default;
  opacity: 0.5;
  fill: #a8acb9 !important;
}
.ic-svg.disabled[data-v-02532fab]:hover {
  opacity: 0.5;
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@vue/cli-service/node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/@vue/cli-service/node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/Atoms/AtomPreviewVideo.vue?vue&type=style&index=0&id=bc183efe&scoped=true&lang=css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

/* Không cần CSS spinner nữa vì dùng hình GIF */

/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@vue/cli-service/node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/@vue/cli-service/node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/PdfViewer.vue?vue&type=style&index=0&id=af1950b8&scoped=true&lang=css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

.pdf-viewer[data-v-af1950b8] {
  position: relative;
  overflow-y: auto;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.pdf-canvas[data-v-af1950b8] {
  padding-bottom: 4px;
  border-bottom: 1px solid #181818;
}
.disable[data-v-af1950b8] {
  pointer-events: none;
  cursor: default;
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@vue/cli-service/node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/@vue/cli-service/node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/Message/BodyMessage/ItemMessage/DetectMessage.vue?vue&type=style&index=0&id=6fbe45d2&scoped=true&lang=css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

.header[data-v-6fbe45d2] {
  width: 100%;
  background-color: #e5efff;
  padding: 4px 10px;
  border-radius: 4px;
  display: flex;
  align-items: center;
}
.header h2[data-v-6fbe45d2] {
  text-wrap: nowrap;
  display: inline;
  font-size: 14px;
  line-height: 21px;
  color: #164288;
  font-weight: 600;
}
.detect-option[data-v-6fbe45d2] {
  margin-left: auto;
  width: 70%;
  position: relative;
  background: white;
  border-radius: 8px;
  padding: 6px;
  width: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.option-item[data-v-6fbe45d2] {
  flex: 1 0 0;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.option-item[data-v-6fbe45d2]:hover {
  background-color: #e6ebf0;
}
.option-item a[data-v-6fbe45d2] {
  display: block;
  width: 100%;
  padding: 0px 24px;
  text-align: center;
  line-height: 21px;
  font-size: 14px;
  font-weight: 600;
  color: #545659;
}
.is-active[data-v-6fbe45d2] {
  position: relative;
  background-color: #e6ebf0;
}
.is-active a[data-v-6fbe45d2] {
  color: #164288;
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@vue/cli-service/node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/@vue/cli-service/node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/Modal/BaseModal.vue?vue&type=style&index=0&id=79f6534c&scoped=true&lang=css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

[data-v-79f6534c] h2 {
  text-align: center;
  font-size: 28px;
  line-height: 42px;
  font-weight: bold;
  color: #164288;
}
[data-v-79f6534c] .group-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 18px;
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@vue/cli-service/node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/@vue/cli-service/node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/Atoms/AtomInput.vue?vue&type=style&index=0&id=4bd3084c&scoped=true&lang=css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

.a-input[data-v-4bd3084c] {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  border: 1px solid #d0d5d9;
  border-radius: 8px;
  overflow: hidden;
}
.a-input.v-active[data-v-4bd3084c] {
  border-color: #164288;
}
.a-input--password[data-v-4bd3084c] {
  padding-right: 35px;
}
svg.IcEye[data-v-4bd3084c] {
  position: absolute;
  right: 10px;
  cursor: pointer;
  width: 16px;
  height: 16px;
  fill: #84888c;
}
input[data-v-4bd3084c] {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #121314;
  padding: 12px;
  outline: none;
  width: 100%;
  background: transparent;
}
input[data-v-4bd3084c]::-moz-placeholder {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #84888c;
}
input[data-v-4bd3084c]::placeholder {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #84888c;
}
input[data-v-4bd3084c]:hover,
input[data-v-4bd3084c]:focus,
input[data-v-4bd3084c]:active {
  border-color: #164288;
}
input[data-v-4bd3084c]:disabled {
  border: none !important;
  pointer-events: none;
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@vue/cli-service/node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/@vue/cli-service/node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/Atoms/AtomBaseValidate.vue?vue&type=style&index=0&id=321a6816&lang=css&scoped=true ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

.input-validation__label label[data-v-321a6816] {
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  color: #121314;
}
.input-validation__label p.isRequired[data-v-321a6816] {
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  color: #e0232c;
}
.input-validation__label[data-v-321a6816] {
  pointer-events: none;
}
.input-validation--error[data-v-321a6816] input,
.input-validation--error[data-v-321a6816] textarea,
.input-validation--error[data-v-321a6816] .validation-border {
  border-color: #e0232c !important;
}
.input-validation--error .helper-text span[data-v-321a6816] {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #e0232c;
}
.input-validation--success[data-v-321a6816] input,
.input-validation--success[data-v-321a6816] textarea,
.input-validation--success[data-v-321a6816] .validation-border {
  border-color: #0e5e43 !important;
}
.input-validation--success .helper-text span[data-v-321a6816] {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #0e5e43;
}
.input-validation--warning[data-v-321a6816] input,
.input-validation--warning[data-v-321a6816] textarea,
.input-validation--warning[data-v-321a6816] .validation-border {
  border-color: #e36e00 !important;
}
.input-validation--warning .helper-text span[data-v-321a6816] {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #e36e00;
}
[data-v-321a6816] .fake-input-validation {
  position: absolute;
  top: 0;
  left: -9999px;
}
.helper-text__list__item span[data-v-321a6816] {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #e0232c;
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@vue/cli-service/node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/@vue/cli-service/node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/Atoms/AtomDropdown.vue?vue&type=style&index=0&id=082ab2ff&scoped=true&lang=css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

.text-truncate[data-v-082ab2ff] {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #121314;
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@vue/cli-service/node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/@vue/cli-service/node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/atoms/AtomButtonRectRounded.vue?vue&type=style&index=0&id=29c510b9&lang=scss&scoped=true ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
[data-v-29c510b9]:root {
  --primary-light-background: #fafcfe;
  --line-dark: #a3aed0;
  --light-hover-item: rgba(233, 237, 247, 0.7);
  --neutral-100: #fafcfe;
  --neutral-300: #f4f7fe;
  --neutral-400: #e9edf7;
  --neutral-500: #e0e5f2;
  --neutral-600: #a3aed0;
  --neutral-700: #707eae;
  --neutral-800: #47548c;
  --neutral-900: #2b3674;
  --primary-600: #008cde;
  --primary-800: #0151a6;
  --primary-900: #0a2444;
  --secondary-500: #868cff;
  --secondary-700: #4e4db3;
  --success-700: #08875d;
  --warning-600: #f80;
  --warning-700: #d96c00;
  --danger-700: #e02d3c;
  --danger-800: #ba2532;
  --text-light-primary: #4318ff;
  --text-light-secondary: #3e3f66;
  --text-light-secondary-2: #707eae;
  --text-light-disable: #a3aed0;
  --text-dark-primary: #fafcfe;
  --gradient-default: linear-gradient(135deg, #868cff 0%, #4318ff 100%);
  --gradient-default-minor: linear-gradient(
    136deg,
    #4318ff 7.11%,
    #868cff 121.02%
  );
  --hex-gradient-default: #6552ff;
  --Primary-Dark-background: #374251;
  --Neutrals-White: #ffffff;
  --Neutrals-Grey-50: #f8f9fa;
  --Neutrals-Grey-100: #eef0f3;
  --Neutrals-Grey-200: #e4e7ec;
  --Neutrals-Grey-300: #d0d5dd;
  --Neutrals-Grey-500: #667085;
  --Grey-700: #344054;
  --Gray-900: #101828;
  --Text-Color-Primary: #282828;
  --gray-200: #eaecf0;
  --Text-Color-Disable: #868fa1;
  --Semantic-Hover-Blue: #d4ebf7;
  --Semantic-Rest-Blue: #0151a6;
  --Semantic-Disable: #ccd1da;
  --Semantic-Pressed-Blue: #0e83a7;
  --Semantic-Alerts-Red_10: #ffeef1;
  --Semantic-Alerts-Red_100: #f44336;
  --Semantic-Alerts-Green_10: #e4ffeb;
  --Semantic-Alerts-Green_100: #23a047;
  --Semantic-Alerts-Yellow_10: #fff6d5;
  --Semantic-Alerts-Yellow_100: #fca004;
  --Semantic-Alerts-Blue_10: #f1f6fd;
  --Semantic-Alerts-Blue_100: #0052ea;
  --Semantic-Hover-background: #4c5a6c;
  --Semantic-Diable-Blue: #e6f4fc;
  --Gray-100: #f2f4f7;
  --Neutrals-Grey-400: #98a2b3;
  --Pastel-01: #fcf8c6;
  --Pastel-02: #ffe3cb;
  --Pastel-03: #ffcdd1;
  --Pastel-05: #d2b9f3;
  --Pastel-07: #9be6f6;
  --Pastel-09: #b3fbcc;
  --Rest-Background: #e6edf3;
  --Rest: #007299;
  --Dark: #282828;
  --Accent: #00a9c3;
  --Edit-Stoke: #adb7c9;
  --Text-Color-Disable-Space: #dff8ff;
  --Stroke: #dcdfe8;
  --Orange-100: #ff7d24;
  --Orange-10: #fff3e9;
  --Orange-50: #ffe7cf;
  --Orange-600: #cd5300;
  --Yellow-100: #ffea00;
  --Yellow-10: #fffee1;
  --Yellow-50: #fffbaa;
  --Blue-10: #ecfaff;
  --Line-Stroke: #ccd1da;
  --Text-Color-Disable-Background: #f7f8f9;
  --Blue-Background: #f8fafe;
  --Text-Color-Disable-Item: #f5f7fa;
  --Background: #f8fafe;
  --Title-Background: #dbe4ec;
  --Light-Blue: #dff8ff;
  --Dark-Background: #2d3644;
  --Blue-50: #67d6ff;
  --Semantic-Hover-Blue-Darken-10-Percent: #bfd4de;
  --System-Black: #333;
  --System-Dark-Grey: #7f7f7f;
  --Primary-Gradient: rgba(16, 24, 40, 0.3);
  --Controls-Toast-Background: rgba(255, 255, 255, 0.8);
  --Primary-Blue-background: rgba(16, 24, 40, 0.3);
  --Primary-Stroke: #dcdfe8;
  --Primary-Disable-item: #f1f4f6;
  --Text-Dark: #282828;
  --Primary-Disable-100--Item: #f3f6f8;
}
.rect-rounded[data-v-29c510b9] {
  outline: none !important;
  margin: 0px;
  padding: var(--29c510b9-padding);
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: var(--29c510b9-width) !important;
  height: var(--29c510b9-height) !important;
  border-radius: var(--29c510b9-borderRadius\ \|\|\ \"80px\");
  border-width: var(--29c510b9-borderWidth) !important;
}

/* Priority variants */
.rect-rounded.priority--Primary[data-v-29c510b9] {
  /* background: linear-gradient(90deg, #0250ae 0%, #2997f9 50%, #0657b5 100%); */
  /* background-size: 200% 100%; */
  /* background-position: left center; */
  background: var(--color-background-default, #0151a6);
  border: 1px solid var(--color-border-default, #0151a6);
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.rect-rounded.priority--Primary[data-v-29c510b9]:hover {
  border: 1px solid var(--color-border-hover, #00396b);
  background: var(--color-background-hover, #00396b);
  color: #ffffff;
}
.rect-rounded.priority--Primary svg[data-v-29c510b9] {
  color: #ffffff;
}
.rect-rounded.priority--Secondary[data-v-29c510b9] {
  background-color: var(--color-background-tertiary, #ffffff);
  border: 1px solid var(--text-icon-primary, #0151a6);
  color: var(--text-icon-primary, #0151a6);
  transition: all 0.3s ease-in-out;
}
.rect-rounded.priority--Secondary[data-v-29c510b9]:hover {
  border: 1px solid var(--text-icon-primary, #0151a6);
  background: var(--text-icon-primary, #0151a6);
  color: #ffffff;
}
.rect-rounded.priority--Secondary:hover svg[data-v-29c510b9] {
  fill: #ffffff;
}
.rect-rounded.priority--Secondary svg[data-v-29c510b9] {
  color: #0151a6;
}
.rect-rounded.priority--Tertiary[data-v-29c510b9] {
  background-color: var(--color-background-tertiary, #ffffff);
  color: #0151a6;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.rect-rounded.priority--Tertiary[data-v-29c510b9]:hover,
.rect-rounded.priority--Tertiary[data-v-29c510b9]:focus {
  border: 1px solid var(--color-border-hover, #00396b);
  background: var(--color-background-hover, #00396b);
  color: #ffffff;
}
.rect-rounded.priority--Tertiary svg[data-v-29c510b9] {
  color: #ffffff;
}
.rect-rounded.priority--Disabled[data-v-29c510b9] {
  background-color: #e4e7ec;
  border: 1px solid transparent;
  color: #667085;
}
.rect-rounded.priority--Disabled[data-v-29c510b9]:hover {
  background-color: #e4e7ec;
  cursor: not-allowed;
}
.rect-rounded.priority--Disabled svg[data-v-29c510b9] {
  color: #98a2b3;
}
.rect-rounded.priority--Danger[data-v-29c510b9] {
  background-color: var(--color-error-primary, #e0232c);
  border: 1px solid var(--color-error-primary, #e0232c);
  color: #ffffff;
}
.rect-rounded.priority--Danger[data-v-29c510b9]:hover,
.rect-rounded.priority--Danger[data-v-29c510b9]:focus {
  background-color: var(--color-error-hover, #ca1423);
  border: 1px solid var(--color-error-hover, #ca1423);
}
.rect-rounded.priority--Danger svg[data-v-29c510b9] {
  color: #ffffff;
}
.rect-rounded.priority--Warning[data-v-29c510b9] {
  background-color: var(--color-warning-primary, #f88417);
  border: 1px solid var(--color-warning-primary, #f88417);
  color: #ffffff;
}
.rect-rounded.priority--Warning[data-v-29c510b9]:hover,
.rect-rounded.priority--Warning[data-v-29c510b9]:focus {
  background-color: var(--color-warning-hover, #e36e00);
  border: 1px solid var(--color-warning-hover, #e36e00);
}
.rect-rounded.priority--Warning svg[data-v-29c510b9] {
  color: #ffffff;
}
.rect-rounded.priority--White[data-v-29c510b9] {
  background-color: #ffffff;
  border: none;
  color: #0a2444;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 8px 12px;
  color: var(--text-icon-text-tilte, #0a2444);
  text-align: justify;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px; /* 150% */
}
.rect-rounded.priority--White[data-v-29c510b9]:hover {
  background-color: #f6f9ff;
}
.rect-rounded.priority--White svg[data-v-29c510b9] {
  color: #0a2444;
}
.rect-rounded.priority--Undo[data-v-29c510b9] {
  background-color: #eaf6ff;
  border: none;
}
.rect-rounded.priority--Undo[data-v-29c510b9]:hover {
  opacity: 0.8;
}
.rect-rounded.priority--Undo svg[data-v-29c510b9] {
  color: #3e4b66;
}
.rect-rounded.priority--Redo[data-v-29c510b9] {
  background-color: #f1f3f9;
  border: none;
}
.rect-rounded.priority--Redo[data-v-29c510b9]:hover {
  opacity: 0.8;
}
.rect-rounded.priority--Redo svg[data-v-29c510b9] {
  color: #94a0b8;
}

/* Size variants */
.rect-rounded.size--Large[data-v-29c510b9] {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  height: 40px;
  letter-spacing: 0%;
  border-radius: 80px;
}
.rect-rounded.size--Medium[data-v-29c510b9] {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  height: 36px;
  letter-spacing: 0%;
  border-radius: 80px;
}
.rect-rounded.size--Small[data-v-29c510b9] {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 0%;
  border-radius: 80px;
}

/* Disabled state */
.rect-rounded.disabled[data-v-29c510b9] {
  opacity: 0.7;
  pointer-events: none;
  cursor: not-allowed;
}
.text-ellipsis[data-v-29c510b9] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@vue/cli-service/node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/@vue/cli-service/node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/Message/BodyMessage/ItemMessage/DetectFlowMessage.vue?vue&type=style&index=0&id=22c7df09&scoped=true&lang=css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

.custom-btn[data-v-22c7df09] {
  border-radius: 8px !important;
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@vue/cli-service/node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/@vue/cli-service/node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/Atoms/AtomTable.vue?vue&type=style&index=0&id=6f8e4a50&lang=css&scoped=true ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

p[data-v-6f8e4a50] {
  margin: 0px;
  padding: 0px;
}
.table[data-v-6f8e4a50] {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.table .table-thead[data-v-6f8e4a50] .table-hRow,
.table .table-tbody[data-v-6f8e4a50] .table-bRow {
  display: grid !important;
  grid-auto-flow: column;
  grid-template-columns: repeat(var(--column), 1fr);
}
.table .table-thead[data-v-6f8e4a50] {
  overflow: hidden;
  border-bottom: 1px solid #ccc; /* $color-border-neutral-tertiary */
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  min-height: 45px;
  max-height: 45px;
}
.table .table-thead[data-v-6f8e4a50] .table-hRow {
  position: relative;
  display: grid !important;
  gap: 5px;
}
.table .table-thead[data-v-6f8e4a50] .table-hRow .table-hTd {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 12px 0px 12px 16px;
  position: relative;
}
.table .table-thead[data-v-6f8e4a50] .table-hRow .table-hTd p {
  /* truncate(1) */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

  /* text-style(14px, 21px, 600, $color-text-title, 0px) */
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  color: #333; /* $color-text-title */
  letter-spacing: 0px;

  word-break: break-all;
}
.table[data-v-6f8e4a50] .table-tbody {
  /* custom-scrollbar() => tạm bỏ */
  max-height: 100%;
  height: 100%;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.table[data-v-6f8e4a50] .table-tbody .table-bRow {
  display: grid !important;
  gap: 5px;
}
.table[data-v-6f8e4a50] .table-tbody .table-bRow .table-bTd {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  padding: 16px 0 16px 16px;
}
.table[data-v-6f8e4a50] .table-tbody .table-bRow .table-bTd p {
  /* truncate(1) */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

  /* text-style(14px, 21px, 400, $color-text-body, 0px) */
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #666; /* $color-text-body */
  letter-spacing: 0px;

  word-break: break-all;
}
.table[data-v-6f8e4a50] .table-tbody .table-bRow .table-bTd p.title {
  /* text-style(14px, 21px, 600, $color-primary-hover, 0px) */
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  color: #007bff; /* $color-primary-hover */
}
.table[data-v-6f8e4a50] .table-tbody .table-bRow:nth-child(even) {
  background-color: #f5f5f5; /* $color-fill-neutral-quaternary */
}
.table[data-v-6f8e4a50] .table-tbody .table-bRow:nth-child(odd) {
  background-color: #fff; /* $color-neutral-0 */
}
.table[data-v-6f8e4a50] .table-tbody .table-bRow:hover {
  background-color: #e6f0ff; /* $color-fill-brand-background */
}

/*.table :deep(.table-tbody .table-bRow:hover .table-bTd) {
  cursor: pointer;
}*/
.table[data-v-6f8e4a50] .cell {
  display: flex;
}
.table[data-v-6f8e4a50] .cell-center {
  justify-content: center;
}
.table[data-v-6f8e4a50] .cell-left {
  justify-content: flex-start;
}
.table[data-v-6f8e4a50] .cell-right {
  justify-content: flex-end;
}

/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@vue/cli-service/node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/@vue/cli-service/node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/Message/BodyMessage/ItemMessage/ContourDetectMessage.vue?vue&type=style&index=0&id=12fdcbc7&lang=css&scoped=true ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

.header[data-v-12fdcbc7] {
  width: 100%;
  background-color: #e5efff;
  padding: 4px 10px;
  border-radius: 4px;
  display: flex;
  align-items: center;
}
.header h2[data-v-12fdcbc7] {
  text-wrap: nowrap;
  display: inline;
  font-size: 14px;
  line-height: 21px;
  color: #164288;
  font-weight: 600;
}
.contour-wrapper[data-v-12fdcbc7] img {
  max-width: 500px;
  min-width: 500px;
  max-height: 500px;
  min-height: 500px;
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@vue/cli-service/node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/@vue/cli-service/node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/Message/BodyMessage/EnteringMessage.vue?vue&type=style&index=0&id=0b41226a&scoped=true&lang=css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

.wave-dot[data-v-0b41226a] {
  animation: wave-0b41226a 1.2s ease-in-out infinite;
}
@keyframes wave-0b41226a {
0%,
  100% {
    transform: translateY(0);
}
50% {
    transform: translateY(-6px); /* Move up */
}
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@vue/cli-service/node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/@vue/cli-service/node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/BoxSendMessage.vue?vue&type=style&index=0&id=4c9210c4&scoped=true&lang=css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

.v-active[data-v-4c9210c4] {
  border-color: #303030;
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@vue/cli-service/node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/@vue/cli-service/node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/Message/ChatHistory/HeaderTool.vue?vue&type=style&index=0&id=1ee86510&scoped=true&lang=css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

.expand-icon[data-v-1ee86510] {
  display: none;
}
.logo-container:hover .expand-icon[data-v-1ee86510] {
  display: block;
}
.logo-container:hover .logo-icon[data-v-1ee86510] {
  display: none;
}
.logo-container.no-hover[data-v-1ee86510] {
  pointer-events: none; /* chặn hover và click */
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@vue/cli-service/node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/@vue/cli-service/node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/Message/ChatHistory/BottomTool.vue?vue&type=style&index=0&id=aa52c2a4&scoped=true&lang=css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

.bottom-container[data-v-aa52c2a4] {
  padding: 10px 0 0;
}
.line-divide[data-v-aa52c2a4] {
  margin-left: -4px;
  height: 1px;
  width: 120%;
  border-top: 1px solid #ddd;
}

/* animation */
.fade-enter-active[data-v-aa52c2a4],
.fade-leave-active[data-v-aa52c2a4] {
  transition: opacity 0.15s, transform 0.15s;
}
.fade-enter-from[data-v-aa52c2a4],
.fade-leave-to[data-v-aa52c2a4] {
  opacity: 0;
  transform: translateY(-8px);
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@vue/cli-service/node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/@vue/cli-service/node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/atoms/AtomModal.vue?vue&type=style&index=0&id=1cb5b9cf&lang=scss&scoped=true ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
[data-v-1cb5b9cf]:root {
  --primary-light-background: #fafcfe;
  --line-dark: #a3aed0;
  --light-hover-item: rgba(233, 237, 247, 0.7);
  --neutral-100: #fafcfe;
  --neutral-300: #f4f7fe;
  --neutral-400: #e9edf7;
  --neutral-500: #e0e5f2;
  --neutral-600: #a3aed0;
  --neutral-700: #707eae;
  --neutral-800: #47548c;
  --neutral-900: #2b3674;
  --primary-600: #008cde;
  --primary-800: #0151a6;
  --primary-900: #0a2444;
  --secondary-500: #868cff;
  --secondary-700: #4e4db3;
  --success-700: #08875d;
  --warning-600: #f80;
  --warning-700: #d96c00;
  --danger-700: #e02d3c;
  --danger-800: #ba2532;
  --text-light-primary: #4318ff;
  --text-light-secondary: #3e3f66;
  --text-light-secondary-2: #707eae;
  --text-light-disable: #a3aed0;
  --text-dark-primary: #fafcfe;
  --gradient-default: linear-gradient(135deg, #868cff 0%, #4318ff 100%);
  --gradient-default-minor: linear-gradient(
    136deg,
    #4318ff 7.11%,
    #868cff 121.02%
  );
  --hex-gradient-default: #6552ff;
  --Primary-Dark-background: #374251;
  --Neutrals-White: #ffffff;
  --Neutrals-Grey-50: #f8f9fa;
  --Neutrals-Grey-100: #eef0f3;
  --Neutrals-Grey-200: #e4e7ec;
  --Neutrals-Grey-300: #d0d5dd;
  --Neutrals-Grey-500: #667085;
  --Grey-700: #344054;
  --Gray-900: #101828;
  --Text-Color-Primary: #282828;
  --gray-200: #eaecf0;
  --Text-Color-Disable: #868fa1;
  --Semantic-Hover-Blue: #d4ebf7;
  --Semantic-Rest-Blue: #0151a6;
  --Semantic-Disable: #ccd1da;
  --Semantic-Pressed-Blue: #0e83a7;
  --Semantic-Alerts-Red_10: #ffeef1;
  --Semantic-Alerts-Red_100: #f44336;
  --Semantic-Alerts-Green_10: #e4ffeb;
  --Semantic-Alerts-Green_100: #23a047;
  --Semantic-Alerts-Yellow_10: #fff6d5;
  --Semantic-Alerts-Yellow_100: #fca004;
  --Semantic-Alerts-Blue_10: #f1f6fd;
  --Semantic-Alerts-Blue_100: #0052ea;
  --Semantic-Hover-background: #4c5a6c;
  --Semantic-Diable-Blue: #e6f4fc;
  --Gray-100: #f2f4f7;
  --Neutrals-Grey-400: #98a2b3;
  --Pastel-01: #fcf8c6;
  --Pastel-02: #ffe3cb;
  --Pastel-03: #ffcdd1;
  --Pastel-05: #d2b9f3;
  --Pastel-07: #9be6f6;
  --Pastel-09: #b3fbcc;
  --Rest-Background: #e6edf3;
  --Rest: #007299;
  --Dark: #282828;
  --Accent: #00a9c3;
  --Edit-Stoke: #adb7c9;
  --Text-Color-Disable-Space: #dff8ff;
  --Stroke: #dcdfe8;
  --Orange-100: #ff7d24;
  --Orange-10: #fff3e9;
  --Orange-50: #ffe7cf;
  --Orange-600: #cd5300;
  --Yellow-100: #ffea00;
  --Yellow-10: #fffee1;
  --Yellow-50: #fffbaa;
  --Blue-10: #ecfaff;
  --Line-Stroke: #ccd1da;
  --Text-Color-Disable-Background: #f7f8f9;
  --Blue-Background: #f8fafe;
  --Text-Color-Disable-Item: #f5f7fa;
  --Background: #f8fafe;
  --Title-Background: #dbe4ec;
  --Light-Blue: #dff8ff;
  --Dark-Background: #2d3644;
  --Blue-50: #67d6ff;
  --Semantic-Hover-Blue-Darken-10-Percent: #bfd4de;
  --System-Black: #333;
  --System-Dark-Grey: #7f7f7f;
  --Primary-Gradient: rgba(16, 24, 40, 0.3);
  --Controls-Toast-Background: rgba(255, 255, 255, 0.8);
  --Primary-Blue-background: rgba(16, 24, 40, 0.3);
  --Primary-Stroke: #dcdfe8;
  --Primary-Disable-item: #f1f4f6;
  --Text-Dark: #282828;
  --Primary-Disable-100--Item: #f3f6f8;
}
@keyframes fade-1cb5b9cf {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
.modal-mask[data-v-1cb5b9cf] {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background: linear-gradient(0deg, rgba(95, 108, 133, 0.5), rgba(95, 108, 133, 0.5));
  transition: all 0.3s ease;
  animation: fade-1cb5b9cf 0.2s ease-in-out;
}
.modal-mask .wrapper-modal[data-v-1cb5b9cf]:focus-visible {
  outline: none;
}
.modal-mask.not_ie[data-v-1cb5b9cf] {
  transition: opacity 0.01s ease;
}
.modal-container-x[data-v-1cb5b9cf] {
  width: calc(100vw - 40px);
  height: 100%;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  margin-right: 20px;
  margin-left: 20px;
  justify-items: center;
}
@media screen and (max-width: 768px) {
.modal-mask[data-v-1cb5b9cf] {
    height: 100%;
}
}
@media print {
[data-v-1cb5b9cf] .modal-container-x {
    align-items: flex-start;
}
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@vue/cli-service/node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/@vue/cli-service/node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/Modal/MAlert.vue?vue&type=style&index=0&id=22838e61&lang=scss&scoped=true ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
[data-v-22838e61]:root {
  --primary-light-background: #fafcfe;
  --line-dark: #a3aed0;
  --light-hover-item: rgba(233, 237, 247, 0.7);
  --neutral-100: #fafcfe;
  --neutral-300: #f4f7fe;
  --neutral-400: #e9edf7;
  --neutral-500: #e0e5f2;
  --neutral-600: #a3aed0;
  --neutral-700: #707eae;
  --neutral-800: #47548c;
  --neutral-900: #2b3674;
  --primary-600: #008cde;
  --primary-800: #0151a6;
  --primary-900: #0a2444;
  --secondary-500: #868cff;
  --secondary-700: #4e4db3;
  --success-700: #08875d;
  --warning-600: #f80;
  --warning-700: #d96c00;
  --danger-700: #e02d3c;
  --danger-800: #ba2532;
  --text-light-primary: #4318ff;
  --text-light-secondary: #3e3f66;
  --text-light-secondary-2: #707eae;
  --text-light-disable: #a3aed0;
  --text-dark-primary: #fafcfe;
  --gradient-default: linear-gradient(135deg, #868cff 0%, #4318ff 100%);
  --gradient-default-minor: linear-gradient(
    136deg,
    #4318ff 7.11%,
    #868cff 121.02%
  );
  --hex-gradient-default: #6552ff;
  --Primary-Dark-background: #374251;
  --Neutrals-White: #ffffff;
  --Neutrals-Grey-50: #f8f9fa;
  --Neutrals-Grey-100: #eef0f3;
  --Neutrals-Grey-200: #e4e7ec;
  --Neutrals-Grey-300: #d0d5dd;
  --Neutrals-Grey-500: #667085;
  --Grey-700: #344054;
  --Gray-900: #101828;
  --Text-Color-Primary: #282828;
  --gray-200: #eaecf0;
  --Text-Color-Disable: #868fa1;
  --Semantic-Hover-Blue: #d4ebf7;
  --Semantic-Rest-Blue: #0151a6;
  --Semantic-Disable: #ccd1da;
  --Semantic-Pressed-Blue: #0e83a7;
  --Semantic-Alerts-Red_10: #ffeef1;
  --Semantic-Alerts-Red_100: #f44336;
  --Semantic-Alerts-Green_10: #e4ffeb;
  --Semantic-Alerts-Green_100: #23a047;
  --Semantic-Alerts-Yellow_10: #fff6d5;
  --Semantic-Alerts-Yellow_100: #fca004;
  --Semantic-Alerts-Blue_10: #f1f6fd;
  --Semantic-Alerts-Blue_100: #0052ea;
  --Semantic-Hover-background: #4c5a6c;
  --Semantic-Diable-Blue: #e6f4fc;
  --Gray-100: #f2f4f7;
  --Neutrals-Grey-400: #98a2b3;
  --Pastel-01: #fcf8c6;
  --Pastel-02: #ffe3cb;
  --Pastel-03: #ffcdd1;
  --Pastel-05: #d2b9f3;
  --Pastel-07: #9be6f6;
  --Pastel-09: #b3fbcc;
  --Rest-Background: #e6edf3;
  --Rest: #007299;
  --Dark: #282828;
  --Accent: #00a9c3;
  --Edit-Stoke: #adb7c9;
  --Text-Color-Disable-Space: #dff8ff;
  --Stroke: #dcdfe8;
  --Orange-100: #ff7d24;
  --Orange-10: #fff3e9;
  --Orange-50: #ffe7cf;
  --Orange-600: #cd5300;
  --Yellow-100: #ffea00;
  --Yellow-10: #fffee1;
  --Yellow-50: #fffbaa;
  --Blue-10: #ecfaff;
  --Line-Stroke: #ccd1da;
  --Text-Color-Disable-Background: #f7f8f9;
  --Blue-Background: #f8fafe;
  --Text-Color-Disable-Item: #f5f7fa;
  --Background: #f8fafe;
  --Title-Background: #dbe4ec;
  --Light-Blue: #dff8ff;
  --Dark-Background: #2d3644;
  --Blue-50: #67d6ff;
  --Semantic-Hover-Blue-Darken-10-Percent: #bfd4de;
  --System-Black: #333;
  --System-Dark-Grey: #7f7f7f;
  --Primary-Gradient: rgba(16, 24, 40, 0.3);
  --Controls-Toast-Background: rgba(255, 255, 255, 0.8);
  --Primary-Blue-background: rgba(16, 24, 40, 0.3);
  --Primary-Stroke: #dcdfe8;
  --Primary-Disable-item: #f1f4f6;
  --Text-Dark: #282828;
  --Primary-Disable-100--Item: #f3f6f8;
}
.confirm-modal-container[data-v-22838e61] {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 30px;
  background: #ffffff;
  border-radius: 20px;
  width: 400px; /* Or max-width */
  max-width: 90vw;
  align-items: center;
}
.text-content[data-v-22838e61] {
  display: flex;
  flex-direction: column;
  gap: 12px; /* Visual gap between title and body */
  text-align: center;
  width: 100%;
}
.confirm-title[data-v-22838e61] {
  color: #0a2444; /* Text + Icon/Title */
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin: 0;
}
.confirm-body[data-v-22838e61] {
  color: #3e4b66; /* Text + Icon/Body */
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
.actions[data-v-22838e61] {
  display: flex;
  gap: 12px;
  width: 100%;
}
.btn-wrapper[data-v-22838e61] {
  flex: 1;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@vue/cli-service/node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/@vue/cli-service/node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/Message/ChatHistory/ListHistory.vue?vue&type=style&index=0&id=fa6d9e4a&scoped=true&lang=css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

.group[data-v-fa6d9e4a] {
  padding: 8px 6px 8px 10px;
}
.spinner[data-v-fa6d9e4a] {
  display: flex;
  justify-content: center;
  align-items: center;
  animation: spin-fa6d9e4a 0.9s linear infinite;
  width: 20px;
  height: 20px;
}
@keyframes spin-fa6d9e4a {
to {
    transform: rotate(360deg);
}
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@vue/cli-service/node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/@vue/cli-service/node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/ChatHistory.vue?vue&type=style&index=0&id=6e8673c8&scoped=true&lang=css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

.chat-history-container[data-v-6e8673c8] {
  position: relative;
  overflow: hidden;
}

/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@vue/cli-service/node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/@vue/cli-service/node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/Atoms/AtomToggle.vue?vue&type=style&index=0&id=a88fe37c&scoped=true&lang=css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

.toggle-btn[data-v-a88fe37c] {
  width: 50px;
  height: 26px;
  background: #ccc;
  border-radius: 50px;
  cursor: pointer;
  position: relative;
  transition: background 0.3s;
}
.toggle-btn__circle[data-v-a88fe37c] {
  width: 22px;
  height: 22px;
  background: white;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
  transition: left 0.3s;
}
.toggle-btn--on[data-v-a88fe37c] {
  background: #2d63ae;
}
.toggle-btn--on .toggle-btn__circle[data-v-a88fe37c] {
  left: 26px;
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@vue/cli-service/node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/@vue/cli-service/node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/Modal/MDetectInput.vue?vue&type=style&index=0&id=404170ac&scoped=true&lang=css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

[data-v-404170ac] input {
  text-align: center;
  padding: 0 !important;
  width: 32px;
  height: 32px;
}
.empty-section[data-v-404170ac] {
  margin-top: 16px;
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@vue/cli-service/node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/@vue/cli-service/node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/Modal/MUpdateRoof.vue?vue&type=style&index=0&id=79f24908&scoped=true&lang=css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

text[data-v-79f24908] {
  font-size: 14px;
  font-weight: 600;
}
.custom-svg-height[data-v-79f24908] {
  transform: translate(0, 30px);
}
.custom-svg-width[data-v-79f24908] {
  transform: translate(10px, 0);
}
svg[data-v-79f24908] {
  overflow: visible;
}
.selected polygon[data-v-79f24908] {
  stroke: orange; /* tô màu khác khi được chọn */
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@vue/cli-service/node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/@vue/cli-service/node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/Modal/MConfirmClose.vue?vue&type=style&index=0&id=b08b3eba&scoped=true&lang=css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

.confirm-modal-container[data-v-b08b3eba] {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 30px;
  background: #ffffff;
  border-radius: 20px;
  width: 400px; /* Or max-width */
  max-width: 90vw;
  align-items: center;
}
.text-content[data-v-b08b3eba] {
  display: flex;
  flex-direction: column;
  gap: 12px; /* Visual gap between title and body */
  text-align: center;
  width: 100%;
}
.confirm-title[data-v-b08b3eba] {
  color: #0a2444; /* Text + Icon/Title */
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin: 0;
}
.confirm-body[data-v-b08b3eba] {
  color: #3e4b66; /* Text + Icon/Body */
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
.actions[data-v-b08b3eba] {
  display: flex;
  gap: 12px;
  width: 100%;
}
.btn-wrapper[data-v-b08b3eba] {
  flex: 1;
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@vue/cli-service/node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/@vue/cli-service/node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/Cesium/FrameShape.vue?vue&type=style&index=0&id=3a845d1a&scoped=true&lang=css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

.frame-ctn[data-v-3a845d1a] {
  margin: 5px 0 0 5px;
  position: absolute;
  z-index: 10;
}
.create-shape-btn[data-v-3a845d1a] {
  position: absolute;
  left: 200px;
  display: inline-block;
  padding: 5px 12px;
  background: #409eff;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.2s;
  text-align: center;
  animation: pulse-3a845d1a 1.5s infinite;
  z-index: 10;
}
.create-shape-btn[data-v-3a845d1a]:hover {
  background: #66b1ff;
}
.disabled[data-v-3a845d1a] {
  pointer-events: none;
  opacity: 0.5;
  animation: none;
}
.draggable-cursor[data-v-3a845d1a] * {
  cursor: move !important; /* fallback: no `url()` support or images disabled */ /* Chrome 1-21, Safari 4+ */ /* Firefox 1.5-26 */
  cursor: grabbing !important; /* W3C standards syntax, should come least */
}
@keyframes pulse-3a845d1a {
0% {
    box-shadow: 0 0 0 0 #66b1ff;
}
70% {
    box-shadow: 0 0 0 10px rgba(255, 111, 97, 0);
}
100% {
    box-shadow: 0 0 0 0 rgba(255, 111, 97, 0);
}
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@vue/cli-service/node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/@vue/cli-service/node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/Cesium/ToolPopup.vue?vue&type=style&index=0&id=59693705&lang=scss&scoped=true ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
[data-v-59693705]:root {
  --primary-light-background: #fafcfe;
  --line-dark: #a3aed0;
  --light-hover-item: rgba(233, 237, 247, 0.7);
  --neutral-100: #fafcfe;
  --neutral-300: #f4f7fe;
  --neutral-400: #e9edf7;
  --neutral-500: #e0e5f2;
  --neutral-600: #a3aed0;
  --neutral-700: #707eae;
  --neutral-800: #47548c;
  --neutral-900: #2b3674;
  --primary-600: #008cde;
  --primary-800: #0151a6;
  --primary-900: #0a2444;
  --secondary-500: #868cff;
  --secondary-700: #4e4db3;
  --success-700: #08875d;
  --warning-600: #f80;
  --warning-700: #d96c00;
  --danger-700: #e02d3c;
  --danger-800: #ba2532;
  --text-light-primary: #4318ff;
  --text-light-secondary: #3e3f66;
  --text-light-secondary-2: #707eae;
  --text-light-disable: #a3aed0;
  --text-dark-primary: #fafcfe;
  --gradient-default: linear-gradient(135deg, #868cff 0%, #4318ff 100%);
  --gradient-default-minor: linear-gradient(
    136deg,
    #4318ff 7.11%,
    #868cff 121.02%
  );
  --hex-gradient-default: #6552ff;
  --Primary-Dark-background: #374251;
  --Neutrals-White: #ffffff;
  --Neutrals-Grey-50: #f8f9fa;
  --Neutrals-Grey-100: #eef0f3;
  --Neutrals-Grey-200: #e4e7ec;
  --Neutrals-Grey-300: #d0d5dd;
  --Neutrals-Grey-500: #667085;
  --Grey-700: #344054;
  --Gray-900: #101828;
  --Text-Color-Primary: #282828;
  --gray-200: #eaecf0;
  --Text-Color-Disable: #868fa1;
  --Semantic-Hover-Blue: #d4ebf7;
  --Semantic-Rest-Blue: #0151a6;
  --Semantic-Disable: #ccd1da;
  --Semantic-Pressed-Blue: #0e83a7;
  --Semantic-Alerts-Red_10: #ffeef1;
  --Semantic-Alerts-Red_100: #f44336;
  --Semantic-Alerts-Green_10: #e4ffeb;
  --Semantic-Alerts-Green_100: #23a047;
  --Semantic-Alerts-Yellow_10: #fff6d5;
  --Semantic-Alerts-Yellow_100: #fca004;
  --Semantic-Alerts-Blue_10: #f1f6fd;
  --Semantic-Alerts-Blue_100: #0052ea;
  --Semantic-Hover-background: #4c5a6c;
  --Semantic-Diable-Blue: #e6f4fc;
  --Gray-100: #f2f4f7;
  --Neutrals-Grey-400: #98a2b3;
  --Pastel-01: #fcf8c6;
  --Pastel-02: #ffe3cb;
  --Pastel-03: #ffcdd1;
  --Pastel-05: #d2b9f3;
  --Pastel-07: #9be6f6;
  --Pastel-09: #b3fbcc;
  --Rest-Background: #e6edf3;
  --Rest: #007299;
  --Dark: #282828;
  --Accent: #00a9c3;
  --Edit-Stoke: #adb7c9;
  --Text-Color-Disable-Space: #dff8ff;
  --Stroke: #dcdfe8;
  --Orange-100: #ff7d24;
  --Orange-10: #fff3e9;
  --Orange-50: #ffe7cf;
  --Orange-600: #cd5300;
  --Yellow-100: #ffea00;
  --Yellow-10: #fffee1;
  --Yellow-50: #fffbaa;
  --Blue-10: #ecfaff;
  --Line-Stroke: #ccd1da;
  --Text-Color-Disable-Background: #f7f8f9;
  --Blue-Background: #f8fafe;
  --Text-Color-Disable-Item: #f5f7fa;
  --Background: #f8fafe;
  --Title-Background: #dbe4ec;
  --Light-Blue: #dff8ff;
  --Dark-Background: #2d3644;
  --Blue-50: #67d6ff;
  --Semantic-Hover-Blue-Darken-10-Percent: #bfd4de;
  --System-Black: #333;
  --System-Dark-Grey: #7f7f7f;
  --Primary-Gradient: rgba(16, 24, 40, 0.3);
  --Controls-Toast-Background: rgba(255, 255, 255, 0.8);
  --Primary-Blue-background: rgba(16, 24, 40, 0.3);
  --Primary-Stroke: #dcdfe8;
  --Primary-Disable-item: #f1f4f6;
  --Text-Dark: #282828;
  --Primary-Disable-100--Item: #f3f6f8;
}
.tool-container[data-v-59693705] {
  background: #ffffff;
  border-radius: 20px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
  max-height: calc(100vh - 190px);
  overflow: hidden;
}
@media (min-width: 1600px) {
.tool-container[data-v-59693705] {
    max-height: calc(100vh - 200px);
}
}
.tool-header[data-v-59693705] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
}
.tool-title[data-v-59693705] {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #0a2444;
  margin: 0;
}
.close-btn[data-v-59693705] {
  width: 32px;
  height: 32px;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.close-btn[data-v-59693705]:hover {
  opacity: 0.7;
}
.tool-content[data-v-59693705] {
  display: flex;
  flex-direction: column;
  gap: 28px;
  overflow-y: scroll;
  overflow-x: hidden;
  flex: 1 1 auto;
  min-height: 0;
  padding-right: 12px;
  padding-bottom: 8 px;
  /* Firefox scrollbar */
  scrollbar-width: auto;
  scrollbar-color: #0151a6 transparent;
  /* Chrome/Safari scrollbar */
}
.tool-content[data-v-59693705]::-webkit-scrollbar {
  width: 8px;
}
.tool-content[data-v-59693705]::-webkit-scrollbar-track {
  background: transparent;
  margin: 8px 0;
}
.tool-content[data-v-59693705]::-webkit-scrollbar-thumb {
  background: #0151a6;
  border-radius: 100px;
}
.tool-section[data-v-59693705] {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
  background: #f6f9ff;
  border-radius: 12px;
  border: 1px solid #cbd2e1;
  flex-shrink: 0;
}
.section-header[data-v-59693705] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.section-title[data-v-59693705] {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #3e4b66;
}
.section-desc[data-v-59693705] {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #3e4b66;
}
.tool-list[data-v-59693705] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.tool-item[data-v-59693705] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 16px;
  background: #ffffff;
  border: 1px solid #cbd2e1;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s;
}
.tool-item[data-v-59693705]:hover {
  border-color: #006eb8;
  background: #eaf6ff;
}
.tool-item.active[data-v-59693705] {
  border-color: #006eb8;
  background: #eaf6ff;
}
.tool-item.disabled[data-v-59693705] {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}
.item-name[data-v-59693705] {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #3e4b66;
}
.section-note[data-v-59693705] {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #3e4b66;
  margin: 0;
}
.section-note strong[data-v-59693705] {
  font-weight: 600;
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@vue/cli-service/node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/@vue/cli-service/node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/Cesium/KeyboardShortcutsPopup.vue?vue&type=style&index=0&id=62777976&lang=scss&scoped=true ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
[data-v-62777976]:root {
  --primary-light-background: #fafcfe;
  --line-dark: #a3aed0;
  --light-hover-item: rgba(233, 237, 247, 0.7);
  --neutral-100: #fafcfe;
  --neutral-300: #f4f7fe;
  --neutral-400: #e9edf7;
  --neutral-500: #e0e5f2;
  --neutral-600: #a3aed0;
  --neutral-700: #707eae;
  --neutral-800: #47548c;
  --neutral-900: #2b3674;
  --primary-600: #008cde;
  --primary-800: #0151a6;
  --primary-900: #0a2444;
  --secondary-500: #868cff;
  --secondary-700: #4e4db3;
  --success-700: #08875d;
  --warning-600: #f80;
  --warning-700: #d96c00;
  --danger-700: #e02d3c;
  --danger-800: #ba2532;
  --text-light-primary: #4318ff;
  --text-light-secondary: #3e3f66;
  --text-light-secondary-2: #707eae;
  --text-light-disable: #a3aed0;
  --text-dark-primary: #fafcfe;
  --gradient-default: linear-gradient(135deg, #868cff 0%, #4318ff 100%);
  --gradient-default-minor: linear-gradient(
    136deg,
    #4318ff 7.11%,
    #868cff 121.02%
  );
  --hex-gradient-default: #6552ff;
  --Primary-Dark-background: #374251;
  --Neutrals-White: #ffffff;
  --Neutrals-Grey-50: #f8f9fa;
  --Neutrals-Grey-100: #eef0f3;
  --Neutrals-Grey-200: #e4e7ec;
  --Neutrals-Grey-300: #d0d5dd;
  --Neutrals-Grey-500: #667085;
  --Grey-700: #344054;
  --Gray-900: #101828;
  --Text-Color-Primary: #282828;
  --gray-200: #eaecf0;
  --Text-Color-Disable: #868fa1;
  --Semantic-Hover-Blue: #d4ebf7;
  --Semantic-Rest-Blue: #0151a6;
  --Semantic-Disable: #ccd1da;
  --Semantic-Pressed-Blue: #0e83a7;
  --Semantic-Alerts-Red_10: #ffeef1;
  --Semantic-Alerts-Red_100: #f44336;
  --Semantic-Alerts-Green_10: #e4ffeb;
  --Semantic-Alerts-Green_100: #23a047;
  --Semantic-Alerts-Yellow_10: #fff6d5;
  --Semantic-Alerts-Yellow_100: #fca004;
  --Semantic-Alerts-Blue_10: #f1f6fd;
  --Semantic-Alerts-Blue_100: #0052ea;
  --Semantic-Hover-background: #4c5a6c;
  --Semantic-Diable-Blue: #e6f4fc;
  --Gray-100: #f2f4f7;
  --Neutrals-Grey-400: #98a2b3;
  --Pastel-01: #fcf8c6;
  --Pastel-02: #ffe3cb;
  --Pastel-03: #ffcdd1;
  --Pastel-05: #d2b9f3;
  --Pastel-07: #9be6f6;
  --Pastel-09: #b3fbcc;
  --Rest-Background: #e6edf3;
  --Rest: #007299;
  --Dark: #282828;
  --Accent: #00a9c3;
  --Edit-Stoke: #adb7c9;
  --Text-Color-Disable-Space: #dff8ff;
  --Stroke: #dcdfe8;
  --Orange-100: #ff7d24;
  --Orange-10: #fff3e9;
  --Orange-50: #ffe7cf;
  --Orange-600: #cd5300;
  --Yellow-100: #ffea00;
  --Yellow-10: #fffee1;
  --Yellow-50: #fffbaa;
  --Blue-10: #ecfaff;
  --Line-Stroke: #ccd1da;
  --Text-Color-Disable-Background: #f7f8f9;
  --Blue-Background: #f8fafe;
  --Text-Color-Disable-Item: #f5f7fa;
  --Background: #f8fafe;
  --Title-Background: #dbe4ec;
  --Light-Blue: #dff8ff;
  --Dark-Background: #2d3644;
  --Blue-50: #67d6ff;
  --Semantic-Hover-Blue-Darken-10-Percent: #bfd4de;
  --System-Black: #333;
  --System-Dark-Grey: #7f7f7f;
  --Primary-Gradient: rgba(16, 24, 40, 0.3);
  --Controls-Toast-Background: rgba(255, 255, 255, 0.8);
  --Primary-Blue-background: rgba(16, 24, 40, 0.3);
  --Primary-Stroke: #dcdfe8;
  --Primary-Disable-item: #f1f4f6;
  --Text-Dark: #282828;
  --Primary-Disable-100--Item: #f3f6f8;
}
.shortcuts-container[data-v-62777976] {
  background: #ffffff;
  border-radius: 20px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
}
.shortcuts-header[data-v-62777976] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-title[data-v-62777976] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.title[data-v-62777976] {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #0a2444;
  margin: 0;
}
.close-btn[data-v-62777976] {
  width: 32px;
  height: 32px;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: background 0.2s;
}
.description[data-v-62777976] {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #3e4b66;
  margin: 0;
}
.tabs[data-v-62777976] {
  display: flex;
  background: #f6f9ff;
  border-radius: 8px;
  padding: 4px;
  gap: 4px;
}
.tab-btn[data-v-62777976] {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 16px;
  border: none;
  border-radius: 6px;
  background: transparent;
  cursor: pointer;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #3e4b66;
  transition: all 0.2s;
}
.tab-btn[data-v-62777976]:hover {
  background: rgba(255, 255, 255, 0.5);
}
.tab-btn.active[data-v-62777976] {
  background: #ffffff;
  color: #006eb8;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.tab-btn .tab-icon[data-v-62777976] {
  font-size: 16px;
}
.shortcuts-content[data-v-62777976] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 320px;
  overflow-y: auto;
  /* Scrollbar styling */
}
.shortcuts-content[data-v-62777976]::-webkit-scrollbar {
  width: 6px;
}
.shortcuts-content[data-v-62777976]::-webkit-scrollbar-track {
  background: transparent;
}
.shortcuts-content[data-v-62777976]::-webkit-scrollbar-thumb {
  background: #cbd2e1;
  border-radius: 3px;
}
.shortcut-item[data-v-62777976] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  background: #ffffff;
  border: 1px solid #e1e6ef;
  border-radius: 12px;
  transition: border-color 0.2s;
}
.shortcut-item[data-v-62777976]:hover {
  border-color: #cbd2e1;
}
.shortcut-info[data-v-62777976] {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.shortcut-title[data-v-62777976] {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #006eb8;
}
.shortcut-desc[data-v-62777976] {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #94a0b8;
}
.shortcut-demo[data-v-62777976] {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
}
.shortcut-demo.touch-demo[data-v-62777976] {
  min-width: 56px;
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@vue/cli-service/node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/@vue/cli-service/node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/Cesium/CesiumMap.vue?vue&type=style&index=0&id=25fb1506&lang=scss&scoped=true ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
[data-v-25fb1506]:root {
  --primary-light-background: #fafcfe;
  --line-dark: #a3aed0;
  --light-hover-item: rgba(233, 237, 247, 0.7);
  --neutral-100: #fafcfe;
  --neutral-300: #f4f7fe;
  --neutral-400: #e9edf7;
  --neutral-500: #e0e5f2;
  --neutral-600: #a3aed0;
  --neutral-700: #707eae;
  --neutral-800: #47548c;
  --neutral-900: #2b3674;
  --primary-600: #008cde;
  --primary-800: #0151a6;
  --primary-900: #0a2444;
  --secondary-500: #868cff;
  --secondary-700: #4e4db3;
  --success-700: #08875d;
  --warning-600: #f80;
  --warning-700: #d96c00;
  --danger-700: #e02d3c;
  --danger-800: #ba2532;
  --text-light-primary: #4318ff;
  --text-light-secondary: #3e3f66;
  --text-light-secondary-2: #707eae;
  --text-light-disable: #a3aed0;
  --text-dark-primary: #fafcfe;
  --gradient-default: linear-gradient(135deg, #868cff 0%, #4318ff 100%);
  --gradient-default-minor: linear-gradient(
    136deg,
    #4318ff 7.11%,
    #868cff 121.02%
  );
  --hex-gradient-default: #6552ff;
  --Primary-Dark-background: #374251;
  --Neutrals-White: #ffffff;
  --Neutrals-Grey-50: #f8f9fa;
  --Neutrals-Grey-100: #eef0f3;
  --Neutrals-Grey-200: #e4e7ec;
  --Neutrals-Grey-300: #d0d5dd;
  --Neutrals-Grey-500: #667085;
  --Grey-700: #344054;
  --Gray-900: #101828;
  --Text-Color-Primary: #282828;
  --gray-200: #eaecf0;
  --Text-Color-Disable: #868fa1;
  --Semantic-Hover-Blue: #d4ebf7;
  --Semantic-Rest-Blue: #0151a6;
  --Semantic-Disable: #ccd1da;
  --Semantic-Pressed-Blue: #0e83a7;
  --Semantic-Alerts-Red_10: #ffeef1;
  --Semantic-Alerts-Red_100: #f44336;
  --Semantic-Alerts-Green_10: #e4ffeb;
  --Semantic-Alerts-Green_100: #23a047;
  --Semantic-Alerts-Yellow_10: #fff6d5;
  --Semantic-Alerts-Yellow_100: #fca004;
  --Semantic-Alerts-Blue_10: #f1f6fd;
  --Semantic-Alerts-Blue_100: #0052ea;
  --Semantic-Hover-background: #4c5a6c;
  --Semantic-Diable-Blue: #e6f4fc;
  --Gray-100: #f2f4f7;
  --Neutrals-Grey-400: #98a2b3;
  --Pastel-01: #fcf8c6;
  --Pastel-02: #ffe3cb;
  --Pastel-03: #ffcdd1;
  --Pastel-05: #d2b9f3;
  --Pastel-07: #9be6f6;
  --Pastel-09: #b3fbcc;
  --Rest-Background: #e6edf3;
  --Rest: #007299;
  --Dark: #282828;
  --Accent: #00a9c3;
  --Edit-Stoke: #adb7c9;
  --Text-Color-Disable-Space: #dff8ff;
  --Stroke: #dcdfe8;
  --Orange-100: #ff7d24;
  --Orange-10: #fff3e9;
  --Orange-50: #ffe7cf;
  --Orange-600: #cd5300;
  --Yellow-100: #ffea00;
  --Yellow-10: #fffee1;
  --Yellow-50: #fffbaa;
  --Blue-10: #ecfaff;
  --Line-Stroke: #ccd1da;
  --Text-Color-Disable-Background: #f7f8f9;
  --Blue-Background: #f8fafe;
  --Text-Color-Disable-Item: #f5f7fa;
  --Background: #f8fafe;
  --Title-Background: #dbe4ec;
  --Light-Blue: #dff8ff;
  --Dark-Background: #2d3644;
  --Blue-50: #67d6ff;
  --Semantic-Hover-Blue-Darken-10-Percent: #bfd4de;
  --System-Black: #333;
  --System-Dark-Grey: #7f7f7f;
  --Primary-Gradient: rgba(16, 24, 40, 0.3);
  --Controls-Toast-Background: rgba(255, 255, 255, 0.8);
  --Primary-Blue-background: rgba(16, 24, 40, 0.3);
  --Primary-Stroke: #dcdfe8;
  --Primary-Disable-item: #f1f4f6;
  --Text-Dark: #282828;
  --Primary-Disable-100--Item: #f3f6f8;
}
.disabled[data-v-25fb1506] {
  pointer-events: none;
  opacity: 0.5;
}
.tool-popup[data-v-25fb1506] {
  position: absolute;
  left: 20px;
  top: 70px;
  z-index: 12;
  border-radius: 20px;
  max-height: calc(100vh - 120px);
  overflow: hidden;
}
.option-ctn[data-v-25fb1506] {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 12;
  display: flex;
  gap: 8px;
  align-items: center;
}
.exit-tool-btn[data-v-25fb1506] {
  border: 1px solid #ffffff !important;
  box-shadow: 0 4px 12px rgba(1, 81, 166, 0.2);
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  gap: 4px;
}
.pin-container[data-v-25fb1506] {
  position: relative;
  display: flex;
  height: 100%;
}
.pin-toolbar[data-v-25fb1506] {
  position: absolute;
  left: 20px;
  top: 70px;
  width: 300px;
  z-index: 10;
  background: white;
  padding: 10px;
  border-radius: 4px;
  box-shadow: 0px 0px 10px 0px #ccc;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pin-toolbar__label[data-v-25fb1506] {
  display: flex;
  justify-content: space-between;
}
.pin-toolbar__label span[data-v-25fb1506] {
  font-size: 20px;
}
.pin-toolbar__label p[data-v-25fb1506] {
  font-size: 8px;
}
.pin-toolbar__label .btn-cancel[data-v-25fb1506] {
  padding: 0 12px;
  background-color: #2d2d2d; /* xám than gần đen */
  color: #f3c94f; /* vàng nhạt sang */
  border: 1px solid #f3c94f; /* viền vàng */
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.2s ease;
}
.pin-toolbar__label .btn-cancel[data-v-25fb1506]:hover {
  opacity: 0.8;
}
.pin-container__body[data-v-25fb1506] {
  transition: ease-in-out 1s;
}
.pin-item[data-v-25fb1506] {
  flex: 0 0 calc((100% - 10px) / 2);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 12px;
  height: 50px;
  cursor: pointer;
}
.pin-item.active[data-v-25fb1506] {
  border: 2px solid var(--primary-800);
}
.pin-item[data-v-25fb1506]:hover {
  opacity: 0.8;
}
.slide-down-enter-active[data-v-25fb1506],
.slide-down-leave-active[data-v-25fb1506] {
  transition: all 0.3s ease;
}
.slide-down-enter-from[data-v-25fb1506] {
  opacity: 0;
  transform: translateY(-15px);
  /* từ trên xuống */
}
.slide-down-enter-to[data-v-25fb1506] {
  opacity: 1;
  transform: translateY(0);
}
.slide-down-leave-from[data-v-25fb1506] {
  opacity: 1;
  transform: translateY(0);
}
.slide-down-leave-to[data-v-25fb1506] {
  opacity: 0;
  transform: translateY(-15px);
  /* biến mất ngược lên */
}
.cesium-map-container[data-v-25fb1506] {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
}
#cesiumContainer[data-v-25fb1506] {
  width: 100%;
  height: 100%;
}
[data-v-25fb1506] .cesium-button {
  background: #2d63ae !important;
  color: white !important;
}
.search-box[data-v-25fb1506] {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 300px;
  padding: 10px 12px;
  z-index: 1000;
  outline: none;
  border-width: 3px;
  border-color: #0151a6;
}
.create-3d-btn[data-v-25fb1506] {
  position: absolute;
  bottom: 24px;
  z-index: 100;
  box-shadow: 0px 4px 12px rgba(1, 81, 166, 0.2);
  color: #0151a6 !important;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  gap: 4px;
}
.suggestions[data-v-25fb1506] {
  position: absolute;
  top: 40px;
  left: 10px;
  width: 300px;
  background: white;
  border: 1px solid #ccc;
  z-index: 1000;
  list-style: none;
  padding: 0;
  margin: 0;
}
.suggestions li[data-v-25fb1506] {
  padding: 8px;
  cursor: pointer;
}
.suggestions li[data-v-25fb1506]:hover {
  background: #eee;
}
.option-ctn[data-v-25fb1506] {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 99;
  display: flex;
  gap: 12px;
  align-items: center;
}
.help-btn[data-v-25fb1506] {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid #e1e6ef;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.help-btn[data-v-25fb1506]:hover {
  background: #f6f9ff;
  border-color: #006eb8;
}
.help-btn .help-icon[data-v-25fb1506] {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #006eb8;
}
.shortcuts-popup[data-v-25fb1506] {
  position: absolute;
  z-index: 1000;
}
.bottom-right-toolbar[data-v-25fb1506] {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  display: flex;
}
.toolbar-btn[data-v-25fb1506] {
  width: 46px;
  height: 46px;
  border-radius: 80px;
  background: #ffffff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
}
.toolbar-btn[data-v-25fb1506]:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.toolbar-btn.active[data-v-25fb1506] {
  background: #0151a6;
}
.toolbar-btn.active[data-v-25fb1506]:hover {
  background: #006eb8;
}
.group-btn[data-v-25fb1506] {
  margin-left: 0px;
}
.shaping-btn[data-v-25fb1506] {
  border: none !important;
}
.create-frame-mode[data-v-25fb1506] {
  animation: pulse-25fb1506 1.5s infinite;
}
.position-mode[data-v-25fb1506] {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0px;
  right: 50px;
  width: 200px;
  height: 44px;
  z-index: 99;
  cursor: pointer;
  border: none;
}
.position-mode input[data-v-25fb1506] {
  width: 100%;
  border-radius: 10px;
}
.cesium-container[data-v-25fb1506] {
  position: relative;
}
@keyframes pulse-25fb1506 {
0% {
    box-shadow: 0 0 0 0 #ffd700;
}
70% {
    box-shadow: 0 0 0 10px rgba(255, 111, 97, 0);
}
100% {
    box-shadow: 0 0 0 0 rgba(255, 111, 97, 0);
}
}
.waiting-container[data-v-25fb1506] {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}
.waiting-container.white[data-v-25fb1506] {
  background: white;
}
.waiting-container svg[data-v-25fb1506] {
  animation: spin-25fb1506 0.9s linear infinite;
}
@keyframes spin-25fb1506 {
0% {
    transform: rotate(0deg);
    /* Góc ban đầu */
}
100% {
    transform: rotate(360deg);
    /* Góc khi kết thúc */
}
}
.capture-area[data-v-25fb1506] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: crosshair;
  z-index: 11;
}
.selection-rect[data-v-25fb1506] {
  position: absolute;
  z-index: 99;
}
.shape-ctn[data-v-25fb1506] {
  position: absolute;
  bottom: 0;
  display: flex;
  gap: 10px;
}
.mark-selection[data-v-25fb1506] {
  background-color: transparent;
  position: fixed;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  border: 3px solid #ffffff;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.mark-selection .text-instruct[data-v-25fb1506] {
  position: absolute;
  top: -40px;
  left: -2px;
  background: #0a0d14;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding: 4px 8px;
  border-radius: 4px;
  white-space: nowrap;
}
.mark-selection .tools-group[data-v-25fb1506] {
  position: absolute;
  z-index: 99;
  top: -48px;
  right: 0;
  display: flex;
  align-items: center;
  gap: 4px;
  background: #ffffff;
  padding: 4px 4px 4px 4px;
  border-radius: 40px;
  box-shadow: 0 4px 6px rgba(71, 79, 98, 0.1);
  pointer-events: auto;
}
.mark-selection .delete-redundant[data-v-25fb1506], .mark-selection .continue-roof-btn[data-v-25fb1506] {
  position: absolute;
  top: -47px;
  right: -2px;
  z-index: 99;
  pointer-events: auto;
}
.mark-selection .icon-wrapper[data-v-25fb1506] {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 3px;
  padding: 4px;
}
.mark-selection .icon-wrapper[data-v-25fb1506] svg circle {
  display: none !important;
}
.mark-selection .icon-wrapper[data-v-25fb1506] svg path,
.mark-selection .icon-wrapper[data-v-25fb1506] svg polygon {
  fill: #0151a6 !important;
}
.hologram-on[data-v-25fb1506] {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.hologram-on[data-v-25fb1506]::before {
  content: "";
  position: absolute;
  top: -120%;
  left: -120%;
  width: 240%;
  height: 240%;
  background: radial-gradient(circle at top left, var(--primary-800), var(--primary-600), transparent 60%);
  animation: holoScan-25fb1506 2s linear infinite;
  mix-blend-mode: screen;
}
.hologram-on[data-v-25fb1506] {
  /* lớp nhiễu hologram */
}
.hologram-on[data-v-25fb1506]::after {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(0deg, var(--primary-800), var(--primary-600), transparent 1px, transparent 3px);
  opacity: 0.5;
  pointer-events: none;
}

/* quét từ trên trái -> dưới phải */
@keyframes holoScan-25fb1506 {
0% {
    transform: translate(-50%, -50%);
    opacity: 0;
}
20% {
    opacity: 1;
}
60% {
    transform: translate(0%, 0%);
    opacity: 0.8;
}
100% {
    transform: translate(50%, 50%);
    opacity: 0;
}
}
/* nhấp nháy hologram */
@keyframes holoFlicker-25fb1506 {
0%, 100% {
    opacity: 0.9;
    filter: brightness(1.1);
}
50% {
    opacity: 1;
    filter: brightness(1.3);
}
}
/* nhiễu scanline */
@keyframes holoNoise-25fb1506 {
from {
    transform: translateY(0);
}
to {
    transform: translateY(2px);
}
}
.create-3d-btn-ctn[data-v-25fb1506] {
  z-index: 99;
}
#heightSlider[data-v-25fb1506] {
  position: absolute;
  right: -215px;
  top: 198px;
  transform: translateY(-50%) rotate(-90deg);
  width: 400px;
  height: 6px;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background: linear-gradient(to right, #2dd4bf, #3b82f6);
  border-radius: 999px;
  outline: none;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  pointer-events: auto;
  animation: pulse-25fb1506 1.5s infinite;
}

/* WebKit thumb */
#heightSlider[data-v-25fb1506]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  background: #ffffff;
  border-radius: 50%;
  border: 3px solid #3b82f6;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  -webkit-transition: transform 0.15s ease, box-shadow 0.15s ease;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
#heightSlider[data-v-25fb1506]::-webkit-slider-thumb:hover {
  transform: scale(1.15);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.45);
}

/* Firefox */
#heightSlider[data-v-25fb1506]::-moz-range-thumb {
  width: 18px;
  height: 18px;
  background: #ffffff;
  border-radius: 50%;
  border: 3px solid #3b82f6;
  cursor: pointer;
}

/* Track Firefox */
#heightSlider[data-v-25fb1506]::-moz-range-track {
  background: linear-gradient(to right, #2dd4bf, #3b82f6);
  height: 6px;
  border-radius: 999px;
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@vue/cli-service/node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/@vue/cli-service/node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/atoms/AtomInput.vue?vue&type=style&index=0&id=011f406c&lang=scss&scoped=true ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
[data-v-011f406c]:root {
  --primary-light-background: #fafcfe;
  --line-dark: #a3aed0;
  --light-hover-item: rgba(233, 237, 247, 0.7);
  --neutral-100: #fafcfe;
  --neutral-300: #f4f7fe;
  --neutral-400: #e9edf7;
  --neutral-500: #e0e5f2;
  --neutral-600: #a3aed0;
  --neutral-700: #707eae;
  --neutral-800: #47548c;
  --neutral-900: #2b3674;
  --primary-600: #008cde;
  --primary-800: #0151a6;
  --primary-900: #0a2444;
  --secondary-500: #868cff;
  --secondary-700: #4e4db3;
  --success-700: #08875d;
  --warning-600: #f80;
  --warning-700: #d96c00;
  --danger-700: #e02d3c;
  --danger-800: #ba2532;
  --text-light-primary: #4318ff;
  --text-light-secondary: #3e3f66;
  --text-light-secondary-2: #707eae;
  --text-light-disable: #a3aed0;
  --text-dark-primary: #fafcfe;
  --gradient-default: linear-gradient(135deg, #868cff 0%, #4318ff 100%);
  --gradient-default-minor: linear-gradient(
    136deg,
    #4318ff 7.11%,
    #868cff 121.02%
  );
  --hex-gradient-default: #6552ff;
  --Primary-Dark-background: #374251;
  --Neutrals-White: #ffffff;
  --Neutrals-Grey-50: #f8f9fa;
  --Neutrals-Grey-100: #eef0f3;
  --Neutrals-Grey-200: #e4e7ec;
  --Neutrals-Grey-300: #d0d5dd;
  --Neutrals-Grey-500: #667085;
  --Grey-700: #344054;
  --Gray-900: #101828;
  --Text-Color-Primary: #282828;
  --gray-200: #eaecf0;
  --Text-Color-Disable: #868fa1;
  --Semantic-Hover-Blue: #d4ebf7;
  --Semantic-Rest-Blue: #0151a6;
  --Semantic-Disable: #ccd1da;
  --Semantic-Pressed-Blue: #0e83a7;
  --Semantic-Alerts-Red_10: #ffeef1;
  --Semantic-Alerts-Red_100: #f44336;
  --Semantic-Alerts-Green_10: #e4ffeb;
  --Semantic-Alerts-Green_100: #23a047;
  --Semantic-Alerts-Yellow_10: #fff6d5;
  --Semantic-Alerts-Yellow_100: #fca004;
  --Semantic-Alerts-Blue_10: #f1f6fd;
  --Semantic-Alerts-Blue_100: #0052ea;
  --Semantic-Hover-background: #4c5a6c;
  --Semantic-Diable-Blue: #e6f4fc;
  --Gray-100: #f2f4f7;
  --Neutrals-Grey-400: #98a2b3;
  --Pastel-01: #fcf8c6;
  --Pastel-02: #ffe3cb;
  --Pastel-03: #ffcdd1;
  --Pastel-05: #d2b9f3;
  --Pastel-07: #9be6f6;
  --Pastel-09: #b3fbcc;
  --Rest-Background: #e6edf3;
  --Rest: #007299;
  --Dark: #282828;
  --Accent: #00a9c3;
  --Edit-Stoke: #adb7c9;
  --Text-Color-Disable-Space: #dff8ff;
  --Stroke: #dcdfe8;
  --Orange-100: #ff7d24;
  --Orange-10: #fff3e9;
  --Orange-50: #ffe7cf;
  --Orange-600: #cd5300;
  --Yellow-100: #ffea00;
  --Yellow-10: #fffee1;
  --Yellow-50: #fffbaa;
  --Blue-10: #ecfaff;
  --Line-Stroke: #ccd1da;
  --Text-Color-Disable-Background: #f7f8f9;
  --Blue-Background: #f8fafe;
  --Text-Color-Disable-Item: #f5f7fa;
  --Background: #f8fafe;
  --Title-Background: #dbe4ec;
  --Light-Blue: #dff8ff;
  --Dark-Background: #2d3644;
  --Blue-50: #67d6ff;
  --Semantic-Hover-Blue-Darken-10-Percent: #bfd4de;
  --System-Black: #333;
  --System-Dark-Grey: #7f7f7f;
  --Primary-Gradient: rgba(16, 24, 40, 0.3);
  --Controls-Toast-Background: rgba(255, 255, 255, 0.8);
  --Primary-Blue-background: rgba(16, 24, 40, 0.3);
  --Primary-Stroke: #dcdfe8;
  --Primary-Disable-item: #f1f4f6;
  --Text-Dark: #282828;
  --Primary-Disable-100--Item: #f3f6f8;
}
.a-input[data-v-011f406c] {
  position: relative;
  display: inline-block;
  height: var(--011f406c-props\.height);
  width: var(--011f406c-props\.width);
}
.a-input input[data-v-011f406c] {
  padding: 13.5px;
  border-radius: var(--011f406c-props\.borderRadius\ \|\|\ \"8px\");
  outline: none;
  border: 1px solid var(--Stroke);
  width: 100%;
  height: var(--011f406c-props\.height);
  background: var(--Neutrals-White);
  transition: border-color 0.2s ease-in-out;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  font-size: 14px;
  line-height: 16.8px;
  font-weight: 500;
  letter-spacing: 0px;
  color: var(--Dark-Background);
}
.a-input input[data-v-011f406c]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.a-input input[data-v-011f406c]::-moz-placeholder {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--Text-Color-Disable);
}
.a-input input[data-v-011f406c]::placeholder {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--Text-Color-Disable);
}
.a-input input[data-v-011f406c]:hover, .a-input input[data-v-011f406c]:focus, .a-input input[data-v-011f406c]:active {
  border-color: var(--primary-800);
}
.a-input input[data-v-011f406c]:-moz-read-only {
  border: 1px solid var(--Line-Stroke);
  background: var(--Text-Color-Disable-Item);
}
.a-input input[data-v-011f406c]:disabled, .a-input input[data-v-011f406c]:read-only {
  border: 1px solid var(--Line-Stroke);
  background: var(--Text-Color-Disable-Item);
}
.a-input input:-moz-read-only:hover ~ div[data-v-011f406c] .icon-percent, .a-input input:-moz-read-only:focus ~ div[data-v-011f406c] .icon-percent, .a-input input:-moz-read-only:active ~ div[data-v-011f406c] .icon-percent {
  fill: var(--Dark-Background) !important;
}
.a-input input:disabled:hover ~ div[data-v-011f406c] .icon-percent, .a-input input:disabled:focus ~ div[data-v-011f406c] .icon-percent, .a-input input:disabled:active ~ div[data-v-011f406c] .icon-percent, .a-input input:read-only:hover ~ div[data-v-011f406c] .icon-percent, .a-input input:read-only:focus ~ div[data-v-011f406c] .icon-percent, .a-input input:read-only:active ~ div[data-v-011f406c] .icon-percent {
  fill: var(--Dark-Background) !important;
}
.a-input input[data-v-011f406c]:-webkit-autofill, .a-input input[data-v-011f406c]:-webkit-autofill:hover, .a-input input[data-v-011f406c]:-webkit-autofill:focus, .a-input input[data-v-011f406c]:-webkit-autofill:active {
  -webkit-box-shadow: inset 0 0 0px 9999px var(--Neutrals-White);
}
.a-input.status-password input[data-v-011f406c] {
  padding-right: 40px;
}
.a-input.status-password[data-v-011f406c] svg {
  height: 100%;
  position: absolute;
  top: 0px;
  right: 12px;
}
.a-input.status-password[data-v-011f406c] svg:hover {
  cursor: pointer;
}
.a-input.status-lock input[data-v-011f406c] {
  padding-right: 40px;
}
.a-input.status-lock[data-v-011f406c] svg {
  height: 100%;
  position: absolute;
  top: 0px;
  right: 12px;
  /*&:hover {
    cursor: pointer;
  }*/
}
.a-input.status-amount input[data-v-011f406c] {
  padding-right: 40px;
}
.a-input.status-amount .icon-display[data-v-011f406c] {
  position: absolute;
  height: 42px;
  top: 1px;
  right: 1px;
  padding: 0 16px;
  border-left: 1px solid var(--Stroke);
  background-color: var(--Rest-Background);
  border-radius: 0px 7px 7px 0px;
}
.a-input.status-amount[data-v-011f406c] svg {
  height: 100%;
}
.a-input.status-km[data-v-011f406c] svg, .a-input.status-clock[data-v-011f406c] svg {
  height: 100%;
  position: absolute;
  top: 0px;
  right: 12px;
}
.a-input.status-km[data-v-011f406c] svg:hover, .a-input.status-clock[data-v-011f406c] svg:hover {
  cursor: pointer;
}
.a-input.status-dashed[data-v-011f406c] {
  border: none;
}
.a-input.status-dashed input[data-v-011f406c] {
  padding-right: 40px;
  border: 1px dashed var(--Text-Color-Disable);
}
.a-input.status-search .icon-search[data-v-011f406c] {
  position: absolute;
}
.a-input.status-search .icon-close[data-v-011f406c] {
  position: absolute;
}
.a-input.status-search .icon-close[data-v-011f406c]:hover {
  cursor: pointer;
}
.a-input.status-search[data-v-011f406c] svg {
  height: 100%;
  position: absolute;
  top: 0px;
  right: 20px;
}
.a-input.status-search[data-v-011f406c] svg:hover {
  cursor: pointer;
}
.a-input.status-search input[data-v-011f406c] {
  padding: 9px 36px 9px 20px;
  background: var(--Neutrals-White);
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0px;
  color: var(--text-light-secondary);
}
.a-input.status-search input[data-v-011f406c]::-webkit-search-decoration, .a-input.status-search input[data-v-011f406c]::-webkit-search-cancel-button, .a-input.status-search input[data-v-011f406c]::-webkit-search-results-button, .a-input.status-search input[data-v-011f406c]::-webkit-search-results-decoration {
  display: none;
}
.a-input.status-percent input[data-v-011f406c] {
  padding-right: 40px;
}
.a-input.status-percent input[data-v-011f406c]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.a-input.status-percent input:hover ~ div[data-v-011f406c] svg, .a-input.status-percent input:focus ~ div[data-v-011f406c] svg, .a-input.status-percent input:active ~ div[data-v-011f406c] svg {
  fill: var(--Semantic-Rest-Blue);
}
.a-input.status-percent[data-v-011f406c] svg {
  height: 100%;
  position: absolute;
  top: 0px;
  right: 12px;
}
.a-input.status-percent-input[data-v-011f406c] .percent-input {
  margin: 1px 1px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 42px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0px 8px 8px 0px;
  background: var(--Neutrals-Grey-200);
}
.a-input.status-hover-type input[data-v-011f406c], .a-input.status-hover-type-amount input[data-v-011f406c] {
  border: 1px solid transparent;
  box-shadow: none;
}
.a-input.status-hover-type input[data-v-011f406c]:hover, .a-input.status-hover-type input[data-v-011f406c]:active, .a-input.status-hover-type input[data-v-011f406c]:focus, .a-input.status-hover-type-amount input[data-v-011f406c]:hover, .a-input.status-hover-type-amount input[data-v-011f406c]:active, .a-input.status-hover-type-amount input[data-v-011f406c]:focus {
  border-color: var(--Semantic-Rest-Blue);
}
.a-input.status-dashed-table input[data-v-011f406c] {
  border-radius: 0px;
  box-shadow: none;
  border: 1px dashed transparent;
}
.a-input.status-dashed-table input[data-v-011f406c]:focus, .a-input.status-dashed-table input[data-v-011f406c]:active {
  border-color: var(--Text-Color-Primary);
  background: var(--Pastel-01);
}
.a-input.disabled .ic-password[data-v-011f406c]:hover {
  cursor: default;
}
.a-input.different-new input[data-v-011f406c] {
  background: var(--Semantic-Alerts-Green_10);
}
.a-input[data-v-011f406c] {
  /* Icon position left styles */
}
.a-input.icon-position-left[data-v-011f406c] {
  display: flex;
  align-items: center;
}
.a-input.icon-position-left .icon-left[data-v-011f406c] {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  width: 20px;
  height: 20px;
}
.a-input.icon-position-left .icon-left svg[data-v-011f406c] {
  right: 0;
}
.a-input.icon-position-left input[data-v-011f406c] {
  padding-left: 36px !important;
  padding-right: 36px !important;
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@vue/cli-service/node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/@vue/cli-service/node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/atoms/AtomInputSearchDropdown.vue?vue&type=style&index=0&id=d348ea36&lang=scss&scoped=true ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
[data-v-d348ea36]:root {
  --primary-light-background: #fafcfe;
  --line-dark: #a3aed0;
  --light-hover-item: rgba(233, 237, 247, 0.7);
  --neutral-100: #fafcfe;
  --neutral-300: #f4f7fe;
  --neutral-400: #e9edf7;
  --neutral-500: #e0e5f2;
  --neutral-600: #a3aed0;
  --neutral-700: #707eae;
  --neutral-800: #47548c;
  --neutral-900: #2b3674;
  --primary-600: #008cde;
  --primary-800: #0151a6;
  --primary-900: #0a2444;
  --secondary-500: #868cff;
  --secondary-700: #4e4db3;
  --success-700: #08875d;
  --warning-600: #f80;
  --warning-700: #d96c00;
  --danger-700: #e02d3c;
  --danger-800: #ba2532;
  --text-light-primary: #4318ff;
  --text-light-secondary: #3e3f66;
  --text-light-secondary-2: #707eae;
  --text-light-disable: #a3aed0;
  --text-dark-primary: #fafcfe;
  --gradient-default: linear-gradient(135deg, #868cff 0%, #4318ff 100%);
  --gradient-default-minor: linear-gradient(
    136deg,
    #4318ff 7.11%,
    #868cff 121.02%
  );
  --hex-gradient-default: #6552ff;
  --Primary-Dark-background: #374251;
  --Neutrals-White: #ffffff;
  --Neutrals-Grey-50: #f8f9fa;
  --Neutrals-Grey-100: #eef0f3;
  --Neutrals-Grey-200: #e4e7ec;
  --Neutrals-Grey-300: #d0d5dd;
  --Neutrals-Grey-500: #667085;
  --Grey-700: #344054;
  --Gray-900: #101828;
  --Text-Color-Primary: #282828;
  --gray-200: #eaecf0;
  --Text-Color-Disable: #868fa1;
  --Semantic-Hover-Blue: #d4ebf7;
  --Semantic-Rest-Blue: #0151a6;
  --Semantic-Disable: #ccd1da;
  --Semantic-Pressed-Blue: #0e83a7;
  --Semantic-Alerts-Red_10: #ffeef1;
  --Semantic-Alerts-Red_100: #f44336;
  --Semantic-Alerts-Green_10: #e4ffeb;
  --Semantic-Alerts-Green_100: #23a047;
  --Semantic-Alerts-Yellow_10: #fff6d5;
  --Semantic-Alerts-Yellow_100: #fca004;
  --Semantic-Alerts-Blue_10: #f1f6fd;
  --Semantic-Alerts-Blue_100: #0052ea;
  --Semantic-Hover-background: #4c5a6c;
  --Semantic-Diable-Blue: #e6f4fc;
  --Gray-100: #f2f4f7;
  --Neutrals-Grey-400: #98a2b3;
  --Pastel-01: #fcf8c6;
  --Pastel-02: #ffe3cb;
  --Pastel-03: #ffcdd1;
  --Pastel-05: #d2b9f3;
  --Pastel-07: #9be6f6;
  --Pastel-09: #b3fbcc;
  --Rest-Background: #e6edf3;
  --Rest: #007299;
  --Dark: #282828;
  --Accent: #00a9c3;
  --Edit-Stoke: #adb7c9;
  --Text-Color-Disable-Space: #dff8ff;
  --Stroke: #dcdfe8;
  --Orange-100: #ff7d24;
  --Orange-10: #fff3e9;
  --Orange-50: #ffe7cf;
  --Orange-600: #cd5300;
  --Yellow-100: #ffea00;
  --Yellow-10: #fffee1;
  --Yellow-50: #fffbaa;
  --Blue-10: #ecfaff;
  --Line-Stroke: #ccd1da;
  --Text-Color-Disable-Background: #f7f8f9;
  --Blue-Background: #f8fafe;
  --Text-Color-Disable-Item: #f5f7fa;
  --Background: #f8fafe;
  --Title-Background: #dbe4ec;
  --Light-Blue: #dff8ff;
  --Dark-Background: #2d3644;
  --Blue-50: #67d6ff;
  --Semantic-Hover-Blue-Darken-10-Percent: #bfd4de;
  --System-Black: #333;
  --System-Dark-Grey: #7f7f7f;
  --Primary-Gradient: rgba(16, 24, 40, 0.3);
  --Controls-Toast-Background: rgba(255, 255, 255, 0.8);
  --Primary-Blue-background: rgba(16, 24, 40, 0.3);
  --Primary-Stroke: #dcdfe8;
  --Primary-Disable-item: #f1f4f6;
  --Text-Dark: #282828;
  --Primary-Disable-100--Item: #f3f6f8;
}
.atom-input-search-dropdown[data-v-d348ea36] {
  position: relative;
  width: 100%;
}
.dropdown-menu[data-v-d348ea36] {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 100%;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
  border: 1px solid #f2f4f7;
  z-index: 1000;
  overflow: hidden;
  padding: 8px 0;
}
.dropdown-list[data-v-d348ea36] {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 300px;
  overflow-y: auto;
}
.dropdown-list[data-v-d348ea36]::-webkit-scrollbar {
  width: 4px;
}
.dropdown-list[data-v-d348ea36]::-webkit-scrollbar-track {
  background: transparent;
}
.dropdown-list[data-v-d348ea36]::-webkit-scrollbar-thumb {
  background: #cbd2e1;
  border-radius: 2px;
}
.dropdown-item[data-v-d348ea36] {
  padding: 8px 16px;
  cursor: pointer;
  transition: background-color 0.2s;
}
.dropdown-item[data-v-d348ea36]:hover, .dropdown-item.is-selected[data-v-d348ea36] {
  background-color: #eaf6ff;
}
.item-content[data-v-d348ea36] {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.item-main[data-v-d348ea36] {
  font-size: 14px;
  font-weight: 500;
  color: #3e4b66;
  line-height: 20px;
}
.item-sub[data-v-d348ea36] {
  font-size: 12px;
  font-weight: 400;
  color: #94a0b8;
  line-height: 16px;
}

/* Transition */
.fade-enter-active[data-v-d348ea36],
.fade-leave-active[data-v-d348ea36] {
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.fade-enter-from[data-v-d348ea36],
.fade-leave-to[data-v-d348ea36] {
  opacity: 0;
  transform: translateY(-5px);
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@vue/cli-service/node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/@vue/cli-service/node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/Modal/MCesiumViewer.vue?vue&type=style&index=0&id=d3626ce6&lang=scss&scoped=true ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
[data-v-d3626ce6]:root {
  --primary-light-background: #fafcfe;
  --line-dark: #a3aed0;
  --light-hover-item: rgba(233, 237, 247, 0.7);
  --neutral-100: #fafcfe;
  --neutral-300: #f4f7fe;
  --neutral-400: #e9edf7;
  --neutral-500: #e0e5f2;
  --neutral-600: #a3aed0;
  --neutral-700: #707eae;
  --neutral-800: #47548c;
  --neutral-900: #2b3674;
  --primary-600: #008cde;
  --primary-800: #0151a6;
  --primary-900: #0a2444;
  --secondary-500: #868cff;
  --secondary-700: #4e4db3;
  --success-700: #08875d;
  --warning-600: #f80;
  --warning-700: #d96c00;
  --danger-700: #e02d3c;
  --danger-800: #ba2532;
  --text-light-primary: #4318ff;
  --text-light-secondary: #3e3f66;
  --text-light-secondary-2: #707eae;
  --text-light-disable: #a3aed0;
  --text-dark-primary: #fafcfe;
  --gradient-default: linear-gradient(135deg, #868cff 0%, #4318ff 100%);
  --gradient-default-minor: linear-gradient(
    136deg,
    #4318ff 7.11%,
    #868cff 121.02%
  );
  --hex-gradient-default: #6552ff;
  --Primary-Dark-background: #374251;
  --Neutrals-White: #ffffff;
  --Neutrals-Grey-50: #f8f9fa;
  --Neutrals-Grey-100: #eef0f3;
  --Neutrals-Grey-200: #e4e7ec;
  --Neutrals-Grey-300: #d0d5dd;
  --Neutrals-Grey-500: #667085;
  --Grey-700: #344054;
  --Gray-900: #101828;
  --Text-Color-Primary: #282828;
  --gray-200: #eaecf0;
  --Text-Color-Disable: #868fa1;
  --Semantic-Hover-Blue: #d4ebf7;
  --Semantic-Rest-Blue: #0151a6;
  --Semantic-Disable: #ccd1da;
  --Semantic-Pressed-Blue: #0e83a7;
  --Semantic-Alerts-Red_10: #ffeef1;
  --Semantic-Alerts-Red_100: #f44336;
  --Semantic-Alerts-Green_10: #e4ffeb;
  --Semantic-Alerts-Green_100: #23a047;
  --Semantic-Alerts-Yellow_10: #fff6d5;
  --Semantic-Alerts-Yellow_100: #fca004;
  --Semantic-Alerts-Blue_10: #f1f6fd;
  --Semantic-Alerts-Blue_100: #0052ea;
  --Semantic-Hover-background: #4c5a6c;
  --Semantic-Diable-Blue: #e6f4fc;
  --Gray-100: #f2f4f7;
  --Neutrals-Grey-400: #98a2b3;
  --Pastel-01: #fcf8c6;
  --Pastel-02: #ffe3cb;
  --Pastel-03: #ffcdd1;
  --Pastel-05: #d2b9f3;
  --Pastel-07: #9be6f6;
  --Pastel-09: #b3fbcc;
  --Rest-Background: #e6edf3;
  --Rest: #007299;
  --Dark: #282828;
  --Accent: #00a9c3;
  --Edit-Stoke: #adb7c9;
  --Text-Color-Disable-Space: #dff8ff;
  --Stroke: #dcdfe8;
  --Orange-100: #ff7d24;
  --Orange-10: #fff3e9;
  --Orange-50: #ffe7cf;
  --Orange-600: #cd5300;
  --Yellow-100: #ffea00;
  --Yellow-10: #fffee1;
  --Yellow-50: #fffbaa;
  --Blue-10: #ecfaff;
  --Line-Stroke: #ccd1da;
  --Text-Color-Disable-Background: #f7f8f9;
  --Blue-Background: #f8fafe;
  --Text-Color-Disable-Item: #f5f7fa;
  --Background: #f8fafe;
  --Title-Background: #dbe4ec;
  --Light-Blue: #dff8ff;
  --Dark-Background: #2d3644;
  --Blue-50: #67d6ff;
  --Semantic-Hover-Blue-Darken-10-Percent: #bfd4de;
  --System-Black: #333;
  --System-Dark-Grey: #7f7f7f;
  --Primary-Gradient: rgba(16, 24, 40, 0.3);
  --Controls-Toast-Background: rgba(255, 255, 255, 0.8);
  --Primary-Blue-background: rgba(16, 24, 40, 0.3);
  --Primary-Stroke: #dcdfe8;
  --Primary-Disable-item: #f1f4f6;
  --Text-Dark: #282828;
  --Primary-Disable-100--Item: #f3f6f8;
}
.modal-container[data-v-d3626ce6] {
  background: #ffffff;
  border-radius: 20px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 690px;
  min-width: 690px;
  height: 472px;
  min-height: 472px;
  overflow: hidden;
}
.modal-container--fullscreen[data-v-d3626ce6] {
  width: 95vw;
  height: 95vh;
}
.modal-header[data-v-d3626ce6] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.modal-title[data-v-d3626ce6] {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #0a2444;
  margin: 0;
}
.close-btn[data-v-d3626ce6] {
  width: 32px;
  height: 32px;
  background: #ffffff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3e4b66;
}
.close-btn[data-v-d3626ce6]:hover {
  opacity: 0.7;
}
.modal-content[data-v-d3626ce6] {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.search-section[data-v-d3626ce6] {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  height: 100%;
}
.search-bar[data-v-d3626ce6] {
  display: flex;
  gap: 12px;
  align-items: center;
}
.search-input-atom[data-v-d3626ce6] {
  flex: 1;
}
.suggestions-section[data-v-d3626ce6] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
  overflow: hidden;
}
.suggestions-label[data-v-d3626ce6] {
  color: var(--text-icon-text-body, #3e4b66);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.suggestions-list[data-v-d3626ce6] {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow-y: auto;
  flex: 1;
  scrollbar-width: auto;
  scrollbar-color: #0151a6 transparent;
  /* Chrome/Safari scrollbar */
}
.suggestions-list[data-v-d3626ce6]::-webkit-scrollbar {
  width: 8px;
}
.suggestions-list[data-v-d3626ce6]::-webkit-scrollbar-track {
  background: transparent;
  margin: 8px 0;
}
.suggestions-list[data-v-d3626ce6]::-webkit-scrollbar-thumb {
  background: #0151a6;
  border-radius: 100px;
}
.suggestion-item[data-v-d3626ce6] {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  padding: 4px 8px;
  cursor: pointer;
  border-radius: 8px;
  transition: background-color 0.2s;
}
.suggestion-item[data-v-d3626ce6]:hover {
  background-color: #eaf6ff;
}
.suggestion-main[data-v-d3626ce6] {
  color: var(--text-icon-text-body, #3e4b66);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.suggestion-secondary[data-v-d3626ce6] {
  color: var(--text-icon-text-disable, #94a0b8);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.empty-state[data-v-d3626ce6] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  gap: 8px;
}
.empty-text[data-v-d3626ce6] {
  font-size: 14px;
  font-weight: 500;
  color: #98a2b3;
}
.map-view[data-v-d3626ce6] {
  width: 100%;
  height: 100%;
}
.modal-footer[data-v-d3626ce6] {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.disable[data-v-d3626ce6] {
  pointer-events: none;
  opacity: 0.5;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@vue/cli-service/node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/@vue/cli-service/node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/ChatWindow.vue?vue&type=style&index=0&id=3af19f98&lang=scss&scoped=true ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
[data-v-3af19f98]:root {
  --primary-light-background: #fafcfe;
  --line-dark: #a3aed0;
  --light-hover-item: rgba(233, 237, 247, 0.7);
  --neutral-100: #fafcfe;
  --neutral-300: #f4f7fe;
  --neutral-400: #e9edf7;
  --neutral-500: #e0e5f2;
  --neutral-600: #a3aed0;
  --neutral-700: #707eae;
  --neutral-800: #47548c;
  --neutral-900: #2b3674;
  --primary-600: #008cde;
  --primary-800: #0151a6;
  --primary-900: #0a2444;
  --secondary-500: #868cff;
  --secondary-700: #4e4db3;
  --success-700: #08875d;
  --warning-600: #f80;
  --warning-700: #d96c00;
  --danger-700: #e02d3c;
  --danger-800: #ba2532;
  --text-light-primary: #4318ff;
  --text-light-secondary: #3e3f66;
  --text-light-secondary-2: #707eae;
  --text-light-disable: #a3aed0;
  --text-dark-primary: #fafcfe;
  --gradient-default: linear-gradient(135deg, #868cff 0%, #4318ff 100%);
  --gradient-default-minor: linear-gradient(
    136deg,
    #4318ff 7.11%,
    #868cff 121.02%
  );
  --hex-gradient-default: #6552ff;
  --Primary-Dark-background: #374251;
  --Neutrals-White: #ffffff;
  --Neutrals-Grey-50: #f8f9fa;
  --Neutrals-Grey-100: #eef0f3;
  --Neutrals-Grey-200: #e4e7ec;
  --Neutrals-Grey-300: #d0d5dd;
  --Neutrals-Grey-500: #667085;
  --Grey-700: #344054;
  --Gray-900: #101828;
  --Text-Color-Primary: #282828;
  --gray-200: #eaecf0;
  --Text-Color-Disable: #868fa1;
  --Semantic-Hover-Blue: #d4ebf7;
  --Semantic-Rest-Blue: #0151a6;
  --Semantic-Disable: #ccd1da;
  --Semantic-Pressed-Blue: #0e83a7;
  --Semantic-Alerts-Red_10: #ffeef1;
  --Semantic-Alerts-Red_100: #f44336;
  --Semantic-Alerts-Green_10: #e4ffeb;
  --Semantic-Alerts-Green_100: #23a047;
  --Semantic-Alerts-Yellow_10: #fff6d5;
  --Semantic-Alerts-Yellow_100: #fca004;
  --Semantic-Alerts-Blue_10: #f1f6fd;
  --Semantic-Alerts-Blue_100: #0052ea;
  --Semantic-Hover-background: #4c5a6c;
  --Semantic-Diable-Blue: #e6f4fc;
  --Gray-100: #f2f4f7;
  --Neutrals-Grey-400: #98a2b3;
  --Pastel-01: #fcf8c6;
  --Pastel-02: #ffe3cb;
  --Pastel-03: #ffcdd1;
  --Pastel-05: #d2b9f3;
  --Pastel-07: #9be6f6;
  --Pastel-09: #b3fbcc;
  --Rest-Background: #e6edf3;
  --Rest: #007299;
  --Dark: #282828;
  --Accent: #00a9c3;
  --Edit-Stoke: #adb7c9;
  --Text-Color-Disable-Space: #dff8ff;
  --Stroke: #dcdfe8;
  --Orange-100: #ff7d24;
  --Orange-10: #fff3e9;
  --Orange-50: #ffe7cf;
  --Orange-600: #cd5300;
  --Yellow-100: #ffea00;
  --Yellow-10: #fffee1;
  --Yellow-50: #fffbaa;
  --Blue-10: #ecfaff;
  --Line-Stroke: #ccd1da;
  --Text-Color-Disable-Background: #f7f8f9;
  --Blue-Background: #f8fafe;
  --Text-Color-Disable-Item: #f5f7fa;
  --Background: #f8fafe;
  --Title-Background: #dbe4ec;
  --Light-Blue: #dff8ff;
  --Dark-Background: #2d3644;
  --Blue-50: #67d6ff;
  --Semantic-Hover-Blue-Darken-10-Percent: #bfd4de;
  --System-Black: #333;
  --System-Dark-Grey: #7f7f7f;
  --Primary-Gradient: rgba(16, 24, 40, 0.3);
  --Controls-Toast-Background: rgba(255, 255, 255, 0.8);
  --Primary-Blue-background: rgba(16, 24, 40, 0.3);
  --Primary-Stroke: #dcdfe8;
  --Primary-Disable-item: #f1f4f6;
  --Text-Dark: #282828;
  --Primary-Disable-100--Item: #f3f6f8;
}
.chat-container[data-v-3af19f98] {
  background: url(../../assets/img/background-chat.0aada0ba.png);
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@vue/cli-service/node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/@vue/cli-service/node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/views/AppLauncher.vue?vue&type=style&index=0&id=a01807d2&scoped=true&lang=css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

.launcher[data-v-a01807d2] {
  right: 20px;
  bottom: 20px;
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@vue/cli-service/node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/@vue/cli-service/node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/Cesium/RoofDrawing.vue?vue&type=style&index=0&id=841c5f0a&scoped=true&lang=css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

#roofCanvas[data-v-841c5f0a] {
}

