/*
 * Shards Dashboards UI Kit v1.0.0
 * Project URL: https://designrevision.com/downloads/shards-dashboards
 * Based on: Shards UI Kit v2.0.1 (https://designrevision.com/downloads/shards)
 * Based on: Bootstrap v4.0.0 (final) (https://getbootstrap.com)
 * Copyright 2017-* DesignRevision (https://designrevision.com)
 * Copyright 2017-* Catalin Vasile (contact@catalin.me)
 * License: SEE THE LICENSE FILE
 */
/*
 * Shards v3.0.0 (https://designrevision.com/downloads/shards/)
 * Based on: Bootstrap v4.3.1 (https://getbootstrap.com)
 * Copyright 2017-* DesignRevision (https://designrevision.com)
 */
: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: rgb(0, 86.1, 178.5);
  text-decoration: underline;
}

b, strong {
  font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.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: 0.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: rgb(183.6, 218.04, 255);
}

.table-hover .table-primary:hover {
  background-color: rgb(158.1, 204.84, 255);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(158.1, 204.84, 255);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(208.8, 210.76, 213);
}

.table-hover .table-secondary:hover {
  background-color: rgb(195.4428571429, 197.9695238095, 200.8571428571);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(195.4428571429, 197.9695238095, 200.8571428571);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(190.04, 239.04, 215.24);
}

.table-hover .table-success:hover {
  background-color: rgb(169.5694117647, 234.0105882353, 202.7105882353);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(169.5694117647, 234.0105882353, 202.7105882353);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(183.6, 235.12, 244.08);
}

.table-hover .table-info:hover {
  background-color: rgb(161.4826530612, 228.9618367347, 240.6973469388);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(161.4826530612, 228.9618367347, 240.6973469388);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 234, 183.6);
}

.table-hover .table-warning:hover {
  background-color: rgb(255, 226.5, 158.1);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(255, 226.5, 158.1);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(238.48, 190.32, 200.4);
}

.table-hover .table-danger:hover {
  background-color: rgb(233.2920689655, 170.0079310345, 183.2534482759);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(233.2920689655, 170.0079310345, 183.2534482759);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(253.88, 253.88, 253.88);
}

.table-hover .table-light:hover {
  background-color: rgb(241.13, 241.13, 241.13);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(241.13, 241.13, 241.13);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(192.84, 193.96, 195.08);
}

.table-hover .table-dark:hover {
  background-color: rgb(179.8560550459, 181.21, 182.5639449541);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(179.8560550459, 181.21, 182.5639449541);
}

.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: rgb(50.0574324324, 56.125, 62.1925675676);
}
.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: rgb(50.0574324324, 56.125, 62.1925675676);
}
.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: rgb(179.1, 189.22, 204.4);
}
.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::-moz-placeholder {
  color: #868e96;
}
.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: rgb(87.4615384615, 235.5384615385, 163.6153846154);
  border-color: rgb(41.7692307692, 230.2307692308, 138.6923076923);
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: rgb(41.7692307692, 230.2307692308, 138.6923076923);
}
.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: rgb(178.8461538462, 246.1538461538, 213.4615384615);
  border-color: rgb(41.7692307692, 230.2307692308, 138.6923076923);
  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: rgb(234.4909090909, 87.5090909091, 118.2727272727);
  border-color: rgb(228.9272727273, 42.0727272727, 81.1818181818);
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: rgb(228.9272727273, 42.0727272727, 81.1818181818);
}
.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: rgb(245.6181818182, 178.3818181818, 192.4545454545);
  border-color: rgb(228.9272727273, 42.0727272727, 81.1818181818);
  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: rgb(0, 110.7, 229.5);
  border-color: rgb(0, 110.7, 229.5);
  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: rgb(0, 110.7, 229.5);
  border-color: rgb(0, 98.4, 204);
  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: rgb(78.2307692308, 84.3153846154, 91.2692307692);
  border-color: rgb(78.2307692308, 84.3153846154, 91.2692307692);
  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: rgb(78.2307692308, 84.3153846154, 91.2692307692);
  border-color: rgb(66.4615384615, 71.6307692308, 77.5384615385);
  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: rgb(20.3461538462, 175.1538461538, 99.9615384615);
  border-color: rgb(20.3461538462, 175.1538461538, 99.9615384615);
  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: rgb(20.3461538462, 175.1538461538, 99.9615384615);
  border-color: rgb(17.6923076923, 152.3076923077, 86.9230769231);
  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: rgb(0, 162.2777777778, 190.5);
  border-color: rgb(0, 162.2777777778, 190.5);
  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: rgb(0, 162.2777777778, 190.5);
  border-color: rgb(0, 140.5555555556, 165);
  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: rgb(229.5, 162, 0);
  border-color: rgb(229.5, 162, 0);
  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: rgb(229.5, 162, 0);
  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: rgb(173.2818181818, 21.2181818182, 53.0454545455);
  border-color: rgb(173.2818181818, 21.2181818182, 53.0454545455);
  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: rgb(173.2818181818, 21.2181818182, 53.0454545455);
  border-color: rgb(150.5636363636, 18.4363636364, 46.0909090909);
  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: rgb(238.25, 238.25, 238.25);
  border-color: rgb(238.25, 238.25, 238.25);
  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: rgb(238.25, 238.25, 238.25);
  border-color: rgb(225.5, 225.5, 225.5);
  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: rgb(21.6283783784, 24.25, 26.8716216216);
  border-color: rgb(21.6283783784, 24.25, 26.8716216216);
  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: rgb(21.6283783784, 24.25, 26.8716216216);
  border-color: rgb(10.2567567568, 11.5, 12.7432432432);
  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: rgb(242.25, 242.25, 242.25);
  border-color: rgb(242.25, 242.25, 242.25);
  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: rgb(242.25, 242.25, 242.25);
  border-color: rgb(229.5, 229.5, 229.5);
  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;
}
.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 {
  color: #fff;
}
.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;
}
.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 {
  color: #000;
}
.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: rgb(0, 86.1, 178.5);
  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: rgb(21.6283783784, 24.25, 26.8716216216);
  background-color: rgb(236.4230769231, 237.6615384615, 239.0769230769);
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  background-color: rgb(195.2307692308, 199.2153846154, 203.7692307692);
}
.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: rgb(178.5, 215.4, 255);
  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-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label {
  position: relative;
}

.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: 0.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: rgb(167.7692307692, 173.5846153846, 180.2307692308);
}
.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: rgb(179.1, 189.22, 204.4);
}
.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: rgb(229.5, 241.8, 255);
}
.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: rgb(179.1, 189.22, 204.4);
}
.custom-file-input:disabled + .custom-file-label {
  color: #868e96;
  background-color: rgb(247.7631578947, 248.75, 249.7368421053);
}

.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: 0.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: 0.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 rgb(208.9615384615, 212.0307692308, 215.5384615385);
}
.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: rgb(230.9307692308, 232.5353846154, 234.3692307692);
}
.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: rgb(252.9, 253.04, 253.2);
}

.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: rgb(230.9307692308, 232.5353846154, 234.3692307692);
}

.nav-blue .nav-link.active {
  background-color: #007bff;
  border-color: rgb(0, 115.62, 239.7);
  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: rgb(51, 149.4, 255);
  color: #007bff;
}
.nav-blue.nav-outlined-pills .nav-link.active:hover {
  border-color: rgb(51, 149.4, 255);
}
.nav-blue.nav-outlined-pills .nav-link {
  color: #007bff;
}

.nav-indigo .nav-link.active {
  background-color: #674eec;
  border-color: rgb(91.1346938776, 64.1831632653, 234.5168367347);
  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: rgb(142.5510204082, 124.056122449, 240.943877551);
  color: #674eec;
}
.nav-indigo.nav-outlined-pills .nav-link.active:hover {
  border-color: rgb(142.5510204082, 124.056122449, 240.943877551);
}
.nav-indigo.nav-outlined-pills .nav-link {
  color: #674eec;
}

.nav-purple .nav-link.active {
  background-color: #8445f7;
  border-color: rgb(122.2994845361, 54.3309278351, 246.3690721649);
  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: rgb(164.3350515464, 117.8969072165, 249.1030927835);
  color: #8445f7;
}
.nav-purple.nav-outlined-pills .nav-link.active:hover {
  border-color: rgb(164.3350515464, 117.8969072165, 249.1030927835);
}
.nav-purple.nav-outlined-pills .nav-link {
  color: #8445f7;
}

.nav-pink .nav-link.active {
  background-color: #ff4169;
  border-color: rgb(255, 49.7, 92.9210526316);
  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: rgb(255, 116, 145.2631578947);
  color: #ff4169;
}
.nav-pink.nav-outlined-pills .nav-link.active:hover {
  border-color: rgb(255, 116, 145.2631578947);
}
.nav-pink.nav-outlined-pills .nav-link {
  color: #ff4169;
}

.nav-red .nav-link.active {
  background-color: #c4183c;
  border-color: rgb(182.3690909091, 22.3309090909, 55.8272727273);
  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: rgb(228.9272727273, 42.0727272727, 81.1818181818);
  color: #c4183c;
}
.nav-red.nav-outlined-pills .nav-link.active:hover {
  border-color: rgb(228.9272727273, 42.0727272727, 81.1818181818);
}
.nav-red.nav-outlined-pills .nav-link {
  color: #c4183c;
}

.nav-orange .nav-link.active {
  background-color: #fb7906;
  border-color: rgb(237.8786561265, 113.6849802372, 3.8213438735);
  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: rgb(251.8063241107, 148.0118577075, 56.1936758893);
  color: #fb7906;
}
.nav-orange.nav-outlined-pills .nav-link.active:hover {
  border-color: rgb(251.8063241107, 148.0118577075, 56.1936758893);
}
.nav-orange.nav-outlined-pills .nav-link {
  color: #fb7906;
}

.nav-yellow .nav-link.active {
  background-color: #ffb400;
  border-color: rgb(239.7, 169.2, 0);
  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: rgb(21.4076923077, 184.2923076923, 105.1769230769);
  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: rgb(41.7692307692, 230.2307692308, 138.6923076923);
  color: #17c671;
}
.nav-green.nav-outlined-pills .nav-link.active:hover {
  border-color: rgb(41.7692307692, 230.2307692308, 138.6923076923);
}
.nav-green.nav-outlined-pills .nav-link {
  color: #17c671;
}

.nav-teal .nav-link.active {
  background-color: #1adba2;
  border-color: rgb(24.3763265306, 205.3236734694, 151.8832653061);
  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: rgb(63.7102040816, 232.2897959184, 182.5020408163);
  color: #1adba2;
}
.nav-teal.nav-outlined-pills .nav-link.active:hover {
  border-color: rgb(63.7102040816, 232.2897959184, 182.5020408163);
}
.nav-teal.nav-outlined-pills .nav-link {
  color: #1adba2;
}

.nav-cyan .nav-link.active {
  background-color: #00b8d8;
  border-color: rgb(0, 170.9666666667, 200.7);
  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: rgb(247.35, 247.35, 247.35);
  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: rgb(125.8084070796, 134.35, 142.8915929204);
  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: rgb(161.3053097345, 167.5, 173.6946902655);
  color: #868e96;
}
.nav-gray.nav-outlined-pills .nav-link.active:hover {
  border-color: rgb(161.3053097345, 167.5, 173.6946902655);
}
.nav-gray.nav-outlined-pills .nav-link {
  color: #868e96;
}

.nav-gray-dark .nav-link.active {
  background-color: #343a40;
  border-color: rgb(45.1413793103, 50.35, 55.5586206897);
  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: rgb(74.8620689655, 83.5, 92.1379310345);
  color: #343a40;
}
.nav-gray-dark.nav-outlined-pills .nav-link.active:hover {
  border-color: rgb(74.8620689655, 83.5, 92.1379310345);
}
.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 .card-header,
.card-small .card-body,
.card-small .card-footer {
  padding: 1rem 1rem;
}
.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-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 rgb(230.9307692308, 232.5353846154, 234.3692307692);
}
@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 {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         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: rgb(0, 86.1, 178.5);
  background-color: rgb(244.6615384615, 245.3507692308, 246.1384615385);
  border-color: rgb(222.6923076923, 224.8461538462, 227.3076923077);
}

.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: rgb(167.7692307692, 173.5846153846, 180.2307692308);
  background-color: #fff;
  border-color: rgb(222.6923076923, 224.8461538462, 227.3076923077);
}

.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: rgb(0, 98.4, 204);
}

.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: rgb(66.4615384615, 71.6307692308, 77.5384615385);
}

.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: rgb(17.6923076923, 152.3076923077, 86.9230769231);
}

.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: rgb(0, 140.5555555556, 165);
}

.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: rgb(150.5636363636, 18.4363636364, 46.0909090909);
}

.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: rgb(225.5, 225.5, 225.5);
}

.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: rgb(10.2567567568, 11.5, 12.7432432432);
}

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

.jumbotron {
  padding: 38px 42px;
  margin-bottom: 2rem;
  background-color: rgb(236.4230769231, 237.6615384615, 239.0769230769);
  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: rgb(244.8, 249.72, 255);
  background-color: #007bff;
}
.alert-primary .alert-link {
  color: rgb(244.8, 249.72, 255);
}

.alert-secondary {
  color: rgb(217.2, 219.72, 222.6);
  background-color: #5A6169;
}
.alert-secondary .alert-link {
  color: rgb(217.2, 219.72, 222.6);
}

.alert-success {
  color: rgb(215.4, 250.4, 233.4);
  background-color: #17c671;
}
.alert-success .alert-link {
  color: rgb(215.4, 250.4, 233.4);
}

.alert-info {
  color: rgb(205.8, 247.7111111111, 255);
  background-color: #00b8d8;
}
.alert-info .alert-link {
  color: rgb(205.8, 247.7111111111, 255);
}

.alert-warning {
  color: rgb(255, 252, 244.8);
  background-color: #ffb400;
}
.alert-warning .alert-link {
  color: rgb(255, 252, 244.8);
}

.alert-danger {
  color: rgb(250.0690909091, 214.7309090909, 222.1272727273);
  background-color: #c4183c;
}
.alert-danger .alert-link {
  color: rgb(250.0690909091, 214.7309090909, 222.1272727273);
}

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

.alert-dark {
  color: rgb(149.0648648649, 159.4, 169.7351351351);
  background-color: #212529;
}
.alert-dark .alert-link {
  color: rgb(149.0648648649, 159.4, 169.7351351351);
}

.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: rgb(244.6615384615, 245.3507692308, 246.1384615385);
  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: rgb(247.4076923077, 247.9138461538, 248.4923076923);
}
.list-group-item-action:active {
  color: #5A6169;
  background-color: rgb(236.4230769231, 237.6615384615, 239.0769230769);
}

.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: rgb(0, 63.96, 132.6);
  background-color: rgb(183.6, 218.04, 255);
}

a.list-group-item-primary,
button.list-group-item-primary {
  color: rgb(0, 63.96, 132.6);
}
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: rgb(0, 63.96, 132.6);
  background-color: rgb(158.1, 204.84, 255);
}
a.list-group-item-primary.active,
button.list-group-item-primary.active {
  background-color: rgb(0, 63.96, 132.6);
  border-color: rgb(0, 63.96, 132.6);
}

.list-group-item-secondary {
  color: rgb(46.8, 50.44, 54.6);
  background-color: rgb(208.8, 210.76, 213);
}

a.list-group-item-secondary,
button.list-group-item-secondary {
  color: rgb(46.8, 50.44, 54.6);
}
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: rgb(46.8, 50.44, 54.6);
  background-color: rgb(195.4428571429, 197.9695238095, 200.8571428571);
}
a.list-group-item-secondary.active,
button.list-group-item-secondary.active {
  background-color: rgb(46.8, 50.44, 54.6);
  border-color: rgb(46.8, 50.44, 54.6);
}

.list-group-item-success {
  color: rgb(11.96, 102.96, 58.76);
  background-color: rgb(190.04, 239.04, 215.24);
}

a.list-group-item-success,
button.list-group-item-success {
  color: rgb(11.96, 102.96, 58.76);
}
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: rgb(11.96, 102.96, 58.76);
  background-color: rgb(169.5694117647, 234.0105882353, 202.7105882353);
}
a.list-group-item-success.active,
button.list-group-item-success.active {
  background-color: rgb(11.96, 102.96, 58.76);
  border-color: rgb(11.96, 102.96, 58.76);
}

.list-group-item-info {
  color: rgb(0, 95.68, 112.32);
  background-color: rgb(183.6, 235.12, 244.08);
}

a.list-group-item-info,
button.list-group-item-info {
  color: rgb(0, 95.68, 112.32);
}
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: rgb(0, 95.68, 112.32);
  background-color: rgb(161.4826530612, 228.9618367347, 240.6973469388);
}
a.list-group-item-info.active,
button.list-group-item-info.active {
  background-color: rgb(0, 95.68, 112.32);
  border-color: rgb(0, 95.68, 112.32);
}

.list-group-item-warning {
  color: rgb(132.6, 93.6, 0);
  background-color: rgb(255, 234, 183.6);
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: rgb(132.6, 93.6, 0);
}
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: rgb(132.6, 93.6, 0);
  background-color: rgb(255, 226.5, 158.1);
}
a.list-group-item-warning.active,
button.list-group-item-warning.active {
  background-color: rgb(132.6, 93.6, 0);
  border-color: rgb(132.6, 93.6, 0);
}

.list-group-item-danger {
  color: rgb(101.92, 12.48, 31.2);
  background-color: rgb(238.48, 190.32, 200.4);
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: rgb(101.92, 12.48, 31.2);
}
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: rgb(101.92, 12.48, 31.2);
  background-color: rgb(233.2920689655, 170.0079310345, 183.2534482759);
}
a.list-group-item-danger.active,
button.list-group-item-danger.active {
  background-color: rgb(101.92, 12.48, 31.2);
  border-color: rgb(101.92, 12.48, 31.2);
}

.list-group-item-light {
  color: rgb(130.52, 130.52, 130.52);
  background-color: rgb(253.88, 253.88, 253.88);
}

a.list-group-item-light,
button.list-group-item-light {
  color: rgb(130.52, 130.52, 130.52);
}
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: rgb(130.52, 130.52, 130.52);
  background-color: rgb(241.13, 241.13, 241.13);
}
a.list-group-item-light.active,
button.list-group-item-light.active {
  background-color: rgb(130.52, 130.52, 130.52);
  border-color: rgb(130.52, 130.52, 130.52);
}

.list-group-item-dark {
  color: rgb(17.16, 19.24, 21.32);
  background-color: rgb(192.84, 193.96, 195.08);
}

a.list-group-item-dark,
button.list-group-item-dark {
  color: rgb(17.16, 19.24, 21.32);
}
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: rgb(17.16, 19.24, 21.32);
  background-color: rgb(179.8560550459, 181.21, 182.5639449541);
}
a.list-group-item-dark.active,
button.list-group-item-dark.active {
  background-color: rgb(17.16, 19.24, 21.32);
  border-color: rgb(17.16, 19.24, 21.32);
}

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

.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 rgb(222.6923076923, 224.8461538462, 227.3076923077);
}

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

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

.modal-footer {
  padding: 0.9375rem 2.1875rem;
  border-top: 1px solid rgb(222.6923076923, 224.8461538462, 227.3076923077);
}

@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: 1rem;
  height: 0.3rem;
  margin: 0 0.5rem;
}
.popover .arrow::before {
  border-width: 1rem;
}
.popover .arrow::after {
  border-width: 1rem;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.3rem;
}
.bs-popover-top .arrow, .bs-popover-auto[x-placement^=top] .arrow {
  bottom: calc((0.3rem + 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: 0.3rem 0.5rem 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: 0.3rem;
}
.bs-popover-right .arrow, .bs-popover-auto[x-placement^=right] .arrow {
  left: calc((0.3rem + 1px) * -1);
  width: 0.3rem;
  height: 1rem;
  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: 0.5rem 0.3rem 0.5rem 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: 0.3rem;
}
.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^=bottom] .arrow {
  top: calc((0.3rem + 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 0.5rem 0.3rem 0.5rem;
}
.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: 1rem;
  margin-left: -0.5rem;
  border-bottom: 1px solid rgb(244.6615384615, 245.3507692308, 246.1384615385);
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.3rem;
}
.bs-popover-left .arrow, .bs-popover-auto[x-placement^=left] .arrow {
  right: calc((0.3rem + 1px) * -1);
  width: 0.3rem;
  height: 1rem;
  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: 0.5rem 0 0.5rem 0.3rem;
}
.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: rgb(244.6615384615, 245.3507692308, 246.1384615385);
  border-bottom: 1px solid rgb(230.9307692308, 232.5353846154, 234.3692307692);
  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;
  touch-action: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
  background: rgb(236.4230769231, 237.6615384615, 239.0769230769);
  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%;
  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: -11.5px;
  left: auto;
}

.noUi-rtl .noUi-value-horizontal {
  transform: translate(50%, 50%);
}
.noUi-rtl .noUi-value-vertical {
  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 {
  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 {
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 30px;
}

.noUi-handle {
  position: absolute;
  border: 1px solid rgb(230.9307692308, 232.5353846154, 234.3692307692);
  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: -moz-grab;
}
.noUi-handle:active {
  cursor: 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 {
  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: rgb(241.9153846154, 242.7876923077, 243.7846153846);
}
[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 * {
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: rgb(167.7692307692, 173.5846153846, 180.2307692308);
  font-size: 12px;
}

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

.noUi-value-sub {
  color: rgb(167.7692307692, 173.5846153846, 180.2307692308);
  font-size: 10px;
}

.noUi-marker {
  position: absolute;
  background: rgb(167.7692307692, 173.5846153846, 180.2307692308);
}

.noUi-marker-sub {
  background: rgb(167.7692307692, 173.5846153846, 180.2307692308);
}

.noUi-marker-large {
  background: rgb(167.7692307692, 173.5846153846, 180.2307692308);
}

.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;
}
.datepicker-inline {
  width: 220px;
}
.datepicker {
  direction: ltr;
}
.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 rgb(195.2307692308, 199.2153846154, 203.7692307692);
  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 rgb(195.2307692308, 199.2153846154, 203.7692307692);
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: 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: rgb(195.2307692308, 199.2153846154, 203.7692307692);
}
.datepicker table tr td.day:hover, .datepicker table tr td.focused {
  background: rgb(236.4230769231, 237.6615384615, 239.0769230769);
  cursor: pointer;
}
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
  background: none;
  color: rgb(230.9307692308, 232.5353846154, 234.3692307692);
  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: rgb(229.5, 241.8, 255);
}
.datepicker table tr td.today.focused {
  background: rgb(244.6615384615, 245.3507692308, 246.1384615385);
}
.datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:active {
  background: rgb(244.6615384615, 245.3507692308, 246.1384615385);
  color: #868e96;
}
.datepicker table tr td.range {
  background: #007bff;
  color: #fff;
  border-radius: 0;
}
.datepicker table tr td.range.focused {
  background: rgb(0, 103.32, 214.2);
}
.datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:active, .datepicker table tr td.range.day.disabled:hover {
  background: rgb(0, 98.4, 204);
  color: rgb(51, 149.4, 255);
}
.datepicker table tr td.range.highlighted.focused {
  background: rgb(203.4736842105, 210.5, 217.5263157895);
}
.datepicker table tr td.range.highlighted.disabled, .datepicker table tr td.range.highlighted.disabled:active {
  background: #e9ecef;
  color: rgb(230.9307692308, 232.5353846154, 234.3692307692);
}
.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: rgb(230.9307692308, 232.5353846154, 234.3692307692);
  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: rgb(0, 98.4, 204) !important;
}
.bg-primary.card .card-header,
.bg-primary.card .card-footer {
  background: rgb(0, 115.62, 239.7);
}

a.bg-primary:hover, a.bg-primary:focus {
  background-color: rgb(0, 98.4, 204) !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: rgb(66.4615384615, 71.6307692308, 77.5384615385) !important;
}
.bg-secondary.card .card-header,
.bg-secondary.card .card-footer {
  background: rgb(82.9384615385, 89.3892307692, 96.7615384615);
}

a.bg-secondary:hover, a.bg-secondary:focus {
  background-color: rgb(66.4615384615, 71.6307692308, 77.5384615385) !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: rgb(17.6923076923, 152.3076923077, 86.9230769231) !important;
}
.bg-success.card .card-header,
.bg-success.card .card-footer {
  background: rgb(21.4076923077, 184.2923076923, 105.1769230769);
}

a.bg-success:hover, a.bg-success:focus {
  background-color: rgb(17.6923076923, 152.3076923077, 86.9230769231) !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: rgb(0, 140.5555555556, 165) !important;
}
.bg-info.card .card-header,
.bg-info.card .card-footer {
  background: rgb(0, 170.9666666667, 200.7);
}

a.bg-info:hover, a.bg-info:focus {
  background-color: rgb(0, 140.5555555556, 165) !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: rgb(239.7, 169.2, 0);
}

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: rgb(150.5636363636, 18.4363636364, 46.0909090909) !important;
}
.bg-danger.card .card-header,
.bg-danger.card .card-footer {
  background: rgb(182.3690909091, 22.3309090909, 55.8272727273);
}

a.bg-danger:hover, a.bg-danger:focus {
  background-color: rgb(150.5636363636, 18.4363636364, 46.0909090909) !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: rgb(225.5, 225.5, 225.5) !important;
}
.bg-light.card .card-header,
.bg-light.card .card-footer {
  background: rgb(243.35, 243.35, 243.35);
}

a.bg-light:hover, a.bg-light:focus {
  background-color: rgb(225.5, 225.5, 225.5) !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: rgb(10.2567567568, 11.5, 12.7432432432) !important;
}
.bg-dark.card .card-header,
.bg-dark.card .card-footer {
  background: rgb(26.177027027, 29.35, 32.522972973);
}

a.bg-dark:hover, a.bg-dark:focus {
  background-color: rgb(10.2567567568, 11.5, 12.7432432432) !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: rgb(0, 98.4, 204) !important;
}

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

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(66.4615384615, 71.6307692308, 77.5384615385) !important;
}

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

a.text-success:hover, a.text-success:focus {
  color: rgb(17.6923076923, 152.3076923077, 86.9230769231) !important;
}

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

a.text-info:hover, a.text-info:focus {
  color: rgb(0, 140.5555555556, 165) !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: rgb(150.5636363636, 18.4363636364, 46.0909090909) !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: rgb(225.5, 225.5, 225.5) !important;
}

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

a.text-dark:hover, a.text-dark:focus {
  color: rgb(10.2567567568, 11.5, 12.7432432432) !important;
}

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

a.text-white:hover, a.text-white:focus {
  color: rgb(229.5, 229.5, 229.5) !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 (min-resolution: 144dpi) {
  html {
    font-size: 16px;
    font-weight: 400;
  }
}

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

a {
  color: #007bff;
}
a:hover {
  color: rgb(0, 86.1, 178.5);
}

label {
  font-weight: 400;
}

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

.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: rgb(255, 39.5, 84.8684210526);
  border-color: rgb(255, 39.5, 84.8684210526);
  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: rgb(255, 39.5, 84.8684210526);
  border-color: rgb(255, 14, 64.7368421053);
  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: rgb(83.2244897959, 54.9719387755, 233.5280612245);
  border-color: rgb(83.2244897959, 54.9719387755, 233.5280612245);
  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: rgb(83.2244897959, 54.9719387755, 233.5280612245);
  border-color: rgb(63.4489795918, 31.943877551, 231.056122449);
  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: rgb(23.293877551, 196.206122449, 145.1387755102);
  border-color: rgb(23.293877551, 196.206122449, 145.1387755102);
  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: rgb(23.293877551, 196.206122449, 145.1387755102);
  border-color: rgb(20.587755102, 173.412244898, 128.2775510204);
  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: rgb(0, 110.7, 229.5);
  border-color: rgb(0, 110.7, 229.5);
  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: rgb(0, 110.7, 229.5);
  border-color: rgb(0, 98.4, 204);
  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-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: rgb(101.7064220183, 116.0779816514, 139.2935779817);
}
.nav-link-icon__wrapper {
  position: relative;
}
.nav-link-icon i {
  font-size: 1.25rem;
}
.nav-link-icon i.material-icons {
  font-size: 1.5625rem;
}

.badge-salmon {
  color: #fff;
  background-color: #FF4169;
}
.badge-salmon[href]:hover, .badge-salmon[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgb(255, 14, 64.7368421053);
}

.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: rgb(63.4489795918, 31.943877551, 231.056122449);
}

.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: rgb(20.587755102, 173.412244898, 128.2775510204);
}

.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: rgb(0, 98.4, 204);
}

.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: rgb(236.9436734694, 252.8563265306, 248.1567346939);
  background-color: #1ADBA2;
}
.alert-java .alert-link {
  color: rgb(236.9436734694, 252.8563265306, 248.1567346939);
}

.alert-accent {
  color: rgb(244.8, 249.72, 255);
  background-color: #007bff;
}
.alert-accent .alert-link {
  color: rgb(244.8, 249.72, 255);
}

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

.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 {
  font-size: 0.75rem;
}
.input-group-text i.material-icons {
  top: 0;
  font-size: 0.8125rem;
}

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

.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: 0.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-] {
  background: #fff;
  border-radius: 7px;
  font-size: 11px;
  opacity: 1;
  position: absolute;
  transition: all 0.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;
}

.dropdown .fa,
.dropdown .material-icons {
  color: rgb(195.2307692308, 199.2153846154, 203.7692307692);
  margin-right: 0.25rem;
}
.dropdown .dropdown-item:hover {
  background-color: rgb(250.1538461538, 250.4769230769, 250.8461538462);
}

.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: 0.15;
}
.card-header .block-handle:hover {
  cursor: -webkit-grab;
}

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

.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: rgb(255, 14, 64.7368421053) !important;
}
.bg-salmon.card .card-header,
.bg-salmon.card .card-footer {
  background: rgb(255, 49.7, 92.9210526316);
}

a.bg-salmon:hover, a.bg-salmon:focus {
  background-color: rgb(255, 14, 64.7368421053) !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: rgb(63.4489795918, 31.943877551, 231.056122449) !important;
}
.bg-royal-blue.card .card-header,
.bg-royal-blue.card .card-footer {
  background: rgb(91.1346938776, 64.1831632653, 234.5168367347);
}

a.bg-royal-blue:hover, a.bg-royal-blue:focus {
  background-color: rgb(63.4489795918, 31.943877551, 231.056122449) !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: rgb(20.587755102, 173.412244898, 128.2775510204) !important;
}
.bg-java.card .card-header,
.bg-java.card .card-footer {
  background: rgb(24.3763265306, 205.3236734694, 151.8832653061);
}

a.bg-java:hover, a.bg-java:focus {
  background-color: rgb(20.587755102, 173.412244898, 128.2775510204) !important;
}

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

a.text-salmon:hover, a.text-salmon:focus {
  color: rgb(255, 14, 64.7368421053) !important;
}

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

a.text-royal-blue:hover, a.text-royal-blue:focus {
  color: rgb(63.4489795918, 31.943877551, 231.056122449) !important;
}

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

a.text-java:hover, a.text-java:focus {
  color: rgb(20.587755102, 173.412244898, 128.2775510204) !important;
}

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

a.text-fiord-blue:hover, a.text-fiord-blue:focus {
  color: rgb(43.0173410405, 57.1213872832, 78.9826589595) !important;
}

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

a.text-shuttle-gray:hover, a.text-shuttle-gray:focus {
  color: rgb(66.4615384615, 71.6307692308, 77.5384615385) !important;
}

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

a.text-reagent-gray:hover, a.text-reagent-gray:focus {
  color: rgb(101.7064220183, 116.0779816514, 139.2935779817) !important;
}

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

a.text-mischka:hover, a.text-mischka:focus {
  color: rgb(171.6292134831, 177.9213483146, 198.3707865169) !important;
}

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

a.text-athens-gray:hover, a.text-athens-gray:focus {
  color: rgb(203.4736842105, 210.5, 217.5263157895) !important;
}

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

a.text-accent:hover, a.text-accent:focus {
  color: rgb(0, 98.4, 204) !important;
}

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

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

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

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

.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: 0.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: rgb(241.8578947368, 243.65, 245.4421052632);
}
.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: rgb(179.1, 189.22, 204.4);
}
.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::-moz-placeholder {
  color: #868e96;
}
.dataTables_filter input::placeholder {
  color: #868e96;
}

.dropzone {
  color: #818EA3;
}
.dropzone.dz-drag-hover .dz-default {
  background: #fff;
  border-color: rgb(203.4736842105, 210.5, 217.5263157895);
}
.dropzone .dz-default {
  text-align: center;
  border: 1px dashed rgb(218.2368421053, 223.25, 228.2631578947);
  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: 0.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;
}

.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 {
  max-width: 2.5rem;
}
.main-navbar .navbar .navbar-nav .dropdown-menu {
  position: absolute;
  right: 0;
  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: 100vh;
  background: #fff;
  z-index: 1070;
  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: 991.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;
}
@media (max-width: 1199.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 rgb(240.3, 242.26, 245.2);
  color: #3D5170;
  font-size: 0.8125rem;
  font-weight: 400;
}
@media (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: 0.1;
  will-change: transform;
}
.main-sidebar .dropdown.show .dropdown-toggle::after {
  transform: translateY(-50%) rotateZ(180deg);
}
@media (max-width: 991.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: rgb(158.4770642202, 168.4357798165, 184.5229357798);
  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: 991.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__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: 991.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: rgb(158.4770642202, 168.4357798165, 184.5229357798);
}
.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: 992px) {
  .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: 991.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;
}

.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 {
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  padding: 0;
}
@media (max-width: 767.98px) {
  .page-header .page-title {
    font-size: 2rem;
  }
}
.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 {
  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: 0.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: 1199.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: 8.7rem;
  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: #17c671;
}
.stats-small__percentage--increase::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMTdjNjcxIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gPHBhdGggZD0iTTcgMTRsNS01IDUgNXoiLz4gPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiA8L3N2Zz4=);
}
.stats-small__percentage--decrease {
  color: #c4183c;
}
.stats-small__percentage--decrease::before {
  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: 2.0625rem;
}
.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%;
  }
}

.device-manager__group-title {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  margin: 1rem 0;
}
.device-manager-list td, .device-manager-list th {
  border-left: none !important;
  border-right: none !important;
}
.device-manager-list .device-manager__item-title, .device-manager-list .device-manager__item-meta {
  margin: 0;
}
.device-manager-list .device-manager__item-title {
  display: block;
  font-size: 1rem;
  line-height: 1.25rem;
}
.device-manager-list .device-manager__item-meta {
  display: inline-block;
  font-size: 0.6875rem;
  color: #818EA3;
  line-height: 0.8125rem;
}
.device-manager-list .device-manager__item-icon {
  padding-right: 0 !important;
}
.device-manager-list .device-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;
}
.device-manager-list .device-manager__item-icon i {
  top: 2px;
}

.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: rgb(244.8105263158, 246.2, 247.5894736842);
  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: rgb(173.9473684211, 185, 196.0526315789);
}
.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: rgb(158.4770642202, 168.4357798165, 184.5229357798);
  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;
}

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

#auto-logout-modal div.modal-content {
  width: 500px;
  height: 300px;
  background-color: #fff;
  border: 40px solid #c4183c;
  color: #c4183c;
}
.auto-logout-seconds {
  font-size: 2em;
}
span.nobreak {
  white-space: nowrap;
}


.qrcode-stream-wrapper {
  margin-bottom: 20px;
  height: 200px !important;
}


.camera-switch-btn[data-v-75416910] {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.camera-switch-btn[data-v-75416910]:active {
  background: rgba(0, 0, 0, 0.7);
}
.section-divider[data-v-75416910] {
  margin-top: 1.25rem;
}
.section-divider hr[data-v-75416910] {
  margin-bottom: 0.5rem;
}
.section-divider h6[data-v-75416910] {
  margin-bottom: 1rem;
  font-weight: 600;
}


.edit-modal .modal-content {
  background-color: #ffffffff;
}
.edit-modal.modal {
  z-index: 5000;
}
.edit-buttons {
  table-layout: fixed;
  width: 100%;
  padding-right: 30px;
  padding-bottom: 30px;
}
.edit-modal .nav-pills {
  background-color: rgba(90, 97, 105, 0.06)
}

/* Mobile-friendly modal — kicks in below Bootstrap lg breakpoint */
@media (max-width: 991.98px) {
.edit-modal .modal-dialog {
    margin: 0;
    max-width: 100%;
    min-height: 100%;
}
.edit-modal .modal-content {
    min-height: 100vh;
    border-radius: 0;
    display: flex;
    flex-direction: column;
}
.edit-modal .modal-header {
    padding: 20px 20px 15px;
}
.edit-modal .modal-title {
    font-size: 1.5rem;
    font-weight: 600;
}
.edit-modal .modal-body {
    flex: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 20px;
    font-size: 1.1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.edit-modal .modal-body p {
    font-size: 1.1rem;
    line-height: 1.5;
}
.edit-modal .modal-body .font-weight-bold {
    font-size: 1.2rem;
}
.edit-modal .modal-body small {
    font-size: 0.95rem;
}
.edit-modal .modal-body .fa-2x {
    font-size: 3rem;
}
.edit-modal .edit-buttons {
    padding: 20px;
    padding-bottom: calc(20px + env(safe-area-inset-bottom, 0px));
    position: sticky;
    bottom: 0;
    background: white;
    border-top: 1px solid #e1e5eb;
}
.edit-modal .edit-buttons button {
    min-height: 54px;
    font-size: 1.1rem;
    font-weight: 500;
}
}


.info-modal .modal-content {
  background-color: #ffffffff;
}
.floorplan {
  padding: 0px;
  width: 500px;
  height: 300px;
}


.url-pattern-modal .modal-content {
  background-color: #ffffffff;
  min-width: 640px
}


.other-link[data-v-0717b391] {
  color: #818EA3;
  font-size: 12px;
  text-decoration: underline;
}


.nav-link:hover {
  cursor: pointer;
}

/* IE11 Navbar flex fix. */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.navbar-nav {
    align-items: stretch !important;
    flex: 1 1 100%;
    flex-flow: row wrap;
}
.nav-item.notifications {
    margin-left: auto !important;
}
}
.user {
  padding-top: 10px;
}
.avatar {
  font-size: 32px;
}
.modal-dialog {
  width: -moz-fit-content;
  width: fit-content;
}
.modal-content {
  background-color: #ffffff00;
}
.qr-login-dialog .modal-content {
  background-color: #ffffffff;
  min-width: 440px
}
.user-menu-item {
  width: 18px;
}
.exit-slug-btn:hover,
.exit-slug-btn:focus {
  background-color: #c82333 !important;
  border-color: #bd2130 !important;
  color: #fff !important;
}

.main-navbar {
  z-index: 1000;
}
.main-navbar .dropdown-menu {
  display: block;
}
.main-sidebar .item-icon-wrapper {
  display: inline-block;
}
.main-sidebar .dropdown-menu {
  display: block;
}
.main-sidebar .col {
  white-space: nowrap;
}
a.nav-action {
  cursor: pointer;
}
a.nav-action:hover {
  text-decoration: none;
}

#console-id[data-v-b2625a4c] {
  color: #3d5170;
  background-color: #f5f6f8;
  font-size: 1em;
  border-style: dashed;
  border-width: 1px;
  border-color: #818ea3;
  cursor: pointer;
}


#audio-modal div.modal-content {
  width: 500px;
  height: 300px;
  background-color: #fff;
}


.audio-alert[data-v-c6c5ef5c] {
  border: 40px solid #c4183c;
  color: #c4183c;
  animation: alarm-c6c5ef5c 0.5s linear infinite alternate;
}
.alert[data-v-c6c5ef5c] {
  cursor: pointer;
  animation: alarm-c6c5ef5c 0.5s linear infinite alternate;
}
@keyframes alarm-c6c5ef5c {
from { opacity: 1.0;
}
to { opacity: 0.3;
}
}


#audio-modal div.modal-content {
  width: 500px;
  height: 300px;
  background-color: #fff;
}


.audio-alert[data-v-6d39f30a] {
  border: 40px solid #c4183c;
  color: #c4183c;
  animation: alarm-6d39f30a 0.5s linear infinite alternate;
}
.alert[data-v-6d39f30a] {
  cursor: pointer;
  animation: alarm-6d39f30a 0.5s linear infinite alternate;
}
@keyframes alarm-6d39f30a {
from { opacity: 1.0;
}
to { opacity: 0.3;
}
}


#main-logo[data-v-5f3e853a] {
  max-width: 300px;
}
.help-title[data-v-5f3e853a] {
  font-size: 14px;
}
.help-content[data-v-5f3e853a] {
  font-size: 14px;
}
.time[data-v-5f3e853a] {
  font-size: 18px;
}
.conn-status[data-v-5f3e853a] {
  display: inline-flex;
  align-items: center;
  background-color: #fff !important;
  color: #3d5170 !important;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 0.4em 0.85em;
}
.conn-dot[data-v-5f3e853a] {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 7px;
  border-radius: 50%;
  flex: none;
}
.conn-dot--up[data-v-5f3e853a] {
  /* #17c671 / #c4183c are the Shards "success"/"danger" theme colors;
     hardcoded here because this scoped block is plain CSS (no SCSS vars). */
  background-color: #17c671;
}
.conn-dot--down[data-v-5f3e853a] {
  background-color: #c4183c;
}
/* Breathe only when the user hasn't asked for reduced motion. */
@media (prefers-reduced-motion: no-preference) {
.conn-dot--up[data-v-5f3e853a] {
    animation: conn-breathe-5f3e853a 2s ease-in-out infinite;
}
}
@keyframes conn-breathe-5f3e853a {
0%, 100% {
    opacity: 1;
    box-shadow: 0 0 0 0 rgba(23, 198, 113, 0.55);
}
50% {
    opacity: 0.45;
    box-shadow: 0 0 0 5px rgba(23, 198, 113, 0);
}
}
.kiosk[data-v-5f3e853a] {
  min-height:100vh;
}
.kiosk-header[data-v-5f3e853a] {
  height: 50px;
}
.kiosk-footer[data-v-5f3e853a] {
  height: 50px;
}
.flex-fill[data-v-5f3e853a] {
  flex:1 1 auto;
}


.kiosk-prompt {
  font-size: 32px;
}
.kiosk-secondary {
  font-size: 14px;
  margin-top: 50px;
  color: #818ea3;
}
.kiosk-step {
  width: 100%;
  height: 100%;
  padding: 30px 10px 30px 10px;
  border-radius: 20px;
  background-color: white;
}
.kiosk-step img {
  min-width: 50px;
}
.kiosk .vue-simple-suggest {
  width: 100%;
}
.kiosk .vue-simple-suggest .suggest-item {
  font-size: 24px;
}
.kiosk .vue-simple-suggest input {
  font-size: 24px;
  padding: 5px 10px !important;
  color: #3d5170 !important;
  background-color: #fff;
  border: 3px solid rgb(255,146,47) !important;
  border-radius: 40px;
  transition: 180ms box-shadow ease-in-out;
  width: 100% !important;
}
.kiosk .vue-simple-suggest input:focus {
  border-color:rgb(255,146,47);
  box-shadow: 0 0 0 3px rgb(255,146,47);
  outline: 3px solid transparent;
}
.kiosk .btn {
  font-size: 24px;
  padding: 0.75rem 1.5rem;
}
.kiosk .btn-sm {
  font-size: 12px;
  padding: 0.25rem 0.5rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.kiosk .highlight {
  color: rgb(255,146,47);
}
.kiosk .alert {
  font-size: 18px;
}
.kiosk #actions {
  padding: 3rem;
}


.warehouse-navbar[data-v-501e69e7] {
  width: 100%;
}
.wn-crumbs[data-v-501e69e7] {
  min-width: 0; /* let the view-name crumb truncate instead of overflowing */
  font-size: 20px;
  font-weight: 300; /* light breadcrumb, matching the thin Canopy wordmark */
  color: #3d5170;
}
.wn-home[data-v-501e69e7] {
  color: #3d5170;
  font-weight: 300;
  flex: none;
}
/* Standard dashboard link affordance: underline on hover (Shards
   $link-hover-decoration), not a color shift. */
.wn-home:hover .wn-home-label[data-v-501e69e7],
.wn-home:focus .wn-home-label[data-v-501e69e7] {
  text-decoration: underline;
}
.wn-logo[data-v-501e69e7] {
  /* Sized so the "Canopy" wordmark matches the breadcrumb text height. */
  height: 22px;
  width: auto;
  margin-right: 0.4rem;
  flex: none;
}
.wn-home-label[data-v-501e69e7] {
  white-space: nowrap;
}
.wn-sep[data-v-501e69e7] {
  margin: 0 0.6rem;
  font-size: 0.7em;
  color: #818ea3;
  flex: none;
}
.wn-view[data-v-501e69e7] {
  font-weight: 300;
}
.wn-meta[data-v-501e69e7] {
  flex: none;
}
.wn-clock[data-v-501e69e7] {
  font-size: 18px;
  color: #3d5170;
}
/* Connectivity badge — mirrors the Kiosk layout badge so warehouse and
   distribution kiosks read identically. */
.conn-status[data-v-501e69e7] {
  display: inline-flex;
  align-items: center;
  background-color: #fff !important;
  color: #3d5170 !important;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 0.4em 0.85em;
  border: 1px solid #e1e5eb;
}
.conn-dot[data-v-501e69e7] {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 7px;
  border-radius: 50%;
  flex: none;
}
.conn-dot--up[data-v-501e69e7] {
  /* #17c671 / #c4183c are the Shards "success"/"danger" theme colors;
     hardcoded here because this scoped block is plain CSS (no SCSS vars). */
  background-color: #17c671;
}
.conn-dot--down[data-v-501e69e7] {
  background-color: #c4183c;
}
/* Breathe only when the user hasn't asked for reduced motion. */
@media (prefers-reduced-motion: no-preference) {
.conn-dot--up[data-v-501e69e7] {
    animation: conn-breathe-501e69e7 2s ease-in-out infinite;
}
}
@keyframes conn-breathe-501e69e7 {
0%, 100% {
    opacity: 1;
    box-shadow: 0 0 0 0 rgba(23, 198, 113, 0.55);
}
50% {
    opacity: 0.45;
    box-shadow: 0 0 0 5px rgba(23, 198, 113, 0);
}
}


.warehouse-layout[data-v-b7e77cd8] {
  min-height: 100vh;
}
/* Sticky frosted-glass top bar: it stays pinned as content scrolls beneath it,
   using the same translucent-white + backdrop-blur recipe as the bottom action
   bar, with a subtle bottom border. position: sticky keeps the bar in normal
   document flow, so page scrollability is preserved — no fixed-position overlap
   to compensate for, and no overflow container that would clip scrolling. */
.warehouse-navbar-bar[data-v-b7e77cd8] {
  position: sticky;
  top: 0;
  z-index: 1030;
  padding: 1rem 1.5rem;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(13, 20, 36, 0.08);
}
.warehouse-layout__content[data-v-b7e77cd8] {
  /* Match the bar's horizontal padding; bottom room so the floating action
     bar never hides content. */
  padding: 1.5rem 1.5rem 5.5rem;
}

.VueTables {
  font-size: 13px;
}
.VueTables table {
  margin: 0 !important;
}
.VueTables table td:last-of-type {
  border-right: none !important;
}
.VueTables__child-row-toggler {
  width: 16px;
  height: 16px;
  line-height: 16px;
  display: block;
  margin: auto;
  text-align: center;
}
.VueTables__child-row-toggler--closed::before {
  content: "+";
}
.VueTables__child-row-toggler--open::before {
  content: "-";
}
.VueTables div.row:first-of-type {
  margin: 0 !important;
}
.VueTables div.row:first-of-type .col-md-12 {
  padding: 0 !important;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.VueTables div.row:first-of-type .col-md-12 .form-group {
  margin: 0;
  padding: 10px 20px;
}
.VueTables__search-field label {
  display: none;
}
.VueTables__search-field input {
  background: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjQ0FDRURCIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTE1LjUgMTRoLS43OWwtLjI4LS4yN0MxNS40MSAxMi41OSAxNiAxMS4xMSAxNiA5LjUgMTYgNS45MSAxMy4wOSAzIDkuNSAzUzMgNS45MSAzIDkuNSA1LjkxIDE2IDkuNSAxNmMxLjYxIDAgMy4wOS0uNTkgNC4yMy0xLjU3bC4yNy4yOHYuNzlsNSA0Ljk5TDIwLjQ5IDE5bC00Ljk5LTV6bS02IDBDNy4wMSAxNCA1IDExLjk5IDUgOS41UzcuMDEgNSA5LjUgNSAxNCA3LjAxIDE0IDkuNSAxMS45OSAxNCA5LjUgMTR6Ii8+ICAgIDxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
  background-position: left 7px center;
  background-repeat: no-repeat;
  background-size: 10%;
  padding: 0.4375rem 0.625rem 0.4375rem 1.75rem !important;
}
.VueTables__limit-field {
  display: flex;
  margin-right: auto;
  color: #818ea3;
  font-size: 13px;
}
.VueTables__limit-field select.form-control {
  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 5px;
}
.VueTables .VuePagination {
  margin: 0;
  padding: 13px 20px;
  background: #fbfbfb;
  border-radius: 0 0 0.375rem 0.375rem;
}
.VueTables .VuePagination nav {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  justify-content: space-between;
}
.VueTables .VuePagination__count {
  width: auto !important;
  max-width: -moz-max-content !important;
  max-width: max-content !important;
  margin: 0 !important;
  padding: 0 !important;
  margin-top: auto !important;
  margin-bottom: auto !important;
  color: #818ea3;
}
.VueTables .VuePagination ul.pagination {
  margin: 0;
}
.VueTables .VuePagination ul.pagination .page-item {
  box-shadow: none;
}
.VueTables .VuePagination ul.pagination .page-item a.page-link {
  padding: 0.4286rem 0.875rem;
  border: 1px solid #e1e5eb;
  border-right: 0;
  font-size: 13px;
}
.VueTables .VuePagination ul.pagination .page-item:first-child, .VueTables .VuePagination ul.pagination .page-item:last-child {
  border-radius: 0.25rem;
}
.VueTables .VuePagination ul.pagination .page-item:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.VueTables .VuePagination ul.pagination .page-item:last-child {
  border-right: 1px solid #e1e5eb;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.VueTables .VuePagination ul.pagination .page-item.disabled a.page-link {
  background-color: #f2f4f5;
  color: #3d5170;
}
.device-manager-list td,
.device-manager-list th {
  text-align: left !important;
}
.device-manager-list th:last-child.actions {
  width: 50px !important;
  text-align: middle !important;
}
.device-manager-list td {
  vertical-align: middle;
}
.device-manager-list .dropzone-wrapper {
  padding: 0.75rem 1.0625rem !important;
}
.device-manager-list div.row:first-of-type {
  border-bottom: 1px solid #e1e5eb;
}

.progress-modal .modal-content {
  margin-top: 200px;
  width: 400px;
  background-color: #ffffffff;
}
.progress-modal .modal-body {
  padding: 30px;
  font-size: 0.85rem;
}
.progress-modal.modal {
  z-index: 5000;
}


.progress[data-v-0bdf6080] {
  margin-top: 10px;
}


.after-filter[data-v-c50b23fe] {
  padding: 13px 20px;
}
div.csv[data-v-c50b23fe] {
  display: inline;
}
.view-mode-toggle[data-v-c50b23fe] {
  vertical-align: middle;
}
.view-mode-toggle[data-v-c50b23fe] .btn {
  font-size: inherit;
  color: #007bff;
  background: none;
  border: none;
  padding: 0;
  line-height: inherit;
  box-shadow: none;
}
.view-mode-toggle[data-v-c50b23fe] .btn:hover {
  color: #0056b3;
  text-decoration: underline;
}
.view-mode-toggle[data-v-c50b23fe] .btn i {
  color: inherit;
}


.table-responsive {
  overflow-x: scroll !important;
}
.VueTables__no-results td {
  height: 300px;
  vertical-align: top;
}
.VueTables__table th {
  min-width: 150px;
}
.VueTables__child-row.no-child-row {
  visibility: collapse
}
.VueTables__row.has-child-row:hover {
  background-color: #e9ecef;
}
.VueTables__child-row {
  background-color: #e9ecef5a;
}
.VueTables__child-row .child-table {
  padding: 20px;
}
.VueTables__child-row .child-table-name {
  margin-bottom: 20px;
  padding: 5px;
  background-color: #e9ecef;
}


.unit-label {
  text-align: center;
  font-weight: 900;
  padding: 5px;
  margin: 0;
}


[data-v-c6d1c562] a.on {
  background-color: #007bff;
}
[data-v-c6d1c562] a.on i.fa {
  color: white;
}
.control-disabled[data-v-c6d1c562] a {
  opacity: 0.4;
  pointer-events: none;
  cursor: default;
}


a.on[data-v-5e3754c6] {
  background-color: #007bff;
}
a.on i.fa[data-v-5e3754c6] {
  color: white;
}
.control-disabled a[data-v-5e3754c6] {
  opacity: 0.4;
  pointer-events: none;
  cursor: default;
}


a.on[data-v-6c1ee4a2],[data-v-6c1ee4a2] a.on {
  background-color: #007bff;
}
a.on i.fa[data-v-6c1ee4a2],[data-v-6c1ee4a2] a.on i.fa {
  color: white;
}
.control-disabled a[data-v-6c1ee4a2],
.control-disabled[data-v-6c1ee4a2] a {
  opacity: 0.4;
  pointer-events: none;
  cursor: default;
}
.is-disabled[data-v-6c1ee4a2] {
  color: currentColor;
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
  text-decoration: none;
}


a.on[data-v-15861b4a] {
  background-color: #007bff;
}
a.on i.fa[data-v-15861b4a] {
  color: white;
}
.control-disabled a[data-v-15861b4a] {
  opacity: 0.4;
  pointer-events: none;
  cursor: default;
}


a[data-v-90e0c004] {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  color: black;
  font-size: 11px;
  font-weight: bold;
  background-color: white;
  border-bottom: 1px solid #ccc;
}
a[data-v-90e0c004]:hover {
  background-color: #f4f4f4;
}
a.on[data-v-90e0c004] {
  background-color: #007bff;
  color: white;
}
a[data-v-90e0c004]:last-child {
  border-bottom: none;
}
.control-disabled a[data-v-90e0c004] {
  opacity: 0.4;
  pointer-events: none;
  cursor: default;
}


.leaflet-toolbar-icon-vertical {
   display: block !important;
   width: 30px !important;
   height: 30px !important;
   line-height: 30px !important;
   padding: 0 !important;
   text-align: center !important;
   text-decoration: none !important;
   background-color: #fff;
   border: inset 0.5px lightgray !important;
   font-size: 12px !important;
   font-weight: bold !important;
   color:#0087A8 !important;
   float: none !important;
   margin: auto !important;
   z-index:900;
}
.leaflet-toolbar-1 li:last-child a {
   border-radius: 0px 0px 4px 4px !important;
}


.vue2leaflet-map {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: white;
}
.leaflet-popup-content {
  padding: 2px;
  margin: 0px;
}
.autocomplete-field {
  z-index: 1000;
  width: 400px;
}
.leaflet-top {
  z-index: 900;
}
.leaflet-control-container .leaflet-top,
.leaflet-control-container .leaflet-bottom {
  transform: translate3d(0px, 0px, 0px);
  will-change: transform;
}

/* Mobile-friendly marker touch targets */
@media (max-width: 768px) {
.leaflet-marker-icon {
    transform: scale(1.2);
    transform-origin: bottom center;
}
.leaflet-popup-content {
    min-width: 200px;
}
.leaflet-control {
    margin: 5px !important;
}
}

/* iOS safe area support */
@supports (padding-bottom: env(safe-area-inset-bottom)) {
.leaflet-control-container .leaflet-bottom {
    padding-bottom: env(safe-area-inset-bottom);
}
}

/* Camera hover live-feed popup */
/* Passive preview: let pointer events fall through to the marker underneath,
   otherwise the popup steals the marker's hover and flickers open/closed. */
.camera-video-popup {
  pointer-events: none;
}
.camera-video-popup .leaflet-popup-content {
  margin: 0;
  min-width: 0;
  line-height: 0;
}
.camera-video-popup .leaflet-popup-content-wrapper {
  padding: 2px;
  border-radius: 6px;
}
.camera-video-wrap {
  position: relative;
  width: 100%;
  line-height: 0;
}
.camera-video {
  display: block;
  width: 100%;
  height: auto;
  min-height: 180px;
  border-radius: 4px;
  background: #000;
}
.camera-video-loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 28px;
  background: rgba(0, 0, 0, 0.55);
  border-radius: 4px;
}



.marker[data-v-101782d5] {
  font-size: 36px;
}
.vue2leaflet-map[data-v-101782d5] {
  cursor: crosshair;
}
.refresh-button[data-v-101782d5] {
  z-index: 9999;
}
.floor-plan-wrapper[data-v-101782d5] {
  position: relative;
  height: 100%;
  flex: 1 1 auto;
  min-height: 0;
}
.progress-control[data-v-101782d5] {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  z-index: 9999;
  pointer-events: none;
}
.progress-control > *[data-v-101782d5] {
  pointer-events: auto;
}
@media (max-width: 768px) {
.progress-control[data-v-101782d5] {
    width: calc(100% - 20px);
    left: 10px;
    transform: none;
}
}


.zone-name {
  cursor: pointer;
  outline: none;
}


i.arrow[data-v-2c406d9a] {
  width: 10px;
  font-size: 10pt;
}
.fa-hidden[data-v-2c406d9a] {
  color: transparent;
}
.peered[data-v-2c406d9a] {
  font-family: Monaco,Menlo,Consolas,Bitstream Vera Sans Mono,monospace;
  color: #720e9e;
  font-weight: bold;
}



.action[data-v-374a6c10] {
  font-size: 8pt;
  visibility: hidden;
}
.action.add[data-v-374a6c10] {
  /* color: #17c671; */
  color: #3d5170;
}
.action.del[data-v-374a6c10] {
  /* color: #c4183c; */
  color: #3d5170;
}
.addable:hover .action[data-v-374a6c10] {
  visibility: visible !important;
}


.vue-treeselect__indent-level-0 .vue-treeselect__option {
  margin-left: 5px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__option {
  margin-left: 15px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__option {
  margin-left: 25px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__option {
  margin-left: 35px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__option {
  margin-left: 45px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__option {
  margin-left: 55px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__option {
  margin-left: 65px;
}
.vue-treeselect__control {
  white-space: nowrap;
  overflow: scroll;
}
.vue-treeselect__label-container {
  font-size: 10pt;
}
.vue-treeselect__label-container input {
}
.vue-treeselect__value-container {
  font-size: 10pt;
  font-weight: normal;
}
.vue-treeselect__menu {
  white-space: nowrap;
  overflow: scroll;
  width: 300px;
}
.table-responsive {
  overflow-x: visible;
}
.VueTables__table.dataTable {
  overflow: visible !important;
}


.picker-zone[data-v-1b4ef6ec] {
  width: 200px;
}
.not-inline .picker-zone[data-v-1b4ef6ec] {
  font-size: 1em;
}
.picker-path[data-v-1b4ef6ec] {
  color: #3d5170;
  background-color: #00b8d82b;
  font-weight: bold;
  border-style: solid;
  border-width: 2px;
  border-color: #00b8d8;
  margin-top: 10px;
  padding: 5px 10px 5px 10px;
}


.loading-spinner[data-v-681413a4] {
  color: #007bff;
  font-size: 36px;
  animation: rotating-681413a4 1s linear infinite;
}
@keyframes rotating-681413a4 {
from { transform: rotate(0deg);
}
to { transform: rotate(360deg);
}
}


.vue-simple-suggest.designed .input-wrapper input {
  padding: 8px;
}
.vue-simple-suggest.designed .input-group-text:hover {
  color: #e53935;
}
.input-group-append .btn {
  border: none;
  background-color: #ffffff00;
}
.input-group-append::after {
  border-left: none !important;
}
i.close-button {
  color: #ccc;
}
i.close-button:hover {
  color: #212529;
}


.vue-simple-suggest.designed .input-wrapper input {
  padding: 8px;
}
.vue-simple-suggest.designed svg {
  fill: currentColor;
}
.vue-simple-suggest.designed .input-group-text:hover {
  color: #e53935;
}
.vue-simple-suggest.designed .footer-item {
  font-weight: bold;
  font-size: 0.7rem;
}



.multiselect__tag {
  background-color: #eeeeee;
  color: #5a6169;
  font-size: 16px;
}
.multiselect__tag-icon:hover {
  background-color: #5a6169;
}
.multiselect__option--highlight {
  background-color: #007bff;
}
.multiselect__option--highlight:after {
  background-color: #007bff;
}
.multiselect__option--group {
  background: #f8f9fa !important;
  padding: 6px 12px !important;
  min-height: 28px !important;
}


.bc-field[data-v-047ded0c] {
  /* Two stacked sections at a fixed 2:1 ratio: the input occupies the top 2/3,
     the status the bottom 1/3 (see .bc-row / .bc-status). Only horizontal padding
     here — vertical spacing comes from centering content within each section. */
  display: flex;
  flex-direction: column;
  position: relative; /* anchors the absolutely-positioned .bc-fly ghost */
  height: 4.5rem;
  background: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  padding: 0.25rem 1rem 0;
}
.bc-field[data-v-047ded0c]:focus-within {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* Inactive (not focused, not disabled): the field isn't receiving scans, which
   fails silently. Amber — distinct from the blue focus ring and not an error
   red — flags it at a glance; the whole field is a click-to-focus target. */
.bc-inactive[data-v-047ded0c] {
  border-color: #ffc107;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.25);
  cursor: pointer;
}
.bc-inactive .bc-icon[data-v-047ded0c] {
  color: #b8860b;
}
.bc-disabled[data-v-047ded0c] {
  background: #e9ecef;
}
/* When the status section is hidden (:show-status="false"), drop the fixed 2:1
   height and collapse to a single-line input box with balanced vertical padding. */
.bc-compact[data-v-047ded0c] {
  height: auto;
  padding: 0.5rem 1rem;
}
.bc-compact .bc-row[data-v-047ded0c] {
  flex: 0 0 auto;
}
.bc-row[data-v-047ded0c] {
  /* Top 2/3 of the field; icon + input vertically centered within it. */
  flex: 2 1 0;
  display: flex;
  align-items: center;
  min-height: 0;
}
.bc-icon[data-v-047ded0c] {
  color: #6c757d;
  margin-right: 0.5rem;
  cursor: help;
  font-size: 1.5rem;
}
.bc-input[data-v-047ded0c] {
  flex: 1 1 auto;
  min-width: 0;
  border: none;
  outline: none;
  background: transparent;
  padding: 0;
  color: #495057;
  font-size: 1.5rem;
}
.bc-input[data-v-047ded0c]::-moz-placeholder {
  color: #adb5bd;
}
.bc-input[data-v-047ded0c]::placeholder {
  color: #adb5bd;
}
.bc-action[data-v-047ded0c] {
  flex: 0 0 auto;
  border: none;
  background: transparent;
  color: #ccc;
  cursor: pointer;
  padding: 0 0.25rem;
}
.bc-action[data-v-047ded0c]:not(:disabled):hover {
  color: #212529;
}
.bc-action[data-v-047ded0c]:disabled {
  cursor: default;
}
/* Bottom 1/3 of the field; status vertically centered and indented under the
   input text (past the icon). The top border divides the two sections. */
.bc-status[data-v-047ded0c] {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  min-height: 0;
  padding-left: 2rem;
  border-top: 1px solid #e9ecef;
}
.bc-status-text[data-v-047ded0c] {
  font-size: 0.8125rem;
  color: #6c757d;
}
.bc-status-text .fa-check[data-v-047ded0c] {
  color: #28a745;
}
/* Inactive hint, shown in the status row in place of the confirmation. */
.bc-status-hint[data-v-047ded0c] {
  font-size: 0.8125rem;
  color: #b8860b; /* readable amber on white */
  white-space: nowrap; /* keep on one line within the fixed-height status row */
}
/* Fly-down ghost: a clone of the scanned code that travels from the input down
   into the status bar over FLY_MS. Its resting (untransformed) state is the
   status-text position/size, so the landing is exact; only the start offset
   (lift up + scale up to the input's size) is approximate. transform-origin is
   the bottom-left so it scales toward the input text. */
.bc-fly[data-v-047ded0c] {
  position: absolute;
  /* lands under the confirmation's code: 1rem field pad + 2rem status pad +
     ~1rem for the leading ✓ icon and its margin */
  left: 4rem;
  bottom: 0.5rem;
  margin: 0;
  white-space: nowrap;
  line-height: 1;
  color: #495057; /* matches the input text it lifts off from */
  font-size: 0.8125rem; /* end size = status text */
  transform-origin: left bottom;
  pointer-events: none;
  animation: bc-fly-down-047ded0c 0.5s cubic-bezier(0.22, 0.61, 0.36, 1) both;
}
@keyframes bc-fly-down-047ded0c {
  /* start: lifted up to the input row and scaled up to the 1.5rem input font
     (1.5 / 0.8125 ≈ 1.85); translateX shifts the liftoff left to where the input
     code sat (the resting column at left:4rem sits under the confirmation's code,
     past the ✓), so it descends slightly diagonally. Holds opacity briefly then
     fades to 0 as it lands — cross-fading with the confirmation fading in below. */
0% { transform: translate(-1.2rem, -2.1rem) scale(1.85); opacity: 1;
}
35% { opacity: 1;
}
100% { transform: none; opacity: 0;
}
}
/* Confirmation cross-fade. vue2 uses -enter, vue3 uses -enter-from; both are
   listed so it behaves identically in either dashboard. The downward motion is
   the ghost's job, so this is opacity only; it fades in over the back half of
   the descent (see LAND_LEAD_MS) as the ghost fades out. */
.bc-status-drop-enter-active[data-v-047ded0c] {
  transition: opacity 0.25s ease;
}
.bc-status-drop-leave-active[data-v-047ded0c] {
  transition: opacity 0.2s ease;
}
.bc-status-drop-enter[data-v-047ded0c],
.bc-status-drop-enter-from[data-v-047ded0c],
.bc-status-drop-leave-to[data-v-047ded0c] {
  opacity: 0;
}


.material-switch[data-v-8da0d0f8] {
  padding-left: 0;
}
.material-switch .material-switch-control-input[data-v-8da0d0f8] {
  display: none;
}
.material-switch .material-switch-control-input:checked ~ .material-switch-control-indicator[data-v-8da0d0f8]::after {
  background-color: #17c671;
  left: 17px;
}
.material-switch .material-switch-control-indicator[data-v-8da0d0f8] {
  display: inline-block;
  position: relative;
  margin: 0 10px;
  top: 4px;
  width: 32px;
  height: 16px;
  background: #e9ecef;
  border-radius: 16px;
  transition: .3s;
}
.material-switch .material-switch-control-indicator[data-v-8da0d0f8]::after {
  content: '';
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  transition: .3s;
  top: -1px;
  left: -1px;
  background: #fdfdfd;
  box-shadow: 0 2px 10px #aaa;
}
.ios-switch[data-v-8da0d0f8] {
  padding-left: 0;
}
.ios-switch .ios-switch-control-input[data-v-8da0d0f8] {
  display: none;
}
.ios-switch .ios-switch-control-input:active ~ .ios-switch-control-indicator[data-v-8da0d0f8]::after {
  width: 20px;
}
.ios-switch .ios-switch-control-input:checked ~ .ios-switch-control-indicator[data-v-8da0d0f8] {
  border: 10px solid #17c671;
}
.ios-switch .ios-switch-control-input:checked ~ .ios-switch-control-indicator[data-v-8da0d0f8]::after {
  top: -8px;
  left: 4px;
}
.ios-switch .ios-switch-control-input:active ~ .ios-switch-control-indicator[data-v-8da0d0f8]::after {
  left: 0px;
}
.ios-switch .ios-switch-control-indicator[data-v-8da0d0f8] {
  display: inline-block;
  position: relative;
  margin: 0 10px;
  top: 4px;
  width: 32px;
  height: 20px;
  background: #fff;
  border-radius: 16px;
  transition: .3s;
  border: 2px solid #ddd;
}
.ios-switch .ios-switch-control-indicator[data-v-8da0d0f8]::after {
  content: '';
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  transition: .3s;
  top: 0px;
  left: 0px;
  background: #fff;
  box-shadow: 0 0 2px #aaa, 0 2px 5px #999;
}
.switch-disabled[data-v-8da0d0f8] {
  pointer-events: none;
  opacity: 0.5;
}


.vue-simple-suggest.designed .input-wrapper input {
  padding: 8px;
}
.vue-simple-suggest.designed svg {
  fill: currentColor;
}
.vue-simple-suggest.designed .input-group-text:hover {
  color: #e53935;
}
.vue-simple-suggest.designed .footer-item {
  font-weight: bold;
  font-size: 0.7rem;
}



input[data-v-8fe85f4a] {
  padding: 8px;
  min-width: 300px;
}


.pac-container {
  z-index: 10000;
}


.warehouse-toast-stack[data-v-64e2e078] {
  position: relative;
}
.warehouse-toast-toggle[data-v-64e2e078] {
  white-space: nowrap;
  text-decoration: none;
  color: #fff !important;
  font-weight: bold;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  padding-left: 0.75rem;
}
.warehouse-toast-toggle[data-v-64e2e078]:hover,
.warehouse-toast-toggle[data-v-64e2e078]:focus {
  color: #fff !important;
  text-decoration: underline;
}
.warehouse-toast-history[data-v-64e2e078] {
  position: absolute;
  top: 100%;
  left: 1rem;
  right: 1rem;
  background: white;
  border: 1px solid #e1e5eb;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  padding: 0.75rem;
  max-height: 60vh;
  overflow-y: auto;
  z-index: 1050;
}
.warehouse-toast-time[data-v-64e2e078] {
  background-color: #adb5bd;
}
.warehouse-toast-slide-enter-active[data-v-64e2e078],
.warehouse-toast-slide-leave-active[data-v-64e2e078] {
  transition: max-height 0.2s ease, opacity 0.18s ease;
  overflow: hidden;
}
.warehouse-toast-slide-enter[data-v-64e2e078],
.warehouse-toast-slide-leave-to[data-v-64e2e078] {
  max-height: 0 !important;
  opacity: 0;
}


.warehouse-action-bar[data-v-74595e76] {
  position: fixed;
  left: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 1040;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  padding: 0.85rem 1.25rem;
  /* Established glass recipe in this codebase: translucent white + backdrop blur.
     The rgba background is also the graceful fallback where backdrop-filter is
     unsupported. */
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 0.85rem;
  box-shadow: 0 8px 32px rgba(13, 20, 36, 0.18);
}
.wab-status[data-v-74595e76] {
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  color: #17633a; /* darker success green, readable on the light glass */
}
.wab-status__icon[data-v-74595e76] {
  color: #17c671;
  margin-right: 0.5rem;
  font-size: 1.15em;
}
.wab-warning[data-v-74595e76] {
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  color: #8a6100; /* dark amber, readable on the light glass */
}
.wab-warning__icon[data-v-74595e76] {
  color: #e0a800;
  margin-right: 0.5rem;
  font-size: 1.15em;
}
.wab-actions[data-v-74595e76] {
  display: inline-flex;
  align-items: center;
}
/* Toast-like fade + slide. The status hold of `statusTimeout` ms elapses, then
   this leave transition starts the fade. */
.wab-fade-enter-active[data-v-74595e76],
.wab-fade-leave-active[data-v-74595e76] {
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.wab-fade-enter[data-v-74595e76],
.wab-fade-leave-to[data-v-74595e76] {
  opacity: 0;
  transform: translateY(12px);
}

