/* You can add global styles to this file, and also import other style files */

/* ! tailwindcss v3.3.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.
*/

html {
  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, -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";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
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. 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-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

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

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

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.top-0 {
  top: 0px;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.col-start-3 {
  grid-column-start: 3;
}

.float-right {
  float: right;
}

.clear-both {
  clear: both;
}

.m-2 {
  margin: 0.5rem;
}

.m-4 {
  margin: 1rem;
}

.m-6 {
  margin: 1.5rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

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

.ml-6 {
  margin-left: 1.5rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

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

.mt-6 {
  margin-top: 1.5rem;
}

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

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-full {
  height: 100%;
}

.w-1\/12 {
  width: 8.333333%;
}

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

.w-1\/3 {
  width: 33.333333%;
}

.w-1\/4 {
  width: 25%;
}

.w-10\/12 {
  width: 83.333333%;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-2\/12 {
  width: 16.666667%;
}

.w-2\/3 {
  width: 66.666667%;
}

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

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

.w-5\/12 {
  width: 41.666667%;
}

.w-6\/12 {
  width: 50%;
}

.w-7\/12 {
  width: 58.333333%;
}

.w-8 {
  width: 2rem;
}

.w-8\/12 {
  width: 66.666667%;
}

.w-9\/12 {
  width: 75%;
}

.w-full {
  width: 100%;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-xl {
  max-width: 36rem;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-none {
  flex: none;
}

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

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

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

.grow {
  flex-grow: 1;
}

.table-auto {
  table-layout: auto;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.list-inside {
  list-style-position: inside;
}

.list-disc {
  list-style-type: disc;
}

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

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

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

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

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

.flex-row-reverse {
  flex-direction: row-reverse;
}

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

.gap-4 {
  gap: 1rem;
}

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

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

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

.border {
  border-width: 1px;
}

.bg-amber-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 230 138 / var(--tw-bg-opacity));
}

.bg-amber-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 211 77 / var(--tw-bg-opacity));
}

.bg-amber-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 191 36 / var(--tw-bg-opacity));
}

.bg-amber-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity));
}

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

.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}

.bg-stone-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(231 229 228 / var(--tw-bg-opacity));
}

.bg-stone-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(214 211 209 / var(--tw-bg-opacity));
}

.bg-stone-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(168 162 158 / var(--tw-bg-opacity));
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-4 {
  padding-top: 1rem;
}

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

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

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

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

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

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

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

.font-light {
  font-weight: 300;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

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

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

.outline {
  outline-style: solid;
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.\!filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.\!transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.\[key\:string\] {
  key: string;
}

@font-face {
  font-family: 'Montserrat';

  src: url('assets/fonts/Montserrat/Montserrat-VariableFont_wght.ttf') format('truetype');

  font-weight: normal;

  font-style: normal;
}

/*fix style: confilict in TailwindCSS and the angular material*/

.mdc-notched-outline__notch {
  border-right: none;
}

*:not(.material-icons) {
  font-family: Montserrat !important;
}

body {
  background: #ffffff;
  font-family: Montserrat;
  padding-top: 115px;
  font-size:13px;
}

body app-root{
  min-height: calc(100vh - 115px);
  display:flex;
  flex-direction:column;
}

::-webkit-scrollbar {
  width: 6px;
  height:6px;
}

::-webkit-scrollbar-button {
  width:0;
  height:0;
}

::-webkit-scrollbar-thumb {
  background:#1E795A;
  width:6px;
  height:6px;
  border-radius:6px;
}

::-webkit-scrollbar-track-piece {
  background:#C1DECF;
  width:3px;
  height:3px;
  border-radius:6px;
}

body.login {
  background: linear-gradient(183deg, rgba(243,248,251,1) 73%, rgba(127,188,240,1) 100%);
}

.mat-drawer-container{
  flex: 1;
}

.main-margin{
  margin-bottom:115px;
}

.footer-container{
  height:113px;
  background: #ffffff;
  background: linear-gradient(181deg, #ffffff 66%, rgba(127,188,240,1) 100%);
  width:100%;
}

.buttons-container{
  height:auto;
  background: #ffffff;
  position:fixed;
  bottom:0;
  width:100%;
  z-index:1
}

/*.footer-item.footer-buttons{width: calc(100% - 40px);background: #F3F8FB;border-radius: 15px;margin: 10px 20px 0;padding:20px;}*/

.footer-item.footer-buttons{
  width: 100%;
  background: #F3F8FB;
  margin: 0;
  padding: 20px;
  box-shadow: 0 -3px 5px 0px rgba(0, 0, 0, 0.25);
}

.footer-item{
  width:25%;
  float:left;
  padding:10px 20px;
  text-align:center
}

.footer-item:nth-child(1){
  text-align:left;
  padding-left: 30px;
}

.footer-item:last-child{
  text-align:right;
  padding-right: 30px;
}

.shadow-container{
  background-color:#F3F8FB;
  border-radius:15px;
  padding:20px;
}

.shadow-container .mat-accordion .mat-expansion-panel{
  box-shadow:none;
  background-color:transparent;
}

.shadow-container .mat-expansion-panel-header,
.shadow-container .mat-expansion-panel-content{
}

.shadow-container .mat-expansion-indicator::after{
  border-color:black;
}

.on,
.on a{
  color:#1E795A;
}

.on:hover,
a:hover{
  color:#6FCF97;
}

.buttons .mat-mdc-outlined-button{
}

.mat-mdc-unelevated-button:not(:disabled) {
  color: #171717 !important;
  background-color: #6FCF97 !important;
}

.mat-mdc-unelevated-button:not(:disabled):hover {
  background-color: #01c380 !important;
}

.mat-mdc-paginator{
  background-color:transparent !important;
}

.mat-mdc-unelevated-button:not(:disabled).ib4-primary{
}

.mat-mdc-unelevated-button:not(:disabled).ib4-second{
  background-color:#fff !important;
  border: 1px solid rgba(0, 0, 0, 0.12);
  white-space:nowrap;
}

.md-primary,
.ib4-primary,
.ib4-second{
  margin-right:5px;
}

.footer-buttons .action-buttons{
  width:100%;
  justify-content:center;
}

.mdc-button .mdc-button__label{
  height:24px;
  vertical-align:middle;
  padding:2px 0;
}

mat-dialog-container .mat-mdc-dialog-actions.mat-mdc-dialog-actions-align-end,
mat-dialog-container .mat-mdc-dialog-actions[align=end]{
  justify-content:end
}

/*.ib4FormItem .mat-date-range-input-inner{font-size:0.85em;}*/

h2{
  font-size:15.5px;
  text-transform:uppercase;
  letter-spacing:-3%;
}

.ex-grid th{
  font-size:13px;
}

.ex-grid td{
  font-size:15px;
  padding:8px 12px 8px 2px;
  min-height:23px;
}

.ex-grid tr td{
  border-top:1px solid #CDDAE2;
}

.ex-grid tr:first-child td{
  border-top-width:0;
}

.ex-grid .ex-grid-cell a,
.ex-grid td a{
  color:#1E795A;
}

.ex-grid .ex-grid-cell a:hover,
.ex-grid td a:hover{
  color:#6FCF97;
}

/* =============================================
Splash screen
============================================== */

.splash-screen-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: -60px;
}

.splash-screen {
  max-width: 200px;
  position: relative;
  padding: 0px;
  text-align: center;
  transform: scale(1);
  animation: pulse 1s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
  }

  70% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.95);
  }
}

/* =============================================
Tabelka
============================================== */

table.ib4-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.ib4-table {
}

.ib4-row-count {
  font-size: 12px;
  color: rgba(0,0,0,.54);
  min-height: 56px;
  display: flex;
  align-items: center;
}

.ib4-header-cell {
  font-size: 12px;
  font-weight: 500
}

.ib4-cell, .ib4-footer-cell {
  font-size: 14px
}

.ib4-table {
  background: #fff
}

tr.ib4-row, tr.ib4-footer-row {
  height: 49px;
  /* UWAGA! Nie możesz po prostu zmienić tej wartości. W wirtualizowanym gridzie należy dostarczyć nowy rozmiar do kontrolki wirtualizującej. */
  /* BTW zmiana na mniejszą wartość od 49 nic nie daje, pewnie ze względu na paddingi komórek. */
  max-height: 49px;
}

tr.ib4-header-row {
  height: 56px;
}

ib4-row, ib4-header-row, ib4-footer-row, th.ib4-header-cell, td.ib4-cell, td.ib4-footer-cell {
  border-bottom-color: #0000001f;
  padding: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.ib4-table thead, .ib4-table tbody, .ib4-table tfoot, ib4-header-row, ib4-row, ib4-footer-row, [ib4-header-row], [ib4-row], [ib4-footer-row], .ib4-table-sticky {
  background: inherit
}

ib4-row, ib4-header-row, ib4-footer-row, th.ib4-header-cell, td.ib4-cell, td.ib4-footer-cell {
  border-bottom-color: rgba(0,0,0,.12)
}

.ib4-header-cell {
  color: rgba(0,0,0,.54)
}

.ib4-cell, .ib4-footer-cell {
  color: rgba(0,0,0,.87)
}

.mat-sort-header-content {
  width: 100%;
}

/* =============================================
Widget z listą tasków
============================================== */

.tasks-menu-panel {
  max-width: 100% !important;
}

/* =============================================
Zmniejszenie wysokości pól w formularzach
============================================== */

.mat-form-field-flex > .mat-form-field-infix {
  padding: 0.4em 0px !important;
}

.mat-form-field-label-wrapper {
  top: -1.5em;
}

.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label {
  transform: translateY(-1.0em) scale(0.75);
  width: 133.33333%;
}

.mat-form-field-appearance-outline .mat-form-field-prefix {
  top: -0.1em !important;
}

.mat-mdc-text-field-wrapper {
  background-color: #fff
}

/* ==============================
Tło tabów
=============================== */

.mat-tab-labels > div {
  background-color: #FFFFFF;
}

.ib4-component-container {
  background-color: #FFFFFF;
}

/* ==============================
Style gridów
============================== */

/* Wyrównujemy tekst w kolumnach zawsze do lewej. Wcześniej jak tekst miał kilka linii, to był wyrównywany do środka. */

.mat-sort-header-button {
  text-align: left;
}

.column-number:not(.column-align-left) .mat-sort-header-container {
  float: right;
}

th.column-number:not(.column-align-left) .mat-sort-header-container {
  float: none;
}

number-range-filter {
  display: block;
}

.mat-menu-panel {
  opacity: 1 !important;
  transform: scale(1, 1) !important;
}

/* =============================================
Dokumenty
============================================== */

.diff-red {
  background: #f9d3d7;
}

.diff-green {
  background: #dff9d3;
}

a.menu-text-with-icon mat-icon, button.menu-text-with-icon mat-icon {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}

a.menu-text-with-icon:disabled, button.menu-text-with-icon:disabled {
  opacity: 0.8;
}

.mat-button, .mat-icon-button, .mat-stroked-button, .mat-flat-button {
  margin-right: 0.25rem !important;
}

ib4-document-layout .mat-tab-labels :last-child.mat-tab-label {
  display: inline-flex;
  color: #000 !important;
}

ib4-document-layout .mat-tab-labels :last-child.mat-tab-label.mat-tab-disabled {
  color: #000 !important;
}

ib4-document-layout .mat-tab-labels :last-child.mat-tab-label mat-icon {
  margin-right: 0.5rem;
}

ib4-document-layout .mat-tab-labels :last-child.mat-tab-label div {
  margin-top: 0.15em;
}

ib4-document-layout .mat-tab-label {
}

ib4-document-layout mat-tab-body {
  background-color: white;
  opacity: 1;
}

.ib4-table-header-cell {
  font-size: 12px;
  font-weight: 500;
  color: rgba(0,0,0,.54);
}

/* =============================================
Widok szczegółów błędu
============================================== */

.stack-trace-line {
  color: darkred;
}

.stack-trace-type {
  color: green;
}

.stack-trace-path, .stack-trace-path .stack-trace-type {
  color: darkorange;
}

.stack-trace-parameter {
  color: darkgreen;
}

.number-icon-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
}

.number-icon {
  border-radius: 50%;
  height: 24px;
  width: 24px;
  flex-shrink: 0;
  position: relative;
  background-color: #673ab7;
  color: #fff;
}

/* =====================================================================================================
Wyświetlanie zdisejblowanych pól jako read-only, czyli bez wyszarzenia (np. w historii dokumentów)
====================================================================================================== */

.show-disabled-as-read-only .mat-input-element:disabled, .show-disabled-as-read-only .mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after {
  color: #000000;
}

.show-disabled-as-read-only .mat-select-disabled .mat-select-value {
  color: #000000;
}

.show-disabled-as-read-only .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline {
  color: rgba(0,0,0,.12);
}

.show-disabled-as-read-only .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0,0,0,.6);
}

/* =====================================================================================================
Menu kontekstowe
====================================================================================================== */

.mat-menu-panel {
  max-width: inherit !important;
}

/*sidenav menu*/

.sidenav-container {
  min-width: 200px;
  min-height: 800px;
  padding: 5px;
}

.sidenav-item {
  min-height: 30px;
}

.sidenav-item:hover {
  background-color: rgba(0,0,0,.04);
}

.drawer-container {
  min-height: calc(100vh - 230px);
}

.drawer-content {
  min-height: calc(100vh - 230px);
}

.is-boolean, .is-bool {
  text-align: left;
}

.fright {
  float: right;
}

button.fright {
  margin-left:5px;
}

.search-clear-all {
  vertical-align:middle;
  cursor:pointer;
  color:#1E795A;
  font-weight:bold;
  display: inline-block;
}

.summary span{
  margin-right:5px;
}

.mat-mdc-outlined-button:not(:disabled).search-clear{
  min-width: unset;
  height: 36px;
  border: none;
  background: transparent;
  padding: 0 0 0 4px;
  margin-left: -21px;
}

.mat-mdc-outlined-button:not(:disabled).search-clear mat-icon{
  margin-right: 0;
}

.mdc-button{
  margin-right:3px;
}

.mat-mdc-outlined-button:not(:disabled).search-button{
  min-width: unset;
  border: 1px solid silver;
  height: 36px;
  border-radius: 0 5px 5px 0;
}

.mat-mdc-outlined-button:not(:disabled).search-button .mat-icon{
  margin:0;
}

.mat-mdc-outlined-button:not(:disabled){
  background-color:#ffffff;
}

.ibgrid .actions{
  margin-bottom:5px;
  justify-content:space-between;
  min-height:24px;
}

.mat-mdc-outlined-button:not(:disabled).mat-orange{
  background-color:#FE6B3C;
  color:#ffffff;
  border:none;
}

.mat-mdc-outlined-button:not(:disabled).mat-orange:hover{
  color:#F3F8FB;
}

.grid-overflow {
  overflow: auto;
}

.ex-grid {
  width: 100%;
}

.ex-grid-select {
  width: 0.1%
}

.ex-grid-header th,
.ex-grid tr th {
  text-align: left;
  white-space: nowrap;
}

.ex-grid-row:hover td {
  background-color: antiquewhite;
}

.ex-grid td.ex-grid-cell > div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: auto;
  max-width: 500px;
  padding-right:30px;
}

.ex-grid td.ex-grid-cell .material-icons{
  margin-right:5px;
}

.ex-grid.spacer {
  margin-top: 10px;
  margin-bottom: 10px;
}

.ibgrid table th .ib4FormItem .mat-mdc-form-field-subscript-wrapper.mat-mdc-form-field-bottom-align{
  display:none;
}

.ibgrid table th .ib4FormItem .mdc-text-field--outlined .mat-mdc-form-field-infix{
  padding-top:3px;
  padding-bottom:3px;
  min-height:auto;
}

.ibgrid table th .ib4FormItem .mdc-text-field--outlined .mdc-notched-outline,
.ibgrid table th .ib4FormItem .mat-mdc-form-field-icon-suffix{
  height:30px;
}

.ibgrid table th .ib4FormItem .mat-mdc-form-field-icon-suffix .mat-mdc-icon-button.mat-mdc-button-base{
  padding:0;
  height:30px;
  width:30px;
}

.search-input {
  border: 1px solid silver;
  width:225px;
  height: 36px;
  vertical-align: middle;
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: 5px 0 0 5px;
  margin-right: 0;
  padding: 2px 6px;
  border-right: none;
  padding-right: 24px;
  outline: none;
}

/*form .mat-form-field{display:block;}
.mat-form-field-appearance-outline .mat-form-field-flex{margin-bottom:10px;}*/

.fake-input-border {
  padding: .75em .75em 0 .75em;
}

.form-title {
  font-size: 15.5px;
  text-transform: uppercase;
  margin-bottom:20px;
  height:28px;
}

.form-title .material-icons.pointer{
  font-size:15px;
}

.mat-drawer-container.drawer-container-transparent {
  background-color: transparent;
}

/*.mat-drawer-content{background-color:#F3F8FB;}*/

.ib4FormItem div.checkbox,
.ib4FormItem div.radiobutton {
  margin-bottom: 12px;
  margin-left: 1px;
}

.ib4disabled,
.ib4disabled .mat-form-field-label,
.mdc-text-field--outlined.mdc-text-field--disabled .mdc-floating-label,
.mat-mdc-select-disabled {
  color: rgba(0,0,0) !important;
}

.ib4disabled .mat-mdc-form-field-flex > div:first-child {
  background-color: rgb(200,200,200,0.1);
}

.ib4disabled.wyswig quill-editor {
  display: block;
}

.ib4disabled.wyswig quill-editor .ql-toolbar {
  display: none;
}

.ql-toolbar.ql-snow,
.ql-container.ql-snow {
  background-color:#fff;
  border-color:#9e9e9e;
}

.ql-toolbar.ql-snow {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.ql-container.ql-snow {
  min-height: 200px;
  /* Adjust this value to your needs */
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.ql-toolbar.ql-snow + .ql-container.ql-snow.ql-disabled {
  border-top: 1px solid #9e9e9e;
  background-color: rgb(200, 200, 200, 0.1);
}

.ql-editor.ql-blank{
  min-height:200px;
}

p.description h1{
  font-size:2em;
  font-weight:bold;
}

p.description h2{
  font-size:1.5em;
  font-weight:bold;
}

p.description h3{
  font-size:1.17em;
}

p.description h4{
  font-size:1em;
}

p.description h5{
  font-size:.83em;
}

p.description h6{
  font-size:.67em;
}

p.description strong{
  font-weight:bold;
}

p.description em{
  font-stretch:initial;
}

p.description u{
  text-decoration:underline;
}

p.description s{
  text-decoration: line-through;
}

p.description blockquote{
}

p.description pre{
  display: block;
  font-family: monospace !important;
  white-space: pre;
  margin: 1em 0;
  padding: 1em;
  border: 1px dashed silver;
}

p.description ol{
  padding-left: 18px;
}

p.description ol li{
  list-style:circle;
}

p.description ul{
  padding-left: 18px;
}

p.description ul li{
  list-style:decimal;
}

p.description sub{
}

p.description sup{
}

p.description .ql-size-small{
  font-size:10px;
}

p.description .ql-size-large{
  font-size:20px;
}

p.description .ql-size-huge{
  font-size:32px;
}

p.description .ql-font-serif{
  font-family:sans-serif !important;
}

p.description .ql-font-monospace{
  font-family:monospace !important;
}

p.description .ql-align-center{
  text-align:center;
}

p.description .ql-indent-1{
  text-align:right;
}

p.description .ql-align-right{
  text-align:right;
}

p.description .ql-direction-rtl{
  direction:rtl;
}

p.description .ql-align-justify{
  text-align:justify;
}

p.description a{
  text-decoration:underline;
  color:blue;
}

p.description table{
  width:100%;
  border:1px solid black;
}

p.description tbody{
}

p.description tr{
}

p.description th{
  font-weight:bold;
  background-color:#e0e0e0;
  padding:5px;
  border:1px solid black;
}

p.description td{
  padding:5px;
  border:1px solid black;
}

mat-label + mat-radio-group {
  margin-left: 5px;
}

.mat-radio-button {
  margin-right: 5px;
}

.select-file{
  font-style:italic;
}

.ibgrid .summary > span:first-child {
  font-weight: bold;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}

.ibgrid .summary .summary-item {
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}

.ibgrid .summary .search-clear-item {
  vertical-align: text-bottom;
  height: 18px;
  display: inline-block;
  width: 18px;
}

.ibgrid .summary .search-clear-item mat-icon {
  background-color: #6FCF97;
  border-radius: 15px;
  font-size: 1em;
  width: auto;
  height: auto;
  color: white;
}

.ibgrid .summary .search-clear-item mat-icon:hover {
  background-color: #6FCF97;
  cursor:pointer;
}

.ibgrid .filter-cell .mat-date-range-input-inner::-moz-placeholder {
  font-size:15px;
}

.ibgrid .filter-cell .mat-date-range-input-inner::placeholder {
  font-size:15px;
}

.ibgrid .custom-filter {
  display: inline-block;
  margin-right: 5px;
  vertical-align:bottom
}

.ibgrid .custom-filter .mat-mdc-form-field-subscript-wrapper.mat-mdc-form-field-bottom-align {
  display:none;
}

.ibgrid .custom-filter .mdc-text-field--outlined .mat-mdc-form-field-infix{
  padding-top:8px;
  padding-bottom:8px;
  min-height:40px;
}

.ibgrid .custom-filter .mdc-floating-label.mat-mdc-floating-label{
  top:20px;
}

.ibgrid .custom-filter form .form-row {
  float:right;
  margin-left:10px;
  vertical-align: bottom;
}

.shortName {
  text-transform: uppercase;
}

.shortName mat-label,
.shortName .mat-mdc-form-field-error {
  text-transform: none
}

.info-header .grid div {
  border: 1px solid rgb(229, 231, 235);
  padding: 12px;
  border-radius: 5px;
  background-color: rgb(200,200,200,0.1);
}

.info-header{
  margin-bottom:20px;
}

.comments .consultant {
  border: 1px solid rgb(229, 231, 235);
  padding: 12px;
  border-radius: 5px;
  margin-bottom: 20px;
  background-color: rgb(200,200,200,0.1);
}

.comments-form {
  margin-bottom: 10px;
}

.comments-form .buttons {
  text-align: right;
}

.comments-list .comment-row {
  padding: 12px;
  margin-bottom: 20px;
  border-bottom: none;
}

.comments-list .comment-row.is-empty {
  padding-top: 150px;
  text-align: center;
  color:#a5a5a5
}

.comments-list .comment-row .date {
  font-size: 0.85em;
  font-style: italic;
  display:inline-block;
  margin-bottom:8px;
  margin-left:5px;
}

.comments-list .comment-row .who {
  display:flex;
  padding: 20px 10px;
}

.comments-list .comment-row.client .who {
  padding-left: 0 ;
}

.comments-list .comment-row.develogic .who {
  padding-right: 0;
}

.comments-list .comment-row .who i{
  background: rgba(244, 183, 224, 1);
  border-radius: 20px;
  padding: 8px;
  height:40px;
}

.comments-list .comment-row.develogic .who i{
  background: #b7f4ce;
  border-radius: 20px;
  padding: 8px;
  height:40px;
}

.comments-list .comment-row .comment-blob{
  display: flex;
  flex-direction: column;
  padding:10px;
  border-radius:15px;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
}

.comments-list .comment-row.develogic .comment-blob{
  background-color:#e5f4fc;
  box-shadow:-2px 2px 4px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow:-2px 2px 4px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow:-2px 2px 4px 0px rgba(0, 0, 0, 0.25);
}

.comments-list .comment-row .comment-blob .header{
  display: flex;
  flex-direction: row;
  margin-bottom:10px;
}

.comments-list .comment-row.develogic .comment-blob .header{
  flex-direction: row-reverse;
}

.comments-list .comment-row .comment-blob .header .text{
  font-size:10px;
}

.comments-list .comment-row .comment-blob .header mat-icon{
  font-size: 18px;
  cursor: pointer;
  text-align: center;
  height: 20px;
  width: 20px;
}

.comments-list .comment-row.client .comment-blob .header mat-icon{
  margin-right: 5px;
}

.comments-list .comment-row.develogic .comment-blob .header mat-ico{
  margin-left: 5px;
}

.comments-list .comment-row .comment-blob .header mat-icon:hover{
  border-radius:15px;
  background:lightgray;
}

.comments-list .comment-row.develogic {
  text-align: right;
  border-radius: 0 5px 0 0;
  border-left: none;
  display: flex;
  flex-direction: row-reverse;
}

.comments-list .comment-row.client {
  text-align: left;
  border-radius: 5px 0 0 0;
  border-right: none;
  display: flex;
}

.comments-list .comment-row.private .comment-blob {
  border: 2px dashed rgba(165, 165, 165, 1);
  background: rgba(229, 236, 240, 1);
}

.comments-list .comment-row.deleted {
  text-align: center;
  border-radius: 5px;
  background: none;
}

.comments-list .comment-row.deleted .content {
  margin-top:12px;
}

.comments-list .comment-row.deleted .comment-blob {
  background: var(--orange-light, rgba(255, 241, 236, 1));
}

.comments-list .comment-row .content {
  font-size:15px;
}

.comments-list .comment-row.client .content {
  padding-left:25px;
}

.comments-list .comment-row.develogic .content {
  padding-right:25px;
}

.comments-list .comment-row.develogic .attachments {
  margin-top:10px;
}

.comments-list .comment-row.client .attachments {
  margin-left:25px;
}

.comments-list .comment-row.develogic .attachments {
  margin-right:25px;
}

.mat-mdc-icon-button.mat-mdc-button-base.ticket-comment-context-menu {
  float: right;
  padding: 0;
}

.ticket-comment-context-menu-fake{
  width:25px;
}

blockquote {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(165, 165, 165, 1);
  padding: 10px;
  display: block;
}

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

.pointer {
  cursor: pointer;
}

.form-row.buttons button + button {
  margin-left: 5px;
}

.ib4-login {
  height: 100%;
}

.ib4-login-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 100%;
}

.ib4-login-center {
  background: transparent;
  width: 90%;
  max-width: 920px;
  min-width: 920px;
  position: relative;
}

.ib4-login-container {
  padding: 30px 30px 10px;
  background: #E5ECF0;
  background: linear-gradient(170deg, #E5ECF0 75%, #1E795A 100%);
  border-radius: 30px;
  width: 569px;
}

.ib4-login-container h1 {
  font-size: 23px;
  font-weight: bold;
  line-height: 29px;
  padding: 10px 0 20px;
  text-align: center;
}

.logo {
  max-width: 160px;
  margin:0 100px 10px 20px;
}

.ib4-login-logo {
  max-width: 160px;
  margin-bottom: 10px;
}

.ib4-login-form {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 10px 20px;
}

.register-link {
  margin-right: 5px;
  height: 42px !important;
  font-size: 14px !important;
}

.login-link {
  background-color: #6FCF97;
  border-radius: 5px;
  padding: 8px 12px;
  font-size: 14px;
}

.login-link:disabled {
  background-color: #a4b6c1;
}

.login-link i.material-icons {
  transform: rotate(-45deg);
}

.password-reminder {
  font-size: 13px;
}

.password-reminder-link{
  position:absolute;
  bottom:10px;
}

.login-message {
  height: 40px;
  color: #FE6B3C;
  padding-top: 10px;
}

.login-dev-partner {
  position: absolute;
  background: #171717;
  border-radius: 40px;
  padding: 10px 20px;
  color: white;
  text-align: right;
  right: -40px;
  top: 250px;
  font-size: 21px;
  line-height: 21px;
}

.login-dev-partner .line1 {
}

.login-dev-partner .line2 {
  color: #FE6B3C
}

.login-info {
  position: absolute;
  right: 0;
  top: 366px;
  color: #ffffff;
  font-size: 23px;
  width: 300px;
  text-align: right;
  margin-right: 40px;
}

.login-footer {
  font-size: 12px;
  width: 920px;
  text-align: right;
  margin-top: 20px;
}

.flex-row-reverse button[type=button] {
  margin-right: 5px;
}

td.ico,
td.action {
  width: 1%;
}

.report-tiles {
}

.report-tile-item {
  width: calc(20% - 12px);
  min-width: 165px;
  height: 105px;
  float: left;
  border: 1px solid silver;
  padding: 3px 20px;
  margin: 0 10px 10px 0;
  text-align: center;
}

.report-tile-item .type {
  font-size: 0.75em;
}

.report-tile-item .name {
  font-weight: bold;
}

.report-tile-item .value {
  background: #e0e0e0;
  border-radius: 30px;
  width: auto;
  display: inline-block;
  padding: 3px 14px;
}

@property --opacity {
  syntax: "<number>";

  initial-value: 0.5;

  inherits: false;
}

@property --angle {
  syntax: "<angle>";

  initial-value: 0deg;

  inherits: false;
}

@keyframes opacityChange {
  to {
    --opacity: 1;
  }
}

@keyframes rotate {
  to {
    --angle: 180deg;
  }
}

.mdc-text-field--outlined .mdc-text-field__input.mat-mdc-form-field-input-control.indicator {
  border-bottom: 2px solid transparent !important;
  /* Paint an image in the border */
  -o-border-image: conic-gradient( from var(--angle), #d53e33 0deg 90deg, #fbb300 90deg 180deg, #377af5 180deg 270deg, #399953 270deg 360deg ) 1 stretch !important;
     border-image: conic-gradient( from var(--angle), #d53e33 0deg 90deg, #fbb300 90deg 180deg, #377af5 180deg 270deg, #399953 270deg 360deg ) 1 stretch !important;
  background: rgb(255 255 255 / var(--opacity));
  animation: rotate 4s linear infinite, opacityChange 3s infinite alternate;
}

ul.summary{
  margin-bottom:20px;
  text-align:left;
}

ul.summary li.title{
  font-weight:bold;
  margin-bottom:10px;
  font-size:14.5px;
}

ul.summary li label{
  color:grey;
  text-align:left;
  width:230px;
  display:inline-block;
  padding-right:10px;
}

ul.summary li label a{
  color:#1E795A;
}

ul.summary li span{
  text-align:left;
  width:330px;
  display:inline-block;
  padding-left:10px;
}

ul.summary li.description{
  text-align:left;
}

ul.summary li.subtitle .name{
  width:230px;
  color:grey;
}

ul.summary li.subtitle .size{
  white-space:nowrap;
  color:grey;
}

ul.summary li.attachment .name{
  width:230px;
}

ul.summary li.attachment .size{
  white-space:nowrap;
}

ul.summary .material-icons{
  margin-right:5px;
  vertical-align: bottom;
}

ib4-breadcrumb .mat-icon {
  font-size:20px;
  height:auto;
}

.ticket-details .form-title{
  font-weight:bold;
  font-size:18.5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.comments a {
  color:#1E795A;
}

.comments .form-title{
  font-weight:bold;
  font-size:18.5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.comments .mat-expansion-panel-header.mat-expanded{
  height: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left:0;
}

.comments .mat-expansion-panel-body{
  padding:0;
}

.comments .mat-expansion-panel-header-title{
  font-size:14.5px;
  font-weight:bold;
}

.mat-mdc-snack-bar-container{
  margin-top:80px !important;
}

.mat-mdc-snack-bar-container.snack-bar-save .mat-mdc-snackbar-surface{
  background-color:#6fcf97;
}

.mat-mdc-snack-bar-container.snack-bar-warning .mat-mdc-snackbar-surface{
  background-color:#f1b4a9;
}

.mat-mdc-snack-bar-container.snack-bar-error .mat-mdc-snackbar-surface{
  background-color:#ef4220;
  color:white
}

.ex-grid-row.ondev-fiber_new{
  background-color:rgba(255, 246, 204, 1);
}

.ex-grid-row.ondev-check_circle_outline {
  opacity:0.4;
}

.summary-table{
}

.summary-table .material-icons{
  margin-right:5px;
}

.summary-row{
  margin: 10px 0 20px;
}

.summary-row-module{
  background: #e5ecf0;
  padding: 10px;
  text-align:center;
  border-radius:10px;
  font-weight:bold;
  font-size:18px;
}

.summary-row-status{
  padding: 10px;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #CDDAE2;
}

.summary-type{
  padding: 10px;
  width: 125px;
  font-weight: bold;
  border-bottom: 1px solid #CDDAE2;
}

.summary-status-title{
  padding: 10px;
  width: calc((100% - 125px) / 3);
  text-align: center;
  border-bottom: 1px solid #CDDAE2;
  font-weight: bold;
}

.summary-status-value{
  width: calc((100% - 125px) / 3);
  text-align: center;
  padding: 10px;
  border-bottom: 1px solid #CDDAE2;
}

.highlight{
  font-weight:bold;
}

.back-buttons.invisible{
  visibility:hidden;
}

mat-button-toggle-group,
mat-button-toggle-group button,
.custom-filter .mat-button-toggle-appearance-standard .mat-button-toggle-label-content{
  height:36px;
  line-height: 36px;
  vertical-align:middle;
}

mat-form-field.field-info{
  border:none;
  font-style:italic;
}

.summary-empty{
  margin:150px;
  text-align:center;
}

.summary-empty div{
  margin-bottom:20px;
}

.summary-empty img{
  margin:0 auto;
}

h2.sub-title{
  margin-bottom:8px;
}

h2.sub-title span{
  margin-right:5px;
}

.context-item{
  padding:10px;
  margin:0 3px;
  cursor:pointer;
}

.context-item.on{
  font-weight:bold;
  background:#F3F8FB;
  border-radius: 15px 15px 0 0;
}

.context-content{
  background:#F3F8FB;
  border-radius: 15px;
}

.context-content h3{
  padding: 20px;
}

.selected-summary{
  color: silver;
  font-weight:bold;
  margin-left: 8px;
}

.selected-summary-clear {
  color:silver
}

.ex-grid-cell-hover-popup .hover-popup{
  display:none;
  cursor:pointer
}

.ex-grid-cell-hover-popup:hover .hover-popup{
  display:inline-block;
}

.ex-grid-cell-hover-popup:hover .hover-popup:hover{
  color:orange;
}

@media (min-width: 640px) {
  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:w-1\/3 {
    width: 33.333333%;
  }

  .sm\:w-2\/3 {
    width: 66.666667%;
  }
}

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

  .md\:flex {
    display: flex;
  }

  .md\:w-1\/12 {
    width: 8.333333%;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-10\/12 {
    width: 83.333333%;
  }

  .md\:w-11\/12 {
    width: 91.666667%;
  }

  .md\:w-2\/12 {
    width: 16.666667%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

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

  .md\:w-3\/4 {
    width: 75%;
  }

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

  .md\:w-5\/12 {
    width: 41.666667%;
  }

  .md\:w-6\/12 {
    width: 50%;
  }

  .md\:w-7\/12 {
    width: 58.333333%;
  }

  .md\:w-8\/12 {
    width: 66.666667%;
  }

  .md\:w-9\/12 {
    width: 75%;
  }

  .md\:w-full {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .lg\:mr-8 {
    margin-right: 2rem;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:w-1\/12 {
    width: 8.333333%;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-10\/12 {
    width: 83.333333%;
  }

  .lg\:w-11\/12 {
    width: 91.666667%;
  }

  .lg\:w-2\/12 {
    width: 16.666667%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

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

  .lg\:w-3\/4 {
    width: 75%;
  }

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

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:w-6\/12 {
    width: 50%;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

  .lg\:w-8\/12 {
    width: 66.666667%;
  }

  .lg\:w-9\/12 {
    width: 75%;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:max-w-screen-md {
    max-width: 768px;
  }

  .lg\:pr-4 {
    padding-right: 1rem;
  }
}

@media (min-width: 1280px) {
  .xl\:w-1\/3 {
    width: 33.333333%;
  }

  .xl\:w-10\/12 {
    width: 83.333333%;
  }

  .xl\:w-2\/3 {
    width: 66.666667%;
  }

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

  .xl\:w-5\/12 {
    width: 41.666667%;
  }

  .xl\:w-6\/12 {
    width: 50%;
  }

  .xl\:w-8\/12 {
    width: 66.666667%;
  }

  .xl\:w-9\/12 {
    width: 75%;
  }
}

@media (min-width: 1536px) {
  .\32xl\:w-1\/2 {
    width: 50%;
  }

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

  .\32xl\:w-5\/12 {
    width: 41.666667%;
  }

  .\32xl\:w-6\/12 {
    width: 50%;
  }

  .\32xl\:w-8\/12 {
    width: 66.666667%;
  }

  .\32xl\:w-9\/12 {
    width: 75%;
  }
}
