@import url('https://fonts.googleapis.com/css2?family=Do+Hyeon&family=Open+Sans:wght@400;700&display=swap');

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.19 | 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 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-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]:where(:not([hidden="until-found"])) {
  display: none;
}

.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;
  }
}

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

.visible{
  visibility: visible;
}

.collapse{
  visibility: collapse;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.inset-0{
  inset: 0px;
}

.inset-x-0{
  left: 0px;
  right: 0px;
}

.bottom-0{
  bottom: 0px;
}

.bottom-3{
  bottom: 12px;
}

.left-0{
  left: 0px;
}

.left-1\/2{
  left: 50%;
}

.left-3{
  left: 12px;
}

.right-3{
  right: 12px;
}

.top-0{
  top: 0px;
}

.top-1\/2{
  top: 50%;
}

.top-3{
  top: 12px;
}

.top-\[2px\]{
  top: 2px;
}

.top-\[46px\]{
  top: 46px;
}

.z-10{
  z-index: 10;
}

.z-30{
  z-index: 30;
}

.z-40{
  z-index: 40;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.mb-2{
  margin-bottom: 8px;
}

.mb-5{
  margin-bottom: 20px;
}

.ml-1{
  margin-left: 4px;
}

.ml-auto{
  margin-left: auto;
}

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

.mt-1\.5{
  margin-top: 6px;
}

.mt-2{
  margin-top: 8px;
}

.mt-3{
  margin-top: 12px;
}

.mt-4{
  margin-top: 16px;
}

.mt-5{
  margin-top: 20px;
}

.mt-6{
  margin-top: 24px;
}

.mt-\[2px\]{
  margin-top: 2px;
}

.-mt-3{
  margin-top: -12px;
}

.inline{
  display: inline;
}

.flex{
  display: flex;
}

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

.table{
  display: table;
}

.grid{
  display: grid;
}

.\!hidden{
  display: none !important;
}

.hidden{
  display: none;
}

.h-1\.5{
  height: 6px;
}

.h-11{
  height: 44px;
}

.h-2{
  height: 8px;
}

.h-3{
  height: 12px;
}

.h-5{
  height: 20px;
}

.h-8{
  height: 32px;
}

.h-9{
  height: 36px;
}

.h-\[10px\]{
  height: 10px;
}

.h-\[24px\]{
  height: 24px;
}

.h-\[280px\]{
  height: 280px;
}

.h-\[300px\]{
  height: 300px;
}

.h-\[30px\]{
  height: 30px;
}

.h-\[3px\]{
  height: 3px;
}

.h-\[46px\]{
  height: 46px;
}

.h-\[70vh\]{
  height: 70vh;
}

.h-btn-lg{
  height: 48px;
}

.h-btn-md{
  height: 44px;
}

.h-card-header{
  height: 54px;
}

.h-full{
  height: 100%;
}

.h-topbar{
  height: 46px;
}

.min-h-\[130px\]{
  min-height: 130px;
}

.min-h-\[420px\]{
  min-height: 420px;
}

.w-1\.5{
  width: 6px;
}

.w-11{
  width: 44px;
}

.w-2{
  width: 8px;
}

.w-5{
  width: 20px;
}

.w-64{
  width: 256px;
}

.w-8{
  width: 32px;
}

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

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

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

.w-full{
  width: 100%;
}

.w-px{
  width: 1px;
}

.min-w-0{
  min-width: 0px;
}

.max-w-\[1320px\]{
  max-width: 1320px;
}

.max-w-\[640px\]{
  max-width: 640px;
}

.flex-1{
  flex: 1 1 0%;
}

.shrink-0{
  flex-shrink: 0;
}

.grow{
  flex-grow: 1;
}

.grow-0{
  flex-grow: 0;
}

.basis-11{
  flex-basis: 44px;
}

.border-collapse{
  border-collapse: collapse;
}

.-translate-x-1\/2{
  --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));
}

.-translate-x-full{
  --tw-translate-x: -100%;
  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));
}

.-translate-y-1\/2{
  --tw-translate-y: -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));
}

.cursor-pointer{
  cursor: pointer;
}

.resize{
  resize: both;
}

.scroll-mt-20{
  scroll-margin-top: 20px;
}

.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

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

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

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

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

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

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

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

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

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

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

.gap-0{
  gap: 0px;
}

.gap-1{
  gap: 4px;
}

.gap-2{
  gap: 8px;
}

.gap-3{
  gap: 12px;
}

.gap-4{
  gap: 16px;
}

.gap-5{
  gap: 20px;
}

.gap-7{
  gap: 28px;
}

.gap-\[18px\]{
  gap: 18px;
}

.gap-\[26px\]{
  gap: 26px;
}

.gap-\[6px\]{
  gap: 6px;
}

.gap-x-2{
  -moz-column-gap: 8px;
       column-gap: 8px;
}

.gap-y-1{
  row-gap: 4px;
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-y-auto{
  overflow-y: auto;
}

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

.whitespace-nowrap{
  white-space: nowrap;
}

.break-words{
  overflow-wrap: break-word;
}

.\!rounded-vf1{
  border-radius: 2px !important;
}

.\!rounded-vf3{
  border-radius: 7px !important;
}

.\!rounded-vf4{
  border-radius: 8px !important;
}

.rounded-\[4px\]{
  border-radius: 4px;
}

.rounded-full{
  border-radius: 9999px;
}

.rounded-vf1{
  border-radius: 2px;
}

.rounded-vf2{
  border-radius: 6px;
}

.rounded-vf3{
  border-radius: 7px;
}

.rounded-vf4{
  border-radius: 8px;
}

.rounded-vf5{
  border-radius: 10px;
}

.rounded-vf6{
  border-radius: 12px;
}

.rounded-vf7{
  border-radius: 14px;
}

.border{
  border-width: 1px;
}

.border-b{
  border-bottom-width: 1px;
}

.border-t{
  border-top-width: 1px;
}

.border-vf-card-border{
  --tw-border-opacity: 1;
  border-color: rgb(231 236 242 / var(--tw-border-opacity, 1));
}

.border-vf-control-border{
  --tw-border-opacity: 1;
  border-color: rgb(221 228 236 / var(--tw-border-opacity, 1));
}

.bg-\[\#16386b\]{
  --tw-bg-opacity: 1;
  background-color: rgb(22 56 107 / var(--tw-bg-opacity, 1));
}

.bg-\[rgba\(0\2c 60\2c 136\2c \.5\)\]{
  background-color: rgba(0,60,136,.5);
}

.bg-black\/40{
  background-color: rgb(0 0 0 / 0.4);
}

.bg-vf-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(17 45 90 / var(--tw-bg-opacity, 1));
}

.bg-vf-blue-light{
  --tw-bg-opacity: 1;
  background-color: rgb(73 169 245 / var(--tw-bg-opacity, 1));
}

.bg-vf-blue-toolbar{
  --tw-bg-opacity: 1;
  background-color: rgb(33 150 243 / var(--tw-bg-opacity, 1));
}

.bg-vf-blue-toolbar\/10{
  background-color: rgb(33 150 243 / 0.1);
}

.bg-vf-card-border{
  --tw-bg-opacity: 1;
  background-color: rgb(231 236 242 / var(--tw-bg-opacity, 1));
}

.bg-vf-green{
  --tw-bg-opacity: 1;
  background-color: rgb(56 189 48 / var(--tw-bg-opacity, 1));
}

.bg-vf-green\/10{
  background-color: rgb(56 189 48 / 0.1);
}

.bg-vf-page-bg{
  --tw-bg-opacity: 1;
  background-color: rgb(244 246 249 / var(--tw-bg-opacity, 1));
}

.bg-vf-red{
  --tw-bg-opacity: 1;
  background-color: rgb(217 0 0 / var(--tw-bg-opacity, 1));
}

.bg-vf-red\/10{
  background-color: rgb(217 0 0 / 0.1);
}

.bg-vf-status-live{
  --tw-bg-opacity: 1;
  background-color: rgb(56 189 48 / var(--tw-bg-opacity, 1));
}

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

.bg-white\/70{
  background-color: rgb(255 255 255 / 0.7);
}

.bg-cover{
  background-size: cover;
}

.bg-right{
  background-position: right;
}

.p-10{
  padding: 40px;
}

.p-3{
  padding: 12px;
}

.p-5{
  padding: 20px;
}

.p-\[18px\]{
  padding: 18px;
}

.px-1\.5{
  padding-left: 6px;
  padding-right: 6px;
}

.px-2{
  padding-left: 8px;
  padding-right: 8px;
}

.px-2\.5{
  padding-left: 10px;
  padding-right: 10px;
}

.px-3{
  padding-left: 12px;
  padding-right: 12px;
}

.px-4{
  padding-left: 16px;
  padding-right: 16px;
}

.px-5{
  padding-left: 20px;
  padding-right: 20px;
}

.px-6{
  padding-left: 24px;
  padding-right: 24px;
}

.px-8{
  padding-left: 32px;
  padding-right: 32px;
}

.px-\[14px\]{
  padding-left: 14px;
  padding-right: 14px;
}

.px-\[18px\]{
  padding-left: 18px;
  padding-right: 18px;
}

.py-1\.5{
  padding-top: 6px;
  padding-bottom: 6px;
}

.py-2{
  padding-top: 8px;
  padding-bottom: 8px;
}

.py-3{
  padding-top: 12px;
  padding-bottom: 12px;
}

.py-\[18px\]{
  padding-top: 18px;
  padding-bottom: 18px;
}

.py-\[26px\]{
  padding-top: 26px;
  padding-bottom: 26px;
}

.py-\[3px\]{
  padding-top: 3px;
  padding-bottom: 3px;
}

.pb-14{
  padding-bottom: 56px;
}

.pb-3\.5{
  padding-bottom: 14px;
}

.pl-3{
  padding-left: 12px;
}

.pr-8{
  padding-right: 32px;
}

.pt-0\.5{
  padding-top: 2px;
}

.pt-2{
  padding-top: 8px;
}

.pt-3\.5{
  padding-top: 14px;
}

.pt-4{
  padding-top: 16px;
}

.pt-7{
  padding-top: 28px;
}

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

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

.align-middle{
  vertical-align: middle;
}

.font-core{
  font-family: "Open Sans", sans-serif;
}

.font-label{
  font-family: "Do Hyeon", sans-serif;
}

.text-11{
  font-size: 11px;
}

.text-12{
  font-size: 12px;
}

.text-13{
  font-size: 13px;
}

.text-15{
  font-size: 15px;
}

.text-24{
  font-size: 24px;
}

.text-32{
  font-size: 32px;
}

.text-40{
  font-size: 40px;
}

.text-\[10px\]{
  font-size: 10px;
}

.text-\[11px\]{
  font-size: 11px;
}

.text-\[12px\]{
  font-size: 12px;
}

.text-\[13px\]{
  font-size: 13px;
}

.text-\[14px\]{
  font-size: 14px;
}

.text-\[15px\]{
  font-size: 15px;
}

.text-\[16px\]{
  font-size: 16px;
}

.text-\[20px\]{
  font-size: 20px;
}

.text-\[28px\]{
  font-size: 28px;
}

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

.uppercase{
  text-transform: uppercase;
}

.italic{
  font-style: italic;
}

.leading-\[1\.15\]{
  line-height: 1.15;
}

.leading-\[1\.55\]{
  line-height: 1.55;
}

.leading-\[1\.5\]{
  line-height: 1.5;
}

.leading-\[26px\]{
  line-height: 26px;
}

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

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

.tracking-\[-0\.5px\]{
  letter-spacing: -0.5px;
}

.tracking-\[\.02em\]{
  letter-spacing: .02em;
}

.tracking-\[\.06em\]{
  letter-spacing: .06em;
}

.tracking-\[\.08em\]{
  letter-spacing: .08em;
}

.tracking-\[\.14em\]{
  letter-spacing: .14em;
}

.text-\[\#237d1e\]{
  --tw-text-opacity: 1;
  color: rgb(35 125 30 / var(--tw-text-opacity, 1));
}

.text-\[\#93aac6\]{
  --tw-text-opacity: 1;
  color: rgb(147 170 198 / var(--tw-text-opacity, 1));
}

.text-\[\#b30000\]{
  --tw-text-opacity: 1;
  color: rgb(179 0 0 / var(--tw-text-opacity, 1));
}

.text-\[\#c3d4e8\]{
  --tw-text-opacity: 1;
  color: rgb(195 212 232 / var(--tw-text-opacity, 1));
}

.text-\[\#d3e0ee\]{
  --tw-text-opacity: 1;
  color: rgb(211 224 238 / var(--tw-text-opacity, 1));
}

.text-slate-400{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.text-vf-blue{
  --tw-text-opacity: 1;
  color: rgb(17 45 90 / var(--tw-text-opacity, 1));
}

.text-vf-blue-dark{
  --tw-text-opacity: 1;
  color: rgb(31 117 185 / var(--tw-text-opacity, 1));
}

.text-vf-blue-light{
  --tw-text-opacity: 1;
  color: rgb(73 169 245 / var(--tw-text-opacity, 1));
}

.text-vf-blue-toolbar{
  --tw-text-opacity: 1;
  color: rgb(33 150 243 / var(--tw-text-opacity, 1));
}

.text-vf-green{
  --tw-text-opacity: 1;
  color: rgb(56 189 48 / var(--tw-text-opacity, 1));
}

.text-vf-grey-700{
  --tw-text-opacity: 1;
  color: rgb(74 91 112 / var(--tw-text-opacity, 1));
}

.text-vf-red-alert{
  --tw-text-opacity: 1;
  color: rgb(217 0 0 / var(--tw-text-opacity, 1));
}

.text-vf-text-body{
  --tw-text-opacity: 1;
  color: rgb(51 71 91 / var(--tw-text-opacity, 1));
}

.text-vf-text-label{
  --tw-text-opacity: 1;
  color: rgb(122 139 163 / var(--tw-text-opacity, 1));
}

.text-vf-text-muted{
  --tw-text-opacity: 1;
  color: rgb(154 171 192 / var(--tw-text-opacity, 1));
}

.text-vf-text-secondary{
  --tw-text-opacity: 1;
  color: rgb(92 112 137 / var(--tw-text-opacity, 1));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-white\/90{
  color: rgb(255 255 255 / 0.9);
}

.underline{
  text-decoration-line: underline;
}

.no-underline{
  text-decoration-line: none;
}

.accent-vf-blue-toolbar{
  accent-color: #2196f3;
}

.shadow-\[0_1px_0_rgba\(255\2c 255\2c 255\2c \.06\)\2c 0_6px_24px_-12px_rgba\(17\2c 45\2c 90\2c \.6\)\]{
  --tw-shadow: 0 1px 0 rgba(255,255,255,.06),0 6px 24px -12px rgba(17,45,90,.6);
  --tw-shadow-colored: 0 1px 0 var(--tw-shadow-color), 0 6px 24px -12px 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-\[0_1px_2px_rgba\(17\2c 45\2c 90\2c \.04\)\2c 0_18px_34px_-26px_rgba\(17\2c 45\2c 90\2c \.45\)\]{
  --tw-shadow: 0 1px 2px rgba(17,45,90,.04),0 18px 34px -26px rgba(17,45,90,.45);
  --tw-shadow-colored: 0 1px 2px var(--tw-shadow-color), 0 18px 34px -26px 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-\[0_1px_2px_rgba\(17\2c 45\2c 90\2c \.08\)\]{
  --tw-shadow: 0 1px 2px rgba(17,45,90,.08);
  --tw-shadow-colored: 0 1px 2px 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-\[0_1px_4px_rgba\(17\2c 45\2c 90\2c \.2\)\]{
  --tw-shadow: 0 1px 4px rgba(17,45,90,.2);
  --tw-shadow-colored: 0 1px 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-\[0_20px_40px_-28px_rgba\(17\2c 45\2c 90\2c \.7\)\]{
  --tw-shadow: 0 20px 40px -28px rgba(17,45,90,.7);
  --tw-shadow-colored: 0 20px 40px -28px 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;
}

.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-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-200{
  transition-duration: 200ms;
}

.tabular-figures {
  font-variant-numeric: tabular-nums;
}

/* Live-status pulsing dot — 1800ms ease-out infinite (see design handoff README, ".beat"). */

.beat {
  box-shadow: 0 0 0 0 rgba(56, 189, 48, 0.6);
  animation: vf-beat 1800ms ease-out infinite;
}

/* Offline-status flicker — a slow dim/brighten to read as "signal lost", not "live". */

.flicker {
  animation: vf-flicker 1800ms ease-in-out infinite;
}

/* Neutralizes yii\widgets\Breadcrumbs' default <ul>/<li> list markup so it reads as inline text. */

.vf-breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
}

.vf-breadcrumb li {
  display: inline;
}

.vf-breadcrumb li + li::before {
  content: '/';
  padding: 0 4px;
}

@keyframes vf-beat {
  0% {
    box-shadow: 0 0 0 0 rgba(56, 189, 48, 0.6);
  }

  100% {
    box-shadow: 0 0 0 8px rgba(56, 189, 48, 0);
  }
}

@keyframes vf-flicker {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: 0.25;
  }
}

/*
 * Restyles the Krajee Select2 widget (Country field) to match the plain
 * text-input look (.vf-control-border, 8px radius, 44px height, focus ring).
 * !important beats select2-krajee.css / select2.css, which load before
 * tailwind.build.css but otherwise tie on specificity.
 */

.select2-container--krajee .select2-selection {
  height: 44px !important;
  border: 1px solid #dde4ec !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  display: flex !important;
  align-items: center;
}

.select2-container--krajee.select2-container--open .select2-selection,
.select2-container--krajee.select2-container--focus .select2-selection {
  border-color: #80bdff !important;
  box-shadow: 0 0 0 3px rgba(33, 150, 243, 0.18) !important;
}

.select2-container--krajee .select2-selection--single .select2-selection__rendered {
  padding-left: 14px !important;
  padding-right: 36px !important;
  line-height: normal !important;
  font-size: 14px;
  color: #33475b;
}

.select2-container--krajee .select2-selection--single .select2-selection__placeholder {
  color: #9aabc0;
}

.select2-container--krajee .select2-selection--single .select2-selection__arrow {
  height: 100% !important;
  top: 0 !important;
  border-left: none !important;
  width: 36px !important;
}

/*
 * Restyles the kartik/yii2 GridView (AIS Stations List table) — overrides the
 * bootstrap table/pagination/filter-input chrome it ships with by default.
 */

.vf-stations-table table {
  width: 100%;
  border-collapse: collapse;
}

.vf-stations-table th {
  font-family: 'Do Hyeon', sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #7a8ba3;
  text-align: left;
  white-space: nowrap;
  padding: 0 14px 10px;
  border-bottom: 1px solid #e7ecf2 !important;
  background: none !important;
}

.vf-stations-table td {
  padding: 11px 14px;
  border-bottom: 1px solid #f0f2f5 !important;
  font-size: 14px;
  color: #1f2d3d;
  background: none !important;
}

.vf-stations-table tbody tr:nth-child(even) td {
  background: #f7fafd !important;
}

.vf-stations-table tbody tr:hover td {
  background: #eef3f9 !important;
}

.vf-stations-table tbody tr:last-child td {
  border-bottom: none !important;
}

.vf-stations-table th.sorting,
.vf-stations-table th.sorting_asc,
.vf-stations-table th.sorting_desc {
  cursor: pointer;
}

.vf-stations-table th.sorting > a,
.vf-stations-table th.sorting_asc > a,
.vf-stations-table th.sorting_desc > a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.vf-stations-table th.sorting > a::after,
.vf-stations-table th.sorting_asc > a::after,
.vf-stations-table th.sorting_desc > a::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
}

.vf-stations-table th.sorting > a::after {
  width: 16px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2216%22%20height%3D%2220%22%20viewBox%3D%220%200%2016%2020%22%3E%3Cpath%20d%3D%22M8%205L11%209H5L8%205Z%22%20fill%3D%22%239aabc0%22/%3E%3Cpath%20d%3D%22M8%2015L5%2011H11L8%2015Z%22%20fill%3D%22%239aabc0%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

.vf-stations-table th.sorting_asc > a::after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 6px solid #2196f3;
}

.vf-stations-table th.sorting_desc > a::after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #2196f3;
}

.vf-stations-table th a {
  color: inherit;
}

.vf-stations-table tr.filterrow td {
  padding: 5px;
  border-bottom: 1px solid #e7ecf2 !important;
  background: none !important;
}

.vf-stations-table tr.filterrow input.form-control,
.vf-stations-table .colf {
  height: 34px !important;
  width: 100%;
  padding: 0 10px !important;
  border: 1px solid #dde4ec !important;
  border-radius: 7px !important;
  font-size: 13px !important;
  box-shadow: none !important;
}

.vf-stations-table select.colf {
  padding-right: 26px !important;
}

.vf-stations-table .colf:focus {
  border-color: #80bdff !important;
  box-shadow: 0 0 0 3px rgba(33, 150, 243, 0.16) !important;
  outline: none;
}

.vf-stations-table .select2-container--krajee .select2-selection {
  height: 34px !important;
  border-radius: 7px !important;
}

.vf-stations-table .select2-container--krajee .select2-selection--single .select2-selection__rendered {
  padding-left: 10px !important;
  font-size: 13px !important;
}

/* Pager (rendered by common\widgets\grid\GridView::renderPager as bootstrap .pagination).
   Top border/padding live on the layout wrapper (list.php) instead, so they render once. */

.dataTables_paginate .pagination {
  display: flex;
  justify-content: center;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.dataTables_paginate .pagination > li > a,
.dataTables_paginate .pagination > li > span {
  display: flex;
  height: 34px;
  min-width: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid #dde4ec;
  border-radius: 8px;
  color: #1f2d3d;
  font-size: 13px;
  text-decoration: none;
}

.dataTables_paginate .pagination > .active > a,
.dataTables_paginate .pagination > .active > span {
  background: #112d5a;
  border-color: #112d5a;
  color: #fff;
}

.dataTables_paginate .pagination > .disabled > a,
.dataTables_paginate .pagination > .disabled > span {
  opacity: 0.4;
  pointer-events: none;
}

/*
 * frontend/scripts/coverage.js's Map.prototype.draw() forcibly sets #coverageMap's
 * width/height as inline styles computed from raw window.width()/height() minus
 * fixed offsets tuned for the old full-bleed AdminLTE layout (it also touches a
 * .content-wrapper element that no longer exists in this layout). That fights the
 * new boxed card here on every load and window resize. A stylesheet !important
 * rule beats a plain (non-!important) inline style, so this makes #coverageMap
 * simply fill its card instead — OpenLayers' updateSize() (called right after by
 * that same function) then measures the correct, already-constrained size.
 */

#coverageMap {
  width: 100% !important;
  height: 100% !important;
}

/*
 * Restyles the coverage-map station popup. #coverageMapPopup's positioning
 * rules (display/position/bottom/left/width/z-index, set in app.css and left
 * untouched here) are what the OpenLayers Overlay relies on to anchor the
 * popup to the clicked marker — only the cosmetic look is overridden below.
 */

#coverageMapPopup {
  padding: 0 !important;
  border: none !important;
  border-radius: 12px !important;
  /* No overflow:hidden here — the :after arrow below the popup would be clipped. */
  /* app.css sets Cabin here; its vertical metrics push the labels off-centre. */
  font-family: inherit !important;
}

#coverageMapPopup:after {
  border-top-color: #ffffff !important;
}

#coverageMapPopup:before {
  display: none !important;
}

#coverageMapPopupClose {
  top: 10px !important;
  right: 10px !important;
  width: 22px !important;
  height: 22px !important;
  background-color: #f0f2f5 !important;
  color: #7a8ba3 !important;
  border-radius: 6px !important;
  line-height: 1 !important;
}

#coverageMapPopupClose:hover {
  background-color: #e2e8f0 !important;
  color: #33475b !important;
}

/* app.css's .mapTypeSelector rule (position:absolute;top:50px;left:10px;width:30%/93%,
   box-shadow, border-radius) fights the redesigned dropdown, which is now positioned
   by its own wrapping div instead — neutralise the old positioning/sizing so only our
   utility classes apply. */

.mapTypeSelector {
  position: static !important;
  top: auto !important;
  left: auto !important;
  width: auto !important;
  box-shadow: none !important;
}

/* app.css styles #coverageMapStationID by id (grey #555, 3px radius, uppercase),
   which outranks the utility classes on the pill — restore the station-page look. */

#coverageMapStationID {
  display: inline-flex !important;
  align-items: center !important;
  background: #112d5a !important;
  border: none !important;
  border-radius: 6px !important;
  line-height: 1 !important;
  text-transform: none !important;
  vertical-align: middle !important;
}

.hover\:bg-vf-blue-toolbar:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(33 150 243 / var(--tw-bg-opacity, 1));
}

.hover\:bg-vf-blue-toolbar-hover:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(66 165 245 / var(--tw-bg-opacity, 1));
}

.hover\:bg-vf-blue-toolbar\/90:hover{
  background-color: rgb(33 150 243 / 0.9);
}

.hover\:bg-vf-green-hover:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(44 156 38 / var(--tw-bg-opacity, 1));
}

.hover\:bg-vf-page-bg:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(244 246 249 / var(--tw-bg-opacity, 1));
}

.hover\:bg-white\/\[\.08\]:hover{
  background-color: rgb(255 255 255 / .08);
}

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

.hover\:underline:hover{
  text-decoration-line: underline;
}

.hover\:no-underline:hover{
  text-decoration-line: none;
}

.focus\:border-vf-focus:focus{
  --tw-border-opacity: 1;
  border-color: rgb(128 189 255 / var(--tw-border-opacity, 1));
}

.focus\:shadow-\[0_0_0_3px_rgba\(33\2c 150\2c 243\2c \.18\)\]:focus{
  --tw-shadow: 0 0 0 3px rgba(33,150,243,.18);
  --tw-shadow-colored: 0 0 0 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.focus-visible\:ring-2:focus-visible{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-visible\:ring-vf-blue-toolbar\/40:focus-visible{
  --tw-ring-color: rgb(33 150 243 / 0.4);
}

.active\:bg-vf-page-bg:active{
  --tw-bg-opacity: 1;
  background-color: rgb(244 246 249 / var(--tw-bg-opacity, 1));
}

.peer:checked ~ .peer-checked\:\!block{
  display: block !important;
}

.peer:checked ~ .peer-checked\: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));
}

@media (min-width: 640px){
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

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

  .sm\:text-36{
    font-size: 36px;
  }
}

@media (min-width: 768px){
  .md\:static{
    position: static;
  }

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

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

  .md\:\!block{
    display: block !important;
  }

  .md\:block{
    display: block;
  }

  .md\:grid{
    display: grid;
  }

  .md\:\!hidden{
    display: none !important;
  }

  .md\:w-auto{
    width: auto;
  }

  .md\:flex-1{
    flex: 1 1 0%;
  }

  .md\:shrink-0{
    flex-shrink: 0;
  }

  .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-y-0{
    --tw-translate-y: 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\:grid-cols-\[1fr_auto_1fr\]{
    grid-template-columns: 1fr auto 1fr;
  }

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

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

  .md\:gap-4{
    gap: 16px;
  }
}

@media (min-width: 1024px){
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-\[1fr_1\.15fr\]{
    grid-template-columns: 1fr 1.15fr;
  }

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