/*
 * Shards Dashboards UI Kit v1.3.1
 * Project URL: https://designrevision.com/downloads/shards-dashboards
 * Based on: Shards UI Kit v2.1.0 (https://designrevision.com/downloads/shards)
 * Based on: Bootstrap v4.1.3 (https://getbootstrap.com)
 * Copyright 2017-* DesignRevision (https://designrevision.com)
 * Copyright 2017-* Catalin Vasile (contact@catalin.me)
 * License: SEE THE LICENSE FILE
 */
/*
    WARNING!!!
      This styles directory is fully copied to 
      "taka-x-realtime-web" repository
 */
/*
 * Shards v2.1.2 (https://designrevision.com/downloads/shards/)
 * Based on: Bootstrap v4.1.3 (https://getbootstrap.com)
 * Copyright 2017-* DesignRevision (https://designrevision.com)
 * Copyright 2017-* Catalin Vasile (http://catalin.me)
 */
:root {
  --blue: #007bff;
  --indigo: #674eec;
  --purple: #8445f7;
  --pink: #ff4169;
  --red: #c4183c;
  --orange: #fb7906;
  --yellow: #ffb400;
  --green: #17c671;
  --teal: #1adba2;
  --cyan: #00b8d8;
  --white: #fff;
  --gray: #868e96;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #5A6169;
  --success: #17c671;
  --info: #00b8d8;
  --warning: #ffb400;
  --danger: #c4183c;
  --light: #FBFBFB;
  --dark: #212529;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-family-monospace: "Roboto Mono", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

@media (max-width: 575.98px) {
  html {
    font-size: 15px; } }

body {
  font-size: 1rem;
  font-weight: 300;
  color: #5A6169;
  background-color: #fff; }

a {
  color: #007bff;
  text-decoration: none; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

b, strong {
  font-weight: 500; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

.h1, .h2, .h3, .h4, .h5, .h6 {
  display: block; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.75rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  color: #3D5170; }

h1, .h1 {
  font-size: 3.052rem;
  letter-spacing: -0.0625rem;
  line-height: 3rem; }

h2, .h2 {
  font-size: 2.441rem;
  letter-spacing: -0.0625rem;
  line-height: 2.25rem; }

h3, .h3 {
  font-size: 1.953rem;
  line-height: 2.25rem; }

h4, .h4 {
  font-size: 1.563rem;
  line-height: 2rem; }

h5, .h5 {
  font-size: 1.25rem;
  line-height: 1.5rem; }

h6, .h6 {
  font-size: 1rem;
  line-height: 1.5rem; }

.lead {
  line-height: 1.875rem; }

.display-1,
.display-2,
.display-3,
.display-4 {
  margin-bottom: 0.75rem; }

.display-1 {
  font-size: 7.451rem;
  line-height: 1; }

.display-2 {
  font-size: 5.96rem;
  line-height: 1; }

.display-3 {
  font-size: 4.768rem;
  line-height: 1; }

.display-4 {
  font-size: 3.815rem;
  line-height: 1; }

p {
  margin-bottom: 1.75rem; }

hr {
  margin-top: 1.125rem;
  margin-bottom: 1.125rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 300; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fff09e; }

.blockquote {
  margin-bottom: 0.75rem;
  font-size: 1.5rem; }

.blockquote-footer {
  font-size: 1.125rem; }

.img-thumbnail {
  padding: 0;
  border: none;
  background-color: #fff;
  border-radius: 0.375rem;
  box-shadow: none; }

.figure-img {
  margin-bottom: 0.75rem; }

.figure-caption {
  font-size: 1rem;
  color: #868e96; }

code,
kbd,
pre,
samp {
  font-family: "Roboto Mono", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

code {
  font-size: 0.75rem;
  padding: 0.1875rem 0.8125rem; }

kbd {
  padding: 0.1875rem 0.8125rem;
  font-size: 0.75rem;
  color: #fff;
  background-color: #212529;
  border-radius: 0.625rem;
  box-shadow: none; }
  kbd kbd {
    font-weight: 500; }

pre {
  margin-bottom: .75rem;
  font-size: 0.75rem;
  color: #212529;
  line-height: 1.375rem; }

.pre-scrollable {
  max-height: 340px; }

.table {
  background-color: transparent; }
  .table th,
  .table td {
    padding: 0.75rem; }
  .table .table {
    background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff; }

.table-hover .table-primary:hover {
  background-color: #9fcdff; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #9fcdff; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d1d3d5; }

.table-hover .table-secondary:hover {
  background-color: #c4c6c9; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c4c6c9; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #beefd7; }

.table-hover .table-success:hover {
  background-color: #aaeaca; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #aaeaca; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #b8ebf4; }

.table-hover .table-info:hover {
  background-color: #a2e5f1; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #a2e5f1; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeab8; }

.table-hover .table-warning:hover {
  background-color: #ffe29f; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe29f; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #eebec8; }

.table-hover .table-danger:hover {
  background-color: #e9aab7; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #e9aab7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fefefe; }

.table-hover .table-light:hover {
  background-color: #f1f1f1; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #f1f1f1; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c1c2c3; }

.table-hover .table-dark:hover {
  background-color: #b4b5b6; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b4b5b6; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #212529; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #32383e; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

.form-control {
  height: auto;
  padding: 0.4375rem 0.75rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #e1e5eb;
  font-weight: 300;
  will-change: border-color, box-shadow;
  border-radius: 0.25rem;
  box-shadow: none;
  transition: box-shadow 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06), border 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06); }
  .form-control:hover {
    border-color: #b3bdcc; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #007bff;
    box-shadow: 0 0.313rem 0.719rem rgba(0, 123, 255, 0.1), 0 0.156rem 0.125rem rgba(0, 0, 0, 0.06); }
    .form-control:focus:hover {
      border-color: #007bff; }
  .form-control::placeholder {
    color: #868e96; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #f5f6f7; }
    .form-control:disabled:hover, .form-control[readonly]:hover {
      border-color: #e1e5eb;
      cursor: not-allowed; }
  .form-control[readonly]:not(:disabled):focus {
    box-shadow: none;
    border-color: #e1e5eb; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.09375rem + 2px); }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

select.form-control:hover {
  cursor: pointer; }

form label:hover {
  cursor: pointer; }

.col-form-label {
  padding-top: calc(0.4375rem + 1px);
  padding-bottom: calc(0.4375rem + 1px);
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.8125rem + 1px);
  padding-bottom: calc(0.8125rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.4286rem + 1px);
  padding-bottom: calc(0.4286rem + 1px);
  font-size: 0.6875rem;
  line-height: 1.5; }

.form-control-plaintext {
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
  line-height: 1.5;
  font-weight: 300; }

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-middle > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.4286rem 0.625rem;
  font-size: 0.6875rem;
  line-height: 1.5;
  border-radius: 0.25rem; }

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-middle > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.88845rem + 2px); }

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-middle > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.8125rem 0.8125rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.375rem; }

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-middle > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.9375rem + 2px); }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  margin-top: 0.25rem; }

.form-check {
  padding-left: 1.25rem; }

.form-check-input {
  margin-top: 0.313rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #868e96; }

.form-check-inline {
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    margin-right: 0.3125rem; }

.valid-feedback {
  margin-top: 0.25rem;
  font-size: 80%;
  color: #17c671; }

.valid-tooltip {
  background-color: rgba(23, 198, 113, 0.8); }

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #17c671;
  box-shadow: 0 5px 11.5px rgba(23, 198, 113, 0.1); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
  .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    box-shadow: 0 5px 11.5px rgba(23, 198, 113, 0.1), 0 1px 1px 0.1rem rgba(23, 198, 113, 0.2); }
  .was-validated .form-control:valid:hover, .form-control.is-valid:hover, .was-validated
  .custom-select:valid:hover,
  .custom-select.is-valid:hover {
    border-color: #17c671; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #17c671; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #17c671; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #57eca4;
    border-color: #2ae68b; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #2ae68b; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0.313rem 0.719rem rgba(23, 198, 113, 0.1), 0 0.156rem 0.125rem rgba(0, 0, 0, 0.06); }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  color: #17c671;
  border-color: #17c671; }
  .was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
    background-color: #b3f6d5;
    border-color: #2ae68b;
    color: #17c671; }

.was-validated .custom-file-input:focus:valid ~ .custom-file-label, .custom-file-input:focus.is-valid ~ .custom-file-label {
  border-color: #17c671;
  box-shadow: 0 5px 11.5px rgba(23, 198, 113, 0.1), 0 1px 1px 0.1rem rgba(23, 198, 113, 0.2); }

.was-validated .custom-file-input:hover:valid ~ .custom-file-label, .custom-file-input:hover.is-valid ~ .custom-file-label {
  border-color: #17c671; }

.was-validated .custom-toggle .custom-control-input:not(:checked):valid ~ .custom-control-label::before, .custom-toggle .custom-control-input:not(:checked).is-valid ~ .custom-control-label::before {
  background-color: #fff; }

.was-validated .custom-toggle .custom-control-input:valid ~ .custom-control-label::before, .custom-toggle .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #17c671; }

.was-validated .custom-toggle .custom-control-input:invalid ~ .custom-control-label::after, .custom-toggle .custom-control-input.is-invalid ~ .custom-control-label::after {
  background-color: #eb8c95; }

.was-validated .custom-toggle .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-toggle .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0.313rem 0.719rem rgba(23, 198, 113, 0.1), 0 0.156rem 0.125rem rgba(0, 0, 0, 0.06); }

.invalid-feedback {
  margin-top: 0.25rem;
  font-size: 80%;
  color: #c4183c; }

.invalid-tooltip {
  background-color: rgba(196, 24, 60, 0.8); }

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #c4183c;
  box-shadow: 0 5px 11.5px rgba(196, 24, 60, 0.1); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
  .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    box-shadow: 0 5px 11.5px rgba(196, 24, 60, 0.1), 0 1px 1px 0.1rem rgba(196, 24, 60, 0.2); }
  .was-validated .form-control:invalid:hover, .form-control.is-invalid:hover, .was-validated
  .custom-select:invalid:hover,
  .custom-select.is-invalid:hover {
    border-color: #c4183c; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #c4183c; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #c4183c; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #ea5876;
    border-color: #e52a51; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e52a51; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0.313rem 0.719rem rgba(196, 24, 60, 0.1), 0 0.156rem 0.125rem rgba(0, 0, 0, 0.06); }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  color: #c4183c;
  border-color: #c4183c; }
  .was-validated .custom-file-input:invalid ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
    background-color: #f6b2c0;
    border-color: #e52a51;
    color: #c4183c; }

.was-validated .custom-file-input:focus:invalid ~ .custom-file-label, .custom-file-input:focus.is-invalid ~ .custom-file-label {
  border-color: #c4183c;
  box-shadow: 0 5px 11.5px rgba(196, 24, 60, 0.1), 0 1px 1px 0.1rem rgba(196, 24, 60, 0.2); }

.was-validated .custom-file-input:hover:invalid ~ .custom-file-label, .custom-file-input:hover.is-invalid ~ .custom-file-label {
  border-color: #c4183c; }

.was-validated .custom-toggle .custom-control-input:not(:checked):invalid ~ .custom-control-label::before, .custom-toggle .custom-control-input:not(:checked).is-invalid ~ .custom-control-label::before {
  background-color: #fff; }

.was-validated .custom-toggle .custom-control-input:valid ~ .custom-control-label::before, .custom-toggle .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #17c671; }

.was-validated .custom-toggle .custom-control-input:invalid ~ .custom-control-label::after, .custom-toggle .custom-control-input.is-invalid ~ .custom-control-label::after {
  background-color: #eb8c95; }

.was-validated .custom-toggle .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-toggle .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0.313rem 0.719rem rgba(196, 24, 60, 0.1), 0 0.156rem 0.125rem rgba(0, 0, 0, 0.06); }

@media (min-width: 576px) {
  .form-inline .form-check-input {
    margin-right: 0.313rem; } }

.btn {
  font-weight: 400;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  border: 1px solid transparent;
  padding: 0.5625rem 1rem;
  font-size: 0.75rem;
  line-height: 1.125;
  border-radius: 0.25rem;
  transition: all 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06); }
  .btn:hover, .btn.hover {
    cursor: pointer; }
  .btn:focus, .btn.focus {
    box-shadow: none; }
  .btn:not([disabled]):not(.disabled):active, .btn:not([disabled]):not(.disabled).active {
    background-image: none;
    box-shadow: none; }
  .btn.btn-squared {
    border-radius: 0; }
  .btn.btn-pill {
    border-radius: 50px; }

.btn-primary {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
  box-shadow: none; }
  .btn-primary:hover {
    color: #fff;
    background-color: #006fe6;
    border-color: #006fe6;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(0, 123, 255, 0.25); }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.15), 0 3px 15px rgba(0, 123, 255, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1); }
  .btn-primary.disabled, .btn-primary:disabled {
    background-color: #007bff;
    border-color: #007bff;
    box-shadow: none;
    cursor: not-allowed; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #006fe6;
    border-color: #0062cc;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important; }

.btn-secondary {
  color: #fff;
  border-color: #5A6169;
  background-color: #5A6169;
  box-shadow: none; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #4e545b;
    border-color: #4e545b;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(90, 97, 105, 0.25); }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 3px rgba(90, 97, 105, 0.15), 0 3px 15px rgba(90, 97, 105, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    background-color: #5A6169;
    border-color: #5A6169;
    box-shadow: none;
    cursor: not-allowed; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #4e545b;
    border-color: #42484e;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important; }

.btn-success {
  color: #fff;
  border-color: #17c671;
  background-color: #17c671;
  box-shadow: none; }
  .btn-success:hover {
    color: #fff;
    background-color: #14af64;
    border-color: #14af64;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(23, 198, 113, 0.25); }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 3px rgba(23, 198, 113, 0.15), 0 3px 15px rgba(23, 198, 113, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1); }
  .btn-success.disabled, .btn-success:disabled {
    background-color: #17c671;
    border-color: #17c671;
    box-shadow: none;
    cursor: not-allowed; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #14af64;
    border-color: #129857;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important; }

.btn-info {
  color: #fff;
  border-color: #00b8d8;
  background-color: #00b8d8;
  box-shadow: none; }
  .btn-info:hover {
    color: #fff;
    background-color: #00a2bf;
    border-color: #00a2bf;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(0, 184, 216, 0.25); }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 3px rgba(0, 184, 216, 0.15), 0 3px 15px rgba(0, 184, 216, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1); }
  .btn-info.disabled, .btn-info:disabled {
    background-color: #00b8d8;
    border-color: #00b8d8;
    box-shadow: none;
    cursor: not-allowed; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #00a2bf;
    border-color: #008da5;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important; }

.btn-warning {
  color: #212529;
  border-color: #ffb400;
  background-color: #ffb400;
  box-shadow: none; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e6a200;
    border-color: #e6a200;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(255, 180, 0, 0.25); }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 3px rgba(255, 180, 0, 0.15), 0 3px 15px rgba(255, 180, 0, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1); }
  .btn-warning.disabled, .btn-warning:disabled {
    background-color: #ffb400;
    border-color: #ffb400;
    box-shadow: none;
    cursor: not-allowed; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #e6a200;
    border-color: #cc9000;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important; }

.btn-danger {
  color: #fff;
  border-color: #c4183c;
  background-color: #c4183c;
  box-shadow: none; }
  .btn-danger:hover {
    color: #fff;
    background-color: #ad1535;
    border-color: #ad1535;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(196, 24, 60, 0.25); }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 3px rgba(196, 24, 60, 0.15), 0 3px 15px rgba(196, 24, 60, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1); }
  .btn-danger.disabled, .btn-danger:disabled {
    background-color: #c4183c;
    border-color: #c4183c;
    box-shadow: none;
    cursor: not-allowed; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #ad1535;
    border-color: #97122e;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important; }

.btn-light {
  color: #212529;
  border-color: #FBFBFB;
  background-color: #FBFBFB;
  box-shadow: none; }
  .btn-light:hover {
    color: #212529;
    background-color: #eeeeee;
    border-color: #eeeeee;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(251, 251, 251, 0.25); }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 3px rgba(251, 251, 251, 0.15), 0 3px 15px rgba(251, 251, 251, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1); }
  .btn-light.disabled, .btn-light:disabled {
    background-color: #FBFBFB;
    border-color: #FBFBFB;
    box-shadow: none;
    cursor: not-allowed; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #eeeeee;
    border-color: #e2e2e2;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important; }

.btn-dark {
  color: #fff;
  border-color: #212529;
  background-color: #212529;
  box-shadow: none; }
  .btn-dark:hover {
    color: #fff;
    background-color: #16181b;
    border-color: #16181b;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(33, 37, 41, 0.25); }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 3px rgba(33, 37, 41, 0.15), 0 3px 15px rgba(33, 37, 41, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1); }
  .btn-dark.disabled, .btn-dark:disabled {
    background-color: #212529;
    border-color: #212529;
    box-shadow: none;
    cursor: not-allowed; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #16181b;
    border-color: #0a0c0d;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important; }

.btn-white {
  color: #212529;
  border-color: #fff;
  background-color: #fff;
  box-shadow: none; }
  .btn-white:hover {
    color: #212529;
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(255, 255, 255, 0.25); }
  .btn-white:focus, .btn-white.focus {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.15), 0 3px 15px rgba(255, 255, 255, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1); }
  .btn-white.disabled, .btn-white:disabled {
    background-color: #fff;
    border-color: #fff;
    box-shadow: none;
    cursor: not-allowed; }
  .btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active,
  .show > .btn-white.dropdown-toggle {
    color: #212529;
    background-color: #f2f2f2;
    border-color: #e6e6e6;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important; }

.btn-black {
  color: #fff;
  border-color: #000;
  background-color: #000;
  box-shadow: none; }
  .btn-black:hover {
    color: #fff;
    background-color: black;
    border-color: black;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(0, 0, 0, 0.25); }
  .btn-black:focus, .btn-black.focus {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15), 0 3px 15px rgba(0, 0, 0, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1); }
  .btn-black.disabled, .btn-black:disabled {
    background-color: #000;
    border-color: #000;
    box-shadow: none;
    cursor: not-allowed; }
  .btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active,
  .show > .btn-black.dropdown-toggle {
    color: #fff;
    background-color: black;
    border-color: black;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important; }

.btn-outline-primary {
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
  color: #007bff; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(0, 123, 255, 0.25); }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.15), 0 3px 15px rgba(0, 123, 255, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1) !important; }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent;
    box-shadow: none; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important; }

.btn-outline-secondary {
  background-color: transparent;
  background-image: none;
  border-color: #5A6169;
  color: #5A6169; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #5A6169;
    border-color: #5A6169;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(90, 97, 105, 0.25); }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 3px rgba(90, 97, 105, 0.15), 0 3px 15px rgba(90, 97, 105, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1) !important; }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #5A6169;
    background-color: transparent;
    box-shadow: none; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #5A6169;
    border-color: #5A6169; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important; }

.btn-outline-success {
  background-color: transparent;
  background-image: none;
  border-color: #17c671;
  color: #17c671; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #17c671;
    border-color: #17c671;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(23, 198, 113, 0.25); }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 3px rgba(23, 198, 113, 0.15), 0 3px 15px rgba(23, 198, 113, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1) !important; }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #17c671;
    background-color: transparent;
    box-shadow: none; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #17c671;
    border-color: #17c671; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important; }

.btn-outline-info {
  background-color: transparent;
  background-image: none;
  border-color: #00b8d8;
  color: #00b8d8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #00b8d8;
    border-color: #00b8d8;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(0, 184, 216, 0.25); }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 3px rgba(0, 184, 216, 0.15), 0 3px 15px rgba(0, 184, 216, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1) !important; }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #00b8d8;
    background-color: transparent;
    box-shadow: none; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #00b8d8;
    border-color: #00b8d8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important; }

.btn-outline-warning {
  background-color: transparent;
  background-image: none;
  border-color: #ffb400;
  color: #ffb400; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffb400;
    border-color: #ffb400;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(255, 180, 0, 0.25); }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 3px rgba(255, 180, 0, 0.15), 0 3px 15px rgba(255, 180, 0, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1) !important; }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffb400;
    background-color: transparent;
    box-shadow: none; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffb400;
    border-color: #ffb400; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important; }

.btn-outline-danger {
  background-color: transparent;
  background-image: none;
  border-color: #c4183c;
  color: #c4183c; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #c4183c;
    border-color: #c4183c;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(196, 24, 60, 0.25); }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 3px rgba(196, 24, 60, 0.15), 0 3px 15px rgba(196, 24, 60, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1) !important; }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #c4183c;
    background-color: transparent;
    box-shadow: none; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #c4183c;
    border-color: #c4183c; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important; }

.btn-outline-light {
  background-color: transparent;
  background-image: none;
  border-color: #FBFBFB;
  color: #212529; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #FBFBFB;
    border-color: #FBFBFB;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(251, 251, 251, 0.25); }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 3px rgba(251, 251, 251, 0.15), 0 3px 15px rgba(251, 251, 251, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1) !important; }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #FBFBFB;
    background-color: transparent;
    box-shadow: none; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #FBFBFB;
    border-color: #FBFBFB; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important; }

.btn-outline-dark {
  background-color: transparent;
  background-image: none;
  border-color: #212529;
  color: #212529; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(33, 37, 41, 0.25); }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 3px rgba(33, 37, 41, 0.15), 0 3px 15px rgba(33, 37, 41, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1) !important; }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #212529;
    background-color: transparent;
    box-shadow: none; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #212529;
    border-color: #212529; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important; }

.btn-outline-white {
  background-color: transparent;
  background-image: none;
  border-color: #fff;
  color: #212529;
  color: #fff; }
  .btn-outline-white:hover {
    color: #212529;
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(255, 255, 255, 0.25); }
  .btn-outline-white:focus, .btn-outline-white.focus {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.15), 0 3px 15px rgba(255, 255, 255, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1) !important; }
  .btn-outline-white.disabled, .btn-outline-white:disabled {
    color: #fff;
    background-color: transparent;
    box-shadow: none; }
  .btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active,
  .show > .btn-outline-white.dropdown-toggle {
    color: #212529;
    background-color: #fff;
    border-color: #fff; }
    .btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-white.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important; }
  .btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active {
    color: #000; }

.btn-outline-black {
  background-color: transparent;
  background-image: none;
  border-color: #000;
  color: #000;
  color: #000; }
  .btn-outline-black:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(0, 0, 0, 0.25); }
  .btn-outline-black:focus, .btn-outline-black.focus {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15), 0 3px 15px rgba(0, 0, 0, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1) !important; }
  .btn-outline-black.disabled, .btn-outline-black:disabled {
    color: #000;
    background-color: transparent;
    box-shadow: none; }
  .btn-outline-black:not(:disabled):not(.disabled):active, .btn-outline-black:not(:disabled):not(.disabled).active,
  .show > .btn-outline-black.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000; }
    .btn-outline-black:not(:disabled):not(.disabled):active:focus, .btn-outline-black:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-black.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important; }
  .btn-outline-black:not(:disabled):not(.disabled):active, .btn-outline-black:not(:disabled):not(.disabled).active {
    color: #fff; }

.btn-link {
  font-weight: 300;
  color: #007bff; }
  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline; }
  .btn-link:disabled {
    color: #868e96; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.75rem 1.75rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.5rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.4286rem 0.875rem;
  font-size: 0.6875rem;
  line-height: 1.5;
  border-radius: 0.25rem; }

.btn-block + .btn-block {
  margin-top: 0.5rem; }

.fade {
  transition: opacity 200ms ease-in-out; }

.collapsing {
  transition: height 350ms ease-in-out; }

i.material-icons {
  font-size: inherit;
  position: relative;
  top: 2px; }

.dropdown-menu {
  z-index: 1000;
  min-width: 10rem;
  padding: 10px 0;
  margin: 0 0 0;
  font-size: 1rem;
  color: #5A6169;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 0.375rem;
  box-shadow: 0 0.5rem 4rem rgba(0, 0, 0, 0.11), 0 10px 20px rgba(0, 0, 0, 0.05), 0 2px 3px rgba(0, 0, 0, 0.06); }
  .dropdown-menu-small {
    box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.11), 0 3px 10px rgba(0, 0, 0, 0.05), 0 2px 3px rgba(0, 0, 0, 0.06);
    padding: 0.25rem 0;
    font-size: 0.813rem; }
    .dropdown-menu-small .dropdown-item {
      padding: 0.375rem 0.875rem;
      font-size: 0.813rem; }
    .dropdown-menu-small .dropdown-divider {
      margin: 0.25rem 0; }

.dropup .dropdown-menu {
  margin-bottom: 0; }

.dropright .dropdown-menu {
  margin-left: 0; }

.dropleft .dropdown-menu {
  margin-right: 0; }

.dropdown-divider {
  height: 0;
  margin: 0.75rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  padding: 0.5rem 1.25rem;
  font-weight: 300;
  color: #212529;
  font-size: 0.9375rem;
  transition: background-color 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06), color 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06); }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    background-color: #eceeef; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    background-color: #c3c7cc; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #868e96; }
    .dropdown-item.disabled:hover, .dropdown-item:disabled:hover {
      background: none;
      cursor: not-allowed; }

.dropdown-header {
  padding: 10px 1.25rem;
  font-size: 0.6875rem;
  color: #868e96; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.65625rem;
  padding-left: 0.65625rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.3125rem;
  padding-left: 1.3125rem; }

.btn-group.show .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.show .dropdown-toggle.btn-link {
    box-shadow: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px; }

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px; }

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .custom-file:not(:first-child) .custom-file-label,
.input-group > .custom-file:not(:first-child) .custom-file-label::after {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group.input-group-seamless > .form-control {
  border-radius: 0.25rem; }

.input-group.input-group-seamless > .input-group-append,
.input-group.input-group-seamless > .input-group-prepend {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 4; }
  .input-group.input-group-seamless > .input-group-append .input-group-text,
  .input-group.input-group-seamless > .input-group-prepend .input-group-text {
    padding: 0.75rem 0.625rem;
    background: transparent;
    border: none; }

.input-group.input-group-seamless > .input-group-append {
  right: 0; }

.input-group.input-group-seamless > .input-group-middle {
  right: 0;
  left: 0; }

.input-group.input-group-seamless > .input-group-prepend {
  left: 0; }

.input-group.input-group-seamless > .form-control:not(:last-child),
.input-group.input-group-seamless > .custom-select:not(:last-child) {
  padding-right: 40px; }

.input-group.input-group-seamless > .form-control:not(:first-child),
.input-group.input-group-seamless > .custom-select:not(:first-child) {
  padding-left: 40px; }

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #abb6bf;
  background-color: white;
  border: 1px solid #e1e5eb;
  border-radius: 0.25rem; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group > .input-group-middle > .btn,
.input-group > .input-group-middle > .input-group-text {
  border-left: 0;
  border-right: 0;
  border-radius: 0; }

.input-group-middle {
  display: flex; }

.custom-control {
  min-height: 1.5rem;
  padding-left: 1.688rem; }
  .custom-control:hover {
    cursor: pointer; }
  .custom-control .custom-control-label:before {
    pointer-events: all; }

.custom-control-inline {
  margin-right: 1rem; }

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: transparent;
  background-color: #007bff;
  box-shadow: none; }

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0.313rem 0.719rem rgba(0, 123, 255, 0.1), 0 0.156rem 0.125rem rgba(0, 0, 0, 0.06); }

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  box-shadow: none; }

.custom-control-input:disabled ~ .custom-control-label {
  color: #868e96; }
  .custom-control-input:disabled ~ .custom-control-label:hover {
    cursor: not-allowed; }
  .custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #e9ecef; }

.custom-control-label {
  position: static; }
  .custom-control-label:hover {
    cursor: pointer; }
  .custom-control-label::before {
    top: 0.1875rem;
    left: 0;
    width: 1.125rem;
    height: 1.125rem;
    background-color: #fff;
    border: 1px solid #e1e5eb;
    transition: all 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06);
    box-shadow: none; }
  .custom-control-label::after {
    top: 0.1875rem;
    width: 1.125rem;
    height: 1.125rem;
    background-size: 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 2px; }

.custom-checkbox .custom-control-label::after {
  content: '';
  position: absolute;
  top: 5px;
  left: 7px;
  width: 5px;
  height: 11px;
  opacity: 0;
  transform: rotate(45deg) scale(0);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transition: transform 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06), border 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06);
  transition-delay: 100ms; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-image: none; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  opacity: 1;
  transform: rotate(45deg) scale(1);
  background-image: none; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border: none;
  background-color: #007bff;
  box-shadow: none; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  content: '';
  position: absolute;
  transform: scale(1);
  background-image: none;
  background-color: #fff;
  border: none;
  width: 10px;
  height: 2px;
  top: 11px;
  left: 4px;
  opacity: 1;
  transition: none; }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background: #e9ecef;
  border-color: #e1e5eb; }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::after {
  border-color: #e1e5eb; }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-label::after {
  content: '';
  border-radius: 50%;
  transform: scale(0);
  background-image: none !important;
  position: absolute;
  background: #fff;
  width: 8px;
  height: 8px;
  top: 8px;
  left: 5px;
  transition: all 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06);
  transition-delay: .1s;
  opacity: 0;
  transform: scale(0); }

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  opacity: 1;
  transform: scale(1); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #a8aeb4; }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background: #e9ecef;
  border-color: #e1e5eb; }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::after {
  background: #e1e5eb; }

.custom-select {
  height: calc(2.09375rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #e1e5eb;
  font-weight: 300;
  font-size: 0.8125rem;
  transition: box-shadow 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06), border 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06);
  border-radius: 0.25rem; }
  .custom-select:focus {
    border-color: #007bff;
    box-shadow: 0 0.313rem 0.719rem rgba(0, 123, 255, 0.1), 0 0.156rem 0.125rem rgba(0, 0, 0, 0.06); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select:hover:not(:focus):not(:disabled) {
    cursor: pointer;
    border-color: #b3bdcc; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    padding-right: 0.75rem; }
  .custom-select:disabled {
    color: #868e96;
    background-color: #e9ecef; }

.custom-select-sm {
  height: calc(1.88845rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.75rem; }

.custom-select-lg {
  height: calc(2.9375rem + 2px);
  font-size: 1.25rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem; }

.custom-file {
  height: calc(2.0625rem + 2px);
  font-size: 0.8125rem;
  transition: box-shadow 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06), border 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06); }

.custom-file-input {
  min-width: 14rem;
  height: calc(2.0625rem + 2px); }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #007bff;
    color: #495057;
    box-shadow: 0 0.313rem 0.719rem rgba(0, 123, 255, 0.1), 0 0.156rem 0.125rem rgba(0, 0, 0, 0.06); }
    .custom-file-input:focus ~ .custom-file-label::after {
      border-color: #007bff;
      color: #007bff;
      background: #e6f2ff; }
    .custom-file-input:focus ~ .custom-file-label:hover {
      border-color: #007bff; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input:not(:disabled):hover {
    cursor: pointer; }
    .custom-file-input:not(:disabled):hover ~ .custom-file-label,
    .custom-file-input:not(:disabled):hover ~ .custom-file-label:before {
      border-color: #b3bdcc; }
  .custom-file-input:disabled + .custom-file-label {
    color: #868e96;
    background-color: #f8f9fa; }

.custom-file-label {
  height: calc(2.0625rem + 2px);
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #e1e5eb;
  font-weight: 300;
  box-shadow: none;
  transition: box-shadow 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06), border-color 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06);
  border-radius: 0.25rem; }
  .custom-file-label::after {
    padding: 0.5rem 1rem;
    height: calc(calc(2.0625rem + 2px) - 1px * 2);
    line-height: 1.5;
    color: #495057;
    border-left: 1px solid #e1e5eb;
    background-color: #e9ecef;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-toggle {
  position: relative;
  padding-left: 3.75rem; }
  .custom-toggle .custom-control-label::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 3.125rem;
    height: 1.75rem;
    background: #fff;
    border-radius: 100px;
    border: 0.0625rem solid #e1e5eb; }
  .custom-toggle .custom-control-label::after {
    content: '';
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    width: 1.25rem;
    height: 1.25rem;
    background: #e1e5eb;
    border-radius: 6.25rem;
    transition: 350ms; }
  .custom-toggle .custom-control-input:checked ~ .custom-control-label::before {
    background: #17c671;
    border-color: #17c671; }
  .custom-toggle .custom-control-input:checked ~ .custom-control-label::after {
    left: 2.875rem;
    transform: translateX(-100%);
    background: #fff; }
  .custom-toggle .custom-control-input:checked:disabled ~ .custom-control-label::before {
    background: #e9ecef;
    border-color: #e1e5eb; }
  .custom-toggle .custom-control-input:checked:disabled ~ .custom-control-label::after {
    background: #e1e5eb; }
  .custom-toggle .custom-control-input:active:not(:disabled) ~ .custom-control-label::after {
    width: 1.625rem; }
  .custom-toggle .custom-control-input:active:not(:checked) ~ .custom-control-label::before {
    background-color: #fff; }
  .custom-toggle .custom-control-input:disabled:active ~ .custom-control-label::before {
    background-color: #e9ecef; }
  .custom-toggle .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0.313rem 0.719rem rgba(23, 198, 113, 0.1), 0 0.156rem 0.125rem rgba(0, 0, 0, 0.06); }
  .custom-toggle .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    box-shadow: 0 0.313rem 0.719rem rgba(0, 123, 255, 0.1), 0 0.156rem 0.125rem rgba(0, 0, 0, 0.06); }
  .custom-toggle.custom-toggle-sm {
    padding-left: 2.625rem; }
    .custom-toggle.custom-toggle-sm .custom-control-label::before {
      top: .1875rem;
      position: absolute;
      display: block;
      width: 2.1875rem;
      height: 1.125rem;
      background: #fff;
      border-radius: 100px;
      border: 0.0625rem solid #e1e5eb; }
    .custom-toggle.custom-toggle-sm .custom-control-label::after {
      content: '';
      position: absolute;
      top: .375rem;
      left: 0.1875rem;
      width: 0.75rem;
      height: 0.75rem; }
    .custom-toggle.custom-toggle-sm .custom-control-input:checked ~ .custom-control-label::after {
      left: 1.9375rem; }
    .custom-toggle.custom-toggle-sm .custom-control-input:active:not(:disabled) ~ .custom-control-label::after {
      width: 1rem; }

.nav {
  font-size: 0.875rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }

.nav-link {
  padding: 0.625rem 0.625rem;
  transition: all 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06); }
  .nav-link.disabled {
    color: #868e96; }

.nav-tabs {
  border-bottom: 1px solid #d1d4d8; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef; }
    .nav-tabs .nav-link.disabled {
      color: #868e96; }
      .nav-tabs .nav-link.disabled:hover {
        cursor: not-allowed;
        border-color: transparent; }
    .nav-tabs .nav-link:hover {
      border-color: #e7e9ea; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #ddd; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.375rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }

.nav-pills:hover {
  background-color: #fdfdfd; }

.nav-outlined-pills .nav-link {
  border-radius: 0.375rem;
  border: 1px solid transparent; }
  .nav-outlined-pills .nav-link.active,
  .show > .nav-outlined-pills .nav-link {
    background: none;
    color: #007bff;
    border-color: #007bff; }
  .nav-outlined-pills .nav-link:hover {
    border-color: #e7e9ea; }

.nav-blue .nav-link.active {
  background-color: #007bff;
  border-color: #0074f0;
  color: #fff; }

.nav-blue .nav-link.disabled {
  color: #868e96; }
  .nav-blue .nav-link.disabled:hover {
    cursor: not-allowed;
    border-color: transparent; }

.nav-blue .nav-link {
  color: #007bff; }

.nav-blue.nav-outlined-pills .nav-link.active {
  background: transparent;
  border-color: #3395ff;
  color: #007bff; }
  .nav-blue.nav-outlined-pills .nav-link.active:hover {
    border-color: #3395ff; }

.nav-blue.nav-outlined-pills .nav-link {
  color: #007bff; }

.nav-indigo .nav-link.active {
  background-color: #674eec;
  border-color: #5b40eb;
  color: #fff; }

.nav-indigo .nav-link.disabled {
  color: #868e96; }
  .nav-indigo .nav-link.disabled:hover {
    cursor: not-allowed;
    border-color: transparent; }

.nav-indigo .nav-link {
  color: #674eec; }

.nav-indigo.nav-outlined-pills .nav-link.active {
  background: transparent;
  border-color: #8f7cf1;
  color: #674eec; }
  .nav-indigo.nav-outlined-pills .nav-link.active:hover {
    border-color: #8f7cf1; }

.nav-indigo.nav-outlined-pills .nav-link {
  color: #674eec; }

.nav-purple .nav-link.active {
  background-color: #8445f7;
  border-color: #7a36f6;
  color: #fff; }

.nav-purple .nav-link.disabled {
  color: #868e96; }
  .nav-purple .nav-link.disabled:hover {
    cursor: not-allowed;
    border-color: transparent; }

.nav-purple .nav-link {
  color: #8445f7; }

.nav-purple.nav-outlined-pills .nav-link.active {
  background: transparent;
  border-color: #a476f9;
  color: #8445f7; }
  .nav-purple.nav-outlined-pills .nav-link.active:hover {
    border-color: #a476f9; }

.nav-purple.nav-outlined-pills .nav-link {
  color: #8445f7; }

.nav-pink .nav-link.active {
  background-color: #ff4169;
  border-color: #ff325d;
  color: #fff; }

.nav-pink .nav-link.disabled {
  color: #868e96; }
  .nav-pink .nav-link.disabled:hover {
    cursor: not-allowed;
    border-color: transparent; }

.nav-pink .nav-link {
  color: #ff4169; }

.nav-pink.nav-outlined-pills .nav-link.active {
  background: transparent;
  border-color: #ff7491;
  color: #ff4169; }
  .nav-pink.nav-outlined-pills .nav-link.active:hover {
    border-color: #ff7491; }

.nav-pink.nav-outlined-pills .nav-link {
  color: #ff4169; }

.nav-red .nav-link.active {
  background-color: #c4183c;
  border-color: #b61638;
  color: #fff; }

.nav-red .nav-link.disabled {
  color: #868e96; }
  .nav-red .nav-link.disabled:hover {
    cursor: not-allowed;
    border-color: transparent; }

.nav-red .nav-link {
  color: #c4183c; }

.nav-red.nav-outlined-pills .nav-link.active {
  background: transparent;
  border-color: #e52a51;
  color: #c4183c; }
  .nav-red.nav-outlined-pills .nav-link.active:hover {
    border-color: #e52a51; }

.nav-red.nav-outlined-pills .nav-link {
  color: #c4183c; }

.nav-orange .nav-link.active {
  background-color: #fb7906;
  border-color: #ee7204;
  color: #fff; }

.nav-orange .nav-link.disabled {
  color: #868e96; }
  .nav-orange .nav-link.disabled:hover {
    cursor: not-allowed;
    border-color: transparent; }

.nav-orange .nav-link {
  color: #fb7906; }

.nav-orange.nav-outlined-pills .nav-link.active {
  background: transparent;
  border-color: #fc9438;
  color: #fb7906; }
  .nav-orange.nav-outlined-pills .nav-link.active:hover {
    border-color: #fc9438; }

.nav-orange.nav-outlined-pills .nav-link {
  color: #fb7906; }

.nav-yellow .nav-link.active {
  background-color: #ffb400;
  border-color: #f0a900;
  color: #212529; }

.nav-yellow .nav-link.disabled {
  color: #868e96; }
  .nav-yellow .nav-link.disabled:hover {
    cursor: not-allowed;
    border-color: transparent; }

.nav-yellow .nav-link {
  color: #ffb400; }

.nav-yellow.nav-outlined-pills .nav-link.active {
  background: transparent;
  border-color: #ffc333;
  color: #ffb400; }
  .nav-yellow.nav-outlined-pills .nav-link.active:hover {
    border-color: #ffc333; }

.nav-yellow.nav-outlined-pills .nav-link {
  color: #ffb400; }

.nav-green .nav-link.active {
  background-color: #17c671;
  border-color: #15b869;
  color: #fff; }

.nav-green .nav-link.disabled {
  color: #868e96; }
  .nav-green .nav-link.disabled:hover {
    cursor: not-allowed;
    border-color: transparent; }

.nav-green .nav-link {
  color: #17c671; }

.nav-green.nav-outlined-pills .nav-link.active {
  background: transparent;
  border-color: #2ae68b;
  color: #17c671; }
  .nav-green.nav-outlined-pills .nav-link.active:hover {
    border-color: #2ae68b; }

.nav-green.nav-outlined-pills .nav-link {
  color: #17c671; }

.nav-teal .nav-link.active {
  background-color: #1adba2;
  border-color: #18cd98;
  color: #212529; }

.nav-teal .nav-link.disabled {
  color: #868e96; }
  .nav-teal .nav-link.disabled:hover {
    cursor: not-allowed;
    border-color: transparent; }

.nav-teal .nav-link {
  color: #1adba2; }

.nav-teal.nav-outlined-pills .nav-link.active {
  background: transparent;
  border-color: #40e8b7;
  color: #1adba2; }
  .nav-teal.nav-outlined-pills .nav-link.active:hover {
    border-color: #40e8b7; }

.nav-teal.nav-outlined-pills .nav-link {
  color: #1adba2; }

.nav-cyan .nav-link.active {
  background-color: #00b8d8;
  border-color: #00abc9;
  color: #fff; }

.nav-cyan .nav-link.disabled {
  color: #868e96; }
  .nav-cyan .nav-link.disabled:hover {
    cursor: not-allowed;
    border-color: transparent; }

.nav-cyan .nav-link {
  color: #00b8d8; }

.nav-cyan.nav-outlined-pills .nav-link.active {
  background: transparent;
  border-color: #0cdbff;
  color: #00b8d8; }
  .nav-cyan.nav-outlined-pills .nav-link.active:hover {
    border-color: #0cdbff; }

.nav-cyan.nav-outlined-pills .nav-link {
  color: #00b8d8; }

.nav-white .nav-link.active {
  background-color: #fff;
  border-color: #f7f7f7;
  color: #212529; }

.nav-white .nav-link.disabled {
  color: #868e96; }
  .nav-white .nav-link.disabled:hover {
    cursor: not-allowed;
    border-color: transparent; }

.nav-white .nav-link {
  color: #fff; }

.nav-white.nav-outlined-pills .nav-link.active {
  background: transparent;
  border-color: white;
  color: #fff; }
  .nav-white.nav-outlined-pills .nav-link.active:hover {
    border-color: white; }

.nav-white.nav-outlined-pills .nav-link {
  color: #fff; }

.nav-gray .nav-link.active {
  background-color: #868e96;
  border-color: #7e868f;
  color: #fff; }

.nav-gray .nav-link.disabled {
  color: #868e96; }
  .nav-gray .nav-link.disabled:hover {
    cursor: not-allowed;
    border-color: transparent; }

.nav-gray .nav-link {
  color: #868e96; }

.nav-gray.nav-outlined-pills .nav-link.active {
  background: transparent;
  border-color: #a1a8ae;
  color: #868e96; }
  .nav-gray.nav-outlined-pills .nav-link.active:hover {
    border-color: #a1a8ae; }

.nav-gray.nav-outlined-pills .nav-link {
  color: #868e96; }

.nav-gray-dark .nav-link.active {
  background-color: #343a40;
  border-color: #2d3238;
  color: #fff; }

.nav-gray-dark .nav-link.disabled {
  color: #868e96; }
  .nav-gray-dark .nav-link.disabled:hover {
    cursor: not-allowed;
    border-color: transparent; }

.nav-gray-dark .nav-link {
  color: #343a40; }

.nav-gray-dark.nav-outlined-pills .nav-link.active {
  background: transparent;
  border-color: #4b545c;
  color: #343a40; }
  .nav-gray-dark.nav-outlined-pills .nav-link.active:hover {
    border-color: #4b545c; }

.nav-gray-dark.nav-outlined-pills .nav-link {
  color: #343a40; }

.navbar {
  padding: 0.75rem 1.5rem; }

.navbar-brand {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  margin-right: 1.5rem;
  font-size: 0.9rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400; }

.navbar-text {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem; }

.navbar-toggler {
  padding: 0.5rem 0.5rem;
  font-size: 1rem;
  background: #fff;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.625rem;
    padding-left: 0.625rem; } }

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.625rem;
    padding-left: 0.625rem; } }

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.625rem;
    padding-left: 0.625rem; } }

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.625rem;
    padding-left: 0.625rem; } }

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
  background: none; }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: white; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: white; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: white; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
  background: none; }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: white; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: white; }

.card {
  background-color: #fff;
  border: none;
  border-radius: 0.625rem;
  box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1), 0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1), 0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12), 0 0.125rem 0.1875rem rgba(90, 97, 105, 0.1); }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.625rem;
    border-top-right-radius: 0.625rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.625rem;
    border-bottom-left-radius: 0.625rem; }
  .card .list-group-item {
    padding: 0.8125rem 1.875rem; }
  .card .card-text {
    margin-bottom: 1.5625rem; }
  .card a:hover {
    text-decoration: none; }
  .card-small {
    box-shadow: 0 2px 0 rgba(90, 97, 105, 0.11), 0 4px 8px rgba(90, 97, 105, 0.12), 0 10px 10px rgba(90, 97, 105, 0.06), 0 7px 70px rgba(90, 97, 105, 0.1); }
    .card-small .card-header,
    .card-small .card-body,
    .card-small .card-footer {
      padding: 1rem 1rem; }

.card-body {
  padding: 1.875rem; }
  .card-body > p:last-child {
    margin-bottom: 0; }

.card-title {
  font-weight: 500;
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -1.09375rem; }

.card-link {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }
  .card-link + .card-link {
    margin-left: 1.875rem; }

.card-header {
  padding: 1.09375rem 1.875rem;
  background-color: #fff;
  border-bottom: none; }
  .card-header:first-child {
    border-radius: 0.625rem 0.625rem 0 0; }

.card-footer {
  padding: 1.09375rem 1.875rem;
  background-color: #fff;
  border-top: none; }
  .card-footer:last-child {
    border-radius: 0 0 0.625rem 0.625rem; }

.card-header-tabs {
  margin-bottom: -1rem;
  border-bottom: 0; }
  .card-header-tabs .nav-link,
  .card-header-tabs .nav-link:hover {
    border-bottom: transparent; }

.card-header-pills {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem; }
  .card-header-pills:hover {
    background: transparent; }

.card-img-overlay {
  padding: 1.875rem 2.1875rem;
  background: rgba(90, 97, 105, 0.5);
  border-radius: 0.625rem; }
  .card-img-overlay .card-title {
    color: #fff; }

.card-img {
  border-radius: 0.625rem; }

.card-img-top {
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem; }

.card-img-bottom {
  border-bottom-right-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem; }

.card-deck .card {
  margin-bottom: 0.9375rem; }

@media (min-width: 576px) {
  .card-deck {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem; }
    .card-deck .card {
      margin-right: 0.9375rem;
      margin-left: 0.9375rem; } }

.card-group > .card {
  box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1), 0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1), 0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12), 0 0.125rem 0.1875rem rgba(90, 97, 105, 0.1); }
  .card-group > .card:last-child .card-body,
  .card-group > .card:last-child .card-footer {
    border-right: none; }

.card-group .card-body,
.card-group .card-footer {
  border-right: 1px solid #e7e9ea; }

@media (min-width: 576px) {
  .card-group {
    box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1), 0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1), 0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12), 0 0.125rem 0.1875rem rgba(90, 97, 105, 0.1);
    border-radius: 0.625rem; }
    .card-group > .card {
      box-shadow: none; }
      .card-group > .card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
      .card-group > .card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
      .card-group > .card:only-child {
        border-radius: 0.625rem; }
        .card-group > .card:only-child .card-img-top,
        .card-group > .card:only-child .card-header {
          border-top-left-radius: 0.625rem;
          border-top-right-radius: 0.625rem; }
        .card-group > .card:only-child .card-img-bottom,
        .card-group > .card:only-child .card-footer {
          border-bottom-right-radius: 0.625rem;
          border-bottom-left-radius: 0.625rem; }
      .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: 0; }
        .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
        .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
        .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
        .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
          border-radius: 0; } }

.card-columns .card {
  margin-bottom: 2.1875rem; }

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem; } }

.pagination {
  padding-left: 0;
  list-style: none;
  border-radius: 0.375rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem; }

.page-link {
  padding: 0.5rem 0.75rem;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: none;
  margin: 0;
  transition: all 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06); }
  .page-link:hover, .page-link:focus {
    color: #0056b3;
    background-color: #f5f5f6;
    border-color: #dfe1e3; }

.page-item {
  box-shadow: 0 0.125rem 0.9375rem rgba(90, 97, 105, 0.1), 0 0.125rem 0.1875rem rgba(90, 97, 105, 0.15); }
  .page-item:first-child {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
    overflow: hidden; }
  .page-item:last-child {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
    overflow: hidden; }
    .page-item:last-child .page-link {
      border-right: none; }
  .page-item.active .page-link {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .page-item.disabled .page-link {
    color: #a8aeb4;
    background-color: #fff;
    border-color: #dfe1e3; }

.pagination-lg .page-link {
  padding: 0.9375rem 1.5625rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.6875rem;
  font-size: 0.6875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.35rem;
  border-bottom-left-radius: 0.35rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.35rem;
  border-bottom-right-radius: 0.35rem; }

.badge {
  padding: 0.375rem 0.5rem;
  font-size: 75%;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #fff;
  border-radius: 0.375rem; }

a.badge {
  transition: all 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06); }

.badge-pill {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  border-radius: 10rem; }

.badge-squared {
  border-radius: 0; }

.badge-primary {
  color: #fff;
  background-color: #007bff; }
  .badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #0062cc; }

.badge-outline-primary {
  background: none;
  border: 1px solid #007bff;
  color: #007bff; }

.badge-secondary {
  color: #fff;
  background-color: #5A6169; }
  .badge-secondary[href]:hover, .badge-secondary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #42484e; }

.badge-outline-secondary {
  background: none;
  border: 1px solid #5A6169;
  color: #5A6169; }

.badge-success {
  color: #fff;
  background-color: #17c671; }
  .badge-success[href]:hover, .badge-success[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #129857; }

.badge-outline-success {
  background: none;
  border: 1px solid #17c671;
  color: #17c671; }

.badge-info {
  color: #fff;
  background-color: #00b8d8; }
  .badge-info[href]:hover, .badge-info[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #008da5; }

.badge-outline-info {
  background: none;
  border: 1px solid #00b8d8;
  color: #00b8d8; }

.badge-warning {
  color: #212529;
  background-color: #ffb400; }
  .badge-warning[href]:hover, .badge-warning[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #cc9000; }

.badge-outline-warning {
  background: none;
  border: 1px solid #ffb400;
  color: #ffb400; }

.badge-danger {
  color: #fff;
  background-color: #c4183c; }
  .badge-danger[href]:hover, .badge-danger[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #97122e; }

.badge-outline-danger {
  background: none;
  border: 1px solid #c4183c;
  color: #c4183c; }

.badge-light {
  color: #212529;
  background-color: #FBFBFB; }
  .badge-light[href]:hover, .badge-light[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #e2e2e2; }

.badge-outline-light {
  background: none;
  border: 1px solid #FBFBFB;
  color: #FBFBFB;
  color: #212529; }

.badge-dark {
  color: #fff;
  background-color: #212529; }
  .badge-dark[href]:hover, .badge-dark[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #0a0c0d; }

.badge-outline-dark {
  background: none;
  border: 1px solid #212529;
  color: #212529; }

.jumbotron {
  padding: 38px 42px;
  margin-bottom: 2rem;
  background-color: #eceeef;
  border-radius: 0.5rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: none;
  border-radius: 0; }

.alert-link {
  font-weight: 500; }

.alert-dismissible .close {
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  transition: all 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06); }
  .alert-dismissible .close:hover {
    cursor: pointer; }

.alert-primary {
  color: #f5faff;
  background-color: #007bff; }
  .alert-primary .alert-link {
    color: #f5faff; }

.alert-secondary {
  color: #d9dcdf;
  background-color: #5A6169; }
  .alert-secondary .alert-link {
    color: #d9dcdf; }

.alert-success {
  color: #d7fae9;
  background-color: #17c671; }
  .alert-success .alert-link {
    color: #d7fae9; }

.alert-info {
  color: #cef8ff;
  background-color: #00b8d8; }
  .alert-info .alert-link {
    color: #cef8ff; }

.alert-warning {
  color: #fffcf5;
  background-color: #ffb400; }
  .alert-warning .alert-link {
    color: #fffcf5; }

.alert-danger {
  color: #fad7de;
  background-color: #c4183c; }
  .alert-danger .alert-link {
    color: #fad7de; }

.alert-light {
  color: white;
  background-color: #FBFBFB;
  color: #212529; }
  .alert-light .alert-link {
    color: white; }
  .alert-light .alert-link {
    color: #212529; }

.alert-dark {
  color: #959faa;
  background-color: #212529; }
  .alert-dark .alert-link {
    color: #959faa; }

.progress-wrapper {
  position: relative;
  color: #5A6169; }
  .progress-wrapper .progress-label {
    font-size: 0.8125rem; }
  .progress-wrapper .progress-value {
    position: absolute;
    top: 6px;
    right: 0;
    color: #5A6169; }

.progress {
  height: 0.625rem;
  font-size: 0.625rem;
  line-height: 0.625rem;
  background-color: #f5f5f6;
  margin-top: 6px;
  border-radius: 1.25rem;
  box-shadow: inset 0 0.1rem 0.1rem rgba(90, 97, 105, 0.15); }

.progress-sm {
  height: 0.3125rem; }

.progress-lg {
  height: 0.9375rem; }
  .progress-lg .progress-bar {
    height: 0.9375rem; }

.progress-bar {
  height: 0.625rem;
  line-height: 0.625rem;
  color: #fff;
  background-color: #007bff;
  transition: width 0.6s ease; }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 0.625rem 0.625rem; }

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }

.list-group-small .list-group-item {
  padding: 0.625rem 1rem;
  font-size: 0.8125rem; }

.list-group-item-action {
  color: #5A6169;
  transition: all 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06); }
  .list-group-item-action:hover, .list-group-item-action:focus {
    color: #5A6169;
    background-color: #f7f8f8; }
  .list-group-item-action:active {
    color: #5A6169;
    background-color: #eceeef; }

.list-group-item {
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  font-weight: 300; }
  .list-group-item:first-child {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem; }
  .list-group-item:last-child {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #868e96;
    background-color: #fff; }
  .list-group-item.active {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }

.list-group-flush .list-group-item {
  border-radius: 0; }

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff; }

a.list-group-item-primary,
button.list-group-item-primary {
  color: #004085; }
  a.list-group-item-primary:hover, a.list-group-item-primary:focus,
  button.list-group-item-primary:hover,
  button.list-group-item-primary:focus {
    color: #004085;
    background-color: #9fcdff; }
  a.list-group-item-primary.active,
  button.list-group-item-primary.active {
    background-color: #004085;
    border-color: #004085; }

.list-group-item-secondary {
  color: #2f3237;
  background-color: #d1d3d5; }

a.list-group-item-secondary,
button.list-group-item-secondary {
  color: #2f3237; }
  a.list-group-item-secondary:hover, a.list-group-item-secondary:focus,
  button.list-group-item-secondary:hover,
  button.list-group-item-secondary:focus {
    color: #2f3237;
    background-color: #c4c6c9; }
  a.list-group-item-secondary.active,
  button.list-group-item-secondary.active {
    background-color: #2f3237;
    border-color: #2f3237; }

.list-group-item-success {
  color: #0c673b;
  background-color: #beefd7; }

a.list-group-item-success,
button.list-group-item-success {
  color: #0c673b; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #0c673b;
    background-color: #aaeaca; }
  a.list-group-item-success.active,
  button.list-group-item-success.active {
    background-color: #0c673b;
    border-color: #0c673b; }

.list-group-item-info {
  color: #006070;
  background-color: #b8ebf4; }

a.list-group-item-info,
button.list-group-item-info {
  color: #006070; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #006070;
    background-color: #a2e5f1; }
  a.list-group-item-info.active,
  button.list-group-item-info.active {
    background-color: #006070;
    border-color: #006070; }

.list-group-item-warning {
  color: #855e00;
  background-color: #ffeab8; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #855e00; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #855e00;
    background-color: #ffe29f; }
  a.list-group-item-warning.active,
  button.list-group-item-warning.active {
    background-color: #855e00;
    border-color: #855e00; }

.list-group-item-danger {
  color: #660c1f;
  background-color: #eebec8; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #660c1f; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #660c1f;
    background-color: #e9aab7; }
  a.list-group-item-danger.active,
  button.list-group-item-danger.active {
    background-color: #660c1f;
    border-color: #660c1f; }

.list-group-item-light {
  color: #838383;
  background-color: #fefefe; }

a.list-group-item-light,
button.list-group-item-light {
  color: #838383; }
  a.list-group-item-light:hover, a.list-group-item-light:focus,
  button.list-group-item-light:hover,
  button.list-group-item-light:focus {
    color: #838383;
    background-color: #f1f1f1; }
  a.list-group-item-light.active,
  button.list-group-item-light.active {
    background-color: #838383;
    border-color: #838383; }

.list-group-item-dark {
  color: #111315;
  background-color: #c1c2c3; }

a.list-group-item-dark,
button.list-group-item-dark {
  color: #111315; }
  a.list-group-item-dark:hover, a.list-group-item-dark:focus,
  button.list-group-item-dark:hover,
  button.list-group-item-dark:focus {
    color: #111315;
    background-color: #b4b5b6; }
  a.list-group-item-dark.active,
  button.list-group-item-dark.active {
    background-color: #111315;
    border-color: #111315; }

.close {
  font-size: 1.5rem;
  font-weight: 500;
  color: #8c949d;
  text-shadow: none;
  transition: all 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06); }
  .close:hover, .close:focus {
    color: #8c949d; }

.modal {
  z-index: 1050; }

.modal-dialog {
  margin: 0.625rem; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out; }

.modal-dialog-centered {
  min-height: calc(100% - (0.625rem * 2)); }

.modal-content {
  background-color: #fff;
  border: none;
  border-radius: 0.5rem;
  box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1), 0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1), 0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12), 0 0.125rem 0.1875rem rgba(90, 97, 105, 0.1); }

.modal-backdrop {
  z-index: 1040;
  background-color: #5A6169; }
  .modal-backdrop.show {
    opacity: 0.12; }

.modal-header {
  padding: 0.9375rem 2.1875rem;
  border-bottom: 1px solid #dfe1e3; }

.modal-title {
  line-height: 1.5; }

.modal-body {
  padding: 1.875rem 2.1875rem; }

.modal-footer {
  padding: 0.9375rem 2.1875rem;
  border-top: 1px solid #dfe1e3; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.875rem auto; }
  .modal-dialog-centered {
    min-height: calc(100% - (1.875rem * 2)); }
  .modal-content {
    box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1), 0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1), 0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12), 0 0.125rem 0.1875rem rgba(90, 97, 105, 0.1); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }

.tooltip {
  z-index: 1070;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.6875rem; }
  .tooltip.show {
    opacity: 1; }
  .tooltip .arrow {
    width: 5px;
    height: 5px; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 5px 0; }
  .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-width: 5px 2.5px 0;
    border-top-color: #fff; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 5px; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    width: 5px;
    height: 5px; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      border-width: 2.5px 5px 2.5px 0;
      border-right-color: #fff; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 5px 0; }
  .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-width: 0 2.5px 5px;
    border-bottom-color: #fff; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 5px; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    width: 5px;
    height: 5px; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      border-width: 2.5px 0 2.5px 5px;
      border-left-color: #fff; }

.tooltip-inner {
  max-width: 200px;
  padding: 7px 13px;
  color: #5A6169;
  background-color: #fff;
  box-shadow: 0 3px 15px rgba(90, 97, 105, 0.1), 0 2px 3px rgba(90, 97, 105, 0.2);
  border-radius: 0.375rem; }

.popover {
  z-index: 1060;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.6875rem;
  background-color: #fff;
  border: none;
  padding: 0;
  border-radius: 0.5rem;
  box-shadow: 0 3px 15px rgba(90, 97, 105, 0.1), 0 2px 3px rgba(90, 97, 105, 0.2); }
  .popover .arrow {
    width: 10px;
    height: 5px;
    margin: 0 0.5rem; }
    .popover .arrow::before {
      border-width: 11px; }
    .popover .arrow::after {
      border-width: 11px; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 5px; }
  .bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
    bottom: calc((5px + 1px) * -1); }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: 5px 5px 0; }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
    border-top-color: rgba(0, 0, 0, 0.05); }
  
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: 1px;
    border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 5px; }
  .bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
    left: calc((5px + 1px) * -1);
    width: 5px;
    height: 10px;
    margin: 0.5rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: 5px 5px 5px 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
    border-right-color: rgba(0, 0, 0, 0.05); }
  
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    left: 1px;
    border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 5px; }
  .bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
    top: calc((5px + 1px) * -1); }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 5px 5px 5px; }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: rgba(0, 0, 0, 0.05); }
  
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: 1px;
    border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    width: 10px;
    margin-left: -5px;
    border-bottom: 1px solid #f5f5f6; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 5px; }
  .bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
    right: calc((5px + 1px) * -1);
    width: 5px;
    height: 10px;
    margin: 0.5rem 0; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: 5px 0 5px 5px; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
    border-left-color: rgba(0, 0, 0, 0.05); }
  
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    right: 1px;
    border-left-color: #fff; }

.popover-header {
  padding: 14px 20px;
  font-size: 1rem;
  color: #3D5170;
  line-height: 14px;
  background-color: #f5f5f6;
  border-bottom: 1px solid #e7e9ea;
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px); }

.popover-body {
  padding: 15px 20px;
  color: #5A6169; }

.carousel {
  box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1), 0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1), 0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12), 0 0.125rem 0.1875rem rgba(90, 97, 105, 0.1); }

.carousel-item {
  transition: transform 0.6s ease; }

.carousel-control-prev,
.carousel-control-next {
  width: 15%;
  color: #fff;
  opacity: 0.5; }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 20px;
  height: 20px; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

.carousel-indicators {
  margin-right: 15%;
  margin-left: 15%; }
  .carousel-indicators li {
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 3px; }
  .carousel-indicators .active {
    background-color: #fff; }

.carousel-caption {
  right: 15%;
  left: 15%;
  color: #fff; }

.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-target {
  position: relative;
  direction: ltr;
  background: #eceeef;
  border-radius: 5px;
  box-shadow: inset 0 1px 2px rgba(90, 97, 105, 0.1);
  margin: 35px 0; }
  .noUi-target:focus {
    outline: 0;
    box-shadow: 0 0 8px rgba(0, 123, 255, 0.65), 0 3px 15px rgba(90, 97, 105, 0.1), 0 2px 3px rgba(90, 97, 105, 0.2); }

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }

.noUi-connects {
  overflow: hidden;
  z-index: 0; }

.noUi-connect,
.noUi-origin {
  position: absolute;
  will-change: transform;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0; }
  .noUi-connect:focus,
  .noUi-origin:focus {
    outline: 0; }

.noUi-connect {
  background: #007bff;
  border-radius: 5px; }

html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0; }

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto; }

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%); }

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%); }

.noUi-vertical {
  width: 5px; }
  .noUi-vertical .noUi-origin {
    width: 0; }
  .noUi-vertical .noUi-handle {
    left: -10px;
    top: -11.5px; }
    .noUi-vertical .noUi-handle:before, .noUi-vertical .noUi-handle:after {
      width: 14px;
      height: 1px;
      left: 6px;
      top: 14px; }
    .noUi-vertical .noUi-handle:after {
      top: 17px; }
  .noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 30px; }
  .noUi-vertical .noUi-draggable {
    cursor: ns-resize; }

.noUi-horizontal {
  height: 5px; }
  .noUi-horizontal .noUi-origin {
    height: 0; }
  .noUi-horizontal .noUi-handle {
    left: -11.5px;
    top: -10px; }
  .noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 30px; }

.noUi-handle {
  position: absolute;
  border: 1px solid #e7e9ea;
  border-radius: 50%;
  width: 23px;
  height: 23px;
  box-shadow: 0 3px 15px rgba(90, 97, 105, 0.1), 0 2px 3px rgba(90, 97, 105, 0.2);
  background: #fff;
  transition: all 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06); }
  .noUi-handle:hover {
    cursor: grab;
    cursor: -webkit-grab;
    cursor: -moz-grab; }
  .noUi-handle:active {
    cursor: grabbing;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing; }
  .noUi-handle:focus {
    outline: 0;
    box-shadow: 0 0 8px rgba(0, 123, 255, 0.65), 0 3px 15px rgba(90, 97, 105, 0.1), 0 2px 3px rgba(90, 97, 105, 0.2); }
  .noUi-handle:after {
    left: 17px; }

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

.noUi-connects {
  border-radius: 5px; }

.noUi-draggable {
  cursor: ew-resize; }

.noUi-active {
  transform: scale(1.1); }

[disabled] .noUi-connect {
  background: #B8B8B8; }

[disabled].noUi-target, [disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed; }

[disabled] .noUi-handle {
  background: #f2f3f4; }
  [disabled] .noUi-handle:focus {
    box-shadow: 0 3px 15px rgba(90, 97, 105, 0.1), 0 2px 3px rgba(90, 97, 105, 0.2); }

.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-pips {
  position: absolute;
  color: #a8aeb4;
  font-size: 12px; }

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center; }

.noUi-value-sub {
  color: #a8aeb4;
  font-size: 10px; }

.noUi-marker {
  position: absolute;
  background: #a8aeb4; }

.noUi-marker-sub {
  background: #a8aeb4; }

.noUi-marker-large {
  background: #a8aeb4; }

.noUi-pips-horizontal {
  padding: 10px 0;
  height: auto;
  top: 100%;
  left: 0;
  width: 100%; }

.noUi-value-horizontal {
  transform: translate3d(-50%, 50%, 0); }

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 1px;
  height: 4px; }

.noUi-marker-horizontal.noUi-marker-sub {
  height: 5px; }

.noUi-marker-horizontal.noUi-marker-large {
  height: 7px; }

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%; }

.noUi-value-vertical {
  transform: translate3d(0, -50%, 0);
  padding-left: 15px; }

.noUi-marker-vertical.noUi-marker {
  width: 4px;
  height: 1px;
  margin-top: -1px; }

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px; }

.noUi-marker-vertical.noUi-marker-large {
  width: 7px; }

.noUi-tooltip {
  display: block;
  position: absolute;
  text-align: center;
  white-space: nowrap;
  border-radius: 0.375rem;
  border-radius: 0.375rem;
  background: #fff;
  color: #5A6169;
  box-shadow: 0 3px 15px rgba(90, 97, 105, 0.1), 0 2px 3px rgba(90, 97, 105, 0.2);
  font-size: 0.75rem;
  padding: 5px 10px; }

.slider-primary .noUi-connect {
  background: #007bff; }

.slider-secondary .noUi-connect {
  background: #5A6169; }

.slider-success .noUi-connect {
  background: #17c671; }

.slider-info .noUi-connect {
  background: #00b8d8; }

.slider-warning .noUi-connect {
  background: #ffb400; }

.slider-danger .noUi-connect {
  background: #c4183c; }

.slider-light .noUi-connect {
  background: #FBFBFB; }

.slider-dark .noUi-connect {
  background: #212529; }

.datepicker {
  border-radius: 0.625rem;
  direction: ltr; }
  .datepicker-inline {
    width: 220px; }
  .datepicker-rtl {
    direction: rtl; }
    .datepicker-rtl.dropdown-menu {
      left: auto; }
    .datepicker-rtl table tr td span {
      float: right; }
  .datepicker-dropdown {
    top: 0;
    left: 0;
    padding: 20px 22px; }
    .datepicker-dropdown:before, .datepicker-dropdown:after {
      content: '';
      display: inline-block;
      border-top: 0;
      position: absolute; }
    .datepicker-dropdown:before {
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-bottom: 7px solid #c3c7cc;
      border-bottom-color: rgba(0, 0, 0, 0.2); }
    .datepicker-dropdown:after {
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-bottom: 6px solid #fff; }
    .datepicker-dropdown.datepicker-orient-left:before {
      left: 6px; }
    .datepicker-dropdown.datepicker-orient-left:after {
      left: 7px; }
    .datepicker-dropdown.datepicker-orient-right:before {
      right: 6px; }
    .datepicker-dropdown.datepicker-orient-right:after {
      right: 7px; }
    .datepicker-dropdown.datepicker-orient-bottom:before {
      top: -7px; }
    .datepicker-dropdown.datepicker-orient-bottom:after {
      top: -6px; }
    .datepicker-dropdown.datepicker-orient-top:before {
      bottom: -7px;
      border-bottom: 0;
      border-top: 7px solid #c3c7cc; }
    .datepicker-dropdown.datepicker-orient-top:after {
      bottom: -6px;
      border-bottom: 0;
      border-top: 6px solid #fff; }
  .datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    user-select: none; }
    .datepicker table tr td {
      border-radius: 50%; }
    .datepicker table tr th {
      border-radius: 0.375rem;
      font-weight: 500; }
    .datepicker table tr td, .datepicker table tr th {
      transition: all 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06);
      width: 36px;
      height: 36px;
      border: none;
      text-align: center; }
  .table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
    background-color: transparent; }
  .datepicker table tr td.old, .datepicker table tr td.new {
    color: #c3c7cc; }
  .datepicker table tr td.day:hover, .datepicker table tr td.focused {
    background: #eceeef;
    cursor: pointer; }
  .datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: none;
    color: #e7e9ea;
    cursor: default; }
  .datepicker table tr td.highlighted {
    border-radius: 0; }
    .datepicker table tr td.highlighted.focused {
      background: #007bff; }
    .datepicker table tr td.highlighted.disabled, .datepicker table tr td.highlighted.disabled:active {
      background: #007bff;
      color: #5A6169; }
  .datepicker table tr td.today {
    background: #e6f2ff; }
    .datepicker table tr td.today.focused {
      background: #f5f5f6; }
    .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:active {
      background: #f5f5f6;
      color: #868e96; }
  .datepicker table tr td.range {
    background: #007bff;
    color: #fff;
    border-radius: 0; }
    .datepicker table tr td.range.focused {
      background: #0067d6; }
    .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:active, .datepicker table tr td.range.day.disabled:hover {
      background: #0062cc;
      color: #3395ff; }
  .datepicker table tr td.range.highlighted.focused {
    background: #cbd3da; }
  .datepicker table tr td.range.highlighted.disabled, .datepicker table tr td.range.highlighted.disabled:active {
    background: #e9ecef;
    color: #e7e9ea; }
  .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:active {
    background: #007bff;
    color: #fff; }
  .datepicker table tr td.day.range-start {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .datepicker table tr td.day.range-end {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .datepicker table tr td.day.range-start.range-end {
    border-radius: 50%; }
  .datepicker table tr td.selected, .datepicker table tr td.selected.highlighted, .datepicker table tr td.selected:hover, .datepicker table tr td.selected.highlighted:hover, .datepicker table tr td.day.range:hover {
    background: #007bff;
    color: #fff; }
  .datepicker table tr td.active, .datepicker table tr td.active.highlighted, .datepicker table tr td.active:hover, .datepicker table tr td.active.highlighted:hover {
    background: #007bff;
    color: #fff; }
  .datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    border-radius: 4px; }
    .datepicker table tr td span:hover, .datepicker table tr td span.focused {
      background: #e9ecef; }
    .datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
      background: none;
      color: #e7e9ea;
      cursor: default; }
    .datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
    .datepicker table tr td span.old, .datepicker table tr td span.new {
      color: #868e96; }
  .datepicker .datepicker-switch {
    width: 145px; }
  .datepicker .datepicker-switch,
  .datepicker .prev,
  .datepicker .next,
  .datepicker tfoot tr th {
    cursor: pointer; }
    .datepicker .datepicker-switch:hover,
    .datepicker .prev:hover,
    .datepicker .next:hover,
    .datepicker tfoot tr th:hover {
      background: #e9ecef; }
  .datepicker .prev.disabled, .datepicker .next.disabled {
    visibility: hidden; }
  .datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle; }

.input-daterange input {
  text-align: center; }

.bg-primary {
  background-color: #007bff !important; }
  .bg-primary.card .card-title,
  .bg-primary.card .card-body,
  .bg-primary.card .card-header,
  .bg-primary.card .card-footer {
    background-color: #0062cc !important; }
  .bg-primary.card .card-header,
  .bg-primary.card .card-footer {
    background: #0074f0; }

a.bg-primary:hover, a.bg-primary:focus {
  background-color: #0062cc !important; }

.bg-secondary {
  background-color: #5A6169 !important; }
  .bg-secondary.card .card-title,
  .bg-secondary.card .card-body,
  .bg-secondary.card .card-header,
  .bg-secondary.card .card-footer {
    background-color: #42484e !important; }
  .bg-secondary.card .card-header,
  .bg-secondary.card .card-footer {
    background: #535961; }

a.bg-secondary:hover, a.bg-secondary:focus {
  background-color: #42484e !important; }

.bg-success {
  background-color: #17c671 !important; }
  .bg-success.card .card-title,
  .bg-success.card .card-body,
  .bg-success.card .card-header,
  .bg-success.card .card-footer {
    background-color: #129857 !important; }
  .bg-success.card .card-header,
  .bg-success.card .card-footer {
    background: #15b869; }

a.bg-success:hover, a.bg-success:focus {
  background-color: #129857 !important; }

.bg-info {
  background-color: #00b8d8 !important; }
  .bg-info.card .card-title,
  .bg-info.card .card-body,
  .bg-info.card .card-header,
  .bg-info.card .card-footer {
    background-color: #008da5 !important; }
  .bg-info.card .card-header,
  .bg-info.card .card-footer {
    background: #00abc9; }

a.bg-info:hover, a.bg-info:focus {
  background-color: #008da5 !important; }

.bg-warning {
  background-color: #ffb400 !important; }
  .bg-warning.card .card-title,
  .bg-warning.card .card-body,
  .bg-warning.card .card-header,
  .bg-warning.card .card-footer {
    background-color: #cc9000 !important; }
  .bg-warning.card .card-header,
  .bg-warning.card .card-footer {
    background: #f0a900; }

a.bg-warning:hover, a.bg-warning:focus {
  background-color: #cc9000 !important; }

.bg-danger {
  background-color: #c4183c !important; }
  .bg-danger.card .card-title,
  .bg-danger.card .card-body,
  .bg-danger.card .card-header,
  .bg-danger.card .card-footer {
    background-color: #97122e !important; }
  .bg-danger.card .card-header,
  .bg-danger.card .card-footer {
    background: #b61638; }

a.bg-danger:hover, a.bg-danger:focus {
  background-color: #97122e !important; }

.bg-light {
  background-color: #FBFBFB !important; }
  .bg-light.card .card-title,
  .bg-light.card .card-body,
  .bg-light.card .card-header,
  .bg-light.card .card-footer {
    background-color: #e2e2e2 !important; }
  .bg-light.card .card-header,
  .bg-light.card .card-footer {
    background: #f3f3f3; }

a.bg-light:hover, a.bg-light:focus {
  background-color: #e2e2e2 !important; }

.bg-dark {
  background-color: #212529 !important; }
  .bg-dark.card .card-title,
  .bg-dark.card .card-body,
  .bg-dark.card .card-header,
  .bg-dark.card .card-footer {
    background-color: #0a0c0d !important; }
  .bg-dark.card .card-header,
  .bg-dark.card .card-footer {
    background: #1a1d21; }

a.bg-dark:hover, a.bg-dark:focus {
  background-color: #0a0c0d !important; }

.border {
  border: 1px solid #e1e5eb !important; }

.border-top {
  border-top: 1px solid #e1e5eb !important; }

.border-right {
  border-right: 1px solid #e1e5eb !important; }

.border-bottom {
  border-bottom: 1px solid #e1e5eb !important; }

.border-left {
  border-left: 1px solid #e1e5eb !important; }

.border-primary {
  border-color: #007bff !important; }

.border-secondary {
  border-color: #5A6169 !important; }

.border-success {
  border-color: #17c671 !important; }

.border-info {
  border-color: #00b8d8 !important; }

.border-warning {
  border-color: #ffb400 !important; }

.border-danger {
  border-color: #c4183c !important; }

.border-light {
  border-color: #FBFBFB !important; }

.border-dark {
  border-color: #212529 !important; }

.rounded {
  border-radius: 0.375rem !important; }

.rounded-top {
  border-top-left-radius: 0.375rem !important;
  border-top-right-radius: 0.375rem !important; }

.rounded-right {
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important; }

.rounded-left {
  border-top-left-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important; }

.text-monospace {
  font-family: "Roboto Mono", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

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

.text-primary {
  color: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important; }

.text-secondary {
  color: #5A6169 !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #42484e !important; }

.text-success {
  color: #17c671 !important; }

a.text-success:hover, a.text-success:focus {
  color: #129857 !important; }

.text-info {
  color: #00b8d8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #008da5 !important; }

.text-warning {
  color: #ffb400 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #cc9000 !important; }

.text-danger {
  color: #c4183c !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #97122e !important; }

.text-light {
  color: #FBFBFB !important; }

a.text-light:hover, a.text-light:focus {
  color: #e2e2e2 !important; }

.text-dark {
  color: #212529 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #0a0c0d !important; }

.text-body {
  color: #5A6169 !important; }

a.text-white:hover, a.text-white:focus {
  color: #e6e6e6 !important; }

.text-black {
  color: #000; }

a.text-black:hover, a.text-black:focus {
  color: black !important; }

.text-muted {
  color: #868e96 !important; }

.with-shadows {
  box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1), 0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1), 0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12), 0 0.125rem 0.1875rem rgba(90, 97, 105, 0.1); }

/* ahs: active, hover, show */
:root {
  --salmon: #FF4169;
  --royal-blue: #674EEC;
  --java: #1ADBA2; }

html {
  font-size: 16px;
  font-weight: 500; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    html {
      font-size: 16px;
      font-weight: 400; } }

body {
  background: #F5F6F8;
  font-size: 15px;
  font-weight: 500; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    body {
      font-size: 13px;
      font-weight: 400; } }

a {
  color: #007bff; }
  a:hover {
    color: #0056b3; }

label {
  font-weight: 400; }

.datepicker {
  font-size: .75rem;
  padding: 0.625rem; }
  .datepicker table tr td, .datepicker table tr th {
    width: 1.875rem;
    height: 1.875rem; }

@media (min-width: 1200px) {
  .container {
    max-width: 1340px; }
  .daily.container,
  .realtime.container,
  .summary.container {
    max-width: 1545px; } }

.btn-white:not([disabled]):not(.disabled):active, .btn-white:not([disabled]):not(.disabled).active,
.btn-black:not([disabled]):not(.disabled):active,
.btn-black:not([disabled]):not(.disabled).active {
  box-shadow: none !important;
  background-color: #007bff;
  border-color: #007bff;
  color: #fff; }
  .btn-white:not([disabled]):not(.disabled):active + .btn, .btn-white:not([disabled]):not(.disabled).active + .btn,
  .btn-black:not([disabled]):not(.disabled):active + .btn,
  .btn-black:not([disabled]):not(.disabled).active + .btn {
    border-left: 1px solid #007bff; }

.btn-white:hover,
.btn-black:hover {
  background: #fff;
  border-color: #fff;
  box-shadow: 0px 0.125rem 0.625rem rgba(129, 142, 163, 0.2), 0 0.0625rem 0.125rem rgba(129, 142, 163, 0.3); }

.btn.btn-white {
  border: 1px solid #e1e5eb;
  color: #3D5170; }
  .btn.btn-white:not([disabled]):not(.disabled).active-primary.active, .btn.btn-white:not([disabled]):not(.disabled).active-primary:active {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff; }
    .btn.btn-white:not([disabled]):not(.disabled).active-primary.active + .btn, .btn.btn-white:not([disabled]):not(.disabled).active-primary:active + .btn {
      border-left: 1px solid red; }
  .btn.btn-white:not([disabled]):not(.disabled).active-secondary.active, .btn.btn-white:not([disabled]):not(.disabled).active-secondary:active {
    background-color: #5A6169;
    border-color: #5A6169;
    color: #fff; }
    .btn.btn-white:not([disabled]):not(.disabled).active-secondary.active + .btn, .btn.btn-white:not([disabled]):not(.disabled).active-secondary:active + .btn {
      border-left: 1px solid red; }
  .btn.btn-white:not([disabled]):not(.disabled).active-success.active, .btn.btn-white:not([disabled]):not(.disabled).active-success:active {
    background-color: #17c671;
    border-color: #17c671;
    color: #fff; }
    .btn.btn-white:not([disabled]):not(.disabled).active-success.active + .btn, .btn.btn-white:not([disabled]):not(.disabled).active-success:active + .btn {
      border-left: 1px solid red; }
  .btn.btn-white:not([disabled]):not(.disabled).active-info.active, .btn.btn-white:not([disabled]):not(.disabled).active-info:active {
    background-color: #00b8d8;
    border-color: #00b8d8;
    color: #fff; }
    .btn.btn-white:not([disabled]):not(.disabled).active-info.active + .btn, .btn.btn-white:not([disabled]):not(.disabled).active-info:active + .btn {
      border-left: 1px solid red; }
  .btn.btn-white:not([disabled]):not(.disabled).active-warning.active, .btn.btn-white:not([disabled]):not(.disabled).active-warning:active {
    background-color: #ffb400;
    border-color: #ffb400;
    color: #212529; }
    .btn.btn-white:not([disabled]):not(.disabled).active-warning.active + .btn, .btn.btn-white:not([disabled]):not(.disabled).active-warning:active + .btn {
      border-left: 1px solid red; }
  .btn.btn-white:not([disabled]):not(.disabled).active-danger.active, .btn.btn-white:not([disabled]):not(.disabled).active-danger:active {
    background-color: #c4183c;
    border-color: #c4183c;
    color: #fff; }
    .btn.btn-white:not([disabled]):not(.disabled).active-danger.active + .btn, .btn.btn-white:not([disabled]):not(.disabled).active-danger:active + .btn {
      border-left: 1px solid red; }
  .btn.btn-white:not([disabled]):not(.disabled).active-light.active, .btn.btn-white:not([disabled]):not(.disabled).active-light:active {
    background-color: #FBFBFB;
    border-color: #FBFBFB;
    color: #212529; }
    .btn.btn-white:not([disabled]):not(.disabled).active-light.active + .btn, .btn.btn-white:not([disabled]):not(.disabled).active-light:active + .btn {
      border-left: 1px solid red; }
  .btn.btn-white:not([disabled]):not(.disabled).active-dark.active, .btn.btn-white:not([disabled]):not(.disabled).active-dark:active {
    background-color: #212529;
    border-color: #212529;
    color: #fff; }
    .btn.btn-white:not([disabled]):not(.disabled).active-dark.active + .btn, .btn.btn-white:not([disabled]):not(.disabled).active-dark:active + .btn {
      border-left: 1px solid red; }
  .btn.btn-white:not([disabled]):not(.disabled).active-salmon.active, .btn.btn-white:not([disabled]):not(.disabled).active-salmon:active {
    background-color: #FF4169;
    border-color: #FF4169;
    color: #fff; }
    .btn.btn-white:not([disabled]):not(.disabled).active-salmon.active + .btn, .btn.btn-white:not([disabled]):not(.disabled).active-salmon:active + .btn {
      border-left: 1px solid red; }
  .btn.btn-white:not([disabled]):not(.disabled).active-royal-blue.active, .btn.btn-white:not([disabled]):not(.disabled).active-royal-blue:active {
    background-color: #674EEC;
    border-color: #674EEC;
    color: #fff; }
    .btn.btn-white:not([disabled]):not(.disabled).active-royal-blue.active + .btn, .btn.btn-white:not([disabled]):not(.disabled).active-royal-blue:active + .btn {
      border-left: 1px solid red; }
  .btn.btn-white:not([disabled]):not(.disabled).active-java.active, .btn.btn-white:not([disabled]):not(.disabled).active-java:active {
    background-color: #1ADBA2;
    border-color: #1ADBA2;
    color: #212529; }
    .btn.btn-white:not([disabled]):not(.disabled).active-java.active + .btn, .btn.btn-white:not([disabled]):not(.disabled).active-java:active + .btn {
      border-left: 1px solid red; }

.btn-salmon {
  color: #fff;
  border-color: #FF4169;
  background-color: #FF4169;
  box-shadow: none; }
  .btn-salmon:hover {
    color: #fff;
    background-color: #ff2855;
    border-color: #ff2855;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(255, 65, 105, 0.25); }
  .btn-salmon:focus, .btn-salmon.focus {
    box-shadow: 0 0 0 3px rgba(255, 65, 105, 0.15), 0 3px 15px rgba(255, 65, 105, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1); }
  .btn-salmon.disabled, .btn-salmon:disabled {
    background-color: #FF4169;
    border-color: #FF4169;
    box-shadow: none;
    cursor: not-allowed; }
  .btn-salmon:not(:disabled):not(.disabled):active, .btn-salmon:not(:disabled):not(.disabled).active,
  .show > .btn-salmon.dropdown-toggle {
    color: #fff;
    background-color: #ff2855;
    border-color: #ff0e41;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important; }

.btn-royal-blue {
  color: #fff;
  border-color: #674EEC;
  background-color: #674EEC;
  box-shadow: none; }
  .btn-royal-blue:hover {
    color: #fff;
    background-color: #5337ea;
    border-color: #5337ea;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(103, 78, 236, 0.25); }
  .btn-royal-blue:focus, .btn-royal-blue.focus {
    box-shadow: 0 0 0 3px rgba(103, 78, 236, 0.15), 0 3px 15px rgba(103, 78, 236, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1); }
  .btn-royal-blue.disabled, .btn-royal-blue:disabled {
    background-color: #674EEC;
    border-color: #674EEC;
    box-shadow: none;
    cursor: not-allowed; }
  .btn-royal-blue:not(:disabled):not(.disabled):active, .btn-royal-blue:not(:disabled):not(.disabled).active,
  .show > .btn-royal-blue.dropdown-toggle {
    color: #fff;
    background-color: #5337ea;
    border-color: #3f20e7;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important; }

.btn-java {
  color: #212529;
  border-color: #1ADBA2;
  background-color: #1ADBA2;
  box-shadow: none; }
  .btn-java:hover {
    color: #fff;
    background-color: #17c491;
    border-color: #17c491;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(26, 219, 162, 0.25); }
  .btn-java:focus, .btn-java.focus {
    box-shadow: 0 0 0 3px rgba(26, 219, 162, 0.15), 0 3px 15px rgba(26, 219, 162, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1); }
  .btn-java.disabled, .btn-java:disabled {
    background-color: #1ADBA2;
    border-color: #1ADBA2;
    box-shadow: none;
    cursor: not-allowed; }
  .btn-java:not(:disabled):not(.disabled):active, .btn-java:not(:disabled):not(.disabled).active,
  .show > .btn-java.dropdown-toggle {
    color: #fff;
    background-color: #17c491;
    border-color: #15ad80;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important; }

.btn-accent {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
  box-shadow: none; }
  .btn-accent:hover {
    color: #fff;
    background-color: #006fe6;
    border-color: #006fe6;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(0, 123, 255, 0.25); }
  .btn-accent:focus, .btn-accent.focus {
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.15), 0 3px 15px rgba(0, 123, 255, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1); }
  .btn-accent.disabled, .btn-accent:disabled {
    background-color: #007bff;
    border-color: #007bff;
    box-shadow: none;
    cursor: not-allowed; }
  .btn-accent:not(:disabled):not(.disabled):active, .btn-accent:not(:disabled):not(.disabled).active,
  .show > .btn-accent.dropdown-toggle {
    color: #fff;
    background-color: #006fe6;
    border-color: #0062cc;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important; }

.btn-outline-salmon {
  background-color: transparent;
  background-image: none;
  border-color: #FF4169;
  color: #FF4169; }
  .btn-outline-salmon:hover {
    color: #fff;
    background-color: #FF4169;
    border-color: #FF4169;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(255, 65, 105, 0.25); }
  .btn-outline-salmon:focus, .btn-outline-salmon.focus {
    box-shadow: 0 0 0 3px rgba(255, 65, 105, 0.15), 0 3px 15px rgba(255, 65, 105, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1) !important; }
  .btn-outline-salmon.disabled, .btn-outline-salmon:disabled {
    color: #FF4169;
    background-color: transparent;
    box-shadow: none; }
  .btn-outline-salmon:not(:disabled):not(.disabled):active, .btn-outline-salmon:not(:disabled):not(.disabled).active,
  .show > .btn-outline-salmon.dropdown-toggle {
    color: #fff;
    background-color: #FF4169;
    border-color: #FF4169; }
    .btn-outline-salmon:not(:disabled):not(.disabled):active:focus, .btn-outline-salmon:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-salmon.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important; }

.btn-outline-royal-blue {
  background-color: transparent;
  background-image: none;
  border-color: #674EEC;
  color: #674EEC; }
  .btn-outline-royal-blue:hover {
    color: #fff;
    background-color: #674EEC;
    border-color: #674EEC;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(103, 78, 236, 0.25); }
  .btn-outline-royal-blue:focus, .btn-outline-royal-blue.focus {
    box-shadow: 0 0 0 3px rgba(103, 78, 236, 0.15), 0 3px 15px rgba(103, 78, 236, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1) !important; }
  .btn-outline-royal-blue.disabled, .btn-outline-royal-blue:disabled {
    color: #674EEC;
    background-color: transparent;
    box-shadow: none; }
  .btn-outline-royal-blue:not(:disabled):not(.disabled):active, .btn-outline-royal-blue:not(:disabled):not(.disabled).active,
  .show > .btn-outline-royal-blue.dropdown-toggle {
    color: #fff;
    background-color: #674EEC;
    border-color: #674EEC; }
    .btn-outline-royal-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-royal-blue:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-royal-blue.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important; }

.btn-outline-java {
  background-color: transparent;
  background-image: none;
  border-color: #1ADBA2;
  color: #1ADBA2; }
  .btn-outline-java:hover {
    color: #212529;
    background-color: #1ADBA2;
    border-color: #1ADBA2;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(26, 219, 162, 0.25); }
  .btn-outline-java:focus, .btn-outline-java.focus {
    box-shadow: 0 0 0 3px rgba(26, 219, 162, 0.15), 0 3px 15px rgba(26, 219, 162, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1) !important; }
  .btn-outline-java.disabled, .btn-outline-java:disabled {
    color: #1ADBA2;
    background-color: transparent;
    box-shadow: none; }
  .btn-outline-java:not(:disabled):not(.disabled):active, .btn-outline-java:not(:disabled):not(.disabled).active,
  .show > .btn-outline-java.dropdown-toggle {
    color: #212529;
    background-color: #1ADBA2;
    border-color: #1ADBA2; }
    .btn-outline-java:not(:disabled):not(.disabled):active:focus, .btn-outline-java:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-java.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important; }

.btn-outline-accent {
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
  color: #007bff; }
  .btn-outline-accent:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(0, 123, 255, 0.25); }
  .btn-outline-accent:focus, .btn-outline-accent.focus {
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.15), 0 3px 15px rgba(0, 123, 255, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1) !important; }
  .btn-outline-accent.disabled, .btn-outline-accent:disabled {
    color: #007bff;
    background-color: transparent;
    box-shadow: none; }
  .btn-outline-accent:not(:disabled):not(.disabled):active, .btn-outline-accent:not(:disabled):not(.disabled).active,
  .show > .btn-outline-accent.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
    .btn-outline-accent:not(:disabled):not(.disabled):active:focus, .btn-outline-accent:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-accent.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important; }

.btn-xs {
  padding: 0.25rem 0.675rem; }

.deleteRecivingButton {
  margin: auto auto 1rem auto; }

.btn-group-sm i {
  transform: scale(1.3); }

.navbar-light .navbar-brand {
  font-weight: 500;
  color: #3D5170; }

.nav-link {
  font-size: 0.8125rem;
  font-weight: 400; }
  .nav-link-icon {
    color: #818EA3; }
    .nav-link-icon:hover, .nav-link-icon:focus {
      color: #66748b; }
    .nav-link-icon__wrapper {
      position: relative; }
    .nav-link-icon i {
      font-size: 1.25rem; }
      .nav-link-icon i.material-icons {
        font-size: 1.5625rem; }

.main-nav-weather-value,
.main-nav-weather-title {
  font-size: 18px;
  font-weight: bolder;
  color: #333; }

.badge-salmon {
  color: #fff;
  background-color: #FF4169; }
  .badge-salmon[href]:hover, .badge-salmon[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #ff0e41; }

.badge-outline-salmon {
  background: none;
  border: 1px solid #FF4169;
  color: #FF4169; }

.badge-royal-blue {
  color: #fff;
  background-color: #674EEC; }
  .badge-royal-blue[href]:hover, .badge-royal-blue[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #3f20e7; }

.badge-outline-royal-blue {
  background: none;
  border: 1px solid #674EEC;
  color: #674EEC; }

.badge-java {
  color: #212529;
  background-color: #1ADBA2; }
  .badge-java[href]:hover, .badge-java[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #15ad80; }

.badge-outline-java {
  background: none;
  border: 1px solid #1ADBA2;
  color: #1ADBA2; }

.badge-accent {
  color: #fff;
  background-color: #007bff; }
  .badge-accent[href]:hover, .badge-accent[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #0062cc; }

.badge-outline-accent {
  background: none;
  border: 1px solid #007bff;
  color: #007bff; }

.alert-salmon {
  color: white;
  background-color: #FF4169; }
  .alert-salmon .alert-link {
    color: white; }

.alert-royal-blue {
  color: white;
  background-color: #674EEC; }
  .alert-royal-blue .alert-link {
    color: white; }

.alert-java {
  color: #edfdf8;
  background-color: #1ADBA2; }
  .alert-java .alert-link {
    color: #edfdf8; }

.alert-accent {
  color: #f5faff;
  background-color: #007bff; }
  .alert-accent .alert-link {
    color: #f5faff; }

.alert-dismissible .close {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.alert-container {
  top: 60;
  position: fixed;
  min-height: 60px;
  cursor: pointer;
  color: white;
  font-weight: bold;
  text-align: center; }
  .alert-container.visible {
    z-index: 10000;
    opacity: 1; }
  .alert-container.hidden {
    z-index: 0;
    opacity: 0; }

.input-group {
  min-width: 7.5rem; }

.input-group-text {
  font-size: 0.8125rem; }

.input-group.input-group-seamless > .form-control:not(:first-child),
.input-group.input-group-seamless > .custom-select:not(:first-child) {
  padding-left: 1.875rem; }

.input-group-text i {
  transform: scale(1.1); }
  .input-group-text i.fa, .input-group-text i.fas {
    font-size: 0.75rem; }
  .input-group-text i.material-icons {
    top: 0;
    font-size: 0.8125rem; }

.advanced-select {
  z-index: 12; }

.custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.custom-select-xs {
  font-size: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 0.25rem; }

.custom-select-sm {
  font-size: 0.6875rem;
  border-radius: 0.25rem; }

.custom-select-lg {
  border-radius: 0.25rem; }

.custom-control {
  line-height: 1.5rem; }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::after {
  border-color: #becad6; }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::after {
  background: #becad6; }

.custom-toggle .custom-control-input:checked:disabled ~ .custom-control-label::after {
  background: #becad6; }

.chiller-optimizer-save {
  display: block;
  margin: 0 0 0 auto; }

.slider-salmon .noUi-connect {
  background: #FF4169; }

.slider-royal-blue .noUi-connect {
  background: #674EEC; }

.slider-java .noUi-connect {
  background: #1ADBA2; }

.slider-accent .noUi-connect {
  background: #007bff; }

.noUi-pips {
  font-size: 0.625rem; }

.noUi-tooltip {
  font-size: 0.75rem;
  padding: 5px 10px; }

.noUi-horizontal .noUi-tooltip {
  bottom: 1.625rem; }

.noUi-horizontal .noUi-handle {
  left: -0.625rem;
  top: -0.5rem; }

.noUi-handle {
  width: 23px;
  height: 23px; }

.sc-legend-container {
  padding: 0;
  margin: 0;
  padding: 10px 30px 7px 30px; }
  .sc-legend-container li {
    display: inline-block;
    margin-right: .75rem;
    font-size: 12px;
    color: #818EA3; }

.sc-legend {
  position: relative;
  padding-left: 25px; }
  .sc-legend__label {
    position: absolute;
    width: 20px;
    border-radius: 10px;
    height: 2px;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }

div[class^="sc-tooltip-"] {
  z-index: 999;
  background: #fff;
  border-radius: 7px;
  font-size: 11px;
  opacity: 1;
  position: absolute;
  transition: all .1s ease;
  transform: translate(-50%, 0);
  padding: 5px 10px;
  box-shadow: 0 2px 0 rgba(90, 97, 105, 0.11), 0 4px 8px rgba(90, 97, 105, 0.12), 0 10px 10px rgba(90, 97, 105, 0.06), 0 7px 70px rgba(90, 97, 105, 0.1);
  pointer-events: none;
  min-width: 120px;
  white-space: nowrap; }
  div[class^="sc-tooltip-"] thead {
    text-align: center; }
    div[class^="sc-tooltip-"] thead tr th {
      font-weight: 500; }

.sc-tooltip-key {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px; }

.thumbnail {
  border: 1px solid #D4D4D4; }

i.material-icons {
  top: 2px; }

.icons-style {
  font-size: 25px !important;
  top: 0 !important;
  margin-right: 10px;
  cursor: pointer; }

.icon-size {
  font-size: 35px; }

.labeled-info-icon {
  align-self: flex-start;
  font-size: 20px !important;
  margin: 0 10px;
  color: #0070ff !important;
  cursor: pointer; }
  .labeled-info-icon.warning {
    color: #ffa600 !important; }

.dropdown .fa,
.dropdown .fas,
.dropdown .far,
.dropdown .material-icons {
  color: #c3c7cc;
  margin-right: 0.25rem; }

.dropdown .dropdown-item:hover {
  background-color: #fafafb; }

.card-header {
  position: relative; }
  .card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6 {
    font-weight: 500; }
  .card-header .block-handle {
    position: absolute;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDAwMDAwIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+ICAgIDxkZWZzPiAgICAgICAgPHBhdGggZD0iTTAgMGgyNHYyNEgwVjB6IiBpZD0iYSIvPiAgICA8L2RlZnM+ICAgIDxjbGlwUGF0aCBpZD0iYiI+ICAgICAgICA8dXNlIG92ZXJmbG93PSJ2aXNpYmxlIiB4bGluazpocmVmPSIjYSIvPiAgICA8L2NsaXBQYXRoPiAgICA8cGF0aCBjbGlwLXBhdGg9InVybCgjYikiIGQ9Ik0yMCA5SDR2MmgxNlY5ek00IDE1aDE2di0ySDR2MnoiLz48L3N2Zz4=);
    background-position: center center;
    background-size: 95%;
    width: 1.125rem;
    height: 0.5rem;
    top: 50%;
    right: 0.9375rem;
    transform: translateY(-50%);
    opacity: .15; }
    .card-header .block-handle:hover {
      cursor: -webkit-grab; }
  .card-header .date-filter {
    font-size: 95%; }
  .card-header .form-group label {
    display: none; }

.card .view-report {
  margin-top: auto;
  margin-bottom: auto;
  font-size: 0.75rem; }
  .card .view-report a {
    color: #3D5170; }
    .card .view-report a:hover {
      color: #007bff; }

.card-footer {
  height: 75px; }
  .card-footer--small {
    padding: 0px !important;
    height: auto; }

.solar-motior-box-header-darkTheme {
  background-color: #181D1F; }
  .solar-motior-box-header-darkTheme .main-title {
    color: #fff; }
  .solar-motior-box-header-darkTheme .sub-title {
    color: #fff; }

.dark-theme-chart {
  background-color: #181D1F !important; }

.overflow-hidden {
  overflow: hidden; }

.overflow-visible {
  overflow: visible; }

.overflow-scroll {
  overflow: scroll; }

.overflow-auto {
  overflow: auto; }

.no-shadow {
  box-shadow: none !important; }

.bg-salmon {
  background-color: #FF4169 !important; }
  .bg-salmon.card .card-title,
  .bg-salmon.card .card-body,
  .bg-salmon.card .card-header,
  .bg-salmon.card .card-footer {
    background-color: #ff0e41 !important; }
  .bg-salmon.card .card-header,
  .bg-salmon.card .card-footer {
    background: #ff325d; }

a.bg-salmon:hover, a.bg-salmon:focus {
  background-color: #ff0e41 !important; }

.bg-royal-blue {
  background-color: #674EEC !important; }
  .bg-royal-blue.card .card-title,
  .bg-royal-blue.card .card-body,
  .bg-royal-blue.card .card-header,
  .bg-royal-blue.card .card-footer {
    background-color: #3f20e7 !important; }
  .bg-royal-blue.card .card-header,
  .bg-royal-blue.card .card-footer {
    background: #5b40eb; }

a.bg-royal-blue:hover, a.bg-royal-blue:focus {
  background-color: #3f20e7 !important; }

.bg-java {
  background-color: #1ADBA2 !important; }
  .bg-java.card .card-title,
  .bg-java.card .card-body,
  .bg-java.card .card-header,
  .bg-java.card .card-footer {
    background-color: #15ad80 !important; }
  .bg-java.card .card-header,
  .bg-java.card .card-footer {
    background: #18cd98; }

a.bg-java:hover, a.bg-java:focus {
  background-color: #15ad80 !important; }

.text-salmon {
  color: #FF4169 !important; }

a.text-salmon:hover, a.text-salmon:focus {
  color: #ff0e41 !important; }

.text-royal-blue {
  color: #674EEC !important; }

a.text-royal-blue:hover, a.text-royal-blue:focus {
  color: #3f20e7 !important; }

.text-java {
  color: #1ADBA2 !important; }

a.text-java:hover, a.text-java:focus {
  color: #15ad80 !important; }

.text-fiord-blue {
  color: #3D5170 !important; }

a.text-fiord-blue:hover, a.text-fiord-blue:focus {
  color: #2b394f !important; }

.text-shuttle-gray {
  color: #5A6169 !important; }

a.text-shuttle-gray:hover, a.text-shuttle-gray:focus {
  color: #42484e !important; }

.text-reagent-gray {
  color: #818EA3 !important; }

a.text-reagent-gray:hover, a.text-reagent-gray:focus {
  color: #66748b !important; }

.text-mischka {
  color: #CACEDB !important; }

a.text-mischka:hover, a.text-mischka:focus {
  color: #acb2c6 !important; }

.text-athens-gray {
  color: #E9ECEF !important; }

a.text-athens-gray:hover, a.text-athens-gray:focus {
  color: #cbd3da !important; }

.text-accent {
  color: #007bff !important; }

a.text-accent:hover, a.text-accent:focus {
  color: #0062cc !important; }

.text-light {
  color: #818EA3 !important; }

.text-semibold {
  font-weight: 400; }

.collspan-pointer {
  cursor: pointer; }

.collapse-pointer {
  cursor: pointer;
  text-align: right;
  padding-right: 30px;
  font-size: 20px; }

.map-details {
  position: absolute;
  bottom: 6%;
  z-index: 9999;
  left: 15px; }

.project-details {
  color: #2fadef;
  font-weight: 800;
  font-size: 18px;
  margin: 0; }

.zone-details {
  color: #000000;
  font-weight: 800;
  font-size: 18px;
  margin: 0; }

.rounded {
  border-radius: 5px !important; }

.rounded-top {
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important; }

.rounded-right {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important; }

.rounded-bottom {
  border-bottom-right-radius: 5px !important;
  border-bottom-left-radius: 5px !important; }

.rounded-left {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important; }

.border-salmon {
  border-color: #FF4169 !important; }

.border-royal-blue {
  border-color: #674EEC !important; }

.border-java {
  border-color: #1ADBA2 !important; }

.border-accent {
  border-color: #007bff !important; }

.modal-dialog {
  margin-top: 10rem; }
  .modal-dialog .modal-content .modal-header {
    padding: 15px; }
    .modal-dialog .modal-content .modal-header .modal-title {
      font-size: 20px;
      margin-bottom: 0; }
  .modal-dialog .modal-content .modal-body {
    padding: 15px; }
  .modal-dialog .modal-content .modal-footer {
    padding: 5px 15px; }

.month-summary-modal .month-summary-modal-container {
  max-width: 1200px;
  margin-top: 25vh; }

.dataTables_wrapper {
  background: #fff;
  border-radius: 0.375rem;
  box-shadow: 0 2px 0 rgba(90, 97, 105, 0.11), 0 4px 8px rgba(90, 97, 105, 0.12), 0 10px 10px rgba(90, 97, 105, 0.06), 0 7px 70px rgba(90, 97, 105, 0.1); }
  .dataTables_wrapper::after {
    display: block;
    clear: both;
    content: ""; }
  .dataTables_wrapper table.dataTable {
    border-top: 1px solid #e1e5eb;
    font-size: 0.8125rem;
    display: table !important;
    width: 100% !important; }
    @media (max-width: 991.98px) {
      .dataTables_wrapper table.dataTable {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 0; } }
    .dataTables_wrapper table.dataTable thead tr:last-child th {
      padding-right: 1.7rem; }
    .dataTables_wrapper table.dataTable thead th {
      text-align: center;
      background-color: #FBFBFB;
      border: 1px solid #e1e5eb;
      font-weight: 400;
      padding: 0.75rem 1.0625rem; }
      .dataTables_wrapper table.dataTable thead th:focus {
        outline: 0; }
      .dataTables_wrapper table.dataTable thead th:first-child {
        border-left: none; }
      .dataTables_wrapper table.dataTable thead th:last-child {
        border-right: none; }
      .dataTables_wrapper table.dataTable thead th.hide-sort-icons:after {
        display: none; }
      .dataTables_wrapper table.dataTable thead th.sorting, .dataTables_wrapper table.dataTable thead th.sorting_asc, .dataTables_wrapper table.dataTable thead th.sorting_desc {
        position: relative; }
        .dataTables_wrapper table.dataTable thead th.sorting:after, .dataTables_wrapper table.dataTable thead th.sorting_asc:after, .dataTables_wrapper table.dataTable thead th.sorting_desc:after {
          content: '';
          position: absolute;
          background-position: center;
          right: 7px;
          top: 50%;
          transform: translateY(-50%);
          opacity: .2; }
      .dataTables_wrapper table.dataTable thead th.sorting:after {
        width: 10px;
        height: 13px;
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxMHB4IiBoZWlnaHQ9IjEzcHgiIHZpZXdCb3g9IjAgMCAxMCAxMyIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5pY19hcnJvd19kcm9wX2Rvd25fYmxhY2tfMjRweDwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZGVmcz48L2RlZnM+ICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9ImljX2Fycm93X2Ryb3BfZG93bl9ibGFja18yNHB4LSgxKSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTcuMDAwMDAwLCAtMi4wMDAwMDApIiBmaWxsPSIjMDAwMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iPiAgICAgICAgICAgIDxnIGlkPSJpY19hcnJvd19kcm9wX2Rvd25fYmxhY2tfMjRweCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTIuMDAwMDAwLCA4LjUwMDAwMCkgcm90YXRlKC0xODAuMDAwMDAwKSB0cmFuc2xhdGUoLTEyLjAwMDAwMCwgLTguNTAwMDAwKSB0cmFuc2xhdGUoNy4wMDAwMDAsIDIuMDAwMDAwKSI+ICAgICAgICAgICAgICAgIDxwb2x5Z29uIGlkPSJTaGFwZSIgcG9pbnRzPSIxLjQyMTA4NTQ3ZS0xNCA4IDUgMTMgMTAgOCI+PC9wb2x5Z29uPiAgICAgICAgICAgICAgICA8cG9seWdvbiBpZD0iU2hhcGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDUuMDAwMDAwLCAzLjMzMzg5Nykgcm90YXRlKC0xODAuMDAwMDAwKSB0cmFuc2xhdGUoLTUuMDAwMDAwLCAtMy4zMzM4OTcpICIgcG9pbnRzPSIxLjQyMTA4NTQ3ZS0xNCAwLjgzMzg5NjkyMiA1IDUuODMzODk2OTIgMTAgMC44MzM4OTY5MjIiPjwvcG9seWdvbj4gICAgICAgICAgICA8L2c+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
        background-size: 90%; }
      .dataTables_wrapper table.dataTable thead th.sorting_asc:after {
        width: 10px;
        height: 6px;
        background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDAwMDAwIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTcgMTRsNS01IDUgNXoiLz4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==); }
      .dataTables_wrapper table.dataTable thead th.sorting_desc:after {
        width: 10px;
        height: 6px;
        background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDAwMDAwIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTcgMTBsNSA1IDUtNXoiLz4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==); }
    .dataTables_wrapper table.dataTable tbody td {
      padding: 0.4375rem 1.0625rem;
      border: 1px solid #e1e5eb;
      text-align: center; }
      .dataTables_wrapper table.dataTable tbody td:first-child {
        border-left: none; }
      .dataTables_wrapper table.dataTable tbody td::last-child {
        border-right: none; }
      .dataTables_wrapper table.dataTable tbody td.dataTables_empty {
        padding: 0.8125rem 1.0625rem; }
    .dataTables_wrapper table.dataTable td.child {
      padding: 0 !important; }
      .dataTables_wrapper table.dataTable td.child ul {
        width: 100%; }
        .dataTables_wrapper table.dataTable td.child ul li {
          padding: 1rem !important;
          display: flex; }
          .dataTables_wrapper table.dataTable td.child ul li::after {
            display: block;
            clear: both;
            content: ""; }
      .dataTables_wrapper table.dataTable td.child .dtr-title {
        float: left;
        text-align: left;
        margin: auto 0; }
      .dataTables_wrapper table.dataTable td.child .dtr-data {
        margin-left: auto; }
    .dataTables_wrapper table.dataTable.dtr-inline.collapsed tbody > tr[role="row"] > td:first-child:before,
    .dataTables_wrapper table.dataTable.dtr-inline.collapsed tbody > tr[role="row"] > th:first-child:before {
      box-shadow: none;
      text-align: center;
      width: 1.25rem;
      height: 1.25rem;
      line-height: 22px;
      font-size: 1rem;
      left: 0;
      top: 50%;
      transform: translate(-50%, -50%);
      font-weight: bold;
      box-shadow: 0 2px 0 rgba(90, 97, 105, 0.11), 0 4px 8px rgba(90, 97, 105, 0.12), 0 10px 10px rgba(90, 97, 105, 0.06), 0 7px 70px rgba(90, 97, 105, 0.1); }

.dataTables_length,
.dataTables_filter,
.dataTables_info,
.dataTables_paginate {
  width: 50%;
  float: left;
  font-size: 13px;
  padding: 15px 20px;
  color: #818EA3; }
  @media (max-width: 575.98px) {
    .dataTables_length,
    .dataTables_filter,
    .dataTables_info,
    .dataTables_paginate {
      width: 100%;
      max-width: 100% !important; } }
  .dataTables_length label,
  .dataTables_filter label,
  .dataTables_info label,
  .dataTables_paginate label {
    margin: 0; }

@media (max-width: 575.98px) {
  .dataTables_length label {
    display: table;
    margin: 0 auto; }
  .dataTables_filter {
    width: 100%; }
    .dataTables_filter label, .dataTables_filter input {
      margin: 0 !important;
      width: 100%;
      background-size: 5% !important; } }

.dataTables_info,
.dataTables_paginate {
  padding: 20px;
  background: #FBFBFB;
  border-radius: 0 0 0.375rem 0.375rem; }
  @media (max-width: 767.98px) {
    .dataTables_info,
    .dataTables_paginate {
      padding: 14px;
      width: 100%;
      text-align: center !important; } }

@media (max-width: 767.98px) {
  .dataTables_info {
    border-bottom: 1px solid #e1e5eb;
    border-radius: 0; } }

.dataTables_length select {
  border: 1px solid #e1e5eb;
  font-size: 0.625rem;
  color: #818EA3;
  height: 1.5625rem;
  background-color: #fff;
  border-radius: 0.375rem;
  margin: 0 0.1875rem; }

.dataTables_paginate {
  text-align: right; }
  .dataTables_paginate .paginate_button,
  .dataTables_paginate .ellipsis {
    background: #fff;
    padding: 0.4286rem 0.875rem;
    border: 1px solid #e1e5eb; }
    @media (max-width: 767.98px) {
      .dataTables_paginate .paginate_button,
      .dataTables_paginate .ellipsis {
        font-size: 0.625rem;
        padding: 0.4286rem 0.6rem; } }
  .dataTables_paginate .paginate_button {
    border-radius: 0.25rem;
    color: #3D5170;
    will-change: background-color, color, border-color;
    transition: background-color 250ms ease-in-out, color 250ms ease-in-out, border-color 250ms ease-in-out; }
    .dataTables_paginate .paginate_button:hover {
      cursor: pointer;
      text-decoration: none; }
    .dataTables_paginate .paginate_button:not(.disabled):hover, .dataTables_paginate .paginate_button.current {
      background: #007bff;
      color: #fff;
      border-color: #007bff; }
    .dataTables_paginate .paginate_button:focus {
      outline: 0; }
    .dataTables_paginate .paginate_button.disabled {
      background-color: #f2f4f5; }
      .dataTables_paginate .paginate_button.disabled:hover {
        cursor: not-allowed; }
    .dataTables_paginate .paginate_button.previous {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .dataTables_paginate .paginate_button.next {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
  .dataTables_paginate .ellipsis {
    border-left: none; }
  .dataTables_paginate span > .paginate_button {
    border-radius: 0;
    border-left: 0; }
    .dataTables_paginate span > .paginate_button:hover {
      border-color: #007bff; }
    .dataTables_paginate span > .paginate_button:last-child {
      border-right: 0; }

.dataTables_filter {
  padding: 0.625rem; }
  @media (max-width: 767.98px) {
    .dataTables_filter {
      max-width: 200px;
      float: right; } }
  .dataTables_filter label {
    float: right;
    font-size: 0; }
  .dataTables_filter input {
    font-size: 0.75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #e1e5eb;
    font-weight: 300;
    border-radius: 0.25rem;
    margin-left: 0.3125rem;
    padding: 0.4375rem 0.625rem 0.4375rem 1.75rem;
    min-width: 11.25rem;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjQ0FDRURCIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTE1LjUgMTRoLS43OWwtLjI4LS4yN0MxNS40MSAxMi41OSAxNiAxMS4xMSAxNiA5LjUgMTYgNS45MSAxMy4wOSAzIDkuNSAzUzMgNS45MSAzIDkuNSA1LjkxIDE2IDkuNSAxNmMxLjYxIDAgMy4wOS0uNTkgNC4yMy0xLjU3bC4yNy4yOHYuNzlsNSA0Ljk5TDIwLjQ5IDE5bC00Ljk5LTV6bS02IDBDNy4wMSAxNCA1IDExLjk5IDUgOS41UzcuMDEgNSA5LjUgNSAxNCA3LjAxIDE0IDkuNSAxMS45OSAxNCA5LjUgMTR6Ii8+ICAgIDxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
    background-position: left 7px center;
    background-repeat: no-repeat;
    background-size: 10%;
    will-change: border-color, box-shadow;
    box-shadow: none;
    transition: box-shadow 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06), border 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06); }
    .dataTables_filter input:hover {
      border-color: #b3bdcc; }
    .dataTables_filter input:focus {
      color: #495057;
      background-color: #fff;
      border-color: #007bff;
      box-shadow: 0 0.313rem 0.719rem rgba(0, 123, 255, 0.1), 0 0.156rem 0.125rem rgba(0, 0, 0, 0.06); }
      .dataTables_filter input:focus:hover {
        border-color: #007bff; }
    .dataTables_filter input:focus {
      outline: 0; }
    .dataTables_filter input::placeholder {
      color: #868e96; }

.dropzone {
  color: #818EA3; }
  .dropzone.dz-drag-hover .dz-default {
    background: #fff;
    border-color: #cbd3da; }
  .dropzone .dz-default {
    text-align: center;
    border: 1px dashed #dadfe4;
    padding: 0.75rem;
    position: relative;
    border-radius: 0.375rem;
    will-change: border-color, background;
    transition: border-color 250ms ease-in-out, background 250ms ease-in-out; }
    .dropzone .dz-default:hover {
      cursor: pointer; }
    .dropzone .dz-default + .dz-preview {
      margin-top: 0.75rem; }
  .dropzone .dz-preview {
    width: 100%;
    border: 1px solid #E9ECEF;
    border-radius: 0.375rem;
    background: #fff;
    box-shadow: 0 1px 1px #E9ECEF;
    padding: 0.75rem;
    display: flex;
    justify-content: space-between; }
    .dropzone .dz-preview + .dz-preview {
      margin-top: 0.75rem; }
    .dropzone .dz-preview .dz-image {
      max-width: 50px;
      border-radius: 0.375rem;
      overflow: hidden;
      margin-right: 20px; }
      .dropzone .dz-preview .dz-image img {
        width: 100%; }
    .dropzone .dz-preview .dz-details,
    .dropzone .dz-preview .dz-error-message {
      justify-content: center;
      display: flex;
      flex-direction: column-reverse; }
    .dropzone .dz-preview .dz-details {
      margin-right: 3rem;
      flex: 2; }
    .dropzone .dz-preview .dz-filename {
      font-weight: 500;
      color: #3D5170;
      font-size: 0.875rem; }
    .dropzone .dz-preview .dz-size {
      font-size: 80%;
      color: #818EA3; }
    .dropzone .dz-preview .dz-error-message span {
      background-color: #c4183c;
      color: #fff;
      background-color: #c4183c;
      color: #fff;
      padding: 5px 12px;
      border-radius: 5px;
      font-size: 12px; }
    .dropzone .dz-preview.dz-error .dz-success-mark {
      display: none; }
    .dropzone .dz-preview .dz-success-mark svg,
    .dropzone .dz-preview .dz-error-mark svg {
      display: none; }

.bootstrap-tagsinput {
  padding: 0.4375rem 0.375rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #e1e5eb;
  border-radius: 0.25rem;
  transition: box-shadow 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06), border 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06); }
  .bootstrap-tagsinput.focus {
    color: #495057;
    background-color: #fff;
    border-color: #007bff;
    box-shadow: 0 0.313rem 0.719rem rgba(0, 123, 255, 0.1), 0 0.156rem 0.125rem rgba(0, 0, 0, 0.06); }
  .bootstrap-tagsinput > input {
    border: none;
    padding: 0; }
    .bootstrap-tagsinput > input:focus {
      outline: 0; }
  .bootstrap-tagsinput .tag {
    display: inline-block;
    background: #FBFBFB;
    padding: 0.125rem 1.375rem 0.125rem 0.625rem;
    margin-bottom: 0.3125rem;
    border-radius: 1.25rem;
    font-size: 0.6875rem;
    position: relative;
    text-transform: uppercase;
    border: 1px solid #e1e5eb;
    color: #818EA3; }
    .bootstrap-tagsinput .tag > span {
      position: absolute;
      background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDAwMDAwIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTE5IDYuNDFMMTcuNTkgNSAxMiAxMC41OSA2LjQxIDUgNSA2LjQxIDEwLjU5IDEyIDUgMTcuNTkgNi40MSAxOSAxMiAxMy40MSAxNy41OSAxOSAxOSAxNy41OSAxMy40MSAxMnoiLz4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==);
      right: 0.5rem;
      top: 50%;
      width: 0.625rem;
      height: 0.625rem;
      background-repeat: no-repeat;
      background-position: center center;
      transform: translateY(-50%);
      background-size: 100%;
      opacity: .5; }
      .bootstrap-tagsinput .tag > span:hover {
        cursor: pointer; }

html .ql-container.ql-snow,
html .ql-toolbar.ql-snow {
  border-color: #e1e5eb; }

html .ql-container {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

html .ql-editor strong,
html .ql-editor b {
  font-weight: 600; }

html .ql-toolbar {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  color: #3D5170 !important; }
  html .ql-toolbar .ql-fill,
  html .ql-toolbar .ql-stroke.ql-fill {
    fill: #818EA3; }
  html .ql-toolbar .ql-stroke {
    stroke: #818EA3; }
  html .ql-toolbar button:hover .ql-fill,
  html .ql-toolbar button:hover .ql-stroke.ql-fill,
  html .ql-toolbar button:active .ql-fill,
  html .ql-toolbar button:active .ql-stroke.ql-fill,
  html .ql-toolbar button:focus .ql-fill,
  html .ql-toolbar button:focus .ql-stroke.ql-fill {
    fill: #007bff !important; }
  html .ql-toolbar button:hover .ql-stroke,
  html .ql-toolbar button:active .ql-stroke,
  html .ql-toolbar button:focus .ql-stroke {
    stroke: #007bff !important; }
  html .ql-toolbar .ql-picker .ql-picker-item:hover {
    color: #007bff !important; }
  html .ql-toolbar .ql-picker .ql-picker-options {
    padding: 6px 20px;
    border: 0 !important;
    box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1), 0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1), 0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12), 0 0.125rem 0.1875rem rgba(90, 97, 105, 0.1);
    border-radius: 0.375rem; }

.fc .fc-toolbar h2 {
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 1px;
  color: #b9c2cd; }

.fc .fc-divider,
.fc .fc-popover .fc-header,
.fc .fc-list-heading td {
  background: #fafbfc !important; }

.fc .fc-day-header {
  padding: 0.5rem 0; }

.fc .fc-view th,
.fc .fc-view td,
.fc th,
.fc td,
.fc thead,
.fc tbody,
.fc .fc-divider,
.fc .fc-row,
.fc .fc-content,
.fc .fc-popover,
.fc .fc-list-view,
.fc .fc-list-heading td {
  border-color: #ededed !important; }

.fc .fc-day-top .fc-day-number {
  padding: 0.625rem 0.75rem; }

.fc .fc-event,
.fc .fc-event-dot {
  background: #007bff;
  border-color: #007bff; }

.fc .fc-title,
.fc .fc-time {
  color: #fff;
  margin-left: 3px; }

.fc td.fc-today {
  background: #fff3e8 !important; }

.fc button.fc-button {
  background: #fff;
  box-shadow: none;
  border-color: #e1e5eb;
  padding: 7px 11px;
  height: auto;
  font-size: 0.6875rem;
  transition: all 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06); }
  .fc button.fc-button:focus {
    outline: 0; }
  .fc button.fc-button:hover {
    box-shadow: 0px 0.125rem 0.625rem rgba(129, 142, 163, 0.2), 0 0.0625rem 0.125rem rgba(129, 142, 163, 0.3); }

.fc .fc-day-grid-event {
  padding: 3px 1px; }

.react-bootstrap-daterangepicker-container {
  display: block !important; }

.main-navbar .navbar {
  height: 3.75rem; }
  .main-navbar .navbar > * {
    display: flex; }
  .main-navbar .navbar .nav-link {
    min-width: 3.75rem; }
  .main-navbar .navbar .notifications {
    position: relative; }
    @media (max-width: 767.98px) {
      .main-navbar .navbar .notifications {
        position: static; }
        .main-navbar .navbar .notifications .dropdown-menu {
          min-width: 100% !important;
          border-left: none; } }
    .main-navbar .navbar .notifications .badge {
      position: absolute;
      padding: 0.25rem 0.375rem;
      font-size: 0.5rem;
      left: 50%;
      top: 50%; }
    .main-navbar .navbar .notifications .dropdown-menu {
      padding: 0;
      min-width: 25rem;
      border-right: 0;
      left: auto; }
      @media (max-width: 767.98px) {
        .main-navbar .navbar .notifications .dropdown-menu {
          left: 0;
          right: 0; } }
      .main-navbar .navbar .notifications .dropdown-menu .dropdown-item {
        white-space: normal;
        display: flex;
        flex-flow: row;
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
        border-bottom: 1px solid #e1e5eb; }
        .main-navbar .navbar .notifications .dropdown-menu .dropdown-item:last-child {
          border-bottom: 0; }
      .main-navbar .navbar .notifications .dropdown-menu .notification__icon-wrapper {
        display: flex;
        padding: 0 5px; }
      .main-navbar .navbar .notifications .dropdown-menu .notification__icon {
        background-color: #F5F6F8;
        box-shadow: 0 0 0 1px white, inset 0 0 3px rgba(0, 0, 0, 0.2);
        width: 2.1875rem;
        height: 2.1875rem;
        line-height: 0;
        display: block;
        text-align: center;
        margin: auto;
        border-radius: 50%; }
        .main-navbar .navbar .notifications .dropdown-menu .notification__icon i {
          color: #818EA3;
          line-height: 2.0625rem;
          font-size: 1.0625rem;
          margin: 0; }
      .main-navbar .navbar .notifications .dropdown-menu .notification__content {
        padding: 0 0.625rem; }
        .main-navbar .navbar .notifications .dropdown-menu .notification__content p {
          margin: 0;
          line-height: 1.5;
          font-size: 0.75rem; }
      .main-navbar .navbar .notifications .dropdown-menu .notification__category {
        font-size: 0.5625rem;
        color: #818EA3;
        letter-spacing: 0.0938rem;
        display: inline-block;
        text-transform: uppercase;
        margin-bottom: 5px;
        font-weight: 500; }
      .main-navbar .navbar .notifications .dropdown-menu .notification__all {
        display: block;
        font-weight: 500;
        font-size: 11px;
        border-bottom-left-radius: 0.375rem;
        border-bottom-right-radius: 0.375rem; }
  .main-navbar .navbar .user-avatar {
    font-weight: bold;
    color: grey;
    max-width: 2.5rem;
    display: inline-flex;
    border: 1px solid grey;
    height: 2rem;
    width: 2rem;
    align-items: center;
    justify-content: center; }
  .main-navbar .navbar .navbar-nav .dropdown-menu {
    position: absolute;
    right: 0;
    left: auto;
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: none; }
  .main-navbar .navbar .nav-link-icon i {
    line-height: 2.5rem; }

.main-content > .main-navbar,
.main-content .header-navbar {
  box-shadow: 0 0.125rem 0.625rem rgba(90, 97, 105, 0.12); }

.main-sidebar {
  top: 0;
  position: fixed;
  height: calc(100vh);
  background: #fff;
  z-index: 1049;
  will-change: transform;
  transition: transform 200ms ease-in-out;
  box-shadow: 0 0.125rem 9.375rem rgba(90, 97, 105, 0.1), 0 0.25rem 0.5rem rgba(90, 97, 105, 0.12), 0 0.9375rem 1.375rem rgba(90, 97, 105, 0.1), 0 0.4375rem 2.1875rem rgba(165, 182, 201, 0.1); }
  @media (max-width: 767.98px) {
    .main-sidebar {
      transform: translateX(-100%);
      box-shadow: none; } }
  .main-sidebar.open {
    transform: translateX(0);
    box-shadow: 0 0.125rem 9.375rem rgba(90, 97, 105, 0.1), 0 0.25rem 0.5rem rgba(90, 97, 105, 0.12), 0 0.9375rem 1.375rem rgba(90, 97, 105, 0.1), 0 0.4375rem 2.1875rem rgba(165, 182, 201, 0.1); }
  .main-sidebar .toggle-sidebar {
    position: absolute;
    right: 0;
    height: 100%;
    padding: 1.25rem;
    font-size: 1.25rem;
    border-left: 1px solid #e1e5eb; }
    .main-sidebar .toggle-sidebar:hover {
      cursor: pointer; }
  .main-sidebar .navbar-brand {
    overflow: hidden;
    height: 3.75rem;
    font-size: 1rem;
    padding: 0.9375rem 1.5625rem; }
    @media (max-width: 991.98px) {
      .main-sidebar .navbar-brand {
        font-size: 90%; } }
  .main-sidebar .nav-wrapper {
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100vh - 3.75rem - 1px); }
  .main-sidebar .nav {
    border-bottom: 1px solid #e1e5eb; }
    .main-sidebar .nav .nav-item,
    .main-sidebar .nav .nav-link {
      white-space: nowrap;
      min-width: 100%;
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
      will-change: background-color, box-shadow, color;
      transition: box-shadow 200ms ease, color 200ms ease, background-color 200ms ease;
      font-size: 0.85rem; }
    .main-sidebar .nav .nav-item .nav-link {
      border-bottom: 1px solid #e1e5eb;
      font-weight: 400;
      color: #3D5170;
      padding: 0.9375rem 1.5625rem; }
      .main-sidebar .nav .nav-item .nav-link i {
        min-width: 1.25rem;
        font-size: 90%;
        text-align: center;
        vertical-align: middle;
        will-change: color;
        color: #CACEDB;
        transition: color 200ms ease;
        margin-right: 0.375rem; }
      .main-sidebar .nav .nav-item .nav-link i.material-icons {
        font-size: 1.125rem;
        top: -1px; }
    .main-sidebar .nav .nav-item.active, .main-sidebar .nav .nav-item .nav-link.active, .main-sidebar .nav .nav-item:hover, .main-sidebar .nav .nav-item .nav-link:hover {
      box-shadow: inset 0.1875rem 0 0 #007bff;
      background-color: #FBFBFB;
      color: #007bff; }
      .main-sidebar .nav .nav-item.active i, .main-sidebar .nav .nav-item .nav-link.active i, .main-sidebar .nav .nav-item:hover i, .main-sidebar .nav .nav-item .nav-link:hover i {
        color: #007bff; }
    .main-sidebar .nav--no-borders .nav-item .nav-link {
      border-bottom: 0; }
    .main-sidebar .nav--no-borders .dropdown-menu {
      box-shadow: inset 0 0 0.4375rem rgba(61, 81, 112, 0.2); }
      .main-sidebar .nav--no-borders .dropdown-menu .dropdown-item:first-child {
        border-top: 1px solid #e1e5eb; }
  .main-sidebar .dropdown-menu {
    position: static !important;
    transform: translate(0) !important;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    border: none;
    padding: 0;
    box-shadow: inset 0 -0.1875rem 0.1875rem rgba(61, 81, 112, 0.08); }
    .main-sidebar .dropdown-menu .dropdown-item {
      padding: 0.75rem 1.75rem;
      border-bottom: 1px solid #f0f2f5;
      color: #3D5170;
      font-size: 0.8125rem;
      font-weight: 400; }
      @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .main-sidebar .dropdown-menu .dropdown-item {
          font-weight: 300; } }
      .main-sidebar .dropdown-menu .dropdown-item:hover, .main-sidebar .dropdown-menu .dropdown-item.active {
        color: #007bff; }
      .main-sidebar .dropdown-menu .dropdown-item:hover {
        background: none; }
      .main-sidebar .dropdown-menu .dropdown-item.active {
        background-color: #FBFBFB; }
      .main-sidebar .dropdown-menu .dropdown-item:last-of-type {
        border-bottom: 1px solid #e1e5eb; }
    .main-sidebar .dropdown-menu .dropdown-divider {
      margin: 0; }
  .main-sidebar .dropdown-toggle {
    position: relative; }
    .main-sidebar .dropdown-toggle::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDAwMDAwIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTcuNDEgNy44NEwxMiAxMi40Mmw0LjU5LTQuNThMMTggOS4yNWwtNiA2LTYtNnoiLz4gICAgPHBhdGggZD0iTTAtLjc1aDI0djI0SDB6IiBmaWxsPSJub25lIi8+PC9zdmc+);
      background-position: center center;
      width: 0.875rem;
      height: 0.5625rem;
      transition: transform 250ms ease-in-out;
      border: none;
      position: absolute;
      top: 50%;
      right: 0.625rem;
      transform: translateY(-50%);
      opacity: .1;
      will-change: transform; }
  .main-sidebar .dropdown.show .dropdown-toggle::after {
    transform: translateY(-50%) rotateZ(180deg); }
  @media (max-width: 767.98px) {
    .main-sidebar__search {
      box-sizing: border-box;
      border-right: 0 !important;
      padding: 0.625rem 0;
      border-bottom: 1px solid #e1e5eb; }
      .main-sidebar__search .input-group {
        margin: 0 !important; } }
  .main-sidebar__nav-title {
    text-transform: uppercase;
    margin: 0;
    font-size: 0.625rem;
    letter-spacing: 0.125rem;
    padding: 1px 1.5625rem;
    font-weight: 500;
    color: #9ea8b9;
    border-bottom: 1px solid #e1e5eb; }

.icon-sidebar-nav .main-sidebar {
  transition: transform 200ms ease-in-out, width 200ms ease-in-out;
  width: 4.75rem; }
  @media (max-width: 767.98px) {
    .icon-sidebar-nav .main-sidebar {
      width: 100%; }
      .icon-sidebar-nav .main-sidebar span {
        opacity: 1 !important;
        font-size: inherit !important; }
      .icon-sidebar-nav .main-sidebar .main-sidebar__nav-title {
        color: #9ea8b9; } }
  .icon-sidebar-nav .main-sidebar__nav-title {
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 10px;
    color: #fff;
    transition: color 250ms ease-in-out;
    will-change: color; }
  .icon-sidebar-nav .main-sidebar:hover {
    width: 13.75rem; }
    @media (max-width: 767.98px) {
      .icon-sidebar-nav .main-sidebar:hover {
        width: 100%; } }
    .icon-sidebar-nav .main-sidebar:hover .nav-link {
      text-overflow: visible; }
      .icon-sidebar-nav .main-sidebar:hover .nav-link span {
        opacity: 1 !important;
        font-size: inherit !important; }
    .icon-sidebar-nav .main-sidebar:hover .main-sidebar__nav-title {
      color: #9ea8b9; }
  .icon-sidebar-nav .main-sidebar .nav-wrapper {
    overflow: visible; }
  .icon-sidebar-nav .main-sidebar .nav .nav-link {
    text-overflow: initial; }
    .icon-sidebar-nav .main-sidebar .nav .nav-link span {
      opacity: 0;
      font-size: 0;
      transition: opacity 200ms ease-in-out; }
  .icon-sidebar-nav .main-sidebar .nav-item {
    overflow: visible; }
  .icon-sidebar-nav .main-sidebar .dropdown-toggle::after {
    background-size: 100%; }
  @media (min-width: 768px) {
    .icon-sidebar-nav .main-sidebar .dropdown-menu {
      border-radius: 0 0.375rem 0.375rem 0;
      position: absolute !important;
      left: 100% !important;
      width: 12.5rem;
      box-shadow: 0 2px 0 rgba(90, 97, 105, 0.11), 0 4px 8px rgba(90, 97, 105, 0.12), 0 10px 10px rgba(90, 97, 105, 0.06), 0 7px 70px rgba(90, 97, 105, 0.1);
      transition: opacity 250ms ease-in-out;
      display: block;
      visibility: hidden;
      opacity: 0; }
      .icon-sidebar-nav .main-sidebar .dropdown-menu.show {
        opacity: 1;
        visibility: visible; }
      .icon-sidebar-nav .main-sidebar .dropdown-menu .dropdown-item:first-of-type {
        border-radius: 0 0.375rem 0 0; }
      .icon-sidebar-nav .main-sidebar .dropdown-menu .dropdown-item:last-of-type {
        border-bottom: 0;
        border-radius: 0 0 0.375rem 0; } }

.icon-sidebar-nav .main-content {
  padding: 0 0 0 4.75rem; }
  @media (max-width: 767.98px) {
    .icon-sidebar-nav .main-content {
      padding-left: 0; } }

.main-navbar__search .input-group-prepend .input-group-text,
.main-sidebar__search .input-group-prepend .input-group-text {
  font-size: 0.6875rem;
  padding: 0.75rem 1.0625rem; }

.main-navbar__search input.form-control,
.main-sidebar__search input.form-control {
  border: none;
  font-size: 0.8125rem;
  border-radius: 0; }
  .main-navbar__search input.form-control:hover, .main-navbar__search input.form-control:focus,
  .main-sidebar__search input.form-control:hover,
  .main-sidebar__search input.form-control:focus {
    box-shadow: none; }

.mobile-sidebar {
  top: 70px;
  height: 100%; }
  .mobile-sidebar .nav-wrapper {
    height: 100%; }

.main-content > .main-content-container.container-fluid {
  min-height: calc(100vh - 7.5rem); }

.main-footer {
  height: 3.75rem; }
  .main-footer .copyright {
    color: #818EA3; }
  @media (max-width: 767.98px) {
    .main-footer {
      display: block !important;
      height: auto; }
      .main-footer .nav {
        width: 100%;
        display: block;
        border-bottom: 1px solid #e1e5eb;
        padding-bottom: 0.75rem; }
      .main-footer .copyright {
        display: inline-block;
        width: 100%;
        padding: 1rem;
        text-align: center; } }

.page-header .page-title,
.page-header .page-title-2 {
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  padding: 0; }
  @media (max-width: 767.98px) {
    .page-header .page-title,
    .page-header .page-title-2 {
      font-size: 2rem; } }

.page-header .page-title-2 {
  font-size: 34px;
  font-weight: bolder;
  color: #333;
  text-transform: uppercase; }
  @media (max-width: 767.98px) {
    .page-header .page-title-2 {
      font-size: 1.3rem; } }

.page-header .page-subtitle {
  letter-spacing: 0.125rem;
  color: #818EA3;
  font-size: 0.625rem; }
  @media (max-width: 767.98px) {
    .page-header .page-subtitle {
      font-size: 0.8125rem;
      font-weight: 400; } }

.header-navbar i {
  font-size: 0.875rem;
  margin-right: 0.125rem; }

.header-navbar .nav-item.dropdown .nav-link {
  cursor: pointer;
  padding-right: 1.25rem; }
  .header-navbar .nav-item.dropdown .nav-link:after {
    content: '';
    display: block;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDAwMDAwIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTcuNDEgNy44NEwxMiAxMi40Mmw0LjU5LTQuNThMMTggOS4yNWwtNiA2LTYtNnoiLz4gICAgPHBhdGggZD0iTTAtLjc1aDI0djI0SDB6IiBmaWxsPSJub25lIi8+PC9zdmc+);
    background-position: center center;
    width: 0.875rem;
    height: 0.5625rem;
    transition: transform 250ms ease-in-out;
    border: none;
    position: absolute;
    top: 45%;
    right: 20px;
    transform: translateY(-50%);
    opacity: .2;
    will-change: transform;
    transform: scale(0.8); }

.header-navbar .nav-link {
  color: #3D5170;
  border: none;
  padding: 1.125rem 0;
  margin-right: 1.25rem;
  line-height: 1;
  border-radius: 0;
  font-size: 0.8125rem;
  background: transparent;
  border-bottom: 1px solid transparent; }
  .header-navbar .nav-link i {
    color: #CACEDB;
    transition: color 200ms ease; }

.header-navbar .nav-item.dropdown.show .nav-link,
.header-navbar .nav-link:hover,
.header-navbar .nav-link.active {
  border-bottom: 1px solid #007bff;
  color: #007bff;
  cursor: pointer; }
  .header-navbar .nav-item.dropdown.show .nav-link i,
  .header-navbar .nav-link:hover i,
  .header-navbar .nav-link.active i {
    color: #007bff; }

@media (max-width: 991.98px) {
  .header-navbar .nav-item.dropdown .nav-link {
    position: relative;
    border: 0;
    padding-right: 0; }
    .header-navbar .nav-item.dropdown .nav-link:after {
      z-index: 1000;
      right: 5px; }
  .header-navbar .nav-item.dropdown .dropdown-menu {
    position: static !important;
    transform: none !important;
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    border: none; }
  .header-navbar .nav-link {
    margin-right: 0;
    transition: none;
    font-size: 0.875rem; }
  .header-navbar .dropdown-item {
    border-radius: 5px;
    font-size: 0.875rem;
    padding: 0.625rem 1.375rem;
    font-weight: 400; }
  .header-navbar .nav-item.dropdown.show .nav-link,
  .header-navbar .nav-link:hover,
  .header-navbar .nav-link.active {
    border: 0; } }

.country-stats .table td {
  padding: 0.5rem 1rem;
  font-size: 0.75rem; }

.country-stats .table tbody tr td {
  font-weight: 400; }
  .country-stats .table tbody tr td:nth-child(1), .country-stats .table tbody tr td:nth-child(2) {
    color: #3D5170; }
  .country-stats .table tbody tr td:nth-child(3) {
    color: #818EA3; }

.country-stats .country-flag {
  max-width: 1.25rem; }

.stats-small {
  min-height: 125px;
  overflow: hidden !important; }
  .stats-small canvas {
    position: absolute;
    bottom: 0; }
  .stats-small__data {
    flex: 1;
    display: flex;
    justify-content: center;
    flex-flow: column;
    max-width: 50%;
    z-index: 1; }
  .stats-small__label {
    font-size: 0.625rem;
    letter-spacing: 0.0625rem;
    color: #818EA3; }
  .stats-small__value {
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 500; }
  .stats-small__percentage {
    position: relative;
    display: table;
    margin-left: auto;
    padding-left: 0.9375rem; }
    .stats-small__percentage--increase, .stats-small__percentage--decrease {
      font-size: 0.75rem; }
      .stats-small__percentage--increase::before, .stats-small__percentage--decrease::before {
        content: "";
        width: 0.75rem;
        height: 0.375rem;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(50%);
        background-position: center center;
        background-repeat: no-repeat; }
    .stats-small__percentage--increase {
      color: #c4183c; }
      .stats-small__percentage--increase::before {
        transform: rotate(180deg);
        background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjYzQxODNjIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTcgMTBsNSA1IDUtNXoiLz4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==); }
    .stats-small__percentage--decrease {
      color: #17c671; }
      .stats-small__percentage--decrease::before {
        transform: rotate(180deg);
        background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMTdjNjcxIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gPHBhdGggZD0iTTcgMTRsNS01IDUgNXoiLz4gPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiA8L3N2Zz4=); }
  .stats-small__reduction {
    position: relative;
    display: table;
    margin: 0 auto;
    padding-left: 0.9375rem; }
    .stats-small__reduction--increase, .stats-small__reduction--decrease {
      font-size: 0.75rem; }
      .stats-small__reduction--increase::before, .stats-small__reduction--decrease::before {
        content: "";
        width: 0.75rem;
        height: 0.375rem;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(50%);
        background-position: center center;
        background-repeat: no-repeat; }
    .stats-small__reduction--increase {
      color: #c4183c; }
      .stats-small__reduction--increase::before {
        transform: rotate(180deg);
        margin-top: -3px;
        background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMTdjNjcxIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gPHBhdGggZD0iTTcgMTRsNS01IDUgNXoiLz4gPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiA8L3N2Zz4=); }
    .stats-small__reduction--decrease {
      color: #c4183c; }
      .stats-small__reduction--decrease::before {
        transform: rotate(180deg);
        margin-top: -2px;
        background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjYzQxODNjIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTcgMTBsNSA1IDUtNXoiLz4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==); }
  .stats-small--1 .stats-small__data {
    max-width: 100%; }
  .stats-small--1 .stats-small__percentage {
    margin: 0 auto; }
  .stats-small--1 .stats-small__value {
    font-size: 1.5625rem; }
  .stats-small--1 .stats-small__label {
    font-size: 0.75rem; }
  .stats-small--1 .stats-small__percentage {
    font-size: 0.75rem; }
  .stats-small--1 canvas {
    opacity: 0.5; }

.card-group .stats-small {
  position: relative;
  overflow: hidden; }

.ubd-stats__legend, .ubd-stats__item {
  display: flex; }

.ubd-stats__legend {
  width: 100%; }

.ubd-stats__item {
  flex-direction: column;
  flex: 1;
  text-align: center; }
  .ubd-stats__item i {
    font-size: 1.375rem;
    margin-bottom: 0.3125rem; }

.ubd-stats__category {
  color: #818EA3;
  font-size: 0.8125rem;
  margin-bottom: 0.125rem; }

.ubd-stats__value {
  font-size: 1.0625rem;
  color: #3D5170;
  font-weight: 500;
  line-height: 1rem; }

.go-stats .list-group .list-group-item {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.go-stats__label {
  margin: 0;
  padding: 0;
  font-size: 0.95rem;
  font-weight: 500; }

.go-stats__meta {
  font-size: 0.75rem;
  color: #818EA3; }
  .go-stats__meta strong {
    color: #3D5170; }

.go-stats__value {
  flex: 1;
  padding-right: 0.625rem; }

#analytics-overview-date-range {
  max-width: 350px; }
  @media (max-width: 575.98px) {
    #analytics-overview-date-range {
      max-width: 100%; } }

.sc-stats {
  font-size: 0.875rem;
  font-weight: 400; }
  @media screen and (min-width: 992px) and (max-width: 1170px) {
    .sc-stats {
      font-size: 0.75rem; } }
  .sc-stats__image {
    max-width: 80px; }
    @media (max-width: 991.98px) {
      .sc-stats__image {
        max-width: 3.125rem; } }
    .sc-stats__image img {
      width: 2.8125rem;
      height: auto; }
  .sc-stats__title {
    padding-left: 0.25rem !important; }
    @media screen and (max-width: 1170px) {
      .sc-stats__title {
        padding-left: 0.625rem !important; } }
  .sc-stats__percentage {
    color: #818EA3; }
  .sc-stats .card-body {
    position: relative;
    overflow-y: auto;
    min-height: 12.5rem; }
    @media screen and (max-width: 992px) {
      .sc-stats .card-body {
        min-height: 21rem; } }
  .sc-stats .container-fluid {
    position: absolute;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 1px; }
    .sc-stats .container-fluid .row {
      display: flex;
      flex: 1;
      border-bottom: 1px solid #e1e5eb;
      min-height: 3.75rem; }
      .sc-stats .container-fluid .row:last-of-type {
        border-bottom: 0; }
      .sc-stats .container-fluid .row > div {
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding: 0; }

.lo-stats {
  font-size: 0.8125rem; }
  .lo-stats .container-fluid {
    overflow-x: auto; }
  .lo-stats table {
    min-width: 600px; }
  .lo-stats thead th {
    font-size: 0.75rem;
    font-weight: 400;
    border-width: 1px;
    border-top: none;
    padding: 0.5rem 0.75rem; }
  .lo-stats td {
    vertical-align: middle; }
  .lo-stats__image {
    width: 70px; }
    .lo-stats__image img {
      width: 3.125rem;
      height: 3.125rem; }
  .lo-stats__items, .lo-stats__total {
    font-weight: 400; }
  .lo-stats__order-details span {
    display: block; }
  .lo-stats__order-details span:first-child {
    font-weight: 500;
    font-size: 1rem; }
  .lo-stats__order-details span:last-child {
    font-size: 0.625rem;
    color: #818EA3; }
  .lo-stats .card-body {
    position: relative;
    overflow-x: auto;
    min-height: 21rem; }
  .lo-stats .container-fluid {
    position: absolute;
    height: 100%;
    display: flex;
    flex-direction: column;
    min-width: 41rem; }
    .lo-stats .container-fluid .row:not(.lo-stats__header) {
      display: flex;
      flex: 1;
      border-bottom: 1px solid #e1e5eb;
      min-height: 3.75rem; }
      .lo-stats .container-fluid .row:not(.lo-stats__header):last-of-type {
        border-bottom: 0; }
      .lo-stats .container-fluid .row:not(.lo-stats__header) > div {
        display: flex;
        justify-content: center;
        flex-direction: column; }

#sales-overview-date-range {
  max-width: 350px; }
  @media (max-width: 575.98px) {
    #sales-overview-date-range {
      max-width: 100%; } }

.zEWidget-launcher .Icon {
  padding-right: 0; }

.filterBar {
  padding: 0 35px;
  width: 100%; }

.custom_info-box-layer {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 998;
  top: 0px;
  left: 17%;
  display: block;
  transition: all .5s; }
  .custom_info-box-layer.hide {
    display: none;
    transition: all .5s; }

.custom_info-box {
  width: 700px;
  position: fixed;
  right: -700px;
  height: 100vh;
  top: 60px;
  z-index: 1100;
  background-color: white;
  transition: .4s ease-out;
  overflow: auto; }
  .custom_info-box.active {
    right: 0;
    transition: .4s ease-out; }
  .custom_info-box.heatmap {
    width: 50%;
    right: -50%; }
  .custom_info-box.heatmap.active {
    right: 0; }

.custom_forecast-border {
  border-left: 6px solid #eee;
  padding-left: 50px;
  box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1), 0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1), 0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12), 0 0.125rem 0.1875rem rgba(90, 97, 105, 0.1); }
  .custom_forecast-border.red {
    border-left: 6px solid #ECA29F; }
  .custom_forecast-border.green {
    border-left: 6px solid #B4F6BA; }
  .custom_forecast-border.black {
    border-left: 6px solid #000 !important; }

.custom-adv-select .advanced-select__value-container {
  padding-left: 0;
  height: 50px; }

.custom-adv-select .advanced-select__control {
  border: none;
  background-color: transparent;
  justify-content: flex-start; }

.custom-adv-select .advanced-select__single-value {
  font-size: 38px;
  font-weight: 700; }

.custom-adv-select .advanced-select__indicator-separator {
  display: none; }

.custom-adv-select .advanced-select__indicator {
  color: #333333; }

.custom_project-route-btn {
  background-color: transparent;
  background-image: none;
  border-color: #333333;
  color: #333333;
  border-radius: 0; }
  .custom_project-route-btn.active {
    background-color: #333333 !important;
    border-color: #333333 !important;
    color: #ffffff; }
    .custom_project-route-btn.active:disabled {
      color: #ffffff;
      cursor: not-allowed; }
  .custom_project-route-btn.hover {
    background-color: #333333 !important;
    border-color: #333333 !important;
    color: #ffffff; }
  .custom_project-route-btn:disabled {
    background-color: transparent;
    background-image: none;
    border-color: #333333;
    color: #333333;
    border-radius: 0; }

.custom_project-analyzer-btn {
  background-color: transparent;
  background-image: none;
  border-color: #333333;
  color: #333333;
  border-radius: 0; }
  .custom_project-analyzer-btn.active {
    background-color: #333333 !important;
    border-color: #333333 !important;
    color: #ffffff; }
  .custom_project-analyzer-btn.hover {
    background-color: #333333 !important;
    border-color: #333333 !important;
    color: #ffffff; }

.custom_top-filter__right-links a {
  color: #6a6c6d; }

.custom_stats-box {
  border-radius: 0; }
  .custom_stats-box__header {
    font-weight: 400;
    border-top: 2px dashed #eee;
    border-radius: 0 !important; }

.daily_pick-date-input {
  border: 1px solid #e0e5ec;
  flex: 1;
  width: 100%;
  padding: 6px 10px;
  border-radius: 5px;
  margin-bottom: 30px;
  color: #6a6c6d;
  text-align: left; }
  .daily_pick-date-input.top-filter {
    background-color: transparent;
    border: 1px solid transparent;
    color: #333333;
    font-weight: bold;
    cursor: pointer; }

.sidebar_sub-title {
  display: flex;
  align-items: center; }

.sidebar_title {
  cursor: pointer;
  color: #3D5170;
  border: none;
  width: 100%;
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: uppercase; }
  .sidebar_title:focus {
    box-shadow: none;
    outline: none; }

.chart-title {
  color: #5A6169;
  font-size: 1rem;
  font-weight: 500; }

svg .highcharts-title {
  fill: #5A6169 !important;
  color: #5A6169 !important;
  font-size: 1rem !important;
  font-weight: 500;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; }

.chart-wrapper {
  height: 100%; }
  .chart-wrapper .chart-container {
    height: 100%; }

.chart-container {
  background-color: #ffffff;
  box-shadow: 0 2px 20px #e3e4e7;
  border-radius: 12px; }

.highcharts-container {
  border-radius: 0; }

.iframe {
  width: 100%;
  height: 100%; }

.iframe-container {
  height: calc(100vh - 60px); }

.file-manager__group-title {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  margin: 1rem 0; }

.file-manager-list td, .file-manager-list th {
  border-left: none !important;
  border-right: none !important; }

.file-manager-list .file-manager__item-title, .file-manager-list .file-manager__item-meta {
  margin: 0; }

.file-manager-list .file-manager__item-title {
  display: block;
  font-size: 1rem;
  line-height: 1.25rem; }

.file-manager-list .file-manager__item-meta {
  display: inline-block;
  font-size: 0.6875rem;
  color: #818EA3;
  line-height: 0.8125rem; }

.file-manager-list .file-manager__item-icon {
  padding-right: 0 !important; }
  .file-manager-list .file-manager__item-icon div {
    border-radius: 50%;
    font-size: 0.9375rem;
    text-align: center;
    color: #818EA3;
    width: 2.1875rem;
    height: 2.1875rem;
    line-height: 2.1875rem;
    background: #f5f6f8;
    box-shadow: 0 0 0 2px #fff, inset 0 0 3px rgba(0, 0, 0, 0.2); }
  .file-manager-list .file-manager__item-icon i {
    top: 2px; }

.file-manager-cards__search {
  max-width: 200px; }
  @media (max-width: 991.98px) {
    .file-manager-cards__search {
      max-width: 100%; } }

.file-manager-cards .file-manager__item {
  overflow: hidden;
  position: relative; }
  .file-manager-cards .file-manager__item .card-footer {
    display: flex; }
  .file-manager-cards .file-manager__item:hover {
    cursor: pointer; }
  .file-manager-cards .file-manager__item:before, .file-manager-cards .file-manager__item:after {
    content: '';
    position: absolute; }
  .file-manager-cards .file-manager__item:before {
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;
    background-color: #007bff;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNOSAxNi4xN0w0LjgzIDEybC0xLjQyIDEuNDFMOSAxOSAyMSA3bC0xLjQxLTEuNDF6Ii8+PC9zdmc+);
    background-size: 1.0625rem;
    width: 1.5625rem;
    height: 1.5625rem;
    right: 0.625rem;
    top: -1.875rem;
    transform: rotate(-90deg);
    will-change: top, right, opacity, transform;
    transition: top 150ms cubic-bezier(0.27, 0.01, 0.38, 1.06), right 150ms cubic-bezier(0.27, 0.01, 0.38, 1.06), opacity 150ms cubic-bezier(0.27, 0.01, 0.38, 1.06), transform 150ms cubic-bezier(0.27, 0.01, 0.38, 1.06); }
  .file-manager-cards .file-manager__item:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    border-radius: 0.625rem;
    box-shadow: inset 0 0 0 0px rgba(0, 123, 255, 0.2);
    will-change: box-shadow;
    transition: box-shadow 250ms ease-in-out; }
  .file-manager-cards .file-manager__item--selected:before {
    top: 0.625rem;
    transform: rotate(0); }
  .file-manager-cards .file-manager__item--selected:after {
    box-shadow: inset 0 0 3.125rem rgba(0, 123, 255, 0.2), inset 0 0 0.625rem rgba(0, 123, 255, 0.4), inset 0 0 0 0.125rem rgba(0, 123, 255, 0.75); }
  .file-manager-cards .file-manager__item--directory:before {
    width: 1.25rem;
    height: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
    right: -1.25rem; }
  .file-manager-cards .file-manager__item--directory.file-manager__item--selected:before {
    right: 10px;
    background-size: 70%; }

.file-manager-cards .file-manager__item-icon {
  position: relative;
  margin-right: 0.625rem;
  font-size: 1.0625rem;
  top: 2px; }
  .file-manager-cards .file-manager__item-icon i.material-icons {
    top: 0; }

.file-manager-cards .file-manager__item-title {
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  font-size: 0.875rem;
  padding-right: 1.25rem; }

.file-manager-cards .file-manager__item-size {
  margin: auto 0;
  font-size: 0.6875rem; }

.file-manager-cards .file-manager__item-preview {
  background: #F8F8F8; }
  .file-manager-cards .file-manager__item-preview img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: table;
    box-shadow: 0 0.125rem 0.5625rem rgba(0, 0, 0, 0.13); }

.user-details .card-header {
  overflow: hidden; }

.user-details .card-body {
  margin-top: -3.125rem;
  z-index: 1; }
  .user-details .card-body h4 {
    font-weight: 500; }

.user-details__bg {
  width: 100%;
  position: relative;
  max-height: 7.1875rem; }
  .user-details__bg img {
    width: 100%; }
  .user-details__bg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(90, 97, 105, 0.3); }

.user-details__avatar {
  border-radius: 50%;
  overflow: hidden;
  max-width: 6.25rem;
  box-shadow: 0 2px 0 rgba(90, 97, 105, 0.11), 0 4px 8px rgba(90, 97, 105, 0.12), 0 10px 10px rgba(90, 97, 105, 0.06), 0 7px 70px rgba(90, 97, 105, 0.1); }
  .user-details__avatar img {
    width: 100%; }

.user-details__social {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .user-details__social li {
    display: inline-block; }
  .user-details__social a {
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    width: 1.875rem;
    height: 1.875rem;
    line-height: 1.875rem;
    background: #E9ECEF;
    color: #818EA3; }

.user-details__user-data .col span {
  display: block; }
  .user-details__user-data .col span:first-child {
    font-weight: 400;
    color: #3D5170; }
  .user-details__user-data .col span:last-child {
    color: #818EA3; }

.user-details__tags .badge {
  font-weight: 300; }

.user-stats h4 {
  font-weight: 600; }

.user-stats span {
  font-size: 0.6875rem; }

.user-teams__image {
  max-width: 3.125rem; }
  .user-teams__image img {
    width: 100%;
    max-width: 3.125rem; }

.user-teams__info span:first-child {
  font-weight: 400; }

.user-teams__info span:last-child {
  font-size: 80%; }

.user-teams .card-body {
  position: relative;
  overflow-y: auto;
  min-height: 14.0625rem; }
  @media screen and (max-width: 992px) {
    .user-teams .card-body {
      min-height: 21rem; } }

.user-teams .container-fluid {
  position: absolute;
  height: 100%;
  display: flex;
  flex-direction: column; }
  .user-teams .container-fluid .row {
    display: flex;
    flex: 1;
    border-bottom: 1px solid #e1e5eb;
    min-height: 4.6875rem; }
    .user-teams .container-fluid .row:last-of-type {
      border-bottom: 0; }
    .user-teams .container-fluid .row > div {
      display: flex;
      justify-content: center;
      flex-direction: column;
      padding: 0; }

.user-activity__item {
  display: flex;
  margin-left: 1.875rem;
  border-left: 1px solid #E9ECEF;
  border-bottom: 1px solid #E9ECEF;
  font-weight: 400; }
  .user-activity__item:last-child {
    border-bottom: 0; }
  .user-activity__item::after {
    display: block;
    clear: both;
    content: ""; }
  .user-activity__item__icon {
    text-align: center;
    border-radius: 50%;
    float: left;
    width: 1.875rem;
    height: 1.875rem;
    min-width: 1.875rem;
    background: #f5f6f8;
    margin-left: -0.9375rem;
    margin-right: 0.9375rem;
    box-shadow: 0 0 0 2px white, inset 0 0 3px rgba(0, 0, 0, 0.2); }
    .user-activity__item__icon i {
      font-size: 1rem;
      line-height: 1.875rem;
      color: #aeb9c4; }
  .user-activity__item__content {
    float: left; }
    .user-activity__item__content p {
      margin: 0; }
    .user-activity__item__content a {
      font-weight: 400; }
    .user-activity__item__content span {
      font-size: 80%; }
  .user-activity__item__action {
    float: right; }
  .user-activity__item__task-list {
    list-style: none;
    margin: 0;
    padding: 0; }
    .user-activity__item__task-list .custom-control {
      line-height: 1.5rem; }

.edit-user-details .card-header {
  overflow: hidden; }

.edit-user-details .card-body {
  z-index: 1; }

.edit-user-details__bg {
  width: 100%;
  position: relative;
  max-height: 7.1875rem; }
  .edit-user-details__bg img {
    width: 100%; }
  .edit-user-details__bg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(90, 97, 105, 0.5);
    will-change: background-color;
    transition: background-color 250ms ease-in-out; }
  .edit-user-details__bg .edit-user-details__change-background {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    opacity: 1;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.06);
    border: 1px dashed rgba(233, 236, 239, 0.3);
    padding: 0.4375rem 0.9375rem;
    color: #fff;
    border-radius: 0.375rem;
    box-shadow: 0.375rem;
    font-size: 0.75rem;
    will-change: opacity;
    transition: opacity 250ms ease-in-out, transform 250ms ease-in-out; }
    .edit-user-details__bg .edit-user-details__change-background:hover {
      cursor: pointer;
      transform: translate(-50%, -50%) scale(1.05); }
    .edit-user-details__bg .edit-user-details__change-background i {
      font-size: 0.9375rem;
      top: 0.125rem; }

.edit-user-details__avatar {
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  max-width: 7.5rem;
  box-shadow: 0 2px 0 rgba(90, 97, 105, 0.11), 0 4px 8px rgba(90, 97, 105, 0.12), 0 10px 10px rgba(90, 97, 105, 0.06), 0 7px 70px rgba(90, 97, 105, 0.1); }
  .edit-user-details__avatar img {
    width: 100%; }
  .edit-user-details__avatar__change {
    margin: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    border-radius: 50%;
    font-size: 1.875rem;
    background: rgba(255, 255, 255, 0.95);
    transition: all 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06); }
    .edit-user-details__avatar__change i {
      color: #9ea8b9;
      line-height: 7.5rem; }
  .edit-user-details__avatar:hover .edit-user-details__avatar__change {
    opacity: 1;
    cursor: pointer; }

.auth-form {
  min-width: 19.375rem;
  max-width: 350px; }
  .auth-form .card-body {
    overflow: hidden;
    box-shadow: inset 0 4px 0 0 #007bff;
    border-radius: 0.625rem; }
  .auth-form__logo {
    max-width: 2.5rem; }
  .auth-form__title {
    font-size: 1.125rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }
  .auth-form__social-icons {
    margin: 0;
    padding: 0; }
    .auth-form__social-icons li {
      list-style: none;
      display: inline-block; }
      .auth-form__social-icons li a {
        padding: 0 0.75rem;
        font-size: 1.25rem;
        color: #CACEDB;
        transition: color 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06); }
        .auth-form__social-icons li a:hover {
          color: #007bff; }
  .auth-form__meta a {
    font-weight: 400;
    color: #818EA3; }
    .auth-form__meta a:hover {
      color: #3D5170; }

.quick-post-form {
  display: flex;
  flex-flow: column;
  flex: 1; }
  .quick-post-form .form-group:nth-child(2) {
    display: flex;
    flex: 1; }
  .quick-post-form textarea {
    resize: none;
    min-height: 100px; }

.blog-comments__avatar img {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 0.25rem; }

.blog-comments__item {
  padding: 0;
  border-bottom: 1px solid #e1e5eb; }
  .blog-comments__item:last-child {
    border: 0; }

.blog-comments__actions {
  font-size: 95%; }
  .blog-comments__actions .btn-group button {
    padding: 0.25rem 0.5625rem; }

.add-new-post__editor {
  min-height: 400px; }

.project-route .route-item {
  background-color: #fff;
  border: 1px solid #4756EC;
  color: #4756EC;
  min-width: 50px;
  padding: 10px 10px;
  cursor: pointer;
  border-radius: 3px; }
  .project-route .route-item.active {
    background-color: #4756EC;
    border: 1px solid #4756EC;
    color: #fff; }

@media (max-width: 992px) {
  .daily_container {
    margin-left: 0; }
  .daily_sidebar {
    position: relative;
    width: 100%;
    top: 0; } }

.card-post .card-body {
  padding: 1.5625rem 1.5625rem; }

.card-post .card-footer,
.card-post .card-header {
  padding-left: 1.5625rem;
  padding-right: 1.5625rem; }

.card-post__image {
  position: relative;
  min-height: 10.3125rem;
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.card-post__author-avatar {
  width: 2.8125rem;
  height: 2.8125rem;
  box-shadow: 0 0 0 0.125rem #fff, 0 0.1875rem 0.4375rem rgba(90, 97, 105, 0.5);
  display: block;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  text-indent: -9999px; }
  .card-post__author-avatar--small {
    width: 2.1875rem;
    height: 2.1875rem; }

.card-post__author-name {
  font-weight: 500; }

.card-post--aside {
  display: flex;
  flex-flow: row; }
  .card-post--aside .card-post__image {
    border-top-right-radius: 0;
    border-top-left-radius: 0.625rem;
    border-bottom-left-radius: 0.625rem;
    min-width: 180px; }

.card-post--1 .card-post__author,
.card-post--1 .card-post__category {
  position: absolute; }

.card-post--1 .card-post__author {
  transform: translateY(50%);
  margin-left: 1.5625rem;
  position: absolute;
  bottom: 0; }

.card-post--1 .card-post__category {
  top: 0.9375rem;
  right: 0.9375rem;
  position: absolute;
  text-transform: uppercase; }

.card-post--1 .card-body {
  padding-top: 2.1875rem; }

.card-post--1.card-post--aside .card-body {
  padding: 1.5625rem 1.5625rem; }

.card-post--1.card-post--aside .card-post__author {
  left: 0.9375rem;
  bottom: 0.9375rem;
  transform: none;
  margin: 0; }

.card-post--1.card-post--aside .card-post__category {
  right: initial;
  top: 0.9375rem;
  left: 0.9375rem; }

.error {
  height: calc(100vh - 3.75rem);
  display: flex; }
  .error__content {
    padding: 0 0.9375rem;
    display: flex;
    flex-flow: column;
    margin: auto;
    align-items: center;
    text-align: center; }
    .error__content h2 {
      color: #CACEDB;
      font-weight: 700;
      font-size: 3.75rem;
      margin-bottom: 1.5625rem; }
    .error__content h3 {
      font-weight: 500;
      font-size: 2.1875rem;
      margin-bottom: 0.625rem; }
    .error__content p {
      color: #818EA3; }

.last_connection {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 15px;
  display: inline-block; }
  .last_connection.green {
    background-color: #B4F6BA; }
  .last_connection.red {
    background-color: #ECA29F; }

.portfolio_table .ReactTable {
  width: 100%; }
  .portfolio_table .ReactTable .overr {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between; }
  .portfolio_table .ReactTable .rt-tbody .rt-td {
    overflow: inherit;
    padding: 10px 13px;
    font-size: 0.8125rem !important;
    justify-content: center !important; }
  .portfolio_table .ReactTable .rt-thead .rt-th {
    background-color: #202875;
    color: #fff;
    padding: 13px 10px; }
  .portfolio_table .ReactTable .overr .color.green {
    color: green; }
  .portfolio_table .ReactTable .overr .color.red {
    color: red; }
  .portfolio_table .ReactTable .overr .color.orange {
    background-color: orange; }
  .portfolio_table .ReactTable .accuracy_block {
    min-width: 25px;
    height: 25px;
    line-height: 25px;
    border-color: transparent;
    padding: 0; }
    .portfolio_table .ReactTable .accuracy_block.dark-green {
      background-color: #B4F6BA;
      color: #000; }
    .portfolio_table .ReactTable .accuracy_block.green {
      background-color: #B4F6BA;
      color: #000; }
    .portfolio_table .ReactTable .accuracy_block.red {
      background-color: #ECA29F;
      color: #000; }
    .portfolio_table .ReactTable .accuracy_block.orange {
      background-color: #FCEF03;
      color: #000; }
    .portfolio_table .ReactTable .accuracy_block.grey {
      background-color: #eeeeee;
      color: #000; }

.portfolio_table_menu-drp {
  background-color: transparent;
  border: 1px solid transparent;
  color: #353E45;
  outline: 0;
  width: 44px;
  height: 32px;
  text-decoration: none; }
  .portfolio_table_menu-drp:hover, .portfolio_table_menu-drp:focus, .portfolio_table_menu-drp:active {
    background-color: transparent;
    border: none;
    box-shadow: none; }

.portfolio_table_menu.show {
  text-align: center; }
  .portfolio_table_menu.show .lobby-table_menu-drp {
    background-color: #016CA0;
    border: 1px solid #1E73BE26;
    border-radius: 100px;
    color: #ffffff; }

.portfolio-performance_table .portfolio_percentage {
  margin-left: 0.5em; }
  .portfolio-performance_table .portfolio_percentage.up {
    color: green; }
  .portfolio-performance_table .portfolio_percentage.down {
    color: red; }
  .portfolio-performance_table .portfolio_percentage .arrow.up {
    transform: rotate(180deg); }

.budget-utility-cost {
  min-width: 200px;
  max-width: 100%; }

.fahu-values_container {
  background-color: #ffffff;
  padding: 6px;
  height: fit-content; }
  .fahu-values_container .fahu-values_table .rt-thead .rt-tr .rt-th {
    background-color: #97d455;
    color: #ffffff; }
  .fahu-values_container .fahu-values_table .rt-tbody .rt-tr-group {
    border: none;
    border-top: 1px solid black; }
    .fahu-values_container .fahu-values_table .rt-tbody .rt-tr-group .rt-td {
      border: none; }
      .fahu-values_container .fahu-values_table .rt-tbody .rt-tr-group .rt-td .fahu_name_status {
        font-weight: bold; }
        .fahu-values_container .fahu-values_table .rt-tbody .rt-tr-group .rt-td .fahu_name_status.online {
          color: #16d800; }
        .fahu-values_container .fahu-values_table .rt-tbody .rt-tr-group .rt-td .fahu_name_status.offline {
          color: red; }
      .fahu-values_container .fahu-values_table .rt-tbody .rt-tr-group .rt-td .fahu_sa_sp,
      .fahu-values_container .fahu-values_table .rt-tbody .rt-tr-group .rt-td .fahu_sa_temp,
      .fahu-values_container .fahu-values_table .rt-tbody .rt-tr-group .rt-td .fahu_sf_vfd_spd,
      .fahu-values_container .fahu-values_table .rt-tbody .rt-tr-group .rt-td .fahu_sf_vfd_sp,
      .fahu-values_container .fahu-values_table .rt-tbody .rt-tr-group .rt-td .fahu_clg_vlv,
      .fahu-values_container .fahu-values_table .rt-tbody .rt-tr-group .rt-td .fahu_clg_vlv_cmd,
      .fahu-values_container .fahu-values_table .rt-tbody .rt-tr-group .rt-td .fahu_sa_hum,
      .fahu-values_container .fahu-values_table .rt-tbody .rt-tr-group .rt-td .fahu_pwr,
      .fahu-values_container .fahu-values_table .rt-tbody .rt-tr-group .rt-td .fahu_five_de {
        width: 100%;
        text-align: center; }
    .fahu-values_container .fahu-values_table .rt-tbody .rt-tr-group:first-child {
      border-top: none; }
    .fahu-values_container .fahu-values_table .rt-tbody .rt-tr-group:last-child {
      border-bottom: 1px solid black; }

.pu-values_container {
  background-color: #ffffff;
  padding: 6px; }
  .pu-values_container .pu-values_table .rt-thead .rt-tr .rt-th {
    background-color: #97d455;
    color: #ffffff; }
  .pu-values_container .pu-values_table .rt-tbody .rt-tr-group {
    border: none;
    border-top: 1px solid black; }
    .pu-values_container .pu-values_table .rt-tbody .rt-tr-group .rt-td {
      border: none; }
      .pu-values_container .pu-values_table .rt-tbody .rt-tr-group .rt-td .pu_name_status {
        font-weight: bold; }
        .pu-values_container .pu-values_table .rt-tbody .rt-tr-group .rt-td .pu_name_status.online {
          color: #16d800; }
        .pu-values_container .pu-values_table .rt-tbody .rt-tr-group .rt-td .pu_name_status.offline {
          color: red; }
      .pu-values_container .pu-values_table .rt-tbody .rt-tr-group .rt-td .pu_room_temp,
      .pu-values_container .pu-values_table .rt-tbody .rt-tr-group .rt-td .pu_room_temp_sp,
      .pu-values_container .pu-values_table .rt-tbody .rt-tr-group .rt-td .pu_sf_vfd_spd,
      .pu-values_container .pu-values_table .rt-tbody .rt-tr-group .rt-td .pu_cf_vfd_spd,
      .pu-values_container .pu-values_table .rt-tbody .rt-tr-group .rt-td .pu_sf_run_status,
      .pu-values_container .pu-values_table .rt-tbody .rt-tr-group .rt-td .pu_pwr,
      .pu-values_container .pu-values_table .rt-tbody .rt-tr-group .rt-td .pu_five_de {
        width: 100%;
        text-align: center; }
    .pu-values_container .pu-values_table .rt-tbody .rt-tr-group:first-child {
      border-top: none; }
    .pu-values_container .pu-values_table .rt-tbody .rt-tr-group:last-child {
      border-bottom: 1px solid black; }

.pin_header {
  color: #ffffff;
  background: #016CA0 0% 0% no-repeat padding-box;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 10px 0;
  font-size: 15px;
  font-weight: bold; }

.pin_container_stat-item {
  border-bottom: 1px solid rgba(30, 115, 190, 0.2);
  padding: 10px 0; }
  .pin_container_stat-item:last-child {
    border-bottom: none; }
  .pin_container_stat-item_value {
    font-size: 35px;
    color: #D8A76F;
    font-weight: bold; }
    .pin_container_stat-item_value.green {
      color: #61D389; }
  .pin_container_stat-item_desc {
    font-size: 15px; }

.energy-item {
  border-bottom: 1px solid #E1E6ED;
  border-top: 1px solid #E1E6ED;
  margin-bottom: 15px;
  text-align: center;
  background-color: #fbfbfb; }
  .energy-item_title {
    color: #0077c6;
    font-size: 16px;
    margin: 5px; }
  .energy-item_value {
    font-size: 36px;
    color: #b9b9b9;
    font-weight: bold;
    margin: 5px; }
    .energy-item_value_unit {
      color: #5d9fd9; }

.energy-stats_small {
  display: flex;
  justify-content: space-between; }
  .energy-stats_small .energy-item {
    width: 48%; }
    .energy-stats_small .energy-item_title {
      font-size: 14px; }
    .energy-stats_small .energy-item_value {
      font-size: 18px; }
    .energy-stats_small .energy-item:nth-child(2) {
      border-left: 1px solid #e0e5ec; }
    .energy-stats_small .energy-item:nth-child(1) {
      border-right: 1px solid #e0e5ec; }

.lobby {
  height: 100vh;
  background-color: #f6f4fa;
  background-blend-mode: luminosity; }
  .lobby .lobby-header {
    border-radius: 0 0 10px 10px;
    padding: 0 15px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    background-color: #FFF; }
    .lobby .lobby-header .logo-container {
      border-radius: 10px;
      padding: 7px 5px; }
      .lobby .lobby-header .logo-container .logo-image {
        max-height: 70px; }
  .lobby .project-image {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .lobby .project-image img {
      max-height: 250px;
      border-radius: 10px;
      mix-blend-mode: luminosity; }
  .lobby_stats-item {
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    border-radius: 15px;
    padding: 25px 0;
    margin-bottom: 19px; }
    .lobby_stats-item .ReactTable .rt-table {
      overflow: hidden; }
      .lobby_stats-item .ReactTable .rt-table .rt-tbody {
        overflow: hidden; }
    .lobby_stats-item_title {
      color: #607D8B;
      font-weight: 500; }
    .lobby_stats-item_desc {
      color: #222222;
      font-weight: 700; }
    .lobby_stats-item_icon-block {
      background-color: #ffffff;
      border-radius: 50%;
      border: 2px solid #a6a6a6;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0;
      height: 70px;
      width: 70px; }
      .lobby_stats-item_icon-block.small {
        height: 50px !important;
        width: 50px !important; }
      .lobby_stats-item_icon-block.no-border {
        border: none !important; }
    .lobby_stats-item .weather-value {
      color: #ff0000;
      font-weight: bold; }
  .lobby .top-stats {
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    border-radius: 15px;
    margin-bottom: 20px; }

.equations-modal {
  max-width: 90vw !important; }
  .equations-modal .modal-title {
    width: 100%; }
  .equations-modal__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative; }
    .equations-modal__header:after {
      content: '';
      position: absolute;
      left: 36px;
      top: 15px;
      right: 38px;
      height: 1px;
      border-bottom: 1px solid #e9ecef;
      pointer-events: none;
      transform: translate3d(0, 0, 0); }
    .equations-modal__header--step {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      cursor: pointer;
      z-index: 1; }
      .equations-modal__header--step--active .equations-modal__header--step__circle {
        background: #007bff;
        color: #fff; }
      .equations-modal__header--step--active .equations-modal__header--step__name {
        color: #007bff; }
      .equations-modal__header--step__circle {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        text-align: center;
        width: 1.875rem;
        height: 1.875rem;
        line-height: 1.875rem;
        background: #e9ecef;
        color: #818ea3; }
        .equations-modal__header--step__circle--icon {
          top: 0px !important; }
      .equations-modal__header--step__name {
        padding-top: 0.4em;
        font-size: 1rem;
        color: #818ea3; }
  .equations-modal .card-footer {
    height: 58px;
    padding: 0.75rem 0.5rem; }

.formulas-modal {
  max-width: 60vw !important; }

.equations-list {
  width: 100%; }
  .equations-list .advanced-select {
    flex: 1;
    z-index: inherit !important; }
  .equations-list__item__remove {
    position: absolute;
    right: 0.625rem;
    z-index: 1; }

.equations-degree-days .form-group {
  padding: 0px;
  margin: 0px; }

.equation-field {
  position: relative;
  outline: 1px red;
  display: flex;
  height: 100%;
  align-items: center;
  padding-right: 40px; }
  .equation-field__line {
    width: 100%;
    background: #818EA3;
    height: 1px;
    position: absolute;
    top: 50%; }
  .equation-field--empty :before {
    display: none; }
  .equation-field__variables {
    padding-right: 0.3em;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: center; }
    .equation-field__variables__variable--plus {
      padding: 0px;
      width: 36px;
      height: 36px; }
    .equation-field__variables__variable--field {
      padding: 0px; }
      .equation-field__variables__variable--field--select {
        position: relative;
        text-align: left;
        font-size: 100%;
        font-weight: normal; }
        .equation-field__variables__variable--field--select--real-value {
          visibility: hidden;
          padding-left: 11px;
          padding-right: 74px;
          display: inline-block;
          /* position: relative; */
          /* top: -15px; */
          height: 38px; }
      .equation-field__variables__variable--field--input {
        min-width: 120px; }
      .equation-field__variables__variable--field .advanced-select__control {
        background-color: transparent;
        border-color: none !important;
        box-shadow: none;
        border-radius: 10rem; }
    .equation-field__variables__variable__input {
      width: 100%;
      min-height: 36px;
      border: 0px;
      background: transparent; }
    .equation-field__variables__variable__select {
      min-height: 36px;
      padding-top: 0px;
      padding-bottom: 0px;
      border: 0px;
      background: transparent; }
    .equation-field__variables__container {
      position: relative; }
      .equation-field__variables__container:hover__remove {
        background: red; }
      .equation-field__variables__container__remove {
        border: 0px;
        position: absolute;
        background: none !important;
        width: 18px;
        height: 16px;
        padding: 0px;
        transform: translate3d(-10px, -2px, 0); }
  .equation-field__add--button {
    padding: 0px !important;
    border-radius: 50%;
    width: 36px;
    height: 36px; }
  .equation-field__tooltip {
    display: flex;
    justify-content: space-between; }
    .equation-field__tooltip--button {
      min-width: 20px;
      height: 20px;
      margin: 2px;
      padding: 0px; }

.equations-debug-formulas {
  background: red; }
  .equations-debug-formulas .list-group-item {
    word-break: break-all; }

.equation-field__date-range {
  display: flex;
  justify-content: center; }
  .equation-field__date-range .react-datepicker-wrapper {
    flex: 1; }
  .equation-field__date-range .react-datepicker__month {
    cursor: pointer; }
    .equation-field__date-range .react-datepicker__month-text {
      display: inline-block;
      width: 4rem;
      margin: 2px; }
      .equation-field__date-range .react-datepicker__month-text:hover {
        background-color: #e1e5eb;
        border-radius: 5px; }
    .equation-field__date-range .react-datepicker__month--in-range {
      background: #e9ecef;
      color: #818ea3;
      border-radius: .3rem; }
    .equation-field__date-range .react-datepicker__month--selected {
      color: white;
      background: #007bff;
      border-radius: .3rem; }
    .equation-field__date-range .react-datepicker__month--disabled {
      color: gray;
      background: #f1f1f1;
      border-radius: .3rem;
      cursor: no-drop; }

.mv-table th, .mv-table td {
  padding: 0.5rem 0.5rem;
  vertical-align: middle; }

.baseline-container {
  min-height: 400px; }
  .baseline-container__col {
    padding: 0.25rem !important;
    vertical-align: middle !important;
    height: 44px; }
    .baseline-container__col--empty {
      min-width: 80px; }
    .baseline-container__col--meter {
      white-space: nowrap;
      text-align: center;
      font-weight: 700; }
    .baseline-container__col--month {
      z-index: 999;
      white-space: nowrap;
      text-align: center;
      font-weight: 700;
      min-width: 80px;
      position: absolute;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: white;
      border: 0px;
      border-right: 1px solid #dee2e6;
      position: sticky;
      left: 16.5%; }
    .baseline-container__col--value {
      text-align: right;
      min-width: 120px; }
      .baseline-container__col--value .form-group {
        margin-bottom: 0px !important; }
  .baseline-container .table tr {
    position: relative; }
  .baseline-container .table tr:hover {
    background-color: #f7f7f7  !important; }
  .baseline-container__field {
    text-align: right; }
  .baseline-container--project td.baseline-container__col {
    height: 120px; }
  .baseline-container .card {
    width: fit-content !important; }

.baseline-values-row .baseline-range-picker {
  width: 400px; }
  .baseline-values-row .baseline-range-picker .form-group {
    margin-bottom: 0px !important; }

.baseline-container--manual {
  min-height: 400px; }
  .baseline-container--manual td.baseline-container__col {
    height: 120px; }
    .baseline-container--manual td.baseline-container__col--value {
      min-width: 140px; }
    .baseline-container--manual td.baseline-container__col--month {
      background: white;
      z-index: 1;
      transform: translate3d(0, 0, 0); }
  .baseline-container--manual .input-group-append {
    min-width: 60px; }
  .baseline-container--manual .baseline-container__cost {
    margin-top: 4px; }

.baseline-container--equations td.baseline-container__col {
  height: 44px; }

.welcome-screen {
  padding: 0 .9375rem;
  max-width: 880px; }
  .welcome-screen .page-header {
    padding: 0 .9375rem;
    display: flex;
    flex-flow: column;
    margin: auto;
    align-items: center;
    text-align: center; }
    .welcome-screen .page-header__icon {
      color: #cacedb;
      font-weight: 700;
      font-size: 5.75rem;
      margin-bottom: 1.5625rem; }
    .welcome-screen .page-header__title {
      font-weight: 500;
      font-size: 2.1875rem;
      margin-bottom: .625rem; }
    .welcome-screen .page-header__message {
      color: #818ea3; }
  .welcome-screen .card-quick_link__icon {
    color: #cacedb;
    font-weight: 700;
    font-size: 3.75rem;
    justify-content: center;
    display: flex;
    padding: .9375rem .3rem; }

.heatmap-container {
  min-height: 400px; }
  .heatmap-container__col {
    padding: 0.25rem !important;
    vertical-align: middle !important;
    height: 44px; }
    .heatmap-container__col--empty {
      min-width: 80px; }
    .heatmap-container__col--meter {
      white-space: nowrap;
      text-align: center;
      font-weight: 700;
      height: 74px;
      margin: 0.25rem !important;
      padding: 0 !important;
      font-size: 12px;
      line-height: 0.8;
      position: sticky;
      z-index: 3;
      top: 0; }
      .heatmap-container__col--meter > div {
        position: relative;
        top: 0;
        left: 37px;
        /* 80 * tan(45) / 2 = 40 where 80 is the height on the cell and 45 is the transform angle*/
        height: 100%;
        -ms-transform: skew(-45deg, 0deg);
        -moz-transform: skew(-45deg, 0deg);
        -webkit-transform: skew(-45deg, 0deg);
        -o-transform: skew(-45deg, 0deg);
        transform: skew(-45deg, 0deg);
        overflow: hidden;
        border-left: 1px solid #999;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #fbfbfb; }
      .heatmap-container__col--meter > div > span {
        -ms-transform: skew(45deg, 0deg) rotate(315deg);
        -moz-transform: skew(45deg, 0deg) rotate(315deg);
        -webkit-transform: skew(45deg, 0deg) rotate(315deg);
        -o-transform: skew(45deg, 0deg) rotate(315deg);
        transform: skew(45deg, 0deg) rotate(315deg);
        position: absolute;
        bottom: 30px;
        /* 40 cos(45) = 28 with an additional 2px margin*/
        left: unset;
        /*Because it looked good, but there is probably a mathematical link here as well*/
        display: flex;
        justify-content: center;
        align-items: center;
        width: 85px;
        /* 80 / cos(45) - 40 cos (45) = 85 where 80 is the height of the cell, 40 the width of the cell and 45 the transform angle*/ }
      .heatmap-container__col--meter:last-child > div {
        border-right: 1px solid #999; }
    .heatmap-container__col--month {
      z-index: 2;
      white-space: nowrap;
      text-align: center;
      font-weight: 700;
      max-width: 80px !important;
      width: 10%;
      background-color: white;
      border: 0px;
      border-right: 1px solid #dee2e6;
      position: sticky;
      left: 0; }
    .heatmap-container__col--value {
      color: #000;
      width: 80px !important;
      min-width: 40px; }
      .heatmap-container__col--value .form-group {
        margin-bottom: 0px !important; }
      .heatmap-container__col--value:nth-of-type(odd) {
        border-right: 1px solid #999; }
      .heatmap-container__col--value:nth-of-type(even) {
        border-right: 1px solid #999; }
  .heatmap-container__filldata {
    background: blue;
    color: white; }
    .heatmap-container__filldata__inactive {
      background: gray;
      color: black; }
  .heatmap-container .table tr {
    position: relative; }
  .heatmap-container .table tr:hover {
    background-color: #f7f7f7 !important; }
  .heatmap-container__field {
    text-align: right; }
  .heatmap-container .card .card-header .heatmap-select {
    display: flex;
    justify-content: space-between;
    margin-top: 15px; }
    .heatmap-container .card .card-header .heatmap-select .form-group {
      flex: 1;
      margin-left: 15px; }
      .heatmap-container .card .card-header .heatmap-select .form-group.text-filed select {
        max-width: 100% !important;
        max-height: 38px !important;
        min-height: 38px !important;
        border: 1px solid #ccc;
        font-size: 15px; }

.main_wrapper_content {
  display: flex;
  justify-content: space-between;
  padding-bottom: 12px; }
  .main_wrapper_content .wrap_filter {
    z-index: 2;
    flex: 1;
    margin-bottom: 15px;
    margin: 0px 5px; }

.main_wrapper_slider {
  display: flex;
  align-items: center;
  margin-bottom: 15px; }
  .main_wrapper_slider label {
    flex: 0.3;
    color: gray;
    font-size: 15px; }
  .main_wrapper_slider span {
    flex: 3;
    padding: 0 15px;
    margin-right: 20px; }

.popup-modal {
  max-width: 550px;
  min-width: 500px;
  width: 100%; }
  .popup-modal form {
    padding: 24px;
    font-size: 15px !important; }
    .popup-modal form .popupHeader {
      position: relative; }
      .popup-modal form .popupHeader span {
        font-size: 30px;
        font-weight: 600;
        position: absolute;
        cursor: pointer;
        right: 0;
        top: -30px;
        color: #1b6c9e; }
      .popup-modal form .popupHeader h4 {
        margin: 10px 0 40px; }
    .popup-modal form .euiScoreBaselineWrapper {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin: 10px 0; }
      .popup-modal form .euiScoreBaselineWrapper input {
        border-radius: 5px;
        background: #f2f2f2;
        line-height: 32px;
        color: #999;
        padding: 0 10px;
        border: 1px solid #b9b9b9;
        width: calc(100% - 90px);
        font-size: 14px; }
        .popup-modal form .euiScoreBaselineWrapper input:nth-of-type(2) {
          width: 90px;
          margin: 0 15px; }
      .popup-modal form .euiScoreBaselineWrapper button {
        border-radius: 5px;
        background: #1b6c9f;
        line-height: 32px;
        border: 1px solid #1b6c9f;
        color: #fff;
        padding: 0px 11px;
        font-size: 22px; }
    .popup-modal form .dropdown-option {
      margin-top: 30px; }

.euiScoreBaseButton {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 15px; }

.diff_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .diff_wrap .custom_input {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .diff_wrap .custom_input label {
      margin-bottom: 0;
      font-weight: 400;
      color: #3D5170;
      font-size: 15px;
      margin-right: 10px; }
    .diff_wrap .custom_input input {
      align-items: center;
      background-color: white;
      border-color: #cccccc;
      border-radius: 4px;
      border-style: solid;
      border-width: 1px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      min-height: 38px;
      outline: 0 !important;
      position: relative;
      transition: all 100ms;
      box-sizing: border-box;
      flex: 3;
      margin-right: 15px;
      padding: 0 15px;
      max-width: 100px; }
  .diff_wrap span {
    flex: 1; }

.container--cd .cd-inputs-savings_advanced-checkbox {
  position: absolute;
  top: 0px;
  right: 0px;
  transform: translate3d(6px, 0px, 0px); }

.container--cd .cd-profit-stats h4 {
  font-weight: 600; }

.container--cd .cd-profit-stats span {
  font-size: 0.6875rem; }

.container--cd .cd-profit-stats__item {
  border-right: 1px solid #e1e5eb; }
  .container--cd .cd-profit-stats__item:last-child {
    border-right: none; }

.container--cd .cd-project-select {
  width: 100%; }

.container--cd .cd-input {
  margin: 0px;
  max-width: 80px; }
  .container--cd .cd-input--field {
    max-height: 25px;
    font-size: 0.6875rem;
    line-height: 1.5;
    padding: 2px; }

.container--cd .tk-table__wrapper__table__header__column,
.container--cd .tk-table__wrapper__table__body__column {
  padding: .15rem 0.8rem !important;
  font-size: 90%; }
  .container--cd .tk-table__wrapper__table__header__column--fixed,
  .container--cd .tk-table__wrapper__table__body__column--fixed {
    font-size: 100%;
    padding: .15rem 0.8rem !important; }

.container--files .tk-file-name {
  width: 100%;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.container--files .tk-project-link {
  width: 100%;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.card-body .tk-table {
  border-radius: 0 0 0.625rem 0.625rem; }

.table-fixed-headers .rt-table {
  height: 75vh; }
  .table-fixed-headers .rt-table .rt-tr-group {
    max-height: 40px; }

.tk-table {
  margin: 0px;
  background-color: #fff;
  transform: translate3d(0, 0, 0); }
  .tk-table--size_small .table th, .tk-table--size_small .table td {
    padding: .25rem 1rem; }
  .tk-table__wrapper {
    overflow: auto;
    background-color: inherit; }
    .tk-table__wrapper__table {
      margin: 0px;
      background-color: inherit; }
      .tk-table__wrapper__table__header {
        background-color: inherit; }
        .tk-table__wrapper__table__header__column {
          font-weight: bold; }
          .tk-table__wrapper__table__header__column--fixed {
            transform: translate3d(0, 0, 0);
            position: absolute;
            background-color: inherit;
            border: none;
            border-right: 1px solid #dee2e6; }
          .tk-table__wrapper__table__header__column--total {
            border-right: 1px solid #dee2e6; }
        .tk-table__wrapper__table__header__row {
          position: relative;
          background-color: inherit; }
      .tk-table__wrapper__table__body {
        background-color: inherit; }
        .tk-table__wrapper__table__body__column--fixed {
          transform: translate3d(0, 0, 0);
          position: absolute;
          background-color: inherit;
          border-right: 1px solid #dee2e6; }
        .tk-table__wrapper__table__body__column--total {
          font-weight: bold !important;
          border-right: 1px solid #dee2e6; }
        .tk-table__wrapper__table__body__row {
          position: relative;
          background-color: inherit; }
          .tk-table__wrapper__table__body__row--bold {
            font-weight: bold !important; }
          .tk-table__wrapper__table__body__row--bg_orange {
            background-color: #fdf9f0; }
          .tk-table__wrapper__table__body__row--bg_light-blue {
            background-color: #eff8fa; }
          .tk-table__wrapper__table__body__row--bg_blue {
            background-color: #f0f6fe; }
          .tk-table__wrapper__table__body__row--bg_green {
            background-color: #f1faf6; }
  .tk-table--scrollable {
    margin: auto;
    overflow: hidden;
    position: relative; }
    .tk-table--scrollable .tk-table__wrapper {
      width: 100%; }

.project-list-table .rt-resizable-header-content {
  height: 100%; }
  .project-list-table .rt-resizable-header-content div:first-child {
    justify-content: space-between !important; }

.poorPerformance .ReactTable .rt-noData {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, 16%) !important;
  transform: translate(-50%, 16%) !important;
  background: white;
  transition: all .3s ease;
  z-index: 1;
  pointer-events: none;
  padding: 20px;
  color: rgba(0, 0, 0, 0.5);
  width: 100%;
  text-align: center; }

.MV-savings-per-project_table .project_name {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between; }
  .MV-savings-per-project_table .project_name .project_name_text {
    max-width: 140px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .MV-savings-per-project_table .project_name .redirect-btn {
    width: 25px;
    height: 25px;
    padding: 0;
    color: #8a9892;
    background-color: #fff;
    border-color: #8a9892;
    font-size: 16px; }

.end-use-percentage-circle {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  font-weight: 600;
  font-size: 15px;
  color: #ffffff; }

.black-head .rt-thead .rt-th {
  background-color: #000 !important;
  color: #fff !important; }

.black-head .end_use_eui {
  display: flex !important;
  justify-content: center !important; }

.dark-layout .rt-thead .rt-th {
  background-color: #000 !important;
  color: #fff !important; }

.dark-layout .rt-tbody .rt-tr .rt-td {
  border: none !important;
  border-left: 1px dashed #000 !important; }
  .dark-layout .rt-tbody .rt-tr .rt-td:first-child {
    border: none !important; }
  .dark-layout .rt-tbody .rt-tr .rt-td:last-child {
    border: none !important;
    border-left: 1px dashed #000 !important; }

.dark-layout .rt-tbody .rt-tr.-even {
  background-color: #eaeaea !important; }

.total-line .rt-tfoot .rt-tr {
  background-color: #fff !important;
  border-top: 2px solid #000;
  border-radius: 0 0 15px 15px;
  font-weight: bold !important; }
  .total-line .rt-tfoot .rt-tr .rt-td {
    border: none !important;
    font-size: 0.8125rem;
    padding: 0.2375rem 0.8625rem;
    text-align: center;
    display: flex;
    justify-content: left;
    align-items: center; }

.tk-info-label {
  position: relative; }
  .tk-info-label > i {
    text-align: center;
    width: 21px; }

.custom-scroll {
  overflow-y: scroll; }

.custom-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f1f1f1; }

.custom-scroll::-webkit-scrollbar {
  width: 5px;
  background-color: #c1c1c1; }

.custom-scroll::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border: 2px solid #c1c1c1; }

.tk-checkbox-field {
  margin: 0px; }

.meter-dashboard .meter-slider {
  box-shadow: none;
  padding: 0 4rem; }
  .meter-dashboard .meter-slider .carousel-inner {
    background: #ffffff;
    padding: 0.5rem 1rem;
    box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1), 0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1), 0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12), 0 0.125rem 0.1875rem rgba(90, 97, 105, 0.1); }
  .meter-dashboard .meter-slider .carousel-control-prev, .meter-dashboard .meter-slider .carousel-control-next {
    width: 40px; }
  .meter-dashboard .meter-slider .carousel-control-prev-icon {
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-right: 25px solid #E56908; }
  .meter-dashboard .meter-slider .carousel-control-next-icon {
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 25px solid #E56908; }
  .meter-dashboard .meter-slider .head-btn-group .btn {
    background: transparent;
    border-color: #5A6169;
    color: #5A6169; }
    .meter-dashboard .meter-slider .head-btn-group .btn.active {
      background: #007bff;
      border-color: #007bff;
      color: #ffffff; }
  .meter-dashboard .meter-slider h3 {
    font-weight: bold;
    text-transform: uppercase; }
  .meter-dashboard .meter-slider .meter-right-info .meter-info-list label {
    width: 115px;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 12px; }
  .meter-dashboard .meter-slider .meter-right-info .meter-info-list span {
    font-weight: bold;
    font-size: 12px; }
  .meter-dashboard .meter-slider .carousel-indicators {
    margin-bottom: 8px; }
    .meter-dashboard .meter-slider .carousel-indicators li {
      background-color: #ffffff; }
      .meter-dashboard .meter-slider .carousel-indicators li.active {
        background-color: #ecb08a; }

.meter-modal .modal-dialog {
  max-width: 68% !important;
  margin-top: 50px; }
  .meter-modal .modal-dialog .modal-content {
    background-color: transparent;
    box-shadow: none; }

.taka-x-options-field {
  display: inline-block;
  white-space: nowrap; }
  .taka-x-options-field button {
    padding: 7px 11px;
    height: auto;
    font-size: .6875rem;
    transition: all 0.25s cubic-bezier(0.27, 0.01, 0.38, 1.06); }

.fahu-equipment-scheme-container {
  position: relative;
  min-height: 570px; }
  .fahu-equipment-scheme-container img {
    object-fit: contain;
    margin: 1.5em 3em; }
  .fahu-equipment-scheme-container .numbers-container {
    position: absolute;
    font-weight: bold;
    user-select: none;
    cursor: pointer; }
    .fahu-equipment-scheme-container .numbers-container.flex-column {
      display: flex;
      flex-direction: column; }
    .fahu-equipment-scheme-container .numbers-container.ef-vfdSpeed {
      top: 16%;
      right: 35%; }
    .fahu-equipment-scheme-container .numbers-container.ra-ea-data {
      top: 22%;
      right: 12%; }
    .fahu-equipment-scheme-container .numbers-container.ra-co2 {
      right: 8%;
      top: 29%; }
    .fahu-equipment-scheme-container .numbers-container.sa-data {
      bottom: 35%;
      right: 12%; }
    .fahu-equipment-scheme-container .numbers-container.sf-vfdSpeed {
      bottom: 44%;
      right: 30%; }
    .fahu-equipment-scheme-container .numbers-container.oncoil-data {
      top: 43%;
      left: 38%; }
    .fahu-equipment-scheme-container .numbers-container.clg-vlv {
      bottom: 12%;
      left: 54%; }
    .fahu-equipment-scheme-container .numbers-container.oa-fa-data {
      bottom: 40%;
      left: 2%; }

.filesList .rt-thead .rt-tr .rt-th {
  overflow: inherit !important; }
  .filesList .rt-thead .rt-tr .rt-th label {
    font-weight: bold;
    font-size: 13px !important;
    margin-bottom: 0; }

.weather-normalized-header {
  display: flex; }
  .weather-normalized-header .weather-normalized-header-titles {
    display: flex;
    flex-direction: column; }
    .weather-normalized-header .weather-normalized-header-titles .main-title {
      color: #3d5173;
      font-size: 16px; }
    .weather-normalized-header .weather-normalized-header-titles .sub-title {
      color: #666666;
      font-size: 16px; }
  .weather-normalized-header .weather-normalized-info-icon {
    font-size: 20px;
    cursor: pointer;
    user-select: none;
    margin: 0px 10px; }

.weather-normalized-general-tooltip {
  width: 300px;
  position: absolute;
  top: 25px;
  right: 35px;
  padding: 0px 5px;
  background: #fff;
  border: 2px solid gray;
  border-radius: 3px;
  user-select: none;
  cursor: default;
  display: flex;
  flex-direction: column;
  z-index: 1;
  box-shadow: 0px 0px 20px -5px; }
  .weather-normalized-general-tooltip .weather-tooltip-item {
    display: flex;
    flex-direction: column;
    border-bottom: 1px dashed gray; }

.points-matrix {
  min-height: 400px; }
  .points-matrix__col {
    padding: 0.25rem !important;
    vertical-align: middle !important;
    height: 30px; }
    .points-matrix__col--empty {
      min-width: 20px; }
    .points-matrix__col--measurement {
      white-space: nowrap;
      text-align: center;
      font-weight: 700;
      height: 100px;
      margin: 0.25rem !important;
      padding: 0 !important;
      font-size: 12px;
      line-height: 0.8;
      min-width: 20px;
      position: sticky;
      top: 0; }
      .points-matrix__col--measurement > div {
        position: relative;
        top: 0;
        left: 50px;
        /* 80 * tan(45) / 2 = 40 where 80 is the height on the cell and 45 is the transform angle*/
        height: 100%;
        -ms-transform: skew(-45deg, 0deg);
        -moz-transform: skew(-45deg, 0deg);
        -webkit-transform: skew(-45deg, 0deg);
        -o-transform: skew(-45deg, 0deg);
        transform: skew(-45deg, 0deg);
        overflow: hidden;
        border-left: 1px solid #999;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #fbfbfb; }
      .points-matrix__col--measurement > div > span {
        -ms-transform: skew(45deg, 0deg) rotate(315deg);
        -moz-transform: skew(45deg, 0deg) rotate(315deg);
        -webkit-transform: skew(45deg, 0deg) rotate(315deg);
        -o-transform: skew(45deg, 0deg) rotate(315deg);
        transform: skew(45deg, 0deg) rotate(315deg);
        position: absolute;
        bottom: 45px;
        /* 40 cos(45) = 28 with an additional 2px margin*/
        left: unset;
        /*Because it looked good, but there is probably a mathematical link here as well*/
        display: flex;
        justify-content: center;
        align-items: center;
        width: 85px;
        /* 80 / cos(45) - 40 cos (45) = 85 where 80 is the height of the cell, 40 the width of the cell and 45 the transform angle*/ }
      .points-matrix__col--measurement:last-child > div {
        border-right: 1px solid #999; }
    .points-matrix__col--asset {
      z-index: 1;
      white-space: nowrap;
      text-align: center;
      font-weight: 700;
      width: 100px;
      background-color: white;
      border: 0px;
      border-right: 1px solid #dee2e6;
      position: sticky;
      left: 0; }
    .points-matrix__col--value {
      width: 20px !important;
      min-width: 20px;
      text-align: center; }
      .points-matrix__col--value .form-group {
        margin-bottom: 0px !important; }
      .points-matrix__col--value:nth-of-type(odd) {
        border-right: 1px solid #999; }
      .points-matrix__col--value:nth-of-type(even) {
        border-right: 1px solid #999; }
  .points-matrix__nodata {
    background: red; }
  .points-matrix .table tr {
    position: relative; }
  .points-matrix .table tr:hover {
    background-color: #f7f7f7 !important; }
  .points-matrix__field {
    text-align: right; }
  .points-matrix .card .card-header .heatmap-select {
    display: flex;
    justify-content: space-between;
    margin-top: 15px; }
    .points-matrix .card .card-header .heatmap-select .form-group {
      flex: 1;
      margin-left: 15px; }
      .points-matrix .card .card-header .heatmap-select .form-group.text-filed select {
        max-width: 100% !important;
        max-height: 38px !important;
        min-height: 38px !important;
        border: 1px solid #ccc;
        font-size: 15px; }

._mv-report-create-container {
  min-height: calc(100vh - 80px); }

.stats-card__value {
  font-weight: 400; }
  @media (min-width: 676px) {
    .stats-card__value {
      font-size: calc(0.5rem + 18px) !important; } }

.stats-card__footerValue {
  font-weight: 400;
  margin-left: 2px; }
  @media (min-width: 676px) {
    .stats-card__footerValue {
      font-size: calc(0.5rem + 12px) !important; } }

.OMV-stat-cardsContainer {
  display: flex;
  gap: 12px; }

.OMV-stat-cardsContainer {
  display: grid;
  grid-template-columns: repeat(5, 1fr); }

@media (max-width: 800px) {
  .OMV-stat-cardsContainer {
    grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 450px) {
  .OMV-stat-cardsContainer {
    grid-template-columns: 1fr; } }

.omv-grid-title {
  font-size: 16px;
  padding-bottom: 0px !important;
  font-weight: bold;
  color: #3d5173; }

.omv-grid-select-tab {
  font-size: large;
  color: #3d5173;
  font-weight: bold; }

.ag-theme-balham {
  /* disable all borders */
  --ag-borders: none !important;
  --ag-row-border-style: none !important; }

.ag-theme-balham .ag-header-cell {
  font-weight: bold !important;
  font-size: 14px !important;
  color: black !important; }

.OMVSectionDropdrown {
  height: 400px; }

.omv-card {
  box-shadow: none; }

.omv-grid-card-height-1 {
  height: 50px; }

.omv-grid-card-height-2 {
  height: 100px; }

.omv-grid-card-height-3 {
  height: 150px; }

.omv-grid-card-height-4 {
  height: 200px; }

.omv-grid-card-height-5 {
  height: 250px; }

.omv-grid-card-height-6 {
  height: 300px; }

.omv-grid-card-height-7 {
  height: 350px; }

.omv-grid-card-height-8 {
  height: 400px; }

.omv-grid-card-height-9 {
  height: 450px; }

.omv-grid-card-height-10 {
  height: 500px; }

.omv-grid-card-height-11 {
  height: 550px; }

.omv-grid-card-height-12 {
  height: 600px; }

.omv-grid-card-height-13 {
  height: 650px; }

.omv-grid-card-height-14 {
  height: 700px; }

.omv-grid-card-height-15 {
  height: 750px; }

.omv-grid-card-height-16 {
  height: 800px; }

.omv-grid-card-height-17 {
  height: 850px; }

.omv-grid-card-height-18 {
  height: 900px; }

.omv-grid-card-height-19 {
  height: 950px; }

.omv-grid-card-height-20 {
  height: 1000px; }

@font-face {
  font-family: "BentonSans";
  src: url("/fonts/BentonSans/4a2288495701dca84fab410991967d67.eot");
  /* IE9*/
  src: url("/fonts/BentonSans/4a2288495701dca84fab410991967d67.eot?#iefix") format("embedded-opentype"), url("/fonts/BentoSans/n4a2288495701dca84fab410991967d67.woff2") format("woff2"), url("/fonts/BentonSans/4a2288495701dca84fab410991967d67.woff") format("woff"), url("/fonts/BentonSans/4a2288495701dca84fab410991967d67.ttf") format("truetype"), url("/fonts/BentonSans/4a2288495701dca84fab410991967d67.svg#BentonSans Medium") format("svg");
  /* iOS 4.1- n*/ }

.tk-page-header-card {
  background-color: #ffffff;
  border-left: 5px solid var(--tk-page-header-card-bc, #86FCBB);
  padding-top: 40px;
  padding-bottom: 30px;
  padding-left: 48px;
  padding-right: 23px; }

.tk-page-title {
  font-family: "BentonSans", sans-serif;
  color: #000; }

.tk-realTimeDashboard-title {
  text-transform: uppercase !important;
  font-size: 34px !important;
  font-weight: bolder; }

h2.tk-page-title,
h6.tk-page-title {
  line-height: 56px;
  font-size: 44px;
  margin: 0px; }

.tk-page-title.zonefullname.advanced-select, .tk-page-title.projectfullname.advanced-select {
  width: 100%;
  text-transform: uppercase; }
  .tk-page-title.zonefullname.advanced-select .css-1uccc91-singleValue, .tk-page-title.projectfullname.advanced-select .css-1uccc91-singleValue {
    text-overflow: unset !important;
    font-size: 34px;
    text-transform: uppercase;
    font-weight: bolder; }
  .tk-page-title.zonefullname.advanced-select .css-yk16xz-control, .tk-page-title.projectfullname.advanced-select .css-yk16xz-control {
    width: 100%; }

.tk-page-title.advanced-select {
  min-width: 34vw;
  border-radius: 0px;
  box-shadow: 0; }
  .tk-page-title.advanced-select .advanced-select__value-container {
    font-size: 44px;
    padding: 0px;
    line-height: 48px; }
    .tk-page-title.advanced-select .advanced-select__value-container > div {
      width: auto !important; }
  .tk-page-title.advanced-select .advanced-select__menu {
    border: 1px solid #EFF3F8;
    border-radius: 1px;
    background-color: #FFFFFF;
    box-shadow: 0 10px 30px 0 rgba(4, 24, 60, 0.08); }
    .tk-page-title.advanced-select .advanced-select__menu-list {
      padding-bottom: 14px;
      padding-top: 14px; }
  .tk-page-title.advanced-select .advanced-select__group {
    padding-left: 14px;
    padding-right: 14px;
    color: #333333;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 14px;
    text-transform: uppercase; }
  .tk-page-title.advanced-select .advanced-select__option {
    font: "BentonSans", sans-serif;
    color: #333333;
    font-size: 15px;
    line-height: 28px;
    border-bottom: 1px solid #EFF3F8; }
    .tk-page-title.advanced-select .advanced-select__option--is-focused {
      background-color: rgba(134, 252, 187, 0.4); }
    .tk-page-title.advanced-select .advanced-select__option--is-selected {
      background-color: #86FCBB; }
  .tk-page-title.advanced-select .advanced-select__control {
    border: none !important; }
    .tk-page-title.advanced-select .advanced-select__control--is-focused {
      box-shadow: none; }
  .tk-page-title.advanced-select .advanced-select__indicator-separator {
    visibility: hidden; }
  @media (max-width: 676px) {
    .tk-page-title.advanced-select .advanced-select__value-container > div {
      font-size: 1.4rem !important; } }

.tk-page-stats {
  display: flex;
  margin-top: 20px;
  font-family: "BentonSans", sans-serif; }
  .tk-page-stats__index {
    flex: 1;
    border-top: 1px dashed #CCCCCC;
    padding-top: 20px; }
    .tk-page-stats__index:not(:last-child) {
      margin-right: 40px; }
    .tk-page-stats__index__title {
      margin: 0;
      letter-spacing: 0;
      font-size: 13px;
      line-height: 13px;
      color: rgba(51, 51, 51, 0.6); }
    .tk-page-stats__index__value {
      margin: 0;
      color: #333333;
      margin-top: 10px;
      font-size: 32px;
      line-height: 32px; }

.stat-grid {
  min-width: 200px; }

.stats-small__value {
  text-align: center; }
  @media (min-width: 676px) {
    .stats-small__value {
      font-size: calc(0.5rem + 18px) !important; } }

.stat-icon-v3 {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  font-size: xx-large; }

.tk-page-header-link {
  font-family: "BentonSans", sans-serif;
  cursor: pointer;
  outline: none;
  background-color: transparent;
  color: #7dc383;
  font-size: 13px;
  line-height: 14px;
  border: none;
  padding: 0.5625rem 0.2rem;
  outline: none;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  box-shadow: none; }
  .tk-page-header-link:hover, .tk-page-header-link:focus, .tk-page-header-link:active {
    color: #7dc383 !important;
    text-decoration: none;
    background-color: transparent !important;
    box-shadow: none !important; }
  .tk-page-header-link__icon {
    margin-top: -1px;
    margin-right: 0.2em;
    width: 15px;
    height: 15px;
    font-size: 15px; }
  .tk-page-header-link__label {
    margin: 0px;
    cursor: pointer; }
  .tk-page-header-link:focus {
    border: none; }

@media (max-width: 767px) {
  .hide-mobile-view {
    display: none; } }

.date-picker-min-width {
  min-width: 185px; }

.tk-page-header-actions {
  margin-top: 20px;
  min-height: 34px;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.tk-page-header-bar {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.header-accuracy-label {
  position: absolute;
  top: -5px;
  right: 20%;
  width: 130px;
  border-radius: 5px 5px 15px 15px;
  box-shadow: 0 2px 10px; }
  .header-accuracy-label .header-accuracy-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold; }
    .header-accuracy-label .header-accuracy-container .accuracy-title {
      margin-top: 10px;
      text-align: center;
      font-size: 18px; }
    .header-accuracy-label .header-accuracy-container .accuracy-value {
      margin-bottom: 10px;
      text-align: center;
      font-size: 28px; }
  .header-accuracy-label.red {
    background-color: #c4183c; }
  .header-accuracy-label.orange {
    background-color: orange; }
  .header-accuracy-label.light-green {
    background-color: #66de66; }
  .header-accuracy-label.green {
    background-color: #00af00; }
  .header-accuracy-label.loading {
    background-color: #5e5e5e !important; }

.tk-page-options {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -15px;
  font-family: "BentonSans", sans-serif;
  color: #7dc383;
  font-size: 13px;
  line-height: 14px;
  min-height: 24px;
  color: #333; }
  .tk-page-options__splitter {
    height: 20px;
    width: 1px;
    display: inline-block;
    background-color: #DFE5EE;
    margin: 0px 14px 0px 14px;
    transform: translate3d(0, 0px, 0); }

.tk-section-dropdown {
  max-width: 100%;
  width: 100%;
  border-radius: 0px !important;
  box-shadow: none !important;
  background-color: #1E1D1D;
  margin-left: 6px; }
  .tk-section-dropdown.bs-popover-bottom, .tk-section-dropdown.bs-popover-auto[x-placement^="bottom"] {
    margin-top: 19px !important; }
  .tk-section-dropdown__arrow {
    width: 40px !important;
    height: 14px !important;
    top: -14px !important; }
    .tk-section-dropdown__arrow::before {
      border-width: 0 20px 14px 20px !important; }
    .tk-section-dropdown__arrow::after {
      border-bottom-color: #1E1D1D !important;
      border-width: 0 20px 14px 20px !important; }
  .tk-section-dropdown__content {
    background-color: #1E1D1D; }
    .tk-section-dropdown__content__inner {
      background-color: #1E1D1D; }
    .tk-section-dropdown__content__footer {
      background-color: #141313; }

.max-width-150-executive {
  max-width: 150px; }

.react-select__menu {
  width: fit-content; }

.tk-details-table {
  margin: 0px;
  padding: 0px; }
  .tk-details-table__row {
    border-color: #DFE5EE; }
    .tk-details-table__row__label {
      width: 50%;
      color: #333333;
      font-size: 13px;
      line-height: 13px;
      text-align: left;
      border-right: 1px solid #DFE5EE;
      padding: 10px 0px 10px 10px !important; }
    .tk-details-table__row__value {
      width: 50%;
      color: #333333;
      font-size: 13px;
      line-height: 13px;
      font-weight: bold;
      padding: 10px 0px 10px 20px !important; }

.tk-box {
  box-shadow: none;
  background-color: #ffffff;
  border-radius: 1px; }

.tk-slide-panel {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  transition: visibility 0s 0.6s cubic-bezier(0.05, 0.69, 0.14, 1);
  transform: translate3d(0, 0, 0);
  pointer-events: none;
  z-index: 3049; }
  .tk-slide-panel.w-700 .tk-slide-panel__container {
    width: 700px !important; }
    .tk-slide-panel.w-700 .tk-slide-panel__container .tk-slide-panel__info {
      padding: 0px 10px 0px 15px; }
    .tk-slide-panel.w-700 .tk-slide-panel__container__content {
      overflow-y: auto;
      overflow-x: hidden; }
  .tk-slide-panel.w-900 .tk-slide-panel__container {
    width: 900px !important; }
    .tk-slide-panel.w-900 .tk-slide-panel__container .tk-slide-panel__info {
      padding: 0px 10px 0px 15px; }
    .tk-slide-panel.w-900 .tk-slide-panel__container__content {
      overflow-y: auto;
      overflow-x: hidden; }
  .tk-slide-panel__fade {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 0 0;
    cursor: pointer;
    transition: background 0.3s 0.3s cubic-bezier(0.05, 0.69, 0.14, 1); }
  .tk-slide-panel__name {
    color: #333333;
    font-family: "BentonSans", sans-serif;
    font-size: 34px;
    letter-spacing: 0;
    line-height: 34px; }
  .tk-slide-panel__info {
    flex: 1;
    padding: 0px 62px 0px 70px; }
  .tk-slide-panel__container {
    min-width: 200px;
    position: fixed;
    width: 90%;
    height: 100%;
    top: 0;
    transition: transform 0.3s 0.3s cubic-bezier(0.05, 0.69, 0.14, 1);
    right: 0;
    transform: translate3d(100%, 0, 0);
    background: #fff;
    box-shadow: 0 0.125rem 0.625rem rgba(90, 97, 105, 0.12); }
    .tk-slide-panel__container__header {
      height: 3.75rem;
      background: #fff; }
      .tk-slide-panel__container__header__back-link {
        height: 100%;
        width: 100%;
        font-size: 2rem;
        padding: 0 0 0 1rem;
        display: flex;
        align-items: center;
        border: none;
        background-color: transparent;
        background-repeat: no-repeat;
        background-image: url("/img/common/side_panel_arrow.svg");
        background-position: 27px 26px; }
        .tk-slide-panel__container__header__back-link:focus {
          outline: 0; }
    .tk-slide-panel__container__content {
      position: absolute;
      display: flex;
      top: calc(3.75rem + 10px);
      bottom: 0px;
      width: 100%;
      overflow-y: scroll; }
  .tk-slide-panel--is-open {
    pointer-events: auto;
    visibility: visible;
    transition: visibility 0s 0s; }
    .tk-slide-panel--is-open .tk-slide-panel__fade {
      background: rgba(0, 0, 0, 0.6);
      transition: background .3s 0s; }
    .tk-slide-panel--is-open .tk-slide-panel__container {
      transform: translate3d(0, 0, 0);
      transition-delay: 0s; }

.tk-fiters-button {
  font-family: "BentonSans", sans-serif;
  background-color: transparent;
  border: none;
  max-height: 20px;
  font-size: 12px;
  padding-left: 22px;
  padding-top: 3px;
  padding-bottom: 2px;
  background-image: url("");
  background-position: left center;
  background-repeat: no-repeat; }
  .tk-fiters-button:focus {
    outline: 0; }

.tk-filtering-form__content {
  padding: 32px 14px 0px 0px; }
  .tk-filtering-form__content .form-row {
    margin-left: -27px;
    margin-right: -27px; }
    .tk-filtering-form__content .form-row.break-line {
      margin-bottom: 32px; }
    .tk-filtering-form__content .form-row > .col {
      color: #9B9B9B;
      font-size: 12px;
      line-height: 15px;
      padding-right: 27px;
      padding-left: 27px; }
    .tk-filtering-form__content .form-row:first-child {
      padding-left: 0px; }
    .tk-filtering-form__content .form-row:last-child {
      padding-right: 0px; }

.tk-filtering-form__footer {
  padding: 24px 0px;
  margin-top: 32px;
  padding-right: 32px;
  height: 82px;
  background-color: #141313; }
  .tk-filtering-form__footer__count {
    margin: 0px;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 15px; }
  .tk-filtering-form__footer__button {
    width: 240px;
    border-color: #fff !important; }
    .tk-filtering-form__footer__button--apply {
      border-color: #63F0A3 !important;
      background-color: #63F0A3 !important;
      color: #333333 !important;
      font-size: 12px !important;
      letter-spacing: 0;
      line-height: 14px; }
    .tk-filtering-form__footer__button--select_all {
      background-color: #dadada !important;
      color: #333333 !important;
      font-size: 12px !important;
      letter-spacing: 0;
      line-height: 14px;
      margin-left: 2em; }
    .tk-filtering-form__footer__button--reset {
      margin-right: 24px; }

.tk-map__popup {
  border-radius: 0; }
  .tk-map__popup .leaflet-popup-content-wrapper {
    border-radius: 0;
    padding: 0px; }
  .tk-map__popup .leaflet-popup-close-button {
    visibility: hidden; }
  .tk-map__popup .leaflet-popup-content-wrapper, .tk-map__popup .leaflet-popup-tip {
    box-shadow: none; }
  .tk-map__popup .leaflet-popup-content {
    margin: 0px; }

.tk-data-grid {
  font-family: "BentonSans", sans-serif; }
  .tk-data-grid .rt-thead {
    min-height: 48px;
    color: #333333; }
    .tk-data-grid .rt-thead .rt-tr {
      border-bottom: none !important; }
      .tk-data-grid .rt-thead .rt-tr .rt-th {
        display: flex;
        letter-spacing: 0;
        font-size: 12px;
        padding: 16px 20px 15px 20px;
        background-color: #63F0A3;
        box-shadow: none; }
  .tk-data-grid .rt-tbody .rt-tr-group .rt-tr {
    border-top: 1px solid #DFE5EE; }
    .tk-data-grid .rt-tbody .rt-tr-group .rt-tr .rt-td {
      color: #333333;
      letter-spacing: 0;
      font-size: 12px;
      padding: 16px 20px 15px 20px;
      box-shadow: none;
      border: 0; }

.tk-slider {
  height: 3px; }
  .tk-slider .noUi-background {
    height: 3px; }
    .tk-slider .noUi-background.noUi-vertical {
      height: 200px;
      width: 3px;
      margin: 0 auto 30px; }
  .tk-slider .noUi-tooltip {
    background-color: transparent;
    border: none;
    box-shadow: none;
    padding: 0px;
    color: #FFFFFF;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 11px;
    top: initial;
    bottom: -21px; }
  .tk-slider .noUi-base .noUi-connects {
    background-color: #4B4A4A;
    border-radius: 2px; }
    .tk-slider .noUi-base .noUi-connects .noUi-connect {
      border-radius: 2px;
      background-color: #63F0A3; }
  .tk-slider .noUi-base .noUi-handle {
    background-color: #FFFFFF;
    border: 2px solid #63F0A3;
    border-radius: 50%;
    box-shadow: none;
    color: #FFFFFF;
    display: table;
    font-size: 15px;
    height: 12px;
    left: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 12px;
    z-index: 2;
    transform: translate3d(-8px, -4px, 0px); }
    .noUi-horizontal .tk-slider .noUi-base .noUi-handle {
      cursor: ew-resize; }
    .noUi-vertical .tk-slider .noUi-base .noUi-handle {
      cursor: ns-resize;
      margin-left: -4.5px; }
    .tk-slider .noUi-base .noUi-handle:hover {
      background-color: white; }
    .tk-slider .noUi-base .noUi-handle.noUi-active {
      background-color: #e6e6e6;
      z-index: 3; }
    .tk-slider .noUi-base .noUi-handle::before {
      background: transparent;
      content: attr(data-value);
      display: table-cell;
      font-size: 18px;
      font-weight: 100;
      position: static;
      width: 100%;
      vertical-align: middle; }
    .tk-slider .noUi-base .noUi-handle::after {
      display: none; }

.tk-fieldset {
  display: flex;
  flex-direction: column;
  margin: 0px; }
  .tk-fieldset__label {
    color: #FFFFFF;
    font-family: "BentonSans", sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 11px;
    margin-bottom: 18px; }

.tk-range-chart-field__chart {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  pointer-events: none;
  transform: translate3d(0, 0, 0); }

.tk-taka-score-field {
  display: flex;
  flex-direction: row; }
  .tk-taka-score-field__value {
    height: 34px;
    width: 23px;
    opacity: 0.15;
    border-radius: 2px;
    border: none;
    background-color: #FFFFFF;
    margin: 0px 1px;
    padding: 0px;
    font-size: 11px;
    letter-spacing: 0;
    line-height: 13px;
    text-align: center; }
    .tk-taka-score-field__value:focus {
      outline: none; }
    .tk-taka-score-field__value--selected.tk-taka-score-field__value--index_1 {
      background-color: #FF555C; }
    .tk-taka-score-field__value--selected.tk-taka-score-field__value--index_2 {
      background-color: #FF6B6E; }
    .tk-taka-score-field__value--selected.tk-taka-score-field__value--index_3 {
      background-color: #FF8080; }
    .tk-taka-score-field__value--selected.tk-taka-score-field__value--index_4 {
      background-color: #FFA185; }
    .tk-taka-score-field__value--selected.tk-taka-score-field__value--index_5 {
      background-color: #FDC98A; }
    .tk-taka-score-field__value--selected.tk-taka-score-field__value--index_6 {
      background-color: #FDED8F; }
    .tk-taka-score-field__value--selected.tk-taka-score-field__value--index_7 {
      background-color: #EBF197; }
    .tk-taka-score-field__value--selected.tk-taka-score-field__value--index_8 {
      background-color: #BFF6A7; }
    .tk-taka-score-field__value--selected.tk-taka-score-field__value--index_9 {
      background-color: #91F3A5; }
    .tk-taka-score-field__value--selected.tk-taka-score-field__value--index_10 {
      background-color: #63F0A3; }
  .tk-taka-score-field--readonly .tk-taka-score-field__value--selected {
    opacity: 1; }
  .tk-taka-score-field--editing .tk-taka-score-field__value--selected {
    opacity: 0.6; }
  .tk-taka-score-field--editing .tk-taka-score-field__value--first, .tk-taka-score-field--editing .tk-taka-score-field__value--last {
    opacity: 1; }

.tk-radio-group-field {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #333333;
  font-family: "BentonSans", sans-serif;
  font-size: 12px; }
  .tk-radio-group-field .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #8DF3CC; }
  .tk-radio-group-field .custom-control {
    margin: 0px; }
  .tk-radio-group-field:last-child {
    margin-right: 0px; }

.benchmarking-filtering-form .advanced-select {
  z-index: inherit; }
  .benchmarking-filtering-form .advanced-select__value-container--is-multi {
    height: 53px;
    overflow-y: scroll; }

.benchmarking-filtering-form .tk-phase-select .taka-x-options-field__option {
  min-height: 52px; }
  .benchmarking-filtering-form .tk-phase-select .taka-x-options-field__option.btn-primary {
    border-color: #63F0A3 !important;
    background-color: #63F0A3 !important;
    color: #333333 !important; }

.portfolio-filtering-form__zones-select {
  position: relative;
  min-height: 400px;
  background-color: #312F2F;
  border: 1px solid #4B4A4A; }
  .portfolio-filtering-form__zones-select .list-group-item {
    background-color: transparent;
    border-color: #4B4A4A; }

.zone-filtering-form__projects-select {
  position: relative;
  min-height: 300px;
  background-color: #312F2F;
  border: 1px solid #4B4A4A; }
  .zone-filtering-form__projects-select .list-group-item {
    background-color: transparent;
    border-color: #4B4A4A; }

.tk-virtual-audit-wizard-form {
  min-height: 540px;
  display: flex;
  flex-direction: column;
  border-right: 1px dashed #CCCCCC;
  padding-right: 28px; }
  .tk-virtual-audit-wizard-form__fields {
    flex: 1; }
    .tk-virtual-audit-wizard-form__fields__input {
      width: 100%;
      padding: 13px 15px;
      color: #333333;
      border: 1px solid #CCD7E6;
      font-size: 24px;
      letter-spacing: 0;
      line-height: 32px; }
      .tk-virtual-audit-wizard-form__fields__input.building-area_input {
        width: 70%;
        height: 60px; }
  .tk-virtual-audit-wizard-form__footer {
    justify-content: space-between;
    display: flex;
    border-top: 1px dashed #CCCCCC;
    margin-top: 46px;
    padding-top: 20px; }
    .tk-virtual-audit-wizard-form__footer__button {
      padding: 15px 30px;
      border-radius: 2px;
      background-color: #f6f4fa;
      border: none;
      font-size: 16px;
      letter-spacing: 0;
      line-height: 14px;
      text-align: center; }
      .tk-virtual-audit-wizard-form__footer__button--submit {
        background-color: #86FCBB; }
  .tk-virtual-audit-wizard-form .building-area_radio {
    width: 30%;
    display: flex;
    padding-top: 20px;
    justify-content: space-evenly; }
    .tk-virtual-audit-wizard-form .building-area_radio label {
      height: 25px;
      padding: 2px 5px;
      font-size: 20px; }
      .tk-virtual-audit-wizard-form .building-area_radio label input[type=radio] {
        margin-right: 15px;
        height: 20px;
        width: 20px;
        cursor: pointer; }

.tk-wizard-options-field {
  display: flex;
  flex-direction: column; }
  .tk-wizard-options-field--columns {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between; }
    .tk-wizard-options-field--columns .tk-wizard-options-field__option {
      width: 49%; }
  .tk-wizard-options-field__option {
    position: relative;
    color: #333333;
    text-align: left;
    margin-bottom: 9px;
    padding: 14px 50px 14px 20px;
    height: 50px;
    font-size: 20px;
    border: 1px solid #CCD7E6;
    border-radius: 2px;
    background-color: #FFFFFF; }
    .tk-wizard-options-field__option:last-child {
      margin-bottom: 0px; }
    .tk-wizard-options-field__option:focus, .tk-wizard-options-field__option:active, .tk-wizard-options-field__option:hover {
      color: #333333;
      background-color: #86FCBB !important;
      border-color: #86FCBB !important;
      box-shadow: none; }
    .tk-wizard-options-field__option--selected {
      background-color: #86FCBB; }
    .tk-wizard-options-field__option > p {
      margin: 0px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .tk-wizard-options-field__option:before {
      position: absolute;
      right: 25px;
      font-family: "Font Awesome 5 Free";
      content: "\F30B";
      display: inline-block;
      vertical-align: middle;
      font-weight: 900; }

.tk-benchmarking-project-card {
  font-family: "BentonSans", sans-serif;
  min-height: 380px;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 2px;
  overflow: hidden;
  cursor: pointer; }
  .tk-benchmarking-project-card__header {
    height: 141px;
    position: relative;
    background-color: #eee; }
    .tk-benchmarking-project-card__header__preview {
      position: absolute;
      transform: translate3d(0, 0, 0);
      pointer-events: none;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      filter: grayscale(100%);
      background-size: contain;
      background-size: 100%;
      background-position: center center; }
    .tk-benchmarking-project-card__header__dashboard-button {
      position: absolute;
      transform: translate3d(20px, 14px, 0);
      box-sizing: border-box;
      height: 30px;
      width: 30px;
      background-color: transparent;
      background-image: url("/img/benchmarking/project-button.svg");
      background-repeat: no-repeat;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%; }
      .tk-benchmarking-project-card__header__dashboard-button:hover, .tk-benchmarking-project-card__header__dashboard-button:focus {
        text-decoration: none; }
      .tk-benchmarking-project-card__header__dashboard-button .fas {
        display: inline-block;
        height: 14px;
        width: 18px;
        line-height: 14px;
        color: white;
        text-align: center;
        vertical-align: bottom; }
    .tk-benchmarking-project-card__header__taka-score {
      position: absolute;
      transform: translate3d(0, 0, 0);
      pointer-events: none;
      right: 0px;
      background-color: transparent;
      background-repeat: no-repeat;
      height: 50px;
      width: 110px;
      padding: 8px 11px 8px 45px;
      color: #333333;
      transform: translate3d(3px, 0px, 0px);
      display: flex;
      flex-direction: column;
      text-align: right; }
      .tk-benchmarking-project-card__header__taka-score--value_1 {
        background-image: url("/img/benchmarking/taka_score_1.svg"); }
      .tk-benchmarking-project-card__header__taka-score--value_2 {
        background-image: url("/img/benchmarking/taka_score_2.svg"); }
      .tk-benchmarking-project-card__header__taka-score--value_3 {
        background-image: url("/img/benchmarking/taka_score_3.svg"); }
      .tk-benchmarking-project-card__header__taka-score--value_4 {
        background-image: url("/img/benchmarking/taka_score_4.svg"); }
      .tk-benchmarking-project-card__header__taka-score--value_5 {
        background-image: url("/img/benchmarking/taka_score_5.svg"); }
      .tk-benchmarking-project-card__header__taka-score--value_6 {
        background-image: url("/img/benchmarking/taka_score_6.svg"); }
      .tk-benchmarking-project-card__header__taka-score--value_7 {
        background-image: url("/img/benchmarking/taka_score_7.svg"); }
      .tk-benchmarking-project-card__header__taka-score--value_8 {
        background-image: url("/img/benchmarking/taka_score_8.svg"); }
      .tk-benchmarking-project-card__header__taka-score--value_9 {
        background-image: url("/img/benchmarking/taka_score_9.svg"); }
      .tk-benchmarking-project-card__header__taka-score--value_10 {
        background-image: url("/img/benchmarking/taka_score_10.svg"); }
      .tk-benchmarking-project-card__header__taka-score__label {
        margin-top: 1px;
        font-size: 8px;
        text-transform: uppercase; }
      .tk-benchmarking-project-card__header__taka-score__value {
        font-size: 18px;
        line-height: 26px; }
    .tk-benchmarking-project-card__header__eui {
      position: absolute;
      transform: translate3d(0, 0, 0);
      pointer-events: none;
      transform: translate3d(-62px, 0px, 0px);
      right: 0px;
      background-color: transparent;
      background-repeat: no-repeat;
      background-image: url("/img/benchmarking/eui_bg.svg");
      height: 30px;
      width: 110px;
      padding: 7px 32px 9px 32px;
      font-size: 14px;
      line-height: 14px;
      color: #333333; }
      .tk-benchmarking-project-card__header__eui__label {
        margin-left: 2px;
        font-size: 8px;
        text-transform: uppercase; }
  .tk-benchmarking-project-card__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 24px 20px 20px 25px;
    border-left: 5px solid #86FCBB; }
    .tk-benchmarking-project-card__content__top {
      display: flex;
      justify-content: start;
      flex-direction: column;
      flex: 1; }
      .tk-benchmarking-project-card__content__top__name {
        color: #333333;
        font-family: "BentonSans";
        font-size: 18px;
        letter-spacing: 0;
        line-height: 20px;
        margin: 0px; }
      .tk-benchmarking-project-card__content__top__info {
        margin: 0px;
        margin-bottom: 5px;
        font-size: 11px;
        line-height: 11px;
        color: rgba(51, 51, 51, 0.6); }
        .tk-benchmarking-project-card__content__top__info__splitter {
          height: 12px;
          width: 1px;
          display: inline-block;
          background-color: #DFE5EE;
          margin: 0px 6px;
          transform: translate3d(0, 2px, 0); }
        .tk-benchmarking-project-card__content__top__info__location {
          padding-left: 11px;
          background-position: left center;
          background-repeat: no-repeat;
          background-image: url("/img/benchmarking/location.svg"); }
    .tk-benchmarking-project-card__content__attributes {
      display: flex;
      flex-wrap: wrap;
      margin: 15px -3px; }
      .tk-benchmarking-project-card__content__attributes__attribute {
        flex: 0 0 calc(50% - 3px);
        max-width: calc(50% - 3px);
        display: flex;
        white-space: nowrap;
        overflow: hidden;
        height: 36px;
        margin: 0 0 3px 3px;
        background-color: #EFF3F8;
        padding: 4% 7%;
        color: rgba(51, 51, 51, 0.8); }
        .tk-benchmarking-project-card__content__attributes__attribute__icon {
          display: inline-flex;
          min-width: 20px;
          height: 20px;
          margin-right: 9px;
          background-position: center center;
          background-repeat: no-repeat; }
          .tk-benchmarking-project-card__content__attributes__attribute__icon--area {
            background-image: url("/img/icons/area.svg"); }
          .tk-benchmarking-project-card__content__attributes__attribute__icon--money {
            background-image: url("/img/icons/money.svg"); }
          .tk-benchmarking-project-card__content__attributes__attribute__icon--power {
            background-image: url("/img/icons/power.svg"); }
          .tk-benchmarking-project-card__content__attributes__attribute__icon--water {
            background-image: url("/img/icons/water.svg"); }
          .tk-benchmarking-project-card__content__attributes__attribute__icon--hand {
            background-image: url("/img/icons/hand.svg"); }
        .tk-benchmarking-project-card__content__attributes__attribute__label__value {
          font-size: 13px;
          line-height: 14px; }
        .tk-benchmarking-project-card__content__attributes__attribute__label__metric {
          font-size: 10px;
          line-height: 14px;
          margin-left: 4px; }

.tk-benchmarking-sorting-select {
  font-family: "BentonSans", sans-serif;
  height: 20px;
  min-width: 182px;
  line-height: 20px; }
  .tk-benchmarking-sorting-select__label {
    display: inline-block;
    color: rgba(5, 16, 71, 0.5);
    letter-spacing: 0;
    font-size: 12px;
    line-height: 20px;
    margin-right: 4px; }
  .tk-benchmarking-sorting-select__input {
    float: right;
    max-width: 132px;
    background-color: transparent;
    border: none;
    height: 20px !important;
    font-size: 12px;
    padding: 0px 4px;
    background-image: url("/img/common/select_arrow.svg");
    background-position: calc(100% - 4px) center;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none; }

.tk-benchmarking-project-info__type {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  background-color: #FFFFFF; }
  .tk-benchmarking-project-info__type .btn {
    padding-top: 5px;
    padding-bottom: 5px; }

.tk-benchmarking-project-info__tab__energy {
  padding-top: 26px; }

.tk-benchmarking-project-info__tab__dateRange {
  margin-bottom: 15px; }

.tk-benchmarking-project-info__tab__chart {
  margin: 0px -42px; }

.tk-benchmarking-projects-list__loading, .tk-benchmarking-projects-list__load-more {
  padding: 0px 0px 30px 0px;
  min-height: 32px; }

.tk-benchmarking-projects-list__load-more .btn {
  width: 216px;
  height: 34px;
  border-radius: 2px;
  background-color: #333333;
  border-color: #333333; }
  .tk-benchmarking-projects-list__load-more .btn:active {
    background-color: #333333;
    border-color: #333333; }
  .tk-benchmarking-projects-list__load-more .btn:focus {
    box-shadow: none;
    background-color: #333333; }
    .tk-benchmarking-projects-list__load-more .btn:focus > span:before {
      transform: rotate(0.5turn); }
  .tk-benchmarking-projects-list__load-more .btn > span {
    padding-left: 20px;
    position: relative; }
    .tk-benchmarking-projects-list__load-more .btn > span:before {
      position: absolute;
      transform: translate3d(0, 0, 0);
      pointer-events: none;
      content: '';
      left: 0;
      width: 14px;
      height: 14px;
      background-image: url("/img/benchmarking/load-more.svg");
      background-position: left center;
      background-repeat: no-repeat;
      transition: transform .3s ease-in; }

.tk-benchmarking-search-field {
  max-width: 182px;
  margin-top: -2px; }
  .tk-benchmarking-search-field .form-control {
    padding-top: 0px;
    padding-bottom: 0px; }

.tk-benchmarking-search-field {
  max-width: 182px;
  margin-top: -2px; }
  .tk-benchmarking-search-field .form-control {
    padding-top: 0px;
    padding-bottom: 0px; }

.tk-project_sideinfo__type {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  background-color: #FFFFFF; }
  .tk-project_sideinfo__type .btn {
    padding-top: 5px;
    padding-bottom: 5px; }

.tk-project_sideinfo__tab__energy {
  padding-top: 26px; }

.tk-project_sideinfo__tab__dateRange {
  margin-bottom: 15px; }

.tk-project_sideinfo__tab__chart {
  margin: 0px -42px; }

.tk-home-map-card {
  min-height: 200px;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 300px;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 2px;
  overflow: hidden;
  margin-top: 10px;
  cursor: pointer; }
  .tk-home-map-card__header {
    height: 141px;
    position: relative;
    background-color: #eee; }
    .tk-home-map-card__header__preview {
      position: absolute;
      transform: translate3d(0, 0, 0);
      pointer-events: none;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      filter: grayscale(100%);
      background-size: contain;
      background-size: 100%;
      background-position: center center; }
    .tk-home-map-card__header__dashboard-button {
      position: absolute;
      transform: translate3d(20px, 14px, 0);
      box-sizing: border-box;
      height: 30px;
      width: 30px;
      background-color: transparent;
      background-image: url("/img/benchmarking/project-button.svg");
      background-repeat: no-repeat;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%; }
      .tk-home-map-card__header__dashboard-button:hover, .tk-home-map-card__header__dashboard-button:focus {
        text-decoration: none; }
      .tk-home-map-card__header__dashboard-button .fas {
        display: inline-block;
        height: 14px;
        width: 18px;
        line-height: 14px;
        color: white;
        text-align: center;
        vertical-align: bottom; }
    .tk-home-map-card__header__taka-score {
      position: absolute;
      transform: translate3d(0, 0, 0);
      pointer-events: none;
      right: 0px;
      background-color: transparent;
      background-repeat: no-repeat;
      height: 50px;
      width: 110px;
      padding: 8px 11px 8px 45px;
      color: #333333;
      transform: translate3d(3px, 0px, 0px);
      display: flex;
      flex-direction: column;
      text-align: right; }
      .tk-home-map-card__header__taka-score--value_1 {
        background-image: url("/img/benchmarking/taka_score_1.svg"); }
      .tk-home-map-card__header__taka-score--value_2 {
        background-image: url("/img/benchmarking/taka_score_2.svg"); }
      .tk-home-map-card__header__taka-score--value_3 {
        background-image: url("/img/benchmarking/taka_score_3.svg"); }
      .tk-home-map-card__header__taka-score--value_4 {
        background-image: url("/img/benchmarking/taka_score_4.svg"); }
      .tk-home-map-card__header__taka-score--value_5 {
        background-image: url("/img/benchmarking/taka_score_5.svg"); }
      .tk-home-map-card__header__taka-score--value_6 {
        background-image: url("/img/benchmarking/taka_score_6.svg"); }
      .tk-home-map-card__header__taka-score--value_7 {
        background-image: url("/img/benchmarking/taka_score_7.svg"); }
      .tk-home-map-card__header__taka-score--value_8 {
        background-image: url("/img/benchmarking/taka_score_8.svg"); }
      .tk-home-map-card__header__taka-score--value_9 {
        background-image: url("/img/benchmarking/taka_score_9.svg"); }
      .tk-home-map-card__header__taka-score--value_10 {
        background-image: url("/img/benchmarking/taka_score_10.svg"); }
      .tk-home-map-card__header__taka-score__label {
        margin-top: 1px;
        font-size: 8px;
        text-transform: uppercase; }
      .tk-home-map-card__header__taka-score__value {
        font-size: 18px;
        line-height: 26px; }
    .tk-home-map-card__header__eui {
      position: absolute;
      transform: translate3d(0, 0, 0);
      pointer-events: none;
      transform: translate3d(-62px, 0px, 0px);
      right: 0px;
      background-color: transparent;
      background-repeat: no-repeat;
      background-image: url("/img/benchmarking/eui_bg.svg");
      height: 30px;
      width: 110px;
      padding: 7px 32px 9px 32px;
      font-size: 14px;
      line-height: 14px;
      color: #333333; }
      .tk-home-map-card__header__eui__label {
        margin-left: 2px;
        font-size: 8px;
        text-transform: uppercase; }
  .tk-home-map-card__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 24px 20px 20px 25px;
    border-left: 5px solid #86FCBB; }
    .tk-home-map-card__content__top {
      flex: 1; }
      .tk-home-map-card__content__top__name {
        color: #333333;
        font-family: "BentonSans";
        font-size: 18px;
        letter-spacing: 0;
        line-height: 20px;
        margin: 0px; }
      .tk-home-map-card__content__top__info {
        margin: 0px;
        margin-bottom: 5px;
        font-size: 11px;
        line-height: 11px;
        color: rgba(51, 51, 51, 0.6); }
        .tk-home-map-card__content__top__info__splitter {
          height: 12px;
          width: 1px;
          display: inline-block;
          background-color: #DFE5EE;
          margin: 0px 6px;
          transform: translate3d(0, 2px, 0); }
        .tk-home-map-card__content__top__info__location {
          padding-left: 11px;
          background-position: left center;
          background-repeat: no-repeat;
          background-image: url("/img/benchmarking/location.svg"); }
    .tk-home-map-card__content__attributes {
      display: flex;
      flex-wrap: wrap;
      margin: 15px -3px; }
      .tk-home-map-card__content__attributes__attribute {
        flex: 0 0 calc(50% - 3px);
        max-width: calc(50% - 3px);
        display: flex;
        height: 36px;
        margin: 0 0 3px 3px;
        background-color: #EFF3F8;
        padding: 9px 18px 10px 18px;
        color: rgba(51, 51, 51, 0.8); }
        .tk-home-map-card__content__attributes__attribute__icon {
          display: inline-flex;
          width: 20px;
          height: 20px;
          margin-right: 9px;
          background-position: center center;
          background-repeat: no-repeat; }
          .tk-home-map-card__content__attributes__attribute__icon--area {
            background-image: url("/img/icons/area.svg"); }
          .tk-home-map-card__content__attributes__attribute__icon--money {
            background-image: url("/img/icons/money.svg"); }
          .tk-home-map-card__content__attributes__attribute__icon--power {
            background-image: url("/img/icons/power.svg"); }
          .tk-home-map-card__content__attributes__attribute__icon--water {
            background-image: url("/img/icons/water.svg"); }
          .tk-home-map-card__content__attributes__attribute__icon--hand {
            background-image: url("/img/icons/hand.svg"); }
        .tk-home-map-card__content__attributes__attribute__label__value {
          font-size: 13px;
          line-height: 14px; }
        .tk-home-map-card__content__attributes__attribute__label__metric {
          font-size: 10px;
          line-height: 14px;
          margin-left: 4px; }

.container--benchmarking__projects {
  margin-top: 20px; }

.container--portfolio-performance__data {
  margin-top: 2em;
  margin-bottom: 2em; }
  .container--portfolio-performance__data__grid {
    background-color: #ffffff;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1); }

.container--virtual-audit {
  position: relative; }
  .container--virtual-audit__progress {
    position: absolute;
    background-color: #86FCBB;
    width: 5px;
    transform: translate3d(0, 0, 0);
    top: 0px;
    left: 0px;
    z-index: 1;
    pointer-events: none;
    transition-property: height;
    transition-duration: 0.37s;
    transition-delay: 0s;
    transition-timing-function: ease-out; }
  .container--virtual-audit--box {
    position: relative; }
    .container--virtual-audit--box__result, .container--virtual-audit--box__loading {
      min-height: 540px; }

.stat-card .dropdown .btn {
  border: none;
  box-shadow: none; }

.main-content {
  background-color: #f6f4fa; }

.tooltip,
.popover,
#viewerBackdrop {
  z-index: 999999; }

.mv-table-tooltip .tooltip-inner {
  font-size: 16px;
  text-align: justify;
  max-width: 400px; }

.mv-dashboard-tooltip .tooltip-inner {
  font-size: 16px;
  text-align: justify;
  max-width: 400px; }

.sts-tooltip .tooltip-inner {
  max-width: 350px;
  padding: 10px; }

.sts-tooltip-top .tooltip-inner {
  max-width: 500px;
  padding: 10px; }

.date-ranges-tooltip .tooltip-inner {
  max-width: 500px;
  padding: 10px; }

/* Dropzone */
.dropzone {
  text-align: center;
  font-weight: 400;
  padding: 0.75rem 1.0625rem;
  font-size: 13px;
  border: 1px dashed #dadfe4;
  border-radius: 0.375rem; }

.file-manager__dropzone {
  padding: 0.75rem 1.0625rem;
  border-bottom: 1px solid #e1e5eb; }

.month-year-selector {
  display: flex; }
  .month-year-selector .date-selector {
    min-width: 100px;
    position: relative; }
    .month-year-selector .date-selector__value {
      height: 38px !important;
      background: transparent;
      border: none;
      text-align: center;
      display: flex;
      flex: 1;
      padding-left: calc(50% - 1.2em);
      text-align-last: center;
      text-align-last: center;
      box-shadow: none !important;
      font-weight: 400;
      color: #3D5170;
      font-size: 1rem; }
    .month-year-selector .date-selector__prev, .month-year-selector .date-selector__next {
      left: 50%;
      background: none;
      line-height: 1.7rem;
      text-align: center;
      cursor: pointer;
      position: absolute;
      width: 0;
      padding: 0;
      border: 0.45rem solid transparent;
      z-index: 1;
      height: 10px;
      width: 10px;
      text-indent: -999em;
      overflow: hidden;
      transform: translate(-50%, 0%); }
    .month-year-selector .date-selector__prev {
      top: 13px;
      left: 15px;
      border-right-color: #ccc; }
    .month-year-selector .date-selector__next {
      top: 13px;
      left: 82px;
      border-left-color: #ccc; }
  .month-year-selector .month-selector .custom-select {
    padding-left: calc(50% - 1.2em); }
  .month-year-selector .year-selector .custom-select {
    padding-left: calc(50% - 1.4em); }

.add-new-post__editor .ql-container,
.add-new-post__editor .ql-editor {
  min-height: 400px; }

.date-range .react-datepicker-wrapper {
  display: flex;
  flex: 1;
  max-width: 160px; }

.date-range .react-datepicker__input-container {
  width: 100%; }

@media (max-width: 575px) {
  .date-range .react-datepicker-wrapper {
    max-width: 100%; } }

/*  Larger Screen Styling */
.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 4000;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em; }
  .daterangepicker:before {
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ccc; }
  .daterangepicker:after {
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent; }
  .daterangepicker .drp-calendar {
    display: none;
    max-width: 270px; }
  .daterangepicker .drp-calendar.left {
    padding: 8px 0 8px 8px; }
  .daterangepicker .drp-calendar.right {
    padding: 8px; }
  .daterangepicker .drp-calendar.single .calendar-table {
    border: none; }
  .daterangepicker .calendar-table {
    border: 1px solid #fff;
    border-radius: 4px;
    background-color: #fff; }
    .daterangepicker .calendar-table .next span {
      color: #fff;
      border: solid black;
      border-width: 0 2px 2px 0;
      border-radius: 0;
      display: inline-block;
      padding: 3px;
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg); }
    .daterangepicker .calendar-table .prev span {
      color: #fff;
      border: solid black;
      border-width: 0 2px 2px 0;
      border-radius: 0;
      display: inline-block;
      padding: 3px;
      transform: rotate(135deg);
      -webkit-transform: rotate(135deg); }
    .daterangepicker .calendar-table th {
      white-space: nowrap;
      text-align: center;
      vertical-align: middle;
      min-width: 32px;
      width: 32px;
      height: 24px;
      line-height: 24px;
      font-size: 12px;
      border-radius: 4px;
      border: 1px solid transparent;
      white-space: nowrap;
      cursor: pointer; }
    .daterangepicker .calendar-table td {
      white-space: nowrap;
      text-align: center;
      vertical-align: middle;
      min-width: 32px;
      width: 32px;
      height: 24px;
      line-height: 24px;
      font-size: 12px;
      border-radius: 4px;
      border: 1px solid transparent;
      white-space: nowrap;
      cursor: pointer; }
    .daterangepicker .calendar-table table {
      width: 100%;
      margin: 0;
      border-spacing: 0;
      border-collapse: collapse; }
  .daterangepicker td.available:hover {
    background-color: #eee;
    border-color: transparent;
    color: inherit; }
  .daterangepicker th.available:hover {
    background-color: #eee;
    border-color: transparent;
    color: inherit; }
  .daterangepicker td.week {
    font-size: 80%;
    color: #ccc; }
  .daterangepicker th.week {
    font-size: 80%;
    color: #ccc; }
  .daterangepicker td.off {
    background-color: #fff;
    border-color: transparent;
    color: #999; }
  .daterangepicker td.off.in-range {
    background-color: #fff;
    border-color: transparent;
    color: #999; }
  .daterangepicker td.off.start-date {
    background-color: #fff;
    border-color: transparent;
    color: #999; }
  .daterangepicker td.off.end-date {
    background-color: #fff;
    border-color: transparent;
    color: #999; }
  .daterangepicker td.in-range {
    background-color: #ebf4f8;
    border-color: transparent;
    color: #000;
    border-radius: 0; }
  .daterangepicker td.start-date {
    border-radius: 4px 0 0 4px; }
  .daterangepicker td.end-date {
    border-radius: 0 4px 4px 0; }
  .daterangepicker td.start-date.end-date {
    border-radius: 4px; }
  .daterangepicker td.active {
    background-color: #357ebd;
    border-color: transparent;
    color: #fff; }
    .daterangepicker td.active:hover {
      background-color: #357ebd;
      border-color: transparent;
      color: #fff; }
  .daterangepicker th.month {
    width: auto; }
  .daterangepicker td.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through; }
  .daterangepicker option.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through; }
  .daterangepicker select.monthselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default;
    margin-right: 2%;
    width: 56%; }
  .daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default;
    width: 40%; }
  .daterangepicker select.hourselect {
    width: 50px;
    margin: 0 auto;
    background: #eee;
    border: 1px solid #eee;
    padding: 2px;
    outline: 0;
    font-size: 12px; }
  .daterangepicker select.minuteselect {
    width: 50px;
    margin: 0 auto;
    background: #eee;
    border: 1px solid #eee;
    padding: 2px;
    outline: 0;
    font-size: 12px; }
  .daterangepicker select.secondselect {
    width: 50px;
    margin: 0 auto;
    background: #eee;
    border: 1px solid #eee;
    padding: 2px;
    outline: 0;
    font-size: 12px; }
  .daterangepicker select.ampmselect {
    width: 50px;
    margin: 0 auto;
    background: #eee;
    border: 1px solid #eee;
    padding: 2px;
    outline: 0;
    font-size: 12px; }
  .daterangepicker .calendar-time {
    text-align: center;
    margin: 4px auto 0 auto;
    line-height: 30px;
    position: relative; }
    .daterangepicker .calendar-time select.disabled {
      color: #ccc;
      cursor: not-allowed; }
  .daterangepicker .drp-buttons {
    clear: both;
    text-align: right;
    padding: 8px;
    border-top: 1px solid #ddd;
    display: none;
    line-height: 12px;
    vertical-align: middle; }
    .daterangepicker .drp-buttons .btn {
      margin-left: 8px;
      font-size: 12px;
      font-weight: bold;
      padding: 4px 8px; }
  .daterangepicker .drp-selected {
    display: inline-block;
    font-size: 12px;
    padding-right: 8px; }
  .daterangepicker .ranges {
    float: none;
    text-align: left;
    margin: 0; }
    .daterangepicker .ranges ul {
      list-style: none;
      margin: 0 auto;
      padding: 0;
      width: 100%; }
    .daterangepicker .ranges li {
      font-size: 12px;
      padding: 8px 12px;
      cursor: pointer; }
      .daterangepicker .ranges li:hover {
        background-color: #eee; }
    .daterangepicker .ranges li.active {
      background-color: #08c;
      color: #fff; }

.daterangepicker.opensleft:before {
  right: 9px; }

.daterangepicker.opensleft:after {
  right: 10px; }

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto; }

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto; }

.daterangepicker.opensright:before {
  left: 9px; }

.daterangepicker.opensright:after {
  left: 10px; }

.daterangepicker.drop-up {
  margin-top: -7px; }
  .daterangepicker.drop-up:before {
    top: initial;
    bottom: -7px;
    border-bottom: initial;
    border-top: 7px solid #ccc; }
  .daterangepicker.drop-up:after {
    top: initial;
    bottom: -6px;
    border-bottom: initial;
    border-top: 6px solid #fff; }

.daterangepicker.single .daterangepicker .ranges {
  float: none; }

.daterangepicker.single .drp-calendar {
  float: none; }

.daterangepicker.single .drp-selected {
  display: none; }

.daterangepicker.show-calendar .drp-calendar {
  display: block; }

.daterangepicker.show-calendar .drp-buttons {
  display: block; }

.daterangepicker.show-calendar .ranges {
  margin-top: 8px; }

.daterangepicker.auto-apply .drp-buttons {
  display: none; }

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd; }

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd; }

.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd; }

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd; }

@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
    direction: ltr;
    text-align: left; }
    .daterangepicker .ranges {
      float: left; }
      .daterangepicker .ranges ul {
        width: 140px; }
    .daterangepicker .drp-calendar.left {
      clear: left;
      margin-right: 0; }
      .daterangepicker .drp-calendar.left .calendar-table {
        border-right: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        padding-right: 8px; }
    .daterangepicker .drp-calendar.right {
      margin-left: 0; }
      .daterangepicker .drp-calendar.right .calendar-table {
        border-left: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
    .daterangepicker .drp-calendar {
      float: left; }
  .daterangepicker.single .ranges {
    float: left; }
    .daterangepicker.single .ranges ul {
      width: 100%; }
  .daterangepicker.single .drp-calendar.left {
    clear: none; }
  .daterangepicker.single .drp-calendar {
    float: left; } }

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
    float: left; }
  .daterangepicker .drp-calendar.left {
    clear: none !important; }
  .daterangepicker.rtl .ranges {
    float: right; } }

.ReactTable {
  border: none;
  /* Pagination */ }
  .ReactTable .rt-thead.-header,
  .ReactTable .-pagination {
    box-shadow: none; }
  .ReactTable .rt-tbody .rt-td {
    font-size: 0.8125rem;
    padding: 0.2375rem 0.8625rem;
    border-left: 1px solid #e1e5eb;
    border-bottom: 1px solid #e1e5eb;
    text-align: center;
    display: flex;
    justify-content: left;
    align-items: center; }
  .ReactTable .rt-tbody .rt-td:first-of-type {
    border-left: none; }
  .ReactTable .rt-tbody .tr-td {
    border-bottom: none !important; }
  .ReactTable .rt-tbody .rt-tr-group {
    border: none; }
  .ReactTable .rt-tr-group:last-of-type .rt-td {
    border-bottom: none !important; }
  .ReactTable .rt-thead {
    /* Ascending & Descending Sort */ }
    .ReactTable .rt-thead .rt-tr {
      border-bottom: 1px solid #e1e5eb; }
    .ReactTable .rt-thead .rt-th {
      background-color: #fbfbfb;
      font-weight: bold;
      padding: 1.75rem 1.0625rem !important !important;
      font-size: 13px !important;
      border: 13px !important; }
      .ReactTable .rt-thead .rt-th .table-header span {
        font-weight: bold;
        font-size: 13px !important; }
    .ReactTable .rt-thead .rt-th.-sort-asc,
    .ReactTable .rt-thead .rt-td.-sort-asc {
      box-shadow: inset 0 3px 0 0 #007bff; }
    .ReactTable .rt-thead .rt-th.-sort-desc,
    .ReactTable .rt-thead .rt-td.-sort-desc {
      box-shadow: inset 0 -3px 0 0 #007bff; }
  .ReactTable .-pagination {
    font-size: 13px;
    border: none;
    border-top: 1px solid #e1e5eb;
    padding: 0.4375rem 1.0625rem; }
    .ReactTable .-pagination .-btn {
      padding: 0.4286rem 0.875rem;
      width: auto;
      color: #3d5170;
      font-weight: 500; }
    .ReactTable .-pagination .-pageJump input {
      width: 50px; }
    .ReactTable .-pagination .-next button {
      margin-left: auto; }
    .ReactTable .-pagination button {
      padding: 0.4286rem 0.875rem;
      background: #fff !important;
      border: 1px solid #e1e5eb !important;
      border-radius: 0.25rem !important; }
    .ReactTable .-pagination button:hover {
      color: #fff;
      background: #007bff !important; }
    .ReactTable .-pagination .-btn[disabled],
    .ReactTable .-pagination .-btn[disabled]:hover {
      background-color: #f2f4f5 !important;
      color: #3d5170; }

.small-text {
  font-size: 13px; }

.poorPerformance .ReactTable .rt-tbody .rt-td {
  font-size: 11px !important;
  padding: 5px 5px; }
  .poorPerformance .ReactTable .rt-tbody .rt-td:first-child {
    justify-content: start; }

.file-manager__filters {
  padding: 0.625rem; }

.file-manager__filters__rows {
  font-size: 13px;
  font-weight: 400;
  color: #818ea3; }
  .file-manager__filters__rows span {
    line-height: 30px;
    margin-right: 5px; }
  .file-manager__filters__rows .custom-select {
    display: table;
    width: auto;
    border: 1px solid #e1e5eb;
    font-size: 0.625rem;
    color: #818ea3;
    height: 1.5625rem !important;
    background-color: #fff;
    border-radius: 0.375rem;
    margin: 0 0.1875rem;
    padding: 0 25px 0 10px;
    margin-top: 3px; }

.file-manager__filters__search input {
  display: table;
  min-width: 11.25rem; }

.file-manager__filters__search .material-icons {
  font-size: 35px;
  padding-right: 15px;
  cursor: pointer; }

.file-manager__filters__search .input-group {
  width: 11.25rem; }

.react-tagsinput {
  height: auto;
  padding: 0.4375rem 0.75rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #e1e5eb;
  font-weight: 300;
  will-change: border-color, box-shadow;
  border-radius: 0.25rem;
  box-shadow: none;
  transition: box-shadow 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06), border 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06); }
  .react-tagsinput:hover {
    cursor: text; }
  .react-tagsinput--focused {
    color: #495057;
    background-color: #fff;
    border-color: #007bff;
    box-shadow: 0 0.313rem 0.719rem rgba(0, 123, 255, 0.1), 0 0.156rem 0.125rem rgba(0, 0, 0, 0.06); }
  .react-tagsinput-tag {
    display: inline-block;
    background: #fbfbfb;
    padding: 0.125rem 1.375rem 0.125rem 0.625rem;
    border-radius: 1.25rem;
    font-size: 0.6875rem;
    position: relative;
    text-transform: uppercase;
    border: 1px solid #e1e5eb;
    color: #818ea3;
    margin-right: 4px;
    margin-bottom: 4px; }
  .react-tagsinput-remove {
    cursor: pointer;
    font-weight: bold; }
  .react-tagsinput a::before {
    content: "";
    position: absolute;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDAwMDAwIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTE5IDYuNDFMMTcuNTkgNSAxMiAxMC41OSA2LjQxIDUgNSA2LjQxIDEwLjU5IDEyIDUgMTcuNTkgNi40MSAxOSAxMiAxMy40MSAxNy41OSAxOSAxOSAxNy41OSAxMy40MSAxMnoiLz4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==);
    right: 0.5rem;
    top: 50%;
    width: 0.625rem;
    height: 0.625rem;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-size: 100%;
    opacity: 0.5; }
  .react-tagsinput-input {
    background: transparent;
    border: 0;
    color: #777;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 6px;
    margin-top: 1px;
    outline: none;
    padding: 5px;
    width: 80px; }

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

.react-select__control {
  min-height: 34px; }

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

.advance-select-bg-transparent div {
  background-color: transparent; }

.advanced-select-company-v2 > div {
  border: none;
  width: fit-content; }

.pie-year-select {
  max-width: 110px !important; }

.min-width-100 {
  min-width: 100%; }

.pie-year-select {
  min-width: 100px;
  max-width: 110px !important; }

.consumption-year-select {
  min-width: 200px;
  max-width: 500px; }

.gm-style-iw-chr {
  display: none; }

/* Upload */
.import-type-select button {
  padding: 0.8625rem 2.2rem; }

.import-type-select--option {
  display: flex;
  justify-content: center;
  flex-direction: column; }
  .import-type-select--option__label {
    margin-top: 0.8rem;
    font-size: 0.85rem; }

.upload-manager__files__item {
  cursor: pointer;
  user-select: none;
  overflow: hidden;
  position: relative; }
  .upload-manager__files__item .card-footer {
    display: flex;
    height: auto; }
  .upload-manager__files__item-icon {
    position: relative;
    margin-right: 0.625rem;
    font-size: 1.0625rem;
    top: 2px; }
    .upload-manager__files__item-icon i.material-icons {
      top: 0; }
  .upload-manager__files__item__status {
    height: 1.25rem;
    display: flex;
    justify-content: center;
    align-items: center; }
  .upload-manager__files__item-name {
    width: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    font-size: 0.875rem; }
  .upload-manager__files__item-invoice-number {
    width: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    line-height: 24px;
    font-size: 80%;
    margin-left: 0.6rem; }
  .upload-manager__files__item:before, .upload-manager__files__item:after {
    content: '';
    position: absolute; }
  .upload-manager__files__item:before {
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;
    background-color: #007bff;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNOSAxNi4xN0w0LjgzIDEybC0xLjQyIDEuNDFMOSAxOSAyMSA3bC0xLjQxLTEuNDF6Ii8+PC9zdmc+);
    background-size: 1.0625rem;
    width: 1.25rem;
    height: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
    right: -1.25rem;
    will-change: top, right, opacity, transform;
    transition: top 150ms cubic-bezier(0.27, 0.01, 0.38, 1.06), right 150ms cubic-bezier(0.27, 0.01, 0.38, 1.06), opacity 150ms cubic-bezier(0.27, 0.01, 0.38, 1.06), transform 150ms cubic-bezier(0.27, 0.01, 0.38, 1.06);
    z-index: 2; }
  .upload-manager__files__item:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    border-radius: 0.625rem;
    box-shadow: inset 0 0 0 0px rgba(0, 123, 255, 0.2);
    will-change: box-shadow;
    transition: box-shadow 250ms ease-in-out; }
  .upload-manager__files__item--selected:before {
    right: 10px;
    background-size: 70%; }
  .upload-manager__files__item--selected:after {
    box-shadow: inset 0 0 3.125rem rgba(0, 123, 255, 0.2), inset 0 0 0.625rem rgba(0, 123, 255, 0.4), inset 0 0 0 0.125rem rgba(0, 123, 255, 0.75); }
  .upload-manager__files__item--error:after {
    box-shadow: 0 0 3.125rem rgba(255, 0, 0, 0.2), inset 0 0 0.625rem #ecadb6, inset 0 0 0 0.125rem #e38c98; }

.upload-manager__files__dropzone .dropzone {
  min-height: 120px;
  display: flex;
  justify-content: center;
  align-items: center; }

.upload-manager__edit-type {
  width: 100%; }

.upload-manager .react-datepicker-wrapper {
  display: block;
  width: 100%; }

.upload-manager .react-datepicker__input-container {
  width: 100%; }

.react-datepicker-wrapper, .react-datepicker__input-container {
  display: block !important; }

.manual-data-input .react-datepicker-wrapper {
  display: block;
  width: 100%; }

.manual-data-input .react-datepicker__input-container {
  width: 100%; }

.fit-content {
  width: fit-content; }

/* Project Meters */
.project_meters__filters {
  background-color: #fbfbfb; }
  .project_meters__filters label {
    line-height: 30px;
    margin-right: 5px; }
  .project_meters__filters .field {
    display: flex;
    margin-right: 1em; }
  .project_meters__filters .expression-select, .project_meters__filters .expression-value-input {
    display: table;
    width: 200px;
    border: 1px solid #e1e5eb;
    font-size: 0.625rem;
    color: #818ea3;
    height: 1.5625rem !important;
    background-color: #fff;
    border-radius: 0.375rem;
    margin: 0 0.1875rem;
    padding: 0 25px 0 10px;
    margin-top: 3px; }
  .project_meters__filters .expression-remove {
    height: 1.5625rem !important;
    margin: 0 0.1875rem;
    padding: 0px 10px;
    margin-top: 3px;
    background-color: transparent; }
    .project_meters__filters .expression-remove:focus, .project_meters__filters .expression-remove:active {
      background-color: transparent; }
  .project_meters__filters .expression-add {
    height: 1.5625rem !important;
    margin: 0 0.1875rem;
    padding: 0px 10px;
    margin-top: 3px; }

.project-meters-list {
  padding-right: 0px !important;
  padding-left: 0px !important; }
  .project-meters-list .list-group-item {
    padding: 0px; }
  .project-meters-list__items::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5; }
  .project-meters-list__items::-webkit-scrollbar {
    width: 2px;
    height: 2px;
    background-color: #F5F5F5; }
  .project-meters-list__items::-webkit-scrollbar-thumb {
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #89887F; }
  .project-meters-list__items .custom-control-description {
    font-size: 12px; }
  .project-meters-list .list-group-item + .list-group-item {
    border-top: none; }
  .project-meters-list .custom-control-label::before {
    width: 15px;
    height: 15px; }
  .project-meters-list .custom-checkbox .custom-control-label::after {
    top: 5px;
    left: 5px;
    width: 4px;
    height: 8px; }

.margin-0-child > div {
  margin: 0 !important; }

/* Meters */
.edit-meter .react-datepicker-wrapper {
  display: block;
  width: 100%; }

.edit-meter .react-datepicker__input-container {
  width: 100%; }

.meters-data-field .remove-btn {
  position: absolute;
  right: 1em;
  top: 1em;
  z-index: 1;
  transform: translate(0); }

.breadcrumbMeter > ol {
  background-color: transparent !important;
  margin: 0;
  padding-left: 0;
  padding-right: 0; }

.statsFontSize > div > h4 {
  font-weight: bold;
  font-size: 1.3rem; }

.auth-layout::after {
  opacity: 0.4;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
  position: absolute;
  z-index: -2; }

#overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-color: black;
  overflow-x: hidden;
  z-index: -1; }

.auth-layout video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  opacity: .5; }

#overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: #2077bd1a;
  z-index: 1; }

.forgot_flex {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 10px;
  color: #007bff; }

.forgot_flex_left {
  display: flex;
  align-items: center; }

.forgot_pass_text {
  font-size: 10px;
  color: #007bff;
  font-weight: 500; }

.forgot_flex label {
  margin-bottom: 0;
  margin-left: 2px; }

/********************* logo css ****************************/
.logoimg {
  position: absolute;
  z-index: 1; }

.logoimg > img {
  width: 200px;
  height: auto;
  display: block;
  margin: 30px 0 0; }

.login-box {
  max-width: 320px;
  height: calc(100vh);
  display: flex;
  align-items: center; }

.login-box > .card {
  width: 100%; }

.login-box > .card .btn-accent {
  width: 100%;
  display: block;
  margin-top: 16px;
  padding: 12px 0; }

.energy-performance-bar {
  display: flex;
  flex: 1;
  height: 24px;
  margin: 20px 0px;
  position: relative; }
  .energy-performance-bar__line {
    position: absolute;
    display: flex;
    top: 0px;
    width: 100%;
    flex: 1;
    margin: 6px 0px;
    height: 6px;
    background-color: #cbd3da;
    border-radius: 16px; }
    .energy-performance-bar__line__level {
      flex: 1;
      height: 100%; }
      .energy-performance-bar__line__level:first-child {
        border-top-left-radius: 16px;
        border-bottom-left-radius: 16px; }
      .energy-performance-bar__line__level:last-child {
        border-top-right-radius: 16px;
        border-bottom-right-radius: 16px; }
  .energy-performance-bar__levels {
    flex: 1;
    display: flex;
    margin: 6px 0px;
    height: 6px;
    position: relative;
    border-radius: 16px; }
    .energy-performance-bar__levels__point {
      flex: 1;
      display: flex;
      position: relative;
      height: 100%; }
      .energy-performance-bar__levels__point--first {
        border-top-left-radius: 16px;
        border-bottom-left-radius: 16px; }
      .energy-performance-bar__levels__point--last {
        border-top-right-radius: 16px;
        border-bottom-right-radius: 16px; }
      .energy-performance-bar__levels__point__tooltip {
        position: absolute;
        bottom: 0px;
        right: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        min-width: 76px;
        color: #a8aeb4;
        padding: 2px 8px;
        transform: translate3d(16%, -170%, 0);
        border-radius: .375rem;
        background: #fff;
        color: #5a6169;
        box-shadow: 0 3px 15px rgba(90, 97, 105, 0.1), 0 2px 3px rgba(90, 97, 105, 0.2); }
        .energy-performance-bar__levels__point__tooltip--extra {
          transform: translate3d(16%, -88%, 0); }
        .energy-performance-bar__levels__point__tooltip label {
          margin: 0px; }
      .energy-performance-bar__levels__point__value {
        position: absolute;
        right: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 24px;
        height: 24px;
        background: #aeb9c4;
        border: 1px solid #F5F6F8;
        border-radius: 50%;
        color: white;
        transform: translate3d(-10%, -40%, 0); }
        .energy-performance-bar__levels__point__value--active {
          border-width: 2px;
          color: #F5F6F8;
          transform: scale(1.4) translate3d(10%, -30%, 0); }
  .energy-performance-bar__level {
    position: absolute;
    flex: 1;
    margin: 12px 0px;
    height: 6px; }
    .energy-performance-bar__level--corner {
      position: absolute;
      left: 50%;
      width: 24px;
      height: 24px;
      background: red;
      border: 3px solid #F5F6F8;
      border-radius: 50%;
      transform: translate3d(0, -25%, 0); }
    .energy-performance-bar__level:first-child {
      border-top-left-radius: 16px;
      border-bottom-left-radius: 16px; }
    .energy-performance-bar__level:last-child {
      border-top-right-radius: 16px;
      border-bottom-right-radius: 16px; }

.project-energy-score {
  min-height: 120px; }

.pin {
  background: url("/img/ping.svg") center center no-repeat; }

.vh-75 {
  max-height: 75vh !important; }

.loader,
.loader:before,
.loader:after {
  background: #63F0A3;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em; }

.loader {
  color: #63F0A3;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: ''; }

.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.loader:after {
  left: 1.5em; }

@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em; }
  40% {
    box-shadow: 0 -2em;
    height: 5em; } }

@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em; }
  40% {
    box-shadow: 0 -2em;
    height: 5em; } }

.loader-1 {
  height: 32px;
  width: 32px;
  -webkit-animation: loader-1-1 4.8s linear infinite;
  animation: loader-1-1 4.8s linear infinite; }

@-webkit-keyframes loader-1-1 {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes loader-1-1 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.loader-1 span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 32px;
  width: 32px;
  clip: rect(0, 32px, 32px, 16px);
  -webkit-animation: loader-1-2 1.2s linear infinite;
  animation: loader-1-2 1.2s linear infinite; }

@-webkit-keyframes loader-1-2 {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(220deg); } }

@keyframes loader-1-2 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(220deg); } }

.loader-1 span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 32px;
  width: 32px;
  clip: rect(0, 32px, 32px, 16px);
  border: 3px solid #63F0A3;
  border-radius: 50%;
  -webkit-animation: loader-1-3 1.2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  animation: loader-1-3 1.2s cubic-bezier(0.77, 0, 0.175, 1) infinite; }

@-webkit-keyframes loader-1-3 {
  0% {
    -webkit-transform: rotate(-140deg); }
  50% {
    -webkit-transform: rotate(-160deg); }
  100% {
    -webkit-transform: rotate(140deg); } }

@keyframes loader-1-3 {
  0% {
    transform: rotate(-140deg); }
  50% {
    transform: rotate(-160deg); }
  100% {
    transform: rotate(140deg); } }

.stick-loader {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.9);
  transform: translate3d(0, 0, 0); }
  .stick-loader--global {
    position: fixed;
    padding-left: 16.66667%;
    padding-top: 60px; }

.global-stick-loader {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.9);
  transform: translate3d(0, 0, 0); }
  .global-stick-loader--global {
    position: fixed;
    padding-left: 16.66667%;
    padding-top: 60px; }

.page {
  background: white;
  display: block;
  margin: 0 auto;
  margin-bottom: 0.5cm;
  box-shadow: 0 0 0.5cm rgba(0, 0, 0, 0.5); }
  .page .card,
  .page .card-body,
  .page .card-header {
    padding: 0px;
    border-radius: 0;
    background-color: transparent; }
  .page .card-body {
    padding: 0px; }
  .page .card {
    pointer-events: none; }
  .page__table {
    width: 100%; }
  .page__header h1,
  .page__header h3 {
    margin: 0px; }
  .page #chart-1 {
    width: auto;
    height: auto; }
  .page #chart-2 {
    width: auto;
    height: auto; }
  .page__section {
    margin-top: 4mm; }
  .page__table {
    border-spacing: 0px;
    border-collapse: separate;
    padding: 0px; }
    .page__table__column {
      padding: 1mm 2mm; }
      .page__table__column:last-child {
        padding-right: 0px; }
      .page__table__column--header {
        text-align: center;
        color: white; }
    .page__table__values {
      width: 100%; }
      .page__table__values__column {
        text-align: center;
        padding: 0mm 2mm; }

@media print {
  @page {
    size: auto;
    margin: 0; }
  body {
    background: white; }
  body, .page {
    margin: 0;
    box-shadow: 0; }
  .page {
    margin: 0;
    border: initial;
    border-radius: initial;
    width: initial;
    min-height: initial;
    box-shadow: initial;
    background: initial;
    page-break-after: always;
    padding: 10mm 10mm 0mm 10mm !important; } }

.modal {
  overflow: auto !important; }

.sliderCollapse {
  cursor: pointer;
  position: fixed;
  z-index: 2000;
  padding-top: 8px;
  padding-left: 10px;
  margin-top: -42px;
  background: white !important;
  margin-left: -15px;
  transition: all 250ms ease;
  border-color: #007bff !important; }

.sliderCollapse:hover {
  box-shadow: 0px 0px 0px 16px #007bff inset;
  color: #fff; }

.sliderCollapse > span {
  font-size: 12px;
  font-weight: 900; }

.smoothTransitionWithSidebar {
  border-left: 1px solid #007bff2b;
  z-index: 1999;
  transition: all 300ms ease-in-out; }

.smoothTransitionWithoutSidebar {
  box-shadow: 1px 0 1px inset #007bff2b;
  border-left: 1.2rem solid #fff;
  z-index: 3999;
  transition: all 300ms ease-in-out; }

.hidden {
  display: none; }

.showCollapse {
  display: inline; }

.readings-chart-sub-title {
  font-size: 0.7rem;
  font-weight: 600;
  text-align: center;
  margin: 0; }

.performance-chart {
  height: 300px; }

.plantPerformanceDatePicker {
  padding: 3px 5px;
  margin-left: 5px;
  border: none;
  border-bottom: 1.3px solid #00000050;
  border-radius: 0; }

.mobile-header-gap {
  gap: 0.75rem; }

.reatime-analyzer_tool .realtime-analyzer_tool_list_column {
  padding-left: 1em; }
  .reatime-analyzer_tool .realtime-analyzer_tool_list_column .realtime-analyzer_tool_list_container {
    height: 360px;
    display: flex;
    flex-direction: column;
    margin-bottom: 1em;
    background-color: #fff; }
    .reatime-analyzer_tool .realtime-analyzer_tool_list_column .realtime-analyzer_tool_list_container:last-child {
      margin: 0;
      height: 50%; }
    .reatime-analyzer_tool .realtime-analyzer_tool_list_column .realtime-analyzer_tool_list_container .realtime-analyzer_tool_list_header {
      padding: 0.5em 0.5em; }
      .reatime-analyzer_tool .realtime-analyzer_tool_list_column .realtime-analyzer_tool_list_container .realtime-analyzer_tool_list_header .text-white {
        color: #fff; }
      .reatime-analyzer_tool .realtime-analyzer_tool_list_column .realtime-analyzer_tool_list_container .realtime-analyzer_tool_list_header input {
        width: 100%;
        padding-left: 7px;
        font-size: 14px;
        font-style: italic;
        background-color: #fff;
        border: 0.5px solid #525252;
        border-radius: 3px; }
    .reatime-analyzer_tool .realtime-analyzer_tool_list_column .realtime-analyzer_tool_list_container .realtime-analyzer_tool_list_body {
      height: -webkit-fill-available;
      overflow-y: scroll;
      position: relative; }
      .reatime-analyzer_tool .realtime-analyzer_tool_list_column .realtime-analyzer_tool_list_container .realtime-analyzer_tool_list_body::-webkit-scrollbar {
        width: 8px; }
      .reatime-analyzer_tool .realtime-analyzer_tool_list_column .realtime-analyzer_tool_list_container .realtime-analyzer_tool_list_body::-webkit-scrollbar-track {
        margin: 5px 0;
        border-radius: 5px; }
      .reatime-analyzer_tool .realtime-analyzer_tool_list_column .realtime-analyzer_tool_list_container .realtime-analyzer_tool_list_body::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background-color: gray; }
      .reatime-analyzer_tool .realtime-analyzer_tool_list_column .realtime-analyzer_tool_list_container .realtime-analyzer_tool_list_body::-webkit-scrollbar-thumb:hover {
        background-color: gray; }
      .reatime-analyzer_tool .realtime-analyzer_tool_list_column .realtime-analyzer_tool_list_container .realtime-analyzer_tool_list_body .no_measurement_container {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 80%;
        text-align: center;
        margin: 0 auto;
        font-weight: bold;
        color: #a3aab1; }
      .reatime-analyzer_tool .realtime-analyzer_tool_list_column .realtime-analyzer_tool_list_container .realtime-analyzer_tool_list_body .realtime-analyzer_tool_list_buttons_container {
        display: flex;
        align-items: center;
        justify-content: space-around;
        position: sticky;
        top: 0;
        left: 0;
        z-index: 900;
        background-color: #fff;
        padding: 5px 0;
        gap: 10px; }
        .reatime-analyzer_tool .realtime-analyzer_tool_list_column .realtime-analyzer_tool_list_container .realtime-analyzer_tool_list_body .realtime-analyzer_tool_list_buttons_container .realtime-analyzer_tool_list_button {
          display: flex;
          align-items: center;
          color: #151515;
          background-color: #f1f1f1;
          border-color: #5e5e5e;
          font-weight: bold;
          padding: 5px 10px; }
          .reatime-analyzer_tool .realtime-analyzer_tool_list_column .realtime-analyzer_tool_list_container .realtime-analyzer_tool_list_body .realtime-analyzer_tool_list_buttons_container .realtime-analyzer_tool_list_button .material-icons {
            font-size: 20px;
            margin-right: 5px; }
          .reatime-analyzer_tool .realtime-analyzer_tool_list_column .realtime-analyzer_tool_list_container .realtime-analyzer_tool_list_body .realtime-analyzer_tool_list_buttons_container .realtime-analyzer_tool_list_button div {
            margin-top: 5px;
            font-size: 13px; }
      .reatime-analyzer_tool .realtime-analyzer_tool_list_column .realtime-analyzer_tool_list_container .realtime-analyzer_tool_list_body .realtime-analyzer_tool_list_item {
        padding: 0.4em 0.5em 0;
        cursor: pointer;
        white-space: nowrap; }
        .reatime-analyzer_tool .realtime-analyzer_tool_list_column .realtime-analyzer_tool_list_container .realtime-analyzer_tool_list_body .realtime-analyzer_tool_list_item .realtime-analyzer_tool_list_item_name {
          font-size: 16px;
          margin-left: 10px;
          user-select: none; }

.reatime-analyzer_tool .reatime-analyzer_tool_analyze_button {
  background-color: green;
  color: #ffffff;
  border: none;
  font-size: 15px;
  width: 100%; }
  .reatime-analyzer_tool .reatime-analyzer_tool_analyze_button:hover {
    box-shadow: 0 0 10px #000; }
  .reatime-analyzer_tool .reatime-analyzer_tool_analyze_button:focus {
    box-shadow: 0 0 10px #000; }

.solar-chart-gap {
  gap: 16px; }

.solar-graph-gap {
  gap: 24px; }

.custom-dark-theme-solarchart .highcharts-xaxis-labels text,
.custom-dark-theme-solarchart .highcharts-yaxis-labels text {
  fill: #ffffff !important;
  color: #ffffff !important; }

.solar-dark-theme-pieChart-container .tk-box {
  background-color: #181d1f !important; }

.custom-dark-theme-solarchart .react-datepicker__month-container,
.custom-dark-theme-solarchart .react-datepicker__header {
  background-color: #181d1f;
  color: #ffffff !important; }

.custom-dark-theme-solarchart .react-datepicker__month-text:hover {
  background-color: #333333 !important; }

.icon-spinner {
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite; }

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg); } }

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@use "ag-grid-community/styles/ag-grid.css";
.list-group-item + .list-group-item {
  border-top-width: 1px !important; }

.subscription-text {
  color: #FF7F50 !important; }

.subscription-heading, .onboarding-form-heading {
  line-height: 1.4;
  color: #3D5170; }

.progress {
  height: 1rem; }

.progress-bar {
  height: 1rem;
  background-color: #1E73BE !important; }

.onboarding-progress {
  color: #1E73BE; }

.onboarding-input-lebel {
  color: #868e96; }

.onboarding-form-instruction {
  color: #818EA3;
  font-size: 10px;
  margin-top: -1rem; }

.notification-ball {
  margin-right: 5px !important; }

.notification-bell_dot {
  right: 10px !important; }

.ed-tool-table.ReactTable .rt-table {
  overflow: visible !important; }

.ed-tool-table.ReactTable .rt-tbody {
  overflow: visible !important; }
  .ed-tool-table.ReactTable .rt-tbody .rt-td {
    overflow: visible !important; }

.ed-tool-table input::-webkit-outer-spin-button,
.ed-tool-table input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */ }

.ed-tool-table input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */ }

.year-budget {
  display: flex; }

.zone-budget-flex {
  display: flex;
  width: 100%; }

.zone-budget-right {
  width: 40%;
  margin-right: 30px; }

.zone-budget-left {
  width: 40%;
  margin-left: 50px; }

.form-field-control {
  margin-bottom: -1rem; }

.modal {
  z-index: 2050; }

.meter-model {
  max-width: 93vw; }

.meter-model > div {
  height: 93vh; }

.meter-model-body {
  height: 83%; }

.meter-model-body-chart {
  height: inherit; }

.onboarding_get_start {
  font-size: 20px;
  margin-top: 1rem; }

.diffInput {
  width: 80px; }

.invalid_select {
  margin-top: 0.25rem;
  font-size: 80%;
  color: #c4183c; }

.react-datepicker__monthPicker {
  padding: 0 !important; }

.react-datepicker__month-text {
  width: 2rem !important;
  margin: 2px !important; }

/**
 *  react-multi-date-picker module styling
 */
.rmdp-container {
  width: 100%; }

.rmdp-input {
  width: inherit;
  height: 34px !important;
  padding: 0.4375rem 0.75rem !important;
  font-size: 0.8125rem !important;
  line-height: 1.5 !important;
  color: #495057 !important;
  background-color: #fff !important;
  border: 1px solid #e1e5eb !important;
  font-weight: 300 !important;
  will-change: border-color, box-shadow !important;
  border-radius: 0.25rem !important;
  box-shadow: none;
  transition: box-shadow 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06), border 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06) !important; }

.rmdp-input::placeholder {
  color: #868e96; }

.container--home,
.container--portfolio,
.container--zone,
.container--project,
.container--KPI {
  max-width: 100%; }

.advance_Select_Executive {
  max-width: 60%; }

.startEndDate {
  width: 100%; }

.support-ticket {
  color: #5A6169; }

.support-ticket:hover {
  color: #5A6169; }

.adjustMargin > span {
  margin: auto 0; }

.ag-body-viewport-wrapper.ag-layout-normal {
  overflow-x: auto !important;
  overflow-y: auto !important; }

.ag-header-viewport {
  overflow: visible; }

.ag-header {
  overflow: visible;
  width: fit-content; }

.ag-root.ag-layout-normal {
  overflow: auto; }

.ag-header-container1 {
  overflow: visible; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.solar-plant-remove-btn-block {
  cursor: not-allowed;
  pointer-events: all !important; }

.no-card {
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  padding: 0px !important;
  margin: 0px !important; }

