/* node_modules/normalize.css/normalize.css */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}

/* node_modules/quill/dist/quill.snow.css */
/*!
 * Quill Editor v2.0.3
 * https://quilljs.com
 * Copyright (c) 2017-2024, Slab
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family:
    Helvetica,
    Arial,
    sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container:not(.ql-disabled) li[data-list=checked] > .ql-ui,
.ql-container:not(.ql-disabled) li[data-list=unchecked] > .ql-ui {
  cursor: pointer;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
}
@supports (counter-set:none) {
  .ql-editor p,
  .ql-editor h1,
  .ql-editor h2,
  .ql-editor h3,
  .ql-editor h4,
  .ql-editor h5,
  .ql-editor h6 {
    counter-set: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor p,
  .ql-editor h1,
  .ql-editor h2,
  .ql-editor h3,
  .ql-editor h4,
  .ql-editor h5,
  .ql-editor h6 {
    counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor table {
  border-collapse: collapse;
}
.ql-editor td {
  border: 1px solid #000;
  padding: 2px 5px;
}
.ql-editor ol {
  padding-left: 1.5em;
}
.ql-editor li {
  list-style-type: none;
  padding-left: 1.5em;
  position: relative;
}
.ql-editor li > .ql-ui:before {
  display: inline-block;
  margin-left: -1.5em;
  margin-right: .3em;
  text-align: right;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li[data-list=checked] > .ql-ui,
.ql-editor li[data-list=unchecked] > .ql-ui {
  color: #777;
}
.ql-editor li[data-list=bullet] > .ql-ui:before {
  content: "\2022";
}
.ql-editor li[data-list=checked] > .ql-ui:before {
  content: "\2611";
}
.ql-editor li[data-list=unchecked] > .ql-ui:before {
  content: "\2610";
}
@supports (counter-set:none) {
  .ql-editor li[data-list] {
    counter-set: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list] {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered] {
  counter-increment: list-0;
}
.ql-editor li[data-list=ordered] > .ql-ui:before {
  content: counter(list-0, decimal) ". ";
}
.ql-editor li[data-list=ordered].ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor li[data-list=ordered].ql-indent-1 > .ql-ui:before {
  content: counter(list-1, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-1 {
    counter-set: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-1 {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor li[data-list=ordered].ql-indent-2 > .ql-ui:before {
  content: counter(list-2, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-2 {
    counter-set: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor li[data-list=ordered].ql-indent-3 > .ql-ui:before {
  content: counter(list-3, decimal) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-3 {
    counter-set: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor li[data-list=ordered].ql-indent-4 > .ql-ui:before {
  content: counter(list-4, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-4 {
    counter-set: list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor li[data-list=ordered].ql-indent-5 > .ql-ui:before {
  content: counter(list-5, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-5 {
    counter-set: list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor li[data-list=ordered].ql-indent-6 > .ql-ui:before {
  content: counter(list-6, decimal) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-6 {
    counter-set: list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-6 {
    counter-reset: list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor li[data-list=ordered].ql-indent-7 > .ql-ui:before {
  content: counter(list-7, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-7 {
    counter-set: list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-7 {
    counter-reset: list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor li[data-list=ordered].ql-indent-8 > .ql-ui:before {
  content: counter(list-8, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-8 {
    counter-set: list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-8 {
    counter-reset: list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor li[data-list=ordered].ql-indent-9 > .ql-ui:before {
  content: counter(list-9, decimal) ". ";
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor li.ql-direction-rtl > .ql-ui:before {
  margin-left: .3em;
  margin-right: -1.5em;
  text-align: left;
}
.ql-editor table {
  table-layout: fixed;
  width: 100%;
}
.ql-editor table td {
  outline: none;
}
.ql-editor .ql-code-block-container {
  font-family: monospace;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family:
    Georgia,
    Times New Roman,
    serif;
}
.ql-editor .ql-font-monospace {
  font-family:
    Monaco,
    Courier New,
    monospace;
}
.ql-editor .ql-size-small {
  font-size: .75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor .ql-ui {
  position: absolute;
}
.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: "";
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: "";
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: .4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: .83em;
}
.ql-snow .ql-editor h6 {
  font-size: .67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor .ql-code-block-container {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor .ql-code-block-container {
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor .ql-code-block-container {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: "Normal";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: "Heading 1";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: "Heading 2";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: "Heading 3";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: "Heading 4";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: "Heading 5";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: "Heading 6";
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: .83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: .67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: "Sans Serif";
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: "Serif";
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: "Monospace";
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family:
    Georgia,
    Times New Roman,
    serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family:
    Monaco,
    Courier New,
    monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: "Normal";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: "Small";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: "Large";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: "Huge";
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-code-block-container {
  position: relative;
}
.ql-code-block-container .ql-ui {
  right: 5px;
  top: 5px;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family:
    "Helvetica Neue",
    "Helvetica",
    "Arial",
    sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: "Edit";
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: "Remove";
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0;
  content: "Save";
  padding-right: 0;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}

/* projects/ryan-white-qm/src/app/styles/styles.scss */
.kb-toolbar {
  --mat-toolbar-mobile-height: 50px;
  --mat-toolbar-standard-height: 50px;
  --mat-toolbar-title-text-line-height: 32px;
  --mat-toolbar-title-text-size: 20px;
  --mat-toolbar-title-text-tracking: 0.0125em;
  --mat-toolbar-title-text-weight: 500;
  position: sticky;
  top: 0;
  z-index: 99999;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
  width: 100%;
  padding: 0 10px;
}
.kb-toolbar .info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.kb-toolbar .info .mobile-nav-toggle {
  background-color: transparent;
  border-color: transparent;
  color: #5b5b5b;
  margin-right: 0;
  padding: 0;
  font-size: 28px;
}
.kb-toolbar .info .mobile-nav-toggle i {
  font-size: 28px;
  width: 28px;
  height: 28px;
}
@media (min-width: 750px) {
  .kb-toolbar .info .mobile-nav-toggle {
    display: none;
  }
}
.kb-toolbar .info .page-name {
  font-weight: 700;
  display: inline-block;
  width: 110px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.kb-toolbar .toolbar-column .mobile-nav-toggle {
  background-color: transparent;
  border-color: transparent;
  color: #5b5b5b;
  margin-right: 0;
  padding: 0;
  font-size: 24px;
}
.kb-toolbar .toolbar-column .mobile-nav-toggle i {
  font-size: 24px;
  width: 24px;
  height: 24px;
}
@media (min-width: 750px) {
  .kb-toolbar .toolbar-column .mobile-nav-toggle {
    display: none;
  }
}
.kb-toolbar .action-menus {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.kb-toolbar .action-menus .profile-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.kb-toolbar .action-menus .profile-menu .user-greeting {
  display: none;
}
@media (min-width: 750px) {
  .kb-toolbar .action-menus .profile-menu .user-greeting {
    display: inline-block;
  }
}
.kb-toolbar .action-menus .kb-icon-button {
  font-size: 28px;
  height: 28px;
  width: 28px;
  margin-left: 15px;
  padding: 0;
}
.kb-toolbar .action-menus .wide-icon .kb-icon-button {
  margin-left: 10px;
}
.kb-toolbar .action-menus .hello {
  cursor: pointer;
  display: none;
  margin-left: 10px;
}
@media (min-width: 400px) {
  .kb-toolbar .info .page-name {
    width: 180px;
  }
}
@media (min-width: 550px) {
  .kb-toolbar .info .page-name {
    width: 300px;
  }
}
@media (min-width: 1000px) {
  .kb-toolbar .info .page-name {
    width: 400px;
  }
  .kb-toolbar .action-menus .kb-icon-button {
    font-size: 20px;
    height: 20px;
    width: 20px;
  }
  .kb-toolbar .action-menus .hello {
    display: inline-block;
    width: 100%;
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (min-width: 1100px) {
  .kb-toolbar .info .page-name {
    width: 500px;
  }
}
@media (min-width: 1366px) {
  .kb-toolbar .info .page-name {
    width: auto;
  }
}
.mytimestudy .kb-toolbar .info .mobile-nav-toggle {
  display: inline-block;
}
@media (min-width: 750px) {
  .mytimestudy .kb-toolbar .info .mobile-nav-toggle {
    display: inline-block;
  }
}
@media (min-width: 1000px) {
  .mytimestudy .kb-toolbar .info .mobile-nav-toggle {
    display: none;
  }
}
@media (min-width: 750px) {
  .mytimestudy .kb-toolbar .toolbar-column .mobile-nav-toggle {
    display: inline-block;
  }
}
@media (min-width: 1000px) {
  .mytimestudy .kb-toolbar .toolbar-column .mobile-nav-toggle {
    display: none;
  }
}
@media (min-width: 750px) {
  .mytimestudy .kb-toolbar .action-menus .profile-menu .user-greeting {
    display: none;
  }
}
@media (min-width: 1000px) {
  .mytimestudy .kb-toolbar .action-menus .profile-menu .user-greeting {
    display: inline-block;
  }
}
.mytimestudy.landscape.mobile.ios .kb-toolbar {
  padding-left: 60px;
  padding-right: 60px;
}
@media (min-width: 1000px) {
  .mytimestudy.landscape.mobile.ios .kb-toolbar {
    padding: 0 10px;
  }
}
.light .kb-toolbar {
  background-color: #fdfdfd;
  color: #000;
}
.light .kb-toolbar.scrolled {
  border-bottom: 1px solid #eeeeee;
}
.light .kb-toolbar.no-border {
  border-bottom: none;
}
.light .kb-toolbar .info .page-name {
  color: #000;
}
.dark .kb-toolbar {
  background-color: #0f0f0f;
  color: #fff;
}
.dark .kb-toolbar.scrolled {
  border-bottom: 1px solid #3b3b3b;
}
.dark .kb-toolbar.no-border {
  border-bottom: none;
}
.dark .kb-toolbar .info .page-name {
  color: #fff;
}
.navigation {
  --mat-sidenav-container-width: 200px;
  --mat-sidenav-container-shape: 0;
  overflow: visible !important;
}
.navigation.mat-drawer-side {
  border: none;
}
.navigation .mat-drawer-inner-container {
  overflow: visible !important;
}
.navigation .nav-container {
  display: grid;
  grid-template-rows: auto 1fr auto;
  height: 100vh;
  width: 100%;
  padding: 10px 0 0 0;
}
.navigation .nav-container header {
  width: 200px;
}
.navigation .nav-container header .logo {
  width: 180px;
  margin: 0 auto;
  cursor: pointer;
}
.navigation .nav-container header .logo img {
  width: 100%;
  display: none;
}
.navigation .nav-container header .logo img.show {
  display: inline;
}
.navigation .nav-container header .service-name {
  width: 80%;
  margin: 10px auto;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 17px;
  font-weight: 700;
}
.navigation .nav-container header .service-name button {
  border: none;
  background-color: transparent;
  margin: 1px;
  padding: 0;
  font-size: 17px;
  font-weight: 700;
}
.navigation .nav-container .body {
  width: 200px;
  display: grid;
  grid-template-rows: 1fr auto;
}
.navigation .nav-container .body a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 8px 10px;
  font-size: 14px;
  text-decoration: none;
}
.navigation .nav-container .body a:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 5px;
  height: 100%;
  background-color: transparent;
}
.navigation .nav-container .body a i {
  font-size: 24px;
  margin: 0 10px 0 0;
}
.navigation .nav-container .body .group {
  position: relative;
}
.navigation .nav-container .body .group .hover {
  display: block;
  position: absolute;
  top: -9999px;
  right: -9999px;
  width: 150px;
  z-index: 100;
}
.navigation .nav-container .body .group .child {
  font-size: 12px;
}
.navigation .nav-container .body .group .child i {
  font-size: 20px;
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
.navigation .nav-container .body .group:hover .hover {
  top: 0px;
  right: -150px;
}
.navigation .nav-container footer {
  width: 200px;
  height: 50px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}
.navigation .nav-container footer .collapse-toggle {
  width: 60px;
  font-size: 24px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navigation .nav-container footer .collapse-toggle button {
  background-color: transparent;
  border-color: transparent;
  font-size: 24px;
  cursor: pointer;
}
.navigation .nav-container footer .release-link {
  width: 100%;
  text-align: center;
  font-size: 10px;
  text-decoration: none;
}
.navigation.collapsed {
  width: 60px;
  overflow: hidden;
}
.navigation.collapsed .nav-container header {
  width: 60px;
}
.navigation.collapsed .nav-container header .logo {
  width: 40px;
  margin: 0 auto;
}
.navigation.collapsed .nav-container .body {
  width: 60px;
  padding-top: 10px;
}
.navigation.collapsed .nav-container .body a {
  justify-content: center;
}
.navigation.collapsed .nav-container .body a span {
  display: none;
}
.navigation.collapsed .nav-container .body a i {
  margin: 0;
}
.navigation.collapsed .nav-container .body .group .hover a {
  justify-content: left;
}
.navigation.collapsed .nav-container .body .group .hover a i {
  margin-right: 10px;
}
.navigation.collapsed .nav-container .body .group .hover a span {
  display: inline-block;
}
.navigation.collapsed .nav-container footer {
  width: 60px;
  justify-content: center;
}
.navigation.collapsed .nav-container footer .collapse-toggle {
  transform: rotate(180deg);
}
.navigation.collapsed .nav-container footer .release-link {
  display: none;
}
.mytimestudy .navigation .nav-container .body {
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
}
@media (min-width: 1000px) {
  .mytimestudy .navigation .nav-container .body {
    overflow-y: unset;
    overflow-x: unset;
  }
}
.light .navigation .nav-container {
  color: #fdfdfd;
}
.light .navigation .nav-container header .service-name {
  color: #fdfdfd;
}
.light .navigation .nav-container header .service-name button {
  color: #fdfdfd;
}
.light .navigation .nav-container header a {
  color: #fdfdfd;
}
.light .navigation .nav-container .body a {
  color: #fdfdfd;
}
.light .navigation .nav-container .body a.active:before {
  background-color: #c61370;
}
.light .navigation .nav-container .body .group.active a:before {
  background-color: #9e9d9e;
}
.light .navigation .nav-container .body .group.active a.active:before {
  background-color: #c61370;
}
.light .navigation .nav-container .body .group .hover {
  color: #fdfdfd;
}
.light .navigation .nav-container footer a,
.light .navigation .nav-container footer button {
  color: #fdfdfd;
}
.mytimestudy .navigation .nav-container .body {
  scrollbar-color: #144e64 #f0f0f0;
}
.mytimestudy .navigation .nav-container .body::-webkit-scrollbar {
  background-color: #f0f0f0;
}
.mytimestudy .navigation .nav-container .body::-webkit-scrollbar-thumb {
  background: #144e64;
}
.dark .navigation .nav-container {
  color: #fdfdfd;
}
.dark .navigation .nav-container header .service-name {
  color: #fdfdfd;
}
.dark .navigation .nav-container header .service-name button {
  color: #fdfdfd;
}
.dark .navigation .nav-container header a {
  color: #fdfdfd;
}
.dark .navigation .nav-container .body a {
  color: #fdfdfd;
}
.dark .navigation .nav-container .body a.active:before {
  background-color: #c61370;
}
.dark .navigation .nav-container .body .group.active a:before {
  background-color: #9e9d9e;
}
.dark .navigation .nav-container .body .group.active a.active:before {
  background-color: #c61370;
}
.dark .navigation .nav-container .body .group .hover {
  color: #fdfdfd;
}
.dark .navigation .nav-container footer a,
.dark .navigation .nav-container footer button {
  color: #fdfdfd;
}
.mytimestudy .navigation .nav-container .body {
  scrollbar-color: #144e64 #000;
}
.mytimestudy .navigation .nav-container .body::-webkit-scrollbar {
  background-color: #000;
}
.mytimestudy .navigation .nav-container .body::-webkit-scrollbar-thumb {
  background: #144e64;
}
.mat-mdc-form-field {
  width: 100%;
  position: relative;
  display: block !important;
}
.mat-mdc-form-field .mat-mdc-text-field-wrapper {
  background-color: transparent !important;
  padding: 0 5px;
}
.mat-mdc-form-field .mat-mdc-text-field-wrapper .mat-mdc-form-field-infix {
  padding-bottom: 0;
  margin-bottom: -4px;
}
.mat-mdc-form-field .mat-mdc-text-field-wrapper .mat-mdc-form-field-infix .mdc-floating-label {
  transform: unset;
  font-size: 14px;
}
.mat-mdc-form-field .mat-mdc-text-field-wrapper .mat-mdc-form-field-infix .mdc-floating-label.mdc-floating-label--float-above {
  transform: translateY(-106%) scale(0.75);
}
.mat-mdc-form-field .mat-mdc-text-field-wrapper .mat-mdc-form-field-infix input,
.mat-mdc-form-field .mat-mdc-text-field-wrapper .mat-mdc-form-field-infix textarea,
.mat-mdc-form-field .mat-mdc-text-field-wrapper .mat-mdc-form-field-infix .mat-mdc-select {
  font-size: 14px;
}
.mat-mdc-form-field .mat-mdc-text-field-wrapper .mat-mdc-form-field-infix input:focus,
.mat-mdc-form-field .mat-mdc-text-field-wrapper .mat-mdc-form-field-infix textarea:focus,
.mat-mdc-form-field .mat-mdc-text-field-wrapper .mat-mdc-form-field-infix .mat-mdc-select:focus {
  border: none;
}
.mat-mdc-form-field .mat-mdc-text-field-wrapper .mat-mdc-form-field-infix input[readonly],
.mat-mdc-form-field .mat-mdc-text-field-wrapper .mat-mdc-form-field-infix textarea[readonly],
.mat-mdc-form-field .mat-mdc-text-field-wrapper .mat-mdc-form-field-infix .mat-mdc-select[readonly] {
  cursor: default;
}
.mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-mdc-icon-button.mat-mdc-button-base {
  margin-right: 1px;
}
.mat-mdc-form-field .mat-mdc-form-field-subscript-wrapper {
  display: none;
  margin-bottom: 20px;
}
.mat-mdc-form-field .mat-mdc-form-field-subscript-wrapper.mat-mdc-form-field-bottom-align:before {
  display: none;
}
.mat-mdc-form-field .mat-mdc-form-field-subscript-wrapper .mat-mdc-form-field-hint-wrapper {
  position: relative;
  display: block;
  padding: 0;
  margin-top: 5px;
  margin-left: 5px;
  font-size: 11px;
  line-height: 12px;
}
.mat-mdc-form-field .mat-mdc-form-field-subscript-wrapper .mat-mdc-form-field-hint-wrapper .mat-mdc-form-field-hint.mat-mdc-form-field-bottom-align:before {
  display: none;
}
.mat-mdc-form-field.with-subscript {
  margin-bottom: -1.25em;
}
.mat-mdc-form-field.with-subscript .mat-mdc-form-field-subscript-wrapper {
  display: block;
}
.mat-mdc-form-field.with-subscript .mat-mdc-form-field-subscript-wrapper .mat-mdc-form-field-hint {
  display: inline-block;
  text-align: right;
  width: 100%;
}
.mat-mdc-form-field.show-pointer {
  cursor: pointer;
}
.mat-mdc-form-field.show-pointer input {
  cursor: pointer !important;
}
.mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay {
  opacity: 0;
}
.mat-mdc-form-field:hover {
  background-color: transparent;
}
.mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay {
  opacity: 0;
}
.mat-mdc-form-field i {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 10px;
}
.mat-mdc-form-field.textarea .mat-mdc-text-field-wrapper .mat-mdc-form-field-infix {
  margin-bottom: 4px;
}
.mat-mdc-form-field.bottom-margin {
  margin-bottom: 20px;
}
.mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: transparent !important;
}
.mat-mdc-form-field-focus-overlay {
  background-color: transparent !important;
}
.light .mat-mdc-form-field .mat-mdc-select .mat-mdc-select-value {
  color: #000;
}
.light .mat-mdc-form-field .mat-mdc-select .mat-mdc-select-arrow {
  color: #000;
}
.light .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-value {
  color: #666666;
}
.light .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow {
  color: #666666;
}
.light .mat-mdc-form-field .mat-mdc-text-field-wrapper .mat-mdc-form-field-infix input,
.light .mat-mdc-form-field .mat-mdc-text-field-wrapper .mat-mdc-form-field-infix textarea,
.light .mat-mdc-form-field .mat-mdc-text-field-wrapper .mat-mdc-form-field-infix .mat-mdc-select {
  color: #000;
}
.light .mat-mdc-form-field .mat-mdc-text-field-wrapper .mat-mdc-form-field-infix .mdc-floating-label {
  color: #333333 !important;
}
.light .mat-mdc-form-field .mat-mdc-text-field-wrapper .mdc-line-ripple:before,
.light .mat-mdc-form-field .mat-mdc-text-field-wrapper .mdc-line-ripple:after {
  border-bottom-color: #eeeeee !important;
}
.light .mat-mdc-form-field .mat-mdc-text-field-wrapper.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple:before,
.light .mat-mdc-form-field .mat-mdc-text-field-wrapper.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple:after {
  border-bottom-color: #ff2a2a !important;
}
.light .mat-mdc-form-field .mat-mdc-text-field-wrapper.mdc-text-field--disabled .mat-mdc-form-field-infix input,
.light .mat-mdc-form-field .mat-mdc-text-field-wrapper.mdc-text-field--disabled .mat-mdc-form-field-infix textarea,
.light .mat-mdc-form-field .mat-mdc-text-field-wrapper.mdc-text-field--disabled .mat-mdc-form-field-infix .mat-mdc-select {
  color: #666666;
}
.light .mat-mdc-form-field .mat-mdc-text-field-wrapper.mdc-text-field--disabled .mat-mdc-form-field-infix .mdc-floating-label {
  color: #666666 !important;
}
.light .mat-mdc-form-field .mat-mdc-form-field-subscript-wrapper .mat-mdc-form-field-hint-wrapper .mat-mdc-form-field-hint {
  color: #000;
}
.light .mat-mdc-form-field .mat-mdc-form-field-subscript-wrapper .mat-mdc-form-field-hint-wrapper .mat-mdc-form-field-hint.error {
  color: #ff2a2a;
}
.light .mat-mdc-form-field.mat-focused .mdc-line-ripple:before,
.light .mat-mdc-form-field.mat-focused .mdc-line-ripple:after {
  border-width: 1px !important;
  border-bottom-color: #000 !important;
}
.light .mat-mdc-form-field.mat-focused .mdc-floating-label {
  color: #333333 !important;
}
.light .mat-mdc-form-field.mat-focused .mat-form-field-label {
  color: #000;
}
.light .mat-mdc-form-field.mat-focused input {
  caret-color: #000;
}
.light .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow,
.light .mat-mdc-form-field.mat-focused .mat-mdc-select-value {
  color: #000;
}
.light .mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-mdc-icon-button {
  color: #000;
}
.light .mat-mdc-form-field .mat-date-range-input-separator {
  color: #000;
}
.light .mat-mdc-select-placeholder {
  color: #666666;
}
.light .mat-pseudo-checkbox-minimal.mat-pseudo-checkbox-checked::after,
.light .mat-pseudo-checkbox-minimal.mat-pseudo-checkbox-indeterminate::after,
.light .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: #000;
}
.dark .mat-mdc-form-field .mat-mdc-select .mat-mdc-select-value {
  color: #fff;
}
.dark .mat-mdc-form-field .mat-mdc-select .mat-mdc-select-arrow {
  color: #fff;
}
.dark .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-value {
  color: #666666;
}
.dark .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow {
  color: #666666;
}
.dark .mat-mdc-form-field .mat-mdc-text-field-wrapper .mat-mdc-form-field-infix input,
.dark .mat-mdc-form-field .mat-mdc-text-field-wrapper .mat-mdc-form-field-infix textarea,
.dark .mat-mdc-form-field .mat-mdc-text-field-wrapper .mat-mdc-form-field-infix .mat-mdc-select {
  color: #fff;
}
.dark .mat-mdc-form-field .mat-mdc-text-field-wrapper .mat-mdc-form-field-infix .mdc-floating-label {
  color: #cccccc !important;
}
.dark .mat-mdc-form-field .mat-mdc-text-field-wrapper .mdc-line-ripple:before,
.dark .mat-mdc-form-field .mat-mdc-text-field-wrapper .mdc-line-ripple:after {
  border-bottom-color: #3b3b3b !important;
}
.dark .mat-mdc-form-field .mat-mdc-text-field-wrapper.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple:before,
.dark .mat-mdc-form-field .mat-mdc-text-field-wrapper.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple:after {
  border-bottom-color: #ff6969 !important;
}
.dark .mat-mdc-form-field .mat-mdc-text-field-wrapper.mdc-text-field--disabled .mat-mdc-form-field-infix input,
.dark .mat-mdc-form-field .mat-mdc-text-field-wrapper.mdc-text-field--disabled .mat-mdc-form-field-infix textarea,
.dark .mat-mdc-form-field .mat-mdc-text-field-wrapper.mdc-text-field--disabled .mat-mdc-form-field-infix .mat-mdc-select {
  color: #666666;
}
.dark .mat-mdc-form-field .mat-mdc-text-field-wrapper.mdc-text-field--disabled .mat-mdc-form-field-infix .mdc-floating-label {
  color: #666666 !important;
}
.dark .mat-mdc-form-field .mat-mdc-form-field-subscript-wrapper .mat-mdc-form-field-hint-wrapper .mat-mdc-form-field-hint {
  color: #fff;
}
.dark .mat-mdc-form-field .mat-mdc-form-field-subscript-wrapper .mat-mdc-form-field-hint-wrapper .mat-mdc-form-field-hint.error {
  color: #ff6969;
}
.dark .mat-mdc-form-field.mat-focused .mdc-line-ripple:before,
.dark .mat-mdc-form-field.mat-focused .mdc-line-ripple:after {
  border-width: 1px !important;
  border-bottom-color: #fff !important;
}
.dark .mat-mdc-form-field.mat-focused .mdc-floating-label {
  color: #cccccc !important;
}
.dark .mat-mdc-form-field.mat-focused .mat-form-field-label {
  color: #fff;
}
.dark .mat-mdc-form-field.mat-focused input {
  caret-color: #fff;
}
.dark .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow,
.dark .mat-mdc-form-field.mat-focused .mat-mdc-select-value {
  color: #fff;
}
.dark .mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-mdc-icon-button {
  color: #fff;
}
.dark .mat-mdc-form-field .mat-date-range-input-separator {
  color: #fff;
}
.dark .mat-mdc-select-placeholder {
  color: #666666;
}
.dark .mat-pseudo-checkbox-minimal.mat-pseudo-checkbox-checked::after,
.dark .mat-pseudo-checkbox-minimal.mat-pseudo-checkbox-indeterminate::after,
.dark .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: #fff;
}
.mat-mdc-select-panel,
.mat-mdc-autocomplete-panel {
  padding: 0 !important;
}
.mat-mdc-select-panel.mdc-menu-surface,
.mat-mdc-autocomplete-panel.mdc-menu-surface {
  box-shadow: none;
  border-radius: 0;
}
.mat-mdc-select-panel .mat-mdc-option,
.mat-mdc-autocomplete-panel .mat-mdc-option {
  font-size: 14px;
  padding: 5px 10px;
}
.mat-mdc-select-panel .mat-mdc-option.inactive i,
.mat-mdc-autocomplete-panel .mat-mdc-option.inactive i {
  margin-left: 10px;
}
.mat-mdc-select-panel .selectable-group .mat-mdc-optgroup-label,
.mat-mdc-autocomplete-panel .selectable-group .mat-mdc-optgroup-label {
  cursor: pointer;
}
.light .mat-mdc-select-panel,
.light .mat-mdc-autocomplete-panel {
  color: #000;
}
.light .mat-mdc-select-panel.mdc-menu-surface,
.light .mat-mdc-autocomplete-panel.mdc-menu-surface {
  background-color: #fff;
  border: 1px solid rgb(217.6, 217.6, 217.6);
  border-top: none;
}
.light .mat-mdc-select-panel .selectable-group .mat-mdc-optgroup-label:hover,
.light .mat-mdc-autocomplete-panel .selectable-group .mat-mdc-optgroup-label:hover {
  background-color: rgb(242.25, 242.25, 242.25);
}
.light .mat-mdc-select-panel .mat-mdc-optgroup,
.light .mat-mdc-select-panel .mat-mdc-option,
.light .mat-mdc-autocomplete-panel .mat-mdc-optgroup,
.light .mat-mdc-autocomplete-panel .mat-mdc-option {
  color: #000;
  background-color: #fff;
}
.light .mat-mdc-select-panel .mat-mdc-optgroup .mdc-list-item__primary-text,
.light .mat-mdc-select-panel .mat-mdc-option .mdc-list-item__primary-text,
.light .mat-mdc-autocomplete-panel .mat-mdc-optgroup .mdc-list-item__primary-text,
.light .mat-mdc-autocomplete-panel .mat-mdc-option .mdc-list-item__primary-text {
  color: #000;
}
.light .mat-mdc-select-panel .mat-mdc-optgroup.mdc-list-item--selected,
.light .mat-mdc-select-panel .mat-mdc-option.mdc-list-item--selected,
.light .mat-mdc-autocomplete-panel .mat-mdc-optgroup.mdc-list-item--selected,
.light .mat-mdc-autocomplete-panel .mat-mdc-option.mdc-list-item--selected {
  background-color: rgb(229.5, 229.5, 229.5);
}
.light .mat-mdc-select-panel .mat-mdc-optgroup.inactive i,
.light .mat-mdc-select-panel .mat-mdc-option.inactive i,
.light .mat-mdc-autocomplete-panel .mat-mdc-optgroup.inactive i,
.light .mat-mdc-autocomplete-panel .mat-mdc-option.inactive i {
  color: #666666;
}
.light .mat-mdc-select-panel .mat-mdc-optgroup-active .mdc-list-item__primary-text,
.light .mat-mdc-select-panel .mat-mdc-option-active .mdc-list-item__primary-text,
.light .mat-mdc-autocomplete-panel .mat-mdc-optgroup-active .mdc-list-item__primary-text,
.light .mat-mdc-autocomplete-panel .mat-mdc-option-active .mdc-list-item__primary-text {
  color: #000 !important;
}
.light .mat-mdc-select-panel .mat-mdc-optgroup-active .mat-mdc-option-pseudo-checkbox:after,
.light .mat-mdc-select-panel .mat-mdc-option-active .mat-mdc-option-pseudo-checkbox:after,
.light .mat-mdc-autocomplete-panel .mat-mdc-optgroup-active .mat-mdc-option-pseudo-checkbox:after,
.light .mat-mdc-autocomplete-panel .mat-mdc-option-active .mat-mdc-option-pseudo-checkbox:after {
  color: #000 !important;
}
.light .mat-mdc-select-panel .mat-mdc-optgroup-active .mdc-list-item,
.light .mat-mdc-select-panel .mat-mdc-option-active .mdc-list-item,
.light .mat-mdc-autocomplete-panel .mat-mdc-optgroup-active .mdc-list-item,
.light .mat-mdc-autocomplete-panel .mat-mdc-option-active .mdc-list-item {
  background-color: rgb(242.25, 242.25, 242.25);
}
.light .mat-mdc-select-panel .mat-mdc-optgroup:hover,
.light .mat-mdc-select-panel .mat-mdc-option:hover,
.light .mat-mdc-autocomplete-panel .mat-mdc-optgroup:hover,
.light .mat-mdc-autocomplete-panel .mat-mdc-option:hover {
  background-color: rgb(242.25, 242.25, 242.25);
}
.light .mat-mdc-select-panel .mat-mdc-option-multiple.mdc-list-item--selected .mdc-list-item__primary-text,
.light .mat-mdc-autocomplete-panel .mat-mdc-option-multiple.mdc-list-item--selected .mdc-list-item__primary-text {
  color: #000 !important;
}
.light .mat-mdc-select-panel .mat-mdc-option-multiple.mdc-list-item--selected .mat-mdc-option-pseudo-checkbox,
.light .mat-mdc-autocomplete-panel .mat-mdc-option-multiple.mdc-list-item--selected .mat-mdc-option-pseudo-checkbox {
  background: #fff !important;
}
.light .mat-mdc-select-panel .mat-mdc-option-multiple.mdc-list-item--selected .mat-mdc-option-pseudo-checkbox:after,
.light .mat-mdc-autocomplete-panel .mat-mdc-option-multiple.mdc-list-item--selected .mat-mdc-option-pseudo-checkbox:after {
  color: #000 !important;
}
.dark .mat-mdc-select-panel,
.dark .mat-mdc-autocomplete-panel {
  color: #fff;
}
.dark .mat-mdc-select-panel.mdc-menu-surface,
.dark .mat-mdc-autocomplete-panel.mdc-menu-surface {
  background-color: #333;
  border: 1px solid rgb(97.25, 97.25, 97.25);
  border-top: none;
}
.dark .mat-mdc-select-panel .selectable-group .mat-mdc-optgroup-label:hover,
.dark .mat-mdc-autocomplete-panel .selectable-group .mat-mdc-optgroup-label:hover {
  background-color: rgb(89.25, 89.25, 89.25);
}
.dark .mat-mdc-select-panel .mat-mdc-optgroup,
.dark .mat-mdc-select-panel .mat-mdc-option,
.dark .mat-mdc-autocomplete-panel .mat-mdc-optgroup,
.dark .mat-mdc-autocomplete-panel .mat-mdc-option {
  color: #fff;
  background-color: #333;
}
.dark .mat-mdc-select-panel .mat-mdc-optgroup .mdc-list-item__primary-text,
.dark .mat-mdc-select-panel .mat-mdc-option .mdc-list-item__primary-text,
.dark .mat-mdc-autocomplete-panel .mat-mdc-optgroup .mdc-list-item__primary-text,
.dark .mat-mdc-autocomplete-panel .mat-mdc-option .mdc-list-item__primary-text {
  color: #fff;
}
.dark .mat-mdc-select-panel .mat-mdc-optgroup.mdc-list-item--selected,
.dark .mat-mdc-select-panel .mat-mdc-option.mdc-list-item--selected,
.dark .mat-mdc-autocomplete-panel .mat-mdc-optgroup.mdc-list-item--selected,
.dark .mat-mdc-autocomplete-panel .mat-mdc-option.mdc-list-item--selected {
  background-color: rgb(63.75, 63.75, 63.75);
}
.dark .mat-mdc-select-panel .mat-mdc-optgroup.inactive i,
.dark .mat-mdc-select-panel .mat-mdc-option.inactive i,
.dark .mat-mdc-autocomplete-panel .mat-mdc-optgroup.inactive i,
.dark .mat-mdc-autocomplete-panel .mat-mdc-option.inactive i {
  color: #666666;
}
.dark .mat-mdc-select-panel .mat-mdc-optgroup-active .mdc-list-item__primary-text,
.dark .mat-mdc-select-panel .mat-mdc-option-active .mdc-list-item__primary-text,
.dark .mat-mdc-autocomplete-panel .mat-mdc-optgroup-active .mdc-list-item__primary-text,
.dark .mat-mdc-autocomplete-panel .mat-mdc-option-active .mdc-list-item__primary-text {
  color: #fff !important;
}
.dark .mat-mdc-select-panel .mat-mdc-optgroup-active .mat-mdc-option-pseudo-checkbox:after,
.dark .mat-mdc-select-panel .mat-mdc-option-active .mat-mdc-option-pseudo-checkbox:after,
.dark .mat-mdc-autocomplete-panel .mat-mdc-optgroup-active .mat-mdc-option-pseudo-checkbox:after,
.dark .mat-mdc-autocomplete-panel .mat-mdc-option-active .mat-mdc-option-pseudo-checkbox:after {
  color: #fff !important;
}
.dark .mat-mdc-select-panel .mat-mdc-optgroup-active .mdc-list-item,
.dark .mat-mdc-select-panel .mat-mdc-option-active .mdc-list-item,
.dark .mat-mdc-autocomplete-panel .mat-mdc-optgroup-active .mdc-list-item,
.dark .mat-mdc-autocomplete-panel .mat-mdc-option-active .mdc-list-item {
  background-color: rgb(89.25, 89.25, 89.25);
}
.dark .mat-mdc-select-panel .mat-mdc-optgroup:hover,
.dark .mat-mdc-select-panel .mat-mdc-option:hover,
.dark .mat-mdc-autocomplete-panel .mat-mdc-optgroup:hover,
.dark .mat-mdc-autocomplete-panel .mat-mdc-option:hover {
  background-color: rgb(89.25, 89.25, 89.25);
}
.dark .mat-mdc-select-panel .mat-mdc-option-multiple.mdc-list-item--selected .mdc-list-item__primary-text,
.dark .mat-mdc-autocomplete-panel .mat-mdc-option-multiple.mdc-list-item--selected .mdc-list-item__primary-text {
  color: #fff !important;
}
.dark .mat-mdc-select-panel .mat-mdc-option-multiple.mdc-list-item--selected .mat-mdc-option-pseudo-checkbox,
.dark .mat-mdc-autocomplete-panel .mat-mdc-option-multiple.mdc-list-item--selected .mat-mdc-option-pseudo-checkbox {
  background: #000 !important;
}
.dark .mat-mdc-select-panel .mat-mdc-option-multiple.mdc-list-item--selected .mat-mdc-option-pseudo-checkbox:after,
.dark .mat-mdc-autocomplete-panel .mat-mdc-option-multiple.mdc-list-item--selected .mat-mdc-option-pseudo-checkbox:after {
  color: #fff !important;
}
.mat-mdc-checkbox {
  margin-top: 6px;
}
.mat-mdc-checkbox .mdc-form-field .mdc-checkbox .mat-ripple {
  display: none;
}
.light .mat-mdc-checkbox .mdc-form-field .mdc-checkbox .mdc-checkbox__ripple {
  background: #000;
}
.light .mat-mdc-checkbox .mdc-form-field .mdc-checkbox .mdc-checkbox__background {
  border-color: #000 !important;
  background-color: transparent !important;
}
.light .mat-mdc-checkbox .mdc-form-field .mdc-checkbox .mdc-checkbox__background .mdc-checkbox__checkmark {
  color: #000 !important;
}
.light .mat-mdc-checkbox .mdc-form-field .mdc-checkbox .mdc-checkbox__background .mdc-checkbox__mixedmark {
  border-color: #000 !important;
}
.light .mat-mdc-checkbox .mdc-form-field label {
  color: #000;
}
.dark .mat-mdc-checkbox .mdc-form-field .mdc-checkbox .mdc-checkbox__ripple {
  background: #fff;
}
.dark .mat-mdc-checkbox .mdc-form-field .mdc-checkbox .mdc-checkbox__background {
  border-color: #fff !important;
  background-color: transparent !important;
}
.dark .mat-mdc-checkbox .mdc-form-field .mdc-checkbox .mdc-checkbox__background .mdc-checkbox__checkmark {
  color: #fff !important;
}
.dark .mat-mdc-checkbox .mdc-form-field .mdc-checkbox .mdc-checkbox__background .mdc-checkbox__mixedmark {
  border-color: #fff !important;
}
.dark .mat-mdc-checkbox .mdc-form-field label {
  color: #fff;
}
.mat-mdc-radio-button .mdc-radio {
  margin: 6px 10px 6px 6px;
  padding: 0 !important;
}
.mat-mdc-radio-button label {
  padding-left: 0 !important;
  white-space: normal;
  cursor: pointer;
}
.mat-mdc-radio-button .mdc-radio__inner-circle {
  border-color: transparent !important;
}
.mat-mdc-radio-button.mat-mdc-radio-checked .mdc-radio--disabled .mdc-radio__background .mdc-radio__outer-circle {
  opacity: 1 !important;
}
.mat-mdc-radio-button.mat-mdc-radio-checked .mdc-radio--disabled .mdc-radio__background .mdc-radio__inner-circle {
  opacity: 1 !important;
}
.light .mat-mdc-radio-button .mdc-radio__outer-circle {
  border-color: #000 !important;
}
.light .mat-mdc-radio-button label {
  color: #000 !important;
}
.light .mat-mdc-radio-button.mat-mdc-radio-checked .mdc-radio__background:before {
  background-color: #144e64 !important;
}
.light .mat-mdc-radio-button.mat-mdc-radio-checked .mdc-radio__background .mdc-radio__outer-circle {
  border-color: #144e64 !important;
}
.light .mat-mdc-radio-button.mat-mdc-radio-checked .mdc-radio__background .mdc-radio__inner-circle {
  border-color: #144e64 !important;
}
.light .mat-mdc-radio-button.mat-mdc-radio-checked .mat-ripple-element {
  background-color: #144e64 !important;
}
.light .mat-mdc-radio-button.mat-mdc-radio-checked .mdc-radio--disabled + label {
  color: #144e64 !important;
}
.dark .mat-mdc-radio-button .mdc-radio__outer-circle {
  border-color: #fff !important;
}
.dark .mat-mdc-radio-button label {
  color: #fff !important;
}
.dark .mat-mdc-radio-button.mat-mdc-radio-checked .mdc-radio__background:before {
  background-color: #144e64 !important;
}
.dark .mat-mdc-radio-button.mat-mdc-radio-checked .mdc-radio__background .mdc-radio__outer-circle {
  border-color: #144e64 !important;
}
.dark .mat-mdc-radio-button.mat-mdc-radio-checked .mdc-radio__background .mdc-radio__inner-circle {
  border-color: #144e64 !important;
}
.dark .mat-mdc-radio-button.mat-mdc-radio-checked .mat-ripple-element {
  background-color: #144e64 !important;
}
.dark .mat-mdc-radio-button.mat-mdc-radio-checked .mdc-radio--disabled + label {
  color: #144e64 !important;
}
.mat-mdc-slide-toggle .mdc-form-field .mdc-switch .mdc-switch__handle-track .mdc-switch__ripple {
  display: none;
}
.kb-slider {
  max-width: 500px;
  padding: 0 5px;
}
.kb-slider .slider-label-container {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
.kb-slider .slider-label-container .slider-value {
  font-weight: 600;
}
.kb-slider .mat-mdc-slider {
  width: 100%;
}
.kb-slider .error-message {
  font-size: 12px;
  text-align: right;
}
@media (min-width: 1000px) {
  .kb-slider {
    max-width: 500px;
  }
}
.light .kb-slider .mat-mdc-slider .mdc-slider__thumb-knob {
  border-color: #144e64;
}
.light .kb-slider .mat-mdc-slider .mdc-slider__thumb--focused .mdc-slider__thumb-knob {
  border-color: #144e64;
}
.light .kb-slider .mat-mdc-slider .mdc-slider__track--inactive {
  background-color: #144e64;
}
.light .kb-slider .mat-mdc-slider .mdc-slider__track--active_fill {
  border-color: #144e64;
}
.light .kb-slider .mat-mdc-slider .mdc-slider__tick-mark--active {
  background-color: #144e64;
}
.light .kb-slider .mat-mdc-slider .mdc-slider__tick-mark--inactive {
  background-color: #144e64;
}
.light .kb-slider .mat-mdc-slider .mat-ripple .mat-mdc-slider-focus-ripple {
  background-color: #144e64;
  opacity: 0.1;
}
.light .kb-slider .mat-mdc-slider .mat-ripple .mat-mdc-slider-active-ripple {
  background-color: #144e64;
  opacity: 0.2;
}
.light .kb-slider .mat-mdc-slider .mdc-slider__value-indicator {
  background-color: #0f0f0f;
  color: #fff;
  opacity: 0.85;
}
.light .kb-slider .mat-mdc-slider .mdc-slider__value-indicator::before {
  border-top-color: #0f0f0f;
}
.light .kb-slider.error .mat-mdc-slider .mdc-slider__thumb-knob {
  border-color: #ff2a2a;
}
.light .kb-slider.error .mat-mdc-slider .mdc-slider__thumb--focused .mdc-slider__thumb-knob {
  border-color: #ff2a2a;
}
.light .kb-slider.error .mat-mdc-slider .mdc-slider__track--inactive {
  background-color: #ff2a2a;
}
.light .kb-slider.error .mat-mdc-slider .mdc-slider__track--active_fill {
  border-color: #ff2a2a;
}
.light .kb-slider.error .mat-mdc-slider .mdc-slider__tick-mark--active {
  background-color: #ff2a2a;
}
.light .kb-slider.error .mat-mdc-slider .mdc-slider__tick-mark--inactive {
  background-color: #ff2a2a;
}
.light .kb-slider.error .mat-mdc-slider .mat-ripple .mat-mdc-slider-focus-ripple {
  background-color: #ff2a2a;
  opacity: 0.1;
}
.light .kb-slider.error .mat-mdc-slider .mat-ripple .mat-mdc-slider-active-ripple {
  background-color: #ff2a2a;
  opacity: 0.2;
}
.light .kb-slider .error-message {
  color: #ff2a2a;
}
.dark .kb-slider .mat-mdc-slider .mdc-slider__thumb-knob {
  border-color: #5a8392;
}
.dark .kb-slider .mat-mdc-slider .mdc-slider__thumb--focused .mdc-slider__thumb-knob {
  border-color: #5a8392;
}
.dark .kb-slider .mat-mdc-slider .mdc-slider__track--inactive {
  background-color: #5a8392;
}
.dark .kb-slider .mat-mdc-slider .mdc-slider__track--active_fill {
  border-color: #5a8392;
}
.dark .kb-slider .mat-mdc-slider .mdc-slider__tick-mark--active {
  background-color: #5a8392;
}
.dark .kb-slider .mat-mdc-slider .mdc-slider__tick-mark--inactive {
  background-color: #5a8392;
}
.dark .kb-slider .mat-mdc-slider .mat-ripple .mat-mdc-slider-focus-ripple {
  background-color: #5a8392;
  opacity: 0.1;
}
.dark .kb-slider .mat-mdc-slider .mat-ripple .mat-mdc-slider-active-ripple {
  background-color: #5a8392;
  opacity: 0.2;
}
.dark .kb-slider .mat-mdc-slider .mdc-slider__value-indicator {
  background-color: #fdfdfd;
  color: #000;
  opacity: 0.85;
}
.dark .kb-slider .mat-mdc-slider .mdc-slider__value-indicator::before {
  border-top-color: #fdfdfd;
}
.dark .kb-slider.error .mat-mdc-slider .mdc-slider__thumb-knob {
  border-color: #ff6969;
}
.dark .kb-slider.error .mat-mdc-slider .mdc-slider__thumb--focused .mdc-slider__thumb-knob {
  border-color: #ff6969;
}
.dark .kb-slider.error .mat-mdc-slider .mdc-slider__track--inactive {
  background-color: #ff6969;
}
.dark .kb-slider.error .mat-mdc-slider .mdc-slider__track--active_fill {
  border-color: #ff6969;
}
.dark .kb-slider.error .mat-mdc-slider .mdc-slider__tick-mark--active {
  background-color: #ff6969;
}
.dark .kb-slider.error .mat-mdc-slider .mdc-slider__tick-mark--inactive {
  background-color: #ff6969;
}
.dark .kb-slider.error .mat-mdc-slider .mat-ripple .mat-mdc-slider-focus-ripple {
  background-color: #ff6969;
  opacity: 0.1;
}
.dark .kb-slider.error .mat-mdc-slider .mat-ripple .mat-mdc-slider-active-ripple {
  background-color: #ff6969;
  opacity: 0.2;
}
.dark .kb-slider .error-message {
  color: #ff6969;
}
.mat-accordion > .mat-expansion-panel-spacing:first-child,
.mat-accordion > *:first-child:not(.mat-expansion-panel) .mat-expansion-panel-spacing {
  margin-top: 5px !important;
}
.mat-expansion-panel {
  box-sizing: border-box !important;
  display: flex;
  width: 99.5%;
  justify-content: space-between;
  border-radius: 10px !important;
  margin: 5px auto !important;
}
.mat-expansion-panel .mat-expansion-panel-header {
  position: relative;
  height: 48px;
  padding: 0 34px 0 10px;
  font-weight: normal;
}
.mat-expansion-panel .mat-expansion-panel-header.mat-expanded {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  font-weight: 500;
}
.mat-expansion-panel .mat-expansion-panel-header .mat-expansion-panel-header-title,
.mat-expansion-panel .mat-expansion-panel-header .mat-expansion-panel-header-description {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 48px;
}
.mat-expansion-panel .mat-expansion-panel-body {
  padding: 0;
}
.light .mat-expansion-panel {
  background: #fdfdfd;
  color: #000;
  border: 1px solid #eeeeee;
}
.light .mat-expansion-panel .mat-expansion-panel-header {
  background: #fdfdfd !important;
  background-color: #fdfdfd !important;
}
.light .mat-expansion-panel .mat-expansion-panel-header:hover {
  background: #fdfdfd !important;
  background-color: #fdfdfd !important;
}
.light .mat-expansion-panel .mat-expansion-panel-header .mat-expansion-indicator::after {
  color: #000 !important;
}
.light .mat-expansion-panel .mat-expansion-panel-header .mat-expansion-panel-header-title,
.light .mat-expansion-panel .mat-expansion-panel-header .mat-expansion-panel-header-description {
  background: #fdfdfd;
  color: #000;
}
.light .mat-expansion-panel .mat-expansion-panel-header.mat-expanded {
  background: #fdfdfd !important;
  background-color: #fdfdfd !important;
}
.light .mat-expansion-panel .mat-expansion-panel-header.mat-expanded:hover {
  background: #fdfdfd !important;
  background-color: #fdfdfd !important;
}
.light .mat-expansion-panel .mat-expansion-panel-header.mat-expanded .mat-expansion-panel-header-title,
.light .mat-expansion-panel .mat-expansion-panel-header.mat-expanded .mat-expansion-panel-header-description {
  background: #fdfdfd !important;
  background-color: #fdfdfd !important;
}
.light .mat-expansion-panel .mat-expansion-panel-body {
  padding: 0;
  border-top: 1px solid #eeeeee;
}
.dark .mat-expansion-panel {
  background: #0f0f0f;
  color: #fff;
  border: 1px solid #3b3b3b;
}
.dark .mat-expansion-panel .mat-expansion-panel-header {
  background: #0f0f0f !important;
  background-color: #0f0f0f !important;
}
.dark .mat-expansion-panel .mat-expansion-panel-header:hover {
  background: #0f0f0f !important;
  background-color: #0f0f0f !important;
}
.dark .mat-expansion-panel .mat-expansion-panel-header .mat-expansion-indicator::after {
  color: #fff !important;
}
.dark .mat-expansion-panel .mat-expansion-panel-header .mat-expansion-panel-header-title,
.dark .mat-expansion-panel .mat-expansion-panel-header .mat-expansion-panel-header-description {
  background: #0f0f0f;
  color: #fff;
}
.dark .mat-expansion-panel .mat-expansion-panel-header.mat-expanded {
  background: #0f0f0f !important;
  background-color: #0f0f0f !important;
}
.dark .mat-expansion-panel .mat-expansion-panel-header.mat-expanded:hover {
  background: #0f0f0f !important;
  background-color: #0f0f0f !important;
}
.dark .mat-expansion-panel .mat-expansion-panel-header.mat-expanded .mat-expansion-panel-header-title,
.dark .mat-expansion-panel .mat-expansion-panel-header.mat-expanded .mat-expansion-panel-header-description {
  background: #0f0f0f !important;
  background-color: #0f0f0f !important;
}
.dark .mat-expansion-panel .mat-expansion-panel-body {
  padding: 0;
  border-top: 1px solid #3b3b3b;
}
.kb-tab-mobile {
  width: 100%;
  padding: 3px 5px;
  border-radius: 8px;
}
.kb-tab-mobile button {
  font-size: 16px;
  color: #fff !important;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.kb-tab-mobile .mat-mdc-select,
.kb-tab-mobile .mat-mdc-select-value,
.kb-tab-mobile .mat-mdc-select-arrow {
  color: #fff !important;
}
.kb-tab-mobile .mat-mdc-form-field-infix {
  padding: 0 !important;
  margin: 0 !important;
  min-height: auto;
}
.kb-tab-mobile .mdc-line-ripple {
  display: none;
}
@media (min-width: 750px) {
  .kb-tab-mobile {
    display: none !important;
  }
}
.mat-mdc-tab-group {
  --mat-tab-divider-color: transparent;
  --mat-tab-divider-height: 0;
}
.mat-mdc-tab-group .mat-mdc-tab-header {
  display: none;
}
@media (min-width: 750px) {
  .mat-mdc-tab-group .mat-mdc-tab-header {
    display: flex;
  }
}
.mat-mdc-tab-group .mat-mdc-tab-header .mat-mdc-tab-label-container .mat-mdc-tab-list .mat-mdc-tab-labels {
  align-items: flex-start;
}
.mat-mdc-tab-group .mat-mdc-tab-header .mat-mdc-tab-label-container .mat-mdc-tab-list .mat-mdc-tab-labels .mdc-tab {
  letter-spacing: normal;
}
.mat-mdc-tab-group .mat-mdc-tab-header .mat-mdc-tab-label-container .mat-mdc-tab-list .mat-mdc-tab-labels .mdc-tab.mat-mdc-tab {
  flex-grow: 0;
}
.mat-mdc-tab-group .mat-mdc-tab-header .mat-mdc-tab-label-container .mat-mdc-tab-list .mat-mdc-tab-labels .mdc-tab.mat-mdc-tab .mdc-tab__content .mdc-tab__text-label {
  font-size: 14px;
}
.mat-mdc-tab-group .mat-mdc-tab-body-wrapper {
  padding-top: 10px;
}
.light .kb-tab-mobile {
  background-color: #144e64;
}
.light .kb-tab-mobile button {
  background-color: #144e64;
  border: none;
}
.light .kb-tab-mobile button:hover {
  background-color: #144e64;
}
.light .mat-mdc-tab-group .mat-mdc-tab-header .mat-mdc-tab-label-container .mat-mdc-tab-list .mat-mdc-tab-labels {
  border-bottom: 1px solid rgb(217.6, 217.6, 217.6);
}
.light .mat-mdc-tab-group .mat-mdc-tab-header .mat-mdc-tab-label-container .mat-mdc-tab-list .mat-mdc-tab-labels .mdc-tab.mat-mdc-tab .mdc-tab__content .mdc-tab__text-label {
  color: #666666;
}
.light .mat-mdc-tab-group .mat-mdc-tab-header .mat-mdc-tab-label-container .mat-mdc-tab-list .mat-mdc-tab-labels .mdc-tab.mat-mdc-tab.mdc-tab--active .mdc-tab__text-label {
  color: #000;
}
.light .mat-mdc-tab-group .mat-mdc-tab-header .mat-mdc-tab-label-container .mat-mdc-tab-list .mat-mdc-tab-labels .mdc-tab.mat-mdc-tab.mdc-tab--active .mdc-tab-indicator__content--underline {
  border-color: #000;
}
.light .mat-mdc-tab-group .mat-mdc-tab-header .mat-mdc-tab-label-container .mat-mdc-tab-list .mat-mdc-tab-labels .mdc-tab:hover {
  background-color: rgb(240.25, 240.25, 240.25);
}
.light .mat-mdc-tab-group .mat-mdc-tab-header .mat-mdc-tab-label-container .mat-mdc-tab-list .mat-mdc-tab-labels .mdc-tab:hover.mat-mdc-tab .mdc-tab__content .mdc-tab__text-label {
  color: #000;
}
.light .mat-mdc-tab-header-pagination-chevron {
  border-color: #000;
}
.dark .kb-tab-mobile {
  background-color: #1e1e1e;
}
.dark .kb-tab-mobile button {
  background-color: #1e1e1e;
  border: none;
}
.dark .kb-tab-mobile button:hover {
  background-color: #1e1e1e;
}
.dark .mat-mdc-tab-group .mat-mdc-tab-header .mat-mdc-tab-label-container .mat-mdc-tab-list .mat-mdc-tab-labels {
  border-bottom: 1px solid rgb(97.25, 97.25, 97.25);
}
.dark .mat-mdc-tab-group .mat-mdc-tab-header .mat-mdc-tab-label-container .mat-mdc-tab-list .mat-mdc-tab-labels .mdc-tab.mat-mdc-tab .mdc-tab__content .mdc-tab__text-label {
  color: rgb(127.5, 127.5, 127.5);
}
.dark .mat-mdc-tab-group .mat-mdc-tab-header .mat-mdc-tab-label-container .mat-mdc-tab-list .mat-mdc-tab-labels .mdc-tab.mat-mdc-tab.mdc-tab--active .mdc-tab__text-label {
  color: #fff;
}
.dark .mat-mdc-tab-group .mat-mdc-tab-header .mat-mdc-tab-label-container .mat-mdc-tab-list .mat-mdc-tab-labels .mdc-tab.mat-mdc-tab.mdc-tab--active .mdc-tab-indicator__content--underline {
  border-color: #fff;
}
.dark .mat-mdc-tab-group .mat-mdc-tab-header .mat-mdc-tab-label-container .mat-mdc-tab-list .mat-mdc-tab-labels .mdc-tab:hover {
  background-color: rgb(27.75, 27.75, 27.75);
}
.dark .mat-mdc-tab-group .mat-mdc-tab-header .mat-mdc-tab-label-container .mat-mdc-tab-list .mat-mdc-tab-labels .mdc-tab:hover.mat-mdc-tab .mdc-tab__content .mdc-tab__text-label {
  color: #fff;
}
.dark .mat-mdc-tab-header-pagination-chevron {
  border-color: #fff;
}
.mat-mdc-menu-panel {
  --mat-menu-item-label-text-size: 16px;
  --mat-menu-item-label-text-tracking: 0.03125em;
  --mat-menu-item-label-text-line-height: 24px;
  --mat-menu-item-label-text-weight: 400;
  min-height: auto !important;
  max-height: 300px;
  box-shadow: none !important;
}
.mat-mdc-menu-panel.mat-mdc-menu-panel {
  min-width: 112px !important;
  max-width: 280px !important;
}
@media (min-width: 1366px) {
  .mat-mdc-menu-panel.mat-mdc-menu-panel {
    min-width: 200px !important;
    max-width: 500px !important;
  }
}
.mat-mdc-menu-panel .mat-mdc-menu-content {
  padding-top: 0;
  padding-bottom: 0;
}
.mat-mdc-menu-panel .mat-mdc-menu-content:not(:empty) {
  padding-top: 0;
  padding-bottom: 0;
}
.mat-mdc-menu-panel .mat-mdc-menu-content .mat-mdc-menu-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.mat-mdc-menu-panel .mat-mdc-menu-content .mat-mdc-menu-item .mat-mdc-menu-item-text {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.mat-mdc-menu-panel .mat-mdc-menu-content .mat-mdc-menu-item .mat-mdc-menu-item-text i {
  font-size: 20px;
  width: 20px;
  height: 20px;
}
.mat-mdc-menu-panel .mat-mdc-menu-content .mat-mdc-menu-item .mat-mdc-menu-item-text .row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.mat-mdc-menu-panel .mat-mdc-menu-content .mat-mdc-menu-item:focus {
  outline: none;
}
.mat-mdc-menu-panel .mat-mdc-menu-content .mat-mdc-menu-item.child {
  padding-left: 36px;
}
.mat-mdc-menu-panel .mat-mdc-menu-content .mat-mdc-menu-item.readonly:focus {
  cursor: default;
}
.mat-mdc-menu-panel .mat-mdc-menu-content .mat-mdc-menu-item.readonly:hover {
  cursor: default;
}
.sub-menu.mat-mdc-menu-panel .mat-mdc-menu-item .mdc-list-item__primary-text {
  width: 100%;
}
.sub-menu.mat-mdc-menu-panel .mat-mdc-menu-item .mdc-list-item__primary-text .selected-filter {
  display: none;
}
.sub-menu.mat-mdc-menu-panel .mat-mdc-menu-item.selected .mdc-list-item__primary-text {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}
.sub-menu.mat-mdc-menu-panel .mat-mdc-menu-item.selected .mdc-list-item__primary-text .selected-filter {
  display: inline-block;
}
.light .mat-mdc-menu-panel {
  background-color: #fff;
  border: 1px solid rgb(212.5, 212.5, 212.5);
}
.light .mat-mdc-menu-panel .mat-mdc-menu-item-text,
.light .mat-mdc-menu-panel .mdc-list-item__primary-text {
  color: #000;
}
.light .mat-mdc-menu-panel .mat-mdc-menu-item .mat-mdc-menu-submenu-icon {
  color: #000;
}
.light .mat-mdc-menu-panel .mat-mdc-menu-item:not(:disabled):focus {
  outline: none;
  background-color: #fff;
}
.light .mat-mdc-menu-panel .mat-mdc-menu-item:not(:disabled):hover {
  outline: none;
  background-color: rgb(242.25, 242.25, 242.25);
}
.light .mat-mdc-menu-panel .mat-mdc-menu-item.readonly:focus {
  outline: none;
  background-color: #fff;
}
.light .mat-mdc-menu-panel .mat-mdc-menu-item.readonly:hover {
  outline: none;
  background-color: #fff;
}
.dark .mat-mdc-menu-panel {
  background-color: #333;
  border: 1px solid rgb(97.25, 97.25, 97.25);
}
.dark .mat-mdc-menu-panel .mat-mdc-menu-item-text,
.dark .mat-mdc-menu-panel .mdc-list-item__primary-text {
  color: #fff;
}
.dark .mat-mdc-menu-panel .mat-mdc-menu-item .mat-mdc-menu-submenu-icon {
  color: #fff;
}
.dark .mat-mdc-menu-panel .mat-mdc-menu-item:not(:disabled):focus {
  outline: none;
  background-color: #333;
}
.dark .mat-mdc-menu-panel .mat-mdc-menu-item:not(:disabled):hover {
  outline: none;
  background-color: rgb(89.25, 89.25, 89.25);
}
.dark .mat-mdc-menu-panel .mat-mdc-menu-item.readonly:focus {
  outline: none;
  background-color: #333;
}
.dark .mat-mdc-menu-panel .mat-mdc-menu-item.readonly:hover {
  outline: none;
  background-color: #333;
}
.light .nested-menu.mat-mdc-menu-panel .mat-mdc-menu-item .mdc-list-item__primary-text,
.light .sub-menu.mat-mdc-menu-panel .mat-mdc-menu-item .mdc-list-item__primary-text {
  color: #000;
}
.light .nested-menu.mat-mdc-menu-panel .mat-mdc-menu-item .mat-mdc-menu-submenu-icon,
.light .sub-menu.mat-mdc-menu-panel .mat-mdc-menu-item .mat-mdc-menu-submenu-icon {
  color: #000;
}
.light .nested-menu.mat-mdc-menu-panel .mat-mdc-menu-item:hover .mdc-list-item__primary-text,
.light .sub-menu.mat-mdc-menu-panel .mat-mdc-menu-item:hover .mdc-list-item__primary-text {
  color: #000;
}
.light .nested-menu.mat-mdc-menu-panel .mat-mdc-menu-item:hover .mat-mdc-menu-submenu-icon,
.light .sub-menu.mat-mdc-menu-panel .mat-mdc-menu-item:hover .mat-mdc-menu-submenu-icon {
  color: #000;
}
.dark .nested-menu.mat-mdc-menu-panel .mat-mdc-menu-item .mdc-list-item__primary-text,
.dark .sub-menu.mat-mdc-menu-panel .mat-mdc-menu-item .mdc-list-item__primary-text {
  color: #fff;
}
.dark .nested-menu.mat-mdc-menu-panel .mat-mdc-menu-item .mat-mdc-menu-submenu-icon,
.dark .sub-menu.mat-mdc-menu-panel .mat-mdc-menu-item .mat-mdc-menu-submenu-icon {
  color: #fff;
}
.dark .nested-menu.mat-mdc-menu-panel .mat-mdc-menu-item:hover .mdc-list-item__primary-text,
.dark .sub-menu.mat-mdc-menu-panel .mat-mdc-menu-item:hover .mdc-list-item__primary-text {
  color: #fff;
}
.dark .nested-menu.mat-mdc-menu-panel .mat-mdc-menu-item:hover .mat-mdc-menu-submenu-icon,
.dark .sub-menu.mat-mdc-menu-panel .mat-mdc-menu-item:hover .mat-mdc-menu-submenu-icon {
  color: #fff;
}
.mat-mdc-dialog-container {
  min-width: 300px !important;
  max-width: 900px !important;
  width: 100%;
}
.mat-mdc-dialog-container .mdc-dialog__surface {
  box-shadow: 8px !important;
}
.mat-mdc-dialog-container .mdc-dialog__surface .mdc-dialog__title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 10px 14px;
  padding: 0 10px;
}
.mat-mdc-dialog-container .mdc-dialog__surface .mdc-dialog__title:before {
  display: none;
}
.mat-mdc-dialog-container .mdc-dialog__surface .mdc-dialog__content {
  line-height: 14px !important;
  font-size: 14px !important;
  font-weight: normal !important;
  scrollbar-width: thin;
}
.mat-mdc-dialog-container .mdc-dialog__surface .mdc-dialog__content::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.mat-mdc-dialog-container .mdc-dialog__surface .mdc-dialog__actions {
  flex-direction: row;
  justify-content: flex-end;
  gap: 8px;
  padding: 0;
  margin: 0 14px;
}
.mat-mdc-dialog-container .mdc-dialog__surface .mdc-dialog__actions button {
  font-weight: 700;
  margin: 0;
}
@media (min-width: 1000px) {
  .mat-mdc-dialog-container {
    min-width: 500px !important;
  }
}
.light .mat-mdc-dialog-container .mdc-dialog__surface {
  background-color: #fdfdfd !important;
  border: 1px solid rgb(217.6, 217.6, 217.6);
}
.light .mat-mdc-dialog-container .mdc-dialog__surface .mdc-dialog__title {
  color: #000 !important;
}
.light .mat-mdc-dialog-container .mdc-dialog__surface .mdc-dialog__content {
  color: #000 !important;
  scrollbar-color: #8d8d8d #f0f0f0;
}
.light .mat-mdc-dialog-container .mdc-dialog__surface .mdc-dialog__content::-webkit-scrollbar {
  background-color: #f0f0f0;
}
.light .mat-mdc-dialog-container .mdc-dialog__surface .mdc-dialog__content::-webkit-scrollbar-thumb {
  background: #8d8d8d;
}
.light .mat-mdc-dialog-container .mdc-dialog__surface .mdc-dialog__actions .mat-mdc-button {
  color: #000 !important;
}
.light .mat-mdc-dialog-container .mdc-dialog__surface .mdc-dialog__actions .mat-mdc-button:disabled {
  color: #666666 !important;
}
.dark .mat-mdc-dialog-container .mdc-dialog__surface {
  background-color: #0f0f0f !important;
  border: 1px solid rgb(97.25, 97.25, 97.25);
}
.dark .mat-mdc-dialog-container .mdc-dialog__surface .mdc-dialog__title {
  color: #fff !important;
}
.dark .mat-mdc-dialog-container .mdc-dialog__surface .mdc-dialog__content {
  color: #fff !important;
  scrollbar-color: #878787 #000;
}
.dark .mat-mdc-dialog-container .mdc-dialog__surface .mdc-dialog__content::-webkit-scrollbar {
  background-color: #000;
}
.dark .mat-mdc-dialog-container .mdc-dialog__surface .mdc-dialog__content::-webkit-scrollbar-thumb {
  background: #878787;
}
.dark .mat-mdc-dialog-container .mdc-dialog__surface .mdc-dialog__actions .mat-mdc-button {
  color: #fff !important;
}
.dark .mat-mdc-dialog-container .mdc-dialog__surface .mdc-dialog__actions .mat-mdc-button:disabled {
  color: #666666 !important;
}
.mat-mdc-paginator {
  --mat-paginator-container-text-line-height: 20px;
  --mat-paginator-container-text-size: 12px;
  --mat-paginator-container-text-tracking: 0.0333333333em;
  --mat-paginator-container-text-weight: 400;
  --mat-paginator-select-trigger-text-size: 12px;
}
.mat-mdc-paginator .mat-mdc-paginator-container .mat-mdc-paginator-range-label {
  display: none;
}
.mat-mdc-paginator .mat-mdc-paginator-container .mat-mdc-paginator-page-size {
  display: none;
}
@media (min-width: 550px) {
  .mat-mdc-paginator .mat-mdc-paginator-container .mat-mdc-paginator-range-label {
    display: flex;
  }
  .mat-mdc-paginator .mat-mdc-paginator-container .mat-mdc-paginator-page-size {
    display: flex;
  }
}
.light .mat-mdc-paginator {
  background: #fdfdfd;
  color: #000;
}
.light .mat-mdc-paginator .mat-mdc-icon-button:disabled {
  color: #666666;
}
.light .mat-mdc-paginator .mat-mdc-icon-button:disabled svg {
  fill: #666666;
}
.light .mat-mdc-paginator .mat-mdc-icon-button .mat-mdc-paginator-icon {
  fill: #000;
}
.dark .mat-mdc-paginator {
  background: #0f0f0f;
  color: #fff;
}
.dark .mat-mdc-paginator .mat-mdc-icon-button:disabled {
  color: #666666;
}
.dark .mat-mdc-paginator .mat-mdc-icon-button:disabled svg {
  fill: #666666;
}
.dark .mat-mdc-paginator .mat-mdc-icon-button .mat-mdc-paginator-icon {
  fill: #fff;
}
.kb-autocomplete {
  position: relative;
}
.kb-autocomplete input {
  padding-right: 30px;
}
.kb-autocomplete.two-icons input {
  padding-right: 50px;
}
.kb-autocomplete .clear {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.kb-autocomplete .icons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 5px;
  position: absolute;
  top: 50%;
  right: 0;
}
.mat-mdc-snack-bar-container .mdc-snackbar__surface {
  border: none;
  box-shadow: none;
}
.light .mat-mdc-snack-bar-container .mdc-snackbar__surface {
  background: #fff;
  border: 3px solid #2c73c9;
}
.light .mat-mdc-snack-bar-container .mdc-snackbar__label {
  color: #000;
}
.light .mat-mdc-snack-bar-container .mat-mdc-button.mat-mdc-snack-bar-action:not(:disabled) {
  color: #000;
}
.light .mat-mdc-snack-bar-container.error .mdc-snackbar__surface {
  border-color: #ff2a2a;
}
.dark .mat-mdc-snack-bar-container .mdc-snackbar__surface {
  background: #333;
  border: 3px solid #659bdd;
}
.dark .mat-mdc-snack-bar-container .mdc-snackbar__label {
  color: #fff;
}
.dark .mat-mdc-snack-bar-container .mat-mdc-button.mat-mdc-snack-bar-action:not(:disabled) {
  color: #fff;
}
.dark .mat-mdc-snack-bar-container.error .mdc-snackbar__surface {
  border-color: #ff6969;
}
.light .mat-calendar {
  background-color: #fff;
}
.light .mat-calendar .mat-calendar-previous-button,
.light .mat-calendar .mat-calendar-next-button {
  color: #000 !important;
}
.light .mat-calendar .mat-calendar-previous-button:disabled,
.light .mat-calendar .mat-calendar-next-button:disabled {
  color: #666666 !important;
}
.light .mat-calendar .mat-calendar-arrow {
  fill: #000;
}
.light .mat-calendar .mat-calendar-body-cell-content,
.light .mat-calendar .mat-date-range-input-separator,
.light .mat-calendar .mat-mdc-button:not(:disabled),
.light .mat-calendar .mat-calendar-body-label {
  color: #000;
}
.light .mat-calendar .mat-calendar-table-header th,
.light .mat-calendar .mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  color: #666666;
}
.light .mat-calendar .mat-calendar-table-header-divider::after {
  background: #666666;
}
.light .mat-calendar .mat-calendar-body-selected {
  background-color: #2c73c9;
  color: #fff;
}
.dark .mat-calendar {
  background-color: #333;
}
.dark .mat-calendar .mat-calendar-previous-button,
.dark .mat-calendar .mat-calendar-next-button {
  color: #fff !important;
}
.dark .mat-calendar .mat-calendar-previous-button:disabled,
.dark .mat-calendar .mat-calendar-next-button:disabled {
  color: #666666 !important;
}
.dark .mat-calendar .mat-calendar-arrow {
  fill: #fff;
}
.dark .mat-calendar .mat-calendar-body-cell-content,
.dark .mat-calendar .mat-date-range-input-separator,
.dark .mat-calendar .mat-mdc-button:not(:disabled),
.dark .mat-calendar .mat-calendar-body-label {
  color: #fff;
}
.dark .mat-calendar .mat-calendar-table-header th,
.dark .mat-calendar .mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  color: #666666;
}
.dark .mat-calendar .mat-calendar-table-header-divider::after {
  background: #666666;
}
.dark .mat-calendar .mat-calendar-body-selected {
  background-color: #659bdd;
  color: #fff;
}
.mat-mdc-tooltip .mdc-tooltip__surface {
  max-width: 300px !important;
  white-space: normal !important;
}
:root .mat-mdc-slide-toggle.mat-accent {
  --mat-slide-toggle-selected-handle-color: #ff914d;
  --mat-slide-toggle-selected-focus-handle-color: rgb(255, 97.7247191011, 0.5);
  --mat-slide-toggle-selected-hover-handle-color: rgb(255, 97.7247191011, 0.5);
  --mat-slide-toggle-selected-pressed-handle-color: rgb(255, 97.7247191011, 0.5);
  --mat-slide-toggle-selected-track-color: rgb(255, 223.7921348315, 204.5);
  --mat-slide-toggle-selected-focus-track-color: rgb(255, 223.7921348315, 204.5);
  --mat-slide-toggle-selected-hover-track-color: rgb(255, 223.7921348315, 204.5);
  --mat-slide-toggle-selected-pressed-track-color: rgb(255, 223.7921348315, 204.5);
  --mat-slide-toggle-unselected-handle-color: #6e7881;
  --mat-slide-toggle-unselected-focus-handle-color: #333333;
  --mat-slide-toggle-unselected-hover-handle-color: #333333;
  --mat-slide-toggle-unselected-pressed-handle-color: #333333;
  --mat-slide-toggle-unselected-track-color: rgb(205.0732217573, 208.9435146444, 212.4267782427);
  --mat-slide-toggle-unselected-focus-track-color: rgb(205.0732217573, 208.9435146444, 212.4267782427);
  --mat-slide-toggle-unselected-hover-track-color: rgb(205.0732217573, 208.9435146444, 212.4267782427);
  --mat-slide-toggle-unselected-pressed-track-color: rgb(205.0732217573, 208.9435146444, 212.4267782427);
}
html {
  --mat-sys-background: #fcf8fd;
  --mat-sys-error: #ba1a1a;
  --mat-sys-error-container: #ffdad6;
  --mat-sys-inverse-on-surface: #f3eff4;
  --mat-sys-inverse-primary: #bec2ff;
  --mat-sys-inverse-surface: #303034;
  --mat-sys-on-background: #1b1b1f;
  --mat-sys-on-error: #ffffff;
  --mat-sys-on-error-container: #93000a;
  --mat-sys-on-primary: #ffffff;
  --mat-sys-on-primary-container: #0000ef;
  --mat-sys-on-primary-fixed: #00006e;
  --mat-sys-on-primary-fixed-variant: #0000ef;
  --mat-sys-on-secondary: #ffffff;
  --mat-sys-on-secondary-container: #444559;
  --mat-sys-on-secondary-fixed: #191a2c;
  --mat-sys-on-secondary-fixed-variant: #444559;
  --mat-sys-on-surface: #1b1b1f;
  --mat-sys-on-surface-variant: #46464f;
  --mat-sys-on-tertiary: #ffffff;
  --mat-sys-on-tertiary-container: #723600;
  --mat-sys-on-tertiary-fixed: #311300;
  --mat-sys-on-tertiary-fixed-variant: #723600;
  --mat-sys-outline: #777680;
  --mat-sys-outline-variant: #c7c5d0;
  --mat-sys-primary: #343dff;
  --mat-sys-primary-container: #e0e0ff;
  --mat-sys-primary-fixed: #e0e0ff;
  --mat-sys-primary-fixed-dim: #bec2ff;
  --mat-sys-scrim: #000000;
  --mat-sys-secondary: #5c5d72;
  --mat-sys-secondary-container: #e1e0f9;
  --mat-sys-secondary-fixed: #e1e0f9;
  --mat-sys-secondary-fixed-dim: #c5c4dd;
  --mat-sys-shadow: #000000;
  --mat-sys-surface: #fcf8fd;
  --mat-sys-surface-bright: #fcf8fd;
  --mat-sys-surface-container: #f0edf1;
  --mat-sys-surface-container-high: #ebe7eb;
  --mat-sys-surface-container-highest: #e5e1e6;
  --mat-sys-surface-container-low: #f6f2f7;
  --mat-sys-surface-container-lowest: #ffffff;
  --mat-sys-surface-dim: #dcd9dd;
  --mat-sys-surface-tint: #343dff;
  --mat-sys-surface-variant: #e4e1ec;
  --mat-sys-tertiary: #964900;
  --mat-sys-tertiary-container: #ffdcc7;
  --mat-sys-tertiary-fixed: #ffdcc7;
  --mat-sys-tertiary-fixed-dim: #ffb787;
  --mat-sys-neutral-variant20: #303038;
  --mat-sys-neutral10: #1b1b1f;
  --mat-sys-level0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-sys-level1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-sys-level2:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-sys-level3:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-sys-level4:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-sys-level5:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-sys-body-large: 400 1rem / 1.5rem Roboto;
  --mat-sys-body-large-font: Roboto;
  --mat-sys-body-large-line-height: 1.5rem;
  --mat-sys-body-large-size: 1rem;
  --mat-sys-body-large-tracking: 0.031rem;
  --mat-sys-body-large-weight: 400;
  --mat-sys-body-medium: 400 0.875rem / 1.25rem Roboto;
  --mat-sys-body-medium-font: Roboto;
  --mat-sys-body-medium-line-height: 1.25rem;
  --mat-sys-body-medium-size: 0.875rem;
  --mat-sys-body-medium-tracking: 0.016rem;
  --mat-sys-body-medium-weight: 400;
  --mat-sys-body-small: 400 0.75rem / 1rem Roboto;
  --mat-sys-body-small-font: Roboto;
  --mat-sys-body-small-line-height: 1rem;
  --mat-sys-body-small-size: 0.75rem;
  --mat-sys-body-small-tracking: 0.025rem;
  --mat-sys-body-small-weight: 400;
  --mat-sys-display-large: 400 3.562rem / 4rem Roboto;
  --mat-sys-display-large-font: Roboto;
  --mat-sys-display-large-line-height: 4rem;
  --mat-sys-display-large-size: 3.562rem;
  --mat-sys-display-large-tracking: -0.016rem;
  --mat-sys-display-large-weight: 400;
  --mat-sys-display-medium: 400 2.812rem / 3.25rem Roboto;
  --mat-sys-display-medium-font: Roboto;
  --mat-sys-display-medium-line-height: 3.25rem;
  --mat-sys-display-medium-size: 2.812rem;
  --mat-sys-display-medium-tracking: 0;
  --mat-sys-display-medium-weight: 400;
  --mat-sys-display-small: 400 2.25rem / 2.75rem Roboto;
  --mat-sys-display-small-font: Roboto;
  --mat-sys-display-small-line-height: 2.75rem;
  --mat-sys-display-small-size: 2.25rem;
  --mat-sys-display-small-tracking: 0;
  --mat-sys-display-small-weight: 400;
  --mat-sys-headline-large: 400 2rem / 2.5rem Roboto;
  --mat-sys-headline-large-font: Roboto;
  --mat-sys-headline-large-line-height: 2.5rem;
  --mat-sys-headline-large-size: 2rem;
  --mat-sys-headline-large-tracking: 0;
  --mat-sys-headline-large-weight: 400;
  --mat-sys-headline-medium: 400 1.75rem / 2.25rem Roboto;
  --mat-sys-headline-medium-font: Roboto;
  --mat-sys-headline-medium-line-height: 2.25rem;
  --mat-sys-headline-medium-size: 1.75rem;
  --mat-sys-headline-medium-tracking: 0;
  --mat-sys-headline-medium-weight: 400;
  --mat-sys-headline-small: 400 1.5rem / 2rem Roboto;
  --mat-sys-headline-small-font: Roboto;
  --mat-sys-headline-small-line-height: 2rem;
  --mat-sys-headline-small-size: 1.5rem;
  --mat-sys-headline-small-tracking: 0;
  --mat-sys-headline-small-weight: 400;
  --mat-sys-label-large: 500 0.875rem / 1.25rem Roboto;
  --mat-sys-label-large-font: Roboto;
  --mat-sys-label-large-line-height: 1.25rem;
  --mat-sys-label-large-size: 0.875rem;
  --mat-sys-label-large-tracking: 0.006rem;
  --mat-sys-label-large-weight: 500;
  --mat-sys-label-large-weight-prominent: 700;
  --mat-sys-label-medium: 500 0.75rem / 1rem Roboto;
  --mat-sys-label-medium-font: Roboto;
  --mat-sys-label-medium-line-height: 1rem;
  --mat-sys-label-medium-size: 0.75rem;
  --mat-sys-label-medium-tracking: 0.031rem;
  --mat-sys-label-medium-weight: 500;
  --mat-sys-label-medium-weight-prominent: 700;
  --mat-sys-label-small: 500 0.688rem / 1rem Roboto;
  --mat-sys-label-small-font: Roboto;
  --mat-sys-label-small-line-height: 1rem;
  --mat-sys-label-small-size: 0.688rem;
  --mat-sys-label-small-tracking: 0.031rem;
  --mat-sys-label-small-weight: 500;
  --mat-sys-title-large: 400 1.375rem / 1.75rem Roboto;
  --mat-sys-title-large-font: Roboto;
  --mat-sys-title-large-line-height: 1.75rem;
  --mat-sys-title-large-size: 1.375rem;
  --mat-sys-title-large-tracking: 0;
  --mat-sys-title-large-weight: 400;
  --mat-sys-title-medium: 500 1rem / 1.5rem Roboto;
  --mat-sys-title-medium-font: Roboto;
  --mat-sys-title-medium-line-height: 1.5rem;
  --mat-sys-title-medium-size: 1rem;
  --mat-sys-title-medium-tracking: 0.009rem;
  --mat-sys-title-medium-weight: 500;
  --mat-sys-title-small: 500 0.875rem / 1.25rem Roboto;
  --mat-sys-title-small-font: Roboto;
  --mat-sys-title-small-line-height: 1.25rem;
  --mat-sys-title-small-size: 0.875rem;
  --mat-sys-title-small-tracking: 0.006rem;
  --mat-sys-title-small-weight: 500;
  --mat-sys-corner-extra-large: 28px;
  --mat-sys-corner-extra-large-top: 28px 28px 0 0;
  --mat-sys-corner-extra-small: 4px;
  --mat-sys-corner-extra-small-top: 4px 4px 0 0;
  --mat-sys-corner-full: 9999px;
  --mat-sys-corner-large: 16px;
  --mat-sys-corner-large-end: 0 16px 16px 0;
  --mat-sys-corner-large-start: 16px 0 0 16px;
  --mat-sys-corner-large-top: 16px 16px 0 0;
  --mat-sys-corner-medium: 12px;
  --mat-sys-corner-none: 0;
  --mat-sys-corner-small: 8px;
  --mat-sys-dragged-state-layer-opacity: 0.16;
  --mat-sys-focus-state-layer-opacity: 0.12;
  --mat-sys-hover-state-layer-opacity: 0.08;
  --mat-sys-pressed-state-layer-opacity: 0.12;
  color-scheme: light;
}
* {
  box-sizing: border-box;
  font-family:
    Roboto,
    "Helvetica Neue",
    sans-serif;
}
* ::after,
* ::before {
  box-sizing: border-box;
}
:focus {
  outline: none;
}
body {
  margin: 0;
  padding: 0;
  padding-bottom: 64px;
  font-family:
    Roboto,
    "Helvetica Neue",
    sans-serif;
  font-size: 14px;
}
.mat-drawer-container {
  background: #fdfdfd;
  color: #333333;
}
.mat-drawer-container .mat-drawer-content {
  background: #fdfdfd;
}
.mat-sidenav-content {
  background-color: #fdfdfd;
  color: #333333;
}
.mat-sidenav-content .page-content {
  padding: 10px 20px;
}
.google-visualization-tooltip {
  pointer-events: none;
}
.duplicate-error {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.duplicate-error i.bad {
  color: #ff914d;
}
.duplicate-error a {
  color: #333333;
}
.duplicate-error a:visited {
  color: #333333;
}
.error-message {
  color: #db4c4c;
}
fieldset {
  border: 1px solid #e8e8e8;
  border-radius: 8px;
}
.kb-settings .setting {
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 10px;
}
.kb-settings .setting .setting-type {
  margin-bottom: 10px;
}
.kb-settings .setting .setting-type .title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.kb-settings .setting .setting-type .title button {
  margin-left: 10px;
}
.kb-settings .setting .setting-type .title.rows {
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.kb-settings .setting .setting-type .tip {
  font-size: 13px;
  margin-bottom: 10px;
}
.kb-settings .setting .setting-type .tip button {
  background-color: transparent;
  border: none;
  margin: 0;
  padding-block: 0;
  padding-inline: 0;
  padding: 0 0 3px 0;
  text-align: left;
  border-bottom: 1px solid transparent;
}
.kb-settings .setting .setting-type .warning {
  font-size: 13px;
  margin-bottom: 10px;
}
.kb-settings .setting .setting-type .warning p {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  margin: 0 0 10px 0;
}
.kb-settings .setting .setting-type .warning p i {
  font-size: 24px;
  width: 24px;
  height: 24px;
}
.kb-settings .setting .setting-content .subsetting {
  margin-bottom: 10px;
}
.kb-settings .setting .setting-content .subsetting:last-child {
  margin-bottom: 0;
}
.kb-settings .setting .setting-content .subsetting .subsetting-type {
  font-weight: 500;
  margin-bottom: 10px;
}
.kb-settings .setting .setting-content .subsetting .subsetting-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.kb-settings .setting .setting-content .subsetting .subsetting-content .checkboxes {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.kb-settings .setting:last-child {
  margin-bottom: 0;
}
@media (min-width: 1000px) {
  .kb-settings .setting {
    display: flex;
    flex-direction: row;
    justify-content: left;
    margin-bottom: 0;
    padding: 10px 0;
    border-radius: 0;
  }
  .kb-settings .setting .setting-type {
    width: 20%;
    margin-bottom: 0;
    padding: 20px;
  }
  .kb-settings .setting .setting-type .title {
    margin: 10px 0;
  }
  .kb-settings .setting .setting-type .tip:last-child {
    margin-bottom: 0;
  }
  .kb-settings .setting .setting-type .warning:last-child {
    margin-bottom: 0;
  }
  .kb-settings .setting .setting-content {
    padding: 20px 40px;
    width: 80%;
  }
  .kb-settings .setting .setting-content.middle {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .kb-settings .setting .setting-content .subsetting {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
  }
  .kb-settings .setting .setting-content .subsetting .subsetting-type {
    width: 200px;
  }
  .kb-settings .setting .setting-content .subsetting .subsetting-content {
    width: 100%;
  }
  .kb-settings .setting .setting-content .subsetting .subsetting-content .two-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}
.light .kb-settings .setting {
  border: 1px solid rgb(217.6, 217.6, 217.6);
}
.light .kb-settings .setting .setting-type .tip span {
  color: #434343;
}
.light .kb-settings .setting .setting-type .tip span button {
  color: #434343;
}
.light .kb-settings .setting .setting-type .tip span button:hover,
.light .kb-settings .setting .setting-type .tip span button:focus {
  border-bottom: 1px solid #434343;
}
.light .kb-settings .setting .setting-type .warning {
  color: #434343;
}
.light .kb-settings .setting .setting-type .warning p i {
  color: #ff700b;
}
@media (min-width: 1000px) {
  .light .kb-settings .setting {
    border: none;
    border-bottom: 1px solid rgb(217.6, 217.6, 217.6);
  }
  .light .kb-settings .setting:last-child {
    border: none;
  }
  .light .kb-settings .setting .setting-type {
    border-right: 1px solid rgb(217.6, 217.6, 217.6);
  }
}
.dark .kb-settings .setting {
  border: 1px solid rgb(97.25, 97.25, 97.25);
}
.dark .kb-settings .setting .setting-type .tip span {
  color: #b6b6b6;
}
.dark .kb-settings .setting .setting-type .tip span button {
  color: #b6b6b6;
}
.dark .kb-settings .setting .setting-type .tip span button:hover,
.dark .kb-settings .setting .setting-type .tip span button:focus {
  border-bottom: 1px solid #b6b6b6;
}
.dark .kb-settings .setting .setting-type .warning {
  color: #b6b6b6;
}
.dark .kb-settings .setting .setting-type .warning p i {
  color: #fe7d17;
}
@media (min-width: 1000px) {
  .dark .kb-settings .setting {
    border: none;
    border-bottom: 1px solid rgb(97.25, 97.25, 97.25);
  }
  .dark .kb-settings .setting:last-child {
    border: none;
  }
  .dark .kb-settings .setting .setting-type {
    border-right: 1px solid rgb(97.25, 97.25, 97.25);
  }
}
.top-row {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  margin-bottom: 10px;
}
.top-row .search {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.top-row .actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-self: flex-end;
  gap: 10px;
}
@media (min-width: 1366px) {
  .top-row {
    grid-template-columns: 600px 1fr;
  }
}
@media (min-width: 1500px) {
  .top-row {
    grid-template-columns: 700px 1fr;
  }
}
@media (min-width: 1600px) {
  .top-row {
    grid-template-columns: 800px 1fr;
  }
}
.kb-table table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.kb-table table thead tr th {
  text-align: left;
  padding: 10px;
  font-size: 14px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.kb-table table thead tr th.start {
  text-align: left;
}
.kb-table table thead tr th.middle {
  text-align: center;
}
.kb-table table thead tr th.end {
  text-align: right;
}
.kb-table table thead tr th.small-padding {
  padding: 0 10px;
}
.kb-table table thead tr th.kill-padding {
  padding: 0;
}
.kb-table table thead tr th.filter {
  padding-right: 20px;
}
.kb-table table thead tr th.filter div {
  cursor: pointer;
  width: auto;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: left;
}
.kb-table table thead tr th.filter div .clickable-icon,
.kb-table table thead tr th.filter div .kb-icon-button {
  margin-left: 10px;
}
.kb-table table thead tr th:first-child {
  padding-left: 10px;
}
.kb-table table thead tr th:last-child {
  padding-right: 10px;
}
.kb-table table tbody tr td {
  text-align: left;
  padding: 10px;
  border-top: 1px solid;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.kb-table table tbody tr td.start {
  text-align: left;
}
.kb-table table tbody tr td.middle {
  text-align: center;
}
.kb-table table tbody tr td.end {
  text-align: right;
}
.kb-table table tbody tr td.small-padding {
  padding: 0 10px;
}
.kb-table table tbody tr td.cutoff div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.2s linear;
}
.kb-table table tbody tr td.cutoff div:hover:after,
.kb-table table tbody tr td.cutoff div:focus:after {
  content: attr(data-text);
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #333333 transparent;
  background: #fdfdfd;
  position: absolute;
  left: auto;
  top: auto;
  max-height: 100px;
  border: 1px solid #e8e8e8;
  padding: 5px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  white-space: normal;
  word-wrap: break-word;
  display: block;
  color: black;
  margin-top: -1.25rem;
  z-index: 2;
}
.kb-table table tbody tr td.cutoff div:hover:after::-webkit-scrollbar,
.kb-table table tbody tr td.cutoff div:focus:after::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  border-radius: 8px;
  background-color: transparent;
}
.kb-table table tbody tr td.cutoff div:hover:after::-webkit-scrollbar-thumb,
.kb-table table tbody tr td.cutoff div:focus:after::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #333333;
}
.kb-table table tbody tr td:first-child {
  padding-left: 10px;
}
.kb-table table tbody tr td:last-child {
  padding-right: 10px;
}
.kb-table table tbody tr td .select {
  cursor: pointer;
  padding: 5px 15px;
  border-radius: 8px;
}
@media (min-width: 750px) {
  .kb-table table tbody tr td .select {
    display: none;
  }
}
.kb-table table tbody tr:hover td .select {
  display: inline;
}
.kb-table table tbody tr.info-row .info-icon {
  cursor: pointer;
  font-size: 16px;
  opacity: 0;
  transition: opacity 0.25s ease-in;
  margin-left: 5px;
}
.kb-table table tbody tr.info-row:hover .info-icon {
  opacity: 1;
}
.kb-table table .menu-column {
  width: 50px;
  text-align: center;
  border-left: 1px solid;
}
.kb-table table .menu-column div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.kb-table table .menu-column div .kb-icon-button {
  width: 100%;
  justify-content: center;
}
.kb-table table .menu-column.two {
  width: 70px;
}
.kb-table table .menu-column.two div {
  justify-content: space-evenly;
}
.kb-table table .menu-column.two div .button-spacer {
  display: inline-block;
  width: 100%;
}
.kb-table table .menu-column .kb-button {
  border: none;
  background-color: transparent;
  padding: 0;
  height: 100%;
  width: 90%;
}
.kb-table table .menu-column .kb-button:hover {
  background-color: transparent;
}
.kb-table table .selected {
  width: 80px;
  text-align: center;
}
.kb-table table .mat-mdc-form-field .mat-mdc-text-field-wrapper .mdc-line-ripple:before,
.kb-table table .mat-mdc-form-field .mat-mdc-text-field-wrapper .mdc-line-ripple:after {
  border-bottom-color: transparent;
}
.kb-table table tr th.status,
.kb-table table tr td.status {
  width: 100px;
  text-align: center;
}
.kb-table table tr th.date,
.kb-table table tr td.date {
  width: 200px;
  text-align: center;
}
.kb-table.no-border table tbody tr td {
  border-top: none;
}
.kb-table.no-border table .menu-column {
  border-left: none;
}
.kb-table table tr.compact-cells td {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.kb-table.no-header table tbody tr:first-child td {
  border-top: none;
}
.light .kb-table table thead tr th {
  color: #5b5b5b;
}
.light .kb-table table thead tr .menu-column {
  border-color: #eeeeee;
}
.light .kb-table table tbody tr td {
  border-color: #eeeeee;
}
.light .kb-table table tbody tr td .select {
  background-color: #fdfdfd;
}
.light .kb-table table tbody tr:hover {
  background-color: rgb(240.25, 240.25, 240.25);
}
.light .kb-table table tbody tr.no-hover:hover,
.light .kb-table table tbody tr.action-row:hover {
  background-color: #fdfdfd;
}
.light .kb-table table tbody tr .menu-column {
  border-color: #eeeeee;
}
.light .kb-table table tbody tr:hover .menu-column {
  border-left-color: rgb(217.6, 217.6, 217.6);
}
.light .kb-table table .mat-mdc-form-field .mat-mdc-text-field-wrapper.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple:before,
.light .kb-table table .mat-mdc-form-field .mat-mdc-text-field-wrapper.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple:after {
  border-bottom-color: #666666;
}
.light .kb-table table .mat-mdc-form-field.mat-focused .mdc-line-ripple:before,
.light .kb-table table .mat-mdc-form-field.mat-focused .mdc-line-ripple:after {
  border-bottom-color: #000;
}
.dark .kb-table table thead tr th {
  color: #969696;
}
.dark .kb-table table thead tr .menu-column {
  border-color: #3b3b3b;
}
.dark .kb-table table tbody tr td {
  border-color: #3b3b3b;
}
.dark .kb-table table tbody tr td .select {
  background-color: #0f0f0f;
}
.dark .kb-table table tbody tr:hover {
  background-color: rgb(27.75, 27.75, 27.75);
}
.dark .kb-table table tbody tr.no-hover:hover,
.dark .kb-table table tbody tr.action-row:hover {
  background-color: #0f0f0f;
}
.dark .kb-table table tbody tr .menu-column {
  border-color: #3b3b3b;
}
.dark .kb-table table tbody tr:hover .menu-column {
  border-left-color: #3b3b3b;
}
.dark .kb-table table .mat-mdc-form-field .mat-mdc-text-field-wrapper.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple:before,
.dark .kb-table table .mat-mdc-form-field .mat-mdc-text-field-wrapper.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple:after {
  border-bottom-color: #666666;
}
.dark .kb-table table .mat-mdc-form-field.mat-focused .mdc-line-ripple:before,
.dark .kb-table table .mat-mdc-form-field.mat-focused .mdc-line-ripple:after {
  border-bottom-color: #fff;
}
.kb-button {
  font-size: 14px;
  border-radius: 4px;
  padding: 8px 6px;
  cursor: pointer;
  width: fit-content;
}
.kb-button.bottom-space {
  margin-bottom: 10px;
}
.kb-button:disabled {
  cursor: default;
}
.kb-button i.leading {
  margin-right: 5px;
}
.kb-button i.trailing {
  margin-left: 5px;
}
.kb-button.muted {
  font-size: 12px;
  text-underline-offset: 3px;
}
.kb-button.muted:hover,
.kb-button.muted:focus {
  text-decoration: underline;
}
.light .kb-button {
  background-color: #fdfdfd;
  border: 1px solid #eeeeee;
  color: #000;
}
.light .kb-button:hover,
.light .kb-button:focus {
  background-color: rgb(227.5, 227.5, 227.5);
  border-color: #000;
}
.light .kb-button:disabled {
  background-color: transparent;
  color: rgb(127.5, 127.5, 127.5);
}
.light .kb-button:disabled:hover,
.light .kb-button:disabled:focus {
  background-color: transparent;
  border-color: #eeeeee;
}
.light .kb-button.no-border {
  border: none;
}
.light .kb-button.muted {
  color: rgb(89.25, 89.25, 89.25);
  border-color: transparent;
}
.light .kb-button.muted:hover,
.light .kb-button.muted:focus {
  background-color: transparent;
  border-color: transparent;
}
.dark .kb-button {
  background-color: #0f0f0f;
  border: 1px solid #3b3b3b;
  color: #fff;
}
.dark .kb-button:hover,
.dark .kb-button:focus {
  background-color: rgb(76.5, 76.5, 76.5);
  border-color: #fff;
}
.dark .kb-button:disabled {
  background-color: transparent;
  color: rgb(127.5, 127.5, 127.5);
}
.dark .kb-button:disabled:hover,
.dark .kb-button:disabled:focus {
  background-color: transparent;
  border-color: #3b3b3b;
}
.dark .kb-button.no-border {
  border: none;
}
.dark .kb-button.muted {
  color: rgb(165.75, 165.75, 165.75);
  border-color: transparent;
}
.dark .kb-button.muted:hover,
.dark .kb-button.muted:focus {
  background-color: transparent;
  border-color: transparent;
}
.kb-icon-button {
  position: relative;
  cursor: pointer;
  font-size: 24px;
  height: 24px;
  width: 24px;
  border: none;
  background-color: transparent;
}
.kb-icon-button.drag {
  cursor: grab;
}
.kb-icon-button:disabled {
  cursor: default;
}
.kb-icon-button.mdc-evolution-chip__icon--trailing {
  font-size: 24px !important;
  height: 24px !important;
  width: 24px !important;
}
.kb-icon-button .fa-solid {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.2s, transform 0.2s;
}
.kb-icon-button .fa-regular,
.kb-icon-button .fa-duotone {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 1;
  transition: opacity 0.2s, transform 0.2s;
}
.kb-icon-button:hover .fa-regular,
.kb-icon-button:focus .fa-regular {
  opacity: 0;
  transition: opacity 0.2s, transform 0.2s;
}
.kb-icon-button:hover .fa-solid,
.kb-icon-button:focus .fa-solid {
  opacity: 1;
  transition: opacity 0.2s, transform 0.2s;
}
.kb-icon-button:hover,
.kb-icon-button:focus {
  outline: none !important;
  border: none !important;
}
.kb-icon-button.regular-only .fa-regular {
  opacity: 1;
}
.kb-icon-button.regular-only .fa-regular:hover,
.kb-icon-button.regular-only .fa-regular:focus {
  opacity: 1;
}
.kb-icon-button.regular-only .fa-solid {
  opacity: 0;
}
.kb-icon-button.regular-only .fa-solid:hover,
.kb-icon-button.regular-only .fa-solid:focus {
  opacity: 0;
}
.kb-icon-button.solid-only .fa-regular {
  opacity: 0;
}
.kb-icon-button.solid-only .fa-regular:hover,
.kb-icon-button.solid-only .fa-regular:focus {
  opacity: 0;
}
.kb-icon-button.solid-only .fa-solid {
  opacity: 1;
}
.kb-icon-button.no-hover {
  cursor: default;
}
.kb-icon-button:disabled .fa-regular {
  opacity: 1;
}
.kb-icon-button:disabled .fa-regular:hover,
.kb-icon-button:disabled .fa-regular:focus {
  opacity: 1;
}
.kb-icon-button:disabled .fa-solid {
  opacity: 0;
}
.kb-icon-button:disabled .fa-solid:hover,
.kb-icon-button:disabled .fa-solid:focus {
  opacity: 0;
}
.kb-icon-button:disabled.regular-only .fa-regular {
  opacity: 1;
}
.kb-icon-button:disabled.regular-only .fa-regular:hover,
.kb-icon-button:disabled.regular-only .fa-regular:focus {
  opacity: 1;
}
.kb-icon-button:disabled.regular-only .fa-solid {
  opacity: 0;
}
.kb-icon-button:disabled.regular-only .fa-solid:hover,
.kb-icon-button:disabled.regular-only .fa-solid:focus {
  opacity: 0;
}
.kb-icon-button:disabled.solid-only .fa-regular {
  opacity: 0;
}
.kb-icon-button:disabled.solid-only .fa-regular:hover,
.kb-icon-button:disabled.solid-only .fa-regular:focus {
  opacity: 0;
}
.kb-icon-button:disabled.solid-only .fa-solid {
  opacity: 1;
}
.light .kb-icon-button {
  color: #5b5b5b;
}
.light .kb-icon-button:hover,
.light .kb-icon-button:focus {
  color: #000;
}
.light .kb-icon-button.no-hover:hover,
.light .kb-icon-button.no-hover:focus {
  color: #5b5b5b;
}
.light .kb-icon-button.green {
  color: #146453;
}
.light .kb-icon-button.green:hover,
.light .kb-icon-button.green:focus {
  color: #146453;
}
.light .kb-icon-button.red {
  color: #ff2a2a;
}
.light .kb-icon-button.red:hover,
.light .kb-icon-button.red:focus {
  color: #ff2a2a;
}
.light .kb-icon-button:disabled {
  color: #666666 !important;
}
.light .kb-icon-button:disabled i {
  color: #666666 !important;
}
.light .kb-icon-button:disabled:hover,
.light .kb-icon-button:disabled:focus {
  color: #666666 !important;
}
.light .kb-icon-button:disabled:hover i,
.light .kb-icon-button:disabled:focus i {
  color: #666666 !important;
}
.dark .kb-icon-button {
  color: #969696;
}
.dark .kb-icon-button:hover,
.dark .kb-icon-button:focus {
  color: #fff;
}
.dark .kb-icon-button.no-hover:hover,
.dark .kb-icon-button.no-hover:focus {
  color: #969696;
}
.dark .kb-icon-button.green {
  color: #5a9286;
}
.dark .kb-icon-button.green:hover,
.dark .kb-icon-button.green:focus {
  color: #5a9286;
}
.dark .kb-icon-button.red {
  color: #ff6969;
}
.dark .kb-icon-button.red:hover,
.dark .kb-icon-button.red:focus {
  color: #ff6969;
}
.dark .kb-icon-button:disabled {
  color: #666666 !important;
}
.dark .kb-icon-button:disabled i {
  color: #666666 !important;
}
.dark .kb-icon-button:disabled:hover,
.dark .kb-icon-button:disabled:focus {
  color: #666666 !important;
}
.dark .kb-icon-button:disabled:hover i,
.dark .kb-icon-button:disabled:focus i {
  color: #666666 !important;
}
.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.info-row .content {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.info-row .content .info-icon {
  cursor: pointer;
  font-size: 16px;
  opacity: 0;
  transition: opacity 0.25s ease-in;
  margin-left: 5px;
}
.info-row .content:hover .info-icon {
  opacity: 1;
}
.kb-scrollbar {
  overscroll-behavior: none;
  overflow: auto;
  padding-right: 5px;
  scrollbar-width: thin;
}
.kb-scrollbar::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.light .kb-scrollbar {
  scrollbar-color: #8d8d8d #f0f0f0;
}
.light .kb-scrollbar::-webkit-scrollbar {
  background-color: #f0f0f0;
}
.light .kb-scrollbar::-webkit-scrollbar-thumb {
  background: #8d8d8d;
}
.light.mytimestudy .kb-scrollbar {
  scrollbar-color: #144e64 #f0f0f0;
}
.light.mytimestudy .kb-scrollbar::-webkit-scrollbar {
  background-color: #f0f0f0;
}
.light.mytimestudy .kb-scrollbar::-webkit-scrollbar-thumb {
  background: #144e64;
}
.dark .kb-scrollbar {
  scrollbar-color: #878787 #000;
}
.dark .kb-scrollbar::-webkit-scrollbar {
  background-color: #000;
}
.dark .kb-scrollbar::-webkit-scrollbar-thumb {
  background: #878787;
}
.dark.mytimestudy .kb-scrollbar {
  scrollbar-color: #144e64 #000;
}
.dark.mytimestudy .kb-scrollbar::-webkit-scrollbar {
  background-color: #000;
}
.dark.mytimestudy .kb-scrollbar::-webkit-scrollbar-thumb {
  background: #144e64;
}
.kb-grid-cards {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
.kb-grid-cards .kb-grid-card {
  border-radius: 8px;
  padding: 10px;
}
.kb-grid-cards .kb-grid-card .header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 10px;
  padding: 5px 0 10px 5px;
  font-size: 16px;
  font-weight: 500;
}
.kb-grid-cards .kb-grid-card .header.normal-weight {
  font-weight: normal;
}
.kb-grid-cards .kb-grid-card .header.not-padded {
  padding: 0;
}
.kb-grid-cards .kb-grid-card .header .actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.kb-grid-cards .kb-grid-card .children .scrollable {
  height: 166px;
  overflow-x: auto;
  padding: 0 5px 0 0;
}
.kb-grid-cards .kb-grid-card .children .scrollable table {
  width: 100%;
}
.kb-grid-cards .kb-grid-card .children .scrollable table tr th {
  position: sticky;
  top: 0;
  z-index: 1;
}
.kb-grid-cards .kb-grid-card .children .scrollable table tr td.has-button {
  padding: 5px 10px;
}
.kb-grid-cards .kb-grid-card .children .scrollable table tr td.has-button .text-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  text-align: left;
  background-color: transparent;
  border: none;
  padding: 5px 0 5px 1px;
  margin: 0;
  cursor: pointer;
}
.kb-grid-cards .kb-grid-card .children .scrollable table tr td.has-button .text-button i {
  font-size: 18px;
  margin-right: 5px;
}
.kb-grid-cards .kb-grid-card .children .scrollable table tr:last-child td {
  border-bottom: none;
}
.kb-grid-cards .kb-grid-card .children .scrollable table tr.selected td {
  font-weight: 700;
}
@media (min-width: 1000px) {
  .kb-grid-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1366px) {
  .kb-grid-cards .kb-grid-card .header .actions {
    gap: 10px;
  }
}
@media (min-width: 1600px) {
  .kb-grid-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
.kb-settings .kb-grid-cards {
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 1200px) {
  .kb-settings .kb-grid-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
.light .kb-grid-cards .kb-grid-card {
  background-color: #fdfdfd;
  border: 1px solid #eeeeee;
}
.light .kb-grid-cards .kb-grid-card .header {
  border-bottom: 1px solid rgb(217.6, 217.6, 217.6);
}
.light .kb-grid-cards .kb-grid-card.selected {
  border: 1px solid #000;
}
.light .kb-grid-cards .kb-grid-card.selected .header {
  border-color: #000;
}
.light .kb-grid-cards .kb-grid-card.selected p {
  border-color: #000;
}
.light .kb-grid-cards .kb-grid-card .children .scrollable table {
  background-color: #fdfdfd;
}
.light .kb-grid-cards .kb-grid-card .children .scrollable table tr th {
  background-color: #fdfdfd;
}
.light .kb-grid-cards .kb-grid-card .children .scrollable table tr td {
  background-color: #fdfdfd;
}
.dark .kb-grid-cards .kb-grid-card {
  background-color: #0f0f0f;
  border: 1px solid #3b3b3b;
}
.dark .kb-grid-cards .kb-grid-card .header {
  border-bottom: 1px solid rgb(97.25, 97.25, 97.25);
}
.dark .kb-grid-cards .kb-grid-card.selected {
  border: 1px solid #fff;
}
.dark .kb-grid-cards .kb-grid-card.selected .header {
  border-color: #fff;
}
.dark .kb-grid-cards .kb-grid-card.selected p {
  border-color: #fff;
}
.dark .kb-grid-cards .kb-grid-card .children .scrollable table {
  background-color: #0f0f0f;
}
.dark .kb-grid-cards .kb-grid-card .children .scrollable table tr th {
  background-color: #0f0f0f;
}
.dark .kb-grid-cards .kb-grid-card .children .scrollable table tr td {
  background-color: #0f0f0f;
}
.kb-checkbox,
.kb-radio {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  align-self: flex-start;
  justify-content: flex-start;
  gap: 10px;
  padding: 5px;
  margin: 0;
  background-color: transparent;
  border: none;
  font-size: 14px;
  text-align: left;
  cursor: pointer;
}
.kb-checkbox i,
.kb-radio i {
  font-size: 20px;
  height: 20px;
  width: 20px;
  transition: all 0.2s ease-in-out;
}
.kb-checkbox span,
.kb-radio span {
  text-align: left;
}
.kb-checkbox.no-left-padding,
.kb-radio.no-left-padding {
  padding-left: 0;
}
.kb-checkbox:hover,
.kb-checkbox:focus,
.kb-radio:hover,
.kb-radio:focus {
  outline: none !important;
  border: none !important;
}
.kb-checkbox:hover i,
.kb-checkbox:focus i,
.kb-radio:hover i,
.kb-radio:focus i {
  transform: scale(1.1);
}
.kb-checkbox:disabled i,
.kb-radio:disabled i {
  transform: scale(1);
}
.light .kb-checkbox,
.light .kb-radio {
  color: #000;
}
.light .kb-checkbox i,
.light .kb-radio i {
  color: #000;
}
.light .kb-checkbox:disabled,
.light .kb-radio:disabled {
  color: #666666;
}
.light .kb-checkbox:disabled i,
.light .kb-radio:disabled i {
  color: #666666;
}
.dark .kb-checkbox,
.dark .kb-radio {
  color: #fff;
}
.dark .kb-checkbox i,
.dark .kb-radio i {
  color: #fff;
}
.dark .kb-checkbox:disabled,
.dark .kb-radio:disabled {
  color: #666666;
}
.dark .kb-checkbox:disabled i,
.dark .kb-radio:disabled i {
  color: #666666;
}
.report .report-container {
  position: relative;
}
.report .report-container .report-actions {
  position: absolute;
  top: 10px;
  right: 5px;
  z-index: 2;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.report .report-container .download-message {
  margin: 0 11px 20px 0;
  text-align: right;
}
.report .report-container .mat-tab-body-wrapper {
  padding-top: 5px;
}
.report .report-container .indicators table {
  width: 100%;
  border-collapse: collapse;
  position: relative;
  margin-bottom: 20px;
}
.report .report-container .indicators table tr {
  width: 100%;
}
.report .report-container .indicators table tr td {
  text-align: center;
  padding: 10px;
  width: 100px;
}
.report .report-container .indicators table tr td:first-child {
  text-align: left;
  max-width: 500px;
  width: 100%;
}
.report .report-container .indicators table tr.sticky td {
  position: sticky;
  top: 0;
  z-index: 100;
  font-weight: 500;
}
.report .report-container .indicators table tr.sticky td:first-child div span:last-child {
  font-weight: 400;
}
.report .report-container .indicators table tr.subsection td {
  background-color: rgb(235.15, 235.15, 235.15);
}
.report .report-container .indicators table tr.subsection td:first-child div {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
}
.report .report-container .indicators table tr.subsection td:first-child div span {
  font-size: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.report .report-container .indicators table tr.subsection td:first-child div span:first-child {
  margin-right: 10px;
}
.report .report-container .indicators table tr.indicator td {
  border-top: 1px solid #adb8bd;
  border-bottom: 1px solid #adb8bd;
  border-left: 1px solid #adb8bd;
  position: relative;
}
.report .report-container .indicators table tr.indicator td.last-indicator {
  border-bottom: 2px solid #333333;
}
.report .report-container .indicators table tr.indicator td .info {
  position: absolute;
  top: 2px;
  right: 2px;
  color: #991e1e;
  font-size: 12px;
}
.report .report-container .indicators table tr.indicator td .total i {
  margin-left: 2px;
}
.report .report-container .indicators table tr.indicator td:first-child {
  border-left: none;
}
.report .report-container .indicators table tr.indicator .bad {
  background-color: #ffb04c;
}
.report .report-container .indicators table tr.indicator:hover {
  background-color: rgb(240.25, 240.25, 240.25);
}
.report .report-container .indicators table tr:last-child.indicator td {
  border-bottom: none;
}
.report .report-container .demographics {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.report .report-container .demographics .card {
  padding: 10px;
  width: 100%;
}
.report .report-container .demographics .card p {
  font-weight: 500;
  border-bottom: 1px solid #adb8bd;
  padding-bottom: 5px;
  max-width: 500px;
}
.report .report-container .demographics .card.hidden {
  visibility: hidden;
}
@media (min-width: 1000px) {
  .report .report-container .demographics .card {
    width: calc(50% - 30px);
  }
  .report .report-container .demographics .card p {
    max-width: 500px;
  }
}
.report .report-container .notes .kb-table table tr th.region-column,
.report .report-container .notes .kb-table table tr td.region-column {
  width: 10%;
}
.report .report-container .notes .kb-table table tr th.provider-column,
.report .report-container .notes .kb-table table tr td.provider-column {
  width: 10%;
}
.report .report-container .notes .kb-table table tr th.service-category-column,
.report .report-container .notes .kb-table table tr td.service-category-column {
  width: 10%;
}
.report .report-container .notes .kb-table table tr th.name-column,
.report .report-container .notes .kb-table table tr td.name-column {
  width: 10%;
}
.report .report-container .notes .kb-table table tr th.name-column.no-categories,
.report .report-container .notes .kb-table table tr td.name-column.no-categories {
  width: 20%;
}
.report .report-container .notes .kb-table table tr th.note-column,
.report .report-container .notes .kb-table table tr td.note-column {
  width: 50%;
}
.report .report-container .notes .kb-table table tr th.updated-column,
.report .report-container .notes .kb-table table tr td.updated-column {
  width: 10%;
}
.report .report-container .totals header {
  font-size: 16px;
  margin: 20px 0;
}
.report .report-container .totals header span {
  font-weight: 500;
}
.report .report-container .totals .row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: left;
  flex-wrap: wrap;
}
.report .report-container .totals .row .section {
  width: 100%;
  margin-bottom: 20px;
  padding: 10px;
}
.report .report-container .totals .row .section table {
  max-width: 500px;
  width: 100%;
  border-collapse: collapse;
}
.report .report-container .totals .row .section table thead tr th {
  border-bottom: 1px solid #adb8bd;
  padding-bottom: 10px;
}
.report .report-container .totals .row .section table thead tr th:first-child {
  text-align: left;
}
.report .report-container .totals .row .section table tbody tr td {
  text-align: center;
  padding: 5px;
  width: 100px;
}
.report .report-container .totals .row .section table tbody tr td:first-child {
  text-align: left;
  width: auto;
}
.report .report-container .totals .row .section table tbody tr td .inactive {
  color: #db4c4c;
  margin-left: 5px;
}
.report .report-container .totals .row .section table tbody tr:hover {
  background-color: rgb(240.25, 240.25, 240.25);
}
.report .report-container .totals .row .section table tbody tr:first-child td {
  padding-top: 10px;
}
@media (min-width: 1000px) {
  .report .report-container .totals .row .section {
    width: calc(50% - 30px);
  }
}
.created-by {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.created-by .date {
  font-size: 11px;
}
.kb-navigation-cards {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fill, 100%);
  margin-bottom: 10px;
}
.kb-navigation-cards .kb-navigation-card {
  position: relative;
  background-color: #fff;
  border: 1px solid #333333;
  border-radius: 10px;
  padding: 8px;
  cursor: pointer;
}
.kb-navigation-cards .kb-navigation-card .link-icon {
  position: absolute;
  top: 3px;
  right: 5px;
}
.kb-navigation-cards .kb-navigation-card .link-icon .fa-solid {
  display: none;
}
.kb-navigation-cards .kb-navigation-card header {
  padding: 4px 4px 8px 4px;
  margin-bottom: 10px;
  font-size: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #333333;
}
.kb-navigation-cards .kb-navigation-card header i {
  margin-right: 5px;
  font-size: 18px;
}
.kb-navigation-cards .kb-navigation-card section {
  text-align: center;
}
.kb-navigation-cards .kb-navigation-card:hover {
  border-color: #3a5662;
  box-shadow:
    0px 3px 5px -1px rgba(58, 86, 98, 0.2),
    0px 5px 8px 0px rgba(58, 86, 98, 0.14),
    0px 1px 14px 0px rgba(58, 86, 98, 0.12);
  color: #333333;
}
.kb-navigation-cards .kb-navigation-card:hover .link-icon .fa-regular {
  display: none;
}
.kb-navigation-cards .kb-navigation-card:hover .link-icon .fa-solid {
  display: inline-block;
  color: #3a5662;
}
.kb-navigation-cards .kb-navigation-card:hover section {
  text-align: center;
}
@media (min-width: 550px) {
  .kb-navigation-cards {
    grid-template-columns: repeat(auto-fill, 48%);
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .kb-navigation-cards {
    grid-template-columns: repeat(auto-fill, 32%);
  }
}
@media (min-width: 1500px) {
  .kb-navigation-cards {
    grid-template-columns: repeat(auto-fill, 24%);
  }
}
.smart-search-container {
  width: 100%;
}
.smart-search {
  position: relative;
  display: grid;
  grid-template-columns: auto auto 1fr auto;
  align-items: center;
  gap: 10px;
  max-width: 800px;
  width: 100%;
  border-radius: 12px;
  padding: 0 10px;
  background-color: #fdfdfd;
  border: 1px solid #e8e8e8;
}
.smart-search .toggle {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-self: flex-start;
  gap: 5px;
  width: 100%;
}
.smart-search .toggle .kb-button:hover {
  color: #333333;
}
.smart-search .toggle .kb-button.toggle {
  position: relative;
  border: none;
  padding: 10px 0;
  font-size: 100%;
}
.smart-search .toggle .kb-button.toggle i {
  font-size: 20px;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.smart-search .toggle .kb-button.toggle:hover,
.smart-search .toggle .kb-button.toggle:focus {
  background-color: transparent;
  outline: none !important;
  border: none !important;
}
.smart-search .toggle .kb-button.toggle .counter {
  position: absolute;
  bottom: 0;
  left: 0;
}
.smart-search .toggle .kb-button.toggle .counter span {
  position: absolute;
  bottom: 5px;
  left: 15px;
  font-size: 10px;
  font-weight: 900;
  color: #ffffff;
}
.smart-search .toggle .kb-button.toggle .counter i {
  position: absolute;
  bottom: 5px;
  left: 12px;
  font-size: 12px;
  height: 12px;
  width: 12px;
}
.smart-search .divider {
  width: 1px;
  height: 100%;
  background-color: #e8e8e8;
}
.smart-search .actions {
  height: 100%;
}
.smart-search .actions button {
  border: none;
  padding: 4px 0;
}
.smart-search .actions button:hover,
.smart-search .actions button:focus {
  background-color: transparent;
  color: #333333;
  outline: none !important;
  border: none !important;
}
.smart-search .input {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-self: flex-start;
  gap: 5px;
  width: 100%;
}
.smart-search .input input[type=text] {
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
  color: #333333;
  background-color: #fdfdfd;
}
.smart-search .input input[type=number] {
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
  color: #333333;
  background-color: #fdfdfd;
}
.smart-search .input .mat-mdc-select {
  color: #333333;
  background-color: #fdfdfd;
}
.smart-search .input .mat-mdc-select:focus {
  border-bottom: none;
}
.smart-search .input .mat-mdc-select .mat-mdc-select-arrow {
  color: #333333;
}
.chart-sections {
  width: 100%;
}
.chart-sections .warning {
  color: #ff700b;
  font-size: 20px;
  margin-right: 10px;
}
.chart-sections .section {
  padding: 0 20px;
  overflow: auto;
}
.chart-sections .section .compliance {
  margin: 20px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: left;
}
.chart-sections .section .compliance strong {
  font-size: 20px;
  margin-right: 20px;
}
.chart-sections .section .subsection {
  margin-top: 20px;
}
.chart-sections .section .subsection .title {
  border-bottom: 1px solid #3a5662;
  color: #3a5662;
  font-size: 20px;
  padding-bottom: 10px;
  margin: 10px 0;
}
.chart-sections .section .subsection .subsection-table {
  border-collapse: collapse;
  width: 100%;
}
.chart-sections .section .subsection .subsection-table .subsection-row .subsection-cell {
  padding: 5px;
}
.chart-sections .section .subsection .subsection-table .subsection-row .subsection-cell .question {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: left;
}
.chart-sections .section .subsection .subsection-table .subsection-row .subsection-cell .question span:first-child {
  display: block;
  margin-right: 10px;
}
.chart-sections .section .subsection .subsection-table .subsection-row .subsection-cell.answers {
  width: 400px;
  position: relative;
}
.chart-sections .section .subsection .subsection-table .subsection-row .subsection-cell.answers .mat-mdc-radio-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
}
.chart-sections .section .subsection .subsection-table .subsection-row .subsection-cell.answers .saving {
  position: absolute;
  right: 0;
  top: -10px;
}
.chart-sections .section .subsection .subsection-table .subsection-row .subsection-cell.indicator-metadata {
  padding: 5px 20px;
}
.chart-sections .section .subsection .subsection-table .subsection-row .subsection-cell.indicator-metadata table {
  border-collapse: collapse;
  color: #6e7881;
  width: 100%;
}
.chart-sections .section .subsection .subsection-table .subsection-row .subsection-cell.indicator-metadata table tr td {
  padding: 5px 0;
}
.chart-sections .section .subsection .subsection-table .subsection-row .subsection-cell.indicator-metadata table tr td:first-child {
  width: 120px;
  padding-right: 20px;
}
.chart-sections .section .subsection .subsection-table .subsection-row .subsection-cell.indicator-metadata table tr:last-child td {
  border-bottom: none;
}
.chart-sections .section .subsection .subsection-table .spacer td {
  height: 20px;
}
.chart-sections .section .subsection .subsection-table .right-border {
  border-right: rgb(208.8269230769, 222.0192307692, 227.6730769231) solid 1px;
}
.chart-sections .note {
  position: relative;
}
.chart-sections .note div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #3a5662;
  padding-bottom: 10px;
  margin: 10px 0;
}
.chart-sections .note div span {
  color: #3a5662;
  font-size: 20px;
}
.chart-sections .note textarea {
  width: 100%;
  height: auto;
  resize: vertical;
  border: none;
  border-bottom: 1px solid #adb8bd;
  background-color: transparent;
}
.chart-sections .note button {
  position: absolute;
  top: 0;
  left: 60px;
}
.chart-sections .note button.saving {
  animation-name: button-pulsing;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
.chart-sidebar {
  flex-basis: 335px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 20px;
}
.chart-sidebar .card {
  margin-bottom: 20px;
}
.chart-sidebar .card:last-child {
  margin-bottom: 0;
}
.chart-sidebar .card .top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 5px;
  font-size: 16px;
}
.chart-sidebar .card .top span {
  display: inline-block;
  padding: 0 20px 0 4px;
  border-bottom: 1px solid #3a5662;
}
.chart-sidebar .card table {
  border-collapse: collapse;
  width: 100%;
}
.chart-sidebar .card table tr td {
  padding: 5px 10px;
}
.chart-sidebar .card table tr td .mat-mdc-select {
  border-bottom: 1px solid #adb8bd;
  max-width: 225px;
}
.chart-sidebar .card table tr td .mat-mdc-select:focus {
  border-bottom: 1px solid #3a5662;
}
.chart-sidebar .card table tr td input {
  display: block;
  width: 100%;
  border: none;
}
.chart-sidebar .card table tr td:first-child {
  color: #6e7881;
}
.chart-sidebar .card table tr:last-child td {
  border-bottom: none;
}
.chart-sidebar .card .actions {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.chart-sidebar .card .actions button {
  display: block;
  margin-bottom: 10px;
  width: 150px;
}
.chart-sidebar .card .actions .extra-top-margin {
  margin-top: 20px;
}
.no-template-buttons {
  margin-top: 10px;
}
.template-button-container {
  margin-bottom: 8px;
}
.template-button-container:first-child {
  margin-top: 10px;
}
.template-button-container:last-child {
  margin-bottom: 0;
}
.press-the-button {
  position: relative;
}
.press-the-button:before,
.press-the-button:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: solid 2px #ff914d;
  border-radius: 5px;
}
.press-the-button:before {
  animation: ripple 2s linear infinite;
}
.press-the-button:after {
  animation: ripple 2s 1s linear infinite;
}
.press-the-button:hover {
  background-color: white;
  color: #ff914d;
  border: solid 1px #ff914d;
}
@keyframes ripple {
  to {
    transform: scale(1.5, 2);
    opacity: 0;
  }
}
.light .press-the-button {
  border-color: #ff914d;
  background-color: #ff914d;
  color: #ffffff;
}
.light .press-the-button:hover,
.light .press-the-button:focus {
  border-color: #ff914d;
  background-color: #ff914d;
  color: #ffffff;
}
.dark .press-the-button {
  border-color: #ff914d;
  background-color: #ff914d;
  color: #ffffff;
}
.dark .press-the-button:hover,
.dark .press-the-button:focus {
  border-color: #ff914d;
  background-color: #ff914d;
  color: #ffffff;
}
.name-value-table {
  margin-bottom: 10px;
}
.name-value-table tr td {
  padding-left: 5px;
}
.name-value-table tr td:first-child {
  padding: 0;
}
.tab-icon {
  margin-right: 5px;
}
.tab-icon .fa-circle-exclamation {
  color: #ff914d;
  animation: pulse 3s infinite;
}
@keyframes pulse {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
.double-dragon-drop {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.double-dragon-drop .list-container {
  width: 50%;
}
.double-dragon-drop .list-container .header {
  font-size: 16px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #3b3b3b;
}
.double-dragon-drop .list-container .item-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5px;
  padding: 7px;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  cursor: grab;
}
.double-dragon-drop .list-container .item-container:not(.cdk-drag-placeholder) {
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}
.double-dragon-drop .list-container .item-container i.warning {
  color: #ff914d;
}
.warning-container {
  border: 1px solid rgb(138.2387755102, 33.012244898, 30.2612244898);
  border-radius: 8px;
  padding: 10px;
  background-color: #c9302c;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: space-evenly;
  margin-bottom: 30px;
}
.warning-container i {
  font-size: 30px;
  color: #ffffff;
}
.warning-container p {
  width: 90%;
  line-height: 20px;
  color: #ffffff;
}

/* angular:styles/global:styles */
