/*
! tailwindcss v3.4.3 | 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] {
  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:  ;
  --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:  ;
}
.pointer-events-none {
  pointer-events: none;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.\!bottom-0 {
  bottom: 0px !important;
}
.\!left-0 {
  left: 0px !important;
}
.\!right-0 {
  right: 0px !important;
}
.\!top-auto {
  top: auto !important;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-2 {
  bottom: 0.5rem;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.right-1 {
  right: 0.25rem;
}
.right-2 {
  right: 0.5rem;
}
.top-0 {
  top: 0px;
}
.top-1 {
  top: 0.25rem;
}
.top-2 {
  top: 0.5rem;
}
.float-right {
  float: right;
}
.m-0 {
  margin: 0px;
}
.m-2 {
  margin: 0.5rem;
}
.m-3 {
  margin: 0.75rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.\!flex {
  display: flex !important;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.\!hidden {
  display: none !important;
}
.hidden {
  display: none;
}
.\!h-5 {
  height: 1.25rem !important;
}
.\!h-\[256px\] {
  height: 256px !important;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.max-h-\[320px\] {
  max-height: 320px;
}
.max-h-full {
  max-height: 100%;
}
.min-h-10 {
  min-height: 2.5rem;
}
.\!w-5 {
  width: 1.25rem !important;
}
.w-0 {
  width: 0px;
}
.w-2\/12 {
  width: 16.666667%;
}
.w-3\/12 {
  width: 25%;
}
.w-4\/12 {
  width: 33.333333%;
}
.w-8 {
  width: 2rem;
}
.w-9\/12 {
  width: 75%;
}
.w-\[128px\] {
  width: 128px;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-\[200px\] {
  min-width: 200px;
}
.min-w-\[460px\] {
  min-width: 460px;
}
.min-w-\[64px\] {
  min-width: 64px;
}
.max-w-\[12rem\] {
  max-width: 12rem;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.shrink {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.rotate-90 {
  --tw-rotate: 90deg;
  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));
}
.scale-x-\[-1\] {
  --tw-scale-x: -1;
  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-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.flex-row {
  flex-direction: row;
}
.\!flex-col {
  flex-direction: column !important;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.self-end {
  align-self: flex-end;
}
.overflow-auto {
  overflow: auto;
}
.\!overflow-hidden {
  overflow: hidden !important;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre {
  white-space: pre;
}
.text-nowrap {
  text-wrap: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-none {
  border-radius: 0px;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-r {
  border-right-width: 1px;
}
.border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity));
}
.\!bg-slate-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity)) !important;
}
.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}
.bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}
.bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.\!p-0 {
  padding: 0px !important;
}
.\!p-2 {
  padding: 0.5rem !important;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.\!py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pe-1 {
  padding-inline-end: 0.25rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.ps-1 {
  padding-inline-start: 0.25rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-\[0\.5rem\] {
  font-size: 0.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.leading-4 {
  line-height: 1rem;
}
.leading-none {
  line-height: 1;
}
.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity));
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-inherit {
  color: inherit;
}
.text-orange-400 {
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.line-through {
  text-decoration-line: line-through;
}
.opacity-0 {
  opacity: 0;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.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);
}

.ant-select-focused:not(.ant-select-disabled).ant-select:not(
    .ant-select-customize-input
  )
  .ant-select-selector {
  box-shadow: none !important;
}
.ant-input-affix-wrapper:focus,
.ant-input-affix-wrapper-focused,
.ant-input:focus,
.ant-input-focused,
.ant-input-number:focus,
.ant-input-number-focused {
  box-shadow: none !important;
}
.ant-picker-time-panel + .ant-picker-footer {
  display: none;
}
/* .ant-picker-datetime-panel + .ant-picker-footer{ */
/*   display: none; */
/* } */

.brMobileDrawer .ant-list-header {
  background-color: lightgrey;
}

.brHeader {
  display: flex;
  flex-direction: column;
  background: white;
  height: auto;
  line-height: normal;
  /* margin-bottom: 2px; */
  padding: 0;
}
.brHeaderMobile .ant-menu-light.ant-menu-root.ant-menu-vertical {
  border-inline-end: none;
}
.brHeaderPrimary {
  display: flex;
  border-bottom: solid 1px whitesmoke;
  align-items: center;
  padding: 0.25rem 0.5rem 0.25rem 0.5rem;
}
.brHeaderMobile .brHeaderPrimary {
  padding: 1.5rem 0.5rem;
}
.brHeaderPrimary .ant-menu {
  flex-grow: 1;
}
.brHeaderPrimary .ant-menu-item,
.brHeaderPrimary .ant-menu-title-content,
.brHeaderPrimary .ant-menu-item .ant-btn {
  font-size: 0.6rem;
  font-weight: bold;
  text-transform: uppercase;
}
.brHeaderPrimary h1 {
  text-transform: uppercase;
  line-height: 1rem;
  font-size: 0.7rem;
  font-weight: bold;
  margin-bottom: 0;
}
.brHeaderPrimary
  .ant-menu.ant-menu-horizontal
  > .ant-menu-item-selected::after {
  display: none;
}
.brHeaderSecondary {
  display: flex;
  align-items: center;
  height: auto;
  border-bottom: 1px solid whitesmoke;
  background-color: white;
  padding: 0.45rem 0.5rem 0.45rem 0.5rem;
}
.brHeaderSecondary h2 {
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: bold;
  margin-bottom: 0;
  align-self: center;
}
.brHeaderSecondary h3,
.brHeaderSecondary .ant-breadcrumb-link {
  text-transform: uppercase;
  font-size: 0.7rem;
  font-weight: bold;
  margin-bottom: 0;
  align-self: center;
  color: rgba(0, 0, 0, 0.88);
}
.brHeaderSecondary
  .ant-menu.ant-menu-horizontal
  > .ant-menu-item-selected::after {
  display: none;
}
/* .brHeaderSecondary > .ant-space { */
/*   padding-top: 12px; */
/*   margin-bottom: 4px; */
/* } */
.brHeaderSecondary .ant-menu {
  flex-grow: 1;
}
.brHeaderSecondary .ant-menu-item {
  text-transform: uppercase;
  font-size: 0.7rem;
  font-weight: bold;
}
.brProfileMenu {
  margin-left: auto;
}
.brOrgMenu,
.brTeamMenu,
.brProjectMenu {
  display: flex;
}
.brOrgMenu .ant-menu,
.brTeamMenu .ant-menu,
.brProjectMenu .ant-menu {
  flex-grow: 1;
}
.ant-layout .ant-layout-header .brNavMenu {
  height: 24px;
  border: none;
}
.ant-layout .ant-layout-header .brNavMenu .ant-menu-item {
  display: flex;
  align-items: center;
}

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

.brGeneralForm {
  padding: 12px;
}

.brShiftForm .ant-picker {
  width: 156px;
}
.brShiftForm .ant-select {
  width: auto;
  min-width: 96px;
}
.brShiftForm .ant-input-number-input-wrap {
  width: 96px;
}
.brNewShiftEveryNWeeksOnDays {
  margin-top: 8px;
}

.brSchedule {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  overflow: hidden;
  margin: 0.5rem;
}
.brSchedule > .ant-space:first-child > .ant-space-item:last-child {
  margin-left: auto;
}
.brSchedule > main {
  flex-grow: 1;
  overflow: hidden;
}
.ant-transfer > .ant-transfer-list {
  flex-grow: 1;
  width: auto;
  height: auto;
}

.brProjectTermLoading {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.brSigninPage {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
}
.brSigninPage > .ant-form {
  min-width: 320px;
  border: 1px solid #bbb;
  padding: 12px;
  border-radius: 8px;
}

.brProjectActivityLogs {
  margin-top: 12px;
  padding: 12px;
  overflow: auto;
}
.brProjectActivityLogs .time-line-ctnr .time-line .time-label span {
  background-color: #3498db;
}

.brMySchedule {
  overflow: auto;
}
.brMySchedule .time-line-ctnr .time-line .time-label span {
  background-color: #3498db;
}
.brMySchedule .time-line-ctnr .time-line-header {
  font-family: monospace;
  font-variant-numeric: tabular-nums;
}
.brMySchedule .ant-timeline {
  background-color: white;
  padding: 24px 12px 12px 12px;
}

.brSchedulePopoverTitle {
  text-align: center;
}
.brSchedulePopoverContent {
  min-width: 320px;
  max-height: 640px;
  overflow-x: hidden;
  overflow-y: auto;
  /* max-width: 360px; */
}
.brSchedulePopoverContent .ant-divider {
  margin: 0.5rem 0 0.25rem 0;
}
.brSchedulePopoverContent .ant-divider-inner-text {
  font-size: 0.8rem;
  font-weight: bold;
}
.brSchedulePopoverContent
  .ant-badge.ant-badge-status
  .ant-badge-status-processing {
  position: absolute;
  overflow: visible;
  color: rgb(250, 173, 20);
}
.brSchedulePopoverContent .ant-tag {
  margin: 0;
}
.brAttrsPage .ant-divider-inner-text {
  font-weight: bold;
}

.brAttrsPage {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.brAttrsPage .ant-list {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.brAttrsPageToolbar {
  display: flex;
  padding: 12px 12px 12px 0;
  align-items: center;
}
.brAttrsPageToolbar .ant-space {
  margin-left: auto;
}
.brAttrsPageToolbar .ant-space .ant-input {
  width: 16rem;
}
.brAttrsPage .ant-list .ant-spin-nested-loading,
.brAttrsPage .ant-list .ant-spin-nested-loading .ant-spin-container {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.brAttrsPage .ant-list .ant-spin-nested-loading .ant-list-items {
  overflow: auto;
  background-color: white;
  flex-grow: 1;
}

.brOrgAttributeDefinitionsPage {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.brOrgAttributeDefinitionsPage .ant-list {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.brOrgAttributeDefinitionsPage .ant-typography {
  margin-top: 12px;
  margin-left: 12px;
}
.brOrgAttributeDefinitionsPageToolbar {
  display: flex;
  padding: 12px;
  border-bottom: 1px solid #d9d9d9;
}
.brOrgAttributeDefinitionsPageToolbar .ant-input {
  margin-left: auto;
  width: 16rem;
}
.brOrgAttributeDefinitionsPage .ant-list .ant-spin-nested-loading,
.brOrgAttributeDefinitionsPage
  .ant-list
  .ant-spin-nested-loading
  .ant-spin-container {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.brOrgAttributeDefinitionsPage
  .ant-list
  .ant-spin-nested-loading
  .ant-list-items {
  overflow: auto;
  background-color: white;
  flex-grow: 1;
}

.brAttribute {
  position: relative;
  align-items: flex-start;
  margin-bottom: 24px;
}
.brAttribute .ant-list-item-action {
  display: flex;
}
.brAttribute {
  position: relative;
  padding: 0;
}
.ant-descriptions .ant-descriptions-item-label.brAttribute {
  padding: 8px;
  text-align: right;
  width: 30%;
  max-width: 0;
}
.ant-descriptions .ant-descriptions-item-content.brAttribute {
  padding: 8px;
}
.ant-descriptions .ant-descriptions-item-content.brAttribute > span {
  display: flex;
}
.ant-descriptions
  .ant-descriptions-item-content.brAttribute
  > span
  > div:first-child {
  flex-grow: 1;
}
.brAttributeInactive {
  opacity: 0.3;
}
.brAttributeInactive .brAttributeLabel {
  text-decoration: line-through;
}
.brAttributeLabel > span {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  white-space: pre-wrap;
  margin-left: auto;
}
.brAttributeLabel.ant-checkbox-wrapper-checked .ant-checkbox {
  visibility: hidden;
}
.brAttributeLabel:hover.ant-checkbox-wrapper-checked .ant-checkbox {
  visibility: visible;
}
.ant-descriptions .ant-descriptions-item-content.brAttribute input,
.ant-descriptions .ant-descriptions-item-content.brAttribute select {
  box-sizing: border-box;
  margin: 0;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.88);
  font-size: 14px;
  line-height: 1.5714285714285714;
  list-style: none;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji',
    'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  position: relative;
  display: inline-block;
  min-width: 0;
  background-color: #ffffff;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-color: #d9d9d9;
  border-radius: 6px;
  transition: all 0.2s;
}
.brAttribute .validation_error {
  font-size: smaller;
  color: red;
}

.ant-modal {
  max-height: calc(100vh - 200px);
  overflow: hidden;
}
.ant-modal-content {
  max-height: calc(100vh - 200px);
  display: flex;
  flex-direction: column;
}
.ant-modal-body {
  flex-grow: 1;
  overflow: auto;
}
.ant-btn {
  flex-shrink: 0;
}
.anticon svg {
  display: block;
}

.brConditionsCollapse {
  background-color: white;
}
.brConditionsCollapse .ant-collapse-item .ant-collapse-header {
  background-color: rgba(0, 0, 0, 0.02);
  border-radius: 4px;
  overflow: hidden;
}
.brConditionsCollapse .ant-collapse-item {
  margin: 6px 0;
  border: none;
}
/* .brConditionsCollapse .ant-collapse-item-active .ant-collapse-header { */
/*   background-color: white; */
/* } */
.brModalSectionTitle {
  display: flex;
  align-items: center;
  margin: 12px 0;
}
.brModalSectionTitle h4 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: auto;
  color: rgba(0, 0, 0, 0.88);
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  display: inline-block;
}
.brModalSectionTitle .ant-btn {
  margin-left: auto;
}

.ant-list .ant-empty-normal {
  margin: 8px;
}
.ant-list .ant-list-empty-text {
  padding: 0;
}
.ant-descriptions .ant-descriptions-item-label.brConditionListItem {
  padding: 8px;
  text-align: right;
  width: 30%;
  max-width: 0;
}
.brConditionListItemDisabled {
  opacity: 0.3;
}
.brOpenShiftListItemDisabled {
  opacity: 0.3;
}
.ant-descriptions .ant-descriptions-item-content.brConditionListItem {
  padding: 8px;
}
.ant-descriptions
  .ant-descriptions-item-content.brConditionListItem
  .ant-input {
  width: auto;
}
.ant-descriptions .ant-descriptions-item-content.brConditionListItem .ant-btn {
  margin-left: auto;
}
.ant-descriptions .ant-descriptions-item-content.brConditionListItem > span {
  display: flex;
}
.ant-descriptions
  .ant-descriptions-item-content.brConditionListItem
  > span
  > div:first-child {
  flex-grow: 1;
}

.brEditShiftTypeModal .ant-descriptions {
  margin-bottom: 24px;
}
.brEditShiftModal .ant-descriptions {
  margin-bottom: 24px;
}
.brEditShiftModal .ant-list-items {
  overflow: hidden;
}
.brEditShiftModal .ant-list-empty-text {
  display: none;
}
.brEditShiftTypeModal .ant-list-items {
  overflow: hidden;
}
.brEditShiftModal .ant-list-header {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: auto;
  color: rgba(0, 0, 0, 0.88);
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  border-block-end: none;
}
.brEditShiftModal .ant-space {
  /* align-items: stretch; */
}
.brEditShiftModal .ant-modal-body .ant-list:not(:last-child) {
  margin-bottom: 12px;
}
.ant-list,
.ant-spin-nested-loading,
.ant-spin-container {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.ant-list-items {
  overflow: auto;
}
.brEditShiftTypeModal .ant-modal-body {
  overflow: auto;
  display: flex;
  flex-direction: column;
}
.ant-form-item {
  margin-bottom: 0;
  padding-bottom: 12px;
}

.brSchedulerModal .ant-modal-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 48px;
}
.brScheduleTable .ant-table-body table {
  min-height: 100%; /* trick to fill div 100% height of table td */
  height: 0; /* trick to fill div 100% height of table td */
}
.brScheduleTable .ant-table-cell {
  position: relative;
}
.brScheduleTable .ant-table-cell .brShiftCellHoverIcon {
  display: none;
}
.brScheduleTable .ant-table-cell:hover .brShiftCellHoverIcon {
  display: block;
}
.brScheduleTable
  .ant-table-tbody
  .ant-table-cell:not(.ant-table-cell-fix-left-last) {
  padding: 0;
  vertical-align: top;
}
.brScheduleTable .ant-table-summary .ant-table-cell {
  padding: 0;
  vertical-align: top;
}
/* .brScheduleTable .ant-table-summary { */
/*   background: repeating-linear-gradient( */
/*     -45deg, */
/*     white 0 3px, */
/*     whitesmoke 3px 6px */
/*   ); */
/* } */
.brScheduleTable .ant-table-summary .ant-table-cell-fix-left {
  padding: 1rem;
  /* background: repeating-linear-gradient( */
  /*   -45deg, */
  /*   white 0 3px, */
  /*   whitesmoke 3px 6px */
  /* ); */
}

/* this hack to make brShiftCell fill its container td */
.brScheduleTable .ant-table-header table tfoot.ant-table-summary tr {
  height: 1px;
}
/* this hack to make brShiftCell fill its container td */
.brScheduleTable
  .ant-table-header
  table
  tfoot.ant-table-summary
  tr
  td.ant-table-cell {
  height: 100%;
}

.brScheduleMobile .brScheduleTable .ant-table-cell-fix-left {
  padding: 0;
  background: transparent;
  text-wrap: nowrap;
  vertical-align: top;
  height: 3.5rem;
}
.brScheduleMobile .brScheduleTable .ant-table-cell-fix-left-last:before,
.brScheduleMobile .brScheduleTable .ant-table-cell-fix-left-last:after {
  display: none;
}
.brScheduleMobile .brScheduleTable .ant-table-cell-fix-left-last > div {
  display: inline-flex;
  align-items: center;
  max-width: none;
  width: 100vw;
  background-color: rgb(240, 240, 240);
  overflow: hidden;
  height: 100%;
  max-height: 3.5rem;
  gap: 0.25rem;
}
.brSlashedBackground {
  background: repeating-linear-gradient(
    -45deg,
    white 0 3px,
    whitesmoke 3px 6px
  );
}
.brScheduleTable .ant-table-summary .ant-table-cell-fix-left > div:first-child {
  font-weight: bold;
  line-height: 1rem;
}
.brScheduleMobile .brScheduleTable .ant-table-summary .ant-table-cell-fix-left {
  display: inline-flex;
  max-height: 1.6rem;
  height: 1.6rem;
}
.brShiftCell {
  padding: 0.5rem;
  /* border: 2px dashed transparent; */
  height: 100%;
  width: 100%;
  display: table;
  flex-direction: column;
  min-height: 4.2rem;
}
.brScheduleMobile .brShiftCell {
  border-top: 3.5rem solid rgb(240, 240, 240);
  min-height: 5rem;
}
.brScheduleMobile .ant-table-summary .brShiftCell {
  border-top: 1.6rem solid rgb(240, 240, 240);
}
.brFixConflicts {
  /* position: absolute; */
  /* bottom: 0; */
  /* left: 0; */
  /* right: 0; */
  /* text-align: center; */
}
.brMemberCell {
  cursor: pointer;
  display: inline-flex;
  align-items: flex-start;
  gap: 0.25rem;
  max-width: 280px;
  padding-left: 0.25rem;
}
.brScheduleMobile .brMemberCell {
  flex-wrap: wrap;
}
.brAvatar {
  width: 32px;
  height: 32px;
  border: 1px solid lightgrey;
  background-color: whitesmoke;
  border-radius: 50%;
}
.brScheduleTableResourceName {
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.2rem;
  position: relative;
  text-wrap: nowrap;
  width: 128px;
}
.ant-table-wrapper .ant-table-thead th.ant-table-cell {
  padding: 0.5rem;
  height: 1rem;
}
.brScheduleMobile .ant-table-wrapper .ant-table-thead th.ant-table-cell {
  padding: 0.25rem;
}
.ant-table-wrapper .ant-table-row-indent + .ant-table-row-expand-icon {
  float: none;
  top: -8px;
}
.brScheduleMobile
  .ant-table-wrapper
  .ant-table-row-indent
  + .ant-table-row-expand-icon {
  float: left;
  top: 17px;
  margin-inline-end: 0;
}
.ant-table-wrapper .ant-table-row-indent.indent-level-1::after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 58px;
  border-right: 1px dashed lightgrey;
  content: '';
}
.brScheduleMobile .ant-table-wrapper .ant-table-row-indent {
  display: none;
}
.brScheduleTableDateTitle {
  cursor: pointer;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.brScheduleMobile .brScheduleTableDateTitle {
  gap: 0;
}
.brScheduleTableDateTitleToday {
  color: #4096ff;
}
.ant-table-wrapper .ant-table-cell:has(.brScheduleTableDateTitlePast) {
  background: repeating-linear-gradient(
    -45deg,
    white 0 3px,
    whitesmoke 3px 6px
  );
}
.ant-table-wrapper .ant-table-cell:has(.brShiftCellPast) {
  background: repeating-linear-gradient(
    -45deg,
    white 0 3px,
    whitesmoke 3px 6px
  );
}
.brScheduleTableDateDay {
  font-size: 1.6rem;
  line-height: 1rem;
}
.brScheduleMobile .brScheduleTableDateDay {
  font-size: 1.2rem;
}
.brScheduleTableDateMonth {
}
.brScheduleTableDateHoliday {
  color: #ff4d4f;
  line-height: 1rem;
}
.brShift {
  cursor: grab;
  position: relative;
  text-wrap: nowrap;
}
.brTimeoff {
  padding: 0.25rem;
  margin-bottom: 0.25rem;
  cursor: pointer;
  border: 1px solid rgb(253 224 71);
  border-left-width: 0.2rem;
  background: repeating-linear-gradient(
    -45deg,
    white 0 3px,
    rgb(254 240 138) 3px 6px
  );
}
.brScheduleMobile .brTimeoff {
  padding: 0;
  padding-left: 0.25rem;
}
.brScheduleMobile .brShift {
  line-height: 1;
  font-size: 0.8rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  touch-callout: none;
  touch-action: none;
}
.brDroppableAreaGood {
  --border-color: #95de64;
  background: linear-gradient(90deg, var(--border-color) 50%, transparent 50%),
    linear-gradient(90deg, var(--border-color) 50%, transparent 50%),
    linear-gradient(0deg, var(--border-color) 50%, transparent 50%),
    linear-gradient(0deg, var(--border-color) 50%, transparent 50%);
}

.brDroppableAreaBad {
  --border-color: #ffd666;
  background: linear-gradient(90deg, var(--border-color) 50%, transparent 50%),
    linear-gradient(90deg, var(--border-color) 50%, transparent 50%),
    linear-gradient(0deg, var(--border-color) 50%, transparent 50%),
    linear-gradient(0deg, var(--border-color) 50%, transparent 50%);
}
.ant-descriptions.ant-descriptions-bordered
  .ant-descriptions-view:has(> table > tbody:empty) {
  display: none;
}

.brDroppableArea {
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-size:
    16px 1px,
    16px 1px,
    1px 16px,
    1px 16px;
  background-position:
    0% 0%,
    100% 100%,
    0% 100%,
    100% 0%;
  animation: brDroppableAreaAnim 5s linear infinite;
}

@keyframes brDroppableAreaAnim {
  to {
    background-position:
      100% 0%,
      0% 100%,
      0% 0%,
      100% 100%;
  }
}

.ant-table-wrapper {
  height: 100%;

  .ant-spin-nested-loading {
    height: 100%;

    .ant-spin-container {
      height: 100%;
      display: flex;
      flex-flow: column nowrap;

      .ant-table {
        flex: auto;
        overflow: hidden;
        display: flex;
        flex-direction: column;

        .ant-table-container {
          min-height: 0;
          flex-grow: 1;
          display: flex;
          flex-flow: column nowrap;

          .ant-table-header {
            flex: none;
          }

          .ant-table-body,
          .ant-table-tbody {
            /* flex: auto; */
            overflow: scroll;
          }
        }
      }

      .ant-table-pagination {
        flex: none;
      }
    }
  }
}
.ant-table-tbody-virtual.ant-table-tbody {
  position: static !important;
}
.ant-table-tbody-virtual-scrollbar.ant-table-tbody-virtual-scrollbar-vertical {
  opacity: 0;
}

.brShiftPopoverTitle {
  display: flex;
  min-width: 260px;
}
.brShiftPopoverTitle > div {
  flex: 1 0 0;
  min-width: 0;
}
.brShiftPopoverTitle > div:nth-child(1) {
  display: flex;
  gap: 4px;
  align-items: baseline;
  justify-content: flex-end;
  border-right: 1px solid whitesmoke;
  padding-right: 0.375rem;
}
.brShiftPopoverTitle > div:nth-child(2) {
  padding-left: 0.375rem;
}
.brShiftPopoverTitle > div:nth-child(2) > div {
  display: flex;
  gap: 4px;
  align-items: baseline;
}
.brShiftPopoverTitle .ant-badge.ant-badge-status .ant-badge-status-processing {
  position: absolute;
  overflow: visible;
  color: rgb(250, 173, 20);
}
.brShiftPopoverTitleHighlight {
  /* font-size: 1rem; */
}
.brShiftType {
  cursor: move;
  cursor: grab;
}
.brScheduleMobile .brShiftType {
  line-height: 1;
}
.brShiftTypePopoverTitle {
  display: flex;
}
.brShiftTypePopoverTitle > div {
  flex: 1 0 0;
}
.brShiftTypePopoverTitle > div > div {
  text-wrap: nowrap;
}
.brShiftTypePopoverTitle > div:first-child {
  text-align: right;
  border-right: 1px solid whitesmoke;
  padding-right: 0.375rem;
}
.brShiftTypePopoverTitle > div:last-child {
  padding-left: 0.375rem;
}
.brTagList {
  /* max-width: 320px; */
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  justify-content: center;
}

.brGeneratedOpenShiftList .ant-list-item,
.brGeneratedOpenShiftList .ant-checkbox-wrapper {
  color: inherit;
}

.brSchedulerModal form .ant-form-item .ant-form-item {
  padding-left: 0.75rem;
  border-left: 1px solid whitesmoke;
}
.brSchedulerModal
  .ant-form
  > .ant-form-item
  > .ant-form-item-row
  > .ant-form-item-label
  > label {
  font-weight: bold;
}

.brJsonForm button {
  outline: none;
  position: relative;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  background-color: transparent;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  touch-action: manipulation;
  line-height: 1.5714285714285714;
  color: rgba(0, 0, 0, 0.88);

  font-size: 14px;
  height: 24px;
  padding: 0px 7px;
  border-radius: 4px;

  background-color: #ffffff;
  border-color: #d9d9d9;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02);
}
.brJsonForm table thead tr th:first-child {
  visibility: hidden;
}
.brConditionItem {
  flex-grow: 1;
}
.brConditionItemInactive {
  opacity: 0.3;
}
.brConditionItemReadonly .ant-space-item {
  pointer-events: none;
}
.brConditionItem .ant-space-item:last-child {
  margin-left: auto;
}
.brConditionItemTimePicker.ant-picker {
  padding: 4px 8px 4px 4px;
}
.brConditionItemTimePicker.ant-picker .ant-picker-input > input {
  display: none;
}
.brConditionItemTimePicker .ant-picker-suffix {
  color: inherit;
}
.brConditionItem .ant-space-item:nth-child(4) {
  flex-grow: 1;
  display: flex;
}
.brConditionItem .ant-space-item:nth-child(4) > .ant-space-compact {
  flex-grow: 1;
  display: flex;
}
.brConditionItem
  .ant-space-item:nth-child(4)
  > .ant-space-compact
  > div:first-child {
  flex-grow: 1;
}
.brConditionList .ant-list-header {
  padding-top: 0;
  padding-bottom: 18px;
}
.brConditionList .ant-list-header > .ant-btn {
  float: right;
}

.brScheduleTable .ant-table-footer {
  padding: 0;
}
.brScheduleTable .ant-table.ant-table-bordered .ant-table-title {
  border: none;
  padding: 0;
}
.ant-btn-primary.brFixConflictsCurrent {
  outline: 4px solid #ff4d4f30;
}

.ant-collapse {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: hidden;
}
.ant-collapse .ant-collapse-item {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 2.4rem;
  flex-shrink: 1;
}
.ant-collapse .ant-collapse-item:not(.ant-collapse-item-active):last-child {
  border-bottom: 1px solid #d9d9d9;
  border-radius: 0;
}

.ant-collapse .ant-collapse-content:not(.ant-collapse-content-hidden),
.ant-collapse .ant-collapse-content-box:not(.ant-collapse-content-hidden) {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: hidden;
}

.ant-descriptions.ant-descriptions-bordered.ant-descriptions-small
  .ant-descriptions-row
  > .ant-descriptions-item-label,
.ant-descriptions.ant-descriptions-bordered.ant-descriptions-small
  .ant-descriptions-row
  > .ant-descriptions-item-content {
  padding: 0.25rem;
}
.ant-collapse .ant-collapse-content > .ant-collapse-content-box {
  padding: 0.5rem;
}
.ant-descriptions .ant-descriptions-header {
  margin-bottom: 0.5rem;
}

.ant-modal.brResponsiveModalBody {
  padding: 0;
  top: 0;
  max-width: none;
  box-shadow: none;
  margin: 0;
}

.ant-modal.brResponsiveModalBody .ant-modal-close {
  display: none;
}
.ant-modal.brResponsiveModalBody .ant-modal-header {
  padding-bottom: 0.5rem;
}

.ant-modal.brResponsiveModalBody .ant-modal-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  padding: 0.5rem;
}

.ant-modal.brResponsiveModalBody .ant-modal-content .ant-modal-body {
  flex-shrink: 1;
  flex-grow: 1;
}

.ant-modal.brResponsiveModalBody {
  max-height: none;
}
.ant-modal.brResponsiveModalBody .ant-modal-content {
  max-height: none;
}

#brUcWidgetContainer .brUCAgentApp .brMainTabs.brSelected .brMainTabContent {
  position: absolute;
  inset: 0;
}
#brUcWidgetContainer .brUCAgentApp .brMainArea.brWithToolbar {
  top: 0;
}
#brUcWidgetContainer .brUCAgentApp .brToolbar {
  display: none;
}

details > summary {
  list-style: none;
}
details > summary::-webkit-details-marker {
  display: none;
}

fieldset[disabled] .ant-select,
fieldset[disabled] .ant-picker,
fieldset[disabled] .ant-input-number,
fieldset[disabled] .ant-input,
fieldset[disabled] .ant-switch,
fieldset[disabled] .ant-checkbox,
fieldset[disabled] .brJsonForm,
fieldset[disabled] .react_time_range__time_range_container,
fieldset[disabled] .ant-dropdown-trigger {
  pointer-events: none;
  opacity: 0.5;
  filter: grayscale(1);
}

.br-animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

@keyframes ping {
  75%,
  100% {
    transform: scaleY(1.1);
    opacity: 0;
  }
}

.ant-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.ant-card .ant-card-body {
  overflow: hidden;
  flex-grow: 1;
}

ins {
  text-decoration: none;
  background-color: #d9f7be;
  padding-left: 4px;
  padding-right: 4px;
}

del {
  text-decoration: none;
  background-color: #ffccc7;
  color: #555;
  padding-left: 4px;
  padding-right: 4px;
}

.ant-tabs-content-holder {
  overflow: hidden;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.ant-tabs-content {
  overflow: hidden;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.ant-tabs-tabpane {
  overflow: hidden;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.empty\:hidden:empty {
  display: none;
}
.hover\:cursor-pointer:hover {
  cursor: pointer;
}
.hover\:bg-blue-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}
@media (min-width: 1024px) {

  .lg\:w-3\/12 {
    width: 25%;
  }

  .lg\:w-4\/12 {
    width: 33.333333%;
  }

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

  .lg\:overflow-hidden {
    overflow: hidden;
  }
}

