
/* Active Admin CSS */
@media screen {
  /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
  /* Document
     ========================================================================== */
  /**
   * 1. Correct the line height in all browsers.
   * 2. Prevent adjustments of font size after orientation changes in iOS.
   */
  html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }
  /* Sections
     ========================================================================== */
  /**
   * Remove the margin in all browsers.
   */
  body {
    margin: 0;
  }
  /**
   * Render the `main` element consistently in IE.
   */
  main {
    display: block;
  }
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  /* Grouping content
     ========================================================================== */
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  /* Text-level semantics
     ========================================================================== */
  /**
   * Remove the gray background on active links in IE 10.
   */
  a {
    background-color: transparent;
  }
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
  }
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  b,
  strong {
    font-weight: bolder;
  }
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  /**
   * Add the correct font size in all browsers.
   */
  small {
    font-size: 80%;
  }
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  /* Embedded content
     ========================================================================== */
  /**
   * Remove the border on images inside links in IE 10.
   */
  img {
    border-style: none;
  }
  /* Forms
     ========================================================================== */
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  button,
  input { /* 1 */
    overflow: visible;
  }
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  button,
  select { /* 1 */
    text-transform: none;
  }
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  button,
  [type=button],
  [type=reset],
  [type=submit] {
    -webkit-appearance: button;
  }
  /**
   * Remove the inner border and padding in Firefox.
   */
  button::-moz-focus-inner,
  [type=button]::-moz-focus-inner,
  [type=reset]::-moz-focus-inner,
  [type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  /**
   * Restore the focus styles unset by the previous rule.
   */
  button:-moz-focusring,
  [type=button]:-moz-focusring,
  [type=reset]:-moz-focusring,
  [type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  /**
   * Correct the padding in Firefox.
   */
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  progress {
    vertical-align: baseline;
  }
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  textarea {
    overflow: auto;
  }
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  [type=checkbox],
  [type=radio] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  [type=number]::-webkit-inner-spin-button,
  [type=number]::-webkit-outer-spin-button {
    height: auto;
  }
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  [type=search] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  [type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  /* Interactive
     ========================================================================== */
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  details {
    display: block;
  }
  /*
   * Add the correct display in all browsers.
   */
  summary {
    display: list-item;
  }
  /* Misc
     ========================================================================== */
  /**
   * Add the correct display in IE 10+.
   */
  template {
    display: none;
  }
  /**
   * Add the correct display in IE 10.
   */
  [hidden] {
    display: none;
  }
  html {
    font-size: 100.01%;
  }
  body {
    font-size: 75%;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  }
  h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: #5E6469;
  }
  h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
    margin: 0;
  }
  h1 {
    font-size: 3em;
    line-height: 1;
    margin-bottom: 0.5em;
  }
  h2 {
    font-size: 2em;
    margin-bottom: 0.75em;
  }
  h3 {
    font-size: 1.5em;
    line-height: 1;
    margin-bottom: 1em;
  }
  h4 {
    font-size: 1.2em;
    line-height: 1.25;
    margin-bottom: 1.25em;
  }
  h5 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 1.5em;
  }
  h6 {
    font-size: 1em;
    font-weight: bold;
  }
  p {
    margin: 0 0 1.5em;
  }
  p .left {
    margin: 1.5em 1.5em 1.5em 0;
    padding: 0;
  }
  p .right {
    margin: 1.5em 0 1.5em 1.5em;
    padding: 0;
  }
  .left {
    float: left !important;
  }
  .right {
    float: right !important;
  }
  blockquote {
    margin: 1.5em;
    color: #666;
    font-style: italic;
  }
  strong, dfn {
    font-weight: bold;
  }
  em, dfn {
    font-style: italic;
  }
  sup, sub {
    line-height: 0;
  }
  abbr,
  acronym {
    border-bottom: 1px dotted #666;
  }
  address {
    margin: 0 0 1.5em;
    font-style: italic;
  }
  del {
    color: #666;
  }
  pre {
    margin: 1.5em 0;
    white-space: pre;
  }
  pre, code, tt {
    font: 1em "andale mono", "lucida console", monospace;
    line-height: 1.5;
  }
  li ul,
  li ol {
    margin: 0;
  }
  ul, ol {
    margin: 0 1.5em 1.5em 0;
    padding-left: 1.5em;
  }
  ul {
    list-style-type: disc;
  }
  ol {
    list-style-type: decimal;
  }
  dl {
    margin: 0 0 1.5em 0;
  }
  dl dt {
    font-weight: bold;
  }
  dd {
    margin-left: 1.5em;
  }
  table {
    margin-bottom: 1.4em;
    width: 100%;
  }
  th {
    font-weight: bold;
  }
  thead th {
    background: #c3d9ff;
  }
  th, td, caption {
    padding: 4px 10px 4px 5px;
  }
  .small {
    font-size: 0.8em;
    margin-bottom: 1.875em;
    line-height: 1.875em;
  }
  .large {
    font-size: 1.2em;
    line-height: 2.5em;
    margin-bottom: 1.25em;
  }
  .hide {
    display: none;
  }
  .quiet {
    color: #666;
  }
  .loud {
    color: #000;
  }
  .highlight {
    background: #ff0;
  }
  .added {
    background: #060;
    color: #fff;
  }
  .removed {
    background: #900;
    color: #fff;
  }
  .first {
    margin-left: 0;
    padding-left: 0;
  }
  .last {
    margin-right: 0;
    padding-right: 0;
  }
  .top {
    margin-top: 0;
    padding-top: 0;
  }
  .bottom {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #header {
    background-color: rgb(106.0452261307, 112.8140703518, 118.4547738693);
    background-image: linear-gradient(180deg, rgb(106.0452261307, 112.8140703518, 118.4547738693), rgb(77.1366834171, 82.0603015075, 86.1633165829));
    border-bottom: 1px solid rgb(67.5005025126, 71.8090452261, 75.3994974874);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
    text-shadow: #000 0 1px 0;
    display: table;
    height: 20px;
    width: 100%;
    overflow: visible;
    position: inherit;
    padding: 5px 0;
    z-index: 900;
  }
  #header h1 {
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
    color: #cdcdcd;
    margin-right: 20px;
    margin-bottom: 0px;
    padding: 3px 30px 0 30px;
    font-size: 1.3em;
    font-weight: normal;
    line-height: 1.2;
  }
  #header h1 a {
    text-decoration: none;
  }
  #header h1 a:hover {
    color: #fff;
  }
  #header h1 img {
    position: relative;
    top: -2px;
  }
  #header a, #header a:link {
    color: #cdcdcd;
  }
  #header .header-item {
    top: 2px;
    position: relative;
    height: 20px;
  }
  #header ul.tabs {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    margin: 0;
    padding: 0;
  }
  #header ul.tabs li {
    /* Hover on li, display the ul */
  }
  #header ul.tabs li:hover > ul {
    display: block;
  }
  #header ul.tabs > li {
    display: inline-block;
    margin-right: 4px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 1em;
    position: relative;
  }
  #header ul.tabs > li a {
    text-decoration: none;
    padding: 6px 10px 4px 10px;
    position: relative;
    border-radius: 10px;
  }
  #header ul.tabs > li.current > a {
    background: rgb(123.1959798995, 130.727638191, 137.0040201005);
    color: #fff;
  }
  #header ul.tabs > li.has_nested > a {
    background: url("data:image/png;base64,R0lGODlhBwAEAKIAAL6+vry8vIiIiJWVlf///3t7ewAAAAAAACH5BAEAAAUALAAAAAAHAAQAAAMLWLol80MoF5mQKgEAOw==") no-repeat calc(100% - 7px) 50%;
    padding-right: 20px;
  }
  #header ul.tabs > li.has_nested.current > a {
    background: rgb(123.1959798995, 130.727638191, 137.0040201005) url("data:image/png;base64,R0lGODlhBwAEAKIAAG1tbWxsbElJSVBQUP///0JCQgAAAAAAACH5BAEAAAUALAAAAAAHAAQAAAMLWLol80MoF5mQKgEAOw==") no-repeat calc(100% - 7px) 50%;
    padding-right: 20px;
  }
  #header ul.tabs > li:hover > a {
    background: rgb(123.1959798995, 130.727638191, 137.0040201005);
    color: #fff;
  }
  #header ul.tabs > li.has_nested:hover > a {
    border-radius: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom: 5px solid rgb(123.1959798995, 130.727638191, 137.0040201005);
    background: rgb(123.1959798995, 130.727638191, 137.0040201005) url("data:image/png;base64,R0lGODlhBwAEAKIAAG1tbWxsbElJSVBQUP///0JCQgAAAAAAACH5BAEAAAUALAAAAAAHAAQAAAMLWLol80MoF5mQKgEAOw==") no-repeat calc(100% - 7px) 50%;
    z-index: 1020;
  }
  #header ul.tabs > li {
    /* Drop down menus */
  }
  #header ul.tabs > li ul {
    background: rgb(123.1959798995, 130.727638191, 137.0040201005);
    border-top-right-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 0 1px 3px #444;
    position: absolute;
    width: 120%;
    min-width: 175px;
    max-width: calc(100% + 20px);
    margin-top: 5px;
    float: left;
    display: none;
    padding: 3px 0px 5px 0;
    list-style: none;
    z-index: 1010;
  }
  #header ul.tabs > li ul li {
    position: relative;
    margin: 0px;
  }
  #header ul.tabs > li ul li a {
    background: none;
    display: block;
  }
  #header ul.tabs > li ul li a:hover {
    color: #fff;
    background: none;
  }
  #header ul.tabs > li ul li.current a {
    border-radius: 0;
  }
  #header ul.tabs > li ul li.has_nested > a {
    background: url("data:image/gif;base64,R0lGODlhBAAHAKECAKqqqszMzPkVFfkVFSH+EUNyZWF0ZWQgd2l0aCBHSU1QACH5BAEKAAIALAAAAAAEAAcAAAIJlA0XKbH9nmAFADs=") no-repeat calc(100% - 7px) 55%;
    padding-right: 20px;
  }
  #header ul.tabs > li ul li.has_nested:hover > a {
    background: url("data:image/gif;base64,R0lGODlhBAAHAMIEAG1tbWxsbElJSVBQUPkVFfkVFfkVFfkVFSH+EUNyZWF0ZWQgd2l0aCBHSU1QACH5BAEKAAEALAAAAAAEAAcAAAMKGKqy02G8OGeACQA7") no-repeat calc(100% - 7px) 55%;
    color: #fff;
  }
  #header ul.tabs > li ul li ul {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-top: 0;
    top: -3px;
    left: 100%;
    /* Create an invisible backdrop that adds 8px margin around the dropdown menu or submenu
       that maintains the hover. This makes it much easier to navigate to submenus in
       particular without losing hover accientally, especially near rounded corners. */
  }
  #header ul.tabs > li ul li ul:after {
    content: "";
    display: block;
    position: absolute;
    top: -8px;
    left: -8px;
    height: calc(100% + 16px);
    width: calc(100% + 16px);
    z-index: -2;
  }
  #header #tabs {
    width: 100%;
  }
  #header #utility_nav {
    color: #aaa;
    display: table-cell;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    padding-right: 26px;
    text-align: right;
  }
  #header #utility_nav a {
    text-decoration: none;
  }
  #header #utility_nav a:hover {
    color: #fff;
  }
  #header #utility_nav li {
    display: inline;
  }
  form {
    /* Reset margins & Padding */
  }
  form ul, form ol, form li, form fieldset, form legend, form input, form textarea, form select, form p {
    margin: 0;
    padding: 0;
  }
  form ol, form ul {
    list-style: none;
  }
  form fieldset {
    border: 0;
    padding: 10px 0;
    margin-bottom: 20px;
  }
  form fieldset.inputs {
    background: #f4f4f4;
    border-radius: 4px;
    box-shadow: inset 0 1px 4px #ddd;
  }
  form fieldset legend {
    width: 100%;
  }
  form fieldset legend span {
    display: block;
    background-color: #efefef;
    background-image: linear-gradient(180deg, #efefef, #dfe1e2);
    text-shadow: #fff 0 1px 0;
    border: solid 1px #cdcdcd;
    border-color: #d4d4d4;
    border-top-color: #e6e6e6;
    border-right-color: #d4d4d4;
    border-bottom-color: #cdcdcd;
    border-left-color: #d4d4d4;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #FFF inset;
    font-size: 1em;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 0.5em;
    color: #5E6469;
    padding: 5px 10px 3px 10px;
  }
  form fieldset ol > li {
    padding: 10px;
  }
  form fieldset ol > li label {
    display: block;
    width: 20%;
    float: left;
    font-size: 1em;
    font-weight: bold;
    color: #5E6469;
  }
  form fieldset ol > li label abbr {
    border: none;
    color: #aaa;
  }
  form fieldset ol > li.has_many_container {
    padding: 20px 10px;
  }
  form fieldset ol > li.has_many_container h3 {
    font-size: 12px;
    font-weight: bold;
  }
  form fieldset ol > li.has_many_container .has_many_fields {
    margin: 10px 0;
  }
  form fieldset ol > li > li label {
    line-height: 100%;
    padding-top: 0;
  }
  form fieldset ol > li > li label input {
    line-height: 100%;
    vertical-align: middle;
    margin-top: -0.1em;
  }
  form .has_many_fields {
    position: relative;
  }
  form .has_many_container .handle {
    position: absolute;
    top: calc(50% - 1.5em);
    right: 2px;
    padding: 0;
    cursor: move;
  }
  form .has_many_container.ui-sortable .has_many_container {
    margin-right: 2em;
  }
  form .ui-sortable input[type=text], form .ui-sortable input[type=password], form .ui-sortable input[type=email], form .ui-sortable input[type=number], form .ui-sortable input[type=url], form .ui-sortable input[type=tel], form .ui-sortable textarea {
    width: calc(80% - 22px - 2em - 1px);
  }
  form {
    /* Nested Fieldsets and Legends */
  }
  form fieldset > ol > li fieldset {
    position: relative;
    padding: 0;
    margin-bottom: 0;
  }
  form fieldset > ol > li fieldset:not(.inputs) ol {
    float: left;
    width: 74%;
    margin: 0;
    padding: 0 0 0 20%;
  }
  form fieldset > ol > li fieldset:not(.inputs) ol li {
    padding: 0;
    border: 0;
  }
  form fieldset > ol > li fieldset.inputs ol {
    float: left;
    width: 100%;
    margin: 0;
  }
  form {
    /* Text Fields */
  }
  form input[type=text],
  form input[type=password],
  form input[type=email],
  form input[type=number],
  form input[type=url],
  form input[type=tel],
  form input[type=date],
  form input[type=time],
  form textarea {
    width: calc(80% - 22px);
    border: 1px solid #c9d0d6;
    border-radius: 3px;
    font-size: 0.95em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    outline: none;
    padding: 8px 10px 7px;
  }
  form input[type=text]:focus,
  form input[type=password]:focus,
  form input[type=email]:focus,
  form input[type=number]:focus,
  form input[type=url]:focus,
  form input[type=tel]:focus,
  form input[type=date]:focus,
  form input[type=time]:focus,
  form textarea:focus {
    border: 1px solid #99a2aa;
    box-shadow: 0 0 4px #99a2aa;
  }
  form input[type=date] {
    width: calc(100% - 22px);
  }
  form fieldset > ol > li {
    /* Hints */
  }
  form fieldset > ol > li p.inline-hints {
    font-size: 0.95em;
    font-style: italic;
    color: #666;
    margin: 0.5em 0 0 20%;
  }
  form fieldset > ol > li {
    /* Date and Time Fields */
  }
  form fieldset > ol > li.date_select fieldset ol li, form fieldset > ol > li.time_select fieldset ol li, form fieldset > ol > li.datetime_select fieldset ol li {
    float: left;
    width: auto;
    margin: 0 0.5em 0 0;
  }
  form fieldset > ol > li.date_select fieldset ol li label, form fieldset > ol > li.time_select fieldset ol li label, form fieldset > ol > li.datetime_select fieldset ol li label {
    display: none;
  }
  form fieldset > ol > li.date_select fieldset ol li input, form fieldset > ol > li.time_select fieldset ol li input, form fieldset > ol > li.datetime_select fieldset ol li input {
    display: inline;
    margin: 0;
    padding: 0;
  }
  form fieldset > ol > li {
    /* Check Boxes or Radio fields */
  }
  form fieldset > ol > li.check_boxes fieldset ol, form fieldset > ol > li.radio fieldset ol {
    margin-bottom: -0.6em;
  }
  form fieldset > ol > li.check_boxes fieldset ol li, form fieldset > ol > li.radio fieldset ol li {
    margin: 0.1em 0 0.5em 0;
  }
  form fieldset > ol > li.check_boxes fieldset ol li label, form fieldset > ol > li.radio fieldset ol li label {
    float: none;
    width: 100%;
  }
  form fieldset > ol > li.check_boxes fieldset ol li label input, form fieldset > ol > li.radio fieldset ol li label input {
    margin-right: 0.2em;
  }
  form fieldset > ol > li {
    /* Boolean Field */
  }
  form fieldset > ol > li.boolean {
    min-height: 1.1em;
  }
  form fieldset > ol > li.boolean label {
    width: 80%;
    padding-left: 20%;
    padding-right: 10px;
    text-transform: none !important;
    font-weight: normal;
  }
  form fieldset > ol > li.boolean label input {
    margin: 0 0.5em 0 0.2em;
  }
  form fieldset > ol > li {
    /* Hidden fields */
  }
  form fieldset > ol > li.hidden {
    padding: 0;
  }
  form fieldset > ol > li {
    /* Errors */
  }
  form fieldset > ol > li p.inline-errors {
    color: #932419;
    font-weight: bold;
    margin: 0.3em 0 0 20%;
  }
  form fieldset > ol > li ul.errors {
    color: #932419;
    margin: 0.5em 0 0 20%;
    list-style: square;
  }
  form fieldset > ol > li ul.errors li {
    padding: 0;
    border: none;
    display: list-item;
  }
  form fieldset > ol > li.error input[type=text], form fieldset > ol > li.error input[type=password], form fieldset > ol > li.error input[type=email], form fieldset > ol > li.error input[type=number], form fieldset > ol > li.error input[type=url], form fieldset > ol > li.error input[type=tel], form fieldset > ol > li.error textarea {
    border: 1px solid #932419;
  }
  form {
    /* semantic_errors */
  }
  form ul.errors {
    background: rgb(250.3488372093, 229.6976744186, 227.6511627907);
    border-radius: 4px;
    color: #932419;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 10px;
    list-style: square;
  }
  form ul.errors li {
    margin-left: 15px;
    padding: 0;
    border: none;
    display: list-item;
  }
  form {
    /* Buttons */
  }
  form input[type=submit], form input[type=button], form button {
    border-radius: 200px;
    display: inline-block;
    font-weight: bold;
    font-size: 1em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 12px;
    margin-right: 3px;
    padding: 7px 16px 6px;
    text-decoration: none;
  }
  form input[type=submit].disabled, form input[type=button].disabled, form button.disabled {
    opacity: 0.5;
    cursor: default;
  }
  form input[type=submit], form input[type=button], form button {
    background-color: rgb(131.2688442211, 138.3391959799, 144.2311557789);
    background-image: linear-gradient(180deg, rgb(131.2688442211, 138.3391959799, 144.2311557789), rgb(65.0914572864, 69.2462311558, 72.7085427136));
    text-shadow: #000 0 1px 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0px rgba(255, 255, 255, 0.2) inset;
    border: solid 1px #484e53;
    border-color: #484e53;
    border-top-color: #616a71;
    border-right-color: #484e53;
    border-bottom-color: #363b3f;
    border-left-color: #484e53;
    color: #efefef;
  }
  form input[type=submit]:not(.disabled):hover, form input[type=button]:not(.disabled):hover, form button:not(.disabled):hover {
    background-color: rgb(139.3417085427, 145.9507537688, 151.4582914573);
    background-image: linear-gradient(180deg, rgb(139.3417085427, 145.9507537688, 151.4582914573), rgb(72.3185929648, 76.9346733668, 80.7814070352));
  }
  form input[type=submit]:not(.disabled):active, form input[type=button]:not(.disabled):active, form button:not(.disabled):active {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset, 0 1px 0 0px #FFF;
    background-color: rgb(113.272361809, 120.5025125628, 126.527638191);
    background-image: linear-gradient(180deg, rgb(113.272361809, 120.5025125628, 126.527638191), rgb(53.0462311558, 56.432160804, 59.2537688442));
  }
  form input[type=submit], form input[type=button], form button {
    cursor: pointer;
  }
  form .buttons, form .actions {
    margin-top: 15px;
  }
  form .buttons input[type=submit], form .buttons input[type=button], form .buttons button, form .actions input[type=submit], form .actions input[type=button], form .actions button {
    margin-right: 10px;
  }
  form .actions .create_another {
    float: none;
    margin-bottom: 10px;
  }
  form .actions .create_another label {
    float: none;
    display: inline;
  }
  form fieldset.buttons li, form fieldset.actions li {
    float: left;
    padding: 0;
  }
  form fieldset.buttons li.cancel a, form fieldset.actions li.cancel a {
    border-radius: 200px;
    display: inline-block;
    font-weight: bold;
    font-size: 1em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 12px;
    margin-right: 3px;
    padding: 7px 16px 6px;
    text-decoration: none;
  }
  form fieldset.buttons li.cancel a.disabled, form fieldset.actions li.cancel a.disabled {
    opacity: 0.5;
    cursor: default;
  }
  form fieldset.buttons li.cancel a, form fieldset.actions li.cancel a {
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #E7E7E7);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset;
    border: solid 1px #c7c7c7;
    border-color: #c7c7c7;
    border-top-color: #d3d3d3;
    border-right-color: #c7c7c7;
    border-bottom-color: #c2c2c2;
    border-left-color: #c7c7c7;
    text-shadow: #fff 0 1px 0;
    color: #5E6469;
  }
  form fieldset.buttons li.cancel a:not(.disabled):hover, form fieldset.actions li.cancel a:not(.disabled):hover {
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);
  }
  form fieldset.buttons li.cancel a:not(.disabled):active, form fieldset.actions li.cancel a:not(.disabled):active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #EEE;
    border-color: #b9b9b9;
    border-top-color: #c2c2c2;
    border-right-color: #b9b9b9;
    border-bottom-color: #b7b7b7;
    border-left-color: #b9b9b9;
    background-color: #F3F3F3;
    background-image: linear-gradient(180deg, #F3F3F3, #D8D8D8);
  }
  .sidebar_section label {
    display: block;
    text-transform: uppercase;
    color: #5E6469;
    font-size: 0.9em;
    font-weight: bold;
  }
  .sidebar_section select {
    width: 240px;
  }
  .sidebar_section input[type=text], .sidebar_section input[type=password], .sidebar_section input[type=email], .sidebar_section input[type=url], .sidebar_section input[type=tel], .sidebar_section textarea {
    width: 220px;
  }
  form.filter_form .filter_form_field {
    margin-bottom: 10px;
    clear: both;
  }
  form.filter_form .filter_form_field.select_and_search input[type=text] {
    margin-left: 16px;
    width: 88px;
  }
  form.filter_form .filter_form_field.select_and_search select {
    width: 108px;
  }
  form.filter_form .filter_form_field.filter_check_boxes label {
    margin-bottom: 3px;
  }
  form.filter_form .filter_form_field.filter_check_boxes fieldset {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  form.filter_form .filter_form_field.filter_check_boxes .check_boxes_wrapper label {
    font-weight: normal;
    margin-bottom: 3px;
    text-transform: none;
    font-size: 1em;
  }
  form.filter_form .filter_form_field.filter_check_boxes .check_boxes_wrapper label input {
    vertical-align: baseline;
  }
  form.filter_form .filter_form_field.filter_date_range input[type=text] {
    width: 114px;
  }
  form.filter_form .filter_form_field.filter_date_range input[type=text] + input {
    margin-left: 6px;
  }
  form.filter_form a.clear_filters_btn {
    border-radius: 200px;
    display: inline-block;
    font-weight: bold;
    font-size: 1em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 12px;
    margin-right: 3px;
    padding: 7px 16px 6px;
    text-decoration: none;
  }
  form.filter_form a.clear_filters_btn.disabled {
    opacity: 0.5;
    cursor: default;
  }
  form.filter_form a.clear_filters_btn {
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #E7E7E7);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset;
    border: solid 1px #c7c7c7;
    border-color: #c7c7c7;
    border-top-color: #d3d3d3;
    border-right-color: #c7c7c7;
    border-bottom-color: #c2c2c2;
    border-left-color: #c7c7c7;
    text-shadow: #fff 0 1px 0;
    color: #5E6469;
  }
  form.filter_form a.clear_filters_btn:not(.disabled):hover {
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);
  }
  form.filter_form a.clear_filters_btn:not(.disabled):active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #EEE;
    border-color: #b9b9b9;
    border-top-color: #c2c2c2;
    border-right-color: #b9b9b9;
    border-bottom-color: #b7b7b7;
    border-left-color: #b9b9b9;
    background-color: #F3F3F3;
    background-image: linear-gradient(180deg, #F3F3F3, #D8D8D8);
  }
  .comments .active_admin_comment:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
  }
  .comments .active_admin_comment {
    margin-top: 10px;
    margin-bottom: 20px;
    max-width: 700px;
  }
  .comments .active_admin_comment .active_admin_comment_meta {
    width: 130px;
    float: left;
    overflow: hidden;
    font-size: 0.9em;
    color: rgb(118.0904522613, 125.6281407035, 131.9095477387);
  }
  .comments .active_admin_comment .active_admin_comment_meta .active_admin_comment_author {
    font-size: 1.2em;
    font-weight: bold;
    margin: 0;
    color: #5E6469;
  }
  .comments .active_admin_comment .active_admin_comment_body {
    margin-left: 150px;
  }
  .comments form.active_admin_comment {
    margin: 0;
    padding: 0;
    margin-left: 150px;
  }
  .comments form.active_admin_comment fieldset.inputs {
    margin: 0;
    padding: 0;
    background: none;
    box-shadow: none;
  }
  .comments form.active_admin_comment li {
    padding: 0;
  }
  .comments form.active_admin_comment fieldset.buttons {
    padding: 0;
    margin-top: 5px;
  }
  body.logged_in .flash {
    background-color: #f7f1d3;
    background-image: linear-gradient(180deg, #f7f1d3, #f5edc5);
    text-shadow: #fafafa 0 1px 0;
    border-bottom: 1px solid #eee098;
    color: #cb9810;
    font-weight: bold;
    font-size: 1.1em;
    line-height: 1em;
    padding: 13px 30px 11px;
    position: relative;
  }
  body.logged_in .flash.flash_notice {
    background-color: #dce9dd;
    background-image: linear-gradient(180deg, #dce9dd, #ccdfcd);
    border-bottom: 1px solid #adcbaf;
    color: #416347;
  }
  body.logged_in .flash.flash_error {
    background-color: #f5e4e4;
    background-image: linear-gradient(180deg, #f5e4e4, #f1dcdc);
    border-bottom: 1px solid #e0c2c0;
    color: #b33c33;
  }
  body.logged_out .flash {
    box-shadow: none;
    text-shadow: #fff 0 1px 0;
    background: none;
    color: #666;
    font-weight: bold;
    line-height: 1em;
    padding: 0;
    margin-bottom: 8px;
  }
  .ui-datepicker {
    background: #fff;
    background-clip: padding-box;
    color: #fff;
    display: none;
    margin-top: 2px;
    padding: 0;
    text-align: center;
    width: 160px;
  }
  .ui-datepicker a {
    text-decoration: none;
  }
  .ui-datepicker a:hover {
    cursor: pointer;
  }
  .ui-datepicker .ui-datepicker-header {
    background-color: rgb(106.0452261307, 112.8140703518, 118.4547738693);
    background-image: linear-gradient(180deg, rgb(106.0452261307, 112.8140703518, 118.4547738693), rgb(77.1366834171, 82.0603015075, 86.1633165829));
    border-bottom: 1px solid rgb(67.5005025126, 71.8090452261, 75.3994974874);
    padding: 12px 5px 7px 4px;
    margin: 0px 0px 2px 2px;
    width: 156px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    position: relative;
    z-index: 2000;
  }
  .ui-datepicker .ui-datepicker-header:before {
    content: "";
    position: absolute;
    right: 45%;
    top: -6px;
    width: 0px;
    height: 0px;
    border-left: 8.5px solid rgba(0, 0, 0, 0);
    border-right: 8.5px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid #676e73;
  }
  .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
    text-shadow: #000 0 1px 0;
    color: #fff;
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 0.8em;
    text-align: center;
  }
  .ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month {
    margin: -4px 0 0 0;
  }
  .ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year {
    margin: -4px 0 0 0;
  }
  .ui-datepicker .ui-datepicker-header a {
    color: #fff;
    display: block;
    height: 19px;
    margin-top: -4px;
    width: 10px;
  }
  .ui-datepicker .ui-datepicker-header a.ui-datepicker-prev {
    float: left;
    width: 0;
    height: 0;
    margin: 0px 0px 0px 4px;
    border-top: 5px solid transparent;
    border-right: 5px solid white;
    border-bottom: 5px solid transparent;
  }
  .ui-datepicker .ui-datepicker-header a.ui-datepicker-next {
    float: right;
    width: 0;
    height: 0;
    margin: 0px 4px 0px 0px;
    border-top: 5px solid transparent;
    border-left: 5px solid white;
    border-bottom: 5px solid transparent;
  }
  .ui-datepicker .ui-datepicker-header a span {
    display: none;
  }
  .ui-datepicker table.ui-datepicker-calendar {
    border-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.26);
    background-color: #f4f4f4;
    border: solid 1px #63686e;
    left: 2px;
    margin-bottom: 0px;
    position: relative;
    top: -2px;
    width: 156px;
  }
  .ui-datepicker table.ui-datepicker-calendar td, .ui-datepicker table.ui-datepicker-calendar th {
    padding: 0px;
    text-align: center;
  }
  .ui-datepicker table.ui-datepicker-calendar thead th {
    background-color: #dbdddf;
    color: #333333;
    font-weight: normal;
    font-size: 0.8em;
    padding-top: 1px;
  }
  .ui-datepicker table.ui-datepicker-calendar tbody {
    color: #666666;
  }
  .ui-datepicker table.ui-datepicker-calendar tbody td {
    border: none;
    height: 24px;
    width: 22px;
  }
  .ui-datepicker table.ui-datepicker-calendar tbody td a {
    border-radius: 3px;
    color: #666666;
    font-weight: bold;
    font-size: 0.85em;
    padding: 4px;
  }
  .ui-datepicker table.ui-datepicker-calendar tbody td a.ui-state-active {
    background-color: #5a5f64;
    color: #fff;
  }
  .ui-datepicker table.ui-datepicker-calendar tbody td a.ui-state-active.ui-state-hover {
    background-color: #5a5f64;
    color: #fff;
  }
  .ui-datepicker table.ui-datepicker-calendar tbody td a.ui-state-hover {
    background-color: #eceef0;
  }
  .ui-datepicker table.ui-datepicker-calendar tbody td a.ui-state-highlight {
    background-color: #dbdddf;
  }
  table tr td {
    vertical-align: top;
  }
  table tr th {
    text-align: left;
  }
  table.index_table {
    width: 100%;
    margin-bottom: 10px;
    border: 0;
    border-spacing: 0;
  }
  table.index_table th {
    background-color: #efefef;
    background-image: linear-gradient(180deg, #efefef, #dfe1e2);
    text-shadow: #fff 0 1px 0;
    border: solid 1px #cdcdcd;
    border-color: #d4d4d4;
    border-top-color: #e6e6e6;
    border-right-color: #d4d4d4;
    border-bottom-color: #cdcdcd;
    border-left-color: #d4d4d4;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #FFF inset;
    font-size: 1em;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 0.5em;
    color: #5E6469;
    padding: 5px 10px 3px 10px;
    border-right: none;
    padding-left: 12px;
    padding-right: 12px;
  }
  table.index_table th a, table.index_table th a:link, table.index_table th a:visited {
    color: #5E6469;
    text-decoration: none;
    display: block;
    white-space: nowrap;
  }
  table.index_table th.sortable a {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAABGCAYAAAAAVo4aAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAH5JREFUeNpi3LhlOwMU1AExGxDXwARYoHQLEFdD2cxAXAliMKFJgEAFEHfBJEHGMKLhMpgkTsAEdch/NNwCk2xCdiEQtML4LEgCf6EubUX3Cgh0oNvJ+P//f7wOGpUclRwYSZb41CyidNbB8giNM+9oXhmVHHm5bJjUSAABBgDKKiwMMUxPwgAAAABJRU5ErkJggg==") no-repeat 0 4px;
    padding-left: 13px;
  }
  table.index_table th.sorted-asc a {
    background-position: 0 -27px;
  }
  table.index_table th.sorted-desc a {
    background-position: 0 -56px;
  }
  table.index_table th.sorted-asc, table.index_table th.sorted-desc {
    background-color: rgb(226.25, 226.25, 226.25);
    background-image: linear-gradient(180deg, rgb(226.25, 226.25, 226.25), rgb(209.6229508197, 212.4590163934, 213.8770491803));
  }
  table.index_table th:last-child {
    border-right: solid 1px #d4d4d4;
  }
  table.index_table tr.even td {
    background: rgb(244.2889447236, 244.9010050251, 245.4110552764);
  }
  table.index_table tr.selected td {
    background: #d9e4ec;
  }
  table.index_table td {
    padding: 10px 12px 8px 12px;
    border-bottom: 1px solid #e8e8e8;
    vertical-align: top;
  }
  .panel_contents table {
    margin-top: 5px;
  }
  .panel_contents table th {
    padding-top: 10px;
    background: none;
    color: #5E6469;
    box-shadow: none;
    text-shadow: #fff 0 1px 0;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
  }
  .panel_contents table tr.odd td {
    background: rgb(236.216080402, 237.2894472362, 238.183919598);
  }
  .panel_contents table tr.even td {
    background: rgb(244.2889447236, 244.9010050251, 245.4110552764);
  }
  .attributes_table {
    overflow: hidden;
  }
  .attributes_table table col.even {
    background: rgb(244.2889447236, 244.9010050251, 245.4110552764);
  }
  .attributes_table table col.odd {
    background: rgb(236.216080402, 237.2894472362, 238.183919598);
  }
  .attributes_table table th, .attributes_table table td {
    padding: 8px 12px 6px 12px;
    vertical-align: top;
    border-bottom: 1px solid #e8e8e8;
  }
  .attributes_table table th {
    box-shadow: none;
    background: none;
    width: 150px;
    font-size: 0.9em;
    padding-left: 0;
    text-transform: uppercase;
    color: #5E6469;
    text-shadow: #fff 0 1px 0;
  }
  .attributes_table table td .empty {
    color: #bbb;
    font-size: 0.8em;
    text-transform: uppercase;
    letter-spacing: 0.2em;
  }
  .sidebar_section .attributes_table th {
    width: 50px;
  }
  #collection_selection_toggle_panel:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
  }
  #collection_selection_toggle_panel > .resource_selection_toggle_cell {
    float: left;
  }
  .ui-widget-overlay {
    position: fixed;
    background: rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1001;
  }
  .ui-dialog {
    position: fixed;
    z-index: 1002;
    background: #f4f4f4;
    border-radius: 4px;
    box-shadow: inset 0 1px 4px #ddd;
    box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
  }
  .ui-dialog .ui-dialog-titlebar {
    background-color: #efefef;
    background-image: linear-gradient(180deg, #efefef, #dfe1e2);
    text-shadow: #fff 0 1px 0;
    border: solid 1px #cdcdcd;
    border-color: #d4d4d4;
    border-top-color: #e6e6e6;
    border-right-color: #d4d4d4;
    border-bottom-color: #cdcdcd;
    border-left-color: #d4d4d4;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #FFF inset;
    font-size: 1em;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 0.5em;
    color: #5E6469;
    padding: 5px 10px 3px 10px;
  }
  .ui-dialog .ui-dialog-titlebar span {
    font-size: 1.1em;
  }
  .ui-dialog ul {
    list-style-type: none;
  }
  .ui-dialog li {
    margin: 10px 0;
  }
  .ui-dialog label {
    margin-right: 10px;
  }
  .ui-dialog .ui-dialog-buttonpane, .ui-dialog form {
    padding: 7px 15px 13px;
  }
  .ui-dialog .ui-dialog-buttonpane button {
    border-radius: 200px;
    display: inline-block;
    font-weight: bold;
    font-size: 1em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 12px;
    margin-right: 3px;
    padding: 7px 16px 6px;
    text-decoration: none;
  }
  .ui-dialog .ui-dialog-buttonpane button.disabled {
    opacity: 0.5;
    cursor: default;
  }
  .ui-dialog .ui-dialog-buttonpane button {
    background-color: rgb(131.2688442211, 138.3391959799, 144.2311557789);
    background-image: linear-gradient(180deg, rgb(131.2688442211, 138.3391959799, 144.2311557789), rgb(65.0914572864, 69.2462311558, 72.7085427136));
    text-shadow: #000 0 1px 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0px rgba(255, 255, 255, 0.2) inset;
    border: solid 1px #484e53;
    border-color: #484e53;
    border-top-color: #616a71;
    border-right-color: #484e53;
    border-bottom-color: #363b3f;
    border-left-color: #484e53;
    color: #efefef;
  }
  .ui-dialog .ui-dialog-buttonpane button:not(.disabled):hover {
    background-color: rgb(139.3417085427, 145.9507537688, 151.4582914573);
    background-image: linear-gradient(180deg, rgb(139.3417085427, 145.9507537688, 151.4582914573), rgb(72.3185929648, 76.9346733668, 80.7814070352));
  }
  .ui-dialog .ui-dialog-buttonpane button:not(.disabled):active {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset, 0 1px 0 0px #FFF;
    background-color: rgb(113.272361809, 120.5025125628, 126.527638191);
    background-image: linear-gradient(180deg, rgb(113.272361809, 120.5025125628, 126.527638191), rgb(53.0462311558, 56.432160804, 59.2537688442));
  }
  .ui-dialog .ui-dialog-buttonpane button:last-child {
    border-radius: 200px;
    display: inline-block;
    font-weight: bold;
    font-size: 1em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 12px;
    margin-right: 3px;
    padding: 7px 16px 6px;
    text-decoration: none;
  }
  .ui-dialog .ui-dialog-buttonpane button:last-child.disabled {
    opacity: 0.5;
    cursor: default;
  }
  .ui-dialog .ui-dialog-buttonpane button:last-child {
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #E7E7E7);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset;
    border: solid 1px #c7c7c7;
    border-color: #c7c7c7;
    border-top-color: #d3d3d3;
    border-right-color: #c7c7c7;
    border-bottom-color: #c2c2c2;
    border-left-color: #c7c7c7;
    text-shadow: #fff 0 1px 0;
    color: #5E6469;
  }
  .ui-dialog .ui-dialog-buttonpane button:last-child:not(.disabled):hover {
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);
  }
  .ui-dialog .ui-dialog-buttonpane button:last-child:not(.disabled):active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #EEE;
    border-color: #b9b9b9;
    border-top-color: #c2c2c2;
    border-right-color: #b9b9b9;
    border-bottom-color: #b7b7b7;
    border-left-color: #b9b9b9;
    background-color: #F3F3F3;
    background-image: linear-gradient(180deg, #F3F3F3, #D8D8D8);
  }
  .active_admin_dialog.ui-dialog .ui-dialog-titlebar-close {
    display: none;
  }
  .blank_slate_container {
    clear: both;
    text-align: center;
  }
  .blank_slate_container .blank_slate {
    border-radius: 3px;
    border: 1px dashed #DADADA;
    color: #AAA;
    display: inline-block;
    font-size: 1.2em;
    font-weight: bold;
    padding: 14px 25px;
    text-align: center;
  }
  .blank_slate_container .blank_slate small {
    display: block;
    font-size: 0.9em;
    font-weight: normal;
  }
  .admin_dashboard .blank_slate_container .blank_slate {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .with_sidebar .blank_slate_container .blank_slate {
    margin-top: 80px;
  }
  .breadcrumb {
    display: block;
    font-size: 0.9em;
    font-weight: normal;
    line-height: 1em;
    margin-bottom: 12px;
    text-transform: uppercase;
  }
  .breadcrumb a, .breadcrumb a:link, .breadcrumb a:visited, .breadcrumb a:active {
    color: #8a949e;
    text-decoration: none;
  }
  .breadcrumb a:hover {
    text-decoration: underline;
  }
  .breadcrumb .breadcrumb_sep {
    margin: 0 2px;
    color: #aab2ba;
  }
  .dropdown_menu {
    display: inline;
  }
  .dropdown_menu .dropdown_menu_button {
    border-radius: 200px;
    display: inline-block;
    font-weight: bold;
    font-size: 1em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 12px;
    margin-right: 3px;
    padding: 7px 16px 6px;
    text-decoration: none;
  }
  .dropdown_menu .dropdown_menu_button.disabled {
    opacity: 0.5;
    cursor: default;
  }
  .dropdown_menu .dropdown_menu_button {
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #E7E7E7);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset;
    border: solid 1px #c7c7c7;
    border-color: #c7c7c7;
    border-top-color: #d3d3d3;
    border-right-color: #c7c7c7;
    border-bottom-color: #c2c2c2;
    border-left-color: #c7c7c7;
    text-shadow: #fff 0 1px 0;
    color: #5E6469;
  }
  .dropdown_menu .dropdown_menu_button:not(.disabled):hover {
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);
  }
  .dropdown_menu .dropdown_menu_button:not(.disabled):active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #EEE;
    border-color: #b9b9b9;
    border-top-color: #c2c2c2;
    border-right-color: #b9b9b9;
    border-bottom-color: #b7b7b7;
    border-left-color: #b9b9b9;
    background-color: #F3F3F3;
    background-image: linear-gradient(180deg, #F3F3F3, #D8D8D8);
  }
  .dropdown_menu .dropdown_menu_button {
    position: relative;
    padding-right: 22px !important;
    cursor: pointer;
  }
  .dropdown_menu .dropdown_menu_button:before {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    border-width: 3px 3px 0;
    border-style: solid;
    border-color: #FFF transparent;
    right: 12px;
    top: 45%;
  }
  .dropdown_menu .dropdown_menu_button:after {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    border-width: 3px 3px 0;
    border-style: solid;
    border-color: #777 transparent;
    right: 12px;
    top: 45%;
  }
  .dropdown_menu .dropdown_menu_nipple {
    content: "";
    position: absolute;
    top: -6px;
    display: block;
    width: 0;
    height: 0;
    border-width: 0 6px 6px;
    border-style: solid;
    border-color: rgb(84.3638190955, 89.7487437186, 94.2361809045) transparent;
    z-index: 100;
  }
  .dropdown_menu .dropdown_menu_nipple:before {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    border-width: 0 5px 5px;
    border-style: solid;
    border-color: rgb(131.2688442211, 138.3391959799, 144.2311557789) transparent;
    left: -5px;
    top: 1px;
  }
  .dropdown_menu .dropdown_menu_nipple:after {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    border-width: 0 5px 5px;
    border-style: solid;
    border-color: rgb(103.6361809045, 110.2512562814, 115.7638190955) transparent;
    left: -5px;
    top: 2px;
  }
  .dropdown_menu .dropdown_menu_list_wrapper {
    display: inline-block;
    position: absolute;
    background-color: white;
    padding: 2px;
    box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgb(131.2688442211, 138.3391959799, 144.2311557789) 0px 1px 0px 0px inset;
    background-color: #5E6469;
    background-color: rgb(103.6361809045, 110.2512562814, 115.7638190955);
    background-image: linear-gradient(180deg, rgb(103.6361809045, 110.2512562814, 115.7638190955), rgb(81.9547738693, 87.1859296482, 91.5452261307));
    border: solid 1px rgb(69.9095477387, 74.3718592965, 78.0904522613);
    border-top-color: rgb(84.3638190955, 89.7487437186, 94.2361809045);
    border-bottom-color: rgb(53.0462311558, 56.432160804, 59.2537688442);
    border-radius: 4px;
    z-index: 2000;
    display: none;
  }
  .dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list {
    display: block;
    background-color: #FFF;
    border: solid 1px rgb(69.9095477387, 74.3718592965, 78.0904522613);
    box-shadow: rgb(106.0452261307, 112.8140703518, 118.4547738693) 0px 1px 0px 0px;
    border-radius: 3px;
    margin: 0;
    overflow: hidden;
    padding: 8px;
    list-style-type: none;
    padding: 0;
  }
  .dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list li {
    display: block;
    border-bottom: solid 1px #ebebeb;
  }
  .dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list li a {
    display: block;
    box-sizing: padding-box;
    font-size: 0.95em;
    font-weight: bold;
    padding: 7px 16px 5px;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
  }
  .dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list li a:hover {
    background-color: #75a1c2;
    background-image: linear-gradient(180deg, #75a1c2, #608cb4);
    text-shadow: #5a83aa 0 1px 0;
    color: #FFF;
  }
  .dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list li a:active {
    background-color: #608cb4;
    background-image: linear-gradient(180deg, #608cb4, #75a1c2);
    color: #FFF;
  }
  .dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list li:first-child a {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
  }
  .dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list li:last-child a {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
  }
  .dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list li:last-child {
    border: none;
  }
  a.member_link {
    margin-right: 7px;
    white-space: nowrap;
  }
  a.button, a:link.button, a:visited.button, input[type=submit], input[type=button], button {
    border-radius: 200px;
    display: inline-block;
    font-weight: bold;
    font-size: 1em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 12px;
    margin-right: 3px;
    padding: 7px 16px 6px;
    text-decoration: none;
  }
  a.button.disabled, a:link.button.disabled, a:visited.button.disabled, input[type=submit].disabled, input[type=button].disabled, button.disabled {
    opacity: 0.5;
    cursor: default;
  }
  a.button, a:link.button, a:visited.button, input[type=submit], input[type=button], button {
    background-color: rgb(131.2688442211, 138.3391959799, 144.2311557789);
    background-image: linear-gradient(180deg, rgb(131.2688442211, 138.3391959799, 144.2311557789), rgb(65.0914572864, 69.2462311558, 72.7085427136));
    text-shadow: #000 0 1px 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0px rgba(255, 255, 255, 0.2) inset;
    border: solid 1px #484e53;
    border-color: #484e53;
    border-top-color: #616a71;
    border-right-color: #484e53;
    border-bottom-color: #363b3f;
    border-left-color: #484e53;
    color: #efefef;
  }
  a.button:not(.disabled):hover, a:link.button:not(.disabled):hover, a:visited.button:not(.disabled):hover, input[type=submit]:not(.disabled):hover, input[type=button]:not(.disabled):hover, button:not(.disabled):hover {
    background-color: rgb(139.3417085427, 145.9507537688, 151.4582914573);
    background-image: linear-gradient(180deg, rgb(139.3417085427, 145.9507537688, 151.4582914573), rgb(72.3185929648, 76.9346733668, 80.7814070352));
  }
  a.button:not(.disabled):active, a:link.button:not(.disabled):active, a:visited.button:not(.disabled):active, input[type=submit]:not(.disabled):active, input[type=button]:not(.disabled):active, button:not(.disabled):active {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset, 0 1px 0 0px #FFF;
    background-color: rgb(113.272361809, 120.5025125628, 126.527638191);
    background-image: linear-gradient(180deg, rgb(113.272361809, 120.5025125628, 126.527638191), rgb(53.0462311558, 56.432160804, 59.2537688442));
  }
  table.index_grid td {
    border: none;
    background: none;
    padding: 0 20px 20px 0;
    margin: 0;
  }
  .columns {
    clear: both;
    padding: 0;
  }
  .columns .column {
    float: left;
  }
  a, a:link, a:visited {
    color: #38678b;
    text-decoration: underline;
  }
  a:hover {
    text-decoration: none;
  }
  .paginated_collection_contents {
    clear: both;
  }
  .pagination {
    float: right;
    font-size: 0.9em;
    margin-left: 10px;
  }
  .pagination a {
    border-radius: 200px;
    display: inline-block;
    font-weight: bold;
    font-size: 1em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 12px;
    margin-right: 3px;
    padding: 7px 16px 6px;
    text-decoration: none;
  }
  .pagination a.disabled {
    opacity: 0.5;
    cursor: default;
  }
  .pagination a {
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #E7E7E7);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset;
    border: solid 1px #c7c7c7;
    border-color: #c7c7c7;
    border-top-color: #d3d3d3;
    border-right-color: #c7c7c7;
    border-bottom-color: #c2c2c2;
    border-left-color: #c7c7c7;
    text-shadow: #fff 0 1px 0;
    color: #5E6469;
  }
  .pagination a:not(.disabled):hover {
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);
  }
  .pagination a:not(.disabled):active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #EEE;
    border-color: #b9b9b9;
    border-top-color: #c2c2c2;
    border-right-color: #b9b9b9;
    border-bottom-color: #b7b7b7;
    border-left-color: #b9b9b9;
    background-color: #F3F3F3;
    background-image: linear-gradient(180deg, #F3F3F3, #D8D8D8);
  }
  .pagination span.page.current {
    border-radius: 200px;
    display: inline-block;
    font-weight: bold;
    font-size: 1em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 12px;
    margin-right: 3px;
    padding: 7px 16px 6px;
    text-decoration: none;
  }
  .pagination span.page.current.disabled {
    opacity: 0.5;
    cursor: default;
  }
  .pagination span.page.current {
    background-color: rgb(131.2688442211, 138.3391959799, 144.2311557789);
    background-image: linear-gradient(180deg, rgb(131.2688442211, 138.3391959799, 144.2311557789), rgb(65.0914572864, 69.2462311558, 72.7085427136));
    text-shadow: #000 0 1px 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0px rgba(255, 255, 255, 0.2) inset;
    border: solid 1px #484e53;
    border-color: #484e53;
    border-top-color: #616a71;
    border-right-color: #484e53;
    border-bottom-color: #363b3f;
    border-left-color: #484e53;
    color: #efefef;
  }
  .pagination span.page.current:not(.disabled):hover {
    background-color: rgb(139.3417085427, 145.9507537688, 151.4582914573);
    background-image: linear-gradient(180deg, rgb(139.3417085427, 145.9507537688, 151.4582914573), rgb(72.3185929648, 76.9346733668, 80.7814070352));
  }
  .pagination span.page.current:not(.disabled):active {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset, 0 1px 0 0px #FFF;
    background-color: rgb(113.272361809, 120.5025125628, 126.527638191);
    background-image: linear-gradient(180deg, rgb(113.272361809, 120.5025125628, 126.527638191), rgb(53.0462311558, 56.432160804, 59.2537688442));
  }
  .pagination a, .pagination span.page.current {
    border-radius: 0px;
    margin-right: 4px;
    padding: 2px 5px;
  }
  .pagination_information {
    float: right;
    margin-bottom: 5px;
    color: #b3bcc1;
  }
  .pagination_information b {
    color: #5c6469;
  }
  .download_links {
    float: left;
  }
  .pagination_per_page {
    float: right;
    margin-left: 4px;
  }
  .pagination_per_page select {
    border-radius: 200px;
    display: inline-block;
    font-weight: bold;
    font-size: 1em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 12px;
    margin-right: 3px;
    padding: 7px 16px 6px;
    text-decoration: none;
  }
  .pagination_per_page select.disabled {
    opacity: 0.5;
    cursor: default;
  }
  .pagination_per_page select {
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #E7E7E7);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset;
    border: solid 1px #c7c7c7;
    border-color: #c7c7c7;
    border-top-color: #d3d3d3;
    border-right-color: #c7c7c7;
    border-bottom-color: #c2c2c2;
    border-left-color: #c7c7c7;
    text-shadow: #fff 0 1px 0;
    color: #5E6469;
  }
  .pagination_per_page select:not(.disabled):hover {
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);
  }
  .pagination_per_page select:not(.disabled):active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #EEE;
    border-color: #b9b9b9;
    border-top-color: #c2c2c2;
    border-right-color: #b9b9b9;
    border-bottom-color: #b7b7b7;
    border-left-color: #b9b9b9;
    background-color: #F3F3F3;
    background-image: linear-gradient(180deg, #F3F3F3, #D8D8D8);
  }
  .pagination_per_page select {
    border-radius: 0px;
    padding: 1px 5px;
  }
  .comments .pagination {
    float: left;
    margin-bottom: 30px;
  }
  .comments .pagination_information {
    float: left;
    color: #000;
  }
  .section, .panel {
    background: #f4f4f4;
    border-radius: 4px;
    box-shadow: inset 0 1px 4px #ddd;
    margin-bottom: 20px;
  }
  .section > h3, .panel > h3 {
    background-color: #efefef;
    background-image: linear-gradient(180deg, #efefef, #dfe1e2);
    text-shadow: #fff 0 1px 0;
    border: solid 1px #cdcdcd;
    border-color: #d4d4d4;
    border-top-color: #e6e6e6;
    border-right-color: #d4d4d4;
    border-bottom-color: #cdcdcd;
    border-left-color: #d4d4d4;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #FFF inset;
    font-size: 1em;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 0.5em;
    color: #5E6469;
    padding: 5px 10px 3px 10px;
  }
  .section > h3 .header_action, .panel > h3 .header_action {
    float: right;
  }
  .section > div, .panel > div {
    padding: 3px 15px 15px 15px;
  }
  .section hr, .panel hr {
    border: none;
    border-bottom: 1px solid #E8E8E8;
  }
  .sidebar_section {
    background: #f4f4f4;
    border-radius: 4px;
    box-shadow: inset 0 1px 4px #ddd;
    margin-bottom: 20px;
  }
  .sidebar_section > h3 {
    background-color: #efefef;
    background-image: linear-gradient(180deg, #efefef, #dfe1e2);
    text-shadow: #fff 0 1px 0;
    border: solid 1px #cdcdcd;
    border-color: #d4d4d4;
    border-top-color: #e6e6e6;
    border-right-color: #d4d4d4;
    border-bottom-color: #cdcdcd;
    border-left-color: #d4d4d4;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #FFF inset;
    font-size: 1em;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 0.5em;
    color: #5E6469;
    padding: 5px 10px 3px 10px;
  }
  .sidebar_section > h3 .header_action {
    float: right;
  }
  .sidebar_section > div {
    padding: 3px 15px 15px 15px;
  }
  .sidebar_section hr {
    border: none;
    border-bottom: 1px solid #E8E8E8;
  }
  .columns {
    margin-bottom: 10px;
  }
  .scopes li .count {
    color: #8e979e;
    font-weight: normal;
    font-size: 0.9em;
    line-height: 10px;
  }
  .scopes li:first-child a {
    margin-left: 10px;
  }
  .status_tag {
    background: rgb(201.75, 201.75, 201.75);
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    padding: 3px 5px 2px 5px;
    font-size: 0.8em;
  }
  .status_tag.yes {
    background: #6090DB;
  }
  .status_tag.no {
    background: grey;
  }
  .table_tools:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
  }
  .table_tools {
    margin-bottom: 16px;
  }
  .table_tools .dropdown_menu {
    float: left;
  }
  a.table_tools_button, .table_tools .dropdown_menu_button {
    border-radius: 200px;
    display: inline-block;
    font-weight: bold;
    font-size: 1em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 12px;
    margin-right: 3px;
    padding: 7px 16px 6px;
    text-decoration: none;
  }
  a.table_tools_button.disabled, .table_tools .dropdown_menu_button.disabled {
    opacity: 0.5;
    cursor: default;
  }
  a.table_tools_button, .table_tools .dropdown_menu_button {
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #E7E7E7);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset;
    border: solid 1px #c7c7c7;
    border-color: #c7c7c7;
    border-top-color: #d3d3d3;
    border-right-color: #c7c7c7;
    border-bottom-color: #c2c2c2;
    border-left-color: #c7c7c7;
    text-shadow: #fff 0 1px 0;
    color: #5E6469;
  }
  a.table_tools_button:not(.disabled):hover, .table_tools .dropdown_menu_button:not(.disabled):hover {
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);
  }
  a.table_tools_button:not(.disabled):active, .table_tools .dropdown_menu_button:not(.disabled):active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #EEE;
    border-color: #b9b9b9;
    border-top-color: #c2c2c2;
    border-right-color: #b9b9b9;
    border-bottom-color: #b7b7b7;
    border-left-color: #b9b9b9;
    background-color: #F3F3F3;
    background-image: linear-gradient(180deg, #F3F3F3, #D8D8D8);
  }
  a.table_tools_button, .table_tools .dropdown_menu_button {
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #F0F0F0);
    border-color: #d0d0d0;
    border-top-color: #d9d9d9;
    border-right-color: #d0d0d0;
    border-bottom-color: #c5c5c5;
    border-left-color: #d0d0d0;
    font-size: 0.9em;
    padding: 4px 14px 4px;
    margin: 0;
  }
  a.table_tools_button:not(.disabled):hover, .table_tools .dropdown_menu_button:not(.disabled):hover {
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #F6F6F6);
  }
  a.table_tools_button:not(.disabled):active, .table_tools .dropdown_menu_button:not(.disabled):active {
    border-color: #c8c8c8;
    border-top-color: #d7d7d7;
    border-right-color: #c8c8c8;
    border-bottom-color: #c3c3c3;
    border-left-color: #c8c8c8;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.17) inset;
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #E8E8E8);
  }
  .table_tools_segmented_control {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  .table_tools_segmented_control li {
    float: left;
  }
  .table_tools_segmented_control li a {
    border-width: 1px 0.5px 1px 0.5px;
    border-radius: 0;
  }
  .table_tools_segmented_control li:first-child a {
    border-left-width: 1px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
  }
  .table_tools_segmented_control li:last-child a {
    border-right-width: 1px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
  }
  .table_tools_segmented_control li.selected a {
    background-color: #F0F0F0;
    background-image: linear-gradient(180deg, #F0F0F0, #FDFDFD);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1) inset;
    cursor: default;
  }
  .table_tools_segmented_control li.selected a:hover {
    background-color: #F0F0F0;
    background-image: linear-gradient(180deg, #F0F0F0, #FDFDFD);
  }
  .indexes {
    float: right;
  }
  .indexes li .count {
    color: #8e979e;
    font-weight: normal;
    font-size: 0.9em;
    line-height: 10px;
  }
  .unsupported_browser {
    padding: 10px 30px;
    color: #211e14;
    background-color: #fae692;
    background-color: #feefae;
    background-image: linear-gradient(180deg, #feefae, #fae692);
    border-bottom: 1px solid #b3a569;
  }
  .unsupported_browser h1 {
    font-size: 13px;
    font-weight: bold;
  }
  .unsupported_browser p {
    margin-bottom: 0.5em;
  }
  .ui-tabs-nav {
    list-style: none;
    display: block;
    width: auto;
    margin-bottom: -12px;
    padding-left: 0;
    overflow: auto;
    margin-left: 15px;
  }
  .ui-tabs-nav li {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    float: left;
  }
  .ui-tabs-nav li:first-child a {
    border-left-width: 1px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
  }
  .ui-tabs-nav li:last-child a {
    border-right-width: 1px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
  }
  .ui-tabs-nav li a {
    border-radius: 200px;
    display: inline-block;
    font-weight: bold;
    font-size: 1em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 12px;
    margin-right: 3px;
    padding: 7px 16px 6px;
    text-decoration: none;
  }
  .ui-tabs-nav li a.disabled {
    opacity: 0.5;
    cursor: default;
  }
  .ui-tabs-nav li a {
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #E7E7E7);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset;
    border: solid 1px #c7c7c7;
    border-color: #c7c7c7;
    border-top-color: #d3d3d3;
    border-right-color: #c7c7c7;
    border-bottom-color: #c2c2c2;
    border-left-color: #c7c7c7;
    text-shadow: #fff 0 1px 0;
    color: #5E6469;
  }
  .ui-tabs-nav li a:not(.disabled):hover {
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);
  }
  .ui-tabs-nav li a:not(.disabled):active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #EEE;
    border-color: #b9b9b9;
    border-top-color: #c2c2c2;
    border-right-color: #b9b9b9;
    border-bottom-color: #b7b7b7;
    border-left-color: #b9b9b9;
    background-color: #F3F3F3;
    background-image: linear-gradient(180deg, #F3F3F3, #D8D8D8);
  }
  .ui-tabs-nav li a {
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #F0F0F0);
    border-color: #d0d0d0;
    border-top-color: #d9d9d9;
    border-right-color: #d0d0d0;
    border-bottom-color: #c5c5c5;
    border-left-color: #d0d0d0;
    text-decoration: none;
    border-radius: 0;
    border-width: 1px 0.5px 1px 0.5px;
    margin-right: 0;
    padding: 4px 14px 4px;
  }
  .ui-tabs-nav li a:not(.disabled):hover {
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #F6F6F6);
  }
  .ui-tabs-nav li.ui-tabs-active a {
    cursor: default;
    background-color: #F0F0F0;
    background-image: linear-gradient(180deg, #F0F0F0, #FDFDFD);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1) inset;
  }
  .ui-tabs-nav li.ui-tabs-active a a:hover {
    background-color: #F0F0F0;
    background-image: linear-gradient(180deg, #F0F0F0, #FDFDFD);
  }
  .tab-content {
    border: 1px solid #D3D3D3;
    padding: 15px;
    padding-top: 30px;
    text-align: left;
  }
  body.logged_out {
    background: #e8e9ea;
  }
  body.logged_out #content_wrapper {
    width: 500px;
    margin: 70px auto;
  }
  body.logged_out #content_wrapper #active_admin_content {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
    background: #fff;
    padding: 13px 30px;
  }
  body.logged_out h2 {
    background-color: #efefef;
    background-image: linear-gradient(180deg, #efefef, #dfe1e2);
    text-shadow: #fff 0 1px 0;
    border: solid 1px #cdcdcd;
    border-color: #d4d4d4;
    border-top-color: #e6e6e6;
    border-right-color: #d4d4d4;
    border-bottom-color: #cdcdcd;
    border-left-color: #d4d4d4;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #FFF inset;
    font-size: 1em;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 0.5em;
    color: #5E6469;
    padding: 5px 10px 3px 10px;
    background-color: rgb(106.0452261307, 112.8140703518, 118.4547738693);
    background-image: linear-gradient(180deg, rgb(106.0452261307, 112.8140703518, 118.4547738693), rgb(77.1366834171, 82.0603015075, 86.1633165829));
    border-bottom: 1px solid rgb(67.5005025126, 71.8090452261, 75.3994974874);
    text-shadow: #000 0 1px 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    border: none;
    color: #fff;
    margin: -13px -30px 20px -30px;
  }
  body.logged_out #login {
    /* Login Form */
  }
  body.logged_out #login form fieldset {
    box-shadow: none;
    background: none;
    padding: 0;
  }
  body.logged_out #login form fieldset li {
    padding: 10px 0;
  }
  body.logged_out #login form fieldset input[type=text], body.logged_out #login form fieldset input[type=email], body.logged_out #login form fieldset input[type=password] {
    width: 70%;
  }
  body.logged_out #login form fieldset.buttons {
    margin-left: 20%;
  }
  body.logged_out #login form fieldset {
    margin-bottom: 0;
  }
  body.logged_out #login a {
    float: right;
    margin-top: -32px;
  }
  #footer {
    padding: 30px 30px;
    font-size: 0.8em;
    clear: both;
  }
  #footer p {
    padding-top: 10px;
  }
  #index_footer {
    padding-top: 5px;
    text-align: right;
    font-size: 0.85em;
  }
  .index_content {
    clear: both;
  }
  #wrapper {
    width: 100%;
  }
  .index #wrapper {
    display: table;
  }
  #active_admin_content {
    margin: 0;
    padding: 30px;
  }
  #active_admin_content #main_content_wrapper {
    float: left;
    width: 100%;
  }
  #active_admin_content #main_content_wrapper #main_content {
    margin-right: 300px;
  }
  #active_admin_content.without_sidebar #main_content_wrapper #main_content {
    margin-right: 0;
  }
  #active_admin_content #sidebar {
    float: left;
    width: 270px;
    margin-left: -270px;
  }
  #title_bar {
    background-color: #efefef;
    background-image: linear-gradient(180deg, #efefef, #dfe1e2);
    text-shadow: #fff 0 1px 0;
    border: solid 1px #cdcdcd;
    border-color: #d4d4d4;
    border-top-color: #e6e6e6;
    border-right-color: #d4d4d4;
    border-bottom-color: #cdcdcd;
    border-left-color: #d4d4d4;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #FFF inset;
    font-size: 1em;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 0.5em;
    color: #5E6469;
    padding: 5px 10px 3px 10px;
  }
  #title_bar:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
  }
  #title_bar {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
    display: table;
    border-bottom-color: #EEE;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 10px 30px;
    z-index: 800;
  }
  #title_bar #titlebar_left, #title_bar #titlebar_right {
    height: 50px;
    vertical-align: middle;
    display: table-cell;
  }
  #title_bar #titlebar_right {
    text-align: right;
  }
  #title_bar h2 {
    margin: 0;
    padding: 0;
    font-size: 2.6em;
    line-height: 100%;
    font-weight: bold;
  }
  #title_bar .action_items span.action_item > a, #title_bar .action_items span.action_item > .dropdown_menu > a {
    border-radius: 200px;
    display: inline-block;
    font-weight: bold;
    font-size: 1em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 12px;
    margin-right: 3px;
    padding: 7px 16px 6px;
    text-decoration: none;
  }
  #title_bar .action_items span.action_item > a.disabled, #title_bar .action_items span.action_item > .dropdown_menu > a.disabled {
    opacity: 0.5;
    cursor: default;
  }
  #title_bar .action_items span.action_item > a, #title_bar .action_items span.action_item > .dropdown_menu > a {
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #E7E7E7);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset;
    border: solid 1px #c7c7c7;
    border-color: #c7c7c7;
    border-top-color: #d3d3d3;
    border-right-color: #c7c7c7;
    border-bottom-color: #c2c2c2;
    border-left-color: #c7c7c7;
    text-shadow: #fff 0 1px 0;
    color: #5E6469;
  }
  #title_bar .action_items span.action_item > a:not(.disabled):hover, #title_bar .action_items span.action_item > .dropdown_menu > a:not(.disabled):hover {
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);
  }
  #title_bar .action_items span.action_item > a:not(.disabled):active, #title_bar .action_items span.action_item > .dropdown_menu > a:not(.disabled):active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #EEE;
    border-color: #b9b9b9;
    border-top-color: #c2c2c2;
    border-right-color: #b9b9b9;
    border-bottom-color: #b7b7b7;
    border-left-color: #b9b9b9;
    background-color: #F3F3F3;
    background-image: linear-gradient(180deg, #F3F3F3, #D8D8D8);
  }
  #title_bar .action_items span.action_item > a, #title_bar .action_items span.action_item > .dropdown_menu > a {
    padding: 12px 17px 10px;
    margin: 0px;
  }
  html {
    box-sizing: border-box;
  }
  *,
  *:before,
  *:after {
    box-sizing: inherit;
  }
  body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.5;
    font-size: 72%;
    background: #FFF;
    color: #323537;
  }
}
@media print {
  /* Active Admin Print Stylesheet */
  /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
  /* Document
     ========================================================================== */
  /**
   * 1. Correct the line height in all browsers.
   * 2. Prevent adjustments of font size after orientation changes in iOS.
   */
  html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }
  /* Sections
     ========================================================================== */
  /**
   * Remove the margin in all browsers.
   */
  body {
    margin: 0;
  }
  /**
   * Render the `main` element consistently in IE.
   */
  main {
    display: block;
  }
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  /* Grouping content
     ========================================================================== */
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  /* Text-level semantics
     ========================================================================== */
  /**
   * Remove the gray background on active links in IE 10.
   */
  a {
    background-color: transparent;
  }
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
  }
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  b,
  strong {
    font-weight: bolder;
  }
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  /**
   * Add the correct font size in all browsers.
   */
  small {
    font-size: 80%;
  }
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  /* Embedded content
     ========================================================================== */
  /**
   * Remove the border on images inside links in IE 10.
   */
  img {
    border-style: none;
  }
  /* Forms
     ========================================================================== */
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  button,
  input { /* 1 */
    overflow: visible;
  }
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  button,
  select { /* 1 */
    text-transform: none;
  }
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  button,
  [type=button],
  [type=reset],
  [type=submit] {
    -webkit-appearance: button;
  }
  /**
   * Remove the inner border and padding in Firefox.
   */
  button::-moz-focus-inner,
  [type=button]::-moz-focus-inner,
  [type=reset]::-moz-focus-inner,
  [type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  /**
   * Restore the focus styles unset by the previous rule.
   */
  button:-moz-focusring,
  [type=button]:-moz-focusring,
  [type=reset]:-moz-focusring,
  [type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  /**
   * Correct the padding in Firefox.
   */
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  progress {
    vertical-align: baseline;
  }
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  textarea {
    overflow: auto;
  }
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  [type=checkbox],
  [type=radio] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  [type=number]::-webkit-inner-spin-button,
  [type=number]::-webkit-outer-spin-button {
    height: auto;
  }
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  [type=search] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  [type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  /* Interactive
     ========================================================================== */
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  details {
    display: block;
  }
  /*
   * Add the correct display in all browsers.
   */
  summary {
    display: list-item;
  }
  /* Misc
     ========================================================================== */
  /**
   * Add the correct display in IE 10+.
   */
  template {
    display: none;
  }
  /**
   * Add the correct display in IE 10.
   */
  [hidden] {
    display: none;
  }
  html {
    font-size: 100.01%;
  }
  body {
    font-size: 75%;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  }
  h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: black;
  }
  h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
    margin: 0;
  }
  h1 {
    font-size: 3em;
    line-height: 1;
    margin-bottom: 0.5em;
  }
  h2 {
    font-size: 2em;
    margin-bottom: 0.75em;
  }
  h3 {
    font-size: 1.5em;
    line-height: 1;
    margin-bottom: 1em;
  }
  h4 {
    font-size: 1.2em;
    line-height: 1.25;
    margin-bottom: 1.25em;
  }
  h5 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 1.5em;
  }
  h6 {
    font-size: 1em;
    font-weight: bold;
  }
  p {
    margin: 0 0 1.5em;
  }
  p .left {
    margin: 1.5em 1.5em 1.5em 0;
    padding: 0;
  }
  p .right {
    margin: 1.5em 0 1.5em 1.5em;
    padding: 0;
  }
  .left {
    float: left !important;
  }
  .right {
    float: right !important;
  }
  blockquote {
    margin: 1.5em;
    color: #666;
    font-style: italic;
  }
  strong, dfn {
    font-weight: bold;
  }
  em, dfn {
    font-style: italic;
  }
  sup, sub {
    line-height: 0;
  }
  abbr,
  acronym {
    border-bottom: 1px dotted #666;
  }
  address {
    margin: 0 0 1.5em;
    font-style: italic;
  }
  del {
    color: #666;
  }
  pre {
    margin: 1.5em 0;
    white-space: pre;
  }
  pre, code, tt {
    font: 1em "andale mono", "lucida console", monospace;
    line-height: 1.5;
  }
  li ul,
  li ol {
    margin: 0;
  }
  ul, ol {
    margin: 0 1.5em 1.5em 0;
    padding-left: 1.5em;
  }
  ul {
    list-style-type: disc;
  }
  ol {
    list-style-type: decimal;
  }
  dl {
    margin: 0 0 1.5em 0;
  }
  dl dt {
    font-weight: bold;
  }
  dd {
    margin-left: 1.5em;
  }
  table {
    margin-bottom: 1.4em;
    width: 100%;
  }
  th {
    font-weight: bold;
  }
  thead th {
    background: #c3d9ff;
  }
  th, td, caption {
    padding: 4px 10px 4px 5px;
  }
  .small {
    font-size: 0.8em;
    margin-bottom: 1.875em;
    line-height: 1.875em;
  }
  .large {
    font-size: 1.2em;
    line-height: 2.5em;
    margin-bottom: 1.25em;
  }
  .hide {
    display: none;
  }
  .quiet {
    color: #666;
  }
  .loud {
    color: #000;
  }
  .highlight {
    background: #ff0;
  }
  .added {
    background: #060;
    color: #fff;
  }
  .removed {
    background: #900;
    color: #fff;
  }
  .first {
    margin-left: 0;
    padding-left: 0;
  }
  .last {
    margin-right: 0;
    padding-right: 0;
  }
  .top {
    margin-top: 0;
    padding-top: 0;
  }
  .bottom {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  body {
    font-family: Helvetica, Arial, sans-serif;
    line-height: 150%;
    font-size: 72%;
    background: #fff;
    width: 99%;
    margin: 0;
    padding: 0.5%;
    color: black;
  }
  a {
    color: black;
    text-decoration: none;
  }
  h3 {
    font-weight: bold;
    margin-bottom: 0.5em;
  }
  #header {
    float: left;
  }
  #header #tabs, #header .tabs, #header #utility_nav {
    display: none;
  }
  #header h1 {
    font-weight: bold;
  }
  .flashes {
    display: none;
  }
  #title_bar {
    float: right;
  }
  #title_bar h2 {
    line-height: 2em;
    margin: 0;
  }
  #title_bar .breadcrumb, #title_bar #titlebar_right {
    display: none;
  }
  #active_admin_content {
    border-top: thick solid black;
    clear: both;
    margin-top: 2em;
    padding-top: 3em;
  }
  #footer {
    display: none;
  }
  .table_tools ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
  .table_tools ul li {
    display: none;
    padding: 0;
    margin-bottom: 1em;
  }
  .table_tools ul li.scope.selected, .table_tools ul li.index.selected {
    display: block;
  }
  .table_tools ul li.scope.selected:before, .table_tools ul li.index.selected:before {
    content: "Showing ";
  }
  .table_tools ul li.scope.selected a, .table_tools ul li.index.selected a {
    font-weight: bold;
  }
  .table_tools ul li.scope.selected span, .table_tools ul li.index.selected span {
    display: inline-block;
    font-weight: normal;
    font-size: 0.9em;
  }
  table {
    margin-bottom: 1.5em;
    text-align: left;
    width: 100%;
  }
  table thead {
    display: table-header-group;
  }
  table thead th {
    background: none;
    border-bottom: medium solid black;
    font-weight: bold;
  }
  table thead th a {
    text-decoration: none;
  }
  table th, table td {
    padding: 0.5em 1em;
  }
  table th .member_link, table td .member_link {
    display: none;
  }
  table td {
    border-bottom: thin solid black;
  }
  table tr {
    page-break-inside: avoid;
  }
  #index_footer, .pagination_information {
    display: none;
  }
  .index_grid td {
    border: none;
    text-align: center;
    vertical-align: middle;
  }
  .index_grid td img {
    max-width: 1in;
  }
  .panel {
    border-bottom: thick solid #ccc;
    margin-bottom: 3em;
    padding-bottom: 2em;
    page-break-inside: avoid;
  }
  .panel:last-child {
    border-bottom: none;
  }
  .comments form {
    display: none;
  }
  .comments .active_admin_comment {
    border-top: thin solid black;
    padding-top: 1em;
  }
  .comments .active_admin_comment .active_admin_comment_meta h4 {
    font-size: 1em;
    font-weight: bold;
    float: left;
    margin-right: 0.5em;
    margin-bottom: 0;
  }
  .comments .active_admin_comment .active_admin_comment_meta span {
    font-size: 0.9em;
    font-style: italic;
    vertical-align: top;
  }
  .comments .active_admin_comment .active_admin_comment_body {
    clear: both;
    margin-bottom: 1em;
  }
  .attributes_table {
    border-top: medium solid black;
  }
  .attributes_table th {
    border-bottom: thin solid black;
    vertical-align: top;
  }
  .attributes_table th:after {
    content: ":";
  }
  .attributes_table td img {
    max-height: 4in;
    max-width: 6in;
  }
  #filters_sidebar_section {
    display: none;
  }
  form fieldset {
    border-top: thick solid #ccc;
    padding-top: 2em;
    margin-bottom: 2em;
  }
  form fieldset:last-child {
    border-bottom: none;
  }
  form .buttons, form abbr {
    display: none;
  }
  form ol {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  form ol li {
    border-top: thin solid black;
    margin: 0;
    padding: 1em 0;
    overflow: hidden;
  }
  form ol li.password, form ol li.hidden {
    display: none;
  }
  form ol li label {
    font-weight: bold;
    float: left;
    width: 20%;
  }
  form ol li input, form ol li textarea, form ol li select {
    background: none;
    border: 0;
    font: Arial, Helvetica, sans-serif;
  }
  form ol li input[type=file] {
    display: none;
  }
  .unsupported_browser {
    display: none;
  }
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/* https://github.com/activeadmin-plugins/active_admin_theme */
html {
  background: #f7f9fb;
}

body.active_admin {
  background: #f7f9fb;
}

#wrapper div.tabs > ul > li > a {
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  box-shadow: none;
  margin-bottom: 11px;
  border: none;
  background-color: #5ea3d3;
  color: #ffffff;
  margin-right: 5px;
  padding: 10px 20px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
#wrapper div.tabs ul > li.ui-state-active > a {
  background-color: #ffffff;
  border: 1px solid #e6e9ee;
  border-bottom: 0;
  color: #5ea3d3;
}
#wrapper div.tabs div.tab-content {
  background-color: #ffffff;
  border: 1px solid #e6e9ee;
  border-bottom: 2px solid #e6e9ee;
  border-radius: 4px;
}
#wrapper #header {
  background-color: #23282f;
  border-bottom: 1px solid rgb(67.6524390244, 77.3170731707, 90.8475609756) !important;
  padding-bottom: 9px;
  border: none;
  text-shadow: none;
  background-image: none;
}
#wrapper #header h1.site_title {
  color: #5ea3d3;
  font-size: 16px;
}
#wrapper #header a, #wrapper #header a:link {
  color: #ffffff;
}
#wrapper #header ul.tabs > li > a {
  color: #ffffff;
  border-radius: 4px;
  padding: 6px 10px 6px 10px;
}
#wrapper #header ul.tabs > li.current > a, #wrapper #header ul.tabs > li:hover > a {
  background-color: #5ea3d3;
}
#wrapper #header ul.tabs li.has_nested a {
  padding-right: 20px;
}
#wrapper #header ul.tabs li.has_nested ul {
  background-color: #5ea3d3;
  border-radius: 4px;
}
#wrapper #header ul.tabs li.has_nested ul li > a {
  padding-left: 15px;
}
#wrapper #header ul.tabs li.has_nested ul li.current > a::before, #wrapper #header ul.tabs li.has_nested ul li:hover > a::before {
  content: "";
  display: block;
  width: 7px;
  height: 4px;
  position: absolute;
  top: 12px;
  left: 4px;
  background: transparent url("data:image/png;base64,R0lGODlhBwAEAKIAAG1tbWxsbElJSVBQUP///0JCQgAAAAAAACH5BAEAAAUALAAAAAAHAAQAAAMLWLol80MoF5mQKgEAOw==") no-repeat 0 0;
  transform: rotate(-90deg);
}
#wrapper #header ul.tabs li.has_nested:hover a {
  border-bottom: 7px solid #5ea3d3;
}
#wrapper #title_bar {
  background-image: none;
  border: none;
  box-shadow: none;
  background-color: rgb(52.4146341463, 59.9024390244, 70.3853658537);
  border: none;
  border-bottom: 3px solid #5ea3d3;
}
#wrapper #title_bar #titlebar_left span.breadcrumb {
  font-size: 12px;
  text-shadow: none;
  margin-bottom: 8px;
}
#wrapper #title_bar #titlebar_left span.breadcrumb a, #wrapper #title_bar #titlebar_left span.breadcrumb span {
  color: rgb(100.3048780488, 114.6341463415, 134.6951219512) !important;
}
#wrapper #title_bar #titlebar_left h2 {
  color: #ffffff;
  text-shadow: none;
}
#wrapper #title_bar #titlebar_right .action_item a {
  background-image: none;
  border: none;
  box-shadow: none;
  text-shadow: none;
  border-radius: 4px;
  background-color: #5ea3d3;
  border: none;
  padding: 10px 20px;
  color: #ffffff;
  font-weight: 600;
}
#wrapper #title_bar #titlebar_right .action_item a:hover {
  background-color: rgb(114.0268292683, 174.443902439, 216.4731707317) !important;
}
#wrapper #title_bar #titlebar_right div.dropdown_menu div.dropdown_menu_list_wrapper {
  background-color: #23282f;
  border: none;
  background-image: none;
  border: none;
  box-shadow: none;
}
#wrapper #title_bar #titlebar_right div.dropdown_menu div.dropdown_menu_list_wrapper div.dropdown_menu_nipple, #wrapper #title_bar #titlebar_right div.dropdown_menu div.dropdown_menu_list_wrapper div.dropdown_menu_nipple:after, #wrapper #title_bar #titlebar_right div.dropdown_menu div.dropdown_menu_list_wrapper div.dropdown_menu_nipple:before {
  border-color: #23282f transparent;
}
#wrapper #title_bar #titlebar_right div.dropdown_menu div.dropdown_menu_list_wrapper ul.dropdown_menu_list {
  box-shadow: none;
}
#wrapper #title_bar #titlebar_right div.dropdown_menu div.dropdown_menu_list_wrapper ul.dropdown_menu_list li a {
  background-color: #ffffff;
  color: #23282f;
  border-radius: 0;
}
#wrapper #title_bar #titlebar_right div.dropdown_menu div.dropdown_menu_list_wrapper ul.dropdown_menu_list li a:hover {
  background-color: #5ea3d3;
  color: #ffffff;
}
#wrapper #title_bar #titlebar_right div.batch_actions_selector a {
  background-image: none;
  border: none;
  box-shadow: none;
  background-color: #5ea3d3;
  border-radius: 4px;
  border: none;
  padding: 10px 20px;
  color: #ffffff;
}
#wrapper #title_bar #titlebar_right div.batch_actions_selector a:hover {
  background-color: rgb(114.0268292683, 174.443902439, 216.4731707317);
}
#wrapper .flashes .flash {
  color: #ffffff;
  background-image: none;
  text-shadow: none;
}
#wrapper .flashes .flash_notice {
  background-color: #669148;
  border-bottom: 2px solid #4C7331;
}
#wrapper .flashes .flash_warning {
  background-color: #BDBC45;
  border-bottom: 2px solid #8B8A3D;
}
#wrapper .flashes .flash_error {
  background-color: #CD3333;
  border-bottom: 2px solid #962F2F;
}
#wrapper #active_admin_content span.blank_slate {
  border: 2px solid rgb(214.1609756098, 231.6634146341, 243.8390243902);
  color: #8494a8;
  border-radius: 4px;
}
#wrapper #active_admin_content div.table_tools {
  margin-bottom: 35px;
}
#wrapper #active_admin_content div.table_tools div.dropdown_menu div.dropdown_menu_list_wrapper {
  background-color: #23282f;
  border: none;
  background-image: none;
  border: none;
  box-shadow: none;
}
#wrapper #active_admin_content div.table_tools div.dropdown_menu div.dropdown_menu_list_wrapper div.dropdown_menu_nipple, #wrapper #active_admin_content div.table_tools div.dropdown_menu div.dropdown_menu_list_wrapper div.dropdown_menu_nipple:after, #wrapper #active_admin_content div.table_tools div.dropdown_menu div.dropdown_menu_list_wrapper div.dropdown_menu_nipple:before {
  border-color: #23282f transparent;
}
#wrapper #active_admin_content div.table_tools div.dropdown_menu div.dropdown_menu_list_wrapper ul.dropdown_menu_list {
  box-shadow: none;
}
#wrapper #active_admin_content div.table_tools div.dropdown_menu div.dropdown_menu_list_wrapper ul.dropdown_menu_list li a {
  background-color: #ffffff;
  color: #23282f;
  border-radius: 0;
}
#wrapper #active_admin_content div.table_tools div.dropdown_menu div.dropdown_menu_list_wrapper ul.dropdown_menu_list li a:hover {
  background-color: #5ea3d3;
  color: #ffffff;
}
#wrapper #active_admin_content div.table_tools div.batch_actions_selector a {
  background-image: none;
  border: none;
  box-shadow: none;
  background-color: #5ea3d3;
  border-radius: 4px;
  border: none;
  padding: 10px 20px;
  color: #ffffff;
}
#wrapper #active_admin_content div.table_tools div.batch_actions_selector a:hover {
  background-color: rgb(114.0268292683, 174.443902439, 216.4731707317);
}
#wrapper #active_admin_content div.table_tools div.dropdown_menu div.dropdown_menu_list_wrapper {
  background-color: #23282f;
  border: none;
  background-image: none;
}
#wrapper #active_admin_content div.table_tools div.dropdown_menu div.dropdown_menu_list_wrapper div.dropdown_menu_nipple, #wrapper #active_admin_content div.table_tools div.dropdown_menu div.dropdown_menu_list_wrapper div.dropdown_menu_nipple:after, #wrapper #active_admin_content div.table_tools div.dropdown_menu div.dropdown_menu_list_wrapper div.dropdown_menu_nipple:before {
  border-color: #23282f transparent;
}
#wrapper #active_admin_content div.table_tools div.dropdown_menu div.dropdown_menu_list_wrapper ul.dropdown_menu_list {
  box-shadow: none;
}
#wrapper #active_admin_content div.table_tools div.dropdown_menu div.dropdown_menu_list_wrapper ul.dropdown_menu_list li a {
  background-color: #ffffff;
  box-shadow: none;
  color: #23282f;
  border-radius: 0;
  text-shadow: none;
}
#wrapper #active_admin_content div.table_tools div.dropdown_menu div.dropdown_menu_list_wrapper ul.dropdown_menu_list li a:hover {
  background-color: #5ea3d3;
  color: #ffffff;
}
#wrapper #active_admin_content div.table_tools div.batch_actions_selector a {
  background-image: none;
  background-color: #5ea3d3;
  border-radius: 4px;
  border: none;
  padding: 10px 20px;
  color: #ffffff;
  text-shadow: none;
  box-shadow: none;
}
#wrapper #active_admin_content div.table_tools div.batch_actions_selector a:hover {
  background-color: rgb(114.0268292683, 174.443902439, 216.4731707317);
  box-shadow: none;
}
#wrapper #active_admin_content div.table_tools ul.indexes li a,
#wrapper #active_admin_content div.table_tools ul.scopes li a, #wrapper #active_admin_content div.table_tools div.scopes > ul li a {
  background-image: none;
  border: none;
  box-shadow: none;
  background-color: #5ea3d3;
  padding: 10px 20px;
  color: #ffffff;
  text-shadow: none;
  border-right: 1px solid #ffffff;
}
#wrapper #active_admin_content div.table_tools ul.indexes li a span,
#wrapper #active_admin_content div.table_tools ul.scopes li a span, #wrapper #active_admin_content div.table_tools div.scopes > ul li a span {
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
}
#wrapper #active_admin_content div.table_tools ul.indexes li:first-child a,
#wrapper #active_admin_content div.table_tools ul.scopes li:first-child a, #wrapper #active_admin_content div.table_tools div.scopes > ul li:first-child a {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
#wrapper #active_admin_content div.table_tools ul.indexes li:last-child a,
#wrapper #active_admin_content div.table_tools ul.scopes li:last-child a, #wrapper #active_admin_content div.table_tools div.scopes > ul li:last-child a {
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
#wrapper #active_admin_content div.table_tools ul.indexes li.selected a,
#wrapper #active_admin_content div.table_tools ul.scopes li.selected a, #wrapper #active_admin_content div.table_tools div.scopes > ul li.selected a {
  background-color: rgb(154.0804878049, 197.3317073171, 227.4195121951);
}
#wrapper table.index_table {
  background-color: #ffffff;
  border: 1px solid #e6e9ee;
  border-bottom: 2px solid #e6e9ee;
  border-radius: 4px;
}
#wrapper table.index_table th {
  background-image: none;
  border: none;
  box-shadow: none;
  text-shadow: none;
  font-size: 1em;
  font-weight: bold;
  background-color: #e6e9ee;
  padding: 10px 12px 10px 12px;
  border-bottom: 3px solid rgb(214.8214285714, 219.6428571429, 227.6785714286);
  border-right: 1px solid rgb(214.8214285714, 219.6428571429, 227.6785714286);
}
#wrapper table.index_table th a {
  font-size: 1em;
  font-weight: bold !important;
}
#wrapper table.index_table th.col-selectable {
  width: 12px;
}
#wrapper table.index_table th.sorted-desc {
  background-color: #e6e9ee;
}
#wrapper table.index_table td {
  padding: 10px 12px 10px 12px;
}
#wrapper .sidebar_section.panel {
  background-image: none;
  box-shadow: none;
  background-color: #ffffff;
  border: 1px solid #e6e9ee;
  border-bottom: 2px solid #e6e9ee;
}
#wrapper .sidebar_section.panel > h3 {
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  background-color: #5ea3d3;
  color: #ffffff;
  border: none;
  padding: 8px 15px;
  font-weight: 400;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
#wrapper .sidebar_section.panel .filter_form_field label {
  color: #8494a8;
}
#wrapper .sidebar_section.panel .filter_form_field input {
  border: 1px solid #e6e9ee;
  background-color: #fdfefe;
}
#wrapper .sidebar_section.panel .filter_form_field input:focus {
  border-color: rgb(174.1073170732, 208.7756097561, 232.8926829268);
  box-shadow: none;
}

form fieldset > ol > li fieldset.fragments ol {
  margin-left: 20%;
}

form fieldset ol > li.has_many_container h3 {
  color: #8494a8;
}

form input[type=submit], a.button, a:link.button, a:visited.button, fieldset.actions > ol > li.button_action > button {
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  background-color: #5ea3d3;
  border-radius: 4px;
  border: none;
  padding: 10px 20px;
  color: #ffffff;
}
form input[type=submit]:hover, a.button:hover, a:link.button:hover, a:visited.button:hover, fieldset.actions > ol > li.button_action > button:hover {
  background-image: none !important;
  background-color: rgb(114.0268292683, 174.443902439, 216.4731707317) !important;
}

form fieldset.buttons li.cancel a, form fieldset.actions li.cancel a, form.filter_form a.clear_filters_btn {
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 9px 20px 9px 20px;
  border-color: #E4E4E4;
}
form fieldset.buttons li.cancel a:hover, form fieldset.actions li.cancel a:hover, form.filter_form a.clear_filters_btn:hover {
  background-image: none !important;
  background-color: #F4F4F4 !important;
}

form fieldset.inputs {
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  box-shadow: none;
  background-color: #ffffff;
  border: 1px solid #e6e9ee;
  border-bottom: 2px solid #e6e9ee;
}
form fieldset.inputs legend span {
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  box-shadow: none;
  background-color: #5ea3d3;
  color: #ffffff;
  border: none;
  padding: 8px 15px;
  font-weight: 400;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
form fieldset.inputs ol > li label {
  color: #8494a8;
}
form fieldset.inputs ol > li input, form fieldset.inputs ol > li textarea {
  border: 1px solid #e6e9ee;
  background-color: #fdfefe;
}
form fieldset.inputs ol > li input:focus, form fieldset.inputs ol > li textarea:focus {
  border-color: rgb(174.1073170732, 208.7756097561, 232.8926829268);
  box-shadow: none;
}

#ui-datepicker-div {
  background: none;
  background-color: none;
  box-shadow: none;
  text-shadow: none;
  box-shadow: none;
}
#ui-datepicker-div div.ui-datepicker-header {
  background-image: none;
  background-color: #5ea3d3;
  border-bottom: none;
}
#ui-datepicker-div div.ui-datepicker-header div.ui-datepicker-title span {
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  box-shadow: none;
}
#ui-datepicker-div div.ui-datepicker-header:before {
  border-bottom: 10px solid #5ea3d3;
}
#ui-datepicker-div table.ui-datepicker-calendar {
  background-color: #ffffff;
  border-color: #5ea3d3;
}
#ui-datepicker-div table.ui-datepicker-calendar thead tr th {
  background-color: rgb(174.1073170732, 208.7756097561, 232.8926829268);
}
#ui-datepicker-div table.ui-datepicker-calendar tbody tr td a:hover {
  background-color: #5ea3d3;
  color: #ffffff;
}
#ui-datepicker-div table.ui-datepicker-calendar tbody tr td.ui-datepicker-today > a {
  background-color: #5ea3d3;
  color: #ffffff;
}

.panel {
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  box-shadow: none;
  background-color: #ffffff;
  border: 1px solid #e6e9ee;
  border-bottom: 2px solid #e6e9ee;
}
.panel > h3 {
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  box-shadow: none;
  background-color: #5ea3d3;
  color: #ffffff;
  border: none;
  padding: 8px 15px;
  margin-top: 0;
  font-weight: 400;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.panel .panel_contents {
  font-weight: 400;
}

.attributes_table table th, .attributes_table table td {
  padding: 10px 0;
}

.attributes_table table th {
  color: #8494a8;
}

.comments form.active_admin_comment fieldset.inputs {
  border: none;
}

.pagination span > a {
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  box-shadow: none;
  border: none;
  background-color: #e6e9ee;
  border-radius: 4px;
  padding: 5px 10px;
}
.pagination span > a:hover {
  background-image: none !important;
  background-color: #5ea3d3 !important;
  color: #ffffff;
}
.pagination span.page.current {
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  box-shadow: none;
  background-color: #5ea3d3;
  border: none;
  padding: 5px 10px;
  border-radius: 4px;
  cursor: pointer;
}
.pagination span.page.current:hover {
  background-image: none !important;
  background-color: #5ea3d3 !important;
}

body.logged_out #content_wrapper #active_admin_content {
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  box-shadow: none;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #e6e9ee;
  border-bottom: 2px solid #e6e9ee;
}
body.logged_out #content_wrapper #active_admin_content #login h2 {
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  box-shadow: none;
  background-color: #5ea3d3;
  color: #ffffff;
  border: none;
  padding: 8px 15px;
  font-weight: 400;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
body.logged_out #content_wrapper #active_admin_content #login form fieldset {
  border: none;
}
body.logged_out #content_wrapper #active_admin_content #login form fieldset ol li label {
  color: #8494a8;
}

form input[type=text], form input[type=password], form input[type=email], form input[type=number], form input[type=url], form input[type=tel], form textarea {
  border: 1px solid #e6e9ee;
  background-color: #fdfefe;
}

form fieldset > ol > li fieldset ol li {
  clear: both;
}
form fieldset > ol > li fieldset ol li select {
  margin-top: 6px;
}

.ui-dialog {
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  box-shadow: none;
  background-color: #ffffff;
  border-bottom: 2px solid #e6e9ee;
}
.ui-dialog .ui-dialog-titlebar {
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  box-shadow: none;
  background-color: #5ea3d3;
  color: #ffffff;
  border: none;
  padding: 8px 15px;
  font-weight: 400;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.ui-dialog form ul li label {
  display: block;
  margin-bottom: 5px;
}
.ui-dialog form ul li input[type=text], .ui-dialog form ul li input[type=number], .ui-dialog form ul li input[type=datepicker], .ui-dialog form ul li textarea {
  padding: 8px 10px 7px;
  border: 1px solid #e6e9ee;
  background-color: #fdfefe;
  outline: none;
  border-radius: 4px;
  width: 247px;
}
.ui-dialog form ul li input[type=text]:focus, .ui-dialog form ul li input[type=number]:focus, .ui-dialog form ul li input[type=datepicker]:focus, .ui-dialog form ul li textarea:focus {
  border-color: rgb(174.1073170732, 208.7756097561, 232.8926829268);
  box-shadow: none;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:first-child {
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  box-shadow: none;
  border-radius: 4px;
  background-color: #5ea3d3;
  border: none;
  color: #ffffff;
  font-weight: 400;
  padding: 10px 20px;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:first-child:hover {
  background-image: none !important;
  background-color: rgb(114.0268292683, 174.443902439, 216.4731707317) !important;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:last-child {
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  box-shadow: none;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 9px 20px 9px 20px;
  border-color: #E4E4E4;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:last-child:hover {
  background-image: none !important;
  background-color: #F4F4F4 !important;
}

.ui-widget-overlay {
  background: rgba(0, 0, 0, 0.7);
}

form.filter_form .filter_form_field.filter_date_range .seperator {
  width: 10px;
}

.filter_form_field select {
  border-radius: 3px;
}

input[type=radio]:before {
  content: "";
  display: block;
  width: 50%;
  height: 50%;
  margin: 20% auto;
  border-radius: 50%;
}
input[type=radio]:checked:before {
  background: #5ea3d3;
}

.attributes_table table td .status_tag.empty {
  color: #ffffff;
}

/* Desktop/Default view, no @media queries necessary. */
#header #site_title {
  /* Make logo visible. It would collapse, because it only uses
       background images. */
  height: 3em;
}

#active_admin_content {
  display: flex;
  flex-direction: column;
}
#active_admin_content #sidebar {
  /* Sidebar before table */
  order: 1;
  /* Override AA defaults */
  float: none;
  width: 100%;
  margin-left: 0;
  /* Filters are flexible boxes */
}
#active_admin_content #sidebar #new_q {
  display: flex;
  flex-wrap: wrap;
}
#active_admin_content #sidebar #new_q div {
  /* INFO: The last element needs no padding to the right, but
     flexible css boxes have no query for that. It would require
     JS. */
  padding: 0 1em;
}
#active_admin_content #sidebar #new_q div.full_line {
  width: 100%;
}
#active_admin_content #sidebar #new_q div.full_line select {
  width: 8em;
}
#active_admin_content #sidebar #new_q div.full_line input[type=text] {
  /* Take most of the space minus the padding from various
     containers */
  width: calc(90% - 71px);
}
#active_admin_content #sidebar #new_q div {
  /* Put the "Filter" buttons on a separate line */
}
#active_admin_content #sidebar #new_q div.buttons {
  width: 100%;
}
#active_admin_content #main_content_wrapper {
  /* Table after sidebar */
  order: 2;
  /* Override AA defaults */
  float: none;
  width: 100%;
}
#active_admin_content #main_content_wrapper #main_content {
  /* Override: No explicit space for sidebar */
  margin-right: auto;
}
#active_admin_content {
  /* AA shows a summary of what filters are set. This is redundant to
   the actual filters and we don't need it. */
}
#active_admin_content #search_status_sidebar_section {
  display: none;
}
#active_admin_content table.index_grid tbody {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#active_admin_content table.index_grid td {
  padding: 0 1em;
}
#active_admin_content table.index_grid td a div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#active_admin_content table.index_grid td a div.headline, #active_admin_content table.index_grid td a div.video-title, #active_admin_content table.index_grid td a div.created-at {
  /* Override AA */
  white-space: unset;
  overflow: unset;
  text-align: center;
}
#active_admin_content table.index_grid td a div:last-of-type {
  padding-bottom: 1em;
}

/* Mobile devices */
@media only screen and (max-device-width: 812px) {
  #header {
    display: flex;
    flex-direction: column;
    height: unset !important;
  }
  #header #site_title {
    /* Make logo visible. It would collapse, because it only uses
       background images. */
    height: 3em;
    /* Make space for the burger menu */
    left: 3em;
    position: relative;
  }
  #header #utility_nav {
    /* Override AA defaults */
    padding-right: unset;
    /* Align with #site_title and #burger_menu */
    position: absolute;
    right: 16px;
    top: 26px;
    /* Replace "user email" link with responsive representation. */
  }
  #header #utility_nav #current_user a {
    font-size: 0;
  }
  #header #utility_nav #current_user a:after {
    font-size: 1rem;
    content: "👤";
  }
  /* Login Screen */
  body.logged_out #content_wrapper {
    width: auto;
    margin: 0;
  }
  body.logged_out #content_wrapper .flash {
    display: block;
    position: relative;
    top: 5em;
    text-align: center;
  }
  body.logged_out #content_wrapper #active_admin_content {
    display: block;
    position: relative;
  }
  body.logged_out #content_wrapper #active_admin_content #login {
    /* Quasi center */
    width: 90vw;
    position: absolute;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 50%);
    /* Emulate the style from the desktop view */
    background-color: #ffffff;
    border-radius: 4px;
    border: 1px solid #e6e9ee;
    border-bottom: 2px solid #e6e9ee;
  }
  body.logged_out #content_wrapper #active_admin_content #login h2 {
    margin: 0;
  }
  body.logged_out #content_wrapper #active_admin_content #login form#session_new {
    padding: 1em;
  }
  body.logged_out #content_wrapper #active_admin_content #login {
    /* Emulate padding of 1em */
  }
  body.logged_out #content_wrapper #active_admin_content #login a {
    margin: 0 1em;
  }
  body.logged_out #content_wrapper #active_admin_content #login a:last-of-type {
    margin: 0 1em 1em 0;
  }
  #active_admin_content {
    /* Without explicit width, the content will be outside of the visible
    chrome. Override AA: AA by magic (likely JS) gets double the px
    size as width */
    width: 100vw;
    /* Override AA default */
    padding: unset !important;
  }
  #active_admin_content #sidebar,
  #active_admin_content #main_content {
    /* No fancy borders and radiuses on mobile. That takes up too
         much space. */
  }
  #active_admin_content #sidebar .panel,
  #active_admin_content #main_content .panel {
    border: unset;
  }
  #active_admin_content #sidebar .panel h3,
  #active_admin_content #main_content .panel h3 {
    border-top-left-radius: unset;
    border-top-right-radius: unset;
  }
  #active_admin_content #sidebar #new_q div,
  #active_admin_content #main_content #new_q div {
    /* Elements with only a text input */
  }
  #active_admin_content #sidebar #new_q div.filter_string input,
  #active_admin_content #main_content #new_q div.filter_string input {
    width: 79vw !important;
  }
  #active_admin_content #sidebar #new_q div,
  #active_admin_content #main_content #new_q div {
    /* Elements with only dropdown */
  }
  #active_admin_content #sidebar #new_q div.filter_select select,
  #active_admin_content #main_content #new_q div.filter_select select {
    width: 10em !important;
  }
  #active_admin_content #sidebar #new_q div,
  #active_admin_content #main_content #new_q div {
    /* Elements with dropdown and text input */
  }
  #active_admin_content #sidebar #new_q div.select_and_search input,
  #active_admin_content #main_content #new_q div.select_and_search input {
    width: calc(100vw - 107px - 8em) !important;
  }
  #active_admin_content #main_content_wrapper .nav-tabs {
    padding-top: 1em;
  }
  #active_admin_content #main_content_wrapper .panel_contents,
  #active_admin_content #main_content_wrapper .index_as_table {
    /* Make wide content scrollable. This could be a standard AA
     table or a panel with wide content. */
    overflow-x: auto;
  }
  table.index_grid td {
    width: 100%;
  }
  table.index_grid td a div img {
    height: 50vw;
  }
  /* BEGIN: Responsive Burger Menu */
  #burger_menu {
    cursor: pointer;
    height: 27px;
    width: 27px;
    margin: 15px;
    overflow: visible;
    position: relative;
    z-index: 2;
    position: absolute;
    top: 1em !important;
  }
  #burger_menu span,
  #burger_menu span:before,
  #burger_menu span:after {
    background: #fff;
    display: block;
    height: 2px;
    opacity: 1;
    position: absolute;
    transition: 0.3s ease-in-out;
  }
  #burger_menu span:before,
  #burger_menu span:after {
    content: "";
  }
  #burger_menu span {
    right: 0px;
    top: 13px;
    width: 27px;
  }
  #burger_menu span:before {
    left: 0px;
    top: -10px;
    width: 27px;
  }
  #burger_menu span:after {
    left: 0px;
    top: 10px;
    width: 27px;
  }
  #burger_menu.close span {
    transform: rotate(-45deg);
    top: 13px;
    width: 27px;
  }
  #burger_menu.close span:before {
    top: 0px;
    transform: rotate(90deg);
    width: 27px;
  }
  #burger_menu.close span:after {
    top: 0px;
    left: 0;
    transform: rotate(90deg);
    opacity: 0;
    width: 0;
  }
  #tabs {
    z-index: 1;
    min-width: 100%;
    min-height: 100%;
    position: fixed;
    top: 0;
    height: 0 !important;
    visibility: hidden;
    opacity: 0;
    text-align: center;
    padding-top: 20px;
    transition: all 0.3s ease-in-out;
  }
  #tabs.overlay {
    height: auto !important;
    visibility: visible;
    opacity: 1;
    transition: all 0.3s ease-in-out;
  }
  #header ul.tabs > li {
    list-style: none;
    display: block;
    margin: 0;
  }
  /* Override AA defaults */
  #header ul.tabs > li ul {
    position: relative;
    border-top-left-radius: 0 !important;
    margin: -12px 0 0 0 !important;
    padding: 0;
    width: 100%;
  }
  #header ul.tabs > li.has_nested > a {
    background-size: 0.5em;
  }
  #tabs a {
    display: block;
    font-size: 1.25em;
    margin-bottom: 0.5em;
    text-decoration: none;
  }
  /* END: Responsive Burger Menu */
}
.activeadmin-sortable .handle {
  cursor: ns-resize;
  width: 1.5em;
  display: inline-block;
  border: 1px solid gray;
  text-align: center;
  border-radius: 3px;
  padding-top: 3px;
}

.flash_alert {
  color: red !important;
}

#header {
  /* Override AA to make enough space for the logo */
  height: 2.75em;
}
#header #site_title {
  background: #1e2a33 no-repeat center url(/logo.svg);
  width: 210px;
}
#header #tabs {
  width: auto;
}

.bootstrap-scope {
  /*!
   * Bootstrap v4.3.1 (https://getbootstrap.com/)
   * Copyright 2011-2019 The Bootstrap Authors
   * Copyright 2011-2019 Twitter, Inc.
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
   */
}
.bootstrap-scope :root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.bootstrap-scope *,
.bootstrap-scope *::before,
.bootstrap-scope *::after {
  box-sizing: border-box;
}
.bootstrap-scope html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.bootstrap-scope article, .bootstrap-scope aside, .bootstrap-scope figcaption, .bootstrap-scope figure, .bootstrap-scope footer, .bootstrap-scope header, .bootstrap-scope hgroup, .bootstrap-scope main, .bootstrap-scope nav, .bootstrap-scope section {
  display: block;
}
.bootstrap-scope body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
.bootstrap-scope [tabindex="-1"]:focus {
  outline: 0 !important;
}
.bootstrap-scope hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
.bootstrap-scope h1, .bootstrap-scope h2, .bootstrap-scope h3, .bootstrap-scope h4, .bootstrap-scope h5, .bootstrap-scope h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.bootstrap-scope p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.bootstrap-scope abbr[title],
.bootstrap-scope abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}
.bootstrap-scope address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
.bootstrap-scope ol,
.bootstrap-scope ul,
.bootstrap-scope dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
.bootstrap-scope ol ol,
.bootstrap-scope ul ul,
.bootstrap-scope ol ul,
.bootstrap-scope ul ol {
  margin-bottom: 0;
}
.bootstrap-scope dt {
  font-weight: 700;
}
.bootstrap-scope dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
.bootstrap-scope blockquote {
  margin: 0 0 1rem;
}
.bootstrap-scope b,
.bootstrap-scope strong {
  font-weight: bolder;
}
.bootstrap-scope small {
  font-size: 80%;
}
.bootstrap-scope sub,
.bootstrap-scope sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
.bootstrap-scope sub {
  bottom: -0.25em;
}
.bootstrap-scope sup {
  top: -0.5em;
}
.bootstrap-scope a {
  color: #38678b;
  text-decoration: none;
  background-color: transparent;
}
.bootstrap-scope a:hover {
  color: rgb(34.0307692308, 62.5923076923, 84.4692307692);
  text-decoration: underline;
}
.bootstrap-scope a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
.bootstrap-scope a:not([href]):not([tabindex]):hover, .bootstrap-scope a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
.bootstrap-scope a:not([href]):not([tabindex]):focus {
  outline: 0;
}
.bootstrap-scope pre,
.bootstrap-scope code,
.bootstrap-scope kbd,
.bootstrap-scope samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
.bootstrap-scope pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}
.bootstrap-scope figure {
  margin: 0 0 1rem;
}
.bootstrap-scope img {
  vertical-align: middle;
  border-style: none;
}
.bootstrap-scope svg {
  overflow: hidden;
  vertical-align: middle;
}
.bootstrap-scope table {
  border-collapse: collapse;
}
.bootstrap-scope caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
.bootstrap-scope th {
  text-align: inherit;
}
.bootstrap-scope label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.bootstrap-scope button {
  border-radius: 0;
}
.bootstrap-scope button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
.bootstrap-scope input,
.bootstrap-scope button,
.bootstrap-scope select,
.bootstrap-scope optgroup,
.bootstrap-scope textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.bootstrap-scope button,
.bootstrap-scope input {
  overflow: visible;
}
.bootstrap-scope button,
.bootstrap-scope select {
  text-transform: none;
}
.bootstrap-scope select {
  word-wrap: normal;
}
.bootstrap-scope button,
.bootstrap-scope [type=button],
.bootstrap-scope [type=reset],
.bootstrap-scope [type=submit] {
  -webkit-appearance: button;
}
.bootstrap-scope button:not(:disabled),
.bootstrap-scope [type=button]:not(:disabled),
.bootstrap-scope [type=reset]:not(:disabled),
.bootstrap-scope [type=submit]:not(:disabled) {
  cursor: pointer;
}
.bootstrap-scope button::-moz-focus-inner,
.bootstrap-scope [type=button]::-moz-focus-inner,
.bootstrap-scope [type=reset]::-moz-focus-inner,
.bootstrap-scope [type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
.bootstrap-scope input[type=radio],
.bootstrap-scope input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
.bootstrap-scope input[type=date],
.bootstrap-scope input[type=time],
.bootstrap-scope input[type=datetime-local],
.bootstrap-scope input[type=month] {
  -webkit-appearance: listbox;
}
.bootstrap-scope textarea {
  overflow: auto;
  resize: vertical;
}
.bootstrap-scope fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.bootstrap-scope legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
.bootstrap-scope progress {
  vertical-align: baseline;
}
.bootstrap-scope [type=number]::-webkit-inner-spin-button,
.bootstrap-scope [type=number]::-webkit-outer-spin-button {
  height: auto;
}
.bootstrap-scope [type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
.bootstrap-scope [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.bootstrap-scope ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
.bootstrap-scope output {
  display: inline-block;
}
.bootstrap-scope summary {
  display: list-item;
  cursor: pointer;
}
.bootstrap-scope template {
  display: none;
}
.bootstrap-scope [hidden] {
  display: none !important;
}
.bootstrap-scope h1, .bootstrap-scope h2, .bootstrap-scope h3, .bootstrap-scope h4, .bootstrap-scope h5, .bootstrap-scope h6,
.bootstrap-scope .h1, .bootstrap-scope .h2, .bootstrap-scope .h3, .bootstrap-scope .h4, .bootstrap-scope .h5, .bootstrap-scope .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.bootstrap-scope h1, .bootstrap-scope .h1 {
  font-size: 2.5rem;
}
.bootstrap-scope h2, .bootstrap-scope .h2 {
  font-size: 2rem;
}
.bootstrap-scope h3, .bootstrap-scope .h3 {
  font-size: 1.75rem;
}
.bootstrap-scope h4, .bootstrap-scope .h4 {
  font-size: 1.5rem;
}
.bootstrap-scope h5, .bootstrap-scope .h5 {
  font-size: 1.25rem;
}
.bootstrap-scope h6, .bootstrap-scope .h6 {
  font-size: 1rem;
}
.bootstrap-scope .lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.bootstrap-scope .display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.bootstrap-scope .display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.bootstrap-scope .display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.bootstrap-scope .display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.bootstrap-scope hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.bootstrap-scope small,
.bootstrap-scope .small {
  font-size: 80%;
  font-weight: 400;
}
.bootstrap-scope mark,
.bootstrap-scope .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.bootstrap-scope .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.bootstrap-scope .list-inline {
  padding-left: 0;
  list-style: none;
}
.bootstrap-scope .list-inline-item {
  display: inline-block;
}
.bootstrap-scope .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.bootstrap-scope .initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.bootstrap-scope .blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.bootstrap-scope .blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.bootstrap-scope .blockquote-footer::before {
  content: "— ";
}
.bootstrap-scope .img-fluid {
  max-width: 100%;
  height: auto;
}
.bootstrap-scope .img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.bootstrap-scope .figure {
  display: inline-block;
}
.bootstrap-scope .figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.bootstrap-scope .figure-caption {
  font-size: 90%;
  color: #6c757d;
}
.bootstrap-scope code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > .bootstrap-scope code {
  color: inherit;
}
.bootstrap-scope kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
.bootstrap-scope kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
.bootstrap-scope pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
.bootstrap-scope pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.bootstrap-scope .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.bootstrap-scope .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .bootstrap-scope .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .bootstrap-scope .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .bootstrap-scope .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .bootstrap-scope .container {
    max-width: 1140px;
  }
}
.bootstrap-scope .container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.bootstrap-scope .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.bootstrap-scope .no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.bootstrap-scope .no-gutters > .col,
.bootstrap-scope .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.bootstrap-scope .col-xl,
.bootstrap-scope .col-xl-auto, .bootstrap-scope .col-xl-12, .bootstrap-scope .col-xl-11, .bootstrap-scope .col-xl-10, .bootstrap-scope .col-xl-9, .bootstrap-scope .col-xl-8, .bootstrap-scope .col-xl-7, .bootstrap-scope .col-xl-6, .bootstrap-scope .col-xl-5, .bootstrap-scope .col-xl-4, .bootstrap-scope .col-xl-3, .bootstrap-scope .col-xl-2, .bootstrap-scope .col-xl-1, .bootstrap-scope .col-lg,
.bootstrap-scope .col-lg-auto, .bootstrap-scope .col-lg-12, .bootstrap-scope .col-lg-11, .bootstrap-scope .col-lg-10, .bootstrap-scope .col-lg-9, .bootstrap-scope .col-lg-8, .bootstrap-scope .col-lg-7, .bootstrap-scope .col-lg-6, .bootstrap-scope .col-lg-5, .bootstrap-scope .col-lg-4, .bootstrap-scope .col-lg-3, .bootstrap-scope .col-lg-2, .bootstrap-scope .col-lg-1, .bootstrap-scope .col-md,
.bootstrap-scope .col-md-auto, .bootstrap-scope .col-md-12, .bootstrap-scope .col-md-11, .bootstrap-scope .col-md-10, .bootstrap-scope .col-md-9, .bootstrap-scope .col-md-8, .bootstrap-scope .col-md-7, .bootstrap-scope .col-md-6, .bootstrap-scope .col-md-5, .bootstrap-scope .col-md-4, .bootstrap-scope .col-md-3, .bootstrap-scope .col-md-2, .bootstrap-scope .col-md-1, .bootstrap-scope .col-sm,
.bootstrap-scope .col-sm-auto, .bootstrap-scope .col-sm-12, .bootstrap-scope .col-sm-11, .bootstrap-scope .col-sm-10, .bootstrap-scope .col-sm-9, .bootstrap-scope .col-sm-8, .bootstrap-scope .col-sm-7, .bootstrap-scope .col-sm-6, .bootstrap-scope .col-sm-5, .bootstrap-scope .col-sm-4, .bootstrap-scope .col-sm-3, .bootstrap-scope .col-sm-2, .bootstrap-scope .col-sm-1, .bootstrap-scope .col,
.bootstrap-scope .col-auto, .bootstrap-scope .col-12, .bootstrap-scope .col-11, .bootstrap-scope .col-10, .bootstrap-scope .col-9, .bootstrap-scope .col-8, .bootstrap-scope .col-7, .bootstrap-scope .col-6, .bootstrap-scope .col-5, .bootstrap-scope .col-4, .bootstrap-scope .col-3, .bootstrap-scope .col-2, .bootstrap-scope .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.bootstrap-scope .col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.bootstrap-scope .col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.bootstrap-scope .col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.bootstrap-scope .col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.bootstrap-scope .col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.bootstrap-scope .col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.bootstrap-scope .col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.bootstrap-scope .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.bootstrap-scope .col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.bootstrap-scope .col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.bootstrap-scope .col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.bootstrap-scope .col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.bootstrap-scope .col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.bootstrap-scope .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.bootstrap-scope .order-first {
  order: -1;
}
.bootstrap-scope .order-last {
  order: 13;
}
.bootstrap-scope .order-0 {
  order: 0;
}
.bootstrap-scope .order-1 {
  order: 1;
}
.bootstrap-scope .order-2 {
  order: 2;
}
.bootstrap-scope .order-3 {
  order: 3;
}
.bootstrap-scope .order-4 {
  order: 4;
}
.bootstrap-scope .order-5 {
  order: 5;
}
.bootstrap-scope .order-6 {
  order: 6;
}
.bootstrap-scope .order-7 {
  order: 7;
}
.bootstrap-scope .order-8 {
  order: 8;
}
.bootstrap-scope .order-9 {
  order: 9;
}
.bootstrap-scope .order-10 {
  order: 10;
}
.bootstrap-scope .order-11 {
  order: 11;
}
.bootstrap-scope .order-12 {
  order: 12;
}
.bootstrap-scope .offset-1 {
  margin-left: 8.3333333333%;
}
.bootstrap-scope .offset-2 {
  margin-left: 16.6666666667%;
}
.bootstrap-scope .offset-3 {
  margin-left: 25%;
}
.bootstrap-scope .offset-4 {
  margin-left: 33.3333333333%;
}
.bootstrap-scope .offset-5 {
  margin-left: 41.6666666667%;
}
.bootstrap-scope .offset-6 {
  margin-left: 50%;
}
.bootstrap-scope .offset-7 {
  margin-left: 58.3333333333%;
}
.bootstrap-scope .offset-8 {
  margin-left: 66.6666666667%;
}
.bootstrap-scope .offset-9 {
  margin-left: 75%;
}
.bootstrap-scope .offset-10 {
  margin-left: 83.3333333333%;
}
.bootstrap-scope .offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
  .bootstrap-scope .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .bootstrap-scope .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .bootstrap-scope .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .bootstrap-scope .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .bootstrap-scope .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrap-scope .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .bootstrap-scope .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .bootstrap-scope .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrap-scope .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .bootstrap-scope .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .bootstrap-scope .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .bootstrap-scope .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .bootstrap-scope .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .bootstrap-scope .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bootstrap-scope .order-sm-first {
    order: -1;
  }
  .bootstrap-scope .order-sm-last {
    order: 13;
  }
  .bootstrap-scope .order-sm-0 {
    order: 0;
  }
  .bootstrap-scope .order-sm-1 {
    order: 1;
  }
  .bootstrap-scope .order-sm-2 {
    order: 2;
  }
  .bootstrap-scope .order-sm-3 {
    order: 3;
  }
  .bootstrap-scope .order-sm-4 {
    order: 4;
  }
  .bootstrap-scope .order-sm-5 {
    order: 5;
  }
  .bootstrap-scope .order-sm-6 {
    order: 6;
  }
  .bootstrap-scope .order-sm-7 {
    order: 7;
  }
  .bootstrap-scope .order-sm-8 {
    order: 8;
  }
  .bootstrap-scope .order-sm-9 {
    order: 9;
  }
  .bootstrap-scope .order-sm-10 {
    order: 10;
  }
  .bootstrap-scope .order-sm-11 {
    order: 11;
  }
  .bootstrap-scope .order-sm-12 {
    order: 12;
  }
  .bootstrap-scope .offset-sm-0 {
    margin-left: 0;
  }
  .bootstrap-scope .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .bootstrap-scope .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .bootstrap-scope .offset-sm-3 {
    margin-left: 25%;
  }
  .bootstrap-scope .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .bootstrap-scope .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .bootstrap-scope .offset-sm-6 {
    margin-left: 50%;
  }
  .bootstrap-scope .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .bootstrap-scope .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .bootstrap-scope .offset-sm-9 {
    margin-left: 75%;
  }
  .bootstrap-scope .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .bootstrap-scope .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .bootstrap-scope .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .bootstrap-scope .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .bootstrap-scope .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .bootstrap-scope .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .bootstrap-scope .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrap-scope .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .bootstrap-scope .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .bootstrap-scope .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrap-scope .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .bootstrap-scope .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .bootstrap-scope .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .bootstrap-scope .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .bootstrap-scope .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .bootstrap-scope .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bootstrap-scope .order-md-first {
    order: -1;
  }
  .bootstrap-scope .order-md-last {
    order: 13;
  }
  .bootstrap-scope .order-md-0 {
    order: 0;
  }
  .bootstrap-scope .order-md-1 {
    order: 1;
  }
  .bootstrap-scope .order-md-2 {
    order: 2;
  }
  .bootstrap-scope .order-md-3 {
    order: 3;
  }
  .bootstrap-scope .order-md-4 {
    order: 4;
  }
  .bootstrap-scope .order-md-5 {
    order: 5;
  }
  .bootstrap-scope .order-md-6 {
    order: 6;
  }
  .bootstrap-scope .order-md-7 {
    order: 7;
  }
  .bootstrap-scope .order-md-8 {
    order: 8;
  }
  .bootstrap-scope .order-md-9 {
    order: 9;
  }
  .bootstrap-scope .order-md-10 {
    order: 10;
  }
  .bootstrap-scope .order-md-11 {
    order: 11;
  }
  .bootstrap-scope .order-md-12 {
    order: 12;
  }
  .bootstrap-scope .offset-md-0 {
    margin-left: 0;
  }
  .bootstrap-scope .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .bootstrap-scope .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .bootstrap-scope .offset-md-3 {
    margin-left: 25%;
  }
  .bootstrap-scope .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .bootstrap-scope .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .bootstrap-scope .offset-md-6 {
    margin-left: 50%;
  }
  .bootstrap-scope .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .bootstrap-scope .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .bootstrap-scope .offset-md-9 {
    margin-left: 75%;
  }
  .bootstrap-scope .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .bootstrap-scope .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .bootstrap-scope .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .bootstrap-scope .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .bootstrap-scope .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .bootstrap-scope .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .bootstrap-scope .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrap-scope .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .bootstrap-scope .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .bootstrap-scope .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrap-scope .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .bootstrap-scope .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .bootstrap-scope .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .bootstrap-scope .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .bootstrap-scope .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .bootstrap-scope .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bootstrap-scope .order-lg-first {
    order: -1;
  }
  .bootstrap-scope .order-lg-last {
    order: 13;
  }
  .bootstrap-scope .order-lg-0 {
    order: 0;
  }
  .bootstrap-scope .order-lg-1 {
    order: 1;
  }
  .bootstrap-scope .order-lg-2 {
    order: 2;
  }
  .bootstrap-scope .order-lg-3 {
    order: 3;
  }
  .bootstrap-scope .order-lg-4 {
    order: 4;
  }
  .bootstrap-scope .order-lg-5 {
    order: 5;
  }
  .bootstrap-scope .order-lg-6 {
    order: 6;
  }
  .bootstrap-scope .order-lg-7 {
    order: 7;
  }
  .bootstrap-scope .order-lg-8 {
    order: 8;
  }
  .bootstrap-scope .order-lg-9 {
    order: 9;
  }
  .bootstrap-scope .order-lg-10 {
    order: 10;
  }
  .bootstrap-scope .order-lg-11 {
    order: 11;
  }
  .bootstrap-scope .order-lg-12 {
    order: 12;
  }
  .bootstrap-scope .offset-lg-0 {
    margin-left: 0;
  }
  .bootstrap-scope .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .bootstrap-scope .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .bootstrap-scope .offset-lg-3 {
    margin-left: 25%;
  }
  .bootstrap-scope .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .bootstrap-scope .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .bootstrap-scope .offset-lg-6 {
    margin-left: 50%;
  }
  .bootstrap-scope .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .bootstrap-scope .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .bootstrap-scope .offset-lg-9 {
    margin-left: 75%;
  }
  .bootstrap-scope .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .bootstrap-scope .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .bootstrap-scope .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .bootstrap-scope .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .bootstrap-scope .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .bootstrap-scope .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .bootstrap-scope .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrap-scope .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .bootstrap-scope .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .bootstrap-scope .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrap-scope .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .bootstrap-scope .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .bootstrap-scope .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .bootstrap-scope .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .bootstrap-scope .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .bootstrap-scope .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bootstrap-scope .order-xl-first {
    order: -1;
  }
  .bootstrap-scope .order-xl-last {
    order: 13;
  }
  .bootstrap-scope .order-xl-0 {
    order: 0;
  }
  .bootstrap-scope .order-xl-1 {
    order: 1;
  }
  .bootstrap-scope .order-xl-2 {
    order: 2;
  }
  .bootstrap-scope .order-xl-3 {
    order: 3;
  }
  .bootstrap-scope .order-xl-4 {
    order: 4;
  }
  .bootstrap-scope .order-xl-5 {
    order: 5;
  }
  .bootstrap-scope .order-xl-6 {
    order: 6;
  }
  .bootstrap-scope .order-xl-7 {
    order: 7;
  }
  .bootstrap-scope .order-xl-8 {
    order: 8;
  }
  .bootstrap-scope .order-xl-9 {
    order: 9;
  }
  .bootstrap-scope .order-xl-10 {
    order: 10;
  }
  .bootstrap-scope .order-xl-11 {
    order: 11;
  }
  .bootstrap-scope .order-xl-12 {
    order: 12;
  }
  .bootstrap-scope .offset-xl-0 {
    margin-left: 0;
  }
  .bootstrap-scope .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .bootstrap-scope .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .bootstrap-scope .offset-xl-3 {
    margin-left: 25%;
  }
  .bootstrap-scope .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .bootstrap-scope .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .bootstrap-scope .offset-xl-6 {
    margin-left: 50%;
  }
  .bootstrap-scope .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .bootstrap-scope .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .bootstrap-scope .offset-xl-9 {
    margin-left: 75%;
  }
  .bootstrap-scope .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .bootstrap-scope .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.bootstrap-scope .table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.bootstrap-scope .table th,
.bootstrap-scope .table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.bootstrap-scope .table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.bootstrap-scope .table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.bootstrap-scope .table-sm th,
.bootstrap-scope .table-sm td {
  padding: 0.3rem;
}
.bootstrap-scope .table-bordered {
  border: 1px solid #dee2e6;
}
.bootstrap-scope .table-bordered th,
.bootstrap-scope .table-bordered td {
  border: 1px solid #dee2e6;
}
.bootstrap-scope .table-bordered thead th,
.bootstrap-scope .table-bordered thead td {
  border-bottom-width: 2px;
}
.bootstrap-scope .table-borderless th,
.bootstrap-scope .table-borderless td,
.bootstrap-scope .table-borderless thead th,
.bootstrap-scope .table-borderless tbody + tbody {
  border: 0;
}
.bootstrap-scope .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.bootstrap-scope .table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}
.bootstrap-scope .table-primary,
.bootstrap-scope .table-primary > th,
.bootstrap-scope .table-primary > td {
  background-color: rgb(183.6, 218.04, 255);
}
.bootstrap-scope .table-primary th,
.bootstrap-scope .table-primary td,
.bootstrap-scope .table-primary thead th,
.bootstrap-scope .table-primary tbody + tbody {
  border-color: rgb(122.4, 186.36, 255);
}
.bootstrap-scope .table-hover .table-primary:hover {
  background-color: rgb(158.1, 204.84, 255);
}
.bootstrap-scope .table-hover .table-primary:hover > td,
.bootstrap-scope .table-hover .table-primary:hover > th {
  background-color: rgb(158.1, 204.84, 255);
}
.bootstrap-scope .table-secondary,
.bootstrap-scope .table-secondary > th,
.bootstrap-scope .table-secondary > td {
  background-color: rgb(213.84, 216.36, 218.6);
}
.bootstrap-scope .table-secondary th,
.bootstrap-scope .table-secondary td,
.bootstrap-scope .table-secondary thead th,
.bootstrap-scope .table-secondary tbody + tbody {
  border-color: rgb(178.56, 183.24, 187.4);
}
.bootstrap-scope .table-hover .table-secondary:hover {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.bootstrap-scope .table-hover .table-secondary:hover > td,
.bootstrap-scope .table-hover .table-secondary:hover > th {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.bootstrap-scope .table-success,
.bootstrap-scope .table-success > th,
.bootstrap-scope .table-success > td {
  background-color: rgb(194.8, 230.36, 202.92);
}
.bootstrap-scope .table-success th,
.bootstrap-scope .table-success td,
.bootstrap-scope .table-success thead th,
.bootstrap-scope .table-success tbody + tbody {
  border-color: rgb(143.2, 209.24, 158.28);
}
.bootstrap-scope .table-hover .table-success:hover {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.bootstrap-scope .table-hover .table-success:hover > td,
.bootstrap-scope .table-hover .table-success:hover > th {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.bootstrap-scope .table-info,
.bootstrap-scope .table-info > th,
.bootstrap-scope .table-info > td {
  background-color: rgb(190.04, 228.96, 235.12);
}
.bootstrap-scope .table-info th,
.bootstrap-scope .table-info td,
.bootstrap-scope .table-info thead th,
.bootstrap-scope .table-info tbody + tbody {
  border-color: rgb(134.36, 206.64, 218.08);
}
.bootstrap-scope .table-hover .table-info:hover {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.bootstrap-scope .table-hover .table-info:hover > td,
.bootstrap-scope .table-hover .table-info:hover > th {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.bootstrap-scope .table-warning,
.bootstrap-scope .table-warning > th,
.bootstrap-scope .table-warning > td {
  background-color: rgb(255, 237.64, 185.56);
}
.bootstrap-scope .table-warning th,
.bootstrap-scope .table-warning td,
.bootstrap-scope .table-warning thead th,
.bootstrap-scope .table-warning tbody + tbody {
  border-color: rgb(255, 222.76, 126.04);
}
.bootstrap-scope .table-hover .table-warning:hover {
  background-color: rgb(255, 231.265, 160.06);
}
.bootstrap-scope .table-hover .table-warning:hover > td,
.bootstrap-scope .table-hover .table-warning:hover > th {
  background-color: rgb(255, 231.265, 160.06);
}
.bootstrap-scope .table-danger,
.bootstrap-scope .table-danger > th,
.bootstrap-scope .table-danger > td {
  background-color: rgb(245.2, 198.44, 202.92);
}
.bootstrap-scope .table-danger th,
.bootstrap-scope .table-danger td,
.bootstrap-scope .table-danger thead th,
.bootstrap-scope .table-danger tbody + tbody {
  border-color: rgb(236.8, 149.96, 158.28);
}
.bootstrap-scope .table-hover .table-danger:hover {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.bootstrap-scope .table-hover .table-danger:hover > td,
.bootstrap-scope .table-hover .table-danger:hover > th {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.bootstrap-scope .table-light,
.bootstrap-scope .table-light > th,
.bootstrap-scope .table-light > td {
  background-color: rgb(253.04, 253.32, 253.6);
}
.bootstrap-scope .table-light th,
.bootstrap-scope .table-light td,
.bootstrap-scope .table-light thead th,
.bootstrap-scope .table-light tbody + tbody {
  border-color: rgb(251.36, 251.88, 252.4);
}
.bootstrap-scope .table-hover .table-light:hover {
  background-color: rgb(238.165, 240.57, 242.975);
}
.bootstrap-scope .table-hover .table-light:hover > td,
.bootstrap-scope .table-hover .table-light:hover > th {
  background-color: rgb(238.165, 240.57, 242.975);
}
.bootstrap-scope .table-dark,
.bootstrap-scope .table-dark > th,
.bootstrap-scope .table-dark > td {
  background-color: rgb(198.16, 199.84, 201.52);
}
.bootstrap-scope .table-dark th,
.bootstrap-scope .table-dark td,
.bootstrap-scope .table-dark thead th,
.bootstrap-scope .table-dark tbody + tbody {
  border-color: rgb(149.44, 152.56, 155.68);
}
.bootstrap-scope .table-hover .table-dark:hover {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.bootstrap-scope .table-hover .table-dark:hover > td,
.bootstrap-scope .table-hover .table-dark:hover > th {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.bootstrap-scope .table-active,
.bootstrap-scope .table-active > th,
.bootstrap-scope .table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.bootstrap-scope .table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.bootstrap-scope .table-hover .table-active:hover > td,
.bootstrap-scope .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.bootstrap-scope .table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.bootstrap-scope .table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.bootstrap-scope .table-dark {
  color: #fff;
  background-color: #343a40;
}
.bootstrap-scope .table-dark th,
.bootstrap-scope .table-dark td,
.bootstrap-scope .table-dark thead th {
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.bootstrap-scope .table-dark.table-bordered {
  border: 0;
}
.bootstrap-scope .table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.bootstrap-scope .table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  .bootstrap-scope .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .bootstrap-scope .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .bootstrap-scope .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .bootstrap-scope .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .bootstrap-scope .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .bootstrap-scope .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .bootstrap-scope .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .bootstrap-scope .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.bootstrap-scope .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.bootstrap-scope .table-responsive > .table-bordered {
  border: 0;
}
.bootstrap-scope .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap-scope .form-control {
    transition: none;
  }
}
.bootstrap-scope .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.bootstrap-scope .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(127.5, 189, 255);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.bootstrap-scope .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.bootstrap-scope .form-control:disabled, .bootstrap-scope .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.bootstrap-scope select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.bootstrap-scope .form-control-file,
.bootstrap-scope .form-control-range {
  display: block;
  width: 100%;
}
.bootstrap-scope .col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.bootstrap-scope .col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
.bootstrap-scope .col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.bootstrap-scope .form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.bootstrap-scope .form-control-plaintext.form-control-sm, .bootstrap-scope .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.bootstrap-scope .form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.bootstrap-scope .form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.bootstrap-scope select.form-control[size], .bootstrap-scope select.form-control[multiple] {
  height: auto;
}
.bootstrap-scope textarea.form-control {
  height: auto;
}
.bootstrap-scope .form-group {
  margin-bottom: 1rem;
}
.bootstrap-scope .form-text {
  display: block;
  margin-top: 0.25rem;
}
.bootstrap-scope .form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.bootstrap-scope .form-row > .col,
.bootstrap-scope .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
.bootstrap-scope .form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.bootstrap-scope .form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.bootstrap-scope .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
.bootstrap-scope .form-check-label {
  margin-bottom: 0;
}
.bootstrap-scope .form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.bootstrap-scope .form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.bootstrap-scope .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}
.bootstrap-scope .valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.was-validated .bootstrap-scope .form-control:valid, .bootstrap-scope .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .bootstrap-scope .form-control:valid:focus, .bootstrap-scope .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .bootstrap-scope .form-control:valid ~ .valid-feedback,
.was-validated .bootstrap-scope .form-control:valid ~ .valid-tooltip, .bootstrap-scope .form-control.is-valid ~ .valid-feedback,
.bootstrap-scope .form-control.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .bootstrap-scope textarea.form-control:valid, .bootstrap-scope textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .bootstrap-scope .custom-select:valid, .bootstrap-scope .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .bootstrap-scope .custom-select:valid:focus, .bootstrap-scope .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .bootstrap-scope .custom-select:valid ~ .valid-feedback,
.was-validated .bootstrap-scope .custom-select:valid ~ .valid-tooltip, .bootstrap-scope .custom-select.is-valid ~ .valid-feedback,
.bootstrap-scope .custom-select.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .bootstrap-scope .form-control-file:valid ~ .valid-feedback,
.was-validated .bootstrap-scope .form-control-file:valid ~ .valid-tooltip, .bootstrap-scope .form-control-file.is-valid ~ .valid-feedback,
.bootstrap-scope .form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .bootstrap-scope .form-check-input:valid ~ .form-check-label, .bootstrap-scope .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .bootstrap-scope .form-check-input:valid ~ .valid-feedback,
.was-validated .bootstrap-scope .form-check-input:valid ~ .valid-tooltip, .bootstrap-scope .form-check-input.is-valid ~ .valid-feedback,
.bootstrap-scope .form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .bootstrap-scope .custom-control-input:valid ~ .custom-control-label, .bootstrap-scope .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .bootstrap-scope .custom-control-input:valid ~ .custom-control-label::before, .bootstrap-scope .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .bootstrap-scope .custom-control-input:valid ~ .valid-feedback,
.was-validated .bootstrap-scope .custom-control-input:valid ~ .valid-tooltip, .bootstrap-scope .custom-control-input.is-valid ~ .valid-feedback,
.bootstrap-scope .custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .bootstrap-scope .custom-control-input:valid:checked ~ .custom-control-label::before, .bootstrap-scope .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(51.6956521739, 206.3043478261, 87);
  background-color: rgb(51.6956521739, 206.3043478261, 87);
}
.was-validated .bootstrap-scope .custom-control-input:valid:focus ~ .custom-control-label::before, .bootstrap-scope .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .bootstrap-scope .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .bootstrap-scope .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .bootstrap-scope .custom-file-input:valid ~ .custom-file-label, .bootstrap-scope .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .bootstrap-scope .custom-file-input:valid ~ .valid-feedback,
.was-validated .bootstrap-scope .custom-file-input:valid ~ .valid-tooltip, .bootstrap-scope .custom-file-input.is-valid ~ .valid-feedback,
.bootstrap-scope .custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .bootstrap-scope .custom-file-input:valid:focus ~ .custom-file-label, .bootstrap-scope .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.bootstrap-scope .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
.bootstrap-scope .invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.was-validated .bootstrap-scope .form-control:invalid, .bootstrap-scope .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .bootstrap-scope .form-control:invalid:focus, .bootstrap-scope .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .bootstrap-scope .form-control:invalid ~ .invalid-feedback,
.was-validated .bootstrap-scope .form-control:invalid ~ .invalid-tooltip, .bootstrap-scope .form-control.is-invalid ~ .invalid-feedback,
.bootstrap-scope .form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .bootstrap-scope textarea.form-control:invalid, .bootstrap-scope textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .bootstrap-scope .custom-select:invalid, .bootstrap-scope .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .bootstrap-scope .custom-select:invalid:focus, .bootstrap-scope .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .bootstrap-scope .custom-select:invalid ~ .invalid-feedback,
.was-validated .bootstrap-scope .custom-select:invalid ~ .invalid-tooltip, .bootstrap-scope .custom-select.is-invalid ~ .invalid-feedback,
.bootstrap-scope .custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .bootstrap-scope .form-control-file:invalid ~ .invalid-feedback,
.was-validated .bootstrap-scope .form-control-file:invalid ~ .invalid-tooltip, .bootstrap-scope .form-control-file.is-invalid ~ .invalid-feedback,
.bootstrap-scope .form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .bootstrap-scope .form-check-input:invalid ~ .form-check-label, .bootstrap-scope .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .bootstrap-scope .form-check-input:invalid ~ .invalid-feedback,
.was-validated .bootstrap-scope .form-check-input:invalid ~ .invalid-tooltip, .bootstrap-scope .form-check-input.is-invalid ~ .invalid-feedback,
.bootstrap-scope .form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .bootstrap-scope .custom-control-input:invalid ~ .custom-control-label, .bootstrap-scope .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .bootstrap-scope .custom-control-input:invalid ~ .custom-control-label::before, .bootstrap-scope .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .bootstrap-scope .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .bootstrap-scope .custom-control-input:invalid ~ .invalid-tooltip, .bootstrap-scope .custom-control-input.is-invalid ~ .invalid-feedback,
.bootstrap-scope .custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .bootstrap-scope .custom-control-input:invalid:checked ~ .custom-control-label::before, .bootstrap-scope .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
  background-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
}
.was-validated .bootstrap-scope .custom-control-input:invalid:focus ~ .custom-control-label::before, .bootstrap-scope .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .bootstrap-scope .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .bootstrap-scope .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .bootstrap-scope .custom-file-input:invalid ~ .custom-file-label, .bootstrap-scope .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .bootstrap-scope .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .bootstrap-scope .custom-file-input:invalid ~ .invalid-tooltip, .bootstrap-scope .custom-file-input.is-invalid ~ .invalid-feedback,
.bootstrap-scope .custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .bootstrap-scope .custom-file-input:invalid:focus ~ .custom-file-label, .bootstrap-scope .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.bootstrap-scope .form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.bootstrap-scope .form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .bootstrap-scope .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .bootstrap-scope .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .bootstrap-scope .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .bootstrap-scope .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .bootstrap-scope .form-inline .input-group,
  .bootstrap-scope .form-inline .custom-select {
    width: auto;
  }
  .bootstrap-scope .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .bootstrap-scope .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .bootstrap-scope .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .bootstrap-scope .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.bootstrap-scope .btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap-scope .btn {
    transition: none;
  }
}
.bootstrap-scope .btn:hover {
  color: #212529;
  text-decoration: none;
}
.bootstrap-scope .btn:focus, .bootstrap-scope .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.bootstrap-scope .btn.disabled, .bootstrap-scope .btn:disabled {
  opacity: 0.65;
}
.bootstrap-scope a.btn.disabled,
.bootstrap-scope fieldset:disabled a.btn {
  pointer-events: none;
}
.bootstrap-scope .btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.bootstrap-scope .btn-primary:hover {
  color: #fff;
  background-color: rgb(0, 104.55, 216.75);
  border-color: rgb(0, 98.4, 204);
}
.bootstrap-scope .btn-primary:focus, .bootstrap-scope .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(38.25, 142.8, 255, 0.5);
}
.bootstrap-scope .btn-primary.disabled, .bootstrap-scope .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.bootstrap-scope .btn-primary:not(:disabled):not(.disabled):active, .bootstrap-scope .btn-primary:not(:disabled):not(.disabled).active, .show > .bootstrap-scope .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 98.4, 204);
  border-color: rgb(0, 92.25, 191.25);
}
.bootstrap-scope .btn-primary:not(:disabled):not(.disabled):active:focus, .bootstrap-scope .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-scope .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38.25, 142.8, 255, 0.5);
}
.bootstrap-scope .btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.bootstrap-scope .btn-secondary:hover {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
.bootstrap-scope .btn-secondary:focus, .bootstrap-scope .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}
.bootstrap-scope .btn-secondary.disabled, .bootstrap-scope .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.bootstrap-scope .btn-secondary:not(:disabled):not(.disabled):active, .bootstrap-scope .btn-secondary:not(:disabled):not(.disabled).active, .show > .bootstrap-scope .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  border-color: rgb(78.4506437768, 84.9881974249, 90.7993562232);
}
.bootstrap-scope .btn-secondary:not(:disabled):not(.disabled):active:focus, .bootstrap-scope .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-scope .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}
.bootstrap-scope .btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.bootstrap-scope .btn-success:hover {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
}
.bootstrap-scope .btn-success:focus, .bootstrap-scope .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
}
.bootstrap-scope .btn-success.disabled, .bootstrap-scope .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.bootstrap-scope .btn-success:not(:disabled):not(.disabled):active, .bootstrap-scope .btn-success:not(:disabled):not(.disabled).active, .show > .bootstrap-scope .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
  border-color: rgb(27.6811594203, 115.5688405797, 47.75);
}
.bootstrap-scope .btn-success:not(:disabled):not(.disabled):active:focus, .bootstrap-scope .btn-success:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-scope .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
}
.bootstrap-scope .btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.bootstrap-scope .btn-info:hover {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
.bootstrap-scope .btn-info:focus, .bootstrap-scope .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}
.bootstrap-scope .btn-info.disabled, .bootstrap-scope .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.bootstrap-scope .btn-info:not(:disabled):not(.disabled):active, .bootstrap-scope .btn-info:not(:disabled):not(.disabled).active, .show > .bootstrap-scope .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333);
}
.bootstrap-scope .btn-info:not(:disabled):not(.disabled):active:focus, .bootstrap-scope .btn-info:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-scope .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}
.bootstrap-scope .btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.bootstrap-scope .btn-warning:hover {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
}
.bootstrap-scope .btn-warning:focus, .bootstrap-scope .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
}
.bootstrap-scope .btn-warning.disabled, .bootstrap-scope .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.bootstrap-scope .btn-warning:not(:disabled):not(.disabled):active, .bootstrap-scope .btn-warning:not(:disabled):not(.disabled).active, .show > .bootstrap-scope .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
  border-color: rgb(198.25, 148.6875, 0);
}
.bootstrap-scope .btn-warning:not(:disabled):not(.disabled):active:focus, .bootstrap-scope .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-scope .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
}
.bootstrap-scope .btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.bootstrap-scope .btn-danger:hover {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
.bootstrap-scope .btn-danger:focus, .bootstrap-scope .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
}
.bootstrap-scope .btn-danger.disabled, .bootstrap-scope .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.bootstrap-scope .btn-danger:not(:disabled):not(.disabled):active, .bootstrap-scope .btn-danger:not(:disabled):not(.disabled).active, .show > .bootstrap-scope .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  border-color: rgb(178.3481012658, 30.9018987342, 45.0284810127);
}
.bootstrap-scope .btn-danger:not(:disabled):not(.disabled):active:focus, .bootstrap-scope .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-scope .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
}
.bootstrap-scope .btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.bootstrap-scope .btn-light:hover {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
}
.bootstrap-scope .btn-light:focus, .bootstrap-scope .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}
.bootstrap-scope .btn-light.disabled, .bootstrap-scope .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.bootstrap-scope .btn-light:not(:disabled):not(.disabled):active, .bootstrap-scope .btn-light:not(:disabled):not(.disabled).active, .show > .bootstrap-scope .btn-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
  border-color: rgb(210.8125, 217.125, 223.4375);
}
.bootstrap-scope .btn-light:not(:disabled):not(.disabled):active:focus, .bootstrap-scope .btn-light:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-scope .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}
.bootstrap-scope .btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.bootstrap-scope .btn-dark:hover {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
.bootstrap-scope .btn-dark:focus, .bootstrap-scope .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}
.bootstrap-scope .btn-dark.disabled, .bootstrap-scope .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.bootstrap-scope .btn-dark:not(:disabled):not(.disabled):active, .bootstrap-scope .btn-dark:not(:disabled):not(.disabled).active, .show > .bootstrap-scope .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
  border-color: rgb(23.4224137931, 26.125, 28.8275862069);
}
.bootstrap-scope .btn-dark:not(:disabled):not(.disabled):active:focus, .bootstrap-scope .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-scope .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}
.bootstrap-scope .btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.bootstrap-scope .btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.bootstrap-scope .btn-outline-primary:focus, .bootstrap-scope .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.bootstrap-scope .btn-outline-primary.disabled, .bootstrap-scope .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.bootstrap-scope .btn-outline-primary:not(:disabled):not(.disabled):active, .bootstrap-scope .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .bootstrap-scope .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.bootstrap-scope .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .bootstrap-scope .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-scope .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.bootstrap-scope .btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.bootstrap-scope .btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.bootstrap-scope .btn-outline-secondary:focus, .bootstrap-scope .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.bootstrap-scope .btn-outline-secondary.disabled, .bootstrap-scope .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.bootstrap-scope .btn-outline-secondary:not(:disabled):not(.disabled):active, .bootstrap-scope .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .bootstrap-scope .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.bootstrap-scope .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .bootstrap-scope .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-scope .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.bootstrap-scope .btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.bootstrap-scope .btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.bootstrap-scope .btn-outline-success:focus, .bootstrap-scope .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.bootstrap-scope .btn-outline-success.disabled, .bootstrap-scope .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.bootstrap-scope .btn-outline-success:not(:disabled):not(.disabled):active, .bootstrap-scope .btn-outline-success:not(:disabled):not(.disabled).active, .show > .bootstrap-scope .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.bootstrap-scope .btn-outline-success:not(:disabled):not(.disabled):active:focus, .bootstrap-scope .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-scope .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.bootstrap-scope .btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.bootstrap-scope .btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.bootstrap-scope .btn-outline-info:focus, .bootstrap-scope .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.bootstrap-scope .btn-outline-info.disabled, .bootstrap-scope .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.bootstrap-scope .btn-outline-info:not(:disabled):not(.disabled):active, .bootstrap-scope .btn-outline-info:not(:disabled):not(.disabled).active, .show > .bootstrap-scope .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.bootstrap-scope .btn-outline-info:not(:disabled):not(.disabled):active:focus, .bootstrap-scope .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-scope .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.bootstrap-scope .btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.bootstrap-scope .btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.bootstrap-scope .btn-outline-warning:focus, .bootstrap-scope .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.bootstrap-scope .btn-outline-warning.disabled, .bootstrap-scope .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.bootstrap-scope .btn-outline-warning:not(:disabled):not(.disabled):active, .bootstrap-scope .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .bootstrap-scope .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.bootstrap-scope .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .bootstrap-scope .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-scope .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.bootstrap-scope .btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.bootstrap-scope .btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.bootstrap-scope .btn-outline-danger:focus, .bootstrap-scope .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.bootstrap-scope .btn-outline-danger.disabled, .bootstrap-scope .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.bootstrap-scope .btn-outline-danger:not(:disabled):not(.disabled):active, .bootstrap-scope .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .bootstrap-scope .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.bootstrap-scope .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .bootstrap-scope .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-scope .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.bootstrap-scope .btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.bootstrap-scope .btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.bootstrap-scope .btn-outline-light:focus, .bootstrap-scope .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.bootstrap-scope .btn-outline-light.disabled, .bootstrap-scope .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.bootstrap-scope .btn-outline-light:not(:disabled):not(.disabled):active, .bootstrap-scope .btn-outline-light:not(:disabled):not(.disabled).active, .show > .bootstrap-scope .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.bootstrap-scope .btn-outline-light:not(:disabled):not(.disabled):active:focus, .bootstrap-scope .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-scope .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.bootstrap-scope .btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.bootstrap-scope .btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.bootstrap-scope .btn-outline-dark:focus, .bootstrap-scope .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.bootstrap-scope .btn-outline-dark.disabled, .bootstrap-scope .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.bootstrap-scope .btn-outline-dark:not(:disabled):not(.disabled):active, .bootstrap-scope .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .bootstrap-scope .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.bootstrap-scope .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .bootstrap-scope .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-scope .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.bootstrap-scope .btn-link {
  font-weight: 400;
  color: #38678b;
  text-decoration: none;
}
.bootstrap-scope .btn-link:hover {
  color: rgb(34.0307692308, 62.5923076923, 84.4692307692);
  text-decoration: underline;
}
.bootstrap-scope .btn-link:focus, .bootstrap-scope .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}
.bootstrap-scope .btn-link:disabled, .bootstrap-scope .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}
.bootstrap-scope .btn-lg, .bootstrap-scope .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.bootstrap-scope .btn-sm, .bootstrap-scope .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.bootstrap-scope .btn-block {
  display: block;
  width: 100%;
}
.bootstrap-scope .btn-block + .btn-block {
  margin-top: 0.5rem;
}
.bootstrap-scope input[type=submit].btn-block,
.bootstrap-scope input[type=reset].btn-block,
.bootstrap-scope input[type=button].btn-block {
  width: 100%;
}
.bootstrap-scope .fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap-scope .fade {
    transition: none;
  }
}
.bootstrap-scope .fade:not(.show) {
  opacity: 0;
}
.bootstrap-scope .collapse:not(.show) {
  display: none;
}
.bootstrap-scope .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap-scope .collapsing {
    transition: none;
  }
}
.bootstrap-scope .dropup,
.bootstrap-scope .dropright,
.bootstrap-scope .dropdown,
.bootstrap-scope .dropleft {
  position: relative;
}
.bootstrap-scope .dropdown-toggle {
  white-space: nowrap;
}
.bootstrap-scope .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.bootstrap-scope .dropdown-toggle:empty::after {
  margin-left: 0;
}
.bootstrap-scope .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.bootstrap-scope .dropdown-menu-left {
  right: auto;
  left: 0;
}
.bootstrap-scope .dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .bootstrap-scope .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .bootstrap-scope .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .bootstrap-scope .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .bootstrap-scope .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .bootstrap-scope .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .bootstrap-scope .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .bootstrap-scope .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .bootstrap-scope .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.bootstrap-scope .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.bootstrap-scope .dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.bootstrap-scope .dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.bootstrap-scope .dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.bootstrap-scope .dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.bootstrap-scope .dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.bootstrap-scope .dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.bootstrap-scope .dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.bootstrap-scope .dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.bootstrap-scope .dropleft .dropdown-toggle::after {
  display: none;
}
.bootstrap-scope .dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.bootstrap-scope .dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.bootstrap-scope .dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.bootstrap-scope .dropdown-menu[x-placement^=top], .bootstrap-scope .dropdown-menu[x-placement^=right], .bootstrap-scope .dropdown-menu[x-placement^=bottom], .bootstrap-scope .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}
.bootstrap-scope .dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.bootstrap-scope .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.bootstrap-scope .dropdown-item:hover, .bootstrap-scope .dropdown-item:focus {
  color: rgb(21.6283783784, 24.25, 26.8716216216);
  text-decoration: none;
  background-color: #f8f9fa;
}
.bootstrap-scope .dropdown-item.active, .bootstrap-scope .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.bootstrap-scope .dropdown-item.disabled, .bootstrap-scope .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}
.bootstrap-scope .dropdown-menu.show {
  display: block;
}
.bootstrap-scope .dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.bootstrap-scope .dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.bootstrap-scope .btn-group,
.bootstrap-scope .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.bootstrap-scope .btn-group > .btn,
.bootstrap-scope .btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.bootstrap-scope .btn-group > .btn:hover,
.bootstrap-scope .btn-group-vertical > .btn:hover {
  z-index: 1;
}
.bootstrap-scope .btn-group > .btn:focus, .bootstrap-scope .btn-group > .btn:active, .bootstrap-scope .btn-group > .btn.active,
.bootstrap-scope .btn-group-vertical > .btn:focus,
.bootstrap-scope .btn-group-vertical > .btn:active,
.bootstrap-scope .btn-group-vertical > .btn.active {
  z-index: 1;
}
.bootstrap-scope .btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.bootstrap-scope .btn-toolbar .input-group {
  width: auto;
}
.bootstrap-scope .btn-group > .btn:not(:first-child),
.bootstrap-scope .btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.bootstrap-scope .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.bootstrap-scope .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrap-scope .btn-group > .btn:not(:first-child),
.bootstrap-scope .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap-scope .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.bootstrap-scope .dropdown-toggle-split::after, .dropup .bootstrap-scope .dropdown-toggle-split::after, .dropright .bootstrap-scope .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .bootstrap-scope .dropdown-toggle-split::before {
  margin-right: 0;
}
.bootstrap-scope .btn-sm + .dropdown-toggle-split, .bootstrap-scope .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.bootstrap-scope .btn-lg + .dropdown-toggle-split, .bootstrap-scope .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.bootstrap-scope .btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.bootstrap-scope .btn-group-vertical > .btn,
.bootstrap-scope .btn-group-vertical > .btn-group {
  width: 100%;
}
.bootstrap-scope .btn-group-vertical > .btn:not(:first-child),
.bootstrap-scope .btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.bootstrap-scope .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.bootstrap-scope .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap-scope .btn-group-vertical > .btn:not(:first-child),
.bootstrap-scope .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap-scope .btn-group-toggle > .btn,
.bootstrap-scope .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.bootstrap-scope .btn-group-toggle > .btn input[type=radio],
.bootstrap-scope .btn-group-toggle > .btn input[type=checkbox],
.bootstrap-scope .btn-group-toggle > .btn-group > .btn input[type=radio],
.bootstrap-scope .btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.bootstrap-scope .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.bootstrap-scope .input-group > .form-control,
.bootstrap-scope .input-group > .form-control-plaintext,
.bootstrap-scope .input-group > .custom-select,
.bootstrap-scope .input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.bootstrap-scope .input-group > .form-control + .form-control,
.bootstrap-scope .input-group > .form-control + .custom-select,
.bootstrap-scope .input-group > .form-control + .custom-file,
.bootstrap-scope .input-group > .form-control-plaintext + .form-control,
.bootstrap-scope .input-group > .form-control-plaintext + .custom-select,
.bootstrap-scope .input-group > .form-control-plaintext + .custom-file,
.bootstrap-scope .input-group > .custom-select + .form-control,
.bootstrap-scope .input-group > .custom-select + .custom-select,
.bootstrap-scope .input-group > .custom-select + .custom-file,
.bootstrap-scope .input-group > .custom-file + .form-control,
.bootstrap-scope .input-group > .custom-file + .custom-select,
.bootstrap-scope .input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.bootstrap-scope .input-group > .form-control:focus,
.bootstrap-scope .input-group > .custom-select:focus,
.bootstrap-scope .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.bootstrap-scope .input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.bootstrap-scope .input-group > .form-control:not(:last-child),
.bootstrap-scope .input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrap-scope .input-group > .form-control:not(:first-child),
.bootstrap-scope .input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap-scope .input-group > .custom-file {
  display: flex;
  align-items: center;
}
.bootstrap-scope .input-group > .custom-file:not(:last-child) .custom-file-label, .bootstrap-scope .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrap-scope .input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap-scope .input-group-prepend,
.bootstrap-scope .input-group-append {
  display: flex;
}
.bootstrap-scope .input-group-prepend .btn,
.bootstrap-scope .input-group-append .btn {
  position: relative;
  z-index: 2;
}
.bootstrap-scope .input-group-prepend .btn:focus,
.bootstrap-scope .input-group-append .btn:focus {
  z-index: 3;
}
.bootstrap-scope .input-group-prepend .btn + .btn,
.bootstrap-scope .input-group-prepend .btn + .input-group-text,
.bootstrap-scope .input-group-prepend .input-group-text + .input-group-text,
.bootstrap-scope .input-group-prepend .input-group-text + .btn,
.bootstrap-scope .input-group-append .btn + .btn,
.bootstrap-scope .input-group-append .btn + .input-group-text,
.bootstrap-scope .input-group-append .input-group-text + .input-group-text,
.bootstrap-scope .input-group-append .input-group-text + .btn {
  margin-left: -1px;
}
.bootstrap-scope .input-group-prepend {
  margin-right: -1px;
}
.bootstrap-scope .input-group-append {
  margin-left: -1px;
}
.bootstrap-scope .input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.bootstrap-scope .input-group-text input[type=radio],
.bootstrap-scope .input-group-text input[type=checkbox] {
  margin-top: 0;
}
.bootstrap-scope .input-group-lg > .form-control:not(textarea),
.bootstrap-scope .input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}
.bootstrap-scope .input-group-lg > .form-control,
.bootstrap-scope .input-group-lg > .custom-select,
.bootstrap-scope .input-group-lg > .input-group-prepend > .input-group-text,
.bootstrap-scope .input-group-lg > .input-group-append > .input-group-text,
.bootstrap-scope .input-group-lg > .input-group-prepend > .btn,
.bootstrap-scope .input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.bootstrap-scope .input-group-sm > .form-control:not(textarea),
.bootstrap-scope .input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}
.bootstrap-scope .input-group-sm > .form-control,
.bootstrap-scope .input-group-sm > .custom-select,
.bootstrap-scope .input-group-sm > .input-group-prepend > .input-group-text,
.bootstrap-scope .input-group-sm > .input-group-append > .input-group-text,
.bootstrap-scope .input-group-sm > .input-group-prepend > .btn,
.bootstrap-scope .input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.bootstrap-scope .input-group-lg > .custom-select,
.bootstrap-scope .input-group-sm > .custom-select {
  padding-right: 1.75rem;
}
.bootstrap-scope .input-group > .input-group-prepend > .btn,
.bootstrap-scope .input-group > .input-group-prepend > .input-group-text,
.bootstrap-scope .input-group > .input-group-append:not(:last-child) > .btn,
.bootstrap-scope .input-group > .input-group-append:not(:last-child) > .input-group-text,
.bootstrap-scope .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.bootstrap-scope .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrap-scope .input-group > .input-group-append > .btn,
.bootstrap-scope .input-group > .input-group-append > .input-group-text,
.bootstrap-scope .input-group > .input-group-prepend:not(:first-child) > .btn,
.bootstrap-scope .input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.bootstrap-scope .input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.bootstrap-scope .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap-scope .custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
.bootstrap-scope .custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}
.bootstrap-scope .custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.bootstrap-scope .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
.bootstrap-scope .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.bootstrap-scope .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgb(127.5, 189, 255);
}
.bootstrap-scope .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgb(178.5, 215.4, 255);
  border-color: rgb(178.5, 215.4, 255);
}
.bootstrap-scope .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.bootstrap-scope .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
.bootstrap-scope .custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.bootstrap-scope .custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.bootstrap-scope .custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}
.bootstrap-scope .custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.bootstrap-scope .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.bootstrap-scope .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}
.bootstrap-scope .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.bootstrap-scope .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.bootstrap-scope .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.bootstrap-scope .custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.bootstrap-scope .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.bootstrap-scope .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.bootstrap-scope .custom-switch {
  padding-left: 2.25rem;
}
.bootstrap-scope .custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.bootstrap-scope .custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap-scope .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.bootstrap-scope .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.bootstrap-scope .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.bootstrap-scope .custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
.bootstrap-scope .custom-select:focus {
  border-color: rgb(127.5, 189, 255);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.bootstrap-scope .custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.bootstrap-scope .custom-select[multiple], .bootstrap-scope .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.bootstrap-scope .custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.bootstrap-scope .custom-select::-ms-expand {
  display: none;
}
.bootstrap-scope .custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}
.bootstrap-scope .custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
.bootstrap-scope .custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}
.bootstrap-scope .custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.bootstrap-scope .custom-file-input:focus ~ .custom-file-label {
  border-color: rgb(127.5, 189, 255);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.bootstrap-scope .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.bootstrap-scope .custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.bootstrap-scope .custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}
.bootstrap-scope .custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.bootstrap-scope .custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}
.bootstrap-scope .custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.bootstrap-scope .custom-range:focus {
  outline: none;
}
.bootstrap-scope .custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.bootstrap-scope .custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.bootstrap-scope .custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.bootstrap-scope .custom-range::-moz-focus-outer {
  border: 0;
}
.bootstrap-scope .custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap-scope .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.bootstrap-scope .custom-range::-webkit-slider-thumb {
  appearance: none;
}
.bootstrap-scope .custom-range::-webkit-slider-thumb:active {
  background-color: rgb(178.5, 215.4, 255);
}
.bootstrap-scope .custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.bootstrap-scope .custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap-scope .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.bootstrap-scope .custom-range::-moz-range-thumb {
  appearance: none;
}
.bootstrap-scope .custom-range::-moz-range-thumb:active {
  background-color: rgb(178.5, 215.4, 255);
}
.bootstrap-scope .custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.bootstrap-scope .custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap-scope .custom-range::-ms-thumb {
    transition: none;
  }
}
.bootstrap-scope .custom-range::-ms-thumb {
  appearance: none;
}
.bootstrap-scope .custom-range::-ms-thumb:active {
  background-color: rgb(178.5, 215.4, 255);
}
.bootstrap-scope .custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.bootstrap-scope .custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.bootstrap-scope .custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.bootstrap-scope .custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.bootstrap-scope .custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.bootstrap-scope .custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.bootstrap-scope .custom-range:disabled::-moz-range-track {
  cursor: default;
}
.bootstrap-scope .custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}
.bootstrap-scope .custom-control-label::before,
.bootstrap-scope .custom-file-label,
.bootstrap-scope .custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap-scope .custom-control-label::before,
  .bootstrap-scope .custom-file-label,
  .bootstrap-scope .custom-select {
    transition: none;
  }
}
.bootstrap-scope .nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.bootstrap-scope .nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.bootstrap-scope .nav-link:hover, .bootstrap-scope .nav-link:focus {
  text-decoration: none;
}
.bootstrap-scope .nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.bootstrap-scope .nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.bootstrap-scope .nav-tabs .nav-item {
  margin-bottom: -1px;
}
.bootstrap-scope .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.bootstrap-scope .nav-tabs .nav-link:hover, .bootstrap-scope .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.bootstrap-scope .nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.bootstrap-scope .nav-tabs .nav-link.active,
.bootstrap-scope .nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.bootstrap-scope .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap-scope .nav-pills .nav-link {
  border-radius: 0.25rem;
}
.bootstrap-scope .nav-pills .nav-link.active,
.bootstrap-scope .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}
.bootstrap-scope .nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.bootstrap-scope .nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.bootstrap-scope .tab-content > .tab-pane {
  display: none;
}
.bootstrap-scope .tab-content > .active {
  display: block;
}
.bootstrap-scope .navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.bootstrap-scope .navbar > .container,
.bootstrap-scope .navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.bootstrap-scope .navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.bootstrap-scope .navbar-brand:hover, .bootstrap-scope .navbar-brand:focus {
  text-decoration: none;
}
.bootstrap-scope .navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.bootstrap-scope .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.bootstrap-scope .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.bootstrap-scope .navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.bootstrap-scope .navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.bootstrap-scope .navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.bootstrap-scope .navbar-toggler:hover, .bootstrap-scope .navbar-toggler:focus {
  text-decoration: none;
}
.bootstrap-scope .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 575.98px) {
  .bootstrap-scope .navbar-expand-sm > .container,
  .bootstrap-scope .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .bootstrap-scope .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .bootstrap-scope .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .bootstrap-scope .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .bootstrap-scope .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .bootstrap-scope .navbar-expand-sm > .container,
  .bootstrap-scope .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .bootstrap-scope .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .bootstrap-scope .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .bootstrap-scope .navbar-expand-md > .container,
  .bootstrap-scope .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .bootstrap-scope .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .bootstrap-scope .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .bootstrap-scope .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .bootstrap-scope .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .bootstrap-scope .navbar-expand-md > .container,
  .bootstrap-scope .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .bootstrap-scope .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .bootstrap-scope .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .bootstrap-scope .navbar-expand-lg > .container,
  .bootstrap-scope .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .bootstrap-scope .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .bootstrap-scope .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .bootstrap-scope .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .bootstrap-scope .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .bootstrap-scope .navbar-expand-lg > .container,
  .bootstrap-scope .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .bootstrap-scope .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .bootstrap-scope .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .bootstrap-scope .navbar-expand-xl > .container,
  .bootstrap-scope .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .bootstrap-scope .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .bootstrap-scope .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .bootstrap-scope .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .bootstrap-scope .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .bootstrap-scope .navbar-expand-xl > .container,
  .bootstrap-scope .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .bootstrap-scope .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .bootstrap-scope .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.bootstrap-scope .navbar-expand > .container,
.bootstrap-scope .navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.bootstrap-scope .navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.bootstrap-scope .navbar-expand .navbar-nav {
  flex-direction: row;
}
.bootstrap-scope .navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.bootstrap-scope .navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.bootstrap-scope .navbar-expand > .container,
.bootstrap-scope .navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.bootstrap-scope .navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.bootstrap-scope .navbar-expand .navbar-toggler {
  display: none;
}
.bootstrap-scope .navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.bootstrap-scope .navbar-light .navbar-brand:hover, .bootstrap-scope .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.bootstrap-scope .navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.bootstrap-scope .navbar-light .navbar-nav .nav-link:hover, .bootstrap-scope .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.bootstrap-scope .navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.bootstrap-scope .navbar-light .navbar-nav .show > .nav-link,
.bootstrap-scope .navbar-light .navbar-nav .active > .nav-link,
.bootstrap-scope .navbar-light .navbar-nav .nav-link.show,
.bootstrap-scope .navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.bootstrap-scope .navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.bootstrap-scope .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.bootstrap-scope .navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.bootstrap-scope .navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.bootstrap-scope .navbar-light .navbar-text a:hover, .bootstrap-scope .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.bootstrap-scope .navbar-dark .navbar-brand {
  color: #fff;
}
.bootstrap-scope .navbar-dark .navbar-brand:hover, .bootstrap-scope .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.bootstrap-scope .navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.bootstrap-scope .navbar-dark .navbar-nav .nav-link:hover, .bootstrap-scope .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.bootstrap-scope .navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.bootstrap-scope .navbar-dark .navbar-nav .show > .nav-link,
.bootstrap-scope .navbar-dark .navbar-nav .active > .nav-link,
.bootstrap-scope .navbar-dark .navbar-nav .nav-link.show,
.bootstrap-scope .navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.bootstrap-scope .navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.bootstrap-scope .navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.bootstrap-scope .navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.bootstrap-scope .navbar-dark .navbar-text a {
  color: #fff;
}
.bootstrap-scope .navbar-dark .navbar-text a:hover, .bootstrap-scope .navbar-dark .navbar-text a:focus {
  color: #fff;
}
.bootstrap-scope .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.bootstrap-scope .card > hr {
  margin-right: 0;
  margin-left: 0;
}
.bootstrap-scope .card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.bootstrap-scope .card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.bootstrap-scope .card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}
.bootstrap-scope .card-title {
  margin-bottom: 0.75rem;
}
.bootstrap-scope .card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.bootstrap-scope .card-text:last-child {
  margin-bottom: 0;
}
.bootstrap-scope .card-link:hover {
  text-decoration: none;
}
.bootstrap-scope .card-link + .card-link {
  margin-left: 1.25rem;
}
.bootstrap-scope .card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.bootstrap-scope .card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.bootstrap-scope .card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.bootstrap-scope .card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.bootstrap-scope .card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.bootstrap-scope .card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.bootstrap-scope .card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.bootstrap-scope .card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.bootstrap-scope .card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}
.bootstrap-scope .card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.bootstrap-scope .card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.bootstrap-scope .card-deck {
  display: flex;
  flex-direction: column;
}
.bootstrap-scope .card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .bootstrap-scope .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .bootstrap-scope .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.bootstrap-scope .card-group {
  display: flex;
  flex-direction: column;
}
.bootstrap-scope .card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .bootstrap-scope .card-group {
    flex-flow: row wrap;
  }
  .bootstrap-scope .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .bootstrap-scope .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .bootstrap-scope .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .bootstrap-scope .card-group > .card:not(:last-child) .card-img-top,
  .bootstrap-scope .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .bootstrap-scope .card-group > .card:not(:last-child) .card-img-bottom,
  .bootstrap-scope .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .bootstrap-scope .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .bootstrap-scope .card-group > .card:not(:first-child) .card-img-top,
  .bootstrap-scope .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .bootstrap-scope .card-group > .card:not(:first-child) .card-img-bottom,
  .bootstrap-scope .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.bootstrap-scope .card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .bootstrap-scope .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .bootstrap-scope .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.bootstrap-scope .accordion > .card {
  overflow: hidden;
}
.bootstrap-scope .accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.bootstrap-scope .accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.bootstrap-scope .accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap-scope .accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap-scope .accordion > .card .card-header {
  margin-bottom: -1px;
}
.bootstrap-scope .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.bootstrap-scope .breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.bootstrap-scope .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.bootstrap-scope .breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.bootstrap-scope .breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.bootstrap-scope .breadcrumb-item.active {
  color: #6c757d;
}
.bootstrap-scope .pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.bootstrap-scope .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #38678b;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.bootstrap-scope .page-link:hover {
  z-index: 2;
  color: rgb(34.0307692308, 62.5923076923, 84.4692307692);
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.bootstrap-scope .page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.bootstrap-scope .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.bootstrap-scope .page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.bootstrap-scope .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.bootstrap-scope .page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.bootstrap-scope .pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.bootstrap-scope .pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.bootstrap-scope .pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.bootstrap-scope .pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.bootstrap-scope .pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.bootstrap-scope .pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.bootstrap-scope .badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap-scope .badge {
    transition: none;
  }
}
a.bootstrap-scope .badge:hover, a.bootstrap-scope .badge:focus {
  text-decoration: none;
}

.bootstrap-scope .badge:empty {
  display: none;
}
.bootstrap-scope .btn .badge {
  position: relative;
  top: -1px;
}
.bootstrap-scope .badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.bootstrap-scope .badge-primary {
  color: #fff;
  background-color: #007bff;
}
a.bootstrap-scope .badge-primary:hover, a.bootstrap-scope .badge-primary:focus {
  color: #fff;
  background-color: rgb(0, 98.4, 204);
}
a.bootstrap-scope .badge-primary:focus, a.bootstrap-scope .badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.bootstrap-scope .badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.bootstrap-scope .badge-secondary:hover, a.bootstrap-scope .badge-secondary:focus {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
a.bootstrap-scope .badge-secondary:focus, a.bootstrap-scope .badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.bootstrap-scope .badge-success {
  color: #fff;
  background-color: #28a745;
}
a.bootstrap-scope .badge-success:hover, a.bootstrap-scope .badge-success:focus {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
}
a.bootstrap-scope .badge-success:focus, a.bootstrap-scope .badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.bootstrap-scope .badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.bootstrap-scope .badge-info:hover, a.bootstrap-scope .badge-info:focus {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
a.bootstrap-scope .badge-info:focus, a.bootstrap-scope .badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.bootstrap-scope .badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.bootstrap-scope .badge-warning:hover, a.bootstrap-scope .badge-warning:focus {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
}
a.bootstrap-scope .badge-warning:focus, a.bootstrap-scope .badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.bootstrap-scope .badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.bootstrap-scope .badge-danger:hover, a.bootstrap-scope .badge-danger:focus {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
a.bootstrap-scope .badge-danger:focus, a.bootstrap-scope .badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.bootstrap-scope .badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.bootstrap-scope .badge-light:hover, a.bootstrap-scope .badge-light:focus {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
}
a.bootstrap-scope .badge-light:focus, a.bootstrap-scope .badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.bootstrap-scope .badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.bootstrap-scope .badge-dark:hover, a.bootstrap-scope .badge-dark:focus {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
a.bootstrap-scope .badge-dark:focus, a.bootstrap-scope .badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.bootstrap-scope .jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .bootstrap-scope .jumbotron {
    padding: 4rem 2rem;
  }
}
.bootstrap-scope .jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.bootstrap-scope .alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.bootstrap-scope .alert-heading {
  color: inherit;
}
.bootstrap-scope .alert-link {
  font-weight: 700;
}
.bootstrap-scope .alert-dismissible {
  padding-right: 4rem;
}
.bootstrap-scope .alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.bootstrap-scope .alert-primary {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(204, 228.6, 255);
  border-color: rgb(183.6, 218.04, 255);
}
.bootstrap-scope .alert-primary hr {
  border-top-color: rgb(158.1, 204.84, 255);
}
.bootstrap-scope .alert-primary .alert-link {
  color: rgb(0, 39.36, 81.6);
}
.bootstrap-scope .alert-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(225.6, 227.4, 229);
  border-color: rgb(213.84, 216.36, 218.6);
}
.bootstrap-scope .alert-secondary hr {
  border-top-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.bootstrap-scope .alert-secondary .alert-link {
  color: rgb(32.5205150215, 35.2305579399, 37.6394849785);
}
.bootstrap-scope .alert-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(212, 237.4, 217.8);
  border-color: rgb(194.8, 230.36, 202.92);
}
.bootstrap-scope .alert-success hr {
  border-top-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.bootstrap-scope .alert-success .alert-link {
  color: rgb(10.9449275362, 45.6950724638, 18.88);
}
.bootstrap-scope .alert-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(208.6, 236.4, 240.8);
  border-color: rgb(190.04, 228.96, 235.12);
}
.bootstrap-scope .alert-info hr {
  border-top-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.bootstrap-scope .alert-info .alert-link {
  color: rgb(6.2933333333, 44.3269565217, 50.3466666667);
}
.bootstrap-scope .alert-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 242.6, 205.4);
  border-color: rgb(255, 237.64, 185.56);
}
.bootstrap-scope .alert-warning hr {
  border-top-color: rgb(255, 231.265, 160.06);
}
.bootstrap-scope .alert-warning .alert-link {
  color: rgb(82.9625954198, 62.7912977099, 2.2774045802);
}
.bootstrap-scope .alert-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(248, 214.6, 217.8);
  border-color: rgb(245.2, 198.44, 202.92);
}
.bootstrap-scope .alert-danger hr {
  border-top-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.bootstrap-scope .alert-danger .alert-link {
  color: rgb(73.3010989011, 17.6589010989, 22.9898901099);
}
.bootstrap-scope .alert-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.6, 253.8, 254);
  border-color: rgb(253.04, 253.32, 253.6);
}
.bootstrap-scope .alert-light hr {
  border-top-color: rgb(238.165, 240.57, 242.975);
}
.bootstrap-scope .alert-light .alert-link {
  color: rgb(103.5492351816, 103.98, 104.4107648184);
}
.bootstrap-scope .alert-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(214.4, 215.6, 216.8);
  border-color: rgb(198.16, 199.84, 201.52);
}
.bootstrap-scope .alert-dark hr {
  border-top-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.bootstrap-scope .alert-dark .alert-link {
  color: rgb(4.1779310345, 4.66, 5.1420689655);
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.bootstrap-scope .progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.bootstrap-scope .progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap-scope .progress-bar {
    transition: none;
  }
}
.bootstrap-scope .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: 1rem 1rem;
}
.bootstrap-scope .progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap-scope .progress-bar-animated {
    animation: none;
  }
}
.bootstrap-scope .media {
  display: flex;
  align-items: flex-start;
}
.bootstrap-scope .media-body {
  flex: 1;
}
.bootstrap-scope .list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.bootstrap-scope .list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.bootstrap-scope .list-group-item-action:hover, .bootstrap-scope .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.bootstrap-scope .list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.bootstrap-scope .list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.bootstrap-scope .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.bootstrap-scope .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.bootstrap-scope .list-group-item.disabled, .bootstrap-scope .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.bootstrap-scope .list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.bootstrap-scope .list-group-horizontal {
  flex-direction: row;
}
.bootstrap-scope .list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}
.bootstrap-scope .list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.bootstrap-scope .list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
@media (min-width: 576px) {
  .bootstrap-scope .list-group-horizontal-sm {
    flex-direction: row;
  }
  .bootstrap-scope .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .bootstrap-scope .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .bootstrap-scope .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 768px) {
  .bootstrap-scope .list-group-horizontal-md {
    flex-direction: row;
  }
  .bootstrap-scope .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .bootstrap-scope .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .bootstrap-scope .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 992px) {
  .bootstrap-scope .list-group-horizontal-lg {
    flex-direction: row;
  }
  .bootstrap-scope .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .bootstrap-scope .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .bootstrap-scope .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1200px) {
  .bootstrap-scope .list-group-horizontal-xl {
    flex-direction: row;
  }
  .bootstrap-scope .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .bootstrap-scope .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .bootstrap-scope .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
.bootstrap-scope .list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.bootstrap-scope .list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}
.bootstrap-scope .list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.bootstrap-scope .list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.bootstrap-scope .list-group-item-primary {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(183.6, 218.04, 255);
}
.bootstrap-scope .list-group-item-primary.list-group-item-action:hover, .bootstrap-scope .list-group-item-primary.list-group-item-action:focus {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(158.1, 204.84, 255);
}
.bootstrap-scope .list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(0, 63.96, 132.6);
  border-color: rgb(0, 63.96, 132.6);
}
.bootstrap-scope .list-group-item-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(213.84, 216.36, 218.6);
}
.bootstrap-scope .list-group-item-secondary.list-group-item-action:hover, .bootstrap-scope .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.bootstrap-scope .list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(56.16, 60.84, 65);
  border-color: rgb(56.16, 60.84, 65);
}
.bootstrap-scope .list-group-item-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(194.8, 230.36, 202.92);
}
.bootstrap-scope .list-group-item-success.list-group-item-action:hover, .bootstrap-scope .list-group-item-success.list-group-item-action:focus {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.bootstrap-scope .list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(20.8, 86.84, 35.88);
  border-color: rgb(20.8, 86.84, 35.88);
}
.bootstrap-scope .list-group-item-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(190.04, 228.96, 235.12);
}
.bootstrap-scope .list-group-item-info.list-group-item-action:hover, .bootstrap-scope .list-group-item-info.list-group-item-action:focus {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.bootstrap-scope .list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(11.96, 84.24, 95.68);
  border-color: rgb(11.96, 84.24, 95.68);
}
.bootstrap-scope .list-group-item-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 237.64, 185.56);
}
.bootstrap-scope .list-group-item-warning.list-group-item-action:hover, .bootstrap-scope .list-group-item-warning.list-group-item-action:focus {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 231.265, 160.06);
}
.bootstrap-scope .list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 100.36, 3.64);
  border-color: rgb(132.6, 100.36, 3.64);
}
.bootstrap-scope .list-group-item-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(245.2, 198.44, 202.92);
}
.bootstrap-scope .list-group-item-danger.list-group-item-action:hover, .bootstrap-scope .list-group-item-danger.list-group-item-action:focus {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.bootstrap-scope .list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(114.4, 27.56, 35.88);
  border-color: rgb(114.4, 27.56, 35.88);
}
.bootstrap-scope .list-group-item-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.04, 253.32, 253.6);
}
.bootstrap-scope .list-group-item-light.list-group-item-action:hover, .bootstrap-scope .list-group-item-light.list-group-item-action:focus {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(238.165, 240.57, 242.975);
}
.bootstrap-scope .list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(128.96, 129.48, 130);
  border-color: rgb(128.96, 129.48, 130);
}
.bootstrap-scope .list-group-item-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(198.16, 199.84, 201.52);
}
.bootstrap-scope .list-group-item-dark.list-group-item-action:hover, .bootstrap-scope .list-group-item-dark.list-group-item-action:focus {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.bootstrap-scope .list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(27.04, 30.16, 33.28);
  border-color: rgb(27.04, 30.16, 33.28);
}
.bootstrap-scope .close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.bootstrap-scope .close:hover {
  color: #000;
  text-decoration: none;
}
.bootstrap-scope .close:not(:disabled):not(.disabled):hover, .bootstrap-scope .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}
.bootstrap-scope button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none;
}
.bootstrap-scope a.close.disabled {
  pointer-events: none;
}
.bootstrap-scope .toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}
.bootstrap-scope .toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.bootstrap-scope .toast.showing {
  opacity: 1;
}
.bootstrap-scope .toast.show {
  display: block;
  opacity: 1;
}
.bootstrap-scope .toast.hide {
  display: none;
}
.bootstrap-scope .toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.bootstrap-scope .toast-body {
  padding: 0.75rem;
}
.bootstrap-scope .modal-open {
  overflow: hidden;
}
.bootstrap-scope .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.bootstrap-scope .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.bootstrap-scope .modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .bootstrap-scope .modal-dialog {
  transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .bootstrap-scope .modal-dialog {
    transition: none;
  }
}
.modal.fade .bootstrap-scope .modal-dialog {
  transform: translate(0, -50px);
}
.modal.show .bootstrap-scope .modal-dialog {
  transform: none;
}
.bootstrap-scope .modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.bootstrap-scope .modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.bootstrap-scope .modal-dialog-scrollable .modal-header,
.bootstrap-scope .modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.bootstrap-scope .modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.bootstrap-scope .modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.bootstrap-scope .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.bootstrap-scope .modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.bootstrap-scope .modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.bootstrap-scope .modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.bootstrap-scope .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.bootstrap-scope .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.bootstrap-scope .modal-backdrop.fade {
  opacity: 0;
}
.bootstrap-scope .modal-backdrop.show {
  opacity: 0.5;
}
.bootstrap-scope .modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.bootstrap-scope .modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.bootstrap-scope .modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.bootstrap-scope .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.bootstrap-scope .modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.bootstrap-scope .modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.bootstrap-scope .modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}
.bootstrap-scope .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .bootstrap-scope .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .bootstrap-scope .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .bootstrap-scope .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .bootstrap-scope .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .bootstrap-scope .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .bootstrap-scope .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .bootstrap-scope .modal-lg,
  .bootstrap-scope .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .bootstrap-scope .modal-xl {
    max-width: 1140px;
  }
}
.bootstrap-scope .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.bootstrap-scope .tooltip.show {
  opacity: 0.9;
}
.bootstrap-scope .tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.bootstrap-scope .tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bootstrap-scope .bs-tooltip-top, .bootstrap-scope .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bootstrap-scope .bs-tooltip-top .arrow, .bootstrap-scope .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bootstrap-scope .bs-tooltip-top .arrow::before, .bootstrap-scope .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bootstrap-scope .bs-tooltip-right, .bootstrap-scope .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bootstrap-scope .bs-tooltip-right .arrow, .bootstrap-scope .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bootstrap-scope .bs-tooltip-right .arrow::before, .bootstrap-scope .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bootstrap-scope .bs-tooltip-bottom, .bootstrap-scope .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bootstrap-scope .bs-tooltip-bottom .arrow, .bootstrap-scope .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bootstrap-scope .bs-tooltip-bottom .arrow::before, .bootstrap-scope .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bootstrap-scope .bs-tooltip-left, .bootstrap-scope .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bootstrap-scope .bs-tooltip-left .arrow, .bootstrap-scope .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bootstrap-scope .bs-tooltip-left .arrow::before, .bootstrap-scope .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.bootstrap-scope .tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.bootstrap-scope .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.bootstrap-scope .popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.bootstrap-scope .popover .arrow::before, .bootstrap-scope .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bootstrap-scope .bs-popover-top, .bootstrap-scope .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bootstrap-scope .bs-popover-top > .arrow, .bootstrap-scope .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bootstrap-scope .bs-popover-top > .arrow::before, .bootstrap-scope .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bootstrap-scope .bs-popover-top > .arrow::after, .bootstrap-scope .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bootstrap-scope .bs-popover-right, .bootstrap-scope .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bootstrap-scope .bs-popover-right > .arrow, .bootstrap-scope .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bootstrap-scope .bs-popover-right > .arrow::before, .bootstrap-scope .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bootstrap-scope .bs-popover-right > .arrow::after, .bootstrap-scope .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bootstrap-scope .bs-popover-bottom, .bootstrap-scope .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bootstrap-scope .bs-popover-bottom > .arrow, .bootstrap-scope .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bootstrap-scope .bs-popover-bottom > .arrow::before, .bootstrap-scope .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bootstrap-scope .bs-popover-bottom > .arrow::after, .bootstrap-scope .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bootstrap-scope .bs-popover-bottom .popover-header::before, .bootstrap-scope .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid rgb(247.35, 247.35, 247.35);
}
.bootstrap-scope .bs-popover-left, .bootstrap-scope .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bootstrap-scope .bs-popover-left > .arrow, .bootstrap-scope .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bootstrap-scope .bs-popover-left > .arrow::before, .bootstrap-scope .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bootstrap-scope .bs-popover-left > .arrow::after, .bootstrap-scope .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.bootstrap-scope .popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.bootstrap-scope .popover-header:empty {
  display: none;
}
.bootstrap-scope .popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}
.bootstrap-scope .carousel {
  position: relative;
}
.bootstrap-scope .carousel.pointer-event {
  touch-action: pan-y;
}
.bootstrap-scope .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.bootstrap-scope .carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.bootstrap-scope .carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap-scope .carousel-item {
    transition: none;
  }
}
.bootstrap-scope .carousel-item.active,
.bootstrap-scope .carousel-item-next,
.bootstrap-scope .carousel-item-prev {
  display: block;
}
.bootstrap-scope .carousel-item-next:not(.carousel-item-left),
.bootstrap-scope .active.carousel-item-right {
  transform: translateX(100%);
}
.bootstrap-scope .carousel-item-prev:not(.carousel-item-right),
.bootstrap-scope .active.carousel-item-left {
  transform: translateX(-100%);
}
.bootstrap-scope .carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.bootstrap-scope .carousel-fade .carousel-item.active,
.bootstrap-scope .carousel-fade .carousel-item-next.carousel-item-left,
.bootstrap-scope .carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.bootstrap-scope .carousel-fade .active.carousel-item-left,
.bootstrap-scope .carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap-scope .carousel-fade .active.carousel-item-left,
  .bootstrap-scope .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.bootstrap-scope .carousel-control-prev,
.bootstrap-scope .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap-scope .carousel-control-prev,
  .bootstrap-scope .carousel-control-next {
    transition: none;
  }
}
.bootstrap-scope .carousel-control-prev:hover, .bootstrap-scope .carousel-control-prev:focus,
.bootstrap-scope .carousel-control-next:hover,
.bootstrap-scope .carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.bootstrap-scope .carousel-control-prev {
  left: 0;
}
.bootstrap-scope .carousel-control-next {
  right: 0;
}
.bootstrap-scope .carousel-control-prev-icon,
.bootstrap-scope .carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}
.bootstrap-scope .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}
.bootstrap-scope .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}
.bootstrap-scope .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.bootstrap-scope .carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap-scope .carousel-indicators li {
    transition: none;
  }
}
.bootstrap-scope .carousel-indicators .active {
  opacity: 1;
}
.bootstrap-scope .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.bootstrap-scope .spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}
.bootstrap-scope .spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.bootstrap-scope .spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}
.bootstrap-scope .spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
.bootstrap-scope .align-baseline {
  vertical-align: baseline !important;
}
.bootstrap-scope .align-top {
  vertical-align: top !important;
}
.bootstrap-scope .align-middle {
  vertical-align: middle !important;
}
.bootstrap-scope .align-bottom {
  vertical-align: bottom !important;
}
.bootstrap-scope .align-text-bottom {
  vertical-align: text-bottom !important;
}
.bootstrap-scope .align-text-top {
  vertical-align: text-top !important;
}
.bootstrap-scope .bg-primary {
  background-color: #007bff !important;
}
.bootstrap-scope a.bg-primary:hover, .bootstrap-scope a.bg-primary:focus,
.bootstrap-scope button.bg-primary:hover,
.bootstrap-scope button.bg-primary:focus {
  background-color: rgb(0, 98.4, 204) !important;
}
.bootstrap-scope .bg-secondary {
  background-color: #6c757d !important;
}
.bootstrap-scope a.bg-secondary:hover, .bootstrap-scope a.bg-secondary:focus,
.bootstrap-scope button.bg-secondary:hover,
.bootstrap-scope button.bg-secondary:focus {
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}
.bootstrap-scope .bg-success {
  background-color: #28a745 !important;
}
.bootstrap-scope a.bg-success:hover, .bootstrap-scope a.bg-success:focus,
.bootstrap-scope button.bg-success:hover,
.bootstrap-scope button.bg-success:focus {
  background-color: rgb(30.1449275362, 125.8550724638, 52) !important;
}
.bootstrap-scope .bg-info {
  background-color: #17a2b8 !important;
}
.bootstrap-scope a.bg-info:hover, .bootstrap-scope a.bg-info:focus,
.bootstrap-scope button.bg-info:hover,
.bootstrap-scope button.bg-info:focus {
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}
.bootstrap-scope .bg-warning {
  background-color: #ffc107 !important;
}
.bootstrap-scope a.bg-warning:hover, .bootstrap-scope a.bg-warning:focus,
.bootstrap-scope button.bg-warning:hover,
.bootstrap-scope button.bg-warning:focus {
  background-color: rgb(211, 158.25, 0) !important;
}
.bootstrap-scope .bg-danger {
  background-color: #dc3545 !important;
}
.bootstrap-scope a.bg-danger:hover, .bootstrap-scope a.bg-danger:focus,
.bootstrap-scope button.bg-danger:hover,
.bootstrap-scope button.bg-danger:focus {
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
}
.bootstrap-scope .bg-light {
  background-color: #f8f9fa !important;
}
.bootstrap-scope a.bg-light:hover, .bootstrap-scope a.bg-light:focus,
.bootstrap-scope button.bg-light:hover,
.bootstrap-scope button.bg-light:focus {
  background-color: rgb(218.25, 223.5, 228.75) !important;
}
.bootstrap-scope .bg-dark {
  background-color: #343a40 !important;
}
.bootstrap-scope a.bg-dark:hover, .bootstrap-scope a.bg-dark:focus,
.bootstrap-scope button.bg-dark:hover,
.bootstrap-scope button.bg-dark:focus {
  background-color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}
.bootstrap-scope .bg-white {
  background-color: #fff !important;
}
.bootstrap-scope .bg-transparent {
  background-color: transparent !important;
}
.bootstrap-scope .border {
  border: 1px solid #dee2e6 !important;
}
.bootstrap-scope .border-top {
  border-top: 1px solid #dee2e6 !important;
}
.bootstrap-scope .border-right {
  border-right: 1px solid #dee2e6 !important;
}
.bootstrap-scope .border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.bootstrap-scope .border-left {
  border-left: 1px solid #dee2e6 !important;
}
.bootstrap-scope .border-0 {
  border: 0 !important;
}
.bootstrap-scope .border-top-0 {
  border-top: 0 !important;
}
.bootstrap-scope .border-right-0 {
  border-right: 0 !important;
}
.bootstrap-scope .border-bottom-0 {
  border-bottom: 0 !important;
}
.bootstrap-scope .border-left-0 {
  border-left: 0 !important;
}
.bootstrap-scope .border-primary {
  border-color: #007bff !important;
}
.bootstrap-scope .border-secondary {
  border-color: #6c757d !important;
}
.bootstrap-scope .border-success {
  border-color: #28a745 !important;
}
.bootstrap-scope .border-info {
  border-color: #17a2b8 !important;
}
.bootstrap-scope .border-warning {
  border-color: #ffc107 !important;
}
.bootstrap-scope .border-danger {
  border-color: #dc3545 !important;
}
.bootstrap-scope .border-light {
  border-color: #f8f9fa !important;
}
.bootstrap-scope .border-dark {
  border-color: #343a40 !important;
}
.bootstrap-scope .border-white {
  border-color: #fff !important;
}
.bootstrap-scope .rounded-sm {
  border-radius: 0.2rem !important;
}
.bootstrap-scope .rounded {
  border-radius: 0.25rem !important;
}
.bootstrap-scope .rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.bootstrap-scope .rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.bootstrap-scope .rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.bootstrap-scope .rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.bootstrap-scope .rounded-lg {
  border-radius: 0.3rem !important;
}
.bootstrap-scope .rounded-circle {
  border-radius: 50% !important;
}
.bootstrap-scope .rounded-pill {
  border-radius: 50rem !important;
}
.bootstrap-scope .rounded-0 {
  border-radius: 0 !important;
}
.bootstrap-scope .clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.bootstrap-scope .d-none {
  display: none !important;
}
.bootstrap-scope .d-inline {
  display: inline !important;
}
.bootstrap-scope .d-inline-block {
  display: inline-block !important;
}
.bootstrap-scope .d-block {
  display: block !important;
}
.bootstrap-scope .d-table {
  display: table !important;
}
.bootstrap-scope .d-table-row {
  display: table-row !important;
}
.bootstrap-scope .d-table-cell {
  display: table-cell !important;
}
.bootstrap-scope .d-flex {
  display: flex !important;
}
.bootstrap-scope .d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .bootstrap-scope .d-sm-none {
    display: none !important;
  }
  .bootstrap-scope .d-sm-inline {
    display: inline !important;
  }
  .bootstrap-scope .d-sm-inline-block {
    display: inline-block !important;
  }
  .bootstrap-scope .d-sm-block {
    display: block !important;
  }
  .bootstrap-scope .d-sm-table {
    display: table !important;
  }
  .bootstrap-scope .d-sm-table-row {
    display: table-row !important;
  }
  .bootstrap-scope .d-sm-table-cell {
    display: table-cell !important;
  }
  .bootstrap-scope .d-sm-flex {
    display: flex !important;
  }
  .bootstrap-scope .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .bootstrap-scope .d-md-none {
    display: none !important;
  }
  .bootstrap-scope .d-md-inline {
    display: inline !important;
  }
  .bootstrap-scope .d-md-inline-block {
    display: inline-block !important;
  }
  .bootstrap-scope .d-md-block {
    display: block !important;
  }
  .bootstrap-scope .d-md-table {
    display: table !important;
  }
  .bootstrap-scope .d-md-table-row {
    display: table-row !important;
  }
  .bootstrap-scope .d-md-table-cell {
    display: table-cell !important;
  }
  .bootstrap-scope .d-md-flex {
    display: flex !important;
  }
  .bootstrap-scope .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .bootstrap-scope .d-lg-none {
    display: none !important;
  }
  .bootstrap-scope .d-lg-inline {
    display: inline !important;
  }
  .bootstrap-scope .d-lg-inline-block {
    display: inline-block !important;
  }
  .bootstrap-scope .d-lg-block {
    display: block !important;
  }
  .bootstrap-scope .d-lg-table {
    display: table !important;
  }
  .bootstrap-scope .d-lg-table-row {
    display: table-row !important;
  }
  .bootstrap-scope .d-lg-table-cell {
    display: table-cell !important;
  }
  .bootstrap-scope .d-lg-flex {
    display: flex !important;
  }
  .bootstrap-scope .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap-scope .d-xl-none {
    display: none !important;
  }
  .bootstrap-scope .d-xl-inline {
    display: inline !important;
  }
  .bootstrap-scope .d-xl-inline-block {
    display: inline-block !important;
  }
  .bootstrap-scope .d-xl-block {
    display: block !important;
  }
  .bootstrap-scope .d-xl-table {
    display: table !important;
  }
  .bootstrap-scope .d-xl-table-row {
    display: table-row !important;
  }
  .bootstrap-scope .d-xl-table-cell {
    display: table-cell !important;
  }
  .bootstrap-scope .d-xl-flex {
    display: flex !important;
  }
  .bootstrap-scope .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .bootstrap-scope .d-print-none {
    display: none !important;
  }
  .bootstrap-scope .d-print-inline {
    display: inline !important;
  }
  .bootstrap-scope .d-print-inline-block {
    display: inline-block !important;
  }
  .bootstrap-scope .d-print-block {
    display: block !important;
  }
  .bootstrap-scope .d-print-table {
    display: table !important;
  }
  .bootstrap-scope .d-print-table-row {
    display: table-row !important;
  }
  .bootstrap-scope .d-print-table-cell {
    display: table-cell !important;
  }
  .bootstrap-scope .d-print-flex {
    display: flex !important;
  }
  .bootstrap-scope .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.bootstrap-scope .embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.bootstrap-scope .embed-responsive::before {
  display: block;
  content: "";
}
.bootstrap-scope .embed-responsive .embed-responsive-item,
.bootstrap-scope .embed-responsive iframe,
.bootstrap-scope .embed-responsive embed,
.bootstrap-scope .embed-responsive object,
.bootstrap-scope .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.bootstrap-scope .embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}
.bootstrap-scope .embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.bootstrap-scope .embed-responsive-4by3::before {
  padding-top: 75%;
}
.bootstrap-scope .embed-responsive-1by1::before {
  padding-top: 100%;
}
.bootstrap-scope .flex-row {
  flex-direction: row !important;
}
.bootstrap-scope .flex-column {
  flex-direction: column !important;
}
.bootstrap-scope .flex-row-reverse {
  flex-direction: row-reverse !important;
}
.bootstrap-scope .flex-column-reverse {
  flex-direction: column-reverse !important;
}
.bootstrap-scope .flex-wrap {
  flex-wrap: wrap !important;
}
.bootstrap-scope .flex-nowrap {
  flex-wrap: nowrap !important;
}
.bootstrap-scope .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.bootstrap-scope .flex-fill {
  flex: 1 1 auto !important;
}
.bootstrap-scope .flex-grow-0 {
  flex-grow: 0 !important;
}
.bootstrap-scope .flex-grow-1 {
  flex-grow: 1 !important;
}
.bootstrap-scope .flex-shrink-0 {
  flex-shrink: 0 !important;
}
.bootstrap-scope .flex-shrink-1 {
  flex-shrink: 1 !important;
}
.bootstrap-scope .justify-content-start {
  justify-content: flex-start !important;
}
.bootstrap-scope .justify-content-end {
  justify-content: flex-end !important;
}
.bootstrap-scope .justify-content-center {
  justify-content: center !important;
}
.bootstrap-scope .justify-content-between {
  justify-content: space-between !important;
}
.bootstrap-scope .justify-content-around {
  justify-content: space-around !important;
}
.bootstrap-scope .align-items-start {
  align-items: flex-start !important;
}
.bootstrap-scope .align-items-end {
  align-items: flex-end !important;
}
.bootstrap-scope .align-items-center {
  align-items: center !important;
}
.bootstrap-scope .align-items-baseline {
  align-items: baseline !important;
}
.bootstrap-scope .align-items-stretch {
  align-items: stretch !important;
}
.bootstrap-scope .align-content-start {
  align-content: flex-start !important;
}
.bootstrap-scope .align-content-end {
  align-content: flex-end !important;
}
.bootstrap-scope .align-content-center {
  align-content: center !important;
}
.bootstrap-scope .align-content-between {
  align-content: space-between !important;
}
.bootstrap-scope .align-content-around {
  align-content: space-around !important;
}
.bootstrap-scope .align-content-stretch {
  align-content: stretch !important;
}
.bootstrap-scope .align-self-auto {
  align-self: auto !important;
}
.bootstrap-scope .align-self-start {
  align-self: flex-start !important;
}
.bootstrap-scope .align-self-end {
  align-self: flex-end !important;
}
.bootstrap-scope .align-self-center {
  align-self: center !important;
}
.bootstrap-scope .align-self-baseline {
  align-self: baseline !important;
}
.bootstrap-scope .align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .bootstrap-scope .flex-sm-row {
    flex-direction: row !important;
  }
  .bootstrap-scope .flex-sm-column {
    flex-direction: column !important;
  }
  .bootstrap-scope .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bootstrap-scope .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bootstrap-scope .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .bootstrap-scope .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .bootstrap-scope .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .bootstrap-scope .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .bootstrap-scope .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .bootstrap-scope .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .bootstrap-scope .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .bootstrap-scope .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .bootstrap-scope .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .bootstrap-scope .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .bootstrap-scope .justify-content-sm-center {
    justify-content: center !important;
  }
  .bootstrap-scope .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .bootstrap-scope .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .bootstrap-scope .align-items-sm-start {
    align-items: flex-start !important;
  }
  .bootstrap-scope .align-items-sm-end {
    align-items: flex-end !important;
  }
  .bootstrap-scope .align-items-sm-center {
    align-items: center !important;
  }
  .bootstrap-scope .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .bootstrap-scope .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .bootstrap-scope .align-content-sm-start {
    align-content: flex-start !important;
  }
  .bootstrap-scope .align-content-sm-end {
    align-content: flex-end !important;
  }
  .bootstrap-scope .align-content-sm-center {
    align-content: center !important;
  }
  .bootstrap-scope .align-content-sm-between {
    align-content: space-between !important;
  }
  .bootstrap-scope .align-content-sm-around {
    align-content: space-around !important;
  }
  .bootstrap-scope .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .bootstrap-scope .align-self-sm-auto {
    align-self: auto !important;
  }
  .bootstrap-scope .align-self-sm-start {
    align-self: flex-start !important;
  }
  .bootstrap-scope .align-self-sm-end {
    align-self: flex-end !important;
  }
  .bootstrap-scope .align-self-sm-center {
    align-self: center !important;
  }
  .bootstrap-scope .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .bootstrap-scope .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .bootstrap-scope .flex-md-row {
    flex-direction: row !important;
  }
  .bootstrap-scope .flex-md-column {
    flex-direction: column !important;
  }
  .bootstrap-scope .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bootstrap-scope .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bootstrap-scope .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .bootstrap-scope .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .bootstrap-scope .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .bootstrap-scope .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .bootstrap-scope .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .bootstrap-scope .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .bootstrap-scope .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .bootstrap-scope .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .bootstrap-scope .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .bootstrap-scope .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .bootstrap-scope .justify-content-md-center {
    justify-content: center !important;
  }
  .bootstrap-scope .justify-content-md-between {
    justify-content: space-between !important;
  }
  .bootstrap-scope .justify-content-md-around {
    justify-content: space-around !important;
  }
  .bootstrap-scope .align-items-md-start {
    align-items: flex-start !important;
  }
  .bootstrap-scope .align-items-md-end {
    align-items: flex-end !important;
  }
  .bootstrap-scope .align-items-md-center {
    align-items: center !important;
  }
  .bootstrap-scope .align-items-md-baseline {
    align-items: baseline !important;
  }
  .bootstrap-scope .align-items-md-stretch {
    align-items: stretch !important;
  }
  .bootstrap-scope .align-content-md-start {
    align-content: flex-start !important;
  }
  .bootstrap-scope .align-content-md-end {
    align-content: flex-end !important;
  }
  .bootstrap-scope .align-content-md-center {
    align-content: center !important;
  }
  .bootstrap-scope .align-content-md-between {
    align-content: space-between !important;
  }
  .bootstrap-scope .align-content-md-around {
    align-content: space-around !important;
  }
  .bootstrap-scope .align-content-md-stretch {
    align-content: stretch !important;
  }
  .bootstrap-scope .align-self-md-auto {
    align-self: auto !important;
  }
  .bootstrap-scope .align-self-md-start {
    align-self: flex-start !important;
  }
  .bootstrap-scope .align-self-md-end {
    align-self: flex-end !important;
  }
  .bootstrap-scope .align-self-md-center {
    align-self: center !important;
  }
  .bootstrap-scope .align-self-md-baseline {
    align-self: baseline !important;
  }
  .bootstrap-scope .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .bootstrap-scope .flex-lg-row {
    flex-direction: row !important;
  }
  .bootstrap-scope .flex-lg-column {
    flex-direction: column !important;
  }
  .bootstrap-scope .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bootstrap-scope .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bootstrap-scope .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .bootstrap-scope .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .bootstrap-scope .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .bootstrap-scope .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .bootstrap-scope .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .bootstrap-scope .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .bootstrap-scope .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .bootstrap-scope .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .bootstrap-scope .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .bootstrap-scope .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .bootstrap-scope .justify-content-lg-center {
    justify-content: center !important;
  }
  .bootstrap-scope .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .bootstrap-scope .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .bootstrap-scope .align-items-lg-start {
    align-items: flex-start !important;
  }
  .bootstrap-scope .align-items-lg-end {
    align-items: flex-end !important;
  }
  .bootstrap-scope .align-items-lg-center {
    align-items: center !important;
  }
  .bootstrap-scope .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .bootstrap-scope .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .bootstrap-scope .align-content-lg-start {
    align-content: flex-start !important;
  }
  .bootstrap-scope .align-content-lg-end {
    align-content: flex-end !important;
  }
  .bootstrap-scope .align-content-lg-center {
    align-content: center !important;
  }
  .bootstrap-scope .align-content-lg-between {
    align-content: space-between !important;
  }
  .bootstrap-scope .align-content-lg-around {
    align-content: space-around !important;
  }
  .bootstrap-scope .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .bootstrap-scope .align-self-lg-auto {
    align-self: auto !important;
  }
  .bootstrap-scope .align-self-lg-start {
    align-self: flex-start !important;
  }
  .bootstrap-scope .align-self-lg-end {
    align-self: flex-end !important;
  }
  .bootstrap-scope .align-self-lg-center {
    align-self: center !important;
  }
  .bootstrap-scope .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .bootstrap-scope .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap-scope .flex-xl-row {
    flex-direction: row !important;
  }
  .bootstrap-scope .flex-xl-column {
    flex-direction: column !important;
  }
  .bootstrap-scope .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bootstrap-scope .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bootstrap-scope .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .bootstrap-scope .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .bootstrap-scope .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .bootstrap-scope .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .bootstrap-scope .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .bootstrap-scope .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .bootstrap-scope .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .bootstrap-scope .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .bootstrap-scope .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .bootstrap-scope .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .bootstrap-scope .justify-content-xl-center {
    justify-content: center !important;
  }
  .bootstrap-scope .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .bootstrap-scope .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .bootstrap-scope .align-items-xl-start {
    align-items: flex-start !important;
  }
  .bootstrap-scope .align-items-xl-end {
    align-items: flex-end !important;
  }
  .bootstrap-scope .align-items-xl-center {
    align-items: center !important;
  }
  .bootstrap-scope .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .bootstrap-scope .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .bootstrap-scope .align-content-xl-start {
    align-content: flex-start !important;
  }
  .bootstrap-scope .align-content-xl-end {
    align-content: flex-end !important;
  }
  .bootstrap-scope .align-content-xl-center {
    align-content: center !important;
  }
  .bootstrap-scope .align-content-xl-between {
    align-content: space-between !important;
  }
  .bootstrap-scope .align-content-xl-around {
    align-content: space-around !important;
  }
  .bootstrap-scope .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .bootstrap-scope .align-self-xl-auto {
    align-self: auto !important;
  }
  .bootstrap-scope .align-self-xl-start {
    align-self: flex-start !important;
  }
  .bootstrap-scope .align-self-xl-end {
    align-self: flex-end !important;
  }
  .bootstrap-scope .align-self-xl-center {
    align-self: center !important;
  }
  .bootstrap-scope .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .bootstrap-scope .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.bootstrap-scope .float-left {
  float: left !important;
}
.bootstrap-scope .float-right {
  float: right !important;
}
.bootstrap-scope .float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .bootstrap-scope .float-sm-left {
    float: left !important;
  }
  .bootstrap-scope .float-sm-right {
    float: right !important;
  }
  .bootstrap-scope .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .bootstrap-scope .float-md-left {
    float: left !important;
  }
  .bootstrap-scope .float-md-right {
    float: right !important;
  }
  .bootstrap-scope .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .bootstrap-scope .float-lg-left {
    float: left !important;
  }
  .bootstrap-scope .float-lg-right {
    float: right !important;
  }
  .bootstrap-scope .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap-scope .float-xl-left {
    float: left !important;
  }
  .bootstrap-scope .float-xl-right {
    float: right !important;
  }
  .bootstrap-scope .float-xl-none {
    float: none !important;
  }
}
.bootstrap-scope .overflow-auto {
  overflow: auto !important;
}
.bootstrap-scope .overflow-hidden {
  overflow: hidden !important;
}
.bootstrap-scope .position-static {
  position: static !important;
}
.bootstrap-scope .position-relative {
  position: relative !important;
}
.bootstrap-scope .position-absolute {
  position: absolute !important;
}
.bootstrap-scope .position-fixed {
  position: fixed !important;
}
.bootstrap-scope .position-sticky {
  position: sticky !important;
}
.bootstrap-scope .fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.bootstrap-scope .fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: sticky) {
  .bootstrap-scope .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.bootstrap-scope .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.bootstrap-scope .sr-only-focusable:active, .bootstrap-scope .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.bootstrap-scope .shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.bootstrap-scope .shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.bootstrap-scope .shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.bootstrap-scope .shadow-none {
  box-shadow: none !important;
}
.bootstrap-scope .w-25 {
  width: 25% !important;
}
.bootstrap-scope .w-50 {
  width: 50% !important;
}
.bootstrap-scope .w-75 {
  width: 75% !important;
}
.bootstrap-scope .w-100 {
  width: 100% !important;
}
.bootstrap-scope .w-auto {
  width: auto !important;
}
.bootstrap-scope .h-25 {
  height: 25% !important;
}
.bootstrap-scope .h-50 {
  height: 50% !important;
}
.bootstrap-scope .h-75 {
  height: 75% !important;
}
.bootstrap-scope .h-100 {
  height: 100% !important;
}
.bootstrap-scope .h-auto {
  height: auto !important;
}
.bootstrap-scope .mw-100 {
  max-width: 100% !important;
}
.bootstrap-scope .mh-100 {
  max-height: 100% !important;
}
.bootstrap-scope .min-vw-100 {
  min-width: 100vw !important;
}
.bootstrap-scope .min-vh-100 {
  min-height: 100vh !important;
}
.bootstrap-scope .vw-100 {
  width: 100vw !important;
}
.bootstrap-scope .vh-100 {
  height: 100vh !important;
}
.bootstrap-scope .stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.bootstrap-scope .m-0 {
  margin: 0 !important;
}
.bootstrap-scope .mt-0,
.bootstrap-scope .my-0 {
  margin-top: 0 !important;
}
.bootstrap-scope .mr-0,
.bootstrap-scope .mx-0 {
  margin-right: 0 !important;
}
.bootstrap-scope .mb-0,
.bootstrap-scope .my-0 {
  margin-bottom: 0 !important;
}
.bootstrap-scope .ml-0,
.bootstrap-scope .mx-0 {
  margin-left: 0 !important;
}
.bootstrap-scope .m-1 {
  margin: 0.25rem !important;
}
.bootstrap-scope .mt-1,
.bootstrap-scope .my-1 {
  margin-top: 0.25rem !important;
}
.bootstrap-scope .mr-1,
.bootstrap-scope .mx-1 {
  margin-right: 0.25rem !important;
}
.bootstrap-scope .mb-1,
.bootstrap-scope .my-1 {
  margin-bottom: 0.25rem !important;
}
.bootstrap-scope .ml-1,
.bootstrap-scope .mx-1 {
  margin-left: 0.25rem !important;
}
.bootstrap-scope .m-2 {
  margin: 0.5rem !important;
}
.bootstrap-scope .mt-2,
.bootstrap-scope .my-2 {
  margin-top: 0.5rem !important;
}
.bootstrap-scope .mr-2,
.bootstrap-scope .mx-2 {
  margin-right: 0.5rem !important;
}
.bootstrap-scope .mb-2,
.bootstrap-scope .my-2 {
  margin-bottom: 0.5rem !important;
}
.bootstrap-scope .ml-2,
.bootstrap-scope .mx-2 {
  margin-left: 0.5rem !important;
}
.bootstrap-scope .m-3 {
  margin: 1rem !important;
}
.bootstrap-scope .mt-3,
.bootstrap-scope .my-3 {
  margin-top: 1rem !important;
}
.bootstrap-scope .mr-3,
.bootstrap-scope .mx-3 {
  margin-right: 1rem !important;
}
.bootstrap-scope .mb-3,
.bootstrap-scope .my-3 {
  margin-bottom: 1rem !important;
}
.bootstrap-scope .ml-3,
.bootstrap-scope .mx-3 {
  margin-left: 1rem !important;
}
.bootstrap-scope .m-4 {
  margin: 1.5rem !important;
}
.bootstrap-scope .mt-4,
.bootstrap-scope .my-4 {
  margin-top: 1.5rem !important;
}
.bootstrap-scope .mr-4,
.bootstrap-scope .mx-4 {
  margin-right: 1.5rem !important;
}
.bootstrap-scope .mb-4,
.bootstrap-scope .my-4 {
  margin-bottom: 1.5rem !important;
}
.bootstrap-scope .ml-4,
.bootstrap-scope .mx-4 {
  margin-left: 1.5rem !important;
}
.bootstrap-scope .m-5 {
  margin: 3rem !important;
}
.bootstrap-scope .mt-5,
.bootstrap-scope .my-5 {
  margin-top: 3rem !important;
}
.bootstrap-scope .mr-5,
.bootstrap-scope .mx-5 {
  margin-right: 3rem !important;
}
.bootstrap-scope .mb-5,
.bootstrap-scope .my-5 {
  margin-bottom: 3rem !important;
}
.bootstrap-scope .ml-5,
.bootstrap-scope .mx-5 {
  margin-left: 3rem !important;
}
.bootstrap-scope .p-0 {
  padding: 0 !important;
}
.bootstrap-scope .pt-0,
.bootstrap-scope .py-0 {
  padding-top: 0 !important;
}
.bootstrap-scope .pr-0,
.bootstrap-scope .px-0 {
  padding-right: 0 !important;
}
.bootstrap-scope .pb-0,
.bootstrap-scope .py-0 {
  padding-bottom: 0 !important;
}
.bootstrap-scope .pl-0,
.bootstrap-scope .px-0 {
  padding-left: 0 !important;
}
.bootstrap-scope .p-1 {
  padding: 0.25rem !important;
}
.bootstrap-scope .pt-1,
.bootstrap-scope .py-1 {
  padding-top: 0.25rem !important;
}
.bootstrap-scope .pr-1,
.bootstrap-scope .px-1 {
  padding-right: 0.25rem !important;
}
.bootstrap-scope .pb-1,
.bootstrap-scope .py-1 {
  padding-bottom: 0.25rem !important;
}
.bootstrap-scope .pl-1,
.bootstrap-scope .px-1 {
  padding-left: 0.25rem !important;
}
.bootstrap-scope .p-2 {
  padding: 0.5rem !important;
}
.bootstrap-scope .pt-2,
.bootstrap-scope .py-2 {
  padding-top: 0.5rem !important;
}
.bootstrap-scope .pr-2,
.bootstrap-scope .px-2 {
  padding-right: 0.5rem !important;
}
.bootstrap-scope .pb-2,
.bootstrap-scope .py-2 {
  padding-bottom: 0.5rem !important;
}
.bootstrap-scope .pl-2,
.bootstrap-scope .px-2 {
  padding-left: 0.5rem !important;
}
.bootstrap-scope .p-3 {
  padding: 1rem !important;
}
.bootstrap-scope .pt-3,
.bootstrap-scope .py-3 {
  padding-top: 1rem !important;
}
.bootstrap-scope .pr-3,
.bootstrap-scope .px-3 {
  padding-right: 1rem !important;
}
.bootstrap-scope .pb-3,
.bootstrap-scope .py-3 {
  padding-bottom: 1rem !important;
}
.bootstrap-scope .pl-3,
.bootstrap-scope .px-3 {
  padding-left: 1rem !important;
}
.bootstrap-scope .p-4 {
  padding: 1.5rem !important;
}
.bootstrap-scope .pt-4,
.bootstrap-scope .py-4 {
  padding-top: 1.5rem !important;
}
.bootstrap-scope .pr-4,
.bootstrap-scope .px-4 {
  padding-right: 1.5rem !important;
}
.bootstrap-scope .pb-4,
.bootstrap-scope .py-4 {
  padding-bottom: 1.5rem !important;
}
.bootstrap-scope .pl-4,
.bootstrap-scope .px-4 {
  padding-left: 1.5rem !important;
}
.bootstrap-scope .p-5 {
  padding: 3rem !important;
}
.bootstrap-scope .pt-5,
.bootstrap-scope .py-5 {
  padding-top: 3rem !important;
}
.bootstrap-scope .pr-5,
.bootstrap-scope .px-5 {
  padding-right: 3rem !important;
}
.bootstrap-scope .pb-5,
.bootstrap-scope .py-5 {
  padding-bottom: 3rem !important;
}
.bootstrap-scope .pl-5,
.bootstrap-scope .px-5 {
  padding-left: 3rem !important;
}
.bootstrap-scope .m-n1 {
  margin: -0.25rem !important;
}
.bootstrap-scope .mt-n1,
.bootstrap-scope .my-n1 {
  margin-top: -0.25rem !important;
}
.bootstrap-scope .mr-n1,
.bootstrap-scope .mx-n1 {
  margin-right: -0.25rem !important;
}
.bootstrap-scope .mb-n1,
.bootstrap-scope .my-n1 {
  margin-bottom: -0.25rem !important;
}
.bootstrap-scope .ml-n1,
.bootstrap-scope .mx-n1 {
  margin-left: -0.25rem !important;
}
.bootstrap-scope .m-n2 {
  margin: -0.5rem !important;
}
.bootstrap-scope .mt-n2,
.bootstrap-scope .my-n2 {
  margin-top: -0.5rem !important;
}
.bootstrap-scope .mr-n2,
.bootstrap-scope .mx-n2 {
  margin-right: -0.5rem !important;
}
.bootstrap-scope .mb-n2,
.bootstrap-scope .my-n2 {
  margin-bottom: -0.5rem !important;
}
.bootstrap-scope .ml-n2,
.bootstrap-scope .mx-n2 {
  margin-left: -0.5rem !important;
}
.bootstrap-scope .m-n3 {
  margin: -1rem !important;
}
.bootstrap-scope .mt-n3,
.bootstrap-scope .my-n3 {
  margin-top: -1rem !important;
}
.bootstrap-scope .mr-n3,
.bootstrap-scope .mx-n3 {
  margin-right: -1rem !important;
}
.bootstrap-scope .mb-n3,
.bootstrap-scope .my-n3 {
  margin-bottom: -1rem !important;
}
.bootstrap-scope .ml-n3,
.bootstrap-scope .mx-n3 {
  margin-left: -1rem !important;
}
.bootstrap-scope .m-n4 {
  margin: -1.5rem !important;
}
.bootstrap-scope .mt-n4,
.bootstrap-scope .my-n4 {
  margin-top: -1.5rem !important;
}
.bootstrap-scope .mr-n4,
.bootstrap-scope .mx-n4 {
  margin-right: -1.5rem !important;
}
.bootstrap-scope .mb-n4,
.bootstrap-scope .my-n4 {
  margin-bottom: -1.5rem !important;
}
.bootstrap-scope .ml-n4,
.bootstrap-scope .mx-n4 {
  margin-left: -1.5rem !important;
}
.bootstrap-scope .m-n5 {
  margin: -3rem !important;
}
.bootstrap-scope .mt-n5,
.bootstrap-scope .my-n5 {
  margin-top: -3rem !important;
}
.bootstrap-scope .mr-n5,
.bootstrap-scope .mx-n5 {
  margin-right: -3rem !important;
}
.bootstrap-scope .mb-n5,
.bootstrap-scope .my-n5 {
  margin-bottom: -3rem !important;
}
.bootstrap-scope .ml-n5,
.bootstrap-scope .mx-n5 {
  margin-left: -3rem !important;
}
.bootstrap-scope .m-auto {
  margin: auto !important;
}
.bootstrap-scope .mt-auto,
.bootstrap-scope .my-auto {
  margin-top: auto !important;
}
.bootstrap-scope .mr-auto,
.bootstrap-scope .mx-auto {
  margin-right: auto !important;
}
.bootstrap-scope .mb-auto,
.bootstrap-scope .my-auto {
  margin-bottom: auto !important;
}
.bootstrap-scope .ml-auto,
.bootstrap-scope .mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .bootstrap-scope .m-sm-0 {
    margin: 0 !important;
  }
  .bootstrap-scope .mt-sm-0,
  .bootstrap-scope .my-sm-0 {
    margin-top: 0 !important;
  }
  .bootstrap-scope .mr-sm-0,
  .bootstrap-scope .mx-sm-0 {
    margin-right: 0 !important;
  }
  .bootstrap-scope .mb-sm-0,
  .bootstrap-scope .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .bootstrap-scope .ml-sm-0,
  .bootstrap-scope .mx-sm-0 {
    margin-left: 0 !important;
  }
  .bootstrap-scope .m-sm-1 {
    margin: 0.25rem !important;
  }
  .bootstrap-scope .mt-sm-1,
  .bootstrap-scope .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .bootstrap-scope .mr-sm-1,
  .bootstrap-scope .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .bootstrap-scope .mb-sm-1,
  .bootstrap-scope .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .bootstrap-scope .ml-sm-1,
  .bootstrap-scope .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .bootstrap-scope .m-sm-2 {
    margin: 0.5rem !important;
  }
  .bootstrap-scope .mt-sm-2,
  .bootstrap-scope .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .bootstrap-scope .mr-sm-2,
  .bootstrap-scope .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .bootstrap-scope .mb-sm-2,
  .bootstrap-scope .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .bootstrap-scope .ml-sm-2,
  .bootstrap-scope .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .bootstrap-scope .m-sm-3 {
    margin: 1rem !important;
  }
  .bootstrap-scope .mt-sm-3,
  .bootstrap-scope .my-sm-3 {
    margin-top: 1rem !important;
  }
  .bootstrap-scope .mr-sm-3,
  .bootstrap-scope .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .bootstrap-scope .mb-sm-3,
  .bootstrap-scope .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .bootstrap-scope .ml-sm-3,
  .bootstrap-scope .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .bootstrap-scope .m-sm-4 {
    margin: 1.5rem !important;
  }
  .bootstrap-scope .mt-sm-4,
  .bootstrap-scope .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .bootstrap-scope .mr-sm-4,
  .bootstrap-scope .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .bootstrap-scope .mb-sm-4,
  .bootstrap-scope .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .bootstrap-scope .ml-sm-4,
  .bootstrap-scope .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .bootstrap-scope .m-sm-5 {
    margin: 3rem !important;
  }
  .bootstrap-scope .mt-sm-5,
  .bootstrap-scope .my-sm-5 {
    margin-top: 3rem !important;
  }
  .bootstrap-scope .mr-sm-5,
  .bootstrap-scope .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .bootstrap-scope .mb-sm-5,
  .bootstrap-scope .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .bootstrap-scope .ml-sm-5,
  .bootstrap-scope .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .bootstrap-scope .p-sm-0 {
    padding: 0 !important;
  }
  .bootstrap-scope .pt-sm-0,
  .bootstrap-scope .py-sm-0 {
    padding-top: 0 !important;
  }
  .bootstrap-scope .pr-sm-0,
  .bootstrap-scope .px-sm-0 {
    padding-right: 0 !important;
  }
  .bootstrap-scope .pb-sm-0,
  .bootstrap-scope .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .bootstrap-scope .pl-sm-0,
  .bootstrap-scope .px-sm-0 {
    padding-left: 0 !important;
  }
  .bootstrap-scope .p-sm-1 {
    padding: 0.25rem !important;
  }
  .bootstrap-scope .pt-sm-1,
  .bootstrap-scope .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .bootstrap-scope .pr-sm-1,
  .bootstrap-scope .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .bootstrap-scope .pb-sm-1,
  .bootstrap-scope .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .bootstrap-scope .pl-sm-1,
  .bootstrap-scope .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .bootstrap-scope .p-sm-2 {
    padding: 0.5rem !important;
  }
  .bootstrap-scope .pt-sm-2,
  .bootstrap-scope .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .bootstrap-scope .pr-sm-2,
  .bootstrap-scope .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .bootstrap-scope .pb-sm-2,
  .bootstrap-scope .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .bootstrap-scope .pl-sm-2,
  .bootstrap-scope .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .bootstrap-scope .p-sm-3 {
    padding: 1rem !important;
  }
  .bootstrap-scope .pt-sm-3,
  .bootstrap-scope .py-sm-3 {
    padding-top: 1rem !important;
  }
  .bootstrap-scope .pr-sm-3,
  .bootstrap-scope .px-sm-3 {
    padding-right: 1rem !important;
  }
  .bootstrap-scope .pb-sm-3,
  .bootstrap-scope .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .bootstrap-scope .pl-sm-3,
  .bootstrap-scope .px-sm-3 {
    padding-left: 1rem !important;
  }
  .bootstrap-scope .p-sm-4 {
    padding: 1.5rem !important;
  }
  .bootstrap-scope .pt-sm-4,
  .bootstrap-scope .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .bootstrap-scope .pr-sm-4,
  .bootstrap-scope .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .bootstrap-scope .pb-sm-4,
  .bootstrap-scope .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .bootstrap-scope .pl-sm-4,
  .bootstrap-scope .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .bootstrap-scope .p-sm-5 {
    padding: 3rem !important;
  }
  .bootstrap-scope .pt-sm-5,
  .bootstrap-scope .py-sm-5 {
    padding-top: 3rem !important;
  }
  .bootstrap-scope .pr-sm-5,
  .bootstrap-scope .px-sm-5 {
    padding-right: 3rem !important;
  }
  .bootstrap-scope .pb-sm-5,
  .bootstrap-scope .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .bootstrap-scope .pl-sm-5,
  .bootstrap-scope .px-sm-5 {
    padding-left: 3rem !important;
  }
  .bootstrap-scope .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .bootstrap-scope .mt-sm-n1,
  .bootstrap-scope .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .bootstrap-scope .mr-sm-n1,
  .bootstrap-scope .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .bootstrap-scope .mb-sm-n1,
  .bootstrap-scope .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .bootstrap-scope .ml-sm-n1,
  .bootstrap-scope .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .bootstrap-scope .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .bootstrap-scope .mt-sm-n2,
  .bootstrap-scope .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .bootstrap-scope .mr-sm-n2,
  .bootstrap-scope .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .bootstrap-scope .mb-sm-n2,
  .bootstrap-scope .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .bootstrap-scope .ml-sm-n2,
  .bootstrap-scope .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .bootstrap-scope .m-sm-n3 {
    margin: -1rem !important;
  }
  .bootstrap-scope .mt-sm-n3,
  .bootstrap-scope .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .bootstrap-scope .mr-sm-n3,
  .bootstrap-scope .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .bootstrap-scope .mb-sm-n3,
  .bootstrap-scope .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .bootstrap-scope .ml-sm-n3,
  .bootstrap-scope .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .bootstrap-scope .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .bootstrap-scope .mt-sm-n4,
  .bootstrap-scope .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .bootstrap-scope .mr-sm-n4,
  .bootstrap-scope .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .bootstrap-scope .mb-sm-n4,
  .bootstrap-scope .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .bootstrap-scope .ml-sm-n4,
  .bootstrap-scope .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .bootstrap-scope .m-sm-n5 {
    margin: -3rem !important;
  }
  .bootstrap-scope .mt-sm-n5,
  .bootstrap-scope .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .bootstrap-scope .mr-sm-n5,
  .bootstrap-scope .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .bootstrap-scope .mb-sm-n5,
  .bootstrap-scope .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .bootstrap-scope .ml-sm-n5,
  .bootstrap-scope .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .bootstrap-scope .m-sm-auto {
    margin: auto !important;
  }
  .bootstrap-scope .mt-sm-auto,
  .bootstrap-scope .my-sm-auto {
    margin-top: auto !important;
  }
  .bootstrap-scope .mr-sm-auto,
  .bootstrap-scope .mx-sm-auto {
    margin-right: auto !important;
  }
  .bootstrap-scope .mb-sm-auto,
  .bootstrap-scope .my-sm-auto {
    margin-bottom: auto !important;
  }
  .bootstrap-scope .ml-sm-auto,
  .bootstrap-scope .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .bootstrap-scope .m-md-0 {
    margin: 0 !important;
  }
  .bootstrap-scope .mt-md-0,
  .bootstrap-scope .my-md-0 {
    margin-top: 0 !important;
  }
  .bootstrap-scope .mr-md-0,
  .bootstrap-scope .mx-md-0 {
    margin-right: 0 !important;
  }
  .bootstrap-scope .mb-md-0,
  .bootstrap-scope .my-md-0 {
    margin-bottom: 0 !important;
  }
  .bootstrap-scope .ml-md-0,
  .bootstrap-scope .mx-md-0 {
    margin-left: 0 !important;
  }
  .bootstrap-scope .m-md-1 {
    margin: 0.25rem !important;
  }
  .bootstrap-scope .mt-md-1,
  .bootstrap-scope .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .bootstrap-scope .mr-md-1,
  .bootstrap-scope .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .bootstrap-scope .mb-md-1,
  .bootstrap-scope .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .bootstrap-scope .ml-md-1,
  .bootstrap-scope .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .bootstrap-scope .m-md-2 {
    margin: 0.5rem !important;
  }
  .bootstrap-scope .mt-md-2,
  .bootstrap-scope .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .bootstrap-scope .mr-md-2,
  .bootstrap-scope .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .bootstrap-scope .mb-md-2,
  .bootstrap-scope .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .bootstrap-scope .ml-md-2,
  .bootstrap-scope .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .bootstrap-scope .m-md-3 {
    margin: 1rem !important;
  }
  .bootstrap-scope .mt-md-3,
  .bootstrap-scope .my-md-3 {
    margin-top: 1rem !important;
  }
  .bootstrap-scope .mr-md-3,
  .bootstrap-scope .mx-md-3 {
    margin-right: 1rem !important;
  }
  .bootstrap-scope .mb-md-3,
  .bootstrap-scope .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .bootstrap-scope .ml-md-3,
  .bootstrap-scope .mx-md-3 {
    margin-left: 1rem !important;
  }
  .bootstrap-scope .m-md-4 {
    margin: 1.5rem !important;
  }
  .bootstrap-scope .mt-md-4,
  .bootstrap-scope .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .bootstrap-scope .mr-md-4,
  .bootstrap-scope .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .bootstrap-scope .mb-md-4,
  .bootstrap-scope .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .bootstrap-scope .ml-md-4,
  .bootstrap-scope .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .bootstrap-scope .m-md-5 {
    margin: 3rem !important;
  }
  .bootstrap-scope .mt-md-5,
  .bootstrap-scope .my-md-5 {
    margin-top: 3rem !important;
  }
  .bootstrap-scope .mr-md-5,
  .bootstrap-scope .mx-md-5 {
    margin-right: 3rem !important;
  }
  .bootstrap-scope .mb-md-5,
  .bootstrap-scope .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .bootstrap-scope .ml-md-5,
  .bootstrap-scope .mx-md-5 {
    margin-left: 3rem !important;
  }
  .bootstrap-scope .p-md-0 {
    padding: 0 !important;
  }
  .bootstrap-scope .pt-md-0,
  .bootstrap-scope .py-md-0 {
    padding-top: 0 !important;
  }
  .bootstrap-scope .pr-md-0,
  .bootstrap-scope .px-md-0 {
    padding-right: 0 !important;
  }
  .bootstrap-scope .pb-md-0,
  .bootstrap-scope .py-md-0 {
    padding-bottom: 0 !important;
  }
  .bootstrap-scope .pl-md-0,
  .bootstrap-scope .px-md-0 {
    padding-left: 0 !important;
  }
  .bootstrap-scope .p-md-1 {
    padding: 0.25rem !important;
  }
  .bootstrap-scope .pt-md-1,
  .bootstrap-scope .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .bootstrap-scope .pr-md-1,
  .bootstrap-scope .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .bootstrap-scope .pb-md-1,
  .bootstrap-scope .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .bootstrap-scope .pl-md-1,
  .bootstrap-scope .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .bootstrap-scope .p-md-2 {
    padding: 0.5rem !important;
  }
  .bootstrap-scope .pt-md-2,
  .bootstrap-scope .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .bootstrap-scope .pr-md-2,
  .bootstrap-scope .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .bootstrap-scope .pb-md-2,
  .bootstrap-scope .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .bootstrap-scope .pl-md-2,
  .bootstrap-scope .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .bootstrap-scope .p-md-3 {
    padding: 1rem !important;
  }
  .bootstrap-scope .pt-md-3,
  .bootstrap-scope .py-md-3 {
    padding-top: 1rem !important;
  }
  .bootstrap-scope .pr-md-3,
  .bootstrap-scope .px-md-3 {
    padding-right: 1rem !important;
  }
  .bootstrap-scope .pb-md-3,
  .bootstrap-scope .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .bootstrap-scope .pl-md-3,
  .bootstrap-scope .px-md-3 {
    padding-left: 1rem !important;
  }
  .bootstrap-scope .p-md-4 {
    padding: 1.5rem !important;
  }
  .bootstrap-scope .pt-md-4,
  .bootstrap-scope .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .bootstrap-scope .pr-md-4,
  .bootstrap-scope .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .bootstrap-scope .pb-md-4,
  .bootstrap-scope .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .bootstrap-scope .pl-md-4,
  .bootstrap-scope .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .bootstrap-scope .p-md-5 {
    padding: 3rem !important;
  }
  .bootstrap-scope .pt-md-5,
  .bootstrap-scope .py-md-5 {
    padding-top: 3rem !important;
  }
  .bootstrap-scope .pr-md-5,
  .bootstrap-scope .px-md-5 {
    padding-right: 3rem !important;
  }
  .bootstrap-scope .pb-md-5,
  .bootstrap-scope .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .bootstrap-scope .pl-md-5,
  .bootstrap-scope .px-md-5 {
    padding-left: 3rem !important;
  }
  .bootstrap-scope .m-md-n1 {
    margin: -0.25rem !important;
  }
  .bootstrap-scope .mt-md-n1,
  .bootstrap-scope .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .bootstrap-scope .mr-md-n1,
  .bootstrap-scope .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .bootstrap-scope .mb-md-n1,
  .bootstrap-scope .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .bootstrap-scope .ml-md-n1,
  .bootstrap-scope .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .bootstrap-scope .m-md-n2 {
    margin: -0.5rem !important;
  }
  .bootstrap-scope .mt-md-n2,
  .bootstrap-scope .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .bootstrap-scope .mr-md-n2,
  .bootstrap-scope .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .bootstrap-scope .mb-md-n2,
  .bootstrap-scope .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .bootstrap-scope .ml-md-n2,
  .bootstrap-scope .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .bootstrap-scope .m-md-n3 {
    margin: -1rem !important;
  }
  .bootstrap-scope .mt-md-n3,
  .bootstrap-scope .my-md-n3 {
    margin-top: -1rem !important;
  }
  .bootstrap-scope .mr-md-n3,
  .bootstrap-scope .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .bootstrap-scope .mb-md-n3,
  .bootstrap-scope .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .bootstrap-scope .ml-md-n3,
  .bootstrap-scope .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .bootstrap-scope .m-md-n4 {
    margin: -1.5rem !important;
  }
  .bootstrap-scope .mt-md-n4,
  .bootstrap-scope .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .bootstrap-scope .mr-md-n4,
  .bootstrap-scope .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .bootstrap-scope .mb-md-n4,
  .bootstrap-scope .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .bootstrap-scope .ml-md-n4,
  .bootstrap-scope .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .bootstrap-scope .m-md-n5 {
    margin: -3rem !important;
  }
  .bootstrap-scope .mt-md-n5,
  .bootstrap-scope .my-md-n5 {
    margin-top: -3rem !important;
  }
  .bootstrap-scope .mr-md-n5,
  .bootstrap-scope .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .bootstrap-scope .mb-md-n5,
  .bootstrap-scope .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .bootstrap-scope .ml-md-n5,
  .bootstrap-scope .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .bootstrap-scope .m-md-auto {
    margin: auto !important;
  }
  .bootstrap-scope .mt-md-auto,
  .bootstrap-scope .my-md-auto {
    margin-top: auto !important;
  }
  .bootstrap-scope .mr-md-auto,
  .bootstrap-scope .mx-md-auto {
    margin-right: auto !important;
  }
  .bootstrap-scope .mb-md-auto,
  .bootstrap-scope .my-md-auto {
    margin-bottom: auto !important;
  }
  .bootstrap-scope .ml-md-auto,
  .bootstrap-scope .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .bootstrap-scope .m-lg-0 {
    margin: 0 !important;
  }
  .bootstrap-scope .mt-lg-0,
  .bootstrap-scope .my-lg-0 {
    margin-top: 0 !important;
  }
  .bootstrap-scope .mr-lg-0,
  .bootstrap-scope .mx-lg-0 {
    margin-right: 0 !important;
  }
  .bootstrap-scope .mb-lg-0,
  .bootstrap-scope .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .bootstrap-scope .ml-lg-0,
  .bootstrap-scope .mx-lg-0 {
    margin-left: 0 !important;
  }
  .bootstrap-scope .m-lg-1 {
    margin: 0.25rem !important;
  }
  .bootstrap-scope .mt-lg-1,
  .bootstrap-scope .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .bootstrap-scope .mr-lg-1,
  .bootstrap-scope .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .bootstrap-scope .mb-lg-1,
  .bootstrap-scope .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .bootstrap-scope .ml-lg-1,
  .bootstrap-scope .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .bootstrap-scope .m-lg-2 {
    margin: 0.5rem !important;
  }
  .bootstrap-scope .mt-lg-2,
  .bootstrap-scope .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .bootstrap-scope .mr-lg-2,
  .bootstrap-scope .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .bootstrap-scope .mb-lg-2,
  .bootstrap-scope .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .bootstrap-scope .ml-lg-2,
  .bootstrap-scope .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .bootstrap-scope .m-lg-3 {
    margin: 1rem !important;
  }
  .bootstrap-scope .mt-lg-3,
  .bootstrap-scope .my-lg-3 {
    margin-top: 1rem !important;
  }
  .bootstrap-scope .mr-lg-3,
  .bootstrap-scope .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .bootstrap-scope .mb-lg-3,
  .bootstrap-scope .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .bootstrap-scope .ml-lg-3,
  .bootstrap-scope .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .bootstrap-scope .m-lg-4 {
    margin: 1.5rem !important;
  }
  .bootstrap-scope .mt-lg-4,
  .bootstrap-scope .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .bootstrap-scope .mr-lg-4,
  .bootstrap-scope .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .bootstrap-scope .mb-lg-4,
  .bootstrap-scope .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .bootstrap-scope .ml-lg-4,
  .bootstrap-scope .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .bootstrap-scope .m-lg-5 {
    margin: 3rem !important;
  }
  .bootstrap-scope .mt-lg-5,
  .bootstrap-scope .my-lg-5 {
    margin-top: 3rem !important;
  }
  .bootstrap-scope .mr-lg-5,
  .bootstrap-scope .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .bootstrap-scope .mb-lg-5,
  .bootstrap-scope .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .bootstrap-scope .ml-lg-5,
  .bootstrap-scope .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .bootstrap-scope .p-lg-0 {
    padding: 0 !important;
  }
  .bootstrap-scope .pt-lg-0,
  .bootstrap-scope .py-lg-0 {
    padding-top: 0 !important;
  }
  .bootstrap-scope .pr-lg-0,
  .bootstrap-scope .px-lg-0 {
    padding-right: 0 !important;
  }
  .bootstrap-scope .pb-lg-0,
  .bootstrap-scope .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .bootstrap-scope .pl-lg-0,
  .bootstrap-scope .px-lg-0 {
    padding-left: 0 !important;
  }
  .bootstrap-scope .p-lg-1 {
    padding: 0.25rem !important;
  }
  .bootstrap-scope .pt-lg-1,
  .bootstrap-scope .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .bootstrap-scope .pr-lg-1,
  .bootstrap-scope .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .bootstrap-scope .pb-lg-1,
  .bootstrap-scope .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .bootstrap-scope .pl-lg-1,
  .bootstrap-scope .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .bootstrap-scope .p-lg-2 {
    padding: 0.5rem !important;
  }
  .bootstrap-scope .pt-lg-2,
  .bootstrap-scope .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .bootstrap-scope .pr-lg-2,
  .bootstrap-scope .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .bootstrap-scope .pb-lg-2,
  .bootstrap-scope .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .bootstrap-scope .pl-lg-2,
  .bootstrap-scope .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .bootstrap-scope .p-lg-3 {
    padding: 1rem !important;
  }
  .bootstrap-scope .pt-lg-3,
  .bootstrap-scope .py-lg-3 {
    padding-top: 1rem !important;
  }
  .bootstrap-scope .pr-lg-3,
  .bootstrap-scope .px-lg-3 {
    padding-right: 1rem !important;
  }
  .bootstrap-scope .pb-lg-3,
  .bootstrap-scope .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .bootstrap-scope .pl-lg-3,
  .bootstrap-scope .px-lg-3 {
    padding-left: 1rem !important;
  }
  .bootstrap-scope .p-lg-4 {
    padding: 1.5rem !important;
  }
  .bootstrap-scope .pt-lg-4,
  .bootstrap-scope .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .bootstrap-scope .pr-lg-4,
  .bootstrap-scope .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .bootstrap-scope .pb-lg-4,
  .bootstrap-scope .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .bootstrap-scope .pl-lg-4,
  .bootstrap-scope .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .bootstrap-scope .p-lg-5 {
    padding: 3rem !important;
  }
  .bootstrap-scope .pt-lg-5,
  .bootstrap-scope .py-lg-5 {
    padding-top: 3rem !important;
  }
  .bootstrap-scope .pr-lg-5,
  .bootstrap-scope .px-lg-5 {
    padding-right: 3rem !important;
  }
  .bootstrap-scope .pb-lg-5,
  .bootstrap-scope .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .bootstrap-scope .pl-lg-5,
  .bootstrap-scope .px-lg-5 {
    padding-left: 3rem !important;
  }
  .bootstrap-scope .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .bootstrap-scope .mt-lg-n1,
  .bootstrap-scope .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .bootstrap-scope .mr-lg-n1,
  .bootstrap-scope .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .bootstrap-scope .mb-lg-n1,
  .bootstrap-scope .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .bootstrap-scope .ml-lg-n1,
  .bootstrap-scope .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .bootstrap-scope .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .bootstrap-scope .mt-lg-n2,
  .bootstrap-scope .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .bootstrap-scope .mr-lg-n2,
  .bootstrap-scope .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .bootstrap-scope .mb-lg-n2,
  .bootstrap-scope .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .bootstrap-scope .ml-lg-n2,
  .bootstrap-scope .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .bootstrap-scope .m-lg-n3 {
    margin: -1rem !important;
  }
  .bootstrap-scope .mt-lg-n3,
  .bootstrap-scope .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .bootstrap-scope .mr-lg-n3,
  .bootstrap-scope .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .bootstrap-scope .mb-lg-n3,
  .bootstrap-scope .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .bootstrap-scope .ml-lg-n3,
  .bootstrap-scope .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .bootstrap-scope .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .bootstrap-scope .mt-lg-n4,
  .bootstrap-scope .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .bootstrap-scope .mr-lg-n4,
  .bootstrap-scope .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .bootstrap-scope .mb-lg-n4,
  .bootstrap-scope .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .bootstrap-scope .ml-lg-n4,
  .bootstrap-scope .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .bootstrap-scope .m-lg-n5 {
    margin: -3rem !important;
  }
  .bootstrap-scope .mt-lg-n5,
  .bootstrap-scope .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .bootstrap-scope .mr-lg-n5,
  .bootstrap-scope .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .bootstrap-scope .mb-lg-n5,
  .bootstrap-scope .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .bootstrap-scope .ml-lg-n5,
  .bootstrap-scope .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .bootstrap-scope .m-lg-auto {
    margin: auto !important;
  }
  .bootstrap-scope .mt-lg-auto,
  .bootstrap-scope .my-lg-auto {
    margin-top: auto !important;
  }
  .bootstrap-scope .mr-lg-auto,
  .bootstrap-scope .mx-lg-auto {
    margin-right: auto !important;
  }
  .bootstrap-scope .mb-lg-auto,
  .bootstrap-scope .my-lg-auto {
    margin-bottom: auto !important;
  }
  .bootstrap-scope .ml-lg-auto,
  .bootstrap-scope .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap-scope .m-xl-0 {
    margin: 0 !important;
  }
  .bootstrap-scope .mt-xl-0,
  .bootstrap-scope .my-xl-0 {
    margin-top: 0 !important;
  }
  .bootstrap-scope .mr-xl-0,
  .bootstrap-scope .mx-xl-0 {
    margin-right: 0 !important;
  }
  .bootstrap-scope .mb-xl-0,
  .bootstrap-scope .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .bootstrap-scope .ml-xl-0,
  .bootstrap-scope .mx-xl-0 {
    margin-left: 0 !important;
  }
  .bootstrap-scope .m-xl-1 {
    margin: 0.25rem !important;
  }
  .bootstrap-scope .mt-xl-1,
  .bootstrap-scope .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .bootstrap-scope .mr-xl-1,
  .bootstrap-scope .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .bootstrap-scope .mb-xl-1,
  .bootstrap-scope .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .bootstrap-scope .ml-xl-1,
  .bootstrap-scope .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .bootstrap-scope .m-xl-2 {
    margin: 0.5rem !important;
  }
  .bootstrap-scope .mt-xl-2,
  .bootstrap-scope .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .bootstrap-scope .mr-xl-2,
  .bootstrap-scope .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .bootstrap-scope .mb-xl-2,
  .bootstrap-scope .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .bootstrap-scope .ml-xl-2,
  .bootstrap-scope .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .bootstrap-scope .m-xl-3 {
    margin: 1rem !important;
  }
  .bootstrap-scope .mt-xl-3,
  .bootstrap-scope .my-xl-3 {
    margin-top: 1rem !important;
  }
  .bootstrap-scope .mr-xl-3,
  .bootstrap-scope .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .bootstrap-scope .mb-xl-3,
  .bootstrap-scope .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .bootstrap-scope .ml-xl-3,
  .bootstrap-scope .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .bootstrap-scope .m-xl-4 {
    margin: 1.5rem !important;
  }
  .bootstrap-scope .mt-xl-4,
  .bootstrap-scope .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .bootstrap-scope .mr-xl-4,
  .bootstrap-scope .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .bootstrap-scope .mb-xl-4,
  .bootstrap-scope .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .bootstrap-scope .ml-xl-4,
  .bootstrap-scope .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .bootstrap-scope .m-xl-5 {
    margin: 3rem !important;
  }
  .bootstrap-scope .mt-xl-5,
  .bootstrap-scope .my-xl-5 {
    margin-top: 3rem !important;
  }
  .bootstrap-scope .mr-xl-5,
  .bootstrap-scope .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .bootstrap-scope .mb-xl-5,
  .bootstrap-scope .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .bootstrap-scope .ml-xl-5,
  .bootstrap-scope .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .bootstrap-scope .p-xl-0 {
    padding: 0 !important;
  }
  .bootstrap-scope .pt-xl-0,
  .bootstrap-scope .py-xl-0 {
    padding-top: 0 !important;
  }
  .bootstrap-scope .pr-xl-0,
  .bootstrap-scope .px-xl-0 {
    padding-right: 0 !important;
  }
  .bootstrap-scope .pb-xl-0,
  .bootstrap-scope .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .bootstrap-scope .pl-xl-0,
  .bootstrap-scope .px-xl-0 {
    padding-left: 0 !important;
  }
  .bootstrap-scope .p-xl-1 {
    padding: 0.25rem !important;
  }
  .bootstrap-scope .pt-xl-1,
  .bootstrap-scope .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .bootstrap-scope .pr-xl-1,
  .bootstrap-scope .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .bootstrap-scope .pb-xl-1,
  .bootstrap-scope .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .bootstrap-scope .pl-xl-1,
  .bootstrap-scope .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .bootstrap-scope .p-xl-2 {
    padding: 0.5rem !important;
  }
  .bootstrap-scope .pt-xl-2,
  .bootstrap-scope .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .bootstrap-scope .pr-xl-2,
  .bootstrap-scope .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .bootstrap-scope .pb-xl-2,
  .bootstrap-scope .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .bootstrap-scope .pl-xl-2,
  .bootstrap-scope .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .bootstrap-scope .p-xl-3 {
    padding: 1rem !important;
  }
  .bootstrap-scope .pt-xl-3,
  .bootstrap-scope .py-xl-3 {
    padding-top: 1rem !important;
  }
  .bootstrap-scope .pr-xl-3,
  .bootstrap-scope .px-xl-3 {
    padding-right: 1rem !important;
  }
  .bootstrap-scope .pb-xl-3,
  .bootstrap-scope .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .bootstrap-scope .pl-xl-3,
  .bootstrap-scope .px-xl-3 {
    padding-left: 1rem !important;
  }
  .bootstrap-scope .p-xl-4 {
    padding: 1.5rem !important;
  }
  .bootstrap-scope .pt-xl-4,
  .bootstrap-scope .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .bootstrap-scope .pr-xl-4,
  .bootstrap-scope .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .bootstrap-scope .pb-xl-4,
  .bootstrap-scope .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .bootstrap-scope .pl-xl-4,
  .bootstrap-scope .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .bootstrap-scope .p-xl-5 {
    padding: 3rem !important;
  }
  .bootstrap-scope .pt-xl-5,
  .bootstrap-scope .py-xl-5 {
    padding-top: 3rem !important;
  }
  .bootstrap-scope .pr-xl-5,
  .bootstrap-scope .px-xl-5 {
    padding-right: 3rem !important;
  }
  .bootstrap-scope .pb-xl-5,
  .bootstrap-scope .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .bootstrap-scope .pl-xl-5,
  .bootstrap-scope .px-xl-5 {
    padding-left: 3rem !important;
  }
  .bootstrap-scope .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .bootstrap-scope .mt-xl-n1,
  .bootstrap-scope .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .bootstrap-scope .mr-xl-n1,
  .bootstrap-scope .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .bootstrap-scope .mb-xl-n1,
  .bootstrap-scope .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .bootstrap-scope .ml-xl-n1,
  .bootstrap-scope .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .bootstrap-scope .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .bootstrap-scope .mt-xl-n2,
  .bootstrap-scope .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .bootstrap-scope .mr-xl-n2,
  .bootstrap-scope .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .bootstrap-scope .mb-xl-n2,
  .bootstrap-scope .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .bootstrap-scope .ml-xl-n2,
  .bootstrap-scope .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .bootstrap-scope .m-xl-n3 {
    margin: -1rem !important;
  }
  .bootstrap-scope .mt-xl-n3,
  .bootstrap-scope .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .bootstrap-scope .mr-xl-n3,
  .bootstrap-scope .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .bootstrap-scope .mb-xl-n3,
  .bootstrap-scope .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .bootstrap-scope .ml-xl-n3,
  .bootstrap-scope .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .bootstrap-scope .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .bootstrap-scope .mt-xl-n4,
  .bootstrap-scope .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .bootstrap-scope .mr-xl-n4,
  .bootstrap-scope .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .bootstrap-scope .mb-xl-n4,
  .bootstrap-scope .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .bootstrap-scope .ml-xl-n4,
  .bootstrap-scope .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .bootstrap-scope .m-xl-n5 {
    margin: -3rem !important;
  }
  .bootstrap-scope .mt-xl-n5,
  .bootstrap-scope .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .bootstrap-scope .mr-xl-n5,
  .bootstrap-scope .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .bootstrap-scope .mb-xl-n5,
  .bootstrap-scope .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .bootstrap-scope .ml-xl-n5,
  .bootstrap-scope .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .bootstrap-scope .m-xl-auto {
    margin: auto !important;
  }
  .bootstrap-scope .mt-xl-auto,
  .bootstrap-scope .my-xl-auto {
    margin-top: auto !important;
  }
  .bootstrap-scope .mr-xl-auto,
  .bootstrap-scope .mx-xl-auto {
    margin-right: auto !important;
  }
  .bootstrap-scope .mb-xl-auto,
  .bootstrap-scope .my-xl-auto {
    margin-bottom: auto !important;
  }
  .bootstrap-scope .ml-xl-auto,
  .bootstrap-scope .mx-xl-auto {
    margin-left: auto !important;
  }
}
.bootstrap-scope .text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.bootstrap-scope .text-justify {
  text-align: justify !important;
}
.bootstrap-scope .text-wrap {
  white-space: normal !important;
}
.bootstrap-scope .text-nowrap {
  white-space: nowrap !important;
}
.bootstrap-scope .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bootstrap-scope .text-left {
  text-align: left !important;
}
.bootstrap-scope .text-right {
  text-align: right !important;
}
.bootstrap-scope .text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .bootstrap-scope .text-sm-left {
    text-align: left !important;
  }
  .bootstrap-scope .text-sm-right {
    text-align: right !important;
  }
  .bootstrap-scope .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .bootstrap-scope .text-md-left {
    text-align: left !important;
  }
  .bootstrap-scope .text-md-right {
    text-align: right !important;
  }
  .bootstrap-scope .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .bootstrap-scope .text-lg-left {
    text-align: left !important;
  }
  .bootstrap-scope .text-lg-right {
    text-align: right !important;
  }
  .bootstrap-scope .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap-scope .text-xl-left {
    text-align: left !important;
  }
  .bootstrap-scope .text-xl-right {
    text-align: right !important;
  }
  .bootstrap-scope .text-xl-center {
    text-align: center !important;
  }
}
.bootstrap-scope .text-lowercase {
  text-transform: lowercase !important;
}
.bootstrap-scope .text-uppercase {
  text-transform: uppercase !important;
}
.bootstrap-scope .text-capitalize {
  text-transform: capitalize !important;
}
.bootstrap-scope .font-weight-light {
  font-weight: 300 !important;
}
.bootstrap-scope .font-weight-lighter {
  font-weight: lighter !important;
}
.bootstrap-scope .font-weight-normal {
  font-weight: 400 !important;
}
.bootstrap-scope .font-weight-bold {
  font-weight: 700 !important;
}
.bootstrap-scope .font-weight-bolder {
  font-weight: bolder !important;
}
.bootstrap-scope .font-italic {
  font-style: italic !important;
}
.bootstrap-scope .text-white {
  color: #fff !important;
}
.bootstrap-scope .text-primary {
  color: #007bff !important;
}
.bootstrap-scope a.text-primary:hover, .bootstrap-scope a.text-primary:focus {
  color: rgb(0, 86.1, 178.5) !important;
}
.bootstrap-scope .text-secondary {
  color: #6c757d !important;
}
.bootstrap-scope a.text-secondary:hover, .bootstrap-scope a.text-secondary:focus {
  color: rgb(72.5407725322, 78.5858369099, 83.9592274678) !important;
}
.bootstrap-scope .text-success {
  color: #28a745 !important;
}
.bootstrap-scope a.text-success:hover, .bootstrap-scope a.text-success:focus {
  color: rgb(25.2173913043, 105.2826086957, 43.5) !important;
}
.bootstrap-scope .text-info {
  color: #17a2b8 !important;
}
.bootstrap-scope a.text-info:hover, .bootstrap-scope a.text-info:focus {
  color: rgb(14.5, 102.1304347826, 116) !important;
}
.bootstrap-scope .text-warning {
  color: #ffc107 !important;
}
.bootstrap-scope a.text-warning:hover, .bootstrap-scope a.text-warning:focus {
  color: rgb(185.5, 139.125, 0) !important;
}
.bootstrap-scope .text-danger {
  color: #dc3545 !important;
}
.bootstrap-scope a.text-danger:hover, .bootstrap-scope a.text-danger:focus {
  color: rgb(167.4810126582, 29.0189873418, 42.2848101266) !important;
}
.bootstrap-scope .text-light {
  color: #f8f9fa !important;
}
.bootstrap-scope a.text-light:hover, .bootstrap-scope a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}
.bootstrap-scope .text-dark {
  color: #343a40 !important;
}
.bootstrap-scope a.text-dark:hover, .bootstrap-scope a.text-dark:focus {
  color: rgb(17.7068965517, 19.75, 21.7931034483) !important;
}
.bootstrap-scope .text-body {
  color: #212529 !important;
}
.bootstrap-scope .text-muted {
  color: #6c757d !important;
}
.bootstrap-scope .text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.bootstrap-scope .text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.bootstrap-scope .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.bootstrap-scope .text-decoration-none {
  text-decoration: none !important;
}
.bootstrap-scope .text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}
.bootstrap-scope .text-reset {
  color: inherit !important;
}
.bootstrap-scope .visible {
  visibility: visible !important;
}
.bootstrap-scope .invisible {
  visibility: hidden !important;
}
@media print {
  .bootstrap-scope *,
  .bootstrap-scope *::before,
  .bootstrap-scope *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  .bootstrap-scope a:not(.btn) {
    text-decoration: underline;
  }
  .bootstrap-scope abbr[title]::after {
    content: " (" attr(title) ")";
  }
  .bootstrap-scope pre {
    white-space: pre-wrap !important;
  }
  .bootstrap-scope pre,
  .bootstrap-scope blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  .bootstrap-scope thead {
    display: table-header-group;
  }
  .bootstrap-scope tr,
  .bootstrap-scope img {
    page-break-inside: avoid;
  }
  .bootstrap-scope p,
  .bootstrap-scope h2,
  .bootstrap-scope h3 {
    orphans: 3;
    widows: 3;
  }
  .bootstrap-scope h2,
  .bootstrap-scope h3 {
    page-break-after: avoid;
  }
  @page {
    .bootstrap-scope {
      size: a3;
    }
  }
  .bootstrap-scope body {
    min-width: 992px !important;
  }
  .bootstrap-scope .container {
    min-width: 992px !important;
  }
  .bootstrap-scope .navbar {
    display: none;
  }
  .bootstrap-scope .badge {
    border: 1px solid #000;
  }
  .bootstrap-scope .table {
    border-collapse: collapse !important;
  }
  .bootstrap-scope .table td,
  .bootstrap-scope .table th {
    background-color: #fff !important;
  }
  .bootstrap-scope .table-bordered th,
  .bootstrap-scope .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .bootstrap-scope .table-dark {
    color: inherit;
  }
  .bootstrap-scope .table-dark th,
  .bootstrap-scope .table-dark td,
  .bootstrap-scope .table-dark thead th,
  .bootstrap-scope .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .bootstrap-scope .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

.admin_images .index_grid a {
  text-decoration: none;
}
.admin_images div.headline {
  color: var(--kpxc-text-color, #2f3f4f);
  width: 19em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.admin_images div.created-at {
  color: grey;
}

.admin_videos .index_grid a {
  text-decoration: none;
}
.admin_videos div.video-title {
  color: var(--kpxc-text-color, #2f3f4f);
  width: 19em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.admin_videos div.created-at {
  color: grey;
}

/* Removing the colors for the moment, because they are misleading. */
/* It's totally alright to not have a Source mapped if that's the */
/* decision. "Signal colors" should only be used to signal that something */
/* is left undone. */
/* .unmapped .col-mapping_status { color: #e60000 } */
/* .indirect .col-mapping_status { color: #ff7800 } */
/* .direct .col-mapping_status { color: #4cbb17 } */
.status_tag.info {
  background-color: darkseagreen;
}
.status_tag.warn {
  background-color: coral;
}
.status_tag.error {
  background-color: lightcoral;
}

.flagged td {
  background-color: coral !important;
}

.prettyJSON.valid {
  background-color: darkseagreen;
}

.prettyJSON.invalid {
  background-color: lightcoral;
}

/* Documents#Show */
.row-location li {
  list-style: disc;
}

.deleted-row {
  text-decoration: line-through !important;
  opacity: 0.5 !important;
}

.vegalite-flex {
  display: flex;
  flex-wrap: wrap;
}
.vegalite-flex .vega-embed {
  padding: 2em;
  width: auto !important;
}

#shortcuts {
  display: flex;
}
#shortcuts li {
  padding-right: 1em;
}

.admin_config {
  /* Make the first column as small as possible. NB: Columns in tables
     always expand. */
}
.admin_config table th:nth-child(1) {
  width: 35%;
}

.experimental-button {
  float: right;
  padding: 1px 5px;
  background-color: #5ea3d3;
  border-radius: 3px;
  margin: 0px 2px;
}
.experimental-button a {
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}

.show {
  /* Moves the versions sidebar below the main content. */
}
.show.admin_ai_prompts #sidebar, .show.admin_mappings #sidebar {
  order: 2 !important;
}
.show {
  /* Align columns for GPT results table. */
}
.show .gpt tr, .show .gpt td {
  width: 50%;
}
