:root {
  --blue: #0179A8;
  --indigo: #346CB0;
  --purple: #5F4B8B;
  --pink: #B76BA3;
  --red: #EA6759;
  --orange: #EC935E;
  --yellow: #F7C46C;
  --green: #A7C796;
  --teal: #00A28A;
  --cyan: #3686A0;
  --white: #ffffff;
  --gray: #888c9b;
  --gray-dark: #222230;
  --primary: #346CB0;
  --secondary: #f6f7f9;
  --success: #00A28A;
  --info: #0179A8;
  --warning: #F7C46C;
  --danger: #B76BA3;
  --light: #f6f7f9;
  --dark: #222230;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue",sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(20, 20, 31, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #363642;
  text-align: left;
  background-color: #f6f7f9;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #346CB0;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #234875;
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #888c9b;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

summary {
  display: list-item;
  cursor: pointer;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5rem;
  font-weight: 600;
  line-height: 1.2;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: normal;
}

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

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

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #f6f7f9;
  border: 1px solid #d6d8e1;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-caption {
  font-size: 90%;
  color: #888c9b;
}

code {
  font-size: 87.5%;
  color: #B76BA3;
  word-wrap: break-word;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #191927;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

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

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #363642;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #ecedf1;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #ecedf1;
}

.table tbody + tbody {
  border-top: 2px solid #ecedf1;
}

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

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(20, 20, 31, 0.05);
}

.table-hover tbody tr:hover {
  color: #363642;
  background-color: #f6f7f9;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #363642;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c6c9d5;
  border-radius: 0.25rem;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #363642;
}

.form-control:focus {
  color: #363642;
  background-color: #ffffff;
  border-color: #346CB0;
  outline: 0;
  box-shadow: 0 0 0 1px #346CB0;
}

.form-control::-webkit-input-placeholder {
  color: #888c9b;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #888c9b;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #888c9b;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #888c9b;
  opacity: 1;
}

.form-control::placeholder {
  color: #888c9b;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #f6f7f9;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #363642;
  background-color: #ffffff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

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

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

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #888c9b;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #363642;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}

.btn:hover {
  color: #363642;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 1px #346CB0;
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #ffffff;
  background-color: #346CB0;
  border-color: #346CB0;
}

.btn-primary:hover {
  color: #ffffff;
  background-color: #2b5a92;
  border-color: #285489;
}

.btn-primary:focus, .btn-primary.focus {
  color: #ffffff;
  background-color: #2b5a92;
  border-color: #285489;
  box-shadow: 0 0 0 1px rgba(82, 130, 188, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #ffffff;
  background-color: #346CB0;
  border-color: #346CB0;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
  color: #ffffff;
  background-color: #285489;
  border-color: #254e7f;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 1px rgba(82, 130, 188, 0.5);
}

.btn-secondary {
  color: #363642;
  background-color: #f6f7f9;
  border-color: #f6f7f9;
}

.btn-secondary:hover {
  color: #363642;
  background-color: #dfe3ea;
  border-color: #d7dce5;
}

.btn-secondary:focus, .btn-secondary.focus {
  color: #363642;
  background-color: #dfe3ea;
  border-color: #d7dce5;
  box-shadow: 0 0 0 1px rgba(217, 218, 222, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #363642;
  background-color: #f6f7f9;
  border-color: #f6f7f9;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active {
  color: #363642;
  background-color: #d7dce5;
  border-color: #d0d5e0;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 1px rgba(217, 218, 222, 0.5);
}

.btn-success {
  color: #ffffff;
  background-color: #00A28A;
  border-color: #00A28A;
}

.btn-success:hover {
  color: #ffffff;
  background-color: #007c69;
  border-color: #006f5f;
}

.btn-success:focus, .btn-success.focus {
  color: #ffffff;
  background-color: #007c69;
  border-color: #006f5f;
  box-shadow: 0 0 0 1px rgba(38, 176, 156, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #ffffff;
  background-color: #00A28A;
  border-color: #00A28A;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active {
  color: #ffffff;
  background-color: #006f5f;
  border-color: #006254;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 1px rgba(38, 176, 156, 0.5);
}

.btn-danger {
  color: #ffffff;
  background-color: #B76BA3;
  border-color: #B76BA3;
}

.btn-danger:hover {
  color: #ffffff;
  background-color: #a95292;
  border-color: #a14e8b;
}

.btn-danger:focus, .btn-danger.focus {
  color: #ffffff;
  background-color: #a95292;
  border-color: #a14e8b;
  box-shadow: 0 0 0 1px rgba(194, 129, 177, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #ffffff;
  background-color: #B76BA3;
  border-color: #B76BA3;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active {
  color: #ffffff;
  background-color: #a14e8b;
  border-color: #984a84;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 1px rgba(194, 129, 177, 0.5);
}

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

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

.btn-block {
  display: block;
  width: 100%;
}

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

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select {
  position: relative;
  flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0;
}

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

.input-group > .form-control:focus,
.input-group > .custom-select:focus {
  z-index: 3;
}

.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-prepend,
.input-group-append {
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.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 {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #363642;
  text-align: center;
  white-space: nowrap;
  background-color: #ffffff;
  border: 1px solid #c6c9d5;
  border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

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

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #ffffff;
  border-color: #346CB0;
  background-color: #346CB0;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #346CB0;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #346CB0;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #ffffff;
  background-color: #afc9e7;
  border-color: #afc9e7;
}

.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #888c9b;
}

.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #f6f7f9;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #ffffff;
  border: #a6abbd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 63% 63%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%230179A8' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M6.41 0l-.69.72-2.78 2.78-.81-.78-.72-.72-1.41 1.41.72.72 1.5 1.5.69.72.72-.72 3.5-3.5.72-.72-1.44-1.41z' transform='translate(0 1)' /%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(52, 108, 176, 0.5);
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.375rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #888c9b;
  pointer-events: none;
  cursor: default;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e6e8ed #e6e8ed rgba(34, 34, 48, 0.1);
}

.nav-tabs .nav-link.disabled {
  color: #888c9b;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #222230;
  background-color: transparent;
  border-color: #346CB0;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid rgba(20, 20, 31, 0.12);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1rem;
}

.card-title {
  margin-bottom: 1rem;
}

.card-subtitle {
  margin-top: -0.5rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1rem;
}

.card-header {
  padding: 1rem 1rem;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 1px solid rgba(20, 20, 31, 0.12);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 1rem 1rem;
  background-color: transparent;
  border-top: 1px solid rgba(20, 20, 31, 0.12);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #222230;
  background-color: transparent;
  border: 1px solid transparent;
}

.page-link:hover {
  z-index: 2;
  color: #346CB0;
  text-decoration: none;
  background-color: rgba(52, 108, 176, 0.08);
  border-color: transparent;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: inset 0 0 0 4px rgba(52, 108, 176, 0.08), inset 0 0 0 5px rgba(246, 247, 249, 0.5);
}

.page-item.active .page-link {
  z-index: 3;
  color: #2e609c;
  background-color: rgba(52, 108, 176, 0.08);
  border-color: transparent;
}

.page-item.disabled .page-link {
  color: #888c9b;
  pointer-events: none;
  cursor: auto;
  background-color: transparent;
  border-color: transparent;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

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

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

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

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e6e8ed;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #2f5e99;
  background-color: #f7f9fc;
  border-color: #346cb0;
}

.alert-primary hr {
  border-top-color: #2e609c;
}

.alert-primary .alert-link {
  color: #234672;
}

.alert-secondary {
  color: #d2d3d6;
  background-color: white;
  border-color: #f6f7f9;
}

.alert-secondary hr {
  border-top-color: #e7e9ef;
}

.alert-secondary .alert-link {
  color: #b7b9be;
}

.alert-success {
  color: #038b79;
  background-color: #f5fbfa;
  border-color: #00a28a;
}

.alert-success hr {
  border-top-color: #008974;
}

.alert-success .alert-link {
  color: #02594e;
}

.alert-info {
  color: #046992;
  background-color: #f5fafc;
  border-color: #0179a8;
}

.alert-info hr {
  border-top-color: #01678f;
}

.alert-info .alert-link {
  color: #034560;
}

.alert-warning {
  color: #d3a860;
  background-color: #fffdf9;
  border-color: #f7c46c;
}

.alert-warning hr {
  border-top-color: #f6ba54;
}

.alert-warning .alert-link {
  color: #c89238;
}

.alert-danger {
  color: #f00;
  background-color: #fcf9fb;
  border-color: #f00;
}

.alert-danger hr {
  border-top-color: #af5a98;
}

.alert-danger .alert-link {
  color: #7d4a71;
}

.alert-light {
  color: #d2d3d6;
  background-color: white;
  border-color: #f6f7f9;
}

.alert-light hr {
  border-top-color: #e7e9ef;
}

.alert-light .alert-link {
  color: #b7b9be;
}

.alert-dark {
  color: #20202d;
  background-color: #f6f6f7;
  border-color: #222230;
}

.alert-dark hr {
  border-top-color: #171721;
}

.alert-dark .alert-link {
  color: #0b0b0f;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #888c9b;
  text-shadow: none;
  opacity: .5;
}

.close:hover {
  color: #888c9b;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(20, 20, 31, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #888c9b;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.align-baseline {
  vertical-align: baseline !important;
}

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

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #346CB0 !important;
}

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

.bg-secondary {
  background-color: #f6f7f9 !important;
}

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

.bg-success {
  background-color: #00A28A !important;
}

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

.bg-info {
  background-color: #0179A8 !important;
}

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

.bg-warning {
  background-color: #F7C46C !important;
}

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

.bg-danger {
  background-color: #B76BA3 !important;
}

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

.bg-light {
  background-color: #f6f7f9 !important;
}

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

.bg-dark {
  background-color: #222230 !important;
}

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

.bg-white {
  background-color: #ffffff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid rgba(34, 34, 48, 0.1) !important;
}

.border-top {
  border-top: 1px solid rgba(34, 34, 48, 0.1) !important;
}

.border-right {
  border-right: 1px solid rgba(34, 34, 48, 0.1) !important;
}

.border-bottom {
  border-bottom: 1px solid rgba(34, 34, 48, 0.1) !important;
}

.border-left {
  border-left: 1px solid rgba(34, 34, 48, 0.1) !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #346CB0 !important;
}

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

.border-success {
  border-color: #00A28A !important;
}

.border-info {
  border-color: #0179A8 !important;
}

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

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

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

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

.border-white {
  border-color: #ffffff !important;
}

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

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

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

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

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

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

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

.rounded-circle {
  border-radius: 50% !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

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

.flex-column {
  flex-direction: column !important;
}

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

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

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

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

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

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(20, 20, 31, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(20, 20, 31, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(20, 20, 31, 0.175) !important;
}

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

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.w-125 {
  width: 125% !important;
}

.w-150 {
  width: 150% !important;
}

.w-175 {
  width: 175% !important;
}

.w-200 {
  width: 200% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.h-125 {
  height: 125% !important;
}

.h-150 {
  height: 150% !important;
}

.h-175 {
  height: 175% !important;
}

.h-200 {
  height: 200% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.m-6 {
  margin: 6rem !important;
}

.mt-6,
.my-6 {
  margin-top: 6rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 6rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 6rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 6rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.p-6 {
  padding: 6rem !important;
}

.pt-6,
.py-6 {
  padding-top: 6rem !important;
}

.pr-6,
.px-6 {
  padding-right: 6rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 6rem !important;
}

.pl-6,
.px-6 {
  padding-left: 6rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-n6 {
  margin: -6rem !important;
}

.mt-n6,
.my-n6 {
  margin-top: -6rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -6rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -6rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -6rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

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

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

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

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

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

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

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

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #ffffff !important;
}

.text-primary {
  color: #346CB0 !important;
}

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

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

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

.text-success {
  color: #00A28A !important;
}

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

.text-info {
  color: #0179A8 !important;
}

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #888c9b !important;
}

.text-black-50 {
  color: rgba(20, 20, 31, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #ffffff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #d6d8e1 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #ecedf1;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #ecedf1;
  }
}

dl:last-child {
  margin-bottom: 0;
}

.display-1 {
  font-size: calc(1.56rem + 3.72vw);
}

.display-2 {
  font-size: calc(1.5056rem + 3.0672vw);
}

.display-3 {
  font-size: calc(1.458rem + 2.496vw);
}

.display-4 {
  font-size: calc(1.4163rem + 1.9956vw);
}

.lead {
  font-size: 1.125rem;
}

.img-float-1 {
  margin-left: -20px;
  max-width: calc(100vw / (12 / 1));
}

.img-float-2 {
  margin-left: -20px;
  max-width: calc(100vw / (12 / 2));
}

.img-float-3 {
  margin-left: -20px;
  max-width: calc(100vw / (12 / 3));
}

.img-float-4 {
  margin-left: -20px;
  max-width: calc(100vw / (12 / 4));
}

.img-float-5 {
  margin-left: -20px;
  max-width: calc(100vw / (12 / 5));
}

.img-float-6 {
  margin-left: -20px;
  max-width: calc(100vw / (12 / 6));
}

.img-float-7 {
  margin-left: -20px;
  max-width: calc(100vw / (12 / 7));
}

.img-float-8 {
  margin-left: -20px;
  max-width: calc(100vw / (12 / 8));
}

.img-float-9 {
  margin-left: -20px;
  max-width: calc(100vw / (12 / 9));
}

.img-float-10 {
  margin-left: -20px;
  max-width: calc(100vw / (12 / 10));
}

.img-float-11 {
  margin-left: -20px;
  max-width: calc(100vw / (12 / 11));
}

.img-float-12 {
  margin-left: -20px;
  max-width: calc(100vw / (12 / 12));
}

@media (min-width: 576px) {
  .img-float-sm-1 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 1));
  }
  .img-float-sm-2 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 2));
  }
  .img-float-sm-3 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 3));
  }
  .img-float-sm-4 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 4));
  }
  .img-float-sm-5 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 5));
  }
  .img-float-sm-6 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 6));
  }
  .img-float-sm-7 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 7));
  }
  .img-float-sm-8 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 8));
  }
  .img-float-sm-9 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 9));
  }
  .img-float-sm-10 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 10));
  }
  .img-float-sm-11 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 11));
  }
  .img-float-sm-12 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 12));
  }
}

@media (min-width: 768px) {
  .img-float-md-1 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 1));
  }
  .img-float-md-2 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 2));
  }
  .img-float-md-3 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 3));
  }
  .img-float-md-4 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 4));
  }
  .img-float-md-5 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 5));
  }
  .img-float-md-6 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 6));
  }
  .img-float-md-7 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 7));
  }
  .img-float-md-8 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 8));
  }
  .img-float-md-9 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 9));
  }
  .img-float-md-10 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 10));
  }
  .img-float-md-11 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 11));
  }
  .img-float-md-12 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 12));
  }
}

@media (min-width: 992px) {
  .img-float-lg-1 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 1));
  }
  .img-float-lg-2 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 2));
  }
  .img-float-lg-3 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 3));
  }
  .img-float-lg-4 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 4));
  }
  .img-float-lg-5 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 5));
  }
  .img-float-lg-6 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 6));
  }
  .img-float-lg-7 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 7));
  }
  .img-float-lg-8 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 8));
  }
  .img-float-lg-9 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 9));
  }
  .img-float-lg-10 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 10));
  }
  .img-float-lg-11 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 11));
  }
  .img-float-lg-12 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 12));
  }
}

@media (min-width: 1200px) {
  .img-float-xl-1 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 1));
  }
  .img-float-xl-2 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 2));
  }
  .img-float-xl-3 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 3));
  }
  .img-float-xl-4 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 4));
  }
  .img-float-xl-5 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 5));
  }
  .img-float-xl-6 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 6));
  }
  .img-float-xl-7 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 7));
  }
  .img-float-xl-8 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 8));
  }
  .img-float-xl-9 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 9));
  }
  .img-float-xl-10 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 10));
  }
  .img-float-xl-11 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 11));
  }
  .img-float-xl-12 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 12));
  }
}

pre > .hljs {
  padding: 1rem;
  border-radius: 0.2rem;
}

.card > pre > .hljs {
  border-radius: 0;
}

.card > pre:last-child {
  margin-bottom: 0;
}

.card > pre:last-child > .hljs {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* for block of numbers */
td.hljs-ln-numbers {
  padding-right: 10px !important;
  padding-left: 5px !important;
  text-align: center;
  color: #363642;
  background: #e6e8ed;
  vertical-align: top;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* for block of code */
td.hljs-ln-code {
  padding-left: 10px;
}

[class^="container-"] {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm {
    max-width: 540px;
  }
  .container-fluid-sm {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container-sm {
    max-width: 720px;
  }
  .container-fluid-sm {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container-sm {
    max-width: 960px;
  }
  .container-fluid-sm {
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container-sm {
    max-width: 1140px;
  }
  .container-fluid-sm {
    max-width: 100%;
  }
}

.navbar > .container-sm,
.navbar > .container-fluid-sm {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .container-md {
    max-width: 720px;
  }
  .container-fluid-md {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container-md {
    max-width: 960px;
  }
  .container-fluid-md {
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container-md {
    max-width: 1140px;
  }
  .container-fluid-md {
    max-width: 100%;
  }
}

.navbar > .container-md,
.navbar > .container-fluid-md {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 992px) {
  .container-lg {
    max-width: 960px;
  }
  .container-fluid-lg {
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container-lg {
    max-width: 1140px;
  }
  .container-fluid-lg {
    max-width: 100%;
  }
}

.navbar > .container-lg,
.navbar > .container-fluid-lg {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 1200px) {
  .container-xl {
    max-width: 1140px;
  }
  .container-fluid-xl {
    max-width: 100%;
  }
}

.navbar > .container-xl,
.navbar > .container-fluid-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.row-border,
.row-dashed {
  overflow: hidden;
}

.row-border > [class^=col-]:before,
.row-dashed > [class^=col-]:before {
  position: absolute;
  content: " ";
  height: 100%;
  top: 0;
  left: -1px;
}

.row-border > [class^=col-]:after,
.row-dashed > [class^=col-]:after {
  position: absolute;
  content: " ";
  width: 100%;
  height: 0;
  top: auto;
  left: 0;
  bottom: -1px;
}

.row-border > [class^=col-]:before {
  border-left: 1px solid rgba(34, 34, 48, 0.1);
}

.row-border > [class^=col-]:after {
  border-bottom: 1px solid rgba(34, 34, 48, 0.1);
}

.row-dashed > [class^=col-]:before {
  border-left: 1px dashed rgba(34, 34, 48, 0.1);
}

.row-dashed > [class^=col-]:after {
  border-bottom: 1px dashed rgba(34, 34, 48, 0.1);
}

.embed-responsive img.embed-responsive-item {
  top: 50%;
  left: 50%;
  bottom: auto;
  height: auto;
  transform: translate3d(-50%, -50%, 0);
  max-width: 200%;
}

.table thead th, .table thead td {
  border-top-width: 0;
  border-bottom-width: 1px;
}

.table.table-bordered thead th, .table.table-bordered thead td {
  border-top-width: 1px;
}

.card > .table,
.card > .table-responsive > .table {
  margin-bottom: 0;
}

.card > .table.table-bordered thead th, .card > .table.table-bordered thead td,
.card > .table-responsive > .table.table-bordered thead th,
.card > .table-responsive > .table.table-bordered thead td {
  border-top-width: 0;
  border-bottom-width: 0;
}

.card > .table td:first-child, .card > .table th:first-child,
.card > .table-responsive > .table td:first-child,
.card > .table-responsive > .table th:first-child {
  padding-left: 1rem;
  border-left: 0;
}

.card > .table td:last-child, .card > .table th:last-child,
.card > .table-responsive > .table td:last-child,
.card > .table-responsive > .table th:last-child {
  padding-right: 1rem;
  border-right: 0;
}

.card > .table:last-child.table-bordered tr:last-child td, .card > .table:last-child.table-bordered tr:last-child th,
.card > .table-responsive:last-child > .table.table-bordered tr:last-child td,
.card > .table-responsive:last-child > .table.table-bordered tr:last-child th {
  border-bottom-width: 0;
}

.table > thead tr:first-child > th:first-child,
.table > thead tr:first-child > td:first-child,
.table > tbody:first-child tr:first-child > th:first-child,
.table > tbody:first-child tr:first-child > td:first-child {
  border-top-left-radius: 0.25rem;
}

.table > thead tr:first-child > th:last-child,
.table > thead tr:first-child > td:last-child,
.table > tbody:first-child tr:first-child > th:last-child,
.table > tbody:first-child tr:first-child > td:last-child {
  border-top-right-radius: 0.25rem;
}

.table > tfoot tr:last-child > th:first-child,
.table > tfoot tr:last-child > td:first-child,
.table > tbody:last-child tr:last-child > th:first-child,
.table > tbody:last-child tr:last-child > td:first-child {
  border-bottom-left-radius: 0.25rem;
}

.table > tfoot tr:last-child > th:last-child,
.table > tfoot tr:last-child > td:last-child,
.table > tbody:last-child tr:last-child > th:last-child,
.table > tbody:last-child tr:last-child > td:last-child {
  border-bottom-right-radius: 0.25rem;
}

.table-active,
.table-active > th,
.table-active > td {
  color: #ffffff;
}

.row-details.collapsing {
  display: none;
}

@media (max-width: 575.98px) {
  .card-fluid > .table-responsive > .table > thead tr:first-child > th:first-child,
  .card-fluid > .table-responsive > .table > thead tr:first-child > td:first-child,
  .card-fluid > .table-responsive > .table > tbody:first-child tr:first-child > th:first-child,
  .card-fluid > .table-responsive > .table > tbody:first-child tr:first-child > td:first-child,
  .card-fluid > .table > thead tr:first-child > th:first-child,
  .card-fluid > .table > thead tr:first-child > td:first-child,
  .card-fluid > .table > tbody:first-child tr:first-child > th:first-child,
  .card-fluid > .table > tbody:first-child tr:first-child > td:first-child {
    border-top-left-radius: 0;
  }
  .card-fluid > .table-responsive > .table > thead tr:first-child > th:last-child,
  .card-fluid > .table-responsive > .table > thead tr:first-child > td:last-child,
  .card-fluid > .table-responsive > .table > tbody:first-child tr:first-child > th:last-child,
  .card-fluid > .table-responsive > .table > tbody:first-child tr:first-child > td:last-child,
  .card-fluid > .table > thead tr:first-child > th:last-child,
  .card-fluid > .table > thead tr:first-child > td:last-child,
  .card-fluid > .table > tbody:first-child tr:first-child > th:last-child,
  .card-fluid > .table > tbody:first-child tr:first-child > td:last-child {
    border-top-right-radius: 0;
  }
  .card-fluid > .table-responsive > .table > tfoot tr:last-child > th:first-child,
  .card-fluid > .table-responsive > .table > tfoot tr:last-child > td:first-child,
  .card-fluid > .table-responsive > .table > tbody:last-child tr:last-child > th:first-child,
  .card-fluid > .table-responsive > .table > tbody:last-child tr:last-child > td:first-child,
  .card-fluid > .table > tfoot tr:last-child > th:first-child,
  .card-fluid > .table > tfoot tr:last-child > td:first-child,
  .card-fluid > .table > tbody:last-child tr:last-child > th:first-child,
  .card-fluid > .table > tbody:last-child tr:last-child > td:first-child {
    border-bottom-left-radius: 0;
  }
  .card-fluid > .table-responsive > .table > tfoot tr:last-child > th:last-child,
  .card-fluid > .table-responsive > .table > tfoot tr:last-child > td:last-child,
  .card-fluid > .table-responsive > .table > tbody:last-child tr:last-child > th:last-child,
  .card-fluid > .table-responsive > .table > tbody:last-child tr:last-child > td:last-child,
  .card-fluid > .table > tfoot tr:last-child > th:last-child,
  .card-fluid > .table > tfoot tr:last-child > td:last-child,
  .card-fluid > .table > tbody:last-child tr:last-child > th:last-child,
  .card-fluid > .table > tbody:last-child tr:last-child > td:last-child {
    border-bottom-right-radius: 0;
  }
}

.table-fixed {
  table-layout: fixed;
  min-width: 400px;
}

.table-fixed tr > th,
.table-fixed tr > td {
  overflow: hidden;
}

.thead-dd {
  display: inline-block;
  color: #888c9b;
}

.thead-dd > .custom-control {
  position: absolute;
  top: .2em;
  display: inline-block;
}

.thead-dd .thead-btn {
  padding-left: 1.5rem;
}

.col-checker {
  width: 2rem;
}

.thead-btn {
  display: inline-block;
  margin-left: -.375rem;
  padding: .125rem .375rem;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background: linear-gradient(to bottom, #ffffff, #f6f7f9);
  border: 1px solid #c6c9d5;
  box-shadow: 0 1px 0 0 rgba(20, 20, 31, 0.05);
  border-radius: 0.25rem;
}

.thead-btn .custom-control {
  display: inline-block;
  padding-left: 1rem;
}

.btn {
  height: calc(1.5em + 0.75rem + 2px);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.btn-sm, .btn-group-sm > .btn {
  height: calc(1.5em + 0.5rem + 2px);
}

.btn-lg, .btn-group-lg > .btn {
  height: calc(1.75em + 1rem + 2px);
}

@media (min-width: 768px) {
  .btn {
    height: 2.25rem;
    font-size: 0.875rem;
  }
  .btn.btn-sm, .btn-group-sm > .btn {
    height: 1.8125rem;
    font-size: 0.8125rem;
  }
  .btn.btn-lg, .btn-group-lg > .btn {
    height: 2.75rem;
    font-size: 1rem;
  }
}

.btn-xs {
  font-size: 0.8125rem;
  padding: .125rem .5rem;
  height: auto;
}

.btn-floated {
  position: fixed;
  right: 1.25rem;
  bottom: 4rem;
  width: 3.5rem;
  height: 3.5rem;
  font-size: 1.25rem;
  line-height: 1;
  border-radius: 3rem;
  border: 0;
  z-index: 5;
  box-shadow: 0 3px 5px -1px rgba(20, 20, 31, 0.2), 0 6px 10px 0 rgba(20, 20, 31, 0.14), 0 1px 18px 0 rgba(20, 20, 31, 0.12);
}

@media (min-width: 768px) {
  .btn-floated {
    bottom: 1.25rem;
  }
}

.btn-floated.btn-lg, .btn-group-lg > .btn-floated.btn {
  width: 4rem;
  height: 4rem;
  font-size: 1.25rem;
  line-height: 1;
}

.btn-floated.btn-sm, .btn-group-sm > .btn-floated.btn {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1rem;
  line-height: 1;
}

.btn-floated:hover, .btn-floated:focus {
  box-shadow: 0 3px 5px -1px rgba(20, 20, 31, 0.2), 0 6px 10px 0 rgba(20, 20, 31, 0.14), 0 1px 18px 0 rgba(20, 20, 31, 0.12) !important;
}

.btn-floated:active {
  box-shadow: 0 7px 8px -4px rgba(20, 20, 31, 0.2), 0 12px 17px 2px rgba(20, 20, 31, 0.14), 0 5px 22px 4px rgba(20, 20, 31, 0.12) !important;
}

.btn-primary {
  border-color: #2b5a92;
}

.btn-primary:hover {
  box-shadow: none;
}

.btn-primary:focus, .btn-primary.focus {
  border-color: #254e7f;
  box-shadow: inset 0 1px 0 0 #437fc7, 0 0 0 1px #254e7f;
}

.btn-secondary {
  border-color: #dfe3ea;
}

.btn-secondary:hover {
  box-shadow: none;
}

.btn-secondary:focus, .btn-secondary.focus {
  border-color: #d0d5e0;
  box-shadow: inset 0 1px 0 0 white, 0 0 0 1px #d0d5e0;
}

.btn-success {
  border-color: #007c69;
}

.btn-success:hover {
  box-shadow: none;
}

.btn-success:focus, .btn-success.focus {
  border-color: #006254;
  box-shadow: inset 0 1px 0 0 #00c8ab, 0 0 0 1px #006254;
}

.btn-info {
  border-color: #015e82;
}

.btn-info:hover {
  box-shadow: none;
}

.btn-info:focus, .btn-info.focus {
  border-color: #014b69;
  box-shadow: inset 0 1px 0 0 #0194ce, 0 0 0 1px #014b69;
}

.btn-warning {
  border-color: #f5b548;
}

.btn-warning:hover {
  box-shadow: none;
}

.btn-warning:focus, .btn-warning.focus {
  border-color: #f4ac30;
  box-shadow: inset 0 1px 0 0 #f9d390, 0 0 0 1px #f4ac30;
}

.btn-danger {
  border-color: #a95292;
}

.btn-danger:hover {
  box-shadow: none;
}

.btn-danger:focus, .btn-danger.focus {
  border-color: #984a84;
  box-shadow: inset 0 1px 0 0 #c485b3, 0 0 0 1px #984a84;
}

.btn-light {
  color: #888c9b;
  background-color: transparent;
  border-color: transparent;
}

.btn-light:hover {
  background-color: #e6e8ed;
  color: #363642;
  border-color: #e6e8ed;
  box-shadow: none;
}

.btn-light:focus, .btn-light.focus {
  background-color: #e6e8ed;
  color: #363642;
  border-color: #e6e8ed;
  box-shadow: none;
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active {
  color: #2e609c;
  border-color: transparent;
  background-color: rgba(52, 108, 176, 0.08);
  box-shadow: 0 0 0 1px rgba(52, 108, 176, 0);
}

.btn-dark {
  color: #f6f7f9;
}

.btn-dark:hover {
  box-shadow: none;
}

.btn-dark:focus, .btn-dark.focus {
  border-color: #08080b;
  box-shadow: inset 0 1px 0 0 #323246, 0 0 0 1px #08080b;
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #f6f7f9;
}

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active {
  color: #f6f7f9;
}

.btn-secondary {
  color: #363642;
  background: linear-gradient(to bottom, #ffffff, #f6f7f9);
  border-color: #d7dce5;
  box-shadow: 0 1px 0 0 rgba(20, 20, 31, 0.05);
}

.btn-secondary:hover {
  background: linear-gradient(to bottom, #f6f7f9, #f6f7f9);
  border-color: #d7dce5;
}

.btn-secondary:focus, .btn-secondary.focus {
  background: linear-gradient(to bottom, #ffffff, #f6f7f9);
  border-color: #346CB0;
  box-shadow: 0 0 0 1px #346CB0;
}

.btn-secondary.disabled, .btn-secondary:disabled {
  background: linear-gradient(to bottom, #f6f7f9, #f6f7f9);
  border-color: #d7dce5;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active {
  background: linear-gradient(to bottom, #ffffff, #f6f7f9);
  box-shadow: inset 0 1px 1px 0 rgba(20, 20, 31, 0.1), inset 0 1px 4px 0 rgba(20, 20, 31, 0.2);
  border-color: #d7dce5;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus {
  box-shadow: inset 0 1px 1px 0 rgba(20, 20, 31, 0.1), inset 0 1px 4px 0 rgba(20, 20, 31, 0.2);
}

.btn-outline-secondary {
  color: #888c9b;
  border-color: #a6abbd;
}

.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary.focus, .btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active {
  color: #363642;
  border-color: #a6abbd;
}

.btn-subtle-primary {
  color: #2e609c;
  background-color: rgba(52, 108, 176, 0.08);
  border-color: transparent;
}

.btn-subtle-primary:hover, .btn-subtle-primary:focus, .btn-subtle-primary.focus {
  color: #2e609c;
  background-color: rgba(52, 108, 176, 0.12);
  box-shadow: none;
}

.btn-subtle-primary.disabled, .btn-subtle-primary:disabled {
  background-color: rgba(52, 108, 176, 0.08);
}

.btn-subtle-primary:not(:disabled):not(.disabled).active, .btn-subtle-primary:not(:disabled):not(.disabled):active {
  background-color: rgba(52, 108, 176, 0.2);
}

.btn-subtle-secondary {
  color: #888c9b;
  background-color: rgba(246, 247, 249, 0.08);
  border-color: transparent;
}

.btn-subtle-secondary:hover, .btn-subtle-secondary:focus, .btn-subtle-secondary.focus {
  color: #888c9b;
  background-color: rgba(246, 247, 249, 0.12);
  box-shadow: none;
}

.btn-subtle-secondary.disabled, .btn-subtle-secondary:disabled {
  background-color: rgba(246, 247, 249, 0.08);
}

.btn-subtle-secondary:not(:disabled):not(.disabled).active, .btn-subtle-secondary:not(:disabled):not(.disabled):active {
  background-color: rgba(246, 247, 249, 0.2);
}

.btn-subtle-success {
  color: #008974;
  background-color: rgba(0, 162, 138, 0.08);
  border-color: transparent;
}

.btn-subtle-success:hover, .btn-subtle-success:focus, .btn-subtle-success.focus {
  color: #008974;
  background-color: rgba(0, 162, 138, 0.12);
  box-shadow: none;
}

.btn-subtle-success.disabled, .btn-subtle-success:disabled {
  background-color: rgba(0, 162, 138, 0.08);
}

.btn-subtle-success:not(:disabled):not(.disabled).active, .btn-subtle-success:not(:disabled):not(.disabled):active {
  background-color: rgba(0, 162, 138, 0.2);
}

.btn-subtle-info {
  color: #01678f;
  background-color: rgba(1, 121, 168, 0.08);
  border-color: transparent;
}

.btn-subtle-info:hover, .btn-subtle-info:focus, .btn-subtle-info.focus {
  color: #01678f;
  background-color: rgba(1, 121, 168, 0.12);
  box-shadow: none;
}

.btn-subtle-info.disabled, .btn-subtle-info:disabled {
  background-color: rgba(1, 121, 168, 0.08);
}

.btn-subtle-info:not(:disabled):not(.disabled).active, .btn-subtle-info:not(:disabled):not(.disabled):active {
  background-color: rgba(1, 121, 168, 0.2);
}

.btn-subtle-warning {
  color: #f6ba54;
  background-color: rgba(247, 196, 108, 0.08);
  border-color: transparent;
}

.btn-subtle-warning:hover, .btn-subtle-warning:focus, .btn-subtle-warning.focus {
  color: #f6ba54;
  background-color: rgba(247, 196, 108, 0.12);
  box-shadow: none;
}

.btn-subtle-warning.disabled, .btn-subtle-warning:disabled {
  background-color: rgba(247, 196, 108, 0.08);
}

.btn-subtle-warning:not(:disabled):not(.disabled).active, .btn-subtle-warning:not(:disabled):not(.disabled):active {
  background-color: rgba(247, 196, 108, 0.2);
}

.btn-subtle-danger {
  color: #af5a98;
  background-color: rgba(183, 107, 163, 0.08);
  border-color: transparent;
}

.btn-subtle-danger:hover, .btn-subtle-danger:focus, .btn-subtle-danger.focus {
  color: #af5a98;
  background-color: rgba(183, 107, 163, 0.12);
  box-shadow: none;
}

.btn-subtle-danger.disabled, .btn-subtle-danger:disabled {
  background-color: rgba(183, 107, 163, 0.08);
}

.btn-subtle-danger:not(:disabled):not(.disabled).active, .btn-subtle-danger:not(:disabled):not(.disabled):active {
  background-color: rgba(183, 107, 163, 0.2);
}

.btn-subtle-light {
  color: #363642;
  background-color: rgba(246, 247, 249, 0.08);
  border-color: transparent;
}

.btn-subtle-light:hover, .btn-subtle-light:focus, .btn-subtle-light.focus {
  color: #363642;
  background-color: rgba(246, 247, 249, 0.12);
  box-shadow: none;
}

.btn-subtle-light.disabled, .btn-subtle-light:disabled {
  background-color: rgba(246, 247, 249, 0.08);
}

.btn-subtle-light:not(:disabled):not(.disabled).active, .btn-subtle-light:not(:disabled):not(.disabled):active {
  background-color: rgba(246, 247, 249, 0.2);
}

.btn-subtle-dark {
  color: #363642;
  background-color: rgba(34, 34, 48, 0.08);
  border-color: transparent;
}

.btn-subtle-dark:hover, .btn-subtle-dark:focus, .btn-subtle-dark.focus {
  color: #363642;
  background-color: rgba(34, 34, 48, 0.12);
  box-shadow: none;
}

.btn-subtle-dark.disabled, .btn-subtle-dark:disabled {
  background-color: rgba(34, 34, 48, 0.08);
}

.btn-subtle-dark:not(:disabled):not(.disabled).active, .btn-subtle-dark:not(:disabled):not(.disabled):active {
  background-color: rgba(34, 34, 48, 0.2);
}

.btn-reset {
  padding: 0 2px;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}

.btn-reset.btn, .btn-reset.btn-sm, .btn-group-sm > .btn-reset.btn, .btn-reset.btn-lg, .btn-group-lg > .btn-reset.btn {
  height: auto;
}

.btn-reset:hover, .btn-reset:focus {
  color: inherit;
  text-decoration: inherit;
  box-shadow: none;
}

.btn-reset.text-muted:hover, .btn-reset.text-muted:focus, .btn-reset.text-muted.focus, .btn-reset.text-muted.active, .btn-reset.text-muted.show {
  color: #363642 !important;
}

.btn-icon {
  padding: 0;
  line-height: calc(1.5em + 0.75rem + 2px);
  border-radius: 2.25rem;
  width: calc(1.5em + 0.75rem + 2px);
  height: calc(1.5em + 0.75rem + 2px);
}

.btn-icon.btn-sm, .btn-group-sm > .btn-icon.btn {
  line-height: calc(1.5em + 0.5rem + 2px);
  width: calc(1.5em + 0.5rem + 2px);
  height: calc(1.5em + 0.5rem + 2px);
}

.btn-icon.btn-lg, .btn-group-lg > .btn-icon.btn {
  line-height: calc(1.75em + 1rem + 2px);
  width: calc(1.75em + 1rem + 2px);
  height: calc(1.75em + 1rem + 2px);
}

@media (min-width: 768px) {
  .btn-icon {
    line-height: calc(calc(1.5em + 0.75rem + 2px) - 2px);
    width: 2.25rem;
    height: 2.25rem;
  }
  .btn-icon.btn-sm, .btn-group-sm > .btn-icon.btn {
    line-height: calc(calc(1.5em + 0.5rem + 2px) - 2px);
    width: 1.8125rem;
    height: 1.8125rem;
  }
  .btn-icon.btn-lg, .btn-group-lg > .btn-icon.btn {
    line-height: calc(calc(1.75em + 1rem + 2px) - 2px);
    width: 2.75rem;
    height: 2.75rem;
  }
}

.btn-account {
  position: relative;
  display: flex;
  margin: 0;
  border: 0;
  flex-wrap: none;
  align-items: center;
  background: none;
  color: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  outline: 0;
}

.btn-account:hover, .btn-account:focus {
  color: inherit;
  text-decoration: none;
}

.btn-account:active, .btn-account:focus, .btn-account.focus, .btn-account.show {
  outline: 0;
}

.btn-account > .user-avatar {
  margin-right: 0.75rem;
}

.btn-account .account-summary {
  margin-right: 0.75rem;
  display: block;
  text-align: left;
  flex: 1;
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap;
}

.btn-account .account-name,
.btn-account .account-description {
  margin: 0;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
  line-height: 1rem;
  font-size: 0.8em;
}

.btn-account .account-description {
  font-size: 0.75rem;
  font-weight: 400;
  opacity: .7;
}

.btn-account .caret {
  border-top-width: 6px;
  border-right-width: 5px;
  border-left-width: 5px;
}

.btn-account .account-icon {
  position: absolute;
  right: 1rem;
  top: 50%;
  font-size: 0.875rem;
  transform: translateY(-50%);
  opacity: .7;
}

.btn-account .account-icon .caret,
.btn-account .account-icon .fa-caret-down {
}

.btn-account[aria-expanded="true"] > .account-icon > .caret,
.btn-account[aria-expanded="true"] > .account-icon > .fa-caret-down {
  transform: rotate(180deg);
}

.close:focus {
  outline: 0;
}

.alert {
  border-width: 3px 0 0 0;
  box-shadow: 0 0 0 1px rgba(20, 20, 31, 0.05), 0 1px 3px 0 rgba(20, 20, 31, 0.15);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.alert.has-icon {
  padding-left: 4rem;
  min-height: 4rem;
}

.card > .alert {
  border-radius: 0;
}

.alert-icon {
  position: absolute;
  left: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  text-align: center;
  border-radius: 2rem;
}

.alert-icon .oi,
.alert-icon .fa {
  font-size: 1.25rem;
}

.alert-primary .alert-icon {
  color: #ffffff;
  background-color: #2f5e99;
}

.alert-secondary .alert-icon {
  color: #363642;
  background-color: #d2d3d6;
}

.alert-success .alert-icon {
  color: #ffffff;
  background-color: #038b79;
}

.alert-info .alert-icon {
  color: #ffffff;
  background-color: #046992;
}

.alert-warning .alert-icon {
  color: #363642;
  background-color: #d3a860;
}

.alert-danger .alert-icon {
  color: #ffffff;
  background-color: #9d5d8e;
}

.alert-light .alert-icon {
  color: #363642;
  background-color: #d2d3d6;
}

.alert-dark .alert-icon {
  color: #ffffff;
  background-color: #20202d;
}

.alert-secondary {
  color: #363642;
  background-color: #f6f7f9;
  border-color: #888c9b;
}

.alert-secondary .alert-icon {
  color: #888c9b;
  background-color: #e6e8ed;
}

.alert-secondary hr {
  border-top-color: rgba(34, 34, 48, 0.1);
}

.alert-secondary .alert-link {
  color: #346CB0;
}

.alert-light {
  border-color: #a6abbd;
}

legend {
  margin-bottom: 1.5rem;
  font-size: 1rem;
  font-weight: 600;
}

.form-group legend {
  margin-bottom: .5rem;
}

label > abbr {
  color: #B76BA3;
}

label > a:hover {
  text-decoration: none;
}

label.input-group-append, label.input-group-prepend {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .form-control {
    height: 2.25rem;
    font-size: 0.875rem;
  }
  .form-control.form-control-sm {
    height: 1.8125rem;
    font-size: 0.8125rem;
  }
  .form-control.form-control-lg {
    height: 2.75rem;
    font-size: 1rem;
  }
  .form-check {
    font-size: 0.875rem;
  }
  .col-form-label-lg {
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .form-group small,
  .form-group .small,
  .form-group .valid-feedback,
  .form-group .invalid-feedback {
    font-size: 85%;
  }
}

.form-control-plaintext {
  font-size: inherit;
}

.form-control {
  box-shadow: inset 0 1px 0 0 rgba(34, 34, 48, 0.05);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.form-control[readonly] {
  background-color: #ffffff;
}

.form-control[readonly]:hover ~ .input-group-prepend .input-group-text {
  color: #363642;
}

.form-control-reflow {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}

.form-control-reflow:hover {
  background-color: #e6e8ed;
}

.form-control-reflow:focus {
  background-color: #ffffff;
  border-color: #346CB0;
}

.form-actions {
  display: flex;
  padding-top: .5rem;
}

.form-actions .btn + .btn,
.form-actions .btn + .btn-group,
.form-actions .btn-group + .btn,
.form-actions .btn-group + .btn-group {
  margin-left: .125rem;
}

.form-label-group {
  position: relative;
}

.form-label-group > input,
.form-label-group > label {
  padding: 0 0.75rem;
}

.form-label-group input,
.form-label-group select {
  padding-top: calc(0.75rem + 0.75rem * (2 / 3));
  padding-bottom: calc(0.75rem / 3);
  height: auto;
}

.form-label-group > label {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: calc(0.75rem / 3);
  padding-bottom: calc(0.75rem / 3);
  width: 100%;
  margin-bottom: 0;
  /* Override default `<label>` margin */
  line-height: 1.5;
  text-align: left;
  font-size: .75rem;
  color: #888c9b;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  pointer-events: none;
}

.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input::-moz-placeholder {
  color: transparent;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: transparent;
}

.form-label-group input:placeholder-shown:not(:-webkit-autofill) {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.form-label-group input:placeholder-shown:not(:-webkit-autofill) ~ label {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #888c9b;
  font-size: inherit;
}

.form-label-group input.placeholder-shown:not(:-webkit-autofill) {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.form-label-group input.placeholder-shown:not(:-webkit-autofill) ~ label {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #888c9b;
  font-size: inherit;
}

.form-control.is-valid,
.was-validated .form-control:valid,
.form-control.is-invalid,
.was-validated .form-control:invalid {
  background-position: calc(100% - 0.75rem) calc(.375em + .1875rem);
}

.form-label-group > .form-control.is-valid,
.was-validated .form-label-group > .form-control:valid,
.form-label-group > .form-control.is-invalid,
.was-validated .form-label-group > .form-control:invalid {
  background-position: calc(100% - 0.75rem) calc(.75em + .1875rem);
}

.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
  box-shadow: 0 0 0 1px #B76BA3;
}

.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
  box-shadow: 0 0 0 1px #00A28A;
}

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

.custom-control-input.is-valid ~ .custom-control-label:before,
.was-validated .custom-control-input:valid ~ .custom-control-label:before {
  border-color: #00A28A;
}

.inline-editable {
  position: relative;
  width: 100%;
}

.inline-editable:hover .inline-editable-actions {
  display: block;
}

.inline-editable-actions {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}

.inline-editable .form-control {
  padding: 0;
  width: inherit;
  height: auto;
  color: inherit;
  background-color: transparent;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  resize: none;
}

.inline-editable .form-control:hover, .inline-editable .form-control:focus {
  color: #363642;
  box-shadow: 0 0 0 0.5rem rgba(20, 20, 31, 0.1);
}

.inline-editable .form-control:hover {
  background-color: rgba(20, 20, 31, 0.1);
}

.inline-editable .form-control:focus {
  background-color: #ffffff;
}

.inline-editable .form-control:focus + .inline-editable-actions {
  display: block;
}

@media (min-width: 768px) {
  .input-group-lg > .form-control,
  .input-group-lg > .input-group-prepend > .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 {
    font-size: 1rem;
  }
  .input-group-sm > .form-control,
  .input-group-sm > .input-group-prepend > .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 {
    font-size: 0.8125rem;
  }
  .input-group-text {
    font-size: 0.875rem;
  }
}

.input-group:not(.input-group-alt) {
  height: calc(1.5em + 0.75rem + 2px);
  border: 1px solid #c6c9d5;
  border-radius: 0.25rem;
  background-color: #ffffff;
  box-shadow: inset 0 1px 0 0 rgba(34, 34, 48, 0.05);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.input-group:not(.input-group-alt).input-group-sm {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group:not(.input-group-alt).input-group-lg {
  height: calc(1.75em + 1rem + 2px);
}

@media (min-width: 768px) {
  .input-group:not(.input-group-alt) {
    height: 2.25rem;
  }
  .input-group:not(.input-group-alt).input-group-sm {
    height: 1.8125rem;
  }
  .input-group:not(.input-group-alt).input-group-lg {
    height: 2.75rem;
  }
}

.input-group:not(.input-group-alt).focus {
  border-color: #346CB0;
  box-shadow: 0 0 0 1px #346CB0;
  z-index: 3;
}

.input-group:not(.input-group-alt).is-valid {
  border-color: #00A28A;
}

.input-group:not(.input-group-alt).is-valid .form-control {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'><path fill='#00A28A' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/></svg>");
}

.input-group:not(.input-group-alt).is-valid.focus {
  box-shadow: 0 0 0 1px #00A28A;
}

.input-group:not(.input-group-alt).is-invalid {
  border-color: #B76BA3;
}

.input-group:not(.input-group-alt).is-invalid .form-control {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='#B76BA3' viewBox='0 0 12 12'><circle cx='6' cy='6' r='4.5'/><path stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/><circle cx='6' cy='8.2' r='.6' fill='#B76BA3' stroke='none'/></svg>");
}

.input-group:not(.input-group-alt).is-invalid.focus {
  box-shadow: 0 0 0 1px #B76BA3;
}

.input-group:not(.input-group-alt).is-valid .form-control, .input-group:not(.input-group-alt).is-invalid .form-control {
  background-repeat: no-repeat;
  background-position: calc(100% - 0.75rem) calc(.375em + .1875rem + 2px) !important;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.input-group:not(.input-group-alt).is-valid + .valid-feedback,
.input-group:not(.input-group-alt).is-valid + .invalid-feedback,
.input-group:not(.input-group-alt).is-invalid + .valid-feedback,
.input-group:not(.input-group-alt).is-invalid + .invalid-feedback {
  display: block;
}

.input-group:not(.input-group-alt) .form-control,
.input-group:not(.input-group-alt) .input-group-text {
  border: 0;
  background-color: transparent;
  box-shadow: none;
}

.input-group:not(.input-group-alt) .form-control {
  top: -1px;
  height: inherit;
}

.input-group:not(.input-group-alt) .form-control:focus, .input-group:not(.input-group-alt) .form-control.focus {
  box-shadow: none;
}

.input-group:not(.input-group-alt) .input-group-prepend .input-group-text {
  padding-right: 1px;
}

.input-group:not(.input-group-alt) .input-group-append .input-group-text {
  padding-left: 1px;
}
.input-group:not(.input-group-alt) .input-group-append .btn,
.input-group:not(.input-group-alt) .input-group-prepend .btn {
  height: calc(100% - 2px);
  border: 0;
}
.input-group:not(.input-group-alt).input-group-sm {
  border-radius: 0.2rem;
}

.input-group:not(.input-group-alt).input-group-lg {
  border-radius: 0.3rem;
}

.input-group:not(.input-group-alt) .valid-feedback,
.input-group:not(.input-group-alt) .invalid-feedback {
  margin-left: .75rem;
  margin-top: -.375rem;
  margin-bottom: .25rem;
}

.input-group-alt .input-group-text {
  color: #363642;
  box-shadow: none;
}

.input-group-plaintext, .input-group-plaintext.focus,
.input-group-plaintext .form-control,
.input-group-plaintext .form-control:focus,
.input-group-plaintext .input-group-prepend,
.input-group-plaintext .input-group-append {
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.input-group-plaintext .input-group-prepend > .input-group-text,
.input-group-plaintext .input-group-append > .input-group-text {
  padding-right: 0;
  padding-left: 0;
}

.input-group-alt > .input-group {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group-alt > .input-group:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-alt > .input-group:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-alt > .input-group:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-alt > .input-group .form-control {
  height: 2.25rem;
}

@media (min-width: 768px) {
  .input-group-alt > .input-group .form-control {
    height: calc(2.25rem - 2px);
  }
}

.input-group-alt > .input-group .form-control.form-control-sm {
  height: 1.8125rem;
}

@media (min-width: 768px) {
  .input-group-alt > .input-group .form-control.form-control-sm {
    height: calc(1.8125rem - 2px);
  }
}

.input-group-alt > .input-group .form-control.form-control-lg {
  height: 2.75rem;
}

@media (min-width: 768px) {
  .input-group-alt > .input-group .form-control.form-control-lg {
    height: calc(2.75rem - 2px);
  }
}

.input-group-prepend .custom-select,
.input-group-append .custom-select {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

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

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

.input-group-text {
  color: #888c9b;
  box-shadow: inset 0 1px 0 0 rgba(34, 34, 48, 0.05);
}

.input-group-text > .oi {
  top: 0;
}

.custom-control-hint {
  margin: 1rem 0;
  display: none;
}

.custom-control-input:checked ~ .custom-control-hint {
  display: block;
}

.custom-control:not(.custom-switch) .custom-control-label::before, .custom-control:not(.custom-switch) .custom-control-label::after {
  top: .125rem;
}

.macos .custom-control:not(.custom-switch) .custom-control-label::before, .macos .custom-control:not(.custom-switch) .custom-control-label::after {
  top: .25em;
}

@media (min-width: 768px) {
  .custom-control:not(.custom-switch) .custom-control-label::before, .custom-control:not(.custom-switch) .custom-control-label::after {
    top: .0625rem;
  }
  .macos .custom-control:not(.custom-switch) .custom-control-label::before, .macos .custom-control:not(.custom-switch) .custom-control-label::after {
    top: .125rem;
  }
}

.custom-control:not(.custom-switch) .custom-control-label::before {
  background: linear-gradient(to bottom, #ffffff, #f6f7f9);
  border: 1px solid #c6c9d5;
  box-shadow: 0 1px 0 0 rgba(34, 34, 48, 0.05);
  pointer-events: auto;
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}

.custom-control:not(.custom-switch) .custom-control-label::after {
  transform: scale(0);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.custom-control:not(.custom-switch) .custom-control-label-media::before, .custom-control:not(.custom-switch) .custom-control-label-media::after {
  top: .5rem !important;
}

.custom-control:not(.custom-switch) .custom-control-label-media .media {
  align-items: center;
  line-height: 1.2;
}

.custom-control-input {
  left: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #346CB0;
}

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

.custom-control-input:focus ~ .custom-control-label::before {
  border-color: #346CB0;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background: #f6f7f9;
}

.custom-control-nolabel {
  margin: 0 0 0 -.125rem;
  padding-left: 0;
}

.custom-control-nolabel > .custom-control-label {
  width: 1.25rem;
  height: 1.25rem;
  color: transparent;
  overflow: hidden;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.custom-control-nolabel > .custom-control-label::before, .custom-control-nolabel > .custom-control-label::after {
  left: .125rem;
}

.custom-checkbox .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%230179A8' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M6.41 0l-.69.72-2.78 2.78-.81-.78-.72-.72-1.41 1.41.72.72 1.5 1.5.69.72.72-.72 3.5-3.5.72-.72-1.44-1.41z' transform='translate(0 1)' /%3e%3c/svg%3e");
}

.custom-number {
  position: relative;
  display: flex;
}

.custom-number > .form-control[type=number] {
  flex: 1 1 auto;
  padding-right: calc(0.75rem + 1.5rem);
  -moz-appearance: textfield;
}

.custom-number > .form-control[type=number]::-webkit-inner-spin-button, .custom-number > .form-control[type=number]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.custom-number > .form-control[type=number].form-control-sm {
  padding-right: calc(0.5rem + 1.5rem);
}

.custom-number > .form-control[type=number].form-control-lg {
  padding-right: calc(1rem + 1.5rem);
}

.custom-number-controls {
  position: absolute;
  right: 1px;
  width: 1.5rem;
  height: 100%;
}

.custom-number-btn {
  position: absolute;
  right: 0px;
  cursor: pointer;
  border-left: 1px solid #c6c9d5;
  width: 100%;
  background-color: #ffffff;
  line-height: 1.1;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.custom-number-btn:hover {
  color: #346CB0;
}

.custom-number-btn:focus, .custom-number-btn.focus, .custom-number-btn:active {
  color: #2e609c;
  background-color: rgba(52, 108, 176, 0.08);
}

.custom-number-btn.custom-number-up {
  top: 1px;
  height: calc(50% - 1px);
  border-bottom: 1px solid #c6c9d5;
  border-top-right-radius: 0.25rem;
}

.custom-number-btn.custom-number-down {
  bottom: 1px;
  height: calc(50% - 1px);
  border-bottom-right-radius: 0.25rem;
}

@media (min-width: 768px) {
  .custom-select {
    height: 2.25rem;
    font-size: 0.875rem;
  }
  .custom-select.custom-select-sm {
    height: 1.8125rem;
    font-size: 0.8125rem;
  }
  .custom-select.custom-select-lg {
    height: 2.75rem;
    font-size: 1rem;
  }
}

.custom-select {
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='14' height='14' fill='%23888c9b' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1408 704q0 26-19 45l-448 448q-19 19-45 19t-45-19l-448-448q-19-19-19-45t19-45 45-19h896q26 0 45 19t19 45z'/%3E%3C/svg%3E") no-repeat right 0.75rem center, linear-gradient(to bottom, #ffffff, #f6f7f9);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media (min-width: 768px) {
  .custom-select {
    height: 2.25rem;
  }
}

.custom-select-reflow {
  color: #888c9b;
}

.custom-select-reflow, .custom-select-reflow:focus {
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='14' height='14' fill='%23888c9b' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1408 704q0 26-19 45l-448 448q-19 19-45 19t-45-19l-448-448q-19-19-19-45t19-45 45-19h896q26 0 45 19t19 45z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  border-color: transparent;
  box-shadow: none;
}

.custom-select-reflow:hover, .custom-select-reflow:active, .custom-select-reflow:focus {
  color: #363642;
}

.custom-select.disabled {
  color: #888c9b;
  background-color: #e6e8ed;
}

.custom-select-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  .custom-select-sm {
    height: 1.8125rem;
    font-size: .8125rem;
  }
}

.custom-select-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
}

@media (min-width: 768px) {
  .custom-select-lg {
    height: 2.75rem;
    font-size: 1rem;
  }
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='14' height='14' fill='%23888c9b' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1408 704q0 26-19 45l-448 448q-19 19-45 19t-45-19l-448-448q-19-19-19-45t19-45 45-19h896q26 0 45 19t19 45z'/%3E%3C/svg%3E") no-repeat right 0.75rem center, url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'><path fill='#00A28A' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/></svg>") no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem), linear-gradient(to bottom, #ffffff, #f6f7f9);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='14' height='14' fill='%23888c9b' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1408 704q0 26-19 45l-448 448q-19 19-45 19t-45-19l-448-448q-19-19-19-45t19-45 45-19h896q26 0 45 19t19 45z'/%3E%3C/svg%3E") no-repeat right 0.75rem center, url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='#B76BA3' viewBox='0 0 12 12'><circle cx='6' cy='6' r='4.5'/><path stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/><circle cx='6' cy='8.2' r='.6' fill='#B76BA3' stroke='none'/></svg>") no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem), linear-gradient(to bottom, #ffffff, #f6f7f9);
}
.card {
  margin-bottom: 20px;
  border: none;
  box-shadow: 0 0 0 1px rgba(20, 20, 31, 0.05), 0 1px 3px 0 rgba(20, 20, 31, 0.15);
}

@media (max-width: 575.98px) {
  .card-fluid {
    border-radius: 0;
    border-width: 1px 0;
  }
}

.card-header-tabs {
  margin-top: -1rem;
  font-weight: normal;
}

.card-header-control,
.card-title-control {
  margin: -.5rem 0;
}

.card-header-fluid {
  padding-bottom: 0;
  border-bottom: 0;
}

.card-title {
  font-size: 1rem;
}

.card-title > a {
  color: inherit;
  outline: 0;
}

.card-title > a:hover, .card-title > a:focus {
  color: inherit;
  text-decoration: none;
}

.card-footer {
  padding: 0;
  display: flex;
  align-items: stretch;
}

.card-footer-content {
  padding: 1rem 1rem;
  width: 100%;
}

.card-footer-item {
  padding: 1rem 1rem;
  flex: 1;
  text-align: center;
  outline: 0;
}

.card-footer-item:hover, .card-footer-item:focus {
  text-decoration: none;
}

.card-footer-item-bordered:not(:last-child) {
  border-right: 1px solid rgba(20, 20, 31, 0.12);
}

.card-footer-item > .metric {
  padding: 0;
}

a.card-footer-item.text-muted:hover, a.card-footer-item.text-muted:focus {
  color: #222230 !important;
}

.card-link + .card-link {
  margin-left: 0;
}

.page-link {
  font-weight: 600;
  border-radius: 3rem;
}

.page-link:focus {
  color: #2e609c;
}

.page-item:first-child .page-link,
.pagination-sm .page-item:first-child .page-link,
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 3rem;
}

.page-item:last-child .page-link,
.pagination-sm .page-item:last-child .page-link,
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 3rem;
}

.nav-link {
  outline: 0;
  color: #888c9b;
}

.active > .nav-link, .nav-link.active {
  color: #346CB0;
}

.nav-link:hover, .nav-link:focus {
  color: #346CB0;
}

@media (min-width: 768px) {
  .nav-link {
    font-size: 0.875rem;
  }
}

.nav-tabs .nav-link {
  font-size: 1.2em;
  padding: 0.6rem;
  border-width: 0 0 3px;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  color: #222230;
}

.nav-tabs.flex-column .nav-link {
  border-width: 0 0 0 3px;
  border-radius: 0;
}

.nav-item.has-notified,
.nav-link.has-notified {
  position: relative;
}

.nav-item.has-notified::before,
.nav-link.has-notified::before {
  position: absolute;
  top: .5rem;
  right: .75rem;
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #F7C46C;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.nav-item .fa,
.nav-item .fas,
.nav-item .oi {
  position: relative;
  top: .125rem;
}

.font-size-lg {
  font-size: 1.143em;
}

.font-size-sm {
  font-size: 0.875em;
}

.text-gray {
  color: #888c9b !important;
}

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

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

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

.text-white {
  color: #e6e8ed !important;
}

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

.text-muted-light {
  color: rgba(255, 255, 255, 0.6) !important;
}

a.text-muted-light:hover, a.text-muted-light:focus {
  color: rgba(255, 255, 255, 0.8) !important;
}

.text-muted-dark {
  color: rgba(20, 20, 31, 0.6) !important;
}

a.text-muted-dark:hover, a.text-muted-dark:focus {
  color: rgba(20, 20, 31, 0.8) !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.grayscale {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.circle {
  border-radius: 9999px !important;
}

/** The root StackedMenu */
.stacked-menu {
  position: relative;
  padding: .25rem 0;
  background-color: transparent;
  /* global state */
  /* nav child */
  /* nav level 1 */
  /* disabled state */
}

.stacked-menu ul.menu {
  display: block;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.stacked-menu ul.menu + .menu {
  margin-top: 1em;
}

.stacked-menu .menu-header {
  margin: .5em 0 0;
  padding: 0.5rem 1rem;
  color: #888c9b;
  font-size: 0.8125rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.stacked-menu .menu-subhead {
  display: none;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  color: #346CB0;
  line-height: 1.75em;
  overflow: hidden;
}

.stacked-menu .menu-link {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  color: #888c9b;
  text-decoration: none;
  line-height: 1.75em;
  overflow: hidden;
  outline: 0;
}

.stacked-menu .menu-link > .menu-icon {
  width: 1.25em;
  margin-right: .5em;
  text-align: center;
  font-size: 1.125rem;
  color: #a6abbd;
}

.stacked-menu .menu-link:focus {
  color: #346CB0;
  background-color: transparent;
  text-decoration: none;
  overflow: visible;
}

.stacked-menu .menu-link:focus .menu-icon {
  color: #888c9b;
}

.stacked-menu .menu-link:hover {
  color: #346CB0;
  background-color: transparent;
  text-decoration: none;
  overflow: visible;
}

.stacked-menu .menu-link:hover .menu-icon {
  color: #888c9b;
}

.stacked-menu .menu-item + .menu-item {
  margin-top: 0;
}

.stacked-menu .menu-item.has-open:not(.has-active) > .menu-link {
  background-color: transparent;
  color: #346CB0;
}

.stacked-menu .menu-item.has-open:not(.has-active) > .menu-link .menu-icon {
  color: #888c9b;
}

.stacked-menu .menu-item.has-active > .menu-link {
  background-color: transparent;
  color: #346CB0;
}

.stacked-menu .menu-item.has-active > .menu-link .menu-icon {
  color: #346CB0;
}

.stacked-menu .has-child {
  position: relative;
}

.stacked-menu .has-child.has-active:hover > .menu,
.stacked-menu .has-child.has-open > .menu {
  overflow: visible;
}

.stacked-menu .has-child.has-active > .menu {
  height: auto;
  visibility: visible;
  opacity: 1;
}

.stacked-menu > .menu > .menu-item {
  /* level 1 */
}

.stacked-menu > .menu > .menu-item > .menu-link {
  color: #363642;
}

.stacked-menu > .menu > .menu-item > .menu-link:focus {
  color: #222230;
  background-color: transparent;
}

.stacked-menu > .menu > .menu-item > .menu-link:hover {
  color: #222230;
  background-color: transparent;
}

.stacked-menu > .menu > .menu-item.has-open > .menu-link {
  color: #222230;
  background-color: transparent;
}

.stacked-menu > .menu > .menu-item.has-active > .menu-link {
  background-color: transparent;
  color: #346CB0;
}

.stacked-menu > .menu > .menu-item > .menu .menu-link {
  padding-left: 3rem;
}

.stacked-menu {
  padding-top: 1rem;
  width: 100%;
  margin-bottom: 1rem;
}

.stacked-menu .menu-link,
.stacked-menu .menu-subhead {
  padding-right: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.stacked-menu .menu-link {
  font-size: 1rem;
  outline: 0;
}

.stacked-menu .menu-link:hover {
  overflow: hidden;
}

.stacked-menu .menu-link > .label {
  right: 2rem;
  margin-top: .375em;
}

@media (min-width: 768px) {
  .stacked-menu .menu-link {
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .stacked-menu .menu-link > .label {
    right: 1.75rem;
    margin-top: .15em;
  }
}

.stacked-menu .menu-header {
  margin-top: 1rem;
  letter-spacing: 0;
  line-height: 1.25rem;
}

.stacked-menu .menu-item.has-active:not(.has-child) > .menu-link {
  font-weight: 600;
}

.stacked-menu .menu-item.has-active.has-child > .menu-link {
  color: #363642;
}


.dd {
  position: relative;
}

.page-sidebar .fc-list-empty {
  padding-top: 1rem;
  color: #888c9b;
}

*:focus {
  outline-color: #346CB0;
}

*::-moz-selection {
  background: #F7C46C;
  color: #363642;
  text-shadow: none;
}

*::selection {
  background: #F7C46C;
  color: #363642;
  text-shadow: none;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}

iframe {
  margin-bottom: 1rem;
}

.app {
  width: 100%;
  min-height: 100%;
  background-color: #f6f7f9;
  /* overflow-x: hidden; */
}

.app-site {
  background-color: #ffffff;
}

.app.has-clipped-header .top-bar-brand {
  width: auto;
  background-color: transparent;
}

.app.has-clipped-header .app-aside {
  top: 0;
}

.app-main {
  position: relative;
  /* padding-top: 3.5rem; */
  padding-right: 0;
  padding-left: 0;
  /* overflow: hidden; */
}

.wrapper {
  position: relative;
  margin: 0 auto;
}

@-webkit-keyframes fadeInBackdrop {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInBackdrop {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.el-example > .btn,
.el-example > .btn-group {
  margin: 4px 2px;
}

.top-bar {
  display: flex;
  width: 100%;
  height: 3.5rem;
  align-items: stretch;
}

.top-bar-brand {
  margin-bottom: 0;
  padding: 0 .5rem 0 1rem;
  display: none;
  height: 3.5rem;
  width: 15rem;
  font-size: 1.25rem;
  align-items: center;
}

.top-bar-brand > a:focus {
  text-decoration: none;
}

.top-bar-brand > a:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  .top-bar-brand {
    display: flex;
  }
}

.top-bar-list {
  display: flex;
  flex: 1;
  align-items: center;
}

.top-bar-item {
  display: flex;
  align-items: center;
  padding: 0;
}

@media (min-width: 768px) {
  .top-bar-item {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media (min-width: 992px) {
  .top-bar-item {
    padding-left: 2rem;
  }
}

.top-bar-item-full {
  flex: 1;
}

.top-bar-item-right {
  margin-left: auto;
}

.top-bar-search {
  width: 100%;
}

@media (max-width: 767.98px) {
  .top-bar-search {
    padding-right: 1rem;
    padding-left: 0.5rem;
  }
}

.top-bar-search .input-group-search {
  box-shadow: none;
}

.top-bar-search .input-group-search.focus {
  box-shadow: none;
}

.top-bar-search .input-group {
  width: 100%;
}

.app-aside {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  width: calc(100vw - 3.5rem);
  max-width: calc(15rem + 1.5rem);
  z-index: 1050;
  transform: translate3d(-100%, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.app-aside.show {
  transform: translate3d(0, 0, 0);
}

.app-aside + .app-main {
  padding-left: 0;
}

.app-aside .top-bar-brand {
  width: auto;
}

.aside-backdrop {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(20, 20, 31, 0.8);
  z-index: 1040;
}

.aside-backdrop.show {
  display: block;
  -webkit-animation: fadeInBackdrop 260ms ease forwards;
          animation: fadeInBackdrop 260ms ease forwards;
}

.aside-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.aside-menu {
  position: relative;
  flex: 1;
  overflow-y: auto;
}

.app-aside-expand-sm {
  top: auto;
  transform: translate3d(0, 0, 0);
  z-index: 1030;
}

.app-aside-expand-md {
  /* top: auto; */
  transform: translate3d(0, 0, 0);
  z-index: 1030;
}

@media (max-width: 767.98px) {
  .app-aside-expand-md {
    top: 0;
    transform: translate3d(-100%, 0, 0);
    z-index: 1050;
    border-right: 0;
  }
  .app-aside-expand-md.show {
    transform: translate3d(0, 0, 0);
  }
}

@media (min-width: 768px) {
  .app-aside-expand-md {
    /* top: 3.5rem; */
    width: 15rem;
    z-index: 6;
  }
}

@media (min-width: 768px) {
  .app-aside-expand-md + .app-main {
    padding-left: 15rem;
  }
}

@media (max-width: 767.98px) {
  .app-aside-expand-md ~ .aside-backdrop {
    display: none;
  }
  .app-aside-expand-md ~ .aside-backdrop.show {
    display: block;
    -webkit-animation: fadeInBackdrop 260ms ease forwards;
            animation: fadeInBackdrop 260ms ease forwards;
  }
}

@media (min-width: 768px) {
  .app-aside-expand-md ~ .aside-backdrop.show {
    display: none;
  }
}

.app-aside-expand {
  top: auto;
  transform: translate3d(0, 0, 0);
  z-index: 1030;
  top: 0;
  transform: translate3d(-100%, 0, 0);
  z-index: 1050;
  border-right: 0;
  top: 3.5rem;
  width: 15rem;
  z-index: 6;
}

.app-aside-expand.show {
  transform: translate3d(0, 0, 0);
}

.app-aside-expand + .app-main {
  padding-left: 15rem;
}

.app-aside-expand ~ .aside-backdrop {
  display: none;
}

.app-aside-expand ~ .aside-backdrop.show {
  display: block;
  -webkit-animation: fadeInBackdrop 260ms ease forwards;
          animation: fadeInBackdrop 260ms ease forwards;
}

.app-aside-expand ~ .aside-backdrop.show {
  display: none;
}

.app-aside-light {
  color: inherit;
  background-color: #f6f7f9;
}

@media (min-width: 768px) {
  .app-aside-light {
    border-right: 1px solid rgba(20, 20, 31, 0.05);
  }
}

.page {
  min-height: 646px;
}

@media (max-height: 992px) {
  .page {
    min-height: calc(100vh - 3.5rem);
  }
}

.page-inner {
  padding: 1.5rem 0;
}

@media (min-width: 576px) {
  .page-inner {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media (min-width: 992px) {
  .page-inner {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

.page-title {
  margin-top: 0;
  font-size: 1.75rem;
}

.page-title > small {
  font-size: 1rem;
  color: #888c9b;
}

@media (min-width: 768px) {
  .page-title > small {
    font-size: 0.875rem;
  }
}

.page-section {
  padding-right: 0;
  padding-left: 0;
}

@media (max-width: 575.98px) {
  .page-section > .card {
    border-radius: 0;
    border-width: 1px 0;
  }
}

.section-block {
  margin: 1rem 0;
}

@media (max-width: 575.98px) {
  .section-block {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.app-footer {
  margin: 1.5rem 0;
  padding: 0 1rem;
  text-align: center;
}

@media (min-width: 992px) {
  .app-footer {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

.page-inner > .app-footer {
  margin-top: 3rem;
  margin-bottom: 0;
}

.user-avatar {
  position: relative;
  margin-bottom: 0;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  font-size: 2rem;
  vertical-align: middle;
  border-radius: 4rem;
}

.user-avatar > a {
  color: inherit;
  outline: 0;
}

.user-avatar > a:focus {
  color: inherit;
  text-decoration: none;
}

.user-avatar > a:hover {
  color: inherit;
  text-decoration: none;
}

.user-avatar img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

a.user-avatar:focus {
  outline: 0;
}

a.user-avatar:hover {
  outline: 0;
}

a.user-avatar:focus {
  box-shadow: 0 0 0 3px #346CB0;
}

.card-figure {
  position: relative;
  padding: 10px;
  border-radius: 2px;
}

.card-figure:hover .img-link {
  opacity: 1;
}

.card-figure .figure {
  display: flex;
  flex-direction: column;
  margin-bottom: 0px;
}

.card-figure .figure-caption {
  display: block;
  margin-top: 10px;
  font-size: 0.875rem;
  color: inherit;
}

@media (min-width: 768px) {
  .card-figure .figure-caption {
    font-size: 0.75rem;
  }
}

.figure-title {
  margin: 0 0 .125rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .figure-title {
    font-size: 0.875rem;
  }
}

.figure-title a:focus {
  color: #363642;
  text-decoration: none;
}

.figure-title a:hover {
  color: #363642;
  text-decoration: none;
}

.card-figure:hover .figure-tools {
  opacity: 1;
}

.card-figure:hover .figure-description {
  opacity: 1;
}

.metric-row {
  margin-bottom: 1.25rem;
  border-radius: 0.25rem;
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.metric-row .metric {
  margin: .5rem 0;
  min-height: 8.5rem;
}

.metric {
  position: relative;
  padding: 1rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  max-width: 100%;
  border-radius: 0.25rem;
  cursor: default;
}

@media (min-width: 576px) {
  .metric {
    flex-basis: 0;
  }
}

a.metric,
.metric-hoverable {
  color: inherit;
  outline: 0;
  cursor: pointer;
}

a.metric:focus,
.metric-hoverable:focus {
  color: inherit;
  text-decoration: none;
  border: 1px solid #d6d8e1;
}

a.metric:hover,
.metric-hoverable:hover {
  color: inherit;
  text-decoration: none;
  border: 1px solid #d6d8e1;
}

.metric-bordered {
  border: 1px solid #d6d8e1;
}

.metric-label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #888c9b;
  white-space: nowrap;
}

.metric-label:first-child {
  margin-bottom: .5rem;
}

.metric-label:last-child {
  margin-top: .5rem;
  margin-bottom: 0;
}

.metric-value {
  margin-bottom: 0;
  line-height: 1;
  white-space: nowrap;
}

.metric-value .value {
  vertical-align: middle;
}

.metric-value > sup,
.metric-value > sub {
  color: #a6abbd;
  font-size: .5em;
}

.metric-value > sup {
  top: -.75em;
}

.metric-value > sub {
  bottom: 0;
}

.auth {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  background-color: #f6f7f9;
}

.auth-header {
  position: relative;
  padding: 2rem 1.25rem 0;
  width: 100%;
  /* background-color: #346CB0; */
  color: #ffffff;
  text-align: center;
  background-size: cover;
}

@media (min-width: 768px) {
  .auth-header {
    margin-bottom: -3rem;
    padding-top: 6rem;
    padding-bottom: 3rem;
  }
  .auth-header .container {
    padding: 0;
    max-width: 420px;
  }
}

.auth-header a {
  color: #F7C46C;
  text-decoration: underline;
}

.auth-header a:focus {
  color: #d3a860;
}

.auth-header a:hover {
  color: #d3a860;
}

.auth-form {
  position: relative;
  padding: 2rem 1.25rem 0;
  width: 100%;
  z-index: 1;
}

@media (min-width: 768px) {
  .auth-form {
    padding: 2rem 2rem 1rem;
    max-width: 420px;
    border-radius: 0.25rem;
    background-color: #ffffff;
    box-shadow: 0 0 0 1px rgba(20, 20, 31, 0.05), 0 1px 3px 0 rgba(20, 20, 31, 0.15);
  }
}

.auth-form .link {
  text-decoration: underline;
}

.auth-footer {
  padding: 1rem;
  color: #888c9b;
}

@media (min-width: 768px) {
  .auth-footer {
    max-width: 420px;
  }
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #363642;
  vertical-align: middle;
  background: linear-gradient(to bottom, #ffffff, #f6f7f9) url("data:image/svg+xml;charset=UTF-8,%3Csvg width='14' height='14' fill='%23888c9b' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1408 704q0 26-19 45l-448 448q-19 19-45 19t-45-19l-448-448q-19-19-19-45t19-45 45-19h896q26 0 45 19t19 45z'/%3E%3C/svg%3E") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #c6c9d5;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: #346CB0;
  outline: 0;
  box-shadow: 0 0 0 1px #346CB0;
}

@media (min-width: 768px) {
  .custom-select {
    height: 2.25rem;
    font-size: 0.875rem;
  }
  .custom-select.custom-select-sm {
    height: 1.8125rem;
    font-size: 0.8125rem;
  }
  .custom-select.custom-select-lg {
    height: 2.75rem;
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .custom-select {
    height: 2.25rem;
  }
}

/* Switchers */

.switcher-control {
  margin-bottom: 0;
  position: relative;
  vertical-align: middle;
  font-weight: bold;
  font-size: .625rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 2.125rem;
}

.switcher-control .switcher-indicator {
  height: 1rem;
  line-height: 1rem;
  border-radius: 1rem;
}

.switcher-control .switcher-indicator:before {
  right: 1.1875rem;
  width: 1rem;
  border-radius: 1rem;
}

.switcher-control .switcher-label-on,
.switcher-control .switcher-label-off {
  width: calc(100% - 0.75rem);
  line-height: 1rem;
}

.switcher-control-lg {
  width: 3.1875rem;
}

.switcher-control-lg .switcher-indicator {
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
}

.switcher-control-lg .switcher-indicator:before {
  right: 1.71875rem;
  width: 1.5rem;
  border-radius: 1.5rem;
}

.switcher-control-lg .switcher-label-on,
.switcher-control-lg .switcher-label-off {
  width: calc(100% - 1.25rem);
  line-height: 1.5rem;
}

.switcher-input {
  position: absolute;
  height: 0;
  width: 0;
  z-index: -1;
  opacity: 0;
}

/* .switcher-input:focus + .switcher-indicator { */
/*   box-shadow: 0 0.5rem 1rem rgba(20, 20, 31, 0.15); */
/* } */

.switcher-indicator {
  margin-bottom: 0;
  display: block;
  overflow: hidden;
  cursor: pointer;
  padding: 0;
  border: 2px solid #e6e8ed;
  background-color: #e6e8ed;
  transition: all 150ms linear;
}

.switcher-indicator:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: 0px;
  background: #ffffff;
  border: 2px solid #e6e8ed;
  transition: all 150ms ease-in-out;
}

.switcher-input:checked + .switcher-indicator,
.switcher-input:checked + .switcher-indicator:before {
  border-color: #346CB0;
}

.switcher-input:checked + .switcher-indicator {
  background-color: #346CB0;
}

.switcher-input:checked + .switcher-indicator:before {
  right: 0px;
  /* box-shadow: none; */
}

.disabled > .switcher-input,
.switcher-input:disabled {
  pointer-events: none;
}

.disabled > .switcher-input + .switcher-indicator,
.switcher-input:disabled + .switcher-indicator {
  opacity: .38;
  cursor: default;
}

.switcher-label-on,
.switcher-label-off {
  position: absolute;
  top: 0;
  height: 100%;
  text-align: center;
}

.switcher-label-on {
  display: none;
  left: 0;
  color: #ffffff;
}

.switcher-input:checked ~ .switcher-label-on {
  display: block;
}

.switcher-label-off {
  display: block;
  right: 0;
  color: #888c9b;
}

.switcher-input:checked ~ .switcher-label-off {
  display: none;
}

.switcher-control-success .switcher-input:checked + .switcher-indicator,
.switcher-control-success .switcher-input:checked + .switcher-indicator:before {
  border-color: #00A28A;
}

.switcher-control-success .switcher-input:checked + .switcher-indicator {
  background-color: #00A28A;
}

.switcher-control-success .switcher-label-on {
  color: #ffffff;
}

.switcher-control-danger .switcher-input:checked + .switcher-indicator,
.switcher-control-danger .switcher-input:checked + .switcher-indicator:before {
  border-color: #B76BA3;
}

.switcher-control-danger .switcher-input:checked + .switcher-indicator {
  background-color: #B76BA3;
}

.switcher-control-danger .switcher-label-on {
  color: #ffffff;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

.col-1 > .col-fix {
  max-width: 95px;
}

.col-2 > .col-fix {
  max-width: 190px;
}

.col-3 > .col-fix {
  max-width: 285px;
}

.col-4 > .col-fix {
  max-width: 380px;
}

.col-5 > .col-fix {
  max-width: 475px;
}

.col-6 > .col-fix {
  max-width: 570px;
}

.col-7 > .col-fix {
  max-width: 665px;
}

.col-8 > .col-fix {
  max-width: 760px;
}

.col-9 > .col-fix {
  max-width: 855px;
}

.col-10 > .col-fix {
  max-width: 950px;
}

.col-11 > .col-fix {
  max-width: 1045px;
}

.col-12 > .col-fix {
  max-width: 1140px;
}


@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 576px) {
  .col-sm-1 > .col-fix {
    max-width: 95px;
  }
  .col-sm-2 > .col-fix {
    max-width: 190px;
  }
  .col-sm-3 > .col-fix {
    max-width: 285px;
  }
  .col-sm-4 > .col-fix {
    max-width: 380px;
  }
  .col-sm-5 > .col-fix {
    max-width: 475px;
  }
  .col-sm-6 > .col-fix {
    max-width: 570px;
  }
  .col-sm-7 > .col-fix {
    max-width: 665px;
  }
  .col-sm-8 > .col-fix {
    max-width: 760px;
  }
  .col-sm-9 > .col-fix {
    max-width: 855px;
  }
  .col-sm-10 > .col-fix {
    max-width: 950px;
  }
  .col-sm-11 > .col-fix {
    max-width: 1045px;
  }
  .col-sm-12 > .col-fix {
    max-width: 1140px;
  }
}

@media (min-width: 768px) {
  .col-md-1 > .col-fix {
    max-width: 95px;
  }
  .col-md-2 > .col-fix {
    max-width: 190px;
  }
  .col-md-3 > .col-fix {
    max-width: 285px;
  }
  .col-md-4 > .col-fix {
    max-width: 380px;
  }
  .col-md-5 > .col-fix {
    max-width: 475px;
  }
  .col-md-6 > .col-fix {
    max-width: 570px;
  }
  .col-md-7 > .col-fix {
    max-width: 665px;
  }
  .col-md-8 > .col-fix {
    max-width: 760px;
  }
  .col-md-9 > .col-fix {
    max-width: 855px;
  }
  .col-md-10 > .col-fix {
    max-width: 950px;
  }
  .col-md-11 > .col-fix {
    max-width: 1045px;
  }
  .col-md-12 > .col-fix {
    max-width: 1140px;
  }
}

@media (min-width: 992px) {
  .col-lg-1 > .col-fix {
    max-width: 95px;
  }
  .col-lg-2 > .col-fix {
    max-width: 190px;
  }
  .col-lg-3 > .col-fix {
    max-width: 285px;
  }
  .col-lg-4 > .col-fix {
    max-width: 380px;
  }
  .col-lg-5 > .col-fix {
    max-width: 475px;
  }
  .col-lg-6 > .col-fix {
    max-width: 570px;
  }
  .col-lg-7 > .col-fix {
    max-width: 665px;
  }
  .col-lg-8 > .col-fix {
    max-width: 760px;
  }
  .col-lg-9 > .col-fix {
    max-width: 855px;
  }
  .col-lg-10 > .col-fix {
    max-width: 950px;
  }
  .col-lg-11 > .col-fix {
    max-width: 1045px;
  }
  .col-lg-12 > .col-fix {
    max-width: 1140px;
  }
}

@media (min-width: 1200px) {
  .col-xl-1 > .col-fix {
    max-width: 95px;
  }
  .col-xl-2 > .col-fix {
    max-width: 190px;
  }
  .col-xl-3 > .col-fix {
    max-width: 285px;
  }
  .col-xl-4 > .col-fix {
    max-width: 380px;
  }
  .col-xl-5 > .col-fix {
    max-width: 475px;
  }
  .col-xl-6 > .col-fix {
    max-width: 570px;
  }
  .col-xl-7 > .col-fix {
    max-width: 665px;
  }
  .col-xl-8 > .col-fix {
    max-width: 760px;
  }
  .col-xl-9 > .col-fix {
    max-width: 855px;
  }
  .col-xl-10 > .col-fix {
    max-width: 950px;
  }
  .col-xl-11 > .col-fix {
    max-width: 1045px;
  }
  .col-xl-12 > .col-fix {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col-xxl-1 > .col-fix {
    max-width: 95px;
  }
  .col-xxl-2 > .col-fix {
    max-width: 190px;
  }
  .col-xxl-3 > .col-fix {
    max-width: 285px;
  }
  .col-xxl-4 > .col-fix {
    max-width: 380px;
  }
  .col-xxl-5 > .col-fix {
    max-width: 475px;
  }
  .col-xxl-6 > .col-fix {
    max-width: 570px;
  }
  .col-xxl-7 > .col-fix {
    max-width: 665px;
  }
  .col-xxl-8 > .col-fix {
    max-width: 760px;
  }
  .col-xxl-9 > .col-fix {
    max-width: 855px;
  }
  .col-xxl-10 > .col-fix {
    max-width: 950px;
  }
  .col-xxl-11 > .col-fix {
    max-width: 1045px;
  }
  .col-xxl-12 > .col-fix {
    max-width: 1140px;
  }
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }
.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transform: translate(0, -50px);
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(20, 20, 31, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #14141F;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.6;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 0 solid rgba(34, 34, 48, 0.1);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 0 solid rgba(34, 34, 48, 0.1);
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}

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

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.modal.modal-alert .modal-dialog {
  opacity: 0;
  transform: scale(1.2);
}

.modal.modal-alert.show .modal-dialog {
  transform: scale(1);
  opacity: 1;
}

.modal-dialog-centered {
  margin: 0 auto;
}

.modal-header,
.modal-footer {
  flex: 0 0 auto;
}

.modal-body {
  padding-top: 2px;
  padding-bottom: 2px;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  z-index: 2;
}

.modal-drawer .modal-dialog {
  margin-top: 0;
  margin-bottom: 0;
  position: fixed;
  top: 0;
  bottom: 0;
}

@media (max-width: 575.98px) {
  .modal-drawer .modal-dialog {
    margin: 0;
    max-width: 100%;
  }
}

.modal-drawer .modal-header,
.modal-drawer .modal-content,
.modal-drawer .modal-footer {
  border-radius: 0;
}

.modal-drawer .modal-content {
  height: 100%;
}

.modal-drawer .modal-body {
  overflow: auto;
}

.modal-drawer-right {
  right: 0;
  box-shadow: -1px 0 3px 0 rgba(20, 20, 31, 0.15);
}

.modal.fade .modal-drawer-right {
  transform: translate3d(100%, 0, 0);
}

.modal-drawer-right .modal-content {
  border-width: 0 0 0 1px;
}

.modal-drawer-left {
  left: 0;
  box-shadow: 1px 0 3px 0 rgba(20, 20, 31, 0.15);
}

.modal.fade .modal-drawer-left {
  transform: translate3d(-100%, 0, 0);
}

.modal-drawer-left .modal-content {
  border-width: 0 1px 0 0;
}

.modal.show .modal-drawer-right,
.modal.show .modal-drawer-left {
  transform: translate(0);
}

.modal-docked .modal-dialog {
  margin: 0;
  position: fixed;
  bottom: 6.125rem;
  right: 1.25rem;
  width: 100%;
  height: calc(100vh - 7.125rem);
}

.modal-docked.fade .modal-dialog {
  transform: translateY(1.25rem);
}

.modal-docked.show .modal-dialog {
  transform: translateY(0);
}

.modal-docked .modal-content {
  position: absolute;
  bottom: 0;
  max-height: 100%;
  border: 0;
  box-shadow: 0 5px 40px rgba(20, 20, 31, 0.15);
}

.modal-docked .modal-body {
  overflow-y: auto;
}

.modal-docked .close {
  margin: 0;
  padding: 0;
  position: absolute;
  right: .125rem;
  bottom: -4.6125rem;
  width: 4rem;
  height: 4rem;
  border-radius: 2rem;
  opacity: 1;
}

.modal-docked .close:hover:not(.disabled), .modal-docked .close:focus:not(.disabled) {
  opacity: 1;
}

.modal-dialog-scrollable .modal-header,
.modal-drawer .modal-header {
  box-shadow: 0 2px 0 0 rgba(20, 20, 31, 0.125);
}

.modal-dialog-scrollable .modal-footer,
.modal-drawer .modal-footer {
  box-shadow: 0 -2px 0 0 rgba(20, 20, 31, 0.125);
}

.modal-dialog-scrollable .modal-body-scrolled,
.modal-drawer .modal-body-scrolled {
  box-shadow: none;
}
.modal-body > .colorpicker-element {
  margin: 1rem 0;
}
.note-editor.note-frame .modal:last-child .modal-footer p:last-child {
  margin-bottom: 0;
}
.tooltip {
  position: absolute;
  display: none;
  left: 0px;
  bottom: 100%; /* put it on the top */
  padding: 10px;
  background-color: black;
  color: white;
  border-radius: 5px;
  font-weight: normal;
}

img:hover + span.tooltip {
  display: inline-block;
}

.has-tooltip:hover + span.tooltip {
  display: inline-block;
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #363642;
  vertical-align: middle;
  background: linear-gradient(to bottom, #ffffff, #f6f7f9) url("data:image/svg+xml;charset=UTF-8,%3Csvg width='14' height='14' fill='%23888c9b' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1408 704q0 26-19 45l-448 448q-19 19-45 19t-45-19l-448-448q-19-19-19-45t19-45 45-19h896q26 0 45 19t19 45z'/%3E%3C/svg%3E") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #c6c9d5;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #346CB0;
  outline: 0;
  box-shadow: 0 0 0 1px #346CB0;
}

.custom-select:focus::-ms-value {
  color: #363642;
  background-color: #ffffff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #888c9b;
  background-color: #e6e8ed;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #363642;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.75em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1rem;
}

@media (min-width: 768px) {
  .custom-select {
    height: 2.25rem;
    font-size: 0.875rem;
  }
  .custom-select.custom-select-sm {
    height: 1.8125rem;
    font-size: 0.8125rem;
  }
  .custom-select.custom-select-lg {
    height: 2.75rem;
    font-size: 1rem;
  }
}

.custom-select {
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='14' height='14' fill='%23888c9b' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1408 704q0 26-19 45l-448 448q-19 19-45 19t-45-19l-448-448q-19-19-19-45t19-45 45-19h896q26 0 45 19t19 45z'/%3E%3C/svg%3E") no-repeat right 0.75rem center, linear-gradient(to bottom, #ffffff, #f6f7f9);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: all 200ms ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-select {
    transition: none;
  }
}

@media (min-width: 768px) {
  .custom-select {
    height: 2.25rem;
  }
}
details {
  box-shadow: 0 0 0 1px rgba(20, 20, 31, 0.05), 0 1px 3px 0 rgba(20, 20, 31, 0.15);
  border-radius: 0.25rem;
  border: none;

  padding: 1rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;

  summary {
    font-size: 1.3rem;
  }

  p {
    font-size: 1.05rem;
  }

  p:first-of-type {
    margin-top: 0.5rem;
  }
}
.sidebar-card {
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(20, 20, 31, 0.05) 0px 0px 0px 1px, rgba(20, 20, 31, 0.15) 0px 1px 3px 0px;

  color: rgb(54, 54, 66);
  display: flex;
  flex-direction: column;
  font-family: system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue",sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  min-width: 0px;
  border-radius: 2px;
  padding: 1rem;
  margin: 1rem;
}

.offer-card {
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(20, 20, 31, 0.05) 0px 0px 0px 1px, rgba(20, 20, 31, 0.15) 0px 1px 3px 0px;

  color: rgb(54, 54, 66);
  display: flex;
  flex-direction: column;
  font-family: system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue",sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  min-width: 0px;
  border-radius: 2px;
  padding: 1rem;
}
.pricing-plan {
  &.active {
    border-color: green;
    border-width: 2px;
  }

  p {
    margin: 0px;
    margin-bottom: 0.2em;
  }

  small {
    font-size: 50%;
  }

  border: 1px solid rgba(20,20,31,.12);
  border-radius: 4px;
  font-size: 1.1rem;
  width: 400px;

  height: 100%;

  .heading {
    text-align: center;
    padding: 1rem;
    border-bottom: 1px solid rgba(20,20,31,.12);
  }

  .body {
    padding: 2rem;
  }

  .footer {
    text-align: center;
    border-top: 1px solid rgba(20,20,31,.12);
  }

  .price {
    font-size: 2em;
    margin-bottom: 0px;
  }
}
.spinning {
  animation-name: spin;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes spin {
  from {
    transform:rotate(0deg);
  }
  to {
    transform:rotate(360deg);
  }
}
.widget-editor {
  h1 { font-size: 2rem; }
  h2 {
    font-size: 1.3rem;
    border-bottom: 1px solid rgba(34, 34, 48, 0.1);
  }
  h3 {
    font-size: 1.2rem;
  }

  h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    padding-bottom: 0.25rem;
  }

  h5 {
    font-size: 0.875rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    color: #888c9b;
    font-weight: 700;
    text-transform: uppercase;
  }

  label, .form-label {
    margin-bottom: 0.25rem;
  }

  .widget-preview-wrapper {
    position: sticky;
    top: 0px;

    .js-editable:hover {
      border: 1px solid green;
    }
  }

  .item {
    margin-bottom: 0.5rem;

    .attributes {
      font-size: 0.8em;
      margin-bottom: 0px;
    }

    .controls {
      margin-bottom: 0px;
      margin-top: 0.25rem;
      button + button {
        margin-left: 0.5rem;
      }
    }
  }

  .image-select {
    height: 100px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem;

    img {
      height: auto;
      max-height: 80px;
      max-width: 80px;
    }
  }

  .button-row {
    margin-top: 0.25rem;

    .btn + .btn {
      margin-left: 0.2rem;
    }
  }
}

.widget-form {
  background-color: #fdfdfd;
  border: 1px solid #ececec;
  border-radius: 3px;
  overflow-y: auto;
}

.rearange-button {
  height: 2rem;
}

.rearange-button + .item {
  margin-bottom: 0;
  .card-body {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}
.visual-picker {
  text-align: center;
  font-size: 0.875rem;

  margin-left: 0.75rem;
  margin-bottom: 0.75rem;

  .tile {
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;

    color: #363642;
    background-color: #fff;
    border-radius: .25rem;
    box-shadow: 0 0 0 1px rgba(20,20,31,.05),0 1px 3px 0 rgba(20,20,31,.15);

    img {
      max-width: 90%;
      max-height: 90%;
      height: auto;
    }
  }

  &:hover {
    cursor: pointer;

    .tile {
      box-shadow: inset 0 0 0 2px #346cb0,0 0 0 1px rgba(20,20,31,.05),0 1px 3px 0 rgba(20,20,31,.15);
    }
  }

  .label {
    margin-top: 0.5rem;
    width: 4rem;
  }

  &.active {
    .tile {
      box-shadow: inset 0 0 0 2px #346cb0,0 0 0 1px rgba(20,20,31,.05),0 1px 3px 0 rgba(20,20,31,.15);
    }
  }
}

.hover-blue:hover {
  box-shadow: inset 0 0 0 2px #346cb0,0 0 0 1px rgba(20,20,31,.05),0 1px 3px 0 rgba(20,20,31,.15);
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *













 */

.btn-no-style {
  border: none;
  background-color: white;
  padding: 0px;
}

.heading-link {
  text-decoration: none;
  color: #28a745;

  &:hover {
    text-decoration: underline;
  }
}

.highlight {
  background-color: #f8f9fa;
}

.image-thumb {
  height: 40px;
}

.blank-page-item {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.plan {
  padding: 1rem;
  border: 1px solid var(--gray);
  border-radius: 6px;
  width: 280px;

  &:hover {
    color: black;
    text-decoration: none;
    border-color: #a2a6ac #979aa1 #82858a;
    box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
  }

  h2,
  h3 {
    margin-top: 0px;
  }
}

.no-underline:hover {
  text-decoration: none;
}

.search-item {
  cursor: pointer;

  &:hover {
    box-shadow:
      0 0 0 1px rgba(20, 20, 31, 0.25),
      0 1px 3px 0 rgba(20, 20, 31, 0.25);
    border-radius: 0.25rem;
  }
}

.rem-3 {
  font-size: 3rem;
}

.highlight-hover {
  color: black;
  &:hover {
    color: black;
    text-decoration: none;
    background-color: lightgray;
  }
}

.image-select:hover {
  cursor: pointer;
}

.active-image {
  border: 1px solid lightgrey;
  border-radius: 5px;

  &:hover {
    border: 1px solid lightgrey;
  }
}

.btn-xl {
  height: 3.25rem;
  font-size: 1.2rem;
  padding: 0.5rem 1.5rem;
}

.text-red {
  color: red;
}

.pricing-table {
  td {
    text-align: center;
  }
}

.subcard {
  height: 100%;
  border: 1px solid #f4f4f4;

  &:hover {
    border: 1px solid #00cc76;
  }

  a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    padding: 1rem;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;

    height: 100%;
    text-decoration: none;
    color: inherit;
  }
}

.smaller-font {
  font-size: 0.875em;
}

.line-through {
  text-decoration: line-through;
}

.my-border-bottom {
  border-bottom: 1px solid lightgrey;
}

/* Redesigned side panel*/
.pw-sidebar {
  --radius: 0.625rem;
  --sidebar-background: 228 24% 16%;
  --sidebar-foreground: 224 10% 75%;
  --sidebar-primary: 263 74% 59%;
  --sidebar-primary-foreground: 0 0% 100%;
  --sidebar-accent: 228 22% 22%;
  --sidebar-accent-foreground: 0 0% 95%;
  --sidebar-border: 228 22% 22%;
  --c-primary: hsl(263 74% 59%);
  --c-primary-fg: #fff;

  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 220px;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  background: hsl(var(--sidebar-background));
  color: hsl(var(--sidebar-foreground));
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

@media (min-width: 1024px) {
  .app .app-main {
    padding-left: 220px;
  }
}

.pw-sidebar__brand {
  padding: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pw-sidebar__logo-text {
  font-size: 1.125rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.01em;
  text-decoration: none;
}
.pw-sidebar__logo-text:hover {
  text-decoration: none;
}
.pw-sidebar__logo-text span {
  color: hsl(var(--sidebar-primary));
}

.pw-nav {
  flex: 1;
  padding: 0 0.75rem;
  margin-top: 0.5rem;
  overflow-y: auto;
}
.pw-navlink {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.625rem 0.75rem;
  border-radius: var(--radius);
  font-size: 0.875rem;
  margin-bottom: 0.125rem;
  color: hsl(var(--sidebar-foreground));
  text-decoration: none;
  border-left: 3px solid transparent;
  margin-left: -3px;
  transition:
    background-color 0.15s,
    color 0.15s;
}
.pw-navlink svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.pw-navlink:hover {
  background: hsl(var(--sidebar-accent));
  color: hsl(var(--sidebar-accent-foreground));
  text-decoration: none;
}
.pw-navlink.is-active {
  background: hsl(var(--sidebar-accent));
  color: hsl(var(--sidebar-accent-foreground));
  font-weight: 500;
  border-left-color: hsl(var(--sidebar-primary));
}
.pw-nav__section {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid hsl(var(--sidebar-border));
}
.pw-nav__section-label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0 0.75rem;
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: color-mix(in srgb, hsl(var(--sidebar-foreground)) 60%, transparent);
}
.pw-nav__section-label svg {
  width: 16px;
  height: 16px;
}
.pw-navlink--sub {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.pw-navlink--sub svg {
  width: 16px;
  height: 16px;
}
.pw-nav__promo {
  margin-top: 1rem;
}

.pw-sidebar__footer {
  padding: 1rem 1.25rem;
  border-top: 1px solid hsl(var(--sidebar-border));
}
.pw-sidebar__user {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  margin-bottom: 0.5rem;
  text-decoration: none;
}
.pw-sidebar__user:hover {
  text-decoration: none;
}
.pw-avatar {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  flex-shrink: 0;
  background: hsl(var(--sidebar-primary));
  color: hsl(var(--sidebar-primary-foreground));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
}
.pw-sidebar__user-name {
  color: hsl(var(--sidebar-accent-foreground));
  font-size: 0.875rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pw-sidebar__user-url {
  color: hsl(var(--sidebar-foreground));
  font-size: 0.75rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pw-sidebar__footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pw-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.125rem 0.625rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.4;
}
.pw-pill--primary {
  background: var(--c-primary);
  color: var(--c-primary-fg);
}

/* Mobile drawer (< 1024px): toggle button + slide-in + backdrop. */
.pw-sidebar-toggle {
  display: none;
  position: fixed;
  left: 0.75rem;
  top: 0.75rem;
  z-index: 1052;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 0.625rem;
  border: 1px solid #d9dce1;
  background: #fff;
  color: #2b2f36;
}
.pw-sidebar-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1049;
  background: rgba(20, 20, 31, 0.6);
}
@media (max-width: 1023px) {
  .pw-sidebar {
    transform: translateX(-100%);
    transition: transform 0.2s ease;
  }
  .pw-sidebar.is-open {
    transform: translateX(0);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
  }
  .pw-sidebar-toggle {
    display: inline-flex;
  }
}
@media (min-width: 1024px) {
  .pw-sidebar-backdrop {
    display: none !important;
  }
}

/* Redesigned content pages (scope wrapper) */
.pw {
  --background: 220 20% 97%;
  --foreground: 228 24% 16%;
  --card: 0 0% 100%;
  --primary: 263 74% 59%;
  --primary-foreground: 0 0% 100%;
  --muted: 210 14% 93%;
  --muted-foreground: 215 12% 38%;
  --border: 210 18% 90%;
  --destructive: 354 70% 54%;
  --pw-green: 169 100% 32%;
  --pw-warning: 38 92% 50%;
  --pw-info: 213 58% 57%;
  --pw-orange: 24 95% 53%;
  --radius: 0.625rem;
  --c-bg: hsl(var(--background));
  --c-fg: hsl(var(--foreground));
  --c-card: hsl(var(--card));
  --c-primary: hsl(var(--primary));
  --c-primary-fg: hsl(var(--primary-foreground));
  --c-muted: hsl(var(--muted));
  --c-muted-fg: hsl(var(--muted-foreground));
  --c-border: hsl(var(--border));
  --c-green: hsl(var(--pw-green));
  --c-warning: hsl(var(--pw-warning));
  --c-info: hsl(var(--pw-info));
  --c-orange: hsl(var(--pw-orange));
  --c-destructive: hsl(var(--destructive));
  color: var(--c-fg);
  background: var(--c-bg);
  min-height: 100vh;
  padding: 1.5rem;
}
.pw h1, .pw h2, .pw h3, .pw h4 { margin: 0; }
.pw a { color: inherit; text-decoration: none; }
.pw > * + * { margin-top: 1rem; }
.pw .stack > * + * { margin-top: 1rem; }
.pw .row-between { display: flex; align-items: center; justify-content: space-between; }
.pw .row-wrap { flex-wrap: wrap; }
.pw .gap-2 { gap: 0.5rem; }
.pw .grid-2 { display: grid; grid-template-columns: 1fr; gap: 1rem; }
@media (min-width: 1024px) { .pw .grid-2 { grid-template-columns: 1fr 1fr; } }
.pw .muted { color: var(--c-muted-fg); }
.pw .text-green { color: var(--c-green); }
.pw .text-warning { color: var(--c-warning); }
.pw .fw-600 { font-weight: 600; }
.pw .fw-700 { font-weight: 700; }
.pw .fs-xs { font-size: 0.75rem; }
.pw .fs-11 { font-size: 11px; }
.pw .mb-2 { margin-bottom: 0.5rem; }
.pw .mt-1 { margin-top: 0.25rem; }
.pw .link { color: var(--c-primary); }
.pw .link:hover { text-decoration: underline; }
.pw .bar-green { background: var(--c-green); }
.pw .bar-warning { background: var(--c-warning); }

.pw-page-title { font-size: 1.125rem; font-weight: 700; display: flex; align-items: center; gap: 0.5rem; }
.pw-page-title svg { width: 20px; height: 20px; color: var(--c-primary); }

.pw-card { background: var(--c-card); border: 1px solid var(--c-border); border-radius: 10px; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06); }
.pw-card__head { padding: 0.75rem 1.25rem; border-bottom: 1px solid var(--c-border); display: flex; align-items: center; justify-content: space-between; gap: 0.5rem; }
.pw-card__head h2 { font-size: 0.875rem; font-weight: 700; }
.pw-card__body { padding: 1.25rem; }

.pw-kpis { display: flex; gap: 0.75rem; flex-wrap: wrap; }
.pw-kpi { flex: 1; min-width: 160px; text-align: center; background: var(--c-card); border: 1px solid var(--c-border); border-radius: var(--radius); padding: 1rem; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06); }
.pw-kpi__label { font-size: 0.75rem; font-weight: 500; color: var(--c-muted-fg); margin-bottom: 0.25rem; }
.pw-kpi__value { font-size: 2rem; font-weight: 700; line-height: 1.1; }
.pw-kpi__value .suffix { font-size: 0.875rem; font-weight: 400; color: var(--c-muted-fg); margin-left: 0.25rem; }

.pw-chart { padding: 0 0.5rem 1rem; }
.pw-chart svg { width: 100%; height: auto; display: block; }
.pw-chart-legend { display: flex; flex-wrap: wrap; gap: 0.375rem; }
.pw-legend-btn { display: inline-flex; align-items: center; gap: 0.375rem; padding: 0.25rem 0.625rem; border-radius: 999px; font-size: 11px; font-weight: 600; border: 1px solid var(--c-border); background: color-mix(in srgb, var(--c-fg) 4%, transparent); }
.pw-legend-swatch { width: 8px; height: 8px; border-radius: 2px; }
.pw-chart-overlay { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; text-align: center; padding: 1rem; background: color-mix(in srgb, var(--c-card) 70%, transparent); border-radius: 10px; color: var(--c-muted-fg); }

.pw-progress { height: 0.625rem; background: var(--c-muted); border-radius: 999px; overflow: hidden; }
.pw-progress__bar { height: 100%; border-radius: 999px; transition: width 0.3s; }

.pw-table { width: 100%; font-size: 0.875rem; }
.pw-table th { text-align: left; padding: 0.5rem 0.75rem; font-size: 0.75rem; font-weight: 600; text-transform: uppercase; color: var(--c-muted-fg); }
.pw-table td { padding: 0.5rem 0.75rem; }
.pw-table tbody tr { border-bottom: 1px solid var(--c-border); }
.pw-table tbody tr:last-child { border-bottom: 0; }
.pw-table tbody tr:hover { background: color-mix(in srgb, var(--c-muted) 30%, transparent); }
.pw-table thead tr { border-bottom: 1px solid var(--c-border); }
.pw-table .num { text-align: right; font-variant-numeric: tabular-nums; }
.pw-scroll-x { overflow-x: auto; }

.pw-btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.375rem; padding: 0.375rem 1rem; border-radius: 999px; border: 1px solid transparent; font-size: 0.875rem; font-weight: 600; white-space: nowrap; }
.pw-btn svg { width: 14px; height: 14px; }
.pw-btn--primary { background: var(--c-primary); color: var(--c-primary-fg); }
.pw-btn--primary:hover { background: color-mix(in srgb, var(--c-primary) 90%, black); color: var(--c-primary-fg); text-decoration: none; }
.pw-btn--sm { padding: 0.25rem 0.625rem; font-size: 0.75rem; }

/* Redesigned settings page */
.pw form { margin: 0; }
.pw .row { display: flex; align-items: center; }
.pw .gap-1 { gap: 0.25rem; }
.pw .fs-sm { font-size: 0.875rem; }
.pw .mb-3 { margin-bottom: 0.75rem; }
.pw .tnum { font-variant-numeric: tabular-nums; }
.pw .stack-sm > * + * { margin-top: 0.5rem; }
.pw .stack-lg > * + * { margin-top: 1.25rem; }
.pw .news-item-detail a { color: var(--c-primary); text-decoration: underline; }

.pw-dl { display: grid; grid-template-columns: 7rem 1fr; gap: 0.375rem 0; font-size: 0.875rem; }
.pw-dl dt { color: var(--c-muted-fg); padding: 0.25rem 0; }
.pw-dl dd { padding: 0.25rem 0; margin: 0; font-weight: 500; }
.pw-dl__rule { grid-column: 1 / -1; border-top: 1px solid var(--c-border); }

.pw-eyebrow { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; color: var(--c-muted-fg); }

.pw-pill--primary-soft { background: color-mix(in srgb, var(--c-primary) 10%, transparent); color: var(--c-primary); }
.pw-pill--green { background: color-mix(in srgb, var(--c-green) 10%, transparent); color: var(--c-green); }

.pw-btn--ghost { border-color: var(--c-border); background: var(--c-card); color: var(--c-muted-fg); }
.pw-btn--ghost:hover { background: var(--c-muted); color: var(--c-fg); text-decoration: none; }

.pw-table--bordered { border: 1px solid var(--c-border); border-radius: var(--radius); overflow: hidden; }
.pw-table--zebra tbody tr:nth-child(odd) { background: color-mix(in srgb, var(--c-muted) 20%, transparent); }
.pw-table--zebra tbody tr { border-bottom: 0; }
.pw-table--head-muted thead tr { background: color-mix(in srgb, var(--c-muted) 40%, transparent); }

/* Theme toggle + dark mode for migrated pages */
@media (max-width: 640px) { .pw { padding: 1rem; } }

html.dark .pw {
  --background: 228 22% 10%;
  --foreground: 220 14% 92%;
  --card: 228 22% 14%;
  --primary: 263 74% 65%;
  --muted: 228 18% 18%;
  --muted-foreground: 220 10% 65%;
  --border: 228 18% 22%;
  --destructive: 354 70% 54%;
  --pw-green: 169 80% 45%;
  --pw-warning: 38 92% 60%;
  --pw-info: 213 70% 65%;
  --pw-orange: 24 95% 60%;
}
html.dark .app-main:has(.pw) { background: hsl(228 22% 10%); }

.pw-sidebar__brand img { width: 150px; max-width: 100%; height: auto; }

.pw-theme-seg {
  display: inline-flex; align-items: center; gap: 2px; padding: 2px;
  border-radius: 999px;
  background: color-mix(in srgb, hsl(var(--sidebar-accent)) 50%, transparent);
  border: 1px solid hsl(var(--sidebar-border));
}
.pw-theme-seg button {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 6px; border-radius: 999px; border: none; background: transparent;
  color: color-mix(in srgb, hsl(var(--sidebar-foreground)) 70%, transparent);
  transition: background-color 0.15s, color 0.15s;
}
.pw-theme-seg button:hover { color: hsl(var(--sidebar-accent-foreground)); }
.pw-theme-seg button.is-active { background: hsl(var(--sidebar-primary)); color: hsl(var(--sidebar-primary-foreground)); }
.pw-theme-seg button:focus-visible { outline: 2px solid hsl(var(--sidebar-primary)); outline-offset: 1px; }
.pw-theme-seg button svg { width: 14px; height: 14px; }

/* Redesigned events page */
.pw-pill--muted { background: var(--c-muted); color: var(--c-muted-fg); }
.pw-pill--xs { font-size: 10px; padding: 0.0625rem 0.375rem; }

.pw-empty { text-align: center; padding: 3rem 1.5rem; }
.pw-empty__icon { width: 56px; height: 56px; border-radius: 999px; margin: 0 auto 1rem; background: color-mix(in srgb, var(--c-primary) 8%, transparent); display: flex; align-items: center; justify-content: center; color: var(--c-primary); }
.pw-empty__icon svg { width: 28px; height: 28px; }
.pw-empty h3 { font-size: 1rem; font-weight: 700; margin-bottom: 0.375rem; }
.pw-empty p { font-size: 0.875rem; color: var(--c-muted-fg); max-width: 28rem; margin: 0 auto 1rem; }

.pw .pw-filter { display: flex; gap: 0.5rem; flex-wrap: wrap; align-items: center; }
.pw .pw-filter select { padding: 0.375rem 0.75rem; border-radius: var(--radius); border: 1px solid var(--c-border); background: var(--c-card); color: var(--c-fg); font-size: 0.875rem; height: auto; }
