@charset "UTF-8";
/*
! tailwindcss v3.4.7 | 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:  ;
}
.ax-btn-sm {
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}

/*.ax-btn {*/
/*display: inline-block;*/
/*padding: 6px 12px;*/
/*margin-bottom: 0;*/
/*font-size: 14px;
font-weight: normal;
line-height: 1.428571429;*/
/*text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
background-image: none;*/
/*border: 1px solid transparent;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;*/
/*user-select: none;
    font-weight: 500;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid transparent;
    -webkit-box-shadow: inset 0 -2px 0 0 rgba(0,0,0,.09);
    -moz-box-shadow: inset 0 -2px 0 0 rgba(0,0,0,.09);
    box-shadow: inset 0 -1px 0 0 rgba(0,0,0,.09);
}*/
/*.ax-btn {*/
/*@apply ax-hadow ax-text-xs ax-font-bold ax-py-2 ax-px-4 ax-rounded ax-no-underline;
/*font-size: .65rem;*/
/*font-size: 12px;*/
/*border-radius: 3px;
border: 1px solid transparent;
box-shadow: inset 0 -1px 0 0 rgba(0,0,0,.09);*/
/*display: inline-block;*/
/*padding: 6px 12px;*/
/*margin-bottom: 0;*/
/*font-size: 14px;
font-weight: normal;
line-height: 1.428571429;*/
/*text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
background-image: none;*/
/*border: 1px solid transparent;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;*/
/*user-select: none;*/
/*font-weight: 500;*/
/*-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid transparent;
    -webkit-box-shadow: inset 0 -2px 0 0 rgba(0,0,0,.09);
    -moz-box-shadow: inset 0 -2px 0 0 rgba(0,0,0,.09);
    box-shadow: inset 0 -1px 0 0 rgba(0,0,0,.09);
}*/
.ax-btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.ax-btn-sm {
  padding: 5px 10px;
  font-size: 10px;
  line-height: 1.5;
  border-radius: 3px;
}

.ax-btn-rounded{
  border-radius: 9999px;
}

.ax-btn {
  height: 32px;
}

.ax-btn-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/*.ax-btn-primary:hover {
    @apply ax-bg-blue-400;
    color: white;
}
*/
.ax-btn.ax-btn-primary-fixed.hover, .ax-btn.ax-btn-primary-fixed:active, .ax-btn.ax-btn-primary-fixed:hover {
  background-color: #4F70A0;
  border-color: #4F70A0;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  /*background-color: #f4543c;*/
}

.ax-btn-primary-fixed {
  border-style: none;
  background-color: #4F70A0;
  color: white;
}

.ax-btn-primary-fixed .dx-icon {
  color: white;
}

/*.ax-btn-success {
    @apply ax-bg-green-600 ax-text-white;
}*/
.ax-btn-success {
  border-style: none;
  background-color: white;
  color: black;
}

.ax-btn-success:hover {
  /*@apply ax-bg-green-400;*/
  background-color: #00A163;
  color: white;
}

.ax-btn-success.dx-button-mode-contained .dx-icon {
  color: black;
}

.ax-btn-success.dx-button-mode-contained:hover .dx-icon {
  color: white;
}

.ax-btn-warning.dx-button-mode-contained .dx-icon {
  color: black;
}

.ax-btn-warning.dx-button-mode-contained:hover .dx-icon {
  color: white;
}

.ax-btn-danger.dx-button-mode-contained .dx-icon {
  color: #EB2A00;
}

.ax-btn-danger.dx-button-mode-contained:hover .dx-icon {
  color: white;
}

/*.ax-btn-success-fixed {
    color: #fff;
    background-color: #00A163;
    border-color: #4cae4c;
}*/
.ax-btn.ax-btn-success-fixed.hover, .ax-btn.ax-btn-success-fixed:active, .ax-btn.ax-btn-success-fixed:hover {
  background-color: #00A163;
  border-color: #4cae4c;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  /*background-color: #f4543c;*/
}

.ax-btn-success-fixed {
  border-style: none;
  background-color: #00A163;
  color: white;
}

.ax-btn-success-fixed .dx-icon {
  color: white;
}

.ax-btn-success-fixed.dx-button-mode-contained.dx-state-focused {
  background-color: #00A163;
}

.ax-btn-warning {
  border-style: none;
  background-color: white;
  color: black;
}

.ax-btn-warning:hover {
  /*@apply ax-bg-yellow-400;*/
  background-color: #E4A11B;
  color: white;
}

.ax-btn-warning-fixed {
  border-style: none;
  background-color: #E4A11B;
  color: white;
}

.ax-btn-danger {
  border-style: none;
  background-color: transparent;
  color: #EB2A00;
}

.ax-btn.ax-btn-danger.hover, .ax-btn.ax-btn-danger:active, .ax-btn.ax-btn-danger:hover {
  background-color: #c6303e;
  border-color: #c6303e;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  /*background-color: #f4543c;*/
}

.ax-btn-danger.dx-button-mode-contained.dx-state-focused {
  background-color: transparent;
  color: #EB2A00;
}

.ax-btn-danger.dx-button-mode-contained.dx-state-focused .dx-icon {
  color: #EB2A00;
}

.ax-btn-danger-fixed {
  border-style: none;
  background-color: #c6303e;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.ax-btn.ax-btn-danger-fixed.hover, .ax-btn.ax-btn-danger-fixed:active, .ax-btn.ax-btn-danger-fixed:hover {
  background-color: #c6303e;
  border-color: #c6303e;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  /*background-color: #f4543c;*/
}

/*.ax-btn.ax-btn-danger-fixed {
    background-color: #EB2A00;
    border-color: #e3342f;
    @apply ax-text-white;
}*/
/*.ax-btn-danger:hover {
    @apply ax-bg-red-600;
    color: white;
}*/
.ax-btn.ax-btn-info {
  background-color: #00c0ef;
  border-color: #00acd6;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.ax-btn.ax-btn-info.hover, .ax-btn.ax-btn-info:active, .ax-btn.ax-btn-info:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.ax-btn-cancel{
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.ax-btn-cancel:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity));
}

/*.ax-btn-primary:active {
    @apply ax-bg-teal;
    box-shadow: 0 2px #666;
    transform: translateY(1px);
}*/
.ax-btn-group-left{
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.ax-btn-group-right{
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.ax-btn-flat {
  min-width: 22px !important;
}

.ax-btn.ax-btn-flat {
  border-radius: 0;
  box-shadow: none;
  border-width: 1px;
}

.ax-btn-default {
  border-style: none;
  background-color: white;
  color: black;
}

/*.dx-button-mode-contained .dx-icon {
    color:white;
}*/
/*@import "button";
@import "_header.scss";*/
.ax-form-block {
  /*@apply ax-w-full ax-py-2;*/
  width: 100%;
  padding-bottom: 0.5rem;
}

.ax-form-block .ax-form-label{
  margin-top: 0.25rem;
}

@media (min-width: 768px) {
  .ax-form-block .ax-form-label-block{
    margin-top: 0.25rem;
    padding-right: 1rem;
    text-align: right;
  }

.ax-table-entry .ax-form-block .ax-form-label-block {
  text-align: right;
}
}

/*.ax-form-block .ax-form-label-block label {
    color: #768ACE;
}*/
.ax-form-label-view{
  margin-top: 0.25rem;
  font-weight: 600;
}

label.ax-important{
  font-weight: 700;
}

label.ax-multiline{
  white-space: pre-wrap;
  line-height: 1.5;
}

@media (min-width: 1024px) {
  .ax-form-block{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start; /* ax-border-b;*/
  }
  .ax-form-block.ax-no-border{
    border-width: 0px;
  }
}
.ax-form-label {
  /*&:hover {
      @apply ax-bg-blue-400;
  }*/
  display: block;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
@media (min-width: 1280px){
  .ax-form-label{
    text-align: right;
  }
}
.ax-form-label {
  /*.ax-text-black*/
  /*@screen md {
      @apply ax-mb-0 ;//ax-text-right;
  }*/
}

/*.ax-form-label {
    @apply ax-block ax-text-grey-darker ax-font-bold ax-pr-4;
    padding-top: .3rem;
}*/
.ax-form-field{
  width: 100%;
  border-width: 1px;
  line-height: 1.25;
  /*height: 26px;*/
  /*padding: .3rem;*/
  color: #555;
  /*  height: 30px;
  padding: 4px 6px;*/
  /*border-color: rgb(204, 208, 210);*/
  box-shadow: none;
  outline: none;
  /*  font-size: 1rem;
    padding: 0.40625rem 0.75rem;*/
  /*font-size: 14px;*/
}

.ax-form-field:focus {
  /*outline: none;
      border-color: #9ecaed;
      box-shadow: 0 0 1px #007bff;
  */
  color: #495057;
  background-color: #fff;
  border-color: #9f77cb;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(95, 54, 141, 0.25);
  /*box-shadow: 0 0 1px rgba(81, 203, 238, 1);*/
  /*border-color: #00A65A !important;*/
  /*border: 1px solid rgba(81, 203, 238, 1);*/
}

.ax-form-field.ax-readonly{
  cursor: not-allowed;
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

textarea.ax-form-field {
  height: auto;
}

/*@import "content-header";*/
/*@import "content-box";*/
/*@import "alert";*/
/*@import "tailwind/table";*/
﻿.ax-table-entry-container{
  overflow-x: auto;
}

.ax-table-entry {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px;
  border-radius: 3px;
  border: 1px solid #ddd;
  /* 
  border-radius: 13px;*/
  /*border: 1px solid #ddd;*/
}

.ax-table-entry > thead > tr > th{
  border-top-width: 1px;
  border-bottom-width: 1px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
  font-weight: 600;
  /*border: 1px solid #ddd;*/
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  /*border: 1px solid #ddd;*/
  /*border-bottom: 1px solid #ddd;*/
  /*font-size: inherit;*/
  /*font-size: 13px;*/
}

/*.ax-table-entry > thead > tr > th:first-child {*/
/*border-left: 1px solid #ddd;*/
/*}*/
.ax-table-entry > thead > tr.ax-filter > td{
  border-top-width: 1px;
  border-bottom-width: 1px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  text-align: left;
  font-weight: 600;
  /* border-bottom: 1px solid #4d4d4c;*/
  border: 1px solid #4d4d4c;
}

.ax-table-entry > tbody > tr > td{
  text-align: left;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  /*border: 1px solid #ddd;*/
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  /*border-bottom: 1px solid #ddd;*/
  /*font-size: inherit;*/
  /*font-size: 13px;*/
}

/*
.ax-table-entry > tbody > tr.first > td {
    border-top: 1px solid #4d4d4c;
}
*/
/*ax-table-entry > tbody > tr:last-child > td {
    border-bottom: none;
}
*/
/*.ax-table-entry > tbody > tr > td:nth-child(1) {
    border-left: 1px solid #ddd;
}
*/
/*.ax-table-entry td {
    font-size: .8125rem;
}
*/
/*.ax-table-entry .ax-table-entry td, .ax-table-entry th {
    font-size: .8125rem;
}*/
.ax-table-entry > tfoot > tr > td{
  text-align: left;
  font-weight: 600;
  /*@apply ax-text-left ax-p-1;*/
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  border: 1px solid #ddd;
  /*border-bottom: 1px solid #ddd;*/
  /*border-right: 1px solid #ddd;*/
}

/*.ax-table-entry > tfoot > tr > td:first-child {
    border-left: 1px solid #ddd;
}

.ax-table-entry > tfoot > tr > td:last-child {
    border-right: 1px solid #ddd;
}
*/
/*
.ax-table-entry > tbody > tr.last > td {
    @apply ax-text-left ax-p-1;
    border-bottom: 1px solid #4d4d4c;
}
*/
.ax-table-entry > tbody {
  vertical-align: middle;
}

.ax-table-entry .ax-text-center {
  text-align: center !important;
}

.ax-table-entry .ax-text-right {
  text-align: right !important;
}

.ax-table-entry > tbody > tr:nth-child(odd) {
  background-color: rgb(237, 242, 247);
}

/*
    .ax-table-entry > tbody > tr:hover {
    background-color: #faffbb !important;
}*/
/* Hapus border dari sel di atas */
.ax-table-entry tr:first-child th {
  border-top: none;
}

.ax-table-entry th:first-child {
  border-left: none;
}

.ax-table-entry th:last-child {
  border-right: none;
}

/* Hapus border dari sel di bawah */
.ax-table-entry tr:last-child td {
  border-bottom: none;
}

/* Hapus border dari sel di kanan */
.ax-table-entry td:last-child {
  border-right: none;
}

/* Hapus border dari sel di kiri */
.ax-table-entry td:first-child {
  border-left: none;
}

/*@import "tailwind/grid";
@import "tailwind/grid_entry";
*/
/*@import "navbar";
@import "modal";
@import "loading-indicator";
@import "util";
@import "tabs";*/
﻿.ax-pagination {
  /*@apply ax-font-light;*/
  font-size: 12px;
}

.ax-pagination > .ax-page-item + .active{
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.ax-page-item + .active{
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/*@import "../../vendor/blazored-toast.scss";*/
.ax-absolute{
  position: absolute;
}
.ax-relative{
  position: relative;
}
.ax-inset-0{
  inset: 0px;
}
.ax-m-1{
  margin: 0.25rem;
}
.ax-m-2{
  margin: 0.5rem;
}
.ax-m-auto{
  margin: auto;
}
.ax-mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.ax-mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.ax-my-auto{
  margin-top: auto;
  margin-bottom: auto;
}
.ax-mb-10{
  margin-bottom: 2.5rem;
}
.ax-mb-16{
  margin-bottom: 4rem;
}
.ax-mb-2{
  margin-bottom: 0.5rem;
}
.ax-mb-3{
  margin-bottom: 0.75rem;
}
.ax-mb-4{
  margin-bottom: 1rem;
}
.ax-ml-1{
  margin-left: 0.25rem;
}
.ax-ml-2{
  margin-left: 0.5rem;
}
.ax-ml-3{
  margin-left: 0.75rem;
}
.ax-ml-4{
  margin-left: 1rem;
}
.ax-mr-1{
  margin-right: 0.25rem;
}
.ax-mr-2{
  margin-right: 0.5rem;
}
.ax-mr-4{
  margin-right: 1rem;
}
.ax-mt-1{
  margin-top: 0.25rem;
}
.ax-mt-16{
  margin-top: 4rem;
}
.ax-mt-2{
  margin-top: 0.5rem;
}
.ax-mt-3{
  margin-top: 0.75rem;
}
.ax-mt-4{
  margin-top: 1rem;
}
.ax-mt-6{
  margin-top: 1.5rem;
}
.ax-mt-8{
  margin-top: 2rem;
}
.ax-block{
  display: block;
}
.ax-flex{
  display: flex;
}
.ax-inline-flex{
  display: inline-flex;
}
.ax-h-10{
  height: 2.5rem;
}
.ax-h-11{
  height: 2.75rem;
}
.ax-h-12{
  height: 3rem;
}
.ax-h-14{
  height: 3.5rem;
}
.ax-h-16{
  height: 4rem;
}
.ax-h-4{
  height: 1rem;
}
.ax-h-5{
  height: 1.25rem;
}
.ax-h-8{
  height: 2rem;
}
.ax-min-h-full{
  min-height: 100%;
}
.ax-w-1\/12{
  width: 8.333333%;
}
.ax-w-1\/2{
  width: 50%;
}
.ax-w-1\/3{
  width: 33.333333%;
}
.ax-w-1\/4{
  width: 25%;
}
.ax-w-10\/12{
  width: 83.333333%;
}
.ax-w-11\/12{
  width: 91.666667%;
}
.ax-w-2\/12{
  width: 16.666667%;
}
.ax-w-2\/3{
  width: 66.666667%;
}
.ax-w-2\/4{
  width: 50%;
}
.ax-w-3\/12{
  width: 25%;
}
.ax-w-3\/4{
  width: 75%;
}
.ax-w-4{
  width: 1rem;
}
.ax-w-4\/12{
  width: 33.333333%;
}
.ax-w-5{
  width: 1.25rem;
}
.ax-w-5\/12{
  width: 41.666667%;
}
.ax-w-6\/12{
  width: 50%;
}
.ax-w-7\/12{
  width: 58.333333%;
}
.ax-w-8\/12{
  width: 66.666667%;
}
.ax-w-9\/12{
  width: 75%;
}
.ax-w-auto{
  width: auto;
}
.ax-w-full{
  width: 100%;
}
.ax-flex-auto{
  flex: 1 1 auto;
}
.ax-flex-none{
  flex: none;
}
.ax-cursor-not-allowed{
  cursor: not-allowed;
}
.ax-cursor-pointer{
  cursor: pointer;
}
.ax-appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.ax-flex-row{
  flex-direction: row;
}
.ax-flex-col{
  flex-direction: column;
}
.ax-items-center{
  align-items: center;
}
.ax-justify-start{
  justify-content: flex-start;
}
.ax-justify-end{
  justify-content: flex-end;
}
.ax-justify-center{
  justify-content: center;
}
.ax-justify-between{
  justify-content: space-between;
}
.ax-justify-around{
  justify-content: space-around;
}
.ax-justify-evenly{
  justify-content: space-evenly;
}
.ax-space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.ax-overflow-y-auto{
  overflow-y: auto;
}
.ax-overflow-x-hidden{
  overflow-x: hidden;
}
.ax-overflow-y-hidden{
  overflow-y: hidden;
}
.ax-rounded{
  border-radius: 0.25rem;
}
.ax-rounded-md{
  border-radius: 0.375rem;
}
.ax-rounded-sm{
  border-radius: 0.125rem;
}
.ax-rounded-l{
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.ax-rounded-r{
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.ax-border{
  border-width: 1px;
}
.ax-border-0{
  border-width: 0px;
}
.ax-border-b{
  border-bottom-width: 1px;
}
.ax-border-b-2{
  border-bottom-width: 2px;
}
.ax-border-l{
  border-left-width: 1px;
}
.ax-border-l-0{
  border-left-width: 0px;
}
.ax-border-t{
  border-top-width: 1px;
}
.ax-border-solid{
  border-style: solid;
}
.ax-border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.ax-border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.ax-border-transparent{
  border-color: transparent;
}
.ax-bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.ax-bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.ax-bg-indigo-600{
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}
.ax-bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.ax-p-2{
  padding: 0.5rem;
}
.ax-p-4{
  padding: 1rem;
}
.ax-px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.ax-px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.ax-px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.ax-px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.ax-py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.ax-py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.ax-py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.ax-py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.ax-pl-1{
  padding-left: 0.25rem;
}
.ax-pl-10{
  padding-left: 2.5rem;
}
.ax-pl-12{
  padding-left: 3rem;
}
.ax-pl-16{
  padding-left: 4rem;
}
.ax-pl-2{
  padding-left: 0.5rem;
}
.ax-pl-3{
  padding-left: 0.75rem;
}
.ax-pl-4{
  padding-left: 1rem;
}
.ax-pl-6{
  padding-left: 1.5rem;
}
.ax-pl-8{
  padding-left: 2rem;
}
.ax-pr-1{
  padding-right: 0.25rem;
}
.ax-pr-10{
  padding-right: 2.5rem;
}
.ax-pr-12{
  padding-right: 3rem;
}
.ax-pr-2{
  padding-right: 0.5rem;
}
.ax-pr-3{
  padding-right: 0.75rem;
}
.ax-pr-4{
  padding-right: 1rem;
}
.ax-pr-6{
  padding-right: 1.5rem;
}
.ax-pr-8{
  padding-right: 2rem;
}
.ax-pt-1{
  padding-top: 0.25rem;
}
.ax-pt-2{
  padding-top: 0.5rem;
}
.ax-pt-3{
  padding-top: 0.75rem;
}
.ax-text-center{
  text-align: center;
}
.ax-text-right{
  text-align: right;
}
.ax-font-mono{
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.ax-font-sans{
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.ax-font-serif{
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}
.ax-text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.ax-text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.ax-text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.ax-text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.ax-text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.ax-text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.ax-font-bold{
  font-weight: 700;
}
.ax-font-medium{
  font-weight: 500;
}
.ax-font-semibold{
  font-weight: 600;
}
.ax-tabular-nums{
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.ax-tracking-normal{
  letter-spacing: 0em;
}
.ax-tracking-tight{
  letter-spacing: -0.025em;
}
.ax-tracking-wide{
  letter-spacing: 0.025em;
}
.ax-text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.ax-text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.ax-text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.ax-text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.ax-text-green-100{
  --tw-text-opacity: 1;
  color: rgb(220 252 231 / var(--tw-text-opacity));
}
.ax-text-green-200{
  --tw-text-opacity: 1;
  color: rgb(187 247 208 / var(--tw-text-opacity));
}
.ax-text-green-300{
  --tw-text-opacity: 1;
  color: rgb(134 239 172 / var(--tw-text-opacity));
}
.ax-text-green-400{
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity));
}
.ax-text-green-500{
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}
.ax-text-green-600{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}
.ax-text-green-700{
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}
.ax-text-green-800{
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity));
}
.ax-text-indigo-600{
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
}
.ax-text-red-100{
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity));
}
.ax-text-red-200{
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity));
}
.ax-text-red-300{
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity));
}
.ax-text-red-400{
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}
.ax-text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.ax-text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.ax-text-red-700{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}
.ax-text-red-800{
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}
.ax-text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.ax-no-underline{
  text-decoration-line: none;
}
.ax-placeholder-gray-400::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}
.ax-placeholder-gray-400::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}
.ax-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);
}
.ax-bg-primary {
  background-color: #5079B0;
}

.ax-primary-color {
  color: #5079B0;
}

.hover\:ax-bg-gray-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.hover\:ax-bg-gray-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.hover\:ax-bg-indigo-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity));
}

.hover\:ax-text-indigo-500:hover{
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity));
}

.focus\:ax-border-indigo-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity));
}

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

.focus\:ax-ring-2:focus{
  --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\:ax-ring-indigo-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity));
}

.focus\:ax-ring-offset-2:focus{
  --tw-ring-offset-width: 2px;
}

@media (min-width: 640px){
  .sm\:ax-mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .sm\:ax-w-full{
    width: 100%;
  }
  .sm\:ax-max-w-md{
    max-width: 28rem;
  }
  .sm\:ax-rounded-lg{
    border-radius: 0.5rem;
  }
  .sm\:ax-px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .sm\:ax-px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:ax-text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 768px){
  .md\:ax-w-4\/12{
    width: 33.333333%;
  }
  .md\:ax-w-8\/12{
    width: 66.666667%;
  }
}

@media (min-width: 1024px){
  .lg\:ax-mb-0{
    margin-bottom: 0px;
  }
  .lg\:ax-w-3\/12{
    width: 25%;
  }
  .lg\:ax-w-5\/12{
    width: 41.666667%;
  }
  .lg\:ax-w-7\/12{
    width: 58.333333%;
  }
  .lg\:ax-w-8\/12{
    width: 66.666667%;
  }
  .lg\:ax-w-9\/12{
    width: 75%;
  }
  .lg\:ax-px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1280px){
  .xl\:ax-flex{
    display: flex;
  }
  .xl\:ax-w-1\/12{
    width: 8.333333%;
  }
  .xl\:ax-w-1\/2{
    width: 50%;
  }
  .xl\:ax-w-1\/3{
    width: 33.333333%;
  }
  .xl\:ax-w-1\/4{
    width: 25%;
  }
  .xl\:ax-w-10\/12{
    width: 83.333333%;
  }
  .xl\:ax-w-11\/12{
    width: 91.666667%;
  }
  .xl\:ax-w-2\/12{
    width: 16.666667%;
  }
  .xl\:ax-w-2\/3{
    width: 66.666667%;
  }
  .xl\:ax-w-2\/4{
    width: 50%;
  }
  .xl\:ax-w-3\/12{
    width: 25%;
  }
  .xl\:ax-w-3\/4{
    width: 75%;
  }
  .xl\:ax-w-4\/12{
    width: 33.333333%;
  }
  .xl\:ax-w-5\/12{
    width: 41.666667%;
  }
  .xl\:ax-w-6\/12{
    width: 50%;
  }
  .xl\:ax-w-7\/12{
    width: 58.333333%;
  }
  .xl\:ax-w-8\/12{
    width: 66.666667%;
  }
  .xl\:ax-w-9\/12{
    width: 75%;
  }
  .xl\:ax-flex-row{
    flex-direction: row;
  }
  .xl\:ax-flex-col{
    flex-direction: column;
  }
}
