* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/*-----Colors-----*/
/*-----Dimensions-----*/
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk_RkaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkxhjaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk0ZjaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0C4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0C4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0C4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1y4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1y4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1y4n.ttf) format('truetype');
}
* {
  font-family: 'Open Sans', sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
h1 {
  font-size: 36px;
  margin: 16px 0;
}
h2 {
  font-size: 30px;
  margin: 14px 0;
}
h3 {
  font-size: 24px;
  margin: 12px 0;
}
h3.mt-0 {
  margin-top: 0;
}
h4 {
  font-size: 18px;
  margin: 10px 0;
}
h5 {
  font-size: 12px;
  margin: 8px 0;
}
h6 {
  font-size: 6px;
  margin: 6px 0;
}
.font-75 {
  font-size: 75%;
}
select option {
  text-transform: capitalize;
}
html {
  margin: 0;
  padding: 0;
}
html body {
  margin: 0;
  padding: 0;
}
html body #page_wrapper {
  margin: 0;
  padding: 0;
}
html body #page_wrapper #content_wrapper {
  margin-left: 300px;
}
html body #page_wrapper #content_wrapper table {
  overflow-x: scroll;
}
@media only screen and (max-width: 449px), only screen and (min-width: 450px) and (max-width: 719px), only screen and (min-width: 720px) and (max-width: 1279px) {
  html body #page_wrapper #content_wrapper {
    margin-left: 0;
    margin-top: 36px;
  }
}
html body #page_wrapper #content_wrapper.no_sidebar {
  margin-left: 0;
}
html body #page_wrapper #content_wrapper.no_sidebar {
  margin-left: 0;
}
/*-----Login-----*/
body#login_page #content .form_wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pagination .page-link {
  cursor: pointer;
}
.btn.btn-xs {
  padding: 0.075rem 0.2rem;
  font-size: 0.7rem;
  border-radius: 0.2rem;
  line-height: 1;
}
.btn.no-padding {
  padding: 0;
}
.detail-box {
  background: none repeat scroll 0 0 #fff;
  border: 2px solid #eee;
  border-radius: 5px;
  padding: 15px;
}
.detail-box .right-column {
  border-left: 1px solid #eee;
}
.detail-form {
  margin-bottom: 10px;
}
.table-detail-box {
  margin-bottom: 0;
  table-layout: fixed;
}
.table-detail-box > tbody > tr td {
  border-bottom: 1px solid #eee;
  border-top: medium none;
  padding: 5px;
  word-wrap: break-word;
}
.table-detail-box > tbody > tr:last-child td {
  border-bottom: medium none;
}
.table-detail-box > tbody > tr > td:first-of-type {
  font-weight: bold;
  width: 50%;
}
.no-table-border {
  border: none !important;
}
.show-box .key-column {
  text-align: right;
  padding-left: 5px;
}
.show-box .border-column {
  border-left: 2px solid #eee;
}
.show-box .value-column {
  padding-left: 5px;
  padding-right: 5px;
}
.table-condensed {
  font-size: 0.85rem;
  line-height: 0.85rem;
  table-layout: auto;
}
.table-condensed .title-sum {
  font-weight: bold;
}
.table-condensed .title-sum2 {
  font-weight: bold;
  font-size: 0.95rem;
}
h4.detail-header {
  margin: 10px 0 0 0;
  font-size: 16px;
  font-weight: bold;
  color: #47afff;
}
.font-85 {
  font-size: 0.85rem;
}
.font-75 {
  font-size: 0.75rem;
}
.font-65 {
  font-size: 0.65rem;
}
.font-55 {
  font-size: 0.55rem;
}
.form-control-plaintext.form-control-xs {
  padding-right: 0;
  padding-left: 0;
}
.form-control-xs {
  min-height: calc(0.75em + 0.25rem + 2px);
  padding: 0.125rem 0.25rem;
  font-size: 0.8rem;
  border-radius: 0.1rem;
}
.form-control-xs::-webkit-file-upload-button {
  padding: 0.125rem 0.25rem;
  margin: -0.125rem -0.25rem;
  -webkit-margin-end: 0.25rem;
  margin-inline-end: 0.25rem;
}
.form-group-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.form-group-inline .form-control {
  width: auto;
}
.table-sm {
  font-size: 0.8em;
}
.table-sm .btn {
  font-size: inherit;
}
.table-sm .btn-link {
  display: inline;
  padding: 0;
}
.table-sm > :not(caption) > * > * {
  padding: 0.1rem 0.35rem;
}
table thead .list-table-header {
  background-color: #084C61;
}
table thead .list-table-header th {
  color: #ECE4D5;
}
table thead .list-table-header th.empty {
  background-color: white;
  border-top: 1px solid #fff;
  border-bottom: 2px solid #fff;
}
table.table-bordered thead tr {
  border: 1px solid #084C61;
}
table.input-bordered input {
  border: 1px solid #084C61;
}
table.two-rows .odd {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}
table.two-rows .odd:nth-of-type(2n) {
  border-bottom: 1px solid #000;
}
table.two-rows .even:nth-of-type(2n) {
  border-bottom: 1px solid #000;
}
table tbody .traffic-light-YELLOW {
  background-color: #FFC857;
}
table tbody .empty {
  background-color: white;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  --bs-table-accent-bg: var(--bs-table-bg);
}
table tbody .traffic-light-RED {
  background-color: #F7B4B1;
}
table tbody .traffic-light-GREEN {
  background-color: #dbfb96;
}
table tbody input.table-fit {
  padding: 0 4px;
  font-size: inherit;
  display: inline;
}
table tbody input.sm {
  height: 0.75rem;
  max-width: 50px;
}
table tbody input.list-table-price-input {
  width: auto;
  text-align: right;
}
table tbody td.warning1 {
  background-color: #FFC857;
}
table tbody td.warning2 {
  background-color: #DB3A34;
}
table tbody td.traffic_light_GREEN {
  background-color: #dbfb96;
}
table tbody td.traffic_light_YELLOW {
  background-color: #FFC857;
}
table tbody td.traffic_light_RED {
  background-color: #F7B4B1;
}
table tbody td.list-error {
  background-color: #a10800;
}
table tbody td.status-good {
  color: #72B01D !important;
  font-weight: bold;
}
table tbody td.list-table-price {
  text-align: right;
}
table tbody td.no-padding {
  padding: 0;
}
table tbody td .status-bad {
  font-weight: bold;
  color: #DB3A34;
}
table tbody td.list-cell-bold {
  font-weight: bold;
}
table tbody td.vac {
  vertical-align: middle;
}
table tbody td.level1 {
  background-color: #f35a3d;
}
table tbody td.level2 {
  background-color: #f3933d;
}
table tbody td.level3 {
  background-color: #f3c03d;
}
table tbody td.level4 {
  background-color: #d9f33d;
}
table tbody td.level5 {
  background-color: #A9F33D;
}
table.table-inner tr td {
  padding: 2px 5px;
}
table .warning1 {
  background-color: #FFC857;
}
table tr.selected {
  background-color: #FFC857;
}
.show-box-row {
  border: 1px solid #ECE4D5;
}
.show-box-row .key-column {
  font-weight: bold;
  text-align: right;
  border-left: 1px solid #ECE4D5;
  padding-left: 5px;
}
.show-box-row .value-column {
  padding-left: 5px;
  padding-right: 5px;
}
.key-value-container {
  border: 1px solid #323031;
}
.key-value-container .row .col-auto,
.key-value-container .row .col {
  background-color: #ECE4D5;
}
.key-value-container .row:not(:last-child) .col-auto,
.key-value-container .row:not(:last-child) .col {
  border-bottom: 1px solid #323031;
}
.optimize-grid-container {
  display: grid;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  grid-template-columns: repeat(3, [col] 1fr);
  grid-template-rows: repeat(5, [row] auto);
}
.optimize-grid-container .a1 {
  grid-column: col;
  grid-row: row ;
}
.optimize-grid-container .a2 {
  grid-column: col 2;
  grid-row: row ;
}
.optimize-grid-container .a3 {
  grid-column: col 3;
  grid-row: row ;
}
.optimize-grid-container .b1 {
  grid-column: col;
  grid-row: row 2;
}
.optimize-grid-container .b2 {
  grid-column: col 2;
  grid-row: row 2;
}
.optimize-grid-container .b3 {
  grid-column: col 3;
  grid-row: row 2;
}
.optimize-grid-container .c {
  grid-column: col / span 3;
  grid-row: row 3;
}
.optimize-grid-container .d1 {
  grid-column: col;
  grid-row: row 4;
}
.optimize-grid-container .d2 {
  grid-column: col 2;
  grid-row: row 4;
}
.optimize-grid-container .d3 {
  grid-column: col 3;
  grid-row: row 4;
}
.optimize-grid-container .e1 {
  grid-column: col;
  grid-row: row 5;
}
.optimize-grid-container .e2 {
  grid-column: col 2;
  grid-row: row 5;
}
.optimize-grid-container .e3 {
  grid-column: col 3;
  grid-row: row 5;
}
.optimize-grid-container .f1 {
  grid-column: col;
  grid-row: row 6;
}
.optimize-grid-container .f2 {
  grid-column: col 2;
  grid-row: row 6;
}
.optimize-grid-container .f3 {
  grid-column: col 3;
  grid-row: row 6;
}
/*-----Sidebar-----*/
#sidebar {
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  min-width: 300px;
  max-width: 300px;
  background: #47afff;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 100;
  overflow-y: scroll;
}
@media only screen and (max-width: 449px), only screen and (min-width: 450px) and (max-width: 719px), only screen and (min-width: 720px) and (max-width: 1279px) {
  #sidebar {
    left: -300px;
  }
}
#sidebar #sidebar_toggler {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  left: 300px;
  top: 0;
  position: fixed;
  height: 36px;
  width: 36px;
  color: white;
  background: #47afff;
  display: none;
}
@media only screen and (max-width: 449px), only screen and (min-width: 450px) and (max-width: 719px), only screen and (min-width: 720px) and (max-width: 1279px) {
  #sidebar #sidebar_toggler {
    left: 0;
    display: block;
  }
}
#sidebar #sidebar-header {
  color: white;
  margin: 0;
  padding: 16px 16px 0 16px;
  border-bottom: 2px solid #eeeeee;
}
#sidebar #sidebar-header .langs {
  padding: 0 0 10px 0;
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
#sidebar #sidebar-header .langs a {
  padding: 0 0 5px 0;
}
#sidebar #sidebar-header h1 {
  margin-bottom: 10px;
}
#sidebar.side_nav_menu_opened {
  margin-left: 0;
}
#sidebar .sidebar-header {
  padding: 20px;
}
#sidebar .nav {
  padding: 0;
  margin: 0;
  list-style: none;
}
#sidebar .nav > li {
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
#sidebar .nav > li.level1 {
  border-bottom: 2px solid #eeeeee;
}
#sidebar .nav > li.level1 .fa-arrow-right {
  float: right;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
#sidebar .nav > li.level1 .nav-second_level li,
#sidebar .nav > li.level1 .nav-third_level li {
  width: 100%;
}
#sidebar .nav > li.level1 .nav-second_level a {
  padding-left: 35px;
}
#sidebar .nav > li.level1 .nav-third_level a {
  padding-left: 50px;
}
#sidebar .nav > li.active > a {
  color: #47afff !important;
  background: #fff !important;
}
#sidebar .nav > li > a {
  padding: 10px 15px;
  position: relative;
  display: block;
  cursor: pointer;
  white-space: nowrap;
}
#sidebar .nav > li > a:hover,
#sidebar .nav > li > a.active {
  color: #47afff;
  background: #fff;
}
#sidebar .nav > li > a i {
  margin-right: 8px;
}
#sidebar .nav > li.mm-active > a > svg.fa-arrow-right {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#sidebar ul#sidebar-menu input[type='checkbox']:checked + .nav-second_level {
  display: block;
}
.react-autosuggest__container {
  position: relative;
}
.react-autosuggest__input--open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.react-autosuggest__input--focused {
  outline: none;
}
.react-autosuggest__suggestions-container--open {
  display: block;
  position: absolute;
  right: 0;
  top: 35px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #aaa;
  z-index: 99;
}
.react-autosuggest__suggestions-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.react-autosuggest__suggestion {
  cursor: pointer;
  font-size: 0.85rem;
  padding: 5px 20px;
}
.react-autosuggest__suggestion--highlighted {
  background-color: #ddd;
}
.react-autosuggest__section-container {
  border-top: 1px dashed #ccc;
}
.react-autosuggest__section-container--first {
  border-top: 0;
}
.react-autosuggest__section-title {
  padding: 10px 0 0 10px;
}
.semi-donut {
  --percentage: 0;
  --fill: #ff0;
  width: 300px;
  height: 150px;
  position: relative;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  overflow: hidden;
  color: var(--fill);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.semi-donut:after {
  content: '';
  width: 300px;
  height: 300px;
  border: 50px solid;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) var(--fill) var(--fill);
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotate(calc(1deg * (-45 + var(--percentage) * 1.8)));
  transform: rotate(calc(1deg * (-45 + var(--percentage) * 1.8)));
  -webkit-animation: fillAnimation 0.25s ease-in;
  animation: fillAnimation 0.25s ease-in;
}
.semi-donut small {
  text-align: center;
  font-size: 0.75rem;
  line-height: 0.85rem;
}
.semi-donut.sm {
  width: 200px;
  height: 100px;
  font-size: 18px;
  color: #fff;
  overflow: hidden;
  color: var(--fill);
}
.semi-donut.sm:after {
  width: 200px;
  height: 200px;
  border: 35px solid;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) var(--fill) var(--fill);
  -webkit-transform: rotate(calc(1deg * (-45 + var(--percentage) * 1.8)));
  transform: rotate(calc(1deg * (-45 + var(--percentage) * 1.8)));
}
.semi-donut.sm small {
  font-size: 0.8rem;
  line-height: 0.7rem;
}
@-webkit-keyframes fillAnimation {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@keyframes fillAnimation {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@-webkit-keyframes fillGraphAnimation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes fillGraphAnimation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
.stats-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 2rem;
}
.graph-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.graph-wrapper label {
  margin-top: 5px;
}

/*# sourceMappingURL=style.css.map */
