@import url(https://fonts.googleapis.com/css?family=Gudea:400,500,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900);
:where(.bootstrap-jail) html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
:where(.bootstrap-jail) body {
  margin: 0;
}
:where(.bootstrap-jail) article,
:where(.bootstrap-jail) aside,
:where(.bootstrap-jail) details,
:where(.bootstrap-jail) figcaption,
:where(.bootstrap-jail) figure,
:where(.bootstrap-jail) footer,
:where(.bootstrap-jail) header,
:where(.bootstrap-jail) hgroup,
:where(.bootstrap-jail) main,
:where(.bootstrap-jail) menu,
:where(.bootstrap-jail) nav,
:where(.bootstrap-jail) section,
:where(.bootstrap-jail) summary {
  display: block;
}
:where(.bootstrap-jail) audio,
:where(.bootstrap-jail) canvas,
:where(.bootstrap-jail) progress,
:where(.bootstrap-jail) video {
  display: inline-block;
  vertical-align: baseline;
}
:where(.bootstrap-jail) audio:not([controls]) {
  display: none;
  height: 0;
}
:where(.bootstrap-jail) [hidden],
:where(.bootstrap-jail) template {
  display: none;
}
:where(.bootstrap-jail) a {
  background-color: transparent;
}
:where(.bootstrap-jail) a:active,
:where(.bootstrap-jail) a:hover {
  outline: 0;
}
:where(.bootstrap-jail) abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
:where(.bootstrap-jail) b,
:where(.bootstrap-jail) strong {
  font-weight: bold;
}
:where(.bootstrap-jail) dfn {
  font-style: italic;
}
:where(.bootstrap-jail) h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
:where(.bootstrap-jail) mark {
  background: #ff0;
  color: #000;
}
:where(.bootstrap-jail) small {
  font-size: 80%;
}
:where(.bootstrap-jail) sub,
:where(.bootstrap-jail) sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
:where(.bootstrap-jail) sup {
  top: -0.5em;
}
:where(.bootstrap-jail) sub {
  bottom: -0.25em;
}
:where(.bootstrap-jail) img {
  border: 0;
}
:where(.bootstrap-jail) svg:not(:root) {
  overflow: hidden;
}
:where(.bootstrap-jail) figure {
  margin: 1em 40px;
}
:where(.bootstrap-jail) hr {
  box-sizing: content-box;
  height: 0;
}
:where(.bootstrap-jail) pre {
  overflow: auto;
}
:where(.bootstrap-jail) code,
:where(.bootstrap-jail) kbd,
:where(.bootstrap-jail) pre,
:where(.bootstrap-jail) samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
:where(.bootstrap-jail) button,
:where(.bootstrap-jail) input,
:where(.bootstrap-jail) optgroup,
:where(.bootstrap-jail) select,
:where(.bootstrap-jail) textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
:where(.bootstrap-jail) button {
  overflow: visible;
}
:where(.bootstrap-jail) button,
:where(.bootstrap-jail) select {
  text-transform: none;
}
:where(.bootstrap-jail) button,
:where(.bootstrap-jail) html input[type='button'],
:where(.bootstrap-jail) input[type='reset'],
:where(.bootstrap-jail) input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}
/* 
This button style was overriding all disabled buttons in console,
which was not allowing the `cursor-not-allowed` class to take effect
*/
/* :where(.bootstrap-jail) button[disabled],
:where(.bootstrap-jail) html input[disabled] {
  cursor: default;
} */
:where(.bootstrap-jail) button::-moz-focus-inner,
:where(.bootstrap-jail) input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
:where(.bootstrap-jail) input {
  line-height: normal;
}
:where(.bootstrap-jail) input[type='checkbox'],
:where(.bootstrap-jail) input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
:where(.bootstrap-jail) input[type='number']::-webkit-inner-spin-button,
:where(.bootstrap-jail) input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
:where(.bootstrap-jail) input[type='search'] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
:where(.bootstrap-jail) input[type='search']::-webkit-search-cancel-button,
:where(.bootstrap-jail) input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
:where(.bootstrap-jail) fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
:where(.bootstrap-jail) legend {
  border: 0;
  padding: 0;
}
:where(.bootstrap-jail) textarea {
  overflow: auto;
}
:where(.bootstrap-jail) optgroup {
  font-weight: bold;
}
:where(.bootstrap-jail) table {
  border-collapse: collapse;
  border-spacing: 0;
}
:where(.bootstrap-jail) td,
:where(.bootstrap-jail) th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  :where(.bootstrap-jail) *,
  :where(.bootstrap-jail) *:before,
  :where(.bootstrap-jail) *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  :where(.bootstrap-jail) a,
  :where(.bootstrap-jail) a:visited {
    text-decoration: underline;
  }

  :where(.bootstrap-jail) a[href]:after {
    content: ' (' attr(href) ')';
  }

  :where(.bootstrap-jail) abbr[title]:after {
    content: ' (' attr(title) ')';
  }

  a[href^='#']:after,
  a[href^='javascript:']:after {
    content: '';
  }

  :where(.bootstrap-jail) pre,
  :where(.bootstrap-jail) blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  :where(.bootstrap-jail) thead {
    display: table-header-group;
  }

  :where(.bootstrap-jail) tr,
  :where(.bootstrap-jail) img {
    page-break-inside: avoid;
  }

  :where(.bootstrap-jail) img {
    max-width: 100% !important;
  }

  :where(.bootstrap-jail) p,
  :where(.bootstrap-jail) h2,
  :where(.bootstrap-jail) h3 {
    orphans: 3;
    widows: 3;
  }

  :where(.bootstrap-jail) h2,
  :where(.bootstrap-jail) h3 {
    page-break-after: avoid;
  }

  :where(.bootstrap-jail) .navbar {
    display: none;
  }

  :where(.bootstrap-jail) .btn > .caret,
  :where(.bootstrap-jail) .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  :where(.bootstrap-jail) .label {
    border: 1px solid #000;
  }

  :where(.bootstrap-jail) .table {
    border-collapse: collapse !important;
  }

  :where(.bootstrap-jail) .table td,
  :where(.bootstrap-jail) .table th {
    background-color: #fff !important;
  }

  :where(.bootstrap-jail) .table-bordered th,
  :where(.bootstrap-jail) .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
:where(.bootstrap-jail) * {
  box-sizing: border-box;
}
:where(.bootstrap-jail) *:before,
:where(.bootstrap-jail) *:after {
  box-sizing: border-box;
}
:where(.bootstrap-jail) html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
:where(.bootstrap-jail) body {
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333;
  background-color: #fff;
}
:where(.bootstrap-jail) input,
:where(.bootstrap-jail) button,
:where(.bootstrap-jail) select,
:where(.bootstrap-jail) textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
:where(.bootstrap-jail) a {
  color: #337ab7;
  text-decoration: none;
}
:where(.bootstrap-jail) a:hover,
:where(.bootstrap-jail) a:focus {
  color: #23527c;
  text-decoration: underline;
}
:where(.bootstrap-jail) a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
:where(.bootstrap-jail) figure {
  margin: 0;
}
:where(.bootstrap-jail) img {
  vertical-align: middle;
}
:where(.bootstrap-jail) .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
:where(.bootstrap-jail) .img-rounded {
  border-radius: 6px;
}
:where(.bootstrap-jail) .img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
:where(.bootstrap-jail) .img-circle {
  border-radius: 50%;
}
:where(.bootstrap-jail) hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
:where(.bootstrap-jail) .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
:where(.bootstrap-jail) .sr-only-focusable:active,
:where(.bootstrap-jail) .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
:where(.bootstrap-jail) [role='button'] {
  cursor: pointer;
}
:where(.bootstrap-jail) h1,
:where(.bootstrap-jail) h2,
:where(.bootstrap-jail) h3,
:where(.bootstrap-jail) h4,
:where(.bootstrap-jail) h5,
:where(.bootstrap-jail) h6,
:where(.bootstrap-jail) .h1,
:where(.bootstrap-jail) .h2,
:where(.bootstrap-jail) .h3,
:where(.bootstrap-jail) .h4,
:where(.bootstrap-jail) .h5,
:where(.bootstrap-jail) .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
:where(.bootstrap-jail) h1 small,
:where(.bootstrap-jail) h1 .small,
:where(.bootstrap-jail) h2 small,
:where(.bootstrap-jail) h2 .small,
:where(.bootstrap-jail) h3 small,
:where(.bootstrap-jail) h3 .small,
:where(.bootstrap-jail) h4 small,
:where(.bootstrap-jail) h4 .small,
:where(.bootstrap-jail) h5 small,
:where(.bootstrap-jail) h5 .small,
:where(.bootstrap-jail) h6 small,
:where(.bootstrap-jail) h6 .small,
:where(.bootstrap-jail) .h1 small,
:where(.bootstrap-jail) .h1 .small,
:where(.bootstrap-jail) .h2 small,
:where(.bootstrap-jail) .h2 .small,
:where(.bootstrap-jail) .h3 small,
:where(.bootstrap-jail) .h3 .small,
:where(.bootstrap-jail) .h4 small,
:where(.bootstrap-jail) .h4 .small,
:where(.bootstrap-jail) .h5 small,
:where(.bootstrap-jail) .h5 .small,
:where(.bootstrap-jail) .h6 small,
:where(.bootstrap-jail) .h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}
:where(.bootstrap-jail) h1,
:where(.bootstrap-jail) .h1,
:where(.bootstrap-jail) h2,
:where(.bootstrap-jail) .h2,
:where(.bootstrap-jail) h3,
:where(.bootstrap-jail) .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
:where(.bootstrap-jail) h1 small,
:where(.bootstrap-jail) h1 .small,
:where(.bootstrap-jail) .h1 small,
:where(.bootstrap-jail) .h1 .small,
:where(.bootstrap-jail) h2 small,
:where(.bootstrap-jail) h2 .small,
:where(.bootstrap-jail) .h2 small,
:where(.bootstrap-jail) .h2 .small,
:where(.bootstrap-jail) h3 small,
:where(.bootstrap-jail) h3 .small,
:where(.bootstrap-jail) .h3 small,
:where(.bootstrap-jail) .h3 .small {
  font-size: 65%;
}
:where(.bootstrap-jail) h4,
:where(.bootstrap-jail) .h4,
:where(.bootstrap-jail) h5,
:where(.bootstrap-jail) .h5,
:where(.bootstrap-jail) h6,
:where(.bootstrap-jail) .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
:where(.bootstrap-jail) h4 small,
:where(.bootstrap-jail) h4 .small,
:where(.bootstrap-jail) .h4 small,
:where(.bootstrap-jail) .h4 .small,
:where(.bootstrap-jail) h5 small,
:where(.bootstrap-jail) h5 .small,
:where(.bootstrap-jail) .h5 small,
:where(.bootstrap-jail) .h5 .small,
:where(.bootstrap-jail) h6 small,
:where(.bootstrap-jail) h6 .small,
:where(.bootstrap-jail) .h6 small,
:where(.bootstrap-jail) .h6 .small {
  font-size: 75%;
}
:where(.bootstrap-jail) h1,
:where(.bootstrap-jail) .h1 {
  font-size: 36px;
}
:where(.bootstrap-jail) h2,
:where(.bootstrap-jail) .h2 {
  font-size: 30px;
}
:where(.bootstrap-jail) h3,
:where(.bootstrap-jail) .h3 {
  font-size: 24px;
}
:where(.bootstrap-jail) h4,
:where(.bootstrap-jail) .h4 {
  font-size: 18px;
}
:where(.bootstrap-jail) h5,
:where(.bootstrap-jail) .h5 {
  font-size: 14px;
}
:where(.bootstrap-jail) h6,
:where(.bootstrap-jail) .h6 {
  font-size: 12px;
}
:where(.bootstrap-jail) p {
  margin: 0 0 10px;
}
:where(.bootstrap-jail) .lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  :where(.bootstrap-jail) .lead {
    font-size: 21px;
  }
}
:where(.bootstrap-jail) small,
:where(.bootstrap-jail) .small {
  font-size: 85%;
}
:where(.bootstrap-jail) mark,
:where(.bootstrap-jail) .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
:where(.bootstrap-jail) .text-left {
  text-align: left;
}
:where(.bootstrap-jail) .text-right {
  text-align: right;
}
:where(.bootstrap-jail) .text-center {
  text-align: center;
}
:where(.bootstrap-jail) .text-justify {
  text-align: justify;
}
:where(.bootstrap-jail) .text-nowrap {
  white-space: nowrap;
}
:where(.bootstrap-jail) .text-lowercase {
  text-transform: lowercase;
}
:where(.bootstrap-jail) .text-uppercase,
:where(.bootstrap-jail) .initialism {
  text-transform: uppercase;
}
:where(.bootstrap-jail) .text-capitalize {
  text-transform: capitalize;
}
:where(.bootstrap-jail) .text-muted {
  color: #777777;
}
:where(.bootstrap-jail) .text-primary {
  color: #337ab7;
}
:where(.bootstrap-jail) a.text-primary:hover,
:where(.bootstrap-jail) a.text-primary:focus {
  color: #286090;
}
:where(.bootstrap-jail) .text-success {
  color: #3c763d;
}
:where(.bootstrap-jail) a.text-success:hover,
:where(.bootstrap-jail) a.text-success:focus {
  color: #2b542c;
}
:where(.bootstrap-jail) .text-info {
  color: #31708f;
}
:where(.bootstrap-jail) a.text-info:hover,
:where(.bootstrap-jail) a.text-info:focus {
  color: #245269;
}
:where(.bootstrap-jail) .text-warning {
  color: #8a6d3b;
}
:where(.bootstrap-jail) a.text-warning:hover,
:where(.bootstrap-jail) a.text-warning:focus {
  color: #66512c;
}
:where(.bootstrap-jail) .text-danger {
  color: #a94442;
}
:where(.bootstrap-jail) a.text-danger:hover,
:where(.bootstrap-jail) a.text-danger:focus {
  color: #843534;
}
:where(.bootstrap-jail) .bg-primary {
  color: #fff;
}
:where(.bootstrap-jail) .bg-primary {
  background-color: #337ab7;
}
:where(.bootstrap-jail) a.bg-primary:hover,
:where(.bootstrap-jail) a.bg-primary:focus {
  background-color: #286090;
}
:where(.bootstrap-jail) .bg-success {
  background-color: #dff0d8;
}
:where(.bootstrap-jail) a.bg-success:hover,
:where(.bootstrap-jail) a.bg-success:focus {
  background-color: #c1e2b3;
}
:where(.bootstrap-jail) .bg-info {
  background-color: #d9edf7;
}
:where(.bootstrap-jail) a.bg-info:hover,
:where(.bootstrap-jail) a.bg-info:focus {
  background-color: #afd9ee;
}
:where(.bootstrap-jail) .bg-warning {
  background-color: #fcf8e3;
}
:where(.bootstrap-jail) a.bg-warning:hover,
:where(.bootstrap-jail) a.bg-warning:focus {
  background-color: #f7ecb5;
}
:where(.bootstrap-jail) .bg-danger {
  background-color: #f2dede;
}
:where(.bootstrap-jail) a.bg-danger:hover,
:where(.bootstrap-jail) a.bg-danger:focus {
  background-color: #e4b9b9;
}
:where(.bootstrap-jail) .page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
:where(.bootstrap-jail) ul,
:where(.bootstrap-jail) ol {
  margin-top: 0;
  margin-bottom: 10px;
}
:where(.bootstrap-jail) ul ul,
:where(.bootstrap-jail) ul ol,
:where(.bootstrap-jail) ol ul,
:where(.bootstrap-jail) ol ol {
  margin-bottom: 0;
}
:where(.bootstrap-jail) .list-unstyled {
  padding-left: 0;
  list-style: none;
}
:where(.bootstrap-jail) .list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
:where(.bootstrap-jail) .list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
:where(.bootstrap-jail) dl {
  margin-top: 0;
  margin-bottom: 20px;
}
:where(.bootstrap-jail) dt,
:where(.bootstrap-jail) dd {
  line-height: 1.42857;
}
:where(.bootstrap-jail) dt {
  font-weight: 700;
}
:where(.bootstrap-jail) dd {
  margin-left: 0;
}
:where(.bootstrap-jail) .dl-horizontal dd:before,
:where(.bootstrap-jail) .dl-horizontal dd:after {
  display: table;
  content: ' ';
}
:where(.bootstrap-jail) .dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  :where(.bootstrap-jail) .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  :where(.bootstrap-jail) .dl-horizontal dd {
    margin-left: 180px;
  }
}
:where(.bootstrap-jail) abbr[title],
:where(.bootstrap-jail) abbr[data-original-title] {
  cursor: help;
}
:where(.bootstrap-jail) .initialism {
  font-size: 90%;
}
:where(.bootstrap-jail) blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
:where(.bootstrap-jail) blockquote p:last-child,
:where(.bootstrap-jail) blockquote ul:last-child,
:where(.bootstrap-jail) blockquote ol:last-child {
  margin-bottom: 0;
}
:where(.bootstrap-jail) blockquote footer,
:where(.bootstrap-jail) blockquote small,
:where(.bootstrap-jail) blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777777;
}
:where(.bootstrap-jail) blockquote footer:before,
:where(.bootstrap-jail) blockquote small:before,
:where(.bootstrap-jail) blockquote .small:before {
  content: '\2014 \00A0';
}
:where(.bootstrap-jail) .blockquote-reverse,
:where(.bootstrap-jail) blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
:where(.bootstrap-jail) .blockquote-reverse footer:before,
:where(.bootstrap-jail) .blockquote-reverse small:before,
:where(.bootstrap-jail) .blockquote-reverse .small:before,
:where(.bootstrap-jail) blockquote.pull-right footer:before,
:where(.bootstrap-jail) blockquote.pull-right small:before,
:where(.bootstrap-jail) blockquote.pull-right .small:before {
  content: '';
}
:where(.bootstrap-jail) .blockquote-reverse footer:after,
:where(.bootstrap-jail) .blockquote-reverse small:after,
:where(.bootstrap-jail) .blockquote-reverse .small:after,
:where(.bootstrap-jail) blockquote.pull-right footer:after,
:where(.bootstrap-jail) blockquote.pull-right small:after,
:where(.bootstrap-jail) blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
:where(.bootstrap-jail) address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}
:where(.bootstrap-jail) code,
:where(.bootstrap-jail) kbd,
:where(.bootstrap-jail) pre,
:where(.bootstrap-jail) samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
:where(.bootstrap-jail) code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
:where(.bootstrap-jail) kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
:where(.bootstrap-jail) kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}
:where(.bootstrap-jail) pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
:where(.bootstrap-jail) pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
:where(.bootstrap-jail) .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
:where(.bootstrap-jail) .container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
:where(.bootstrap-jail) .container:before,
:where(.bootstrap-jail) .container:after {
  display: table;
  content: ' ';
}
:where(.bootstrap-jail) .container:after {
  clear: both;
}
@media (min-width: 768px) {
  :where(.bootstrap-jail) .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  :where(.bootstrap-jail) .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  :where(.bootstrap-jail) .container {
    width: 1170px;
  }
}
:where(.bootstrap-jail) .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
:where(.bootstrap-jail) .container-fluid:before,
:where(.bootstrap-jail) .container-fluid:after {
  display: table;
  content: ' ';
}
:where(.bootstrap-jail) .container-fluid:after {
  clear: both;
}
:where(.bootstrap-jail) .row {
  margin-right: -15px;
  margin-left: -15px;
}
:where(.bootstrap-jail) .row:before,
:where(.bootstrap-jail) .row:after {
  display: table;
  content: ' ';
}
:where(.bootstrap-jail) .row:after {
  clear: both;
}
:where(.bootstrap-jail) .row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
:where(.bootstrap-jail) .row-no-gutters [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
:where(.bootstrap-jail) .col-xs-1,
:where(.bootstrap-jail) .col-sm-1,
:where(.bootstrap-jail) .col-md-1,
:where(.bootstrap-jail) .col-lg-1,
:where(.bootstrap-jail) .col-xs-2,
:where(.bootstrap-jail) .col-sm-2,
:where(.bootstrap-jail) .col-md-2,
:where(.bootstrap-jail) .col-lg-2,
:where(.bootstrap-jail) .col-xs-3,
:where(.bootstrap-jail) .col-sm-3,
:where(.bootstrap-jail) .col-md-3,
:where(.bootstrap-jail) .col-lg-3,
:where(.bootstrap-jail) .col-xs-4,
:where(.bootstrap-jail) .col-sm-4,
:where(.bootstrap-jail) .col-md-4,
:where(.bootstrap-jail) .col-lg-4,
:where(.bootstrap-jail) .col-xs-5,
:where(.bootstrap-jail) .col-sm-5,
:where(.bootstrap-jail) .col-md-5,
:where(.bootstrap-jail) .col-lg-5,
:where(.bootstrap-jail) .col-xs-6,
:where(.bootstrap-jail) .col-sm-6,
:where(.bootstrap-jail) .col-md-6,
:where(.bootstrap-jail) .col-lg-6,
:where(.bootstrap-jail) .col-xs-7,
:where(.bootstrap-jail) .col-sm-7,
:where(.bootstrap-jail) .col-md-7,
:where(.bootstrap-jail) .col-lg-7,
:where(.bootstrap-jail) .col-xs-8,
:where(.bootstrap-jail) .col-sm-8,
:where(.bootstrap-jail) .col-md-8,
:where(.bootstrap-jail) .col-lg-8,
:where(.bootstrap-jail) .col-xs-9,
:where(.bootstrap-jail) .col-sm-9,
:where(.bootstrap-jail) .col-md-9,
:where(.bootstrap-jail) .col-lg-9,
:where(.bootstrap-jail) .col-xs-10,
:where(.bootstrap-jail) .col-sm-10,
:where(.bootstrap-jail) .col-md-10,
:where(.bootstrap-jail) .col-lg-10,
:where(.bootstrap-jail) .col-xs-11,
:where(.bootstrap-jail) .col-sm-11,
:where(.bootstrap-jail) .col-md-11,
:where(.bootstrap-jail) .col-lg-11,
:where(.bootstrap-jail) .col-xs-12,
:where(.bootstrap-jail) .col-sm-12,
:where(.bootstrap-jail) .col-md-12,
:where(.bootstrap-jail) .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
:where(.bootstrap-jail) .col-xs-1,
:where(.bootstrap-jail) .col-xs-2,
:where(.bootstrap-jail) .col-xs-3,
:where(.bootstrap-jail) .col-xs-4,
:where(.bootstrap-jail) .col-xs-5,
:where(.bootstrap-jail) .col-xs-6,
:where(.bootstrap-jail) .col-xs-7,
:where(.bootstrap-jail) .col-xs-8,
:where(.bootstrap-jail) .col-xs-9,
:where(.bootstrap-jail) .col-xs-10,
:where(.bootstrap-jail) .col-xs-11,
:where(.bootstrap-jail) .col-xs-12 {
  float: left;
}
:where(.bootstrap-jail) .col-xs-1 {
  width: 8.33333%;
}
:where(.bootstrap-jail) .col-xs-2 {
  width: 16.66667%;
}
:where(.bootstrap-jail) .col-xs-3 {
  width: 25%;
}
:where(.bootstrap-jail) .col-xs-4 {
  width: 33.33333%;
}
:where(.bootstrap-jail) .col-xs-5 {
  width: 41.66667%;
}
:where(.bootstrap-jail) .col-xs-6 {
  width: 50%;
}
:where(.bootstrap-jail) .col-xs-7 {
  width: 58.33333%;
}
:where(.bootstrap-jail) .col-xs-8 {
  width: 66.66667%;
}
:where(.bootstrap-jail) .col-xs-9 {
  width: 75%;
}
:where(.bootstrap-jail) .col-xs-10 {
  width: 83.33333%;
}
:where(.bootstrap-jail) .col-xs-11 {
  width: 91.66667%;
}
:where(.bootstrap-jail) .col-xs-12 {
  width: 100%;
}
:where(.bootstrap-jail) .col-xs-pull-0 {
  right: auto;
}
:where(.bootstrap-jail) .col-xs-pull-1 {
  right: 8.33333%;
}
:where(.bootstrap-jail) .col-xs-pull-2 {
  right: 16.66667%;
}
:where(.bootstrap-jail) .col-xs-pull-3 {
  right: 25%;
}
:where(.bootstrap-jail) .col-xs-pull-4 {
  right: 33.33333%;
}
:where(.bootstrap-jail) .col-xs-pull-5 {
  right: 41.66667%;
}
:where(.bootstrap-jail) .col-xs-pull-6 {
  right: 50%;
}
:where(.bootstrap-jail) .col-xs-pull-7 {
  right: 58.33333%;
}
:where(.bootstrap-jail) .col-xs-pull-8 {
  right: 66.66667%;
}
:where(.bootstrap-jail) .col-xs-pull-9 {
  right: 75%;
}
:where(.bootstrap-jail) .col-xs-pull-10 {
  right: 83.33333%;
}
:where(.bootstrap-jail) .col-xs-pull-11 {
  right: 91.66667%;
}
:where(.bootstrap-jail) .col-xs-pull-12 {
  right: 100%;
}
:where(.bootstrap-jail) .col-xs-push-0 {
  left: auto;
}
:where(.bootstrap-jail) .col-xs-push-1 {
  left: 8.33333%;
}
:where(.bootstrap-jail) .col-xs-push-2 {
  left: 16.66667%;
}
:where(.bootstrap-jail) .col-xs-push-3 {
  left: 25%;
}
:where(.bootstrap-jail) .col-xs-push-4 {
  left: 33.33333%;
}
:where(.bootstrap-jail) .col-xs-push-5 {
  left: 41.66667%;
}
:where(.bootstrap-jail) .col-xs-push-6 {
  left: 50%;
}
:where(.bootstrap-jail) .col-xs-push-7 {
  left: 58.33333%;
}
:where(.bootstrap-jail) .col-xs-push-8 {
  left: 66.66667%;
}
:where(.bootstrap-jail) .col-xs-push-9 {
  left: 75%;
}
:where(.bootstrap-jail) .col-xs-push-10 {
  left: 83.33333%;
}
:where(.bootstrap-jail) .col-xs-push-11 {
  left: 91.66667%;
}
:where(.bootstrap-jail) .col-xs-push-12 {
  left: 100%;
}
:where(.bootstrap-jail) .col-xs-offset-0 {
  margin-left: 0%;
}
:where(.bootstrap-jail) .col-xs-offset-1 {
  margin-left: 8.33333%;
}
:where(.bootstrap-jail) .col-xs-offset-2 {
  margin-left: 16.66667%;
}
:where(.bootstrap-jail) .col-xs-offset-3 {
  margin-left: 25%;
}
:where(.bootstrap-jail) .col-xs-offset-4 {
  margin-left: 33.33333%;
}
:where(.bootstrap-jail) .col-xs-offset-5 {
  margin-left: 41.66667%;
}
:where(.bootstrap-jail) .col-xs-offset-6 {
  margin-left: 50%;
}
:where(.bootstrap-jail) .col-xs-offset-7 {
  margin-left: 58.33333%;
}
:where(.bootstrap-jail) .col-xs-offset-8 {
  margin-left: 66.66667%;
}
:where(.bootstrap-jail) .col-xs-offset-9 {
  margin-left: 75%;
}
:where(.bootstrap-jail) .col-xs-offset-10 {
  margin-left: 83.33333%;
}
:where(.bootstrap-jail) .col-xs-offset-11 {
  margin-left: 91.66667%;
}
:where(.bootstrap-jail) .col-xs-offset-12 {
  margin-left: 100%;
}
@media (min-width: 768px) {
  :where(.bootstrap-jail) .col-sm-1,
  :where(.bootstrap-jail) .col-sm-2,
  :where(.bootstrap-jail) .col-sm-3,
  :where(.bootstrap-jail) .col-sm-4,
  :where(.bootstrap-jail) .col-sm-5,
  :where(.bootstrap-jail) .col-sm-6,
  :where(.bootstrap-jail) .col-sm-7,
  :where(.bootstrap-jail) .col-sm-8,
  :where(.bootstrap-jail) .col-sm-9,
  :where(.bootstrap-jail) .col-sm-10,
  :where(.bootstrap-jail) .col-sm-11,
  :where(.bootstrap-jail) .col-sm-12 {
    float: left;
  }

  :where(.bootstrap-jail) .col-sm-1 {
    width: 8.33333%;
  }

  :where(.bootstrap-jail) .col-sm-2 {
    width: 16.66667%;
  }

  :where(.bootstrap-jail) .col-sm-3 {
    width: 25%;
  }

  :where(.bootstrap-jail) .col-sm-4 {
    width: 33.33333%;
  }

  :where(.bootstrap-jail) .col-sm-5 {
    width: 41.66667%;
  }

  :where(.bootstrap-jail) .col-sm-6 {
    width: 50%;
  }

  :where(.bootstrap-jail) .col-sm-7 {
    width: 58.33333%;
  }

  :where(.bootstrap-jail) .col-sm-8 {
    width: 66.66667%;
  }

  :where(.bootstrap-jail) .col-sm-9 {
    width: 75%;
  }

  :where(.bootstrap-jail) .col-sm-10 {
    width: 83.33333%;
  }

  :where(.bootstrap-jail) .col-sm-11 {
    width: 91.66667%;
  }

  :where(.bootstrap-jail) .col-sm-12 {
    width: 100%;
  }

  :where(.bootstrap-jail) .col-sm-pull-0 {
    right: auto;
  }

  :where(.bootstrap-jail) .col-sm-pull-1 {
    right: 8.33333%;
  }

  :where(.bootstrap-jail) .col-sm-pull-2 {
    right: 16.66667%;
  }

  :where(.bootstrap-jail) .col-sm-pull-3 {
    right: 25%;
  }

  :where(.bootstrap-jail) .col-sm-pull-4 {
    right: 33.33333%;
  }

  :where(.bootstrap-jail) .col-sm-pull-5 {
    right: 41.66667%;
  }

  :where(.bootstrap-jail) .col-sm-pull-6 {
    right: 50%;
  }

  :where(.bootstrap-jail) .col-sm-pull-7 {
    right: 58.33333%;
  }

  :where(.bootstrap-jail) .col-sm-pull-8 {
    right: 66.66667%;
  }

  :where(.bootstrap-jail) .col-sm-pull-9 {
    right: 75%;
  }

  :where(.bootstrap-jail) .col-sm-pull-10 {
    right: 83.33333%;
  }

  :where(.bootstrap-jail) .col-sm-pull-11 {
    right: 91.66667%;
  }

  :where(.bootstrap-jail) .col-sm-pull-12 {
    right: 100%;
  }

  :where(.bootstrap-jail) .col-sm-push-0 {
    left: auto;
  }

  :where(.bootstrap-jail) .col-sm-push-1 {
    left: 8.33333%;
  }

  :where(.bootstrap-jail) .col-sm-push-2 {
    left: 16.66667%;
  }

  :where(.bootstrap-jail) .col-sm-push-3 {
    left: 25%;
  }

  :where(.bootstrap-jail) .col-sm-push-4 {
    left: 33.33333%;
  }

  :where(.bootstrap-jail) .col-sm-push-5 {
    left: 41.66667%;
  }

  :where(.bootstrap-jail) .col-sm-push-6 {
    left: 50%;
  }

  :where(.bootstrap-jail) .col-sm-push-7 {
    left: 58.33333%;
  }

  :where(.bootstrap-jail) .col-sm-push-8 {
    left: 66.66667%;
  }

  :where(.bootstrap-jail) .col-sm-push-9 {
    left: 75%;
  }

  :where(.bootstrap-jail) .col-sm-push-10 {
    left: 83.33333%;
  }

  :where(.bootstrap-jail) .col-sm-push-11 {
    left: 91.66667%;
  }

  :where(.bootstrap-jail) .col-sm-push-12 {
    left: 100%;
  }

  :where(.bootstrap-jail) .col-sm-offset-0 {
    margin-left: 0%;
  }

  :where(.bootstrap-jail) .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  :where(.bootstrap-jail) .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  :where(.bootstrap-jail) .col-sm-offset-3 {
    margin-left: 25%;
  }

  :where(.bootstrap-jail) .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  :where(.bootstrap-jail) .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  :where(.bootstrap-jail) .col-sm-offset-6 {
    margin-left: 50%;
  }

  :where(.bootstrap-jail) .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  :where(.bootstrap-jail) .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  :where(.bootstrap-jail) .col-sm-offset-9 {
    margin-left: 75%;
  }

  :where(.bootstrap-jail) .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  :where(.bootstrap-jail) .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  :where(.bootstrap-jail) .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  :where(.bootstrap-jail) .col-md-1,
  :where(.bootstrap-jail) .col-md-2,
  :where(.bootstrap-jail) .col-md-3,
  :where(.bootstrap-jail) .col-md-4,
  :where(.bootstrap-jail) .col-md-5,
  :where(.bootstrap-jail) .col-md-6,
  :where(.bootstrap-jail) .col-md-7,
  :where(.bootstrap-jail) .col-md-8,
  :where(.bootstrap-jail) .col-md-9,
  :where(.bootstrap-jail) .col-md-10,
  :where(.bootstrap-jail) .col-md-11,
  :where(.bootstrap-jail) .col-md-12 {
    float: left;
  }

  :where(.bootstrap-jail) .col-md-1 {
    width: 8.33333%;
  }

  :where(.bootstrap-jail) .col-md-2 {
    width: 16.66667%;
  }

  :where(.bootstrap-jail) .col-md-3 {
    width: 25%;
  }

  :where(.bootstrap-jail) .col-md-4 {
    width: 33.33333%;
  }

  :where(.bootstrap-jail) .col-md-5 {
    width: 41.66667%;
  }

  :where(.bootstrap-jail) .col-md-6 {
    width: 50%;
  }

  :where(.bootstrap-jail) .col-md-7 {
    width: 58.33333%;
  }

  :where(.bootstrap-jail) .col-md-8 {
    width: 66.66667%;
  }

  :where(.bootstrap-jail) .col-md-9 {
    width: 75%;
  }

  :where(.bootstrap-jail) .col-md-10 {
    width: 83.33333%;
  }

  :where(.bootstrap-jail) .col-md-11 {
    width: 91.66667%;
  }

  :where(.bootstrap-jail) .col-md-12 {
    width: 100%;
  }

  :where(.bootstrap-jail) .col-md-pull-0 {
    right: auto;
  }

  :where(.bootstrap-jail) .col-md-pull-1 {
    right: 8.33333%;
  }

  :where(.bootstrap-jail) .col-md-pull-2 {
    right: 16.66667%;
  }

  :where(.bootstrap-jail) .col-md-pull-3 {
    right: 25%;
  }

  :where(.bootstrap-jail) .col-md-pull-4 {
    right: 33.33333%;
  }

  :where(.bootstrap-jail) .col-md-pull-5 {
    right: 41.66667%;
  }

  :where(.bootstrap-jail) .col-md-pull-6 {
    right: 50%;
  }

  :where(.bootstrap-jail) .col-md-pull-7 {
    right: 58.33333%;
  }

  :where(.bootstrap-jail) .col-md-pull-8 {
    right: 66.66667%;
  }

  :where(.bootstrap-jail) .col-md-pull-9 {
    right: 75%;
  }

  :where(.bootstrap-jail) .col-md-pull-10 {
    right: 83.33333%;
  }

  :where(.bootstrap-jail) .col-md-pull-11 {
    right: 91.66667%;
  }

  :where(.bootstrap-jail) .col-md-pull-12 {
    right: 100%;
  }

  :where(.bootstrap-jail) .col-md-push-0 {
    left: auto;
  }

  :where(.bootstrap-jail) .col-md-push-1 {
    left: 8.33333%;
  }

  :where(.bootstrap-jail) .col-md-push-2 {
    left: 16.66667%;
  }

  :where(.bootstrap-jail) .col-md-push-3 {
    left: 25%;
  }

  :where(.bootstrap-jail) .col-md-push-4 {
    left: 33.33333%;
  }

  :where(.bootstrap-jail) .col-md-push-5 {
    left: 41.66667%;
  }

  :where(.bootstrap-jail) .col-md-push-6 {
    left: 50%;
  }

  :where(.bootstrap-jail) .col-md-push-7 {
    left: 58.33333%;
  }

  :where(.bootstrap-jail) .col-md-push-8 {
    left: 66.66667%;
  }

  :where(.bootstrap-jail) .col-md-push-9 {
    left: 75%;
  }

  :where(.bootstrap-jail) .col-md-push-10 {
    left: 83.33333%;
  }

  :where(.bootstrap-jail) .col-md-push-11 {
    left: 91.66667%;
  }

  :where(.bootstrap-jail) .col-md-push-12 {
    left: 100%;
  }

  :where(.bootstrap-jail) .col-md-offset-0 {
    margin-left: 0%;
  }

  :where(.bootstrap-jail) .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  :where(.bootstrap-jail) .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  :where(.bootstrap-jail) .col-md-offset-3 {
    margin-left: 25%;
  }

  :where(.bootstrap-jail) .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  :where(.bootstrap-jail) .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  :where(.bootstrap-jail) .col-md-offset-6 {
    margin-left: 50%;
  }

  :where(.bootstrap-jail) .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  :where(.bootstrap-jail) .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  :where(.bootstrap-jail) .col-md-offset-9 {
    margin-left: 75%;
  }

  :where(.bootstrap-jail) .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  :where(.bootstrap-jail) .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  :where(.bootstrap-jail) .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  :where(.bootstrap-jail) .col-lg-1,
  :where(.bootstrap-jail) .col-lg-2,
  :where(.bootstrap-jail) .col-lg-3,
  :where(.bootstrap-jail) .col-lg-4,
  :where(.bootstrap-jail) .col-lg-5,
  :where(.bootstrap-jail) .col-lg-6,
  :where(.bootstrap-jail) .col-lg-7,
  :where(.bootstrap-jail) .col-lg-8,
  :where(.bootstrap-jail) .col-lg-9,
  :where(.bootstrap-jail) .col-lg-10,
  :where(.bootstrap-jail) .col-lg-11,
  :where(.bootstrap-jail) .col-lg-12 {
    float: left;
  }

  :where(.bootstrap-jail) .col-lg-1 {
    width: 8.33333%;
  }

  :where(.bootstrap-jail) .col-lg-2 {
    width: 16.66667%;
  }

  :where(.bootstrap-jail) .col-lg-3 {
    width: 25%;
  }

  :where(.bootstrap-jail) .col-lg-4 {
    width: 33.33333%;
  }

  :where(.bootstrap-jail) .col-lg-5 {
    width: 41.66667%;
  }

  :where(.bootstrap-jail) .col-lg-6 {
    width: 50%;
  }

  :where(.bootstrap-jail) .col-lg-7 {
    width: 58.33333%;
  }

  :where(.bootstrap-jail) .col-lg-8 {
    width: 66.66667%;
  }

  :where(.bootstrap-jail) .col-lg-9 {
    width: 75%;
  }

  :where(.bootstrap-jail) .col-lg-10 {
    width: 83.33333%;
  }

  :where(.bootstrap-jail) .col-lg-11 {
    width: 91.66667%;
  }

  :where(.bootstrap-jail) .col-lg-12 {
    width: 100%;
  }

  :where(.bootstrap-jail) .col-lg-pull-0 {
    right: auto;
  }

  :where(.bootstrap-jail) .col-lg-pull-1 {
    right: 8.33333%;
  }

  :where(.bootstrap-jail) .col-lg-pull-2 {
    right: 16.66667%;
  }

  :where(.bootstrap-jail) .col-lg-pull-3 {
    right: 25%;
  }

  :where(.bootstrap-jail) .col-lg-pull-4 {
    right: 33.33333%;
  }

  :where(.bootstrap-jail) .col-lg-pull-5 {
    right: 41.66667%;
  }

  :where(.bootstrap-jail) .col-lg-pull-6 {
    right: 50%;
  }

  :where(.bootstrap-jail) .col-lg-pull-7 {
    right: 58.33333%;
  }

  :where(.bootstrap-jail) .col-lg-pull-8 {
    right: 66.66667%;
  }

  :where(.bootstrap-jail) .col-lg-pull-9 {
    right: 75%;
  }

  :where(.bootstrap-jail) .col-lg-pull-10 {
    right: 83.33333%;
  }

  :where(.bootstrap-jail) .col-lg-pull-11 {
    right: 91.66667%;
  }

  :where(.bootstrap-jail) .col-lg-pull-12 {
    right: 100%;
  }

  :where(.bootstrap-jail) .col-lg-push-0 {
    left: auto;
  }

  :where(.bootstrap-jail) .col-lg-push-1 {
    left: 8.33333%;
  }

  :where(.bootstrap-jail) .col-lg-push-2 {
    left: 16.66667%;
  }

  :where(.bootstrap-jail) .col-lg-push-3 {
    left: 25%;
  }

  :where(.bootstrap-jail) .col-lg-push-4 {
    left: 33.33333%;
  }

  :where(.bootstrap-jail) .col-lg-push-5 {
    left: 41.66667%;
  }

  :where(.bootstrap-jail) .col-lg-push-6 {
    left: 50%;
  }

  :where(.bootstrap-jail) .col-lg-push-7 {
    left: 58.33333%;
  }

  :where(.bootstrap-jail) .col-lg-push-8 {
    left: 66.66667%;
  }

  :where(.bootstrap-jail) .col-lg-push-9 {
    left: 75%;
  }

  :where(.bootstrap-jail) .col-lg-push-10 {
    left: 83.33333%;
  }

  :where(.bootstrap-jail) .col-lg-push-11 {
    left: 91.66667%;
  }

  :where(.bootstrap-jail) .col-lg-push-12 {
    left: 100%;
  }

  :where(.bootstrap-jail) .col-lg-offset-0 {
    margin-left: 0%;
  }

  :where(.bootstrap-jail) .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  :where(.bootstrap-jail) .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  :where(.bootstrap-jail) .col-lg-offset-3 {
    margin-left: 25%;
  }

  :where(.bootstrap-jail) .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  :where(.bootstrap-jail) .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  :where(.bootstrap-jail) .col-lg-offset-6 {
    margin-left: 50%;
  }

  :where(.bootstrap-jail) .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  :where(.bootstrap-jail) .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  :where(.bootstrap-jail) .col-lg-offset-9 {
    margin-left: 75%;
  }

  :where(.bootstrap-jail) .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  :where(.bootstrap-jail) .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  :where(.bootstrap-jail) .col-lg-offset-12 {
    margin-left: 100%;
  }
}
:where(.bootstrap-jail) table {
  background-color: transparent;
}
:where(.bootstrap-jail) table col[class*='col-'] {
  position: static;
  display: table-column;
  float: none;
}
:where(.bootstrap-jail) table td[class*='col-'],
:where(.bootstrap-jail) table th[class*='col-'] {
  position: static;
  display: table-cell;
  float: none;
}
:where(.bootstrap-jail) caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
:where(.bootstrap-jail) th {
  text-align: left;
}
:where(.bootstrap-jail) .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
:where(.bootstrap-jail) .table > thead > tr > th,
:where(.bootstrap-jail) .table > thead > tr > td,
:where(.bootstrap-jail) .table > tbody > tr > th,
:where(.bootstrap-jail) .table > tbody > tr > td,
:where(.bootstrap-jail) .table > tfoot > tr > th,
:where(.bootstrap-jail) .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
:where(.bootstrap-jail) .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
:where(.bootstrap-jail) .table > caption + thead > tr:first-child > th,
:where(.bootstrap-jail) .table > caption + thead > tr:first-child > td,
:where(.bootstrap-jail) .table > colgroup + thead > tr:first-child > th,
:where(.bootstrap-jail) .table > colgroup + thead > tr:first-child > td,
:where(.bootstrap-jail) .table > thead:first-child > tr:first-child > th,
:where(.bootstrap-jail) .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
:where(.bootstrap-jail) .table > tbody + tbody {
  border-top: 2px solid #ddd;
}
:where(.bootstrap-jail) .table .table {
  background-color: #fff;
}
:where(.bootstrap-jail) .table-condensed > thead > tr > th,
:where(.bootstrap-jail) .table-condensed > thead > tr > td,
:where(.bootstrap-jail) .table-condensed > tbody > tr > th,
:where(.bootstrap-jail) .table-condensed > tbody > tr > td,
:where(.bootstrap-jail) .table-condensed > tfoot > tr > th,
:where(.bootstrap-jail) .table-condensed > tfoot > tr > td {
  padding: 5px;
}
:where(.bootstrap-jail) .table-bordered {
  border: 1px solid #ddd;
}
:where(.bootstrap-jail) .table-bordered > thead > tr > th,
:where(.bootstrap-jail) .table-bordered > thead > tr > td,
:where(.bootstrap-jail) .table-bordered > tbody > tr > th,
:where(.bootstrap-jail) .table-bordered > tbody > tr > td,
:where(.bootstrap-jail) .table-bordered > tfoot > tr > th,
:where(.bootstrap-jail) .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
:where(.bootstrap-jail) .table-bordered > thead > tr > th,
:where(.bootstrap-jail) .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
:where(.bootstrap-jail) .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
:where(.bootstrap-jail) .table-hover > tbody > tr:hover {
  background-color: #ebf7de;
}
:where(.bootstrap-jail) .table > thead > tr > td.active,
:where(.bootstrap-jail) .table > thead > tr > th.active,
:where(.bootstrap-jail) .table > thead > tr.active > td,
:where(.bootstrap-jail) .table > thead > tr.active > th,
:where(.bootstrap-jail) .table > tbody > tr > td.active,
:where(.bootstrap-jail) .table > tbody > tr > th.active,
:where(.bootstrap-jail) .table > tbody > tr.active > td,
:where(.bootstrap-jail) .table > tbody > tr.active > th,
:where(.bootstrap-jail) .table > tfoot > tr > td.active,
:where(.bootstrap-jail) .table > tfoot > tr > th.active,
:where(.bootstrap-jail) .table > tfoot > tr.active > td,
:where(.bootstrap-jail) .table > tfoot > tr.active > th {
  background-color: #ebf7de;
}
:where(.bootstrap-jail) .table-hover > tbody > tr > td.active:hover,
:where(.bootstrap-jail) .table-hover > tbody > tr > th.active:hover,
:where(.bootstrap-jail) .table-hover > tbody > tr.active:hover > td,
:where(.bootstrap-jail) .table-hover > tbody > tr:hover > .active,
:where(.bootstrap-jail) .table-hover > tbody > tr.active:hover > th {
  background-color: #dff2c9;
}
:where(.bootstrap-jail) .table > thead > tr > td.success,
:where(.bootstrap-jail) .table > thead > tr > th.success,
:where(.bootstrap-jail) .table > thead > tr.success > td,
:where(.bootstrap-jail) .table > thead > tr.success > th,
:where(.bootstrap-jail) .table > tbody > tr > td.success,
:where(.bootstrap-jail) .table > tbody > tr > th.success,
:where(.bootstrap-jail) .table > tbody > tr.success > td,
:where(.bootstrap-jail) .table > tbody > tr.success > th,
:where(.bootstrap-jail) .table > tfoot > tr > td.success,
:where(.bootstrap-jail) .table > tfoot > tr > th.success,
:where(.bootstrap-jail) .table > tfoot > tr.success > td,
:where(.bootstrap-jail) .table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
:where(.bootstrap-jail) .table-hover > tbody > tr > td.success:hover,
:where(.bootstrap-jail) .table-hover > tbody > tr > th.success:hover,
:where(.bootstrap-jail) .table-hover > tbody > tr.success:hover > td,
:where(.bootstrap-jail) .table-hover > tbody > tr:hover > .success,
:where(.bootstrap-jail) .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
:where(.bootstrap-jail) .table > thead > tr > td.info,
:where(.bootstrap-jail) .table > thead > tr > th.info,
:where(.bootstrap-jail) .table > thead > tr.info > td,
:where(.bootstrap-jail) .table > thead > tr.info > th,
:where(.bootstrap-jail) .table > tbody > tr > td.info,
:where(.bootstrap-jail) .table > tbody > tr > th.info,
:where(.bootstrap-jail) .table > tbody > tr.info > td,
:where(.bootstrap-jail) .table > tbody > tr.info > th,
:where(.bootstrap-jail) .table > tfoot > tr > td.info,
:where(.bootstrap-jail) .table > tfoot > tr > th.info,
:where(.bootstrap-jail) .table > tfoot > tr.info > td,
:where(.bootstrap-jail) .table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
:where(.bootstrap-jail) .table-hover > tbody > tr > td.info:hover,
:where(.bootstrap-jail) .table-hover > tbody > tr > th.info:hover,
:where(.bootstrap-jail) .table-hover > tbody > tr.info:hover > td,
:where(.bootstrap-jail) .table-hover > tbody > tr:hover > .info,
:where(.bootstrap-jail) .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
:where(.bootstrap-jail) .table > thead > tr > td.warning,
:where(.bootstrap-jail) .table > thead > tr > th.warning,
:where(.bootstrap-jail) .table > thead > tr.warning > td,
:where(.bootstrap-jail) .table > thead > tr.warning > th,
:where(.bootstrap-jail) .table > tbody > tr > td.warning,
:where(.bootstrap-jail) .table > tbody > tr > th.warning,
:where(.bootstrap-jail) .table > tbody > tr.warning > td,
:where(.bootstrap-jail) .table > tbody > tr.warning > th,
:where(.bootstrap-jail) .table > tfoot > tr > td.warning,
:where(.bootstrap-jail) .table > tfoot > tr > th.warning,
:where(.bootstrap-jail) .table > tfoot > tr.warning > td,
:where(.bootstrap-jail) .table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
:where(.bootstrap-jail) .table-hover > tbody > tr > td.warning:hover,
:where(.bootstrap-jail) .table-hover > tbody > tr > th.warning:hover,
:where(.bootstrap-jail) .table-hover > tbody > tr.warning:hover > td,
:where(.bootstrap-jail) .table-hover > tbody > tr:hover > .warning,
:where(.bootstrap-jail) .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
:where(.bootstrap-jail) .table > thead > tr > td.danger,
:where(.bootstrap-jail) .table > thead > tr > th.danger,
:where(.bootstrap-jail) .table > thead > tr.danger > td,
:where(.bootstrap-jail) .table > thead > tr.danger > th,
:where(.bootstrap-jail) .table > tbody > tr > td.danger,
:where(.bootstrap-jail) .table > tbody > tr > th.danger,
:where(.bootstrap-jail) .table > tbody > tr.danger > td,
:where(.bootstrap-jail) .table > tbody > tr.danger > th,
:where(.bootstrap-jail) .table > tfoot > tr > td.danger,
:where(.bootstrap-jail) .table > tfoot > tr > th.danger,
:where(.bootstrap-jail) .table > tfoot > tr.danger > td,
:where(.bootstrap-jail) .table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
:where(.bootstrap-jail) .table-hover > tbody > tr > td.danger:hover,
:where(.bootstrap-jail) .table-hover > tbody > tr > th.danger:hover,
:where(.bootstrap-jail) .table-hover > tbody > tr.danger:hover > td,
:where(.bootstrap-jail) .table-hover > tbody > tr:hover > .danger,
:where(.bootstrap-jail) .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
:where(.bootstrap-jail) .table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  :where(.bootstrap-jail) .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

  :where(.bootstrap-jail) .table-responsive > .table {
    margin-bottom: 0;
  }

  :where(.bootstrap-jail) .table-responsive > .table > thead > tr > th,
  :where(.bootstrap-jail) .table-responsive > .table > thead > tr > td,
  :where(.bootstrap-jail) .table-responsive > .table > tbody > tr > th,
  :where(.bootstrap-jail) .table-responsive > .table > tbody > tr > td,
  :where(.bootstrap-jail) .table-responsive > .table > tfoot > tr > th,
  :where(.bootstrap-jail) .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  :where(.bootstrap-jail) .table-responsive > .table-bordered {
    border: 0;
  }

  :where(.bootstrap-jail)
    .table-responsive
    > .table-bordered
    > thead
    > tr
    > th:first-child,
  :where(.bootstrap-jail)
    .table-responsive
    > .table-bordered
    > thead
    > tr
    > td:first-child,
  :where(.bootstrap-jail)
    .table-responsive
    > .table-bordered
    > tbody
    > tr
    > th:first-child,
  :where(.bootstrap-jail)
    .table-responsive
    > .table-bordered
    > tbody
    > tr
    > td:first-child,
  :where(.bootstrap-jail)
    .table-responsive
    > .table-bordered
    > tfoot
    > tr
    > th:first-child,
  :where(.bootstrap-jail)
    .table-responsive
    > .table-bordered
    > tfoot
    > tr
    > td:first-child {
    border-left: 0;
  }

  :where(.bootstrap-jail)
    .table-responsive
    > .table-bordered
    > thead
    > tr
    > th:last-child,
  :where(.bootstrap-jail)
    .table-responsive
    > .table-bordered
    > thead
    > tr
    > td:last-child,
  :where(.bootstrap-jail)
    .table-responsive
    > .table-bordered
    > tbody
    > tr
    > th:last-child,
  :where(.bootstrap-jail)
    .table-responsive
    > .table-bordered
    > tbody
    > tr
    > td:last-child,
  :where(.bootstrap-jail)
    .table-responsive
    > .table-bordered
    > tfoot
    > tr
    > th:last-child,
  :where(.bootstrap-jail)
    .table-responsive
    > .table-bordered
    > tfoot
    > tr
    > td:last-child {
    border-right: 0;
  }

  :where(.bootstrap-jail)
    .table-responsive
    > .table-bordered
    > tbody
    > tr:last-child
    > th,
  :where(.bootstrap-jail)
    .table-responsive
    > .table-bordered
    > tbody
    > tr:last-child
    > td,
  :where(.bootstrap-jail)
    .table-responsive
    > .table-bordered
    > tfoot
    > tr:last-child
    > th,
  :where(.bootstrap-jail)
    .table-responsive
    > .table-bordered
    > tfoot
    > tr:last-child
    > td {
    border-bottom: 0;
  }
}
:where(.bootstrap-jail) fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
:where(.bootstrap-jail) legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
:where(.bootstrap-jail) label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
:where(.bootstrap-jail) input[type='search'] {
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}
:where(.bootstrap-jail) input[type='checkbox'] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
:where(.bootstrap-jail) input[type='radio'][disabled],
:where(.bootstrap-jail) input[type='radio'].disabled,
:where(.bootstrap-jail) fieldset[disabled] input[type='radio'],
:where(.bootstrap-jail) input[type='checkbox'][disabled],
:where(.bootstrap-jail) input[type='checkbox'].disabled,
:where(.bootstrap-jail) fieldset[disabled] input[type='checkbox'] {
  cursor: not-allowed;
}
:where(.bootstrap-jail) input[type='file'] {
  display: block;
}
:where(.bootstrap-jail) input[type='range'] {
  display: block;
  width: 100%;
}
:where(.bootstrap-jail) select[multiple],
:where(.bootstrap-jail) select[size] {
  height: auto;
}
:where(.bootstrap-jail) input[type='file']:focus,
:where(.bootstrap-jail) input[type='radio']:focus,
:where(.bootstrap-jail) input[type='checkbox']:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
:where(.bootstrap-jail) output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}
:where(.bootstrap-jail) .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
:where(.bootstrap-jail) .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
:where(.bootstrap-jail) .form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
:where(.bootstrap-jail) .form-control:-ms-input-placeholder {
  color: #999;
}
:where(.bootstrap-jail) .form-control::-webkit-input-placeholder {
  color: #999;
}
:where(.bootstrap-jail) .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
:where(.bootstrap-jail) .form-control[disabled],
:where(.bootstrap-jail) .form-control[readonly],
:where(.bootstrap-jail) fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
:where(.bootstrap-jail) .form-control[disabled],
:where(.bootstrap-jail) fieldset[disabled] .form-control {
  cursor: not-allowed;
}
:where(.bootstrap-jail) textarea.form-control {
  height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  :where(.bootstrap-jail) input[type='date'].form-control,
  :where(.bootstrap-jail) input[type='time'].form-control,
  :where(.bootstrap-jail) input[type='datetime-local'].form-control,
  :where(.bootstrap-jail) input[type='month'].form-control {
    line-height: 34px;
  }

  :where(.bootstrap-jail) input[type='date'].input-sm,
  :where(.bootstrap-jail) .input-group-sm > input.form-control[type='date'],
  :where(.bootstrap-jail)
    .input-group-sm
    > input.input-group-addon[type='date'],
  :where(.bootstrap-jail)
    .input-group-sm
    > .input-group-btn
    > input.btn[type='date'],
  :where(.bootstrap-jail) .input-group-sm input[type='date'],
  :where(.bootstrap-jail) input[type='time'].input-sm,
  :where(.bootstrap-jail) .input-group-sm > input.form-control[type='time'],
  :where(.bootstrap-jail)
    .input-group-sm
    > input.input-group-addon[type='time'],
  :where(.bootstrap-jail)
    .input-group-sm
    > .input-group-btn
    > input.btn[type='time'],
  :where(.bootstrap-jail) .input-group-sm input[type='time'],
  :where(.bootstrap-jail) input[type='datetime-local'].input-sm,
  :where(.bootstrap-jail)
    .input-group-sm
    > input.form-control[type='datetime-local'],
  :where(.bootstrap-jail)
    .input-group-sm
    > input.input-group-addon[type='datetime-local'],
  :where(.bootstrap-jail)
    .input-group-sm
    > .input-group-btn
    > input.btn[type='datetime-local'],
  :where(.bootstrap-jail) .input-group-sm input[type='datetime-local'],
  :where(.bootstrap-jail) input[type='month'].input-sm,
  :where(.bootstrap-jail) .input-group-sm > input.form-control[type='month'],
  :where(.bootstrap-jail)
    .input-group-sm
    > input.input-group-addon[type='month'],
  :where(.bootstrap-jail)
    .input-group-sm
    > .input-group-btn
    > input.btn[type='month'],
  :where(.bootstrap-jail) .input-group-sm input[type='month'] {
    line-height: 30px;
  }

  :where(.bootstrap-jail) input[type='date'].input-lg,
  :where(.bootstrap-jail) .input-group-lg > input.form-control[type='date'],
  :where(.bootstrap-jail)
    .input-group-lg
    > input.input-group-addon[type='date'],
  :where(.bootstrap-jail)
    .input-group-lg
    > .input-group-btn
    > input.btn[type='date'],
  :where(.bootstrap-jail) .input-group-lg input[type='date'],
  :where(.bootstrap-jail) input[type='time'].input-lg,
  :where(.bootstrap-jail) .input-group-lg > input.form-control[type='time'],
  :where(.bootstrap-jail)
    .input-group-lg
    > input.input-group-addon[type='time'],
  :where(.bootstrap-jail)
    .input-group-lg
    > .input-group-btn
    > input.btn[type='time'],
  :where(.bootstrap-jail) .input-group-lg input[type='time'],
  :where(.bootstrap-jail) input[type='datetime-local'].input-lg,
  :where(.bootstrap-jail)
    .input-group-lg
    > input.form-control[type='datetime-local'],
  :where(.bootstrap-jail)
    .input-group-lg
    > input.input-group-addon[type='datetime-local'],
  :where(.bootstrap-jail)
    .input-group-lg
    > .input-group-btn
    > input.btn[type='datetime-local'],
  :where(.bootstrap-jail) .input-group-lg input[type='datetime-local'],
  :where(.bootstrap-jail) input[type='month'].input-lg,
  :where(.bootstrap-jail) .input-group-lg > input.form-control[type='month'],
  :where(.bootstrap-jail)
    .input-group-lg
    > input.input-group-addon[type='month'],
  :where(.bootstrap-jail)
    .input-group-lg
    > .input-group-btn
    > input.btn[type='month'],
  :where(.bootstrap-jail) .input-group-lg input[type='month'] {
    line-height: 46px;
  }
}
:where(.bootstrap-jail) .form-group {
  margin-bottom: 15px;
}
:where(.bootstrap-jail) .radio,
:where(.bootstrap-jail) .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
:where(.bootstrap-jail) .radio.disabled label,
:where(.bootstrap-jail) fieldset[disabled] .radio label,
:where(.bootstrap-jail) .checkbox.disabled label,
:where(.bootstrap-jail) fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
:where(.bootstrap-jail) .radio label,
:where(.bootstrap-jail) .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
:where(.bootstrap-jail) .radio input[type='radio'],
:where(.bootstrap-jail) .radio-inline input[type='radio'],
:where(.bootstrap-jail) .checkbox input[type='checkbox'],
:where(.bootstrap-jail) .checkbox-inline input[type='checkbox'] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
:where(.bootstrap-jail) .radio + .radio,
:where(.bootstrap-jail) .checkbox + .checkbox {
  margin-top: -5px;
}
:where(.bootstrap-jail) .radio-inline,
:where(.bootstrap-jail) .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
:where(.bootstrap-jail) .radio-inline.disabled,
:where(.bootstrap-jail) fieldset[disabled] .radio-inline,
:where(.bootstrap-jail) .checkbox-inline.disabled,
:where(.bootstrap-jail) fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
:where(.bootstrap-jail) .radio-inline + .radio-inline,
:where(.bootstrap-jail) .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
:where(.bootstrap-jail) .form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
:where(.bootstrap-jail) .form-control-static.input-lg,
:where(.bootstrap-jail) .input-group-lg > .form-control-static.form-control,
:where(.bootstrap-jail)
  .input-group-lg
  > .form-control-static.input-group-addon,
:where(.bootstrap-jail)
  .input-group-lg
  > .input-group-btn
  > .form-control-static.btn,
:where(.bootstrap-jail) .form-control-static.input-sm,
:where(.bootstrap-jail) .input-group-sm > .form-control-static.form-control,
:where(.bootstrap-jail)
  .input-group-sm
  > .form-control-static.input-group-addon,
:where(.bootstrap-jail)
  .input-group-sm
  > .input-group-btn
  > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}
:where(.bootstrap-jail) .input-sm,
:where(.bootstrap-jail) .input-group-sm > .form-control,
:where(.bootstrap-jail) .input-group-sm > .input-group-addon,
:where(.bootstrap-jail) .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
:where(.bootstrap-jail) select.input-sm,
:where(.bootstrap-jail) .input-group-sm > select.form-control,
:where(.bootstrap-jail) .input-group-sm > select.input-group-addon,
:where(.bootstrap-jail) .input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}
:where(.bootstrap-jail) textarea.input-sm,
:where(.bootstrap-jail) .input-group-sm > textarea.form-control,
:where(.bootstrap-jail) .input-group-sm > textarea.input-group-addon,
:where(.bootstrap-jail) .input-group-sm > .input-group-btn > textarea.btn,
:where(.bootstrap-jail) select[multiple].input-sm,
:where(.bootstrap-jail) .input-group-sm > select.form-control[multiple],
:where(.bootstrap-jail) .input-group-sm > select.input-group-addon[multiple],
:where(.bootstrap-jail)
  .input-group-sm
  > .input-group-btn
  > select.btn[multiple] {
  height: auto;
}
:where(.bootstrap-jail) .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
:where(.bootstrap-jail) .form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
:where(.bootstrap-jail) .form-group-sm textarea.form-control,
:where(.bootstrap-jail) .form-group-sm select[multiple].form-control {
  height: auto;
}
:where(.bootstrap-jail) .form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
:where(.bootstrap-jail) .input-lg,
:where(.bootstrap-jail) .input-group-lg > .form-control,
:where(.bootstrap-jail) .input-group-lg > .input-group-addon,
:where(.bootstrap-jail) .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}
:where(.bootstrap-jail) select.input-lg,
:where(.bootstrap-jail) .input-group-lg > select.form-control,
:where(.bootstrap-jail) .input-group-lg > select.input-group-addon,
:where(.bootstrap-jail) .input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}
:where(.bootstrap-jail) textarea.input-lg,
:where(.bootstrap-jail) .input-group-lg > textarea.form-control,
:where(.bootstrap-jail) .input-group-lg > textarea.input-group-addon,
:where(.bootstrap-jail) .input-group-lg > .input-group-btn > textarea.btn,
:where(.bootstrap-jail) select[multiple].input-lg,
:where(.bootstrap-jail) .input-group-lg > select.form-control[multiple],
:where(.bootstrap-jail) .input-group-lg > select.input-group-addon[multiple],
:where(.bootstrap-jail)
  .input-group-lg
  > .input-group-btn
  > select.btn[multiple] {
  height: auto;
}
:where(.bootstrap-jail) .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}
:where(.bootstrap-jail) .form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
:where(.bootstrap-jail) .form-group-lg textarea.form-control,
:where(.bootstrap-jail) .form-group-lg select[multiple].form-control {
  height: auto;
}
:where(.bootstrap-jail) .form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}
:where(.bootstrap-jail) .has-feedback {
  position: relative;
}
:where(.bootstrap-jail) .has-feedback .form-control {
  padding-right: 42.5px;
}
:where(.bootstrap-jail) .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
:where(.bootstrap-jail) .input-lg + .form-control-feedback,
:where(.bootstrap-jail)
  .input-group-lg
  > .form-control
  + .form-control-feedback,
:where(.bootstrap-jail)
  .input-group-lg
  > .input-group-addon
  + .form-control-feedback,
:where(.bootstrap-jail)
  .input-group-lg
  > .input-group-btn
  > .btn
  + .form-control-feedback,
:where(.bootstrap-jail) .input-group-lg + .form-control-feedback,
:where(.bootstrap-jail) .form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
:where(.bootstrap-jail) .input-sm + .form-control-feedback,
:where(.bootstrap-jail)
  .input-group-sm
  > .form-control
  + .form-control-feedback,
:where(.bootstrap-jail)
  .input-group-sm
  > .input-group-addon
  + .form-control-feedback,
:where(.bootstrap-jail)
  .input-group-sm
  > .input-group-btn
  > .btn
  + .form-control-feedback,
:where(.bootstrap-jail) .input-group-sm + .form-control-feedback,
:where(.bootstrap-jail) .form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
:where(.bootstrap-jail) .has-success .help-block,
:where(.bootstrap-jail) .has-success .control-label,
:where(.bootstrap-jail) .has-success .radio,
:where(.bootstrap-jail) .has-success .checkbox,
:where(.bootstrap-jail) .has-success .radio-inline,
:where(.bootstrap-jail) .has-success .checkbox-inline,
:where(.bootstrap-jail) .has-success.radio label,
:where(.bootstrap-jail) .has-success.checkbox label,
:where(.bootstrap-jail) .has-success.radio-inline label,
:where(.bootstrap-jail) .has-success.checkbox-inline label {
  color: #3c763d;
}
:where(.bootstrap-jail) .has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
:where(.bootstrap-jail) .has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
:where(.bootstrap-jail) .has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
:where(.bootstrap-jail) .has-success .form-control-feedback {
  color: #3c763d;
}
:where(.bootstrap-jail) .has-warning .help-block,
:where(.bootstrap-jail) .has-warning .control-label,
:where(.bootstrap-jail) .has-warning .radio,
:where(.bootstrap-jail) .has-warning .checkbox,
:where(.bootstrap-jail) .has-warning .radio-inline,
:where(.bootstrap-jail) .has-warning .checkbox-inline,
:where(.bootstrap-jail) .has-warning.radio label,
:where(.bootstrap-jail) .has-warning.checkbox label,
:where(.bootstrap-jail) .has-warning.radio-inline label,
:where(.bootstrap-jail) .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
:where(.bootstrap-jail) .has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
:where(.bootstrap-jail) .has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
:where(.bootstrap-jail) .has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
:where(.bootstrap-jail) .has-warning .form-control-feedback {
  color: #8a6d3b;
}
:where(.bootstrap-jail) .has-error .help-block,
:where(.bootstrap-jail) .has-error .control-label,
:where(.bootstrap-jail) .has-error .radio,
:where(.bootstrap-jail) .has-error .checkbox,
:where(.bootstrap-jail) .has-error .radio-inline,
:where(.bootstrap-jail) .has-error .checkbox-inline,
:where(.bootstrap-jail) .has-error.radio label,
:where(.bootstrap-jail) .has-error.checkbox label,
:where(.bootstrap-jail) .has-error.radio-inline label,
:where(.bootstrap-jail) .has-error.checkbox-inline label {
  color: #a94442;
}
:where(.bootstrap-jail) .has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
:where(.bootstrap-jail) .has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
:where(.bootstrap-jail) .has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
:where(.bootstrap-jail) .has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
:where(.bootstrap-jail) .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  :where(.bootstrap-jail) .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  :where(.bootstrap-jail) .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  :where(.bootstrap-jail) .form-inline .form-control-static {
    display: inline-block;
  }

  :where(.bootstrap-jail) .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  :where(.bootstrap-jail) .form-inline .input-group .input-group-addon,
  :where(.bootstrap-jail) .form-inline .input-group .input-group-btn,
  :where(.bootstrap-jail) .form-inline .input-group .form-control {
    width: auto;
  }

  :where(.bootstrap-jail) .form-inline .input-group > .form-control {
    width: 100%;
  }

  :where(.bootstrap-jail) .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  :where(.bootstrap-jail) .form-inline .radio,
  :where(.bootstrap-jail) .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  :where(.bootstrap-jail) .form-inline .radio label,
  :where(.bootstrap-jail) .form-inline .checkbox label {
    padding-left: 0;
  }

  :where(.bootstrap-jail) .form-inline .radio input[type='radio'],
  :where(.bootstrap-jail) .form-inline .checkbox input[type='checkbox'] {
    position: relative;
    margin-left: 0;
  }

  :where(.bootstrap-jail) .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
:where(.bootstrap-jail) .form-horizontal .radio,
:where(.bootstrap-jail) .form-horizontal .checkbox,
:where(.bootstrap-jail) .form-horizontal .radio-inline,
:where(.bootstrap-jail) .form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
:where(.bootstrap-jail) .form-horizontal .radio,
:where(.bootstrap-jail) .form-horizontal .checkbox {
  min-height: 27px;
}
:where(.bootstrap-jail) .form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
:where(.bootstrap-jail) .form-horizontal .form-group:before,
:where(.bootstrap-jail) .form-horizontal .form-group:after {
  display: table;
  content: ' ';
}
:where(.bootstrap-jail) .form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  :where(.bootstrap-jail) .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
:where(.bootstrap-jail) .form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  :where(.bootstrap-jail) .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  :where(.bootstrap-jail) .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
:where(.bootstrap-jail) .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  user-select: none;
}
:where(.bootstrap-jail) .btn:focus,
:where(.bootstrap-jail) .btn.focus,
:where(.bootstrap-jail) .btn:active:focus,
:where(.bootstrap-jail) .btn:active.focus,
:where(.bootstrap-jail) .btn.active:focus,
:where(.bootstrap-jail) .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
:where(.bootstrap-jail) .btn:hover,
:where(.bootstrap-jail) .btn:focus,
:where(.bootstrap-jail) .btn.focus {
  color: #333;
  text-decoration: none;
}
:where(.bootstrap-jail) .btn:active,
:where(.bootstrap-jail) .btn.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
:where(.bootstrap-jail) .btn.disabled,
:where(.bootstrap-jail) .btn[disabled],
:where(.bootstrap-jail) fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}
:where(.bootstrap-jail) a.btn.disabled,
:where(.bootstrap-jail) fieldset[disabled] a.btn {
  pointer-events: none;
}
:where(.bootstrap-jail) .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
:where(.bootstrap-jail) .btn-default:focus,
:where(.bootstrap-jail) .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
:where(.bootstrap-jail) .btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
:where(.bootstrap-jail) .btn-default:active,
:where(.bootstrap-jail) .btn-default.active,
:where(.bootstrap-jail) .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
:where(.bootstrap-jail) .btn-default:active:hover,
:where(.bootstrap-jail) .btn-default:active:focus,
:where(.bootstrap-jail) .btn-default:active.focus,
:where(.bootstrap-jail) .btn-default.active:hover,
:where(.bootstrap-jail) .btn-default.active:focus,
:where(.bootstrap-jail) .btn-default.active.focus,
:where(.bootstrap-jail) .open > .btn-default.dropdown-toggle:hover,
:where(.bootstrap-jail) .open > .btn-default.dropdown-toggle:focus,
:where(.bootstrap-jail) .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
:where(.bootstrap-jail) .btn-default.disabled:hover,
:where(.bootstrap-jail) .btn-default.disabled:focus,
:where(.bootstrap-jail) .btn-default.disabled.focus,
:where(.bootstrap-jail) .btn-default[disabled]:hover,
:where(.bootstrap-jail) .btn-default[disabled]:focus,
:where(.bootstrap-jail) .btn-default[disabled].focus,
:where(.bootstrap-jail) fieldset[disabled] .btn-default:hover,
:where(.bootstrap-jail) fieldset[disabled] .btn-default:focus,
:where(.bootstrap-jail) fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
:where(.bootstrap-jail) .btn-default .badge {
  color: #fff;
  background-color: #333;
}
:where(.bootstrap-jail) .btn-primary {
  color: #606060;
  background-color: #fec53d;
  border-color: #febd24;
}
:where(.bootstrap-jail) .btn-primary:focus,
:where(.bootstrap-jail) .btn-primary.focus {
  color: #606060;
  background-color: #feb60a;
  border-color: #a17201;
}
:where(.bootstrap-jail) .btn-primary:hover {
  color: #606060;
  background-color: #feb60a;
  border-color: #e3a001;
}
:where(.bootstrap-jail) .btn-primary:active,
:where(.bootstrap-jail) .btn-primary.active,
:where(.bootstrap-jail) .open > .btn-primary.dropdown-toggle {
  color: #606060;
  background-color: #feb60a;
  background-image: none;
  border-color: #e3a001;
}
:where(.bootstrap-jail) .btn-primary:active:hover,
:where(.bootstrap-jail) .btn-primary:active:focus,
:where(.bootstrap-jail) .btn-primary:active.focus,
:where(.bootstrap-jail) .btn-primary.active:hover,
:where(.bootstrap-jail) .btn-primary.active:focus,
:where(.bootstrap-jail) .btn-primary.active.focus,
:where(.bootstrap-jail) .open > .btn-primary.dropdown-toggle:hover,
:where(.bootstrap-jail) .open > .btn-primary.dropdown-toggle:focus,
:where(.bootstrap-jail) .open > .btn-primary.dropdown-toggle.focus {
  color: #606060;
  background-color: #e3a001;
  border-color: #a17201;
}
:where(.bootstrap-jail) .btn-primary.disabled:hover,
:where(.bootstrap-jail) .btn-primary.disabled:focus,
:where(.bootstrap-jail) .btn-primary.disabled.focus,
:where(.bootstrap-jail) .btn-primary[disabled]:hover,
:where(.bootstrap-jail) .btn-primary[disabled]:focus,
:where(.bootstrap-jail) .btn-primary[disabled].focus,
:where(.bootstrap-jail) fieldset[disabled] .btn-primary:hover,
:where(.bootstrap-jail) fieldset[disabled] .btn-primary:focus,
:where(.bootstrap-jail) fieldset[disabled] .btn-primary.focus {
  background-color: #fec53d;
  border-color: #febd24;
}
:where(.bootstrap-jail) .btn-primary .badge {
  color: #fec53d;
  background-color: #606060;
}
:where(.bootstrap-jail) .btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
:where(.bootstrap-jail) .btn-success:focus,
:where(.bootstrap-jail) .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
:where(.bootstrap-jail) .btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
:where(.bootstrap-jail) .btn-success:active,
:where(.bootstrap-jail) .btn-success.active,
:where(.bootstrap-jail) .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}
:where(.bootstrap-jail) .btn-success:active:hover,
:where(.bootstrap-jail) .btn-success:active:focus,
:where(.bootstrap-jail) .btn-success:active.focus,
:where(.bootstrap-jail) .btn-success.active:hover,
:where(.bootstrap-jail) .btn-success.active:focus,
:where(.bootstrap-jail) .btn-success.active.focus,
:where(.bootstrap-jail) .open > .btn-success.dropdown-toggle:hover,
:where(.bootstrap-jail) .open > .btn-success.dropdown-toggle:focus,
:where(.bootstrap-jail) .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
:where(.bootstrap-jail) .btn-success.disabled:hover,
:where(.bootstrap-jail) .btn-success.disabled:focus,
:where(.bootstrap-jail) .btn-success.disabled.focus,
:where(.bootstrap-jail) .btn-success[disabled]:hover,
:where(.bootstrap-jail) .btn-success[disabled]:focus,
:where(.bootstrap-jail) .btn-success[disabled].focus,
:where(.bootstrap-jail) fieldset[disabled] .btn-success:hover,
:where(.bootstrap-jail) fieldset[disabled] .btn-success:focus,
:where(.bootstrap-jail) fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
:where(.bootstrap-jail) .btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
:where(.bootstrap-jail) .btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
:where(.bootstrap-jail) .btn-info:focus,
:where(.bootstrap-jail) .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
:where(.bootstrap-jail) .btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
:where(.bootstrap-jail) .btn-info:active,
:where(.bootstrap-jail) .btn-info.active,
:where(.bootstrap-jail) .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}
:where(.bootstrap-jail) .btn-info:active:hover,
:where(.bootstrap-jail) .btn-info:active:focus,
:where(.bootstrap-jail) .btn-info:active.focus,
:where(.bootstrap-jail) .btn-info.active:hover,
:where(.bootstrap-jail) .btn-info.active:focus,
:where(.bootstrap-jail) .btn-info.active.focus,
:where(.bootstrap-jail) .open > .btn-info.dropdown-toggle:hover,
:where(.bootstrap-jail) .open > .btn-info.dropdown-toggle:focus,
:where(.bootstrap-jail) .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
:where(.bootstrap-jail) .btn-info.disabled:hover,
:where(.bootstrap-jail) .btn-info.disabled:focus,
:where(.bootstrap-jail) .btn-info.disabled.focus,
:where(.bootstrap-jail) .btn-info[disabled]:hover,
:where(.bootstrap-jail) .btn-info[disabled]:focus,
:where(.bootstrap-jail) .btn-info[disabled].focus,
:where(.bootstrap-jail) fieldset[disabled] .btn-info:hover,
:where(.bootstrap-jail) fieldset[disabled] .btn-info:focus,
:where(.bootstrap-jail) fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
:where(.bootstrap-jail) .btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
:where(.bootstrap-jail) .btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
:where(.bootstrap-jail) .btn-warning:focus,
:where(.bootstrap-jail) .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
:where(.bootstrap-jail) .btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
:where(.bootstrap-jail) .btn-warning:active,
:where(.bootstrap-jail) .btn-warning.active,
:where(.bootstrap-jail) .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}
:where(.bootstrap-jail) .btn-warning:active:hover,
:where(.bootstrap-jail) .btn-warning:active:focus,
:where(.bootstrap-jail) .btn-warning:active.focus,
:where(.bootstrap-jail) .btn-warning.active:hover,
:where(.bootstrap-jail) .btn-warning.active:focus,
:where(.bootstrap-jail) .btn-warning.active.focus,
:where(.bootstrap-jail) .open > .btn-warning.dropdown-toggle:hover,
:where(.bootstrap-jail) .open > .btn-warning.dropdown-toggle:focus,
:where(.bootstrap-jail) .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
:where(.bootstrap-jail) .btn-warning.disabled:hover,
:where(.bootstrap-jail) .btn-warning.disabled:focus,
:where(.bootstrap-jail) .btn-warning.disabled.focus,
:where(.bootstrap-jail) .btn-warning[disabled]:hover,
:where(.bootstrap-jail) .btn-warning[disabled]:focus,
:where(.bootstrap-jail) .btn-warning[disabled].focus,
:where(.bootstrap-jail) fieldset[disabled] .btn-warning:hover,
:where(.bootstrap-jail) fieldset[disabled] .btn-warning:focus,
:where(.bootstrap-jail) fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
:where(.bootstrap-jail) .btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
:where(.bootstrap-jail) .btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
:where(.bootstrap-jail) .btn-danger:focus,
:where(.bootstrap-jail) .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
:where(.bootstrap-jail) .btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
:where(.bootstrap-jail) .btn-danger:active,
:where(.bootstrap-jail) .btn-danger.active,
:where(.bootstrap-jail) .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}
:where(.bootstrap-jail) .btn-danger:active:hover,
:where(.bootstrap-jail) .btn-danger:active:focus,
:where(.bootstrap-jail) .btn-danger:active.focus,
:where(.bootstrap-jail) .btn-danger.active:hover,
:where(.bootstrap-jail) .btn-danger.active:focus,
:where(.bootstrap-jail) .btn-danger.active.focus,
:where(.bootstrap-jail) .open > .btn-danger.dropdown-toggle:hover,
:where(.bootstrap-jail) .open > .btn-danger.dropdown-toggle:focus,
:where(.bootstrap-jail) .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
:where(.bootstrap-jail) .btn-danger.disabled:hover,
:where(.bootstrap-jail) .btn-danger.disabled:focus,
:where(.bootstrap-jail) .btn-danger.disabled.focus,
:where(.bootstrap-jail) .btn-danger[disabled]:hover,
:where(.bootstrap-jail) .btn-danger[disabled]:focus,
:where(.bootstrap-jail) .btn-danger[disabled].focus,
:where(.bootstrap-jail) fieldset[disabled] .btn-danger:hover,
:where(.bootstrap-jail) fieldset[disabled] .btn-danger:focus,
:where(.bootstrap-jail) fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
:where(.bootstrap-jail) .btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
:where(.bootstrap-jail) .btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}
:where(.bootstrap-jail) .btn-link,
:where(.bootstrap-jail) .btn-link:active,
:where(.bootstrap-jail) .btn-link.active,
:where(.bootstrap-jail) .btn-link[disabled],
:where(.bootstrap-jail) fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
:where(.bootstrap-jail) .btn-link,
:where(.bootstrap-jail) .btn-link:hover,
:where(.bootstrap-jail) .btn-link:focus,
:where(.bootstrap-jail) .btn-link:active {
  border-color: transparent;
}
:where(.bootstrap-jail) .btn-link:hover,
:where(.bootstrap-jail) .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
:where(.bootstrap-jail) .btn-link[disabled]:hover,
:where(.bootstrap-jail) .btn-link[disabled]:focus,
:where(.bootstrap-jail) fieldset[disabled] .btn-link:hover,
:where(.bootstrap-jail) fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
:where(.bootstrap-jail) .btn-lg,
:where(.bootstrap-jail) .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}
:where(.bootstrap-jail) .btn-sm,
:where(.bootstrap-jail) .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
:where(.bootstrap-jail) .btn-xs,
:where(.bootstrap-jail) .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
:where(.bootstrap-jail) .btn-block {
  display: block;
  width: 100%;
}
:where(.bootstrap-jail) .btn-block + .btn-block {
  margin-top: 5px;
}
:where(.bootstrap-jail) input[type='submit'].btn-block,
:where(.bootstrap-jail) input[type='reset'].btn-block,
:where(.bootstrap-jail) input[type='button'].btn-block {
  width: 100%;
}
:where(.bootstrap-jail) .fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
:where(.bootstrap-jail) .fade.in {
  opacity: 1;
}
:where(.bootstrap-jail) .collapse {
  display: none;
}
:where(.bootstrap-jail) .collapse.in {
  display: block;
}
:where(.bootstrap-jail) tr.collapse.in {
  display: table-row;
}
:where(.bootstrap-jail) tbody.collapse.in {
  display: table-row-group;
}
:where(.bootstrap-jail) .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
:where(.bootstrap-jail) .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
:where(.bootstrap-jail) .dropup,
:where(.bootstrap-jail) .dropdown {
  position: relative;
}
:where(.bootstrap-jail) .dropdown-toggle:focus {
  outline: 0;
}
:where(.bootstrap-jail) .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
:where(.bootstrap-jail) .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
:where(.bootstrap-jail) .dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
:where(.bootstrap-jail) .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}
:where(.bootstrap-jail) .dropdown-menu > li > a:hover,
:where(.bootstrap-jail) .dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
:where(.bootstrap-jail) .dropdown-menu > .active > a,
:where(.bootstrap-jail) .dropdown-menu > .active > a:hover,
:where(.bootstrap-jail) .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
:where(.bootstrap-jail) .dropdown-menu > .disabled > a,
:where(.bootstrap-jail) .dropdown-menu > .disabled > a:hover,
:where(.bootstrap-jail) .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
:where(.bootstrap-jail) .dropdown-menu > .disabled > a:hover,
:where(.bootstrap-jail) .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
:where(.bootstrap-jail) .open > .dropdown-menu {
  display: block;
}
:where(.bootstrap-jail) .open > a {
  outline: 0;
}
:where(.bootstrap-jail) .dropdown-menu-right {
  right: 0;
  left: auto;
}
:where(.bootstrap-jail) .dropdown-menu-left {
  right: auto;
  left: 0;
}
:where(.bootstrap-jail) .dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap;
}
:where(.bootstrap-jail) .dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
:where(.bootstrap-jail) .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
:where(.bootstrap-jail) .dropup .caret,
:where(.bootstrap-jail) .navbar-fixed-bottom .dropdown .caret {
  content: '';
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
:where(.bootstrap-jail) .dropup .dropdown-menu,
:where(.bootstrap-jail) .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  :where(.bootstrap-jail) .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  :where(.bootstrap-jail) .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
:where(.bootstrap-jail) .btn-group,
:where(.bootstrap-jail) .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
:where(.bootstrap-jail) .btn-group > .btn,
:where(.bootstrap-jail) .btn-group-vertical > .btn {
  position: relative;
  float: left;
}
:where(.bootstrap-jail) .btn-group > .btn:hover,
:where(.bootstrap-jail) .btn-group > .btn:focus,
:where(.bootstrap-jail) .btn-group > .btn:active,
:where(.bootstrap-jail) .btn-group > .btn.active,
:where(.bootstrap-jail) .btn-group-vertical > .btn:hover,
:where(.bootstrap-jail) .btn-group-vertical > .btn:focus,
:where(.bootstrap-jail) .btn-group-vertical > .btn:active,
:where(.bootstrap-jail) .btn-group-vertical > .btn.active {
  z-index: 2;
}
:where(.bootstrap-jail) .btn-group .btn + .btn,
:where(.bootstrap-jail) .btn-group .btn + .btn-group,
:where(.bootstrap-jail) .btn-group .btn-group + .btn,
:where(.bootstrap-jail) .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
:where(.bootstrap-jail) .btn-toolbar {
  margin-left: -5px;
}
:where(.bootstrap-jail) .btn-toolbar:before,
:where(.bootstrap-jail) .btn-toolbar:after {
  display: table;
  content: ' ';
}
:where(.bootstrap-jail) .btn-toolbar:after {
  clear: both;
}
:where(.bootstrap-jail) .btn-toolbar .btn,
:where(.bootstrap-jail) .btn-toolbar .btn-group,
:where(.bootstrap-jail) .btn-toolbar .input-group {
  float: left;
}
:where(.bootstrap-jail) .btn-toolbar > .btn,
:where(.bootstrap-jail) .btn-toolbar > .btn-group,
:where(.bootstrap-jail) .btn-toolbar > .input-group {
  margin-left: 5px;
}
:where(.bootstrap-jail)
  .btn-group
  > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
:where(.bootstrap-jail) .btn-group > .btn:first-child {
  margin-left: 0;
}
:where(.bootstrap-jail)
  .btn-group
  > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
:where(.bootstrap-jail) .btn-group > .btn:last-child:not(:first-child),
:where(.bootstrap-jail) .btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
:where(.bootstrap-jail) .btn-group > .btn-group {
  float: left;
}
:where(.bootstrap-jail)
  .btn-group
  > .btn-group:not(:first-child):not(:last-child)
  > .btn {
  border-radius: 0;
}
:where(.bootstrap-jail)
  .btn-group
  > .btn-group:first-child:not(:last-child)
  > .btn:last-child,
:where(.bootstrap-jail)
  .btn-group
  > .btn-group:first-child:not(:last-child)
  > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
:where(.bootstrap-jail)
  .btn-group
  > .btn-group:last-child:not(:first-child)
  > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
:where(.bootstrap-jail) .btn-group .dropdown-toggle:active,
:where(.bootstrap-jail) .btn-group.open .dropdown-toggle {
  outline: 0;
}
:where(.bootstrap-jail) .btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
:where(.bootstrap-jail) .btn-group > .btn-lg + .dropdown-toggle,
:where(.bootstrap-jail) .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
:where(.bootstrap-jail) .btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
:where(.bootstrap-jail) .btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}
:where(.bootstrap-jail) .btn .caret {
  margin-left: 0;
}
:where(.bootstrap-jail) .btn-lg .caret,
:where(.bootstrap-jail) .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
:where(.bootstrap-jail) .dropup .btn-lg .caret,
:where(.bootstrap-jail) .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}
:where(.bootstrap-jail) .btn-group-vertical > .btn,
:where(.bootstrap-jail) .btn-group-vertical > .btn-group,
:where(.bootstrap-jail) .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
:where(.bootstrap-jail) .btn-group-vertical > .btn-group:before,
:where(.bootstrap-jail) .btn-group-vertical > .btn-group:after {
  display: table;
  content: ' ';
}
:where(.bootstrap-jail) .btn-group-vertical > .btn-group:after {
  clear: both;
}
:where(.bootstrap-jail) .btn-group-vertical > .btn-group > .btn {
  float: none;
}
:where(.bootstrap-jail) .btn-group-vertical > .btn + .btn,
:where(.bootstrap-jail) .btn-group-vertical > .btn + .btn-group,
:where(.bootstrap-jail) .btn-group-vertical > .btn-group + .btn,
:where(.bootstrap-jail) .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
:where(.bootstrap-jail)
  .btn-group-vertical
  > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
:where(.bootstrap-jail)
  .btn-group-vertical
  > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
:where(.bootstrap-jail)
  .btn-group-vertical
  > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
:where(.bootstrap-jail)
  .btn-group-vertical
  > .btn-group:not(:first-child):not(:last-child)
  > .btn {
  border-radius: 0;
}
:where(.bootstrap-jail)
  .btn-group-vertical
  > .btn-group:first-child:not(:last-child)
  > .btn:last-child,
:where(.bootstrap-jail)
  .btn-group-vertical
  > .btn-group:first-child:not(:last-child)
  > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
:where(.bootstrap-jail)
  .btn-group-vertical
  > .btn-group:last-child:not(:first-child)
  > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
:where(.bootstrap-jail) .btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
:where(.bootstrap-jail) .btn-group-justified > .btn,
:where(.bootstrap-jail) .btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
:where(.bootstrap-jail) .btn-group-justified > .btn-group .btn {
  width: 100%;
}
:where(.bootstrap-jail) .btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
:where(.bootstrap-jail) [data-toggle='buttons'] > .btn input[type='radio'],
:where(.bootstrap-jail) [data-toggle='buttons'] > .btn input[type='checkbox'],
:where(.bootstrap-jail)
  [data-toggle='buttons']
  > .btn-group
  > .btn
  input[type='radio'],
:where(.bootstrap-jail)
  [data-toggle='buttons']
  > .btn-group
  > .btn
  input[type='checkbox'] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
:where(.bootstrap-jail) .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
:where(.bootstrap-jail) .input-group[class*='col-'] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
:where(.bootstrap-jail) .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
:where(.bootstrap-jail) .input-group .form-control:focus {
  z-index: 3;
}
:where(.bootstrap-jail) .input-group-addon,
:where(.bootstrap-jail) .input-group-btn,
:where(.bootstrap-jail) .input-group .form-control {
  display: table-cell;
}
:where(.bootstrap-jail) .input-group-addon:not(:first-child):not(:last-child),
:where(.bootstrap-jail) .input-group-btn:not(:first-child):not(:last-child),
:where(.bootstrap-jail)
  .input-group
  .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
:where(.bootstrap-jail) .input-group-addon,
:where(.bootstrap-jail) .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
:where(.bootstrap-jail) .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
:where(.bootstrap-jail) .input-group-addon.input-sm,
:where(.bootstrap-jail) .input-group-sm > .input-group-addon,
:where(.bootstrap-jail)
  .input-group-sm
  > .input-group-btn
  > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
:where(.bootstrap-jail) .input-group-addon.input-lg,
:where(.bootstrap-jail) .input-group-lg > .input-group-addon,
:where(.bootstrap-jail)
  .input-group-lg
  > .input-group-btn
  > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
:where(.bootstrap-jail) .input-group-addon input[type='radio'],
:where(.bootstrap-jail) .input-group-addon input[type='checkbox'] {
  margin-top: 0;
}
:where(.bootstrap-jail) .input-group .form-control:first-child,
:where(.bootstrap-jail) .input-group-addon:first-child,
:where(.bootstrap-jail) .input-group-btn:first-child > .btn,
:where(.bootstrap-jail) .input-group-btn:first-child > .btn-group > .btn,
:where(.bootstrap-jail) .input-group-btn:first-child > .dropdown-toggle,
:where(.bootstrap-jail)
  .input-group-btn:last-child
  > .btn:not(:last-child):not(.dropdown-toggle),
:where(.bootstrap-jail)
  .input-group-btn:last-child
  > .btn-group:not(:last-child)
  > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
:where(.bootstrap-jail) .input-group-addon:first-child {
  border-right: 0;
}
:where(.bootstrap-jail) .input-group .form-control:last-child,
:where(.bootstrap-jail) .input-group-addon:last-child,
:where(.bootstrap-jail) .input-group-btn:last-child > .btn,
:where(.bootstrap-jail) .input-group-btn:last-child > .btn-group > .btn,
:where(.bootstrap-jail) .input-group-btn:last-child > .dropdown-toggle,
:where(.bootstrap-jail) .input-group-btn:first-child > .btn:not(:first-child),
:where(.bootstrap-jail)
  .input-group-btn:first-child
  > .btn-group:not(:first-child)
  > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
:where(.bootstrap-jail) .input-group-addon:last-child {
  border-left: 0;
}
:where(.bootstrap-jail) .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
:where(.bootstrap-jail) .input-group-btn > .btn {
  position: relative;
}
:where(.bootstrap-jail) .input-group-btn > .btn + .btn {
  margin-left: -1px;
}
:where(.bootstrap-jail) .input-group-btn > .btn:hover,
:where(.bootstrap-jail) .input-group-btn > .btn:focus,
:where(.bootstrap-jail) .input-group-btn > .btn:active {
  z-index: 2;
}
:where(.bootstrap-jail) .input-group-btn:first-child > .btn,
:where(.bootstrap-jail) .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
:where(.bootstrap-jail) .input-group-btn:last-child > .btn,
:where(.bootstrap-jail) .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
:where(.bootstrap-jail) .nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
:where(.bootstrap-jail) .nav:before,
:where(.bootstrap-jail) .nav:after {
  display: table;
  content: ' ';
}
:where(.bootstrap-jail) .nav:after {
  clear: both;
}
:where(.bootstrap-jail) .nav > li {
  position: relative;
  display: block;
}
:where(.bootstrap-jail) .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
:where(.bootstrap-jail) .nav > li > a:hover,
:where(.bootstrap-jail) .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
:where(.bootstrap-jail) .nav > li.disabled > a {
  color: #777777;
}
:where(.bootstrap-jail) .nav > li.disabled > a:hover,
:where(.bootstrap-jail) .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
:where(.bootstrap-jail) .nav .open > a,
:where(.bootstrap-jail) .nav .open > a:hover,
:where(.bootstrap-jail) .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
:where(.bootstrap-jail) .nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
:where(.bootstrap-jail) .nav > li > a > img {
  max-width: none;
}
:where(.bootstrap-jail) .nav-tabs {
  border-bottom: 1px solid #ddd;
}
:where(.bootstrap-jail) .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
:where(.bootstrap-jail) .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
:where(.bootstrap-jail) .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
:where(.bootstrap-jail) .nav-tabs > li.active > a,
:where(.bootstrap-jail) .nav-tabs > li.active > a:hover,
:where(.bootstrap-jail) .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
:where(.bootstrap-jail) .nav-pills > li {
  float: left;
}
:where(.bootstrap-jail) .nav-pills > li > a {
  border-radius: 4px;
}
:where(.bootstrap-jail) .nav-pills > li + li {
  margin-left: 2px;
}
:where(.bootstrap-jail) .nav-pills > li.active > a,
:where(.bootstrap-jail) .nav-pills > li.active > a:hover,
:where(.bootstrap-jail) .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
:where(.bootstrap-jail) .nav-stacked > li {
  float: none;
}
:where(.bootstrap-jail) .nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
:where(.bootstrap-jail) .nav-justified,
:where(.bootstrap-jail) .nav-tabs.nav-justified {
  width: 100%;
}
:where(.bootstrap-jail) .nav-justified > li,
:where(.bootstrap-jail) .nav-tabs.nav-justified > li {
  float: none;
}
:where(.bootstrap-jail) .nav-justified > li > a,
:where(.bootstrap-jail) .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
:where(.bootstrap-jail) .nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  :where(.bootstrap-jail) .nav-justified > li,
  :where(.bootstrap-jail) .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  :where(.bootstrap-jail) .nav-justified > li > a,
  :where(.bootstrap-jail) .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
:where(.bootstrap-jail) .nav-tabs-justified,
:where(.bootstrap-jail) .nav-tabs.nav-justified {
  border-bottom: 0;
}
:where(.bootstrap-jail) .nav-tabs-justified > li > a,
:where(.bootstrap-jail) .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
:where(.bootstrap-jail) .nav-tabs-justified > .active > a,
:where(.bootstrap-jail) .nav-tabs.nav-justified > .active > a,
:where(.bootstrap-jail) .nav-tabs-justified > .active > a:hover,
:where(.bootstrap-jail) .nav-tabs.nav-justified > .active > a:hover,
:where(.bootstrap-jail) .nav-tabs-justified > .active > a:focus,
:where(.bootstrap-jail) .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  :where(.bootstrap-jail) .nav-tabs-justified > li > a,
  :where(.bootstrap-jail) .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  :where(.bootstrap-jail) .nav-tabs-justified > .active > a,
  :where(.bootstrap-jail) .nav-tabs.nav-justified > .active > a,
  :where(.bootstrap-jail) .nav-tabs-justified > .active > a:hover,
  :where(.bootstrap-jail) .nav-tabs.nav-justified > .active > a:hover,
  :where(.bootstrap-jail) .nav-tabs-justified > .active > a:focus,
  :where(.bootstrap-jail) .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
:where(.bootstrap-jail) .tab-content > .tab-pane {
  display: none;
}
:where(.bootstrap-jail) .tab-content > .active {
  display: block;
}
:where(.bootstrap-jail) .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
:where(.bootstrap-jail) .navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
:where(.bootstrap-jail) .navbar:before,
:where(.bootstrap-jail) .navbar:after {
  display: table;
  content: ' ';
}
:where(.bootstrap-jail) .navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  :where(.bootstrap-jail) .navbar {
    border-radius: 4px;
  }
}
:where(.bootstrap-jail) .navbar-header:before,
:where(.bootstrap-jail) .navbar-header:after {
  display: table;
  content: ' ';
}
:where(.bootstrap-jail) .navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  :where(.bootstrap-jail) .navbar-header {
    float: left;
  }
}
:where(.bootstrap-jail) .navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
:where(.bootstrap-jail) .navbar-collapse:before,
:where(.bootstrap-jail) .navbar-collapse:after {
  display: table;
  content: ' ';
}
:where(.bootstrap-jail) .navbar-collapse:after {
  clear: both;
}
:where(.bootstrap-jail) .navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  :where(.bootstrap-jail) .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  :where(.bootstrap-jail) .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  :where(.bootstrap-jail) .navbar-collapse.in {
    overflow-y: visible;
  }

  :where(.bootstrap-jail) .navbar-fixed-top .navbar-collapse,
  :where(.bootstrap-jail) .navbar-static-top .navbar-collapse,
  :where(.bootstrap-jail) .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
:where(.bootstrap-jail) .navbar-fixed-top,
:where(.bootstrap-jail) .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
:where(.bootstrap-jail) .navbar-fixed-top .navbar-collapse,
:where(.bootstrap-jail) .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  :where(.bootstrap-jail) .navbar-fixed-top .navbar-collapse,
  :where(.bootstrap-jail) .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@media (min-width: 768px) {
  :where(.bootstrap-jail) .navbar-fixed-top,
  :where(.bootstrap-jail) .navbar-fixed-bottom {
    border-radius: 0;
  }
}
:where(.bootstrap-jail) .navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
:where(.bootstrap-jail) .navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
:where(.bootstrap-jail) .container > .navbar-header,
:where(.bootstrap-jail) .container > .navbar-collapse,
:where(.bootstrap-jail) .container-fluid > .navbar-header,
:where(.bootstrap-jail) .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  :where(.bootstrap-jail) .container > .navbar-header,
  :where(.bootstrap-jail) .container > .navbar-collapse,
  :where(.bootstrap-jail) .container-fluid > .navbar-header,
  :where(.bootstrap-jail) .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
:where(.bootstrap-jail) .navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  :where(.bootstrap-jail) .navbar-static-top {
    border-radius: 0;
  }
}
:where(.bootstrap-jail) .navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
:where(.bootstrap-jail) .navbar-brand:hover,
:where(.bootstrap-jail) .navbar-brand:focus {
  text-decoration: none;
}
:where(.bootstrap-jail) .navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  :where(.bootstrap-jail) .navbar > .container .navbar-brand,
  :where(.bootstrap-jail) .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
:where(.bootstrap-jail) .navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
:where(.bootstrap-jail) .navbar-toggle:focus {
  outline: 0;
}
:where(.bootstrap-jail) .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
:where(.bootstrap-jail) .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  :where(.bootstrap-jail) .navbar-toggle {
    display: none;
  }
}
:where(.bootstrap-jail) .navbar-nav {
  margin: 7.5px -15px;
}
:where(.bootstrap-jail) .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  :where(.bootstrap-jail) .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  :where(.bootstrap-jail) .navbar-nav .open .dropdown-menu > li > a,
  :where(.bootstrap-jail) .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  :where(.bootstrap-jail) .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }

  :where(.bootstrap-jail) .navbar-nav .open .dropdown-menu > li > a:hover,
  :where(.bootstrap-jail) .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  :where(.bootstrap-jail) .navbar-nav {
    float: left;
    margin: 0;
  }

  :where(.bootstrap-jail) .navbar-nav > li {
    float: left;
  }

  :where(.bootstrap-jail) .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
:where(.bootstrap-jail) .navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  :where(.bootstrap-jail) .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  :where(.bootstrap-jail) .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  :where(.bootstrap-jail) .navbar-form .form-control-static {
    display: inline-block;
  }

  :where(.bootstrap-jail) .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  :where(.bootstrap-jail) .navbar-form .input-group .input-group-addon,
  :where(.bootstrap-jail) .navbar-form .input-group .input-group-btn,
  :where(.bootstrap-jail) .navbar-form .input-group .form-control {
    width: auto;
  }

  :where(.bootstrap-jail) .navbar-form .input-group > .form-control {
    width: 100%;
  }

  :where(.bootstrap-jail) .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  :where(.bootstrap-jail) .navbar-form .radio,
  :where(.bootstrap-jail) .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  :where(.bootstrap-jail) .navbar-form .radio label,
  :where(.bootstrap-jail) .navbar-form .checkbox label {
    padding-left: 0;
  }

  :where(.bootstrap-jail) .navbar-form .radio input[type='radio'],
  :where(.bootstrap-jail) .navbar-form .checkbox input[type='checkbox'] {
    position: relative;
    margin-left: 0;
  }

  :where(.bootstrap-jail) .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  :where(.bootstrap-jail) .navbar-form .form-group {
    margin-bottom: 5px;
  }

  :where(.bootstrap-jail) .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  :where(.bootstrap-jail) .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    box-shadow: none;
  }
}
:where(.bootstrap-jail) .navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
:where(.bootstrap-jail) .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
:where(.bootstrap-jail) .navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
:where(.bootstrap-jail) .navbar-btn.btn-sm,
:where(.bootstrap-jail) .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
:where(.bootstrap-jail) .navbar-btn.btn-xs,
:where(.bootstrap-jail) .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}
:where(.bootstrap-jail) .navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  :where(.bootstrap-jail) .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  :where(.bootstrap-jail) .navbar-left {
    float: left !important;
  }

  :where(.bootstrap-jail) .navbar-right {
    float: right !important;
    margin-right: -15px;
  }

  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
:where(.bootstrap-jail) .navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
:where(.bootstrap-jail) .navbar-default .navbar-brand {
  color: #777;
}
:where(.bootstrap-jail) .navbar-default .navbar-brand:hover,
:where(.bootstrap-jail) .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
:where(.bootstrap-jail) .navbar-default .navbar-text {
  color: #777;
}
:where(.bootstrap-jail) .navbar-default .navbar-nav > li > a {
  color: #777;
}
:where(.bootstrap-jail) .navbar-default .navbar-nav > li > a:hover,
:where(.bootstrap-jail) .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
:where(.bootstrap-jail) .navbar-default .navbar-nav > .active > a,
:where(.bootstrap-jail) .navbar-default .navbar-nav > .active > a:hover,
:where(.bootstrap-jail) .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
:where(.bootstrap-jail) .navbar-default .navbar-nav > .disabled > a,
:where(.bootstrap-jail) .navbar-default .navbar-nav > .disabled > a:hover,
:where(.bootstrap-jail) .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
:where(.bootstrap-jail) .navbar-default .navbar-nav > .open > a,
:where(.bootstrap-jail) .navbar-default .navbar-nav > .open > a:hover,
:where(.bootstrap-jail) .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  :where(.bootstrap-jail)
    .navbar-default
    .navbar-nav
    .open
    .dropdown-menu
    > li
    > a {
    color: #777;
  }

  :where(.bootstrap-jail)
    .navbar-default
    .navbar-nav
    .open
    .dropdown-menu
    > li
    > a:hover,
  :where(.bootstrap-jail)
    .navbar-default
    .navbar-nav
    .open
    .dropdown-menu
    > li
    > a:focus {
    color: #333;
    background-color: transparent;
  }

  :where(.bootstrap-jail)
    .navbar-default
    .navbar-nav
    .open
    .dropdown-menu
    > .active
    > a,
  :where(.bootstrap-jail)
    .navbar-default
    .navbar-nav
    .open
    .dropdown-menu
    > .active
    > a:hover,
  :where(.bootstrap-jail)
    .navbar-default
    .navbar-nav
    .open
    .dropdown-menu
    > .active
    > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }

  :where(.bootstrap-jail)
    .navbar-default
    .navbar-nav
    .open
    .dropdown-menu
    > .disabled
    > a,
  :where(.bootstrap-jail)
    .navbar-default
    .navbar-nav
    .open
    .dropdown-menu
    > .disabled
    > a:hover,
  :where(.bootstrap-jail)
    .navbar-default
    .navbar-nav
    .open
    .dropdown-menu
    > .disabled
    > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
:where(.bootstrap-jail) .navbar-default .navbar-toggle {
  border-color: #ddd;
}
:where(.bootstrap-jail) .navbar-default .navbar-toggle:hover,
:where(.bootstrap-jail) .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
:where(.bootstrap-jail) .navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
:where(.bootstrap-jail) .navbar-default .navbar-collapse,
:where(.bootstrap-jail) .navbar-default .navbar-form {
  border-color: #e7e7e7;
}
:where(.bootstrap-jail) .navbar-default .navbar-link {
  color: #777;
}
:where(.bootstrap-jail) .navbar-default .navbar-link:hover {
  color: #333;
}
:where(.bootstrap-jail) .navbar-default .btn-link {
  color: #777;
}
:where(.bootstrap-jail) .navbar-default .btn-link:hover,
:where(.bootstrap-jail) .navbar-default .btn-link:focus {
  color: #333;
}
:where(.bootstrap-jail) .navbar-default .btn-link[disabled]:hover,
:where(.bootstrap-jail) .navbar-default .btn-link[disabled]:focus,
:where(.bootstrap-jail) fieldset[disabled] .navbar-default .btn-link:hover,
:where(.bootstrap-jail) fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
:where(.bootstrap-jail) .navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
:where(.bootstrap-jail) .navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
:where(.bootstrap-jail) .navbar-inverse .navbar-brand:hover,
:where(.bootstrap-jail) .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
:where(.bootstrap-jail) .navbar-inverse .navbar-text {
  color: #9d9d9d;
}
:where(.bootstrap-jail) .navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
:where(.bootstrap-jail) .navbar-inverse .navbar-nav > li > a:hover,
:where(.bootstrap-jail) .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
:where(.bootstrap-jail) .navbar-inverse .navbar-nav > .active > a,
:where(.bootstrap-jail) .navbar-inverse .navbar-nav > .active > a:hover,
:where(.bootstrap-jail) .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
:where(.bootstrap-jail) .navbar-inverse .navbar-nav > .disabled > a,
:where(.bootstrap-jail) .navbar-inverse .navbar-nav > .disabled > a:hover,
:where(.bootstrap-jail) .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
:where(.bootstrap-jail) .navbar-inverse .navbar-nav > .open > a,
:where(.bootstrap-jail) .navbar-inverse .navbar-nav > .open > a:hover,
:where(.bootstrap-jail) .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #090909;
}
@media (max-width: 767px) {
  :where(.bootstrap-jail)
    .navbar-inverse
    .navbar-nav
    .open
    .dropdown-menu
    > .dropdown-header {
    border-color: #090909;
  }

  :where(.bootstrap-jail)
    .navbar-inverse
    .navbar-nav
    .open
    .dropdown-menu
    .divider {
    background-color: #090909;
  }

  :where(.bootstrap-jail)
    .navbar-inverse
    .navbar-nav
    .open
    .dropdown-menu
    > li
    > a {
    color: #9d9d9d;
  }

  :where(.bootstrap-jail)
    .navbar-inverse
    .navbar-nav
    .open
    .dropdown-menu
    > li
    > a:hover,
  :where(.bootstrap-jail)
    .navbar-inverse
    .navbar-nav
    .open
    .dropdown-menu
    > li
    > a:focus {
    color: #fff;
    background-color: transparent;
  }

  :where(.bootstrap-jail)
    .navbar-inverse
    .navbar-nav
    .open
    .dropdown-menu
    > .active
    > a,
  :where(.bootstrap-jail)
    .navbar-inverse
    .navbar-nav
    .open
    .dropdown-menu
    > .active
    > a:hover,
  :where(.bootstrap-jail)
    .navbar-inverse
    .navbar-nav
    .open
    .dropdown-menu
    > .active
    > a:focus {
    color: #fff;
    background-color: #090909;
  }

  :where(.bootstrap-jail)
    .navbar-inverse
    .navbar-nav
    .open
    .dropdown-menu
    > .disabled
    > a,
  :where(.bootstrap-jail)
    .navbar-inverse
    .navbar-nav
    .open
    .dropdown-menu
    > .disabled
    > a:hover,
  :where(.bootstrap-jail)
    .navbar-inverse
    .navbar-nav
    .open
    .dropdown-menu
    > .disabled
    > a:focus {
    color: #444;
    background-color: transparent;
  }
}
:where(.bootstrap-jail) .navbar-inverse .navbar-toggle {
  border-color: #333;
}
:where(.bootstrap-jail) .navbar-inverse .navbar-toggle:hover,
:where(.bootstrap-jail) .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
:where(.bootstrap-jail) .navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
:where(.bootstrap-jail) .navbar-inverse .navbar-collapse,
:where(.bootstrap-jail) .navbar-inverse .navbar-form {
  border-color: #101010;
}
:where(.bootstrap-jail) .navbar-inverse .navbar-link {
  color: #9d9d9d;
}
:where(.bootstrap-jail) .navbar-inverse .navbar-link:hover {
  color: #fff;
}
:where(.bootstrap-jail) .navbar-inverse .btn-link {
  color: #9d9d9d;
}
:where(.bootstrap-jail) .navbar-inverse .btn-link:hover,
:where(.bootstrap-jail) .navbar-inverse .btn-link:focus {
  color: #fff;
}
:where(.bootstrap-jail) .navbar-inverse .btn-link[disabled]:hover,
:where(.bootstrap-jail) .navbar-inverse .btn-link[disabled]:focus,
:where(.bootstrap-jail) fieldset[disabled] .navbar-inverse .btn-link:hover,
:where(.bootstrap-jail) fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
:where(.bootstrap-jail) .breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
:where(.bootstrap-jail) .breadcrumb > li {
  display: inline-block;
}
:where(.bootstrap-jail) .breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: '/ ';
}
:where(.bootstrap-jail) .breadcrumb > .active {
  color: #777777;
}
:where(.bootstrap-jail) .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
:where(.bootstrap-jail) .pagination > li {
  display: inline;
}
:where(.bootstrap-jail) .pagination > li > a,
:where(.bootstrap-jail) .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
:where(.bootstrap-jail) .pagination > li > a:hover,
:where(.bootstrap-jail) .pagination > li > a:focus,
:where(.bootstrap-jail) .pagination > li > span:hover,
:where(.bootstrap-jail) .pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
:where(.bootstrap-jail) .pagination > li:first-child > a,
:where(.bootstrap-jail) .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
:where(.bootstrap-jail) .pagination > li:last-child > a,
:where(.bootstrap-jail) .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
:where(.bootstrap-jail) .pagination > .active > a,
:where(.bootstrap-jail) .pagination > .active > a:hover,
:where(.bootstrap-jail) .pagination > .active > a:focus,
:where(.bootstrap-jail) .pagination > .active > span,
:where(.bootstrap-jail) .pagination > .active > span:hover,
:where(.bootstrap-jail) .pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
:where(.bootstrap-jail) .pagination > .disabled > span,
:where(.bootstrap-jail) .pagination > .disabled > span:hover,
:where(.bootstrap-jail) .pagination > .disabled > span:focus,
:where(.bootstrap-jail) .pagination > .disabled > a,
:where(.bootstrap-jail) .pagination > .disabled > a:hover,
:where(.bootstrap-jail) .pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
:where(.bootstrap-jail) .pagination-lg > li > a,
:where(.bootstrap-jail) .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
}
:where(.bootstrap-jail) .pagination-lg > li:first-child > a,
:where(.bootstrap-jail) .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
:where(.bootstrap-jail) .pagination-lg > li:last-child > a,
:where(.bootstrap-jail) .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
:where(.bootstrap-jail) .pagination-sm > li > a,
:where(.bootstrap-jail) .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
:where(.bootstrap-jail) .pagination-sm > li:first-child > a,
:where(.bootstrap-jail) .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
:where(.bootstrap-jail) .pagination-sm > li:last-child > a,
:where(.bootstrap-jail) .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
:where(.bootstrap-jail) .pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
:where(.bootstrap-jail) .pager:before,
:where(.bootstrap-jail) .pager:after {
  display: table;
  content: ' ';
}
:where(.bootstrap-jail) .pager:after {
  clear: both;
}
:where(.bootstrap-jail) .pager li {
  display: inline;
}
:where(.bootstrap-jail) .pager li > a,
:where(.bootstrap-jail) .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
:where(.bootstrap-jail) .pager li > a:hover,
:where(.bootstrap-jail) .pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
:where(.bootstrap-jail) .pager .next > a,
:where(.bootstrap-jail) .pager .next > span {
  float: right;
}
:where(.bootstrap-jail) .pager .previous > a,
:where(.bootstrap-jail) .pager .previous > span {
  float: left;
}
:where(.bootstrap-jail) .pager .disabled > a,
:where(.bootstrap-jail) .pager .disabled > a:hover,
:where(.bootstrap-jail) .pager .disabled > a:focus,
:where(.bootstrap-jail) .pager .disabled > span {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
}
:where(.bootstrap-jail) .label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
:where(.bootstrap-jail) .label:empty {
  display: none;
}
:where(.bootstrap-jail) .btn .label {
  position: relative;
  top: -1px;
}
:where(.bootstrap-jail) a.label:hover,
:where(.bootstrap-jail) a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
:where(.bootstrap-jail) .label-default {
  background-color: #777777;
}
:where(.bootstrap-jail) .label-default[href]:hover,
:where(.bootstrap-jail) .label-default[href]:focus {
  background-color: #5e5e5e;
}
:where(.bootstrap-jail) .label-primary {
  background-color: #337ab7;
}
:where(.bootstrap-jail) .label-primary[href]:hover,
:where(.bootstrap-jail) .label-primary[href]:focus {
  background-color: #286090;
}
:where(.bootstrap-jail) .label-success {
  background-color: #5cb85c;
}
:where(.bootstrap-jail) .label-success[href]:hover,
:where(.bootstrap-jail) .label-success[href]:focus {
  background-color: #449d44;
}
:where(.bootstrap-jail) .label-info {
  background-color: #5bc0de;
}
:where(.bootstrap-jail) .label-info[href]:hover,
:where(.bootstrap-jail) .label-info[href]:focus {
  background-color: #31b0d5;
}
:where(.bootstrap-jail) .label-warning {
  background-color: #f0ad4e;
}
:where(.bootstrap-jail) .label-warning[href]:hover,
:where(.bootstrap-jail) .label-warning[href]:focus {
  background-color: #ec971f;
}
:where(.bootstrap-jail) .label-danger {
  background-color: #d9534f;
}
:where(.bootstrap-jail) .label-danger[href]:hover,
:where(.bootstrap-jail) .label-danger[href]:focus {
  background-color: #c9302c;
}
:where(.bootstrap-jail) .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px;
}
:where(.bootstrap-jail) .badge:empty {
  display: none;
}
:where(.bootstrap-jail) .btn .badge {
  position: relative;
  top: -1px;
}
:where(.bootstrap-jail) .btn-xs .badge,
:where(.bootstrap-jail) .btn-group-xs > .btn .badge,
:where(.bootstrap-jail) .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
:where(.bootstrap-jail) .list-group-item.active > .badge,
:where(.bootstrap-jail) .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
:where(.bootstrap-jail) .list-group-item > .badge {
  float: right;
}
:where(.bootstrap-jail) .list-group-item > .badge + .badge {
  margin-right: 5px;
}
:where(.bootstrap-jail) .nav-pills > li > a > .badge {
  margin-left: 3px;
}
:where(.bootstrap-jail) a.badge:hover,
:where(.bootstrap-jail) a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
:where(.bootstrap-jail) .jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
:where(.bootstrap-jail) .jumbotron h1,
:where(.bootstrap-jail) .jumbotron .h1 {
  color: inherit;
}
:where(.bootstrap-jail) .jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
:where(.bootstrap-jail) .jumbotron > hr {
  border-top-color: #d5d5d5;
}
:where(.bootstrap-jail) .container .jumbotron,
:where(.bootstrap-jail) .container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
:where(.bootstrap-jail) .jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  :where(.bootstrap-jail) .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  :where(.bootstrap-jail) .container .jumbotron,
  :where(.bootstrap-jail) .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }

  :where(.bootstrap-jail) .jumbotron h1,
  :where(.bootstrap-jail) .jumbotron .h1 {
    font-size: 63px;
  }
}
:where(.bootstrap-jail) .thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
}
:where(.bootstrap-jail) .thumbnail > img,
:where(.bootstrap-jail) .thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
:where(.bootstrap-jail) .thumbnail .caption {
  padding: 9px;
  color: #333;
}
:where(.bootstrap-jail) a.thumbnail:hover,
:where(.bootstrap-jail) a.thumbnail:focus,
:where(.bootstrap-jail) a.thumbnail.active {
  border-color: #337ab7;
}
:where(.bootstrap-jail) .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
:where(.bootstrap-jail) .alert h4 {
  margin-top: 0;
  color: inherit;
}
:where(.bootstrap-jail) .alert .alert-link {
  font-weight: bold;
}
:where(.bootstrap-jail) .alert > p,
:where(.bootstrap-jail) .alert > ul {
  margin-bottom: 0;
}
:where(.bootstrap-jail) .alert > p + p {
  margin-top: 5px;
}
:where(.bootstrap-jail) .alert-dismissable,
:where(.bootstrap-jail) .alert-dismissible {
  padding-right: 35px;
}
:where(.bootstrap-jail) .alert-dismissable .close,
:where(.bootstrap-jail) .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
:where(.bootstrap-jail) .alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
:where(.bootstrap-jail) .alert-success hr {
  border-top-color: #c9e2b3;
}
:where(.bootstrap-jail) .alert-success .alert-link {
  color: #2b542c;
}
:where(.bootstrap-jail) .alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
:where(.bootstrap-jail) .alert-info hr {
  border-top-color: #a6e1ec;
}
:where(.bootstrap-jail) .alert-info .alert-link {
  color: #245269;
}
:where(.bootstrap-jail) .alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
:where(.bootstrap-jail) .alert-warning hr {
  border-top-color: #f7e1b5;
}
:where(.bootstrap-jail) .alert-warning .alert-link {
  color: #66512c;
}
:where(.bootstrap-jail) .alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
:where(.bootstrap-jail) .alert-danger hr {
  border-top-color: #e4b9c0;
}
:where(.bootstrap-jail) .alert-danger .alert-link {
  color: #843534;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}
:where(.bootstrap-jail) .progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
:where(.bootstrap-jail) .progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}
:where(.bootstrap-jail) .progress-striped .progress-bar,
:where(.bootstrap-jail) .progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 40px 40px;
}
:where(.bootstrap-jail) .progress.active .progress-bar,
:where(.bootstrap-jail) .progress-bar.active {
  animation: progress-bar-stripes 2s linear infinite;
}
:where(.bootstrap-jail) .progress-bar-success {
  background-color: #5cb85c;
}
:where(.bootstrap-jail) .progress-striped .progress-bar-success {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
:where(.bootstrap-jail) .progress-bar-info {
  background-color: #5bc0de;
}
:where(.bootstrap-jail) .progress-striped .progress-bar-info {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
:where(.bootstrap-jail) .progress-bar-warning {
  background-color: #f0ad4e;
}
:where(.bootstrap-jail) .progress-striped .progress-bar-warning {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
:where(.bootstrap-jail) .progress-bar-danger {
  background-color: #d9534f;
}
:where(.bootstrap-jail) .progress-striped .progress-bar-danger {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
:where(.bootstrap-jail) .media {
  margin-top: 15px;
}
:where(.bootstrap-jail) .media:first-child {
  margin-top: 0;
}
:where(.bootstrap-jail) .media,
:where(.bootstrap-jail) .media-body {
  overflow: hidden;
  zoom: 1;
}
:where(.bootstrap-jail) .media-body {
  width: 10000px;
}
:where(.bootstrap-jail) .media-object {
  display: block;
}
:where(.bootstrap-jail) .media-object.img-thumbnail {
  max-width: none;
}
:where(.bootstrap-jail) .media-right,
:where(.bootstrap-jail) .media > .pull-right {
  padding-left: 10px;
}
:where(.bootstrap-jail) .media-left,
:where(.bootstrap-jail) .media > .pull-left {
  padding-right: 10px;
}
:where(.bootstrap-jail) .media-left,
:where(.bootstrap-jail) .media-right,
:where(.bootstrap-jail) .media-body {
  display: table-cell;
  vertical-align: top;
}
:where(.bootstrap-jail) .media-middle {
  vertical-align: middle;
}
:where(.bootstrap-jail) .media-bottom {
  vertical-align: bottom;
}
:where(.bootstrap-jail) .media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
:where(.bootstrap-jail) .media-list {
  padding-left: 0;
  list-style: none;
}
:where(.bootstrap-jail) .list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
:where(.bootstrap-jail) .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
:where(.bootstrap-jail) .list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
:where(.bootstrap-jail) .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
:where(.bootstrap-jail) .list-group-item.disabled,
:where(.bootstrap-jail) .list-group-item.disabled:hover,
:where(.bootstrap-jail) .list-group-item.disabled:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #eeeeee;
}
:where(.bootstrap-jail) .list-group-item.disabled .list-group-item-heading,
:where(.bootstrap-jail)
  .list-group-item.disabled:hover
  .list-group-item-heading,
:where(.bootstrap-jail)
  .list-group-item.disabled:focus
  .list-group-item-heading {
  color: inherit;
}
:where(.bootstrap-jail) .list-group-item.disabled .list-group-item-text,
:where(.bootstrap-jail) .list-group-item.disabled:hover .list-group-item-text,
:where(.bootstrap-jail) .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
:where(.bootstrap-jail) .list-group-item.active,
:where(.bootstrap-jail) .list-group-item.active:hover,
:where(.bootstrap-jail) .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
:where(.bootstrap-jail) .list-group-item.active .list-group-item-heading,
:where(.bootstrap-jail)
  .list-group-item.active
  .list-group-item-heading
  > small,
:where(.bootstrap-jail)
  .list-group-item.active
  .list-group-item-heading
  > .small,
:where(.bootstrap-jail) .list-group-item.active:hover .list-group-item-heading,
:where(.bootstrap-jail)
  .list-group-item.active:hover
  .list-group-item-heading
  > small,
:where(.bootstrap-jail)
  .list-group-item.active:hover
  .list-group-item-heading
  > .small,
:where(.bootstrap-jail) .list-group-item.active:focus .list-group-item-heading,
:where(.bootstrap-jail)
  .list-group-item.active:focus
  .list-group-item-heading
  > small,
:where(.bootstrap-jail)
  .list-group-item.active:focus
  .list-group-item-heading
  > .small {
  color: inherit;
}
:where(.bootstrap-jail) .list-group-item.active .list-group-item-text,
:where(.bootstrap-jail) .list-group-item.active:hover .list-group-item-text,
:where(.bootstrap-jail) .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
:where(.bootstrap-jail) a.list-group-item,
:where(.bootstrap-jail) button.list-group-item {
  color: #555;
}
:where(.bootstrap-jail) a.list-group-item .list-group-item-heading,
:where(.bootstrap-jail) button.list-group-item .list-group-item-heading {
  color: #333;
}
:where(.bootstrap-jail) a.list-group-item:hover,
:where(.bootstrap-jail) a.list-group-item:focus,
:where(.bootstrap-jail) button.list-group-item:hover,
:where(.bootstrap-jail) button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
:where(.bootstrap-jail) button.list-group-item {
  width: 100%;
  text-align: left;
}
:where(.bootstrap-jail) .list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
:where(.bootstrap-jail) a.list-group-item-success,
:where(.bootstrap-jail) button.list-group-item-success {
  color: #3c763d;
}
:where(.bootstrap-jail) a.list-group-item-success .list-group-item-heading,
:where(.bootstrap-jail)
  button.list-group-item-success
  .list-group-item-heading {
  color: inherit;
}
:where(.bootstrap-jail) a.list-group-item-success:hover,
:where(.bootstrap-jail) a.list-group-item-success:focus,
:where(.bootstrap-jail) button.list-group-item-success:hover,
:where(.bootstrap-jail) button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
:where(.bootstrap-jail) a.list-group-item-success.active,
:where(.bootstrap-jail) a.list-group-item-success.active:hover,
:where(.bootstrap-jail) a.list-group-item-success.active:focus,
:where(.bootstrap-jail) button.list-group-item-success.active,
:where(.bootstrap-jail) button.list-group-item-success.active:hover,
:where(.bootstrap-jail) button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
:where(.bootstrap-jail) .list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
:where(.bootstrap-jail) a.list-group-item-info,
:where(.bootstrap-jail) button.list-group-item-info {
  color: #31708f;
}
:where(.bootstrap-jail) a.list-group-item-info .list-group-item-heading,
:where(.bootstrap-jail) button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
:where(.bootstrap-jail) a.list-group-item-info:hover,
:where(.bootstrap-jail) a.list-group-item-info:focus,
:where(.bootstrap-jail) button.list-group-item-info:hover,
:where(.bootstrap-jail) button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
:where(.bootstrap-jail) a.list-group-item-info.active,
:where(.bootstrap-jail) a.list-group-item-info.active:hover,
:where(.bootstrap-jail) a.list-group-item-info.active:focus,
:where(.bootstrap-jail) button.list-group-item-info.active,
:where(.bootstrap-jail) button.list-group-item-info.active:hover,
:where(.bootstrap-jail) button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
:where(.bootstrap-jail) .list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
:where(.bootstrap-jail) a.list-group-item-warning,
:where(.bootstrap-jail) button.list-group-item-warning {
  color: #8a6d3b;
}
:where(.bootstrap-jail) a.list-group-item-warning .list-group-item-heading,
:where(.bootstrap-jail)
  button.list-group-item-warning
  .list-group-item-heading {
  color: inherit;
}
:where(.bootstrap-jail) a.list-group-item-warning:hover,
:where(.bootstrap-jail) a.list-group-item-warning:focus,
:where(.bootstrap-jail) button.list-group-item-warning:hover,
:where(.bootstrap-jail) button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
:where(.bootstrap-jail) a.list-group-item-warning.active,
:where(.bootstrap-jail) a.list-group-item-warning.active:hover,
:where(.bootstrap-jail) a.list-group-item-warning.active:focus,
:where(.bootstrap-jail) button.list-group-item-warning.active,
:where(.bootstrap-jail) button.list-group-item-warning.active:hover,
:where(.bootstrap-jail) button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
:where(.bootstrap-jail) .list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
:where(.bootstrap-jail) a.list-group-item-danger,
:where(.bootstrap-jail) button.list-group-item-danger {
  color: #a94442;
}
:where(.bootstrap-jail) a.list-group-item-danger .list-group-item-heading,
:where(.bootstrap-jail) button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
:where(.bootstrap-jail) a.list-group-item-danger:hover,
:where(.bootstrap-jail) a.list-group-item-danger:focus,
:where(.bootstrap-jail) button.list-group-item-danger:hover,
:where(.bootstrap-jail) button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
:where(.bootstrap-jail) a.list-group-item-danger.active,
:where(.bootstrap-jail) a.list-group-item-danger.active:hover,
:where(.bootstrap-jail) a.list-group-item-danger.active:focus,
:where(.bootstrap-jail) button.list-group-item-danger.active,
:where(.bootstrap-jail) button.list-group-item-danger.active:hover,
:where(.bootstrap-jail) button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
:where(.bootstrap-jail) .list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
:where(.bootstrap-jail) .list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
:where(.bootstrap-jail) .panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
:where(.bootstrap-jail) .panel-body {
  padding: 15px;
}
:where(.bootstrap-jail) .panel-body:before,
:where(.bootstrap-jail) .panel-body:after {
  display: table;
  content: ' ';
}
:where(.bootstrap-jail) .panel-body:after {
  clear: both;
}
:where(.bootstrap-jail) .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
:where(.bootstrap-jail) .panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
:where(.bootstrap-jail) .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
:where(.bootstrap-jail) .panel-title > a,
:where(.bootstrap-jail) .panel-title > small,
:where(.bootstrap-jail) .panel-title > .small,
:where(.bootstrap-jail) .panel-title > small > a,
:where(.bootstrap-jail) .panel-title > .small > a {
  color: inherit;
}
:where(.bootstrap-jail) .panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
:where(.bootstrap-jail) .panel > .list-group,
:where(.bootstrap-jail) .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
:where(.bootstrap-jail) .panel > .list-group .list-group-item,
:where(.bootstrap-jail)
  .panel
  > .panel-collapse
  > .list-group
  .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
:where(.bootstrap-jail)
  .panel
  > .list-group:first-child
  .list-group-item:first-child,
:where(.bootstrap-jail)
  .panel
  > .panel-collapse
  > .list-group:first-child
  .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
:where(.bootstrap-jail)
  .panel
  > .list-group:last-child
  .list-group-item:last-child,
:where(.bootstrap-jail)
  .panel
  > .panel-collapse
  > .list-group:last-child
  .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
:where(.bootstrap-jail)
  .panel
  > .panel-heading
  + .panel-collapse
  > .list-group
  .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
:where(.bootstrap-jail)
  .panel-heading
  + .list-group
  .list-group-item:first-child {
  border-top-width: 0;
}
:where(.bootstrap-jail) .list-group + .panel-footer {
  border-top-width: 0;
}
:where(.bootstrap-jail) .panel > .table,
:where(.bootstrap-jail) .panel > .table-responsive > .table,
:where(.bootstrap-jail) .panel > .panel-collapse > .table {
  margin-bottom: 0;
}
:where(.bootstrap-jail) .panel > .table caption,
:where(.bootstrap-jail) .panel > .table-responsive > .table caption,
:where(.bootstrap-jail) .panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
:where(.bootstrap-jail) .panel > .table:first-child,
:where(.bootstrap-jail)
  .panel
  > .table-responsive:first-child
  > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
:where(.bootstrap-jail)
  .panel
  > .table:first-child
  > thead:first-child
  > tr:first-child,
:where(.bootstrap-jail)
  .panel
  > .table:first-child
  > tbody:first-child
  > tr:first-child,
:where(.bootstrap-jail)
  .panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child,
:where(.bootstrap-jail)
  .panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
:where(.bootstrap-jail)
  .panel
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:first-child,
:where(.bootstrap-jail)
  .panel
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:first-child,
:where(.bootstrap-jail)
  .panel
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:first-child,
:where(.bootstrap-jail)
  .panel
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:first-child,
:where(.bootstrap-jail)
  .panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:first-child,
:where(.bootstrap-jail)
  .panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:first-child,
:where(.bootstrap-jail)
  .panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:first-child,
:where(.bootstrap-jail)
  .panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:first-child {
  border-top-left-radius: 3px;
}
:where(.bootstrap-jail)
  .panel
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:last-child,
:where(.bootstrap-jail)
  .panel
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:last-child,
:where(.bootstrap-jail)
  .panel
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:last-child,
:where(.bootstrap-jail)
  .panel
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:last-child,
:where(.bootstrap-jail)
  .panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:last-child,
:where(.bootstrap-jail)
  .panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:last-child,
:where(.bootstrap-jail)
  .panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:last-child,
:where(.bootstrap-jail)
  .panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:last-child {
  border-top-right-radius: 3px;
}
:where(.bootstrap-jail) .panel > .table:last-child,
:where(.bootstrap-jail)
  .panel
  > .table-responsive:last-child
  > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
:where(.bootstrap-jail)
  .panel
  > .table:last-child
  > tbody:last-child
  > tr:last-child,
:where(.bootstrap-jail)
  .panel
  > .table:last-child
  > tfoot:last-child
  > tr:last-child,
:where(.bootstrap-jail)
  .panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child,
:where(.bootstrap-jail)
  .panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
:where(.bootstrap-jail)
  .panel
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:first-child,
:where(.bootstrap-jail)
  .panel
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:first-child,
:where(.bootstrap-jail)
  .panel
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:first-child,
:where(.bootstrap-jail)
  .panel
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:first-child,
:where(.bootstrap-jail)
  .panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:first-child,
:where(.bootstrap-jail)
  .panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:first-child,
:where(.bootstrap-jail)
  .panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:first-child,
:where(.bootstrap-jail)
  .panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:first-child {
  border-bottom-left-radius: 3px;
}
:where(.bootstrap-jail)
  .panel
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:last-child,
:where(.bootstrap-jail)
  .panel
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:last-child,
:where(.bootstrap-jail)
  .panel
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:last-child,
:where(.bootstrap-jail)
  .panel
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:last-child,
:where(.bootstrap-jail)
  .panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:last-child,
:where(.bootstrap-jail)
  .panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:last-child,
:where(.bootstrap-jail)
  .panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:last-child,
:where(.bootstrap-jail)
  .panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:last-child {
  border-bottom-right-radius: 3px;
}
:where(.bootstrap-jail) .panel > .panel-body + .table,
:where(.bootstrap-jail) .panel > .panel-body + .table-responsive,
:where(.bootstrap-jail) .panel > .table + .panel-body,
:where(.bootstrap-jail) .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
:where(.bootstrap-jail) .panel > .table > tbody:first-child > tr:first-child th,
:where(.bootstrap-jail)
  .panel
  > .table
  > tbody:first-child
  > tr:first-child
  td {
  border-top: 0;
}
:where(.bootstrap-jail) .panel > .table-bordered,
:where(.bootstrap-jail) .panel > .table-responsive > .table-bordered {
  border: 0;
}
:where(.bootstrap-jail) .panel > .table-bordered > thead > tr > th:first-child,
:where(.bootstrap-jail) .panel > .table-bordered > thead > tr > td:first-child,
:where(.bootstrap-jail) .panel > .table-bordered > tbody > tr > th:first-child,
:where(.bootstrap-jail) .panel > .table-bordered > tbody > tr > td:first-child,
:where(.bootstrap-jail) .panel > .table-bordered > tfoot > tr > th:first-child,
:where(.bootstrap-jail) .panel > .table-bordered > tfoot > tr > td:first-child,
:where(.bootstrap-jail)
  .panel
  > .table-responsive
  > .table-bordered
  > thead
  > tr
  > th:first-child,
:where(.bootstrap-jail)
  .panel
  > .table-responsive
  > .table-bordered
  > thead
  > tr
  > td:first-child,
:where(.bootstrap-jail)
  .panel
  > .table-responsive
  > .table-bordered
  > tbody
  > tr
  > th:first-child,
:where(.bootstrap-jail)
  .panel
  > .table-responsive
  > .table-bordered
  > tbody
  > tr
  > td:first-child,
:where(.bootstrap-jail)
  .panel
  > .table-responsive
  > .table-bordered
  > tfoot
  > tr
  > th:first-child,
:where(.bootstrap-jail)
  .panel
  > .table-responsive
  > .table-bordered
  > tfoot
  > tr
  > td:first-child {
  border-left: 0;
}
:where(.bootstrap-jail) .panel > .table-bordered > thead > tr > th:last-child,
:where(.bootstrap-jail) .panel > .table-bordered > thead > tr > td:last-child,
:where(.bootstrap-jail) .panel > .table-bordered > tbody > tr > th:last-child,
:where(.bootstrap-jail) .panel > .table-bordered > tbody > tr > td:last-child,
:where(.bootstrap-jail) .panel > .table-bordered > tfoot > tr > th:last-child,
:where(.bootstrap-jail) .panel > .table-bordered > tfoot > tr > td:last-child,
:where(.bootstrap-jail)
  .panel
  > .table-responsive
  > .table-bordered
  > thead
  > tr
  > th:last-child,
:where(.bootstrap-jail)
  .panel
  > .table-responsive
  > .table-bordered
  > thead
  > tr
  > td:last-child,
:where(.bootstrap-jail)
  .panel
  > .table-responsive
  > .table-bordered
  > tbody
  > tr
  > th:last-child,
:where(.bootstrap-jail)
  .panel
  > .table-responsive
  > .table-bordered
  > tbody
  > tr
  > td:last-child,
:where(.bootstrap-jail)
  .panel
  > .table-responsive
  > .table-bordered
  > tfoot
  > tr
  > th:last-child,
:where(.bootstrap-jail)
  .panel
  > .table-responsive
  > .table-bordered
  > tfoot
  > tr
  > td:last-child {
  border-right: 0;
}
:where(.bootstrap-jail) .panel > .table-bordered > thead > tr:first-child > td,
:where(.bootstrap-jail) .panel > .table-bordered > thead > tr:first-child > th,
:where(.bootstrap-jail) .panel > .table-bordered > tbody > tr:first-child > td,
:where(.bootstrap-jail) .panel > .table-bordered > tbody > tr:first-child > th,
:where(.bootstrap-jail)
  .panel
  > .table-responsive
  > .table-bordered
  > thead
  > tr:first-child
  > td,
:where(.bootstrap-jail)
  .panel
  > .table-responsive
  > .table-bordered
  > thead
  > tr:first-child
  > th,
:where(.bootstrap-jail)
  .panel
  > .table-responsive
  > .table-bordered
  > tbody
  > tr:first-child
  > td,
:where(.bootstrap-jail)
  .panel
  > .table-responsive
  > .table-bordered
  > tbody
  > tr:first-child
  > th {
  border-bottom: 0;
}
:where(.bootstrap-jail) .panel > .table-bordered > tbody > tr:last-child > td,
:where(.bootstrap-jail) .panel > .table-bordered > tbody > tr:last-child > th,
:where(.bootstrap-jail) .panel > .table-bordered > tfoot > tr:last-child > td,
:where(.bootstrap-jail) .panel > .table-bordered > tfoot > tr:last-child > th,
:where(.bootstrap-jail)
  .panel
  > .table-responsive
  > .table-bordered
  > tbody
  > tr:last-child
  > td,
:where(.bootstrap-jail)
  .panel
  > .table-responsive
  > .table-bordered
  > tbody
  > tr:last-child
  > th,
:where(.bootstrap-jail)
  .panel
  > .table-responsive
  > .table-bordered
  > tfoot
  > tr:last-child
  > td,
:where(.bootstrap-jail)
  .panel
  > .table-responsive
  > .table-bordered
  > tfoot
  > tr:last-child
  > th {
  border-bottom: 0;
}
:where(.bootstrap-jail) .panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
:where(.bootstrap-jail) .panel-group {
  margin-bottom: 20px;
}
:where(.bootstrap-jail) .panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
:where(.bootstrap-jail) .panel-group .panel + .panel {
  margin-top: 5px;
}
:where(.bootstrap-jail) .panel-group .panel-heading {
  border-bottom: 0;
}
:where(.bootstrap-jail)
  .panel-group
  .panel-heading
  + .panel-collapse
  > .panel-body,
:where(.bootstrap-jail)
  .panel-group
  .panel-heading
  + .panel-collapse
  > .list-group {
  border-top: 1px solid #ddd;
}
:where(.bootstrap-jail) .panel-group .panel-footer {
  border-top: 0;
}
:where(.bootstrap-jail)
  .panel-group
  .panel-footer
  + .panel-collapse
  .panel-body {
  border-bottom: 1px solid #ddd;
}
:where(.bootstrap-jail) .panel-default {
  border-color: #ddd;
}
:where(.bootstrap-jail) .panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
:where(.bootstrap-jail)
  .panel-default
  > .panel-heading
  + .panel-collapse
  > .panel-body {
  border-top-color: #ddd;
}
:where(.bootstrap-jail) .panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
:where(.bootstrap-jail)
  .panel-default
  > .panel-footer
  + .panel-collapse
  > .panel-body {
  border-bottom-color: #ddd;
}
:where(.bootstrap-jail) .panel-primary {
  border-color: #337ab7;
}
:where(.bootstrap-jail) .panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
:where(.bootstrap-jail)
  .panel-primary
  > .panel-heading
  + .panel-collapse
  > .panel-body {
  border-top-color: #337ab7;
}
:where(.bootstrap-jail) .panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
:where(.bootstrap-jail)
  .panel-primary
  > .panel-footer
  + .panel-collapse
  > .panel-body {
  border-bottom-color: #337ab7;
}
:where(.bootstrap-jail) .panel-success {
  border-color: #d6e9c6;
}
:where(.bootstrap-jail) .panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
:where(.bootstrap-jail)
  .panel-success
  > .panel-heading
  + .panel-collapse
  > .panel-body {
  border-top-color: #d6e9c6;
}
:where(.bootstrap-jail) .panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
:where(.bootstrap-jail)
  .panel-success
  > .panel-footer
  + .panel-collapse
  > .panel-body {
  border-bottom-color: #d6e9c6;
}
:where(.bootstrap-jail) .panel-info {
  border-color: #bce8f1;
}
:where(.bootstrap-jail) .panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
:where(.bootstrap-jail)
  .panel-info
  > .panel-heading
  + .panel-collapse
  > .panel-body {
  border-top-color: #bce8f1;
}
:where(.bootstrap-jail) .panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
:where(.bootstrap-jail)
  .panel-info
  > .panel-footer
  + .panel-collapse
  > .panel-body {
  border-bottom-color: #bce8f1;
}
:where(.bootstrap-jail) .panel-warning {
  border-color: #faebcc;
}
:where(.bootstrap-jail) .panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
:where(.bootstrap-jail)
  .panel-warning
  > .panel-heading
  + .panel-collapse
  > .panel-body {
  border-top-color: #faebcc;
}
:where(.bootstrap-jail) .panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
:where(.bootstrap-jail)
  .panel-warning
  > .panel-footer
  + .panel-collapse
  > .panel-body {
  border-bottom-color: #faebcc;
}
:where(.bootstrap-jail) .panel-danger {
  border-color: #ebccd1;
}
:where(.bootstrap-jail) .panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
:where(.bootstrap-jail)
  .panel-danger
  > .panel-heading
  + .panel-collapse
  > .panel-body {
  border-top-color: #ebccd1;
}
:where(.bootstrap-jail) .panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
:where(.bootstrap-jail)
  .panel-danger
  > .panel-footer
  + .panel-collapse
  > .panel-body {
  border-bottom-color: #ebccd1;
}
:where(.bootstrap-jail) .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
:where(.bootstrap-jail) .well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
:where(.bootstrap-jail) .well-lg {
  padding: 24px;
  border-radius: 6px;
}
:where(.bootstrap-jail) .well-sm {
  padding: 9px;
  border-radius: 3px;
}
:where(.bootstrap-jail) .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
:where(.bootstrap-jail) .embed-responsive .embed-responsive-item,
:where(.bootstrap-jail) .embed-responsive iframe,
:where(.bootstrap-jail) .embed-responsive embed,
:where(.bootstrap-jail) .embed-responsive object,
:where(.bootstrap-jail) .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
:where(.bootstrap-jail) .embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
:where(.bootstrap-jail) .embed-responsive-4by3 {
  padding-bottom: 75%;
}
:where(.bootstrap-jail) .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
:where(.bootstrap-jail) .close:hover,
:where(.bootstrap-jail) .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
:where(.bootstrap-jail) button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}
:where(.bootstrap-jail) .modal-open {
  overflow: hidden;
}
:where(.bootstrap-jail) .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
:where(.bootstrap-jail) .modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
:where(.bootstrap-jail) .modal.in .modal-dialog {
  transform: translate(0, 0);
}
:where(.bootstrap-jail) .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
:where(.bootstrap-jail) .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
:where(.bootstrap-jail) .modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
:where(.bootstrap-jail) .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
:where(.bootstrap-jail) .modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
:where(.bootstrap-jail) .modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
:where(.bootstrap-jail) .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
:where(.bootstrap-jail) .modal-header:before,
:where(.bootstrap-jail) .modal-header:after {
  display: table;
  content: ' ';
}
:where(.bootstrap-jail) .modal-header:after {
  clear: both;
}
:where(.bootstrap-jail) .modal-header .close {
  margin-top: -2px;
}
:where(.bootstrap-jail) .modal-title {
  margin: 0;
  line-height: 1.42857;
}
:where(.bootstrap-jail) .modal-body {
  position: relative;
  padding: 15px;
}
:where(.bootstrap-jail) .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
:where(.bootstrap-jail) .modal-footer:before,
:where(.bootstrap-jail) .modal-footer:after {
  display: table;
  content: ' ';
}
:where(.bootstrap-jail) .modal-footer:after {
  clear: both;
}
:where(.bootstrap-jail) .modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
:where(.bootstrap-jail) .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
:where(.bootstrap-jail) .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
:where(.bootstrap-jail) .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  :where(.bootstrap-jail) .modal-dialog {
    width: 60vw;
    margin: 30px auto;
  }

  :where(.bootstrap-jail) .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  :where(.bootstrap-jail) .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  :where(.bootstrap-jail) .modal-lg {
    width: 900px;
  }
}
:where(.bootstrap-jail) .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
:where(.bootstrap-jail) .tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
:where(.bootstrap-jail) .tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
:where(.bootstrap-jail) .tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
:where(.bootstrap-jail) .tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
:where(.bootstrap-jail) .tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
:where(.bootstrap-jail) .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
:where(.bootstrap-jail) .tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
:where(.bootstrap-jail) .tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
:where(.bootstrap-jail) .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
:where(.bootstrap-jail) .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
:where(.bootstrap-jail) .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
:where(.bootstrap-jail) .tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
:where(.bootstrap-jail) .tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
:where(.bootstrap-jail) .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
:where(.bootstrap-jail) .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
:where(.bootstrap-jail) .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
:where(.bootstrap-jail) .popover.top {
  margin-top: -10px;
}
:where(.bootstrap-jail) .popover.right {
  margin-left: 10px;
}
:where(.bootstrap-jail) .popover.bottom {
  margin-top: 10px;
}
:where(.bootstrap-jail) .popover.left {
  margin-left: -10px;
}
:where(.bootstrap-jail) .popover > .arrow {
  border-width: 11px;
}
:where(.bootstrap-jail) .popover > .arrow,
:where(.bootstrap-jail) .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
:where(.bootstrap-jail) .popover > .arrow:after {
  content: '';
  border-width: 10px;
}
:where(.bootstrap-jail) .popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
:where(.bootstrap-jail) .popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: ' ';
  border-top-color: #fff;
  border-bottom-width: 0;
}
:where(.bootstrap-jail) .popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
:where(.bootstrap-jail) .popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: ' ';
  border-right-color: #fff;
  border-left-width: 0;
}
:where(.bootstrap-jail) .popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
:where(.bootstrap-jail) .popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: ' ';
  border-top-width: 0;
  border-bottom-color: #fff;
}
:where(.bootstrap-jail) .popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
:where(.bootstrap-jail) .popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: ' ';
  border-right-width: 0;
  border-left-color: #fff;
}
:where(.bootstrap-jail) .popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
:where(.bootstrap-jail) .popover-content {
  padding: 9px 14px;
}
:where(.bootstrap-jail) .carousel {
  position: relative;
}
:where(.bootstrap-jail) .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
:where(.bootstrap-jail) .carousel-inner > .item {
  position: relative;
  display: none;
  transition: 0.6s ease-in-out left;
}
:where(.bootstrap-jail) .carousel-inner > .item > img,
:where(.bootstrap-jail) .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  :where(.bootstrap-jail) .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px;
  }

  :where(.bootstrap-jail) .carousel-inner > .item.next,
  :where(.bootstrap-jail) .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }

  :where(.bootstrap-jail) .carousel-inner > .item.prev,
  :where(.bootstrap-jail) .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }

  :where(.bootstrap-jail) .carousel-inner > .item.next.left,
  :where(.bootstrap-jail) .carousel-inner > .item.prev.right,
  :where(.bootstrap-jail) .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
:where(.bootstrap-jail) .carousel-inner > .active,
:where(.bootstrap-jail) .carousel-inner > .next,
:where(.bootstrap-jail) .carousel-inner > .prev {
  display: block;
}
:where(.bootstrap-jail) .carousel-inner > .active {
  left: 0;
}
:where(.bootstrap-jail) .carousel-inner > .next,
:where(.bootstrap-jail) .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
:where(.bootstrap-jail) .carousel-inner > .next {
  left: 100%;
}
:where(.bootstrap-jail) .carousel-inner > .prev {
  left: -100%;
}
:where(.bootstrap-jail) .carousel-inner > .next.left,
:where(.bootstrap-jail) .carousel-inner > .prev.right {
  left: 0;
}
:where(.bootstrap-jail) .carousel-inner > .active.left {
  left: -100%;
}
:where(.bootstrap-jail) .carousel-inner > .active.right {
  left: 100%;
}
:where(.bootstrap-jail) .carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
:where(.bootstrap-jail) .carousel-control.left {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.0001) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
:where(.bootstrap-jail) .carousel-control.right {
  right: 0;
  left: auto;
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.0001) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
:where(.bootstrap-jail) .carousel-control:hover,
:where(.bootstrap-jail) .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
:where(.bootstrap-jail) .carousel-control .icon-prev,
:where(.bootstrap-jail) .carousel-control .icon-next,
:where(.bootstrap-jail) .carousel-control .glyphicon-chevron-left,
:where(.bootstrap-jail) .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
:where(.bootstrap-jail) .carousel-control .icon-prev,
:where(.bootstrap-jail) .carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
:where(.bootstrap-jail) .carousel-control .icon-next,
:where(.bootstrap-jail) .carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
:where(.bootstrap-jail) .carousel-control .icon-prev,
:where(.bootstrap-jail) .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
:where(.bootstrap-jail) .carousel-control .icon-prev:before {
  content: '\2039';
}
:where(.bootstrap-jail) .carousel-control .icon-next:before {
  content: '\203a';
}
:where(.bootstrap-jail) .carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
:where(.bootstrap-jail) .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
:where(.bootstrap-jail) .carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
:where(.bootstrap-jail) .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
:where(.bootstrap-jail) .carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  :where(.bootstrap-jail) .carousel-control .glyphicon-chevron-left,
  :where(.bootstrap-jail) .carousel-control .glyphicon-chevron-right,
  :where(.bootstrap-jail) .carousel-control .icon-prev,
  :where(.bootstrap-jail) .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }

  :where(.bootstrap-jail) .carousel-control .glyphicon-chevron-left,
  :where(.bootstrap-jail) .carousel-control .icon-prev {
    margin-left: -10px;
  }

  :where(.bootstrap-jail) .carousel-control .glyphicon-chevron-right,
  :where(.bootstrap-jail) .carousel-control .icon-next {
    margin-right: -10px;
  }

  :where(.bootstrap-jail) .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }

  :where(.bootstrap-jail) .carousel-indicators {
    bottom: 20px;
  }
}
:where(.bootstrap-jail) .clearfix:before,
:where(.bootstrap-jail) .clearfix:after {
  display: table;
  content: ' ';
}
:where(.bootstrap-jail) .clearfix:after {
  clear: both;
}
:where(.bootstrap-jail) .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
:where(.bootstrap-jail) .pull-right {
  float: right !important;
}
:where(.bootstrap-jail) .pull-left {
  float: left !important;
}
:where(.bootstrap-jail) .hide {
  display: none !important;
}
:where(.bootstrap-jail) .show {
  display: block !important;
}
:where(.bootstrap-jail) .invisible {
  visibility: hidden;
}
:where(.bootstrap-jail) .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
:where(.bootstrap-jail) .hidden {
  display: none !important;
}
:where(.bootstrap-jail) .affix {
  position: fixed;
}
:where(.bootstrap-jail) .visible-xs {
  display: none !important;
}
:where(.bootstrap-jail) .visible-sm {
  display: none !important;
}
:where(.bootstrap-jail) .visible-md {
  display: none !important;
}
:where(.bootstrap-jail) .visible-lg {
  display: none !important;
}
:where(.bootstrap-jail) .visible-xs-block,
:where(.bootstrap-jail) .visible-xs-inline,
:where(.bootstrap-jail) .visible-xs-inline-block,
:where(.bootstrap-jail) .visible-sm-block,
:where(.bootstrap-jail) .visible-sm-inline,
:where(.bootstrap-jail) .visible-sm-inline-block,
:where(.bootstrap-jail) .visible-md-block,
:where(.bootstrap-jail) .visible-md-inline,
:where(.bootstrap-jail) .visible-md-inline-block,
:where(.bootstrap-jail) .visible-lg-block,
:where(.bootstrap-jail) .visible-lg-inline,
:where(.bootstrap-jail) .visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  :where(.bootstrap-jail) .visible-xs {
    display: block !important;
  }

  :where(.bootstrap-jail) table.visible-xs {
    display: table !important;
  }

  :where(.bootstrap-jail) tr.visible-xs {
    display: table-row !important;
  }

  :where(.bootstrap-jail) th.visible-xs,
  :where(.bootstrap-jail) td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  :where(.bootstrap-jail) .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  :where(.bootstrap-jail) .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  :where(.bootstrap-jail) .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  :where(.bootstrap-jail) .visible-sm {
    display: block !important;
  }

  :where(.bootstrap-jail) table.visible-sm {
    display: table !important;
  }

  :where(.bootstrap-jail) tr.visible-sm {
    display: table-row !important;
  }

  :where(.bootstrap-jail) th.visible-sm,
  :where(.bootstrap-jail) td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  :where(.bootstrap-jail) .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  :where(.bootstrap-jail) .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  :where(.bootstrap-jail) .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  :where(.bootstrap-jail) .visible-md {
    display: block !important;
  }

  :where(.bootstrap-jail) table.visible-md {
    display: table !important;
  }

  :where(.bootstrap-jail) tr.visible-md {
    display: table-row !important;
  }

  :where(.bootstrap-jail) th.visible-md,
  :where(.bootstrap-jail) td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  :where(.bootstrap-jail) .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  :where(.bootstrap-jail) .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  :where(.bootstrap-jail) .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  :where(.bootstrap-jail) .visible-lg {
    display: block !important;
  }

  :where(.bootstrap-jail) table.visible-lg {
    display: table !important;
  }

  :where(.bootstrap-jail) tr.visible-lg {
    display: table-row !important;
  }

  :where(.bootstrap-jail) th.visible-lg,
  :where(.bootstrap-jail) td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  :where(.bootstrap-jail) .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  :where(.bootstrap-jail) .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  :where(.bootstrap-jail) .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  :where(.bootstrap-jail) .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  :where(.bootstrap-jail) .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  :where(.bootstrap-jail) .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  :where(.bootstrap-jail) .hidden-lg {
    display: none !important;
  }
}
:where(.bootstrap-jail) .visible-print {
  display: none !important;
}
@media print {
  :where(.bootstrap-jail) .visible-print {
    display: block !important;
  }

  :where(.bootstrap-jail) table.visible-print {
    display: table !important;
  }

  :where(.bootstrap-jail) tr.visible-print {
    display: table-row !important;
  }

  :where(.bootstrap-jail) th.visible-print,
  :where(.bootstrap-jail) td.visible-print {
    display: table-cell !important;
  }
}
:where(.bootstrap-jail) .visible-print-block {
  display: none !important;
}
@media print {
  :where(.bootstrap-jail) .visible-print-block {
    display: block !important;
  }
}
:where(.bootstrap-jail) .visible-print-inline {
  display: none !important;
}
@media print {
  :where(.bootstrap-jail) .visible-print-inline {
    display: inline !important;
  }
}
:where(.bootstrap-jail) .visible-print-inline-block {
  display: none !important;
}
@media print {
  :where(.bootstrap-jail) .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  :where(.bootstrap-jail) .hidden-print {
    display: none !important;
  }
}
/* 
! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e2e8f0; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: Gudea, ui-sans-serif, system-ui; /* 4 */
  font-feature-settings: normal; /* 5 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: "Overpass Mono", ui-monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #94a3b8; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #64748b;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
input::placeholder,textarea::placeholder{
  color: #64748b;
  opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}
::-webkit-date-and-time-value{
  min-height: 1.5em;
}
::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}
select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%2364748b' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
[multiple]{
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}
[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #64748b;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
[type='checkbox']{
  border-radius: 0px;
}
[type='radio']{
  border-radius: 100%;
}
[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}
[type='file']:focus{
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
*, ::before, ::after{
  --tw-font-family-sans: Gudea, ui-sans-serif, system-ui;
  --tw-font-family-mono: "Overpass Mono", ui-monospace, monospace;
  --tw-color-white-hex: #ffffff;
  --tw-color-white-hsl: 0, 0%, 100%;
  --tw-color-black-hex: #000000;
  --tw-color-black-hsl: 0, 0%, 0%;
  --tw-color-slate-50-hex: #f8fafc;
  --tw-color-slate-50-hsl: 210, 40%, 98.04%;
  --tw-color-slate-100-hex: #f1f5f9;
  --tw-color-slate-100-hsl: 210, 40%, 96.08%;
  --tw-color-slate-200-hex: #e2e8f0;
  --tw-color-slate-200-hsl: 214.29, 31.82%, 91.37%;
  --tw-color-slate-300-hex: #cbd5e1;
  --tw-color-slate-300-hsl: 212.73, 26.83%, 83.92%;
  --tw-color-slate-400-hex: #94a3b8;
  --tw-color-slate-400-hsl: 215, 20.22%, 65.1%;
  --tw-color-slate-500-hex: #64748b;
  --tw-color-slate-500-hsl: 215.38, 16.32%, 46.86%;
  --tw-color-slate-600-hex: #475569;
  --tw-color-slate-600-hsl: 215.29, 19.32%, 34.51%;
  --tw-color-slate-700-hex: #334155;
  --tw-color-slate-700-hsl: 215.29, 25%, 26.67%;
  --tw-color-slate-800-hex: #1e293b;
  --tw-color-slate-800-hsl: 217.24, 32.58%, 17.45%;
  --tw-color-slate-900-hex: #0f172a;
  --tw-color-slate-900-hsl: 222.22, 47.37%, 11.18%;
  --tw-color-gray-50-hex: #f8fafc;
  --tw-color-gray-50-hsl: 210, 40%, 98.04%;
  --tw-color-gray-100-hex: #f1f5f9;
  --tw-color-gray-100-hsl: 210, 40%, 96.08%;
  --tw-color-gray-200-hex: #e2e8f0;
  --tw-color-gray-200-hsl: 214.29, 31.82%, 91.37%;
  --tw-color-gray-300-hex: #cbd5e1;
  --tw-color-gray-300-hsl: 212.73, 26.83%, 83.92%;
  --tw-color-gray-400-hex: #94a3b8;
  --tw-color-gray-400-hsl: 215, 20.22%, 65.1%;
  --tw-color-gray-500-hex: #64748b;
  --tw-color-gray-500-hsl: 215.38, 16.32%, 46.86%;
  --tw-color-gray-600-hex: #475569;
  --tw-color-gray-600-hsl: 215.29, 19.32%, 34.51%;
  --tw-color-gray-700-hex: #334155;
  --tw-color-gray-700-hsl: 215.29, 25%, 26.67%;
  --tw-color-gray-800-hex: #1e293b;
  --tw-color-gray-800-hsl: 217.24, 32.58%, 17.45%;
  --tw-color-gray-900-hex: #0f172a;
  --tw-color-gray-900-hsl: 222.22, 47.37%, 11.18%;
  --tw-color-zinc-50-hex: #fafafa;
  --tw-color-zinc-50-hsl: 0, 0%, 98.04%;
  --tw-color-zinc-100-hex: #f4f4f5;
  --tw-color-zinc-100-hsl: 240, 4.76%, 95.88%;
  --tw-color-zinc-200-hex: #e4e4e7;
  --tw-color-zinc-200-hsl: 240, 5.88%, 90%;
  --tw-color-zinc-300-hex: #d4d4d8;
  --tw-color-zinc-300-hsl: 240, 4.88%, 83.92%;
  --tw-color-zinc-400-hex: #a1a1aa;
  --tw-color-zinc-400-hsl: 240, 5.03%, 64.9%;
  --tw-color-zinc-500-hex: #71717a;
  --tw-color-zinc-500-hsl: 240, 3.83%, 46.08%;
  --tw-color-zinc-600-hex: #52525b;
  --tw-color-zinc-600-hsl: 240, 5.2%, 33.92%;
  --tw-color-zinc-700-hex: #3f3f46;
  --tw-color-zinc-700-hsl: 240, 5.26%, 26.08%;
  --tw-color-zinc-800-hex: #27272a;
  --tw-color-zinc-800-hsl: 240, 3.7%, 15.88%;
  --tw-color-zinc-900-hex: #18181b;
  --tw-color-zinc-900-hsl: 240, 5.88%, 10%;
  --tw-color-neutral-50-hex: #fafafa;
  --tw-color-neutral-50-hsl: 0, 0%, 98.04%;
  --tw-color-neutral-100-hex: #f5f5f5;
  --tw-color-neutral-100-hsl: 0, 0%, 96.08%;
  --tw-color-neutral-200-hex: #e5e5e5;
  --tw-color-neutral-200-hsl: 0, 0%, 89.8%;
  --tw-color-neutral-300-hex: #d4d4d4;
  --tw-color-neutral-300-hsl: 0, 0%, 83.14%;
  --tw-color-neutral-400-hex: #a3a3a3;
  --tw-color-neutral-400-hsl: 0, 0%, 63.92%;
  --tw-color-neutral-500-hex: #737373;
  --tw-color-neutral-500-hsl: 0, 0%, 45.1%;
  --tw-color-neutral-600-hex: #525252;
  --tw-color-neutral-600-hsl: 0, 0%, 32.16%;
  --tw-color-neutral-700-hex: #404040;
  --tw-color-neutral-700-hsl: 0, 0%, 25.1%;
  --tw-color-neutral-800-hex: #262626;
  --tw-color-neutral-800-hsl: 0, 0%, 14.9%;
  --tw-color-neutral-900-hex: #171717;
  --tw-color-neutral-900-hsl: 0, 0%, 9.02%;
  --tw-color-stone-50-hex: #fafaf9;
  --tw-color-stone-50-hsl: 60, 9.09%, 97.84%;
  --tw-color-stone-100-hex: #f5f5f4;
  --tw-color-stone-100-hsl: 60, 4.76%, 95.88%;
  --tw-color-stone-200-hex: #e7e5e4;
  --tw-color-stone-200-hsl: 20, 5.88%, 90%;
  --tw-color-stone-300-hex: #d6d3d1;
  --tw-color-stone-300-hsl: 24, 5.75%, 82.94%;
  --tw-color-stone-400-hex: #a8a29e;
  --tw-color-stone-400-hsl: 24, 5.43%, 63.92%;
  --tw-color-stone-500-hex: #78716c;
  --tw-color-stone-500-hsl: 25, 5.26%, 44.71%;
  --tw-color-stone-600-hex: #57534e;
  --tw-color-stone-600-hsl: 33.33, 5.45%, 32.35%;
  --tw-color-stone-700-hex: #44403c;
  --tw-color-stone-700-hsl: 30, 6.25%, 25.1%;
  --tw-color-stone-800-hex: #292524;
  --tw-color-stone-800-hsl: 12, 6.49%, 15.1%;
  --tw-color-stone-900-hex: #1c1917;
  --tw-color-stone-900-hsl: 24, 9.8%, 10%;
  --tw-color-red-50-hex: #fef2f2;
  --tw-color-red-50-hsl: 0, 85.71%, 97.25%;
  --tw-color-red-100-hex: #fee2e2;
  --tw-color-red-100-hsl: 0, 93.33%, 94.12%;
  --tw-color-red-200-hex: #fecaca;
  --tw-color-red-200-hsl: 0, 96.3%, 89.41%;
  --tw-color-red-300-hex: #fca5a5;
  --tw-color-red-300-hsl: 0, 93.55%, 81.76%;
  --tw-color-red-400-hex: #f87171;
  --tw-color-red-400-hsl: 0, 90.6%, 70.78%;
  --tw-color-red-500-hex: #ef4444;
  --tw-color-red-500-hsl: 0, 84.24%, 60.2%;
  --tw-color-red-600-hex: #dc2626;
  --tw-color-red-600-hsl: 0, 72.22%, 50.59%;
  --tw-color-red-700-hex: #b91c1c;
  --tw-color-red-700-hsl: 0, 73.71%, 41.76%;
  --tw-color-red-800-hex: #991b1b;
  --tw-color-red-800-hsl: 0, 70%, 35.29%;
  --tw-color-red-900-hex: #7f1d1d;
  --tw-color-red-900-hsl: 0, 62.82%, 30.59%;
  --tw-color-orange-50-hex: #fff7ed;
  --tw-color-orange-50-hsl: 33.33, 100%, 96.47%;
  --tw-color-orange-100-hex: #ffedd5;
  --tw-color-orange-100-hsl: 34.29, 100%, 91.76%;
  --tw-color-orange-200-hex: #fed7aa;
  --tw-color-orange-200-hsl: 32.14, 97.67%, 83.14%;
  --tw-color-orange-300-hex: #fdba74;
  --tw-color-orange-300-hsl: 30.66, 97.16%, 72.35%;
  --tw-color-orange-400-hex: #fb923c;
  --tw-color-orange-400-hsl: 27.02, 95.98%, 60.98%;
  --tw-color-orange-500-hex: #f97316;
  --tw-color-orange-500-hsl: 24.58, 94.98%, 53.14%;
  --tw-color-orange-600-hex: #ea580c;
  --tw-color-orange-600-hsl: 20.54, 90.24%, 48.24%;
  --tw-color-orange-700-hex: #c2410c;
  --tw-color-orange-700-hsl: 17.47, 88.35%, 40.39%;
  --tw-color-orange-800-hex: #9a3412;
  --tw-color-orange-800-hsl: 15, 79.07%, 33.73%;
  --tw-color-orange-900-hex: #7c2d12;
  --tw-color-orange-900-hsl: 15.28, 74.65%, 27.84%;
  --tw-color-amber-50-hex: #fffbeb;
  --tw-color-amber-50-hsl: 48, 100%, 96.08%;
  --tw-color-amber-100-hex: #fef3c7;
  --tw-color-amber-100-hsl: 48, 96.49%, 88.82%;
  --tw-color-amber-200-hex: #fde68a;
  --tw-color-amber-200-hsl: 48, 96.64%, 76.67%;
  --tw-color-amber-300-hex: #fcd34d;
  --tw-color-amber-300-hsl: 45.94, 96.69%, 64.51%;
  --tw-color-amber-400-hex: #fbbf24;
  --tw-color-amber-400-hsl: 43.26, 96.41%, 56.27%;
  --tw-color-amber-500-hex: #f59e0b;
  --tw-color-amber-500-hsl: 37.69, 92.13%, 50.2%;
  --tw-color-amber-600-hex: #d97706;
  --tw-color-amber-600-hsl: 32.13, 94.62%, 43.73%;
  --tw-color-amber-700-hex: #b45309;
  --tw-color-amber-700-hsl: 25.96, 90.48%, 37.06%;
  --tw-color-amber-800-hex: #92400e;
  --tw-color-amber-800-hsl: 22.73, 82.5%, 31.37%;
  --tw-color-amber-900-hex: #78350f;
  --tw-color-amber-900-hsl: 21.71, 77.78%, 26.47%;
  --tw-color-yellow-50-hex: #fffbeb;
  --tw-color-yellow-50-hsl: 48, 100%, 96.08%;
  --tw-color-yellow-100-hex: #fef3c7;
  --tw-color-yellow-100-hsl: 48, 96.49%, 88.82%;
  --tw-color-yellow-200-hex: #fde68a;
  --tw-color-yellow-200-hsl: 48, 96.64%, 76.67%;
  --tw-color-yellow-300-hex: #fcd34d;
  --tw-color-yellow-300-hsl: 45.94, 96.69%, 64.51%;
  --tw-color-yellow-400-hex: #fbbf24;
  --tw-color-yellow-400-hsl: 43.26, 96.41%, 56.27%;
  --tw-color-yellow-500-hex: #f59e0b;
  --tw-color-yellow-500-hsl: 37.69, 92.13%, 50.2%;
  --tw-color-yellow-600-hex: #d97706;
  --tw-color-yellow-600-hsl: 32.13, 94.62%, 43.73%;
  --tw-color-yellow-700-hex: #b45309;
  --tw-color-yellow-700-hsl: 25.96, 90.48%, 37.06%;
  --tw-color-yellow-800-hex: #92400e;
  --tw-color-yellow-800-hsl: 22.73, 82.5%, 31.37%;
  --tw-color-yellow-900-hex: #78350f;
  --tw-color-yellow-900-hsl: 21.71, 77.78%, 26.47%;
  --tw-color-lime-50-hex: #f7fee7;
  --tw-color-lime-50-hsl: 78.26, 92%, 95.1%;
  --tw-color-lime-100-hex: #ecfccb;
  --tw-color-lime-100-hsl: 79.59, 89.09%, 89.22%;
  --tw-color-lime-200-hex: #d9f99d;
  --tw-color-lime-200-hsl: 80.87, 88.46%, 79.61%;
  --tw-color-lime-300-hex: #bef264;
  --tw-color-lime-300-hsl: 81.97, 84.52%, 67.06%;
  --tw-color-lime-400-hex: #a3e635;
  --tw-color-lime-400-hsl: 82.71, 77.97%, 55.49%;
  --tw-color-lime-500-hex: #84cc16;
  --tw-color-lime-500-hsl: 83.74, 80.53%, 44.31%;
  --tw-color-lime-600-hex: #65a30d;
  --tw-color-lime-600-hsl: 84.8, 85.23%, 34.51%;
  --tw-color-lime-700-hex: #4d7c0f;
  --tw-color-lime-700-hsl: 85.87, 78.42%, 27.25%;
  --tw-color-lime-800-hex: #3f6212;
  --tw-color-lime-800-hsl: 86.25, 68.97%, 22.75%;
  --tw-color-lime-900-hex: #365314;
  --tw-color-lime-900-hsl: 87.62, 61.17%, 20.2%;
  --tw-color-green-50-hex: #f0fdf4;
  --tw-color-green-50-hsl: 138.46, 76.47%, 96.67%;
  --tw-color-green-100-hex: #dcfce7;
  --tw-color-green-100-hsl: 140.62, 84.21%, 92.55%;
  --tw-color-green-200-hex: #bbf7d0;
  --tw-color-green-200-hsl: 141, 78.95%, 85.1%;
  --tw-color-green-300-hex: #86efac;
  --tw-color-green-300-hsl: 141.71, 76.64%, 73.14%;
  --tw-color-green-400-hex: #4ade80;
  --tw-color-green-400-hsl: 141.89, 69.16%, 58.04%;
  --tw-color-green-500-hex: #22c55e;
  --tw-color-green-500-hsl: 142.09, 70.56%, 45.29%;
  --tw-color-green-600-hex: #16a34a;
  --tw-color-green-600-hsl: 142.13, 76.22%, 36.27%;
  --tw-color-green-700-hex: #15803d;
  --tw-color-green-700-hsl: 142.43, 71.81%, 29.22%;
  --tw-color-green-800-hex: #166534;
  --tw-color-green-800-hsl: 142.78, 64.23%, 24.12%;
  --tw-color-green-900-hex: #14532d;
  --tw-color-green-900-hsl: 143.81, 61.17%, 20.2%;
  --tw-color-emerald-50-hex: #ecfdf5;
  --tw-color-emerald-50-hsl: 151.76, 80.95%, 95.88%;
  --tw-color-emerald-100-hex: #d1fae5;
  --tw-color-emerald-100-hsl: 149.27, 80.39%, 90%;
  --tw-color-emerald-200-hex: #a7f3d0;
  --tw-color-emerald-200-hsl: 152.37, 76%, 80.39%;
  --tw-color-emerald-300-hex: #6ee7b7;
  --tw-color-emerald-300-hsl: 156.2, 71.6%, 66.86%;
  --tw-color-emerald-400-hex: #34d399;
  --tw-color-emerald-400-hsl: 158.11, 64.37%, 51.57%;
  --tw-color-emerald-500-hex: #10b981;
  --tw-color-emerald-500-hsl: 160.12, 84.08%, 39.41%;
  --tw-color-emerald-600-hex: #059669;
  --tw-color-emerald-600-hsl: 161.38, 93.55%, 30.39%;
  --tw-color-emerald-700-hex: #047857;
  --tw-color-emerald-700-hsl: 162.93, 93.55%, 24.31%;
  --tw-color-emerald-800-hex: #065f46;
  --tw-color-emerald-800-hsl: 163.15, 88.12%, 19.8%;
  --tw-color-emerald-900-hex: #064e3b;
  --tw-color-emerald-900-hsl: 164.17, 85.71%, 16.47%;
  --tw-color-teal-50-hex: #f0fdfa;
  --tw-color-teal-50-hsl: 166.15, 76.47%, 96.67%;
  --tw-color-teal-100-hex: #ccfbf1;
  --tw-color-teal-100-hsl: 167.23, 85.45%, 89.22%;
  --tw-color-teal-200-hex: #99f6e4;
  --tw-color-teal-200-hsl: 168.39, 83.78%, 78.24%;
  --tw-color-teal-300-hex: #5eead4;
  --tw-color-teal-300-hsl: 170.57, 76.92%, 64.31%;
  --tw-color-teal-400-hex: #2dd4bf;
  --tw-color-teal-400-hsl: 172.46, 66.01%, 50.39%;
  --tw-color-teal-500-hex: #14b8a6;
  --tw-color-teal-500-hsl: 173.41, 80.39%, 40%;
  --tw-color-teal-600-hex: #0d9488;
  --tw-color-teal-600-hsl: 174.67, 83.85%, 31.57%;
  --tw-color-teal-700-hex: #0f766e;
  --tw-color-teal-700-hsl: 175.34, 77.44%, 26.08%;
  --tw-color-teal-800-hex: #115e59;
  --tw-color-teal-800-hsl: 176.1, 69.37%, 21.76%;
  --tw-color-teal-900-hex: #134e4a;
  --tw-color-teal-900-hsl: 175.93, 60.82%, 19.02%;
  --tw-color-cyan-50-hex: #ecfeff;
  --tw-color-cyan-50-hsl: 183.16, 100%, 96.27%;
  --tw-color-cyan-100-hex: #cffafe;
  --tw-color-cyan-100-hsl: 185.11, 95.92%, 90.39%;
  --tw-color-cyan-200-hex: #a5f3fc;
  --tw-color-cyan-200-hsl: 186.21, 93.55%, 81.76%;
  --tw-color-cyan-300-hex: #67e8f9;
  --tw-color-cyan-300-hsl: 186.99, 92.41%, 69.02%;
  --tw-color-cyan-400-hex: #22d3ee;
  --tw-color-cyan-400-hsl: 187.94, 85.71%, 53.33%;
  --tw-color-cyan-500-hex: #06b6d4;
  --tw-color-cyan-500-hsl: 188.74, 94.5%, 42.75%;
  --tw-color-cyan-600-hex: #0891b2;
  --tw-color-cyan-600-hsl: 191.65, 91.4%, 36.47%;
  --tw-color-cyan-700-hex: #0e7490;
  --tw-color-cyan-700-hsl: 192.92, 82.28%, 30.98%;
  --tw-color-cyan-800-hex: #155e75;
  --tw-color-cyan-800-hsl: 194.37, 69.57%, 27.06%;
  --tw-color-cyan-900-hex: #164e63;
  --tw-color-cyan-900-hsl: 196.36, 63.64%, 23.73%;
  --tw-color-sky-50-hex: #f0f9ff;
  --tw-color-sky-50-hsl: 204, 100%, 97.06%;
  --tw-color-sky-100-hex: #e0f2fe;
  --tw-color-sky-100-hsl: 204, 93.75%, 93.73%;
  --tw-color-sky-200-hex: #bae6fd;
  --tw-color-sky-200-hsl: 200.6, 94.37%, 86.08%;
  --tw-color-sky-300-hex: #7dd3fc;
  --tw-color-sky-300-hsl: 199.37, 95.49%, 73.92%;
  --tw-color-sky-400-hex: #38bdf8;
  --tw-color-sky-400-hsl: 198.44, 93.2%, 59.61%;
  --tw-color-sky-500-hex: #0ea5e9;
  --tw-color-sky-500-hsl: 198.63, 88.66%, 48.43%;
  --tw-color-sky-600-hex: #0284c7;
  --tw-color-sky-600-hsl: 200.41, 98.01%, 39.41%;
  --tw-color-sky-700-hex: #0369a1;
  --tw-color-sky-700-hsl: 201.27, 96.34%, 32.16%;
  --tw-color-sky-800-hex: #075985;
  --tw-color-sky-800-hsl: 200.95, 90%, 27.45%;
  --tw-color-sky-900-hex: #0c4a6e;
  --tw-color-sky-900-hsl: 202.04, 80.33%, 23.92%;
  --tw-color-blue-50-hex: #eff6ff;
  --tw-color-blue-50-hsl: 213.75, 100%, 96.86%;
  --tw-color-blue-100-hex: #dbeafe;
  --tw-color-blue-100-hsl: 214.29, 94.59%, 92.75%;
  --tw-color-blue-200-hex: #bfdbfe;
  --tw-color-blue-200-hsl: 213.33, 96.92%, 87.25%;
  --tw-color-blue-300-hex: #93c5fd;
  --tw-color-blue-300-hsl: 211.7, 96.36%, 78.43%;
  --tw-color-blue-400-hex: #60a5fa;
  --tw-color-blue-400-hsl: 213.12, 93.9%, 67.84%;
  --tw-color-blue-500-hex: #3b82f6;
  --tw-color-blue-500-hsl: 217.22, 91.22%, 59.8%;
  --tw-color-blue-600-hex: #2563eb;
  --tw-color-blue-600-hsl: 221.21, 83.19%, 53.33%;
  --tw-color-blue-700-hex: #1d4ed8;
  --tw-color-blue-700-hsl: 224.28, 76.33%, 48.04%;
  --tw-color-blue-800-hex: #1e40af;
  --tw-color-blue-800-hsl: 225.93, 70.73%, 40.2%;
  --tw-color-blue-900-hex: #1e3a8a;
  --tw-color-blue-900-hsl: 224.44, 64.29%, 32.94%;
  --tw-color-indigo-50-hex: #eef2ff;
  --tw-color-indigo-50-hsl: 225.88, 100%, 96.67%;
  --tw-color-indigo-100-hex: #e0e7ff;
  --tw-color-indigo-100-hsl: 226.45, 100%, 93.92%;
  --tw-color-indigo-200-hex: #c7d2fe;
  --tw-color-indigo-200-hsl: 228, 96.49%, 88.82%;
  --tw-color-indigo-300-hex: #a5b4fc;
  --tw-color-indigo-300-hsl: 229.66, 93.55%, 81.76%;
  --tw-color-indigo-400-hex: #818cf8;
  --tw-color-indigo-400-hsl: 234.45, 89.47%, 73.92%;
  --tw-color-indigo-500-hex: #6366f1;
  --tw-color-indigo-500-hsl: 238.73, 83.53%, 66.67%;
  --tw-color-indigo-600-hex: #4f46e5;
  --tw-color-indigo-600-hsl: 243.4, 75.36%, 58.63%;
  --tw-color-indigo-700-hex: #4338ca;
  --tw-color-indigo-700-hsl: 244.52, 57.94%, 50.59%;
  --tw-color-indigo-800-hex: #3730a3;
  --tw-color-indigo-800-hsl: 243.65, 54.5%, 41.37%;
  --tw-color-indigo-900-hex: #312e81;
  --tw-color-indigo-900-hsl: 242.17, 47.43%, 34.31%;
  --tw-color-violet-50-hex: #f5f3ff;
  --tw-color-violet-50-hsl: 250, 100%, 97.65%;
  --tw-color-violet-100-hex: #ede9fe;
  --tw-color-violet-100-hsl: 251.43, 91.3%, 95.49%;
  --tw-color-violet-200-hex: #ddd6fe;
  --tw-color-violet-200-hsl: 250.5, 95.24%, 91.76%;
  --tw-color-violet-300-hex: #c4b5fd;
  --tw-color-violet-300-hsl: 252.5, 94.74%, 85.1%;
  --tw-color-violet-400-hex: #a78bfa;
  --tw-color-violet-400-hsl: 255.14, 91.74%, 76.27%;
  --tw-color-violet-500-hex: #8b5cf6;
  --tw-color-violet-500-hsl: 258.31, 89.53%, 66.27%;
  --tw-color-violet-600-hex: #7c3aed;
  --tw-color-violet-600-hsl: 262.12, 83.26%, 57.84%;
  --tw-color-violet-700-hex: #6d28d9;
  --tw-color-violet-700-hsl: 263.39, 69.96%, 50.39%;
  --tw-color-violet-800-hex: #5b21b6;
  --tw-color-violet-800-hsl: 263.36, 69.3%, 42.16%;
  --tw-color-violet-900-hex: #4c1d95;
  --tw-color-violet-900-hsl: 263.5, 67.42%, 34.9%;
  --tw-color-purple-50-hex: #faf5ff;
  --tw-color-purple-50-hsl: 270, 100%, 98.04%;
  --tw-color-purple-100-hex: #f3e8ff;
  --tw-color-purple-100-hsl: 268.7, 100%, 95.49%;
  --tw-color-purple-200-hex: #e9d5ff;
  --tw-color-purple-200-hsl: 268.57, 100%, 91.76%;
  --tw-color-purple-300-hex: #d8b4fe;
  --tw-color-purple-300-hsl: 269.19, 97.37%, 85.1%;
  --tw-color-purple-400-hex: #c084fc;
  --tw-color-purple-400-hsl: 270, 95.24%, 75.29%;
  --tw-color-purple-500-hex: #a855f7;
  --tw-color-purple-500-hsl: 270.74, 91.01%, 65.1%;
  --tw-color-purple-600-hex: #9333ea;
  --tw-color-purple-600-hsl: 271.48, 81.33%, 55.88%;
  --tw-color-purple-700-hex: #7e22ce;
  --tw-color-purple-700-hsl: 272.09, 71.67%, 47.06%;
  --tw-color-purple-800-hex: #6b21a8;
  --tw-color-purple-800-hsl: 272.89, 67.16%, 39.41%;
  --tw-color-purple-900-hex: #581c87;
  --tw-color-purple-900-hsl: 273.64, 65.64%, 31.96%;
  --tw-color-fuchsia-50-hex: #fdf4ff;
  --tw-color-fuchsia-50-hsl: 289.09, 100%, 97.84%;
  --tw-color-fuchsia-100-hex: #fae8ff;
  --tw-color-fuchsia-100-hsl: 286.96, 100%, 95.49%;
  --tw-color-fuchsia-200-hex: #f5d0fe;
  --tw-color-fuchsia-200-hsl: 288.26, 95.83%, 90.59%;
  --tw-color-fuchsia-300-hex: #f0abfc;
  --tw-color-fuchsia-300-hsl: 291.11, 93.1%, 82.94%;
  --tw-color-fuchsia-400-hex: #e879f9;
  --tw-color-fuchsia-400-hsl: 292.03, 91.43%, 72.55%;
  --tw-color-fuchsia-500-hex: #d946ef;
  --tw-color-fuchsia-500-hsl: 292.19, 84.08%, 60.59%;
  --tw-color-fuchsia-600-hex: #c026d3;
  --tw-color-fuchsia-600-hsl: 293.41, 69.48%, 48.82%;
  --tw-color-fuchsia-700-hex: #a21caf;
  --tw-color-fuchsia-700-hsl: 294.69, 72.41%, 39.8%;
  --tw-color-fuchsia-800-hex: #86198f;
  --tw-color-fuchsia-800-hsl: 295.42, 70.24%, 32.94%;
  --tw-color-fuchsia-900-hex: #701a75;
  --tw-color-fuchsia-900-hsl: 296.7, 63.64%, 28.04%;
  --tw-color-pink-50-hex: #fdf2f8;
  --tw-color-pink-50-hsl: 327.27, 73.33%, 97.06%;
  --tw-color-pink-100-hex: #fce7f3;
  --tw-color-pink-100-hsl: 325.71, 77.78%, 94.71%;
  --tw-color-pink-200-hex: #fbcfe8;
  --tw-color-pink-200-hsl: 325.91, 84.62%, 89.8%;
  --tw-color-pink-300-hex: #f9a8d4;
  --tw-color-pink-300-hsl: 327.41, 87.1%, 81.76%;
  --tw-color-pink-400-hex: #f472b6;
  --tw-color-pink-400-hsl: 328.62, 85.53%, 70.2%;
  --tw-color-pink-500-hex: #ec4899;
  --tw-color-pink-500-hsl: 330.37, 81.19%, 60.39%;
  --tw-color-pink-600-hex: #db2777;
  --tw-color-pink-600-hsl: 333.33, 71.43%, 50.59%;
  --tw-color-pink-700-hex: #be185d;
  --tw-color-pink-700-hsl: 335.06, 77.57%, 41.96%;
  --tw-color-pink-800-hex: #9d174d;
  --tw-color-pink-800-hsl: 335.82, 74.44%, 35.29%;
  --tw-color-pink-900-hex: #831843;
  --tw-color-pink-900-hsl: 335.89, 69.03%, 30.39%;
  --tw-color-rose-50-hex: #fff1f2;
  --tw-color-rose-50-hsl: 355.71, 100%, 97.25%;
  --tw-color-rose-100-hex: #ffe4e6;
  --tw-color-rose-100-hsl: 355.56, 100%, 94.71%;
  --tw-color-rose-200-hex: #fecdd3;
  --tw-color-rose-200-hsl: 352.65, 96.08%, 90%;
  --tw-color-rose-300-hex: #fda4af;
  --tw-color-rose-300-hsl: 352.58, 95.7%, 81.76%;
  --tw-color-rose-400-hex: #fb7185;
  --tw-color-rose-400-hsl: 351.3, 94.52%, 71.37%;
  --tw-color-rose-500-hex: #f43f5e;
  --tw-color-rose-500-hsl: 349.72, 89.16%, 60.2%;
  --tw-color-rose-600-hex: #e11d48;
  --tw-color-rose-600-hsl: 346.84, 77.17%, 49.8%;
  --tw-color-rose-700-hex: #be123c;
  --tw-color-rose-700-hsl: 345.35, 82.69%, 40.78%;
  --tw-color-rose-800-hex: #9f1239;
  --tw-color-rose-800-hsl: 343.4, 79.66%, 34.71%;
  --tw-color-rose-900-hex: #881337;
  --tw-color-rose-900-hsl: 341.54, 75.48%, 30.39%;
  --tw-color-primary-light-hex: #fad170;
  --tw-color-primary-light-hsl: 42.17, 93.24%, 70.98%;
  --tw-color-primary-DEFAULT-hex: #f9c548;
  --tw-color-primary-DEFAULT-hsl: 42.37, 93.65%, 62.94%;
  --tw-color-primary-dark-hex: #d5ae52;
  --tw-color-primary-dark-hsl: 42.14, 60.93%, 57.84%;
  --tw-color-primary-darker-hex: #ae8e3e;
  --tw-color-primary-darker-hsl: 42.86, 47.46%, 46.27%;
  --tw-color-cloud-DEFAULT-hex: #1eb4d4;
  --tw-color-cloud-DEFAULT-hsl: 190.55, 75.21%, 47.45%;
  --tw-color-cloud-dark-hex: #197b98;
  --tw-color-cloud-dark-hsl: 193.7, 71.75%, 34.71%;
  --tw-color-cloud-darker-hex: #074c4c;
  --tw-color-cloud-darker-hsl: 180, 83.13%, 16.27%;
  --tw-color-secondary-light-hex: #eef4f7;
  --tw-color-secondary-light-hsl: 200, 36%, 95.1%;
  --tw-color-secondary-DEFAULT-hex: #297393;
  --tw-color-secondary-DEFAULT-hsl: 198.11, 56.38%, 36.86%;
  --tw-color-secondary-dark-hex: #14394a;
  --tw-color-secondary-dark-hsl: 198.89, 57.45%, 18.43%;
  --tw-color-legacybg-DEFAULT-hex: #f8fafb;
  --tw-color-legacybg-DEFAULT-hsl: 200, 27.27%, 97.84%;
  --tw-color-muted-DEFAULT-hex: #64748B;
  --tw-color-muted-DEFAULT-hsl: 215.38, 16.32%, 46.86%;
  --tw-color-muted-dark-hex: #64748B;
  --tw-color-muted-dark-hsl: 215.38, 16.32%, 46.86%;
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::-webkit-backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container{
  width: 100%;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.prose-lg{
  font-size: 1.125rem;
  line-height: 1.7777778;
}
.prose-lg :where(p):not(:where([class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}
.prose-lg :where([class~="lead"]):not(:where([class~="not-prose"] *)){
  font-size: 1.2222222em;
  line-height: 1.4545455;
  margin-top: 1.0909091em;
  margin-bottom: 1.0909091em;
}
.prose-lg :where(blockquote):not(:where([class~="not-prose"] *)){
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  padding-left: 1em;
}
.prose-lg :where(h1):not(:where([class~="not-prose"] *)){
  font-size: 2.6666667em;
  margin-top: 0;
  margin-bottom: 0.8333333em;
  line-height: 1;
}
.prose-lg :where(h2):not(:where([class~="not-prose"] *)){
  font-size: 1.6666667em;
  margin-top: 1.8666667em;
  margin-bottom: 1.0666667em;
  line-height: 1.3333333;
}
.prose-lg :where(h3):not(:where([class~="not-prose"] *)){
  font-size: 1.3333333em;
  margin-top: 1.6666667em;
  margin-bottom: 0.6666667em;
  line-height: 1.5;
}
.prose-lg :where(h4):not(:where([class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}
.prose-lg :where(img):not(:where([class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.prose-lg :where(video):not(:where([class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.prose-lg :where(figure):not(:where([class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.prose-lg :where(figure > *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose-lg :where(figcaption):not(:where([class~="not-prose"] *)){
  font-size: 0.8888889em;
  line-height: 1.5;
  margin-top: 1em;
}
.prose-lg :where(code):not(:where([class~="not-prose"] *)){
  font-size: 0.8888889em;
}
.prose-lg :where(h2 code):not(:where([class~="not-prose"] *)){
  font-size: 0.8666667em;
}
.prose-lg :where(h3 code):not(:where([class~="not-prose"] *)){
  font-size: 0.875em;
}
.prose-lg :where(pre):not(:where([class~="not-prose"] *)){
  font-size: 0.8888889em;
  line-height: 1.75;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.375rem;
  padding-top: 1em;
  padding-right: 1.5em;
  padding-bottom: 1em;
  padding-left: 1.5em;
}
.prose-lg :where(ol):not(:where([class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-left: 1.5555556em;
}
.prose-lg :where(ul):not(:where([class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-left: 1.5555556em;
}
.prose-lg :where(li):not(:where([class~="not-prose"] *)){
  margin-top: 0.6666667em;
  margin-bottom: 0.6666667em;
}
.prose-lg :where(ol > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.4444444em;
}
.prose-lg :where(ul > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.4444444em;
}
.prose-lg :where(.prose-lg > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-lg :where(.prose-lg > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.3333333em;
}
.prose-lg :where(.prose-lg > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.3333333em;
}
.prose-lg :where(.prose-lg > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.3333333em;
}
.prose-lg :where(.prose-lg > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.3333333em;
}
.prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-lg :where(hr):not(:where([class~="not-prose"] *)){
  margin-top: 3.1111111em;
  margin-bottom: 3.1111111em;
}
.prose-lg :where(hr + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose-lg :where(h2 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose-lg :where(h3 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose-lg :where(h4 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose-lg :where(table):not(:where([class~="not-prose"] *)){
  font-size: 0.8888889em;
  line-height: 1.5;
}
.prose-lg :where(thead th):not(:where([class~="not-prose"] *)){
  padding-right: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
}
.prose-lg :where(thead th:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}
.prose-lg :where(thead th:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}
.prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)){
  padding-top: 0.75em;
  padding-right: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
}
.prose-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}
.prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}
.prose-lg :where(.prose-lg > :first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose-lg :where(.prose-lg > :last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}
.prose-xl{
  font-size: 1.25rem;
  line-height: 1.8;
}
.prose-xl :where(p):not(:where([class~="not-prose"] *)){
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose-xl :where([class~="lead"]):not(:where([class~="not-prose"] *)){
  font-size: 1.2em;
  line-height: 1.5;
  margin-top: 1em;
  margin-bottom: 1em;
}
.prose-xl :where(blockquote):not(:where([class~="not-prose"] *)){
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1.0666667em;
}
.prose-xl :where(h1):not(:where([class~="not-prose"] *)){
  font-size: 2.8em;
  margin-top: 0;
  margin-bottom: 0.8571429em;
  line-height: 1;
}
.prose-xl :where(h2):not(:where([class~="not-prose"] *)){
  font-size: 1.8em;
  margin-top: 1.5555556em;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose-xl :where(h3):not(:where([class~="not-prose"] *)){
  font-size: 1.5em;
  margin-top: 1.6em;
  margin-bottom: 0.6666667em;
  line-height: 1.3333333;
}
.prose-xl :where(h4):not(:where([class~="not-prose"] *)){
  margin-top: 1.8em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose-xl :where(img):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose-xl :where(video):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose-xl :where(figure):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose-xl :where(figure > *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose-xl :where(figcaption):not(:where([class~="not-prose"] *)){
  font-size: 0.9em;
  line-height: 1.5555556;
  margin-top: 1em;
}
.prose-xl :where(code):not(:where([class~="not-prose"] *)){
  font-size: 0.9em;
}
.prose-xl :where(h2 code):not(:where([class~="not-prose"] *)){
  font-size: 0.8611111em;
}
.prose-xl :where(h3 code):not(:where([class~="not-prose"] *)){
  font-size: 0.9em;
}
.prose-xl :where(pre):not(:where([class~="not-prose"] *)){
  font-size: 0.9em;
  line-height: 1.7777778;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.5rem;
  padding-top: 1.1111111em;
  padding-right: 1.3333333em;
  padding-bottom: 1.1111111em;
  padding-left: 1.3333333em;
}
.prose-xl :where(ol):not(:where([class~="not-prose"] *)){
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  padding-left: 1.6em;
}
.prose-xl :where(ul):not(:where([class~="not-prose"] *)){
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  padding-left: 1.6em;
}
.prose-xl :where(li):not(:where([class~="not-prose"] *)){
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}
.prose-xl :where(ol > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.4em;
}
.prose-xl :where(ul > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.4em;
}
.prose-xl :where(.prose-xl > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
.prose-xl :where(.prose-xl > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.2em;
}
.prose-xl :where(.prose-xl > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.2em;
}
.prose-xl :where(.prose-xl > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.2em;
}
.prose-xl :where(.prose-xl > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.2em;
}
.prose-xl :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
.prose-xl :where(hr):not(:where([class~="not-prose"] *)){
  margin-top: 2.8em;
  margin-bottom: 2.8em;
}
.prose-xl :where(hr + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose-xl :where(h2 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose-xl :where(h3 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose-xl :where(h4 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose-xl :where(table):not(:where([class~="not-prose"] *)){
  font-size: 0.9em;
  line-height: 1.5555556;
}
.prose-xl :where(thead th):not(:where([class~="not-prose"] *)){
  padding-right: 0.6666667em;
  padding-bottom: 0.8888889em;
  padding-left: 0.6666667em;
}
.prose-xl :where(thead th:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}
.prose-xl :where(thead th:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}
.prose-xl :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)){
  padding-top: 0.8888889em;
  padding-right: 0.6666667em;
  padding-bottom: 0.8888889em;
  padding-left: 0.6666667em;
}
.prose-xl :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}
.prose-xl :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}
.prose-xl :where(.prose-xl > :first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose-xl :where(.prose-xl > :last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none{
  pointer-events: none;
}
.pointer-events-auto{
  pointer-events: auto;
}
.visible{
  visibility: visible;
}
.\!visible{
  visibility: visible !important;
}
.invisible{
  visibility: hidden;
}
.collapse{
  visibility: collapse;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.inset-px{
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
}
.inset-y-0{
  top: 0px;
  bottom: 0px;
}
.-top-2{
  top: -0.5rem;
}
.left-2{
  left: 0.5rem;
}
.\!-top-3{
  top: -0.75rem !important;
}
.\!-right-2{
  right: -0.5rem !important;
}
.top-1\/4{
  top: 25%;
}
.left-1\/2{
  left: 50%;
}
.top-\[50\%\]{
  top: 50%;
}
.left-\[50\%\]{
  left: 50%;
}
.top-0{
  top: 0px;
}
.left-0{
  left: 0px;
}
.left-2\/4{
  left: 50%;
}
.right-3{
  right: 0.75rem;
}
.top-3{
  top: 0.75rem;
}
.top-\[-1px\]{
  top: -1px;
}
.right-\[-1px\]{
  right: -1px;
}
.bottom-\[-1px\]{
  bottom: -1px;
}
.left-\[-1px\]{
  left: -1px;
}
.bottom-0{
  bottom: 0px;
}
.right-0{
  right: 0px;
}
.bottom-\[22px\]{
  bottom: 22px;
}
.right-\[1px\]{
  right: 1px;
}
.bottom-4{
  bottom: 1rem;
}
.top-10{
  top: 2.5rem;
}
.right-2{
  right: 0.5rem;
}
.top-\[10px\]{
  top: 10px;
}
.-left-2{
  left: -0.5rem;
}
.-top-\[1px\]{
  top: -1px;
}
.-left-\[2px\]{
  left: -2px;
}
.bottom-6{
  bottom: 1.5rem;
}
.right-24{
  right: 6rem;
}
.-top-1{
  top: -0.25rem;
}
.bottom-2{
  bottom: 0.5rem;
}
.right-2\.5{
  right: 0.625rem;
}
.-top-0\.5{
  top: -0.125rem;
}
.-top-0{
  top: -0px;
}
.left-\[480px\]{
  left: 480px;
}
.-left-1{
  left: -0.25rem;
}
.top-1\/2{
  top: 50%;
}
.right-4{
  right: 1rem;
}
.bottom-8{
  bottom: 2rem;
}
.right-8{
  right: 2rem;
}
.-top-3\.5{
  top: -0.875rem;
}
.-top-3{
  top: -0.75rem;
}
.-right-\[6px\]{
  right: -6px;
}
.top-2{
  top: 0.5rem;
}
.top-\[4px\]{
  top: 4px;
}
.-left-8{
  left: -2rem;
}
.bottom-14{
  bottom: 3.5rem;
}
.right-12{
  right: 3rem;
}
.-right-8{
  right: -2rem;
}
.z-10{
  z-index: 10;
}
.z-\[100\]{
  z-index: 100;
}
.z-\[101\]{
  z-index: 101;
}
.z-\[102\]{
  z-index: 102;
}
.z-\[9999999\]{
  z-index: 9999999;
}
.z-0{
  z-index: 0;
}
.z-50{
  z-index: 50;
}
.z-\[99999\]{
  z-index: 99999;
}
.z-20{
  z-index: 20;
}
.z-\[1\]{
  z-index: 1;
}
.z-\[103\]{
  z-index: 103;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.col-span-5{
  grid-column: span 5 / span 5;
}
.col-span-1{
  grid-column: span 1 / span 1;
}
.col-span-4{
  grid-column: span 4 / span 4;
}
.col-span-8{
  grid-column: span 8 / span 8;
}
.col-span-12{
  grid-column: span 12 / span 12;
}
.col-span-6{
  grid-column: span 6 / span 6;
}
.float-right{
  float: right;
}
.float-left{
  float: left;
}
.clear-both{
  clear: both;
}
.m-0{
  margin: 0px;
}
.\!m-0{
  margin: 0px !important;
}
.m-md{
  margin: 1.429rem;
}
.m-3{
  margin: 0.75rem;
}
.m-1{
  margin: 0.25rem;
}
.m-4{
  margin: 1rem;
}
.m-8{
  margin: 2rem;
}
.m-2{
  margin: 0.5rem;
}
.m-sm{
  margin: 0.857rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-1\.5{
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}
.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.my-md{
  margin-top: 1.429rem;
  margin-bottom: 1.429rem;
}
.my-1\.5{
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mx-6{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mx-3{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-lg{
  margin-top: 2.286rem;
  margin-bottom: 2.286rem;
}
.my-sm{
  margin-top: 0.857rem;
  margin-bottom: 0.857rem;
}
.-my-2{
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.-mx-4{
  margin-left: -1rem;
  margin-right: -1rem;
}
.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.mx-sm{
  margin-left: 0.857rem;
  margin-right: 0.857rem;
}
.-mx-9{
  margin-left: -2.25rem;
  margin-right: -2.25rem;
}
.mx-xs{
  margin-left: 0.571rem;
  margin-right: 0.571rem;
}
.my-xs{
  margin-top: 0.571rem;
  margin-bottom: 0.571rem;
}
.mb-xs{
  margin-bottom: 0.571rem;
}
.mr-sm{
  margin-right: 0.857rem;
}
.mb-md{
  margin-bottom: 1.429rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mt-4{
  margin-top: 1rem;
}
.mr-1{
  margin-right: 0.25rem;
}
.ml-xs{
  margin-left: 0.571rem;
}
.mt-\[-5px\]{
  margin-top: -5px;
}
.mr-4{
  margin-right: 1rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-sm{
  margin-bottom: 0.857rem;
}
.mt-md{
  margin-top: 1.429rem;
}
.mt-sm{
  margin-top: 0.857rem;
}
.mr-xs{
  margin-right: 0.571rem;
}
.ml-4{
  margin-left: 1rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.ml-1\.5{
  margin-left: 0.375rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.ml-sm{
  margin-left: 0.857rem;
}
.mt-0\.5{
  margin-top: 0.125rem;
}
.mt-0{
  margin-top: 0px;
}
.mr-1\.5{
  margin-right: 0.375rem;
}
.mt-lg{
  margin-top: 2.286rem;
}
.ml-auto{
  margin-left: auto;
}
.-ml-1{
  margin-left: -0.25rem;
}
.mt-xs{
  margin-top: 0.571rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mr-0{
  margin-right: 0px;
}
.-mr-2{
  margin-right: -0.5rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mr-md{
  margin-right: 1.429rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.ml-lg{
  margin-left: 2.286rem;
}
.mb-lg{
  margin-bottom: 2.286rem;
}
.-mb-9{
  margin-bottom: -2.25rem;
}
.-ml-14{
  margin-left: -3.5rem;
}
.\!ml-1{
  margin-left: 0.25rem !important;
}
.mb-formlabel{
  margin-bottom: 0.571rem;
}
.ml-0{
  margin-left: 0px;
}
.mr-\[15px\]{
  margin-right: 15px;
}
.mb-0{
  margin-bottom: 0px;
}
.mt-3{
  margin-top: 0.75rem;
}
.mb-3\.5{
  margin-bottom: 0.875rem;
}
.ml-6{
  margin-left: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.ml-\[0\.47rem\]{
  margin-left: 0.47rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.mr-px{
  margin-right: 1px;
}
.ml-px{
  margin-left: 1px;
}
.mt-\[-8px\]{
  margin-top: -8px;
}
.ml-8{
  margin-left: 2rem;
}
.ml-10{
  margin-left: 2.5rem;
}
.ml-\[-14px\]{
  margin-left: -14px;
}
.mt-\[1px\]{
  margin-top: 1px;
}
.mr-8{
  margin-right: 2rem;
}
.mt-\[3px\]{
  margin-top: 3px;
}
.-mr-1{
  margin-right: -0.25rem;
}
.mr-5{
  margin-right: 1.25rem;
}
.mb-1\.5{
  margin-bottom: 0.375rem;
}
.ml-md{
  margin-left: 1.429rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-\[20px\]{
  margin-top: 20px;
}
.mb-\[50px\]{
  margin-bottom: 50px;
}
.-ml-md{
  margin-left: -1.429rem;
}
.\!mr-sm{
  margin-right: 0.857rem !important;
}
.mr-auto{
  margin-right: auto;
}
.-ml-xs{
  margin-left: -0.571rem;
}
.\!mr-1{
  margin-right: 0.25rem !important;
}
.\!mt-0{
  margin-top: 0px !important;
}
.-mt-2{
  margin-top: -0.5rem;
}
.-ml-3{
  margin-left: -0.75rem;
}
.mt-xl{
  margin-top: 2.857rem;
}
.-mt-\[4px\]{
  margin-top: -4px;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.-ml-1\.5{
  margin-left: -0.375rem;
}
.mt-20{
  margin-top: 5rem;
}
.-mt-\[8px\]{
  margin-top: -8px;
}
.-ml-2{
  margin-left: -0.5rem;
}
.mb-2\.5{
  margin-bottom: 0.625rem;
}
.-mt-4{
  margin-top: -1rem;
}
.mr-xl{
  margin-right: 2.857rem;
}
.\!mr-xs{
  margin-right: 0.571rem !important;
}
.ml-2\.5{
  margin-left: 0.625rem;
}
.mr-0\.5{
  margin-right: 0.125rem;
}
.-mt-xs{
  margin-top: -0.571rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.\!mr-4{
  margin-right: 1rem !important;
}
.-ml-8{
  margin-left: -2rem;
}
.box-border{
  box-sizing: border-box;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.\!table{
  display: table !important;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.aspect-square{
  aspect-ratio: 1 / 1;
}
.h-input{
  height: 2.5rem;
}
.h-screen{
  height: 100vh;
}
.h-full{
  height: 100%;
}
.h-16{
  height: 4rem;
}
.h-\[45px\]{
  height: 45px;
}
.h-\[36px\]{
  height: 36px;
}
.h-5{
  height: 1.25rem;
}
.h-\[226px\]{
  height: 226px;
}
.h-\[148px\]{
  height: 148px;
}
.h-btn{
  height: 2.5rem;
}
.h-btnsm{
  height: 2rem;
}
.h-4{
  height: 1rem;
}
.h-auto{
  height: auto;
}
.h-3{
  height: 0.75rem;
}
.h-0{
  height: 0px;
}
.h-\[calc\(2\.5rem-2px\)\]{
  height: calc(2.5rem - 2px);
}
.\!h-4{
  height: 1rem !important;
}
.h-8{
  height: 2rem;
}
.h-14{
  height: 3.5rem;
}
.h-20{
  height: 5rem;
}
.h-10{
  height: 2.5rem;
}
.h-xl{
  height: 2.857rem;
}
.h-6{
  height: 1.5rem;
}
.h-lg{
  height: 2.286rem;
}
.h-md{
  height: 1.429rem;
}
.h-\[calc\(100vh-35\.49px-54px\)\]{
  height: calc(100vh - 35.49px - 54px);
}
.h-\[calc\(100vh-56px\)\]{
  height: calc(100vh - 56px);
}
.h-\[93px\]{
  height: 93px;
}
.h-\[250px\]{
  height: 250px;
}
.h-\[24px\]{
  height: 24px;
}
.h-\[88px\]{
  height: 88px;
}
.h-\[20px\]{
  height: 20px;
}
.h-\[500px\]{
  height: 500px;
}
.h-\[300px\]{
  height: 300px;
}
.h-\[400px\]{
  height: 400px;
}
.h-12{
  height: 3rem;
}
.h-\[14px\]{
  height: 14px;
}
.h-64{
  height: 16rem;
}
.h-9{
  height: 2.25rem;
}
.h-\[1px\]{
  height: 1px;
}
.h-24{
  height: 6rem;
}
.h-\[46px\]{
  height: 46px;
}
.h-\[calc\(30vh\)\]{
  height: calc(30vh);
}
.h-\[calc\(100vh-450px\)\]{
  height: calc(100vh - 450px);
}
.h-7{
  height: 1.75rem;
}
.h-2{
  height: 0.5rem;
}
.h-\[200\]{
  height: 200;
}
.h-\[30rem\]{
  height: 30rem;
}
.max-h-\[85vh\]{
  max-height: 85vh;
}
.max-h-\[calc\(100vh-14rem\)\]{
  max-height: calc(100vh - 14rem);
}
.max-h-\[320px\]{
  max-height: 320px;
}
.max-h-full{
  max-height: 100%;
}
.max-h-\[50vh\]{
  max-height: 50vh;
}
.max-h-\[75vh\]{
  max-height: 75vh;
}
.max-h-\[100vh\]{
  max-height: 100vh;
}
.max-h-\[65vh\]{
  max-height: 65vh;
}
.max-h-\[calc\(100vh-20rem\)\]{
  max-height: calc(100vh - 20rem);
}
.max-h-\[312px\]{
  max-height: 312px;
}
.min-h-screen{
  min-height: 100vh;
}
.\!min-h-0{
  min-height: 0px !important;
}
.min-h-full{
  min-height: 100%;
}
.min-h-\[500px\]{
  min-height: 500px;
}
.min-h-\[100px\]{
  min-height: 100px;
}
.w-full{
  width: 100%;
}
.w-screen{
  width: 100vw;
}
.w-7\/12{
  width: 58.333333%;
}
.w-1\/3{
  width: 33.333333%;
}
.w-6\/12{
  width: 50%;
}
.w-1\/6{
  width: 16.666667%;
}
.w-36{
  width: 9rem;
}
.w-\[400px\]{
  width: 400px;
}
.w-\[90\%\]{
  width: 90%;
}
.w-\[10\%\]{
  width: 10%;
}
.w-max{
  width: max-content;
}
.w-28{
  width: 7rem;
}
.w-\[90vw\]{
  width: 90vw;
}
.w-4{
  width: 1rem;
}
.w-5{
  width: 1.25rem;
}
.w-3{
  width: 0.75rem;
}
.w-0{
  width: 0px;
}
.\!w-inherit{
  width: inherit !important;
}
.w-\[42px\]{
  width: 42px;
}
.w-1\/2{
  width: 50%;
}
.\!w-4{
  width: 1rem !important;
}
.w-px{
  width: 1px;
}
.w-10{
  width: 2.5rem;
}
.w-14{
  width: 3.5rem;
}
.w-xl{
  width: 2.857rem;
}
.w-11{
  width: 2.75rem;
}
.w-lg{
  width: 2.286rem;
}
.w-\[20px\]{
  width: 20px;
}
.w-12{
  width: 3rem;
}
.w-48{
  width: 12rem;
}
.w-\[28\%\]{
  width: 28%;
}
.w-\[80\%\]{
  width: 80%;
}
.w-9{
  width: 2.25rem;
}
.w-auto{
  width: auto;
}
.w-\[50\%\]{
  width: 50%;
}
.w-\[15\%\]{
  width: 15%;
}
.w-\[30\%\]{
  width: 30%;
}
.w-\[55\%\]{
  width: 55%;
}
.w-\[69\%\]{
  width: 69%;
}
.w-\[20\%\]{
  width: 20%;
}
.w-3\/4{
  width: 75%;
}
.w-7{
  width: 1.75rem;
}
.w-\[320px\]{
  width: 320px;
}
.w-\[46px\]{
  width: 46px;
}
.w-\[600px\]{
  width: 600px;
}
.w-1\/4{
  width: 25%;
}
.w-16{
  width: 4rem;
}
.w-\[768\]{
  width: 768;
}
.w-8\/12{
  width: 66.666667%;
}
.w-32{
  width: 8rem;
}
.w-\[160px\]{
  width: 160px;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-9\/12{
  width: 75%;
}
.w-3\/12{
  width: 25%;
}
.w-72{
  width: 18rem;
}
.w-80{
  width: 20rem;
}
.w-56{
  width: 14rem;
}
.w-64{
  width: 16rem;
}
.w-40{
  width: 10rem;
}
.w-6{
  width: 1.5rem;
}
.w-2{
  width: 0.5rem;
}
.w-4\/12{
  width: 33.333333%;
}
.w-96{
  width: 24rem;
}
.w-2\.5{
  width: 0.625rem;
}
.w-2\/12{
  width: 16.666667%;
}
.w-1\/5{
  width: 20%;
}
.w-4\/6{
  width: 66.666667%;
}
.w-2\/3{
  width: 66.666667%;
}
.w-\[700px\]{
  width: 700px;
}
.w-md{
  width: 1.429rem;
}
.w-\[325px\]{
  width: 325px;
}
.w-\[70\%\]{
  width: 70%;
}
.min-w-full{
  min-width: 100%;
}
.min-w-0{
  min-width: 0px;
}
.min-w-\[120px\]{
  min-width: 120px;
}
.min-w-\[180px\]{
  min-width: 180px;
}
.min-w-\[300px\]{
  min-width: 300px;
}
.min-w-\[200px\]{
  min-width: 200px;
}
.min-w-\[100px\]{
  min-width: 100px;
}
.min-w-max{
  min-width: max-content;
}
.min-w-\[220px\]{
  min-width: 220px;
}
.min-w-\[75\%\]{
  min-width: 75%;
}
.max-w-xl{
  max-width: 36rem;
}
.max-w-5xl{
  max-width: 64rem;
}
.max-w-screen-md{
  max-width: 768px;
}
.max-w-3xl{
  max-width: 48rem;
}
.max-w-\[500px\]{
  max-width: 500px;
}
.max-w-full{
  max-width: 100%;
}
.max-w-2xl{
  max-width: 42rem;
}
.max-w-4xl{
  max-width: 56rem;
}
.max-w-6xl{
  max-width: 72rem;
}
.max-w-max{
  max-width: max-content;
}
.max-w-xs{
  max-width: 20rem;
}
.max-w-lg{
  max-width: 32rem;
}
.max-w-\[72rem\]{
  max-width: 72rem;
}
.max-w-\[17vw\]{
  max-width: 17vw;
}
.max-w-\[28vw\]{
  max-width: 28vw;
}
.max-w-\[200px\]{
  max-width: 200px;
}
.max-w-sm{
  max-width: 24rem;
}
.max-w-\[300\]{
  max-width: 300;
}
.max-w-md{
  max-width: 28rem;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-auto{
  flex: 1 1 auto;
}
.flex-\[0_0_160px\]{
  flex: 0 0 160px;
}
.flex-\[2\]{
  flex: 2;
}
.flex-\[1\]{
  flex: 1;
}
.flex-initial{
  flex: 0 1 auto;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.shrink-0{
  flex-shrink: 0;
}
.flex-grow{
  flex-grow: 1;
}
.grow{
  flex-grow: 1;
}
.basis-full{
  flex-basis: 100%;
}
.border-collapse{
  border-collapse: collapse;
}
.border-separate{
  border-collapse: separate;
}
.origin-top-left{
  transform-origin: top left;
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[-50\%\]{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-50\%\]{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-2\/4{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-0\.5{
  --tw-translate-y: -0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-0{
  --tw-translate-y: -0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-5{
  --tw-translate-x: 1.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-0{
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-1\/2{
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-1\/2{
  --tw-translate-y: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-90{
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-0{
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-6{
  --tw-rotate: 6deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-75{
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.\!transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}
.animate-spin{
  animation: spin 1s linear infinite;
}
@keyframes ping{
  75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}
.animate-ping{
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}
@keyframes collapsibleContentOpen{
  from{
    height: 0;
  }
  to{
    height: var(--radix-collapsible-content-height);
  }
}
.animate-collapsibleContentOpen{
  animation: collapsibleContentOpen 300ms ease-out;
}
@keyframes collapsibleContentOpen{
  from{
    height: 0;
  }
  to{
    height: var(--radix-collapsible-content-height);
  }
}
.animate-collapsibleContentOpenFast{
  animation: collapsibleContentOpen 200ms ease-out;
}
@keyframes collapsibleContentClose{
  from{
    height: var(--radix-collapsible-content-height);
  }
  to{
    height: 0;
  }
}
.animate-collapsibleContentClose{
  animation: collapsibleContentClose 300ms ease-out;
}
@keyframes collapsibleContentClose{
  from{
    height: var(--radix-collapsible-content-height);
  }
  to{
    height: 0;
  }
}
.animate-collapsibleContentCloseFast{
  animation: collapsibleContentClose 200ms ease-out;
}
@keyframes notificationOpen{
  from{
    opacity: 0;
    transform: translateX(100%);
  }
  to{
    opacity: 1;
    transform: translateX(0);
  }
}
.animate-notificationOpen{
  animation: notificationOpen 300ms ease-in-out;
}
@keyframes notificationClose{
  from{
    opacity: 1;
    transform: translateY(0);
  }
  to{
    opacity: 0;
    transform: translateY(-100%);
  }
}
.animate-notificationClose{
  animation: notificationClose 300ms ease-in-out;
}
@keyframes pulse{
  50%{
    opacity: .5;
  }
}
.animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.cursor-not-allowed{
  cursor: not-allowed;
}
.cursor-pointer{
  cursor: pointer;
}
.cursor-progress{
  cursor: progress;
}
.\!cursor-not-allowed{
  cursor: not-allowed !important;
}
.touch-none{
  touch-action: none;
}
.select-none{
  -webkit-user-select: none;
          user-select: none;
}
.resize-y{
  resize: vertical;
}
.resize{
  resize: both;
}
.list-outside{
  list-style-position: outside;
}
.list-disc{
  list-style-type: disc;
}
.auto-cols-max{
  grid-auto-columns: max-content;
}
.grid-flow-row{
  grid-auto-flow: row;
}
.grid-flow-col{
  grid-auto-flow: column;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-\[repeat\(_auto-fit\2c _minmax\(300px\2c _1fr\)\)\]{
  grid-template-columns: repeat( auto-fit, minmax(300px, 1fr));
}
.grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5{
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.flex-nowrap{
  flex-wrap: nowrap;
}
.content-center{
  align-content: center;
}
.content-start{
  align-content: flex-start;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-baseline{
  align-items: baseline;
}
.items-stretch{
  align-items: stretch;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-around{
  justify-content: space-around;
}
.gap-1{
  gap: 0.25rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-1\.5{
  gap: 0.375rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-\[12px\]{
  gap: 12px;
}
.gap-sm{
  gap: 0.857rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.gap-0\.5{
  gap: 0.125rem;
}
.gap-0{
  gap: 0px;
}
.gap-5{
  gap: 1.25rem;
}
.gap-\[2px\]{
  gap: 2px;
}
.gap-y-8{
  row-gap: 2rem;
}
.gap-y-4{
  row-gap: 1rem;
}
.space-y-md > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.429rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.429rem * var(--tw-space-y-reverse));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-sm > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.857rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.857rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-0 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}
.space-x-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-xs > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.571rem * var(--tw-space-x-reverse));
  margin-left: calc(0.571rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-xs > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.571rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.571rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.375rem * var(--tw-space-x-reverse));
  margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-x > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-gray-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-divide-opacity));
}
.divide-gray-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-divide-opacity));
}
.divide-slate-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-divide-opacity));
}
.self-start{
  align-self: flex-start;
}
.self-end{
  align-self: flex-end;
}
.self-center{
  align-self: center;
}
.self-stretch{
  align-self: stretch;
}
.self-baseline{
  align-self: baseline;
}
.justify-self-start{
  justify-self: start;
}
.justify-self-end{
  justify-self: end;
}
.overflow-auto{
  overflow: auto;
}
.overflow-hidden{
  overflow: hidden;
}
.\!overflow-visible{
  overflow: visible !important;
}
.overflow-scroll{
  overflow: scroll;
}
.overflow-x-auto{
  overflow-x: auto;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-y-hidden{
  overflow-y: hidden;
}
.\!overflow-y-scroll{
  overflow-y: scroll !important;
}
.overflow-y-scroll{
  overflow-y: scroll;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis{
  text-overflow: ellipsis;
}
.whitespace-normal{
  white-space: normal;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.whitespace-pre{
  white-space: pre;
}
.whitespace-pre-line{
  white-space: pre-line;
}
.whitespace-pre-wrap{
  white-space: pre-wrap;
}
.break-words{
  overflow-wrap: break-word;
}
.break-all{
  word-break: break-all;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-sm{
  border-radius: 0.125rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.rounded-\[6px\]{
  border-radius: 6px;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-\[10px\]{
  border-radius: 10px;
}
.\!rounded{
  border-radius: 0.25rem !important;
}
.rounded-none{
  border-radius: 0px;
}
.rounded-r{
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.rounded-l{
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.rounded-l-none{
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.rounded-r-none{
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.rounded-t{
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.rounded-t-md{
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.rounded-t-none{
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.rounded-b-md{
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-b{
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.\!rounded-t-none{
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}
.rounded-tr-none{
  border-top-right-radius: 0px;
}
.rounded-br-none{
  border-bottom-right-radius: 0px;
}
.rounded-tl-none{
  border-top-left-radius: 0px;
}
.rounded-bl-none{
  border-bottom-left-radius: 0px;
}
.rounded-tl-sm{
  border-top-left-radius: 0.125rem;
}
.rounded-bl-sm{
  border-bottom-left-radius: 0.125rem;
}
.border{
  border-width: 1px;
}
.border-0{
  border-width: 0px;
}
.border-2{
  border-width: 2px;
}
.border-4{
  border-width: 4px;
}
.border-r{
  border-right-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-l-4{
  border-left-width: 4px;
}
.border-l-2{
  border-left-width: 2px;
}
.border-t{
  border-top-width: 1px;
}
.border-r-0{
  border-right-width: 0px;
}
.border-l-0{
  border-left-width: 0px;
}
.border-l{
  border-left-width: 1px;
}
.border-t-0{
  border-top-width: 0px;
}
.border-b-0{
  border-bottom-width: 0px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-b-4{
  border-bottom-width: 4px;
}
.\!border-b{
  border-bottom-width: 1px !important;
}
.border-solid{
  border-style: solid;
}
.border-dashed{
  border-style: dashed;
}
.border-dotted{
  border-style: dotted;
}
.border-none{
  border-style: none;
}
.border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity));
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}
.border-purple-300{
  --tw-border-opacity: 1;
  border-color: rgb(216 180 254 / var(--tw-border-opacity));
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
}
.border-primary-dark{
  --tw-border-opacity: 1;
  border-color: rgb(213 174 82 / var(--tw-border-opacity));
}
.border-yellow-400{
  --tw-border-opacity: 1;
  border-color: rgb(251 191 36 / var(--tw-border-opacity));
}
.border-gray-400{
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity));
}
.\!border-red-600{
  --tw-border-opacity: 1 !important;
  border-color: rgb(220 38 38 / var(--tw-border-opacity)) !important;
}
.\!border-gray-300{
  --tw-border-opacity: 1 !important;
  border-color: rgb(203 213 225 / var(--tw-border-opacity)) !important;
}
.border-blue-600{
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
}
.border-red-600{
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity));
}
.border-slate-300{
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
}
.border-slate-200{
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}
.border-muted{
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
}
.border-transparent{
  border-color: transparent;
}
.border-gray-800{
  --tw-border-opacity: 1;
  border-color: rgb(30 41 59 / var(--tw-border-opacity));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-blue-400{
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity));
}
.border-\[\#f0f4ff\]{
  --tw-border-opacity: 1;
  border-color: rgb(240 244 255 / var(--tw-border-opacity));
}
.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(249 197 72 / var(--tw-border-opacity));
}
.border-slate-400{
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity));
}
.\!border-slate-200{
  --tw-border-opacity: 1 !important;
  border-color: rgb(226 232 240 / var(--tw-border-opacity)) !important;
}
.border-neutral-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
}
.border-gray-500{
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
}
.border-\[\#9b9b9b80\]{
  border-color: #9b9b9b80;
}
.border-red-200{
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity));
}
.border-amber-500{
  --tw-border-opacity: 1;
  border-color: rgb(245 158 11 / var(--tw-border-opacity));
}
.border-red-800{
  --tw-border-opacity: 1;
  border-color: rgb(153 27 27 / var(--tw-border-opacity));
}
.border-red-500{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}
.border-r-\[\#e5e5e5\]{
  --tw-border-opacity: 1;
  border-right-color: rgb(229 229 229 / var(--tw-border-opacity));
}
.border-l-cyan-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(21 94 117 / var(--tw-border-opacity));
}
.border-l-secondary{
  --tw-border-opacity: 1;
  border-left-color: rgb(41 115 147 / var(--tw-border-opacity));
}
.border-l-red-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(220 38 38 / var(--tw-border-opacity));
}
.border-l-green-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(22 163 74 / var(--tw-border-opacity));
}
.border-l-purple-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(147 51 234 / var(--tw-border-opacity));
}
.border-l-gray-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(148 163 184 / var(--tw-border-opacity));
}
.border-l-\[\#297393\]{
  --tw-border-opacity: 1;
  border-left-color: rgb(41 115 147 / var(--tw-border-opacity));
}
.border-t-slate-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(226 232 240 / var(--tw-border-opacity));
}
.border-l-yellow-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(245 158 11 / var(--tw-border-opacity));
}
.border-r-slate-300{
  --tw-border-opacity: 1;
  border-right-color: rgb(203 213 225 / var(--tw-border-opacity));
}
.border-l-indigo-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(49 46 129 / var(--tw-border-opacity));
}
.border-l-indigo-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(79 70 229 / var(--tw-border-opacity));
}
.border-l-red-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(239 68 68 / var(--tw-border-opacity));
}
.bg-green-100{
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}
.bg-red-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}
.bg-purple-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-transparent{
  background-color: transparent;
}
.bg-slate-900{
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity));
}
.bg-slate-600{
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity));
}
.bg-blue-100{
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}
.bg-red-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}
.bg-slate-600\/5{
  background-color: rgb(71 85 105 / 0.05);
}
.bg-gray-700\/40{
  background-color: rgb(51 65 85 / 0.4);
}
.bg-yellow-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity));
}
.bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity));
}
.bg-gray-500{
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity));
}
.bg-indigo-100{
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity));
}
.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}
.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}
.bg-gray-900\/90{
  background-color: rgb(15 23 42 / 0.9);
}
.\!bg-gray-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity)) !important;
}
.bg-blue-600{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}
.\!bg-red-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity)) !important;
}
.bg-slate-100\/50{
  background-color: rgb(241 245 249 / 0.5);
}
.\!bg-transparent{
  background-color: transparent !important;
}
.bg-slate-200{
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}
.bg-slate-100{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}
.bg-amber-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity));
}
.bg-slate-300{
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity));
}
.bg-green-600{
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}
.bg-legacybg{
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 251 / var(--tw-bg-opacity));
}
.bg-gray-800{
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
}
.bg-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}
.\!bg-slate-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity)) !important;
}
.bg-red-600{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.bg-\[\#F8FAFC\]{
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}
.bg-\[\#36A7E6\]{
  --tw-bg-opacity: 1;
  background-color: rgb(54 167 230 / var(--tw-bg-opacity));
}
.bg-\[\#1B2738\]{
  --tw-bg-opacity: 1;
  background-color: rgb(27 39 56 / var(--tw-bg-opacity));
}
.bg-\[\#43495a\]{
  --tw-bg-opacity: 1;
  background-color: rgb(67 73 90 / var(--tw-bg-opacity));
}
.bg-\[\#fff3d5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 243 213 / var(--tw-bg-opacity));
}
.bg-\[\#fdf9ed\]{
  --tw-bg-opacity: 1;
  background-color: rgb(253 249 237 / var(--tw-bg-opacity));
}
.bg-\[\#f8fafb\]{
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 251 / var(--tw-bg-opacity));
}
.bg-\[\#e53935\]{
  --tw-bg-opacity: 1;
  background-color: rgb(229 57 53 / var(--tw-bg-opacity));
}
.bg-\[\#eeeeee\]{
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}
.bg-amber-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity));
}
.bg-secondary-light{
  --tw-bg-opacity: 1;
  background-color: rgb(238 244 247 / var(--tw-bg-opacity));
}
.bg-\[\#f0f0f0\]{
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));
}
.bg-\[\#f8fafc\]{
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}
.bg-\[\#f2f2f2\]{
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}
.bg-\[\#f9c548\]{
  --tw-bg-opacity: 1;
  background-color: rgb(249 197 72 / var(--tw-bg-opacity));
}
.bg-gray-700{
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}
.bg-slate-50{
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}
.bg-blue-50{
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}
.bg-red-200{
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity));
}
.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(249 197 72 / var(--tw-bg-opacity));
}
.bg-amber-500{
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity));
}
.bg-yellow-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity));
}
.bg-\[\#0F172A\]{
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity));
}
.bg-emerald-50{
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity));
}
.bg-red-500\/20{
  background-color: rgb(239 68 68 / 0.2);
}
.bg-opacity-80{
  --tw-bg-opacity: 0.8;
}
.bg-opacity-90{
  --tw-bg-opacity: 0.9;
}
.bg-opacity-75{
  --tw-bg-opacity: 0.75;
}
.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.bg-none{
  background-image: none;
}
.bg-gradient-to-br{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.from-purple-50{
  --tw-gradient-from: #faf5ff;
  --tw-gradient-to: rgb(250 245 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-transparent{
  --tw-gradient-from: transparent;
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary{
  --tw-gradient-from: #f9c548;
  --tw-gradient-to: rgb(249 197 72 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-200{
  --tw-gradient-from: #fde68a;
  --tw-gradient-to: rgb(253 230 138 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-purple-50{
  --tw-gradient-to: #faf5ff;
}
.to-white{
  --tw-gradient-to: #fff;
}
.to-primary-light{
  --tw-gradient-to: #fad170;
}
.to-yellow-600{
  --tw-gradient-to: #d97706;
}
.fill-current{
  fill: currentColor;
}
.fill-muted{
  fill: #64748B;
}
.fill-yellow-600{
  fill: #d97706;
}
.fill-slate-300{
  fill: #cbd5e1;
}
.fill-amber-600{
  fill: #d97706;
}
.fill-red-500{
  fill: #ef4444;
}
.fill-white{
  fill: #fff;
}
.fill-emerald-700{
  fill: #047857;
}
.fill-violet-700{
  fill: #6d28d9;
}
.fill-sky-600{
  fill: #0284c7;
}
.fill-slate-400{
  fill: #94a3b8;
}
.fill-slate-900{
  fill: #0f172a;
}
.stroke-muted{
  stroke: #64748B;
}
.stroke-yellow-600{
  stroke: #d97706;
}
.stroke-2{
  stroke-width: 2;
}
.object-contain{
  object-fit: contain;
}
.p-2{
  padding: 0.5rem;
}
.p-4{
  padding: 1rem;
}
.p-md{
  padding: 1.429rem;
}
.p-0{
  padding: 0px;
}
.p-6{
  padding: 1.5rem;
}
.p-\[25px\]{
  padding: 25px;
}
.p-1{
  padding: 0.25rem;
}
.p-sm{
  padding: 0.857rem;
}
.p-3{
  padding: 0.75rem;
}
.p-8{
  padding: 2rem;
}
.p-0\.5{
  padding: 0.125rem;
}
.p-xs{
  padding: 0.571rem;
}
.p-5{
  padding: 1.25rem;
}
.p-10{
  padding: 2.5rem;
}
.p-lg{
  padding: 2.286rem;
}
.\!p-0{
  padding: 0px !important;
}
.p-9{
  padding: 2.25rem;
}
.p-\[1px_6px\]{
  padding: 1px 6px;
}
.px-sm{
  padding-left: 0.857rem;
  padding-right: 0.857rem;
}
.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-1\.5{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-md{
  padding-left: 1.429rem;
  padding-right: 1.429rem;
}
.py-sm{
  padding-top: 0.857rem;
  padding-bottom: 0.857rem;
}
.py-xs{
  padding-top: 0.571rem;
  padding-bottom: 0.571rem;
}
.px-xs{
  padding-left: 0.571rem;
  padding-right: 0.571rem;
}
.px-\[10\.5px\]{
  padding-left: 10.5px;
  padding-right: 10.5px;
}
.py-\[6px\]{
  padding-top: 6px;
  padding-bottom: 6px;
}
.py-md{
  padding-top: 1.429rem;
  padding-bottom: 1.429rem;
}
.py-lg{
  padding-top: 2.286rem;
  padding-bottom: 2.286rem;
}
.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.\!px-0{
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.px-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.py-\[\.625rem\]{
  padding-top: .625rem;
  padding-bottom: .625rem;
}
.px-3\.5{
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.pl-16{
  padding-left: 4rem;
}
.pt-sm{
  padding-top: 0.857rem;
}
.pl-sm{
  padding-left: 0.857rem;
}
.pt-1{
  padding-top: 0.25rem;
}
.pl-md{
  padding-left: 1.429rem;
}
.pt-md{
  padding-top: 1.429rem;
}
.pr-md{
  padding-right: 1.429rem;
}
.pb-md{
  padding-bottom: 1.429rem;
}
.pr-sm{
  padding-right: 0.857rem;
}
.pl-xs{
  padding-left: 0.571rem;
}
.pr-\[42px\]{
  padding-right: 42px;
}
.pl-3{
  padding-left: 0.75rem;
}
.pl-10{
  padding-left: 2.5rem;
}
.pr-10{
  padding-right: 2.5rem;
}
.pr-8{
  padding-right: 2rem;
}
.pr-3{
  padding-right: 0.75rem;
}
.pl-5{
  padding-left: 1.25rem;
}
.pr-2{
  padding-right: 0.5rem;
}
.pl-lg{
  padding-left: 2.286rem;
}
.pt-0{
  padding-top: 0px;
}
.pb-0{
  padding-bottom: 0px;
}
.pl-2{
  padding-left: 0.5rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pb-2\.5{
  padding-bottom: 0.625rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pb-1{
  padding-bottom: 0.25rem;
}
.pb-sm{
  padding-bottom: 0.857rem;
}
.pt-8{
  padding-top: 2rem;
}
.pb-xs{
  padding-bottom: 0.571rem;
}
.pt-4{
  padding-top: 1rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pl-1{
  padding-left: 0.25rem;
}
.pl-12{
  padding-left: 3rem;
}
.pl-1\.5{
  padding-left: 0.375rem;
}
.pt-xl{
  padding-top: 2.857rem;
}
.pt-xs{
  padding-top: 0.571rem;
}
.pr-0{
  padding-right: 0px;
}
.pl-xl{
  padding-left: 2.857rem;
}
.pr-xs{
  padding-right: 0.571rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pl-0{
  padding-left: 0px;
}
.pl-6{
  padding-left: 1.5rem;
}
.pl-\[10px\]{
  padding-left: 10px;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pt-1\.5{
  padding-top: 0.375rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pl-9{
  padding-left: 2.25rem;
}
.pr-6{
  padding-right: 1.5rem;
}
.pr-4{
  padding-right: 1rem;
}
.pl-4{
  padding-left: 1rem;
}
.pl-7{
  padding-left: 1.75rem;
}
.pt-2\.5{
  padding-top: 0.625rem;
}
.pb-xl{
  padding-bottom: 2.857rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pl-8{
  padding-left: 2rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.align-top{
  vertical-align: top;
}
.align-middle{
  vertical-align: middle;
}
.font-sans{
  font-family: Gudea, ui-sans-serif, system-ui;
}
.font-mono{
  font-family: "Overpass Mono", ui-monospace, monospace;
}
.text-lg{
  font-size: 1.143rem;
  line-height: 1.429rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-6xl{
  font-size: 3.75rem;
  line-height: 1;
}
.text-xl{
  font-size: 1.714rem;
  line-height: 2.143rem;
}
.text-subtitle{
  font-size: 1.300rem;
  line-height: 2.143rem;
}
.text-\[17px\]{
  font-size: 17px;
}
.text-\[15px\]{
  font-size: 15px;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-\[12px\]{
  font-size: 12px;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[21px\]{
  font-size: 21px;
}
.text-\[1\.25rem\]{
  font-size: 1.25rem;
}
.font-semibold{
  font-weight: 600;
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-thin{
  font-weight: 100;
}
.font-light{
  font-weight: 300;
}
.font-extrabold{
  font-weight: 800;
}
.font-\[350\]{
  font-weight: 350;
}
.uppercase{
  text-transform: uppercase;
}
.lowercase{
  text-transform: lowercase;
}
.capitalize{
  text-transform: capitalize;
}
.normal-case{
  text-transform: none;
}
.italic{
  font-style: italic;
}
.leading-normal{
  line-height: 1.5;
}
.leading-\[0\]{
  line-height: 0;
}
.leading-5{
  line-height: 1.25rem;
}
.\!leading-4{
  line-height: 1rem !important;
}
.leading-6{
  line-height: 1.5rem;
}
.tracking-wide{
  letter-spacing: 0.025em;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.tracking-\[\.015em\]{
  letter-spacing: .015em;
}
.tracking-widest{
  letter-spacing: 0.1em;
}
.tracking-normal{
  letter-spacing: 0em;
}
.text-muted{
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}
.text-green-800{
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity));
}
.text-red-800{
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}
.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}
.text-purple-800{
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-primary{
  --tw-text-opacity: 1;
  color: rgb(249 197 72 / var(--tw-text-opacity));
}
.text-slate-100{
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}
.text-blue-900{
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity));
}
.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-cloud{
  --tw-text-opacity: 1;
  color: rgb(30 180 212 / var(--tw-text-opacity));
}
.text-secondary{
  --tw-text-opacity: 1;
  color: rgb(41 115 147 / var(--tw-text-opacity));
}
.text-\[\#337ab7\]{
  --tw-text-opacity: 1;
  color: rgb(51 122 183 / var(--tw-text-opacity));
}
.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-emerald-600{
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity));
}
.\!text-purple-800{
  --tw-text-opacity: 1 !important;
  color: rgb(107 33 168 / var(--tw-text-opacity)) !important;
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}
.text-yellow-800{
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity));
}
.text-indigo-800{
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity));
}
.text-blue-800{
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}
.text-yellow-500{
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity));
}
.text-green-600{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}
.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}
.text-slate-500{
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}
.text-slate-800{
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}
.text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.text-green-700{
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}
.text-amber-500{
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity));
}
.text-blue-300{
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity));
}
.\!text-gray-500{
  --tw-text-opacity: 1 !important;
  color: rgb(100 116 139 / var(--tw-text-opacity)) !important;
}
.\!text-yellow-500{
  --tw-text-opacity: 1 !important;
  color: rgb(245 158 11 / var(--tw-text-opacity)) !important;
}
.text-muted-dark{
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}
.text-\[\#64748B\]{
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}
.text-slate-900{
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity));
}
.text-current{
  color: currentColor;
}
.text-\[\#f0f4ff\]{
  --tw-text-opacity: 1;
  color: rgb(240 244 255 / var(--tw-text-opacity));
}
.text-slate-400{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}
.text-slate-300{
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity));
}
.text-red-700{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}
.text-gray-200{
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity));
}
.text-green-500{
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}
.text-blue-500{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}
.text-yellow-600{
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity));
}
.text-teal-800{
  --tw-text-opacity: 1;
  color: rgb(17 94 89 / var(--tw-text-opacity));
}
.text-emerald-500{
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity));
}
.text-\[\#2E3438\]{
  --tw-text-opacity: 1;
  color: rgb(46 52 56 / var(--tw-text-opacity));
}
.text-\[\#ffc627\]{
  --tw-text-opacity: 1;
  color: rgb(255 198 39 / var(--tw-text-opacity));
}
.text-\[\#ccc\]{
  --tw-text-opacity: 1;
  color: rgb(204 204 204 / var(--tw-text-opacity));
}
.text-\[\#767e93\]{
  --tw-text-opacity: 1;
  color: rgb(118 126 147 / var(--tw-text-opacity));
}
.text-\[\#fd9540\]{
  --tw-text-opacity: 1;
  color: rgb(253 149 64 / var(--tw-text-opacity));
}
.text-\[\#28a745\]{
  --tw-text-opacity: 1;
  color: rgb(40 167 69 / var(--tw-text-opacity));
}
.text-\[\#dc3545\]{
  --tw-text-opacity: 1;
  color: rgb(220 53 69 / var(--tw-text-opacity));
}
.text-\[\#777777\]{
  --tw-text-opacity: 1;
  color: rgb(119 119 119 / var(--tw-text-opacity));
}
.text-\[\#777\]{
  --tw-text-opacity: 1;
  color: rgb(119 119 119 / var(--tw-text-opacity));
}
.text-\[\#008000\]{
  --tw-text-opacity: 1;
  color: rgb(0 128 0 / var(--tw-text-opacity));
}
.text-red-400{
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}
.text-green-400{
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity));
}
.text-inherit{
  color: inherit;
}
.\!text-red-600{
  --tw-text-opacity: 1 !important;
  color: rgb(220 38 38 / var(--tw-text-opacity)) !important;
}
.\!text-blue-500{
  --tw-text-opacity: 1 !important;
  color: rgb(59 130 246 / var(--tw-text-opacity)) !important;
}
.text-sky-500{
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity));
}
.text-slate-50{
  --tw-text-opacity: 1;
  color: rgb(248 250 252 / var(--tw-text-opacity));
}
.text-\[\#333\]{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
.text-gray-50{
  --tw-text-opacity: 1;
  color: rgb(248 250 252 / var(--tw-text-opacity));
}
.text-zinc-400{
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity));
}
.text-purple-600{
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity));
}
.text-cloud-dark{
  --tw-text-opacity: 1;
  color: rgb(25 123 152 / var(--tw-text-opacity));
}
.text-indigo-600{
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
}
.text-opacity-90{
  --tw-text-opacity: 0.9;
}
.underline{
  text-decoration-line: underline;
}
.\!no-underline{
  text-decoration-line: none !important;
}
.no-underline{
  text-decoration-line: none;
}
.placeholder-gray-500::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(100 116 139 / var(--tw-placeholder-opacity));
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.opacity-40{
  opacity: 0.4;
}
.opacity-80{
  opacity: 0.8;
}
.opacity-30{
  opacity: 0.3;
}
.opacity-50{
  opacity: 0.5;
}
.opacity-60{
  opacity: 0.6;
}
.opacity-70{
  opacity: 0.7;
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[hsl\(206_22\%_7\%_\/_35\%\)_0px_10px_38px_-10px\2c _hsl\(206_22\%_7\%_\/_20\%\)_0px_10px_20px_-15px\]{
  --tw-shadow: hsl(206 22% 7% / 35%) 0px 10px 38px -10px, hsl(206 22% 7% / 20%) 0px 10px 20px -15px;
  --tw-shadow-colored: 0px 10px 38px -10px var(--tw-shadow-color), 0px 10px 20px -15px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-none{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-eq{
  --tw-shadow: rgb(0 0 0) 0px 0px 2px;
  --tw-shadow-colored: 0px 0px 2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_2px_2px_\#1B2738\]{
  --tw-shadow: 0 0 2px 2px #1B2738;
  --tw-shadow-colored: 0 0 2px 2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-secondary-dark{
  --tw-shadow-color: #14394a;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-900{
  --tw-shadow-color: #1e3a8a;
  --tw-shadow: var(--tw-shadow-colored);
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline{
  outline-style: solid;
}
.outline-offset-4{
  outline-offset: 4px;
}
.ring-2{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-1{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-0{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-yellow-200{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 230 138 / var(--tw-ring-opacity));
}
.ring-gray-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(203 213 225 / var(--tw-ring-opacity));
}
.ring-yellow-400{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 191 36 / var(--tw-ring-opacity));
}
.ring-slate-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(203 213 225 / var(--tw-ring-opacity));
}
.ring-blue-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity));
}
.ring-offset-2{
  --tw-ring-offset-width: 2px;
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-sm{
  --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.grayscale{
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-sm{
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-shadow{
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-\[160ms\]{
  transition-duration: 160ms;
}
.duration-150{
  transition-duration: 150ms;
}
.duration-100{
  transition-duration: 100ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
/*
 * This is where we have **TEMPORARY** fixes while we migrate the codebase to tailwind
 */
/* Redefine bootstrap form control to take precedence over tailwind */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0 0 0, 0.08);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
/* reset some more bootstrap styles */
.radio-inline input[type="checkbox"],
.radio-inline input[type="radio"],
.form-group input[type="checkbox"],
.checkbox input[type="checkbox"],
.form-group input[type="radio"],
.radio input[type="radio"],
/* escape hatch if we need to add a reset on a input */
.legacy-input-fix,
/* .form-group select, */
/* Nullable + checkbox select in create table */
input[data-test^="nullable-"],
input[data-test^="unique-"],
/* Browse row checkbox */
input[type="checkbox"][data-test^="row-checkbox"],
input[type="checkbox"][data-test="select-all-rows"] {
  -webkit-appearance: revert;
          appearance: revert;
  height: unset;
  width: unset;
}
select[data-test='qb-select'],
select.form-control {
  font-size: unset;
  line-height: unset;
  border-radius: 4px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
}
/* By default, tailwind reset everything to block, but this breaks most of our SVGs and images, so this fix it */
svg,
img {
  display: inline;
}
/* Add a blue color by default to all a without classes or with an empty class */
a:not([class]),
a[class=''] {
  color: #337ab7;
}
.dropdown button {
  background-color: rgb(239, 239, 239);
}
/* To remove botstrap html font size from 10px */
html {
  font-size: 14px;
}
/* React Select - Fixes Inner Outline in Select Box */
input[id*='react-select'][id$='-input']:focus {
  box-shadow: none;
}
/* ** GraphiQL CSS tweaks to fix compatibility */
/* Input fixes from Tailwind */
.graphiql-container input,
.graphiql-container select {
  min-width: min-content;
  padding: 4px 8px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid rgb(203, 213, 225) !important;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}
.graphiql-container input:focus,
.graphiql-container select:focus {
  border: 1px solid rgb(251, 191, 36) !important;
  box-shadow: rgb(255, 255, 255) 0px 0px 0px 0px,
    rgb(253, 230, 138) 0px 0px 0px 2px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}
.graphiql-explorer-actions > select {
  font-family: system, -apple-system, 'San Francisco', '.SFNSDisplay-Regular',
    'Helvetica Neue', helvetica, 'Lucida Grande', arial, sans-serif;
  font-variant-caps: normal;
  font-weight: 400;
  border: 1px solid #cbd5e1;
  font-size: 14px;
  padding: 5px 8px;
  border-radius: 4px;
  margin-left: 8px;
  margin-right: 8px;
  height: 32px;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}
.graphiql-explorer-actions > select:focus {
  border: 1px solid rgb(251, 191, 36) !important;
  box-shadow: rgb(255, 255, 255) 0px 0px 0px 0px,
    rgb(253, 230, 138) 0px 0px 0px 2px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}
/* While we're fixing the inputs maybe the Explorer header + footer */
/* Fixes header spacing */
.doc-explorer-title-bar {
  height: 46px !important;
}
.docExplorerHide {
  padding: 16px !important;
}
/* Fixes result loading spinner position */
.graphiql-container .spinner-container {
  top: 48px !important;
}
/* Fixes spacing in operation title namer */
.graphiql-explorer-root {
  padding-top: 0 !important;
}
.graphiql-operation-title-bar {
  margin-top: 10px;
}
.graphiql-operation-title-bar > span > input {
  margin-right: 4px;
}
/* Fixes footer spacing */
.graphiql-explorer-actions > span {
  font-family: system, -apple-system, 'San Francisco', '.SFNSDisplay-Regular',
    'Helvetica Neue', helvetica, 'Lucida Grande', arial, sans-serif;
  font-variant-caps: normal;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0px;
  text-transform: capitalize;
}
.graphiql-explorer-actions {
  margin: 4px 0px 0px -8px !important;
  width: calc(100% + 16px) !important;
  padding: 10px !important;
}
/* Fix bug due to the removal of a label style in ApiExplorer.scss which was impacting the whole UI */
label {
  font-weight: normal;
  margin-bottom: 0;
}
.marker\:text-red-600 *::marker{
  color: rgb(220 38 38 );
}
.marker\:text-yellow-500 *::marker{
  color: rgb(245 158 11 );
}
.marker\:text-lime-500 *::marker{
  color: rgb(132 204 22 );
}
.marker\:text-red-600::marker{
  color: rgb(220 38 38 );
}
.marker\:text-yellow-500::marker{
  color: rgb(245 158 11 );
}
.marker\:text-lime-500::marker{
  color: rgb(132 204 22 );
}
.placeholder\:text-slate-400::placeholder{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}
.before\:absolute::before{
  content: var(--tw-content);
  position: absolute;
}
.before\:inset-0::before{
  content: var(--tw-content);
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.before\:top-1\/2::before{
  content: var(--tw-content);
  top: 50%;
}
.before\:left-1\/2::before{
  content: var(--tw-content);
  left: 50%;
}
.before\:h-4::before{
  content: var(--tw-content);
  height: 1rem;
}
.before\:h-full::before{
  content: var(--tw-content);
  height: 100%;
}
.before\:min-h-\[44px\]::before{
  content: var(--tw-content);
  min-height: 44px;
}
.before\:w-0\.5::before{
  content: var(--tw-content);
  width: 0.125rem;
}
.before\:w-0::before{
  content: var(--tw-content);
  width: 0px;
}
.before\:w-full::before{
  content: var(--tw-content);
  width: 100%;
}
.before\:min-w-\[44px\]::before{
  content: var(--tw-content);
  min-width: 44px;
}
.before\:-translate-y-1\/2::before{
  content: var(--tw-content);
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.before\:-translate-x-1\/2::before{
  content: var(--tw-content);
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.before\:border-8::before{
  content: var(--tw-content);
  border-width: 8px;
}
.before\:border-l-2::before{
  content: var(--tw-content);
  border-left-width: 2px;
}
.before\:border-secondary::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(41 115 147 / var(--tw-border-opacity));
}
.before\:border-emerald-600::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(5 150 105 / var(--tw-border-opacity));
}
.before\:border-red-600::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity));
}
.before\:border-amber-500::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(245 158 11 / var(--tw-border-opacity));
}
.before\:border-transparent::before{
  content: var(--tw-content);
  border-color: transparent;
}
.before\:border-l-slate-300::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-left-color: rgb(203 213 225 / var(--tw-border-opacity));
}
.before\:text-4xl::before{
  content: var(--tw-content);
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.before\:text-sky-300::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(125 211 252 / var(--tw-text-opacity));
}
.before\:content-\[attr\(data-before-content\)\]::before{
  --tw-content: attr(data-before-content);
  content: var(--tw-content);
}
.before\:content-\[\'\'\]::before{
  --tw-content: '';
  content: var(--tw-content);
}
.before\:content-\[\'Hello\'\]::before{
  --tw-content: 'Hello';
  content: var(--tw-content);
}
.after\:block::after{
  content: var(--tw-content);
  display: block;
}
.after\:h-\[10px\]::after{
  content: var(--tw-content);
  height: 10px;
}
.after\:w-\[10px\]::after{
  content: var(--tw-content);
  width: 10px;
}
.after\:rounded-\[50\%\]::after{
  content: var(--tw-content);
  border-radius: 50%;
}
.after\:bg-blue-600::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}
.after\:text-4xl::after{
  content: var(--tw-content);
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.after\:text-amber-300::after{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(252 211 77 / var(--tw-text-opacity));
}
.after\:content-\[\'Goodbye\'\]::after{
  --tw-content: 'Goodbye';
  content: var(--tw-content);
}
.visited\:\!text-primary:visited{
  color: rgb(249 197 72 ) !important;
}
.placeholder-shown\:italic:placeholder-shown{
  font-style: italic;
}
.focus-within\:border:focus-within{
  border-width: 1px;
}
.focus-within\:border-solid:focus-within{
  border-style: solid;
}
.focus-within\:border-yellow-400:focus-within{
  --tw-border-opacity: 1;
  border-color: rgb(251 191 36 / var(--tw-border-opacity));
}
.focus-within\:border-gray-200:focus-within{
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}
.focus-within\:border-red-600:focus-within{
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity));
}
.focus-within\:border-amber-500:focus-within{
  --tw-border-opacity: 1;
  border-color: rgb(245 158 11 / var(--tw-border-opacity));
}
.focus-within\:outline-0:focus-within{
  outline-width: 0px;
}
.focus-within\:ring-2:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus-within\:ring-0:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus-within\:ring-yellow-200:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 230 138 / var(--tw-ring-opacity));
}
.hover\:rotate-6:hover{
  --tw-rotate: 6deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:scale-110:hover{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:cursor-pointer:hover{
  cursor: pointer;
}
.hover\:border-purple-500:hover{
  --tw-border-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-border-opacity));
}
.hover\:border-gray-400:hover{
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity));
}
.hover\:border-primary-darker:hover{
  --tw-border-opacity: 1;
  border-color: rgb(174 142 62 / var(--tw-border-opacity));
}
.hover\:border-gray-500:hover{
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
}
.hover\:border-red-700:hover{
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity));
}
.hover\:border-gray-200:hover{
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}
.hover\:border-slate-400:hover{
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity));
}
.hover\:border-red-600:hover{
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity));
}
.hover\:border-slate-200:hover{
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}
.hover\:border-yellow-300:hover{
  --tw-border-opacity: 1;
  border-color: rgb(252 211 77 / var(--tw-border-opacity));
}
.hover\:border-blue-300:hover{
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity));
}
.hover\:border-green-300:hover{
  --tw-border-opacity: 1;
  border-color: rgb(134 239 172 / var(--tw-border-opacity));
}
.hover\:border-red-300:hover{
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity));
}
.hover\:border-gray-300:hover{
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
}
.hover\:border-indigo-300:hover{
  --tw-border-opacity: 1;
  border-color: rgb(165 180 252 / var(--tw-border-opacity));
}
.hover\:border-purple-300:hover{
  --tw-border-opacity: 1;
  border-color: rgb(216 180 254 / var(--tw-border-opacity));
}
.hover\:border-gray-100:hover{
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity));
}
.hover\:border-\[\#f0f4ff\]:hover{
  --tw-border-opacity: 1;
  border-color: rgb(240 244 255 / var(--tw-border-opacity));
}
.hover\:border-primary:hover{
  --tw-border-opacity: 1;
  border-color: rgb(249 197 72 / var(--tw-border-opacity));
}
.hover\:bg-slate-900:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity));
}
.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}
.hover\:bg-blue-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}
.hover\:bg-secondary\/10:hover{
  background-color: rgb(41 115 147 / 0.1);
}
.hover\:bg-secondary-light:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(238 244 247 / var(--tw-bg-opacity));
}
.hover\:bg-\[\#f5f5f5\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.hover\:bg-gray-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity));
}
.hover\:bg-blue-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}
.hover\:bg-red-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}
.hover\:bg-gray-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}
.hover\:bg-indigo-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity));
}
.hover\:fill-slate-400:hover{
  fill: #94a3b8;
}
.hover\:\!text-white:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.hover\:\!text-primary:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(249 197 72 / var(--tw-text-opacity)) !important;
}
.hover\:text-secondary-dark:hover{
  --tw-text-opacity: 1;
  color: rgb(20 57 74 / var(--tw-text-opacity));
}
.hover\:text-gray-500:hover{
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}
.hover\:text-gray-400:hover{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}
.hover\:text-gray-800:hover{
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}
.hover\:text-gray-600:hover{
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}
.hover\:text-blue-500:hover{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}
.hover\:text-gray-900:hover{
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity));
}
.hover\:text-\[\#fd9540\]:hover{
  --tw-text-opacity: 1;
  color: rgb(253 149 64 / var(--tw-text-opacity));
}
.hover\:text-amber-600:hover{
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity));
}
.hover\:text-\[\#333\]:hover{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
.hover\:text-zinc-500:hover{
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}
.hover\:\!text-gray-500:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(100 116 139 / var(--tw-text-opacity)) !important;
}
.hover\:text-purple-900:hover{
  --tw-text-opacity: 1;
  color: rgb(88 28 135 / var(--tw-text-opacity));
}
.hover\:text-blue-900:hover{
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity));
}
.hover\:text-cloud-darker:hover{
  --tw-text-opacity: 1;
  color: rgb(7 76 76 / var(--tw-text-opacity));
}
.hover\:no-underline:hover{
  text-decoration-line: none;
}
.hover\:opacity-100:hover{
  opacity: 1;
}
.hover\:shadow-md:hover{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-secondary-dark:hover{
  --tw-shadow-color: #14394a;
  --tw-shadow: var(--tw-shadow-colored);
}
.hover\:brightness-90:hover{
  --tw-brightness: brightness(.9);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.focus-within\:hover\:border-red-600:hover:focus-within{
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity));
}
.focus-within\:hover\:border-yellow-400:hover:focus-within{
  --tw-border-opacity: 1;
  border-color: rgb(251 191 36 / var(--tw-border-opacity));
}
.focus\:border-yellow-400:focus{
  --tw-border-opacity: 1;
  border-color: rgb(251 191 36 / var(--tw-border-opacity));
}
.focus\:border-secondary:focus{
  --tw-border-opacity: 1;
  border-color: rgb(41 115 147 / var(--tw-border-opacity));
}
.focus\:bg-secondary-light:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(238 244 247 / var(--tw-bg-opacity));
}
.focus\:bg-red-100:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}
.focus\:bg-white:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.focus\:bg-indigo-100:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity));
}
.focus\:text-primary:focus{
  --tw-text-opacity: 1;
  color: rgb(249 197 72 / var(--tw-text-opacity));
}
.focus\:\!text-primary:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(249 197 72 / var(--tw-text-opacity)) !important;
}
.focus\:text-gray-600:focus{
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}
.focus\:text-amber-600:focus{
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity));
}
.focus\:no-underline:focus{
  text-decoration-line: none;
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:outline-0:focus{
  outline-width: 0px;
}
.focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-0:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-yellow-400:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 191 36 / var(--tw-ring-opacity));
}
.focus\:ring-yellow-200:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 230 138 / var(--tw-ring-opacity));
}
.focus\:ring-amber-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 158 11 / var(--tw-ring-opacity));
}
.focus\:ring-blue-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
}
.focus\:ring-offset-2:focus{
  --tw-ring-offset-width: 2px;
}
.focus\:\[box-shadow\:none\]:focus{
  box-shadow: none;
}
.focus-visible\:border-yellow-400:focus-visible{
  --tw-border-opacity: 1;
  border-color: rgb(251 191 36 / var(--tw-border-opacity));
}
.focus-visible\:bg-blue-100:focus-visible{
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}
.focus-visible\:bg-secondary-light:focus-visible{
  --tw-bg-opacity: 1;
  background-color: rgb(238 244 247 / var(--tw-bg-opacity));
}
.focus-visible\:bg-\[\#f5f5f5\]:focus-visible{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.focus-visible\:bg-gradient-to-t:focus-visible{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.focus-visible\:from-purple-200:focus-visible{
  --tw-gradient-from: #e9d5ff;
  --tw-gradient-to: rgb(233 213 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.focus-visible\:from-primary:focus-visible{
  --tw-gradient-from: #f9c548;
  --tw-gradient-to: rgb(249 197 72 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.focus-visible\:to-purple-200:focus-visible{
  --tw-gradient-to: #e9d5ff;
}
.focus-visible\:to-primary:focus-visible{
  --tw-gradient-to: #f9c548;
}
.focus-visible\:outline-none:focus-visible{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus-visible\:outline:focus-visible{
  outline-style: solid;
}
.focus-visible\:outline-2:focus-visible{
  outline-width: 2px;
}
.focus-visible\:outline-0:focus-visible{
  outline-width: 0px;
}
.focus-visible\:outline-secondary\/50:focus-visible{
  outline-color: rgb(41 115 147 / 0.5);
}
.focus-visible\:outline-blue-400:focus-visible{
  outline-color: #60a5fa;
}
.focus-visible\:ring-2:focus-visible{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus-visible\:ring-0:focus-visible{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus-visible\:ring-yellow-400:focus-visible{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 191 36 / var(--tw-ring-opacity));
}
.focus-visible\:ring-gray-400:focus-visible{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(148 163 184 / var(--tw-ring-opacity));
}
.focus-visible\:ring-red-400:focus-visible{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity));
}
.focus-visible\:ring-green-400:focus-visible{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(74 222 128 / var(--tw-ring-opacity));
}
.focus-visible\:ring-yellow-200:focus-visible{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 230 138 / var(--tw-ring-opacity));
}
.focus-visible\:ring-secondary:focus-visible{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(41 115 147 / var(--tw-ring-opacity));
}
.focus-visible\:ring-offset-2:focus-visible{
  --tw-ring-offset-width: 2px;
}
.active\:bg-secondary\/5:active{
  background-color: rgb(41 115 147 / 0.05);
}
.active\:bg-secondary:active{
  --tw-bg-opacity: 1;
  background-color: rgb(41 115 147 / var(--tw-bg-opacity));
}
.active\:bg-opacity-25:active{
  --tw-bg-opacity: 0.25;
}
.active\:text-primary:active{
  --tw-text-opacity: 1;
  color: rgb(249 197 72 / var(--tw-text-opacity));
}
.active\:no-underline:active{
  text-decoration-line: none;
}
.active\:opacity-60:active{
  opacity: 0.6;
}
.active\:opacity-100:active{
  opacity: 1;
}
.active\:opacity-50:active{
  opacity: 0.5;
}
.active\:opacity-75:active{
  opacity: 0.75;
}
.active\:opacity-70:active{
  opacity: 0.7;
}
.active\:shadow-\[0_0_1px_1px_\#1B2738\]:active{
  --tw-shadow: 0 0 1px 1px #1B2738;
  --tw-shadow-colored: 0 0 1px 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.disabled\:pointer-events-none:disabled{
  pointer-events: none;
}
.disabled\:cursor-wait:disabled{
  cursor: wait;
}
.disabled\:cursor-not-allowed:disabled{
  cursor: not-allowed;
}
.disabled\:border-purple-300:disabled{
  --tw-border-opacity: 1;
  border-color: rgb(216 180 254 / var(--tw-border-opacity));
}
.disabled\:border-gray-300:disabled{
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
}
.disabled\:border-primary-dark:disabled{
  --tw-border-opacity: 1;
  border-color: rgb(213 174 82 / var(--tw-border-opacity));
}
.disabled\:bg-gray-100:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}
.disabled\:bg-\[\#EFEFEF\]:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity));
}
.disabled\:bg-gray-200:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}
.disabled\:text-gray-200:disabled{
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity));
}
.disabled\:text-slate-50:disabled{
  --tw-text-opacity: 1;
  color: rgb(248 250 252 / var(--tw-text-opacity));
}
.disabled\:opacity-75:disabled{
  opacity: 0.75;
}
.disabled\:opacity-60:disabled{
  opacity: 0.6;
}
.group:first-child .group-first\:bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:inline-block{
  display: inline-block;
}
.group:hover .group-hover\:text-slate-900{
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity));
}
.group:hover .group-hover\:opacity-100{
  opacity: 1;
}
.peer:placeholder-shown ~ .peer-placeholder-shown\:visible{
  visibility: visible;
}
.peer:placeholder-shown ~ .peer-placeholder-shown\:invisible{
  visibility: hidden;
}
.data-\[orientation\=horizontal\]\:h-2\.5[data-orientation=horizontal]{
  height: 0.625rem;
}
.data-\[orientation\=vertical\]\:w-2\.5[data-orientation=vertical]{
  width: 0.625rem;
}
.data-\[isloading\=\"true\"\]\:cursor-progress[data-isloading="true"]{
  cursor: progress;
}
.data-\[orientation\=horizontal\]\:flex-col[data-orientation=horizontal]{
  flex-direction: column;
}
.data-\[isloading\=\"true\"\]\:opacity-100[data-isloading="true"]{
  opacity: 1;
}
.data-\[isloading\=\"true\"\]\:hover\:bg-transparent:hover[data-isloading="true"]{
  background-color: transparent;
}
.group\/item[data-disabled] .group-data-\[disabled\]\/item\:\!pointer-events-none{
  pointer-events: none !important;
}
@keyframes slideDownAndFade{
  from{
    opacity: 0;
    transform: translateY(-2px);
  }
  to{
    opacity: 1;
    transform: translateY(0);
  }
}
.group\/content[data-side=top] .group-data-\[side\=top\]\/content\:animate-slideDownAndFade{
  animation: slideDownAndFade 400ms cubic-bezier(0.16, 1, 0.3, 1);
}
@keyframes slideLeftAndFade{
  from{
    opacity: 0;
    transform: translateX(2px);
  }
  to{
    opacity: 1;
    transform: translateX(0);
  }
}
.group\/content[data-side=right] .group-data-\[side\=right\]\/content\:animate-slideLeftAndFade{
  animation: slideLeftAndFade 400ms cubic-bezier(0.16, 1, 0.3, 1);
}
@keyframes slideUpAndFade{
  from{
    opacity: 0;
    transform: translateY(2px);
  }
  to{
    opacity: 1;
    transform: translateY(0);
  }
}
.group\/content[data-side=bottom] .group-data-\[side\=bottom\]\/content\:animate-slideUpAndFade{
  animation: slideUpAndFade 400ms cubic-bezier(0.16, 1, 0.3, 1);
}
@keyframes slideRightAndFade{
  from{
    opacity: 0;
    transform: translateX(-2px);
  }
  to{
    opacity: 1;
    transform: translateX(0);
  }
}
.group\/content[data-side=left] .group-data-\[side\=left\]\/content\:animate-slideRightAndFade{
  animation: slideRightAndFade 400ms cubic-bezier(0.16, 1, 0.3, 1);
}
.group\/item[data-highlighted] .group-data-\[highlighted\]\/item\:\!bg-gray-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity)) !important;
}
.group\/item[data-state=open] .group-data-\[state\=open\]\/item\:bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}
.group\/item[data-highlighted] .group-data-\[highlighted\]\/item\:\!bg-red-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity)) !important;
}
.group\/item[data-highlighted] .group-data-\[highlighted\]\/item\:\!bg-blue-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity)) !important;
}
.group\/item[data-disabled] .group-data-\[disabled\]\/item\:\!text-neutral-200{
  --tw-text-opacity: 1 !important;
  color: rgb(229 229 229 / var(--tw-text-opacity)) !important;
}
.group\/item[data-state=open] .group-data-\[state\=open\]\/item\:text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity));
}
.radix-state-active\:border-yellow-500[data-state="active"]{
  --tw-border-opacity: 1;
  border-color: rgb(245 158 11 / var(--tw-border-opacity));
}
.radix-state-active\:border-blue-500[data-state="active"]{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}
.radix-state-active\:border-green-500[data-state="active"]{
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity));
}
.radix-state-active\:border-red-500[data-state="active"]{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}
.radix-state-active\:border-gray-500[data-state="active"]{
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
}
.radix-state-active\:border-indigo-500[data-state="active"]{
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity));
}
.radix-state-active\:border-purple-500[data-state="active"]{
  --tw-border-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-border-opacity));
}
.radix-state-active\:bg-green-100[data-state="active"]{
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}
.radix-state-active\:bg-red-100[data-state="active"]{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}
.radix-state-active\:bg-primary-light\/80[data-state="active"]{
  background-color: rgb(250 209 112 / 0.8);
}
.radix-state-active\:bg-gray-200[data-state="active"]{
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}
.radix-state-active\:bg-indigo-100[data-state="active"]{
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity));
}
.radix-state-active\:bg-blue-100[data-state="active"]{
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}
.radix-state-active\:bg-purple-100[data-state="active"]{
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity));
}
.radix-state-active\:bg-white[data-state="active"]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.radix-state-active\:font-bold[data-state="active"]{
  font-weight: 700;
}
.radix-state-active\:text-yellow-500[data-state="active"]{
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity));
}
.radix-state-active\:text-blue-800[data-state="active"]{
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}
.radix-state-active\:text-green-800[data-state="active"]{
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity));
}
.radix-state-active\:text-red-800[data-state="active"]{
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}
.radix-state-active\:text-gray-800[data-state="active"]{
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}
.radix-state-active\:text-indigo-800[data-state="active"]{
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity));
}
.radix-state-active\:text-purple-800[data-state="active"]{
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity));
}
.radix-state-active\:\!text-slate-700[data-state="active"]{
  --tw-text-opacity: 1 !important;
  color: rgb(51 65 85 / var(--tw-text-opacity)) !important;
}
.radix-state-active\:text-gray-900[data-state="active"]{
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity));
}
.group[data-state="open"] .group-radix-state-open\:rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.data-state-checked\:ring-blue-600[data-state='checked']{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity));
}
.dark .dark\:bg-gray-700{
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}
.dark .dark\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.dark .dark\:text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}
@media (min-width: 640px){
  .sm\:w-5\/12{
    width: 41.666667%;
  }
  .sm\:w-6\/12{
    width: 50%;
  }
  .sm\:w-8\/12{
    width: 66.666667%;
  }
  .sm\:w-1\/4{
    width: 25%;
  }
  .sm\:w-full{
    width: 100%;
  }
  .sm\:w-9\/12{
    width: 75%;
  }
  .sm\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .sm\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 768px){
  .md\:block{
    display: block;
  }
  .md\:flex{
    display: flex;
  }
  .md\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }
  .md\:p-0{
    padding: 0px;
  }
}
@media (min-width: 1536px){
  .\32xl\:mt-0{
    margin-top: 0px;
  }
  .\32xl\:ml-auto{
    margin-left: auto;
  }
  .\32xl\:flex-row{
    flex-direction: row;
  }
  .\32xl\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}


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